]> git.sur5r.net Git - freertos/commitdiff
FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, V10.1.0
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Aug 2018 00:00:20 +0000 (00:00 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Aug 2018 00:00:20 +0000 (00:00 +0000)
which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can
be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches
applied to FreeRTOS+TCP.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2565 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

348 files changed:
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/ReadMe.txt [new file with mode: 0644]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/Read_Me_Instructions.url [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.project [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.cdt.codan.core.prefs [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.ltk.core.refactoring.prefs [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CreateProjectDirectoryStructure.bat [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Flash_map.xml [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSIPConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/README_FIRST.txt [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ReadMe.txt [new file with mode: 0644]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/cmsis_readme.txt [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/LPC1800CMSIS_ReleaseNotes.txt [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/readme.txt [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/LPC18xx.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cm3.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmFunc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmInstr.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/debug_frmwrk.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_adc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_atimer.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_can.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_cgu.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_clkpwr.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_dac.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_emc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_evrt.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpdma.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpio.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2c.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2s.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_lcd.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_libcfg_default.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_mcpwm.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_nvic.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_pwr.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_qei.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rgu.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rit.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rtc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_sct.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_scu.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_ssp.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_timer.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_uart.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_utils.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_wwdt.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc_types.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/spifi_rom_api.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/system_LPC18xx.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/debug_frmwrk.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_adc.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_atimer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_can.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_cgu.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_dac.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_emc.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_evrt.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpdma.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpio.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2c.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2s.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_lcd.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_libcfg_default.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_mcpwm.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_nvic.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_pwr.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_qei.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rgu.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rit.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rtc.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_sct.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_scu.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_ssp.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_timer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_uart.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_utils.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_wwdt.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/system_LPC18xx.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/cdcuser.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdcuser.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/lpc43xx_libcfg.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usb.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcfg.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcore.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbdesc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbhw.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbuser.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom-win7.inf [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom.inf [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbcore.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbdesc.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbhw.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbuser.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/board.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/cr_startup_lpc18xx.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/printf-stdarg.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcSnapshotConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSIPConfig.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOS_Plus_UDP_with_CLI.sln [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/READ_ME.url [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/ReadMe.txt [new file with mode: 0644]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.filters [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.user [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Packet32.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/PacketData.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Win32-Extensions.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/bittypes.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/ip6_misc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-bpf.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-namedb.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-stdinc.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bluetooth.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bpf.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/namedb.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/sll.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/usb.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/vlan.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/remote-ext.h [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/wpcap.lib [deleted file]
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/LICENSE_INFORMATION.txt [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c [deleted file]
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/readme.txt
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsln [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.cproj [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/ReadMe.txt [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/Read_Me_Instructions.url [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/See also FreeRTOS+TCP.url [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/jlink.config [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/boards/board.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/genclk.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/osc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/pll.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/genclk.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/osc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/pll.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sysclk.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/ioport.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/sam/ioport_pio.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/parts.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/init.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/led.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/sam4e_ek.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9325_regs.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9341_regs.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/documentation.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/acc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/aes.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/afec.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/can.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/chipid.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/cmcc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/crccu.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dacc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dmac.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/efc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gmac.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gpbr.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/hsmci.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/matrix.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pdc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pio.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pmc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pwm.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rstc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rswdt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/smc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/spi.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/supc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/tc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/twi.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/uart.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/udp.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/usart.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/wdt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/acc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/aes.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/chipid.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/cmcc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/crccu.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dacc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dmac.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/efc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gmac.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gpbr.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/hsmci.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/matrix.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioa.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piob.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piod.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioe.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pmc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pwm.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rstc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rswdt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/smc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/spi.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/supc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc2.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/udp.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart0.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart1.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/wdt.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16c.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8c.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16c.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8c.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/gcc/startup_sam4e.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/compiler.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/fpu/fpu.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/header_files/io.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/make/Makefile.sam.in [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/mrepeat.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/preprocessor.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/stringz.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/tpaste.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/status_codes.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/syscalls/gcc/syscalls.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/arm_math.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4_simd.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmFunc.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmInstr.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/README.txt [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/license.txt [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/LCDUtils.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/asf.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSIPConfig.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_aat31xx.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_board.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_clock.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_eth.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_ili93xx.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_fat_sl.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_mdriver_ram.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/logo_atmel.h [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c [deleted file]
FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/printf-stdarg.c [deleted file]

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/ReadMe.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/ReadMe.txt
new file mode 100644 (file)
index 0000000..24bb546
--- /dev/null
@@ -0,0 +1,4 @@
+FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,\r
+which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can\r
+be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches\r
+applied to FreeRTOS+TCP.
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/Read_Me_Instructions.url b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio/Read_Me_Instructions.url
deleted file mode 100644 (file)
index 86d28f1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[InternetShortcut]\r
-URL=http://www.freertos.org/Atmel_SAM4E_RTOS_Demo.html\r
-IDList=\r
-[{000214A0-0000-0000-C000-000000000046}]\r
-Prop3=19,2\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject
deleted file mode 100644 (file)
index b97ce71..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">\r
-       <storageModule moduleId="org.eclipse.cdt.core.settings">\r
-               <cconfiguration id="com.crt.advproject.config.exe.debug.56486929">\r
-                       <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.crt.advproject.config.exe.debug.56486929" moduleId="org.eclipse.cdt.core.settings" name="Debug">\r
-                               <externalSettings/>\r
-                               <extensions>\r
-                                       <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.GNU_ELF" point="org.eclipse.cdt.core.BinaryParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                                       <extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>\r
-                               </extensions>\r
-                       </storageModule>\r
-                       <storageModule moduleId="cdtBuildSystem" version="4.0.0">\r
-                               <configuration artifactExtension="axf" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe" cleanCommand="rm -rf" description="Debug build" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" id="com.crt.advproject.config.exe.debug.56486929" name="Debug" parent="com.crt.advproject.config.exe.debug" postannouncebuildStep="Performing post-build steps" postbuildStep="arm-none-eabi-size &quot;${BuildArtifactFileName}&quot;; # arm-none-eabi-objcopy -O binary &quot;${BuildArtifactFileName}&quot; &quot;${BuildArtifactFileBaseName}.bin&quot; ; checksum -p ${TargetChip} -d &quot;${BuildArtifactFileBaseName}.bin&quot;;  ">\r
-                                       <folderInfo id="com.crt.advproject.config.exe.debug.56486929." name="/" resourcePath="">\r
-                                               <toolChain id="com.crt.advproject.toolchain.exe.debug.1736903826" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug">\r
-                                                       <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug.358467611" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>\r
-                                                       <builder buildPath="${workspace_loc:/FreeRTOS_UDP_Demo/Debug}" id="com.crt.advproject.builder.exe.debug.710857417" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug">\r
-                                                               <outputEntries>\r
-                                                                       <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="Debug"/>\r
-                                                                       <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="Release"/>\r
-                                                               </outputEntries>\r
-                                                       </builder>\r
-                                                       <tool id="com.crt.advproject.cpp.exe.debug.359174792" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"/>\r
-                                                       <tool id="com.crt.advproject.gcc.exe.debug.517029683" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug">\r
-                                                               <option id="com.crt.advproject.gcc.arch.79720019" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/>\r
-                                                               <option id="com.crt.advproject.gcc.thumb.1093240773" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" value="true" valueType="boolean"/>\r
-                                                               <option id="gnu.c.compiler.option.preprocessor.def.symbols.156210417" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols">\r
-                                                                       <listOptionValue builtIn="false" value="__REDLIB__"/>\r
-                                                                       <listOptionValue builtIn="false" value="__USE_CMSIS"/>\r
-                                                                       <listOptionValue builtIn="false" value="DEBUG"/>\r
-                                                                       <listOptionValue builtIn="false" value="__CODE_RED"/>\r
-                                                                       <listOptionValue builtIn="false" value="CORE_M3"/>\r
-                                                                       <listOptionValue builtIn="false" value="__LPC18XX__"/>\r
-                                                               </option>\r
-                                                               <option id="gnu.c.compiler.option.misc.other.732935978" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -Wextra" valueType="string"/>\r
-                                                               <option id="com.crt.advproject.gcc.hdrlib.1620518189" name="Use headers for C library" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.codered" valueType="enumerated"/>\r
-                                                               <option id="gnu.c.compiler.option.include.paths.1643954527" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/ThirdParty/FreeRTOS_Plus_Trace_Recorder/include}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/ThirdParty/FreeRTOS_Plus_Trace_Recorder/Trace_Recorder_Configuration}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS_Plus_CLI}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/Examples/include}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/ThirdParty/USB_CDC/include}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS_Source/include}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS_Source/portable/GCC/ARM_CM3}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS_Plus_UDP/include}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS_Plus_UDP/portable/Compiler/GCC}&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc}&quot;"/>\r
-                                                               </option>\r
-                                                               <inputType id="com.crt.advproject.compiler.input.927112517" superClass="com.crt.advproject.compiler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.gas.exe.debug.281614531" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug">\r
-                                                               <option id="com.crt.advproject.gas.arch.247575353" name="Architecture" superClass="com.crt.advproject.gas.arch" value="com.crt.advproject.gas.target.cm3" valueType="enumerated"/>\r
-                                                               <option id="com.crt.advproject.gas.thumb.852781844" name="Thumb mode" superClass="com.crt.advproject.gas.thumb" value="true" valueType="boolean"/>\r
-                                                               <option id="gnu.both.asm.option.flags.crt.1159577990" name="Assembler flags" superClass="gnu.both.asm.option.flags.crt" value="-c -x assembler-with-cpp -D__REDLIB__ -DDEBUG -D__CODE_RED" valueType="string"/>\r
-                                                               <option id="com.crt.advproject.gas.hdrlib.1844219337" name="Use headers for C library" superClass="com.crt.advproject.gas.hdrlib" value="com.crt.advproject.gas.hdrlib.codered" valueType="enumerated"/>\r
-                                                               <option id="gnu.both.asm.option.include.paths.1881892397" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths"/>\r
-                                                               <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1850237032" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>\r
-                                                               <inputType id="com.crt.advproject.assembler.input.1243504913" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.link.cpp.exe.debug.1490011469" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug"/>\r
-                                                       <tool id="com.crt.advproject.link.exe.debug.1212311005" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug">\r
-                                                               <option id="com.crt.advproject.link.arch.1240101764" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/>\r
-                                                               <option id="com.crt.advproject.link.thumb.570286733" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/>\r
-                                                               <option id="com.crt.advproject.link.script.1691634442" name="Linker script" superClass="com.crt.advproject.link.script" value="&quot;FreeRTOS_UDP_Demo_Debug.ld&quot;" valueType="string"/>\r
-                                                               <option id="com.crt.advproject.link.manage.234522607" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="true" valueType="boolean"/>\r
-                                                               <option id="gnu.c.link.option.nostdlibs.2023812520" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/>\r
-                                                               <option id="gnu.c.link.option.other.1608563250" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList">\r
-                                                                       <listOptionValue builtIn="false" value="-Map=&quot;${BuildArtifactFileBaseName}.map&quot;"/>\r
-                                                                       <listOptionValue builtIn="false" value="--gc-sections"/>\r
-                                                               </option>\r
-                                                               <option id="com.crt.advproject.link.gcc.hdrlib.2006557555" name="Use C library" superClass="com.crt.advproject.link.gcc.hdrlib" value="com.crt.advproject.gcc.link.hdrlib.codered.nohost" valueType="enumerated"/>\r
-                                                               <option id="gnu.c.link.option.nodeflibs.2072403274" name="Do not use default libraries (-nodefaultlibs)" superClass="gnu.c.link.option.nodeflibs" value="false" valueType="boolean"/>\r
-                                                               <option id="com.crt.advproject.link.gcc.multicore.slave.1911982348" name="Multicore slave" superClass="com.crt.advproject.link.gcc.multicore.slave"/>\r
-                                                               <option id="com.crt.advproject.link.gcc.multicore.master.userobjs.502901386" superClass="com.crt.advproject.link.gcc.multicore.master.userobjs" valueType="userObjs"/>\r
-                                                               <option id="com.crt.advproject.link.memory.heapAndStack.1733504656" superClass="com.crt.advproject.link.memory.heapAndStack" value="&amp;Heap:Default;Post Data;Default&amp;Stack:Default;End;Default" valueType="string"/>\r
-                                                               <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1085761099" superClass="cdt.managedbuild.tool.gnu.c.linker.input">\r
-                                                                       <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>\r
-                                                                       <additionalInput kind="additionalinput" paths="$(LIBS)"/>\r
-                                                               </inputType>\r
-                                                       </tool>\r
-                                               </toolChain>\r
-                                       </folderInfo>\r
-                                       <fileInfo id="com.crt.advproject.config.exe.debug.56486929.src/cr_startup_lpc18xx.cpp" name="cr_startup_lpc18xx.cpp" rcbsApplicability="disable" resourcePath="src/cr_startup_lpc18xx.cpp" toolsToInvoke=""/>\r
-                                       <folderInfo id="com.crt.advproject.config.exe.debug.56486929.2106668528" name="/" resourcePath="ThirdParty/USB_CDC">\r
-                                               <toolChain id="com.crt.advproject.toolchain.exe.debug.1865989435" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug" unusedChildren="">\r
-                                                       <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>\r
-                                                       <tool id="com.crt.advproject.cpp.exe.debug.1158267972" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug.359174792"/>\r
-                                                       <tool id="com.crt.advproject.gcc.exe.debug.1784372430" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug.517029683">\r
-                                                               <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.369260631" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.size" valueType="enumerated"/>\r
-                                                               <inputType id="com.crt.advproject.compiler.input.466388069" superClass="com.crt.advproject.compiler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.gas.exe.debug.401476199" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug.281614531">\r
-                                                               <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1255426283" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>\r
-                                                               <inputType id="com.crt.advproject.assembler.input.882456885" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.link.cpp.exe.debug.2009352548" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug.1490011469"/>\r
-                                                       <tool id="com.crt.advproject.link.exe.debug.1734116997" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug.1212311005"/>\r
-                                               </toolChain>\r
-                                       </folderInfo>\r
-                                       <folderInfo id="com.crt.advproject.config.exe.debug.56486929.1781697322" name="/" resourcePath="ThirdParty/CMSISv2p10_LPC18xx_DriverLib">\r
-                                               <toolChain id="com.crt.advproject.toolchain.exe.debug.222538953" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug" unusedChildren="">\r
-                                                       <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>\r
-                                                       <tool id="com.crt.advproject.cpp.exe.debug.906161578" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug.359174792"/>\r
-                                                       <tool id="com.crt.advproject.gcc.exe.debug.1015468334" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug.517029683">\r
-                                                               <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.2021633161" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.size" valueType="enumerated"/>\r
-                                                               <inputType id="com.crt.advproject.compiler.input.1878730423" superClass="com.crt.advproject.compiler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.gas.exe.debug.253843695" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug.281614531">\r
-                                                               <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1935362347" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>\r
-                                                               <inputType id="com.crt.advproject.assembler.input.190369423" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/>\r
-                                                       </tool>\r
-                                                       <tool id="com.crt.advproject.link.cpp.exe.debug.1715304950" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug.1490011469"/>\r
-                                                       <tool id="com.crt.advproject.link.exe.debug.536813209" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug.1212311005"/>\r
-                                               </toolChain>\r
-                                       </folderInfo>\r
-                                       <sourceEntries>\r
-                                               <entry excluding="ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_wwdt.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_utils.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_uart.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_timer.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_ssp.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_sct.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rtc.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rit.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_qei.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_pwr.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_nvic.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_mcpwm.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_libcfg_default.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_lcd.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2s.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2c.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpdma.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_evrt.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_emc.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_dac.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_can.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_atimer.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_adc.c|ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/debug_frmwrk.c" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>\r
-                                       </sourceEntries>\r
-                               </configuration>\r
-                       </storageModule>\r
-                       <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>\r
-               </cconfiguration>\r
-       </storageModule>\r
-       <storageModule moduleId="cdtBuildSystem" version="4.0.0">\r
-               <project id="FreeRTOS_UDP_Demo.com.crt.advproject.projecttype.exe.1394466011" name="Executable" projectType="com.crt.advproject.projecttype.exe"/>\r
-       </storageModule>\r
-       <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>\r
-       <storageModule moduleId="com.crt.config">\r
-               <projectStorage>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&#13;\r
-&lt;TargetConfig&gt;&#13;\r
-&lt;Properties property_2="LPC1850A_4350A_SPIFI.cfx" property_3="NXP" property_4="LPC1830" property_count="5" version="70200"/&gt;&#13;\r
-&lt;infoList vendor="NXP"&gt;&lt;info chip="LPC1830" match_id="0x0" name="LPC1830" resetscript="LPC18LPC43ExternalFLASHBootResetscript.scp" stub="crt_emu_lpc18_43_nxp"&gt;&lt;chip&gt;&lt;name&gt;LPC1830&lt;/name&gt;&#13;\r
-&lt;family&gt;LPC18xx&lt;/family&gt;&#13;\r
-&lt;vendor&gt;NXP (formerly Philips)&lt;/vendor&gt;&#13;\r
-&lt;reset board="None" core="Real" sys="Real"/&gt;&#13;\r
-&lt;clock changeable="TRUE" freq="20MHz" is_accurate="TRUE"/&gt;&#13;\r
-&lt;memory can_program="true" id="Flash" is_ro="true" type="Flash"/&gt;&#13;\r
-&lt;memory id="RAM" type="RAM"/&gt;&#13;\r
-&lt;memory id="Periph" is_volatile="true" type="Peripheral"/&gt;&#13;\r
-&lt;memoryInstance derived_from="Flash" edited="true" id="SPIFlash" location="0x14000000" size="0x400000"/&gt;&#13;\r
-&lt;memoryInstance derived_from="RAM" edited="true" id="RamLoc96" location="0x10000000" size="0x18000"/&gt;&#13;\r
-&lt;memoryInstance derived_from="RAM" edited="true" id="RamLoc40" location="0x10080000" size="0xa000"/&gt;&#13;\r
-&lt;memoryInstance derived_from="RAM" edited="true" id="RamAHB32" location="0x20000000" size="0x8000"/&gt;&#13;\r
-&lt;memoryInstance derived_from="RAM" edited="true" id="RamAHB16" location="0x20008000" size="0x4000"/&gt;&#13;\r
-&lt;memoryInstance derived_from="RAM" edited="true" id="RamAHB_ETB16" location="0x2000c000" size="0x4000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="V7M_MPU" id="MPU" location="0xe000ed90"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="V7M_NVIC" id="NVIC" location="0xe000e000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="V7M_DCR" id="DCR" location="0xe000edf0"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="V7M_ITM" id="ITM" location="0xe0000000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SCT" id="SCT" location="0x40000000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GPDMA" id="GPDMA" location="0x40002000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SPIFI" id="SPIFI" location="0x40003000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SDMMC" id="SDMMC" location="0x40004000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="EMC" id="EMC" location="0x40005000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="USB0" id="USB0" location="0x40006000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="USB1" id="USB1" location="0x40007000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="EEPROM" id="EEPROM" location="0x4000e000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="ETHERNET" id="ETHERNET" location="0x40010000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="ATIMER" id="ATIMER" location="0x40040000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="REGFILE" id="REGFILE" location="0x40041000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="PMC" id="PMC" location="0x40042000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="CREG" id="CREG" location="0x40043000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="EVENTROUTER" id="EVENTROUTER" location="0x40044000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="RTC" id="RTC" location="0x40046000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="CGU" id="CGU" location="0x40050000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="CCU1" id="CCU1" location="0x40051000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="CCU2" id="CCU2" location="0x40052000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="RGU" id="RGU" location="0x40053000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="WWDT" id="WWDT" location="0x40080000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="USART0" id="USART0" location="0x40081000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="USART2" id="USART2" location="0x400c1000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="USART3" id="USART3" location="0x400c2000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="UART1" id="UART1" location="0x40082000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SSP0" id="SSP0" location="0x40083000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SSP1" id="SSP1" location="0x400c5000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="TIMER0" id="TIMER0" location="0x40084000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="TIMER1" id="TIMER1" location="0x40085000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="TIMER2" id="TIMER2" location="0x400c3000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="TIMER3" id="TIMER3" location="0x400c4000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="SCU" id="SCU" location="0x40086000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GPIO-PIN-INT" id="GPIO-PIN-INT" location="0x40087000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GPIO-GROUP-INT0" id="GPIO-GROUP-INT0" location="0x40088000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GPIO-GROUP-INT1" id="GPIO-GROUP-INT1" location="0x40089000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="MCPWM" id="MCPWM" location="0x400a0000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="I2C0" id="I2C0" location="0x400a1000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="I2C1" id="I2C1" location="0x400e0000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="I2S0" id="I2S0" location="0x400a2000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="I2S1" id="I2S1" location="0x400a3000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="C-CAN1" id="C-CAN1" location="0x400a4000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="RITIMER" id="RITIMER" location="0x400c0000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="QEI" id="QEI" location="0x400c6000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GIMA" id="GIMA" location="0x400c7000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="DAC" id="DAC" location="0x400e1000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="C-CAN0" id="C-CAN0" location="0x400e2000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="ADC0" id="ADC0" location="0x400e3000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="ADC1" id="ADC1" location="0x400e4000"/&gt;&#13;\r
-&lt;peripheralInstance derived_from="GPIO-PORT" id="GPIO-PORT" location="0x400f4000"/&gt;&#13;\r
-&lt;/chip&gt;&#13;\r
-&lt;processor&gt;&lt;name gcc_name="cortex-m3"&gt;Cortex-M3&lt;/name&gt;&#13;\r
-&lt;family&gt;Cortex-M&lt;/family&gt;&#13;\r
-&lt;/processor&gt;&#13;\r
-&lt;link href="nxp_lpc18xx_peripheral.xme" show="embed" type="simple"/&gt;&#13;\r
-&lt;/info&gt;&#13;\r
-&lt;/infoList&gt;&#13;\r
-&lt;/TargetConfig&gt;</projectStorage>\r
-       </storageModule>\r
-       <storageModule moduleId="refreshScope" versionNumber="2">\r
-               <configuration configurationName="Release">\r
-                       <resource resourceType="PROJECT" workspacePath="/FreeRTOS_UDP_Demo"/>\r
-               </configuration>\r
-               <configuration configurationName="Debug">\r
-                       <resource resourceType="PROJECT" workspacePath="/FreeRTOS_UDP_Demo"/>\r
-               </configuration>\r
-       </storageModule>\r
-       <storageModule moduleId="scannerConfiguration">\r
-               <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>\r
-               <scannerConfigBuildInfo instanceId="com.crt.advproject.config.exe.debug.56486929;com.crt.advproject.config.exe.debug.56486929.;com.crt.advproject.gcc.exe.debug.517029683;com.crt.advproject.compiler.input.927112517">\r
-                       <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.crt.advproject.GCCManagedMakePerProjectProfile"/>\r
-               </scannerConfigBuildInfo>\r
-               <scannerConfigBuildInfo instanceId="com.crt.advproject.config.exe.debug.56486929;com.crt.advproject.config.exe.debug.56486929.;com.crt.advproject.gas.exe.debug.281614531;com.crt.advproject.assembler.input.1243504913">\r
-                       <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.crt.advproject.GCCManagedMakePerProjectProfile"/>\r
-               </scannerConfigBuildInfo>\r
-       </storageModule>\r
-       <storageModule moduleId="com.crt.advproject"/>\r
-       <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>\r
-</cproject>\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.project b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.project
deleted file mode 100644 (file)
index aa42a5e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<projectDescription>\r
-       <name>FreeRTOS_UDP_Demo</name>\r
-       <comment></comment>\r
-       <projects>\r
-       </projects>\r
-       <buildSpec>\r
-               <buildCommand>\r
-                       <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>\r
-                       <triggers>clean,full,incremental,</triggers>\r
-                       <arguments>\r
-                       </arguments>\r
-               </buildCommand>\r
-               <buildCommand>\r
-                       <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>\r
-                       <triggers>full,incremental,</triggers>\r
-                       <arguments>\r
-                       </arguments>\r
-               </buildCommand>\r
-       </buildSpec>\r
-       <natures>\r
-               <nature>org.eclipse.cdt.core.cnature</nature>\r
-               <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>\r
-               <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>\r
-       </natures>\r
-</projectDescription>\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.cdt.codan.core.prefs b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.cdt.codan.core.prefs
deleted file mode 100644 (file)
index 733f315..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1\r
-useParentScope=false\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.ltk.core.refactoring.prefs b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.settings/org.eclipse.ltk.core.refactoring.prefs
deleted file mode 100644 (file)
index cfcd1d3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1\r
-org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
deleted file mode 100644 (file)
index 7df0588..0000000
+++ /dev/null
@@ -1,664 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
- /******************************************************************************\r
- *\r
- * See the following URL for information on the commands defined in this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Ethernet_Related_CLI_Commands.shtml\r
- *\r
- ******************************************************************************/\r
-\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-#include <stdio.h>\r
-#include <stdlib.h>\r
-\r
-/* FreeRTOS+CLI includes. */\r
-#include "FreeRTOS_CLI.h"\r
-\r
-/* FreeRTOS+UDP includes, just to make the stats available to the CLI\r
-commands. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-#ifndef  configINCLUDE_TRACE_RELATED_CLI_COMMANDS\r
-       #define configINCLUDE_TRACE_RELATED_CLI_COMMANDS 0\r
-#endif\r
-\r
-\r
-/*\r
- * Implements the run-time-stats command.\r
- */\r
-static BaseType_t prvTaskStatsCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Implements the task-stats command.\r
- */\r
-static BaseType_t prvRunTimeStatsCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Implements the echo-three-parameters command.\r
- */\r
-static BaseType_t prvThreeParameterEchoCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Implements the echo-parameters command.\r
- */\r
-static BaseType_t prvParameterEchoCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Defines a command that prints out IP address information.\r
- */\r
-static BaseType_t prvDisplayIPConfig( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Defines a command that prints out the gathered demo debug stats.\r
- */\r
-static BaseType_t prvDisplayIPDebugStats( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Defines a command that sends an ICMP ping request to an IP address.\r
- */\r
-static BaseType_t prvPingCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-\r
-/*\r
- * Implements the "trace start" and "trace stop" commands;\r
- */\r
-#if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-       static BaseType_t prvStartStopTraceCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString );\r
-#endif\r
-\r
-/* Structure that defines the "ip-config" command line command. */\r
-static const CLI_Command_Definition_t xIPConfig =\r
-{\r
-       "ip-config",\r
-       "ip-config:\r\n Displays IP address configuration\r\n\r\n",\r
-       prvDisplayIPConfig,\r
-       0\r
-};\r
-\r
-#if configINCLUDE_DEMO_DEBUG_STATS != 0\r
-       /* Structure that defines the "ip-debug-stats" command line command. */\r
-       static const CLI_Command_Definition_t xIPDebugStats =\r
-       {\r
-               "ip-debug-stats", /* The command string to type. */\r
-               "ip-debug-stats:\r\n Shows some IP stack stats useful for debug - an example only.\r\n\r\n",\r
-               prvDisplayIPDebugStats, /* The function to run. */\r
-               0 /* No parameters are expected. */\r
-       };\r
-#endif /* configINCLUDE_DEMO_DEBUG_STATS */\r
-\r
-/* Structure that defines the "run-time-stats" command line command.   This\r
-generates a table that shows how much run time each task has */\r
-static const CLI_Command_Definition_t xRunTimeStats =\r
-{\r
-       "run-time-stats", /* The command string to type. */\r
-       "run-time-stats:\r\n Displays a table showing how much processing time each FreeRTOS task has used\r\n\r\n",\r
-       prvRunTimeStatsCommand, /* The function to run. */\r
-       0 /* No parameters are expected. */\r
-};\r
-\r
-/* Structure that defines the "task-stats" command line command.  This generates\r
-a table that gives information on each task in the system. */\r
-static const CLI_Command_Definition_t xTaskStats =\r
-{\r
-       "task-stats", /* The command string to type. */\r
-       "task-stats:\r\n Displays a table showing the state of each FreeRTOS task\r\n\r\n",\r
-       prvTaskStatsCommand, /* The function to run. */\r
-       0 /* No parameters are expected. */\r
-};\r
-\r
-/* Structure that defines the "echo_3_parameters" command line command.  This\r
-takes exactly three parameters that the command simply echos back one at a\r
-time. */\r
-static const CLI_Command_Definition_t xThreeParameterEcho =\r
-{\r
-       "echo-3-parameters",\r
-       "echo-3-parameters <param1> <param2> <param3>:\r\n Expects three parameters, echos each in turn\r\n\r\n",\r
-       prvThreeParameterEchoCommand, /* The function to run. */\r
-       3 /* Three parameters are expected, which can take any value. */\r
-};\r
-\r
-/* Structure that defines the "echo_parameters" command line command.  This\r
-takes a variable number of parameters that the command simply echos back one at\r
-a time. */\r
-static const CLI_Command_Definition_t xParameterEcho =\r
-{\r
-       "echo-parameters",\r
-       "echo-parameters <...>:\r\n Take variable number of parameters, echos each in turn\r\n\r\n",\r
-       prvParameterEchoCommand, /* The function to run. */\r
-       -1 /* The user can enter any number of commands. */\r
-};\r
-\r
-#if ipconfigSUPPORT_OUTGOING_PINGS == 1\r
-\r
-       /* Structure that defines the "ping" command line command.  This takes an IP\r
-       address or host name and (optionally) the number of bytes to ping as\r
-       parameters. */\r
-       static const CLI_Command_Definition_t xPing =\r
-       {\r
-               "ping",\r
-               "ping <ipaddress> <optional:bytes to send>:\r\n for example, ping 192.168.0.3 8, or ping www.example.com\r\n\r\n",\r
-               prvPingCommand, /* The function to run. */\r
-               -1 /* Ping can take either one or two parameter, so the number of parameters has to be determined by the ping command implementation. */\r
-       };\r
-\r
-#endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-#if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-       /* Structure that defines the "trace" command line command.  This takes a single\r
-       parameter, which can be either "start" or "stop". */\r
-       static const CLI_Command_Definition_t xStartStopTrace =\r
-       {\r
-               "trace",\r
-               "trace [start | stop]:\r\n Starts or stops a trace recording for viewing in FreeRTOS+Trace\r\n\r\n",\r
-               prvStartStopTraceCommand, /* The function to run. */\r
-               1 /* One parameter is expected.  Valid values are "start" and "stop". */\r
-       };\r
-#endif /* configINCLUDE_TRACE_RELATED_CLI_COMMANDS */\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vRegisterCLICommands( void )\r
-{\r
-       /* Register all the command line commands defined immediately above. */\r
-       FreeRTOS_CLIRegisterCommand( &xTaskStats );\r
-       FreeRTOS_CLIRegisterCommand( &xRunTimeStats );\r
-       FreeRTOS_CLIRegisterCommand( &xThreeParameterEcho );\r
-       FreeRTOS_CLIRegisterCommand( &xParameterEcho );\r
-       FreeRTOS_CLIRegisterCommand( &xIPDebugStats );\r
-       FreeRTOS_CLIRegisterCommand( &xIPConfig );\r
-\r
-       #if ipconfigSUPPORT_OUTGOING_PINGS == 1\r
-       {\r
-               FreeRTOS_CLIRegisterCommand( &xPing );\r
-       }\r
-       #endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-       #if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-               FreeRTOS_CLIRegisterCommand( & xStartStopTrace );\r
-       #endif\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvTaskStatsCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-{\r
-const char *const pcHeader = "  State\tPriority\tStack\t#\r\n************************************************\r\n";\r
-BaseType_t xSpacePadding;\r
-\r
-       /* Remove compile time warnings about unused parameters, and check the\r
-       write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-       write buffer length is adequate, so does not check for buffer overflows. */\r
-       ( void ) pcCommandString;\r
-       ( void ) xWriteBufferLen;\r
-       configASSERT( pcWriteBuffer );\r
-\r
-       /* Generate a table of task stats. */\r
-       strcpy( pcWriteBuffer, "Task" );\r
-       pcWriteBuffer += strlen( pcWriteBuffer );\r
-\r
-       /* Pad the string "task" with however many bytes necessary to make it the\r
-       length of a task name.  Minus three for the null terminator and half the \r
-       number of characters in "Task" so the column lines up with the centre of \r
-       the heading. */\r
-       for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadding++ )\r
-       {\r
-               /* Add a space to align columns after the task's name. */\r
-               *pcWriteBuffer = ' ';\r
-               pcWriteBuffer++;\r
-\r
-               /* Ensure always terminated. */\r
-               *pcWriteBuffer = 0x00;\r
-       }\r
-       strcpy( pcWriteBuffer, pcHeader );\r
-       vTaskList( pcWriteBuffer + strlen( pcHeader ) );\r
-\r
-       /* There is no more data to return after this single string, so return\r
-       pdFALSE. */\r
-       return pdFALSE;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvRunTimeStatsCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-{\r
-const char * const pcHeader = "  Abs Time      % Time\r\n****************************************\r\n";\r
-BaseType_t xSpacePadding;\r
-\r
-       /* Remove compile time warnings about unused parameters, and check the\r
-       write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-       write buffer length is adequate, so does not check for buffer overflows. */\r
-       ( void ) pcCommandString;\r
-       ( void ) xWriteBufferLen;\r
-       configASSERT( pcWriteBuffer );\r
-\r
-       /* Generate a table of task stats. */\r
-       strcpy( pcWriteBuffer, "Task" );\r
-       pcWriteBuffer += strlen( pcWriteBuffer );\r
-\r
-       /* Pad the string "task" with however many bytes necessary to make it the\r
-       length of a task name.  Minus three for the null terminator and half the \r
-       number of characters in "Task" so the column lines up with the centre of \r
-       the heading. */\r
-       for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadding++ )\r
-       {\r
-               /* Add a space to align columns after the task's name. */\r
-               *pcWriteBuffer = ' ';\r
-               pcWriteBuffer++;\r
-\r
-               /* Ensure always terminated. */\r
-               *pcWriteBuffer = 0x00;\r
-       }\r
-\r
-       strcpy( pcWriteBuffer, pcHeader );\r
-       vTaskGetRunTimeStats( pcWriteBuffer + strlen( pcHeader ) );\r
-\r
-       /* There is no more data to return after this single string, so return\r
-       pdFALSE. */\r
-       return pdFALSE;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvThreeParameterEchoCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-{\r
-const char *pcParameter;\r
-BaseType_t xParameterStringLength, xReturn;\r
-static BaseType_t lParameterNumber = 0;\r
-\r
-       /* Remove compile time warnings about unused parameters, and check the\r
-       write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-       write buffer length is adequate, so does not check for buffer overflows. */\r
-       ( void ) pcCommandString;\r
-       ( void ) xWriteBufferLen;\r
-       configASSERT( pcWriteBuffer );\r
-\r
-       if( lParameterNumber == 0 )\r
-       {\r
-               /* The first time the function is called after the command has been\r
-               entered just a header string is returned. */\r
-               sprintf( pcWriteBuffer, "The three parameters were:\r\n" );\r
-\r
-               /* Next time the function is called the first parameter will be echoed\r
-               back. */\r
-               lParameterNumber = 1L;\r
-\r
-               /* There is more data to be returned as no parameters have been echoed\r
-               back yet. */\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               /* Obtain the parameter string. */\r
-               pcParameter = FreeRTOS_CLIGetParameter\r
-                                               (\r
-                                                       pcCommandString,                /* The command string itself. */\r
-                                                       lParameterNumber,               /* Return the next parameter. */\r
-                                                       &xParameterStringLength /* Store the parameter string length. */\r
-                                               );\r
-\r
-               /* Sanity check something was returned. */\r
-               configASSERT( pcParameter );\r
-\r
-               /* Return the parameter string. */\r
-               memset( pcWriteBuffer, 0x00, xWriteBufferLen );\r
-               sprintf( pcWriteBuffer, "%d: ", ( int ) lParameterNumber );\r
-               strncat( pcWriteBuffer, pcParameter, xParameterStringLength );\r
-               strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) );\r
-\r
-               /* If this is the last of the three parameters then there are no more\r
-               strings to return after this one. */\r
-               if( lParameterNumber == 3L )\r
-               {\r
-                       /* If this is the last of the three parameters then there are no more\r
-                       strings to return after this one. */\r
-                       xReturn = pdFALSE;\r
-                       lParameterNumber = 0L;\r
-               }\r
-               else\r
-               {\r
-                       /* There are more parameters to return after this one. */\r
-                       xReturn = pdTRUE;\r
-                       lParameterNumber++;\r
-               }\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvParameterEchoCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-{\r
-const char *pcParameter;\r
-BaseType_t xParameterStringLength, xReturn;\r
-static BaseType_t lParameterNumber = 0;\r
-\r
-       /* Remove compile time warnings about unused parameters, and check the\r
-       write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-       write buffer length is adequate, so does not check for buffer overflows. */\r
-       ( void ) pcCommandString;\r
-       ( void ) xWriteBufferLen;\r
-       configASSERT( pcWriteBuffer );\r
-\r
-       if( lParameterNumber == 0 )\r
-       {\r
-               /* The first time the function is called after the command has been\r
-               entered just a header string is returned. */\r
-               sprintf( pcWriteBuffer, "The parameters were:\r\n" );\r
-\r
-               /* Next time the function is called the first parameter will be echoed\r
-               back. */\r
-               lParameterNumber = 1L;\r
-\r
-               /* There is more data to be returned as no parameters have been echoed\r
-               back yet. */\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               /* Obtain the parameter string. */\r
-               pcParameter = FreeRTOS_CLIGetParameter\r
-                                               (\r
-                                                       pcCommandString,                /* The command string itself. */\r
-                                                       lParameterNumber,               /* Return the next parameter. */\r
-                                                       &xParameterStringLength /* Store the parameter string length. */\r
-                                               );\r
-\r
-               if( pcParameter != NULL )\r
-               {\r
-                       /* Return the parameter string. */\r
-                       memset( pcWriteBuffer, 0x00, xWriteBufferLen );\r
-                       sprintf( pcWriteBuffer, "%d: ", ( int ) lParameterNumber );\r
-                       strncat( pcWriteBuffer, pcParameter, xParameterStringLength );\r
-                       strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) );\r
-\r
-                       /* There might be more parameters to return after this one. */\r
-                       xReturn = pdTRUE;\r
-                       lParameterNumber++;\r
-               }\r
-               else\r
-               {\r
-                       /* No more parameters were found.  Make sure the write buffer does\r
-                       not contain a valid string. */\r
-                       pcWriteBuffer[ 0 ] = 0x00;\r
-\r
-                       /* No more data to return. */\r
-                       xReturn = pdFALSE;\r
-\r
-                       /* Start over the next time this command is executed. */\r
-                       lParameterNumber = 0;\r
-               }\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigSUPPORT_OUTGOING_PINGS == 1\r
-\r
-       static BaseType_t prvPingCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-       {\r
-       char * pcParameter;\r
-       BaseType_t lParameterStringLength, xReturn;\r
-       uint32_t ulIPAddress, ulBytesToPing;\r
-       const uint32_t ulDefaultBytesToPing = 8UL;\r
-       char cBuffer[ 16 ];\r
-\r
-               /* Remove compile time warnings about unused parameters, and check the\r
-               write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-               write buffer length is adequate, so does not check for buffer overflows. */\r
-               ( void ) pcCommandString;\r
-               ( void ) xWriteBufferLen;\r
-               configASSERT( pcWriteBuffer );\r
-\r
-               /* Start with an empty string. */\r
-               pcWriteBuffer[ 0 ] = 0x00;\r
-\r
-               /* Obtain the number of bytes to ping. */\r
-               pcParameter = ( char * ) FreeRTOS_CLIGetParameter\r
-                                                               (\r
-                                                                       pcCommandString,                /* The command string itself. */\r
-                                                                       2,                                              /* Return the second parameter. */\r
-                                                                       &lParameterStringLength /* Store the parameter string length. */\r
-                                                               );\r
-\r
-               if( pcParameter == NULL )\r
-               {\r
-                       /* The number of bytes was not specified, so default it. */\r
-                       ulBytesToPing = ulDefaultBytesToPing;\r
-               }\r
-               else\r
-               {\r
-                       ulBytesToPing = atol( pcParameter );\r
-               }\r
-\r
-               /* Obtain the IP address string. */\r
-               pcParameter = ( char * ) FreeRTOS_CLIGetParameter\r
-                                                               (\r
-                                                                       pcCommandString,                /* The command string itself. */\r
-                                                                       1,                                              /* Return the first parameter. */\r
-                                                                       &lParameterStringLength /* Store the parameter string length. */\r
-                                                               );\r
-\r
-               /* Sanity check something was returned. */\r
-               configASSERT( pcParameter );\r
-\r
-               /* Attempt to obtain the IP address.   If the first character is not a\r
-               digit, assume the host name has been passed in. */\r
-               if( ( *pcParameter >= '0' ) && ( *pcParameter <= '9' ) )\r
-               {\r
-                       ulIPAddress = FreeRTOS_inet_addr( pcParameter );\r
-               }\r
-               else\r
-               {\r
-                       /* Terminate the host name. */\r
-                       pcParameter[ lParameterStringLength ] = 0x00;\r
-\r
-                       /* Attempt to resolve host. */\r
-                       ulIPAddress = FreeRTOS_gethostbyname( pcParameter );\r
-               }\r
-\r
-               /* Convert IP address, which may have come from a DNS lookup, to string. */\r
-               FreeRTOS_inet_ntoa( ulIPAddress, cBuffer );\r
-\r
-               if( ulIPAddress != 0 )\r
-               {\r
-                       xReturn = FreeRTOS_SendPingRequest( ulIPAddress, ( uint16_t ) ulBytesToPing, portMAX_DELAY );\r
-               }\r
-               else\r
-               {\r
-                       xReturn = pdFALSE;\r
-               }\r
-\r
-               if( xReturn == pdFALSE )\r
-               {\r
-                       sprintf( pcWriteBuffer, "%s", "Could not send ping request\r\n" );\r
-               }\r
-               else\r
-               {\r
-                       sprintf( pcWriteBuffer, "Ping sent to %s with identifier %d\r\n", cBuffer, xReturn );\r
-               }\r
-\r
-               return pdFALSE;\r
-       }\r
-       /*-----------------------------------------------------------*/\r
-\r
-#endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-#if configINCLUDE_DEMO_DEBUG_STATS != 0\r
-\r
-       static BaseType_t prvDisplayIPDebugStats( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-       {\r
-       static BaseType_t xIndex = -1;\r
-       extern xExampleDebugStatEntry_t xIPTraceValues[];\r
-       BaseType_t xReturn;\r
-\r
-               /* Remove compile time warnings about unused parameters, and check the\r
-               write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-               write buffer length is adequate, so does not check for buffer overflows. */\r
-               ( void ) pcCommandString;\r
-               ( void ) xWriteBufferLen;\r
-               configASSERT( pcWriteBuffer );\r
-\r
-               xIndex++;\r
-\r
-               if( xIndex < xExampleDebugStatEntries() )\r
-               {\r
-                       sprintf( pcWriteBuffer, "%s %d\r\n", xIPTraceValues[ xIndex ].pucDescription, ( int ) xIPTraceValues[ xIndex ].ulData );\r
-                       xReturn = pdPASS;\r
-               }\r
-               else\r
-               {\r
-                       /* Reset the index for the next time it is called. */\r
-                       xIndex = -1;\r
-\r
-                       /* Ensure nothing remains in the write buffer. */\r
-                       pcWriteBuffer[ 0 ] = 0x00;\r
-                       xReturn = pdFALSE;\r
-               }\r
-\r
-               return xReturn;\r
-       }\r
-       /*-----------------------------------------------------------*/\r
-\r
-#endif /* configINCLUDE_DEMO_DEBUG_STATS */\r
-\r
-static BaseType_t prvDisplayIPConfig( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-{\r
-static BaseType_t xIndex = 0;\r
-BaseType_t xReturn;\r
-uint32_t ulAddress;\r
-\r
-       /* Remove compile time warnings about unused parameters, and check the\r
-       write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-       write buffer length is adequate, so does not check for buffer overflows. */\r
-       ( void ) pcCommandString;\r
-       ( void ) xWriteBufferLen;\r
-       configASSERT( pcWriteBuffer );\r
-\r
-       switch( xIndex )\r
-       {\r
-               case 0 :\r
-                       FreeRTOS_GetAddressConfiguration( &ulAddress, NULL, NULL, NULL );\r
-                       sprintf( pcWriteBuffer, "\r\nIP address " );\r
-                       xReturn = pdTRUE;\r
-                       xIndex++;\r
-                       break;\r
-\r
-               case 1 :\r
-                       FreeRTOS_GetAddressConfiguration( NULL, &ulAddress, NULL, NULL );\r
-                       sprintf( pcWriteBuffer, "\r\nNet mask " );\r
-                       xReturn = pdTRUE;\r
-                       xIndex++;\r
-                       break;\r
-\r
-               case 2 :\r
-                       FreeRTOS_GetAddressConfiguration( NULL, NULL, &ulAddress, NULL );\r
-                       sprintf( pcWriteBuffer, "\r\nGateway address " );\r
-                       xReturn = pdTRUE;\r
-                       xIndex++;\r
-                       break;\r
-\r
-               case 3 :\r
-                       FreeRTOS_GetAddressConfiguration( NULL, NULL, NULL, &ulAddress );\r
-                       sprintf( pcWriteBuffer, "\r\nDNS server address " );\r
-                       xReturn = pdTRUE;\r
-                       xIndex++;\r
-                       break;\r
-\r
-               default :\r
-                       ulAddress = 0;\r
-                       sprintf( pcWriteBuffer, "\r\n\r\n" );\r
-                       xReturn = pdFALSE;\r
-                       xIndex = 0;\r
-                       break;\r
-       }\r
-\r
-       if( ulAddress != 0 )\r
-       {\r
-               FreeRTOS_inet_ntoa( ulAddress,  &( pcWriteBuffer[ strlen( pcWriteBuffer ) ] ) );\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-\r
-       static BaseType_t prvStartStopTraceCommand( char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString )\r
-       {\r
-       const char *pcParameter;\r
-       BaseType_t lParameterStringLength;\r
-\r
-               /* Remove compile time warnings about unused parameters, and check the\r
-               write buffer is not NULL.  NOTE - for simplicity, this example assumes the\r
-               write buffer length is adequate, so does not check for buffer overflows. */\r
-               ( void ) pcCommandString;\r
-               ( void ) xWriteBufferLen;\r
-               configASSERT( pcWriteBuffer );\r
-\r
-               /* Obtain the parameter string. */\r
-               pcParameter = FreeRTOS_CLIGetParameter\r
-                                               (\r
-                                                       pcCommandString,                /* The command string itself. */\r
-                                                       1,                                              /* Return the first parameter. */\r
-                                                       &lParameterStringLength /* Store the parameter string length. */\r
-                                               );\r
-\r
-               /* Sanity check something was returned. */\r
-               configASSERT( pcParameter );\r
-\r
-               /* There are only two valid parameter values. */\r
-               if( strncmp( pcParameter, "start", strlen( "start" ) ) == 0 )\r
-               {\r
-                       /* Start or restart the trace. */\r
-                       vTraceStop();\r
-                       vTraceClear();\r
-                       vTraceStart();\r
-\r
-                       sprintf( pcWriteBuffer, "Trace recording (re)started.\r\n" );\r
-               }\r
-               else if( strncmp( pcParameter, "stop", strlen( "stop" ) ) == 0 )\r
-               {\r
-                       /* End the trace, if one is running. */\r
-                       vTraceStop();\r
-                       sprintf( pcWriteBuffer, "Stopping trace recording.\r\n" );\r
-               }\r
-               else\r
-               {\r
-                       sprintf( pcWriteBuffer, "Valid parameters are 'start' and 'stop'.\r\n" );\r
-               }\r
-\r
-               /* There is no more data to return after this single string, so return\r
-               pdFALSE. */\r
-               return pdFALSE;\r
-       }\r
-\r
-#endif /* configINCLUDE_TRACE_RELATED_CLI_COMMANDS */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CreateProjectDirectoryStructure.bat b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CreateProjectDirectoryStructure.bat
deleted file mode 100644 (file)
index e60a79e..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-REM This file should be executed from the command line prior to the first\r
-REM build.  It will be necessary to refresh the Eclipse project once the\r
-REM .bat file has been executed (normally just press F5 to refresh).\r
-\r
-REM Copies all the required files from their location within the standard\r
-REM FreeRTOS directory structure to under the Eclipse project directory.\r
-REM This permits the Eclipse project to be used in 'managed' mode and without\r
-REM having to setup any linked resources.\r
-\r
-REM Standard paths\r
-SET FREERTOS_SOURCE=..\..\..\FreeRTOS\Source\r
-SET FREERTOS_UDP_SOURCE=..\..\Source\FreeRTOS-Plus-UDP\r
-SET FREERTOS_CLI_SOURCE=..\..\Source\FreeRTOS-Plus-CLI\r
-set FREERTOS_TRACE_RECORDER_SOURCE=..\..\Source\FreeRTOS-Plus-Trace\r
-\r
-REM Have the files already been copied?\r
-IF EXIST FreeRTOS_Source Goto END\r
-\r
-    REM Create the required directory structure.\r
-    MD FreeRTOS_Source\r
-    MD FreeRTOS_Source\include\r
-    MD FreeRTOS_Source\portable\\r
-       MD FreeRTOS_Source\portable\GCC\r
-    MD FreeRTOS_Source\portable\GCC\ARM_CM3\r
-    MD FreeRTOS_Source\portable\MemMang\r
-       MD FreeRTOS_Plus_UDP\r
-       MD FreeRTOS_Plus_UDP\include\r
-       MD FreeRTOS_Plus_UDP\portable\r
-       MD FreeRTOS_Plus_UDP\portable\Compiler\r
-       MD FreeRTOS_Plus_UDP\portable\Compiler\GCC\r
-       MD FreeRTOS_Plus_UDP\portable\BufferManagement\r
-       MD FreeRTOS_Plus_UDP\portable\NetworkInterface\r
-       MD FreeRTOS_Plus_UDP\portable\NetworkInterface\LPC18xx\r
-       MD FreeRTOS_Plus_CLI\r
-       MD Examples\Ethernet\r
-\r
-    REM Copy the core kernel files into the SDK projects directory\r
-    copy %FREERTOS_SOURCE%\tasks.c FreeRTOS_Source\r
-    copy %FREERTOS_SOURCE%\queue.c FreeRTOS_Source\r
-    copy %FREERTOS_SOURCE%\list.c FreeRTOS_Source\r
-    copy %FREERTOS_SOURCE%\timers.c FreeRTOS_Source\r
-\r
-    REM Copy the common header files into the SDK projects directory\r
-    copy %FREERTOS_SOURCE%\include\*.* FreeRTOS_Source\include\r
-\r
-    REM Copy the portable layer files into the projects directory\r
-    copy %FREERTOS_SOURCE%\portable\GCC\ARM_CM3\*.* FreeRTOS_Source\portable\GCC\ARM_CM3\r
-\r
-    REM Copy the memory allocation file into the project's directory\r
-    copy %FREERTOS_SOURCE%\portable\MemMang\heap_4.c FreeRTOS_Source\portable\MemMang\r
-\r
-       REM Copy the FreeRTOS+UDP core files\r
-       copy %FREERTOS_UDP_SOURCE%\*.c FreeRTOS_Plus_UDP\r
-       copy %FREERTOS_UDP_SOURCE%\readme.txt FreeRTOS_Plus_UDP\r
-       copy %FREERTOS_UDP_SOURCE%\include\*.* FreeRTOS_Plus_UDP\include\r
-\r
-       REM Copy the FreeRTOS+UDP portable layer files\r
-       copy %FREERTOS_UDP_SOURCE%\portable\NetworkInterface\LPC18xx\Using_CMSISv2p10_LPC18xx_DriverLib\*.* FreeRTOS_Plus_UDP\portable\NetworkInterface\LPC18xx\r
-       copy %FREERTOS_UDP_SOURCE%\portable\BufferManagement\BufferAllocation_2.c FreeRTOS_Plus_UDP\portable\BufferManagement\r
-       copy %FREERTOS_UDP_SOURCE%\portable\Compiler\GCC\*.* FreeRTOS_Plus_UDP\portable\Compiler\GCC\r
-\r
-       REM Copy the FreeRTOS+CLI files\r
-       copy %FREERTOS_CLI_SOURCE%\*.* FreeRTOS_Plus_CLI\r
-       \r
-       REM Copy the FreeRTOS+Trace recorder files\r
-       copy %FREERTOS_TRACE_RECORDER_SOURCE%\*.* ThirdParty\FreeRTOS_Plus_Trace_Recorder\r
-       copy %FREERTOS_TRACE_RECORDER_SOURCE%\include\*.* ThirdParty\FreeRTOS_Plus_Trace_Recorder\include\r
-\r
-       REM Copy the echo client example implementation\r
-       copy ..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.c Examples\Ethernet\r
-       copy ..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.h Examples\include\r
-\r
-       REM Copy the example IP trace macro implementation\r
-       copy ..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.c Examples\Ethernet\r
-       copy ..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.h Examples\include\r
-\r
-       REM Copy the CLI commands implementation into the project directory.\r
-       copy ..\Common\FreeRTOS_Plus_UDP_Demos\CLICommands\CLI-commands.c .\r
-\r
-: END\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c
deleted file mode 100644 (file)
index e39cd67..0000000
+++ /dev/null
@@ -1,301 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*\r
- * NOTE:  This file uses a third party USB CDC driver.\r
- */\r
-\r
-/* Standard includes. */\r
-#include "string.h"\r
-#include "stdio.h"\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "semphr.h"\r
-\r
-/* Driver includes. */\r
-#include "usbhw.h"\r
-#include "cdcuser.h"\r
-#include "usbcfg.h"\r
-#include "usbuser.h"\r
-\r
-/* Example includes. */\r
-#include "FreeRTOS_CLI.h"\r
-#include "CDCCommandConsole.h"\r
-\r
-/* Dimensions the buffer into which input characters are placed. */\r
-#define cmdMAX_INPUT_SIZE              50\r
-\r
-/* The maximum time in ticks to wait for the CDC access mutex. */\r
-#define cmdMAX_MUTEX_WAIT              ( 200 / portTICK_RATE_MS )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * The task that implements the command console processing.\r
- */\r
-static void prvCDCCommandConsoleTask( void *pvParameters );\r
-\r
-/*\r
- * Obtain a character from the CDC input.  The calling task will be held in the\r
- * Blocked state (so other tasks can execute) until a character is avilable.\r
- */\r
-char cGetCDCChar( void );\r
-\r
-/*\r
- * Initialise the third party virtual comport files driver\r
- */\r
-static void prvSetupUSBDrivers( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* 'Given' by the CDC interrupt to unblock the receiving task when new data\r
-is available. */\r
-static xSemaphoreHandle xNewDataSemaphore = NULL;\r
-\r
-/* Used to guard access to the CDC output, which is used by more than one\r
-task. */\r
-static xSemaphoreHandle xCDCMutex = NULL;\r
-\r
-/* Const messages output by the command console. */\r
-static const char * const pcWelcomeMessage = "FreeRTOS command server.\r\nType Help to view a list of registered commands.\r\n\r\n>";\r
-static const char * const pcEndOfOutputMessage = "\r\n[Press ENTER to execute the previous command again]\r\n>";\r
-static const char * const pcNewLine = "\r\n";\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vCDCCommandConsoleStart( uint16_t usStackSize, UBaseType_t uxPriority )\r
-{\r
-       /* Create the semaphores and mutexes used by the CDC to task interface. */\r
-       xCDCMutex = xSemaphoreCreateMutex();\r
-       vSemaphoreCreateBinary( xNewDataSemaphore );\r
-       configASSERT( xCDCMutex );\r
-       configASSERT( xNewDataSemaphore );\r
-\r
-       /* Add the semaphore and mutex to the queue registry for viewing in the\r
-       kernel aware state viewer. */\r
-       vQueueAddToRegistry( xCDCMutex, "CDCMu" );\r
-       vQueueAddToRegistry( xNewDataSemaphore, "CDCDat" );\r
-\r
-       /* Create that task that handles the console itself. */\r
-       xTaskCreate(    prvCDCCommandConsoleTask,       /* The task that implements the command console. */\r
-                                       "CDCCmd",                                       /* Text name assigned to the task.  This is just to assist debugging.  The kernel does not use this name itself. */\r
-                                       usStackSize,                            /* The size of the stack allocated to the task. */\r
-                                       NULL,                                           /* The parameter is not used, so NULL is passed. */\r
-                                       uxPriority,                                     /* The priority allocated to the task. */\r
-                                       NULL );                                         /* A handle is not required, so just pass NULL. */\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvCDCCommandConsoleTask( void *pvParameters )\r
-{\r
-char cRxedChar;\r
-uint8_t ucInputIndex = 0;\r
-char *pcOutputString;\r
-static char cInputString[ cmdMAX_INPUT_SIZE ], cLastInputString[ cmdMAX_INPUT_SIZE ];\r
-BaseType_t xReturned;\r
-\r
-       ( void ) pvParameters;\r
-\r
-       /* Obtain the address of the output buffer.  Note there is no mutual\r
-       exclusion on this buffer as it is assumed only one command console\r
-       interface will be used at any one time. */\r
-       pcOutputString = FreeRTOS_CLIGetOutputBuffer();\r
-\r
-       /* Initialise the virtual com port (CDC) interface. */\r
-       prvSetupUSBDrivers();\r
-\r
-       /* Send the welcome message.  This probably won't be seen as the console\r
-       will not have been connected yet. */\r
-       USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) pcWelcomeMessage, strlen( pcWelcomeMessage ) );\r
-\r
-       for( ;; )\r
-       {\r
-               /* No characters received yet for the current input string. */\r
-               cRxedChar = 0;\r
-\r
-               /* Only interested in reading one character at a time. */\r
-               cRxedChar = cGetCDCChar();\r
-\r
-               if( xSemaphoreTake( xCDCMutex, cmdMAX_MUTEX_WAIT ) == pdPASS )\r
-               {\r
-                       /* Echo the character back. */\r
-                       USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) &cRxedChar, sizeof( uint8_t ) );\r
-\r
-                       /* Was it the end of the line? */\r
-                       if( cRxedChar == '\n' || cRxedChar == '\r' )\r
-                       {\r
-                               /* Just to space the output from the input. */\r
-                               USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) pcNewLine, strlen( pcNewLine ) );\r
-\r
-                               /* See if the command is empty, indicating that the last command is\r
-                               to be executed again. */\r
-                               if( ucInputIndex == 0 )\r
-                               {\r
-                                       /* Copy the last command back into the input string. */\r
-                                       strcpy( cInputString, cLastInputString );\r
-                               }\r
-\r
-                               /* Pass the received command to the command interpreter.  The\r
-                               command interpreter is called repeatedly until it returns pdFALSE\r
-                               (indicating there is no more output) as it might generate more than\r
-                               one string. */\r
-                               do\r
-                               {\r
-                                       /* Get the next output string from the command interpreter. */\r
-                                       xReturned = FreeRTOS_CLIProcessCommand( cInputString, pcOutputString, configCOMMAND_INT_MAX_OUTPUT_SIZE );\r
-\r
-                                       /* Write the generated string to the CDC. */\r
-                                       USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) pcOutputString, strlen( pcOutputString ) );\r
-                                       vTaskDelay( 1 );\r
-\r
-                               } while( xReturned != pdFALSE );\r
-\r
-                               /* All the strings generated by the input command have been sent.\r
-                               Clear the input string ready to receive the next command.  Remember\r
-                               the command that was just processed first in case it is to be\r
-                               processed again. */\r
-                               strcpy( cLastInputString, cInputString );\r
-                               ucInputIndex = 0;\r
-                               memset( cInputString, 0x00, cmdMAX_INPUT_SIZE );\r
-\r
-                               USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) pcEndOfOutputMessage, strlen( pcEndOfOutputMessage ) );\r
-                       }\r
-                       else\r
-                       {\r
-                               if( cRxedChar == '\r' )\r
-                               {\r
-                                       /* Ignore the character. */\r
-                               }\r
-                               else if( cRxedChar == '\b' )\r
-                               {\r
-                                       /* Backspace was pressed.  Erase the last character in the\r
-                                       string - if any. */\r
-                                       if( ucInputIndex > 0 )\r
-                                       {\r
-                                               ucInputIndex--;\r
-                                               cInputString[ ucInputIndex ] = '\0';\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* A character was entered.  Add it to the string\r
-                                       entered so far.  When a \n is entered the complete\r
-                                       string will be passed to the command interpreter. */\r
-                                       if( ( cRxedChar >= ' ' ) && ( cRxedChar <= '~' ) )\r
-                                       {\r
-                                               if( ucInputIndex < cmdMAX_INPUT_SIZE )\r
-                                               {\r
-                                                       cInputString[ ucInputIndex ] = cRxedChar;\r
-                                                       ucInputIndex++;\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       /* Must ensure to give the mutex back. */\r
-                       xSemaphoreGive( xCDCMutex );\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vOutputString( const char * const pcMessage )\r
-{\r
-       if( xSemaphoreTake( xCDCMutex, cmdMAX_MUTEX_WAIT ) == pdPASS )\r
-       {\r
-               USB_WriteEP( CDC_DEP_IN, ( uint8_t * ) pcMessage, strlen( pcMessage ) );\r
-               xSemaphoreGive( xCDCMutex );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-char cGetCDCChar( void )\r
-{\r
-int32_t lAvailableBytes, xBytes = 0;\r
-char cInputChar;\r
-\r
-       do\r
-       {\r
-               /* Are there any characters already available? */\r
-               CDC_OutBufAvailChar( &lAvailableBytes );\r
-               if( lAvailableBytes > 0 )\r
-               {\r
-                       if( xSemaphoreTake( xCDCMutex, cmdMAX_MUTEX_WAIT ) == pdPASS )\r
-                       {\r
-                               /* Attempt to read one character. */\r
-                               xBytes = 1;\r
-                               xBytes = CDC_RdOutBuf( &cInputChar, &xBytes );\r
-\r
-                               xSemaphoreGive( xCDCMutex );\r
-                       }\r
-               }\r
-\r
-               if( xBytes == 0 )\r
-               {\r
-                       /* A character was not available.  Wait until signalled by the\r
-                       CDC Rx callback function that new data has arrived. */\r
-                       xSemaphoreTake( xNewDataSemaphore, portMAX_DELAY );\r
-               }\r
-\r
-       } while( xBytes == 0 );\r
-\r
-       return cInputChar;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Callback function executed by the USB interrupt when new data arrives. */\r
-void vCDCNewDataNotify( void )\r
-{\r
-BaseType_t xHigherPriorityTaskWoken = pdFALSE;\r
-\r
-       configASSERT( xNewDataSemaphore );\r
-\r
-       /* 'Give' the semaphore that signals the arrival of new data to the command\r
-       console task. */\r
-       xSemaphoreGiveFromISR( xNewDataSemaphore, &xHigherPriorityTaskWoken );\r
-       portEND_SWITCHING_ISR( xHigherPriorityTaskWoken );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSetupUSBDrivers( void )\r
-{\r
-LPC_USBDRV_INIT_T xUSBCallback;\r
-\r
-       /* Initialise the callback structure. */\r
-       memset( ( void * ) &xUSBCallback, 0, sizeof( LPC_USBDRV_INIT_T ) );\r
-       xUSBCallback.USB_Reset_Event = USB_Reset_Event;\r
-       xUSBCallback.USB_P_EP[ 0 ] = USB_EndPoint0;\r
-       xUSBCallback.USB_P_EP[ 1 ] = USB_EndPoint1;\r
-       xUSBCallback.USB_P_EP[ 2 ] = USB_EndPoint2;\r
-       xUSBCallback.ep0_maxp = USB_MAX_PACKET0;\r
-\r
-       /* Initialise then connect the USB. */\r
-       USB_Init( &xUSBCallback );\r
-       USB_Connect( pdTRUE );\r
-}\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
deleted file mode 100644 (file)
index a5af52c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef CDC_COMMAND_CONSOLE_H\r
-#define CDC_COMMAND_CONSOLE_H\r
-\r
-/*\r
- * Create the task that implements a command console using the USB virtual com\r
- * port driver for intput and output.\r
- */\r
-void vCDCCommandConsoleStart( uint16_t usStackSize, UBaseType_t uxPriority );\r
-\r
-#endif /* CDC_COMMAND_CONSOLE_H */\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
deleted file mode 100644 (file)
index dca98ac..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef TWO_ECHO_CLIENTS_H\r
-#define TWO_ECHO_CLIENTS_H\r
-\r
-/*\r
- * Create the two UDP echo client tasks.  One task uses the standard interface\r
- * to send to and receive from an echo server.  The other task uses the zero\r
- * copy interface to send to and receive from an echo server.\r
- */\r
-void vStartEchoClientTasks( uint16_t usTaskStackSize, UBaseType_t uxTaskPriority );\r
-\r
-#endif /* TWO_ECHO_CLIENTS_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Flash_map.xml b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Flash_map.xml
deleted file mode 100644 (file)
index 1fb1cd3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<info flash_driver='LPC1850A_4350A_SPIFI.cfx'>\r
- <chip>\r
-  <memory id='Flash' type='Flash' is_ro='true' can_program='true'></memory>\r
-  <memory id='RAM' type='RAM'></memory>\r
-   <memoryInstance id='SPIFlash' derived_from='Flash' location='0x14000000' size='0x400000'  edited='true'/>\r
-   <memoryInstance id='RamLoc96' derived_from='RAM' location='0x10000000' size='0x18000'  edited='true'/>\r
-   <memoryInstance id='RamLoc40' derived_from='RAM' location='0x10080000' size='0xa000'  edited='true'/>\r
-   <memoryInstance id='RamAHB32' derived_from='RAM' location='0x20000000' size='0x8000'  edited='true'/>\r
-   <memoryInstance id='RamAHB16' derived_from='RAM' location='0x20008000' size='0x4000'  edited='true'/>\r
-   <memoryInstance id='RamAHB_ETB16' derived_from='RAM' location='0x2000c000' size='0x4000'  edited='true'/>\r
- </chip>\r
-</info>\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
deleted file mode 100644 (file)
index ec7fefa..0000000
+++ /dev/null
@@ -1,242 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_CONFIG_H\r
-#define FREERTOS_CONFIG_H\r
-\r
-#include <stdint.h>\r
-extern uint32_t SystemCoreClock;\r
-\r
-/*-----------------------------------------------------------\r
- * Application specific definitions.\r
- *\r
- * These definitions should be adjusted for your particular hardware and\r
- * application requirements.\r
- *\r
- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
- * http://www.freertos.org/a00110.html\r
- *\r
- * The bottom of this file contains some constants specific to running the UDP\r
- * stack in this demo.  Constants specific to FreeRTOS+UDP itself (rather than\r
- * the demo) are contained in FreeRTOSIPConfig.h.\r
- *----------------------------------------------------------*/\r
-\r
-#define configUSE_PREEMPTION                   1\r
-#define configUSE_PORT_OPTIMISED_TASK_SELECTION 1\r
-#define configUSE_TICKLESS_IDLE                        0\r
-#define configMAX_PRIORITIES                   ( 7 )\r
-#define configCPU_CLOCK_HZ                             ( SystemCoreClock )\r
-#define configTICK_RATE_HZ                             100\r
-#define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 300 )\r
-#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 40 * 1024 ) ) /* Has not effect in this demo as the heap is manually pointed to AHB RAM. */\r
-#define configMAX_TASK_NAME_LEN                        ( 9 )\r
-#define configIDLE_SHOULD_YIELD                        0\r
-#define configQUEUE_REGISTRY_SIZE              10\r
-#define configUSE_TRACE_FACILITY               1\r
-#define configUSE_16_BIT_TICKS                 0\r
-#define configUSE_MUTEXES                              1\r
-#define configUSE_CO_ROUTINES                  0\r
-#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
-#define configUSE_COUNTING_SEMAPHORES  1\r
-#define configUSE_ALTERNATIVE_API              0\r
-#define configUSE_RECURSIVE_MUTEXES            1\r
-\r
-/* Hook function related definitions. */\r
-#define configUSE_TICK_HOOK                            0\r
-#define configUSE_IDLE_HOOK                            0\r
-#define configUSE_MALLOC_FAILED_HOOK   1\r
-#define configCHECK_FOR_STACK_OVERFLOW 2\r
-\r
-/* Software timer related definitions. */\r
-#define configUSE_TIMERS                               1\r
-#define configTIMER_TASK_PRIORITY              ( configMAX_PRIORITIES - 1 )\r
-#define configTIMER_QUEUE_LENGTH               5\r
-#define configTIMER_TASK_STACK_DEPTH   configMINIMAL_STACK_SIZE\r
-\r
-/* Run time stats gathering definitions. */\r
-void vMainConfigureTimerForRunTimeStats( void );\r
-uint32_t ulMainGetRunTimeCounterValue( void );\r
-#define configGENERATE_RUN_TIME_STATS  1\r
-#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vMainConfigureTimerForRunTimeStats()\r
-#define portGET_RUN_TIME_COUNTER_VALUE() ulMainGetRunTimeCounterValue()\r
-\r
-/* Set the following definitions to 1 to include the API function, or zero\r
-to exclude the API function. */\r
-#define INCLUDE_vTaskPrioritySet                       1\r
-#define INCLUDE_uxTaskPriorityGet                      1\r
-#define INCLUDE_vTaskDelete                                    1\r
-#define INCLUDE_vTaskCleanUpResources          0\r
-#define INCLUDE_vTaskSuspend                           1\r
-#define INCLUDE_vTaskDelayUntil                                1\r
-#define INCLUDE_vTaskDelay                                     1\r
-#define INCLUDE_uxTaskGetStackHighWaterMark    1\r
-#define INCLUDE_xTimerGetTimerTaskHandle       0\r
-#define INCLUDE_xTaskGetIdleTaskHandle         0\r
-#define INCLUDE_xQueueGetMutexHolder           1\r
-\r
-/* This demo makes use of one or more example stats formatting functions.  These\r
-format the raw data provided by the uxTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within\r
-FreeRTOS/Source/tasks.c for limitations. */\r
-#define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
-\r
-/* Assert statement defined for debug builds. */\r
-#ifdef DEBUG\r
-       #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
-#endif\r
-\r
-/* Interrupt priority configuration settings follow.\r
-http://www.freertos.org/RTOS-Cortex-M3-M4.html */\r
-\r
-/* Use the system definition for the number of interrupt priorities, if there\r
-is one */\r
-#ifdef __NVIC_PRIO_BITS\r
-       #define configPRIO_BITS       __NVIC_PRIO_BITS\r
-#else\r
-       #define configPRIO_BITS       3        /* 8 priority levels */\r
-#endif\r
-\r
-/* The maximum priority an interrupt that uses an interrupt safe FreeRTOS API\r
-function can have.  Note that lower priority have numerically higher values.  */\r
-#define configMAX_LIBRARY_INTERRUPT_PRIORITY   ( 5 )\r
-\r
-/* The minimum possible interrupt priority. */\r
-#define configMIN_LIBRARY_INTERRUPT_PRIORITY   ( 7 )\r
-\r
-/* The lowest priority. */\r
-#define configKERNEL_INTERRUPT_PRIORITY                ( configMIN_LIBRARY_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
-\r
-/* Priority 5, or 248 as only the top five bits are implemented. */\r
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configMAX_LIBRARY_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
-\r
-/* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS\r
-standard names. */\r
-#define vPortSVCHandler SVC_Handler\r
-#define xPortPendSVHandler PendSV_Handler\r
-#define xPortSysTickHandler SysTick_Handler\r
-\r
-\r
-/*\r
- * DEMO APPLICATION SPECIFIC DEFINITIONS FOLLOW FROM HERE\r
- */\r
-\r
-/* Set to 1 to include "trace start" and "trace stop" CLI commands.  These\r
-commands start and stop the FreeRTOS+Trace recording. */\r
-#define configINCLUDE_TRACE_RELATED_CLI_COMMANDS 0\r
-\r
-/* Dimensions a buffer that can be used by the FreeRTOS+CLI command\r
-interpreter.  See the FreeRTOS+CLI documentation for more information:\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_CLI/ */\r
-#define configCOMMAND_INT_MAX_OUTPUT_SIZE              1024\r
-\r
-/* The priority used by the Ethernet MAC driver interrupt. */\r
-#define configMAC_INTERRUPT_PRIORITY           ( configMAX_LIBRARY_INTERRUPT_PRIORITY )\r
-\r
-/* If configINCLUDE_DEMO_DEBUG_STATS is set to one, then a few basic IP trace\r
-macros are defined to gather some UDP stack statistics that can then be viewed\r
-through the CLI interface.  See\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Trace.shtml*/\r
-#define configINCLUDE_DEMO_DEBUG_STATS 1\r
-\r
-/* The LPC1830 Ethernet peripheral uses a DMA to transmit and receive packets.\r
-The DMA uses a chain of descriptors to reference Ethernet buffers, and provide\r
-information on the state of each buffer (full/empty/error/etc.).\r
-configNUM_RX_ETHERNET_DMA_DESCRIPTORS defines the total number of receive\r
-descriptors (descriptors that point to buffers into which the DMA will write\r
-packets received from the network).  An Ethernet buffer is assigned to each\r
-descriptor.  Having too few descriptors will impact reliability because the DMA\r
-will have to drop packets that are received when there are no receive\r
-descriptors free.  It is however only necessary to have a couple of free\r
-descriptors at a time, and having more wastes the RAM used by the Ethernet\r
-buffers that are surplus to requirements. */\r
-#define configNUM_RX_ETHERNET_DMA_DESCRIPTORS  4\r
-\r
-/* The LPC1830 Ethernet peripheral uses a DMA to transmit and receive packets.\r
-The DMA uses a chain of descriptors to reference Ethernet buffers that are\r
-waiting to be sent onto the network.  configNUM_TX_ETHERNET_DMA_DESCRIPTORS\r
-defines the total number of transmit descriptors.  An Ethernet buffer is\r
-not assigned to a transmit descriptor until data is actually sent, but will\r
-remain assigned to the descriptor until the descriptor is re-used.  It is not\r
-necessary to have many transmit descriptors as the IP stack task will be held\r
-in the Blocked state (so other tasks can run) until a descriptor becomes\r
-available if it attempts to transmit when all the descriptors are in use.  See\r
-the iptraceWAITING_FOR_TX_DMA_DESCRIPTOR() IP trace macro. */\r
-#define configNUM_TX_ETHERNET_DMA_DESCRIPTORS  1\r
-\r
-/* The address of an echo server that will be used by the two demo echo client\r
-tasks.\r
-http://FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
-#define configECHO_SERVER_ADDR0        172\r
-#define configECHO_SERVER_ADDR1 25\r
-#define configECHO_SERVER_ADDR2 218\r
-#define configECHO_SERVER_ADDR3 103\r
-\r
-/* MAC address configuration.  In a deployed production system this would\r
-probably be read from an EEPROM.  In the demo it is just hard coded.  Make sure\r
-each node on the network has a unique MAC address. */\r
-#define configMAC_ADDR0        0x00\r
-#define configMAC_ADDR1        0x01\r
-#define configMAC_ADDR2        0x02\r
-#define configMAC_ADDR3        0x03\r
-#define configMAC_ADDR4        0x04\r
-#define configMAC_ADDR5        0x08\r
-\r
-/* Default IP address configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configIP_ADDR0         172\r
-#define configIP_ADDR1         25\r
-#define configIP_ADDR2         218\r
-#define configIP_ADDR3         200\r
-\r
-/* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
-0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    172\r
-#define configGATEWAY_ADDR1    25\r
-#define configGATEWAY_ADDR2    218\r
-#define configGATEWAY_ADDR3    1\r
-\r
-/* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r
-208.67.220.220.  Used in ipconfigUSE_DNS is set to 0, or ipconfigUSE_DNS is set\r
-to 1 but a DNS server cannot be contacted.*/\r
-#define configDNS_SERVER_ADDR0         208\r
-#define configDNS_SERVER_ADDR1         67\r
-#define configDNS_SERVER_ADDR2         222\r
-#define configDNS_SERVER_ADDR3         222\r
-\r
-/* Defalt netmask configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configNET_MASK0                255\r
-#define configNET_MASK1                255\r
-#define configNET_MASK2                255\r
-#define configNET_MASK3                0\r
-\r
-/* Only include the trace macro definitions required by FreeRTOS+Trace if\r
-the trace start and trace stop CLI commands are included. */\r
-#include "trcRecorder.h"\r
-\r
-#endif /* FREERTOS_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSIPConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSIPConfig.h
deleted file mode 100644 (file)
index d676800..0000000
+++ /dev/null
@@ -1,222 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for configuration information.\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Configuration.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-#ifndef FREERTOS_IP_CONFIG_H\r
-#define FREERTOS_IP_CONFIG_H\r
-\r
-/* The IP stack executes it its own task (although any application task can make\r
-use of its services through the published sockets API). ipconfigUDP_TASK_PRIORITY\r
-sets the priority of the task that executes the IP stack.  The priority is a\r
-standard FreeRTOS task priority so can take any value from 0 (the lowest\r
-priority) to (configMAX_PRIORITIES - 1) (the highest priority).\r
-configMAX_PRIORITIES is a standard FreeRTOS configuration parameter defined in\r
-FreeRTOSConfig.h, not FreeRTOSIPConfig.h. Consideration needs to be given as to\r
-the priority assigned to the task executing the IP stack relative to the\r
-priority assigned to tasks that use the IP stack. */\r
-#define ipconfigUDP_TASK_PRIORITY                      ( configMAX_PRIORITIES - 2 )\r
-\r
-/* The size, in words (not bytes), of the stack allocated to the FreeRTOS+UDP\r
-task.  This setting is less important when the FreeRTOS Win32 simulator is used\r
-as the Win32 simulator only stores a fixed amount of information on the task\r
-stack.  FreeRTOS includes optional stack overflow detection, see:\r
-http://www.freertos.org/Stacks-and-stack-overflow-checking.html */\r
-#define ipconfigUDP_TASK_STACK_SIZE_WORDS      ( configMINIMAL_STACK_SIZE * 3 )\r
-\r
-/* ipconfigRAND32() is called by the IP stack to generate a random number that\r
-is then used as a DHCP transaction number.  Random number generation is performed\r
-via this macro to allow applications to use their own random number generation\r
-method.  For example, it might be possible to generate a random number by\r
-sampling noise on an analogue input. */\r
-#define ipconfigRAND32()       1\r
-\r
-/* If ipconfigUSE_NETWORK_EVENT_HOOK is set to 1 then FreeRTOS+UDP will call the\r
-network event hook at the appropriate times.  If ipconfigUSE_NETWORK_EVENT_HOOK\r
-is not set to 1 then the network event hook will never be called.  See\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/API/vApplicationIPNetworkEventHook.shtml\r
-*/\r
-#define ipconfigUSE_NETWORK_EVENT_HOOK 1\r
-\r
-/* Sockets have a send block time attribute.  If FreeRTOS_sendto() is called but\r
-a network buffer cannot be obtained then the calling task is held in the Blocked\r
-state (so other tasks can continue to executed) until either a network buffer\r
-becomes available or the send block time expires.  If the send block time expires\r
-then the send operation is aborted.  The maximum allowable send block time is\r
-capped to the value set by ipconfigMAX_SEND_BLOCK_TIME_TICKS.  Capping the\r
-maximum allowable send block time prevents prevents a deadlock occurring when\r
-all the network buffers are in use and the tasks that process (and subsequently\r
-free) the network buffers are themselves blocked waiting for a network buffer.\r
-ipconfigMAX_SEND_BLOCK_TIME_TICKS is specified in RTOS ticks.  A time in\r
-milliseconds can be converted to a time in ticks by dividing the time in\r
-milliseconds by portTICK_RATE_MS. */\r
-#define ipconfigMAX_SEND_BLOCK_TIME_TICKS ( 20 / portTICK_RATE_MS )\r
-\r
-/* If ipconfigUSE_DHCP is 1 then FreeRTOS+UDP will attempt to retrieve an IP\r
-address, netmask, DNS server address and gateway address from a DHCP server.  If\r
-ipconfigUSE_DHCP is 0 then FreeRTOS+UDP will use a static IP address.  The\r
-stack will revert to using the static IP address even when ipconfigUSE_DHCP is\r
-set to 1 if a valid configuration cannot be obtained from a DHCP server for any\r
-reason.  The static configuration used is that passed into the stack by the\r
-FreeRTOS_IPInit() function call. */\r
-#define ipconfigUSE_DHCP       1\r
-\r
-/* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at\r
-increasing time intervals until either a reply is received from a DHCP server\r
-and accepted, or the interval between transmissions reaches\r
-ipconfigMAXIMUM_DISCOVER_TX_PERIOD.  The IP stack will revert to using the\r
-static IP address passed as a parameter to FreeRTOS_IPInit() if the\r
-re-transmission time interval reaches ipconfigMAXIMUM_DISCOVER_TX_PERIOD without\r
-a DHCP reply being received. */\r
-#ifdef _WINDOWS_\r
-       /* The windows simulated time is not real time so the max delay is much\r
-       shorter. */\r
-       #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 999 / portTICK_RATE_MS )\r
-#else\r
-       #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 120000 / portTICK_RATE_MS )\r
-#endif /* _WINDOWS_ */\r
-\r
-/* The ARP cache is a table that maps IP addresses to MAC addresses.  The IP\r
-stack can only send a UDP message to a remove IP address if it knowns the MAC\r
-address associated with the IP address, or the MAC address of the router used to\r
-contact the remote IP address.  When a UDP message is received from a remote IP\r
-address the MAC address and IP address are added to the ARP cache.  When a UDP\r
-message is sent to a remote IP address that does not already appear in the ARP\r
-cache then the UDP message is replaced by a ARP message that solicits the\r
-required MAC address information.  ipconfigARP_CACHE_ENTRIES defines the maximum\r
-number of entries that can exist in the ARP table at any one time. */\r
-#define ipconfigARP_CACHE_ENTRIES              6\r
-\r
-/* ARP requests that do not result in an ARP response will be re-transmitted a\r
-maximum of ipconfigMAX_ARP_RETRANSMISSIONS times before the ARP request is\r
-aborted. */\r
-#define ipconfigMAX_ARP_RETRANSMISSIONS ( 5 )\r
-\r
-/* ipconfigMAX_ARP_AGE defines the maximum time between an entry in the ARP\r
-table being created or refreshed and the entry being removed because it is stale.\r
-New ARP requests are sent for ARP cache entries that are nearing their maximum\r
-age.  ipconfigMAX_ARP_AGE is specified in tens of seconds, so a value of 150 is\r
-equal to 1500 seconds (or 25 minutes). */\r
-#define ipconfigMAX_ARP_AGE                    150\r
-\r
-/* Implementing FreeRTOS_inet_addr() necessitates the use of string handling\r
-routines, which are relatively large.  To save code space the full\r
-FreeRTOS_inet_addr() implementation is made optional, and a smaller and faster\r
-alternative called FreeRTOS_inet_addr_quick() is provided.  FreeRTOS_inet_addr()\r
-takes an IP in decimal dot format (for example, "192.168.0.1") as its parameter.\r
-FreeRTOS_inet_addr_quick() takes an IP address as four separate numerical octets\r
-(for example, 192, 168, 0, 1) as its parameters.  If\r
-ipconfigINCLUDE_FULL_INET_ADDR is set to 1 then both FreeRTOS_inet_addr() and\r
-FreeRTOS_indet_addr_quick() are available.  If ipconfigINCLUDE_FULL_INET_ADDR is\r
-not set to 1 then only FreeRTOS_indet_addr_quick() is available. */\r
-#define ipconfigINCLUDE_FULL_INET_ADDR 1\r
-\r
-/* ipconfigNUM_NETWORK_BUFFERS defines the total number of network buffer that\r
-are available to the IP stack.  The total number of network buffers is limited\r
-to ensure the total amount of RAM that can be consumed by the IP stack is capped\r
-to a pre-determinable value. */\r
-#define ipconfigNUM_NETWORK_BUFFERS            10\r
-\r
-/* A FreeRTOS queue is used to send events from application tasks to the IP\r
-stack.  ipconfigEVENT_QUEUE_LENGTH sets the maximum number of events that can\r
-be queued for processing at any one time.  The event queue must be a minimum of\r
-5 greater than the total number of network buffers. */\r
-#define ipconfigEVENT_QUEUE_LENGTH             ( ipconfigNUM_NETWORK_BUFFERS + 5 )\r
-\r
-/* The address of a socket is the combination of its IP address and its port\r
-number.  FreeRTOS_bind() is used to manually allocate a port number to a socket\r
-(to 'bind' the socket to a port), but manual binding is not normally necessary\r
-for client sockets (those sockets that initiate outgoing connections rather than\r
-wait for incoming connections on a known port number).  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 1 then calling\r
-FreeRTOS_sendto() on a socket that has not yet been bound will result in the IP\r
-stack automatically binding the socket to a port number from the range\r
-socketAUTO_PORT_ALLOCATION_START_NUMBER to 0xffff.  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 0 then calling FreeRTOS_sendto()\r
-on a socket that has not yet been bound will result in the send operation being\r
-aborted. */\r
-#define ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND 1\r
-\r
-/* Defines the Time To Live (TTL) values used in outgoing UDP packets. */\r
-#define updconfigIP_TIME_TO_LIVE               128\r
-\r
-/* If ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is set to 1 then UDP packets that\r
-contain more data than will fit in a single network frame will be fragmented\r
-across multiple IP packets.  Also see the ipconfigNETWORK_MTU setting.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8.  Setting ipconfigCAN_FRAGMENT_OUTGOING_PACKETS to 1 will\r
-increase both the code size and execution time. */\r
-#define ipconfigCAN_FRAGMENT_OUTGOING_PACKETS 0\r
-\r
-/* The MTU is the maximum number of bytes the payload of a network frame can\r
-contain.  For normal Ethernet V2 frames the maximum MTU is 1500.  Setting a\r
-lower value can save RAM, depending on the buffer management scheme used.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8. */\r
-#define ipconfigNETWORK_MTU 586\r
-\r
-/* Set ipconfigUSE_DNS to 1 to include a basic DNS client/resolver.  DNS is used\r
-through the FreeRTOS_gethostbyname() API function. */\r
-#define ipconfigUSE_DNS                1\r
-\r
-/* If ipconfigREPLY_TO_INCOMING_PINGS is set to 1 then the IP stack will\r
-generate replies to incoming ICMP echo (ping) requests. */\r
-#define ipconfigREPLY_TO_INCOMING_PINGS                                1\r
-\r
-/* If ipconfigSUPPORT_OUTGOING_PINGS is set to 1 then the\r
-FreeRTOS_SendPingRequest() API function is available. */\r
-#define ipconfigSUPPORT_OUTGOING_PINGS                         1\r
-\r
-/* Used for stack testing only, and must be implemented in the network\r
-interface. */\r
-#define updconfigLOOPBACK_ETHERNET_PACKETS     0\r
-\r
-/* If ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES is set to 1 then Ethernet frames\r
-that are not in Ethernet II format will be dropped.  This option is included for\r
-potential future IP stack developments. */\r
-#define ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES 1\r
-\r
-/* If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 1 then it is the\r
-responsibility of the Ethernet interface to filter out packets that are of no\r
-interest.  If the Ethernet interface does not implement this functionality, then\r
-set ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES to 0 to have the IP stack\r
-perform the filtering instead (it is much less efficient for the stack to do it\r
-because the packet will already have been passed into the stack).  If the\r
-Ethernet driver does all the necessary filtering in hardware then software\r
-filtering can be removed by using a value other than 1 or 0. */\r
-#define ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES    2\r
-\r
-/* The example IP trace macros are included here so the definitions are\r
-available in all the FreeRTOS+UDP source files. */\r
-#include "DemoIPTrace.h"\r
-\r
-#endif /* FREERTOS_IP_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
deleted file mode 100644 (file)
index 8dc893a..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Simple LED IO functions.  LED 0 is toggled by a timer every half second. */\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "timers.h"\r
-\r
-/* Library includes. */\r
-#include "lpc18xx_gpio.h"\r
-#include "lpc18xx_scu.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-#define ledTOGGLE_RATE ( 500 / portTICK_RATE_MS )\r
-\r
-#define ledLED0_PORT   1\r
-#define ledLED0_BIT            ( 1UL << 11UL )\r
-\r
-#define ledLED1_PORT   2\r
-#define ledLED1_BIT            ( 1UL << 12UL )\r
-\r
-/*\r
- * Toggles an LED just to show the application is running.\r
- */\r
-static void prvLEDToggleTimerCallback( xTimerHandle xTimer );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vLEDsInitialise( void )\r
-{\r
-static xTimerHandle xLEDToggleTimer = NULL;\r
-\r
-       /* Set the LED pin-muxing and configure as output. */\r
-       scu_pinmux( 0x2 , 11, MD_PUP, FUNC0 );\r
-       scu_pinmux( 0x2 , 12, MD_PUP, FUNC0 );\r
-       GPIO_SetDir( ledLED0_PORT, ledLED0_BIT, 1 );\r
-       GPIO_SetDir( ledLED1_PORT, ledLED1_BIT, 1 );\r
-\r
-    /* Create the timer used to toggle LED0. */\r
-       xLEDToggleTimer = xTimerCreate( "LEDTmr",               /* Just a text name to associate with the timer, useful for debugging, but not used by the kernel. */\r
-                                                                       ledTOGGLE_RATE, /* The period of the timer. */\r
-                                                                       pdTRUE,                 /* This timer will autoreload, so uxAutoReload is set to pdTRUE. */\r
-                                                                       NULL,                   /* The timer ID is not used, so can be set to NULL. */\r
-                                                                       prvLEDToggleTimerCallback );            /* The callback function executed each time the timer expires. */\r
-\r
-    /* Sanity check that the timer was actually created. */\r
-    configASSERT( xLEDToggleTimer );\r
-\r
-    /* Start the timer.  If this is called before the scheduler is started then\r
-    the block time will automatically get changed to 0 (from portMAX_DELAY). */\r
-    xTimerStart( xLEDToggleTimer, portMAX_DELAY );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvLEDToggleTimerCallback( xTimerHandle xTimer )\r
-{\r
-static uint8_t ucState = 0;\r
-\r
-       /* Remove compiler warnings. */\r
-       ( void ) xTimer;\r
-\r
-       /* Just toggle an LED to show the program is running. */\r
-       if( ucState == 0 )\r
-       {\r
-               GPIO_SetValue( ledLED0_PORT, ledLED0_BIT );\r
-       }\r
-       else\r
-       {\r
-               GPIO_ClearValue( ledLED0_PORT, ledLED0_BIT );\r
-       }\r
-\r
-       ucState = !ucState;\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/README_FIRST.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/README_FIRST.txt
deleted file mode 100644 (file)
index 4311d8b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-This demo is documented on the following web page:\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_and_CLI_LPC1830_NGX.shtml\r
-\r
-The FreeRTOS+UDP API is documented on the following web page:\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.shtml\r
-\r
-Other information, including a FreeRTOS+UDP primer, a description of the \r
-directory structure, and a glossary of networking terminology, can be found in \r
-the FreeRTOS+UDP portal:\r
-http://www.FreeRTOS.org/udp\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ReadMe.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ReadMe.txt
new file mode 100644 (file)
index 0000000..24bb546
--- /dev/null
@@ -0,0 +1,4 @@
+FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,\r
+which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can\r
+be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches\r
+applied to FreeRTOS+TCP.
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
deleted file mode 100644 (file)
index 7d7ee4b..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-\r
-/* Utility functions to implement run time stats on Cortex-M CPUs.  The collected\r
-run time data can be viewed through the CLI interface.  See the following URL for\r
-more information on run time stats:\r
-http://www.freertos.org/rtos-run-time-stats.html */\r
-\r
-/* Addresses of registers in the Cortex-M debug hardware. */\r
-#define rtsDWT_CYCCNT                  ( *( ( unsigned long * ) 0xE0001004 ) )\r
-#define rtsDWT_CONTROL                         ( *( ( unsigned long * ) 0xE0001000 ) )\r
-#define rtsSCB_DEMCR                   ( *( ( unsigned long * ) 0xE000EDFC ) )\r
-#define rtsTRCENA_BIT                  ( 0x01000000UL )\r
-#define rtsCOUNTER_ENABLE_BIT  ( 0x01UL )\r
-\r
-/* Simple shift divide for scaling to avoid an overflow occurring too soon.  The\r
-number of bits to shift depends on the clock speed. */\r
-#define runtimeSLOWER_CLOCK_SPEEDS     ( 70000000UL )\r
-#define runtimeSHIFT_13                                13\r
-#define runtimeOVERFLOW_BIT_13         ( 1UL << ( 32UL - runtimeSHIFT_13 ) )\r
-#define runtimeSHIFT_14                                14\r
-#define runtimeOVERFLOW_BIT_14         ( 1UL << ( 32UL - runtimeSHIFT_14 ) )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vMainConfigureTimerForRunTimeStats( void )\r
-{\r
-       /* Enable TRCENA. */\r
-       rtsSCB_DEMCR = rtsSCB_DEMCR | rtsTRCENA_BIT;\r
-\r
-       /* Reset counter. */\r
-       rtsDWT_CYCCNT = 0;\r
-\r
-       /* Enable counter. */\r
-       rtsDWT_CONTROL = rtsDWT_CONTROL | rtsCOUNTER_ENABLE_BIT;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-uint32_t ulMainGetRunTimeCounterValue( void )\r
-{\r
-static unsigned long ulLastCounterValue = 0UL, ulOverflows = 0;\r
-unsigned long ulValueNow;\r
-\r
-       ulValueNow = rtsDWT_CYCCNT;\r
-\r
-       /* Has the value overflowed since it was last read. */\r
-       if( ulValueNow < ulLastCounterValue )\r
-       {\r
-               ulOverflows++;\r
-       }\r
-       ulLastCounterValue = ulValueNow;\r
-\r
-       /* Cannot use configCPU_CLOCK_HZ directly as it may itself not be a constant\r
-       but instead map to a variable that holds the clock speed. */\r
-\r
-       /* There is no prescale on the counter, so simulate in software. */\r
-       if( configCPU_CLOCK_HZ < runtimeSLOWER_CLOCK_SPEEDS )\r
-       {\r
-               ulValueNow >>= runtimeSHIFT_13;\r
-               ulValueNow += ( runtimeOVERFLOW_BIT_13 * ulOverflows );\r
-       }\r
-       else\r
-       {\r
-               ulValueNow >>= runtimeSHIFT_14;\r
-               ulValueNow += ( runtimeOVERFLOW_BIT_14 * ulOverflows );\r
-       }\r
-\r
-       return ulValueNow;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf
deleted file mode 100644 (file)
index e04afae..0000000
Binary files a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf and /dev/null differ
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/cmsis_readme.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_cmsis/cmsis_readme.txt
deleted file mode 100644 (file)
index 316499c..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-CMSIS : Cortex Microcontroller Software Interface Standard\r
-==========================================================\r
-\r
-Introduction\r
-~~~~~~~~~~~~\r
-CMSIS defines for a Cortex-M Microcontroller System:\r
-\r
-    * A common way to access peripheral registers and a \r
-      common way to define exception vectors.\r
-    * The register names of the Core Peripherals and the \r
-      names of the Core Exception Vectors.\r
-    * An device independent interface for RTOS Kernels \r
-      including a debug channel.\r
-\r
-By using CMSIS compliant software components, the user can \r
-easier re-use template code. CMSIS is intended to enable the\r
-combination of software components from multiple middleware \r
-vendors. \r
-\r
-This project contains appropriate files for this MCU family \r
-taken from CMSIS. A full copy of the CMSIS files, together\r
-with additional information on CMSIS can be found at:\r
-\r
-  http://www.onarm.com/\r
-  http://www.arm.com/\r
-\r
-Documentation\r
-~~~~~~~~~~~~~\r
-The standard CMSIS documentation can be found within the\r
-Code Red IDE help system, via:\r
-\r
-Help -> Help Contents -> Code Red Product Documentation -> CMSIS\r
-\r
-More information on the use of CMSIS within the Code Red IDE\r
-can be found in the Support area of the Code Red website at\r
-\r
-  http://www.code-red-tech.com/\r
-\r
-At the time of writing, the CMSIS FAQ can be found directly\r
-at:\r
-\r
-  http://support.code-red-tech.com/CodeRedWiki/Support4CMSIS\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/LPC1800CMSIS_ReleaseNotes.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/LPC1800CMSIS_ReleaseNotes.txt
deleted file mode 100644 (file)
index b91c5ee..0000000
+++ /dev/null
@@ -1,325 +0,0 @@
-RELEASE CMSIS for REV A 20111209\r
-1/ New LPC18xx.h header file. Changes GPIO structure.\r
-2/ Addition of lpc18xx_emc.c and lpc18xx_emc.h to configure memory on Hitex board.\r
-3/ Addition of spifi_rom_api.h, spifi_drv_M3.lib and SPIFI_ROM_support.doc SPIFI driver package\r
-4/ Updated SPIFI programming driver for Keil MDK which uses the SPIFI lib\r
-5/ New BOOTFAST example shows how to boot from external flash or QSPI and ramp to 180 MHz\r
-\r
-RELEASE CMSIS for REV A 20111130\r
-1./ lpc18xx_lcd.h LCD_CFG_type add member pcd, lpc18xx_lcd.c add init pcd in LCD_Init function\r
-2./ protect MAX and MIN macro in lpc_types.h\r
-3./ Add getPC function to ARM,GNU, IAR startup_lpc18xx.s\r
-4./ Add VTOR init in SystemInit function\r
-5./ Change All ADC examples to use ADC port 0\r
-6./ These example: CortexM3_Mpu, Pwr_DeepPowerDown, Timer_FreqMeasure, SCT_SimpleMatch and all USBDEV_ROM examples Keil project was adjusted\r
-7./ SDRAM example and LCD example was changed not to use uint64_t in NS2CLK function\r
-8./ Nvic_VectorTableRelocation.c\r
-removed: \r
-#if __RAM_MODE__//Run in RAM mode\r
-  memcpy((void *)VTOR_OFFSET, (const void *)0x10000000, 256*4);\r
-#else\r
-  memcpy((void *)VTOR_OFFSET, (const void *)0x1C000000, 256*4);\r
-#endif\r
-\r
-added:\r
-memcpy((void *)VTOR_OFFSET, (const void *)(getPC()& 0xFF000000), 256*4);\r
-9./ Pwr_PowerDown change method for testing this feature\r
-\r
-\r
-RELEASE CMSIS for REV A 20111028\r
-1./ Add GNU support\r
-2./ Addition of new Keil flash drivers for eFlash and SPIFI\r
-3./ Change of Keil projects to support eFlash and SPIFI operation\r
-\r
-PRE-RELEASE CMSIS for REV A 20111011\r
-1/ PowerDown Example IAR issue fixed\r
-2/ Upgraded CMSIS to version 2.10\r
-3/ Upgraded Core header to Rev A\r
-4/ lpc18xx_can.h remove all bitrates from 8Mhz, add bitrates from 12Mhz\r
-       /** Bitrate: 100K */\r
-       #define CAN_BITRATE100K12MHZ           0x00004509\r
-       /** Bitrate: 125K */\r
-       #define CAN_BITRATE125K12MHZ           0x00004507\r
-       /** Bitrate: 250K */\r
-       #define CAN_BITRATE250K12MHZ           0x00004503\r
-       /** Bitrate: 500K */\r
-       #define CAN_BITRATE500K12MHZ            0x00004501\r
-       /** Bitrate: 1000K */\r
-       #define CAN_BITRATE1000K12MHZ          0x00004500\r
-5./ lpc18xx_cgu.* add PLL audio clock, modify alloc connect table and CGU_Entity_ControlReg_Offset\r
-6./ lpc18xx_evrt.h\r
-       add EVRT_SRC_SDIO\r
-7./ lpc18xx_i2s.h separate LPC_I2S0 and LPC_I2S1\r
-8./ lpc18xx_scu.h\r
-       redefine, add pin modes and add pin functions 4->7\r
-9./ debug_frmwrk.c\r
-       changed pin mode for UART RXD0 and UART RXD1\r
-10./ lpc_can.c replace LPC_CAN by LPC_CAN0\r
-11./ lpc18xx_i2c.* replace i2c pin configurations\r
-12./ lpc18xx_ssp.c down default clock speed to 100kHz\r
-13./ Examples\CCAN\CCan_SimpleTxRx\CCan_SimpleTxRx.c change RD pin mode to enable input buffer\r
-14./ Examples\EMAC\Emac_EasyWeb\emac.c\r
-               replace MII and RMII pin setting by source from CodeBundle\r
-15./ Examples\EMC\Emc_Sdram\SDRAM_Init.c and Examples\EMC\Emc_NorFlash\SST39VF320.c\r
-               replace EMC pin setting to be compatible with Rev A\r
-16./ Examples\I2S\I2s_Audio\I2s_Audio.c\r
-               replace I2S pin setting to be compatible with Rev A\r
-               replace I2S to I2S0\r
-17./ Examples\LCD\Lcd_Demo\IS42S16400D.c\r
-               replace EMC pin setting to be compatible with Rev A\r
-18./ Examples\SSP\All SSP examples: replace SSP pin setting to be compatible with Rev A\r
-19./ Timer_Capture and Timer_FreqMeasure: replace Capture input pin setting to be compatible with Rev A\r
-20./ Examples\UART\All UART examples: replace UART pin setting to be compatible with Rev A\r
-21./ Examples\USBDEV\USB_*\usbhw.c\r
-               replace USB pin setting to be compatible with Rev A\r
-               correct clock in Init function\r
-\r
-RELEASE: LPC1800CMSIS_20110829\r
-1./ Add GNU Support\r
-modify pasting in can.c to be compatible with GCC\r
-\r
-RELEASE: LPC1800CMSIS_20110729\r
-1./ IAR flash support is moved to Tools folder\r
-2./ ADC.h fixed macro ADC_CR_BITACC\r
-3./ I2S.h fixed comment\r
-       from #endif /* LPC17XX_SSP_H_ */\r
-       to #endif /* LPC18XX_I2S_H_ */\r
-4./ ADC.c fix ADC_Init Clock by rounding clk div value\r
-5./ i2s.c fixed some comment\r
-6./ EMC Nor Flash renamed file  flash programing function\r
-7./ SDRAM can run at MAX EMC Speed\r
-8./ Removed flash programing support for LHF00L28\r
-\r
-RELEASE: LPC1800CMSIS_20110627\r
-1./ Fix abstract\r
-2./ Fix I2S FreqConfig mistake\r
-3./ Add DFU Driver and App\r
-\r
-\r
-RELEASE: LPC1800CMSIS_20110613\r
-1./ Add DSP Document\r
-2./ Speed Up External FLash Mode\r
-3./ Add IAR Flash Support\r
-4./ Fix GPDMA Flash transfer issue in IAR\r
-5./ Set default taget is EXFLASH(Keil only)\r
-\r
-************************************************************************************************************************************************\r
-RELEASE: LPC1800CMSIS_20110603\r
-1./ Add DSP_lib into Core folder\r
-2./ Update core_cmFunc.h and core_cmInstr.h for solving conflict with IAR EWARM version 6.20 or later\r
-3./ add IAR startup file and IAR support files in Core\DeviceSupport\NXP\LPC18xx\r
-4./ Modify SystemInit function to support RAM mode\r
-       #if (__RAM_MODE__)\r
-       SCB->VTOR = 0x10000000;\r
-       #endif\r
-5./ Modify CCU1 and CCU2 struct in LPC18xx.h\r
-6./ Fix bug in uart_set_divisors function\r
-7./ Change UART clock source from XTAL to PLL1 in uart driver\r
-8./ Fix RTC bugs\r
-9./ Modify lpc18xx_GPDMA.c to support IAR compiler\r
-10./ Modify lpc18xx_cgu.c to support IAR compiler\r
-11./ Update lpc_types.h to support IAR compiler\r
-12./ Fix bugs in I2S driver\r
-13./ Remove Warnings\r
-14./ Change new header, add more comments\r
-15./ Standalize example, project, output names\r
-16./ Support IAR EWARM (RAM mode)\r
-17./ SUpport Hitex Board as default\r
-18./ Modify hardware configuration in abstract files\r
-19./ Set default Target to RAM mode\r
-\r
-************************************************************************************************************************************************\r
-RELEASE: LPC1800CMSIS_20110514\r
-1./ Change all Keil example projects from device Cortex M3 to LPC1850\r
-2./ change all examples to support Hitex board only\r
-3./ Verify all project option\r
-4./ separated CGU and PWR into 2 independent drivers\r
-\r
-************************************************************************************************************************************************\r
-RELEASE: LPC1800CMSIS_20110421\r
-1./ Add CAN driver:\r
-       Drivers/include/lpc18xx_can.h\r
-       Drivers/source/lpc18xx_can.c\r
-\r
-2./ Add CAN example for simple Transceiver\r
-       Examples\C_CAN\simpleTxRx\r
-\r
-3./ Add 4 USB Rom examples:\r
-       USB_DFU\r
-       USB_HID\r
-       USB_MassStorage\r
-       USB_Composite\r
-\r
-4./ Enable _printf function\r
-       debug_frmwrk.h:\r
-               uncomment _printf function declaration\r
-       debug_frmwrk.c:\r
-               uncomment _printf function\r
-\r
-************************************************************************************************************************************************\r
-RELEASE: LPC1800CMSIS_20110401\r
-\r
-1./ Change all Keil example proiects from device NXP LPC1768 to ARM Cortex-M3\r
-\r
-2./ Fix bug in I2C driver (customer feedback)\r
-       Problem description: \r
-               I2C_MasterTransferData() is not able to \r
-               (1) Send, \r
-               (2) doing a repeated Start and \r
-               (3) starting to receive with one function call. \r
-               Problem is that the repeated start is not generated, but a retransmission of the \r
-               last word is startet. \r
-       Solve: change \r
-               I2Cx->I2CONCLR = I2C_I2CONCLR_SIC; \r
-               I2Cx->I2CONSET = I2C_I2CONSET_STA; \r
-       to \r
-               I2Cx->I2CONSET = I2C_I2CONSET_STA; \r
-               I2Cx->I2CONCLR = I2C_I2CONCLR_SIC; \r
-               in function I2C_Start ()\r
-\r
-3./ lpc18xx_timer.c:\r
-       Function TIM_ClearIntPending():\r
-               Change TIMx->IR |= TIM_IR_CLR(IntFlag);\r
-               To     TIMx->IR = TIM_IR_CLR(IntFlag);\r
-       Function TIM_ClearIntCapturePending():\r
-               Change TIMx->IR |= (1<<(4+IntFlag));\r
-               To     TIMx->IR = (1<<(4+IntFlag));\r
-       Function TIM_GetCaptureValue(): \r
-               Add return 0;\r
-\r
-4./ EMC - Nor Flash: remove example build target for FLASH mode as it only can run in RAM mode.\r
-\r
-5./ SCT: update Fizzim tool to version 1.1\r
-\r
-6./ Tools:\r
-       Update Flash burning for LHF00L28 and SST39X320X\r
-\r
-************************************************************************************************************************************************\r
-\r
-RELEASE: LPC1800CMSIS_20110324\r
-\r
-1./ Current support hardwares:\r
-       - NXP LPC1800 Evaluation board through definition 'BOARD_NXP_EA'\r
-       - Hitex LPC1800 Board through definition 'BOARD_HITEX_LPC1800'\r
-    Some examples can run on LPC1800 Evaluation board, some can run on Hitex board...Please refer to abstract.txt\r
-\r
-2./ Addin new flash support under Tools/Flash/SST39X320X\r
-\r
-3./ lpc18xx_evrt.c:\r
-       Change EVRTx->SET_EN |= (1<<(uint8_t)EVRT_Src);\r
-       To     EVRTx->SET_EN = (1<<(uint8_t)EVRT_Src);\r
-       Purpose: prevent clearing other set bits as writing '0' has no effect\r
-\r
-4./ Fix ATIMER_WIC example:\r
-       - Configure 32KHZ osc in lpc18xx_atimer.c\r
-       - Call the configuration function in atimer_wic.c\r
-\r
-5./ Fix RTC_Alarm example:\r
-       - Configure 32KHZ osc in lpc18xx_rtc.c\r
-       - Update Rtc_Alarm.c\r
-\r
-6./ Add in PWR_PowerDown example\r
-\r
-7./ Add in PWR_DeepPowerDown example\r
-\r
-8./ All example in PWR are modified to wait for '1' sent from PC's COM port to start\r
-\r
-9./ Fix LCD Logic4.3 example to run on Hitex LPC1800 Board\r
-\r
-10./ Add in GPDMA Flash_2_Ram_Test example\r
-\r
-11./ EMC EXT_SDRAM example: join IS42S16400D.c and MT48LC4M32B2.c into SDRAM_Init.c\r
-\r
-12./ lpc18xx_i2s.c: update I2S_FreqConfig() function\r
-\r
-************************************************************************************************************************************************\r
-\r
-RELEASE: LPC1800CMSIS_20110311\r
-\r
-1./ This package is compliant to CMSIS 2.0\r
-\r
-2./ Add in 'Tools' folder which contains neccessary material for building project, examples like flash burning,..\r
-\r
-3./ Examples are given in Keil uVision 4 project\r
-\r
-4./ Current support hardwares:\r
-       - NXP LPC1800 Evaluation board through definition 'BOARD_NXP_EA'\r
-\r
-5./ Examples can run:\r
-       - RAM (debug) mode\r
-       - ROM (Flash, stand alone) mode\r
-               + External Nor Flash. Flash Part supporting:\r
-                       1) LHF00L28\r
-\r
-6./ Each example folder has an 'abstract.txt' file, this is where user can start\r
-\r
-7./ Below is list of drivers and examples:\r
-       - ADC (lpc18xx_adc):\r
-               + ADC_Interrupt\r
-               + ADC_Polling\r
-               + ADC_Burst\r
-               + ADC_Dma\r
-       - ATIMER (lpc18xx_atimer):\r
-               + ATIMER_interrupt\r
-       - PWR (lpc18xx_clkpwr):\r
-               + CLKPWR_Sleep\r
-               + CLKPWR_DeepSleep\r
-       - DAC (lpc18xx_dac):\r
-               + DAC_WaveGenerator\r
-               + DAC_Dma\r
-       - EMAC (lpc18xx_emac):\r
-               + EMAC_EasyWeb\r
-       - EMC (no driver):\r
-               + EXT_SDRAM\r
-               + NOR_FLASH\r
-       - GPDMA (lpc18xx_gpdma):\r
-               + GPDMA_Ram2Ram\r
-               + GPDMA_LinkList\r
-       - GPIO (lpc18xx_gpio):\r
-               + GPIO_LedBlinky\r
-       - I2C (lpc18xx_i2c):\r
-               + I2C_Master\r
-       - I2S (lpc18xx_i2s):\r
-               + I2S_Audio\r
-       - LCD (lpc18xx_lcd)\r
-       - MCPWM (lpc18xx_mcpwm):\r
-               + MCPWM_Simple\r
-       - SCU (lpc18xx_scu)\r
-       - QEI (lpc18xx_qei):\r
-               + QEI_Velo\r
-       - RIT (lpc18xx_rit):\r
-               + RIT_Interrupt\r
-       - RTC (lpc18xx_rtc):\r
-               + RTC_Calib\r
-               + RTC_Alarm\r
-       - SSP (lpc18xx_ssp):\r
-               + SSP_SPI\r
-               + SSP_Microwire\r
-               + SSP_TI\r
-       - TIMER (lpc18xx_timer):\r
-               + TIMER_Capture\r
-               + TIMER_MatchInterrupt\r
-               + TIMER_FreqMeasure\r
-       - UART (lpc18xx_uart):\r
-               + UART_Autobaud\r
-               + UART_Dma\r
-               + UART_Interrupt\r
-               + UART_Polling\r
-               + UART_RS485\r
-       - SCT(LPC18xx_SCT):\r
-               + SCT_Capture\r
-               + SCT_Match\r
-       - WWDT (lpc18xx_wwdt):\r
-               + WWDT_Interrupt\r
-       - CORTEXM3 (no driver):\r
-               + CORTEXM3_BitBanding\r
-               + CORTEXM3_MPU\r
-               + CORTEXM3_PriviledgeMode\r
-       - USBDEV (no driver):\r
-               + USBDEV_VirtualCOM\r
-               + USBDEV_MassStorage\r
-       - NVIC (no driver):\r
-               + NVIC_Priority\r
-               + NVIC_VecRelocation\r
-       - EVRT (lpc18xx_evrt)\r
-               
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/readme.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/docs_nxp_driverlib/readme.txt
deleted file mode 100644 (file)
index cc002c2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-NXP's documentation for their peripheral driver library can be found\r
-as a Microsoft Compiled HTML Help file (.chm) within the LPC18xx \r
-CMSIS Standard Peripheral Driver Library download on NXP's website.\r
-\r
-At the time of writing, this can be found at the following link:\r
-\r
-http://lpcware.com/file_filter/nxp?term_node_tid_depth=All&term_node_tid_depth_1=103\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/LPC18xx.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/LPC18xx.h
deleted file mode 100644 (file)
index 32fbff3..0000000
+++ /dev/null
@@ -1,32280 +0,0 @@
-\r
-/****************************************************************************************************//**\r
- * @file     LPC18xx.h\r
- *\r
- * @status   EXPERIMENTAL\r
- *\r
- * @brief    CMSIS Cortex-M3 Core Peripheral Access Layer Header File for\r
- *           default LPC18xx Device Series\r
- *\r
- * @version  V18\r
- * @date     1. December 2011\r
- *\r
- * @note     Generated with SVDConv V2.6 Build 6c  on Thursday, 01.12.2011 08:48:39\r
- *\r
- *           from CMSIS SVD File 'LPC18xxv18.xml' Version 18,\r
- *           created on Tuesday, 22.11.2011 18:06:23, last modified on Tuesday, 22.11.2011 18:38:38\r
- *\r
- *******************************************************************************************************/\r
-\r
-\r
-\r
-/** @addtogroup (null)\r
-  * @{\r
-  */\r
-\r
-/** @addtogroup LPC18xx\r
-  * @{\r
-  */\r
-\r
-#ifndef __LPC18XX_H__\r
-#define __LPC18XX_H__\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-\r
-\r
-/********************************************\r
-** Start of section using anonymous unions **\r
-*********************************************/\r
-\r
-#if defined(__ARMCC_VERSION)\r
-  #pragma push\r
-  #pragma anon_unions\r
-#elif defined(__CWCC__)\r
-  #pragma push\r
-  #pragma cpp_extensions on\r
-#elif defined(__GNUC__)\r
-  /* anonymous unions are enabled by default */\r
-#elif defined(__IAR_SYSTEMS_ICC__)\r
-  #pragma push\r
-  #pragma language=extended\r
-#else\r
-  #error Not supported compiler type\r
-#endif\r
-\r
-\r
- /* Interrupt Number Definition */\r
-\r
-typedef enum {\r
-// -------------------------  Cortex-M3 Processor Exceptions Numbers  -----------------------------\r
-  Reset_IRQn                        = -15,  /*!<   1  Reset Vector, invoked on Power up and warm reset */\r
-  NonMaskableInt_IRQn               = -14,  /*!<   2  Non maskable Interrupt, cannot be stopped or preempted */\r
-  HardFault_IRQn                    = -13,  /*!<   3  Hard Fault, all classes of Fault */\r
-  MemoryManagement_IRQn             = -12,  /*!<   4  Memory Management, MPU mismatch, including Access Violation and No Match */\r
-  BusFault_IRQn                     = -11,  /*!<   5  Bus Fault, Pre-Fetch-, Memory Access Fault, other address/memory related Fault */\r
-  UsageFault_IRQn                   = -10,  /*!<   6  Usage Fault, i.e. Undef Instruction, Illegal State Transition */\r
-  SVCall_IRQn                       = -5,   /*!<  11  System Service Call via SVC instruction */\r
-  DebugMonitor_IRQn                 = -4,   /*!<  12  Debug Monitor                    */\r
-  PendSV_IRQn                       = -2,   /*!<  14  Pendable request for system service */\r
-  SysTick_IRQn                      = -1,   /*!<  15  System Tick Timer                */\r
-// ---------------------------  LPC18xx Specific Interrupt Numbers  -------------------------------\r
-  DAC_IRQn                          = 0,    /*!<   0  DAC                              */\r
-  RESERVED0_IRQn                    = 1,    /*!<   1  M0a                              */\r
-  DMA_IRQn                          = 2,    /*!<   2  DMA                              */\r
-  RESERVED1_IRQn                    = 3,    /*!<   3  EZH/EDM                          */\r
-  RESERVED2_IRQn                    = 4,\r
-  ETHERNET_IRQn                     = 5,    /*!<   5  ETHERNET                         */\r
-  SDIO_IRQn                         = 6,    /*!<   6  SDIO                             */\r
-  LCD_IRQn                          = 7,    /*!<   7  LCD                              */\r
-  USB0_IRQn                         = 8,    /*!<   8  USB0                             */\r
-  USB1_IRQn                         = 9,    /*!<   9  USB1                             */\r
-  SCT_IRQn                          = 10,   /*!<  10  SCT                              */\r
-  RITIMER_IRQn                      = 11,   /*!<  11  RITIMER                          */\r
-  TIMER0_IRQn                       = 12,   /*!<  12  TIMER0                           */\r
-  TIMER1_IRQn                       = 13,   /*!<  13  TIMER1                           */\r
-  TIMER2_IRQn                       = 14,   /*!<  14  TIMER2                           */\r
-  TIMER3_IRQn                       = 15,   /*!<  15  TIMER3                           */\r
-  MCPWM_IRQn                        = 16,   /*!<  16  MCPWM                            */\r
-  ADC0_IRQn                         = 17,   /*!<  17  ADC0                             */\r
-  I2C0_IRQn                         = 18,   /*!<  18  I2C0                             */\r
-  I2C1_IRQn                         = 19,   /*!<  19  I2C1                             */\r
-  RESERVED3_IRQn                    = 20,\r
-  ADC1_IRQn                         = 21,   /*!<  21  ADC1                             */\r
-  SSP0_IRQn                         = 22,   /*!<  22  SSP0                             */\r
-  SSP1_IRQn                         = 23,   /*!<  23  SSP1                             */\r
-  USART0_IRQn                       = 24,   /*!<  24  USART0                           */\r
-  UART1_IRQn                        = 25,   /*!<  25  UART1                            */\r
-  USART2_IRQn                       = 26,   /*!<  26  USART2                           */\r
-  USART3_IRQn                       = 27,   /*!<  27  USART3                           */\r
-  I2S0_IRQn                         = 28,   /*!<  28  I2S0                             */\r
-  I2S1_IRQn                         = 29,   /*!<  29  I2S1                             */\r
-  RESERVED4_IRQn                    = 30,\r
-  RESERVED5_IRQn                    = 31,\r
-  PIN_INT0_IRQn                     = 32,   /*!<  32  PIN_INT0                         */\r
-  PIN_INT1_IRQn                     = 33,   /*!<  33  PIN_INT1                         */\r
-  PIN_INT2_IRQn                     = 34,   /*!<  34  PIN_INT2                         */\r
-  PIN_INT3_IRQn                     = 35,   /*!<  35  PIN_INT3                         */\r
-  PIN_INT4_IRQn                     = 36,   /*!<  36  PIN_INT4                         */\r
-  PIN_INT5_IRQn                     = 37,   /*!<  37  PIN_INT5                         */\r
-  PIN_INT6_IRQn                     = 38,   /*!<  38  PIN_INT6                         */\r
-  PIN_INT7_IRQn                     = 39,   /*!<  39  PIN_INT7                         */\r
-  GINT0_IRQn                        = 40,   /*!<  40  GINT0                            */\r
-  GINT1_IRQn                        = 41,   /*!<  41  GINT1                            */\r
-  EVENTROUTER_IRQn                  = 42,   /*!<  42  EVENTROUTER                      */\r
-  C_CAN1_IRQn                       = 43,   /*!<  43  C_CAN1                           */\r
-  RESERVED6_IRQn                    = 44,\r
-  RESERVED7_IRQn                    = 45,   /*!<  45  VADC                             */\r
-  ATIMER_IRQn                       = 46,   /*!<  46  ATIMER                           */\r
-  RTC_IRQn                          = 47,   /*!<  47  RTC                              */\r
-  RESERVED8_IRQn                    = 48,\r
-  WWDT_IRQn                         = 49,   /*!<  49  WWDT                              */\r
-  RESERVED9_IRQn                    = 50,\r
-  C_CAN0_IRQn                       = 51,   /*!<  51  C_CAN0                           */\r
-  QEI_IRQn                          = 52,   /*!<  52  QEI                              */\r
-} IRQn_Type;\r
-\r
- /* Event Router Input (ERI) Number Definitions */\r
-typedef enum {\r
-  WAKEUP0_ERIn                      = 0,\r
-  WAKEUP1_ERIn                      = 1,\r
-  WAKEUP2_ERIn                      = 2,\r
-  WAKEUP3_ERIn                      = 3,\r
-  ATIMER_ERIn                       = 4,\r
-  RTC_ERIn                          = 5,\r
-  BOD1_ERIn                         = 6,  /* Bod trip 1 */\r
-  WWDT_ERIn                         = 7,\r
-  ETH_ERIn                          = 8,\r
-  USB0_ERIn                         = 9,\r
-  USB1_ERIn                         = 10,\r
-  SDIO_ERIn                         = 11,\r
-  CAN_ERIn                          = 12, /* CAN0/1 or'ed */\r
-  TIM2_ERIn                         = 13,\r
-  TIM6_ERIn                         = 14,\r
-  QEI_ERIn                          = 15,\r
-  TIM14_ERIn                        = 16,\r
-  RESERVED0_ERIn                    = 17, /* M0s */\r
-  RESERVED1_ERIn                    = 18, /* M3/M4 */\r
-  RESET_ERIn                        = 19\r
-}ERIn_Type;\r
-\r
-/** @addtogroup Configuration_of_CMSIS\r
-  * @{\r
-  */\r
-\r
-/* Processor and Core Peripheral Section */ /* Configuration of the Template Processor and Core Peripherals */\r
-\r
-#define __CM3_REV                              0x0101          /*!< Cortex-M3 Core Revision               */\r
-#define __MPU_PRESENT                  1               /*!< MPU present or not                    */\r
-#define __NVIC_PRIO_BITS               3               /*!< Number of Bits used for Priority Levels */\r
-#define __Vendor_SysTickConfig         0               /*!< Set to 1 if different SysTick Config is used */\r
-/** @} */ /* End of group Configuration_of_CMSIS */\r
-\r
-#include "core_cm3.h"                       /*!< Cortex-M3 processor and core peripherals */\r
-//#include <core_cm3.h>                       /*!< Cortex-M3 processor and core peripherals */\r
-\r
-#include "system_LPC18xx.h"                 /*!< LPC18xx System                        */\r
-\r
-/** @addtogroup Device_Peripheral_Registers\r
-  * @{\r
-  */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          SCT                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx State Configurable Timer (SCT) Modification date=1/18/2011 Major revision=0 Minor revision=7  (SCT)\r
-  */\r
-\r
-#define CONFIG_SCT_nEV   (16)            /* Number of events */\r
-#define CONFIG_SCT_nRG   (16)            /* Number of match/compare registers */\r
-#define CONFIG_SCT_nOU   (16)            /* Number of outputs */\r
-\r
-typedef struct\r
-{\r
-    __IO  uint32_t CONFIG;              /* 0x000 Configuration Register */\r
-    union {\r
-        __IO uint32_t CTRL_U;           /* 0x004 Control Register */\r
-        struct {\r
-            __IO uint16_t CTRL_L;       /* 0x004 low control register */\r
-            __IO uint16_t CTRL_H;       /* 0x006 high control register */\r
-        };\r
-    };\r
-    __IO uint16_t LIMIT_L;              /* 0x008 limit register for counter L */\r
-    __IO uint16_t LIMIT_H;              /* 0x00A limit register for counter H */\r
-    __IO uint16_t HALT_L;               /* 0x00C halt register for counter L */\r
-    __IO uint16_t HALT_H;               /* 0x00E halt register for counter H */\r
-    __IO uint16_t STOP_L;               /* 0x010 stop register for counter L */\r
-    __IO uint16_t STOP_H;               /* 0x012 stop register for counter H */\r
-    __IO uint16_t START_L;              /* 0x014 start register for counter L */\r
-    __IO uint16_t START_H;              /* 0x016 start register for counter H */\r
-         uint32_t RESERVED1[10];        /* 0x018-0x03C reserved */\r
-    union {\r
-        __IO uint32_t COUNT_U;          /* 0x040 counter register */\r
-        struct {\r
-            __IO uint16_t COUNT_L;      /* 0x040 counter register for counter L */\r
-            __IO uint16_t COUNT_H;      /* 0x042 counter register for counter H */\r
-        };\r
-    };\r
-    __IO uint16_t STATE_L;              /* 0x044 state register for counter L */\r
-    __IO uint16_t STATE_H;              /* 0x046 state register for counter H */\r
-    __I  uint32_t INPUT;                /* 0x048 input register */\r
-    __IO uint16_t REGMODE_L;            /* 0x04C match - capture registers mode register L */\r
-    __IO uint16_t REGMODE_H;            /* 0x04E match - capture registers mode register H */\r
-    __IO uint32_t OUTPUT;               /* 0x050 output register */\r
-    __IO uint32_t OUTPUTDIRCTRL;        /* 0x054 Output counter direction Control Register */\r
-    __IO uint32_t RES;                  /* 0x058 conflict resolution register */\r
-    __IO uint32_t DMA0REQUEST;          /* 0x05C DMA0 Request Register */\r
-    __IO uint32_t DMA1REQUEST;          /* 0x060 DMA1 Request Register */\r
-         uint32_t RESERVED2[35];        /* 0x064-0x0EC reserved */\r
-    __IO uint32_t EVEN;                 /* 0x0F0 event enable register */\r
-    __IO uint32_t EVFLAG;               /* 0x0F4 event flag register */\r
-    __IO uint32_t CONEN;                /* 0x0F8 conflict enable register */\r
-    __IO uint32_t CONFLAG;              /* 0x0FC conflict flag register */\r
-\r
-    union {\r
-        __IO union {                    /* 0x100-... Match / Capture value */\r
-            uint32_t U;                 /*       SCTMATCH[i].U  Unified 32-bit register */\r
-            struct {\r
-                uint16_t L;             /*       SCTMATCH[i].L  Access to L value */\r
-                uint16_t H;             /*       SCTMATCH[i].H  Access to H value */\r
-            };\r
-        } MATCH[CONFIG_SCT_nRG];\r
-        __I union {\r
-            uint32_t U;                 /*       SCTCAP[i].U  Unified 32-bit register */\r
-            struct {\r
-                uint16_t L;             /*       SCTCAP[i].L  Access to H value */\r
-                uint16_t H;             /*       SCTCAP[i].H  Access to H value */\r
-            };\r
-        } CAP[CONFIG_SCT_nRG];\r
-    };\r
-\r
-         uint32_t RESERVED3[32-CONFIG_SCT_nRG];      /* ...-0x17C reserved */\r
-\r
-    union {\r
-        __IO uint16_t MATCH_L[CONFIG_SCT_nRG];       /* 0x180-... Match Value L counter */\r
-        __I  uint16_t CAP_L[CONFIG_SCT_nRG];         /* 0x180-... Capture Value L counter */\r
-    };\r
-         uint16_t RESERVED4[32-CONFIG_SCT_nRG];      /* ...-0x1BE reserved */\r
-    union {\r
-        __IO uint16_t MATCH_H[CONFIG_SCT_nRG];       /* 0x1C0-... Match Value H counter */\r
-        __I  uint16_t CAP_H[CONFIG_SCT_nRG];         /* 0x1C0-... Capture Value H counter */\r
-    };\r
-         uint16_t RESERVED5[32-CONFIG_SCT_nRG];      /* ...-0x1FE reserved */\r
-\r
-    union {\r
-        __IO union {                    /* 0x200-... Match Reload / Capture Control value */\r
-            uint32_t U;                 /*       SCTMATCHREL[i].U  Unified 32-bit register */\r
-            struct {\r
-                uint16_t L;             /*       SCTMATCHREL[i].L  Access to L value */\r
-                uint16_t H;             /*       SCTMATCHREL[i].H  Access to H value */\r
-            };\r
-        } MATCHREL[CONFIG_SCT_nRG];\r
-        __IO union {\r
-            uint32_t U;                 /*       SCTCAPCTRL[i].U  Unified 32-bit register */\r
-            struct {\r
-                uint16_t L;             /*       SCTCAPCTRL[i].L  Access to H value */\r
-                uint16_t H;             /*       SCTCAPCTRL[i].H  Access to H value */\r
-            };\r
-        } CAPCTRL[CONFIG_SCT_nRG];\r
-    };\r
-\r
-         uint32_t RESERVED6[32-CONFIG_SCT_nRG];      /* ...-0x27C reserved */\r
-\r
-    union {\r
-        __IO uint16_t MATCHREL_L[CONFIG_SCT_nRG];    /* 0x280-... Match Reload value L counter */\r
-        __IO uint16_t CAPCTRL_L[CONFIG_SCT_nRG];     /* 0x280-... Capture Control value L counter */\r
-    };\r
-         uint16_t RESERVED7[32-CONFIG_SCT_nRG];      /* ...-0x2BE reserved */\r
-    union {\r
-        __IO uint16_t MATCHREL_H[CONFIG_SCT_nRG];    /* 0x2C0-... Match Reload value H counter */\r
-        __IO uint16_t CAPCTRL_H[CONFIG_SCT_nRG];     /* 0x2C0-... Capture Control value H counter */\r
-    };\r
-         uint16_t RESERVED8[32-CONFIG_SCT_nRG];      /* ...-0x2FE reserved */\r
-\r
-    __IO struct {                       /* 0x300-0x3FC  SCTEVENT[i].STATE / SCTEVENT[i].CTRL*/\r
-        uint32_t STATE;                 /* Event State Register */\r
-        uint32_t CTRL;                  /* Event Control Register */\r
-    } EVENT[CONFIG_SCT_nEV];\r
-\r
-         uint32_t RESERVED9[128-2*CONFIG_SCT_nEV];   /* ...-0x4FC reserved */\r
-\r
-    __IO struct {                       /* 0x500-0x57C  SCTOUT[i].SET / SCTOUT[i].CLR */\r
-        uint32_t SET;                   /* Output n Set Register */\r
-        uint32_t CLR;                   /* Output n Clear Register */\r
-    } OUT[CONFIG_SCT_nOU];\r
-\r
-         uint32_t RESERVED10[191-2*CONFIG_SCT_nOU];  /* ...-0x7F8 reserved */\r
-\r
-    __I  uint32_t MODULECONTENT;        /* 0x7FC Module Content */\r
-\r
-} LPC_SCT_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         GPDMA                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx General Purpose DMA (GPDMA) controller Modification date=1/19/2011 Major revision=0 Minor revision=7  (GPDMA)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40002000) GPDMA Structure        */\r
-  __I  uint32_t INTSTAT;                    /*!< (@ 0x40002000) DMA Interrupt Status Register */\r
-  __I  uint32_t INTTCSTAT;                  /*!< (@ 0x40002004) DMA Interrupt Terminal Count Request Status Register */\r
-  __O  uint32_t INTTCCLEAR;                 /*!< (@ 0x40002008) DMA Interrupt Terminal Count Request Clear Register */\r
-  __I  uint32_t INTERRSTAT;                 /*!< (@ 0x4000200C) DMA Interrupt Error Status Register */\r
-  __O  uint32_t INTERRCLR;                  /*!< (@ 0x40002010) DMA Interrupt Error Clear Register */\r
-  __I  uint32_t RAWINTTCSTAT;               /*!< (@ 0x40002014) DMA Raw Interrupt Terminal Count Status Register */\r
-  __I  uint32_t RAWINTERRSTAT;              /*!< (@ 0x40002018) DMA Raw Error Interrupt Status Register */\r
-  __I  uint32_t ENBLDCHNS;                  /*!< (@ 0x4000201C) DMA Enabled Channel Register */\r
-  __IO uint32_t SOFTBREQ;                   /*!< (@ 0x40002020) DMA Software Burst Request Register */\r
-  __IO uint32_t SOFTSREQ;                   /*!< (@ 0x40002024) DMA Software Single Request Register */\r
-  __IO uint32_t SOFTLBREQ;                  /*!< (@ 0x40002028) DMA Software Last Burst Request Register */\r
-  __IO uint32_t SOFTLSREQ;                  /*!< (@ 0x4000202C) DMA Software Last Single Request Register */\r
-  __IO uint32_t CONFIG;                     /*!< (@ 0x40002030) DMA Configuration Register */\r
-  __IO uint32_t SYNC;                       /*!< (@ 0x40002034) DMA Synchronization Register */\r
-  __I  uint32_t RESERVED0[50];\r
-  __IO uint32_t C0SRCADDR;                  /*!< (@ 0x40002100) DMA Channel Source Address Register */\r
-  __IO uint32_t C0DESTADDR;                 /*!< (@ 0x40002104) DMA Channel Destination Address Register */\r
-  __IO uint32_t C0LLI;                      /*!< (@ 0x40002108) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C0CONTROL;                  /*!< (@ 0x4000210C) DMA Channel Control Register */\r
-  __IO uint32_t C0CONFIG;                   /*!< (@ 0x40002110) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED1[3];\r
-  __IO uint32_t C1SRCADDR;                  /*!< (@ 0x40002120) DMA Channel Source Address Register */\r
-  __IO uint32_t C1DESTADDR;                 /*!< (@ 0x40002124) DMA Channel Destination Address Register */\r
-  __IO uint32_t C1LLI;                      /*!< (@ 0x40002128) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C1CONTROL;                  /*!< (@ 0x4000212C) DMA Channel Control Register */\r
-  __IO uint32_t C1CONFIG;                   /*!< (@ 0x40002130) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED2[3];\r
-  __IO uint32_t C2SRCADDR;                  /*!< (@ 0x40002140) DMA Channel Source Address Register */\r
-  __IO uint32_t C2DESTADDR;                 /*!< (@ 0x40002144) DMA Channel Destination Address Register */\r
-  __IO uint32_t C2LLI;                      /*!< (@ 0x40002148) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C2CONTROL;                  /*!< (@ 0x4000214C) DMA Channel Control Register */\r
-  __IO uint32_t C2CONFIG;                   /*!< (@ 0x40002150) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED3[3];\r
-  __IO uint32_t C3SRCADDR;                  /*!< (@ 0x40002160) DMA Channel Source Address Register */\r
-  __IO uint32_t C3DESTADDR;                 /*!< (@ 0x40002164) DMA Channel Destination Address Register */\r
-  __IO uint32_t C3LLI;                      /*!< (@ 0x40002168) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C3CONTROL;                  /*!< (@ 0x4000216C) DMA Channel Control Register */\r
-  __IO uint32_t C3CONFIG;                   /*!< (@ 0x40002170) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED4[3];\r
-  __IO uint32_t C4SRCADDR;                  /*!< (@ 0x40002180) DMA Channel Source Address Register */\r
-  __IO uint32_t C4DESTADDR;                 /*!< (@ 0x40002184) DMA Channel Destination Address Register */\r
-  __IO uint32_t C4LLI;                      /*!< (@ 0x40002188) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C4CONTROL;                  /*!< (@ 0x4000218C) DMA Channel Control Register */\r
-  __IO uint32_t C4CONFIG;                   /*!< (@ 0x40002190) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED5[3];\r
-  __IO uint32_t C5SRCADDR;                  /*!< (@ 0x400021A0) DMA Channel Source Address Register */\r
-  __IO uint32_t C5DESTADDR;                 /*!< (@ 0x400021A4) DMA Channel Destination Address Register */\r
-  __IO uint32_t C5LLI;                      /*!< (@ 0x400021A8) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C5CONTROL;                  /*!< (@ 0x400021AC) DMA Channel Control Register */\r
-  __IO uint32_t C5CONFIG;                   /*!< (@ 0x400021B0) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED6[3];\r
-  __IO uint32_t C6SRCADDR;                  /*!< (@ 0x400021C0) DMA Channel Source Address Register */\r
-  __IO uint32_t C6DESTADDR;                 /*!< (@ 0x400021C4) DMA Channel Destination Address Register */\r
-  __IO uint32_t C6LLI;                      /*!< (@ 0x400021C8) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C6CONTROL;                  /*!< (@ 0x400021CC) DMA Channel Control Register */\r
-  __IO uint32_t C6CONFIG;                   /*!< (@ 0x400021D0) DMA Channel Configuration Register */\r
-  __I  uint32_t RESERVED7[3];\r
-  __IO uint32_t C7SRCADDR;                  /*!< (@ 0x400021E0) DMA Channel Source Address Register */\r
-  __IO uint32_t C7DESTADDR;                 /*!< (@ 0x400021E4) DMA Channel Destination Address Register */\r
-  __IO uint32_t C7LLI;                      /*!< (@ 0x400021E8) DMA Channel Linked List Item Register */\r
-  __IO uint32_t C7CONTROL;                  /*!< (@ 0x400021EC) DMA Channel Control Register */\r
-  __IO uint32_t C7CONFIG;                   /*!< (@ 0x400021F0) DMA Channel Configuration Register */\r
-} LPC_GPDMA_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         SDMMC                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx SD/MMC Modification date=n/a Major revision=n/a Minor revision=n/a  (SDMMC)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40004000) SDMMC Structure        */\r
-  __IO uint32_t CTRL;                       /*!< (@ 0x40004000) Control Register       */\r
-  __IO uint32_t PWREN;                      /*!< (@ 0x40004004) Power Enable Register  */\r
-  __IO uint32_t CLKDIV;                     /*!< (@ 0x40004008) Clock Divider Register */\r
-  __IO uint32_t CLKSRC;                     /*!< (@ 0x4000400C) SD Clock Source Register */\r
-  __IO uint32_t CLKENA;                     /*!< (@ 0x40004010) Clock Enable Register  */\r
-  __IO uint32_t TMOUT;                      /*!< (@ 0x40004014) Timeout Register       */\r
-  __IO uint32_t CTYPE;                      /*!< (@ 0x40004018) Card Type Register     */\r
-  __IO uint32_t BLKSIZ;                     /*!< (@ 0x4000401C) Block Size Register    */\r
-  __IO uint32_t BYTCNT;                     /*!< (@ 0x40004020) Byte Count Register    */\r
-  __IO uint32_t INTMASK;                    /*!< (@ 0x40004024) Interrupt Mask Register */\r
-  __IO uint32_t CMDARG;                     /*!< (@ 0x40004028) Command Argument Register */\r
-  __IO uint32_t CMD;                        /*!< (@ 0x4000402C) Command Register       */\r
-  __I  uint32_t RESP0;                      /*!< (@ 0x40004030) Response Register 0    */\r
-  __I  uint32_t RESP1;                      /*!< (@ 0x40004034) Response Register 1    */\r
-  __I  uint32_t RESP2;                      /*!< (@ 0x40004038) Response Register 2    */\r
-  __I  uint32_t RESP3;                      /*!< (@ 0x4000403C) Response Register 3    */\r
-  __I  uint32_t MINTSTS;                    /*!< (@ 0x40004040) Masked Interrupt Status Register */\r
-  __IO uint32_t RINTSTS;                    /*!< (@ 0x40004044) Raw Interrupt Status Register */\r
-  __I  uint32_t STATUS;                     /*!< (@ 0x40004048) Status Register        */\r
-  __IO uint32_t FIFOTH;                     /*!< (@ 0x4000404C) FIFO Threshold Watermark Register */\r
-  __I  uint32_t CDETECT;                    /*!< (@ 0x40004050) Card Detect Register   */\r
-  __I  uint32_t WRTPRT;                     /*!< (@ 0x40004054) Write Protect Register */\r
-  __IO uint32_t GPIO;                       /*!< (@ 0x40004058) General Purpose Input/Output Register */\r
-  __I  uint32_t TCBCNT;                     /*!< (@ 0x4000405C) Transferred CIU Card Byte Count Register */\r
-  __I  uint32_t TBBCNT;                     /*!< (@ 0x40004060) Transferred Host to BIU-FIFO Byte Count Register */\r
-  __IO uint32_t DEBNCE;                     /*!< (@ 0x40004064) Debounce Count Register */\r
-  __IO uint32_t USRID;                      /*!< (@ 0x40004068) User ID Register       */\r
-  __I  uint32_t VERID;                      /*!< (@ 0x4000406C) Version ID Register    */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t UHS_REG;                    /*!< (@ 0x40004074) UHS-1 Register         */\r
-  __IO uint32_t RST_N;                      /*!< (@ 0x40004078) Hardware Reset         */\r
-  __I  uint32_t RESERVED1;\r
-  __IO uint32_t BMOD;                       /*!< (@ 0x40004080) Bus Mode Register      */\r
-  __O  uint32_t PLDMND;                     /*!< (@ 0x40004084) Poll Demand Register   */\r
-  __IO uint32_t DBADDR;                     /*!< (@ 0x40004088) Descriptor List Base Address Register */\r
-  __IO uint32_t IDSTS;                      /*!< (@ 0x4000408C) Internal DMAC Status Register */\r
-  __IO uint32_t IDINTEN;                    /*!< (@ 0x40004090) Internal DMAC Interrupt Enable Register */\r
-  __I  uint32_t DSCADDR;                    /*!< (@ 0x40004094) Current Host Descriptor Address Register */\r
-  __I  uint32_t BUFADDR;                    /*!< (@ 0x40004098) Current Buffer Descriptor Address Register */\r
-} LPC_SDMMC_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          EMC                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx External Memory Controller (EMC) Modification date=1/19/2011 Major revision=0 Minor revision=7  (EMC)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40005000) EMC Structure          */\r
-  __IO uint32_t CONTROL;                    /*!< (@ 0x40005000) Controls operation of the memory controller. */\r
-  __I  uint32_t STATUS;                     /*!< (@ 0x40005004) Provides EMC status information. */\r
-  __IO uint32_t CONFIG;                     /*!< (@ 0x40005008) Configures operation of the memory controller. */\r
-  __I  uint32_t RESERVED0[5];\r
-  __IO uint32_t DYNAMICCONTROL;             /*!< (@ 0x40005020) Controls dynamic memory operation. */\r
-  __IO uint32_t DYNAMICREFRESH;             /*!< (@ 0x40005024) Configures dynamic memory refresh operation. */\r
-  __IO uint32_t DYNAMICREADCONFIG;          /*!< (@ 0x40005028) Configures the dynamic memory read strategy. */\r
-  __I  uint32_t RESERVED1;\r
-  __IO uint32_t DYNAMICRP;                  /*!< (@ 0x40005030) Selects the precharge command period. */\r
-  __IO uint32_t DYNAMICRAS;                 /*!< (@ 0x40005034) Selects the active to precharge command period. */\r
-  __IO uint32_t DYNAMICSREX;                /*!< (@ 0x40005038) Selects the self-refresh exit time. */\r
-  __IO uint32_t DYNAMICAPR;                 /*!< (@ 0x4000503C) Selects the last-data-out to active command time. */\r
-  __IO uint32_t DYNAMICDAL;                 /*!< (@ 0x40005040) Selects the data-in to active command time. */\r
-  __IO uint32_t DYNAMICWR;                  /*!< (@ 0x40005044) Selects the write recovery time. */\r
-  __IO uint32_t DYNAMICRC;                  /*!< (@ 0x40005048) Selects the active to active command period. */\r
-  __IO uint32_t DYNAMICRFC;                 /*!< (@ 0x4000504C) Selects the auto-refresh period. */\r
-  __IO uint32_t DYNAMICXSR;                 /*!< (@ 0x40005050) Selects the exit self-refresh to active command time. */\r
-  __IO uint32_t DYNAMICRRD;                 /*!< (@ 0x40005054) Selects the active bank A to active bank B latency. */\r
-  __IO uint32_t DYNAMICMRD;                 /*!< (@ 0x40005058) Selects the load mode register to active command time. */\r
-  __I  uint32_t RESERVED2[9];\r
-  __IO uint32_t STATICEXTENDEDWAIT;         /*!< (@ 0x40005080) Selects time for long static memory read and write transfers. */\r
-  __I  uint32_t RESERVED3[31];\r
-  __IO uint32_t DYNAMICCONFIG0;             /*!< (@ 0x40005100) Selects the configuration information for dynamic memory chip select n. */\r
-  __IO uint32_t DYNAMICRASCAS0;             /*!< (@ 0x40005104) Selects the RAS and CAS latencies for dynamic memory chip select n. */\r
-  __I  uint32_t RESERVED4[6];\r
-  __IO uint32_t DYNAMICCONFIG1;             /*!< (@ 0x40005120) Selects the configuration information for dynamic memory chip select n. */\r
-  __IO uint32_t DYNAMICRASCAS1;             /*!< (@ 0x40005124) Selects the RAS and CAS latencies for dynamic memory chip select n. */\r
-  __I  uint32_t RESERVED5[6];\r
-  __IO uint32_t DYNAMICCONFIG2;             /*!< (@ 0x40005140) Selects the configuration information for dynamic memory chip select n. */\r
-  __IO uint32_t DYNAMICRASCAS2;             /*!< (@ 0x40005144) Selects the RAS and CAS latencies for dynamic memory chip select n. */\r
-  __I  uint32_t RESERVED6[6];\r
-  __IO uint32_t DYNAMICCONFIG3;             /*!< (@ 0x40005160) Selects the configuration information for dynamic memory chip select n. */\r
-  __IO uint32_t DYNAMICRASCAS3;             /*!< (@ 0x40005164) Selects the RAS and CAS latencies for dynamic memory chip select n. */\r
-  __I  uint32_t RESERVED7[38];\r
-  __IO uint32_t STATICCONFIG0;              /*!< (@ 0x40005200) Selects the memory configuration for static chip select n. */\r
-  __IO uint32_t STATICWAITWEN0;             /*!< (@ 0x40005204) Selects the delay from chip select n to write enable. */\r
-  __IO uint32_t STATICWAITOEN0;             /*!< (@ 0x40005208) Selects the delay from chip select n or address change, whichever is later, to output enable. */\r
-  __IO uint32_t STATICWAITRD0;              /*!< (@ 0x4000520C) Selects the delay from chip select n to a read access. */\r
-  __IO uint32_t STATICWAITPAG0;             /*!< (@ 0x40005210) Selects the delay for asynchronous page mode sequential accesses for chip select n. */\r
-  __IO uint32_t STATICWAITWR0;              /*!< (@ 0x40005214) Selects the delay from chip select n to a write access. */\r
-  __IO uint32_t STATICWAITTURN0;            /*!< (@ 0x40005218) Selects bus turnaround cycles */\r
-  __I  uint32_t  RESERVED8;\r
-  __IO uint32_t STATICCONFIG1;              /*!< (@ 0x40005220) Selects the memory configuration for static chip select n. */\r
-  __IO uint32_t STATICWAITWEN1;             /*!< (@ 0x40005224) Selects the delay from chip select n to write enable. */\r
-  __IO uint32_t STATICWAITOEN1;             /*!< (@ 0x40005228) Selects the delay from chip select n or address change, whichever is later, to output enable. */\r
-  __IO uint32_t STATICWAITRD1;              /*!< (@ 0x4000522C) Selects the delay from chip select n to a read access. */\r
-  __IO uint32_t STATICWAITPAG1;             /*!< (@ 0x40005230) Selects the delay for asynchronous page mode sequential accesses for chip select n. */\r
-  __IO uint32_t STATICWAITWR1;              /*!< (@ 0x40005234) Selects the delay from chip select n to a write access. */\r
-  __IO uint32_t  STATICWAITTURN1;           /*!< (@ 0x40005238) Selects bus turnaround cycles */\r
-  __I  uint32_t  RESERVED9;\r
-  __IO uint32_t STATICCONFIG2;              /*!< (@ 0x40005240) Selects the memory configuration for static chip select n. */\r
-  __IO uint32_t STATICWAITWEN2;             /*!< (@ 0x40005244) Selects the delay from chip select n to write enable. */\r
-  __IO uint32_t STATICWAITOEN2;             /*!< (@ 0x40005248) Selects the delay from chip select n or address change, whichever is later, to output enable. */\r
-  __IO uint32_t STATICWAITRD2;              /*!< (@ 0x4000524C) Selects the delay from chip select n to a read access. */\r
-  __IO uint32_t STATICWAITPAG2;             /*!< (@ 0x40005250) Selects the delay for asynchronous page mode sequential accesses for chip select n. */\r
-  __IO uint32_t STATICWAITWR2;              /*!< (@ 0x40005254) Selects the delay from chip select n to a write access. */\r
-  __IO uint32_t  STATICWAITTURN2;           /*!< (@ 0x40005258) Selects bus turnaround cycles */\r
-  __I  uint32_t  RESERVED10;\r
-  __IO uint32_t STATICCONFIG3;              /*!< (@ 0x40005260) Selects the memory configuration for static chip select n. */\r
-  __IO uint32_t STATICWAITWEN3;             /*!< (@ 0x40005264) Selects the delay from chip select n to write enable. */\r
-  __IO uint32_t STATICWAITOEN3;             /*!< (@ 0x40005268) Selects the delay from chip select n or address change, whichever is later, to output enable. */\r
-  __IO uint32_t STATICWAITRD3;              /*!< (@ 0x4000526C) Selects the delay from chip select n to a read access. */\r
-  __IO uint32_t STATICWAITPAG3;             /*!< (@ 0x40005270) Selects the delay for asynchronous page mode sequential accesses for chip select n. */\r
-  __IO uint32_t STATICWAITWR3;              /*!< (@ 0x40005274) Selects the delay from chip select n to a write access. */\r
-  __IO uint32_t  STATICWAITTURN3;           /*!< (@ 0x40005278) Selects bus turnaround cycles */\r
-} LPC_EMC_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         USB0                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx USB0 Host/Device/OTG controller Modification date=1/19/2011 Major revision=0 Minor revision=7  (USB0)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40006000) USB0 Structure         */\r
-  __I  uint32_t RESERVED0[64];\r
-  __I  uint32_t CAPLENGTH;                  /*!< (@ 0x40006100) Capability register length */\r
-  __I  uint32_t HCSPARAMS;                  /*!< (@ 0x40006104) Host controller structural parameters */\r
-  __I  uint32_t HCCPARAMS;                  /*!< (@ 0x40006108) Host controller capability parameters */\r
-  __I  uint32_t RESERVED1[5];\r
-  __I  uint32_t DCIVERSION;                 /*!< (@ 0x40006120) Device interface version number */\r
-  __I  uint32_t RESERVED2[7];\r
-\r
-  union {\r
-    __IO uint32_t USBCMD_H;                 /*!< (@ 0x40006140) USB command (host mode) */\r
-    __IO uint32_t USBCMD_D;                 /*!< (@ 0x40006140) USB command (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t USBSTS_H;                 /*!< (@ 0x40006144) USB status (host mode) */\r
-    __IO uint32_t USBSTS_D;                 /*!< (@ 0x40006144) USB status (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t USBINTR_H;                /*!< (@ 0x40006148) USB interrupt enable (host mode) */\r
-    __IO uint32_t USBINTR_D;                /*!< (@ 0x40006148) USB interrupt enable (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t FRINDEX_H;                /*!< (@ 0x4000614C) USB frame index (host mode) */\r
-    __IO uint32_t FRINDEX_D;                /*!< (@ 0x4000614C) USB frame index (device mode) */\r
-  };\r
-  __I  uint32_t RESERVED3;\r
-\r
-  union {\r
-    __IO uint32_t PERIODICLISTBASE;         /*!< (@ 0x40006154) Frame list base address (host mode) */\r
-    __IO uint32_t DEVICEADDR;               /*!< (@ 0x40006154) USB device address (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t ASYNCLISTADDR;            /*!< (@ 0x40006158) Address of endpoint list in memory */\r
-    __IO uint32_t ENDPOINTLISTADDR;         /*!< (@ 0x40006158) Address of endpoint list in memory */\r
-  };\r
-  __IO uint32_t TTCTRL;                     /*!< (@ 0x4000615C) Asynchronous buffer status for embedded TT (host mode) */\r
-  __IO uint32_t BURSTSIZE;                  /*!< (@ 0x40006160) Programmable burst size */\r
-  __IO uint32_t TXFILLTUNING;               /*!< (@ 0x40006164) Host transmit pre-buffer packet tuning (host mode) */\r
-  __I  uint32_t RESERVED4[3];\r
-  __IO uint32_t BINTERVAL;                  /*!< (@ 0x40006174) Length of virtual frame */\r
-  __IO uint32_t ENDPTNAK;                   /*!< (@ 0x40006178) Endpoint NAK (device mode) */\r
-  __IO uint32_t ENDPTNAKEN;                 /*!< (@ 0x4000617C) Endpoint NAK Enable (device mode) */\r
-  __I  uint32_t RESERVED5;\r
-\r
-  union {\r
-    __IO uint32_t PORTSC1_H;                /*!< (@ 0x40006184) Port 1 status/control (host mode) */\r
-    __IO uint32_t PORTSC1_D;                /*!< (@ 0x40006184) Port 1 status/control (device mode) */\r
-  };\r
-  __I  uint32_t RESERVED6[7];\r
-  __IO uint32_t OTGSC;                      /*!< (@ 0x400061A4) OTG status and control */\r
-\r
-  union {\r
-    __IO uint32_t USBMODE_H;                /*!< (@ 0x400061A8) USB mode (host mode)   */\r
-    __IO uint32_t USBMODE_D;                /*!< (@ 0x400061A8) USB device mode (device mode) */\r
-  };\r
-  __IO uint32_t ENDPTSETUPSTAT;             /*!< (@ 0x400061AC) Endpoint setup status  */\r
-  __IO uint32_t ENDPTPRIME;                 /*!< (@ 0x400061B0) Endpoint initialization */\r
-  __IO uint32_t ENDPTFLUSH;                 /*!< (@ 0x400061B4) Endpoint de-initialization */\r
-  __I  uint32_t ENDPTSTAT;                  /*!< (@ 0x400061B8) Endpoint status        */\r
-  __IO uint32_t ENDPTCOMPLETE;              /*!< (@ 0x400061BC) Endpoint complete      */\r
-  __IO uint32_t ENDPTCTRL0;                 /*!< (@ 0x400061C0) Endpoint control 0     */\r
-  __IO uint32_t ENDPTCTRL1;                 /*!< (@ 0x400061C4) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL2;                 /*!< (@ 0x400061C8) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL3;                 /*!< (@ 0x400061CC) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL4;                 /*!< (@ 0x400061D0) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL5;                 /*!< (@ 0x400061D4) Endpoint control       */\r
-} LPC_USB0_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         USB1                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx USB1 Host/Device controller Modification date=1/19/2011 Major revision=0 Minor revision=7  (USB1)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40007000) USB1 Structure         */\r
-  __I  uint32_t RESERVED0[64];\r
-  __I  uint32_t CAPLENGTH;                  /*!< (@ 0x40007100) Capability register length */\r
-  __I  uint32_t HCSPARAMS;                  /*!< (@ 0x40007104) Host controller structural parameters */\r
-  __I  uint32_t HCCPARAMS;                  /*!< (@ 0x40007108) Host controller capability parameters */\r
-  __I  uint32_t RESERVED1[5];\r
-  __I  uint32_t DCIVERSION;                 /*!< (@ 0x40007120) Device interface version number */\r
-  __I  uint32_t RESERVED2[7];\r
-\r
-  union {\r
-    __IO uint32_t USBCMD_H;                 /*!< (@ 0x40007140) USB command (host mode) */\r
-    __IO uint32_t USBCMD_D;                 /*!< (@ 0x40007140) USB command (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t USBSTS_H;                 /*!< (@ 0x40007144) USB status (host mode) */\r
-    __IO uint32_t USBSTS_D;                 /*!< (@ 0x40007144) USB status (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t USBINTR_H;                /*!< (@ 0x40007148) USB interrupt enable (host mode) */\r
-    __IO uint32_t USBINTR_D;                /*!< (@ 0x40007148) USB interrupt enable (device mode) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t FRINDEX_H;                /*!< (@ 0x4000714C) USB frame index (host mode) */\r
-    __I  uint32_t FRINDEX_D;                /*!< (@ 0x4000714C) USB frame index (device mode) */\r
-  };\r
-  __I  uint32_t RESERVED3;\r
-\r
-  union {\r
-    __IO uint32_t PERIODICLISTBASE;         /*!< (@ 0x40007154) Frame list base address */\r
-    __IO uint32_t DEVICEADDR;               /*!< (@ 0x40007154) USB device address     */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t ASYNCLISTADDR;            /*!< (@ 0x40007158) Address of endpoint list in memory (host mode) */\r
-    __IO uint32_t ENDPOINTLISTADDR;         /*!< (@ 0x40007158) Address of endpoint list in memory (device mode) */\r
-  };\r
-  __IO uint32_t TTCTRL;                     /*!< (@ 0x4000715C) Asynchronous buffer status for embedded TT (host mode) */\r
-  __IO uint32_t BURSTSIZE;                  /*!< (@ 0x40007160) Programmable burst size */\r
-  __IO uint32_t TXFILLTUNING;               /*!< (@ 0x40007164) Host transmit pre-buffer packet tuning (host mode) */\r
-  __I  uint32_t RESERVED4[2];\r
-  __IO uint32_t ULPIVIEWPORT;               /*!< (@ 0x40007170) ULPI viewport          */\r
-  __IO uint32_t BINTERVAL;                  /*!< (@ 0x40007174) Length of virtual frame */\r
-  __IO uint32_t ENDPTNAK;                   /*!< (@ 0x40007178) Endpoint NAK (device mode) */\r
-  __IO uint32_t ENDPTNAKEN;                 /*!< (@ 0x4000717C) Endpoint NAK Enable (device mode) */\r
-  __I  uint32_t RESERVED5;\r
-\r
-  union {\r
-    __IO uint32_t PORTSC1_H;                /*!< (@ 0x40007184) Port 1 status/control (host mode) */\r
-    __IO uint32_t PORTSC1_D;                /*!< (@ 0x40007184) Port 1 status/control (device mode) */\r
-  };\r
-  __I  uint32_t RESERVED6[8];\r
-\r
-  union {\r
-    __IO uint32_t USBMODE_H;                /*!< (@ 0x400071A8) USB mode (host mode)   */\r
-    __IO uint32_t USBMODE_D;                /*!< (@ 0x400071A8) USB mode (device mode) */\r
-  };\r
-  __IO uint32_t ENDPTSETUPSTAT;             /*!< (@ 0x400071AC) Endpoint setup status  */\r
-  __IO uint32_t ENDPTPRIME;                 /*!< (@ 0x400071B0) Endpoint initialization */\r
-  __IO uint32_t ENDPTFLUSH;                 /*!< (@ 0x400071B4) Endpoint de-initialization */\r
-  __I  uint32_t ENDPTSTAT;                  /*!< (@ 0x400071B8) Endpoint status        */\r
-  __IO uint32_t ENDPTCOMPLETE;              /*!< (@ 0x400071BC) Endpoint complete      */\r
-  __IO uint32_t ENDPTCTRL0;                 /*!< (@ 0x400071C0) Endpoint control 0     */\r
-  __IO uint32_t ENDPTCTRL1;                 /*!< (@ 0x400071C4) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL2;                 /*!< (@ 0x400071C8) Endpoint control       */\r
-  __IO uint32_t ENDPTCTRL3;                 /*!< (@ 0x400071CC) Endpoint control       */\r
-} LPC_USB1_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          LCD                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx LCD Modification date=1/19/2011 Major revision=0 Minor revision=7  (LCD)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40008000) LCD Structure          */\r
-  __IO uint32_t TIMH;                       /*!< (@ 0x40008000) Horizontal Timing Control register */\r
-  __IO uint32_t TIMV;                       /*!< (@ 0x40008004) Vertical Timing Control register */\r
-  __IO uint32_t POL;                        /*!< (@ 0x40008008) Clock and Signal Polarity Control register */\r
-  __IO uint32_t LE;                         /*!< (@ 0x4000800C) Line End Control register */\r
-  __IO uint32_t UPBASE;                     /*!< (@ 0x40008010) Upper Panel Frame Base Address register */\r
-  __IO uint32_t LPBASE;                     /*!< (@ 0x40008014) Lower Panel Frame Base Address register */\r
-  __IO uint32_t CTRL;                       /*!< (@ 0x40008018) LCD Control register   */\r
-  __IO uint32_t INTMSK;                     /*!< (@ 0x4000801C) Interrupt Mask register */\r
-  __I  uint32_t INTRAW;                     /*!< (@ 0x40008020) Raw Interrupt Status register */\r
-  __I  uint32_t INTSTAT;                    /*!< (@ 0x40008024) Masked Interrupt Status register */\r
-  __O  uint32_t INTCLR;                     /*!< (@ 0x40008028) Interrupt Clear register */\r
-  __I  uint32_t UPCURR;                     /*!< (@ 0x4000802C) Upper Panel Current Address Value register */\r
-  __I  uint32_t LPCURR;                     /*!< (@ 0x40008030) Lower Panel Current Address Value register */\r
-  __I  uint32_t RESERVED0[115];\r
-  __IO uint32_t PAL[256];                                      /*!< (@ 0x40008200) 256x16-bit Color Palette registers */\r
-  __I  uint32_t RESERVED1[128];\r
-  __IO uint32_t CRSR_IMG[256];              /*!< (@ 0x40008800) Cursor Image registers */\r
-  __IO uint32_t CRSR_CTRL;                  /*!< (@ 0x40008C00) Cursor Control register */\r
-  __IO uint32_t CRSR_CFG;                   /*!< (@ 0x40008C04) Cursor Configuration register */\r
-  __IO uint32_t CRSR_PAL0;                  /*!< (@ 0x40008C08) Cursor Palette register 0 */\r
-  __IO uint32_t CRSR_PAL1;                  /*!< (@ 0x40008C0C) Cursor Palette register 1 */\r
-  __IO uint32_t CRSR_XY;                    /*!< (@ 0x40008C10) Cursor XY Position register */\r
-  __IO uint32_t CRSR_CLIP;                  /*!< (@ 0x40008C14) Cursor Clip Position register */\r
-  __I  uint32_t RESERVED2[2];\r
-  __IO uint32_t CRSR_INTMSK;                /*!< (@ 0x40008C20) Cursor Interrupt Mask register */\r
-  __O  uint32_t CRSR_INTCLR;                /*!< (@ 0x40008C24) Cursor Interrupt Clear register */\r
-  __I  uint32_t CRSR_INTRAW;                /*!< (@ 0x40008C28) Cursor Raw Interrupt Status register */\r
-  __I  uint32_t CRSR_INTSTAT;               /*!< (@ 0x40008C2C) Cursor Masked Interrupt Status register */\r
-} LPC_LCD_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                       ETHERNET                                       -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Ethernet Modification date=1/20/2011 Major revision=0 Minor revision=7  (ETHERNET)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40010000) ETHERNET Structure     */\r
-  __IO uint32_t MAC_CONFIG;                 /*!< (@ 0x40010000) MAC configuration register */\r
-  __IO uint32_t MAC_FRAME_FILTER;           /*!< (@ 0x40010004) MAC frame filter       */\r
-  __IO uint32_t MAC_HASHTABLE_HIGH;         /*!< (@ 0x40010008) Hash table high register */\r
-  __IO uint32_t MAC_HASHTABLE_LOW;          /*!< (@ 0x4001000C) Hash table low register */\r
-  __IO uint32_t MAC_MII_ADDR;               /*!< (@ 0x40010010) MII address register   */\r
-  __IO uint32_t MAC_MII_DATA;               /*!< (@ 0x40010014) MII data register      */\r
-  __IO uint32_t MAC_FLOW_CTRL;              /*!< (@ 0x40010018) Flow control register  */\r
-  __IO uint32_t MAC_VLAN_TAG;               /*!< (@ 0x4001001C) VLAN tag register      */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t MAC_DEBUG;                  /*!< (@ 0x40010024) Debug register         */\r
-  __IO uint32_t MAC_RWAKE_FRFLT;            /*!< (@ 0x40010028) Remote wake-up frame filter */\r
-  __IO uint32_t MAC_PMT_CTRL_STAT;          /*!< (@ 0x4001002C) PMT control and status */\r
-  __I  uint32_t RESERVED1[2];\r
-  __IO uint32_t MAC_INTR;                   /*!< (@ 0x40010038) Interrupt status register */\r
-  __IO uint32_t MAC_INTR_MASK;              /*!< (@ 0x4001003C) Interrupt mask register */\r
-  __IO uint32_t MAC_ADDR0_HIGH;             /*!< (@ 0x40010040) MAC address 0 high register */\r
-  __IO uint32_t MAC_ADDR0_LOW;              /*!< (@ 0x40010044) MAC address 0 low register */\r
-  __I  uint32_t RESERVED2[430];\r
-  __IO uint32_t MAC_TIMESTP_CTRL;           /*!< (@ 0x40010700) Time stamp control register */\r
-  __I  uint32_t RESERVED3[575];\r
-  __IO uint32_t DMA_BUS_MODE;               /*!< (@ 0x40011000) Bus Mode Register      */\r
-  __IO uint32_t DMA_TRANS_POLL_DEMAND;      /*!< (@ 0x40011004) Transmit poll demand register */\r
-  __IO uint32_t DMA_REC_POLL_DEMAND;        /*!< (@ 0x40011008) Receive poll demand register */\r
-  __IO uint32_t DMA_REC_DES_ADDR;           /*!< (@ 0x4001100C) Receive descriptor list address register */\r
-  __IO uint32_t DMA_TRANS_DES_ADDR;         /*!< (@ 0x40011010) Transmit descriptor list address register */\r
-  __IO uint32_t DMA_STAT;                   /*!< (@ 0x40011014) Status register        */\r
-  __IO uint32_t DMA_OP_MODE;                /*!< (@ 0x40011018) Operation mode register */\r
-  __IO uint32_t DMA_INT_EN;                 /*!< (@ 0x4001101C) Interrupt enable register */\r
-  __IO uint32_t DMA_MFRM_BUFOF;             /*!< (@ 0x40011020) Missed frame and buffer overflow register */\r
-  __IO uint32_t DMA_REC_INT_WDT;            /*!< (@ 0x40011024) Receive interrupt watchdog timer register */\r
-  __I  uint32_t RESERVED4[8];\r
-  __IO uint32_t DMA_CURHOST_TRANS_DES;      /*!< (@ 0x40011048) Current host transmit descriptor register */\r
-  __IO uint32_t DMA_CURHOST_REC_DES;        /*!< (@ 0x4001104C) Current host receive descriptor register */\r
-  __IO uint32_t DMA_CURHOST_TRANS_BUF;      /*!< (@ 0x40011050) Current host transmit buffer address register */\r
-  __IO uint32_t DMA_CURHOST_REC_BUF;        /*!< (@ 0x40011054) Current host receive buffer address register */\r
-} LPC_ETHERNET_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        ATIMER                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Alarm timer Modification date=1/7/2011 Major revision=0 Minor revision=6  (ATIMER)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40040000) ATIMER Structure       */\r
-  __IO uint32_t DOWNCOUNTER;                /*!< (@ 0x40040000) Downcounter register   */\r
-  __IO uint32_t PRESET;                     /*!< (@ 0x40040004) Preset value register  */\r
-  __I  uint32_t RESERVED0[1012];\r
-  __O  uint32_t CLR_EN;                     /*!< (@ 0x40040FD8) Interrupt clear enable register */\r
-  __O  uint32_t SET_EN;                     /*!< (@ 0x40040FDC) Interrupt set enable register */\r
-  __I  uint32_t STATUS;                     /*!< (@ 0x40040FE0) Status register        */\r
-  __I  uint32_t ENABLE;                     /*!< (@ 0x40040FE4) Enable register        */\r
-  __O  uint32_t CLR_STAT;                   /*!< (@ 0x40040FE8) Clear register         */\r
-  __O  uint32_t SET_STAT;                   /*!< (@ 0x40040FEC) Set register           */\r
-} LPC_ATIMER_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        REGFILE                                       -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx rtc/REGFILE date=1/20/2011 Major revision=0 Minor revision=7  (REGFILE)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40041000) REGFILE Structure      */\r
-  __IO uint32_t REGFILE[64];                /*!< (@ 0x40041000) General purpose storage register */\r
-} LPC_REGFILE_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          PMC                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Power Management Controller (PMC) Modification date=1/20/2011 Major revision=0 Minor revision=7  (PMC)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40042000) PMC Structure          */\r
-  __IO uint32_t PD0_SLEEP0_HW_ENA;          /*!< (@ 0x40042000) Hardware sleep event enable register */\r
-  __I  uint32_t  RESERVED0[6];\r
-  __IO uint32_t PD0_SLEEP0_MODE;            /*!< (@ 0x4004201C) Sleep power mode register */\r
-} LPC_PMC_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         CREG                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Configuration Registers (CREG) Modification date=8/19/2011 Major revision=0 Minor revision=14  (CREG)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40043000) CREG Structure         */\r
-  __I  uint32_t  IRCTRM;                    /*!< (@ 0x40043000) IRC trim register      */\r
-  __IO uint32_t CREG0;                      /*!< (@ 0x40043004) Chip configuration register 32 kHz oscillator output and BOD control register. */\r
-  __IO uint32_t PMUCON;                     /*!< (@ 0x40043008) Power mode control register. */\r
-  __I  uint32_t RESERVED0[61];\r
-  __IO uint32_t M3MEMMAP;                   /*!< (@ 0x40043100) ARM Cortex-M3 memory mapping */\r
-  __I  uint32_t RESERVED1[5];\r
-  __IO uint32_t CREG5;                      /*!< (@ 0x40043118) Chip configuration register 5. Controls JTAG access. */\r
-  __IO uint32_t DMAMUX;                     /*!< (@ 0x4004311C) DMA muxing control     */\r
-  __I  uint32_t RESERVED2[2];\r
-  __IO uint32_t ETBCFG;                     /*!< (@ 0x40043128) ETB RAM configuration  */\r
-  __IO uint32_t  CREG6;                     /*!< (@ 0x4004312C) Chip configuration register 6 */\r
-  __I  uint32_t RESERVED3[52];\r
-  __I  uint32_t CHIPID;                     /*!< (@ 0x40043200) Part ID                */\r
-} LPC_CREG_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                      EVENTROUTER                                     -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Event router Modification date=1/20/2011 Major revision=0 Minor revision=7  (EVENTROUTER)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40044000) EVENTROUTER Structure  */\r
-  __IO uint32_t HILO;                       /*!< (@ 0x40044000) Level configuration register */\r
-  __IO uint32_t EDGE;                       /*!< (@ 0x40044004) Edge configuration     */\r
-  __I  uint32_t RESERVED0[1012];\r
-  __O  uint32_t CLR_EN;                     /*!< (@ 0x40044FD8) Event clear enable register */\r
-  __O  uint32_t SET_EN;                     /*!< (@ 0x40044FDC) Event set enable register */\r
-  __I  uint32_t STATUS;                     /*!< (@ 0x40044FE0) Status register        */\r
-  __I  uint32_t ENABLE;                     /*!< (@ 0x40044FE4) Enable register        */\r
-  __O  uint32_t CLR_STAT;                   /*!< (@ 0x40044FE8) Clear register         */\r
-  __O  uint32_t SET_STAT;                   /*!< (@ 0x40044FEC) Set register           */\r
-} LPC_EVENTROUTER_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          RTC                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Real-Time Clock (RTC) Modification date=1/20/2011 Major revision=0 Minor revision=7  (RTC)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40046000) RTC Structure          */\r
-  __O  uint32_t ILR;                        /*!< (@ 0x40046000) Interrupt Location Register */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t CCR;                        /*!< (@ 0x40046008) Clock Control Register */\r
-  __IO uint32_t CIIR;                       /*!< (@ 0x4004600C) Counter Increment Interrupt Register */\r
-  __IO uint32_t AMR;                        /*!< (@ 0x40046010) Alarm Mask Register    */\r
-  __I  uint32_t CTIME0;                     /*!< (@ 0x40046014) Consolidated Time Register 0 */\r
-  __I  uint32_t CTIME1;                     /*!< (@ 0x40046018) Consolidated Time Register 1 */\r
-  __I  uint32_t CTIME2;                     /*!< (@ 0x4004601C) Consolidated Time Register 2 */\r
-  __IO uint32_t SEC;                        /*!< (@ 0x40046020) Seconds Register       */\r
-  __IO uint32_t MIN;                        /*!< (@ 0x40046024) Minutes Register       */\r
-  __IO uint32_t HRS;                        /*!< (@ 0x40046028) Hours Register         */\r
-  __IO uint32_t DOM;                        /*!< (@ 0x4004602C) Day of Month Register  */\r
-  __IO uint32_t DOW;                        /*!< (@ 0x40046030) Day of Week Register   */\r
-  __IO uint32_t DOY;                        /*!< (@ 0x40046034) Day of Year Register   */\r
-  __IO uint32_t MONTH;                      /*!< (@ 0x40046038) Months Register        */\r
-  __IO uint32_t YEAR;                       /*!< (@ 0x4004603C) Years Register         */\r
-  __IO uint32_t CALIBRATION;                /*!< (@ 0x40046040) Calibration Value Register */\r
-  __I  uint32_t RESERVED1[7];\r
-  __IO uint32_t ASEC;                       /*!< (@ 0x40046060) Alarm value for Seconds */\r
-  __IO uint32_t AMIN;                       /*!< (@ 0x40046064) Alarm value for Minutes */\r
-  __IO uint32_t AHRS;                       /*!< (@ 0x40046068) Alarm value for Hours  */\r
-  __IO uint32_t ADOM;                       /*!< (@ 0x4004606C) Alarm value for Day of Month */\r
-  __IO uint32_t ADOW;                       /*!< (@ 0x40046070) Alarm value for Day of Week */\r
-  __IO uint32_t ADOY;                       /*!< (@ 0x40046074) Alarm value for Day of Year */\r
-  __IO uint32_t AMON;                       /*!< (@ 0x40046078) Alarm value for Months */\r
-  __IO uint32_t AYRS;                       /*!< (@ 0x4004607C) Alarm value for Year   */\r
-} LPC_RTC_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          CGU                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10462 Chapter title=LPC18xx Clock Generation Unit (CGU) Modification date=6/1/2011 Major revision=0 Minor revision=1  (CGU)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40050000) CGU Structure          */\r
-  __I  uint32_t RESERVED0[5];\r
-  __IO uint32_t FREQ_MON;                   /*!< (@ 0x40050014) Frequency monitor register */\r
-  __IO uint32_t XTAL_OSC_CTRL;              /*!< (@ 0x40050018) Crystal oscillator control register */\r
-  __I  uint32_t PLL0USB_STAT;               /*!< (@ 0x4005001C) PLL0 (USB) status register */\r
-  __IO uint32_t PLL0USB_CTRL;               /*!< (@ 0x40050020) PLL0 (USB) control register */\r
-  __IO uint32_t PLL0USB_MDIV;               /*!< (@ 0x40050024) PLL0 (USB) M-divider register */\r
-  __IO uint32_t PLL0USB_NP_DIV;             /*!< (@ 0x40050028) PLL0 (USB) N/P-divider register */\r
-  __I  uint32_t PLL0AUDIO_STAT;             /*!< (@ 0x4005002C) PLL0 (audio) status register */\r
-  __IO uint32_t PLL0AUDIO_CTRL;             /*!< (@ 0x40050030) PLL0 (audio) control register */\r
-  __IO uint32_t PLL0AUDIO_MDIV;             /*!< (@ 0x40050034) PLL0 (audio) M-divider register */\r
-  __IO uint32_t PLL0AUDIO_NP_DIV;           /*!< (@ 0x40050038) PLL0 (audio) N/P-divider register */\r
-  __IO uint32_t PLL0AUDIO_FRAC;             /*!< (@ 0x4005003C) PLL0 (audio)           */\r
-  __I  uint32_t PLL1_STAT;                  /*!< (@ 0x40050040) PLL1 status register   */\r
-  __IO uint32_t PLL1_CTRL;                  /*!< (@ 0x40050044) PLL1 control register  */\r
-  __IO uint32_t IDIVA_CTRL;                 /*!< (@ 0x40050048) Integer divider A control register */\r
-  __IO uint32_t IDIVB_CTRL;                 /*!< (@ 0x4005004C) Integer divider B control register */\r
-  __IO uint32_t IDIVC_CTRL;                 /*!< (@ 0x40050050) Integer divider C control register */\r
-  __IO uint32_t IDIVD_CTRL;                 /*!< (@ 0x40050054) Integer divider D control register */\r
-  __IO uint32_t IDIVE_CTRL;                 /*!< (@ 0x40050058) Integer divider E control register */\r
-  __IO uint32_t BASE_SAFE_CLK;              /*!< (@ 0x4005005C) Output stage 0 control register for base clock BASE_SAFE_CLK */\r
-  __IO uint32_t BASE_USB0_CLK;              /*!< (@ 0x40050060) Output stage 1 control register for base clock BASE_USB0_CLK */\r
-  __IO uint32_t BASE_PERIPH_CLK;            /*!< (@ 0x40050064) Output stage 2 control register for base clock BASE_PERIPH_CLK */\r
-  __IO uint32_t BASE_USB1_CLK;              /*!< (@ 0x40050068) Output stage 3 control register for base clock BASE_USB1_CLK */\r
-  __IO uint32_t BASE_M3_CLK;                /*!< (@ 0x4005006C) Output stage control register  */\r
-  __IO uint32_t BASE_SPIFI_CLK;             /*!< (@ 0x40050070) Output stage control register  */\r
-  __IO uint32_t BASE_SPI_CLK;               /*!< (@ 0x40050074) Output stage control register  */\r
-  __IO uint32_t BASE_PHY_RX_CLK;            /*!< (@ 0x40050078) Output stage control register  */\r
-  __IO uint32_t BASE_PHY_TX_CLK;            /*!< (@ 0x4005007C) Output stage control register  */\r
-  __IO uint32_t BASE_APB1_CLK;              /*!< (@ 0x40050080) Output stage control register  */\r
-  __IO uint32_t BASE_APB3_CLK;              /*!< (@ 0x40050084) Output stage control register  */\r
-  __IO uint32_t BASE_LCD_CLK;               /*!< (@ 0x40050088) Output stage control register  */\r
-  __IO uint32_t RESERVED2;\r
-  __IO uint32_t BASE_SDIO_CLK;              /*!< (@ 0x40050090) Output stage control register  */\r
-  __IO uint32_t BASE_SSP0_CLK;              /*!< (@ 0x40050094) Output stage control register  */\r
-  __IO uint32_t BASE_SSP1_CLK;              /*!< (@ 0x40050098) Output stage control register  */\r
-  __IO uint32_t BASE_UART0_CLK;             /*!< (@ 0x4005009C) Output stage control register  */\r
-  __IO uint32_t BASE_UART1_CLK;             /*!< (@ 0x400500A0) Output stage control register  */\r
-  __IO uint32_t BASE_UART2_CLK;             /*!< (@ 0x400500A4) Output stage control register  */\r
-  __IO uint32_t BASE_UART3_CLK;             /*!< (@ 0x400500A8) Output stage control register  */\r
-  __IO uint32_t BASE_OUT_CLK;               /*!< (@ 0x400500AC) Output stage 20 control register for base clock BASE_OUT_CLK */\r
-  __I  uint32_t RESERVED3[4];\r
-  __IO uint32_t BASE_APLL_CLK;              /*!< (@ 0x400500C0) Output stage 25 control register for base clock BASE_APLL_CLK */\r
-  __IO uint32_t BASE_CGU_OUT0_CLK;          /*!< (@ 0x400500C4) Output stage 26 control register for base clock BASE_CGU_OUT0_CLK */\r
-  __IO uint32_t BASE_CGU_OUT1_CLK;          /*!< (@ 0x400500C8) Output stage 27 control register for base clock BASE_CGU_OUT1_CLK */\r
-} LPC_CGU_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         CCU1                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Clock Control Unit (CCU) Modification date=1/21/2011 Major revision=0 Minor revision=7  (CCU1)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40051000) CCU1 Structure         */\r
-  __IO uint32_t PM;                         /*!< (@ 0x40051000) CCU1 power mode register */\r
-  __I  uint32_t BASE_STAT;                  /*!< (@ 0x40051004) CCU1 base clocks status register */\r
-  __I  uint32_t RESERVED0[62];\r
-  __IO uint32_t CLK_APB3_BUS_CFG;           /*!< (@ 0x40051100) CLK_APB3_BUS clock configuration register */\r
-  __I  uint32_t CLK_APB3_BUS_STAT;          /*!< (@ 0x40051104) CLK_APB3_BUS clock status register */\r
-  __IO uint32_t CLK_APB3_I2C1_CFG;          /*!< (@ 0x40051108) CLK_APB3_I2C1 clock configuration register */\r
-  __I  uint32_t CLK_APB3_I2C1_STAT;         /*!< (@ 0x4005110C) CLK_APB3_I2C1 clock status register */\r
-  __IO uint32_t CLK_APB3_DAC_CFG;           /*!< (@ 0x40051110) CLK_APB3_DAC clock configuration register */\r
-  __I  uint32_t CLK_APB3_DAC_STAT;          /*!< (@ 0x40051114) CLK_APB3_DAC clock status register */\r
-  __IO uint32_t CLK_APB3_ADC0_CFG;          /*!< (@ 0x40051118) CLK_APB3_ADC0 clock configuration register */\r
-  __I  uint32_t CLK_APB3_ADC0_STAT;         /*!< (@ 0x4005111C) CLK_APB3_ADC0 clock status register */\r
-  __IO uint32_t CLK_APB3_ADC1_CFG;          /*!< (@ 0x40051120) CLK_APB3_ADC1 clock configuration register */\r
-  __I  uint32_t CLK_APB3_ADC1_STAT;         /*!< (@ 0x40051124) CLK_APB3_ADC1 clock status register */\r
-  __IO uint32_t CLK_APB3_CAN0_CFG;          /*!< (@ 0x40051128) CLK_APB3_CAN0 clock configuration register */\r
-  __I  uint32_t CLK_APB3_CAN0_STAT;         /*!< (@ 0x4005112C) CLK_APB3_CAN0 clock status register */\r
-  __I  uint32_t  RESERVED1[52];\r
-  __IO uint32_t CLK_APB1_BUS_CFG;           /*!< (@ 0x40051200) CLK_APB1_BUS clock configuration register */\r
-  __I  uint32_t CLK_APB1_BUS_STAT;          /*!< (@ 0x40051204) CLK_APB1_BUS clock status register */\r
-  __IO uint32_t CLK_APB1_MOTOCONPWM_CFG;    /*!< (@ 0x40051208) CLK_APB1_MOTOCONPWM clock configuration register */\r
-  __I  uint32_t CLK_APB1_MOTOCONPWM_STAT;   /*!< (@ 0x4005120C) CLK_APB1_MOTOCONPWM clock status register */\r
-  __IO uint32_t CLK_ABP1_I2C0_CFG;          /*!< (@ 0x40051210) CLK_ABP1_I2C0 clock configuration register */\r
-  __I  uint32_t CLK_APB1_I2C0_STAT;         /*!< (@ 0x40051214) CLK_APB1_I2C0 clock status register */\r
-  __IO uint32_t CLK_APB1_I2S_CFG;           /*!< (@ 0x40051218) CLK_APB1_I2S clock configuration register */\r
-  __I  uint32_t CLK_APB1_I2S_STAT;          /*!< (@ 0x4005121C) CLK_APB1_I2S clock status register */\r
-  __IO uint32_t CLK_APB1_CAN1_CFG;          /*!< (@ 0x40051220) CLK_APB1_CAN1 clock configuration register */\r
-  __I  uint32_t CLK_APB1_CAN1_STAT;         /*!< (@ 0x40051224) CLK_APB1_CAN1 clock status register */\r
-  __I  uint32_t  RESERVED2[54];\r
-  __IO uint32_t CLK_SPIFI_CFG;              /*!< (@ 0x40051300) CLK_SPIFI clock configuration register */\r
-  __I  uint32_t CLK_SPIFI_STAT;             /*!< (@ 0x40051304) CLK_APB1_SPIFI clock status register */\r
-  __I  uint32_t RESERVED3[62];\r
-  __IO uint32_t CLK_M3_BUS_CFG;             /*!< (@ 0x40051400) CLK_M3_BUS clock configuration register */\r
-  __I  uint32_t CLK_M3_BUS_STAT;            /*!< (@ 0x40051404) CLK_M3_BUSclock status register */\r
-  __IO uint32_t CLK_M3_SPIFI_CFG;           /*!< (@ 0x40051408) CLK_M3_SPIFI clock configuration register */\r
-  __I  uint32_t CLK_M3_SPIFI_STAT;          /*!< (@ 0x4005140C) CLK_M3_SPIFI clock status register */\r
-  __IO uint32_t CLK_M3_GPIO_CFG;            /*!< (@ 0x40051410) CLK_M3_GPIO clock configuration register */\r
-  __I  uint32_t CLK_M3_GPIO_STAT;           /*!< (@ 0x40051414) CLK_M3_GPIO clock status register */\r
-  __IO uint32_t CLK_M3_LCD_CFG;             /*!< (@ 0x40051418) CLK_M3_LCD clock configuration register */\r
-  __I  uint32_t CLK_M3_LCD_STAT;            /*!< (@ 0x4005141C) CLK_M3_LCD clock status register */\r
-  __IO uint32_t CLK_M3_ETHERNET_CFG;        /*!< (@ 0x40051420) CLK_M3_ETHERNET clock configuration register */\r
-  __I  uint32_t CLK_M3_ETHERNET_STAT;       /*!< (@ 0x40051424) CLK_M3_ETHERNET clock status register */\r
-  __IO uint32_t CLK_M3_USB0_CFG;            /*!< (@ 0x40051428) CLK_M3_USB0 clock configuration register */\r
-  __I  uint32_t CLK_M3_USB0_STAT;           /*!< (@ 0x4005142C) CLK_M3_USB0 clock status register */\r
-  __IO uint32_t CLK_M3_EMC_CFG;             /*!< (@ 0x40051430) CLK_M3_EMC clock configuration register */\r
-  __I  uint32_t CLK_M3_EMC_STAT;            /*!< (@ 0x40051434) CLK_M3_EMC clock status register */\r
-  __IO uint32_t CLK_M3_SDIO_CFG;            /*!< (@ 0x40051438) CLK_M3_SDIO clock configuration register */\r
-  __I  uint32_t CLK_M3_SDIO_STAT;           /*!< (@ 0x4005143C) CLK_M3_SDIO clock status register */\r
-  __IO uint32_t CLK_M3_DMA_CFG;             /*!< (@ 0x40051440) CLK_M3_DMA clock configuration register */\r
-  __I  uint32_t CLK_M3_DMA_STAT;            /*!< (@ 0x40051444) CLK_M3_DMA clock status register */\r
-  __IO uint32_t CLK_M3_M3CORE_CFG;          /*!< (@ 0x40051448) CLK_M3_M3CORE clock configuration register */\r
-  __I  uint32_t CLK_M3_M3CORE_STAT;         /*!< (@ 0x4005144C) CLK_M3_M3CORE clock status register */\r
-  __I  uint32_t  RESERVED4[6];\r
-  __IO uint32_t CLK_M3_SCT_CFG;             /*!< (@ 0x40051468) CLK_M3_SCT clock configuration register */\r
-  __I  uint32_t CLK_M3_SCT_STAT;            /*!< (@ 0x4005146C) CLK_M3_SCT clock status register */\r
-  __IO uint32_t CLK_M3_USB1_CFG;            /*!< (@ 0x40051470) CLK_M3_USB1 clock configuration register */\r
-  __I  uint32_t CLK_M3_USB1_STAT;           /*!< (@ 0x40051474) CLK_M3_USB1 clock status register */\r
-  __IO uint32_t CLK_M3_EMCDIV_CFG;          /*!< (@ 0x40051478) CLK_M3_EMCDIV clock configuration register */\r
-  __I  uint32_t CLK_M3_EMCDIV_STAT;         /*!< (@ 0x4005147C) CLK_M3_EMCDIV clock status register */\r
-  __I  uint32_t  RESERVED5[32];\r
-  __IO uint32_t CLK_M3_WWDT_CFG;            /*!< (@ 0x40051500) CLK_M3_WWDT clock configuration register */\r
-  __I  uint32_t CLK_M3_WWDT_STAT;           /*!< (@ 0x40051504) CLK_M3_WWDT clock status register */\r
-  __IO uint32_t CLK_M3_USART0_CFG;          /*!< (@ 0x40051508) CLK_M3_USART0 clock configuration register */\r
-  __I  uint32_t CLK_M3_USART0_STAT;         /*!< (@ 0x4005150C) CLK_M3_USART0 clock status register */\r
-  __IO uint32_t CLK_M3_UART1_CFG;           /*!< (@ 0x40051510) CLK_M3_UART1 clock configuration register */\r
-  __I  uint32_t CLK_M3_UART1_STAT;          /*!< (@ 0x40051514) CLK_M3_UART1 clock status register */\r
-  __IO uint32_t CLK_M3_SSP0_CFG;            /*!< (@ 0x40051518) CLK_M3_SSP0 clock configuration register */\r
-  __I  uint32_t CLK_M3_SSP0_STAT;           /*!< (@ 0x4005151C) CLK_M3_SSP0 clock status register */\r
-  __IO uint32_t CLK_M3_TIMER0_CFG;          /*!< (@ 0x40051520) CLK_M3_TIMER0 clock configuration register */\r
-  __I  uint32_t CLK_M3_TIMER0_STAT;         /*!< (@ 0x40051524) CLK_M3_TIMER0 clock status register */\r
-  __IO uint32_t CLK_M3_TIMER1_CFG;          /*!< (@ 0x40051528) CLK_M3_TIMER1clock configuration register */\r
-  __I  uint32_t CLK_M3_TIMER1_STAT;         /*!< (@ 0x4005152C) CLK_M3_TIMER1 clock status register */\r
-  __IO uint32_t CLK_M3_SCU_CFG;             /*!< (@ 0x40051530) CLK_M3_SCU clock configuration register */\r
-  __I  uint32_t CLK_M3_SCU_STAT;            /*!< (@ 0x40051534) CLK_SCU_XXX clock status register */\r
-  __IO uint32_t CLK_M3_CREG_CFG;            /*!< (@ 0x40051538) CLK_M3_CREGclock configuration register */\r
-  __I  uint32_t CLK_M3_CREG_STAT;           /*!< (@ 0x4005153C) CLK_M3_CREG clock status register */\r
-  __I  uint32_t  RESERVED6[48];\r
-  __IO uint32_t CLK_M3_RITIMER_CFG;         /*!< (@ 0x40051600) CLK_M3_RITIMER clock configuration register */\r
-  __I  uint32_t CLK_M3_RITIMER_STAT;        /*!< (@ 0x40051604) CLK_M3_RITIMER clock status register */\r
-  __IO uint32_t CLK_M3_USART2_CFG;          /*!< (@ 0x40051608) CLK_M3_USART2 clock configuration register */\r
-  __I  uint32_t CLK_M3_USART2_STAT;         /*!< (@ 0x4005160C) CLK_M3_USART2 clock status register */\r
-  __IO uint32_t CLK_M3_USART3_CFG;          /*!< (@ 0x40051610) CLK_M3_USART3 clock configuration register */\r
-  __I  uint32_t CLK_M3_USART3_STAT;         /*!< (@ 0x40051614) CLK_M3_USART3 clock status register */\r
-  __IO uint32_t CLK_M3_TIMER2_CFG;          /*!< (@ 0x40051618) CLK_M3_TIMER2 clock configuration register */\r
-  __I  uint32_t CLK_M3_TIMER2_STAT;         /*!< (@ 0x4005161C) CLK_M3_TIMER2 clock status register */\r
-  __IO uint32_t CLK_M3_TIMER3_CFG;          /*!< (@ 0x40051620) CLK_M3_TIMER3 clock configuration register */\r
-  __I  uint32_t CLK_M3_TIMER3_STAT;         /*!< (@ 0x40051624) CLK_M3_TIMER3 clock status register */\r
-  __IO uint32_t CLK_M3_SSP1_CFG;            /*!< (@ 0x40051628) CLK_M3_SSP1 clock configuration register */\r
-  __I  uint32_t CLK_M3_SSP1_STAT;           /*!< (@ 0x4005162C) CLK_M3_SSP1 clock status register */\r
-  __IO uint32_t CLK_M3_QEI_CFG;             /*!< (@ 0x40051630) CLK_M3_QEIclock configuration register */\r
-  __I  uint32_t CLK_M3_QEI_STAT;            /*!< (@ 0x40051634) CLK_M3_QEI clock status register */\r
-  __I  uint32_t  RESERVED7[114];\r
-  __IO uint32_t CLK_USB0_CFG;               /*!< (@ 0x40051800) CLK_M3_USB0 clock configuration register */\r
-  __I  uint32_t CLK_USB0_STAT;              /*!< (@ 0x40051804) CLK_USB0 clock status register */\r
-  __I  uint32_t RESERVED8[62];\r
-  __IO uint32_t CLK_USB1_CFG;               /*!< (@ 0x40051900) CLK_USB1 clock configuration register */\r
-  __I  uint32_t CLK_USB1_STAT;              /*!< (@ 0x40051904) CLK_USB1 clock status register */\r
-  __I  uint32_t RESERVED9[126];\r
-  __IO uint32_t CLK_VADC_CFG;               /*!< (@ 0x40051B00) CLK_VADC clock configuration register */\r
-  __I  uint32_t CLK_VADC_STAT;              /*!< (@ 0x40051B04) CLK_VADC clock status register */\r
-} LPC_CCU1_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         CCU2                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Clock Control Unit (CCU) Modification date=1/21/2011 Major revision=0 Minor revision=7  (CCU2)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40052000) CCU2 Structure         */\r
-  __IO uint32_t PM;                         /*!< (@ 0x40052000) Power mode register    */\r
-  __I  uint32_t BASE_STAT;                  /*!< (@ 0x40052004) CCU base clocks status register */\r
-  __I  uint32_t RESERVED0[62];\r
-  __IO uint32_t CLK_APLL_CFG;               /*!< (@ 0x40052100) CLK_APLL clock configuration register */\r
-  __I  uint32_t CLK_APLL_STAT;              /*!< (@ 0x40052104) CLK_APLL clock status register */\r
-  __I  uint32_t RESERVED1[62];\r
-  __IO uint32_t CLK_APB2_USART3_CFG;        /*!< (@ 0x40052200) CLK_APB2_USART3 clock configuration register */\r
-  __I  uint32_t CLK_APB2_USART3_STAT;       /*!< (@ 0x40052204) CLK_APB2_USART3 clock status register */\r
-  __I  uint32_t RESERVED2[62];\r
-  __IO uint32_t CLK_APB2_USART2_CFG;        /*!< (@ 0x40052300) CLK_APB2_USART2 clock configuration register */\r
-  __I  uint32_t CLK_APB2_USART2_STAT;       /*!< (@ 0x40052304) CLK_APB2_USART clock status register */\r
-  __I  uint32_t RESERVED3[62];\r
-  __IO uint32_t CLK_APB0_UART1_CFG;         /*!< (@ 0x40052400) CLK_APB2_UART1 clock configuration register */\r
-  __I  uint32_t CLK_APB0_UART1_STAT;        /*!< (@ 0x40052404) CLK_APB0_UART1 clock status register */\r
-  __I  uint32_t RESERVED4[62];\r
-  __IO uint32_t CLK_APB0_USART0_CFG;        /*!< (@ 0x40052500) CLK_APB2_USART0 clock configuration register */\r
-  __I  uint32_t CLK_APB0_USART0_STAT;       /*!< (@ 0x40052504) CLK_APB0_USART0 clock status register */\r
-  __I  uint32_t RESERVED5[62];\r
-  __IO uint32_t CLK_APB2_SSP1_CFG;          /*!< (@ 0x40052600) CLK_APB2_SSP1 clock configuration register */\r
-  __I  uint32_t CLK_APB2_SSP1_STAT;         /*!< (@ 0x40052604) CLK_APB2_SSP1 clock status register */\r
-  __I  uint32_t RESERVED6[62];\r
-  __IO uint32_t CLK_APB0_SSP0_CFG;          /*!< (@ 0x40052700) CLK_APB0_SSP0 clock configuration register */\r
-  __I  uint32_t CLK_APB0_SSP0_STAT;         /*!< (@ 0x40052704) CLK_APB0_SSP0 clock status register */\r
-  __I  uint32_t RESERVED7[62];\r
-  __IO uint32_t CLK_SDIO_CFG;               /*!< (@ 0x40052800) CLK_SDIO clock configuration register */\r
-  __I  uint32_t CLK_SDIO_STAT;              /*!< (@ 0x40052804) CLK_SDIO clock status register */\r
-} LPC_CCU2_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          RGU                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Reset GenerationUnit (RGU) Modification date=7/20/2011 Major revision=0 Minor revision=13  (RGU)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40053000) RGU Structure          */\r
-  __I  uint32_t RESERVED0[64];\r
-  __O  uint32_t RESET_CTRL0;                /*!< (@ 0x40053100) Reset control register 0 */\r
-  __O  uint32_t RESET_CTRL1;                /*!< (@ 0x40053104) Reset control register 1 */\r
-  __I  uint32_t RESERVED1[2];\r
-  __IO uint32_t RESET_STATUS0;              /*!< (@ 0x40053110) Reset status register 0 */\r
-  __IO uint32_t RESET_STATUS1;              /*!< (@ 0x40053114) Reset status register 1 */\r
-  __IO uint32_t RESET_STATUS2;              /*!< (@ 0x40053118) Reset status register 2 */\r
-  __IO uint32_t RESET_STATUS3;              /*!< (@ 0x4005311C) Reset status register 3 */\r
-  __I  uint32_t RESERVED2[12];\r
-  __I  uint32_t RESET_ACTIVE_STATUS0;       /*!< (@ 0x40053150) Reset active status register 0 */\r
-  __I  uint32_t RESET_ACTIVE_STATUS1;       /*!< (@ 0x40053154) Reset active status register 1 */\r
-  __I  uint32_t RESERVED3[170];\r
-  __IO uint32_t RESET_EXT_STAT0;            /*!< (@ 0x40053400) Reset external status register 0 for CORE_RST */\r
-  __IO uint32_t RESET_EXT_STAT1;            /*!< (@ 0x40053404) Reset external status register 1 for PERIPH_RST */\r
-  __IO uint32_t RESET_EXT_STAT2;            /*!< (@ 0x40053408) Reset external status register 2 for MASTER_RST */\r
-  __I  uint32_t RESERVED4;\r
-  __IO uint32_t RESET_EXT_STAT4;            /*!< (@ 0x40053410) Reset external status register 4 for WWDT_RST */\r
-  __IO uint32_t RESET_EXT_STAT5;            /*!< (@ 0x40053414) Reset external status register 5 for CREG_RST */\r
-  __I  uint32_t RESERVED5[2];\r
-  __IO uint32_t RESET_EXT_STAT8;            /*!< (@ 0x40053420) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT9;            /*!< (@ 0x40053424) Reset external status register */\r
-  __I  uint32_t RESERVED6[3];\r
-  __IO uint32_t RESET_EXT_STAT13;           /*!< (@ 0x40053434) Reset external status register */\r
-  __I  uint32_t RESERVED7[2];\r
-  __IO uint32_t RESET_EXT_STAT16;           /*!< (@ 0x40053440) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT17;           /*!< (@ 0x40053444) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT18;           /*!< (@ 0x40053448) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT19;           /*!< (@ 0x4005344C) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT20;           /*!< (@ 0x40053450) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT21;           /*!< (@ 0x40053454) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT22;           /*!< (@ 0x40053458) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT23;           /*!< (@ 0x4005345C) Reset external status register */\r
-  __I  uint32_t RESERVED8[4];\r
-  __IO uint32_t RESET_EXT_STAT28;           /*!< (@ 0x40053470) Reset external status register */\r
-  __I  uint32_t RESERVED9[3];\r
-  __IO uint32_t RESET_EXT_STAT32;           /*!< (@ 0x40053480) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT33;           /*!< (@ 0x40053484) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT34;           /*!< (@ 0x40053488) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT35;           /*!< (@ 0x4005348C) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT36;           /*!< (@ 0x40053490) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT37;           /*!< (@ 0x40053494) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT38;           /*!< (@ 0x40053498) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT39;           /*!< (@ 0x4005349C) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT40;           /*!< (@ 0x400534A0) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT41;           /*!< (@ 0x400534A4) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT42;           /*!< (@ 0x400534A8) Reset external status register */\r
-  __I  uint32_t RESERVED10;\r
-  __IO uint32_t RESET_EXT_STAT44;           /*!< (@ 0x400534B0) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT45;           /*!< (@ 0x400534B4) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT46;           /*!< (@ 0x400534B8) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT47;           /*!< (@ 0x400534BC) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT48;           /*!< (@ 0x400534C0) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT49;           /*!< (@ 0x400534C4) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT50;           /*!< (@ 0x400534C8) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT51;           /*!< (@ 0x400534CC) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT52;           /*!< (@ 0x400534D0) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT53;           /*!< (@ 0x400534D4) Reset external status register */\r
-  __IO uint32_t  RESET_EXT_STAT54;          /*!< (@ 0x400534D8) Reset external status register */\r
-  __IO uint32_t RESET_EXT_STAT55;           /*!< (@ 0x400534DC) Reset external status register */\r
-} LPC_RGU_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         WWDT                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Windowed Watchdog timer (WWDT) Modification date=1/14/2011 Major revision=0 Minor revision=7  (WWDT)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40080000) WWDT Structure         */\r
-  __IO uint32_t MOD;                        /*!< (@ 0x40080000) Watchdog mode register. This register contains the basic mode and status of the Watchdog Timer. */\r
-  __IO uint32_t TC;                         /*!< (@ 0x40080004) Watchdog timer constant register. This register determines the time-out value. */\r
-  __O  uint32_t FEED;                       /*!< (@ 0x40080008) Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC. */\r
-  __I  uint32_t TV;                         /*!< (@ 0x4008000C) Watchdog timer value register. This register reads out the current value of the Watchdog timer. */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t WARNINT;                    /*!< (@ 0x40080014) Watchdog warning interrupt register. This register contains the Watchdog warning interrupt compare value. */\r
-  __IO uint32_t WINDOW;                     /*!< (@ 0x40080018) Watchdog timer window register. This register contains the Watchdog window value. */\r
-} LPC_WWDT_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        USARTn                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx USART0_2_3 Modification date=1/14/2011 Major revision=0 Minor revision=7  (USARTn)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400xx000) USARTn Structure       */\r
-\r
-  union {\r
-    __IO uint32_t DLL;                      /*!< (@ 0x400xx000) Divisor Latch LSB. Least significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider (DLAB = 1). */\r
-    __O  uint32_t THR;                      /*!< (@ 0x400xx000) Transmit Holding Register. The next character to be transmitted is written here (DLAB = 0). */\r
-    __I  uint32_t RBR;                      /*!< (@ 0x400xx000) Receiver Buffer Register. Contains the next received character to be read (DLAB = 0). */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t IER;                      /*!< (@ 0x400xx004) Interrupt Enable Register. Contains individual interrupt enable bits for the 7 potential UART interrupts (DLAB = 0). */\r
-    __IO uint32_t DLM;                      /*!< (@ 0x400xx004) Divisor Latch MSB. Most significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider (DLAB = 1). */\r
-  };\r
-\r
-  union {\r
-    __O  uint32_t FCR;                      /*!< (@ 0x400xx008) FIFO Control Register. Controls UART FIFO usage and modes. */\r
-    __I  uint32_t IIR;                      /*!< (@ 0x400xx008) Interrupt ID Register. Identifies which interrupt(s) are pending. */\r
-  };\r
-  __IO uint32_t LCR;                        /*!< (@ 0x400xx00C) Line Control Register. Contains controls for frame formatting and break generation. */\r
-  __I  uint32_t RESERVED0[1];\r
-  __I  uint32_t LSR;                        /*!< (@ 0x400xx014) Line Status Register. Contains flags for transmit and receive status, including line errors. */\r
-  __I  uint32_t RESERVED1[1];\r
-  __IO uint32_t SCR;                        /*!< (@ 0x400xx01C) Scratch Pad Register. Eight-bit temporary storage for software. */\r
-  __IO uint32_t ACR;                        /*!< (@ 0x400xx020) Auto-baud Control Register. Contains controls for the auto-baud feature. */\r
-  __IO uint32_t ICR;                        /*!< (@ 0x400xx024) IrDA control register (UART3 only) */\r
-  __IO uint32_t FDR;                        /*!< (@ 0x400xx028) Fractional Divider Register. Generates a clock input for the baud rate divider. */\r
-  __IO uint32_t OSR;                        /*!< (@ 0x400xx02C) Oversampling Register. Controls the degree of oversampling during each bit time. */\r
-  __I  uint32_t RESERVED2[4];\r
-  __IO uint32_t HDEN;                       /*!< (@ 0x400xx03C) Half-duplex enable Register */\r
-  __I  uint32_t RESERVED3[1];\r
-  __IO uint32_t SCICTRL;                    /*!< (@ 0x400xx048) Smart card interface control register */\r
-  __IO uint32_t RS485CTRL;                  /*!< (@ 0x400xx04C) RS-485/EIA-485 Control. Contains controls to configure various aspects of RS-485/EIA-485 modes. */\r
-  __IO uint32_t RS485ADRMATCH;              /*!< (@ 0x400xx050) RS-485/EIA-485 address match. Contains the address match value for RS-485/EIA-485 mode. */\r
-  __IO uint32_t RS485DLY;                   /*!< (@ 0x400xx054) RS-485/EIA-485 direction control delay. */\r
-  __IO uint32_t SYNCCTRL;                   /*!< (@ 0x400xx058) Synchronous mode control register. */\r
-  __IO uint32_t TER;                        /*!< (@ 0x400xx05C) Transmit Enable Register. Turns off UART transmitter for use with software flow control. */\r
-} LPC_USARTn_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         UART1                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx UART1 Modification date=1/14/2011 Major revision=0 Minor revision=7  (UART1)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40082000) UART1 Structure        */\r
-\r
-  union {\r
-    __IO uint32_t DLL;                      /*!< (@ 0x40082000) Divisor Latch LSB. Least significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider. (DLAB=1) */\r
-    __O  uint32_t THR;                      /*!< (@ 0x40082000) Transmit Holding Register. The next character to be transmitted is written here. (DLAB=0) */\r
-    __I  uint32_t RBR;                      /*!< (@ 0x40082000) Receiver Buffer Register. Contains the next received character to be read. (DLAB=0) */\r
-  };\r
-\r
-  union {\r
-    __IO uint32_t IER;                      /*!< (@ 0x40082004) Interrupt Enable Register. Contains individual interrupt enable bits for the 7 potential UART1 interrupts. (DLAB=0) */\r
-    __IO uint32_t DLM;                      /*!< (@ 0x40082004) Divisor Latch MSB. Most significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider.(DLAB=1) */\r
-  };\r
-\r
-  union {\r
-    __O  uint32_t FCR;                      /*!< (@ 0x40082008) FIFO Control Register. Controls UART1 FIFO usage and modes. */\r
-    __I  uint32_t IIR;                      /*!< (@ 0x40082008) Interrupt ID Register. Identifies which interrupt(s) are pending. */\r
-  };\r
-  __IO uint32_t LCR;                        /*!< (@ 0x4008200C) Line Control Register. Contains controls for frame formatting and break generation. */\r
-  __IO uint32_t MCR;                        /*!< (@ 0x40082010) Modem Control Register. Contains controls for flow control handshaking and loopback mode. */\r
-  __I  uint32_t LSR;                        /*!< (@ 0x40082014) Line Status Register. Contains flags for transmit and receive status, including line errors. */\r
-  __I  uint32_t MSR;                        /*!< (@ 0x40082018) Modem Status Register. Contains handshake signal status flags. */\r
-  __IO uint32_t SCR;                        /*!< (@ 0x4008201C) Scratch Pad Register. 8-bit temporary storage for software. */\r
-  __IO uint32_t ACR;                        /*!< (@ 0x40082020) Auto-baud Control Register. Contains controls for the auto-baud feature. */\r
-  __I  uint32_t  RESERVED0;\r
-  __IO uint32_t FDR;                        /*!< (@ 0x40082028) Fractional Divider Register. Generates a clock input for the baud rate divider. */\r
-  __I  uint32_t  RESERVED1;\r
-  __IO uint32_t TER;                        /*!< (@ 0x40082030) Transmit Enable Register. Turns off UART transmitter for use with software flow control. */\r
-  __I  uint32_t RESERVED2[6];\r
-  __IO uint32_t RS485CTRL;                  /*!< (@ 0x4008204C) RS-485/EIA-485 Control. Contains controls to configure various aspects of RS-485/EIA-485 modes. */\r
-  __IO uint32_t RS485ADRMATCH;              /*!< (@ 0x40082050) RS-485/EIA-485 address match. Contains the address match value for RS-485/EIA-485 mode. */\r
-  __IO uint32_t RS485DLY;                   /*!< (@ 0x40082054) RS-485/EIA-485 direction control delay. */\r
-  __I  uint32_t FIFOLVL;                    /*!< (@ 0x40082058) FIFO Level register. Provides the current fill levels of the transmit and receive FIFOs.  */\r
-} LPC_UART1_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         SSPn                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx SSP0/1 Modification date=1/14/2011 Major revision=0 Minor revision=7  (SSP0)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400xx000) SSPn Structure         */\r
-  __IO uint32_t CR0;                        /*!< (@ 0x400xx000) Control Register 0. Selects the serial clock rate, bus type, and data size. */\r
-  __IO uint32_t CR1;                        /*!< (@ 0x400xx004) Control Register 1. Selects master/slave and other modes. */\r
-  __IO uint32_t DR;                         /*!< (@ 0x400xx008) Data Register. Writes fill the transmit FIFO, and reads empty the receive FIFO. */\r
-  __I  uint32_t SR;                         /*!< (@ 0x400xx00C) Status Register        */\r
-  __IO uint32_t CPSR;                       /*!< (@ 0x400xx010) Clock Prescale Register */\r
-  __IO uint32_t IMSC;                       /*!< (@ 0x400xx014) Interrupt Mask Set and Clear Register */\r
-  __I  uint32_t RIS;                        /*!< (@ 0x400xx018) Raw Interrupt Status Register */\r
-  __I  uint32_t MIS;                        /*!< (@ 0x400xx01C) Masked Interrupt Status Register */\r
-  __O  uint32_t ICR;                        /*!< (@ 0x400xx020) SSPICR Interrupt Clear Register */\r
-  __IO uint32_t DMACR;                      /*!< (@ 0x400xx024) SSPn DMA control register */\r
-} LPC_SSPn_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        TIMERn                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Timer0/1/2/3 Modification date=1/14/2011 Major revision=0 Minor revision=7  (TIMERn)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400xx000) TIMERn Structure       */\r
-  __IO uint32_t IR;                         /*!< (@ 0x400xx000) Interrupt Register. The IR can be written to clear interrupts. The IR can be read to identify which of eight possible interrupt sources are pending. */\r
-  __IO uint32_t TCR;                        /*!< (@ 0x400xx004) Timer Control Register. The TCR is used to control the Timer Counter functions. The Timer Counter can be disabled or reset through the TCR. */\r
-  __IO uint32_t TC;                         /*!< (@ 0x400xx008) Timer Counter. The 32 bit TC is incremented every PR+1 cycles of PCLK. The TC is controlled through the TCR. */\r
-  __IO uint32_t PR;                         /*!< (@ 0x400xx00C) Prescale Register. The Prescale Counter (below) is equal to this value, the next clock increments the TC and clears the PC. */\r
-  __IO uint32_t PC;                         /*!< (@ 0x400xx010) Prescale Counter. The 32 bit PC is a counter which is incremented to the value stored in PR. When the value in PR is reached, the TC is incremented and the PC is cleared. The PC is observable and controllable through the bus interface. */\r
-  __IO uint32_t MCR;                        /*!< (@ 0x400xx014) Match Control Register. The MCR is used to control if an interrupt is generated and if the TC is reset when a Match occurs. */\r
-  __IO uint32_t MR[4];                      /*!< (@ 0x400xx018) Match Register. MR can be enabled through the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt every time MR matches the TC. */\r
-  __IO uint32_t CCR;                        /*!< (@ 0x400xx028) Capture Control Register. The CCR controls which edges of the capture inputs are used to load the Capture Registers and whether or not an interrupt is generated when a capture takes place. */\r
-  __IO uint32_t CR[4];                      /*!< (@ 0x400xx02C) Capture Register. CR is loaded with the value of TC when there is an event on the CAPn.0 input. */\r
-  __IO uint32_t EMR;                        /*!< (@ 0x400xx03C) External Match Register. The EMR controls the external match pins MATn.0-3 (MAT0.0-3 and MAT1.0-3 respectively). */\r
-  __I  uint32_t RESERVED0[12];\r
-  __IO uint32_t CTCR;                       /*!< (@ 0x400xx070) Count Control Register. The CTCR selects between Timer and Counter mode, and in Counter mode selects the signal and edge(s) for counting. */\r
-} LPC_TIMERn_Type;\r
-\r
-\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          SCU                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx System Control Unit (SCU) Modification date=6/8/2011 Major revision=0 Minor revision=10  (SCU)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40086000) SCU Structure          */\r
-  __IO uint32_t SFSP0_0;                   /*!< (@ 0x40086000) Pin configuration register for pins P0 */\r
-  __IO uint32_t SFSP0_1;                   /*!< (@ 0x40086004) Pin configuration register for pins P0 */\r
-  __I  uint32_t RESERVED0[30];\r
-  __IO uint32_t SFSP1_0;                    /*!< (@ 0x40086080) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_1;                    /*!< (@ 0x40086084) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_2;                    /*!< (@ 0x40086088) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_3;                    /*!< (@ 0x4008608C) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_4;                    /*!< (@ 0x40086090) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_5;                    /*!< (@ 0x40086094) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_6;                    /*!< (@ 0x40086098) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_7;                    /*!< (@ 0x4008609C) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_8;                    /*!< (@ 0x400860A0) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_9;                    /*!< (@ 0x400860A4) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_10;                   /*!< (@ 0x400860A8) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_11;                   /*!< (@ 0x400860AC) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_12;                   /*!< (@ 0x400860B0) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_13;                   /*!< (@ 0x400860B4) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_14;                   /*!< (@ 0x400860B8) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_15;                   /*!< (@ 0x400860BC) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_16;                   /*!< (@ 0x400860C0) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_17;                   /*!< (@ 0x400860C4) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_18;                   /*!< (@ 0x400860C8) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_19;                   /*!< (@ 0x400860CC) Pin configuration register for pins P1 */\r
-  __IO uint32_t SFSP1_20;                   /*!< (@ 0x400860D0) Pin configuration register for pins P1 */\r
-  __I  uint32_t RESERVED1[11];\r
-  __IO uint32_t SFSP2_0;                    /*!< (@ 0x40086100) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_1;                    /*!< (@ 0x40086104) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_2;                    /*!< (@ 0x40086108) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_3;                    /*!< (@ 0x4008610C) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_4;                    /*!< (@ 0x40086110) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_5;                    /*!< (@ 0x40086114) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_6;                    /*!< (@ 0x40086118) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_7;                    /*!< (@ 0x4008611C) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_8;                    /*!< (@ 0x40086120) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_9;                    /*!< (@ 0x40086124) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_10;                   /*!< (@ 0x40086128) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_11;                   /*!< (@ 0x4008612C) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_12;                   /*!< (@ 0x40086130) Pin configuration register for pins P2 */\r
-  __IO uint32_t SFSP2_13;                   /*!< (@ 0x40086134) Pin configuration register for pins P2 */\r
-  __I  uint32_t RESERVED2[18];\r
-  __IO uint32_t SFSP3_0;                       /*!< (@ 0x40086180) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_1;                       /*!< (@ 0x40086184) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_2;                       /*!< (@ 0x40086188) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_3;                       /*!< (@ 0x4008618C) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_4;                       /*!< (@ 0x40086190) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_5;                       /*!< (@ 0x40086194) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_6;                       /*!< (@ 0x40086198) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_7;                       /*!< (@ 0x4008619C) Pin configuration register for pins P3 */\r
-  __IO uint32_t SFSP3_8;                       /*!< (@ 0x400861A0) Pin configuration register for pins P3 */\r
-  __I  uint32_t RESERVED3[23];\r
-  __IO uint32_t SFSP4_0;                    /*!< (@ 0x40086200) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_1;                    /*!< (@ 0x40086204) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_2;                    /*!< (@ 0x40086208) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_3;                    /*!< (@ 0x4008620C) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_4;                    /*!< (@ 0x40086210) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_5;                    /*!< (@ 0x40086214) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_6;                    /*!< (@ 0x40086218) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_7;                    /*!< (@ 0x4008621C) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_8;                    /*!< (@ 0x40086220) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_9;                    /*!< (@ 0x40086224) Pin configuration register for pins P4 */\r
-  __IO uint32_t SFSP4_10;                   /*!< (@ 0x40086228) Pin configuration register for pins P4 */\r
-  __I  uint32_t RESERVED4[21];\r
-  __IO uint32_t SFSP5_0;                       /*!< (@ 0x40086280) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_1;                       /*!< (@ 0x40086284) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_2;                       /*!< (@ 0x40086288) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_3;                       /*!< (@ 0x4008628C) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_4;                       /*!< (@ 0x40086290) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_5;                       /*!< (@ 0x40086294) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_6;                       /*!< (@ 0x40086298) Pin configuration register for pins P5 */\r
-  __IO uint32_t SFSP5_7;                       /*!< (@ 0x4008629C) Pin configuration register for pins P5 */\r
-  __I  uint32_t RESERVED5[24];\r
-  __IO uint32_t SFSP6_0;                    /*!< (@ 0x40086300) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_1;                    /*!< (@ 0x40086304) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_2;                    /*!< (@ 0x40086308) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_3;                    /*!< (@ 0x4008630C) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_4;                    /*!< (@ 0x40086310) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_5;                    /*!< (@ 0x40086314) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_6;                    /*!< (@ 0x40086318) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_7;                    /*!< (@ 0x4008631C) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_8;                    /*!< (@ 0x40086320) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_9;                    /*!< (@ 0x40086324) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_10;                   /*!< (@ 0x40086328) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_11;                   /*!< (@ 0x4008632C) Pin configuration register for pins P6 */\r
-  __IO uint32_t SFSP6_12;                   /*!< (@ 0x40086330) Pin configuration register for pins P6 */\r
-  __I  uint32_t RESERVED6[19];\r
-  __IO uint32_t SFSP7_0;                       /*!< (@ 0x40086380) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_1;                       /*!< (@ 0x40086384) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_2;                       /*!< (@ 0x40086388) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_3;                       /*!< (@ 0x4008638C) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_4;                       /*!< (@ 0x40086390) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_5;                       /*!< (@ 0x40086394) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_6;                       /*!< (@ 0x40086398) Pin configuration register for pins P7 */\r
-  __IO uint32_t SFSP7_7;                       /*!< (@ 0x4008639C) Pin configuration register for pins P7 */\r
-  __I  uint32_t RESERVED7[24];\r
-  __IO uint32_t SFSP8_0;                       /*!< (@ 0x40086400) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_1;                       /*!< (@ 0x40086404) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_2;                       /*!< (@ 0x40086408) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_3;                       /*!< (@ 0x4008640C) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_4;                       /*!< (@ 0x40086410) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_5;                       /*!< (@ 0x40086414) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_6;                       /*!< (@ 0x40086418) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_7;                       /*!< (@ 0x4008641C) Pin configuration register for pins P8 */\r
-  __IO uint32_t SFSP8_8;                       /*!< (@ 0x40086420) Pin configuration register for pins P8 */\r
-  __I  uint32_t RESERVED8[23];\r
-  __IO uint32_t SFSP9_0;                       /*!< (@ 0x40086480) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_1;                       /*!< (@ 0x40086484) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_2;                       /*!< (@ 0x40086488) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_3;                       /*!< (@ 0x4008648C) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_4;                       /*!< (@ 0x40086490) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_5;                       /*!< (@ 0x40086494) Pin configuration register for pins P9 */\r
-  __IO uint32_t SFSP9_6;                       /*!< (@ 0x40086498) Pin configuration register for pins P9 */\r
-  __I  uint32_t RESERVED9[25];\r
-  __IO uint32_t SFSPA_0;                       /*!< (@ 0x40086500) Pin configuration register for pins PA */\r
-  __IO uint32_t SFSPA_1;                       /*!< (@ 0x40086504) Pin configuration register for pins PA */\r
-  __IO uint32_t SFSPA_2;                       /*!< (@ 0x40086508) Pin configuration register for pins PA */\r
-  __IO uint32_t SFSPA_3;                       /*!< (@ 0x4008650C) Pin configuration register for pins PA */\r
-  __IO uint32_t SFSPA_4;                       /*!< (@ 0x40086510) Pin configuration register for pins PA */\r
-  __I  uint32_t RESERVED10[27];\r
-  __IO uint32_t SFSPB_0;                       /*!< (@ 0x40086580) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_1;                       /*!< (@ 0x40086584) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_2;                       /*!< (@ 0x40086588) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_3;                       /*!< (@ 0x4008658C) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_4;                       /*!< (@ 0x40086590) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_5;                       /*!< (@ 0x40086594) Pin configuration register for pins PB */\r
-  __IO uint32_t SFSPB_6;                       /*!< (@ 0x40086598) Pin configuration register for pins PB */\r
-  __I  uint32_t RESERVED11[25];\r
-  __IO uint32_t SFSPC_0;                    /*!< (@ 0x40086600) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_1;                    /*!< (@ 0x40086604) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_2;                    /*!< (@ 0x40086608) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_3;                    /*!< (@ 0x4008660C) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_4;                    /*!< (@ 0x40086610) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_5;                    /*!< (@ 0x40086614) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_6;                    /*!< (@ 0x40086618) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_7;                    /*!< (@ 0x4008661C) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_8;                    /*!< (@ 0x40086620) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_9;                    /*!< (@ 0x40086624) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_10;                   /*!< (@ 0x40086628) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_11;                   /*!< (@ 0x4008662C) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_12;                   /*!< (@ 0x40086630) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_13;                   /*!< (@ 0x40086634) Pin configuration register for pins PC */\r
-  __IO uint32_t SFSPC_14;                   /*!< (@ 0x40086638) Pin configuration register for pins PC */\r
-  __I  uint32_t RESERVED12[17];\r
-  __IO uint32_t SFSPD_0;                    /*!< (@ 0x40086680) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_1;                    /*!< (@ 0x40086684) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_2;                    /*!< (@ 0x40086688) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_3;                    /*!< (@ 0x4008668C) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_4;                    /*!< (@ 0x40086690) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_5;                    /*!< (@ 0x40086694) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_6;                    /*!< (@ 0x40086698) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_7;                    /*!< (@ 0x4008669C) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_8;                    /*!< (@ 0x400866A0) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_9;                    /*!< (@ 0x400866A4) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_10;                   /*!< (@ 0x400866A8) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_11;                   /*!< (@ 0x400866AC) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_12;                   /*!< (@ 0x400866B0) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_13;                   /*!< (@ 0x400866B4) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_14;                   /*!< (@ 0x400866B8) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_15;                   /*!< (@ 0x400866BC) Pin configuration register for pins PD */\r
-  __IO uint32_t SFSPD_16;                   /*!< (@ 0x400866C0) Pin configuration register for pins PD */\r
-  __I  uint32_t RESERVED13[15];\r
-  __IO uint32_t SFSPE_0;                    /*!< (@ 0x40086700) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_1;                    /*!< (@ 0x40086704) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_2;                    /*!< (@ 0x40086708) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_3;                    /*!< (@ 0x4008670C) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_4;                    /*!< (@ 0x40086710) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_5;                    /*!< (@ 0x40086714) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_6;                    /*!< (@ 0x40086718) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_7;                    /*!< (@ 0x4008671C) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_8;                    /*!< (@ 0x40086720) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_9;                    /*!< (@ 0x40086724) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_10;                   /*!< (@ 0x40086728) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_11;                   /*!< (@ 0x4008672C) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_12;                   /*!< (@ 0x40086730) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_13;                   /*!< (@ 0x40086734) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_14;                   /*!< (@ 0x40086738) Pin configuration register for pins PE */\r
-  __IO uint32_t SFSPE_15;                   /*!< (@ 0x4008673C) Pin configuration register for pins PE */\r
-  __I  uint32_t RESERVED14[16];\r
-  __IO uint32_t SFSPF_0;                    /*!< (@ 0x40086780) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_1;                    /*!< (@ 0x40086784) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_2;                    /*!< (@ 0x40086788) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_3;                    /*!< (@ 0x4008678C) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_4;                    /*!< (@ 0x40086790) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_5;                    /*!< (@ 0x40086794) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_6;                    /*!< (@ 0x40086798) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_7;                    /*!< (@ 0x4008679C) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_8;                    /*!< (@ 0x400867A0) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_9;                    /*!< (@ 0x400867A4) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_10;                   /*!< (@ 0x400867A8) Pin configuration register for pins PF */\r
-  __IO uint32_t SFSPF_11;                   /*!< (@ 0x400867AC) Pin configuration register for pins PF */\r
-  __I  uint32_t RESERVED15[276];\r
-  __IO uint32_t SFSCLK_0;                   /*!< (@ 0x40086C00) Pin configuration register for pin CLK0 */\r
-  __IO uint32_t SFSCLK_1;                   /*!< (@ 0x40086C04) Pin configuration register for pin CLK1 */\r
-  __IO uint32_t SFSCLK_2;                   /*!< (@ 0x40086C08) Pin configuration register for pin CLK2 */\r
-  __IO uint32_t SFSCLK_3;                   /*!< (@ 0x40086C0C) Pin configuration register for pin CLK3 */\r
-  __I  uint32_t RESERVED16[28];\r
-  __IO uint32_t SFSUSB;                     /*!< (@ 0x40086C80) Pin configuration register for */\r
-  __IO uint32_t SFSI2C0;                    /*!< (@ 0x40086C84) Pin configuration register for I 2C0-bus pins */\r
-  __IO uint32_t ENAIO0;                     /*!< (@ 0x40086C88) ADC0 function select register */\r
-  __IO uint32_t ENAIO1;                     /*!< (@ 0x40086C8C) ADC1 function select register */\r
-  __IO uint32_t ENAIO2;                     /*!< (@ 0x40086C90) Analog function select register */\r
-  __I  uint32_t RESERVED17[27];\r
-  __IO uint32_t  EMCDELAYCLK;               /*!< (@ 0x40086D00) EMC clock delay register */\r
-  __I  uint32_t  RESERVED18[63];\r
-  __IO uint32_t PINTSEL0;                   /*!< (@ 0x40086E00) Pin interrupt select register for pin interrupts 0 to 3. */\r
-  __IO uint32_t PINTSEL1;                   /*!< (@ 0x40086E04) Pin interrupt select register for pin interrupts 4 to 7. */\r
-} LPC_SCU_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                     GPIO_PIN_INT                                     -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief GPIO pin interrupt (GPIO_PIN_INT)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40087000) GPIO_PIN_INT Structure */\r
-  __IO uint32_t  ISEL;                      /*!< (@ 0x40087000) Pin Interrupt Mode register */\r
-  __IO uint32_t  IENR;                      /*!< (@ 0x40087004) Pin Interrupt Enable (Rising) register */\r
-  __O  uint32_t  SIENR;                     /*!< (@ 0x40087008) Set Pin Interrupt Enable (Rising) register */\r
-  __O  uint32_t  CIENR;                     /*!< (@ 0x4008700C) Clear Pin Interrupt Enable (Rising) register */\r
-  __IO uint32_t  IENF;                      /*!< (@ 0x40087010) Pin Interrupt Enable Falling Edge / Active Level register */\r
-  __O  uint32_t  SIENF;                     /*!< (@ 0x40087014) Set Pin Interrupt Enable Falling Edge / Active Level register */\r
-  __O  uint32_t  CIENF;                     /*!< (@ 0x40087018) Clear Pin Interrupt Enable Falling Edge / Active Level address */\r
-  __IO uint32_t  RISE;                      /*!< (@ 0x4008701C) Pin Interrupt Rising Edge register */\r
-  __IO uint32_t  FALL;                      /*!< (@ 0x40087020) Pin Interrupt Falling Edge register */\r
-  __IO uint32_t  IST;                       /*!< (@ 0x40087024) Pin Interrupt Status register */\r
-} LPC_GPIO_PIN_INT_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                    GPIO_GROUP_INTn                                   -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief GPIO group interrupt 0 (GPIO_GROUP_INTn)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x40088000) GPIO_GROUP_INTn Structure */\r
-  __IO uint32_t  CTRL;                      /*!< (@ 0x40088000) GPIO grouped interrupt control register */\r
-  __I  uint32_t  RESERVED0[7];\r
-  __IO uint32_t  PORT_POL0;                 /*!< (@ 0x40088020) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL1;                 /*!< (@ 0x40088024) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL2;                 /*!< (@ 0x40088028) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL3;                 /*!< (@ 0x4008802C) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL4;                 /*!< (@ 0x40088030) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL5;                 /*!< (@ 0x40088034) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL6;                 /*!< (@ 0x40088038) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_POL7;                 /*!< (@ 0x4008803C) GPIO grouped interrupt port polarity register */\r
-  __IO uint32_t  PORT_ENA0;                 /*!< (@ 0x40088040) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA1;                 /*!< (@ 0x40088044) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA2;                 /*!< (@ 0x40088048) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA3;                 /*!< (@ 0x4008804C) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA4;                 /*!< (@ 0x40088050) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA5;                 /*!< (@ 0x40088054) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA6;                 /*!< (@ 0x40088058) GPIO grouped interrupt port m enable register */\r
-  __IO uint32_t  PORT_ENA7;                 /*!< (@ 0x4008805C) GPIO grouped interrupt port m enable register */\r
-} LPC_GPIO_GROUP_INTn_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         MCPWM                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Motor Control PWM (MOTOCONPWM) Modification date=1/14/2011 Major revision=0 Minor revision=7  (MCPWM)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400A0000) MCPWM Structure        */\r
-  __I  uint32_t CON;                        /*!< (@ 0x400A0000) PWM Control read address */\r
-  __O  uint32_t CON_SET;                    /*!< (@ 0x400A0004) PWM Control set address */\r
-  __O  uint32_t CON_CLR;                    /*!< (@ 0x400A0008) PWM Control clear address */\r
-  __I  uint32_t CAPCON;                     /*!< (@ 0x400A000C) Capture Control read address */\r
-  __O  uint32_t CAPCON_SET;                 /*!< (@ 0x400A0010) Capture Control set address */\r
-  __O  uint32_t CAPCON_CLR;                 /*!< (@ 0x400A0014) Event Control clear address */\r
-  __IO uint32_t TC[3];                      /*!< (@ 0x400A0018) Timer Counter register */\r
-  __IO uint32_t LIM[3];                     /*!< (@ 0x400A0024) Limit register         */\r
-  __IO uint32_t MAT[3];                     /*!< (@ 0x400A0030) Match register         */\r
-  __IO uint32_t DT;                         /*!< (@ 0x400A003C) Dead time register     */\r
-  __IO uint32_t CCP;                        /*!< (@ 0x400A0040) Communication Pattern register */\r
-  __I  uint32_t CAP[3];                     /*!< (@ 0x400A0044) Capture register       */\r
-  __I  uint32_t INTEN;                      /*!< (@ 0x400A0050) Interrupt Enable read address */\r
-  __O  uint32_t INTEN_SET;                  /*!< (@ 0x400A0054) Interrupt Enable set address */\r
-  __O  uint32_t INTEN_CLR;                  /*!< (@ 0x400A0058) Interrupt Enable clear address */\r
-  __I  uint32_t CNTCON;                     /*!< (@ 0x400A005C) Count Control read address */\r
-  __O  uint32_t CNTCON_SET;                 /*!< (@ 0x400A0060) Count Control set address */\r
-  __O  uint32_t CNTCON_CLR;                 /*!< (@ 0x400A0064) Count Control clear address */\r
-  __I  uint32_t INTF;                       /*!< (@ 0x400A0068) Interrupt flags read address */\r
-  __O  uint32_t INTF_SET;                   /*!< (@ 0x400A006C) Interrupt flags set address */\r
-  __O  uint32_t INTF_CLR;                   /*!< (@ 0x400A0070) Interrupt flags clear address */\r
-  __O  uint32_t CAP_CLR;                    /*!< (@ 0x400A0074) Capture clear address  */\r
-} LPC_MCPWM_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         I2C0                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx I2C0/1-bus interface Modification date=1/14/2011 Major revision=0 Minor revision=7  (I2Cn)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400xx000) I2C0 Structure         */\r
-  __IO uint32_t CONSET;                     /*!< (@ 0x400xx000) I2C Control Set Register. When a one is written to a bit of this register, the corresponding bit in the I2C control register is set. Writing a zero has no effect on the corresponding bit in the I2C control register. */\r
-  __I  uint32_t STAT;                       /*!< (@ 0x400xx004) I2C Status Register. During I2C operation, this register provides detailed status codes that allow software to determine the next action needed. */\r
-  __IO uint32_t DAT;                        /*!< (@ 0x400xx008) I2C Data Register. During master or slave transmit mode, data to be transmitted is written to this register. During master or slave receive mode, data that has been received may be read from this register. */\r
-  __IO uint32_t ADR0;                       /*!< (@ 0x400xx00C) I2C Slave Address Register 0. Contains the 7-bit slave address for operation of the I2C interface in slave mode, and is not used in master mode. The least significant bit determines whether a slave responds to the General Call address. */\r
-  __IO uint32_t SCLH;                       /*!< (@ 0x400xx010) SCH Duty Cycle Register High Half Word. Determines the high time of the I2C clock. */\r
-  __IO uint32_t SCLL;                       /*!< (@ 0x400xx014) SCL Duty Cycle Register Low Half Word. Determines the low time of the I2C clock. SCLL and SCLH together determine the clock frequency generated by an I2C master and certain times used in slave mode. */\r
-  __O  uint32_t CONCLR;                     /*!< (@ 0x400xx018) I2C Control Clear Register. When a one is written to a bit of this register, the corresponding bit in the I2C control register is cleared. Writing a zero has no effect on the corresponding bit in the I2C control register. */\r
-  __IO uint32_t MMCTRL;                     /*!< (@ 0x400xx01C) Monitor mode control register. */\r
-  __IO uint32_t ADR1;                       /*!< (@ 0x400xx020) I2C Slave Address Register. Contains the 7-bit slave address for operation of the I2C interface in slave mode, and is not used in master mode. The least significant bit determines whether a slave responds to the General Call address. */\r
-  __IO uint32_t ADR2;                       /*!< (@ 0x400xx024) I2C Slave Address Register. Contains the 7-bit slave address for operation of the I2C interface in slave mode, and is not used in master mode. The least significant bit determines whether a slave responds to the General Call address. */\r
-  __IO uint32_t ADR3;                       /*!< (@ 0x400xx028) I2C Slave Address Register. Contains the 7-bit slave address for operation of the I2C interface in slave mode, and is not used in master mode. The least significant bit determines whether a slave responds to the General Call address. */\r
-  __I  uint32_t DATA_BUFFER;                /*!< (@ 0x400xx02C) Data buffer register. The contents of the 8 MSBs of the DAT shift register will be transferred to the DATA_BUFFER automatically after every nine bits (8 bits of data plus ACK or NACK) has been received on the bus. */\r
-  __IO uint32_t MASK[4];                    /*!< (@ 0x400xx030) I2C Slave address mask register */\r
-} LPC_I2Cn_Type;\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         I2Sn                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx I2S interface Modification date=1/14/2011 Major revision=0 Minor revision=7  (I2Sn)\r
-    0x400A2000 / 0x400A3000\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400Ax000) I2S Structure         */\r
-  __IO uint32_t DAO;                        /*!< (@ 0x400Ax000) I2S Digital Audio Output Register. Contains control bits for the I2S transmit channel. */\r
-  __IO uint32_t DAI;                        /*!< (@ 0x400Ax004) I2S Digital Audio Input Register. Contains control bits for the I2S receive channel. */\r
-  __O  uint32_t TXFIFO;                     /*!< (@ 0x400Ax008) I2S Transmit FIFO. Access register for the 8 x 32-bit transmitter FIFO. */\r
-  __I  uint32_t RXFIFO;                     /*!< (@ 0x400Ax00C) I2S Receive FIFO. Access register for the 8 x 32-bit receiver FIFO. */\r
-  __I  uint32_t STATE;                      /*!< (@ 0x400Ax010) I2S Status Feedback Register. Contains status information about the I2S interface. */\r
-  __IO uint32_t DMA1;                       /*!< (@ 0x400Ax014) I2S DMA Configuration Register 1. Contains control information for DMA request 1. */\r
-  __IO uint32_t DMA2;                       /*!< (@ 0x400Ax018) I2S DMA Configuration Register 2. Contains control information for DMA request 2. */\r
-  __IO uint32_t IRQ;                        /*!< (@ 0x400Ax01C) I2S Interrupt Request Control Register. Contains bits that control how the I2S interrupt request is generated. */\r
-  __IO uint32_t TXRATE;                     /*!< (@ 0x400Ax020) I2S Transmit MCLK divider. This register determines the I2S TX MCLK rate by specifying the value to divide PCLK by in order to produce MCLK. */\r
-  __IO uint32_t RXRATE;                     /*!< (@ 0x400Ax024) I2S Receive MCLK divider. This register determines the I2S RX MCLK rate by specifying the value to divide PCLK by in order to produce MCLK. */\r
-  __IO uint32_t TXBITRATE;                  /*!< (@ 0x400Ax028) I2S Transmit bit rate divider. This register determines the I2S transmit bit rate by specifying the value to divide TX_MCLK by in order to produce the transmit bit clock. */\r
-  __IO uint32_t RXBITRATE;                  /*!< (@ 0x400Ax02C) I2S Receive bit rate divider. This register determines the I2S receive bit rate by specifying the value to divide RX_MCLK by in order to produce the receive bit clock. */\r
-  __IO uint32_t TXMODE;                     /*!< (@ 0x400Ax030) I2S Transmit mode control. */\r
-  __IO uint32_t RXMODE;                     /*!< (@ 0x400Ax034) I2S Receive mode control. */\r
-} LPC_I2Sn_Type;\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        C_CANn                                        -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx C_CAN Modification date=1/18/2011 Major revision=0 Minor revision=7  (C_CANn)\r
-    0x400A4000 / 0x400E2000\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400E2000) C_CAN Structure       */\r
-  __IO uint32_t CNTL;                       /*!< (@ 0x400E2000) CAN control            */\r
-  __IO uint32_t STAT;                       /*!< (@ 0x400E2004) Status register        */\r
-  __I  uint32_t EC;                         /*!< (@ 0x400E2008) Error counter          */\r
-  __IO uint32_t BT;                         /*!< (@ 0x400E200C) Bit timing register    */\r
-  __I  uint32_t INT;                        /*!< (@ 0x400E2010) Interrupt register     */\r
-  __IO uint32_t TEST;                       /*!< (@ 0x400E2014) Test register          */\r
-  __IO uint32_t BRPE;                       /*!< (@ 0x400E2018) Baud rate prescaler extension register */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t IF1_CMDREQ;                 /*!< (@ 0x400E2020) Message interface command request  */\r
-\r
-  union {\r
-    __IO uint32_t IF1_CMDMSK_R;             /*!< (@ 0x400E2024) Message interface command mask (read direction) */\r
-    __IO uint32_t IF1_CMDMSK_W;             /*!< (@ 0x400E2024) Message interface command mask (write direction) */\r
-  };\r
-  __IO uint32_t IF1_MSK1;                   /*!< (@ 0x400E2028) Message interface mask 1 */\r
-  __IO uint32_t IF1_MSK2;                   /*!< (@ 0x400E202C) Message interface 1 mask 2 */\r
-  __IO uint32_t IF1_ARB1;                   /*!< (@ 0x400E2030) Message interface 1 arbitration 1 */\r
-  __IO uint32_t IF1_ARB2;                   /*!< (@ 0x400E2034) Message interface 1 arbitration 2 */\r
-  __IO uint32_t IF1_MCTRL;                  /*!< (@ 0x400E2038) Message interface 1 message control */\r
-  __IO uint32_t IF1_DA1;                    /*!< (@ 0x400E203C) Message interface data A1 */\r
-  __IO uint32_t IF1_DA2;                    /*!< (@ 0x400E2040) Message interface 1 data A2 */\r
-  __IO uint32_t IF1_DB1;                    /*!< (@ 0x400E2044) Message interface 1 data B1 */\r
-  __IO uint32_t IF1_DB2;                    /*!< (@ 0x400E2048) Message interface 1 data B2 */\r
-  __I  uint32_t RESERVED1[13];\r
-  __IO uint32_t IF2_CMDREQ;                 /*!< (@ 0x400E2080) Message interface command request  */\r
-\r
-  union {\r
-    __IO uint32_t IF2_CMDMSK_R;             /*!< (@ 0x400E2084) Message interface command mask (read direction) */\r
-    __IO uint32_t IF2_CMDMSK_W;             /*!< (@ 0x400E2084) Message interface command mask (write direction) */\r
-  };\r
-  __IO uint32_t IF2_MSK1;                   /*!< (@ 0x400E2088) Message interface mask 1 */\r
-  __IO uint32_t IF2_MSK2;                   /*!< (@ 0x400E208C) Message interface 1 mask 2 */\r
-  __IO uint32_t IF2_ARB1;                   /*!< (@ 0x400E2090) Message interface 1 arbitration 1 */\r
-  __IO uint32_t IF2_ARB2;                   /*!< (@ 0x400E2094) Message interface 1 arbitration 2 */\r
-  __IO uint32_t IF2_MCTRL;                  /*!< (@ 0x400E2098) Message interface 1 message control */\r
-  __IO uint32_t IF2_DA1;                    /*!< (@ 0x400E209C) Message interface data A1 */\r
-  __IO uint32_t IF2_DA2;                    /*!< (@ 0x400E20A0) Message interface 1 data A2 */\r
-  __IO uint32_t IF2_DB1;                    /*!< (@ 0x400E20A4) Message interface 1 data B1 */\r
-  __IO uint32_t IF2_DB2;                    /*!< (@ 0x400E20A8) Message interface 1 data B2 */\r
-  __I  uint32_t RESERVED2[21];\r
-  __I  uint32_t TXREQ1;                     /*!< (@ 0x400E2100) Transmission request 1 */\r
-  __I  uint32_t TXREQ2;                     /*!< (@ 0x400E2104) Transmission request 2 */\r
-  __I  uint32_t RESERVED3[6];\r
-  __I  uint32_t ND1;                        /*!< (@ 0x400E2120) New data 1             */\r
-  __I  uint32_t ND2;                        /*!< (@ 0x400E2124) New data 2             */\r
-  __I  uint32_t RESERVED4[6];\r
-  __I  uint32_t IR1;                        /*!< (@ 0x400E2140) Interrupt pending 1    */\r
-  __I  uint32_t IR2;                        /*!< (@ 0x400E2144) Interrupt pending 2    */\r
-  __I  uint32_t RESERVED5[6];\r
-  __I  uint32_t MSGV1;                      /*!< (@ 0x400E2160) Message valid 1        */\r
-  __I  uint32_t MSGV2;                      /*!< (@ 0x400E2164) Message valid 2        */\r
-  __I  uint32_t RESERVED6[6];\r
-  __IO uint32_t CLKDIV;                     /*!< (@ 0x400E2180) CAN clock divider register */\r
-} LPC_C_CANn_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                        RITIMER                                       -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Repetitive Interrupt Timer (RIT) Modification date=1/14/2011 Major revision=0 Minor revision=7  (RITIMER)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400C0000) RITIMER Structure      */\r
-  __IO uint32_t COMPVAL;                    /*!< (@ 0x400C0000) Compare register       */\r
-  __IO uint32_t MASK;                       /*!< (@ 0x400C0004) Mask register. This register holds the 32-bit mask value. A 1 written to any bit will force a compare on the corresponding bit of the counter and compare register. */\r
-  __IO uint32_t CTRL;                       /*!< (@ 0x400C0008) Control register.      */\r
-  __IO uint32_t COUNTER;                    /*!< (@ 0x400C000C) 32-bit counter         */\r
-} LPC_RITIMER_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          QEI                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx Quadrature Encoder Interface (QEI) Modification date=1/18/2011 Major revision=0 Minor revision=7  (QEI)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400C6000) QEI Structure          */\r
-  __O  uint32_t CON;                        /*!< (@ 0x400C6000) Control register       */\r
-  __I  uint32_t STAT;                       /*!< (@ 0x400C6004) Encoder status register */\r
-  __IO uint32_t CONF;                       /*!< (@ 0x400C6008) Configuration register */\r
-  __I  uint32_t POS;                        /*!< (@ 0x400C600C) Position register      */\r
-  __IO uint32_t MAXPOS;                     /*!< (@ 0x400C6010) Maximum position register */\r
-  __IO uint32_t CMPOS0;                     /*!< (@ 0x400C6014) position compare register 0 */\r
-  __IO uint32_t CMPOS1;                     /*!< (@ 0x400C6018) position compare register 1 */\r
-  __IO uint32_t CMPOS2;                     /*!< (@ 0x400C601C) position compare register 2 */\r
-  __I  uint32_t INXCNT;                     /*!< (@ 0x400C6020) Index count register   */\r
-  __IO uint32_t INXCMP0;                    /*!< (@ 0x400C6024) Index compare register 0 */\r
-  __IO uint32_t LOAD;                       /*!< (@ 0x400C6028) Velocity timer reload register */\r
-  __I  uint32_t TIME;                       /*!< (@ 0x400C602C) Velocity timer register */\r
-  __I  uint32_t VEL;                        /*!< (@ 0x400C6030) Velocity counter register */\r
-  __I  uint32_t CAP;                        /*!< (@ 0x400C6034) Velocity capture register */\r
-  __IO uint32_t VELCOMP;                    /*!< (@ 0x400C6038) Velocity compare register */\r
-  __IO uint32_t FILTERPHA;                  /*!< (@ 0x400C603C) Digital filter register on input phase A (QEI_A) */\r
-  __IO uint32_t FILTERPHB;                  /*!< (@ 0x400C6040) Digital filter register on input phase B (QEI_B) */\r
-  __IO uint32_t FILTERINX;                  /*!< (@ 0x400C6044) Digital filter register on input index (QEI_IDX) */\r
-  __IO uint32_t WINDOW;                     /*!< (@ 0x400C6048) Index acceptance window register */\r
-  __IO uint32_t INXCMP1;                    /*!< (@ 0x400C604C) Index compare register 1 */\r
-  __IO uint32_t INXCMP2;                    /*!< (@ 0x400C6050) Index compare register 2 */\r
-  __I  uint32_t RESERVED0[993];\r
-  __O  uint32_t IEC;                        /*!< (@ 0x400C6FD8) Interrupt enable clear register */\r
-  __O  uint32_t IES;                        /*!< (@ 0x400C6FDC) Interrupt enable set register */\r
-  __I  uint32_t INTSTAT;                    /*!< (@ 0x400C6FE0) Interrupt status register */\r
-  __I  uint32_t IE;                         /*!< (@ 0x400C6FE4) Interrupt enable register */\r
-  __O  uint32_t CLR;                        /*!< (@ 0x400C6FE8) Interrupt status clear register */\r
-  __O  uint32_t SET;                        /*!< (@ 0x400C6FEC) Interrupt status set register */\r
-} LPC_QEI_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         GIMA                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=Falcon Chapter title=Global Input Multiplexer Array (GIMA) Modification date=3/25/2011 Major revision=0 Minor revision=4  (GIMA)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400C7000) GIMA Structure         */\r
-  __IO uint32_t  CAP0_0_IN;                 /*!< (@ 0x400C7000) Timer 0 CAP0_0 capture input multiplexer (GIMA output 0) */\r
-  __IO uint32_t  CAP0_1_IN;                 /*!< (@ 0x400C7004) Timer 0 CAP0_1 capture input multiplexer (GIMA output 1) */\r
-  __IO uint32_t  CAP0_2_IN;                 /*!< (@ 0x400C7008) Timer 0 CAP0_2 capture input multiplexer (GIMA output 2) */\r
-  __IO uint32_t  CAP0_3_IN;                 /*!< (@ 0x400C700C) Timer 0 CAP0_3 capture input multiplexer (GIMA output 3) */\r
-  __IO uint32_t  CAP1_0_IN;                 /*!< (@ 0x400C7010) Timer 1 CAP1_0 capture input multiplexer (GIMA output 4) */\r
-  __IO uint32_t  CAP1_1_IN;                 /*!< (@ 0x400C7014) Timer 1 CAP1_1 capture input multiplexer (GIMA output 5) */\r
-  __IO uint32_t  CAP1_2_IN;                 /*!< (@ 0x400C7018) Timer 1 CAP1_2 capture input multiplexer (GIMA output 6) */\r
-  __IO uint32_t  CAP1_3_IN;                 /*!< (@ 0x400C701C) Timer 1 CAP1_3 capture input multiplexer (GIMA output 7) */\r
-  __IO uint32_t  CAP2_0_IN;                 /*!< (@ 0x400C7020) Timer 2 CAP2_0 capture input multiplexer (GIMA output 8) */\r
-  __IO uint32_t  CAP2_1_IN;                 /*!< (@ 0x400C7024) Timer 2 CAP2_1 capture input multiplexer (GIMA output 9) */\r
-  __IO uint32_t  CAP2_2_IN;                 /*!< (@ 0x400C7028) Timer 2 CAP2_2 capture input multiplexer (GIMA output 10) */\r
-  __IO uint32_t  CAP2_3_IN;                 /*!< (@ 0x400C702C) Timer 2 CAP2_3 capture input multiplexer (GIMA output 11) */\r
-  __IO uint32_t  CAP3_0_IN;                 /*!< (@ 0x400C7030) Timer 3 CAP3_0 capture input multiplexer (GIMA output 12) */\r
-  __IO uint32_t  CAP3_1_IN;                 /*!< (@ 0x400C7034) Timer 3 CAP3_1 capture input multiplexer (GIMA output 13) */\r
-  __IO uint32_t  CAP3_2_IN;                 /*!< (@ 0x400C7038) Timer 3 CAP3_2 capture input multiplexer (GIMA output 14) */\r
-  __IO uint32_t  CAP3_3_IN;                 /*!< (@ 0x400C703C) Timer 3 CAP3_3 capture input multiplexer (GIMA output 15) */\r
-  __IO uint32_t  CTIN_0_IN;                 /*!< (@ 0x400C7040) SCT CTIN_0 capture input multiplexer (GIMA output 16) */\r
-  __IO uint32_t  CTIN_1_IN;                 /*!< (@ 0x400C7044) SCT CTIN_1 capture input multiplexer (GIMA output 17) */\r
-  __IO uint32_t  CTIN_2_IN;                 /*!< (@ 0x400C7048) SCT CTIN_2 capture input multiplexer (GIMA output 18) */\r
-  __IO uint32_t  CTIN_3_IN;                 /*!< (@ 0x400C704C) SCT CTIN_3 capture input multiplexer (GIMA output 19) */\r
-  __IO uint32_t  CTIN_4_IN;                 /*!< (@ 0x400C7050) SCT CTIN_4 capture input multiplexer (GIMA output 20) */\r
-  __IO uint32_t  CTIN_5_IN;                 /*!< (@ 0x400C7054) SCT CTIN_5 capture input multiplexer (GIMA output 21) */\r
-  __IO uint32_t  CTIN_6_IN;                 /*!< (@ 0x400C7058) SCT CTIN_6 capture input multiplexer (GIMA output 22) */\r
-  __IO uint32_t  CTIN_7_IN;                 /*!< (@ 0x400C705C) SCT CTIN_7 capture input multiplexer (GIMA output 23) */\r
-  __IO uint32_t  VADC_TRIGGER_IN;           /*!< (@ 0x400C7060) VADC trigger input multiplexer (GIMA output 24) */\r
-  __IO uint32_t  EVENTROUTER_13_IN;         /*!< (@ 0x400C7064) Event router input 13 multiplexer (GIMA output 25) */\r
-  __IO uint32_t  EVENTROUTER_14_IN;         /*!< (@ 0x400C7068) Event router input 14 multiplexer (GIMA output 26) */\r
-  __IO uint32_t  EVENTROUTER_16_IN;         /*!< (@ 0x400C706C) Event router input 16 multiplexer (GIMA output 27) */\r
-  __IO uint32_t  ADCSTART0_IN;              /*!< (@ 0x400C7070) ADC start0 input multiplexer (GIMA output 28) */\r
-  __IO uint32_t  ADCSTART1_IN;              /*!< (@ 0x400C7074) ADC start1 input multiplexer (GIMA output 29) */\r
-} LPC_GIMA_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                          DAC                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx DAC Modification date=1/18/2011 Major revision=0 Minor revision=7  (DAC)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400E1000) DAC Structure          */\r
-  __IO uint32_t CR;                         /*!< (@ 0x400E1000) DAC register. Holds the conversion data. */\r
-  __IO uint32_t CTRL;                       /*!< (@ 0x400E1004) DAC control register.  */\r
-  __IO uint32_t CNTVAL;                     /*!< (@ 0x400E1008) DAC counter value register. */\r
-} LPC_DAC_Type;\r
-\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                         ADCn                                         -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief Product name title=UM10430 Chapter title=LPC18xx 10-bit ADC0/1 Modification date=1/18/2011 Major revision=0 Minor revision=7  (ADCn)\r
-    0x400E3000 / 0x400E4000\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400Ex000) ADCn Structure         */\r
-  __IO uint32_t CR;                         /*!< (@ 0x400Ex000) A/D Control Register. The AD0CR register must be written to select the operating mode before A/D conversion can occur. */\r
-  __I  uint32_t GDR;                        /*!< (@ 0x400Ex004) A/D Global Data Register. Contains the result of the most recent A/D conversion. */\r
-  __I  uint32_t RESERVED0;\r
-  __IO uint32_t INTEN;                      /*!< (@ 0x400Ex00C) A/D Interrupt Enable Register. This register contains enable bits that allow the DONE flag of each A/D channel to be included or excluded from contributing to the generation of an A/D interrupt. */\r
-  __I  uint32_t DR[8];                      /*!< (@ 0x400Ex010) A/D Channel Data Register. This register contains the result of the most recent conversion completed on channel n. */\r
-  __I  uint32_t STAT;                       /*!< (@ 0x400Ex030) A/D Status Register. This register contains DONE and OVERRUN flags for all of the A/D channels, as well as the A/D interrupt flag. */\r
-} LPC_ADCn_Type;\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                       GPIO_PORT                                      -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-/**\r
-  * @brief GPIO port  (GPIO_PORT)\r
-  */\r
-\r
-typedef struct {                            /*!< (@ 0x400F4000) GPIO_PORT Structure    */\r
-  __IO uint8_t B[256];                      /*!< (@ 0x400F4000) Byte pin registers port 0 to 5; pins PIOn_0 to PIOn_31 */\r
-  __I  uint32_t RESERVED0[960];\r
-  __IO uint32_t W[256];                     /*!< (@ 0x400F5000) Word pin registers port 0 to 5 */\r
-  __I  uint32_t RESERVED1[768];\r
-  __IO uint32_t DIR[8];                     /*!< (@ 0x400F6000) Direction registers port n */\r
-  __I  uint32_t RESERVED2[24];\r
-  __IO uint32_t MASK[8];                    /*!< (@ 0x400F6080) Mask register port n   */\r
-  __I  uint32_t RESERVED3[24];\r
-  __IO uint32_t PIN[8];                     /*!< (@ 0x400F6100) Portpin register port n */\r
-  __I  uint32_t RESERVED4[24];\r
-  __IO uint32_t MPIN[8];                    /*!< (@ 0x400F6180) Masked port register port n */\r
-  __I  uint32_t RESERVED5[24];\r
-  __IO uint32_t SET[8];                     /*!< (@ 0x400F6200) Write: Set register for port n Read: output bits for port n */\r
-  __I  uint32_t RESERVED6[24];\r
-  __O  uint32_t CLR[8];                     /*!< (@ 0x400F6280) Clear port n           */\r
-  __I  uint32_t RESERVED7[24];\r
-  __O  uint32_t NOT[8];                     /*!< (@ 0x400F6300) Toggle port n          */\r
-} LPC_GPIO_PORT_Type;\r
-\r
-\r
-\r
-/********************************************\r
-** End of section using anonymous unions   **\r
-*********************************************/\r
-\r
-#if defined(__ARMCC_VERSION)\r
-  #pragma pop\r
-#elif defined(__CWCC__)\r
-  #pragma pop\r
-#elif defined(__GNUC__)\r
-  /* leave anonymous unions enabled */\r
-#elif defined(__IAR_SYSTEMS_ICC__)\r
-  #pragma pop\r
-#else\r
-  #error Not supported compiler type\r
-#endif\r
-\r
-\r
-#ifdef CMSIS_BITPOSITIONS\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  SCT Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  SCT_CONFIG  -------------------------------------------\r
-#define SCT_CONFIG_UNIFY_Pos                                  0                                                         /*!< SCT CONFIG: UNIFY Position          */\r
-#define SCT_CONFIG_UNIFY_Msk                                  (0x01UL << SCT_CONFIG_UNIFY_Pos)                          /*!< SCT CONFIG: UNIFY Mask              */\r
-#define SCT_CONFIG_CLKMODE_Pos                                1                                                         /*!< SCT CONFIG: CLKMODE Position        */\r
-#define SCT_CONFIG_CLKMODE_Msk                                (0x03UL << SCT_CONFIG_CLKMODE_Pos)                        /*!< SCT CONFIG: CLKMODE Mask            */\r
-#define SCT_CONFIG_CLKSEL_Pos                                 3                                                         /*!< SCT CONFIG: CLKSEL Position         */\r
-#define SCT_CONFIG_CLKSEL_Msk                                 (0x0fUL << SCT_CONFIG_CLKSEL_Pos)                         /*!< SCT CONFIG: CLKSEL Mask             */\r
-#define SCT_CONFIG_NORELAODL_NORELOADU_Pos                    7                                                         /*!< SCT CONFIG: NORELAODL_NORELOADU Position */\r
-#define SCT_CONFIG_NORELAODL_NORELOADU_Msk                    (0x01UL << SCT_CONFIG_NORELAODL_NORELOADU_Pos)            /*!< SCT CONFIG: NORELAODL_NORELOADU Mask */\r
-#define SCT_CONFIG_NORELOADH_Pos                              8                                                         /*!< SCT CONFIG: NORELOADH Position      */\r
-#define SCT_CONFIG_NORELOADH_Msk                              (0x01UL << SCT_CONFIG_NORELOADH_Pos)                      /*!< SCT CONFIG: NORELOADH Mask          */\r
-#define SCT_CONFIG_INSYNCn_Pos                                9                                                         /*!< SCT CONFIG: INSYNCn Position        */\r
-#define SCT_CONFIG_INSYNCn_Msk                                (0x000000ffUL << SCT_CONFIG_INSYNCn_Pos)                  /*!< SCT CONFIG: INSYNCn Mask            */\r
-\r
-// ----------------------------------------  SCT_CTRL  --------------------------------------------\r
-#define SCT_CTRL_DOWN_L_Pos                                   0                                                         /*!< SCT CTRL: DOWN_L Position           */\r
-#define SCT_CTRL_DOWN_L_Msk                                   (0x01UL << SCT_CTRL_DOWN_L_Pos)                           /*!< SCT CTRL: DOWN_L Mask               */\r
-#define SCT_CTRL_STOP_L_Pos                                   1                                                         /*!< SCT CTRL: STOP_L Position           */\r
-#define SCT_CTRL_STOP_L_Msk                                   (0x01UL << SCT_CTRL_STOP_L_Pos)                           /*!< SCT CTRL: STOP_L Mask               */\r
-#define SCT_CTRL_HALT_L_Pos                                   2                                                         /*!< SCT CTRL: HALT_L Position           */\r
-#define SCT_CTRL_HALT_L_Msk                                   (0x01UL << SCT_CTRL_HALT_L_Pos)                           /*!< SCT CTRL: HALT_L Mask               */\r
-#define SCT_CTRL_CLRCTR_L_Pos                                 3                                                         /*!< SCT CTRL: CLRCTR_L Position         */\r
-#define SCT_CTRL_CLRCTR_L_Msk                                 (0x01UL << SCT_CTRL_CLRCTR_L_Pos)                         /*!< SCT CTRL: CLRCTR_L Mask             */\r
-#define SCT_CTRL_BIDIR_L_Pos                                  4                                                         /*!< SCT CTRL: BIDIR_L Position          */\r
-#define SCT_CTRL_BIDIR_L_Msk                                  (0x01UL << SCT_CTRL_BIDIR_L_Pos)                          /*!< SCT CTRL: BIDIR_L Mask              */\r
-#define SCT_CTRL_PRE_L_Pos                                    5                                                         /*!< SCT CTRL: PRE_L Position            */\r
-#define SCT_CTRL_PRE_L_Msk                                    (0x000000ffUL << SCT_CTRL_PRE_L_Pos)                      /*!< SCT CTRL: PRE_L Mask                */\r
-#define SCT_CTRL_DOWN_H_Pos                                   16                                                        /*!< SCT CTRL: DOWN_H Position           */\r
-#define SCT_CTRL_DOWN_H_Msk                                   (0x01UL << SCT_CTRL_DOWN_H_Pos)                           /*!< SCT CTRL: DOWN_H Mask               */\r
-#define SCT_CTRL_STOP_H_Pos                                   17                                                        /*!< SCT CTRL: STOP_H Position           */\r
-#define SCT_CTRL_STOP_H_Msk                                   (0x01UL << SCT_CTRL_STOP_H_Pos)                           /*!< SCT CTRL: STOP_H Mask               */\r
-#define SCT_CTRL_HALT_H_Pos                                   18                                                        /*!< SCT CTRL: HALT_H Position           */\r
-#define SCT_CTRL_HALT_H_Msk                                   (0x01UL << SCT_CTRL_HALT_H_Pos)                           /*!< SCT CTRL: HALT_H Mask               */\r
-#define SCT_CTRL_CLRCTR_H_Pos                                 19                                                        /*!< SCT CTRL: CLRCTR_H Position         */\r
-#define SCT_CTRL_CLRCTR_H_Msk                                 (0x01UL << SCT_CTRL_CLRCTR_H_Pos)                         /*!< SCT CTRL: CLRCTR_H Mask             */\r
-#define SCT_CTRL_BIDIR_H_Pos                                  20                                                        /*!< SCT CTRL: BIDIR_H Position          */\r
-#define SCT_CTRL_BIDIR_H_Msk                                  (0x01UL << SCT_CTRL_BIDIR_H_Pos)                          /*!< SCT CTRL: BIDIR_H Mask              */\r
-#define SCT_CTRL_PRE_H_Pos                                    21                                                        /*!< SCT CTRL: PRE_H Position            */\r
-#define SCT_CTRL_PRE_H_Msk                                    (0x000000ffUL << SCT_CTRL_PRE_H_Pos)                      /*!< SCT CTRL: PRE_H Mask                */\r
-\r
-// ----------------------------------------  SCT_LIMIT  -------------------------------------------\r
-#define SCT_LIMIT_LIMMSK_L_Pos                                0                                                         /*!< SCT LIMIT: LIMMSK_L Position        */\r
-#define SCT_LIMIT_LIMMSK_L_Msk                                (0x0000ffffUL << SCT_LIMIT_LIMMSK_L_Pos)                  /*!< SCT LIMIT: LIMMSK_L Mask            */\r
-#define SCT_LIMIT_LIMMSK_H_Pos                                16                                                        /*!< SCT LIMIT: LIMMSK_H Position        */\r
-#define SCT_LIMIT_LIMMSK_H_Msk                                (0x0000ffffUL << SCT_LIMIT_LIMMSK_H_Pos)                  /*!< SCT LIMIT: LIMMSK_H Mask            */\r
-\r
-// ----------------------------------------  SCT_HALT  --------------------------------------------\r
-#define SCT_HALT_HALTMSK_L_Pos                                0                                                         /*!< SCT HALT: HALTMSK_L Position        */\r
-#define SCT_HALT_HALTMSK_L_Msk                                (0x0000ffffUL << SCT_HALT_HALTMSK_L_Pos)                  /*!< SCT HALT: HALTMSK_L Mask            */\r
-#define SCT_HALT_HALTMSK_H_Pos                                16                                                        /*!< SCT HALT: HALTMSK_H Position        */\r
-#define SCT_HALT_HALTMSK_H_Msk                                (0x0000ffffUL << SCT_HALT_HALTMSK_H_Pos)                  /*!< SCT HALT: HALTMSK_H Mask            */\r
-\r
-// ----------------------------------------  SCT_STOP  --------------------------------------------\r
-#define SCT_STOP_STOPMSK_L_Pos                                0                                                         /*!< SCT STOP: STOPMSK_L Position        */\r
-#define SCT_STOP_STOPMSK_L_Msk                                (0x0000ffffUL << SCT_STOP_STOPMSK_L_Pos)                  /*!< SCT STOP: STOPMSK_L Mask            */\r
-#define SCT_STOP_STOPMSK_H_Pos                                16                                                        /*!< SCT STOP: STOPMSK_H Position        */\r
-#define SCT_STOP_STOPMSK_H_Msk                                (0x0000ffffUL << SCT_STOP_STOPMSK_H_Pos)                  /*!< SCT STOP: STOPMSK_H Mask            */\r
-\r
-// ----------------------------------------  SCT_START  -------------------------------------------\r
-#define SCT_START_STARTMSK_L_Pos                              0                                                         /*!< SCT START: STARTMSK_L Position      */\r
-#define SCT_START_STARTMSK_L_Msk                              (0x0000ffffUL << SCT_START_STARTMSK_L_Pos)                /*!< SCT START: STARTMSK_L Mask          */\r
-#define SCT_START_STARTMSK_H_Pos                              16                                                        /*!< SCT START: STARTMSK_H Position      */\r
-#define SCT_START_STARTMSK_H_Msk                              (0x0000ffffUL << SCT_START_STARTMSK_H_Pos)                /*!< SCT START: STARTMSK_H Mask          */\r
-\r
-// ----------------------------------------  SCT_COUNT  -------------------------------------------\r
-#define SCT_COUNT_CTR_L_Pos                                   0                                                         /*!< SCT COUNT: CTR_L Position           */\r
-#define SCT_COUNT_CTR_L_Msk                                   (0x0000ffffUL << SCT_COUNT_CTR_L_Pos)                     /*!< SCT COUNT: CTR_L Mask               */\r
-#define SCT_COUNT_CTR_H_Pos                                   16                                                        /*!< SCT COUNT: CTR_H Position           */\r
-#define SCT_COUNT_CTR_H_Msk                                   (0x0000ffffUL << SCT_COUNT_CTR_H_Pos)                     /*!< SCT COUNT: CTR_H Mask               */\r
-\r
-// ----------------------------------------  SCT_STATE  -------------------------------------------\r
-#define SCT_STATE_STATE_L_Pos                                 0                                                         /*!< SCT STATE: STATE_L Position         */\r
-#define SCT_STATE_STATE_L_Msk                                 (0x1fUL << SCT_STATE_STATE_L_Pos)                         /*!< SCT STATE: STATE_L Mask             */\r
-#define SCT_STATE_STATE_H_Pos                                 16                                                        /*!< SCT STATE: STATE_H Position         */\r
-#define SCT_STATE_STATE_H_Msk                                 (0x1fUL << SCT_STATE_STATE_H_Pos)                         /*!< SCT STATE: STATE_H Mask             */\r
-\r
-// ----------------------------------------  SCT_INPUT  -------------------------------------------\r
-#define SCT_INPUT_AIN0_Pos                                    0                                                         /*!< SCT INPUT: AIN0 Position            */\r
-#define SCT_INPUT_AIN0_Msk                                    (0x01UL << SCT_INPUT_AIN0_Pos)                            /*!< SCT INPUT: AIN0 Mask                */\r
-#define SCT_INPUT_AIN1_Pos                                    1                                                         /*!< SCT INPUT: AIN1 Position            */\r
-#define SCT_INPUT_AIN1_Msk                                    (0x01UL << SCT_INPUT_AIN1_Pos)                            /*!< SCT INPUT: AIN1 Mask                */\r
-#define SCT_INPUT_AIN2_Pos                                    2                                                         /*!< SCT INPUT: AIN2 Position            */\r
-#define SCT_INPUT_AIN2_Msk                                    (0x01UL << SCT_INPUT_AIN2_Pos)                            /*!< SCT INPUT: AIN2 Mask                */\r
-#define SCT_INPUT_AIN3_Pos                                    3                                                         /*!< SCT INPUT: AIN3 Position            */\r
-#define SCT_INPUT_AIN3_Msk                                    (0x01UL << SCT_INPUT_AIN3_Pos)                            /*!< SCT INPUT: AIN3 Mask                */\r
-#define SCT_INPUT_AIN4_Pos                                    4                                                         /*!< SCT INPUT: AIN4 Position            */\r
-#define SCT_INPUT_AIN4_Msk                                    (0x01UL << SCT_INPUT_AIN4_Pos)                            /*!< SCT INPUT: AIN4 Mask                */\r
-#define SCT_INPUT_AIN5_Pos                                    5                                                         /*!< SCT INPUT: AIN5 Position            */\r
-#define SCT_INPUT_AIN5_Msk                                    (0x01UL << SCT_INPUT_AIN5_Pos)                            /*!< SCT INPUT: AIN5 Mask                */\r
-#define SCT_INPUT_AIN6_Pos                                    6                                                         /*!< SCT INPUT: AIN6 Position            */\r
-#define SCT_INPUT_AIN6_Msk                                    (0x01UL << SCT_INPUT_AIN6_Pos)                            /*!< SCT INPUT: AIN6 Mask                */\r
-#define SCT_INPUT_AIN7_Pos                                    7                                                         /*!< SCT INPUT: AIN7 Position            */\r
-#define SCT_INPUT_AIN7_Msk                                    (0x01UL << SCT_INPUT_AIN7_Pos)                            /*!< SCT INPUT: AIN7 Mask                */\r
-#define SCT_INPUT_SIN0_Pos                                    16                                                        /*!< SCT INPUT: SIN0 Position            */\r
-#define SCT_INPUT_SIN0_Msk                                    (0x01UL << SCT_INPUT_SIN0_Pos)                            /*!< SCT INPUT: SIN0 Mask                */\r
-#define SCT_INPUT_SIN1_Pos                                    17                                                        /*!< SCT INPUT: SIN1 Position            */\r
-#define SCT_INPUT_SIN1_Msk                                    (0x01UL << SCT_INPUT_SIN1_Pos)                            /*!< SCT INPUT: SIN1 Mask                */\r
-#define SCT_INPUT_SIN2_Pos                                    18                                                        /*!< SCT INPUT: SIN2 Position            */\r
-#define SCT_INPUT_SIN2_Msk                                    (0x01UL << SCT_INPUT_SIN2_Pos)                            /*!< SCT INPUT: SIN2 Mask                */\r
-#define SCT_INPUT_SIN3_Pos                                    19                                                        /*!< SCT INPUT: SIN3 Position            */\r
-#define SCT_INPUT_SIN3_Msk                                    (0x01UL << SCT_INPUT_SIN3_Pos)                            /*!< SCT INPUT: SIN3 Mask                */\r
-#define SCT_INPUT_SIN4_Pos                                    20                                                        /*!< SCT INPUT: SIN4 Position            */\r
-#define SCT_INPUT_SIN4_Msk                                    (0x01UL << SCT_INPUT_SIN4_Pos)                            /*!< SCT INPUT: SIN4 Mask                */\r
-#define SCT_INPUT_SIN5_Pos                                    21                                                        /*!< SCT INPUT: SIN5 Position            */\r
-#define SCT_INPUT_SIN5_Msk                                    (0x01UL << SCT_INPUT_SIN5_Pos)                            /*!< SCT INPUT: SIN5 Mask                */\r
-#define SCT_INPUT_SIN6_Pos                                    22                                                        /*!< SCT INPUT: SIN6 Position            */\r
-#define SCT_INPUT_SIN6_Msk                                    (0x01UL << SCT_INPUT_SIN6_Pos)                            /*!< SCT INPUT: SIN6 Mask                */\r
-#define SCT_INPUT_SIN7_Pos                                    23                                                        /*!< SCT INPUT: SIN7 Position            */\r
-#define SCT_INPUT_SIN7_Msk                                    (0x01UL << SCT_INPUT_SIN7_Pos)                            /*!< SCT INPUT: SIN7 Mask                */\r
-\r
-// ---------------------------------------  SCT_REGMODE  ------------------------------------------\r
-#define SCT_REGMODE_REGMOD_L0_Pos                             0                                                         /*!< SCT REGMODE: REGMOD_L0 Position     */\r
-#define SCT_REGMODE_REGMOD_L0_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L0_Pos)                     /*!< SCT REGMODE: REGMOD_L0 Mask         */\r
-#define SCT_REGMODE_REGMOD_L1_Pos                             1                                                         /*!< SCT REGMODE: REGMOD_L1 Position     */\r
-#define SCT_REGMODE_REGMOD_L1_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L1_Pos)                     /*!< SCT REGMODE: REGMOD_L1 Mask         */\r
-#define SCT_REGMODE_REGMOD_L2_Pos                             2                                                         /*!< SCT REGMODE: REGMOD_L2 Position     */\r
-#define SCT_REGMODE_REGMOD_L2_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L2_Pos)                     /*!< SCT REGMODE: REGMOD_L2 Mask         */\r
-#define SCT_REGMODE_REGMOD_L3_Pos                             3                                                         /*!< SCT REGMODE: REGMOD_L3 Position     */\r
-#define SCT_REGMODE_REGMOD_L3_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L3_Pos)                     /*!< SCT REGMODE: REGMOD_L3 Mask         */\r
-#define SCT_REGMODE_REGMOD_L4_Pos                             4                                                         /*!< SCT REGMODE: REGMOD_L4 Position     */\r
-#define SCT_REGMODE_REGMOD_L4_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L4_Pos)                     /*!< SCT REGMODE: REGMOD_L4 Mask         */\r
-#define SCT_REGMODE_REGMOD_L5_Pos                             5                                                         /*!< SCT REGMODE: REGMOD_L5 Position     */\r
-#define SCT_REGMODE_REGMOD_L5_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L5_Pos)                     /*!< SCT REGMODE: REGMOD_L5 Mask         */\r
-#define SCT_REGMODE_REGMOD_L6_Pos                             6                                                         /*!< SCT REGMODE: REGMOD_L6 Position     */\r
-#define SCT_REGMODE_REGMOD_L6_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L6_Pos)                     /*!< SCT REGMODE: REGMOD_L6 Mask         */\r
-#define SCT_REGMODE_REGMOD_L7_Pos                             7                                                         /*!< SCT REGMODE: REGMOD_L7 Position     */\r
-#define SCT_REGMODE_REGMOD_L7_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L7_Pos)                     /*!< SCT REGMODE: REGMOD_L7 Mask         */\r
-#define SCT_REGMODE_REGMOD_L8_Pos                             8                                                         /*!< SCT REGMODE: REGMOD_L8 Position     */\r
-#define SCT_REGMODE_REGMOD_L8_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L8_Pos)                     /*!< SCT REGMODE: REGMOD_L8 Mask         */\r
-#define SCT_REGMODE_REGMOD_L9_Pos                             9                                                         /*!< SCT REGMODE: REGMOD_L9 Position     */\r
-#define SCT_REGMODE_REGMOD_L9_Msk                             (0x01UL << SCT_REGMODE_REGMOD_L9_Pos)                     /*!< SCT REGMODE: REGMOD_L9 Mask         */\r
-#define SCT_REGMODE_REGMOD_L10_Pos                            10                                                        /*!< SCT REGMODE: REGMOD_L10 Position    */\r
-#define SCT_REGMODE_REGMOD_L10_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L10_Pos)                    /*!< SCT REGMODE: REGMOD_L10 Mask        */\r
-#define SCT_REGMODE_REGMOD_L11_Pos                            11                                                        /*!< SCT REGMODE: REGMOD_L11 Position    */\r
-#define SCT_REGMODE_REGMOD_L11_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L11_Pos)                    /*!< SCT REGMODE: REGMOD_L11 Mask        */\r
-#define SCT_REGMODE_REGMOD_L12_Pos                            12                                                        /*!< SCT REGMODE: REGMOD_L12 Position    */\r
-#define SCT_REGMODE_REGMOD_L12_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L12_Pos)                    /*!< SCT REGMODE: REGMOD_L12 Mask        */\r
-#define SCT_REGMODE_REGMOD_L13_Pos                            13                                                        /*!< SCT REGMODE: REGMOD_L13 Position    */\r
-#define SCT_REGMODE_REGMOD_L13_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L13_Pos)                    /*!< SCT REGMODE: REGMOD_L13 Mask        */\r
-#define SCT_REGMODE_REGMOD_L14_Pos                            14                                                        /*!< SCT REGMODE: REGMOD_L14 Position    */\r
-#define SCT_REGMODE_REGMOD_L14_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L14_Pos)                    /*!< SCT REGMODE: REGMOD_L14 Mask        */\r
-#define SCT_REGMODE_REGMOD_L15_Pos                            15                                                        /*!< SCT REGMODE: REGMOD_L15 Position    */\r
-#define SCT_REGMODE_REGMOD_L15_Msk                            (0x01UL << SCT_REGMODE_REGMOD_L15_Pos)                    /*!< SCT REGMODE: REGMOD_L15 Mask        */\r
-#define SCT_REGMODE_REGMOD_H16_Pos                            16                                                        /*!< SCT REGMODE: REGMOD_H16 Position    */\r
-#define SCT_REGMODE_REGMOD_H16_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H16_Pos)                    /*!< SCT REGMODE: REGMOD_H16 Mask        */\r
-#define SCT_REGMODE_REGMOD_H17_Pos                            17                                                        /*!< SCT REGMODE: REGMOD_H17 Position    */\r
-#define SCT_REGMODE_REGMOD_H17_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H17_Pos)                    /*!< SCT REGMODE: REGMOD_H17 Mask        */\r
-#define SCT_REGMODE_REGMOD_H18_Pos                            18                                                        /*!< SCT REGMODE: REGMOD_H18 Position    */\r
-#define SCT_REGMODE_REGMOD_H18_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H18_Pos)                    /*!< SCT REGMODE: REGMOD_H18 Mask        */\r
-#define SCT_REGMODE_REGMOD_H19_Pos                            19                                                        /*!< SCT REGMODE: REGMOD_H19 Position    */\r
-#define SCT_REGMODE_REGMOD_H19_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H19_Pos)                    /*!< SCT REGMODE: REGMOD_H19 Mask        */\r
-#define SCT_REGMODE_REGMOD_H20_Pos                            20                                                        /*!< SCT REGMODE: REGMOD_H20 Position    */\r
-#define SCT_REGMODE_REGMOD_H20_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H20_Pos)                    /*!< SCT REGMODE: REGMOD_H20 Mask        */\r
-#define SCT_REGMODE_REGMOD_H21_Pos                            21                                                        /*!< SCT REGMODE: REGMOD_H21 Position    */\r
-#define SCT_REGMODE_REGMOD_H21_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H21_Pos)                    /*!< SCT REGMODE: REGMOD_H21 Mask        */\r
-#define SCT_REGMODE_REGMOD_H22_Pos                            22                                                        /*!< SCT REGMODE: REGMOD_H22 Position    */\r
-#define SCT_REGMODE_REGMOD_H22_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H22_Pos)                    /*!< SCT REGMODE: REGMOD_H22 Mask        */\r
-#define SCT_REGMODE_REGMOD_H23_Pos                            23                                                        /*!< SCT REGMODE: REGMOD_H23 Position    */\r
-#define SCT_REGMODE_REGMOD_H23_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H23_Pos)                    /*!< SCT REGMODE: REGMOD_H23 Mask        */\r
-#define SCT_REGMODE_REGMOD_H24_Pos                            24                                                        /*!< SCT REGMODE: REGMOD_H24 Position    */\r
-#define SCT_REGMODE_REGMOD_H24_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H24_Pos)                    /*!< SCT REGMODE: REGMOD_H24 Mask        */\r
-#define SCT_REGMODE_REGMOD_H25_Pos                            25                                                        /*!< SCT REGMODE: REGMOD_H25 Position    */\r
-#define SCT_REGMODE_REGMOD_H25_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H25_Pos)                    /*!< SCT REGMODE: REGMOD_H25 Mask        */\r
-#define SCT_REGMODE_REGMOD_H26_Pos                            26                                                        /*!< SCT REGMODE: REGMOD_H26 Position    */\r
-#define SCT_REGMODE_REGMOD_H26_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H26_Pos)                    /*!< SCT REGMODE: REGMOD_H26 Mask        */\r
-#define SCT_REGMODE_REGMOD_H27_Pos                            27                                                        /*!< SCT REGMODE: REGMOD_H27 Position    */\r
-#define SCT_REGMODE_REGMOD_H27_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H27_Pos)                    /*!< SCT REGMODE: REGMOD_H27 Mask        */\r
-#define SCT_REGMODE_REGMOD_H28_Pos                            28                                                        /*!< SCT REGMODE: REGMOD_H28 Position    */\r
-#define SCT_REGMODE_REGMOD_H28_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H28_Pos)                    /*!< SCT REGMODE: REGMOD_H28 Mask        */\r
-#define SCT_REGMODE_REGMOD_H29_Pos                            29                                                        /*!< SCT REGMODE: REGMOD_H29 Position    */\r
-#define SCT_REGMODE_REGMOD_H29_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H29_Pos)                    /*!< SCT REGMODE: REGMOD_H29 Mask        */\r
-#define SCT_REGMODE_REGMOD_H30_Pos                            30                                                        /*!< SCT REGMODE: REGMOD_H30 Position    */\r
-#define SCT_REGMODE_REGMOD_H30_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H30_Pos)                    /*!< SCT REGMODE: REGMOD_H30 Mask        */\r
-#define SCT_REGMODE_REGMOD_H31_Pos                            31                                                        /*!< SCT REGMODE: REGMOD_H31 Position    */\r
-#define SCT_REGMODE_REGMOD_H31_Msk                            (0x01UL << SCT_REGMODE_REGMOD_H31_Pos)                    /*!< SCT REGMODE: REGMOD_H31 Mask        */\r
-\r
-// ---------------------------------------  SCT_OUTPUT  -------------------------------------------\r
-#define SCT_OUTPUT_OUT0_Pos                                   0                                                         /*!< SCT OUTPUT: OUT0 Position           */\r
-#define SCT_OUTPUT_OUT0_Msk                                   (0x01UL << SCT_OUTPUT_OUT0_Pos)                           /*!< SCT OUTPUT: OUT0 Mask               */\r
-#define SCT_OUTPUT_OUT1_Pos                                   1                                                         /*!< SCT OUTPUT: OUT1 Position           */\r
-#define SCT_OUTPUT_OUT1_Msk                                   (0x01UL << SCT_OUTPUT_OUT1_Pos)                           /*!< SCT OUTPUT: OUT1 Mask               */\r
-#define SCT_OUTPUT_OUT2_Pos                                   2                                                         /*!< SCT OUTPUT: OUT2 Position           */\r
-#define SCT_OUTPUT_OUT2_Msk                                   (0x01UL << SCT_OUTPUT_OUT2_Pos)                           /*!< SCT OUTPUT: OUT2 Mask               */\r
-#define SCT_OUTPUT_OUT3_Pos                                   3                                                         /*!< SCT OUTPUT: OUT3 Position           */\r
-#define SCT_OUTPUT_OUT3_Msk                                   (0x01UL << SCT_OUTPUT_OUT3_Pos)                           /*!< SCT OUTPUT: OUT3 Mask               */\r
-#define SCT_OUTPUT_OUT4_Pos                                   4                                                         /*!< SCT OUTPUT: OUT4 Position           */\r
-#define SCT_OUTPUT_OUT4_Msk                                   (0x01UL << SCT_OUTPUT_OUT4_Pos)                           /*!< SCT OUTPUT: OUT4 Mask               */\r
-#define SCT_OUTPUT_OUT5_Pos                                   5                                                         /*!< SCT OUTPUT: OUT5 Position           */\r
-#define SCT_OUTPUT_OUT5_Msk                                   (0x01UL << SCT_OUTPUT_OUT5_Pos)                           /*!< SCT OUTPUT: OUT5 Mask               */\r
-#define SCT_OUTPUT_OUT6_Pos                                   6                                                         /*!< SCT OUTPUT: OUT6 Position           */\r
-#define SCT_OUTPUT_OUT6_Msk                                   (0x01UL << SCT_OUTPUT_OUT6_Pos)                           /*!< SCT OUTPUT: OUT6 Mask               */\r
-#define SCT_OUTPUT_OUT7_Pos                                   7                                                         /*!< SCT OUTPUT: OUT7 Position           */\r
-#define SCT_OUTPUT_OUT7_Msk                                   (0x01UL << SCT_OUTPUT_OUT7_Pos)                           /*!< SCT OUTPUT: OUT7 Mask               */\r
-#define SCT_OUTPUT_OUT8_Pos                                   8                                                         /*!< SCT OUTPUT: OUT8 Position           */\r
-#define SCT_OUTPUT_OUT8_Msk                                   (0x01UL << SCT_OUTPUT_OUT8_Pos)                           /*!< SCT OUTPUT: OUT8 Mask               */\r
-#define SCT_OUTPUT_OUT9_Pos                                   9                                                         /*!< SCT OUTPUT: OUT9 Position           */\r
-#define SCT_OUTPUT_OUT9_Msk                                   (0x01UL << SCT_OUTPUT_OUT9_Pos)                           /*!< SCT OUTPUT: OUT9 Mask               */\r
-#define SCT_OUTPUT_OUT10_Pos                                  10                                                        /*!< SCT OUTPUT: OUT10 Position          */\r
-#define SCT_OUTPUT_OUT10_Msk                                  (0x01UL << SCT_OUTPUT_OUT10_Pos)                          /*!< SCT OUTPUT: OUT10 Mask              */\r
-#define SCT_OUTPUT_OUT11_Pos                                  11                                                        /*!< SCT OUTPUT: OUT11 Position          */\r
-#define SCT_OUTPUT_OUT11_Msk                                  (0x01UL << SCT_OUTPUT_OUT11_Pos)                          /*!< SCT OUTPUT: OUT11 Mask              */\r
-#define SCT_OUTPUT_OUT12_Pos                                  12                                                        /*!< SCT OUTPUT: OUT12 Position          */\r
-#define SCT_OUTPUT_OUT12_Msk                                  (0x01UL << SCT_OUTPUT_OUT12_Pos)                          /*!< SCT OUTPUT: OUT12 Mask              */\r
-#define SCT_OUTPUT_OUT13_Pos                                  13                                                        /*!< SCT OUTPUT: OUT13 Position          */\r
-#define SCT_OUTPUT_OUT13_Msk                                  (0x01UL << SCT_OUTPUT_OUT13_Pos)                          /*!< SCT OUTPUT: OUT13 Mask              */\r
-#define SCT_OUTPUT_OUT14_Pos                                  14                                                        /*!< SCT OUTPUT: OUT14 Position          */\r
-#define SCT_OUTPUT_OUT14_Msk                                  (0x01UL << SCT_OUTPUT_OUT14_Pos)                          /*!< SCT OUTPUT: OUT14 Mask              */\r
-#define SCT_OUTPUT_OUT15_Pos                                  15                                                        /*!< SCT OUTPUT: OUT15 Position          */\r
-#define SCT_OUTPUT_OUT15_Msk                                  (0x01UL << SCT_OUTPUT_OUT15_Pos)                          /*!< SCT OUTPUT: OUT15 Mask              */\r
-\r
-// ------------------------------------  SCT_OUTPUTDIRCTRL  ---------------------------------------\r
-#define SCT_OUTPUTDIRCTRL_SETCLR0_Pos                         0                                                         /*!< SCT OUTPUTDIRCTRL: SETCLR0 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR0_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR0_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR0 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR1_Pos                         2                                                         /*!< SCT OUTPUTDIRCTRL: SETCLR1 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR1_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR1_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR1 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR2_Pos                         4                                                         /*!< SCT OUTPUTDIRCTRL: SETCLR2 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR2_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR2_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR2 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR3_Pos                         6                                                         /*!< SCT OUTPUTDIRCTRL: SETCLR3 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR3_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR3_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR3 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR4_Pos                         8                                                         /*!< SCT OUTPUTDIRCTRL: SETCLR4 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR4_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR4_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR4 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR5_Pos                         10                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR5 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR5_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR5_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR5 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR6_Pos                         12                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR6 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR6_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR6_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR6 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR7_Pos                         14                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR7 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR7_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR7_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR7 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR8_Pos                         16                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR8 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR8_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR8_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR8 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR9_Pos                         18                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR9 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR9_Msk                         (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR9_Pos)                 /*!< SCT OUTPUTDIRCTRL: SETCLR9 Mask     */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR10_Pos                        20                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR10 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR10_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR10_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR10 Mask    */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR11_Pos                        22                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR11 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR11_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR11_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR11 Mask    */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR12_Pos                        24                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR12 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR12_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR12_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR12 Mask    */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR13_Pos                        26                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR13 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR13_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR13_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR13 Mask    */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR14_Pos                        28                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR14 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR14_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR14_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR14 Mask    */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR15_Pos                        30                                                        /*!< SCT OUTPUTDIRCTRL: SETCLR15 Position */\r
-#define SCT_OUTPUTDIRCTRL_SETCLR15_Msk                        (0x03UL << SCT_OUTPUTDIRCTRL_SETCLR15_Pos)                /*!< SCT OUTPUTDIRCTRL: SETCLR15 Mask    */\r
-\r
-// -----------------------------------------  SCT_RES  --------------------------------------------\r
-#define SCT_RES_O0RES_Pos                                     0                                                         /*!< SCT RES: O0RES Position             */\r
-#define SCT_RES_O0RES_Msk                                     (0x03UL << SCT_RES_O0RES_Pos)                             /*!< SCT RES: O0RES Mask                 */\r
-#define SCT_RES_O1RES_Pos                                     2                                                         /*!< SCT RES: O1RES Position             */\r
-#define SCT_RES_O1RES_Msk                                     (0x03UL << SCT_RES_O1RES_Pos)                             /*!< SCT RES: O1RES Mask                 */\r
-#define SCT_RES_O2RES_Pos                                     4                                                         /*!< SCT RES: O2RES Position             */\r
-#define SCT_RES_O2RES_Msk                                     (0x03UL << SCT_RES_O2RES_Pos)                             /*!< SCT RES: O2RES Mask                 */\r
-#define SCT_RES_O3RES_Pos                                     6                                                         /*!< SCT RES: O3RES Position             */\r
-#define SCT_RES_O3RES_Msk                                     (0x03UL << SCT_RES_O3RES_Pos)                             /*!< SCT RES: O3RES Mask                 */\r
-#define SCT_RES_O4RES_Pos                                     8                                                         /*!< SCT RES: O4RES Position             */\r
-#define SCT_RES_O4RES_Msk                                     (0x03UL << SCT_RES_O4RES_Pos)                             /*!< SCT RES: O4RES Mask                 */\r
-#define SCT_RES_O5RES_Pos                                     10                                                        /*!< SCT RES: O5RES Position             */\r
-#define SCT_RES_O5RES_Msk                                     (0x03UL << SCT_RES_O5RES_Pos)                             /*!< SCT RES: O5RES Mask                 */\r
-#define SCT_RES_O6RES_Pos                                     12                                                        /*!< SCT RES: O6RES Position             */\r
-#define SCT_RES_O6RES_Msk                                     (0x03UL << SCT_RES_O6RES_Pos)                             /*!< SCT RES: O6RES Mask                 */\r
-#define SCT_RES_O7RES_Pos                                     14                                                        /*!< SCT RES: O7RES Position             */\r
-#define SCT_RES_O7RES_Msk                                     (0x03UL << SCT_RES_O7RES_Pos)                             /*!< SCT RES: O7RES Mask                 */\r
-#define SCT_RES_O8RES_Pos                                     16                                                        /*!< SCT RES: O8RES Position             */\r
-#define SCT_RES_O8RES_Msk                                     (0x03UL << SCT_RES_O8RES_Pos)                             /*!< SCT RES: O8RES Mask                 */\r
-#define SCT_RES_O9RES_Pos                                     18                                                        /*!< SCT RES: O9RES Position             */\r
-#define SCT_RES_O9RES_Msk                                     (0x03UL << SCT_RES_O9RES_Pos)                             /*!< SCT RES: O9RES Mask                 */\r
-#define SCT_RES_O10RES_Pos                                    20                                                        /*!< SCT RES: O10RES Position            */\r
-#define SCT_RES_O10RES_Msk                                    (0x03UL << SCT_RES_O10RES_Pos)                            /*!< SCT RES: O10RES Mask                */\r
-#define SCT_RES_O11RES_Pos                                    22                                                        /*!< SCT RES: O11RES Position            */\r
-#define SCT_RES_O11RES_Msk                                    (0x03UL << SCT_RES_O11RES_Pos)                            /*!< SCT RES: O11RES Mask                */\r
-#define SCT_RES_O12RES_Pos                                    24                                                        /*!< SCT RES: O12RES Position            */\r
-#define SCT_RES_O12RES_Msk                                    (0x03UL << SCT_RES_O12RES_Pos)                            /*!< SCT RES: O12RES Mask                */\r
-#define SCT_RES_O13RES_Pos                                    26                                                        /*!< SCT RES: O13RES Position            */\r
-#define SCT_RES_O13RES_Msk                                    (0x03UL << SCT_RES_O13RES_Pos)                            /*!< SCT RES: O13RES Mask                */\r
-#define SCT_RES_O14RES_Pos                                    28                                                        /*!< SCT RES: O14RES Position            */\r
-#define SCT_RES_O14RES_Msk                                    (0x03UL << SCT_RES_O14RES_Pos)                            /*!< SCT RES: O14RES Mask                */\r
-#define SCT_RES_O15RES_Pos                                    30                                                        /*!< SCT RES: O15RES Position            */\r
-#define SCT_RES_O15RES_Msk                                    (0x03UL << SCT_RES_O15RES_Pos)                            /*!< SCT RES: O15RES Mask                */\r
-\r
-// ---------------------------------------  SCT_DMAREQ0  ------------------------------------------\r
-#define SCT_DMAREQ0_DEV_0_0_Pos                               0                                                         /*!< SCT DMAREQ0: DEV_0_0 Position       */\r
-#define SCT_DMAREQ0_DEV_0_0_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_0_Pos)                       /*!< SCT DMAREQ0: DEV_0_0 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_1_Pos                               1                                                         /*!< SCT DMAREQ0: DEV_0_1 Position       */\r
-#define SCT_DMAREQ0_DEV_0_1_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_1_Pos)                       /*!< SCT DMAREQ0: DEV_0_1 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_2_Pos                               2                                                         /*!< SCT DMAREQ0: DEV_0_2 Position       */\r
-#define SCT_DMAREQ0_DEV_0_2_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_2_Pos)                       /*!< SCT DMAREQ0: DEV_0_2 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_3_Pos                               3                                                         /*!< SCT DMAREQ0: DEV_0_3 Position       */\r
-#define SCT_DMAREQ0_DEV_0_3_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_3_Pos)                       /*!< SCT DMAREQ0: DEV_0_3 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_4_Pos                               4                                                         /*!< SCT DMAREQ0: DEV_0_4 Position       */\r
-#define SCT_DMAREQ0_DEV_0_4_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_4_Pos)                       /*!< SCT DMAREQ0: DEV_0_4 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_5_Pos                               5                                                         /*!< SCT DMAREQ0: DEV_0_5 Position       */\r
-#define SCT_DMAREQ0_DEV_0_5_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_5_Pos)                       /*!< SCT DMAREQ0: DEV_0_5 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_6_Pos                               6                                                         /*!< SCT DMAREQ0: DEV_0_6 Position       */\r
-#define SCT_DMAREQ0_DEV_0_6_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_6_Pos)                       /*!< SCT DMAREQ0: DEV_0_6 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_7_Pos                               7                                                         /*!< SCT DMAREQ0: DEV_0_7 Position       */\r
-#define SCT_DMAREQ0_DEV_0_7_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_7_Pos)                       /*!< SCT DMAREQ0: DEV_0_7 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_8_Pos                               8                                                         /*!< SCT DMAREQ0: DEV_0_8 Position       */\r
-#define SCT_DMAREQ0_DEV_0_8_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_8_Pos)                       /*!< SCT DMAREQ0: DEV_0_8 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_9_Pos                               9                                                         /*!< SCT DMAREQ0: DEV_0_9 Position       */\r
-#define SCT_DMAREQ0_DEV_0_9_Msk                               (0x01UL << SCT_DMAREQ0_DEV_0_9_Pos)                       /*!< SCT DMAREQ0: DEV_0_9 Mask           */\r
-#define SCT_DMAREQ0_DEV_0_10_Pos                              10                                                        /*!< SCT DMAREQ0: DEV_0_10 Position      */\r
-#define SCT_DMAREQ0_DEV_0_10_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_10_Pos)                      /*!< SCT DMAREQ0: DEV_0_10 Mask          */\r
-#define SCT_DMAREQ0_DEV_0_11_Pos                              11                                                        /*!< SCT DMAREQ0: DEV_0_11 Position      */\r
-#define SCT_DMAREQ0_DEV_0_11_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_11_Pos)                      /*!< SCT DMAREQ0: DEV_0_11 Mask          */\r
-#define SCT_DMAREQ0_DEV_0_12_Pos                              12                                                        /*!< SCT DMAREQ0: DEV_0_12 Position      */\r
-#define SCT_DMAREQ0_DEV_0_12_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_12_Pos)                      /*!< SCT DMAREQ0: DEV_0_12 Mask          */\r
-#define SCT_DMAREQ0_DEV_0_13_Pos                              13                                                        /*!< SCT DMAREQ0: DEV_0_13 Position      */\r
-#define SCT_DMAREQ0_DEV_0_13_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_13_Pos)                      /*!< SCT DMAREQ0: DEV_0_13 Mask          */\r
-#define SCT_DMAREQ0_DEV_0_14_Pos                              14                                                        /*!< SCT DMAREQ0: DEV_0_14 Position      */\r
-#define SCT_DMAREQ0_DEV_0_14_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_14_Pos)                      /*!< SCT DMAREQ0: DEV_0_14 Mask          */\r
-#define SCT_DMAREQ0_DEV_0_15_Pos                              15                                                        /*!< SCT DMAREQ0: DEV_0_15 Position      */\r
-#define SCT_DMAREQ0_DEV_0_15_Msk                              (0x01UL << SCT_DMAREQ0_DEV_0_15_Pos)                      /*!< SCT DMAREQ0: DEV_0_15 Mask          */\r
-#define SCT_DMAREQ0_DRL0_Pos                                  30                                                        /*!< SCT DMAREQ0: DRL0 Position          */\r
-#define SCT_DMAREQ0_DRL0_Msk                                  (0x01UL << SCT_DMAREQ0_DRL0_Pos)                          /*!< SCT DMAREQ0: DRL0 Mask              */\r
-#define SCT_DMAREQ0_DRQ0_Pos                                  31                                                        /*!< SCT DMAREQ0: DRQ0 Position          */\r
-#define SCT_DMAREQ0_DRQ0_Msk                                  (0x01UL << SCT_DMAREQ0_DRQ0_Pos)                          /*!< SCT DMAREQ0: DRQ0 Mask              */\r
-\r
-// ---------------------------------------  SCT_DMAREQ1  ------------------------------------------\r
-#define SCT_DMAREQ1_DEV_1_0_Pos                               0                                                         /*!< SCT DMAREQ1: DEV_1_0 Position       */\r
-#define SCT_DMAREQ1_DEV_1_0_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_0_Pos)                       /*!< SCT DMAREQ1: DEV_1_0 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_1_Pos                               1                                                         /*!< SCT DMAREQ1: DEV_1_1 Position       */\r
-#define SCT_DMAREQ1_DEV_1_1_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_1_Pos)                       /*!< SCT DMAREQ1: DEV_1_1 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_2_Pos                               2                                                         /*!< SCT DMAREQ1: DEV_1_2 Position       */\r
-#define SCT_DMAREQ1_DEV_1_2_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_2_Pos)                       /*!< SCT DMAREQ1: DEV_1_2 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_3_Pos                               3                                                         /*!< SCT DMAREQ1: DEV_1_3 Position       */\r
-#define SCT_DMAREQ1_DEV_1_3_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_3_Pos)                       /*!< SCT DMAREQ1: DEV_1_3 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_4_Pos                               4                                                         /*!< SCT DMAREQ1: DEV_1_4 Position       */\r
-#define SCT_DMAREQ1_DEV_1_4_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_4_Pos)                       /*!< SCT DMAREQ1: DEV_1_4 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_5_Pos                               5                                                         /*!< SCT DMAREQ1: DEV_1_5 Position       */\r
-#define SCT_DMAREQ1_DEV_1_5_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_5_Pos)                       /*!< SCT DMAREQ1: DEV_1_5 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_6_Pos                               6                                                         /*!< SCT DMAREQ1: DEV_1_6 Position       */\r
-#define SCT_DMAREQ1_DEV_1_6_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_6_Pos)                       /*!< SCT DMAREQ1: DEV_1_6 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_7_Pos                               7                                                         /*!< SCT DMAREQ1: DEV_1_7 Position       */\r
-#define SCT_DMAREQ1_DEV_1_7_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_7_Pos)                       /*!< SCT DMAREQ1: DEV_1_7 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_8_Pos                               8                                                         /*!< SCT DMAREQ1: DEV_1_8 Position       */\r
-#define SCT_DMAREQ1_DEV_1_8_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_8_Pos)                       /*!< SCT DMAREQ1: DEV_1_8 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_9_Pos                               9                                                         /*!< SCT DMAREQ1: DEV_1_9 Position       */\r
-#define SCT_DMAREQ1_DEV_1_9_Msk                               (0x01UL << SCT_DMAREQ1_DEV_1_9_Pos)                       /*!< SCT DMAREQ1: DEV_1_9 Mask           */\r
-#define SCT_DMAREQ1_DEV_1_10_Pos                              10                                                        /*!< SCT DMAREQ1: DEV_1_10 Position      */\r
-#define SCT_DMAREQ1_DEV_1_10_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_10_Pos)                      /*!< SCT DMAREQ1: DEV_1_10 Mask          */\r
-#define SCT_DMAREQ1_DEV_1_11_Pos                              11                                                        /*!< SCT DMAREQ1: DEV_1_11 Position      */\r
-#define SCT_DMAREQ1_DEV_1_11_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_11_Pos)                      /*!< SCT DMAREQ1: DEV_1_11 Mask          */\r
-#define SCT_DMAREQ1_DEV_1_12_Pos                              12                                                        /*!< SCT DMAREQ1: DEV_1_12 Position      */\r
-#define SCT_DMAREQ1_DEV_1_12_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_12_Pos)                      /*!< SCT DMAREQ1: DEV_1_12 Mask          */\r
-#define SCT_DMAREQ1_DEV_1_13_Pos                              13                                                        /*!< SCT DMAREQ1: DEV_1_13 Position      */\r
-#define SCT_DMAREQ1_DEV_1_13_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_13_Pos)                      /*!< SCT DMAREQ1: DEV_1_13 Mask          */\r
-#define SCT_DMAREQ1_DEV_1_14_Pos                              14                                                        /*!< SCT DMAREQ1: DEV_1_14 Position      */\r
-#define SCT_DMAREQ1_DEV_1_14_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_14_Pos)                      /*!< SCT DMAREQ1: DEV_1_14 Mask          */\r
-#define SCT_DMAREQ1_DEV_1_15_Pos                              15                                                        /*!< SCT DMAREQ1: DEV_1_15 Position      */\r
-#define SCT_DMAREQ1_DEV_1_15_Msk                              (0x01UL << SCT_DMAREQ1_DEV_1_15_Pos)                      /*!< SCT DMAREQ1: DEV_1_15 Mask          */\r
-#define SCT_DMAREQ1_DRL1_Pos                                  30                                                        /*!< SCT DMAREQ1: DRL1 Position          */\r
-#define SCT_DMAREQ1_DRL1_Msk                                  (0x01UL << SCT_DMAREQ1_DRL1_Pos)                          /*!< SCT DMAREQ1: DRL1 Mask              */\r
-#define SCT_DMAREQ1_DRQ1_Pos                                  31                                                        /*!< SCT DMAREQ1: DRQ1 Position          */\r
-#define SCT_DMAREQ1_DRQ1_Msk                                  (0x01UL << SCT_DMAREQ1_DRQ1_Pos)                          /*!< SCT DMAREQ1: DRQ1 Mask              */\r
-\r
-// ----------------------------------------  SCT_EVEN  --------------------------------------------\r
-#define SCT_EVEN_IEN0_Pos                                     0                                                         /*!< SCT EVEN: IEN0 Position             */\r
-#define SCT_EVEN_IEN0_Msk                                     (0x01UL << SCT_EVEN_IEN0_Pos)                             /*!< SCT EVEN: IEN0 Mask                 */\r
-#define SCT_EVEN_IEN1_Pos                                     1                                                         /*!< SCT EVEN: IEN1 Position             */\r
-#define SCT_EVEN_IEN1_Msk                                     (0x01UL << SCT_EVEN_IEN1_Pos)                             /*!< SCT EVEN: IEN1 Mask                 */\r
-#define SCT_EVEN_IEN2_Pos                                     2                                                         /*!< SCT EVEN: IEN2 Position             */\r
-#define SCT_EVEN_IEN2_Msk                                     (0x01UL << SCT_EVEN_IEN2_Pos)                             /*!< SCT EVEN: IEN2 Mask                 */\r
-#define SCT_EVEN_IEN3_Pos                                     3                                                         /*!< SCT EVEN: IEN3 Position             */\r
-#define SCT_EVEN_IEN3_Msk                                     (0x01UL << SCT_EVEN_IEN3_Pos)                             /*!< SCT EVEN: IEN3 Mask                 */\r
-#define SCT_EVEN_IEN4_Pos                                     4                                                         /*!< SCT EVEN: IEN4 Position             */\r
-#define SCT_EVEN_IEN4_Msk                                     (0x01UL << SCT_EVEN_IEN4_Pos)                             /*!< SCT EVEN: IEN4 Mask                 */\r
-#define SCT_EVEN_IEN5_Pos                                     5                                                         /*!< SCT EVEN: IEN5 Position             */\r
-#define SCT_EVEN_IEN5_Msk                                     (0x01UL << SCT_EVEN_IEN5_Pos)                             /*!< SCT EVEN: IEN5 Mask                 */\r
-#define SCT_EVEN_IEN6_Pos                                     6                                                         /*!< SCT EVEN: IEN6 Position             */\r
-#define SCT_EVEN_IEN6_Msk                                     (0x01UL << SCT_EVEN_IEN6_Pos)                             /*!< SCT EVEN: IEN6 Mask                 */\r
-#define SCT_EVEN_IEN7_Pos                                     7                                                         /*!< SCT EVEN: IEN7 Position             */\r
-#define SCT_EVEN_IEN7_Msk                                     (0x01UL << SCT_EVEN_IEN7_Pos)                             /*!< SCT EVEN: IEN7 Mask                 */\r
-#define SCT_EVEN_IEN8_Pos                                     8                                                         /*!< SCT EVEN: IEN8 Position             */\r
-#define SCT_EVEN_IEN8_Msk                                     (0x01UL << SCT_EVEN_IEN8_Pos)                             /*!< SCT EVEN: IEN8 Mask                 */\r
-#define SCT_EVEN_IEN9_Pos                                     9                                                         /*!< SCT EVEN: IEN9 Position             */\r
-#define SCT_EVEN_IEN9_Msk                                     (0x01UL << SCT_EVEN_IEN9_Pos)                             /*!< SCT EVEN: IEN9 Mask                 */\r
-#define SCT_EVEN_IEN10_Pos                                    10                                                        /*!< SCT EVEN: IEN10 Position            */\r
-#define SCT_EVEN_IEN10_Msk                                    (0x01UL << SCT_EVEN_IEN10_Pos)                            /*!< SCT EVEN: IEN10 Mask                */\r
-#define SCT_EVEN_IEN11_Pos                                    11                                                        /*!< SCT EVEN: IEN11 Position            */\r
-#define SCT_EVEN_IEN11_Msk                                    (0x01UL << SCT_EVEN_IEN11_Pos)                            /*!< SCT EVEN: IEN11 Mask                */\r
-#define SCT_EVEN_IEN12_Pos                                    12                                                        /*!< SCT EVEN: IEN12 Position            */\r
-#define SCT_EVEN_IEN12_Msk                                    (0x01UL << SCT_EVEN_IEN12_Pos)                            /*!< SCT EVEN: IEN12 Mask                */\r
-#define SCT_EVEN_IEN13_Pos                                    13                                                        /*!< SCT EVEN: IEN13 Position            */\r
-#define SCT_EVEN_IEN13_Msk                                    (0x01UL << SCT_EVEN_IEN13_Pos)                            /*!< SCT EVEN: IEN13 Mask                */\r
-#define SCT_EVEN_IEN14_Pos                                    14                                                        /*!< SCT EVEN: IEN14 Position            */\r
-#define SCT_EVEN_IEN14_Msk                                    (0x01UL << SCT_EVEN_IEN14_Pos)                            /*!< SCT EVEN: IEN14 Mask                */\r
-#define SCT_EVEN_IEN15_Pos                                    15                                                        /*!< SCT EVEN: IEN15 Position            */\r
-#define SCT_EVEN_IEN15_Msk                                    (0x01UL << SCT_EVEN_IEN15_Pos)                            /*!< SCT EVEN: IEN15 Mask                */\r
-\r
-// ---------------------------------------  SCT_EVFLAG  -------------------------------------------\r
-#define SCT_EVFLAG_FLAG0_Pos                                  0                                                         /*!< SCT EVFLAG: FLAG0 Position          */\r
-#define SCT_EVFLAG_FLAG0_Msk                                  (0x01UL << SCT_EVFLAG_FLAG0_Pos)                          /*!< SCT EVFLAG: FLAG0 Mask              */\r
-#define SCT_EVFLAG_FLAG1_Pos                                  1                                                         /*!< SCT EVFLAG: FLAG1 Position          */\r
-#define SCT_EVFLAG_FLAG1_Msk                                  (0x01UL << SCT_EVFLAG_FLAG1_Pos)                          /*!< SCT EVFLAG: FLAG1 Mask              */\r
-#define SCT_EVFLAG_FLAG2_Pos                                  2                                                         /*!< SCT EVFLAG: FLAG2 Position          */\r
-#define SCT_EVFLAG_FLAG2_Msk                                  (0x01UL << SCT_EVFLAG_FLAG2_Pos)                          /*!< SCT EVFLAG: FLAG2 Mask              */\r
-#define SCT_EVFLAG_FLAG3_Pos                                  3                                                         /*!< SCT EVFLAG: FLAG3 Position          */\r
-#define SCT_EVFLAG_FLAG3_Msk                                  (0x01UL << SCT_EVFLAG_FLAG3_Pos)                          /*!< SCT EVFLAG: FLAG3 Mask              */\r
-#define SCT_EVFLAG_FLAG4_Pos                                  4                                                         /*!< SCT EVFLAG: FLAG4 Position          */\r
-#define SCT_EVFLAG_FLAG4_Msk                                  (0x01UL << SCT_EVFLAG_FLAG4_Pos)                          /*!< SCT EVFLAG: FLAG4 Mask              */\r
-#define SCT_EVFLAG_FLAG5_Pos                                  5                                                         /*!< SCT EVFLAG: FLAG5 Position          */\r
-#define SCT_EVFLAG_FLAG5_Msk                                  (0x01UL << SCT_EVFLAG_FLAG5_Pos)                          /*!< SCT EVFLAG: FLAG5 Mask              */\r
-#define SCT_EVFLAG_FLAG6_Pos                                  6                                                         /*!< SCT EVFLAG: FLAG6 Position          */\r
-#define SCT_EVFLAG_FLAG6_Msk                                  (0x01UL << SCT_EVFLAG_FLAG6_Pos)                          /*!< SCT EVFLAG: FLAG6 Mask              */\r
-#define SCT_EVFLAG_FLAG7_Pos                                  7                                                         /*!< SCT EVFLAG: FLAG7 Position          */\r
-#define SCT_EVFLAG_FLAG7_Msk                                  (0x01UL << SCT_EVFLAG_FLAG7_Pos)                          /*!< SCT EVFLAG: FLAG7 Mask              */\r
-#define SCT_EVFLAG_FLAG8_Pos                                  8                                                         /*!< SCT EVFLAG: FLAG8 Position          */\r
-#define SCT_EVFLAG_FLAG8_Msk                                  (0x01UL << SCT_EVFLAG_FLAG8_Pos)                          /*!< SCT EVFLAG: FLAG8 Mask              */\r
-#define SCT_EVFLAG_FLAG9_Pos                                  9                                                         /*!< SCT EVFLAG: FLAG9 Position          */\r
-#define SCT_EVFLAG_FLAG9_Msk                                  (0x01UL << SCT_EVFLAG_FLAG9_Pos)                          /*!< SCT EVFLAG: FLAG9 Mask              */\r
-#define SCT_EVFLAG_FLAG10_Pos                                 10                                                        /*!< SCT EVFLAG: FLAG10 Position         */\r
-#define SCT_EVFLAG_FLAG10_Msk                                 (0x01UL << SCT_EVFLAG_FLAG10_Pos)                         /*!< SCT EVFLAG: FLAG10 Mask             */\r
-#define SCT_EVFLAG_FLAG11_Pos                                 11                                                        /*!< SCT EVFLAG: FLAG11 Position         */\r
-#define SCT_EVFLAG_FLAG11_Msk                                 (0x01UL << SCT_EVFLAG_FLAG11_Pos)                         /*!< SCT EVFLAG: FLAG11 Mask             */\r
-#define SCT_EVFLAG_FLAG12_Pos                                 12                                                        /*!< SCT EVFLAG: FLAG12 Position         */\r
-#define SCT_EVFLAG_FLAG12_Msk                                 (0x01UL << SCT_EVFLAG_FLAG12_Pos)                         /*!< SCT EVFLAG: FLAG12 Mask             */\r
-#define SCT_EVFLAG_FLAG13_Pos                                 13                                                        /*!< SCT EVFLAG: FLAG13 Position         */\r
-#define SCT_EVFLAG_FLAG13_Msk                                 (0x01UL << SCT_EVFLAG_FLAG13_Pos)                         /*!< SCT EVFLAG: FLAG13 Mask             */\r
-#define SCT_EVFLAG_FLAG14_Pos                                 14                                                        /*!< SCT EVFLAG: FLAG14 Position         */\r
-#define SCT_EVFLAG_FLAG14_Msk                                 (0x01UL << SCT_EVFLAG_FLAG14_Pos)                         /*!< SCT EVFLAG: FLAG14 Mask             */\r
-#define SCT_EVFLAG_FLAG15_Pos                                 15                                                        /*!< SCT EVFLAG: FLAG15 Position         */\r
-#define SCT_EVFLAG_FLAG15_Msk                                 (0x01UL << SCT_EVFLAG_FLAG15_Pos)                         /*!< SCT EVFLAG: FLAG15 Mask             */\r
-\r
-// ----------------------------------------  SCT_CONEN  -------------------------------------------\r
-#define SCT_CONEN_NCEN0_Pos                                   0                                                         /*!< SCT CONEN: NCEN0 Position           */\r
-#define SCT_CONEN_NCEN0_Msk                                   (0x01UL << SCT_CONEN_NCEN0_Pos)                           /*!< SCT CONEN: NCEN0 Mask               */\r
-#define SCT_CONEN_NCEN1_Pos                                   1                                                         /*!< SCT CONEN: NCEN1 Position           */\r
-#define SCT_CONEN_NCEN1_Msk                                   (0x01UL << SCT_CONEN_NCEN1_Pos)                           /*!< SCT CONEN: NCEN1 Mask               */\r
-#define SCT_CONEN_NCEN2_Pos                                   2                                                         /*!< SCT CONEN: NCEN2 Position           */\r
-#define SCT_CONEN_NCEN2_Msk                                   (0x01UL << SCT_CONEN_NCEN2_Pos)                           /*!< SCT CONEN: NCEN2 Mask               */\r
-#define SCT_CONEN_NCEN3_Pos                                   3                                                         /*!< SCT CONEN: NCEN3 Position           */\r
-#define SCT_CONEN_NCEN3_Msk                                   (0x01UL << SCT_CONEN_NCEN3_Pos)                           /*!< SCT CONEN: NCEN3 Mask               */\r
-#define SCT_CONEN_NCEN4_Pos                                   4                                                         /*!< SCT CONEN: NCEN4 Position           */\r
-#define SCT_CONEN_NCEN4_Msk                                   (0x01UL << SCT_CONEN_NCEN4_Pos)                           /*!< SCT CONEN: NCEN4 Mask               */\r
-#define SCT_CONEN_NCEN5_Pos                                   5                                                         /*!< SCT CONEN: NCEN5 Position           */\r
-#define SCT_CONEN_NCEN5_Msk                                   (0x01UL << SCT_CONEN_NCEN5_Pos)                           /*!< SCT CONEN: NCEN5 Mask               */\r
-#define SCT_CONEN_NCEN6_Pos                                   6                                                         /*!< SCT CONEN: NCEN6 Position           */\r
-#define SCT_CONEN_NCEN6_Msk                                   (0x01UL << SCT_CONEN_NCEN6_Pos)                           /*!< SCT CONEN: NCEN6 Mask               */\r
-#define SCT_CONEN_NCEN7_Pos                                   7                                                         /*!< SCT CONEN: NCEN7 Position           */\r
-#define SCT_CONEN_NCEN7_Msk                                   (0x01UL << SCT_CONEN_NCEN7_Pos)                           /*!< SCT CONEN: NCEN7 Mask               */\r
-#define SCT_CONEN_NCEN8_Pos                                   8                                                         /*!< SCT CONEN: NCEN8 Position           */\r
-#define SCT_CONEN_NCEN8_Msk                                   (0x01UL << SCT_CONEN_NCEN8_Pos)                           /*!< SCT CONEN: NCEN8 Mask               */\r
-#define SCT_CONEN_NCEN9_Pos                                   9                                                         /*!< SCT CONEN: NCEN9 Position           */\r
-#define SCT_CONEN_NCEN9_Msk                                   (0x01UL << SCT_CONEN_NCEN9_Pos)                           /*!< SCT CONEN: NCEN9 Mask               */\r
-#define SCT_CONEN_NCEN10_Pos                                  10                                                        /*!< SCT CONEN: NCEN10 Position          */\r
-#define SCT_CONEN_NCEN10_Msk                                  (0x01UL << SCT_CONEN_NCEN10_Pos)                          /*!< SCT CONEN: NCEN10 Mask              */\r
-#define SCT_CONEN_NCEN11_Pos                                  11                                                        /*!< SCT CONEN: NCEN11 Position          */\r
-#define SCT_CONEN_NCEN11_Msk                                  (0x01UL << SCT_CONEN_NCEN11_Pos)                          /*!< SCT CONEN: NCEN11 Mask              */\r
-#define SCT_CONEN_NCEN12_Pos                                  12                                                        /*!< SCT CONEN: NCEN12 Position          */\r
-#define SCT_CONEN_NCEN12_Msk                                  (0x01UL << SCT_CONEN_NCEN12_Pos)                          /*!< SCT CONEN: NCEN12 Mask              */\r
-#define SCT_CONEN_NCEN13_Pos                                  13                                                        /*!< SCT CONEN: NCEN13 Position          */\r
-#define SCT_CONEN_NCEN13_Msk                                  (0x01UL << SCT_CONEN_NCEN13_Pos)                          /*!< SCT CONEN: NCEN13 Mask              */\r
-#define SCT_CONEN_NCEN14_Pos                                  14                                                        /*!< SCT CONEN: NCEN14 Position          */\r
-#define SCT_CONEN_NCEN14_Msk                                  (0x01UL << SCT_CONEN_NCEN14_Pos)                          /*!< SCT CONEN: NCEN14 Mask              */\r
-#define SCT_CONEN_NCEN15_Pos                                  15                                                        /*!< SCT CONEN: NCEN15 Position          */\r
-#define SCT_CONEN_NCEN15_Msk                                  (0x01UL << SCT_CONEN_NCEN15_Pos)                          /*!< SCT CONEN: NCEN15 Mask              */\r
-\r
-// ---------------------------------------  SCT_CONFLAG  ------------------------------------------\r
-#define SCT_CONFLAG_NCFLAG0_Pos                               0                                                         /*!< SCT CONFLAG: NCFLAG0 Position       */\r
-#define SCT_CONFLAG_NCFLAG0_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG0_Pos)                       /*!< SCT CONFLAG: NCFLAG0 Mask           */\r
-#define SCT_CONFLAG_NCFLAG1_Pos                               1                                                         /*!< SCT CONFLAG: NCFLAG1 Position       */\r
-#define SCT_CONFLAG_NCFLAG1_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG1_Pos)                       /*!< SCT CONFLAG: NCFLAG1 Mask           */\r
-#define SCT_CONFLAG_NCFLAG2_Pos                               2                                                         /*!< SCT CONFLAG: NCFLAG2 Position       */\r
-#define SCT_CONFLAG_NCFLAG2_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG2_Pos)                       /*!< SCT CONFLAG: NCFLAG2 Mask           */\r
-#define SCT_CONFLAG_NCFLAG3_Pos                               3                                                         /*!< SCT CONFLAG: NCFLAG3 Position       */\r
-#define SCT_CONFLAG_NCFLAG3_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG3_Pos)                       /*!< SCT CONFLAG: NCFLAG3 Mask           */\r
-#define SCT_CONFLAG_NCFLAG4_Pos                               4                                                         /*!< SCT CONFLAG: NCFLAG4 Position       */\r
-#define SCT_CONFLAG_NCFLAG4_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG4_Pos)                       /*!< SCT CONFLAG: NCFLAG4 Mask           */\r
-#define SCT_CONFLAG_NCFLAG5_Pos                               5                                                         /*!< SCT CONFLAG: NCFLAG5 Position       */\r
-#define SCT_CONFLAG_NCFLAG5_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG5_Pos)                       /*!< SCT CONFLAG: NCFLAG5 Mask           */\r
-#define SCT_CONFLAG_NCFLAG6_Pos                               6                                                         /*!< SCT CONFLAG: NCFLAG6 Position       */\r
-#define SCT_CONFLAG_NCFLAG6_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG6_Pos)                       /*!< SCT CONFLAG: NCFLAG6 Mask           */\r
-#define SCT_CONFLAG_NCFLAG7_Pos                               7                                                         /*!< SCT CONFLAG: NCFLAG7 Position       */\r
-#define SCT_CONFLAG_NCFLAG7_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG7_Pos)                       /*!< SCT CONFLAG: NCFLAG7 Mask           */\r
-#define SCT_CONFLAG_NCFLAG8_Pos                               8                                                         /*!< SCT CONFLAG: NCFLAG8 Position       */\r
-#define SCT_CONFLAG_NCFLAG8_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG8_Pos)                       /*!< SCT CONFLAG: NCFLAG8 Mask           */\r
-#define SCT_CONFLAG_NCFLAG9_Pos                               9                                                         /*!< SCT CONFLAG: NCFLAG9 Position       */\r
-#define SCT_CONFLAG_NCFLAG9_Msk                               (0x01UL << SCT_CONFLAG_NCFLAG9_Pos)                       /*!< SCT CONFLAG: NCFLAG9 Mask           */\r
-#define SCT_CONFLAG_NCFLAG10_Pos                              10                                                        /*!< SCT CONFLAG: NCFLAG10 Position      */\r
-#define SCT_CONFLAG_NCFLAG10_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG10_Pos)                      /*!< SCT CONFLAG: NCFLAG10 Mask          */\r
-#define SCT_CONFLAG_NCFLAG11_Pos                              11                                                        /*!< SCT CONFLAG: NCFLAG11 Position      */\r
-#define SCT_CONFLAG_NCFLAG11_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG11_Pos)                      /*!< SCT CONFLAG: NCFLAG11 Mask          */\r
-#define SCT_CONFLAG_NCFLAG12_Pos                              12                                                        /*!< SCT CONFLAG: NCFLAG12 Position      */\r
-#define SCT_CONFLAG_NCFLAG12_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG12_Pos)                      /*!< SCT CONFLAG: NCFLAG12 Mask          */\r
-#define SCT_CONFLAG_NCFLAG13_Pos                              13                                                        /*!< SCT CONFLAG: NCFLAG13 Position      */\r
-#define SCT_CONFLAG_NCFLAG13_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG13_Pos)                      /*!< SCT CONFLAG: NCFLAG13 Mask          */\r
-#define SCT_CONFLAG_NCFLAG14_Pos                              14                                                        /*!< SCT CONFLAG: NCFLAG14 Position      */\r
-#define SCT_CONFLAG_NCFLAG14_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG14_Pos)                      /*!< SCT CONFLAG: NCFLAG14 Mask          */\r
-#define SCT_CONFLAG_NCFLAG15_Pos                              15                                                        /*!< SCT CONFLAG: NCFLAG15 Position      */\r
-#define SCT_CONFLAG_NCFLAG15_Msk                              (0x01UL << SCT_CONFLAG_NCFLAG15_Pos)                      /*!< SCT CONFLAG: NCFLAG15 Mask          */\r
-#define SCT_CONFLAG_BUSERRL_Pos                               30                                                        /*!< SCT CONFLAG: BUSERRL Position       */\r
-#define SCT_CONFLAG_BUSERRL_Msk                               (0x01UL << SCT_CONFLAG_BUSERRL_Pos)                       /*!< SCT CONFLAG: BUSERRL Mask           */\r
-#define SCT_CONFLAG_BUSERRH_Pos                               31                                                        /*!< SCT CONFLAG: BUSERRH Position       */\r
-#define SCT_CONFLAG_BUSERRH_Msk                               (0x01UL << SCT_CONFLAG_BUSERRH_Pos)                       /*!< SCT CONFLAG: BUSERRH Mask           */\r
-\r
-// ---------------------------------------  SCT_MATCH0  -------------------------------------------\r
-#define SCT_MATCH0_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH0: MATCHn_L Position       */\r
-#define SCT_MATCH0_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH0_MATCHn_L_Pos)                 /*!< SCT MATCH0: MATCHn_L Mask           */\r
-#define SCT_MATCH0_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH0: MATCHn_H Position       */\r
-#define SCT_MATCH0_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH0_MATCHn_H_Pos)                 /*!< SCT MATCH0: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP0  --------------------------------------------\r
-#define SCT_CAP0_CAPn_L_Pos                                   0                                                         /*!< SCT CAP0: CAPn_L Position           */\r
-#define SCT_CAP0_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP0_CAPn_L_Pos)                     /*!< SCT CAP0: CAPn_L Mask               */\r
-#define SCT_CAP0_CAPn_H_Pos                                   16                                                        /*!< SCT CAP0: CAPn_H Position           */\r
-#define SCT_CAP0_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP0_CAPn_H_Pos)                     /*!< SCT CAP0: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH1  -------------------------------------------\r
-#define SCT_MATCH1_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH1: MATCHn_L Position       */\r
-#define SCT_MATCH1_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH1_MATCHn_L_Pos)                 /*!< SCT MATCH1: MATCHn_L Mask           */\r
-#define SCT_MATCH1_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH1: MATCHn_H Position       */\r
-#define SCT_MATCH1_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH1_MATCHn_H_Pos)                 /*!< SCT MATCH1: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP1  --------------------------------------------\r
-#define SCT_CAP1_CAPn_L_Pos                                   0                                                         /*!< SCT CAP1: CAPn_L Position           */\r
-#define SCT_CAP1_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP1_CAPn_L_Pos)                     /*!< SCT CAP1: CAPn_L Mask               */\r
-#define SCT_CAP1_CAPn_H_Pos                                   16                                                        /*!< SCT CAP1: CAPn_H Position           */\r
-#define SCT_CAP1_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP1_CAPn_H_Pos)                     /*!< SCT CAP1: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH2  -------------------------------------------\r
-#define SCT_MATCH2_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH2: MATCHn_L Position       */\r
-#define SCT_MATCH2_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH2_MATCHn_L_Pos)                 /*!< SCT MATCH2: MATCHn_L Mask           */\r
-#define SCT_MATCH2_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH2: MATCHn_H Position       */\r
-#define SCT_MATCH2_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH2_MATCHn_H_Pos)                 /*!< SCT MATCH2: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP2  --------------------------------------------\r
-#define SCT_CAP2_CAPn_L_Pos                                   0                                                         /*!< SCT CAP2: CAPn_L Position           */\r
-#define SCT_CAP2_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP2_CAPn_L_Pos)                     /*!< SCT CAP2: CAPn_L Mask               */\r
-#define SCT_CAP2_CAPn_H_Pos                                   16                                                        /*!< SCT CAP2: CAPn_H Position           */\r
-#define SCT_CAP2_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP2_CAPn_H_Pos)                     /*!< SCT CAP2: CAPn_H Mask               */\r
-\r
-// ----------------------------------------  SCT_CAP3  --------------------------------------------\r
-#define SCT_CAP3_CAPn_L_Pos                                   0                                                         /*!< SCT CAP3: CAPn_L Position           */\r
-#define SCT_CAP3_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP3_CAPn_L_Pos)                     /*!< SCT CAP3: CAPn_L Mask               */\r
-#define SCT_CAP3_CAPn_H_Pos                                   16                                                        /*!< SCT CAP3: CAPn_H Position           */\r
-#define SCT_CAP3_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP3_CAPn_H_Pos)                     /*!< SCT CAP3: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH3  -------------------------------------------\r
-#define SCT_MATCH3_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH3: MATCHn_L Position       */\r
-#define SCT_MATCH3_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH3_MATCHn_L_Pos)                 /*!< SCT MATCH3: MATCHn_L Mask           */\r
-#define SCT_MATCH3_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH3: MATCHn_H Position       */\r
-#define SCT_MATCH3_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH3_MATCHn_H_Pos)                 /*!< SCT MATCH3: MATCHn_H Mask           */\r
-\r
-// ---------------------------------------  SCT_MATCH4  -------------------------------------------\r
-#define SCT_MATCH4_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH4: MATCHn_L Position       */\r
-#define SCT_MATCH4_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH4_MATCHn_L_Pos)                 /*!< SCT MATCH4: MATCHn_L Mask           */\r
-#define SCT_MATCH4_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH4: MATCHn_H Position       */\r
-#define SCT_MATCH4_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH4_MATCHn_H_Pos)                 /*!< SCT MATCH4: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP4  --------------------------------------------\r
-#define SCT_CAP4_CAPn_L_Pos                                   0                                                         /*!< SCT CAP4: CAPn_L Position           */\r
-#define SCT_CAP4_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP4_CAPn_L_Pos)                     /*!< SCT CAP4: CAPn_L Mask               */\r
-#define SCT_CAP4_CAPn_H_Pos                                   16                                                        /*!< SCT CAP4: CAPn_H Position           */\r
-#define SCT_CAP4_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP4_CAPn_H_Pos)                     /*!< SCT CAP4: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH5  -------------------------------------------\r
-#define SCT_MATCH5_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH5: MATCHn_L Position       */\r
-#define SCT_MATCH5_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH5_MATCHn_L_Pos)                 /*!< SCT MATCH5: MATCHn_L Mask           */\r
-#define SCT_MATCH5_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH5: MATCHn_H Position       */\r
-#define SCT_MATCH5_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH5_MATCHn_H_Pos)                 /*!< SCT MATCH5: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP5  --------------------------------------------\r
-#define SCT_CAP5_CAPn_L_Pos                                   0                                                         /*!< SCT CAP5: CAPn_L Position           */\r
-#define SCT_CAP5_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP5_CAPn_L_Pos)                     /*!< SCT CAP5: CAPn_L Mask               */\r
-#define SCT_CAP5_CAPn_H_Pos                                   16                                                        /*!< SCT CAP5: CAPn_H Position           */\r
-#define SCT_CAP5_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP5_CAPn_H_Pos)                     /*!< SCT CAP5: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH6  -------------------------------------------\r
-#define SCT_MATCH6_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH6: MATCHn_L Position       */\r
-#define SCT_MATCH6_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH6_MATCHn_L_Pos)                 /*!< SCT MATCH6: MATCHn_L Mask           */\r
-#define SCT_MATCH6_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH6: MATCHn_H Position       */\r
-#define SCT_MATCH6_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH6_MATCHn_H_Pos)                 /*!< SCT MATCH6: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP6  --------------------------------------------\r
-#define SCT_CAP6_CAPn_L_Pos                                   0                                                         /*!< SCT CAP6: CAPn_L Position           */\r
-#define SCT_CAP6_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP6_CAPn_L_Pos)                     /*!< SCT CAP6: CAPn_L Mask               */\r
-#define SCT_CAP6_CAPn_H_Pos                                   16                                                        /*!< SCT CAP6: CAPn_H Position           */\r
-#define SCT_CAP6_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP6_CAPn_H_Pos)                     /*!< SCT CAP6: CAPn_H Mask               */\r
-\r
-// ----------------------------------------  SCT_CAP7  --------------------------------------------\r
-#define SCT_CAP7_CAPn_L_Pos                                   0                                                         /*!< SCT CAP7: CAPn_L Position           */\r
-#define SCT_CAP7_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP7_CAPn_L_Pos)                     /*!< SCT CAP7: CAPn_L Mask               */\r
-#define SCT_CAP7_CAPn_H_Pos                                   16                                                        /*!< SCT CAP7: CAPn_H Position           */\r
-#define SCT_CAP7_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP7_CAPn_H_Pos)                     /*!< SCT CAP7: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH7  -------------------------------------------\r
-#define SCT_MATCH7_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH7: MATCHn_L Position       */\r
-#define SCT_MATCH7_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH7_MATCHn_L_Pos)                 /*!< SCT MATCH7: MATCHn_L Mask           */\r
-#define SCT_MATCH7_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH7: MATCHn_H Position       */\r
-#define SCT_MATCH7_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH7_MATCHn_H_Pos)                 /*!< SCT MATCH7: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP8  --------------------------------------------\r
-#define SCT_CAP8_CAPn_L_Pos                                   0                                                         /*!< SCT CAP8: CAPn_L Position           */\r
-#define SCT_CAP8_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP8_CAPn_L_Pos)                     /*!< SCT CAP8: CAPn_L Mask               */\r
-#define SCT_CAP8_CAPn_H_Pos                                   16                                                        /*!< SCT CAP8: CAPn_H Position           */\r
-#define SCT_CAP8_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP8_CAPn_H_Pos)                     /*!< SCT CAP8: CAPn_H Mask               */\r
-\r
-// ---------------------------------------  SCT_MATCH8  -------------------------------------------\r
-#define SCT_MATCH8_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH8: MATCHn_L Position       */\r
-#define SCT_MATCH8_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH8_MATCHn_L_Pos)                 /*!< SCT MATCH8: MATCHn_L Mask           */\r
-#define SCT_MATCH8_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH8: MATCHn_H Position       */\r
-#define SCT_MATCH8_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH8_MATCHn_H_Pos)                 /*!< SCT MATCH8: MATCHn_H Mask           */\r
-\r
-// ---------------------------------------  SCT_MATCH9  -------------------------------------------\r
-#define SCT_MATCH9_MATCHn_L_Pos                               0                                                         /*!< SCT MATCH9: MATCHn_L Position       */\r
-#define SCT_MATCH9_MATCHn_L_Msk                               (0x0000ffffUL << SCT_MATCH9_MATCHn_L_Pos)                 /*!< SCT MATCH9: MATCHn_L Mask           */\r
-#define SCT_MATCH9_MATCHn_H_Pos                               16                                                        /*!< SCT MATCH9: MATCHn_H Position       */\r
-#define SCT_MATCH9_MATCHn_H_Msk                               (0x0000ffffUL << SCT_MATCH9_MATCHn_H_Pos)                 /*!< SCT MATCH9: MATCHn_H Mask           */\r
-\r
-// ----------------------------------------  SCT_CAP9  --------------------------------------------\r
-#define SCT_CAP9_CAPn_L_Pos                                   0                                                         /*!< SCT CAP9: CAPn_L Position           */\r
-#define SCT_CAP9_CAPn_L_Msk                                   (0x0000ffffUL << SCT_CAP9_CAPn_L_Pos)                     /*!< SCT CAP9: CAPn_L Mask               */\r
-#define SCT_CAP9_CAPn_H_Pos                                   16                                                        /*!< SCT CAP9: CAPn_H Position           */\r
-#define SCT_CAP9_CAPn_H_Msk                                   (0x0000ffffUL << SCT_CAP9_CAPn_H_Pos)                     /*!< SCT CAP9: CAPn_H Mask               */\r
-\r
-// ----------------------------------------  SCT_CAP10  -------------------------------------------\r
-#define SCT_CAP10_CAPn_L_Pos                                  0                                                         /*!< SCT CAP10: CAPn_L Position          */\r
-#define SCT_CAP10_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP10_CAPn_L_Pos)                    /*!< SCT CAP10: CAPn_L Mask              */\r
-#define SCT_CAP10_CAPn_H_Pos                                  16                                                        /*!< SCT CAP10: CAPn_H Position          */\r
-#define SCT_CAP10_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP10_CAPn_H_Pos)                    /*!< SCT CAP10: CAPn_H Mask              */\r
-\r
-// ---------------------------------------  SCT_MATCH10  ------------------------------------------\r
-#define SCT_MATCH10_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH10: MATCHn_L Position      */\r
-#define SCT_MATCH10_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH10_MATCHn_L_Pos)                /*!< SCT MATCH10: MATCHn_L Mask          */\r
-#define SCT_MATCH10_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH10: MATCHn_H Position      */\r
-#define SCT_MATCH10_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH10_MATCHn_H_Pos)                /*!< SCT MATCH10: MATCHn_H Mask          */\r
-\r
-// ----------------------------------------  SCT_CAP11  -------------------------------------------\r
-#define SCT_CAP11_CAPn_L_Pos                                  0                                                         /*!< SCT CAP11: CAPn_L Position          */\r
-#define SCT_CAP11_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP11_CAPn_L_Pos)                    /*!< SCT CAP11: CAPn_L Mask              */\r
-#define SCT_CAP11_CAPn_H_Pos                                  16                                                        /*!< SCT CAP11: CAPn_H Position          */\r
-#define SCT_CAP11_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP11_CAPn_H_Pos)                    /*!< SCT CAP11: CAPn_H Mask              */\r
-\r
-// ---------------------------------------  SCT_MATCH11  ------------------------------------------\r
-#define SCT_MATCH11_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH11: MATCHn_L Position      */\r
-#define SCT_MATCH11_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH11_MATCHn_L_Pos)                /*!< SCT MATCH11: MATCHn_L Mask          */\r
-#define SCT_MATCH11_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH11: MATCHn_H Position      */\r
-#define SCT_MATCH11_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH11_MATCHn_H_Pos)                /*!< SCT MATCH11: MATCHn_H Mask          */\r
-\r
-// ---------------------------------------  SCT_MATCH12  ------------------------------------------\r
-#define SCT_MATCH12_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH12: MATCHn_L Position      */\r
-#define SCT_MATCH12_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH12_MATCHn_L_Pos)                /*!< SCT MATCH12: MATCHn_L Mask          */\r
-#define SCT_MATCH12_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH12: MATCHn_H Position      */\r
-#define SCT_MATCH12_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH12_MATCHn_H_Pos)                /*!< SCT MATCH12: MATCHn_H Mask          */\r
-\r
-// ----------------------------------------  SCT_CAP12  -------------------------------------------\r
-#define SCT_CAP12_CAPn_L_Pos                                  0                                                         /*!< SCT CAP12: CAPn_L Position          */\r
-#define SCT_CAP12_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP12_CAPn_L_Pos)                    /*!< SCT CAP12: CAPn_L Mask              */\r
-#define SCT_CAP12_CAPn_H_Pos                                  16                                                        /*!< SCT CAP12: CAPn_H Position          */\r
-#define SCT_CAP12_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP12_CAPn_H_Pos)                    /*!< SCT CAP12: CAPn_H Mask              */\r
-\r
-// ----------------------------------------  SCT_CAP13  -------------------------------------------\r
-#define SCT_CAP13_CAPn_L_Pos                                  0                                                         /*!< SCT CAP13: CAPn_L Position          */\r
-#define SCT_CAP13_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP13_CAPn_L_Pos)                    /*!< SCT CAP13: CAPn_L Mask              */\r
-#define SCT_CAP13_CAPn_H_Pos                                  16                                                        /*!< SCT CAP13: CAPn_H Position          */\r
-#define SCT_CAP13_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP13_CAPn_H_Pos)                    /*!< SCT CAP13: CAPn_H Mask              */\r
-\r
-// ---------------------------------------  SCT_MATCH13  ------------------------------------------\r
-#define SCT_MATCH13_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH13: MATCHn_L Position      */\r
-#define SCT_MATCH13_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH13_MATCHn_L_Pos)                /*!< SCT MATCH13: MATCHn_L Mask          */\r
-#define SCT_MATCH13_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH13: MATCHn_H Position      */\r
-#define SCT_MATCH13_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH13_MATCHn_H_Pos)                /*!< SCT MATCH13: MATCHn_H Mask          */\r
-\r
-// ---------------------------------------  SCT_MATCH14  ------------------------------------------\r
-#define SCT_MATCH14_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH14: MATCHn_L Position      */\r
-#define SCT_MATCH14_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH14_MATCHn_L_Pos)                /*!< SCT MATCH14: MATCHn_L Mask          */\r
-#define SCT_MATCH14_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH14: MATCHn_H Position      */\r
-#define SCT_MATCH14_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH14_MATCHn_H_Pos)                /*!< SCT MATCH14: MATCHn_H Mask          */\r
-\r
-// ----------------------------------------  SCT_CAP14  -------------------------------------------\r
-#define SCT_CAP14_CAPn_L_Pos                                  0                                                         /*!< SCT CAP14: CAPn_L Position          */\r
-#define SCT_CAP14_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP14_CAPn_L_Pos)                    /*!< SCT CAP14: CAPn_L Mask              */\r
-#define SCT_CAP14_CAPn_H_Pos                                  16                                                        /*!< SCT CAP14: CAPn_H Position          */\r
-#define SCT_CAP14_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP14_CAPn_H_Pos)                    /*!< SCT CAP14: CAPn_H Mask              */\r
-\r
-// ---------------------------------------  SCT_MATCH15  ------------------------------------------\r
-#define SCT_MATCH15_MATCHn_L_Pos                              0                                                         /*!< SCT MATCH15: MATCHn_L Position      */\r
-#define SCT_MATCH15_MATCHn_L_Msk                              (0x0000ffffUL << SCT_MATCH15_MATCHn_L_Pos)                /*!< SCT MATCH15: MATCHn_L Mask          */\r
-#define SCT_MATCH15_MATCHn_H_Pos                              16                                                        /*!< SCT MATCH15: MATCHn_H Position      */\r
-#define SCT_MATCH15_MATCHn_H_Msk                              (0x0000ffffUL << SCT_MATCH15_MATCHn_H_Pos)                /*!< SCT MATCH15: MATCHn_H Mask          */\r
-\r
-// ----------------------------------------  SCT_CAP15  -------------------------------------------\r
-#define SCT_CAP15_CAPn_L_Pos                                  0                                                         /*!< SCT CAP15: CAPn_L Position          */\r
-#define SCT_CAP15_CAPn_L_Msk                                  (0x0000ffffUL << SCT_CAP15_CAPn_L_Pos)                    /*!< SCT CAP15: CAPn_L Mask              */\r
-#define SCT_CAP15_CAPn_H_Pos                                  16                                                        /*!< SCT CAP15: CAPn_H Position          */\r
-#define SCT_CAP15_CAPn_H_Msk                                  (0x0000ffffUL << SCT_CAP15_CAPn_H_Pos)                    /*!< SCT CAP15: CAPn_H Mask              */\r
-\r
-// --------------------------------------  SCT_MATCHREL0  -----------------------------------------\r
-#define SCT_MATCHREL0_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL0: RELOADn_L Position   */\r
-#define SCT_MATCHREL0_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL0_RELOADn_L_Pos)             /*!< SCT MATCHREL0: RELOADn_L Mask       */\r
-#define SCT_MATCHREL0_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL0: RELOADn_H Position   */\r
-#define SCT_MATCHREL0_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL0_RELOADn_H_Pos)             /*!< SCT MATCHREL0: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL0  ------------------------------------------\r
-#define SCT_CAPCTRL0_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL0: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL0: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL0: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL0: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL0: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL0: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL0: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL0: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL0: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL0: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL0_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL0_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL0: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL0_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL0: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL0: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL0: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL0: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL0: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL0: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL0_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL0_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL0: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL0_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL0: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL0_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL0_CAPCONn_H_Pos)              /*!< SCT CAPCTRL0: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL1  -----------------------------------------\r
-#define SCT_MATCHREL1_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL1: RELOADn_L Position   */\r
-#define SCT_MATCHREL1_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL1_RELOADn_L_Pos)             /*!< SCT MATCHREL1: RELOADn_L Mask       */\r
-#define SCT_MATCHREL1_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL1: RELOADn_H Position   */\r
-#define SCT_MATCHREL1_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL1_RELOADn_H_Pos)             /*!< SCT MATCHREL1: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL1  ------------------------------------------\r
-#define SCT_CAPCTRL1_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL1: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL1: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL1: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL1: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL1: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL1: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL1: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL1: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL1: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL1: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL1_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL1_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL1: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL1_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL1: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL1: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL1: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL1: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL1: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL1: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL1_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL1_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL1: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL1_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL1: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL1_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL1_CAPCONn_H_Pos)              /*!< SCT CAPCTRL1: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL2  -----------------------------------------\r
-#define SCT_MATCHREL2_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL2: RELOADn_L Position   */\r
-#define SCT_MATCHREL2_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL2_RELOADn_L_Pos)             /*!< SCT MATCHREL2: RELOADn_L Mask       */\r
-#define SCT_MATCHREL2_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL2: RELOADn_H Position   */\r
-#define SCT_MATCHREL2_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL2_RELOADn_H_Pos)             /*!< SCT MATCHREL2: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL2  ------------------------------------------\r
-#define SCT_CAPCTRL2_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL2: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL2: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL2: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL2: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL2: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL2: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL2: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL2: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL2: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL2: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL2_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL2_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL2: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL2_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL2: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL2: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL2: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL2: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL2: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL2: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL2_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL2_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL2: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL2_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL2: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL2_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL2_CAPCONn_H_Pos)              /*!< SCT CAPCTRL2: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL3  -----------------------------------------\r
-#define SCT_MATCHREL3_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL3: RELOADn_L Position   */\r
-#define SCT_MATCHREL3_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL3_RELOADn_L_Pos)             /*!< SCT MATCHREL3: RELOADn_L Mask       */\r
-#define SCT_MATCHREL3_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL3: RELOADn_H Position   */\r
-#define SCT_MATCHREL3_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL3_RELOADn_H_Pos)             /*!< SCT MATCHREL3: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL3  ------------------------------------------\r
-#define SCT_CAPCTRL3_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL3: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL3: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL3: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL3: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL3: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL3: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL3: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL3: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL3: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL3: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL3_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL3_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL3: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL3_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL3: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL3: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL3: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL3: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL3: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL3: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL3_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL3_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL3: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL3_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL3: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL3_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL3_CAPCONn_H_Pos)              /*!< SCT CAPCTRL3: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_CAPCTRL4  ------------------------------------------\r
-#define SCT_CAPCTRL4_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL4: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL4: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL4: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL4: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL4: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL4: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL4: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL4: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL4: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL4: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL4_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL4_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL4: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL4_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL4: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL4: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL4: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL4: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL4: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL4: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL4_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL4_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL4: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL4_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL4: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL4_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL4_CAPCONn_H_Pos)              /*!< SCT CAPCTRL4: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL4  -----------------------------------------\r
-#define SCT_MATCHREL4_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL4: RELOADn_L Position   */\r
-#define SCT_MATCHREL4_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL4_RELOADn_L_Pos)             /*!< SCT MATCHREL4: RELOADn_L Mask       */\r
-#define SCT_MATCHREL4_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL4: RELOADn_H Position   */\r
-#define SCT_MATCHREL4_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL4_RELOADn_H_Pos)             /*!< SCT MATCHREL4: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL5  ------------------------------------------\r
-#define SCT_CAPCTRL5_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL5: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL5: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL5: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL5: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL5: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL5: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL5: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL5: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL5: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL5: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL5_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL5_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL5: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL5_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL5: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL5: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL5: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL5: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL5: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL5: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL5_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL5_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL5: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL5_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL5: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL5_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL5_CAPCONn_H_Pos)              /*!< SCT CAPCTRL5: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL5  -----------------------------------------\r
-#define SCT_MATCHREL5_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL5: RELOADn_L Position   */\r
-#define SCT_MATCHREL5_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL5_RELOADn_L_Pos)             /*!< SCT MATCHREL5: RELOADn_L Mask       */\r
-#define SCT_MATCHREL5_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL5: RELOADn_H Position   */\r
-#define SCT_MATCHREL5_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL5_RELOADn_H_Pos)             /*!< SCT MATCHREL5: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_MATCHREL6  -----------------------------------------\r
-#define SCT_MATCHREL6_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL6: RELOADn_L Position   */\r
-#define SCT_MATCHREL6_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL6_RELOADn_L_Pos)             /*!< SCT MATCHREL6: RELOADn_L Mask       */\r
-#define SCT_MATCHREL6_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL6: RELOADn_H Position   */\r
-#define SCT_MATCHREL6_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL6_RELOADn_H_Pos)             /*!< SCT MATCHREL6: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL6  ------------------------------------------\r
-#define SCT_CAPCTRL6_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL6: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL6: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL6: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL6: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL6: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL6: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL6: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL6: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL6: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL6: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL6_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL6_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL6: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL6_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL6: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL6: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL6: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL6: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL6: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL6: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL6_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL6_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL6: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL6_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL6: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL6_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL6_CAPCONn_H_Pos)              /*!< SCT CAPCTRL6: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_CAPCTRL7  ------------------------------------------\r
-#define SCT_CAPCTRL7_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL7: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL7: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL7: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL7: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL7: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL7: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL7: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL7: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL7: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL7: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL7_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL7_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL7: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL7_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL7: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL7: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL7: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL7: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL7: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL7: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL7_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL7_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL7: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL7_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL7: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL7_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL7_CAPCONn_H_Pos)              /*!< SCT CAPCTRL7: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL7  -----------------------------------------\r
-#define SCT_MATCHREL7_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL7: RELOADn_L Position   */\r
-#define SCT_MATCHREL7_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL7_RELOADn_L_Pos)             /*!< SCT MATCHREL7: RELOADn_L Mask       */\r
-#define SCT_MATCHREL7_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL7: RELOADn_H Position   */\r
-#define SCT_MATCHREL7_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL7_RELOADn_H_Pos)             /*!< SCT MATCHREL7: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL8  ------------------------------------------\r
-#define SCT_CAPCTRL8_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL8: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL8: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL8: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL8: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL8: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL8: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL8: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL8: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL8: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL8: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL8_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL8_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL8: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL8_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL8: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL8: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL8: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL8: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL8: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL8: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL8_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL8_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL8: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL8_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL8: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL8_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL8_CAPCONn_H_Pos)              /*!< SCT CAPCTRL8: CAPCONn_H Mask        */\r
-\r
-// --------------------------------------  SCT_MATCHREL8  -----------------------------------------\r
-#define SCT_MATCHREL8_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL8: RELOADn_L Position   */\r
-#define SCT_MATCHREL8_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL8_RELOADn_L_Pos)             /*!< SCT MATCHREL8: RELOADn_L Mask       */\r
-#define SCT_MATCHREL8_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL8: RELOADn_H Position   */\r
-#define SCT_MATCHREL8_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL8_RELOADn_H_Pos)             /*!< SCT MATCHREL8: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_MATCHREL9  -----------------------------------------\r
-#define SCT_MATCHREL9_RELOADn_L_Pos                           0                                                         /*!< SCT MATCHREL9: RELOADn_L Position   */\r
-#define SCT_MATCHREL9_RELOADn_L_Msk                           (0x0000ffffUL << SCT_MATCHREL9_RELOADn_L_Pos)             /*!< SCT MATCHREL9: RELOADn_L Mask       */\r
-#define SCT_MATCHREL9_RELOADn_H_Pos                           16                                                        /*!< SCT MATCHREL9: RELOADn_H Position   */\r
-#define SCT_MATCHREL9_RELOADn_H_Msk                           (0x0000ffffUL << SCT_MATCHREL9_RELOADn_H_Pos)             /*!< SCT MATCHREL9: RELOADn_H Mask       */\r
-\r
-// --------------------------------------  SCT_CAPCTRL9  ------------------------------------------\r
-#define SCT_CAPCTRL9_CAPCONn_L0_Pos                           0                                                         /*!< SCT CAPCTRL9: CAPCONn_L0 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L0_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L0_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L0 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L1_Pos                           1                                                         /*!< SCT CAPCTRL9: CAPCONn_L1 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L1_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L1_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L1 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L2_Pos                           2                                                         /*!< SCT CAPCTRL9: CAPCONn_L2 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L2_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L2_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L2 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L3_Pos                           3                                                         /*!< SCT CAPCTRL9: CAPCONn_L3 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L3_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L3_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L3 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L4_Pos                           4                                                         /*!< SCT CAPCTRL9: CAPCONn_L4 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L4_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L4_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L4 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L5_Pos                           5                                                         /*!< SCT CAPCTRL9: CAPCONn_L5 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L5_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L5_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L5 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L6_Pos                           6                                                         /*!< SCT CAPCTRL9: CAPCONn_L6 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L6_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L6_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L6 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L7_Pos                           7                                                         /*!< SCT CAPCTRL9: CAPCONn_L7 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L7_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L7_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L7 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L8_Pos                           8                                                         /*!< SCT CAPCTRL9: CAPCONn_L8 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L8_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L8_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L8 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L9_Pos                           9                                                         /*!< SCT CAPCTRL9: CAPCONn_L9 Position   */\r
-#define SCT_CAPCTRL9_CAPCONn_L9_Msk                           (0x01UL << SCT_CAPCTRL9_CAPCONn_L9_Pos)                   /*!< SCT CAPCTRL9: CAPCONn_L9 Mask       */\r
-#define SCT_CAPCTRL9_CAPCONn_L10_Pos                          10                                                        /*!< SCT CAPCTRL9: CAPCONn_L10 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L10_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L10_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L10 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_L11_Pos                          11                                                        /*!< SCT CAPCTRL9: CAPCONn_L11 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L11_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L11_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L11 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_L12_Pos                          12                                                        /*!< SCT CAPCTRL9: CAPCONn_L12 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L12_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L12_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L12 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_L13_Pos                          13                                                        /*!< SCT CAPCTRL9: CAPCONn_L13 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L13_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L13_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L13 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_L14_Pos                          14                                                        /*!< SCT CAPCTRL9: CAPCONn_L14 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L14_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L14_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L14 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_L15_Pos                          15                                                        /*!< SCT CAPCTRL9: CAPCONn_L15 Position  */\r
-#define SCT_CAPCTRL9_CAPCONn_L15_Msk                          (0x01UL << SCT_CAPCTRL9_CAPCONn_L15_Pos)                  /*!< SCT CAPCTRL9: CAPCONn_L15 Mask      */\r
-#define SCT_CAPCTRL9_CAPCONn_H_Pos                            16                                                        /*!< SCT CAPCTRL9: CAPCONn_H Position    */\r
-#define SCT_CAPCTRL9_CAPCONn_H_Msk                            (0x0000ffffUL << SCT_CAPCTRL9_CAPCONn_H_Pos)              /*!< SCT CAPCTRL9: CAPCONn_H Mask        */\r
-\r
-// -------------------------------------  SCT_MATCHREL10  -----------------------------------------\r
-#define SCT_MATCHREL10_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL10: RELOADn_L Position  */\r
-#define SCT_MATCHREL10_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL10_RELOADn_L_Pos)            /*!< SCT MATCHREL10: RELOADn_L Mask      */\r
-#define SCT_MATCHREL10_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL10: RELOADn_H Position  */\r
-#define SCT_MATCHREL10_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL10_RELOADn_H_Pos)            /*!< SCT MATCHREL10: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL10  -----------------------------------------\r
-#define SCT_CAPCTRL10_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL10: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL10: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL10: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL10: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL10: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL10: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL10: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL10: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL10: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL10: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL10_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL10_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL10: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL10_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL10: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL10: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL10: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL10: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL10: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL10: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL10_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL10_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL10: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL10_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL10: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL10_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL10_CAPCONn_H_Pos)             /*!< SCT CAPCTRL10: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_MATCHREL11  -----------------------------------------\r
-#define SCT_MATCHREL11_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL11: RELOADn_L Position  */\r
-#define SCT_MATCHREL11_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL11_RELOADn_L_Pos)            /*!< SCT MATCHREL11: RELOADn_L Mask      */\r
-#define SCT_MATCHREL11_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL11: RELOADn_H Position  */\r
-#define SCT_MATCHREL11_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL11_RELOADn_H_Pos)            /*!< SCT MATCHREL11: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL11  -----------------------------------------\r
-#define SCT_CAPCTRL11_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL11: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL11: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL11: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL11: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL11: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL11: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL11: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL11: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL11: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL11: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL11_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL11_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL11: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL11_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL11: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL11: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL11: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL11: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL11: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL11: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL11_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL11_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL11: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL11_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL11: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL11_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL11_CAPCONn_H_Pos)             /*!< SCT CAPCTRL11: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_MATCHREL12  -----------------------------------------\r
-#define SCT_MATCHREL12_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL12: RELOADn_L Position  */\r
-#define SCT_MATCHREL12_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL12_RELOADn_L_Pos)            /*!< SCT MATCHREL12: RELOADn_L Mask      */\r
-#define SCT_MATCHREL12_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL12: RELOADn_H Position  */\r
-#define SCT_MATCHREL12_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL12_RELOADn_H_Pos)            /*!< SCT MATCHREL12: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL12  -----------------------------------------\r
-#define SCT_CAPCTRL12_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL12: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL12: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL12: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL12: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL12: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL12: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL12: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL12: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL12: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL12: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL12_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL12_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL12: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL12_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL12: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL12: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL12: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL12: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL12: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL12: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL12_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL12_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL12: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL12_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL12: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL12_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL12_CAPCONn_H_Pos)             /*!< SCT CAPCTRL12: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_MATCHREL13  -----------------------------------------\r
-#define SCT_MATCHREL13_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL13: RELOADn_L Position  */\r
-#define SCT_MATCHREL13_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL13_RELOADn_L_Pos)            /*!< SCT MATCHREL13: RELOADn_L Mask      */\r
-#define SCT_MATCHREL13_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL13: RELOADn_H Position  */\r
-#define SCT_MATCHREL13_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL13_RELOADn_H_Pos)            /*!< SCT MATCHREL13: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL13  -----------------------------------------\r
-#define SCT_CAPCTRL13_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL13: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL13: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL13: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL13: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL13: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL13: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL13: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL13: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL13: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL13: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL13_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL13_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL13: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL13_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL13: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL13: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL13: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL13: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL13: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL13: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL13_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL13_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL13: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL13_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL13: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL13_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL13_CAPCONn_H_Pos)             /*!< SCT CAPCTRL13: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_MATCHREL14  -----------------------------------------\r
-#define SCT_MATCHREL14_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL14: RELOADn_L Position  */\r
-#define SCT_MATCHREL14_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL14_RELOADn_L_Pos)            /*!< SCT MATCHREL14: RELOADn_L Mask      */\r
-#define SCT_MATCHREL14_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL14: RELOADn_H Position  */\r
-#define SCT_MATCHREL14_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL14_RELOADn_H_Pos)            /*!< SCT MATCHREL14: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL14  -----------------------------------------\r
-#define SCT_CAPCTRL14_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL14: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL14: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL14: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL14: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL14: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL14: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL14: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL14: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL14: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL14: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL14_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL14_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL14: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL14_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL14: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL14: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL14: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL14: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL14: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL14: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL14_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL14_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL14: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL14_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL14: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL14_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL14_CAPCONn_H_Pos)             /*!< SCT CAPCTRL14: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_MATCHREL15  -----------------------------------------\r
-#define SCT_MATCHREL15_RELOADn_L_Pos                          0                                                         /*!< SCT MATCHREL15: RELOADn_L Position  */\r
-#define SCT_MATCHREL15_RELOADn_L_Msk                          (0x0000ffffUL << SCT_MATCHREL15_RELOADn_L_Pos)            /*!< SCT MATCHREL15: RELOADn_L Mask      */\r
-#define SCT_MATCHREL15_RELOADn_H_Pos                          16                                                        /*!< SCT MATCHREL15: RELOADn_H Position  */\r
-#define SCT_MATCHREL15_RELOADn_H_Msk                          (0x0000ffffUL << SCT_MATCHREL15_RELOADn_H_Pos)            /*!< SCT MATCHREL15: RELOADn_H Mask      */\r
-\r
-// --------------------------------------  SCT_CAPCTRL15  -----------------------------------------\r
-#define SCT_CAPCTRL15_CAPCONn_L0_Pos                          0                                                         /*!< SCT CAPCTRL15: CAPCONn_L0 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L0_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L0_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L0 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L1_Pos                          1                                                         /*!< SCT CAPCTRL15: CAPCONn_L1 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L1_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L1_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L1 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L2_Pos                          2                                                         /*!< SCT CAPCTRL15: CAPCONn_L2 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L2_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L2_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L2 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L3_Pos                          3                                                         /*!< SCT CAPCTRL15: CAPCONn_L3 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L3_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L3_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L3 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L4_Pos                          4                                                         /*!< SCT CAPCTRL15: CAPCONn_L4 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L4_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L4_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L4 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L5_Pos                          5                                                         /*!< SCT CAPCTRL15: CAPCONn_L5 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L5_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L5_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L5 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L6_Pos                          6                                                         /*!< SCT CAPCTRL15: CAPCONn_L6 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L6_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L6_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L6 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L7_Pos                          7                                                         /*!< SCT CAPCTRL15: CAPCONn_L7 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L7_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L7_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L7 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L8_Pos                          8                                                         /*!< SCT CAPCTRL15: CAPCONn_L8 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L8_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L8_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L8 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L9_Pos                          9                                                         /*!< SCT CAPCTRL15: CAPCONn_L9 Position  */\r
-#define SCT_CAPCTRL15_CAPCONn_L9_Msk                          (0x01UL << SCT_CAPCTRL15_CAPCONn_L9_Pos)                  /*!< SCT CAPCTRL15: CAPCONn_L9 Mask      */\r
-#define SCT_CAPCTRL15_CAPCONn_L10_Pos                         10                                                        /*!< SCT CAPCTRL15: CAPCONn_L10 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L10_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L10_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L10 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_L11_Pos                         11                                                        /*!< SCT CAPCTRL15: CAPCONn_L11 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L11_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L11_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L11 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_L12_Pos                         12                                                        /*!< SCT CAPCTRL15: CAPCONn_L12 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L12_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L12_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L12 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_L13_Pos                         13                                                        /*!< SCT CAPCTRL15: CAPCONn_L13 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L13_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L13_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L13 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_L14_Pos                         14                                                        /*!< SCT CAPCTRL15: CAPCONn_L14 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L14_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L14_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L14 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_L15_Pos                         15                                                        /*!< SCT CAPCTRL15: CAPCONn_L15 Position */\r
-#define SCT_CAPCTRL15_CAPCONn_L15_Msk                         (0x01UL << SCT_CAPCTRL15_CAPCONn_L15_Pos)                 /*!< SCT CAPCTRL15: CAPCONn_L15 Mask     */\r
-#define SCT_CAPCTRL15_CAPCONn_H_Pos                           16                                                        /*!< SCT CAPCTRL15: CAPCONn_H Position   */\r
-#define SCT_CAPCTRL15_CAPCONn_H_Msk                           (0x0000ffffUL << SCT_CAPCTRL15_CAPCONn_H_Pos)             /*!< SCT CAPCTRL15: CAPCONn_H Mask       */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK0  ----------------------------------------\r
-#define SCT_EVSTATEMSK0_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK0: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK0: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK0: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK0: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK0: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK0: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK0: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK0: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK0: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK0: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK0_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK0: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK0_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK0: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK0: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK0: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK0: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK0: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK0: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK0: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK0: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK0: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK0: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK0: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK0: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK0: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK0: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK0: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK0: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK0: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK0: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK0: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK0: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK0: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK0_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK0: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK0_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK0_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK0: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL0  ------------------------------------------\r
-#define SCT_EVCTRL0_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL0: MATCHSEL Position      */\r
-#define SCT_EVCTRL0_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL0_MATCHSEL_Pos)                      /*!< SCT EVCTRL0: MATCHSEL Mask          */\r
-#define SCT_EVCTRL0_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL0: HEVENT Position        */\r
-#define SCT_EVCTRL0_HEVENT_Msk                                (0x01UL << SCT_EVCTRL0_HEVENT_Pos)                        /*!< SCT EVCTRL0: HEVENT Mask            */\r
-#define SCT_EVCTRL0_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL0: OUTSEL Position        */\r
-#define SCT_EVCTRL0_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL0_OUTSEL_Pos)                        /*!< SCT EVCTRL0: OUTSEL Mask            */\r
-#define SCT_EVCTRL0_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL0: IOSEL Position         */\r
-#define SCT_EVCTRL0_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL0_IOSEL_Pos)                         /*!< SCT EVCTRL0: IOSEL Mask             */\r
-#define SCT_EVCTRL0_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL0: IOCOND Position        */\r
-#define SCT_EVCTRL0_IOCOND_Msk                                (0x03UL << SCT_EVCTRL0_IOCOND_Pos)                        /*!< SCT EVCTRL0: IOCOND Mask            */\r
-#define SCT_EVCTRL0_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL0: COMBMODE Position      */\r
-#define SCT_EVCTRL0_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL0_COMBMODE_Pos)                      /*!< SCT EVCTRL0: COMBMODE Mask          */\r
-#define SCT_EVCTRL0_STATELD_Pos                               14                                                        /*!< SCT EVCTRL0: STATELD Position       */\r
-#define SCT_EVCTRL0_STATELD_Msk                               (0x01UL << SCT_EVCTRL0_STATELD_Pos)                       /*!< SCT EVCTRL0: STATELD Mask           */\r
-#define SCT_EVCTRL0_STATEV_Pos                                15                                                        /*!< SCT EVCTRL0: STATEV Position        */\r
-#define SCT_EVCTRL0_STATEV_Msk                                (0x1fUL << SCT_EVCTRL0_STATEV_Pos)                        /*!< SCT EVCTRL0: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK1  ----------------------------------------\r
-#define SCT_EVSTATEMSK1_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK1: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK1: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK1: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK1: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK1: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK1: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK1: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK1: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK1: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK1: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK1_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK1: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK1_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK1: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK1: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK1: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK1: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK1: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK1: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK1: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK1: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK1: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK1: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK1: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK1: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK1: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK1: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK1: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK1: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK1: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK1: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK1: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK1: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK1: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK1_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK1: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK1_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK1_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK1: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL1  ------------------------------------------\r
-#define SCT_EVCTRL1_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL1: MATCHSEL Position      */\r
-#define SCT_EVCTRL1_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL1_MATCHSEL_Pos)                      /*!< SCT EVCTRL1: MATCHSEL Mask          */\r
-#define SCT_EVCTRL1_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL1: HEVENT Position        */\r
-#define SCT_EVCTRL1_HEVENT_Msk                                (0x01UL << SCT_EVCTRL1_HEVENT_Pos)                        /*!< SCT EVCTRL1: HEVENT Mask            */\r
-#define SCT_EVCTRL1_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL1: OUTSEL Position        */\r
-#define SCT_EVCTRL1_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL1_OUTSEL_Pos)                        /*!< SCT EVCTRL1: OUTSEL Mask            */\r
-#define SCT_EVCTRL1_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL1: IOSEL Position         */\r
-#define SCT_EVCTRL1_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL1_IOSEL_Pos)                         /*!< SCT EVCTRL1: IOSEL Mask             */\r
-#define SCT_EVCTRL1_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL1: IOCOND Position        */\r
-#define SCT_EVCTRL1_IOCOND_Msk                                (0x03UL << SCT_EVCTRL1_IOCOND_Pos)                        /*!< SCT EVCTRL1: IOCOND Mask            */\r
-#define SCT_EVCTRL1_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL1: COMBMODE Position      */\r
-#define SCT_EVCTRL1_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL1_COMBMODE_Pos)                      /*!< SCT EVCTRL1: COMBMODE Mask          */\r
-#define SCT_EVCTRL1_STATELD_Pos                               14                                                        /*!< SCT EVCTRL1: STATELD Position       */\r
-#define SCT_EVCTRL1_STATELD_Msk                               (0x01UL << SCT_EVCTRL1_STATELD_Pos)                       /*!< SCT EVCTRL1: STATELD Mask           */\r
-#define SCT_EVCTRL1_STATEV_Pos                                15                                                        /*!< SCT EVCTRL1: STATEV Position        */\r
-#define SCT_EVCTRL1_STATEV_Msk                                (0x1fUL << SCT_EVCTRL1_STATEV_Pos)                        /*!< SCT EVCTRL1: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK2  ----------------------------------------\r
-#define SCT_EVSTATEMSK2_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK2: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK2: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK2: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK2: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK2: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK2: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK2: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK2: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK2: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK2: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK2_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK2: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK2_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK2: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK2: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK2: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK2: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK2: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK2: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK2: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK2: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK2: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK2: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK2: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK2: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK2: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK2: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK2: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK2: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK2: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK2: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK2: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK2: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK2: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK2_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK2: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK2_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK2_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK2: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL2  ------------------------------------------\r
-#define SCT_EVCTRL2_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL2: MATCHSEL Position      */\r
-#define SCT_EVCTRL2_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL2_MATCHSEL_Pos)                      /*!< SCT EVCTRL2: MATCHSEL Mask          */\r
-#define SCT_EVCTRL2_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL2: HEVENT Position        */\r
-#define SCT_EVCTRL2_HEVENT_Msk                                (0x01UL << SCT_EVCTRL2_HEVENT_Pos)                        /*!< SCT EVCTRL2: HEVENT Mask            */\r
-#define SCT_EVCTRL2_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL2: OUTSEL Position        */\r
-#define SCT_EVCTRL2_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL2_OUTSEL_Pos)                        /*!< SCT EVCTRL2: OUTSEL Mask            */\r
-#define SCT_EVCTRL2_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL2: IOSEL Position         */\r
-#define SCT_EVCTRL2_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL2_IOSEL_Pos)                         /*!< SCT EVCTRL2: IOSEL Mask             */\r
-#define SCT_EVCTRL2_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL2: IOCOND Position        */\r
-#define SCT_EVCTRL2_IOCOND_Msk                                (0x03UL << SCT_EVCTRL2_IOCOND_Pos)                        /*!< SCT EVCTRL2: IOCOND Mask            */\r
-#define SCT_EVCTRL2_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL2: COMBMODE Position      */\r
-#define SCT_EVCTRL2_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL2_COMBMODE_Pos)                      /*!< SCT EVCTRL2: COMBMODE Mask          */\r
-#define SCT_EVCTRL2_STATELD_Pos                               14                                                        /*!< SCT EVCTRL2: STATELD Position       */\r
-#define SCT_EVCTRL2_STATELD_Msk                               (0x01UL << SCT_EVCTRL2_STATELD_Pos)                       /*!< SCT EVCTRL2: STATELD Mask           */\r
-#define SCT_EVCTRL2_STATEV_Pos                                15                                                        /*!< SCT EVCTRL2: STATEV Position        */\r
-#define SCT_EVCTRL2_STATEV_Msk                                (0x1fUL << SCT_EVCTRL2_STATEV_Pos)                        /*!< SCT EVCTRL2: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK3  ----------------------------------------\r
-#define SCT_EVSTATEMSK3_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK3: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK3: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK3: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK3: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK3: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK3: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK3: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK3: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK3: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK3: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK3_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK3: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK3_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK3: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK3: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK3: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK3: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK3: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK3: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK3: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK3: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK3: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK3: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK3: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK3: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK3: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK3: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK3: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK3: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK3: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK3: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK3: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK3: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK3: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK3_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK3: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK3_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK3_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK3: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL3  ------------------------------------------\r
-#define SCT_EVCTRL3_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL3: MATCHSEL Position      */\r
-#define SCT_EVCTRL3_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL3_MATCHSEL_Pos)                      /*!< SCT EVCTRL3: MATCHSEL Mask          */\r
-#define SCT_EVCTRL3_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL3: HEVENT Position        */\r
-#define SCT_EVCTRL3_HEVENT_Msk                                (0x01UL << SCT_EVCTRL3_HEVENT_Pos)                        /*!< SCT EVCTRL3: HEVENT Mask            */\r
-#define SCT_EVCTRL3_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL3: OUTSEL Position        */\r
-#define SCT_EVCTRL3_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL3_OUTSEL_Pos)                        /*!< SCT EVCTRL3: OUTSEL Mask            */\r
-#define SCT_EVCTRL3_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL3: IOSEL Position         */\r
-#define SCT_EVCTRL3_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL3_IOSEL_Pos)                         /*!< SCT EVCTRL3: IOSEL Mask             */\r
-#define SCT_EVCTRL3_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL3: IOCOND Position        */\r
-#define SCT_EVCTRL3_IOCOND_Msk                                (0x03UL << SCT_EVCTRL3_IOCOND_Pos)                        /*!< SCT EVCTRL3: IOCOND Mask            */\r
-#define SCT_EVCTRL3_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL3: COMBMODE Position      */\r
-#define SCT_EVCTRL3_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL3_COMBMODE_Pos)                      /*!< SCT EVCTRL3: COMBMODE Mask          */\r
-#define SCT_EVCTRL3_STATELD_Pos                               14                                                        /*!< SCT EVCTRL3: STATELD Position       */\r
-#define SCT_EVCTRL3_STATELD_Msk                               (0x01UL << SCT_EVCTRL3_STATELD_Pos)                       /*!< SCT EVCTRL3: STATELD Mask           */\r
-#define SCT_EVCTRL3_STATEV_Pos                                15                                                        /*!< SCT EVCTRL3: STATEV Position        */\r
-#define SCT_EVCTRL3_STATEV_Msk                                (0x1fUL << SCT_EVCTRL3_STATEV_Pos)                        /*!< SCT EVCTRL3: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK4  ----------------------------------------\r
-#define SCT_EVSTATEMSK4_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK4: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK4: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK4: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK4: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK4: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK4: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK4: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK4: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK4: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK4: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK4_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK4: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK4_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK4: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK4: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK4: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK4: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK4: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK4: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK4: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK4: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK4: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK4: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK4: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK4: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK4: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK4: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK4: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK4: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK4: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK4: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK4: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK4: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK4: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK4_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK4: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK4_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK4_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK4: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL4  ------------------------------------------\r
-#define SCT_EVCTRL4_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL4: MATCHSEL Position      */\r
-#define SCT_EVCTRL4_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL4_MATCHSEL_Pos)                      /*!< SCT EVCTRL4: MATCHSEL Mask          */\r
-#define SCT_EVCTRL4_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL4: HEVENT Position        */\r
-#define SCT_EVCTRL4_HEVENT_Msk                                (0x01UL << SCT_EVCTRL4_HEVENT_Pos)                        /*!< SCT EVCTRL4: HEVENT Mask            */\r
-#define SCT_EVCTRL4_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL4: OUTSEL Position        */\r
-#define SCT_EVCTRL4_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL4_OUTSEL_Pos)                        /*!< SCT EVCTRL4: OUTSEL Mask            */\r
-#define SCT_EVCTRL4_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL4: IOSEL Position         */\r
-#define SCT_EVCTRL4_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL4_IOSEL_Pos)                         /*!< SCT EVCTRL4: IOSEL Mask             */\r
-#define SCT_EVCTRL4_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL4: IOCOND Position        */\r
-#define SCT_EVCTRL4_IOCOND_Msk                                (0x03UL << SCT_EVCTRL4_IOCOND_Pos)                        /*!< SCT EVCTRL4: IOCOND Mask            */\r
-#define SCT_EVCTRL4_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL4: COMBMODE Position      */\r
-#define SCT_EVCTRL4_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL4_COMBMODE_Pos)                      /*!< SCT EVCTRL4: COMBMODE Mask          */\r
-#define SCT_EVCTRL4_STATELD_Pos                               14                                                        /*!< SCT EVCTRL4: STATELD Position       */\r
-#define SCT_EVCTRL4_STATELD_Msk                               (0x01UL << SCT_EVCTRL4_STATELD_Pos)                       /*!< SCT EVCTRL4: STATELD Mask           */\r
-#define SCT_EVCTRL4_STATEV_Pos                                15                                                        /*!< SCT EVCTRL4: STATEV Position        */\r
-#define SCT_EVCTRL4_STATEV_Msk                                (0x1fUL << SCT_EVCTRL4_STATEV_Pos)                        /*!< SCT EVCTRL4: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK5  ----------------------------------------\r
-#define SCT_EVSTATEMSK5_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK5: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK5: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK5: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK5: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK5: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK5: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK5: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK5: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK5: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK5: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK5_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK5: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK5_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK5: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK5: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK5: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK5: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK5: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK5: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK5: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK5: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK5: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK5: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK5: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK5: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK5: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK5: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK5: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK5: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK5: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK5: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK5: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK5: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK5: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK5_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK5: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK5_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK5_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK5: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL5  ------------------------------------------\r
-#define SCT_EVCTRL5_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL5: MATCHSEL Position      */\r
-#define SCT_EVCTRL5_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL5_MATCHSEL_Pos)                      /*!< SCT EVCTRL5: MATCHSEL Mask          */\r
-#define SCT_EVCTRL5_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL5: HEVENT Position        */\r
-#define SCT_EVCTRL5_HEVENT_Msk                                (0x01UL << SCT_EVCTRL5_HEVENT_Pos)                        /*!< SCT EVCTRL5: HEVENT Mask            */\r
-#define SCT_EVCTRL5_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL5: OUTSEL Position        */\r
-#define SCT_EVCTRL5_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL5_OUTSEL_Pos)                        /*!< SCT EVCTRL5: OUTSEL Mask            */\r
-#define SCT_EVCTRL5_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL5: IOSEL Position         */\r
-#define SCT_EVCTRL5_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL5_IOSEL_Pos)                         /*!< SCT EVCTRL5: IOSEL Mask             */\r
-#define SCT_EVCTRL5_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL5: IOCOND Position        */\r
-#define SCT_EVCTRL5_IOCOND_Msk                                (0x03UL << SCT_EVCTRL5_IOCOND_Pos)                        /*!< SCT EVCTRL5: IOCOND Mask            */\r
-#define SCT_EVCTRL5_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL5: COMBMODE Position      */\r
-#define SCT_EVCTRL5_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL5_COMBMODE_Pos)                      /*!< SCT EVCTRL5: COMBMODE Mask          */\r
-#define SCT_EVCTRL5_STATELD_Pos                               14                                                        /*!< SCT EVCTRL5: STATELD Position       */\r
-#define SCT_EVCTRL5_STATELD_Msk                               (0x01UL << SCT_EVCTRL5_STATELD_Pos)                       /*!< SCT EVCTRL5: STATELD Mask           */\r
-#define SCT_EVCTRL5_STATEV_Pos                                15                                                        /*!< SCT EVCTRL5: STATEV Position        */\r
-#define SCT_EVCTRL5_STATEV_Msk                                (0x1fUL << SCT_EVCTRL5_STATEV_Pos)                        /*!< SCT EVCTRL5: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK6  ----------------------------------------\r
-#define SCT_EVSTATEMSK6_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK6: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK6: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK6: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK6: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK6: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK6: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK6: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK6: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK6: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK6: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK6_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK6: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK6_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK6: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK6: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK6: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK6: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK6: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK6: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK6: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK6: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK6: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK6: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK6: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK6: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK6: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK6: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK6: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK6: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK6: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK6: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK6: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK6: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK6: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK6_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK6: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK6_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK6_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK6: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL6  ------------------------------------------\r
-#define SCT_EVCTRL6_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL6: MATCHSEL Position      */\r
-#define SCT_EVCTRL6_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL6_MATCHSEL_Pos)                      /*!< SCT EVCTRL6: MATCHSEL Mask          */\r
-#define SCT_EVCTRL6_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL6: HEVENT Position        */\r
-#define SCT_EVCTRL6_HEVENT_Msk                                (0x01UL << SCT_EVCTRL6_HEVENT_Pos)                        /*!< SCT EVCTRL6: HEVENT Mask            */\r
-#define SCT_EVCTRL6_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL6: OUTSEL Position        */\r
-#define SCT_EVCTRL6_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL6_OUTSEL_Pos)                        /*!< SCT EVCTRL6: OUTSEL Mask            */\r
-#define SCT_EVCTRL6_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL6: IOSEL Position         */\r
-#define SCT_EVCTRL6_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL6_IOSEL_Pos)                         /*!< SCT EVCTRL6: IOSEL Mask             */\r
-#define SCT_EVCTRL6_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL6: IOCOND Position        */\r
-#define SCT_EVCTRL6_IOCOND_Msk                                (0x03UL << SCT_EVCTRL6_IOCOND_Pos)                        /*!< SCT EVCTRL6: IOCOND Mask            */\r
-#define SCT_EVCTRL6_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL6: COMBMODE Position      */\r
-#define SCT_EVCTRL6_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL6_COMBMODE_Pos)                      /*!< SCT EVCTRL6: COMBMODE Mask          */\r
-#define SCT_EVCTRL6_STATELD_Pos                               14                                                        /*!< SCT EVCTRL6: STATELD Position       */\r
-#define SCT_EVCTRL6_STATELD_Msk                               (0x01UL << SCT_EVCTRL6_STATELD_Pos)                       /*!< SCT EVCTRL6: STATELD Mask           */\r
-#define SCT_EVCTRL6_STATEV_Pos                                15                                                        /*!< SCT EVCTRL6: STATEV Position        */\r
-#define SCT_EVCTRL6_STATEV_Msk                                (0x1fUL << SCT_EVCTRL6_STATEV_Pos)                        /*!< SCT EVCTRL6: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK7  ----------------------------------------\r
-#define SCT_EVSTATEMSK7_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK7: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK7: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK7: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK7: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK7: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK7: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK7: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK7: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK7: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK7: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK7_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK7: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK7_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK7: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK7: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK7: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK7: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK7: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK7: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK7: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK7: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK7: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK7: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK7: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK7: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK7: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK7: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK7: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK7: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK7: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK7: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK7: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK7: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK7: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK7_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK7: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK7_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK7_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK7: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL7  ------------------------------------------\r
-#define SCT_EVCTRL7_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL7: MATCHSEL Position      */\r
-#define SCT_EVCTRL7_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL7_MATCHSEL_Pos)                      /*!< SCT EVCTRL7: MATCHSEL Mask          */\r
-#define SCT_EVCTRL7_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL7: HEVENT Position        */\r
-#define SCT_EVCTRL7_HEVENT_Msk                                (0x01UL << SCT_EVCTRL7_HEVENT_Pos)                        /*!< SCT EVCTRL7: HEVENT Mask            */\r
-#define SCT_EVCTRL7_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL7: OUTSEL Position        */\r
-#define SCT_EVCTRL7_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL7_OUTSEL_Pos)                        /*!< SCT EVCTRL7: OUTSEL Mask            */\r
-#define SCT_EVCTRL7_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL7: IOSEL Position         */\r
-#define SCT_EVCTRL7_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL7_IOSEL_Pos)                         /*!< SCT EVCTRL7: IOSEL Mask             */\r
-#define SCT_EVCTRL7_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL7: IOCOND Position        */\r
-#define SCT_EVCTRL7_IOCOND_Msk                                (0x03UL << SCT_EVCTRL7_IOCOND_Pos)                        /*!< SCT EVCTRL7: IOCOND Mask            */\r
-#define SCT_EVCTRL7_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL7: COMBMODE Position      */\r
-#define SCT_EVCTRL7_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL7_COMBMODE_Pos)                      /*!< SCT EVCTRL7: COMBMODE Mask          */\r
-#define SCT_EVCTRL7_STATELD_Pos                               14                                                        /*!< SCT EVCTRL7: STATELD Position       */\r
-#define SCT_EVCTRL7_STATELD_Msk                               (0x01UL << SCT_EVCTRL7_STATELD_Pos)                       /*!< SCT EVCTRL7: STATELD Mask           */\r
-#define SCT_EVCTRL7_STATEV_Pos                                15                                                        /*!< SCT EVCTRL7: STATEV Position        */\r
-#define SCT_EVCTRL7_STATEV_Msk                                (0x1fUL << SCT_EVCTRL7_STATEV_Pos)                        /*!< SCT EVCTRL7: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK8  ----------------------------------------\r
-#define SCT_EVSTATEMSK8_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK8: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK8: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK8: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK8: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK8: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK8: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK8: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK8: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK8: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK8: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK8_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK8: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK8_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK8: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK8: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK8: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK8: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK8: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK8: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK8: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK8: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK8: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK8: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK8: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK8: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK8: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK8: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK8: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK8: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK8: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK8: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK8: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK8: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK8: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK8_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK8: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK8_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK8_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK8: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL8  ------------------------------------------\r
-#define SCT_EVCTRL8_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL8: MATCHSEL Position      */\r
-#define SCT_EVCTRL8_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL8_MATCHSEL_Pos)                      /*!< SCT EVCTRL8: MATCHSEL Mask          */\r
-#define SCT_EVCTRL8_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL8: HEVENT Position        */\r
-#define SCT_EVCTRL8_HEVENT_Msk                                (0x01UL << SCT_EVCTRL8_HEVENT_Pos)                        /*!< SCT EVCTRL8: HEVENT Mask            */\r
-#define SCT_EVCTRL8_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL8: OUTSEL Position        */\r
-#define SCT_EVCTRL8_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL8_OUTSEL_Pos)                        /*!< SCT EVCTRL8: OUTSEL Mask            */\r
-#define SCT_EVCTRL8_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL8: IOSEL Position         */\r
-#define SCT_EVCTRL8_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL8_IOSEL_Pos)                         /*!< SCT EVCTRL8: IOSEL Mask             */\r
-#define SCT_EVCTRL8_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL8: IOCOND Position        */\r
-#define SCT_EVCTRL8_IOCOND_Msk                                (0x03UL << SCT_EVCTRL8_IOCOND_Pos)                        /*!< SCT EVCTRL8: IOCOND Mask            */\r
-#define SCT_EVCTRL8_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL8: COMBMODE Position      */\r
-#define SCT_EVCTRL8_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL8_COMBMODE_Pos)                      /*!< SCT EVCTRL8: COMBMODE Mask          */\r
-#define SCT_EVCTRL8_STATELD_Pos                               14                                                        /*!< SCT EVCTRL8: STATELD Position       */\r
-#define SCT_EVCTRL8_STATELD_Msk                               (0x01UL << SCT_EVCTRL8_STATELD_Pos)                       /*!< SCT EVCTRL8: STATELD Mask           */\r
-#define SCT_EVCTRL8_STATEV_Pos                                15                                                        /*!< SCT EVCTRL8: STATEV Position        */\r
-#define SCT_EVCTRL8_STATEV_Msk                                (0x1fUL << SCT_EVCTRL8_STATEV_Pos)                        /*!< SCT EVCTRL8: STATEV Mask            */\r
-\r
-// -------------------------------------  SCT_EVSTATEMSK9  ----------------------------------------\r
-#define SCT_EVSTATEMSK9_STATEMSKn0_Pos                        0                                                         /*!< SCT EVSTATEMSK9: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn0_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn0_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn0 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn1_Pos                        1                                                         /*!< SCT EVSTATEMSK9: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn1_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn1_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn1 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn2_Pos                        2                                                         /*!< SCT EVSTATEMSK9: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn2_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn2_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn2 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn3_Pos                        3                                                         /*!< SCT EVSTATEMSK9: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn3_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn3_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn3 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn4_Pos                        4                                                         /*!< SCT EVSTATEMSK9: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn4_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn4_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn4 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn5_Pos                        5                                                         /*!< SCT EVSTATEMSK9: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn5_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn5_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn5 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn6_Pos                        6                                                         /*!< SCT EVSTATEMSK9: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn6_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn6_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn6 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn7_Pos                        7                                                         /*!< SCT EVSTATEMSK9: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn7_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn7_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn7 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn8_Pos                        8                                                         /*!< SCT EVSTATEMSK9: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn8_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn8_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn8 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn9_Pos                        9                                                         /*!< SCT EVSTATEMSK9: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn9_Msk                        (0x01UL << SCT_EVSTATEMSK9_STATEMSKn9_Pos)                /*!< SCT EVSTATEMSK9: STATEMSKn9 Mask    */\r
-#define SCT_EVSTATEMSK9_STATEMSKn10_Pos                       10                                                        /*!< SCT EVSTATEMSK9: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn10_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn10_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn10 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn11_Pos                       11                                                        /*!< SCT EVSTATEMSK9: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn11_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn11_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn11 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn12_Pos                       12                                                        /*!< SCT EVSTATEMSK9: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn12_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn12_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn12 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn13_Pos                       13                                                        /*!< SCT EVSTATEMSK9: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn13_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn13_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn13 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn14_Pos                       14                                                        /*!< SCT EVSTATEMSK9: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn14_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn14_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn14 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn15_Pos                       15                                                        /*!< SCT EVSTATEMSK9: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn15_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn15_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn15 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn16_Pos                       16                                                        /*!< SCT EVSTATEMSK9: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn16_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn16_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn16 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn17_Pos                       17                                                        /*!< SCT EVSTATEMSK9: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn17_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn17_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn17 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn18_Pos                       18                                                        /*!< SCT EVSTATEMSK9: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn18_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn18_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn18 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn19_Pos                       19                                                        /*!< SCT EVSTATEMSK9: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn19_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn19_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn19 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn20_Pos                       20                                                        /*!< SCT EVSTATEMSK9: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn20_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn20_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn20 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn21_Pos                       21                                                        /*!< SCT EVSTATEMSK9: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn21_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn21_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn21 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn22_Pos                       22                                                        /*!< SCT EVSTATEMSK9: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn22_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn22_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn22 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn23_Pos                       23                                                        /*!< SCT EVSTATEMSK9: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn23_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn23_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn23 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn24_Pos                       24                                                        /*!< SCT EVSTATEMSK9: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn24_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn24_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn24 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn25_Pos                       25                                                        /*!< SCT EVSTATEMSK9: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn25_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn25_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn25 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn26_Pos                       26                                                        /*!< SCT EVSTATEMSK9: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn26_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn26_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn26 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn27_Pos                       27                                                        /*!< SCT EVSTATEMSK9: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn27_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn27_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn27 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn28_Pos                       28                                                        /*!< SCT EVSTATEMSK9: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn28_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn28_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn28 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn29_Pos                       29                                                        /*!< SCT EVSTATEMSK9: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn29_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn29_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn29 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn30_Pos                       30                                                        /*!< SCT EVSTATEMSK9: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn30_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn30_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn30 Mask   */\r
-#define SCT_EVSTATEMSK9_STATEMSKn31_Pos                       31                                                        /*!< SCT EVSTATEMSK9: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK9_STATEMSKn31_Msk                       (0x01UL << SCT_EVSTATEMSK9_STATEMSKn31_Pos)               /*!< SCT EVSTATEMSK9: STATEMSKn31 Mask   */\r
-\r
-// ---------------------------------------  SCT_EVCTRL9  ------------------------------------------\r
-#define SCT_EVCTRL9_MATCHSEL_Pos                              0                                                         /*!< SCT EVCTRL9: MATCHSEL Position      */\r
-#define SCT_EVCTRL9_MATCHSEL_Msk                              (0x0fUL << SCT_EVCTRL9_MATCHSEL_Pos)                      /*!< SCT EVCTRL9: MATCHSEL Mask          */\r
-#define SCT_EVCTRL9_HEVENT_Pos                                4                                                         /*!< SCT EVCTRL9: HEVENT Position        */\r
-#define SCT_EVCTRL9_HEVENT_Msk                                (0x01UL << SCT_EVCTRL9_HEVENT_Pos)                        /*!< SCT EVCTRL9: HEVENT Mask            */\r
-#define SCT_EVCTRL9_OUTSEL_Pos                                5                                                         /*!< SCT EVCTRL9: OUTSEL Position        */\r
-#define SCT_EVCTRL9_OUTSEL_Msk                                (0x01UL << SCT_EVCTRL9_OUTSEL_Pos)                        /*!< SCT EVCTRL9: OUTSEL Mask            */\r
-#define SCT_EVCTRL9_IOSEL_Pos                                 6                                                         /*!< SCT EVCTRL9: IOSEL Position         */\r
-#define SCT_EVCTRL9_IOSEL_Msk                                 (0x0fUL << SCT_EVCTRL9_IOSEL_Pos)                         /*!< SCT EVCTRL9: IOSEL Mask             */\r
-#define SCT_EVCTRL9_IOCOND_Pos                                10                                                        /*!< SCT EVCTRL9: IOCOND Position        */\r
-#define SCT_EVCTRL9_IOCOND_Msk                                (0x03UL << SCT_EVCTRL9_IOCOND_Pos)                        /*!< SCT EVCTRL9: IOCOND Mask            */\r
-#define SCT_EVCTRL9_COMBMODE_Pos                              12                                                        /*!< SCT EVCTRL9: COMBMODE Position      */\r
-#define SCT_EVCTRL9_COMBMODE_Msk                              (0x03UL << SCT_EVCTRL9_COMBMODE_Pos)                      /*!< SCT EVCTRL9: COMBMODE Mask          */\r
-#define SCT_EVCTRL9_STATELD_Pos                               14                                                        /*!< SCT EVCTRL9: STATELD Position       */\r
-#define SCT_EVCTRL9_STATELD_Msk                               (0x01UL << SCT_EVCTRL9_STATELD_Pos)                       /*!< SCT EVCTRL9: STATELD Mask           */\r
-#define SCT_EVCTRL9_STATEV_Pos                                15                                                        /*!< SCT EVCTRL9: STATEV Position        */\r
-#define SCT_EVCTRL9_STATEV_Msk                                (0x1fUL << SCT_EVCTRL9_STATEV_Pos)                        /*!< SCT EVCTRL9: STATEV Mask            */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK10  ----------------------------------------\r
-#define SCT_EVSTATEMSK10_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK10: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK10: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK10: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK10: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK10: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK10: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK10: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK10: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK10: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK10: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK10_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK10: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK10_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK10: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK10: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK10: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK10: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK10: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK10: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK10: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK10: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK10: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK10: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK10: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK10: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK10: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK10: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK10: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK10: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK10: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK10: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK10: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK10: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK10: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK10_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK10: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK10_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK10_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK10: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL10  ------------------------------------------\r
-#define SCT_EVCTRL10_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL10: MATCHSEL Position     */\r
-#define SCT_EVCTRL10_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL10_MATCHSEL_Pos)                     /*!< SCT EVCTRL10: MATCHSEL Mask         */\r
-#define SCT_EVCTRL10_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL10: HEVENT Position       */\r
-#define SCT_EVCTRL10_HEVENT_Msk                               (0x01UL << SCT_EVCTRL10_HEVENT_Pos)                       /*!< SCT EVCTRL10: HEVENT Mask           */\r
-#define SCT_EVCTRL10_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL10: OUTSEL Position       */\r
-#define SCT_EVCTRL10_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL10_OUTSEL_Pos)                       /*!< SCT EVCTRL10: OUTSEL Mask           */\r
-#define SCT_EVCTRL10_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL10: IOSEL Position        */\r
-#define SCT_EVCTRL10_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL10_IOSEL_Pos)                        /*!< SCT EVCTRL10: IOSEL Mask            */\r
-#define SCT_EVCTRL10_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL10: IOCOND Position       */\r
-#define SCT_EVCTRL10_IOCOND_Msk                               (0x03UL << SCT_EVCTRL10_IOCOND_Pos)                       /*!< SCT EVCTRL10: IOCOND Mask           */\r
-#define SCT_EVCTRL10_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL10: COMBMODE Position     */\r
-#define SCT_EVCTRL10_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL10_COMBMODE_Pos)                     /*!< SCT EVCTRL10: COMBMODE Mask         */\r
-#define SCT_EVCTRL10_STATELD_Pos                              14                                                        /*!< SCT EVCTRL10: STATELD Position      */\r
-#define SCT_EVCTRL10_STATELD_Msk                              (0x01UL << SCT_EVCTRL10_STATELD_Pos)                      /*!< SCT EVCTRL10: STATELD Mask          */\r
-#define SCT_EVCTRL10_STATEV_Pos                               15                                                        /*!< SCT EVCTRL10: STATEV Position       */\r
-#define SCT_EVCTRL10_STATEV_Msk                               (0x1fUL << SCT_EVCTRL10_STATEV_Pos)                       /*!< SCT EVCTRL10: STATEV Mask           */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK11  ----------------------------------------\r
-#define SCT_EVSTATEMSK11_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK11: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK11: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK11: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK11: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK11: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK11: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK11: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK11: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK11: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK11: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK11_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK11: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK11_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK11: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK11: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK11: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK11: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK11: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK11: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK11: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK11: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK11: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK11: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK11: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK11: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK11: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK11: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK11: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK11: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK11: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK11: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK11: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK11: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK11: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK11_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK11: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK11_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK11_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK11: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL11  ------------------------------------------\r
-#define SCT_EVCTRL11_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL11: MATCHSEL Position     */\r
-#define SCT_EVCTRL11_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL11_MATCHSEL_Pos)                     /*!< SCT EVCTRL11: MATCHSEL Mask         */\r
-#define SCT_EVCTRL11_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL11: HEVENT Position       */\r
-#define SCT_EVCTRL11_HEVENT_Msk                               (0x01UL << SCT_EVCTRL11_HEVENT_Pos)                       /*!< SCT EVCTRL11: HEVENT Mask           */\r
-#define SCT_EVCTRL11_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL11: OUTSEL Position       */\r
-#define SCT_EVCTRL11_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL11_OUTSEL_Pos)                       /*!< SCT EVCTRL11: OUTSEL Mask           */\r
-#define SCT_EVCTRL11_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL11: IOSEL Position        */\r
-#define SCT_EVCTRL11_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL11_IOSEL_Pos)                        /*!< SCT EVCTRL11: IOSEL Mask            */\r
-#define SCT_EVCTRL11_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL11: IOCOND Position       */\r
-#define SCT_EVCTRL11_IOCOND_Msk                               (0x03UL << SCT_EVCTRL11_IOCOND_Pos)                       /*!< SCT EVCTRL11: IOCOND Mask           */\r
-#define SCT_EVCTRL11_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL11: COMBMODE Position     */\r
-#define SCT_EVCTRL11_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL11_COMBMODE_Pos)                     /*!< SCT EVCTRL11: COMBMODE Mask         */\r
-#define SCT_EVCTRL11_STATELD_Pos                              14                                                        /*!< SCT EVCTRL11: STATELD Position      */\r
-#define SCT_EVCTRL11_STATELD_Msk                              (0x01UL << SCT_EVCTRL11_STATELD_Pos)                      /*!< SCT EVCTRL11: STATELD Mask          */\r
-#define SCT_EVCTRL11_STATEV_Pos                               15                                                        /*!< SCT EVCTRL11: STATEV Position       */\r
-#define SCT_EVCTRL11_STATEV_Msk                               (0x1fUL << SCT_EVCTRL11_STATEV_Pos)                       /*!< SCT EVCTRL11: STATEV Mask           */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK12  ----------------------------------------\r
-#define SCT_EVSTATEMSK12_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK12: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK12: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK12: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK12: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK12: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK12: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK12: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK12: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK12: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK12: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK12_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK12: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK12_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK12: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK12: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK12: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK12: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK12: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK12: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK12: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK12: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK12: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK12: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK12: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK12: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK12: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK12: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK12: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK12: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK12: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK12: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK12: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK12: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK12: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK12_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK12: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK12_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK12_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK12: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL12  ------------------------------------------\r
-#define SCT_EVCTRL12_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL12: MATCHSEL Position     */\r
-#define SCT_EVCTRL12_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL12_MATCHSEL_Pos)                     /*!< SCT EVCTRL12: MATCHSEL Mask         */\r
-#define SCT_EVCTRL12_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL12: HEVENT Position       */\r
-#define SCT_EVCTRL12_HEVENT_Msk                               (0x01UL << SCT_EVCTRL12_HEVENT_Pos)                       /*!< SCT EVCTRL12: HEVENT Mask           */\r
-#define SCT_EVCTRL12_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL12: OUTSEL Position       */\r
-#define SCT_EVCTRL12_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL12_OUTSEL_Pos)                       /*!< SCT EVCTRL12: OUTSEL Mask           */\r
-#define SCT_EVCTRL12_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL12: IOSEL Position        */\r
-#define SCT_EVCTRL12_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL12_IOSEL_Pos)                        /*!< SCT EVCTRL12: IOSEL Mask            */\r
-#define SCT_EVCTRL12_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL12: IOCOND Position       */\r
-#define SCT_EVCTRL12_IOCOND_Msk                               (0x03UL << SCT_EVCTRL12_IOCOND_Pos)                       /*!< SCT EVCTRL12: IOCOND Mask           */\r
-#define SCT_EVCTRL12_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL12: COMBMODE Position     */\r
-#define SCT_EVCTRL12_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL12_COMBMODE_Pos)                     /*!< SCT EVCTRL12: COMBMODE Mask         */\r
-#define SCT_EVCTRL12_STATELD_Pos                              14                                                        /*!< SCT EVCTRL12: STATELD Position      */\r
-#define SCT_EVCTRL12_STATELD_Msk                              (0x01UL << SCT_EVCTRL12_STATELD_Pos)                      /*!< SCT EVCTRL12: STATELD Mask          */\r
-#define SCT_EVCTRL12_STATEV_Pos                               15                                                        /*!< SCT EVCTRL12: STATEV Position       */\r
-#define SCT_EVCTRL12_STATEV_Msk                               (0x1fUL << SCT_EVCTRL12_STATEV_Pos)                       /*!< SCT EVCTRL12: STATEV Mask           */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK13  ----------------------------------------\r
-#define SCT_EVSTATEMSK13_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK13: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK13: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK13: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK13: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK13: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK13: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK13: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK13: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK13: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK13: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK13_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK13: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK13_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK13: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK13: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK13: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK13: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK13: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK13: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK13: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK13: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK13: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK13: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK13: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK13: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK13: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK13: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK13: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK13: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK13: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK13: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK13: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK13: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK13: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK13_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK13: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK13_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK13_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK13: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL13  ------------------------------------------\r
-#define SCT_EVCTRL13_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL13: MATCHSEL Position     */\r
-#define SCT_EVCTRL13_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL13_MATCHSEL_Pos)                     /*!< SCT EVCTRL13: MATCHSEL Mask         */\r
-#define SCT_EVCTRL13_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL13: HEVENT Position       */\r
-#define SCT_EVCTRL13_HEVENT_Msk                               (0x01UL << SCT_EVCTRL13_HEVENT_Pos)                       /*!< SCT EVCTRL13: HEVENT Mask           */\r
-#define SCT_EVCTRL13_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL13: OUTSEL Position       */\r
-#define SCT_EVCTRL13_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL13_OUTSEL_Pos)                       /*!< SCT EVCTRL13: OUTSEL Mask           */\r
-#define SCT_EVCTRL13_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL13: IOSEL Position        */\r
-#define SCT_EVCTRL13_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL13_IOSEL_Pos)                        /*!< SCT EVCTRL13: IOSEL Mask            */\r
-#define SCT_EVCTRL13_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL13: IOCOND Position       */\r
-#define SCT_EVCTRL13_IOCOND_Msk                               (0x03UL << SCT_EVCTRL13_IOCOND_Pos)                       /*!< SCT EVCTRL13: IOCOND Mask           */\r
-#define SCT_EVCTRL13_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL13: COMBMODE Position     */\r
-#define SCT_EVCTRL13_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL13_COMBMODE_Pos)                     /*!< SCT EVCTRL13: COMBMODE Mask         */\r
-#define SCT_EVCTRL13_STATELD_Pos                              14                                                        /*!< SCT EVCTRL13: STATELD Position      */\r
-#define SCT_EVCTRL13_STATELD_Msk                              (0x01UL << SCT_EVCTRL13_STATELD_Pos)                      /*!< SCT EVCTRL13: STATELD Mask          */\r
-#define SCT_EVCTRL13_STATEV_Pos                               15                                                        /*!< SCT EVCTRL13: STATEV Position       */\r
-#define SCT_EVCTRL13_STATEV_Msk                               (0x1fUL << SCT_EVCTRL13_STATEV_Pos)                       /*!< SCT EVCTRL13: STATEV Mask           */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK14  ----------------------------------------\r
-#define SCT_EVSTATEMSK14_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK14: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK14: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK14: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK14: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK14: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK14: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK14: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK14: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK14: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK14: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK14_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK14: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK14_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK14: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK14: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK14: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK14: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK14: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK14: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK14: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK14: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK14: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK14: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK14: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK14: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK14: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK14: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK14: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK14: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK14: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK14: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK14: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK14: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK14: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK14_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK14: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK14_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK14_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK14: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL14  ------------------------------------------\r
-#define SCT_EVCTRL14_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL14: MATCHSEL Position     */\r
-#define SCT_EVCTRL14_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL14_MATCHSEL_Pos)                     /*!< SCT EVCTRL14: MATCHSEL Mask         */\r
-#define SCT_EVCTRL14_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL14: HEVENT Position       */\r
-#define SCT_EVCTRL14_HEVENT_Msk                               (0x01UL << SCT_EVCTRL14_HEVENT_Pos)                       /*!< SCT EVCTRL14: HEVENT Mask           */\r
-#define SCT_EVCTRL14_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL14: OUTSEL Position       */\r
-#define SCT_EVCTRL14_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL14_OUTSEL_Pos)                       /*!< SCT EVCTRL14: OUTSEL Mask           */\r
-#define SCT_EVCTRL14_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL14: IOSEL Position        */\r
-#define SCT_EVCTRL14_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL14_IOSEL_Pos)                        /*!< SCT EVCTRL14: IOSEL Mask            */\r
-#define SCT_EVCTRL14_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL14: IOCOND Position       */\r
-#define SCT_EVCTRL14_IOCOND_Msk                               (0x03UL << SCT_EVCTRL14_IOCOND_Pos)                       /*!< SCT EVCTRL14: IOCOND Mask           */\r
-#define SCT_EVCTRL14_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL14: COMBMODE Position     */\r
-#define SCT_EVCTRL14_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL14_COMBMODE_Pos)                     /*!< SCT EVCTRL14: COMBMODE Mask         */\r
-#define SCT_EVCTRL14_STATELD_Pos                              14                                                        /*!< SCT EVCTRL14: STATELD Position      */\r
-#define SCT_EVCTRL14_STATELD_Msk                              (0x01UL << SCT_EVCTRL14_STATELD_Pos)                      /*!< SCT EVCTRL14: STATELD Mask          */\r
-#define SCT_EVCTRL14_STATEV_Pos                               15                                                        /*!< SCT EVCTRL14: STATEV Position       */\r
-#define SCT_EVCTRL14_STATEV_Msk                               (0x1fUL << SCT_EVCTRL14_STATEV_Pos)                       /*!< SCT EVCTRL14: STATEV Mask           */\r
-\r
-// ------------------------------------  SCT_EVSTATEMSK15  ----------------------------------------\r
-#define SCT_EVSTATEMSK15_STATEMSKn0_Pos                       0                                                         /*!< SCT EVSTATEMSK15: STATEMSKn0 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn0_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn0_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn0 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn1_Pos                       1                                                         /*!< SCT EVSTATEMSK15: STATEMSKn1 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn1_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn1_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn1 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn2_Pos                       2                                                         /*!< SCT EVSTATEMSK15: STATEMSKn2 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn2_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn2_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn2 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn3_Pos                       3                                                         /*!< SCT EVSTATEMSK15: STATEMSKn3 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn3_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn3_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn3 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn4_Pos                       4                                                         /*!< SCT EVSTATEMSK15: STATEMSKn4 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn4_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn4_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn4 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn5_Pos                       5                                                         /*!< SCT EVSTATEMSK15: STATEMSKn5 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn5_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn5_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn5 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn6_Pos                       6                                                         /*!< SCT EVSTATEMSK15: STATEMSKn6 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn6_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn6_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn6 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn7_Pos                       7                                                         /*!< SCT EVSTATEMSK15: STATEMSKn7 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn7_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn7_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn7 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn8_Pos                       8                                                         /*!< SCT EVSTATEMSK15: STATEMSKn8 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn8_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn8_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn8 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn9_Pos                       9                                                         /*!< SCT EVSTATEMSK15: STATEMSKn9 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn9_Msk                       (0x01UL << SCT_EVSTATEMSK15_STATEMSKn9_Pos)               /*!< SCT EVSTATEMSK15: STATEMSKn9 Mask   */\r
-#define SCT_EVSTATEMSK15_STATEMSKn10_Pos                      10                                                        /*!< SCT EVSTATEMSK15: STATEMSKn10 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn10_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn10_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn10 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn11_Pos                      11                                                        /*!< SCT EVSTATEMSK15: STATEMSKn11 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn11_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn11_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn11 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn12_Pos                      12                                                        /*!< SCT EVSTATEMSK15: STATEMSKn12 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn12_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn12_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn12 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn13_Pos                      13                                                        /*!< SCT EVSTATEMSK15: STATEMSKn13 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn13_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn13_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn13 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn14_Pos                      14                                                        /*!< SCT EVSTATEMSK15: STATEMSKn14 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn14_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn14_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn14 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn15_Pos                      15                                                        /*!< SCT EVSTATEMSK15: STATEMSKn15 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn15_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn15_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn15 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn16_Pos                      16                                                        /*!< SCT EVSTATEMSK15: STATEMSKn16 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn16_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn16_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn16 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn17_Pos                      17                                                        /*!< SCT EVSTATEMSK15: STATEMSKn17 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn17_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn17_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn17 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn18_Pos                      18                                                        /*!< SCT EVSTATEMSK15: STATEMSKn18 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn18_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn18_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn18 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn19_Pos                      19                                                        /*!< SCT EVSTATEMSK15: STATEMSKn19 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn19_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn19_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn19 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn20_Pos                      20                                                        /*!< SCT EVSTATEMSK15: STATEMSKn20 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn20_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn20_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn20 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn21_Pos                      21                                                        /*!< SCT EVSTATEMSK15: STATEMSKn21 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn21_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn21_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn21 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn22_Pos                      22                                                        /*!< SCT EVSTATEMSK15: STATEMSKn22 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn22_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn22_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn22 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn23_Pos                      23                                                        /*!< SCT EVSTATEMSK15: STATEMSKn23 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn23_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn23_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn23 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn24_Pos                      24                                                        /*!< SCT EVSTATEMSK15: STATEMSKn24 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn24_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn24_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn24 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn25_Pos                      25                                                        /*!< SCT EVSTATEMSK15: STATEMSKn25 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn25_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn25_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn25 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn26_Pos                      26                                                        /*!< SCT EVSTATEMSK15: STATEMSKn26 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn26_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn26_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn26 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn27_Pos                      27                                                        /*!< SCT EVSTATEMSK15: STATEMSKn27 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn27_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn27_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn27 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn28_Pos                      28                                                        /*!< SCT EVSTATEMSK15: STATEMSKn28 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn28_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn28_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn28 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn29_Pos                      29                                                        /*!< SCT EVSTATEMSK15: STATEMSKn29 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn29_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn29_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn29 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn30_Pos                      30                                                        /*!< SCT EVSTATEMSK15: STATEMSKn30 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn30_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn30_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn30 Mask  */\r
-#define SCT_EVSTATEMSK15_STATEMSKn31_Pos                      31                                                        /*!< SCT EVSTATEMSK15: STATEMSKn31 Position */\r
-#define SCT_EVSTATEMSK15_STATEMSKn31_Msk                      (0x01UL << SCT_EVSTATEMSK15_STATEMSKn31_Pos)              /*!< SCT EVSTATEMSK15: STATEMSKn31 Mask  */\r
-\r
-// --------------------------------------  SCT_EVCTRL15  ------------------------------------------\r
-#define SCT_EVCTRL15_MATCHSEL_Pos                             0                                                         /*!< SCT EVCTRL15: MATCHSEL Position     */\r
-#define SCT_EVCTRL15_MATCHSEL_Msk                             (0x0fUL << SCT_EVCTRL15_MATCHSEL_Pos)                     /*!< SCT EVCTRL15: MATCHSEL Mask         */\r
-#define SCT_EVCTRL15_HEVENT_Pos                               4                                                         /*!< SCT EVCTRL15: HEVENT Position       */\r
-#define SCT_EVCTRL15_HEVENT_Msk                               (0x01UL << SCT_EVCTRL15_HEVENT_Pos)                       /*!< SCT EVCTRL15: HEVENT Mask           */\r
-#define SCT_EVCTRL15_OUTSEL_Pos                               5                                                         /*!< SCT EVCTRL15: OUTSEL Position       */\r
-#define SCT_EVCTRL15_OUTSEL_Msk                               (0x01UL << SCT_EVCTRL15_OUTSEL_Pos)                       /*!< SCT EVCTRL15: OUTSEL Mask           */\r
-#define SCT_EVCTRL15_IOSEL_Pos                                6                                                         /*!< SCT EVCTRL15: IOSEL Position        */\r
-#define SCT_EVCTRL15_IOSEL_Msk                                (0x0fUL << SCT_EVCTRL15_IOSEL_Pos)                        /*!< SCT EVCTRL15: IOSEL Mask            */\r
-#define SCT_EVCTRL15_IOCOND_Pos                               10                                                        /*!< SCT EVCTRL15: IOCOND Position       */\r
-#define SCT_EVCTRL15_IOCOND_Msk                               (0x03UL << SCT_EVCTRL15_IOCOND_Pos)                       /*!< SCT EVCTRL15: IOCOND Mask           */\r
-#define SCT_EVCTRL15_COMBMODE_Pos                             12                                                        /*!< SCT EVCTRL15: COMBMODE Position     */\r
-#define SCT_EVCTRL15_COMBMODE_Msk                             (0x03UL << SCT_EVCTRL15_COMBMODE_Pos)                     /*!< SCT EVCTRL15: COMBMODE Mask         */\r
-#define SCT_EVCTRL15_STATELD_Pos                              14                                                        /*!< SCT EVCTRL15: STATELD Position      */\r
-#define SCT_EVCTRL15_STATELD_Msk                              (0x01UL << SCT_EVCTRL15_STATELD_Pos)                      /*!< SCT EVCTRL15: STATELD Mask          */\r
-#define SCT_EVCTRL15_STATEV_Pos                               15                                                        /*!< SCT EVCTRL15: STATEV Position       */\r
-#define SCT_EVCTRL15_STATEV_Msk                               (0x1fUL << SCT_EVCTRL15_STATEV_Pos)                       /*!< SCT EVCTRL15: STATEV Mask           */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET0  -----------------------------------------\r
-#define SCT_OUTPUTSET0_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET0: SETn0 Position      */\r
-#define SCT_OUTPUTSET0_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn0_Pos)                      /*!< SCT OUTPUTSET0: SETn0 Mask          */\r
-#define SCT_OUTPUTSET0_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET0: SETn1 Position      */\r
-#define SCT_OUTPUTSET0_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn1_Pos)                      /*!< SCT OUTPUTSET0: SETn1 Mask          */\r
-#define SCT_OUTPUTSET0_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET0: SETn2 Position      */\r
-#define SCT_OUTPUTSET0_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn2_Pos)                      /*!< SCT OUTPUTSET0: SETn2 Mask          */\r
-#define SCT_OUTPUTSET0_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET0: SETn3 Position      */\r
-#define SCT_OUTPUTSET0_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn3_Pos)                      /*!< SCT OUTPUTSET0: SETn3 Mask          */\r
-#define SCT_OUTPUTSET0_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET0: SETn4 Position      */\r
-#define SCT_OUTPUTSET0_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn4_Pos)                      /*!< SCT OUTPUTSET0: SETn4 Mask          */\r
-#define SCT_OUTPUTSET0_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET0: SETn5 Position      */\r
-#define SCT_OUTPUTSET0_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn5_Pos)                      /*!< SCT OUTPUTSET0: SETn5 Mask          */\r
-#define SCT_OUTPUTSET0_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET0: SETn6 Position      */\r
-#define SCT_OUTPUTSET0_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn6_Pos)                      /*!< SCT OUTPUTSET0: SETn6 Mask          */\r
-#define SCT_OUTPUTSET0_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET0: SETn7 Position      */\r
-#define SCT_OUTPUTSET0_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn7_Pos)                      /*!< SCT OUTPUTSET0: SETn7 Mask          */\r
-#define SCT_OUTPUTSET0_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET0: SETn8 Position      */\r
-#define SCT_OUTPUTSET0_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn8_Pos)                      /*!< SCT OUTPUTSET0: SETn8 Mask          */\r
-#define SCT_OUTPUTSET0_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET0: SETn9 Position      */\r
-#define SCT_OUTPUTSET0_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET0_SETn9_Pos)                      /*!< SCT OUTPUTSET0: SETn9 Mask          */\r
-#define SCT_OUTPUTSET0_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET0: SETn10 Position     */\r
-#define SCT_OUTPUTSET0_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn10_Pos)                     /*!< SCT OUTPUTSET0: SETn10 Mask         */\r
-#define SCT_OUTPUTSET0_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET0: SETn11 Position     */\r
-#define SCT_OUTPUTSET0_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn11_Pos)                     /*!< SCT OUTPUTSET0: SETn11 Mask         */\r
-#define SCT_OUTPUTSET0_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET0: SETn12 Position     */\r
-#define SCT_OUTPUTSET0_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn12_Pos)                     /*!< SCT OUTPUTSET0: SETn12 Mask         */\r
-#define SCT_OUTPUTSET0_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET0: SETn13 Position     */\r
-#define SCT_OUTPUTSET0_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn13_Pos)                     /*!< SCT OUTPUTSET0: SETn13 Mask         */\r
-#define SCT_OUTPUTSET0_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET0: SETn14 Position     */\r
-#define SCT_OUTPUTSET0_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn14_Pos)                     /*!< SCT OUTPUTSET0: SETn14 Mask         */\r
-#define SCT_OUTPUTSET0_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET0: SETn15 Position     */\r
-#define SCT_OUTPUTSET0_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET0_SETn15_Pos)                     /*!< SCT OUTPUTSET0: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR0  -----------------------------------------\r
-#define SCT_OUTPUTCLR0_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR0: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn0_Pos)                      /*!< SCT OUTPUTCLR0: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR0: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn1_Pos)                      /*!< SCT OUTPUTCLR0: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR0: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn2_Pos)                      /*!< SCT OUTPUTCLR0: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR0: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn3_Pos)                      /*!< SCT OUTPUTCLR0: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR0: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn4_Pos)                      /*!< SCT OUTPUTCLR0: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR0: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn5_Pos)                      /*!< SCT OUTPUTCLR0: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR0: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn6_Pos)                      /*!< SCT OUTPUTCLR0: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR0: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn7_Pos)                      /*!< SCT OUTPUTCLR0: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR0: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn8_Pos)                      /*!< SCT OUTPUTCLR0: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR0: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR0_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR0_CLRn9_Pos)                      /*!< SCT OUTPUTCLR0: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR0_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR0: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn10_Pos)                     /*!< SCT OUTPUTCLR0: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR0_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR0: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn11_Pos)                     /*!< SCT OUTPUTCLR0: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR0_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR0: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn12_Pos)                     /*!< SCT OUTPUTCLR0: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR0_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR0: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn13_Pos)                     /*!< SCT OUTPUTCLR0: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR0_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR0: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn14_Pos)                     /*!< SCT OUTPUTCLR0: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR0_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR0: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR0_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR0_CLRn15_Pos)                     /*!< SCT OUTPUTCLR0: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET1  -----------------------------------------\r
-#define SCT_OUTPUTSET1_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET1: SETn0 Position      */\r
-#define SCT_OUTPUTSET1_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn0_Pos)                      /*!< SCT OUTPUTSET1: SETn0 Mask          */\r
-#define SCT_OUTPUTSET1_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET1: SETn1 Position      */\r
-#define SCT_OUTPUTSET1_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn1_Pos)                      /*!< SCT OUTPUTSET1: SETn1 Mask          */\r
-#define SCT_OUTPUTSET1_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET1: SETn2 Position      */\r
-#define SCT_OUTPUTSET1_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn2_Pos)                      /*!< SCT OUTPUTSET1: SETn2 Mask          */\r
-#define SCT_OUTPUTSET1_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET1: SETn3 Position      */\r
-#define SCT_OUTPUTSET1_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn3_Pos)                      /*!< SCT OUTPUTSET1: SETn3 Mask          */\r
-#define SCT_OUTPUTSET1_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET1: SETn4 Position      */\r
-#define SCT_OUTPUTSET1_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn4_Pos)                      /*!< SCT OUTPUTSET1: SETn4 Mask          */\r
-#define SCT_OUTPUTSET1_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET1: SETn5 Position      */\r
-#define SCT_OUTPUTSET1_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn5_Pos)                      /*!< SCT OUTPUTSET1: SETn5 Mask          */\r
-#define SCT_OUTPUTSET1_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET1: SETn6 Position      */\r
-#define SCT_OUTPUTSET1_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn6_Pos)                      /*!< SCT OUTPUTSET1: SETn6 Mask          */\r
-#define SCT_OUTPUTSET1_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET1: SETn7 Position      */\r
-#define SCT_OUTPUTSET1_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn7_Pos)                      /*!< SCT OUTPUTSET1: SETn7 Mask          */\r
-#define SCT_OUTPUTSET1_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET1: SETn8 Position      */\r
-#define SCT_OUTPUTSET1_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn8_Pos)                      /*!< SCT OUTPUTSET1: SETn8 Mask          */\r
-#define SCT_OUTPUTSET1_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET1: SETn9 Position      */\r
-#define SCT_OUTPUTSET1_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET1_SETn9_Pos)                      /*!< SCT OUTPUTSET1: SETn9 Mask          */\r
-#define SCT_OUTPUTSET1_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET1: SETn10 Position     */\r
-#define SCT_OUTPUTSET1_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn10_Pos)                     /*!< SCT OUTPUTSET1: SETn10 Mask         */\r
-#define SCT_OUTPUTSET1_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET1: SETn11 Position     */\r
-#define SCT_OUTPUTSET1_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn11_Pos)                     /*!< SCT OUTPUTSET1: SETn11 Mask         */\r
-#define SCT_OUTPUTSET1_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET1: SETn12 Position     */\r
-#define SCT_OUTPUTSET1_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn12_Pos)                     /*!< SCT OUTPUTSET1: SETn12 Mask         */\r
-#define SCT_OUTPUTSET1_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET1: SETn13 Position     */\r
-#define SCT_OUTPUTSET1_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn13_Pos)                     /*!< SCT OUTPUTSET1: SETn13 Mask         */\r
-#define SCT_OUTPUTSET1_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET1: SETn14 Position     */\r
-#define SCT_OUTPUTSET1_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn14_Pos)                     /*!< SCT OUTPUTSET1: SETn14 Mask         */\r
-#define SCT_OUTPUTSET1_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET1: SETn15 Position     */\r
-#define SCT_OUTPUTSET1_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET1_SETn15_Pos)                     /*!< SCT OUTPUTSET1: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR1  -----------------------------------------\r
-#define SCT_OUTPUTCLR1_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR1: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn0_Pos)                      /*!< SCT OUTPUTCLR1: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR1: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn1_Pos)                      /*!< SCT OUTPUTCLR1: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR1: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn2_Pos)                      /*!< SCT OUTPUTCLR1: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR1: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn3_Pos)                      /*!< SCT OUTPUTCLR1: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR1: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn4_Pos)                      /*!< SCT OUTPUTCLR1: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR1: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn5_Pos)                      /*!< SCT OUTPUTCLR1: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR1: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn6_Pos)                      /*!< SCT OUTPUTCLR1: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR1: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn7_Pos)                      /*!< SCT OUTPUTCLR1: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR1: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn8_Pos)                      /*!< SCT OUTPUTCLR1: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR1: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR1_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR1_CLRn9_Pos)                      /*!< SCT OUTPUTCLR1: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR1_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR1: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn10_Pos)                     /*!< SCT OUTPUTCLR1: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR1_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR1: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn11_Pos)                     /*!< SCT OUTPUTCLR1: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR1_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR1: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn12_Pos)                     /*!< SCT OUTPUTCLR1: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR1_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR1: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn13_Pos)                     /*!< SCT OUTPUTCLR1: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR1_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR1: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn14_Pos)                     /*!< SCT OUTPUTCLR1: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR1_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR1: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR1_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR1_CLRn15_Pos)                     /*!< SCT OUTPUTCLR1: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET2  -----------------------------------------\r
-#define SCT_OUTPUTSET2_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET2: SETn0 Position      */\r
-#define SCT_OUTPUTSET2_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn0_Pos)                      /*!< SCT OUTPUTSET2: SETn0 Mask          */\r
-#define SCT_OUTPUTSET2_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET2: SETn1 Position      */\r
-#define SCT_OUTPUTSET2_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn1_Pos)                      /*!< SCT OUTPUTSET2: SETn1 Mask          */\r
-#define SCT_OUTPUTSET2_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET2: SETn2 Position      */\r
-#define SCT_OUTPUTSET2_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn2_Pos)                      /*!< SCT OUTPUTSET2: SETn2 Mask          */\r
-#define SCT_OUTPUTSET2_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET2: SETn3 Position      */\r
-#define SCT_OUTPUTSET2_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn3_Pos)                      /*!< SCT OUTPUTSET2: SETn3 Mask          */\r
-#define SCT_OUTPUTSET2_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET2: SETn4 Position      */\r
-#define SCT_OUTPUTSET2_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn4_Pos)                      /*!< SCT OUTPUTSET2: SETn4 Mask          */\r
-#define SCT_OUTPUTSET2_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET2: SETn5 Position      */\r
-#define SCT_OUTPUTSET2_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn5_Pos)                      /*!< SCT OUTPUTSET2: SETn5 Mask          */\r
-#define SCT_OUTPUTSET2_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET2: SETn6 Position      */\r
-#define SCT_OUTPUTSET2_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn6_Pos)                      /*!< SCT OUTPUTSET2: SETn6 Mask          */\r
-#define SCT_OUTPUTSET2_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET2: SETn7 Position      */\r
-#define SCT_OUTPUTSET2_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn7_Pos)                      /*!< SCT OUTPUTSET2: SETn7 Mask          */\r
-#define SCT_OUTPUTSET2_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET2: SETn8 Position      */\r
-#define SCT_OUTPUTSET2_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn8_Pos)                      /*!< SCT OUTPUTSET2: SETn8 Mask          */\r
-#define SCT_OUTPUTSET2_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET2: SETn9 Position      */\r
-#define SCT_OUTPUTSET2_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET2_SETn9_Pos)                      /*!< SCT OUTPUTSET2: SETn9 Mask          */\r
-#define SCT_OUTPUTSET2_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET2: SETn10 Position     */\r
-#define SCT_OUTPUTSET2_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn10_Pos)                     /*!< SCT OUTPUTSET2: SETn10 Mask         */\r
-#define SCT_OUTPUTSET2_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET2: SETn11 Position     */\r
-#define SCT_OUTPUTSET2_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn11_Pos)                     /*!< SCT OUTPUTSET2: SETn11 Mask         */\r
-#define SCT_OUTPUTSET2_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET2: SETn12 Position     */\r
-#define SCT_OUTPUTSET2_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn12_Pos)                     /*!< SCT OUTPUTSET2: SETn12 Mask         */\r
-#define SCT_OUTPUTSET2_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET2: SETn13 Position     */\r
-#define SCT_OUTPUTSET2_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn13_Pos)                     /*!< SCT OUTPUTSET2: SETn13 Mask         */\r
-#define SCT_OUTPUTSET2_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET2: SETn14 Position     */\r
-#define SCT_OUTPUTSET2_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn14_Pos)                     /*!< SCT OUTPUTSET2: SETn14 Mask         */\r
-#define SCT_OUTPUTSET2_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET2: SETn15 Position     */\r
-#define SCT_OUTPUTSET2_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET2_SETn15_Pos)                     /*!< SCT OUTPUTSET2: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR2  -----------------------------------------\r
-#define SCT_OUTPUTCLR2_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR2: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn0_Pos)                      /*!< SCT OUTPUTCLR2: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR2: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn1_Pos)                      /*!< SCT OUTPUTCLR2: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR2: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn2_Pos)                      /*!< SCT OUTPUTCLR2: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR2: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn3_Pos)                      /*!< SCT OUTPUTCLR2: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR2: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn4_Pos)                      /*!< SCT OUTPUTCLR2: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR2: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn5_Pos)                      /*!< SCT OUTPUTCLR2: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR2: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn6_Pos)                      /*!< SCT OUTPUTCLR2: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR2: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn7_Pos)                      /*!< SCT OUTPUTCLR2: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR2: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn8_Pos)                      /*!< SCT OUTPUTCLR2: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR2: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR2_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR2_CLRn9_Pos)                      /*!< SCT OUTPUTCLR2: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR2_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR2: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn10_Pos)                     /*!< SCT OUTPUTCLR2: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR2_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR2: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn11_Pos)                     /*!< SCT OUTPUTCLR2: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR2_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR2: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn12_Pos)                     /*!< SCT OUTPUTCLR2: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR2_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR2: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn13_Pos)                     /*!< SCT OUTPUTCLR2: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR2_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR2: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn14_Pos)                     /*!< SCT OUTPUTCLR2: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR2_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR2: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR2_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR2_CLRn15_Pos)                     /*!< SCT OUTPUTCLR2: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET3  -----------------------------------------\r
-#define SCT_OUTPUTSET3_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET3: SETn0 Position      */\r
-#define SCT_OUTPUTSET3_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn0_Pos)                      /*!< SCT OUTPUTSET3: SETn0 Mask          */\r
-#define SCT_OUTPUTSET3_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET3: SETn1 Position      */\r
-#define SCT_OUTPUTSET3_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn1_Pos)                      /*!< SCT OUTPUTSET3: SETn1 Mask          */\r
-#define SCT_OUTPUTSET3_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET3: SETn2 Position      */\r
-#define SCT_OUTPUTSET3_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn2_Pos)                      /*!< SCT OUTPUTSET3: SETn2 Mask          */\r
-#define SCT_OUTPUTSET3_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET3: SETn3 Position      */\r
-#define SCT_OUTPUTSET3_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn3_Pos)                      /*!< SCT OUTPUTSET3: SETn3 Mask          */\r
-#define SCT_OUTPUTSET3_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET3: SETn4 Position      */\r
-#define SCT_OUTPUTSET3_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn4_Pos)                      /*!< SCT OUTPUTSET3: SETn4 Mask          */\r
-#define SCT_OUTPUTSET3_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET3: SETn5 Position      */\r
-#define SCT_OUTPUTSET3_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn5_Pos)                      /*!< SCT OUTPUTSET3: SETn5 Mask          */\r
-#define SCT_OUTPUTSET3_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET3: SETn6 Position      */\r
-#define SCT_OUTPUTSET3_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn6_Pos)                      /*!< SCT OUTPUTSET3: SETn6 Mask          */\r
-#define SCT_OUTPUTSET3_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET3: SETn7 Position      */\r
-#define SCT_OUTPUTSET3_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn7_Pos)                      /*!< SCT OUTPUTSET3: SETn7 Mask          */\r
-#define SCT_OUTPUTSET3_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET3: SETn8 Position      */\r
-#define SCT_OUTPUTSET3_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn8_Pos)                      /*!< SCT OUTPUTSET3: SETn8 Mask          */\r
-#define SCT_OUTPUTSET3_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET3: SETn9 Position      */\r
-#define SCT_OUTPUTSET3_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET3_SETn9_Pos)                      /*!< SCT OUTPUTSET3: SETn9 Mask          */\r
-#define SCT_OUTPUTSET3_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET3: SETn10 Position     */\r
-#define SCT_OUTPUTSET3_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn10_Pos)                     /*!< SCT OUTPUTSET3: SETn10 Mask         */\r
-#define SCT_OUTPUTSET3_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET3: SETn11 Position     */\r
-#define SCT_OUTPUTSET3_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn11_Pos)                     /*!< SCT OUTPUTSET3: SETn11 Mask         */\r
-#define SCT_OUTPUTSET3_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET3: SETn12 Position     */\r
-#define SCT_OUTPUTSET3_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn12_Pos)                     /*!< SCT OUTPUTSET3: SETn12 Mask         */\r
-#define SCT_OUTPUTSET3_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET3: SETn13 Position     */\r
-#define SCT_OUTPUTSET3_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn13_Pos)                     /*!< SCT OUTPUTSET3: SETn13 Mask         */\r
-#define SCT_OUTPUTSET3_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET3: SETn14 Position     */\r
-#define SCT_OUTPUTSET3_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn14_Pos)                     /*!< SCT OUTPUTSET3: SETn14 Mask         */\r
-#define SCT_OUTPUTSET3_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET3: SETn15 Position     */\r
-#define SCT_OUTPUTSET3_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET3_SETn15_Pos)                     /*!< SCT OUTPUTSET3: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR3  -----------------------------------------\r
-#define SCT_OUTPUTCLR3_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR3: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn0_Pos)                      /*!< SCT OUTPUTCLR3: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR3: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn1_Pos)                      /*!< SCT OUTPUTCLR3: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR3: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn2_Pos)                      /*!< SCT OUTPUTCLR3: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR3: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn3_Pos)                      /*!< SCT OUTPUTCLR3: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR3: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn4_Pos)                      /*!< SCT OUTPUTCLR3: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR3: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn5_Pos)                      /*!< SCT OUTPUTCLR3: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR3: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn6_Pos)                      /*!< SCT OUTPUTCLR3: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR3: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn7_Pos)                      /*!< SCT OUTPUTCLR3: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR3: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn8_Pos)                      /*!< SCT OUTPUTCLR3: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR3: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR3_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR3_CLRn9_Pos)                      /*!< SCT OUTPUTCLR3: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR3_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR3: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn10_Pos)                     /*!< SCT OUTPUTCLR3: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR3_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR3: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn11_Pos)                     /*!< SCT OUTPUTCLR3: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR3_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR3: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn12_Pos)                     /*!< SCT OUTPUTCLR3: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR3_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR3: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn13_Pos)                     /*!< SCT OUTPUTCLR3: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR3_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR3: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn14_Pos)                     /*!< SCT OUTPUTCLR3: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR3_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR3: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR3_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR3_CLRn15_Pos)                     /*!< SCT OUTPUTCLR3: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET4  -----------------------------------------\r
-#define SCT_OUTPUTSET4_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET4: SETn0 Position      */\r
-#define SCT_OUTPUTSET4_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn0_Pos)                      /*!< SCT OUTPUTSET4: SETn0 Mask          */\r
-#define SCT_OUTPUTSET4_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET4: SETn1 Position      */\r
-#define SCT_OUTPUTSET4_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn1_Pos)                      /*!< SCT OUTPUTSET4: SETn1 Mask          */\r
-#define SCT_OUTPUTSET4_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET4: SETn2 Position      */\r
-#define SCT_OUTPUTSET4_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn2_Pos)                      /*!< SCT OUTPUTSET4: SETn2 Mask          */\r
-#define SCT_OUTPUTSET4_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET4: SETn3 Position      */\r
-#define SCT_OUTPUTSET4_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn3_Pos)                      /*!< SCT OUTPUTSET4: SETn3 Mask          */\r
-#define SCT_OUTPUTSET4_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET4: SETn4 Position      */\r
-#define SCT_OUTPUTSET4_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn4_Pos)                      /*!< SCT OUTPUTSET4: SETn4 Mask          */\r
-#define SCT_OUTPUTSET4_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET4: SETn5 Position      */\r
-#define SCT_OUTPUTSET4_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn5_Pos)                      /*!< SCT OUTPUTSET4: SETn5 Mask          */\r
-#define SCT_OUTPUTSET4_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET4: SETn6 Position      */\r
-#define SCT_OUTPUTSET4_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn6_Pos)                      /*!< SCT OUTPUTSET4: SETn6 Mask          */\r
-#define SCT_OUTPUTSET4_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET4: SETn7 Position      */\r
-#define SCT_OUTPUTSET4_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn7_Pos)                      /*!< SCT OUTPUTSET4: SETn7 Mask          */\r
-#define SCT_OUTPUTSET4_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET4: SETn8 Position      */\r
-#define SCT_OUTPUTSET4_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn8_Pos)                      /*!< SCT OUTPUTSET4: SETn8 Mask          */\r
-#define SCT_OUTPUTSET4_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET4: SETn9 Position      */\r
-#define SCT_OUTPUTSET4_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET4_SETn9_Pos)                      /*!< SCT OUTPUTSET4: SETn9 Mask          */\r
-#define SCT_OUTPUTSET4_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET4: SETn10 Position     */\r
-#define SCT_OUTPUTSET4_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn10_Pos)                     /*!< SCT OUTPUTSET4: SETn10 Mask         */\r
-#define SCT_OUTPUTSET4_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET4: SETn11 Position     */\r
-#define SCT_OUTPUTSET4_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn11_Pos)                     /*!< SCT OUTPUTSET4: SETn11 Mask         */\r
-#define SCT_OUTPUTSET4_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET4: SETn12 Position     */\r
-#define SCT_OUTPUTSET4_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn12_Pos)                     /*!< SCT OUTPUTSET4: SETn12 Mask         */\r
-#define SCT_OUTPUTSET4_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET4: SETn13 Position     */\r
-#define SCT_OUTPUTSET4_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn13_Pos)                     /*!< SCT OUTPUTSET4: SETn13 Mask         */\r
-#define SCT_OUTPUTSET4_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET4: SETn14 Position     */\r
-#define SCT_OUTPUTSET4_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn14_Pos)                     /*!< SCT OUTPUTSET4: SETn14 Mask         */\r
-#define SCT_OUTPUTSET4_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET4: SETn15 Position     */\r
-#define SCT_OUTPUTSET4_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET4_SETn15_Pos)                     /*!< SCT OUTPUTSET4: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR4  -----------------------------------------\r
-#define SCT_OUTPUTCLR4_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR4: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn0_Pos)                      /*!< SCT OUTPUTCLR4: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR4: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn1_Pos)                      /*!< SCT OUTPUTCLR4: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR4: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn2_Pos)                      /*!< SCT OUTPUTCLR4: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR4: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn3_Pos)                      /*!< SCT OUTPUTCLR4: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR4: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn4_Pos)                      /*!< SCT OUTPUTCLR4: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR4: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn5_Pos)                      /*!< SCT OUTPUTCLR4: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR4: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn6_Pos)                      /*!< SCT OUTPUTCLR4: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR4: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn7_Pos)                      /*!< SCT OUTPUTCLR4: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR4: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn8_Pos)                      /*!< SCT OUTPUTCLR4: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR4: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR4_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR4_CLRn9_Pos)                      /*!< SCT OUTPUTCLR4: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR4_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR4: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn10_Pos)                     /*!< SCT OUTPUTCLR4: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR4_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR4: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn11_Pos)                     /*!< SCT OUTPUTCLR4: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR4_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR4: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn12_Pos)                     /*!< SCT OUTPUTCLR4: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR4_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR4: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn13_Pos)                     /*!< SCT OUTPUTCLR4: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR4_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR4: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn14_Pos)                     /*!< SCT OUTPUTCLR4: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR4_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR4: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR4_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR4_CLRn15_Pos)                     /*!< SCT OUTPUTCLR4: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET5  -----------------------------------------\r
-#define SCT_OUTPUTSET5_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET5: SETn0 Position      */\r
-#define SCT_OUTPUTSET5_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn0_Pos)                      /*!< SCT OUTPUTSET5: SETn0 Mask          */\r
-#define SCT_OUTPUTSET5_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET5: SETn1 Position      */\r
-#define SCT_OUTPUTSET5_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn1_Pos)                      /*!< SCT OUTPUTSET5: SETn1 Mask          */\r
-#define SCT_OUTPUTSET5_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET5: SETn2 Position      */\r
-#define SCT_OUTPUTSET5_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn2_Pos)                      /*!< SCT OUTPUTSET5: SETn2 Mask          */\r
-#define SCT_OUTPUTSET5_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET5: SETn3 Position      */\r
-#define SCT_OUTPUTSET5_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn3_Pos)                      /*!< SCT OUTPUTSET5: SETn3 Mask          */\r
-#define SCT_OUTPUTSET5_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET5: SETn4 Position      */\r
-#define SCT_OUTPUTSET5_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn4_Pos)                      /*!< SCT OUTPUTSET5: SETn4 Mask          */\r
-#define SCT_OUTPUTSET5_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET5: SETn5 Position      */\r
-#define SCT_OUTPUTSET5_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn5_Pos)                      /*!< SCT OUTPUTSET5: SETn5 Mask          */\r
-#define SCT_OUTPUTSET5_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET5: SETn6 Position      */\r
-#define SCT_OUTPUTSET5_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn6_Pos)                      /*!< SCT OUTPUTSET5: SETn6 Mask          */\r
-#define SCT_OUTPUTSET5_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET5: SETn7 Position      */\r
-#define SCT_OUTPUTSET5_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn7_Pos)                      /*!< SCT OUTPUTSET5: SETn7 Mask          */\r
-#define SCT_OUTPUTSET5_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET5: SETn8 Position      */\r
-#define SCT_OUTPUTSET5_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn8_Pos)                      /*!< SCT OUTPUTSET5: SETn8 Mask          */\r
-#define SCT_OUTPUTSET5_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET5: SETn9 Position      */\r
-#define SCT_OUTPUTSET5_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET5_SETn9_Pos)                      /*!< SCT OUTPUTSET5: SETn9 Mask          */\r
-#define SCT_OUTPUTSET5_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET5: SETn10 Position     */\r
-#define SCT_OUTPUTSET5_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn10_Pos)                     /*!< SCT OUTPUTSET5: SETn10 Mask         */\r
-#define SCT_OUTPUTSET5_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET5: SETn11 Position     */\r
-#define SCT_OUTPUTSET5_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn11_Pos)                     /*!< SCT OUTPUTSET5: SETn11 Mask         */\r
-#define SCT_OUTPUTSET5_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET5: SETn12 Position     */\r
-#define SCT_OUTPUTSET5_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn12_Pos)                     /*!< SCT OUTPUTSET5: SETn12 Mask         */\r
-#define SCT_OUTPUTSET5_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET5: SETn13 Position     */\r
-#define SCT_OUTPUTSET5_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn13_Pos)                     /*!< SCT OUTPUTSET5: SETn13 Mask         */\r
-#define SCT_OUTPUTSET5_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET5: SETn14 Position     */\r
-#define SCT_OUTPUTSET5_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn14_Pos)                     /*!< SCT OUTPUTSET5: SETn14 Mask         */\r
-#define SCT_OUTPUTSET5_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET5: SETn15 Position     */\r
-#define SCT_OUTPUTSET5_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET5_SETn15_Pos)                     /*!< SCT OUTPUTSET5: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR5  -----------------------------------------\r
-#define SCT_OUTPUTCLR5_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR5: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn0_Pos)                      /*!< SCT OUTPUTCLR5: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR5: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn1_Pos)                      /*!< SCT OUTPUTCLR5: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR5: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn2_Pos)                      /*!< SCT OUTPUTCLR5: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR5: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn3_Pos)                      /*!< SCT OUTPUTCLR5: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR5: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn4_Pos)                      /*!< SCT OUTPUTCLR5: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR5: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn5_Pos)                      /*!< SCT OUTPUTCLR5: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR5: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn6_Pos)                      /*!< SCT OUTPUTCLR5: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR5: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn7_Pos)                      /*!< SCT OUTPUTCLR5: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR5: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn8_Pos)                      /*!< SCT OUTPUTCLR5: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR5: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR5_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR5_CLRn9_Pos)                      /*!< SCT OUTPUTCLR5: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR5_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR5: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn10_Pos)                     /*!< SCT OUTPUTCLR5: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR5_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR5: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn11_Pos)                     /*!< SCT OUTPUTCLR5: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR5_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR5: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn12_Pos)                     /*!< SCT OUTPUTCLR5: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR5_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR5: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn13_Pos)                     /*!< SCT OUTPUTCLR5: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR5_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR5: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn14_Pos)                     /*!< SCT OUTPUTCLR5: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR5_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR5: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR5_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR5_CLRn15_Pos)                     /*!< SCT OUTPUTCLR5: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET6  -----------------------------------------\r
-#define SCT_OUTPUTSET6_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET6: SETn0 Position      */\r
-#define SCT_OUTPUTSET6_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn0_Pos)                      /*!< SCT OUTPUTSET6: SETn0 Mask          */\r
-#define SCT_OUTPUTSET6_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET6: SETn1 Position      */\r
-#define SCT_OUTPUTSET6_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn1_Pos)                      /*!< SCT OUTPUTSET6: SETn1 Mask          */\r
-#define SCT_OUTPUTSET6_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET6: SETn2 Position      */\r
-#define SCT_OUTPUTSET6_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn2_Pos)                      /*!< SCT OUTPUTSET6: SETn2 Mask          */\r
-#define SCT_OUTPUTSET6_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET6: SETn3 Position      */\r
-#define SCT_OUTPUTSET6_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn3_Pos)                      /*!< SCT OUTPUTSET6: SETn3 Mask          */\r
-#define SCT_OUTPUTSET6_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET6: SETn4 Position      */\r
-#define SCT_OUTPUTSET6_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn4_Pos)                      /*!< SCT OUTPUTSET6: SETn4 Mask          */\r
-#define SCT_OUTPUTSET6_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET6: SETn5 Position      */\r
-#define SCT_OUTPUTSET6_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn5_Pos)                      /*!< SCT OUTPUTSET6: SETn5 Mask          */\r
-#define SCT_OUTPUTSET6_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET6: SETn6 Position      */\r
-#define SCT_OUTPUTSET6_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn6_Pos)                      /*!< SCT OUTPUTSET6: SETn6 Mask          */\r
-#define SCT_OUTPUTSET6_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET6: SETn7 Position      */\r
-#define SCT_OUTPUTSET6_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn7_Pos)                      /*!< SCT OUTPUTSET6: SETn7 Mask          */\r
-#define SCT_OUTPUTSET6_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET6: SETn8 Position      */\r
-#define SCT_OUTPUTSET6_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn8_Pos)                      /*!< SCT OUTPUTSET6: SETn8 Mask          */\r
-#define SCT_OUTPUTSET6_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET6: SETn9 Position      */\r
-#define SCT_OUTPUTSET6_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET6_SETn9_Pos)                      /*!< SCT OUTPUTSET6: SETn9 Mask          */\r
-#define SCT_OUTPUTSET6_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET6: SETn10 Position     */\r
-#define SCT_OUTPUTSET6_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn10_Pos)                     /*!< SCT OUTPUTSET6: SETn10 Mask         */\r
-#define SCT_OUTPUTSET6_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET6: SETn11 Position     */\r
-#define SCT_OUTPUTSET6_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn11_Pos)                     /*!< SCT OUTPUTSET6: SETn11 Mask         */\r
-#define SCT_OUTPUTSET6_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET6: SETn12 Position     */\r
-#define SCT_OUTPUTSET6_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn12_Pos)                     /*!< SCT OUTPUTSET6: SETn12 Mask         */\r
-#define SCT_OUTPUTSET6_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET6: SETn13 Position     */\r
-#define SCT_OUTPUTSET6_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn13_Pos)                     /*!< SCT OUTPUTSET6: SETn13 Mask         */\r
-#define SCT_OUTPUTSET6_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET6: SETn14 Position     */\r
-#define SCT_OUTPUTSET6_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn14_Pos)                     /*!< SCT OUTPUTSET6: SETn14 Mask         */\r
-#define SCT_OUTPUTSET6_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET6: SETn15 Position     */\r
-#define SCT_OUTPUTSET6_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET6_SETn15_Pos)                     /*!< SCT OUTPUTSET6: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR6  -----------------------------------------\r
-#define SCT_OUTPUTCLR6_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR6: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn0_Pos)                      /*!< SCT OUTPUTCLR6: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR6: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn1_Pos)                      /*!< SCT OUTPUTCLR6: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR6: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn2_Pos)                      /*!< SCT OUTPUTCLR6: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR6: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn3_Pos)                      /*!< SCT OUTPUTCLR6: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR6: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn4_Pos)                      /*!< SCT OUTPUTCLR6: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR6: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn5_Pos)                      /*!< SCT OUTPUTCLR6: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR6: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn6_Pos)                      /*!< SCT OUTPUTCLR6: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR6: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn7_Pos)                      /*!< SCT OUTPUTCLR6: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR6: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn8_Pos)                      /*!< SCT OUTPUTCLR6: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR6: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR6_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR6_CLRn9_Pos)                      /*!< SCT OUTPUTCLR6: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR6_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR6: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn10_Pos)                     /*!< SCT OUTPUTCLR6: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR6_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR6: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn11_Pos)                     /*!< SCT OUTPUTCLR6: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR6_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR6: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn12_Pos)                     /*!< SCT OUTPUTCLR6: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR6_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR6: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn13_Pos)                     /*!< SCT OUTPUTCLR6: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR6_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR6: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn14_Pos)                     /*!< SCT OUTPUTCLR6: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR6_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR6: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR6_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR6_CLRn15_Pos)                     /*!< SCT OUTPUTCLR6: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET7  -----------------------------------------\r
-#define SCT_OUTPUTSET7_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET7: SETn0 Position      */\r
-#define SCT_OUTPUTSET7_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn0_Pos)                      /*!< SCT OUTPUTSET7: SETn0 Mask          */\r
-#define SCT_OUTPUTSET7_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET7: SETn1 Position      */\r
-#define SCT_OUTPUTSET7_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn1_Pos)                      /*!< SCT OUTPUTSET7: SETn1 Mask          */\r
-#define SCT_OUTPUTSET7_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET7: SETn2 Position      */\r
-#define SCT_OUTPUTSET7_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn2_Pos)                      /*!< SCT OUTPUTSET7: SETn2 Mask          */\r
-#define SCT_OUTPUTSET7_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET7: SETn3 Position      */\r
-#define SCT_OUTPUTSET7_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn3_Pos)                      /*!< SCT OUTPUTSET7: SETn3 Mask          */\r
-#define SCT_OUTPUTSET7_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET7: SETn4 Position      */\r
-#define SCT_OUTPUTSET7_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn4_Pos)                      /*!< SCT OUTPUTSET7: SETn4 Mask          */\r
-#define SCT_OUTPUTSET7_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET7: SETn5 Position      */\r
-#define SCT_OUTPUTSET7_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn5_Pos)                      /*!< SCT OUTPUTSET7: SETn5 Mask          */\r
-#define SCT_OUTPUTSET7_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET7: SETn6 Position      */\r
-#define SCT_OUTPUTSET7_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn6_Pos)                      /*!< SCT OUTPUTSET7: SETn6 Mask          */\r
-#define SCT_OUTPUTSET7_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET7: SETn7 Position      */\r
-#define SCT_OUTPUTSET7_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn7_Pos)                      /*!< SCT OUTPUTSET7: SETn7 Mask          */\r
-#define SCT_OUTPUTSET7_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET7: SETn8 Position      */\r
-#define SCT_OUTPUTSET7_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn8_Pos)                      /*!< SCT OUTPUTSET7: SETn8 Mask          */\r
-#define SCT_OUTPUTSET7_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET7: SETn9 Position      */\r
-#define SCT_OUTPUTSET7_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET7_SETn9_Pos)                      /*!< SCT OUTPUTSET7: SETn9 Mask          */\r
-#define SCT_OUTPUTSET7_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET7: SETn10 Position     */\r
-#define SCT_OUTPUTSET7_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn10_Pos)                     /*!< SCT OUTPUTSET7: SETn10 Mask         */\r
-#define SCT_OUTPUTSET7_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET7: SETn11 Position     */\r
-#define SCT_OUTPUTSET7_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn11_Pos)                     /*!< SCT OUTPUTSET7: SETn11 Mask         */\r
-#define SCT_OUTPUTSET7_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET7: SETn12 Position     */\r
-#define SCT_OUTPUTSET7_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn12_Pos)                     /*!< SCT OUTPUTSET7: SETn12 Mask         */\r
-#define SCT_OUTPUTSET7_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET7: SETn13 Position     */\r
-#define SCT_OUTPUTSET7_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn13_Pos)                     /*!< SCT OUTPUTSET7: SETn13 Mask         */\r
-#define SCT_OUTPUTSET7_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET7: SETn14 Position     */\r
-#define SCT_OUTPUTSET7_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn14_Pos)                     /*!< SCT OUTPUTSET7: SETn14 Mask         */\r
-#define SCT_OUTPUTSET7_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET7: SETn15 Position     */\r
-#define SCT_OUTPUTSET7_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET7_SETn15_Pos)                     /*!< SCT OUTPUTSET7: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR7  -----------------------------------------\r
-#define SCT_OUTPUTCLR7_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR7: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn0_Pos)                      /*!< SCT OUTPUTCLR7: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR7: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn1_Pos)                      /*!< SCT OUTPUTCLR7: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR7: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn2_Pos)                      /*!< SCT OUTPUTCLR7: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR7: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn3_Pos)                      /*!< SCT OUTPUTCLR7: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR7: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn4_Pos)                      /*!< SCT OUTPUTCLR7: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR7: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn5_Pos)                      /*!< SCT OUTPUTCLR7: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR7: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn6_Pos)                      /*!< SCT OUTPUTCLR7: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR7: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn7_Pos)                      /*!< SCT OUTPUTCLR7: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR7: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn8_Pos)                      /*!< SCT OUTPUTCLR7: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR7: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR7_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR7_CLRn9_Pos)                      /*!< SCT OUTPUTCLR7: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR7_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR7: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn10_Pos)                     /*!< SCT OUTPUTCLR7: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR7_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR7: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn11_Pos)                     /*!< SCT OUTPUTCLR7: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR7_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR7: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn12_Pos)                     /*!< SCT OUTPUTCLR7: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR7_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR7: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn13_Pos)                     /*!< SCT OUTPUTCLR7: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR7_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR7: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn14_Pos)                     /*!< SCT OUTPUTCLR7: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR7_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR7: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR7_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR7_CLRn15_Pos)                     /*!< SCT OUTPUTCLR7: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET8  -----------------------------------------\r
-#define SCT_OUTPUTSET8_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET8: SETn0 Position      */\r
-#define SCT_OUTPUTSET8_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn0_Pos)                      /*!< SCT OUTPUTSET8: SETn0 Mask          */\r
-#define SCT_OUTPUTSET8_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET8: SETn1 Position      */\r
-#define SCT_OUTPUTSET8_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn1_Pos)                      /*!< SCT OUTPUTSET8: SETn1 Mask          */\r
-#define SCT_OUTPUTSET8_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET8: SETn2 Position      */\r
-#define SCT_OUTPUTSET8_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn2_Pos)                      /*!< SCT OUTPUTSET8: SETn2 Mask          */\r
-#define SCT_OUTPUTSET8_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET8: SETn3 Position      */\r
-#define SCT_OUTPUTSET8_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn3_Pos)                      /*!< SCT OUTPUTSET8: SETn3 Mask          */\r
-#define SCT_OUTPUTSET8_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET8: SETn4 Position      */\r
-#define SCT_OUTPUTSET8_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn4_Pos)                      /*!< SCT OUTPUTSET8: SETn4 Mask          */\r
-#define SCT_OUTPUTSET8_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET8: SETn5 Position      */\r
-#define SCT_OUTPUTSET8_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn5_Pos)                      /*!< SCT OUTPUTSET8: SETn5 Mask          */\r
-#define SCT_OUTPUTSET8_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET8: SETn6 Position      */\r
-#define SCT_OUTPUTSET8_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn6_Pos)                      /*!< SCT OUTPUTSET8: SETn6 Mask          */\r
-#define SCT_OUTPUTSET8_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET8: SETn7 Position      */\r
-#define SCT_OUTPUTSET8_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn7_Pos)                      /*!< SCT OUTPUTSET8: SETn7 Mask          */\r
-#define SCT_OUTPUTSET8_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET8: SETn8 Position      */\r
-#define SCT_OUTPUTSET8_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn8_Pos)                      /*!< SCT OUTPUTSET8: SETn8 Mask          */\r
-#define SCT_OUTPUTSET8_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET8: SETn9 Position      */\r
-#define SCT_OUTPUTSET8_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET8_SETn9_Pos)                      /*!< SCT OUTPUTSET8: SETn9 Mask          */\r
-#define SCT_OUTPUTSET8_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET8: SETn10 Position     */\r
-#define SCT_OUTPUTSET8_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn10_Pos)                     /*!< SCT OUTPUTSET8: SETn10 Mask         */\r
-#define SCT_OUTPUTSET8_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET8: SETn11 Position     */\r
-#define SCT_OUTPUTSET8_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn11_Pos)                     /*!< SCT OUTPUTSET8: SETn11 Mask         */\r
-#define SCT_OUTPUTSET8_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET8: SETn12 Position     */\r
-#define SCT_OUTPUTSET8_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn12_Pos)                     /*!< SCT OUTPUTSET8: SETn12 Mask         */\r
-#define SCT_OUTPUTSET8_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET8: SETn13 Position     */\r
-#define SCT_OUTPUTSET8_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn13_Pos)                     /*!< SCT OUTPUTSET8: SETn13 Mask         */\r
-#define SCT_OUTPUTSET8_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET8: SETn14 Position     */\r
-#define SCT_OUTPUTSET8_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn14_Pos)                     /*!< SCT OUTPUTSET8: SETn14 Mask         */\r
-#define SCT_OUTPUTSET8_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET8: SETn15 Position     */\r
-#define SCT_OUTPUTSET8_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET8_SETn15_Pos)                     /*!< SCT OUTPUTSET8: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR8  -----------------------------------------\r
-#define SCT_OUTPUTCLR8_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR8: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn0_Pos)                      /*!< SCT OUTPUTCLR8: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR8: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn1_Pos)                      /*!< SCT OUTPUTCLR8: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR8: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn2_Pos)                      /*!< SCT OUTPUTCLR8: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR8: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn3_Pos)                      /*!< SCT OUTPUTCLR8: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR8: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn4_Pos)                      /*!< SCT OUTPUTCLR8: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR8: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn5_Pos)                      /*!< SCT OUTPUTCLR8: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR8: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn6_Pos)                      /*!< SCT OUTPUTCLR8: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR8: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn7_Pos)                      /*!< SCT OUTPUTCLR8: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR8: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn8_Pos)                      /*!< SCT OUTPUTCLR8: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR8: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR8_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR8_CLRn9_Pos)                      /*!< SCT OUTPUTCLR8: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR8_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR8: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn10_Pos)                     /*!< SCT OUTPUTCLR8: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR8_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR8: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn11_Pos)                     /*!< SCT OUTPUTCLR8: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR8_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR8: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn12_Pos)                     /*!< SCT OUTPUTCLR8: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR8_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR8: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn13_Pos)                     /*!< SCT OUTPUTCLR8: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR8_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR8: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn14_Pos)                     /*!< SCT OUTPUTCLR8: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR8_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR8: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR8_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR8_CLRn15_Pos)                     /*!< SCT OUTPUTCLR8: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET9  -----------------------------------------\r
-#define SCT_OUTPUTSET9_SETn0_Pos                              0                                                         /*!< SCT OUTPUTSET9: SETn0 Position      */\r
-#define SCT_OUTPUTSET9_SETn0_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn0_Pos)                      /*!< SCT OUTPUTSET9: SETn0 Mask          */\r
-#define SCT_OUTPUTSET9_SETn1_Pos                              1                                                         /*!< SCT OUTPUTSET9: SETn1 Position      */\r
-#define SCT_OUTPUTSET9_SETn1_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn1_Pos)                      /*!< SCT OUTPUTSET9: SETn1 Mask          */\r
-#define SCT_OUTPUTSET9_SETn2_Pos                              2                                                         /*!< SCT OUTPUTSET9: SETn2 Position      */\r
-#define SCT_OUTPUTSET9_SETn2_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn2_Pos)                      /*!< SCT OUTPUTSET9: SETn2 Mask          */\r
-#define SCT_OUTPUTSET9_SETn3_Pos                              3                                                         /*!< SCT OUTPUTSET9: SETn3 Position      */\r
-#define SCT_OUTPUTSET9_SETn3_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn3_Pos)                      /*!< SCT OUTPUTSET9: SETn3 Mask          */\r
-#define SCT_OUTPUTSET9_SETn4_Pos                              4                                                         /*!< SCT OUTPUTSET9: SETn4 Position      */\r
-#define SCT_OUTPUTSET9_SETn4_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn4_Pos)                      /*!< SCT OUTPUTSET9: SETn4 Mask          */\r
-#define SCT_OUTPUTSET9_SETn5_Pos                              5                                                         /*!< SCT OUTPUTSET9: SETn5 Position      */\r
-#define SCT_OUTPUTSET9_SETn5_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn5_Pos)                      /*!< SCT OUTPUTSET9: SETn5 Mask          */\r
-#define SCT_OUTPUTSET9_SETn6_Pos                              6                                                         /*!< SCT OUTPUTSET9: SETn6 Position      */\r
-#define SCT_OUTPUTSET9_SETn6_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn6_Pos)                      /*!< SCT OUTPUTSET9: SETn6 Mask          */\r
-#define SCT_OUTPUTSET9_SETn7_Pos                              7                                                         /*!< SCT OUTPUTSET9: SETn7 Position      */\r
-#define SCT_OUTPUTSET9_SETn7_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn7_Pos)                      /*!< SCT OUTPUTSET9: SETn7 Mask          */\r
-#define SCT_OUTPUTSET9_SETn8_Pos                              8                                                         /*!< SCT OUTPUTSET9: SETn8 Position      */\r
-#define SCT_OUTPUTSET9_SETn8_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn8_Pos)                      /*!< SCT OUTPUTSET9: SETn8 Mask          */\r
-#define SCT_OUTPUTSET9_SETn9_Pos                              9                                                         /*!< SCT OUTPUTSET9: SETn9 Position      */\r
-#define SCT_OUTPUTSET9_SETn9_Msk                              (0x01UL << SCT_OUTPUTSET9_SETn9_Pos)                      /*!< SCT OUTPUTSET9: SETn9 Mask          */\r
-#define SCT_OUTPUTSET9_SETn10_Pos                             10                                                        /*!< SCT OUTPUTSET9: SETn10 Position     */\r
-#define SCT_OUTPUTSET9_SETn10_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn10_Pos)                     /*!< SCT OUTPUTSET9: SETn10 Mask         */\r
-#define SCT_OUTPUTSET9_SETn11_Pos                             11                                                        /*!< SCT OUTPUTSET9: SETn11 Position     */\r
-#define SCT_OUTPUTSET9_SETn11_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn11_Pos)                     /*!< SCT OUTPUTSET9: SETn11 Mask         */\r
-#define SCT_OUTPUTSET9_SETn12_Pos                             12                                                        /*!< SCT OUTPUTSET9: SETn12 Position     */\r
-#define SCT_OUTPUTSET9_SETn12_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn12_Pos)                     /*!< SCT OUTPUTSET9: SETn12 Mask         */\r
-#define SCT_OUTPUTSET9_SETn13_Pos                             13                                                        /*!< SCT OUTPUTSET9: SETn13 Position     */\r
-#define SCT_OUTPUTSET9_SETn13_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn13_Pos)                     /*!< SCT OUTPUTSET9: SETn13 Mask         */\r
-#define SCT_OUTPUTSET9_SETn14_Pos                             14                                                        /*!< SCT OUTPUTSET9: SETn14 Position     */\r
-#define SCT_OUTPUTSET9_SETn14_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn14_Pos)                     /*!< SCT OUTPUTSET9: SETn14 Mask         */\r
-#define SCT_OUTPUTSET9_SETn15_Pos                             15                                                        /*!< SCT OUTPUTSET9: SETn15 Position     */\r
-#define SCT_OUTPUTSET9_SETn15_Msk                             (0x01UL << SCT_OUTPUTSET9_SETn15_Pos)                     /*!< SCT OUTPUTSET9: SETn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR9  -----------------------------------------\r
-#define SCT_OUTPUTCLR9_CLRn0_Pos                              0                                                         /*!< SCT OUTPUTCLR9: CLRn0 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn0_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn0_Pos)                      /*!< SCT OUTPUTCLR9: CLRn0 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn1_Pos                              1                                                         /*!< SCT OUTPUTCLR9: CLRn1 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn1_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn1_Pos)                      /*!< SCT OUTPUTCLR9: CLRn1 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn2_Pos                              2                                                         /*!< SCT OUTPUTCLR9: CLRn2 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn2_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn2_Pos)                      /*!< SCT OUTPUTCLR9: CLRn2 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn3_Pos                              3                                                         /*!< SCT OUTPUTCLR9: CLRn3 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn3_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn3_Pos)                      /*!< SCT OUTPUTCLR9: CLRn3 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn4_Pos                              4                                                         /*!< SCT OUTPUTCLR9: CLRn4 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn4_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn4_Pos)                      /*!< SCT OUTPUTCLR9: CLRn4 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn5_Pos                              5                                                         /*!< SCT OUTPUTCLR9: CLRn5 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn5_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn5_Pos)                      /*!< SCT OUTPUTCLR9: CLRn5 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn6_Pos                              6                                                         /*!< SCT OUTPUTCLR9: CLRn6 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn6_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn6_Pos)                      /*!< SCT OUTPUTCLR9: CLRn6 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn7_Pos                              7                                                         /*!< SCT OUTPUTCLR9: CLRn7 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn7_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn7_Pos)                      /*!< SCT OUTPUTCLR9: CLRn7 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn8_Pos                              8                                                         /*!< SCT OUTPUTCLR9: CLRn8 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn8_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn8_Pos)                      /*!< SCT OUTPUTCLR9: CLRn8 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn9_Pos                              9                                                         /*!< SCT OUTPUTCLR9: CLRn9 Position      */\r
-#define SCT_OUTPUTCLR9_CLRn9_Msk                              (0x01UL << SCT_OUTPUTCLR9_CLRn9_Pos)                      /*!< SCT OUTPUTCLR9: CLRn9 Mask          */\r
-#define SCT_OUTPUTCLR9_CLRn10_Pos                             10                                                        /*!< SCT OUTPUTCLR9: CLRn10 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn10_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn10_Pos)                     /*!< SCT OUTPUTCLR9: CLRn10 Mask         */\r
-#define SCT_OUTPUTCLR9_CLRn11_Pos                             11                                                        /*!< SCT OUTPUTCLR9: CLRn11 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn11_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn11_Pos)                     /*!< SCT OUTPUTCLR9: CLRn11 Mask         */\r
-#define SCT_OUTPUTCLR9_CLRn12_Pos                             12                                                        /*!< SCT OUTPUTCLR9: CLRn12 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn12_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn12_Pos)                     /*!< SCT OUTPUTCLR9: CLRn12 Mask         */\r
-#define SCT_OUTPUTCLR9_CLRn13_Pos                             13                                                        /*!< SCT OUTPUTCLR9: CLRn13 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn13_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn13_Pos)                     /*!< SCT OUTPUTCLR9: CLRn13 Mask         */\r
-#define SCT_OUTPUTCLR9_CLRn14_Pos                             14                                                        /*!< SCT OUTPUTCLR9: CLRn14 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn14_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn14_Pos)                     /*!< SCT OUTPUTCLR9: CLRn14 Mask         */\r
-#define SCT_OUTPUTCLR9_CLRn15_Pos                             15                                                        /*!< SCT OUTPUTCLR9: CLRn15 Position     */\r
-#define SCT_OUTPUTCLR9_CLRn15_Msk                             (0x01UL << SCT_OUTPUTCLR9_CLRn15_Pos)                     /*!< SCT OUTPUTCLR9: CLRn15 Mask         */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET10  ----------------------------------------\r
-#define SCT_OUTPUTSET10_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET10: SETn0 Position     */\r
-#define SCT_OUTPUTSET10_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn0_Pos)                     /*!< SCT OUTPUTSET10: SETn0 Mask         */\r
-#define SCT_OUTPUTSET10_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET10: SETn1 Position     */\r
-#define SCT_OUTPUTSET10_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn1_Pos)                     /*!< SCT OUTPUTSET10: SETn1 Mask         */\r
-#define SCT_OUTPUTSET10_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET10: SETn2 Position     */\r
-#define SCT_OUTPUTSET10_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn2_Pos)                     /*!< SCT OUTPUTSET10: SETn2 Mask         */\r
-#define SCT_OUTPUTSET10_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET10: SETn3 Position     */\r
-#define SCT_OUTPUTSET10_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn3_Pos)                     /*!< SCT OUTPUTSET10: SETn3 Mask         */\r
-#define SCT_OUTPUTSET10_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET10: SETn4 Position     */\r
-#define SCT_OUTPUTSET10_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn4_Pos)                     /*!< SCT OUTPUTSET10: SETn4 Mask         */\r
-#define SCT_OUTPUTSET10_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET10: SETn5 Position     */\r
-#define SCT_OUTPUTSET10_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn5_Pos)                     /*!< SCT OUTPUTSET10: SETn5 Mask         */\r
-#define SCT_OUTPUTSET10_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET10: SETn6 Position     */\r
-#define SCT_OUTPUTSET10_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn6_Pos)                     /*!< SCT OUTPUTSET10: SETn6 Mask         */\r
-#define SCT_OUTPUTSET10_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET10: SETn7 Position     */\r
-#define SCT_OUTPUTSET10_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn7_Pos)                     /*!< SCT OUTPUTSET10: SETn7 Mask         */\r
-#define SCT_OUTPUTSET10_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET10: SETn8 Position     */\r
-#define SCT_OUTPUTSET10_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn8_Pos)                     /*!< SCT OUTPUTSET10: SETn8 Mask         */\r
-#define SCT_OUTPUTSET10_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET10: SETn9 Position     */\r
-#define SCT_OUTPUTSET10_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET10_SETn9_Pos)                     /*!< SCT OUTPUTSET10: SETn9 Mask         */\r
-#define SCT_OUTPUTSET10_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET10: SETn10 Position    */\r
-#define SCT_OUTPUTSET10_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn10_Pos)                    /*!< SCT OUTPUTSET10: SETn10 Mask        */\r
-#define SCT_OUTPUTSET10_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET10: SETn11 Position    */\r
-#define SCT_OUTPUTSET10_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn11_Pos)                    /*!< SCT OUTPUTSET10: SETn11 Mask        */\r
-#define SCT_OUTPUTSET10_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET10: SETn12 Position    */\r
-#define SCT_OUTPUTSET10_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn12_Pos)                    /*!< SCT OUTPUTSET10: SETn12 Mask        */\r
-#define SCT_OUTPUTSET10_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET10: SETn13 Position    */\r
-#define SCT_OUTPUTSET10_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn13_Pos)                    /*!< SCT OUTPUTSET10: SETn13 Mask        */\r
-#define SCT_OUTPUTSET10_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET10: SETn14 Position    */\r
-#define SCT_OUTPUTSET10_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn14_Pos)                    /*!< SCT OUTPUTSET10: SETn14 Mask        */\r
-#define SCT_OUTPUTSET10_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET10: SETn15 Position    */\r
-#define SCT_OUTPUTSET10_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET10_SETn15_Pos)                    /*!< SCT OUTPUTSET10: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR10  ----------------------------------------\r
-#define SCT_OUTPUTCLR10_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR10: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn0_Pos)                     /*!< SCT OUTPUTCLR10: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR10: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn1_Pos)                     /*!< SCT OUTPUTCLR10: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR10: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn2_Pos)                     /*!< SCT OUTPUTCLR10: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR10: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn3_Pos)                     /*!< SCT OUTPUTCLR10: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR10: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn4_Pos)                     /*!< SCT OUTPUTCLR10: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR10: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn5_Pos)                     /*!< SCT OUTPUTCLR10: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR10: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn6_Pos)                     /*!< SCT OUTPUTCLR10: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR10: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn7_Pos)                     /*!< SCT OUTPUTCLR10: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR10: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn8_Pos)                     /*!< SCT OUTPUTCLR10: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR10: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR10_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR10_CLRn9_Pos)                     /*!< SCT OUTPUTCLR10: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR10_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR10: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn10_Pos)                    /*!< SCT OUTPUTCLR10: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR10_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR10: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn11_Pos)                    /*!< SCT OUTPUTCLR10: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR10_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR10: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn12_Pos)                    /*!< SCT OUTPUTCLR10: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR10_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR10: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn13_Pos)                    /*!< SCT OUTPUTCLR10: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR10_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR10: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn14_Pos)                    /*!< SCT OUTPUTCLR10: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR10_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR10: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR10_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR10_CLRn15_Pos)                    /*!< SCT OUTPUTCLR10: CLRn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET11  ----------------------------------------\r
-#define SCT_OUTPUTSET11_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET11: SETn0 Position     */\r
-#define SCT_OUTPUTSET11_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn0_Pos)                     /*!< SCT OUTPUTSET11: SETn0 Mask         */\r
-#define SCT_OUTPUTSET11_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET11: SETn1 Position     */\r
-#define SCT_OUTPUTSET11_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn1_Pos)                     /*!< SCT OUTPUTSET11: SETn1 Mask         */\r
-#define SCT_OUTPUTSET11_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET11: SETn2 Position     */\r
-#define SCT_OUTPUTSET11_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn2_Pos)                     /*!< SCT OUTPUTSET11: SETn2 Mask         */\r
-#define SCT_OUTPUTSET11_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET11: SETn3 Position     */\r
-#define SCT_OUTPUTSET11_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn3_Pos)                     /*!< SCT OUTPUTSET11: SETn3 Mask         */\r
-#define SCT_OUTPUTSET11_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET11: SETn4 Position     */\r
-#define SCT_OUTPUTSET11_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn4_Pos)                     /*!< SCT OUTPUTSET11: SETn4 Mask         */\r
-#define SCT_OUTPUTSET11_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET11: SETn5 Position     */\r
-#define SCT_OUTPUTSET11_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn5_Pos)                     /*!< SCT OUTPUTSET11: SETn5 Mask         */\r
-#define SCT_OUTPUTSET11_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET11: SETn6 Position     */\r
-#define SCT_OUTPUTSET11_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn6_Pos)                     /*!< SCT OUTPUTSET11: SETn6 Mask         */\r
-#define SCT_OUTPUTSET11_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET11: SETn7 Position     */\r
-#define SCT_OUTPUTSET11_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn7_Pos)                     /*!< SCT OUTPUTSET11: SETn7 Mask         */\r
-#define SCT_OUTPUTSET11_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET11: SETn8 Position     */\r
-#define SCT_OUTPUTSET11_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn8_Pos)                     /*!< SCT OUTPUTSET11: SETn8 Mask         */\r
-#define SCT_OUTPUTSET11_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET11: SETn9 Position     */\r
-#define SCT_OUTPUTSET11_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET11_SETn9_Pos)                     /*!< SCT OUTPUTSET11: SETn9 Mask         */\r
-#define SCT_OUTPUTSET11_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET11: SETn10 Position    */\r
-#define SCT_OUTPUTSET11_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn10_Pos)                    /*!< SCT OUTPUTSET11: SETn10 Mask        */\r
-#define SCT_OUTPUTSET11_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET11: SETn11 Position    */\r
-#define SCT_OUTPUTSET11_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn11_Pos)                    /*!< SCT OUTPUTSET11: SETn11 Mask        */\r
-#define SCT_OUTPUTSET11_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET11: SETn12 Position    */\r
-#define SCT_OUTPUTSET11_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn12_Pos)                    /*!< SCT OUTPUTSET11: SETn12 Mask        */\r
-#define SCT_OUTPUTSET11_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET11: SETn13 Position    */\r
-#define SCT_OUTPUTSET11_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn13_Pos)                    /*!< SCT OUTPUTSET11: SETn13 Mask        */\r
-#define SCT_OUTPUTSET11_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET11: SETn14 Position    */\r
-#define SCT_OUTPUTSET11_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn14_Pos)                    /*!< SCT OUTPUTSET11: SETn14 Mask        */\r
-#define SCT_OUTPUTSET11_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET11: SETn15 Position    */\r
-#define SCT_OUTPUTSET11_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET11_SETn15_Pos)                    /*!< SCT OUTPUTSET11: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR11  ----------------------------------------\r
-#define SCT_OUTPUTCLR11_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR11: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn0_Pos)                     /*!< SCT OUTPUTCLR11: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR11: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn1_Pos)                     /*!< SCT OUTPUTCLR11: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR11: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn2_Pos)                     /*!< SCT OUTPUTCLR11: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR11: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn3_Pos)                     /*!< SCT OUTPUTCLR11: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR11: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn4_Pos)                     /*!< SCT OUTPUTCLR11: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR11: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn5_Pos)                     /*!< SCT OUTPUTCLR11: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR11: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn6_Pos)                     /*!< SCT OUTPUTCLR11: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR11: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn7_Pos)                     /*!< SCT OUTPUTCLR11: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR11: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn8_Pos)                     /*!< SCT OUTPUTCLR11: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR11: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR11_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR11_CLRn9_Pos)                     /*!< SCT OUTPUTCLR11: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR11_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR11: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn10_Pos)                    /*!< SCT OUTPUTCLR11: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR11_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR11: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn11_Pos)                    /*!< SCT OUTPUTCLR11: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR11_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR11: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn12_Pos)                    /*!< SCT OUTPUTCLR11: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR11_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR11: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn13_Pos)                    /*!< SCT OUTPUTCLR11: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR11_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR11: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn14_Pos)                    /*!< SCT OUTPUTCLR11: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR11_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR11: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR11_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR11_CLRn15_Pos)                    /*!< SCT OUTPUTCLR11: CLRn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET12  ----------------------------------------\r
-#define SCT_OUTPUTSET12_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET12: SETn0 Position     */\r
-#define SCT_OUTPUTSET12_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn0_Pos)                     /*!< SCT OUTPUTSET12: SETn0 Mask         */\r
-#define SCT_OUTPUTSET12_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET12: SETn1 Position     */\r
-#define SCT_OUTPUTSET12_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn1_Pos)                     /*!< SCT OUTPUTSET12: SETn1 Mask         */\r
-#define SCT_OUTPUTSET12_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET12: SETn2 Position     */\r
-#define SCT_OUTPUTSET12_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn2_Pos)                     /*!< SCT OUTPUTSET12: SETn2 Mask         */\r
-#define SCT_OUTPUTSET12_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET12: SETn3 Position     */\r
-#define SCT_OUTPUTSET12_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn3_Pos)                     /*!< SCT OUTPUTSET12: SETn3 Mask         */\r
-#define SCT_OUTPUTSET12_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET12: SETn4 Position     */\r
-#define SCT_OUTPUTSET12_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn4_Pos)                     /*!< SCT OUTPUTSET12: SETn4 Mask         */\r
-#define SCT_OUTPUTSET12_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET12: SETn5 Position     */\r
-#define SCT_OUTPUTSET12_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn5_Pos)                     /*!< SCT OUTPUTSET12: SETn5 Mask         */\r
-#define SCT_OUTPUTSET12_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET12: SETn6 Position     */\r
-#define SCT_OUTPUTSET12_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn6_Pos)                     /*!< SCT OUTPUTSET12: SETn6 Mask         */\r
-#define SCT_OUTPUTSET12_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET12: SETn7 Position     */\r
-#define SCT_OUTPUTSET12_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn7_Pos)                     /*!< SCT OUTPUTSET12: SETn7 Mask         */\r
-#define SCT_OUTPUTSET12_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET12: SETn8 Position     */\r
-#define SCT_OUTPUTSET12_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn8_Pos)                     /*!< SCT OUTPUTSET12: SETn8 Mask         */\r
-#define SCT_OUTPUTSET12_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET12: SETn9 Position     */\r
-#define SCT_OUTPUTSET12_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET12_SETn9_Pos)                     /*!< SCT OUTPUTSET12: SETn9 Mask         */\r
-#define SCT_OUTPUTSET12_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET12: SETn10 Position    */\r
-#define SCT_OUTPUTSET12_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn10_Pos)                    /*!< SCT OUTPUTSET12: SETn10 Mask        */\r
-#define SCT_OUTPUTSET12_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET12: SETn11 Position    */\r
-#define SCT_OUTPUTSET12_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn11_Pos)                    /*!< SCT OUTPUTSET12: SETn11 Mask        */\r
-#define SCT_OUTPUTSET12_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET12: SETn12 Position    */\r
-#define SCT_OUTPUTSET12_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn12_Pos)                    /*!< SCT OUTPUTSET12: SETn12 Mask        */\r
-#define SCT_OUTPUTSET12_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET12: SETn13 Position    */\r
-#define SCT_OUTPUTSET12_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn13_Pos)                    /*!< SCT OUTPUTSET12: SETn13 Mask        */\r
-#define SCT_OUTPUTSET12_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET12: SETn14 Position    */\r
-#define SCT_OUTPUTSET12_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn14_Pos)                    /*!< SCT OUTPUTSET12: SETn14 Mask        */\r
-#define SCT_OUTPUTSET12_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET12: SETn15 Position    */\r
-#define SCT_OUTPUTSET12_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET12_SETn15_Pos)                    /*!< SCT OUTPUTSET12: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR12  ----------------------------------------\r
-#define SCT_OUTPUTCLR12_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR12: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn0_Pos)                     /*!< SCT OUTPUTCLR12: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR12: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn1_Pos)                     /*!< SCT OUTPUTCLR12: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR12: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn2_Pos)                     /*!< SCT OUTPUTCLR12: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR12: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn3_Pos)                     /*!< SCT OUTPUTCLR12: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR12: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn4_Pos)                     /*!< SCT OUTPUTCLR12: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR12: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn5_Pos)                     /*!< SCT OUTPUTCLR12: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR12: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn6_Pos)                     /*!< SCT OUTPUTCLR12: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR12: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn7_Pos)                     /*!< SCT OUTPUTCLR12: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR12: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn8_Pos)                     /*!< SCT OUTPUTCLR12: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR12: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR12_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR12_CLRn9_Pos)                     /*!< SCT OUTPUTCLR12: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR12_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR12: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn10_Pos)                    /*!< SCT OUTPUTCLR12: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR12_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR12: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn11_Pos)                    /*!< SCT OUTPUTCLR12: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR12_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR12: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn12_Pos)                    /*!< SCT OUTPUTCLR12: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR12_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR12: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn13_Pos)                    /*!< SCT OUTPUTCLR12: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR12_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR12: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn14_Pos)                    /*!< SCT OUTPUTCLR12: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR12_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR12: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR12_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR12_CLRn15_Pos)                    /*!< SCT OUTPUTCLR12: CLRn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET13  ----------------------------------------\r
-#define SCT_OUTPUTSET13_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET13: SETn0 Position     */\r
-#define SCT_OUTPUTSET13_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn0_Pos)                     /*!< SCT OUTPUTSET13: SETn0 Mask         */\r
-#define SCT_OUTPUTSET13_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET13: SETn1 Position     */\r
-#define SCT_OUTPUTSET13_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn1_Pos)                     /*!< SCT OUTPUTSET13: SETn1 Mask         */\r
-#define SCT_OUTPUTSET13_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET13: SETn2 Position     */\r
-#define SCT_OUTPUTSET13_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn2_Pos)                     /*!< SCT OUTPUTSET13: SETn2 Mask         */\r
-#define SCT_OUTPUTSET13_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET13: SETn3 Position     */\r
-#define SCT_OUTPUTSET13_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn3_Pos)                     /*!< SCT OUTPUTSET13: SETn3 Mask         */\r
-#define SCT_OUTPUTSET13_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET13: SETn4 Position     */\r
-#define SCT_OUTPUTSET13_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn4_Pos)                     /*!< SCT OUTPUTSET13: SETn4 Mask         */\r
-#define SCT_OUTPUTSET13_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET13: SETn5 Position     */\r
-#define SCT_OUTPUTSET13_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn5_Pos)                     /*!< SCT OUTPUTSET13: SETn5 Mask         */\r
-#define SCT_OUTPUTSET13_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET13: SETn6 Position     */\r
-#define SCT_OUTPUTSET13_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn6_Pos)                     /*!< SCT OUTPUTSET13: SETn6 Mask         */\r
-#define SCT_OUTPUTSET13_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET13: SETn7 Position     */\r
-#define SCT_OUTPUTSET13_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn7_Pos)                     /*!< SCT OUTPUTSET13: SETn7 Mask         */\r
-#define SCT_OUTPUTSET13_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET13: SETn8 Position     */\r
-#define SCT_OUTPUTSET13_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn8_Pos)                     /*!< SCT OUTPUTSET13: SETn8 Mask         */\r
-#define SCT_OUTPUTSET13_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET13: SETn9 Position     */\r
-#define SCT_OUTPUTSET13_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET13_SETn9_Pos)                     /*!< SCT OUTPUTSET13: SETn9 Mask         */\r
-#define SCT_OUTPUTSET13_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET13: SETn10 Position    */\r
-#define SCT_OUTPUTSET13_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn10_Pos)                    /*!< SCT OUTPUTSET13: SETn10 Mask        */\r
-#define SCT_OUTPUTSET13_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET13: SETn11 Position    */\r
-#define SCT_OUTPUTSET13_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn11_Pos)                    /*!< SCT OUTPUTSET13: SETn11 Mask        */\r
-#define SCT_OUTPUTSET13_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET13: SETn12 Position    */\r
-#define SCT_OUTPUTSET13_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn12_Pos)                    /*!< SCT OUTPUTSET13: SETn12 Mask        */\r
-#define SCT_OUTPUTSET13_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET13: SETn13 Position    */\r
-#define SCT_OUTPUTSET13_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn13_Pos)                    /*!< SCT OUTPUTSET13: SETn13 Mask        */\r
-#define SCT_OUTPUTSET13_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET13: SETn14 Position    */\r
-#define SCT_OUTPUTSET13_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn14_Pos)                    /*!< SCT OUTPUTSET13: SETn14 Mask        */\r
-#define SCT_OUTPUTSET13_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET13: SETn15 Position    */\r
-#define SCT_OUTPUTSET13_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET13_SETn15_Pos)                    /*!< SCT OUTPUTSET13: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR13  ----------------------------------------\r
-#define SCT_OUTPUTCLR13_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR13: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn0_Pos)                     /*!< SCT OUTPUTCLR13: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR13: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn1_Pos)                     /*!< SCT OUTPUTCLR13: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR13: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn2_Pos)                     /*!< SCT OUTPUTCLR13: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR13: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn3_Pos)                     /*!< SCT OUTPUTCLR13: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR13: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn4_Pos)                     /*!< SCT OUTPUTCLR13: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR13: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn5_Pos)                     /*!< SCT OUTPUTCLR13: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR13: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn6_Pos)                     /*!< SCT OUTPUTCLR13: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR13: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn7_Pos)                     /*!< SCT OUTPUTCLR13: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR13: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn8_Pos)                     /*!< SCT OUTPUTCLR13: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR13: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR13_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR13_CLRn9_Pos)                     /*!< SCT OUTPUTCLR13: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR13_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR13: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn10_Pos)                    /*!< SCT OUTPUTCLR13: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR13_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR13: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn11_Pos)                    /*!< SCT OUTPUTCLR13: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR13_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR13: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn12_Pos)                    /*!< SCT OUTPUTCLR13: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR13_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR13: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn13_Pos)                    /*!< SCT OUTPUTCLR13: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR13_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR13: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn14_Pos)                    /*!< SCT OUTPUTCLR13: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR13_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR13: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR13_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR13_CLRn15_Pos)                    /*!< SCT OUTPUTCLR13: CLRn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET14  ----------------------------------------\r
-#define SCT_OUTPUTSET14_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET14: SETn0 Position     */\r
-#define SCT_OUTPUTSET14_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn0_Pos)                     /*!< SCT OUTPUTSET14: SETn0 Mask         */\r
-#define SCT_OUTPUTSET14_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET14: SETn1 Position     */\r
-#define SCT_OUTPUTSET14_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn1_Pos)                     /*!< SCT OUTPUTSET14: SETn1 Mask         */\r
-#define SCT_OUTPUTSET14_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET14: SETn2 Position     */\r
-#define SCT_OUTPUTSET14_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn2_Pos)                     /*!< SCT OUTPUTSET14: SETn2 Mask         */\r
-#define SCT_OUTPUTSET14_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET14: SETn3 Position     */\r
-#define SCT_OUTPUTSET14_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn3_Pos)                     /*!< SCT OUTPUTSET14: SETn3 Mask         */\r
-#define SCT_OUTPUTSET14_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET14: SETn4 Position     */\r
-#define SCT_OUTPUTSET14_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn4_Pos)                     /*!< SCT OUTPUTSET14: SETn4 Mask         */\r
-#define SCT_OUTPUTSET14_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET14: SETn5 Position     */\r
-#define SCT_OUTPUTSET14_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn5_Pos)                     /*!< SCT OUTPUTSET14: SETn5 Mask         */\r
-#define SCT_OUTPUTSET14_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET14: SETn6 Position     */\r
-#define SCT_OUTPUTSET14_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn6_Pos)                     /*!< SCT OUTPUTSET14: SETn6 Mask         */\r
-#define SCT_OUTPUTSET14_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET14: SETn7 Position     */\r
-#define SCT_OUTPUTSET14_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn7_Pos)                     /*!< SCT OUTPUTSET14: SETn7 Mask         */\r
-#define SCT_OUTPUTSET14_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET14: SETn8 Position     */\r
-#define SCT_OUTPUTSET14_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn8_Pos)                     /*!< SCT OUTPUTSET14: SETn8 Mask         */\r
-#define SCT_OUTPUTSET14_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET14: SETn9 Position     */\r
-#define SCT_OUTPUTSET14_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET14_SETn9_Pos)                     /*!< SCT OUTPUTSET14: SETn9 Mask         */\r
-#define SCT_OUTPUTSET14_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET14: SETn10 Position    */\r
-#define SCT_OUTPUTSET14_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn10_Pos)                    /*!< SCT OUTPUTSET14: SETn10 Mask        */\r
-#define SCT_OUTPUTSET14_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET14: SETn11 Position    */\r
-#define SCT_OUTPUTSET14_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn11_Pos)                    /*!< SCT OUTPUTSET14: SETn11 Mask        */\r
-#define SCT_OUTPUTSET14_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET14: SETn12 Position    */\r
-#define SCT_OUTPUTSET14_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn12_Pos)                    /*!< SCT OUTPUTSET14: SETn12 Mask        */\r
-#define SCT_OUTPUTSET14_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET14: SETn13 Position    */\r
-#define SCT_OUTPUTSET14_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn13_Pos)                    /*!< SCT OUTPUTSET14: SETn13 Mask        */\r
-#define SCT_OUTPUTSET14_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET14: SETn14 Position    */\r
-#define SCT_OUTPUTSET14_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn14_Pos)                    /*!< SCT OUTPUTSET14: SETn14 Mask        */\r
-#define SCT_OUTPUTSET14_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET14: SETn15 Position    */\r
-#define SCT_OUTPUTSET14_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET14_SETn15_Pos)                    /*!< SCT OUTPUTSET14: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR14  ----------------------------------------\r
-#define SCT_OUTPUTCLR14_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR14: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn0_Pos)                     /*!< SCT OUTPUTCLR14: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR14: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn1_Pos)                     /*!< SCT OUTPUTCLR14: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR14: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn2_Pos)                     /*!< SCT OUTPUTCLR14: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR14: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn3_Pos)                     /*!< SCT OUTPUTCLR14: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR14: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn4_Pos)                     /*!< SCT OUTPUTCLR14: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR14: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn5_Pos)                     /*!< SCT OUTPUTCLR14: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR14: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn6_Pos)                     /*!< SCT OUTPUTCLR14: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR14: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn7_Pos)                     /*!< SCT OUTPUTCLR14: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR14: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn8_Pos)                     /*!< SCT OUTPUTCLR14: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR14: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR14_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR14_CLRn9_Pos)                     /*!< SCT OUTPUTCLR14: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR14_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR14: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn10_Pos)                    /*!< SCT OUTPUTCLR14: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR14_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR14: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn11_Pos)                    /*!< SCT OUTPUTCLR14: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR14_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR14: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn12_Pos)                    /*!< SCT OUTPUTCLR14: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR14_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR14: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn13_Pos)                    /*!< SCT OUTPUTCLR14: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR14_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR14: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn14_Pos)                    /*!< SCT OUTPUTCLR14: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR14_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR14: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR14_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR14_CLRn15_Pos)                    /*!< SCT OUTPUTCLR14: CLRn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTSET15  ----------------------------------------\r
-#define SCT_OUTPUTSET15_SETn0_Pos                             0                                                         /*!< SCT OUTPUTSET15: SETn0 Position     */\r
-#define SCT_OUTPUTSET15_SETn0_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn0_Pos)                     /*!< SCT OUTPUTSET15: SETn0 Mask         */\r
-#define SCT_OUTPUTSET15_SETn1_Pos                             1                                                         /*!< SCT OUTPUTSET15: SETn1 Position     */\r
-#define SCT_OUTPUTSET15_SETn1_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn1_Pos)                     /*!< SCT OUTPUTSET15: SETn1 Mask         */\r
-#define SCT_OUTPUTSET15_SETn2_Pos                             2                                                         /*!< SCT OUTPUTSET15: SETn2 Position     */\r
-#define SCT_OUTPUTSET15_SETn2_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn2_Pos)                     /*!< SCT OUTPUTSET15: SETn2 Mask         */\r
-#define SCT_OUTPUTSET15_SETn3_Pos                             3                                                         /*!< SCT OUTPUTSET15: SETn3 Position     */\r
-#define SCT_OUTPUTSET15_SETn3_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn3_Pos)                     /*!< SCT OUTPUTSET15: SETn3 Mask         */\r
-#define SCT_OUTPUTSET15_SETn4_Pos                             4                                                         /*!< SCT OUTPUTSET15: SETn4 Position     */\r
-#define SCT_OUTPUTSET15_SETn4_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn4_Pos)                     /*!< SCT OUTPUTSET15: SETn4 Mask         */\r
-#define SCT_OUTPUTSET15_SETn5_Pos                             5                                                         /*!< SCT OUTPUTSET15: SETn5 Position     */\r
-#define SCT_OUTPUTSET15_SETn5_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn5_Pos)                     /*!< SCT OUTPUTSET15: SETn5 Mask         */\r
-#define SCT_OUTPUTSET15_SETn6_Pos                             6                                                         /*!< SCT OUTPUTSET15: SETn6 Position     */\r
-#define SCT_OUTPUTSET15_SETn6_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn6_Pos)                     /*!< SCT OUTPUTSET15: SETn6 Mask         */\r
-#define SCT_OUTPUTSET15_SETn7_Pos                             7                                                         /*!< SCT OUTPUTSET15: SETn7 Position     */\r
-#define SCT_OUTPUTSET15_SETn7_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn7_Pos)                     /*!< SCT OUTPUTSET15: SETn7 Mask         */\r
-#define SCT_OUTPUTSET15_SETn8_Pos                             8                                                         /*!< SCT OUTPUTSET15: SETn8 Position     */\r
-#define SCT_OUTPUTSET15_SETn8_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn8_Pos)                     /*!< SCT OUTPUTSET15: SETn8 Mask         */\r
-#define SCT_OUTPUTSET15_SETn9_Pos                             9                                                         /*!< SCT OUTPUTSET15: SETn9 Position     */\r
-#define SCT_OUTPUTSET15_SETn9_Msk                             (0x01UL << SCT_OUTPUTSET15_SETn9_Pos)                     /*!< SCT OUTPUTSET15: SETn9 Mask         */\r
-#define SCT_OUTPUTSET15_SETn10_Pos                            10                                                        /*!< SCT OUTPUTSET15: SETn10 Position    */\r
-#define SCT_OUTPUTSET15_SETn10_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn10_Pos)                    /*!< SCT OUTPUTSET15: SETn10 Mask        */\r
-#define SCT_OUTPUTSET15_SETn11_Pos                            11                                                        /*!< SCT OUTPUTSET15: SETn11 Position    */\r
-#define SCT_OUTPUTSET15_SETn11_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn11_Pos)                    /*!< SCT OUTPUTSET15: SETn11 Mask        */\r
-#define SCT_OUTPUTSET15_SETn12_Pos                            12                                                        /*!< SCT OUTPUTSET15: SETn12 Position    */\r
-#define SCT_OUTPUTSET15_SETn12_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn12_Pos)                    /*!< SCT OUTPUTSET15: SETn12 Mask        */\r
-#define SCT_OUTPUTSET15_SETn13_Pos                            13                                                        /*!< SCT OUTPUTSET15: SETn13 Position    */\r
-#define SCT_OUTPUTSET15_SETn13_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn13_Pos)                    /*!< SCT OUTPUTSET15: SETn13 Mask        */\r
-#define SCT_OUTPUTSET15_SETn14_Pos                            14                                                        /*!< SCT OUTPUTSET15: SETn14 Position    */\r
-#define SCT_OUTPUTSET15_SETn14_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn14_Pos)                    /*!< SCT OUTPUTSET15: SETn14 Mask        */\r
-#define SCT_OUTPUTSET15_SETn15_Pos                            15                                                        /*!< SCT OUTPUTSET15: SETn15 Position    */\r
-#define SCT_OUTPUTSET15_SETn15_Msk                            (0x01UL << SCT_OUTPUTSET15_SETn15_Pos)                    /*!< SCT OUTPUTSET15: SETn15 Mask        */\r
-\r
-// -------------------------------------  SCT_OUTPUTCLR15  ----------------------------------------\r
-#define SCT_OUTPUTCLR15_CLRn0_Pos                             0                                                         /*!< SCT OUTPUTCLR15: CLRn0 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn0_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn0_Pos)                     /*!< SCT OUTPUTCLR15: CLRn0 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn1_Pos                             1                                                         /*!< SCT OUTPUTCLR15: CLRn1 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn1_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn1_Pos)                     /*!< SCT OUTPUTCLR15: CLRn1 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn2_Pos                             2                                                         /*!< SCT OUTPUTCLR15: CLRn2 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn2_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn2_Pos)                     /*!< SCT OUTPUTCLR15: CLRn2 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn3_Pos                             3                                                         /*!< SCT OUTPUTCLR15: CLRn3 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn3_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn3_Pos)                     /*!< SCT OUTPUTCLR15: CLRn3 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn4_Pos                             4                                                         /*!< SCT OUTPUTCLR15: CLRn4 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn4_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn4_Pos)                     /*!< SCT OUTPUTCLR15: CLRn4 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn5_Pos                             5                                                         /*!< SCT OUTPUTCLR15: CLRn5 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn5_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn5_Pos)                     /*!< SCT OUTPUTCLR15: CLRn5 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn6_Pos                             6                                                         /*!< SCT OUTPUTCLR15: CLRn6 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn6_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn6_Pos)                     /*!< SCT OUTPUTCLR15: CLRn6 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn7_Pos                             7                                                         /*!< SCT OUTPUTCLR15: CLRn7 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn7_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn7_Pos)                     /*!< SCT OUTPUTCLR15: CLRn7 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn8_Pos                             8                                                         /*!< SCT OUTPUTCLR15: CLRn8 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn8_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn8_Pos)                     /*!< SCT OUTPUTCLR15: CLRn8 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn9_Pos                             9                                                         /*!< SCT OUTPUTCLR15: CLRn9 Position     */\r
-#define SCT_OUTPUTCLR15_CLRn9_Msk                             (0x01UL << SCT_OUTPUTCLR15_CLRn9_Pos)                     /*!< SCT OUTPUTCLR15: CLRn9 Mask         */\r
-#define SCT_OUTPUTCLR15_CLRn10_Pos                            10                                                        /*!< SCT OUTPUTCLR15: CLRn10 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn10_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn10_Pos)                    /*!< SCT OUTPUTCLR15: CLRn10 Mask        */\r
-#define SCT_OUTPUTCLR15_CLRn11_Pos                            11                                                        /*!< SCT OUTPUTCLR15: CLRn11 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn11_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn11_Pos)                    /*!< SCT OUTPUTCLR15: CLRn11 Mask        */\r
-#define SCT_OUTPUTCLR15_CLRn12_Pos                            12                                                        /*!< SCT OUTPUTCLR15: CLRn12 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn12_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn12_Pos)                    /*!< SCT OUTPUTCLR15: CLRn12 Mask        */\r
-#define SCT_OUTPUTCLR15_CLRn13_Pos                            13                                                        /*!< SCT OUTPUTCLR15: CLRn13 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn13_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn13_Pos)                    /*!< SCT OUTPUTCLR15: CLRn13 Mask        */\r
-#define SCT_OUTPUTCLR15_CLRn14_Pos                            14                                                        /*!< SCT OUTPUTCLR15: CLRn14 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn14_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn14_Pos)                    /*!< SCT OUTPUTCLR15: CLRn14 Mask        */\r
-#define SCT_OUTPUTCLR15_CLRn15_Pos                            15                                                        /*!< SCT OUTPUTCLR15: CLRn15 Position    */\r
-#define SCT_OUTPUTCLR15_CLRn15_Msk                            (0x01UL << SCT_OUTPUTCLR15_CLRn15_Pos)                    /*!< SCT OUTPUTCLR15: CLRn15 Mask        */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 GPDMA Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// --------------------------------------  GPDMA_INTSTAT  -----------------------------------------\r
-#define GPDMA_INTSTAT_INTSTAT0_Pos                            0                                                         /*!< GPDMA INTSTAT: INTSTAT0 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT0_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT0_Pos)                    /*!< GPDMA INTSTAT: INTSTAT0 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT1_Pos                            1                                                         /*!< GPDMA INTSTAT: INTSTAT1 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT1_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT1_Pos)                    /*!< GPDMA INTSTAT: INTSTAT1 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT2_Pos                            2                                                         /*!< GPDMA INTSTAT: INTSTAT2 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT2_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT2_Pos)                    /*!< GPDMA INTSTAT: INTSTAT2 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT3_Pos                            3                                                         /*!< GPDMA INTSTAT: INTSTAT3 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT3_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT3_Pos)                    /*!< GPDMA INTSTAT: INTSTAT3 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT4_Pos                            4                                                         /*!< GPDMA INTSTAT: INTSTAT4 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT4_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT4_Pos)                    /*!< GPDMA INTSTAT: INTSTAT4 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT5_Pos                            5                                                         /*!< GPDMA INTSTAT: INTSTAT5 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT5_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT5_Pos)                    /*!< GPDMA INTSTAT: INTSTAT5 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT6_Pos                            6                                                         /*!< GPDMA INTSTAT: INTSTAT6 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT6_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT6_Pos)                    /*!< GPDMA INTSTAT: INTSTAT6 Mask        */\r
-#define GPDMA_INTSTAT_INTSTAT7_Pos                            7                                                         /*!< GPDMA INTSTAT: INTSTAT7 Position    */\r
-#define GPDMA_INTSTAT_INTSTAT7_Msk                            (0x01UL << GPDMA_INTSTAT_INTSTAT7_Pos)                    /*!< GPDMA INTSTAT: INTSTAT7 Mask        */\r
-\r
-// -------------------------------------  GPDMA_INTTCSTAT  ----------------------------------------\r
-#define GPDMA_INTTCSTAT_INTTCSTAT0_Pos                        0                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT0 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT0_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT0_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT0 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT1_Pos                        1                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT1 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT1_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT1_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT1 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT2_Pos                        2                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT2 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT2_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT2_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT2 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT3_Pos                        3                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT3 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT3_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT3_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT3 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT4_Pos                        4                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT4 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT4_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT4_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT4 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT5_Pos                        5                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT5 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT5_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT5_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT5 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT6_Pos                        6                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT6 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT6_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT6_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT6 Mask    */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT7_Pos                        7                                                         /*!< GPDMA INTTCSTAT: INTTCSTAT7 Position */\r
-#define GPDMA_INTTCSTAT_INTTCSTAT7_Msk                        (0x01UL << GPDMA_INTTCSTAT_INTTCSTAT7_Pos)                /*!< GPDMA INTTCSTAT: INTTCSTAT7 Mask    */\r
-\r
-// ------------------------------------  GPDMA_INTTCCLEAR  ----------------------------------------\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR0_Pos                      0                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR0 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR0_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR0_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR0 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR1_Pos                      1                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR1 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR1_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR1_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR1 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR2_Pos                      2                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR2 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR2_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR2_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR2 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR3_Pos                      3                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR3 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR3_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR3_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR3 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR4_Pos                      4                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR4 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR4_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR4_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR4 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR5_Pos                      5                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR5 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR5_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR5_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR5 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR6_Pos                      6                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR6 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR6_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR6_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR6 Mask  */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR7_Pos                      7                                                         /*!< GPDMA INTTCCLEAR: INTTCCLEAR7 Position */\r
-#define GPDMA_INTTCCLEAR_INTTCCLEAR7_Msk                      (0x01UL << GPDMA_INTTCCLEAR_INTTCCLEAR7_Pos)              /*!< GPDMA INTTCCLEAR: INTTCCLEAR7 Mask  */\r
-\r
-// ------------------------------------  GPDMA_INTERRSTAT  ----------------------------------------\r
-#define GPDMA_INTERRSTAT_INTERRSTAT0_Pos                      0                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT0 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT0_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT0_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT0 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT1_Pos                      1                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT1 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT1_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT1_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT1 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT2_Pos                      2                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT2 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT2_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT2_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT2 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT3_Pos                      3                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT3 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT3_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT3_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT3 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT4_Pos                      4                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT4 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT4_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT4_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT4 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT5_Pos                      5                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT5 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT5_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT5_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT5 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT6_Pos                      6                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT6 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT6_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT6_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT6 Mask  */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT7_Pos                      7                                                         /*!< GPDMA INTERRSTAT: INTERRSTAT7 Position */\r
-#define GPDMA_INTERRSTAT_INTERRSTAT7_Msk                      (0x01UL << GPDMA_INTERRSTAT_INTERRSTAT7_Pos)              /*!< GPDMA INTERRSTAT: INTERRSTAT7 Mask  */\r
-\r
-// -------------------------------------  GPDMA_INTERRCLR  ----------------------------------------\r
-#define GPDMA_INTERRCLR_INTERRCLR0_Pos                        0                                                         /*!< GPDMA INTERRCLR: INTERRCLR0 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR0_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR0_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR0 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR1_Pos                        1                                                         /*!< GPDMA INTERRCLR: INTERRCLR1 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR1_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR1_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR1 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR2_Pos                        2                                                         /*!< GPDMA INTERRCLR: INTERRCLR2 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR2_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR2_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR2 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR3_Pos                        3                                                         /*!< GPDMA INTERRCLR: INTERRCLR3 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR3_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR3_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR3 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR4_Pos                        4                                                         /*!< GPDMA INTERRCLR: INTERRCLR4 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR4_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR4_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR4 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR5_Pos                        5                                                         /*!< GPDMA INTERRCLR: INTERRCLR5 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR5_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR5_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR5 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR6_Pos                        6                                                         /*!< GPDMA INTERRCLR: INTERRCLR6 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR6_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR6_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR6 Mask    */\r
-#define GPDMA_INTERRCLR_INTERRCLR7_Pos                        7                                                         /*!< GPDMA INTERRCLR: INTERRCLR7 Position */\r
-#define GPDMA_INTERRCLR_INTERRCLR7_Msk                        (0x01UL << GPDMA_INTERRCLR_INTERRCLR7_Pos)                /*!< GPDMA INTERRCLR: INTERRCLR7 Mask    */\r
-\r
-// -----------------------------------  GPDMA_RAWINTTCSTAT  ---------------------------------------\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT0_Pos                  0                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT0 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT0_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT0_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT0 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT1_Pos                  1                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT1 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT1_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT1_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT1 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT2_Pos                  2                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT2 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT2_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT2_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT2 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT3_Pos                  3                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT3 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT3_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT3_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT3 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT4_Pos                  4                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT4 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT4_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT4_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT4 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT5_Pos                  5                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT5 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT5_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT5_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT5 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT6_Pos                  6                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT6 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT6_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT6_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT6 Mask */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT7_Pos                  7                                                         /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT7 Position */\r
-#define GPDMA_RAWINTTCSTAT_RAWINTTCSTAT7_Msk                  (0x01UL << GPDMA_RAWINTTCSTAT_RAWINTTCSTAT7_Pos)          /*!< GPDMA RAWINTTCSTAT: RAWINTTCSTAT7 Mask */\r
-\r
-// -----------------------------------  GPDMA_RAWINTERRSTAT  --------------------------------------\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT0_Pos                0                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT0 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT0_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT0_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT0 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT1_Pos                1                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT1 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT1_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT1_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT1 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT2_Pos                2                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT2 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT2_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT2_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT2 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT3_Pos                3                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT3 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT3_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT3_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT3 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT4_Pos                4                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT4 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT4_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT4_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT4 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT5_Pos                5                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT5 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT5_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT5_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT5 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT6_Pos                6                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT6 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT6_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT6_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT6 Mask */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT7_Pos                7                                                         /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT7 Position */\r
-#define GPDMA_RAWINTERRSTAT_RAWINTERRSTAT7_Msk                (0x01UL << GPDMA_RAWINTERRSTAT_RAWINTERRSTAT7_Pos)        /*!< GPDMA RAWINTERRSTAT: RAWINTERRSTAT7 Mask */\r
-\r
-// -------------------------------------  GPDMA_ENBLDCHNS  ----------------------------------------\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS0_Pos                  0                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS0 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS0_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS0_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS0 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS1_Pos                  1                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS1 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS1_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS1_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS1 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS2_Pos                  2                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS2 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS2_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS2_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS2 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS3_Pos                  3                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS3 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS3_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS3_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS3 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS4_Pos                  4                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS4 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS4_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS4_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS4 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS5_Pos                  5                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS5 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS5_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS5_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS5 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS6_Pos                  6                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS6 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS6_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS6_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS6 Mask */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS7_Pos                  7                                                         /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS7 Position */\r
-#define GPDMA_ENBLDCHNS_ENABLEDCHANNELS7_Msk                  (0x01UL << GPDMA_ENBLDCHNS_ENABLEDCHANNELS7_Pos)          /*!< GPDMA ENBLDCHNS: ENABLEDCHANNELS7 Mask */\r
-\r
-// -------------------------------------  GPDMA_SOFTBREQ  -----------------------------------------\r
-#define GPDMA_SOFTBREQ_SOFTBREQ0_Pos                          0                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ0 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ0_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ0_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ0 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ1_Pos                          1                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ1 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ1_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ1_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ1 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ2_Pos                          2                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ2 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ2_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ2_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ2 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ3_Pos                          3                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ3 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ3_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ3_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ3 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ4_Pos                          4                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ4 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ4_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ4_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ4 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ5_Pos                          5                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ5 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ5_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ5_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ5 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ6_Pos                          6                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ6 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ6_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ6_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ6 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ7_Pos                          7                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ7 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ7_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ7_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ7 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ8_Pos                          8                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ8 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ8_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ8_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ8 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ9_Pos                          9                                                         /*!< GPDMA SOFTBREQ: SOFTBREQ9 Position  */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ9_Msk                          (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ9_Pos)                  /*!< GPDMA SOFTBREQ: SOFTBREQ9 Mask      */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ10_Pos                         10                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ10 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ10_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ10_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ10 Mask     */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ11_Pos                         11                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ11 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ11_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ11_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ11 Mask     */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ12_Pos                         12                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ12 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ12_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ12_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ12 Mask     */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ13_Pos                         13                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ13 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ13_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ13_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ13 Mask     */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ14_Pos                         14                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ14 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ14_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ14_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ14 Mask     */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ15_Pos                         15                                                        /*!< GPDMA SOFTBREQ: SOFTBREQ15 Position */\r
-#define GPDMA_SOFTBREQ_SOFTBREQ15_Msk                         (0x01UL << GPDMA_SOFTBREQ_SOFTBREQ15_Pos)                 /*!< GPDMA SOFTBREQ: SOFTBREQ15 Mask     */\r
-\r
-// -------------------------------------  GPDMA_SOFTSREQ  -----------------------------------------\r
-#define GPDMA_SOFTSREQ_SOFTSREQ0_Pos                          0                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ0 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ0_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ0_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ0 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ1_Pos                          1                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ1 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ1_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ1_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ1 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ2_Pos                          2                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ2 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ2_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ2_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ2 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ3_Pos                          3                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ3 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ3_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ3_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ3 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ4_Pos                          4                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ4 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ4_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ4_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ4 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ5_Pos                          5                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ5 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ5_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ5_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ5 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ6_Pos                          6                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ6 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ6_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ6_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ6 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ7_Pos                          7                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ7 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ7_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ7_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ7 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ8_Pos                          8                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ8 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ8_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ8_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ8 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ9_Pos                          9                                                         /*!< GPDMA SOFTSREQ: SOFTSREQ9 Position  */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ9_Msk                          (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ9_Pos)                  /*!< GPDMA SOFTSREQ: SOFTSREQ9 Mask      */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ10_Pos                         10                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ10 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ10_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ10_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ10 Mask     */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ11_Pos                         11                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ11 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ11_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ11_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ11 Mask     */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ12_Pos                         12                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ12 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ12_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ12_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ12 Mask     */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ13_Pos                         13                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ13 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ13_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ13_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ13 Mask     */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ14_Pos                         14                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ14 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ14_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ14_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ14 Mask     */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ15_Pos                         15                                                        /*!< GPDMA SOFTSREQ: SOFTSREQ15 Position */\r
-#define GPDMA_SOFTSREQ_SOFTSREQ15_Msk                         (0x01UL << GPDMA_SOFTSREQ_SOFTSREQ15_Pos)                 /*!< GPDMA SOFTSREQ: SOFTSREQ15 Mask     */\r
-\r
-// -------------------------------------  GPDMA_SOFTLBREQ  ----------------------------------------\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ0_Pos                        0                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ0 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ0_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ0_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ0 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ1_Pos                        1                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ1 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ1_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ1_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ1 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ2_Pos                        2                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ2 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ2_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ2_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ2 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ3_Pos                        3                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ3 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ3_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ3_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ3 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ4_Pos                        4                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ4 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ4_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ4_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ4 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ5_Pos                        5                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ5 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ5_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ5_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ5 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ6_Pos                        6                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ6 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ6_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ6_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ6 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ7_Pos                        7                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ7 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ7_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ7_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ7 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ8_Pos                        8                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ8 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ8_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ8_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ8 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ9_Pos                        9                                                         /*!< GPDMA SOFTLBREQ: SOFTLBREQ9 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ9_Msk                        (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ9_Pos)                /*!< GPDMA SOFTLBREQ: SOFTLBREQ9 Mask    */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ10_Pos                       10                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ10 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ10_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ10_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ10 Mask   */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ11_Pos                       11                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ11 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ11_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ11_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ11 Mask   */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ12_Pos                       12                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ12 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ12_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ12_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ12 Mask   */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ13_Pos                       13                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ13 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ13_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ13_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ13 Mask   */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ14_Pos                       14                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ14 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ14_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ14_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ14 Mask   */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ15_Pos                       15                                                        /*!< GPDMA SOFTLBREQ: SOFTLBREQ15 Position */\r
-#define GPDMA_SOFTLBREQ_SOFTLBREQ15_Msk                       (0x01UL << GPDMA_SOFTLBREQ_SOFTLBREQ15_Pos)               /*!< GPDMA SOFTLBREQ: SOFTLBREQ15 Mask   */\r
-\r
-// -------------------------------------  GPDMA_SOFTLSREQ  ----------------------------------------\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ0_Pos                        0                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ0 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ0_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ0_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ0 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ1_Pos                        1                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ1 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ1_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ1_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ1 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ2_Pos                        2                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ2 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ2_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ2_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ2 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ3_Pos                        3                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ3 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ3_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ3_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ3 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ4_Pos                        4                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ4 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ4_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ4_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ4 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ5_Pos                        5                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ5 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ5_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ5_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ5 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ6_Pos                        6                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ6 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ6_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ6_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ6 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ7_Pos                        7                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ7 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ7_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ7_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ7 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ8_Pos                        8                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ8 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ8_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ8_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ8 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ9_Pos                        9                                                         /*!< GPDMA SOFTLSREQ: SOFTLSREQ9 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ9_Msk                        (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ9_Pos)                /*!< GPDMA SOFTLSREQ: SOFTLSREQ9 Mask    */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ10_Pos                       10                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ10 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ10_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ10_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ10 Mask   */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ11_Pos                       11                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ11 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ11_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ11_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ11 Mask   */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ12_Pos                       12                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ12 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ12_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ12_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ12 Mask   */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ13_Pos                       13                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ13 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ13_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ13_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ13 Mask   */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ14_Pos                       14                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ14 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ14_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ14_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ14 Mask   */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ15_Pos                       15                                                        /*!< GPDMA SOFTLSREQ: SOFTLSREQ15 Position */\r
-#define GPDMA_SOFTLSREQ_SOFTLSREQ15_Msk                       (0x01UL << GPDMA_SOFTLSREQ_SOFTLSREQ15_Pos)               /*!< GPDMA SOFTLSREQ: SOFTLSREQ15 Mask   */\r
-\r
-// --------------------------------------  GPDMA_CONFIG  ------------------------------------------\r
-#define GPDMA_CONFIG_E_Pos                                    0                                                         /*!< GPDMA CONFIG: E Position            */\r
-#define GPDMA_CONFIG_E_Msk                                    (0x01UL << GPDMA_CONFIG_E_Pos)                            /*!< GPDMA CONFIG: E Mask                */\r
-#define GPDMA_CONFIG_M0_Pos                                   1                                                         /*!< GPDMA CONFIG: M0 Position           */\r
-#define GPDMA_CONFIG_M0_Msk                                   (0x01UL << GPDMA_CONFIG_M0_Pos)                           /*!< GPDMA CONFIG: M0 Mask               */\r
-#define GPDMA_CONFIG_M1_Pos                                   2                                                         /*!< GPDMA CONFIG: M1 Position           */\r
-#define GPDMA_CONFIG_M1_Msk                                   (0x01UL << GPDMA_CONFIG_M1_Pos)                           /*!< GPDMA CONFIG: M1 Mask               */\r
-\r
-// ---------------------------------------  GPDMA_SYNC  -------------------------------------------\r
-#define GPDMA_SYNC_DMACSYNC0_Pos                              0                                                         /*!< GPDMA SYNC: DMACSYNC0 Position      */\r
-#define GPDMA_SYNC_DMACSYNC0_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC0_Pos)                      /*!< GPDMA SYNC: DMACSYNC0 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC1_Pos                              1                                                         /*!< GPDMA SYNC: DMACSYNC1 Position      */\r
-#define GPDMA_SYNC_DMACSYNC1_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC1_Pos)                      /*!< GPDMA SYNC: DMACSYNC1 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC2_Pos                              2                                                         /*!< GPDMA SYNC: DMACSYNC2 Position      */\r
-#define GPDMA_SYNC_DMACSYNC2_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC2_Pos)                      /*!< GPDMA SYNC: DMACSYNC2 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC3_Pos                              3                                                         /*!< GPDMA SYNC: DMACSYNC3 Position      */\r
-#define GPDMA_SYNC_DMACSYNC3_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC3_Pos)                      /*!< GPDMA SYNC: DMACSYNC3 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC4_Pos                              4                                                         /*!< GPDMA SYNC: DMACSYNC4 Position      */\r
-#define GPDMA_SYNC_DMACSYNC4_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC4_Pos)                      /*!< GPDMA SYNC: DMACSYNC4 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC5_Pos                              5                                                         /*!< GPDMA SYNC: DMACSYNC5 Position      */\r
-#define GPDMA_SYNC_DMACSYNC5_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC5_Pos)                      /*!< GPDMA SYNC: DMACSYNC5 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC6_Pos                              6                                                         /*!< GPDMA SYNC: DMACSYNC6 Position      */\r
-#define GPDMA_SYNC_DMACSYNC6_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC6_Pos)                      /*!< GPDMA SYNC: DMACSYNC6 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC7_Pos                              7                                                         /*!< GPDMA SYNC: DMACSYNC7 Position      */\r
-#define GPDMA_SYNC_DMACSYNC7_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC7_Pos)                      /*!< GPDMA SYNC: DMACSYNC7 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC8_Pos                              8                                                         /*!< GPDMA SYNC: DMACSYNC8 Position      */\r
-#define GPDMA_SYNC_DMACSYNC8_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC8_Pos)                      /*!< GPDMA SYNC: DMACSYNC8 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC9_Pos                              9                                                         /*!< GPDMA SYNC: DMACSYNC9 Position      */\r
-#define GPDMA_SYNC_DMACSYNC9_Msk                              (0x01UL << GPDMA_SYNC_DMACSYNC9_Pos)                      /*!< GPDMA SYNC: DMACSYNC9 Mask          */\r
-#define GPDMA_SYNC_DMACSYNC10_Pos                             10                                                        /*!< GPDMA SYNC: DMACSYNC10 Position     */\r
-#define GPDMA_SYNC_DMACSYNC10_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC10_Pos)                     /*!< GPDMA SYNC: DMACSYNC10 Mask         */\r
-#define GPDMA_SYNC_DMACSYNC11_Pos                             11                                                        /*!< GPDMA SYNC: DMACSYNC11 Position     */\r
-#define GPDMA_SYNC_DMACSYNC11_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC11_Pos)                     /*!< GPDMA SYNC: DMACSYNC11 Mask         */\r
-#define GPDMA_SYNC_DMACSYNC12_Pos                             12                                                        /*!< GPDMA SYNC: DMACSYNC12 Position     */\r
-#define GPDMA_SYNC_DMACSYNC12_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC12_Pos)                     /*!< GPDMA SYNC: DMACSYNC12 Mask         */\r
-#define GPDMA_SYNC_DMACSYNC13_Pos                             13                                                        /*!< GPDMA SYNC: DMACSYNC13 Position     */\r
-#define GPDMA_SYNC_DMACSYNC13_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC13_Pos)                     /*!< GPDMA SYNC: DMACSYNC13 Mask         */\r
-#define GPDMA_SYNC_DMACSYNC14_Pos                             14                                                        /*!< GPDMA SYNC: DMACSYNC14 Position     */\r
-#define GPDMA_SYNC_DMACSYNC14_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC14_Pos)                     /*!< GPDMA SYNC: DMACSYNC14 Mask         */\r
-#define GPDMA_SYNC_DMACSYNC15_Pos                             15                                                        /*!< GPDMA SYNC: DMACSYNC15 Position     */\r
-#define GPDMA_SYNC_DMACSYNC15_Msk                             (0x01UL << GPDMA_SYNC_DMACSYNC15_Pos)                     /*!< GPDMA SYNC: DMACSYNC15 Mask         */\r
-\r
-// -------------------------------------  GPDMA_C0SRCADDR  ----------------------------------------\r
-#define GPDMA_C0SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C0SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C0SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C0SRCADDR_SRCADDR_Pos)             /*!< GPDMA C0SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C0DESTADDR  ----------------------------------------\r
-#define GPDMA_C0DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C0DESTADDR: DESTADDR Position */\r
-#define GPDMA_C0DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C0DESTADDR_DESTADDR_Pos)           /*!< GPDMA C0DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C0LLI  ------------------------------------------\r
-#define GPDMA_C0LLI_LM_Pos                                    0                                                         /*!< GPDMA C0LLI: LM Position            */\r
-#define GPDMA_C0LLI_LM_Msk                                    (0x01UL << GPDMA_C0LLI_LM_Pos)                            /*!< GPDMA C0LLI: LM Mask                */\r
-#define GPDMA_C0LLI_R_Pos                                     1                                                         /*!< GPDMA C0LLI: R Position             */\r
-#define GPDMA_C0LLI_R_Msk                                     (0x01UL << GPDMA_C0LLI_R_Pos)                             /*!< GPDMA C0LLI: R Mask                 */\r
-#define GPDMA_C0LLI_LLI_Pos                                   2                                                         /*!< GPDMA C0LLI: LLI Position           */\r
-#define GPDMA_C0LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C0LLI_LLI_Pos)                     /*!< GPDMA C0LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C0CONTROL  ----------------------------------------\r
-#define GPDMA_C0CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C0CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C0CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C0CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C0CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C0CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C0CONTROL: SBSIZE Position    */\r
-#define GPDMA_C0CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C0CONTROL_SBSIZE_Pos)                    /*!< GPDMA C0CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C0CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C0CONTROL: DBSIZE Position    */\r
-#define GPDMA_C0CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C0CONTROL_DBSIZE_Pos)                    /*!< GPDMA C0CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C0CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C0CONTROL: SWIDTH Position    */\r
-#define GPDMA_C0CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C0CONTROL_SWIDTH_Pos)                    /*!< GPDMA C0CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C0CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C0CONTROL: DWIDTH Position    */\r
-#define GPDMA_C0CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C0CONTROL_DWIDTH_Pos)                    /*!< GPDMA C0CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C0CONTROL_S_Pos                                 24                                                        /*!< GPDMA C0CONTROL: S Position         */\r
-#define GPDMA_C0CONTROL_S_Msk                                 (0x01UL << GPDMA_C0CONTROL_S_Pos)                         /*!< GPDMA C0CONTROL: S Mask             */\r
-#define GPDMA_C0CONTROL_D_Pos                                 25                                                        /*!< GPDMA C0CONTROL: D Position         */\r
-#define GPDMA_C0CONTROL_D_Msk                                 (0x01UL << GPDMA_C0CONTROL_D_Pos)                         /*!< GPDMA C0CONTROL: D Mask             */\r
-#define GPDMA_C0CONTROL_SI_Pos                                26                                                        /*!< GPDMA C0CONTROL: SI Position        */\r
-#define GPDMA_C0CONTROL_SI_Msk                                (0x01UL << GPDMA_C0CONTROL_SI_Pos)                        /*!< GPDMA C0CONTROL: SI Mask            */\r
-#define GPDMA_C0CONTROL_DI_Pos                                27                                                        /*!< GPDMA C0CONTROL: DI Position        */\r
-#define GPDMA_C0CONTROL_DI_Msk                                (0x01UL << GPDMA_C0CONTROL_DI_Pos)                        /*!< GPDMA C0CONTROL: DI Mask            */\r
-#define GPDMA_C0CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C0CONTROL: PROT1 Position     */\r
-#define GPDMA_C0CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C0CONTROL_PROT1_Pos)                     /*!< GPDMA C0CONTROL: PROT1 Mask         */\r
-#define GPDMA_C0CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C0CONTROL: PROT2 Position     */\r
-#define GPDMA_C0CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C0CONTROL_PROT2_Pos)                     /*!< GPDMA C0CONTROL: PROT2 Mask         */\r
-#define GPDMA_C0CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C0CONTROL: PROT3 Position     */\r
-#define GPDMA_C0CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C0CONTROL_PROT3_Pos)                     /*!< GPDMA C0CONTROL: PROT3 Mask         */\r
-#define GPDMA_C0CONTROL_I_Pos                                 31                                                        /*!< GPDMA C0CONTROL: I Position         */\r
-#define GPDMA_C0CONTROL_I_Msk                                 (0x01UL << GPDMA_C0CONTROL_I_Pos)                         /*!< GPDMA C0CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C0CONFIG  -----------------------------------------\r
-#define GPDMA_C0CONFIG_E_Pos                                  0                                                         /*!< GPDMA C0CONFIG: E Position          */\r
-#define GPDMA_C0CONFIG_E_Msk                                  (0x01UL << GPDMA_C0CONFIG_E_Pos)                          /*!< GPDMA C0CONFIG: E Mask              */\r
-#define GPDMA_C0CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C0CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C0CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C0CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C0CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C0CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C0CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C0CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C0CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C0CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C0CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C0CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C0CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C0CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C0CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C0CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C0CONFIG: IE Position         */\r
-#define GPDMA_C0CONFIG_IE_Msk                                 (0x01UL << GPDMA_C0CONFIG_IE_Pos)                         /*!< GPDMA C0CONFIG: IE Mask             */\r
-#define GPDMA_C0CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C0CONFIG: ITC Position        */\r
-#define GPDMA_C0CONFIG_ITC_Msk                                (0x01UL << GPDMA_C0CONFIG_ITC_Pos)                        /*!< GPDMA C0CONFIG: ITC Mask            */\r
-#define GPDMA_C0CONFIG_L_Pos                                  16                                                        /*!< GPDMA C0CONFIG: L Position          */\r
-#define GPDMA_C0CONFIG_L_Msk                                  (0x01UL << GPDMA_C0CONFIG_L_Pos)                          /*!< GPDMA C0CONFIG: L Mask              */\r
-#define GPDMA_C0CONFIG_A_Pos                                  17                                                        /*!< GPDMA C0CONFIG: A Position          */\r
-#define GPDMA_C0CONFIG_A_Msk                                  (0x01UL << GPDMA_C0CONFIG_A_Pos)                          /*!< GPDMA C0CONFIG: A Mask              */\r
-#define GPDMA_C0CONFIG_H_Pos                                  18                                                        /*!< GPDMA C0CONFIG: H Position          */\r
-#define GPDMA_C0CONFIG_H_Msk                                  (0x01UL << GPDMA_C0CONFIG_H_Pos)                          /*!< GPDMA C0CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C1SRCADDR  ----------------------------------------\r
-#define GPDMA_C1SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C1SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C1SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C1SRCADDR_SRCADDR_Pos)             /*!< GPDMA C1SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C1DESTADDR  ----------------------------------------\r
-#define GPDMA_C1DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C1DESTADDR: DESTADDR Position */\r
-#define GPDMA_C1DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C1DESTADDR_DESTADDR_Pos)           /*!< GPDMA C1DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C1LLI  ------------------------------------------\r
-#define GPDMA_C1LLI_LM_Pos                                    0                                                         /*!< GPDMA C1LLI: LM Position            */\r
-#define GPDMA_C1LLI_LM_Msk                                    (0x01UL << GPDMA_C1LLI_LM_Pos)                            /*!< GPDMA C1LLI: LM Mask                */\r
-#define GPDMA_C1LLI_R_Pos                                     1                                                         /*!< GPDMA C1LLI: R Position             */\r
-#define GPDMA_C1LLI_R_Msk                                     (0x01UL << GPDMA_C1LLI_R_Pos)                             /*!< GPDMA C1LLI: R Mask                 */\r
-#define GPDMA_C1LLI_LLI_Pos                                   2                                                         /*!< GPDMA C1LLI: LLI Position           */\r
-#define GPDMA_C1LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C1LLI_LLI_Pos)                     /*!< GPDMA C1LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C1CONTROL  ----------------------------------------\r
-#define GPDMA_C1CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C1CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C1CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C1CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C1CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C1CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C1CONTROL: SBSIZE Position    */\r
-#define GPDMA_C1CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C1CONTROL_SBSIZE_Pos)                    /*!< GPDMA C1CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C1CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C1CONTROL: DBSIZE Position    */\r
-#define GPDMA_C1CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C1CONTROL_DBSIZE_Pos)                    /*!< GPDMA C1CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C1CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C1CONTROL: SWIDTH Position    */\r
-#define GPDMA_C1CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C1CONTROL_SWIDTH_Pos)                    /*!< GPDMA C1CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C1CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C1CONTROL: DWIDTH Position    */\r
-#define GPDMA_C1CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C1CONTROL_DWIDTH_Pos)                    /*!< GPDMA C1CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C1CONTROL_S_Pos                                 24                                                        /*!< GPDMA C1CONTROL: S Position         */\r
-#define GPDMA_C1CONTROL_S_Msk                                 (0x01UL << GPDMA_C1CONTROL_S_Pos)                         /*!< GPDMA C1CONTROL: S Mask             */\r
-#define GPDMA_C1CONTROL_D_Pos                                 25                                                        /*!< GPDMA C1CONTROL: D Position         */\r
-#define GPDMA_C1CONTROL_D_Msk                                 (0x01UL << GPDMA_C1CONTROL_D_Pos)                         /*!< GPDMA C1CONTROL: D Mask             */\r
-#define GPDMA_C1CONTROL_SI_Pos                                26                                                        /*!< GPDMA C1CONTROL: SI Position        */\r
-#define GPDMA_C1CONTROL_SI_Msk                                (0x01UL << GPDMA_C1CONTROL_SI_Pos)                        /*!< GPDMA C1CONTROL: SI Mask            */\r
-#define GPDMA_C1CONTROL_DI_Pos                                27                                                        /*!< GPDMA C1CONTROL: DI Position        */\r
-#define GPDMA_C1CONTROL_DI_Msk                                (0x01UL << GPDMA_C1CONTROL_DI_Pos)                        /*!< GPDMA C1CONTROL: DI Mask            */\r
-#define GPDMA_C1CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C1CONTROL: PROT1 Position     */\r
-#define GPDMA_C1CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C1CONTROL_PROT1_Pos)                     /*!< GPDMA C1CONTROL: PROT1 Mask         */\r
-#define GPDMA_C1CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C1CONTROL: PROT2 Position     */\r
-#define GPDMA_C1CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C1CONTROL_PROT2_Pos)                     /*!< GPDMA C1CONTROL: PROT2 Mask         */\r
-#define GPDMA_C1CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C1CONTROL: PROT3 Position     */\r
-#define GPDMA_C1CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C1CONTROL_PROT3_Pos)                     /*!< GPDMA C1CONTROL: PROT3 Mask         */\r
-#define GPDMA_C1CONTROL_I_Pos                                 31                                                        /*!< GPDMA C1CONTROL: I Position         */\r
-#define GPDMA_C1CONTROL_I_Msk                                 (0x01UL << GPDMA_C1CONTROL_I_Pos)                         /*!< GPDMA C1CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C1CONFIG  -----------------------------------------\r
-#define GPDMA_C1CONFIG_E_Pos                                  0                                                         /*!< GPDMA C1CONFIG: E Position          */\r
-#define GPDMA_C1CONFIG_E_Msk                                  (0x01UL << GPDMA_C1CONFIG_E_Pos)                          /*!< GPDMA C1CONFIG: E Mask              */\r
-#define GPDMA_C1CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C1CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C1CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C1CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C1CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C1CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C1CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C1CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C1CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C1CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C1CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C1CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C1CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C1CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C1CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C1CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C1CONFIG: IE Position         */\r
-#define GPDMA_C1CONFIG_IE_Msk                                 (0x01UL << GPDMA_C1CONFIG_IE_Pos)                         /*!< GPDMA C1CONFIG: IE Mask             */\r
-#define GPDMA_C1CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C1CONFIG: ITC Position        */\r
-#define GPDMA_C1CONFIG_ITC_Msk                                (0x01UL << GPDMA_C1CONFIG_ITC_Pos)                        /*!< GPDMA C1CONFIG: ITC Mask            */\r
-#define GPDMA_C1CONFIG_L_Pos                                  16                                                        /*!< GPDMA C1CONFIG: L Position          */\r
-#define GPDMA_C1CONFIG_L_Msk                                  (0x01UL << GPDMA_C1CONFIG_L_Pos)                          /*!< GPDMA C1CONFIG: L Mask              */\r
-#define GPDMA_C1CONFIG_A_Pos                                  17                                                        /*!< GPDMA C1CONFIG: A Position          */\r
-#define GPDMA_C1CONFIG_A_Msk                                  (0x01UL << GPDMA_C1CONFIG_A_Pos)                          /*!< GPDMA C1CONFIG: A Mask              */\r
-#define GPDMA_C1CONFIG_H_Pos                                  18                                                        /*!< GPDMA C1CONFIG: H Position          */\r
-#define GPDMA_C1CONFIG_H_Msk                                  (0x01UL << GPDMA_C1CONFIG_H_Pos)                          /*!< GPDMA C1CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C2SRCADDR  ----------------------------------------\r
-#define GPDMA_C2SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C2SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C2SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C2SRCADDR_SRCADDR_Pos)             /*!< GPDMA C2SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C2DESTADDR  ----------------------------------------\r
-#define GPDMA_C2DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C2DESTADDR: DESTADDR Position */\r
-#define GPDMA_C2DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C2DESTADDR_DESTADDR_Pos)           /*!< GPDMA C2DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C2LLI  ------------------------------------------\r
-#define GPDMA_C2LLI_LM_Pos                                    0                                                         /*!< GPDMA C2LLI: LM Position            */\r
-#define GPDMA_C2LLI_LM_Msk                                    (0x01UL << GPDMA_C2LLI_LM_Pos)                            /*!< GPDMA C2LLI: LM Mask                */\r
-#define GPDMA_C2LLI_R_Pos                                     1                                                         /*!< GPDMA C2LLI: R Position             */\r
-#define GPDMA_C2LLI_R_Msk                                     (0x01UL << GPDMA_C2LLI_R_Pos)                             /*!< GPDMA C2LLI: R Mask                 */\r
-#define GPDMA_C2LLI_LLI_Pos                                   2                                                         /*!< GPDMA C2LLI: LLI Position           */\r
-#define GPDMA_C2LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C2LLI_LLI_Pos)                     /*!< GPDMA C2LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C2CONTROL  ----------------------------------------\r
-#define GPDMA_C2CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C2CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C2CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C2CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C2CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C2CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C2CONTROL: SBSIZE Position    */\r
-#define GPDMA_C2CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C2CONTROL_SBSIZE_Pos)                    /*!< GPDMA C2CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C2CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C2CONTROL: DBSIZE Position    */\r
-#define GPDMA_C2CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C2CONTROL_DBSIZE_Pos)                    /*!< GPDMA C2CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C2CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C2CONTROL: SWIDTH Position    */\r
-#define GPDMA_C2CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C2CONTROL_SWIDTH_Pos)                    /*!< GPDMA C2CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C2CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C2CONTROL: DWIDTH Position    */\r
-#define GPDMA_C2CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C2CONTROL_DWIDTH_Pos)                    /*!< GPDMA C2CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C2CONTROL_S_Pos                                 24                                                        /*!< GPDMA C2CONTROL: S Position         */\r
-#define GPDMA_C2CONTROL_S_Msk                                 (0x01UL << GPDMA_C2CONTROL_S_Pos)                         /*!< GPDMA C2CONTROL: S Mask             */\r
-#define GPDMA_C2CONTROL_D_Pos                                 25                                                        /*!< GPDMA C2CONTROL: D Position         */\r
-#define GPDMA_C2CONTROL_D_Msk                                 (0x01UL << GPDMA_C2CONTROL_D_Pos)                         /*!< GPDMA C2CONTROL: D Mask             */\r
-#define GPDMA_C2CONTROL_SI_Pos                                26                                                        /*!< GPDMA C2CONTROL: SI Position        */\r
-#define GPDMA_C2CONTROL_SI_Msk                                (0x01UL << GPDMA_C2CONTROL_SI_Pos)                        /*!< GPDMA C2CONTROL: SI Mask            */\r
-#define GPDMA_C2CONTROL_DI_Pos                                27                                                        /*!< GPDMA C2CONTROL: DI Position        */\r
-#define GPDMA_C2CONTROL_DI_Msk                                (0x01UL << GPDMA_C2CONTROL_DI_Pos)                        /*!< GPDMA C2CONTROL: DI Mask            */\r
-#define GPDMA_C2CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C2CONTROL: PROT1 Position     */\r
-#define GPDMA_C2CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C2CONTROL_PROT1_Pos)                     /*!< GPDMA C2CONTROL: PROT1 Mask         */\r
-#define GPDMA_C2CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C2CONTROL: PROT2 Position     */\r
-#define GPDMA_C2CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C2CONTROL_PROT2_Pos)                     /*!< GPDMA C2CONTROL: PROT2 Mask         */\r
-#define GPDMA_C2CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C2CONTROL: PROT3 Position     */\r
-#define GPDMA_C2CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C2CONTROL_PROT3_Pos)                     /*!< GPDMA C2CONTROL: PROT3 Mask         */\r
-#define GPDMA_C2CONTROL_I_Pos                                 31                                                        /*!< GPDMA C2CONTROL: I Position         */\r
-#define GPDMA_C2CONTROL_I_Msk                                 (0x01UL << GPDMA_C2CONTROL_I_Pos)                         /*!< GPDMA C2CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C2CONFIG  -----------------------------------------\r
-#define GPDMA_C2CONFIG_E_Pos                                  0                                                         /*!< GPDMA C2CONFIG: E Position          */\r
-#define GPDMA_C2CONFIG_E_Msk                                  (0x01UL << GPDMA_C2CONFIG_E_Pos)                          /*!< GPDMA C2CONFIG: E Mask              */\r
-#define GPDMA_C2CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C2CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C2CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C2CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C2CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C2CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C2CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C2CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C2CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C2CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C2CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C2CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C2CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C2CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C2CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C2CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C2CONFIG: IE Position         */\r
-#define GPDMA_C2CONFIG_IE_Msk                                 (0x01UL << GPDMA_C2CONFIG_IE_Pos)                         /*!< GPDMA C2CONFIG: IE Mask             */\r
-#define GPDMA_C2CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C2CONFIG: ITC Position        */\r
-#define GPDMA_C2CONFIG_ITC_Msk                                (0x01UL << GPDMA_C2CONFIG_ITC_Pos)                        /*!< GPDMA C2CONFIG: ITC Mask            */\r
-#define GPDMA_C2CONFIG_L_Pos                                  16                                                        /*!< GPDMA C2CONFIG: L Position          */\r
-#define GPDMA_C2CONFIG_L_Msk                                  (0x01UL << GPDMA_C2CONFIG_L_Pos)                          /*!< GPDMA C2CONFIG: L Mask              */\r
-#define GPDMA_C2CONFIG_A_Pos                                  17                                                        /*!< GPDMA C2CONFIG: A Position          */\r
-#define GPDMA_C2CONFIG_A_Msk                                  (0x01UL << GPDMA_C2CONFIG_A_Pos)                          /*!< GPDMA C2CONFIG: A Mask              */\r
-#define GPDMA_C2CONFIG_H_Pos                                  18                                                        /*!< GPDMA C2CONFIG: H Position          */\r
-#define GPDMA_C2CONFIG_H_Msk                                  (0x01UL << GPDMA_C2CONFIG_H_Pos)                          /*!< GPDMA C2CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C3SRCADDR  ----------------------------------------\r
-#define GPDMA_C3SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C3SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C3SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C3SRCADDR_SRCADDR_Pos)             /*!< GPDMA C3SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C3DESTADDR  ----------------------------------------\r
-#define GPDMA_C3DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C3DESTADDR: DESTADDR Position */\r
-#define GPDMA_C3DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C3DESTADDR_DESTADDR_Pos)           /*!< GPDMA C3DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C3LLI  ------------------------------------------\r
-#define GPDMA_C3LLI_LM_Pos                                    0                                                         /*!< GPDMA C3LLI: LM Position            */\r
-#define GPDMA_C3LLI_LM_Msk                                    (0x01UL << GPDMA_C3LLI_LM_Pos)                            /*!< GPDMA C3LLI: LM Mask                */\r
-#define GPDMA_C3LLI_R_Pos                                     1                                                         /*!< GPDMA C3LLI: R Position             */\r
-#define GPDMA_C3LLI_R_Msk                                     (0x01UL << GPDMA_C3LLI_R_Pos)                             /*!< GPDMA C3LLI: R Mask                 */\r
-#define GPDMA_C3LLI_LLI_Pos                                   2                                                         /*!< GPDMA C3LLI: LLI Position           */\r
-#define GPDMA_C3LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C3LLI_LLI_Pos)                     /*!< GPDMA C3LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C3CONTROL  ----------------------------------------\r
-#define GPDMA_C3CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C3CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C3CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C3CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C3CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C3CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C3CONTROL: SBSIZE Position    */\r
-#define GPDMA_C3CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C3CONTROL_SBSIZE_Pos)                    /*!< GPDMA C3CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C3CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C3CONTROL: DBSIZE Position    */\r
-#define GPDMA_C3CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C3CONTROL_DBSIZE_Pos)                    /*!< GPDMA C3CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C3CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C3CONTROL: SWIDTH Position    */\r
-#define GPDMA_C3CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C3CONTROL_SWIDTH_Pos)                    /*!< GPDMA C3CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C3CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C3CONTROL: DWIDTH Position    */\r
-#define GPDMA_C3CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C3CONTROL_DWIDTH_Pos)                    /*!< GPDMA C3CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C3CONTROL_S_Pos                                 24                                                        /*!< GPDMA C3CONTROL: S Position         */\r
-#define GPDMA_C3CONTROL_S_Msk                                 (0x01UL << GPDMA_C3CONTROL_S_Pos)                         /*!< GPDMA C3CONTROL: S Mask             */\r
-#define GPDMA_C3CONTROL_D_Pos                                 25                                                        /*!< GPDMA C3CONTROL: D Position         */\r
-#define GPDMA_C3CONTROL_D_Msk                                 (0x01UL << GPDMA_C3CONTROL_D_Pos)                         /*!< GPDMA C3CONTROL: D Mask             */\r
-#define GPDMA_C3CONTROL_SI_Pos                                26                                                        /*!< GPDMA C3CONTROL: SI Position        */\r
-#define GPDMA_C3CONTROL_SI_Msk                                (0x01UL << GPDMA_C3CONTROL_SI_Pos)                        /*!< GPDMA C3CONTROL: SI Mask            */\r
-#define GPDMA_C3CONTROL_DI_Pos                                27                                                        /*!< GPDMA C3CONTROL: DI Position        */\r
-#define GPDMA_C3CONTROL_DI_Msk                                (0x01UL << GPDMA_C3CONTROL_DI_Pos)                        /*!< GPDMA C3CONTROL: DI Mask            */\r
-#define GPDMA_C3CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C3CONTROL: PROT1 Position     */\r
-#define GPDMA_C3CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C3CONTROL_PROT1_Pos)                     /*!< GPDMA C3CONTROL: PROT1 Mask         */\r
-#define GPDMA_C3CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C3CONTROL: PROT2 Position     */\r
-#define GPDMA_C3CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C3CONTROL_PROT2_Pos)                     /*!< GPDMA C3CONTROL: PROT2 Mask         */\r
-#define GPDMA_C3CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C3CONTROL: PROT3 Position     */\r
-#define GPDMA_C3CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C3CONTROL_PROT3_Pos)                     /*!< GPDMA C3CONTROL: PROT3 Mask         */\r
-#define GPDMA_C3CONTROL_I_Pos                                 31                                                        /*!< GPDMA C3CONTROL: I Position         */\r
-#define GPDMA_C3CONTROL_I_Msk                                 (0x01UL << GPDMA_C3CONTROL_I_Pos)                         /*!< GPDMA C3CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C3CONFIG  -----------------------------------------\r
-#define GPDMA_C3CONFIG_E_Pos                                  0                                                         /*!< GPDMA C3CONFIG: E Position          */\r
-#define GPDMA_C3CONFIG_E_Msk                                  (0x01UL << GPDMA_C3CONFIG_E_Pos)                          /*!< GPDMA C3CONFIG: E Mask              */\r
-#define GPDMA_C3CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C3CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C3CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C3CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C3CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C3CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C3CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C3CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C3CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C3CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C3CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C3CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C3CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C3CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C3CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C3CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C3CONFIG: IE Position         */\r
-#define GPDMA_C3CONFIG_IE_Msk                                 (0x01UL << GPDMA_C3CONFIG_IE_Pos)                         /*!< GPDMA C3CONFIG: IE Mask             */\r
-#define GPDMA_C3CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C3CONFIG: ITC Position        */\r
-#define GPDMA_C3CONFIG_ITC_Msk                                (0x01UL << GPDMA_C3CONFIG_ITC_Pos)                        /*!< GPDMA C3CONFIG: ITC Mask            */\r
-#define GPDMA_C3CONFIG_L_Pos                                  16                                                        /*!< GPDMA C3CONFIG: L Position          */\r
-#define GPDMA_C3CONFIG_L_Msk                                  (0x01UL << GPDMA_C3CONFIG_L_Pos)                          /*!< GPDMA C3CONFIG: L Mask              */\r
-#define GPDMA_C3CONFIG_A_Pos                                  17                                                        /*!< GPDMA C3CONFIG: A Position          */\r
-#define GPDMA_C3CONFIG_A_Msk                                  (0x01UL << GPDMA_C3CONFIG_A_Pos)                          /*!< GPDMA C3CONFIG: A Mask              */\r
-#define GPDMA_C3CONFIG_H_Pos                                  18                                                        /*!< GPDMA C3CONFIG: H Position          */\r
-#define GPDMA_C3CONFIG_H_Msk                                  (0x01UL << GPDMA_C3CONFIG_H_Pos)                          /*!< GPDMA C3CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C4SRCADDR  ----------------------------------------\r
-#define GPDMA_C4SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C4SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C4SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C4SRCADDR_SRCADDR_Pos)             /*!< GPDMA C4SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C4DESTADDR  ----------------------------------------\r
-#define GPDMA_C4DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C4DESTADDR: DESTADDR Position */\r
-#define GPDMA_C4DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C4DESTADDR_DESTADDR_Pos)           /*!< GPDMA C4DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C4LLI  ------------------------------------------\r
-#define GPDMA_C4LLI_LM_Pos                                    0                                                         /*!< GPDMA C4LLI: LM Position            */\r
-#define GPDMA_C4LLI_LM_Msk                                    (0x01UL << GPDMA_C4LLI_LM_Pos)                            /*!< GPDMA C4LLI: LM Mask                */\r
-#define GPDMA_C4LLI_R_Pos                                     1                                                         /*!< GPDMA C4LLI: R Position             */\r
-#define GPDMA_C4LLI_R_Msk                                     (0x01UL << GPDMA_C4LLI_R_Pos)                             /*!< GPDMA C4LLI: R Mask                 */\r
-#define GPDMA_C4LLI_LLI_Pos                                   2                                                         /*!< GPDMA C4LLI: LLI Position           */\r
-#define GPDMA_C4LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C4LLI_LLI_Pos)                     /*!< GPDMA C4LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C4CONTROL  ----------------------------------------\r
-#define GPDMA_C4CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C4CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C4CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C4CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C4CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C4CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C4CONTROL: SBSIZE Position    */\r
-#define GPDMA_C4CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C4CONTROL_SBSIZE_Pos)                    /*!< GPDMA C4CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C4CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C4CONTROL: DBSIZE Position    */\r
-#define GPDMA_C4CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C4CONTROL_DBSIZE_Pos)                    /*!< GPDMA C4CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C4CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C4CONTROL: SWIDTH Position    */\r
-#define GPDMA_C4CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C4CONTROL_SWIDTH_Pos)                    /*!< GPDMA C4CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C4CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C4CONTROL: DWIDTH Position    */\r
-#define GPDMA_C4CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C4CONTROL_DWIDTH_Pos)                    /*!< GPDMA C4CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C4CONTROL_S_Pos                                 24                                                        /*!< GPDMA C4CONTROL: S Position         */\r
-#define GPDMA_C4CONTROL_S_Msk                                 (0x01UL << GPDMA_C4CONTROL_S_Pos)                         /*!< GPDMA C4CONTROL: S Mask             */\r
-#define GPDMA_C4CONTROL_D_Pos                                 25                                                        /*!< GPDMA C4CONTROL: D Position         */\r
-#define GPDMA_C4CONTROL_D_Msk                                 (0x01UL << GPDMA_C4CONTROL_D_Pos)                         /*!< GPDMA C4CONTROL: D Mask             */\r
-#define GPDMA_C4CONTROL_SI_Pos                                26                                                        /*!< GPDMA C4CONTROL: SI Position        */\r
-#define GPDMA_C4CONTROL_SI_Msk                                (0x01UL << GPDMA_C4CONTROL_SI_Pos)                        /*!< GPDMA C4CONTROL: SI Mask            */\r
-#define GPDMA_C4CONTROL_DI_Pos                                27                                                        /*!< GPDMA C4CONTROL: DI Position        */\r
-#define GPDMA_C4CONTROL_DI_Msk                                (0x01UL << GPDMA_C4CONTROL_DI_Pos)                        /*!< GPDMA C4CONTROL: DI Mask            */\r
-#define GPDMA_C4CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C4CONTROL: PROT1 Position     */\r
-#define GPDMA_C4CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C4CONTROL_PROT1_Pos)                     /*!< GPDMA C4CONTROL: PROT1 Mask         */\r
-#define GPDMA_C4CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C4CONTROL: PROT2 Position     */\r
-#define GPDMA_C4CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C4CONTROL_PROT2_Pos)                     /*!< GPDMA C4CONTROL: PROT2 Mask         */\r
-#define GPDMA_C4CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C4CONTROL: PROT3 Position     */\r
-#define GPDMA_C4CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C4CONTROL_PROT3_Pos)                     /*!< GPDMA C4CONTROL: PROT3 Mask         */\r
-#define GPDMA_C4CONTROL_I_Pos                                 31                                                        /*!< GPDMA C4CONTROL: I Position         */\r
-#define GPDMA_C4CONTROL_I_Msk                                 (0x01UL << GPDMA_C4CONTROL_I_Pos)                         /*!< GPDMA C4CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C4CONFIG  -----------------------------------------\r
-#define GPDMA_C4CONFIG_E_Pos                                  0                                                         /*!< GPDMA C4CONFIG: E Position          */\r
-#define GPDMA_C4CONFIG_E_Msk                                  (0x01UL << GPDMA_C4CONFIG_E_Pos)                          /*!< GPDMA C4CONFIG: E Mask              */\r
-#define GPDMA_C4CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C4CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C4CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C4CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C4CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C4CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C4CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C4CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C4CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C4CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C4CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C4CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C4CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C4CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C4CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C4CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C4CONFIG: IE Position         */\r
-#define GPDMA_C4CONFIG_IE_Msk                                 (0x01UL << GPDMA_C4CONFIG_IE_Pos)                         /*!< GPDMA C4CONFIG: IE Mask             */\r
-#define GPDMA_C4CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C4CONFIG: ITC Position        */\r
-#define GPDMA_C4CONFIG_ITC_Msk                                (0x01UL << GPDMA_C4CONFIG_ITC_Pos)                        /*!< GPDMA C4CONFIG: ITC Mask            */\r
-#define GPDMA_C4CONFIG_L_Pos                                  16                                                        /*!< GPDMA C4CONFIG: L Position          */\r
-#define GPDMA_C4CONFIG_L_Msk                                  (0x01UL << GPDMA_C4CONFIG_L_Pos)                          /*!< GPDMA C4CONFIG: L Mask              */\r
-#define GPDMA_C4CONFIG_A_Pos                                  17                                                        /*!< GPDMA C4CONFIG: A Position          */\r
-#define GPDMA_C4CONFIG_A_Msk                                  (0x01UL << GPDMA_C4CONFIG_A_Pos)                          /*!< GPDMA C4CONFIG: A Mask              */\r
-#define GPDMA_C4CONFIG_H_Pos                                  18                                                        /*!< GPDMA C4CONFIG: H Position          */\r
-#define GPDMA_C4CONFIG_H_Msk                                  (0x01UL << GPDMA_C4CONFIG_H_Pos)                          /*!< GPDMA C4CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C5SRCADDR  ----------------------------------------\r
-#define GPDMA_C5SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C5SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C5SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C5SRCADDR_SRCADDR_Pos)             /*!< GPDMA C5SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C5DESTADDR  ----------------------------------------\r
-#define GPDMA_C5DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C5DESTADDR: DESTADDR Position */\r
-#define GPDMA_C5DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C5DESTADDR_DESTADDR_Pos)           /*!< GPDMA C5DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C5LLI  ------------------------------------------\r
-#define GPDMA_C5LLI_LM_Pos                                    0                                                         /*!< GPDMA C5LLI: LM Position            */\r
-#define GPDMA_C5LLI_LM_Msk                                    (0x01UL << GPDMA_C5LLI_LM_Pos)                            /*!< GPDMA C5LLI: LM Mask                */\r
-#define GPDMA_C5LLI_R_Pos                                     1                                                         /*!< GPDMA C5LLI: R Position             */\r
-#define GPDMA_C5LLI_R_Msk                                     (0x01UL << GPDMA_C5LLI_R_Pos)                             /*!< GPDMA C5LLI: R Mask                 */\r
-#define GPDMA_C5LLI_LLI_Pos                                   2                                                         /*!< GPDMA C5LLI: LLI Position           */\r
-#define GPDMA_C5LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C5LLI_LLI_Pos)                     /*!< GPDMA C5LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C5CONTROL  ----------------------------------------\r
-#define GPDMA_C5CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C5CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C5CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C5CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C5CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C5CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C5CONTROL: SBSIZE Position    */\r
-#define GPDMA_C5CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C5CONTROL_SBSIZE_Pos)                    /*!< GPDMA C5CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C5CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C5CONTROL: DBSIZE Position    */\r
-#define GPDMA_C5CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C5CONTROL_DBSIZE_Pos)                    /*!< GPDMA C5CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C5CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C5CONTROL: SWIDTH Position    */\r
-#define GPDMA_C5CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C5CONTROL_SWIDTH_Pos)                    /*!< GPDMA C5CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C5CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C5CONTROL: DWIDTH Position    */\r
-#define GPDMA_C5CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C5CONTROL_DWIDTH_Pos)                    /*!< GPDMA C5CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C5CONTROL_S_Pos                                 24                                                        /*!< GPDMA C5CONTROL: S Position         */\r
-#define GPDMA_C5CONTROL_S_Msk                                 (0x01UL << GPDMA_C5CONTROL_S_Pos)                         /*!< GPDMA C5CONTROL: S Mask             */\r
-#define GPDMA_C5CONTROL_D_Pos                                 25                                                        /*!< GPDMA C5CONTROL: D Position         */\r
-#define GPDMA_C5CONTROL_D_Msk                                 (0x01UL << GPDMA_C5CONTROL_D_Pos)                         /*!< GPDMA C5CONTROL: D Mask             */\r
-#define GPDMA_C5CONTROL_SI_Pos                                26                                                        /*!< GPDMA C5CONTROL: SI Position        */\r
-#define GPDMA_C5CONTROL_SI_Msk                                (0x01UL << GPDMA_C5CONTROL_SI_Pos)                        /*!< GPDMA C5CONTROL: SI Mask            */\r
-#define GPDMA_C5CONTROL_DI_Pos                                27                                                        /*!< GPDMA C5CONTROL: DI Position        */\r
-#define GPDMA_C5CONTROL_DI_Msk                                (0x01UL << GPDMA_C5CONTROL_DI_Pos)                        /*!< GPDMA C5CONTROL: DI Mask            */\r
-#define GPDMA_C5CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C5CONTROL: PROT1 Position     */\r
-#define GPDMA_C5CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C5CONTROL_PROT1_Pos)                     /*!< GPDMA C5CONTROL: PROT1 Mask         */\r
-#define GPDMA_C5CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C5CONTROL: PROT2 Position     */\r
-#define GPDMA_C5CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C5CONTROL_PROT2_Pos)                     /*!< GPDMA C5CONTROL: PROT2 Mask         */\r
-#define GPDMA_C5CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C5CONTROL: PROT3 Position     */\r
-#define GPDMA_C5CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C5CONTROL_PROT3_Pos)                     /*!< GPDMA C5CONTROL: PROT3 Mask         */\r
-#define GPDMA_C5CONTROL_I_Pos                                 31                                                        /*!< GPDMA C5CONTROL: I Position         */\r
-#define GPDMA_C5CONTROL_I_Msk                                 (0x01UL << GPDMA_C5CONTROL_I_Pos)                         /*!< GPDMA C5CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C5CONFIG  -----------------------------------------\r
-#define GPDMA_C5CONFIG_E_Pos                                  0                                                         /*!< GPDMA C5CONFIG: E Position          */\r
-#define GPDMA_C5CONFIG_E_Msk                                  (0x01UL << GPDMA_C5CONFIG_E_Pos)                          /*!< GPDMA C5CONFIG: E Mask              */\r
-#define GPDMA_C5CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C5CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C5CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C5CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C5CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C5CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C5CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C5CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C5CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C5CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C5CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C5CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C5CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C5CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C5CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C5CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C5CONFIG: IE Position         */\r
-#define GPDMA_C5CONFIG_IE_Msk                                 (0x01UL << GPDMA_C5CONFIG_IE_Pos)                         /*!< GPDMA C5CONFIG: IE Mask             */\r
-#define GPDMA_C5CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C5CONFIG: ITC Position        */\r
-#define GPDMA_C5CONFIG_ITC_Msk                                (0x01UL << GPDMA_C5CONFIG_ITC_Pos)                        /*!< GPDMA C5CONFIG: ITC Mask            */\r
-#define GPDMA_C5CONFIG_L_Pos                                  16                                                        /*!< GPDMA C5CONFIG: L Position          */\r
-#define GPDMA_C5CONFIG_L_Msk                                  (0x01UL << GPDMA_C5CONFIG_L_Pos)                          /*!< GPDMA C5CONFIG: L Mask              */\r
-#define GPDMA_C5CONFIG_A_Pos                                  17                                                        /*!< GPDMA C5CONFIG: A Position          */\r
-#define GPDMA_C5CONFIG_A_Msk                                  (0x01UL << GPDMA_C5CONFIG_A_Pos)                          /*!< GPDMA C5CONFIG: A Mask              */\r
-#define GPDMA_C5CONFIG_H_Pos                                  18                                                        /*!< GPDMA C5CONFIG: H Position          */\r
-#define GPDMA_C5CONFIG_H_Msk                                  (0x01UL << GPDMA_C5CONFIG_H_Pos)                          /*!< GPDMA C5CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C6SRCADDR  ----------------------------------------\r
-#define GPDMA_C6SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C6SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C6SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C6SRCADDR_SRCADDR_Pos)             /*!< GPDMA C6SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C6DESTADDR  ----------------------------------------\r
-#define GPDMA_C6DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C6DESTADDR: DESTADDR Position */\r
-#define GPDMA_C6DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C6DESTADDR_DESTADDR_Pos)           /*!< GPDMA C6DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C6LLI  ------------------------------------------\r
-#define GPDMA_C6LLI_LM_Pos                                    0                                                         /*!< GPDMA C6LLI: LM Position            */\r
-#define GPDMA_C6LLI_LM_Msk                                    (0x01UL << GPDMA_C6LLI_LM_Pos)                            /*!< GPDMA C6LLI: LM Mask                */\r
-#define GPDMA_C6LLI_R_Pos                                     1                                                         /*!< GPDMA C6LLI: R Position             */\r
-#define GPDMA_C6LLI_R_Msk                                     (0x01UL << GPDMA_C6LLI_R_Pos)                             /*!< GPDMA C6LLI: R Mask                 */\r
-#define GPDMA_C6LLI_LLI_Pos                                   2                                                         /*!< GPDMA C6LLI: LLI Position           */\r
-#define GPDMA_C6LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C6LLI_LLI_Pos)                     /*!< GPDMA C6LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C6CONTROL  ----------------------------------------\r
-#define GPDMA_C6CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C6CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C6CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C6CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C6CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C6CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C6CONTROL: SBSIZE Position    */\r
-#define GPDMA_C6CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C6CONTROL_SBSIZE_Pos)                    /*!< GPDMA C6CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C6CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C6CONTROL: DBSIZE Position    */\r
-#define GPDMA_C6CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C6CONTROL_DBSIZE_Pos)                    /*!< GPDMA C6CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C6CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C6CONTROL: SWIDTH Position    */\r
-#define GPDMA_C6CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C6CONTROL_SWIDTH_Pos)                    /*!< GPDMA C6CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C6CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C6CONTROL: DWIDTH Position    */\r
-#define GPDMA_C6CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C6CONTROL_DWIDTH_Pos)                    /*!< GPDMA C6CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C6CONTROL_S_Pos                                 24                                                        /*!< GPDMA C6CONTROL: S Position         */\r
-#define GPDMA_C6CONTROL_S_Msk                                 (0x01UL << GPDMA_C6CONTROL_S_Pos)                         /*!< GPDMA C6CONTROL: S Mask             */\r
-#define GPDMA_C6CONTROL_D_Pos                                 25                                                        /*!< GPDMA C6CONTROL: D Position         */\r
-#define GPDMA_C6CONTROL_D_Msk                                 (0x01UL << GPDMA_C6CONTROL_D_Pos)                         /*!< GPDMA C6CONTROL: D Mask             */\r
-#define GPDMA_C6CONTROL_SI_Pos                                26                                                        /*!< GPDMA C6CONTROL: SI Position        */\r
-#define GPDMA_C6CONTROL_SI_Msk                                (0x01UL << GPDMA_C6CONTROL_SI_Pos)                        /*!< GPDMA C6CONTROL: SI Mask            */\r
-#define GPDMA_C6CONTROL_DI_Pos                                27                                                        /*!< GPDMA C6CONTROL: DI Position        */\r
-#define GPDMA_C6CONTROL_DI_Msk                                (0x01UL << GPDMA_C6CONTROL_DI_Pos)                        /*!< GPDMA C6CONTROL: DI Mask            */\r
-#define GPDMA_C6CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C6CONTROL: PROT1 Position     */\r
-#define GPDMA_C6CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C6CONTROL_PROT1_Pos)                     /*!< GPDMA C6CONTROL: PROT1 Mask         */\r
-#define GPDMA_C6CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C6CONTROL: PROT2 Position     */\r
-#define GPDMA_C6CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C6CONTROL_PROT2_Pos)                     /*!< GPDMA C6CONTROL: PROT2 Mask         */\r
-#define GPDMA_C6CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C6CONTROL: PROT3 Position     */\r
-#define GPDMA_C6CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C6CONTROL_PROT3_Pos)                     /*!< GPDMA C6CONTROL: PROT3 Mask         */\r
-#define GPDMA_C6CONTROL_I_Pos                                 31                                                        /*!< GPDMA C6CONTROL: I Position         */\r
-#define GPDMA_C6CONTROL_I_Msk                                 (0x01UL << GPDMA_C6CONTROL_I_Pos)                         /*!< GPDMA C6CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C6CONFIG  -----------------------------------------\r
-#define GPDMA_C6CONFIG_E_Pos                                  0                                                         /*!< GPDMA C6CONFIG: E Position          */\r
-#define GPDMA_C6CONFIG_E_Msk                                  (0x01UL << GPDMA_C6CONFIG_E_Pos)                          /*!< GPDMA C6CONFIG: E Mask              */\r
-#define GPDMA_C6CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C6CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C6CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C6CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C6CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C6CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C6CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C6CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C6CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C6CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C6CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C6CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C6CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C6CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C6CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C6CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C6CONFIG: IE Position         */\r
-#define GPDMA_C6CONFIG_IE_Msk                                 (0x01UL << GPDMA_C6CONFIG_IE_Pos)                         /*!< GPDMA C6CONFIG: IE Mask             */\r
-#define GPDMA_C6CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C6CONFIG: ITC Position        */\r
-#define GPDMA_C6CONFIG_ITC_Msk                                (0x01UL << GPDMA_C6CONFIG_ITC_Pos)                        /*!< GPDMA C6CONFIG: ITC Mask            */\r
-#define GPDMA_C6CONFIG_L_Pos                                  16                                                        /*!< GPDMA C6CONFIG: L Position          */\r
-#define GPDMA_C6CONFIG_L_Msk                                  (0x01UL << GPDMA_C6CONFIG_L_Pos)                          /*!< GPDMA C6CONFIG: L Mask              */\r
-#define GPDMA_C6CONFIG_A_Pos                                  17                                                        /*!< GPDMA C6CONFIG: A Position          */\r
-#define GPDMA_C6CONFIG_A_Msk                                  (0x01UL << GPDMA_C6CONFIG_A_Pos)                          /*!< GPDMA C6CONFIG: A Mask              */\r
-#define GPDMA_C6CONFIG_H_Pos                                  18                                                        /*!< GPDMA C6CONFIG: H Position          */\r
-#define GPDMA_C6CONFIG_H_Msk                                  (0x01UL << GPDMA_C6CONFIG_H_Pos)                          /*!< GPDMA C6CONFIG: H Mask              */\r
-\r
-// -------------------------------------  GPDMA_C7SRCADDR  ----------------------------------------\r
-#define GPDMA_C7SRCADDR_SRCADDR_Pos                           0                                                         /*!< GPDMA C7SRCADDR: SRCADDR Position   */\r
-#define GPDMA_C7SRCADDR_SRCADDR_Msk                           (0xffffffffUL << GPDMA_C7SRCADDR_SRCADDR_Pos)             /*!< GPDMA C7SRCADDR: SRCADDR Mask       */\r
-\r
-// ------------------------------------  GPDMA_C7DESTADDR  ----------------------------------------\r
-#define GPDMA_C7DESTADDR_DESTADDR_Pos                         0                                                         /*!< GPDMA C7DESTADDR: DESTADDR Position */\r
-#define GPDMA_C7DESTADDR_DESTADDR_Msk                         (0xffffffffUL << GPDMA_C7DESTADDR_DESTADDR_Pos)           /*!< GPDMA C7DESTADDR: DESTADDR Mask     */\r
-\r
-// ---------------------------------------  GPDMA_C7LLI  ------------------------------------------\r
-#define GPDMA_C7LLI_LM_Pos                                    0                                                         /*!< GPDMA C7LLI: LM Position            */\r
-#define GPDMA_C7LLI_LM_Msk                                    (0x01UL << GPDMA_C7LLI_LM_Pos)                            /*!< GPDMA C7LLI: LM Mask                */\r
-#define GPDMA_C7LLI_R_Pos                                     1                                                         /*!< GPDMA C7LLI: R Position             */\r
-#define GPDMA_C7LLI_R_Msk                                     (0x01UL << GPDMA_C7LLI_R_Pos)                             /*!< GPDMA C7LLI: R Mask                 */\r
-#define GPDMA_C7LLI_LLI_Pos                                   2                                                         /*!< GPDMA C7LLI: LLI Position           */\r
-#define GPDMA_C7LLI_LLI_Msk                                   (0x3fffffffUL << GPDMA_C7LLI_LLI_Pos)                     /*!< GPDMA C7LLI: LLI Mask               */\r
-\r
-// -------------------------------------  GPDMA_C7CONTROL  ----------------------------------------\r
-#define GPDMA_C7CONTROL_TRANSFERSIZE_Pos                      0                                                         /*!< GPDMA C7CONTROL: TRANSFERSIZE Position */\r
-#define GPDMA_C7CONTROL_TRANSFERSIZE_Msk                      (0x00000fffUL << GPDMA_C7CONTROL_TRANSFERSIZE_Pos)        /*!< GPDMA C7CONTROL: TRANSFERSIZE Mask  */\r
-#define GPDMA_C7CONTROL_SBSIZE_Pos                            12                                                        /*!< GPDMA C7CONTROL: SBSIZE Position    */\r
-#define GPDMA_C7CONTROL_SBSIZE_Msk                            (0x07UL << GPDMA_C7CONTROL_SBSIZE_Pos)                    /*!< GPDMA C7CONTROL: SBSIZE Mask        */\r
-#define GPDMA_C7CONTROL_DBSIZE_Pos                            15                                                        /*!< GPDMA C7CONTROL: DBSIZE Position    */\r
-#define GPDMA_C7CONTROL_DBSIZE_Msk                            (0x07UL << GPDMA_C7CONTROL_DBSIZE_Pos)                    /*!< GPDMA C7CONTROL: DBSIZE Mask        */\r
-#define GPDMA_C7CONTROL_SWIDTH_Pos                            18                                                        /*!< GPDMA C7CONTROL: SWIDTH Position    */\r
-#define GPDMA_C7CONTROL_SWIDTH_Msk                            (0x07UL << GPDMA_C7CONTROL_SWIDTH_Pos)                    /*!< GPDMA C7CONTROL: SWIDTH Mask        */\r
-#define GPDMA_C7CONTROL_DWIDTH_Pos                            21                                                        /*!< GPDMA C7CONTROL: DWIDTH Position    */\r
-#define GPDMA_C7CONTROL_DWIDTH_Msk                            (0x07UL << GPDMA_C7CONTROL_DWIDTH_Pos)                    /*!< GPDMA C7CONTROL: DWIDTH Mask        */\r
-#define GPDMA_C7CONTROL_S_Pos                                 24                                                        /*!< GPDMA C7CONTROL: S Position         */\r
-#define GPDMA_C7CONTROL_S_Msk                                 (0x01UL << GPDMA_C7CONTROL_S_Pos)                         /*!< GPDMA C7CONTROL: S Mask             */\r
-#define GPDMA_C7CONTROL_D_Pos                                 25                                                        /*!< GPDMA C7CONTROL: D Position         */\r
-#define GPDMA_C7CONTROL_D_Msk                                 (0x01UL << GPDMA_C7CONTROL_D_Pos)                         /*!< GPDMA C7CONTROL: D Mask             */\r
-#define GPDMA_C7CONTROL_SI_Pos                                26                                                        /*!< GPDMA C7CONTROL: SI Position        */\r
-#define GPDMA_C7CONTROL_SI_Msk                                (0x01UL << GPDMA_C7CONTROL_SI_Pos)                        /*!< GPDMA C7CONTROL: SI Mask            */\r
-#define GPDMA_C7CONTROL_DI_Pos                                27                                                        /*!< GPDMA C7CONTROL: DI Position        */\r
-#define GPDMA_C7CONTROL_DI_Msk                                (0x01UL << GPDMA_C7CONTROL_DI_Pos)                        /*!< GPDMA C7CONTROL: DI Mask            */\r
-#define GPDMA_C7CONTROL_PROT1_Pos                             28                                                        /*!< GPDMA C7CONTROL: PROT1 Position     */\r
-#define GPDMA_C7CONTROL_PROT1_Msk                             (0x01UL << GPDMA_C7CONTROL_PROT1_Pos)                     /*!< GPDMA C7CONTROL: PROT1 Mask         */\r
-#define GPDMA_C7CONTROL_PROT2_Pos                             29                                                        /*!< GPDMA C7CONTROL: PROT2 Position     */\r
-#define GPDMA_C7CONTROL_PROT2_Msk                             (0x01UL << GPDMA_C7CONTROL_PROT2_Pos)                     /*!< GPDMA C7CONTROL: PROT2 Mask         */\r
-#define GPDMA_C7CONTROL_PROT3_Pos                             30                                                        /*!< GPDMA C7CONTROL: PROT3 Position     */\r
-#define GPDMA_C7CONTROL_PROT3_Msk                             (0x01UL << GPDMA_C7CONTROL_PROT3_Pos)                     /*!< GPDMA C7CONTROL: PROT3 Mask         */\r
-#define GPDMA_C7CONTROL_I_Pos                                 31                                                        /*!< GPDMA C7CONTROL: I Position         */\r
-#define GPDMA_C7CONTROL_I_Msk                                 (0x01UL << GPDMA_C7CONTROL_I_Pos)                         /*!< GPDMA C7CONTROL: I Mask             */\r
-\r
-// -------------------------------------  GPDMA_C7CONFIG  -----------------------------------------\r
-#define GPDMA_C7CONFIG_E_Pos                                  0                                                         /*!< GPDMA C7CONFIG: E Position          */\r
-#define GPDMA_C7CONFIG_E_Msk                                  (0x01UL << GPDMA_C7CONFIG_E_Pos)                          /*!< GPDMA C7CONFIG: E Mask              */\r
-#define GPDMA_C7CONFIG_SRCPERIPHERAL_Pos                      1                                                         /*!< GPDMA C7CONFIG: SRCPERIPHERAL Position */\r
-#define GPDMA_C7CONFIG_SRCPERIPHERAL_Msk                      (0x1fUL << GPDMA_C7CONFIG_SRCPERIPHERAL_Pos)              /*!< GPDMA C7CONFIG: SRCPERIPHERAL Mask  */\r
-#define GPDMA_C7CONFIG_DESTPERIPHERAL_Pos                     6                                                         /*!< GPDMA C7CONFIG: DESTPERIPHERAL Position */\r
-#define GPDMA_C7CONFIG_DESTPERIPHERAL_Msk                     (0x1fUL << GPDMA_C7CONFIG_DESTPERIPHERAL_Pos)             /*!< GPDMA C7CONFIG: DESTPERIPHERAL Mask */\r
-#define GPDMA_C7CONFIG_FLOWCNTRL_Pos                          11                                                        /*!< GPDMA C7CONFIG: FLOWCNTRL Position  */\r
-#define GPDMA_C7CONFIG_FLOWCNTRL_Msk                          (0x07UL << GPDMA_C7CONFIG_FLOWCNTRL_Pos)                  /*!< GPDMA C7CONFIG: FLOWCNTRL Mask      */\r
-#define GPDMA_C7CONFIG_IE_Pos                                 14                                                        /*!< GPDMA C7CONFIG: IE Position         */\r
-#define GPDMA_C7CONFIG_IE_Msk                                 (0x01UL << GPDMA_C7CONFIG_IE_Pos)                         /*!< GPDMA C7CONFIG: IE Mask             */\r
-#define GPDMA_C7CONFIG_ITC_Pos                                15                                                        /*!< GPDMA C7CONFIG: ITC Position        */\r
-#define GPDMA_C7CONFIG_ITC_Msk                                (0x01UL << GPDMA_C7CONFIG_ITC_Pos)                        /*!< GPDMA C7CONFIG: ITC Mask            */\r
-#define GPDMA_C7CONFIG_L_Pos                                  16                                                        /*!< GPDMA C7CONFIG: L Position          */\r
-#define GPDMA_C7CONFIG_L_Msk                                  (0x01UL << GPDMA_C7CONFIG_L_Pos)                          /*!< GPDMA C7CONFIG: L Mask              */\r
-#define GPDMA_C7CONFIG_A_Pos                                  17                                                        /*!< GPDMA C7CONFIG: A Position          */\r
-#define GPDMA_C7CONFIG_A_Msk                                  (0x01UL << GPDMA_C7CONFIG_A_Pos)                          /*!< GPDMA C7CONFIG: A Mask              */\r
-#define GPDMA_C7CONFIG_H_Pos                                  18                                                        /*!< GPDMA C7CONFIG: H Position          */\r
-#define GPDMA_C7CONFIG_H_Msk                                  (0x01UL << GPDMA_C7CONFIG_H_Pos)                          /*!< GPDMA C7CONFIG: H Mask              */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 SDMMC Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  SDMMC_CTRL  -------------------------------------------\r
-#define SDMMC_CTRL_CONTROLLER_RESET_Pos                       0                                                         /*!< SDMMC CTRL: CONTROLLER_RESET Position */\r
-#define SDMMC_CTRL_CONTROLLER_RESET_Msk                       (0x01UL << SDMMC_CTRL_CONTROLLER_RESET_Pos)               /*!< SDMMC CTRL: CONTROLLER_RESET Mask   */\r
-#define SDMMC_CTRL_FIFO_RESET_Pos                             1                                                         /*!< SDMMC CTRL: FIFO_RESET Position     */\r
-#define SDMMC_CTRL_FIFO_RESET_Msk                             (0x01UL << SDMMC_CTRL_FIFO_RESET_Pos)                     /*!< SDMMC CTRL: FIFO_RESET Mask         */\r
-#define SDMMC_CTRL_DMA_RESET_Pos                              2                                                         /*!< SDMMC CTRL: DMA_RESET Position      */\r
-#define SDMMC_CTRL_DMA_RESET_Msk                              (0x01UL << SDMMC_CTRL_DMA_RESET_Pos)                      /*!< SDMMC CTRL: DMA_RESET Mask          */\r
-#define SDMMC_CTRL_INT_ENABLE_Pos                             4                                                         /*!< SDMMC CTRL: INT_ENABLE Position     */\r
-#define SDMMC_CTRL_INT_ENABLE_Msk                             (0x01UL << SDMMC_CTRL_INT_ENABLE_Pos)                     /*!< SDMMC CTRL: INT_ENABLE Mask         */\r
-#define SDMMC_CTRL_DMA_ENABLE_Pos                             5                                                         /*!< SDMMC CTRL: DMA_ENABLE Position     */\r
-#define SDMMC_CTRL_DMA_ENABLE_Msk                             (0x01UL << SDMMC_CTRL_DMA_ENABLE_Pos)                     /*!< SDMMC CTRL: DMA_ENABLE Mask         */\r
-#define SDMMC_CTRL_READ_WAIT_Pos                              6                                                         /*!< SDMMC CTRL: READ_WAIT Position      */\r
-#define SDMMC_CTRL_READ_WAIT_Msk                              (0x01UL << SDMMC_CTRL_READ_WAIT_Pos)                      /*!< SDMMC CTRL: READ_WAIT Mask          */\r
-#define SDMMC_CTRL_SEND_IRQ_RESPONSE_Pos                      7                                                         /*!< SDMMC CTRL: SEND_IRQ_RESPONSE Position */\r
-#define SDMMC_CTRL_SEND_IRQ_RESPONSE_Msk                      (0x01UL << SDMMC_CTRL_SEND_IRQ_RESPONSE_Pos)              /*!< SDMMC CTRL: SEND_IRQ_RESPONSE Mask  */\r
-#define SDMMC_CTRL_ABORT_READ_DATA_Pos                        8                                                         /*!< SDMMC CTRL: ABORT_READ_DATA Position */\r
-#define SDMMC_CTRL_ABORT_READ_DATA_Msk                        (0x01UL << SDMMC_CTRL_ABORT_READ_DATA_Pos)                /*!< SDMMC CTRL: ABORT_READ_DATA Mask    */\r
-#define SDMMC_CTRL_SEND_CCSD_Pos                              9                                                         /*!< SDMMC CTRL: SEND_CCSD Position      */\r
-#define SDMMC_CTRL_SEND_CCSD_Msk                              (0x01UL << SDMMC_CTRL_SEND_CCSD_Pos)                      /*!< SDMMC CTRL: SEND_CCSD Mask          */\r
-#define SDMMC_CTRL_SEND_AUTO_STOP_CCSD_Pos                    10                                                        /*!< SDMMC CTRL: SEND_AUTO_STOP_CCSD Position */\r
-#define SDMMC_CTRL_SEND_AUTO_STOP_CCSD_Msk                    (0x01UL << SDMMC_CTRL_SEND_AUTO_STOP_CCSD_Pos)            /*!< SDMMC CTRL: SEND_AUTO_STOP_CCSD Mask */\r
-#define SDMMC_CTRL_CEATA_DEVICE_INTERRUPT_STATUS_Pos          11                                                        /*!< SDMMC CTRL: CEATA_DEVICE_INTERRUPT_STATUS Position */\r
-#define SDMMC_CTRL_CEATA_DEVICE_INTERRUPT_STATUS_Msk          (0x01UL << SDMMC_CTRL_CEATA_DEVICE_INTERRUPT_STATUS_Pos)  /*!< SDMMC CTRL: CEATA_DEVICE_INTERRUPT_STATUS Mask */\r
-#define SDMMC_CTRL_CARD_VOLTAGE_A_Pos                         16                                                        /*!< SDMMC CTRL: CARD_VOLTAGE_A Position */\r
-#define SDMMC_CTRL_CARD_VOLTAGE_A_Msk                         (0x0fUL << SDMMC_CTRL_CARD_VOLTAGE_A_Pos)                 /*!< SDMMC CTRL: CARD_VOLTAGE_A Mask     */\r
-#define SDMMC_CTRL_CARD_VOLTAGE_B_Pos                         20                                                        /*!< SDMMC CTRL: CARD_VOLTAGE_B Position */\r
-#define SDMMC_CTRL_CARD_VOLTAGE_B_Msk                         (0x0fUL << SDMMC_CTRL_CARD_VOLTAGE_B_Pos)                 /*!< SDMMC CTRL: CARD_VOLTAGE_B Mask     */\r
-#define SDMMC_CTRL_ENABLE_OD_PULLUP_Pos                       24                                                        /*!< SDMMC CTRL: ENABLE_OD_PULLUP Position */\r
-#define SDMMC_CTRL_ENABLE_OD_PULLUP_Msk                       (0x01UL << SDMMC_CTRL_ENABLE_OD_PULLUP_Pos)               /*!< SDMMC CTRL: ENABLE_OD_PULLUP Mask   */\r
-#define SDMMC_CTRL_USE_INTERNAL_DMAC_Pos                      25                                                        /*!< SDMMC CTRL: USE_INTERNAL_DMAC Position */\r
-#define SDMMC_CTRL_USE_INTERNAL_DMAC_Msk                      (0x01UL << SDMMC_CTRL_USE_INTERNAL_DMAC_Pos)              /*!< SDMMC CTRL: USE_INTERNAL_DMAC Mask  */\r
-\r
-// ---------------------------------------  SDMMC_PWREN  ------------------------------------------\r
-#define SDMMC_PWREN_POWER_ENABLE_Pos                          0                                                         /*!< SDMMC PWREN: POWER_ENABLE Position  */\r
-#define SDMMC_PWREN_POWER_ENABLE_Msk                          (0x3fffffffUL << SDMMC_PWREN_POWER_ENABLE_Pos)            /*!< SDMMC PWREN: POWER_ENABLE Mask      */\r
-\r
-// --------------------------------------  SDMMC_CLKDIV  ------------------------------------------\r
-#define SDMMC_CLKDIV_CLK_DIVIDER0_Pos                         0                                                         /*!< SDMMC CLKDIV: CLK_DIVIDER0 Position */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER0_Msk                         (0x000000ffUL << SDMMC_CLKDIV_CLK_DIVIDER0_Pos)           /*!< SDMMC CLKDIV: CLK_DIVIDER0 Mask     */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER1_Pos                         8                                                         /*!< SDMMC CLKDIV: CLK_DIVIDER1 Position */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER1_Msk                         (0x000000ffUL << SDMMC_CLKDIV_CLK_DIVIDER1_Pos)           /*!< SDMMC CLKDIV: CLK_DIVIDER1 Mask     */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER2_Pos                         16                                                        /*!< SDMMC CLKDIV: CLK_DIVIDER2 Position */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER2_Msk                         (0x000000ffUL << SDMMC_CLKDIV_CLK_DIVIDER2_Pos)           /*!< SDMMC CLKDIV: CLK_DIVIDER2 Mask     */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER3_Pos                         24                                                        /*!< SDMMC CLKDIV: CLK_DIVIDER3 Position */\r
-#define SDMMC_CLKDIV_CLK_DIVIDER3_Msk                         (0x000000ffUL << SDMMC_CLKDIV_CLK_DIVIDER3_Pos)           /*!< SDMMC CLKDIV: CLK_DIVIDER3 Mask     */\r
-\r
-// --------------------------------------  SDMMC_CLKSRC  ------------------------------------------\r
-#define SDMMC_CLKSRC_CLK_SOURCE_Pos                           0                                                         /*!< SDMMC CLKSRC: CLK_SOURCE Position   */\r
-#define SDMMC_CLKSRC_CLK_SOURCE_Msk                           (0xffffffffUL << SDMMC_CLKSRC_CLK_SOURCE_Pos)             /*!< SDMMC CLKSRC: CLK_SOURCE Mask       */\r
-\r
-// --------------------------------------  SDMMC_CLKENA  ------------------------------------------\r
-#define SDMMC_CLKENA_CCLK_ENABLE_Pos                          0                                                         /*!< SDMMC CLKENA: CCLK_ENABLE Position  */\r
-#define SDMMC_CLKENA_CCLK_ENABLE_Msk                          (0x0000ffffUL << SDMMC_CLKENA_CCLK_ENABLE_Pos)            /*!< SDMMC CLKENA: CCLK_ENABLE Mask      */\r
-#define SDMMC_CLKENA_CCLK_LOW_POWER_Pos                       16                                                        /*!< SDMMC CLKENA: CCLK_LOW_POWER Position */\r
-#define SDMMC_CLKENA_CCLK_LOW_POWER_Msk                       (0x0000ffffUL << SDMMC_CLKENA_CCLK_LOW_POWER_Pos)         /*!< SDMMC CLKENA: CCLK_LOW_POWER Mask   */\r
-\r
-// ---------------------------------------  SDMMC_TMOUT  ------------------------------------------\r
-#define SDMMC_TMOUT_RESPONSE_TIMEOUT_Pos                      0                                                         /*!< SDMMC TMOUT: RESPONSE_TIMEOUT Position */\r
-#define SDMMC_TMOUT_RESPONSE_TIMEOUT_Msk                      (0x000000ffUL << SDMMC_TMOUT_RESPONSE_TIMEOUT_Pos)        /*!< SDMMC TMOUT: RESPONSE_TIMEOUT Mask  */\r
-#define SDMMC_TMOUT_DATA_TIMEOUT_Pos                          8                                                         /*!< SDMMC TMOUT: DATA_TIMEOUT Position  */\r
-#define SDMMC_TMOUT_DATA_TIMEOUT_Msk                          (0x00ffffffUL << SDMMC_TMOUT_DATA_TIMEOUT_Pos)            /*!< SDMMC TMOUT: DATA_TIMEOUT Mask      */\r
-\r
-// ---------------------------------------  SDMMC_CTYPE  ------------------------------------------\r
-#define SDMMC_CTYPE_CARD_WIDTH0_Pos                           0                                                         /*!< SDMMC CTYPE: CARD_WIDTH0 Position   */\r
-#define SDMMC_CTYPE_CARD_WIDTH0_Msk                           (0x0000ffffUL << SDMMC_CTYPE_CARD_WIDTH0_Pos)             /*!< SDMMC CTYPE: CARD_WIDTH0 Mask       */\r
-#define SDMMC_CTYPE_CARD_WIDTH1_Pos                           16                                                        /*!< SDMMC CTYPE: CARD_WIDTH1 Position   */\r
-#define SDMMC_CTYPE_CARD_WIDTH1_Msk                           (0x0000ffffUL << SDMMC_CTYPE_CARD_WIDTH1_Pos)             /*!< SDMMC CTYPE: CARD_WIDTH1 Mask       */\r
-\r
-// --------------------------------------  SDMMC_BLKSIZ  ------------------------------------------\r
-#define SDMMC_BLKSIZ_BLOCK_SIZE_Pos                           0                                                         /*!< SDMMC BLKSIZ: BLOCK_SIZE Position   */\r
-#define SDMMC_BLKSIZ_BLOCK_SIZE_Msk                           (0x0000ffffUL << SDMMC_BLKSIZ_BLOCK_SIZE_Pos)             /*!< SDMMC BLKSIZ: BLOCK_SIZE Mask       */\r
-\r
-// --------------------------------------  SDMMC_BYTCNT  ------------------------------------------\r
-#define SDMMC_BYTCNT_BYTE_COUNT_Pos                           0                                                         /*!< SDMMC BYTCNT: BYTE_COUNT Position   */\r
-#define SDMMC_BYTCNT_BYTE_COUNT_Msk                           (0xffffffffUL << SDMMC_BYTCNT_BYTE_COUNT_Pos)             /*!< SDMMC BYTCNT: BYTE_COUNT Mask       */\r
-\r
-// --------------------------------------  SDMMC_INTMASK  -----------------------------------------\r
-#define SDMMC_INTMASK_CDET_Pos                                0                                                         /*!< SDMMC INTMASK: CDET Position        */\r
-#define SDMMC_INTMASK_CDET_Msk                                (0x01UL << SDMMC_INTMASK_CDET_Pos)                        /*!< SDMMC INTMASK: CDET Mask            */\r
-#define SDMMC_INTMASK_RE_Pos                                  1                                                         /*!< SDMMC INTMASK: RE Position          */\r
-#define SDMMC_INTMASK_RE_Msk                                  (0x01UL << SDMMC_INTMASK_RE_Pos)                          /*!< SDMMC INTMASK: RE Mask              */\r
-#define SDMMC_INTMASK_CDONE_Pos                               2                                                         /*!< SDMMC INTMASK: CDONE Position       */\r
-#define SDMMC_INTMASK_CDONE_Msk                               (0x01UL << SDMMC_INTMASK_CDONE_Pos)                       /*!< SDMMC INTMASK: CDONE Mask           */\r
-#define SDMMC_INTMASK_DTO_Pos                                 3                                                         /*!< SDMMC INTMASK: DTO Position         */\r
-#define SDMMC_INTMASK_DTO_Msk                                 (0x01UL << SDMMC_INTMASK_DTO_Pos)                         /*!< SDMMC INTMASK: DTO Mask             */\r
-#define SDMMC_INTMASK_TXDR_Pos                                4                                                         /*!< SDMMC INTMASK: TXDR Position        */\r
-#define SDMMC_INTMASK_TXDR_Msk                                (0x01UL << SDMMC_INTMASK_TXDR_Pos)                        /*!< SDMMC INTMASK: TXDR Mask            */\r
-#define SDMMC_INTMASK_RXDR_Pos                                5                                                         /*!< SDMMC INTMASK: RXDR Position        */\r
-#define SDMMC_INTMASK_RXDR_Msk                                (0x01UL << SDMMC_INTMASK_RXDR_Pos)                        /*!< SDMMC INTMASK: RXDR Mask            */\r
-#define SDMMC_INTMASK_RCRC_Pos                                6                                                         /*!< SDMMC INTMASK: RCRC Position        */\r
-#define SDMMC_INTMASK_RCRC_Msk                                (0x01UL << SDMMC_INTMASK_RCRC_Pos)                        /*!< SDMMC INTMASK: RCRC Mask            */\r
-#define SDMMC_INTMASK_DCRC_Pos                                7                                                         /*!< SDMMC INTMASK: DCRC Position        */\r
-#define SDMMC_INTMASK_DCRC_Msk                                (0x01UL << SDMMC_INTMASK_DCRC_Pos)                        /*!< SDMMC INTMASK: DCRC Mask            */\r
-#define SDMMC_INTMASK_RTO_Pos                                 8                                                         /*!< SDMMC INTMASK: RTO Position         */\r
-#define SDMMC_INTMASK_RTO_Msk                                 (0x01UL << SDMMC_INTMASK_RTO_Pos)                         /*!< SDMMC INTMASK: RTO Mask             */\r
-#define SDMMC_INTMASK_DRTO_Pos                                9                                                         /*!< SDMMC INTMASK: DRTO Position        */\r
-#define SDMMC_INTMASK_DRTO_Msk                                (0x01UL << SDMMC_INTMASK_DRTO_Pos)                        /*!< SDMMC INTMASK: DRTO Mask            */\r
-#define SDMMC_INTMASK_HTO_Pos                                 10                                                        /*!< SDMMC INTMASK: HTO Position         */\r
-#define SDMMC_INTMASK_HTO_Msk                                 (0x01UL << SDMMC_INTMASK_HTO_Pos)                         /*!< SDMMC INTMASK: HTO Mask             */\r
-#define SDMMC_INTMASK_FRUN_Pos                                11                                                        /*!< SDMMC INTMASK: FRUN Position        */\r
-#define SDMMC_INTMASK_FRUN_Msk                                (0x01UL << SDMMC_INTMASK_FRUN_Pos)                        /*!< SDMMC INTMASK: FRUN Mask            */\r
-#define SDMMC_INTMASK_HLE_Pos                                 12                                                        /*!< SDMMC INTMASK: HLE Position         */\r
-#define SDMMC_INTMASK_HLE_Msk                                 (0x01UL << SDMMC_INTMASK_HLE_Pos)                         /*!< SDMMC INTMASK: HLE Mask             */\r
-#define SDMMC_INTMASK_SBE_Pos                                 13                                                        /*!< SDMMC INTMASK: SBE Position         */\r
-#define SDMMC_INTMASK_SBE_Msk                                 (0x01UL << SDMMC_INTMASK_SBE_Pos)                         /*!< SDMMC INTMASK: SBE Mask             */\r
-#define SDMMC_INTMASK_ACD_Pos                                 14                                                        /*!< SDMMC INTMASK: ACD Position         */\r
-#define SDMMC_INTMASK_ACD_Msk                                 (0x01UL << SDMMC_INTMASK_ACD_Pos)                         /*!< SDMMC INTMASK: ACD Mask             */\r
-#define SDMMC_INTMASK_EBE_Pos                                 15                                                        /*!< SDMMC INTMASK: EBE Position         */\r
-#define SDMMC_INTMASK_EBE_Msk                                 (0x01UL << SDMMC_INTMASK_EBE_Pos)                         /*!< SDMMC INTMASK: EBE Mask             */\r
-#define SDMMC_INTMASK_SDIO_INT_MASK_Pos                       16                                                        /*!< SDMMC INTMASK: SDIO_INT_MASK Position */\r
-#define SDMMC_INTMASK_SDIO_INT_MASK_Msk                       (0x0000ffffUL << SDMMC_INTMASK_SDIO_INT_MASK_Pos)         /*!< SDMMC INTMASK: SDIO_INT_MASK Mask   */\r
-\r
-// --------------------------------------  SDMMC_CMDARG  ------------------------------------------\r
-#define SDMMC_CMDARG_CMD_ARG_Pos                              0                                                         /*!< SDMMC CMDARG: CMD_ARG Position      */\r
-#define SDMMC_CMDARG_CMD_ARG_Msk                              (0xffffffffUL << SDMMC_CMDARG_CMD_ARG_Pos)                /*!< SDMMC CMDARG: CMD_ARG Mask          */\r
-\r
-// ----------------------------------------  SDMMC_CMD  -------------------------------------------\r
-#define SDMMC_CMD_CMD_INDEX_Pos                               0                                                         /*!< SDMMC CMD: CMD_INDEX Position       */\r
-#define SDMMC_CMD_CMD_INDEX_Msk                               (0x3fUL << SDMMC_CMD_CMD_INDEX_Pos)                       /*!< SDMMC CMD: CMD_INDEX Mask           */\r
-#define SDMMC_CMD_RESPONSE_EXPECT_Pos                         6                                                         /*!< SDMMC CMD: RESPONSE_EXPECT Position */\r
-#define SDMMC_CMD_RESPONSE_EXPECT_Msk                         (0x01UL << SDMMC_CMD_RESPONSE_EXPECT_Pos)                 /*!< SDMMC CMD: RESPONSE_EXPECT Mask     */\r
-#define SDMMC_CMD_RESPONSE_LENGTH_Pos                         7                                                         /*!< SDMMC CMD: RESPONSE_LENGTH Position */\r
-#define SDMMC_CMD_RESPONSE_LENGTH_Msk                         (0x01UL << SDMMC_CMD_RESPONSE_LENGTH_Pos)                 /*!< SDMMC CMD: RESPONSE_LENGTH Mask     */\r
-#define SDMMC_CMD_CHECK_RESPONSE_CRC_Pos                      8                                                         /*!< SDMMC CMD: CHECK_RESPONSE_CRC Position */\r
-#define SDMMC_CMD_CHECK_RESPONSE_CRC_Msk                      (0x01UL << SDMMC_CMD_CHECK_RESPONSE_CRC_Pos)              /*!< SDMMC CMD: CHECK_RESPONSE_CRC Mask  */\r
-#define SDMMC_CMD_DATA_EXPECTED_Pos                           9                                                         /*!< SDMMC CMD: DATA_EXPECTED Position   */\r
-#define SDMMC_CMD_DATA_EXPECTED_Msk                           (0x01UL << SDMMC_CMD_DATA_EXPECTED_Pos)                   /*!< SDMMC CMD: DATA_EXPECTED Mask       */\r
-#define SDMMC_CMD_READ_WRITE_Pos                              10                                                        /*!< SDMMC CMD: READ_WRITE Position      */\r
-#define SDMMC_CMD_READ_WRITE_Msk                              (0x01UL << SDMMC_CMD_READ_WRITE_Pos)                      /*!< SDMMC CMD: READ_WRITE Mask          */\r
-#define SDMMC_CMD_TRANSFER_MODE_Pos                           11                                                        /*!< SDMMC CMD: TRANSFER_MODE Position   */\r
-#define SDMMC_CMD_TRANSFER_MODE_Msk                           (0x01UL << SDMMC_CMD_TRANSFER_MODE_Pos)                   /*!< SDMMC CMD: TRANSFER_MODE Mask       */\r
-#define SDMMC_CMD_SEND_AUTO_STOP_Pos                          12                                                        /*!< SDMMC CMD: SEND_AUTO_STOP Position  */\r
-#define SDMMC_CMD_SEND_AUTO_STOP_Msk                          (0x01UL << SDMMC_CMD_SEND_AUTO_STOP_Pos)                  /*!< SDMMC CMD: SEND_AUTO_STOP Mask      */\r
-#define SDMMC_CMD_WAIT_PRVDATA_COMPLETE_Pos                   13                                                        /*!< SDMMC CMD: WAIT_PRVDATA_COMPLETE Position */\r
-#define SDMMC_CMD_WAIT_PRVDATA_COMPLETE_Msk                   (0x01UL << SDMMC_CMD_WAIT_PRVDATA_COMPLETE_Pos)           /*!< SDMMC CMD: WAIT_PRVDATA_COMPLETE Mask */\r
-#define SDMMC_CMD_STOP_ABORT_CMd_Pos                          14                                                        /*!< SDMMC CMD: STOP_ABORT_CMd Position  */\r
-#define SDMMC_CMD_STOP_ABORT_CMd_Msk                          (0x01UL << SDMMC_CMD_STOP_ABORT_CMd_Pos)                  /*!< SDMMC CMD: STOP_ABORT_CMd Mask      */\r
-#define SDMMC_CMD_SEND_INITIALIZATION_Pos                     15                                                        /*!< SDMMC CMD: SEND_INITIALIZATION Position */\r
-#define SDMMC_CMD_SEND_INITIALIZATION_Msk                     (0x01UL << SDMMC_CMD_SEND_INITIALIZATION_Pos)             /*!< SDMMC CMD: SEND_INITIALIZATION Mask */\r
-#define SDMMC_CMD_CARD_NUMBER_Pos                             16                                                        /*!< SDMMC CMD: CARD_NUMBER Position     */\r
-#define SDMMC_CMD_CARD_NUMBER_Msk                             (0x1fUL << SDMMC_CMD_CARD_NUMBER_Pos)                     /*!< SDMMC CMD: CARD_NUMBER Mask         */\r
-#define SDMMC_CMD_UPDATE_CLOCK_REGISTERS_ONLY_Pos             21                                                        /*!< SDMMC CMD: UPDATE_CLOCK_REGISTERS_ONLY Position */\r
-#define SDMMC_CMD_UPDATE_CLOCK_REGISTERS_ONLY_Msk             (0x01UL << SDMMC_CMD_UPDATE_CLOCK_REGISTERS_ONLY_Pos)     /*!< SDMMC CMD: UPDATE_CLOCK_REGISTERS_ONLY Mask */\r
-#define SDMMC_CMD_READ_CEATA_DEVICE_Pos                       22                                                        /*!< SDMMC CMD: READ_CEATA_DEVICE Position */\r
-#define SDMMC_CMD_READ_CEATA_DEVICE_Msk                       (0x01UL << SDMMC_CMD_READ_CEATA_DEVICE_Pos)               /*!< SDMMC CMD: READ_CEATA_DEVICE Mask   */\r
-#define SDMMC_CMD_CCS_EXPECTED_Pos                            23                                                        /*!< SDMMC CMD: CCS_EXPECTED Position    */\r
-#define SDMMC_CMD_CCS_EXPECTED_Msk                            (0x01UL << SDMMC_CMD_CCS_EXPECTED_Pos)                    /*!< SDMMC CMD: CCS_EXPECTED Mask        */\r
-#define SDMMC_CMD_ENABLE_BOOT_Pos                             24                                                        /*!< SDMMC CMD: ENABLE_BOOT Position     */\r
-#define SDMMC_CMD_ENABLE_BOOT_Msk                             (0x01UL << SDMMC_CMD_ENABLE_BOOT_Pos)                     /*!< SDMMC CMD: ENABLE_BOOT Mask         */\r
-#define SDMMC_CMD_EXPECT_BOOT_ACK_Pos                         25                                                        /*!< SDMMC CMD: EXPECT_BOOT_ACK Position */\r
-#define SDMMC_CMD_EXPECT_BOOT_ACK_Msk                         (0x01UL << SDMMC_CMD_EXPECT_BOOT_ACK_Pos)                 /*!< SDMMC CMD: EXPECT_BOOT_ACK Mask     */\r
-#define SDMMC_CMD_DISABLE_BOOT_Pos                            26                                                        /*!< SDMMC CMD: DISABLE_BOOT Position    */\r
-#define SDMMC_CMD_DISABLE_BOOT_Msk                            (0x01UL << SDMMC_CMD_DISABLE_BOOT_Pos)                    /*!< SDMMC CMD: DISABLE_BOOT Mask        */\r
-#define SDMMC_CMD_BOOT_MODE_Pos                               27                                                        /*!< SDMMC CMD: BOOT_MODE Position       */\r
-#define SDMMC_CMD_BOOT_MODE_Msk                               (0x01UL << SDMMC_CMD_BOOT_MODE_Pos)                       /*!< SDMMC CMD: BOOT_MODE Mask           */\r
-#define SDMMC_CMD_VOLT_SWITCH_Pos                             28                                                        /*!< SDMMC CMD: VOLT_SWITCH Position     */\r
-#define SDMMC_CMD_VOLT_SWITCH_Msk                             (0x01UL << SDMMC_CMD_VOLT_SWITCH_Pos)                     /*!< SDMMC CMD: VOLT_SWITCH Mask         */\r
-#define SDMMC_CMD_START_CMD_Pos                               31                                                        /*!< SDMMC CMD: START_CMD Position       */\r
-#define SDMMC_CMD_START_CMD_Msk                               (0x01UL << SDMMC_CMD_START_CMD_Pos)                       /*!< SDMMC CMD: START_CMD Mask           */\r
-\r
-// ---------------------------------------  SDMMC_RESP0  ------------------------------------------\r
-#define SDMMC_RESP0_RESPONSE0_Pos                             0                                                         /*!< SDMMC RESP0: RESPONSE0 Position     */\r
-#define SDMMC_RESP0_RESPONSE0_Msk                             (0xffffffffUL << SDMMC_RESP0_RESPONSE0_Pos)               /*!< SDMMC RESP0: RESPONSE0 Mask         */\r
-\r
-// ---------------------------------------  SDMMC_RESP1  ------------------------------------------\r
-#define SDMMC_RESP1_RESPONSE1_Pos                             0                                                         /*!< SDMMC RESP1: RESPONSE1 Position     */\r
-#define SDMMC_RESP1_RESPONSE1_Msk                             (0xffffffffUL << SDMMC_RESP1_RESPONSE1_Pos)               /*!< SDMMC RESP1: RESPONSE1 Mask         */\r
-\r
-// ---------------------------------------  SDMMC_RESP2  ------------------------------------------\r
-#define SDMMC_RESP2_RESPONSE2_Pos                             0                                                         /*!< SDMMC RESP2: RESPONSE2 Position     */\r
-#define SDMMC_RESP2_RESPONSE2_Msk                             (0xffffffffUL << SDMMC_RESP2_RESPONSE2_Pos)               /*!< SDMMC RESP2: RESPONSE2 Mask         */\r
-\r
-// ---------------------------------------  SDMMC_RESP3  ------------------------------------------\r
-#define SDMMC_RESP3_RESPONSE3_Pos                             0                                                         /*!< SDMMC RESP3: RESPONSE3 Position     */\r
-#define SDMMC_RESP3_RESPONSE3_Msk                             (0xffffffffUL << SDMMC_RESP3_RESPONSE3_Pos)               /*!< SDMMC RESP3: RESPONSE3 Mask         */\r
-\r
-// --------------------------------------  SDMMC_MINTSTS  -----------------------------------------\r
-#define SDMMC_MINTSTS_CDET_Pos                                0                                                         /*!< SDMMC MINTSTS: CDET Position        */\r
-#define SDMMC_MINTSTS_CDET_Msk                                (0x01UL << SDMMC_MINTSTS_CDET_Pos)                        /*!< SDMMC MINTSTS: CDET Mask            */\r
-#define SDMMC_MINTSTS_RE_Pos                                  1                                                         /*!< SDMMC MINTSTS: RE Position          */\r
-#define SDMMC_MINTSTS_RE_Msk                                  (0x01UL << SDMMC_MINTSTS_RE_Pos)                          /*!< SDMMC MINTSTS: RE Mask              */\r
-#define SDMMC_MINTSTS_CDONE_Pos                               2                                                         /*!< SDMMC MINTSTS: CDONE Position       */\r
-#define SDMMC_MINTSTS_CDONE_Msk                               (0x01UL << SDMMC_MINTSTS_CDONE_Pos)                       /*!< SDMMC MINTSTS: CDONE Mask           */\r
-#define SDMMC_MINTSTS_DTO_Pos                                 3                                                         /*!< SDMMC MINTSTS: DTO Position         */\r
-#define SDMMC_MINTSTS_DTO_Msk                                 (0x01UL << SDMMC_MINTSTS_DTO_Pos)                         /*!< SDMMC MINTSTS: DTO Mask             */\r
-#define SDMMC_MINTSTS_TXDR_Pos                                4                                                         /*!< SDMMC MINTSTS: TXDR Position        */\r
-#define SDMMC_MINTSTS_TXDR_Msk                                (0x01UL << SDMMC_MINTSTS_TXDR_Pos)                        /*!< SDMMC MINTSTS: TXDR Mask            */\r
-#define SDMMC_MINTSTS_RXDR_Pos                                5                                                         /*!< SDMMC MINTSTS: RXDR Position        */\r
-#define SDMMC_MINTSTS_RXDR_Msk                                (0x01UL << SDMMC_MINTSTS_RXDR_Pos)                        /*!< SDMMC MINTSTS: RXDR Mask            */\r
-#define SDMMC_MINTSTS_RCRC_Pos                                6                                                         /*!< SDMMC MINTSTS: RCRC Position        */\r
-#define SDMMC_MINTSTS_RCRC_Msk                                (0x01UL << SDMMC_MINTSTS_RCRC_Pos)                        /*!< SDMMC MINTSTS: RCRC Mask            */\r
-#define SDMMC_MINTSTS_DCRC_Pos                                7                                                         /*!< SDMMC MINTSTS: DCRC Position        */\r
-#define SDMMC_MINTSTS_DCRC_Msk                                (0x01UL << SDMMC_MINTSTS_DCRC_Pos)                        /*!< SDMMC MINTSTS: DCRC Mask            */\r
-#define SDMMC_MINTSTS_RTO_Pos                                 8                                                         /*!< SDMMC MINTSTS: RTO Position         */\r
-#define SDMMC_MINTSTS_RTO_Msk                                 (0x01UL << SDMMC_MINTSTS_RTO_Pos)                         /*!< SDMMC MINTSTS: RTO Mask             */\r
-#define SDMMC_MINTSTS_DRTO_Pos                                9                                                         /*!< SDMMC MINTSTS: DRTO Position        */\r
-#define SDMMC_MINTSTS_DRTO_Msk                                (0x01UL << SDMMC_MINTSTS_DRTO_Pos)                        /*!< SDMMC MINTSTS: DRTO Mask            */\r
-#define SDMMC_MINTSTS_HTO_Pos                                 10                                                        /*!< SDMMC MINTSTS: HTO Position         */\r
-#define SDMMC_MINTSTS_HTO_Msk                                 (0x01UL << SDMMC_MINTSTS_HTO_Pos)                         /*!< SDMMC MINTSTS: HTO Mask             */\r
-#define SDMMC_MINTSTS_FRUN_Pos                                11                                                        /*!< SDMMC MINTSTS: FRUN Position        */\r
-#define SDMMC_MINTSTS_FRUN_Msk                                (0x01UL << SDMMC_MINTSTS_FRUN_Pos)                        /*!< SDMMC MINTSTS: FRUN Mask            */\r
-#define SDMMC_MINTSTS_HLE_Pos                                 12                                                        /*!< SDMMC MINTSTS: HLE Position         */\r
-#define SDMMC_MINTSTS_HLE_Msk                                 (0x01UL << SDMMC_MINTSTS_HLE_Pos)                         /*!< SDMMC MINTSTS: HLE Mask             */\r
-#define SDMMC_MINTSTS_SBE_Pos                                 13                                                        /*!< SDMMC MINTSTS: SBE Position         */\r
-#define SDMMC_MINTSTS_SBE_Msk                                 (0x01UL << SDMMC_MINTSTS_SBE_Pos)                         /*!< SDMMC MINTSTS: SBE Mask             */\r
-#define SDMMC_MINTSTS_ACD_Pos                                 14                                                        /*!< SDMMC MINTSTS: ACD Position         */\r
-#define SDMMC_MINTSTS_ACD_Msk                                 (0x01UL << SDMMC_MINTSTS_ACD_Pos)                         /*!< SDMMC MINTSTS: ACD Mask             */\r
-#define SDMMC_MINTSTS_EBE_Pos                                 15                                                        /*!< SDMMC MINTSTS: EBE Position         */\r
-#define SDMMC_MINTSTS_EBE_Msk                                 (0x01UL << SDMMC_MINTSTS_EBE_Pos)                         /*!< SDMMC MINTSTS: EBE Mask             */\r
-#define SDMMC_MINTSTS_SDIO_INTERRUPT_Pos                      16                                                        /*!< SDMMC MINTSTS: SDIO_INTERRUPT Position */\r
-#define SDMMC_MINTSTS_SDIO_INTERRUPT_Msk                      (0x0000ffffUL << SDMMC_MINTSTS_SDIO_INTERRUPT_Pos)        /*!< SDMMC MINTSTS: SDIO_INTERRUPT Mask  */\r
-\r
-// --------------------------------------  SDMMC_RINTSTS  -----------------------------------------\r
-#define SDMMC_RINTSTS_CDET_Pos                                0                                                         /*!< SDMMC RINTSTS: CDET Position        */\r
-#define SDMMC_RINTSTS_CDET_Msk                                (0x01UL << SDMMC_RINTSTS_CDET_Pos)                        /*!< SDMMC RINTSTS: CDET Mask            */\r
-#define SDMMC_RINTSTS_RE_Pos                                  1                                                         /*!< SDMMC RINTSTS: RE Position          */\r
-#define SDMMC_RINTSTS_RE_Msk                                  (0x01UL << SDMMC_RINTSTS_RE_Pos)                          /*!< SDMMC RINTSTS: RE Mask              */\r
-#define SDMMC_RINTSTS_CDONE_Pos                               2                                                         /*!< SDMMC RINTSTS: CDONE Position       */\r
-#define SDMMC_RINTSTS_CDONE_Msk                               (0x01UL << SDMMC_RINTSTS_CDONE_Pos)                       /*!< SDMMC RINTSTS: CDONE Mask           */\r
-#define SDMMC_RINTSTS_DTO_Pos                                 3                                                         /*!< SDMMC RINTSTS: DTO Position         */\r
-#define SDMMC_RINTSTS_DTO_Msk                                 (0x01UL << SDMMC_RINTSTS_DTO_Pos)                         /*!< SDMMC RINTSTS: DTO Mask             */\r
-#define SDMMC_RINTSTS_TXDR_Pos                                4                                                         /*!< SDMMC RINTSTS: TXDR Position        */\r
-#define SDMMC_RINTSTS_TXDR_Msk                                (0x01UL << SDMMC_RINTSTS_TXDR_Pos)                        /*!< SDMMC RINTSTS: TXDR Mask            */\r
-#define SDMMC_RINTSTS_RXDR_Pos                                5                                                         /*!< SDMMC RINTSTS: RXDR Position        */\r
-#define SDMMC_RINTSTS_RXDR_Msk                                (0x01UL << SDMMC_RINTSTS_RXDR_Pos)                        /*!< SDMMC RINTSTS: RXDR Mask            */\r
-#define SDMMC_RINTSTS_RCRC_Pos                                6                                                         /*!< SDMMC RINTSTS: RCRC Position        */\r
-#define SDMMC_RINTSTS_RCRC_Msk                                (0x01UL << SDMMC_RINTSTS_RCRC_Pos)                        /*!< SDMMC RINTSTS: RCRC Mask            */\r
-#define SDMMC_RINTSTS_DCRC_Pos                                7                                                         /*!< SDMMC RINTSTS: DCRC Position        */\r
-#define SDMMC_RINTSTS_DCRC_Msk                                (0x01UL << SDMMC_RINTSTS_DCRC_Pos)                        /*!< SDMMC RINTSTS: DCRC Mask            */\r
-#define SDMMC_RINTSTS_RTO_BAR_Pos                             8                                                         /*!< SDMMC RINTSTS: RTO_BAR Position     */\r
-#define SDMMC_RINTSTS_RTO_BAR_Msk                             (0x01UL << SDMMC_RINTSTS_RTO_BAR_Pos)                     /*!< SDMMC RINTSTS: RTO_BAR Mask         */\r
-#define SDMMC_RINTSTS_DRTO_BDS_Pos                            9                                                         /*!< SDMMC RINTSTS: DRTO_BDS Position    */\r
-#define SDMMC_RINTSTS_DRTO_BDS_Msk                            (0x01UL << SDMMC_RINTSTS_DRTO_BDS_Pos)                    /*!< SDMMC RINTSTS: DRTO_BDS Mask        */\r
-#define SDMMC_RINTSTS_HTO_Pos                                 10                                                        /*!< SDMMC RINTSTS: HTO Position         */\r
-#define SDMMC_RINTSTS_HTO_Msk                                 (0x01UL << SDMMC_RINTSTS_HTO_Pos)                         /*!< SDMMC RINTSTS: HTO Mask             */\r
-#define SDMMC_RINTSTS_FRUN_Pos                                11                                                        /*!< SDMMC RINTSTS: FRUN Position        */\r
-#define SDMMC_RINTSTS_FRUN_Msk                                (0x01UL << SDMMC_RINTSTS_FRUN_Pos)                        /*!< SDMMC RINTSTS: FRUN Mask            */\r
-#define SDMMC_RINTSTS_HLE_Pos                                 12                                                        /*!< SDMMC RINTSTS: HLE Position         */\r
-#define SDMMC_RINTSTS_HLE_Msk                                 (0x01UL << SDMMC_RINTSTS_HLE_Pos)                         /*!< SDMMC RINTSTS: HLE Mask             */\r
-#define SDMMC_RINTSTS_SBE_Pos                                 13                                                        /*!< SDMMC RINTSTS: SBE Position         */\r
-#define SDMMC_RINTSTS_SBE_Msk                                 (0x01UL << SDMMC_RINTSTS_SBE_Pos)                         /*!< SDMMC RINTSTS: SBE Mask             */\r
-#define SDMMC_RINTSTS_ACD_Pos                                 14                                                        /*!< SDMMC RINTSTS: ACD Position         */\r
-#define SDMMC_RINTSTS_ACD_Msk                                 (0x01UL << SDMMC_RINTSTS_ACD_Pos)                         /*!< SDMMC RINTSTS: ACD Mask             */\r
-#define SDMMC_RINTSTS_EBE_Pos                                 15                                                        /*!< SDMMC RINTSTS: EBE Position         */\r
-#define SDMMC_RINTSTS_EBE_Msk                                 (0x01UL << SDMMC_RINTSTS_EBE_Pos)                         /*!< SDMMC RINTSTS: EBE Mask             */\r
-#define SDMMC_RINTSTS_SDIO_INTERRUPT_Pos                      16                                                        /*!< SDMMC RINTSTS: SDIO_INTERRUPT Position */\r
-#define SDMMC_RINTSTS_SDIO_INTERRUPT_Msk                      (0x0000ffffUL << SDMMC_RINTSTS_SDIO_INTERRUPT_Pos)        /*!< SDMMC RINTSTS: SDIO_INTERRUPT Mask  */\r
-\r
-// --------------------------------------  SDMMC_STATUS  ------------------------------------------\r
-#define SDMMC_STATUS_FIFO_RX_WATERMARK_Pos                    0                                                         /*!< SDMMC STATUS: FIFO_RX_WATERMARK Position */\r
-#define SDMMC_STATUS_FIFO_RX_WATERMARK_Msk                    (0x01UL << SDMMC_STATUS_FIFO_RX_WATERMARK_Pos)            /*!< SDMMC STATUS: FIFO_RX_WATERMARK Mask */\r
-#define SDMMC_STATUS_FIFO_TX_WATERMARK_Pos                    1                                                         /*!< SDMMC STATUS: FIFO_TX_WATERMARK Position */\r
-#define SDMMC_STATUS_FIFO_TX_WATERMARK_Msk                    (0x01UL << SDMMC_STATUS_FIFO_TX_WATERMARK_Pos)            /*!< SDMMC STATUS: FIFO_TX_WATERMARK Mask */\r
-#define SDMMC_STATUS_FIFO_EMPTY_Pos                           2                                                         /*!< SDMMC STATUS: FIFO_EMPTY Position   */\r
-#define SDMMC_STATUS_FIFO_EMPTY_Msk                           (0x01UL << SDMMC_STATUS_FIFO_EMPTY_Pos)                   /*!< SDMMC STATUS: FIFO_EMPTY Mask       */\r
-#define SDMMC_STATUS_FIFO_FULL_Pos                            3                                                         /*!< SDMMC STATUS: FIFO_FULL Position    */\r
-#define SDMMC_STATUS_FIFO_FULL_Msk                            (0x01UL << SDMMC_STATUS_FIFO_FULL_Pos)                    /*!< SDMMC STATUS: FIFO_FULL Mask        */\r
-#define SDMMC_STATUS_CMDFSMSTATES_Pos                         4                                                         /*!< SDMMC STATUS: CMDFSMSTATES Position */\r
-#define SDMMC_STATUS_CMDFSMSTATES_Msk                         (0x0fUL << SDMMC_STATUS_CMDFSMSTATES_Pos)                 /*!< SDMMC STATUS: CMDFSMSTATES Mask     */\r
-#define SDMMC_STATUS_DATA_3_STATUS_Pos                        8                                                         /*!< SDMMC STATUS: DATA_3_STATUS Position */\r
-#define SDMMC_STATUS_DATA_3_STATUS_Msk                        (0x01UL << SDMMC_STATUS_DATA_3_STATUS_Pos)                /*!< SDMMC STATUS: DATA_3_STATUS Mask    */\r
-#define SDMMC_STATUS_DATA_BUSY_Pos                            9                                                         /*!< SDMMC STATUS: DATA_BUSY Position    */\r
-#define SDMMC_STATUS_DATA_BUSY_Msk                            (0x01UL << SDMMC_STATUS_DATA_BUSY_Pos)                    /*!< SDMMC STATUS: DATA_BUSY Mask        */\r
-#define SDMMC_STATUS_DATA_STATE_MC_BUSY_Pos                   10                                                        /*!< SDMMC STATUS: DATA_STATE_MC_BUSY Position */\r
-#define SDMMC_STATUS_DATA_STATE_MC_BUSY_Msk                   (0x01UL << SDMMC_STATUS_DATA_STATE_MC_BUSY_Pos)           /*!< SDMMC STATUS: DATA_STATE_MC_BUSY Mask */\r
-#define SDMMC_STATUS_RESPONSE_INDEX_Pos                       11                                                        /*!< SDMMC STATUS: RESPONSE_INDEX Position */\r
-#define SDMMC_STATUS_RESPONSE_INDEX_Msk                       (0x3fUL << SDMMC_STATUS_RESPONSE_INDEX_Pos)               /*!< SDMMC STATUS: RESPONSE_INDEX Mask   */\r
-#define SDMMC_STATUS_FIFO_COUNT_Pos                           17                                                        /*!< SDMMC STATUS: FIFO_COUNT Position   */\r
-#define SDMMC_STATUS_FIFO_COUNT_Msk                           (0x00001fffUL << SDMMC_STATUS_FIFO_COUNT_Pos)             /*!< SDMMC STATUS: FIFO_COUNT Mask       */\r
-#define SDMMC_STATUS_DMA_ACK_Pos                              30                                                        /*!< SDMMC STATUS: DMA_ACK Position      */\r
-#define SDMMC_STATUS_DMA_ACK_Msk                              (0x01UL << SDMMC_STATUS_DMA_ACK_Pos)                      /*!< SDMMC STATUS: DMA_ACK Mask          */\r
-#define SDMMC_STATUS_DMA_REQ_Pos                              31                                                        /*!< SDMMC STATUS: DMA_REQ Position      */\r
-#define SDMMC_STATUS_DMA_REQ_Msk                              (0x01UL << SDMMC_STATUS_DMA_REQ_Pos)                      /*!< SDMMC STATUS: DMA_REQ Mask          */\r
-\r
-// --------------------------------------  SDMMC_FIFOTH  ------------------------------------------\r
-#define SDMMC_FIFOTH_TX_WMARK_Pos                             0                                                         /*!< SDMMC FIFOTH: TX_WMARK Position     */\r
-#define SDMMC_FIFOTH_TX_WMARK_Msk                             (0x00000fffUL << SDMMC_FIFOTH_TX_WMARK_Pos)               /*!< SDMMC FIFOTH: TX_WMARK Mask         */\r
-#define SDMMC_FIFOTH_RX_WMARK_Pos                             16                                                        /*!< SDMMC FIFOTH: RX_WMARK Position     */\r
-#define SDMMC_FIFOTH_RX_WMARK_Msk                             (0x00000fffUL << SDMMC_FIFOTH_RX_WMARK_Pos)               /*!< SDMMC FIFOTH: RX_WMARK Mask         */\r
-#define SDMMC_FIFOTH_DW_DMA_MUTIPLE_TRANSACTION_SIZE_Pos      28                                                        /*!< SDMMC FIFOTH: DW_DMA_MUTIPLE_TRANSACTION_SIZE Position */\r
-#define SDMMC_FIFOTH_DW_DMA_MUTIPLE_TRANSACTION_SIZE_Msk      (0x07UL << SDMMC_FIFOTH_DW_DMA_MUTIPLE_TRANSACTION_SIZE_Pos)/*!< SDMMC FIFOTH: DW_DMA_MUTIPLE_TRANSACTION_SIZE Mask */\r
-\r
-// --------------------------------------  SDMMC_CDETECT  -----------------------------------------\r
-#define SDMMC_CDETECT_CARD_DETECT_N_Pos                       0                                                         /*!< SDMMC CDETECT: CARD_DETECT_N Position */\r
-#define SDMMC_CDETECT_CARD_DETECT_N_Msk                       (0x3fffffffUL << SDMMC_CDETECT_CARD_DETECT_N_Pos)         /*!< SDMMC CDETECT: CARD_DETECT_N Mask   */\r
-\r
-// --------------------------------------  SDMMC_WRTPRT  ------------------------------------------\r
-#define SDMMC_WRTPRT_WRITE_PROTECT_Pos                        0                                                         /*!< SDMMC WRTPRT: WRITE_PROTECT Position */\r
-#define SDMMC_WRTPRT_WRITE_PROTECT_Msk                        (0x3fffffffUL << SDMMC_WRTPRT_WRITE_PROTECT_Pos)          /*!< SDMMC WRTPRT: WRITE_PROTECT Mask    */\r
-\r
-// ---------------------------------------  SDMMC_GPIO  -------------------------------------------\r
-#define SDMMC_GPIO_GPI_Pos                                    0                                                         /*!< SDMMC GPIO: GPI Position            */\r
-#define SDMMC_GPIO_GPI_Msk                                    (0x000000ffUL << SDMMC_GPIO_GPI_Pos)                      /*!< SDMMC GPIO: GPI Mask                */\r
-#define SDMMC_GPIO_GPO_Pos                                    8                                                         /*!< SDMMC GPIO: GPO Position            */\r
-#define SDMMC_GPIO_GPO_Msk                                    (0x0000ffffUL << SDMMC_GPIO_GPO_Pos)                      /*!< SDMMC GPIO: GPO Mask                */\r
-\r
-// --------------------------------------  SDMMC_TCBCNT  ------------------------------------------\r
-#define SDMMC_TCBCNT_TRANS_CARD_BYTE_COUNT_Pos                0                                                         /*!< SDMMC TCBCNT: TRANS_CARD_BYTE_COUNT Position */\r
-#define SDMMC_TCBCNT_TRANS_CARD_BYTE_COUNT_Msk                (0xffffffffUL << SDMMC_TCBCNT_TRANS_CARD_BYTE_COUNT_Pos)  /*!< SDMMC TCBCNT: TRANS_CARD_BYTE_COUNT Mask */\r
-\r
-// --------------------------------------  SDMMC_TBBCNT  ------------------------------------------\r
-#define SDMMC_TBBCNT_TRANS_FIFO_BYTE_COUNT_Pos                0                                                         /*!< SDMMC TBBCNT: TRANS_FIFO_BYTE_COUNT Position */\r
-#define SDMMC_TBBCNT_TRANS_FIFO_BYTE_COUNT_Msk                (0xffffffffUL << SDMMC_TBBCNT_TRANS_FIFO_BYTE_COUNT_Pos)  /*!< SDMMC TBBCNT: TRANS_FIFO_BYTE_COUNT Mask */\r
-\r
-// --------------------------------------  SDMMC_DEBNCE  ------------------------------------------\r
-#define SDMMC_DEBNCE_DEBOUNCE_COUNT_Pos                       0                                                         /*!< SDMMC DEBNCE: DEBOUNCE_COUNT Position */\r
-#define SDMMC_DEBNCE_DEBOUNCE_COUNT_Msk                       (0x00ffffffUL << SDMMC_DEBNCE_DEBOUNCE_COUNT_Pos)         /*!< SDMMC DEBNCE: DEBOUNCE_COUNT Mask   */\r
-\r
-// ---------------------------------------  SDMMC_USRID  ------------------------------------------\r
-#define SDMMC_USRID_USRID_Pos                                 0                                                         /*!< SDMMC USRID: USRID Position         */\r
-#define SDMMC_USRID_USRID_Msk                                 (0xffffffffUL << SDMMC_USRID_USRID_Pos)                   /*!< SDMMC USRID: USRID Mask             */\r
-\r
-// ---------------------------------------  SDMMC_VERID  ------------------------------------------\r
-#define SDMMC_VERID_VERID_Pos                                 0                                                         /*!< SDMMC VERID: VERID Position         */\r
-#define SDMMC_VERID_VERID_Msk                                 (0xffffffffUL << SDMMC_VERID_VERID_Pos)                   /*!< SDMMC VERID: VERID Mask             */\r
-\r
-// --------------------------------------  SDMMC_UHS_REG  -----------------------------------------\r
-#define SDMMC_UHS_REG_VOLT_REG_Pos                            0                                                         /*!< SDMMC UHS_REG: VOLT_REG Position    */\r
-#define SDMMC_UHS_REG_VOLT_REG_Msk                            (0x0000ffffUL << SDMMC_UHS_REG_VOLT_REG_Pos)              /*!< SDMMC UHS_REG: VOLT_REG Mask        */\r
-#define SDMMC_UHS_REG_DDR_REG_Pos                             16                                                        /*!< SDMMC UHS_REG: DDR_REG Position     */\r
-#define SDMMC_UHS_REG_DDR_REG_Msk                             (0x0000ffffUL << SDMMC_UHS_REG_DDR_REG_Pos)               /*!< SDMMC UHS_REG: DDR_REG Mask         */\r
-\r
-// ---------------------------------------  SDMMC_RST_N  ------------------------------------------\r
-#define SDMMC_RST_N_CARD_RESET_Pos                            0                                                         /*!< SDMMC RST_N: CARD_RESET Position    */\r
-#define SDMMC_RST_N_CARD_RESET_Msk                            (0x0000ffffUL << SDMMC_RST_N_CARD_RESET_Pos)              /*!< SDMMC RST_N: CARD_RESET Mask        */\r
-\r
-// ---------------------------------------  SDMMC_BMOD  -------------------------------------------\r
-#define SDMMC_BMOD_SWR_Pos                                    0                                                         /*!< SDMMC BMOD: SWR Position            */\r
-#define SDMMC_BMOD_SWR_Msk                                    (0x01UL << SDMMC_BMOD_SWR_Pos)                            /*!< SDMMC BMOD: SWR Mask                */\r
-#define SDMMC_BMOD_FB_Pos                                     1                                                         /*!< SDMMC BMOD: FB Position             */\r
-#define SDMMC_BMOD_FB_Msk                                     (0x01UL << SDMMC_BMOD_FB_Pos)                             /*!< SDMMC BMOD: FB Mask                 */\r
-#define SDMMC_BMOD_DSL_Pos                                    2                                                         /*!< SDMMC BMOD: DSL Position            */\r
-#define SDMMC_BMOD_DSL_Msk                                    (0x1fUL << SDMMC_BMOD_DSL_Pos)                            /*!< SDMMC BMOD: DSL Mask                */\r
-#define SDMMC_BMOD_DE_Pos                                     7                                                         /*!< SDMMC BMOD: DE Position             */\r
-#define SDMMC_BMOD_DE_Msk                                     (0x01UL << SDMMC_BMOD_DE_Pos)                             /*!< SDMMC BMOD: DE Mask                 */\r
-#define SDMMC_BMOD_PBL_Pos                                    8                                                         /*!< SDMMC BMOD: PBL Position            */\r
-#define SDMMC_BMOD_PBL_Msk                                    (0x07UL << SDMMC_BMOD_PBL_Pos)                            /*!< SDMMC BMOD: PBL Mask                */\r
-\r
-// --------------------------------------  SDMMC_PLDMND  ------------------------------------------\r
-#define SDMMC_PLDMND_PD_Pos                                   0                                                         /*!< SDMMC PLDMND: PD Position           */\r
-#define SDMMC_PLDMND_PD_Msk                                   (0xffffffffUL << SDMMC_PLDMND_PD_Pos)                     /*!< SDMMC PLDMND: PD Mask               */\r
-\r
-// --------------------------------------  SDMMC_DBADDR  ------------------------------------------\r
-#define SDMMC_DBADDR_SDL_Pos                                  0                                                         /*!< SDMMC DBADDR: SDL Position          */\r
-#define SDMMC_DBADDR_SDL_Msk                                  (0xffffffffUL << SDMMC_DBADDR_SDL_Pos)                    /*!< SDMMC DBADDR: SDL Mask              */\r
-\r
-// ---------------------------------------  SDMMC_IDSTS  ------------------------------------------\r
-#define SDMMC_IDSTS_TI_Pos                                    0                                                         /*!< SDMMC IDSTS: TI Position            */\r
-#define SDMMC_IDSTS_TI_Msk                                    (0x01UL << SDMMC_IDSTS_TI_Pos)                            /*!< SDMMC IDSTS: TI Mask                */\r
-#define SDMMC_IDSTS_RI_Pos                                    1                                                         /*!< SDMMC IDSTS: RI Position            */\r
-#define SDMMC_IDSTS_RI_Msk                                    (0x01UL << SDMMC_IDSTS_RI_Pos)                            /*!< SDMMC IDSTS: RI Mask                */\r
-#define SDMMC_IDSTS_FBE_Pos                                   2                                                         /*!< SDMMC IDSTS: FBE Position           */\r
-#define SDMMC_IDSTS_FBE_Msk                                   (0x01UL << SDMMC_IDSTS_FBE_Pos)                           /*!< SDMMC IDSTS: FBE Mask               */\r
-#define SDMMC_IDSTS_DU_Pos                                    4                                                         /*!< SDMMC IDSTS: DU Position            */\r
-#define SDMMC_IDSTS_DU_Msk                                    (0x01UL << SDMMC_IDSTS_DU_Pos)                            /*!< SDMMC IDSTS: DU Mask                */\r
-#define SDMMC_IDSTS_CES_Pos                                   5                                                         /*!< SDMMC IDSTS: CES Position           */\r
-#define SDMMC_IDSTS_CES_Msk                                   (0x01UL << SDMMC_IDSTS_CES_Pos)                           /*!< SDMMC IDSTS: CES Mask               */\r
-#define SDMMC_IDSTS_NIS_Pos                                   8                                                         /*!< SDMMC IDSTS: NIS Position           */\r
-#define SDMMC_IDSTS_NIS_Msk                                   (0x01UL << SDMMC_IDSTS_NIS_Pos)                           /*!< SDMMC IDSTS: NIS Mask               */\r
-#define SDMMC_IDSTS_AIS_Pos                                   9                                                         /*!< SDMMC IDSTS: AIS Position           */\r
-#define SDMMC_IDSTS_AIS_Msk                                   (0x01UL << SDMMC_IDSTS_AIS_Pos)                           /*!< SDMMC IDSTS: AIS Mask               */\r
-#define SDMMC_IDSTS_EB_Pos                                    10                                                        /*!< SDMMC IDSTS: EB Position            */\r
-#define SDMMC_IDSTS_EB_Msk                                    (0x07UL << SDMMC_IDSTS_EB_Pos)                            /*!< SDMMC IDSTS: EB Mask                */\r
-#define SDMMC_IDSTS_FSM_Pos                                   13                                                        /*!< SDMMC IDSTS: FSM Position           */\r
-#define SDMMC_IDSTS_FSM_Msk                                   (0x0fUL << SDMMC_IDSTS_FSM_Pos)                           /*!< SDMMC IDSTS: FSM Mask               */\r
-\r
-// --------------------------------------  SDMMC_IDINTEN  -----------------------------------------\r
-#define SDMMC_IDINTEN_TI_Pos                                  0                                                         /*!< SDMMC IDINTEN: TI Position          */\r
-#define SDMMC_IDINTEN_TI_Msk                                  (0x01UL << SDMMC_IDINTEN_TI_Pos)                          /*!< SDMMC IDINTEN: TI Mask              */\r
-#define SDMMC_IDINTEN_RI_Pos                                  1                                                         /*!< SDMMC IDINTEN: RI Position          */\r
-#define SDMMC_IDINTEN_RI_Msk                                  (0x01UL << SDMMC_IDINTEN_RI_Pos)                          /*!< SDMMC IDINTEN: RI Mask              */\r
-#define SDMMC_IDINTEN_FBE_Pos                                 2                                                         /*!< SDMMC IDINTEN: FBE Position         */\r
-#define SDMMC_IDINTEN_FBE_Msk                                 (0x01UL << SDMMC_IDINTEN_FBE_Pos)                         /*!< SDMMC IDINTEN: FBE Mask             */\r
-#define SDMMC_IDINTEN_DU_Pos                                  4                                                         /*!< SDMMC IDINTEN: DU Position          */\r
-#define SDMMC_IDINTEN_DU_Msk                                  (0x01UL << SDMMC_IDINTEN_DU_Pos)                          /*!< SDMMC IDINTEN: DU Mask              */\r
-#define SDMMC_IDINTEN_CES_Pos                                 5                                                         /*!< SDMMC IDINTEN: CES Position         */\r
-#define SDMMC_IDINTEN_CES_Msk                                 (0x01UL << SDMMC_IDINTEN_CES_Pos)                         /*!< SDMMC IDINTEN: CES Mask             */\r
-#define SDMMC_IDINTEN_NIS_Pos                                 8                                                         /*!< SDMMC IDINTEN: NIS Position         */\r
-#define SDMMC_IDINTEN_NIS_Msk                                 (0x01UL << SDMMC_IDINTEN_NIS_Pos)                         /*!< SDMMC IDINTEN: NIS Mask             */\r
-#define SDMMC_IDINTEN_AIS_Pos                                 9                                                         /*!< SDMMC IDINTEN: AIS Position         */\r
-#define SDMMC_IDINTEN_AIS_Msk                                 (0x01UL << SDMMC_IDINTEN_AIS_Pos)                         /*!< SDMMC IDINTEN: AIS Mask             */\r
-\r
-// --------------------------------------  SDMMC_DSCADDR  -----------------------------------------\r
-#define SDMMC_DSCADDR_HDA_Pos                                 0                                                         /*!< SDMMC DSCADDR: HDA Position         */\r
-#define SDMMC_DSCADDR_HDA_Msk                                 (0xffffffffUL << SDMMC_DSCADDR_HDA_Pos)                   /*!< SDMMC DSCADDR: HDA Mask             */\r
-\r
-// --------------------------------------  SDMMC_BUFADDR  -----------------------------------------\r
-#define SDMMC_BUFADDR_HBA_Pos                                 0                                                         /*!< SDMMC BUFADDR: HBA Position         */\r
-#define SDMMC_BUFADDR_HBA_Msk                                 (0xffffffffUL << SDMMC_BUFADDR_HBA_Pos)                   /*!< SDMMC BUFADDR: HBA Mask             */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  EMC Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  EMC_CONTROL  ------------------------------------------\r
-#define EMC_CONTROL_E_Pos                                     0                                                         /*!< EMC CONTROL: E Position             */\r
-#define EMC_CONTROL_E_Msk                                     (0x01UL << EMC_CONTROL_E_Pos)                             /*!< EMC CONTROL: E Mask                 */\r
-#define EMC_CONTROL_M_Pos                                     1                                                         /*!< EMC CONTROL: M Position             */\r
-#define EMC_CONTROL_M_Msk                                     (0x01UL << EMC_CONTROL_M_Pos)                             /*!< EMC CONTROL: M Mask                 */\r
-#define EMC_CONTROL_L_Pos                                     2                                                         /*!< EMC CONTROL: L Position             */\r
-#define EMC_CONTROL_L_Msk                                     (0x01UL << EMC_CONTROL_L_Pos)                             /*!< EMC CONTROL: L Mask                 */\r
-\r
-// ---------------------------------------  EMC_STATUS  -------------------------------------------\r
-#define EMC_STATUS_B_Pos                                      0                                                         /*!< EMC STATUS: B Position              */\r
-#define EMC_STATUS_B_Msk                                      (0x01UL << EMC_STATUS_B_Pos)                              /*!< EMC STATUS: B Mask                  */\r
-#define EMC_STATUS_S_Pos                                      1                                                         /*!< EMC STATUS: S Position              */\r
-#define EMC_STATUS_S_Msk                                      (0x01UL << EMC_STATUS_S_Pos)                              /*!< EMC STATUS: S Mask                  */\r
-#define EMC_STATUS_SA_Pos                                     2                                                         /*!< EMC STATUS: SA Position             */\r
-#define EMC_STATUS_SA_Msk                                     (0x01UL << EMC_STATUS_SA_Pos)                             /*!< EMC STATUS: SA Mask                 */\r
-\r
-// ---------------------------------------  EMC_CONFIG  -------------------------------------------\r
-#define EMC_CONFIG_EM_Pos                                     0                                                         /*!< EMC CONFIG: EM Position             */\r
-#define EMC_CONFIG_EM_Msk                                     (0x01UL << EMC_CONFIG_EM_Pos)                             /*!< EMC CONFIG: EM Mask                 */\r
-#define EMC_CONFIG_CR_Pos                                     8                                                         /*!< EMC CONFIG: CR Position             */\r
-#define EMC_CONFIG_CR_Msk                                     (0x01UL << EMC_CONFIG_CR_Pos)                             /*!< EMC CONFIG: CR Mask                 */\r
-\r
-// -----------------------------------  EMC_DYNAMICCONTROL  ---------------------------------------\r
-#define EMC_DYNAMICCONTROL_CE_Pos                             0                                                         /*!< EMC DYNAMICCONTROL: CE Position     */\r
-#define EMC_DYNAMICCONTROL_CE_Msk                             (0x01UL << EMC_DYNAMICCONTROL_CE_Pos)                     /*!< EMC DYNAMICCONTROL: CE Mask         */\r
-#define EMC_DYNAMICCONTROL_CS_Pos                             1                                                         /*!< EMC DYNAMICCONTROL: CS Position     */\r
-#define EMC_DYNAMICCONTROL_CS_Msk                             (0x01UL << EMC_DYNAMICCONTROL_CS_Pos)                     /*!< EMC DYNAMICCONTROL: CS Mask         */\r
-#define EMC_DYNAMICCONTROL_SR_Pos                             2                                                         /*!< EMC DYNAMICCONTROL: SR Position     */\r
-#define EMC_DYNAMICCONTROL_SR_Msk                             (0x01UL << EMC_DYNAMICCONTROL_SR_Pos)                     /*!< EMC DYNAMICCONTROL: SR Mask         */\r
-#define EMC_DYNAMICCONTROL_MMC_Pos                            5                                                         /*!< EMC DYNAMICCONTROL: MMC Position    */\r
-#define EMC_DYNAMICCONTROL_MMC_Msk                            (0x01UL << EMC_DYNAMICCONTROL_MMC_Pos)                    /*!< EMC DYNAMICCONTROL: MMC Mask        */\r
-#define EMC_DYNAMICCONTROL_I_Pos                              7                                                         /*!< EMC DYNAMICCONTROL: I Position      */\r
-#define EMC_DYNAMICCONTROL_I_Msk                              (0x03UL << EMC_DYNAMICCONTROL_I_Pos)                      /*!< EMC DYNAMICCONTROL: I Mask          */\r
-#define EMC_DYNAMICCONTROL_DP_Pos                             13                                                        /*!< EMC DYNAMICCONTROL: DP Position     */\r
-#define EMC_DYNAMICCONTROL_DP_Msk                             (0x01UL << EMC_DYNAMICCONTROL_DP_Pos)                     /*!< EMC DYNAMICCONTROL: DP Mask         */\r
-\r
-// -----------------------------------  EMC_DYNAMICREFRESH  ---------------------------------------\r
-#define EMC_DYNAMICREFRESH_REFRESH_Pos                        0                                                         /*!< EMC DYNAMICREFRESH: REFRESH Position */\r
-#define EMC_DYNAMICREFRESH_REFRESH_Msk                        (0x000007ffUL << EMC_DYNAMICREFRESH_REFRESH_Pos)          /*!< EMC DYNAMICREFRESH: REFRESH Mask    */\r
-\r
-// ----------------------------------  EMC_DYNAMICREADCONFIG  -------------------------------------\r
-#define EMC_DYNAMICREADCONFIG_RD_Pos                          0                                                         /*!< EMC DYNAMICREADCONFIG: RD Position  */\r
-#define EMC_DYNAMICREADCONFIG_RD_Msk                          (0x03UL << EMC_DYNAMICREADCONFIG_RD_Pos)                  /*!< EMC DYNAMICREADCONFIG: RD Mask      */\r
-\r
-// --------------------------------------  EMC_DYNAMICRP  -----------------------------------------\r
-#define EMC_DYNAMICRP_tRP_Pos                                 0                                                         /*!< EMC DYNAMICRP: tRP Position         */\r
-#define EMC_DYNAMICRP_tRP_Msk                                 (0x0fUL << EMC_DYNAMICRP_tRP_Pos)                         /*!< EMC DYNAMICRP: tRP Mask             */\r
-\r
-// -------------------------------------  EMC_DYNAMICRAS  -----------------------------------------\r
-#define EMC_DYNAMICRAS_tRAS_Pos                               0                                                         /*!< EMC DYNAMICRAS: tRAS Position       */\r
-#define EMC_DYNAMICRAS_tRAS_Msk                               (0x0fUL << EMC_DYNAMICRAS_tRAS_Pos)                       /*!< EMC DYNAMICRAS: tRAS Mask           */\r
-\r
-// -------------------------------------  EMC_DYNAMICSREX  ----------------------------------------\r
-#define EMC_DYNAMICSREX_tSREX_Pos                             0                                                         /*!< EMC DYNAMICSREX: tSREX Position     */\r
-#define EMC_DYNAMICSREX_tSREX_Msk                             (0x0fUL << EMC_DYNAMICSREX_tSREX_Pos)                     /*!< EMC DYNAMICSREX: tSREX Mask         */\r
-\r
-// -------------------------------------  EMC_DYNAMICAPR  -----------------------------------------\r
-#define EMC_DYNAMICAPR_tAPR_Pos                               0                                                         /*!< EMC DYNAMICAPR: tAPR Position       */\r
-#define EMC_DYNAMICAPR_tAPR_Msk                               (0x0fUL << EMC_DYNAMICAPR_tAPR_Pos)                       /*!< EMC DYNAMICAPR: tAPR Mask           */\r
-\r
-// -------------------------------------  EMC_DYNAMICDAL  -----------------------------------------\r
-#define EMC_DYNAMICDAL_tDAL_Pos                               0                                                         /*!< EMC DYNAMICDAL: tDAL Position       */\r
-#define EMC_DYNAMICDAL_tDAL_Msk                               (0x0fUL << EMC_DYNAMICDAL_tDAL_Pos)                       /*!< EMC DYNAMICDAL: tDAL Mask           */\r
-\r
-// --------------------------------------  EMC_DYNAMICWR  -----------------------------------------\r
-#define EMC_DYNAMICWR_tWR_Pos                                 0                                                         /*!< EMC DYNAMICWR: tWR Position         */\r
-#define EMC_DYNAMICWR_tWR_Msk                                 (0x0fUL << EMC_DYNAMICWR_tWR_Pos)                         /*!< EMC DYNAMICWR: tWR Mask             */\r
-\r
-// --------------------------------------  EMC_DYNAMICRC  -----------------------------------------\r
-#define EMC_DYNAMICRC_tRC_Pos                                 0                                                         /*!< EMC DYNAMICRC: tRC Position         */\r
-#define EMC_DYNAMICRC_tRC_Msk                                 (0x1fUL << EMC_DYNAMICRC_tRC_Pos)                         /*!< EMC DYNAMICRC: tRC Mask             */\r
-\r
-// -------------------------------------  EMC_DYNAMICRFC  -----------------------------------------\r
-#define EMC_DYNAMICRFC_tRFC_Pos                               0                                                         /*!< EMC DYNAMICRFC: tRFC Position       */\r
-#define EMC_DYNAMICRFC_tRFC_Msk                               (0x1fUL << EMC_DYNAMICRFC_tRFC_Pos)                       /*!< EMC DYNAMICRFC: tRFC Mask           */\r
-\r
-// -------------------------------------  EMC_DYNAMICXSR  -----------------------------------------\r
-#define EMC_DYNAMICXSR_tXSR_Pos                               0                                                         /*!< EMC DYNAMICXSR: tXSR Position       */\r
-#define EMC_DYNAMICXSR_tXSR_Msk                               (0x1fUL << EMC_DYNAMICXSR_tXSR_Pos)                       /*!< EMC DYNAMICXSR: tXSR Mask           */\r
-\r
-// -------------------------------------  EMC_DYNAMICRRD  -----------------------------------------\r
-#define EMC_DYNAMICRRD_tRRD_Pos                               0                                                         /*!< EMC DYNAMICRRD: tRRD Position       */\r
-#define EMC_DYNAMICRRD_tRRD_Msk                               (0x0fUL << EMC_DYNAMICRRD_tRRD_Pos)                       /*!< EMC DYNAMICRRD: tRRD Mask           */\r
-\r
-// -------------------------------------  EMC_DYNAMICMRD  -----------------------------------------\r
-#define EMC_DYNAMICMRD_tMRD_Pos                               0                                                         /*!< EMC DYNAMICMRD: tMRD Position       */\r
-#define EMC_DYNAMICMRD_tMRD_Msk                               (0x0fUL << EMC_DYNAMICMRD_tMRD_Pos)                       /*!< EMC DYNAMICMRD: tMRD Mask           */\r
-\r
-// ---------------------------------  EMC_STATICEXTENDEDWAIT  -------------------------------------\r
-#define EMC_STATICEXTENDEDWAIT_EXTENDEDWAIT_Pos               0                                                         /*!< EMC STATICEXTENDEDWAIT: EXTENDEDWAIT Position */\r
-#define EMC_STATICEXTENDEDWAIT_EXTENDEDWAIT_Msk               (0x000003ffUL << EMC_STATICEXTENDEDWAIT_EXTENDEDWAIT_Pos) /*!< EMC STATICEXTENDEDWAIT: EXTENDEDWAIT Mask */\r
-\r
-// -----------------------------------  EMC_DYNAMICCONFIG0  ---------------------------------------\r
-#define EMC_DYNAMICCONFIG0_MD_Pos                             3                                                         /*!< EMC DYNAMICCONFIG0: MD Position     */\r
-#define EMC_DYNAMICCONFIG0_MD_Msk                             (0x03UL << EMC_DYNAMICCONFIG0_MD_Pos)                     /*!< EMC DYNAMICCONFIG0: MD Mask         */\r
-#define EMC_DYNAMICCONFIG0_AM0_Pos                            7                                                         /*!< EMC DYNAMICCONFIG0: AM0 Position    */\r
-#define EMC_DYNAMICCONFIG0_AM0_Msk                            (0x3fUL << EMC_DYNAMICCONFIG0_AM0_Pos)                    /*!< EMC DYNAMICCONFIG0: AM0 Mask        */\r
-#define EMC_DYNAMICCONFIG0_AM1_Pos                            14                                                        /*!< EMC DYNAMICCONFIG0: AM1 Position    */\r
-#define EMC_DYNAMICCONFIG0_AM1_Msk                            (0x01UL << EMC_DYNAMICCONFIG0_AM1_Pos)                    /*!< EMC DYNAMICCONFIG0: AM1 Mask        */\r
-#define EMC_DYNAMICCONFIG0_B_Pos                              19                                                        /*!< EMC DYNAMICCONFIG0: B Position      */\r
-#define EMC_DYNAMICCONFIG0_B_Msk                              (0x01UL << EMC_DYNAMICCONFIG0_B_Pos)                      /*!< EMC DYNAMICCONFIG0: B Mask          */\r
-#define EMC_DYNAMICCONFIG0_P_Pos                              20                                                        /*!< EMC DYNAMICCONFIG0: P Position      */\r
-#define EMC_DYNAMICCONFIG0_P_Msk                              (0x01UL << EMC_DYNAMICCONFIG0_P_Pos)                      /*!< EMC DYNAMICCONFIG0: P Mask          */\r
-\r
-// -----------------------------------  EMC_DYNAMICRASCAS0  ---------------------------------------\r
-#define EMC_DYNAMICRASCAS0_RAS_Pos                            0                                                         /*!< EMC DYNAMICRASCAS0: RAS Position    */\r
-#define EMC_DYNAMICRASCAS0_RAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS0_RAS_Pos)                    /*!< EMC DYNAMICRASCAS0: RAS Mask        */\r
-#define EMC_DYNAMICRASCAS0_CAS_Pos                            8                                                         /*!< EMC DYNAMICRASCAS0: CAS Position    */\r
-#define EMC_DYNAMICRASCAS0_CAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS0_CAS_Pos)                    /*!< EMC DYNAMICRASCAS0: CAS Mask        */\r
-\r
-// -----------------------------------  EMC_DYNAMICCONFIG1  ---------------------------------------\r
-#define EMC_DYNAMICCONFIG1_MD_Pos                             3                                                         /*!< EMC DYNAMICCONFIG1: MD Position     */\r
-#define EMC_DYNAMICCONFIG1_MD_Msk                             (0x03UL << EMC_DYNAMICCONFIG1_MD_Pos)                     /*!< EMC DYNAMICCONFIG1: MD Mask         */\r
-#define EMC_DYNAMICCONFIG1_AM0_Pos                            7                                                         /*!< EMC DYNAMICCONFIG1: AM0 Position    */\r
-#define EMC_DYNAMICCONFIG1_AM0_Msk                            (0x3fUL << EMC_DYNAMICCONFIG1_AM0_Pos)                    /*!< EMC DYNAMICCONFIG1: AM0 Mask        */\r
-#define EMC_DYNAMICCONFIG1_AM1_Pos                            14                                                        /*!< EMC DYNAMICCONFIG1: AM1 Position    */\r
-#define EMC_DYNAMICCONFIG1_AM1_Msk                            (0x01UL << EMC_DYNAMICCONFIG1_AM1_Pos)                    /*!< EMC DYNAMICCONFIG1: AM1 Mask        */\r
-#define EMC_DYNAMICCONFIG1_B_Pos                              19                                                        /*!< EMC DYNAMICCONFIG1: B Position      */\r
-#define EMC_DYNAMICCONFIG1_B_Msk                              (0x01UL << EMC_DYNAMICCONFIG1_B_Pos)                      /*!< EMC DYNAMICCONFIG1: B Mask          */\r
-#define EMC_DYNAMICCONFIG1_P_Pos                              20                                                        /*!< EMC DYNAMICCONFIG1: P Position      */\r
-#define EMC_DYNAMICCONFIG1_P_Msk                              (0x01UL << EMC_DYNAMICCONFIG1_P_Pos)                      /*!< EMC DYNAMICCONFIG1: P Mask          */\r
-\r
-// -----------------------------------  EMC_DYNAMICRASCAS1  ---------------------------------------\r
-#define EMC_DYNAMICRASCAS1_RAS_Pos                            0                                                         /*!< EMC DYNAMICRASCAS1: RAS Position    */\r
-#define EMC_DYNAMICRASCAS1_RAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS1_RAS_Pos)                    /*!< EMC DYNAMICRASCAS1: RAS Mask        */\r
-#define EMC_DYNAMICRASCAS1_CAS_Pos                            8                                                         /*!< EMC DYNAMICRASCAS1: CAS Position    */\r
-#define EMC_DYNAMICRASCAS1_CAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS1_CAS_Pos)                    /*!< EMC DYNAMICRASCAS1: CAS Mask        */\r
-\r
-// -----------------------------------  EMC_DYNAMICCONFIG2  ---------------------------------------\r
-#define EMC_DYNAMICCONFIG2_MD_Pos                             3                                                         /*!< EMC DYNAMICCONFIG2: MD Position     */\r
-#define EMC_DYNAMICCONFIG2_MD_Msk                             (0x03UL << EMC_DYNAMICCONFIG2_MD_Pos)                     /*!< EMC DYNAMICCONFIG2: MD Mask         */\r
-#define EMC_DYNAMICCONFIG2_AM0_Pos                            7                                                         /*!< EMC DYNAMICCONFIG2: AM0 Position    */\r
-#define EMC_DYNAMICCONFIG2_AM0_Msk                            (0x3fUL << EMC_DYNAMICCONFIG2_AM0_Pos)                    /*!< EMC DYNAMICCONFIG2: AM0 Mask        */\r
-#define EMC_DYNAMICCONFIG2_AM1_Pos                            14                                                        /*!< EMC DYNAMICCONFIG2: AM1 Position    */\r
-#define EMC_DYNAMICCONFIG2_AM1_Msk                            (0x01UL << EMC_DYNAMICCONFIG2_AM1_Pos)                    /*!< EMC DYNAMICCONFIG2: AM1 Mask        */\r
-#define EMC_DYNAMICCONFIG2_B_Pos                              19                                                        /*!< EMC DYNAMICCONFIG2: B Position      */\r
-#define EMC_DYNAMICCONFIG2_B_Msk                              (0x01UL << EMC_DYNAMICCONFIG2_B_Pos)                      /*!< EMC DYNAMICCONFIG2: B Mask          */\r
-#define EMC_DYNAMICCONFIG2_P_Pos                              20                                                        /*!< EMC DYNAMICCONFIG2: P Position      */\r
-#define EMC_DYNAMICCONFIG2_P_Msk                              (0x01UL << EMC_DYNAMICCONFIG2_P_Pos)                      /*!< EMC DYNAMICCONFIG2: P Mask          */\r
-\r
-// -----------------------------------  EMC_DYNAMICRASCAS2  ---------------------------------------\r
-#define EMC_DYNAMICRASCAS2_RAS_Pos                            0                                                         /*!< EMC DYNAMICRASCAS2: RAS Position    */\r
-#define EMC_DYNAMICRASCAS2_RAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS2_RAS_Pos)                    /*!< EMC DYNAMICRASCAS2: RAS Mask        */\r
-#define EMC_DYNAMICRASCAS2_CAS_Pos                            8                                                         /*!< EMC DYNAMICRASCAS2: CAS Position    */\r
-#define EMC_DYNAMICRASCAS2_CAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS2_CAS_Pos)                    /*!< EMC DYNAMICRASCAS2: CAS Mask        */\r
-\r
-// -----------------------------------  EMC_DYNAMICCONFIG3  ---------------------------------------\r
-#define EMC_DYNAMICCONFIG3_MD_Pos                             3                                                         /*!< EMC DYNAMICCONFIG3: MD Position     */\r
-#define EMC_DYNAMICCONFIG3_MD_Msk                             (0x03UL << EMC_DYNAMICCONFIG3_MD_Pos)                     /*!< EMC DYNAMICCONFIG3: MD Mask         */\r
-#define EMC_DYNAMICCONFIG3_AM0_Pos                            7                                                         /*!< EMC DYNAMICCONFIG3: AM0 Position    */\r
-#define EMC_DYNAMICCONFIG3_AM0_Msk                            (0x3fUL << EMC_DYNAMICCONFIG3_AM0_Pos)                    /*!< EMC DYNAMICCONFIG3: AM0 Mask        */\r
-#define EMC_DYNAMICCONFIG3_AM1_Pos                            14                                                        /*!< EMC DYNAMICCONFIG3: AM1 Position    */\r
-#define EMC_DYNAMICCONFIG3_AM1_Msk                            (0x01UL << EMC_DYNAMICCONFIG3_AM1_Pos)                    /*!< EMC DYNAMICCONFIG3: AM1 Mask        */\r
-#define EMC_DYNAMICCONFIG3_B_Pos                              19                                                        /*!< EMC DYNAMICCONFIG3: B Position      */\r
-#define EMC_DYNAMICCONFIG3_B_Msk                              (0x01UL << EMC_DYNAMICCONFIG3_B_Pos)                      /*!< EMC DYNAMICCONFIG3: B Mask          */\r
-#define EMC_DYNAMICCONFIG3_P_Pos                              20                                                        /*!< EMC DYNAMICCONFIG3: P Position      */\r
-#define EMC_DYNAMICCONFIG3_P_Msk                              (0x01UL << EMC_DYNAMICCONFIG3_P_Pos)                      /*!< EMC DYNAMICCONFIG3: P Mask          */\r
-\r
-// -----------------------------------  EMC_DYNAMICRASCAS3  ---------------------------------------\r
-#define EMC_DYNAMICRASCAS3_RAS_Pos                            0                                                         /*!< EMC DYNAMICRASCAS3: RAS Position    */\r
-#define EMC_DYNAMICRASCAS3_RAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS3_RAS_Pos)                    /*!< EMC DYNAMICRASCAS3: RAS Mask        */\r
-#define EMC_DYNAMICRASCAS3_CAS_Pos                            8                                                         /*!< EMC DYNAMICRASCAS3: CAS Position    */\r
-#define EMC_DYNAMICRASCAS3_CAS_Msk                            (0x03UL << EMC_DYNAMICRASCAS3_CAS_Pos)                    /*!< EMC DYNAMICRASCAS3: CAS Mask        */\r
-\r
-// ------------------------------------  EMC_STATICCONFIG0  ---------------------------------------\r
-#define EMC_STATICCONFIG0_MW_Pos                              0                                                         /*!< EMC STATICCONFIG0: MW Position      */\r
-#define EMC_STATICCONFIG0_MW_Msk                              (0x03UL << EMC_STATICCONFIG0_MW_Pos)                      /*!< EMC STATICCONFIG0: MW Mask          */\r
-#define EMC_STATICCONFIG0_PM_Pos                              3                                                         /*!< EMC STATICCONFIG0: PM Position      */\r
-#define EMC_STATICCONFIG0_PM_Msk                              (0x01UL << EMC_STATICCONFIG0_PM_Pos)                      /*!< EMC STATICCONFIG0: PM Mask          */\r
-#define EMC_STATICCONFIG0_PC_Pos                              6                                                         /*!< EMC STATICCONFIG0: PC Position      */\r
-#define EMC_STATICCONFIG0_PC_Msk                              (0x01UL << EMC_STATICCONFIG0_PC_Pos)                      /*!< EMC STATICCONFIG0: PC Mask          */\r
-#define EMC_STATICCONFIG0_PB_Pos                              7                                                         /*!< EMC STATICCONFIG0: PB Position      */\r
-#define EMC_STATICCONFIG0_PB_Msk                              (0x01UL << EMC_STATICCONFIG0_PB_Pos)                      /*!< EMC STATICCONFIG0: PB Mask          */\r
-#define EMC_STATICCONFIG0_EW_Pos                              8                                                         /*!< EMC STATICCONFIG0: EW Position      */\r
-#define EMC_STATICCONFIG0_EW_Msk                              (0x01UL << EMC_STATICCONFIG0_EW_Pos)                      /*!< EMC STATICCONFIG0: EW Mask          */\r
-#define EMC_STATICCONFIG0_B_Pos                               19                                                        /*!< EMC STATICCONFIG0: B Position       */\r
-#define EMC_STATICCONFIG0_B_Msk                               (0x01UL << EMC_STATICCONFIG0_B_Pos)                       /*!< EMC STATICCONFIG0: B Mask           */\r
-#define EMC_STATICCONFIG0_P_Pos                               20                                                        /*!< EMC STATICCONFIG0: P Position       */\r
-#define EMC_STATICCONFIG0_P_Msk                               (0x01UL << EMC_STATICCONFIG0_P_Pos)                       /*!< EMC STATICCONFIG0: P Mask           */\r
-\r
-// -----------------------------------  EMC_STATICWAITWEN0  ---------------------------------------\r
-#define EMC_STATICWAITWEN0_WAITWEN_Pos                        0                                                         /*!< EMC STATICWAITWEN0: WAITWEN Position */\r
-#define EMC_STATICWAITWEN0_WAITWEN_Msk                        (0x0fUL << EMC_STATICWAITWEN0_WAITWEN_Pos)                /*!< EMC STATICWAITWEN0: WAITWEN Mask    */\r
-\r
-// -----------------------------------  EMC_STATICWAITOEN0  ---------------------------------------\r
-#define EMC_STATICWAITOEN0_WAITOEN_Pos                        0                                                         /*!< EMC STATICWAITOEN0: WAITOEN Position */\r
-#define EMC_STATICWAITOEN0_WAITOEN_Msk                        (0x0fUL << EMC_STATICWAITOEN0_WAITOEN_Pos)                /*!< EMC STATICWAITOEN0: WAITOEN Mask    */\r
-\r
-// ------------------------------------  EMC_STATICWAITRD0  ---------------------------------------\r
-#define EMC_STATICWAITRD0_WAITRD_Pos                          0                                                         /*!< EMC STATICWAITRD0: WAITRD Position  */\r
-#define EMC_STATICWAITRD0_WAITRD_Msk                          (0x1fUL << EMC_STATICWAITRD0_WAITRD_Pos)                  /*!< EMC STATICWAITRD0: WAITRD Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITPAG0  ---------------------------------------\r
-#define EMC_STATICWAITPAG0_WAITPAGE_Pos                       0                                                         /*!< EMC STATICWAITPAG0: WAITPAGE Position */\r
-#define EMC_STATICWAITPAG0_WAITPAGE_Msk                       (0x1fUL << EMC_STATICWAITPAG0_WAITPAGE_Pos)               /*!< EMC STATICWAITPAG0: WAITPAGE Mask   */\r
-\r
-// ------------------------------------  EMC_STATICWAITWR0  ---------------------------------------\r
-#define EMC_STATICWAITWR0_WAITWR_Pos                          0                                                         /*!< EMC STATICWAITWR0: WAITWR Position  */\r
-#define EMC_STATICWAITWR0_WAITWR_Msk                          (0x1fUL << EMC_STATICWAITWR0_WAITWR_Pos)                  /*!< EMC STATICWAITWR0: WAITWR Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITTURN0  --------------------------------------\r
-#define EMC_STATICWAITTURN0_WAITTURN_Pos                      0                                                         /*!< EMC STATICWAITTURN0: WAITTURN Position */\r
-#define EMC_STATICWAITTURN0_WAITTURN_Msk                      (0x0fUL << EMC_STATICWAITTURN0_WAITTURN_Pos)              /*!< EMC STATICWAITTURN0: WAITTURN Mask  */\r
-\r
-// ------------------------------------  EMC_STATICCONFIG1  ---------------------------------------\r
-#define EMC_STATICCONFIG1_MW_Pos                              0                                                         /*!< EMC STATICCONFIG1: MW Position      */\r
-#define EMC_STATICCONFIG1_MW_Msk                              (0x03UL << EMC_STATICCONFIG1_MW_Pos)                      /*!< EMC STATICCONFIG1: MW Mask          */\r
-#define EMC_STATICCONFIG1_PM_Pos                              3                                                         /*!< EMC STATICCONFIG1: PM Position      */\r
-#define EMC_STATICCONFIG1_PM_Msk                              (0x01UL << EMC_STATICCONFIG1_PM_Pos)                      /*!< EMC STATICCONFIG1: PM Mask          */\r
-#define EMC_STATICCONFIG1_PC_Pos                              6                                                         /*!< EMC STATICCONFIG1: PC Position      */\r
-#define EMC_STATICCONFIG1_PC_Msk                              (0x01UL << EMC_STATICCONFIG1_PC_Pos)                      /*!< EMC STATICCONFIG1: PC Mask          */\r
-#define EMC_STATICCONFIG1_PB_Pos                              7                                                         /*!< EMC STATICCONFIG1: PB Position      */\r
-#define EMC_STATICCONFIG1_PB_Msk                              (0x01UL << EMC_STATICCONFIG1_PB_Pos)                      /*!< EMC STATICCONFIG1: PB Mask          */\r
-#define EMC_STATICCONFIG1_EW_Pos                              8                                                         /*!< EMC STATICCONFIG1: EW Position      */\r
-#define EMC_STATICCONFIG1_EW_Msk                              (0x01UL << EMC_STATICCONFIG1_EW_Pos)                      /*!< EMC STATICCONFIG1: EW Mask          */\r
-#define EMC_STATICCONFIG1_B_Pos                               19                                                        /*!< EMC STATICCONFIG1: B Position       */\r
-#define EMC_STATICCONFIG1_B_Msk                               (0x01UL << EMC_STATICCONFIG1_B_Pos)                       /*!< EMC STATICCONFIG1: B Mask           */\r
-#define EMC_STATICCONFIG1_P_Pos                               20                                                        /*!< EMC STATICCONFIG1: P Position       */\r
-#define EMC_STATICCONFIG1_P_Msk                               (0x01UL << EMC_STATICCONFIG1_P_Pos)                       /*!< EMC STATICCONFIG1: P Mask           */\r
-\r
-// -----------------------------------  EMC_STATICWAITWEN1  ---------------------------------------\r
-#define EMC_STATICWAITWEN1_WAITWEN_Pos                        0                                                         /*!< EMC STATICWAITWEN1: WAITWEN Position */\r
-#define EMC_STATICWAITWEN1_WAITWEN_Msk                        (0x0fUL << EMC_STATICWAITWEN1_WAITWEN_Pos)                /*!< EMC STATICWAITWEN1: WAITWEN Mask    */\r
-\r
-// -----------------------------------  EMC_STATICWAITOEN1  ---------------------------------------\r
-#define EMC_STATICWAITOEN1_WAITOEN_Pos                        0                                                         /*!< EMC STATICWAITOEN1: WAITOEN Position */\r
-#define EMC_STATICWAITOEN1_WAITOEN_Msk                        (0x0fUL << EMC_STATICWAITOEN1_WAITOEN_Pos)                /*!< EMC STATICWAITOEN1: WAITOEN Mask    */\r
-\r
-// ------------------------------------  EMC_STATICWAITRD1  ---------------------------------------\r
-#define EMC_STATICWAITRD1_WAITRD_Pos                          0                                                         /*!< EMC STATICWAITRD1: WAITRD Position  */\r
-#define EMC_STATICWAITRD1_WAITRD_Msk                          (0x1fUL << EMC_STATICWAITRD1_WAITRD_Pos)                  /*!< EMC STATICWAITRD1: WAITRD Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITPAG1  ---------------------------------------\r
-#define EMC_STATICWAITPAG1_WAITPAGE_Pos                       0                                                         /*!< EMC STATICWAITPAG1: WAITPAGE Position */\r
-#define EMC_STATICWAITPAG1_WAITPAGE_Msk                       (0x1fUL << EMC_STATICWAITPAG1_WAITPAGE_Pos)               /*!< EMC STATICWAITPAG1: WAITPAGE Mask   */\r
-\r
-// ------------------------------------  EMC_STATICWAITWR1  ---------------------------------------\r
-#define EMC_STATICWAITWR1_WAITWR_Pos                          0                                                         /*!< EMC STATICWAITWR1: WAITWR Position  */\r
-#define EMC_STATICWAITWR1_WAITWR_Msk                          (0x1fUL << EMC_STATICWAITWR1_WAITWR_Pos)                  /*!< EMC STATICWAITWR1: WAITWR Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITTURN1  --------------------------------------\r
-#define EMC_STATICWAITTURN1_WAITTURN_Pos                      0                                                         /*!< EMC STATICWAITTURN1: WAITTURN Position */\r
-#define EMC_STATICWAITTURN1_WAITTURN_Msk                      (0x0fUL << EMC_STATICWAITTURN1_WAITTURN_Pos)              /*!< EMC STATICWAITTURN1: WAITTURN Mask  */\r
-\r
-// ------------------------------------  EMC_STATICCONFIG2  ---------------------------------------\r
-#define EMC_STATICCONFIG2_MW_Pos                              0                                                         /*!< EMC STATICCONFIG2: MW Position      */\r
-#define EMC_STATICCONFIG2_MW_Msk                              (0x03UL << EMC_STATICCONFIG2_MW_Pos)                      /*!< EMC STATICCONFIG2: MW Mask          */\r
-#define EMC_STATICCONFIG2_PM_Pos                              3                                                         /*!< EMC STATICCONFIG2: PM Position      */\r
-#define EMC_STATICCONFIG2_PM_Msk                              (0x01UL << EMC_STATICCONFIG2_PM_Pos)                      /*!< EMC STATICCONFIG2: PM Mask          */\r
-#define EMC_STATICCONFIG2_PC_Pos                              6                                                         /*!< EMC STATICCONFIG2: PC Position      */\r
-#define EMC_STATICCONFIG2_PC_Msk                              (0x01UL << EMC_STATICCONFIG2_PC_Pos)                      /*!< EMC STATICCONFIG2: PC Mask          */\r
-#define EMC_STATICCONFIG2_PB_Pos                              7                                                         /*!< EMC STATICCONFIG2: PB Position      */\r
-#define EMC_STATICCONFIG2_PB_Msk                              (0x01UL << EMC_STATICCONFIG2_PB_Pos)                      /*!< EMC STATICCONFIG2: PB Mask          */\r
-#define EMC_STATICCONFIG2_EW_Pos                              8                                                         /*!< EMC STATICCONFIG2: EW Position      */\r
-#define EMC_STATICCONFIG2_EW_Msk                              (0x01UL << EMC_STATICCONFIG2_EW_Pos)                      /*!< EMC STATICCONFIG2: EW Mask          */\r
-#define EMC_STATICCONFIG2_B_Pos                               19                                                        /*!< EMC STATICCONFIG2: B Position       */\r
-#define EMC_STATICCONFIG2_B_Msk                               (0x01UL << EMC_STATICCONFIG2_B_Pos)                       /*!< EMC STATICCONFIG2: B Mask           */\r
-#define EMC_STATICCONFIG2_P_Pos                               20                                                        /*!< EMC STATICCONFIG2: P Position       */\r
-#define EMC_STATICCONFIG2_P_Msk                               (0x01UL << EMC_STATICCONFIG2_P_Pos)                       /*!< EMC STATICCONFIG2: P Mask           */\r
-\r
-// -----------------------------------  EMC_STATICWAITWEN2  ---------------------------------------\r
-#define EMC_STATICWAITWEN2_WAITWEN_Pos                        0                                                         /*!< EMC STATICWAITWEN2: WAITWEN Position */\r
-#define EMC_STATICWAITWEN2_WAITWEN_Msk                        (0x0fUL << EMC_STATICWAITWEN2_WAITWEN_Pos)                /*!< EMC STATICWAITWEN2: WAITWEN Mask    */\r
-\r
-// -----------------------------------  EMC_STATICWAITOEN2  ---------------------------------------\r
-#define EMC_STATICWAITOEN2_WAITOEN_Pos                        0                                                         /*!< EMC STATICWAITOEN2: WAITOEN Position */\r
-#define EMC_STATICWAITOEN2_WAITOEN_Msk                        (0x0fUL << EMC_STATICWAITOEN2_WAITOEN_Pos)                /*!< EMC STATICWAITOEN2: WAITOEN Mask    */\r
-\r
-// ------------------------------------  EMC_STATICWAITRD2  ---------------------------------------\r
-#define EMC_STATICWAITRD2_WAITRD_Pos                          0                                                         /*!< EMC STATICWAITRD2: WAITRD Position  */\r
-#define EMC_STATICWAITRD2_WAITRD_Msk                          (0x1fUL << EMC_STATICWAITRD2_WAITRD_Pos)                  /*!< EMC STATICWAITRD2: WAITRD Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITPAG2  ---------------------------------------\r
-#define EMC_STATICWAITPAG2_WAITPAGE_Pos                       0                                                         /*!< EMC STATICWAITPAG2: WAITPAGE Position */\r
-#define EMC_STATICWAITPAG2_WAITPAGE_Msk                       (0x1fUL << EMC_STATICWAITPAG2_WAITPAGE_Pos)               /*!< EMC STATICWAITPAG2: WAITPAGE Mask   */\r
-\r
-// ------------------------------------  EMC_STATICWAITWR2  ---------------------------------------\r
-#define EMC_STATICWAITWR2_WAITWR_Pos                          0                                                         /*!< EMC STATICWAITWR2: WAITWR Position  */\r
-#define EMC_STATICWAITWR2_WAITWR_Msk                          (0x1fUL << EMC_STATICWAITWR2_WAITWR_Pos)                  /*!< EMC STATICWAITWR2: WAITWR Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITTURN2  --------------------------------------\r
-#define EMC_STATICWAITTURN2_WAITTURN_Pos                      0                                                         /*!< EMC STATICWAITTURN2: WAITTURN Position */\r
-#define EMC_STATICWAITTURN2_WAITTURN_Msk                      (0x0fUL << EMC_STATICWAITTURN2_WAITTURN_Pos)              /*!< EMC STATICWAITTURN2: WAITTURN Mask  */\r
-\r
-// ------------------------------------  EMC_STATICCONFIG3  ---------------------------------------\r
-#define EMC_STATICCONFIG3_MW_Pos                              0                                                         /*!< EMC STATICCONFIG3: MW Position      */\r
-#define EMC_STATICCONFIG3_MW_Msk                              (0x03UL << EMC_STATICCONFIG3_MW_Pos)                      /*!< EMC STATICCONFIG3: MW Mask          */\r
-#define EMC_STATICCONFIG3_PM_Pos                              3                                                         /*!< EMC STATICCONFIG3: PM Position      */\r
-#define EMC_STATICCONFIG3_PM_Msk                              (0x01UL << EMC_STATICCONFIG3_PM_Pos)                      /*!< EMC STATICCONFIG3: PM Mask          */\r
-#define EMC_STATICCONFIG3_PC_Pos                              6                                                         /*!< EMC STATICCONFIG3: PC Position      */\r
-#define EMC_STATICCONFIG3_PC_Msk                              (0x01UL << EMC_STATICCONFIG3_PC_Pos)                      /*!< EMC STATICCONFIG3: PC Mask          */\r
-#define EMC_STATICCONFIG3_PB_Pos                              7                                                         /*!< EMC STATICCONFIG3: PB Position      */\r
-#define EMC_STATICCONFIG3_PB_Msk                              (0x01UL << EMC_STATICCONFIG3_PB_Pos)                      /*!< EMC STATICCONFIG3: PB Mask          */\r
-#define EMC_STATICCONFIG3_EW_Pos                              8                                                         /*!< EMC STATICCONFIG3: EW Position      */\r
-#define EMC_STATICCONFIG3_EW_Msk                              (0x01UL << EMC_STATICCONFIG3_EW_Pos)                      /*!< EMC STATICCONFIG3: EW Mask          */\r
-#define EMC_STATICCONFIG3_B_Pos                               19                                                        /*!< EMC STATICCONFIG3: B Position       */\r
-#define EMC_STATICCONFIG3_B_Msk                               (0x01UL << EMC_STATICCONFIG3_B_Pos)                       /*!< EMC STATICCONFIG3: B Mask           */\r
-#define EMC_STATICCONFIG3_P_Pos                               20                                                        /*!< EMC STATICCONFIG3: P Position       */\r
-#define EMC_STATICCONFIG3_P_Msk                               (0x01UL << EMC_STATICCONFIG3_P_Pos)                       /*!< EMC STATICCONFIG3: P Mask           */\r
-\r
-// -----------------------------------  EMC_STATICWAITWEN3  ---------------------------------------\r
-#define EMC_STATICWAITWEN3_WAITWEN_Pos                        0                                                         /*!< EMC STATICWAITWEN3: WAITWEN Position */\r
-#define EMC_STATICWAITWEN3_WAITWEN_Msk                        (0x0fUL << EMC_STATICWAITWEN3_WAITWEN_Pos)                /*!< EMC STATICWAITWEN3: WAITWEN Mask    */\r
-\r
-// -----------------------------------  EMC_STATICWAITOEN3  ---------------------------------------\r
-#define EMC_STATICWAITOEN3_WAITOEN_Pos                        0                                                         /*!< EMC STATICWAITOEN3: WAITOEN Position */\r
-#define EMC_STATICWAITOEN3_WAITOEN_Msk                        (0x0fUL << EMC_STATICWAITOEN3_WAITOEN_Pos)                /*!< EMC STATICWAITOEN3: WAITOEN Mask    */\r
-\r
-// ------------------------------------  EMC_STATICWAITRD3  ---------------------------------------\r
-#define EMC_STATICWAITRD3_WAITRD_Pos                          0                                                         /*!< EMC STATICWAITRD3: WAITRD Position  */\r
-#define EMC_STATICWAITRD3_WAITRD_Msk                          (0x1fUL << EMC_STATICWAITRD3_WAITRD_Pos)                  /*!< EMC STATICWAITRD3: WAITRD Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITPAG3  ---------------------------------------\r
-#define EMC_STATICWAITPAG3_WAITPAGE_Pos                       0                                                         /*!< EMC STATICWAITPAG3: WAITPAGE Position */\r
-#define EMC_STATICWAITPAG3_WAITPAGE_Msk                       (0x1fUL << EMC_STATICWAITPAG3_WAITPAGE_Pos)               /*!< EMC STATICWAITPAG3: WAITPAGE Mask   */\r
-\r
-// ------------------------------------  EMC_STATICWAITWR3  ---------------------------------------\r
-#define EMC_STATICWAITWR3_WAITWR_Pos                          0                                                         /*!< EMC STATICWAITWR3: WAITWR Position  */\r
-#define EMC_STATICWAITWR3_WAITWR_Msk                          (0x1fUL << EMC_STATICWAITWR3_WAITWR_Pos)                  /*!< EMC STATICWAITWR3: WAITWR Mask      */\r
-\r
-// -----------------------------------  EMC_STATICWAITTURN3  --------------------------------------\r
-#define EMC_STATICWAITTURN3_WAITTURN_Pos                      0                                                         /*!< EMC STATICWAITTURN3: WAITTURN Position */\r
-#define EMC_STATICWAITTURN3_WAITTURN_Msk                      (0x0fUL << EMC_STATICWAITTURN3_WAITTURN_Pos)              /*!< EMC STATICWAITTURN3: WAITTURN Mask  */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 USB0 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -------------------------------------  USB0_CAPLENGTH  -----------------------------------------\r
-#define USB0_CAPLENGTH_CAPLENGTH_Pos                          0                                                         /*!< USB0 CAPLENGTH: CAPLENGTH Position  */\r
-#define USB0_CAPLENGTH_CAPLENGTH_Msk                          (0x000000ffUL << USB0_CAPLENGTH_CAPLENGTH_Pos)            /*!< USB0 CAPLENGTH: CAPLENGTH Mask      */\r
-#define USB0_CAPLENGTH_HCIVERSION_Pos                         8                                                         /*!< USB0 CAPLENGTH: HCIVERSION Position */\r
-#define USB0_CAPLENGTH_HCIVERSION_Msk                         (0x0000ffffUL << USB0_CAPLENGTH_HCIVERSION_Pos)           /*!< USB0 CAPLENGTH: HCIVERSION Mask     */\r
-\r
-// -------------------------------------  USB0_HCSPARAMS  -----------------------------------------\r
-#define USB0_HCSPARAMS_N_PORTS_Pos                            0                                                         /*!< USB0 HCSPARAMS: N_PORTS Position    */\r
-#define USB0_HCSPARAMS_N_PORTS_Msk                            (0x0fUL << USB0_HCSPARAMS_N_PORTS_Pos)                    /*!< USB0 HCSPARAMS: N_PORTS Mask        */\r
-#define USB0_HCSPARAMS_PPC_Pos                                4                                                         /*!< USB0 HCSPARAMS: PPC Position        */\r
-#define USB0_HCSPARAMS_PPC_Msk                                (0x01UL << USB0_HCSPARAMS_PPC_Pos)                        /*!< USB0 HCSPARAMS: PPC Mask            */\r
-#define USB0_HCSPARAMS_N_PCC_Pos                              8                                                         /*!< USB0 HCSPARAMS: N_PCC Position      */\r
-#define USB0_HCSPARAMS_N_PCC_Msk                              (0x0fUL << USB0_HCSPARAMS_N_PCC_Pos)                      /*!< USB0 HCSPARAMS: N_PCC Mask          */\r
-#define USB0_HCSPARAMS_N_CC_Pos                               12                                                        /*!< USB0 HCSPARAMS: N_CC Position       */\r
-#define USB0_HCSPARAMS_N_CC_Msk                               (0x0fUL << USB0_HCSPARAMS_N_CC_Pos)                       /*!< USB0 HCSPARAMS: N_CC Mask           */\r
-#define USB0_HCSPARAMS_PI_Pos                                 16                                                        /*!< USB0 HCSPARAMS: PI Position         */\r
-#define USB0_HCSPARAMS_PI_Msk                                 (0x01UL << USB0_HCSPARAMS_PI_Pos)                         /*!< USB0 HCSPARAMS: PI Mask             */\r
-#define USB0_HCSPARAMS_N_PTT_Pos                              20                                                        /*!< USB0 HCSPARAMS: N_PTT Position      */\r
-#define USB0_HCSPARAMS_N_PTT_Msk                              (0x0fUL << USB0_HCSPARAMS_N_PTT_Pos)                      /*!< USB0 HCSPARAMS: N_PTT Mask          */\r
-#define USB0_HCSPARAMS_N_TT_Pos                               24                                                        /*!< USB0 HCSPARAMS: N_TT Position       */\r
-#define USB0_HCSPARAMS_N_TT_Msk                               (0x0fUL << USB0_HCSPARAMS_N_TT_Pos)                       /*!< USB0 HCSPARAMS: N_TT Mask           */\r
-\r
-// -------------------------------------  USB0_HCCPARAMS  -----------------------------------------\r
-#define USB0_HCCPARAMS_ADC_Pos                                0                                                         /*!< USB0 HCCPARAMS: ADC Position        */\r
-#define USB0_HCCPARAMS_ADC_Msk                                (0x01UL << USB0_HCCPARAMS_ADC_Pos)                        /*!< USB0 HCCPARAMS: ADC Mask            */\r
-#define USB0_HCCPARAMS_PFL_Pos                                1                                                         /*!< USB0 HCCPARAMS: PFL Position        */\r
-#define USB0_HCCPARAMS_PFL_Msk                                (0x01UL << USB0_HCCPARAMS_PFL_Pos)                        /*!< USB0 HCCPARAMS: PFL Mask            */\r
-#define USB0_HCCPARAMS_ASP_Pos                                2                                                         /*!< USB0 HCCPARAMS: ASP Position        */\r
-#define USB0_HCCPARAMS_ASP_Msk                                (0x01UL << USB0_HCCPARAMS_ASP_Pos)                        /*!< USB0 HCCPARAMS: ASP Mask            */\r
-#define USB0_HCCPARAMS_IST_Pos                                4                                                         /*!< USB0 HCCPARAMS: IST Position        */\r
-#define USB0_HCCPARAMS_IST_Msk                                (0x0fUL << USB0_HCCPARAMS_IST_Pos)                        /*!< USB0 HCCPARAMS: IST Mask            */\r
-#define USB0_HCCPARAMS_EECP_Pos                               8                                                         /*!< USB0 HCCPARAMS: EECP Position       */\r
-#define USB0_HCCPARAMS_EECP_Msk                               (0x000000ffUL << USB0_HCCPARAMS_EECP_Pos)                 /*!< USB0 HCCPARAMS: EECP Mask           */\r
-\r
-// -------------------------------------  USB0_DCIVERSION  ----------------------------------------\r
-#define USB0_DCIVERSION_DCIVERSION_Pos                        0                                                         /*!< USB0 DCIVERSION: DCIVERSION Position */\r
-#define USB0_DCIVERSION_DCIVERSION_Msk                        (0x0000ffffUL << USB0_DCIVERSION_DCIVERSION_Pos)          /*!< USB0 DCIVERSION: DCIVERSION Mask    */\r
-\r
-// --------------------------------------  USB0_USBCMD_D  -----------------------------------------\r
-#define USB0_USBCMD_D_RS_Pos                                  0                                                         /*!< USB0 USBCMD_D: RS Position          */\r
-#define USB0_USBCMD_D_RS_Msk                                  (0x01UL << USB0_USBCMD_D_RS_Pos)                          /*!< USB0 USBCMD_D: RS Mask              */\r
-#define USB0_USBCMD_D_RST_Pos                                 1                                                         /*!< USB0 USBCMD_D: RST Position         */\r
-#define USB0_USBCMD_D_RST_Msk                                 (0x01UL << USB0_USBCMD_D_RST_Pos)                         /*!< USB0 USBCMD_D: RST Mask             */\r
-#define USB0_USBCMD_D_SUTW_Pos                                13                                                        /*!< USB0 USBCMD_D: SUTW Position        */\r
-#define USB0_USBCMD_D_SUTW_Msk                                (0x01UL << USB0_USBCMD_D_SUTW_Pos)                        /*!< USB0 USBCMD_D: SUTW Mask            */\r
-#define USB0_USBCMD_D_ATDTW_Pos                               14                                                        /*!< USB0 USBCMD_D: ATDTW Position       */\r
-#define USB0_USBCMD_D_ATDTW_Msk                               (0x01UL << USB0_USBCMD_D_ATDTW_Pos)                       /*!< USB0 USBCMD_D: ATDTW Mask           */\r
-#define USB0_USBCMD_D_ITC_Pos                                 16                                                        /*!< USB0 USBCMD_D: ITC Position         */\r
-#define USB0_USBCMD_D_ITC_Msk                                 (0x000000ffUL << USB0_USBCMD_D_ITC_Pos)                   /*!< USB0 USBCMD_D: ITC Mask             */\r
-\r
-// --------------------------------------  USB0_USBCMD_H  -----------------------------------------\r
-#define USB0_USBCMD_H_RS_Pos                                  0                                                         /*!< USB0 USBCMD_H: RS Position          */\r
-#define USB0_USBCMD_H_RS_Msk                                  (0x01UL << USB0_USBCMD_H_RS_Pos)                          /*!< USB0 USBCMD_H: RS Mask              */\r
-#define USB0_USBCMD_H_RST_Pos                                 1                                                         /*!< USB0 USBCMD_H: RST Position         */\r
-#define USB0_USBCMD_H_RST_Msk                                 (0x01UL << USB0_USBCMD_H_RST_Pos)                         /*!< USB0 USBCMD_H: RST Mask             */\r
-#define USB0_USBCMD_H_FS0_Pos                                 2                                                         /*!< USB0 USBCMD_H: FS0 Position         */\r
-#define USB0_USBCMD_H_FS0_Msk                                 (0x01UL << USB0_USBCMD_H_FS0_Pos)                         /*!< USB0 USBCMD_H: FS0 Mask             */\r
-#define USB0_USBCMD_H_FS1_Pos                                 3                                                         /*!< USB0 USBCMD_H: FS1 Position         */\r
-#define USB0_USBCMD_H_FS1_Msk                                 (0x01UL << USB0_USBCMD_H_FS1_Pos)                         /*!< USB0 USBCMD_H: FS1 Mask             */\r
-#define USB0_USBCMD_H_PSE_Pos                                 4                                                         /*!< USB0 USBCMD_H: PSE Position         */\r
-#define USB0_USBCMD_H_PSE_Msk                                 (0x01UL << USB0_USBCMD_H_PSE_Pos)                         /*!< USB0 USBCMD_H: PSE Mask             */\r
-#define USB0_USBCMD_H_ASE_Pos                                 5                                                         /*!< USB0 USBCMD_H: ASE Position         */\r
-#define USB0_USBCMD_H_ASE_Msk                                 (0x01UL << USB0_USBCMD_H_ASE_Pos)                         /*!< USB0 USBCMD_H: ASE Mask             */\r
-#define USB0_USBCMD_H_IAA_Pos                                 6                                                         /*!< USB0 USBCMD_H: IAA Position         */\r
-#define USB0_USBCMD_H_IAA_Msk                                 (0x01UL << USB0_USBCMD_H_IAA_Pos)                         /*!< USB0 USBCMD_H: IAA Mask             */\r
-#define USB0_USBCMD_H_ASP1_0_Pos                              8                                                         /*!< USB0 USBCMD_H: ASP1_0 Position      */\r
-#define USB0_USBCMD_H_ASP1_0_Msk                              (0x03UL << USB0_USBCMD_H_ASP1_0_Pos)                      /*!< USB0 USBCMD_H: ASP1_0 Mask          */\r
-#define USB0_USBCMD_H_ASPE_Pos                                11                                                        /*!< USB0 USBCMD_H: ASPE Position        */\r
-#define USB0_USBCMD_H_ASPE_Msk                                (0x01UL << USB0_USBCMD_H_ASPE_Pos)                        /*!< USB0 USBCMD_H: ASPE Mask            */\r
-#define USB0_USBCMD_H_FS2_Pos                                 15                                                        /*!< USB0 USBCMD_H: FS2 Position         */\r
-#define USB0_USBCMD_H_FS2_Msk                                 (0x01UL << USB0_USBCMD_H_FS2_Pos)                         /*!< USB0 USBCMD_H: FS2 Mask             */\r
-#define USB0_USBCMD_H_ITC_Pos                                 16                                                        /*!< USB0 USBCMD_H: ITC Position         */\r
-#define USB0_USBCMD_H_ITC_Msk                                 (0x000000ffUL << USB0_USBCMD_H_ITC_Pos)                   /*!< USB0 USBCMD_H: ITC Mask             */\r
-\r
-// --------------------------------------  USB0_USBSTS_D  -----------------------------------------\r
-#define USB0_USBSTS_D_UI_Pos                                  0                                                         /*!< USB0 USBSTS_D: UI Position          */\r
-#define USB0_USBSTS_D_UI_Msk                                  (0x01UL << USB0_USBSTS_D_UI_Pos)                          /*!< USB0 USBSTS_D: UI Mask              */\r
-#define USB0_USBSTS_D_UEI_Pos                                 1                                                         /*!< USB0 USBSTS_D: UEI Position         */\r
-#define USB0_USBSTS_D_UEI_Msk                                 (0x01UL << USB0_USBSTS_D_UEI_Pos)                         /*!< USB0 USBSTS_D: UEI Mask             */\r
-#define USB0_USBSTS_D_PCI_Pos                                 2                                                         /*!< USB0 USBSTS_D: PCI Position         */\r
-#define USB0_USBSTS_D_PCI_Msk                                 (0x01UL << USB0_USBSTS_D_PCI_Pos)                         /*!< USB0 USBSTS_D: PCI Mask             */\r
-#define USB0_USBSTS_D_AAI_Pos                                 5                                                         /*!< USB0 USBSTS_D: AAI Position         */\r
-#define USB0_USBSTS_D_AAI_Msk                                 (0x01UL << USB0_USBSTS_D_AAI_Pos)                         /*!< USB0 USBSTS_D: AAI Mask             */\r
-#define USB0_USBSTS_D_URI_Pos                                 6                                                         /*!< USB0 USBSTS_D: URI Position         */\r
-#define USB0_USBSTS_D_URI_Msk                                 (0x01UL << USB0_USBSTS_D_URI_Pos)                         /*!< USB0 USBSTS_D: URI Mask             */\r
-#define USB0_USBSTS_D_SRI_Pos                                 7                                                         /*!< USB0 USBSTS_D: SRI Position         */\r
-#define USB0_USBSTS_D_SRI_Msk                                 (0x01UL << USB0_USBSTS_D_SRI_Pos)                         /*!< USB0 USBSTS_D: SRI Mask             */\r
-#define USB0_USBSTS_D_SLI_Pos                                 8                                                         /*!< USB0 USBSTS_D: SLI Position         */\r
-#define USB0_USBSTS_D_SLI_Msk                                 (0x01UL << USB0_USBSTS_D_SLI_Pos)                         /*!< USB0 USBSTS_D: SLI Mask             */\r
-#define USB0_USBSTS_D_NAKI_Pos                                16                                                        /*!< USB0 USBSTS_D: NAKI Position        */\r
-#define USB0_USBSTS_D_NAKI_Msk                                (0x01UL << USB0_USBSTS_D_NAKI_Pos)                        /*!< USB0 USBSTS_D: NAKI Mask            */\r
-\r
-// --------------------------------------  USB0_USBSTS_H  -----------------------------------------\r
-#define USB0_USBSTS_H_UI_Pos                                  0                                                         /*!< USB0 USBSTS_H: UI Position          */\r
-#define USB0_USBSTS_H_UI_Msk                                  (0x01UL << USB0_USBSTS_H_UI_Pos)                          /*!< USB0 USBSTS_H: UI Mask              */\r
-#define USB0_USBSTS_H_UEI_Pos                                 1                                                         /*!< USB0 USBSTS_H: UEI Position         */\r
-#define USB0_USBSTS_H_UEI_Msk                                 (0x01UL << USB0_USBSTS_H_UEI_Pos)                         /*!< USB0 USBSTS_H: UEI Mask             */\r
-#define USB0_USBSTS_H_PCI_Pos                                 2                                                         /*!< USB0 USBSTS_H: PCI Position         */\r
-#define USB0_USBSTS_H_PCI_Msk                                 (0x01UL << USB0_USBSTS_H_PCI_Pos)                         /*!< USB0 USBSTS_H: PCI Mask             */\r
-#define USB0_USBSTS_H_FRI_Pos                                 3                                                         /*!< USB0 USBSTS_H: FRI Position         */\r
-#define USB0_USBSTS_H_FRI_Msk                                 (0x01UL << USB0_USBSTS_H_FRI_Pos)                         /*!< USB0 USBSTS_H: FRI Mask             */\r
-#define USB0_USBSTS_H_AAI_Pos                                 5                                                         /*!< USB0 USBSTS_H: AAI Position         */\r
-#define USB0_USBSTS_H_AAI_Msk                                 (0x01UL << USB0_USBSTS_H_AAI_Pos)                         /*!< USB0 USBSTS_H: AAI Mask             */\r
-#define USB0_USBSTS_H_SRI_Pos                                 7                                                         /*!< USB0 USBSTS_H: SRI Position         */\r
-#define USB0_USBSTS_H_SRI_Msk                                 (0x01UL << USB0_USBSTS_H_SRI_Pos)                         /*!< USB0 USBSTS_H: SRI Mask             */\r
-#define USB0_USBSTS_H_HCH_Pos                                 12                                                        /*!< USB0 USBSTS_H: HCH Position         */\r
-#define USB0_USBSTS_H_HCH_Msk                                 (0x01UL << USB0_USBSTS_H_HCH_Pos)                         /*!< USB0 USBSTS_H: HCH Mask             */\r
-#define USB0_USBSTS_H_RCL_Pos                                 13                                                        /*!< USB0 USBSTS_H: RCL Position         */\r
-#define USB0_USBSTS_H_RCL_Msk                                 (0x01UL << USB0_USBSTS_H_RCL_Pos)                         /*!< USB0 USBSTS_H: RCL Mask             */\r
-#define USB0_USBSTS_H_PS_Pos                                  14                                                        /*!< USB0 USBSTS_H: PS Position          */\r
-#define USB0_USBSTS_H_PS_Msk                                  (0x01UL << USB0_USBSTS_H_PS_Pos)                          /*!< USB0 USBSTS_H: PS Mask              */\r
-#define USB0_USBSTS_H_AS_Pos                                  15                                                        /*!< USB0 USBSTS_H: AS Position          */\r
-#define USB0_USBSTS_H_AS_Msk                                  (0x01UL << USB0_USBSTS_H_AS_Pos)                          /*!< USB0 USBSTS_H: AS Mask              */\r
-#define USB0_USBSTS_H_UAI_Pos                                 18                                                        /*!< USB0 USBSTS_H: UAI Position         */\r
-#define USB0_USBSTS_H_UAI_Msk                                 (0x01UL << USB0_USBSTS_H_UAI_Pos)                         /*!< USB0 USBSTS_H: UAI Mask             */\r
-#define USB0_USBSTS_H_UPI_Pos                                 19                                                        /*!< USB0 USBSTS_H: UPI Position         */\r
-#define USB0_USBSTS_H_UPI_Msk                                 (0x01UL << USB0_USBSTS_H_UPI_Pos)                         /*!< USB0 USBSTS_H: UPI Mask             */\r
-\r
-// -------------------------------------  USB0_USBINTR_D  -----------------------------------------\r
-#define USB0_USBINTR_D_UE_Pos                                 0                                                         /*!< USB0 USBINTR_D: UE Position         */\r
-#define USB0_USBINTR_D_UE_Msk                                 (0x01UL << USB0_USBINTR_D_UE_Pos)                         /*!< USB0 USBINTR_D: UE Mask             */\r
-#define USB0_USBINTR_D_UEE_Pos                                1                                                         /*!< USB0 USBINTR_D: UEE Position        */\r
-#define USB0_USBINTR_D_UEE_Msk                                (0x01UL << USB0_USBINTR_D_UEE_Pos)                        /*!< USB0 USBINTR_D: UEE Mask            */\r
-#define USB0_USBINTR_D_PCE_Pos                                2                                                         /*!< USB0 USBINTR_D: PCE Position        */\r
-#define USB0_USBINTR_D_PCE_Msk                                (0x01UL << USB0_USBINTR_D_PCE_Pos)                        /*!< USB0 USBINTR_D: PCE Mask            */\r
-#define USB0_USBINTR_D_URE_Pos                                6                                                         /*!< USB0 USBINTR_D: URE Position        */\r
-#define USB0_USBINTR_D_URE_Msk                                (0x01UL << USB0_USBINTR_D_URE_Pos)                        /*!< USB0 USBINTR_D: URE Mask            */\r
-#define USB0_USBINTR_D_SRE_Pos                                7                                                         /*!< USB0 USBINTR_D: SRE Position        */\r
-#define USB0_USBINTR_D_SRE_Msk                                (0x01UL << USB0_USBINTR_D_SRE_Pos)                        /*!< USB0 USBINTR_D: SRE Mask            */\r
-#define USB0_USBINTR_D_SLE_Pos                                8                                                         /*!< USB0 USBINTR_D: SLE Position        */\r
-#define USB0_USBINTR_D_SLE_Msk                                (0x01UL << USB0_USBINTR_D_SLE_Pos)                        /*!< USB0 USBINTR_D: SLE Mask            */\r
-#define USB0_USBINTR_D_NAKE_Pos                               16                                                        /*!< USB0 USBINTR_D: NAKE Position       */\r
-#define USB0_USBINTR_D_NAKE_Msk                               (0x01UL << USB0_USBINTR_D_NAKE_Pos)                       /*!< USB0 USBINTR_D: NAKE Mask           */\r
-\r
-// -------------------------------------  USB0_USBINTR_H  -----------------------------------------\r
-#define USB0_USBINTR_H_UE_Pos                                 0                                                         /*!< USB0 USBINTR_H: UE Position         */\r
-#define USB0_USBINTR_H_UE_Msk                                 (0x01UL << USB0_USBINTR_H_UE_Pos)                         /*!< USB0 USBINTR_H: UE Mask             */\r
-#define USB0_USBINTR_H_UEE_Pos                                1                                                         /*!< USB0 USBINTR_H: UEE Position        */\r
-#define USB0_USBINTR_H_UEE_Msk                                (0x01UL << USB0_USBINTR_H_UEE_Pos)                        /*!< USB0 USBINTR_H: UEE Mask            */\r
-#define USB0_USBINTR_H_PCE_Pos                                2                                                         /*!< USB0 USBINTR_H: PCE Position        */\r
-#define USB0_USBINTR_H_PCE_Msk                                (0x01UL << USB0_USBINTR_H_PCE_Pos)                        /*!< USB0 USBINTR_H: PCE Mask            */\r
-#define USB0_USBINTR_H_FRE_Pos                                3                                                         /*!< USB0 USBINTR_H: FRE Position        */\r
-#define USB0_USBINTR_H_FRE_Msk                                (0x01UL << USB0_USBINTR_H_FRE_Pos)                        /*!< USB0 USBINTR_H: FRE Mask            */\r
-#define USB0_USBINTR_H_AAE_Pos                                5                                                         /*!< USB0 USBINTR_H: AAE Position        */\r
-#define USB0_USBINTR_H_AAE_Msk                                (0x01UL << USB0_USBINTR_H_AAE_Pos)                        /*!< USB0 USBINTR_H: AAE Mask            */\r
-#define USB0_USBINTR_H_SRE_Pos                                7                                                         /*!< USB0 USBINTR_H: SRE Position        */\r
-#define USB0_USBINTR_H_SRE_Msk                                (0x01UL << USB0_USBINTR_H_SRE_Pos)                        /*!< USB0 USBINTR_H: SRE Mask            */\r
-#define USB0_USBINTR_H_UAIE_Pos                               18                                                        /*!< USB0 USBINTR_H: UAIE Position       */\r
-#define USB0_USBINTR_H_UAIE_Msk                               (0x01UL << USB0_USBINTR_H_UAIE_Pos)                       /*!< USB0 USBINTR_H: UAIE Mask           */\r
-#define USB0_USBINTR_H_UPIA_Pos                               19                                                        /*!< USB0 USBINTR_H: UPIA Position       */\r
-#define USB0_USBINTR_H_UPIA_Msk                               (0x01UL << USB0_USBINTR_H_UPIA_Pos)                       /*!< USB0 USBINTR_H: UPIA Mask           */\r
-\r
-// -------------------------------------  USB0_FRINDEX_D  -----------------------------------------\r
-#define USB0_FRINDEX_D_FRINDEX2_0_Pos                         0                                                         /*!< USB0 FRINDEX_D: FRINDEX2_0 Position */\r
-#define USB0_FRINDEX_D_FRINDEX2_0_Msk                         (0x07UL << USB0_FRINDEX_D_FRINDEX2_0_Pos)                 /*!< USB0 FRINDEX_D: FRINDEX2_0 Mask     */\r
-#define USB0_FRINDEX_D_FRINDEX13_3_Pos                        3                                                         /*!< USB0 FRINDEX_D: FRINDEX13_3 Position */\r
-#define USB0_FRINDEX_D_FRINDEX13_3_Msk                        (0x000007ffUL << USB0_FRINDEX_D_FRINDEX13_3_Pos)          /*!< USB0 FRINDEX_D: FRINDEX13_3 Mask    */\r
-\r
-// -------------------------------------  USB0_FRINDEX_H  -----------------------------------------\r
-#define USB0_FRINDEX_H_FRINDEX2_0_Pos                         0                                                         /*!< USB0 FRINDEX_H: FRINDEX2_0 Position */\r
-#define USB0_FRINDEX_H_FRINDEX2_0_Msk                         (0x07UL << USB0_FRINDEX_H_FRINDEX2_0_Pos)                 /*!< USB0 FRINDEX_H: FRINDEX2_0 Mask     */\r
-#define USB0_FRINDEX_H_FRINDEX12_3_Pos                        3                                                         /*!< USB0 FRINDEX_H: FRINDEX12_3 Position */\r
-#define USB0_FRINDEX_H_FRINDEX12_3_Msk                        (0x000003ffUL << USB0_FRINDEX_H_FRINDEX12_3_Pos)          /*!< USB0 FRINDEX_H: FRINDEX12_3 Mask    */\r
-\r
-// -------------------------------------  USB0_DEVICEADDR  ----------------------------------------\r
-#define USB0_DEVICEADDR_USBADRA_Pos                           24                                                        /*!< USB0 DEVICEADDR: USBADRA Position   */\r
-#define USB0_DEVICEADDR_USBADRA_Msk                           (0x01UL << USB0_DEVICEADDR_USBADRA_Pos)                   /*!< USB0 DEVICEADDR: USBADRA Mask       */\r
-#define USB0_DEVICEADDR_USBADR_Pos                            25                                                        /*!< USB0 DEVICEADDR: USBADR Position    */\r
-#define USB0_DEVICEADDR_USBADR_Msk                            (0x7fUL << USB0_DEVICEADDR_USBADR_Pos)                    /*!< USB0 DEVICEADDR: USBADR Mask        */\r
-\r
-// ----------------------------------  USB0_PERIODICLISTBASE  -------------------------------------\r
-#define USB0_PERIODICLISTBASE_PERBASE31_12_Pos                12                                                        /*!< USB0 PERIODICLISTBASE: PERBASE31_12 Position */\r
-#define USB0_PERIODICLISTBASE_PERBASE31_12_Msk                (0x000fffffUL << USB0_PERIODICLISTBASE_PERBASE31_12_Pos)  /*!< USB0 PERIODICLISTBASE: PERBASE31_12 Mask */\r
-\r
-// ----------------------------------  USB0_ENDPOINTLISTADDR  -------------------------------------\r
-#define USB0_ENDPOINTLISTADDR_EPBASE31_11_Pos                 11                                                        /*!< USB0 ENDPOINTLISTADDR: EPBASE31_11 Position */\r
-#define USB0_ENDPOINTLISTADDR_EPBASE31_11_Msk                 (0x001fffffUL << USB0_ENDPOINTLISTADDR_EPBASE31_11_Pos)   /*!< USB0 ENDPOINTLISTADDR: EPBASE31_11 Mask */\r
-\r
-// -----------------------------------  USB0_ASYNCLISTADDR  ---------------------------------------\r
-#define USB0_ASYNCLISTADDR_ASYBASE31_5_Pos                    5                                                         /*!< USB0 ASYNCLISTADDR: ASYBASE31_5 Position */\r
-#define USB0_ASYNCLISTADDR_ASYBASE31_5_Msk                    (0x07ffffffUL << USB0_ASYNCLISTADDR_ASYBASE31_5_Pos)      /*!< USB0 ASYNCLISTADDR: ASYBASE31_5 Mask */\r
-\r
-// ---------------------------------------  USB0_TTCTRL  ------------------------------------------\r
-#define USB0_TTCTRL_TTHA_Pos                                  24                                                        /*!< USB0 TTCTRL: TTHA Position          */\r
-#define USB0_TTCTRL_TTHA_Msk                                  (0x7fUL << USB0_TTCTRL_TTHA_Pos)                          /*!< USB0 TTCTRL: TTHA Mask              */\r
-\r
-// -------------------------------------  USB0_BURSTSIZE  -----------------------------------------\r
-#define USB0_BURSTSIZE_RXPBURST_Pos                           0                                                         /*!< USB0 BURSTSIZE: RXPBURST Position   */\r
-#define USB0_BURSTSIZE_RXPBURST_Msk                           (0x000000ffUL << USB0_BURSTSIZE_RXPBURST_Pos)             /*!< USB0 BURSTSIZE: RXPBURST Mask       */\r
-#define USB0_BURSTSIZE_TXPBURST_Pos                           8                                                         /*!< USB0 BURSTSIZE: TXPBURST Position   */\r
-#define USB0_BURSTSIZE_TXPBURST_Msk                           (0x000000ffUL << USB0_BURSTSIZE_TXPBURST_Pos)             /*!< USB0 BURSTSIZE: TXPBURST Mask       */\r
-\r
-// ------------------------------------  USB0_TXFILLTUNING  ---------------------------------------\r
-#define USB0_TXFILLTUNING_TXSCHOH_Pos                         0                                                         /*!< USB0 TXFILLTUNING: TXSCHOH Position */\r
-#define USB0_TXFILLTUNING_TXSCHOH_Msk                         (0x000000ffUL << USB0_TXFILLTUNING_TXSCHOH_Pos)           /*!< USB0 TXFILLTUNING: TXSCHOH Mask     */\r
-#define USB0_TXFILLTUNING_TXSCHEATLTH_Pos                     8                                                         /*!< USB0 TXFILLTUNING: TXSCHEATLTH Position */\r
-#define USB0_TXFILLTUNING_TXSCHEATLTH_Msk                     (0x1fUL << USB0_TXFILLTUNING_TXSCHEATLTH_Pos)             /*!< USB0 TXFILLTUNING: TXSCHEATLTH Mask */\r
-#define USB0_TXFILLTUNING_TXFIFOTHRES_Pos                     16                                                        /*!< USB0 TXFILLTUNING: TXFIFOTHRES Position */\r
-#define USB0_TXFILLTUNING_TXFIFOTHRES_Msk                     (0x3fUL << USB0_TXFILLTUNING_TXFIFOTHRES_Pos)             /*!< USB0 TXFILLTUNING: TXFIFOTHRES Mask */\r
-\r
-// -------------------------------------  USB0_BINTERVAL  -----------------------------------------\r
-#define USB0_BINTERVAL_BINT_Pos                               0                                                         /*!< USB0 BINTERVAL: BINT Position       */\r
-#define USB0_BINTERVAL_BINT_Msk                               (0x0fUL << USB0_BINTERVAL_BINT_Pos)                       /*!< USB0 BINTERVAL: BINT Mask           */\r
-\r
-// --------------------------------------  USB0_ENDPTNAK  -----------------------------------------\r
-#define USB0_ENDPTNAK_EPRN0_Pos                               0                                                         /*!< USB0 ENDPTNAK: EPRN0 Position       */\r
-#define USB0_ENDPTNAK_EPRN0_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN0_Pos)                       /*!< USB0 ENDPTNAK: EPRN0 Mask           */\r
-#define USB0_ENDPTNAK_EPRN1_Pos                               1                                                         /*!< USB0 ENDPTNAK: EPRN1 Position       */\r
-#define USB0_ENDPTNAK_EPRN1_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN1_Pos)                       /*!< USB0 ENDPTNAK: EPRN1 Mask           */\r
-#define USB0_ENDPTNAK_EPRN2_Pos                               2                                                         /*!< USB0 ENDPTNAK: EPRN2 Position       */\r
-#define USB0_ENDPTNAK_EPRN2_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN2_Pos)                       /*!< USB0 ENDPTNAK: EPRN2 Mask           */\r
-#define USB0_ENDPTNAK_EPRN3_Pos                               3                                                         /*!< USB0 ENDPTNAK: EPRN3 Position       */\r
-#define USB0_ENDPTNAK_EPRN3_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN3_Pos)                       /*!< USB0 ENDPTNAK: EPRN3 Mask           */\r
-#define USB0_ENDPTNAK_EPRN4_Pos                               4                                                         /*!< USB0 ENDPTNAK: EPRN4 Position       */\r
-#define USB0_ENDPTNAK_EPRN4_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN4_Pos)                       /*!< USB0 ENDPTNAK: EPRN4 Mask           */\r
-#define USB0_ENDPTNAK_EPRN5_Pos                               5                                                         /*!< USB0 ENDPTNAK: EPRN5 Position       */\r
-#define USB0_ENDPTNAK_EPRN5_Msk                               (0x01UL << USB0_ENDPTNAK_EPRN5_Pos)                       /*!< USB0 ENDPTNAK: EPRN5 Mask           */\r
-#define USB0_ENDPTNAK_EPTN0_Pos                               16                                                        /*!< USB0 ENDPTNAK: EPTN0 Position       */\r
-#define USB0_ENDPTNAK_EPTN0_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN0_Pos)                       /*!< USB0 ENDPTNAK: EPTN0 Mask           */\r
-#define USB0_ENDPTNAK_EPTN1_Pos                               17                                                        /*!< USB0 ENDPTNAK: EPTN1 Position       */\r
-#define USB0_ENDPTNAK_EPTN1_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN1_Pos)                       /*!< USB0 ENDPTNAK: EPTN1 Mask           */\r
-#define USB0_ENDPTNAK_EPTN2_Pos                               18                                                        /*!< USB0 ENDPTNAK: EPTN2 Position       */\r
-#define USB0_ENDPTNAK_EPTN2_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN2_Pos)                       /*!< USB0 ENDPTNAK: EPTN2 Mask           */\r
-#define USB0_ENDPTNAK_EPTN3_Pos                               19                                                        /*!< USB0 ENDPTNAK: EPTN3 Position       */\r
-#define USB0_ENDPTNAK_EPTN3_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN3_Pos)                       /*!< USB0 ENDPTNAK: EPTN3 Mask           */\r
-#define USB0_ENDPTNAK_EPTN4_Pos                               20                                                        /*!< USB0 ENDPTNAK: EPTN4 Position       */\r
-#define USB0_ENDPTNAK_EPTN4_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN4_Pos)                       /*!< USB0 ENDPTNAK: EPTN4 Mask           */\r
-#define USB0_ENDPTNAK_EPTN5_Pos                               21                                                        /*!< USB0 ENDPTNAK: EPTN5 Position       */\r
-#define USB0_ENDPTNAK_EPTN5_Msk                               (0x01UL << USB0_ENDPTNAK_EPTN5_Pos)                       /*!< USB0 ENDPTNAK: EPTN5 Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTNAKEN  ----------------------------------------\r
-#define USB0_ENDPTNAKEN_EPRNE0_Pos                            0                                                         /*!< USB0 ENDPTNAKEN: EPRNE0 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE0_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE0_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE0 Mask        */\r
-#define USB0_ENDPTNAKEN_EPRNE1_Pos                            1                                                         /*!< USB0 ENDPTNAKEN: EPRNE1 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE1_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE1_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE1 Mask        */\r
-#define USB0_ENDPTNAKEN_EPRNE2_Pos                            2                                                         /*!< USB0 ENDPTNAKEN: EPRNE2 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE2_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE2_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE2 Mask        */\r
-#define USB0_ENDPTNAKEN_EPRNE3_Pos                            3                                                         /*!< USB0 ENDPTNAKEN: EPRNE3 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE3_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE3_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE3 Mask        */\r
-#define USB0_ENDPTNAKEN_EPRNE4_Pos                            4                                                         /*!< USB0 ENDPTNAKEN: EPRNE4 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE4_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE4_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE4 Mask        */\r
-#define USB0_ENDPTNAKEN_EPRNE5_Pos                            5                                                         /*!< USB0 ENDPTNAKEN: EPRNE5 Position    */\r
-#define USB0_ENDPTNAKEN_EPRNE5_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPRNE5_Pos)                    /*!< USB0 ENDPTNAKEN: EPRNE5 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE0_Pos                            16                                                        /*!< USB0 ENDPTNAKEN: EPTNE0 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE0_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE0_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE0 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE1_Pos                            17                                                        /*!< USB0 ENDPTNAKEN: EPTNE1 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE1_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE1_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE1 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE2_Pos                            18                                                        /*!< USB0 ENDPTNAKEN: EPTNE2 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE2_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE2_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE2 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE3_Pos                            19                                                        /*!< USB0 ENDPTNAKEN: EPTNE3 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE3_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE3_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE3 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE4_Pos                            20                                                        /*!< USB0 ENDPTNAKEN: EPTNE4 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE4_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE4_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE4 Mask        */\r
-#define USB0_ENDPTNAKEN_EPTNE5_Pos                            21                                                        /*!< USB0 ENDPTNAKEN: EPTNE5 Position    */\r
-#define USB0_ENDPTNAKEN_EPTNE5_Msk                            (0x01UL << USB0_ENDPTNAKEN_EPTNE5_Pos)                    /*!< USB0 ENDPTNAKEN: EPTNE5 Mask        */\r
-\r
-// -------------------------------------  USB0_PORTSC1_D  -----------------------------------------\r
-#define USB0_PORTSC1_D_CCS_Pos                                0                                                         /*!< USB0 PORTSC1_D: CCS Position        */\r
-#define USB0_PORTSC1_D_CCS_Msk                                (0x01UL << USB0_PORTSC1_D_CCS_Pos)                        /*!< USB0 PORTSC1_D: CCS Mask            */\r
-#define USB0_PORTSC1_D_PE_Pos                                 2                                                         /*!< USB0 PORTSC1_D: PE Position         */\r
-#define USB0_PORTSC1_D_PE_Msk                                 (0x01UL << USB0_PORTSC1_D_PE_Pos)                         /*!< USB0 PORTSC1_D: PE Mask             */\r
-#define USB0_PORTSC1_D_PEC_Pos                                3                                                         /*!< USB0 PORTSC1_D: PEC Position        */\r
-#define USB0_PORTSC1_D_PEC_Msk                                (0x01UL << USB0_PORTSC1_D_PEC_Pos)                        /*!< USB0 PORTSC1_D: PEC Mask            */\r
-#define USB0_PORTSC1_D_FPR_Pos                                6                                                         /*!< USB0 PORTSC1_D: FPR Position        */\r
-#define USB0_PORTSC1_D_FPR_Msk                                (0x01UL << USB0_PORTSC1_D_FPR_Pos)                        /*!< USB0 PORTSC1_D: FPR Mask            */\r
-#define USB0_PORTSC1_D_SUSP_Pos                               7                                                         /*!< USB0 PORTSC1_D: SUSP Position       */\r
-#define USB0_PORTSC1_D_SUSP_Msk                               (0x01UL << USB0_PORTSC1_D_SUSP_Pos)                       /*!< USB0 PORTSC1_D: SUSP Mask           */\r
-#define USB0_PORTSC1_D_PR_Pos                                 8                                                         /*!< USB0 PORTSC1_D: PR Position         */\r
-#define USB0_PORTSC1_D_PR_Msk                                 (0x01UL << USB0_PORTSC1_D_PR_Pos)                         /*!< USB0 PORTSC1_D: PR Mask             */\r
-#define USB0_PORTSC1_D_HSP_Pos                                9                                                         /*!< USB0 PORTSC1_D: HSP Position        */\r
-#define USB0_PORTSC1_D_HSP_Msk                                (0x01UL << USB0_PORTSC1_D_HSP_Pos)                        /*!< USB0 PORTSC1_D: HSP Mask            */\r
-#define USB0_PORTSC1_D_PIC1_0_Pos                             14                                                        /*!< USB0 PORTSC1_D: PIC1_0 Position     */\r
-#define USB0_PORTSC1_D_PIC1_0_Msk                             (0x03UL << USB0_PORTSC1_D_PIC1_0_Pos)                     /*!< USB0 PORTSC1_D: PIC1_0 Mask         */\r
-#define USB0_PORTSC1_D_PTC3_0_Pos                             16                                                        /*!< USB0 PORTSC1_D: PTC3_0 Position     */\r
-#define USB0_PORTSC1_D_PTC3_0_Msk                             (0x0fUL << USB0_PORTSC1_D_PTC3_0_Pos)                     /*!< USB0 PORTSC1_D: PTC3_0 Mask         */\r
-#define USB0_PORTSC1_D_PHCD_Pos                               23                                                        /*!< USB0 PORTSC1_D: PHCD Position       */\r
-#define USB0_PORTSC1_D_PHCD_Msk                               (0x01UL << USB0_PORTSC1_D_PHCD_Pos)                       /*!< USB0 PORTSC1_D: PHCD Mask           */\r
-#define USB0_PORTSC1_D_PFSC_Pos                               24                                                        /*!< USB0 PORTSC1_D: PFSC Position       */\r
-#define USB0_PORTSC1_D_PFSC_Msk                               (0x01UL << USB0_PORTSC1_D_PFSC_Pos)                       /*!< USB0 PORTSC1_D: PFSC Mask           */\r
-#define USB0_PORTSC1_D_PSPD_Pos                               26                                                        /*!< USB0 PORTSC1_D: PSPD Position       */\r
-#define USB0_PORTSC1_D_PSPD_Msk                               (0x03UL << USB0_PORTSC1_D_PSPD_Pos)                       /*!< USB0 PORTSC1_D: PSPD Mask           */\r
-\r
-// -------------------------------------  USB0_PORTSC1_H  -----------------------------------------\r
-#define USB0_PORTSC1_H_CCS_Pos                                0                                                         /*!< USB0 PORTSC1_H: CCS Position        */\r
-#define USB0_PORTSC1_H_CCS_Msk                                (0x01UL << USB0_PORTSC1_H_CCS_Pos)                        /*!< USB0 PORTSC1_H: CCS Mask            */\r
-#define USB0_PORTSC1_H_CSC_Pos                                1                                                         /*!< USB0 PORTSC1_H: CSC Position        */\r
-#define USB0_PORTSC1_H_CSC_Msk                                (0x01UL << USB0_PORTSC1_H_CSC_Pos)                        /*!< USB0 PORTSC1_H: CSC Mask            */\r
-#define USB0_PORTSC1_H_PE_Pos                                 2                                                         /*!< USB0 PORTSC1_H: PE Position         */\r
-#define USB0_PORTSC1_H_PE_Msk                                 (0x01UL << USB0_PORTSC1_H_PE_Pos)                         /*!< USB0 PORTSC1_H: PE Mask             */\r
-#define USB0_PORTSC1_H_PEC_Pos                                3                                                         /*!< USB0 PORTSC1_H: PEC Position        */\r
-#define USB0_PORTSC1_H_PEC_Msk                                (0x01UL << USB0_PORTSC1_H_PEC_Pos)                        /*!< USB0 PORTSC1_H: PEC Mask            */\r
-#define USB0_PORTSC1_H_OCA_Pos                                4                                                         /*!< USB0 PORTSC1_H: OCA Position        */\r
-#define USB0_PORTSC1_H_OCA_Msk                                (0x01UL << USB0_PORTSC1_H_OCA_Pos)                        /*!< USB0 PORTSC1_H: OCA Mask            */\r
-#define USB0_PORTSC1_H_OCC_Pos                                5                                                         /*!< USB0 PORTSC1_H: OCC Position        */\r
-#define USB0_PORTSC1_H_OCC_Msk                                (0x01UL << USB0_PORTSC1_H_OCC_Pos)                        /*!< USB0 PORTSC1_H: OCC Mask            */\r
-#define USB0_PORTSC1_H_FPR_Pos                                6                                                         /*!< USB0 PORTSC1_H: FPR Position        */\r
-#define USB0_PORTSC1_H_FPR_Msk                                (0x01UL << USB0_PORTSC1_H_FPR_Pos)                        /*!< USB0 PORTSC1_H: FPR Mask            */\r
-#define USB0_PORTSC1_H_SUSP_Pos                               7                                                         /*!< USB0 PORTSC1_H: SUSP Position       */\r
-#define USB0_PORTSC1_H_SUSP_Msk                               (0x01UL << USB0_PORTSC1_H_SUSP_Pos)                       /*!< USB0 PORTSC1_H: SUSP Mask           */\r
-#define USB0_PORTSC1_H_PR_Pos                                 8                                                         /*!< USB0 PORTSC1_H: PR Position         */\r
-#define USB0_PORTSC1_H_PR_Msk                                 (0x01UL << USB0_PORTSC1_H_PR_Pos)                         /*!< USB0 PORTSC1_H: PR Mask             */\r
-#define USB0_PORTSC1_H_HSP_Pos                                9                                                         /*!< USB0 PORTSC1_H: HSP Position        */\r
-#define USB0_PORTSC1_H_HSP_Msk                                (0x01UL << USB0_PORTSC1_H_HSP_Pos)                        /*!< USB0 PORTSC1_H: HSP Mask            */\r
-#define USB0_PORTSC1_H_LS_Pos                                 10                                                        /*!< USB0 PORTSC1_H: LS Position         */\r
-#define USB0_PORTSC1_H_LS_Msk                                 (0x03UL << USB0_PORTSC1_H_LS_Pos)                         /*!< USB0 PORTSC1_H: LS Mask             */\r
-#define USB0_PORTSC1_H_PP_Pos                                 12                                                        /*!< USB0 PORTSC1_H: PP Position         */\r
-#define USB0_PORTSC1_H_PP_Msk                                 (0x01UL << USB0_PORTSC1_H_PP_Pos)                         /*!< USB0 PORTSC1_H: PP Mask             */\r
-#define USB0_PORTSC1_H_PIC1_0_Pos                             14                                                        /*!< USB0 PORTSC1_H: PIC1_0 Position     */\r
-#define USB0_PORTSC1_H_PIC1_0_Msk                             (0x03UL << USB0_PORTSC1_H_PIC1_0_Pos)                     /*!< USB0 PORTSC1_H: PIC1_0 Mask         */\r
-#define USB0_PORTSC1_H_PTC3_0_Pos                             16                                                        /*!< USB0 PORTSC1_H: PTC3_0 Position     */\r
-#define USB0_PORTSC1_H_PTC3_0_Msk                             (0x0fUL << USB0_PORTSC1_H_PTC3_0_Pos)                     /*!< USB0 PORTSC1_H: PTC3_0 Mask         */\r
-#define USB0_PORTSC1_H_WKCN_Pos                               20                                                        /*!< USB0 PORTSC1_H: WKCN Position       */\r
-#define USB0_PORTSC1_H_WKCN_Msk                               (0x01UL << USB0_PORTSC1_H_WKCN_Pos)                       /*!< USB0 PORTSC1_H: WKCN Mask           */\r
-#define USB0_PORTSC1_H_WKDC_Pos                               21                                                        /*!< USB0 PORTSC1_H: WKDC Position       */\r
-#define USB0_PORTSC1_H_WKDC_Msk                               (0x01UL << USB0_PORTSC1_H_WKDC_Pos)                       /*!< USB0 PORTSC1_H: WKDC Mask           */\r
-#define USB0_PORTSC1_H_WKOC_Pos                               22                                                        /*!< USB0 PORTSC1_H: WKOC Position       */\r
-#define USB0_PORTSC1_H_WKOC_Msk                               (0x01UL << USB0_PORTSC1_H_WKOC_Pos)                       /*!< USB0 PORTSC1_H: WKOC Mask           */\r
-#define USB0_PORTSC1_H_PHCD_Pos                               23                                                        /*!< USB0 PORTSC1_H: PHCD Position       */\r
-#define USB0_PORTSC1_H_PHCD_Msk                               (0x01UL << USB0_PORTSC1_H_PHCD_Pos)                       /*!< USB0 PORTSC1_H: PHCD Mask           */\r
-#define USB0_PORTSC1_H_PFSC_Pos                               24                                                        /*!< USB0 PORTSC1_H: PFSC Position       */\r
-#define USB0_PORTSC1_H_PFSC_Msk                               (0x01UL << USB0_PORTSC1_H_PFSC_Pos)                       /*!< USB0 PORTSC1_H: PFSC Mask           */\r
-#define USB0_PORTSC1_H_PSPD_Pos                               26                                                        /*!< USB0 PORTSC1_H: PSPD Position       */\r
-#define USB0_PORTSC1_H_PSPD_Msk                               (0x03UL << USB0_PORTSC1_H_PSPD_Pos)                       /*!< USB0 PORTSC1_H: PSPD Mask           */\r
-\r
-// ---------------------------------------  USB0_OTGSC  -------------------------------------------\r
-#define USB0_OTGSC_VD_Pos                                     0                                                         /*!< USB0 OTGSC: VD Position             */\r
-#define USB0_OTGSC_VD_Msk                                     (0x01UL << USB0_OTGSC_VD_Pos)                             /*!< USB0 OTGSC: VD Mask                 */\r
-#define USB0_OTGSC_VC_Pos                                     1                                                         /*!< USB0 OTGSC: VC Position             */\r
-#define USB0_OTGSC_VC_Msk                                     (0x01UL << USB0_OTGSC_VC_Pos)                             /*!< USB0 OTGSC: VC Mask                 */\r
-#define USB0_OTGSC_HAAR_Pos                                   2                                                         /*!< USB0 OTGSC: HAAR Position           */\r
-#define USB0_OTGSC_HAAR_Msk                                   (0x01UL << USB0_OTGSC_HAAR_Pos)                           /*!< USB0 OTGSC: HAAR Mask               */\r
-#define USB0_OTGSC_OT_Pos                                     3                                                         /*!< USB0 OTGSC: OT Position             */\r
-#define USB0_OTGSC_OT_Msk                                     (0x01UL << USB0_OTGSC_OT_Pos)                             /*!< USB0 OTGSC: OT Mask                 */\r
-#define USB0_OTGSC_DP_Pos                                     4                                                         /*!< USB0 OTGSC: DP Position             */\r
-#define USB0_OTGSC_DP_Msk                                     (0x01UL << USB0_OTGSC_DP_Pos)                             /*!< USB0 OTGSC: DP Mask                 */\r
-#define USB0_OTGSC_IDPU_Pos                                   5                                                         /*!< USB0 OTGSC: IDPU Position           */\r
-#define USB0_OTGSC_IDPU_Msk                                   (0x01UL << USB0_OTGSC_IDPU_Pos)                           /*!< USB0 OTGSC: IDPU Mask               */\r
-#define USB0_OTGSC_HADP_Pos                                   6                                                         /*!< USB0 OTGSC: HADP Position           */\r
-#define USB0_OTGSC_HADP_Msk                                   (0x01UL << USB0_OTGSC_HADP_Pos)                           /*!< USB0 OTGSC: HADP Mask               */\r
-#define USB0_OTGSC_HABA_Pos                                   7                                                         /*!< USB0 OTGSC: HABA Position           */\r
-#define USB0_OTGSC_HABA_Msk                                   (0x01UL << USB0_OTGSC_HABA_Pos)                           /*!< USB0 OTGSC: HABA Mask               */\r
-#define USB0_OTGSC_ID_Pos                                     8                                                         /*!< USB0 OTGSC: ID Position             */\r
-#define USB0_OTGSC_ID_Msk                                     (0x01UL << USB0_OTGSC_ID_Pos)                             /*!< USB0 OTGSC: ID Mask                 */\r
-#define USB0_OTGSC_AVV_Pos                                    9                                                         /*!< USB0 OTGSC: AVV Position            */\r
-#define USB0_OTGSC_AVV_Msk                                    (0x01UL << USB0_OTGSC_AVV_Pos)                            /*!< USB0 OTGSC: AVV Mask                */\r
-#define USB0_OTGSC_ASV_Pos                                    10                                                        /*!< USB0 OTGSC: ASV Position            */\r
-#define USB0_OTGSC_ASV_Msk                                    (0x01UL << USB0_OTGSC_ASV_Pos)                            /*!< USB0 OTGSC: ASV Mask                */\r
-#define USB0_OTGSC_BSV_Pos                                    11                                                        /*!< USB0 OTGSC: BSV Position            */\r
-#define USB0_OTGSC_BSV_Msk                                    (0x01UL << USB0_OTGSC_BSV_Pos)                            /*!< USB0 OTGSC: BSV Mask                */\r
-#define USB0_OTGSC_BSE_Pos                                    12                                                        /*!< USB0 OTGSC: BSE Position            */\r
-#define USB0_OTGSC_BSE_Msk                                    (0x01UL << USB0_OTGSC_BSE_Pos)                            /*!< USB0 OTGSC: BSE Mask                */\r
-#define USB0_OTGSC_MS1T_Pos                                   13                                                        /*!< USB0 OTGSC: MS1T Position           */\r
-#define USB0_OTGSC_MS1T_Msk                                   (0x01UL << USB0_OTGSC_MS1T_Pos)                           /*!< USB0 OTGSC: MS1T Mask               */\r
-#define USB0_OTGSC_DPS_Pos                                    14                                                        /*!< USB0 OTGSC: DPS Position            */\r
-#define USB0_OTGSC_DPS_Msk                                    (0x01UL << USB0_OTGSC_DPS_Pos)                            /*!< USB0 OTGSC: DPS Mask                */\r
-#define USB0_OTGSC_IDIS_Pos                                   16                                                        /*!< USB0 OTGSC: IDIS Position           */\r
-#define USB0_OTGSC_IDIS_Msk                                   (0x01UL << USB0_OTGSC_IDIS_Pos)                           /*!< USB0 OTGSC: IDIS Mask               */\r
-#define USB0_OTGSC_AVVIS_Pos                                  17                                                        /*!< USB0 OTGSC: AVVIS Position          */\r
-#define USB0_OTGSC_AVVIS_Msk                                  (0x01UL << USB0_OTGSC_AVVIS_Pos)                          /*!< USB0 OTGSC: AVVIS Mask              */\r
-#define USB0_OTGSC_ASVIS_Pos                                  18                                                        /*!< USB0 OTGSC: ASVIS Position          */\r
-#define USB0_OTGSC_ASVIS_Msk                                  (0x01UL << USB0_OTGSC_ASVIS_Pos)                          /*!< USB0 OTGSC: ASVIS Mask              */\r
-#define USB0_OTGSC_BSVIS_Pos                                  19                                                        /*!< USB0 OTGSC: BSVIS Position          */\r
-#define USB0_OTGSC_BSVIS_Msk                                  (0x01UL << USB0_OTGSC_BSVIS_Pos)                          /*!< USB0 OTGSC: BSVIS Mask              */\r
-#define USB0_OTGSC_BSEIS_Pos                                  20                                                        /*!< USB0 OTGSC: BSEIS Position          */\r
-#define USB0_OTGSC_BSEIS_Msk                                  (0x01UL << USB0_OTGSC_BSEIS_Pos)                          /*!< USB0 OTGSC: BSEIS Mask              */\r
-#define USB0_OTGSC_ms1S_Pos                                   21                                                        /*!< USB0 OTGSC: ms1S Position           */\r
-#define USB0_OTGSC_ms1S_Msk                                   (0x01UL << USB0_OTGSC_ms1S_Pos)                           /*!< USB0 OTGSC: ms1S Mask               */\r
-#define USB0_OTGSC_DPIS_Pos                                   22                                                        /*!< USB0 OTGSC: DPIS Position           */\r
-#define USB0_OTGSC_DPIS_Msk                                   (0x01UL << USB0_OTGSC_DPIS_Pos)                           /*!< USB0 OTGSC: DPIS Mask               */\r
-#define USB0_OTGSC_IDIE_Pos                                   24                                                        /*!< USB0 OTGSC: IDIE Position           */\r
-#define USB0_OTGSC_IDIE_Msk                                   (0x01UL << USB0_OTGSC_IDIE_Pos)                           /*!< USB0 OTGSC: IDIE Mask               */\r
-#define USB0_OTGSC_AVVIE_Pos                                  25                                                        /*!< USB0 OTGSC: AVVIE Position          */\r
-#define USB0_OTGSC_AVVIE_Msk                                  (0x01UL << USB0_OTGSC_AVVIE_Pos)                          /*!< USB0 OTGSC: AVVIE Mask              */\r
-#define USB0_OTGSC_ASVIE_Pos                                  26                                                        /*!< USB0 OTGSC: ASVIE Position          */\r
-#define USB0_OTGSC_ASVIE_Msk                                  (0x01UL << USB0_OTGSC_ASVIE_Pos)                          /*!< USB0 OTGSC: ASVIE Mask              */\r
-#define USB0_OTGSC_BSVIE_Pos                                  27                                                        /*!< USB0 OTGSC: BSVIE Position          */\r
-#define USB0_OTGSC_BSVIE_Msk                                  (0x01UL << USB0_OTGSC_BSVIE_Pos)                          /*!< USB0 OTGSC: BSVIE Mask              */\r
-#define USB0_OTGSC_BSEIE_Pos                                  28                                                        /*!< USB0 OTGSC: BSEIE Position          */\r
-#define USB0_OTGSC_BSEIE_Msk                                  (0x01UL << USB0_OTGSC_BSEIE_Pos)                          /*!< USB0 OTGSC: BSEIE Mask              */\r
-#define USB0_OTGSC_MS1E_Pos                                   29                                                        /*!< USB0 OTGSC: MS1E Position           */\r
-#define USB0_OTGSC_MS1E_Msk                                   (0x01UL << USB0_OTGSC_MS1E_Pos)                           /*!< USB0 OTGSC: MS1E Mask               */\r
-#define USB0_OTGSC_DPIE_Pos                                   30                                                        /*!< USB0 OTGSC: DPIE Position           */\r
-#define USB0_OTGSC_DPIE_Msk                                   (0x01UL << USB0_OTGSC_DPIE_Pos)                           /*!< USB0 OTGSC: DPIE Mask               */\r
-\r
-// -------------------------------------  USB0_USBMODE_D  -----------------------------------------\r
-#define USB0_USBMODE_D_CM1_0_Pos                              0                                                         /*!< USB0 USBMODE_D: CM1_0 Position      */\r
-#define USB0_USBMODE_D_CM1_0_Msk                              (0x03UL << USB0_USBMODE_D_CM1_0_Pos)                      /*!< USB0 USBMODE_D: CM1_0 Mask          */\r
-#define USB0_USBMODE_D_ES_Pos                                 2                                                         /*!< USB0 USBMODE_D: ES Position         */\r
-#define USB0_USBMODE_D_ES_Msk                                 (0x01UL << USB0_USBMODE_D_ES_Pos)                         /*!< USB0 USBMODE_D: ES Mask             */\r
-#define USB0_USBMODE_D_SLOM_Pos                               3                                                         /*!< USB0 USBMODE_D: SLOM Position       */\r
-#define USB0_USBMODE_D_SLOM_Msk                               (0x01UL << USB0_USBMODE_D_SLOM_Pos)                       /*!< USB0 USBMODE_D: SLOM Mask           */\r
-#define USB0_USBMODE_D_SDIS_Pos                               4                                                         /*!< USB0 USBMODE_D: SDIS Position       */\r
-#define USB0_USBMODE_D_SDIS_Msk                               (0x01UL << USB0_USBMODE_D_SDIS_Pos)                       /*!< USB0 USBMODE_D: SDIS Mask           */\r
-\r
-// -------------------------------------  USB0_USBMODE_H  -----------------------------------------\r
-#define USB0_USBMODE_H_CM_Pos                                 0                                                         /*!< USB0 USBMODE_H: CM Position         */\r
-#define USB0_USBMODE_H_CM_Msk                                 (0x03UL << USB0_USBMODE_H_CM_Pos)                         /*!< USB0 USBMODE_H: CM Mask             */\r
-#define USB0_USBMODE_H_ES_Pos                                 2                                                         /*!< USB0 USBMODE_H: ES Position         */\r
-#define USB0_USBMODE_H_ES_Msk                                 (0x01UL << USB0_USBMODE_H_ES_Pos)                         /*!< USB0 USBMODE_H: ES Mask             */\r
-#define USB0_USBMODE_H_SDIS_Pos                               4                                                         /*!< USB0 USBMODE_H: SDIS Position       */\r
-#define USB0_USBMODE_H_SDIS_Msk                               (0x01UL << USB0_USBMODE_H_SDIS_Pos)                       /*!< USB0 USBMODE_H: SDIS Mask           */\r
-#define USB0_USBMODE_H_VBPS_Pos                               5                                                         /*!< USB0 USBMODE_H: VBPS Position       */\r
-#define USB0_USBMODE_H_VBPS_Msk                               (0x01UL << USB0_USBMODE_H_VBPS_Pos)                       /*!< USB0 USBMODE_H: VBPS Mask           */\r
-\r
-// -----------------------------------  USB0_ENDPTSETUPSTAT  --------------------------------------\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Pos               0                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT0 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT0 Mask */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Pos               1                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT1 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT1 Mask */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Pos               2                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT2 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT2 Mask */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Pos               3                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT3 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT3 Mask */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT4_Pos               4                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT4 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT4_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT4_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT4 Mask */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT5_Pos               5                                                         /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT5 Position */\r
-#define USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT5_Msk               (0x01UL << USB0_ENDPTSETUPSTAT_ENDPTSETUPSTAT5_Pos)       /*!< USB0 ENDPTSETUPSTAT: ENDPTSETUPSTAT5 Mask */\r
-\r
-// -------------------------------------  USB0_ENDPTPRIME  ----------------------------------------\r
-#define USB0_ENDPTPRIME_PERB0_Pos                             0                                                         /*!< USB0 ENDPTPRIME: PERB0 Position     */\r
-#define USB0_ENDPTPRIME_PERB0_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB0_Pos)                     /*!< USB0 ENDPTPRIME: PERB0 Mask         */\r
-#define USB0_ENDPTPRIME_PERB1_Pos                             1                                                         /*!< USB0 ENDPTPRIME: PERB1 Position     */\r
-#define USB0_ENDPTPRIME_PERB1_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB1_Pos)                     /*!< USB0 ENDPTPRIME: PERB1 Mask         */\r
-#define USB0_ENDPTPRIME_PERB2_Pos                             2                                                         /*!< USB0 ENDPTPRIME: PERB2 Position     */\r
-#define USB0_ENDPTPRIME_PERB2_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB2_Pos)                     /*!< USB0 ENDPTPRIME: PERB2 Mask         */\r
-#define USB0_ENDPTPRIME_PERB3_Pos                             3                                                         /*!< USB0 ENDPTPRIME: PERB3 Position     */\r
-#define USB0_ENDPTPRIME_PERB3_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB3_Pos)                     /*!< USB0 ENDPTPRIME: PERB3 Mask         */\r
-#define USB0_ENDPTPRIME_PERB4_Pos                             4                                                         /*!< USB0 ENDPTPRIME: PERB4 Position     */\r
-#define USB0_ENDPTPRIME_PERB4_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB4_Pos)                     /*!< USB0 ENDPTPRIME: PERB4 Mask         */\r
-#define USB0_ENDPTPRIME_PERB5_Pos                             5                                                         /*!< USB0 ENDPTPRIME: PERB5 Position     */\r
-#define USB0_ENDPTPRIME_PERB5_Msk                             (0x01UL << USB0_ENDPTPRIME_PERB5_Pos)                     /*!< USB0 ENDPTPRIME: PERB5 Mask         */\r
-#define USB0_ENDPTPRIME_PETB0_Pos                             16                                                        /*!< USB0 ENDPTPRIME: PETB0 Position     */\r
-#define USB0_ENDPTPRIME_PETB0_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB0_Pos)                     /*!< USB0 ENDPTPRIME: PETB0 Mask         */\r
-#define USB0_ENDPTPRIME_PETB1_Pos                             17                                                        /*!< USB0 ENDPTPRIME: PETB1 Position     */\r
-#define USB0_ENDPTPRIME_PETB1_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB1_Pos)                     /*!< USB0 ENDPTPRIME: PETB1 Mask         */\r
-#define USB0_ENDPTPRIME_PETB2_Pos                             18                                                        /*!< USB0 ENDPTPRIME: PETB2 Position     */\r
-#define USB0_ENDPTPRIME_PETB2_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB2_Pos)                     /*!< USB0 ENDPTPRIME: PETB2 Mask         */\r
-#define USB0_ENDPTPRIME_PETB3_Pos                             19                                                        /*!< USB0 ENDPTPRIME: PETB3 Position     */\r
-#define USB0_ENDPTPRIME_PETB3_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB3_Pos)                     /*!< USB0 ENDPTPRIME: PETB3 Mask         */\r
-#define USB0_ENDPTPRIME_PETB4_Pos                             20                                                        /*!< USB0 ENDPTPRIME: PETB4 Position     */\r
-#define USB0_ENDPTPRIME_PETB4_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB4_Pos)                     /*!< USB0 ENDPTPRIME: PETB4 Mask         */\r
-#define USB0_ENDPTPRIME_PETB5_Pos                             21                                                        /*!< USB0 ENDPTPRIME: PETB5 Position     */\r
-#define USB0_ENDPTPRIME_PETB5_Msk                             (0x01UL << USB0_ENDPTPRIME_PETB5_Pos)                     /*!< USB0 ENDPTPRIME: PETB5 Mask         */\r
-\r
-// -------------------------------------  USB0_ENDPTFLUSH  ----------------------------------------\r
-#define USB0_ENDPTFLUSH_FERB0_Pos                             0                                                         /*!< USB0 ENDPTFLUSH: FERB0 Position     */\r
-#define USB0_ENDPTFLUSH_FERB0_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB0_Pos)                     /*!< USB0 ENDPTFLUSH: FERB0 Mask         */\r
-#define USB0_ENDPTFLUSH_FERB1_Pos                             1                                                         /*!< USB0 ENDPTFLUSH: FERB1 Position     */\r
-#define USB0_ENDPTFLUSH_FERB1_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB1_Pos)                     /*!< USB0 ENDPTFLUSH: FERB1 Mask         */\r
-#define USB0_ENDPTFLUSH_FERB2_Pos                             2                                                         /*!< USB0 ENDPTFLUSH: FERB2 Position     */\r
-#define USB0_ENDPTFLUSH_FERB2_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB2_Pos)                     /*!< USB0 ENDPTFLUSH: FERB2 Mask         */\r
-#define USB0_ENDPTFLUSH_FERB3_Pos                             3                                                         /*!< USB0 ENDPTFLUSH: FERB3 Position     */\r
-#define USB0_ENDPTFLUSH_FERB3_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB3_Pos)                     /*!< USB0 ENDPTFLUSH: FERB3 Mask         */\r
-#define USB0_ENDPTFLUSH_FERB4_Pos                             4                                                         /*!< USB0 ENDPTFLUSH: FERB4 Position     */\r
-#define USB0_ENDPTFLUSH_FERB4_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB4_Pos)                     /*!< USB0 ENDPTFLUSH: FERB4 Mask         */\r
-#define USB0_ENDPTFLUSH_FERB5_Pos                             5                                                         /*!< USB0 ENDPTFLUSH: FERB5 Position     */\r
-#define USB0_ENDPTFLUSH_FERB5_Msk                             (0x01UL << USB0_ENDPTFLUSH_FERB5_Pos)                     /*!< USB0 ENDPTFLUSH: FERB5 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB0_Pos                             16                                                        /*!< USB0 ENDPTFLUSH: FETB0 Position     */\r
-#define USB0_ENDPTFLUSH_FETB0_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB0_Pos)                     /*!< USB0 ENDPTFLUSH: FETB0 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB1_Pos                             17                                                        /*!< USB0 ENDPTFLUSH: FETB1 Position     */\r
-#define USB0_ENDPTFLUSH_FETB1_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB1_Pos)                     /*!< USB0 ENDPTFLUSH: FETB1 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB2_Pos                             18                                                        /*!< USB0 ENDPTFLUSH: FETB2 Position     */\r
-#define USB0_ENDPTFLUSH_FETB2_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB2_Pos)                     /*!< USB0 ENDPTFLUSH: FETB2 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB3_Pos                             19                                                        /*!< USB0 ENDPTFLUSH: FETB3 Position     */\r
-#define USB0_ENDPTFLUSH_FETB3_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB3_Pos)                     /*!< USB0 ENDPTFLUSH: FETB3 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB4_Pos                             20                                                        /*!< USB0 ENDPTFLUSH: FETB4 Position     */\r
-#define USB0_ENDPTFLUSH_FETB4_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB4_Pos)                     /*!< USB0 ENDPTFLUSH: FETB4 Mask         */\r
-#define USB0_ENDPTFLUSH_FETB5_Pos                             21                                                        /*!< USB0 ENDPTFLUSH: FETB5 Position     */\r
-#define USB0_ENDPTFLUSH_FETB5_Msk                             (0x01UL << USB0_ENDPTFLUSH_FETB5_Pos)                     /*!< USB0 ENDPTFLUSH: FETB5 Mask         */\r
-\r
-// -------------------------------------  USB0_ENDPTSTAT  -----------------------------------------\r
-#define USB0_ENDPTSTAT_ERBR0_Pos                              0                                                         /*!< USB0 ENDPTSTAT: ERBR0 Position      */\r
-#define USB0_ENDPTSTAT_ERBR0_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR0_Pos)                      /*!< USB0 ENDPTSTAT: ERBR0 Mask          */\r
-#define USB0_ENDPTSTAT_ERBR1_Pos                              1                                                         /*!< USB0 ENDPTSTAT: ERBR1 Position      */\r
-#define USB0_ENDPTSTAT_ERBR1_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR1_Pos)                      /*!< USB0 ENDPTSTAT: ERBR1 Mask          */\r
-#define USB0_ENDPTSTAT_ERBR2_Pos                              2                                                         /*!< USB0 ENDPTSTAT: ERBR2 Position      */\r
-#define USB0_ENDPTSTAT_ERBR2_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR2_Pos)                      /*!< USB0 ENDPTSTAT: ERBR2 Mask          */\r
-#define USB0_ENDPTSTAT_ERBR3_Pos                              3                                                         /*!< USB0 ENDPTSTAT: ERBR3 Position      */\r
-#define USB0_ENDPTSTAT_ERBR3_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR3_Pos)                      /*!< USB0 ENDPTSTAT: ERBR3 Mask          */\r
-#define USB0_ENDPTSTAT_ERBR4_Pos                              4                                                         /*!< USB0 ENDPTSTAT: ERBR4 Position      */\r
-#define USB0_ENDPTSTAT_ERBR4_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR4_Pos)                      /*!< USB0 ENDPTSTAT: ERBR4 Mask          */\r
-#define USB0_ENDPTSTAT_ERBR5_Pos                              5                                                         /*!< USB0 ENDPTSTAT: ERBR5 Position      */\r
-#define USB0_ENDPTSTAT_ERBR5_Msk                              (0x01UL << USB0_ENDPTSTAT_ERBR5_Pos)                      /*!< USB0 ENDPTSTAT: ERBR5 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR0_Pos                              16                                                        /*!< USB0 ENDPTSTAT: ETBR0 Position      */\r
-#define USB0_ENDPTSTAT_ETBR0_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR0_Pos)                      /*!< USB0 ENDPTSTAT: ETBR0 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR1_Pos                              17                                                        /*!< USB0 ENDPTSTAT: ETBR1 Position      */\r
-#define USB0_ENDPTSTAT_ETBR1_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR1_Pos)                      /*!< USB0 ENDPTSTAT: ETBR1 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR2_Pos                              18                                                        /*!< USB0 ENDPTSTAT: ETBR2 Position      */\r
-#define USB0_ENDPTSTAT_ETBR2_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR2_Pos)                      /*!< USB0 ENDPTSTAT: ETBR2 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR3_Pos                              19                                                        /*!< USB0 ENDPTSTAT: ETBR3 Position      */\r
-#define USB0_ENDPTSTAT_ETBR3_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR3_Pos)                      /*!< USB0 ENDPTSTAT: ETBR3 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR4_Pos                              20                                                        /*!< USB0 ENDPTSTAT: ETBR4 Position      */\r
-#define USB0_ENDPTSTAT_ETBR4_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR4_Pos)                      /*!< USB0 ENDPTSTAT: ETBR4 Mask          */\r
-#define USB0_ENDPTSTAT_ETBR5_Pos                              21                                                        /*!< USB0 ENDPTSTAT: ETBR5 Position      */\r
-#define USB0_ENDPTSTAT_ETBR5_Msk                              (0x01UL << USB0_ENDPTSTAT_ETBR5_Pos)                      /*!< USB0 ENDPTSTAT: ETBR5 Mask          */\r
-\r
-// -----------------------------------  USB0_ENDPTCOMPLETE  ---------------------------------------\r
-#define USB0_ENDPTCOMPLETE_ERCE0_Pos                          0                                                         /*!< USB0 ENDPTCOMPLETE: ERCE0 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE0_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE0_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE0 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ERCE1_Pos                          1                                                         /*!< USB0 ENDPTCOMPLETE: ERCE1 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE1_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE1_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE1 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ERCE2_Pos                          2                                                         /*!< USB0 ENDPTCOMPLETE: ERCE2 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE2_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE2_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE2 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ERCE3_Pos                          3                                                         /*!< USB0 ENDPTCOMPLETE: ERCE3 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE3_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE3_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE3 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ERCE4_Pos                          4                                                         /*!< USB0 ENDPTCOMPLETE: ERCE4 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE4_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE4_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE4 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ERCE5_Pos                          5                                                         /*!< USB0 ENDPTCOMPLETE: ERCE5 Position  */\r
-#define USB0_ENDPTCOMPLETE_ERCE5_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ERCE5_Pos)                  /*!< USB0 ENDPTCOMPLETE: ERCE5 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE0_Pos                          16                                                        /*!< USB0 ENDPTCOMPLETE: ETCE0 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE0_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE0_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE0 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE1_Pos                          17                                                        /*!< USB0 ENDPTCOMPLETE: ETCE1 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE1_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE1_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE1 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE2_Pos                          18                                                        /*!< USB0 ENDPTCOMPLETE: ETCE2 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE2_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE2_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE2 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE3_Pos                          19                                                        /*!< USB0 ENDPTCOMPLETE: ETCE3 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE3_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE3_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE3 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE4_Pos                          20                                                        /*!< USB0 ENDPTCOMPLETE: ETCE4 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE4_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE4_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE4 Mask      */\r
-#define USB0_ENDPTCOMPLETE_ETCE5_Pos                          21                                                        /*!< USB0 ENDPTCOMPLETE: ETCE5 Position  */\r
-#define USB0_ENDPTCOMPLETE_ETCE5_Msk                          (0x01UL << USB0_ENDPTCOMPLETE_ETCE5_Pos)                  /*!< USB0 ENDPTCOMPLETE: ETCE5 Mask      */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL0  ----------------------------------------\r
-#define USB0_ENDPTCTRL0_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL0: RXS Position       */\r
-#define USB0_ENDPTCTRL0_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL0_RXS_Pos)                       /*!< USB0 ENDPTCTRL0: RXS Mask           */\r
-#define USB0_ENDPTCTRL0_RXT1_0_Pos                            2                                                         /*!< USB0 ENDPTCTRL0: RXT1_0 Position    */\r
-#define USB0_ENDPTCTRL0_RXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL0_RXT1_0_Pos)                    /*!< USB0 ENDPTCTRL0: RXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL0_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL0: RXE Position       */\r
-#define USB0_ENDPTCTRL0_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL0_RXE_Pos)                       /*!< USB0 ENDPTCTRL0: RXE Mask           */\r
-#define USB0_ENDPTCTRL0_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL0: TXS Position       */\r
-#define USB0_ENDPTCTRL0_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL0_TXS_Pos)                       /*!< USB0 ENDPTCTRL0: TXS Mask           */\r
-#define USB0_ENDPTCTRL0_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL0: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL0_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL0_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL0: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL0_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL0: TXE Position       */\r
-#define USB0_ENDPTCTRL0_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL0_TXE_Pos)                       /*!< USB0 ENDPTCTRL0: TXE Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL1  ----------------------------------------\r
-#define USB0_ENDPTCTRL1_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL1: RXS Position       */\r
-#define USB0_ENDPTCTRL1_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL1_RXS_Pos)                       /*!< USB0 ENDPTCTRL1: RXS Mask           */\r
-#define USB0_ENDPTCTRL1_RXT_Pos                               2                                                         /*!< USB0 ENDPTCTRL1: RXT Position       */\r
-#define USB0_ENDPTCTRL1_RXT_Msk                               (0x03UL << USB0_ENDPTCTRL1_RXT_Pos)                       /*!< USB0 ENDPTCTRL1: RXT Mask           */\r
-#define USB0_ENDPTCTRL1_RXI_Pos                               5                                                         /*!< USB0 ENDPTCTRL1: RXI Position       */\r
-#define USB0_ENDPTCTRL1_RXI_Msk                               (0x01UL << USB0_ENDPTCTRL1_RXI_Pos)                       /*!< USB0 ENDPTCTRL1: RXI Mask           */\r
-#define USB0_ENDPTCTRL1_RXR_Pos                               6                                                         /*!< USB0 ENDPTCTRL1: RXR Position       */\r
-#define USB0_ENDPTCTRL1_RXR_Msk                               (0x01UL << USB0_ENDPTCTRL1_RXR_Pos)                       /*!< USB0 ENDPTCTRL1: RXR Mask           */\r
-#define USB0_ENDPTCTRL1_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL1: RXE Position       */\r
-#define USB0_ENDPTCTRL1_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL1_RXE_Pos)                       /*!< USB0 ENDPTCTRL1: RXE Mask           */\r
-#define USB0_ENDPTCTRL1_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL1: TXS Position       */\r
-#define USB0_ENDPTCTRL1_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL1_TXS_Pos)                       /*!< USB0 ENDPTCTRL1: TXS Mask           */\r
-#define USB0_ENDPTCTRL1_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL1: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL1_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL1_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL1: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL1_TXI_Pos                               21                                                        /*!< USB0 ENDPTCTRL1: TXI Position       */\r
-#define USB0_ENDPTCTRL1_TXI_Msk                               (0x01UL << USB0_ENDPTCTRL1_TXI_Pos)                       /*!< USB0 ENDPTCTRL1: TXI Mask           */\r
-#define USB0_ENDPTCTRL1_TXR_Pos                               22                                                        /*!< USB0 ENDPTCTRL1: TXR Position       */\r
-#define USB0_ENDPTCTRL1_TXR_Msk                               (0x01UL << USB0_ENDPTCTRL1_TXR_Pos)                       /*!< USB0 ENDPTCTRL1: TXR Mask           */\r
-#define USB0_ENDPTCTRL1_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL1: TXE Position       */\r
-#define USB0_ENDPTCTRL1_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL1_TXE_Pos)                       /*!< USB0 ENDPTCTRL1: TXE Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL2  ----------------------------------------\r
-#define USB0_ENDPTCTRL2_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL2: RXS Position       */\r
-#define USB0_ENDPTCTRL2_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL2_RXS_Pos)                       /*!< USB0 ENDPTCTRL2: RXS Mask           */\r
-#define USB0_ENDPTCTRL2_RXT_Pos                               2                                                         /*!< USB0 ENDPTCTRL2: RXT Position       */\r
-#define USB0_ENDPTCTRL2_RXT_Msk                               (0x03UL << USB0_ENDPTCTRL2_RXT_Pos)                       /*!< USB0 ENDPTCTRL2: RXT Mask           */\r
-#define USB0_ENDPTCTRL2_RXI_Pos                               5                                                         /*!< USB0 ENDPTCTRL2: RXI Position       */\r
-#define USB0_ENDPTCTRL2_RXI_Msk                               (0x01UL << USB0_ENDPTCTRL2_RXI_Pos)                       /*!< USB0 ENDPTCTRL2: RXI Mask           */\r
-#define USB0_ENDPTCTRL2_RXR_Pos                               6                                                         /*!< USB0 ENDPTCTRL2: RXR Position       */\r
-#define USB0_ENDPTCTRL2_RXR_Msk                               (0x01UL << USB0_ENDPTCTRL2_RXR_Pos)                       /*!< USB0 ENDPTCTRL2: RXR Mask           */\r
-#define USB0_ENDPTCTRL2_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL2: RXE Position       */\r
-#define USB0_ENDPTCTRL2_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL2_RXE_Pos)                       /*!< USB0 ENDPTCTRL2: RXE Mask           */\r
-#define USB0_ENDPTCTRL2_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL2: TXS Position       */\r
-#define USB0_ENDPTCTRL2_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL2_TXS_Pos)                       /*!< USB0 ENDPTCTRL2: TXS Mask           */\r
-#define USB0_ENDPTCTRL2_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL2: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL2_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL2_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL2: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL2_TXI_Pos                               21                                                        /*!< USB0 ENDPTCTRL2: TXI Position       */\r
-#define USB0_ENDPTCTRL2_TXI_Msk                               (0x01UL << USB0_ENDPTCTRL2_TXI_Pos)                       /*!< USB0 ENDPTCTRL2: TXI Mask           */\r
-#define USB0_ENDPTCTRL2_TXR_Pos                               22                                                        /*!< USB0 ENDPTCTRL2: TXR Position       */\r
-#define USB0_ENDPTCTRL2_TXR_Msk                               (0x01UL << USB0_ENDPTCTRL2_TXR_Pos)                       /*!< USB0 ENDPTCTRL2: TXR Mask           */\r
-#define USB0_ENDPTCTRL2_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL2: TXE Position       */\r
-#define USB0_ENDPTCTRL2_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL2_TXE_Pos)                       /*!< USB0 ENDPTCTRL2: TXE Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL3  ----------------------------------------\r
-#define USB0_ENDPTCTRL3_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL3: RXS Position       */\r
-#define USB0_ENDPTCTRL3_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL3_RXS_Pos)                       /*!< USB0 ENDPTCTRL3: RXS Mask           */\r
-#define USB0_ENDPTCTRL3_RXT_Pos                               2                                                         /*!< USB0 ENDPTCTRL3: RXT Position       */\r
-#define USB0_ENDPTCTRL3_RXT_Msk                               (0x03UL << USB0_ENDPTCTRL3_RXT_Pos)                       /*!< USB0 ENDPTCTRL3: RXT Mask           */\r
-#define USB0_ENDPTCTRL3_RXI_Pos                               5                                                         /*!< USB0 ENDPTCTRL3: RXI Position       */\r
-#define USB0_ENDPTCTRL3_RXI_Msk                               (0x01UL << USB0_ENDPTCTRL3_RXI_Pos)                       /*!< USB0 ENDPTCTRL3: RXI Mask           */\r
-#define USB0_ENDPTCTRL3_RXR_Pos                               6                                                         /*!< USB0 ENDPTCTRL3: RXR Position       */\r
-#define USB0_ENDPTCTRL3_RXR_Msk                               (0x01UL << USB0_ENDPTCTRL3_RXR_Pos)                       /*!< USB0 ENDPTCTRL3: RXR Mask           */\r
-#define USB0_ENDPTCTRL3_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL3: RXE Position       */\r
-#define USB0_ENDPTCTRL3_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL3_RXE_Pos)                       /*!< USB0 ENDPTCTRL3: RXE Mask           */\r
-#define USB0_ENDPTCTRL3_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL3: TXS Position       */\r
-#define USB0_ENDPTCTRL3_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL3_TXS_Pos)                       /*!< USB0 ENDPTCTRL3: TXS Mask           */\r
-#define USB0_ENDPTCTRL3_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL3: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL3_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL3_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL3: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL3_TXI_Pos                               21                                                        /*!< USB0 ENDPTCTRL3: TXI Position       */\r
-#define USB0_ENDPTCTRL3_TXI_Msk                               (0x01UL << USB0_ENDPTCTRL3_TXI_Pos)                       /*!< USB0 ENDPTCTRL3: TXI Mask           */\r
-#define USB0_ENDPTCTRL3_TXR_Pos                               22                                                        /*!< USB0 ENDPTCTRL3: TXR Position       */\r
-#define USB0_ENDPTCTRL3_TXR_Msk                               (0x01UL << USB0_ENDPTCTRL3_TXR_Pos)                       /*!< USB0 ENDPTCTRL3: TXR Mask           */\r
-#define USB0_ENDPTCTRL3_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL3: TXE Position       */\r
-#define USB0_ENDPTCTRL3_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL3_TXE_Pos)                       /*!< USB0 ENDPTCTRL3: TXE Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL4  ----------------------------------------\r
-#define USB0_ENDPTCTRL4_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL4: RXS Position       */\r
-#define USB0_ENDPTCTRL4_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL4_RXS_Pos)                       /*!< USB0 ENDPTCTRL4: RXS Mask           */\r
-#define USB0_ENDPTCTRL4_RXT_Pos                               2                                                         /*!< USB0 ENDPTCTRL4: RXT Position       */\r
-#define USB0_ENDPTCTRL4_RXT_Msk                               (0x03UL << USB0_ENDPTCTRL4_RXT_Pos)                       /*!< USB0 ENDPTCTRL4: RXT Mask           */\r
-#define USB0_ENDPTCTRL4_RXI_Pos                               5                                                         /*!< USB0 ENDPTCTRL4: RXI Position       */\r
-#define USB0_ENDPTCTRL4_RXI_Msk                               (0x01UL << USB0_ENDPTCTRL4_RXI_Pos)                       /*!< USB0 ENDPTCTRL4: RXI Mask           */\r
-#define USB0_ENDPTCTRL4_RXR_Pos                               6                                                         /*!< USB0 ENDPTCTRL4: RXR Position       */\r
-#define USB0_ENDPTCTRL4_RXR_Msk                               (0x01UL << USB0_ENDPTCTRL4_RXR_Pos)                       /*!< USB0 ENDPTCTRL4: RXR Mask           */\r
-#define USB0_ENDPTCTRL4_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL4: RXE Position       */\r
-#define USB0_ENDPTCTRL4_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL4_RXE_Pos)                       /*!< USB0 ENDPTCTRL4: RXE Mask           */\r
-#define USB0_ENDPTCTRL4_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL4: TXS Position       */\r
-#define USB0_ENDPTCTRL4_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL4_TXS_Pos)                       /*!< USB0 ENDPTCTRL4: TXS Mask           */\r
-#define USB0_ENDPTCTRL4_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL4: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL4_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL4_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL4: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL4_TXI_Pos                               21                                                        /*!< USB0 ENDPTCTRL4: TXI Position       */\r
-#define USB0_ENDPTCTRL4_TXI_Msk                               (0x01UL << USB0_ENDPTCTRL4_TXI_Pos)                       /*!< USB0 ENDPTCTRL4: TXI Mask           */\r
-#define USB0_ENDPTCTRL4_TXR_Pos                               22                                                        /*!< USB0 ENDPTCTRL4: TXR Position       */\r
-#define USB0_ENDPTCTRL4_TXR_Msk                               (0x01UL << USB0_ENDPTCTRL4_TXR_Pos)                       /*!< USB0 ENDPTCTRL4: TXR Mask           */\r
-#define USB0_ENDPTCTRL4_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL4: TXE Position       */\r
-#define USB0_ENDPTCTRL4_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL4_TXE_Pos)                       /*!< USB0 ENDPTCTRL4: TXE Mask           */\r
-\r
-// -------------------------------------  USB0_ENDPTCTRL5  ----------------------------------------\r
-#define USB0_ENDPTCTRL5_RXS_Pos                               0                                                         /*!< USB0 ENDPTCTRL5: RXS Position       */\r
-#define USB0_ENDPTCTRL5_RXS_Msk                               (0x01UL << USB0_ENDPTCTRL5_RXS_Pos)                       /*!< USB0 ENDPTCTRL5: RXS Mask           */\r
-#define USB0_ENDPTCTRL5_RXT_Pos                               2                                                         /*!< USB0 ENDPTCTRL5: RXT Position       */\r
-#define USB0_ENDPTCTRL5_RXT_Msk                               (0x03UL << USB0_ENDPTCTRL5_RXT_Pos)                       /*!< USB0 ENDPTCTRL5: RXT Mask           */\r
-#define USB0_ENDPTCTRL5_RXI_Pos                               5                                                         /*!< USB0 ENDPTCTRL5: RXI Position       */\r
-#define USB0_ENDPTCTRL5_RXI_Msk                               (0x01UL << USB0_ENDPTCTRL5_RXI_Pos)                       /*!< USB0 ENDPTCTRL5: RXI Mask           */\r
-#define USB0_ENDPTCTRL5_RXR_Pos                               6                                                         /*!< USB0 ENDPTCTRL5: RXR Position       */\r
-#define USB0_ENDPTCTRL5_RXR_Msk                               (0x01UL << USB0_ENDPTCTRL5_RXR_Pos)                       /*!< USB0 ENDPTCTRL5: RXR Mask           */\r
-#define USB0_ENDPTCTRL5_RXE_Pos                               7                                                         /*!< USB0 ENDPTCTRL5: RXE Position       */\r
-#define USB0_ENDPTCTRL5_RXE_Msk                               (0x01UL << USB0_ENDPTCTRL5_RXE_Pos)                       /*!< USB0 ENDPTCTRL5: RXE Mask           */\r
-#define USB0_ENDPTCTRL5_TXS_Pos                               16                                                        /*!< USB0 ENDPTCTRL5: TXS Position       */\r
-#define USB0_ENDPTCTRL5_TXS_Msk                               (0x01UL << USB0_ENDPTCTRL5_TXS_Pos)                       /*!< USB0 ENDPTCTRL5: TXS Mask           */\r
-#define USB0_ENDPTCTRL5_TXT1_0_Pos                            18                                                        /*!< USB0 ENDPTCTRL5: TXT1_0 Position    */\r
-#define USB0_ENDPTCTRL5_TXT1_0_Msk                            (0x03UL << USB0_ENDPTCTRL5_TXT1_0_Pos)                    /*!< USB0 ENDPTCTRL5: TXT1_0 Mask        */\r
-#define USB0_ENDPTCTRL5_TXI_Pos                               21                                                        /*!< USB0 ENDPTCTRL5: TXI Position       */\r
-#define USB0_ENDPTCTRL5_TXI_Msk                               (0x01UL << USB0_ENDPTCTRL5_TXI_Pos)                       /*!< USB0 ENDPTCTRL5: TXI Mask           */\r
-#define USB0_ENDPTCTRL5_TXR_Pos                               22                                                        /*!< USB0 ENDPTCTRL5: TXR Position       */\r
-#define USB0_ENDPTCTRL5_TXR_Msk                               (0x01UL << USB0_ENDPTCTRL5_TXR_Pos)                       /*!< USB0 ENDPTCTRL5: TXR Mask           */\r
-#define USB0_ENDPTCTRL5_TXE_Pos                               23                                                        /*!< USB0 ENDPTCTRL5: TXE Position       */\r
-#define USB0_ENDPTCTRL5_TXE_Msk                               (0x01UL << USB0_ENDPTCTRL5_TXE_Pos)                       /*!< USB0 ENDPTCTRL5: TXE Mask           */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 USB1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -------------------------------------  USB1_CAPLENGTH  -----------------------------------------\r
-#define USB1_CAPLENGTH_CAPLENGTH_Pos                          0                                                         /*!< USB1 CAPLENGTH: CAPLENGTH Position  */\r
-#define USB1_CAPLENGTH_CAPLENGTH_Msk                          (0x000000ffUL << USB1_CAPLENGTH_CAPLENGTH_Pos)            /*!< USB1 CAPLENGTH: CAPLENGTH Mask      */\r
-#define USB1_CAPLENGTH_HCIVERSION_Pos                         8                                                         /*!< USB1 CAPLENGTH: HCIVERSION Position */\r
-#define USB1_CAPLENGTH_HCIVERSION_Msk                         (0x0000ffffUL << USB1_CAPLENGTH_HCIVERSION_Pos)           /*!< USB1 CAPLENGTH: HCIVERSION Mask     */\r
-\r
-// -------------------------------------  USB1_HCSPARAMS  -----------------------------------------\r
-#define USB1_HCSPARAMS_N_PORTS_Pos                            0                                                         /*!< USB1 HCSPARAMS: N_PORTS Position    */\r
-#define USB1_HCSPARAMS_N_PORTS_Msk                            (0x0fUL << USB1_HCSPARAMS_N_PORTS_Pos)                    /*!< USB1 HCSPARAMS: N_PORTS Mask        */\r
-#define USB1_HCSPARAMS_PPC_Pos                                4                                                         /*!< USB1 HCSPARAMS: PPC Position        */\r
-#define USB1_HCSPARAMS_PPC_Msk                                (0x01UL << USB1_HCSPARAMS_PPC_Pos)                        /*!< USB1 HCSPARAMS: PPC Mask            */\r
-#define USB1_HCSPARAMS_N_PCC_Pos                              8                                                         /*!< USB1 HCSPARAMS: N_PCC Position      */\r
-#define USB1_HCSPARAMS_N_PCC_Msk                              (0x0fUL << USB1_HCSPARAMS_N_PCC_Pos)                      /*!< USB1 HCSPARAMS: N_PCC Mask          */\r
-#define USB1_HCSPARAMS_N_CC_Pos                               12                                                        /*!< USB1 HCSPARAMS: N_CC Position       */\r
-#define USB1_HCSPARAMS_N_CC_Msk                               (0x0fUL << USB1_HCSPARAMS_N_CC_Pos)                       /*!< USB1 HCSPARAMS: N_CC Mask           */\r
-#define USB1_HCSPARAMS_PI_Pos                                 16                                                        /*!< USB1 HCSPARAMS: PI Position         */\r
-#define USB1_HCSPARAMS_PI_Msk                                 (0x01UL << USB1_HCSPARAMS_PI_Pos)                         /*!< USB1 HCSPARAMS: PI Mask             */\r
-#define USB1_HCSPARAMS_N_PTT_Pos                              20                                                        /*!< USB1 HCSPARAMS: N_PTT Position      */\r
-#define USB1_HCSPARAMS_N_PTT_Msk                              (0x0fUL << USB1_HCSPARAMS_N_PTT_Pos)                      /*!< USB1 HCSPARAMS: N_PTT Mask          */\r
-#define USB1_HCSPARAMS_N_TT_Pos                               24                                                        /*!< USB1 HCSPARAMS: N_TT Position       */\r
-#define USB1_HCSPARAMS_N_TT_Msk                               (0x0fUL << USB1_HCSPARAMS_N_TT_Pos)                       /*!< USB1 HCSPARAMS: N_TT Mask           */\r
-\r
-// -------------------------------------  USB1_HCCPARAMS  -----------------------------------------\r
-#define USB1_HCCPARAMS_ADC_Pos                                0                                                         /*!< USB1 HCCPARAMS: ADC Position        */\r
-#define USB1_HCCPARAMS_ADC_Msk                                (0x01UL << USB1_HCCPARAMS_ADC_Pos)                        /*!< USB1 HCCPARAMS: ADC Mask            */\r
-#define USB1_HCCPARAMS_PFL_Pos                                1                                                         /*!< USB1 HCCPARAMS: PFL Position        */\r
-#define USB1_HCCPARAMS_PFL_Msk                                (0x01UL << USB1_HCCPARAMS_PFL_Pos)                        /*!< USB1 HCCPARAMS: PFL Mask            */\r
-#define USB1_HCCPARAMS_ASP_Pos                                2                                                         /*!< USB1 HCCPARAMS: ASP Position        */\r
-#define USB1_HCCPARAMS_ASP_Msk                                (0x01UL << USB1_HCCPARAMS_ASP_Pos)                        /*!< USB1 HCCPARAMS: ASP Mask            */\r
-#define USB1_HCCPARAMS_IST_Pos                                4                                                         /*!< USB1 HCCPARAMS: IST Position        */\r
-#define USB1_HCCPARAMS_IST_Msk                                (0x0fUL << USB1_HCCPARAMS_IST_Pos)                        /*!< USB1 HCCPARAMS: IST Mask            */\r
-#define USB1_HCCPARAMS_EECP_Pos                               8                                                         /*!< USB1 HCCPARAMS: EECP Position       */\r
-#define USB1_HCCPARAMS_EECP_Msk                               (0x000000ffUL << USB1_HCCPARAMS_EECP_Pos)                 /*!< USB1 HCCPARAMS: EECP Mask           */\r
-\r
-// -------------------------------------  USB1_DCIVERSION  ----------------------------------------\r
-#define USB1_DCIVERSION_DCIVERSION_Pos                        0                                                         /*!< USB1 DCIVERSION: DCIVERSION Position */\r
-#define USB1_DCIVERSION_DCIVERSION_Msk                        (0x0000ffffUL << USB1_DCIVERSION_DCIVERSION_Pos)          /*!< USB1 DCIVERSION: DCIVERSION Mask    */\r
-\r
-// --------------------------------------  USB1_USBCMD_D  -----------------------------------------\r
-#define USB1_USBCMD_D_RS_Pos                                  0                                                         /*!< USB1 USBCMD_D: RS Position          */\r
-#define USB1_USBCMD_D_RS_Msk                                  (0x01UL << USB1_USBCMD_D_RS_Pos)                          /*!< USB1 USBCMD_D: RS Mask              */\r
-#define USB1_USBCMD_D_RST_Pos                                 1                                                         /*!< USB1 USBCMD_D: RST Position         */\r
-#define USB1_USBCMD_D_RST_Msk                                 (0x01UL << USB1_USBCMD_D_RST_Pos)                         /*!< USB1 USBCMD_D: RST Mask             */\r
-#define USB1_USBCMD_D_SUTW_Pos                                13                                                        /*!< USB1 USBCMD_D: SUTW Position        */\r
-#define USB1_USBCMD_D_SUTW_Msk                                (0x01UL << USB1_USBCMD_D_SUTW_Pos)                        /*!< USB1 USBCMD_D: SUTW Mask            */\r
-#define USB1_USBCMD_D_ATDTW_Pos                               14                                                        /*!< USB1 USBCMD_D: ATDTW Position       */\r
-#define USB1_USBCMD_D_ATDTW_Msk                               (0x01UL << USB1_USBCMD_D_ATDTW_Pos)                       /*!< USB1 USBCMD_D: ATDTW Mask           */\r
-#define USB1_USBCMD_D_FS2_Pos                                 15                                                        /*!< USB1 USBCMD_D: FS2 Position         */\r
-#define USB1_USBCMD_D_FS2_Msk                                 (0x01UL << USB1_USBCMD_D_FS2_Pos)                         /*!< USB1 USBCMD_D: FS2 Mask             */\r
-#define USB1_USBCMD_D_ITC_Pos                                 16                                                        /*!< USB1 USBCMD_D: ITC Position         */\r
-#define USB1_USBCMD_D_ITC_Msk                                 (0x000000ffUL << USB1_USBCMD_D_ITC_Pos)                   /*!< USB1 USBCMD_D: ITC Mask             */\r
-\r
-// --------------------------------------  USB1_USBCMD_H  -----------------------------------------\r
-#define USB1_USBCMD_H_RS_Pos                                  0                                                         /*!< USB1 USBCMD_H: RS Position          */\r
-#define USB1_USBCMD_H_RS_Msk                                  (0x01UL << USB1_USBCMD_H_RS_Pos)                          /*!< USB1 USBCMD_H: RS Mask              */\r
-#define USB1_USBCMD_H_RST_Pos                                 1                                                         /*!< USB1 USBCMD_H: RST Position         */\r
-#define USB1_USBCMD_H_RST_Msk                                 (0x01UL << USB1_USBCMD_H_RST_Pos)                         /*!< USB1 USBCMD_H: RST Mask             */\r
-#define USB1_USBCMD_H_FS0_Pos                                 2                                                         /*!< USB1 USBCMD_H: FS0 Position         */\r
-#define USB1_USBCMD_H_FS0_Msk                                 (0x01UL << USB1_USBCMD_H_FS0_Pos)                         /*!< USB1 USBCMD_H: FS0 Mask             */\r
-#define USB1_USBCMD_H_FS1_Pos                                 3                                                         /*!< USB1 USBCMD_H: FS1 Position         */\r
-#define USB1_USBCMD_H_FS1_Msk                                 (0x01UL << USB1_USBCMD_H_FS1_Pos)                         /*!< USB1 USBCMD_H: FS1 Mask             */\r
-#define USB1_USBCMD_H_PSE_Pos                                 4                                                         /*!< USB1 USBCMD_H: PSE Position         */\r
-#define USB1_USBCMD_H_PSE_Msk                                 (0x01UL << USB1_USBCMD_H_PSE_Pos)                         /*!< USB1 USBCMD_H: PSE Mask             */\r
-#define USB1_USBCMD_H_ASE_Pos                                 5                                                         /*!< USB1 USBCMD_H: ASE Position         */\r
-#define USB1_USBCMD_H_ASE_Msk                                 (0x01UL << USB1_USBCMD_H_ASE_Pos)                         /*!< USB1 USBCMD_H: ASE Mask             */\r
-#define USB1_USBCMD_H_IAA_Pos                                 6                                                         /*!< USB1 USBCMD_H: IAA Position         */\r
-#define USB1_USBCMD_H_IAA_Msk                                 (0x01UL << USB1_USBCMD_H_IAA_Pos)                         /*!< USB1 USBCMD_H: IAA Mask             */\r
-#define USB1_USBCMD_H_ASP1_0_Pos                              8                                                         /*!< USB1 USBCMD_H: ASP1_0 Position      */\r
-#define USB1_USBCMD_H_ASP1_0_Msk                              (0x03UL << USB1_USBCMD_H_ASP1_0_Pos)                      /*!< USB1 USBCMD_H: ASP1_0 Mask          */\r
-#define USB1_USBCMD_H_ASPE_Pos                                11                                                        /*!< USB1 USBCMD_H: ASPE Position        */\r
-#define USB1_USBCMD_H_ASPE_Msk                                (0x01UL << USB1_USBCMD_H_ASPE_Pos)                        /*!< USB1 USBCMD_H: ASPE Mask            */\r
-#define USB1_USBCMD_H_FS2_Pos                                 15                                                        /*!< USB1 USBCMD_H: FS2 Position         */\r
-#define USB1_USBCMD_H_FS2_Msk                                 (0x01UL << USB1_USBCMD_H_FS2_Pos)                         /*!< USB1 USBCMD_H: FS2 Mask             */\r
-#define USB1_USBCMD_H_ITC_Pos                                 16                                                        /*!< USB1 USBCMD_H: ITC Position         */\r
-#define USB1_USBCMD_H_ITC_Msk                                 (0x000000ffUL << USB1_USBCMD_H_ITC_Pos)                   /*!< USB1 USBCMD_H: ITC Mask             */\r
-\r
-// --------------------------------------  USB1_USBSTS_D  -----------------------------------------\r
-#define USB1_USBSTS_D_UI_Pos                                  0                                                         /*!< USB1 USBSTS_D: UI Position          */\r
-#define USB1_USBSTS_D_UI_Msk                                  (0x01UL << USB1_USBSTS_D_UI_Pos)                          /*!< USB1 USBSTS_D: UI Mask              */\r
-#define USB1_USBSTS_D_UEI_Pos                                 1                                                         /*!< USB1 USBSTS_D: UEI Position         */\r
-#define USB1_USBSTS_D_UEI_Msk                                 (0x01UL << USB1_USBSTS_D_UEI_Pos)                         /*!< USB1 USBSTS_D: UEI Mask             */\r
-#define USB1_USBSTS_D_PCI_Pos                                 2                                                         /*!< USB1 USBSTS_D: PCI Position         */\r
-#define USB1_USBSTS_D_PCI_Msk                                 (0x01UL << USB1_USBSTS_D_PCI_Pos)                         /*!< USB1 USBSTS_D: PCI Mask             */\r
-#define USB1_USBSTS_D_URI_Pos                                 6                                                         /*!< USB1 USBSTS_D: URI Position         */\r
-#define USB1_USBSTS_D_URI_Msk                                 (0x01UL << USB1_USBSTS_D_URI_Pos)                         /*!< USB1 USBSTS_D: URI Mask             */\r
-#define USB1_USBSTS_D_SRI_Pos                                 7                                                         /*!< USB1 USBSTS_D: SRI Position         */\r
-#define USB1_USBSTS_D_SRI_Msk                                 (0x01UL << USB1_USBSTS_D_SRI_Pos)                         /*!< USB1 USBSTS_D: SRI Mask             */\r
-#define USB1_USBSTS_D_SLI_Pos                                 8                                                         /*!< USB1 USBSTS_D: SLI Position         */\r
-#define USB1_USBSTS_D_SLI_Msk                                 (0x01UL << USB1_USBSTS_D_SLI_Pos)                         /*!< USB1 USBSTS_D: SLI Mask             */\r
-#define USB1_USBSTS_D_NAKI_Pos                                16                                                        /*!< USB1 USBSTS_D: NAKI Position        */\r
-#define USB1_USBSTS_D_NAKI_Msk                                (0x01UL << USB1_USBSTS_D_NAKI_Pos)                        /*!< USB1 USBSTS_D: NAKI Mask            */\r
-\r
-// --------------------------------------  USB1_USBSTS_H  -----------------------------------------\r
-#define USB1_USBSTS_H_UI_Pos                                  0                                                         /*!< USB1 USBSTS_H: UI Position          */\r
-#define USB1_USBSTS_H_UI_Msk                                  (0x01UL << USB1_USBSTS_H_UI_Pos)                          /*!< USB1 USBSTS_H: UI Mask              */\r
-#define USB1_USBSTS_H_UEI_Pos                                 1                                                         /*!< USB1 USBSTS_H: UEI Position         */\r
-#define USB1_USBSTS_H_UEI_Msk                                 (0x01UL << USB1_USBSTS_H_UEI_Pos)                         /*!< USB1 USBSTS_H: UEI Mask             */\r
-#define USB1_USBSTS_H_PCI_Pos                                 2                                                         /*!< USB1 USBSTS_H: PCI Position         */\r
-#define USB1_USBSTS_H_PCI_Msk                                 (0x01UL << USB1_USBSTS_H_PCI_Pos)                         /*!< USB1 USBSTS_H: PCI Mask             */\r
-#define USB1_USBSTS_H_FRI_Pos                                 3                                                         /*!< USB1 USBSTS_H: FRI Position         */\r
-#define USB1_USBSTS_H_FRI_Msk                                 (0x01UL << USB1_USBSTS_H_FRI_Pos)                         /*!< USB1 USBSTS_H: FRI Mask             */\r
-#define USB1_USBSTS_H_AAI_Pos                                 5                                                         /*!< USB1 USBSTS_H: AAI Position         */\r
-#define USB1_USBSTS_H_AAI_Msk                                 (0x01UL << USB1_USBSTS_H_AAI_Pos)                         /*!< USB1 USBSTS_H: AAI Mask             */\r
-#define USB1_USBSTS_H_SRI_Pos                                 7                                                         /*!< USB1 USBSTS_H: SRI Position         */\r
-#define USB1_USBSTS_H_SRI_Msk                                 (0x01UL << USB1_USBSTS_H_SRI_Pos)                         /*!< USB1 USBSTS_H: SRI Mask             */\r
-#define USB1_USBSTS_H_SLI_Pos                                 8                                                         /*!< USB1 USBSTS_H: SLI Position         */\r
-#define USB1_USBSTS_H_SLI_Msk                                 (0x01UL << USB1_USBSTS_H_SLI_Pos)                         /*!< USB1 USBSTS_H: SLI Mask             */\r
-#define USB1_USBSTS_H_HCH_Pos                                 12                                                        /*!< USB1 USBSTS_H: HCH Position         */\r
-#define USB1_USBSTS_H_HCH_Msk                                 (0x01UL << USB1_USBSTS_H_HCH_Pos)                         /*!< USB1 USBSTS_H: HCH Mask             */\r
-#define USB1_USBSTS_H_RCL_Pos                                 13                                                        /*!< USB1 USBSTS_H: RCL Position         */\r
-#define USB1_USBSTS_H_RCL_Msk                                 (0x01UL << USB1_USBSTS_H_RCL_Pos)                         /*!< USB1 USBSTS_H: RCL Mask             */\r
-#define USB1_USBSTS_H_PS_Pos                                  14                                                        /*!< USB1 USBSTS_H: PS Position          */\r
-#define USB1_USBSTS_H_PS_Msk                                  (0x01UL << USB1_USBSTS_H_PS_Pos)                          /*!< USB1 USBSTS_H: PS Mask              */\r
-#define USB1_USBSTS_H_AS_Pos                                  15                                                        /*!< USB1 USBSTS_H: AS Position          */\r
-#define USB1_USBSTS_H_AS_Msk                                  (0x01UL << USB1_USBSTS_H_AS_Pos)                          /*!< USB1 USBSTS_H: AS Mask              */\r
-#define USB1_USBSTS_H_UAI_Pos                                 18                                                        /*!< USB1 USBSTS_H: UAI Position         */\r
-#define USB1_USBSTS_H_UAI_Msk                                 (0x01UL << USB1_USBSTS_H_UAI_Pos)                         /*!< USB1 USBSTS_H: UAI Mask             */\r
-#define USB1_USBSTS_H_UPI_Pos                                 19                                                        /*!< USB1 USBSTS_H: UPI Position         */\r
-#define USB1_USBSTS_H_UPI_Msk                                 (0x01UL << USB1_USBSTS_H_UPI_Pos)                         /*!< USB1 USBSTS_H: UPI Mask             */\r
-\r
-// -------------------------------------  USB1_USBINTR_D  -----------------------------------------\r
-#define USB1_USBINTR_D_UE_Pos                                 0                                                         /*!< USB1 USBINTR_D: UE Position         */\r
-#define USB1_USBINTR_D_UE_Msk                                 (0x01UL << USB1_USBINTR_D_UE_Pos)                         /*!< USB1 USBINTR_D: UE Mask             */\r
-#define USB1_USBINTR_D_UEE_Pos                                1                                                         /*!< USB1 USBINTR_D: UEE Position        */\r
-#define USB1_USBINTR_D_UEE_Msk                                (0x01UL << USB1_USBINTR_D_UEE_Pos)                        /*!< USB1 USBINTR_D: UEE Mask            */\r
-#define USB1_USBINTR_D_PCE_Pos                                2                                                         /*!< USB1 USBINTR_D: PCE Position        */\r
-#define USB1_USBINTR_D_PCE_Msk                                (0x01UL << USB1_USBINTR_D_PCE_Pos)                        /*!< USB1 USBINTR_D: PCE Mask            */\r
-#define USB1_USBINTR_D_URE_Pos                                6                                                         /*!< USB1 USBINTR_D: URE Position        */\r
-#define USB1_USBINTR_D_URE_Msk                                (0x01UL << USB1_USBINTR_D_URE_Pos)                        /*!< USB1 USBINTR_D: URE Mask            */\r
-#define USB1_USBINTR_D_SRE_Pos                                7                                                         /*!< USB1 USBINTR_D: SRE Position        */\r
-#define USB1_USBINTR_D_SRE_Msk                                (0x01UL << USB1_USBINTR_D_SRE_Pos)                        /*!< USB1 USBINTR_D: SRE Mask            */\r
-#define USB1_USBINTR_D_SLE_Pos                                8                                                         /*!< USB1 USBINTR_D: SLE Position        */\r
-#define USB1_USBINTR_D_SLE_Msk                                (0x01UL << USB1_USBINTR_D_SLE_Pos)                        /*!< USB1 USBINTR_D: SLE Mask            */\r
-#define USB1_USBINTR_D_NAKE_Pos                               16                                                        /*!< USB1 USBINTR_D: NAKE Position       */\r
-#define USB1_USBINTR_D_NAKE_Msk                               (0x01UL << USB1_USBINTR_D_NAKE_Pos)                       /*!< USB1 USBINTR_D: NAKE Mask           */\r
-#define USB1_USBINTR_D_UAIE_Pos                               18                                                        /*!< USB1 USBINTR_D: UAIE Position       */\r
-#define USB1_USBINTR_D_UAIE_Msk                               (0x01UL << USB1_USBINTR_D_UAIE_Pos)                       /*!< USB1 USBINTR_D: UAIE Mask           */\r
-#define USB1_USBINTR_D_UPIA_Pos                               19                                                        /*!< USB1 USBINTR_D: UPIA Position       */\r
-#define USB1_USBINTR_D_UPIA_Msk                               (0x01UL << USB1_USBINTR_D_UPIA_Pos)                       /*!< USB1 USBINTR_D: UPIA Mask           */\r
-\r
-// -------------------------------------  USB1_USBINTR_H  -----------------------------------------\r
-#define USB1_USBINTR_H_UE_Pos                                 0                                                         /*!< USB1 USBINTR_H: UE Position         */\r
-#define USB1_USBINTR_H_UE_Msk                                 (0x01UL << USB1_USBINTR_H_UE_Pos)                         /*!< USB1 USBINTR_H: UE Mask             */\r
-#define USB1_USBINTR_H_UEE_Pos                                1                                                         /*!< USB1 USBINTR_H: UEE Position        */\r
-#define USB1_USBINTR_H_UEE_Msk                                (0x01UL << USB1_USBINTR_H_UEE_Pos)                        /*!< USB1 USBINTR_H: UEE Mask            */\r
-#define USB1_USBINTR_H_PCE_Pos                                2                                                         /*!< USB1 USBINTR_H: PCE Position        */\r
-#define USB1_USBINTR_H_PCE_Msk                                (0x01UL << USB1_USBINTR_H_PCE_Pos)                        /*!< USB1 USBINTR_H: PCE Mask            */\r
-#define USB1_USBINTR_H_FRE_Pos                                3                                                         /*!< USB1 USBINTR_H: FRE Position        */\r
-#define USB1_USBINTR_H_FRE_Msk                                (0x01UL << USB1_USBINTR_H_FRE_Pos)                        /*!< USB1 USBINTR_H: FRE Mask            */\r
-#define USB1_USBINTR_H_AAE_Pos                                5                                                         /*!< USB1 USBINTR_H: AAE Position        */\r
-#define USB1_USBINTR_H_AAE_Msk                                (0x01UL << USB1_USBINTR_H_AAE_Pos)                        /*!< USB1 USBINTR_H: AAE Mask            */\r
-#define USB1_USBINTR_H_SRE_Pos                                7                                                         /*!< USB1 USBINTR_H: SRE Position        */\r
-#define USB1_USBINTR_H_SRE_Msk                                (0x01UL << USB1_USBINTR_H_SRE_Pos)                        /*!< USB1 USBINTR_H: SRE Mask            */\r
-#define USB1_USBINTR_H_UAIE_Pos                               18                                                        /*!< USB1 USBINTR_H: UAIE Position       */\r
-#define USB1_USBINTR_H_UAIE_Msk                               (0x01UL << USB1_USBINTR_H_UAIE_Pos)                       /*!< USB1 USBINTR_H: UAIE Mask           */\r
-#define USB1_USBINTR_H_UPIA_Pos                               19                                                        /*!< USB1 USBINTR_H: UPIA Position       */\r
-#define USB1_USBINTR_H_UPIA_Msk                               (0x01UL << USB1_USBINTR_H_UPIA_Pos)                       /*!< USB1 USBINTR_H: UPIA Mask           */\r
-\r
-// -------------------------------------  USB1_FRINDEX_D  -----------------------------------------\r
-#define USB1_FRINDEX_D_FRINDEX2_0_Pos                         0                                                         /*!< USB1 FRINDEX_D: FRINDEX2_0 Position */\r
-#define USB1_FRINDEX_D_FRINDEX2_0_Msk                         (0x07UL << USB1_FRINDEX_D_FRINDEX2_0_Pos)                 /*!< USB1 FRINDEX_D: FRINDEX2_0 Mask     */\r
-#define USB1_FRINDEX_D_FRINDEX13_3_Pos                        3                                                         /*!< USB1 FRINDEX_D: FRINDEX13_3 Position */\r
-#define USB1_FRINDEX_D_FRINDEX13_3_Msk                        (0x000007ffUL << USB1_FRINDEX_D_FRINDEX13_3_Pos)          /*!< USB1 FRINDEX_D: FRINDEX13_3 Mask    */\r
-\r
-// -------------------------------------  USB1_FRINDEX_H  -----------------------------------------\r
-#define USB1_FRINDEX_H_FRINDEX2_0_Pos                         0                                                         /*!< USB1 FRINDEX_H: FRINDEX2_0 Position */\r
-#define USB1_FRINDEX_H_FRINDEX2_0_Msk                         (0x07UL << USB1_FRINDEX_H_FRINDEX2_0_Pos)                 /*!< USB1 FRINDEX_H: FRINDEX2_0 Mask     */\r
-#define USB1_FRINDEX_H_FRINDEX12_3_Pos                        3                                                         /*!< USB1 FRINDEX_H: FRINDEX12_3 Position */\r
-#define USB1_FRINDEX_H_FRINDEX12_3_Msk                        (0x000003ffUL << USB1_FRINDEX_H_FRINDEX12_3_Pos)          /*!< USB1 FRINDEX_H: FRINDEX12_3 Mask    */\r
-\r
-// -------------------------------------  USB1_DEVICEADDR  ----------------------------------------\r
-#define USB1_DEVICEADDR_USBADRA_Pos                           24                                                        /*!< USB1 DEVICEADDR: USBADRA Position   */\r
-#define USB1_DEVICEADDR_USBADRA_Msk                           (0x01UL << USB1_DEVICEADDR_USBADRA_Pos)                   /*!< USB1 DEVICEADDR: USBADRA Mask       */\r
-#define USB1_DEVICEADDR_USBADR_Pos                            25                                                        /*!< USB1 DEVICEADDR: USBADR Position    */\r
-#define USB1_DEVICEADDR_USBADR_Msk                            (0x7fUL << USB1_DEVICEADDR_USBADR_Pos)                    /*!< USB1 DEVICEADDR: USBADR Mask        */\r
-\r
-// ----------------------------------  USB1_PERIODICLISTBASE  -------------------------------------\r
-#define USB1_PERIODICLISTBASE_PERBASE31_12_Pos                12                                                        /*!< USB1 PERIODICLISTBASE: PERBASE31_12 Position */\r
-#define USB1_PERIODICLISTBASE_PERBASE31_12_Msk                (0x000fffffUL << USB1_PERIODICLISTBASE_PERBASE31_12_Pos)  /*!< USB1 PERIODICLISTBASE: PERBASE31_12 Mask */\r
-\r
-// ----------------------------------  USB1_ENDPOINTLISTADDR  -------------------------------------\r
-#define USB1_ENDPOINTLISTADDR_EPBASE31_11_Pos                 11                                                        /*!< USB1 ENDPOINTLISTADDR: EPBASE31_11 Position */\r
-#define USB1_ENDPOINTLISTADDR_EPBASE31_11_Msk                 (0x001fffffUL << USB1_ENDPOINTLISTADDR_EPBASE31_11_Pos)   /*!< USB1 ENDPOINTLISTADDR: EPBASE31_11 Mask */\r
-\r
-// -----------------------------------  USB1_ASYNCLISTADDR  ---------------------------------------\r
-#define USB1_ASYNCLISTADDR_ASYBASE31_5_Pos                    5                                                         /*!< USB1 ASYNCLISTADDR: ASYBASE31_5 Position */\r
-#define USB1_ASYNCLISTADDR_ASYBASE31_5_Msk                    (0x07ffffffUL << USB1_ASYNCLISTADDR_ASYBASE31_5_Pos)      /*!< USB1 ASYNCLISTADDR: ASYBASE31_5 Mask */\r
-\r
-// ---------------------------------------  USB1_TTCTRL  ------------------------------------------\r
-#define USB1_TTCTRL_TTHA_Pos                                  24                                                        /*!< USB1 TTCTRL: TTHA Position          */\r
-#define USB1_TTCTRL_TTHA_Msk                                  (0x7fUL << USB1_TTCTRL_TTHA_Pos)                          /*!< USB1 TTCTRL: TTHA Mask              */\r
-\r
-// -------------------------------------  USB1_BURSTSIZE  -----------------------------------------\r
-#define USB1_BURSTSIZE_RXPBURST_Pos                           0                                                         /*!< USB1 BURSTSIZE: RXPBURST Position   */\r
-#define USB1_BURSTSIZE_RXPBURST_Msk                           (0x000000ffUL << USB1_BURSTSIZE_RXPBURST_Pos)             /*!< USB1 BURSTSIZE: RXPBURST Mask       */\r
-#define USB1_BURSTSIZE_TXPBURST_Pos                           8                                                         /*!< USB1 BURSTSIZE: TXPBURST Position   */\r
-#define USB1_BURSTSIZE_TXPBURST_Msk                           (0x000000ffUL << USB1_BURSTSIZE_TXPBURST_Pos)             /*!< USB1 BURSTSIZE: TXPBURST Mask       */\r
-\r
-// ------------------------------------  USB1_TXFILLTUNING  ---------------------------------------\r
-#define USB1_TXFILLTUNING_TXSCHOH_Pos                         0                                                         /*!< USB1 TXFILLTUNING: TXSCHOH Position */\r
-#define USB1_TXFILLTUNING_TXSCHOH_Msk                         (0x000000ffUL << USB1_TXFILLTUNING_TXSCHOH_Pos)           /*!< USB1 TXFILLTUNING: TXSCHOH Mask     */\r
-#define USB1_TXFILLTUNING_TXSCHEATLTH_Pos                     8                                                         /*!< USB1 TXFILLTUNING: TXSCHEATLTH Position */\r
-#define USB1_TXFILLTUNING_TXSCHEATLTH_Msk                     (0x1fUL << USB1_TXFILLTUNING_TXSCHEATLTH_Pos)             /*!< USB1 TXFILLTUNING: TXSCHEATLTH Mask */\r
-#define USB1_TXFILLTUNING_TXFIFOTHRES_Pos                     16                                                        /*!< USB1 TXFILLTUNING: TXFIFOTHRES Position */\r
-#define USB1_TXFILLTUNING_TXFIFOTHRES_Msk                     (0x3fUL << USB1_TXFILLTUNING_TXFIFOTHRES_Pos)             /*!< USB1 TXFILLTUNING: TXFIFOTHRES Mask */\r
-\r
-// ------------------------------------  USB1_ULPIVIEWPORT  ---------------------------------------\r
-#define USB1_ULPIVIEWPORT_ULPIDATWR_Pos                       0                                                         /*!< USB1 ULPIVIEWPORT: ULPIDATWR Position */\r
-#define USB1_ULPIVIEWPORT_ULPIDATWR_Msk                       (0x000000ffUL << USB1_ULPIVIEWPORT_ULPIDATWR_Pos)         /*!< USB1 ULPIVIEWPORT: ULPIDATWR Mask   */\r
-#define USB1_ULPIVIEWPORT_ULPIDATRD_Pos                       8                                                         /*!< USB1 ULPIVIEWPORT: ULPIDATRD Position */\r
-#define USB1_ULPIVIEWPORT_ULPIDATRD_Msk                       (0x000000ffUL << USB1_ULPIVIEWPORT_ULPIDATRD_Pos)         /*!< USB1 ULPIVIEWPORT: ULPIDATRD Mask   */\r
-#define USB1_ULPIVIEWPORT_ULPIADDR_Pos                        16                                                        /*!< USB1 ULPIVIEWPORT: ULPIADDR Position */\r
-#define USB1_ULPIVIEWPORT_ULPIADDR_Msk                        (0x000000ffUL << USB1_ULPIVIEWPORT_ULPIADDR_Pos)          /*!< USB1 ULPIVIEWPORT: ULPIADDR Mask    */\r
-#define USB1_ULPIVIEWPORT_ULPIPORT_Pos                        24                                                        /*!< USB1 ULPIVIEWPORT: ULPIPORT Position */\r
-#define USB1_ULPIVIEWPORT_ULPIPORT_Msk                        (0x07UL << USB1_ULPIVIEWPORT_ULPIPORT_Pos)                /*!< USB1 ULPIVIEWPORT: ULPIPORT Mask    */\r
-#define USB1_ULPIVIEWPORT_ULPISS_Pos                          27                                                        /*!< USB1 ULPIVIEWPORT: ULPISS Position  */\r
-#define USB1_ULPIVIEWPORT_ULPISS_Msk                          (0x01UL << USB1_ULPIVIEWPORT_ULPISS_Pos)                  /*!< USB1 ULPIVIEWPORT: ULPISS Mask      */\r
-#define USB1_ULPIVIEWPORT_ULPIRW_Pos                          29                                                        /*!< USB1 ULPIVIEWPORT: ULPIRW Position  */\r
-#define USB1_ULPIVIEWPORT_ULPIRW_Msk                          (0x01UL << USB1_ULPIVIEWPORT_ULPIRW_Pos)                  /*!< USB1 ULPIVIEWPORT: ULPIRW Mask      */\r
-#define USB1_ULPIVIEWPORT_ULPIRUN_Pos                         30                                                        /*!< USB1 ULPIVIEWPORT: ULPIRUN Position */\r
-#define USB1_ULPIVIEWPORT_ULPIRUN_Msk                         (0x01UL << USB1_ULPIVIEWPORT_ULPIRUN_Pos)                 /*!< USB1 ULPIVIEWPORT: ULPIRUN Mask     */\r
-#define USB1_ULPIVIEWPORT_ULPIWU_Pos                          31                                                        /*!< USB1 ULPIVIEWPORT: ULPIWU Position  */\r
-#define USB1_ULPIVIEWPORT_ULPIWU_Msk                          (0x01UL << USB1_ULPIVIEWPORT_ULPIWU_Pos)                  /*!< USB1 ULPIVIEWPORT: ULPIWU Mask      */\r
-\r
-// -------------------------------------  USB1_BINTERVAL  -----------------------------------------\r
-#define USB1_BINTERVAL_BINT_Pos                               0                                                         /*!< USB1 BINTERVAL: BINT Position       */\r
-#define USB1_BINTERVAL_BINT_Msk                               (0x0fUL << USB1_BINTERVAL_BINT_Pos)                       /*!< USB1 BINTERVAL: BINT Mask           */\r
-\r
-// --------------------------------------  USB1_ENDPTNAK  -----------------------------------------\r
-#define USB1_ENDPTNAK_EPRN0_Pos                               0                                                         /*!< USB1 ENDPTNAK: EPRN0 Position       */\r
-#define USB1_ENDPTNAK_EPRN0_Msk                               (0x01UL << USB1_ENDPTNAK_EPRN0_Pos)                       /*!< USB1 ENDPTNAK: EPRN0 Mask           */\r
-#define USB1_ENDPTNAK_EPRN1_Pos                               1                                                         /*!< USB1 ENDPTNAK: EPRN1 Position       */\r
-#define USB1_ENDPTNAK_EPRN1_Msk                               (0x01UL << USB1_ENDPTNAK_EPRN1_Pos)                       /*!< USB1 ENDPTNAK: EPRN1 Mask           */\r
-#define USB1_ENDPTNAK_EPRN2_Pos                               2                                                         /*!< USB1 ENDPTNAK: EPRN2 Position       */\r
-#define USB1_ENDPTNAK_EPRN2_Msk                               (0x01UL << USB1_ENDPTNAK_EPRN2_Pos)                       /*!< USB1 ENDPTNAK: EPRN2 Mask           */\r
-#define USB1_ENDPTNAK_EPRN3_Pos                               3                                                         /*!< USB1 ENDPTNAK: EPRN3 Position       */\r
-#define USB1_ENDPTNAK_EPRN3_Msk                               (0x01UL << USB1_ENDPTNAK_EPRN3_Pos)                       /*!< USB1 ENDPTNAK: EPRN3 Mask           */\r
-#define USB1_ENDPTNAK_EPTN16_Pos                              16                                                        /*!< USB1 ENDPTNAK: EPTN16 Position      */\r
-#define USB1_ENDPTNAK_EPTN16_Msk                              (0x01UL << USB1_ENDPTNAK_EPTN16_Pos)                      /*!< USB1 ENDPTNAK: EPTN16 Mask          */\r
-#define USB1_ENDPTNAK_EPTN17_Pos                              17                                                        /*!< USB1 ENDPTNAK: EPTN17 Position      */\r
-#define USB1_ENDPTNAK_EPTN17_Msk                              (0x01UL << USB1_ENDPTNAK_EPTN17_Pos)                      /*!< USB1 ENDPTNAK: EPTN17 Mask          */\r
-#define USB1_ENDPTNAK_EPTN18_Pos                              18                                                        /*!< USB1 ENDPTNAK: EPTN18 Position      */\r
-#define USB1_ENDPTNAK_EPTN18_Msk                              (0x01UL << USB1_ENDPTNAK_EPTN18_Pos)                      /*!< USB1 ENDPTNAK: EPTN18 Mask          */\r
-#define USB1_ENDPTNAK_EPTN19_Pos                              19                                                        /*!< USB1 ENDPTNAK: EPTN19 Position      */\r
-#define USB1_ENDPTNAK_EPTN19_Msk                              (0x01UL << USB1_ENDPTNAK_EPTN19_Pos)                      /*!< USB1 ENDPTNAK: EPTN19 Mask          */\r
-\r
-// -------------------------------------  USB1_ENDPTNAKEN  ----------------------------------------\r
-#define USB1_ENDPTNAKEN_EPRNE0_Pos                            0                                                         /*!< USB1 ENDPTNAKEN: EPRNE0 Position    */\r
-#define USB1_ENDPTNAKEN_EPRNE0_Msk                            (0x01UL << USB1_ENDPTNAKEN_EPRNE0_Pos)                    /*!< USB1 ENDPTNAKEN: EPRNE0 Mask        */\r
-#define USB1_ENDPTNAKEN_EPRNE1_Pos                            1                                                         /*!< USB1 ENDPTNAKEN: EPRNE1 Position    */\r
-#define USB1_ENDPTNAKEN_EPRNE1_Msk                            (0x01UL << USB1_ENDPTNAKEN_EPRNE1_Pos)                    /*!< USB1 ENDPTNAKEN: EPRNE1 Mask        */\r
-#define USB1_ENDPTNAKEN_EPRNE2_Pos                            2                                                         /*!< USB1 ENDPTNAKEN: EPRNE2 Position    */\r
-#define USB1_ENDPTNAKEN_EPRNE2_Msk                            (0x01UL << USB1_ENDPTNAKEN_EPRNE2_Pos)                    /*!< USB1 ENDPTNAKEN: EPRNE2 Mask        */\r
-#define USB1_ENDPTNAKEN_EPRNE3_Pos                            3                                                         /*!< USB1 ENDPTNAKEN: EPRNE3 Position    */\r
-#define USB1_ENDPTNAKEN_EPRNE3_Msk                            (0x01UL << USB1_ENDPTNAKEN_EPRNE3_Pos)                    /*!< USB1 ENDPTNAKEN: EPRNE3 Mask        */\r
-#define USB1_ENDPTNAKEN_EPTNE16_Pos                           16                                                        /*!< USB1 ENDPTNAKEN: EPTNE16 Position   */\r
-#define USB1_ENDPTNAKEN_EPTNE16_Msk                           (0x01UL << USB1_ENDPTNAKEN_EPTNE16_Pos)                   /*!< USB1 ENDPTNAKEN: EPTNE16 Mask       */\r
-#define USB1_ENDPTNAKEN_EPTNE17_Pos                           17                                                        /*!< USB1 ENDPTNAKEN: EPTNE17 Position   */\r
-#define USB1_ENDPTNAKEN_EPTNE17_Msk                           (0x01UL << USB1_ENDPTNAKEN_EPTNE17_Pos)                   /*!< USB1 ENDPTNAKEN: EPTNE17 Mask       */\r
-#define USB1_ENDPTNAKEN_EPTNE18_Pos                           18                                                        /*!< USB1 ENDPTNAKEN: EPTNE18 Position   */\r
-#define USB1_ENDPTNAKEN_EPTNE18_Msk                           (0x01UL << USB1_ENDPTNAKEN_EPTNE18_Pos)                   /*!< USB1 ENDPTNAKEN: EPTNE18 Mask       */\r
-#define USB1_ENDPTNAKEN_EPTNE19_Pos                           19                                                        /*!< USB1 ENDPTNAKEN: EPTNE19 Position   */\r
-#define USB1_ENDPTNAKEN_EPTNE19_Msk                           (0x01UL << USB1_ENDPTNAKEN_EPTNE19_Pos)                   /*!< USB1 ENDPTNAKEN: EPTNE19 Mask       */\r
-\r
-// -------------------------------------  USB1_PORTSC1_D  -----------------------------------------\r
-#define USB1_PORTSC1_D_CCS_Pos                                0                                                         /*!< USB1 PORTSC1_D: CCS Position        */\r
-#define USB1_PORTSC1_D_CCS_Msk                                (0x01UL << USB1_PORTSC1_D_CCS_Pos)                        /*!< USB1 PORTSC1_D: CCS Mask            */\r
-#define USB1_PORTSC1_D_CSC_Pos                                1                                                         /*!< USB1 PORTSC1_D: CSC Position        */\r
-#define USB1_PORTSC1_D_CSC_Msk                                (0x01UL << USB1_PORTSC1_D_CSC_Pos)                        /*!< USB1 PORTSC1_D: CSC Mask            */\r
-#define USB1_PORTSC1_D_PE_Pos                                 2                                                         /*!< USB1 PORTSC1_D: PE Position         */\r
-#define USB1_PORTSC1_D_PE_Msk                                 (0x01UL << USB1_PORTSC1_D_PE_Pos)                         /*!< USB1 PORTSC1_D: PE Mask             */\r
-#define USB1_PORTSC1_D_PEC_Pos                                3                                                         /*!< USB1 PORTSC1_D: PEC Position        */\r
-#define USB1_PORTSC1_D_PEC_Msk                                (0x01UL << USB1_PORTSC1_D_PEC_Pos)                        /*!< USB1 PORTSC1_D: PEC Mask            */\r
-#define USB1_PORTSC1_D_FPR_Pos                                6                                                         /*!< USB1 PORTSC1_D: FPR Position        */\r
-#define USB1_PORTSC1_D_FPR_Msk                                (0x01UL << USB1_PORTSC1_D_FPR_Pos)                        /*!< USB1 PORTSC1_D: FPR Mask            */\r
-#define USB1_PORTSC1_D_SUSP_Pos                               7                                                         /*!< USB1 PORTSC1_D: SUSP Position       */\r
-#define USB1_PORTSC1_D_SUSP_Msk                               (0x01UL << USB1_PORTSC1_D_SUSP_Pos)                       /*!< USB1 PORTSC1_D: SUSP Mask           */\r
-#define USB1_PORTSC1_D_PR_Pos                                 8                                                         /*!< USB1 PORTSC1_D: PR Position         */\r
-#define USB1_PORTSC1_D_PR_Msk                                 (0x01UL << USB1_PORTSC1_D_PR_Pos)                         /*!< USB1 PORTSC1_D: PR Mask             */\r
-#define USB1_PORTSC1_D_HSP_Pos                                9                                                         /*!< USB1 PORTSC1_D: HSP Position        */\r
-#define USB1_PORTSC1_D_HSP_Msk                                (0x01UL << USB1_PORTSC1_D_HSP_Pos)                        /*!< USB1 PORTSC1_D: HSP Mask            */\r
-#define USB1_PORTSC1_D_LS_Pos                                 10                                                        /*!< USB1 PORTSC1_D: LS Position         */\r
-#define USB1_PORTSC1_D_LS_Msk                                 (0x03UL << USB1_PORTSC1_D_LS_Pos)                         /*!< USB1 PORTSC1_D: LS Mask             */\r
-#define USB1_PORTSC1_D_PP_Pos                                 12                                                        /*!< USB1 PORTSC1_D: PP Position         */\r
-#define USB1_PORTSC1_D_PP_Msk                                 (0x01UL << USB1_PORTSC1_D_PP_Pos)                         /*!< USB1 PORTSC1_D: PP Mask             */\r
-#define USB1_PORTSC1_D_PIC1_0_Pos                             14                                                        /*!< USB1 PORTSC1_D: PIC1_0 Position     */\r
-#define USB1_PORTSC1_D_PIC1_0_Msk                             (0x03UL << USB1_PORTSC1_D_PIC1_0_Pos)                     /*!< USB1 PORTSC1_D: PIC1_0 Mask         */\r
-#define USB1_PORTSC1_D_PTC3_0_Pos                             16                                                        /*!< USB1 PORTSC1_D: PTC3_0 Position     */\r
-#define USB1_PORTSC1_D_PTC3_0_Msk                             (0x0fUL << USB1_PORTSC1_D_PTC3_0_Pos)                     /*!< USB1 PORTSC1_D: PTC3_0 Mask         */\r
-#define USB1_PORTSC1_D_PHCD_Pos                               23                                                        /*!< USB1 PORTSC1_D: PHCD Position       */\r
-#define USB1_PORTSC1_D_PHCD_Msk                               (0x01UL << USB1_PORTSC1_D_PHCD_Pos)                       /*!< USB1 PORTSC1_D: PHCD Mask           */\r
-#define USB1_PORTSC1_D_PFSC_Pos                               24                                                        /*!< USB1 PORTSC1_D: PFSC Position       */\r
-#define USB1_PORTSC1_D_PFSC_Msk                               (0x01UL << USB1_PORTSC1_D_PFSC_Pos)                       /*!< USB1 PORTSC1_D: PFSC Mask           */\r
-#define USB1_PORTSC1_D_PSPD_Pos                               26                                                        /*!< USB1 PORTSC1_D: PSPD Position       */\r
-#define USB1_PORTSC1_D_PSPD_Msk                               (0x03UL << USB1_PORTSC1_D_PSPD_Pos)                       /*!< USB1 PORTSC1_D: PSPD Mask           */\r
-#define USB1_PORTSC1_D_PTS_Pos                                30                                                        /*!< USB1 PORTSC1_D: PTS Position        */\r
-#define USB1_PORTSC1_D_PTS_Msk                                (0x03UL << USB1_PORTSC1_D_PTS_Pos)                        /*!< USB1 PORTSC1_D: PTS Mask            */\r
-\r
-// -------------------------------------  USB1_PORTSC1_H  -----------------------------------------\r
-#define USB1_PORTSC1_H_CCS_Pos                                0                                                         /*!< USB1 PORTSC1_H: CCS Position        */\r
-#define USB1_PORTSC1_H_CCS_Msk                                (0x01UL << USB1_PORTSC1_H_CCS_Pos)                        /*!< USB1 PORTSC1_H: CCS Mask            */\r
-#define USB1_PORTSC1_H_CSC_Pos                                1                                                         /*!< USB1 PORTSC1_H: CSC Position        */\r
-#define USB1_PORTSC1_H_CSC_Msk                                (0x01UL << USB1_PORTSC1_H_CSC_Pos)                        /*!< USB1 PORTSC1_H: CSC Mask            */\r
-#define USB1_PORTSC1_H_PE_Pos                                 2                                                         /*!< USB1 PORTSC1_H: PE Position         */\r
-#define USB1_PORTSC1_H_PE_Msk                                 (0x01UL << USB1_PORTSC1_H_PE_Pos)                         /*!< USB1 PORTSC1_H: PE Mask             */\r
-#define USB1_PORTSC1_H_PEC_Pos                                3                                                         /*!< USB1 PORTSC1_H: PEC Position        */\r
-#define USB1_PORTSC1_H_PEC_Msk                                (0x01UL << USB1_PORTSC1_H_PEC_Pos)                        /*!< USB1 PORTSC1_H: PEC Mask            */\r
-#define USB1_PORTSC1_H_OCA_Pos                                4                                                         /*!< USB1 PORTSC1_H: OCA Position        */\r
-#define USB1_PORTSC1_H_OCA_Msk                                (0x01UL << USB1_PORTSC1_H_OCA_Pos)                        /*!< USB1 PORTSC1_H: OCA Mask            */\r
-#define USB1_PORTSC1_H_OCC_Pos                                5                                                         /*!< USB1 PORTSC1_H: OCC Position        */\r
-#define USB1_PORTSC1_H_OCC_Msk                                (0x01UL << USB1_PORTSC1_H_OCC_Pos)                        /*!< USB1 PORTSC1_H: OCC Mask            */\r
-#define USB1_PORTSC1_H_FPR_Pos                                6                                                         /*!< USB1 PORTSC1_H: FPR Position        */\r
-#define USB1_PORTSC1_H_FPR_Msk                                (0x01UL << USB1_PORTSC1_H_FPR_Pos)                        /*!< USB1 PORTSC1_H: FPR Mask            */\r
-#define USB1_PORTSC1_H_SUSP_Pos                               7                                                         /*!< USB1 PORTSC1_H: SUSP Position       */\r
-#define USB1_PORTSC1_H_SUSP_Msk                               (0x01UL << USB1_PORTSC1_H_SUSP_Pos)                       /*!< USB1 PORTSC1_H: SUSP Mask           */\r
-#define USB1_PORTSC1_H_PR_Pos                                 8                                                         /*!< USB1 PORTSC1_H: PR Position         */\r
-#define USB1_PORTSC1_H_PR_Msk                                 (0x01UL << USB1_PORTSC1_H_PR_Pos)                         /*!< USB1 PORTSC1_H: PR Mask             */\r
-#define USB1_PORTSC1_H_HSP_Pos                                9                                                         /*!< USB1 PORTSC1_H: HSP Position        */\r
-#define USB1_PORTSC1_H_HSP_Msk                                (0x01UL << USB1_PORTSC1_H_HSP_Pos)                        /*!< USB1 PORTSC1_H: HSP Mask            */\r
-#define USB1_PORTSC1_H_LS_Pos                                 10                                                        /*!< USB1 PORTSC1_H: LS Position         */\r
-#define USB1_PORTSC1_H_LS_Msk                                 (0x03UL << USB1_PORTSC1_H_LS_Pos)                         /*!< USB1 PORTSC1_H: LS Mask             */\r
-#define USB1_PORTSC1_H_PP_Pos                                 12                                                        /*!< USB1 PORTSC1_H: PP Position         */\r
-#define USB1_PORTSC1_H_PP_Msk                                 (0x01UL << USB1_PORTSC1_H_PP_Pos)                         /*!< USB1 PORTSC1_H: PP Mask             */\r
-#define USB1_PORTSC1_H_PIC1_0_Pos                             14                                                        /*!< USB1 PORTSC1_H: PIC1_0 Position     */\r
-#define USB1_PORTSC1_H_PIC1_0_Msk                             (0x03UL << USB1_PORTSC1_H_PIC1_0_Pos)                     /*!< USB1 PORTSC1_H: PIC1_0 Mask         */\r
-#define USB1_PORTSC1_H_PTC3_0_Pos                             16                                                        /*!< USB1 PORTSC1_H: PTC3_0 Position     */\r
-#define USB1_PORTSC1_H_PTC3_0_Msk                             (0x0fUL << USB1_PORTSC1_H_PTC3_0_Pos)                     /*!< USB1 PORTSC1_H: PTC3_0 Mask         */\r
-#define USB1_PORTSC1_H_WKCN_Pos                               20                                                        /*!< USB1 PORTSC1_H: WKCN Position       */\r
-#define USB1_PORTSC1_H_WKCN_Msk                               (0x01UL << USB1_PORTSC1_H_WKCN_Pos)                       /*!< USB1 PORTSC1_H: WKCN Mask           */\r
-#define USB1_PORTSC1_H_WKDC_Pos                               21                                                        /*!< USB1 PORTSC1_H: WKDC Position       */\r
-#define USB1_PORTSC1_H_WKDC_Msk                               (0x01UL << USB1_PORTSC1_H_WKDC_Pos)                       /*!< USB1 PORTSC1_H: WKDC Mask           */\r
-#define USB1_PORTSC1_H_WKOC_Pos                               22                                                        /*!< USB1 PORTSC1_H: WKOC Position       */\r
-#define USB1_PORTSC1_H_WKOC_Msk                               (0x01UL << USB1_PORTSC1_H_WKOC_Pos)                       /*!< USB1 PORTSC1_H: WKOC Mask           */\r
-#define USB1_PORTSC1_H_PHCD_Pos                               23                                                        /*!< USB1 PORTSC1_H: PHCD Position       */\r
-#define USB1_PORTSC1_H_PHCD_Msk                               (0x01UL << USB1_PORTSC1_H_PHCD_Pos)                       /*!< USB1 PORTSC1_H: PHCD Mask           */\r
-#define USB1_PORTSC1_H_PFSC_Pos                               24                                                        /*!< USB1 PORTSC1_H: PFSC Position       */\r
-#define USB1_PORTSC1_H_PFSC_Msk                               (0x01UL << USB1_PORTSC1_H_PFSC_Pos)                       /*!< USB1 PORTSC1_H: PFSC Mask           */\r
-#define USB1_PORTSC1_H_PSPD_Pos                               26                                                        /*!< USB1 PORTSC1_H: PSPD Position       */\r
-#define USB1_PORTSC1_H_PSPD_Msk                               (0x03UL << USB1_PORTSC1_H_PSPD_Pos)                       /*!< USB1 PORTSC1_H: PSPD Mask           */\r
-#define USB1_PORTSC1_H_PTS_Pos                                30                                                        /*!< USB1 PORTSC1_H: PTS Position        */\r
-#define USB1_PORTSC1_H_PTS_Msk                                (0x03UL << USB1_PORTSC1_H_PTS_Pos)                        /*!< USB1 PORTSC1_H: PTS Mask            */\r
-\r
-// -------------------------------------  USB1_USBMODE_D  -----------------------------------------\r
-#define USB1_USBMODE_D_CM1_0_Pos                              0                                                         /*!< USB1 USBMODE_D: CM1_0 Position      */\r
-#define USB1_USBMODE_D_CM1_0_Msk                              (0x03UL << USB1_USBMODE_D_CM1_0_Pos)                      /*!< USB1 USBMODE_D: CM1_0 Mask          */\r
-#define USB1_USBMODE_D_ES_Pos                                 2                                                         /*!< USB1 USBMODE_D: ES Position         */\r
-#define USB1_USBMODE_D_ES_Msk                                 (0x01UL << USB1_USBMODE_D_ES_Pos)                         /*!< USB1 USBMODE_D: ES Mask             */\r
-#define USB1_USBMODE_D_SLOM_Pos                               3                                                         /*!< USB1 USBMODE_D: SLOM Position       */\r
-#define USB1_USBMODE_D_SLOM_Msk                               (0x01UL << USB1_USBMODE_D_SLOM_Pos)                       /*!< USB1 USBMODE_D: SLOM Mask           */\r
-#define USB1_USBMODE_D_SDIS_Pos                               4                                                         /*!< USB1 USBMODE_D: SDIS Position       */\r
-#define USB1_USBMODE_D_SDIS_Msk                               (0x01UL << USB1_USBMODE_D_SDIS_Pos)                       /*!< USB1 USBMODE_D: SDIS Mask           */\r
-\r
-// -------------------------------------  USB1_USBMODE_H  -----------------------------------------\r
-#define USB1_USBMODE_H_CM1_0_Pos                              0                                                         /*!< USB1 USBMODE_H: CM1_0 Position      */\r
-#define USB1_USBMODE_H_CM1_0_Msk                              (0x03UL << USB1_USBMODE_H_CM1_0_Pos)                      /*!< USB1 USBMODE_H: CM1_0 Mask          */\r
-#define USB1_USBMODE_H_ES_Pos                                 2                                                         /*!< USB1 USBMODE_H: ES Position         */\r
-#define USB1_USBMODE_H_ES_Msk                                 (0x01UL << USB1_USBMODE_H_ES_Pos)                         /*!< USB1 USBMODE_H: ES Mask             */\r
-#define USB1_USBMODE_H_SDIS_Pos                               4                                                         /*!< USB1 USBMODE_H: SDIS Position       */\r
-#define USB1_USBMODE_H_SDIS_Msk                               (0x01UL << USB1_USBMODE_H_SDIS_Pos)                       /*!< USB1 USBMODE_H: SDIS Mask           */\r
-#define USB1_USBMODE_H_VBPS_Pos                               5                                                         /*!< USB1 USBMODE_H: VBPS Position       */\r
-#define USB1_USBMODE_H_VBPS_Msk                               (0x01UL << USB1_USBMODE_H_VBPS_Pos)                       /*!< USB1 USBMODE_H: VBPS Mask           */\r
-\r
-// -----------------------------------  USB1_ENDPTSETUPSTAT  --------------------------------------\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Pos               0                                                         /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT0 Position */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Msk               (0x01UL << USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT0_Pos)       /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT0 Mask */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Pos               1                                                         /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT1 Position */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Msk               (0x01UL << USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT1_Pos)       /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT1 Mask */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Pos               2                                                         /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT2 Position */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Msk               (0x01UL << USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT2_Pos)       /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT2 Mask */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Pos               3                                                         /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT3 Position */\r
-#define USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Msk               (0x01UL << USB1_ENDPTSETUPSTAT_ENDPTSETUPSTAT3_Pos)       /*!< USB1 ENDPTSETUPSTAT: ENDPTSETUPSTAT3 Mask */\r
-\r
-// -------------------------------------  USB1_ENDPTPRIME  ----------------------------------------\r
-#define USB1_ENDPTPRIME_PERB0_Pos                             0                                                         /*!< USB1 ENDPTPRIME: PERB0 Position     */\r
-#define USB1_ENDPTPRIME_PERB0_Msk                             (0x01UL << USB1_ENDPTPRIME_PERB0_Pos)                     /*!< USB1 ENDPTPRIME: PERB0 Mask         */\r
-#define USB1_ENDPTPRIME_PERB1_Pos                             1                                                         /*!< USB1 ENDPTPRIME: PERB1 Position     */\r
-#define USB1_ENDPTPRIME_PERB1_Msk                             (0x01UL << USB1_ENDPTPRIME_PERB1_Pos)                     /*!< USB1 ENDPTPRIME: PERB1 Mask         */\r
-#define USB1_ENDPTPRIME_PERB2_Pos                             2                                                         /*!< USB1 ENDPTPRIME: PERB2 Position     */\r
-#define USB1_ENDPTPRIME_PERB2_Msk                             (0x01UL << USB1_ENDPTPRIME_PERB2_Pos)                     /*!< USB1 ENDPTPRIME: PERB2 Mask         */\r
-#define USB1_ENDPTPRIME_PERB3_Pos                             3                                                         /*!< USB1 ENDPTPRIME: PERB3 Position     */\r
-#define USB1_ENDPTPRIME_PERB3_Msk                             (0x01UL << USB1_ENDPTPRIME_PERB3_Pos)                     /*!< USB1 ENDPTPRIME: PERB3 Mask         */\r
-#define USB1_ENDPTPRIME_PETB0_Pos                             16                                                        /*!< USB1 ENDPTPRIME: PETB0 Position     */\r
-#define USB1_ENDPTPRIME_PETB0_Msk                             (0x01UL << USB1_ENDPTPRIME_PETB0_Pos)                     /*!< USB1 ENDPTPRIME: PETB0 Mask         */\r
-#define USB1_ENDPTPRIME_PETB1_Pos                             17                                                        /*!< USB1 ENDPTPRIME: PETB1 Position     */\r
-#define USB1_ENDPTPRIME_PETB1_Msk                             (0x01UL << USB1_ENDPTPRIME_PETB1_Pos)                     /*!< USB1 ENDPTPRIME: PETB1 Mask         */\r
-#define USB1_ENDPTPRIME_PETB2_Pos                             18                                                        /*!< USB1 ENDPTPRIME: PETB2 Position     */\r
-#define USB1_ENDPTPRIME_PETB2_Msk                             (0x01UL << USB1_ENDPTPRIME_PETB2_Pos)                     /*!< USB1 ENDPTPRIME: PETB2 Mask         */\r
-#define USB1_ENDPTPRIME_PETB3_Pos                             19                                                        /*!< USB1 ENDPTPRIME: PETB3 Position     */\r
-#define USB1_ENDPTPRIME_PETB3_Msk                             (0x01UL << USB1_ENDPTPRIME_PETB3_Pos)                     /*!< USB1 ENDPTPRIME: PETB3 Mask         */\r
-\r
-// -------------------------------------  USB1_ENDPTFLUSH  ----------------------------------------\r
-#define USB1_ENDPTFLUSH_FERB0_Pos                             0                                                         /*!< USB1 ENDPTFLUSH: FERB0 Position     */\r
-#define USB1_ENDPTFLUSH_FERB0_Msk                             (0x01UL << USB1_ENDPTFLUSH_FERB0_Pos)                     /*!< USB1 ENDPTFLUSH: FERB0 Mask         */\r
-#define USB1_ENDPTFLUSH_FERB1_Pos                             1                                                         /*!< USB1 ENDPTFLUSH: FERB1 Position     */\r
-#define USB1_ENDPTFLUSH_FERB1_Msk                             (0x01UL << USB1_ENDPTFLUSH_FERB1_Pos)                     /*!< USB1 ENDPTFLUSH: FERB1 Mask         */\r
-#define USB1_ENDPTFLUSH_FERB2_Pos                             2                                                         /*!< USB1 ENDPTFLUSH: FERB2 Position     */\r
-#define USB1_ENDPTFLUSH_FERB2_Msk                             (0x01UL << USB1_ENDPTFLUSH_FERB2_Pos)                     /*!< USB1 ENDPTFLUSH: FERB2 Mask         */\r
-#define USB1_ENDPTFLUSH_FERB3_Pos                             3                                                         /*!< USB1 ENDPTFLUSH: FERB3 Position     */\r
-#define USB1_ENDPTFLUSH_FERB3_Msk                             (0x01UL << USB1_ENDPTFLUSH_FERB3_Pos)                     /*!< USB1 ENDPTFLUSH: FERB3 Mask         */\r
-#define USB1_ENDPTFLUSH_FETB0_Pos                             16                                                        /*!< USB1 ENDPTFLUSH: FETB0 Position     */\r
-#define USB1_ENDPTFLUSH_FETB0_Msk                             (0x01UL << USB1_ENDPTFLUSH_FETB0_Pos)                     /*!< USB1 ENDPTFLUSH: FETB0 Mask         */\r
-#define USB1_ENDPTFLUSH_FETB1_Pos                             17                                                        /*!< USB1 ENDPTFLUSH: FETB1 Position     */\r
-#define USB1_ENDPTFLUSH_FETB1_Msk                             (0x01UL << USB1_ENDPTFLUSH_FETB1_Pos)                     /*!< USB1 ENDPTFLUSH: FETB1 Mask         */\r
-#define USB1_ENDPTFLUSH_FETB2_Pos                             18                                                        /*!< USB1 ENDPTFLUSH: FETB2 Position     */\r
-#define USB1_ENDPTFLUSH_FETB2_Msk                             (0x01UL << USB1_ENDPTFLUSH_FETB2_Pos)                     /*!< USB1 ENDPTFLUSH: FETB2 Mask         */\r
-#define USB1_ENDPTFLUSH_FETB3_Pos                             19                                                        /*!< USB1 ENDPTFLUSH: FETB3 Position     */\r
-#define USB1_ENDPTFLUSH_FETB3_Msk                             (0x01UL << USB1_ENDPTFLUSH_FETB3_Pos)                     /*!< USB1 ENDPTFLUSH: FETB3 Mask         */\r
-\r
-// -------------------------------------  USB1_ENDPTSTAT  -----------------------------------------\r
-#define USB1_ENDPTSTAT_ERBR0_Pos                              0                                                         /*!< USB1 ENDPTSTAT: ERBR0 Position      */\r
-#define USB1_ENDPTSTAT_ERBR0_Msk                              (0x01UL << USB1_ENDPTSTAT_ERBR0_Pos)                      /*!< USB1 ENDPTSTAT: ERBR0 Mask          */\r
-#define USB1_ENDPTSTAT_ERBR1_Pos                              1                                                         /*!< USB1 ENDPTSTAT: ERBR1 Position      */\r
-#define USB1_ENDPTSTAT_ERBR1_Msk                              (0x01UL << USB1_ENDPTSTAT_ERBR1_Pos)                      /*!< USB1 ENDPTSTAT: ERBR1 Mask          */\r
-#define USB1_ENDPTSTAT_ERBR2_Pos                              2                                                         /*!< USB1 ENDPTSTAT: ERBR2 Position      */\r
-#define USB1_ENDPTSTAT_ERBR2_Msk                              (0x01UL << USB1_ENDPTSTAT_ERBR2_Pos)                      /*!< USB1 ENDPTSTAT: ERBR2 Mask          */\r
-#define USB1_ENDPTSTAT_ERBR3_Pos                              3                                                         /*!< USB1 ENDPTSTAT: ERBR3 Position      */\r
-#define USB1_ENDPTSTAT_ERBR3_Msk                              (0x01UL << USB1_ENDPTSTAT_ERBR3_Pos)                      /*!< USB1 ENDPTSTAT: ERBR3 Mask          */\r
-#define USB1_ENDPTSTAT_ETBR0_Pos                              16                                                        /*!< USB1 ENDPTSTAT: ETBR0 Position      */\r
-#define USB1_ENDPTSTAT_ETBR0_Msk                              (0x01UL << USB1_ENDPTSTAT_ETBR0_Pos)                      /*!< USB1 ENDPTSTAT: ETBR0 Mask          */\r
-#define USB1_ENDPTSTAT_ETBR1_Pos                              17                                                        /*!< USB1 ENDPTSTAT: ETBR1 Position      */\r
-#define USB1_ENDPTSTAT_ETBR1_Msk                              (0x01UL << USB1_ENDPTSTAT_ETBR1_Pos)                      /*!< USB1 ENDPTSTAT: ETBR1 Mask          */\r
-#define USB1_ENDPTSTAT_ETBR2_Pos                              18                                                        /*!< USB1 ENDPTSTAT: ETBR2 Position      */\r
-#define USB1_ENDPTSTAT_ETBR2_Msk                              (0x01UL << USB1_ENDPTSTAT_ETBR2_Pos)                      /*!< USB1 ENDPTSTAT: ETBR2 Mask          */\r
-#define USB1_ENDPTSTAT_ETBR3_Pos                              19                                                        /*!< USB1 ENDPTSTAT: ETBR3 Position      */\r
-#define USB1_ENDPTSTAT_ETBR3_Msk                              (0x01UL << USB1_ENDPTSTAT_ETBR3_Pos)                      /*!< USB1 ENDPTSTAT: ETBR3 Mask          */\r
-\r
-// -----------------------------------  USB1_ENDPTCOMPLETE  ---------------------------------------\r
-#define USB1_ENDPTCOMPLETE_ERCE0_Pos                          0                                                         /*!< USB1 ENDPTCOMPLETE: ERCE0 Position  */\r
-#define USB1_ENDPTCOMPLETE_ERCE0_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ERCE0_Pos)                  /*!< USB1 ENDPTCOMPLETE: ERCE0 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ERCE1_Pos                          1                                                         /*!< USB1 ENDPTCOMPLETE: ERCE1 Position  */\r
-#define USB1_ENDPTCOMPLETE_ERCE1_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ERCE1_Pos)                  /*!< USB1 ENDPTCOMPLETE: ERCE1 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ERCE2_Pos                          2                                                         /*!< USB1 ENDPTCOMPLETE: ERCE2 Position  */\r
-#define USB1_ENDPTCOMPLETE_ERCE2_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ERCE2_Pos)                  /*!< USB1 ENDPTCOMPLETE: ERCE2 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ERCE3_Pos                          3                                                         /*!< USB1 ENDPTCOMPLETE: ERCE3 Position  */\r
-#define USB1_ENDPTCOMPLETE_ERCE3_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ERCE3_Pos)                  /*!< USB1 ENDPTCOMPLETE: ERCE3 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ETCE0_Pos                          16                                                        /*!< USB1 ENDPTCOMPLETE: ETCE0 Position  */\r
-#define USB1_ENDPTCOMPLETE_ETCE0_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ETCE0_Pos)                  /*!< USB1 ENDPTCOMPLETE: ETCE0 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ETCE1_Pos                          17                                                        /*!< USB1 ENDPTCOMPLETE: ETCE1 Position  */\r
-#define USB1_ENDPTCOMPLETE_ETCE1_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ETCE1_Pos)                  /*!< USB1 ENDPTCOMPLETE: ETCE1 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ETCE2_Pos                          18                                                        /*!< USB1 ENDPTCOMPLETE: ETCE2 Position  */\r
-#define USB1_ENDPTCOMPLETE_ETCE2_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ETCE2_Pos)                  /*!< USB1 ENDPTCOMPLETE: ETCE2 Mask      */\r
-#define USB1_ENDPTCOMPLETE_ETCE3_Pos                          19                                                        /*!< USB1 ENDPTCOMPLETE: ETCE3 Position  */\r
-#define USB1_ENDPTCOMPLETE_ETCE3_Msk                          (0x01UL << USB1_ENDPTCOMPLETE_ETCE3_Pos)                  /*!< USB1 ENDPTCOMPLETE: ETCE3 Mask      */\r
-\r
-// -------------------------------------  USB1_ENDPTCTRL0  ----------------------------------------\r
-#define USB1_ENDPTCTRL0_RXS_Pos                               0                                                         /*!< USB1 ENDPTCTRL0: RXS Position       */\r
-#define USB1_ENDPTCTRL0_RXS_Msk                               (0x01UL << USB1_ENDPTCTRL0_RXS_Pos)                       /*!< USB1 ENDPTCTRL0: RXS Mask           */\r
-#define USB1_ENDPTCTRL0_RXT_Pos                               2                                                         /*!< USB1 ENDPTCTRL0: RXT Position       */\r
-#define USB1_ENDPTCTRL0_RXT_Msk                               (0x03UL << USB1_ENDPTCTRL0_RXT_Pos)                       /*!< USB1 ENDPTCTRL0: RXT Mask           */\r
-#define USB1_ENDPTCTRL0_RXE_Pos                               7                                                         /*!< USB1 ENDPTCTRL0: RXE Position       */\r
-#define USB1_ENDPTCTRL0_RXE_Msk                               (0x01UL << USB1_ENDPTCTRL0_RXE_Pos)                       /*!< USB1 ENDPTCTRL0: RXE Mask           */\r
-#define USB1_ENDPTCTRL0_TXS_Pos                               16                                                        /*!< USB1 ENDPTCTRL0: TXS Position       */\r
-#define USB1_ENDPTCTRL0_TXS_Msk                               (0x01UL << USB1_ENDPTCTRL0_TXS_Pos)                       /*!< USB1 ENDPTCTRL0: TXS Mask           */\r
-#define USB1_ENDPTCTRL0_TXT_Pos                               18                                                        /*!< USB1 ENDPTCTRL0: TXT Position       */\r
-#define USB1_ENDPTCTRL0_TXT_Msk                               (0x03UL << USB1_ENDPTCTRL0_TXT_Pos)                       /*!< USB1 ENDPTCTRL0: TXT Mask           */\r
-#define USB1_ENDPTCTRL0_TXE_Pos                               23                                                        /*!< USB1 ENDPTCTRL0: TXE Position       */\r
-#define USB1_ENDPTCTRL0_TXE_Msk                               (0x01UL << USB1_ENDPTCTRL0_TXE_Pos)                       /*!< USB1 ENDPTCTRL0: TXE Mask           */\r
-\r
-// -------------------------------------  USB1_ENDPTCTRL1  ----------------------------------------\r
-#define USB1_ENDPTCTRL1_RXS_Pos                               0                                                         /*!< USB1 ENDPTCTRL1: RXS Position       */\r
-#define USB1_ENDPTCTRL1_RXS_Msk                               (0x01UL << USB1_ENDPTCTRL1_RXS_Pos)                       /*!< USB1 ENDPTCTRL1: RXS Mask           */\r
-#define USB1_ENDPTCTRL1_RXT_Pos                               2                                                         /*!< USB1 ENDPTCTRL1: RXT Position       */\r
-#define USB1_ENDPTCTRL1_RXT_Msk                               (0x03UL << USB1_ENDPTCTRL1_RXT_Pos)                       /*!< USB1 ENDPTCTRL1: RXT Mask           */\r
-#define USB1_ENDPTCTRL1_RXI_Pos                               5                                                         /*!< USB1 ENDPTCTRL1: RXI Position       */\r
-#define USB1_ENDPTCTRL1_RXI_Msk                               (0x01UL << USB1_ENDPTCTRL1_RXI_Pos)                       /*!< USB1 ENDPTCTRL1: RXI Mask           */\r
-#define USB1_ENDPTCTRL1_RXR_Pos                               6                                                         /*!< USB1 ENDPTCTRL1: RXR Position       */\r
-#define USB1_ENDPTCTRL1_RXR_Msk                               (0x01UL << USB1_ENDPTCTRL1_RXR_Pos)                       /*!< USB1 ENDPTCTRL1: RXR Mask           */\r
-#define USB1_ENDPTCTRL1_RXE_Pos                               7                                                         /*!< USB1 ENDPTCTRL1: RXE Position       */\r
-#define USB1_ENDPTCTRL1_RXE_Msk                               (0x01UL << USB1_ENDPTCTRL1_RXE_Pos)                       /*!< USB1 ENDPTCTRL1: RXE Mask           */\r
-#define USB1_ENDPTCTRL1_TXS_Pos                               16                                                        /*!< USB1 ENDPTCTRL1: TXS Position       */\r
-#define USB1_ENDPTCTRL1_TXS_Msk                               (0x01UL << USB1_ENDPTCTRL1_TXS_Pos)                       /*!< USB1 ENDPTCTRL1: TXS Mask           */\r
-#define USB1_ENDPTCTRL1_TXT_Pos                               18                                                        /*!< USB1 ENDPTCTRL1: TXT Position       */\r
-#define USB1_ENDPTCTRL1_TXT_Msk                               (0x03UL << USB1_ENDPTCTRL1_TXT_Pos)                       /*!< USB1 ENDPTCTRL1: TXT Mask           */\r
-#define USB1_ENDPTCTRL1_TXI_Pos                               21                                                        /*!< USB1 ENDPTCTRL1: TXI Position       */\r
-#define USB1_ENDPTCTRL1_TXI_Msk                               (0x01UL << USB1_ENDPTCTRL1_TXI_Pos)                       /*!< USB1 ENDPTCTRL1: TXI Mask           */\r
-#define USB1_ENDPTCTRL1_TXR_Pos                               22                                                        /*!< USB1 ENDPTCTRL1: TXR Position       */\r
-#define USB1_ENDPTCTRL1_TXR_Msk                               (0x01UL << USB1_ENDPTCTRL1_TXR_Pos)                       /*!< USB1 ENDPTCTRL1: TXR Mask           */\r
-#define USB1_ENDPTCTRL1_TXE_Pos                               23                                                        /*!< USB1 ENDPTCTRL1: TXE Position       */\r
-#define USB1_ENDPTCTRL1_TXE_Msk                               (0x01UL << USB1_ENDPTCTRL1_TXE_Pos)                       /*!< USB1 ENDPTCTRL1: TXE Mask           */\r
-\r
-// -------------------------------------  USB1_ENDPTCTRL2  ----------------------------------------\r
-#define USB1_ENDPTCTRL2_RXS_Pos                               0                                                         /*!< USB1 ENDPTCTRL2: RXS Position       */\r
-#define USB1_ENDPTCTRL2_RXS_Msk                               (0x01UL << USB1_ENDPTCTRL2_RXS_Pos)                       /*!< USB1 ENDPTCTRL2: RXS Mask           */\r
-#define USB1_ENDPTCTRL2_RXT_Pos                               2                                                         /*!< USB1 ENDPTCTRL2: RXT Position       */\r
-#define USB1_ENDPTCTRL2_RXT_Msk                               (0x03UL << USB1_ENDPTCTRL2_RXT_Pos)                       /*!< USB1 ENDPTCTRL2: RXT Mask           */\r
-#define USB1_ENDPTCTRL2_RXI_Pos                               5                                                         /*!< USB1 ENDPTCTRL2: RXI Position       */\r
-#define USB1_ENDPTCTRL2_RXI_Msk                               (0x01UL << USB1_ENDPTCTRL2_RXI_Pos)                       /*!< USB1 ENDPTCTRL2: RXI Mask           */\r
-#define USB1_ENDPTCTRL2_RXR_Pos                               6                                                         /*!< USB1 ENDPTCTRL2: RXR Position       */\r
-#define USB1_ENDPTCTRL2_RXR_Msk                               (0x01UL << USB1_ENDPTCTRL2_RXR_Pos)                       /*!< USB1 ENDPTCTRL2: RXR Mask           */\r
-#define USB1_ENDPTCTRL2_RXE_Pos                               7                                                         /*!< USB1 ENDPTCTRL2: RXE Position       */\r
-#define USB1_ENDPTCTRL2_RXE_Msk                               (0x01UL << USB1_ENDPTCTRL2_RXE_Pos)                       /*!< USB1 ENDPTCTRL2: RXE Mask           */\r
-#define USB1_ENDPTCTRL2_TXS_Pos                               16                                                        /*!< USB1 ENDPTCTRL2: TXS Position       */\r
-#define USB1_ENDPTCTRL2_TXS_Msk                               (0x01UL << USB1_ENDPTCTRL2_TXS_Pos)                       /*!< USB1 ENDPTCTRL2: TXS Mask           */\r
-#define USB1_ENDPTCTRL2_TXT_Pos                               18                                                        /*!< USB1 ENDPTCTRL2: TXT Position       */\r
-#define USB1_ENDPTCTRL2_TXT_Msk                               (0x03UL << USB1_ENDPTCTRL2_TXT_Pos)                       /*!< USB1 ENDPTCTRL2: TXT Mask           */\r
-#define USB1_ENDPTCTRL2_TXI_Pos                               21                                                        /*!< USB1 ENDPTCTRL2: TXI Position       */\r
-#define USB1_ENDPTCTRL2_TXI_Msk                               (0x01UL << USB1_ENDPTCTRL2_TXI_Pos)                       /*!< USB1 ENDPTCTRL2: TXI Mask           */\r
-#define USB1_ENDPTCTRL2_TXR_Pos                               22                                                        /*!< USB1 ENDPTCTRL2: TXR Position       */\r
-#define USB1_ENDPTCTRL2_TXR_Msk                               (0x01UL << USB1_ENDPTCTRL2_TXR_Pos)                       /*!< USB1 ENDPTCTRL2: TXR Mask           */\r
-#define USB1_ENDPTCTRL2_TXE_Pos                               23                                                        /*!< USB1 ENDPTCTRL2: TXE Position       */\r
-#define USB1_ENDPTCTRL2_TXE_Msk                               (0x01UL << USB1_ENDPTCTRL2_TXE_Pos)                       /*!< USB1 ENDPTCTRL2: TXE Mask           */\r
-\r
-// -------------------------------------  USB1_ENDPTCTRL3  ----------------------------------------\r
-#define USB1_ENDPTCTRL3_RXS_Pos                               0                                                         /*!< USB1 ENDPTCTRL3: RXS Position       */\r
-#define USB1_ENDPTCTRL3_RXS_Msk                               (0x01UL << USB1_ENDPTCTRL3_RXS_Pos)                       /*!< USB1 ENDPTCTRL3: RXS Mask           */\r
-#define USB1_ENDPTCTRL3_RXT_Pos                               2                                                         /*!< USB1 ENDPTCTRL3: RXT Position       */\r
-#define USB1_ENDPTCTRL3_RXT_Msk                               (0x03UL << USB1_ENDPTCTRL3_RXT_Pos)                       /*!< USB1 ENDPTCTRL3: RXT Mask           */\r
-#define USB1_ENDPTCTRL3_RXI_Pos                               5                                                         /*!< USB1 ENDPTCTRL3: RXI Position       */\r
-#define USB1_ENDPTCTRL3_RXI_Msk                               (0x01UL << USB1_ENDPTCTRL3_RXI_Pos)                       /*!< USB1 ENDPTCTRL3: RXI Mask           */\r
-#define USB1_ENDPTCTRL3_RXR_Pos                               6                                                         /*!< USB1 ENDPTCTRL3: RXR Position       */\r
-#define USB1_ENDPTCTRL3_RXR_Msk                               (0x01UL << USB1_ENDPTCTRL3_RXR_Pos)                       /*!< USB1 ENDPTCTRL3: RXR Mask           */\r
-#define USB1_ENDPTCTRL3_RXE_Pos                               7                                                         /*!< USB1 ENDPTCTRL3: RXE Position       */\r
-#define USB1_ENDPTCTRL3_RXE_Msk                               (0x01UL << USB1_ENDPTCTRL3_RXE_Pos)                       /*!< USB1 ENDPTCTRL3: RXE Mask           */\r
-#define USB1_ENDPTCTRL3_TXS_Pos                               16                                                        /*!< USB1 ENDPTCTRL3: TXS Position       */\r
-#define USB1_ENDPTCTRL3_TXS_Msk                               (0x01UL << USB1_ENDPTCTRL3_TXS_Pos)                       /*!< USB1 ENDPTCTRL3: TXS Mask           */\r
-#define USB1_ENDPTCTRL3_TXT_Pos                               18                                                        /*!< USB1 ENDPTCTRL3: TXT Position       */\r
-#define USB1_ENDPTCTRL3_TXT_Msk                               (0x03UL << USB1_ENDPTCTRL3_TXT_Pos)                       /*!< USB1 ENDPTCTRL3: TXT Mask           */\r
-#define USB1_ENDPTCTRL3_TXI_Pos                               21                                                        /*!< USB1 ENDPTCTRL3: TXI Position       */\r
-#define USB1_ENDPTCTRL3_TXI_Msk                               (0x01UL << USB1_ENDPTCTRL3_TXI_Pos)                       /*!< USB1 ENDPTCTRL3: TXI Mask           */\r
-#define USB1_ENDPTCTRL3_TXR_Pos                               22                                                        /*!< USB1 ENDPTCTRL3: TXR Position       */\r
-#define USB1_ENDPTCTRL3_TXR_Msk                               (0x01UL << USB1_ENDPTCTRL3_TXR_Pos)                       /*!< USB1 ENDPTCTRL3: TXR Mask           */\r
-#define USB1_ENDPTCTRL3_TXE_Pos                               23                                                        /*!< USB1 ENDPTCTRL3: TXE Position       */\r
-#define USB1_ENDPTCTRL3_TXE_Msk                               (0x01UL << USB1_ENDPTCTRL3_TXE_Pos)                       /*!< USB1 ENDPTCTRL3: TXE Mask           */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  LCD Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  LCD_TIMH  --------------------------------------------\r
-#define LCD_TIMH_PPL_Pos                                      2                                                         /*!< LCD TIMH: PPL Position              */\r
-#define LCD_TIMH_PPL_Msk                                      (0x3fUL << LCD_TIMH_PPL_Pos)                              /*!< LCD TIMH: PPL Mask                  */\r
-#define LCD_TIMH_HSW_Pos                                      8                                                         /*!< LCD TIMH: HSW Position              */\r
-#define LCD_TIMH_HSW_Msk                                      (0x000000ffUL << LCD_TIMH_HSW_Pos)                        /*!< LCD TIMH: HSW Mask                  */\r
-#define LCD_TIMH_HFP_Pos                                      16                                                        /*!< LCD TIMH: HFP Position              */\r
-#define LCD_TIMH_HFP_Msk                                      (0x000000ffUL << LCD_TIMH_HFP_Pos)                        /*!< LCD TIMH: HFP Mask                  */\r
-#define LCD_TIMH_HBP_Pos                                      24                                                        /*!< LCD TIMH: HBP Position              */\r
-#define LCD_TIMH_HBP_Msk                                      (0x000000ffUL << LCD_TIMH_HBP_Pos)                        /*!< LCD TIMH: HBP Mask                  */\r
-\r
-// ----------------------------------------  LCD_TIMV  --------------------------------------------\r
-#define LCD_TIMV_LPP_Pos                                      0                                                         /*!< LCD TIMV: LPP Position              */\r
-#define LCD_TIMV_LPP_Msk                                      (0x000003ffUL << LCD_TIMV_LPP_Pos)                        /*!< LCD TIMV: LPP Mask                  */\r
-#define LCD_TIMV_VSW_Pos                                      10                                                        /*!< LCD TIMV: VSW Position              */\r
-#define LCD_TIMV_VSW_Msk                                      (0x3fUL << LCD_TIMV_VSW_Pos)                              /*!< LCD TIMV: VSW Mask                  */\r
-#define LCD_TIMV_VFP_Pos                                      16                                                        /*!< LCD TIMV: VFP Position              */\r
-#define LCD_TIMV_VFP_Msk                                      (0x000000ffUL << LCD_TIMV_VFP_Pos)                        /*!< LCD TIMV: VFP Mask                  */\r
-#define LCD_TIMV_VBP_Pos                                      24                                                        /*!< LCD TIMV: VBP Position              */\r
-#define LCD_TIMV_VBP_Msk                                      (0x000000ffUL << LCD_TIMV_VBP_Pos)                        /*!< LCD TIMV: VBP Mask                  */\r
-\r
-// -----------------------------------------  LCD_POL  --------------------------------------------\r
-#define LCD_POL_PCD_LO_Pos                                    0                                                         /*!< LCD POL: PCD_LO Position            */\r
-#define LCD_POL_PCD_LO_Msk                                    (0x1fUL << LCD_POL_PCD_LO_Pos)                            /*!< LCD POL: PCD_LO Mask                */\r
-#define LCD_POL_CLKSEL_Pos                                    5                                                         /*!< LCD POL: CLKSEL Position            */\r
-#define LCD_POL_CLKSEL_Msk                                    (0x01UL << LCD_POL_CLKSEL_Pos)                            /*!< LCD POL: CLKSEL Mask                */\r
-#define LCD_POL_ACB_Pos                                       6                                                         /*!< LCD POL: ACB Position               */\r
-#define LCD_POL_ACB_Msk                                       (0x1fUL << LCD_POL_ACB_Pos)                               /*!< LCD POL: ACB Mask                   */\r
-#define LCD_POL_IVS_Pos                                       11                                                        /*!< LCD POL: IVS Position               */\r
-#define LCD_POL_IVS_Msk                                       (0x01UL << LCD_POL_IVS_Pos)                               /*!< LCD POL: IVS Mask                   */\r
-#define LCD_POL_IHS_Pos                                       12                                                        /*!< LCD POL: IHS Position               */\r
-#define LCD_POL_IHS_Msk                                       (0x01UL << LCD_POL_IHS_Pos)                               /*!< LCD POL: IHS Mask                   */\r
-#define LCD_POL_IPC_Pos                                       13                                                        /*!< LCD POL: IPC Position               */\r
-#define LCD_POL_IPC_Msk                                       (0x01UL << LCD_POL_IPC_Pos)                               /*!< LCD POL: IPC Mask                   */\r
-#define LCD_POL_IOE_Pos                                       14                                                        /*!< LCD POL: IOE Position               */\r
-#define LCD_POL_IOE_Msk                                       (0x01UL << LCD_POL_IOE_Pos)                               /*!< LCD POL: IOE Mask                   */\r
-#define LCD_POL_CPL_Pos                                       16                                                        /*!< LCD POL: CPL Position               */\r
-#define LCD_POL_CPL_Msk                                       (0x000003ffUL << LCD_POL_CPL_Pos)                         /*!< LCD POL: CPL Mask                   */\r
-#define LCD_POL_BCD_Pos                                       26                                                        /*!< LCD POL: BCD Position               */\r
-#define LCD_POL_BCD_Msk                                       (0x01UL << LCD_POL_BCD_Pos)                               /*!< LCD POL: BCD Mask                   */\r
-#define LCD_POL_PCD_HI_Pos                                    27                                                        /*!< LCD POL: PCD_HI Position            */\r
-#define LCD_POL_PCD_HI_Msk                                    (0x1fUL << LCD_POL_PCD_HI_Pos)                            /*!< LCD POL: PCD_HI Mask                */\r
-\r
-// -----------------------------------------  LCD_LE  ---------------------------------------------\r
-#define LCD_LE_LED_Pos                                        0                                                         /*!< LCD LE: LED Position                */\r
-#define LCD_LE_LED_Msk                                        (0x7fUL << LCD_LE_LED_Pos)                                /*!< LCD LE: LED Mask                    */\r
-#define LCD_LE_LEE_Pos                                        16                                                        /*!< LCD LE: LEE Position                */\r
-#define LCD_LE_LEE_Msk                                        (0x01UL << LCD_LE_LEE_Pos)                                /*!< LCD LE: LEE Mask                    */\r
-\r
-// ---------------------------------------  LCD_UPBASE  -------------------------------------------\r
-#define LCD_UPBASE_LCDUPBASE_Pos                              3                                                         /*!< LCD UPBASE: LCDUPBASE Position      */\r
-#define LCD_UPBASE_LCDUPBASE_Msk                              (0x1fffffffUL << LCD_UPBASE_LCDUPBASE_Pos)                /*!< LCD UPBASE: LCDUPBASE Mask          */\r
-\r
-// ---------------------------------------  LCD_LPBASE  -------------------------------------------\r
-#define LCD_LPBASE_LCDLPBASE_Pos                              3                                                         /*!< LCD LPBASE: LCDLPBASE Position      */\r
-#define LCD_LPBASE_LCDLPBASE_Msk                              (0x1fffffffUL << LCD_LPBASE_LCDLPBASE_Pos)                /*!< LCD LPBASE: LCDLPBASE Mask          */\r
-\r
-// ----------------------------------------  LCD_CTRL  --------------------------------------------\r
-#define LCD_CTRL_LCDEN_Pos                                    0                                                         /*!< LCD CTRL: LCDEN Position            */\r
-#define LCD_CTRL_LCDEN_Msk                                    (0x01UL << LCD_CTRL_LCDEN_Pos)                            /*!< LCD CTRL: LCDEN Mask                */\r
-#define LCD_CTRL_LCDBPP_Pos                                   1                                                         /*!< LCD CTRL: LCDBPP Position           */\r
-#define LCD_CTRL_LCDBPP_Msk                                   (0x07UL << LCD_CTRL_LCDBPP_Pos)                           /*!< LCD CTRL: LCDBPP Mask               */\r
-#define LCD_CTRL_LCDBW_Pos                                    4                                                         /*!< LCD CTRL: LCDBW Position            */\r
-#define LCD_CTRL_LCDBW_Msk                                    (0x01UL << LCD_CTRL_LCDBW_Pos)                            /*!< LCD CTRL: LCDBW Mask                */\r
-#define LCD_CTRL_LCDTFT_Pos                                   5                                                         /*!< LCD CTRL: LCDTFT Position           */\r
-#define LCD_CTRL_LCDTFT_Msk                                   (0x01UL << LCD_CTRL_LCDTFT_Pos)                           /*!< LCD CTRL: LCDTFT Mask               */\r
-#define LCD_CTRL_LCDMONO8_Pos                                 6                                                         /*!< LCD CTRL: LCDMONO8 Position         */\r
-#define LCD_CTRL_LCDMONO8_Msk                                 (0x01UL << LCD_CTRL_LCDMONO8_Pos)                         /*!< LCD CTRL: LCDMONO8 Mask             */\r
-#define LCD_CTRL_LCDDUAL_Pos                                  7                                                         /*!< LCD CTRL: LCDDUAL Position          */\r
-#define LCD_CTRL_LCDDUAL_Msk                                  (0x01UL << LCD_CTRL_LCDDUAL_Pos)                          /*!< LCD CTRL: LCDDUAL Mask              */\r
-#define LCD_CTRL_BGR_Pos                                      8                                                         /*!< LCD CTRL: BGR Position              */\r
-#define LCD_CTRL_BGR_Msk                                      (0x01UL << LCD_CTRL_BGR_Pos)                              /*!< LCD CTRL: BGR Mask                  */\r
-#define LCD_CTRL_BEBO_Pos                                     9                                                         /*!< LCD CTRL: BEBO Position             */\r
-#define LCD_CTRL_BEBO_Msk                                     (0x01UL << LCD_CTRL_BEBO_Pos)                             /*!< LCD CTRL: BEBO Mask                 */\r
-#define LCD_CTRL_BEPO_Pos                                     10                                                        /*!< LCD CTRL: BEPO Position             */\r
-#define LCD_CTRL_BEPO_Msk                                     (0x01UL << LCD_CTRL_BEPO_Pos)                             /*!< LCD CTRL: BEPO Mask                 */\r
-#define LCD_CTRL_LCDPWR_Pos                                   11                                                        /*!< LCD CTRL: LCDPWR Position           */\r
-#define LCD_CTRL_LCDPWR_Msk                                   (0x01UL << LCD_CTRL_LCDPWR_Pos)                           /*!< LCD CTRL: LCDPWR Mask               */\r
-#define LCD_CTRL_LCDVCOMP_Pos                                 12                                                        /*!< LCD CTRL: LCDVCOMP Position         */\r
-#define LCD_CTRL_LCDVCOMP_Msk                                 (0x03UL << LCD_CTRL_LCDVCOMP_Pos)                         /*!< LCD CTRL: LCDVCOMP Mask             */\r
-#define LCD_CTRL_WATERMARK_Pos                                16                                                        /*!< LCD CTRL: WATERMARK Position        */\r
-#define LCD_CTRL_WATERMARK_Msk                                (0x01UL << LCD_CTRL_WATERMARK_Pos)                        /*!< LCD CTRL: WATERMARK Mask            */\r
-\r
-// ---------------------------------------  LCD_INTMSK  -------------------------------------------\r
-#define LCD_INTMSK_FUFIM_Pos                                  1                                                         /*!< LCD INTMSK: FUFIM Position          */\r
-#define LCD_INTMSK_FUFIM_Msk                                  (0x01UL << LCD_INTMSK_FUFIM_Pos)                          /*!< LCD INTMSK: FUFIM Mask              */\r
-#define LCD_INTMSK_LNBUIM_Pos                                 2                                                         /*!< LCD INTMSK: LNBUIM Position         */\r
-#define LCD_INTMSK_LNBUIM_Msk                                 (0x01UL << LCD_INTMSK_LNBUIM_Pos)                         /*!< LCD INTMSK: LNBUIM Mask             */\r
-#define LCD_INTMSK_VCOMPIM_Pos                                3                                                         /*!< LCD INTMSK: VCOMPIM Position        */\r
-#define LCD_INTMSK_VCOMPIM_Msk                                (0x01UL << LCD_INTMSK_VCOMPIM_Pos)                        /*!< LCD INTMSK: VCOMPIM Mask            */\r
-#define LCD_INTMSK_BERIM_Pos                                  4                                                         /*!< LCD INTMSK: BERIM Position          */\r
-#define LCD_INTMSK_BERIM_Msk                                  (0x01UL << LCD_INTMSK_BERIM_Pos)                          /*!< LCD INTMSK: BERIM Mask              */\r
-\r
-// ---------------------------------------  LCD_INTRAW  -------------------------------------------\r
-#define LCD_INTRAW_FUFRIS_Pos                                 1                                                         /*!< LCD INTRAW: FUFRIS Position         */\r
-#define LCD_INTRAW_FUFRIS_Msk                                 (0x01UL << LCD_INTRAW_FUFRIS_Pos)                         /*!< LCD INTRAW: FUFRIS Mask             */\r
-#define LCD_INTRAW_LNBURIS_Pos                                2                                                         /*!< LCD INTRAW: LNBURIS Position        */\r
-#define LCD_INTRAW_LNBURIS_Msk                                (0x01UL << LCD_INTRAW_LNBURIS_Pos)                        /*!< LCD INTRAW: LNBURIS Mask            */\r
-#define LCD_INTRAW_VCOMPRIS_Pos                               3                                                         /*!< LCD INTRAW: VCOMPRIS Position       */\r
-#define LCD_INTRAW_VCOMPRIS_Msk                               (0x01UL << LCD_INTRAW_VCOMPRIS_Pos)                       /*!< LCD INTRAW: VCOMPRIS Mask           */\r
-#define LCD_INTRAW_BERRAW_Pos                                 4                                                         /*!< LCD INTRAW: BERRAW Position         */\r
-#define LCD_INTRAW_BERRAW_Msk                                 (0x01UL << LCD_INTRAW_BERRAW_Pos)                         /*!< LCD INTRAW: BERRAW Mask             */\r
-\r
-// ---------------------------------------  LCD_INTSTAT  ------------------------------------------\r
-#define LCD_INTSTAT_FUFMIS_Pos                                1                                                         /*!< LCD INTSTAT: FUFMIS Position        */\r
-#define LCD_INTSTAT_FUFMIS_Msk                                (0x01UL << LCD_INTSTAT_FUFMIS_Pos)                        /*!< LCD INTSTAT: FUFMIS Mask            */\r
-#define LCD_INTSTAT_LNBUMIS_Pos                               2                                                         /*!< LCD INTSTAT: LNBUMIS Position       */\r
-#define LCD_INTSTAT_LNBUMIS_Msk                               (0x01UL << LCD_INTSTAT_LNBUMIS_Pos)                       /*!< LCD INTSTAT: LNBUMIS Mask           */\r
-#define LCD_INTSTAT_VCOMPMIS_Pos                              3                                                         /*!< LCD INTSTAT: VCOMPMIS Position      */\r
-#define LCD_INTSTAT_VCOMPMIS_Msk                              (0x01UL << LCD_INTSTAT_VCOMPMIS_Pos)                      /*!< LCD INTSTAT: VCOMPMIS Mask          */\r
-#define LCD_INTSTAT_BERMIS_Pos                                4                                                         /*!< LCD INTSTAT: BERMIS Position        */\r
-#define LCD_INTSTAT_BERMIS_Msk                                (0x01UL << LCD_INTSTAT_BERMIS_Pos)                        /*!< LCD INTSTAT: BERMIS Mask            */\r
-\r
-// ---------------------------------------  LCD_INTCLR  -------------------------------------------\r
-#define LCD_INTCLR_FUFIC_Pos                                  1                                                         /*!< LCD INTCLR: FUFIC Position          */\r
-#define LCD_INTCLR_FUFIC_Msk                                  (0x01UL << LCD_INTCLR_FUFIC_Pos)                          /*!< LCD INTCLR: FUFIC Mask              */\r
-#define LCD_INTCLR_LNBUIC_Pos                                 2                                                         /*!< LCD INTCLR: LNBUIC Position         */\r
-#define LCD_INTCLR_LNBUIC_Msk                                 (0x01UL << LCD_INTCLR_LNBUIC_Pos)                         /*!< LCD INTCLR: LNBUIC Mask             */\r
-#define LCD_INTCLR_VCOMPIC_Pos                                3                                                         /*!< LCD INTCLR: VCOMPIC Position        */\r
-#define LCD_INTCLR_VCOMPIC_Msk                                (0x01UL << LCD_INTCLR_VCOMPIC_Pos)                        /*!< LCD INTCLR: VCOMPIC Mask            */\r
-#define LCD_INTCLR_BERIC_Pos                                  4                                                         /*!< LCD INTCLR: BERIC Position          */\r
-#define LCD_INTCLR_BERIC_Msk                                  (0x01UL << LCD_INTCLR_BERIC_Pos)                          /*!< LCD INTCLR: BERIC Mask              */\r
-\r
-// ---------------------------------------  LCD_UPCURR  -------------------------------------------\r
-#define LCD_UPCURR_LCDUPCURR_Pos                              0                                                         /*!< LCD UPCURR: LCDUPCURR Position      */\r
-#define LCD_UPCURR_LCDUPCURR_Msk                              (0xffffffffUL << LCD_UPCURR_LCDUPCURR_Pos)                /*!< LCD UPCURR: LCDUPCURR Mask          */\r
-\r
-// ---------------------------------------  LCD_LPCURR  -------------------------------------------\r
-#define LCD_LPCURR_LCDLPCURR_Pos                              0                                                         /*!< LCD LPCURR: LCDLPCURR Position      */\r
-#define LCD_LPCURR_LCDLPCURR_Msk                              (0xffffffffUL << LCD_LPCURR_LCDLPCURR_Pos)                /*!< LCD LPCURR: LCDLPCURR Mask          */\r
-\r
-// ----------------------------------------  LCD_PAL0  --------------------------------------------\r
-#define LCD_PAL0_R04_0_Pos                                    0                                                         /*!< LCD PAL0: R04_0 Position            */\r
-#define LCD_PAL0_R04_0_Msk                                    (0x1fUL << LCD_PAL0_R04_0_Pos)                            /*!< LCD PAL0: R04_0 Mask                */\r
-#define LCD_PAL0_G04_0_Pos                                    5                                                         /*!< LCD PAL0: G04_0 Position            */\r
-#define LCD_PAL0_G04_0_Msk                                    (0x1fUL << LCD_PAL0_G04_0_Pos)                            /*!< LCD PAL0: G04_0 Mask                */\r
-#define LCD_PAL0_B04_0_Pos                                    10                                                        /*!< LCD PAL0: B04_0 Position            */\r
-#define LCD_PAL0_B04_0_Msk                                    (0x1fUL << LCD_PAL0_B04_0_Pos)                            /*!< LCD PAL0: B04_0 Mask                */\r
-#define LCD_PAL0_I0_Pos                                       15                                                        /*!< LCD PAL0: I0 Position               */\r
-#define LCD_PAL0_I0_Msk                                       (0x01UL << LCD_PAL0_I0_Pos)                               /*!< LCD PAL0: I0 Mask                   */\r
-#define LCD_PAL0_R14_0_Pos                                    16                                                        /*!< LCD PAL0: R14_0 Position            */\r
-#define LCD_PAL0_R14_0_Msk                                    (0x1fUL << LCD_PAL0_R14_0_Pos)                            /*!< LCD PAL0: R14_0 Mask                */\r
-#define LCD_PAL0_G14_0_Pos                                    21                                                        /*!< LCD PAL0: G14_0 Position            */\r
-#define LCD_PAL0_G14_0_Msk                                    (0x1fUL << LCD_PAL0_G14_0_Pos)                            /*!< LCD PAL0: G14_0 Mask                */\r
-#define LCD_PAL0_B14_0_Pos                                    26                                                        /*!< LCD PAL0: B14_0 Position            */\r
-#define LCD_PAL0_B14_0_Msk                                    (0x1fUL << LCD_PAL0_B14_0_Pos)                            /*!< LCD PAL0: B14_0 Mask                */\r
-#define LCD_PAL0_I1_Pos                                       31                                                        /*!< LCD PAL0: I1 Position               */\r
-#define LCD_PAL0_I1_Msk                                       (0x01UL << LCD_PAL0_I1_Pos)                               /*!< LCD PAL0: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL1  --------------------------------------------\r
-#define LCD_PAL1_R04_0_Pos                                    0                                                         /*!< LCD PAL1: R04_0 Position            */\r
-#define LCD_PAL1_R04_0_Msk                                    (0x1fUL << LCD_PAL1_R04_0_Pos)                            /*!< LCD PAL1: R04_0 Mask                */\r
-#define LCD_PAL1_G04_0_Pos                                    5                                                         /*!< LCD PAL1: G04_0 Position            */\r
-#define LCD_PAL1_G04_0_Msk                                    (0x1fUL << LCD_PAL1_G04_0_Pos)                            /*!< LCD PAL1: G04_0 Mask                */\r
-#define LCD_PAL1_B04_0_Pos                                    10                                                        /*!< LCD PAL1: B04_0 Position            */\r
-#define LCD_PAL1_B04_0_Msk                                    (0x1fUL << LCD_PAL1_B04_0_Pos)                            /*!< LCD PAL1: B04_0 Mask                */\r
-#define LCD_PAL1_I0_Pos                                       15                                                        /*!< LCD PAL1: I0 Position               */\r
-#define LCD_PAL1_I0_Msk                                       (0x01UL << LCD_PAL1_I0_Pos)                               /*!< LCD PAL1: I0 Mask                   */\r
-#define LCD_PAL1_R14_0_Pos                                    16                                                        /*!< LCD PAL1: R14_0 Position            */\r
-#define LCD_PAL1_R14_0_Msk                                    (0x1fUL << LCD_PAL1_R14_0_Pos)                            /*!< LCD PAL1: R14_0 Mask                */\r
-#define LCD_PAL1_G14_0_Pos                                    21                                                        /*!< LCD PAL1: G14_0 Position            */\r
-#define LCD_PAL1_G14_0_Msk                                    (0x1fUL << LCD_PAL1_G14_0_Pos)                            /*!< LCD PAL1: G14_0 Mask                */\r
-#define LCD_PAL1_B14_0_Pos                                    26                                                        /*!< LCD PAL1: B14_0 Position            */\r
-#define LCD_PAL1_B14_0_Msk                                    (0x1fUL << LCD_PAL1_B14_0_Pos)                            /*!< LCD PAL1: B14_0 Mask                */\r
-#define LCD_PAL1_I1_Pos                                       31                                                        /*!< LCD PAL1: I1 Position               */\r
-#define LCD_PAL1_I1_Msk                                       (0x01UL << LCD_PAL1_I1_Pos)                               /*!< LCD PAL1: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL2  --------------------------------------------\r
-#define LCD_PAL2_R04_0_Pos                                    0                                                         /*!< LCD PAL2: R04_0 Position            */\r
-#define LCD_PAL2_R04_0_Msk                                    (0x1fUL << LCD_PAL2_R04_0_Pos)                            /*!< LCD PAL2: R04_0 Mask                */\r
-#define LCD_PAL2_G04_0_Pos                                    5                                                         /*!< LCD PAL2: G04_0 Position            */\r
-#define LCD_PAL2_G04_0_Msk                                    (0x1fUL << LCD_PAL2_G04_0_Pos)                            /*!< LCD PAL2: G04_0 Mask                */\r
-#define LCD_PAL2_B04_0_Pos                                    10                                                        /*!< LCD PAL2: B04_0 Position            */\r
-#define LCD_PAL2_B04_0_Msk                                    (0x1fUL << LCD_PAL2_B04_0_Pos)                            /*!< LCD PAL2: B04_0 Mask                */\r
-#define LCD_PAL2_I0_Pos                                       15                                                        /*!< LCD PAL2: I0 Position               */\r
-#define LCD_PAL2_I0_Msk                                       (0x01UL << LCD_PAL2_I0_Pos)                               /*!< LCD PAL2: I0 Mask                   */\r
-#define LCD_PAL2_R14_0_Pos                                    16                                                        /*!< LCD PAL2: R14_0 Position            */\r
-#define LCD_PAL2_R14_0_Msk                                    (0x1fUL << LCD_PAL2_R14_0_Pos)                            /*!< LCD PAL2: R14_0 Mask                */\r
-#define LCD_PAL2_G14_0_Pos                                    21                                                        /*!< LCD PAL2: G14_0 Position            */\r
-#define LCD_PAL2_G14_0_Msk                                    (0x1fUL << LCD_PAL2_G14_0_Pos)                            /*!< LCD PAL2: G14_0 Mask                */\r
-#define LCD_PAL2_B14_0_Pos                                    26                                                        /*!< LCD PAL2: B14_0 Position            */\r
-#define LCD_PAL2_B14_0_Msk                                    (0x1fUL << LCD_PAL2_B14_0_Pos)                            /*!< LCD PAL2: B14_0 Mask                */\r
-#define LCD_PAL2_I1_Pos                                       31                                                        /*!< LCD PAL2: I1 Position               */\r
-#define LCD_PAL2_I1_Msk                                       (0x01UL << LCD_PAL2_I1_Pos)                               /*!< LCD PAL2: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL3  --------------------------------------------\r
-#define LCD_PAL3_R04_0_Pos                                    0                                                         /*!< LCD PAL3: R04_0 Position            */\r
-#define LCD_PAL3_R04_0_Msk                                    (0x1fUL << LCD_PAL3_R04_0_Pos)                            /*!< LCD PAL3: R04_0 Mask                */\r
-#define LCD_PAL3_G04_0_Pos                                    5                                                         /*!< LCD PAL3: G04_0 Position            */\r
-#define LCD_PAL3_G04_0_Msk                                    (0x1fUL << LCD_PAL3_G04_0_Pos)                            /*!< LCD PAL3: G04_0 Mask                */\r
-#define LCD_PAL3_B04_0_Pos                                    10                                                        /*!< LCD PAL3: B04_0 Position            */\r
-#define LCD_PAL3_B04_0_Msk                                    (0x1fUL << LCD_PAL3_B04_0_Pos)                            /*!< LCD PAL3: B04_0 Mask                */\r
-#define LCD_PAL3_I0_Pos                                       15                                                        /*!< LCD PAL3: I0 Position               */\r
-#define LCD_PAL3_I0_Msk                                       (0x01UL << LCD_PAL3_I0_Pos)                               /*!< LCD PAL3: I0 Mask                   */\r
-#define LCD_PAL3_R14_0_Pos                                    16                                                        /*!< LCD PAL3: R14_0 Position            */\r
-#define LCD_PAL3_R14_0_Msk                                    (0x1fUL << LCD_PAL3_R14_0_Pos)                            /*!< LCD PAL3: R14_0 Mask                */\r
-#define LCD_PAL3_G14_0_Pos                                    21                                                        /*!< LCD PAL3: G14_0 Position            */\r
-#define LCD_PAL3_G14_0_Msk                                    (0x1fUL << LCD_PAL3_G14_0_Pos)                            /*!< LCD PAL3: G14_0 Mask                */\r
-#define LCD_PAL3_B14_0_Pos                                    26                                                        /*!< LCD PAL3: B14_0 Position            */\r
-#define LCD_PAL3_B14_0_Msk                                    (0x1fUL << LCD_PAL3_B14_0_Pos)                            /*!< LCD PAL3: B14_0 Mask                */\r
-#define LCD_PAL3_I1_Pos                                       31                                                        /*!< LCD PAL3: I1 Position               */\r
-#define LCD_PAL3_I1_Msk                                       (0x01UL << LCD_PAL3_I1_Pos)                               /*!< LCD PAL3: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL4  --------------------------------------------\r
-#define LCD_PAL4_R04_0_Pos                                    0                                                         /*!< LCD PAL4: R04_0 Position            */\r
-#define LCD_PAL4_R04_0_Msk                                    (0x1fUL << LCD_PAL4_R04_0_Pos)                            /*!< LCD PAL4: R04_0 Mask                */\r
-#define LCD_PAL4_G04_0_Pos                                    5                                                         /*!< LCD PAL4: G04_0 Position            */\r
-#define LCD_PAL4_G04_0_Msk                                    (0x1fUL << LCD_PAL4_G04_0_Pos)                            /*!< LCD PAL4: G04_0 Mask                */\r
-#define LCD_PAL4_B04_0_Pos                                    10                                                        /*!< LCD PAL4: B04_0 Position            */\r
-#define LCD_PAL4_B04_0_Msk                                    (0x1fUL << LCD_PAL4_B04_0_Pos)                            /*!< LCD PAL4: B04_0 Mask                */\r
-#define LCD_PAL4_I0_Pos                                       15                                                        /*!< LCD PAL4: I0 Position               */\r
-#define LCD_PAL4_I0_Msk                                       (0x01UL << LCD_PAL4_I0_Pos)                               /*!< LCD PAL4: I0 Mask                   */\r
-#define LCD_PAL4_R14_0_Pos                                    16                                                        /*!< LCD PAL4: R14_0 Position            */\r
-#define LCD_PAL4_R14_0_Msk                                    (0x1fUL << LCD_PAL4_R14_0_Pos)                            /*!< LCD PAL4: R14_0 Mask                */\r
-#define LCD_PAL4_G14_0_Pos                                    21                                                        /*!< LCD PAL4: G14_0 Position            */\r
-#define LCD_PAL4_G14_0_Msk                                    (0x1fUL << LCD_PAL4_G14_0_Pos)                            /*!< LCD PAL4: G14_0 Mask                */\r
-#define LCD_PAL4_B14_0_Pos                                    26                                                        /*!< LCD PAL4: B14_0 Position            */\r
-#define LCD_PAL4_B14_0_Msk                                    (0x1fUL << LCD_PAL4_B14_0_Pos)                            /*!< LCD PAL4: B14_0 Mask                */\r
-#define LCD_PAL4_I1_Pos                                       31                                                        /*!< LCD PAL4: I1 Position               */\r
-#define LCD_PAL4_I1_Msk                                       (0x01UL << LCD_PAL4_I1_Pos)                               /*!< LCD PAL4: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL5  --------------------------------------------\r
-#define LCD_PAL5_R04_0_Pos                                    0                                                         /*!< LCD PAL5: R04_0 Position            */\r
-#define LCD_PAL5_R04_0_Msk                                    (0x1fUL << LCD_PAL5_R04_0_Pos)                            /*!< LCD PAL5: R04_0 Mask                */\r
-#define LCD_PAL5_G04_0_Pos                                    5                                                         /*!< LCD PAL5: G04_0 Position            */\r
-#define LCD_PAL5_G04_0_Msk                                    (0x1fUL << LCD_PAL5_G04_0_Pos)                            /*!< LCD PAL5: G04_0 Mask                */\r
-#define LCD_PAL5_B04_0_Pos                                    10                                                        /*!< LCD PAL5: B04_0 Position            */\r
-#define LCD_PAL5_B04_0_Msk                                    (0x1fUL << LCD_PAL5_B04_0_Pos)                            /*!< LCD PAL5: B04_0 Mask                */\r
-#define LCD_PAL5_I0_Pos                                       15                                                        /*!< LCD PAL5: I0 Position               */\r
-#define LCD_PAL5_I0_Msk                                       (0x01UL << LCD_PAL5_I0_Pos)                               /*!< LCD PAL5: I0 Mask                   */\r
-#define LCD_PAL5_R14_0_Pos                                    16                                                        /*!< LCD PAL5: R14_0 Position            */\r
-#define LCD_PAL5_R14_0_Msk                                    (0x1fUL << LCD_PAL5_R14_0_Pos)                            /*!< LCD PAL5: R14_0 Mask                */\r
-#define LCD_PAL5_G14_0_Pos                                    21                                                        /*!< LCD PAL5: G14_0 Position            */\r
-#define LCD_PAL5_G14_0_Msk                                    (0x1fUL << LCD_PAL5_G14_0_Pos)                            /*!< LCD PAL5: G14_0 Mask                */\r
-#define LCD_PAL5_B14_0_Pos                                    26                                                        /*!< LCD PAL5: B14_0 Position            */\r
-#define LCD_PAL5_B14_0_Msk                                    (0x1fUL << LCD_PAL5_B14_0_Pos)                            /*!< LCD PAL5: B14_0 Mask                */\r
-#define LCD_PAL5_I1_Pos                                       31                                                        /*!< LCD PAL5: I1 Position               */\r
-#define LCD_PAL5_I1_Msk                                       (0x01UL << LCD_PAL5_I1_Pos)                               /*!< LCD PAL5: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL6  --------------------------------------------\r
-#define LCD_PAL6_R04_0_Pos                                    0                                                         /*!< LCD PAL6: R04_0 Position            */\r
-#define LCD_PAL6_R04_0_Msk                                    (0x1fUL << LCD_PAL6_R04_0_Pos)                            /*!< LCD PAL6: R04_0 Mask                */\r
-#define LCD_PAL6_G04_0_Pos                                    5                                                         /*!< LCD PAL6: G04_0 Position            */\r
-#define LCD_PAL6_G04_0_Msk                                    (0x1fUL << LCD_PAL6_G04_0_Pos)                            /*!< LCD PAL6: G04_0 Mask                */\r
-#define LCD_PAL6_B04_0_Pos                                    10                                                        /*!< LCD PAL6: B04_0 Position            */\r
-#define LCD_PAL6_B04_0_Msk                                    (0x1fUL << LCD_PAL6_B04_0_Pos)                            /*!< LCD PAL6: B04_0 Mask                */\r
-#define LCD_PAL6_I0_Pos                                       15                                                        /*!< LCD PAL6: I0 Position               */\r
-#define LCD_PAL6_I0_Msk                                       (0x01UL << LCD_PAL6_I0_Pos)                               /*!< LCD PAL6: I0 Mask                   */\r
-#define LCD_PAL6_R14_0_Pos                                    16                                                        /*!< LCD PAL6: R14_0 Position            */\r
-#define LCD_PAL6_R14_0_Msk                                    (0x1fUL << LCD_PAL6_R14_0_Pos)                            /*!< LCD PAL6: R14_0 Mask                */\r
-#define LCD_PAL6_G14_0_Pos                                    21                                                        /*!< LCD PAL6: G14_0 Position            */\r
-#define LCD_PAL6_G14_0_Msk                                    (0x1fUL << LCD_PAL6_G14_0_Pos)                            /*!< LCD PAL6: G14_0 Mask                */\r
-#define LCD_PAL6_B14_0_Pos                                    26                                                        /*!< LCD PAL6: B14_0 Position            */\r
-#define LCD_PAL6_B14_0_Msk                                    (0x1fUL << LCD_PAL6_B14_0_Pos)                            /*!< LCD PAL6: B14_0 Mask                */\r
-#define LCD_PAL6_I1_Pos                                       31                                                        /*!< LCD PAL6: I1 Position               */\r
-#define LCD_PAL6_I1_Msk                                       (0x01UL << LCD_PAL6_I1_Pos)                               /*!< LCD PAL6: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL7  --------------------------------------------\r
-#define LCD_PAL7_R04_0_Pos                                    0                                                         /*!< LCD PAL7: R04_0 Position            */\r
-#define LCD_PAL7_R04_0_Msk                                    (0x1fUL << LCD_PAL7_R04_0_Pos)                            /*!< LCD PAL7: R04_0 Mask                */\r
-#define LCD_PAL7_G04_0_Pos                                    5                                                         /*!< LCD PAL7: G04_0 Position            */\r
-#define LCD_PAL7_G04_0_Msk                                    (0x1fUL << LCD_PAL7_G04_0_Pos)                            /*!< LCD PAL7: G04_0 Mask                */\r
-#define LCD_PAL7_B04_0_Pos                                    10                                                        /*!< LCD PAL7: B04_0 Position            */\r
-#define LCD_PAL7_B04_0_Msk                                    (0x1fUL << LCD_PAL7_B04_0_Pos)                            /*!< LCD PAL7: B04_0 Mask                */\r
-#define LCD_PAL7_I0_Pos                                       15                                                        /*!< LCD PAL7: I0 Position               */\r
-#define LCD_PAL7_I0_Msk                                       (0x01UL << LCD_PAL7_I0_Pos)                               /*!< LCD PAL7: I0 Mask                   */\r
-#define LCD_PAL7_R14_0_Pos                                    16                                                        /*!< LCD PAL7: R14_0 Position            */\r
-#define LCD_PAL7_R14_0_Msk                                    (0x1fUL << LCD_PAL7_R14_0_Pos)                            /*!< LCD PAL7: R14_0 Mask                */\r
-#define LCD_PAL7_G14_0_Pos                                    21                                                        /*!< LCD PAL7: G14_0 Position            */\r
-#define LCD_PAL7_G14_0_Msk                                    (0x1fUL << LCD_PAL7_G14_0_Pos)                            /*!< LCD PAL7: G14_0 Mask                */\r
-#define LCD_PAL7_B14_0_Pos                                    26                                                        /*!< LCD PAL7: B14_0 Position            */\r
-#define LCD_PAL7_B14_0_Msk                                    (0x1fUL << LCD_PAL7_B14_0_Pos)                            /*!< LCD PAL7: B14_0 Mask                */\r
-#define LCD_PAL7_I1_Pos                                       31                                                        /*!< LCD PAL7: I1 Position               */\r
-#define LCD_PAL7_I1_Msk                                       (0x01UL << LCD_PAL7_I1_Pos)                               /*!< LCD PAL7: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL8  --------------------------------------------\r
-#define LCD_PAL8_R04_0_Pos                                    0                                                         /*!< LCD PAL8: R04_0 Position            */\r
-#define LCD_PAL8_R04_0_Msk                                    (0x1fUL << LCD_PAL8_R04_0_Pos)                            /*!< LCD PAL8: R04_0 Mask                */\r
-#define LCD_PAL8_G04_0_Pos                                    5                                                         /*!< LCD PAL8: G04_0 Position            */\r
-#define LCD_PAL8_G04_0_Msk                                    (0x1fUL << LCD_PAL8_G04_0_Pos)                            /*!< LCD PAL8: G04_0 Mask                */\r
-#define LCD_PAL8_B04_0_Pos                                    10                                                        /*!< LCD PAL8: B04_0 Position            */\r
-#define LCD_PAL8_B04_0_Msk                                    (0x1fUL << LCD_PAL8_B04_0_Pos)                            /*!< LCD PAL8: B04_0 Mask                */\r
-#define LCD_PAL8_I0_Pos                                       15                                                        /*!< LCD PAL8: I0 Position               */\r
-#define LCD_PAL8_I0_Msk                                       (0x01UL << LCD_PAL8_I0_Pos)                               /*!< LCD PAL8: I0 Mask                   */\r
-#define LCD_PAL8_R14_0_Pos                                    16                                                        /*!< LCD PAL8: R14_0 Position            */\r
-#define LCD_PAL8_R14_0_Msk                                    (0x1fUL << LCD_PAL8_R14_0_Pos)                            /*!< LCD PAL8: R14_0 Mask                */\r
-#define LCD_PAL8_G14_0_Pos                                    21                                                        /*!< LCD PAL8: G14_0 Position            */\r
-#define LCD_PAL8_G14_0_Msk                                    (0x1fUL << LCD_PAL8_G14_0_Pos)                            /*!< LCD PAL8: G14_0 Mask                */\r
-#define LCD_PAL8_B14_0_Pos                                    26                                                        /*!< LCD PAL8: B14_0 Position            */\r
-#define LCD_PAL8_B14_0_Msk                                    (0x1fUL << LCD_PAL8_B14_0_Pos)                            /*!< LCD PAL8: B14_0 Mask                */\r
-#define LCD_PAL8_I1_Pos                                       31                                                        /*!< LCD PAL8: I1 Position               */\r
-#define LCD_PAL8_I1_Msk                                       (0x01UL << LCD_PAL8_I1_Pos)                               /*!< LCD PAL8: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL9  --------------------------------------------\r
-#define LCD_PAL9_R04_0_Pos                                    0                                                         /*!< LCD PAL9: R04_0 Position            */\r
-#define LCD_PAL9_R04_0_Msk                                    (0x1fUL << LCD_PAL9_R04_0_Pos)                            /*!< LCD PAL9: R04_0 Mask                */\r
-#define LCD_PAL9_G04_0_Pos                                    5                                                         /*!< LCD PAL9: G04_0 Position            */\r
-#define LCD_PAL9_G04_0_Msk                                    (0x1fUL << LCD_PAL9_G04_0_Pos)                            /*!< LCD PAL9: G04_0 Mask                */\r
-#define LCD_PAL9_B04_0_Pos                                    10                                                        /*!< LCD PAL9: B04_0 Position            */\r
-#define LCD_PAL9_B04_0_Msk                                    (0x1fUL << LCD_PAL9_B04_0_Pos)                            /*!< LCD PAL9: B04_0 Mask                */\r
-#define LCD_PAL9_I0_Pos                                       15                                                        /*!< LCD PAL9: I0 Position               */\r
-#define LCD_PAL9_I0_Msk                                       (0x01UL << LCD_PAL9_I0_Pos)                               /*!< LCD PAL9: I0 Mask                   */\r
-#define LCD_PAL9_R14_0_Pos                                    16                                                        /*!< LCD PAL9: R14_0 Position            */\r
-#define LCD_PAL9_R14_0_Msk                                    (0x1fUL << LCD_PAL9_R14_0_Pos)                            /*!< LCD PAL9: R14_0 Mask                */\r
-#define LCD_PAL9_G14_0_Pos                                    21                                                        /*!< LCD PAL9: G14_0 Position            */\r
-#define LCD_PAL9_G14_0_Msk                                    (0x1fUL << LCD_PAL9_G14_0_Pos)                            /*!< LCD PAL9: G14_0 Mask                */\r
-#define LCD_PAL9_B14_0_Pos                                    26                                                        /*!< LCD PAL9: B14_0 Position            */\r
-#define LCD_PAL9_B14_0_Msk                                    (0x1fUL << LCD_PAL9_B14_0_Pos)                            /*!< LCD PAL9: B14_0 Mask                */\r
-#define LCD_PAL9_I1_Pos                                       31                                                        /*!< LCD PAL9: I1 Position               */\r
-#define LCD_PAL9_I1_Msk                                       (0x01UL << LCD_PAL9_I1_Pos)                               /*!< LCD PAL9: I1 Mask                   */\r
-\r
-// ----------------------------------------  LCD_PAL10  -------------------------------------------\r
-#define LCD_PAL10_R04_0_Pos                                   0                                                         /*!< LCD PAL10: R04_0 Position           */\r
-#define LCD_PAL10_R04_0_Msk                                   (0x1fUL << LCD_PAL10_R04_0_Pos)                           /*!< LCD PAL10: R04_0 Mask               */\r
-#define LCD_PAL10_G04_0_Pos                                   5                                                         /*!< LCD PAL10: G04_0 Position           */\r
-#define LCD_PAL10_G04_0_Msk                                   (0x1fUL << LCD_PAL10_G04_0_Pos)                           /*!< LCD PAL10: G04_0 Mask               */\r
-#define LCD_PAL10_B04_0_Pos                                   10                                                        /*!< LCD PAL10: B04_0 Position           */\r
-#define LCD_PAL10_B04_0_Msk                                   (0x1fUL << LCD_PAL10_B04_0_Pos)                           /*!< LCD PAL10: B04_0 Mask               */\r
-#define LCD_PAL10_I0_Pos                                      15                                                        /*!< LCD PAL10: I0 Position              */\r
-#define LCD_PAL10_I0_Msk                                      (0x01UL << LCD_PAL10_I0_Pos)                              /*!< LCD PAL10: I0 Mask                  */\r
-#define LCD_PAL10_R14_0_Pos                                   16                                                        /*!< LCD PAL10: R14_0 Position           */\r
-#define LCD_PAL10_R14_0_Msk                                   (0x1fUL << LCD_PAL10_R14_0_Pos)                           /*!< LCD PAL10: R14_0 Mask               */\r
-#define LCD_PAL10_G14_0_Pos                                   21                                                        /*!< LCD PAL10: G14_0 Position           */\r
-#define LCD_PAL10_G14_0_Msk                                   (0x1fUL << LCD_PAL10_G14_0_Pos)                           /*!< LCD PAL10: G14_0 Mask               */\r
-#define LCD_PAL10_B14_0_Pos                                   26                                                        /*!< LCD PAL10: B14_0 Position           */\r
-#define LCD_PAL10_B14_0_Msk                                   (0x1fUL << LCD_PAL10_B14_0_Pos)                           /*!< LCD PAL10: B14_0 Mask               */\r
-#define LCD_PAL10_I1_Pos                                      31                                                        /*!< LCD PAL10: I1 Position              */\r
-#define LCD_PAL10_I1_Msk                                      (0x01UL << LCD_PAL10_I1_Pos)                              /*!< LCD PAL10: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL11  -------------------------------------------\r
-#define LCD_PAL11_R04_0_Pos                                   0                                                         /*!< LCD PAL11: R04_0 Position           */\r
-#define LCD_PAL11_R04_0_Msk                                   (0x1fUL << LCD_PAL11_R04_0_Pos)                           /*!< LCD PAL11: R04_0 Mask               */\r
-#define LCD_PAL11_G04_0_Pos                                   5                                                         /*!< LCD PAL11: G04_0 Position           */\r
-#define LCD_PAL11_G04_0_Msk                                   (0x1fUL << LCD_PAL11_G04_0_Pos)                           /*!< LCD PAL11: G04_0 Mask               */\r
-#define LCD_PAL11_B04_0_Pos                                   10                                                        /*!< LCD PAL11: B04_0 Position           */\r
-#define LCD_PAL11_B04_0_Msk                                   (0x1fUL << LCD_PAL11_B04_0_Pos)                           /*!< LCD PAL11: B04_0 Mask               */\r
-#define LCD_PAL11_I0_Pos                                      15                                                        /*!< LCD PAL11: I0 Position              */\r
-#define LCD_PAL11_I0_Msk                                      (0x01UL << LCD_PAL11_I0_Pos)                              /*!< LCD PAL11: I0 Mask                  */\r
-#define LCD_PAL11_R14_0_Pos                                   16                                                        /*!< LCD PAL11: R14_0 Position           */\r
-#define LCD_PAL11_R14_0_Msk                                   (0x1fUL << LCD_PAL11_R14_0_Pos)                           /*!< LCD PAL11: R14_0 Mask               */\r
-#define LCD_PAL11_G14_0_Pos                                   21                                                        /*!< LCD PAL11: G14_0 Position           */\r
-#define LCD_PAL11_G14_0_Msk                                   (0x1fUL << LCD_PAL11_G14_0_Pos)                           /*!< LCD PAL11: G14_0 Mask               */\r
-#define LCD_PAL11_B14_0_Pos                                   26                                                        /*!< LCD PAL11: B14_0 Position           */\r
-#define LCD_PAL11_B14_0_Msk                                   (0x1fUL << LCD_PAL11_B14_0_Pos)                           /*!< LCD PAL11: B14_0 Mask               */\r
-#define LCD_PAL11_I1_Pos                                      31                                                        /*!< LCD PAL11: I1 Position              */\r
-#define LCD_PAL11_I1_Msk                                      (0x01UL << LCD_PAL11_I1_Pos)                              /*!< LCD PAL11: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL12  -------------------------------------------\r
-#define LCD_PAL12_R04_0_Pos                                   0                                                         /*!< LCD PAL12: R04_0 Position           */\r
-#define LCD_PAL12_R04_0_Msk                                   (0x1fUL << LCD_PAL12_R04_0_Pos)                           /*!< LCD PAL12: R04_0 Mask               */\r
-#define LCD_PAL12_G04_0_Pos                                   5                                                         /*!< LCD PAL12: G04_0 Position           */\r
-#define LCD_PAL12_G04_0_Msk                                   (0x1fUL << LCD_PAL12_G04_0_Pos)                           /*!< LCD PAL12: G04_0 Mask               */\r
-#define LCD_PAL12_B04_0_Pos                                   10                                                        /*!< LCD PAL12: B04_0 Position           */\r
-#define LCD_PAL12_B04_0_Msk                                   (0x1fUL << LCD_PAL12_B04_0_Pos)                           /*!< LCD PAL12: B04_0 Mask               */\r
-#define LCD_PAL12_I0_Pos                                      15                                                        /*!< LCD PAL12: I0 Position              */\r
-#define LCD_PAL12_I0_Msk                                      (0x01UL << LCD_PAL12_I0_Pos)                              /*!< LCD PAL12: I0 Mask                  */\r
-#define LCD_PAL12_R14_0_Pos                                   16                                                        /*!< LCD PAL12: R14_0 Position           */\r
-#define LCD_PAL12_R14_0_Msk                                   (0x1fUL << LCD_PAL12_R14_0_Pos)                           /*!< LCD PAL12: R14_0 Mask               */\r
-#define LCD_PAL12_G14_0_Pos                                   21                                                        /*!< LCD PAL12: G14_0 Position           */\r
-#define LCD_PAL12_G14_0_Msk                                   (0x1fUL << LCD_PAL12_G14_0_Pos)                           /*!< LCD PAL12: G14_0 Mask               */\r
-#define LCD_PAL12_B14_0_Pos                                   26                                                        /*!< LCD PAL12: B14_0 Position           */\r
-#define LCD_PAL12_B14_0_Msk                                   (0x1fUL << LCD_PAL12_B14_0_Pos)                           /*!< LCD PAL12: B14_0 Mask               */\r
-#define LCD_PAL12_I1_Pos                                      31                                                        /*!< LCD PAL12: I1 Position              */\r
-#define LCD_PAL12_I1_Msk                                      (0x01UL << LCD_PAL12_I1_Pos)                              /*!< LCD PAL12: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL13  -------------------------------------------\r
-#define LCD_PAL13_R04_0_Pos                                   0                                                         /*!< LCD PAL13: R04_0 Position           */\r
-#define LCD_PAL13_R04_0_Msk                                   (0x1fUL << LCD_PAL13_R04_0_Pos)                           /*!< LCD PAL13: R04_0 Mask               */\r
-#define LCD_PAL13_G04_0_Pos                                   5                                                         /*!< LCD PAL13: G04_0 Position           */\r
-#define LCD_PAL13_G04_0_Msk                                   (0x1fUL << LCD_PAL13_G04_0_Pos)                           /*!< LCD PAL13: G04_0 Mask               */\r
-#define LCD_PAL13_B04_0_Pos                                   10                                                        /*!< LCD PAL13: B04_0 Position           */\r
-#define LCD_PAL13_B04_0_Msk                                   (0x1fUL << LCD_PAL13_B04_0_Pos)                           /*!< LCD PAL13: B04_0 Mask               */\r
-#define LCD_PAL13_I0_Pos                                      15                                                        /*!< LCD PAL13: I0 Position              */\r
-#define LCD_PAL13_I0_Msk                                      (0x01UL << LCD_PAL13_I0_Pos)                              /*!< LCD PAL13: I0 Mask                  */\r
-#define LCD_PAL13_R14_0_Pos                                   16                                                        /*!< LCD PAL13: R14_0 Position           */\r
-#define LCD_PAL13_R14_0_Msk                                   (0x1fUL << LCD_PAL13_R14_0_Pos)                           /*!< LCD PAL13: R14_0 Mask               */\r
-#define LCD_PAL13_G14_0_Pos                                   21                                                        /*!< LCD PAL13: G14_0 Position           */\r
-#define LCD_PAL13_G14_0_Msk                                   (0x1fUL << LCD_PAL13_G14_0_Pos)                           /*!< LCD PAL13: G14_0 Mask               */\r
-#define LCD_PAL13_B14_0_Pos                                   26                                                        /*!< LCD PAL13: B14_0 Position           */\r
-#define LCD_PAL13_B14_0_Msk                                   (0x1fUL << LCD_PAL13_B14_0_Pos)                           /*!< LCD PAL13: B14_0 Mask               */\r
-#define LCD_PAL13_I1_Pos                                      31                                                        /*!< LCD PAL13: I1 Position              */\r
-#define LCD_PAL13_I1_Msk                                      (0x01UL << LCD_PAL13_I1_Pos)                              /*!< LCD PAL13: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL14  -------------------------------------------\r
-#define LCD_PAL14_R04_0_Pos                                   0                                                         /*!< LCD PAL14: R04_0 Position           */\r
-#define LCD_PAL14_R04_0_Msk                                   (0x1fUL << LCD_PAL14_R04_0_Pos)                           /*!< LCD PAL14: R04_0 Mask               */\r
-#define LCD_PAL14_G04_0_Pos                                   5                                                         /*!< LCD PAL14: G04_0 Position           */\r
-#define LCD_PAL14_G04_0_Msk                                   (0x1fUL << LCD_PAL14_G04_0_Pos)                           /*!< LCD PAL14: G04_0 Mask               */\r
-#define LCD_PAL14_B04_0_Pos                                   10                                                        /*!< LCD PAL14: B04_0 Position           */\r
-#define LCD_PAL14_B04_0_Msk                                   (0x1fUL << LCD_PAL14_B04_0_Pos)                           /*!< LCD PAL14: B04_0 Mask               */\r
-#define LCD_PAL14_I0_Pos                                      15                                                        /*!< LCD PAL14: I0 Position              */\r
-#define LCD_PAL14_I0_Msk                                      (0x01UL << LCD_PAL14_I0_Pos)                              /*!< LCD PAL14: I0 Mask                  */\r
-#define LCD_PAL14_R14_0_Pos                                   16                                                        /*!< LCD PAL14: R14_0 Position           */\r
-#define LCD_PAL14_R14_0_Msk                                   (0x1fUL << LCD_PAL14_R14_0_Pos)                           /*!< LCD PAL14: R14_0 Mask               */\r
-#define LCD_PAL14_G14_0_Pos                                   21                                                        /*!< LCD PAL14: G14_0 Position           */\r
-#define LCD_PAL14_G14_0_Msk                                   (0x1fUL << LCD_PAL14_G14_0_Pos)                           /*!< LCD PAL14: G14_0 Mask               */\r
-#define LCD_PAL14_B14_0_Pos                                   26                                                        /*!< LCD PAL14: B14_0 Position           */\r
-#define LCD_PAL14_B14_0_Msk                                   (0x1fUL << LCD_PAL14_B14_0_Pos)                           /*!< LCD PAL14: B14_0 Mask               */\r
-#define LCD_PAL14_I1_Pos                                      31                                                        /*!< LCD PAL14: I1 Position              */\r
-#define LCD_PAL14_I1_Msk                                      (0x01UL << LCD_PAL14_I1_Pos)                              /*!< LCD PAL14: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL15  -------------------------------------------\r
-#define LCD_PAL15_R04_0_Pos                                   0                                                         /*!< LCD PAL15: R04_0 Position           */\r
-#define LCD_PAL15_R04_0_Msk                                   (0x1fUL << LCD_PAL15_R04_0_Pos)                           /*!< LCD PAL15: R04_0 Mask               */\r
-#define LCD_PAL15_G04_0_Pos                                   5                                                         /*!< LCD PAL15: G04_0 Position           */\r
-#define LCD_PAL15_G04_0_Msk                                   (0x1fUL << LCD_PAL15_G04_0_Pos)                           /*!< LCD PAL15: G04_0 Mask               */\r
-#define LCD_PAL15_B04_0_Pos                                   10                                                        /*!< LCD PAL15: B04_0 Position           */\r
-#define LCD_PAL15_B04_0_Msk                                   (0x1fUL << LCD_PAL15_B04_0_Pos)                           /*!< LCD PAL15: B04_0 Mask               */\r
-#define LCD_PAL15_I0_Pos                                      15                                                        /*!< LCD PAL15: I0 Position              */\r
-#define LCD_PAL15_I0_Msk                                      (0x01UL << LCD_PAL15_I0_Pos)                              /*!< LCD PAL15: I0 Mask                  */\r
-#define LCD_PAL15_R14_0_Pos                                   16                                                        /*!< LCD PAL15: R14_0 Position           */\r
-#define LCD_PAL15_R14_0_Msk                                   (0x1fUL << LCD_PAL15_R14_0_Pos)                           /*!< LCD PAL15: R14_0 Mask               */\r
-#define LCD_PAL15_G14_0_Pos                                   21                                                        /*!< LCD PAL15: G14_0 Position           */\r
-#define LCD_PAL15_G14_0_Msk                                   (0x1fUL << LCD_PAL15_G14_0_Pos)                           /*!< LCD PAL15: G14_0 Mask               */\r
-#define LCD_PAL15_B14_0_Pos                                   26                                                        /*!< LCD PAL15: B14_0 Position           */\r
-#define LCD_PAL15_B14_0_Msk                                   (0x1fUL << LCD_PAL15_B14_0_Pos)                           /*!< LCD PAL15: B14_0 Mask               */\r
-#define LCD_PAL15_I1_Pos                                      31                                                        /*!< LCD PAL15: I1 Position              */\r
-#define LCD_PAL15_I1_Msk                                      (0x01UL << LCD_PAL15_I1_Pos)                              /*!< LCD PAL15: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL16  -------------------------------------------\r
-#define LCD_PAL16_R04_0_Pos                                   0                                                         /*!< LCD PAL16: R04_0 Position           */\r
-#define LCD_PAL16_R04_0_Msk                                   (0x1fUL << LCD_PAL16_R04_0_Pos)                           /*!< LCD PAL16: R04_0 Mask               */\r
-#define LCD_PAL16_G04_0_Pos                                   5                                                         /*!< LCD PAL16: G04_0 Position           */\r
-#define LCD_PAL16_G04_0_Msk                                   (0x1fUL << LCD_PAL16_G04_0_Pos)                           /*!< LCD PAL16: G04_0 Mask               */\r
-#define LCD_PAL16_B04_0_Pos                                   10                                                        /*!< LCD PAL16: B04_0 Position           */\r
-#define LCD_PAL16_B04_0_Msk                                   (0x1fUL << LCD_PAL16_B04_0_Pos)                           /*!< LCD PAL16: B04_0 Mask               */\r
-#define LCD_PAL16_I0_Pos                                      15                                                        /*!< LCD PAL16: I0 Position              */\r
-#define LCD_PAL16_I0_Msk                                      (0x01UL << LCD_PAL16_I0_Pos)                              /*!< LCD PAL16: I0 Mask                  */\r
-#define LCD_PAL16_R14_0_Pos                                   16                                                        /*!< LCD PAL16: R14_0 Position           */\r
-#define LCD_PAL16_R14_0_Msk                                   (0x1fUL << LCD_PAL16_R14_0_Pos)                           /*!< LCD PAL16: R14_0 Mask               */\r
-#define LCD_PAL16_G14_0_Pos                                   21                                                        /*!< LCD PAL16: G14_0 Position           */\r
-#define LCD_PAL16_G14_0_Msk                                   (0x1fUL << LCD_PAL16_G14_0_Pos)                           /*!< LCD PAL16: G14_0 Mask               */\r
-#define LCD_PAL16_B14_0_Pos                                   26                                                        /*!< LCD PAL16: B14_0 Position           */\r
-#define LCD_PAL16_B14_0_Msk                                   (0x1fUL << LCD_PAL16_B14_0_Pos)                           /*!< LCD PAL16: B14_0 Mask               */\r
-#define LCD_PAL16_I1_Pos                                      31                                                        /*!< LCD PAL16: I1 Position              */\r
-#define LCD_PAL16_I1_Msk                                      (0x01UL << LCD_PAL16_I1_Pos)                              /*!< LCD PAL16: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL17  -------------------------------------------\r
-#define LCD_PAL17_R04_0_Pos                                   0                                                         /*!< LCD PAL17: R04_0 Position           */\r
-#define LCD_PAL17_R04_0_Msk                                   (0x1fUL << LCD_PAL17_R04_0_Pos)                           /*!< LCD PAL17: R04_0 Mask               */\r
-#define LCD_PAL17_G04_0_Pos                                   5                                                         /*!< LCD PAL17: G04_0 Position           */\r
-#define LCD_PAL17_G04_0_Msk                                   (0x1fUL << LCD_PAL17_G04_0_Pos)                           /*!< LCD PAL17: G04_0 Mask               */\r
-#define LCD_PAL17_B04_0_Pos                                   10                                                        /*!< LCD PAL17: B04_0 Position           */\r
-#define LCD_PAL17_B04_0_Msk                                   (0x1fUL << LCD_PAL17_B04_0_Pos)                           /*!< LCD PAL17: B04_0 Mask               */\r
-#define LCD_PAL17_I0_Pos                                      15                                                        /*!< LCD PAL17: I0 Position              */\r
-#define LCD_PAL17_I0_Msk                                      (0x01UL << LCD_PAL17_I0_Pos)                              /*!< LCD PAL17: I0 Mask                  */\r
-#define LCD_PAL17_R14_0_Pos                                   16                                                        /*!< LCD PAL17: R14_0 Position           */\r
-#define LCD_PAL17_R14_0_Msk                                   (0x1fUL << LCD_PAL17_R14_0_Pos)                           /*!< LCD PAL17: R14_0 Mask               */\r
-#define LCD_PAL17_G14_0_Pos                                   21                                                        /*!< LCD PAL17: G14_0 Position           */\r
-#define LCD_PAL17_G14_0_Msk                                   (0x1fUL << LCD_PAL17_G14_0_Pos)                           /*!< LCD PAL17: G14_0 Mask               */\r
-#define LCD_PAL17_B14_0_Pos                                   26                                                        /*!< LCD PAL17: B14_0 Position           */\r
-#define LCD_PAL17_B14_0_Msk                                   (0x1fUL << LCD_PAL17_B14_0_Pos)                           /*!< LCD PAL17: B14_0 Mask               */\r
-#define LCD_PAL17_I1_Pos                                      31                                                        /*!< LCD PAL17: I1 Position              */\r
-#define LCD_PAL17_I1_Msk                                      (0x01UL << LCD_PAL17_I1_Pos)                              /*!< LCD PAL17: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL18  -------------------------------------------\r
-#define LCD_PAL18_R04_0_Pos                                   0                                                         /*!< LCD PAL18: R04_0 Position           */\r
-#define LCD_PAL18_R04_0_Msk                                   (0x1fUL << LCD_PAL18_R04_0_Pos)                           /*!< LCD PAL18: R04_0 Mask               */\r
-#define LCD_PAL18_G04_0_Pos                                   5                                                         /*!< LCD PAL18: G04_0 Position           */\r
-#define LCD_PAL18_G04_0_Msk                                   (0x1fUL << LCD_PAL18_G04_0_Pos)                           /*!< LCD PAL18: G04_0 Mask               */\r
-#define LCD_PAL18_B04_0_Pos                                   10                                                        /*!< LCD PAL18: B04_0 Position           */\r
-#define LCD_PAL18_B04_0_Msk                                   (0x1fUL << LCD_PAL18_B04_0_Pos)                           /*!< LCD PAL18: B04_0 Mask               */\r
-#define LCD_PAL18_I0_Pos                                      15                                                        /*!< LCD PAL18: I0 Position              */\r
-#define LCD_PAL18_I0_Msk                                      (0x01UL << LCD_PAL18_I0_Pos)                              /*!< LCD PAL18: I0 Mask                  */\r
-#define LCD_PAL18_R14_0_Pos                                   16                                                        /*!< LCD PAL18: R14_0 Position           */\r
-#define LCD_PAL18_R14_0_Msk                                   (0x1fUL << LCD_PAL18_R14_0_Pos)                           /*!< LCD PAL18: R14_0 Mask               */\r
-#define LCD_PAL18_G14_0_Pos                                   21                                                        /*!< LCD PAL18: G14_0 Position           */\r
-#define LCD_PAL18_G14_0_Msk                                   (0x1fUL << LCD_PAL18_G14_0_Pos)                           /*!< LCD PAL18: G14_0 Mask               */\r
-#define LCD_PAL18_B14_0_Pos                                   26                                                        /*!< LCD PAL18: B14_0 Position           */\r
-#define LCD_PAL18_B14_0_Msk                                   (0x1fUL << LCD_PAL18_B14_0_Pos)                           /*!< LCD PAL18: B14_0 Mask               */\r
-#define LCD_PAL18_I1_Pos                                      31                                                        /*!< LCD PAL18: I1 Position              */\r
-#define LCD_PAL18_I1_Msk                                      (0x01UL << LCD_PAL18_I1_Pos)                              /*!< LCD PAL18: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL19  -------------------------------------------\r
-#define LCD_PAL19_R04_0_Pos                                   0                                                         /*!< LCD PAL19: R04_0 Position           */\r
-#define LCD_PAL19_R04_0_Msk                                   (0x1fUL << LCD_PAL19_R04_0_Pos)                           /*!< LCD PAL19: R04_0 Mask               */\r
-#define LCD_PAL19_G04_0_Pos                                   5                                                         /*!< LCD PAL19: G04_0 Position           */\r
-#define LCD_PAL19_G04_0_Msk                                   (0x1fUL << LCD_PAL19_G04_0_Pos)                           /*!< LCD PAL19: G04_0 Mask               */\r
-#define LCD_PAL19_B04_0_Pos                                   10                                                        /*!< LCD PAL19: B04_0 Position           */\r
-#define LCD_PAL19_B04_0_Msk                                   (0x1fUL << LCD_PAL19_B04_0_Pos)                           /*!< LCD PAL19: B04_0 Mask               */\r
-#define LCD_PAL19_I0_Pos                                      15                                                        /*!< LCD PAL19: I0 Position              */\r
-#define LCD_PAL19_I0_Msk                                      (0x01UL << LCD_PAL19_I0_Pos)                              /*!< LCD PAL19: I0 Mask                  */\r
-#define LCD_PAL19_R14_0_Pos                                   16                                                        /*!< LCD PAL19: R14_0 Position           */\r
-#define LCD_PAL19_R14_0_Msk                                   (0x1fUL << LCD_PAL19_R14_0_Pos)                           /*!< LCD PAL19: R14_0 Mask               */\r
-#define LCD_PAL19_G14_0_Pos                                   21                                                        /*!< LCD PAL19: G14_0 Position           */\r
-#define LCD_PAL19_G14_0_Msk                                   (0x1fUL << LCD_PAL19_G14_0_Pos)                           /*!< LCD PAL19: G14_0 Mask               */\r
-#define LCD_PAL19_B14_0_Pos                                   26                                                        /*!< LCD PAL19: B14_0 Position           */\r
-#define LCD_PAL19_B14_0_Msk                                   (0x1fUL << LCD_PAL19_B14_0_Pos)                           /*!< LCD PAL19: B14_0 Mask               */\r
-#define LCD_PAL19_I1_Pos                                      31                                                        /*!< LCD PAL19: I1 Position              */\r
-#define LCD_PAL19_I1_Msk                                      (0x01UL << LCD_PAL19_I1_Pos)                              /*!< LCD PAL19: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL20  -------------------------------------------\r
-#define LCD_PAL20_R04_0_Pos                                   0                                                         /*!< LCD PAL20: R04_0 Position           */\r
-#define LCD_PAL20_R04_0_Msk                                   (0x1fUL << LCD_PAL20_R04_0_Pos)                           /*!< LCD PAL20: R04_0 Mask               */\r
-#define LCD_PAL20_G04_0_Pos                                   5                                                         /*!< LCD PAL20: G04_0 Position           */\r
-#define LCD_PAL20_G04_0_Msk                                   (0x1fUL << LCD_PAL20_G04_0_Pos)                           /*!< LCD PAL20: G04_0 Mask               */\r
-#define LCD_PAL20_B04_0_Pos                                   10                                                        /*!< LCD PAL20: B04_0 Position           */\r
-#define LCD_PAL20_B04_0_Msk                                   (0x1fUL << LCD_PAL20_B04_0_Pos)                           /*!< LCD PAL20: B04_0 Mask               */\r
-#define LCD_PAL20_I0_Pos                                      15                                                        /*!< LCD PAL20: I0 Position              */\r
-#define LCD_PAL20_I0_Msk                                      (0x01UL << LCD_PAL20_I0_Pos)                              /*!< LCD PAL20: I0 Mask                  */\r
-#define LCD_PAL20_R14_0_Pos                                   16                                                        /*!< LCD PAL20: R14_0 Position           */\r
-#define LCD_PAL20_R14_0_Msk                                   (0x1fUL << LCD_PAL20_R14_0_Pos)                           /*!< LCD PAL20: R14_0 Mask               */\r
-#define LCD_PAL20_G14_0_Pos                                   21                                                        /*!< LCD PAL20: G14_0 Position           */\r
-#define LCD_PAL20_G14_0_Msk                                   (0x1fUL << LCD_PAL20_G14_0_Pos)                           /*!< LCD PAL20: G14_0 Mask               */\r
-#define LCD_PAL20_B14_0_Pos                                   26                                                        /*!< LCD PAL20: B14_0 Position           */\r
-#define LCD_PAL20_B14_0_Msk                                   (0x1fUL << LCD_PAL20_B14_0_Pos)                           /*!< LCD PAL20: B14_0 Mask               */\r
-#define LCD_PAL20_I1_Pos                                      31                                                        /*!< LCD PAL20: I1 Position              */\r
-#define LCD_PAL20_I1_Msk                                      (0x01UL << LCD_PAL20_I1_Pos)                              /*!< LCD PAL20: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL21  -------------------------------------------\r
-#define LCD_PAL21_R04_0_Pos                                   0                                                         /*!< LCD PAL21: R04_0 Position           */\r
-#define LCD_PAL21_R04_0_Msk                                   (0x1fUL << LCD_PAL21_R04_0_Pos)                           /*!< LCD PAL21: R04_0 Mask               */\r
-#define LCD_PAL21_G04_0_Pos                                   5                                                         /*!< LCD PAL21: G04_0 Position           */\r
-#define LCD_PAL21_G04_0_Msk                                   (0x1fUL << LCD_PAL21_G04_0_Pos)                           /*!< LCD PAL21: G04_0 Mask               */\r
-#define LCD_PAL21_B04_0_Pos                                   10                                                        /*!< LCD PAL21: B04_0 Position           */\r
-#define LCD_PAL21_B04_0_Msk                                   (0x1fUL << LCD_PAL21_B04_0_Pos)                           /*!< LCD PAL21: B04_0 Mask               */\r
-#define LCD_PAL21_I0_Pos                                      15                                                        /*!< LCD PAL21: I0 Position              */\r
-#define LCD_PAL21_I0_Msk                                      (0x01UL << LCD_PAL21_I0_Pos)                              /*!< LCD PAL21: I0 Mask                  */\r
-#define LCD_PAL21_R14_0_Pos                                   16                                                        /*!< LCD PAL21: R14_0 Position           */\r
-#define LCD_PAL21_R14_0_Msk                                   (0x1fUL << LCD_PAL21_R14_0_Pos)                           /*!< LCD PAL21: R14_0 Mask               */\r
-#define LCD_PAL21_G14_0_Pos                                   21                                                        /*!< LCD PAL21: G14_0 Position           */\r
-#define LCD_PAL21_G14_0_Msk                                   (0x1fUL << LCD_PAL21_G14_0_Pos)                           /*!< LCD PAL21: G14_0 Mask               */\r
-#define LCD_PAL21_B14_0_Pos                                   26                                                        /*!< LCD PAL21: B14_0 Position           */\r
-#define LCD_PAL21_B14_0_Msk                                   (0x1fUL << LCD_PAL21_B14_0_Pos)                           /*!< LCD PAL21: B14_0 Mask               */\r
-#define LCD_PAL21_I1_Pos                                      31                                                        /*!< LCD PAL21: I1 Position              */\r
-#define LCD_PAL21_I1_Msk                                      (0x01UL << LCD_PAL21_I1_Pos)                              /*!< LCD PAL21: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL22  -------------------------------------------\r
-#define LCD_PAL22_R04_0_Pos                                   0                                                         /*!< LCD PAL22: R04_0 Position           */\r
-#define LCD_PAL22_R04_0_Msk                                   (0x1fUL << LCD_PAL22_R04_0_Pos)                           /*!< LCD PAL22: R04_0 Mask               */\r
-#define LCD_PAL22_G04_0_Pos                                   5                                                         /*!< LCD PAL22: G04_0 Position           */\r
-#define LCD_PAL22_G04_0_Msk                                   (0x1fUL << LCD_PAL22_G04_0_Pos)                           /*!< LCD PAL22: G04_0 Mask               */\r
-#define LCD_PAL22_B04_0_Pos                                   10                                                        /*!< LCD PAL22: B04_0 Position           */\r
-#define LCD_PAL22_B04_0_Msk                                   (0x1fUL << LCD_PAL22_B04_0_Pos)                           /*!< LCD PAL22: B04_0 Mask               */\r
-#define LCD_PAL22_I0_Pos                                      15                                                        /*!< LCD PAL22: I0 Position              */\r
-#define LCD_PAL22_I0_Msk                                      (0x01UL << LCD_PAL22_I0_Pos)                              /*!< LCD PAL22: I0 Mask                  */\r
-#define LCD_PAL22_R14_0_Pos                                   16                                                        /*!< LCD PAL22: R14_0 Position           */\r
-#define LCD_PAL22_R14_0_Msk                                   (0x1fUL << LCD_PAL22_R14_0_Pos)                           /*!< LCD PAL22: R14_0 Mask               */\r
-#define LCD_PAL22_G14_0_Pos                                   21                                                        /*!< LCD PAL22: G14_0 Position           */\r
-#define LCD_PAL22_G14_0_Msk                                   (0x1fUL << LCD_PAL22_G14_0_Pos)                           /*!< LCD PAL22: G14_0 Mask               */\r
-#define LCD_PAL22_B14_0_Pos                                   26                                                        /*!< LCD PAL22: B14_0 Position           */\r
-#define LCD_PAL22_B14_0_Msk                                   (0x1fUL << LCD_PAL22_B14_0_Pos)                           /*!< LCD PAL22: B14_0 Mask               */\r
-#define LCD_PAL22_I1_Pos                                      31                                                        /*!< LCD PAL22: I1 Position              */\r
-#define LCD_PAL22_I1_Msk                                      (0x01UL << LCD_PAL22_I1_Pos)                              /*!< LCD PAL22: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL23  -------------------------------------------\r
-#define LCD_PAL23_R04_0_Pos                                   0                                                         /*!< LCD PAL23: R04_0 Position           */\r
-#define LCD_PAL23_R04_0_Msk                                   (0x1fUL << LCD_PAL23_R04_0_Pos)                           /*!< LCD PAL23: R04_0 Mask               */\r
-#define LCD_PAL23_G04_0_Pos                                   5                                                         /*!< LCD PAL23: G04_0 Position           */\r
-#define LCD_PAL23_G04_0_Msk                                   (0x1fUL << LCD_PAL23_G04_0_Pos)                           /*!< LCD PAL23: G04_0 Mask               */\r
-#define LCD_PAL23_B04_0_Pos                                   10                                                        /*!< LCD PAL23: B04_0 Position           */\r
-#define LCD_PAL23_B04_0_Msk                                   (0x1fUL << LCD_PAL23_B04_0_Pos)                           /*!< LCD PAL23: B04_0 Mask               */\r
-#define LCD_PAL23_I0_Pos                                      15                                                        /*!< LCD PAL23: I0 Position              */\r
-#define LCD_PAL23_I0_Msk                                      (0x01UL << LCD_PAL23_I0_Pos)                              /*!< LCD PAL23: I0 Mask                  */\r
-#define LCD_PAL23_R14_0_Pos                                   16                                                        /*!< LCD PAL23: R14_0 Position           */\r
-#define LCD_PAL23_R14_0_Msk                                   (0x1fUL << LCD_PAL23_R14_0_Pos)                           /*!< LCD PAL23: R14_0 Mask               */\r
-#define LCD_PAL23_G14_0_Pos                                   21                                                        /*!< LCD PAL23: G14_0 Position           */\r
-#define LCD_PAL23_G14_0_Msk                                   (0x1fUL << LCD_PAL23_G14_0_Pos)                           /*!< LCD PAL23: G14_0 Mask               */\r
-#define LCD_PAL23_B14_0_Pos                                   26                                                        /*!< LCD PAL23: B14_0 Position           */\r
-#define LCD_PAL23_B14_0_Msk                                   (0x1fUL << LCD_PAL23_B14_0_Pos)                           /*!< LCD PAL23: B14_0 Mask               */\r
-#define LCD_PAL23_I1_Pos                                      31                                                        /*!< LCD PAL23: I1 Position              */\r
-#define LCD_PAL23_I1_Msk                                      (0x01UL << LCD_PAL23_I1_Pos)                              /*!< LCD PAL23: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL24  -------------------------------------------\r
-#define LCD_PAL24_R04_0_Pos                                   0                                                         /*!< LCD PAL24: R04_0 Position           */\r
-#define LCD_PAL24_R04_0_Msk                                   (0x1fUL << LCD_PAL24_R04_0_Pos)                           /*!< LCD PAL24: R04_0 Mask               */\r
-#define LCD_PAL24_G04_0_Pos                                   5                                                         /*!< LCD PAL24: G04_0 Position           */\r
-#define LCD_PAL24_G04_0_Msk                                   (0x1fUL << LCD_PAL24_G04_0_Pos)                           /*!< LCD PAL24: G04_0 Mask               */\r
-#define LCD_PAL24_B04_0_Pos                                   10                                                        /*!< LCD PAL24: B04_0 Position           */\r
-#define LCD_PAL24_B04_0_Msk                                   (0x1fUL << LCD_PAL24_B04_0_Pos)                           /*!< LCD PAL24: B04_0 Mask               */\r
-#define LCD_PAL24_I0_Pos                                      15                                                        /*!< LCD PAL24: I0 Position              */\r
-#define LCD_PAL24_I0_Msk                                      (0x01UL << LCD_PAL24_I0_Pos)                              /*!< LCD PAL24: I0 Mask                  */\r
-#define LCD_PAL24_R14_0_Pos                                   16                                                        /*!< LCD PAL24: R14_0 Position           */\r
-#define LCD_PAL24_R14_0_Msk                                   (0x1fUL << LCD_PAL24_R14_0_Pos)                           /*!< LCD PAL24: R14_0 Mask               */\r
-#define LCD_PAL24_G14_0_Pos                                   21                                                        /*!< LCD PAL24: G14_0 Position           */\r
-#define LCD_PAL24_G14_0_Msk                                   (0x1fUL << LCD_PAL24_G14_0_Pos)                           /*!< LCD PAL24: G14_0 Mask               */\r
-#define LCD_PAL24_B14_0_Pos                                   26                                                        /*!< LCD PAL24: B14_0 Position           */\r
-#define LCD_PAL24_B14_0_Msk                                   (0x1fUL << LCD_PAL24_B14_0_Pos)                           /*!< LCD PAL24: B14_0 Mask               */\r
-#define LCD_PAL24_I1_Pos                                      31                                                        /*!< LCD PAL24: I1 Position              */\r
-#define LCD_PAL24_I1_Msk                                      (0x01UL << LCD_PAL24_I1_Pos)                              /*!< LCD PAL24: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL25  -------------------------------------------\r
-#define LCD_PAL25_R04_0_Pos                                   0                                                         /*!< LCD PAL25: R04_0 Position           */\r
-#define LCD_PAL25_R04_0_Msk                                   (0x1fUL << LCD_PAL25_R04_0_Pos)                           /*!< LCD PAL25: R04_0 Mask               */\r
-#define LCD_PAL25_G04_0_Pos                                   5                                                         /*!< LCD PAL25: G04_0 Position           */\r
-#define LCD_PAL25_G04_0_Msk                                   (0x1fUL << LCD_PAL25_G04_0_Pos)                           /*!< LCD PAL25: G04_0 Mask               */\r
-#define LCD_PAL25_B04_0_Pos                                   10                                                        /*!< LCD PAL25: B04_0 Position           */\r
-#define LCD_PAL25_B04_0_Msk                                   (0x1fUL << LCD_PAL25_B04_0_Pos)                           /*!< LCD PAL25: B04_0 Mask               */\r
-#define LCD_PAL25_I0_Pos                                      15                                                        /*!< LCD PAL25: I0 Position              */\r
-#define LCD_PAL25_I0_Msk                                      (0x01UL << LCD_PAL25_I0_Pos)                              /*!< LCD PAL25: I0 Mask                  */\r
-#define LCD_PAL25_R14_0_Pos                                   16                                                        /*!< LCD PAL25: R14_0 Position           */\r
-#define LCD_PAL25_R14_0_Msk                                   (0x1fUL << LCD_PAL25_R14_0_Pos)                           /*!< LCD PAL25: R14_0 Mask               */\r
-#define LCD_PAL25_G14_0_Pos                                   21                                                        /*!< LCD PAL25: G14_0 Position           */\r
-#define LCD_PAL25_G14_0_Msk                                   (0x1fUL << LCD_PAL25_G14_0_Pos)                           /*!< LCD PAL25: G14_0 Mask               */\r
-#define LCD_PAL25_B14_0_Pos                                   26                                                        /*!< LCD PAL25: B14_0 Position           */\r
-#define LCD_PAL25_B14_0_Msk                                   (0x1fUL << LCD_PAL25_B14_0_Pos)                           /*!< LCD PAL25: B14_0 Mask               */\r
-#define LCD_PAL25_I1_Pos                                      31                                                        /*!< LCD PAL25: I1 Position              */\r
-#define LCD_PAL25_I1_Msk                                      (0x01UL << LCD_PAL25_I1_Pos)                              /*!< LCD PAL25: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL26  -------------------------------------------\r
-#define LCD_PAL26_R04_0_Pos                                   0                                                         /*!< LCD PAL26: R04_0 Position           */\r
-#define LCD_PAL26_R04_0_Msk                                   (0x1fUL << LCD_PAL26_R04_0_Pos)                           /*!< LCD PAL26: R04_0 Mask               */\r
-#define LCD_PAL26_G04_0_Pos                                   5                                                         /*!< LCD PAL26: G04_0 Position           */\r
-#define LCD_PAL26_G04_0_Msk                                   (0x1fUL << LCD_PAL26_G04_0_Pos)                           /*!< LCD PAL26: G04_0 Mask               */\r
-#define LCD_PAL26_B04_0_Pos                                   10                                                        /*!< LCD PAL26: B04_0 Position           */\r
-#define LCD_PAL26_B04_0_Msk                                   (0x1fUL << LCD_PAL26_B04_0_Pos)                           /*!< LCD PAL26: B04_0 Mask               */\r
-#define LCD_PAL26_I0_Pos                                      15                                                        /*!< LCD PAL26: I0 Position              */\r
-#define LCD_PAL26_I0_Msk                                      (0x01UL << LCD_PAL26_I0_Pos)                              /*!< LCD PAL26: I0 Mask                  */\r
-#define LCD_PAL26_R14_0_Pos                                   16                                                        /*!< LCD PAL26: R14_0 Position           */\r
-#define LCD_PAL26_R14_0_Msk                                   (0x1fUL << LCD_PAL26_R14_0_Pos)                           /*!< LCD PAL26: R14_0 Mask               */\r
-#define LCD_PAL26_G14_0_Pos                                   21                                                        /*!< LCD PAL26: G14_0 Position           */\r
-#define LCD_PAL26_G14_0_Msk                                   (0x1fUL << LCD_PAL26_G14_0_Pos)                           /*!< LCD PAL26: G14_0 Mask               */\r
-#define LCD_PAL26_B14_0_Pos                                   26                                                        /*!< LCD PAL26: B14_0 Position           */\r
-#define LCD_PAL26_B14_0_Msk                                   (0x1fUL << LCD_PAL26_B14_0_Pos)                           /*!< LCD PAL26: B14_0 Mask               */\r
-#define LCD_PAL26_I1_Pos                                      31                                                        /*!< LCD PAL26: I1 Position              */\r
-#define LCD_PAL26_I1_Msk                                      (0x01UL << LCD_PAL26_I1_Pos)                              /*!< LCD PAL26: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL27  -------------------------------------------\r
-#define LCD_PAL27_R04_0_Pos                                   0                                                         /*!< LCD PAL27: R04_0 Position           */\r
-#define LCD_PAL27_R04_0_Msk                                   (0x1fUL << LCD_PAL27_R04_0_Pos)                           /*!< LCD PAL27: R04_0 Mask               */\r
-#define LCD_PAL27_G04_0_Pos                                   5                                                         /*!< LCD PAL27: G04_0 Position           */\r
-#define LCD_PAL27_G04_0_Msk                                   (0x1fUL << LCD_PAL27_G04_0_Pos)                           /*!< LCD PAL27: G04_0 Mask               */\r
-#define LCD_PAL27_B04_0_Pos                                   10                                                        /*!< LCD PAL27: B04_0 Position           */\r
-#define LCD_PAL27_B04_0_Msk                                   (0x1fUL << LCD_PAL27_B04_0_Pos)                           /*!< LCD PAL27: B04_0 Mask               */\r
-#define LCD_PAL27_I0_Pos                                      15                                                        /*!< LCD PAL27: I0 Position              */\r
-#define LCD_PAL27_I0_Msk                                      (0x01UL << LCD_PAL27_I0_Pos)                              /*!< LCD PAL27: I0 Mask                  */\r
-#define LCD_PAL27_R14_0_Pos                                   16                                                        /*!< LCD PAL27: R14_0 Position           */\r
-#define LCD_PAL27_R14_0_Msk                                   (0x1fUL << LCD_PAL27_R14_0_Pos)                           /*!< LCD PAL27: R14_0 Mask               */\r
-#define LCD_PAL27_G14_0_Pos                                   21                                                        /*!< LCD PAL27: G14_0 Position           */\r
-#define LCD_PAL27_G14_0_Msk                                   (0x1fUL << LCD_PAL27_G14_0_Pos)                           /*!< LCD PAL27: G14_0 Mask               */\r
-#define LCD_PAL27_B14_0_Pos                                   26                                                        /*!< LCD PAL27: B14_0 Position           */\r
-#define LCD_PAL27_B14_0_Msk                                   (0x1fUL << LCD_PAL27_B14_0_Pos)                           /*!< LCD PAL27: B14_0 Mask               */\r
-#define LCD_PAL27_I1_Pos                                      31                                                        /*!< LCD PAL27: I1 Position              */\r
-#define LCD_PAL27_I1_Msk                                      (0x01UL << LCD_PAL27_I1_Pos)                              /*!< LCD PAL27: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL28  -------------------------------------------\r
-#define LCD_PAL28_R04_0_Pos                                   0                                                         /*!< LCD PAL28: R04_0 Position           */\r
-#define LCD_PAL28_R04_0_Msk                                   (0x1fUL << LCD_PAL28_R04_0_Pos)                           /*!< LCD PAL28: R04_0 Mask               */\r
-#define LCD_PAL28_G04_0_Pos                                   5                                                         /*!< LCD PAL28: G04_0 Position           */\r
-#define LCD_PAL28_G04_0_Msk                                   (0x1fUL << LCD_PAL28_G04_0_Pos)                           /*!< LCD PAL28: G04_0 Mask               */\r
-#define LCD_PAL28_B04_0_Pos                                   10                                                        /*!< LCD PAL28: B04_0 Position           */\r
-#define LCD_PAL28_B04_0_Msk                                   (0x1fUL << LCD_PAL28_B04_0_Pos)                           /*!< LCD PAL28: B04_0 Mask               */\r
-#define LCD_PAL28_I0_Pos                                      15                                                        /*!< LCD PAL28: I0 Position              */\r
-#define LCD_PAL28_I0_Msk                                      (0x01UL << LCD_PAL28_I0_Pos)                              /*!< LCD PAL28: I0 Mask                  */\r
-#define LCD_PAL28_R14_0_Pos                                   16                                                        /*!< LCD PAL28: R14_0 Position           */\r
-#define LCD_PAL28_R14_0_Msk                                   (0x1fUL << LCD_PAL28_R14_0_Pos)                           /*!< LCD PAL28: R14_0 Mask               */\r
-#define LCD_PAL28_G14_0_Pos                                   21                                                        /*!< LCD PAL28: G14_0 Position           */\r
-#define LCD_PAL28_G14_0_Msk                                   (0x1fUL << LCD_PAL28_G14_0_Pos)                           /*!< LCD PAL28: G14_0 Mask               */\r
-#define LCD_PAL28_B14_0_Pos                                   26                                                        /*!< LCD PAL28: B14_0 Position           */\r
-#define LCD_PAL28_B14_0_Msk                                   (0x1fUL << LCD_PAL28_B14_0_Pos)                           /*!< LCD PAL28: B14_0 Mask               */\r
-#define LCD_PAL28_I1_Pos                                      31                                                        /*!< LCD PAL28: I1 Position              */\r
-#define LCD_PAL28_I1_Msk                                      (0x01UL << LCD_PAL28_I1_Pos)                              /*!< LCD PAL28: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL29  -------------------------------------------\r
-#define LCD_PAL29_R04_0_Pos                                   0                                                         /*!< LCD PAL29: R04_0 Position           */\r
-#define LCD_PAL29_R04_0_Msk                                   (0x1fUL << LCD_PAL29_R04_0_Pos)                           /*!< LCD PAL29: R04_0 Mask               */\r
-#define LCD_PAL29_G04_0_Pos                                   5                                                         /*!< LCD PAL29: G04_0 Position           */\r
-#define LCD_PAL29_G04_0_Msk                                   (0x1fUL << LCD_PAL29_G04_0_Pos)                           /*!< LCD PAL29: G04_0 Mask               */\r
-#define LCD_PAL29_B04_0_Pos                                   10                                                        /*!< LCD PAL29: B04_0 Position           */\r
-#define LCD_PAL29_B04_0_Msk                                   (0x1fUL << LCD_PAL29_B04_0_Pos)                           /*!< LCD PAL29: B04_0 Mask               */\r
-#define LCD_PAL29_I0_Pos                                      15                                                        /*!< LCD PAL29: I0 Position              */\r
-#define LCD_PAL29_I0_Msk                                      (0x01UL << LCD_PAL29_I0_Pos)                              /*!< LCD PAL29: I0 Mask                  */\r
-#define LCD_PAL29_R14_0_Pos                                   16                                                        /*!< LCD PAL29: R14_0 Position           */\r
-#define LCD_PAL29_R14_0_Msk                                   (0x1fUL << LCD_PAL29_R14_0_Pos)                           /*!< LCD PAL29: R14_0 Mask               */\r
-#define LCD_PAL29_G14_0_Pos                                   21                                                        /*!< LCD PAL29: G14_0 Position           */\r
-#define LCD_PAL29_G14_0_Msk                                   (0x1fUL << LCD_PAL29_G14_0_Pos)                           /*!< LCD PAL29: G14_0 Mask               */\r
-#define LCD_PAL29_B14_0_Pos                                   26                                                        /*!< LCD PAL29: B14_0 Position           */\r
-#define LCD_PAL29_B14_0_Msk                                   (0x1fUL << LCD_PAL29_B14_0_Pos)                           /*!< LCD PAL29: B14_0 Mask               */\r
-#define LCD_PAL29_I1_Pos                                      31                                                        /*!< LCD PAL29: I1 Position              */\r
-#define LCD_PAL29_I1_Msk                                      (0x01UL << LCD_PAL29_I1_Pos)                              /*!< LCD PAL29: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL30  -------------------------------------------\r
-#define LCD_PAL30_R04_0_Pos                                   0                                                         /*!< LCD PAL30: R04_0 Position           */\r
-#define LCD_PAL30_R04_0_Msk                                   (0x1fUL << LCD_PAL30_R04_0_Pos)                           /*!< LCD PAL30: R04_0 Mask               */\r
-#define LCD_PAL30_G04_0_Pos                                   5                                                         /*!< LCD PAL30: G04_0 Position           */\r
-#define LCD_PAL30_G04_0_Msk                                   (0x1fUL << LCD_PAL30_G04_0_Pos)                           /*!< LCD PAL30: G04_0 Mask               */\r
-#define LCD_PAL30_B04_0_Pos                                   10                                                        /*!< LCD PAL30: B04_0 Position           */\r
-#define LCD_PAL30_B04_0_Msk                                   (0x1fUL << LCD_PAL30_B04_0_Pos)                           /*!< LCD PAL30: B04_0 Mask               */\r
-#define LCD_PAL30_I0_Pos                                      15                                                        /*!< LCD PAL30: I0 Position              */\r
-#define LCD_PAL30_I0_Msk                                      (0x01UL << LCD_PAL30_I0_Pos)                              /*!< LCD PAL30: I0 Mask                  */\r
-#define LCD_PAL30_R14_0_Pos                                   16                                                        /*!< LCD PAL30: R14_0 Position           */\r
-#define LCD_PAL30_R14_0_Msk                                   (0x1fUL << LCD_PAL30_R14_0_Pos)                           /*!< LCD PAL30: R14_0 Mask               */\r
-#define LCD_PAL30_G14_0_Pos                                   21                                                        /*!< LCD PAL30: G14_0 Position           */\r
-#define LCD_PAL30_G14_0_Msk                                   (0x1fUL << LCD_PAL30_G14_0_Pos)                           /*!< LCD PAL30: G14_0 Mask               */\r
-#define LCD_PAL30_B14_0_Pos                                   26                                                        /*!< LCD PAL30: B14_0 Position           */\r
-#define LCD_PAL30_B14_0_Msk                                   (0x1fUL << LCD_PAL30_B14_0_Pos)                           /*!< LCD PAL30: B14_0 Mask               */\r
-#define LCD_PAL30_I1_Pos                                      31                                                        /*!< LCD PAL30: I1 Position              */\r
-#define LCD_PAL30_I1_Msk                                      (0x01UL << LCD_PAL30_I1_Pos)                              /*!< LCD PAL30: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL31  -------------------------------------------\r
-#define LCD_PAL31_R04_0_Pos                                   0                                                         /*!< LCD PAL31: R04_0 Position           */\r
-#define LCD_PAL31_R04_0_Msk                                   (0x1fUL << LCD_PAL31_R04_0_Pos)                           /*!< LCD PAL31: R04_0 Mask               */\r
-#define LCD_PAL31_G04_0_Pos                                   5                                                         /*!< LCD PAL31: G04_0 Position           */\r
-#define LCD_PAL31_G04_0_Msk                                   (0x1fUL << LCD_PAL31_G04_0_Pos)                           /*!< LCD PAL31: G04_0 Mask               */\r
-#define LCD_PAL31_B04_0_Pos                                   10                                                        /*!< LCD PAL31: B04_0 Position           */\r
-#define LCD_PAL31_B04_0_Msk                                   (0x1fUL << LCD_PAL31_B04_0_Pos)                           /*!< LCD PAL31: B04_0 Mask               */\r
-#define LCD_PAL31_I0_Pos                                      15                                                        /*!< LCD PAL31: I0 Position              */\r
-#define LCD_PAL31_I0_Msk                                      (0x01UL << LCD_PAL31_I0_Pos)                              /*!< LCD PAL31: I0 Mask                  */\r
-#define LCD_PAL31_R14_0_Pos                                   16                                                        /*!< LCD PAL31: R14_0 Position           */\r
-#define LCD_PAL31_R14_0_Msk                                   (0x1fUL << LCD_PAL31_R14_0_Pos)                           /*!< LCD PAL31: R14_0 Mask               */\r
-#define LCD_PAL31_G14_0_Pos                                   21                                                        /*!< LCD PAL31: G14_0 Position           */\r
-#define LCD_PAL31_G14_0_Msk                                   (0x1fUL << LCD_PAL31_G14_0_Pos)                           /*!< LCD PAL31: G14_0 Mask               */\r
-#define LCD_PAL31_B14_0_Pos                                   26                                                        /*!< LCD PAL31: B14_0 Position           */\r
-#define LCD_PAL31_B14_0_Msk                                   (0x1fUL << LCD_PAL31_B14_0_Pos)                           /*!< LCD PAL31: B14_0 Mask               */\r
-#define LCD_PAL31_I1_Pos                                      31                                                        /*!< LCD PAL31: I1 Position              */\r
-#define LCD_PAL31_I1_Msk                                      (0x01UL << LCD_PAL31_I1_Pos)                              /*!< LCD PAL31: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL32  -------------------------------------------\r
-#define LCD_PAL32_R04_0_Pos                                   0                                                         /*!< LCD PAL32: R04_0 Position           */\r
-#define LCD_PAL32_R04_0_Msk                                   (0x1fUL << LCD_PAL32_R04_0_Pos)                           /*!< LCD PAL32: R04_0 Mask               */\r
-#define LCD_PAL32_G04_0_Pos                                   5                                                         /*!< LCD PAL32: G04_0 Position           */\r
-#define LCD_PAL32_G04_0_Msk                                   (0x1fUL << LCD_PAL32_G04_0_Pos)                           /*!< LCD PAL32: G04_0 Mask               */\r
-#define LCD_PAL32_B04_0_Pos                                   10                                                        /*!< LCD PAL32: B04_0 Position           */\r
-#define LCD_PAL32_B04_0_Msk                                   (0x1fUL << LCD_PAL32_B04_0_Pos)                           /*!< LCD PAL32: B04_0 Mask               */\r
-#define LCD_PAL32_I0_Pos                                      15                                                        /*!< LCD PAL32: I0 Position              */\r
-#define LCD_PAL32_I0_Msk                                      (0x01UL << LCD_PAL32_I0_Pos)                              /*!< LCD PAL32: I0 Mask                  */\r
-#define LCD_PAL32_R14_0_Pos                                   16                                                        /*!< LCD PAL32: R14_0 Position           */\r
-#define LCD_PAL32_R14_0_Msk                                   (0x1fUL << LCD_PAL32_R14_0_Pos)                           /*!< LCD PAL32: R14_0 Mask               */\r
-#define LCD_PAL32_G14_0_Pos                                   21                                                        /*!< LCD PAL32: G14_0 Position           */\r
-#define LCD_PAL32_G14_0_Msk                                   (0x1fUL << LCD_PAL32_G14_0_Pos)                           /*!< LCD PAL32: G14_0 Mask               */\r
-#define LCD_PAL32_B14_0_Pos                                   26                                                        /*!< LCD PAL32: B14_0 Position           */\r
-#define LCD_PAL32_B14_0_Msk                                   (0x1fUL << LCD_PAL32_B14_0_Pos)                           /*!< LCD PAL32: B14_0 Mask               */\r
-#define LCD_PAL32_I1_Pos                                      31                                                        /*!< LCD PAL32: I1 Position              */\r
-#define LCD_PAL32_I1_Msk                                      (0x01UL << LCD_PAL32_I1_Pos)                              /*!< LCD PAL32: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL33  -------------------------------------------\r
-#define LCD_PAL33_R04_0_Pos                                   0                                                         /*!< LCD PAL33: R04_0 Position           */\r
-#define LCD_PAL33_R04_0_Msk                                   (0x1fUL << LCD_PAL33_R04_0_Pos)                           /*!< LCD PAL33: R04_0 Mask               */\r
-#define LCD_PAL33_G04_0_Pos                                   5                                                         /*!< LCD PAL33: G04_0 Position           */\r
-#define LCD_PAL33_G04_0_Msk                                   (0x1fUL << LCD_PAL33_G04_0_Pos)                           /*!< LCD PAL33: G04_0 Mask               */\r
-#define LCD_PAL33_B04_0_Pos                                   10                                                        /*!< LCD PAL33: B04_0 Position           */\r
-#define LCD_PAL33_B04_0_Msk                                   (0x1fUL << LCD_PAL33_B04_0_Pos)                           /*!< LCD PAL33: B04_0 Mask               */\r
-#define LCD_PAL33_I0_Pos                                      15                                                        /*!< LCD PAL33: I0 Position              */\r
-#define LCD_PAL33_I0_Msk                                      (0x01UL << LCD_PAL33_I0_Pos)                              /*!< LCD PAL33: I0 Mask                  */\r
-#define LCD_PAL33_R14_0_Pos                                   16                                                        /*!< LCD PAL33: R14_0 Position           */\r
-#define LCD_PAL33_R14_0_Msk                                   (0x1fUL << LCD_PAL33_R14_0_Pos)                           /*!< LCD PAL33: R14_0 Mask               */\r
-#define LCD_PAL33_G14_0_Pos                                   21                                                        /*!< LCD PAL33: G14_0 Position           */\r
-#define LCD_PAL33_G14_0_Msk                                   (0x1fUL << LCD_PAL33_G14_0_Pos)                           /*!< LCD PAL33: G14_0 Mask               */\r
-#define LCD_PAL33_B14_0_Pos                                   26                                                        /*!< LCD PAL33: B14_0 Position           */\r
-#define LCD_PAL33_B14_0_Msk                                   (0x1fUL << LCD_PAL33_B14_0_Pos)                           /*!< LCD PAL33: B14_0 Mask               */\r
-#define LCD_PAL33_I1_Pos                                      31                                                        /*!< LCD PAL33: I1 Position              */\r
-#define LCD_PAL33_I1_Msk                                      (0x01UL << LCD_PAL33_I1_Pos)                              /*!< LCD PAL33: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL34  -------------------------------------------\r
-#define LCD_PAL34_R04_0_Pos                                   0                                                         /*!< LCD PAL34: R04_0 Position           */\r
-#define LCD_PAL34_R04_0_Msk                                   (0x1fUL << LCD_PAL34_R04_0_Pos)                           /*!< LCD PAL34: R04_0 Mask               */\r
-#define LCD_PAL34_G04_0_Pos                                   5                                                         /*!< LCD PAL34: G04_0 Position           */\r
-#define LCD_PAL34_G04_0_Msk                                   (0x1fUL << LCD_PAL34_G04_0_Pos)                           /*!< LCD PAL34: G04_0 Mask               */\r
-#define LCD_PAL34_B04_0_Pos                                   10                                                        /*!< LCD PAL34: B04_0 Position           */\r
-#define LCD_PAL34_B04_0_Msk                                   (0x1fUL << LCD_PAL34_B04_0_Pos)                           /*!< LCD PAL34: B04_0 Mask               */\r
-#define LCD_PAL34_I0_Pos                                      15                                                        /*!< LCD PAL34: I0 Position              */\r
-#define LCD_PAL34_I0_Msk                                      (0x01UL << LCD_PAL34_I0_Pos)                              /*!< LCD PAL34: I0 Mask                  */\r
-#define LCD_PAL34_R14_0_Pos                                   16                                                        /*!< LCD PAL34: R14_0 Position           */\r
-#define LCD_PAL34_R14_0_Msk                                   (0x1fUL << LCD_PAL34_R14_0_Pos)                           /*!< LCD PAL34: R14_0 Mask               */\r
-#define LCD_PAL34_G14_0_Pos                                   21                                                        /*!< LCD PAL34: G14_0 Position           */\r
-#define LCD_PAL34_G14_0_Msk                                   (0x1fUL << LCD_PAL34_G14_0_Pos)                           /*!< LCD PAL34: G14_0 Mask               */\r
-#define LCD_PAL34_B14_0_Pos                                   26                                                        /*!< LCD PAL34: B14_0 Position           */\r
-#define LCD_PAL34_B14_0_Msk                                   (0x1fUL << LCD_PAL34_B14_0_Pos)                           /*!< LCD PAL34: B14_0 Mask               */\r
-#define LCD_PAL34_I1_Pos                                      31                                                        /*!< LCD PAL34: I1 Position              */\r
-#define LCD_PAL34_I1_Msk                                      (0x01UL << LCD_PAL34_I1_Pos)                              /*!< LCD PAL34: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL35  -------------------------------------------\r
-#define LCD_PAL35_R04_0_Pos                                   0                                                         /*!< LCD PAL35: R04_0 Position           */\r
-#define LCD_PAL35_R04_0_Msk                                   (0x1fUL << LCD_PAL35_R04_0_Pos)                           /*!< LCD PAL35: R04_0 Mask               */\r
-#define LCD_PAL35_G04_0_Pos                                   5                                                         /*!< LCD PAL35: G04_0 Position           */\r
-#define LCD_PAL35_G04_0_Msk                                   (0x1fUL << LCD_PAL35_G04_0_Pos)                           /*!< LCD PAL35: G04_0 Mask               */\r
-#define LCD_PAL35_B04_0_Pos                                   10                                                        /*!< LCD PAL35: B04_0 Position           */\r
-#define LCD_PAL35_B04_0_Msk                                   (0x1fUL << LCD_PAL35_B04_0_Pos)                           /*!< LCD PAL35: B04_0 Mask               */\r
-#define LCD_PAL35_I0_Pos                                      15                                                        /*!< LCD PAL35: I0 Position              */\r
-#define LCD_PAL35_I0_Msk                                      (0x01UL << LCD_PAL35_I0_Pos)                              /*!< LCD PAL35: I0 Mask                  */\r
-#define LCD_PAL35_R14_0_Pos                                   16                                                        /*!< LCD PAL35: R14_0 Position           */\r
-#define LCD_PAL35_R14_0_Msk                                   (0x1fUL << LCD_PAL35_R14_0_Pos)                           /*!< LCD PAL35: R14_0 Mask               */\r
-#define LCD_PAL35_G14_0_Pos                                   21                                                        /*!< LCD PAL35: G14_0 Position           */\r
-#define LCD_PAL35_G14_0_Msk                                   (0x1fUL << LCD_PAL35_G14_0_Pos)                           /*!< LCD PAL35: G14_0 Mask               */\r
-#define LCD_PAL35_B14_0_Pos                                   26                                                        /*!< LCD PAL35: B14_0 Position           */\r
-#define LCD_PAL35_B14_0_Msk                                   (0x1fUL << LCD_PAL35_B14_0_Pos)                           /*!< LCD PAL35: B14_0 Mask               */\r
-#define LCD_PAL35_I1_Pos                                      31                                                        /*!< LCD PAL35: I1 Position              */\r
-#define LCD_PAL35_I1_Msk                                      (0x01UL << LCD_PAL35_I1_Pos)                              /*!< LCD PAL35: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL36  -------------------------------------------\r
-#define LCD_PAL36_R04_0_Pos                                   0                                                         /*!< LCD PAL36: R04_0 Position           */\r
-#define LCD_PAL36_R04_0_Msk                                   (0x1fUL << LCD_PAL36_R04_0_Pos)                           /*!< LCD PAL36: R04_0 Mask               */\r
-#define LCD_PAL36_G04_0_Pos                                   5                                                         /*!< LCD PAL36: G04_0 Position           */\r
-#define LCD_PAL36_G04_0_Msk                                   (0x1fUL << LCD_PAL36_G04_0_Pos)                           /*!< LCD PAL36: G04_0 Mask               */\r
-#define LCD_PAL36_B04_0_Pos                                   10                                                        /*!< LCD PAL36: B04_0 Position           */\r
-#define LCD_PAL36_B04_0_Msk                                   (0x1fUL << LCD_PAL36_B04_0_Pos)                           /*!< LCD PAL36: B04_0 Mask               */\r
-#define LCD_PAL36_I0_Pos                                      15                                                        /*!< LCD PAL36: I0 Position              */\r
-#define LCD_PAL36_I0_Msk                                      (0x01UL << LCD_PAL36_I0_Pos)                              /*!< LCD PAL36: I0 Mask                  */\r
-#define LCD_PAL36_R14_0_Pos                                   16                                                        /*!< LCD PAL36: R14_0 Position           */\r
-#define LCD_PAL36_R14_0_Msk                                   (0x1fUL << LCD_PAL36_R14_0_Pos)                           /*!< LCD PAL36: R14_0 Mask               */\r
-#define LCD_PAL36_G14_0_Pos                                   21                                                        /*!< LCD PAL36: G14_0 Position           */\r
-#define LCD_PAL36_G14_0_Msk                                   (0x1fUL << LCD_PAL36_G14_0_Pos)                           /*!< LCD PAL36: G14_0 Mask               */\r
-#define LCD_PAL36_B14_0_Pos                                   26                                                        /*!< LCD PAL36: B14_0 Position           */\r
-#define LCD_PAL36_B14_0_Msk                                   (0x1fUL << LCD_PAL36_B14_0_Pos)                           /*!< LCD PAL36: B14_0 Mask               */\r
-#define LCD_PAL36_I1_Pos                                      31                                                        /*!< LCD PAL36: I1 Position              */\r
-#define LCD_PAL36_I1_Msk                                      (0x01UL << LCD_PAL36_I1_Pos)                              /*!< LCD PAL36: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL37  -------------------------------------------\r
-#define LCD_PAL37_R04_0_Pos                                   0                                                         /*!< LCD PAL37: R04_0 Position           */\r
-#define LCD_PAL37_R04_0_Msk                                   (0x1fUL << LCD_PAL37_R04_0_Pos)                           /*!< LCD PAL37: R04_0 Mask               */\r
-#define LCD_PAL37_G04_0_Pos                                   5                                                         /*!< LCD PAL37: G04_0 Position           */\r
-#define LCD_PAL37_G04_0_Msk                                   (0x1fUL << LCD_PAL37_G04_0_Pos)                           /*!< LCD PAL37: G04_0 Mask               */\r
-#define LCD_PAL37_B04_0_Pos                                   10                                                        /*!< LCD PAL37: B04_0 Position           */\r
-#define LCD_PAL37_B04_0_Msk                                   (0x1fUL << LCD_PAL37_B04_0_Pos)                           /*!< LCD PAL37: B04_0 Mask               */\r
-#define LCD_PAL37_I0_Pos                                      15                                                        /*!< LCD PAL37: I0 Position              */\r
-#define LCD_PAL37_I0_Msk                                      (0x01UL << LCD_PAL37_I0_Pos)                              /*!< LCD PAL37: I0 Mask                  */\r
-#define LCD_PAL37_R14_0_Pos                                   16                                                        /*!< LCD PAL37: R14_0 Position           */\r
-#define LCD_PAL37_R14_0_Msk                                   (0x1fUL << LCD_PAL37_R14_0_Pos)                           /*!< LCD PAL37: R14_0 Mask               */\r
-#define LCD_PAL37_G14_0_Pos                                   21                                                        /*!< LCD PAL37: G14_0 Position           */\r
-#define LCD_PAL37_G14_0_Msk                                   (0x1fUL << LCD_PAL37_G14_0_Pos)                           /*!< LCD PAL37: G14_0 Mask               */\r
-#define LCD_PAL37_B14_0_Pos                                   26                                                        /*!< LCD PAL37: B14_0 Position           */\r
-#define LCD_PAL37_B14_0_Msk                                   (0x1fUL << LCD_PAL37_B14_0_Pos)                           /*!< LCD PAL37: B14_0 Mask               */\r
-#define LCD_PAL37_I1_Pos                                      31                                                        /*!< LCD PAL37: I1 Position              */\r
-#define LCD_PAL37_I1_Msk                                      (0x01UL << LCD_PAL37_I1_Pos)                              /*!< LCD PAL37: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL38  -------------------------------------------\r
-#define LCD_PAL38_R04_0_Pos                                   0                                                         /*!< LCD PAL38: R04_0 Position           */\r
-#define LCD_PAL38_R04_0_Msk                                   (0x1fUL << LCD_PAL38_R04_0_Pos)                           /*!< LCD PAL38: R04_0 Mask               */\r
-#define LCD_PAL38_G04_0_Pos                                   5                                                         /*!< LCD PAL38: G04_0 Position           */\r
-#define LCD_PAL38_G04_0_Msk                                   (0x1fUL << LCD_PAL38_G04_0_Pos)                           /*!< LCD PAL38: G04_0 Mask               */\r
-#define LCD_PAL38_B04_0_Pos                                   10                                                        /*!< LCD PAL38: B04_0 Position           */\r
-#define LCD_PAL38_B04_0_Msk                                   (0x1fUL << LCD_PAL38_B04_0_Pos)                           /*!< LCD PAL38: B04_0 Mask               */\r
-#define LCD_PAL38_I0_Pos                                      15                                                        /*!< LCD PAL38: I0 Position              */\r
-#define LCD_PAL38_I0_Msk                                      (0x01UL << LCD_PAL38_I0_Pos)                              /*!< LCD PAL38: I0 Mask                  */\r
-#define LCD_PAL38_R14_0_Pos                                   16                                                        /*!< LCD PAL38: R14_0 Position           */\r
-#define LCD_PAL38_R14_0_Msk                                   (0x1fUL << LCD_PAL38_R14_0_Pos)                           /*!< LCD PAL38: R14_0 Mask               */\r
-#define LCD_PAL38_G14_0_Pos                                   21                                                        /*!< LCD PAL38: G14_0 Position           */\r
-#define LCD_PAL38_G14_0_Msk                                   (0x1fUL << LCD_PAL38_G14_0_Pos)                           /*!< LCD PAL38: G14_0 Mask               */\r
-#define LCD_PAL38_B14_0_Pos                                   26                                                        /*!< LCD PAL38: B14_0 Position           */\r
-#define LCD_PAL38_B14_0_Msk                                   (0x1fUL << LCD_PAL38_B14_0_Pos)                           /*!< LCD PAL38: B14_0 Mask               */\r
-#define LCD_PAL38_I1_Pos                                      31                                                        /*!< LCD PAL38: I1 Position              */\r
-#define LCD_PAL38_I1_Msk                                      (0x01UL << LCD_PAL38_I1_Pos)                              /*!< LCD PAL38: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL39  -------------------------------------------\r
-#define LCD_PAL39_R04_0_Pos                                   0                                                         /*!< LCD PAL39: R04_0 Position           */\r
-#define LCD_PAL39_R04_0_Msk                                   (0x1fUL << LCD_PAL39_R04_0_Pos)                           /*!< LCD PAL39: R04_0 Mask               */\r
-#define LCD_PAL39_G04_0_Pos                                   5                                                         /*!< LCD PAL39: G04_0 Position           */\r
-#define LCD_PAL39_G04_0_Msk                                   (0x1fUL << LCD_PAL39_G04_0_Pos)                           /*!< LCD PAL39: G04_0 Mask               */\r
-#define LCD_PAL39_B04_0_Pos                                   10                                                        /*!< LCD PAL39: B04_0 Position           */\r
-#define LCD_PAL39_B04_0_Msk                                   (0x1fUL << LCD_PAL39_B04_0_Pos)                           /*!< LCD PAL39: B04_0 Mask               */\r
-#define LCD_PAL39_I0_Pos                                      15                                                        /*!< LCD PAL39: I0 Position              */\r
-#define LCD_PAL39_I0_Msk                                      (0x01UL << LCD_PAL39_I0_Pos)                              /*!< LCD PAL39: I0 Mask                  */\r
-#define LCD_PAL39_R14_0_Pos                                   16                                                        /*!< LCD PAL39: R14_0 Position           */\r
-#define LCD_PAL39_R14_0_Msk                                   (0x1fUL << LCD_PAL39_R14_0_Pos)                           /*!< LCD PAL39: R14_0 Mask               */\r
-#define LCD_PAL39_G14_0_Pos                                   21                                                        /*!< LCD PAL39: G14_0 Position           */\r
-#define LCD_PAL39_G14_0_Msk                                   (0x1fUL << LCD_PAL39_G14_0_Pos)                           /*!< LCD PAL39: G14_0 Mask               */\r
-#define LCD_PAL39_B14_0_Pos                                   26                                                        /*!< LCD PAL39: B14_0 Position           */\r
-#define LCD_PAL39_B14_0_Msk                                   (0x1fUL << LCD_PAL39_B14_0_Pos)                           /*!< LCD PAL39: B14_0 Mask               */\r
-#define LCD_PAL39_I1_Pos                                      31                                                        /*!< LCD PAL39: I1 Position              */\r
-#define LCD_PAL39_I1_Msk                                      (0x01UL << LCD_PAL39_I1_Pos)                              /*!< LCD PAL39: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL40  -------------------------------------------\r
-#define LCD_PAL40_R04_0_Pos                                   0                                                         /*!< LCD PAL40: R04_0 Position           */\r
-#define LCD_PAL40_R04_0_Msk                                   (0x1fUL << LCD_PAL40_R04_0_Pos)                           /*!< LCD PAL40: R04_0 Mask               */\r
-#define LCD_PAL40_G04_0_Pos                                   5                                                         /*!< LCD PAL40: G04_0 Position           */\r
-#define LCD_PAL40_G04_0_Msk                                   (0x1fUL << LCD_PAL40_G04_0_Pos)                           /*!< LCD PAL40: G04_0 Mask               */\r
-#define LCD_PAL40_B04_0_Pos                                   10                                                        /*!< LCD PAL40: B04_0 Position           */\r
-#define LCD_PAL40_B04_0_Msk                                   (0x1fUL << LCD_PAL40_B04_0_Pos)                           /*!< LCD PAL40: B04_0 Mask               */\r
-#define LCD_PAL40_I0_Pos                                      15                                                        /*!< LCD PAL40: I0 Position              */\r
-#define LCD_PAL40_I0_Msk                                      (0x01UL << LCD_PAL40_I0_Pos)                              /*!< LCD PAL40: I0 Mask                  */\r
-#define LCD_PAL40_R14_0_Pos                                   16                                                        /*!< LCD PAL40: R14_0 Position           */\r
-#define LCD_PAL40_R14_0_Msk                                   (0x1fUL << LCD_PAL40_R14_0_Pos)                           /*!< LCD PAL40: R14_0 Mask               */\r
-#define LCD_PAL40_G14_0_Pos                                   21                                                        /*!< LCD PAL40: G14_0 Position           */\r
-#define LCD_PAL40_G14_0_Msk                                   (0x1fUL << LCD_PAL40_G14_0_Pos)                           /*!< LCD PAL40: G14_0 Mask               */\r
-#define LCD_PAL40_B14_0_Pos                                   26                                                        /*!< LCD PAL40: B14_0 Position           */\r
-#define LCD_PAL40_B14_0_Msk                                   (0x1fUL << LCD_PAL40_B14_0_Pos)                           /*!< LCD PAL40: B14_0 Mask               */\r
-#define LCD_PAL40_I1_Pos                                      31                                                        /*!< LCD PAL40: I1 Position              */\r
-#define LCD_PAL40_I1_Msk                                      (0x01UL << LCD_PAL40_I1_Pos)                              /*!< LCD PAL40: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL41  -------------------------------------------\r
-#define LCD_PAL41_R04_0_Pos                                   0                                                         /*!< LCD PAL41: R04_0 Position           */\r
-#define LCD_PAL41_R04_0_Msk                                   (0x1fUL << LCD_PAL41_R04_0_Pos)                           /*!< LCD PAL41: R04_0 Mask               */\r
-#define LCD_PAL41_G04_0_Pos                                   5                                                         /*!< LCD PAL41: G04_0 Position           */\r
-#define LCD_PAL41_G04_0_Msk                                   (0x1fUL << LCD_PAL41_G04_0_Pos)                           /*!< LCD PAL41: G04_0 Mask               */\r
-#define LCD_PAL41_B04_0_Pos                                   10                                                        /*!< LCD PAL41: B04_0 Position           */\r
-#define LCD_PAL41_B04_0_Msk                                   (0x1fUL << LCD_PAL41_B04_0_Pos)                           /*!< LCD PAL41: B04_0 Mask               */\r
-#define LCD_PAL41_I0_Pos                                      15                                                        /*!< LCD PAL41: I0 Position              */\r
-#define LCD_PAL41_I0_Msk                                      (0x01UL << LCD_PAL41_I0_Pos)                              /*!< LCD PAL41: I0 Mask                  */\r
-#define LCD_PAL41_R14_0_Pos                                   16                                                        /*!< LCD PAL41: R14_0 Position           */\r
-#define LCD_PAL41_R14_0_Msk                                   (0x1fUL << LCD_PAL41_R14_0_Pos)                           /*!< LCD PAL41: R14_0 Mask               */\r
-#define LCD_PAL41_G14_0_Pos                                   21                                                        /*!< LCD PAL41: G14_0 Position           */\r
-#define LCD_PAL41_G14_0_Msk                                   (0x1fUL << LCD_PAL41_G14_0_Pos)                           /*!< LCD PAL41: G14_0 Mask               */\r
-#define LCD_PAL41_B14_0_Pos                                   26                                                        /*!< LCD PAL41: B14_0 Position           */\r
-#define LCD_PAL41_B14_0_Msk                                   (0x1fUL << LCD_PAL41_B14_0_Pos)                           /*!< LCD PAL41: B14_0 Mask               */\r
-#define LCD_PAL41_I1_Pos                                      31                                                        /*!< LCD PAL41: I1 Position              */\r
-#define LCD_PAL41_I1_Msk                                      (0x01UL << LCD_PAL41_I1_Pos)                              /*!< LCD PAL41: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL42  -------------------------------------------\r
-#define LCD_PAL42_R04_0_Pos                                   0                                                         /*!< LCD PAL42: R04_0 Position           */\r
-#define LCD_PAL42_R04_0_Msk                                   (0x1fUL << LCD_PAL42_R04_0_Pos)                           /*!< LCD PAL42: R04_0 Mask               */\r
-#define LCD_PAL42_G04_0_Pos                                   5                                                         /*!< LCD PAL42: G04_0 Position           */\r
-#define LCD_PAL42_G04_0_Msk                                   (0x1fUL << LCD_PAL42_G04_0_Pos)                           /*!< LCD PAL42: G04_0 Mask               */\r
-#define LCD_PAL42_B04_0_Pos                                   10                                                        /*!< LCD PAL42: B04_0 Position           */\r
-#define LCD_PAL42_B04_0_Msk                                   (0x1fUL << LCD_PAL42_B04_0_Pos)                           /*!< LCD PAL42: B04_0 Mask               */\r
-#define LCD_PAL42_I0_Pos                                      15                                                        /*!< LCD PAL42: I0 Position              */\r
-#define LCD_PAL42_I0_Msk                                      (0x01UL << LCD_PAL42_I0_Pos)                              /*!< LCD PAL42: I0 Mask                  */\r
-#define LCD_PAL42_R14_0_Pos                                   16                                                        /*!< LCD PAL42: R14_0 Position           */\r
-#define LCD_PAL42_R14_0_Msk                                   (0x1fUL << LCD_PAL42_R14_0_Pos)                           /*!< LCD PAL42: R14_0 Mask               */\r
-#define LCD_PAL42_G14_0_Pos                                   21                                                        /*!< LCD PAL42: G14_0 Position           */\r
-#define LCD_PAL42_G14_0_Msk                                   (0x1fUL << LCD_PAL42_G14_0_Pos)                           /*!< LCD PAL42: G14_0 Mask               */\r
-#define LCD_PAL42_B14_0_Pos                                   26                                                        /*!< LCD PAL42: B14_0 Position           */\r
-#define LCD_PAL42_B14_0_Msk                                   (0x1fUL << LCD_PAL42_B14_0_Pos)                           /*!< LCD PAL42: B14_0 Mask               */\r
-#define LCD_PAL42_I1_Pos                                      31                                                        /*!< LCD PAL42: I1 Position              */\r
-#define LCD_PAL42_I1_Msk                                      (0x01UL << LCD_PAL42_I1_Pos)                              /*!< LCD PAL42: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL43  -------------------------------------------\r
-#define LCD_PAL43_R04_0_Pos                                   0                                                         /*!< LCD PAL43: R04_0 Position           */\r
-#define LCD_PAL43_R04_0_Msk                                   (0x1fUL << LCD_PAL43_R04_0_Pos)                           /*!< LCD PAL43: R04_0 Mask               */\r
-#define LCD_PAL43_G04_0_Pos                                   5                                                         /*!< LCD PAL43: G04_0 Position           */\r
-#define LCD_PAL43_G04_0_Msk                                   (0x1fUL << LCD_PAL43_G04_0_Pos)                           /*!< LCD PAL43: G04_0 Mask               */\r
-#define LCD_PAL43_B04_0_Pos                                   10                                                        /*!< LCD PAL43: B04_0 Position           */\r
-#define LCD_PAL43_B04_0_Msk                                   (0x1fUL << LCD_PAL43_B04_0_Pos)                           /*!< LCD PAL43: B04_0 Mask               */\r
-#define LCD_PAL43_I0_Pos                                      15                                                        /*!< LCD PAL43: I0 Position              */\r
-#define LCD_PAL43_I0_Msk                                      (0x01UL << LCD_PAL43_I0_Pos)                              /*!< LCD PAL43: I0 Mask                  */\r
-#define LCD_PAL43_R14_0_Pos                                   16                                                        /*!< LCD PAL43: R14_0 Position           */\r
-#define LCD_PAL43_R14_0_Msk                                   (0x1fUL << LCD_PAL43_R14_0_Pos)                           /*!< LCD PAL43: R14_0 Mask               */\r
-#define LCD_PAL43_G14_0_Pos                                   21                                                        /*!< LCD PAL43: G14_0 Position           */\r
-#define LCD_PAL43_G14_0_Msk                                   (0x1fUL << LCD_PAL43_G14_0_Pos)                           /*!< LCD PAL43: G14_0 Mask               */\r
-#define LCD_PAL43_B14_0_Pos                                   26                                                        /*!< LCD PAL43: B14_0 Position           */\r
-#define LCD_PAL43_B14_0_Msk                                   (0x1fUL << LCD_PAL43_B14_0_Pos)                           /*!< LCD PAL43: B14_0 Mask               */\r
-#define LCD_PAL43_I1_Pos                                      31                                                        /*!< LCD PAL43: I1 Position              */\r
-#define LCD_PAL43_I1_Msk                                      (0x01UL << LCD_PAL43_I1_Pos)                              /*!< LCD PAL43: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL44  -------------------------------------------\r
-#define LCD_PAL44_R04_0_Pos                                   0                                                         /*!< LCD PAL44: R04_0 Position           */\r
-#define LCD_PAL44_R04_0_Msk                                   (0x1fUL << LCD_PAL44_R04_0_Pos)                           /*!< LCD PAL44: R04_0 Mask               */\r
-#define LCD_PAL44_G04_0_Pos                                   5                                                         /*!< LCD PAL44: G04_0 Position           */\r
-#define LCD_PAL44_G04_0_Msk                                   (0x1fUL << LCD_PAL44_G04_0_Pos)                           /*!< LCD PAL44: G04_0 Mask               */\r
-#define LCD_PAL44_B04_0_Pos                                   10                                                        /*!< LCD PAL44: B04_0 Position           */\r
-#define LCD_PAL44_B04_0_Msk                                   (0x1fUL << LCD_PAL44_B04_0_Pos)                           /*!< LCD PAL44: B04_0 Mask               */\r
-#define LCD_PAL44_I0_Pos                                      15                                                        /*!< LCD PAL44: I0 Position              */\r
-#define LCD_PAL44_I0_Msk                                      (0x01UL << LCD_PAL44_I0_Pos)                              /*!< LCD PAL44: I0 Mask                  */\r
-#define LCD_PAL44_R14_0_Pos                                   16                                                        /*!< LCD PAL44: R14_0 Position           */\r
-#define LCD_PAL44_R14_0_Msk                                   (0x1fUL << LCD_PAL44_R14_0_Pos)                           /*!< LCD PAL44: R14_0 Mask               */\r
-#define LCD_PAL44_G14_0_Pos                                   21                                                        /*!< LCD PAL44: G14_0 Position           */\r
-#define LCD_PAL44_G14_0_Msk                                   (0x1fUL << LCD_PAL44_G14_0_Pos)                           /*!< LCD PAL44: G14_0 Mask               */\r
-#define LCD_PAL44_B14_0_Pos                                   26                                                        /*!< LCD PAL44: B14_0 Position           */\r
-#define LCD_PAL44_B14_0_Msk                                   (0x1fUL << LCD_PAL44_B14_0_Pos)                           /*!< LCD PAL44: B14_0 Mask               */\r
-#define LCD_PAL44_I1_Pos                                      31                                                        /*!< LCD PAL44: I1 Position              */\r
-#define LCD_PAL44_I1_Msk                                      (0x01UL << LCD_PAL44_I1_Pos)                              /*!< LCD PAL44: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL45  -------------------------------------------\r
-#define LCD_PAL45_R04_0_Pos                                   0                                                         /*!< LCD PAL45: R04_0 Position           */\r
-#define LCD_PAL45_R04_0_Msk                                   (0x1fUL << LCD_PAL45_R04_0_Pos)                           /*!< LCD PAL45: R04_0 Mask               */\r
-#define LCD_PAL45_G04_0_Pos                                   5                                                         /*!< LCD PAL45: G04_0 Position           */\r
-#define LCD_PAL45_G04_0_Msk                                   (0x1fUL << LCD_PAL45_G04_0_Pos)                           /*!< LCD PAL45: G04_0 Mask               */\r
-#define LCD_PAL45_B04_0_Pos                                   10                                                        /*!< LCD PAL45: B04_0 Position           */\r
-#define LCD_PAL45_B04_0_Msk                                   (0x1fUL << LCD_PAL45_B04_0_Pos)                           /*!< LCD PAL45: B04_0 Mask               */\r
-#define LCD_PAL45_I0_Pos                                      15                                                        /*!< LCD PAL45: I0 Position              */\r
-#define LCD_PAL45_I0_Msk                                      (0x01UL << LCD_PAL45_I0_Pos)                              /*!< LCD PAL45: I0 Mask                  */\r
-#define LCD_PAL45_R14_0_Pos                                   16                                                        /*!< LCD PAL45: R14_0 Position           */\r
-#define LCD_PAL45_R14_0_Msk                                   (0x1fUL << LCD_PAL45_R14_0_Pos)                           /*!< LCD PAL45: R14_0 Mask               */\r
-#define LCD_PAL45_G14_0_Pos                                   21                                                        /*!< LCD PAL45: G14_0 Position           */\r
-#define LCD_PAL45_G14_0_Msk                                   (0x1fUL << LCD_PAL45_G14_0_Pos)                           /*!< LCD PAL45: G14_0 Mask               */\r
-#define LCD_PAL45_B14_0_Pos                                   26                                                        /*!< LCD PAL45: B14_0 Position           */\r
-#define LCD_PAL45_B14_0_Msk                                   (0x1fUL << LCD_PAL45_B14_0_Pos)                           /*!< LCD PAL45: B14_0 Mask               */\r
-#define LCD_PAL45_I1_Pos                                      31                                                        /*!< LCD PAL45: I1 Position              */\r
-#define LCD_PAL45_I1_Msk                                      (0x01UL << LCD_PAL45_I1_Pos)                              /*!< LCD PAL45: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL46  -------------------------------------------\r
-#define LCD_PAL46_R04_0_Pos                                   0                                                         /*!< LCD PAL46: R04_0 Position           */\r
-#define LCD_PAL46_R04_0_Msk                                   (0x1fUL << LCD_PAL46_R04_0_Pos)                           /*!< LCD PAL46: R04_0 Mask               */\r
-#define LCD_PAL46_G04_0_Pos                                   5                                                         /*!< LCD PAL46: G04_0 Position           */\r
-#define LCD_PAL46_G04_0_Msk                                   (0x1fUL << LCD_PAL46_G04_0_Pos)                           /*!< LCD PAL46: G04_0 Mask               */\r
-#define LCD_PAL46_B04_0_Pos                                   10                                                        /*!< LCD PAL46: B04_0 Position           */\r
-#define LCD_PAL46_B04_0_Msk                                   (0x1fUL << LCD_PAL46_B04_0_Pos)                           /*!< LCD PAL46: B04_0 Mask               */\r
-#define LCD_PAL46_I0_Pos                                      15                                                        /*!< LCD PAL46: I0 Position              */\r
-#define LCD_PAL46_I0_Msk                                      (0x01UL << LCD_PAL46_I0_Pos)                              /*!< LCD PAL46: I0 Mask                  */\r
-#define LCD_PAL46_R14_0_Pos                                   16                                                        /*!< LCD PAL46: R14_0 Position           */\r
-#define LCD_PAL46_R14_0_Msk                                   (0x1fUL << LCD_PAL46_R14_0_Pos)                           /*!< LCD PAL46: R14_0 Mask               */\r
-#define LCD_PAL46_G14_0_Pos                                   21                                                        /*!< LCD PAL46: G14_0 Position           */\r
-#define LCD_PAL46_G14_0_Msk                                   (0x1fUL << LCD_PAL46_G14_0_Pos)                           /*!< LCD PAL46: G14_0 Mask               */\r
-#define LCD_PAL46_B14_0_Pos                                   26                                                        /*!< LCD PAL46: B14_0 Position           */\r
-#define LCD_PAL46_B14_0_Msk                                   (0x1fUL << LCD_PAL46_B14_0_Pos)                           /*!< LCD PAL46: B14_0 Mask               */\r
-#define LCD_PAL46_I1_Pos                                      31                                                        /*!< LCD PAL46: I1 Position              */\r
-#define LCD_PAL46_I1_Msk                                      (0x01UL << LCD_PAL46_I1_Pos)                              /*!< LCD PAL46: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL47  -------------------------------------------\r
-#define LCD_PAL47_R04_0_Pos                                   0                                                         /*!< LCD PAL47: R04_0 Position           */\r
-#define LCD_PAL47_R04_0_Msk                                   (0x1fUL << LCD_PAL47_R04_0_Pos)                           /*!< LCD PAL47: R04_0 Mask               */\r
-#define LCD_PAL47_G04_0_Pos                                   5                                                         /*!< LCD PAL47: G04_0 Position           */\r
-#define LCD_PAL47_G04_0_Msk                                   (0x1fUL << LCD_PAL47_G04_0_Pos)                           /*!< LCD PAL47: G04_0 Mask               */\r
-#define LCD_PAL47_B04_0_Pos                                   10                                                        /*!< LCD PAL47: B04_0 Position           */\r
-#define LCD_PAL47_B04_0_Msk                                   (0x1fUL << LCD_PAL47_B04_0_Pos)                           /*!< LCD PAL47: B04_0 Mask               */\r
-#define LCD_PAL47_I0_Pos                                      15                                                        /*!< LCD PAL47: I0 Position              */\r
-#define LCD_PAL47_I0_Msk                                      (0x01UL << LCD_PAL47_I0_Pos)                              /*!< LCD PAL47: I0 Mask                  */\r
-#define LCD_PAL47_R14_0_Pos                                   16                                                        /*!< LCD PAL47: R14_0 Position           */\r
-#define LCD_PAL47_R14_0_Msk                                   (0x1fUL << LCD_PAL47_R14_0_Pos)                           /*!< LCD PAL47: R14_0 Mask               */\r
-#define LCD_PAL47_G14_0_Pos                                   21                                                        /*!< LCD PAL47: G14_0 Position           */\r
-#define LCD_PAL47_G14_0_Msk                                   (0x1fUL << LCD_PAL47_G14_0_Pos)                           /*!< LCD PAL47: G14_0 Mask               */\r
-#define LCD_PAL47_B14_0_Pos                                   26                                                        /*!< LCD PAL47: B14_0 Position           */\r
-#define LCD_PAL47_B14_0_Msk                                   (0x1fUL << LCD_PAL47_B14_0_Pos)                           /*!< LCD PAL47: B14_0 Mask               */\r
-#define LCD_PAL47_I1_Pos                                      31                                                        /*!< LCD PAL47: I1 Position              */\r
-#define LCD_PAL47_I1_Msk                                      (0x01UL << LCD_PAL47_I1_Pos)                              /*!< LCD PAL47: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL48  -------------------------------------------\r
-#define LCD_PAL48_R04_0_Pos                                   0                                                         /*!< LCD PAL48: R04_0 Position           */\r
-#define LCD_PAL48_R04_0_Msk                                   (0x1fUL << LCD_PAL48_R04_0_Pos)                           /*!< LCD PAL48: R04_0 Mask               */\r
-#define LCD_PAL48_G04_0_Pos                                   5                                                         /*!< LCD PAL48: G04_0 Position           */\r
-#define LCD_PAL48_G04_0_Msk                                   (0x1fUL << LCD_PAL48_G04_0_Pos)                           /*!< LCD PAL48: G04_0 Mask               */\r
-#define LCD_PAL48_B04_0_Pos                                   10                                                        /*!< LCD PAL48: B04_0 Position           */\r
-#define LCD_PAL48_B04_0_Msk                                   (0x1fUL << LCD_PAL48_B04_0_Pos)                           /*!< LCD PAL48: B04_0 Mask               */\r
-#define LCD_PAL48_I0_Pos                                      15                                                        /*!< LCD PAL48: I0 Position              */\r
-#define LCD_PAL48_I0_Msk                                      (0x01UL << LCD_PAL48_I0_Pos)                              /*!< LCD PAL48: I0 Mask                  */\r
-#define LCD_PAL48_R14_0_Pos                                   16                                                        /*!< LCD PAL48: R14_0 Position           */\r
-#define LCD_PAL48_R14_0_Msk                                   (0x1fUL << LCD_PAL48_R14_0_Pos)                           /*!< LCD PAL48: R14_0 Mask               */\r
-#define LCD_PAL48_G14_0_Pos                                   21                                                        /*!< LCD PAL48: G14_0 Position           */\r
-#define LCD_PAL48_G14_0_Msk                                   (0x1fUL << LCD_PAL48_G14_0_Pos)                           /*!< LCD PAL48: G14_0 Mask               */\r
-#define LCD_PAL48_B14_0_Pos                                   26                                                        /*!< LCD PAL48: B14_0 Position           */\r
-#define LCD_PAL48_B14_0_Msk                                   (0x1fUL << LCD_PAL48_B14_0_Pos)                           /*!< LCD PAL48: B14_0 Mask               */\r
-#define LCD_PAL48_I1_Pos                                      31                                                        /*!< LCD PAL48: I1 Position              */\r
-#define LCD_PAL48_I1_Msk                                      (0x01UL << LCD_PAL48_I1_Pos)                              /*!< LCD PAL48: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL49  -------------------------------------------\r
-#define LCD_PAL49_R04_0_Pos                                   0                                                         /*!< LCD PAL49: R04_0 Position           */\r
-#define LCD_PAL49_R04_0_Msk                                   (0x1fUL << LCD_PAL49_R04_0_Pos)                           /*!< LCD PAL49: R04_0 Mask               */\r
-#define LCD_PAL49_G04_0_Pos                                   5                                                         /*!< LCD PAL49: G04_0 Position           */\r
-#define LCD_PAL49_G04_0_Msk                                   (0x1fUL << LCD_PAL49_G04_0_Pos)                           /*!< LCD PAL49: G04_0 Mask               */\r
-#define LCD_PAL49_B04_0_Pos                                   10                                                        /*!< LCD PAL49: B04_0 Position           */\r
-#define LCD_PAL49_B04_0_Msk                                   (0x1fUL << LCD_PAL49_B04_0_Pos)                           /*!< LCD PAL49: B04_0 Mask               */\r
-#define LCD_PAL49_I0_Pos                                      15                                                        /*!< LCD PAL49: I0 Position              */\r
-#define LCD_PAL49_I0_Msk                                      (0x01UL << LCD_PAL49_I0_Pos)                              /*!< LCD PAL49: I0 Mask                  */\r
-#define LCD_PAL49_R14_0_Pos                                   16                                                        /*!< LCD PAL49: R14_0 Position           */\r
-#define LCD_PAL49_R14_0_Msk                                   (0x1fUL << LCD_PAL49_R14_0_Pos)                           /*!< LCD PAL49: R14_0 Mask               */\r
-#define LCD_PAL49_G14_0_Pos                                   21                                                        /*!< LCD PAL49: G14_0 Position           */\r
-#define LCD_PAL49_G14_0_Msk                                   (0x1fUL << LCD_PAL49_G14_0_Pos)                           /*!< LCD PAL49: G14_0 Mask               */\r
-#define LCD_PAL49_B14_0_Pos                                   26                                                        /*!< LCD PAL49: B14_0 Position           */\r
-#define LCD_PAL49_B14_0_Msk                                   (0x1fUL << LCD_PAL49_B14_0_Pos)                           /*!< LCD PAL49: B14_0 Mask               */\r
-#define LCD_PAL49_I1_Pos                                      31                                                        /*!< LCD PAL49: I1 Position              */\r
-#define LCD_PAL49_I1_Msk                                      (0x01UL << LCD_PAL49_I1_Pos)                              /*!< LCD PAL49: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL50  -------------------------------------------\r
-#define LCD_PAL50_R04_0_Pos                                   0                                                         /*!< LCD PAL50: R04_0 Position           */\r
-#define LCD_PAL50_R04_0_Msk                                   (0x1fUL << LCD_PAL50_R04_0_Pos)                           /*!< LCD PAL50: R04_0 Mask               */\r
-#define LCD_PAL50_G04_0_Pos                                   5                                                         /*!< LCD PAL50: G04_0 Position           */\r
-#define LCD_PAL50_G04_0_Msk                                   (0x1fUL << LCD_PAL50_G04_0_Pos)                           /*!< LCD PAL50: G04_0 Mask               */\r
-#define LCD_PAL50_B04_0_Pos                                   10                                                        /*!< LCD PAL50: B04_0 Position           */\r
-#define LCD_PAL50_B04_0_Msk                                   (0x1fUL << LCD_PAL50_B04_0_Pos)                           /*!< LCD PAL50: B04_0 Mask               */\r
-#define LCD_PAL50_I0_Pos                                      15                                                        /*!< LCD PAL50: I0 Position              */\r
-#define LCD_PAL50_I0_Msk                                      (0x01UL << LCD_PAL50_I0_Pos)                              /*!< LCD PAL50: I0 Mask                  */\r
-#define LCD_PAL50_R14_0_Pos                                   16                                                        /*!< LCD PAL50: R14_0 Position           */\r
-#define LCD_PAL50_R14_0_Msk                                   (0x1fUL << LCD_PAL50_R14_0_Pos)                           /*!< LCD PAL50: R14_0 Mask               */\r
-#define LCD_PAL50_G14_0_Pos                                   21                                                        /*!< LCD PAL50: G14_0 Position           */\r
-#define LCD_PAL50_G14_0_Msk                                   (0x1fUL << LCD_PAL50_G14_0_Pos)                           /*!< LCD PAL50: G14_0 Mask               */\r
-#define LCD_PAL50_B14_0_Pos                                   26                                                        /*!< LCD PAL50: B14_0 Position           */\r
-#define LCD_PAL50_B14_0_Msk                                   (0x1fUL << LCD_PAL50_B14_0_Pos)                           /*!< LCD PAL50: B14_0 Mask               */\r
-#define LCD_PAL50_I1_Pos                                      31                                                        /*!< LCD PAL50: I1 Position              */\r
-#define LCD_PAL50_I1_Msk                                      (0x01UL << LCD_PAL50_I1_Pos)                              /*!< LCD PAL50: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL51  -------------------------------------------\r
-#define LCD_PAL51_R04_0_Pos                                   0                                                         /*!< LCD PAL51: R04_0 Position           */\r
-#define LCD_PAL51_R04_0_Msk                                   (0x1fUL << LCD_PAL51_R04_0_Pos)                           /*!< LCD PAL51: R04_0 Mask               */\r
-#define LCD_PAL51_G04_0_Pos                                   5                                                         /*!< LCD PAL51: G04_0 Position           */\r
-#define LCD_PAL51_G04_0_Msk                                   (0x1fUL << LCD_PAL51_G04_0_Pos)                           /*!< LCD PAL51: G04_0 Mask               */\r
-#define LCD_PAL51_B04_0_Pos                                   10                                                        /*!< LCD PAL51: B04_0 Position           */\r
-#define LCD_PAL51_B04_0_Msk                                   (0x1fUL << LCD_PAL51_B04_0_Pos)                           /*!< LCD PAL51: B04_0 Mask               */\r
-#define LCD_PAL51_I0_Pos                                      15                                                        /*!< LCD PAL51: I0 Position              */\r
-#define LCD_PAL51_I0_Msk                                      (0x01UL << LCD_PAL51_I0_Pos)                              /*!< LCD PAL51: I0 Mask                  */\r
-#define LCD_PAL51_R14_0_Pos                                   16                                                        /*!< LCD PAL51: R14_0 Position           */\r
-#define LCD_PAL51_R14_0_Msk                                   (0x1fUL << LCD_PAL51_R14_0_Pos)                           /*!< LCD PAL51: R14_0 Mask               */\r
-#define LCD_PAL51_G14_0_Pos                                   21                                                        /*!< LCD PAL51: G14_0 Position           */\r
-#define LCD_PAL51_G14_0_Msk                                   (0x1fUL << LCD_PAL51_G14_0_Pos)                           /*!< LCD PAL51: G14_0 Mask               */\r
-#define LCD_PAL51_B14_0_Pos                                   26                                                        /*!< LCD PAL51: B14_0 Position           */\r
-#define LCD_PAL51_B14_0_Msk                                   (0x1fUL << LCD_PAL51_B14_0_Pos)                           /*!< LCD PAL51: B14_0 Mask               */\r
-#define LCD_PAL51_I1_Pos                                      31                                                        /*!< LCD PAL51: I1 Position              */\r
-#define LCD_PAL51_I1_Msk                                      (0x01UL << LCD_PAL51_I1_Pos)                              /*!< LCD PAL51: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL52  -------------------------------------------\r
-#define LCD_PAL52_R04_0_Pos                                   0                                                         /*!< LCD PAL52: R04_0 Position           */\r
-#define LCD_PAL52_R04_0_Msk                                   (0x1fUL << LCD_PAL52_R04_0_Pos)                           /*!< LCD PAL52: R04_0 Mask               */\r
-#define LCD_PAL52_G04_0_Pos                                   5                                                         /*!< LCD PAL52: G04_0 Position           */\r
-#define LCD_PAL52_G04_0_Msk                                   (0x1fUL << LCD_PAL52_G04_0_Pos)                           /*!< LCD PAL52: G04_0 Mask               */\r
-#define LCD_PAL52_B04_0_Pos                                   10                                                        /*!< LCD PAL52: B04_0 Position           */\r
-#define LCD_PAL52_B04_0_Msk                                   (0x1fUL << LCD_PAL52_B04_0_Pos)                           /*!< LCD PAL52: B04_0 Mask               */\r
-#define LCD_PAL52_I0_Pos                                      15                                                        /*!< LCD PAL52: I0 Position              */\r
-#define LCD_PAL52_I0_Msk                                      (0x01UL << LCD_PAL52_I0_Pos)                              /*!< LCD PAL52: I0 Mask                  */\r
-#define LCD_PAL52_R14_0_Pos                                   16                                                        /*!< LCD PAL52: R14_0 Position           */\r
-#define LCD_PAL52_R14_0_Msk                                   (0x1fUL << LCD_PAL52_R14_0_Pos)                           /*!< LCD PAL52: R14_0 Mask               */\r
-#define LCD_PAL52_G14_0_Pos                                   21                                                        /*!< LCD PAL52: G14_0 Position           */\r
-#define LCD_PAL52_G14_0_Msk                                   (0x1fUL << LCD_PAL52_G14_0_Pos)                           /*!< LCD PAL52: G14_0 Mask               */\r
-#define LCD_PAL52_B14_0_Pos                                   26                                                        /*!< LCD PAL52: B14_0 Position           */\r
-#define LCD_PAL52_B14_0_Msk                                   (0x1fUL << LCD_PAL52_B14_0_Pos)                           /*!< LCD PAL52: B14_0 Mask               */\r
-#define LCD_PAL52_I1_Pos                                      31                                                        /*!< LCD PAL52: I1 Position              */\r
-#define LCD_PAL52_I1_Msk                                      (0x01UL << LCD_PAL52_I1_Pos)                              /*!< LCD PAL52: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL53  -------------------------------------------\r
-#define LCD_PAL53_R04_0_Pos                                   0                                                         /*!< LCD PAL53: R04_0 Position           */\r
-#define LCD_PAL53_R04_0_Msk                                   (0x1fUL << LCD_PAL53_R04_0_Pos)                           /*!< LCD PAL53: R04_0 Mask               */\r
-#define LCD_PAL53_G04_0_Pos                                   5                                                         /*!< LCD PAL53: G04_0 Position           */\r
-#define LCD_PAL53_G04_0_Msk                                   (0x1fUL << LCD_PAL53_G04_0_Pos)                           /*!< LCD PAL53: G04_0 Mask               */\r
-#define LCD_PAL53_B04_0_Pos                                   10                                                        /*!< LCD PAL53: B04_0 Position           */\r
-#define LCD_PAL53_B04_0_Msk                                   (0x1fUL << LCD_PAL53_B04_0_Pos)                           /*!< LCD PAL53: B04_0 Mask               */\r
-#define LCD_PAL53_I0_Pos                                      15                                                        /*!< LCD PAL53: I0 Position              */\r
-#define LCD_PAL53_I0_Msk                                      (0x01UL << LCD_PAL53_I0_Pos)                              /*!< LCD PAL53: I0 Mask                  */\r
-#define LCD_PAL53_R14_0_Pos                                   16                                                        /*!< LCD PAL53: R14_0 Position           */\r
-#define LCD_PAL53_R14_0_Msk                                   (0x1fUL << LCD_PAL53_R14_0_Pos)                           /*!< LCD PAL53: R14_0 Mask               */\r
-#define LCD_PAL53_G14_0_Pos                                   21                                                        /*!< LCD PAL53: G14_0 Position           */\r
-#define LCD_PAL53_G14_0_Msk                                   (0x1fUL << LCD_PAL53_G14_0_Pos)                           /*!< LCD PAL53: G14_0 Mask               */\r
-#define LCD_PAL53_B14_0_Pos                                   26                                                        /*!< LCD PAL53: B14_0 Position           */\r
-#define LCD_PAL53_B14_0_Msk                                   (0x1fUL << LCD_PAL53_B14_0_Pos)                           /*!< LCD PAL53: B14_0 Mask               */\r
-#define LCD_PAL53_I1_Pos                                      31                                                        /*!< LCD PAL53: I1 Position              */\r
-#define LCD_PAL53_I1_Msk                                      (0x01UL << LCD_PAL53_I1_Pos)                              /*!< LCD PAL53: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL54  -------------------------------------------\r
-#define LCD_PAL54_R04_0_Pos                                   0                                                         /*!< LCD PAL54: R04_0 Position           */\r
-#define LCD_PAL54_R04_0_Msk                                   (0x1fUL << LCD_PAL54_R04_0_Pos)                           /*!< LCD PAL54: R04_0 Mask               */\r
-#define LCD_PAL54_G04_0_Pos                                   5                                                         /*!< LCD PAL54: G04_0 Position           */\r
-#define LCD_PAL54_G04_0_Msk                                   (0x1fUL << LCD_PAL54_G04_0_Pos)                           /*!< LCD PAL54: G04_0 Mask               */\r
-#define LCD_PAL54_B04_0_Pos                                   10                                                        /*!< LCD PAL54: B04_0 Position           */\r
-#define LCD_PAL54_B04_0_Msk                                   (0x1fUL << LCD_PAL54_B04_0_Pos)                           /*!< LCD PAL54: B04_0 Mask               */\r
-#define LCD_PAL54_I0_Pos                                      15                                                        /*!< LCD PAL54: I0 Position              */\r
-#define LCD_PAL54_I0_Msk                                      (0x01UL << LCD_PAL54_I0_Pos)                              /*!< LCD PAL54: I0 Mask                  */\r
-#define LCD_PAL54_R14_0_Pos                                   16                                                        /*!< LCD PAL54: R14_0 Position           */\r
-#define LCD_PAL54_R14_0_Msk                                   (0x1fUL << LCD_PAL54_R14_0_Pos)                           /*!< LCD PAL54: R14_0 Mask               */\r
-#define LCD_PAL54_G14_0_Pos                                   21                                                        /*!< LCD PAL54: G14_0 Position           */\r
-#define LCD_PAL54_G14_0_Msk                                   (0x1fUL << LCD_PAL54_G14_0_Pos)                           /*!< LCD PAL54: G14_0 Mask               */\r
-#define LCD_PAL54_B14_0_Pos                                   26                                                        /*!< LCD PAL54: B14_0 Position           */\r
-#define LCD_PAL54_B14_0_Msk                                   (0x1fUL << LCD_PAL54_B14_0_Pos)                           /*!< LCD PAL54: B14_0 Mask               */\r
-#define LCD_PAL54_I1_Pos                                      31                                                        /*!< LCD PAL54: I1 Position              */\r
-#define LCD_PAL54_I1_Msk                                      (0x01UL << LCD_PAL54_I1_Pos)                              /*!< LCD PAL54: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL55  -------------------------------------------\r
-#define LCD_PAL55_R04_0_Pos                                   0                                                         /*!< LCD PAL55: R04_0 Position           */\r
-#define LCD_PAL55_R04_0_Msk                                   (0x1fUL << LCD_PAL55_R04_0_Pos)                           /*!< LCD PAL55: R04_0 Mask               */\r
-#define LCD_PAL55_G04_0_Pos                                   5                                                         /*!< LCD PAL55: G04_0 Position           */\r
-#define LCD_PAL55_G04_0_Msk                                   (0x1fUL << LCD_PAL55_G04_0_Pos)                           /*!< LCD PAL55: G04_0 Mask               */\r
-#define LCD_PAL55_B04_0_Pos                                   10                                                        /*!< LCD PAL55: B04_0 Position           */\r
-#define LCD_PAL55_B04_0_Msk                                   (0x1fUL << LCD_PAL55_B04_0_Pos)                           /*!< LCD PAL55: B04_0 Mask               */\r
-#define LCD_PAL55_I0_Pos                                      15                                                        /*!< LCD PAL55: I0 Position              */\r
-#define LCD_PAL55_I0_Msk                                      (0x01UL << LCD_PAL55_I0_Pos)                              /*!< LCD PAL55: I0 Mask                  */\r
-#define LCD_PAL55_R14_0_Pos                                   16                                                        /*!< LCD PAL55: R14_0 Position           */\r
-#define LCD_PAL55_R14_0_Msk                                   (0x1fUL << LCD_PAL55_R14_0_Pos)                           /*!< LCD PAL55: R14_0 Mask               */\r
-#define LCD_PAL55_G14_0_Pos                                   21                                                        /*!< LCD PAL55: G14_0 Position           */\r
-#define LCD_PAL55_G14_0_Msk                                   (0x1fUL << LCD_PAL55_G14_0_Pos)                           /*!< LCD PAL55: G14_0 Mask               */\r
-#define LCD_PAL55_B14_0_Pos                                   26                                                        /*!< LCD PAL55: B14_0 Position           */\r
-#define LCD_PAL55_B14_0_Msk                                   (0x1fUL << LCD_PAL55_B14_0_Pos)                           /*!< LCD PAL55: B14_0 Mask               */\r
-#define LCD_PAL55_I1_Pos                                      31                                                        /*!< LCD PAL55: I1 Position              */\r
-#define LCD_PAL55_I1_Msk                                      (0x01UL << LCD_PAL55_I1_Pos)                              /*!< LCD PAL55: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL56  -------------------------------------------\r
-#define LCD_PAL56_R04_0_Pos                                   0                                                         /*!< LCD PAL56: R04_0 Position           */\r
-#define LCD_PAL56_R04_0_Msk                                   (0x1fUL << LCD_PAL56_R04_0_Pos)                           /*!< LCD PAL56: R04_0 Mask               */\r
-#define LCD_PAL56_G04_0_Pos                                   5                                                         /*!< LCD PAL56: G04_0 Position           */\r
-#define LCD_PAL56_G04_0_Msk                                   (0x1fUL << LCD_PAL56_G04_0_Pos)                           /*!< LCD PAL56: G04_0 Mask               */\r
-#define LCD_PAL56_B04_0_Pos                                   10                                                        /*!< LCD PAL56: B04_0 Position           */\r
-#define LCD_PAL56_B04_0_Msk                                   (0x1fUL << LCD_PAL56_B04_0_Pos)                           /*!< LCD PAL56: B04_0 Mask               */\r
-#define LCD_PAL56_I0_Pos                                      15                                                        /*!< LCD PAL56: I0 Position              */\r
-#define LCD_PAL56_I0_Msk                                      (0x01UL << LCD_PAL56_I0_Pos)                              /*!< LCD PAL56: I0 Mask                  */\r
-#define LCD_PAL56_R14_0_Pos                                   16                                                        /*!< LCD PAL56: R14_0 Position           */\r
-#define LCD_PAL56_R14_0_Msk                                   (0x1fUL << LCD_PAL56_R14_0_Pos)                           /*!< LCD PAL56: R14_0 Mask               */\r
-#define LCD_PAL56_G14_0_Pos                                   21                                                        /*!< LCD PAL56: G14_0 Position           */\r
-#define LCD_PAL56_G14_0_Msk                                   (0x1fUL << LCD_PAL56_G14_0_Pos)                           /*!< LCD PAL56: G14_0 Mask               */\r
-#define LCD_PAL56_B14_0_Pos                                   26                                                        /*!< LCD PAL56: B14_0 Position           */\r
-#define LCD_PAL56_B14_0_Msk                                   (0x1fUL << LCD_PAL56_B14_0_Pos)                           /*!< LCD PAL56: B14_0 Mask               */\r
-#define LCD_PAL56_I1_Pos                                      31                                                        /*!< LCD PAL56: I1 Position              */\r
-#define LCD_PAL56_I1_Msk                                      (0x01UL << LCD_PAL56_I1_Pos)                              /*!< LCD PAL56: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL57  -------------------------------------------\r
-#define LCD_PAL57_R04_0_Pos                                   0                                                         /*!< LCD PAL57: R04_0 Position           */\r
-#define LCD_PAL57_R04_0_Msk                                   (0x1fUL << LCD_PAL57_R04_0_Pos)                           /*!< LCD PAL57: R04_0 Mask               */\r
-#define LCD_PAL57_G04_0_Pos                                   5                                                         /*!< LCD PAL57: G04_0 Position           */\r
-#define LCD_PAL57_G04_0_Msk                                   (0x1fUL << LCD_PAL57_G04_0_Pos)                           /*!< LCD PAL57: G04_0 Mask               */\r
-#define LCD_PAL57_B04_0_Pos                                   10                                                        /*!< LCD PAL57: B04_0 Position           */\r
-#define LCD_PAL57_B04_0_Msk                                   (0x1fUL << LCD_PAL57_B04_0_Pos)                           /*!< LCD PAL57: B04_0 Mask               */\r
-#define LCD_PAL57_I0_Pos                                      15                                                        /*!< LCD PAL57: I0 Position              */\r
-#define LCD_PAL57_I0_Msk                                      (0x01UL << LCD_PAL57_I0_Pos)                              /*!< LCD PAL57: I0 Mask                  */\r
-#define LCD_PAL57_R14_0_Pos                                   16                                                        /*!< LCD PAL57: R14_0 Position           */\r
-#define LCD_PAL57_R14_0_Msk                                   (0x1fUL << LCD_PAL57_R14_0_Pos)                           /*!< LCD PAL57: R14_0 Mask               */\r
-#define LCD_PAL57_G14_0_Pos                                   21                                                        /*!< LCD PAL57: G14_0 Position           */\r
-#define LCD_PAL57_G14_0_Msk                                   (0x1fUL << LCD_PAL57_G14_0_Pos)                           /*!< LCD PAL57: G14_0 Mask               */\r
-#define LCD_PAL57_B14_0_Pos                                   26                                                        /*!< LCD PAL57: B14_0 Position           */\r
-#define LCD_PAL57_B14_0_Msk                                   (0x1fUL << LCD_PAL57_B14_0_Pos)                           /*!< LCD PAL57: B14_0 Mask               */\r
-#define LCD_PAL57_I1_Pos                                      31                                                        /*!< LCD PAL57: I1 Position              */\r
-#define LCD_PAL57_I1_Msk                                      (0x01UL << LCD_PAL57_I1_Pos)                              /*!< LCD PAL57: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL58  -------------------------------------------\r
-#define LCD_PAL58_R04_0_Pos                                   0                                                         /*!< LCD PAL58: R04_0 Position           */\r
-#define LCD_PAL58_R04_0_Msk                                   (0x1fUL << LCD_PAL58_R04_0_Pos)                           /*!< LCD PAL58: R04_0 Mask               */\r
-#define LCD_PAL58_G04_0_Pos                                   5                                                         /*!< LCD PAL58: G04_0 Position           */\r
-#define LCD_PAL58_G04_0_Msk                                   (0x1fUL << LCD_PAL58_G04_0_Pos)                           /*!< LCD PAL58: G04_0 Mask               */\r
-#define LCD_PAL58_B04_0_Pos                                   10                                                        /*!< LCD PAL58: B04_0 Position           */\r
-#define LCD_PAL58_B04_0_Msk                                   (0x1fUL << LCD_PAL58_B04_0_Pos)                           /*!< LCD PAL58: B04_0 Mask               */\r
-#define LCD_PAL58_I0_Pos                                      15                                                        /*!< LCD PAL58: I0 Position              */\r
-#define LCD_PAL58_I0_Msk                                      (0x01UL << LCD_PAL58_I0_Pos)                              /*!< LCD PAL58: I0 Mask                  */\r
-#define LCD_PAL58_R14_0_Pos                                   16                                                        /*!< LCD PAL58: R14_0 Position           */\r
-#define LCD_PAL58_R14_0_Msk                                   (0x1fUL << LCD_PAL58_R14_0_Pos)                           /*!< LCD PAL58: R14_0 Mask               */\r
-#define LCD_PAL58_G14_0_Pos                                   21                                                        /*!< LCD PAL58: G14_0 Position           */\r
-#define LCD_PAL58_G14_0_Msk                                   (0x1fUL << LCD_PAL58_G14_0_Pos)                           /*!< LCD PAL58: G14_0 Mask               */\r
-#define LCD_PAL58_B14_0_Pos                                   26                                                        /*!< LCD PAL58: B14_0 Position           */\r
-#define LCD_PAL58_B14_0_Msk                                   (0x1fUL << LCD_PAL58_B14_0_Pos)                           /*!< LCD PAL58: B14_0 Mask               */\r
-#define LCD_PAL58_I1_Pos                                      31                                                        /*!< LCD PAL58: I1 Position              */\r
-#define LCD_PAL58_I1_Msk                                      (0x01UL << LCD_PAL58_I1_Pos)                              /*!< LCD PAL58: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL59  -------------------------------------------\r
-#define LCD_PAL59_R04_0_Pos                                   0                                                         /*!< LCD PAL59: R04_0 Position           */\r
-#define LCD_PAL59_R04_0_Msk                                   (0x1fUL << LCD_PAL59_R04_0_Pos)                           /*!< LCD PAL59: R04_0 Mask               */\r
-#define LCD_PAL59_G04_0_Pos                                   5                                                         /*!< LCD PAL59: G04_0 Position           */\r
-#define LCD_PAL59_G04_0_Msk                                   (0x1fUL << LCD_PAL59_G04_0_Pos)                           /*!< LCD PAL59: G04_0 Mask               */\r
-#define LCD_PAL59_B04_0_Pos                                   10                                                        /*!< LCD PAL59: B04_0 Position           */\r
-#define LCD_PAL59_B04_0_Msk                                   (0x1fUL << LCD_PAL59_B04_0_Pos)                           /*!< LCD PAL59: B04_0 Mask               */\r
-#define LCD_PAL59_I0_Pos                                      15                                                        /*!< LCD PAL59: I0 Position              */\r
-#define LCD_PAL59_I0_Msk                                      (0x01UL << LCD_PAL59_I0_Pos)                              /*!< LCD PAL59: I0 Mask                  */\r
-#define LCD_PAL59_R14_0_Pos                                   16                                                        /*!< LCD PAL59: R14_0 Position           */\r
-#define LCD_PAL59_R14_0_Msk                                   (0x1fUL << LCD_PAL59_R14_0_Pos)                           /*!< LCD PAL59: R14_0 Mask               */\r
-#define LCD_PAL59_G14_0_Pos                                   21                                                        /*!< LCD PAL59: G14_0 Position           */\r
-#define LCD_PAL59_G14_0_Msk                                   (0x1fUL << LCD_PAL59_G14_0_Pos)                           /*!< LCD PAL59: G14_0 Mask               */\r
-#define LCD_PAL59_B14_0_Pos                                   26                                                        /*!< LCD PAL59: B14_0 Position           */\r
-#define LCD_PAL59_B14_0_Msk                                   (0x1fUL << LCD_PAL59_B14_0_Pos)                           /*!< LCD PAL59: B14_0 Mask               */\r
-#define LCD_PAL59_I1_Pos                                      31                                                        /*!< LCD PAL59: I1 Position              */\r
-#define LCD_PAL59_I1_Msk                                      (0x01UL << LCD_PAL59_I1_Pos)                              /*!< LCD PAL59: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL60  -------------------------------------------\r
-#define LCD_PAL60_R04_0_Pos                                   0                                                         /*!< LCD PAL60: R04_0 Position           */\r
-#define LCD_PAL60_R04_0_Msk                                   (0x1fUL << LCD_PAL60_R04_0_Pos)                           /*!< LCD PAL60: R04_0 Mask               */\r
-#define LCD_PAL60_G04_0_Pos                                   5                                                         /*!< LCD PAL60: G04_0 Position           */\r
-#define LCD_PAL60_G04_0_Msk                                   (0x1fUL << LCD_PAL60_G04_0_Pos)                           /*!< LCD PAL60: G04_0 Mask               */\r
-#define LCD_PAL60_B04_0_Pos                                   10                                                        /*!< LCD PAL60: B04_0 Position           */\r
-#define LCD_PAL60_B04_0_Msk                                   (0x1fUL << LCD_PAL60_B04_0_Pos)                           /*!< LCD PAL60: B04_0 Mask               */\r
-#define LCD_PAL60_I0_Pos                                      15                                                        /*!< LCD PAL60: I0 Position              */\r
-#define LCD_PAL60_I0_Msk                                      (0x01UL << LCD_PAL60_I0_Pos)                              /*!< LCD PAL60: I0 Mask                  */\r
-#define LCD_PAL60_R14_0_Pos                                   16                                                        /*!< LCD PAL60: R14_0 Position           */\r
-#define LCD_PAL60_R14_0_Msk                                   (0x1fUL << LCD_PAL60_R14_0_Pos)                           /*!< LCD PAL60: R14_0 Mask               */\r
-#define LCD_PAL60_G14_0_Pos                                   21                                                        /*!< LCD PAL60: G14_0 Position           */\r
-#define LCD_PAL60_G14_0_Msk                                   (0x1fUL << LCD_PAL60_G14_0_Pos)                           /*!< LCD PAL60: G14_0 Mask               */\r
-#define LCD_PAL60_B14_0_Pos                                   26                                                        /*!< LCD PAL60: B14_0 Position           */\r
-#define LCD_PAL60_B14_0_Msk                                   (0x1fUL << LCD_PAL60_B14_0_Pos)                           /*!< LCD PAL60: B14_0 Mask               */\r
-#define LCD_PAL60_I1_Pos                                      31                                                        /*!< LCD PAL60: I1 Position              */\r
-#define LCD_PAL60_I1_Msk                                      (0x01UL << LCD_PAL60_I1_Pos)                              /*!< LCD PAL60: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL61  -------------------------------------------\r
-#define LCD_PAL61_R04_0_Pos                                   0                                                         /*!< LCD PAL61: R04_0 Position           */\r
-#define LCD_PAL61_R04_0_Msk                                   (0x1fUL << LCD_PAL61_R04_0_Pos)                           /*!< LCD PAL61: R04_0 Mask               */\r
-#define LCD_PAL61_G04_0_Pos                                   5                                                         /*!< LCD PAL61: G04_0 Position           */\r
-#define LCD_PAL61_G04_0_Msk                                   (0x1fUL << LCD_PAL61_G04_0_Pos)                           /*!< LCD PAL61: G04_0 Mask               */\r
-#define LCD_PAL61_B04_0_Pos                                   10                                                        /*!< LCD PAL61: B04_0 Position           */\r
-#define LCD_PAL61_B04_0_Msk                                   (0x1fUL << LCD_PAL61_B04_0_Pos)                           /*!< LCD PAL61: B04_0 Mask               */\r
-#define LCD_PAL61_I0_Pos                                      15                                                        /*!< LCD PAL61: I0 Position              */\r
-#define LCD_PAL61_I0_Msk                                      (0x01UL << LCD_PAL61_I0_Pos)                              /*!< LCD PAL61: I0 Mask                  */\r
-#define LCD_PAL61_R14_0_Pos                                   16                                                        /*!< LCD PAL61: R14_0 Position           */\r
-#define LCD_PAL61_R14_0_Msk                                   (0x1fUL << LCD_PAL61_R14_0_Pos)                           /*!< LCD PAL61: R14_0 Mask               */\r
-#define LCD_PAL61_G14_0_Pos                                   21                                                        /*!< LCD PAL61: G14_0 Position           */\r
-#define LCD_PAL61_G14_0_Msk                                   (0x1fUL << LCD_PAL61_G14_0_Pos)                           /*!< LCD PAL61: G14_0 Mask               */\r
-#define LCD_PAL61_B14_0_Pos                                   26                                                        /*!< LCD PAL61: B14_0 Position           */\r
-#define LCD_PAL61_B14_0_Msk                                   (0x1fUL << LCD_PAL61_B14_0_Pos)                           /*!< LCD PAL61: B14_0 Mask               */\r
-#define LCD_PAL61_I1_Pos                                      31                                                        /*!< LCD PAL61: I1 Position              */\r
-#define LCD_PAL61_I1_Msk                                      (0x01UL << LCD_PAL61_I1_Pos)                              /*!< LCD PAL61: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL62  -------------------------------------------\r
-#define LCD_PAL62_R04_0_Pos                                   0                                                         /*!< LCD PAL62: R04_0 Position           */\r
-#define LCD_PAL62_R04_0_Msk                                   (0x1fUL << LCD_PAL62_R04_0_Pos)                           /*!< LCD PAL62: R04_0 Mask               */\r
-#define LCD_PAL62_G04_0_Pos                                   5                                                         /*!< LCD PAL62: G04_0 Position           */\r
-#define LCD_PAL62_G04_0_Msk                                   (0x1fUL << LCD_PAL62_G04_0_Pos)                           /*!< LCD PAL62: G04_0 Mask               */\r
-#define LCD_PAL62_B04_0_Pos                                   10                                                        /*!< LCD PAL62: B04_0 Position           */\r
-#define LCD_PAL62_B04_0_Msk                                   (0x1fUL << LCD_PAL62_B04_0_Pos)                           /*!< LCD PAL62: B04_0 Mask               */\r
-#define LCD_PAL62_I0_Pos                                      15                                                        /*!< LCD PAL62: I0 Position              */\r
-#define LCD_PAL62_I0_Msk                                      (0x01UL << LCD_PAL62_I0_Pos)                              /*!< LCD PAL62: I0 Mask                  */\r
-#define LCD_PAL62_R14_0_Pos                                   16                                                        /*!< LCD PAL62: R14_0 Position           */\r
-#define LCD_PAL62_R14_0_Msk                                   (0x1fUL << LCD_PAL62_R14_0_Pos)                           /*!< LCD PAL62: R14_0 Mask               */\r
-#define LCD_PAL62_G14_0_Pos                                   21                                                        /*!< LCD PAL62: G14_0 Position           */\r
-#define LCD_PAL62_G14_0_Msk                                   (0x1fUL << LCD_PAL62_G14_0_Pos)                           /*!< LCD PAL62: G14_0 Mask               */\r
-#define LCD_PAL62_B14_0_Pos                                   26                                                        /*!< LCD PAL62: B14_0 Position           */\r
-#define LCD_PAL62_B14_0_Msk                                   (0x1fUL << LCD_PAL62_B14_0_Pos)                           /*!< LCD PAL62: B14_0 Mask               */\r
-#define LCD_PAL62_I1_Pos                                      31                                                        /*!< LCD PAL62: I1 Position              */\r
-#define LCD_PAL62_I1_Msk                                      (0x01UL << LCD_PAL62_I1_Pos)                              /*!< LCD PAL62: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL63  -------------------------------------------\r
-#define LCD_PAL63_R04_0_Pos                                   0                                                         /*!< LCD PAL63: R04_0 Position           */\r
-#define LCD_PAL63_R04_0_Msk                                   (0x1fUL << LCD_PAL63_R04_0_Pos)                           /*!< LCD PAL63: R04_0 Mask               */\r
-#define LCD_PAL63_G04_0_Pos                                   5                                                         /*!< LCD PAL63: G04_0 Position           */\r
-#define LCD_PAL63_G04_0_Msk                                   (0x1fUL << LCD_PAL63_G04_0_Pos)                           /*!< LCD PAL63: G04_0 Mask               */\r
-#define LCD_PAL63_B04_0_Pos                                   10                                                        /*!< LCD PAL63: B04_0 Position           */\r
-#define LCD_PAL63_B04_0_Msk                                   (0x1fUL << LCD_PAL63_B04_0_Pos)                           /*!< LCD PAL63: B04_0 Mask               */\r
-#define LCD_PAL63_I0_Pos                                      15                                                        /*!< LCD PAL63: I0 Position              */\r
-#define LCD_PAL63_I0_Msk                                      (0x01UL << LCD_PAL63_I0_Pos)                              /*!< LCD PAL63: I0 Mask                  */\r
-#define LCD_PAL63_R14_0_Pos                                   16                                                        /*!< LCD PAL63: R14_0 Position           */\r
-#define LCD_PAL63_R14_0_Msk                                   (0x1fUL << LCD_PAL63_R14_0_Pos)                           /*!< LCD PAL63: R14_0 Mask               */\r
-#define LCD_PAL63_G14_0_Pos                                   21                                                        /*!< LCD PAL63: G14_0 Position           */\r
-#define LCD_PAL63_G14_0_Msk                                   (0x1fUL << LCD_PAL63_G14_0_Pos)                           /*!< LCD PAL63: G14_0 Mask               */\r
-#define LCD_PAL63_B14_0_Pos                                   26                                                        /*!< LCD PAL63: B14_0 Position           */\r
-#define LCD_PAL63_B14_0_Msk                                   (0x1fUL << LCD_PAL63_B14_0_Pos)                           /*!< LCD PAL63: B14_0 Mask               */\r
-#define LCD_PAL63_I1_Pos                                      31                                                        /*!< LCD PAL63: I1 Position              */\r
-#define LCD_PAL63_I1_Msk                                      (0x01UL << LCD_PAL63_I1_Pos)                              /*!< LCD PAL63: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL64  -------------------------------------------\r
-#define LCD_PAL64_R04_0_Pos                                   0                                                         /*!< LCD PAL64: R04_0 Position           */\r
-#define LCD_PAL64_R04_0_Msk                                   (0x1fUL << LCD_PAL64_R04_0_Pos)                           /*!< LCD PAL64: R04_0 Mask               */\r
-#define LCD_PAL64_G04_0_Pos                                   5                                                         /*!< LCD PAL64: G04_0 Position           */\r
-#define LCD_PAL64_G04_0_Msk                                   (0x1fUL << LCD_PAL64_G04_0_Pos)                           /*!< LCD PAL64: G04_0 Mask               */\r
-#define LCD_PAL64_B04_0_Pos                                   10                                                        /*!< LCD PAL64: B04_0 Position           */\r
-#define LCD_PAL64_B04_0_Msk                                   (0x1fUL << LCD_PAL64_B04_0_Pos)                           /*!< LCD PAL64: B04_0 Mask               */\r
-#define LCD_PAL64_I0_Pos                                      15                                                        /*!< LCD PAL64: I0 Position              */\r
-#define LCD_PAL64_I0_Msk                                      (0x01UL << LCD_PAL64_I0_Pos)                              /*!< LCD PAL64: I0 Mask                  */\r
-#define LCD_PAL64_R14_0_Pos                                   16                                                        /*!< LCD PAL64: R14_0 Position           */\r
-#define LCD_PAL64_R14_0_Msk                                   (0x1fUL << LCD_PAL64_R14_0_Pos)                           /*!< LCD PAL64: R14_0 Mask               */\r
-#define LCD_PAL64_G14_0_Pos                                   21                                                        /*!< LCD PAL64: G14_0 Position           */\r
-#define LCD_PAL64_G14_0_Msk                                   (0x1fUL << LCD_PAL64_G14_0_Pos)                           /*!< LCD PAL64: G14_0 Mask               */\r
-#define LCD_PAL64_B14_0_Pos                                   26                                                        /*!< LCD PAL64: B14_0 Position           */\r
-#define LCD_PAL64_B14_0_Msk                                   (0x1fUL << LCD_PAL64_B14_0_Pos)                           /*!< LCD PAL64: B14_0 Mask               */\r
-#define LCD_PAL64_I1_Pos                                      31                                                        /*!< LCD PAL64: I1 Position              */\r
-#define LCD_PAL64_I1_Msk                                      (0x01UL << LCD_PAL64_I1_Pos)                              /*!< LCD PAL64: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL65  -------------------------------------------\r
-#define LCD_PAL65_R04_0_Pos                                   0                                                         /*!< LCD PAL65: R04_0 Position           */\r
-#define LCD_PAL65_R04_0_Msk                                   (0x1fUL << LCD_PAL65_R04_0_Pos)                           /*!< LCD PAL65: R04_0 Mask               */\r
-#define LCD_PAL65_G04_0_Pos                                   5                                                         /*!< LCD PAL65: G04_0 Position           */\r
-#define LCD_PAL65_G04_0_Msk                                   (0x1fUL << LCD_PAL65_G04_0_Pos)                           /*!< LCD PAL65: G04_0 Mask               */\r
-#define LCD_PAL65_B04_0_Pos                                   10                                                        /*!< LCD PAL65: B04_0 Position           */\r
-#define LCD_PAL65_B04_0_Msk                                   (0x1fUL << LCD_PAL65_B04_0_Pos)                           /*!< LCD PAL65: B04_0 Mask               */\r
-#define LCD_PAL65_I0_Pos                                      15                                                        /*!< LCD PAL65: I0 Position              */\r
-#define LCD_PAL65_I0_Msk                                      (0x01UL << LCD_PAL65_I0_Pos)                              /*!< LCD PAL65: I0 Mask                  */\r
-#define LCD_PAL65_R14_0_Pos                                   16                                                        /*!< LCD PAL65: R14_0 Position           */\r
-#define LCD_PAL65_R14_0_Msk                                   (0x1fUL << LCD_PAL65_R14_0_Pos)                           /*!< LCD PAL65: R14_0 Mask               */\r
-#define LCD_PAL65_G14_0_Pos                                   21                                                        /*!< LCD PAL65: G14_0 Position           */\r
-#define LCD_PAL65_G14_0_Msk                                   (0x1fUL << LCD_PAL65_G14_0_Pos)                           /*!< LCD PAL65: G14_0 Mask               */\r
-#define LCD_PAL65_B14_0_Pos                                   26                                                        /*!< LCD PAL65: B14_0 Position           */\r
-#define LCD_PAL65_B14_0_Msk                                   (0x1fUL << LCD_PAL65_B14_0_Pos)                           /*!< LCD PAL65: B14_0 Mask               */\r
-#define LCD_PAL65_I1_Pos                                      31                                                        /*!< LCD PAL65: I1 Position              */\r
-#define LCD_PAL65_I1_Msk                                      (0x01UL << LCD_PAL65_I1_Pos)                              /*!< LCD PAL65: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL66  -------------------------------------------\r
-#define LCD_PAL66_R04_0_Pos                                   0                                                         /*!< LCD PAL66: R04_0 Position           */\r
-#define LCD_PAL66_R04_0_Msk                                   (0x1fUL << LCD_PAL66_R04_0_Pos)                           /*!< LCD PAL66: R04_0 Mask               */\r
-#define LCD_PAL66_G04_0_Pos                                   5                                                         /*!< LCD PAL66: G04_0 Position           */\r
-#define LCD_PAL66_G04_0_Msk                                   (0x1fUL << LCD_PAL66_G04_0_Pos)                           /*!< LCD PAL66: G04_0 Mask               */\r
-#define LCD_PAL66_B04_0_Pos                                   10                                                        /*!< LCD PAL66: B04_0 Position           */\r
-#define LCD_PAL66_B04_0_Msk                                   (0x1fUL << LCD_PAL66_B04_0_Pos)                           /*!< LCD PAL66: B04_0 Mask               */\r
-#define LCD_PAL66_I0_Pos                                      15                                                        /*!< LCD PAL66: I0 Position              */\r
-#define LCD_PAL66_I0_Msk                                      (0x01UL << LCD_PAL66_I0_Pos)                              /*!< LCD PAL66: I0 Mask                  */\r
-#define LCD_PAL66_R14_0_Pos                                   16                                                        /*!< LCD PAL66: R14_0 Position           */\r
-#define LCD_PAL66_R14_0_Msk                                   (0x1fUL << LCD_PAL66_R14_0_Pos)                           /*!< LCD PAL66: R14_0 Mask               */\r
-#define LCD_PAL66_G14_0_Pos                                   21                                                        /*!< LCD PAL66: G14_0 Position           */\r
-#define LCD_PAL66_G14_0_Msk                                   (0x1fUL << LCD_PAL66_G14_0_Pos)                           /*!< LCD PAL66: G14_0 Mask               */\r
-#define LCD_PAL66_B14_0_Pos                                   26                                                        /*!< LCD PAL66: B14_0 Position           */\r
-#define LCD_PAL66_B14_0_Msk                                   (0x1fUL << LCD_PAL66_B14_0_Pos)                           /*!< LCD PAL66: B14_0 Mask               */\r
-#define LCD_PAL66_I1_Pos                                      31                                                        /*!< LCD PAL66: I1 Position              */\r
-#define LCD_PAL66_I1_Msk                                      (0x01UL << LCD_PAL66_I1_Pos)                              /*!< LCD PAL66: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL67  -------------------------------------------\r
-#define LCD_PAL67_R04_0_Pos                                   0                                                         /*!< LCD PAL67: R04_0 Position           */\r
-#define LCD_PAL67_R04_0_Msk                                   (0x1fUL << LCD_PAL67_R04_0_Pos)                           /*!< LCD PAL67: R04_0 Mask               */\r
-#define LCD_PAL67_G04_0_Pos                                   5                                                         /*!< LCD PAL67: G04_0 Position           */\r
-#define LCD_PAL67_G04_0_Msk                                   (0x1fUL << LCD_PAL67_G04_0_Pos)                           /*!< LCD PAL67: G04_0 Mask               */\r
-#define LCD_PAL67_B04_0_Pos                                   10                                                        /*!< LCD PAL67: B04_0 Position           */\r
-#define LCD_PAL67_B04_0_Msk                                   (0x1fUL << LCD_PAL67_B04_0_Pos)                           /*!< LCD PAL67: B04_0 Mask               */\r
-#define LCD_PAL67_I0_Pos                                      15                                                        /*!< LCD PAL67: I0 Position              */\r
-#define LCD_PAL67_I0_Msk                                      (0x01UL << LCD_PAL67_I0_Pos)                              /*!< LCD PAL67: I0 Mask                  */\r
-#define LCD_PAL67_R14_0_Pos                                   16                                                        /*!< LCD PAL67: R14_0 Position           */\r
-#define LCD_PAL67_R14_0_Msk                                   (0x1fUL << LCD_PAL67_R14_0_Pos)                           /*!< LCD PAL67: R14_0 Mask               */\r
-#define LCD_PAL67_G14_0_Pos                                   21                                                        /*!< LCD PAL67: G14_0 Position           */\r
-#define LCD_PAL67_G14_0_Msk                                   (0x1fUL << LCD_PAL67_G14_0_Pos)                           /*!< LCD PAL67: G14_0 Mask               */\r
-#define LCD_PAL67_B14_0_Pos                                   26                                                        /*!< LCD PAL67: B14_0 Position           */\r
-#define LCD_PAL67_B14_0_Msk                                   (0x1fUL << LCD_PAL67_B14_0_Pos)                           /*!< LCD PAL67: B14_0 Mask               */\r
-#define LCD_PAL67_I1_Pos                                      31                                                        /*!< LCD PAL67: I1 Position              */\r
-#define LCD_PAL67_I1_Msk                                      (0x01UL << LCD_PAL67_I1_Pos)                              /*!< LCD PAL67: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL68  -------------------------------------------\r
-#define LCD_PAL68_R04_0_Pos                                   0                                                         /*!< LCD PAL68: R04_0 Position           */\r
-#define LCD_PAL68_R04_0_Msk                                   (0x1fUL << LCD_PAL68_R04_0_Pos)                           /*!< LCD PAL68: R04_0 Mask               */\r
-#define LCD_PAL68_G04_0_Pos                                   5                                                         /*!< LCD PAL68: G04_0 Position           */\r
-#define LCD_PAL68_G04_0_Msk                                   (0x1fUL << LCD_PAL68_G04_0_Pos)                           /*!< LCD PAL68: G04_0 Mask               */\r
-#define LCD_PAL68_B04_0_Pos                                   10                                                        /*!< LCD PAL68: B04_0 Position           */\r
-#define LCD_PAL68_B04_0_Msk                                   (0x1fUL << LCD_PAL68_B04_0_Pos)                           /*!< LCD PAL68: B04_0 Mask               */\r
-#define LCD_PAL68_I0_Pos                                      15                                                        /*!< LCD PAL68: I0 Position              */\r
-#define LCD_PAL68_I0_Msk                                      (0x01UL << LCD_PAL68_I0_Pos)                              /*!< LCD PAL68: I0 Mask                  */\r
-#define LCD_PAL68_R14_0_Pos                                   16                                                        /*!< LCD PAL68: R14_0 Position           */\r
-#define LCD_PAL68_R14_0_Msk                                   (0x1fUL << LCD_PAL68_R14_0_Pos)                           /*!< LCD PAL68: R14_0 Mask               */\r
-#define LCD_PAL68_G14_0_Pos                                   21                                                        /*!< LCD PAL68: G14_0 Position           */\r
-#define LCD_PAL68_G14_0_Msk                                   (0x1fUL << LCD_PAL68_G14_0_Pos)                           /*!< LCD PAL68: G14_0 Mask               */\r
-#define LCD_PAL68_B14_0_Pos                                   26                                                        /*!< LCD PAL68: B14_0 Position           */\r
-#define LCD_PAL68_B14_0_Msk                                   (0x1fUL << LCD_PAL68_B14_0_Pos)                           /*!< LCD PAL68: B14_0 Mask               */\r
-#define LCD_PAL68_I1_Pos                                      31                                                        /*!< LCD PAL68: I1 Position              */\r
-#define LCD_PAL68_I1_Msk                                      (0x01UL << LCD_PAL68_I1_Pos)                              /*!< LCD PAL68: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL69  -------------------------------------------\r
-#define LCD_PAL69_R04_0_Pos                                   0                                                         /*!< LCD PAL69: R04_0 Position           */\r
-#define LCD_PAL69_R04_0_Msk                                   (0x1fUL << LCD_PAL69_R04_0_Pos)                           /*!< LCD PAL69: R04_0 Mask               */\r
-#define LCD_PAL69_G04_0_Pos                                   5                                                         /*!< LCD PAL69: G04_0 Position           */\r
-#define LCD_PAL69_G04_0_Msk                                   (0x1fUL << LCD_PAL69_G04_0_Pos)                           /*!< LCD PAL69: G04_0 Mask               */\r
-#define LCD_PAL69_B04_0_Pos                                   10                                                        /*!< LCD PAL69: B04_0 Position           */\r
-#define LCD_PAL69_B04_0_Msk                                   (0x1fUL << LCD_PAL69_B04_0_Pos)                           /*!< LCD PAL69: B04_0 Mask               */\r
-#define LCD_PAL69_I0_Pos                                      15                                                        /*!< LCD PAL69: I0 Position              */\r
-#define LCD_PAL69_I0_Msk                                      (0x01UL << LCD_PAL69_I0_Pos)                              /*!< LCD PAL69: I0 Mask                  */\r
-#define LCD_PAL69_R14_0_Pos                                   16                                                        /*!< LCD PAL69: R14_0 Position           */\r
-#define LCD_PAL69_R14_0_Msk                                   (0x1fUL << LCD_PAL69_R14_0_Pos)                           /*!< LCD PAL69: R14_0 Mask               */\r
-#define LCD_PAL69_G14_0_Pos                                   21                                                        /*!< LCD PAL69: G14_0 Position           */\r
-#define LCD_PAL69_G14_0_Msk                                   (0x1fUL << LCD_PAL69_G14_0_Pos)                           /*!< LCD PAL69: G14_0 Mask               */\r
-#define LCD_PAL69_B14_0_Pos                                   26                                                        /*!< LCD PAL69: B14_0 Position           */\r
-#define LCD_PAL69_B14_0_Msk                                   (0x1fUL << LCD_PAL69_B14_0_Pos)                           /*!< LCD PAL69: B14_0 Mask               */\r
-#define LCD_PAL69_I1_Pos                                      31                                                        /*!< LCD PAL69: I1 Position              */\r
-#define LCD_PAL69_I1_Msk                                      (0x01UL << LCD_PAL69_I1_Pos)                              /*!< LCD PAL69: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL70  -------------------------------------------\r
-#define LCD_PAL70_R04_0_Pos                                   0                                                         /*!< LCD PAL70: R04_0 Position           */\r
-#define LCD_PAL70_R04_0_Msk                                   (0x1fUL << LCD_PAL70_R04_0_Pos)                           /*!< LCD PAL70: R04_0 Mask               */\r
-#define LCD_PAL70_G04_0_Pos                                   5                                                         /*!< LCD PAL70: G04_0 Position           */\r
-#define LCD_PAL70_G04_0_Msk                                   (0x1fUL << LCD_PAL70_G04_0_Pos)                           /*!< LCD PAL70: G04_0 Mask               */\r
-#define LCD_PAL70_B04_0_Pos                                   10                                                        /*!< LCD PAL70: B04_0 Position           */\r
-#define LCD_PAL70_B04_0_Msk                                   (0x1fUL << LCD_PAL70_B04_0_Pos)                           /*!< LCD PAL70: B04_0 Mask               */\r
-#define LCD_PAL70_I0_Pos                                      15                                                        /*!< LCD PAL70: I0 Position              */\r
-#define LCD_PAL70_I0_Msk                                      (0x01UL << LCD_PAL70_I0_Pos)                              /*!< LCD PAL70: I0 Mask                  */\r
-#define LCD_PAL70_R14_0_Pos                                   16                                                        /*!< LCD PAL70: R14_0 Position           */\r
-#define LCD_PAL70_R14_0_Msk                                   (0x1fUL << LCD_PAL70_R14_0_Pos)                           /*!< LCD PAL70: R14_0 Mask               */\r
-#define LCD_PAL70_G14_0_Pos                                   21                                                        /*!< LCD PAL70: G14_0 Position           */\r
-#define LCD_PAL70_G14_0_Msk                                   (0x1fUL << LCD_PAL70_G14_0_Pos)                           /*!< LCD PAL70: G14_0 Mask               */\r
-#define LCD_PAL70_B14_0_Pos                                   26                                                        /*!< LCD PAL70: B14_0 Position           */\r
-#define LCD_PAL70_B14_0_Msk                                   (0x1fUL << LCD_PAL70_B14_0_Pos)                           /*!< LCD PAL70: B14_0 Mask               */\r
-#define LCD_PAL70_I1_Pos                                      31                                                        /*!< LCD PAL70: I1 Position              */\r
-#define LCD_PAL70_I1_Msk                                      (0x01UL << LCD_PAL70_I1_Pos)                              /*!< LCD PAL70: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL71  -------------------------------------------\r
-#define LCD_PAL71_R04_0_Pos                                   0                                                         /*!< LCD PAL71: R04_0 Position           */\r
-#define LCD_PAL71_R04_0_Msk                                   (0x1fUL << LCD_PAL71_R04_0_Pos)                           /*!< LCD PAL71: R04_0 Mask               */\r
-#define LCD_PAL71_G04_0_Pos                                   5                                                         /*!< LCD PAL71: G04_0 Position           */\r
-#define LCD_PAL71_G04_0_Msk                                   (0x1fUL << LCD_PAL71_G04_0_Pos)                           /*!< LCD PAL71: G04_0 Mask               */\r
-#define LCD_PAL71_B04_0_Pos                                   10                                                        /*!< LCD PAL71: B04_0 Position           */\r
-#define LCD_PAL71_B04_0_Msk                                   (0x1fUL << LCD_PAL71_B04_0_Pos)                           /*!< LCD PAL71: B04_0 Mask               */\r
-#define LCD_PAL71_I0_Pos                                      15                                                        /*!< LCD PAL71: I0 Position              */\r
-#define LCD_PAL71_I0_Msk                                      (0x01UL << LCD_PAL71_I0_Pos)                              /*!< LCD PAL71: I0 Mask                  */\r
-#define LCD_PAL71_R14_0_Pos                                   16                                                        /*!< LCD PAL71: R14_0 Position           */\r
-#define LCD_PAL71_R14_0_Msk                                   (0x1fUL << LCD_PAL71_R14_0_Pos)                           /*!< LCD PAL71: R14_0 Mask               */\r
-#define LCD_PAL71_G14_0_Pos                                   21                                                        /*!< LCD PAL71: G14_0 Position           */\r
-#define LCD_PAL71_G14_0_Msk                                   (0x1fUL << LCD_PAL71_G14_0_Pos)                           /*!< LCD PAL71: G14_0 Mask               */\r
-#define LCD_PAL71_B14_0_Pos                                   26                                                        /*!< LCD PAL71: B14_0 Position           */\r
-#define LCD_PAL71_B14_0_Msk                                   (0x1fUL << LCD_PAL71_B14_0_Pos)                           /*!< LCD PAL71: B14_0 Mask               */\r
-#define LCD_PAL71_I1_Pos                                      31                                                        /*!< LCD PAL71: I1 Position              */\r
-#define LCD_PAL71_I1_Msk                                      (0x01UL << LCD_PAL71_I1_Pos)                              /*!< LCD PAL71: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL72  -------------------------------------------\r
-#define LCD_PAL72_R04_0_Pos                                   0                                                         /*!< LCD PAL72: R04_0 Position           */\r
-#define LCD_PAL72_R04_0_Msk                                   (0x1fUL << LCD_PAL72_R04_0_Pos)                           /*!< LCD PAL72: R04_0 Mask               */\r
-#define LCD_PAL72_G04_0_Pos                                   5                                                         /*!< LCD PAL72: G04_0 Position           */\r
-#define LCD_PAL72_G04_0_Msk                                   (0x1fUL << LCD_PAL72_G04_0_Pos)                           /*!< LCD PAL72: G04_0 Mask               */\r
-#define LCD_PAL72_B04_0_Pos                                   10                                                        /*!< LCD PAL72: B04_0 Position           */\r
-#define LCD_PAL72_B04_0_Msk                                   (0x1fUL << LCD_PAL72_B04_0_Pos)                           /*!< LCD PAL72: B04_0 Mask               */\r
-#define LCD_PAL72_I0_Pos                                      15                                                        /*!< LCD PAL72: I0 Position              */\r
-#define LCD_PAL72_I0_Msk                                      (0x01UL << LCD_PAL72_I0_Pos)                              /*!< LCD PAL72: I0 Mask                  */\r
-#define LCD_PAL72_R14_0_Pos                                   16                                                        /*!< LCD PAL72: R14_0 Position           */\r
-#define LCD_PAL72_R14_0_Msk                                   (0x1fUL << LCD_PAL72_R14_0_Pos)                           /*!< LCD PAL72: R14_0 Mask               */\r
-#define LCD_PAL72_G14_0_Pos                                   21                                                        /*!< LCD PAL72: G14_0 Position           */\r
-#define LCD_PAL72_G14_0_Msk                                   (0x1fUL << LCD_PAL72_G14_0_Pos)                           /*!< LCD PAL72: G14_0 Mask               */\r
-#define LCD_PAL72_B14_0_Pos                                   26                                                        /*!< LCD PAL72: B14_0 Position           */\r
-#define LCD_PAL72_B14_0_Msk                                   (0x1fUL << LCD_PAL72_B14_0_Pos)                           /*!< LCD PAL72: B14_0 Mask               */\r
-#define LCD_PAL72_I1_Pos                                      31                                                        /*!< LCD PAL72: I1 Position              */\r
-#define LCD_PAL72_I1_Msk                                      (0x01UL << LCD_PAL72_I1_Pos)                              /*!< LCD PAL72: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL73  -------------------------------------------\r
-#define LCD_PAL73_R04_0_Pos                                   0                                                         /*!< LCD PAL73: R04_0 Position           */\r
-#define LCD_PAL73_R04_0_Msk                                   (0x1fUL << LCD_PAL73_R04_0_Pos)                           /*!< LCD PAL73: R04_0 Mask               */\r
-#define LCD_PAL73_G04_0_Pos                                   5                                                         /*!< LCD PAL73: G04_0 Position           */\r
-#define LCD_PAL73_G04_0_Msk                                   (0x1fUL << LCD_PAL73_G04_0_Pos)                           /*!< LCD PAL73: G04_0 Mask               */\r
-#define LCD_PAL73_B04_0_Pos                                   10                                                        /*!< LCD PAL73: B04_0 Position           */\r
-#define LCD_PAL73_B04_0_Msk                                   (0x1fUL << LCD_PAL73_B04_0_Pos)                           /*!< LCD PAL73: B04_0 Mask               */\r
-#define LCD_PAL73_I0_Pos                                      15                                                        /*!< LCD PAL73: I0 Position              */\r
-#define LCD_PAL73_I0_Msk                                      (0x01UL << LCD_PAL73_I0_Pos)                              /*!< LCD PAL73: I0 Mask                  */\r
-#define LCD_PAL73_R14_0_Pos                                   16                                                        /*!< LCD PAL73: R14_0 Position           */\r
-#define LCD_PAL73_R14_0_Msk                                   (0x1fUL << LCD_PAL73_R14_0_Pos)                           /*!< LCD PAL73: R14_0 Mask               */\r
-#define LCD_PAL73_G14_0_Pos                                   21                                                        /*!< LCD PAL73: G14_0 Position           */\r
-#define LCD_PAL73_G14_0_Msk                                   (0x1fUL << LCD_PAL73_G14_0_Pos)                           /*!< LCD PAL73: G14_0 Mask               */\r
-#define LCD_PAL73_B14_0_Pos                                   26                                                        /*!< LCD PAL73: B14_0 Position           */\r
-#define LCD_PAL73_B14_0_Msk                                   (0x1fUL << LCD_PAL73_B14_0_Pos)                           /*!< LCD PAL73: B14_0 Mask               */\r
-#define LCD_PAL73_I1_Pos                                      31                                                        /*!< LCD PAL73: I1 Position              */\r
-#define LCD_PAL73_I1_Msk                                      (0x01UL << LCD_PAL73_I1_Pos)                              /*!< LCD PAL73: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL74  -------------------------------------------\r
-#define LCD_PAL74_R04_0_Pos                                   0                                                         /*!< LCD PAL74: R04_0 Position           */\r
-#define LCD_PAL74_R04_0_Msk                                   (0x1fUL << LCD_PAL74_R04_0_Pos)                           /*!< LCD PAL74: R04_0 Mask               */\r
-#define LCD_PAL74_G04_0_Pos                                   5                                                         /*!< LCD PAL74: G04_0 Position           */\r
-#define LCD_PAL74_G04_0_Msk                                   (0x1fUL << LCD_PAL74_G04_0_Pos)                           /*!< LCD PAL74: G04_0 Mask               */\r
-#define LCD_PAL74_B04_0_Pos                                   10                                                        /*!< LCD PAL74: B04_0 Position           */\r
-#define LCD_PAL74_B04_0_Msk                                   (0x1fUL << LCD_PAL74_B04_0_Pos)                           /*!< LCD PAL74: B04_0 Mask               */\r
-#define LCD_PAL74_I0_Pos                                      15                                                        /*!< LCD PAL74: I0 Position              */\r
-#define LCD_PAL74_I0_Msk                                      (0x01UL << LCD_PAL74_I0_Pos)                              /*!< LCD PAL74: I0 Mask                  */\r
-#define LCD_PAL74_R14_0_Pos                                   16                                                        /*!< LCD PAL74: R14_0 Position           */\r
-#define LCD_PAL74_R14_0_Msk                                   (0x1fUL << LCD_PAL74_R14_0_Pos)                           /*!< LCD PAL74: R14_0 Mask               */\r
-#define LCD_PAL74_G14_0_Pos                                   21                                                        /*!< LCD PAL74: G14_0 Position           */\r
-#define LCD_PAL74_G14_0_Msk                                   (0x1fUL << LCD_PAL74_G14_0_Pos)                           /*!< LCD PAL74: G14_0 Mask               */\r
-#define LCD_PAL74_B14_0_Pos                                   26                                                        /*!< LCD PAL74: B14_0 Position           */\r
-#define LCD_PAL74_B14_0_Msk                                   (0x1fUL << LCD_PAL74_B14_0_Pos)                           /*!< LCD PAL74: B14_0 Mask               */\r
-#define LCD_PAL74_I1_Pos                                      31                                                        /*!< LCD PAL74: I1 Position              */\r
-#define LCD_PAL74_I1_Msk                                      (0x01UL << LCD_PAL74_I1_Pos)                              /*!< LCD PAL74: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL75  -------------------------------------------\r
-#define LCD_PAL75_R04_0_Pos                                   0                                                         /*!< LCD PAL75: R04_0 Position           */\r
-#define LCD_PAL75_R04_0_Msk                                   (0x1fUL << LCD_PAL75_R04_0_Pos)                           /*!< LCD PAL75: R04_0 Mask               */\r
-#define LCD_PAL75_G04_0_Pos                                   5                                                         /*!< LCD PAL75: G04_0 Position           */\r
-#define LCD_PAL75_G04_0_Msk                                   (0x1fUL << LCD_PAL75_G04_0_Pos)                           /*!< LCD PAL75: G04_0 Mask               */\r
-#define LCD_PAL75_B04_0_Pos                                   10                                                        /*!< LCD PAL75: B04_0 Position           */\r
-#define LCD_PAL75_B04_0_Msk                                   (0x1fUL << LCD_PAL75_B04_0_Pos)                           /*!< LCD PAL75: B04_0 Mask               */\r
-#define LCD_PAL75_I0_Pos                                      15                                                        /*!< LCD PAL75: I0 Position              */\r
-#define LCD_PAL75_I0_Msk                                      (0x01UL << LCD_PAL75_I0_Pos)                              /*!< LCD PAL75: I0 Mask                  */\r
-#define LCD_PAL75_R14_0_Pos                                   16                                                        /*!< LCD PAL75: R14_0 Position           */\r
-#define LCD_PAL75_R14_0_Msk                                   (0x1fUL << LCD_PAL75_R14_0_Pos)                           /*!< LCD PAL75: R14_0 Mask               */\r
-#define LCD_PAL75_G14_0_Pos                                   21                                                        /*!< LCD PAL75: G14_0 Position           */\r
-#define LCD_PAL75_G14_0_Msk                                   (0x1fUL << LCD_PAL75_G14_0_Pos)                           /*!< LCD PAL75: G14_0 Mask               */\r
-#define LCD_PAL75_B14_0_Pos                                   26                                                        /*!< LCD PAL75: B14_0 Position           */\r
-#define LCD_PAL75_B14_0_Msk                                   (0x1fUL << LCD_PAL75_B14_0_Pos)                           /*!< LCD PAL75: B14_0 Mask               */\r
-#define LCD_PAL75_I1_Pos                                      31                                                        /*!< LCD PAL75: I1 Position              */\r
-#define LCD_PAL75_I1_Msk                                      (0x01UL << LCD_PAL75_I1_Pos)                              /*!< LCD PAL75: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL76  -------------------------------------------\r
-#define LCD_PAL76_R04_0_Pos                                   0                                                         /*!< LCD PAL76: R04_0 Position           */\r
-#define LCD_PAL76_R04_0_Msk                                   (0x1fUL << LCD_PAL76_R04_0_Pos)                           /*!< LCD PAL76: R04_0 Mask               */\r
-#define LCD_PAL76_G04_0_Pos                                   5                                                         /*!< LCD PAL76: G04_0 Position           */\r
-#define LCD_PAL76_G04_0_Msk                                   (0x1fUL << LCD_PAL76_G04_0_Pos)                           /*!< LCD PAL76: G04_0 Mask               */\r
-#define LCD_PAL76_B04_0_Pos                                   10                                                        /*!< LCD PAL76: B04_0 Position           */\r
-#define LCD_PAL76_B04_0_Msk                                   (0x1fUL << LCD_PAL76_B04_0_Pos)                           /*!< LCD PAL76: B04_0 Mask               */\r
-#define LCD_PAL76_I0_Pos                                      15                                                        /*!< LCD PAL76: I0 Position              */\r
-#define LCD_PAL76_I0_Msk                                      (0x01UL << LCD_PAL76_I0_Pos)                              /*!< LCD PAL76: I0 Mask                  */\r
-#define LCD_PAL76_R14_0_Pos                                   16                                                        /*!< LCD PAL76: R14_0 Position           */\r
-#define LCD_PAL76_R14_0_Msk                                   (0x1fUL << LCD_PAL76_R14_0_Pos)                           /*!< LCD PAL76: R14_0 Mask               */\r
-#define LCD_PAL76_G14_0_Pos                                   21                                                        /*!< LCD PAL76: G14_0 Position           */\r
-#define LCD_PAL76_G14_0_Msk                                   (0x1fUL << LCD_PAL76_G14_0_Pos)                           /*!< LCD PAL76: G14_0 Mask               */\r
-#define LCD_PAL76_B14_0_Pos                                   26                                                        /*!< LCD PAL76: B14_0 Position           */\r
-#define LCD_PAL76_B14_0_Msk                                   (0x1fUL << LCD_PAL76_B14_0_Pos)                           /*!< LCD PAL76: B14_0 Mask               */\r
-#define LCD_PAL76_I1_Pos                                      31                                                        /*!< LCD PAL76: I1 Position              */\r
-#define LCD_PAL76_I1_Msk                                      (0x01UL << LCD_PAL76_I1_Pos)                              /*!< LCD PAL76: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL77  -------------------------------------------\r
-#define LCD_PAL77_R04_0_Pos                                   0                                                         /*!< LCD PAL77: R04_0 Position           */\r
-#define LCD_PAL77_R04_0_Msk                                   (0x1fUL << LCD_PAL77_R04_0_Pos)                           /*!< LCD PAL77: R04_0 Mask               */\r
-#define LCD_PAL77_G04_0_Pos                                   5                                                         /*!< LCD PAL77: G04_0 Position           */\r
-#define LCD_PAL77_G04_0_Msk                                   (0x1fUL << LCD_PAL77_G04_0_Pos)                           /*!< LCD PAL77: G04_0 Mask               */\r
-#define LCD_PAL77_B04_0_Pos                                   10                                                        /*!< LCD PAL77: B04_0 Position           */\r
-#define LCD_PAL77_B04_0_Msk                                   (0x1fUL << LCD_PAL77_B04_0_Pos)                           /*!< LCD PAL77: B04_0 Mask               */\r
-#define LCD_PAL77_I0_Pos                                      15                                                        /*!< LCD PAL77: I0 Position              */\r
-#define LCD_PAL77_I0_Msk                                      (0x01UL << LCD_PAL77_I0_Pos)                              /*!< LCD PAL77: I0 Mask                  */\r
-#define LCD_PAL77_R14_0_Pos                                   16                                                        /*!< LCD PAL77: R14_0 Position           */\r
-#define LCD_PAL77_R14_0_Msk                                   (0x1fUL << LCD_PAL77_R14_0_Pos)                           /*!< LCD PAL77: R14_0 Mask               */\r
-#define LCD_PAL77_G14_0_Pos                                   21                                                        /*!< LCD PAL77: G14_0 Position           */\r
-#define LCD_PAL77_G14_0_Msk                                   (0x1fUL << LCD_PAL77_G14_0_Pos)                           /*!< LCD PAL77: G14_0 Mask               */\r
-#define LCD_PAL77_B14_0_Pos                                   26                                                        /*!< LCD PAL77: B14_0 Position           */\r
-#define LCD_PAL77_B14_0_Msk                                   (0x1fUL << LCD_PAL77_B14_0_Pos)                           /*!< LCD PAL77: B14_0 Mask               */\r
-#define LCD_PAL77_I1_Pos                                      31                                                        /*!< LCD PAL77: I1 Position              */\r
-#define LCD_PAL77_I1_Msk                                      (0x01UL << LCD_PAL77_I1_Pos)                              /*!< LCD PAL77: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL78  -------------------------------------------\r
-#define LCD_PAL78_R04_0_Pos                                   0                                                         /*!< LCD PAL78: R04_0 Position           */\r
-#define LCD_PAL78_R04_0_Msk                                   (0x1fUL << LCD_PAL78_R04_0_Pos)                           /*!< LCD PAL78: R04_0 Mask               */\r
-#define LCD_PAL78_G04_0_Pos                                   5                                                         /*!< LCD PAL78: G04_0 Position           */\r
-#define LCD_PAL78_G04_0_Msk                                   (0x1fUL << LCD_PAL78_G04_0_Pos)                           /*!< LCD PAL78: G04_0 Mask               */\r
-#define LCD_PAL78_B04_0_Pos                                   10                                                        /*!< LCD PAL78: B04_0 Position           */\r
-#define LCD_PAL78_B04_0_Msk                                   (0x1fUL << LCD_PAL78_B04_0_Pos)                           /*!< LCD PAL78: B04_0 Mask               */\r
-#define LCD_PAL78_I0_Pos                                      15                                                        /*!< LCD PAL78: I0 Position              */\r
-#define LCD_PAL78_I0_Msk                                      (0x01UL << LCD_PAL78_I0_Pos)                              /*!< LCD PAL78: I0 Mask                  */\r
-#define LCD_PAL78_R14_0_Pos                                   16                                                        /*!< LCD PAL78: R14_0 Position           */\r
-#define LCD_PAL78_R14_0_Msk                                   (0x1fUL << LCD_PAL78_R14_0_Pos)                           /*!< LCD PAL78: R14_0 Mask               */\r
-#define LCD_PAL78_G14_0_Pos                                   21                                                        /*!< LCD PAL78: G14_0 Position           */\r
-#define LCD_PAL78_G14_0_Msk                                   (0x1fUL << LCD_PAL78_G14_0_Pos)                           /*!< LCD PAL78: G14_0 Mask               */\r
-#define LCD_PAL78_B14_0_Pos                                   26                                                        /*!< LCD PAL78: B14_0 Position           */\r
-#define LCD_PAL78_B14_0_Msk                                   (0x1fUL << LCD_PAL78_B14_0_Pos)                           /*!< LCD PAL78: B14_0 Mask               */\r
-#define LCD_PAL78_I1_Pos                                      31                                                        /*!< LCD PAL78: I1 Position              */\r
-#define LCD_PAL78_I1_Msk                                      (0x01UL << LCD_PAL78_I1_Pos)                              /*!< LCD PAL78: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL79  -------------------------------------------\r
-#define LCD_PAL79_R04_0_Pos                                   0                                                         /*!< LCD PAL79: R04_0 Position           */\r
-#define LCD_PAL79_R04_0_Msk                                   (0x1fUL << LCD_PAL79_R04_0_Pos)                           /*!< LCD PAL79: R04_0 Mask               */\r
-#define LCD_PAL79_G04_0_Pos                                   5                                                         /*!< LCD PAL79: G04_0 Position           */\r
-#define LCD_PAL79_G04_0_Msk                                   (0x1fUL << LCD_PAL79_G04_0_Pos)                           /*!< LCD PAL79: G04_0 Mask               */\r
-#define LCD_PAL79_B04_0_Pos                                   10                                                        /*!< LCD PAL79: B04_0 Position           */\r
-#define LCD_PAL79_B04_0_Msk                                   (0x1fUL << LCD_PAL79_B04_0_Pos)                           /*!< LCD PAL79: B04_0 Mask               */\r
-#define LCD_PAL79_I0_Pos                                      15                                                        /*!< LCD PAL79: I0 Position              */\r
-#define LCD_PAL79_I0_Msk                                      (0x01UL << LCD_PAL79_I0_Pos)                              /*!< LCD PAL79: I0 Mask                  */\r
-#define LCD_PAL79_R14_0_Pos                                   16                                                        /*!< LCD PAL79: R14_0 Position           */\r
-#define LCD_PAL79_R14_0_Msk                                   (0x1fUL << LCD_PAL79_R14_0_Pos)                           /*!< LCD PAL79: R14_0 Mask               */\r
-#define LCD_PAL79_G14_0_Pos                                   21                                                        /*!< LCD PAL79: G14_0 Position           */\r
-#define LCD_PAL79_G14_0_Msk                                   (0x1fUL << LCD_PAL79_G14_0_Pos)                           /*!< LCD PAL79: G14_0 Mask               */\r
-#define LCD_PAL79_B14_0_Pos                                   26                                                        /*!< LCD PAL79: B14_0 Position           */\r
-#define LCD_PAL79_B14_0_Msk                                   (0x1fUL << LCD_PAL79_B14_0_Pos)                           /*!< LCD PAL79: B14_0 Mask               */\r
-#define LCD_PAL79_I1_Pos                                      31                                                        /*!< LCD PAL79: I1 Position              */\r
-#define LCD_PAL79_I1_Msk                                      (0x01UL << LCD_PAL79_I1_Pos)                              /*!< LCD PAL79: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL80  -------------------------------------------\r
-#define LCD_PAL80_R04_0_Pos                                   0                                                         /*!< LCD PAL80: R04_0 Position           */\r
-#define LCD_PAL80_R04_0_Msk                                   (0x1fUL << LCD_PAL80_R04_0_Pos)                           /*!< LCD PAL80: R04_0 Mask               */\r
-#define LCD_PAL80_G04_0_Pos                                   5                                                         /*!< LCD PAL80: G04_0 Position           */\r
-#define LCD_PAL80_G04_0_Msk                                   (0x1fUL << LCD_PAL80_G04_0_Pos)                           /*!< LCD PAL80: G04_0 Mask               */\r
-#define LCD_PAL80_B04_0_Pos                                   10                                                        /*!< LCD PAL80: B04_0 Position           */\r
-#define LCD_PAL80_B04_0_Msk                                   (0x1fUL << LCD_PAL80_B04_0_Pos)                           /*!< LCD PAL80: B04_0 Mask               */\r
-#define LCD_PAL80_I0_Pos                                      15                                                        /*!< LCD PAL80: I0 Position              */\r
-#define LCD_PAL80_I0_Msk                                      (0x01UL << LCD_PAL80_I0_Pos)                              /*!< LCD PAL80: I0 Mask                  */\r
-#define LCD_PAL80_R14_0_Pos                                   16                                                        /*!< LCD PAL80: R14_0 Position           */\r
-#define LCD_PAL80_R14_0_Msk                                   (0x1fUL << LCD_PAL80_R14_0_Pos)                           /*!< LCD PAL80: R14_0 Mask               */\r
-#define LCD_PAL80_G14_0_Pos                                   21                                                        /*!< LCD PAL80: G14_0 Position           */\r
-#define LCD_PAL80_G14_0_Msk                                   (0x1fUL << LCD_PAL80_G14_0_Pos)                           /*!< LCD PAL80: G14_0 Mask               */\r
-#define LCD_PAL80_B14_0_Pos                                   26                                                        /*!< LCD PAL80: B14_0 Position           */\r
-#define LCD_PAL80_B14_0_Msk                                   (0x1fUL << LCD_PAL80_B14_0_Pos)                           /*!< LCD PAL80: B14_0 Mask               */\r
-#define LCD_PAL80_I1_Pos                                      31                                                        /*!< LCD PAL80: I1 Position              */\r
-#define LCD_PAL80_I1_Msk                                      (0x01UL << LCD_PAL80_I1_Pos)                              /*!< LCD PAL80: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL81  -------------------------------------------\r
-#define LCD_PAL81_R04_0_Pos                                   0                                                         /*!< LCD PAL81: R04_0 Position           */\r
-#define LCD_PAL81_R04_0_Msk                                   (0x1fUL << LCD_PAL81_R04_0_Pos)                           /*!< LCD PAL81: R04_0 Mask               */\r
-#define LCD_PAL81_G04_0_Pos                                   5                                                         /*!< LCD PAL81: G04_0 Position           */\r
-#define LCD_PAL81_G04_0_Msk                                   (0x1fUL << LCD_PAL81_G04_0_Pos)                           /*!< LCD PAL81: G04_0 Mask               */\r
-#define LCD_PAL81_B04_0_Pos                                   10                                                        /*!< LCD PAL81: B04_0 Position           */\r
-#define LCD_PAL81_B04_0_Msk                                   (0x1fUL << LCD_PAL81_B04_0_Pos)                           /*!< LCD PAL81: B04_0 Mask               */\r
-#define LCD_PAL81_I0_Pos                                      15                                                        /*!< LCD PAL81: I0 Position              */\r
-#define LCD_PAL81_I0_Msk                                      (0x01UL << LCD_PAL81_I0_Pos)                              /*!< LCD PAL81: I0 Mask                  */\r
-#define LCD_PAL81_R14_0_Pos                                   16                                                        /*!< LCD PAL81: R14_0 Position           */\r
-#define LCD_PAL81_R14_0_Msk                                   (0x1fUL << LCD_PAL81_R14_0_Pos)                           /*!< LCD PAL81: R14_0 Mask               */\r
-#define LCD_PAL81_G14_0_Pos                                   21                                                        /*!< LCD PAL81: G14_0 Position           */\r
-#define LCD_PAL81_G14_0_Msk                                   (0x1fUL << LCD_PAL81_G14_0_Pos)                           /*!< LCD PAL81: G14_0 Mask               */\r
-#define LCD_PAL81_B14_0_Pos                                   26                                                        /*!< LCD PAL81: B14_0 Position           */\r
-#define LCD_PAL81_B14_0_Msk                                   (0x1fUL << LCD_PAL81_B14_0_Pos)                           /*!< LCD PAL81: B14_0 Mask               */\r
-#define LCD_PAL81_I1_Pos                                      31                                                        /*!< LCD PAL81: I1 Position              */\r
-#define LCD_PAL81_I1_Msk                                      (0x01UL << LCD_PAL81_I1_Pos)                              /*!< LCD PAL81: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL82  -------------------------------------------\r
-#define LCD_PAL82_R04_0_Pos                                   0                                                         /*!< LCD PAL82: R04_0 Position           */\r
-#define LCD_PAL82_R04_0_Msk                                   (0x1fUL << LCD_PAL82_R04_0_Pos)                           /*!< LCD PAL82: R04_0 Mask               */\r
-#define LCD_PAL82_G04_0_Pos                                   5                                                         /*!< LCD PAL82: G04_0 Position           */\r
-#define LCD_PAL82_G04_0_Msk                                   (0x1fUL << LCD_PAL82_G04_0_Pos)                           /*!< LCD PAL82: G04_0 Mask               */\r
-#define LCD_PAL82_B04_0_Pos                                   10                                                        /*!< LCD PAL82: B04_0 Position           */\r
-#define LCD_PAL82_B04_0_Msk                                   (0x1fUL << LCD_PAL82_B04_0_Pos)                           /*!< LCD PAL82: B04_0 Mask               */\r
-#define LCD_PAL82_I0_Pos                                      15                                                        /*!< LCD PAL82: I0 Position              */\r
-#define LCD_PAL82_I0_Msk                                      (0x01UL << LCD_PAL82_I0_Pos)                              /*!< LCD PAL82: I0 Mask                  */\r
-#define LCD_PAL82_R14_0_Pos                                   16                                                        /*!< LCD PAL82: R14_0 Position           */\r
-#define LCD_PAL82_R14_0_Msk                                   (0x1fUL << LCD_PAL82_R14_0_Pos)                           /*!< LCD PAL82: R14_0 Mask               */\r
-#define LCD_PAL82_G14_0_Pos                                   21                                                        /*!< LCD PAL82: G14_0 Position           */\r
-#define LCD_PAL82_G14_0_Msk                                   (0x1fUL << LCD_PAL82_G14_0_Pos)                           /*!< LCD PAL82: G14_0 Mask               */\r
-#define LCD_PAL82_B14_0_Pos                                   26                                                        /*!< LCD PAL82: B14_0 Position           */\r
-#define LCD_PAL82_B14_0_Msk                                   (0x1fUL << LCD_PAL82_B14_0_Pos)                           /*!< LCD PAL82: B14_0 Mask               */\r
-#define LCD_PAL82_I1_Pos                                      31                                                        /*!< LCD PAL82: I1 Position              */\r
-#define LCD_PAL82_I1_Msk                                      (0x01UL << LCD_PAL82_I1_Pos)                              /*!< LCD PAL82: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL83  -------------------------------------------\r
-#define LCD_PAL83_R04_0_Pos                                   0                                                         /*!< LCD PAL83: R04_0 Position           */\r
-#define LCD_PAL83_R04_0_Msk                                   (0x1fUL << LCD_PAL83_R04_0_Pos)                           /*!< LCD PAL83: R04_0 Mask               */\r
-#define LCD_PAL83_G04_0_Pos                                   5                                                         /*!< LCD PAL83: G04_0 Position           */\r
-#define LCD_PAL83_G04_0_Msk                                   (0x1fUL << LCD_PAL83_G04_0_Pos)                           /*!< LCD PAL83: G04_0 Mask               */\r
-#define LCD_PAL83_B04_0_Pos                                   10                                                        /*!< LCD PAL83: B04_0 Position           */\r
-#define LCD_PAL83_B04_0_Msk                                   (0x1fUL << LCD_PAL83_B04_0_Pos)                           /*!< LCD PAL83: B04_0 Mask               */\r
-#define LCD_PAL83_I0_Pos                                      15                                                        /*!< LCD PAL83: I0 Position              */\r
-#define LCD_PAL83_I0_Msk                                      (0x01UL << LCD_PAL83_I0_Pos)                              /*!< LCD PAL83: I0 Mask                  */\r
-#define LCD_PAL83_R14_0_Pos                                   16                                                        /*!< LCD PAL83: R14_0 Position           */\r
-#define LCD_PAL83_R14_0_Msk                                   (0x1fUL << LCD_PAL83_R14_0_Pos)                           /*!< LCD PAL83: R14_0 Mask               */\r
-#define LCD_PAL83_G14_0_Pos                                   21                                                        /*!< LCD PAL83: G14_0 Position           */\r
-#define LCD_PAL83_G14_0_Msk                                   (0x1fUL << LCD_PAL83_G14_0_Pos)                           /*!< LCD PAL83: G14_0 Mask               */\r
-#define LCD_PAL83_B14_0_Pos                                   26                                                        /*!< LCD PAL83: B14_0 Position           */\r
-#define LCD_PAL83_B14_0_Msk                                   (0x1fUL << LCD_PAL83_B14_0_Pos)                           /*!< LCD PAL83: B14_0 Mask               */\r
-#define LCD_PAL83_I1_Pos                                      31                                                        /*!< LCD PAL83: I1 Position              */\r
-#define LCD_PAL83_I1_Msk                                      (0x01UL << LCD_PAL83_I1_Pos)                              /*!< LCD PAL83: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL84  -------------------------------------------\r
-#define LCD_PAL84_R04_0_Pos                                   0                                                         /*!< LCD PAL84: R04_0 Position           */\r
-#define LCD_PAL84_R04_0_Msk                                   (0x1fUL << LCD_PAL84_R04_0_Pos)                           /*!< LCD PAL84: R04_0 Mask               */\r
-#define LCD_PAL84_G04_0_Pos                                   5                                                         /*!< LCD PAL84: G04_0 Position           */\r
-#define LCD_PAL84_G04_0_Msk                                   (0x1fUL << LCD_PAL84_G04_0_Pos)                           /*!< LCD PAL84: G04_0 Mask               */\r
-#define LCD_PAL84_B04_0_Pos                                   10                                                        /*!< LCD PAL84: B04_0 Position           */\r
-#define LCD_PAL84_B04_0_Msk                                   (0x1fUL << LCD_PAL84_B04_0_Pos)                           /*!< LCD PAL84: B04_0 Mask               */\r
-#define LCD_PAL84_I0_Pos                                      15                                                        /*!< LCD PAL84: I0 Position              */\r
-#define LCD_PAL84_I0_Msk                                      (0x01UL << LCD_PAL84_I0_Pos)                              /*!< LCD PAL84: I0 Mask                  */\r
-#define LCD_PAL84_R14_0_Pos                                   16                                                        /*!< LCD PAL84: R14_0 Position           */\r
-#define LCD_PAL84_R14_0_Msk                                   (0x1fUL << LCD_PAL84_R14_0_Pos)                           /*!< LCD PAL84: R14_0 Mask               */\r
-#define LCD_PAL84_G14_0_Pos                                   21                                                        /*!< LCD PAL84: G14_0 Position           */\r
-#define LCD_PAL84_G14_0_Msk                                   (0x1fUL << LCD_PAL84_G14_0_Pos)                           /*!< LCD PAL84: G14_0 Mask               */\r
-#define LCD_PAL84_B14_0_Pos                                   26                                                        /*!< LCD PAL84: B14_0 Position           */\r
-#define LCD_PAL84_B14_0_Msk                                   (0x1fUL << LCD_PAL84_B14_0_Pos)                           /*!< LCD PAL84: B14_0 Mask               */\r
-#define LCD_PAL84_I1_Pos                                      31                                                        /*!< LCD PAL84: I1 Position              */\r
-#define LCD_PAL84_I1_Msk                                      (0x01UL << LCD_PAL84_I1_Pos)                              /*!< LCD PAL84: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL85  -------------------------------------------\r
-#define LCD_PAL85_R04_0_Pos                                   0                                                         /*!< LCD PAL85: R04_0 Position           */\r
-#define LCD_PAL85_R04_0_Msk                                   (0x1fUL << LCD_PAL85_R04_0_Pos)                           /*!< LCD PAL85: R04_0 Mask               */\r
-#define LCD_PAL85_G04_0_Pos                                   5                                                         /*!< LCD PAL85: G04_0 Position           */\r
-#define LCD_PAL85_G04_0_Msk                                   (0x1fUL << LCD_PAL85_G04_0_Pos)                           /*!< LCD PAL85: G04_0 Mask               */\r
-#define LCD_PAL85_B04_0_Pos                                   10                                                        /*!< LCD PAL85: B04_0 Position           */\r
-#define LCD_PAL85_B04_0_Msk                                   (0x1fUL << LCD_PAL85_B04_0_Pos)                           /*!< LCD PAL85: B04_0 Mask               */\r
-#define LCD_PAL85_I0_Pos                                      15                                                        /*!< LCD PAL85: I0 Position              */\r
-#define LCD_PAL85_I0_Msk                                      (0x01UL << LCD_PAL85_I0_Pos)                              /*!< LCD PAL85: I0 Mask                  */\r
-#define LCD_PAL85_R14_0_Pos                                   16                                                        /*!< LCD PAL85: R14_0 Position           */\r
-#define LCD_PAL85_R14_0_Msk                                   (0x1fUL << LCD_PAL85_R14_0_Pos)                           /*!< LCD PAL85: R14_0 Mask               */\r
-#define LCD_PAL85_G14_0_Pos                                   21                                                        /*!< LCD PAL85: G14_0 Position           */\r
-#define LCD_PAL85_G14_0_Msk                                   (0x1fUL << LCD_PAL85_G14_0_Pos)                           /*!< LCD PAL85: G14_0 Mask               */\r
-#define LCD_PAL85_B14_0_Pos                                   26                                                        /*!< LCD PAL85: B14_0 Position           */\r
-#define LCD_PAL85_B14_0_Msk                                   (0x1fUL << LCD_PAL85_B14_0_Pos)                           /*!< LCD PAL85: B14_0 Mask               */\r
-#define LCD_PAL85_I1_Pos                                      31                                                        /*!< LCD PAL85: I1 Position              */\r
-#define LCD_PAL85_I1_Msk                                      (0x01UL << LCD_PAL85_I1_Pos)                              /*!< LCD PAL85: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL86  -------------------------------------------\r
-#define LCD_PAL86_R04_0_Pos                                   0                                                         /*!< LCD PAL86: R04_0 Position           */\r
-#define LCD_PAL86_R04_0_Msk                                   (0x1fUL << LCD_PAL86_R04_0_Pos)                           /*!< LCD PAL86: R04_0 Mask               */\r
-#define LCD_PAL86_G04_0_Pos                                   5                                                         /*!< LCD PAL86: G04_0 Position           */\r
-#define LCD_PAL86_G04_0_Msk                                   (0x1fUL << LCD_PAL86_G04_0_Pos)                           /*!< LCD PAL86: G04_0 Mask               */\r
-#define LCD_PAL86_B04_0_Pos                                   10                                                        /*!< LCD PAL86: B04_0 Position           */\r
-#define LCD_PAL86_B04_0_Msk                                   (0x1fUL << LCD_PAL86_B04_0_Pos)                           /*!< LCD PAL86: B04_0 Mask               */\r
-#define LCD_PAL86_I0_Pos                                      15                                                        /*!< LCD PAL86: I0 Position              */\r
-#define LCD_PAL86_I0_Msk                                      (0x01UL << LCD_PAL86_I0_Pos)                              /*!< LCD PAL86: I0 Mask                  */\r
-#define LCD_PAL86_R14_0_Pos                                   16                                                        /*!< LCD PAL86: R14_0 Position           */\r
-#define LCD_PAL86_R14_0_Msk                                   (0x1fUL << LCD_PAL86_R14_0_Pos)                           /*!< LCD PAL86: R14_0 Mask               */\r
-#define LCD_PAL86_G14_0_Pos                                   21                                                        /*!< LCD PAL86: G14_0 Position           */\r
-#define LCD_PAL86_G14_0_Msk                                   (0x1fUL << LCD_PAL86_G14_0_Pos)                           /*!< LCD PAL86: G14_0 Mask               */\r
-#define LCD_PAL86_B14_0_Pos                                   26                                                        /*!< LCD PAL86: B14_0 Position           */\r
-#define LCD_PAL86_B14_0_Msk                                   (0x1fUL << LCD_PAL86_B14_0_Pos)                           /*!< LCD PAL86: B14_0 Mask               */\r
-#define LCD_PAL86_I1_Pos                                      31                                                        /*!< LCD PAL86: I1 Position              */\r
-#define LCD_PAL86_I1_Msk                                      (0x01UL << LCD_PAL86_I1_Pos)                              /*!< LCD PAL86: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL87  -------------------------------------------\r
-#define LCD_PAL87_R04_0_Pos                                   0                                                         /*!< LCD PAL87: R04_0 Position           */\r
-#define LCD_PAL87_R04_0_Msk                                   (0x1fUL << LCD_PAL87_R04_0_Pos)                           /*!< LCD PAL87: R04_0 Mask               */\r
-#define LCD_PAL87_G04_0_Pos                                   5                                                         /*!< LCD PAL87: G04_0 Position           */\r
-#define LCD_PAL87_G04_0_Msk                                   (0x1fUL << LCD_PAL87_G04_0_Pos)                           /*!< LCD PAL87: G04_0 Mask               */\r
-#define LCD_PAL87_B04_0_Pos                                   10                                                        /*!< LCD PAL87: B04_0 Position           */\r
-#define LCD_PAL87_B04_0_Msk                                   (0x1fUL << LCD_PAL87_B04_0_Pos)                           /*!< LCD PAL87: B04_0 Mask               */\r
-#define LCD_PAL87_I0_Pos                                      15                                                        /*!< LCD PAL87: I0 Position              */\r
-#define LCD_PAL87_I0_Msk                                      (0x01UL << LCD_PAL87_I0_Pos)                              /*!< LCD PAL87: I0 Mask                  */\r
-#define LCD_PAL87_R14_0_Pos                                   16                                                        /*!< LCD PAL87: R14_0 Position           */\r
-#define LCD_PAL87_R14_0_Msk                                   (0x1fUL << LCD_PAL87_R14_0_Pos)                           /*!< LCD PAL87: R14_0 Mask               */\r
-#define LCD_PAL87_G14_0_Pos                                   21                                                        /*!< LCD PAL87: G14_0 Position           */\r
-#define LCD_PAL87_G14_0_Msk                                   (0x1fUL << LCD_PAL87_G14_0_Pos)                           /*!< LCD PAL87: G14_0 Mask               */\r
-#define LCD_PAL87_B14_0_Pos                                   26                                                        /*!< LCD PAL87: B14_0 Position           */\r
-#define LCD_PAL87_B14_0_Msk                                   (0x1fUL << LCD_PAL87_B14_0_Pos)                           /*!< LCD PAL87: B14_0 Mask               */\r
-#define LCD_PAL87_I1_Pos                                      31                                                        /*!< LCD PAL87: I1 Position              */\r
-#define LCD_PAL87_I1_Msk                                      (0x01UL << LCD_PAL87_I1_Pos)                              /*!< LCD PAL87: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL88  -------------------------------------------\r
-#define LCD_PAL88_R04_0_Pos                                   0                                                         /*!< LCD PAL88: R04_0 Position           */\r
-#define LCD_PAL88_R04_0_Msk                                   (0x1fUL << LCD_PAL88_R04_0_Pos)                           /*!< LCD PAL88: R04_0 Mask               */\r
-#define LCD_PAL88_G04_0_Pos                                   5                                                         /*!< LCD PAL88: G04_0 Position           */\r
-#define LCD_PAL88_G04_0_Msk                                   (0x1fUL << LCD_PAL88_G04_0_Pos)                           /*!< LCD PAL88: G04_0 Mask               */\r
-#define LCD_PAL88_B04_0_Pos                                   10                                                        /*!< LCD PAL88: B04_0 Position           */\r
-#define LCD_PAL88_B04_0_Msk                                   (0x1fUL << LCD_PAL88_B04_0_Pos)                           /*!< LCD PAL88: B04_0 Mask               */\r
-#define LCD_PAL88_I0_Pos                                      15                                                        /*!< LCD PAL88: I0 Position              */\r
-#define LCD_PAL88_I0_Msk                                      (0x01UL << LCD_PAL88_I0_Pos)                              /*!< LCD PAL88: I0 Mask                  */\r
-#define LCD_PAL88_R14_0_Pos                                   16                                                        /*!< LCD PAL88: R14_0 Position           */\r
-#define LCD_PAL88_R14_0_Msk                                   (0x1fUL << LCD_PAL88_R14_0_Pos)                           /*!< LCD PAL88: R14_0 Mask               */\r
-#define LCD_PAL88_G14_0_Pos                                   21                                                        /*!< LCD PAL88: G14_0 Position           */\r
-#define LCD_PAL88_G14_0_Msk                                   (0x1fUL << LCD_PAL88_G14_0_Pos)                           /*!< LCD PAL88: G14_0 Mask               */\r
-#define LCD_PAL88_B14_0_Pos                                   26                                                        /*!< LCD PAL88: B14_0 Position           */\r
-#define LCD_PAL88_B14_0_Msk                                   (0x1fUL << LCD_PAL88_B14_0_Pos)                           /*!< LCD PAL88: B14_0 Mask               */\r
-#define LCD_PAL88_I1_Pos                                      31                                                        /*!< LCD PAL88: I1 Position              */\r
-#define LCD_PAL88_I1_Msk                                      (0x01UL << LCD_PAL88_I1_Pos)                              /*!< LCD PAL88: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL89  -------------------------------------------\r
-#define LCD_PAL89_R04_0_Pos                                   0                                                         /*!< LCD PAL89: R04_0 Position           */\r
-#define LCD_PAL89_R04_0_Msk                                   (0x1fUL << LCD_PAL89_R04_0_Pos)                           /*!< LCD PAL89: R04_0 Mask               */\r
-#define LCD_PAL89_G04_0_Pos                                   5                                                         /*!< LCD PAL89: G04_0 Position           */\r
-#define LCD_PAL89_G04_0_Msk                                   (0x1fUL << LCD_PAL89_G04_0_Pos)                           /*!< LCD PAL89: G04_0 Mask               */\r
-#define LCD_PAL89_B04_0_Pos                                   10                                                        /*!< LCD PAL89: B04_0 Position           */\r
-#define LCD_PAL89_B04_0_Msk                                   (0x1fUL << LCD_PAL89_B04_0_Pos)                           /*!< LCD PAL89: B04_0 Mask               */\r
-#define LCD_PAL89_I0_Pos                                      15                                                        /*!< LCD PAL89: I0 Position              */\r
-#define LCD_PAL89_I0_Msk                                      (0x01UL << LCD_PAL89_I0_Pos)                              /*!< LCD PAL89: I0 Mask                  */\r
-#define LCD_PAL89_R14_0_Pos                                   16                                                        /*!< LCD PAL89: R14_0 Position           */\r
-#define LCD_PAL89_R14_0_Msk                                   (0x1fUL << LCD_PAL89_R14_0_Pos)                           /*!< LCD PAL89: R14_0 Mask               */\r
-#define LCD_PAL89_G14_0_Pos                                   21                                                        /*!< LCD PAL89: G14_0 Position           */\r
-#define LCD_PAL89_G14_0_Msk                                   (0x1fUL << LCD_PAL89_G14_0_Pos)                           /*!< LCD PAL89: G14_0 Mask               */\r
-#define LCD_PAL89_B14_0_Pos                                   26                                                        /*!< LCD PAL89: B14_0 Position           */\r
-#define LCD_PAL89_B14_0_Msk                                   (0x1fUL << LCD_PAL89_B14_0_Pos)                           /*!< LCD PAL89: B14_0 Mask               */\r
-#define LCD_PAL89_I1_Pos                                      31                                                        /*!< LCD PAL89: I1 Position              */\r
-#define LCD_PAL89_I1_Msk                                      (0x01UL << LCD_PAL89_I1_Pos)                              /*!< LCD PAL89: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL90  -------------------------------------------\r
-#define LCD_PAL90_R04_0_Pos                                   0                                                         /*!< LCD PAL90: R04_0 Position           */\r
-#define LCD_PAL90_R04_0_Msk                                   (0x1fUL << LCD_PAL90_R04_0_Pos)                           /*!< LCD PAL90: R04_0 Mask               */\r
-#define LCD_PAL90_G04_0_Pos                                   5                                                         /*!< LCD PAL90: G04_0 Position           */\r
-#define LCD_PAL90_G04_0_Msk                                   (0x1fUL << LCD_PAL90_G04_0_Pos)                           /*!< LCD PAL90: G04_0 Mask               */\r
-#define LCD_PAL90_B04_0_Pos                                   10                                                        /*!< LCD PAL90: B04_0 Position           */\r
-#define LCD_PAL90_B04_0_Msk                                   (0x1fUL << LCD_PAL90_B04_0_Pos)                           /*!< LCD PAL90: B04_0 Mask               */\r
-#define LCD_PAL90_I0_Pos                                      15                                                        /*!< LCD PAL90: I0 Position              */\r
-#define LCD_PAL90_I0_Msk                                      (0x01UL << LCD_PAL90_I0_Pos)                              /*!< LCD PAL90: I0 Mask                  */\r
-#define LCD_PAL90_R14_0_Pos                                   16                                                        /*!< LCD PAL90: R14_0 Position           */\r
-#define LCD_PAL90_R14_0_Msk                                   (0x1fUL << LCD_PAL90_R14_0_Pos)                           /*!< LCD PAL90: R14_0 Mask               */\r
-#define LCD_PAL90_G14_0_Pos                                   21                                                        /*!< LCD PAL90: G14_0 Position           */\r
-#define LCD_PAL90_G14_0_Msk                                   (0x1fUL << LCD_PAL90_G14_0_Pos)                           /*!< LCD PAL90: G14_0 Mask               */\r
-#define LCD_PAL90_B14_0_Pos                                   26                                                        /*!< LCD PAL90: B14_0 Position           */\r
-#define LCD_PAL90_B14_0_Msk                                   (0x1fUL << LCD_PAL90_B14_0_Pos)                           /*!< LCD PAL90: B14_0 Mask               */\r
-#define LCD_PAL90_I1_Pos                                      31                                                        /*!< LCD PAL90: I1 Position              */\r
-#define LCD_PAL90_I1_Msk                                      (0x01UL << LCD_PAL90_I1_Pos)                              /*!< LCD PAL90: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL91  -------------------------------------------\r
-#define LCD_PAL91_R04_0_Pos                                   0                                                         /*!< LCD PAL91: R04_0 Position           */\r
-#define LCD_PAL91_R04_0_Msk                                   (0x1fUL << LCD_PAL91_R04_0_Pos)                           /*!< LCD PAL91: R04_0 Mask               */\r
-#define LCD_PAL91_G04_0_Pos                                   5                                                         /*!< LCD PAL91: G04_0 Position           */\r
-#define LCD_PAL91_G04_0_Msk                                   (0x1fUL << LCD_PAL91_G04_0_Pos)                           /*!< LCD PAL91: G04_0 Mask               */\r
-#define LCD_PAL91_B04_0_Pos                                   10                                                        /*!< LCD PAL91: B04_0 Position           */\r
-#define LCD_PAL91_B04_0_Msk                                   (0x1fUL << LCD_PAL91_B04_0_Pos)                           /*!< LCD PAL91: B04_0 Mask               */\r
-#define LCD_PAL91_I0_Pos                                      15                                                        /*!< LCD PAL91: I0 Position              */\r
-#define LCD_PAL91_I0_Msk                                      (0x01UL << LCD_PAL91_I0_Pos)                              /*!< LCD PAL91: I0 Mask                  */\r
-#define LCD_PAL91_R14_0_Pos                                   16                                                        /*!< LCD PAL91: R14_0 Position           */\r
-#define LCD_PAL91_R14_0_Msk                                   (0x1fUL << LCD_PAL91_R14_0_Pos)                           /*!< LCD PAL91: R14_0 Mask               */\r
-#define LCD_PAL91_G14_0_Pos                                   21                                                        /*!< LCD PAL91: G14_0 Position           */\r
-#define LCD_PAL91_G14_0_Msk                                   (0x1fUL << LCD_PAL91_G14_0_Pos)                           /*!< LCD PAL91: G14_0 Mask               */\r
-#define LCD_PAL91_B14_0_Pos                                   26                                                        /*!< LCD PAL91: B14_0 Position           */\r
-#define LCD_PAL91_B14_0_Msk                                   (0x1fUL << LCD_PAL91_B14_0_Pos)                           /*!< LCD PAL91: B14_0 Mask               */\r
-#define LCD_PAL91_I1_Pos                                      31                                                        /*!< LCD PAL91: I1 Position              */\r
-#define LCD_PAL91_I1_Msk                                      (0x01UL << LCD_PAL91_I1_Pos)                              /*!< LCD PAL91: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL92  -------------------------------------------\r
-#define LCD_PAL92_R04_0_Pos                                   0                                                         /*!< LCD PAL92: R04_0 Position           */\r
-#define LCD_PAL92_R04_0_Msk                                   (0x1fUL << LCD_PAL92_R04_0_Pos)                           /*!< LCD PAL92: R04_0 Mask               */\r
-#define LCD_PAL92_G04_0_Pos                                   5                                                         /*!< LCD PAL92: G04_0 Position           */\r
-#define LCD_PAL92_G04_0_Msk                                   (0x1fUL << LCD_PAL92_G04_0_Pos)                           /*!< LCD PAL92: G04_0 Mask               */\r
-#define LCD_PAL92_B04_0_Pos                                   10                                                        /*!< LCD PAL92: B04_0 Position           */\r
-#define LCD_PAL92_B04_0_Msk                                   (0x1fUL << LCD_PAL92_B04_0_Pos)                           /*!< LCD PAL92: B04_0 Mask               */\r
-#define LCD_PAL92_I0_Pos                                      15                                                        /*!< LCD PAL92: I0 Position              */\r
-#define LCD_PAL92_I0_Msk                                      (0x01UL << LCD_PAL92_I0_Pos)                              /*!< LCD PAL92: I0 Mask                  */\r
-#define LCD_PAL92_R14_0_Pos                                   16                                                        /*!< LCD PAL92: R14_0 Position           */\r
-#define LCD_PAL92_R14_0_Msk                                   (0x1fUL << LCD_PAL92_R14_0_Pos)                           /*!< LCD PAL92: R14_0 Mask               */\r
-#define LCD_PAL92_G14_0_Pos                                   21                                                        /*!< LCD PAL92: G14_0 Position           */\r
-#define LCD_PAL92_G14_0_Msk                                   (0x1fUL << LCD_PAL92_G14_0_Pos)                           /*!< LCD PAL92: G14_0 Mask               */\r
-#define LCD_PAL92_B14_0_Pos                                   26                                                        /*!< LCD PAL92: B14_0 Position           */\r
-#define LCD_PAL92_B14_0_Msk                                   (0x1fUL << LCD_PAL92_B14_0_Pos)                           /*!< LCD PAL92: B14_0 Mask               */\r
-#define LCD_PAL92_I1_Pos                                      31                                                        /*!< LCD PAL92: I1 Position              */\r
-#define LCD_PAL92_I1_Msk                                      (0x01UL << LCD_PAL92_I1_Pos)                              /*!< LCD PAL92: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL93  -------------------------------------------\r
-#define LCD_PAL93_R04_0_Pos                                   0                                                         /*!< LCD PAL93: R04_0 Position           */\r
-#define LCD_PAL93_R04_0_Msk                                   (0x1fUL << LCD_PAL93_R04_0_Pos)                           /*!< LCD PAL93: R04_0 Mask               */\r
-#define LCD_PAL93_G04_0_Pos                                   5                                                         /*!< LCD PAL93: G04_0 Position           */\r
-#define LCD_PAL93_G04_0_Msk                                   (0x1fUL << LCD_PAL93_G04_0_Pos)                           /*!< LCD PAL93: G04_0 Mask               */\r
-#define LCD_PAL93_B04_0_Pos                                   10                                                        /*!< LCD PAL93: B04_0 Position           */\r
-#define LCD_PAL93_B04_0_Msk                                   (0x1fUL << LCD_PAL93_B04_0_Pos)                           /*!< LCD PAL93: B04_0 Mask               */\r
-#define LCD_PAL93_I0_Pos                                      15                                                        /*!< LCD PAL93: I0 Position              */\r
-#define LCD_PAL93_I0_Msk                                      (0x01UL << LCD_PAL93_I0_Pos)                              /*!< LCD PAL93: I0 Mask                  */\r
-#define LCD_PAL93_R14_0_Pos                                   16                                                        /*!< LCD PAL93: R14_0 Position           */\r
-#define LCD_PAL93_R14_0_Msk                                   (0x1fUL << LCD_PAL93_R14_0_Pos)                           /*!< LCD PAL93: R14_0 Mask               */\r
-#define LCD_PAL93_G14_0_Pos                                   21                                                        /*!< LCD PAL93: G14_0 Position           */\r
-#define LCD_PAL93_G14_0_Msk                                   (0x1fUL << LCD_PAL93_G14_0_Pos)                           /*!< LCD PAL93: G14_0 Mask               */\r
-#define LCD_PAL93_B14_0_Pos                                   26                                                        /*!< LCD PAL93: B14_0 Position           */\r
-#define LCD_PAL93_B14_0_Msk                                   (0x1fUL << LCD_PAL93_B14_0_Pos)                           /*!< LCD PAL93: B14_0 Mask               */\r
-#define LCD_PAL93_I1_Pos                                      31                                                        /*!< LCD PAL93: I1 Position              */\r
-#define LCD_PAL93_I1_Msk                                      (0x01UL << LCD_PAL93_I1_Pos)                              /*!< LCD PAL93: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL94  -------------------------------------------\r
-#define LCD_PAL94_R04_0_Pos                                   0                                                         /*!< LCD PAL94: R04_0 Position           */\r
-#define LCD_PAL94_R04_0_Msk                                   (0x1fUL << LCD_PAL94_R04_0_Pos)                           /*!< LCD PAL94: R04_0 Mask               */\r
-#define LCD_PAL94_G04_0_Pos                                   5                                                         /*!< LCD PAL94: G04_0 Position           */\r
-#define LCD_PAL94_G04_0_Msk                                   (0x1fUL << LCD_PAL94_G04_0_Pos)                           /*!< LCD PAL94: G04_0 Mask               */\r
-#define LCD_PAL94_B04_0_Pos                                   10                                                        /*!< LCD PAL94: B04_0 Position           */\r
-#define LCD_PAL94_B04_0_Msk                                   (0x1fUL << LCD_PAL94_B04_0_Pos)                           /*!< LCD PAL94: B04_0 Mask               */\r
-#define LCD_PAL94_I0_Pos                                      15                                                        /*!< LCD PAL94: I0 Position              */\r
-#define LCD_PAL94_I0_Msk                                      (0x01UL << LCD_PAL94_I0_Pos)                              /*!< LCD PAL94: I0 Mask                  */\r
-#define LCD_PAL94_R14_0_Pos                                   16                                                        /*!< LCD PAL94: R14_0 Position           */\r
-#define LCD_PAL94_R14_0_Msk                                   (0x1fUL << LCD_PAL94_R14_0_Pos)                           /*!< LCD PAL94: R14_0 Mask               */\r
-#define LCD_PAL94_G14_0_Pos                                   21                                                        /*!< LCD PAL94: G14_0 Position           */\r
-#define LCD_PAL94_G14_0_Msk                                   (0x1fUL << LCD_PAL94_G14_0_Pos)                           /*!< LCD PAL94: G14_0 Mask               */\r
-#define LCD_PAL94_B14_0_Pos                                   26                                                        /*!< LCD PAL94: B14_0 Position           */\r
-#define LCD_PAL94_B14_0_Msk                                   (0x1fUL << LCD_PAL94_B14_0_Pos)                           /*!< LCD PAL94: B14_0 Mask               */\r
-#define LCD_PAL94_I1_Pos                                      31                                                        /*!< LCD PAL94: I1 Position              */\r
-#define LCD_PAL94_I1_Msk                                      (0x01UL << LCD_PAL94_I1_Pos)                              /*!< LCD PAL94: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL95  -------------------------------------------\r
-#define LCD_PAL95_R04_0_Pos                                   0                                                         /*!< LCD PAL95: R04_0 Position           */\r
-#define LCD_PAL95_R04_0_Msk                                   (0x1fUL << LCD_PAL95_R04_0_Pos)                           /*!< LCD PAL95: R04_0 Mask               */\r
-#define LCD_PAL95_G04_0_Pos                                   5                                                         /*!< LCD PAL95: G04_0 Position           */\r
-#define LCD_PAL95_G04_0_Msk                                   (0x1fUL << LCD_PAL95_G04_0_Pos)                           /*!< LCD PAL95: G04_0 Mask               */\r
-#define LCD_PAL95_B04_0_Pos                                   10                                                        /*!< LCD PAL95: B04_0 Position           */\r
-#define LCD_PAL95_B04_0_Msk                                   (0x1fUL << LCD_PAL95_B04_0_Pos)                           /*!< LCD PAL95: B04_0 Mask               */\r
-#define LCD_PAL95_I0_Pos                                      15                                                        /*!< LCD PAL95: I0 Position              */\r
-#define LCD_PAL95_I0_Msk                                      (0x01UL << LCD_PAL95_I0_Pos)                              /*!< LCD PAL95: I0 Mask                  */\r
-#define LCD_PAL95_R14_0_Pos                                   16                                                        /*!< LCD PAL95: R14_0 Position           */\r
-#define LCD_PAL95_R14_0_Msk                                   (0x1fUL << LCD_PAL95_R14_0_Pos)                           /*!< LCD PAL95: R14_0 Mask               */\r
-#define LCD_PAL95_G14_0_Pos                                   21                                                        /*!< LCD PAL95: G14_0 Position           */\r
-#define LCD_PAL95_G14_0_Msk                                   (0x1fUL << LCD_PAL95_G14_0_Pos)                           /*!< LCD PAL95: G14_0 Mask               */\r
-#define LCD_PAL95_B14_0_Pos                                   26                                                        /*!< LCD PAL95: B14_0 Position           */\r
-#define LCD_PAL95_B14_0_Msk                                   (0x1fUL << LCD_PAL95_B14_0_Pos)                           /*!< LCD PAL95: B14_0 Mask               */\r
-#define LCD_PAL95_I1_Pos                                      31                                                        /*!< LCD PAL95: I1 Position              */\r
-#define LCD_PAL95_I1_Msk                                      (0x01UL << LCD_PAL95_I1_Pos)                              /*!< LCD PAL95: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL96  -------------------------------------------\r
-#define LCD_PAL96_R04_0_Pos                                   0                                                         /*!< LCD PAL96: R04_0 Position           */\r
-#define LCD_PAL96_R04_0_Msk                                   (0x1fUL << LCD_PAL96_R04_0_Pos)                           /*!< LCD PAL96: R04_0 Mask               */\r
-#define LCD_PAL96_G04_0_Pos                                   5                                                         /*!< LCD PAL96: G04_0 Position           */\r
-#define LCD_PAL96_G04_0_Msk                                   (0x1fUL << LCD_PAL96_G04_0_Pos)                           /*!< LCD PAL96: G04_0 Mask               */\r
-#define LCD_PAL96_B04_0_Pos                                   10                                                        /*!< LCD PAL96: B04_0 Position           */\r
-#define LCD_PAL96_B04_0_Msk                                   (0x1fUL << LCD_PAL96_B04_0_Pos)                           /*!< LCD PAL96: B04_0 Mask               */\r
-#define LCD_PAL96_I0_Pos                                      15                                                        /*!< LCD PAL96: I0 Position              */\r
-#define LCD_PAL96_I0_Msk                                      (0x01UL << LCD_PAL96_I0_Pos)                              /*!< LCD PAL96: I0 Mask                  */\r
-#define LCD_PAL96_R14_0_Pos                                   16                                                        /*!< LCD PAL96: R14_0 Position           */\r
-#define LCD_PAL96_R14_0_Msk                                   (0x1fUL << LCD_PAL96_R14_0_Pos)                           /*!< LCD PAL96: R14_0 Mask               */\r
-#define LCD_PAL96_G14_0_Pos                                   21                                                        /*!< LCD PAL96: G14_0 Position           */\r
-#define LCD_PAL96_G14_0_Msk                                   (0x1fUL << LCD_PAL96_G14_0_Pos)                           /*!< LCD PAL96: G14_0 Mask               */\r
-#define LCD_PAL96_B14_0_Pos                                   26                                                        /*!< LCD PAL96: B14_0 Position           */\r
-#define LCD_PAL96_B14_0_Msk                                   (0x1fUL << LCD_PAL96_B14_0_Pos)                           /*!< LCD PAL96: B14_0 Mask               */\r
-#define LCD_PAL96_I1_Pos                                      31                                                        /*!< LCD PAL96: I1 Position              */\r
-#define LCD_PAL96_I1_Msk                                      (0x01UL << LCD_PAL96_I1_Pos)                              /*!< LCD PAL96: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL97  -------------------------------------------\r
-#define LCD_PAL97_R04_0_Pos                                   0                                                         /*!< LCD PAL97: R04_0 Position           */\r
-#define LCD_PAL97_R04_0_Msk                                   (0x1fUL << LCD_PAL97_R04_0_Pos)                           /*!< LCD PAL97: R04_0 Mask               */\r
-#define LCD_PAL97_G04_0_Pos                                   5                                                         /*!< LCD PAL97: G04_0 Position           */\r
-#define LCD_PAL97_G04_0_Msk                                   (0x1fUL << LCD_PAL97_G04_0_Pos)                           /*!< LCD PAL97: G04_0 Mask               */\r
-#define LCD_PAL97_B04_0_Pos                                   10                                                        /*!< LCD PAL97: B04_0 Position           */\r
-#define LCD_PAL97_B04_0_Msk                                   (0x1fUL << LCD_PAL97_B04_0_Pos)                           /*!< LCD PAL97: B04_0 Mask               */\r
-#define LCD_PAL97_I0_Pos                                      15                                                        /*!< LCD PAL97: I0 Position              */\r
-#define LCD_PAL97_I0_Msk                                      (0x01UL << LCD_PAL97_I0_Pos)                              /*!< LCD PAL97: I0 Mask                  */\r
-#define LCD_PAL97_R14_0_Pos                                   16                                                        /*!< LCD PAL97: R14_0 Position           */\r
-#define LCD_PAL97_R14_0_Msk                                   (0x1fUL << LCD_PAL97_R14_0_Pos)                           /*!< LCD PAL97: R14_0 Mask               */\r
-#define LCD_PAL97_G14_0_Pos                                   21                                                        /*!< LCD PAL97: G14_0 Position           */\r
-#define LCD_PAL97_G14_0_Msk                                   (0x1fUL << LCD_PAL97_G14_0_Pos)                           /*!< LCD PAL97: G14_0 Mask               */\r
-#define LCD_PAL97_B14_0_Pos                                   26                                                        /*!< LCD PAL97: B14_0 Position           */\r
-#define LCD_PAL97_B14_0_Msk                                   (0x1fUL << LCD_PAL97_B14_0_Pos)                           /*!< LCD PAL97: B14_0 Mask               */\r
-#define LCD_PAL97_I1_Pos                                      31                                                        /*!< LCD PAL97: I1 Position              */\r
-#define LCD_PAL97_I1_Msk                                      (0x01UL << LCD_PAL97_I1_Pos)                              /*!< LCD PAL97: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL98  -------------------------------------------\r
-#define LCD_PAL98_R04_0_Pos                                   0                                                         /*!< LCD PAL98: R04_0 Position           */\r
-#define LCD_PAL98_R04_0_Msk                                   (0x1fUL << LCD_PAL98_R04_0_Pos)                           /*!< LCD PAL98: R04_0 Mask               */\r
-#define LCD_PAL98_G04_0_Pos                                   5                                                         /*!< LCD PAL98: G04_0 Position           */\r
-#define LCD_PAL98_G04_0_Msk                                   (0x1fUL << LCD_PAL98_G04_0_Pos)                           /*!< LCD PAL98: G04_0 Mask               */\r
-#define LCD_PAL98_B04_0_Pos                                   10                                                        /*!< LCD PAL98: B04_0 Position           */\r
-#define LCD_PAL98_B04_0_Msk                                   (0x1fUL << LCD_PAL98_B04_0_Pos)                           /*!< LCD PAL98: B04_0 Mask               */\r
-#define LCD_PAL98_I0_Pos                                      15                                                        /*!< LCD PAL98: I0 Position              */\r
-#define LCD_PAL98_I0_Msk                                      (0x01UL << LCD_PAL98_I0_Pos)                              /*!< LCD PAL98: I0 Mask                  */\r
-#define LCD_PAL98_R14_0_Pos                                   16                                                        /*!< LCD PAL98: R14_0 Position           */\r
-#define LCD_PAL98_R14_0_Msk                                   (0x1fUL << LCD_PAL98_R14_0_Pos)                           /*!< LCD PAL98: R14_0 Mask               */\r
-#define LCD_PAL98_G14_0_Pos                                   21                                                        /*!< LCD PAL98: G14_0 Position           */\r
-#define LCD_PAL98_G14_0_Msk                                   (0x1fUL << LCD_PAL98_G14_0_Pos)                           /*!< LCD PAL98: G14_0 Mask               */\r
-#define LCD_PAL98_B14_0_Pos                                   26                                                        /*!< LCD PAL98: B14_0 Position           */\r
-#define LCD_PAL98_B14_0_Msk                                   (0x1fUL << LCD_PAL98_B14_0_Pos)                           /*!< LCD PAL98: B14_0 Mask               */\r
-#define LCD_PAL98_I1_Pos                                      31                                                        /*!< LCD PAL98: I1 Position              */\r
-#define LCD_PAL98_I1_Msk                                      (0x01UL << LCD_PAL98_I1_Pos)                              /*!< LCD PAL98: I1 Mask                  */\r
-\r
-// ----------------------------------------  LCD_PAL99  -------------------------------------------\r
-#define LCD_PAL99_R04_0_Pos                                   0                                                         /*!< LCD PAL99: R04_0 Position           */\r
-#define LCD_PAL99_R04_0_Msk                                   (0x1fUL << LCD_PAL99_R04_0_Pos)                           /*!< LCD PAL99: R04_0 Mask               */\r
-#define LCD_PAL99_G04_0_Pos                                   5                                                         /*!< LCD PAL99: G04_0 Position           */\r
-#define LCD_PAL99_G04_0_Msk                                   (0x1fUL << LCD_PAL99_G04_0_Pos)                           /*!< LCD PAL99: G04_0 Mask               */\r
-#define LCD_PAL99_B04_0_Pos                                   10                                                        /*!< LCD PAL99: B04_0 Position           */\r
-#define LCD_PAL99_B04_0_Msk                                   (0x1fUL << LCD_PAL99_B04_0_Pos)                           /*!< LCD PAL99: B04_0 Mask               */\r
-#define LCD_PAL99_I0_Pos                                      15                                                        /*!< LCD PAL99: I0 Position              */\r
-#define LCD_PAL99_I0_Msk                                      (0x01UL << LCD_PAL99_I0_Pos)                              /*!< LCD PAL99: I0 Mask                  */\r
-#define LCD_PAL99_R14_0_Pos                                   16                                                        /*!< LCD PAL99: R14_0 Position           */\r
-#define LCD_PAL99_R14_0_Msk                                   (0x1fUL << LCD_PAL99_R14_0_Pos)                           /*!< LCD PAL99: R14_0 Mask               */\r
-#define LCD_PAL99_G14_0_Pos                                   21                                                        /*!< LCD PAL99: G14_0 Position           */\r
-#define LCD_PAL99_G14_0_Msk                                   (0x1fUL << LCD_PAL99_G14_0_Pos)                           /*!< LCD PAL99: G14_0 Mask               */\r
-#define LCD_PAL99_B14_0_Pos                                   26                                                        /*!< LCD PAL99: B14_0 Position           */\r
-#define LCD_PAL99_B14_0_Msk                                   (0x1fUL << LCD_PAL99_B14_0_Pos)                           /*!< LCD PAL99: B14_0 Mask               */\r
-#define LCD_PAL99_I1_Pos                                      31                                                        /*!< LCD PAL99: I1 Position              */\r
-#define LCD_PAL99_I1_Msk                                      (0x01UL << LCD_PAL99_I1_Pos)                              /*!< LCD PAL99: I1 Mask                  */\r
-\r
-// ---------------------------------------  LCD_PAL100  -------------------------------------------\r
-#define LCD_PAL100_R04_0_Pos                                  0                                                         /*!< LCD PAL100: R04_0 Position          */\r
-#define LCD_PAL100_R04_0_Msk                                  (0x1fUL << LCD_PAL100_R04_0_Pos)                          /*!< LCD PAL100: R04_0 Mask              */\r
-#define LCD_PAL100_G04_0_Pos                                  5                                                         /*!< LCD PAL100: G04_0 Position          */\r
-#define LCD_PAL100_G04_0_Msk                                  (0x1fUL << LCD_PAL100_G04_0_Pos)                          /*!< LCD PAL100: G04_0 Mask              */\r
-#define LCD_PAL100_B04_0_Pos                                  10                                                        /*!< LCD PAL100: B04_0 Position          */\r
-#define LCD_PAL100_B04_0_Msk                                  (0x1fUL << LCD_PAL100_B04_0_Pos)                          /*!< LCD PAL100: B04_0 Mask              */\r
-#define LCD_PAL100_I0_Pos                                     15                                                        /*!< LCD PAL100: I0 Position             */\r
-#define LCD_PAL100_I0_Msk                                     (0x01UL << LCD_PAL100_I0_Pos)                             /*!< LCD PAL100: I0 Mask                 */\r
-#define LCD_PAL100_R14_0_Pos                                  16                                                        /*!< LCD PAL100: R14_0 Position          */\r
-#define LCD_PAL100_R14_0_Msk                                  (0x1fUL << LCD_PAL100_R14_0_Pos)                          /*!< LCD PAL100: R14_0 Mask              */\r
-#define LCD_PAL100_G14_0_Pos                                  21                                                        /*!< LCD PAL100: G14_0 Position          */\r
-#define LCD_PAL100_G14_0_Msk                                  (0x1fUL << LCD_PAL100_G14_0_Pos)                          /*!< LCD PAL100: G14_0 Mask              */\r
-#define LCD_PAL100_B14_0_Pos                                  26                                                        /*!< LCD PAL100: B14_0 Position          */\r
-#define LCD_PAL100_B14_0_Msk                                  (0x1fUL << LCD_PAL100_B14_0_Pos)                          /*!< LCD PAL100: B14_0 Mask              */\r
-#define LCD_PAL100_I1_Pos                                     31                                                        /*!< LCD PAL100: I1 Position             */\r
-#define LCD_PAL100_I1_Msk                                     (0x01UL << LCD_PAL100_I1_Pos)                             /*!< LCD PAL100: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL101  -------------------------------------------\r
-#define LCD_PAL101_R04_0_Pos                                  0                                                         /*!< LCD PAL101: R04_0 Position          */\r
-#define LCD_PAL101_R04_0_Msk                                  (0x1fUL << LCD_PAL101_R04_0_Pos)                          /*!< LCD PAL101: R04_0 Mask              */\r
-#define LCD_PAL101_G04_0_Pos                                  5                                                         /*!< LCD PAL101: G04_0 Position          */\r
-#define LCD_PAL101_G04_0_Msk                                  (0x1fUL << LCD_PAL101_G04_0_Pos)                          /*!< LCD PAL101: G04_0 Mask              */\r
-#define LCD_PAL101_B04_0_Pos                                  10                                                        /*!< LCD PAL101: B04_0 Position          */\r
-#define LCD_PAL101_B04_0_Msk                                  (0x1fUL << LCD_PAL101_B04_0_Pos)                          /*!< LCD PAL101: B04_0 Mask              */\r
-#define LCD_PAL101_I0_Pos                                     15                                                        /*!< LCD PAL101: I0 Position             */\r
-#define LCD_PAL101_I0_Msk                                     (0x01UL << LCD_PAL101_I0_Pos)                             /*!< LCD PAL101: I0 Mask                 */\r
-#define LCD_PAL101_R14_0_Pos                                  16                                                        /*!< LCD PAL101: R14_0 Position          */\r
-#define LCD_PAL101_R14_0_Msk                                  (0x1fUL << LCD_PAL101_R14_0_Pos)                          /*!< LCD PAL101: R14_0 Mask              */\r
-#define LCD_PAL101_G14_0_Pos                                  21                                                        /*!< LCD PAL101: G14_0 Position          */\r
-#define LCD_PAL101_G14_0_Msk                                  (0x1fUL << LCD_PAL101_G14_0_Pos)                          /*!< LCD PAL101: G14_0 Mask              */\r
-#define LCD_PAL101_B14_0_Pos                                  26                                                        /*!< LCD PAL101: B14_0 Position          */\r
-#define LCD_PAL101_B14_0_Msk                                  (0x1fUL << LCD_PAL101_B14_0_Pos)                          /*!< LCD PAL101: B14_0 Mask              */\r
-#define LCD_PAL101_I1_Pos                                     31                                                        /*!< LCD PAL101: I1 Position             */\r
-#define LCD_PAL101_I1_Msk                                     (0x01UL << LCD_PAL101_I1_Pos)                             /*!< LCD PAL101: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL102  -------------------------------------------\r
-#define LCD_PAL102_R04_0_Pos                                  0                                                         /*!< LCD PAL102: R04_0 Position          */\r
-#define LCD_PAL102_R04_0_Msk                                  (0x1fUL << LCD_PAL102_R04_0_Pos)                          /*!< LCD PAL102: R04_0 Mask              */\r
-#define LCD_PAL102_G04_0_Pos                                  5                                                         /*!< LCD PAL102: G04_0 Position          */\r
-#define LCD_PAL102_G04_0_Msk                                  (0x1fUL << LCD_PAL102_G04_0_Pos)                          /*!< LCD PAL102: G04_0 Mask              */\r
-#define LCD_PAL102_B04_0_Pos                                  10                                                        /*!< LCD PAL102: B04_0 Position          */\r
-#define LCD_PAL102_B04_0_Msk                                  (0x1fUL << LCD_PAL102_B04_0_Pos)                          /*!< LCD PAL102: B04_0 Mask              */\r
-#define LCD_PAL102_I0_Pos                                     15                                                        /*!< LCD PAL102: I0 Position             */\r
-#define LCD_PAL102_I0_Msk                                     (0x01UL << LCD_PAL102_I0_Pos)                             /*!< LCD PAL102: I0 Mask                 */\r
-#define LCD_PAL102_R14_0_Pos                                  16                                                        /*!< LCD PAL102: R14_0 Position          */\r
-#define LCD_PAL102_R14_0_Msk                                  (0x1fUL << LCD_PAL102_R14_0_Pos)                          /*!< LCD PAL102: R14_0 Mask              */\r
-#define LCD_PAL102_G14_0_Pos                                  21                                                        /*!< LCD PAL102: G14_0 Position          */\r
-#define LCD_PAL102_G14_0_Msk                                  (0x1fUL << LCD_PAL102_G14_0_Pos)                          /*!< LCD PAL102: G14_0 Mask              */\r
-#define LCD_PAL102_B14_0_Pos                                  26                                                        /*!< LCD PAL102: B14_0 Position          */\r
-#define LCD_PAL102_B14_0_Msk                                  (0x1fUL << LCD_PAL102_B14_0_Pos)                          /*!< LCD PAL102: B14_0 Mask              */\r
-#define LCD_PAL102_I1_Pos                                     31                                                        /*!< LCD PAL102: I1 Position             */\r
-#define LCD_PAL102_I1_Msk                                     (0x01UL << LCD_PAL102_I1_Pos)                             /*!< LCD PAL102: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL103  -------------------------------------------\r
-#define LCD_PAL103_R04_0_Pos                                  0                                                         /*!< LCD PAL103: R04_0 Position          */\r
-#define LCD_PAL103_R04_0_Msk                                  (0x1fUL << LCD_PAL103_R04_0_Pos)                          /*!< LCD PAL103: R04_0 Mask              */\r
-#define LCD_PAL103_G04_0_Pos                                  5                                                         /*!< LCD PAL103: G04_0 Position          */\r
-#define LCD_PAL103_G04_0_Msk                                  (0x1fUL << LCD_PAL103_G04_0_Pos)                          /*!< LCD PAL103: G04_0 Mask              */\r
-#define LCD_PAL103_B04_0_Pos                                  10                                                        /*!< LCD PAL103: B04_0 Position          */\r
-#define LCD_PAL103_B04_0_Msk                                  (0x1fUL << LCD_PAL103_B04_0_Pos)                          /*!< LCD PAL103: B04_0 Mask              */\r
-#define LCD_PAL103_I0_Pos                                     15                                                        /*!< LCD PAL103: I0 Position             */\r
-#define LCD_PAL103_I0_Msk                                     (0x01UL << LCD_PAL103_I0_Pos)                             /*!< LCD PAL103: I0 Mask                 */\r
-#define LCD_PAL103_R14_0_Pos                                  16                                                        /*!< LCD PAL103: R14_0 Position          */\r
-#define LCD_PAL103_R14_0_Msk                                  (0x1fUL << LCD_PAL103_R14_0_Pos)                          /*!< LCD PAL103: R14_0 Mask              */\r
-#define LCD_PAL103_G14_0_Pos                                  21                                                        /*!< LCD PAL103: G14_0 Position          */\r
-#define LCD_PAL103_G14_0_Msk                                  (0x1fUL << LCD_PAL103_G14_0_Pos)                          /*!< LCD PAL103: G14_0 Mask              */\r
-#define LCD_PAL103_B14_0_Pos                                  26                                                        /*!< LCD PAL103: B14_0 Position          */\r
-#define LCD_PAL103_B14_0_Msk                                  (0x1fUL << LCD_PAL103_B14_0_Pos)                          /*!< LCD PAL103: B14_0 Mask              */\r
-#define LCD_PAL103_I1_Pos                                     31                                                        /*!< LCD PAL103: I1 Position             */\r
-#define LCD_PAL103_I1_Msk                                     (0x01UL << LCD_PAL103_I1_Pos)                             /*!< LCD PAL103: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL104  -------------------------------------------\r
-#define LCD_PAL104_R04_0_Pos                                  0                                                         /*!< LCD PAL104: R04_0 Position          */\r
-#define LCD_PAL104_R04_0_Msk                                  (0x1fUL << LCD_PAL104_R04_0_Pos)                          /*!< LCD PAL104: R04_0 Mask              */\r
-#define LCD_PAL104_G04_0_Pos                                  5                                                         /*!< LCD PAL104: G04_0 Position          */\r
-#define LCD_PAL104_G04_0_Msk                                  (0x1fUL << LCD_PAL104_G04_0_Pos)                          /*!< LCD PAL104: G04_0 Mask              */\r
-#define LCD_PAL104_B04_0_Pos                                  10                                                        /*!< LCD PAL104: B04_0 Position          */\r
-#define LCD_PAL104_B04_0_Msk                                  (0x1fUL << LCD_PAL104_B04_0_Pos)                          /*!< LCD PAL104: B04_0 Mask              */\r
-#define LCD_PAL104_I0_Pos                                     15                                                        /*!< LCD PAL104: I0 Position             */\r
-#define LCD_PAL104_I0_Msk                                     (0x01UL << LCD_PAL104_I0_Pos)                             /*!< LCD PAL104: I0 Mask                 */\r
-#define LCD_PAL104_R14_0_Pos                                  16                                                        /*!< LCD PAL104: R14_0 Position          */\r
-#define LCD_PAL104_R14_0_Msk                                  (0x1fUL << LCD_PAL104_R14_0_Pos)                          /*!< LCD PAL104: R14_0 Mask              */\r
-#define LCD_PAL104_G14_0_Pos                                  21                                                        /*!< LCD PAL104: G14_0 Position          */\r
-#define LCD_PAL104_G14_0_Msk                                  (0x1fUL << LCD_PAL104_G14_0_Pos)                          /*!< LCD PAL104: G14_0 Mask              */\r
-#define LCD_PAL104_B14_0_Pos                                  26                                                        /*!< LCD PAL104: B14_0 Position          */\r
-#define LCD_PAL104_B14_0_Msk                                  (0x1fUL << LCD_PAL104_B14_0_Pos)                          /*!< LCD PAL104: B14_0 Mask              */\r
-#define LCD_PAL104_I1_Pos                                     31                                                        /*!< LCD PAL104: I1 Position             */\r
-#define LCD_PAL104_I1_Msk                                     (0x01UL << LCD_PAL104_I1_Pos)                             /*!< LCD PAL104: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL105  -------------------------------------------\r
-#define LCD_PAL105_R04_0_Pos                                  0                                                         /*!< LCD PAL105: R04_0 Position          */\r
-#define LCD_PAL105_R04_0_Msk                                  (0x1fUL << LCD_PAL105_R04_0_Pos)                          /*!< LCD PAL105: R04_0 Mask              */\r
-#define LCD_PAL105_G04_0_Pos                                  5                                                         /*!< LCD PAL105: G04_0 Position          */\r
-#define LCD_PAL105_G04_0_Msk                                  (0x1fUL << LCD_PAL105_G04_0_Pos)                          /*!< LCD PAL105: G04_0 Mask              */\r
-#define LCD_PAL105_B04_0_Pos                                  10                                                        /*!< LCD PAL105: B04_0 Position          */\r
-#define LCD_PAL105_B04_0_Msk                                  (0x1fUL << LCD_PAL105_B04_0_Pos)                          /*!< LCD PAL105: B04_0 Mask              */\r
-#define LCD_PAL105_I0_Pos                                     15                                                        /*!< LCD PAL105: I0 Position             */\r
-#define LCD_PAL105_I0_Msk                                     (0x01UL << LCD_PAL105_I0_Pos)                             /*!< LCD PAL105: I0 Mask                 */\r
-#define LCD_PAL105_R14_0_Pos                                  16                                                        /*!< LCD PAL105: R14_0 Position          */\r
-#define LCD_PAL105_R14_0_Msk                                  (0x1fUL << LCD_PAL105_R14_0_Pos)                          /*!< LCD PAL105: R14_0 Mask              */\r
-#define LCD_PAL105_G14_0_Pos                                  21                                                        /*!< LCD PAL105: G14_0 Position          */\r
-#define LCD_PAL105_G14_0_Msk                                  (0x1fUL << LCD_PAL105_G14_0_Pos)                          /*!< LCD PAL105: G14_0 Mask              */\r
-#define LCD_PAL105_B14_0_Pos                                  26                                                        /*!< LCD PAL105: B14_0 Position          */\r
-#define LCD_PAL105_B14_0_Msk                                  (0x1fUL << LCD_PAL105_B14_0_Pos)                          /*!< LCD PAL105: B14_0 Mask              */\r
-#define LCD_PAL105_I1_Pos                                     31                                                        /*!< LCD PAL105: I1 Position             */\r
-#define LCD_PAL105_I1_Msk                                     (0x01UL << LCD_PAL105_I1_Pos)                             /*!< LCD PAL105: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL106  -------------------------------------------\r
-#define LCD_PAL106_R04_0_Pos                                  0                                                         /*!< LCD PAL106: R04_0 Position          */\r
-#define LCD_PAL106_R04_0_Msk                                  (0x1fUL << LCD_PAL106_R04_0_Pos)                          /*!< LCD PAL106: R04_0 Mask              */\r
-#define LCD_PAL106_G04_0_Pos                                  5                                                         /*!< LCD PAL106: G04_0 Position          */\r
-#define LCD_PAL106_G04_0_Msk                                  (0x1fUL << LCD_PAL106_G04_0_Pos)                          /*!< LCD PAL106: G04_0 Mask              */\r
-#define LCD_PAL106_B04_0_Pos                                  10                                                        /*!< LCD PAL106: B04_0 Position          */\r
-#define LCD_PAL106_B04_0_Msk                                  (0x1fUL << LCD_PAL106_B04_0_Pos)                          /*!< LCD PAL106: B04_0 Mask              */\r
-#define LCD_PAL106_I0_Pos                                     15                                                        /*!< LCD PAL106: I0 Position             */\r
-#define LCD_PAL106_I0_Msk                                     (0x01UL << LCD_PAL106_I0_Pos)                             /*!< LCD PAL106: I0 Mask                 */\r
-#define LCD_PAL106_R14_0_Pos                                  16                                                        /*!< LCD PAL106: R14_0 Position          */\r
-#define LCD_PAL106_R14_0_Msk                                  (0x1fUL << LCD_PAL106_R14_0_Pos)                          /*!< LCD PAL106: R14_0 Mask              */\r
-#define LCD_PAL106_G14_0_Pos                                  21                                                        /*!< LCD PAL106: G14_0 Position          */\r
-#define LCD_PAL106_G14_0_Msk                                  (0x1fUL << LCD_PAL106_G14_0_Pos)                          /*!< LCD PAL106: G14_0 Mask              */\r
-#define LCD_PAL106_B14_0_Pos                                  26                                                        /*!< LCD PAL106: B14_0 Position          */\r
-#define LCD_PAL106_B14_0_Msk                                  (0x1fUL << LCD_PAL106_B14_0_Pos)                          /*!< LCD PAL106: B14_0 Mask              */\r
-#define LCD_PAL106_I1_Pos                                     31                                                        /*!< LCD PAL106: I1 Position             */\r
-#define LCD_PAL106_I1_Msk                                     (0x01UL << LCD_PAL106_I1_Pos)                             /*!< LCD PAL106: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL107  -------------------------------------------\r
-#define LCD_PAL107_R04_0_Pos                                  0                                                         /*!< LCD PAL107: R04_0 Position          */\r
-#define LCD_PAL107_R04_0_Msk                                  (0x1fUL << LCD_PAL107_R04_0_Pos)                          /*!< LCD PAL107: R04_0 Mask              */\r
-#define LCD_PAL107_G04_0_Pos                                  5                                                         /*!< LCD PAL107: G04_0 Position          */\r
-#define LCD_PAL107_G04_0_Msk                                  (0x1fUL << LCD_PAL107_G04_0_Pos)                          /*!< LCD PAL107: G04_0 Mask              */\r
-#define LCD_PAL107_B04_0_Pos                                  10                                                        /*!< LCD PAL107: B04_0 Position          */\r
-#define LCD_PAL107_B04_0_Msk                                  (0x1fUL << LCD_PAL107_B04_0_Pos)                          /*!< LCD PAL107: B04_0 Mask              */\r
-#define LCD_PAL107_I0_Pos                                     15                                                        /*!< LCD PAL107: I0 Position             */\r
-#define LCD_PAL107_I0_Msk                                     (0x01UL << LCD_PAL107_I0_Pos)                             /*!< LCD PAL107: I0 Mask                 */\r
-#define LCD_PAL107_R14_0_Pos                                  16                                                        /*!< LCD PAL107: R14_0 Position          */\r
-#define LCD_PAL107_R14_0_Msk                                  (0x1fUL << LCD_PAL107_R14_0_Pos)                          /*!< LCD PAL107: R14_0 Mask              */\r
-#define LCD_PAL107_G14_0_Pos                                  21                                                        /*!< LCD PAL107: G14_0 Position          */\r
-#define LCD_PAL107_G14_0_Msk                                  (0x1fUL << LCD_PAL107_G14_0_Pos)                          /*!< LCD PAL107: G14_0 Mask              */\r
-#define LCD_PAL107_B14_0_Pos                                  26                                                        /*!< LCD PAL107: B14_0 Position          */\r
-#define LCD_PAL107_B14_0_Msk                                  (0x1fUL << LCD_PAL107_B14_0_Pos)                          /*!< LCD PAL107: B14_0 Mask              */\r
-#define LCD_PAL107_I1_Pos                                     31                                                        /*!< LCD PAL107: I1 Position             */\r
-#define LCD_PAL107_I1_Msk                                     (0x01UL << LCD_PAL107_I1_Pos)                             /*!< LCD PAL107: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL108  -------------------------------------------\r
-#define LCD_PAL108_R04_0_Pos                                  0                                                         /*!< LCD PAL108: R04_0 Position          */\r
-#define LCD_PAL108_R04_0_Msk                                  (0x1fUL << LCD_PAL108_R04_0_Pos)                          /*!< LCD PAL108: R04_0 Mask              */\r
-#define LCD_PAL108_G04_0_Pos                                  5                                                         /*!< LCD PAL108: G04_0 Position          */\r
-#define LCD_PAL108_G04_0_Msk                                  (0x1fUL << LCD_PAL108_G04_0_Pos)                          /*!< LCD PAL108: G04_0 Mask              */\r
-#define LCD_PAL108_B04_0_Pos                                  10                                                        /*!< LCD PAL108: B04_0 Position          */\r
-#define LCD_PAL108_B04_0_Msk                                  (0x1fUL << LCD_PAL108_B04_0_Pos)                          /*!< LCD PAL108: B04_0 Mask              */\r
-#define LCD_PAL108_I0_Pos                                     15                                                        /*!< LCD PAL108: I0 Position             */\r
-#define LCD_PAL108_I0_Msk                                     (0x01UL << LCD_PAL108_I0_Pos)                             /*!< LCD PAL108: I0 Mask                 */\r
-#define LCD_PAL108_R14_0_Pos                                  16                                                        /*!< LCD PAL108: R14_0 Position          */\r
-#define LCD_PAL108_R14_0_Msk                                  (0x1fUL << LCD_PAL108_R14_0_Pos)                          /*!< LCD PAL108: R14_0 Mask              */\r
-#define LCD_PAL108_G14_0_Pos                                  21                                                        /*!< LCD PAL108: G14_0 Position          */\r
-#define LCD_PAL108_G14_0_Msk                                  (0x1fUL << LCD_PAL108_G14_0_Pos)                          /*!< LCD PAL108: G14_0 Mask              */\r
-#define LCD_PAL108_B14_0_Pos                                  26                                                        /*!< LCD PAL108: B14_0 Position          */\r
-#define LCD_PAL108_B14_0_Msk                                  (0x1fUL << LCD_PAL108_B14_0_Pos)                          /*!< LCD PAL108: B14_0 Mask              */\r
-#define LCD_PAL108_I1_Pos                                     31                                                        /*!< LCD PAL108: I1 Position             */\r
-#define LCD_PAL108_I1_Msk                                     (0x01UL << LCD_PAL108_I1_Pos)                             /*!< LCD PAL108: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL109  -------------------------------------------\r
-#define LCD_PAL109_R04_0_Pos                                  0                                                         /*!< LCD PAL109: R04_0 Position          */\r
-#define LCD_PAL109_R04_0_Msk                                  (0x1fUL << LCD_PAL109_R04_0_Pos)                          /*!< LCD PAL109: R04_0 Mask              */\r
-#define LCD_PAL109_G04_0_Pos                                  5                                                         /*!< LCD PAL109: G04_0 Position          */\r
-#define LCD_PAL109_G04_0_Msk                                  (0x1fUL << LCD_PAL109_G04_0_Pos)                          /*!< LCD PAL109: G04_0 Mask              */\r
-#define LCD_PAL109_B04_0_Pos                                  10                                                        /*!< LCD PAL109: B04_0 Position          */\r
-#define LCD_PAL109_B04_0_Msk                                  (0x1fUL << LCD_PAL109_B04_0_Pos)                          /*!< LCD PAL109: B04_0 Mask              */\r
-#define LCD_PAL109_I0_Pos                                     15                                                        /*!< LCD PAL109: I0 Position             */\r
-#define LCD_PAL109_I0_Msk                                     (0x01UL << LCD_PAL109_I0_Pos)                             /*!< LCD PAL109: I0 Mask                 */\r
-#define LCD_PAL109_R14_0_Pos                                  16                                                        /*!< LCD PAL109: R14_0 Position          */\r
-#define LCD_PAL109_R14_0_Msk                                  (0x1fUL << LCD_PAL109_R14_0_Pos)                          /*!< LCD PAL109: R14_0 Mask              */\r
-#define LCD_PAL109_G14_0_Pos                                  21                                                        /*!< LCD PAL109: G14_0 Position          */\r
-#define LCD_PAL109_G14_0_Msk                                  (0x1fUL << LCD_PAL109_G14_0_Pos)                          /*!< LCD PAL109: G14_0 Mask              */\r
-#define LCD_PAL109_B14_0_Pos                                  26                                                        /*!< LCD PAL109: B14_0 Position          */\r
-#define LCD_PAL109_B14_0_Msk                                  (0x1fUL << LCD_PAL109_B14_0_Pos)                          /*!< LCD PAL109: B14_0 Mask              */\r
-#define LCD_PAL109_I1_Pos                                     31                                                        /*!< LCD PAL109: I1 Position             */\r
-#define LCD_PAL109_I1_Msk                                     (0x01UL << LCD_PAL109_I1_Pos)                             /*!< LCD PAL109: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL110  -------------------------------------------\r
-#define LCD_PAL110_R04_0_Pos                                  0                                                         /*!< LCD PAL110: R04_0 Position          */\r
-#define LCD_PAL110_R04_0_Msk                                  (0x1fUL << LCD_PAL110_R04_0_Pos)                          /*!< LCD PAL110: R04_0 Mask              */\r
-#define LCD_PAL110_G04_0_Pos                                  5                                                         /*!< LCD PAL110: G04_0 Position          */\r
-#define LCD_PAL110_G04_0_Msk                                  (0x1fUL << LCD_PAL110_G04_0_Pos)                          /*!< LCD PAL110: G04_0 Mask              */\r
-#define LCD_PAL110_B04_0_Pos                                  10                                                        /*!< LCD PAL110: B04_0 Position          */\r
-#define LCD_PAL110_B04_0_Msk                                  (0x1fUL << LCD_PAL110_B04_0_Pos)                          /*!< LCD PAL110: B04_0 Mask              */\r
-#define LCD_PAL110_I0_Pos                                     15                                                        /*!< LCD PAL110: I0 Position             */\r
-#define LCD_PAL110_I0_Msk                                     (0x01UL << LCD_PAL110_I0_Pos)                             /*!< LCD PAL110: I0 Mask                 */\r
-#define LCD_PAL110_R14_0_Pos                                  16                                                        /*!< LCD PAL110: R14_0 Position          */\r
-#define LCD_PAL110_R14_0_Msk                                  (0x1fUL << LCD_PAL110_R14_0_Pos)                          /*!< LCD PAL110: R14_0 Mask              */\r
-#define LCD_PAL110_G14_0_Pos                                  21                                                        /*!< LCD PAL110: G14_0 Position          */\r
-#define LCD_PAL110_G14_0_Msk                                  (0x1fUL << LCD_PAL110_G14_0_Pos)                          /*!< LCD PAL110: G14_0 Mask              */\r
-#define LCD_PAL110_B14_0_Pos                                  26                                                        /*!< LCD PAL110: B14_0 Position          */\r
-#define LCD_PAL110_B14_0_Msk                                  (0x1fUL << LCD_PAL110_B14_0_Pos)                          /*!< LCD PAL110: B14_0 Mask              */\r
-#define LCD_PAL110_I1_Pos                                     31                                                        /*!< LCD PAL110: I1 Position             */\r
-#define LCD_PAL110_I1_Msk                                     (0x01UL << LCD_PAL110_I1_Pos)                             /*!< LCD PAL110: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL111  -------------------------------------------\r
-#define LCD_PAL111_R04_0_Pos                                  0                                                         /*!< LCD PAL111: R04_0 Position          */\r
-#define LCD_PAL111_R04_0_Msk                                  (0x1fUL << LCD_PAL111_R04_0_Pos)                          /*!< LCD PAL111: R04_0 Mask              */\r
-#define LCD_PAL111_G04_0_Pos                                  5                                                         /*!< LCD PAL111: G04_0 Position          */\r
-#define LCD_PAL111_G04_0_Msk                                  (0x1fUL << LCD_PAL111_G04_0_Pos)                          /*!< LCD PAL111: G04_0 Mask              */\r
-#define LCD_PAL111_B04_0_Pos                                  10                                                        /*!< LCD PAL111: B04_0 Position          */\r
-#define LCD_PAL111_B04_0_Msk                                  (0x1fUL << LCD_PAL111_B04_0_Pos)                          /*!< LCD PAL111: B04_0 Mask              */\r
-#define LCD_PAL111_I0_Pos                                     15                                                        /*!< LCD PAL111: I0 Position             */\r
-#define LCD_PAL111_I0_Msk                                     (0x01UL << LCD_PAL111_I0_Pos)                             /*!< LCD PAL111: I0 Mask                 */\r
-#define LCD_PAL111_R14_0_Pos                                  16                                                        /*!< LCD PAL111: R14_0 Position          */\r
-#define LCD_PAL111_R14_0_Msk                                  (0x1fUL << LCD_PAL111_R14_0_Pos)                          /*!< LCD PAL111: R14_0 Mask              */\r
-#define LCD_PAL111_G14_0_Pos                                  21                                                        /*!< LCD PAL111: G14_0 Position          */\r
-#define LCD_PAL111_G14_0_Msk                                  (0x1fUL << LCD_PAL111_G14_0_Pos)                          /*!< LCD PAL111: G14_0 Mask              */\r
-#define LCD_PAL111_B14_0_Pos                                  26                                                        /*!< LCD PAL111: B14_0 Position          */\r
-#define LCD_PAL111_B14_0_Msk                                  (0x1fUL << LCD_PAL111_B14_0_Pos)                          /*!< LCD PAL111: B14_0 Mask              */\r
-#define LCD_PAL111_I1_Pos                                     31                                                        /*!< LCD PAL111: I1 Position             */\r
-#define LCD_PAL111_I1_Msk                                     (0x01UL << LCD_PAL111_I1_Pos)                             /*!< LCD PAL111: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL112  -------------------------------------------\r
-#define LCD_PAL112_R04_0_Pos                                  0                                                         /*!< LCD PAL112: R04_0 Position          */\r
-#define LCD_PAL112_R04_0_Msk                                  (0x1fUL << LCD_PAL112_R04_0_Pos)                          /*!< LCD PAL112: R04_0 Mask              */\r
-#define LCD_PAL112_G04_0_Pos                                  5                                                         /*!< LCD PAL112: G04_0 Position          */\r
-#define LCD_PAL112_G04_0_Msk                                  (0x1fUL << LCD_PAL112_G04_0_Pos)                          /*!< LCD PAL112: G04_0 Mask              */\r
-#define LCD_PAL112_B04_0_Pos                                  10                                                        /*!< LCD PAL112: B04_0 Position          */\r
-#define LCD_PAL112_B04_0_Msk                                  (0x1fUL << LCD_PAL112_B04_0_Pos)                          /*!< LCD PAL112: B04_0 Mask              */\r
-#define LCD_PAL112_I0_Pos                                     15                                                        /*!< LCD PAL112: I0 Position             */\r
-#define LCD_PAL112_I0_Msk                                     (0x01UL << LCD_PAL112_I0_Pos)                             /*!< LCD PAL112: I0 Mask                 */\r
-#define LCD_PAL112_R14_0_Pos                                  16                                                        /*!< LCD PAL112: R14_0 Position          */\r
-#define LCD_PAL112_R14_0_Msk                                  (0x1fUL << LCD_PAL112_R14_0_Pos)                          /*!< LCD PAL112: R14_0 Mask              */\r
-#define LCD_PAL112_G14_0_Pos                                  21                                                        /*!< LCD PAL112: G14_0 Position          */\r
-#define LCD_PAL112_G14_0_Msk                                  (0x1fUL << LCD_PAL112_G14_0_Pos)                          /*!< LCD PAL112: G14_0 Mask              */\r
-#define LCD_PAL112_B14_0_Pos                                  26                                                        /*!< LCD PAL112: B14_0 Position          */\r
-#define LCD_PAL112_B14_0_Msk                                  (0x1fUL << LCD_PAL112_B14_0_Pos)                          /*!< LCD PAL112: B14_0 Mask              */\r
-#define LCD_PAL112_I1_Pos                                     31                                                        /*!< LCD PAL112: I1 Position             */\r
-#define LCD_PAL112_I1_Msk                                     (0x01UL << LCD_PAL112_I1_Pos)                             /*!< LCD PAL112: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL113  -------------------------------------------\r
-#define LCD_PAL113_R04_0_Pos                                  0                                                         /*!< LCD PAL113: R04_0 Position          */\r
-#define LCD_PAL113_R04_0_Msk                                  (0x1fUL << LCD_PAL113_R04_0_Pos)                          /*!< LCD PAL113: R04_0 Mask              */\r
-#define LCD_PAL113_G04_0_Pos                                  5                                                         /*!< LCD PAL113: G04_0 Position          */\r
-#define LCD_PAL113_G04_0_Msk                                  (0x1fUL << LCD_PAL113_G04_0_Pos)                          /*!< LCD PAL113: G04_0 Mask              */\r
-#define LCD_PAL113_B04_0_Pos                                  10                                                        /*!< LCD PAL113: B04_0 Position          */\r
-#define LCD_PAL113_B04_0_Msk                                  (0x1fUL << LCD_PAL113_B04_0_Pos)                          /*!< LCD PAL113: B04_0 Mask              */\r
-#define LCD_PAL113_I0_Pos                                     15                                                        /*!< LCD PAL113: I0 Position             */\r
-#define LCD_PAL113_I0_Msk                                     (0x01UL << LCD_PAL113_I0_Pos)                             /*!< LCD PAL113: I0 Mask                 */\r
-#define LCD_PAL113_R14_0_Pos                                  16                                                        /*!< LCD PAL113: R14_0 Position          */\r
-#define LCD_PAL113_R14_0_Msk                                  (0x1fUL << LCD_PAL113_R14_0_Pos)                          /*!< LCD PAL113: R14_0 Mask              */\r
-#define LCD_PAL113_G14_0_Pos                                  21                                                        /*!< LCD PAL113: G14_0 Position          */\r
-#define LCD_PAL113_G14_0_Msk                                  (0x1fUL << LCD_PAL113_G14_0_Pos)                          /*!< LCD PAL113: G14_0 Mask              */\r
-#define LCD_PAL113_B14_0_Pos                                  26                                                        /*!< LCD PAL113: B14_0 Position          */\r
-#define LCD_PAL113_B14_0_Msk                                  (0x1fUL << LCD_PAL113_B14_0_Pos)                          /*!< LCD PAL113: B14_0 Mask              */\r
-#define LCD_PAL113_I1_Pos                                     31                                                        /*!< LCD PAL113: I1 Position             */\r
-#define LCD_PAL113_I1_Msk                                     (0x01UL << LCD_PAL113_I1_Pos)                             /*!< LCD PAL113: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL114  -------------------------------------------\r
-#define LCD_PAL114_R04_0_Pos                                  0                                                         /*!< LCD PAL114: R04_0 Position          */\r
-#define LCD_PAL114_R04_0_Msk                                  (0x1fUL << LCD_PAL114_R04_0_Pos)                          /*!< LCD PAL114: R04_0 Mask              */\r
-#define LCD_PAL114_G04_0_Pos                                  5                                                         /*!< LCD PAL114: G04_0 Position          */\r
-#define LCD_PAL114_G04_0_Msk                                  (0x1fUL << LCD_PAL114_G04_0_Pos)                          /*!< LCD PAL114: G04_0 Mask              */\r
-#define LCD_PAL114_B04_0_Pos                                  10                                                        /*!< LCD PAL114: B04_0 Position          */\r
-#define LCD_PAL114_B04_0_Msk                                  (0x1fUL << LCD_PAL114_B04_0_Pos)                          /*!< LCD PAL114: B04_0 Mask              */\r
-#define LCD_PAL114_I0_Pos                                     15                                                        /*!< LCD PAL114: I0 Position             */\r
-#define LCD_PAL114_I0_Msk                                     (0x01UL << LCD_PAL114_I0_Pos)                             /*!< LCD PAL114: I0 Mask                 */\r
-#define LCD_PAL114_R14_0_Pos                                  16                                                        /*!< LCD PAL114: R14_0 Position          */\r
-#define LCD_PAL114_R14_0_Msk                                  (0x1fUL << LCD_PAL114_R14_0_Pos)                          /*!< LCD PAL114: R14_0 Mask              */\r
-#define LCD_PAL114_G14_0_Pos                                  21                                                        /*!< LCD PAL114: G14_0 Position          */\r
-#define LCD_PAL114_G14_0_Msk                                  (0x1fUL << LCD_PAL114_G14_0_Pos)                          /*!< LCD PAL114: G14_0 Mask              */\r
-#define LCD_PAL114_B14_0_Pos                                  26                                                        /*!< LCD PAL114: B14_0 Position          */\r
-#define LCD_PAL114_B14_0_Msk                                  (0x1fUL << LCD_PAL114_B14_0_Pos)                          /*!< LCD PAL114: B14_0 Mask              */\r
-#define LCD_PAL114_I1_Pos                                     31                                                        /*!< LCD PAL114: I1 Position             */\r
-#define LCD_PAL114_I1_Msk                                     (0x01UL << LCD_PAL114_I1_Pos)                             /*!< LCD PAL114: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL115  -------------------------------------------\r
-#define LCD_PAL115_R04_0_Pos                                  0                                                         /*!< LCD PAL115: R04_0 Position          */\r
-#define LCD_PAL115_R04_0_Msk                                  (0x1fUL << LCD_PAL115_R04_0_Pos)                          /*!< LCD PAL115: R04_0 Mask              */\r
-#define LCD_PAL115_G04_0_Pos                                  5                                                         /*!< LCD PAL115: G04_0 Position          */\r
-#define LCD_PAL115_G04_0_Msk                                  (0x1fUL << LCD_PAL115_G04_0_Pos)                          /*!< LCD PAL115: G04_0 Mask              */\r
-#define LCD_PAL115_B04_0_Pos                                  10                                                        /*!< LCD PAL115: B04_0 Position          */\r
-#define LCD_PAL115_B04_0_Msk                                  (0x1fUL << LCD_PAL115_B04_0_Pos)                          /*!< LCD PAL115: B04_0 Mask              */\r
-#define LCD_PAL115_I0_Pos                                     15                                                        /*!< LCD PAL115: I0 Position             */\r
-#define LCD_PAL115_I0_Msk                                     (0x01UL << LCD_PAL115_I0_Pos)                             /*!< LCD PAL115: I0 Mask                 */\r
-#define LCD_PAL115_R14_0_Pos                                  16                                                        /*!< LCD PAL115: R14_0 Position          */\r
-#define LCD_PAL115_R14_0_Msk                                  (0x1fUL << LCD_PAL115_R14_0_Pos)                          /*!< LCD PAL115: R14_0 Mask              */\r
-#define LCD_PAL115_G14_0_Pos                                  21                                                        /*!< LCD PAL115: G14_0 Position          */\r
-#define LCD_PAL115_G14_0_Msk                                  (0x1fUL << LCD_PAL115_G14_0_Pos)                          /*!< LCD PAL115: G14_0 Mask              */\r
-#define LCD_PAL115_B14_0_Pos                                  26                                                        /*!< LCD PAL115: B14_0 Position          */\r
-#define LCD_PAL115_B14_0_Msk                                  (0x1fUL << LCD_PAL115_B14_0_Pos)                          /*!< LCD PAL115: B14_0 Mask              */\r
-#define LCD_PAL115_I1_Pos                                     31                                                        /*!< LCD PAL115: I1 Position             */\r
-#define LCD_PAL115_I1_Msk                                     (0x01UL << LCD_PAL115_I1_Pos)                             /*!< LCD PAL115: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL116  -------------------------------------------\r
-#define LCD_PAL116_R04_0_Pos                                  0                                                         /*!< LCD PAL116: R04_0 Position          */\r
-#define LCD_PAL116_R04_0_Msk                                  (0x1fUL << LCD_PAL116_R04_0_Pos)                          /*!< LCD PAL116: R04_0 Mask              */\r
-#define LCD_PAL116_G04_0_Pos                                  5                                                         /*!< LCD PAL116: G04_0 Position          */\r
-#define LCD_PAL116_G04_0_Msk                                  (0x1fUL << LCD_PAL116_G04_0_Pos)                          /*!< LCD PAL116: G04_0 Mask              */\r
-#define LCD_PAL116_B04_0_Pos                                  10                                                        /*!< LCD PAL116: B04_0 Position          */\r
-#define LCD_PAL116_B04_0_Msk                                  (0x1fUL << LCD_PAL116_B04_0_Pos)                          /*!< LCD PAL116: B04_0 Mask              */\r
-#define LCD_PAL116_I0_Pos                                     15                                                        /*!< LCD PAL116: I0 Position             */\r
-#define LCD_PAL116_I0_Msk                                     (0x01UL << LCD_PAL116_I0_Pos)                             /*!< LCD PAL116: I0 Mask                 */\r
-#define LCD_PAL116_R14_0_Pos                                  16                                                        /*!< LCD PAL116: R14_0 Position          */\r
-#define LCD_PAL116_R14_0_Msk                                  (0x1fUL << LCD_PAL116_R14_0_Pos)                          /*!< LCD PAL116: R14_0 Mask              */\r
-#define LCD_PAL116_G14_0_Pos                                  21                                                        /*!< LCD PAL116: G14_0 Position          */\r
-#define LCD_PAL116_G14_0_Msk                                  (0x1fUL << LCD_PAL116_G14_0_Pos)                          /*!< LCD PAL116: G14_0 Mask              */\r
-#define LCD_PAL116_B14_0_Pos                                  26                                                        /*!< LCD PAL116: B14_0 Position          */\r
-#define LCD_PAL116_B14_0_Msk                                  (0x1fUL << LCD_PAL116_B14_0_Pos)                          /*!< LCD PAL116: B14_0 Mask              */\r
-#define LCD_PAL116_I1_Pos                                     31                                                        /*!< LCD PAL116: I1 Position             */\r
-#define LCD_PAL116_I1_Msk                                     (0x01UL << LCD_PAL116_I1_Pos)                             /*!< LCD PAL116: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL117  -------------------------------------------\r
-#define LCD_PAL117_R04_0_Pos                                  0                                                         /*!< LCD PAL117: R04_0 Position          */\r
-#define LCD_PAL117_R04_0_Msk                                  (0x1fUL << LCD_PAL117_R04_0_Pos)                          /*!< LCD PAL117: R04_0 Mask              */\r
-#define LCD_PAL117_G04_0_Pos                                  5                                                         /*!< LCD PAL117: G04_0 Position          */\r
-#define LCD_PAL117_G04_0_Msk                                  (0x1fUL << LCD_PAL117_G04_0_Pos)                          /*!< LCD PAL117: G04_0 Mask              */\r
-#define LCD_PAL117_B04_0_Pos                                  10                                                        /*!< LCD PAL117: B04_0 Position          */\r
-#define LCD_PAL117_B04_0_Msk                                  (0x1fUL << LCD_PAL117_B04_0_Pos)                          /*!< LCD PAL117: B04_0 Mask              */\r
-#define LCD_PAL117_I0_Pos                                     15                                                        /*!< LCD PAL117: I0 Position             */\r
-#define LCD_PAL117_I0_Msk                                     (0x01UL << LCD_PAL117_I0_Pos)                             /*!< LCD PAL117: I0 Mask                 */\r
-#define LCD_PAL117_R14_0_Pos                                  16                                                        /*!< LCD PAL117: R14_0 Position          */\r
-#define LCD_PAL117_R14_0_Msk                                  (0x1fUL << LCD_PAL117_R14_0_Pos)                          /*!< LCD PAL117: R14_0 Mask              */\r
-#define LCD_PAL117_G14_0_Pos                                  21                                                        /*!< LCD PAL117: G14_0 Position          */\r
-#define LCD_PAL117_G14_0_Msk                                  (0x1fUL << LCD_PAL117_G14_0_Pos)                          /*!< LCD PAL117: G14_0 Mask              */\r
-#define LCD_PAL117_B14_0_Pos                                  26                                                        /*!< LCD PAL117: B14_0 Position          */\r
-#define LCD_PAL117_B14_0_Msk                                  (0x1fUL << LCD_PAL117_B14_0_Pos)                          /*!< LCD PAL117: B14_0 Mask              */\r
-#define LCD_PAL117_I1_Pos                                     31                                                        /*!< LCD PAL117: I1 Position             */\r
-#define LCD_PAL117_I1_Msk                                     (0x01UL << LCD_PAL117_I1_Pos)                             /*!< LCD PAL117: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL118  -------------------------------------------\r
-#define LCD_PAL118_R04_0_Pos                                  0                                                         /*!< LCD PAL118: R04_0 Position          */\r
-#define LCD_PAL118_R04_0_Msk                                  (0x1fUL << LCD_PAL118_R04_0_Pos)                          /*!< LCD PAL118: R04_0 Mask              */\r
-#define LCD_PAL118_G04_0_Pos                                  5                                                         /*!< LCD PAL118: G04_0 Position          */\r
-#define LCD_PAL118_G04_0_Msk                                  (0x1fUL << LCD_PAL118_G04_0_Pos)                          /*!< LCD PAL118: G04_0 Mask              */\r
-#define LCD_PAL118_B04_0_Pos                                  10                                                        /*!< LCD PAL118: B04_0 Position          */\r
-#define LCD_PAL118_B04_0_Msk                                  (0x1fUL << LCD_PAL118_B04_0_Pos)                          /*!< LCD PAL118: B04_0 Mask              */\r
-#define LCD_PAL118_I0_Pos                                     15                                                        /*!< LCD PAL118: I0 Position             */\r
-#define LCD_PAL118_I0_Msk                                     (0x01UL << LCD_PAL118_I0_Pos)                             /*!< LCD PAL118: I0 Mask                 */\r
-#define LCD_PAL118_R14_0_Pos                                  16                                                        /*!< LCD PAL118: R14_0 Position          */\r
-#define LCD_PAL118_R14_0_Msk                                  (0x1fUL << LCD_PAL118_R14_0_Pos)                          /*!< LCD PAL118: R14_0 Mask              */\r
-#define LCD_PAL118_G14_0_Pos                                  21                                                        /*!< LCD PAL118: G14_0 Position          */\r
-#define LCD_PAL118_G14_0_Msk                                  (0x1fUL << LCD_PAL118_G14_0_Pos)                          /*!< LCD PAL118: G14_0 Mask              */\r
-#define LCD_PAL118_B14_0_Pos                                  26                                                        /*!< LCD PAL118: B14_0 Position          */\r
-#define LCD_PAL118_B14_0_Msk                                  (0x1fUL << LCD_PAL118_B14_0_Pos)                          /*!< LCD PAL118: B14_0 Mask              */\r
-#define LCD_PAL118_I1_Pos                                     31                                                        /*!< LCD PAL118: I1 Position             */\r
-#define LCD_PAL118_I1_Msk                                     (0x01UL << LCD_PAL118_I1_Pos)                             /*!< LCD PAL118: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL119  -------------------------------------------\r
-#define LCD_PAL119_R04_0_Pos                                  0                                                         /*!< LCD PAL119: R04_0 Position          */\r
-#define LCD_PAL119_R04_0_Msk                                  (0x1fUL << LCD_PAL119_R04_0_Pos)                          /*!< LCD PAL119: R04_0 Mask              */\r
-#define LCD_PAL119_G04_0_Pos                                  5                                                         /*!< LCD PAL119: G04_0 Position          */\r
-#define LCD_PAL119_G04_0_Msk                                  (0x1fUL << LCD_PAL119_G04_0_Pos)                          /*!< LCD PAL119: G04_0 Mask              */\r
-#define LCD_PAL119_B04_0_Pos                                  10                                                        /*!< LCD PAL119: B04_0 Position          */\r
-#define LCD_PAL119_B04_0_Msk                                  (0x1fUL << LCD_PAL119_B04_0_Pos)                          /*!< LCD PAL119: B04_0 Mask              */\r
-#define LCD_PAL119_I0_Pos                                     15                                                        /*!< LCD PAL119: I0 Position             */\r
-#define LCD_PAL119_I0_Msk                                     (0x01UL << LCD_PAL119_I0_Pos)                             /*!< LCD PAL119: I0 Mask                 */\r
-#define LCD_PAL119_R14_0_Pos                                  16                                                        /*!< LCD PAL119: R14_0 Position          */\r
-#define LCD_PAL119_R14_0_Msk                                  (0x1fUL << LCD_PAL119_R14_0_Pos)                          /*!< LCD PAL119: R14_0 Mask              */\r
-#define LCD_PAL119_G14_0_Pos                                  21                                                        /*!< LCD PAL119: G14_0 Position          */\r
-#define LCD_PAL119_G14_0_Msk                                  (0x1fUL << LCD_PAL119_G14_0_Pos)                          /*!< LCD PAL119: G14_0 Mask              */\r
-#define LCD_PAL119_B14_0_Pos                                  26                                                        /*!< LCD PAL119: B14_0 Position          */\r
-#define LCD_PAL119_B14_0_Msk                                  (0x1fUL << LCD_PAL119_B14_0_Pos)                          /*!< LCD PAL119: B14_0 Mask              */\r
-#define LCD_PAL119_I1_Pos                                     31                                                        /*!< LCD PAL119: I1 Position             */\r
-#define LCD_PAL119_I1_Msk                                     (0x01UL << LCD_PAL119_I1_Pos)                             /*!< LCD PAL119: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL120  -------------------------------------------\r
-#define LCD_PAL120_R04_0_Pos                                  0                                                         /*!< LCD PAL120: R04_0 Position          */\r
-#define LCD_PAL120_R04_0_Msk                                  (0x1fUL << LCD_PAL120_R04_0_Pos)                          /*!< LCD PAL120: R04_0 Mask              */\r
-#define LCD_PAL120_G04_0_Pos                                  5                                                         /*!< LCD PAL120: G04_0 Position          */\r
-#define LCD_PAL120_G04_0_Msk                                  (0x1fUL << LCD_PAL120_G04_0_Pos)                          /*!< LCD PAL120: G04_0 Mask              */\r
-#define LCD_PAL120_B04_0_Pos                                  10                                                        /*!< LCD PAL120: B04_0 Position          */\r
-#define LCD_PAL120_B04_0_Msk                                  (0x1fUL << LCD_PAL120_B04_0_Pos)                          /*!< LCD PAL120: B04_0 Mask              */\r
-#define LCD_PAL120_I0_Pos                                     15                                                        /*!< LCD PAL120: I0 Position             */\r
-#define LCD_PAL120_I0_Msk                                     (0x01UL << LCD_PAL120_I0_Pos)                             /*!< LCD PAL120: I0 Mask                 */\r
-#define LCD_PAL120_R14_0_Pos                                  16                                                        /*!< LCD PAL120: R14_0 Position          */\r
-#define LCD_PAL120_R14_0_Msk                                  (0x1fUL << LCD_PAL120_R14_0_Pos)                          /*!< LCD PAL120: R14_0 Mask              */\r
-#define LCD_PAL120_G14_0_Pos                                  21                                                        /*!< LCD PAL120: G14_0 Position          */\r
-#define LCD_PAL120_G14_0_Msk                                  (0x1fUL << LCD_PAL120_G14_0_Pos)                          /*!< LCD PAL120: G14_0 Mask              */\r
-#define LCD_PAL120_B14_0_Pos                                  26                                                        /*!< LCD PAL120: B14_0 Position          */\r
-#define LCD_PAL120_B14_0_Msk                                  (0x1fUL << LCD_PAL120_B14_0_Pos)                          /*!< LCD PAL120: B14_0 Mask              */\r
-#define LCD_PAL120_I1_Pos                                     31                                                        /*!< LCD PAL120: I1 Position             */\r
-#define LCD_PAL120_I1_Msk                                     (0x01UL << LCD_PAL120_I1_Pos)                             /*!< LCD PAL120: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL121  -------------------------------------------\r
-#define LCD_PAL121_R04_0_Pos                                  0                                                         /*!< LCD PAL121: R04_0 Position          */\r
-#define LCD_PAL121_R04_0_Msk                                  (0x1fUL << LCD_PAL121_R04_0_Pos)                          /*!< LCD PAL121: R04_0 Mask              */\r
-#define LCD_PAL121_G04_0_Pos                                  5                                                         /*!< LCD PAL121: G04_0 Position          */\r
-#define LCD_PAL121_G04_0_Msk                                  (0x1fUL << LCD_PAL121_G04_0_Pos)                          /*!< LCD PAL121: G04_0 Mask              */\r
-#define LCD_PAL121_B04_0_Pos                                  10                                                        /*!< LCD PAL121: B04_0 Position          */\r
-#define LCD_PAL121_B04_0_Msk                                  (0x1fUL << LCD_PAL121_B04_0_Pos)                          /*!< LCD PAL121: B04_0 Mask              */\r
-#define LCD_PAL121_I0_Pos                                     15                                                        /*!< LCD PAL121: I0 Position             */\r
-#define LCD_PAL121_I0_Msk                                     (0x01UL << LCD_PAL121_I0_Pos)                             /*!< LCD PAL121: I0 Mask                 */\r
-#define LCD_PAL121_R14_0_Pos                                  16                                                        /*!< LCD PAL121: R14_0 Position          */\r
-#define LCD_PAL121_R14_0_Msk                                  (0x1fUL << LCD_PAL121_R14_0_Pos)                          /*!< LCD PAL121: R14_0 Mask              */\r
-#define LCD_PAL121_G14_0_Pos                                  21                                                        /*!< LCD PAL121: G14_0 Position          */\r
-#define LCD_PAL121_G14_0_Msk                                  (0x1fUL << LCD_PAL121_G14_0_Pos)                          /*!< LCD PAL121: G14_0 Mask              */\r
-#define LCD_PAL121_B14_0_Pos                                  26                                                        /*!< LCD PAL121: B14_0 Position          */\r
-#define LCD_PAL121_B14_0_Msk                                  (0x1fUL << LCD_PAL121_B14_0_Pos)                          /*!< LCD PAL121: B14_0 Mask              */\r
-#define LCD_PAL121_I1_Pos                                     31                                                        /*!< LCD PAL121: I1 Position             */\r
-#define LCD_PAL121_I1_Msk                                     (0x01UL << LCD_PAL121_I1_Pos)                             /*!< LCD PAL121: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL122  -------------------------------------------\r
-#define LCD_PAL122_R04_0_Pos                                  0                                                         /*!< LCD PAL122: R04_0 Position          */\r
-#define LCD_PAL122_R04_0_Msk                                  (0x1fUL << LCD_PAL122_R04_0_Pos)                          /*!< LCD PAL122: R04_0 Mask              */\r
-#define LCD_PAL122_G04_0_Pos                                  5                                                         /*!< LCD PAL122: G04_0 Position          */\r
-#define LCD_PAL122_G04_0_Msk                                  (0x1fUL << LCD_PAL122_G04_0_Pos)                          /*!< LCD PAL122: G04_0 Mask              */\r
-#define LCD_PAL122_B04_0_Pos                                  10                                                        /*!< LCD PAL122: B04_0 Position          */\r
-#define LCD_PAL122_B04_0_Msk                                  (0x1fUL << LCD_PAL122_B04_0_Pos)                          /*!< LCD PAL122: B04_0 Mask              */\r
-#define LCD_PAL122_I0_Pos                                     15                                                        /*!< LCD PAL122: I0 Position             */\r
-#define LCD_PAL122_I0_Msk                                     (0x01UL << LCD_PAL122_I0_Pos)                             /*!< LCD PAL122: I0 Mask                 */\r
-#define LCD_PAL122_R14_0_Pos                                  16                                                        /*!< LCD PAL122: R14_0 Position          */\r
-#define LCD_PAL122_R14_0_Msk                                  (0x1fUL << LCD_PAL122_R14_0_Pos)                          /*!< LCD PAL122: R14_0 Mask              */\r
-#define LCD_PAL122_G14_0_Pos                                  21                                                        /*!< LCD PAL122: G14_0 Position          */\r
-#define LCD_PAL122_G14_0_Msk                                  (0x1fUL << LCD_PAL122_G14_0_Pos)                          /*!< LCD PAL122: G14_0 Mask              */\r
-#define LCD_PAL122_B14_0_Pos                                  26                                                        /*!< LCD PAL122: B14_0 Position          */\r
-#define LCD_PAL122_B14_0_Msk                                  (0x1fUL << LCD_PAL122_B14_0_Pos)                          /*!< LCD PAL122: B14_0 Mask              */\r
-#define LCD_PAL122_I1_Pos                                     31                                                        /*!< LCD PAL122: I1 Position             */\r
-#define LCD_PAL122_I1_Msk                                     (0x01UL << LCD_PAL122_I1_Pos)                             /*!< LCD PAL122: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL123  -------------------------------------------\r
-#define LCD_PAL123_R04_0_Pos                                  0                                                         /*!< LCD PAL123: R04_0 Position          */\r
-#define LCD_PAL123_R04_0_Msk                                  (0x1fUL << LCD_PAL123_R04_0_Pos)                          /*!< LCD PAL123: R04_0 Mask              */\r
-#define LCD_PAL123_G04_0_Pos                                  5                                                         /*!< LCD PAL123: G04_0 Position          */\r
-#define LCD_PAL123_G04_0_Msk                                  (0x1fUL << LCD_PAL123_G04_0_Pos)                          /*!< LCD PAL123: G04_0 Mask              */\r
-#define LCD_PAL123_B04_0_Pos                                  10                                                        /*!< LCD PAL123: B04_0 Position          */\r
-#define LCD_PAL123_B04_0_Msk                                  (0x1fUL << LCD_PAL123_B04_0_Pos)                          /*!< LCD PAL123: B04_0 Mask              */\r
-#define LCD_PAL123_I0_Pos                                     15                                                        /*!< LCD PAL123: I0 Position             */\r
-#define LCD_PAL123_I0_Msk                                     (0x01UL << LCD_PAL123_I0_Pos)                             /*!< LCD PAL123: I0 Mask                 */\r
-#define LCD_PAL123_R14_0_Pos                                  16                                                        /*!< LCD PAL123: R14_0 Position          */\r
-#define LCD_PAL123_R14_0_Msk                                  (0x1fUL << LCD_PAL123_R14_0_Pos)                          /*!< LCD PAL123: R14_0 Mask              */\r
-#define LCD_PAL123_G14_0_Pos                                  21                                                        /*!< LCD PAL123: G14_0 Position          */\r
-#define LCD_PAL123_G14_0_Msk                                  (0x1fUL << LCD_PAL123_G14_0_Pos)                          /*!< LCD PAL123: G14_0 Mask              */\r
-#define LCD_PAL123_B14_0_Pos                                  26                                                        /*!< LCD PAL123: B14_0 Position          */\r
-#define LCD_PAL123_B14_0_Msk                                  (0x1fUL << LCD_PAL123_B14_0_Pos)                          /*!< LCD PAL123: B14_0 Mask              */\r
-#define LCD_PAL123_I1_Pos                                     31                                                        /*!< LCD PAL123: I1 Position             */\r
-#define LCD_PAL123_I1_Msk                                     (0x01UL << LCD_PAL123_I1_Pos)                             /*!< LCD PAL123: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL124  -------------------------------------------\r
-#define LCD_PAL124_R04_0_Pos                                  0                                                         /*!< LCD PAL124: R04_0 Position          */\r
-#define LCD_PAL124_R04_0_Msk                                  (0x1fUL << LCD_PAL124_R04_0_Pos)                          /*!< LCD PAL124: R04_0 Mask              */\r
-#define LCD_PAL124_G04_0_Pos                                  5                                                         /*!< LCD PAL124: G04_0 Position          */\r
-#define LCD_PAL124_G04_0_Msk                                  (0x1fUL << LCD_PAL124_G04_0_Pos)                          /*!< LCD PAL124: G04_0 Mask              */\r
-#define LCD_PAL124_B04_0_Pos                                  10                                                        /*!< LCD PAL124: B04_0 Position          */\r
-#define LCD_PAL124_B04_0_Msk                                  (0x1fUL << LCD_PAL124_B04_0_Pos)                          /*!< LCD PAL124: B04_0 Mask              */\r
-#define LCD_PAL124_I0_Pos                                     15                                                        /*!< LCD PAL124: I0 Position             */\r
-#define LCD_PAL124_I0_Msk                                     (0x01UL << LCD_PAL124_I0_Pos)                             /*!< LCD PAL124: I0 Mask                 */\r
-#define LCD_PAL124_R14_0_Pos                                  16                                                        /*!< LCD PAL124: R14_0 Position          */\r
-#define LCD_PAL124_R14_0_Msk                                  (0x1fUL << LCD_PAL124_R14_0_Pos)                          /*!< LCD PAL124: R14_0 Mask              */\r
-#define LCD_PAL124_G14_0_Pos                                  21                                                        /*!< LCD PAL124: G14_0 Position          */\r
-#define LCD_PAL124_G14_0_Msk                                  (0x1fUL << LCD_PAL124_G14_0_Pos)                          /*!< LCD PAL124: G14_0 Mask              */\r
-#define LCD_PAL124_B14_0_Pos                                  26                                                        /*!< LCD PAL124: B14_0 Position          */\r
-#define LCD_PAL124_B14_0_Msk                                  (0x1fUL << LCD_PAL124_B14_0_Pos)                          /*!< LCD PAL124: B14_0 Mask              */\r
-#define LCD_PAL124_I1_Pos                                     31                                                        /*!< LCD PAL124: I1 Position             */\r
-#define LCD_PAL124_I1_Msk                                     (0x01UL << LCD_PAL124_I1_Pos)                             /*!< LCD PAL124: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL125  -------------------------------------------\r
-#define LCD_PAL125_R04_0_Pos                                  0                                                         /*!< LCD PAL125: R04_0 Position          */\r
-#define LCD_PAL125_R04_0_Msk                                  (0x1fUL << LCD_PAL125_R04_0_Pos)                          /*!< LCD PAL125: R04_0 Mask              */\r
-#define LCD_PAL125_G04_0_Pos                                  5                                                         /*!< LCD PAL125: G04_0 Position          */\r
-#define LCD_PAL125_G04_0_Msk                                  (0x1fUL << LCD_PAL125_G04_0_Pos)                          /*!< LCD PAL125: G04_0 Mask              */\r
-#define LCD_PAL125_B04_0_Pos                                  10                                                        /*!< LCD PAL125: B04_0 Position          */\r
-#define LCD_PAL125_B04_0_Msk                                  (0x1fUL << LCD_PAL125_B04_0_Pos)                          /*!< LCD PAL125: B04_0 Mask              */\r
-#define LCD_PAL125_I0_Pos                                     15                                                        /*!< LCD PAL125: I0 Position             */\r
-#define LCD_PAL125_I0_Msk                                     (0x01UL << LCD_PAL125_I0_Pos)                             /*!< LCD PAL125: I0 Mask                 */\r
-#define LCD_PAL125_R14_0_Pos                                  16                                                        /*!< LCD PAL125: R14_0 Position          */\r
-#define LCD_PAL125_R14_0_Msk                                  (0x1fUL << LCD_PAL125_R14_0_Pos)                          /*!< LCD PAL125: R14_0 Mask              */\r
-#define LCD_PAL125_G14_0_Pos                                  21                                                        /*!< LCD PAL125: G14_0 Position          */\r
-#define LCD_PAL125_G14_0_Msk                                  (0x1fUL << LCD_PAL125_G14_0_Pos)                          /*!< LCD PAL125: G14_0 Mask              */\r
-#define LCD_PAL125_B14_0_Pos                                  26                                                        /*!< LCD PAL125: B14_0 Position          */\r
-#define LCD_PAL125_B14_0_Msk                                  (0x1fUL << LCD_PAL125_B14_0_Pos)                          /*!< LCD PAL125: B14_0 Mask              */\r
-#define LCD_PAL125_I1_Pos                                     31                                                        /*!< LCD PAL125: I1 Position             */\r
-#define LCD_PAL125_I1_Msk                                     (0x01UL << LCD_PAL125_I1_Pos)                             /*!< LCD PAL125: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL126  -------------------------------------------\r
-#define LCD_PAL126_R04_0_Pos                                  0                                                         /*!< LCD PAL126: R04_0 Position          */\r
-#define LCD_PAL126_R04_0_Msk                                  (0x1fUL << LCD_PAL126_R04_0_Pos)                          /*!< LCD PAL126: R04_0 Mask              */\r
-#define LCD_PAL126_G04_0_Pos                                  5                                                         /*!< LCD PAL126: G04_0 Position          */\r
-#define LCD_PAL126_G04_0_Msk                                  (0x1fUL << LCD_PAL126_G04_0_Pos)                          /*!< LCD PAL126: G04_0 Mask              */\r
-#define LCD_PAL126_B04_0_Pos                                  10                                                        /*!< LCD PAL126: B04_0 Position          */\r
-#define LCD_PAL126_B04_0_Msk                                  (0x1fUL << LCD_PAL126_B04_0_Pos)                          /*!< LCD PAL126: B04_0 Mask              */\r
-#define LCD_PAL126_I0_Pos                                     15                                                        /*!< LCD PAL126: I0 Position             */\r
-#define LCD_PAL126_I0_Msk                                     (0x01UL << LCD_PAL126_I0_Pos)                             /*!< LCD PAL126: I0 Mask                 */\r
-#define LCD_PAL126_R14_0_Pos                                  16                                                        /*!< LCD PAL126: R14_0 Position          */\r
-#define LCD_PAL126_R14_0_Msk                                  (0x1fUL << LCD_PAL126_R14_0_Pos)                          /*!< LCD PAL126: R14_0 Mask              */\r
-#define LCD_PAL126_G14_0_Pos                                  21                                                        /*!< LCD PAL126: G14_0 Position          */\r
-#define LCD_PAL126_G14_0_Msk                                  (0x1fUL << LCD_PAL126_G14_0_Pos)                          /*!< LCD PAL126: G14_0 Mask              */\r
-#define LCD_PAL126_B14_0_Pos                                  26                                                        /*!< LCD PAL126: B14_0 Position          */\r
-#define LCD_PAL126_B14_0_Msk                                  (0x1fUL << LCD_PAL126_B14_0_Pos)                          /*!< LCD PAL126: B14_0 Mask              */\r
-#define LCD_PAL126_I1_Pos                                     31                                                        /*!< LCD PAL126: I1 Position             */\r
-#define LCD_PAL126_I1_Msk                                     (0x01UL << LCD_PAL126_I1_Pos)                             /*!< LCD PAL126: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL127  -------------------------------------------\r
-#define LCD_PAL127_R04_0_Pos                                  0                                                         /*!< LCD PAL127: R04_0 Position          */\r
-#define LCD_PAL127_R04_0_Msk                                  (0x1fUL << LCD_PAL127_R04_0_Pos)                          /*!< LCD PAL127: R04_0 Mask              */\r
-#define LCD_PAL127_G04_0_Pos                                  5                                                         /*!< LCD PAL127: G04_0 Position          */\r
-#define LCD_PAL127_G04_0_Msk                                  (0x1fUL << LCD_PAL127_G04_0_Pos)                          /*!< LCD PAL127: G04_0 Mask              */\r
-#define LCD_PAL127_B04_0_Pos                                  10                                                        /*!< LCD PAL127: B04_0 Position          */\r
-#define LCD_PAL127_B04_0_Msk                                  (0x1fUL << LCD_PAL127_B04_0_Pos)                          /*!< LCD PAL127: B04_0 Mask              */\r
-#define LCD_PAL127_I0_Pos                                     15                                                        /*!< LCD PAL127: I0 Position             */\r
-#define LCD_PAL127_I0_Msk                                     (0x01UL << LCD_PAL127_I0_Pos)                             /*!< LCD PAL127: I0 Mask                 */\r
-#define LCD_PAL127_R14_0_Pos                                  16                                                        /*!< LCD PAL127: R14_0 Position          */\r
-#define LCD_PAL127_R14_0_Msk                                  (0x1fUL << LCD_PAL127_R14_0_Pos)                          /*!< LCD PAL127: R14_0 Mask              */\r
-#define LCD_PAL127_G14_0_Pos                                  21                                                        /*!< LCD PAL127: G14_0 Position          */\r
-#define LCD_PAL127_G14_0_Msk                                  (0x1fUL << LCD_PAL127_G14_0_Pos)                          /*!< LCD PAL127: G14_0 Mask              */\r
-#define LCD_PAL127_B14_0_Pos                                  26                                                        /*!< LCD PAL127: B14_0 Position          */\r
-#define LCD_PAL127_B14_0_Msk                                  (0x1fUL << LCD_PAL127_B14_0_Pos)                          /*!< LCD PAL127: B14_0 Mask              */\r
-#define LCD_PAL127_I1_Pos                                     31                                                        /*!< LCD PAL127: I1 Position             */\r
-#define LCD_PAL127_I1_Msk                                     (0x01UL << LCD_PAL127_I1_Pos)                             /*!< LCD PAL127: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL128  -------------------------------------------\r
-#define LCD_PAL128_R04_0_Pos                                  0                                                         /*!< LCD PAL128: R04_0 Position          */\r
-#define LCD_PAL128_R04_0_Msk                                  (0x1fUL << LCD_PAL128_R04_0_Pos)                          /*!< LCD PAL128: R04_0 Mask              */\r
-#define LCD_PAL128_G04_0_Pos                                  5                                                         /*!< LCD PAL128: G04_0 Position          */\r
-#define LCD_PAL128_G04_0_Msk                                  (0x1fUL << LCD_PAL128_G04_0_Pos)                          /*!< LCD PAL128: G04_0 Mask              */\r
-#define LCD_PAL128_B04_0_Pos                                  10                                                        /*!< LCD PAL128: B04_0 Position          */\r
-#define LCD_PAL128_B04_0_Msk                                  (0x1fUL << LCD_PAL128_B04_0_Pos)                          /*!< LCD PAL128: B04_0 Mask              */\r
-#define LCD_PAL128_I0_Pos                                     15                                                        /*!< LCD PAL128: I0 Position             */\r
-#define LCD_PAL128_I0_Msk                                     (0x01UL << LCD_PAL128_I0_Pos)                             /*!< LCD PAL128: I0 Mask                 */\r
-#define LCD_PAL128_R14_0_Pos                                  16                                                        /*!< LCD PAL128: R14_0 Position          */\r
-#define LCD_PAL128_R14_0_Msk                                  (0x1fUL << LCD_PAL128_R14_0_Pos)                          /*!< LCD PAL128: R14_0 Mask              */\r
-#define LCD_PAL128_G14_0_Pos                                  21                                                        /*!< LCD PAL128: G14_0 Position          */\r
-#define LCD_PAL128_G14_0_Msk                                  (0x1fUL << LCD_PAL128_G14_0_Pos)                          /*!< LCD PAL128: G14_0 Mask              */\r
-#define LCD_PAL128_B14_0_Pos                                  26                                                        /*!< LCD PAL128: B14_0 Position          */\r
-#define LCD_PAL128_B14_0_Msk                                  (0x1fUL << LCD_PAL128_B14_0_Pos)                          /*!< LCD PAL128: B14_0 Mask              */\r
-#define LCD_PAL128_I1_Pos                                     31                                                        /*!< LCD PAL128: I1 Position             */\r
-#define LCD_PAL128_I1_Msk                                     (0x01UL << LCD_PAL128_I1_Pos)                             /*!< LCD PAL128: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL129  -------------------------------------------\r
-#define LCD_PAL129_R04_0_Pos                                  0                                                         /*!< LCD PAL129: R04_0 Position          */\r
-#define LCD_PAL129_R04_0_Msk                                  (0x1fUL << LCD_PAL129_R04_0_Pos)                          /*!< LCD PAL129: R04_0 Mask              */\r
-#define LCD_PAL129_G04_0_Pos                                  5                                                         /*!< LCD PAL129: G04_0 Position          */\r
-#define LCD_PAL129_G04_0_Msk                                  (0x1fUL << LCD_PAL129_G04_0_Pos)                          /*!< LCD PAL129: G04_0 Mask              */\r
-#define LCD_PAL129_B04_0_Pos                                  10                                                        /*!< LCD PAL129: B04_0 Position          */\r
-#define LCD_PAL129_B04_0_Msk                                  (0x1fUL << LCD_PAL129_B04_0_Pos)                          /*!< LCD PAL129: B04_0 Mask              */\r
-#define LCD_PAL129_I0_Pos                                     15                                                        /*!< LCD PAL129: I0 Position             */\r
-#define LCD_PAL129_I0_Msk                                     (0x01UL << LCD_PAL129_I0_Pos)                             /*!< LCD PAL129: I0 Mask                 */\r
-#define LCD_PAL129_R14_0_Pos                                  16                                                        /*!< LCD PAL129: R14_0 Position          */\r
-#define LCD_PAL129_R14_0_Msk                                  (0x1fUL << LCD_PAL129_R14_0_Pos)                          /*!< LCD PAL129: R14_0 Mask              */\r
-#define LCD_PAL129_G14_0_Pos                                  21                                                        /*!< LCD PAL129: G14_0 Position          */\r
-#define LCD_PAL129_G14_0_Msk                                  (0x1fUL << LCD_PAL129_G14_0_Pos)                          /*!< LCD PAL129: G14_0 Mask              */\r
-#define LCD_PAL129_B14_0_Pos                                  26                                                        /*!< LCD PAL129: B14_0 Position          */\r
-#define LCD_PAL129_B14_0_Msk                                  (0x1fUL << LCD_PAL129_B14_0_Pos)                          /*!< LCD PAL129: B14_0 Mask              */\r
-#define LCD_PAL129_I1_Pos                                     31                                                        /*!< LCD PAL129: I1 Position             */\r
-#define LCD_PAL129_I1_Msk                                     (0x01UL << LCD_PAL129_I1_Pos)                             /*!< LCD PAL129: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL130  -------------------------------------------\r
-#define LCD_PAL130_R04_0_Pos                                  0                                                         /*!< LCD PAL130: R04_0 Position          */\r
-#define LCD_PAL130_R04_0_Msk                                  (0x1fUL << LCD_PAL130_R04_0_Pos)                          /*!< LCD PAL130: R04_0 Mask              */\r
-#define LCD_PAL130_G04_0_Pos                                  5                                                         /*!< LCD PAL130: G04_0 Position          */\r
-#define LCD_PAL130_G04_0_Msk                                  (0x1fUL << LCD_PAL130_G04_0_Pos)                          /*!< LCD PAL130: G04_0 Mask              */\r
-#define LCD_PAL130_B04_0_Pos                                  10                                                        /*!< LCD PAL130: B04_0 Position          */\r
-#define LCD_PAL130_B04_0_Msk                                  (0x1fUL << LCD_PAL130_B04_0_Pos)                          /*!< LCD PAL130: B04_0 Mask              */\r
-#define LCD_PAL130_I0_Pos                                     15                                                        /*!< LCD PAL130: I0 Position             */\r
-#define LCD_PAL130_I0_Msk                                     (0x01UL << LCD_PAL130_I0_Pos)                             /*!< LCD PAL130: I0 Mask                 */\r
-#define LCD_PAL130_R14_0_Pos                                  16                                                        /*!< LCD PAL130: R14_0 Position          */\r
-#define LCD_PAL130_R14_0_Msk                                  (0x1fUL << LCD_PAL130_R14_0_Pos)                          /*!< LCD PAL130: R14_0 Mask              */\r
-#define LCD_PAL130_G14_0_Pos                                  21                                                        /*!< LCD PAL130: G14_0 Position          */\r
-#define LCD_PAL130_G14_0_Msk                                  (0x1fUL << LCD_PAL130_G14_0_Pos)                          /*!< LCD PAL130: G14_0 Mask              */\r
-#define LCD_PAL130_B14_0_Pos                                  26                                                        /*!< LCD PAL130: B14_0 Position          */\r
-#define LCD_PAL130_B14_0_Msk                                  (0x1fUL << LCD_PAL130_B14_0_Pos)                          /*!< LCD PAL130: B14_0 Mask              */\r
-#define LCD_PAL130_I1_Pos                                     31                                                        /*!< LCD PAL130: I1 Position             */\r
-#define LCD_PAL130_I1_Msk                                     (0x01UL << LCD_PAL130_I1_Pos)                             /*!< LCD PAL130: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL131  -------------------------------------------\r
-#define LCD_PAL131_R04_0_Pos                                  0                                                         /*!< LCD PAL131: R04_0 Position          */\r
-#define LCD_PAL131_R04_0_Msk                                  (0x1fUL << LCD_PAL131_R04_0_Pos)                          /*!< LCD PAL131: R04_0 Mask              */\r
-#define LCD_PAL131_G04_0_Pos                                  5                                                         /*!< LCD PAL131: G04_0 Position          */\r
-#define LCD_PAL131_G04_0_Msk                                  (0x1fUL << LCD_PAL131_G04_0_Pos)                          /*!< LCD PAL131: G04_0 Mask              */\r
-#define LCD_PAL131_B04_0_Pos                                  10                                                        /*!< LCD PAL131: B04_0 Position          */\r
-#define LCD_PAL131_B04_0_Msk                                  (0x1fUL << LCD_PAL131_B04_0_Pos)                          /*!< LCD PAL131: B04_0 Mask              */\r
-#define LCD_PAL131_I0_Pos                                     15                                                        /*!< LCD PAL131: I0 Position             */\r
-#define LCD_PAL131_I0_Msk                                     (0x01UL << LCD_PAL131_I0_Pos)                             /*!< LCD PAL131: I0 Mask                 */\r
-#define LCD_PAL131_R14_0_Pos                                  16                                                        /*!< LCD PAL131: R14_0 Position          */\r
-#define LCD_PAL131_R14_0_Msk                                  (0x1fUL << LCD_PAL131_R14_0_Pos)                          /*!< LCD PAL131: R14_0 Mask              */\r
-#define LCD_PAL131_G14_0_Pos                                  21                                                        /*!< LCD PAL131: G14_0 Position          */\r
-#define LCD_PAL131_G14_0_Msk                                  (0x1fUL << LCD_PAL131_G14_0_Pos)                          /*!< LCD PAL131: G14_0 Mask              */\r
-#define LCD_PAL131_B14_0_Pos                                  26                                                        /*!< LCD PAL131: B14_0 Position          */\r
-#define LCD_PAL131_B14_0_Msk                                  (0x1fUL << LCD_PAL131_B14_0_Pos)                          /*!< LCD PAL131: B14_0 Mask              */\r
-#define LCD_PAL131_I1_Pos                                     31                                                        /*!< LCD PAL131: I1 Position             */\r
-#define LCD_PAL131_I1_Msk                                     (0x01UL << LCD_PAL131_I1_Pos)                             /*!< LCD PAL131: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL132  -------------------------------------------\r
-#define LCD_PAL132_R04_0_Pos                                  0                                                         /*!< LCD PAL132: R04_0 Position          */\r
-#define LCD_PAL132_R04_0_Msk                                  (0x1fUL << LCD_PAL132_R04_0_Pos)                          /*!< LCD PAL132: R04_0 Mask              */\r
-#define LCD_PAL132_G04_0_Pos                                  5                                                         /*!< LCD PAL132: G04_0 Position          */\r
-#define LCD_PAL132_G04_0_Msk                                  (0x1fUL << LCD_PAL132_G04_0_Pos)                          /*!< LCD PAL132: G04_0 Mask              */\r
-#define LCD_PAL132_B04_0_Pos                                  10                                                        /*!< LCD PAL132: B04_0 Position          */\r
-#define LCD_PAL132_B04_0_Msk                                  (0x1fUL << LCD_PAL132_B04_0_Pos)                          /*!< LCD PAL132: B04_0 Mask              */\r
-#define LCD_PAL132_I0_Pos                                     15                                                        /*!< LCD PAL132: I0 Position             */\r
-#define LCD_PAL132_I0_Msk                                     (0x01UL << LCD_PAL132_I0_Pos)                             /*!< LCD PAL132: I0 Mask                 */\r
-#define LCD_PAL132_R14_0_Pos                                  16                                                        /*!< LCD PAL132: R14_0 Position          */\r
-#define LCD_PAL132_R14_0_Msk                                  (0x1fUL << LCD_PAL132_R14_0_Pos)                          /*!< LCD PAL132: R14_0 Mask              */\r
-#define LCD_PAL132_G14_0_Pos                                  21                                                        /*!< LCD PAL132: G14_0 Position          */\r
-#define LCD_PAL132_G14_0_Msk                                  (0x1fUL << LCD_PAL132_G14_0_Pos)                          /*!< LCD PAL132: G14_0 Mask              */\r
-#define LCD_PAL132_B14_0_Pos                                  26                                                        /*!< LCD PAL132: B14_0 Position          */\r
-#define LCD_PAL132_B14_0_Msk                                  (0x1fUL << LCD_PAL132_B14_0_Pos)                          /*!< LCD PAL132: B14_0 Mask              */\r
-#define LCD_PAL132_I1_Pos                                     31                                                        /*!< LCD PAL132: I1 Position             */\r
-#define LCD_PAL132_I1_Msk                                     (0x01UL << LCD_PAL132_I1_Pos)                             /*!< LCD PAL132: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL133  -------------------------------------------\r
-#define LCD_PAL133_R04_0_Pos                                  0                                                         /*!< LCD PAL133: R04_0 Position          */\r
-#define LCD_PAL133_R04_0_Msk                                  (0x1fUL << LCD_PAL133_R04_0_Pos)                          /*!< LCD PAL133: R04_0 Mask              */\r
-#define LCD_PAL133_G04_0_Pos                                  5                                                         /*!< LCD PAL133: G04_0 Position          */\r
-#define LCD_PAL133_G04_0_Msk                                  (0x1fUL << LCD_PAL133_G04_0_Pos)                          /*!< LCD PAL133: G04_0 Mask              */\r
-#define LCD_PAL133_B04_0_Pos                                  10                                                        /*!< LCD PAL133: B04_0 Position          */\r
-#define LCD_PAL133_B04_0_Msk                                  (0x1fUL << LCD_PAL133_B04_0_Pos)                          /*!< LCD PAL133: B04_0 Mask              */\r
-#define LCD_PAL133_I0_Pos                                     15                                                        /*!< LCD PAL133: I0 Position             */\r
-#define LCD_PAL133_I0_Msk                                     (0x01UL << LCD_PAL133_I0_Pos)                             /*!< LCD PAL133: I0 Mask                 */\r
-#define LCD_PAL133_R14_0_Pos                                  16                                                        /*!< LCD PAL133: R14_0 Position          */\r
-#define LCD_PAL133_R14_0_Msk                                  (0x1fUL << LCD_PAL133_R14_0_Pos)                          /*!< LCD PAL133: R14_0 Mask              */\r
-#define LCD_PAL133_G14_0_Pos                                  21                                                        /*!< LCD PAL133: G14_0 Position          */\r
-#define LCD_PAL133_G14_0_Msk                                  (0x1fUL << LCD_PAL133_G14_0_Pos)                          /*!< LCD PAL133: G14_0 Mask              */\r
-#define LCD_PAL133_B14_0_Pos                                  26                                                        /*!< LCD PAL133: B14_0 Position          */\r
-#define LCD_PAL133_B14_0_Msk                                  (0x1fUL << LCD_PAL133_B14_0_Pos)                          /*!< LCD PAL133: B14_0 Mask              */\r
-#define LCD_PAL133_I1_Pos                                     31                                                        /*!< LCD PAL133: I1 Position             */\r
-#define LCD_PAL133_I1_Msk                                     (0x01UL << LCD_PAL133_I1_Pos)                             /*!< LCD PAL133: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL134  -------------------------------------------\r
-#define LCD_PAL134_R04_0_Pos                                  0                                                         /*!< LCD PAL134: R04_0 Position          */\r
-#define LCD_PAL134_R04_0_Msk                                  (0x1fUL << LCD_PAL134_R04_0_Pos)                          /*!< LCD PAL134: R04_0 Mask              */\r
-#define LCD_PAL134_G04_0_Pos                                  5                                                         /*!< LCD PAL134: G04_0 Position          */\r
-#define LCD_PAL134_G04_0_Msk                                  (0x1fUL << LCD_PAL134_G04_0_Pos)                          /*!< LCD PAL134: G04_0 Mask              */\r
-#define LCD_PAL134_B04_0_Pos                                  10                                                        /*!< LCD PAL134: B04_0 Position          */\r
-#define LCD_PAL134_B04_0_Msk                                  (0x1fUL << LCD_PAL134_B04_0_Pos)                          /*!< LCD PAL134: B04_0 Mask              */\r
-#define LCD_PAL134_I0_Pos                                     15                                                        /*!< LCD PAL134: I0 Position             */\r
-#define LCD_PAL134_I0_Msk                                     (0x01UL << LCD_PAL134_I0_Pos)                             /*!< LCD PAL134: I0 Mask                 */\r
-#define LCD_PAL134_R14_0_Pos                                  16                                                        /*!< LCD PAL134: R14_0 Position          */\r
-#define LCD_PAL134_R14_0_Msk                                  (0x1fUL << LCD_PAL134_R14_0_Pos)                          /*!< LCD PAL134: R14_0 Mask              */\r
-#define LCD_PAL134_G14_0_Pos                                  21                                                        /*!< LCD PAL134: G14_0 Position          */\r
-#define LCD_PAL134_G14_0_Msk                                  (0x1fUL << LCD_PAL134_G14_0_Pos)                          /*!< LCD PAL134: G14_0 Mask              */\r
-#define LCD_PAL134_B14_0_Pos                                  26                                                        /*!< LCD PAL134: B14_0 Position          */\r
-#define LCD_PAL134_B14_0_Msk                                  (0x1fUL << LCD_PAL134_B14_0_Pos)                          /*!< LCD PAL134: B14_0 Mask              */\r
-#define LCD_PAL134_I1_Pos                                     31                                                        /*!< LCD PAL134: I1 Position             */\r
-#define LCD_PAL134_I1_Msk                                     (0x01UL << LCD_PAL134_I1_Pos)                             /*!< LCD PAL134: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL135  -------------------------------------------\r
-#define LCD_PAL135_R04_0_Pos                                  0                                                         /*!< LCD PAL135: R04_0 Position          */\r
-#define LCD_PAL135_R04_0_Msk                                  (0x1fUL << LCD_PAL135_R04_0_Pos)                          /*!< LCD PAL135: R04_0 Mask              */\r
-#define LCD_PAL135_G04_0_Pos                                  5                                                         /*!< LCD PAL135: G04_0 Position          */\r
-#define LCD_PAL135_G04_0_Msk                                  (0x1fUL << LCD_PAL135_G04_0_Pos)                          /*!< LCD PAL135: G04_0 Mask              */\r
-#define LCD_PAL135_B04_0_Pos                                  10                                                        /*!< LCD PAL135: B04_0 Position          */\r
-#define LCD_PAL135_B04_0_Msk                                  (0x1fUL << LCD_PAL135_B04_0_Pos)                          /*!< LCD PAL135: B04_0 Mask              */\r
-#define LCD_PAL135_I0_Pos                                     15                                                        /*!< LCD PAL135: I0 Position             */\r
-#define LCD_PAL135_I0_Msk                                     (0x01UL << LCD_PAL135_I0_Pos)                             /*!< LCD PAL135: I0 Mask                 */\r
-#define LCD_PAL135_R14_0_Pos                                  16                                                        /*!< LCD PAL135: R14_0 Position          */\r
-#define LCD_PAL135_R14_0_Msk                                  (0x1fUL << LCD_PAL135_R14_0_Pos)                          /*!< LCD PAL135: R14_0 Mask              */\r
-#define LCD_PAL135_G14_0_Pos                                  21                                                        /*!< LCD PAL135: G14_0 Position          */\r
-#define LCD_PAL135_G14_0_Msk                                  (0x1fUL << LCD_PAL135_G14_0_Pos)                          /*!< LCD PAL135: G14_0 Mask              */\r
-#define LCD_PAL135_B14_0_Pos                                  26                                                        /*!< LCD PAL135: B14_0 Position          */\r
-#define LCD_PAL135_B14_0_Msk                                  (0x1fUL << LCD_PAL135_B14_0_Pos)                          /*!< LCD PAL135: B14_0 Mask              */\r
-#define LCD_PAL135_I1_Pos                                     31                                                        /*!< LCD PAL135: I1 Position             */\r
-#define LCD_PAL135_I1_Msk                                     (0x01UL << LCD_PAL135_I1_Pos)                             /*!< LCD PAL135: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL136  -------------------------------------------\r
-#define LCD_PAL136_R04_0_Pos                                  0                                                         /*!< LCD PAL136: R04_0 Position          */\r
-#define LCD_PAL136_R04_0_Msk                                  (0x1fUL << LCD_PAL136_R04_0_Pos)                          /*!< LCD PAL136: R04_0 Mask              */\r
-#define LCD_PAL136_G04_0_Pos                                  5                                                         /*!< LCD PAL136: G04_0 Position          */\r
-#define LCD_PAL136_G04_0_Msk                                  (0x1fUL << LCD_PAL136_G04_0_Pos)                          /*!< LCD PAL136: G04_0 Mask              */\r
-#define LCD_PAL136_B04_0_Pos                                  10                                                        /*!< LCD PAL136: B04_0 Position          */\r
-#define LCD_PAL136_B04_0_Msk                                  (0x1fUL << LCD_PAL136_B04_0_Pos)                          /*!< LCD PAL136: B04_0 Mask              */\r
-#define LCD_PAL136_I0_Pos                                     15                                                        /*!< LCD PAL136: I0 Position             */\r
-#define LCD_PAL136_I0_Msk                                     (0x01UL << LCD_PAL136_I0_Pos)                             /*!< LCD PAL136: I0 Mask                 */\r
-#define LCD_PAL136_R14_0_Pos                                  16                                                        /*!< LCD PAL136: R14_0 Position          */\r
-#define LCD_PAL136_R14_0_Msk                                  (0x1fUL << LCD_PAL136_R14_0_Pos)                          /*!< LCD PAL136: R14_0 Mask              */\r
-#define LCD_PAL136_G14_0_Pos                                  21                                                        /*!< LCD PAL136: G14_0 Position          */\r
-#define LCD_PAL136_G14_0_Msk                                  (0x1fUL << LCD_PAL136_G14_0_Pos)                          /*!< LCD PAL136: G14_0 Mask              */\r
-#define LCD_PAL136_B14_0_Pos                                  26                                                        /*!< LCD PAL136: B14_0 Position          */\r
-#define LCD_PAL136_B14_0_Msk                                  (0x1fUL << LCD_PAL136_B14_0_Pos)                          /*!< LCD PAL136: B14_0 Mask              */\r
-#define LCD_PAL136_I1_Pos                                     31                                                        /*!< LCD PAL136: I1 Position             */\r
-#define LCD_PAL136_I1_Msk                                     (0x01UL << LCD_PAL136_I1_Pos)                             /*!< LCD PAL136: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL137  -------------------------------------------\r
-#define LCD_PAL137_R04_0_Pos                                  0                                                         /*!< LCD PAL137: R04_0 Position          */\r
-#define LCD_PAL137_R04_0_Msk                                  (0x1fUL << LCD_PAL137_R04_0_Pos)                          /*!< LCD PAL137: R04_0 Mask              */\r
-#define LCD_PAL137_G04_0_Pos                                  5                                                         /*!< LCD PAL137: G04_0 Position          */\r
-#define LCD_PAL137_G04_0_Msk                                  (0x1fUL << LCD_PAL137_G04_0_Pos)                          /*!< LCD PAL137: G04_0 Mask              */\r
-#define LCD_PAL137_B04_0_Pos                                  10                                                        /*!< LCD PAL137: B04_0 Position          */\r
-#define LCD_PAL137_B04_0_Msk                                  (0x1fUL << LCD_PAL137_B04_0_Pos)                          /*!< LCD PAL137: B04_0 Mask              */\r
-#define LCD_PAL137_I0_Pos                                     15                                                        /*!< LCD PAL137: I0 Position             */\r
-#define LCD_PAL137_I0_Msk                                     (0x01UL << LCD_PAL137_I0_Pos)                             /*!< LCD PAL137: I0 Mask                 */\r
-#define LCD_PAL137_R14_0_Pos                                  16                                                        /*!< LCD PAL137: R14_0 Position          */\r
-#define LCD_PAL137_R14_0_Msk                                  (0x1fUL << LCD_PAL137_R14_0_Pos)                          /*!< LCD PAL137: R14_0 Mask              */\r
-#define LCD_PAL137_G14_0_Pos                                  21                                                        /*!< LCD PAL137: G14_0 Position          */\r
-#define LCD_PAL137_G14_0_Msk                                  (0x1fUL << LCD_PAL137_G14_0_Pos)                          /*!< LCD PAL137: G14_0 Mask              */\r
-#define LCD_PAL137_B14_0_Pos                                  26                                                        /*!< LCD PAL137: B14_0 Position          */\r
-#define LCD_PAL137_B14_0_Msk                                  (0x1fUL << LCD_PAL137_B14_0_Pos)                          /*!< LCD PAL137: B14_0 Mask              */\r
-#define LCD_PAL137_I1_Pos                                     31                                                        /*!< LCD PAL137: I1 Position             */\r
-#define LCD_PAL137_I1_Msk                                     (0x01UL << LCD_PAL137_I1_Pos)                             /*!< LCD PAL137: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL138  -------------------------------------------\r
-#define LCD_PAL138_R04_0_Pos                                  0                                                         /*!< LCD PAL138: R04_0 Position          */\r
-#define LCD_PAL138_R04_0_Msk                                  (0x1fUL << LCD_PAL138_R04_0_Pos)                          /*!< LCD PAL138: R04_0 Mask              */\r
-#define LCD_PAL138_G04_0_Pos                                  5                                                         /*!< LCD PAL138: G04_0 Position          */\r
-#define LCD_PAL138_G04_0_Msk                                  (0x1fUL << LCD_PAL138_G04_0_Pos)                          /*!< LCD PAL138: G04_0 Mask              */\r
-#define LCD_PAL138_B04_0_Pos                                  10                                                        /*!< LCD PAL138: B04_0 Position          */\r
-#define LCD_PAL138_B04_0_Msk                                  (0x1fUL << LCD_PAL138_B04_0_Pos)                          /*!< LCD PAL138: B04_0 Mask              */\r
-#define LCD_PAL138_I0_Pos                                     15                                                        /*!< LCD PAL138: I0 Position             */\r
-#define LCD_PAL138_I0_Msk                                     (0x01UL << LCD_PAL138_I0_Pos)                             /*!< LCD PAL138: I0 Mask                 */\r
-#define LCD_PAL138_R14_0_Pos                                  16                                                        /*!< LCD PAL138: R14_0 Position          */\r
-#define LCD_PAL138_R14_0_Msk                                  (0x1fUL << LCD_PAL138_R14_0_Pos)                          /*!< LCD PAL138: R14_0 Mask              */\r
-#define LCD_PAL138_G14_0_Pos                                  21                                                        /*!< LCD PAL138: G14_0 Position          */\r
-#define LCD_PAL138_G14_0_Msk                                  (0x1fUL << LCD_PAL138_G14_0_Pos)                          /*!< LCD PAL138: G14_0 Mask              */\r
-#define LCD_PAL138_B14_0_Pos                                  26                                                        /*!< LCD PAL138: B14_0 Position          */\r
-#define LCD_PAL138_B14_0_Msk                                  (0x1fUL << LCD_PAL138_B14_0_Pos)                          /*!< LCD PAL138: B14_0 Mask              */\r
-#define LCD_PAL138_I1_Pos                                     31                                                        /*!< LCD PAL138: I1 Position             */\r
-#define LCD_PAL138_I1_Msk                                     (0x01UL << LCD_PAL138_I1_Pos)                             /*!< LCD PAL138: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL139  -------------------------------------------\r
-#define LCD_PAL139_R04_0_Pos                                  0                                                         /*!< LCD PAL139: R04_0 Position          */\r
-#define LCD_PAL139_R04_0_Msk                                  (0x1fUL << LCD_PAL139_R04_0_Pos)                          /*!< LCD PAL139: R04_0 Mask              */\r
-#define LCD_PAL139_G04_0_Pos                                  5                                                         /*!< LCD PAL139: G04_0 Position          */\r
-#define LCD_PAL139_G04_0_Msk                                  (0x1fUL << LCD_PAL139_G04_0_Pos)                          /*!< LCD PAL139: G04_0 Mask              */\r
-#define LCD_PAL139_B04_0_Pos                                  10                                                        /*!< LCD PAL139: B04_0 Position          */\r
-#define LCD_PAL139_B04_0_Msk                                  (0x1fUL << LCD_PAL139_B04_0_Pos)                          /*!< LCD PAL139: B04_0 Mask              */\r
-#define LCD_PAL139_I0_Pos                                     15                                                        /*!< LCD PAL139: I0 Position             */\r
-#define LCD_PAL139_I0_Msk                                     (0x01UL << LCD_PAL139_I0_Pos)                             /*!< LCD PAL139: I0 Mask                 */\r
-#define LCD_PAL139_R14_0_Pos                                  16                                                        /*!< LCD PAL139: R14_0 Position          */\r
-#define LCD_PAL139_R14_0_Msk                                  (0x1fUL << LCD_PAL139_R14_0_Pos)                          /*!< LCD PAL139: R14_0 Mask              */\r
-#define LCD_PAL139_G14_0_Pos                                  21                                                        /*!< LCD PAL139: G14_0 Position          */\r
-#define LCD_PAL139_G14_0_Msk                                  (0x1fUL << LCD_PAL139_G14_0_Pos)                          /*!< LCD PAL139: G14_0 Mask              */\r
-#define LCD_PAL139_B14_0_Pos                                  26                                                        /*!< LCD PAL139: B14_0 Position          */\r
-#define LCD_PAL139_B14_0_Msk                                  (0x1fUL << LCD_PAL139_B14_0_Pos)                          /*!< LCD PAL139: B14_0 Mask              */\r
-#define LCD_PAL139_I1_Pos                                     31                                                        /*!< LCD PAL139: I1 Position             */\r
-#define LCD_PAL139_I1_Msk                                     (0x01UL << LCD_PAL139_I1_Pos)                             /*!< LCD PAL139: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL140  -------------------------------------------\r
-#define LCD_PAL140_R04_0_Pos                                  0                                                         /*!< LCD PAL140: R04_0 Position          */\r
-#define LCD_PAL140_R04_0_Msk                                  (0x1fUL << LCD_PAL140_R04_0_Pos)                          /*!< LCD PAL140: R04_0 Mask              */\r
-#define LCD_PAL140_G04_0_Pos                                  5                                                         /*!< LCD PAL140: G04_0 Position          */\r
-#define LCD_PAL140_G04_0_Msk                                  (0x1fUL << LCD_PAL140_G04_0_Pos)                          /*!< LCD PAL140: G04_0 Mask              */\r
-#define LCD_PAL140_B04_0_Pos                                  10                                                        /*!< LCD PAL140: B04_0 Position          */\r
-#define LCD_PAL140_B04_0_Msk                                  (0x1fUL << LCD_PAL140_B04_0_Pos)                          /*!< LCD PAL140: B04_0 Mask              */\r
-#define LCD_PAL140_I0_Pos                                     15                                                        /*!< LCD PAL140: I0 Position             */\r
-#define LCD_PAL140_I0_Msk                                     (0x01UL << LCD_PAL140_I0_Pos)                             /*!< LCD PAL140: I0 Mask                 */\r
-#define LCD_PAL140_R14_0_Pos                                  16                                                        /*!< LCD PAL140: R14_0 Position          */\r
-#define LCD_PAL140_R14_0_Msk                                  (0x1fUL << LCD_PAL140_R14_0_Pos)                          /*!< LCD PAL140: R14_0 Mask              */\r
-#define LCD_PAL140_G14_0_Pos                                  21                                                        /*!< LCD PAL140: G14_0 Position          */\r
-#define LCD_PAL140_G14_0_Msk                                  (0x1fUL << LCD_PAL140_G14_0_Pos)                          /*!< LCD PAL140: G14_0 Mask              */\r
-#define LCD_PAL140_B14_0_Pos                                  26                                                        /*!< LCD PAL140: B14_0 Position          */\r
-#define LCD_PAL140_B14_0_Msk                                  (0x1fUL << LCD_PAL140_B14_0_Pos)                          /*!< LCD PAL140: B14_0 Mask              */\r
-#define LCD_PAL140_I1_Pos                                     31                                                        /*!< LCD PAL140: I1 Position             */\r
-#define LCD_PAL140_I1_Msk                                     (0x01UL << LCD_PAL140_I1_Pos)                             /*!< LCD PAL140: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL141  -------------------------------------------\r
-#define LCD_PAL141_R04_0_Pos                                  0                                                         /*!< LCD PAL141: R04_0 Position          */\r
-#define LCD_PAL141_R04_0_Msk                                  (0x1fUL << LCD_PAL141_R04_0_Pos)                          /*!< LCD PAL141: R04_0 Mask              */\r
-#define LCD_PAL141_G04_0_Pos                                  5                                                         /*!< LCD PAL141: G04_0 Position          */\r
-#define LCD_PAL141_G04_0_Msk                                  (0x1fUL << LCD_PAL141_G04_0_Pos)                          /*!< LCD PAL141: G04_0 Mask              */\r
-#define LCD_PAL141_B04_0_Pos                                  10                                                        /*!< LCD PAL141: B04_0 Position          */\r
-#define LCD_PAL141_B04_0_Msk                                  (0x1fUL << LCD_PAL141_B04_0_Pos)                          /*!< LCD PAL141: B04_0 Mask              */\r
-#define LCD_PAL141_I0_Pos                                     15                                                        /*!< LCD PAL141: I0 Position             */\r
-#define LCD_PAL141_I0_Msk                                     (0x01UL << LCD_PAL141_I0_Pos)                             /*!< LCD PAL141: I0 Mask                 */\r
-#define LCD_PAL141_R14_0_Pos                                  16                                                        /*!< LCD PAL141: R14_0 Position          */\r
-#define LCD_PAL141_R14_0_Msk                                  (0x1fUL << LCD_PAL141_R14_0_Pos)                          /*!< LCD PAL141: R14_0 Mask              */\r
-#define LCD_PAL141_G14_0_Pos                                  21                                                        /*!< LCD PAL141: G14_0 Position          */\r
-#define LCD_PAL141_G14_0_Msk                                  (0x1fUL << LCD_PAL141_G14_0_Pos)                          /*!< LCD PAL141: G14_0 Mask              */\r
-#define LCD_PAL141_B14_0_Pos                                  26                                                        /*!< LCD PAL141: B14_0 Position          */\r
-#define LCD_PAL141_B14_0_Msk                                  (0x1fUL << LCD_PAL141_B14_0_Pos)                          /*!< LCD PAL141: B14_0 Mask              */\r
-#define LCD_PAL141_I1_Pos                                     31                                                        /*!< LCD PAL141: I1 Position             */\r
-#define LCD_PAL141_I1_Msk                                     (0x01UL << LCD_PAL141_I1_Pos)                             /*!< LCD PAL141: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL142  -------------------------------------------\r
-#define LCD_PAL142_R04_0_Pos                                  0                                                         /*!< LCD PAL142: R04_0 Position          */\r
-#define LCD_PAL142_R04_0_Msk                                  (0x1fUL << LCD_PAL142_R04_0_Pos)                          /*!< LCD PAL142: R04_0 Mask              */\r
-#define LCD_PAL142_G04_0_Pos                                  5                                                         /*!< LCD PAL142: G04_0 Position          */\r
-#define LCD_PAL142_G04_0_Msk                                  (0x1fUL << LCD_PAL142_G04_0_Pos)                          /*!< LCD PAL142: G04_0 Mask              */\r
-#define LCD_PAL142_B04_0_Pos                                  10                                                        /*!< LCD PAL142: B04_0 Position          */\r
-#define LCD_PAL142_B04_0_Msk                                  (0x1fUL << LCD_PAL142_B04_0_Pos)                          /*!< LCD PAL142: B04_0 Mask              */\r
-#define LCD_PAL142_I0_Pos                                     15                                                        /*!< LCD PAL142: I0 Position             */\r
-#define LCD_PAL142_I0_Msk                                     (0x01UL << LCD_PAL142_I0_Pos)                             /*!< LCD PAL142: I0 Mask                 */\r
-#define LCD_PAL142_R14_0_Pos                                  16                                                        /*!< LCD PAL142: R14_0 Position          */\r
-#define LCD_PAL142_R14_0_Msk                                  (0x1fUL << LCD_PAL142_R14_0_Pos)                          /*!< LCD PAL142: R14_0 Mask              */\r
-#define LCD_PAL142_G14_0_Pos                                  21                                                        /*!< LCD PAL142: G14_0 Position          */\r
-#define LCD_PAL142_G14_0_Msk                                  (0x1fUL << LCD_PAL142_G14_0_Pos)                          /*!< LCD PAL142: G14_0 Mask              */\r
-#define LCD_PAL142_B14_0_Pos                                  26                                                        /*!< LCD PAL142: B14_0 Position          */\r
-#define LCD_PAL142_B14_0_Msk                                  (0x1fUL << LCD_PAL142_B14_0_Pos)                          /*!< LCD PAL142: B14_0 Mask              */\r
-#define LCD_PAL142_I1_Pos                                     31                                                        /*!< LCD PAL142: I1 Position             */\r
-#define LCD_PAL142_I1_Msk                                     (0x01UL << LCD_PAL142_I1_Pos)                             /*!< LCD PAL142: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL143  -------------------------------------------\r
-#define LCD_PAL143_R04_0_Pos                                  0                                                         /*!< LCD PAL143: R04_0 Position          */\r
-#define LCD_PAL143_R04_0_Msk                                  (0x1fUL << LCD_PAL143_R04_0_Pos)                          /*!< LCD PAL143: R04_0 Mask              */\r
-#define LCD_PAL143_G04_0_Pos                                  5                                                         /*!< LCD PAL143: G04_0 Position          */\r
-#define LCD_PAL143_G04_0_Msk                                  (0x1fUL << LCD_PAL143_G04_0_Pos)                          /*!< LCD PAL143: G04_0 Mask              */\r
-#define LCD_PAL143_B04_0_Pos                                  10                                                        /*!< LCD PAL143: B04_0 Position          */\r
-#define LCD_PAL143_B04_0_Msk                                  (0x1fUL << LCD_PAL143_B04_0_Pos)                          /*!< LCD PAL143: B04_0 Mask              */\r
-#define LCD_PAL143_I0_Pos                                     15                                                        /*!< LCD PAL143: I0 Position             */\r
-#define LCD_PAL143_I0_Msk                                     (0x01UL << LCD_PAL143_I0_Pos)                             /*!< LCD PAL143: I0 Mask                 */\r
-#define LCD_PAL143_R14_0_Pos                                  16                                                        /*!< LCD PAL143: R14_0 Position          */\r
-#define LCD_PAL143_R14_0_Msk                                  (0x1fUL << LCD_PAL143_R14_0_Pos)                          /*!< LCD PAL143: R14_0 Mask              */\r
-#define LCD_PAL143_G14_0_Pos                                  21                                                        /*!< LCD PAL143: G14_0 Position          */\r
-#define LCD_PAL143_G14_0_Msk                                  (0x1fUL << LCD_PAL143_G14_0_Pos)                          /*!< LCD PAL143: G14_0 Mask              */\r
-#define LCD_PAL143_B14_0_Pos                                  26                                                        /*!< LCD PAL143: B14_0 Position          */\r
-#define LCD_PAL143_B14_0_Msk                                  (0x1fUL << LCD_PAL143_B14_0_Pos)                          /*!< LCD PAL143: B14_0 Mask              */\r
-#define LCD_PAL143_I1_Pos                                     31                                                        /*!< LCD PAL143: I1 Position             */\r
-#define LCD_PAL143_I1_Msk                                     (0x01UL << LCD_PAL143_I1_Pos)                             /*!< LCD PAL143: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL144  -------------------------------------------\r
-#define LCD_PAL144_R04_0_Pos                                  0                                                         /*!< LCD PAL144: R04_0 Position          */\r
-#define LCD_PAL144_R04_0_Msk                                  (0x1fUL << LCD_PAL144_R04_0_Pos)                          /*!< LCD PAL144: R04_0 Mask              */\r
-#define LCD_PAL144_G04_0_Pos                                  5                                                         /*!< LCD PAL144: G04_0 Position          */\r
-#define LCD_PAL144_G04_0_Msk                                  (0x1fUL << LCD_PAL144_G04_0_Pos)                          /*!< LCD PAL144: G04_0 Mask              */\r
-#define LCD_PAL144_B04_0_Pos                                  10                                                        /*!< LCD PAL144: B04_0 Position          */\r
-#define LCD_PAL144_B04_0_Msk                                  (0x1fUL << LCD_PAL144_B04_0_Pos)                          /*!< LCD PAL144: B04_0 Mask              */\r
-#define LCD_PAL144_I0_Pos                                     15                                                        /*!< LCD PAL144: I0 Position             */\r
-#define LCD_PAL144_I0_Msk                                     (0x01UL << LCD_PAL144_I0_Pos)                             /*!< LCD PAL144: I0 Mask                 */\r
-#define LCD_PAL144_R14_0_Pos                                  16                                                        /*!< LCD PAL144: R14_0 Position          */\r
-#define LCD_PAL144_R14_0_Msk                                  (0x1fUL << LCD_PAL144_R14_0_Pos)                          /*!< LCD PAL144: R14_0 Mask              */\r
-#define LCD_PAL144_G14_0_Pos                                  21                                                        /*!< LCD PAL144: G14_0 Position          */\r
-#define LCD_PAL144_G14_0_Msk                                  (0x1fUL << LCD_PAL144_G14_0_Pos)                          /*!< LCD PAL144: G14_0 Mask              */\r
-#define LCD_PAL144_B14_0_Pos                                  26                                                        /*!< LCD PAL144: B14_0 Position          */\r
-#define LCD_PAL144_B14_0_Msk                                  (0x1fUL << LCD_PAL144_B14_0_Pos)                          /*!< LCD PAL144: B14_0 Mask              */\r
-#define LCD_PAL144_I1_Pos                                     31                                                        /*!< LCD PAL144: I1 Position             */\r
-#define LCD_PAL144_I1_Msk                                     (0x01UL << LCD_PAL144_I1_Pos)                             /*!< LCD PAL144: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL145  -------------------------------------------\r
-#define LCD_PAL145_R04_0_Pos                                  0                                                         /*!< LCD PAL145: R04_0 Position          */\r
-#define LCD_PAL145_R04_0_Msk                                  (0x1fUL << LCD_PAL145_R04_0_Pos)                          /*!< LCD PAL145: R04_0 Mask              */\r
-#define LCD_PAL145_G04_0_Pos                                  5                                                         /*!< LCD PAL145: G04_0 Position          */\r
-#define LCD_PAL145_G04_0_Msk                                  (0x1fUL << LCD_PAL145_G04_0_Pos)                          /*!< LCD PAL145: G04_0 Mask              */\r
-#define LCD_PAL145_B04_0_Pos                                  10                                                        /*!< LCD PAL145: B04_0 Position          */\r
-#define LCD_PAL145_B04_0_Msk                                  (0x1fUL << LCD_PAL145_B04_0_Pos)                          /*!< LCD PAL145: B04_0 Mask              */\r
-#define LCD_PAL145_I0_Pos                                     15                                                        /*!< LCD PAL145: I0 Position             */\r
-#define LCD_PAL145_I0_Msk                                     (0x01UL << LCD_PAL145_I0_Pos)                             /*!< LCD PAL145: I0 Mask                 */\r
-#define LCD_PAL145_R14_0_Pos                                  16                                                        /*!< LCD PAL145: R14_0 Position          */\r
-#define LCD_PAL145_R14_0_Msk                                  (0x1fUL << LCD_PAL145_R14_0_Pos)                          /*!< LCD PAL145: R14_0 Mask              */\r
-#define LCD_PAL145_G14_0_Pos                                  21                                                        /*!< LCD PAL145: G14_0 Position          */\r
-#define LCD_PAL145_G14_0_Msk                                  (0x1fUL << LCD_PAL145_G14_0_Pos)                          /*!< LCD PAL145: G14_0 Mask              */\r
-#define LCD_PAL145_B14_0_Pos                                  26                                                        /*!< LCD PAL145: B14_0 Position          */\r
-#define LCD_PAL145_B14_0_Msk                                  (0x1fUL << LCD_PAL145_B14_0_Pos)                          /*!< LCD PAL145: B14_0 Mask              */\r
-#define LCD_PAL145_I1_Pos                                     31                                                        /*!< LCD PAL145: I1 Position             */\r
-#define LCD_PAL145_I1_Msk                                     (0x01UL << LCD_PAL145_I1_Pos)                             /*!< LCD PAL145: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL146  -------------------------------------------\r
-#define LCD_PAL146_R04_0_Pos                                  0                                                         /*!< LCD PAL146: R04_0 Position          */\r
-#define LCD_PAL146_R04_0_Msk                                  (0x1fUL << LCD_PAL146_R04_0_Pos)                          /*!< LCD PAL146: R04_0 Mask              */\r
-#define LCD_PAL146_G04_0_Pos                                  5                                                         /*!< LCD PAL146: G04_0 Position          */\r
-#define LCD_PAL146_G04_0_Msk                                  (0x1fUL << LCD_PAL146_G04_0_Pos)                          /*!< LCD PAL146: G04_0 Mask              */\r
-#define LCD_PAL146_B04_0_Pos                                  10                                                        /*!< LCD PAL146: B04_0 Position          */\r
-#define LCD_PAL146_B04_0_Msk                                  (0x1fUL << LCD_PAL146_B04_0_Pos)                          /*!< LCD PAL146: B04_0 Mask              */\r
-#define LCD_PAL146_I0_Pos                                     15                                                        /*!< LCD PAL146: I0 Position             */\r
-#define LCD_PAL146_I0_Msk                                     (0x01UL << LCD_PAL146_I0_Pos)                             /*!< LCD PAL146: I0 Mask                 */\r
-#define LCD_PAL146_R14_0_Pos                                  16                                                        /*!< LCD PAL146: R14_0 Position          */\r
-#define LCD_PAL146_R14_0_Msk                                  (0x1fUL << LCD_PAL146_R14_0_Pos)                          /*!< LCD PAL146: R14_0 Mask              */\r
-#define LCD_PAL146_G14_0_Pos                                  21                                                        /*!< LCD PAL146: G14_0 Position          */\r
-#define LCD_PAL146_G14_0_Msk                                  (0x1fUL << LCD_PAL146_G14_0_Pos)                          /*!< LCD PAL146: G14_0 Mask              */\r
-#define LCD_PAL146_B14_0_Pos                                  26                                                        /*!< LCD PAL146: B14_0 Position          */\r
-#define LCD_PAL146_B14_0_Msk                                  (0x1fUL << LCD_PAL146_B14_0_Pos)                          /*!< LCD PAL146: B14_0 Mask              */\r
-#define LCD_PAL146_I1_Pos                                     31                                                        /*!< LCD PAL146: I1 Position             */\r
-#define LCD_PAL146_I1_Msk                                     (0x01UL << LCD_PAL146_I1_Pos)                             /*!< LCD PAL146: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL147  -------------------------------------------\r
-#define LCD_PAL147_R04_0_Pos                                  0                                                         /*!< LCD PAL147: R04_0 Position          */\r
-#define LCD_PAL147_R04_0_Msk                                  (0x1fUL << LCD_PAL147_R04_0_Pos)                          /*!< LCD PAL147: R04_0 Mask              */\r
-#define LCD_PAL147_G04_0_Pos                                  5                                                         /*!< LCD PAL147: G04_0 Position          */\r
-#define LCD_PAL147_G04_0_Msk                                  (0x1fUL << LCD_PAL147_G04_0_Pos)                          /*!< LCD PAL147: G04_0 Mask              */\r
-#define LCD_PAL147_B04_0_Pos                                  10                                                        /*!< LCD PAL147: B04_0 Position          */\r
-#define LCD_PAL147_B04_0_Msk                                  (0x1fUL << LCD_PAL147_B04_0_Pos)                          /*!< LCD PAL147: B04_0 Mask              */\r
-#define LCD_PAL147_I0_Pos                                     15                                                        /*!< LCD PAL147: I0 Position             */\r
-#define LCD_PAL147_I0_Msk                                     (0x01UL << LCD_PAL147_I0_Pos)                             /*!< LCD PAL147: I0 Mask                 */\r
-#define LCD_PAL147_R14_0_Pos                                  16                                                        /*!< LCD PAL147: R14_0 Position          */\r
-#define LCD_PAL147_R14_0_Msk                                  (0x1fUL << LCD_PAL147_R14_0_Pos)                          /*!< LCD PAL147: R14_0 Mask              */\r
-#define LCD_PAL147_G14_0_Pos                                  21                                                        /*!< LCD PAL147: G14_0 Position          */\r
-#define LCD_PAL147_G14_0_Msk                                  (0x1fUL << LCD_PAL147_G14_0_Pos)                          /*!< LCD PAL147: G14_0 Mask              */\r
-#define LCD_PAL147_B14_0_Pos                                  26                                                        /*!< LCD PAL147: B14_0 Position          */\r
-#define LCD_PAL147_B14_0_Msk                                  (0x1fUL << LCD_PAL147_B14_0_Pos)                          /*!< LCD PAL147: B14_0 Mask              */\r
-#define LCD_PAL147_I1_Pos                                     31                                                        /*!< LCD PAL147: I1 Position             */\r
-#define LCD_PAL147_I1_Msk                                     (0x01UL << LCD_PAL147_I1_Pos)                             /*!< LCD PAL147: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL148  -------------------------------------------\r
-#define LCD_PAL148_R04_0_Pos                                  0                                                         /*!< LCD PAL148: R04_0 Position          */\r
-#define LCD_PAL148_R04_0_Msk                                  (0x1fUL << LCD_PAL148_R04_0_Pos)                          /*!< LCD PAL148: R04_0 Mask              */\r
-#define LCD_PAL148_G04_0_Pos                                  5                                                         /*!< LCD PAL148: G04_0 Position          */\r
-#define LCD_PAL148_G04_0_Msk                                  (0x1fUL << LCD_PAL148_G04_0_Pos)                          /*!< LCD PAL148: G04_0 Mask              */\r
-#define LCD_PAL148_B04_0_Pos                                  10                                                        /*!< LCD PAL148: B04_0 Position          */\r
-#define LCD_PAL148_B04_0_Msk                                  (0x1fUL << LCD_PAL148_B04_0_Pos)                          /*!< LCD PAL148: B04_0 Mask              */\r
-#define LCD_PAL148_I0_Pos                                     15                                                        /*!< LCD PAL148: I0 Position             */\r
-#define LCD_PAL148_I0_Msk                                     (0x01UL << LCD_PAL148_I0_Pos)                             /*!< LCD PAL148: I0 Mask                 */\r
-#define LCD_PAL148_R14_0_Pos                                  16                                                        /*!< LCD PAL148: R14_0 Position          */\r
-#define LCD_PAL148_R14_0_Msk                                  (0x1fUL << LCD_PAL148_R14_0_Pos)                          /*!< LCD PAL148: R14_0 Mask              */\r
-#define LCD_PAL148_G14_0_Pos                                  21                                                        /*!< LCD PAL148: G14_0 Position          */\r
-#define LCD_PAL148_G14_0_Msk                                  (0x1fUL << LCD_PAL148_G14_0_Pos)                          /*!< LCD PAL148: G14_0 Mask              */\r
-#define LCD_PAL148_B14_0_Pos                                  26                                                        /*!< LCD PAL148: B14_0 Position          */\r
-#define LCD_PAL148_B14_0_Msk                                  (0x1fUL << LCD_PAL148_B14_0_Pos)                          /*!< LCD PAL148: B14_0 Mask              */\r
-#define LCD_PAL148_I1_Pos                                     31                                                        /*!< LCD PAL148: I1 Position             */\r
-#define LCD_PAL148_I1_Msk                                     (0x01UL << LCD_PAL148_I1_Pos)                             /*!< LCD PAL148: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL149  -------------------------------------------\r
-#define LCD_PAL149_R04_0_Pos                                  0                                                         /*!< LCD PAL149: R04_0 Position          */\r
-#define LCD_PAL149_R04_0_Msk                                  (0x1fUL << LCD_PAL149_R04_0_Pos)                          /*!< LCD PAL149: R04_0 Mask              */\r
-#define LCD_PAL149_G04_0_Pos                                  5                                                         /*!< LCD PAL149: G04_0 Position          */\r
-#define LCD_PAL149_G04_0_Msk                                  (0x1fUL << LCD_PAL149_G04_0_Pos)                          /*!< LCD PAL149: G04_0 Mask              */\r
-#define LCD_PAL149_B04_0_Pos                                  10                                                        /*!< LCD PAL149: B04_0 Position          */\r
-#define LCD_PAL149_B04_0_Msk                                  (0x1fUL << LCD_PAL149_B04_0_Pos)                          /*!< LCD PAL149: B04_0 Mask              */\r
-#define LCD_PAL149_I0_Pos                                     15                                                        /*!< LCD PAL149: I0 Position             */\r
-#define LCD_PAL149_I0_Msk                                     (0x01UL << LCD_PAL149_I0_Pos)                             /*!< LCD PAL149: I0 Mask                 */\r
-#define LCD_PAL149_R14_0_Pos                                  16                                                        /*!< LCD PAL149: R14_0 Position          */\r
-#define LCD_PAL149_R14_0_Msk                                  (0x1fUL << LCD_PAL149_R14_0_Pos)                          /*!< LCD PAL149: R14_0 Mask              */\r
-#define LCD_PAL149_G14_0_Pos                                  21                                                        /*!< LCD PAL149: G14_0 Position          */\r
-#define LCD_PAL149_G14_0_Msk                                  (0x1fUL << LCD_PAL149_G14_0_Pos)                          /*!< LCD PAL149: G14_0 Mask              */\r
-#define LCD_PAL149_B14_0_Pos                                  26                                                        /*!< LCD PAL149: B14_0 Position          */\r
-#define LCD_PAL149_B14_0_Msk                                  (0x1fUL << LCD_PAL149_B14_0_Pos)                          /*!< LCD PAL149: B14_0 Mask              */\r
-#define LCD_PAL149_I1_Pos                                     31                                                        /*!< LCD PAL149: I1 Position             */\r
-#define LCD_PAL149_I1_Msk                                     (0x01UL << LCD_PAL149_I1_Pos)                             /*!< LCD PAL149: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL150  -------------------------------------------\r
-#define LCD_PAL150_R04_0_Pos                                  0                                                         /*!< LCD PAL150: R04_0 Position          */\r
-#define LCD_PAL150_R04_0_Msk                                  (0x1fUL << LCD_PAL150_R04_0_Pos)                          /*!< LCD PAL150: R04_0 Mask              */\r
-#define LCD_PAL150_G04_0_Pos                                  5                                                         /*!< LCD PAL150: G04_0 Position          */\r
-#define LCD_PAL150_G04_0_Msk                                  (0x1fUL << LCD_PAL150_G04_0_Pos)                          /*!< LCD PAL150: G04_0 Mask              */\r
-#define LCD_PAL150_B04_0_Pos                                  10                                                        /*!< LCD PAL150: B04_0 Position          */\r
-#define LCD_PAL150_B04_0_Msk                                  (0x1fUL << LCD_PAL150_B04_0_Pos)                          /*!< LCD PAL150: B04_0 Mask              */\r
-#define LCD_PAL150_I0_Pos                                     15                                                        /*!< LCD PAL150: I0 Position             */\r
-#define LCD_PAL150_I0_Msk                                     (0x01UL << LCD_PAL150_I0_Pos)                             /*!< LCD PAL150: I0 Mask                 */\r
-#define LCD_PAL150_R14_0_Pos                                  16                                                        /*!< LCD PAL150: R14_0 Position          */\r
-#define LCD_PAL150_R14_0_Msk                                  (0x1fUL << LCD_PAL150_R14_0_Pos)                          /*!< LCD PAL150: R14_0 Mask              */\r
-#define LCD_PAL150_G14_0_Pos                                  21                                                        /*!< LCD PAL150: G14_0 Position          */\r
-#define LCD_PAL150_G14_0_Msk                                  (0x1fUL << LCD_PAL150_G14_0_Pos)                          /*!< LCD PAL150: G14_0 Mask              */\r
-#define LCD_PAL150_B14_0_Pos                                  26                                                        /*!< LCD PAL150: B14_0 Position          */\r
-#define LCD_PAL150_B14_0_Msk                                  (0x1fUL << LCD_PAL150_B14_0_Pos)                          /*!< LCD PAL150: B14_0 Mask              */\r
-#define LCD_PAL150_I1_Pos                                     31                                                        /*!< LCD PAL150: I1 Position             */\r
-#define LCD_PAL150_I1_Msk                                     (0x01UL << LCD_PAL150_I1_Pos)                             /*!< LCD PAL150: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL151  -------------------------------------------\r
-#define LCD_PAL151_R04_0_Pos                                  0                                                         /*!< LCD PAL151: R04_0 Position          */\r
-#define LCD_PAL151_R04_0_Msk                                  (0x1fUL << LCD_PAL151_R04_0_Pos)                          /*!< LCD PAL151: R04_0 Mask              */\r
-#define LCD_PAL151_G04_0_Pos                                  5                                                         /*!< LCD PAL151: G04_0 Position          */\r
-#define LCD_PAL151_G04_0_Msk                                  (0x1fUL << LCD_PAL151_G04_0_Pos)                          /*!< LCD PAL151: G04_0 Mask              */\r
-#define LCD_PAL151_B04_0_Pos                                  10                                                        /*!< LCD PAL151: B04_0 Position          */\r
-#define LCD_PAL151_B04_0_Msk                                  (0x1fUL << LCD_PAL151_B04_0_Pos)                          /*!< LCD PAL151: B04_0 Mask              */\r
-#define LCD_PAL151_I0_Pos                                     15                                                        /*!< LCD PAL151: I0 Position             */\r
-#define LCD_PAL151_I0_Msk                                     (0x01UL << LCD_PAL151_I0_Pos)                             /*!< LCD PAL151: I0 Mask                 */\r
-#define LCD_PAL151_R14_0_Pos                                  16                                                        /*!< LCD PAL151: R14_0 Position          */\r
-#define LCD_PAL151_R14_0_Msk                                  (0x1fUL << LCD_PAL151_R14_0_Pos)                          /*!< LCD PAL151: R14_0 Mask              */\r
-#define LCD_PAL151_G14_0_Pos                                  21                                                        /*!< LCD PAL151: G14_0 Position          */\r
-#define LCD_PAL151_G14_0_Msk                                  (0x1fUL << LCD_PAL151_G14_0_Pos)                          /*!< LCD PAL151: G14_0 Mask              */\r
-#define LCD_PAL151_B14_0_Pos                                  26                                                        /*!< LCD PAL151: B14_0 Position          */\r
-#define LCD_PAL151_B14_0_Msk                                  (0x1fUL << LCD_PAL151_B14_0_Pos)                          /*!< LCD PAL151: B14_0 Mask              */\r
-#define LCD_PAL151_I1_Pos                                     31                                                        /*!< LCD PAL151: I1 Position             */\r
-#define LCD_PAL151_I1_Msk                                     (0x01UL << LCD_PAL151_I1_Pos)                             /*!< LCD PAL151: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL152  -------------------------------------------\r
-#define LCD_PAL152_R04_0_Pos                                  0                                                         /*!< LCD PAL152: R04_0 Position          */\r
-#define LCD_PAL152_R04_0_Msk                                  (0x1fUL << LCD_PAL152_R04_0_Pos)                          /*!< LCD PAL152: R04_0 Mask              */\r
-#define LCD_PAL152_G04_0_Pos                                  5                                                         /*!< LCD PAL152: G04_0 Position          */\r
-#define LCD_PAL152_G04_0_Msk                                  (0x1fUL << LCD_PAL152_G04_0_Pos)                          /*!< LCD PAL152: G04_0 Mask              */\r
-#define LCD_PAL152_B04_0_Pos                                  10                                                        /*!< LCD PAL152: B04_0 Position          */\r
-#define LCD_PAL152_B04_0_Msk                                  (0x1fUL << LCD_PAL152_B04_0_Pos)                          /*!< LCD PAL152: B04_0 Mask              */\r
-#define LCD_PAL152_I0_Pos                                     15                                                        /*!< LCD PAL152: I0 Position             */\r
-#define LCD_PAL152_I0_Msk                                     (0x01UL << LCD_PAL152_I0_Pos)                             /*!< LCD PAL152: I0 Mask                 */\r
-#define LCD_PAL152_R14_0_Pos                                  16                                                        /*!< LCD PAL152: R14_0 Position          */\r
-#define LCD_PAL152_R14_0_Msk                                  (0x1fUL << LCD_PAL152_R14_0_Pos)                          /*!< LCD PAL152: R14_0 Mask              */\r
-#define LCD_PAL152_G14_0_Pos                                  21                                                        /*!< LCD PAL152: G14_0 Position          */\r
-#define LCD_PAL152_G14_0_Msk                                  (0x1fUL << LCD_PAL152_G14_0_Pos)                          /*!< LCD PAL152: G14_0 Mask              */\r
-#define LCD_PAL152_B14_0_Pos                                  26                                                        /*!< LCD PAL152: B14_0 Position          */\r
-#define LCD_PAL152_B14_0_Msk                                  (0x1fUL << LCD_PAL152_B14_0_Pos)                          /*!< LCD PAL152: B14_0 Mask              */\r
-#define LCD_PAL152_I1_Pos                                     31                                                        /*!< LCD PAL152: I1 Position             */\r
-#define LCD_PAL152_I1_Msk                                     (0x01UL << LCD_PAL152_I1_Pos)                             /*!< LCD PAL152: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL153  -------------------------------------------\r
-#define LCD_PAL153_R04_0_Pos                                  0                                                         /*!< LCD PAL153: R04_0 Position          */\r
-#define LCD_PAL153_R04_0_Msk                                  (0x1fUL << LCD_PAL153_R04_0_Pos)                          /*!< LCD PAL153: R04_0 Mask              */\r
-#define LCD_PAL153_G04_0_Pos                                  5                                                         /*!< LCD PAL153: G04_0 Position          */\r
-#define LCD_PAL153_G04_0_Msk                                  (0x1fUL << LCD_PAL153_G04_0_Pos)                          /*!< LCD PAL153: G04_0 Mask              */\r
-#define LCD_PAL153_B04_0_Pos                                  10                                                        /*!< LCD PAL153: B04_0 Position          */\r
-#define LCD_PAL153_B04_0_Msk                                  (0x1fUL << LCD_PAL153_B04_0_Pos)                          /*!< LCD PAL153: B04_0 Mask              */\r
-#define LCD_PAL153_I0_Pos                                     15                                                        /*!< LCD PAL153: I0 Position             */\r
-#define LCD_PAL153_I0_Msk                                     (0x01UL << LCD_PAL153_I0_Pos)                             /*!< LCD PAL153: I0 Mask                 */\r
-#define LCD_PAL153_R14_0_Pos                                  16                                                        /*!< LCD PAL153: R14_0 Position          */\r
-#define LCD_PAL153_R14_0_Msk                                  (0x1fUL << LCD_PAL153_R14_0_Pos)                          /*!< LCD PAL153: R14_0 Mask              */\r
-#define LCD_PAL153_G14_0_Pos                                  21                                                        /*!< LCD PAL153: G14_0 Position          */\r
-#define LCD_PAL153_G14_0_Msk                                  (0x1fUL << LCD_PAL153_G14_0_Pos)                          /*!< LCD PAL153: G14_0 Mask              */\r
-#define LCD_PAL153_B14_0_Pos                                  26                                                        /*!< LCD PAL153: B14_0 Position          */\r
-#define LCD_PAL153_B14_0_Msk                                  (0x1fUL << LCD_PAL153_B14_0_Pos)                          /*!< LCD PAL153: B14_0 Mask              */\r
-#define LCD_PAL153_I1_Pos                                     31                                                        /*!< LCD PAL153: I1 Position             */\r
-#define LCD_PAL153_I1_Msk                                     (0x01UL << LCD_PAL153_I1_Pos)                             /*!< LCD PAL153: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL154  -------------------------------------------\r
-#define LCD_PAL154_R04_0_Pos                                  0                                                         /*!< LCD PAL154: R04_0 Position          */\r
-#define LCD_PAL154_R04_0_Msk                                  (0x1fUL << LCD_PAL154_R04_0_Pos)                          /*!< LCD PAL154: R04_0 Mask              */\r
-#define LCD_PAL154_G04_0_Pos                                  5                                                         /*!< LCD PAL154: G04_0 Position          */\r
-#define LCD_PAL154_G04_0_Msk                                  (0x1fUL << LCD_PAL154_G04_0_Pos)                          /*!< LCD PAL154: G04_0 Mask              */\r
-#define LCD_PAL154_B04_0_Pos                                  10                                                        /*!< LCD PAL154: B04_0 Position          */\r
-#define LCD_PAL154_B04_0_Msk                                  (0x1fUL << LCD_PAL154_B04_0_Pos)                          /*!< LCD PAL154: B04_0 Mask              */\r
-#define LCD_PAL154_I0_Pos                                     15                                                        /*!< LCD PAL154: I0 Position             */\r
-#define LCD_PAL154_I0_Msk                                     (0x01UL << LCD_PAL154_I0_Pos)                             /*!< LCD PAL154: I0 Mask                 */\r
-#define LCD_PAL154_R14_0_Pos                                  16                                                        /*!< LCD PAL154: R14_0 Position          */\r
-#define LCD_PAL154_R14_0_Msk                                  (0x1fUL << LCD_PAL154_R14_0_Pos)                          /*!< LCD PAL154: R14_0 Mask              */\r
-#define LCD_PAL154_G14_0_Pos                                  21                                                        /*!< LCD PAL154: G14_0 Position          */\r
-#define LCD_PAL154_G14_0_Msk                                  (0x1fUL << LCD_PAL154_G14_0_Pos)                          /*!< LCD PAL154: G14_0 Mask              */\r
-#define LCD_PAL154_B14_0_Pos                                  26                                                        /*!< LCD PAL154: B14_0 Position          */\r
-#define LCD_PAL154_B14_0_Msk                                  (0x1fUL << LCD_PAL154_B14_0_Pos)                          /*!< LCD PAL154: B14_0 Mask              */\r
-#define LCD_PAL154_I1_Pos                                     31                                                        /*!< LCD PAL154: I1 Position             */\r
-#define LCD_PAL154_I1_Msk                                     (0x01UL << LCD_PAL154_I1_Pos)                             /*!< LCD PAL154: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL155  -------------------------------------------\r
-#define LCD_PAL155_R04_0_Pos                                  0                                                         /*!< LCD PAL155: R04_0 Position          */\r
-#define LCD_PAL155_R04_0_Msk                                  (0x1fUL << LCD_PAL155_R04_0_Pos)                          /*!< LCD PAL155: R04_0 Mask              */\r
-#define LCD_PAL155_G04_0_Pos                                  5                                                         /*!< LCD PAL155: G04_0 Position          */\r
-#define LCD_PAL155_G04_0_Msk                                  (0x1fUL << LCD_PAL155_G04_0_Pos)                          /*!< LCD PAL155: G04_0 Mask              */\r
-#define LCD_PAL155_B04_0_Pos                                  10                                                        /*!< LCD PAL155: B04_0 Position          */\r
-#define LCD_PAL155_B04_0_Msk                                  (0x1fUL << LCD_PAL155_B04_0_Pos)                          /*!< LCD PAL155: B04_0 Mask              */\r
-#define LCD_PAL155_I0_Pos                                     15                                                        /*!< LCD PAL155: I0 Position             */\r
-#define LCD_PAL155_I0_Msk                                     (0x01UL << LCD_PAL155_I0_Pos)                             /*!< LCD PAL155: I0 Mask                 */\r
-#define LCD_PAL155_R14_0_Pos                                  16                                                        /*!< LCD PAL155: R14_0 Position          */\r
-#define LCD_PAL155_R14_0_Msk                                  (0x1fUL << LCD_PAL155_R14_0_Pos)                          /*!< LCD PAL155: R14_0 Mask              */\r
-#define LCD_PAL155_G14_0_Pos                                  21                                                        /*!< LCD PAL155: G14_0 Position          */\r
-#define LCD_PAL155_G14_0_Msk                                  (0x1fUL << LCD_PAL155_G14_0_Pos)                          /*!< LCD PAL155: G14_0 Mask              */\r
-#define LCD_PAL155_B14_0_Pos                                  26                                                        /*!< LCD PAL155: B14_0 Position          */\r
-#define LCD_PAL155_B14_0_Msk                                  (0x1fUL << LCD_PAL155_B14_0_Pos)                          /*!< LCD PAL155: B14_0 Mask              */\r
-#define LCD_PAL155_I1_Pos                                     31                                                        /*!< LCD PAL155: I1 Position             */\r
-#define LCD_PAL155_I1_Msk                                     (0x01UL << LCD_PAL155_I1_Pos)                             /*!< LCD PAL155: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL156  -------------------------------------------\r
-#define LCD_PAL156_R04_0_Pos                                  0                                                         /*!< LCD PAL156: R04_0 Position          */\r
-#define LCD_PAL156_R04_0_Msk                                  (0x1fUL << LCD_PAL156_R04_0_Pos)                          /*!< LCD PAL156: R04_0 Mask              */\r
-#define LCD_PAL156_G04_0_Pos                                  5                                                         /*!< LCD PAL156: G04_0 Position          */\r
-#define LCD_PAL156_G04_0_Msk                                  (0x1fUL << LCD_PAL156_G04_0_Pos)                          /*!< LCD PAL156: G04_0 Mask              */\r
-#define LCD_PAL156_B04_0_Pos                                  10                                                        /*!< LCD PAL156: B04_0 Position          */\r
-#define LCD_PAL156_B04_0_Msk                                  (0x1fUL << LCD_PAL156_B04_0_Pos)                          /*!< LCD PAL156: B04_0 Mask              */\r
-#define LCD_PAL156_I0_Pos                                     15                                                        /*!< LCD PAL156: I0 Position             */\r
-#define LCD_PAL156_I0_Msk                                     (0x01UL << LCD_PAL156_I0_Pos)                             /*!< LCD PAL156: I0 Mask                 */\r
-#define LCD_PAL156_R14_0_Pos                                  16                                                        /*!< LCD PAL156: R14_0 Position          */\r
-#define LCD_PAL156_R14_0_Msk                                  (0x1fUL << LCD_PAL156_R14_0_Pos)                          /*!< LCD PAL156: R14_0 Mask              */\r
-#define LCD_PAL156_G14_0_Pos                                  21                                                        /*!< LCD PAL156: G14_0 Position          */\r
-#define LCD_PAL156_G14_0_Msk                                  (0x1fUL << LCD_PAL156_G14_0_Pos)                          /*!< LCD PAL156: G14_0 Mask              */\r
-#define LCD_PAL156_B14_0_Pos                                  26                                                        /*!< LCD PAL156: B14_0 Position          */\r
-#define LCD_PAL156_B14_0_Msk                                  (0x1fUL << LCD_PAL156_B14_0_Pos)                          /*!< LCD PAL156: B14_0 Mask              */\r
-#define LCD_PAL156_I1_Pos                                     31                                                        /*!< LCD PAL156: I1 Position             */\r
-#define LCD_PAL156_I1_Msk                                     (0x01UL << LCD_PAL156_I1_Pos)                             /*!< LCD PAL156: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL157  -------------------------------------------\r
-#define LCD_PAL157_R04_0_Pos                                  0                                                         /*!< LCD PAL157: R04_0 Position          */\r
-#define LCD_PAL157_R04_0_Msk                                  (0x1fUL << LCD_PAL157_R04_0_Pos)                          /*!< LCD PAL157: R04_0 Mask              */\r
-#define LCD_PAL157_G04_0_Pos                                  5                                                         /*!< LCD PAL157: G04_0 Position          */\r
-#define LCD_PAL157_G04_0_Msk                                  (0x1fUL << LCD_PAL157_G04_0_Pos)                          /*!< LCD PAL157: G04_0 Mask              */\r
-#define LCD_PAL157_B04_0_Pos                                  10                                                        /*!< LCD PAL157: B04_0 Position          */\r
-#define LCD_PAL157_B04_0_Msk                                  (0x1fUL << LCD_PAL157_B04_0_Pos)                          /*!< LCD PAL157: B04_0 Mask              */\r
-#define LCD_PAL157_I0_Pos                                     15                                                        /*!< LCD PAL157: I0 Position             */\r
-#define LCD_PAL157_I0_Msk                                     (0x01UL << LCD_PAL157_I0_Pos)                             /*!< LCD PAL157: I0 Mask                 */\r
-#define LCD_PAL157_R14_0_Pos                                  16                                                        /*!< LCD PAL157: R14_0 Position          */\r
-#define LCD_PAL157_R14_0_Msk                                  (0x1fUL << LCD_PAL157_R14_0_Pos)                          /*!< LCD PAL157: R14_0 Mask              */\r
-#define LCD_PAL157_G14_0_Pos                                  21                                                        /*!< LCD PAL157: G14_0 Position          */\r
-#define LCD_PAL157_G14_0_Msk                                  (0x1fUL << LCD_PAL157_G14_0_Pos)                          /*!< LCD PAL157: G14_0 Mask              */\r
-#define LCD_PAL157_B14_0_Pos                                  26                                                        /*!< LCD PAL157: B14_0 Position          */\r
-#define LCD_PAL157_B14_0_Msk                                  (0x1fUL << LCD_PAL157_B14_0_Pos)                          /*!< LCD PAL157: B14_0 Mask              */\r
-#define LCD_PAL157_I1_Pos                                     31                                                        /*!< LCD PAL157: I1 Position             */\r
-#define LCD_PAL157_I1_Msk                                     (0x01UL << LCD_PAL157_I1_Pos)                             /*!< LCD PAL157: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL158  -------------------------------------------\r
-#define LCD_PAL158_R04_0_Pos                                  0                                                         /*!< LCD PAL158: R04_0 Position          */\r
-#define LCD_PAL158_R04_0_Msk                                  (0x1fUL << LCD_PAL158_R04_0_Pos)                          /*!< LCD PAL158: R04_0 Mask              */\r
-#define LCD_PAL158_G04_0_Pos                                  5                                                         /*!< LCD PAL158: G04_0 Position          */\r
-#define LCD_PAL158_G04_0_Msk                                  (0x1fUL << LCD_PAL158_G04_0_Pos)                          /*!< LCD PAL158: G04_0 Mask              */\r
-#define LCD_PAL158_B04_0_Pos                                  10                                                        /*!< LCD PAL158: B04_0 Position          */\r
-#define LCD_PAL158_B04_0_Msk                                  (0x1fUL << LCD_PAL158_B04_0_Pos)                          /*!< LCD PAL158: B04_0 Mask              */\r
-#define LCD_PAL158_I0_Pos                                     15                                                        /*!< LCD PAL158: I0 Position             */\r
-#define LCD_PAL158_I0_Msk                                     (0x01UL << LCD_PAL158_I0_Pos)                             /*!< LCD PAL158: I0 Mask                 */\r
-#define LCD_PAL158_R14_0_Pos                                  16                                                        /*!< LCD PAL158: R14_0 Position          */\r
-#define LCD_PAL158_R14_0_Msk                                  (0x1fUL << LCD_PAL158_R14_0_Pos)                          /*!< LCD PAL158: R14_0 Mask              */\r
-#define LCD_PAL158_G14_0_Pos                                  21                                                        /*!< LCD PAL158: G14_0 Position          */\r
-#define LCD_PAL158_G14_0_Msk                                  (0x1fUL << LCD_PAL158_G14_0_Pos)                          /*!< LCD PAL158: G14_0 Mask              */\r
-#define LCD_PAL158_B14_0_Pos                                  26                                                        /*!< LCD PAL158: B14_0 Position          */\r
-#define LCD_PAL158_B14_0_Msk                                  (0x1fUL << LCD_PAL158_B14_0_Pos)                          /*!< LCD PAL158: B14_0 Mask              */\r
-#define LCD_PAL158_I1_Pos                                     31                                                        /*!< LCD PAL158: I1 Position             */\r
-#define LCD_PAL158_I1_Msk                                     (0x01UL << LCD_PAL158_I1_Pos)                             /*!< LCD PAL158: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL159  -------------------------------------------\r
-#define LCD_PAL159_R04_0_Pos                                  0                                                         /*!< LCD PAL159: R04_0 Position          */\r
-#define LCD_PAL159_R04_0_Msk                                  (0x1fUL << LCD_PAL159_R04_0_Pos)                          /*!< LCD PAL159: R04_0 Mask              */\r
-#define LCD_PAL159_G04_0_Pos                                  5                                                         /*!< LCD PAL159: G04_0 Position          */\r
-#define LCD_PAL159_G04_0_Msk                                  (0x1fUL << LCD_PAL159_G04_0_Pos)                          /*!< LCD PAL159: G04_0 Mask              */\r
-#define LCD_PAL159_B04_0_Pos                                  10                                                        /*!< LCD PAL159: B04_0 Position          */\r
-#define LCD_PAL159_B04_0_Msk                                  (0x1fUL << LCD_PAL159_B04_0_Pos)                          /*!< LCD PAL159: B04_0 Mask              */\r
-#define LCD_PAL159_I0_Pos                                     15                                                        /*!< LCD PAL159: I0 Position             */\r
-#define LCD_PAL159_I0_Msk                                     (0x01UL << LCD_PAL159_I0_Pos)                             /*!< LCD PAL159: I0 Mask                 */\r
-#define LCD_PAL159_R14_0_Pos                                  16                                                        /*!< LCD PAL159: R14_0 Position          */\r
-#define LCD_PAL159_R14_0_Msk                                  (0x1fUL << LCD_PAL159_R14_0_Pos)                          /*!< LCD PAL159: R14_0 Mask              */\r
-#define LCD_PAL159_G14_0_Pos                                  21                                                        /*!< LCD PAL159: G14_0 Position          */\r
-#define LCD_PAL159_G14_0_Msk                                  (0x1fUL << LCD_PAL159_G14_0_Pos)                          /*!< LCD PAL159: G14_0 Mask              */\r
-#define LCD_PAL159_B14_0_Pos                                  26                                                        /*!< LCD PAL159: B14_0 Position          */\r
-#define LCD_PAL159_B14_0_Msk                                  (0x1fUL << LCD_PAL159_B14_0_Pos)                          /*!< LCD PAL159: B14_0 Mask              */\r
-#define LCD_PAL159_I1_Pos                                     31                                                        /*!< LCD PAL159: I1 Position             */\r
-#define LCD_PAL159_I1_Msk                                     (0x01UL << LCD_PAL159_I1_Pos)                             /*!< LCD PAL159: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL160  -------------------------------------------\r
-#define LCD_PAL160_R04_0_Pos                                  0                                                         /*!< LCD PAL160: R04_0 Position          */\r
-#define LCD_PAL160_R04_0_Msk                                  (0x1fUL << LCD_PAL160_R04_0_Pos)                          /*!< LCD PAL160: R04_0 Mask              */\r
-#define LCD_PAL160_G04_0_Pos                                  5                                                         /*!< LCD PAL160: G04_0 Position          */\r
-#define LCD_PAL160_G04_0_Msk                                  (0x1fUL << LCD_PAL160_G04_0_Pos)                          /*!< LCD PAL160: G04_0 Mask              */\r
-#define LCD_PAL160_B04_0_Pos                                  10                                                        /*!< LCD PAL160: B04_0 Position          */\r
-#define LCD_PAL160_B04_0_Msk                                  (0x1fUL << LCD_PAL160_B04_0_Pos)                          /*!< LCD PAL160: B04_0 Mask              */\r
-#define LCD_PAL160_I0_Pos                                     15                                                        /*!< LCD PAL160: I0 Position             */\r
-#define LCD_PAL160_I0_Msk                                     (0x01UL << LCD_PAL160_I0_Pos)                             /*!< LCD PAL160: I0 Mask                 */\r
-#define LCD_PAL160_R14_0_Pos                                  16                                                        /*!< LCD PAL160: R14_0 Position          */\r
-#define LCD_PAL160_R14_0_Msk                                  (0x1fUL << LCD_PAL160_R14_0_Pos)                          /*!< LCD PAL160: R14_0 Mask              */\r
-#define LCD_PAL160_G14_0_Pos                                  21                                                        /*!< LCD PAL160: G14_0 Position          */\r
-#define LCD_PAL160_G14_0_Msk                                  (0x1fUL << LCD_PAL160_G14_0_Pos)                          /*!< LCD PAL160: G14_0 Mask              */\r
-#define LCD_PAL160_B14_0_Pos                                  26                                                        /*!< LCD PAL160: B14_0 Position          */\r
-#define LCD_PAL160_B14_0_Msk                                  (0x1fUL << LCD_PAL160_B14_0_Pos)                          /*!< LCD PAL160: B14_0 Mask              */\r
-#define LCD_PAL160_I1_Pos                                     31                                                        /*!< LCD PAL160: I1 Position             */\r
-#define LCD_PAL160_I1_Msk                                     (0x01UL << LCD_PAL160_I1_Pos)                             /*!< LCD PAL160: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL161  -------------------------------------------\r
-#define LCD_PAL161_R04_0_Pos                                  0                                                         /*!< LCD PAL161: R04_0 Position          */\r
-#define LCD_PAL161_R04_0_Msk                                  (0x1fUL << LCD_PAL161_R04_0_Pos)                          /*!< LCD PAL161: R04_0 Mask              */\r
-#define LCD_PAL161_G04_0_Pos                                  5                                                         /*!< LCD PAL161: G04_0 Position          */\r
-#define LCD_PAL161_G04_0_Msk                                  (0x1fUL << LCD_PAL161_G04_0_Pos)                          /*!< LCD PAL161: G04_0 Mask              */\r
-#define LCD_PAL161_B04_0_Pos                                  10                                                        /*!< LCD PAL161: B04_0 Position          */\r
-#define LCD_PAL161_B04_0_Msk                                  (0x1fUL << LCD_PAL161_B04_0_Pos)                          /*!< LCD PAL161: B04_0 Mask              */\r
-#define LCD_PAL161_I0_Pos                                     15                                                        /*!< LCD PAL161: I0 Position             */\r
-#define LCD_PAL161_I0_Msk                                     (0x01UL << LCD_PAL161_I0_Pos)                             /*!< LCD PAL161: I0 Mask                 */\r
-#define LCD_PAL161_R14_0_Pos                                  16                                                        /*!< LCD PAL161: R14_0 Position          */\r
-#define LCD_PAL161_R14_0_Msk                                  (0x1fUL << LCD_PAL161_R14_0_Pos)                          /*!< LCD PAL161: R14_0 Mask              */\r
-#define LCD_PAL161_G14_0_Pos                                  21                                                        /*!< LCD PAL161: G14_0 Position          */\r
-#define LCD_PAL161_G14_0_Msk                                  (0x1fUL << LCD_PAL161_G14_0_Pos)                          /*!< LCD PAL161: G14_0 Mask              */\r
-#define LCD_PAL161_B14_0_Pos                                  26                                                        /*!< LCD PAL161: B14_0 Position          */\r
-#define LCD_PAL161_B14_0_Msk                                  (0x1fUL << LCD_PAL161_B14_0_Pos)                          /*!< LCD PAL161: B14_0 Mask              */\r
-#define LCD_PAL161_I1_Pos                                     31                                                        /*!< LCD PAL161: I1 Position             */\r
-#define LCD_PAL161_I1_Msk                                     (0x01UL << LCD_PAL161_I1_Pos)                             /*!< LCD PAL161: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL162  -------------------------------------------\r
-#define LCD_PAL162_R04_0_Pos                                  0                                                         /*!< LCD PAL162: R04_0 Position          */\r
-#define LCD_PAL162_R04_0_Msk                                  (0x1fUL << LCD_PAL162_R04_0_Pos)                          /*!< LCD PAL162: R04_0 Mask              */\r
-#define LCD_PAL162_G04_0_Pos                                  5                                                         /*!< LCD PAL162: G04_0 Position          */\r
-#define LCD_PAL162_G04_0_Msk                                  (0x1fUL << LCD_PAL162_G04_0_Pos)                          /*!< LCD PAL162: G04_0 Mask              */\r
-#define LCD_PAL162_B04_0_Pos                                  10                                                        /*!< LCD PAL162: B04_0 Position          */\r
-#define LCD_PAL162_B04_0_Msk                                  (0x1fUL << LCD_PAL162_B04_0_Pos)                          /*!< LCD PAL162: B04_0 Mask              */\r
-#define LCD_PAL162_I0_Pos                                     15                                                        /*!< LCD PAL162: I0 Position             */\r
-#define LCD_PAL162_I0_Msk                                     (0x01UL << LCD_PAL162_I0_Pos)                             /*!< LCD PAL162: I0 Mask                 */\r
-#define LCD_PAL162_R14_0_Pos                                  16                                                        /*!< LCD PAL162: R14_0 Position          */\r
-#define LCD_PAL162_R14_0_Msk                                  (0x1fUL << LCD_PAL162_R14_0_Pos)                          /*!< LCD PAL162: R14_0 Mask              */\r
-#define LCD_PAL162_G14_0_Pos                                  21                                                        /*!< LCD PAL162: G14_0 Position          */\r
-#define LCD_PAL162_G14_0_Msk                                  (0x1fUL << LCD_PAL162_G14_0_Pos)                          /*!< LCD PAL162: G14_0 Mask              */\r
-#define LCD_PAL162_B14_0_Pos                                  26                                                        /*!< LCD PAL162: B14_0 Position          */\r
-#define LCD_PAL162_B14_0_Msk                                  (0x1fUL << LCD_PAL162_B14_0_Pos)                          /*!< LCD PAL162: B14_0 Mask              */\r
-#define LCD_PAL162_I1_Pos                                     31                                                        /*!< LCD PAL162: I1 Position             */\r
-#define LCD_PAL162_I1_Msk                                     (0x01UL << LCD_PAL162_I1_Pos)                             /*!< LCD PAL162: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL163  -------------------------------------------\r
-#define LCD_PAL163_R04_0_Pos                                  0                                                         /*!< LCD PAL163: R04_0 Position          */\r
-#define LCD_PAL163_R04_0_Msk                                  (0x1fUL << LCD_PAL163_R04_0_Pos)                          /*!< LCD PAL163: R04_0 Mask              */\r
-#define LCD_PAL163_G04_0_Pos                                  5                                                         /*!< LCD PAL163: G04_0 Position          */\r
-#define LCD_PAL163_G04_0_Msk                                  (0x1fUL << LCD_PAL163_G04_0_Pos)                          /*!< LCD PAL163: G04_0 Mask              */\r
-#define LCD_PAL163_B04_0_Pos                                  10                                                        /*!< LCD PAL163: B04_0 Position          */\r
-#define LCD_PAL163_B04_0_Msk                                  (0x1fUL << LCD_PAL163_B04_0_Pos)                          /*!< LCD PAL163: B04_0 Mask              */\r
-#define LCD_PAL163_I0_Pos                                     15                                                        /*!< LCD PAL163: I0 Position             */\r
-#define LCD_PAL163_I0_Msk                                     (0x01UL << LCD_PAL163_I0_Pos)                             /*!< LCD PAL163: I0 Mask                 */\r
-#define LCD_PAL163_R14_0_Pos                                  16                                                        /*!< LCD PAL163: R14_0 Position          */\r
-#define LCD_PAL163_R14_0_Msk                                  (0x1fUL << LCD_PAL163_R14_0_Pos)                          /*!< LCD PAL163: R14_0 Mask              */\r
-#define LCD_PAL163_G14_0_Pos                                  21                                                        /*!< LCD PAL163: G14_0 Position          */\r
-#define LCD_PAL163_G14_0_Msk                                  (0x1fUL << LCD_PAL163_G14_0_Pos)                          /*!< LCD PAL163: G14_0 Mask              */\r
-#define LCD_PAL163_B14_0_Pos                                  26                                                        /*!< LCD PAL163: B14_0 Position          */\r
-#define LCD_PAL163_B14_0_Msk                                  (0x1fUL << LCD_PAL163_B14_0_Pos)                          /*!< LCD PAL163: B14_0 Mask              */\r
-#define LCD_PAL163_I1_Pos                                     31                                                        /*!< LCD PAL163: I1 Position             */\r
-#define LCD_PAL163_I1_Msk                                     (0x01UL << LCD_PAL163_I1_Pos)                             /*!< LCD PAL163: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL164  -------------------------------------------\r
-#define LCD_PAL164_R04_0_Pos                                  0                                                         /*!< LCD PAL164: R04_0 Position          */\r
-#define LCD_PAL164_R04_0_Msk                                  (0x1fUL << LCD_PAL164_R04_0_Pos)                          /*!< LCD PAL164: R04_0 Mask              */\r
-#define LCD_PAL164_G04_0_Pos                                  5                                                         /*!< LCD PAL164: G04_0 Position          */\r
-#define LCD_PAL164_G04_0_Msk                                  (0x1fUL << LCD_PAL164_G04_0_Pos)                          /*!< LCD PAL164: G04_0 Mask              */\r
-#define LCD_PAL164_B04_0_Pos                                  10                                                        /*!< LCD PAL164: B04_0 Position          */\r
-#define LCD_PAL164_B04_0_Msk                                  (0x1fUL << LCD_PAL164_B04_0_Pos)                          /*!< LCD PAL164: B04_0 Mask              */\r
-#define LCD_PAL164_I0_Pos                                     15                                                        /*!< LCD PAL164: I0 Position             */\r
-#define LCD_PAL164_I0_Msk                                     (0x01UL << LCD_PAL164_I0_Pos)                             /*!< LCD PAL164: I0 Mask                 */\r
-#define LCD_PAL164_R14_0_Pos                                  16                                                        /*!< LCD PAL164: R14_0 Position          */\r
-#define LCD_PAL164_R14_0_Msk                                  (0x1fUL << LCD_PAL164_R14_0_Pos)                          /*!< LCD PAL164: R14_0 Mask              */\r
-#define LCD_PAL164_G14_0_Pos                                  21                                                        /*!< LCD PAL164: G14_0 Position          */\r
-#define LCD_PAL164_G14_0_Msk                                  (0x1fUL << LCD_PAL164_G14_0_Pos)                          /*!< LCD PAL164: G14_0 Mask              */\r
-#define LCD_PAL164_B14_0_Pos                                  26                                                        /*!< LCD PAL164: B14_0 Position          */\r
-#define LCD_PAL164_B14_0_Msk                                  (0x1fUL << LCD_PAL164_B14_0_Pos)                          /*!< LCD PAL164: B14_0 Mask              */\r
-#define LCD_PAL164_I1_Pos                                     31                                                        /*!< LCD PAL164: I1 Position             */\r
-#define LCD_PAL164_I1_Msk                                     (0x01UL << LCD_PAL164_I1_Pos)                             /*!< LCD PAL164: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL165  -------------------------------------------\r
-#define LCD_PAL165_R04_0_Pos                                  0                                                         /*!< LCD PAL165: R04_0 Position          */\r
-#define LCD_PAL165_R04_0_Msk                                  (0x1fUL << LCD_PAL165_R04_0_Pos)                          /*!< LCD PAL165: R04_0 Mask              */\r
-#define LCD_PAL165_G04_0_Pos                                  5                                                         /*!< LCD PAL165: G04_0 Position          */\r
-#define LCD_PAL165_G04_0_Msk                                  (0x1fUL << LCD_PAL165_G04_0_Pos)                          /*!< LCD PAL165: G04_0 Mask              */\r
-#define LCD_PAL165_B04_0_Pos                                  10                                                        /*!< LCD PAL165: B04_0 Position          */\r
-#define LCD_PAL165_B04_0_Msk                                  (0x1fUL << LCD_PAL165_B04_0_Pos)                          /*!< LCD PAL165: B04_0 Mask              */\r
-#define LCD_PAL165_I0_Pos                                     15                                                        /*!< LCD PAL165: I0 Position             */\r
-#define LCD_PAL165_I0_Msk                                     (0x01UL << LCD_PAL165_I0_Pos)                             /*!< LCD PAL165: I0 Mask                 */\r
-#define LCD_PAL165_R14_0_Pos                                  16                                                        /*!< LCD PAL165: R14_0 Position          */\r
-#define LCD_PAL165_R14_0_Msk                                  (0x1fUL << LCD_PAL165_R14_0_Pos)                          /*!< LCD PAL165: R14_0 Mask              */\r
-#define LCD_PAL165_G14_0_Pos                                  21                                                        /*!< LCD PAL165: G14_0 Position          */\r
-#define LCD_PAL165_G14_0_Msk                                  (0x1fUL << LCD_PAL165_G14_0_Pos)                          /*!< LCD PAL165: G14_0 Mask              */\r
-#define LCD_PAL165_B14_0_Pos                                  26                                                        /*!< LCD PAL165: B14_0 Position          */\r
-#define LCD_PAL165_B14_0_Msk                                  (0x1fUL << LCD_PAL165_B14_0_Pos)                          /*!< LCD PAL165: B14_0 Mask              */\r
-#define LCD_PAL165_I1_Pos                                     31                                                        /*!< LCD PAL165: I1 Position             */\r
-#define LCD_PAL165_I1_Msk                                     (0x01UL << LCD_PAL165_I1_Pos)                             /*!< LCD PAL165: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL166  -------------------------------------------\r
-#define LCD_PAL166_R04_0_Pos                                  0                                                         /*!< LCD PAL166: R04_0 Position          */\r
-#define LCD_PAL166_R04_0_Msk                                  (0x1fUL << LCD_PAL166_R04_0_Pos)                          /*!< LCD PAL166: R04_0 Mask              */\r
-#define LCD_PAL166_G04_0_Pos                                  5                                                         /*!< LCD PAL166: G04_0 Position          */\r
-#define LCD_PAL166_G04_0_Msk                                  (0x1fUL << LCD_PAL166_G04_0_Pos)                          /*!< LCD PAL166: G04_0 Mask              */\r
-#define LCD_PAL166_B04_0_Pos                                  10                                                        /*!< LCD PAL166: B04_0 Position          */\r
-#define LCD_PAL166_B04_0_Msk                                  (0x1fUL << LCD_PAL166_B04_0_Pos)                          /*!< LCD PAL166: B04_0 Mask              */\r
-#define LCD_PAL166_I0_Pos                                     15                                                        /*!< LCD PAL166: I0 Position             */\r
-#define LCD_PAL166_I0_Msk                                     (0x01UL << LCD_PAL166_I0_Pos)                             /*!< LCD PAL166: I0 Mask                 */\r
-#define LCD_PAL166_R14_0_Pos                                  16                                                        /*!< LCD PAL166: R14_0 Position          */\r
-#define LCD_PAL166_R14_0_Msk                                  (0x1fUL << LCD_PAL166_R14_0_Pos)                          /*!< LCD PAL166: R14_0 Mask              */\r
-#define LCD_PAL166_G14_0_Pos                                  21                                                        /*!< LCD PAL166: G14_0 Position          */\r
-#define LCD_PAL166_G14_0_Msk                                  (0x1fUL << LCD_PAL166_G14_0_Pos)                          /*!< LCD PAL166: G14_0 Mask              */\r
-#define LCD_PAL166_B14_0_Pos                                  26                                                        /*!< LCD PAL166: B14_0 Position          */\r
-#define LCD_PAL166_B14_0_Msk                                  (0x1fUL << LCD_PAL166_B14_0_Pos)                          /*!< LCD PAL166: B14_0 Mask              */\r
-#define LCD_PAL166_I1_Pos                                     31                                                        /*!< LCD PAL166: I1 Position             */\r
-#define LCD_PAL166_I1_Msk                                     (0x01UL << LCD_PAL166_I1_Pos)                             /*!< LCD PAL166: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL167  -------------------------------------------\r
-#define LCD_PAL167_R04_0_Pos                                  0                                                         /*!< LCD PAL167: R04_0 Position          */\r
-#define LCD_PAL167_R04_0_Msk                                  (0x1fUL << LCD_PAL167_R04_0_Pos)                          /*!< LCD PAL167: R04_0 Mask              */\r
-#define LCD_PAL167_G04_0_Pos                                  5                                                         /*!< LCD PAL167: G04_0 Position          */\r
-#define LCD_PAL167_G04_0_Msk                                  (0x1fUL << LCD_PAL167_G04_0_Pos)                          /*!< LCD PAL167: G04_0 Mask              */\r
-#define LCD_PAL167_B04_0_Pos                                  10                                                        /*!< LCD PAL167: B04_0 Position          */\r
-#define LCD_PAL167_B04_0_Msk                                  (0x1fUL << LCD_PAL167_B04_0_Pos)                          /*!< LCD PAL167: B04_0 Mask              */\r
-#define LCD_PAL167_I0_Pos                                     15                                                        /*!< LCD PAL167: I0 Position             */\r
-#define LCD_PAL167_I0_Msk                                     (0x01UL << LCD_PAL167_I0_Pos)                             /*!< LCD PAL167: I0 Mask                 */\r
-#define LCD_PAL167_R14_0_Pos                                  16                                                        /*!< LCD PAL167: R14_0 Position          */\r
-#define LCD_PAL167_R14_0_Msk                                  (0x1fUL << LCD_PAL167_R14_0_Pos)                          /*!< LCD PAL167: R14_0 Mask              */\r
-#define LCD_PAL167_G14_0_Pos                                  21                                                        /*!< LCD PAL167: G14_0 Position          */\r
-#define LCD_PAL167_G14_0_Msk                                  (0x1fUL << LCD_PAL167_G14_0_Pos)                          /*!< LCD PAL167: G14_0 Mask              */\r
-#define LCD_PAL167_B14_0_Pos                                  26                                                        /*!< LCD PAL167: B14_0 Position          */\r
-#define LCD_PAL167_B14_0_Msk                                  (0x1fUL << LCD_PAL167_B14_0_Pos)                          /*!< LCD PAL167: B14_0 Mask              */\r
-#define LCD_PAL167_I1_Pos                                     31                                                        /*!< LCD PAL167: I1 Position             */\r
-#define LCD_PAL167_I1_Msk                                     (0x01UL << LCD_PAL167_I1_Pos)                             /*!< LCD PAL167: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL168  -------------------------------------------\r
-#define LCD_PAL168_R04_0_Pos                                  0                                                         /*!< LCD PAL168: R04_0 Position          */\r
-#define LCD_PAL168_R04_0_Msk                                  (0x1fUL << LCD_PAL168_R04_0_Pos)                          /*!< LCD PAL168: R04_0 Mask              */\r
-#define LCD_PAL168_G04_0_Pos                                  5                                                         /*!< LCD PAL168: G04_0 Position          */\r
-#define LCD_PAL168_G04_0_Msk                                  (0x1fUL << LCD_PAL168_G04_0_Pos)                          /*!< LCD PAL168: G04_0 Mask              */\r
-#define LCD_PAL168_B04_0_Pos                                  10                                                        /*!< LCD PAL168: B04_0 Position          */\r
-#define LCD_PAL168_B04_0_Msk                                  (0x1fUL << LCD_PAL168_B04_0_Pos)                          /*!< LCD PAL168: B04_0 Mask              */\r
-#define LCD_PAL168_I0_Pos                                     15                                                        /*!< LCD PAL168: I0 Position             */\r
-#define LCD_PAL168_I0_Msk                                     (0x01UL << LCD_PAL168_I0_Pos)                             /*!< LCD PAL168: I0 Mask                 */\r
-#define LCD_PAL168_R14_0_Pos                                  16                                                        /*!< LCD PAL168: R14_0 Position          */\r
-#define LCD_PAL168_R14_0_Msk                                  (0x1fUL << LCD_PAL168_R14_0_Pos)                          /*!< LCD PAL168: R14_0 Mask              */\r
-#define LCD_PAL168_G14_0_Pos                                  21                                                        /*!< LCD PAL168: G14_0 Position          */\r
-#define LCD_PAL168_G14_0_Msk                                  (0x1fUL << LCD_PAL168_G14_0_Pos)                          /*!< LCD PAL168: G14_0 Mask              */\r
-#define LCD_PAL168_B14_0_Pos                                  26                                                        /*!< LCD PAL168: B14_0 Position          */\r
-#define LCD_PAL168_B14_0_Msk                                  (0x1fUL << LCD_PAL168_B14_0_Pos)                          /*!< LCD PAL168: B14_0 Mask              */\r
-#define LCD_PAL168_I1_Pos                                     31                                                        /*!< LCD PAL168: I1 Position             */\r
-#define LCD_PAL168_I1_Msk                                     (0x01UL << LCD_PAL168_I1_Pos)                             /*!< LCD PAL168: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL169  -------------------------------------------\r
-#define LCD_PAL169_R04_0_Pos                                  0                                                         /*!< LCD PAL169: R04_0 Position          */\r
-#define LCD_PAL169_R04_0_Msk                                  (0x1fUL << LCD_PAL169_R04_0_Pos)                          /*!< LCD PAL169: R04_0 Mask              */\r
-#define LCD_PAL169_G04_0_Pos                                  5                                                         /*!< LCD PAL169: G04_0 Position          */\r
-#define LCD_PAL169_G04_0_Msk                                  (0x1fUL << LCD_PAL169_G04_0_Pos)                          /*!< LCD PAL169: G04_0 Mask              */\r
-#define LCD_PAL169_B04_0_Pos                                  10                                                        /*!< LCD PAL169: B04_0 Position          */\r
-#define LCD_PAL169_B04_0_Msk                                  (0x1fUL << LCD_PAL169_B04_0_Pos)                          /*!< LCD PAL169: B04_0 Mask              */\r
-#define LCD_PAL169_I0_Pos                                     15                                                        /*!< LCD PAL169: I0 Position             */\r
-#define LCD_PAL169_I0_Msk                                     (0x01UL << LCD_PAL169_I0_Pos)                             /*!< LCD PAL169: I0 Mask                 */\r
-#define LCD_PAL169_R14_0_Pos                                  16                                                        /*!< LCD PAL169: R14_0 Position          */\r
-#define LCD_PAL169_R14_0_Msk                                  (0x1fUL << LCD_PAL169_R14_0_Pos)                          /*!< LCD PAL169: R14_0 Mask              */\r
-#define LCD_PAL169_G14_0_Pos                                  21                                                        /*!< LCD PAL169: G14_0 Position          */\r
-#define LCD_PAL169_G14_0_Msk                                  (0x1fUL << LCD_PAL169_G14_0_Pos)                          /*!< LCD PAL169: G14_0 Mask              */\r
-#define LCD_PAL169_B14_0_Pos                                  26                                                        /*!< LCD PAL169: B14_0 Position          */\r
-#define LCD_PAL169_B14_0_Msk                                  (0x1fUL << LCD_PAL169_B14_0_Pos)                          /*!< LCD PAL169: B14_0 Mask              */\r
-#define LCD_PAL169_I1_Pos                                     31                                                        /*!< LCD PAL169: I1 Position             */\r
-#define LCD_PAL169_I1_Msk                                     (0x01UL << LCD_PAL169_I1_Pos)                             /*!< LCD PAL169: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL170  -------------------------------------------\r
-#define LCD_PAL170_R04_0_Pos                                  0                                                         /*!< LCD PAL170: R04_0 Position          */\r
-#define LCD_PAL170_R04_0_Msk                                  (0x1fUL << LCD_PAL170_R04_0_Pos)                          /*!< LCD PAL170: R04_0 Mask              */\r
-#define LCD_PAL170_G04_0_Pos                                  5                                                         /*!< LCD PAL170: G04_0 Position          */\r
-#define LCD_PAL170_G04_0_Msk                                  (0x1fUL << LCD_PAL170_G04_0_Pos)                          /*!< LCD PAL170: G04_0 Mask              */\r
-#define LCD_PAL170_B04_0_Pos                                  10                                                        /*!< LCD PAL170: B04_0 Position          */\r
-#define LCD_PAL170_B04_0_Msk                                  (0x1fUL << LCD_PAL170_B04_0_Pos)                          /*!< LCD PAL170: B04_0 Mask              */\r
-#define LCD_PAL170_I0_Pos                                     15                                                        /*!< LCD PAL170: I0 Position             */\r
-#define LCD_PAL170_I0_Msk                                     (0x01UL << LCD_PAL170_I0_Pos)                             /*!< LCD PAL170: I0 Mask                 */\r
-#define LCD_PAL170_R14_0_Pos                                  16                                                        /*!< LCD PAL170: R14_0 Position          */\r
-#define LCD_PAL170_R14_0_Msk                                  (0x1fUL << LCD_PAL170_R14_0_Pos)                          /*!< LCD PAL170: R14_0 Mask              */\r
-#define LCD_PAL170_G14_0_Pos                                  21                                                        /*!< LCD PAL170: G14_0 Position          */\r
-#define LCD_PAL170_G14_0_Msk                                  (0x1fUL << LCD_PAL170_G14_0_Pos)                          /*!< LCD PAL170: G14_0 Mask              */\r
-#define LCD_PAL170_B14_0_Pos                                  26                                                        /*!< LCD PAL170: B14_0 Position          */\r
-#define LCD_PAL170_B14_0_Msk                                  (0x1fUL << LCD_PAL170_B14_0_Pos)                          /*!< LCD PAL170: B14_0 Mask              */\r
-#define LCD_PAL170_I1_Pos                                     31                                                        /*!< LCD PAL170: I1 Position             */\r
-#define LCD_PAL170_I1_Msk                                     (0x01UL << LCD_PAL170_I1_Pos)                             /*!< LCD PAL170: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL171  -------------------------------------------\r
-#define LCD_PAL171_R04_0_Pos                                  0                                                         /*!< LCD PAL171: R04_0 Position          */\r
-#define LCD_PAL171_R04_0_Msk                                  (0x1fUL << LCD_PAL171_R04_0_Pos)                          /*!< LCD PAL171: R04_0 Mask              */\r
-#define LCD_PAL171_G04_0_Pos                                  5                                                         /*!< LCD PAL171: G04_0 Position          */\r
-#define LCD_PAL171_G04_0_Msk                                  (0x1fUL << LCD_PAL171_G04_0_Pos)                          /*!< LCD PAL171: G04_0 Mask              */\r
-#define LCD_PAL171_B04_0_Pos                                  10                                                        /*!< LCD PAL171: B04_0 Position          */\r
-#define LCD_PAL171_B04_0_Msk                                  (0x1fUL << LCD_PAL171_B04_0_Pos)                          /*!< LCD PAL171: B04_0 Mask              */\r
-#define LCD_PAL171_I0_Pos                                     15                                                        /*!< LCD PAL171: I0 Position             */\r
-#define LCD_PAL171_I0_Msk                                     (0x01UL << LCD_PAL171_I0_Pos)                             /*!< LCD PAL171: I0 Mask                 */\r
-#define LCD_PAL171_R14_0_Pos                                  16                                                        /*!< LCD PAL171: R14_0 Position          */\r
-#define LCD_PAL171_R14_0_Msk                                  (0x1fUL << LCD_PAL171_R14_0_Pos)                          /*!< LCD PAL171: R14_0 Mask              */\r
-#define LCD_PAL171_G14_0_Pos                                  21                                                        /*!< LCD PAL171: G14_0 Position          */\r
-#define LCD_PAL171_G14_0_Msk                                  (0x1fUL << LCD_PAL171_G14_0_Pos)                          /*!< LCD PAL171: G14_0 Mask              */\r
-#define LCD_PAL171_B14_0_Pos                                  26                                                        /*!< LCD PAL171: B14_0 Position          */\r
-#define LCD_PAL171_B14_0_Msk                                  (0x1fUL << LCD_PAL171_B14_0_Pos)                          /*!< LCD PAL171: B14_0 Mask              */\r
-#define LCD_PAL171_I1_Pos                                     31                                                        /*!< LCD PAL171: I1 Position             */\r
-#define LCD_PAL171_I1_Msk                                     (0x01UL << LCD_PAL171_I1_Pos)                             /*!< LCD PAL171: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL172  -------------------------------------------\r
-#define LCD_PAL172_R04_0_Pos                                  0                                                         /*!< LCD PAL172: R04_0 Position          */\r
-#define LCD_PAL172_R04_0_Msk                                  (0x1fUL << LCD_PAL172_R04_0_Pos)                          /*!< LCD PAL172: R04_0 Mask              */\r
-#define LCD_PAL172_G04_0_Pos                                  5                                                         /*!< LCD PAL172: G04_0 Position          */\r
-#define LCD_PAL172_G04_0_Msk                                  (0x1fUL << LCD_PAL172_G04_0_Pos)                          /*!< LCD PAL172: G04_0 Mask              */\r
-#define LCD_PAL172_B04_0_Pos                                  10                                                        /*!< LCD PAL172: B04_0 Position          */\r
-#define LCD_PAL172_B04_0_Msk                                  (0x1fUL << LCD_PAL172_B04_0_Pos)                          /*!< LCD PAL172: B04_0 Mask              */\r
-#define LCD_PAL172_I0_Pos                                     15                                                        /*!< LCD PAL172: I0 Position             */\r
-#define LCD_PAL172_I0_Msk                                     (0x01UL << LCD_PAL172_I0_Pos)                             /*!< LCD PAL172: I0 Mask                 */\r
-#define LCD_PAL172_R14_0_Pos                                  16                                                        /*!< LCD PAL172: R14_0 Position          */\r
-#define LCD_PAL172_R14_0_Msk                                  (0x1fUL << LCD_PAL172_R14_0_Pos)                          /*!< LCD PAL172: R14_0 Mask              */\r
-#define LCD_PAL172_G14_0_Pos                                  21                                                        /*!< LCD PAL172: G14_0 Position          */\r
-#define LCD_PAL172_G14_0_Msk                                  (0x1fUL << LCD_PAL172_G14_0_Pos)                          /*!< LCD PAL172: G14_0 Mask              */\r
-#define LCD_PAL172_B14_0_Pos                                  26                                                        /*!< LCD PAL172: B14_0 Position          */\r
-#define LCD_PAL172_B14_0_Msk                                  (0x1fUL << LCD_PAL172_B14_0_Pos)                          /*!< LCD PAL172: B14_0 Mask              */\r
-#define LCD_PAL172_I1_Pos                                     31                                                        /*!< LCD PAL172: I1 Position             */\r
-#define LCD_PAL172_I1_Msk                                     (0x01UL << LCD_PAL172_I1_Pos)                             /*!< LCD PAL172: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL173  -------------------------------------------\r
-#define LCD_PAL173_R04_0_Pos                                  0                                                         /*!< LCD PAL173: R04_0 Position          */\r
-#define LCD_PAL173_R04_0_Msk                                  (0x1fUL << LCD_PAL173_R04_0_Pos)                          /*!< LCD PAL173: R04_0 Mask              */\r
-#define LCD_PAL173_G04_0_Pos                                  5                                                         /*!< LCD PAL173: G04_0 Position          */\r
-#define LCD_PAL173_G04_0_Msk                                  (0x1fUL << LCD_PAL173_G04_0_Pos)                          /*!< LCD PAL173: G04_0 Mask              */\r
-#define LCD_PAL173_B04_0_Pos                                  10                                                        /*!< LCD PAL173: B04_0 Position          */\r
-#define LCD_PAL173_B04_0_Msk                                  (0x1fUL << LCD_PAL173_B04_0_Pos)                          /*!< LCD PAL173: B04_0 Mask              */\r
-#define LCD_PAL173_I0_Pos                                     15                                                        /*!< LCD PAL173: I0 Position             */\r
-#define LCD_PAL173_I0_Msk                                     (0x01UL << LCD_PAL173_I0_Pos)                             /*!< LCD PAL173: I0 Mask                 */\r
-#define LCD_PAL173_R14_0_Pos                                  16                                                        /*!< LCD PAL173: R14_0 Position          */\r
-#define LCD_PAL173_R14_0_Msk                                  (0x1fUL << LCD_PAL173_R14_0_Pos)                          /*!< LCD PAL173: R14_0 Mask              */\r
-#define LCD_PAL173_G14_0_Pos                                  21                                                        /*!< LCD PAL173: G14_0 Position          */\r
-#define LCD_PAL173_G14_0_Msk                                  (0x1fUL << LCD_PAL173_G14_0_Pos)                          /*!< LCD PAL173: G14_0 Mask              */\r
-#define LCD_PAL173_B14_0_Pos                                  26                                                        /*!< LCD PAL173: B14_0 Position          */\r
-#define LCD_PAL173_B14_0_Msk                                  (0x1fUL << LCD_PAL173_B14_0_Pos)                          /*!< LCD PAL173: B14_0 Mask              */\r
-#define LCD_PAL173_I1_Pos                                     31                                                        /*!< LCD PAL173: I1 Position             */\r
-#define LCD_PAL173_I1_Msk                                     (0x01UL << LCD_PAL173_I1_Pos)                             /*!< LCD PAL173: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL174  -------------------------------------------\r
-#define LCD_PAL174_R04_0_Pos                                  0                                                         /*!< LCD PAL174: R04_0 Position          */\r
-#define LCD_PAL174_R04_0_Msk                                  (0x1fUL << LCD_PAL174_R04_0_Pos)                          /*!< LCD PAL174: R04_0 Mask              */\r
-#define LCD_PAL174_G04_0_Pos                                  5                                                         /*!< LCD PAL174: G04_0 Position          */\r
-#define LCD_PAL174_G04_0_Msk                                  (0x1fUL << LCD_PAL174_G04_0_Pos)                          /*!< LCD PAL174: G04_0 Mask              */\r
-#define LCD_PAL174_B04_0_Pos                                  10                                                        /*!< LCD PAL174: B04_0 Position          */\r
-#define LCD_PAL174_B04_0_Msk                                  (0x1fUL << LCD_PAL174_B04_0_Pos)                          /*!< LCD PAL174: B04_0 Mask              */\r
-#define LCD_PAL174_I0_Pos                                     15                                                        /*!< LCD PAL174: I0 Position             */\r
-#define LCD_PAL174_I0_Msk                                     (0x01UL << LCD_PAL174_I0_Pos)                             /*!< LCD PAL174: I0 Mask                 */\r
-#define LCD_PAL174_R14_0_Pos                                  16                                                        /*!< LCD PAL174: R14_0 Position          */\r
-#define LCD_PAL174_R14_0_Msk                                  (0x1fUL << LCD_PAL174_R14_0_Pos)                          /*!< LCD PAL174: R14_0 Mask              */\r
-#define LCD_PAL174_G14_0_Pos                                  21                                                        /*!< LCD PAL174: G14_0 Position          */\r
-#define LCD_PAL174_G14_0_Msk                                  (0x1fUL << LCD_PAL174_G14_0_Pos)                          /*!< LCD PAL174: G14_0 Mask              */\r
-#define LCD_PAL174_B14_0_Pos                                  26                                                        /*!< LCD PAL174: B14_0 Position          */\r
-#define LCD_PAL174_B14_0_Msk                                  (0x1fUL << LCD_PAL174_B14_0_Pos)                          /*!< LCD PAL174: B14_0 Mask              */\r
-#define LCD_PAL174_I1_Pos                                     31                                                        /*!< LCD PAL174: I1 Position             */\r
-#define LCD_PAL174_I1_Msk                                     (0x01UL << LCD_PAL174_I1_Pos)                             /*!< LCD PAL174: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL175  -------------------------------------------\r
-#define LCD_PAL175_R04_0_Pos                                  0                                                         /*!< LCD PAL175: R04_0 Position          */\r
-#define LCD_PAL175_R04_0_Msk                                  (0x1fUL << LCD_PAL175_R04_0_Pos)                          /*!< LCD PAL175: R04_0 Mask              */\r
-#define LCD_PAL175_G04_0_Pos                                  5                                                         /*!< LCD PAL175: G04_0 Position          */\r
-#define LCD_PAL175_G04_0_Msk                                  (0x1fUL << LCD_PAL175_G04_0_Pos)                          /*!< LCD PAL175: G04_0 Mask              */\r
-#define LCD_PAL175_B04_0_Pos                                  10                                                        /*!< LCD PAL175: B04_0 Position          */\r
-#define LCD_PAL175_B04_0_Msk                                  (0x1fUL << LCD_PAL175_B04_0_Pos)                          /*!< LCD PAL175: B04_0 Mask              */\r
-#define LCD_PAL175_I0_Pos                                     15                                                        /*!< LCD PAL175: I0 Position             */\r
-#define LCD_PAL175_I0_Msk                                     (0x01UL << LCD_PAL175_I0_Pos)                             /*!< LCD PAL175: I0 Mask                 */\r
-#define LCD_PAL175_R14_0_Pos                                  16                                                        /*!< LCD PAL175: R14_0 Position          */\r
-#define LCD_PAL175_R14_0_Msk                                  (0x1fUL << LCD_PAL175_R14_0_Pos)                          /*!< LCD PAL175: R14_0 Mask              */\r
-#define LCD_PAL175_G14_0_Pos                                  21                                                        /*!< LCD PAL175: G14_0 Position          */\r
-#define LCD_PAL175_G14_0_Msk                                  (0x1fUL << LCD_PAL175_G14_0_Pos)                          /*!< LCD PAL175: G14_0 Mask              */\r
-#define LCD_PAL175_B14_0_Pos                                  26                                                        /*!< LCD PAL175: B14_0 Position          */\r
-#define LCD_PAL175_B14_0_Msk                                  (0x1fUL << LCD_PAL175_B14_0_Pos)                          /*!< LCD PAL175: B14_0 Mask              */\r
-#define LCD_PAL175_I1_Pos                                     31                                                        /*!< LCD PAL175: I1 Position             */\r
-#define LCD_PAL175_I1_Msk                                     (0x01UL << LCD_PAL175_I1_Pos)                             /*!< LCD PAL175: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL176  -------------------------------------------\r
-#define LCD_PAL176_R04_0_Pos                                  0                                                         /*!< LCD PAL176: R04_0 Position          */\r
-#define LCD_PAL176_R04_0_Msk                                  (0x1fUL << LCD_PAL176_R04_0_Pos)                          /*!< LCD PAL176: R04_0 Mask              */\r
-#define LCD_PAL176_G04_0_Pos                                  5                                                         /*!< LCD PAL176: G04_0 Position          */\r
-#define LCD_PAL176_G04_0_Msk                                  (0x1fUL << LCD_PAL176_G04_0_Pos)                          /*!< LCD PAL176: G04_0 Mask              */\r
-#define LCD_PAL176_B04_0_Pos                                  10                                                        /*!< LCD PAL176: B04_0 Position          */\r
-#define LCD_PAL176_B04_0_Msk                                  (0x1fUL << LCD_PAL176_B04_0_Pos)                          /*!< LCD PAL176: B04_0 Mask              */\r
-#define LCD_PAL176_I0_Pos                                     15                                                        /*!< LCD PAL176: I0 Position             */\r
-#define LCD_PAL176_I0_Msk                                     (0x01UL << LCD_PAL176_I0_Pos)                             /*!< LCD PAL176: I0 Mask                 */\r
-#define LCD_PAL176_R14_0_Pos                                  16                                                        /*!< LCD PAL176: R14_0 Position          */\r
-#define LCD_PAL176_R14_0_Msk                                  (0x1fUL << LCD_PAL176_R14_0_Pos)                          /*!< LCD PAL176: R14_0 Mask              */\r
-#define LCD_PAL176_G14_0_Pos                                  21                                                        /*!< LCD PAL176: G14_0 Position          */\r
-#define LCD_PAL176_G14_0_Msk                                  (0x1fUL << LCD_PAL176_G14_0_Pos)                          /*!< LCD PAL176: G14_0 Mask              */\r
-#define LCD_PAL176_B14_0_Pos                                  26                                                        /*!< LCD PAL176: B14_0 Position          */\r
-#define LCD_PAL176_B14_0_Msk                                  (0x1fUL << LCD_PAL176_B14_0_Pos)                          /*!< LCD PAL176: B14_0 Mask              */\r
-#define LCD_PAL176_I1_Pos                                     31                                                        /*!< LCD PAL176: I1 Position             */\r
-#define LCD_PAL176_I1_Msk                                     (0x01UL << LCD_PAL176_I1_Pos)                             /*!< LCD PAL176: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL177  -------------------------------------------\r
-#define LCD_PAL177_R04_0_Pos                                  0                                                         /*!< LCD PAL177: R04_0 Position          */\r
-#define LCD_PAL177_R04_0_Msk                                  (0x1fUL << LCD_PAL177_R04_0_Pos)                          /*!< LCD PAL177: R04_0 Mask              */\r
-#define LCD_PAL177_G04_0_Pos                                  5                                                         /*!< LCD PAL177: G04_0 Position          */\r
-#define LCD_PAL177_G04_0_Msk                                  (0x1fUL << LCD_PAL177_G04_0_Pos)                          /*!< LCD PAL177: G04_0 Mask              */\r
-#define LCD_PAL177_B04_0_Pos                                  10                                                        /*!< LCD PAL177: B04_0 Position          */\r
-#define LCD_PAL177_B04_0_Msk                                  (0x1fUL << LCD_PAL177_B04_0_Pos)                          /*!< LCD PAL177: B04_0 Mask              */\r
-#define LCD_PAL177_I0_Pos                                     15                                                        /*!< LCD PAL177: I0 Position             */\r
-#define LCD_PAL177_I0_Msk                                     (0x01UL << LCD_PAL177_I0_Pos)                             /*!< LCD PAL177: I0 Mask                 */\r
-#define LCD_PAL177_R14_0_Pos                                  16                                                        /*!< LCD PAL177: R14_0 Position          */\r
-#define LCD_PAL177_R14_0_Msk                                  (0x1fUL << LCD_PAL177_R14_0_Pos)                          /*!< LCD PAL177: R14_0 Mask              */\r
-#define LCD_PAL177_G14_0_Pos                                  21                                                        /*!< LCD PAL177: G14_0 Position          */\r
-#define LCD_PAL177_G14_0_Msk                                  (0x1fUL << LCD_PAL177_G14_0_Pos)                          /*!< LCD PAL177: G14_0 Mask              */\r
-#define LCD_PAL177_B14_0_Pos                                  26                                                        /*!< LCD PAL177: B14_0 Position          */\r
-#define LCD_PAL177_B14_0_Msk                                  (0x1fUL << LCD_PAL177_B14_0_Pos)                          /*!< LCD PAL177: B14_0 Mask              */\r
-#define LCD_PAL177_I1_Pos                                     31                                                        /*!< LCD PAL177: I1 Position             */\r
-#define LCD_PAL177_I1_Msk                                     (0x01UL << LCD_PAL177_I1_Pos)                             /*!< LCD PAL177: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL178  -------------------------------------------\r
-#define LCD_PAL178_R04_0_Pos                                  0                                                         /*!< LCD PAL178: R04_0 Position          */\r
-#define LCD_PAL178_R04_0_Msk                                  (0x1fUL << LCD_PAL178_R04_0_Pos)                          /*!< LCD PAL178: R04_0 Mask              */\r
-#define LCD_PAL178_G04_0_Pos                                  5                                                         /*!< LCD PAL178: G04_0 Position          */\r
-#define LCD_PAL178_G04_0_Msk                                  (0x1fUL << LCD_PAL178_G04_0_Pos)                          /*!< LCD PAL178: G04_0 Mask              */\r
-#define LCD_PAL178_B04_0_Pos                                  10                                                        /*!< LCD PAL178: B04_0 Position          */\r
-#define LCD_PAL178_B04_0_Msk                                  (0x1fUL << LCD_PAL178_B04_0_Pos)                          /*!< LCD PAL178: B04_0 Mask              */\r
-#define LCD_PAL178_I0_Pos                                     15                                                        /*!< LCD PAL178: I0 Position             */\r
-#define LCD_PAL178_I0_Msk                                     (0x01UL << LCD_PAL178_I0_Pos)                             /*!< LCD PAL178: I0 Mask                 */\r
-#define LCD_PAL178_R14_0_Pos                                  16                                                        /*!< LCD PAL178: R14_0 Position          */\r
-#define LCD_PAL178_R14_0_Msk                                  (0x1fUL << LCD_PAL178_R14_0_Pos)                          /*!< LCD PAL178: R14_0 Mask              */\r
-#define LCD_PAL178_G14_0_Pos                                  21                                                        /*!< LCD PAL178: G14_0 Position          */\r
-#define LCD_PAL178_G14_0_Msk                                  (0x1fUL << LCD_PAL178_G14_0_Pos)                          /*!< LCD PAL178: G14_0 Mask              */\r
-#define LCD_PAL178_B14_0_Pos                                  26                                                        /*!< LCD PAL178: B14_0 Position          */\r
-#define LCD_PAL178_B14_0_Msk                                  (0x1fUL << LCD_PAL178_B14_0_Pos)                          /*!< LCD PAL178: B14_0 Mask              */\r
-#define LCD_PAL178_I1_Pos                                     31                                                        /*!< LCD PAL178: I1 Position             */\r
-#define LCD_PAL178_I1_Msk                                     (0x01UL << LCD_PAL178_I1_Pos)                             /*!< LCD PAL178: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL179  -------------------------------------------\r
-#define LCD_PAL179_R04_0_Pos                                  0                                                         /*!< LCD PAL179: R04_0 Position          */\r
-#define LCD_PAL179_R04_0_Msk                                  (0x1fUL << LCD_PAL179_R04_0_Pos)                          /*!< LCD PAL179: R04_0 Mask              */\r
-#define LCD_PAL179_G04_0_Pos                                  5                                                         /*!< LCD PAL179: G04_0 Position          */\r
-#define LCD_PAL179_G04_0_Msk                                  (0x1fUL << LCD_PAL179_G04_0_Pos)                          /*!< LCD PAL179: G04_0 Mask              */\r
-#define LCD_PAL179_B04_0_Pos                                  10                                                        /*!< LCD PAL179: B04_0 Position          */\r
-#define LCD_PAL179_B04_0_Msk                                  (0x1fUL << LCD_PAL179_B04_0_Pos)                          /*!< LCD PAL179: B04_0 Mask              */\r
-#define LCD_PAL179_I0_Pos                                     15                                                        /*!< LCD PAL179: I0 Position             */\r
-#define LCD_PAL179_I0_Msk                                     (0x01UL << LCD_PAL179_I0_Pos)                             /*!< LCD PAL179: I0 Mask                 */\r
-#define LCD_PAL179_R14_0_Pos                                  16                                                        /*!< LCD PAL179: R14_0 Position          */\r
-#define LCD_PAL179_R14_0_Msk                                  (0x1fUL << LCD_PAL179_R14_0_Pos)                          /*!< LCD PAL179: R14_0 Mask              */\r
-#define LCD_PAL179_G14_0_Pos                                  21                                                        /*!< LCD PAL179: G14_0 Position          */\r
-#define LCD_PAL179_G14_0_Msk                                  (0x1fUL << LCD_PAL179_G14_0_Pos)                          /*!< LCD PAL179: G14_0 Mask              */\r
-#define LCD_PAL179_B14_0_Pos                                  26                                                        /*!< LCD PAL179: B14_0 Position          */\r
-#define LCD_PAL179_B14_0_Msk                                  (0x1fUL << LCD_PAL179_B14_0_Pos)                          /*!< LCD PAL179: B14_0 Mask              */\r
-#define LCD_PAL179_I1_Pos                                     31                                                        /*!< LCD PAL179: I1 Position             */\r
-#define LCD_PAL179_I1_Msk                                     (0x01UL << LCD_PAL179_I1_Pos)                             /*!< LCD PAL179: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL180  -------------------------------------------\r
-#define LCD_PAL180_R04_0_Pos                                  0                                                         /*!< LCD PAL180: R04_0 Position          */\r
-#define LCD_PAL180_R04_0_Msk                                  (0x1fUL << LCD_PAL180_R04_0_Pos)                          /*!< LCD PAL180: R04_0 Mask              */\r
-#define LCD_PAL180_G04_0_Pos                                  5                                                         /*!< LCD PAL180: G04_0 Position          */\r
-#define LCD_PAL180_G04_0_Msk                                  (0x1fUL << LCD_PAL180_G04_0_Pos)                          /*!< LCD PAL180: G04_0 Mask              */\r
-#define LCD_PAL180_B04_0_Pos                                  10                                                        /*!< LCD PAL180: B04_0 Position          */\r
-#define LCD_PAL180_B04_0_Msk                                  (0x1fUL << LCD_PAL180_B04_0_Pos)                          /*!< LCD PAL180: B04_0 Mask              */\r
-#define LCD_PAL180_I0_Pos                                     15                                                        /*!< LCD PAL180: I0 Position             */\r
-#define LCD_PAL180_I0_Msk                                     (0x01UL << LCD_PAL180_I0_Pos)                             /*!< LCD PAL180: I0 Mask                 */\r
-#define LCD_PAL180_R14_0_Pos                                  16                                                        /*!< LCD PAL180: R14_0 Position          */\r
-#define LCD_PAL180_R14_0_Msk                                  (0x1fUL << LCD_PAL180_R14_0_Pos)                          /*!< LCD PAL180: R14_0 Mask              */\r
-#define LCD_PAL180_G14_0_Pos                                  21                                                        /*!< LCD PAL180: G14_0 Position          */\r
-#define LCD_PAL180_G14_0_Msk                                  (0x1fUL << LCD_PAL180_G14_0_Pos)                          /*!< LCD PAL180: G14_0 Mask              */\r
-#define LCD_PAL180_B14_0_Pos                                  26                                                        /*!< LCD PAL180: B14_0 Position          */\r
-#define LCD_PAL180_B14_0_Msk                                  (0x1fUL << LCD_PAL180_B14_0_Pos)                          /*!< LCD PAL180: B14_0 Mask              */\r
-#define LCD_PAL180_I1_Pos                                     31                                                        /*!< LCD PAL180: I1 Position             */\r
-#define LCD_PAL180_I1_Msk                                     (0x01UL << LCD_PAL180_I1_Pos)                             /*!< LCD PAL180: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL181  -------------------------------------------\r
-#define LCD_PAL181_R04_0_Pos                                  0                                                         /*!< LCD PAL181: R04_0 Position          */\r
-#define LCD_PAL181_R04_0_Msk                                  (0x1fUL << LCD_PAL181_R04_0_Pos)                          /*!< LCD PAL181: R04_0 Mask              */\r
-#define LCD_PAL181_G04_0_Pos                                  5                                                         /*!< LCD PAL181: G04_0 Position          */\r
-#define LCD_PAL181_G04_0_Msk                                  (0x1fUL << LCD_PAL181_G04_0_Pos)                          /*!< LCD PAL181: G04_0 Mask              */\r
-#define LCD_PAL181_B04_0_Pos                                  10                                                        /*!< LCD PAL181: B04_0 Position          */\r
-#define LCD_PAL181_B04_0_Msk                                  (0x1fUL << LCD_PAL181_B04_0_Pos)                          /*!< LCD PAL181: B04_0 Mask              */\r
-#define LCD_PAL181_I0_Pos                                     15                                                        /*!< LCD PAL181: I0 Position             */\r
-#define LCD_PAL181_I0_Msk                                     (0x01UL << LCD_PAL181_I0_Pos)                             /*!< LCD PAL181: I0 Mask                 */\r
-#define LCD_PAL181_R14_0_Pos                                  16                                                        /*!< LCD PAL181: R14_0 Position          */\r
-#define LCD_PAL181_R14_0_Msk                                  (0x1fUL << LCD_PAL181_R14_0_Pos)                          /*!< LCD PAL181: R14_0 Mask              */\r
-#define LCD_PAL181_G14_0_Pos                                  21                                                        /*!< LCD PAL181: G14_0 Position          */\r
-#define LCD_PAL181_G14_0_Msk                                  (0x1fUL << LCD_PAL181_G14_0_Pos)                          /*!< LCD PAL181: G14_0 Mask              */\r
-#define LCD_PAL181_B14_0_Pos                                  26                                                        /*!< LCD PAL181: B14_0 Position          */\r
-#define LCD_PAL181_B14_0_Msk                                  (0x1fUL << LCD_PAL181_B14_0_Pos)                          /*!< LCD PAL181: B14_0 Mask              */\r
-#define LCD_PAL181_I1_Pos                                     31                                                        /*!< LCD PAL181: I1 Position             */\r
-#define LCD_PAL181_I1_Msk                                     (0x01UL << LCD_PAL181_I1_Pos)                             /*!< LCD PAL181: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL182  -------------------------------------------\r
-#define LCD_PAL182_R04_0_Pos                                  0                                                         /*!< LCD PAL182: R04_0 Position          */\r
-#define LCD_PAL182_R04_0_Msk                                  (0x1fUL << LCD_PAL182_R04_0_Pos)                          /*!< LCD PAL182: R04_0 Mask              */\r
-#define LCD_PAL182_G04_0_Pos                                  5                                                         /*!< LCD PAL182: G04_0 Position          */\r
-#define LCD_PAL182_G04_0_Msk                                  (0x1fUL << LCD_PAL182_G04_0_Pos)                          /*!< LCD PAL182: G04_0 Mask              */\r
-#define LCD_PAL182_B04_0_Pos                                  10                                                        /*!< LCD PAL182: B04_0 Position          */\r
-#define LCD_PAL182_B04_0_Msk                                  (0x1fUL << LCD_PAL182_B04_0_Pos)                          /*!< LCD PAL182: B04_0 Mask              */\r
-#define LCD_PAL182_I0_Pos                                     15                                                        /*!< LCD PAL182: I0 Position             */\r
-#define LCD_PAL182_I0_Msk                                     (0x01UL << LCD_PAL182_I0_Pos)                             /*!< LCD PAL182: I0 Mask                 */\r
-#define LCD_PAL182_R14_0_Pos                                  16                                                        /*!< LCD PAL182: R14_0 Position          */\r
-#define LCD_PAL182_R14_0_Msk                                  (0x1fUL << LCD_PAL182_R14_0_Pos)                          /*!< LCD PAL182: R14_0 Mask              */\r
-#define LCD_PAL182_G14_0_Pos                                  21                                                        /*!< LCD PAL182: G14_0 Position          */\r
-#define LCD_PAL182_G14_0_Msk                                  (0x1fUL << LCD_PAL182_G14_0_Pos)                          /*!< LCD PAL182: G14_0 Mask              */\r
-#define LCD_PAL182_B14_0_Pos                                  26                                                        /*!< LCD PAL182: B14_0 Position          */\r
-#define LCD_PAL182_B14_0_Msk                                  (0x1fUL << LCD_PAL182_B14_0_Pos)                          /*!< LCD PAL182: B14_0 Mask              */\r
-#define LCD_PAL182_I1_Pos                                     31                                                        /*!< LCD PAL182: I1 Position             */\r
-#define LCD_PAL182_I1_Msk                                     (0x01UL << LCD_PAL182_I1_Pos)                             /*!< LCD PAL182: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL183  -------------------------------------------\r
-#define LCD_PAL183_R04_0_Pos                                  0                                                         /*!< LCD PAL183: R04_0 Position          */\r
-#define LCD_PAL183_R04_0_Msk                                  (0x1fUL << LCD_PAL183_R04_0_Pos)                          /*!< LCD PAL183: R04_0 Mask              */\r
-#define LCD_PAL183_G04_0_Pos                                  5                                                         /*!< LCD PAL183: G04_0 Position          */\r
-#define LCD_PAL183_G04_0_Msk                                  (0x1fUL << LCD_PAL183_G04_0_Pos)                          /*!< LCD PAL183: G04_0 Mask              */\r
-#define LCD_PAL183_B04_0_Pos                                  10                                                        /*!< LCD PAL183: B04_0 Position          */\r
-#define LCD_PAL183_B04_0_Msk                                  (0x1fUL << LCD_PAL183_B04_0_Pos)                          /*!< LCD PAL183: B04_0 Mask              */\r
-#define LCD_PAL183_I0_Pos                                     15                                                        /*!< LCD PAL183: I0 Position             */\r
-#define LCD_PAL183_I0_Msk                                     (0x01UL << LCD_PAL183_I0_Pos)                             /*!< LCD PAL183: I0 Mask                 */\r
-#define LCD_PAL183_R14_0_Pos                                  16                                                        /*!< LCD PAL183: R14_0 Position          */\r
-#define LCD_PAL183_R14_0_Msk                                  (0x1fUL << LCD_PAL183_R14_0_Pos)                          /*!< LCD PAL183: R14_0 Mask              */\r
-#define LCD_PAL183_G14_0_Pos                                  21                                                        /*!< LCD PAL183: G14_0 Position          */\r
-#define LCD_PAL183_G14_0_Msk                                  (0x1fUL << LCD_PAL183_G14_0_Pos)                          /*!< LCD PAL183: G14_0 Mask              */\r
-#define LCD_PAL183_B14_0_Pos                                  26                                                        /*!< LCD PAL183: B14_0 Position          */\r
-#define LCD_PAL183_B14_0_Msk                                  (0x1fUL << LCD_PAL183_B14_0_Pos)                          /*!< LCD PAL183: B14_0 Mask              */\r
-#define LCD_PAL183_I1_Pos                                     31                                                        /*!< LCD PAL183: I1 Position             */\r
-#define LCD_PAL183_I1_Msk                                     (0x01UL << LCD_PAL183_I1_Pos)                             /*!< LCD PAL183: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL184  -------------------------------------------\r
-#define LCD_PAL184_R04_0_Pos                                  0                                                         /*!< LCD PAL184: R04_0 Position          */\r
-#define LCD_PAL184_R04_0_Msk                                  (0x1fUL << LCD_PAL184_R04_0_Pos)                          /*!< LCD PAL184: R04_0 Mask              */\r
-#define LCD_PAL184_G04_0_Pos                                  5                                                         /*!< LCD PAL184: G04_0 Position          */\r
-#define LCD_PAL184_G04_0_Msk                                  (0x1fUL << LCD_PAL184_G04_0_Pos)                          /*!< LCD PAL184: G04_0 Mask              */\r
-#define LCD_PAL184_B04_0_Pos                                  10                                                        /*!< LCD PAL184: B04_0 Position          */\r
-#define LCD_PAL184_B04_0_Msk                                  (0x1fUL << LCD_PAL184_B04_0_Pos)                          /*!< LCD PAL184: B04_0 Mask              */\r
-#define LCD_PAL184_I0_Pos                                     15                                                        /*!< LCD PAL184: I0 Position             */\r
-#define LCD_PAL184_I0_Msk                                     (0x01UL << LCD_PAL184_I0_Pos)                             /*!< LCD PAL184: I0 Mask                 */\r
-#define LCD_PAL184_R14_0_Pos                                  16                                                        /*!< LCD PAL184: R14_0 Position          */\r
-#define LCD_PAL184_R14_0_Msk                                  (0x1fUL << LCD_PAL184_R14_0_Pos)                          /*!< LCD PAL184: R14_0 Mask              */\r
-#define LCD_PAL184_G14_0_Pos                                  21                                                        /*!< LCD PAL184: G14_0 Position          */\r
-#define LCD_PAL184_G14_0_Msk                                  (0x1fUL << LCD_PAL184_G14_0_Pos)                          /*!< LCD PAL184: G14_0 Mask              */\r
-#define LCD_PAL184_B14_0_Pos                                  26                                                        /*!< LCD PAL184: B14_0 Position          */\r
-#define LCD_PAL184_B14_0_Msk                                  (0x1fUL << LCD_PAL184_B14_0_Pos)                          /*!< LCD PAL184: B14_0 Mask              */\r
-#define LCD_PAL184_I1_Pos                                     31                                                        /*!< LCD PAL184: I1 Position             */\r
-#define LCD_PAL184_I1_Msk                                     (0x01UL << LCD_PAL184_I1_Pos)                             /*!< LCD PAL184: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL185  -------------------------------------------\r
-#define LCD_PAL185_R04_0_Pos                                  0                                                         /*!< LCD PAL185: R04_0 Position          */\r
-#define LCD_PAL185_R04_0_Msk                                  (0x1fUL << LCD_PAL185_R04_0_Pos)                          /*!< LCD PAL185: R04_0 Mask              */\r
-#define LCD_PAL185_G04_0_Pos                                  5                                                         /*!< LCD PAL185: G04_0 Position          */\r
-#define LCD_PAL185_G04_0_Msk                                  (0x1fUL << LCD_PAL185_G04_0_Pos)                          /*!< LCD PAL185: G04_0 Mask              */\r
-#define LCD_PAL185_B04_0_Pos                                  10                                                        /*!< LCD PAL185: B04_0 Position          */\r
-#define LCD_PAL185_B04_0_Msk                                  (0x1fUL << LCD_PAL185_B04_0_Pos)                          /*!< LCD PAL185: B04_0 Mask              */\r
-#define LCD_PAL185_I0_Pos                                     15                                                        /*!< LCD PAL185: I0 Position             */\r
-#define LCD_PAL185_I0_Msk                                     (0x01UL << LCD_PAL185_I0_Pos)                             /*!< LCD PAL185: I0 Mask                 */\r
-#define LCD_PAL185_R14_0_Pos                                  16                                                        /*!< LCD PAL185: R14_0 Position          */\r
-#define LCD_PAL185_R14_0_Msk                                  (0x1fUL << LCD_PAL185_R14_0_Pos)                          /*!< LCD PAL185: R14_0 Mask              */\r
-#define LCD_PAL185_G14_0_Pos                                  21                                                        /*!< LCD PAL185: G14_0 Position          */\r
-#define LCD_PAL185_G14_0_Msk                                  (0x1fUL << LCD_PAL185_G14_0_Pos)                          /*!< LCD PAL185: G14_0 Mask              */\r
-#define LCD_PAL185_B14_0_Pos                                  26                                                        /*!< LCD PAL185: B14_0 Position          */\r
-#define LCD_PAL185_B14_0_Msk                                  (0x1fUL << LCD_PAL185_B14_0_Pos)                          /*!< LCD PAL185: B14_0 Mask              */\r
-#define LCD_PAL185_I1_Pos                                     31                                                        /*!< LCD PAL185: I1 Position             */\r
-#define LCD_PAL185_I1_Msk                                     (0x01UL << LCD_PAL185_I1_Pos)                             /*!< LCD PAL185: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL186  -------------------------------------------\r
-#define LCD_PAL186_R04_0_Pos                                  0                                                         /*!< LCD PAL186: R04_0 Position          */\r
-#define LCD_PAL186_R04_0_Msk                                  (0x1fUL << LCD_PAL186_R04_0_Pos)                          /*!< LCD PAL186: R04_0 Mask              */\r
-#define LCD_PAL186_G04_0_Pos                                  5                                                         /*!< LCD PAL186: G04_0 Position          */\r
-#define LCD_PAL186_G04_0_Msk                                  (0x1fUL << LCD_PAL186_G04_0_Pos)                          /*!< LCD PAL186: G04_0 Mask              */\r
-#define LCD_PAL186_B04_0_Pos                                  10                                                        /*!< LCD PAL186: B04_0 Position          */\r
-#define LCD_PAL186_B04_0_Msk                                  (0x1fUL << LCD_PAL186_B04_0_Pos)                          /*!< LCD PAL186: B04_0 Mask              */\r
-#define LCD_PAL186_I0_Pos                                     15                                                        /*!< LCD PAL186: I0 Position             */\r
-#define LCD_PAL186_I0_Msk                                     (0x01UL << LCD_PAL186_I0_Pos)                             /*!< LCD PAL186: I0 Mask                 */\r
-#define LCD_PAL186_R14_0_Pos                                  16                                                        /*!< LCD PAL186: R14_0 Position          */\r
-#define LCD_PAL186_R14_0_Msk                                  (0x1fUL << LCD_PAL186_R14_0_Pos)                          /*!< LCD PAL186: R14_0 Mask              */\r
-#define LCD_PAL186_G14_0_Pos                                  21                                                        /*!< LCD PAL186: G14_0 Position          */\r
-#define LCD_PAL186_G14_0_Msk                                  (0x1fUL << LCD_PAL186_G14_0_Pos)                          /*!< LCD PAL186: G14_0 Mask              */\r
-#define LCD_PAL186_B14_0_Pos                                  26                                                        /*!< LCD PAL186: B14_0 Position          */\r
-#define LCD_PAL186_B14_0_Msk                                  (0x1fUL << LCD_PAL186_B14_0_Pos)                          /*!< LCD PAL186: B14_0 Mask              */\r
-#define LCD_PAL186_I1_Pos                                     31                                                        /*!< LCD PAL186: I1 Position             */\r
-#define LCD_PAL186_I1_Msk                                     (0x01UL << LCD_PAL186_I1_Pos)                             /*!< LCD PAL186: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL187  -------------------------------------------\r
-#define LCD_PAL187_R04_0_Pos                                  0                                                         /*!< LCD PAL187: R04_0 Position          */\r
-#define LCD_PAL187_R04_0_Msk                                  (0x1fUL << LCD_PAL187_R04_0_Pos)                          /*!< LCD PAL187: R04_0 Mask              */\r
-#define LCD_PAL187_G04_0_Pos                                  5                                                         /*!< LCD PAL187: G04_0 Position          */\r
-#define LCD_PAL187_G04_0_Msk                                  (0x1fUL << LCD_PAL187_G04_0_Pos)                          /*!< LCD PAL187: G04_0 Mask              */\r
-#define LCD_PAL187_B04_0_Pos                                  10                                                        /*!< LCD PAL187: B04_0 Position          */\r
-#define LCD_PAL187_B04_0_Msk                                  (0x1fUL << LCD_PAL187_B04_0_Pos)                          /*!< LCD PAL187: B04_0 Mask              */\r
-#define LCD_PAL187_I0_Pos                                     15                                                        /*!< LCD PAL187: I0 Position             */\r
-#define LCD_PAL187_I0_Msk                                     (0x01UL << LCD_PAL187_I0_Pos)                             /*!< LCD PAL187: I0 Mask                 */\r
-#define LCD_PAL187_R14_0_Pos                                  16                                                        /*!< LCD PAL187: R14_0 Position          */\r
-#define LCD_PAL187_R14_0_Msk                                  (0x1fUL << LCD_PAL187_R14_0_Pos)                          /*!< LCD PAL187: R14_0 Mask              */\r
-#define LCD_PAL187_G14_0_Pos                                  21                                                        /*!< LCD PAL187: G14_0 Position          */\r
-#define LCD_PAL187_G14_0_Msk                                  (0x1fUL << LCD_PAL187_G14_0_Pos)                          /*!< LCD PAL187: G14_0 Mask              */\r
-#define LCD_PAL187_B14_0_Pos                                  26                                                        /*!< LCD PAL187: B14_0 Position          */\r
-#define LCD_PAL187_B14_0_Msk                                  (0x1fUL << LCD_PAL187_B14_0_Pos)                          /*!< LCD PAL187: B14_0 Mask              */\r
-#define LCD_PAL187_I1_Pos                                     31                                                        /*!< LCD PAL187: I1 Position             */\r
-#define LCD_PAL187_I1_Msk                                     (0x01UL << LCD_PAL187_I1_Pos)                             /*!< LCD PAL187: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL188  -------------------------------------------\r
-#define LCD_PAL188_R04_0_Pos                                  0                                                         /*!< LCD PAL188: R04_0 Position          */\r
-#define LCD_PAL188_R04_0_Msk                                  (0x1fUL << LCD_PAL188_R04_0_Pos)                          /*!< LCD PAL188: R04_0 Mask              */\r
-#define LCD_PAL188_G04_0_Pos                                  5                                                         /*!< LCD PAL188: G04_0 Position          */\r
-#define LCD_PAL188_G04_0_Msk                                  (0x1fUL << LCD_PAL188_G04_0_Pos)                          /*!< LCD PAL188: G04_0 Mask              */\r
-#define LCD_PAL188_B04_0_Pos                                  10                                                        /*!< LCD PAL188: B04_0 Position          */\r
-#define LCD_PAL188_B04_0_Msk                                  (0x1fUL << LCD_PAL188_B04_0_Pos)                          /*!< LCD PAL188: B04_0 Mask              */\r
-#define LCD_PAL188_I0_Pos                                     15                                                        /*!< LCD PAL188: I0 Position             */\r
-#define LCD_PAL188_I0_Msk                                     (0x01UL << LCD_PAL188_I0_Pos)                             /*!< LCD PAL188: I0 Mask                 */\r
-#define LCD_PAL188_R14_0_Pos                                  16                                                        /*!< LCD PAL188: R14_0 Position          */\r
-#define LCD_PAL188_R14_0_Msk                                  (0x1fUL << LCD_PAL188_R14_0_Pos)                          /*!< LCD PAL188: R14_0 Mask              */\r
-#define LCD_PAL188_G14_0_Pos                                  21                                                        /*!< LCD PAL188: G14_0 Position          */\r
-#define LCD_PAL188_G14_0_Msk                                  (0x1fUL << LCD_PAL188_G14_0_Pos)                          /*!< LCD PAL188: G14_0 Mask              */\r
-#define LCD_PAL188_B14_0_Pos                                  26                                                        /*!< LCD PAL188: B14_0 Position          */\r
-#define LCD_PAL188_B14_0_Msk                                  (0x1fUL << LCD_PAL188_B14_0_Pos)                          /*!< LCD PAL188: B14_0 Mask              */\r
-#define LCD_PAL188_I1_Pos                                     31                                                        /*!< LCD PAL188: I1 Position             */\r
-#define LCD_PAL188_I1_Msk                                     (0x01UL << LCD_PAL188_I1_Pos)                             /*!< LCD PAL188: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL189  -------------------------------------------\r
-#define LCD_PAL189_R04_0_Pos                                  0                                                         /*!< LCD PAL189: R04_0 Position          */\r
-#define LCD_PAL189_R04_0_Msk                                  (0x1fUL << LCD_PAL189_R04_0_Pos)                          /*!< LCD PAL189: R04_0 Mask              */\r
-#define LCD_PAL189_G04_0_Pos                                  5                                                         /*!< LCD PAL189: G04_0 Position          */\r
-#define LCD_PAL189_G04_0_Msk                                  (0x1fUL << LCD_PAL189_G04_0_Pos)                          /*!< LCD PAL189: G04_0 Mask              */\r
-#define LCD_PAL189_B04_0_Pos                                  10                                                        /*!< LCD PAL189: B04_0 Position          */\r
-#define LCD_PAL189_B04_0_Msk                                  (0x1fUL << LCD_PAL189_B04_0_Pos)                          /*!< LCD PAL189: B04_0 Mask              */\r
-#define LCD_PAL189_I0_Pos                                     15                                                        /*!< LCD PAL189: I0 Position             */\r
-#define LCD_PAL189_I0_Msk                                     (0x01UL << LCD_PAL189_I0_Pos)                             /*!< LCD PAL189: I0 Mask                 */\r
-#define LCD_PAL189_R14_0_Pos                                  16                                                        /*!< LCD PAL189: R14_0 Position          */\r
-#define LCD_PAL189_R14_0_Msk                                  (0x1fUL << LCD_PAL189_R14_0_Pos)                          /*!< LCD PAL189: R14_0 Mask              */\r
-#define LCD_PAL189_G14_0_Pos                                  21                                                        /*!< LCD PAL189: G14_0 Position          */\r
-#define LCD_PAL189_G14_0_Msk                                  (0x1fUL << LCD_PAL189_G14_0_Pos)                          /*!< LCD PAL189: G14_0 Mask              */\r
-#define LCD_PAL189_B14_0_Pos                                  26                                                        /*!< LCD PAL189: B14_0 Position          */\r
-#define LCD_PAL189_B14_0_Msk                                  (0x1fUL << LCD_PAL189_B14_0_Pos)                          /*!< LCD PAL189: B14_0 Mask              */\r
-#define LCD_PAL189_I1_Pos                                     31                                                        /*!< LCD PAL189: I1 Position             */\r
-#define LCD_PAL189_I1_Msk                                     (0x01UL << LCD_PAL189_I1_Pos)                             /*!< LCD PAL189: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL190  -------------------------------------------\r
-#define LCD_PAL190_R04_0_Pos                                  0                                                         /*!< LCD PAL190: R04_0 Position          */\r
-#define LCD_PAL190_R04_0_Msk                                  (0x1fUL << LCD_PAL190_R04_0_Pos)                          /*!< LCD PAL190: R04_0 Mask              */\r
-#define LCD_PAL190_G04_0_Pos                                  5                                                         /*!< LCD PAL190: G04_0 Position          */\r
-#define LCD_PAL190_G04_0_Msk                                  (0x1fUL << LCD_PAL190_G04_0_Pos)                          /*!< LCD PAL190: G04_0 Mask              */\r
-#define LCD_PAL190_B04_0_Pos                                  10                                                        /*!< LCD PAL190: B04_0 Position          */\r
-#define LCD_PAL190_B04_0_Msk                                  (0x1fUL << LCD_PAL190_B04_0_Pos)                          /*!< LCD PAL190: B04_0 Mask              */\r
-#define LCD_PAL190_I0_Pos                                     15                                                        /*!< LCD PAL190: I0 Position             */\r
-#define LCD_PAL190_I0_Msk                                     (0x01UL << LCD_PAL190_I0_Pos)                             /*!< LCD PAL190: I0 Mask                 */\r
-#define LCD_PAL190_R14_0_Pos                                  16                                                        /*!< LCD PAL190: R14_0 Position          */\r
-#define LCD_PAL190_R14_0_Msk                                  (0x1fUL << LCD_PAL190_R14_0_Pos)                          /*!< LCD PAL190: R14_0 Mask              */\r
-#define LCD_PAL190_G14_0_Pos                                  21                                                        /*!< LCD PAL190: G14_0 Position          */\r
-#define LCD_PAL190_G14_0_Msk                                  (0x1fUL << LCD_PAL190_G14_0_Pos)                          /*!< LCD PAL190: G14_0 Mask              */\r
-#define LCD_PAL190_B14_0_Pos                                  26                                                        /*!< LCD PAL190: B14_0 Position          */\r
-#define LCD_PAL190_B14_0_Msk                                  (0x1fUL << LCD_PAL190_B14_0_Pos)                          /*!< LCD PAL190: B14_0 Mask              */\r
-#define LCD_PAL190_I1_Pos                                     31                                                        /*!< LCD PAL190: I1 Position             */\r
-#define LCD_PAL190_I1_Msk                                     (0x01UL << LCD_PAL190_I1_Pos)                             /*!< LCD PAL190: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL191  -------------------------------------------\r
-#define LCD_PAL191_R04_0_Pos                                  0                                                         /*!< LCD PAL191: R04_0 Position          */\r
-#define LCD_PAL191_R04_0_Msk                                  (0x1fUL << LCD_PAL191_R04_0_Pos)                          /*!< LCD PAL191: R04_0 Mask              */\r
-#define LCD_PAL191_G04_0_Pos                                  5                                                         /*!< LCD PAL191: G04_0 Position          */\r
-#define LCD_PAL191_G04_0_Msk                                  (0x1fUL << LCD_PAL191_G04_0_Pos)                          /*!< LCD PAL191: G04_0 Mask              */\r
-#define LCD_PAL191_B04_0_Pos                                  10                                                        /*!< LCD PAL191: B04_0 Position          */\r
-#define LCD_PAL191_B04_0_Msk                                  (0x1fUL << LCD_PAL191_B04_0_Pos)                          /*!< LCD PAL191: B04_0 Mask              */\r
-#define LCD_PAL191_I0_Pos                                     15                                                        /*!< LCD PAL191: I0 Position             */\r
-#define LCD_PAL191_I0_Msk                                     (0x01UL << LCD_PAL191_I0_Pos)                             /*!< LCD PAL191: I0 Mask                 */\r
-#define LCD_PAL191_R14_0_Pos                                  16                                                        /*!< LCD PAL191: R14_0 Position          */\r
-#define LCD_PAL191_R14_0_Msk                                  (0x1fUL << LCD_PAL191_R14_0_Pos)                          /*!< LCD PAL191: R14_0 Mask              */\r
-#define LCD_PAL191_G14_0_Pos                                  21                                                        /*!< LCD PAL191: G14_0 Position          */\r
-#define LCD_PAL191_G14_0_Msk                                  (0x1fUL << LCD_PAL191_G14_0_Pos)                          /*!< LCD PAL191: G14_0 Mask              */\r
-#define LCD_PAL191_B14_0_Pos                                  26                                                        /*!< LCD PAL191: B14_0 Position          */\r
-#define LCD_PAL191_B14_0_Msk                                  (0x1fUL << LCD_PAL191_B14_0_Pos)                          /*!< LCD PAL191: B14_0 Mask              */\r
-#define LCD_PAL191_I1_Pos                                     31                                                        /*!< LCD PAL191: I1 Position             */\r
-#define LCD_PAL191_I1_Msk                                     (0x01UL << LCD_PAL191_I1_Pos)                             /*!< LCD PAL191: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL192  -------------------------------------------\r
-#define LCD_PAL192_R04_0_Pos                                  0                                                         /*!< LCD PAL192: R04_0 Position          */\r
-#define LCD_PAL192_R04_0_Msk                                  (0x1fUL << LCD_PAL192_R04_0_Pos)                          /*!< LCD PAL192: R04_0 Mask              */\r
-#define LCD_PAL192_G04_0_Pos                                  5                                                         /*!< LCD PAL192: G04_0 Position          */\r
-#define LCD_PAL192_G04_0_Msk                                  (0x1fUL << LCD_PAL192_G04_0_Pos)                          /*!< LCD PAL192: G04_0 Mask              */\r
-#define LCD_PAL192_B04_0_Pos                                  10                                                        /*!< LCD PAL192: B04_0 Position          */\r
-#define LCD_PAL192_B04_0_Msk                                  (0x1fUL << LCD_PAL192_B04_0_Pos)                          /*!< LCD PAL192: B04_0 Mask              */\r
-#define LCD_PAL192_I0_Pos                                     15                                                        /*!< LCD PAL192: I0 Position             */\r
-#define LCD_PAL192_I0_Msk                                     (0x01UL << LCD_PAL192_I0_Pos)                             /*!< LCD PAL192: I0 Mask                 */\r
-#define LCD_PAL192_R14_0_Pos                                  16                                                        /*!< LCD PAL192: R14_0 Position          */\r
-#define LCD_PAL192_R14_0_Msk                                  (0x1fUL << LCD_PAL192_R14_0_Pos)                          /*!< LCD PAL192: R14_0 Mask              */\r
-#define LCD_PAL192_G14_0_Pos                                  21                                                        /*!< LCD PAL192: G14_0 Position          */\r
-#define LCD_PAL192_G14_0_Msk                                  (0x1fUL << LCD_PAL192_G14_0_Pos)                          /*!< LCD PAL192: G14_0 Mask              */\r
-#define LCD_PAL192_B14_0_Pos                                  26                                                        /*!< LCD PAL192: B14_0 Position          */\r
-#define LCD_PAL192_B14_0_Msk                                  (0x1fUL << LCD_PAL192_B14_0_Pos)                          /*!< LCD PAL192: B14_0 Mask              */\r
-#define LCD_PAL192_I1_Pos                                     31                                                        /*!< LCD PAL192: I1 Position             */\r
-#define LCD_PAL192_I1_Msk                                     (0x01UL << LCD_PAL192_I1_Pos)                             /*!< LCD PAL192: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL193  -------------------------------------------\r
-#define LCD_PAL193_R04_0_Pos                                  0                                                         /*!< LCD PAL193: R04_0 Position          */\r
-#define LCD_PAL193_R04_0_Msk                                  (0x1fUL << LCD_PAL193_R04_0_Pos)                          /*!< LCD PAL193: R04_0 Mask              */\r
-#define LCD_PAL193_G04_0_Pos                                  5                                                         /*!< LCD PAL193: G04_0 Position          */\r
-#define LCD_PAL193_G04_0_Msk                                  (0x1fUL << LCD_PAL193_G04_0_Pos)                          /*!< LCD PAL193: G04_0 Mask              */\r
-#define LCD_PAL193_B04_0_Pos                                  10                                                        /*!< LCD PAL193: B04_0 Position          */\r
-#define LCD_PAL193_B04_0_Msk                                  (0x1fUL << LCD_PAL193_B04_0_Pos)                          /*!< LCD PAL193: B04_0 Mask              */\r
-#define LCD_PAL193_I0_Pos                                     15                                                        /*!< LCD PAL193: I0 Position             */\r
-#define LCD_PAL193_I0_Msk                                     (0x01UL << LCD_PAL193_I0_Pos)                             /*!< LCD PAL193: I0 Mask                 */\r
-#define LCD_PAL193_R14_0_Pos                                  16                                                        /*!< LCD PAL193: R14_0 Position          */\r
-#define LCD_PAL193_R14_0_Msk                                  (0x1fUL << LCD_PAL193_R14_0_Pos)                          /*!< LCD PAL193: R14_0 Mask              */\r
-#define LCD_PAL193_G14_0_Pos                                  21                                                        /*!< LCD PAL193: G14_0 Position          */\r
-#define LCD_PAL193_G14_0_Msk                                  (0x1fUL << LCD_PAL193_G14_0_Pos)                          /*!< LCD PAL193: G14_0 Mask              */\r
-#define LCD_PAL193_B14_0_Pos                                  26                                                        /*!< LCD PAL193: B14_0 Position          */\r
-#define LCD_PAL193_B14_0_Msk                                  (0x1fUL << LCD_PAL193_B14_0_Pos)                          /*!< LCD PAL193: B14_0 Mask              */\r
-#define LCD_PAL193_I1_Pos                                     31                                                        /*!< LCD PAL193: I1 Position             */\r
-#define LCD_PAL193_I1_Msk                                     (0x01UL << LCD_PAL193_I1_Pos)                             /*!< LCD PAL193: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL194  -------------------------------------------\r
-#define LCD_PAL194_R04_0_Pos                                  0                                                         /*!< LCD PAL194: R04_0 Position          */\r
-#define LCD_PAL194_R04_0_Msk                                  (0x1fUL << LCD_PAL194_R04_0_Pos)                          /*!< LCD PAL194: R04_0 Mask              */\r
-#define LCD_PAL194_G04_0_Pos                                  5                                                         /*!< LCD PAL194: G04_0 Position          */\r
-#define LCD_PAL194_G04_0_Msk                                  (0x1fUL << LCD_PAL194_G04_0_Pos)                          /*!< LCD PAL194: G04_0 Mask              */\r
-#define LCD_PAL194_B04_0_Pos                                  10                                                        /*!< LCD PAL194: B04_0 Position          */\r
-#define LCD_PAL194_B04_0_Msk                                  (0x1fUL << LCD_PAL194_B04_0_Pos)                          /*!< LCD PAL194: B04_0 Mask              */\r
-#define LCD_PAL194_I0_Pos                                     15                                                        /*!< LCD PAL194: I0 Position             */\r
-#define LCD_PAL194_I0_Msk                                     (0x01UL << LCD_PAL194_I0_Pos)                             /*!< LCD PAL194: I0 Mask                 */\r
-#define LCD_PAL194_R14_0_Pos                                  16                                                        /*!< LCD PAL194: R14_0 Position          */\r
-#define LCD_PAL194_R14_0_Msk                                  (0x1fUL << LCD_PAL194_R14_0_Pos)                          /*!< LCD PAL194: R14_0 Mask              */\r
-#define LCD_PAL194_G14_0_Pos                                  21                                                        /*!< LCD PAL194: G14_0 Position          */\r
-#define LCD_PAL194_G14_0_Msk                                  (0x1fUL << LCD_PAL194_G14_0_Pos)                          /*!< LCD PAL194: G14_0 Mask              */\r
-#define LCD_PAL194_B14_0_Pos                                  26                                                        /*!< LCD PAL194: B14_0 Position          */\r
-#define LCD_PAL194_B14_0_Msk                                  (0x1fUL << LCD_PAL194_B14_0_Pos)                          /*!< LCD PAL194: B14_0 Mask              */\r
-#define LCD_PAL194_I1_Pos                                     31                                                        /*!< LCD PAL194: I1 Position             */\r
-#define LCD_PAL194_I1_Msk                                     (0x01UL << LCD_PAL194_I1_Pos)                             /*!< LCD PAL194: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL195  -------------------------------------------\r
-#define LCD_PAL195_R04_0_Pos                                  0                                                         /*!< LCD PAL195: R04_0 Position          */\r
-#define LCD_PAL195_R04_0_Msk                                  (0x1fUL << LCD_PAL195_R04_0_Pos)                          /*!< LCD PAL195: R04_0 Mask              */\r
-#define LCD_PAL195_G04_0_Pos                                  5                                                         /*!< LCD PAL195: G04_0 Position          */\r
-#define LCD_PAL195_G04_0_Msk                                  (0x1fUL << LCD_PAL195_G04_0_Pos)                          /*!< LCD PAL195: G04_0 Mask              */\r
-#define LCD_PAL195_B04_0_Pos                                  10                                                        /*!< LCD PAL195: B04_0 Position          */\r
-#define LCD_PAL195_B04_0_Msk                                  (0x1fUL << LCD_PAL195_B04_0_Pos)                          /*!< LCD PAL195: B04_0 Mask              */\r
-#define LCD_PAL195_I0_Pos                                     15                                                        /*!< LCD PAL195: I0 Position             */\r
-#define LCD_PAL195_I0_Msk                                     (0x01UL << LCD_PAL195_I0_Pos)                             /*!< LCD PAL195: I0 Mask                 */\r
-#define LCD_PAL195_R14_0_Pos                                  16                                                        /*!< LCD PAL195: R14_0 Position          */\r
-#define LCD_PAL195_R14_0_Msk                                  (0x1fUL << LCD_PAL195_R14_0_Pos)                          /*!< LCD PAL195: R14_0 Mask              */\r
-#define LCD_PAL195_G14_0_Pos                                  21                                                        /*!< LCD PAL195: G14_0 Position          */\r
-#define LCD_PAL195_G14_0_Msk                                  (0x1fUL << LCD_PAL195_G14_0_Pos)                          /*!< LCD PAL195: G14_0 Mask              */\r
-#define LCD_PAL195_B14_0_Pos                                  26                                                        /*!< LCD PAL195: B14_0 Position          */\r
-#define LCD_PAL195_B14_0_Msk                                  (0x1fUL << LCD_PAL195_B14_0_Pos)                          /*!< LCD PAL195: B14_0 Mask              */\r
-#define LCD_PAL195_I1_Pos                                     31                                                        /*!< LCD PAL195: I1 Position             */\r
-#define LCD_PAL195_I1_Msk                                     (0x01UL << LCD_PAL195_I1_Pos)                             /*!< LCD PAL195: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL196  -------------------------------------------\r
-#define LCD_PAL196_R04_0_Pos                                  0                                                         /*!< LCD PAL196: R04_0 Position          */\r
-#define LCD_PAL196_R04_0_Msk                                  (0x1fUL << LCD_PAL196_R04_0_Pos)                          /*!< LCD PAL196: R04_0 Mask              */\r
-#define LCD_PAL196_G04_0_Pos                                  5                                                         /*!< LCD PAL196: G04_0 Position          */\r
-#define LCD_PAL196_G04_0_Msk                                  (0x1fUL << LCD_PAL196_G04_0_Pos)                          /*!< LCD PAL196: G04_0 Mask              */\r
-#define LCD_PAL196_B04_0_Pos                                  10                                                        /*!< LCD PAL196: B04_0 Position          */\r
-#define LCD_PAL196_B04_0_Msk                                  (0x1fUL << LCD_PAL196_B04_0_Pos)                          /*!< LCD PAL196: B04_0 Mask              */\r
-#define LCD_PAL196_I0_Pos                                     15                                                        /*!< LCD PAL196: I0 Position             */\r
-#define LCD_PAL196_I0_Msk                                     (0x01UL << LCD_PAL196_I0_Pos)                             /*!< LCD PAL196: I0 Mask                 */\r
-#define LCD_PAL196_R14_0_Pos                                  16                                                        /*!< LCD PAL196: R14_0 Position          */\r
-#define LCD_PAL196_R14_0_Msk                                  (0x1fUL << LCD_PAL196_R14_0_Pos)                          /*!< LCD PAL196: R14_0 Mask              */\r
-#define LCD_PAL196_G14_0_Pos                                  21                                                        /*!< LCD PAL196: G14_0 Position          */\r
-#define LCD_PAL196_G14_0_Msk                                  (0x1fUL << LCD_PAL196_G14_0_Pos)                          /*!< LCD PAL196: G14_0 Mask              */\r
-#define LCD_PAL196_B14_0_Pos                                  26                                                        /*!< LCD PAL196: B14_0 Position          */\r
-#define LCD_PAL196_B14_0_Msk                                  (0x1fUL << LCD_PAL196_B14_0_Pos)                          /*!< LCD PAL196: B14_0 Mask              */\r
-#define LCD_PAL196_I1_Pos                                     31                                                        /*!< LCD PAL196: I1 Position             */\r
-#define LCD_PAL196_I1_Msk                                     (0x01UL << LCD_PAL196_I1_Pos)                             /*!< LCD PAL196: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL197  -------------------------------------------\r
-#define LCD_PAL197_R04_0_Pos                                  0                                                         /*!< LCD PAL197: R04_0 Position          */\r
-#define LCD_PAL197_R04_0_Msk                                  (0x1fUL << LCD_PAL197_R04_0_Pos)                          /*!< LCD PAL197: R04_0 Mask              */\r
-#define LCD_PAL197_G04_0_Pos                                  5                                                         /*!< LCD PAL197: G04_0 Position          */\r
-#define LCD_PAL197_G04_0_Msk                                  (0x1fUL << LCD_PAL197_G04_0_Pos)                          /*!< LCD PAL197: G04_0 Mask              */\r
-#define LCD_PAL197_B04_0_Pos                                  10                                                        /*!< LCD PAL197: B04_0 Position          */\r
-#define LCD_PAL197_B04_0_Msk                                  (0x1fUL << LCD_PAL197_B04_0_Pos)                          /*!< LCD PAL197: B04_0 Mask              */\r
-#define LCD_PAL197_I0_Pos                                     15                                                        /*!< LCD PAL197: I0 Position             */\r
-#define LCD_PAL197_I0_Msk                                     (0x01UL << LCD_PAL197_I0_Pos)                             /*!< LCD PAL197: I0 Mask                 */\r
-#define LCD_PAL197_R14_0_Pos                                  16                                                        /*!< LCD PAL197: R14_0 Position          */\r
-#define LCD_PAL197_R14_0_Msk                                  (0x1fUL << LCD_PAL197_R14_0_Pos)                          /*!< LCD PAL197: R14_0 Mask              */\r
-#define LCD_PAL197_G14_0_Pos                                  21                                                        /*!< LCD PAL197: G14_0 Position          */\r
-#define LCD_PAL197_G14_0_Msk                                  (0x1fUL << LCD_PAL197_G14_0_Pos)                          /*!< LCD PAL197: G14_0 Mask              */\r
-#define LCD_PAL197_B14_0_Pos                                  26                                                        /*!< LCD PAL197: B14_0 Position          */\r
-#define LCD_PAL197_B14_0_Msk                                  (0x1fUL << LCD_PAL197_B14_0_Pos)                          /*!< LCD PAL197: B14_0 Mask              */\r
-#define LCD_PAL197_I1_Pos                                     31                                                        /*!< LCD PAL197: I1 Position             */\r
-#define LCD_PAL197_I1_Msk                                     (0x01UL << LCD_PAL197_I1_Pos)                             /*!< LCD PAL197: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL198  -------------------------------------------\r
-#define LCD_PAL198_R04_0_Pos                                  0                                                         /*!< LCD PAL198: R04_0 Position          */\r
-#define LCD_PAL198_R04_0_Msk                                  (0x1fUL << LCD_PAL198_R04_0_Pos)                          /*!< LCD PAL198: R04_0 Mask              */\r
-#define LCD_PAL198_G04_0_Pos                                  5                                                         /*!< LCD PAL198: G04_0 Position          */\r
-#define LCD_PAL198_G04_0_Msk                                  (0x1fUL << LCD_PAL198_G04_0_Pos)                          /*!< LCD PAL198: G04_0 Mask              */\r
-#define LCD_PAL198_B04_0_Pos                                  10                                                        /*!< LCD PAL198: B04_0 Position          */\r
-#define LCD_PAL198_B04_0_Msk                                  (0x1fUL << LCD_PAL198_B04_0_Pos)                          /*!< LCD PAL198: B04_0 Mask              */\r
-#define LCD_PAL198_I0_Pos                                     15                                                        /*!< LCD PAL198: I0 Position             */\r
-#define LCD_PAL198_I0_Msk                                     (0x01UL << LCD_PAL198_I0_Pos)                             /*!< LCD PAL198: I0 Mask                 */\r
-#define LCD_PAL198_R14_0_Pos                                  16                                                        /*!< LCD PAL198: R14_0 Position          */\r
-#define LCD_PAL198_R14_0_Msk                                  (0x1fUL << LCD_PAL198_R14_0_Pos)                          /*!< LCD PAL198: R14_0 Mask              */\r
-#define LCD_PAL198_G14_0_Pos                                  21                                                        /*!< LCD PAL198: G14_0 Position          */\r
-#define LCD_PAL198_G14_0_Msk                                  (0x1fUL << LCD_PAL198_G14_0_Pos)                          /*!< LCD PAL198: G14_0 Mask              */\r
-#define LCD_PAL198_B14_0_Pos                                  26                                                        /*!< LCD PAL198: B14_0 Position          */\r
-#define LCD_PAL198_B14_0_Msk                                  (0x1fUL << LCD_PAL198_B14_0_Pos)                          /*!< LCD PAL198: B14_0 Mask              */\r
-#define LCD_PAL198_I1_Pos                                     31                                                        /*!< LCD PAL198: I1 Position             */\r
-#define LCD_PAL198_I1_Msk                                     (0x01UL << LCD_PAL198_I1_Pos)                             /*!< LCD PAL198: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL199  -------------------------------------------\r
-#define LCD_PAL199_R04_0_Pos                                  0                                                         /*!< LCD PAL199: R04_0 Position          */\r
-#define LCD_PAL199_R04_0_Msk                                  (0x1fUL << LCD_PAL199_R04_0_Pos)                          /*!< LCD PAL199: R04_0 Mask              */\r
-#define LCD_PAL199_G04_0_Pos                                  5                                                         /*!< LCD PAL199: G04_0 Position          */\r
-#define LCD_PAL199_G04_0_Msk                                  (0x1fUL << LCD_PAL199_G04_0_Pos)                          /*!< LCD PAL199: G04_0 Mask              */\r
-#define LCD_PAL199_B04_0_Pos                                  10                                                        /*!< LCD PAL199: B04_0 Position          */\r
-#define LCD_PAL199_B04_0_Msk                                  (0x1fUL << LCD_PAL199_B04_0_Pos)                          /*!< LCD PAL199: B04_0 Mask              */\r
-#define LCD_PAL199_I0_Pos                                     15                                                        /*!< LCD PAL199: I0 Position             */\r
-#define LCD_PAL199_I0_Msk                                     (0x01UL << LCD_PAL199_I0_Pos)                             /*!< LCD PAL199: I0 Mask                 */\r
-#define LCD_PAL199_R14_0_Pos                                  16                                                        /*!< LCD PAL199: R14_0 Position          */\r
-#define LCD_PAL199_R14_0_Msk                                  (0x1fUL << LCD_PAL199_R14_0_Pos)                          /*!< LCD PAL199: R14_0 Mask              */\r
-#define LCD_PAL199_G14_0_Pos                                  21                                                        /*!< LCD PAL199: G14_0 Position          */\r
-#define LCD_PAL199_G14_0_Msk                                  (0x1fUL << LCD_PAL199_G14_0_Pos)                          /*!< LCD PAL199: G14_0 Mask              */\r
-#define LCD_PAL199_B14_0_Pos                                  26                                                        /*!< LCD PAL199: B14_0 Position          */\r
-#define LCD_PAL199_B14_0_Msk                                  (0x1fUL << LCD_PAL199_B14_0_Pos)                          /*!< LCD PAL199: B14_0 Mask              */\r
-#define LCD_PAL199_I1_Pos                                     31                                                        /*!< LCD PAL199: I1 Position             */\r
-#define LCD_PAL199_I1_Msk                                     (0x01UL << LCD_PAL199_I1_Pos)                             /*!< LCD PAL199: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL200  -------------------------------------------\r
-#define LCD_PAL200_R04_0_Pos                                  0                                                         /*!< LCD PAL200: R04_0 Position          */\r
-#define LCD_PAL200_R04_0_Msk                                  (0x1fUL << LCD_PAL200_R04_0_Pos)                          /*!< LCD PAL200: R04_0 Mask              */\r
-#define LCD_PAL200_G04_0_Pos                                  5                                                         /*!< LCD PAL200: G04_0 Position          */\r
-#define LCD_PAL200_G04_0_Msk                                  (0x1fUL << LCD_PAL200_G04_0_Pos)                          /*!< LCD PAL200: G04_0 Mask              */\r
-#define LCD_PAL200_B04_0_Pos                                  10                                                        /*!< LCD PAL200: B04_0 Position          */\r
-#define LCD_PAL200_B04_0_Msk                                  (0x1fUL << LCD_PAL200_B04_0_Pos)                          /*!< LCD PAL200: B04_0 Mask              */\r
-#define LCD_PAL200_I0_Pos                                     15                                                        /*!< LCD PAL200: I0 Position             */\r
-#define LCD_PAL200_I0_Msk                                     (0x01UL << LCD_PAL200_I0_Pos)                             /*!< LCD PAL200: I0 Mask                 */\r
-#define LCD_PAL200_R14_0_Pos                                  16                                                        /*!< LCD PAL200: R14_0 Position          */\r
-#define LCD_PAL200_R14_0_Msk                                  (0x1fUL << LCD_PAL200_R14_0_Pos)                          /*!< LCD PAL200: R14_0 Mask              */\r
-#define LCD_PAL200_G14_0_Pos                                  21                                                        /*!< LCD PAL200: G14_0 Position          */\r
-#define LCD_PAL200_G14_0_Msk                                  (0x1fUL << LCD_PAL200_G14_0_Pos)                          /*!< LCD PAL200: G14_0 Mask              */\r
-#define LCD_PAL200_B14_0_Pos                                  26                                                        /*!< LCD PAL200: B14_0 Position          */\r
-#define LCD_PAL200_B14_0_Msk                                  (0x1fUL << LCD_PAL200_B14_0_Pos)                          /*!< LCD PAL200: B14_0 Mask              */\r
-#define LCD_PAL200_I1_Pos                                     31                                                        /*!< LCD PAL200: I1 Position             */\r
-#define LCD_PAL200_I1_Msk                                     (0x01UL << LCD_PAL200_I1_Pos)                             /*!< LCD PAL200: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL201  -------------------------------------------\r
-#define LCD_PAL201_R04_0_Pos                                  0                                                         /*!< LCD PAL201: R04_0 Position          */\r
-#define LCD_PAL201_R04_0_Msk                                  (0x1fUL << LCD_PAL201_R04_0_Pos)                          /*!< LCD PAL201: R04_0 Mask              */\r
-#define LCD_PAL201_G04_0_Pos                                  5                                                         /*!< LCD PAL201: G04_0 Position          */\r
-#define LCD_PAL201_G04_0_Msk                                  (0x1fUL << LCD_PAL201_G04_0_Pos)                          /*!< LCD PAL201: G04_0 Mask              */\r
-#define LCD_PAL201_B04_0_Pos                                  10                                                        /*!< LCD PAL201: B04_0 Position          */\r
-#define LCD_PAL201_B04_0_Msk                                  (0x1fUL << LCD_PAL201_B04_0_Pos)                          /*!< LCD PAL201: B04_0 Mask              */\r
-#define LCD_PAL201_I0_Pos                                     15                                                        /*!< LCD PAL201: I0 Position             */\r
-#define LCD_PAL201_I0_Msk                                     (0x01UL << LCD_PAL201_I0_Pos)                             /*!< LCD PAL201: I0 Mask                 */\r
-#define LCD_PAL201_R14_0_Pos                                  16                                                        /*!< LCD PAL201: R14_0 Position          */\r
-#define LCD_PAL201_R14_0_Msk                                  (0x1fUL << LCD_PAL201_R14_0_Pos)                          /*!< LCD PAL201: R14_0 Mask              */\r
-#define LCD_PAL201_G14_0_Pos                                  21                                                        /*!< LCD PAL201: G14_0 Position          */\r
-#define LCD_PAL201_G14_0_Msk                                  (0x1fUL << LCD_PAL201_G14_0_Pos)                          /*!< LCD PAL201: G14_0 Mask              */\r
-#define LCD_PAL201_B14_0_Pos                                  26                                                        /*!< LCD PAL201: B14_0 Position          */\r
-#define LCD_PAL201_B14_0_Msk                                  (0x1fUL << LCD_PAL201_B14_0_Pos)                          /*!< LCD PAL201: B14_0 Mask              */\r
-#define LCD_PAL201_I1_Pos                                     31                                                        /*!< LCD PAL201: I1 Position             */\r
-#define LCD_PAL201_I1_Msk                                     (0x01UL << LCD_PAL201_I1_Pos)                             /*!< LCD PAL201: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL202  -------------------------------------------\r
-#define LCD_PAL202_R04_0_Pos                                  0                                                         /*!< LCD PAL202: R04_0 Position          */\r
-#define LCD_PAL202_R04_0_Msk                                  (0x1fUL << LCD_PAL202_R04_0_Pos)                          /*!< LCD PAL202: R04_0 Mask              */\r
-#define LCD_PAL202_G04_0_Pos                                  5                                                         /*!< LCD PAL202: G04_0 Position          */\r
-#define LCD_PAL202_G04_0_Msk                                  (0x1fUL << LCD_PAL202_G04_0_Pos)                          /*!< LCD PAL202: G04_0 Mask              */\r
-#define LCD_PAL202_B04_0_Pos                                  10                                                        /*!< LCD PAL202: B04_0 Position          */\r
-#define LCD_PAL202_B04_0_Msk                                  (0x1fUL << LCD_PAL202_B04_0_Pos)                          /*!< LCD PAL202: B04_0 Mask              */\r
-#define LCD_PAL202_I0_Pos                                     15                                                        /*!< LCD PAL202: I0 Position             */\r
-#define LCD_PAL202_I0_Msk                                     (0x01UL << LCD_PAL202_I0_Pos)                             /*!< LCD PAL202: I0 Mask                 */\r
-#define LCD_PAL202_R14_0_Pos                                  16                                                        /*!< LCD PAL202: R14_0 Position          */\r
-#define LCD_PAL202_R14_0_Msk                                  (0x1fUL << LCD_PAL202_R14_0_Pos)                          /*!< LCD PAL202: R14_0 Mask              */\r
-#define LCD_PAL202_G14_0_Pos                                  21                                                        /*!< LCD PAL202: G14_0 Position          */\r
-#define LCD_PAL202_G14_0_Msk                                  (0x1fUL << LCD_PAL202_G14_0_Pos)                          /*!< LCD PAL202: G14_0 Mask              */\r
-#define LCD_PAL202_B14_0_Pos                                  26                                                        /*!< LCD PAL202: B14_0 Position          */\r
-#define LCD_PAL202_B14_0_Msk                                  (0x1fUL << LCD_PAL202_B14_0_Pos)                          /*!< LCD PAL202: B14_0 Mask              */\r
-#define LCD_PAL202_I1_Pos                                     31                                                        /*!< LCD PAL202: I1 Position             */\r
-#define LCD_PAL202_I1_Msk                                     (0x01UL << LCD_PAL202_I1_Pos)                             /*!< LCD PAL202: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL203  -------------------------------------------\r
-#define LCD_PAL203_R04_0_Pos                                  0                                                         /*!< LCD PAL203: R04_0 Position          */\r
-#define LCD_PAL203_R04_0_Msk                                  (0x1fUL << LCD_PAL203_R04_0_Pos)                          /*!< LCD PAL203: R04_0 Mask              */\r
-#define LCD_PAL203_G04_0_Pos                                  5                                                         /*!< LCD PAL203: G04_0 Position          */\r
-#define LCD_PAL203_G04_0_Msk                                  (0x1fUL << LCD_PAL203_G04_0_Pos)                          /*!< LCD PAL203: G04_0 Mask              */\r
-#define LCD_PAL203_B04_0_Pos                                  10                                                        /*!< LCD PAL203: B04_0 Position          */\r
-#define LCD_PAL203_B04_0_Msk                                  (0x1fUL << LCD_PAL203_B04_0_Pos)                          /*!< LCD PAL203: B04_0 Mask              */\r
-#define LCD_PAL203_I0_Pos                                     15                                                        /*!< LCD PAL203: I0 Position             */\r
-#define LCD_PAL203_I0_Msk                                     (0x01UL << LCD_PAL203_I0_Pos)                             /*!< LCD PAL203: I0 Mask                 */\r
-#define LCD_PAL203_R14_0_Pos                                  16                                                        /*!< LCD PAL203: R14_0 Position          */\r
-#define LCD_PAL203_R14_0_Msk                                  (0x1fUL << LCD_PAL203_R14_0_Pos)                          /*!< LCD PAL203: R14_0 Mask              */\r
-#define LCD_PAL203_G14_0_Pos                                  21                                                        /*!< LCD PAL203: G14_0 Position          */\r
-#define LCD_PAL203_G14_0_Msk                                  (0x1fUL << LCD_PAL203_G14_0_Pos)                          /*!< LCD PAL203: G14_0 Mask              */\r
-#define LCD_PAL203_B14_0_Pos                                  26                                                        /*!< LCD PAL203: B14_0 Position          */\r
-#define LCD_PAL203_B14_0_Msk                                  (0x1fUL << LCD_PAL203_B14_0_Pos)                          /*!< LCD PAL203: B14_0 Mask              */\r
-#define LCD_PAL203_I1_Pos                                     31                                                        /*!< LCD PAL203: I1 Position             */\r
-#define LCD_PAL203_I1_Msk                                     (0x01UL << LCD_PAL203_I1_Pos)                             /*!< LCD PAL203: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL204  -------------------------------------------\r
-#define LCD_PAL204_R04_0_Pos                                  0                                                         /*!< LCD PAL204: R04_0 Position          */\r
-#define LCD_PAL204_R04_0_Msk                                  (0x1fUL << LCD_PAL204_R04_0_Pos)                          /*!< LCD PAL204: R04_0 Mask              */\r
-#define LCD_PAL204_G04_0_Pos                                  5                                                         /*!< LCD PAL204: G04_0 Position          */\r
-#define LCD_PAL204_G04_0_Msk                                  (0x1fUL << LCD_PAL204_G04_0_Pos)                          /*!< LCD PAL204: G04_0 Mask              */\r
-#define LCD_PAL204_B04_0_Pos                                  10                                                        /*!< LCD PAL204: B04_0 Position          */\r
-#define LCD_PAL204_B04_0_Msk                                  (0x1fUL << LCD_PAL204_B04_0_Pos)                          /*!< LCD PAL204: B04_0 Mask              */\r
-#define LCD_PAL204_I0_Pos                                     15                                                        /*!< LCD PAL204: I0 Position             */\r
-#define LCD_PAL204_I0_Msk                                     (0x01UL << LCD_PAL204_I0_Pos)                             /*!< LCD PAL204: I0 Mask                 */\r
-#define LCD_PAL204_R14_0_Pos                                  16                                                        /*!< LCD PAL204: R14_0 Position          */\r
-#define LCD_PAL204_R14_0_Msk                                  (0x1fUL << LCD_PAL204_R14_0_Pos)                          /*!< LCD PAL204: R14_0 Mask              */\r
-#define LCD_PAL204_G14_0_Pos                                  21                                                        /*!< LCD PAL204: G14_0 Position          */\r
-#define LCD_PAL204_G14_0_Msk                                  (0x1fUL << LCD_PAL204_G14_0_Pos)                          /*!< LCD PAL204: G14_0 Mask              */\r
-#define LCD_PAL204_B14_0_Pos                                  26                                                        /*!< LCD PAL204: B14_0 Position          */\r
-#define LCD_PAL204_B14_0_Msk                                  (0x1fUL << LCD_PAL204_B14_0_Pos)                          /*!< LCD PAL204: B14_0 Mask              */\r
-#define LCD_PAL204_I1_Pos                                     31                                                        /*!< LCD PAL204: I1 Position             */\r
-#define LCD_PAL204_I1_Msk                                     (0x01UL << LCD_PAL204_I1_Pos)                             /*!< LCD PAL204: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL205  -------------------------------------------\r
-#define LCD_PAL205_R04_0_Pos                                  0                                                         /*!< LCD PAL205: R04_0 Position          */\r
-#define LCD_PAL205_R04_0_Msk                                  (0x1fUL << LCD_PAL205_R04_0_Pos)                          /*!< LCD PAL205: R04_0 Mask              */\r
-#define LCD_PAL205_G04_0_Pos                                  5                                                         /*!< LCD PAL205: G04_0 Position          */\r
-#define LCD_PAL205_G04_0_Msk                                  (0x1fUL << LCD_PAL205_G04_0_Pos)                          /*!< LCD PAL205: G04_0 Mask              */\r
-#define LCD_PAL205_B04_0_Pos                                  10                                                        /*!< LCD PAL205: B04_0 Position          */\r
-#define LCD_PAL205_B04_0_Msk                                  (0x1fUL << LCD_PAL205_B04_0_Pos)                          /*!< LCD PAL205: B04_0 Mask              */\r
-#define LCD_PAL205_I0_Pos                                     15                                                        /*!< LCD PAL205: I0 Position             */\r
-#define LCD_PAL205_I0_Msk                                     (0x01UL << LCD_PAL205_I0_Pos)                             /*!< LCD PAL205: I0 Mask                 */\r
-#define LCD_PAL205_R14_0_Pos                                  16                                                        /*!< LCD PAL205: R14_0 Position          */\r
-#define LCD_PAL205_R14_0_Msk                                  (0x1fUL << LCD_PAL205_R14_0_Pos)                          /*!< LCD PAL205: R14_0 Mask              */\r
-#define LCD_PAL205_G14_0_Pos                                  21                                                        /*!< LCD PAL205: G14_0 Position          */\r
-#define LCD_PAL205_G14_0_Msk                                  (0x1fUL << LCD_PAL205_G14_0_Pos)                          /*!< LCD PAL205: G14_0 Mask              */\r
-#define LCD_PAL205_B14_0_Pos                                  26                                                        /*!< LCD PAL205: B14_0 Position          */\r
-#define LCD_PAL205_B14_0_Msk                                  (0x1fUL << LCD_PAL205_B14_0_Pos)                          /*!< LCD PAL205: B14_0 Mask              */\r
-#define LCD_PAL205_I1_Pos                                     31                                                        /*!< LCD PAL205: I1 Position             */\r
-#define LCD_PAL205_I1_Msk                                     (0x01UL << LCD_PAL205_I1_Pos)                             /*!< LCD PAL205: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL206  -------------------------------------------\r
-#define LCD_PAL206_R04_0_Pos                                  0                                                         /*!< LCD PAL206: R04_0 Position          */\r
-#define LCD_PAL206_R04_0_Msk                                  (0x1fUL << LCD_PAL206_R04_0_Pos)                          /*!< LCD PAL206: R04_0 Mask              */\r
-#define LCD_PAL206_G04_0_Pos                                  5                                                         /*!< LCD PAL206: G04_0 Position          */\r
-#define LCD_PAL206_G04_0_Msk                                  (0x1fUL << LCD_PAL206_G04_0_Pos)                          /*!< LCD PAL206: G04_0 Mask              */\r
-#define LCD_PAL206_B04_0_Pos                                  10                                                        /*!< LCD PAL206: B04_0 Position          */\r
-#define LCD_PAL206_B04_0_Msk                                  (0x1fUL << LCD_PAL206_B04_0_Pos)                          /*!< LCD PAL206: B04_0 Mask              */\r
-#define LCD_PAL206_I0_Pos                                     15                                                        /*!< LCD PAL206: I0 Position             */\r
-#define LCD_PAL206_I0_Msk                                     (0x01UL << LCD_PAL206_I0_Pos)                             /*!< LCD PAL206: I0 Mask                 */\r
-#define LCD_PAL206_R14_0_Pos                                  16                                                        /*!< LCD PAL206: R14_0 Position          */\r
-#define LCD_PAL206_R14_0_Msk                                  (0x1fUL << LCD_PAL206_R14_0_Pos)                          /*!< LCD PAL206: R14_0 Mask              */\r
-#define LCD_PAL206_G14_0_Pos                                  21                                                        /*!< LCD PAL206: G14_0 Position          */\r
-#define LCD_PAL206_G14_0_Msk                                  (0x1fUL << LCD_PAL206_G14_0_Pos)                          /*!< LCD PAL206: G14_0 Mask              */\r
-#define LCD_PAL206_B14_0_Pos                                  26                                                        /*!< LCD PAL206: B14_0 Position          */\r
-#define LCD_PAL206_B14_0_Msk                                  (0x1fUL << LCD_PAL206_B14_0_Pos)                          /*!< LCD PAL206: B14_0 Mask              */\r
-#define LCD_PAL206_I1_Pos                                     31                                                        /*!< LCD PAL206: I1 Position             */\r
-#define LCD_PAL206_I1_Msk                                     (0x01UL << LCD_PAL206_I1_Pos)                             /*!< LCD PAL206: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL207  -------------------------------------------\r
-#define LCD_PAL207_R04_0_Pos                                  0                                                         /*!< LCD PAL207: R04_0 Position          */\r
-#define LCD_PAL207_R04_0_Msk                                  (0x1fUL << LCD_PAL207_R04_0_Pos)                          /*!< LCD PAL207: R04_0 Mask              */\r
-#define LCD_PAL207_G04_0_Pos                                  5                                                         /*!< LCD PAL207: G04_0 Position          */\r
-#define LCD_PAL207_G04_0_Msk                                  (0x1fUL << LCD_PAL207_G04_0_Pos)                          /*!< LCD PAL207: G04_0 Mask              */\r
-#define LCD_PAL207_B04_0_Pos                                  10                                                        /*!< LCD PAL207: B04_0 Position          */\r
-#define LCD_PAL207_B04_0_Msk                                  (0x1fUL << LCD_PAL207_B04_0_Pos)                          /*!< LCD PAL207: B04_0 Mask              */\r
-#define LCD_PAL207_I0_Pos                                     15                                                        /*!< LCD PAL207: I0 Position             */\r
-#define LCD_PAL207_I0_Msk                                     (0x01UL << LCD_PAL207_I0_Pos)                             /*!< LCD PAL207: I0 Mask                 */\r
-#define LCD_PAL207_R14_0_Pos                                  16                                                        /*!< LCD PAL207: R14_0 Position          */\r
-#define LCD_PAL207_R14_0_Msk                                  (0x1fUL << LCD_PAL207_R14_0_Pos)                          /*!< LCD PAL207: R14_0 Mask              */\r
-#define LCD_PAL207_G14_0_Pos                                  21                                                        /*!< LCD PAL207: G14_0 Position          */\r
-#define LCD_PAL207_G14_0_Msk                                  (0x1fUL << LCD_PAL207_G14_0_Pos)                          /*!< LCD PAL207: G14_0 Mask              */\r
-#define LCD_PAL207_B14_0_Pos                                  26                                                        /*!< LCD PAL207: B14_0 Position          */\r
-#define LCD_PAL207_B14_0_Msk                                  (0x1fUL << LCD_PAL207_B14_0_Pos)                          /*!< LCD PAL207: B14_0 Mask              */\r
-#define LCD_PAL207_I1_Pos                                     31                                                        /*!< LCD PAL207: I1 Position             */\r
-#define LCD_PAL207_I1_Msk                                     (0x01UL << LCD_PAL207_I1_Pos)                             /*!< LCD PAL207: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL208  -------------------------------------------\r
-#define LCD_PAL208_R04_0_Pos                                  0                                                         /*!< LCD PAL208: R04_0 Position          */\r
-#define LCD_PAL208_R04_0_Msk                                  (0x1fUL << LCD_PAL208_R04_0_Pos)                          /*!< LCD PAL208: R04_0 Mask              */\r
-#define LCD_PAL208_G04_0_Pos                                  5                                                         /*!< LCD PAL208: G04_0 Position          */\r
-#define LCD_PAL208_G04_0_Msk                                  (0x1fUL << LCD_PAL208_G04_0_Pos)                          /*!< LCD PAL208: G04_0 Mask              */\r
-#define LCD_PAL208_B04_0_Pos                                  10                                                        /*!< LCD PAL208: B04_0 Position          */\r
-#define LCD_PAL208_B04_0_Msk                                  (0x1fUL << LCD_PAL208_B04_0_Pos)                          /*!< LCD PAL208: B04_0 Mask              */\r
-#define LCD_PAL208_I0_Pos                                     15                                                        /*!< LCD PAL208: I0 Position             */\r
-#define LCD_PAL208_I0_Msk                                     (0x01UL << LCD_PAL208_I0_Pos)                             /*!< LCD PAL208: I0 Mask                 */\r
-#define LCD_PAL208_R14_0_Pos                                  16                                                        /*!< LCD PAL208: R14_0 Position          */\r
-#define LCD_PAL208_R14_0_Msk                                  (0x1fUL << LCD_PAL208_R14_0_Pos)                          /*!< LCD PAL208: R14_0 Mask              */\r
-#define LCD_PAL208_G14_0_Pos                                  21                                                        /*!< LCD PAL208: G14_0 Position          */\r
-#define LCD_PAL208_G14_0_Msk                                  (0x1fUL << LCD_PAL208_G14_0_Pos)                          /*!< LCD PAL208: G14_0 Mask              */\r
-#define LCD_PAL208_B14_0_Pos                                  26                                                        /*!< LCD PAL208: B14_0 Position          */\r
-#define LCD_PAL208_B14_0_Msk                                  (0x1fUL << LCD_PAL208_B14_0_Pos)                          /*!< LCD PAL208: B14_0 Mask              */\r
-#define LCD_PAL208_I1_Pos                                     31                                                        /*!< LCD PAL208: I1 Position             */\r
-#define LCD_PAL208_I1_Msk                                     (0x01UL << LCD_PAL208_I1_Pos)                             /*!< LCD PAL208: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL209  -------------------------------------------\r
-#define LCD_PAL209_R04_0_Pos                                  0                                                         /*!< LCD PAL209: R04_0 Position          */\r
-#define LCD_PAL209_R04_0_Msk                                  (0x1fUL << LCD_PAL209_R04_0_Pos)                          /*!< LCD PAL209: R04_0 Mask              */\r
-#define LCD_PAL209_G04_0_Pos                                  5                                                         /*!< LCD PAL209: G04_0 Position          */\r
-#define LCD_PAL209_G04_0_Msk                                  (0x1fUL << LCD_PAL209_G04_0_Pos)                          /*!< LCD PAL209: G04_0 Mask              */\r
-#define LCD_PAL209_B04_0_Pos                                  10                                                        /*!< LCD PAL209: B04_0 Position          */\r
-#define LCD_PAL209_B04_0_Msk                                  (0x1fUL << LCD_PAL209_B04_0_Pos)                          /*!< LCD PAL209: B04_0 Mask              */\r
-#define LCD_PAL209_I0_Pos                                     15                                                        /*!< LCD PAL209: I0 Position             */\r
-#define LCD_PAL209_I0_Msk                                     (0x01UL << LCD_PAL209_I0_Pos)                             /*!< LCD PAL209: I0 Mask                 */\r
-#define LCD_PAL209_R14_0_Pos                                  16                                                        /*!< LCD PAL209: R14_0 Position          */\r
-#define LCD_PAL209_R14_0_Msk                                  (0x1fUL << LCD_PAL209_R14_0_Pos)                          /*!< LCD PAL209: R14_0 Mask              */\r
-#define LCD_PAL209_G14_0_Pos                                  21                                                        /*!< LCD PAL209: G14_0 Position          */\r
-#define LCD_PAL209_G14_0_Msk                                  (0x1fUL << LCD_PAL209_G14_0_Pos)                          /*!< LCD PAL209: G14_0 Mask              */\r
-#define LCD_PAL209_B14_0_Pos                                  26                                                        /*!< LCD PAL209: B14_0 Position          */\r
-#define LCD_PAL209_B14_0_Msk                                  (0x1fUL << LCD_PAL209_B14_0_Pos)                          /*!< LCD PAL209: B14_0 Mask              */\r
-#define LCD_PAL209_I1_Pos                                     31                                                        /*!< LCD PAL209: I1 Position             */\r
-#define LCD_PAL209_I1_Msk                                     (0x01UL << LCD_PAL209_I1_Pos)                             /*!< LCD PAL209: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL210  -------------------------------------------\r
-#define LCD_PAL210_R04_0_Pos                                  0                                                         /*!< LCD PAL210: R04_0 Position          */\r
-#define LCD_PAL210_R04_0_Msk                                  (0x1fUL << LCD_PAL210_R04_0_Pos)                          /*!< LCD PAL210: R04_0 Mask              */\r
-#define LCD_PAL210_G04_0_Pos                                  5                                                         /*!< LCD PAL210: G04_0 Position          */\r
-#define LCD_PAL210_G04_0_Msk                                  (0x1fUL << LCD_PAL210_G04_0_Pos)                          /*!< LCD PAL210: G04_0 Mask              */\r
-#define LCD_PAL210_B04_0_Pos                                  10                                                        /*!< LCD PAL210: B04_0 Position          */\r
-#define LCD_PAL210_B04_0_Msk                                  (0x1fUL << LCD_PAL210_B04_0_Pos)                          /*!< LCD PAL210: B04_0 Mask              */\r
-#define LCD_PAL210_I0_Pos                                     15                                                        /*!< LCD PAL210: I0 Position             */\r
-#define LCD_PAL210_I0_Msk                                     (0x01UL << LCD_PAL210_I0_Pos)                             /*!< LCD PAL210: I0 Mask                 */\r
-#define LCD_PAL210_R14_0_Pos                                  16                                                        /*!< LCD PAL210: R14_0 Position          */\r
-#define LCD_PAL210_R14_0_Msk                                  (0x1fUL << LCD_PAL210_R14_0_Pos)                          /*!< LCD PAL210: R14_0 Mask              */\r
-#define LCD_PAL210_G14_0_Pos                                  21                                                        /*!< LCD PAL210: G14_0 Position          */\r
-#define LCD_PAL210_G14_0_Msk                                  (0x1fUL << LCD_PAL210_G14_0_Pos)                          /*!< LCD PAL210: G14_0 Mask              */\r
-#define LCD_PAL210_B14_0_Pos                                  26                                                        /*!< LCD PAL210: B14_0 Position          */\r
-#define LCD_PAL210_B14_0_Msk                                  (0x1fUL << LCD_PAL210_B14_0_Pos)                          /*!< LCD PAL210: B14_0 Mask              */\r
-#define LCD_PAL210_I1_Pos                                     31                                                        /*!< LCD PAL210: I1 Position             */\r
-#define LCD_PAL210_I1_Msk                                     (0x01UL << LCD_PAL210_I1_Pos)                             /*!< LCD PAL210: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL211  -------------------------------------------\r
-#define LCD_PAL211_R04_0_Pos                                  0                                                         /*!< LCD PAL211: R04_0 Position          */\r
-#define LCD_PAL211_R04_0_Msk                                  (0x1fUL << LCD_PAL211_R04_0_Pos)                          /*!< LCD PAL211: R04_0 Mask              */\r
-#define LCD_PAL211_G04_0_Pos                                  5                                                         /*!< LCD PAL211: G04_0 Position          */\r
-#define LCD_PAL211_G04_0_Msk                                  (0x1fUL << LCD_PAL211_G04_0_Pos)                          /*!< LCD PAL211: G04_0 Mask              */\r
-#define LCD_PAL211_B04_0_Pos                                  10                                                        /*!< LCD PAL211: B04_0 Position          */\r
-#define LCD_PAL211_B04_0_Msk                                  (0x1fUL << LCD_PAL211_B04_0_Pos)                          /*!< LCD PAL211: B04_0 Mask              */\r
-#define LCD_PAL211_I0_Pos                                     15                                                        /*!< LCD PAL211: I0 Position             */\r
-#define LCD_PAL211_I0_Msk                                     (0x01UL << LCD_PAL211_I0_Pos)                             /*!< LCD PAL211: I0 Mask                 */\r
-#define LCD_PAL211_R14_0_Pos                                  16                                                        /*!< LCD PAL211: R14_0 Position          */\r
-#define LCD_PAL211_R14_0_Msk                                  (0x1fUL << LCD_PAL211_R14_0_Pos)                          /*!< LCD PAL211: R14_0 Mask              */\r
-#define LCD_PAL211_G14_0_Pos                                  21                                                        /*!< LCD PAL211: G14_0 Position          */\r
-#define LCD_PAL211_G14_0_Msk                                  (0x1fUL << LCD_PAL211_G14_0_Pos)                          /*!< LCD PAL211: G14_0 Mask              */\r
-#define LCD_PAL211_B14_0_Pos                                  26                                                        /*!< LCD PAL211: B14_0 Position          */\r
-#define LCD_PAL211_B14_0_Msk                                  (0x1fUL << LCD_PAL211_B14_0_Pos)                          /*!< LCD PAL211: B14_0 Mask              */\r
-#define LCD_PAL211_I1_Pos                                     31                                                        /*!< LCD PAL211: I1 Position             */\r
-#define LCD_PAL211_I1_Msk                                     (0x01UL << LCD_PAL211_I1_Pos)                             /*!< LCD PAL211: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL212  -------------------------------------------\r
-#define LCD_PAL212_R04_0_Pos                                  0                                                         /*!< LCD PAL212: R04_0 Position          */\r
-#define LCD_PAL212_R04_0_Msk                                  (0x1fUL << LCD_PAL212_R04_0_Pos)                          /*!< LCD PAL212: R04_0 Mask              */\r
-#define LCD_PAL212_G04_0_Pos                                  5                                                         /*!< LCD PAL212: G04_0 Position          */\r
-#define LCD_PAL212_G04_0_Msk                                  (0x1fUL << LCD_PAL212_G04_0_Pos)                          /*!< LCD PAL212: G04_0 Mask              */\r
-#define LCD_PAL212_B04_0_Pos                                  10                                                        /*!< LCD PAL212: B04_0 Position          */\r
-#define LCD_PAL212_B04_0_Msk                                  (0x1fUL << LCD_PAL212_B04_0_Pos)                          /*!< LCD PAL212: B04_0 Mask              */\r
-#define LCD_PAL212_I0_Pos                                     15                                                        /*!< LCD PAL212: I0 Position             */\r
-#define LCD_PAL212_I0_Msk                                     (0x01UL << LCD_PAL212_I0_Pos)                             /*!< LCD PAL212: I0 Mask                 */\r
-#define LCD_PAL212_R14_0_Pos                                  16                                                        /*!< LCD PAL212: R14_0 Position          */\r
-#define LCD_PAL212_R14_0_Msk                                  (0x1fUL << LCD_PAL212_R14_0_Pos)                          /*!< LCD PAL212: R14_0 Mask              */\r
-#define LCD_PAL212_G14_0_Pos                                  21                                                        /*!< LCD PAL212: G14_0 Position          */\r
-#define LCD_PAL212_G14_0_Msk                                  (0x1fUL << LCD_PAL212_G14_0_Pos)                          /*!< LCD PAL212: G14_0 Mask              */\r
-#define LCD_PAL212_B14_0_Pos                                  26                                                        /*!< LCD PAL212: B14_0 Position          */\r
-#define LCD_PAL212_B14_0_Msk                                  (0x1fUL << LCD_PAL212_B14_0_Pos)                          /*!< LCD PAL212: B14_0 Mask              */\r
-#define LCD_PAL212_I1_Pos                                     31                                                        /*!< LCD PAL212: I1 Position             */\r
-#define LCD_PAL212_I1_Msk                                     (0x01UL << LCD_PAL212_I1_Pos)                             /*!< LCD PAL212: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL213  -------------------------------------------\r
-#define LCD_PAL213_R04_0_Pos                                  0                                                         /*!< LCD PAL213: R04_0 Position          */\r
-#define LCD_PAL213_R04_0_Msk                                  (0x1fUL << LCD_PAL213_R04_0_Pos)                          /*!< LCD PAL213: R04_0 Mask              */\r
-#define LCD_PAL213_G04_0_Pos                                  5                                                         /*!< LCD PAL213: G04_0 Position          */\r
-#define LCD_PAL213_G04_0_Msk                                  (0x1fUL << LCD_PAL213_G04_0_Pos)                          /*!< LCD PAL213: G04_0 Mask              */\r
-#define LCD_PAL213_B04_0_Pos                                  10                                                        /*!< LCD PAL213: B04_0 Position          */\r
-#define LCD_PAL213_B04_0_Msk                                  (0x1fUL << LCD_PAL213_B04_0_Pos)                          /*!< LCD PAL213: B04_0 Mask              */\r
-#define LCD_PAL213_I0_Pos                                     15                                                        /*!< LCD PAL213: I0 Position             */\r
-#define LCD_PAL213_I0_Msk                                     (0x01UL << LCD_PAL213_I0_Pos)                             /*!< LCD PAL213: I0 Mask                 */\r
-#define LCD_PAL213_R14_0_Pos                                  16                                                        /*!< LCD PAL213: R14_0 Position          */\r
-#define LCD_PAL213_R14_0_Msk                                  (0x1fUL << LCD_PAL213_R14_0_Pos)                          /*!< LCD PAL213: R14_0 Mask              */\r
-#define LCD_PAL213_G14_0_Pos                                  21                                                        /*!< LCD PAL213: G14_0 Position          */\r
-#define LCD_PAL213_G14_0_Msk                                  (0x1fUL << LCD_PAL213_G14_0_Pos)                          /*!< LCD PAL213: G14_0 Mask              */\r
-#define LCD_PAL213_B14_0_Pos                                  26                                                        /*!< LCD PAL213: B14_0 Position          */\r
-#define LCD_PAL213_B14_0_Msk                                  (0x1fUL << LCD_PAL213_B14_0_Pos)                          /*!< LCD PAL213: B14_0 Mask              */\r
-#define LCD_PAL213_I1_Pos                                     31                                                        /*!< LCD PAL213: I1 Position             */\r
-#define LCD_PAL213_I1_Msk                                     (0x01UL << LCD_PAL213_I1_Pos)                             /*!< LCD PAL213: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL214  -------------------------------------------\r
-#define LCD_PAL214_R04_0_Pos                                  0                                                         /*!< LCD PAL214: R04_0 Position          */\r
-#define LCD_PAL214_R04_0_Msk                                  (0x1fUL << LCD_PAL214_R04_0_Pos)                          /*!< LCD PAL214: R04_0 Mask              */\r
-#define LCD_PAL214_G04_0_Pos                                  5                                                         /*!< LCD PAL214: G04_0 Position          */\r
-#define LCD_PAL214_G04_0_Msk                                  (0x1fUL << LCD_PAL214_G04_0_Pos)                          /*!< LCD PAL214: G04_0 Mask              */\r
-#define LCD_PAL214_B04_0_Pos                                  10                                                        /*!< LCD PAL214: B04_0 Position          */\r
-#define LCD_PAL214_B04_0_Msk                                  (0x1fUL << LCD_PAL214_B04_0_Pos)                          /*!< LCD PAL214: B04_0 Mask              */\r
-#define LCD_PAL214_I0_Pos                                     15                                                        /*!< LCD PAL214: I0 Position             */\r
-#define LCD_PAL214_I0_Msk                                     (0x01UL << LCD_PAL214_I0_Pos)                             /*!< LCD PAL214: I0 Mask                 */\r
-#define LCD_PAL214_R14_0_Pos                                  16                                                        /*!< LCD PAL214: R14_0 Position          */\r
-#define LCD_PAL214_R14_0_Msk                                  (0x1fUL << LCD_PAL214_R14_0_Pos)                          /*!< LCD PAL214: R14_0 Mask              */\r
-#define LCD_PAL214_G14_0_Pos                                  21                                                        /*!< LCD PAL214: G14_0 Position          */\r
-#define LCD_PAL214_G14_0_Msk                                  (0x1fUL << LCD_PAL214_G14_0_Pos)                          /*!< LCD PAL214: G14_0 Mask              */\r
-#define LCD_PAL214_B14_0_Pos                                  26                                                        /*!< LCD PAL214: B14_0 Position          */\r
-#define LCD_PAL214_B14_0_Msk                                  (0x1fUL << LCD_PAL214_B14_0_Pos)                          /*!< LCD PAL214: B14_0 Mask              */\r
-#define LCD_PAL214_I1_Pos                                     31                                                        /*!< LCD PAL214: I1 Position             */\r
-#define LCD_PAL214_I1_Msk                                     (0x01UL << LCD_PAL214_I1_Pos)                             /*!< LCD PAL214: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL215  -------------------------------------------\r
-#define LCD_PAL215_R04_0_Pos                                  0                                                         /*!< LCD PAL215: R04_0 Position          */\r
-#define LCD_PAL215_R04_0_Msk                                  (0x1fUL << LCD_PAL215_R04_0_Pos)                          /*!< LCD PAL215: R04_0 Mask              */\r
-#define LCD_PAL215_G04_0_Pos                                  5                                                         /*!< LCD PAL215: G04_0 Position          */\r
-#define LCD_PAL215_G04_0_Msk                                  (0x1fUL << LCD_PAL215_G04_0_Pos)                          /*!< LCD PAL215: G04_0 Mask              */\r
-#define LCD_PAL215_B04_0_Pos                                  10                                                        /*!< LCD PAL215: B04_0 Position          */\r
-#define LCD_PAL215_B04_0_Msk                                  (0x1fUL << LCD_PAL215_B04_0_Pos)                          /*!< LCD PAL215: B04_0 Mask              */\r
-#define LCD_PAL215_I0_Pos                                     15                                                        /*!< LCD PAL215: I0 Position             */\r
-#define LCD_PAL215_I0_Msk                                     (0x01UL << LCD_PAL215_I0_Pos)                             /*!< LCD PAL215: I0 Mask                 */\r
-#define LCD_PAL215_R14_0_Pos                                  16                                                        /*!< LCD PAL215: R14_0 Position          */\r
-#define LCD_PAL215_R14_0_Msk                                  (0x1fUL << LCD_PAL215_R14_0_Pos)                          /*!< LCD PAL215: R14_0 Mask              */\r
-#define LCD_PAL215_G14_0_Pos                                  21                                                        /*!< LCD PAL215: G14_0 Position          */\r
-#define LCD_PAL215_G14_0_Msk                                  (0x1fUL << LCD_PAL215_G14_0_Pos)                          /*!< LCD PAL215: G14_0 Mask              */\r
-#define LCD_PAL215_B14_0_Pos                                  26                                                        /*!< LCD PAL215: B14_0 Position          */\r
-#define LCD_PAL215_B14_0_Msk                                  (0x1fUL << LCD_PAL215_B14_0_Pos)                          /*!< LCD PAL215: B14_0 Mask              */\r
-#define LCD_PAL215_I1_Pos                                     31                                                        /*!< LCD PAL215: I1 Position             */\r
-#define LCD_PAL215_I1_Msk                                     (0x01UL << LCD_PAL215_I1_Pos)                             /*!< LCD PAL215: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL216  -------------------------------------------\r
-#define LCD_PAL216_R04_0_Pos                                  0                                                         /*!< LCD PAL216: R04_0 Position          */\r
-#define LCD_PAL216_R04_0_Msk                                  (0x1fUL << LCD_PAL216_R04_0_Pos)                          /*!< LCD PAL216: R04_0 Mask              */\r
-#define LCD_PAL216_G04_0_Pos                                  5                                                         /*!< LCD PAL216: G04_0 Position          */\r
-#define LCD_PAL216_G04_0_Msk                                  (0x1fUL << LCD_PAL216_G04_0_Pos)                          /*!< LCD PAL216: G04_0 Mask              */\r
-#define LCD_PAL216_B04_0_Pos                                  10                                                        /*!< LCD PAL216: B04_0 Position          */\r
-#define LCD_PAL216_B04_0_Msk                                  (0x1fUL << LCD_PAL216_B04_0_Pos)                          /*!< LCD PAL216: B04_0 Mask              */\r
-#define LCD_PAL216_I0_Pos                                     15                                                        /*!< LCD PAL216: I0 Position             */\r
-#define LCD_PAL216_I0_Msk                                     (0x01UL << LCD_PAL216_I0_Pos)                             /*!< LCD PAL216: I0 Mask                 */\r
-#define LCD_PAL216_R14_0_Pos                                  16                                                        /*!< LCD PAL216: R14_0 Position          */\r
-#define LCD_PAL216_R14_0_Msk                                  (0x1fUL << LCD_PAL216_R14_0_Pos)                          /*!< LCD PAL216: R14_0 Mask              */\r
-#define LCD_PAL216_G14_0_Pos                                  21                                                        /*!< LCD PAL216: G14_0 Position          */\r
-#define LCD_PAL216_G14_0_Msk                                  (0x1fUL << LCD_PAL216_G14_0_Pos)                          /*!< LCD PAL216: G14_0 Mask              */\r
-#define LCD_PAL216_B14_0_Pos                                  26                                                        /*!< LCD PAL216: B14_0 Position          */\r
-#define LCD_PAL216_B14_0_Msk                                  (0x1fUL << LCD_PAL216_B14_0_Pos)                          /*!< LCD PAL216: B14_0 Mask              */\r
-#define LCD_PAL216_I1_Pos                                     31                                                        /*!< LCD PAL216: I1 Position             */\r
-#define LCD_PAL216_I1_Msk                                     (0x01UL << LCD_PAL216_I1_Pos)                             /*!< LCD PAL216: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL217  -------------------------------------------\r
-#define LCD_PAL217_R04_0_Pos                                  0                                                         /*!< LCD PAL217: R04_0 Position          */\r
-#define LCD_PAL217_R04_0_Msk                                  (0x1fUL << LCD_PAL217_R04_0_Pos)                          /*!< LCD PAL217: R04_0 Mask              */\r
-#define LCD_PAL217_G04_0_Pos                                  5                                                         /*!< LCD PAL217: G04_0 Position          */\r
-#define LCD_PAL217_G04_0_Msk                                  (0x1fUL << LCD_PAL217_G04_0_Pos)                          /*!< LCD PAL217: G04_0 Mask              */\r
-#define LCD_PAL217_B04_0_Pos                                  10                                                        /*!< LCD PAL217: B04_0 Position          */\r
-#define LCD_PAL217_B04_0_Msk                                  (0x1fUL << LCD_PAL217_B04_0_Pos)                          /*!< LCD PAL217: B04_0 Mask              */\r
-#define LCD_PAL217_I0_Pos                                     15                                                        /*!< LCD PAL217: I0 Position             */\r
-#define LCD_PAL217_I0_Msk                                     (0x01UL << LCD_PAL217_I0_Pos)                             /*!< LCD PAL217: I0 Mask                 */\r
-#define LCD_PAL217_R14_0_Pos                                  16                                                        /*!< LCD PAL217: R14_0 Position          */\r
-#define LCD_PAL217_R14_0_Msk                                  (0x1fUL << LCD_PAL217_R14_0_Pos)                          /*!< LCD PAL217: R14_0 Mask              */\r
-#define LCD_PAL217_G14_0_Pos                                  21                                                        /*!< LCD PAL217: G14_0 Position          */\r
-#define LCD_PAL217_G14_0_Msk                                  (0x1fUL << LCD_PAL217_G14_0_Pos)                          /*!< LCD PAL217: G14_0 Mask              */\r
-#define LCD_PAL217_B14_0_Pos                                  26                                                        /*!< LCD PAL217: B14_0 Position          */\r
-#define LCD_PAL217_B14_0_Msk                                  (0x1fUL << LCD_PAL217_B14_0_Pos)                          /*!< LCD PAL217: B14_0 Mask              */\r
-#define LCD_PAL217_I1_Pos                                     31                                                        /*!< LCD PAL217: I1 Position             */\r
-#define LCD_PAL217_I1_Msk                                     (0x01UL << LCD_PAL217_I1_Pos)                             /*!< LCD PAL217: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL218  -------------------------------------------\r
-#define LCD_PAL218_R04_0_Pos                                  0                                                         /*!< LCD PAL218: R04_0 Position          */\r
-#define LCD_PAL218_R04_0_Msk                                  (0x1fUL << LCD_PAL218_R04_0_Pos)                          /*!< LCD PAL218: R04_0 Mask              */\r
-#define LCD_PAL218_G04_0_Pos                                  5                                                         /*!< LCD PAL218: G04_0 Position          */\r
-#define LCD_PAL218_G04_0_Msk                                  (0x1fUL << LCD_PAL218_G04_0_Pos)                          /*!< LCD PAL218: G04_0 Mask              */\r
-#define LCD_PAL218_B04_0_Pos                                  10                                                        /*!< LCD PAL218: B04_0 Position          */\r
-#define LCD_PAL218_B04_0_Msk                                  (0x1fUL << LCD_PAL218_B04_0_Pos)                          /*!< LCD PAL218: B04_0 Mask              */\r
-#define LCD_PAL218_I0_Pos                                     15                                                        /*!< LCD PAL218: I0 Position             */\r
-#define LCD_PAL218_I0_Msk                                     (0x01UL << LCD_PAL218_I0_Pos)                             /*!< LCD PAL218: I0 Mask                 */\r
-#define LCD_PAL218_R14_0_Pos                                  16                                                        /*!< LCD PAL218: R14_0 Position          */\r
-#define LCD_PAL218_R14_0_Msk                                  (0x1fUL << LCD_PAL218_R14_0_Pos)                          /*!< LCD PAL218: R14_0 Mask              */\r
-#define LCD_PAL218_G14_0_Pos                                  21                                                        /*!< LCD PAL218: G14_0 Position          */\r
-#define LCD_PAL218_G14_0_Msk                                  (0x1fUL << LCD_PAL218_G14_0_Pos)                          /*!< LCD PAL218: G14_0 Mask              */\r
-#define LCD_PAL218_B14_0_Pos                                  26                                                        /*!< LCD PAL218: B14_0 Position          */\r
-#define LCD_PAL218_B14_0_Msk                                  (0x1fUL << LCD_PAL218_B14_0_Pos)                          /*!< LCD PAL218: B14_0 Mask              */\r
-#define LCD_PAL218_I1_Pos                                     31                                                        /*!< LCD PAL218: I1 Position             */\r
-#define LCD_PAL218_I1_Msk                                     (0x01UL << LCD_PAL218_I1_Pos)                             /*!< LCD PAL218: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL219  -------------------------------------------\r
-#define LCD_PAL219_R04_0_Pos                                  0                                                         /*!< LCD PAL219: R04_0 Position          */\r
-#define LCD_PAL219_R04_0_Msk                                  (0x1fUL << LCD_PAL219_R04_0_Pos)                          /*!< LCD PAL219: R04_0 Mask              */\r
-#define LCD_PAL219_G04_0_Pos                                  5                                                         /*!< LCD PAL219: G04_0 Position          */\r
-#define LCD_PAL219_G04_0_Msk                                  (0x1fUL << LCD_PAL219_G04_0_Pos)                          /*!< LCD PAL219: G04_0 Mask              */\r
-#define LCD_PAL219_B04_0_Pos                                  10                                                        /*!< LCD PAL219: B04_0 Position          */\r
-#define LCD_PAL219_B04_0_Msk                                  (0x1fUL << LCD_PAL219_B04_0_Pos)                          /*!< LCD PAL219: B04_0 Mask              */\r
-#define LCD_PAL219_I0_Pos                                     15                                                        /*!< LCD PAL219: I0 Position             */\r
-#define LCD_PAL219_I0_Msk                                     (0x01UL << LCD_PAL219_I0_Pos)                             /*!< LCD PAL219: I0 Mask                 */\r
-#define LCD_PAL219_R14_0_Pos                                  16                                                        /*!< LCD PAL219: R14_0 Position          */\r
-#define LCD_PAL219_R14_0_Msk                                  (0x1fUL << LCD_PAL219_R14_0_Pos)                          /*!< LCD PAL219: R14_0 Mask              */\r
-#define LCD_PAL219_G14_0_Pos                                  21                                                        /*!< LCD PAL219: G14_0 Position          */\r
-#define LCD_PAL219_G14_0_Msk                                  (0x1fUL << LCD_PAL219_G14_0_Pos)                          /*!< LCD PAL219: G14_0 Mask              */\r
-#define LCD_PAL219_B14_0_Pos                                  26                                                        /*!< LCD PAL219: B14_0 Position          */\r
-#define LCD_PAL219_B14_0_Msk                                  (0x1fUL << LCD_PAL219_B14_0_Pos)                          /*!< LCD PAL219: B14_0 Mask              */\r
-#define LCD_PAL219_I1_Pos                                     31                                                        /*!< LCD PAL219: I1 Position             */\r
-#define LCD_PAL219_I1_Msk                                     (0x01UL << LCD_PAL219_I1_Pos)                             /*!< LCD PAL219: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL220  -------------------------------------------\r
-#define LCD_PAL220_R04_0_Pos                                  0                                                         /*!< LCD PAL220: R04_0 Position          */\r
-#define LCD_PAL220_R04_0_Msk                                  (0x1fUL << LCD_PAL220_R04_0_Pos)                          /*!< LCD PAL220: R04_0 Mask              */\r
-#define LCD_PAL220_G04_0_Pos                                  5                                                         /*!< LCD PAL220: G04_0 Position          */\r
-#define LCD_PAL220_G04_0_Msk                                  (0x1fUL << LCD_PAL220_G04_0_Pos)                          /*!< LCD PAL220: G04_0 Mask              */\r
-#define LCD_PAL220_B04_0_Pos                                  10                                                        /*!< LCD PAL220: B04_0 Position          */\r
-#define LCD_PAL220_B04_0_Msk                                  (0x1fUL << LCD_PAL220_B04_0_Pos)                          /*!< LCD PAL220: B04_0 Mask              */\r
-#define LCD_PAL220_I0_Pos                                     15                                                        /*!< LCD PAL220: I0 Position             */\r
-#define LCD_PAL220_I0_Msk                                     (0x01UL << LCD_PAL220_I0_Pos)                             /*!< LCD PAL220: I0 Mask                 */\r
-#define LCD_PAL220_R14_0_Pos                                  16                                                        /*!< LCD PAL220: R14_0 Position          */\r
-#define LCD_PAL220_R14_0_Msk                                  (0x1fUL << LCD_PAL220_R14_0_Pos)                          /*!< LCD PAL220: R14_0 Mask              */\r
-#define LCD_PAL220_G14_0_Pos                                  21                                                        /*!< LCD PAL220: G14_0 Position          */\r
-#define LCD_PAL220_G14_0_Msk                                  (0x1fUL << LCD_PAL220_G14_0_Pos)                          /*!< LCD PAL220: G14_0 Mask              */\r
-#define LCD_PAL220_B14_0_Pos                                  26                                                        /*!< LCD PAL220: B14_0 Position          */\r
-#define LCD_PAL220_B14_0_Msk                                  (0x1fUL << LCD_PAL220_B14_0_Pos)                          /*!< LCD PAL220: B14_0 Mask              */\r
-#define LCD_PAL220_I1_Pos                                     31                                                        /*!< LCD PAL220: I1 Position             */\r
-#define LCD_PAL220_I1_Msk                                     (0x01UL << LCD_PAL220_I1_Pos)                             /*!< LCD PAL220: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL221  -------------------------------------------\r
-#define LCD_PAL221_R04_0_Pos                                  0                                                         /*!< LCD PAL221: R04_0 Position          */\r
-#define LCD_PAL221_R04_0_Msk                                  (0x1fUL << LCD_PAL221_R04_0_Pos)                          /*!< LCD PAL221: R04_0 Mask              */\r
-#define LCD_PAL221_G04_0_Pos                                  5                                                         /*!< LCD PAL221: G04_0 Position          */\r
-#define LCD_PAL221_G04_0_Msk                                  (0x1fUL << LCD_PAL221_G04_0_Pos)                          /*!< LCD PAL221: G04_0 Mask              */\r
-#define LCD_PAL221_B04_0_Pos                                  10                                                        /*!< LCD PAL221: B04_0 Position          */\r
-#define LCD_PAL221_B04_0_Msk                                  (0x1fUL << LCD_PAL221_B04_0_Pos)                          /*!< LCD PAL221: B04_0 Mask              */\r
-#define LCD_PAL221_I0_Pos                                     15                                                        /*!< LCD PAL221: I0 Position             */\r
-#define LCD_PAL221_I0_Msk                                     (0x01UL << LCD_PAL221_I0_Pos)                             /*!< LCD PAL221: I0 Mask                 */\r
-#define LCD_PAL221_R14_0_Pos                                  16                                                        /*!< LCD PAL221: R14_0 Position          */\r
-#define LCD_PAL221_R14_0_Msk                                  (0x1fUL << LCD_PAL221_R14_0_Pos)                          /*!< LCD PAL221: R14_0 Mask              */\r
-#define LCD_PAL221_G14_0_Pos                                  21                                                        /*!< LCD PAL221: G14_0 Position          */\r
-#define LCD_PAL221_G14_0_Msk                                  (0x1fUL << LCD_PAL221_G14_0_Pos)                          /*!< LCD PAL221: G14_0 Mask              */\r
-#define LCD_PAL221_B14_0_Pos                                  26                                                        /*!< LCD PAL221: B14_0 Position          */\r
-#define LCD_PAL221_B14_0_Msk                                  (0x1fUL << LCD_PAL221_B14_0_Pos)                          /*!< LCD PAL221: B14_0 Mask              */\r
-#define LCD_PAL221_I1_Pos                                     31                                                        /*!< LCD PAL221: I1 Position             */\r
-#define LCD_PAL221_I1_Msk                                     (0x01UL << LCD_PAL221_I1_Pos)                             /*!< LCD PAL221: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL222  -------------------------------------------\r
-#define LCD_PAL222_R04_0_Pos                                  0                                                         /*!< LCD PAL222: R04_0 Position          */\r
-#define LCD_PAL222_R04_0_Msk                                  (0x1fUL << LCD_PAL222_R04_0_Pos)                          /*!< LCD PAL222: R04_0 Mask              */\r
-#define LCD_PAL222_G04_0_Pos                                  5                                                         /*!< LCD PAL222: G04_0 Position          */\r
-#define LCD_PAL222_G04_0_Msk                                  (0x1fUL << LCD_PAL222_G04_0_Pos)                          /*!< LCD PAL222: G04_0 Mask              */\r
-#define LCD_PAL222_B04_0_Pos                                  10                                                        /*!< LCD PAL222: B04_0 Position          */\r
-#define LCD_PAL222_B04_0_Msk                                  (0x1fUL << LCD_PAL222_B04_0_Pos)                          /*!< LCD PAL222: B04_0 Mask              */\r
-#define LCD_PAL222_I0_Pos                                     15                                                        /*!< LCD PAL222: I0 Position             */\r
-#define LCD_PAL222_I0_Msk                                     (0x01UL << LCD_PAL222_I0_Pos)                             /*!< LCD PAL222: I0 Mask                 */\r
-#define LCD_PAL222_R14_0_Pos                                  16                                                        /*!< LCD PAL222: R14_0 Position          */\r
-#define LCD_PAL222_R14_0_Msk                                  (0x1fUL << LCD_PAL222_R14_0_Pos)                          /*!< LCD PAL222: R14_0 Mask              */\r
-#define LCD_PAL222_G14_0_Pos                                  21                                                        /*!< LCD PAL222: G14_0 Position          */\r
-#define LCD_PAL222_G14_0_Msk                                  (0x1fUL << LCD_PAL222_G14_0_Pos)                          /*!< LCD PAL222: G14_0 Mask              */\r
-#define LCD_PAL222_B14_0_Pos                                  26                                                        /*!< LCD PAL222: B14_0 Position          */\r
-#define LCD_PAL222_B14_0_Msk                                  (0x1fUL << LCD_PAL222_B14_0_Pos)                          /*!< LCD PAL222: B14_0 Mask              */\r
-#define LCD_PAL222_I1_Pos                                     31                                                        /*!< LCD PAL222: I1 Position             */\r
-#define LCD_PAL222_I1_Msk                                     (0x01UL << LCD_PAL222_I1_Pos)                             /*!< LCD PAL222: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL223  -------------------------------------------\r
-#define LCD_PAL223_R04_0_Pos                                  0                                                         /*!< LCD PAL223: R04_0 Position          */\r
-#define LCD_PAL223_R04_0_Msk                                  (0x1fUL << LCD_PAL223_R04_0_Pos)                          /*!< LCD PAL223: R04_0 Mask              */\r
-#define LCD_PAL223_G04_0_Pos                                  5                                                         /*!< LCD PAL223: G04_0 Position          */\r
-#define LCD_PAL223_G04_0_Msk                                  (0x1fUL << LCD_PAL223_G04_0_Pos)                          /*!< LCD PAL223: G04_0 Mask              */\r
-#define LCD_PAL223_B04_0_Pos                                  10                                                        /*!< LCD PAL223: B04_0 Position          */\r
-#define LCD_PAL223_B04_0_Msk                                  (0x1fUL << LCD_PAL223_B04_0_Pos)                          /*!< LCD PAL223: B04_0 Mask              */\r
-#define LCD_PAL223_I0_Pos                                     15                                                        /*!< LCD PAL223: I0 Position             */\r
-#define LCD_PAL223_I0_Msk                                     (0x01UL << LCD_PAL223_I0_Pos)                             /*!< LCD PAL223: I0 Mask                 */\r
-#define LCD_PAL223_R14_0_Pos                                  16                                                        /*!< LCD PAL223: R14_0 Position          */\r
-#define LCD_PAL223_R14_0_Msk                                  (0x1fUL << LCD_PAL223_R14_0_Pos)                          /*!< LCD PAL223: R14_0 Mask              */\r
-#define LCD_PAL223_G14_0_Pos                                  21                                                        /*!< LCD PAL223: G14_0 Position          */\r
-#define LCD_PAL223_G14_0_Msk                                  (0x1fUL << LCD_PAL223_G14_0_Pos)                          /*!< LCD PAL223: G14_0 Mask              */\r
-#define LCD_PAL223_B14_0_Pos                                  26                                                        /*!< LCD PAL223: B14_0 Position          */\r
-#define LCD_PAL223_B14_0_Msk                                  (0x1fUL << LCD_PAL223_B14_0_Pos)                          /*!< LCD PAL223: B14_0 Mask              */\r
-#define LCD_PAL223_I1_Pos                                     31                                                        /*!< LCD PAL223: I1 Position             */\r
-#define LCD_PAL223_I1_Msk                                     (0x01UL << LCD_PAL223_I1_Pos)                             /*!< LCD PAL223: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL224  -------------------------------------------\r
-#define LCD_PAL224_R04_0_Pos                                  0                                                         /*!< LCD PAL224: R04_0 Position          */\r
-#define LCD_PAL224_R04_0_Msk                                  (0x1fUL << LCD_PAL224_R04_0_Pos)                          /*!< LCD PAL224: R04_0 Mask              */\r
-#define LCD_PAL224_G04_0_Pos                                  5                                                         /*!< LCD PAL224: G04_0 Position          */\r
-#define LCD_PAL224_G04_0_Msk                                  (0x1fUL << LCD_PAL224_G04_0_Pos)                          /*!< LCD PAL224: G04_0 Mask              */\r
-#define LCD_PAL224_B04_0_Pos                                  10                                                        /*!< LCD PAL224: B04_0 Position          */\r
-#define LCD_PAL224_B04_0_Msk                                  (0x1fUL << LCD_PAL224_B04_0_Pos)                          /*!< LCD PAL224: B04_0 Mask              */\r
-#define LCD_PAL224_I0_Pos                                     15                                                        /*!< LCD PAL224: I0 Position             */\r
-#define LCD_PAL224_I0_Msk                                     (0x01UL << LCD_PAL224_I0_Pos)                             /*!< LCD PAL224: I0 Mask                 */\r
-#define LCD_PAL224_R14_0_Pos                                  16                                                        /*!< LCD PAL224: R14_0 Position          */\r
-#define LCD_PAL224_R14_0_Msk                                  (0x1fUL << LCD_PAL224_R14_0_Pos)                          /*!< LCD PAL224: R14_0 Mask              */\r
-#define LCD_PAL224_G14_0_Pos                                  21                                                        /*!< LCD PAL224: G14_0 Position          */\r
-#define LCD_PAL224_G14_0_Msk                                  (0x1fUL << LCD_PAL224_G14_0_Pos)                          /*!< LCD PAL224: G14_0 Mask              */\r
-#define LCD_PAL224_B14_0_Pos                                  26                                                        /*!< LCD PAL224: B14_0 Position          */\r
-#define LCD_PAL224_B14_0_Msk                                  (0x1fUL << LCD_PAL224_B14_0_Pos)                          /*!< LCD PAL224: B14_0 Mask              */\r
-#define LCD_PAL224_I1_Pos                                     31                                                        /*!< LCD PAL224: I1 Position             */\r
-#define LCD_PAL224_I1_Msk                                     (0x01UL << LCD_PAL224_I1_Pos)                             /*!< LCD PAL224: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL225  -------------------------------------------\r
-#define LCD_PAL225_R04_0_Pos                                  0                                                         /*!< LCD PAL225: R04_0 Position          */\r
-#define LCD_PAL225_R04_0_Msk                                  (0x1fUL << LCD_PAL225_R04_0_Pos)                          /*!< LCD PAL225: R04_0 Mask              */\r
-#define LCD_PAL225_G04_0_Pos                                  5                                                         /*!< LCD PAL225: G04_0 Position          */\r
-#define LCD_PAL225_G04_0_Msk                                  (0x1fUL << LCD_PAL225_G04_0_Pos)                          /*!< LCD PAL225: G04_0 Mask              */\r
-#define LCD_PAL225_B04_0_Pos                                  10                                                        /*!< LCD PAL225: B04_0 Position          */\r
-#define LCD_PAL225_B04_0_Msk                                  (0x1fUL << LCD_PAL225_B04_0_Pos)                          /*!< LCD PAL225: B04_0 Mask              */\r
-#define LCD_PAL225_I0_Pos                                     15                                                        /*!< LCD PAL225: I0 Position             */\r
-#define LCD_PAL225_I0_Msk                                     (0x01UL << LCD_PAL225_I0_Pos)                             /*!< LCD PAL225: I0 Mask                 */\r
-#define LCD_PAL225_R14_0_Pos                                  16                                                        /*!< LCD PAL225: R14_0 Position          */\r
-#define LCD_PAL225_R14_0_Msk                                  (0x1fUL << LCD_PAL225_R14_0_Pos)                          /*!< LCD PAL225: R14_0 Mask              */\r
-#define LCD_PAL225_G14_0_Pos                                  21                                                        /*!< LCD PAL225: G14_0 Position          */\r
-#define LCD_PAL225_G14_0_Msk                                  (0x1fUL << LCD_PAL225_G14_0_Pos)                          /*!< LCD PAL225: G14_0 Mask              */\r
-#define LCD_PAL225_B14_0_Pos                                  26                                                        /*!< LCD PAL225: B14_0 Position          */\r
-#define LCD_PAL225_B14_0_Msk                                  (0x1fUL << LCD_PAL225_B14_0_Pos)                          /*!< LCD PAL225: B14_0 Mask              */\r
-#define LCD_PAL225_I1_Pos                                     31                                                        /*!< LCD PAL225: I1 Position             */\r
-#define LCD_PAL225_I1_Msk                                     (0x01UL << LCD_PAL225_I1_Pos)                             /*!< LCD PAL225: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL226  -------------------------------------------\r
-#define LCD_PAL226_R04_0_Pos                                  0                                                         /*!< LCD PAL226: R04_0 Position          */\r
-#define LCD_PAL226_R04_0_Msk                                  (0x1fUL << LCD_PAL226_R04_0_Pos)                          /*!< LCD PAL226: R04_0 Mask              */\r
-#define LCD_PAL226_G04_0_Pos                                  5                                                         /*!< LCD PAL226: G04_0 Position          */\r
-#define LCD_PAL226_G04_0_Msk                                  (0x1fUL << LCD_PAL226_G04_0_Pos)                          /*!< LCD PAL226: G04_0 Mask              */\r
-#define LCD_PAL226_B04_0_Pos                                  10                                                        /*!< LCD PAL226: B04_0 Position          */\r
-#define LCD_PAL226_B04_0_Msk                                  (0x1fUL << LCD_PAL226_B04_0_Pos)                          /*!< LCD PAL226: B04_0 Mask              */\r
-#define LCD_PAL226_I0_Pos                                     15                                                        /*!< LCD PAL226: I0 Position             */\r
-#define LCD_PAL226_I0_Msk                                     (0x01UL << LCD_PAL226_I0_Pos)                             /*!< LCD PAL226: I0 Mask                 */\r
-#define LCD_PAL226_R14_0_Pos                                  16                                                        /*!< LCD PAL226: R14_0 Position          */\r
-#define LCD_PAL226_R14_0_Msk                                  (0x1fUL << LCD_PAL226_R14_0_Pos)                          /*!< LCD PAL226: R14_0 Mask              */\r
-#define LCD_PAL226_G14_0_Pos                                  21                                                        /*!< LCD PAL226: G14_0 Position          */\r
-#define LCD_PAL226_G14_0_Msk                                  (0x1fUL << LCD_PAL226_G14_0_Pos)                          /*!< LCD PAL226: G14_0 Mask              */\r
-#define LCD_PAL226_B14_0_Pos                                  26                                                        /*!< LCD PAL226: B14_0 Position          */\r
-#define LCD_PAL226_B14_0_Msk                                  (0x1fUL << LCD_PAL226_B14_0_Pos)                          /*!< LCD PAL226: B14_0 Mask              */\r
-#define LCD_PAL226_I1_Pos                                     31                                                        /*!< LCD PAL226: I1 Position             */\r
-#define LCD_PAL226_I1_Msk                                     (0x01UL << LCD_PAL226_I1_Pos)                             /*!< LCD PAL226: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL227  -------------------------------------------\r
-#define LCD_PAL227_R04_0_Pos                                  0                                                         /*!< LCD PAL227: R04_0 Position          */\r
-#define LCD_PAL227_R04_0_Msk                                  (0x1fUL << LCD_PAL227_R04_0_Pos)                          /*!< LCD PAL227: R04_0 Mask              */\r
-#define LCD_PAL227_G04_0_Pos                                  5                                                         /*!< LCD PAL227: G04_0 Position          */\r
-#define LCD_PAL227_G04_0_Msk                                  (0x1fUL << LCD_PAL227_G04_0_Pos)                          /*!< LCD PAL227: G04_0 Mask              */\r
-#define LCD_PAL227_B04_0_Pos                                  10                                                        /*!< LCD PAL227: B04_0 Position          */\r
-#define LCD_PAL227_B04_0_Msk                                  (0x1fUL << LCD_PAL227_B04_0_Pos)                          /*!< LCD PAL227: B04_0 Mask              */\r
-#define LCD_PAL227_I0_Pos                                     15                                                        /*!< LCD PAL227: I0 Position             */\r
-#define LCD_PAL227_I0_Msk                                     (0x01UL << LCD_PAL227_I0_Pos)                             /*!< LCD PAL227: I0 Mask                 */\r
-#define LCD_PAL227_R14_0_Pos                                  16                                                        /*!< LCD PAL227: R14_0 Position          */\r
-#define LCD_PAL227_R14_0_Msk                                  (0x1fUL << LCD_PAL227_R14_0_Pos)                          /*!< LCD PAL227: R14_0 Mask              */\r
-#define LCD_PAL227_G14_0_Pos                                  21                                                        /*!< LCD PAL227: G14_0 Position          */\r
-#define LCD_PAL227_G14_0_Msk                                  (0x1fUL << LCD_PAL227_G14_0_Pos)                          /*!< LCD PAL227: G14_0 Mask              */\r
-#define LCD_PAL227_B14_0_Pos                                  26                                                        /*!< LCD PAL227: B14_0 Position          */\r
-#define LCD_PAL227_B14_0_Msk                                  (0x1fUL << LCD_PAL227_B14_0_Pos)                          /*!< LCD PAL227: B14_0 Mask              */\r
-#define LCD_PAL227_I1_Pos                                     31                                                        /*!< LCD PAL227: I1 Position             */\r
-#define LCD_PAL227_I1_Msk                                     (0x01UL << LCD_PAL227_I1_Pos)                             /*!< LCD PAL227: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL228  -------------------------------------------\r
-#define LCD_PAL228_R04_0_Pos                                  0                                                         /*!< LCD PAL228: R04_0 Position          */\r
-#define LCD_PAL228_R04_0_Msk                                  (0x1fUL << LCD_PAL228_R04_0_Pos)                          /*!< LCD PAL228: R04_0 Mask              */\r
-#define LCD_PAL228_G04_0_Pos                                  5                                                         /*!< LCD PAL228: G04_0 Position          */\r
-#define LCD_PAL228_G04_0_Msk                                  (0x1fUL << LCD_PAL228_G04_0_Pos)                          /*!< LCD PAL228: G04_0 Mask              */\r
-#define LCD_PAL228_B04_0_Pos                                  10                                                        /*!< LCD PAL228: B04_0 Position          */\r
-#define LCD_PAL228_B04_0_Msk                                  (0x1fUL << LCD_PAL228_B04_0_Pos)                          /*!< LCD PAL228: B04_0 Mask              */\r
-#define LCD_PAL228_I0_Pos                                     15                                                        /*!< LCD PAL228: I0 Position             */\r
-#define LCD_PAL228_I0_Msk                                     (0x01UL << LCD_PAL228_I0_Pos)                             /*!< LCD PAL228: I0 Mask                 */\r
-#define LCD_PAL228_R14_0_Pos                                  16                                                        /*!< LCD PAL228: R14_0 Position          */\r
-#define LCD_PAL228_R14_0_Msk                                  (0x1fUL << LCD_PAL228_R14_0_Pos)                          /*!< LCD PAL228: R14_0 Mask              */\r
-#define LCD_PAL228_G14_0_Pos                                  21                                                        /*!< LCD PAL228: G14_0 Position          */\r
-#define LCD_PAL228_G14_0_Msk                                  (0x1fUL << LCD_PAL228_G14_0_Pos)                          /*!< LCD PAL228: G14_0 Mask              */\r
-#define LCD_PAL228_B14_0_Pos                                  26                                                        /*!< LCD PAL228: B14_0 Position          */\r
-#define LCD_PAL228_B14_0_Msk                                  (0x1fUL << LCD_PAL228_B14_0_Pos)                          /*!< LCD PAL228: B14_0 Mask              */\r
-#define LCD_PAL228_I1_Pos                                     31                                                        /*!< LCD PAL228: I1 Position             */\r
-#define LCD_PAL228_I1_Msk                                     (0x01UL << LCD_PAL228_I1_Pos)                             /*!< LCD PAL228: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL229  -------------------------------------------\r
-#define LCD_PAL229_R04_0_Pos                                  0                                                         /*!< LCD PAL229: R04_0 Position          */\r
-#define LCD_PAL229_R04_0_Msk                                  (0x1fUL << LCD_PAL229_R04_0_Pos)                          /*!< LCD PAL229: R04_0 Mask              */\r
-#define LCD_PAL229_G04_0_Pos                                  5                                                         /*!< LCD PAL229: G04_0 Position          */\r
-#define LCD_PAL229_G04_0_Msk                                  (0x1fUL << LCD_PAL229_G04_0_Pos)                          /*!< LCD PAL229: G04_0 Mask              */\r
-#define LCD_PAL229_B04_0_Pos                                  10                                                        /*!< LCD PAL229: B04_0 Position          */\r
-#define LCD_PAL229_B04_0_Msk                                  (0x1fUL << LCD_PAL229_B04_0_Pos)                          /*!< LCD PAL229: B04_0 Mask              */\r
-#define LCD_PAL229_I0_Pos                                     15                                                        /*!< LCD PAL229: I0 Position             */\r
-#define LCD_PAL229_I0_Msk                                     (0x01UL << LCD_PAL229_I0_Pos)                             /*!< LCD PAL229: I0 Mask                 */\r
-#define LCD_PAL229_R14_0_Pos                                  16                                                        /*!< LCD PAL229: R14_0 Position          */\r
-#define LCD_PAL229_R14_0_Msk                                  (0x1fUL << LCD_PAL229_R14_0_Pos)                          /*!< LCD PAL229: R14_0 Mask              */\r
-#define LCD_PAL229_G14_0_Pos                                  21                                                        /*!< LCD PAL229: G14_0 Position          */\r
-#define LCD_PAL229_G14_0_Msk                                  (0x1fUL << LCD_PAL229_G14_0_Pos)                          /*!< LCD PAL229: G14_0 Mask              */\r
-#define LCD_PAL229_B14_0_Pos                                  26                                                        /*!< LCD PAL229: B14_0 Position          */\r
-#define LCD_PAL229_B14_0_Msk                                  (0x1fUL << LCD_PAL229_B14_0_Pos)                          /*!< LCD PAL229: B14_0 Mask              */\r
-#define LCD_PAL229_I1_Pos                                     31                                                        /*!< LCD PAL229: I1 Position             */\r
-#define LCD_PAL229_I1_Msk                                     (0x01UL << LCD_PAL229_I1_Pos)                             /*!< LCD PAL229: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL230  -------------------------------------------\r
-#define LCD_PAL230_R04_0_Pos                                  0                                                         /*!< LCD PAL230: R04_0 Position          */\r
-#define LCD_PAL230_R04_0_Msk                                  (0x1fUL << LCD_PAL230_R04_0_Pos)                          /*!< LCD PAL230: R04_0 Mask              */\r
-#define LCD_PAL230_G04_0_Pos                                  5                                                         /*!< LCD PAL230: G04_0 Position          */\r
-#define LCD_PAL230_G04_0_Msk                                  (0x1fUL << LCD_PAL230_G04_0_Pos)                          /*!< LCD PAL230: G04_0 Mask              */\r
-#define LCD_PAL230_B04_0_Pos                                  10                                                        /*!< LCD PAL230: B04_0 Position          */\r
-#define LCD_PAL230_B04_0_Msk                                  (0x1fUL << LCD_PAL230_B04_0_Pos)                          /*!< LCD PAL230: B04_0 Mask              */\r
-#define LCD_PAL230_I0_Pos                                     15                                                        /*!< LCD PAL230: I0 Position             */\r
-#define LCD_PAL230_I0_Msk                                     (0x01UL << LCD_PAL230_I0_Pos)                             /*!< LCD PAL230: I0 Mask                 */\r
-#define LCD_PAL230_R14_0_Pos                                  16                                                        /*!< LCD PAL230: R14_0 Position          */\r
-#define LCD_PAL230_R14_0_Msk                                  (0x1fUL << LCD_PAL230_R14_0_Pos)                          /*!< LCD PAL230: R14_0 Mask              */\r
-#define LCD_PAL230_G14_0_Pos                                  21                                                        /*!< LCD PAL230: G14_0 Position          */\r
-#define LCD_PAL230_G14_0_Msk                                  (0x1fUL << LCD_PAL230_G14_0_Pos)                          /*!< LCD PAL230: G14_0 Mask              */\r
-#define LCD_PAL230_B14_0_Pos                                  26                                                        /*!< LCD PAL230: B14_0 Position          */\r
-#define LCD_PAL230_B14_0_Msk                                  (0x1fUL << LCD_PAL230_B14_0_Pos)                          /*!< LCD PAL230: B14_0 Mask              */\r
-#define LCD_PAL230_I1_Pos                                     31                                                        /*!< LCD PAL230: I1 Position             */\r
-#define LCD_PAL230_I1_Msk                                     (0x01UL << LCD_PAL230_I1_Pos)                             /*!< LCD PAL230: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL231  -------------------------------------------\r
-#define LCD_PAL231_R04_0_Pos                                  0                                                         /*!< LCD PAL231: R04_0 Position          */\r
-#define LCD_PAL231_R04_0_Msk                                  (0x1fUL << LCD_PAL231_R04_0_Pos)                          /*!< LCD PAL231: R04_0 Mask              */\r
-#define LCD_PAL231_G04_0_Pos                                  5                                                         /*!< LCD PAL231: G04_0 Position          */\r
-#define LCD_PAL231_G04_0_Msk                                  (0x1fUL << LCD_PAL231_G04_0_Pos)                          /*!< LCD PAL231: G04_0 Mask              */\r
-#define LCD_PAL231_B04_0_Pos                                  10                                                        /*!< LCD PAL231: B04_0 Position          */\r
-#define LCD_PAL231_B04_0_Msk                                  (0x1fUL << LCD_PAL231_B04_0_Pos)                          /*!< LCD PAL231: B04_0 Mask              */\r
-#define LCD_PAL231_I0_Pos                                     15                                                        /*!< LCD PAL231: I0 Position             */\r
-#define LCD_PAL231_I0_Msk                                     (0x01UL << LCD_PAL231_I0_Pos)                             /*!< LCD PAL231: I0 Mask                 */\r
-#define LCD_PAL231_R14_0_Pos                                  16                                                        /*!< LCD PAL231: R14_0 Position          */\r
-#define LCD_PAL231_R14_0_Msk                                  (0x1fUL << LCD_PAL231_R14_0_Pos)                          /*!< LCD PAL231: R14_0 Mask              */\r
-#define LCD_PAL231_G14_0_Pos                                  21                                                        /*!< LCD PAL231: G14_0 Position          */\r
-#define LCD_PAL231_G14_0_Msk                                  (0x1fUL << LCD_PAL231_G14_0_Pos)                          /*!< LCD PAL231: G14_0 Mask              */\r
-#define LCD_PAL231_B14_0_Pos                                  26                                                        /*!< LCD PAL231: B14_0 Position          */\r
-#define LCD_PAL231_B14_0_Msk                                  (0x1fUL << LCD_PAL231_B14_0_Pos)                          /*!< LCD PAL231: B14_0 Mask              */\r
-#define LCD_PAL231_I1_Pos                                     31                                                        /*!< LCD PAL231: I1 Position             */\r
-#define LCD_PAL231_I1_Msk                                     (0x01UL << LCD_PAL231_I1_Pos)                             /*!< LCD PAL231: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL232  -------------------------------------------\r
-#define LCD_PAL232_R04_0_Pos                                  0                                                         /*!< LCD PAL232: R04_0 Position          */\r
-#define LCD_PAL232_R04_0_Msk                                  (0x1fUL << LCD_PAL232_R04_0_Pos)                          /*!< LCD PAL232: R04_0 Mask              */\r
-#define LCD_PAL232_G04_0_Pos                                  5                                                         /*!< LCD PAL232: G04_0 Position          */\r
-#define LCD_PAL232_G04_0_Msk                                  (0x1fUL << LCD_PAL232_G04_0_Pos)                          /*!< LCD PAL232: G04_0 Mask              */\r
-#define LCD_PAL232_B04_0_Pos                                  10                                                        /*!< LCD PAL232: B04_0 Position          */\r
-#define LCD_PAL232_B04_0_Msk                                  (0x1fUL << LCD_PAL232_B04_0_Pos)                          /*!< LCD PAL232: B04_0 Mask              */\r
-#define LCD_PAL232_I0_Pos                                     15                                                        /*!< LCD PAL232: I0 Position             */\r
-#define LCD_PAL232_I0_Msk                                     (0x01UL << LCD_PAL232_I0_Pos)                             /*!< LCD PAL232: I0 Mask                 */\r
-#define LCD_PAL232_R14_0_Pos                                  16                                                        /*!< LCD PAL232: R14_0 Position          */\r
-#define LCD_PAL232_R14_0_Msk                                  (0x1fUL << LCD_PAL232_R14_0_Pos)                          /*!< LCD PAL232: R14_0 Mask              */\r
-#define LCD_PAL232_G14_0_Pos                                  21                                                        /*!< LCD PAL232: G14_0 Position          */\r
-#define LCD_PAL232_G14_0_Msk                                  (0x1fUL << LCD_PAL232_G14_0_Pos)                          /*!< LCD PAL232: G14_0 Mask              */\r
-#define LCD_PAL232_B14_0_Pos                                  26                                                        /*!< LCD PAL232: B14_0 Position          */\r
-#define LCD_PAL232_B14_0_Msk                                  (0x1fUL << LCD_PAL232_B14_0_Pos)                          /*!< LCD PAL232: B14_0 Mask              */\r
-#define LCD_PAL232_I1_Pos                                     31                                                        /*!< LCD PAL232: I1 Position             */\r
-#define LCD_PAL232_I1_Msk                                     (0x01UL << LCD_PAL232_I1_Pos)                             /*!< LCD PAL232: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL233  -------------------------------------------\r
-#define LCD_PAL233_R04_0_Pos                                  0                                                         /*!< LCD PAL233: R04_0 Position          */\r
-#define LCD_PAL233_R04_0_Msk                                  (0x1fUL << LCD_PAL233_R04_0_Pos)                          /*!< LCD PAL233: R04_0 Mask              */\r
-#define LCD_PAL233_G04_0_Pos                                  5                                                         /*!< LCD PAL233: G04_0 Position          */\r
-#define LCD_PAL233_G04_0_Msk                                  (0x1fUL << LCD_PAL233_G04_0_Pos)                          /*!< LCD PAL233: G04_0 Mask              */\r
-#define LCD_PAL233_B04_0_Pos                                  10                                                        /*!< LCD PAL233: B04_0 Position          */\r
-#define LCD_PAL233_B04_0_Msk                                  (0x1fUL << LCD_PAL233_B04_0_Pos)                          /*!< LCD PAL233: B04_0 Mask              */\r
-#define LCD_PAL233_I0_Pos                                     15                                                        /*!< LCD PAL233: I0 Position             */\r
-#define LCD_PAL233_I0_Msk                                     (0x01UL << LCD_PAL233_I0_Pos)                             /*!< LCD PAL233: I0 Mask                 */\r
-#define LCD_PAL233_R14_0_Pos                                  16                                                        /*!< LCD PAL233: R14_0 Position          */\r
-#define LCD_PAL233_R14_0_Msk                                  (0x1fUL << LCD_PAL233_R14_0_Pos)                          /*!< LCD PAL233: R14_0 Mask              */\r
-#define LCD_PAL233_G14_0_Pos                                  21                                                        /*!< LCD PAL233: G14_0 Position          */\r
-#define LCD_PAL233_G14_0_Msk                                  (0x1fUL << LCD_PAL233_G14_0_Pos)                          /*!< LCD PAL233: G14_0 Mask              */\r
-#define LCD_PAL233_B14_0_Pos                                  26                                                        /*!< LCD PAL233: B14_0 Position          */\r
-#define LCD_PAL233_B14_0_Msk                                  (0x1fUL << LCD_PAL233_B14_0_Pos)                          /*!< LCD PAL233: B14_0 Mask              */\r
-#define LCD_PAL233_I1_Pos                                     31                                                        /*!< LCD PAL233: I1 Position             */\r
-#define LCD_PAL233_I1_Msk                                     (0x01UL << LCD_PAL233_I1_Pos)                             /*!< LCD PAL233: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL234  -------------------------------------------\r
-#define LCD_PAL234_R04_0_Pos                                  0                                                         /*!< LCD PAL234: R04_0 Position          */\r
-#define LCD_PAL234_R04_0_Msk                                  (0x1fUL << LCD_PAL234_R04_0_Pos)                          /*!< LCD PAL234: R04_0 Mask              */\r
-#define LCD_PAL234_G04_0_Pos                                  5                                                         /*!< LCD PAL234: G04_0 Position          */\r
-#define LCD_PAL234_G04_0_Msk                                  (0x1fUL << LCD_PAL234_G04_0_Pos)                          /*!< LCD PAL234: G04_0 Mask              */\r
-#define LCD_PAL234_B04_0_Pos                                  10                                                        /*!< LCD PAL234: B04_0 Position          */\r
-#define LCD_PAL234_B04_0_Msk                                  (0x1fUL << LCD_PAL234_B04_0_Pos)                          /*!< LCD PAL234: B04_0 Mask              */\r
-#define LCD_PAL234_I0_Pos                                     15                                                        /*!< LCD PAL234: I0 Position             */\r
-#define LCD_PAL234_I0_Msk                                     (0x01UL << LCD_PAL234_I0_Pos)                             /*!< LCD PAL234: I0 Mask                 */\r
-#define LCD_PAL234_R14_0_Pos                                  16                                                        /*!< LCD PAL234: R14_0 Position          */\r
-#define LCD_PAL234_R14_0_Msk                                  (0x1fUL << LCD_PAL234_R14_0_Pos)                          /*!< LCD PAL234: R14_0 Mask              */\r
-#define LCD_PAL234_G14_0_Pos                                  21                                                        /*!< LCD PAL234: G14_0 Position          */\r
-#define LCD_PAL234_G14_0_Msk                                  (0x1fUL << LCD_PAL234_G14_0_Pos)                          /*!< LCD PAL234: G14_0 Mask              */\r
-#define LCD_PAL234_B14_0_Pos                                  26                                                        /*!< LCD PAL234: B14_0 Position          */\r
-#define LCD_PAL234_B14_0_Msk                                  (0x1fUL << LCD_PAL234_B14_0_Pos)                          /*!< LCD PAL234: B14_0 Mask              */\r
-#define LCD_PAL234_I1_Pos                                     31                                                        /*!< LCD PAL234: I1 Position             */\r
-#define LCD_PAL234_I1_Msk                                     (0x01UL << LCD_PAL234_I1_Pos)                             /*!< LCD PAL234: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL235  -------------------------------------------\r
-#define LCD_PAL235_R04_0_Pos                                  0                                                         /*!< LCD PAL235: R04_0 Position          */\r
-#define LCD_PAL235_R04_0_Msk                                  (0x1fUL << LCD_PAL235_R04_0_Pos)                          /*!< LCD PAL235: R04_0 Mask              */\r
-#define LCD_PAL235_G04_0_Pos                                  5                                                         /*!< LCD PAL235: G04_0 Position          */\r
-#define LCD_PAL235_G04_0_Msk                                  (0x1fUL << LCD_PAL235_G04_0_Pos)                          /*!< LCD PAL235: G04_0 Mask              */\r
-#define LCD_PAL235_B04_0_Pos                                  10                                                        /*!< LCD PAL235: B04_0 Position          */\r
-#define LCD_PAL235_B04_0_Msk                                  (0x1fUL << LCD_PAL235_B04_0_Pos)                          /*!< LCD PAL235: B04_0 Mask              */\r
-#define LCD_PAL235_I0_Pos                                     15                                                        /*!< LCD PAL235: I0 Position             */\r
-#define LCD_PAL235_I0_Msk                                     (0x01UL << LCD_PAL235_I0_Pos)                             /*!< LCD PAL235: I0 Mask                 */\r
-#define LCD_PAL235_R14_0_Pos                                  16                                                        /*!< LCD PAL235: R14_0 Position          */\r
-#define LCD_PAL235_R14_0_Msk                                  (0x1fUL << LCD_PAL235_R14_0_Pos)                          /*!< LCD PAL235: R14_0 Mask              */\r
-#define LCD_PAL235_G14_0_Pos                                  21                                                        /*!< LCD PAL235: G14_0 Position          */\r
-#define LCD_PAL235_G14_0_Msk                                  (0x1fUL << LCD_PAL235_G14_0_Pos)                          /*!< LCD PAL235: G14_0 Mask              */\r
-#define LCD_PAL235_B14_0_Pos                                  26                                                        /*!< LCD PAL235: B14_0 Position          */\r
-#define LCD_PAL235_B14_0_Msk                                  (0x1fUL << LCD_PAL235_B14_0_Pos)                          /*!< LCD PAL235: B14_0 Mask              */\r
-#define LCD_PAL235_I1_Pos                                     31                                                        /*!< LCD PAL235: I1 Position             */\r
-#define LCD_PAL235_I1_Msk                                     (0x01UL << LCD_PAL235_I1_Pos)                             /*!< LCD PAL235: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL236  -------------------------------------------\r
-#define LCD_PAL236_R04_0_Pos                                  0                                                         /*!< LCD PAL236: R04_0 Position          */\r
-#define LCD_PAL236_R04_0_Msk                                  (0x1fUL << LCD_PAL236_R04_0_Pos)                          /*!< LCD PAL236: R04_0 Mask              */\r
-#define LCD_PAL236_G04_0_Pos                                  5                                                         /*!< LCD PAL236: G04_0 Position          */\r
-#define LCD_PAL236_G04_0_Msk                                  (0x1fUL << LCD_PAL236_G04_0_Pos)                          /*!< LCD PAL236: G04_0 Mask              */\r
-#define LCD_PAL236_B04_0_Pos                                  10                                                        /*!< LCD PAL236: B04_0 Position          */\r
-#define LCD_PAL236_B04_0_Msk                                  (0x1fUL << LCD_PAL236_B04_0_Pos)                          /*!< LCD PAL236: B04_0 Mask              */\r
-#define LCD_PAL236_I0_Pos                                     15                                                        /*!< LCD PAL236: I0 Position             */\r
-#define LCD_PAL236_I0_Msk                                     (0x01UL << LCD_PAL236_I0_Pos)                             /*!< LCD PAL236: I0 Mask                 */\r
-#define LCD_PAL236_R14_0_Pos                                  16                                                        /*!< LCD PAL236: R14_0 Position          */\r
-#define LCD_PAL236_R14_0_Msk                                  (0x1fUL << LCD_PAL236_R14_0_Pos)                          /*!< LCD PAL236: R14_0 Mask              */\r
-#define LCD_PAL236_G14_0_Pos                                  21                                                        /*!< LCD PAL236: G14_0 Position          */\r
-#define LCD_PAL236_G14_0_Msk                                  (0x1fUL << LCD_PAL236_G14_0_Pos)                          /*!< LCD PAL236: G14_0 Mask              */\r
-#define LCD_PAL236_B14_0_Pos                                  26                                                        /*!< LCD PAL236: B14_0 Position          */\r
-#define LCD_PAL236_B14_0_Msk                                  (0x1fUL << LCD_PAL236_B14_0_Pos)                          /*!< LCD PAL236: B14_0 Mask              */\r
-#define LCD_PAL236_I1_Pos                                     31                                                        /*!< LCD PAL236: I1 Position             */\r
-#define LCD_PAL236_I1_Msk                                     (0x01UL << LCD_PAL236_I1_Pos)                             /*!< LCD PAL236: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL237  -------------------------------------------\r
-#define LCD_PAL237_R04_0_Pos                                  0                                                         /*!< LCD PAL237: R04_0 Position          */\r
-#define LCD_PAL237_R04_0_Msk                                  (0x1fUL << LCD_PAL237_R04_0_Pos)                          /*!< LCD PAL237: R04_0 Mask              */\r
-#define LCD_PAL237_G04_0_Pos                                  5                                                         /*!< LCD PAL237: G04_0 Position          */\r
-#define LCD_PAL237_G04_0_Msk                                  (0x1fUL << LCD_PAL237_G04_0_Pos)                          /*!< LCD PAL237: G04_0 Mask              */\r
-#define LCD_PAL237_B04_0_Pos                                  10                                                        /*!< LCD PAL237: B04_0 Position          */\r
-#define LCD_PAL237_B04_0_Msk                                  (0x1fUL << LCD_PAL237_B04_0_Pos)                          /*!< LCD PAL237: B04_0 Mask              */\r
-#define LCD_PAL237_I0_Pos                                     15                                                        /*!< LCD PAL237: I0 Position             */\r
-#define LCD_PAL237_I0_Msk                                     (0x01UL << LCD_PAL237_I0_Pos)                             /*!< LCD PAL237: I0 Mask                 */\r
-#define LCD_PAL237_R14_0_Pos                                  16                                                        /*!< LCD PAL237: R14_0 Position          */\r
-#define LCD_PAL237_R14_0_Msk                                  (0x1fUL << LCD_PAL237_R14_0_Pos)                          /*!< LCD PAL237: R14_0 Mask              */\r
-#define LCD_PAL237_G14_0_Pos                                  21                                                        /*!< LCD PAL237: G14_0 Position          */\r
-#define LCD_PAL237_G14_0_Msk                                  (0x1fUL << LCD_PAL237_G14_0_Pos)                          /*!< LCD PAL237: G14_0 Mask              */\r
-#define LCD_PAL237_B14_0_Pos                                  26                                                        /*!< LCD PAL237: B14_0 Position          */\r
-#define LCD_PAL237_B14_0_Msk                                  (0x1fUL << LCD_PAL237_B14_0_Pos)                          /*!< LCD PAL237: B14_0 Mask              */\r
-#define LCD_PAL237_I1_Pos                                     31                                                        /*!< LCD PAL237: I1 Position             */\r
-#define LCD_PAL237_I1_Msk                                     (0x01UL << LCD_PAL237_I1_Pos)                             /*!< LCD PAL237: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL238  -------------------------------------------\r
-#define LCD_PAL238_R04_0_Pos                                  0                                                         /*!< LCD PAL238: R04_0 Position          */\r
-#define LCD_PAL238_R04_0_Msk                                  (0x1fUL << LCD_PAL238_R04_0_Pos)                          /*!< LCD PAL238: R04_0 Mask              */\r
-#define LCD_PAL238_G04_0_Pos                                  5                                                         /*!< LCD PAL238: G04_0 Position          */\r
-#define LCD_PAL238_G04_0_Msk                                  (0x1fUL << LCD_PAL238_G04_0_Pos)                          /*!< LCD PAL238: G04_0 Mask              */\r
-#define LCD_PAL238_B04_0_Pos                                  10                                                        /*!< LCD PAL238: B04_0 Position          */\r
-#define LCD_PAL238_B04_0_Msk                                  (0x1fUL << LCD_PAL238_B04_0_Pos)                          /*!< LCD PAL238: B04_0 Mask              */\r
-#define LCD_PAL238_I0_Pos                                     15                                                        /*!< LCD PAL238: I0 Position             */\r
-#define LCD_PAL238_I0_Msk                                     (0x01UL << LCD_PAL238_I0_Pos)                             /*!< LCD PAL238: I0 Mask                 */\r
-#define LCD_PAL238_R14_0_Pos                                  16                                                        /*!< LCD PAL238: R14_0 Position          */\r
-#define LCD_PAL238_R14_0_Msk                                  (0x1fUL << LCD_PAL238_R14_0_Pos)                          /*!< LCD PAL238: R14_0 Mask              */\r
-#define LCD_PAL238_G14_0_Pos                                  21                                                        /*!< LCD PAL238: G14_0 Position          */\r
-#define LCD_PAL238_G14_0_Msk                                  (0x1fUL << LCD_PAL238_G14_0_Pos)                          /*!< LCD PAL238: G14_0 Mask              */\r
-#define LCD_PAL238_B14_0_Pos                                  26                                                        /*!< LCD PAL238: B14_0 Position          */\r
-#define LCD_PAL238_B14_0_Msk                                  (0x1fUL << LCD_PAL238_B14_0_Pos)                          /*!< LCD PAL238: B14_0 Mask              */\r
-#define LCD_PAL238_I1_Pos                                     31                                                        /*!< LCD PAL238: I1 Position             */\r
-#define LCD_PAL238_I1_Msk                                     (0x01UL << LCD_PAL238_I1_Pos)                             /*!< LCD PAL238: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL239  -------------------------------------------\r
-#define LCD_PAL239_R04_0_Pos                                  0                                                         /*!< LCD PAL239: R04_0 Position          */\r
-#define LCD_PAL239_R04_0_Msk                                  (0x1fUL << LCD_PAL239_R04_0_Pos)                          /*!< LCD PAL239: R04_0 Mask              */\r
-#define LCD_PAL239_G04_0_Pos                                  5                                                         /*!< LCD PAL239: G04_0 Position          */\r
-#define LCD_PAL239_G04_0_Msk                                  (0x1fUL << LCD_PAL239_G04_0_Pos)                          /*!< LCD PAL239: G04_0 Mask              */\r
-#define LCD_PAL239_B04_0_Pos                                  10                                                        /*!< LCD PAL239: B04_0 Position          */\r
-#define LCD_PAL239_B04_0_Msk                                  (0x1fUL << LCD_PAL239_B04_0_Pos)                          /*!< LCD PAL239: B04_0 Mask              */\r
-#define LCD_PAL239_I0_Pos                                     15                                                        /*!< LCD PAL239: I0 Position             */\r
-#define LCD_PAL239_I0_Msk                                     (0x01UL << LCD_PAL239_I0_Pos)                             /*!< LCD PAL239: I0 Mask                 */\r
-#define LCD_PAL239_R14_0_Pos                                  16                                                        /*!< LCD PAL239: R14_0 Position          */\r
-#define LCD_PAL239_R14_0_Msk                                  (0x1fUL << LCD_PAL239_R14_0_Pos)                          /*!< LCD PAL239: R14_0 Mask              */\r
-#define LCD_PAL239_G14_0_Pos                                  21                                                        /*!< LCD PAL239: G14_0 Position          */\r
-#define LCD_PAL239_G14_0_Msk                                  (0x1fUL << LCD_PAL239_G14_0_Pos)                          /*!< LCD PAL239: G14_0 Mask              */\r
-#define LCD_PAL239_B14_0_Pos                                  26                                                        /*!< LCD PAL239: B14_0 Position          */\r
-#define LCD_PAL239_B14_0_Msk                                  (0x1fUL << LCD_PAL239_B14_0_Pos)                          /*!< LCD PAL239: B14_0 Mask              */\r
-#define LCD_PAL239_I1_Pos                                     31                                                        /*!< LCD PAL239: I1 Position             */\r
-#define LCD_PAL239_I1_Msk                                     (0x01UL << LCD_PAL239_I1_Pos)                             /*!< LCD PAL239: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL240  -------------------------------------------\r
-#define LCD_PAL240_R04_0_Pos                                  0                                                         /*!< LCD PAL240: R04_0 Position          */\r
-#define LCD_PAL240_R04_0_Msk                                  (0x1fUL << LCD_PAL240_R04_0_Pos)                          /*!< LCD PAL240: R04_0 Mask              */\r
-#define LCD_PAL240_G04_0_Pos                                  5                                                         /*!< LCD PAL240: G04_0 Position          */\r
-#define LCD_PAL240_G04_0_Msk                                  (0x1fUL << LCD_PAL240_G04_0_Pos)                          /*!< LCD PAL240: G04_0 Mask              */\r
-#define LCD_PAL240_B04_0_Pos                                  10                                                        /*!< LCD PAL240: B04_0 Position          */\r
-#define LCD_PAL240_B04_0_Msk                                  (0x1fUL << LCD_PAL240_B04_0_Pos)                          /*!< LCD PAL240: B04_0 Mask              */\r
-#define LCD_PAL240_I0_Pos                                     15                                                        /*!< LCD PAL240: I0 Position             */\r
-#define LCD_PAL240_I0_Msk                                     (0x01UL << LCD_PAL240_I0_Pos)                             /*!< LCD PAL240: I0 Mask                 */\r
-#define LCD_PAL240_R14_0_Pos                                  16                                                        /*!< LCD PAL240: R14_0 Position          */\r
-#define LCD_PAL240_R14_0_Msk                                  (0x1fUL << LCD_PAL240_R14_0_Pos)                          /*!< LCD PAL240: R14_0 Mask              */\r
-#define LCD_PAL240_G14_0_Pos                                  21                                                        /*!< LCD PAL240: G14_0 Position          */\r
-#define LCD_PAL240_G14_0_Msk                                  (0x1fUL << LCD_PAL240_G14_0_Pos)                          /*!< LCD PAL240: G14_0 Mask              */\r
-#define LCD_PAL240_B14_0_Pos                                  26                                                        /*!< LCD PAL240: B14_0 Position          */\r
-#define LCD_PAL240_B14_0_Msk                                  (0x1fUL << LCD_PAL240_B14_0_Pos)                          /*!< LCD PAL240: B14_0 Mask              */\r
-#define LCD_PAL240_I1_Pos                                     31                                                        /*!< LCD PAL240: I1 Position             */\r
-#define LCD_PAL240_I1_Msk                                     (0x01UL << LCD_PAL240_I1_Pos)                             /*!< LCD PAL240: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL241  -------------------------------------------\r
-#define LCD_PAL241_R04_0_Pos                                  0                                                         /*!< LCD PAL241: R04_0 Position          */\r
-#define LCD_PAL241_R04_0_Msk                                  (0x1fUL << LCD_PAL241_R04_0_Pos)                          /*!< LCD PAL241: R04_0 Mask              */\r
-#define LCD_PAL241_G04_0_Pos                                  5                                                         /*!< LCD PAL241: G04_0 Position          */\r
-#define LCD_PAL241_G04_0_Msk                                  (0x1fUL << LCD_PAL241_G04_0_Pos)                          /*!< LCD PAL241: G04_0 Mask              */\r
-#define LCD_PAL241_B04_0_Pos                                  10                                                        /*!< LCD PAL241: B04_0 Position          */\r
-#define LCD_PAL241_B04_0_Msk                                  (0x1fUL << LCD_PAL241_B04_0_Pos)                          /*!< LCD PAL241: B04_0 Mask              */\r
-#define LCD_PAL241_I0_Pos                                     15                                                        /*!< LCD PAL241: I0 Position             */\r
-#define LCD_PAL241_I0_Msk                                     (0x01UL << LCD_PAL241_I0_Pos)                             /*!< LCD PAL241: I0 Mask                 */\r
-#define LCD_PAL241_R14_0_Pos                                  16                                                        /*!< LCD PAL241: R14_0 Position          */\r
-#define LCD_PAL241_R14_0_Msk                                  (0x1fUL << LCD_PAL241_R14_0_Pos)                          /*!< LCD PAL241: R14_0 Mask              */\r
-#define LCD_PAL241_G14_0_Pos                                  21                                                        /*!< LCD PAL241: G14_0 Position          */\r
-#define LCD_PAL241_G14_0_Msk                                  (0x1fUL << LCD_PAL241_G14_0_Pos)                          /*!< LCD PAL241: G14_0 Mask              */\r
-#define LCD_PAL241_B14_0_Pos                                  26                                                        /*!< LCD PAL241: B14_0 Position          */\r
-#define LCD_PAL241_B14_0_Msk                                  (0x1fUL << LCD_PAL241_B14_0_Pos)                          /*!< LCD PAL241: B14_0 Mask              */\r
-#define LCD_PAL241_I1_Pos                                     31                                                        /*!< LCD PAL241: I1 Position             */\r
-#define LCD_PAL241_I1_Msk                                     (0x01UL << LCD_PAL241_I1_Pos)                             /*!< LCD PAL241: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL242  -------------------------------------------\r
-#define LCD_PAL242_R04_0_Pos                                  0                                                         /*!< LCD PAL242: R04_0 Position          */\r
-#define LCD_PAL242_R04_0_Msk                                  (0x1fUL << LCD_PAL242_R04_0_Pos)                          /*!< LCD PAL242: R04_0 Mask              */\r
-#define LCD_PAL242_G04_0_Pos                                  5                                                         /*!< LCD PAL242: G04_0 Position          */\r
-#define LCD_PAL242_G04_0_Msk                                  (0x1fUL << LCD_PAL242_G04_0_Pos)                          /*!< LCD PAL242: G04_0 Mask              */\r
-#define LCD_PAL242_B04_0_Pos                                  10                                                        /*!< LCD PAL242: B04_0 Position          */\r
-#define LCD_PAL242_B04_0_Msk                                  (0x1fUL << LCD_PAL242_B04_0_Pos)                          /*!< LCD PAL242: B04_0 Mask              */\r
-#define LCD_PAL242_I0_Pos                                     15                                                        /*!< LCD PAL242: I0 Position             */\r
-#define LCD_PAL242_I0_Msk                                     (0x01UL << LCD_PAL242_I0_Pos)                             /*!< LCD PAL242: I0 Mask                 */\r
-#define LCD_PAL242_R14_0_Pos                                  16                                                        /*!< LCD PAL242: R14_0 Position          */\r
-#define LCD_PAL242_R14_0_Msk                                  (0x1fUL << LCD_PAL242_R14_0_Pos)                          /*!< LCD PAL242: R14_0 Mask              */\r
-#define LCD_PAL242_G14_0_Pos                                  21                                                        /*!< LCD PAL242: G14_0 Position          */\r
-#define LCD_PAL242_G14_0_Msk                                  (0x1fUL << LCD_PAL242_G14_0_Pos)                          /*!< LCD PAL242: G14_0 Mask              */\r
-#define LCD_PAL242_B14_0_Pos                                  26                                                        /*!< LCD PAL242: B14_0 Position          */\r
-#define LCD_PAL242_B14_0_Msk                                  (0x1fUL << LCD_PAL242_B14_0_Pos)                          /*!< LCD PAL242: B14_0 Mask              */\r
-#define LCD_PAL242_I1_Pos                                     31                                                        /*!< LCD PAL242: I1 Position             */\r
-#define LCD_PAL242_I1_Msk                                     (0x01UL << LCD_PAL242_I1_Pos)                             /*!< LCD PAL242: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL243  -------------------------------------------\r
-#define LCD_PAL243_R04_0_Pos                                  0                                                         /*!< LCD PAL243: R04_0 Position          */\r
-#define LCD_PAL243_R04_0_Msk                                  (0x1fUL << LCD_PAL243_R04_0_Pos)                          /*!< LCD PAL243: R04_0 Mask              */\r
-#define LCD_PAL243_G04_0_Pos                                  5                                                         /*!< LCD PAL243: G04_0 Position          */\r
-#define LCD_PAL243_G04_0_Msk                                  (0x1fUL << LCD_PAL243_G04_0_Pos)                          /*!< LCD PAL243: G04_0 Mask              */\r
-#define LCD_PAL243_B04_0_Pos                                  10                                                        /*!< LCD PAL243: B04_0 Position          */\r
-#define LCD_PAL243_B04_0_Msk                                  (0x1fUL << LCD_PAL243_B04_0_Pos)                          /*!< LCD PAL243: B04_0 Mask              */\r
-#define LCD_PAL243_I0_Pos                                     15                                                        /*!< LCD PAL243: I0 Position             */\r
-#define LCD_PAL243_I0_Msk                                     (0x01UL << LCD_PAL243_I0_Pos)                             /*!< LCD PAL243: I0 Mask                 */\r
-#define LCD_PAL243_R14_0_Pos                                  16                                                        /*!< LCD PAL243: R14_0 Position          */\r
-#define LCD_PAL243_R14_0_Msk                                  (0x1fUL << LCD_PAL243_R14_0_Pos)                          /*!< LCD PAL243: R14_0 Mask              */\r
-#define LCD_PAL243_G14_0_Pos                                  21                                                        /*!< LCD PAL243: G14_0 Position          */\r
-#define LCD_PAL243_G14_0_Msk                                  (0x1fUL << LCD_PAL243_G14_0_Pos)                          /*!< LCD PAL243: G14_0 Mask              */\r
-#define LCD_PAL243_B14_0_Pos                                  26                                                        /*!< LCD PAL243: B14_0 Position          */\r
-#define LCD_PAL243_B14_0_Msk                                  (0x1fUL << LCD_PAL243_B14_0_Pos)                          /*!< LCD PAL243: B14_0 Mask              */\r
-#define LCD_PAL243_I1_Pos                                     31                                                        /*!< LCD PAL243: I1 Position             */\r
-#define LCD_PAL243_I1_Msk                                     (0x01UL << LCD_PAL243_I1_Pos)                             /*!< LCD PAL243: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL244  -------------------------------------------\r
-#define LCD_PAL244_R04_0_Pos                                  0                                                         /*!< LCD PAL244: R04_0 Position          */\r
-#define LCD_PAL244_R04_0_Msk                                  (0x1fUL << LCD_PAL244_R04_0_Pos)                          /*!< LCD PAL244: R04_0 Mask              */\r
-#define LCD_PAL244_G04_0_Pos                                  5                                                         /*!< LCD PAL244: G04_0 Position          */\r
-#define LCD_PAL244_G04_0_Msk                                  (0x1fUL << LCD_PAL244_G04_0_Pos)                          /*!< LCD PAL244: G04_0 Mask              */\r
-#define LCD_PAL244_B04_0_Pos                                  10                                                        /*!< LCD PAL244: B04_0 Position          */\r
-#define LCD_PAL244_B04_0_Msk                                  (0x1fUL << LCD_PAL244_B04_0_Pos)                          /*!< LCD PAL244: B04_0 Mask              */\r
-#define LCD_PAL244_I0_Pos                                     15                                                        /*!< LCD PAL244: I0 Position             */\r
-#define LCD_PAL244_I0_Msk                                     (0x01UL << LCD_PAL244_I0_Pos)                             /*!< LCD PAL244: I0 Mask                 */\r
-#define LCD_PAL244_R14_0_Pos                                  16                                                        /*!< LCD PAL244: R14_0 Position          */\r
-#define LCD_PAL244_R14_0_Msk                                  (0x1fUL << LCD_PAL244_R14_0_Pos)                          /*!< LCD PAL244: R14_0 Mask              */\r
-#define LCD_PAL244_G14_0_Pos                                  21                                                        /*!< LCD PAL244: G14_0 Position          */\r
-#define LCD_PAL244_G14_0_Msk                                  (0x1fUL << LCD_PAL244_G14_0_Pos)                          /*!< LCD PAL244: G14_0 Mask              */\r
-#define LCD_PAL244_B14_0_Pos                                  26                                                        /*!< LCD PAL244: B14_0 Position          */\r
-#define LCD_PAL244_B14_0_Msk                                  (0x1fUL << LCD_PAL244_B14_0_Pos)                          /*!< LCD PAL244: B14_0 Mask              */\r
-#define LCD_PAL244_I1_Pos                                     31                                                        /*!< LCD PAL244: I1 Position             */\r
-#define LCD_PAL244_I1_Msk                                     (0x01UL << LCD_PAL244_I1_Pos)                             /*!< LCD PAL244: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL245  -------------------------------------------\r
-#define LCD_PAL245_R04_0_Pos                                  0                                                         /*!< LCD PAL245: R04_0 Position          */\r
-#define LCD_PAL245_R04_0_Msk                                  (0x1fUL << LCD_PAL245_R04_0_Pos)                          /*!< LCD PAL245: R04_0 Mask              */\r
-#define LCD_PAL245_G04_0_Pos                                  5                                                         /*!< LCD PAL245: G04_0 Position          */\r
-#define LCD_PAL245_G04_0_Msk                                  (0x1fUL << LCD_PAL245_G04_0_Pos)                          /*!< LCD PAL245: G04_0 Mask              */\r
-#define LCD_PAL245_B04_0_Pos                                  10                                                        /*!< LCD PAL245: B04_0 Position          */\r
-#define LCD_PAL245_B04_0_Msk                                  (0x1fUL << LCD_PAL245_B04_0_Pos)                          /*!< LCD PAL245: B04_0 Mask              */\r
-#define LCD_PAL245_I0_Pos                                     15                                                        /*!< LCD PAL245: I0 Position             */\r
-#define LCD_PAL245_I0_Msk                                     (0x01UL << LCD_PAL245_I0_Pos)                             /*!< LCD PAL245: I0 Mask                 */\r
-#define LCD_PAL245_R14_0_Pos                                  16                                                        /*!< LCD PAL245: R14_0 Position          */\r
-#define LCD_PAL245_R14_0_Msk                                  (0x1fUL << LCD_PAL245_R14_0_Pos)                          /*!< LCD PAL245: R14_0 Mask              */\r
-#define LCD_PAL245_G14_0_Pos                                  21                                                        /*!< LCD PAL245: G14_0 Position          */\r
-#define LCD_PAL245_G14_0_Msk                                  (0x1fUL << LCD_PAL245_G14_0_Pos)                          /*!< LCD PAL245: G14_0 Mask              */\r
-#define LCD_PAL245_B14_0_Pos                                  26                                                        /*!< LCD PAL245: B14_0 Position          */\r
-#define LCD_PAL245_B14_0_Msk                                  (0x1fUL << LCD_PAL245_B14_0_Pos)                          /*!< LCD PAL245: B14_0 Mask              */\r
-#define LCD_PAL245_I1_Pos                                     31                                                        /*!< LCD PAL245: I1 Position             */\r
-#define LCD_PAL245_I1_Msk                                     (0x01UL << LCD_PAL245_I1_Pos)                             /*!< LCD PAL245: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL246  -------------------------------------------\r
-#define LCD_PAL246_R04_0_Pos                                  0                                                         /*!< LCD PAL246: R04_0 Position          */\r
-#define LCD_PAL246_R04_0_Msk                                  (0x1fUL << LCD_PAL246_R04_0_Pos)                          /*!< LCD PAL246: R04_0 Mask              */\r
-#define LCD_PAL246_G04_0_Pos                                  5                                                         /*!< LCD PAL246: G04_0 Position          */\r
-#define LCD_PAL246_G04_0_Msk                                  (0x1fUL << LCD_PAL246_G04_0_Pos)                          /*!< LCD PAL246: G04_0 Mask              */\r
-#define LCD_PAL246_B04_0_Pos                                  10                                                        /*!< LCD PAL246: B04_0 Position          */\r
-#define LCD_PAL246_B04_0_Msk                                  (0x1fUL << LCD_PAL246_B04_0_Pos)                          /*!< LCD PAL246: B04_0 Mask              */\r
-#define LCD_PAL246_I0_Pos                                     15                                                        /*!< LCD PAL246: I0 Position             */\r
-#define LCD_PAL246_I0_Msk                                     (0x01UL << LCD_PAL246_I0_Pos)                             /*!< LCD PAL246: I0 Mask                 */\r
-#define LCD_PAL246_R14_0_Pos                                  16                                                        /*!< LCD PAL246: R14_0 Position          */\r
-#define LCD_PAL246_R14_0_Msk                                  (0x1fUL << LCD_PAL246_R14_0_Pos)                          /*!< LCD PAL246: R14_0 Mask              */\r
-#define LCD_PAL246_G14_0_Pos                                  21                                                        /*!< LCD PAL246: G14_0 Position          */\r
-#define LCD_PAL246_G14_0_Msk                                  (0x1fUL << LCD_PAL246_G14_0_Pos)                          /*!< LCD PAL246: G14_0 Mask              */\r
-#define LCD_PAL246_B14_0_Pos                                  26                                                        /*!< LCD PAL246: B14_0 Position          */\r
-#define LCD_PAL246_B14_0_Msk                                  (0x1fUL << LCD_PAL246_B14_0_Pos)                          /*!< LCD PAL246: B14_0 Mask              */\r
-#define LCD_PAL246_I1_Pos                                     31                                                        /*!< LCD PAL246: I1 Position             */\r
-#define LCD_PAL246_I1_Msk                                     (0x01UL << LCD_PAL246_I1_Pos)                             /*!< LCD PAL246: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL247  -------------------------------------------\r
-#define LCD_PAL247_R04_0_Pos                                  0                                                         /*!< LCD PAL247: R04_0 Position          */\r
-#define LCD_PAL247_R04_0_Msk                                  (0x1fUL << LCD_PAL247_R04_0_Pos)                          /*!< LCD PAL247: R04_0 Mask              */\r
-#define LCD_PAL247_G04_0_Pos                                  5                                                         /*!< LCD PAL247: G04_0 Position          */\r
-#define LCD_PAL247_G04_0_Msk                                  (0x1fUL << LCD_PAL247_G04_0_Pos)                          /*!< LCD PAL247: G04_0 Mask              */\r
-#define LCD_PAL247_B04_0_Pos                                  10                                                        /*!< LCD PAL247: B04_0 Position          */\r
-#define LCD_PAL247_B04_0_Msk                                  (0x1fUL << LCD_PAL247_B04_0_Pos)                          /*!< LCD PAL247: B04_0 Mask              */\r
-#define LCD_PAL247_I0_Pos                                     15                                                        /*!< LCD PAL247: I0 Position             */\r
-#define LCD_PAL247_I0_Msk                                     (0x01UL << LCD_PAL247_I0_Pos)                             /*!< LCD PAL247: I0 Mask                 */\r
-#define LCD_PAL247_R14_0_Pos                                  16                                                        /*!< LCD PAL247: R14_0 Position          */\r
-#define LCD_PAL247_R14_0_Msk                                  (0x1fUL << LCD_PAL247_R14_0_Pos)                          /*!< LCD PAL247: R14_0 Mask              */\r
-#define LCD_PAL247_G14_0_Pos                                  21                                                        /*!< LCD PAL247: G14_0 Position          */\r
-#define LCD_PAL247_G14_0_Msk                                  (0x1fUL << LCD_PAL247_G14_0_Pos)                          /*!< LCD PAL247: G14_0 Mask              */\r
-#define LCD_PAL247_B14_0_Pos                                  26                                                        /*!< LCD PAL247: B14_0 Position          */\r
-#define LCD_PAL247_B14_0_Msk                                  (0x1fUL << LCD_PAL247_B14_0_Pos)                          /*!< LCD PAL247: B14_0 Mask              */\r
-#define LCD_PAL247_I1_Pos                                     31                                                        /*!< LCD PAL247: I1 Position             */\r
-#define LCD_PAL247_I1_Msk                                     (0x01UL << LCD_PAL247_I1_Pos)                             /*!< LCD PAL247: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL248  -------------------------------------------\r
-#define LCD_PAL248_R04_0_Pos                                  0                                                         /*!< LCD PAL248: R04_0 Position          */\r
-#define LCD_PAL248_R04_0_Msk                                  (0x1fUL << LCD_PAL248_R04_0_Pos)                          /*!< LCD PAL248: R04_0 Mask              */\r
-#define LCD_PAL248_G04_0_Pos                                  5                                                         /*!< LCD PAL248: G04_0 Position          */\r
-#define LCD_PAL248_G04_0_Msk                                  (0x1fUL << LCD_PAL248_G04_0_Pos)                          /*!< LCD PAL248: G04_0 Mask              */\r
-#define LCD_PAL248_B04_0_Pos                                  10                                                        /*!< LCD PAL248: B04_0 Position          */\r
-#define LCD_PAL248_B04_0_Msk                                  (0x1fUL << LCD_PAL248_B04_0_Pos)                          /*!< LCD PAL248: B04_0 Mask              */\r
-#define LCD_PAL248_I0_Pos                                     15                                                        /*!< LCD PAL248: I0 Position             */\r
-#define LCD_PAL248_I0_Msk                                     (0x01UL << LCD_PAL248_I0_Pos)                             /*!< LCD PAL248: I0 Mask                 */\r
-#define LCD_PAL248_R14_0_Pos                                  16                                                        /*!< LCD PAL248: R14_0 Position          */\r
-#define LCD_PAL248_R14_0_Msk                                  (0x1fUL << LCD_PAL248_R14_0_Pos)                          /*!< LCD PAL248: R14_0 Mask              */\r
-#define LCD_PAL248_G14_0_Pos                                  21                                                        /*!< LCD PAL248: G14_0 Position          */\r
-#define LCD_PAL248_G14_0_Msk                                  (0x1fUL << LCD_PAL248_G14_0_Pos)                          /*!< LCD PAL248: G14_0 Mask              */\r
-#define LCD_PAL248_B14_0_Pos                                  26                                                        /*!< LCD PAL248: B14_0 Position          */\r
-#define LCD_PAL248_B14_0_Msk                                  (0x1fUL << LCD_PAL248_B14_0_Pos)                          /*!< LCD PAL248: B14_0 Mask              */\r
-#define LCD_PAL248_I1_Pos                                     31                                                        /*!< LCD PAL248: I1 Position             */\r
-#define LCD_PAL248_I1_Msk                                     (0x01UL << LCD_PAL248_I1_Pos)                             /*!< LCD PAL248: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL249  -------------------------------------------\r
-#define LCD_PAL249_R04_0_Pos                                  0                                                         /*!< LCD PAL249: R04_0 Position          */\r
-#define LCD_PAL249_R04_0_Msk                                  (0x1fUL << LCD_PAL249_R04_0_Pos)                          /*!< LCD PAL249: R04_0 Mask              */\r
-#define LCD_PAL249_G04_0_Pos                                  5                                                         /*!< LCD PAL249: G04_0 Position          */\r
-#define LCD_PAL249_G04_0_Msk                                  (0x1fUL << LCD_PAL249_G04_0_Pos)                          /*!< LCD PAL249: G04_0 Mask              */\r
-#define LCD_PAL249_B04_0_Pos                                  10                                                        /*!< LCD PAL249: B04_0 Position          */\r
-#define LCD_PAL249_B04_0_Msk                                  (0x1fUL << LCD_PAL249_B04_0_Pos)                          /*!< LCD PAL249: B04_0 Mask              */\r
-#define LCD_PAL249_I0_Pos                                     15                                                        /*!< LCD PAL249: I0 Position             */\r
-#define LCD_PAL249_I0_Msk                                     (0x01UL << LCD_PAL249_I0_Pos)                             /*!< LCD PAL249: I0 Mask                 */\r
-#define LCD_PAL249_R14_0_Pos                                  16                                                        /*!< LCD PAL249: R14_0 Position          */\r
-#define LCD_PAL249_R14_0_Msk                                  (0x1fUL << LCD_PAL249_R14_0_Pos)                          /*!< LCD PAL249: R14_0 Mask              */\r
-#define LCD_PAL249_G14_0_Pos                                  21                                                        /*!< LCD PAL249: G14_0 Position          */\r
-#define LCD_PAL249_G14_0_Msk                                  (0x1fUL << LCD_PAL249_G14_0_Pos)                          /*!< LCD PAL249: G14_0 Mask              */\r
-#define LCD_PAL249_B14_0_Pos                                  26                                                        /*!< LCD PAL249: B14_0 Position          */\r
-#define LCD_PAL249_B14_0_Msk                                  (0x1fUL << LCD_PAL249_B14_0_Pos)                          /*!< LCD PAL249: B14_0 Mask              */\r
-#define LCD_PAL249_I1_Pos                                     31                                                        /*!< LCD PAL249: I1 Position             */\r
-#define LCD_PAL249_I1_Msk                                     (0x01UL << LCD_PAL249_I1_Pos)                             /*!< LCD PAL249: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL250  -------------------------------------------\r
-#define LCD_PAL250_R04_0_Pos                                  0                                                         /*!< LCD PAL250: R04_0 Position          */\r
-#define LCD_PAL250_R04_0_Msk                                  (0x1fUL << LCD_PAL250_R04_0_Pos)                          /*!< LCD PAL250: R04_0 Mask              */\r
-#define LCD_PAL250_G04_0_Pos                                  5                                                         /*!< LCD PAL250: G04_0 Position          */\r
-#define LCD_PAL250_G04_0_Msk                                  (0x1fUL << LCD_PAL250_G04_0_Pos)                          /*!< LCD PAL250: G04_0 Mask              */\r
-#define LCD_PAL250_B04_0_Pos                                  10                                                        /*!< LCD PAL250: B04_0 Position          */\r
-#define LCD_PAL250_B04_0_Msk                                  (0x1fUL << LCD_PAL250_B04_0_Pos)                          /*!< LCD PAL250: B04_0 Mask              */\r
-#define LCD_PAL250_I0_Pos                                     15                                                        /*!< LCD PAL250: I0 Position             */\r
-#define LCD_PAL250_I0_Msk                                     (0x01UL << LCD_PAL250_I0_Pos)                             /*!< LCD PAL250: I0 Mask                 */\r
-#define LCD_PAL250_R14_0_Pos                                  16                                                        /*!< LCD PAL250: R14_0 Position          */\r
-#define LCD_PAL250_R14_0_Msk                                  (0x1fUL << LCD_PAL250_R14_0_Pos)                          /*!< LCD PAL250: R14_0 Mask              */\r
-#define LCD_PAL250_G14_0_Pos                                  21                                                        /*!< LCD PAL250: G14_0 Position          */\r
-#define LCD_PAL250_G14_0_Msk                                  (0x1fUL << LCD_PAL250_G14_0_Pos)                          /*!< LCD PAL250: G14_0 Mask              */\r
-#define LCD_PAL250_B14_0_Pos                                  26                                                        /*!< LCD PAL250: B14_0 Position          */\r
-#define LCD_PAL250_B14_0_Msk                                  (0x1fUL << LCD_PAL250_B14_0_Pos)                          /*!< LCD PAL250: B14_0 Mask              */\r
-#define LCD_PAL250_I1_Pos                                     31                                                        /*!< LCD PAL250: I1 Position             */\r
-#define LCD_PAL250_I1_Msk                                     (0x01UL << LCD_PAL250_I1_Pos)                             /*!< LCD PAL250: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL251  -------------------------------------------\r
-#define LCD_PAL251_R04_0_Pos                                  0                                                         /*!< LCD PAL251: R04_0 Position          */\r
-#define LCD_PAL251_R04_0_Msk                                  (0x1fUL << LCD_PAL251_R04_0_Pos)                          /*!< LCD PAL251: R04_0 Mask              */\r
-#define LCD_PAL251_G04_0_Pos                                  5                                                         /*!< LCD PAL251: G04_0 Position          */\r
-#define LCD_PAL251_G04_0_Msk                                  (0x1fUL << LCD_PAL251_G04_0_Pos)                          /*!< LCD PAL251: G04_0 Mask              */\r
-#define LCD_PAL251_B04_0_Pos                                  10                                                        /*!< LCD PAL251: B04_0 Position          */\r
-#define LCD_PAL251_B04_0_Msk                                  (0x1fUL << LCD_PAL251_B04_0_Pos)                          /*!< LCD PAL251: B04_0 Mask              */\r
-#define LCD_PAL251_I0_Pos                                     15                                                        /*!< LCD PAL251: I0 Position             */\r
-#define LCD_PAL251_I0_Msk                                     (0x01UL << LCD_PAL251_I0_Pos)                             /*!< LCD PAL251: I0 Mask                 */\r
-#define LCD_PAL251_R14_0_Pos                                  16                                                        /*!< LCD PAL251: R14_0 Position          */\r
-#define LCD_PAL251_R14_0_Msk                                  (0x1fUL << LCD_PAL251_R14_0_Pos)                          /*!< LCD PAL251: R14_0 Mask              */\r
-#define LCD_PAL251_G14_0_Pos                                  21                                                        /*!< LCD PAL251: G14_0 Position          */\r
-#define LCD_PAL251_G14_0_Msk                                  (0x1fUL << LCD_PAL251_G14_0_Pos)                          /*!< LCD PAL251: G14_0 Mask              */\r
-#define LCD_PAL251_B14_0_Pos                                  26                                                        /*!< LCD PAL251: B14_0 Position          */\r
-#define LCD_PAL251_B14_0_Msk                                  (0x1fUL << LCD_PAL251_B14_0_Pos)                          /*!< LCD PAL251: B14_0 Mask              */\r
-#define LCD_PAL251_I1_Pos                                     31                                                        /*!< LCD PAL251: I1 Position             */\r
-#define LCD_PAL251_I1_Msk                                     (0x01UL << LCD_PAL251_I1_Pos)                             /*!< LCD PAL251: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL252  -------------------------------------------\r
-#define LCD_PAL252_R04_0_Pos                                  0                                                         /*!< LCD PAL252: R04_0 Position          */\r
-#define LCD_PAL252_R04_0_Msk                                  (0x1fUL << LCD_PAL252_R04_0_Pos)                          /*!< LCD PAL252: R04_0 Mask              */\r
-#define LCD_PAL252_G04_0_Pos                                  5                                                         /*!< LCD PAL252: G04_0 Position          */\r
-#define LCD_PAL252_G04_0_Msk                                  (0x1fUL << LCD_PAL252_G04_0_Pos)                          /*!< LCD PAL252: G04_0 Mask              */\r
-#define LCD_PAL252_B04_0_Pos                                  10                                                        /*!< LCD PAL252: B04_0 Position          */\r
-#define LCD_PAL252_B04_0_Msk                                  (0x1fUL << LCD_PAL252_B04_0_Pos)                          /*!< LCD PAL252: B04_0 Mask              */\r
-#define LCD_PAL252_I0_Pos                                     15                                                        /*!< LCD PAL252: I0 Position             */\r
-#define LCD_PAL252_I0_Msk                                     (0x01UL << LCD_PAL252_I0_Pos)                             /*!< LCD PAL252: I0 Mask                 */\r
-#define LCD_PAL252_R14_0_Pos                                  16                                                        /*!< LCD PAL252: R14_0 Position          */\r
-#define LCD_PAL252_R14_0_Msk                                  (0x1fUL << LCD_PAL252_R14_0_Pos)                          /*!< LCD PAL252: R14_0 Mask              */\r
-#define LCD_PAL252_G14_0_Pos                                  21                                                        /*!< LCD PAL252: G14_0 Position          */\r
-#define LCD_PAL252_G14_0_Msk                                  (0x1fUL << LCD_PAL252_G14_0_Pos)                          /*!< LCD PAL252: G14_0 Mask              */\r
-#define LCD_PAL252_B14_0_Pos                                  26                                                        /*!< LCD PAL252: B14_0 Position          */\r
-#define LCD_PAL252_B14_0_Msk                                  (0x1fUL << LCD_PAL252_B14_0_Pos)                          /*!< LCD PAL252: B14_0 Mask              */\r
-#define LCD_PAL252_I1_Pos                                     31                                                        /*!< LCD PAL252: I1 Position             */\r
-#define LCD_PAL252_I1_Msk                                     (0x01UL << LCD_PAL252_I1_Pos)                             /*!< LCD PAL252: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL253  -------------------------------------------\r
-#define LCD_PAL253_R04_0_Pos                                  0                                                         /*!< LCD PAL253: R04_0 Position          */\r
-#define LCD_PAL253_R04_0_Msk                                  (0x1fUL << LCD_PAL253_R04_0_Pos)                          /*!< LCD PAL253: R04_0 Mask              */\r
-#define LCD_PAL253_G04_0_Pos                                  5                                                         /*!< LCD PAL253: G04_0 Position          */\r
-#define LCD_PAL253_G04_0_Msk                                  (0x1fUL << LCD_PAL253_G04_0_Pos)                          /*!< LCD PAL253: G04_0 Mask              */\r
-#define LCD_PAL253_B04_0_Pos                                  10                                                        /*!< LCD PAL253: B04_0 Position          */\r
-#define LCD_PAL253_B04_0_Msk                                  (0x1fUL << LCD_PAL253_B04_0_Pos)                          /*!< LCD PAL253: B04_0 Mask              */\r
-#define LCD_PAL253_I0_Pos                                     15                                                        /*!< LCD PAL253: I0 Position             */\r
-#define LCD_PAL253_I0_Msk                                     (0x01UL << LCD_PAL253_I0_Pos)                             /*!< LCD PAL253: I0 Mask                 */\r
-#define LCD_PAL253_R14_0_Pos                                  16                                                        /*!< LCD PAL253: R14_0 Position          */\r
-#define LCD_PAL253_R14_0_Msk                                  (0x1fUL << LCD_PAL253_R14_0_Pos)                          /*!< LCD PAL253: R14_0 Mask              */\r
-#define LCD_PAL253_G14_0_Pos                                  21                                                        /*!< LCD PAL253: G14_0 Position          */\r
-#define LCD_PAL253_G14_0_Msk                                  (0x1fUL << LCD_PAL253_G14_0_Pos)                          /*!< LCD PAL253: G14_0 Mask              */\r
-#define LCD_PAL253_B14_0_Pos                                  26                                                        /*!< LCD PAL253: B14_0 Position          */\r
-#define LCD_PAL253_B14_0_Msk                                  (0x1fUL << LCD_PAL253_B14_0_Pos)                          /*!< LCD PAL253: B14_0 Mask              */\r
-#define LCD_PAL253_I1_Pos                                     31                                                        /*!< LCD PAL253: I1 Position             */\r
-#define LCD_PAL253_I1_Msk                                     (0x01UL << LCD_PAL253_I1_Pos)                             /*!< LCD PAL253: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL254  -------------------------------------------\r
-#define LCD_PAL254_R04_0_Pos                                  0                                                         /*!< LCD PAL254: R04_0 Position          */\r
-#define LCD_PAL254_R04_0_Msk                                  (0x1fUL << LCD_PAL254_R04_0_Pos)                          /*!< LCD PAL254: R04_0 Mask              */\r
-#define LCD_PAL254_G04_0_Pos                                  5                                                         /*!< LCD PAL254: G04_0 Position          */\r
-#define LCD_PAL254_G04_0_Msk                                  (0x1fUL << LCD_PAL254_G04_0_Pos)                          /*!< LCD PAL254: G04_0 Mask              */\r
-#define LCD_PAL254_B04_0_Pos                                  10                                                        /*!< LCD PAL254: B04_0 Position          */\r
-#define LCD_PAL254_B04_0_Msk                                  (0x1fUL << LCD_PAL254_B04_0_Pos)                          /*!< LCD PAL254: B04_0 Mask              */\r
-#define LCD_PAL254_I0_Pos                                     15                                                        /*!< LCD PAL254: I0 Position             */\r
-#define LCD_PAL254_I0_Msk                                     (0x01UL << LCD_PAL254_I0_Pos)                             /*!< LCD PAL254: I0 Mask                 */\r
-#define LCD_PAL254_R14_0_Pos                                  16                                                        /*!< LCD PAL254: R14_0 Position          */\r
-#define LCD_PAL254_R14_0_Msk                                  (0x1fUL << LCD_PAL254_R14_0_Pos)                          /*!< LCD PAL254: R14_0 Mask              */\r
-#define LCD_PAL254_G14_0_Pos                                  21                                                        /*!< LCD PAL254: G14_0 Position          */\r
-#define LCD_PAL254_G14_0_Msk                                  (0x1fUL << LCD_PAL254_G14_0_Pos)                          /*!< LCD PAL254: G14_0 Mask              */\r
-#define LCD_PAL254_B14_0_Pos                                  26                                                        /*!< LCD PAL254: B14_0 Position          */\r
-#define LCD_PAL254_B14_0_Msk                                  (0x1fUL << LCD_PAL254_B14_0_Pos)                          /*!< LCD PAL254: B14_0 Mask              */\r
-#define LCD_PAL254_I1_Pos                                     31                                                        /*!< LCD PAL254: I1 Position             */\r
-#define LCD_PAL254_I1_Msk                                     (0x01UL << LCD_PAL254_I1_Pos)                             /*!< LCD PAL254: I1 Mask                 */\r
-\r
-// ---------------------------------------  LCD_PAL255  -------------------------------------------\r
-#define LCD_PAL255_R04_0_Pos                                  0                                                         /*!< LCD PAL255: R04_0 Position          */\r
-#define LCD_PAL255_R04_0_Msk                                  (0x1fUL << LCD_PAL255_R04_0_Pos)                          /*!< LCD PAL255: R04_0 Mask              */\r
-#define LCD_PAL255_G04_0_Pos                                  5                                                         /*!< LCD PAL255: G04_0 Position          */\r
-#define LCD_PAL255_G04_0_Msk                                  (0x1fUL << LCD_PAL255_G04_0_Pos)                          /*!< LCD PAL255: G04_0 Mask              */\r
-#define LCD_PAL255_B04_0_Pos                                  10                                                        /*!< LCD PAL255: B04_0 Position          */\r
-#define LCD_PAL255_B04_0_Msk                                  (0x1fUL << LCD_PAL255_B04_0_Pos)                          /*!< LCD PAL255: B04_0 Mask              */\r
-#define LCD_PAL255_I0_Pos                                     15                                                        /*!< LCD PAL255: I0 Position             */\r
-#define LCD_PAL255_I0_Msk                                     (0x01UL << LCD_PAL255_I0_Pos)                             /*!< LCD PAL255: I0 Mask                 */\r
-#define LCD_PAL255_R14_0_Pos                                  16                                                        /*!< LCD PAL255: R14_0 Position          */\r
-#define LCD_PAL255_R14_0_Msk                                  (0x1fUL << LCD_PAL255_R14_0_Pos)                          /*!< LCD PAL255: R14_0 Mask              */\r
-#define LCD_PAL255_G14_0_Pos                                  21                                                        /*!< LCD PAL255: G14_0 Position          */\r
-#define LCD_PAL255_G14_0_Msk                                  (0x1fUL << LCD_PAL255_G14_0_Pos)                          /*!< LCD PAL255: G14_0 Mask              */\r
-#define LCD_PAL255_B14_0_Pos                                  26                                                        /*!< LCD PAL255: B14_0 Position          */\r
-#define LCD_PAL255_B14_0_Msk                                  (0x1fUL << LCD_PAL255_B14_0_Pos)                          /*!< LCD PAL255: B14_0 Mask              */\r
-#define LCD_PAL255_I1_Pos                                     31                                                        /*!< LCD PAL255: I1 Position             */\r
-#define LCD_PAL255_I1_Msk                                     (0x01UL << LCD_PAL255_I1_Pos)                             /*!< LCD PAL255: I1 Mask                 */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG0  -----------------------------------------\r
-#define LCD_CRSR_IMG0_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG0: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG0_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG0_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG0: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG1  -----------------------------------------\r
-#define LCD_CRSR_IMG1_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG1: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG1_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG1_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG1: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG2  -----------------------------------------\r
-#define LCD_CRSR_IMG2_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG2: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG2_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG2_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG2: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG3  -----------------------------------------\r
-#define LCD_CRSR_IMG3_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG3: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG3_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG3_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG3: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG4  -----------------------------------------\r
-#define LCD_CRSR_IMG4_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG4: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG4_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG4_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG4: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG5  -----------------------------------------\r
-#define LCD_CRSR_IMG5_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG5: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG5_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG5_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG5: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG6  -----------------------------------------\r
-#define LCD_CRSR_IMG6_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG6: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG6_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG6_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG6: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG7  -----------------------------------------\r
-#define LCD_CRSR_IMG7_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG7: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG7_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG7_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG7: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG8  -----------------------------------------\r
-#define LCD_CRSR_IMG8_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG8: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG8_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG8_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG8: CRSR_IMG Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_IMG9  -----------------------------------------\r
-#define LCD_CRSR_IMG9_CRSR_IMG_Pos                            0                                                         /*!< LCD CRSR_IMG9: CRSR_IMG Position    */\r
-#define LCD_CRSR_IMG9_CRSR_IMG_Msk                            (0xffffffffUL << LCD_CRSR_IMG9_CRSR_IMG_Pos)              /*!< LCD CRSR_IMG9: CRSR_IMG Mask        */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG10  -----------------------------------------\r
-#define LCD_CRSR_IMG10_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG10: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG10_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG10_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG10: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG11  -----------------------------------------\r
-#define LCD_CRSR_IMG11_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG11: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG11_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG11_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG11: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG12  -----------------------------------------\r
-#define LCD_CRSR_IMG12_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG12: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG12_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG12_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG12: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG13  -----------------------------------------\r
-#define LCD_CRSR_IMG13_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG13: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG13_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG13_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG13: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG14  -----------------------------------------\r
-#define LCD_CRSR_IMG14_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG14: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG14_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG14_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG14: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG15  -----------------------------------------\r
-#define LCD_CRSR_IMG15_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG15: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG15_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG15_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG15: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG16  -----------------------------------------\r
-#define LCD_CRSR_IMG16_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG16: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG16_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG16_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG16: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG17  -----------------------------------------\r
-#define LCD_CRSR_IMG17_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG17: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG17_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG17_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG17: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG18  -----------------------------------------\r
-#define LCD_CRSR_IMG18_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG18: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG18_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG18_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG18: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG19  -----------------------------------------\r
-#define LCD_CRSR_IMG19_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG19: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG19_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG19_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG19: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG20  -----------------------------------------\r
-#define LCD_CRSR_IMG20_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG20: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG20_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG20_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG20: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG21  -----------------------------------------\r
-#define LCD_CRSR_IMG21_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG21: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG21_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG21_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG21: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG22  -----------------------------------------\r
-#define LCD_CRSR_IMG22_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG22: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG22_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG22_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG22: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG23  -----------------------------------------\r
-#define LCD_CRSR_IMG23_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG23: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG23_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG23_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG23: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG24  -----------------------------------------\r
-#define LCD_CRSR_IMG24_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG24: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG24_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG24_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG24: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG25  -----------------------------------------\r
-#define LCD_CRSR_IMG25_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG25: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG25_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG25_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG25: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG26  -----------------------------------------\r
-#define LCD_CRSR_IMG26_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG26: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG26_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG26_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG26: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG27  -----------------------------------------\r
-#define LCD_CRSR_IMG27_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG27: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG27_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG27_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG27: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG28  -----------------------------------------\r
-#define LCD_CRSR_IMG28_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG28: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG28_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG28_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG28: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG29  -----------------------------------------\r
-#define LCD_CRSR_IMG29_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG29: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG29_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG29_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG29: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG30  -----------------------------------------\r
-#define LCD_CRSR_IMG30_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG30: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG30_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG30_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG30: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG31  -----------------------------------------\r
-#define LCD_CRSR_IMG31_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG31: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG31_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG31_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG31: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG32  -----------------------------------------\r
-#define LCD_CRSR_IMG32_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG32: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG32_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG32_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG32: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG33  -----------------------------------------\r
-#define LCD_CRSR_IMG33_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG33: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG33_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG33_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG33: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG34  -----------------------------------------\r
-#define LCD_CRSR_IMG34_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG34: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG34_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG34_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG34: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG35  -----------------------------------------\r
-#define LCD_CRSR_IMG35_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG35: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG35_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG35_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG35: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG36  -----------------------------------------\r
-#define LCD_CRSR_IMG36_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG36: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG36_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG36_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG36: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG37  -----------------------------------------\r
-#define LCD_CRSR_IMG37_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG37: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG37_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG37_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG37: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG38  -----------------------------------------\r
-#define LCD_CRSR_IMG38_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG38: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG38_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG38_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG38: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG39  -----------------------------------------\r
-#define LCD_CRSR_IMG39_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG39: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG39_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG39_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG39: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG40  -----------------------------------------\r
-#define LCD_CRSR_IMG40_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG40: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG40_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG40_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG40: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG41  -----------------------------------------\r
-#define LCD_CRSR_IMG41_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG41: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG41_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG41_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG41: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG42  -----------------------------------------\r
-#define LCD_CRSR_IMG42_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG42: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG42_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG42_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG42: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG43  -----------------------------------------\r
-#define LCD_CRSR_IMG43_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG43: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG43_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG43_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG43: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG44  -----------------------------------------\r
-#define LCD_CRSR_IMG44_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG44: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG44_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG44_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG44: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG45  -----------------------------------------\r
-#define LCD_CRSR_IMG45_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG45: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG45_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG45_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG45: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG46  -----------------------------------------\r
-#define LCD_CRSR_IMG46_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG46: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG46_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG46_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG46: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG47  -----------------------------------------\r
-#define LCD_CRSR_IMG47_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG47: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG47_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG47_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG47: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG48  -----------------------------------------\r
-#define LCD_CRSR_IMG48_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG48: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG48_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG48_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG48: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG49  -----------------------------------------\r
-#define LCD_CRSR_IMG49_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG49: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG49_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG49_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG49: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG50  -----------------------------------------\r
-#define LCD_CRSR_IMG50_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG50: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG50_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG50_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG50: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG51  -----------------------------------------\r
-#define LCD_CRSR_IMG51_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG51: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG51_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG51_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG51: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG52  -----------------------------------------\r
-#define LCD_CRSR_IMG52_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG52: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG52_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG52_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG52: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG53  -----------------------------------------\r
-#define LCD_CRSR_IMG53_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG53: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG53_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG53_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG53: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG54  -----------------------------------------\r
-#define LCD_CRSR_IMG54_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG54: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG54_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG54_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG54: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG55  -----------------------------------------\r
-#define LCD_CRSR_IMG55_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG55: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG55_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG55_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG55: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG56  -----------------------------------------\r
-#define LCD_CRSR_IMG56_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG56: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG56_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG56_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG56: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG57  -----------------------------------------\r
-#define LCD_CRSR_IMG57_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG57: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG57_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG57_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG57: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG58  -----------------------------------------\r
-#define LCD_CRSR_IMG58_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG58: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG58_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG58_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG58: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG59  -----------------------------------------\r
-#define LCD_CRSR_IMG59_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG59: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG59_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG59_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG59: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG60  -----------------------------------------\r
-#define LCD_CRSR_IMG60_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG60: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG60_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG60_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG60: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG61  -----------------------------------------\r
-#define LCD_CRSR_IMG61_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG61: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG61_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG61_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG61: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG62  -----------------------------------------\r
-#define LCD_CRSR_IMG62_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG62: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG62_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG62_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG62: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG63  -----------------------------------------\r
-#define LCD_CRSR_IMG63_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG63: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG63_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG63_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG63: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG64  -----------------------------------------\r
-#define LCD_CRSR_IMG64_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG64: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG64_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG64_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG64: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG65  -----------------------------------------\r
-#define LCD_CRSR_IMG65_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG65: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG65_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG65_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG65: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG66  -----------------------------------------\r
-#define LCD_CRSR_IMG66_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG66: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG66_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG66_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG66: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG67  -----------------------------------------\r
-#define LCD_CRSR_IMG67_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG67: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG67_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG67_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG67: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG68  -----------------------------------------\r
-#define LCD_CRSR_IMG68_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG68: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG68_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG68_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG68: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG69  -----------------------------------------\r
-#define LCD_CRSR_IMG69_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG69: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG69_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG69_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG69: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG70  -----------------------------------------\r
-#define LCD_CRSR_IMG70_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG70: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG70_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG70_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG70: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG71  -----------------------------------------\r
-#define LCD_CRSR_IMG71_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG71: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG71_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG71_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG71: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG72  -----------------------------------------\r
-#define LCD_CRSR_IMG72_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG72: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG72_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG72_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG72: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG73  -----------------------------------------\r
-#define LCD_CRSR_IMG73_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG73: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG73_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG73_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG73: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG74  -----------------------------------------\r
-#define LCD_CRSR_IMG74_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG74: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG74_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG74_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG74: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG75  -----------------------------------------\r
-#define LCD_CRSR_IMG75_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG75: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG75_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG75_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG75: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG76  -----------------------------------------\r
-#define LCD_CRSR_IMG76_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG76: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG76_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG76_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG76: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG77  -----------------------------------------\r
-#define LCD_CRSR_IMG77_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG77: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG77_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG77_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG77: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG78  -----------------------------------------\r
-#define LCD_CRSR_IMG78_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG78: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG78_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG78_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG78: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG79  -----------------------------------------\r
-#define LCD_CRSR_IMG79_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG79: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG79_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG79_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG79: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG80  -----------------------------------------\r
-#define LCD_CRSR_IMG80_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG80: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG80_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG80_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG80: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG81  -----------------------------------------\r
-#define LCD_CRSR_IMG81_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG81: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG81_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG81_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG81: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG82  -----------------------------------------\r
-#define LCD_CRSR_IMG82_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG82: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG82_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG82_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG82: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG83  -----------------------------------------\r
-#define LCD_CRSR_IMG83_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG83: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG83_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG83_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG83: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG84  -----------------------------------------\r
-#define LCD_CRSR_IMG84_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG84: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG84_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG84_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG84: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG85  -----------------------------------------\r
-#define LCD_CRSR_IMG85_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG85: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG85_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG85_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG85: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG86  -----------------------------------------\r
-#define LCD_CRSR_IMG86_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG86: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG86_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG86_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG86: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG87  -----------------------------------------\r
-#define LCD_CRSR_IMG87_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG87: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG87_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG87_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG87: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG88  -----------------------------------------\r
-#define LCD_CRSR_IMG88_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG88: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG88_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG88_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG88: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG89  -----------------------------------------\r
-#define LCD_CRSR_IMG89_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG89: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG89_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG89_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG89: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG90  -----------------------------------------\r
-#define LCD_CRSR_IMG90_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG90: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG90_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG90_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG90: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG91  -----------------------------------------\r
-#define LCD_CRSR_IMG91_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG91: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG91_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG91_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG91: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG92  -----------------------------------------\r
-#define LCD_CRSR_IMG92_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG92: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG92_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG92_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG92: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG93  -----------------------------------------\r
-#define LCD_CRSR_IMG93_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG93: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG93_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG93_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG93: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG94  -----------------------------------------\r
-#define LCD_CRSR_IMG94_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG94: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG94_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG94_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG94: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG95  -----------------------------------------\r
-#define LCD_CRSR_IMG95_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG95: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG95_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG95_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG95: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG96  -----------------------------------------\r
-#define LCD_CRSR_IMG96_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG96: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG96_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG96_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG96: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG97  -----------------------------------------\r
-#define LCD_CRSR_IMG97_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG97: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG97_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG97_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG97: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG98  -----------------------------------------\r
-#define LCD_CRSR_IMG98_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG98: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG98_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG98_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG98: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG99  -----------------------------------------\r
-#define LCD_CRSR_IMG99_CRSR_IMG_Pos                           0                                                         /*!< LCD CRSR_IMG99: CRSR_IMG Position   */\r
-#define LCD_CRSR_IMG99_CRSR_IMG_Msk                           (0xffffffffUL << LCD_CRSR_IMG99_CRSR_IMG_Pos)             /*!< LCD CRSR_IMG99: CRSR_IMG Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG100  ----------------------------------------\r
-#define LCD_CRSR_IMG100_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG100: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG100_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG100_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG100: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG101  ----------------------------------------\r
-#define LCD_CRSR_IMG101_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG101: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG101_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG101_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG101: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG102  ----------------------------------------\r
-#define LCD_CRSR_IMG102_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG102: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG102_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG102_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG102: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG103  ----------------------------------------\r
-#define LCD_CRSR_IMG103_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG103: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG103_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG103_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG103: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG104  ----------------------------------------\r
-#define LCD_CRSR_IMG104_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG104: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG104_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG104_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG104: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG105  ----------------------------------------\r
-#define LCD_CRSR_IMG105_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG105: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG105_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG105_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG105: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG106  ----------------------------------------\r
-#define LCD_CRSR_IMG106_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG106: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG106_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG106_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG106: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG107  ----------------------------------------\r
-#define LCD_CRSR_IMG107_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG107: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG107_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG107_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG107: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG108  ----------------------------------------\r
-#define LCD_CRSR_IMG108_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG108: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG108_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG108_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG108: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG109  ----------------------------------------\r
-#define LCD_CRSR_IMG109_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG109: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG109_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG109_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG109: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG110  ----------------------------------------\r
-#define LCD_CRSR_IMG110_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG110: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG110_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG110_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG110: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG111  ----------------------------------------\r
-#define LCD_CRSR_IMG111_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG111: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG111_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG111_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG111: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG112  ----------------------------------------\r
-#define LCD_CRSR_IMG112_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG112: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG112_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG112_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG112: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG113  ----------------------------------------\r
-#define LCD_CRSR_IMG113_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG113: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG113_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG113_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG113: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG114  ----------------------------------------\r
-#define LCD_CRSR_IMG114_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG114: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG114_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG114_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG114: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG115  ----------------------------------------\r
-#define LCD_CRSR_IMG115_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG115: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG115_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG115_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG115: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG116  ----------------------------------------\r
-#define LCD_CRSR_IMG116_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG116: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG116_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG116_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG116: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG117  ----------------------------------------\r
-#define LCD_CRSR_IMG117_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG117: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG117_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG117_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG117: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG118  ----------------------------------------\r
-#define LCD_CRSR_IMG118_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG118: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG118_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG118_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG118: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG119  ----------------------------------------\r
-#define LCD_CRSR_IMG119_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG119: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG119_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG119_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG119: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG120  ----------------------------------------\r
-#define LCD_CRSR_IMG120_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG120: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG120_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG120_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG120: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG121  ----------------------------------------\r
-#define LCD_CRSR_IMG121_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG121: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG121_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG121_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG121: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG122  ----------------------------------------\r
-#define LCD_CRSR_IMG122_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG122: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG122_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG122_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG122: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG123  ----------------------------------------\r
-#define LCD_CRSR_IMG123_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG123: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG123_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG123_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG123: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG124  ----------------------------------------\r
-#define LCD_CRSR_IMG124_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG124: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG124_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG124_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG124: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG125  ----------------------------------------\r
-#define LCD_CRSR_IMG125_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG125: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG125_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG125_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG125: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG126  ----------------------------------------\r
-#define LCD_CRSR_IMG126_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG126: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG126_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG126_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG126: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG127  ----------------------------------------\r
-#define LCD_CRSR_IMG127_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG127: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG127_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG127_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG127: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG128  ----------------------------------------\r
-#define LCD_CRSR_IMG128_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG128: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG128_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG128_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG128: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG129  ----------------------------------------\r
-#define LCD_CRSR_IMG129_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG129: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG129_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG129_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG129: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG130  ----------------------------------------\r
-#define LCD_CRSR_IMG130_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG130: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG130_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG130_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG130: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG131  ----------------------------------------\r
-#define LCD_CRSR_IMG131_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG131: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG131_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG131_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG131: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG132  ----------------------------------------\r
-#define LCD_CRSR_IMG132_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG132: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG132_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG132_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG132: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG133  ----------------------------------------\r
-#define LCD_CRSR_IMG133_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG133: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG133_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG133_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG133: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG134  ----------------------------------------\r
-#define LCD_CRSR_IMG134_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG134: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG134_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG134_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG134: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG135  ----------------------------------------\r
-#define LCD_CRSR_IMG135_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG135: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG135_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG135_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG135: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG136  ----------------------------------------\r
-#define LCD_CRSR_IMG136_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG136: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG136_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG136_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG136: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG137  ----------------------------------------\r
-#define LCD_CRSR_IMG137_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG137: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG137_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG137_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG137: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG138  ----------------------------------------\r
-#define LCD_CRSR_IMG138_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG138: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG138_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG138_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG138: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG139  ----------------------------------------\r
-#define LCD_CRSR_IMG139_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG139: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG139_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG139_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG139: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG140  ----------------------------------------\r
-#define LCD_CRSR_IMG140_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG140: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG140_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG140_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG140: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG141  ----------------------------------------\r
-#define LCD_CRSR_IMG141_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG141: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG141_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG141_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG141: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG142  ----------------------------------------\r
-#define LCD_CRSR_IMG142_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG142: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG142_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG142_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG142: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG143  ----------------------------------------\r
-#define LCD_CRSR_IMG143_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG143: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG143_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG143_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG143: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG144  ----------------------------------------\r
-#define LCD_CRSR_IMG144_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG144: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG144_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG144_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG144: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG145  ----------------------------------------\r
-#define LCD_CRSR_IMG145_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG145: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG145_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG145_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG145: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG146  ----------------------------------------\r
-#define LCD_CRSR_IMG146_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG146: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG146_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG146_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG146: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG147  ----------------------------------------\r
-#define LCD_CRSR_IMG147_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG147: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG147_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG147_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG147: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG148  ----------------------------------------\r
-#define LCD_CRSR_IMG148_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG148: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG148_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG148_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG148: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG149  ----------------------------------------\r
-#define LCD_CRSR_IMG149_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG149: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG149_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG149_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG149: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG150  ----------------------------------------\r
-#define LCD_CRSR_IMG150_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG150: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG150_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG150_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG150: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG151  ----------------------------------------\r
-#define LCD_CRSR_IMG151_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG151: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG151_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG151_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG151: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG152  ----------------------------------------\r
-#define LCD_CRSR_IMG152_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG152: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG152_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG152_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG152: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG153  ----------------------------------------\r
-#define LCD_CRSR_IMG153_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG153: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG153_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG153_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG153: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG154  ----------------------------------------\r
-#define LCD_CRSR_IMG154_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG154: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG154_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG154_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG154: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG155  ----------------------------------------\r
-#define LCD_CRSR_IMG155_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG155: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG155_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG155_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG155: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG156  ----------------------------------------\r
-#define LCD_CRSR_IMG156_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG156: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG156_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG156_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG156: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG157  ----------------------------------------\r
-#define LCD_CRSR_IMG157_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG157: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG157_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG157_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG157: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG158  ----------------------------------------\r
-#define LCD_CRSR_IMG158_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG158: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG158_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG158_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG158: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG159  ----------------------------------------\r
-#define LCD_CRSR_IMG159_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG159: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG159_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG159_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG159: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG160  ----------------------------------------\r
-#define LCD_CRSR_IMG160_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG160: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG160_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG160_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG160: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG161  ----------------------------------------\r
-#define LCD_CRSR_IMG161_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG161: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG161_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG161_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG161: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG162  ----------------------------------------\r
-#define LCD_CRSR_IMG162_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG162: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG162_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG162_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG162: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG163  ----------------------------------------\r
-#define LCD_CRSR_IMG163_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG163: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG163_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG163_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG163: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG164  ----------------------------------------\r
-#define LCD_CRSR_IMG164_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG164: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG164_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG164_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG164: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG165  ----------------------------------------\r
-#define LCD_CRSR_IMG165_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG165: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG165_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG165_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG165: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG166  ----------------------------------------\r
-#define LCD_CRSR_IMG166_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG166: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG166_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG166_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG166: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG167  ----------------------------------------\r
-#define LCD_CRSR_IMG167_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG167: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG167_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG167_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG167: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG168  ----------------------------------------\r
-#define LCD_CRSR_IMG168_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG168: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG168_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG168_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG168: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG169  ----------------------------------------\r
-#define LCD_CRSR_IMG169_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG169: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG169_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG169_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG169: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG170  ----------------------------------------\r
-#define LCD_CRSR_IMG170_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG170: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG170_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG170_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG170: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG171  ----------------------------------------\r
-#define LCD_CRSR_IMG171_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG171: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG171_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG171_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG171: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG172  ----------------------------------------\r
-#define LCD_CRSR_IMG172_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG172: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG172_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG172_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG172: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG173  ----------------------------------------\r
-#define LCD_CRSR_IMG173_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG173: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG173_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG173_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG173: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG174  ----------------------------------------\r
-#define LCD_CRSR_IMG174_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG174: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG174_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG174_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG174: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG175  ----------------------------------------\r
-#define LCD_CRSR_IMG175_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG175: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG175_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG175_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG175: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG176  ----------------------------------------\r
-#define LCD_CRSR_IMG176_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG176: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG176_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG176_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG176: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG177  ----------------------------------------\r
-#define LCD_CRSR_IMG177_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG177: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG177_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG177_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG177: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG178  ----------------------------------------\r
-#define LCD_CRSR_IMG178_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG178: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG178_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG178_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG178: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG179  ----------------------------------------\r
-#define LCD_CRSR_IMG179_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG179: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG179_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG179_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG179: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG180  ----------------------------------------\r
-#define LCD_CRSR_IMG180_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG180: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG180_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG180_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG180: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG181  ----------------------------------------\r
-#define LCD_CRSR_IMG181_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG181: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG181_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG181_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG181: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG182  ----------------------------------------\r
-#define LCD_CRSR_IMG182_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG182: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG182_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG182_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG182: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG183  ----------------------------------------\r
-#define LCD_CRSR_IMG183_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG183: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG183_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG183_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG183: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG184  ----------------------------------------\r
-#define LCD_CRSR_IMG184_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG184: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG184_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG184_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG184: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG185  ----------------------------------------\r
-#define LCD_CRSR_IMG185_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG185: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG185_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG185_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG185: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG186  ----------------------------------------\r
-#define LCD_CRSR_IMG186_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG186: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG186_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG186_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG186: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG187  ----------------------------------------\r
-#define LCD_CRSR_IMG187_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG187: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG187_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG187_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG187: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG188  ----------------------------------------\r
-#define LCD_CRSR_IMG188_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG188: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG188_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG188_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG188: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG189  ----------------------------------------\r
-#define LCD_CRSR_IMG189_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG189: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG189_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG189_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG189: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG190  ----------------------------------------\r
-#define LCD_CRSR_IMG190_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG190: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG190_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG190_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG190: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG191  ----------------------------------------\r
-#define LCD_CRSR_IMG191_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG191: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG191_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG191_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG191: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG192  ----------------------------------------\r
-#define LCD_CRSR_IMG192_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG192: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG192_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG192_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG192: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG193  ----------------------------------------\r
-#define LCD_CRSR_IMG193_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG193: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG193_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG193_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG193: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG194  ----------------------------------------\r
-#define LCD_CRSR_IMG194_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG194: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG194_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG194_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG194: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG195  ----------------------------------------\r
-#define LCD_CRSR_IMG195_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG195: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG195_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG195_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG195: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG196  ----------------------------------------\r
-#define LCD_CRSR_IMG196_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG196: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG196_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG196_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG196: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG197  ----------------------------------------\r
-#define LCD_CRSR_IMG197_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG197: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG197_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG197_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG197: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG198  ----------------------------------------\r
-#define LCD_CRSR_IMG198_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG198: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG198_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG198_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG198: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG199  ----------------------------------------\r
-#define LCD_CRSR_IMG199_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG199: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG199_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG199_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG199: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG200  ----------------------------------------\r
-#define LCD_CRSR_IMG200_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG200: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG200_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG200_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG200: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG201  ----------------------------------------\r
-#define LCD_CRSR_IMG201_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG201: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG201_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG201_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG201: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG202  ----------------------------------------\r
-#define LCD_CRSR_IMG202_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG202: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG202_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG202_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG202: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG203  ----------------------------------------\r
-#define LCD_CRSR_IMG203_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG203: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG203_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG203_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG203: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG204  ----------------------------------------\r
-#define LCD_CRSR_IMG204_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG204: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG204_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG204_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG204: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG205  ----------------------------------------\r
-#define LCD_CRSR_IMG205_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG205: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG205_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG205_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG205: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG206  ----------------------------------------\r
-#define LCD_CRSR_IMG206_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG206: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG206_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG206_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG206: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG207  ----------------------------------------\r
-#define LCD_CRSR_IMG207_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG207: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG207_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG207_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG207: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG208  ----------------------------------------\r
-#define LCD_CRSR_IMG208_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG208: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG208_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG208_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG208: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG209  ----------------------------------------\r
-#define LCD_CRSR_IMG209_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG209: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG209_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG209_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG209: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG210  ----------------------------------------\r
-#define LCD_CRSR_IMG210_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG210: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG210_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG210_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG210: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG211  ----------------------------------------\r
-#define LCD_CRSR_IMG211_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG211: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG211_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG211_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG211: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG212  ----------------------------------------\r
-#define LCD_CRSR_IMG212_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG212: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG212_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG212_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG212: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG213  ----------------------------------------\r
-#define LCD_CRSR_IMG213_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG213: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG213_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG213_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG213: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG214  ----------------------------------------\r
-#define LCD_CRSR_IMG214_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG214: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG214_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG214_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG214: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG215  ----------------------------------------\r
-#define LCD_CRSR_IMG215_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG215: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG215_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG215_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG215: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG216  ----------------------------------------\r
-#define LCD_CRSR_IMG216_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG216: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG216_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG216_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG216: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG217  ----------------------------------------\r
-#define LCD_CRSR_IMG217_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG217: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG217_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG217_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG217: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG218  ----------------------------------------\r
-#define LCD_CRSR_IMG218_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG218: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG218_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG218_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG218: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG219  ----------------------------------------\r
-#define LCD_CRSR_IMG219_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG219: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG219_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG219_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG219: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG220  ----------------------------------------\r
-#define LCD_CRSR_IMG220_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG220: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG220_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG220_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG220: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG221  ----------------------------------------\r
-#define LCD_CRSR_IMG221_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG221: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG221_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG221_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG221: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG222  ----------------------------------------\r
-#define LCD_CRSR_IMG222_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG222: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG222_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG222_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG222: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG223  ----------------------------------------\r
-#define LCD_CRSR_IMG223_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG223: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG223_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG223_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG223: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG224  ----------------------------------------\r
-#define LCD_CRSR_IMG224_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG224: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG224_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG224_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG224: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG225  ----------------------------------------\r
-#define LCD_CRSR_IMG225_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG225: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG225_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG225_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG225: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG226  ----------------------------------------\r
-#define LCD_CRSR_IMG226_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG226: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG226_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG226_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG226: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG227  ----------------------------------------\r
-#define LCD_CRSR_IMG227_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG227: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG227_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG227_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG227: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG228  ----------------------------------------\r
-#define LCD_CRSR_IMG228_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG228: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG228_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG228_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG228: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG229  ----------------------------------------\r
-#define LCD_CRSR_IMG229_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG229: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG229_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG229_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG229: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG230  ----------------------------------------\r
-#define LCD_CRSR_IMG230_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG230: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG230_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG230_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG230: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG231  ----------------------------------------\r
-#define LCD_CRSR_IMG231_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG231: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG231_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG231_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG231: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG232  ----------------------------------------\r
-#define LCD_CRSR_IMG232_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG232: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG232_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG232_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG232: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG233  ----------------------------------------\r
-#define LCD_CRSR_IMG233_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG233: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG233_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG233_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG233: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG234  ----------------------------------------\r
-#define LCD_CRSR_IMG234_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG234: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG234_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG234_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG234: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG235  ----------------------------------------\r
-#define LCD_CRSR_IMG235_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG235: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG235_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG235_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG235: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG236  ----------------------------------------\r
-#define LCD_CRSR_IMG236_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG236: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG236_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG236_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG236: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG237  ----------------------------------------\r
-#define LCD_CRSR_IMG237_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG237: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG237_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG237_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG237: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG238  ----------------------------------------\r
-#define LCD_CRSR_IMG238_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG238: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG238_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG238_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG238: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG239  ----------------------------------------\r
-#define LCD_CRSR_IMG239_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG239: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG239_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG239_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG239: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG240  ----------------------------------------\r
-#define LCD_CRSR_IMG240_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG240: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG240_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG240_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG240: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG241  ----------------------------------------\r
-#define LCD_CRSR_IMG241_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG241: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG241_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG241_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG241: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG242  ----------------------------------------\r
-#define LCD_CRSR_IMG242_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG242: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG242_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG242_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG242: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG243  ----------------------------------------\r
-#define LCD_CRSR_IMG243_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG243: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG243_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG243_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG243: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG244  ----------------------------------------\r
-#define LCD_CRSR_IMG244_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG244: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG244_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG244_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG244: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG245  ----------------------------------------\r
-#define LCD_CRSR_IMG245_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG245: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG245_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG245_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG245: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG246  ----------------------------------------\r
-#define LCD_CRSR_IMG246_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG246: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG246_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG246_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG246: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG247  ----------------------------------------\r
-#define LCD_CRSR_IMG247_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG247: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG247_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG247_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG247: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG248  ----------------------------------------\r
-#define LCD_CRSR_IMG248_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG248: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG248_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG248_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG248: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG249  ----------------------------------------\r
-#define LCD_CRSR_IMG249_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG249: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG249_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG249_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG249: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG250  ----------------------------------------\r
-#define LCD_CRSR_IMG250_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG250: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG250_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG250_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG250: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG251  ----------------------------------------\r
-#define LCD_CRSR_IMG251_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG251: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG251_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG251_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG251: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG252  ----------------------------------------\r
-#define LCD_CRSR_IMG252_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG252: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG252_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG252_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG252: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG253  ----------------------------------------\r
-#define LCD_CRSR_IMG253_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG253: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG253_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG253_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG253: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG254  ----------------------------------------\r
-#define LCD_CRSR_IMG254_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG254: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG254_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG254_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG254: CRSR_IMG Mask      */\r
-\r
-// -------------------------------------  LCD_CRSR_IMG255  ----------------------------------------\r
-#define LCD_CRSR_IMG255_CRSR_IMG_Pos                          0                                                         /*!< LCD CRSR_IMG255: CRSR_IMG Position  */\r
-#define LCD_CRSR_IMG255_CRSR_IMG_Msk                          (0xffffffffUL << LCD_CRSR_IMG255_CRSR_IMG_Pos)            /*!< LCD CRSR_IMG255: CRSR_IMG Mask      */\r
-\r
-// --------------------------------------  LCD_CRSR_CTRL  -----------------------------------------\r
-#define LCD_CRSR_CTRL_CrsrOn_Pos                              0                                                         /*!< LCD CRSR_CTRL: CrsrOn Position      */\r
-#define LCD_CRSR_CTRL_CrsrOn_Msk                              (0x01UL << LCD_CRSR_CTRL_CrsrOn_Pos)                      /*!< LCD CRSR_CTRL: CrsrOn Mask          */\r
-#define LCD_CRSR_CTRL_CRSRNUM1_0_Pos                          4                                                         /*!< LCD CRSR_CTRL: CRSRNUM1_0 Position  */\r
-#define LCD_CRSR_CTRL_CRSRNUM1_0_Msk                          (0x03UL << LCD_CRSR_CTRL_CRSRNUM1_0_Pos)                  /*!< LCD CRSR_CTRL: CRSRNUM1_0 Mask      */\r
-\r
-// --------------------------------------  LCD_CRSR_CFG  ------------------------------------------\r
-#define LCD_CRSR_CFG_CrsrSize_Pos                             0                                                         /*!< LCD CRSR_CFG: CrsrSize Position     */\r
-#define LCD_CRSR_CFG_CrsrSize_Msk                             (0x01UL << LCD_CRSR_CFG_CrsrSize_Pos)                     /*!< LCD CRSR_CFG: CrsrSize Mask         */\r
-#define LCD_CRSR_CFG_FRAMESYNC_Pos                            1                                                         /*!< LCD CRSR_CFG: FRAMESYNC Position    */\r
-#define LCD_CRSR_CFG_FRAMESYNC_Msk                            (0x01UL << LCD_CRSR_CFG_FRAMESYNC_Pos)                    /*!< LCD CRSR_CFG: FRAMESYNC Mask        */\r
-\r
-// --------------------------------------  LCD_CRSR_PAL0  -----------------------------------------\r
-#define LCD_CRSR_PAL0_RED_Pos                                 0                                                         /*!< LCD CRSR_PAL0: RED Position         */\r
-#define LCD_CRSR_PAL0_RED_Msk                                 (0x000000ffUL << LCD_CRSR_PAL0_RED_Pos)                   /*!< LCD CRSR_PAL0: RED Mask             */\r
-#define LCD_CRSR_PAL0_GREEN_Pos                               8                                                         /*!< LCD CRSR_PAL0: GREEN Position       */\r
-#define LCD_CRSR_PAL0_GREEN_Msk                               (0x000000ffUL << LCD_CRSR_PAL0_GREEN_Pos)                 /*!< LCD CRSR_PAL0: GREEN Mask           */\r
-#define LCD_CRSR_PAL0_BLUE_Pos                                16                                                        /*!< LCD CRSR_PAL0: BLUE Position        */\r
-#define LCD_CRSR_PAL0_BLUE_Msk                                (0x000000ffUL << LCD_CRSR_PAL0_BLUE_Pos)                  /*!< LCD CRSR_PAL0: BLUE Mask            */\r
-\r
-// --------------------------------------  LCD_CRSR_PAL1  -----------------------------------------\r
-#define LCD_CRSR_PAL1_RED_Pos                                 0                                                         /*!< LCD CRSR_PAL1: RED Position         */\r
-#define LCD_CRSR_PAL1_RED_Msk                                 (0x000000ffUL << LCD_CRSR_PAL1_RED_Pos)                   /*!< LCD CRSR_PAL1: RED Mask             */\r
-#define LCD_CRSR_PAL1_GREEN_Pos                               8                                                         /*!< LCD CRSR_PAL1: GREEN Position       */\r
-#define LCD_CRSR_PAL1_GREEN_Msk                               (0x000000ffUL << LCD_CRSR_PAL1_GREEN_Pos)                 /*!< LCD CRSR_PAL1: GREEN Mask           */\r
-#define LCD_CRSR_PAL1_BLUE_Pos                                16                                                        /*!< LCD CRSR_PAL1: BLUE Position        */\r
-#define LCD_CRSR_PAL1_BLUE_Msk                                (0x000000ffUL << LCD_CRSR_PAL1_BLUE_Pos)                  /*!< LCD CRSR_PAL1: BLUE Mask            */\r
-\r
-// ---------------------------------------  LCD_CRSR_XY  ------------------------------------------\r
-#define LCD_CRSR_XY_CRSRX_Pos                                 0                                                         /*!< LCD CRSR_XY: CRSRX Position         */\r
-#define LCD_CRSR_XY_CRSRX_Msk                                 (0x000003ffUL << LCD_CRSR_XY_CRSRX_Pos)                   /*!< LCD CRSR_XY: CRSRX Mask             */\r
-#define LCD_CRSR_XY_CRSRY_Pos                                 16                                                        /*!< LCD CRSR_XY: CRSRY Position         */\r
-#define LCD_CRSR_XY_CRSRY_Msk                                 (0x000003ffUL << LCD_CRSR_XY_CRSRY_Pos)                   /*!< LCD CRSR_XY: CRSRY Mask             */\r
-\r
-// --------------------------------------  LCD_CRSR_CLIP  -----------------------------------------\r
-#define LCD_CRSR_CLIP_CRSRCLIPX_Pos                           0                                                         /*!< LCD CRSR_CLIP: CRSRCLIPX Position   */\r
-#define LCD_CRSR_CLIP_CRSRCLIPX_Msk                           (0x3fUL << LCD_CRSR_CLIP_CRSRCLIPX_Pos)                   /*!< LCD CRSR_CLIP: CRSRCLIPX Mask       */\r
-#define LCD_CRSR_CLIP_CRSRCLIPY_Pos                           8                                                         /*!< LCD CRSR_CLIP: CRSRCLIPY Position   */\r
-#define LCD_CRSR_CLIP_CRSRCLIPY_Msk                           (0x3fUL << LCD_CRSR_CLIP_CRSRCLIPY_Pos)                   /*!< LCD CRSR_CLIP: CRSRCLIPY Mask       */\r
-\r
-// -------------------------------------  LCD_CRSR_INTMSK  ----------------------------------------\r
-#define LCD_CRSR_INTMSK_CRSRIM_Pos                            0                                                         /*!< LCD CRSR_INTMSK: CRSRIM Position    */\r
-#define LCD_CRSR_INTMSK_CRSRIM_Msk                            (0x01UL << LCD_CRSR_INTMSK_CRSRIM_Pos)                    /*!< LCD CRSR_INTMSK: CRSRIM Mask        */\r
-\r
-// -------------------------------------  LCD_CRSR_INTCLR  ----------------------------------------\r
-#define LCD_CRSR_INTCLR_CRSRIC_Pos                            0                                                         /*!< LCD CRSR_INTCLR: CRSRIC Position    */\r
-#define LCD_CRSR_INTCLR_CRSRIC_Msk                            (0x01UL << LCD_CRSR_INTCLR_CRSRIC_Pos)                    /*!< LCD CRSR_INTCLR: CRSRIC Mask        */\r
-\r
-// -------------------------------------  LCD_CRSR_INTRAW  ----------------------------------------\r
-#define LCD_CRSR_INTRAW_CRSRRIS_Pos                           0                                                         /*!< LCD CRSR_INTRAW: CRSRRIS Position   */\r
-#define LCD_CRSR_INTRAW_CRSRRIS_Msk                           (0x01UL << LCD_CRSR_INTRAW_CRSRRIS_Pos)                   /*!< LCD CRSR_INTRAW: CRSRRIS Mask       */\r
-\r
-// ------------------------------------  LCD_CRSR_INTSTAT  ----------------------------------------\r
-#define LCD_CRSR_INTSTAT_CRSRMIS_Pos                          0                                                         /*!< LCD CRSR_INTSTAT: CRSRMIS Position  */\r
-#define LCD_CRSR_INTSTAT_CRSRMIS_Msk                          (0x01UL << LCD_CRSR_INTSTAT_CRSRMIS_Pos)                  /*!< LCD CRSR_INTSTAT: CRSRMIS Mask      */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                               ETHERNET Position & Mask                               -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------  ETHERNET_MAC_CONFIG  --------------------------------------\r
-#define ETHERNET_MAC_CONFIG_RE_Pos                            2                                                         /*!< ETHERNET MAC_CONFIG: RE Position    */\r
-#define ETHERNET_MAC_CONFIG_RE_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_RE_Pos)                    /*!< ETHERNET MAC_CONFIG: RE Mask        */\r
-#define ETHERNET_MAC_CONFIG_TE_Pos                            3                                                         /*!< ETHERNET MAC_CONFIG: TE Position    */\r
-#define ETHERNET_MAC_CONFIG_TE_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_TE_Pos)                    /*!< ETHERNET MAC_CONFIG: TE Mask        */\r
-#define ETHERNET_MAC_CONFIG_DF_Pos                            4                                                         /*!< ETHERNET MAC_CONFIG: DF Position    */\r
-#define ETHERNET_MAC_CONFIG_DF_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_DF_Pos)                    /*!< ETHERNET MAC_CONFIG: DF Mask        */\r
-#define ETHERNET_MAC_CONFIG_BL_Pos                            5                                                         /*!< ETHERNET MAC_CONFIG: BL Position    */\r
-#define ETHERNET_MAC_CONFIG_BL_Msk                            (0x03UL << ETHERNET_MAC_CONFIG_BL_Pos)                    /*!< ETHERNET MAC_CONFIG: BL Mask        */\r
-#define ETHERNET_MAC_CONFIG_ACS_Pos                           7                                                         /*!< ETHERNET MAC_CONFIG: ACS Position   */\r
-#define ETHERNET_MAC_CONFIG_ACS_Msk                           (0x01UL << ETHERNET_MAC_CONFIG_ACS_Pos)                   /*!< ETHERNET MAC_CONFIG: ACS Mask       */\r
-#define ETHERNET_MAC_CONFIG_DR_Pos                            9                                                         /*!< ETHERNET MAC_CONFIG: DR Position    */\r
-#define ETHERNET_MAC_CONFIG_DR_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_DR_Pos)                    /*!< ETHERNET MAC_CONFIG: DR Mask        */\r
-#define ETHERNET_MAC_CONFIG_IPC_Pos                           10                                                        /*!< ETHERNET MAC_CONFIG: IPC Position   */\r
-#define ETHERNET_MAC_CONFIG_IPC_Msk                           (0x01UL << ETHERNET_MAC_CONFIG_IPC_Pos)                   /*!< ETHERNET MAC_CONFIG: IPC Mask       */\r
-#define ETHERNET_MAC_CONFIG_DM_Pos                            11                                                        /*!< ETHERNET MAC_CONFIG: DM Position    */\r
-#define ETHERNET_MAC_CONFIG_DM_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_DM_Pos)                    /*!< ETHERNET MAC_CONFIG: DM Mask        */\r
-#define ETHERNET_MAC_CONFIG_LM_Pos                            12                                                        /*!< ETHERNET MAC_CONFIG: LM Position    */\r
-#define ETHERNET_MAC_CONFIG_LM_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_LM_Pos)                    /*!< ETHERNET MAC_CONFIG: LM Mask        */\r
-#define ETHERNET_MAC_CONFIG_DO_Pos                            13                                                        /*!< ETHERNET MAC_CONFIG: DO Position    */\r
-#define ETHERNET_MAC_CONFIG_DO_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_DO_Pos)                    /*!< ETHERNET MAC_CONFIG: DO Mask        */\r
-#define ETHERNET_MAC_CONFIG_FES_Pos                           14                                                        /*!< ETHERNET MAC_CONFIG: FES Position   */\r
-#define ETHERNET_MAC_CONFIG_FES_Msk                           (0x01UL << ETHERNET_MAC_CONFIG_FES_Pos)                   /*!< ETHERNET MAC_CONFIG: FES Mask       */\r
-#define ETHERNET_MAC_CONFIG_PS_Pos                            15                                                        /*!< ETHERNET MAC_CONFIG: PS Position    */\r
-#define ETHERNET_MAC_CONFIG_PS_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_PS_Pos)                    /*!< ETHERNET MAC_CONFIG: PS Mask        */\r
-#define ETHERNET_MAC_CONFIG_DCRS_Pos                          16                                                        /*!< ETHERNET MAC_CONFIG: DCRS Position  */\r
-#define ETHERNET_MAC_CONFIG_DCRS_Msk                          (0x01UL << ETHERNET_MAC_CONFIG_DCRS_Pos)                  /*!< ETHERNET MAC_CONFIG: DCRS Mask      */\r
-#define ETHERNET_MAC_CONFIG_IFG_Pos                           17                                                        /*!< ETHERNET MAC_CONFIG: IFG Position   */\r
-#define ETHERNET_MAC_CONFIG_IFG_Msk                           (0x07UL << ETHERNET_MAC_CONFIG_IFG_Pos)                   /*!< ETHERNET MAC_CONFIG: IFG Mask       */\r
-#define ETHERNET_MAC_CONFIG_JE_Pos                            20                                                        /*!< ETHERNET MAC_CONFIG: JE Position    */\r
-#define ETHERNET_MAC_CONFIG_JE_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_JE_Pos)                    /*!< ETHERNET MAC_CONFIG: JE Mask        */\r
-#define ETHERNET_MAC_CONFIG_JD_Pos                            22                                                        /*!< ETHERNET MAC_CONFIG: JD Position    */\r
-#define ETHERNET_MAC_CONFIG_JD_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_JD_Pos)                    /*!< ETHERNET MAC_CONFIG: JD Mask        */\r
-#define ETHERNET_MAC_CONFIG_WD_Pos                            23                                                        /*!< ETHERNET MAC_CONFIG: WD Position    */\r
-#define ETHERNET_MAC_CONFIG_WD_Msk                            (0x01UL << ETHERNET_MAC_CONFIG_WD_Pos)                    /*!< ETHERNET MAC_CONFIG: WD Mask        */\r
-\r
-// --------------------------------  ETHERNET_MAC_FRAME_FILTER  -----------------------------------\r
-#define ETHERNET_MAC_FRAME_FILTER_PR_Pos                      0                                                         /*!< ETHERNET MAC_FRAME_FILTER: PR Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_PR_Msk                      (0x01UL << ETHERNET_MAC_FRAME_FILTER_PR_Pos)              /*!< ETHERNET MAC_FRAME_FILTER: PR Mask  */\r
-#define ETHERNET_MAC_FRAME_FILTER_DAIF_Pos                    3                                                         /*!< ETHERNET MAC_FRAME_FILTER: DAIF Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_DAIF_Msk                    (0x01UL << ETHERNET_MAC_FRAME_FILTER_DAIF_Pos)            /*!< ETHERNET MAC_FRAME_FILTER: DAIF Mask */\r
-#define ETHERNET_MAC_FRAME_FILTER_PM_Pos                      4                                                         /*!< ETHERNET MAC_FRAME_FILTER: PM Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_PM_Msk                      (0x01UL << ETHERNET_MAC_FRAME_FILTER_PM_Pos)              /*!< ETHERNET MAC_FRAME_FILTER: PM Mask  */\r
-#define ETHERNET_MAC_FRAME_FILTER_DBF_Pos                     5                                                         /*!< ETHERNET MAC_FRAME_FILTER: DBF Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_DBF_Msk                     (0x01UL << ETHERNET_MAC_FRAME_FILTER_DBF_Pos)             /*!< ETHERNET MAC_FRAME_FILTER: DBF Mask */\r
-#define ETHERNET_MAC_FRAME_FILTER_PCF_Pos                     6                                                         /*!< ETHERNET MAC_FRAME_FILTER: PCF Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_PCF_Msk                     (0x03UL << ETHERNET_MAC_FRAME_FILTER_PCF_Pos)             /*!< ETHERNET MAC_FRAME_FILTER: PCF Mask */\r
-#define ETHERNET_MAC_FRAME_FILTER_SAIF_Pos                    8                                                         /*!< ETHERNET MAC_FRAME_FILTER: SAIF Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_SAIF_Msk                    (0x01UL << ETHERNET_MAC_FRAME_FILTER_SAIF_Pos)            /*!< ETHERNET MAC_FRAME_FILTER: SAIF Mask */\r
-#define ETHERNET_MAC_FRAME_FILTER_SAF_Pos                     9                                                         /*!< ETHERNET MAC_FRAME_FILTER: SAF Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_SAF_Msk                     (0x01UL << ETHERNET_MAC_FRAME_FILTER_SAF_Pos)             /*!< ETHERNET MAC_FRAME_FILTER: SAF Mask */\r
-#define ETHERNET_MAC_FRAME_FILTER_RA_Pos                      31                                                        /*!< ETHERNET MAC_FRAME_FILTER: RA Position */\r
-#define ETHERNET_MAC_FRAME_FILTER_RA_Msk                      (0x01UL << ETHERNET_MAC_FRAME_FILTER_RA_Pos)              /*!< ETHERNET MAC_FRAME_FILTER: RA Mask  */\r
-\r
-// -------------------------------  ETHERNET_MAC_HASHTABLE_HIGH  ----------------------------------\r
-#define ETHERNET_MAC_HASHTABLE_HIGH_HTH_Pos                   0                                                         /*!< ETHERNET MAC_HASHTABLE_HIGH: HTH Position */\r
-#define ETHERNET_MAC_HASHTABLE_HIGH_HTH_Msk                   (0xffffffffUL << ETHERNET_MAC_HASHTABLE_HIGH_HTH_Pos)     /*!< ETHERNET MAC_HASHTABLE_HIGH: HTH Mask */\r
-\r
-// -------------------------------  ETHERNET_MAC_HASHTABLE_LOW  -----------------------------------\r
-#define ETHERNET_MAC_HASHTABLE_LOW_HTL_Pos                    0                                                         /*!< ETHERNET MAC_HASHTABLE_LOW: HTL Position */\r
-#define ETHERNET_MAC_HASHTABLE_LOW_HTL_Msk                    (0xffffffffUL << ETHERNET_MAC_HASHTABLE_LOW_HTL_Pos)      /*!< ETHERNET MAC_HASHTABLE_LOW: HTL Mask */\r
-\r
-// ----------------------------------  ETHERNET_MAC_MII_ADDR  -------------------------------------\r
-#define ETHERNET_MAC_MII_ADDR_GB_Pos                          0                                                         /*!< ETHERNET MAC_MII_ADDR: GB Position  */\r
-#define ETHERNET_MAC_MII_ADDR_GB_Msk                          (0x01UL << ETHERNET_MAC_MII_ADDR_GB_Pos)                  /*!< ETHERNET MAC_MII_ADDR: GB Mask      */\r
-#define ETHERNET_MAC_MII_ADDR_W_Pos                           1                                                         /*!< ETHERNET MAC_MII_ADDR: W Position   */\r
-#define ETHERNET_MAC_MII_ADDR_W_Msk                           (0x01UL << ETHERNET_MAC_MII_ADDR_W_Pos)                   /*!< ETHERNET MAC_MII_ADDR: W Mask       */\r
-#define ETHERNET_MAC_MII_ADDR_CR_Pos                          2                                                         /*!< ETHERNET MAC_MII_ADDR: CR Position  */\r
-#define ETHERNET_MAC_MII_ADDR_CR_Msk                          (0x0fUL << ETHERNET_MAC_MII_ADDR_CR_Pos)                  /*!< ETHERNET MAC_MII_ADDR: CR Mask      */\r
-#define ETHERNET_MAC_MII_ADDR_GR_Pos                          6                                                         /*!< ETHERNET MAC_MII_ADDR: GR Position  */\r
-#define ETHERNET_MAC_MII_ADDR_GR_Msk                          (0x1fUL << ETHERNET_MAC_MII_ADDR_GR_Pos)                  /*!< ETHERNET MAC_MII_ADDR: GR Mask      */\r
-#define ETHERNET_MAC_MII_ADDR_PA_Pos                          11                                                        /*!< ETHERNET MAC_MII_ADDR: PA Position  */\r
-#define ETHERNET_MAC_MII_ADDR_PA_Msk                          (0x1fUL << ETHERNET_MAC_MII_ADDR_PA_Pos)                  /*!< ETHERNET MAC_MII_ADDR: PA Mask      */\r
-\r
-// ----------------------------------  ETHERNET_MAC_MII_DATA  -------------------------------------\r
-#define ETHERNET_MAC_MII_DATA_GD_Pos                          0                                                         /*!< ETHERNET MAC_MII_DATA: GD Position  */\r
-#define ETHERNET_MAC_MII_DATA_GD_Msk                          (0x0000ffffUL << ETHERNET_MAC_MII_DATA_GD_Pos)            /*!< ETHERNET MAC_MII_DATA: GD Mask      */\r
-\r
-// ---------------------------------  ETHERNET_MAC_FLOW_CTRL  -------------------------------------\r
-#define ETHERNET_MAC_FLOW_CTRL_FCB_Pos                        0                                                         /*!< ETHERNET MAC_FLOW_CTRL: FCB Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_FCB_Msk                        (0x01UL << ETHERNET_MAC_FLOW_CTRL_FCB_Pos)                /*!< ETHERNET MAC_FLOW_CTRL: FCB Mask    */\r
-#define ETHERNET_MAC_FLOW_CTRL_TFE_Pos                        1                                                         /*!< ETHERNET MAC_FLOW_CTRL: TFE Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_TFE_Msk                        (0x01UL << ETHERNET_MAC_FLOW_CTRL_TFE_Pos)                /*!< ETHERNET MAC_FLOW_CTRL: TFE Mask    */\r
-#define ETHERNET_MAC_FLOW_CTRL_RFE_Pos                        2                                                         /*!< ETHERNET MAC_FLOW_CTRL: RFE Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_RFE_Msk                        (0x01UL << ETHERNET_MAC_FLOW_CTRL_RFE_Pos)                /*!< ETHERNET MAC_FLOW_CTRL: RFE Mask    */\r
-#define ETHERNET_MAC_FLOW_CTRL_UP_Pos                         3                                                         /*!< ETHERNET MAC_FLOW_CTRL: UP Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_UP_Msk                         (0x01UL << ETHERNET_MAC_FLOW_CTRL_UP_Pos)                 /*!< ETHERNET MAC_FLOW_CTRL: UP Mask     */\r
-#define ETHERNET_MAC_FLOW_CTRL_PLT_Pos                        4                                                         /*!< ETHERNET MAC_FLOW_CTRL: PLT Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_PLT_Msk                        (0x03UL << ETHERNET_MAC_FLOW_CTRL_PLT_Pos)                /*!< ETHERNET MAC_FLOW_CTRL: PLT Mask    */\r
-#define ETHERNET_MAC_FLOW_CTRL_DZPQ_Pos                       7                                                         /*!< ETHERNET MAC_FLOW_CTRL: DZPQ Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_DZPQ_Msk                       (0x01UL << ETHERNET_MAC_FLOW_CTRL_DZPQ_Pos)               /*!< ETHERNET MAC_FLOW_CTRL: DZPQ Mask   */\r
-#define ETHERNET_MAC_FLOW_CTRL_PT_Pos                         16                                                        /*!< ETHERNET MAC_FLOW_CTRL: PT Position */\r
-#define ETHERNET_MAC_FLOW_CTRL_PT_Msk                         (0x0000ffffUL << ETHERNET_MAC_FLOW_CTRL_PT_Pos)           /*!< ETHERNET MAC_FLOW_CTRL: PT Mask     */\r
-\r
-// ----------------------------------  ETHERNET_MAC_VLAN_TAG  -------------------------------------\r
-#define ETHERNET_MAC_VLAN_TAG_VL_Pos                          0                                                         /*!< ETHERNET MAC_VLAN_TAG: VL Position  */\r
-#define ETHERNET_MAC_VLAN_TAG_VL_Msk                          (0x0000ffffUL << ETHERNET_MAC_VLAN_TAG_VL_Pos)            /*!< ETHERNET MAC_VLAN_TAG: VL Mask      */\r
-#define ETHERNET_MAC_VLAN_TAG_ETV_Pos                         16                                                        /*!< ETHERNET MAC_VLAN_TAG: ETV Position */\r
-#define ETHERNET_MAC_VLAN_TAG_ETV_Msk                         (0x01UL << ETHERNET_MAC_VLAN_TAG_ETV_Pos)                 /*!< ETHERNET MAC_VLAN_TAG: ETV Mask     */\r
-\r
-// -----------------------------------  ETHERNET_MAC_DEBUG  ---------------------------------------\r
-#define ETHERNET_MAC_DEBUG_RXIDLESTAT_Pos                     0                                                         /*!< ETHERNET MAC_DEBUG: RXIDLESTAT Position */\r
-#define ETHERNET_MAC_DEBUG_RXIDLESTAT_Msk                     (0x01UL << ETHERNET_MAC_DEBUG_RXIDLESTAT_Pos)             /*!< ETHERNET MAC_DEBUG: RXIDLESTAT Mask */\r
-#define ETHERNET_MAC_DEBUG_FIFOSTAT0_Pos                      1                                                         /*!< ETHERNET MAC_DEBUG: FIFOSTAT0 Position */\r
-#define ETHERNET_MAC_DEBUG_FIFOSTAT0_Msk                      (0x03UL << ETHERNET_MAC_DEBUG_FIFOSTAT0_Pos)              /*!< ETHERNET MAC_DEBUG: FIFOSTAT0 Mask  */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOSTAT1_Pos                    4                                                         /*!< ETHERNET MAC_DEBUG: RXFIFOSTAT1 Position */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOSTAT1_Msk                    (0x01UL << ETHERNET_MAC_DEBUG_RXFIFOSTAT1_Pos)            /*!< ETHERNET MAC_DEBUG: RXFIFOSTAT1 Mask */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOSTAT_Pos                     5                                                         /*!< ETHERNET MAC_DEBUG: RXFIFOSTAT Position */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOSTAT_Msk                     (0x03UL << ETHERNET_MAC_DEBUG_RXFIFOSTAT_Pos)             /*!< ETHERNET MAC_DEBUG: RXFIFOSTAT Mask */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOLVL_Pos                      8                                                         /*!< ETHERNET MAC_DEBUG: RXFIFOLVL Position */\r
-#define ETHERNET_MAC_DEBUG_RXFIFOLVL_Msk                      (0x03UL << ETHERNET_MAC_DEBUG_RXFIFOLVL_Pos)              /*!< ETHERNET MAC_DEBUG: RXFIFOLVL Mask  */\r
-#define ETHERNET_MAC_DEBUG_TXIDLESTAT_Pos                     16                                                        /*!< ETHERNET MAC_DEBUG: TXIDLESTAT Position */\r
-#define ETHERNET_MAC_DEBUG_TXIDLESTAT_Msk                     (0x01UL << ETHERNET_MAC_DEBUG_TXIDLESTAT_Pos)             /*!< ETHERNET MAC_DEBUG: TXIDLESTAT Mask */\r
-#define ETHERNET_MAC_DEBUG_TXSTAT_Pos                         17                                                        /*!< ETHERNET MAC_DEBUG: TXSTAT Position */\r
-#define ETHERNET_MAC_DEBUG_TXSTAT_Msk                         (0x03UL << ETHERNET_MAC_DEBUG_TXSTAT_Pos)                 /*!< ETHERNET MAC_DEBUG: TXSTAT Mask     */\r
-#define ETHERNET_MAC_DEBUG_PAUSE_Pos                          19                                                        /*!< ETHERNET MAC_DEBUG: PAUSE Position  */\r
-#define ETHERNET_MAC_DEBUG_PAUSE_Msk                          (0x01UL << ETHERNET_MAC_DEBUG_PAUSE_Pos)                  /*!< ETHERNET MAC_DEBUG: PAUSE Mask      */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOSTAT_Pos                     20                                                        /*!< ETHERNET MAC_DEBUG: TXFIFOSTAT Position */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOSTAT_Msk                     (0x03UL << ETHERNET_MAC_DEBUG_TXFIFOSTAT_Pos)             /*!< ETHERNET MAC_DEBUG: TXFIFOSTAT Mask */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOSTAT1_Pos                    22                                                        /*!< ETHERNET MAC_DEBUG: TXFIFOSTAT1 Position */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOSTAT1_Msk                    (0x01UL << ETHERNET_MAC_DEBUG_TXFIFOSTAT1_Pos)            /*!< ETHERNET MAC_DEBUG: TXFIFOSTAT1 Mask */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOLVL_Pos                      24                                                        /*!< ETHERNET MAC_DEBUG: TXFIFOLVL Position */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOLVL_Msk                      (0x01UL << ETHERNET_MAC_DEBUG_TXFIFOLVL_Pos)              /*!< ETHERNET MAC_DEBUG: TXFIFOLVL Mask  */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOFULL_Pos                     25                                                        /*!< ETHERNET MAC_DEBUG: TXFIFOFULL Position */\r
-#define ETHERNET_MAC_DEBUG_TXFIFOFULL_Msk                     (0x01UL << ETHERNET_MAC_DEBUG_TXFIFOFULL_Pos)             /*!< ETHERNET MAC_DEBUG: TXFIFOFULL Mask */\r
-\r
-// --------------------------------  ETHERNET_MAC_RWAKE_FRFLT  ------------------------------------\r
-#define ETHERNET_MAC_RWAKE_FRFLT_ADDR_Pos                     0                                                         /*!< ETHERNET MAC_RWAKE_FRFLT: ADDR Position */\r
-#define ETHERNET_MAC_RWAKE_FRFLT_ADDR_Msk                     (0xffffffffUL << ETHERNET_MAC_RWAKE_FRFLT_ADDR_Pos)       /*!< ETHERNET MAC_RWAKE_FRFLT: ADDR Mask */\r
-\r
-// -------------------------------  ETHERNET_MAC_PMT_CTRL_STAT  -----------------------------------\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_PD_Pos                     0                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: PD Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_PD_Msk                     (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_PD_Pos)             /*!< ETHERNET MAC_PMT_CTRL_STAT: PD Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_MPE_Pos                    1                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: MPE Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_MPE_Msk                    (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_MPE_Pos)            /*!< ETHERNET MAC_PMT_CTRL_STAT: MPE Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFE_Pos                    2                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: WFE Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFE_Msk                    (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_WFE_Pos)            /*!< ETHERNET MAC_PMT_CTRL_STAT: WFE Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_MPR_Pos                    5                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: MPR Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_MPR_Msk                    (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_MPR_Pos)            /*!< ETHERNET MAC_PMT_CTRL_STAT: MPR Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFR_Pos                    6                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: WFR Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFR_Msk                    (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_WFR_Pos)            /*!< ETHERNET MAC_PMT_CTRL_STAT: WFR Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_GU_Pos                     9                                                         /*!< ETHERNET MAC_PMT_CTRL_STAT: GU Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_GU_Msk                     (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_GU_Pos)             /*!< ETHERNET MAC_PMT_CTRL_STAT: GU Mask */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFFRPR_Pos                 31                                                        /*!< ETHERNET MAC_PMT_CTRL_STAT: WFFRPR Position */\r
-#define ETHERNET_MAC_PMT_CTRL_STAT_WFFRPR_Msk                 (0x01UL << ETHERNET_MAC_PMT_CTRL_STAT_WFFRPR_Pos)         /*!< ETHERNET MAC_PMT_CTRL_STAT: WFFRPR Mask */\r
-\r
-// ---------------------------------  ETHERNET_MAC_INTR_MASK  -------------------------------------\r
-#define ETHERNET_MAC_INTR_MASK_PMTMSK_Pos                     3                                                         /*!< ETHERNET MAC_INTR_MASK: PMTMSK Position */\r
-#define ETHERNET_MAC_INTR_MASK_PMTMSK_Msk                     (0x01UL << ETHERNET_MAC_INTR_MASK_PMTMSK_Pos)             /*!< ETHERNET MAC_INTR_MASK: PMTMSK Mask */\r
-\r
-// ---------------------------------  ETHERNET_MAC_ADDR0_HIGH  ------------------------------------\r
-#define ETHERNET_MAC_ADDR0_HIGH_A47_32_Pos                    0                                                         /*!< ETHERNET MAC_ADDR0_HIGH: A47_32 Position */\r
-#define ETHERNET_MAC_ADDR0_HIGH_A47_32_Msk                    (0x0000ffffUL << ETHERNET_MAC_ADDR0_HIGH_A47_32_Pos)      /*!< ETHERNET MAC_ADDR0_HIGH: A47_32 Mask */\r
-#define ETHERNET_MAC_ADDR0_HIGH_MO_Pos                        31                                                        /*!< ETHERNET MAC_ADDR0_HIGH: MO Position */\r
-#define ETHERNET_MAC_ADDR0_HIGH_MO_Msk                        (0x01UL << ETHERNET_MAC_ADDR0_HIGH_MO_Pos)                /*!< ETHERNET MAC_ADDR0_HIGH: MO Mask    */\r
-\r
-// ---------------------------------  ETHERNET_MAC_ADDR0_LOW  -------------------------------------\r
-#define ETHERNET_MAC_ADDR0_LOW_A31_0_Pos                      0                                                         /*!< ETHERNET MAC_ADDR0_LOW: A31_0 Position */\r
-#define ETHERNET_MAC_ADDR0_LOW_A31_0_Msk                      (0xffffffffUL << ETHERNET_MAC_ADDR0_LOW_A31_0_Pos)        /*!< ETHERNET MAC_ADDR0_LOW: A31_0 Mask  */\r
-\r
-// --------------------------------  ETHERNET_MAC_TIMESTP_CTRL  -----------------------------------\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENA_Pos                   0                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENA_Msk                   (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSENA_Pos)           /*!< ETHERNET MAC_TIMESTP_CTRL: TSENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCFUPDT_Pos                1                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSCFUPDT Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCFUPDT_Msk                (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSCFUPDT_Pos)        /*!< ETHERNET MAC_TIMESTP_CTRL: TSCFUPDT Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSINIT_Pos                  2                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSINIT Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSINIT_Msk                  (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSINIT_Pos)          /*!< ETHERNET MAC_TIMESTP_CTRL: TSINIT Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSUPDT_Pos                  3                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSUPDT Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSUPDT_Msk                  (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSUPDT_Pos)          /*!< ETHERNET MAC_TIMESTP_CTRL: TSUPDT Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSTRIG_Pos                  4                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSTRIG Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSTRIG_Msk                  (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSTRIG_Pos)          /*!< ETHERNET MAC_TIMESTP_CTRL: TSTRIG Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSADDREG_Pos                5                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSADDREG Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSADDREG_Msk                (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSADDREG_Pos)        /*!< ETHERNET MAC_TIMESTP_CTRL: TSADDREG Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENALL_Pos                 8                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSENALL Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENALL_Msk                 (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSENALL_Pos)         /*!< ETHERNET MAC_TIMESTP_CTRL: TSENALL Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCTRLSSR_Pos               9                                                         /*!< ETHERNET MAC_TIMESTP_CTRL: TSCTRLSSR Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCTRLSSR_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSCTRLSSR_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSCTRLSSR Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSVER2ENA_Pos               10                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSVER2ENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSVER2ENA_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSVER2ENA_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSVER2ENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPENA_Pos                 11                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPENA_Msk                 (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSIPENA_Pos)         /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPV6ENA_Pos               12                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPV6ENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPV6ENA_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSIPV6ENA_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPV6ENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPV4ENA_Pos               13                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPV4ENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSIPV4ENA_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSIPV4ENA_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSIPV4ENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSEVNTENA_Pos               14                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSEVNTENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSEVNTENA_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSEVNTENA_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSEVNTENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSMSTRENA_Pos               15                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSMSTRENA Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSMSTRENA_Msk               (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSMSTRENA_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSMSTRENA Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCLKTYPE_Pos               16                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSCLKTYPE Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSCLKTYPE_Msk               (0x03UL << ETHERNET_MAC_TIMESTP_CTRL_TSCLKTYPE_Pos)       /*!< ETHERNET MAC_TIMESTP_CTRL: TSCLKTYPE Mask */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENMACADDR_Pos             18                                                        /*!< ETHERNET MAC_TIMESTP_CTRL: TSENMACADDR Position */\r
-#define ETHERNET_MAC_TIMESTP_CTRL_TSENMACADDR_Msk             (0x01UL << ETHERNET_MAC_TIMESTP_CTRL_TSENMACADDR_Pos)     /*!< ETHERNET MAC_TIMESTP_CTRL: TSENMACADDR Mask */\r
-\r
-// ----------------------------------  ETHERNET_DMA_BUS_MODE  -------------------------------------\r
-#define ETHERNET_DMA_BUS_MODE_SWR_Pos                         0                                                         /*!< ETHERNET DMA_BUS_MODE: SWR Position */\r
-#define ETHERNET_DMA_BUS_MODE_SWR_Msk                         (0x01UL << ETHERNET_DMA_BUS_MODE_SWR_Pos)                 /*!< ETHERNET DMA_BUS_MODE: SWR Mask     */\r
-#define ETHERNET_DMA_BUS_MODE_DA_Pos                          1                                                         /*!< ETHERNET DMA_BUS_MODE: DA Position  */\r
-#define ETHERNET_DMA_BUS_MODE_DA_Msk                          (0x01UL << ETHERNET_DMA_BUS_MODE_DA_Pos)                  /*!< ETHERNET DMA_BUS_MODE: DA Mask      */\r
-#define ETHERNET_DMA_BUS_MODE_DSL_Pos                         2                                                         /*!< ETHERNET DMA_BUS_MODE: DSL Position */\r
-#define ETHERNET_DMA_BUS_MODE_DSL_Msk                         (0x1fUL << ETHERNET_DMA_BUS_MODE_DSL_Pos)                 /*!< ETHERNET DMA_BUS_MODE: DSL Mask     */\r
-#define ETHERNET_DMA_BUS_MODE_ATDS_Pos                        7                                                         /*!< ETHERNET DMA_BUS_MODE: ATDS Position */\r
-#define ETHERNET_DMA_BUS_MODE_ATDS_Msk                        (0x01UL << ETHERNET_DMA_BUS_MODE_ATDS_Pos)                /*!< ETHERNET DMA_BUS_MODE: ATDS Mask    */\r
-#define ETHERNET_DMA_BUS_MODE_PBL_Pos                         8                                                         /*!< ETHERNET DMA_BUS_MODE: PBL Position */\r
-#define ETHERNET_DMA_BUS_MODE_PBL_Msk                         (0x3fUL << ETHERNET_DMA_BUS_MODE_PBL_Pos)                 /*!< ETHERNET DMA_BUS_MODE: PBL Mask     */\r
-#define ETHERNET_DMA_BUS_MODE_PR_Pos                          14                                                        /*!< ETHERNET DMA_BUS_MODE: PR Position  */\r
-#define ETHERNET_DMA_BUS_MODE_PR_Msk                          (0x03UL << ETHERNET_DMA_BUS_MODE_PR_Pos)                  /*!< ETHERNET DMA_BUS_MODE: PR Mask      */\r
-#define ETHERNET_DMA_BUS_MODE_FB_Pos                          16                                                        /*!< ETHERNET DMA_BUS_MODE: FB Position  */\r
-#define ETHERNET_DMA_BUS_MODE_FB_Msk                          (0x01UL << ETHERNET_DMA_BUS_MODE_FB_Pos)                  /*!< ETHERNET DMA_BUS_MODE: FB Mask      */\r
-#define ETHERNET_DMA_BUS_MODE_RPBL_Pos                        17                                                        /*!< ETHERNET DMA_BUS_MODE: RPBL Position */\r
-#define ETHERNET_DMA_BUS_MODE_RPBL_Msk                        (0x3fUL << ETHERNET_DMA_BUS_MODE_RPBL_Pos)                /*!< ETHERNET DMA_BUS_MODE: RPBL Mask    */\r
-#define ETHERNET_DMA_BUS_MODE_USP_Pos                         23                                                        /*!< ETHERNET DMA_BUS_MODE: USP Position */\r
-#define ETHERNET_DMA_BUS_MODE_USP_Msk                         (0x01UL << ETHERNET_DMA_BUS_MODE_USP_Pos)                 /*!< ETHERNET DMA_BUS_MODE: USP Mask     */\r
-#define ETHERNET_DMA_BUS_MODE_PBL8X_Pos                       24                                                        /*!< ETHERNET DMA_BUS_MODE: PBL8X Position */\r
-#define ETHERNET_DMA_BUS_MODE_PBL8X_Msk                       (0x01UL << ETHERNET_DMA_BUS_MODE_PBL8X_Pos)               /*!< ETHERNET DMA_BUS_MODE: PBL8X Mask   */\r
-#define ETHERNET_DMA_BUS_MODE_AAL_Pos                         25                                                        /*!< ETHERNET DMA_BUS_MODE: AAL Position */\r
-#define ETHERNET_DMA_BUS_MODE_AAL_Msk                         (0x01UL << ETHERNET_DMA_BUS_MODE_AAL_Pos)                 /*!< ETHERNET DMA_BUS_MODE: AAL Mask     */\r
-#define ETHERNET_DMA_BUS_MODE_MB_Pos                          26                                                        /*!< ETHERNET DMA_BUS_MODE: MB Position  */\r
-#define ETHERNET_DMA_BUS_MODE_MB_Msk                          (0x01UL << ETHERNET_DMA_BUS_MODE_MB_Pos)                  /*!< ETHERNET DMA_BUS_MODE: MB Mask      */\r
-#define ETHERNET_DMA_BUS_MODE_TXPR_Pos                        27                                                        /*!< ETHERNET DMA_BUS_MODE: TXPR Position */\r
-#define ETHERNET_DMA_BUS_MODE_TXPR_Msk                        (0x01UL << ETHERNET_DMA_BUS_MODE_TXPR_Pos)                /*!< ETHERNET DMA_BUS_MODE: TXPR Mask    */\r
-\r
-// -----------------------------  ETHERNET_DMA_TRANS_POLL_DEMAND  ---------------------------------\r
-#define ETHERNET_DMA_TRANS_POLL_DEMAND_TPD_Pos                0                                                         /*!< ETHERNET DMA_TRANS_POLL_DEMAND: TPD Position */\r
-#define ETHERNET_DMA_TRANS_POLL_DEMAND_TPD_Msk                (0xffffffffUL << ETHERNET_DMA_TRANS_POLL_DEMAND_TPD_Pos)  /*!< ETHERNET DMA_TRANS_POLL_DEMAND: TPD Mask */\r
-\r
-// ------------------------------  ETHERNET_DMA_REC_POLL_DEMAND  ----------------------------------\r
-#define ETHERNET_DMA_REC_POLL_DEMAND_RPD_Pos                  0                                                         /*!< ETHERNET DMA_REC_POLL_DEMAND: RPD Position */\r
-#define ETHERNET_DMA_REC_POLL_DEMAND_RPD_Msk                  (0xffffffffUL << ETHERNET_DMA_REC_POLL_DEMAND_RPD_Pos)    /*!< ETHERNET DMA_REC_POLL_DEMAND: RPD Mask */\r
-\r
-// --------------------------------  ETHERNET_DMA_REC_DES_ADDR  -----------------------------------\r
-#define ETHERNET_DMA_REC_DES_ADDR_SRL_Pos                     0                                                         /*!< ETHERNET DMA_REC_DES_ADDR: SRL Position */\r
-#define ETHERNET_DMA_REC_DES_ADDR_SRL_Msk                     (0xffffffffUL << ETHERNET_DMA_REC_DES_ADDR_SRL_Pos)       /*!< ETHERNET DMA_REC_DES_ADDR: SRL Mask */\r
-\r
-// -------------------------------  ETHERNET_DMA_TRANS_DES_ADDR  ----------------------------------\r
-#define ETHERNET_DMA_TRANS_DES_ADDR_SRL_Pos                   0                                                         /*!< ETHERNET DMA_TRANS_DES_ADDR: SRL Position */\r
-#define ETHERNET_DMA_TRANS_DES_ADDR_SRL_Msk                   (0xffffffffUL << ETHERNET_DMA_TRANS_DES_ADDR_SRL_Pos)     /*!< ETHERNET DMA_TRANS_DES_ADDR: SRL Mask */\r
-\r
-// ------------------------------------  ETHERNET_DMA_STAT  ---------------------------------------\r
-#define ETHERNET_DMA_STAT_TI_Pos                              0                                                         /*!< ETHERNET DMA_STAT: TI Position      */\r
-#define ETHERNET_DMA_STAT_TI_Msk                              (0x01UL << ETHERNET_DMA_STAT_TI_Pos)                      /*!< ETHERNET DMA_STAT: TI Mask          */\r
-#define ETHERNET_DMA_STAT_TPS_Pos                             1                                                         /*!< ETHERNET DMA_STAT: TPS Position     */\r
-#define ETHERNET_DMA_STAT_TPS_Msk                             (0x01UL << ETHERNET_DMA_STAT_TPS_Pos)                     /*!< ETHERNET DMA_STAT: TPS Mask         */\r
-#define ETHERNET_DMA_STAT_TU_Pos                              2                                                         /*!< ETHERNET DMA_STAT: TU Position      */\r
-#define ETHERNET_DMA_STAT_TU_Msk                              (0x01UL << ETHERNET_DMA_STAT_TU_Pos)                      /*!< ETHERNET DMA_STAT: TU Mask          */\r
-#define ETHERNET_DMA_STAT_TJT_Pos                             3                                                         /*!< ETHERNET DMA_STAT: TJT Position     */\r
-#define ETHERNET_DMA_STAT_TJT_Msk                             (0x01UL << ETHERNET_DMA_STAT_TJT_Pos)                     /*!< ETHERNET DMA_STAT: TJT Mask         */\r
-#define ETHERNET_DMA_STAT_OVF_Pos                             4                                                         /*!< ETHERNET DMA_STAT: OVF Position     */\r
-#define ETHERNET_DMA_STAT_OVF_Msk                             (0x01UL << ETHERNET_DMA_STAT_OVF_Pos)                     /*!< ETHERNET DMA_STAT: OVF Mask         */\r
-#define ETHERNET_DMA_STAT_UNF_Pos                             5                                                         /*!< ETHERNET DMA_STAT: UNF Position     */\r
-#define ETHERNET_DMA_STAT_UNF_Msk                             (0x01UL << ETHERNET_DMA_STAT_UNF_Pos)                     /*!< ETHERNET DMA_STAT: UNF Mask         */\r
-#define ETHERNET_DMA_STAT_RI_Pos                              6                                                         /*!< ETHERNET DMA_STAT: RI Position      */\r
-#define ETHERNET_DMA_STAT_RI_Msk                              (0x01UL << ETHERNET_DMA_STAT_RI_Pos)                      /*!< ETHERNET DMA_STAT: RI Mask          */\r
-#define ETHERNET_DMA_STAT_RU_Pos                              7                                                         /*!< ETHERNET DMA_STAT: RU Position      */\r
-#define ETHERNET_DMA_STAT_RU_Msk                              (0x01UL << ETHERNET_DMA_STAT_RU_Pos)                      /*!< ETHERNET DMA_STAT: RU Mask          */\r
-#define ETHERNET_DMA_STAT_RPS_Pos                             8                                                         /*!< ETHERNET DMA_STAT: RPS Position     */\r
-#define ETHERNET_DMA_STAT_RPS_Msk                             (0x01UL << ETHERNET_DMA_STAT_RPS_Pos)                     /*!< ETHERNET DMA_STAT: RPS Mask         */\r
-#define ETHERNET_DMA_STAT_RWT_Pos                             9                                                         /*!< ETHERNET DMA_STAT: RWT Position     */\r
-#define ETHERNET_DMA_STAT_RWT_Msk                             (0x01UL << ETHERNET_DMA_STAT_RWT_Pos)                     /*!< ETHERNET DMA_STAT: RWT Mask         */\r
-#define ETHERNET_DMA_STAT_ETI_Pos                             10                                                        /*!< ETHERNET DMA_STAT: ETI Position     */\r
-#define ETHERNET_DMA_STAT_ETI_Msk                             (0x01UL << ETHERNET_DMA_STAT_ETI_Pos)                     /*!< ETHERNET DMA_STAT: ETI Mask         */\r
-#define ETHERNET_DMA_STAT_FBI_Pos                             13                                                        /*!< ETHERNET DMA_STAT: FBI Position     */\r
-#define ETHERNET_DMA_STAT_FBI_Msk                             (0x01UL << ETHERNET_DMA_STAT_FBI_Pos)                     /*!< ETHERNET DMA_STAT: FBI Mask         */\r
-#define ETHERNET_DMA_STAT_ERI_Pos                             14                                                        /*!< ETHERNET DMA_STAT: ERI Position     */\r
-#define ETHERNET_DMA_STAT_ERI_Msk                             (0x01UL << ETHERNET_DMA_STAT_ERI_Pos)                     /*!< ETHERNET DMA_STAT: ERI Mask         */\r
-#define ETHERNET_DMA_STAT_AIE_Pos                             15                                                        /*!< ETHERNET DMA_STAT: AIE Position     */\r
-#define ETHERNET_DMA_STAT_AIE_Msk                             (0x01UL << ETHERNET_DMA_STAT_AIE_Pos)                     /*!< ETHERNET DMA_STAT: AIE Mask         */\r
-#define ETHERNET_DMA_STAT_NIS_Pos                             16                                                        /*!< ETHERNET DMA_STAT: NIS Position     */\r
-#define ETHERNET_DMA_STAT_NIS_Msk                             (0x01UL << ETHERNET_DMA_STAT_NIS_Pos)                     /*!< ETHERNET DMA_STAT: NIS Mask         */\r
-\r
-// ----------------------------------  ETHERNET_DMA_OP_MODE  --------------------------------------\r
-#define ETHERNET_DMA_OP_MODE_SR_Pos                           1                                                         /*!< ETHERNET DMA_OP_MODE: SR Position   */\r
-#define ETHERNET_DMA_OP_MODE_SR_Msk                           (0x01UL << ETHERNET_DMA_OP_MODE_SR_Pos)                   /*!< ETHERNET DMA_OP_MODE: SR Mask       */\r
-#define ETHERNET_DMA_OP_MODE_OSF_Pos                          2                                                         /*!< ETHERNET DMA_OP_MODE: OSF Position  */\r
-#define ETHERNET_DMA_OP_MODE_OSF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_OSF_Pos)                  /*!< ETHERNET DMA_OP_MODE: OSF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_RTC_Pos                          3                                                         /*!< ETHERNET DMA_OP_MODE: RTC Position  */\r
-#define ETHERNET_DMA_OP_MODE_RTC_Msk                          (0x03UL << ETHERNET_DMA_OP_MODE_RTC_Pos)                  /*!< ETHERNET DMA_OP_MODE: RTC Mask      */\r
-#define ETHERNET_DMA_OP_MODE_FUF_Pos                          6                                                         /*!< ETHERNET DMA_OP_MODE: FUF Position  */\r
-#define ETHERNET_DMA_OP_MODE_FUF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_FUF_Pos)                  /*!< ETHERNET DMA_OP_MODE: FUF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_FEF_Pos                          7                                                         /*!< ETHERNET DMA_OP_MODE: FEF Position  */\r
-#define ETHERNET_DMA_OP_MODE_FEF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_FEF_Pos)                  /*!< ETHERNET DMA_OP_MODE: FEF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_ST_Pos                           13                                                        /*!< ETHERNET DMA_OP_MODE: ST Position   */\r
-#define ETHERNET_DMA_OP_MODE_ST_Msk                           (0x01UL << ETHERNET_DMA_OP_MODE_ST_Pos)                   /*!< ETHERNET DMA_OP_MODE: ST Mask       */\r
-#define ETHERNET_DMA_OP_MODE_TTC_Pos                          14                                                        /*!< ETHERNET DMA_OP_MODE: TTC Position  */\r
-#define ETHERNET_DMA_OP_MODE_TTC_Msk                          (0x07UL << ETHERNET_DMA_OP_MODE_TTC_Pos)                  /*!< ETHERNET DMA_OP_MODE: TTC Mask      */\r
-#define ETHERNET_DMA_OP_MODE_FTF_Pos                          20                                                        /*!< ETHERNET DMA_OP_MODE: FTF Position  */\r
-#define ETHERNET_DMA_OP_MODE_FTF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_FTF_Pos)                  /*!< ETHERNET DMA_OP_MODE: FTF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_TSF_Pos                          21                                                        /*!< ETHERNET DMA_OP_MODE: TSF Position  */\r
-#define ETHERNET_DMA_OP_MODE_TSF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_TSF_Pos)                  /*!< ETHERNET DMA_OP_MODE: TSF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_DFF_Pos                          24                                                        /*!< ETHERNET DMA_OP_MODE: DFF Position  */\r
-#define ETHERNET_DMA_OP_MODE_DFF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_DFF_Pos)                  /*!< ETHERNET DMA_OP_MODE: DFF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_RSF_Pos                          25                                                        /*!< ETHERNET DMA_OP_MODE: RSF Position  */\r
-#define ETHERNET_DMA_OP_MODE_RSF_Msk                          (0x01UL << ETHERNET_DMA_OP_MODE_RSF_Pos)                  /*!< ETHERNET DMA_OP_MODE: RSF Mask      */\r
-#define ETHERNET_DMA_OP_MODE_DT_Pos                           26                                                        /*!< ETHERNET DMA_OP_MODE: DT Position   */\r
-#define ETHERNET_DMA_OP_MODE_DT_Msk                           (0x01UL << ETHERNET_DMA_OP_MODE_DT_Pos)                   /*!< ETHERNET DMA_OP_MODE: DT Mask       */\r
-\r
-// -----------------------------------  ETHERNET_DMA_INT_EN  --------------------------------------\r
-#define ETHERNET_DMA_INT_EN_TIE_Pos                           0                                                         /*!< ETHERNET DMA_INT_EN: TIE Position   */\r
-#define ETHERNET_DMA_INT_EN_TIE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_TIE_Pos)                   /*!< ETHERNET DMA_INT_EN: TIE Mask       */\r
-#define ETHERNET_DMA_INT_EN_TSE_Pos                           1                                                         /*!< ETHERNET DMA_INT_EN: TSE Position   */\r
-#define ETHERNET_DMA_INT_EN_TSE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_TSE_Pos)                   /*!< ETHERNET DMA_INT_EN: TSE Mask       */\r
-#define ETHERNET_DMA_INT_EN_TUE_Pos                           2                                                         /*!< ETHERNET DMA_INT_EN: TUE Position   */\r
-#define ETHERNET_DMA_INT_EN_TUE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_TUE_Pos)                   /*!< ETHERNET DMA_INT_EN: TUE Mask       */\r
-#define ETHERNET_DMA_INT_EN_TJE_Pos                           3                                                         /*!< ETHERNET DMA_INT_EN: TJE Position   */\r
-#define ETHERNET_DMA_INT_EN_TJE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_TJE_Pos)                   /*!< ETHERNET DMA_INT_EN: TJE Mask       */\r
-#define ETHERNET_DMA_INT_EN_OVE_Pos                           4                                                         /*!< ETHERNET DMA_INT_EN: OVE Position   */\r
-#define ETHERNET_DMA_INT_EN_OVE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_OVE_Pos)                   /*!< ETHERNET DMA_INT_EN: OVE Mask       */\r
-#define ETHERNET_DMA_INT_EN_UNE_Pos                           5                                                         /*!< ETHERNET DMA_INT_EN: UNE Position   */\r
-#define ETHERNET_DMA_INT_EN_UNE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_UNE_Pos)                   /*!< ETHERNET DMA_INT_EN: UNE Mask       */\r
-#define ETHERNET_DMA_INT_EN_RIE_Pos                           6                                                         /*!< ETHERNET DMA_INT_EN: RIE Position   */\r
-#define ETHERNET_DMA_INT_EN_RIE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_RIE_Pos)                   /*!< ETHERNET DMA_INT_EN: RIE Mask       */\r
-#define ETHERNET_DMA_INT_EN_RUE_Pos                           7                                                         /*!< ETHERNET DMA_INT_EN: RUE Position   */\r
-#define ETHERNET_DMA_INT_EN_RUE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_RUE_Pos)                   /*!< ETHERNET DMA_INT_EN: RUE Mask       */\r
-#define ETHERNET_DMA_INT_EN_RSE_Pos                           8                                                         /*!< ETHERNET DMA_INT_EN: RSE Position   */\r
-#define ETHERNET_DMA_INT_EN_RSE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_RSE_Pos)                   /*!< ETHERNET DMA_INT_EN: RSE Mask       */\r
-#define ETHERNET_DMA_INT_EN_RWE_Pos                           9                                                         /*!< ETHERNET DMA_INT_EN: RWE Position   */\r
-#define ETHERNET_DMA_INT_EN_RWE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_RWE_Pos)                   /*!< ETHERNET DMA_INT_EN: RWE Mask       */\r
-#define ETHERNET_DMA_INT_EN_ETE_Pos                           10                                                        /*!< ETHERNET DMA_INT_EN: ETE Position   */\r
-#define ETHERNET_DMA_INT_EN_ETE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_ETE_Pos)                   /*!< ETHERNET DMA_INT_EN: ETE Mask       */\r
-#define ETHERNET_DMA_INT_EN_FBE_Pos                           13                                                        /*!< ETHERNET DMA_INT_EN: FBE Position   */\r
-#define ETHERNET_DMA_INT_EN_FBE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_FBE_Pos)                   /*!< ETHERNET DMA_INT_EN: FBE Mask       */\r
-#define ETHERNET_DMA_INT_EN_ERE_Pos                           14                                                        /*!< ETHERNET DMA_INT_EN: ERE Position   */\r
-#define ETHERNET_DMA_INT_EN_ERE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_ERE_Pos)                   /*!< ETHERNET DMA_INT_EN: ERE Mask       */\r
-#define ETHERNET_DMA_INT_EN_AIE_Pos                           15                                                        /*!< ETHERNET DMA_INT_EN: AIE Position   */\r
-#define ETHERNET_DMA_INT_EN_AIE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_AIE_Pos)                   /*!< ETHERNET DMA_INT_EN: AIE Mask       */\r
-#define ETHERNET_DMA_INT_EN_NIE_Pos                           16                                                        /*!< ETHERNET DMA_INT_EN: NIE Position   */\r
-#define ETHERNET_DMA_INT_EN_NIE_Msk                           (0x01UL << ETHERNET_DMA_INT_EN_NIE_Pos)                   /*!< ETHERNET DMA_INT_EN: NIE Mask       */\r
-\r
-// ---------------------------------  ETHERNET_DMA_MFRM_BUFOF  ------------------------------------\r
-#define ETHERNET_DMA_MFRM_BUFOF_FMC_Pos                       0                                                         /*!< ETHERNET DMA_MFRM_BUFOF: FMC Position */\r
-#define ETHERNET_DMA_MFRM_BUFOF_FMC_Msk                       (0x0000ffffUL << ETHERNET_DMA_MFRM_BUFOF_FMC_Pos)         /*!< ETHERNET DMA_MFRM_BUFOF: FMC Mask   */\r
-#define ETHERNET_DMA_MFRM_BUFOF_OC_Pos                        16                                                        /*!< ETHERNET DMA_MFRM_BUFOF: OC Position */\r
-#define ETHERNET_DMA_MFRM_BUFOF_OC_Msk                        (0x01UL << ETHERNET_DMA_MFRM_BUFOF_OC_Pos)                /*!< ETHERNET DMA_MFRM_BUFOF: OC Mask    */\r
-#define ETHERNET_DMA_MFRM_BUFOF_FMA_Pos                       17                                                        /*!< ETHERNET DMA_MFRM_BUFOF: FMA Position */\r
-#define ETHERNET_DMA_MFRM_BUFOF_FMA_Msk                       (0x000007ffUL << ETHERNET_DMA_MFRM_BUFOF_FMA_Pos)         /*!< ETHERNET DMA_MFRM_BUFOF: FMA Mask   */\r
-#define ETHERNET_DMA_MFRM_BUFOF_OF_Pos                        28                                                        /*!< ETHERNET DMA_MFRM_BUFOF: OF Position */\r
-#define ETHERNET_DMA_MFRM_BUFOF_OF_Msk                        (0x01UL << ETHERNET_DMA_MFRM_BUFOF_OF_Pos)                /*!< ETHERNET DMA_MFRM_BUFOF: OF Mask    */\r
-\r
-// --------------------------------  ETHERNET_DMA_REC_INT_WDT  ------------------------------------\r
-#define ETHERNET_DMA_REC_INT_WDT_RIWT_Pos                     0                                                         /*!< ETHERNET DMA_REC_INT_WDT: RIWT Position */\r
-#define ETHERNET_DMA_REC_INT_WDT_RIWT_Msk                     (0x000000ffUL << ETHERNET_DMA_REC_INT_WDT_RIWT_Pos)       /*!< ETHERNET DMA_REC_INT_WDT: RIWT Mask */\r
-\r
-// -----------------------------  ETHERNET_DMA_CURHOST_TRANS_DES  ---------------------------------\r
-#define ETHERNET_DMA_CURHOST_TRANS_DES_HTD_Pos                0                                                         /*!< ETHERNET DMA_CURHOST_TRANS_DES: HTD Position */\r
-#define ETHERNET_DMA_CURHOST_TRANS_DES_HTD_Msk                (0xffffffffUL << ETHERNET_DMA_CURHOST_TRANS_DES_HTD_Pos)  /*!< ETHERNET DMA_CURHOST_TRANS_DES: HTD Mask */\r
-\r
-// ------------------------------  ETHERNET_DMA_CURHOST_REC_DES  ----------------------------------\r
-#define ETHERNET_DMA_CURHOST_REC_DES_HRD_Pos                  0                                                         /*!< ETHERNET DMA_CURHOST_REC_DES: HRD Position */\r
-#define ETHERNET_DMA_CURHOST_REC_DES_HRD_Msk                  (0xffffffffUL << ETHERNET_DMA_CURHOST_REC_DES_HRD_Pos)    /*!< ETHERNET DMA_CURHOST_REC_DES: HRD Mask */\r
-\r
-// -----------------------------  ETHERNET_DMA_CURHOST_TRANS_BUF  ---------------------------------\r
-#define ETHERNET_DMA_CURHOST_TRANS_BUF_HTB_Pos                0                                                         /*!< ETHERNET DMA_CURHOST_TRANS_BUF: HTB Position */\r
-#define ETHERNET_DMA_CURHOST_TRANS_BUF_HTB_Msk                (0xffffffffUL << ETHERNET_DMA_CURHOST_TRANS_BUF_HTB_Pos)  /*!< ETHERNET DMA_CURHOST_TRANS_BUF: HTB Mask */\r
-\r
-// ------------------------------  ETHERNET_DMA_CURHOST_REC_BUF  ----------------------------------\r
-#define ETHERNET_DMA_CURHOST_REC_BUF_HRB_Pos                  0                                                         /*!< ETHERNET DMA_CURHOST_REC_BUF: HRB Position */\r
-#define ETHERNET_DMA_CURHOST_REC_BUF_HRB_Msk                  (0xffffffffUL << ETHERNET_DMA_CURHOST_REC_BUF_HRB_Pos)    /*!< ETHERNET DMA_CURHOST_REC_BUF: HRB Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                ATIMER Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------  ATIMER_DOWNCOUNTER  ---------------------------------------\r
-#define ATIMER_DOWNCOUNTER_CVAL_Pos                           0                                                         /*!< ATIMER DOWNCOUNTER: CVAL Position   */\r
-#define ATIMER_DOWNCOUNTER_CVAL_Msk                           (0x0000ffffUL << ATIMER_DOWNCOUNTER_CVAL_Pos)             /*!< ATIMER DOWNCOUNTER: CVAL Mask       */\r
-\r
-// --------------------------------------  ATIMER_PRESET  -----------------------------------------\r
-#define ATIMER_PRESET_PRESETVAL_Pos                           0                                                         /*!< ATIMER PRESET: PRESETVAL Position   */\r
-#define ATIMER_PRESET_PRESETVAL_Msk                           (0x0000ffffUL << ATIMER_PRESET_PRESETVAL_Pos)             /*!< ATIMER PRESET: PRESETVAL Mask       */\r
-\r
-// --------------------------------------  ATIMER_CLR_EN  -----------------------------------------\r
-#define ATIMER_CLR_EN_CLR_EN_Pos                              0                                                         /*!< ATIMER CLR_EN: CLR_EN Position      */\r
-#define ATIMER_CLR_EN_CLR_EN_Msk                              (0x01UL << ATIMER_CLR_EN_CLR_EN_Pos)                      /*!< ATIMER CLR_EN: CLR_EN Mask          */\r
-\r
-// --------------------------------------  ATIMER_SET_EN  -----------------------------------------\r
-#define ATIMER_SET_EN_SET_EN_Pos                              0                                                         /*!< ATIMER SET_EN: SET_EN Position      */\r
-#define ATIMER_SET_EN_SET_EN_Msk                              (0x01UL << ATIMER_SET_EN_SET_EN_Pos)                      /*!< ATIMER SET_EN: SET_EN Mask          */\r
-\r
-// --------------------------------------  ATIMER_STATUS  -----------------------------------------\r
-#define ATIMER_STATUS_STAT_Pos                                0                                                         /*!< ATIMER STATUS: STAT Position        */\r
-#define ATIMER_STATUS_STAT_Msk                                (0x01UL << ATIMER_STATUS_STAT_Pos)                        /*!< ATIMER STATUS: STAT Mask            */\r
-\r
-// --------------------------------------  ATIMER_ENABLE  -----------------------------------------\r
-#define ATIMER_ENABLE_EN_Pos                                  0                                                         /*!< ATIMER ENABLE: EN Position          */\r
-#define ATIMER_ENABLE_EN_Msk                                  (0x01UL << ATIMER_ENABLE_EN_Pos)                          /*!< ATIMER ENABLE: EN Mask              */\r
-\r
-// -------------------------------------  ATIMER_CLR_STAT  ----------------------------------------\r
-#define ATIMER_CLR_STAT_CSTAT_Pos                             0                                                         /*!< ATIMER CLR_STAT: CSTAT Position     */\r
-#define ATIMER_CLR_STAT_CSTAT_Msk                             (0x01UL << ATIMER_CLR_STAT_CSTAT_Pos)                     /*!< ATIMER CLR_STAT: CSTAT Mask         */\r
-\r
-// -------------------------------------  ATIMER_SET_STAT  ----------------------------------------\r
-#define ATIMER_SET_STAT_SSTAT_Pos                             0                                                         /*!< ATIMER SET_STAT: SSTAT Position     */\r
-#define ATIMER_SET_STAT_SSTAT_Msk                             (0x01UL << ATIMER_SET_STAT_SSTAT_Pos)                     /*!< ATIMER SET_STAT: SSTAT Mask         */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                REGFILE Position & Mask                               -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ------------------------------------  REGFILE_REGFILE0  ----------------------------------------\r
-#define REGFILE_REGFILE0_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE0: REGVAL Position   */\r
-#define REGFILE_REGFILE0_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE0_REGVAL_Pos)             /*!< REGFILE REGFILE0: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE1  ----------------------------------------\r
-#define REGFILE_REGFILE1_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE1: REGVAL Position   */\r
-#define REGFILE_REGFILE1_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE1_REGVAL_Pos)             /*!< REGFILE REGFILE1: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE2  ----------------------------------------\r
-#define REGFILE_REGFILE2_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE2: REGVAL Position   */\r
-#define REGFILE_REGFILE2_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE2_REGVAL_Pos)             /*!< REGFILE REGFILE2: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE3  ----------------------------------------\r
-#define REGFILE_REGFILE3_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE3: REGVAL Position   */\r
-#define REGFILE_REGFILE3_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE3_REGVAL_Pos)             /*!< REGFILE REGFILE3: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE4  ----------------------------------------\r
-#define REGFILE_REGFILE4_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE4: REGVAL Position   */\r
-#define REGFILE_REGFILE4_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE4_REGVAL_Pos)             /*!< REGFILE REGFILE4: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE5  ----------------------------------------\r
-#define REGFILE_REGFILE5_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE5: REGVAL Position   */\r
-#define REGFILE_REGFILE5_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE5_REGVAL_Pos)             /*!< REGFILE REGFILE5: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE6  ----------------------------------------\r
-#define REGFILE_REGFILE6_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE6: REGVAL Position   */\r
-#define REGFILE_REGFILE6_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE6_REGVAL_Pos)             /*!< REGFILE REGFILE6: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE7  ----------------------------------------\r
-#define REGFILE_REGFILE7_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE7: REGVAL Position   */\r
-#define REGFILE_REGFILE7_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE7_REGVAL_Pos)             /*!< REGFILE REGFILE7: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE8  ----------------------------------------\r
-#define REGFILE_REGFILE8_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE8: REGVAL Position   */\r
-#define REGFILE_REGFILE8_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE8_REGVAL_Pos)             /*!< REGFILE REGFILE8: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE9  ----------------------------------------\r
-#define REGFILE_REGFILE9_REGVAL_Pos                           0                                                         /*!< REGFILE REGFILE9: REGVAL Position   */\r
-#define REGFILE_REGFILE9_REGVAL_Msk                           (0xffffffffUL << REGFILE_REGFILE9_REGVAL_Pos)             /*!< REGFILE REGFILE9: REGVAL Mask       */\r
-\r
-// ------------------------------------  REGFILE_REGFILE10  ---------------------------------------\r
-#define REGFILE_REGFILE10_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE10: REGVAL Position  */\r
-#define REGFILE_REGFILE10_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE10_REGVAL_Pos)            /*!< REGFILE REGFILE10: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE11  ---------------------------------------\r
-#define REGFILE_REGFILE11_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE11: REGVAL Position  */\r
-#define REGFILE_REGFILE11_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE11_REGVAL_Pos)            /*!< REGFILE REGFILE11: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE12  ---------------------------------------\r
-#define REGFILE_REGFILE12_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE12: REGVAL Position  */\r
-#define REGFILE_REGFILE12_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE12_REGVAL_Pos)            /*!< REGFILE REGFILE12: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE13  ---------------------------------------\r
-#define REGFILE_REGFILE13_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE13: REGVAL Position  */\r
-#define REGFILE_REGFILE13_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE13_REGVAL_Pos)            /*!< REGFILE REGFILE13: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE14  ---------------------------------------\r
-#define REGFILE_REGFILE14_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE14: REGVAL Position  */\r
-#define REGFILE_REGFILE14_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE14_REGVAL_Pos)            /*!< REGFILE REGFILE14: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE15  ---------------------------------------\r
-#define REGFILE_REGFILE15_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE15: REGVAL Position  */\r
-#define REGFILE_REGFILE15_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE15_REGVAL_Pos)            /*!< REGFILE REGFILE15: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE16  ---------------------------------------\r
-#define REGFILE_REGFILE16_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE16: REGVAL Position  */\r
-#define REGFILE_REGFILE16_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE16_REGVAL_Pos)            /*!< REGFILE REGFILE16: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE17  ---------------------------------------\r
-#define REGFILE_REGFILE17_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE17: REGVAL Position  */\r
-#define REGFILE_REGFILE17_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE17_REGVAL_Pos)            /*!< REGFILE REGFILE17: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE18  ---------------------------------------\r
-#define REGFILE_REGFILE18_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE18: REGVAL Position  */\r
-#define REGFILE_REGFILE18_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE18_REGVAL_Pos)            /*!< REGFILE REGFILE18: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE19  ---------------------------------------\r
-#define REGFILE_REGFILE19_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE19: REGVAL Position  */\r
-#define REGFILE_REGFILE19_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE19_REGVAL_Pos)            /*!< REGFILE REGFILE19: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE20  ---------------------------------------\r
-#define REGFILE_REGFILE20_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE20: REGVAL Position  */\r
-#define REGFILE_REGFILE20_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE20_REGVAL_Pos)            /*!< REGFILE REGFILE20: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE21  ---------------------------------------\r
-#define REGFILE_REGFILE21_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE21: REGVAL Position  */\r
-#define REGFILE_REGFILE21_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE21_REGVAL_Pos)            /*!< REGFILE REGFILE21: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE22  ---------------------------------------\r
-#define REGFILE_REGFILE22_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE22: REGVAL Position  */\r
-#define REGFILE_REGFILE22_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE22_REGVAL_Pos)            /*!< REGFILE REGFILE22: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE23  ---------------------------------------\r
-#define REGFILE_REGFILE23_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE23: REGVAL Position  */\r
-#define REGFILE_REGFILE23_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE23_REGVAL_Pos)            /*!< REGFILE REGFILE23: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE24  ---------------------------------------\r
-#define REGFILE_REGFILE24_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE24: REGVAL Position  */\r
-#define REGFILE_REGFILE24_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE24_REGVAL_Pos)            /*!< REGFILE REGFILE24: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE25  ---------------------------------------\r
-#define REGFILE_REGFILE25_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE25: REGVAL Position  */\r
-#define REGFILE_REGFILE25_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE25_REGVAL_Pos)            /*!< REGFILE REGFILE25: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE26  ---------------------------------------\r
-#define REGFILE_REGFILE26_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE26: REGVAL Position  */\r
-#define REGFILE_REGFILE26_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE26_REGVAL_Pos)            /*!< REGFILE REGFILE26: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE27  ---------------------------------------\r
-#define REGFILE_REGFILE27_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE27: REGVAL Position  */\r
-#define REGFILE_REGFILE27_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE27_REGVAL_Pos)            /*!< REGFILE REGFILE27: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE28  ---------------------------------------\r
-#define REGFILE_REGFILE28_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE28: REGVAL Position  */\r
-#define REGFILE_REGFILE28_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE28_REGVAL_Pos)            /*!< REGFILE REGFILE28: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE29  ---------------------------------------\r
-#define REGFILE_REGFILE29_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE29: REGVAL Position  */\r
-#define REGFILE_REGFILE29_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE29_REGVAL_Pos)            /*!< REGFILE REGFILE29: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE30  ---------------------------------------\r
-#define REGFILE_REGFILE30_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE30: REGVAL Position  */\r
-#define REGFILE_REGFILE30_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE30_REGVAL_Pos)            /*!< REGFILE REGFILE30: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE31  ---------------------------------------\r
-#define REGFILE_REGFILE31_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE31: REGVAL Position  */\r
-#define REGFILE_REGFILE31_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE31_REGVAL_Pos)            /*!< REGFILE REGFILE31: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE32  ---------------------------------------\r
-#define REGFILE_REGFILE32_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE32: REGVAL Position  */\r
-#define REGFILE_REGFILE32_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE32_REGVAL_Pos)            /*!< REGFILE REGFILE32: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE33  ---------------------------------------\r
-#define REGFILE_REGFILE33_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE33: REGVAL Position  */\r
-#define REGFILE_REGFILE33_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE33_REGVAL_Pos)            /*!< REGFILE REGFILE33: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE34  ---------------------------------------\r
-#define REGFILE_REGFILE34_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE34: REGVAL Position  */\r
-#define REGFILE_REGFILE34_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE34_REGVAL_Pos)            /*!< REGFILE REGFILE34: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE35  ---------------------------------------\r
-#define REGFILE_REGFILE35_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE35: REGVAL Position  */\r
-#define REGFILE_REGFILE35_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE35_REGVAL_Pos)            /*!< REGFILE REGFILE35: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE36  ---------------------------------------\r
-#define REGFILE_REGFILE36_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE36: REGVAL Position  */\r
-#define REGFILE_REGFILE36_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE36_REGVAL_Pos)            /*!< REGFILE REGFILE36: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE37  ---------------------------------------\r
-#define REGFILE_REGFILE37_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE37: REGVAL Position  */\r
-#define REGFILE_REGFILE37_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE37_REGVAL_Pos)            /*!< REGFILE REGFILE37: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE38  ---------------------------------------\r
-#define REGFILE_REGFILE38_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE38: REGVAL Position  */\r
-#define REGFILE_REGFILE38_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE38_REGVAL_Pos)            /*!< REGFILE REGFILE38: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE39  ---------------------------------------\r
-#define REGFILE_REGFILE39_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE39: REGVAL Position  */\r
-#define REGFILE_REGFILE39_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE39_REGVAL_Pos)            /*!< REGFILE REGFILE39: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE40  ---------------------------------------\r
-#define REGFILE_REGFILE40_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE40: REGVAL Position  */\r
-#define REGFILE_REGFILE40_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE40_REGVAL_Pos)            /*!< REGFILE REGFILE40: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE41  ---------------------------------------\r
-#define REGFILE_REGFILE41_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE41: REGVAL Position  */\r
-#define REGFILE_REGFILE41_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE41_REGVAL_Pos)            /*!< REGFILE REGFILE41: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE42  ---------------------------------------\r
-#define REGFILE_REGFILE42_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE42: REGVAL Position  */\r
-#define REGFILE_REGFILE42_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE42_REGVAL_Pos)            /*!< REGFILE REGFILE42: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE43  ---------------------------------------\r
-#define REGFILE_REGFILE43_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE43: REGVAL Position  */\r
-#define REGFILE_REGFILE43_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE43_REGVAL_Pos)            /*!< REGFILE REGFILE43: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE44  ---------------------------------------\r
-#define REGFILE_REGFILE44_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE44: REGVAL Position  */\r
-#define REGFILE_REGFILE44_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE44_REGVAL_Pos)            /*!< REGFILE REGFILE44: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE45  ---------------------------------------\r
-#define REGFILE_REGFILE45_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE45: REGVAL Position  */\r
-#define REGFILE_REGFILE45_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE45_REGVAL_Pos)            /*!< REGFILE REGFILE45: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE46  ---------------------------------------\r
-#define REGFILE_REGFILE46_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE46: REGVAL Position  */\r
-#define REGFILE_REGFILE46_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE46_REGVAL_Pos)            /*!< REGFILE REGFILE46: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE47  ---------------------------------------\r
-#define REGFILE_REGFILE47_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE47: REGVAL Position  */\r
-#define REGFILE_REGFILE47_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE47_REGVAL_Pos)            /*!< REGFILE REGFILE47: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE48  ---------------------------------------\r
-#define REGFILE_REGFILE48_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE48: REGVAL Position  */\r
-#define REGFILE_REGFILE48_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE48_REGVAL_Pos)            /*!< REGFILE REGFILE48: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE49  ---------------------------------------\r
-#define REGFILE_REGFILE49_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE49: REGVAL Position  */\r
-#define REGFILE_REGFILE49_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE49_REGVAL_Pos)            /*!< REGFILE REGFILE49: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE50  ---------------------------------------\r
-#define REGFILE_REGFILE50_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE50: REGVAL Position  */\r
-#define REGFILE_REGFILE50_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE50_REGVAL_Pos)            /*!< REGFILE REGFILE50: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE51  ---------------------------------------\r
-#define REGFILE_REGFILE51_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE51: REGVAL Position  */\r
-#define REGFILE_REGFILE51_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE51_REGVAL_Pos)            /*!< REGFILE REGFILE51: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE52  ---------------------------------------\r
-#define REGFILE_REGFILE52_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE52: REGVAL Position  */\r
-#define REGFILE_REGFILE52_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE52_REGVAL_Pos)            /*!< REGFILE REGFILE52: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE53  ---------------------------------------\r
-#define REGFILE_REGFILE53_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE53: REGVAL Position  */\r
-#define REGFILE_REGFILE53_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE53_REGVAL_Pos)            /*!< REGFILE REGFILE53: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE54  ---------------------------------------\r
-#define REGFILE_REGFILE54_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE54: REGVAL Position  */\r
-#define REGFILE_REGFILE54_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE54_REGVAL_Pos)            /*!< REGFILE REGFILE54: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE55  ---------------------------------------\r
-#define REGFILE_REGFILE55_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE55: REGVAL Position  */\r
-#define REGFILE_REGFILE55_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE55_REGVAL_Pos)            /*!< REGFILE REGFILE55: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE56  ---------------------------------------\r
-#define REGFILE_REGFILE56_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE56: REGVAL Position  */\r
-#define REGFILE_REGFILE56_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE56_REGVAL_Pos)            /*!< REGFILE REGFILE56: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE57  ---------------------------------------\r
-#define REGFILE_REGFILE57_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE57: REGVAL Position  */\r
-#define REGFILE_REGFILE57_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE57_REGVAL_Pos)            /*!< REGFILE REGFILE57: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE58  ---------------------------------------\r
-#define REGFILE_REGFILE58_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE58: REGVAL Position  */\r
-#define REGFILE_REGFILE58_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE58_REGVAL_Pos)            /*!< REGFILE REGFILE58: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE59  ---------------------------------------\r
-#define REGFILE_REGFILE59_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE59: REGVAL Position  */\r
-#define REGFILE_REGFILE59_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE59_REGVAL_Pos)            /*!< REGFILE REGFILE59: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE60  ---------------------------------------\r
-#define REGFILE_REGFILE60_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE60: REGVAL Position  */\r
-#define REGFILE_REGFILE60_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE60_REGVAL_Pos)            /*!< REGFILE REGFILE60: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE61  ---------------------------------------\r
-#define REGFILE_REGFILE61_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE61: REGVAL Position  */\r
-#define REGFILE_REGFILE61_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE61_REGVAL_Pos)            /*!< REGFILE REGFILE61: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE62  ---------------------------------------\r
-#define REGFILE_REGFILE62_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE62: REGVAL Position  */\r
-#define REGFILE_REGFILE62_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE62_REGVAL_Pos)            /*!< REGFILE REGFILE62: REGVAL Mask      */\r
-\r
-// ------------------------------------  REGFILE_REGFILE63  ---------------------------------------\r
-#define REGFILE_REGFILE63_REGVAL_Pos                          0                                                         /*!< REGFILE REGFILE63: REGVAL Position  */\r
-#define REGFILE_REGFILE63_REGVAL_Msk                          (0xffffffffUL << REGFILE_REGFILE63_REGVAL_Pos)            /*!< REGFILE REGFILE63: REGVAL Mask      */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  PMC Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------  PMC_PD0_SLEEP0_HW_ENA  -------------------------------------\r
-#define PMC_PD0_SLEEP0_HW_ENA_ENA_EVENT0_Pos                  0                                                         /*!< PMC PD0_SLEEP0_HW_ENA: ENA_EVENT0 Position */\r
-#define PMC_PD0_SLEEP0_HW_ENA_ENA_EVENT0_Msk                  (0x01UL << PMC_PD0_SLEEP0_HW_ENA_ENA_EVENT0_Pos)          /*!< PMC PD0_SLEEP0_HW_ENA: ENA_EVENT0 Mask */\r
-\r
-// -----------------------------------  PMC_PD0_SLEEP0_MODE  --------------------------------------\r
-#define PMC_PD0_SLEEP0_MODE_PWR_STATE_Pos                     0                                                         /*!< PMC PD0_SLEEP0_MODE: PWR_STATE Position */\r
-#define PMC_PD0_SLEEP0_MODE_PWR_STATE_Msk                     (0xffffffffUL << PMC_PD0_SLEEP0_MODE_PWR_STATE_Pos)       /*!< PMC PD0_SLEEP0_MODE: PWR_STATE Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 CREG Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  CREG_IRCTRM  ------------------------------------------\r
-#define CREG_IRCTRM_TRM_Pos                                   0                                                         /*!< CREG IRCTRM: TRM Position           */\r
-#define CREG_IRCTRM_TRM_Msk                                   (0x00000fffUL << CREG_IRCTRM_TRM_Pos)                     /*!< CREG IRCTRM: TRM Mask               */\r
-\r
-// ---------------------------------------  CREG_CREG0  -------------------------------------------\r
-#define CREG_CREG0_EN1KHZ_Pos                                 0                                                         /*!< CREG CREG0: EN1KHZ Position         */\r
-#define CREG_CREG0_EN1KHZ_Msk                                 (0x01UL << CREG_CREG0_EN1KHZ_Pos)                         /*!< CREG CREG0: EN1KHZ Mask             */\r
-#define CREG_CREG0_EN32KHZ_Pos                                1                                                         /*!< CREG CREG0: EN32KHZ Position        */\r
-#define CREG_CREG0_EN32KHZ_Msk                                (0x01UL << CREG_CREG0_EN32KHZ_Pos)                        /*!< CREG CREG0: EN32KHZ Mask            */\r
-#define CREG_CREG0_RESET32KHZ_Pos                             2                                                         /*!< CREG CREG0: RESET32KHZ Position     */\r
-#define CREG_CREG0_RESET32KHZ_Msk                             (0x01UL << CREG_CREG0_RESET32KHZ_Pos)                     /*!< CREG CREG0: RESET32KHZ Mask         */\r
-#define CREG_CREG0_32KHZPD_Pos                                3                                                         /*!< CREG CREG0: 32KHZPD Position        */\r
-#define CREG_CREG0_32KHZPD_Msk                                (0x01UL << CREG_CREG0_32KHZPD_Pos)                        /*!< CREG CREG0: 32KHZPD Mask            */\r
-#define CREG_CREG0_USB0PHY_Pos                                5                                                         /*!< CREG CREG0: USB0PHY Position        */\r
-#define CREG_CREG0_USB0PHY_Msk                                (0x01UL << CREG_CREG0_USB0PHY_Pos)                        /*!< CREG CREG0: USB0PHY Mask            */\r
-#define CREG_CREG0_ALARMCTRL_Pos                              6                                                         /*!< CREG CREG0: ALARMCTRL Position      */\r
-#define CREG_CREG0_ALARMCTRL_Msk                              (0x03UL << CREG_CREG0_ALARMCTRL_Pos)                      /*!< CREG CREG0: ALARMCTRL Mask          */\r
-#define CREG_CREG0_BODLVL1_Pos                                8                                                         /*!< CREG CREG0: BODLVL1 Position        */\r
-#define CREG_CREG0_BODLVL1_Msk                                (0x03UL << CREG_CREG0_BODLVL1_Pos)                        /*!< CREG CREG0: BODLVL1 Mask            */\r
-#define CREG_CREG0_BODLVL2_Pos                                10                                                        /*!< CREG CREG0: BODLVL2 Position        */\r
-#define CREG_CREG0_BODLVL2_Msk                                (0x03UL << CREG_CREG0_BODLVL2_Pos)                        /*!< CREG CREG0: BODLVL2 Mask            */\r
-#define CREG_CREG0_WAKEUP0CTRL_Pos                            14                                                        /*!< CREG CREG0: WAKEUP0CTRL Position    */\r
-#define CREG_CREG0_WAKEUP0CTRL_Msk                            (0x03UL << CREG_CREG0_WAKEUP0CTRL_Pos)                    /*!< CREG CREG0: WAKEUP0CTRL Mask        */\r
-#define CREG_CREG0_WAKEUP1CTRL_Pos                            16                                                        /*!< CREG CREG0: WAKEUP1CTRL Position    */\r
-#define CREG_CREG0_WAKEUP1CTRL_Msk                            (0x03UL << CREG_CREG0_WAKEUP1CTRL_Pos)                    /*!< CREG CREG0: WAKEUP1CTRL Mask        */\r
-\r
-// ---------------------------------------  CREG_PMUCON  ------------------------------------------\r
-#define CREG_PMUCON_PWRCTRL_Pos                               0                                                         /*!< CREG PMUCON: PWRCTRL Position       */\r
-#define CREG_PMUCON_PWRCTRL_Msk                               (0x000001ffUL << CREG_PMUCON_PWRCTRL_Pos)                 /*!< CREG PMUCON: PWRCTRL Mask           */\r
-#define CREG_PMUCON_DYNAMICPWRCTRL_Pos                        15                                                        /*!< CREG PMUCON: DYNAMICPWRCTRL Position */\r
-#define CREG_PMUCON_DYNAMICPWRCTRL_Msk                        (0x01UL << CREG_PMUCON_DYNAMICPWRCTRL_Pos)                /*!< CREG PMUCON: DYNAMICPWRCTRL Mask    */\r
-\r
-// --------------------------------------  CREG_M3MEMMAP  -----------------------------------------\r
-#define CREG_M3MEMMAP_M3MAP_Pos                               12                                                        /*!< CREG M3MEMMAP: M3MAP Position       */\r
-#define CREG_M3MEMMAP_M3MAP_Msk                               (0x000fffffUL << CREG_M3MEMMAP_M3MAP_Pos)                 /*!< CREG M3MEMMAP: M3MAP Mask           */\r
-\r
-// ---------------------------------------  CREG_CREG5  -------------------------------------------\r
-#define CREG_CREG5_M3TAPSEL_Pos                               6                                                         /*!< CREG CREG5: M3TAPSEL Position       */\r
-#define CREG_CREG5_M3TAPSEL_Msk                               (0x01UL << CREG_CREG5_M3TAPSEL_Pos)                       /*!< CREG CREG5: M3TAPSEL Mask           */\r
-\r
-// ---------------------------------------  CREG_DMAMUX  ------------------------------------------\r
-#define CREG_DMAMUX_DMAMUXCH0_Pos                             0                                                         /*!< CREG DMAMUX: DMAMUXCH0 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH0_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH0_Pos)                     /*!< CREG DMAMUX: DMAMUXCH0 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH1_Pos                             2                                                         /*!< CREG DMAMUX: DMAMUXCH1 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH1_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH1_Pos)                     /*!< CREG DMAMUX: DMAMUXCH1 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH2_Pos                             4                                                         /*!< CREG DMAMUX: DMAMUXCH2 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH2_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH2_Pos)                     /*!< CREG DMAMUX: DMAMUXCH2 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH3_Pos                             6                                                         /*!< CREG DMAMUX: DMAMUXCH3 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH3_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH3_Pos)                     /*!< CREG DMAMUX: DMAMUXCH3 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH4_Pos                             8                                                         /*!< CREG DMAMUX: DMAMUXCH4 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH4_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH4_Pos)                     /*!< CREG DMAMUX: DMAMUXCH4 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH5_Pos                             10                                                        /*!< CREG DMAMUX: DMAMUXCH5 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH5_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH5_Pos)                     /*!< CREG DMAMUX: DMAMUXCH5 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH6_Pos                             12                                                        /*!< CREG DMAMUX: DMAMUXCH6 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH6_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH6_Pos)                     /*!< CREG DMAMUX: DMAMUXCH6 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH7_Pos                             14                                                        /*!< CREG DMAMUX: DMAMUXCH7 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH7_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH7_Pos)                     /*!< CREG DMAMUX: DMAMUXCH7 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH8_Pos                             16                                                        /*!< CREG DMAMUX: DMAMUXCH8 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH8_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH8_Pos)                     /*!< CREG DMAMUX: DMAMUXCH8 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH9_Pos                             18                                                        /*!< CREG DMAMUX: DMAMUXCH9 Position     */\r
-#define CREG_DMAMUX_DMAMUXCH9_Msk                             (0x03UL << CREG_DMAMUX_DMAMUXCH9_Pos)                     /*!< CREG DMAMUX: DMAMUXCH9 Mask         */\r
-#define CREG_DMAMUX_DMAMUXCH10_Pos                            20                                                        /*!< CREG DMAMUX: DMAMUXCH10 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH10_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH10_Pos)                    /*!< CREG DMAMUX: DMAMUXCH10 Mask        */\r
-#define CREG_DMAMUX_DMAMUXCH11_Pos                            22                                                        /*!< CREG DMAMUX: DMAMUXCH11 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH11_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH11_Pos)                    /*!< CREG DMAMUX: DMAMUXCH11 Mask        */\r
-#define CREG_DMAMUX_DMAMUXCH12_Pos                            24                                                        /*!< CREG DMAMUX: DMAMUXCH12 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH12_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH12_Pos)                    /*!< CREG DMAMUX: DMAMUXCH12 Mask        */\r
-#define CREG_DMAMUX_DMAMUXCH13_Pos                            26                                                        /*!< CREG DMAMUX: DMAMUXCH13 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH13_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH13_Pos)                    /*!< CREG DMAMUX: DMAMUXCH13 Mask        */\r
-#define CREG_DMAMUX_DMAMUXCH14_Pos                            28                                                        /*!< CREG DMAMUX: DMAMUXCH14 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH14_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH14_Pos)                    /*!< CREG DMAMUX: DMAMUXCH14 Mask        */\r
-#define CREG_DMAMUX_DMAMUXCH15_Pos                            30                                                        /*!< CREG DMAMUX: DMAMUXCH15 Position    */\r
-#define CREG_DMAMUX_DMAMUXCH15_Msk                            (0x03UL << CREG_DMAMUX_DMAMUXCH15_Pos)                    /*!< CREG DMAMUX: DMAMUXCH15 Mask        */\r
-\r
-// ---------------------------------------  CREG_ETBCFG  ------------------------------------------\r
-#define CREG_ETBCFG_ETB_Pos                                   0                                                         /*!< CREG ETBCFG: ETB Position           */\r
-#define CREG_ETBCFG_ETB_Msk                                   (0x01UL << CREG_ETBCFG_ETB_Pos)                           /*!< CREG ETBCFG: ETB Mask               */\r
-\r
-// ---------------------------------------  CREG_CREG6  -------------------------------------------\r
-#define CREG_CREG6_ETHMODE_Pos                                0                                                         /*!< CREG CREG6: ETHMODE Position        */\r
-#define CREG_CREG6_ETHMODE_Msk                                (0x07UL << CREG_CREG6_ETHMODE_Pos)                        /*!< CREG CREG6: ETHMODE Mask            */\r
-#define CREG_CREG6_TIMCTRL_Pos                                4                                                         /*!< CREG CREG6: TIMCTRL Position        */\r
-#define CREG_CREG6_TIMCTRL_Msk                                (0x01UL << CREG_CREG6_TIMCTRL_Pos)                        /*!< CREG CREG6: TIMCTRL Mask            */\r
-#define CREG_CREG6_I2S0_TX_SCK_IN_SEL_Pos                     12                                                        /*!< CREG CREG6: I2S0_TX_SCK_IN_SEL Position */\r
-#define CREG_CREG6_I2S0_TX_SCK_IN_SEL_Msk                     (0x01UL << CREG_CREG6_I2S0_TX_SCK_IN_SEL_Pos)             /*!< CREG CREG6: I2S0_TX_SCK_IN_SEL Mask */\r
-#define CREG_CREG6_I2S0_RX_SCK_IN_SEL_Pos                     13                                                        /*!< CREG CREG6: I2S0_RX_SCK_IN_SEL Position */\r
-#define CREG_CREG6_I2S0_RX_SCK_IN_SEL_Msk                     (0x01UL << CREG_CREG6_I2S0_RX_SCK_IN_SEL_Pos)             /*!< CREG CREG6: I2S0_RX_SCK_IN_SEL Mask */\r
-#define CREG_CREG6_I2S1_TX_SCK_IN_SEL_Pos                     14                                                        /*!< CREG CREG6: I2S1_TX_SCK_IN_SEL Position */\r
-#define CREG_CREG6_I2S1_TX_SCK_IN_SEL_Msk                     (0x01UL << CREG_CREG6_I2S1_TX_SCK_IN_SEL_Pos)             /*!< CREG CREG6: I2S1_TX_SCK_IN_SEL Mask */\r
-#define CREG_CREG6_I2S1_RX_SCK_IN_SEL_Pos                     15                                                        /*!< CREG CREG6: I2S1_RX_SCK_IN_SEL Position */\r
-#define CREG_CREG6_I2S1_RX_SCK_IN_SEL_Msk                     (0x01UL << CREG_CREG6_I2S1_RX_SCK_IN_SEL_Pos)             /*!< CREG CREG6: I2S1_RX_SCK_IN_SEL Mask */\r
-#define CREG_CREG6_EMC_CLK_SEL_Pos                            16                                                        /*!< CREG CREG6: EMC_CLK_SEL Position    */\r
-#define CREG_CREG6_EMC_CLK_SEL_Msk                            (0x01UL << CREG_CREG6_EMC_CLK_SEL_Pos)                    /*!< CREG CREG6: EMC_CLK_SEL Mask        */\r
-\r
-// ---------------------------------------  CREG_CHIPID  ------------------------------------------\r
-#define CREG_CHIPID_ID_Pos                                    0                                                         /*!< CREG CHIPID: ID Position            */\r
-#define CREG_CHIPID_ID_Msk                                    (0xffffffffUL << CREG_CHIPID_ID_Pos)                      /*!< CREG CHIPID: ID Mask                */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                              EVENTROUTER Position & Mask                             -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ------------------------------------  EVENTROUTER_HILO  ----------------------------------------\r
-#define EVENTROUTER_HILO_WAKEUP0_L_Pos                        0                                                         /*!< EVENTROUTER HILO: WAKEUP0_L Position */\r
-#define EVENTROUTER_HILO_WAKEUP0_L_Msk                        (0x01UL << EVENTROUTER_HILO_WAKEUP0_L_Pos)                /*!< EVENTROUTER HILO: WAKEUP0_L Mask    */\r
-#define EVENTROUTER_HILO_WAKEUP1_L_Pos                        1                                                         /*!< EVENTROUTER HILO: WAKEUP1_L Position */\r
-#define EVENTROUTER_HILO_WAKEUP1_L_Msk                        (0x01UL << EVENTROUTER_HILO_WAKEUP1_L_Pos)                /*!< EVENTROUTER HILO: WAKEUP1_L Mask    */\r
-#define EVENTROUTER_HILO_WAKEUP2_L_Pos                        2                                                         /*!< EVENTROUTER HILO: WAKEUP2_L Position */\r
-#define EVENTROUTER_HILO_WAKEUP2_L_Msk                        (0x01UL << EVENTROUTER_HILO_WAKEUP2_L_Pos)                /*!< EVENTROUTER HILO: WAKEUP2_L Mask    */\r
-#define EVENTROUTER_HILO_WAKEUP3_L_Pos                        3                                                         /*!< EVENTROUTER HILO: WAKEUP3_L Position */\r
-#define EVENTROUTER_HILO_WAKEUP3_L_Msk                        (0x01UL << EVENTROUTER_HILO_WAKEUP3_L_Pos)                /*!< EVENTROUTER HILO: WAKEUP3_L Mask    */\r
-#define EVENTROUTER_HILO_ATIMER_L_Pos                         4                                                         /*!< EVENTROUTER HILO: ATIMER_L Position */\r
-#define EVENTROUTER_HILO_ATIMER_L_Msk                         (0x01UL << EVENTROUTER_HILO_ATIMER_L_Pos)                 /*!< EVENTROUTER HILO: ATIMER_L Mask     */\r
-#define EVENTROUTER_HILO_RTC_L_Pos                            5                                                         /*!< EVENTROUTER HILO: RTC_L Position    */\r
-#define EVENTROUTER_HILO_RTC_L_Msk                            (0x01UL << EVENTROUTER_HILO_RTC_L_Pos)                    /*!< EVENTROUTER HILO: RTC_L Mask        */\r
-#define EVENTROUTER_HILO_BOD_L_Pos                            6                                                         /*!< EVENTROUTER HILO: BOD_L Position    */\r
-#define EVENTROUTER_HILO_BOD_L_Msk                            (0x01UL << EVENTROUTER_HILO_BOD_L_Pos)                    /*!< EVENTROUTER HILO: BOD_L Mask        */\r
-#define EVENTROUTER_HILO_WWDT_L_Pos                           7                                                         /*!< EVENTROUTER HILO: WWDT_L Position   */\r
-#define EVENTROUTER_HILO_WWDT_L_Msk                           (0x01UL << EVENTROUTER_HILO_WWDT_L_Pos)                   /*!< EVENTROUTER HILO: WWDT_L Mask       */\r
-#define EVENTROUTER_HILO_ETH_L_Pos                            8                                                         /*!< EVENTROUTER HILO: ETH_L Position    */\r
-#define EVENTROUTER_HILO_ETH_L_Msk                            (0x01UL << EVENTROUTER_HILO_ETH_L_Pos)                    /*!< EVENTROUTER HILO: ETH_L Mask        */\r
-#define EVENTROUTER_HILO_USB0_L_Pos                           9                                                         /*!< EVENTROUTER HILO: USB0_L Position   */\r
-#define EVENTROUTER_HILO_USB0_L_Msk                           (0x01UL << EVENTROUTER_HILO_USB0_L_Pos)                   /*!< EVENTROUTER HILO: USB0_L Mask       */\r
-#define EVENTROUTER_HILO_USB1_L_Pos                           10                                                        /*!< EVENTROUTER HILO: USB1_L Position   */\r
-#define EVENTROUTER_HILO_USB1_L_Msk                           (0x01UL << EVENTROUTER_HILO_USB1_L_Pos)                   /*!< EVENTROUTER HILO: USB1_L Mask       */\r
-#define EVENTROUTER_HILO_SDMMC_L_Pos                          11                                                        /*!< EVENTROUTER HILO: SDMMC_L Position  */\r
-#define EVENTROUTER_HILO_SDMMC_L_Msk                          (0x01UL << EVENTROUTER_HILO_SDMMC_L_Pos)                  /*!< EVENTROUTER HILO: SDMMC_L Mask      */\r
-#define EVENTROUTER_HILO_CAN_L_Pos                            12                                                        /*!< EVENTROUTER HILO: CAN_L Position    */\r
-#define EVENTROUTER_HILO_CAN_L_Msk                            (0x01UL << EVENTROUTER_HILO_CAN_L_Pos)                    /*!< EVENTROUTER HILO: CAN_L Mask        */\r
-#define EVENTROUTER_HILO_TIM2_L_Pos                           13                                                        /*!< EVENTROUTER HILO: TIM2_L Position   */\r
-#define EVENTROUTER_HILO_TIM2_L_Msk                           (0x01UL << EVENTROUTER_HILO_TIM2_L_Pos)                   /*!< EVENTROUTER HILO: TIM2_L Mask       */\r
-#define EVENTROUTER_HILO_TIM6_L_Pos                           14                                                        /*!< EVENTROUTER HILO: TIM6_L Position   */\r
-#define EVENTROUTER_HILO_TIM6_L_Msk                           (0x01UL << EVENTROUTER_HILO_TIM6_L_Pos)                   /*!< EVENTROUTER HILO: TIM6_L Mask       */\r
-#define EVENTROUTER_HILO_QEI_L_Pos                            15                                                        /*!< EVENTROUTER HILO: QEI_L Position    */\r
-#define EVENTROUTER_HILO_QEI_L_Msk                            (0x01UL << EVENTROUTER_HILO_QEI_L_Pos)                    /*!< EVENTROUTER HILO: QEI_L Mask        */\r
-#define EVENTROUTER_HILO_TIM14_L_Pos                          16                                                        /*!< EVENTROUTER HILO: TIM14_L Position  */\r
-#define EVENTROUTER_HILO_TIM14_L_Msk                          (0x01UL << EVENTROUTER_HILO_TIM14_L_Pos)                  /*!< EVENTROUTER HILO: TIM14_L Mask      */\r
-#define EVENTROUTER_HILO_RESET_L_Pos                          19                                                        /*!< EVENTROUTER HILO: RESET_L Position  */\r
-#define EVENTROUTER_HILO_RESET_L_Msk                          (0x01UL << EVENTROUTER_HILO_RESET_L_Pos)                  /*!< EVENTROUTER HILO: RESET_L Mask      */\r
-\r
-// ------------------------------------  EVENTROUTER_EDGE  ----------------------------------------\r
-#define EVENTROUTER_EDGE_WAKEUP0_E_Pos                        0                                                         /*!< EVENTROUTER EDGE: WAKEUP0_E Position */\r
-#define EVENTROUTER_EDGE_WAKEUP0_E_Msk                        (0x01UL << EVENTROUTER_EDGE_WAKEUP0_E_Pos)                /*!< EVENTROUTER EDGE: WAKEUP0_E Mask    */\r
-#define EVENTROUTER_EDGE_WAKEUP1_E_Pos                        1                                                         /*!< EVENTROUTER EDGE: WAKEUP1_E Position */\r
-#define EVENTROUTER_EDGE_WAKEUP1_E_Msk                        (0x01UL << EVENTROUTER_EDGE_WAKEUP1_E_Pos)                /*!< EVENTROUTER EDGE: WAKEUP1_E Mask    */\r
-#define EVENTROUTER_EDGE_WAKEUP2_E_Pos                        2                                                         /*!< EVENTROUTER EDGE: WAKEUP2_E Position */\r
-#define EVENTROUTER_EDGE_WAKEUP2_E_Msk                        (0x01UL << EVENTROUTER_EDGE_WAKEUP2_E_Pos)                /*!< EVENTROUTER EDGE: WAKEUP2_E Mask    */\r
-#define EVENTROUTER_EDGE_WAKEUP3_E_Pos                        3                                                         /*!< EVENTROUTER EDGE: WAKEUP3_E Position */\r
-#define EVENTROUTER_EDGE_WAKEUP3_E_Msk                        (0x01UL << EVENTROUTER_EDGE_WAKEUP3_E_Pos)                /*!< EVENTROUTER EDGE: WAKEUP3_E Mask    */\r
-#define EVENTROUTER_EDGE_ATIMER_E_Pos                         4                                                         /*!< EVENTROUTER EDGE: ATIMER_E Position */\r
-#define EVENTROUTER_EDGE_ATIMER_E_Msk                         (0x01UL << EVENTROUTER_EDGE_ATIMER_E_Pos)                 /*!< EVENTROUTER EDGE: ATIMER_E Mask     */\r
-#define EVENTROUTER_EDGE_RTC_E_Pos                            5                                                         /*!< EVENTROUTER EDGE: RTC_E Position    */\r
-#define EVENTROUTER_EDGE_RTC_E_Msk                            (0x01UL << EVENTROUTER_EDGE_RTC_E_Pos)                    /*!< EVENTROUTER EDGE: RTC_E Mask        */\r
-#define EVENTROUTER_EDGE_BOD_E_Pos                            6                                                         /*!< EVENTROUTER EDGE: BOD_E Position    */\r
-#define EVENTROUTER_EDGE_BOD_E_Msk                            (0x01UL << EVENTROUTER_EDGE_BOD_E_Pos)                    /*!< EVENTROUTER EDGE: BOD_E Mask        */\r
-#define EVENTROUTER_EDGE_WWDT_E_Pos                           7                                                         /*!< EVENTROUTER EDGE: WWDT_E Position   */\r
-#define EVENTROUTER_EDGE_WWDT_E_Msk                           (0x01UL << EVENTROUTER_EDGE_WWDT_E_Pos)                   /*!< EVENTROUTER EDGE: WWDT_E Mask       */\r
-#define EVENTROUTER_EDGE_ETH_E_Pos                            8                                                         /*!< EVENTROUTER EDGE: ETH_E Position    */\r
-#define EVENTROUTER_EDGE_ETH_E_Msk                            (0x01UL << EVENTROUTER_EDGE_ETH_E_Pos)                    /*!< EVENTROUTER EDGE: ETH_E Mask        */\r
-#define EVENTROUTER_EDGE_USB0_E_Pos                           9                                                         /*!< EVENTROUTER EDGE: USB0_E Position   */\r
-#define EVENTROUTER_EDGE_USB0_E_Msk                           (0x01UL << EVENTROUTER_EDGE_USB0_E_Pos)                   /*!< EVENTROUTER EDGE: USB0_E Mask       */\r
-#define EVENTROUTER_EDGE_USB1_E_Pos                           10                                                        /*!< EVENTROUTER EDGE: USB1_E Position   */\r
-#define EVENTROUTER_EDGE_USB1_E_Msk                           (0x01UL << EVENTROUTER_EDGE_USB1_E_Pos)                   /*!< EVENTROUTER EDGE: USB1_E Mask       */\r
-#define EVENTROUTER_EDGE_SDMMC_E_Pos                          11                                                        /*!< EVENTROUTER EDGE: SDMMC_E Position  */\r
-#define EVENTROUTER_EDGE_SDMMC_E_Msk                          (0x01UL << EVENTROUTER_EDGE_SDMMC_E_Pos)                  /*!< EVENTROUTER EDGE: SDMMC_E Mask      */\r
-#define EVENTROUTER_EDGE_CAN_E_Pos                            12                                                        /*!< EVENTROUTER EDGE: CAN_E Position    */\r
-#define EVENTROUTER_EDGE_CAN_E_Msk                            (0x01UL << EVENTROUTER_EDGE_CAN_E_Pos)                    /*!< EVENTROUTER EDGE: CAN_E Mask        */\r
-#define EVENTROUTER_EDGE_TIM2_E_Pos                           13                                                        /*!< EVENTROUTER EDGE: TIM2_E Position   */\r
-#define EVENTROUTER_EDGE_TIM2_E_Msk                           (0x01UL << EVENTROUTER_EDGE_TIM2_E_Pos)                   /*!< EVENTROUTER EDGE: TIM2_E Mask       */\r
-#define EVENTROUTER_EDGE_TIM6_E_Pos                           14                                                        /*!< EVENTROUTER EDGE: TIM6_E Position   */\r
-#define EVENTROUTER_EDGE_TIM6_E_Msk                           (0x01UL << EVENTROUTER_EDGE_TIM6_E_Pos)                   /*!< EVENTROUTER EDGE: TIM6_E Mask       */\r
-#define EVENTROUTER_EDGE_QEI_E_Pos                            15                                                        /*!< EVENTROUTER EDGE: QEI_E Position    */\r
-#define EVENTROUTER_EDGE_QEI_E_Msk                            (0x01UL << EVENTROUTER_EDGE_QEI_E_Pos)                    /*!< EVENTROUTER EDGE: QEI_E Mask        */\r
-#define EVENTROUTER_EDGE_TIM14_E_Pos                          16                                                        /*!< EVENTROUTER EDGE: TIM14_E Position  */\r
-#define EVENTROUTER_EDGE_TIM14_E_Msk                          (0x01UL << EVENTROUTER_EDGE_TIM14_E_Pos)                  /*!< EVENTROUTER EDGE: TIM14_E Mask      */\r
-#define EVENTROUTER_EDGE_RESET_E_Pos                          19                                                        /*!< EVENTROUTER EDGE: RESET_E Position  */\r
-#define EVENTROUTER_EDGE_RESET_E_Msk                          (0x01UL << EVENTROUTER_EDGE_RESET_E_Pos)                  /*!< EVENTROUTER EDGE: RESET_E Mask      */\r
-\r
-// -----------------------------------  EVENTROUTER_CLR_EN  ---------------------------------------\r
-#define EVENTROUTER_CLR_EN_WAKEUP0_CLREN_Pos                  0                                                         /*!< EVENTROUTER CLR_EN: WAKEUP0_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_WAKEUP0_CLREN_Msk                  (0x01UL << EVENTROUTER_CLR_EN_WAKEUP0_CLREN_Pos)          /*!< EVENTROUTER CLR_EN: WAKEUP0_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_WAKEUP1_CLREN_Pos                  1                                                         /*!< EVENTROUTER CLR_EN: WAKEUP1_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_WAKEUP1_CLREN_Msk                  (0x01UL << EVENTROUTER_CLR_EN_WAKEUP1_CLREN_Pos)          /*!< EVENTROUTER CLR_EN: WAKEUP1_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_WAKEUP2_CLREN_Pos                  2                                                         /*!< EVENTROUTER CLR_EN: WAKEUP2_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_WAKEUP2_CLREN_Msk                  (0x01UL << EVENTROUTER_CLR_EN_WAKEUP2_CLREN_Pos)          /*!< EVENTROUTER CLR_EN: WAKEUP2_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_WAKEUP3_CLREN_Pos                  3                                                         /*!< EVENTROUTER CLR_EN: WAKEUP3_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_WAKEUP3_CLREN_Msk                  (0x01UL << EVENTROUTER_CLR_EN_WAKEUP3_CLREN_Pos)          /*!< EVENTROUTER CLR_EN: WAKEUP3_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_ATIMER_CLREN_Pos                   4                                                         /*!< EVENTROUTER CLR_EN: ATIMER_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_ATIMER_CLREN_Msk                   (0x01UL << EVENTROUTER_CLR_EN_ATIMER_CLREN_Pos)           /*!< EVENTROUTER CLR_EN: ATIMER_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_RTC_CLREN_Pos                      5                                                         /*!< EVENTROUTER CLR_EN: RTC_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_RTC_CLREN_Msk                      (0x01UL << EVENTROUTER_CLR_EN_RTC_CLREN_Pos)              /*!< EVENTROUTER CLR_EN: RTC_CLREN Mask  */\r
-#define EVENTROUTER_CLR_EN_BOD_CLREN_Pos                      6                                                         /*!< EVENTROUTER CLR_EN: BOD_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_BOD_CLREN_Msk                      (0x01UL << EVENTROUTER_CLR_EN_BOD_CLREN_Pos)              /*!< EVENTROUTER CLR_EN: BOD_CLREN Mask  */\r
-#define EVENTROUTER_CLR_EN_WWDT_CLREN_Pos                     7                                                         /*!< EVENTROUTER CLR_EN: WWDT_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_WWDT_CLREN_Msk                     (0x01UL << EVENTROUTER_CLR_EN_WWDT_CLREN_Pos)             /*!< EVENTROUTER CLR_EN: WWDT_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_ETH_CLREN_Pos                      8                                                         /*!< EVENTROUTER CLR_EN: ETH_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_ETH_CLREN_Msk                      (0x01UL << EVENTROUTER_CLR_EN_ETH_CLREN_Pos)              /*!< EVENTROUTER CLR_EN: ETH_CLREN Mask  */\r
-#define EVENTROUTER_CLR_EN_USB0_CLREN_Pos                     9                                                         /*!< EVENTROUTER CLR_EN: USB0_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_USB0_CLREN_Msk                     (0x01UL << EVENTROUTER_CLR_EN_USB0_CLREN_Pos)             /*!< EVENTROUTER CLR_EN: USB0_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_USB1_CLREN_Pos                     10                                                        /*!< EVENTROUTER CLR_EN: USB1_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_USB1_CLREN_Msk                     (0x01UL << EVENTROUTER_CLR_EN_USB1_CLREN_Pos)             /*!< EVENTROUTER CLR_EN: USB1_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_SDMMC_CLREN_Pos                    11                                                        /*!< EVENTROUTER CLR_EN: SDMMC_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_SDMMC_CLREN_Msk                    (0x01UL << EVENTROUTER_CLR_EN_SDMMC_CLREN_Pos)            /*!< EVENTROUTER CLR_EN: SDMMC_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_CAN_CLREN_Pos                      12                                                        /*!< EVENTROUTER CLR_EN: CAN_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_CAN_CLREN_Msk                      (0x01UL << EVENTROUTER_CLR_EN_CAN_CLREN_Pos)              /*!< EVENTROUTER CLR_EN: CAN_CLREN Mask  */\r
-#define EVENTROUTER_CLR_EN_TIM2_CLREN_Pos                     13                                                        /*!< EVENTROUTER CLR_EN: TIM2_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_TIM2_CLREN_Msk                     (0x01UL << EVENTROUTER_CLR_EN_TIM2_CLREN_Pos)             /*!< EVENTROUTER CLR_EN: TIM2_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_TIM6_CLREN_Pos                     14                                                        /*!< EVENTROUTER CLR_EN: TIM6_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_TIM6_CLREN_Msk                     (0x01UL << EVENTROUTER_CLR_EN_TIM6_CLREN_Pos)             /*!< EVENTROUTER CLR_EN: TIM6_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_QEI_CLREN_Pos                      15                                                        /*!< EVENTROUTER CLR_EN: QEI_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_QEI_CLREN_Msk                      (0x01UL << EVENTROUTER_CLR_EN_QEI_CLREN_Pos)              /*!< EVENTROUTER CLR_EN: QEI_CLREN Mask  */\r
-#define EVENTROUTER_CLR_EN_TIM14_CLREN_Pos                    16                                                        /*!< EVENTROUTER CLR_EN: TIM14_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_TIM14_CLREN_Msk                    (0x01UL << EVENTROUTER_CLR_EN_TIM14_CLREN_Pos)            /*!< EVENTROUTER CLR_EN: TIM14_CLREN Mask */\r
-#define EVENTROUTER_CLR_EN_RESET_CLREN_Pos                    19                                                        /*!< EVENTROUTER CLR_EN: RESET_CLREN Position */\r
-#define EVENTROUTER_CLR_EN_RESET_CLREN_Msk                    (0x01UL << EVENTROUTER_CLR_EN_RESET_CLREN_Pos)            /*!< EVENTROUTER CLR_EN: RESET_CLREN Mask */\r
-\r
-// -----------------------------------  EVENTROUTER_SET_EN  ---------------------------------------\r
-#define EVENTROUTER_SET_EN_WAKEUP0_SETEN_Pos                  0                                                         /*!< EVENTROUTER SET_EN: WAKEUP0_SETEN Position */\r
-#define EVENTROUTER_SET_EN_WAKEUP0_SETEN_Msk                  (0x01UL << EVENTROUTER_SET_EN_WAKEUP0_SETEN_Pos)          /*!< EVENTROUTER SET_EN: WAKEUP0_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_WAKEUP1_SETEN_Pos                  1                                                         /*!< EVENTROUTER SET_EN: WAKEUP1_SETEN Position */\r
-#define EVENTROUTER_SET_EN_WAKEUP1_SETEN_Msk                  (0x01UL << EVENTROUTER_SET_EN_WAKEUP1_SETEN_Pos)          /*!< EVENTROUTER SET_EN: WAKEUP1_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_WAKEUP2_SETEN_Pos                  2                                                         /*!< EVENTROUTER SET_EN: WAKEUP2_SETEN Position */\r
-#define EVENTROUTER_SET_EN_WAKEUP2_SETEN_Msk                  (0x01UL << EVENTROUTER_SET_EN_WAKEUP2_SETEN_Pos)          /*!< EVENTROUTER SET_EN: WAKEUP2_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_WAKEUP3_SETEN_Pos                  3                                                         /*!< EVENTROUTER SET_EN: WAKEUP3_SETEN Position */\r
-#define EVENTROUTER_SET_EN_WAKEUP3_SETEN_Msk                  (0x01UL << EVENTROUTER_SET_EN_WAKEUP3_SETEN_Pos)          /*!< EVENTROUTER SET_EN: WAKEUP3_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_ATIMER_SETEN_Pos                   4                                                         /*!< EVENTROUTER SET_EN: ATIMER_SETEN Position */\r
-#define EVENTROUTER_SET_EN_ATIMER_SETEN_Msk                   (0x01UL << EVENTROUTER_SET_EN_ATIMER_SETEN_Pos)           /*!< EVENTROUTER SET_EN: ATIMER_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_RTC_SETEN_Pos                      5                                                         /*!< EVENTROUTER SET_EN: RTC_SETEN Position */\r
-#define EVENTROUTER_SET_EN_RTC_SETEN_Msk                      (0x01UL << EVENTROUTER_SET_EN_RTC_SETEN_Pos)              /*!< EVENTROUTER SET_EN: RTC_SETEN Mask  */\r
-#define EVENTROUTER_SET_EN_BOD_SETEN_Pos                      6                                                         /*!< EVENTROUTER SET_EN: BOD_SETEN Position */\r
-#define EVENTROUTER_SET_EN_BOD_SETEN_Msk                      (0x01UL << EVENTROUTER_SET_EN_BOD_SETEN_Pos)              /*!< EVENTROUTER SET_EN: BOD_SETEN Mask  */\r
-#define EVENTROUTER_SET_EN_WWDT_SETEN_Pos                     7                                                         /*!< EVENTROUTER SET_EN: WWDT_SETEN Position */\r
-#define EVENTROUTER_SET_EN_WWDT_SETEN_Msk                     (0x01UL << EVENTROUTER_SET_EN_WWDT_SETEN_Pos)             /*!< EVENTROUTER SET_EN: WWDT_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_ETH_SETEN_Pos                      8                                                         /*!< EVENTROUTER SET_EN: ETH_SETEN Position */\r
-#define EVENTROUTER_SET_EN_ETH_SETEN_Msk                      (0x01UL << EVENTROUTER_SET_EN_ETH_SETEN_Pos)              /*!< EVENTROUTER SET_EN: ETH_SETEN Mask  */\r
-#define EVENTROUTER_SET_EN_USB0_SETEN_Pos                     9                                                         /*!< EVENTROUTER SET_EN: USB0_SETEN Position */\r
-#define EVENTROUTER_SET_EN_USB0_SETEN_Msk                     (0x01UL << EVENTROUTER_SET_EN_USB0_SETEN_Pos)             /*!< EVENTROUTER SET_EN: USB0_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_USB1_SETEN_Pos                     10                                                        /*!< EVENTROUTER SET_EN: USB1_SETEN Position */\r
-#define EVENTROUTER_SET_EN_USB1_SETEN_Msk                     (0x01UL << EVENTROUTER_SET_EN_USB1_SETEN_Pos)             /*!< EVENTROUTER SET_EN: USB1_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_SDMMC_SETEN_Pos                    11                                                        /*!< EVENTROUTER SET_EN: SDMMC_SETEN Position */\r
-#define EVENTROUTER_SET_EN_SDMMC_SETEN_Msk                    (0x01UL << EVENTROUTER_SET_EN_SDMMC_SETEN_Pos)            /*!< EVENTROUTER SET_EN: SDMMC_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_CAN_SETEN_Pos                      12                                                        /*!< EVENTROUTER SET_EN: CAN_SETEN Position */\r
-#define EVENTROUTER_SET_EN_CAN_SETEN_Msk                      (0x01UL << EVENTROUTER_SET_EN_CAN_SETEN_Pos)              /*!< EVENTROUTER SET_EN: CAN_SETEN Mask  */\r
-#define EVENTROUTER_SET_EN_TIM2_SETEN_Pos                     13                                                        /*!< EVENTROUTER SET_EN: TIM2_SETEN Position */\r
-#define EVENTROUTER_SET_EN_TIM2_SETEN_Msk                     (0x01UL << EVENTROUTER_SET_EN_TIM2_SETEN_Pos)             /*!< EVENTROUTER SET_EN: TIM2_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_TIM6_SETEN_Pos                     14                                                        /*!< EVENTROUTER SET_EN: TIM6_SETEN Position */\r
-#define EVENTROUTER_SET_EN_TIM6_SETEN_Msk                     (0x01UL << EVENTROUTER_SET_EN_TIM6_SETEN_Pos)             /*!< EVENTROUTER SET_EN: TIM6_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_QEI_SETEN_Pos                      15                                                        /*!< EVENTROUTER SET_EN: QEI_SETEN Position */\r
-#define EVENTROUTER_SET_EN_QEI_SETEN_Msk                      (0x01UL << EVENTROUTER_SET_EN_QEI_SETEN_Pos)              /*!< EVENTROUTER SET_EN: QEI_SETEN Mask  */\r
-#define EVENTROUTER_SET_EN_TIM14_SETEN_Pos                    16                                                        /*!< EVENTROUTER SET_EN: TIM14_SETEN Position */\r
-#define EVENTROUTER_SET_EN_TIM14_SETEN_Msk                    (0x01UL << EVENTROUTER_SET_EN_TIM14_SETEN_Pos)            /*!< EVENTROUTER SET_EN: TIM14_SETEN Mask */\r
-#define EVENTROUTER_SET_EN_RESET_SETEN_Pos                    19                                                        /*!< EVENTROUTER SET_EN: RESET_SETEN Position */\r
-#define EVENTROUTER_SET_EN_RESET_SETEN_Msk                    (0x01UL << EVENTROUTER_SET_EN_RESET_SETEN_Pos)            /*!< EVENTROUTER SET_EN: RESET_SETEN Mask */\r
-\r
-// -----------------------------------  EVENTROUTER_STATUS  ---------------------------------------\r
-#define EVENTROUTER_STATUS_WAKEUP0_ST_Pos                     0                                                         /*!< EVENTROUTER STATUS: WAKEUP0_ST Position */\r
-#define EVENTROUTER_STATUS_WAKEUP0_ST_Msk                     (0x01UL << EVENTROUTER_STATUS_WAKEUP0_ST_Pos)             /*!< EVENTROUTER STATUS: WAKEUP0_ST Mask */\r
-#define EVENTROUTER_STATUS_WAKEUP1_ST_Pos                     1                                                         /*!< EVENTROUTER STATUS: WAKEUP1_ST Position */\r
-#define EVENTROUTER_STATUS_WAKEUP1_ST_Msk                     (0x01UL << EVENTROUTER_STATUS_WAKEUP1_ST_Pos)             /*!< EVENTROUTER STATUS: WAKEUP1_ST Mask */\r
-#define EVENTROUTER_STATUS_WAKEUP2_ST_Pos                     2                                                         /*!< EVENTROUTER STATUS: WAKEUP2_ST Position */\r
-#define EVENTROUTER_STATUS_WAKEUP2_ST_Msk                     (0x01UL << EVENTROUTER_STATUS_WAKEUP2_ST_Pos)             /*!< EVENTROUTER STATUS: WAKEUP2_ST Mask */\r
-#define EVENTROUTER_STATUS_WAKEUP3_ST_Pos                     3                                                         /*!< EVENTROUTER STATUS: WAKEUP3_ST Position */\r
-#define EVENTROUTER_STATUS_WAKEUP3_ST_Msk                     (0x01UL << EVENTROUTER_STATUS_WAKEUP3_ST_Pos)             /*!< EVENTROUTER STATUS: WAKEUP3_ST Mask */\r
-#define EVENTROUTER_STATUS_ATIMER_ST_Pos                      4                                                         /*!< EVENTROUTER STATUS: ATIMER_ST Position */\r
-#define EVENTROUTER_STATUS_ATIMER_ST_Msk                      (0x01UL << EVENTROUTER_STATUS_ATIMER_ST_Pos)              /*!< EVENTROUTER STATUS: ATIMER_ST Mask  */\r
-#define EVENTROUTER_STATUS_RTC_ST_Pos                         5                                                         /*!< EVENTROUTER STATUS: RTC_ST Position */\r
-#define EVENTROUTER_STATUS_RTC_ST_Msk                         (0x01UL << EVENTROUTER_STATUS_RTC_ST_Pos)                 /*!< EVENTROUTER STATUS: RTC_ST Mask     */\r
-#define EVENTROUTER_STATUS_BOD_ST_Pos                         6                                                         /*!< EVENTROUTER STATUS: BOD_ST Position */\r
-#define EVENTROUTER_STATUS_BOD_ST_Msk                         (0x01UL << EVENTROUTER_STATUS_BOD_ST_Pos)                 /*!< EVENTROUTER STATUS: BOD_ST Mask     */\r
-#define EVENTROUTER_STATUS_WWDT_ST_Pos                        7                                                         /*!< EVENTROUTER STATUS: WWDT_ST Position */\r
-#define EVENTROUTER_STATUS_WWDT_ST_Msk                        (0x01UL << EVENTROUTER_STATUS_WWDT_ST_Pos)                /*!< EVENTROUTER STATUS: WWDT_ST Mask    */\r
-#define EVENTROUTER_STATUS_ETH_ST_Pos                         8                                                         /*!< EVENTROUTER STATUS: ETH_ST Position */\r
-#define EVENTROUTER_STATUS_ETH_ST_Msk                         (0x01UL << EVENTROUTER_STATUS_ETH_ST_Pos)                 /*!< EVENTROUTER STATUS: ETH_ST Mask     */\r
-#define EVENTROUTER_STATUS_USB0_ST_Pos                        9                                                         /*!< EVENTROUTER STATUS: USB0_ST Position */\r
-#define EVENTROUTER_STATUS_USB0_ST_Msk                        (0x01UL << EVENTROUTER_STATUS_USB0_ST_Pos)                /*!< EVENTROUTER STATUS: USB0_ST Mask    */\r
-#define EVENTROUTER_STATUS_USB1_ST_Pos                        10                                                        /*!< EVENTROUTER STATUS: USB1_ST Position */\r
-#define EVENTROUTER_STATUS_USB1_ST_Msk                        (0x01UL << EVENTROUTER_STATUS_USB1_ST_Pos)                /*!< EVENTROUTER STATUS: USB1_ST Mask    */\r
-#define EVENTROUTER_STATUS_SDMMC_ST_Pos                       11                                                        /*!< EVENTROUTER STATUS: SDMMC_ST Position */\r
-#define EVENTROUTER_STATUS_SDMMC_ST_Msk                       (0x01UL << EVENTROUTER_STATUS_SDMMC_ST_Pos)               /*!< EVENTROUTER STATUS: SDMMC_ST Mask   */\r
-#define EVENTROUTER_STATUS_CAN_ST_Pos                         12                                                        /*!< EVENTROUTER STATUS: CAN_ST Position */\r
-#define EVENTROUTER_STATUS_CAN_ST_Msk                         (0x01UL << EVENTROUTER_STATUS_CAN_ST_Pos)                 /*!< EVENTROUTER STATUS: CAN_ST Mask     */\r
-#define EVENTROUTER_STATUS_TIM2_ST_Pos                        13                                                        /*!< EVENTROUTER STATUS: TIM2_ST Position */\r
-#define EVENTROUTER_STATUS_TIM2_ST_Msk                        (0x01UL << EVENTROUTER_STATUS_TIM2_ST_Pos)                /*!< EVENTROUTER STATUS: TIM2_ST Mask    */\r
-#define EVENTROUTER_STATUS_TIM6_ST_Pos                        14                                                        /*!< EVENTROUTER STATUS: TIM6_ST Position */\r
-#define EVENTROUTER_STATUS_TIM6_ST_Msk                        (0x01UL << EVENTROUTER_STATUS_TIM6_ST_Pos)                /*!< EVENTROUTER STATUS: TIM6_ST Mask    */\r
-#define EVENTROUTER_STATUS_QEI_ST_Pos                         15                                                        /*!< EVENTROUTER STATUS: QEI_ST Position */\r
-#define EVENTROUTER_STATUS_QEI_ST_Msk                         (0x01UL << EVENTROUTER_STATUS_QEI_ST_Pos)                 /*!< EVENTROUTER STATUS: QEI_ST Mask     */\r
-#define EVENTROUTER_STATUS_TIM14_ST_Pos                       16                                                        /*!< EVENTROUTER STATUS: TIM14_ST Position */\r
-#define EVENTROUTER_STATUS_TIM14_ST_Msk                       (0x01UL << EVENTROUTER_STATUS_TIM14_ST_Pos)               /*!< EVENTROUTER STATUS: TIM14_ST Mask   */\r
-#define EVENTROUTER_STATUS_RESET_ST_Pos                       19                                                        /*!< EVENTROUTER STATUS: RESET_ST Position */\r
-#define EVENTROUTER_STATUS_RESET_ST_Msk                       (0x01UL << EVENTROUTER_STATUS_RESET_ST_Pos)               /*!< EVENTROUTER STATUS: RESET_ST Mask   */\r
-\r
-// -----------------------------------  EVENTROUTER_ENABLE  ---------------------------------------\r
-#define EVENTROUTER_ENABLE_WAKEUP0_EN_Pos                     0                                                         /*!< EVENTROUTER ENABLE: WAKEUP0_EN Position */\r
-#define EVENTROUTER_ENABLE_WAKEUP0_EN_Msk                     (0x01UL << EVENTROUTER_ENABLE_WAKEUP0_EN_Pos)             /*!< EVENTROUTER ENABLE: WAKEUP0_EN Mask */\r
-#define EVENTROUTER_ENABLE_WAKEUP1_EN_Pos                     1                                                         /*!< EVENTROUTER ENABLE: WAKEUP1_EN Position */\r
-#define EVENTROUTER_ENABLE_WAKEUP1_EN_Msk                     (0x01UL << EVENTROUTER_ENABLE_WAKEUP1_EN_Pos)             /*!< EVENTROUTER ENABLE: WAKEUP1_EN Mask */\r
-#define EVENTROUTER_ENABLE_WAKEUP2_EN_Pos                     2                                                         /*!< EVENTROUTER ENABLE: WAKEUP2_EN Position */\r
-#define EVENTROUTER_ENABLE_WAKEUP2_EN_Msk                     (0x01UL << EVENTROUTER_ENABLE_WAKEUP2_EN_Pos)             /*!< EVENTROUTER ENABLE: WAKEUP2_EN Mask */\r
-#define EVENTROUTER_ENABLE_WAKEUP3_EN_Pos                     3                                                         /*!< EVENTROUTER ENABLE: WAKEUP3_EN Position */\r
-#define EVENTROUTER_ENABLE_WAKEUP3_EN_Msk                     (0x01UL << EVENTROUTER_ENABLE_WAKEUP3_EN_Pos)             /*!< EVENTROUTER ENABLE: WAKEUP3_EN Mask */\r
-#define EVENTROUTER_ENABLE_ATIMER_EN_Pos                      4                                                         /*!< EVENTROUTER ENABLE: ATIMER_EN Position */\r
-#define EVENTROUTER_ENABLE_ATIMER_EN_Msk                      (0x01UL << EVENTROUTER_ENABLE_ATIMER_EN_Pos)              /*!< EVENTROUTER ENABLE: ATIMER_EN Mask  */\r
-#define EVENTROUTER_ENABLE_RTC_EN_Pos                         5                                                         /*!< EVENTROUTER ENABLE: RTC_EN Position */\r
-#define EVENTROUTER_ENABLE_RTC_EN_Msk                         (0x01UL << EVENTROUTER_ENABLE_RTC_EN_Pos)                 /*!< EVENTROUTER ENABLE: RTC_EN Mask     */\r
-#define EVENTROUTER_ENABLE_BOD_EN_Pos                         6                                                         /*!< EVENTROUTER ENABLE: BOD_EN Position */\r
-#define EVENTROUTER_ENABLE_BOD_EN_Msk                         (0x01UL << EVENTROUTER_ENABLE_BOD_EN_Pos)                 /*!< EVENTROUTER ENABLE: BOD_EN Mask     */\r
-#define EVENTROUTER_ENABLE_WWDT_EN_Pos                        7                                                         /*!< EVENTROUTER ENABLE: WWDT_EN Position */\r
-#define EVENTROUTER_ENABLE_WWDT_EN_Msk                        (0x01UL << EVENTROUTER_ENABLE_WWDT_EN_Pos)                /*!< EVENTROUTER ENABLE: WWDT_EN Mask    */\r
-#define EVENTROUTER_ENABLE_ETH_EN_Pos                         8                                                         /*!< EVENTROUTER ENABLE: ETH_EN Position */\r
-#define EVENTROUTER_ENABLE_ETH_EN_Msk                         (0x01UL << EVENTROUTER_ENABLE_ETH_EN_Pos)                 /*!< EVENTROUTER ENABLE: ETH_EN Mask     */\r
-#define EVENTROUTER_ENABLE_USB0_EN_Pos                        9                                                         /*!< EVENTROUTER ENABLE: USB0_EN Position */\r
-#define EVENTROUTER_ENABLE_USB0_EN_Msk                        (0x01UL << EVENTROUTER_ENABLE_USB0_EN_Pos)                /*!< EVENTROUTER ENABLE: USB0_EN Mask    */\r
-#define EVENTROUTER_ENABLE_USB1_EN_Pos                        10                                                        /*!< EVENTROUTER ENABLE: USB1_EN Position */\r
-#define EVENTROUTER_ENABLE_USB1_EN_Msk                        (0x01UL << EVENTROUTER_ENABLE_USB1_EN_Pos)                /*!< EVENTROUTER ENABLE: USB1_EN Mask    */\r
-#define EVENTROUTER_ENABLE_SDMMC_EN_Pos                       11                                                        /*!< EVENTROUTER ENABLE: SDMMC_EN Position */\r
-#define EVENTROUTER_ENABLE_SDMMC_EN_Msk                       (0x01UL << EVENTROUTER_ENABLE_SDMMC_EN_Pos)               /*!< EVENTROUTER ENABLE: SDMMC_EN Mask   */\r
-#define EVENTROUTER_ENABLE_CAN_EN_Pos                         12                                                        /*!< EVENTROUTER ENABLE: CAN_EN Position */\r
-#define EVENTROUTER_ENABLE_CAN_EN_Msk                         (0x01UL << EVENTROUTER_ENABLE_CAN_EN_Pos)                 /*!< EVENTROUTER ENABLE: CAN_EN Mask     */\r
-#define EVENTROUTER_ENABLE_TIM2_EN_Pos                        13                                                        /*!< EVENTROUTER ENABLE: TIM2_EN Position */\r
-#define EVENTROUTER_ENABLE_TIM2_EN_Msk                        (0x01UL << EVENTROUTER_ENABLE_TIM2_EN_Pos)                /*!< EVENTROUTER ENABLE: TIM2_EN Mask    */\r
-#define EVENTROUTER_ENABLE_TIM6_EN_Pos                        14                                                        /*!< EVENTROUTER ENABLE: TIM6_EN Position */\r
-#define EVENTROUTER_ENABLE_TIM6_EN_Msk                        (0x01UL << EVENTROUTER_ENABLE_TIM6_EN_Pos)                /*!< EVENTROUTER ENABLE: TIM6_EN Mask    */\r
-#define EVENTROUTER_ENABLE_QEI_EN_Pos                         15                                                        /*!< EVENTROUTER ENABLE: QEI_EN Position */\r
-#define EVENTROUTER_ENABLE_QEI_EN_Msk                         (0x01UL << EVENTROUTER_ENABLE_QEI_EN_Pos)                 /*!< EVENTROUTER ENABLE: QEI_EN Mask     */\r
-#define EVENTROUTER_ENABLE_TIM14_EN_Pos                       16                                                        /*!< EVENTROUTER ENABLE: TIM14_EN Position */\r
-#define EVENTROUTER_ENABLE_TIM14_EN_Msk                       (0x01UL << EVENTROUTER_ENABLE_TIM14_EN_Pos)               /*!< EVENTROUTER ENABLE: TIM14_EN Mask   */\r
-#define EVENTROUTER_ENABLE_RESET_EN_Pos                       19                                                        /*!< EVENTROUTER ENABLE: RESET_EN Position */\r
-#define EVENTROUTER_ENABLE_RESET_EN_Msk                       (0x01UL << EVENTROUTER_ENABLE_RESET_EN_Pos)               /*!< EVENTROUTER ENABLE: RESET_EN Mask   */\r
-\r
-// ----------------------------------  EVENTROUTER_CLR_STAT  --------------------------------------\r
-#define EVENTROUTER_CLR_STAT_WAKEUP0_CLRST_Pos                0                                                         /*!< EVENTROUTER CLR_STAT: WAKEUP0_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP0_CLRST_Msk                (0x01UL << EVENTROUTER_CLR_STAT_WAKEUP0_CLRST_Pos)        /*!< EVENTROUTER CLR_STAT: WAKEUP0_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP1_CLRST_Pos                1                                                         /*!< EVENTROUTER CLR_STAT: WAKEUP1_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP1_CLRST_Msk                (0x01UL << EVENTROUTER_CLR_STAT_WAKEUP1_CLRST_Pos)        /*!< EVENTROUTER CLR_STAT: WAKEUP1_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP2_CLRST_Pos                2                                                         /*!< EVENTROUTER CLR_STAT: WAKEUP2_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP2_CLRST_Msk                (0x01UL << EVENTROUTER_CLR_STAT_WAKEUP2_CLRST_Pos)        /*!< EVENTROUTER CLR_STAT: WAKEUP2_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP3_CLRST_Pos                3                                                         /*!< EVENTROUTER CLR_STAT: WAKEUP3_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_WAKEUP3_CLRST_Msk                (0x01UL << EVENTROUTER_CLR_STAT_WAKEUP3_CLRST_Pos)        /*!< EVENTROUTER CLR_STAT: WAKEUP3_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_ATIMER_CLRST_Pos                 4                                                         /*!< EVENTROUTER CLR_STAT: ATIMER_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_ATIMER_CLRST_Msk                 (0x01UL << EVENTROUTER_CLR_STAT_ATIMER_CLRST_Pos)         /*!< EVENTROUTER CLR_STAT: ATIMER_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_RTC_CLRST_Pos                    5                                                         /*!< EVENTROUTER CLR_STAT: RTC_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_RTC_CLRST_Msk                    (0x01UL << EVENTROUTER_CLR_STAT_RTC_CLRST_Pos)            /*!< EVENTROUTER CLR_STAT: RTC_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_BOD_CLRST_Pos                    6                                                         /*!< EVENTROUTER CLR_STAT: BOD_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_BOD_CLRST_Msk                    (0x01UL << EVENTROUTER_CLR_STAT_BOD_CLRST_Pos)            /*!< EVENTROUTER CLR_STAT: BOD_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_WWDT_CLRST_Pos                   7                                                         /*!< EVENTROUTER CLR_STAT: WWDT_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_WWDT_CLRST_Msk                   (0x01UL << EVENTROUTER_CLR_STAT_WWDT_CLRST_Pos)           /*!< EVENTROUTER CLR_STAT: WWDT_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_ETH_CLRST_Pos                    8                                                         /*!< EVENTROUTER CLR_STAT: ETH_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_ETH_CLRST_Msk                    (0x01UL << EVENTROUTER_CLR_STAT_ETH_CLRST_Pos)            /*!< EVENTROUTER CLR_STAT: ETH_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_USB0_CLRST_Pos                   9                                                         /*!< EVENTROUTER CLR_STAT: USB0_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_USB0_CLRST_Msk                   (0x01UL << EVENTROUTER_CLR_STAT_USB0_CLRST_Pos)           /*!< EVENTROUTER CLR_STAT: USB0_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_USB1_CLRST_Pos                   10                                                        /*!< EVENTROUTER CLR_STAT: USB1_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_USB1_CLRST_Msk                   (0x01UL << EVENTROUTER_CLR_STAT_USB1_CLRST_Pos)           /*!< EVENTROUTER CLR_STAT: USB1_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_SDMMC_CLRST_Pos                  11                                                        /*!< EVENTROUTER CLR_STAT: SDMMC_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_SDMMC_CLRST_Msk                  (0x01UL << EVENTROUTER_CLR_STAT_SDMMC_CLRST_Pos)          /*!< EVENTROUTER CLR_STAT: SDMMC_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_CAN_CLRST_Pos                    12                                                        /*!< EVENTROUTER CLR_STAT: CAN_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_CAN_CLRST_Msk                    (0x01UL << EVENTROUTER_CLR_STAT_CAN_CLRST_Pos)            /*!< EVENTROUTER CLR_STAT: CAN_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_TIM2_CLRST_Pos                   13                                                        /*!< EVENTROUTER CLR_STAT: TIM2_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_TIM2_CLRST_Msk                   (0x01UL << EVENTROUTER_CLR_STAT_TIM2_CLRST_Pos)           /*!< EVENTROUTER CLR_STAT: TIM2_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_TIM6_CLRST_Pos                   14                                                        /*!< EVENTROUTER CLR_STAT: TIM6_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_TIM6_CLRST_Msk                   (0x01UL << EVENTROUTER_CLR_STAT_TIM6_CLRST_Pos)           /*!< EVENTROUTER CLR_STAT: TIM6_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_QEI_CLRST_Pos                    15                                                        /*!< EVENTROUTER CLR_STAT: QEI_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_QEI_CLRST_Msk                    (0x01UL << EVENTROUTER_CLR_STAT_QEI_CLRST_Pos)            /*!< EVENTROUTER CLR_STAT: QEI_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_TIM14_CLRST_Pos                  16                                                        /*!< EVENTROUTER CLR_STAT: TIM14_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_TIM14_CLRST_Msk                  (0x01UL << EVENTROUTER_CLR_STAT_TIM14_CLRST_Pos)          /*!< EVENTROUTER CLR_STAT: TIM14_CLRST Mask */\r
-#define EVENTROUTER_CLR_STAT_RESET_CLRST_Pos                  19                                                        /*!< EVENTROUTER CLR_STAT: RESET_CLRST Position */\r
-#define EVENTROUTER_CLR_STAT_RESET_CLRST_Msk                  (0x01UL << EVENTROUTER_CLR_STAT_RESET_CLRST_Pos)          /*!< EVENTROUTER CLR_STAT: RESET_CLRST Mask */\r
-\r
-// ----------------------------------  EVENTROUTER_SET_STAT  --------------------------------------\r
-#define EVENTROUTER_SET_STAT_WAKEUP0_SETST_Pos                0                                                         /*!< EVENTROUTER SET_STAT: WAKEUP0_SETST Position */\r
-#define EVENTROUTER_SET_STAT_WAKEUP0_SETST_Msk                (0x01UL << EVENTROUTER_SET_STAT_WAKEUP0_SETST_Pos)        /*!< EVENTROUTER SET_STAT: WAKEUP0_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_WAKEUP1_SETST_Pos                1                                                         /*!< EVENTROUTER SET_STAT: WAKEUP1_SETST Position */\r
-#define EVENTROUTER_SET_STAT_WAKEUP1_SETST_Msk                (0x01UL << EVENTROUTER_SET_STAT_WAKEUP1_SETST_Pos)        /*!< EVENTROUTER SET_STAT: WAKEUP1_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_WAKEUP2_SETST_Pos                2                                                         /*!< EVENTROUTER SET_STAT: WAKEUP2_SETST Position */\r
-#define EVENTROUTER_SET_STAT_WAKEUP2_SETST_Msk                (0x01UL << EVENTROUTER_SET_STAT_WAKEUP2_SETST_Pos)        /*!< EVENTROUTER SET_STAT: WAKEUP2_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_WAKEUP3_SETST_Pos                3                                                         /*!< EVENTROUTER SET_STAT: WAKEUP3_SETST Position */\r
-#define EVENTROUTER_SET_STAT_WAKEUP3_SETST_Msk                (0x01UL << EVENTROUTER_SET_STAT_WAKEUP3_SETST_Pos)        /*!< EVENTROUTER SET_STAT: WAKEUP3_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_ATIMER_SETST_Pos                 4                                                         /*!< EVENTROUTER SET_STAT: ATIMER_SETST Position */\r
-#define EVENTROUTER_SET_STAT_ATIMER_SETST_Msk                 (0x01UL << EVENTROUTER_SET_STAT_ATIMER_SETST_Pos)         /*!< EVENTROUTER SET_STAT: ATIMER_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_RTC_SETST_Pos                    5                                                         /*!< EVENTROUTER SET_STAT: RTC_SETST Position */\r
-#define EVENTROUTER_SET_STAT_RTC_SETST_Msk                    (0x01UL << EVENTROUTER_SET_STAT_RTC_SETST_Pos)            /*!< EVENTROUTER SET_STAT: RTC_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_BOD_SETST_Pos                    6                                                         /*!< EVENTROUTER SET_STAT: BOD_SETST Position */\r
-#define EVENTROUTER_SET_STAT_BOD_SETST_Msk                    (0x01UL << EVENTROUTER_SET_STAT_BOD_SETST_Pos)            /*!< EVENTROUTER SET_STAT: BOD_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_WWDT_SETST_Pos                   7                                                         /*!< EVENTROUTER SET_STAT: WWDT_SETST Position */\r
-#define EVENTROUTER_SET_STAT_WWDT_SETST_Msk                   (0x01UL << EVENTROUTER_SET_STAT_WWDT_SETST_Pos)           /*!< EVENTROUTER SET_STAT: WWDT_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_ETH_SETST_Pos                    8                                                         /*!< EVENTROUTER SET_STAT: ETH_SETST Position */\r
-#define EVENTROUTER_SET_STAT_ETH_SETST_Msk                    (0x01UL << EVENTROUTER_SET_STAT_ETH_SETST_Pos)            /*!< EVENTROUTER SET_STAT: ETH_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_USB0_SETST_Pos                   9                                                         /*!< EVENTROUTER SET_STAT: USB0_SETST Position */\r
-#define EVENTROUTER_SET_STAT_USB0_SETST_Msk                   (0x01UL << EVENTROUTER_SET_STAT_USB0_SETST_Pos)           /*!< EVENTROUTER SET_STAT: USB0_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_USB1_SETST_Pos                   10                                                        /*!< EVENTROUTER SET_STAT: USB1_SETST Position */\r
-#define EVENTROUTER_SET_STAT_USB1_SETST_Msk                   (0x01UL << EVENTROUTER_SET_STAT_USB1_SETST_Pos)           /*!< EVENTROUTER SET_STAT: USB1_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_SDMMC_SETST_Pos                  11                                                        /*!< EVENTROUTER SET_STAT: SDMMC_SETST Position */\r
-#define EVENTROUTER_SET_STAT_SDMMC_SETST_Msk                  (0x01UL << EVENTROUTER_SET_STAT_SDMMC_SETST_Pos)          /*!< EVENTROUTER SET_STAT: SDMMC_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_CAN_SETST_Pos                    12                                                        /*!< EVENTROUTER SET_STAT: CAN_SETST Position */\r
-#define EVENTROUTER_SET_STAT_CAN_SETST_Msk                    (0x01UL << EVENTROUTER_SET_STAT_CAN_SETST_Pos)            /*!< EVENTROUTER SET_STAT: CAN_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_TIM2_SETST_Pos                   13                                                        /*!< EVENTROUTER SET_STAT: TIM2_SETST Position */\r
-#define EVENTROUTER_SET_STAT_TIM2_SETST_Msk                   (0x01UL << EVENTROUTER_SET_STAT_TIM2_SETST_Pos)           /*!< EVENTROUTER SET_STAT: TIM2_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_TIM6_SETST_Pos                   14                                                        /*!< EVENTROUTER SET_STAT: TIM6_SETST Position */\r
-#define EVENTROUTER_SET_STAT_TIM6_SETST_Msk                   (0x01UL << EVENTROUTER_SET_STAT_TIM6_SETST_Pos)           /*!< EVENTROUTER SET_STAT: TIM6_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_QEI_SETST_Pos                    15                                                        /*!< EVENTROUTER SET_STAT: QEI_SETST Position */\r
-#define EVENTROUTER_SET_STAT_QEI_SETST_Msk                    (0x01UL << EVENTROUTER_SET_STAT_QEI_SETST_Pos)            /*!< EVENTROUTER SET_STAT: QEI_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_TIM14_SETST_Pos                  16                                                        /*!< EVENTROUTER SET_STAT: TIM14_SETST Position */\r
-#define EVENTROUTER_SET_STAT_TIM14_SETST_Msk                  (0x01UL << EVENTROUTER_SET_STAT_TIM14_SETST_Pos)          /*!< EVENTROUTER SET_STAT: TIM14_SETST Mask */\r
-#define EVENTROUTER_SET_STAT_RESET_SETST_Pos                  19                                                        /*!< EVENTROUTER SET_STAT: RESET_SETST Position */\r
-#define EVENTROUTER_SET_STAT_RESET_SETST_Msk                  (0x01UL << EVENTROUTER_SET_STAT_RESET_SETST_Pos)          /*!< EVENTROUTER SET_STAT: RESET_SETST Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  RTC Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  RTC_ILR  --------------------------------------------\r
-#define RTC_ILR_RTCCIF_Pos                                    0                                                         /*!< RTC ILR: RTCCIF Position            */\r
-#define RTC_ILR_RTCCIF_Msk                                    (0x01UL << RTC_ILR_RTCCIF_Pos)                            /*!< RTC ILR: RTCCIF Mask                */\r
-#define RTC_ILR_RTCALF_Pos                                    1                                                         /*!< RTC ILR: RTCALF Position            */\r
-#define RTC_ILR_RTCALF_Msk                                    (0x01UL << RTC_ILR_RTCALF_Pos)                            /*!< RTC ILR: RTCALF Mask                */\r
-\r
-// -----------------------------------------  RTC_CCR  --------------------------------------------\r
-#define RTC_CCR_CLKEN_Pos                                     0                                                         /*!< RTC CCR: CLKEN Position             */\r
-#define RTC_CCR_CLKEN_Msk                                     (0x01UL << RTC_CCR_CLKEN_Pos)                             /*!< RTC CCR: CLKEN Mask                 */\r
-#define RTC_CCR_CTCRST_Pos                                    1                                                         /*!< RTC CCR: CTCRST Position            */\r
-#define RTC_CCR_CTCRST_Msk                                    (0x01UL << RTC_CCR_CTCRST_Pos)                            /*!< RTC CCR: CTCRST Mask                */\r
-#define RTC_CCR_CCALEN_Pos                                    4                                                         /*!< RTC CCR: CCALEN Position            */\r
-#define RTC_CCR_CCALEN_Msk                                    (0x01UL << RTC_CCR_CCALEN_Pos)                            /*!< RTC CCR: CCALEN Mask                */\r
-\r
-// ----------------------------------------  RTC_CIIR  --------------------------------------------\r
-#define RTC_CIIR_IMSEC_Pos                                    0                                                         /*!< RTC CIIR: IMSEC Position            */\r
-#define RTC_CIIR_IMSEC_Msk                                    (0x01UL << RTC_CIIR_IMSEC_Pos)                            /*!< RTC CIIR: IMSEC Mask                */\r
-#define RTC_CIIR_IMMIN_Pos                                    1                                                         /*!< RTC CIIR: IMMIN Position            */\r
-#define RTC_CIIR_IMMIN_Msk                                    (0x01UL << RTC_CIIR_IMMIN_Pos)                            /*!< RTC CIIR: IMMIN Mask                */\r
-#define RTC_CIIR_IMHOUR_Pos                                   2                                                         /*!< RTC CIIR: IMHOUR Position           */\r
-#define RTC_CIIR_IMHOUR_Msk                                   (0x01UL << RTC_CIIR_IMHOUR_Pos)                           /*!< RTC CIIR: IMHOUR Mask               */\r
-#define RTC_CIIR_IMDOM_Pos                                    3                                                         /*!< RTC CIIR: IMDOM Position            */\r
-#define RTC_CIIR_IMDOM_Msk                                    (0x01UL << RTC_CIIR_IMDOM_Pos)                            /*!< RTC CIIR: IMDOM Mask                */\r
-#define RTC_CIIR_IMDOW_Pos                                    4                                                         /*!< RTC CIIR: IMDOW Position            */\r
-#define RTC_CIIR_IMDOW_Msk                                    (0x01UL << RTC_CIIR_IMDOW_Pos)                            /*!< RTC CIIR: IMDOW Mask                */\r
-#define RTC_CIIR_IMDOY_Pos                                    5                                                         /*!< RTC CIIR: IMDOY Position            */\r
-#define RTC_CIIR_IMDOY_Msk                                    (0x01UL << RTC_CIIR_IMDOY_Pos)                            /*!< RTC CIIR: IMDOY Mask                */\r
-#define RTC_CIIR_IMMON_Pos                                    6                                                         /*!< RTC CIIR: IMMON Position            */\r
-#define RTC_CIIR_IMMON_Msk                                    (0x01UL << RTC_CIIR_IMMON_Pos)                            /*!< RTC CIIR: IMMON Mask                */\r
-#define RTC_CIIR_IMYEAR_Pos                                   7                                                         /*!< RTC CIIR: IMYEAR Position           */\r
-#define RTC_CIIR_IMYEAR_Msk                                   (0x01UL << RTC_CIIR_IMYEAR_Pos)                           /*!< RTC CIIR: IMYEAR Mask               */\r
-\r
-// -----------------------------------------  RTC_AMR  --------------------------------------------\r
-#define RTC_AMR_AMRSEC_Pos                                    0                                                         /*!< RTC AMR: AMRSEC Position            */\r
-#define RTC_AMR_AMRSEC_Msk                                    (0x01UL << RTC_AMR_AMRSEC_Pos)                            /*!< RTC AMR: AMRSEC Mask                */\r
-#define RTC_AMR_AMRMIN_Pos                                    1                                                         /*!< RTC AMR: AMRMIN Position            */\r
-#define RTC_AMR_AMRMIN_Msk                                    (0x01UL << RTC_AMR_AMRMIN_Pos)                            /*!< RTC AMR: AMRMIN Mask                */\r
-#define RTC_AMR_AMRHOUR_Pos                                   2                                                         /*!< RTC AMR: AMRHOUR Position           */\r
-#define RTC_AMR_AMRHOUR_Msk                                   (0x01UL << RTC_AMR_AMRHOUR_Pos)                           /*!< RTC AMR: AMRHOUR Mask               */\r
-#define RTC_AMR_AMRDOM_Pos                                    3                                                         /*!< RTC AMR: AMRDOM Position            */\r
-#define RTC_AMR_AMRDOM_Msk                                    (0x01UL << RTC_AMR_AMRDOM_Pos)                            /*!< RTC AMR: AMRDOM Mask                */\r
-#define RTC_AMR_AMRDOW_Pos                                    4                                                         /*!< RTC AMR: AMRDOW Position            */\r
-#define RTC_AMR_AMRDOW_Msk                                    (0x01UL << RTC_AMR_AMRDOW_Pos)                            /*!< RTC AMR: AMRDOW Mask                */\r
-#define RTC_AMR_AMRDOY_Pos                                    5                                                         /*!< RTC AMR: AMRDOY Position            */\r
-#define RTC_AMR_AMRDOY_Msk                                    (0x01UL << RTC_AMR_AMRDOY_Pos)                            /*!< RTC AMR: AMRDOY Mask                */\r
-#define RTC_AMR_AMRMON_Pos                                    6                                                         /*!< RTC AMR: AMRMON Position            */\r
-#define RTC_AMR_AMRMON_Msk                                    (0x01UL << RTC_AMR_AMRMON_Pos)                            /*!< RTC AMR: AMRMON Mask                */\r
-#define RTC_AMR_AMRYEAR_Pos                                   7                                                         /*!< RTC AMR: AMRYEAR Position           */\r
-#define RTC_AMR_AMRYEAR_Msk                                   (0x01UL << RTC_AMR_AMRYEAR_Pos)                           /*!< RTC AMR: AMRYEAR Mask               */\r
-\r
-// ---------------------------------------  RTC_CTIME0  -------------------------------------------\r
-#define RTC_CTIME0_SECONDS_Pos                                0                                                         /*!< RTC CTIME0: SECONDS Position        */\r
-#define RTC_CTIME0_SECONDS_Msk                                (0x3fUL << RTC_CTIME0_SECONDS_Pos)                        /*!< RTC CTIME0: SECONDS Mask            */\r
-#define RTC_CTIME0_MINUTES_Pos                                8                                                         /*!< RTC CTIME0: MINUTES Position        */\r
-#define RTC_CTIME0_MINUTES_Msk                                (0x3fUL << RTC_CTIME0_MINUTES_Pos)                        /*!< RTC CTIME0: MINUTES Mask            */\r
-#define RTC_CTIME0_HOURS_Pos                                  16                                                        /*!< RTC CTIME0: HOURS Position          */\r
-#define RTC_CTIME0_HOURS_Msk                                  (0x1fUL << RTC_CTIME0_HOURS_Pos)                          /*!< RTC CTIME0: HOURS Mask              */\r
-#define RTC_CTIME0_DOW_Pos                                    24                                                        /*!< RTC CTIME0: DOW Position            */\r
-#define RTC_CTIME0_DOW_Msk                                    (0x07UL << RTC_CTIME0_DOW_Pos)                            /*!< RTC CTIME0: DOW Mask                */\r
-\r
-// ---------------------------------------  RTC_CTIME1  -------------------------------------------\r
-#define RTC_CTIME1_DOM_Pos                                    0                                                         /*!< RTC CTIME1: DOM Position            */\r
-#define RTC_CTIME1_DOM_Msk                                    (0x1fUL << RTC_CTIME1_DOM_Pos)                            /*!< RTC CTIME1: DOM Mask                */\r
-#define RTC_CTIME1_MONTH_Pos                                  8                                                         /*!< RTC CTIME1: MONTH Position          */\r
-#define RTC_CTIME1_MONTH_Msk                                  (0x0fUL << RTC_CTIME1_MONTH_Pos)                          /*!< RTC CTIME1: MONTH Mask              */\r
-#define RTC_CTIME1_YEAR_Pos                                   16                                                        /*!< RTC CTIME1: YEAR Position           */\r
-#define RTC_CTIME1_YEAR_Msk                                   (0x00000fffUL << RTC_CTIME1_YEAR_Pos)                     /*!< RTC CTIME1: YEAR Mask               */\r
-\r
-// ---------------------------------------  RTC_CTIME2  -------------------------------------------\r
-#define RTC_CTIME2_DOY_Pos                                    0                                                         /*!< RTC CTIME2: DOY Position            */\r
-#define RTC_CTIME2_DOY_Msk                                    (0x00000fffUL << RTC_CTIME2_DOY_Pos)                      /*!< RTC CTIME2: DOY Mask                */\r
-\r
-// -----------------------------------------  RTC_SEC  --------------------------------------------\r
-#define RTC_SEC_SECONDS_Pos                                   0                                                         /*!< RTC SEC: SECONDS Position           */\r
-#define RTC_SEC_SECONDS_Msk                                   (0x3fUL << RTC_SEC_SECONDS_Pos)                           /*!< RTC SEC: SECONDS Mask               */\r
-\r
-// -----------------------------------------  RTC_MIN  --------------------------------------------\r
-#define RTC_MIN_MINUTES_Pos                                   0                                                         /*!< RTC MIN: MINUTES Position           */\r
-#define RTC_MIN_MINUTES_Msk                                   (0x3fUL << RTC_MIN_MINUTES_Pos)                           /*!< RTC MIN: MINUTES Mask               */\r
-\r
-// -----------------------------------------  RTC_HRS  --------------------------------------------\r
-#define RTC_HRS_HOURS_Pos                                     0                                                         /*!< RTC HRS: HOURS Position             */\r
-#define RTC_HRS_HOURS_Msk                                     (0x1fUL << RTC_HRS_HOURS_Pos)                             /*!< RTC HRS: HOURS Mask                 */\r
-\r
-// -----------------------------------------  RTC_DOM  --------------------------------------------\r
-#define RTC_DOM_DOM_Pos                                       0                                                         /*!< RTC DOM: DOM Position               */\r
-#define RTC_DOM_DOM_Msk                                       (0x1fUL << RTC_DOM_DOM_Pos)                               /*!< RTC DOM: DOM Mask                   */\r
-\r
-// -----------------------------------------  RTC_DOW  --------------------------------------------\r
-#define RTC_DOW_DOW_Pos                                       0                                                         /*!< RTC DOW: DOW Position               */\r
-#define RTC_DOW_DOW_Msk                                       (0x07UL << RTC_DOW_DOW_Pos)                               /*!< RTC DOW: DOW Mask                   */\r
-\r
-// -----------------------------------------  RTC_DOY  --------------------------------------------\r
-#define RTC_DOY_DOY_Pos                                       0                                                         /*!< RTC DOY: DOY Position               */\r
-#define RTC_DOY_DOY_Msk                                       (0x000001ffUL << RTC_DOY_DOY_Pos)                         /*!< RTC DOY: DOY Mask                   */\r
-\r
-// ----------------------------------------  RTC_MONTH  -------------------------------------------\r
-#define RTC_MONTH_MONTH_Pos                                   0                                                         /*!< RTC MONTH: MONTH Position           */\r
-#define RTC_MONTH_MONTH_Msk                                   (0x0fUL << RTC_MONTH_MONTH_Pos)                           /*!< RTC MONTH: MONTH Mask               */\r
-\r
-// ----------------------------------------  RTC_YEAR  --------------------------------------------\r
-#define RTC_YEAR_YEAR_Pos                                     0                                                         /*!< RTC YEAR: YEAR Position             */\r
-#define RTC_YEAR_YEAR_Msk                                     (0x00000fffUL << RTC_YEAR_YEAR_Pos)                       /*!< RTC YEAR: YEAR Mask                 */\r
-\r
-// -------------------------------------  RTC_CALIBRATION  ----------------------------------------\r
-#define RTC_CALIBRATION_CALVAL_Pos                            0                                                         /*!< RTC CALIBRATION: CALVAL Position    */\r
-#define RTC_CALIBRATION_CALVAL_Msk                            (0x0001ffffUL << RTC_CALIBRATION_CALVAL_Pos)              /*!< RTC CALIBRATION: CALVAL Mask        */\r
-#define RTC_CALIBRATION_CALDIR_Pos                            17                                                        /*!< RTC CALIBRATION: CALDIR Position    */\r
-#define RTC_CALIBRATION_CALDIR_Msk                            (0x01UL << RTC_CALIBRATION_CALDIR_Pos)                    /*!< RTC CALIBRATION: CALDIR Mask        */\r
-\r
-// ----------------------------------------  RTC_ASEC  --------------------------------------------\r
-#define RTC_ASEC_SECONDS_Pos                                  0                                                         /*!< RTC ASEC: SECONDS Position          */\r
-#define RTC_ASEC_SECONDS_Msk                                  (0x3fUL << RTC_ASEC_SECONDS_Pos)                          /*!< RTC ASEC: SECONDS Mask              */\r
-\r
-// ----------------------------------------  RTC_AMIN  --------------------------------------------\r
-#define RTC_AMIN_MINUTES_Pos                                  0                                                         /*!< RTC AMIN: MINUTES Position          */\r
-#define RTC_AMIN_MINUTES_Msk                                  (0x3fUL << RTC_AMIN_MINUTES_Pos)                          /*!< RTC AMIN: MINUTES Mask              */\r
-\r
-// ----------------------------------------  RTC_AHRS  --------------------------------------------\r
-#define RTC_AHRS_HOURS_Pos                                    0                                                         /*!< RTC AHRS: HOURS Position            */\r
-#define RTC_AHRS_HOURS_Msk                                    (0x1fUL << RTC_AHRS_HOURS_Pos)                            /*!< RTC AHRS: HOURS Mask                */\r
-\r
-// ----------------------------------------  RTC_ADOM  --------------------------------------------\r
-#define RTC_ADOM_DOM_Pos                                      0                                                         /*!< RTC ADOM: DOM Position              */\r
-#define RTC_ADOM_DOM_Msk                                      (0x1fUL << RTC_ADOM_DOM_Pos)                              /*!< RTC ADOM: DOM Mask                  */\r
-\r
-// ----------------------------------------  RTC_ADOW  --------------------------------------------\r
-#define RTC_ADOW_DOW_Pos                                      0                                                         /*!< RTC ADOW: DOW Position              */\r
-#define RTC_ADOW_DOW_Msk                                      (0x07UL << RTC_ADOW_DOW_Pos)                              /*!< RTC ADOW: DOW Mask                  */\r
-\r
-// ----------------------------------------  RTC_ADOY  --------------------------------------------\r
-#define RTC_ADOY_DOY_Pos                                      0                                                         /*!< RTC ADOY: DOY Position              */\r
-#define RTC_ADOY_DOY_Msk                                      (0x000001ffUL << RTC_ADOY_DOY_Pos)                        /*!< RTC ADOY: DOY Mask                  */\r
-\r
-// ----------------------------------------  RTC_AMON  --------------------------------------------\r
-#define RTC_AMON_MONTH_Pos                                    0                                                         /*!< RTC AMON: MONTH Position            */\r
-#define RTC_AMON_MONTH_Msk                                    (0x0fUL << RTC_AMON_MONTH_Pos)                            /*!< RTC AMON: MONTH Mask                */\r
-\r
-// ----------------------------------------  RTC_AYRS  --------------------------------------------\r
-#define RTC_AYRS_YEAR_Pos                                     0                                                         /*!< RTC AYRS: YEAR Position             */\r
-#define RTC_AYRS_YEAR_Msk                                     (0x00000fffUL << RTC_AYRS_YEAR_Pos)                       /*!< RTC AYRS: YEAR Mask                 */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  CGU Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// --------------------------------------  CGU_FREQ_MON  ------------------------------------------\r
-#define CGU_FREQ_MON_RCNT_Pos                                 0                                                         /*!< CGU FREQ_MON: RCNT Position         */\r
-#define CGU_FREQ_MON_RCNT_Msk                                 (0x000001ffUL << CGU_FREQ_MON_RCNT_Pos)                   /*!< CGU FREQ_MON: RCNT Mask             */\r
-#define CGU_FREQ_MON_FCNT_Pos                                 9                                                         /*!< CGU FREQ_MON: FCNT Position         */\r
-#define CGU_FREQ_MON_FCNT_Msk                                 (0x00003fffUL << CGU_FREQ_MON_FCNT_Pos)                   /*!< CGU FREQ_MON: FCNT Mask             */\r
-#define CGU_FREQ_MON_MEAS_Pos                                 23                                                        /*!< CGU FREQ_MON: MEAS Position         */\r
-#define CGU_FREQ_MON_MEAS_Msk                                 (0x01UL << CGU_FREQ_MON_MEAS_Pos)                         /*!< CGU FREQ_MON: MEAS Mask             */\r
-#define CGU_FREQ_MON_CLK_SEL_Pos                              24                                                        /*!< CGU FREQ_MON: CLK_SEL Position      */\r
-#define CGU_FREQ_MON_CLK_SEL_Msk                              (0x1fUL << CGU_FREQ_MON_CLK_SEL_Pos)                      /*!< CGU FREQ_MON: CLK_SEL Mask          */\r
-\r
-// ------------------------------------  CGU_XTAL_OSC_CTRL  ---------------------------------------\r
-#define CGU_XTAL_OSC_CTRL_ENABLE_Pos                          0                                                         /*!< CGU XTAL_OSC_CTRL: ENABLE Position  */\r
-#define CGU_XTAL_OSC_CTRL_ENABLE_Msk                          (0x01UL << CGU_XTAL_OSC_CTRL_ENABLE_Pos)                  /*!< CGU XTAL_OSC_CTRL: ENABLE Mask      */\r
-#define CGU_XTAL_OSC_CTRL_BYPASS_Pos                          1                                                         /*!< CGU XTAL_OSC_CTRL: BYPASS Position  */\r
-#define CGU_XTAL_OSC_CTRL_BYPASS_Msk                          (0x01UL << CGU_XTAL_OSC_CTRL_BYPASS_Pos)                  /*!< CGU XTAL_OSC_CTRL: BYPASS Mask      */\r
-#define CGU_XTAL_OSC_CTRL_HF_Pos                              2                                                         /*!< CGU XTAL_OSC_CTRL: HF Position      */\r
-#define CGU_XTAL_OSC_CTRL_HF_Msk                              (0x01UL << CGU_XTAL_OSC_CTRL_HF_Pos)                      /*!< CGU XTAL_OSC_CTRL: HF Mask          */\r
-\r
-// ------------------------------------  CGU_PLL0USB_STAT  ----------------------------------------\r
-#define CGU_PLL0USB_STAT_LOCK_Pos                             0                                                         /*!< CGU PLL0USB_STAT: LOCK Position     */\r
-#define CGU_PLL0USB_STAT_LOCK_Msk                             (0x01UL << CGU_PLL0USB_STAT_LOCK_Pos)                     /*!< CGU PLL0USB_STAT: LOCK Mask         */\r
-#define CGU_PLL0USB_STAT_FR_Pos                               1                                                         /*!< CGU PLL0USB_STAT: FR Position       */\r
-#define CGU_PLL0USB_STAT_FR_Msk                               (0x01UL << CGU_PLL0USB_STAT_FR_Pos)                       /*!< CGU PLL0USB_STAT: FR Mask           */\r
-\r
-// ------------------------------------  CGU_PLL0USB_CTRL  ----------------------------------------\r
-#define CGU_PLL0USB_CTRL_PD_Pos                               0                                                         /*!< CGU PLL0USB_CTRL: PD Position       */\r
-#define CGU_PLL0USB_CTRL_PD_Msk                               (0x01UL << CGU_PLL0USB_CTRL_PD_Pos)                       /*!< CGU PLL0USB_CTRL: PD Mask           */\r
-#define CGU_PLL0USB_CTRL_BYPASS_Pos                           1                                                         /*!< CGU PLL0USB_CTRL: BYPASS Position   */\r
-#define CGU_PLL0USB_CTRL_BYPASS_Msk                           (0x01UL << CGU_PLL0USB_CTRL_BYPASS_Pos)                   /*!< CGU PLL0USB_CTRL: BYPASS Mask       */\r
-#define CGU_PLL0USB_CTRL_DIRECTI_Pos                          2                                                         /*!< CGU PLL0USB_CTRL: DIRECTI Position  */\r
-#define CGU_PLL0USB_CTRL_DIRECTI_Msk                          (0x01UL << CGU_PLL0USB_CTRL_DIRECTI_Pos)                  /*!< CGU PLL0USB_CTRL: DIRECTI Mask      */\r
-#define CGU_PLL0USB_CTRL_DIRECTO_Pos                          3                                                         /*!< CGU PLL0USB_CTRL: DIRECTO Position  */\r
-#define CGU_PLL0USB_CTRL_DIRECTO_Msk                          (0x01UL << CGU_PLL0USB_CTRL_DIRECTO_Pos)                  /*!< CGU PLL0USB_CTRL: DIRECTO Mask      */\r
-#define CGU_PLL0USB_CTRL_CLKEN_Pos                            4                                                         /*!< CGU PLL0USB_CTRL: CLKEN Position    */\r
-#define CGU_PLL0USB_CTRL_CLKEN_Msk                            (0x01UL << CGU_PLL0USB_CTRL_CLKEN_Pos)                    /*!< CGU PLL0USB_CTRL: CLKEN Mask        */\r
-#define CGU_PLL0USB_CTRL_FRM_Pos                              6                                                         /*!< CGU PLL0USB_CTRL: FRM Position      */\r
-#define CGU_PLL0USB_CTRL_FRM_Msk                              (0x01UL << CGU_PLL0USB_CTRL_FRM_Pos)                      /*!< CGU PLL0USB_CTRL: FRM Mask          */\r
-#define CGU_PLL0USB_CTRL_AUTOBLOCK_Pos                        11                                                        /*!< CGU PLL0USB_CTRL: AUTOBLOCK Position */\r
-#define CGU_PLL0USB_CTRL_AUTOBLOCK_Msk                        (0x01UL << CGU_PLL0USB_CTRL_AUTOBLOCK_Pos)                /*!< CGU PLL0USB_CTRL: AUTOBLOCK Mask    */\r
-#define CGU_PLL0USB_CTRL_CLK_SEL_Pos                          24                                                        /*!< CGU PLL0USB_CTRL: CLK_SEL Position  */\r
-#define CGU_PLL0USB_CTRL_CLK_SEL_Msk                          (0x1fUL << CGU_PLL0USB_CTRL_CLK_SEL_Pos)                  /*!< CGU PLL0USB_CTRL: CLK_SEL Mask      */\r
-\r
-// ------------------------------------  CGU_PLL0USB_MDIV  ----------------------------------------\r
-#define CGU_PLL0USB_MDIV_MDEC_Pos                             0                                                         /*!< CGU PLL0USB_MDIV: MDEC Position     */\r
-#define CGU_PLL0USB_MDIV_MDEC_Msk                             (0x0001ffffUL << CGU_PLL0USB_MDIV_MDEC_Pos)               /*!< CGU PLL0USB_MDIV: MDEC Mask         */\r
-#define CGU_PLL0USB_MDIV_SELP_Pos                             17                                                        /*!< CGU PLL0USB_MDIV: SELP Position     */\r
-#define CGU_PLL0USB_MDIV_SELP_Msk                             (0x1fUL << CGU_PLL0USB_MDIV_SELP_Pos)                     /*!< CGU PLL0USB_MDIV: SELP Mask         */\r
-#define CGU_PLL0USB_MDIV_SELI_Pos                             22                                                        /*!< CGU PLL0USB_MDIV: SELI Position     */\r
-#define CGU_PLL0USB_MDIV_SELI_Msk                             (0x3fUL << CGU_PLL0USB_MDIV_SELI_Pos)                     /*!< CGU PLL0USB_MDIV: SELI Mask         */\r
-#define CGU_PLL0USB_MDIV_SELR_Pos                             28                                                        /*!< CGU PLL0USB_MDIV: SELR Position     */\r
-#define CGU_PLL0USB_MDIV_SELR_Msk                             (0x0fUL << CGU_PLL0USB_MDIV_SELR_Pos)                     /*!< CGU PLL0USB_MDIV: SELR Mask         */\r
-\r
-// -----------------------------------  CGU_PLL0USB_NP_DIV  ---------------------------------------\r
-#define CGU_PLL0USB_NP_DIV_PDEC_Pos                           0                                                         /*!< CGU PLL0USB_NP_DIV: PDEC Position   */\r
-#define CGU_PLL0USB_NP_DIV_PDEC_Msk                           (0x7fUL << CGU_PLL0USB_NP_DIV_PDEC_Pos)                   /*!< CGU PLL0USB_NP_DIV: PDEC Mask       */\r
-#define CGU_PLL0USB_NP_DIV_NDEC_Pos                           12                                                        /*!< CGU PLL0USB_NP_DIV: NDEC Position   */\r
-#define CGU_PLL0USB_NP_DIV_NDEC_Msk                           (0x000003ffUL << CGU_PLL0USB_NP_DIV_NDEC_Pos)             /*!< CGU PLL0USB_NP_DIV: NDEC Mask       */\r
-\r
-// -----------------------------------  CGU_PLL0AUDIO_STAT  ---------------------------------------\r
-#define CGU_PLL0AUDIO_STAT_LOCK_Pos                           0                                                         /*!< CGU PLL0AUDIO_STAT: LOCK Position   */\r
-#define CGU_PLL0AUDIO_STAT_LOCK_Msk                           (0x01UL << CGU_PLL0AUDIO_STAT_LOCK_Pos)                   /*!< CGU PLL0AUDIO_STAT: LOCK Mask       */\r
-#define CGU_PLL0AUDIO_STAT_FR_Pos                             1                                                         /*!< CGU PLL0AUDIO_STAT: FR Position     */\r
-#define CGU_PLL0AUDIO_STAT_FR_Msk                             (0x01UL << CGU_PLL0AUDIO_STAT_FR_Pos)                     /*!< CGU PLL0AUDIO_STAT: FR Mask         */\r
-\r
-// -----------------------------------  CGU_PLL0AUDIO_CTRL  ---------------------------------------\r
-#define CGU_PLL0AUDIO_CTRL_PD_Pos                             0                                                         /*!< CGU PLL0AUDIO_CTRL: PD Position     */\r
-#define CGU_PLL0AUDIO_CTRL_PD_Msk                             (0x01UL << CGU_PLL0AUDIO_CTRL_PD_Pos)                     /*!< CGU PLL0AUDIO_CTRL: PD Mask         */\r
-#define CGU_PLL0AUDIO_CTRL_BYPASS_Pos                         1                                                         /*!< CGU PLL0AUDIO_CTRL: BYPASS Position */\r
-#define CGU_PLL0AUDIO_CTRL_BYPASS_Msk                         (0x01UL << CGU_PLL0AUDIO_CTRL_BYPASS_Pos)                 /*!< CGU PLL0AUDIO_CTRL: BYPASS Mask     */\r
-#define CGU_PLL0AUDIO_CTRL_DIRECTI_Pos                        2                                                         /*!< CGU PLL0AUDIO_CTRL: DIRECTI Position */\r
-#define CGU_PLL0AUDIO_CTRL_DIRECTI_Msk                        (0x01UL << CGU_PLL0AUDIO_CTRL_DIRECTI_Pos)                /*!< CGU PLL0AUDIO_CTRL: DIRECTI Mask    */\r
-#define CGU_PLL0AUDIO_CTRL_DIRECTO_Pos                        3                                                         /*!< CGU PLL0AUDIO_CTRL: DIRECTO Position */\r
-#define CGU_PLL0AUDIO_CTRL_DIRECTO_Msk                        (0x01UL << CGU_PLL0AUDIO_CTRL_DIRECTO_Pos)                /*!< CGU PLL0AUDIO_CTRL: DIRECTO Mask    */\r
-#define CGU_PLL0AUDIO_CTRL_CLKEN_Pos                          4                                                         /*!< CGU PLL0AUDIO_CTRL: CLKEN Position  */\r
-#define CGU_PLL0AUDIO_CTRL_CLKEN_Msk                          (0x01UL << CGU_PLL0AUDIO_CTRL_CLKEN_Pos)                  /*!< CGU PLL0AUDIO_CTRL: CLKEN Mask      */\r
-#define CGU_PLL0AUDIO_CTRL_FRM_Pos                            6                                                         /*!< CGU PLL0AUDIO_CTRL: FRM Position    */\r
-#define CGU_PLL0AUDIO_CTRL_FRM_Msk                            (0x01UL << CGU_PLL0AUDIO_CTRL_FRM_Pos)                    /*!< CGU PLL0AUDIO_CTRL: FRM Mask        */\r
-#define CGU_PLL0AUDIO_CTRL_AUTOBLOCK_Pos                      11                                                        /*!< CGU PLL0AUDIO_CTRL: AUTOBLOCK Position */\r
-#define CGU_PLL0AUDIO_CTRL_AUTOBLOCK_Msk                      (0x01UL << CGU_PLL0AUDIO_CTRL_AUTOBLOCK_Pos)              /*!< CGU PLL0AUDIO_CTRL: AUTOBLOCK Mask  */\r
-#define CGU_PLL0AUDIO_CTRL_PLLFRAQ_REQ_Pos                    12                                                        /*!< CGU PLL0AUDIO_CTRL: PLLFRAQ_REQ Position */\r
-#define CGU_PLL0AUDIO_CTRL_PLLFRAQ_REQ_Msk                    (0x01UL << CGU_PLL0AUDIO_CTRL_PLLFRAQ_REQ_Pos)            /*!< CGU PLL0AUDIO_CTRL: PLLFRAQ_REQ Mask */\r
-#define CGU_PLL0AUDIO_CTRL_SEL_EXT_Pos                        13                                                        /*!< CGU PLL0AUDIO_CTRL: SEL_EXT Position */\r
-#define CGU_PLL0AUDIO_CTRL_SEL_EXT_Msk                        (0x01UL << CGU_PLL0AUDIO_CTRL_SEL_EXT_Pos)                /*!< CGU PLL0AUDIO_CTRL: SEL_EXT Mask    */\r
-#define CGU_PLL0AUDIO_CTRL_MOD_PD_Pos                         14                                                        /*!< CGU PLL0AUDIO_CTRL: MOD_PD Position */\r
-#define CGU_PLL0AUDIO_CTRL_MOD_PD_Msk                         (0x01UL << CGU_PLL0AUDIO_CTRL_MOD_PD_Pos)                 /*!< CGU PLL0AUDIO_CTRL: MOD_PD Mask     */\r
-#define CGU_PLL0AUDIO_CTRL_CLK_SEL_Pos                        24                                                        /*!< CGU PLL0AUDIO_CTRL: CLK_SEL Position */\r
-#define CGU_PLL0AUDIO_CTRL_CLK_SEL_Msk                        (0x1fUL << CGU_PLL0AUDIO_CTRL_CLK_SEL_Pos)                /*!< CGU PLL0AUDIO_CTRL: CLK_SEL Mask    */\r
-\r
-// -----------------------------------  CGU_PLL0AUDIO_MDIV  ---------------------------------------\r
-#define CGU_PLL0AUDIO_MDIV_MDEC_Pos                           0                                                         /*!< CGU PLL0AUDIO_MDIV: MDEC Position   */\r
-#define CGU_PLL0AUDIO_MDIV_MDEC_Msk                           (0x0001ffffUL << CGU_PLL0AUDIO_MDIV_MDEC_Pos)             /*!< CGU PLL0AUDIO_MDIV: MDEC Mask       */\r
-\r
-// ----------------------------------  CGU_PLL0AUDIO_NP_DIV  --------------------------------------\r
-#define CGU_PLL0AUDIO_NP_DIV_PDEC_Pos                         0                                                         /*!< CGU PLL0AUDIO_NP_DIV: PDEC Position */\r
-#define CGU_PLL0AUDIO_NP_DIV_PDEC_Msk                         (0x7fUL << CGU_PLL0AUDIO_NP_DIV_PDEC_Pos)                 /*!< CGU PLL0AUDIO_NP_DIV: PDEC Mask     */\r
-#define CGU_PLL0AUDIO_NP_DIV_NDEC_Pos                         12                                                        /*!< CGU PLL0AUDIO_NP_DIV: NDEC Position */\r
-#define CGU_PLL0AUDIO_NP_DIV_NDEC_Msk                         (0x000003ffUL << CGU_PLL0AUDIO_NP_DIV_NDEC_Pos)           /*!< CGU PLL0AUDIO_NP_DIV: NDEC Mask     */\r
-\r
-// -----------------------------------  CGU_PLL0AUDIO_FRAC  ---------------------------------------\r
-#define CGU_PLL0AUDIO_FRAC_PLLFRACT_CTRL_Pos                  0                                                         /*!< CGU PLL0AUDIO_FRAC: PLLFRACT_CTRL Position */\r
-#define CGU_PLL0AUDIO_FRAC_PLLFRACT_CTRL_Msk                  (0x003fffffUL << CGU_PLL0AUDIO_FRAC_PLLFRACT_CTRL_Pos)    /*!< CGU PLL0AUDIO_FRAC: PLLFRACT_CTRL Mask */\r
-\r
-// --------------------------------------  CGU_PLL1_STAT  -----------------------------------------\r
-#define CGU_PLL1_STAT_LOCK_Pos                                0                                                         /*!< CGU PLL1_STAT: LOCK Position        */\r
-#define CGU_PLL1_STAT_LOCK_Msk                                (0x01UL << CGU_PLL1_STAT_LOCK_Pos)                        /*!< CGU PLL1_STAT: LOCK Mask            */\r
-\r
-// --------------------------------------  CGU_PLL1_CTRL  -----------------------------------------\r
-#define CGU_PLL1_CTRL_PD_Pos                                  0                                                         /*!< CGU PLL1_CTRL: PD Position          */\r
-#define CGU_PLL1_CTRL_PD_Msk                                  (0x01UL << CGU_PLL1_CTRL_PD_Pos)                          /*!< CGU PLL1_CTRL: PD Mask              */\r
-#define CGU_PLL1_CTRL_BYPASS_Pos                              1                                                         /*!< CGU PLL1_CTRL: BYPASS Position      */\r
-#define CGU_PLL1_CTRL_BYPASS_Msk                              (0x01UL << CGU_PLL1_CTRL_BYPASS_Pos)                      /*!< CGU PLL1_CTRL: BYPASS Mask          */\r
-#define CGU_PLL1_CTRL_FBSEL_Pos                               6                                                         /*!< CGU PLL1_CTRL: FBSEL Position       */\r
-#define CGU_PLL1_CTRL_FBSEL_Msk                               (0x01UL << CGU_PLL1_CTRL_FBSEL_Pos)                       /*!< CGU PLL1_CTRL: FBSEL Mask           */\r
-#define CGU_PLL1_CTRL_DIRECT_Pos                              7                                                         /*!< CGU PLL1_CTRL: DIRECT Position      */\r
-#define CGU_PLL1_CTRL_DIRECT_Msk                              (0x01UL << CGU_PLL1_CTRL_DIRECT_Pos)                      /*!< CGU PLL1_CTRL: DIRECT Mask          */\r
-#define CGU_PLL1_CTRL_PSEL_Pos                                8                                                         /*!< CGU PLL1_CTRL: PSEL Position        */\r
-#define CGU_PLL1_CTRL_PSEL_Msk                                (0x03UL << CGU_PLL1_CTRL_PSEL_Pos)                        /*!< CGU PLL1_CTRL: PSEL Mask            */\r
-#define CGU_PLL1_CTRL_AUTOBLOCK_Pos                           11                                                        /*!< CGU PLL1_CTRL: AUTOBLOCK Position   */\r
-#define CGU_PLL1_CTRL_AUTOBLOCK_Msk                           (0x01UL << CGU_PLL1_CTRL_AUTOBLOCK_Pos)                   /*!< CGU PLL1_CTRL: AUTOBLOCK Mask       */\r
-#define CGU_PLL1_CTRL_NSEL_Pos                                12                                                        /*!< CGU PLL1_CTRL: NSEL Position        */\r
-#define CGU_PLL1_CTRL_NSEL_Msk                                (0x03UL << CGU_PLL1_CTRL_NSEL_Pos)                        /*!< CGU PLL1_CTRL: NSEL Mask            */\r
-#define CGU_PLL1_CTRL_MSEL_Pos                                16                                                        /*!< CGU PLL1_CTRL: MSEL Position        */\r
-#define CGU_PLL1_CTRL_MSEL_Msk                                (0x000000ffUL << CGU_PLL1_CTRL_MSEL_Pos)                  /*!< CGU PLL1_CTRL: MSEL Mask            */\r
-#define CGU_PLL1_CTRL_CLK_SEL_Pos                             24                                                        /*!< CGU PLL1_CTRL: CLK_SEL Position     */\r
-#define CGU_PLL1_CTRL_CLK_SEL_Msk                             (0x1fUL << CGU_PLL1_CTRL_CLK_SEL_Pos)                     /*!< CGU PLL1_CTRL: CLK_SEL Mask         */\r
-\r
-// -------------------------------------  CGU_IDIVA_CTRL  -----------------------------------------\r
-#define CGU_IDIVA_CTRL_PD_Pos                                 0                                                         /*!< CGU IDIVA_CTRL: PD Position         */\r
-#define CGU_IDIVA_CTRL_PD_Msk                                 (0x01UL << CGU_IDIVA_CTRL_PD_Pos)                         /*!< CGU IDIVA_CTRL: PD Mask             */\r
-#define CGU_IDIVA_CTRL_IDIV_Pos                               2                                                         /*!< CGU IDIVA_CTRL: IDIV Position       */\r
-#define CGU_IDIVA_CTRL_IDIV_Msk                               (0x03UL << CGU_IDIVA_CTRL_IDIV_Pos)                       /*!< CGU IDIVA_CTRL: IDIV Mask           */\r
-#define CGU_IDIVA_CTRL_AUTOBLOCK_Pos                          11                                                        /*!< CGU IDIVA_CTRL: AUTOBLOCK Position  */\r
-#define CGU_IDIVA_CTRL_AUTOBLOCK_Msk                          (0x01UL << CGU_IDIVA_CTRL_AUTOBLOCK_Pos)                  /*!< CGU IDIVA_CTRL: AUTOBLOCK Mask      */\r
-#define CGU_IDIVA_CTRL_CLK_SEL_Pos                            24                                                        /*!< CGU IDIVA_CTRL: CLK_SEL Position    */\r
-#define CGU_IDIVA_CTRL_CLK_SEL_Msk                            (0x1fUL << CGU_IDIVA_CTRL_CLK_SEL_Pos)                    /*!< CGU IDIVA_CTRL: CLK_SEL Mask        */\r
-\r
-// -------------------------------------  CGU_IDIVB_CTRL  -----------------------------------------\r
-#define CGU_IDIVB_CTRL_PD_Pos                                 0                                                         /*!< CGU IDIVB_CTRL: PD Position         */\r
-#define CGU_IDIVB_CTRL_PD_Msk                                 (0x01UL << CGU_IDIVB_CTRL_PD_Pos)                         /*!< CGU IDIVB_CTRL: PD Mask             */\r
-#define CGU_IDIVB_CTRL_IDIV_Pos                               2                                                         /*!< CGU IDIVB_CTRL: IDIV Position       */\r
-#define CGU_IDIVB_CTRL_IDIV_Msk                               (0x0fUL << CGU_IDIVB_CTRL_IDIV_Pos)                       /*!< CGU IDIVB_CTRL: IDIV Mask           */\r
-#define CGU_IDIVB_CTRL_AUTOBLOCK_Pos                          11                                                        /*!< CGU IDIVB_CTRL: AUTOBLOCK Position  */\r
-#define CGU_IDIVB_CTRL_AUTOBLOCK_Msk                          (0x01UL << CGU_IDIVB_CTRL_AUTOBLOCK_Pos)                  /*!< CGU IDIVB_CTRL: AUTOBLOCK Mask      */\r
-#define CGU_IDIVB_CTRL_CLK_SEL_Pos                            24                                                        /*!< CGU IDIVB_CTRL: CLK_SEL Position    */\r
-#define CGU_IDIVB_CTRL_CLK_SEL_Msk                            (0x1fUL << CGU_IDIVB_CTRL_CLK_SEL_Pos)                    /*!< CGU IDIVB_CTRL: CLK_SEL Mask        */\r
-\r
-// -------------------------------------  CGU_IDIVE_CTRL  -----------------------------------------\r
-#define CGU_IDIVE_CTRL_PD_Pos                                 0                                                         /*!< CGU IDIVE_CTRL: PD Position         */\r
-#define CGU_IDIVE_CTRL_PD_Msk                                 (0x01UL << CGU_IDIVE_CTRL_PD_Pos)                         /*!< CGU IDIVE_CTRL: PD Mask             */\r
-#define CGU_IDIVE_CTRL_IDIV_Pos                               2                                                         /*!< CGU IDIVE_CTRL: IDIV Position       */\r
-#define CGU_IDIVE_CTRL_IDIV_Msk                               (0x000000ffUL << CGU_IDIVE_CTRL_IDIV_Pos)                 /*!< CGU IDIVE_CTRL: IDIV Mask           */\r
-#define CGU_IDIVE_CTRL_AUTOBLOCK_Pos                          11                                                        /*!< CGU IDIVE_CTRL: AUTOBLOCK Position  */\r
-#define CGU_IDIVE_CTRL_AUTOBLOCK_Msk                          (0x01UL << CGU_IDIVE_CTRL_AUTOBLOCK_Pos)                  /*!< CGU IDIVE_CTRL: AUTOBLOCK Mask      */\r
-#define CGU_IDIVE_CTRL_CLK_SEL_Pos                            24                                                        /*!< CGU IDIVE_CTRL: CLK_SEL Position    */\r
-#define CGU_IDIVE_CTRL_CLK_SEL_Msk                            (0x1fUL << CGU_IDIVE_CTRL_CLK_SEL_Pos)                    /*!< CGU IDIVE_CTRL: CLK_SEL Mask        */\r
-\r
-// ------------------------------------  CGU_BASE_SAFE_CLK  ---------------------------------------\r
-#define CGU_BASE_SAFE_CLK_PD_Pos                              0                                                         /*!< CGU BASE_SAFE_CLK: PD Position      */\r
-#define CGU_BASE_SAFE_CLK_PD_Msk                              (0x01UL << CGU_BASE_SAFE_CLK_PD_Pos)                      /*!< CGU BASE_SAFE_CLK: PD Mask          */\r
-#define CGU_BASE_SAFE_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_SAFE_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SAFE_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_SAFE_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_SAFE_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_SAFE_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_SAFE_CLK: CLK_SEL Position */\r
-#define CGU_BASE_SAFE_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_SAFE_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_SAFE_CLK: CLK_SEL Mask     */\r
-\r
-// ------------------------------------  CGU_BASE_USB0_CLK  ---------------------------------------\r
-#define CGU_BASE_USB0_CLK_PD_Pos                              0                                                         /*!< CGU BASE_USB0_CLK: PD Position      */\r
-#define CGU_BASE_USB0_CLK_PD_Msk                              (0x01UL << CGU_BASE_USB0_CLK_PD_Pos)                      /*!< CGU BASE_USB0_CLK: PD Mask          */\r
-#define CGU_BASE_USB0_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_USB0_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_USB0_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_USB0_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_USB0_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_USB0_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_USB0_CLK: CLK_SEL Position */\r
-#define CGU_BASE_USB0_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_USB0_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_USB0_CLK: CLK_SEL Mask     */\r
-\r
-// -----------------------------------  CGU_BASE_PERIPH_CLK  --------------------------------------\r
-#define CGU_BASE_PERIPH_CLK_PD_Pos                            0                                                         /*!< CGU BASE_PERIPH_CLK: PD Position    */\r
-#define CGU_BASE_PERIPH_CLK_PD_Msk                            (0x01UL << CGU_BASE_PERIPH_CLK_PD_Pos)                    /*!< CGU BASE_PERIPH_CLK: PD Mask        */\r
-#define CGU_BASE_PERIPH_CLK_AUTOBLOCK_Pos                     11                                                        /*!< CGU BASE_PERIPH_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_PERIPH_CLK_AUTOBLOCK_Msk                     (0x01UL << CGU_BASE_PERIPH_CLK_AUTOBLOCK_Pos)             /*!< CGU BASE_PERIPH_CLK: AUTOBLOCK Mask */\r
-#define CGU_BASE_PERIPH_CLK_CLK_SEL_Pos                       24                                                        /*!< CGU BASE_PERIPH_CLK: CLK_SEL Position */\r
-#define CGU_BASE_PERIPH_CLK_CLK_SEL_Msk                       (0x1fUL << CGU_BASE_PERIPH_CLK_CLK_SEL_Pos)               /*!< CGU BASE_PERIPH_CLK: CLK_SEL Mask   */\r
-\r
-// ------------------------------------  CGU_BASE_USB1_CLK  ---------------------------------------\r
-#define CGU_BASE_USB1_CLK_PD_Pos                              0                                                         /*!< CGU BASE_USB1_CLK: PD Position      */\r
-#define CGU_BASE_USB1_CLK_PD_Msk                              (0x01UL << CGU_BASE_USB1_CLK_PD_Pos)                      /*!< CGU BASE_USB1_CLK: PD Mask          */\r
-#define CGU_BASE_USB1_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_USB1_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_USB1_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_USB1_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_USB1_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_USB1_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_USB1_CLK: CLK_SEL Position */\r
-#define CGU_BASE_USB1_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_USB1_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_USB1_CLK: CLK_SEL Mask     */\r
-\r
-// -------------------------------------  CGU_BASE_M4_CLK  ----------------------------------------\r
-#define CGU_BASE_M4_CLK_PD_Pos                                0                                                         /*!< CGU BASE_M4_CLK: PD Position        */\r
-#define CGU_BASE_M4_CLK_PD_Msk                                (0x01UL << CGU_BASE_M4_CLK_PD_Pos)                        /*!< CGU BASE_M4_CLK: PD Mask            */\r
-#define CGU_BASE_M4_CLK_AUTOBLOCK_Pos                         11                                                        /*!< CGU BASE_M4_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_M4_CLK_AUTOBLOCK_Msk                         (0x01UL << CGU_BASE_M4_CLK_AUTOBLOCK_Pos)                 /*!< CGU BASE_M4_CLK: AUTOBLOCK Mask     */\r
-#define CGU_BASE_M4_CLK_CLK_SEL_Pos                           24                                                        /*!< CGU BASE_M4_CLK: CLK_SEL Position   */\r
-#define CGU_BASE_M4_CLK_CLK_SEL_Msk                           (0x1fUL << CGU_BASE_M4_CLK_CLK_SEL_Pos)                   /*!< CGU BASE_M4_CLK: CLK_SEL Mask       */\r
-\r
-// -----------------------------------  CGU_BASE_SPIFI_CLK  ---------------------------------------\r
-#define CGU_BASE_SPIFI_CLK_PD_Pos                             0                                                         /*!< CGU BASE_SPIFI_CLK: PD Position     */\r
-#define CGU_BASE_SPIFI_CLK_PD_Msk                             (0x01UL << CGU_BASE_SPIFI_CLK_PD_Pos)                     /*!< CGU BASE_SPIFI_CLK: PD Mask         */\r
-#define CGU_BASE_SPIFI_CLK_AUTOBLOCK_Pos                      11                                                        /*!< CGU BASE_SPIFI_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SPIFI_CLK_AUTOBLOCK_Msk                      (0x01UL << CGU_BASE_SPIFI_CLK_AUTOBLOCK_Pos)              /*!< CGU BASE_SPIFI_CLK: AUTOBLOCK Mask  */\r
-#define CGU_BASE_SPIFI_CLK_CLK_SEL_Pos                        24                                                        /*!< CGU BASE_SPIFI_CLK: CLK_SEL Position */\r
-#define CGU_BASE_SPIFI_CLK_CLK_SEL_Msk                        (0x1fUL << CGU_BASE_SPIFI_CLK_CLK_SEL_Pos)                /*!< CGU BASE_SPIFI_CLK: CLK_SEL Mask    */\r
-\r
-// ------------------------------------  CGU_BASE_SPI_CLK  ----------------------------------------\r
-#define CGU_BASE_SPI_CLK_PD_Pos                               0                                                         /*!< CGU BASE_SPI_CLK: PD Position       */\r
-#define CGU_BASE_SPI_CLK_PD_Msk                               (0x01UL << CGU_BASE_SPI_CLK_PD_Pos)                       /*!< CGU BASE_SPI_CLK: PD Mask           */\r
-#define CGU_BASE_SPI_CLK_AUTOBLOCK_Pos                        11                                                        /*!< CGU BASE_SPI_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SPI_CLK_AUTOBLOCK_Msk                        (0x01UL << CGU_BASE_SPI_CLK_AUTOBLOCK_Pos)                /*!< CGU BASE_SPI_CLK: AUTOBLOCK Mask    */\r
-#define CGU_BASE_SPI_CLK_CLK_SEL_Pos                          24                                                        /*!< CGU BASE_SPI_CLK: CLK_SEL Position  */\r
-#define CGU_BASE_SPI_CLK_CLK_SEL_Msk                          (0x1fUL << CGU_BASE_SPI_CLK_CLK_SEL_Pos)                  /*!< CGU BASE_SPI_CLK: CLK_SEL Mask      */\r
-\r
-// -----------------------------------  CGU_BASE_PHY_RX_CLK  --------------------------------------\r
-#define CGU_BASE_PHY_RX_CLK_PD_Pos                            0                                                         /*!< CGU BASE_PHY_RX_CLK: PD Position    */\r
-#define CGU_BASE_PHY_RX_CLK_PD_Msk                            (0x01UL << CGU_BASE_PHY_RX_CLK_PD_Pos)                    /*!< CGU BASE_PHY_RX_CLK: PD Mask        */\r
-#define CGU_BASE_PHY_RX_CLK_AUTOBLOCK_Pos                     11                                                        /*!< CGU BASE_PHY_RX_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_PHY_RX_CLK_AUTOBLOCK_Msk                     (0x01UL << CGU_BASE_PHY_RX_CLK_AUTOBLOCK_Pos)             /*!< CGU BASE_PHY_RX_CLK: AUTOBLOCK Mask */\r
-#define CGU_BASE_PHY_RX_CLK_CLK_SEL_Pos                       24                                                        /*!< CGU BASE_PHY_RX_CLK: CLK_SEL Position */\r
-#define CGU_BASE_PHY_RX_CLK_CLK_SEL_Msk                       (0x1fUL << CGU_BASE_PHY_RX_CLK_CLK_SEL_Pos)               /*!< CGU BASE_PHY_RX_CLK: CLK_SEL Mask   */\r
-\r
-// -----------------------------------  CGU_BASE_PHY_TX_CLK  --------------------------------------\r
-#define CGU_BASE_PHY_TX_CLK_PD_Pos                            0                                                         /*!< CGU BASE_PHY_TX_CLK: PD Position    */\r
-#define CGU_BASE_PHY_TX_CLK_PD_Msk                            (0x01UL << CGU_BASE_PHY_TX_CLK_PD_Pos)                    /*!< CGU BASE_PHY_TX_CLK: PD Mask        */\r
-#define CGU_BASE_PHY_TX_CLK_AUTOBLOCK_Pos                     11                                                        /*!< CGU BASE_PHY_TX_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_PHY_TX_CLK_AUTOBLOCK_Msk                     (0x01UL << CGU_BASE_PHY_TX_CLK_AUTOBLOCK_Pos)             /*!< CGU BASE_PHY_TX_CLK: AUTOBLOCK Mask */\r
-#define CGU_BASE_PHY_TX_CLK_CLK_SEL_Pos                       24                                                        /*!< CGU BASE_PHY_TX_CLK: CLK_SEL Position */\r
-#define CGU_BASE_PHY_TX_CLK_CLK_SEL_Msk                       (0x1fUL << CGU_BASE_PHY_TX_CLK_CLK_SEL_Pos)               /*!< CGU BASE_PHY_TX_CLK: CLK_SEL Mask   */\r
-\r
-// ------------------------------------  CGU_BASE_APB1_CLK  ---------------------------------------\r
-#define CGU_BASE_APB1_CLK_PD_Pos                              0                                                         /*!< CGU BASE_APB1_CLK: PD Position      */\r
-#define CGU_BASE_APB1_CLK_PD_Msk                              (0x01UL << CGU_BASE_APB1_CLK_PD_Pos)                      /*!< CGU BASE_APB1_CLK: PD Mask          */\r
-#define CGU_BASE_APB1_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_APB1_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_APB1_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_APB1_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_APB1_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_APB1_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_APB1_CLK: CLK_SEL Position */\r
-#define CGU_BASE_APB1_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_APB1_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_APB1_CLK: CLK_SEL Mask     */\r
-\r
-// ------------------------------------  CGU_BASE_APB3_CLK  ---------------------------------------\r
-#define CGU_BASE_APB3_CLK_PD_Pos                              0                                                         /*!< CGU BASE_APB3_CLK: PD Position      */\r
-#define CGU_BASE_APB3_CLK_PD_Msk                              (0x01UL << CGU_BASE_APB3_CLK_PD_Pos)                      /*!< CGU BASE_APB3_CLK: PD Mask          */\r
-#define CGU_BASE_APB3_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_APB3_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_APB3_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_APB3_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_APB3_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_APB3_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_APB3_CLK: CLK_SEL Position */\r
-#define CGU_BASE_APB3_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_APB3_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_APB3_CLK: CLK_SEL Mask     */\r
-\r
-// ------------------------------------  CGU_BASE_LCD_CLK  ----------------------------------------\r
-#define CGU_BASE_LCD_CLK_PD_Pos                               0                                                         /*!< CGU BASE_LCD_CLK: PD Position       */\r
-#define CGU_BASE_LCD_CLK_PD_Msk                               (0x01UL << CGU_BASE_LCD_CLK_PD_Pos)                       /*!< CGU BASE_LCD_CLK: PD Mask           */\r
-#define CGU_BASE_LCD_CLK_AUTOBLOCK_Pos                        11                                                        /*!< CGU BASE_LCD_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_LCD_CLK_AUTOBLOCK_Msk                        (0x01UL << CGU_BASE_LCD_CLK_AUTOBLOCK_Pos)                /*!< CGU BASE_LCD_CLK: AUTOBLOCK Mask    */\r
-#define CGU_BASE_LCD_CLK_CLK_SEL_Pos                          24                                                        /*!< CGU BASE_LCD_CLK: CLK_SEL Position  */\r
-#define CGU_BASE_LCD_CLK_CLK_SEL_Msk                          (0x1fUL << CGU_BASE_LCD_CLK_CLK_SEL_Pos)                  /*!< CGU BASE_LCD_CLK: CLK_SEL Mask      */\r
-\r
-// ------------------------------------  CGU_BASE_SDIO_CLK  ---------------------------------------\r
-#define CGU_BASE_SDIO_CLK_PD_Pos                              0                                                         /*!< CGU BASE_SDIO_CLK: PD Position      */\r
-#define CGU_BASE_SDIO_CLK_PD_Msk                              (0x01UL << CGU_BASE_SDIO_CLK_PD_Pos)                      /*!< CGU BASE_SDIO_CLK: PD Mask          */\r
-#define CGU_BASE_SDIO_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_SDIO_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SDIO_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_SDIO_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_SDIO_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_SDIO_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_SDIO_CLK: CLK_SEL Position */\r
-#define CGU_BASE_SDIO_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_SDIO_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_SDIO_CLK: CLK_SEL Mask     */\r
-\r
-// ------------------------------------  CGU_BASE_SSP0_CLK  ---------------------------------------\r
-#define CGU_BASE_SSP0_CLK_PD_Pos                              0                                                         /*!< CGU BASE_SSP0_CLK: PD Position      */\r
-#define CGU_BASE_SSP0_CLK_PD_Msk                              (0x01UL << CGU_BASE_SSP0_CLK_PD_Pos)                      /*!< CGU BASE_SSP0_CLK: PD Mask          */\r
-#define CGU_BASE_SSP0_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_SSP0_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SSP0_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_SSP0_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_SSP0_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_SSP0_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_SSP0_CLK: CLK_SEL Position */\r
-#define CGU_BASE_SSP0_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_SSP0_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_SSP0_CLK: CLK_SEL Mask     */\r
-\r
-// ------------------------------------  CGU_BASE_SSP1_CLK  ---------------------------------------\r
-#define CGU_BASE_SSP1_CLK_PD_Pos                              0                                                         /*!< CGU BASE_SSP1_CLK: PD Position      */\r
-#define CGU_BASE_SSP1_CLK_PD_Msk                              (0x01UL << CGU_BASE_SSP1_CLK_PD_Pos)                      /*!< CGU BASE_SSP1_CLK: PD Mask          */\r
-#define CGU_BASE_SSP1_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_SSP1_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_SSP1_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_SSP1_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_SSP1_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_SSP1_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_SSP1_CLK: CLK_SEL Position */\r
-#define CGU_BASE_SSP1_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_SSP1_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_SSP1_CLK: CLK_SEL Mask     */\r
-\r
-// -----------------------------------  CGU_BASE_UART0_CLK  ---------------------------------------\r
-#define CGU_BASE_UART0_CLK_PD_Pos                             0                                                         /*!< CGU BASE_UART0_CLK: PD Position     */\r
-#define CGU_BASE_UART0_CLK_PD_Msk                             (0x01UL << CGU_BASE_UART0_CLK_PD_Pos)                     /*!< CGU BASE_UART0_CLK: PD Mask         */\r
-#define CGU_BASE_UART0_CLK_AUTOBLOCK_Pos                      11                                                        /*!< CGU BASE_UART0_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_UART0_CLK_AUTOBLOCK_Msk                      (0x01UL << CGU_BASE_UART0_CLK_AUTOBLOCK_Pos)              /*!< CGU BASE_UART0_CLK: AUTOBLOCK Mask  */\r
-#define CGU_BASE_UART0_CLK_CLK_SEL_Pos                        24                                                        /*!< CGU BASE_UART0_CLK: CLK_SEL Position */\r
-#define CGU_BASE_UART0_CLK_CLK_SEL_Msk                        (0x1fUL << CGU_BASE_UART0_CLK_CLK_SEL_Pos)                /*!< CGU BASE_UART0_CLK: CLK_SEL Mask    */\r
-\r
-// -----------------------------------  CGU_BASE_UART1_CLK  ---------------------------------------\r
-#define CGU_BASE_UART1_CLK_PD_Pos                             0                                                         /*!< CGU BASE_UART1_CLK: PD Position     */\r
-#define CGU_BASE_UART1_CLK_PD_Msk                             (0x01UL << CGU_BASE_UART1_CLK_PD_Pos)                     /*!< CGU BASE_UART1_CLK: PD Mask         */\r
-#define CGU_BASE_UART1_CLK_AUTOBLOCK_Pos                      11                                                        /*!< CGU BASE_UART1_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_UART1_CLK_AUTOBLOCK_Msk                      (0x01UL << CGU_BASE_UART1_CLK_AUTOBLOCK_Pos)              /*!< CGU BASE_UART1_CLK: AUTOBLOCK Mask  */\r
-#define CGU_BASE_UART1_CLK_CLK_SEL_Pos                        24                                                        /*!< CGU BASE_UART1_CLK: CLK_SEL Position */\r
-#define CGU_BASE_UART1_CLK_CLK_SEL_Msk                        (0x1fUL << CGU_BASE_UART1_CLK_CLK_SEL_Pos)                /*!< CGU BASE_UART1_CLK: CLK_SEL Mask    */\r
-\r
-// -----------------------------------  CGU_BASE_UART2_CLK  ---------------------------------------\r
-#define CGU_BASE_UART2_CLK_PD_Pos                             0                                                         /*!< CGU BASE_UART2_CLK: PD Position     */\r
-#define CGU_BASE_UART2_CLK_PD_Msk                             (0x01UL << CGU_BASE_UART2_CLK_PD_Pos)                     /*!< CGU BASE_UART2_CLK: PD Mask         */\r
-#define CGU_BASE_UART2_CLK_AUTOBLOCK_Pos                      11                                                        /*!< CGU BASE_UART2_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_UART2_CLK_AUTOBLOCK_Msk                      (0x01UL << CGU_BASE_UART2_CLK_AUTOBLOCK_Pos)              /*!< CGU BASE_UART2_CLK: AUTOBLOCK Mask  */\r
-#define CGU_BASE_UART2_CLK_CLK_SEL_Pos                        24                                                        /*!< CGU BASE_UART2_CLK: CLK_SEL Position */\r
-#define CGU_BASE_UART2_CLK_CLK_SEL_Msk                        (0x1fUL << CGU_BASE_UART2_CLK_CLK_SEL_Pos)                /*!< CGU BASE_UART2_CLK: CLK_SEL Mask    */\r
-\r
-// -----------------------------------  CGU_BASE_UART3_CLK  ---------------------------------------\r
-#define CGU_BASE_UART3_CLK_PD_Pos                             0                                                         /*!< CGU BASE_UART3_CLK: PD Position     */\r
-#define CGU_BASE_UART3_CLK_PD_Msk                             (0x01UL << CGU_BASE_UART3_CLK_PD_Pos)                     /*!< CGU BASE_UART3_CLK: PD Mask         */\r
-#define CGU_BASE_UART3_CLK_AUTOBLOCK_Pos                      11                                                        /*!< CGU BASE_UART3_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_UART3_CLK_AUTOBLOCK_Msk                      (0x01UL << CGU_BASE_UART3_CLK_AUTOBLOCK_Pos)              /*!< CGU BASE_UART3_CLK: AUTOBLOCK Mask  */\r
-#define CGU_BASE_UART3_CLK_CLK_SEL_Pos                        24                                                        /*!< CGU BASE_UART3_CLK: CLK_SEL Position */\r
-#define CGU_BASE_UART3_CLK_CLK_SEL_Msk                        (0x1fUL << CGU_BASE_UART3_CLK_CLK_SEL_Pos)                /*!< CGU BASE_UART3_CLK: CLK_SEL Mask    */\r
-\r
-// ------------------------------------  CGU_BASE_OUT_CLK  ----------------------------------------\r
-#define CGU_BASE_OUT_CLK_PD_Pos                               0                                                         /*!< CGU BASE_OUT_CLK: PD Position       */\r
-#define CGU_BASE_OUT_CLK_PD_Msk                               (0x01UL << CGU_BASE_OUT_CLK_PD_Pos)                       /*!< CGU BASE_OUT_CLK: PD Mask           */\r
-#define CGU_BASE_OUT_CLK_AUTOBLOCK_Pos                        11                                                        /*!< CGU BASE_OUT_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_OUT_CLK_AUTOBLOCK_Msk                        (0x01UL << CGU_BASE_OUT_CLK_AUTOBLOCK_Pos)                /*!< CGU BASE_OUT_CLK: AUTOBLOCK Mask    */\r
-#define CGU_BASE_OUT_CLK_CLK_SEL_Pos                          24                                                        /*!< CGU BASE_OUT_CLK: CLK_SEL Position  */\r
-#define CGU_BASE_OUT_CLK_CLK_SEL_Msk                          (0x1fUL << CGU_BASE_OUT_CLK_CLK_SEL_Pos)                  /*!< CGU BASE_OUT_CLK: CLK_SEL Mask      */\r
-\r
-// ------------------------------------  CGU_BASE_APLL_CLK  ---------------------------------------\r
-#define CGU_BASE_APLL_CLK_PD_Pos                              0                                                         /*!< CGU BASE_APLL_CLK: PD Position      */\r
-#define CGU_BASE_APLL_CLK_PD_Msk                              (0x01UL << CGU_BASE_APLL_CLK_PD_Pos)                      /*!< CGU BASE_APLL_CLK: PD Mask          */\r
-#define CGU_BASE_APLL_CLK_AUTOBLOCK_Pos                       11                                                        /*!< CGU BASE_APLL_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_APLL_CLK_AUTOBLOCK_Msk                       (0x01UL << CGU_BASE_APLL_CLK_AUTOBLOCK_Pos)               /*!< CGU BASE_APLL_CLK: AUTOBLOCK Mask   */\r
-#define CGU_BASE_APLL_CLK_CLK_SEL_Pos                         24                                                        /*!< CGU BASE_APLL_CLK: CLK_SEL Position */\r
-#define CGU_BASE_APLL_CLK_CLK_SEL_Msk                         (0x1fUL << CGU_BASE_APLL_CLK_CLK_SEL_Pos)                 /*!< CGU BASE_APLL_CLK: CLK_SEL Mask     */\r
-\r
-// ----------------------------------  CGU_BASE_CGU_OUT0_CLK  -------------------------------------\r
-#define CGU_BASE_CGU_OUT0_CLK_PD_Pos                          0                                                         /*!< CGU BASE_CGU_OUT0_CLK: PD Position  */\r
-#define CGU_BASE_CGU_OUT0_CLK_PD_Msk                          (0x01UL << CGU_BASE_CGU_OUT0_CLK_PD_Pos)                  /*!< CGU BASE_CGU_OUT0_CLK: PD Mask      */\r
-#define CGU_BASE_CGU_OUT0_CLK_AUTOBLOCK_Pos                   11                                                        /*!< CGU BASE_CGU_OUT0_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_CGU_OUT0_CLK_AUTOBLOCK_Msk                   (0x01UL << CGU_BASE_CGU_OUT0_CLK_AUTOBLOCK_Pos)           /*!< CGU BASE_CGU_OUT0_CLK: AUTOBLOCK Mask */\r
-#define CGU_BASE_CGU_OUT0_CLK_CLK_SEL_Pos                     24                                                        /*!< CGU BASE_CGU_OUT0_CLK: CLK_SEL Position */\r
-#define CGU_BASE_CGU_OUT0_CLK_CLK_SEL_Msk                     (0x1fUL << CGU_BASE_CGU_OUT0_CLK_CLK_SEL_Pos)             /*!< CGU BASE_CGU_OUT0_CLK: CLK_SEL Mask */\r
-\r
-// ----------------------------------  CGU_BASE_CGU_OUT1_CLK  -------------------------------------\r
-#define CGU_BASE_CGU_OUT1_CLK_PD_Pos                          0                                                         /*!< CGU BASE_CGU_OUT1_CLK: PD Position  */\r
-#define CGU_BASE_CGU_OUT1_CLK_PD_Msk                          (0x01UL << CGU_BASE_CGU_OUT1_CLK_PD_Pos)                  /*!< CGU BASE_CGU_OUT1_CLK: PD Mask      */\r
-#define CGU_BASE_CGU_OUT1_CLK_AUTOBLOCK_Pos                   11                                                        /*!< CGU BASE_CGU_OUT1_CLK: AUTOBLOCK Position */\r
-#define CGU_BASE_CGU_OUT1_CLK_AUTOBLOCK_Msk                   (0x01UL << CGU_BASE_CGU_OUT1_CLK_AUTOBLOCK_Pos)           /*!< CGU BASE_CGU_OUT1_CLK: AUTOBLOCK Mask */\r
-#define CGU_BASE_CGU_OUT1_CLK_CLK_SEL_Pos                     24                                                        /*!< CGU BASE_CGU_OUT1_CLK: CLK_SEL Position */\r
-#define CGU_BASE_CGU_OUT1_CLK_CLK_SEL_Msk                     (0x1fUL << CGU_BASE_CGU_OUT1_CLK_CLK_SEL_Pos)             /*!< CGU BASE_CGU_OUT1_CLK: CLK_SEL Mask */\r
-\r
-// -------------------------------------  CGU_IDIVC_CTRL  -----------------------------------------\r
-#define CGU_IDIVC_CTRL_PD_Pos                                 0                                                         /*!< CGU IDIVC_CTRL: PD Position         */\r
-#define CGU_IDIVC_CTRL_PD_Msk                                 (0x01UL << CGU_IDIVC_CTRL_PD_Pos)                         /*!< CGU IDIVC_CTRL: PD Mask             */\r
-#define CGU_IDIVC_CTRL_IDIV_Pos                               2                                                         /*!< CGU IDIVC_CTRL: IDIV Position       */\r
-#define CGU_IDIVC_CTRL_IDIV_Msk                               (0x0fUL << CGU_IDIVC_CTRL_IDIV_Pos)                       /*!< CGU IDIVC_CTRL: IDIV Mask           */\r
-#define CGU_IDIVC_CTRL_AUTOBLOCK_Pos                          11                                                        /*!< CGU IDIVC_CTRL: AUTOBLOCK Position  */\r
-#define CGU_IDIVC_CTRL_AUTOBLOCK_Msk                          (0x01UL << CGU_IDIVC_CTRL_AUTOBLOCK_Pos)                  /*!< CGU IDIVC_CTRL: AUTOBLOCK Mask      */\r
-#define CGU_IDIVC_CTRL_CLK_SEL_Pos                            24                                                        /*!< CGU IDIVC_CTRL: CLK_SEL Position    */\r
-#define CGU_IDIVC_CTRL_CLK_SEL_Msk                            (0x1fUL << CGU_IDIVC_CTRL_CLK_SEL_Pos)                    /*!< CGU IDIVC_CTRL: CLK_SEL Mask        */\r
-\r
-// -------------------------------------  CGU_IDIVD_CTRL  -----------------------------------------\r
-#define CGU_IDIVD_CTRL_PD_Pos                                 0                                                         /*!< CGU IDIVD_CTRL: PD Position         */\r
-#define CGU_IDIVD_CTRL_PD_Msk                                 (0x01UL << CGU_IDIVD_CTRL_PD_Pos)                         /*!< CGU IDIVD_CTRL: PD Mask             */\r
-#define CGU_IDIVD_CTRL_IDIV_Pos                               2                                                         /*!< CGU IDIVD_CTRL: IDIV Position       */\r
-#define CGU_IDIVD_CTRL_IDIV_Msk                               (0x0fUL << CGU_IDIVD_CTRL_IDIV_Pos)                       /*!< CGU IDIVD_CTRL: IDIV Mask           */\r
-#define CGU_IDIVD_CTRL_AUTOBLOCK_Pos                          11                                                        /*!< CGU IDIVD_CTRL: AUTOBLOCK Position  */\r
-#define CGU_IDIVD_CTRL_AUTOBLOCK_Msk                          (0x01UL << CGU_IDIVD_CTRL_AUTOBLOCK_Pos)                  /*!< CGU IDIVD_CTRL: AUTOBLOCK Mask      */\r
-#define CGU_IDIVD_CTRL_CLK_SEL_Pos                            24                                                        /*!< CGU IDIVD_CTRL: CLK_SEL Position    */\r
-#define CGU_IDIVD_CTRL_CLK_SEL_Msk                            (0x1fUL << CGU_IDIVD_CTRL_CLK_SEL_Pos)                    /*!< CGU IDIVD_CTRL: CLK_SEL Mask        */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 CCU1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  CCU1_PM  --------------------------------------------\r
-#define CCU1_PM_PD_Pos                                        0                                                         /*!< CCU1 PM: PD Position                */\r
-#define CCU1_PM_PD_Msk                                        (0x01UL << CCU1_PM_PD_Pos)                                /*!< CCU1 PM: PD Mask                    */\r
-\r
-// -------------------------------------  CCU1_BASE_STAT  -----------------------------------------\r
-#define CCU1_BASE_STAT_BASE_APB3_CLK_IND_Pos                  0                                                         /*!< CCU1 BASE_STAT: BASE_APB3_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_APB3_CLK_IND_Msk                  (0x01UL << CCU1_BASE_STAT_BASE_APB3_CLK_IND_Pos)          /*!< CCU1 BASE_STAT: BASE_APB3_CLK_IND Mask */\r
-#define CCU1_BASE_STAT_BASE_APB1_CLK_IND_Pos                  1                                                         /*!< CCU1 BASE_STAT: BASE_APB1_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_APB1_CLK_IND_Msk                  (0x01UL << CCU1_BASE_STAT_BASE_APB1_CLK_IND_Pos)          /*!< CCU1 BASE_STAT: BASE_APB1_CLK_IND Mask */\r
-#define CCU1_BASE_STAT_BASE_SPIFI_CLK_IND_Pos                 2                                                         /*!< CCU1 BASE_STAT: BASE_SPIFI_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_SPIFI_CLK_IND_Msk                 (0x01UL << CCU1_BASE_STAT_BASE_SPIFI_CLK_IND_Pos)         /*!< CCU1 BASE_STAT: BASE_SPIFI_CLK_IND Mask */\r
-#define CCU1_BASE_STAT_BASE_M3_CLK_IND_Pos                    3                                                         /*!< CCU1 BASE_STAT: BASE_M3_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_M3_CLK_IND_Msk                    (0x01UL << CCU1_BASE_STAT_BASE_M3_CLK_IND_Pos)            /*!< CCU1 BASE_STAT: BASE_M3_CLK_IND Mask */\r
-#define CCU1_BASE_STAT_BASE_USB0_CLK_IND_Pos                  7                                                         /*!< CCU1 BASE_STAT: BASE_USB0_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_USB0_CLK_IND_Msk                  (0x01UL << CCU1_BASE_STAT_BASE_USB0_CLK_IND_Pos)          /*!< CCU1 BASE_STAT: BASE_USB0_CLK_IND Mask */\r
-#define CCU1_BASE_STAT_BASE_USB1_CLK_IND_Pos                  8                                                         /*!< CCU1 BASE_STAT: BASE_USB1_CLK_IND Position */\r
-#define CCU1_BASE_STAT_BASE_USB1_CLK_IND_Msk                  (0x01UL << CCU1_BASE_STAT_BASE_USB1_CLK_IND_Pos)          /*!< CCU1 BASE_STAT: BASE_USB1_CLK_IND Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_APB3_BUS_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_BUS_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_APB3_BUS_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_BUS_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_APB3_BUS_CFG_RUN_Pos)                 /*!< CCU1 CLK_APB3_BUS_CFG: RUN Mask     */\r
-#define CCU1_CLK_APB3_BUS_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_APB3_BUS_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_BUS_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_APB3_BUS_CFG_AUTO_Pos)                /*!< CCU1 CLK_APB3_BUS_CFG: AUTO Mask    */\r
-#define CCU1_CLK_APB3_BUS_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_APB3_BUS_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_BUS_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_APB3_BUS_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_APB3_BUS_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_BUS_STAT  -------------------------------------\r
-#define CCU1_CLK_APB3_BUS_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_BUS_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_BUS_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_BUS_STAT_RUN_Pos)                /*!< CCU1 CLK_APB3_BUS_STAT: RUN Mask    */\r
-#define CCU1_CLK_APB3_BUS_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_BUS_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_BUS_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_BUS_STAT_AUTO_Pos)               /*!< CCU1 CLK_APB3_BUS_STAT: AUTO Mask   */\r
-#define CCU1_CLK_APB3_BUS_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_BUS_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_BUS_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_BUS_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_BUS_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_I2C1_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_I2C1_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_I2C1_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_I2C1_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_I2C1_CFG_RUN_Pos)                /*!< CCU1 CLK_APB3_I2C1_CFG: RUN Mask    */\r
-#define CCU1_CLK_APB3_I2C1_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_I2C1_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_I2C1_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_I2C1_CFG_AUTO_Pos)               /*!< CCU1 CLK_APB3_I2C1_CFG: AUTO Mask   */\r
-#define CCU1_CLK_APB3_I2C1_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_I2C1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_I2C1_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_I2C1_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_I2C1_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_I2C1_STAT  ------------------------------------\r
-#define CCU1_CLK_APB3_I2C1_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB3_I2C1_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_I2C1_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB3_I2C1_STAT_RUN_Pos)               /*!< CCU1 CLK_APB3_I2C1_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB3_I2C1_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB3_I2C1_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_I2C1_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB3_I2C1_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB3_I2C1_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB3_I2C1_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB3_I2C1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_I2C1_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB3_I2C1_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB3_I2C1_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_APB3_DAC_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_DAC_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_APB3_DAC_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_DAC_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_APB3_DAC_CFG_RUN_Pos)                 /*!< CCU1 CLK_APB3_DAC_CFG: RUN Mask     */\r
-#define CCU1_CLK_APB3_DAC_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_APB3_DAC_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_DAC_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_APB3_DAC_CFG_AUTO_Pos)                /*!< CCU1 CLK_APB3_DAC_CFG: AUTO Mask    */\r
-#define CCU1_CLK_APB3_DAC_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_APB3_DAC_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_DAC_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_APB3_DAC_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_APB3_DAC_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_DAC_STAT  -------------------------------------\r
-#define CCU1_CLK_APB3_DAC_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_DAC_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_DAC_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_DAC_STAT_RUN_Pos)                /*!< CCU1 CLK_APB3_DAC_STAT: RUN Mask    */\r
-#define CCU1_CLK_APB3_DAC_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_DAC_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_DAC_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_DAC_STAT_AUTO_Pos)               /*!< CCU1 CLK_APB3_DAC_STAT: AUTO Mask   */\r
-#define CCU1_CLK_APB3_DAC_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_DAC_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_DAC_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_DAC_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_DAC_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_ADC0_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_ADC0_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_ADC0_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_ADC0_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_ADC0_CFG_RUN_Pos)                /*!< CCU1 CLK_APB3_ADC0_CFG: RUN Mask    */\r
-#define CCU1_CLK_APB3_ADC0_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_ADC0_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_ADC0_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_ADC0_CFG_AUTO_Pos)               /*!< CCU1 CLK_APB3_ADC0_CFG: AUTO Mask   */\r
-#define CCU1_CLK_APB3_ADC0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_ADC0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_ADC0_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_ADC0_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_ADC0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_ADC0_STAT  ------------------------------------\r
-#define CCU1_CLK_APB3_ADC0_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB3_ADC0_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_ADC0_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB3_ADC0_STAT_RUN_Pos)               /*!< CCU1 CLK_APB3_ADC0_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB3_ADC0_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB3_ADC0_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_ADC0_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB3_ADC0_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB3_ADC0_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB3_ADC0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB3_ADC0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_ADC0_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB3_ADC0_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB3_ADC0_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_ADC1_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_ADC1_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_ADC1_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_ADC1_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_ADC1_CFG_RUN_Pos)                /*!< CCU1 CLK_APB3_ADC1_CFG: RUN Mask    */\r
-#define CCU1_CLK_APB3_ADC1_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_ADC1_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_ADC1_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_ADC1_CFG_AUTO_Pos)               /*!< CCU1 CLK_APB3_ADC1_CFG: AUTO Mask   */\r
-#define CCU1_CLK_APB3_ADC1_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_ADC1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_ADC1_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_ADC1_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_ADC1_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_ADC1_STAT  ------------------------------------\r
-#define CCU1_CLK_APB3_ADC1_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB3_ADC1_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_ADC1_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB3_ADC1_STAT_RUN_Pos)               /*!< CCU1 CLK_APB3_ADC1_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB3_ADC1_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB3_ADC1_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_ADC1_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB3_ADC1_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB3_ADC1_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB3_ADC1_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB3_ADC1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_ADC1_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB3_ADC1_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB3_ADC1_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_CAN0_CFG  -------------------------------------\r
-#define CCU1_CLK_APB3_CAN0_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB3_CAN0_CFG: RUN Position */\r
-#define CCU1_CLK_APB3_CAN0_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_APB3_CAN0_CFG_RUN_Pos)                /*!< CCU1 CLK_APB3_CAN0_CFG: RUN Mask    */\r
-#define CCU1_CLK_APB3_CAN0_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB3_CAN0_CFG: AUTO Position */\r
-#define CCU1_CLK_APB3_CAN0_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_APB3_CAN0_CFG_AUTO_Pos)               /*!< CCU1 CLK_APB3_CAN0_CFG: AUTO Mask   */\r
-#define CCU1_CLK_APB3_CAN0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB3_CAN0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB3_CAN0_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB3_CAN0_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_APB3_CAN0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB3_CAN0_STAT  ------------------------------------\r
-#define CCU1_CLK_APB3_CAN0_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB3_CAN0_STAT: RUN Position */\r
-#define CCU1_CLK_APB3_CAN0_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB3_CAN0_STAT_RUN_Pos)               /*!< CCU1 CLK_APB3_CAN0_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB3_CAN0_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB3_CAN0_STAT: AUTO Position */\r
-#define CCU1_CLK_APB3_CAN0_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB3_CAN0_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB3_CAN0_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB3_CAN0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB3_CAN0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB3_CAN0_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB3_CAN0_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB3_CAN0_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_APB1_BUS_CFG  -------------------------------------\r
-#define CCU1_CLK_APB1_BUS_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_APB1_BUS_CFG: RUN Position */\r
-#define CCU1_CLK_APB1_BUS_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_APB1_BUS_CFG_RUN_Pos)                 /*!< CCU1 CLK_APB1_BUS_CFG: RUN Mask     */\r
-#define CCU1_CLK_APB1_BUS_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_APB1_BUS_CFG: AUTO Position */\r
-#define CCU1_CLK_APB1_BUS_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_APB1_BUS_CFG_AUTO_Pos)                /*!< CCU1 CLK_APB1_BUS_CFG: AUTO Mask    */\r
-#define CCU1_CLK_APB1_BUS_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_APB1_BUS_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB1_BUS_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_APB1_BUS_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_APB1_BUS_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_APB1_BUS_STAT  -------------------------------------\r
-#define CCU1_CLK_APB1_BUS_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB1_BUS_STAT: RUN Position */\r
-#define CCU1_CLK_APB1_BUS_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_APB1_BUS_STAT_RUN_Pos)                /*!< CCU1 CLK_APB1_BUS_STAT: RUN Mask    */\r
-#define CCU1_CLK_APB1_BUS_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB1_BUS_STAT: AUTO Position */\r
-#define CCU1_CLK_APB1_BUS_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_APB1_BUS_STAT_AUTO_Pos)               /*!< CCU1 CLK_APB1_BUS_STAT: AUTO Mask   */\r
-#define CCU1_CLK_APB1_BUS_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB1_BUS_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB1_BUS_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB1_BUS_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_APB1_BUS_STAT: WAKEUP Mask */\r
-\r
-// ------------------------------  CCU1_CLK_APB1_MOTOCONPWM_CFG  ----------------------------------\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_RUN_Pos                  0                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: RUN Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_RUN_Msk                  (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_CFG_RUN_Pos)          /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: RUN Mask */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_AUTO_Pos                 1                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: AUTO Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_AUTO_Msk                 (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_CFG_AUTO_Pos)         /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: AUTO Mask */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_WAKEUP_Pos               2                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_CFG_WAKEUP_Msk               (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_CFG_WAKEUP_Pos)       /*!< CCU1 CLK_APB1_MOTOCONPWM_CFG: WAKEUP Mask */\r
-\r
-// ------------------------------  CCU1_CLK_APB1_MOTOCONPWM_STAT  ---------------------------------\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_RUN_Pos                 0                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: RUN Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_RUN_Msk                 (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_STAT_RUN_Pos)         /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: RUN Mask */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_AUTO_Pos                1                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: AUTO Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_AUTO_Msk                (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_STAT_AUTO_Pos)        /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: AUTO Mask */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_WAKEUP_Pos              2                                                         /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB1_MOTOCONPWM_STAT_WAKEUP_Msk              (0x01UL << CCU1_CLK_APB1_MOTOCONPWM_STAT_WAKEUP_Pos)      /*!< CCU1 CLK_APB1_MOTOCONPWM_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_ABP1_I2C0_CFG  -------------------------------------\r
-#define CCU1_CLK_ABP1_I2C0_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_ABP1_I2C0_CFG: RUN Position */\r
-#define CCU1_CLK_ABP1_I2C0_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_ABP1_I2C0_CFG_RUN_Pos)                /*!< CCU1 CLK_ABP1_I2C0_CFG: RUN Mask    */\r
-#define CCU1_CLK_ABP1_I2C0_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_ABP1_I2C0_CFG: AUTO Position */\r
-#define CCU1_CLK_ABP1_I2C0_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_ABP1_I2C0_CFG_AUTO_Pos)               /*!< CCU1 CLK_ABP1_I2C0_CFG: AUTO Mask   */\r
-#define CCU1_CLK_ABP1_I2C0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_ABP1_I2C0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_ABP1_I2C0_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_ABP1_I2C0_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_ABP1_I2C0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB1_I2C0_STAT  ------------------------------------\r
-#define CCU1_CLK_APB1_I2C0_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB1_I2C0_STAT: RUN Position */\r
-#define CCU1_CLK_APB1_I2C0_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB1_I2C0_STAT_RUN_Pos)               /*!< CCU1 CLK_APB1_I2C0_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB1_I2C0_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB1_I2C0_STAT: AUTO Position */\r
-#define CCU1_CLK_APB1_I2C0_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB1_I2C0_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB1_I2C0_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB1_I2C0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB1_I2C0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB1_I2C0_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB1_I2C0_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB1_I2C0_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_APB1_I2S_CFG  -------------------------------------\r
-#define CCU1_CLK_APB1_I2S_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_APB1_I2S_CFG: RUN Position */\r
-#define CCU1_CLK_APB1_I2S_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_APB1_I2S_CFG_RUN_Pos)                 /*!< CCU1 CLK_APB1_I2S_CFG: RUN Mask     */\r
-#define CCU1_CLK_APB1_I2S_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_APB1_I2S_CFG: AUTO Position */\r
-#define CCU1_CLK_APB1_I2S_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_APB1_I2S_CFG_AUTO_Pos)                /*!< CCU1 CLK_APB1_I2S_CFG: AUTO Mask    */\r
-#define CCU1_CLK_APB1_I2S_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_APB1_I2S_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB1_I2S_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_APB1_I2S_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_APB1_I2S_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_APB1_I2S_STAT  -------------------------------------\r
-#define CCU1_CLK_APB1_I2S_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB1_I2S_STAT: RUN Position */\r
-#define CCU1_CLK_APB1_I2S_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_APB1_I2S_STAT_RUN_Pos)                /*!< CCU1 CLK_APB1_I2S_STAT: RUN Mask    */\r
-#define CCU1_CLK_APB1_I2S_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB1_I2S_STAT: AUTO Position */\r
-#define CCU1_CLK_APB1_I2S_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_APB1_I2S_STAT_AUTO_Pos)               /*!< CCU1 CLK_APB1_I2S_STAT: AUTO Mask   */\r
-#define CCU1_CLK_APB1_I2S_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB1_I2S_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB1_I2S_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB1_I2S_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_APB1_I2S_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB1_CAN1_CFG  -------------------------------------\r
-#define CCU1_CLK_APB1_CAN1_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_APB1_CAN1_CFG: RUN Position */\r
-#define CCU1_CLK_APB1_CAN1_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_APB1_CAN1_CFG_RUN_Pos)                /*!< CCU1 CLK_APB1_CAN1_CFG: RUN Mask    */\r
-#define CCU1_CLK_APB1_CAN1_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_APB1_CAN1_CFG: AUTO Position */\r
-#define CCU1_CLK_APB1_CAN1_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_APB1_CAN1_CFG_AUTO_Pos)               /*!< CCU1 CLK_APB1_CAN1_CFG: AUTO Mask   */\r
-#define CCU1_CLK_APB1_CAN1_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_APB1_CAN1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_APB1_CAN1_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_APB1_CAN1_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_APB1_CAN1_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_APB1_CAN1_STAT  ------------------------------------\r
-#define CCU1_CLK_APB1_CAN1_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_APB1_CAN1_STAT: RUN Position */\r
-#define CCU1_CLK_APB1_CAN1_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_APB1_CAN1_STAT_RUN_Pos)               /*!< CCU1 CLK_APB1_CAN1_STAT: RUN Mask   */\r
-#define CCU1_CLK_APB1_CAN1_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_APB1_CAN1_STAT: AUTO Position */\r
-#define CCU1_CLK_APB1_CAN1_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_APB1_CAN1_STAT_AUTO_Pos)              /*!< CCU1 CLK_APB1_CAN1_STAT: AUTO Mask  */\r
-#define CCU1_CLK_APB1_CAN1_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_APB1_CAN1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_APB1_CAN1_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_APB1_CAN1_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_APB1_CAN1_STAT: WAKEUP Mask */\r
-\r
-// -----------------------------------  CCU1_CLK_SPIFI_CFG  ---------------------------------------\r
-#define CCU1_CLK_SPIFI_CFG_RUN_Pos                            0                                                         /*!< CCU1 CLK_SPIFI_CFG: RUN Position    */\r
-#define CCU1_CLK_SPIFI_CFG_RUN_Msk                            (0x01UL << CCU1_CLK_SPIFI_CFG_RUN_Pos)                    /*!< CCU1 CLK_SPIFI_CFG: RUN Mask        */\r
-#define CCU1_CLK_SPIFI_CFG_AUTO_Pos                           1                                                         /*!< CCU1 CLK_SPIFI_CFG: AUTO Position   */\r
-#define CCU1_CLK_SPIFI_CFG_AUTO_Msk                           (0x01UL << CCU1_CLK_SPIFI_CFG_AUTO_Pos)                   /*!< CCU1 CLK_SPIFI_CFG: AUTO Mask       */\r
-#define CCU1_CLK_SPIFI_CFG_WAKEUP_Pos                         2                                                         /*!< CCU1 CLK_SPIFI_CFG: WAKEUP Position */\r
-#define CCU1_CLK_SPIFI_CFG_WAKEUP_Msk                         (0x01UL << CCU1_CLK_SPIFI_CFG_WAKEUP_Pos)                 /*!< CCU1 CLK_SPIFI_CFG: WAKEUP Mask     */\r
-\r
-// -----------------------------------  CCU1_CLK_SPIFI_STAT  --------------------------------------\r
-#define CCU1_CLK_SPIFI_STAT_RUN_Pos                           0                                                         /*!< CCU1 CLK_SPIFI_STAT: RUN Position   */\r
-#define CCU1_CLK_SPIFI_STAT_RUN_Msk                           (0x01UL << CCU1_CLK_SPIFI_STAT_RUN_Pos)                   /*!< CCU1 CLK_SPIFI_STAT: RUN Mask       */\r
-#define CCU1_CLK_SPIFI_STAT_AUTO_Pos                          1                                                         /*!< CCU1 CLK_SPIFI_STAT: AUTO Position  */\r
-#define CCU1_CLK_SPIFI_STAT_AUTO_Msk                          (0x01UL << CCU1_CLK_SPIFI_STAT_AUTO_Pos)                  /*!< CCU1 CLK_SPIFI_STAT: AUTO Mask      */\r
-#define CCU1_CLK_SPIFI_STAT_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_SPIFI_STAT: WAKEUP Position */\r
-#define CCU1_CLK_SPIFI_STAT_WAKEUP_Msk                        (0x01UL << CCU1_CLK_SPIFI_STAT_WAKEUP_Pos)                /*!< CCU1 CLK_SPIFI_STAT: WAKEUP Mask    */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_BUS_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_BUS_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_BUS_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_BUS_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_BUS_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_BUS_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_BUS_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_BUS_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_BUS_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_BUS_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_BUS_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_BUS_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_BUS_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_BUS_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_BUS_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_BUS_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_BUS_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_BUS_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_BUS_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_BUS_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_BUS_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_BUS_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_BUS_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_BUS_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_BUS_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_BUS_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_BUS_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_BUS_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_BUS_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_BUS_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_BUS_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_BUS_STAT: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SPIFI_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_SPIFI_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_SPIFI_CFG: RUN Position */\r
-#define CCU1_CLK_M3_SPIFI_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_M3_SPIFI_CFG_RUN_Pos)                 /*!< CCU1 CLK_M3_SPIFI_CFG: RUN Mask     */\r
-#define CCU1_CLK_M3_SPIFI_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_SPIFI_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_SPIFI_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_SPIFI_CFG_AUTO_Pos)                /*!< CCU1 CLK_M3_SPIFI_CFG: AUTO Mask    */\r
-#define CCU1_CLK_M3_SPIFI_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_SPIFI_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SPIFI_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_SPIFI_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_M3_SPIFI_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_SPIFI_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_SPIFI_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_SPIFI_STAT: RUN Position */\r
-#define CCU1_CLK_M3_SPIFI_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_M3_SPIFI_STAT_RUN_Pos)                /*!< CCU1 CLK_M3_SPIFI_STAT: RUN Mask    */\r
-#define CCU1_CLK_M3_SPIFI_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_SPIFI_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SPIFI_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_SPIFI_STAT_AUTO_Pos)               /*!< CCU1 CLK_M3_SPIFI_STAT: AUTO Mask   */\r
-#define CCU1_CLK_M3_SPIFI_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_SPIFI_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SPIFI_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_SPIFI_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_M3_SPIFI_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_GPIO_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_GPIO_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_GPIO_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_GPIO_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_GPIO_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_GPIO_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_GPIO_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_GPIO_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_GPIO_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_GPIO_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_GPIO_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_GPIO_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_GPIO_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_GPIO_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_GPIO_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_GPIO_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_GPIO_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_GPIO_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_GPIO_STAT: RUN Position */\r
-#define CCU1_CLK_M3_GPIO_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_GPIO_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_GPIO_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_GPIO_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_GPIO_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_GPIO_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_GPIO_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_GPIO_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_GPIO_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_GPIO_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_GPIO_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_GPIO_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_GPIO_STAT: WAKEUP Mask  */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_LCD_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_LCD_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_LCD_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_LCD_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_LCD_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_LCD_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_LCD_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_LCD_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_LCD_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_LCD_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_LCD_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_LCD_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_LCD_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_LCD_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_LCD_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_LCD_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_LCD_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_LCD_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_LCD_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_LCD_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_LCD_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_LCD_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_LCD_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_LCD_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_LCD_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_LCD_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_LCD_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_LCD_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_LCD_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_LCD_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_LCD_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_LCD_STAT: WAKEUP Mask   */\r
-\r
-// --------------------------------  CCU1_CLK_M3_ETHERNET_CFG  ------------------------------------\r
-#define CCU1_CLK_M3_ETHERNET_CFG_RUN_Pos                      0                                                         /*!< CCU1 CLK_M3_ETHERNET_CFG: RUN Position */\r
-#define CCU1_CLK_M3_ETHERNET_CFG_RUN_Msk                      (0x01UL << CCU1_CLK_M3_ETHERNET_CFG_RUN_Pos)              /*!< CCU1 CLK_M3_ETHERNET_CFG: RUN Mask  */\r
-#define CCU1_CLK_M3_ETHERNET_CFG_AUTO_Pos                     1                                                         /*!< CCU1 CLK_M3_ETHERNET_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_ETHERNET_CFG_AUTO_Msk                     (0x01UL << CCU1_CLK_M3_ETHERNET_CFG_AUTO_Pos)             /*!< CCU1 CLK_M3_ETHERNET_CFG: AUTO Mask */\r
-#define CCU1_CLK_M3_ETHERNET_CFG_WAKEUP_Pos                   2                                                         /*!< CCU1 CLK_M3_ETHERNET_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_ETHERNET_CFG_WAKEUP_Msk                   (0x01UL << CCU1_CLK_M3_ETHERNET_CFG_WAKEUP_Pos)           /*!< CCU1 CLK_M3_ETHERNET_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU1_CLK_M3_ETHERNET_STAT  -----------------------------------\r
-#define CCU1_CLK_M3_ETHERNET_STAT_RUN_Pos                     0                                                         /*!< CCU1 CLK_M3_ETHERNET_STAT: RUN Position */\r
-#define CCU1_CLK_M3_ETHERNET_STAT_RUN_Msk                     (0x01UL << CCU1_CLK_M3_ETHERNET_STAT_RUN_Pos)             /*!< CCU1 CLK_M3_ETHERNET_STAT: RUN Mask */\r
-#define CCU1_CLK_M3_ETHERNET_STAT_AUTO_Pos                    1                                                         /*!< CCU1 CLK_M3_ETHERNET_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_ETHERNET_STAT_AUTO_Msk                    (0x01UL << CCU1_CLK_M3_ETHERNET_STAT_AUTO_Pos)            /*!< CCU1 CLK_M3_ETHERNET_STAT: AUTO Mask */\r
-#define CCU1_CLK_M3_ETHERNET_STAT_WAKEUP_Pos                  2                                                         /*!< CCU1 CLK_M3_ETHERNET_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_ETHERNET_STAT_WAKEUP_Msk                  (0x01UL << CCU1_CLK_M3_ETHERNET_STAT_WAKEUP_Pos)          /*!< CCU1 CLK_M3_ETHERNET_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_USB0_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_USB0_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_USB0_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_USB0_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_USB0_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_USB0_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_USB0_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_USB0_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_USB0_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_USB0_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_USB0_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_USB0_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_USB0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_USB0_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_USB0_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_USB0_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_USB0_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_USB0_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_USB0_STAT: RUN Position */\r
-#define CCU1_CLK_M3_USB0_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_USB0_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_USB0_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_USB0_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_USB0_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_USB0_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_USB0_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_USB0_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_USB0_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_USB0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_USB0_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_USB0_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_USB0_STAT: WAKEUP Mask  */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_EMC_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_EMC_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_EMC_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_EMC_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_EMC_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_EMC_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_EMC_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_EMC_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_EMC_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_EMC_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_EMC_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_EMC_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_EMC_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_EMC_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_EMC_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_EMC_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_EMC_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_EMC_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_EMC_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_EMC_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_EMC_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_EMC_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_EMC_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_EMC_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_EMC_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_EMC_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_EMC_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_EMC_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_EMC_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_EMC_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_EMC_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_EMC_STAT: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SDIO_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_SDIO_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_SDIO_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_SDIO_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_SDIO_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_SDIO_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_SDIO_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_SDIO_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_SDIO_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_SDIO_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_SDIO_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_SDIO_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_SDIO_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SDIO_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_SDIO_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_SDIO_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SDIO_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_SDIO_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_SDIO_STAT: RUN Position */\r
-#define CCU1_CLK_M3_SDIO_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_SDIO_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_SDIO_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_SDIO_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_SDIO_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SDIO_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_SDIO_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_SDIO_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_SDIO_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_SDIO_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SDIO_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_SDIO_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_SDIO_STAT: WAKEUP Mask  */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_DMA_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_DMA_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_DMA_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_DMA_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_DMA_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_DMA_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_DMA_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_DMA_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_DMA_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_DMA_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_DMA_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_DMA_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_DMA_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_DMA_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_DMA_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_DMA_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_DMA_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_DMA_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_DMA_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_DMA_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_DMA_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_DMA_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_DMA_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_DMA_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_DMA_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_DMA_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_DMA_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_DMA_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_DMA_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_DMA_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_DMA_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_DMA_STAT: WAKEUP Mask   */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_M3CORE_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_M3CORE_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_M3CORE_CFG: RUN Position */\r
-#define CCU1_CLK_M3_M3CORE_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_M3CORE_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_M3CORE_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_M3CORE_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_M3CORE_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_M3CORE_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_M3CORE_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_M3CORE_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_M3CORE_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_M3CORE_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_M3CORE_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_M3CORE_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_M3CORE_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_M3CORE_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_M3CORE_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_M3CORE_STAT: RUN Position */\r
-#define CCU1_CLK_M3_M3CORE_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_M3CORE_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_M3CORE_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_M3CORE_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_M3CORE_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_M3CORE_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_M3CORE_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_M3CORE_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_M3CORE_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_M3CORE_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_M3CORE_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_M3CORE_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_M3CORE_STAT: WAKEUP Mask */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_SCT_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_SCT_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_SCT_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_SCT_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_SCT_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_SCT_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_SCT_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_SCT_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_SCT_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_SCT_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_SCT_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_SCT_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_SCT_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SCT_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_SCT_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_SCT_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SCT_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_SCT_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_SCT_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_SCT_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_SCT_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_SCT_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_SCT_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_SCT_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SCT_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_SCT_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_SCT_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_SCT_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_SCT_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SCT_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_SCT_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_SCT_STAT: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_USB1_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_USB1_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_USB1_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_USB1_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_USB1_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_USB1_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_USB1_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_USB1_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_USB1_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_USB1_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_USB1_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_USB1_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_USB1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_USB1_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_USB1_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_USB1_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_USB1_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_USB1_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_USB1_STAT: RUN Position */\r
-#define CCU1_CLK_M3_USB1_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_USB1_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_USB1_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_USB1_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_USB1_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_USB1_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_USB1_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_USB1_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_USB1_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_USB1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_USB1_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_USB1_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_USB1_STAT: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_EMCDIV_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_EMCDIV_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_EMCDIV_CFG: RUN Position */\r
-#define CCU1_CLK_M3_EMCDIV_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_EMCDIV_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_EMCDIV_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_EMCDIV_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_EMCDIV_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_EMCDIV_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_EMCDIV_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_EMCDIV_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_EMCDIV_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_EMCDIV_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_EMCDIV_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_EMCDIV_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_EMCDIV_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_EMCDIV_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_EMCDIV_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_EMCDIV_STAT: RUN Position */\r
-#define CCU1_CLK_M3_EMCDIV_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_EMCDIV_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_EMCDIV_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_EMCDIV_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_EMCDIV_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_EMCDIV_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_EMCDIV_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_EMCDIV_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_EMCDIV_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_EMCDIV_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_EMCDIV_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_EMCDIV_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_EMCDIV_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_WWDT_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_WWDT_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_WWDT_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_WWDT_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_WWDT_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_WWDT_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_WWDT_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_WWDT_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_WWDT_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_WWDT_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_WWDT_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_WWDT_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_WWDT_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_WWDT_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_WWDT_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_WWDT_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_WWDT_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_WWDT_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_WWDT_STAT: RUN Position */\r
-#define CCU1_CLK_M3_WWDT_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_WWDT_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_WWDT_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_WWDT_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_WWDT_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_WWDT_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_WWDT_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_WWDT_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_WWDT_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_WWDT_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_WWDT_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_WWDT_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_WWDT_STAT: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART0_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_USART0_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_USART0_CFG: RUN Position */\r
-#define CCU1_CLK_M3_USART0_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_USART0_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_USART0_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_USART0_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_USART0_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_USART0_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_USART0_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_USART0_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_USART0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_USART0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART0_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_USART0_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_USART0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART0_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_USART0_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_USART0_STAT: RUN Position */\r
-#define CCU1_CLK_M3_USART0_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_USART0_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_USART0_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_USART0_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_USART0_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_USART0_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_USART0_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_USART0_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_USART0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_USART0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART0_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_USART0_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_USART0_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_UART1_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_UART1_CFG_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_UART1_CFG: RUN Position */\r
-#define CCU1_CLK_M3_UART1_CFG_RUN_Msk                         (0x01UL << CCU1_CLK_M3_UART1_CFG_RUN_Pos)                 /*!< CCU1 CLK_M3_UART1_CFG: RUN Mask     */\r
-#define CCU1_CLK_M3_UART1_CFG_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_UART1_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_UART1_CFG_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_UART1_CFG_AUTO_Pos)                /*!< CCU1 CLK_M3_UART1_CFG: AUTO Mask    */\r
-#define CCU1_CLK_M3_UART1_CFG_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_UART1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_UART1_CFG_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_UART1_CFG_WAKEUP_Pos)              /*!< CCU1 CLK_M3_UART1_CFG: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_UART1_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_UART1_STAT_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_UART1_STAT: RUN Position */\r
-#define CCU1_CLK_M3_UART1_STAT_RUN_Msk                        (0x01UL << CCU1_CLK_M3_UART1_STAT_RUN_Pos)                /*!< CCU1 CLK_M3_UART1_STAT: RUN Mask    */\r
-#define CCU1_CLK_M3_UART1_STAT_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_UART1_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_UART1_STAT_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_UART1_STAT_AUTO_Pos)               /*!< CCU1 CLK_M3_UART1_STAT: AUTO Mask   */\r
-#define CCU1_CLK_M3_UART1_STAT_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_UART1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_UART1_STAT_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_UART1_STAT_WAKEUP_Pos)             /*!< CCU1 CLK_M3_UART1_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SSP0_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_SSP0_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_SSP0_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_SSP0_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_SSP0_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_SSP0_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_SSP0_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_SSP0_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_SSP0_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_SSP0_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_SSP0_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_SSP0_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_SSP0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SSP0_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_SSP0_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_SSP0_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SSP0_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_SSP0_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_SSP0_STAT: RUN Position */\r
-#define CCU1_CLK_M3_SSP0_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_SSP0_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_SSP0_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_SSP0_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_SSP0_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SSP0_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_SSP0_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_SSP0_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_SSP0_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_SSP0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SSP0_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_SSP0_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_SSP0_STAT: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER0_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_TIMER0_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_TIMER0_CFG: RUN Position */\r
-#define CCU1_CLK_M3_TIMER0_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_TIMER0_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_TIMER0_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_TIMER0_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_TIMER0_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER0_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_TIMER0_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_TIMER0_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_TIMER0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_TIMER0_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER0_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_TIMER0_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_TIMER0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER0_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_TIMER0_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_TIMER0_STAT: RUN Position */\r
-#define CCU1_CLK_M3_TIMER0_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_TIMER0_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_TIMER0_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_TIMER0_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_TIMER0_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER0_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_TIMER0_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_TIMER0_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_TIMER0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_TIMER0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER0_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_TIMER0_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_TIMER0_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER1_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_TIMER1_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_TIMER1_CFG: RUN Position */\r
-#define CCU1_CLK_M3_TIMER1_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_TIMER1_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_TIMER1_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_TIMER1_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_TIMER1_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER1_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_TIMER1_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_TIMER1_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_TIMER1_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_TIMER1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER1_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_TIMER1_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_TIMER1_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER1_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_TIMER1_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_TIMER1_STAT: RUN Position */\r
-#define CCU1_CLK_M3_TIMER1_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_TIMER1_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_TIMER1_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_TIMER1_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_TIMER1_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER1_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_TIMER1_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_TIMER1_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_TIMER1_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_TIMER1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER1_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_TIMER1_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_TIMER1_STAT: WAKEUP Mask */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_SCU_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_SCU_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_SCU_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_SCU_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_SCU_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_SCU_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_SCU_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_SCU_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_SCU_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_SCU_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_SCU_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_SCU_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_SCU_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SCU_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_SCU_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_SCU_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SCU_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_SCU_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_SCU_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_SCU_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_SCU_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_SCU_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_SCU_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_SCU_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SCU_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_SCU_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_SCU_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_SCU_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_SCU_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SCU_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_SCU_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_SCU_STAT: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_CREG_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_CREG_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_CREG_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_CREG_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_CREG_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_CREG_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_CREG_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_CREG_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_CREG_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_CREG_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_CREG_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_CREG_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_CREG_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_CREG_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_CREG_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_CREG_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_CREG_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_CREG_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_CREG_STAT: RUN Position */\r
-#define CCU1_CLK_M3_CREG_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_CREG_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_CREG_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_CREG_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_CREG_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_CREG_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_CREG_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_CREG_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_CREG_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_CREG_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_CREG_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_CREG_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_CREG_STAT: WAKEUP Mask  */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_RITIMER_CFG  ------------------------------------\r
-#define CCU1_CLK_M3_RITIMER_CFG_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_RITIMER_CFG: RUN Position */\r
-#define CCU1_CLK_M3_RITIMER_CFG_RUN_Msk                       (0x01UL << CCU1_CLK_M3_RITIMER_CFG_RUN_Pos)               /*!< CCU1 CLK_M3_RITIMER_CFG: RUN Mask   */\r
-#define CCU1_CLK_M3_RITIMER_CFG_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_RITIMER_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_RITIMER_CFG_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_RITIMER_CFG_AUTO_Pos)              /*!< CCU1 CLK_M3_RITIMER_CFG: AUTO Mask  */\r
-#define CCU1_CLK_M3_RITIMER_CFG_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_RITIMER_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_RITIMER_CFG_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_RITIMER_CFG_WAKEUP_Pos)            /*!< CCU1 CLK_M3_RITIMER_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU1_CLK_M3_RITIMER_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_RITIMER_STAT_RUN_Pos                      0                                                         /*!< CCU1 CLK_M3_RITIMER_STAT: RUN Position */\r
-#define CCU1_CLK_M3_RITIMER_STAT_RUN_Msk                      (0x01UL << CCU1_CLK_M3_RITIMER_STAT_RUN_Pos)              /*!< CCU1 CLK_M3_RITIMER_STAT: RUN Mask  */\r
-#define CCU1_CLK_M3_RITIMER_STAT_AUTO_Pos                     1                                                         /*!< CCU1 CLK_M3_RITIMER_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_RITIMER_STAT_AUTO_Msk                     (0x01UL << CCU1_CLK_M3_RITIMER_STAT_AUTO_Pos)             /*!< CCU1 CLK_M3_RITIMER_STAT: AUTO Mask */\r
-#define CCU1_CLK_M3_RITIMER_STAT_WAKEUP_Pos                   2                                                         /*!< CCU1 CLK_M3_RITIMER_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_RITIMER_STAT_WAKEUP_Msk                   (0x01UL << CCU1_CLK_M3_RITIMER_STAT_WAKEUP_Pos)           /*!< CCU1 CLK_M3_RITIMER_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART2_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_USART2_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_USART2_CFG: RUN Position */\r
-#define CCU1_CLK_M3_USART2_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_USART2_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_USART2_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_USART2_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_USART2_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_USART2_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_USART2_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_USART2_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_USART2_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_USART2_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART2_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_USART2_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_USART2_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART2_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_USART2_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_USART2_STAT: RUN Position */\r
-#define CCU1_CLK_M3_USART2_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_USART2_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_USART2_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_USART2_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_USART2_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_USART2_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_USART2_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_USART2_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_USART2_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_USART2_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART2_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_USART2_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_USART2_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART3_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_USART3_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_USART3_CFG: RUN Position */\r
-#define CCU1_CLK_M3_USART3_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_USART3_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_USART3_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_USART3_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_USART3_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_USART3_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_USART3_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_USART3_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_USART3_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_USART3_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART3_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_USART3_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_USART3_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_USART3_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_USART3_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_USART3_STAT: RUN Position */\r
-#define CCU1_CLK_M3_USART3_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_USART3_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_USART3_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_USART3_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_USART3_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_USART3_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_USART3_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_USART3_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_USART3_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_USART3_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_USART3_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_USART3_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_USART3_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER2_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_TIMER2_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_TIMER2_CFG: RUN Position */\r
-#define CCU1_CLK_M3_TIMER2_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_TIMER2_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_TIMER2_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_TIMER2_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_TIMER2_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER2_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_TIMER2_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_TIMER2_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_TIMER2_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_TIMER2_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER2_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_TIMER2_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_TIMER2_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER2_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_TIMER2_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_TIMER2_STAT: RUN Position */\r
-#define CCU1_CLK_M3_TIMER2_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_TIMER2_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_TIMER2_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_TIMER2_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_TIMER2_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER2_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_TIMER2_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_TIMER2_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_TIMER2_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_TIMER2_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER2_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_TIMER2_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_TIMER2_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER3_CFG  -------------------------------------\r
-#define CCU1_CLK_M3_TIMER3_CFG_RUN_Pos                        0                                                         /*!< CCU1 CLK_M3_TIMER3_CFG: RUN Position */\r
-#define CCU1_CLK_M3_TIMER3_CFG_RUN_Msk                        (0x01UL << CCU1_CLK_M3_TIMER3_CFG_RUN_Pos)                /*!< CCU1 CLK_M3_TIMER3_CFG: RUN Mask    */\r
-#define CCU1_CLK_M3_TIMER3_CFG_AUTO_Pos                       1                                                         /*!< CCU1 CLK_M3_TIMER3_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER3_CFG_AUTO_Msk                       (0x01UL << CCU1_CLK_M3_TIMER3_CFG_AUTO_Pos)               /*!< CCU1 CLK_M3_TIMER3_CFG: AUTO Mask   */\r
-#define CCU1_CLK_M3_TIMER3_CFG_WAKEUP_Pos                     2                                                         /*!< CCU1 CLK_M3_TIMER3_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER3_CFG_WAKEUP_Msk                     (0x01UL << CCU1_CLK_M3_TIMER3_CFG_WAKEUP_Pos)             /*!< CCU1 CLK_M3_TIMER3_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU1_CLK_M3_TIMER3_STAT  ------------------------------------\r
-#define CCU1_CLK_M3_TIMER3_STAT_RUN_Pos                       0                                                         /*!< CCU1 CLK_M3_TIMER3_STAT: RUN Position */\r
-#define CCU1_CLK_M3_TIMER3_STAT_RUN_Msk                       (0x01UL << CCU1_CLK_M3_TIMER3_STAT_RUN_Pos)               /*!< CCU1 CLK_M3_TIMER3_STAT: RUN Mask   */\r
-#define CCU1_CLK_M3_TIMER3_STAT_AUTO_Pos                      1                                                         /*!< CCU1 CLK_M3_TIMER3_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_TIMER3_STAT_AUTO_Msk                      (0x01UL << CCU1_CLK_M3_TIMER3_STAT_AUTO_Pos)              /*!< CCU1 CLK_M3_TIMER3_STAT: AUTO Mask  */\r
-#define CCU1_CLK_M3_TIMER3_STAT_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_M3_TIMER3_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_TIMER3_STAT_WAKEUP_Msk                    (0x01UL << CCU1_CLK_M3_TIMER3_STAT_WAKEUP_Pos)            /*!< CCU1 CLK_M3_TIMER3_STAT: WAKEUP Mask */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SSP1_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_SSP1_CFG_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_SSP1_CFG: RUN Position  */\r
-#define CCU1_CLK_M3_SSP1_CFG_RUN_Msk                          (0x01UL << CCU1_CLK_M3_SSP1_CFG_RUN_Pos)                  /*!< CCU1 CLK_M3_SSP1_CFG: RUN Mask      */\r
-#define CCU1_CLK_M3_SSP1_CFG_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_SSP1_CFG: AUTO Position */\r
-#define CCU1_CLK_M3_SSP1_CFG_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_SSP1_CFG_AUTO_Pos)                 /*!< CCU1 CLK_M3_SSP1_CFG: AUTO Mask     */\r
-#define CCU1_CLK_M3_SSP1_CFG_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_SSP1_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_SSP1_CFG_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_SSP1_CFG_WAKEUP_Pos)               /*!< CCU1 CLK_M3_SSP1_CFG: WAKEUP Mask   */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_SSP1_STAT  -------------------------------------\r
-#define CCU1_CLK_M3_SSP1_STAT_RUN_Pos                         0                                                         /*!< CCU1 CLK_M3_SSP1_STAT: RUN Position */\r
-#define CCU1_CLK_M3_SSP1_STAT_RUN_Msk                         (0x01UL << CCU1_CLK_M3_SSP1_STAT_RUN_Pos)                 /*!< CCU1 CLK_M3_SSP1_STAT: RUN Mask     */\r
-#define CCU1_CLK_M3_SSP1_STAT_AUTO_Pos                        1                                                         /*!< CCU1 CLK_M3_SSP1_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_SSP1_STAT_AUTO_Msk                        (0x01UL << CCU1_CLK_M3_SSP1_STAT_AUTO_Pos)                /*!< CCU1 CLK_M3_SSP1_STAT: AUTO Mask    */\r
-#define CCU1_CLK_M3_SSP1_STAT_WAKEUP_Pos                      2                                                         /*!< CCU1 CLK_M3_SSP1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_SSP1_STAT_WAKEUP_Msk                      (0x01UL << CCU1_CLK_M3_SSP1_STAT_WAKEUP_Pos)              /*!< CCU1 CLK_M3_SSP1_STAT: WAKEUP Mask  */\r
-\r
-// -----------------------------------  CCU1_CLK_M3_QEI_CFG  --------------------------------------\r
-#define CCU1_CLK_M3_QEI_CFG_RUN_Pos                           0                                                         /*!< CCU1 CLK_M3_QEI_CFG: RUN Position   */\r
-#define CCU1_CLK_M3_QEI_CFG_RUN_Msk                           (0x01UL << CCU1_CLK_M3_QEI_CFG_RUN_Pos)                   /*!< CCU1 CLK_M3_QEI_CFG: RUN Mask       */\r
-#define CCU1_CLK_M3_QEI_CFG_AUTO_Pos                          1                                                         /*!< CCU1 CLK_M3_QEI_CFG: AUTO Position  */\r
-#define CCU1_CLK_M3_QEI_CFG_AUTO_Msk                          (0x01UL << CCU1_CLK_M3_QEI_CFG_AUTO_Pos)                  /*!< CCU1 CLK_M3_QEI_CFG: AUTO Mask      */\r
-#define CCU1_CLK_M3_QEI_CFG_WAKEUP_Pos                        2                                                         /*!< CCU1 CLK_M3_QEI_CFG: WAKEUP Position */\r
-#define CCU1_CLK_M3_QEI_CFG_WAKEUP_Msk                        (0x01UL << CCU1_CLK_M3_QEI_CFG_WAKEUP_Pos)                /*!< CCU1 CLK_M3_QEI_CFG: WAKEUP Mask    */\r
-\r
-// ----------------------------------  CCU1_CLK_M3_QEI_STAT  --------------------------------------\r
-#define CCU1_CLK_M3_QEI_STAT_RUN_Pos                          0                                                         /*!< CCU1 CLK_M3_QEI_STAT: RUN Position  */\r
-#define CCU1_CLK_M3_QEI_STAT_RUN_Msk                          (0x01UL << CCU1_CLK_M3_QEI_STAT_RUN_Pos)                  /*!< CCU1 CLK_M3_QEI_STAT: RUN Mask      */\r
-#define CCU1_CLK_M3_QEI_STAT_AUTO_Pos                         1                                                         /*!< CCU1 CLK_M3_QEI_STAT: AUTO Position */\r
-#define CCU1_CLK_M3_QEI_STAT_AUTO_Msk                         (0x01UL << CCU1_CLK_M3_QEI_STAT_AUTO_Pos)                 /*!< CCU1 CLK_M3_QEI_STAT: AUTO Mask     */\r
-#define CCU1_CLK_M3_QEI_STAT_WAKEUP_Pos                       2                                                         /*!< CCU1 CLK_M3_QEI_STAT: WAKEUP Position */\r
-#define CCU1_CLK_M3_QEI_STAT_WAKEUP_Msk                       (0x01UL << CCU1_CLK_M3_QEI_STAT_WAKEUP_Pos)               /*!< CCU1 CLK_M3_QEI_STAT: WAKEUP Mask   */\r
-\r
-// ---------------------------------  CCU1_CLK_PERIPH_BUS_CFG  ------------------------------------\r
-#define CCU1_CLK_PERIPH_BUS_CFG_RUN_Pos                       0                                                         /*!< CCU1 CLK_PERIPH_BUS_CFG: RUN Position */\r
-#define CCU1_CLK_PERIPH_BUS_CFG_RUN_Msk                       (0x01UL << CCU1_CLK_PERIPH_BUS_CFG_RUN_Pos)               /*!< CCU1 CLK_PERIPH_BUS_CFG: RUN Mask   */\r
-#define CCU1_CLK_PERIPH_BUS_CFG_AUTO_Pos                      1                                                         /*!< CCU1 CLK_PERIPH_BUS_CFG: AUTO Position */\r
-#define CCU1_CLK_PERIPH_BUS_CFG_AUTO_Msk                      (0x01UL << CCU1_CLK_PERIPH_BUS_CFG_AUTO_Pos)              /*!< CCU1 CLK_PERIPH_BUS_CFG: AUTO Mask  */\r
-#define CCU1_CLK_PERIPH_BUS_CFG_WAKEUP_Pos                    2                                                         /*!< CCU1 CLK_PERIPH_BUS_CFG: WAKEUP Position */\r
-#define CCU1_CLK_PERIPH_BUS_CFG_WAKEUP_Msk                    (0x01UL << CCU1_CLK_PERIPH_BUS_CFG_WAKEUP_Pos)            /*!< CCU1 CLK_PERIPH_BUS_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU1_CLK_PERIPH_BUS_STAT  ------------------------------------\r
-#define CCU1_CLK_PERIPH_BUS_STAT_RUN_Pos                      0                                                         /*!< CCU1 CLK_PERIPH_BUS_STAT: RUN Position */\r
-#define CCU1_CLK_PERIPH_BUS_STAT_RUN_Msk                      (0x01UL << CCU1_CLK_PERIPH_BUS_STAT_RUN_Pos)              /*!< CCU1 CLK_PERIPH_BUS_STAT: RUN Mask  */\r
-#define CCU1_CLK_PERIPH_BUS_STAT_AUTO_Pos                     1                                                         /*!< CCU1 CLK_PERIPH_BUS_STAT: AUTO Position */\r
-#define CCU1_CLK_PERIPH_BUS_STAT_AUTO_Msk                     (0x01UL << CCU1_CLK_PERIPH_BUS_STAT_AUTO_Pos)             /*!< CCU1 CLK_PERIPH_BUS_STAT: AUTO Mask */\r
-#define CCU1_CLK_PERIPH_BUS_STAT_WAKEUP_Pos                   2                                                         /*!< CCU1 CLK_PERIPH_BUS_STAT: WAKEUP Position */\r
-#define CCU1_CLK_PERIPH_BUS_STAT_WAKEUP_Msk                   (0x01UL << CCU1_CLK_PERIPH_BUS_STAT_WAKEUP_Pos)           /*!< CCU1 CLK_PERIPH_BUS_STAT: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU1_CLK_PERIPH_CORE_CFG  ------------------------------------\r
-#define CCU1_CLK_PERIPH_CORE_CFG_RUN_Pos                      0                                                         /*!< CCU1 CLK_PERIPH_CORE_CFG: RUN Position */\r
-#define CCU1_CLK_PERIPH_CORE_CFG_RUN_Msk                      (0x01UL << CCU1_CLK_PERIPH_CORE_CFG_RUN_Pos)              /*!< CCU1 CLK_PERIPH_CORE_CFG: RUN Mask  */\r
-#define CCU1_CLK_PERIPH_CORE_CFG_AUTO_Pos                     1                                                         /*!< CCU1 CLK_PERIPH_CORE_CFG: AUTO Position */\r
-#define CCU1_CLK_PERIPH_CORE_CFG_AUTO_Msk                     (0x01UL << CCU1_CLK_PERIPH_CORE_CFG_AUTO_Pos)             /*!< CCU1 CLK_PERIPH_CORE_CFG: AUTO Mask */\r
-#define CCU1_CLK_PERIPH_CORE_CFG_WAKEUP_Pos                   2                                                         /*!< CCU1 CLK_PERIPH_CORE_CFG: WAKEUP Position */\r
-#define CCU1_CLK_PERIPH_CORE_CFG_WAKEUP_Msk                   (0x01UL << CCU1_CLK_PERIPH_CORE_CFG_WAKEUP_Pos)           /*!< CCU1 CLK_PERIPH_CORE_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU1_CLK_PERIPH_CORE_STAT  -----------------------------------\r
-#define CCU1_CLK_PERIPH_CORE_STAT_RUN_Pos                     0                                                         /*!< CCU1 CLK_PERIPH_CORE_STAT: RUN Position */\r
-#define CCU1_CLK_PERIPH_CORE_STAT_RUN_Msk                     (0x01UL << CCU1_CLK_PERIPH_CORE_STAT_RUN_Pos)             /*!< CCU1 CLK_PERIPH_CORE_STAT: RUN Mask */\r
-#define CCU1_CLK_PERIPH_CORE_STAT_AUTO_Pos                    1                                                         /*!< CCU1 CLK_PERIPH_CORE_STAT: AUTO Position */\r
-#define CCU1_CLK_PERIPH_CORE_STAT_AUTO_Msk                    (0x01UL << CCU1_CLK_PERIPH_CORE_STAT_AUTO_Pos)            /*!< CCU1 CLK_PERIPH_CORE_STAT: AUTO Mask */\r
-#define CCU1_CLK_PERIPH_CORE_STAT_WAKEUP_Pos                  2                                                         /*!< CCU1 CLK_PERIPH_CORE_STAT: WAKEUP Position */\r
-#define CCU1_CLK_PERIPH_CORE_STAT_WAKEUP_Msk                  (0x01UL << CCU1_CLK_PERIPH_CORE_STAT_WAKEUP_Pos)          /*!< CCU1 CLK_PERIPH_CORE_STAT: WAKEUP Mask */\r
-\r
-\r
-// ------------------------------------  CCU1_CLK_USB0_CFG  ---------------------------------------\r
-#define CCU1_CLK_USB0_CFG_RUN_Pos                             0                                                         /*!< CCU1 CLK_USB0_CFG: RUN Position     */\r
-#define CCU1_CLK_USB0_CFG_RUN_Msk                             (0x01UL << CCU1_CLK_USB0_CFG_RUN_Pos)                     /*!< CCU1 CLK_USB0_CFG: RUN Mask         */\r
-#define CCU1_CLK_USB0_CFG_AUTO_Pos                            1                                                         /*!< CCU1 CLK_USB0_CFG: AUTO Position    */\r
-#define CCU1_CLK_USB0_CFG_AUTO_Msk                            (0x01UL << CCU1_CLK_USB0_CFG_AUTO_Pos)                    /*!< CCU1 CLK_USB0_CFG: AUTO Mask        */\r
-#define CCU1_CLK_USB0_CFG_WAKEUP_Pos                          2                                                         /*!< CCU1 CLK_USB0_CFG: WAKEUP Position  */\r
-#define CCU1_CLK_USB0_CFG_WAKEUP_Msk                          (0x01UL << CCU1_CLK_USB0_CFG_WAKEUP_Pos)                  /*!< CCU1 CLK_USB0_CFG: WAKEUP Mask      */\r
-\r
-// -----------------------------------  CCU1_CLK_USB0_STAT  ---------------------------------------\r
-#define CCU1_CLK_USB0_STAT_RUN_Pos                            0                                                         /*!< CCU1 CLK_USB0_STAT: RUN Position    */\r
-#define CCU1_CLK_USB0_STAT_RUN_Msk                            (0x01UL << CCU1_CLK_USB0_STAT_RUN_Pos)                    /*!< CCU1 CLK_USB0_STAT: RUN Mask        */\r
-#define CCU1_CLK_USB0_STAT_AUTO_Pos                           1                                                         /*!< CCU1 CLK_USB0_STAT: AUTO Position   */\r
-#define CCU1_CLK_USB0_STAT_AUTO_Msk                           (0x01UL << CCU1_CLK_USB0_STAT_AUTO_Pos)                   /*!< CCU1 CLK_USB0_STAT: AUTO Mask       */\r
-#define CCU1_CLK_USB0_STAT_WAKEUP_Pos                         2                                                         /*!< CCU1 CLK_USB0_STAT: WAKEUP Position */\r
-#define CCU1_CLK_USB0_STAT_WAKEUP_Msk                         (0x01UL << CCU1_CLK_USB0_STAT_WAKEUP_Pos)                 /*!< CCU1 CLK_USB0_STAT: WAKEUP Mask     */\r
-\r
-// ------------------------------------  CCU1_CLK_USB1_CFG  ---------------------------------------\r
-#define CCU1_CLK_USB1_CFG_RUN_Pos                             0                                                         /*!< CCU1 CLK_USB1_CFG: RUN Position     */\r
-#define CCU1_CLK_USB1_CFG_RUN_Msk                             (0x01UL << CCU1_CLK_USB1_CFG_RUN_Pos)                     /*!< CCU1 CLK_USB1_CFG: RUN Mask         */\r
-#define CCU1_CLK_USB1_CFG_AUTO_Pos                            1                                                         /*!< CCU1 CLK_USB1_CFG: AUTO Position    */\r
-#define CCU1_CLK_USB1_CFG_AUTO_Msk                            (0x01UL << CCU1_CLK_USB1_CFG_AUTO_Pos)                    /*!< CCU1 CLK_USB1_CFG: AUTO Mask        */\r
-#define CCU1_CLK_USB1_CFG_WAKEUP_Pos                          2                                                         /*!< CCU1 CLK_USB1_CFG: WAKEUP Position  */\r
-#define CCU1_CLK_USB1_CFG_WAKEUP_Msk                          (0x01UL << CCU1_CLK_USB1_CFG_WAKEUP_Pos)                  /*!< CCU1 CLK_USB1_CFG: WAKEUP Mask      */\r
-\r
-// -----------------------------------  CCU1_CLK_USB1_STAT  ---------------------------------------\r
-#define CCU1_CLK_USB1_STAT_RUN_Pos                            0                                                         /*!< CCU1 CLK_USB1_STAT: RUN Position    */\r
-#define CCU1_CLK_USB1_STAT_RUN_Msk                            (0x01UL << CCU1_CLK_USB1_STAT_RUN_Pos)                    /*!< CCU1 CLK_USB1_STAT: RUN Mask        */\r
-#define CCU1_CLK_USB1_STAT_AUTO_Pos                           1                                                         /*!< CCU1 CLK_USB1_STAT: AUTO Position   */\r
-#define CCU1_CLK_USB1_STAT_AUTO_Msk                           (0x01UL << CCU1_CLK_USB1_STAT_AUTO_Pos)                   /*!< CCU1 CLK_USB1_STAT: AUTO Mask       */\r
-#define CCU1_CLK_USB1_STAT_WAKEUP_Pos                         2                                                         /*!< CCU1 CLK_USB1_STAT: WAKEUP Position */\r
-#define CCU1_CLK_USB1_STAT_WAKEUP_Msk                         (0x01UL << CCU1_CLK_USB1_STAT_WAKEUP_Pos)                 /*!< CCU1 CLK_USB1_STAT: WAKEUP Mask     */\r
-\r
-// ------------------------------------  CCU1_CLK_VADC_CFG  ---------------------------------------\r
-#define CCU1_CLK_VADC_CFG_RUN_Pos                             0                                                         /*!< CCU1 CLK_VADC_CFG: RUN Position     */\r
-#define CCU1_CLK_VADC_CFG_RUN_Msk                             (0x01UL << CCU1_CLK_VADC_CFG_RUN_Pos)                     /*!< CCU1 CLK_VADC_CFG: RUN Mask         */\r
-#define CCU1_CLK_VADC_CFG_AUTO_Pos                            1                                                         /*!< CCU1 CLK_VADC_CFG: AUTO Position    */\r
-#define CCU1_CLK_VADC_CFG_AUTO_Msk                            (0x01UL << CCU1_CLK_VADC_CFG_AUTO_Pos)                    /*!< CCU1 CLK_VADC_CFG: AUTO Mask        */\r
-#define CCU1_CLK_VADC_CFG_WAKEUP_Pos                          2                                                         /*!< CCU1 CLK_VADC_CFG: WAKEUP Position  */\r
-#define CCU1_CLK_VADC_CFG_WAKEUP_Msk                          (0x01UL << CCU1_CLK_VADC_CFG_WAKEUP_Pos)                  /*!< CCU1 CLK_VADC_CFG: WAKEUP Mask      */\r
-\r
-// -----------------------------------  CCU1_CLK_VADC_STAT  ---------------------------------------\r
-#define CCU1_CLK_VADC_STAT_RUN_Pos                            0                                                         /*!< CCU1 CLK_VADC_STAT: RUN Position    */\r
-#define CCU1_CLK_VADC_STAT_RUN_Msk                            (0x01UL << CCU1_CLK_VADC_STAT_RUN_Pos)                    /*!< CCU1 CLK_VADC_STAT: RUN Mask        */\r
-#define CCU1_CLK_VADC_STAT_AUTO_Pos                           1                                                         /*!< CCU1 CLK_VADC_STAT: AUTO Position   */\r
-#define CCU1_CLK_VADC_STAT_AUTO_Msk                           (0x01UL << CCU1_CLK_VADC_STAT_AUTO_Pos)                   /*!< CCU1 CLK_VADC_STAT: AUTO Mask       */\r
-#define CCU1_CLK_VADC_STAT_WAKEUP_Pos                         2                                                         /*!< CCU1 CLK_VADC_STAT: WAKEUP Position */\r
-#define CCU1_CLK_VADC_STAT_WAKEUP_Msk                         (0x01UL << CCU1_CLK_VADC_STAT_WAKEUP_Pos)                 /*!< CCU1 CLK_VADC_STAT: WAKEUP Mask     */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 CCU2 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  CCU2_PM  --------------------------------------------\r
-#define CCU2_PM_PD_Pos                                        0                                                         /*!< CCU2 PM: PD Position                */\r
-#define CCU2_PM_PD_Msk                                        (0x01UL << CCU2_PM_PD_Pos)                                /*!< CCU2 PM: PD Mask                    */\r
-\r
-// -------------------------------------  CCU2_BASE_STAT  -----------------------------------------\r
-#define CCU2_BASE_STAT_BASE_UART3_CLK_Pos                     1                                                         /*!< CCU2 BASE_STAT: BASE_UART3_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_UART3_CLK_Msk                     (0x01UL << CCU2_BASE_STAT_BASE_UART3_CLK_Pos)             /*!< CCU2 BASE_STAT: BASE_UART3_CLK Mask */\r
-#define CCU2_BASE_STAT_BASE_UART2_CLK_Pos                     2                                                         /*!< CCU2 BASE_STAT: BASE_UART2_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_UART2_CLK_Msk                     (0x01UL << CCU2_BASE_STAT_BASE_UART2_CLK_Pos)             /*!< CCU2 BASE_STAT: BASE_UART2_CLK Mask */\r
-#define CCU2_BASE_STAT_BASE_UART1_CLK_Pos                     3                                                         /*!< CCU2 BASE_STAT: BASE_UART1_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_UART1_CLK_Msk                     (0x01UL << CCU2_BASE_STAT_BASE_UART1_CLK_Pos)             /*!< CCU2 BASE_STAT: BASE_UART1_CLK Mask */\r
-#define CCU2_BASE_STAT_BASE_UART0_CLK_Pos                     4                                                         /*!< CCU2 BASE_STAT: BASE_UART0_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_UART0_CLK_Msk                     (0x01UL << CCU2_BASE_STAT_BASE_UART0_CLK_Pos)             /*!< CCU2 BASE_STAT: BASE_UART0_CLK Mask */\r
-#define CCU2_BASE_STAT_BASE_SSP1_CLK_Pos                      5                                                         /*!< CCU2 BASE_STAT: BASE_SSP1_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_SSP1_CLK_Msk                      (0x01UL << CCU2_BASE_STAT_BASE_SSP1_CLK_Pos)              /*!< CCU2 BASE_STAT: BASE_SSP1_CLK Mask  */\r
-#define CCU2_BASE_STAT_BASE_SSP0_CLK_Pos                      6                                                         /*!< CCU2 BASE_STAT: BASE_SSP0_CLK Position */\r
-#define CCU2_BASE_STAT_BASE_SSP0_CLK_Msk                      (0x01UL << CCU2_BASE_STAT_BASE_SSP0_CLK_Pos)              /*!< CCU2 BASE_STAT: BASE_SSP0_CLK Mask  */\r
-\r
-// -----------------------------------  CCU2_CLK_APLL3_CFG  ---------------------------------------\r
-#define CCU2_CLK_APLL3_CFG_RUN_Pos                            0                                                         /*!< CCU2 CLK_APLL3_CFG: RUN Position    */\r
-#define CCU2_CLK_APLL3_CFG_RUN_Msk                            (0x01UL << CCU2_CLK_APLL3_CFG_RUN_Pos)                    /*!< CCU2 CLK_APLL3_CFG: RUN Mask        */\r
-#define CCU2_CLK_APLL3_CFG_AUTO_Pos                           1                                                         /*!< CCU2 CLK_APLL3_CFG: AUTO Position   */\r
-#define CCU2_CLK_APLL3_CFG_AUTO_Msk                           (0x01UL << CCU2_CLK_APLL3_CFG_AUTO_Pos)                   /*!< CCU2 CLK_APLL3_CFG: AUTO Mask       */\r
-#define CCU2_CLK_APLL3_CFG_WAKEUP_Pos                         2                                                         /*!< CCU2 CLK_APLL3_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APLL3_CFG_WAKEUP_Msk                         (0x01UL << CCU2_CLK_APLL3_CFG_WAKEUP_Pos)                 /*!< CCU2 CLK_APLL3_CFG: WAKEUP Mask     */\r
-\r
-// -----------------------------------  CCU2_CLK_APLL_STAT  ---------------------------------------\r
-#define CCU2_CLK_APLL_STAT_RUN_Pos                            0                                                         /*!< CCU2 CLK_APLL_STAT: RUN Position    */\r
-#define CCU2_CLK_APLL_STAT_RUN_Msk                            (0x01UL << CCU2_CLK_APLL_STAT_RUN_Pos)                    /*!< CCU2 CLK_APLL_STAT: RUN Mask        */\r
-#define CCU2_CLK_APLL_STAT_AUTO_Pos                           1                                                         /*!< CCU2 CLK_APLL_STAT: AUTO Position   */\r
-#define CCU2_CLK_APLL_STAT_AUTO_Msk                           (0x01UL << CCU2_CLK_APLL_STAT_AUTO_Pos)                   /*!< CCU2 CLK_APLL_STAT: AUTO Mask       */\r
-#define CCU2_CLK_APLL_STAT_WAKEUP_Pos                         2                                                         /*!< CCU2 CLK_APLL_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APLL_STAT_WAKEUP_Msk                         (0x01UL << CCU2_CLK_APLL_STAT_WAKEUP_Pos)                 /*!< CCU2 CLK_APLL_STAT: WAKEUP Mask     */\r
-\r
-// --------------------------------  CCU2_CLK_APB2_USART3_CFG  ------------------------------------\r
-#define CCU2_CLK_APB2_USART3_CFG_RUN_Pos                      0                                                         /*!< CCU2 CLK_APB2_USART3_CFG: RUN Position */\r
-#define CCU2_CLK_APB2_USART3_CFG_RUN_Msk                      (0x01UL << CCU2_CLK_APB2_USART3_CFG_RUN_Pos)              /*!< CCU2 CLK_APB2_USART3_CFG: RUN Mask  */\r
-#define CCU2_CLK_APB2_USART3_CFG_AUTO_Pos                     1                                                         /*!< CCU2 CLK_APB2_USART3_CFG: AUTO Position */\r
-#define CCU2_CLK_APB2_USART3_CFG_AUTO_Msk                     (0x01UL << CCU2_CLK_APB2_USART3_CFG_AUTO_Pos)             /*!< CCU2 CLK_APB2_USART3_CFG: AUTO Mask */\r
-#define CCU2_CLK_APB2_USART3_CFG_WAKEUP_Pos                   2                                                         /*!< CCU2 CLK_APB2_USART3_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB2_USART3_CFG_WAKEUP_Msk                   (0x01UL << CCU2_CLK_APB2_USART3_CFG_WAKEUP_Pos)           /*!< CCU2 CLK_APB2_USART3_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB2_USART3_STAT  -----------------------------------\r
-#define CCU2_CLK_APB2_USART3_STAT_RUN_Pos                     0                                                         /*!< CCU2 CLK_APB2_USART3_STAT: RUN Position */\r
-#define CCU2_CLK_APB2_USART3_STAT_RUN_Msk                     (0x01UL << CCU2_CLK_APB2_USART3_STAT_RUN_Pos)             /*!< CCU2 CLK_APB2_USART3_STAT: RUN Mask */\r
-#define CCU2_CLK_APB2_USART3_STAT_AUTO_Pos                    1                                                         /*!< CCU2 CLK_APB2_USART3_STAT: AUTO Position */\r
-#define CCU2_CLK_APB2_USART3_STAT_AUTO_Msk                    (0x01UL << CCU2_CLK_APB2_USART3_STAT_AUTO_Pos)            /*!< CCU2 CLK_APB2_USART3_STAT: AUTO Mask */\r
-#define CCU2_CLK_APB2_USART3_STAT_WAKEUP_Pos                  2                                                         /*!< CCU2 CLK_APB2_USART3_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB2_USART3_STAT_WAKEUP_Msk                  (0x01UL << CCU2_CLK_APB2_USART3_STAT_WAKEUP_Pos)          /*!< CCU2 CLK_APB2_USART3_STAT: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB2_USART2_CFG  ------------------------------------\r
-#define CCU2_CLK_APB2_USART2_CFG_RUN_Pos                      0                                                         /*!< CCU2 CLK_APB2_USART2_CFG: RUN Position */\r
-#define CCU2_CLK_APB2_USART2_CFG_RUN_Msk                      (0x01UL << CCU2_CLK_APB2_USART2_CFG_RUN_Pos)              /*!< CCU2 CLK_APB2_USART2_CFG: RUN Mask  */\r
-#define CCU2_CLK_APB2_USART2_CFG_AUTO_Pos                     1                                                         /*!< CCU2 CLK_APB2_USART2_CFG: AUTO Position */\r
-#define CCU2_CLK_APB2_USART2_CFG_AUTO_Msk                     (0x01UL << CCU2_CLK_APB2_USART2_CFG_AUTO_Pos)             /*!< CCU2 CLK_APB2_USART2_CFG: AUTO Mask */\r
-#define CCU2_CLK_APB2_USART2_CFG_WAKEUP_Pos                   2                                                         /*!< CCU2 CLK_APB2_USART2_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB2_USART2_CFG_WAKEUP_Msk                   (0x01UL << CCU2_CLK_APB2_USART2_CFG_WAKEUP_Pos)           /*!< CCU2 CLK_APB2_USART2_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB2_USART2_STAT  -----------------------------------\r
-#define CCU2_CLK_APB2_USART2_STAT_RUN_Pos                     0                                                         /*!< CCU2 CLK_APB2_USART2_STAT: RUN Position */\r
-#define CCU2_CLK_APB2_USART2_STAT_RUN_Msk                     (0x01UL << CCU2_CLK_APB2_USART2_STAT_RUN_Pos)             /*!< CCU2 CLK_APB2_USART2_STAT: RUN Mask */\r
-#define CCU2_CLK_APB2_USART2_STAT_AUTO_Pos                    1                                                         /*!< CCU2 CLK_APB2_USART2_STAT: AUTO Position */\r
-#define CCU2_CLK_APB2_USART2_STAT_AUTO_Msk                    (0x01UL << CCU2_CLK_APB2_USART2_STAT_AUTO_Pos)            /*!< CCU2 CLK_APB2_USART2_STAT: AUTO Mask */\r
-#define CCU2_CLK_APB2_USART2_STAT_WAKEUP_Pos                  2                                                         /*!< CCU2 CLK_APB2_USART2_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB2_USART2_STAT_WAKEUP_Msk                  (0x01UL << CCU2_CLK_APB2_USART2_STAT_WAKEUP_Pos)          /*!< CCU2 CLK_APB2_USART2_STAT: WAKEUP Mask */\r
-\r
-// -------------------------------  CCU2_CLK_APB0_UART1_BUS_CFG  ----------------------------------\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_RUN_Pos                   0                                                         /*!< CCU2 CLK_APB0_UART1_BUS_CFG: RUN Position */\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_RUN_Msk                   (0x01UL << CCU2_CLK_APB0_UART1_BUS_CFG_RUN_Pos)           /*!< CCU2 CLK_APB0_UART1_BUS_CFG: RUN Mask */\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_AUTO_Pos                  1                                                         /*!< CCU2 CLK_APB0_UART1_BUS_CFG: AUTO Position */\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_AUTO_Msk                  (0x01UL << CCU2_CLK_APB0_UART1_BUS_CFG_AUTO_Pos)          /*!< CCU2 CLK_APB0_UART1_BUS_CFG: AUTO Mask */\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_WAKEUP_Pos                2                                                         /*!< CCU2 CLK_APB0_UART1_BUS_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB0_UART1_BUS_CFG_WAKEUP_Msk                (0x01UL << CCU2_CLK_APB0_UART1_BUS_CFG_WAKEUP_Pos)        /*!< CCU2 CLK_APB0_UART1_BUS_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB0_UART1_STAT  ------------------------------------\r
-#define CCU2_CLK_APB0_UART1_STAT_RUN_Pos                      0                                                         /*!< CCU2 CLK_APB0_UART1_STAT: RUN Position */\r
-#define CCU2_CLK_APB0_UART1_STAT_RUN_Msk                      (0x01UL << CCU2_CLK_APB0_UART1_STAT_RUN_Pos)              /*!< CCU2 CLK_APB0_UART1_STAT: RUN Mask  */\r
-#define CCU2_CLK_APB0_UART1_STAT_AUTO_Pos                     1                                                         /*!< CCU2 CLK_APB0_UART1_STAT: AUTO Position */\r
-#define CCU2_CLK_APB0_UART1_STAT_AUTO_Msk                     (0x01UL << CCU2_CLK_APB0_UART1_STAT_AUTO_Pos)             /*!< CCU2 CLK_APB0_UART1_STAT: AUTO Mask */\r
-#define CCU2_CLK_APB0_UART1_STAT_WAKEUP_Pos                   2                                                         /*!< CCU2 CLK_APB0_UART1_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB0_UART1_STAT_WAKEUP_Msk                   (0x01UL << CCU2_CLK_APB0_UART1_STAT_WAKEUP_Pos)           /*!< CCU2 CLK_APB0_UART1_STAT: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB0_USART0_CFG  ------------------------------------\r
-#define CCU2_CLK_APB0_USART0_CFG_RUN_Pos                      0                                                         /*!< CCU2 CLK_APB0_USART0_CFG: RUN Position */\r
-#define CCU2_CLK_APB0_USART0_CFG_RUN_Msk                      (0x01UL << CCU2_CLK_APB0_USART0_CFG_RUN_Pos)              /*!< CCU2 CLK_APB0_USART0_CFG: RUN Mask  */\r
-#define CCU2_CLK_APB0_USART0_CFG_AUTO_Pos                     1                                                         /*!< CCU2 CLK_APB0_USART0_CFG: AUTO Position */\r
-#define CCU2_CLK_APB0_USART0_CFG_AUTO_Msk                     (0x01UL << CCU2_CLK_APB0_USART0_CFG_AUTO_Pos)             /*!< CCU2 CLK_APB0_USART0_CFG: AUTO Mask */\r
-#define CCU2_CLK_APB0_USART0_CFG_WAKEUP_Pos                   2                                                         /*!< CCU2 CLK_APB0_USART0_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB0_USART0_CFG_WAKEUP_Msk                   (0x01UL << CCU2_CLK_APB0_USART0_CFG_WAKEUP_Pos)           /*!< CCU2 CLK_APB0_USART0_CFG: WAKEUP Mask */\r
-\r
-// --------------------------------  CCU2_CLK_APB0_USART0_STAT  -----------------------------------\r
-#define CCU2_CLK_APB0_USART0_STAT_RUN_Pos                     0                                                         /*!< CCU2 CLK_APB0_USART0_STAT: RUN Position */\r
-#define CCU2_CLK_APB0_USART0_STAT_RUN_Msk                     (0x01UL << CCU2_CLK_APB0_USART0_STAT_RUN_Pos)             /*!< CCU2 CLK_APB0_USART0_STAT: RUN Mask */\r
-#define CCU2_CLK_APB0_USART0_STAT_AUTO_Pos                    1                                                         /*!< CCU2 CLK_APB0_USART0_STAT: AUTO Position */\r
-#define CCU2_CLK_APB0_USART0_STAT_AUTO_Msk                    (0x01UL << CCU2_CLK_APB0_USART0_STAT_AUTO_Pos)            /*!< CCU2 CLK_APB0_USART0_STAT: AUTO Mask */\r
-#define CCU2_CLK_APB0_USART0_STAT_WAKEUP_Pos                  2                                                         /*!< CCU2 CLK_APB0_USART0_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB0_USART0_STAT_WAKEUP_Msk                  (0x01UL << CCU2_CLK_APB0_USART0_STAT_WAKEUP_Pos)          /*!< CCU2 CLK_APB0_USART0_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU2_CLK_APB2_SSP1_CFG  -------------------------------------\r
-#define CCU2_CLK_APB2_SSP1_CFG_RUN_Pos                        0                                                         /*!< CCU2 CLK_APB2_SSP1_CFG: RUN Position */\r
-#define CCU2_CLK_APB2_SSP1_CFG_RUN_Msk                        (0x01UL << CCU2_CLK_APB2_SSP1_CFG_RUN_Pos)                /*!< CCU2 CLK_APB2_SSP1_CFG: RUN Mask    */\r
-#define CCU2_CLK_APB2_SSP1_CFG_AUTO_Pos                       1                                                         /*!< CCU2 CLK_APB2_SSP1_CFG: AUTO Position */\r
-#define CCU2_CLK_APB2_SSP1_CFG_AUTO_Msk                       (0x01UL << CCU2_CLK_APB2_SSP1_CFG_AUTO_Pos)               /*!< CCU2 CLK_APB2_SSP1_CFG: AUTO Mask   */\r
-#define CCU2_CLK_APB2_SSP1_CFG_WAKEUP_Pos                     2                                                         /*!< CCU2 CLK_APB2_SSP1_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB2_SSP1_CFG_WAKEUP_Msk                     (0x01UL << CCU2_CLK_APB2_SSP1_CFG_WAKEUP_Pos)             /*!< CCU2 CLK_APB2_SSP1_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU2_CLK_APB2_SSP1_STAT  ------------------------------------\r
-#define CCU2_CLK_APB2_SSP1_STAT_RUN_Pos                       0                                                         /*!< CCU2 CLK_APB2_SSP1_STAT: RUN Position */\r
-#define CCU2_CLK_APB2_SSP1_STAT_RUN_Msk                       (0x01UL << CCU2_CLK_APB2_SSP1_STAT_RUN_Pos)               /*!< CCU2 CLK_APB2_SSP1_STAT: RUN Mask   */\r
-#define CCU2_CLK_APB2_SSP1_STAT_AUTO_Pos                      1                                                         /*!< CCU2 CLK_APB2_SSP1_STAT: AUTO Position */\r
-#define CCU2_CLK_APB2_SSP1_STAT_AUTO_Msk                      (0x01UL << CCU2_CLK_APB2_SSP1_STAT_AUTO_Pos)              /*!< CCU2 CLK_APB2_SSP1_STAT: AUTO Mask  */\r
-#define CCU2_CLK_APB2_SSP1_STAT_WAKEUP_Pos                    2                                                         /*!< CCU2 CLK_APB2_SSP1_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB2_SSP1_STAT_WAKEUP_Msk                    (0x01UL << CCU2_CLK_APB2_SSP1_STAT_WAKEUP_Pos)            /*!< CCU2 CLK_APB2_SSP1_STAT: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU2_CLK_APB0_SSP0_CFG  -------------------------------------\r
-#define CCU2_CLK_APB0_SSP0_CFG_RUN_Pos                        0                                                         /*!< CCU2 CLK_APB0_SSP0_CFG: RUN Position */\r
-#define CCU2_CLK_APB0_SSP0_CFG_RUN_Msk                        (0x01UL << CCU2_CLK_APB0_SSP0_CFG_RUN_Pos)                /*!< CCU2 CLK_APB0_SSP0_CFG: RUN Mask    */\r
-#define CCU2_CLK_APB0_SSP0_CFG_AUTO_Pos                       1                                                         /*!< CCU2 CLK_APB0_SSP0_CFG: AUTO Position */\r
-#define CCU2_CLK_APB0_SSP0_CFG_AUTO_Msk                       (0x01UL << CCU2_CLK_APB0_SSP0_CFG_AUTO_Pos)               /*!< CCU2 CLK_APB0_SSP0_CFG: AUTO Mask   */\r
-#define CCU2_CLK_APB0_SSP0_CFG_WAKEUP_Pos                     2                                                         /*!< CCU2 CLK_APB0_SSP0_CFG: WAKEUP Position */\r
-#define CCU2_CLK_APB0_SSP0_CFG_WAKEUP_Msk                     (0x01UL << CCU2_CLK_APB0_SSP0_CFG_WAKEUP_Pos)             /*!< CCU2 CLK_APB0_SSP0_CFG: WAKEUP Mask */\r
-\r
-// ---------------------------------  CCU2_CLK_APB0_SSP0_STAT  ------------------------------------\r
-#define CCU2_CLK_APB0_SSP0_STAT_RUN_Pos                       0                                                         /*!< CCU2 CLK_APB0_SSP0_STAT: RUN Position */\r
-#define CCU2_CLK_APB0_SSP0_STAT_RUN_Msk                       (0x01UL << CCU2_CLK_APB0_SSP0_STAT_RUN_Pos)               /*!< CCU2 CLK_APB0_SSP0_STAT: RUN Mask   */\r
-#define CCU2_CLK_APB0_SSP0_STAT_AUTO_Pos                      1                                                         /*!< CCU2 CLK_APB0_SSP0_STAT: AUTO Position */\r
-#define CCU2_CLK_APB0_SSP0_STAT_AUTO_Msk                      (0x01UL << CCU2_CLK_APB0_SSP0_STAT_AUTO_Pos)              /*!< CCU2 CLK_APB0_SSP0_STAT: AUTO Mask  */\r
-#define CCU2_CLK_APB0_SSP0_STAT_WAKEUP_Pos                    2                                                         /*!< CCU2 CLK_APB0_SSP0_STAT: WAKEUP Position */\r
-#define CCU2_CLK_APB0_SSP0_STAT_WAKEUP_Msk                    (0x01UL << CCU2_CLK_APB0_SSP0_STAT_WAKEUP_Pos)            /*!< CCU2 CLK_APB0_SSP0_STAT: WAKEUP Mask */\r
-\r
-// ------------------------------------  CCU2_CLK_SDIO_CFG  ---------------------------------------\r
-#define CCU2_CLK_SDIO_CFG_RUN_Pos                             0                                                         /*!< CCU2 CLK_SDIO_CFG: RUN Position     */\r
-#define CCU2_CLK_SDIO_CFG_RUN_Msk                             (0x01UL << CCU2_CLK_SDIO_CFG_RUN_Pos)                     /*!< CCU2 CLK_SDIO_CFG: RUN Mask         */\r
-#define CCU2_CLK_SDIO_CFG_AUTO_Pos                            1                                                         /*!< CCU2 CLK_SDIO_CFG: AUTO Position    */\r
-#define CCU2_CLK_SDIO_CFG_AUTO_Msk                            (0x01UL << CCU2_CLK_SDIO_CFG_AUTO_Pos)                    /*!< CCU2 CLK_SDIO_CFG: AUTO Mask        */\r
-#define CCU2_CLK_SDIO_CFG_WAKEUP_Pos                          2                                                         /*!< CCU2 CLK_SDIO_CFG: WAKEUP Position  */\r
-#define CCU2_CLK_SDIO_CFG_WAKEUP_Msk                          (0x01UL << CCU2_CLK_SDIO_CFG_WAKEUP_Pos)                  /*!< CCU2 CLK_SDIO_CFG: WAKEUP Mask      */\r
-\r
-// -----------------------------------  CCU2_CLK_SDIO_STAT  ---------------------------------------\r
-#define CCU2_CLK_SDIO_STAT_RUN_Pos                            0                                                         /*!< CCU2 CLK_SDIO_STAT: RUN Position    */\r
-#define CCU2_CLK_SDIO_STAT_RUN_Msk                            (0x01UL << CCU2_CLK_SDIO_STAT_RUN_Pos)                    /*!< CCU2 CLK_SDIO_STAT: RUN Mask        */\r
-#define CCU2_CLK_SDIO_STAT_AUTO_Pos                           1                                                         /*!< CCU2 CLK_SDIO_STAT: AUTO Position   */\r
-#define CCU2_CLK_SDIO_STAT_AUTO_Msk                           (0x01UL << CCU2_CLK_SDIO_STAT_AUTO_Pos)                   /*!< CCU2 CLK_SDIO_STAT: AUTO Mask       */\r
-#define CCU2_CLK_SDIO_STAT_WAKEUP_Pos                         2                                                         /*!< CCU2 CLK_SDIO_STAT: WAKEUP Position */\r
-#define CCU2_CLK_SDIO_STAT_WAKEUP_Msk                         (0x01UL << CCU2_CLK_SDIO_STAT_WAKEUP_Pos)                 /*!< CCU2 CLK_SDIO_STAT: WAKEUP Mask     */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  RGU Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -------------------------------------  RGU_RESET_CTRL0  ----------------------------------------\r
-#define RGU_RESET_CTRL0_CORE_RST_Pos                          0                                                         /*!< RGU RESET_CTRL0: CORE_RST Position  */\r
-#define RGU_RESET_CTRL0_CORE_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_CORE_RST_Pos)                  /*!< RGU RESET_CTRL0: CORE_RST Mask      */\r
-#define RGU_RESET_CTRL0_PERIPH_RST_Pos                        1                                                         /*!< RGU RESET_CTRL0: PERIPH_RST Position */\r
-#define RGU_RESET_CTRL0_PERIPH_RST_Msk                        (0x01UL << RGU_RESET_CTRL0_PERIPH_RST_Pos)                /*!< RGU RESET_CTRL0: PERIPH_RST Mask    */\r
-#define RGU_RESET_CTRL0_MASTER_RST_Pos                        2                                                         /*!< RGU RESET_CTRL0: MASTER_RST Position */\r
-#define RGU_RESET_CTRL0_MASTER_RST_Msk                        (0x01UL << RGU_RESET_CTRL0_MASTER_RST_Pos)                /*!< RGU RESET_CTRL0: MASTER_RST Mask    */\r
-#define RGU_RESET_CTRL0_WWDT_RST_Pos                          4                                                         /*!< RGU RESET_CTRL0: WWDT_RST Position  */\r
-#define RGU_RESET_CTRL0_WWDT_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_WWDT_RST_Pos)                  /*!< RGU RESET_CTRL0: WWDT_RST Mask      */\r
-#define RGU_RESET_CTRL0_CREG_RST_Pos                          5                                                         /*!< RGU RESET_CTRL0: CREG_RST Position  */\r
-#define RGU_RESET_CTRL0_CREG_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_CREG_RST_Pos)                  /*!< RGU RESET_CTRL0: CREG_RST Mask      */\r
-#define RGU_RESET_CTRL0_BUS_RST_Pos                           8                                                         /*!< RGU RESET_CTRL0: BUS_RST Position   */\r
-#define RGU_RESET_CTRL0_BUS_RST_Msk                           (0x01UL << RGU_RESET_CTRL0_BUS_RST_Pos)                   /*!< RGU RESET_CTRL0: BUS_RST Mask       */\r
-#define RGU_RESET_CTRL0_SCU_RST_Pos                           9                                                         /*!< RGU RESET_CTRL0: SCU_RST Position   */\r
-#define RGU_RESET_CTRL0_SCU_RST_Msk                           (0x01UL << RGU_RESET_CTRL0_SCU_RST_Pos)                   /*!< RGU RESET_CTRL0: SCU_RST Mask       */\r
-#define RGU_RESET_CTRL0_PINMUX_RST_Pos                        10                                                        /*!< RGU RESET_CTRL0: PINMUX_RST Position */\r
-#define RGU_RESET_CTRL0_PINMUX_RST_Msk                        (0x01UL << RGU_RESET_CTRL0_PINMUX_RST_Pos)                /*!< RGU RESET_CTRL0: PINMUX_RST Mask    */\r
-#define RGU_RESET_CTRL0_M3_RST_Pos                            13                                                        /*!< RGU RESET_CTRL0: M3_RST Position    */\r
-#define RGU_RESET_CTRL0_M3_RST_Msk                            (0x01UL << RGU_RESET_CTRL0_M3_RST_Pos)                    /*!< RGU RESET_CTRL0: M3_RST Mask        */\r
-#define RGU_RESET_CTRL0_LCD_RST_Pos                           16                                                        /*!< RGU RESET_CTRL0: LCD_RST Position   */\r
-#define RGU_RESET_CTRL0_LCD_RST_Msk                           (0x01UL << RGU_RESET_CTRL0_LCD_RST_Pos)                   /*!< RGU RESET_CTRL0: LCD_RST Mask       */\r
-#define RGU_RESET_CTRL0_USB0_RST_Pos                          17                                                        /*!< RGU RESET_CTRL0: USB0_RST Position  */\r
-#define RGU_RESET_CTRL0_USB0_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_USB0_RST_Pos)                  /*!< RGU RESET_CTRL0: USB0_RST Mask      */\r
-#define RGU_RESET_CTRL0_USB1_RST_Pos                          18                                                        /*!< RGU RESET_CTRL0: USB1_RST Position  */\r
-#define RGU_RESET_CTRL0_USB1_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_USB1_RST_Pos)                  /*!< RGU RESET_CTRL0: USB1_RST Mask      */\r
-#define RGU_RESET_CTRL0_DMA_RST_Pos                           19                                                        /*!< RGU RESET_CTRL0: DMA_RST Position   */\r
-#define RGU_RESET_CTRL0_DMA_RST_Msk                           (0x01UL << RGU_RESET_CTRL0_DMA_RST_Pos)                   /*!< RGU RESET_CTRL0: DMA_RST Mask       */\r
-#define RGU_RESET_CTRL0_SDIO_RST_Pos                          20                                                        /*!< RGU RESET_CTRL0: SDIO_RST Position  */\r
-#define RGU_RESET_CTRL0_SDIO_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_SDIO_RST_Pos)                  /*!< RGU RESET_CTRL0: SDIO_RST Mask      */\r
-#define RGU_RESET_CTRL0_EMC_RST_Pos                           21                                                        /*!< RGU RESET_CTRL0: EMC_RST Position   */\r
-#define RGU_RESET_CTRL0_EMC_RST_Msk                           (0x01UL << RGU_RESET_CTRL0_EMC_RST_Pos)                   /*!< RGU RESET_CTRL0: EMC_RST Mask       */\r
-#define RGU_RESET_CTRL0_ETHERNET_RST_Pos                      22                                                        /*!< RGU RESET_CTRL0: ETHERNET_RST Position */\r
-#define RGU_RESET_CTRL0_ETHERNET_RST_Msk                      (0x01UL << RGU_RESET_CTRL0_ETHERNET_RST_Pos)              /*!< RGU RESET_CTRL0: ETHERNET_RST Mask  */\r
-#define RGU_RESET_CTRL0_GPIO_RST_Pos                          28                                                        /*!< RGU RESET_CTRL0: GPIO_RST Position  */\r
-#define RGU_RESET_CTRL0_GPIO_RST_Msk                          (0x01UL << RGU_RESET_CTRL0_GPIO_RST_Pos)                  /*!< RGU RESET_CTRL0: GPIO_RST Mask      */\r
-\r
-// -------------------------------------  RGU_RESET_CTRL1  ----------------------------------------\r
-#define RGU_RESET_CTRL1_TIMER0_RST_Pos                        0                                                         /*!< RGU RESET_CTRL1: TIMER0_RST Position */\r
-#define RGU_RESET_CTRL1_TIMER0_RST_Msk                        (0x01UL << RGU_RESET_CTRL1_TIMER0_RST_Pos)                /*!< RGU RESET_CTRL1: TIMER0_RST Mask    */\r
-#define RGU_RESET_CTRL1_TIMER1_RST_Pos                        1                                                         /*!< RGU RESET_CTRL1: TIMER1_RST Position */\r
-#define RGU_RESET_CTRL1_TIMER1_RST_Msk                        (0x01UL << RGU_RESET_CTRL1_TIMER1_RST_Pos)                /*!< RGU RESET_CTRL1: TIMER1_RST Mask    */\r
-#define RGU_RESET_CTRL1_TIMER2_RST_Pos                        2                                                         /*!< RGU RESET_CTRL1: TIMER2_RST Position */\r
-#define RGU_RESET_CTRL1_TIMER2_RST_Msk                        (0x01UL << RGU_RESET_CTRL1_TIMER2_RST_Pos)                /*!< RGU RESET_CTRL1: TIMER2_RST Mask    */\r
-#define RGU_RESET_CTRL1_TIMER3_RST_Pos                        3                                                         /*!< RGU RESET_CTRL1: TIMER3_RST Position */\r
-#define RGU_RESET_CTRL1_TIMER3_RST_Msk                        (0x01UL << RGU_RESET_CTRL1_TIMER3_RST_Pos)                /*!< RGU RESET_CTRL1: TIMER3_RST Mask    */\r
-#define RGU_RESET_CTRL1_RITIMER_RST_Pos                       4                                                         /*!< RGU RESET_CTRL1: RITIMER_RST Position */\r
-#define RGU_RESET_CTRL1_RITIMER_RST_Msk                       (0x01UL << RGU_RESET_CTRL1_RITIMER_RST_Pos)               /*!< RGU RESET_CTRL1: RITIMER_RST Mask   */\r
-#define RGU_RESET_CTRL1_SCT_RST_Pos                           5                                                         /*!< RGU RESET_CTRL1: SCT_RST Position   */\r
-#define RGU_RESET_CTRL1_SCT_RST_Msk                           (0x01UL << RGU_RESET_CTRL1_SCT_RST_Pos)                   /*!< RGU RESET_CTRL1: SCT_RST Mask       */\r
-#define RGU_RESET_CTRL1_MOTOCONPWM_RST_Pos                    6                                                         /*!< RGU RESET_CTRL1: MOTOCONPWM_RST Position */\r
-#define RGU_RESET_CTRL1_MOTOCONPWM_RST_Msk                    (0x01UL << RGU_RESET_CTRL1_MOTOCONPWM_RST_Pos)            /*!< RGU RESET_CTRL1: MOTOCONPWM_RST Mask */\r
-#define RGU_RESET_CTRL1_QEI_RST_Pos                           7                                                         /*!< RGU RESET_CTRL1: QEI_RST Position   */\r
-#define RGU_RESET_CTRL1_QEI_RST_Msk                           (0x01UL << RGU_RESET_CTRL1_QEI_RST_Pos)                   /*!< RGU RESET_CTRL1: QEI_RST Mask       */\r
-#define RGU_RESET_CTRL1_ADC0_RST_Pos                          8                                                         /*!< RGU RESET_CTRL1: ADC0_RST Position  */\r
-#define RGU_RESET_CTRL1_ADC0_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_ADC0_RST_Pos)                  /*!< RGU RESET_CTRL1: ADC0_RST Mask      */\r
-#define RGU_RESET_CTRL1_ADC1_RST_Pos                          9                                                         /*!< RGU RESET_CTRL1: ADC1_RST Position  */\r
-#define RGU_RESET_CTRL1_ADC1_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_ADC1_RST_Pos)                  /*!< RGU RESET_CTRL1: ADC1_RST Mask      */\r
-#define RGU_RESET_CTRL1_DAC_RST_Pos                           10                                                        /*!< RGU RESET_CTRL1: DAC_RST Position   */\r
-#define RGU_RESET_CTRL1_DAC_RST_Msk                           (0x01UL << RGU_RESET_CTRL1_DAC_RST_Pos)                   /*!< RGU RESET_CTRL1: DAC_RST Mask       */\r
-#define RGU_RESET_CTRL1_UART0_RST_Pos                         12                                                        /*!< RGU RESET_CTRL1: UART0_RST Position */\r
-#define RGU_RESET_CTRL1_UART0_RST_Msk                         (0x01UL << RGU_RESET_CTRL1_UART0_RST_Pos)                 /*!< RGU RESET_CTRL1: UART0_RST Mask     */\r
-#define RGU_RESET_CTRL1_UART1_RST_Pos                         13                                                        /*!< RGU RESET_CTRL1: UART1_RST Position */\r
-#define RGU_RESET_CTRL1_UART1_RST_Msk                         (0x01UL << RGU_RESET_CTRL1_UART1_RST_Pos)                 /*!< RGU RESET_CTRL1: UART1_RST Mask     */\r
-#define RGU_RESET_CTRL1_UART2_RST_Pos                         14                                                        /*!< RGU RESET_CTRL1: UART2_RST Position */\r
-#define RGU_RESET_CTRL1_UART2_RST_Msk                         (0x01UL << RGU_RESET_CTRL1_UART2_RST_Pos)                 /*!< RGU RESET_CTRL1: UART2_RST Mask     */\r
-#define RGU_RESET_CTRL1_UART3_RST_Pos                         15                                                        /*!< RGU RESET_CTRL1: UART3_RST Position */\r
-#define RGU_RESET_CTRL1_UART3_RST_Msk                         (0x01UL << RGU_RESET_CTRL1_UART3_RST_Pos)                 /*!< RGU RESET_CTRL1: UART3_RST Mask     */\r
-#define RGU_RESET_CTRL1_I2C0_RST_Pos                          16                                                        /*!< RGU RESET_CTRL1: I2C0_RST Position  */\r
-#define RGU_RESET_CTRL1_I2C0_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_I2C0_RST_Pos)                  /*!< RGU RESET_CTRL1: I2C0_RST Mask      */\r
-#define RGU_RESET_CTRL1_I2C1_RST_Pos                          17                                                        /*!< RGU RESET_CTRL1: I2C1_RST Position  */\r
-#define RGU_RESET_CTRL1_I2C1_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_I2C1_RST_Pos)                  /*!< RGU RESET_CTRL1: I2C1_RST Mask      */\r
-#define RGU_RESET_CTRL1_SSP0_RST_Pos                          18                                                        /*!< RGU RESET_CTRL1: SSP0_RST Position  */\r
-#define RGU_RESET_CTRL1_SSP0_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_SSP0_RST_Pos)                  /*!< RGU RESET_CTRL1: SSP0_RST Mask      */\r
-#define RGU_RESET_CTRL1_SSP1_RST_Pos                          19                                                        /*!< RGU RESET_CTRL1: SSP1_RST Position  */\r
-#define RGU_RESET_CTRL1_SSP1_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_SSP1_RST_Pos)                  /*!< RGU RESET_CTRL1: SSP1_RST Mask      */\r
-#define RGU_RESET_CTRL1_I2S_RST_Pos                           20                                                        /*!< RGU RESET_CTRL1: I2S_RST Position   */\r
-#define RGU_RESET_CTRL1_I2S_RST_Msk                           (0x01UL << RGU_RESET_CTRL1_I2S_RST_Pos)                   /*!< RGU RESET_CTRL1: I2S_RST Mask       */\r
-#define RGU_RESET_CTRL1_SPIFI_RST_Pos                         21                                                        /*!< RGU RESET_CTRL1: SPIFI_RST Position */\r
-#define RGU_RESET_CTRL1_SPIFI_RST_Msk                         (0x01UL << RGU_RESET_CTRL1_SPIFI_RST_Pos)                 /*!< RGU RESET_CTRL1: SPIFI_RST Mask     */\r
-#define RGU_RESET_CTRL1_CAN1_RST_Pos                          22                                                        /*!< RGU RESET_CTRL1: CAN1_RST Position  */\r
-#define RGU_RESET_CTRL1_CAN1_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_CAN1_RST_Pos)                  /*!< RGU RESET_CTRL1: CAN1_RST Mask      */\r
-#define RGU_RESET_CTRL1_CAN0_RST_Pos                          23                                                        /*!< RGU RESET_CTRL1: CAN0_RST Position  */\r
-#define RGU_RESET_CTRL1_CAN0_RST_Msk                          (0x01UL << RGU_RESET_CTRL1_CAN0_RST_Pos)                  /*!< RGU RESET_CTRL1: CAN0_RST Mask      */\r
-\r
-// ------------------------------------  RGU_RESET_STATUS0  ---------------------------------------\r
-#define RGU_RESET_STATUS0_CORE_RST_Pos                        0                                                         /*!< RGU RESET_STATUS0: CORE_RST Position */\r
-#define RGU_RESET_STATUS0_CORE_RST_Msk                        (0x03UL << RGU_RESET_STATUS0_CORE_RST_Pos)                /*!< RGU RESET_STATUS0: CORE_RST Mask    */\r
-#define RGU_RESET_STATUS0_PERIPH_RST_Pos                      2                                                         /*!< RGU RESET_STATUS0: PERIPH_RST Position */\r
-#define RGU_RESET_STATUS0_PERIPH_RST_Msk                      (0x03UL << RGU_RESET_STATUS0_PERIPH_RST_Pos)              /*!< RGU RESET_STATUS0: PERIPH_RST Mask  */\r
-#define RGU_RESET_STATUS0_MASTER_RST_Pos                      4                                                         /*!< RGU RESET_STATUS0: MASTER_RST Position */\r
-#define RGU_RESET_STATUS0_MASTER_RST_Msk                      (0x03UL << RGU_RESET_STATUS0_MASTER_RST_Pos)              /*!< RGU RESET_STATUS0: MASTER_RST Mask  */\r
-#define RGU_RESET_STATUS0_WWDT_RST_Pos                        8                                                         /*!< RGU RESET_STATUS0: WWDT_RST Position */\r
-#define RGU_RESET_STATUS0_WWDT_RST_Msk                        (0x03UL << RGU_RESET_STATUS0_WWDT_RST_Pos)                /*!< RGU RESET_STATUS0: WWDT_RST Mask    */\r
-#define RGU_RESET_STATUS0_CREG_RST_Pos                        10                                                        /*!< RGU RESET_STATUS0: CREG_RST Position */\r
-#define RGU_RESET_STATUS0_CREG_RST_Msk                        (0x03UL << RGU_RESET_STATUS0_CREG_RST_Pos)                /*!< RGU RESET_STATUS0: CREG_RST Mask    */\r
-#define RGU_RESET_STATUS0_BUS_RST_Pos                         16                                                        /*!< RGU RESET_STATUS0: BUS_RST Position */\r
-#define RGU_RESET_STATUS0_BUS_RST_Msk                         (0x03UL << RGU_RESET_STATUS0_BUS_RST_Pos)                 /*!< RGU RESET_STATUS0: BUS_RST Mask     */\r
-#define RGU_RESET_STATUS0_SCU_RST_Pos                         18                                                        /*!< RGU RESET_STATUS0: SCU_RST Position */\r
-#define RGU_RESET_STATUS0_SCU_RST_Msk                         (0x03UL << RGU_RESET_STATUS0_SCU_RST_Pos)                 /*!< RGU RESET_STATUS0: SCU_RST Mask     */\r
-#define RGU_RESET_STATUS0_M3_RST_Pos                          26                                                        /*!< RGU RESET_STATUS0: M3_RST Position  */\r
-#define RGU_RESET_STATUS0_M3_RST_Msk                          (0x03UL << RGU_RESET_STATUS0_M3_RST_Pos)                  /*!< RGU RESET_STATUS0: M3_RST Mask      */\r
-\r
-// ------------------------------------  RGU_RESET_STATUS1  ---------------------------------------\r
-#define RGU_RESET_STATUS1_LCD_RST_Pos                         0                                                         /*!< RGU RESET_STATUS1: LCD_RST Position */\r
-#define RGU_RESET_STATUS1_LCD_RST_Msk                         (0x03UL << RGU_RESET_STATUS1_LCD_RST_Pos)                 /*!< RGU RESET_STATUS1: LCD_RST Mask     */\r
-#define RGU_RESET_STATUS1_USB0_RST_Pos                        2                                                         /*!< RGU RESET_STATUS1: USB0_RST Position */\r
-#define RGU_RESET_STATUS1_USB0_RST_Msk                        (0x03UL << RGU_RESET_STATUS1_USB0_RST_Pos)                /*!< RGU RESET_STATUS1: USB0_RST Mask    */\r
-#define RGU_RESET_STATUS1_USB1_RST_Pos                        4                                                         /*!< RGU RESET_STATUS1: USB1_RST Position */\r
-#define RGU_RESET_STATUS1_USB1_RST_Msk                        (0x03UL << RGU_RESET_STATUS1_USB1_RST_Pos)                /*!< RGU RESET_STATUS1: USB1_RST Mask    */\r
-#define RGU_RESET_STATUS1_DMA_RST_Pos                         6                                                         /*!< RGU RESET_STATUS1: DMA_RST Position */\r
-#define RGU_RESET_STATUS1_DMA_RST_Msk                         (0x03UL << RGU_RESET_STATUS1_DMA_RST_Pos)                 /*!< RGU RESET_STATUS1: DMA_RST Mask     */\r
-#define RGU_RESET_STATUS1_SDIO_RST_Pos                        8                                                         /*!< RGU RESET_STATUS1: SDIO_RST Position */\r
-#define RGU_RESET_STATUS1_SDIO_RST_Msk                        (0x03UL << RGU_RESET_STATUS1_SDIO_RST_Pos)                /*!< RGU RESET_STATUS1: SDIO_RST Mask    */\r
-#define RGU_RESET_STATUS1_EMC_RST_Pos                         10                                                        /*!< RGU RESET_STATUS1: EMC_RST Position */\r
-#define RGU_RESET_STATUS1_EMC_RST_Msk                         (0x03UL << RGU_RESET_STATUS1_EMC_RST_Pos)                 /*!< RGU RESET_STATUS1: EMC_RST Mask     */\r
-#define RGU_RESET_STATUS1_ETHERNET_RST_Pos                    12                                                        /*!< RGU RESET_STATUS1: ETHERNET_RST Position */\r
-#define RGU_RESET_STATUS1_ETHERNET_RST_Msk                    (0x03UL << RGU_RESET_STATUS1_ETHERNET_RST_Pos)            /*!< RGU RESET_STATUS1: ETHERNET_RST Mask */\r
-#define RGU_RESET_STATUS1_GPIO_RST_Pos                        24                                                        /*!< RGU RESET_STATUS1: GPIO_RST Position */\r
-#define RGU_RESET_STATUS1_GPIO_RST_Msk                        (0x03UL << RGU_RESET_STATUS1_GPIO_RST_Pos)                /*!< RGU RESET_STATUS1: GPIO_RST Mask    */\r
-\r
-// ------------------------------------  RGU_RESET_STATUS2  ---------------------------------------\r
-#define RGU_RESET_STATUS2_TIMER0_RST_Pos                      0                                                         /*!< RGU RESET_STATUS2: TIMER0_RST Position */\r
-#define RGU_RESET_STATUS2_TIMER0_RST_Msk                      (0x03UL << RGU_RESET_STATUS2_TIMER0_RST_Pos)              /*!< RGU RESET_STATUS2: TIMER0_RST Mask  */\r
-#define RGU_RESET_STATUS2_TIMER1_RST_Pos                      2                                                         /*!< RGU RESET_STATUS2: TIMER1_RST Position */\r
-#define RGU_RESET_STATUS2_TIMER1_RST_Msk                      (0x03UL << RGU_RESET_STATUS2_TIMER1_RST_Pos)              /*!< RGU RESET_STATUS2: TIMER1_RST Mask  */\r
-#define RGU_RESET_STATUS2_TIMER2_RST_Pos                      4                                                         /*!< RGU RESET_STATUS2: TIMER2_RST Position */\r
-#define RGU_RESET_STATUS2_TIMER2_RST_Msk                      (0x03UL << RGU_RESET_STATUS2_TIMER2_RST_Pos)              /*!< RGU RESET_STATUS2: TIMER2_RST Mask  */\r
-#define RGU_RESET_STATUS2_TIMER3_RST_Pos                      6                                                         /*!< RGU RESET_STATUS2: TIMER3_RST Position */\r
-#define RGU_RESET_STATUS2_TIMER3_RST_Msk                      (0x03UL << RGU_RESET_STATUS2_TIMER3_RST_Pos)              /*!< RGU RESET_STATUS2: TIMER3_RST Mask  */\r
-#define RGU_RESET_STATUS2_RITIMER_RST_Pos                     8                                                         /*!< RGU RESET_STATUS2: RITIMER_RST Position */\r
-#define RGU_RESET_STATUS2_RITIMER_RST_Msk                     (0x03UL << RGU_RESET_STATUS2_RITIMER_RST_Pos)             /*!< RGU RESET_STATUS2: RITIMER_RST Mask */\r
-#define RGU_RESET_STATUS2_SCT_RST_Pos                         10                                                        /*!< RGU RESET_STATUS2: SCT_RST Position */\r
-#define RGU_RESET_STATUS2_SCT_RST_Msk                         (0x03UL << RGU_RESET_STATUS2_SCT_RST_Pos)                 /*!< RGU RESET_STATUS2: SCT_RST Mask     */\r
-#define RGU_RESET_STATUS2_MOTOCONPWM_RST_Pos                  12                                                        /*!< RGU RESET_STATUS2: MOTOCONPWM_RST Position */\r
-#define RGU_RESET_STATUS2_MOTOCONPWM_RST_Msk                  (0x03UL << RGU_RESET_STATUS2_MOTOCONPWM_RST_Pos)          /*!< RGU RESET_STATUS2: MOTOCONPWM_RST Mask */\r
-#define RGU_RESET_STATUS2_QEI_RST_Pos                         14                                                        /*!< RGU RESET_STATUS2: QEI_RST Position */\r
-#define RGU_RESET_STATUS2_QEI_RST_Msk                         (0x03UL << RGU_RESET_STATUS2_QEI_RST_Pos)                 /*!< RGU RESET_STATUS2: QEI_RST Mask     */\r
-#define RGU_RESET_STATUS2_ADC0_RST_Pos                        16                                                        /*!< RGU RESET_STATUS2: ADC0_RST Position */\r
-#define RGU_RESET_STATUS2_ADC0_RST_Msk                        (0x03UL << RGU_RESET_STATUS2_ADC0_RST_Pos)                /*!< RGU RESET_STATUS2: ADC0_RST Mask    */\r
-#define RGU_RESET_STATUS2_ADC1_RST_Pos                        18                                                        /*!< RGU RESET_STATUS2: ADC1_RST Position */\r
-#define RGU_RESET_STATUS2_ADC1_RST_Msk                        (0x03UL << RGU_RESET_STATUS2_ADC1_RST_Pos)                /*!< RGU RESET_STATUS2: ADC1_RST Mask    */\r
-#define RGU_RESET_STATUS2_DAC_RST_Pos                         20                                                        /*!< RGU RESET_STATUS2: DAC_RST Position */\r
-#define RGU_RESET_STATUS2_DAC_RST_Msk                         (0x03UL << RGU_RESET_STATUS2_DAC_RST_Pos)                 /*!< RGU RESET_STATUS2: DAC_RST Mask     */\r
-#define RGU_RESET_STATUS2_UART0_RST_Pos                       24                                                        /*!< RGU RESET_STATUS2: UART0_RST Position */\r
-#define RGU_RESET_STATUS2_UART0_RST_Msk                       (0x03UL << RGU_RESET_STATUS2_UART0_RST_Pos)               /*!< RGU RESET_STATUS2: UART0_RST Mask   */\r
-#define RGU_RESET_STATUS2_UART1_RST_Pos                       26                                                        /*!< RGU RESET_STATUS2: UART1_RST Position */\r
-#define RGU_RESET_STATUS2_UART1_RST_Msk                       (0x03UL << RGU_RESET_STATUS2_UART1_RST_Pos)               /*!< RGU RESET_STATUS2: UART1_RST Mask   */\r
-#define RGU_RESET_STATUS2_UART2_RST_Pos                       28                                                        /*!< RGU RESET_STATUS2: UART2_RST Position */\r
-#define RGU_RESET_STATUS2_UART2_RST_Msk                       (0x03UL << RGU_RESET_STATUS2_UART2_RST_Pos)               /*!< RGU RESET_STATUS2: UART2_RST Mask   */\r
-#define RGU_RESET_STATUS2_UART3_RST_Pos                       30                                                        /*!< RGU RESET_STATUS2: UART3_RST Position */\r
-#define RGU_RESET_STATUS2_UART3_RST_Msk                       (0x03UL << RGU_RESET_STATUS2_UART3_RST_Pos)               /*!< RGU RESET_STATUS2: UART3_RST Mask   */\r
-\r
-// ------------------------------------  RGU_RESET_STATUS3  ---------------------------------------\r
-#define RGU_RESET_STATUS3_I2C0_RST_Pos                        0                                                         /*!< RGU RESET_STATUS3: I2C0_RST Position */\r
-#define RGU_RESET_STATUS3_I2C0_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_I2C0_RST_Pos)                /*!< RGU RESET_STATUS3: I2C0_RST Mask    */\r
-#define RGU_RESET_STATUS3_I2C1_RST_Pos                        2                                                         /*!< RGU RESET_STATUS3: I2C1_RST Position */\r
-#define RGU_RESET_STATUS3_I2C1_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_I2C1_RST_Pos)                /*!< RGU RESET_STATUS3: I2C1_RST Mask    */\r
-#define RGU_RESET_STATUS3_SSP0_RST_Pos                        4                                                         /*!< RGU RESET_STATUS3: SSP0_RST Position */\r
-#define RGU_RESET_STATUS3_SSP0_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_SSP0_RST_Pos)                /*!< RGU RESET_STATUS3: SSP0_RST Mask    */\r
-#define RGU_RESET_STATUS3_SSP1_RST_Pos                        6                                                         /*!< RGU RESET_STATUS3: SSP1_RST Position */\r
-#define RGU_RESET_STATUS3_SSP1_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_SSP1_RST_Pos)                /*!< RGU RESET_STATUS3: SSP1_RST Mask    */\r
-#define RGU_RESET_STATUS3_I2S_RST_Pos                         8                                                         /*!< RGU RESET_STATUS3: I2S_RST Position */\r
-#define RGU_RESET_STATUS3_I2S_RST_Msk                         (0x03UL << RGU_RESET_STATUS3_I2S_RST_Pos)                 /*!< RGU RESET_STATUS3: I2S_RST Mask     */\r
-#define RGU_RESET_STATUS3_SPIFI_RST_Pos                       10                                                        /*!< RGU RESET_STATUS3: SPIFI_RST Position */\r
-#define RGU_RESET_STATUS3_SPIFI_RST_Msk                       (0x03UL << RGU_RESET_STATUS3_SPIFI_RST_Pos)               /*!< RGU RESET_STATUS3: SPIFI_RST Mask   */\r
-#define RGU_RESET_STATUS3_CAN1_RST_Pos                        12                                                        /*!< RGU RESET_STATUS3: CAN1_RST Position */\r
-#define RGU_RESET_STATUS3_CAN1_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_CAN1_RST_Pos)                /*!< RGU RESET_STATUS3: CAN1_RST Mask    */\r
-#define RGU_RESET_STATUS3_CAN0_RST_Pos                        14                                                        /*!< RGU RESET_STATUS3: CAN0_RST Position */\r
-#define RGU_RESET_STATUS3_CAN0_RST_Msk                        (0x03UL << RGU_RESET_STATUS3_CAN0_RST_Pos)                /*!< RGU RESET_STATUS3: CAN0_RST Mask    */\r
-\r
-// --------------------------------  RGU_RESET_ACTIVE_STATUS0  ------------------------------------\r
-#define RGU_RESET_ACTIVE_STATUS0_CORE_RST_Pos                 0                                                         /*!< RGU RESET_ACTIVE_STATUS0: CORE_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_CORE_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_CORE_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: CORE_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_PERIPH_RST_Pos               1                                                         /*!< RGU RESET_ACTIVE_STATUS0: PERIPH_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_PERIPH_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS0_PERIPH_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS0: PERIPH_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_MASTER_RST_Pos               2                                                         /*!< RGU RESET_ACTIVE_STATUS0: MASTER_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_MASTER_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS0_MASTER_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS0: MASTER_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_WWDT_RST_Pos                 4                                                         /*!< RGU RESET_ACTIVE_STATUS0: WWDT_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_WWDT_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_WWDT_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: WWDT_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_CREG_RST_Pos                 5                                                         /*!< RGU RESET_ACTIVE_STATUS0: CREG_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_CREG_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_CREG_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: CREG_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_BUS_RST_Pos                  8                                                         /*!< RGU RESET_ACTIVE_STATUS0: BUS_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_BUS_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS0_BUS_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS0: BUS_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_SCU_RST_Pos                  9                                                         /*!< RGU RESET_ACTIVE_STATUS0: SCU_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_SCU_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS0_SCU_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS0: SCU_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_PINMUX_RST_Pos               10                                                        /*!< RGU RESET_ACTIVE_STATUS0: PINMUX_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_PINMUX_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS0_PINMUX_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS0: PINMUX_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_M3_RST_Pos                   13                                                        /*!< RGU RESET_ACTIVE_STATUS0: M3_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_M3_RST_Msk                   (0x01UL << RGU_RESET_ACTIVE_STATUS0_M3_RST_Pos)           /*!< RGU RESET_ACTIVE_STATUS0: M3_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_LCD_RST_Pos                  16                                                        /*!< RGU RESET_ACTIVE_STATUS0: LCD_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_LCD_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS0_LCD_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS0: LCD_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_USB0_RST_Pos                 17                                                        /*!< RGU RESET_ACTIVE_STATUS0: USB0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_USB0_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_USB0_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: USB0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_USB1_RST_Pos                 18                                                        /*!< RGU RESET_ACTIVE_STATUS0: USB1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_USB1_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_USB1_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: USB1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_DMA_RST_Pos                  19                                                        /*!< RGU RESET_ACTIVE_STATUS0: DMA_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_DMA_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS0_DMA_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS0: DMA_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_SDIO_RST_Pos                 20                                                        /*!< RGU RESET_ACTIVE_STATUS0: SDIO_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_SDIO_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_SDIO_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: SDIO_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_EMC_RST_Pos                  21                                                        /*!< RGU RESET_ACTIVE_STATUS0: EMC_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_EMC_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS0_EMC_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS0: EMC_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_ETHERNET_RST_Pos             22                                                        /*!< RGU RESET_ACTIVE_STATUS0: ETHERNET_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_ETHERNET_RST_Msk             (0x01UL << RGU_RESET_ACTIVE_STATUS0_ETHERNET_RST_Pos)     /*!< RGU RESET_ACTIVE_STATUS0: ETHERNET_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS0_GPIO_RST_Pos                 28                                                        /*!< RGU RESET_ACTIVE_STATUS0: GPIO_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS0_GPIO_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS0_GPIO_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS0: GPIO_RST Mask */\r
-\r
-// --------------------------------  RGU_RESET_ACTIVE_STATUS1  ------------------------------------\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER0_RST_Pos               0                                                         /*!< RGU RESET_ACTIVE_STATUS1: TIMER0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER0_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS1_TIMER0_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS1: TIMER0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER1_RST_Pos               1                                                         /*!< RGU RESET_ACTIVE_STATUS1: TIMER1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER1_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS1_TIMER1_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS1: TIMER1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER2_RST_Pos               2                                                         /*!< RGU RESET_ACTIVE_STATUS1: TIMER2_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER2_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS1_TIMER2_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS1: TIMER2_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER3_RST_Pos               3                                                         /*!< RGU RESET_ACTIVE_STATUS1: TIMER3_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_TIMER3_RST_Msk               (0x01UL << RGU_RESET_ACTIVE_STATUS1_TIMER3_RST_Pos)       /*!< RGU RESET_ACTIVE_STATUS1: TIMER3_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_RITIMER_RST_Pos              4                                                         /*!< RGU RESET_ACTIVE_STATUS1: RITIMER_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_RITIMER_RST_Msk              (0x01UL << RGU_RESET_ACTIVE_STATUS1_RITIMER_RST_Pos)      /*!< RGU RESET_ACTIVE_STATUS1: RITIMER_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_SCT_RST_Pos                  5                                                         /*!< RGU RESET_ACTIVE_STATUS1: SCT_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_SCT_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS1_SCT_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS1: SCT_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_MOTOCONPWM_RST_Pos           6                                                         /*!< RGU RESET_ACTIVE_STATUS1: MOTOCONPWM_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_MOTOCONPWM_RST_Msk           (0x01UL << RGU_RESET_ACTIVE_STATUS1_MOTOCONPWM_RST_Pos)   /*!< RGU RESET_ACTIVE_STATUS1: MOTOCONPWM_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_QEI_RST_Pos                  7                                                         /*!< RGU RESET_ACTIVE_STATUS1: QEI_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_QEI_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS1_QEI_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS1: QEI_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_ADC0_RST_Pos                 8                                                         /*!< RGU RESET_ACTIVE_STATUS1: ADC0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_ADC0_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_ADC0_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: ADC0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_ADC1_RST_Pos                 9                                                         /*!< RGU RESET_ACTIVE_STATUS1: ADC1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_ADC1_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_ADC1_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: ADC1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_DAC_RST_Pos                  10                                                        /*!< RGU RESET_ACTIVE_STATUS1: DAC_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_DAC_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS1_DAC_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS1: DAC_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART0_RST_Pos                12                                                        /*!< RGU RESET_ACTIVE_STATUS1: UART0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART0_RST_Msk                (0x01UL << RGU_RESET_ACTIVE_STATUS1_UART0_RST_Pos)        /*!< RGU RESET_ACTIVE_STATUS1: UART0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART1_RST_Pos                13                                                        /*!< RGU RESET_ACTIVE_STATUS1: UART1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART1_RST_Msk                (0x01UL << RGU_RESET_ACTIVE_STATUS1_UART1_RST_Pos)        /*!< RGU RESET_ACTIVE_STATUS1: UART1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART2_RST_Pos                14                                                        /*!< RGU RESET_ACTIVE_STATUS1: UART2_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART2_RST_Msk                (0x01UL << RGU_RESET_ACTIVE_STATUS1_UART2_RST_Pos)        /*!< RGU RESET_ACTIVE_STATUS1: UART2_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART3_RST_Pos                15                                                        /*!< RGU RESET_ACTIVE_STATUS1: UART3_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_UART3_RST_Msk                (0x01UL << RGU_RESET_ACTIVE_STATUS1_UART3_RST_Pos)        /*!< RGU RESET_ACTIVE_STATUS1: UART3_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2C0_RST_Pos                 16                                                        /*!< RGU RESET_ACTIVE_STATUS1: I2C0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2C0_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_I2C0_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: I2C0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2C1_RST_Pos                 17                                                        /*!< RGU RESET_ACTIVE_STATUS1: I2C1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2C1_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_I2C1_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: I2C1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_SSP0_RST_Pos                 18                                                        /*!< RGU RESET_ACTIVE_STATUS1: SSP0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_SSP0_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_SSP0_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: SSP0_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_SSP1_RST_Pos                 19                                                        /*!< RGU RESET_ACTIVE_STATUS1: SSP1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_SSP1_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_SSP1_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: SSP1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2S_RST_Pos                  20                                                        /*!< RGU RESET_ACTIVE_STATUS1: I2S_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_I2S_RST_Msk                  (0x01UL << RGU_RESET_ACTIVE_STATUS1_I2S_RST_Pos)          /*!< RGU RESET_ACTIVE_STATUS1: I2S_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_SPIFI_RST_Pos                21                                                        /*!< RGU RESET_ACTIVE_STATUS1: SPIFI_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_SPIFI_RST_Msk                (0x01UL << RGU_RESET_ACTIVE_STATUS1_SPIFI_RST_Pos)        /*!< RGU RESET_ACTIVE_STATUS1: SPIFI_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_CAN1_RST_Pos                 22                                                        /*!< RGU RESET_ACTIVE_STATUS1: CAN1_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_CAN1_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_CAN1_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: CAN1_RST Mask */\r
-#define RGU_RESET_ACTIVE_STATUS1_CAN0_RST_Pos                 23                                                        /*!< RGU RESET_ACTIVE_STATUS1: CAN0_RST Position */\r
-#define RGU_RESET_ACTIVE_STATUS1_CAN0_RST_Msk                 (0x01UL << RGU_RESET_ACTIVE_STATUS1_CAN0_RST_Pos)         /*!< RGU RESET_ACTIVE_STATUS1: CAN0_RST Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT0  --------------------------------------\r
-#define RGU_RESET_EXT_STAT0_EXT_RESET_Pos                     0                                                         /*!< RGU RESET_EXT_STAT0: EXT_RESET Position */\r
-#define RGU_RESET_EXT_STAT0_EXT_RESET_Msk                     (0x01UL << RGU_RESET_EXT_STAT0_EXT_RESET_Pos)             /*!< RGU RESET_EXT_STAT0: EXT_RESET Mask */\r
-#define RGU_RESET_EXT_STAT0_BOD_RESET_Pos                     4                                                         /*!< RGU RESET_EXT_STAT0: BOD_RESET Position */\r
-#define RGU_RESET_EXT_STAT0_BOD_RESET_Msk                     (0x01UL << RGU_RESET_EXT_STAT0_BOD_RESET_Pos)             /*!< RGU RESET_EXT_STAT0: BOD_RESET Mask */\r
-#define RGU_RESET_EXT_STAT0_WWDT_RESET_Pos                    5                                                         /*!< RGU RESET_EXT_STAT0: WWDT_RESET Position */\r
-#define RGU_RESET_EXT_STAT0_WWDT_RESET_Msk                    (0x01UL << RGU_RESET_EXT_STAT0_WWDT_RESET_Pos)            /*!< RGU RESET_EXT_STAT0: WWDT_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT1  --------------------------------------\r
-#define RGU_RESET_EXT_STAT1_CORE_RESET_Pos                    1                                                         /*!< RGU RESET_EXT_STAT1: CORE_RESET Position */\r
-#define RGU_RESET_EXT_STAT1_CORE_RESET_Msk                    (0x01UL << RGU_RESET_EXT_STAT1_CORE_RESET_Pos)            /*!< RGU RESET_EXT_STAT1: CORE_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT2  --------------------------------------\r
-#define RGU_RESET_EXT_STAT2_PERIPHERAL_RESET_Pos              2                                                         /*!< RGU RESET_EXT_STAT2: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT2_PERIPHERAL_RESET_Msk              (0x01UL << RGU_RESET_EXT_STAT2_PERIPHERAL_RESET_Pos)      /*!< RGU RESET_EXT_STAT2: PERIPHERAL_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT4  --------------------------------------\r
-#define RGU_RESET_EXT_STAT4_CORE_RESET_Pos                    1                                                         /*!< RGU RESET_EXT_STAT4: CORE_RESET Position */\r
-#define RGU_RESET_EXT_STAT4_CORE_RESET_Msk                    (0x01UL << RGU_RESET_EXT_STAT4_CORE_RESET_Pos)            /*!< RGU RESET_EXT_STAT4: CORE_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT5  --------------------------------------\r
-#define RGU_RESET_EXT_STAT5_CORE_RESET_Pos                    1                                                         /*!< RGU RESET_EXT_STAT5: CORE_RESET Position */\r
-#define RGU_RESET_EXT_STAT5_CORE_RESET_Msk                    (0x01UL << RGU_RESET_EXT_STAT5_CORE_RESET_Pos)            /*!< RGU RESET_EXT_STAT5: CORE_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT8  --------------------------------------\r
-#define RGU_RESET_EXT_STAT8_PERIPHERAL_RESET_Pos              2                                                         /*!< RGU RESET_EXT_STAT8: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT8_PERIPHERAL_RESET_Msk              (0x01UL << RGU_RESET_EXT_STAT8_PERIPHERAL_RESET_Pos)      /*!< RGU RESET_EXT_STAT8: PERIPHERAL_RESET Mask */\r
-\r
-// -----------------------------------  RGU_RESET_EXT_STAT9  --------------------------------------\r
-#define RGU_RESET_EXT_STAT9_PERIPHERAL_RESET_Pos              2                                                         /*!< RGU RESET_EXT_STAT9: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT9_PERIPHERAL_RESET_Msk              (0x01UL << RGU_RESET_EXT_STAT9_PERIPHERAL_RESET_Pos)      /*!< RGU RESET_EXT_STAT9: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT13  --------------------------------------\r
-#define RGU_RESET_EXT_STAT13_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT13: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT13_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT13_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT13: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT16  --------------------------------------\r
-#define RGU_RESET_EXT_STAT16_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT16: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT16_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT16_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT16: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT17  --------------------------------------\r
-#define RGU_RESET_EXT_STAT17_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT17: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT17_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT17_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT17: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT18  --------------------------------------\r
-#define RGU_RESET_EXT_STAT18_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT18: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT18_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT18_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT18: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT19  --------------------------------------\r
-#define RGU_RESET_EXT_STAT19_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT19: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT19_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT19_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT19: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT20  --------------------------------------\r
-#define RGU_RESET_EXT_STAT20_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT20: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT20_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT20_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT20: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT21  --------------------------------------\r
-#define RGU_RESET_EXT_STAT21_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT21: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT21_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT21_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT21: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT22  --------------------------------------\r
-#define RGU_RESET_EXT_STAT22_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT22: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT22_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT22_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT22: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT23  --------------------------------------\r
-#define RGU_RESET_EXT_STAT23_MASTER_RESET_Pos                 3                                                         /*!< RGU RESET_EXT_STAT23: MASTER_RESET Position */\r
-#define RGU_RESET_EXT_STAT23_MASTER_RESET_Msk                 (0x01UL << RGU_RESET_EXT_STAT23_MASTER_RESET_Pos)         /*!< RGU RESET_EXT_STAT23: MASTER_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT28  --------------------------------------\r
-#define RGU_RESET_EXT_STAT28_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT28: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT28_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT28_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT28: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT32  --------------------------------------\r
-#define RGU_RESET_EXT_STAT32_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT32: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT32_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT32_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT32: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT33  --------------------------------------\r
-#define RGU_RESET_EXT_STAT33_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT33: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT33_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT33_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT33: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT34  --------------------------------------\r
-#define RGU_RESET_EXT_STAT34_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT34: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT34_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT34_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT34: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT35  --------------------------------------\r
-#define RGU_RESET_EXT_STAT35_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT35: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT35_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT35_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT35: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT36  --------------------------------------\r
-#define RGU_RESET_EXT_STAT36_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT36: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT36_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT36_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT36: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT37  --------------------------------------\r
-#define RGU_RESET_EXT_STAT37_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT37: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT37_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT37_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT37: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT38  --------------------------------------\r
-#define RGU_RESET_EXT_STAT38_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT38: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT38_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT38_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT38: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT39  --------------------------------------\r
-#define RGU_RESET_EXT_STAT39_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT39: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT39_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT39_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT39: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT40  --------------------------------------\r
-#define RGU_RESET_EXT_STAT40_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT40: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT40_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT40_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT40: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT41  --------------------------------------\r
-#define RGU_RESET_EXT_STAT41_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT41: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT41_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT41_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT41: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT42  --------------------------------------\r
-#define RGU_RESET_EXT_STAT42_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT42: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT42_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT42_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT42: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT44  --------------------------------------\r
-#define RGU_RESET_EXT_STAT44_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT44: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT44_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT44_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT44: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT45  --------------------------------------\r
-#define RGU_RESET_EXT_STAT45_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT45: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT45_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT45_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT45: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT46  --------------------------------------\r
-#define RGU_RESET_EXT_STAT46_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT46: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT46_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT46_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT46: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT47  --------------------------------------\r
-#define RGU_RESET_EXT_STAT47_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT47: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT47_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT47_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT47: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT48  --------------------------------------\r
-#define RGU_RESET_EXT_STAT48_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT48: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT48_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT48_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT48: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT49  --------------------------------------\r
-#define RGU_RESET_EXT_STAT49_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT49: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT49_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT49_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT49: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT50  --------------------------------------\r
-#define RGU_RESET_EXT_STAT50_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT50: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT50_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT50_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT50: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT51  --------------------------------------\r
-#define RGU_RESET_EXT_STAT51_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT51: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT51_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT51_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT51: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT52  --------------------------------------\r
-#define RGU_RESET_EXT_STAT52_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT52: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT52_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT52_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT52: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT53  --------------------------------------\r
-#define RGU_RESET_EXT_STAT53_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT53: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT53_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT53_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT53: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT54  --------------------------------------\r
-#define RGU_RESET_EXT_STAT54_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT54: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT54_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT54_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT54: PERIPHERAL_RESET Mask */\r
-\r
-// ----------------------------------  RGU_RESET_EXT_STAT55  --------------------------------------\r
-#define RGU_RESET_EXT_STAT55_PERIPHERAL_RESET_Pos             2                                                         /*!< RGU RESET_EXT_STAT55: PERIPHERAL_RESET Position */\r
-#define RGU_RESET_EXT_STAT55_PERIPHERAL_RESET_Msk             (0x01UL << RGU_RESET_EXT_STAT55_PERIPHERAL_RESET_Pos)     /*!< RGU RESET_EXT_STAT55: PERIPHERAL_RESET Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 WWDT Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  WWDT_MOD  --------------------------------------------\r
-#define WWDT_MOD_WDEN_Pos                                     0                                                         /*!< WWDT MOD: WDEN Position             */\r
-#define WWDT_MOD_WDEN_Msk                                     (0x01UL << WWDT_MOD_WDEN_Pos)                             /*!< WWDT MOD: WDEN Mask                 */\r
-#define WWDT_MOD_WDRESET_Pos                                  1                                                         /*!< WWDT MOD: WDRESET Position          */\r
-#define WWDT_MOD_WDRESET_Msk                                  (0x01UL << WWDT_MOD_WDRESET_Pos)                          /*!< WWDT MOD: WDRESET Mask              */\r
-#define WWDT_MOD_WDTOF_Pos                                    2                                                         /*!< WWDT MOD: WDTOF Position            */\r
-#define WWDT_MOD_WDTOF_Msk                                    (0x01UL << WWDT_MOD_WDTOF_Pos)                            /*!< WWDT MOD: WDTOF Mask                */\r
-#define WWDT_MOD_WDINT_Pos                                    3                                                         /*!< WWDT MOD: WDINT Position            */\r
-#define WWDT_MOD_WDINT_Msk                                    (0x01UL << WWDT_MOD_WDINT_Pos)                            /*!< WWDT MOD: WDINT Mask                */\r
-#define WWDT_MOD_WDPROTECT_Pos                                4                                                         /*!< WWDT MOD: WDPROTECT Position        */\r
-#define WWDT_MOD_WDPROTECT_Msk                                (0x01UL << WWDT_MOD_WDPROTECT_Pos)                        /*!< WWDT MOD: WDPROTECT Mask            */\r
-\r
-// -----------------------------------------  WWDT_TC  --------------------------------------------\r
-#define WWDT_TC_WDTC_Pos                                      0                                                         /*!< WWDT TC: WDTC Position              */\r
-#define WWDT_TC_WDTC_Msk                                      (0x00ffffffUL << WWDT_TC_WDTC_Pos)                        /*!< WWDT TC: WDTC Mask                  */\r
-\r
-// ----------------------------------------  WWDT_FEED  -------------------------------------------\r
-#define WWDT_FEED_Feed_Pos                                    0                                                         /*!< WWDT FEED: Feed Position            */\r
-#define WWDT_FEED_Feed_Msk                                    (0x000000ffUL << WWDT_FEED_Feed_Pos)                      /*!< WWDT FEED: Feed Mask                */\r
-\r
-// -----------------------------------------  WWDT_TV  --------------------------------------------\r
-#define WWDT_TV_Count_Pos                                     0                                                         /*!< WWDT TV: Count Position             */\r
-#define WWDT_TV_Count_Msk                                     (0x00ffffffUL << WWDT_TV_Count_Pos)                       /*!< WWDT TV: Count Mask                 */\r
-\r
-// --------------------------------------  WWDT_WARNINT  ------------------------------------------\r
-#define WWDT_WARNINT_WDWARNINT_Pos                            0                                                         /*!< WWDT WARNINT: WDWARNINT Position    */\r
-#define WWDT_WARNINT_WDWARNINT_Msk                            (0x000003ffUL << WWDT_WARNINT_WDWARNINT_Pos)              /*!< WWDT WARNINT: WDWARNINT Mask        */\r
-\r
-// ---------------------------------------  WWDT_WINDOW  ------------------------------------------\r
-#define WWDT_WINDOW_WDWINDOW_Pos                              0                                                         /*!< WWDT WINDOW: WDWINDOW Position      */\r
-#define WWDT_WINDOW_WDWINDOW_Msk                              (0x00ffffffUL << WWDT_WINDOW_WDWINDOW_Pos)                /*!< WWDT WINDOW: WDWINDOW Mask          */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                USART0 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  USART0_RBR  -------------------------------------------\r
-#define USART0_RBR_RBR_Pos                                    0                                                         /*!< USART0 RBR: RBR Position            */\r
-#define USART0_RBR_RBR_Msk                                    (0x000000ffUL << USART0_RBR_RBR_Pos)                      /*!< USART0 RBR: RBR Mask                */\r
-\r
-// ---------------------------------------  USART0_THR  -------------------------------------------\r
-#define USART0_THR_THR_Pos                                    0                                                         /*!< USART0 THR: THR Position            */\r
-#define USART0_THR_THR_Msk                                    (0x000000ffUL << USART0_THR_THR_Pos)                      /*!< USART0 THR: THR Mask                */\r
-\r
-// ---------------------------------------  USART0_DLL  -------------------------------------------\r
-#define USART0_DLL_DLLSB_Pos                                  0                                                         /*!< USART0 DLL: DLLSB Position          */\r
-#define USART0_DLL_DLLSB_Msk                                  (0x000000ffUL << USART0_DLL_DLLSB_Pos)                    /*!< USART0 DLL: DLLSB Mask              */\r
-\r
-// ---------------------------------------  USART0_DLM  -------------------------------------------\r
-#define USART0_DLM_DLMSB_Pos                                  0                                                         /*!< USART0 DLM: DLMSB Position          */\r
-#define USART0_DLM_DLMSB_Msk                                  (0x000000ffUL << USART0_DLM_DLMSB_Pos)                    /*!< USART0 DLM: DLMSB Mask              */\r
-\r
-// ---------------------------------------  USART0_IER  -------------------------------------------\r
-#define USART0_IER_RBRIE_Pos                                  0                                                         /*!< USART0 IER: RBRIE Position          */\r
-#define USART0_IER_RBRIE_Msk                                  (0x01UL << USART0_IER_RBRIE_Pos)                          /*!< USART0 IER: RBRIE Mask              */\r
-#define USART0_IER_THREIE_Pos                                 1                                                         /*!< USART0 IER: THREIE Position         */\r
-#define USART0_IER_THREIE_Msk                                 (0x01UL << USART0_IER_THREIE_Pos)                         /*!< USART0 IER: THREIE Mask             */\r
-#define USART0_IER_RXIE_Pos                                   2                                                         /*!< USART0 IER: RXIE Position           */\r
-#define USART0_IER_RXIE_Msk                                   (0x01UL << USART0_IER_RXIE_Pos)                           /*!< USART0 IER: RXIE Mask               */\r
-#define USART0_IER_ABEOINTEN_Pos                              8                                                         /*!< USART0 IER: ABEOINTEN Position      */\r
-#define USART0_IER_ABEOINTEN_Msk                              (0x01UL << USART0_IER_ABEOINTEN_Pos)                      /*!< USART0 IER: ABEOINTEN Mask          */\r
-#define USART0_IER_ABTOINTEN_Pos                              9                                                         /*!< USART0 IER: ABTOINTEN Position      */\r
-#define USART0_IER_ABTOINTEN_Msk                              (0x01UL << USART0_IER_ABTOINTEN_Pos)                      /*!< USART0 IER: ABTOINTEN Mask          */\r
-\r
-// ---------------------------------------  USART0_IIR  -------------------------------------------\r
-#define USART0_IIR_INTSTATUS_Pos                              0                                                         /*!< USART0 IIR: INTSTATUS Position      */\r
-#define USART0_IIR_INTSTATUS_Msk                              (0x01UL << USART0_IIR_INTSTATUS_Pos)                      /*!< USART0 IIR: INTSTATUS Mask          */\r
-#define USART0_IIR_INTID_Pos                                  1                                                         /*!< USART0 IIR: INTID Position          */\r
-#define USART0_IIR_INTID_Msk                                  (0x07UL << USART0_IIR_INTID_Pos)                          /*!< USART0 IIR: INTID Mask              */\r
-#define USART0_IIR_FIFOENABLE_Pos                             6                                                         /*!< USART0 IIR: FIFOENABLE Position     */\r
-#define USART0_IIR_FIFOENABLE_Msk                             (0x03UL << USART0_IIR_FIFOENABLE_Pos)                     /*!< USART0 IIR: FIFOENABLE Mask         */\r
-#define USART0_IIR_ABEOINT_Pos                                8                                                         /*!< USART0 IIR: ABEOINT Position        */\r
-#define USART0_IIR_ABEOINT_Msk                                (0x01UL << USART0_IIR_ABEOINT_Pos)                        /*!< USART0 IIR: ABEOINT Mask            */\r
-#define USART0_IIR_ABTOINT_Pos                                9                                                         /*!< USART0 IIR: ABTOINT Position        */\r
-#define USART0_IIR_ABTOINT_Msk                                (0x01UL << USART0_IIR_ABTOINT_Pos)                        /*!< USART0 IIR: ABTOINT Mask            */\r
-\r
-// ---------------------------------------  USART0_FCR  -------------------------------------------\r
-#define USART0_FCR_FIFOEN_Pos                                 0                                                         /*!< USART0 FCR: FIFOEN Position         */\r
-#define USART0_FCR_FIFOEN_Msk                                 (0x01UL << USART0_FCR_FIFOEN_Pos)                         /*!< USART0 FCR: FIFOEN Mask             */\r
-#define USART0_FCR_RXFIFORES_Pos                              1                                                         /*!< USART0 FCR: RXFIFORES Position      */\r
-#define USART0_FCR_RXFIFORES_Msk                              (0x01UL << USART0_FCR_RXFIFORES_Pos)                      /*!< USART0 FCR: RXFIFORES Mask          */\r
-#define USART0_FCR_TXFIFORES_Pos                              2                                                         /*!< USART0 FCR: TXFIFORES Position      */\r
-#define USART0_FCR_TXFIFORES_Msk                              (0x01UL << USART0_FCR_TXFIFORES_Pos)                      /*!< USART0 FCR: TXFIFORES Mask          */\r
-#define USART0_FCR_DMAMODE_Pos                                3                                                         /*!< USART0 FCR: DMAMODE Position        */\r
-#define USART0_FCR_DMAMODE_Msk                                (0x01UL << USART0_FCR_DMAMODE_Pos)                        /*!< USART0 FCR: DMAMODE Mask            */\r
-#define USART0_FCR_RXTRIGLVL_Pos                              6                                                         /*!< USART0 FCR: RXTRIGLVL Position      */\r
-#define USART0_FCR_RXTRIGLVL_Msk                              (0x03UL << USART0_FCR_RXTRIGLVL_Pos)                      /*!< USART0 FCR: RXTRIGLVL Mask          */\r
-\r
-// ---------------------------------------  USART0_LCR  -------------------------------------------\r
-#define USART0_LCR_WLS_Pos                                    0                                                         /*!< USART0 LCR: WLS Position            */\r
-#define USART0_LCR_WLS_Msk                                    (0x03UL << USART0_LCR_WLS_Pos)                            /*!< USART0 LCR: WLS Mask                */\r
-#define USART0_LCR_SBS_Pos                                    2                                                         /*!< USART0 LCR: SBS Position            */\r
-#define USART0_LCR_SBS_Msk                                    (0x01UL << USART0_LCR_SBS_Pos)                            /*!< USART0 LCR: SBS Mask                */\r
-#define USART0_LCR_PE_Pos                                     3                                                         /*!< USART0 LCR: PE Position             */\r
-#define USART0_LCR_PE_Msk                                     (0x01UL << USART0_LCR_PE_Pos)                             /*!< USART0 LCR: PE Mask                 */\r
-#define USART0_LCR_PS_Pos                                     4                                                         /*!< USART0 LCR: PS Position             */\r
-#define USART0_LCR_PS_Msk                                     (0x03UL << USART0_LCR_PS_Pos)                             /*!< USART0 LCR: PS Mask                 */\r
-#define USART0_LCR_BC_Pos                                     6                                                         /*!< USART0 LCR: BC Position             */\r
-#define USART0_LCR_BC_Msk                                     (0x01UL << USART0_LCR_BC_Pos)                             /*!< USART0 LCR: BC Mask                 */\r
-#define USART0_LCR_DLAB_Pos                                   7                                                         /*!< USART0 LCR: DLAB Position           */\r
-#define USART0_LCR_DLAB_Msk                                   (0x01UL << USART0_LCR_DLAB_Pos)                           /*!< USART0 LCR: DLAB Mask               */\r
-\r
-// ---------------------------------------  USART0_LSR  -------------------------------------------\r
-#define USART0_LSR_RDR_Pos                                    0                                                         /*!< USART0 LSR: RDR Position            */\r
-#define USART0_LSR_RDR_Msk                                    (0x01UL << USART0_LSR_RDR_Pos)                            /*!< USART0 LSR: RDR Mask                */\r
-#define USART0_LSR_OE_Pos                                     1                                                         /*!< USART0 LSR: OE Position             */\r
-#define USART0_LSR_OE_Msk                                     (0x01UL << USART0_LSR_OE_Pos)                             /*!< USART0 LSR: OE Mask                 */\r
-#define USART0_LSR_PE_Pos                                     2                                                         /*!< USART0 LSR: PE Position             */\r
-#define USART0_LSR_PE_Msk                                     (0x01UL << USART0_LSR_PE_Pos)                             /*!< USART0 LSR: PE Mask                 */\r
-#define USART0_LSR_FE_Pos                                     3                                                         /*!< USART0 LSR: FE Position             */\r
-#define USART0_LSR_FE_Msk                                     (0x01UL << USART0_LSR_FE_Pos)                             /*!< USART0 LSR: FE Mask                 */\r
-#define USART0_LSR_BI_Pos                                     4                                                         /*!< USART0 LSR: BI Position             */\r
-#define USART0_LSR_BI_Msk                                     (0x01UL << USART0_LSR_BI_Pos)                             /*!< USART0 LSR: BI Mask                 */\r
-#define USART0_LSR_THRE_Pos                                   5                                                         /*!< USART0 LSR: THRE Position           */\r
-#define USART0_LSR_THRE_Msk                                   (0x01UL << USART0_LSR_THRE_Pos)                           /*!< USART0 LSR: THRE Mask               */\r
-#define USART0_LSR_TEMT_Pos                                   6                                                         /*!< USART0 LSR: TEMT Position           */\r
-#define USART0_LSR_TEMT_Msk                                   (0x01UL << USART0_LSR_TEMT_Pos)                           /*!< USART0 LSR: TEMT Mask               */\r
-#define USART0_LSR_RXFE_Pos                                   7                                                         /*!< USART0 LSR: RXFE Position           */\r
-#define USART0_LSR_RXFE_Msk                                   (0x01UL << USART0_LSR_RXFE_Pos)                           /*!< USART0 LSR: RXFE Mask               */\r
-#define USART0_LSR_TXERR_Pos                                  8                                                         /*!< USART0 LSR: TXERR Position          */\r
-#define USART0_LSR_TXERR_Msk                                  (0x01UL << USART0_LSR_TXERR_Pos)                          /*!< USART0 LSR: TXERR Mask              */\r
-\r
-// ---------------------------------------  USART0_SCR  -------------------------------------------\r
-#define USART0_SCR_PAD_Pos                                    0                                                         /*!< USART0 SCR: PAD Position            */\r
-#define USART0_SCR_PAD_Msk                                    (0x000000ffUL << USART0_SCR_PAD_Pos)                      /*!< USART0 SCR: PAD Mask                */\r
-\r
-// ---------------------------------------  USART0_ACR  -------------------------------------------\r
-#define USART0_ACR_START_Pos                                  0                                                         /*!< USART0 ACR: START Position          */\r
-#define USART0_ACR_START_Msk                                  (0x01UL << USART0_ACR_START_Pos)                          /*!< USART0 ACR: START Mask              */\r
-#define USART0_ACR_MODE_Pos                                   1                                                         /*!< USART0 ACR: MODE Position           */\r
-#define USART0_ACR_MODE_Msk                                   (0x01UL << USART0_ACR_MODE_Pos)                           /*!< USART0 ACR: MODE Mask               */\r
-#define USART0_ACR_AUTORESTART_Pos                            2                                                         /*!< USART0 ACR: AUTORESTART Position    */\r
-#define USART0_ACR_AUTORESTART_Msk                            (0x01UL << USART0_ACR_AUTORESTART_Pos)                    /*!< USART0 ACR: AUTORESTART Mask        */\r
-#define USART0_ACR_ABEOINTCLR_Pos                             8                                                         /*!< USART0 ACR: ABEOINTCLR Position     */\r
-#define USART0_ACR_ABEOINTCLR_Msk                             (0x01UL << USART0_ACR_ABEOINTCLR_Pos)                     /*!< USART0 ACR: ABEOINTCLR Mask         */\r
-#define USART0_ACR_ABTOINTCLR_Pos                             9                                                         /*!< USART0 ACR: ABTOINTCLR Position     */\r
-#define USART0_ACR_ABTOINTCLR_Msk                             (0x01UL << USART0_ACR_ABTOINTCLR_Pos)                     /*!< USART0 ACR: ABTOINTCLR Mask         */\r
-\r
-// ---------------------------------------  USART0_ICR  -------------------------------------------\r
-#define USART0_ICR_IRDAEN_Pos                                 0                                                         /*!< USART0 ICR: IRDAEN Position         */\r
-#define USART0_ICR_IRDAEN_Msk                                 (0x01UL << USART0_ICR_IRDAEN_Pos)                         /*!< USART0 ICR: IRDAEN Mask             */\r
-#define USART0_ICR_IRDAINV_Pos                                1                                                         /*!< USART0 ICR: IRDAINV Position        */\r
-#define USART0_ICR_IRDAINV_Msk                                (0x01UL << USART0_ICR_IRDAINV_Pos)                        /*!< USART0 ICR: IRDAINV Mask            */\r
-#define USART0_ICR_FIXPULSEEN_Pos                             2                                                         /*!< USART0 ICR: FIXPULSEEN Position     */\r
-#define USART0_ICR_FIXPULSEEN_Msk                             (0x01UL << USART0_ICR_FIXPULSEEN_Pos)                     /*!< USART0 ICR: FIXPULSEEN Mask         */\r
-#define USART0_ICR_PULSEDIV_Pos                               3                                                         /*!< USART0 ICR: PULSEDIV Position       */\r
-#define USART0_ICR_PULSEDIV_Msk                               (0x07UL << USART0_ICR_PULSEDIV_Pos)                       /*!< USART0 ICR: PULSEDIV Mask           */\r
-\r
-// ---------------------------------------  USART0_FDR  -------------------------------------------\r
-#define USART0_FDR_DIVADDVAL_Pos                              0                                                         /*!< USART0 FDR: DIVADDVAL Position      */\r
-#define USART0_FDR_DIVADDVAL_Msk                              (0x0fUL << USART0_FDR_DIVADDVAL_Pos)                      /*!< USART0 FDR: DIVADDVAL Mask          */\r
-#define USART0_FDR_MULVAL_Pos                                 4                                                         /*!< USART0 FDR: MULVAL Position         */\r
-#define USART0_FDR_MULVAL_Msk                                 (0x0fUL << USART0_FDR_MULVAL_Pos)                         /*!< USART0 FDR: MULVAL Mask             */\r
-\r
-// ---------------------------------------  USART0_OSR  -------------------------------------------\r
-#define USART0_OSR_OSFRAC_Pos                                 1                                                         /*!< USART0 OSR: OSFRAC Position         */\r
-#define USART0_OSR_OSFRAC_Msk                                 (0x07UL << USART0_OSR_OSFRAC_Pos)                         /*!< USART0 OSR: OSFRAC Mask             */\r
-#define USART0_OSR_OSINT_Pos                                  4                                                         /*!< USART0 OSR: OSINT Position          */\r
-#define USART0_OSR_OSINT_Msk                                  (0x0fUL << USART0_OSR_OSINT_Pos)                          /*!< USART0 OSR: OSINT Mask              */\r
-#define USART0_OSR_FDINT_Pos                                  8                                                         /*!< USART0 OSR: FDINT Position          */\r
-#define USART0_OSR_FDINT_Msk                                  (0x7fUL << USART0_OSR_FDINT_Pos)                          /*!< USART0 OSR: FDINT Mask              */\r
-\r
-// ---------------------------------------  USART0_HDEN  ------------------------------------------\r
-#define USART0_HDEN_HDEN_Pos                                  0                                                         /*!< USART0 HDEN: HDEN Position          */\r
-#define USART0_HDEN_HDEN_Msk                                  (0x01UL << USART0_HDEN_HDEN_Pos)                          /*!< USART0 HDEN: HDEN Mask              */\r
-\r
-// -------------------------------------  USART0_SCICTRL  -----------------------------------------\r
-#define USART0_SCICTRL_SCIEN_Pos                              0                                                         /*!< USART0 SCICTRL: SCIEN Position      */\r
-#define USART0_SCICTRL_SCIEN_Msk                              (0x01UL << USART0_SCICTRL_SCIEN_Pos)                      /*!< USART0 SCICTRL: SCIEN Mask          */\r
-#define USART0_SCICTRL_NACKDIS_Pos                            1                                                         /*!< USART0 SCICTRL: NACKDIS Position    */\r
-#define USART0_SCICTRL_NACKDIS_Msk                            (0x01UL << USART0_SCICTRL_NACKDIS_Pos)                    /*!< USART0 SCICTRL: NACKDIS Mask        */\r
-#define USART0_SCICTRL_PROTSEL_Pos                            2                                                         /*!< USART0 SCICTRL: PROTSEL Position    */\r
-#define USART0_SCICTRL_PROTSEL_Msk                            (0x01UL << USART0_SCICTRL_PROTSEL_Pos)                    /*!< USART0 SCICTRL: PROTSEL Mask        */\r
-#define USART0_SCICTRL_TXRETRY_Pos                            5                                                         /*!< USART0 SCICTRL: TXRETRY Position    */\r
-#define USART0_SCICTRL_TXRETRY_Msk                            (0x07UL << USART0_SCICTRL_TXRETRY_Pos)                    /*!< USART0 SCICTRL: TXRETRY Mask        */\r
-#define USART0_SCICTRL_GUARDTIME_Pos                          8                                                         /*!< USART0 SCICTRL: GUARDTIME Position  */\r
-#define USART0_SCICTRL_GUARDTIME_Msk                          (0x000000ffUL << USART0_SCICTRL_GUARDTIME_Pos)            /*!< USART0 SCICTRL: GUARDTIME Mask      */\r
-\r
-// ------------------------------------  USART0_RS485CTRL  ----------------------------------------\r
-#define USART0_RS485CTRL_NMMEN_Pos                            0                                                         /*!< USART0 RS485CTRL: NMMEN Position    */\r
-#define USART0_RS485CTRL_NMMEN_Msk                            (0x01UL << USART0_RS485CTRL_NMMEN_Pos)                    /*!< USART0 RS485CTRL: NMMEN Mask        */\r
-#define USART0_RS485CTRL_RXDIS_Pos                            1                                                         /*!< USART0 RS485CTRL: RXDIS Position    */\r
-#define USART0_RS485CTRL_RXDIS_Msk                            (0x01UL << USART0_RS485CTRL_RXDIS_Pos)                    /*!< USART0 RS485CTRL: RXDIS Mask        */\r
-#define USART0_RS485CTRL_AADEN_Pos                            2                                                         /*!< USART0 RS485CTRL: AADEN Position    */\r
-#define USART0_RS485CTRL_AADEN_Msk                            (0x01UL << USART0_RS485CTRL_AADEN_Pos)                    /*!< USART0 RS485CTRL: AADEN Mask        */\r
-#define USART0_RS485CTRL_DCTRL_Pos                            4                                                         /*!< USART0 RS485CTRL: DCTRL Position    */\r
-#define USART0_RS485CTRL_DCTRL_Msk                            (0x01UL << USART0_RS485CTRL_DCTRL_Pos)                    /*!< USART0 RS485CTRL: DCTRL Mask        */\r
-#define USART0_RS485CTRL_OINV_Pos                             5                                                         /*!< USART0 RS485CTRL: OINV Position     */\r
-#define USART0_RS485CTRL_OINV_Msk                             (0x01UL << USART0_RS485CTRL_OINV_Pos)                     /*!< USART0 RS485CTRL: OINV Mask         */\r
-\r
-// ----------------------------------  USART0_RS485ADRMATCH  --------------------------------------\r
-#define USART0_RS485ADRMATCH_ADRMATCH_Pos                     0                                                         /*!< USART0 RS485ADRMATCH: ADRMATCH Position */\r
-#define USART0_RS485ADRMATCH_ADRMATCH_Msk                     (0x000000ffUL << USART0_RS485ADRMATCH_ADRMATCH_Pos)       /*!< USART0 RS485ADRMATCH: ADRMATCH Mask */\r
-\r
-// -------------------------------------  USART0_RS485DLY  ----------------------------------------\r
-#define USART0_RS485DLY_DLY_Pos                               0                                                         /*!< USART0 RS485DLY: DLY Position       */\r
-#define USART0_RS485DLY_DLY_Msk                               (0x000000ffUL << USART0_RS485DLY_DLY_Pos)                 /*!< USART0 RS485DLY: DLY Mask           */\r
-\r
-// -------------------------------------  USART0_SYNCCTRL  ----------------------------------------\r
-#define USART0_SYNCCTRL_SYNC_Pos                              0                                                         /*!< USART0 SYNCCTRL: SYNC Position      */\r
-#define USART0_SYNCCTRL_SYNC_Msk                              (0x01UL << USART0_SYNCCTRL_SYNC_Pos)                      /*!< USART0 SYNCCTRL: SYNC Mask          */\r
-#define USART0_SYNCCTRL_CSRC_Pos                              1                                                         /*!< USART0 SYNCCTRL: CSRC Position      */\r
-#define USART0_SYNCCTRL_CSRC_Msk                              (0x01UL << USART0_SYNCCTRL_CSRC_Pos)                      /*!< USART0 SYNCCTRL: CSRC Mask          */\r
-#define USART0_SYNCCTRL_FES_Pos                               2                                                         /*!< USART0 SYNCCTRL: FES Position       */\r
-#define USART0_SYNCCTRL_FES_Msk                               (0x01UL << USART0_SYNCCTRL_FES_Pos)                       /*!< USART0 SYNCCTRL: FES Mask           */\r
-#define USART0_SYNCCTRL_TSBYPASS_Pos                          3                                                         /*!< USART0 SYNCCTRL: TSBYPASS Position  */\r
-#define USART0_SYNCCTRL_TSBYPASS_Msk                          (0x01UL << USART0_SYNCCTRL_TSBYPASS_Pos)                  /*!< USART0 SYNCCTRL: TSBYPASS Mask      */\r
-#define USART0_SYNCCTRL_CSCEN_Pos                             4                                                         /*!< USART0 SYNCCTRL: CSCEN Position     */\r
-#define USART0_SYNCCTRL_CSCEN_Msk                             (0x01UL << USART0_SYNCCTRL_CSCEN_Pos)                     /*!< USART0 SYNCCTRL: CSCEN Mask         */\r
-#define USART0_SYNCCTRL_SSSDIS_Pos                            5                                                         /*!< USART0 SYNCCTRL: SSSDIS Position    */\r
-#define USART0_SYNCCTRL_SSSDIS_Msk                            (0x01UL << USART0_SYNCCTRL_SSSDIS_Pos)                    /*!< USART0 SYNCCTRL: SSSDIS Mask        */\r
-#define USART0_SYNCCTRL_CCCLR_Pos                             6                                                         /*!< USART0 SYNCCTRL: CCCLR Position     */\r
-#define USART0_SYNCCTRL_CCCLR_Msk                             (0x01UL << USART0_SYNCCTRL_CCCLR_Pos)                     /*!< USART0 SYNCCTRL: CCCLR Mask         */\r
-\r
-// ---------------------------------------  USART0_TER  -------------------------------------------\r
-#define USART0_TER_TXEN_Pos                                   0                                                         /*!< USART0 TER: TXEN Position           */\r
-#define USART0_TER_TXEN_Msk                                   (0x01UL << USART0_TER_TXEN_Pos)                           /*!< USART0 TER: TXEN Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                USART2 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  USART2_DLL  -------------------------------------------\r
-#define USART2_DLL_DLLSB_Pos                                  0                                                         /*!< USART2 DLL: DLLSB Position          */\r
-#define USART2_DLL_DLLSB_Msk                                  (0x000000ffUL << USART2_DLL_DLLSB_Pos)                    /*!< USART2 DLL: DLLSB Mask              */\r
-\r
-// ---------------------------------------  USART2_THR  -------------------------------------------\r
-#define USART2_THR_THR_Pos                                    0                                                         /*!< USART2 THR: THR Position            */\r
-#define USART2_THR_THR_Msk                                    (0x000000ffUL << USART2_THR_THR_Pos)                      /*!< USART2 THR: THR Mask                */\r
-\r
-// ---------------------------------------  USART2_RBR  -------------------------------------------\r
-#define USART2_RBR_RBR_Pos                                    0                                                         /*!< USART2 RBR: RBR Position            */\r
-#define USART2_RBR_RBR_Msk                                    (0x000000ffUL << USART2_RBR_RBR_Pos)                      /*!< USART2 RBR: RBR Mask                */\r
-\r
-// ---------------------------------------  USART2_IER  -------------------------------------------\r
-#define USART2_IER_RBRIE_Pos                                  0                                                         /*!< USART2 IER: RBRIE Position          */\r
-#define USART2_IER_RBRIE_Msk                                  (0x01UL << USART2_IER_RBRIE_Pos)                          /*!< USART2 IER: RBRIE Mask              */\r
-#define USART2_IER_THREIE_Pos                                 1                                                         /*!< USART2 IER: THREIE Position         */\r
-#define USART2_IER_THREIE_Msk                                 (0x01UL << USART2_IER_THREIE_Pos)                         /*!< USART2 IER: THREIE Mask             */\r
-#define USART2_IER_RXIE_Pos                                   2                                                         /*!< USART2 IER: RXIE Position           */\r
-#define USART2_IER_RXIE_Msk                                   (0x01UL << USART2_IER_RXIE_Pos)                           /*!< USART2 IER: RXIE Mask               */\r
-#define USART2_IER_ABEOINTEN_Pos                              8                                                         /*!< USART2 IER: ABEOINTEN Position      */\r
-#define USART2_IER_ABEOINTEN_Msk                              (0x01UL << USART2_IER_ABEOINTEN_Pos)                      /*!< USART2 IER: ABEOINTEN Mask          */\r
-#define USART2_IER_ABTOINTEN_Pos                              9                                                         /*!< USART2 IER: ABTOINTEN Position      */\r
-#define USART2_IER_ABTOINTEN_Msk                              (0x01UL << USART2_IER_ABTOINTEN_Pos)                      /*!< USART2 IER: ABTOINTEN Mask          */\r
-\r
-// ---------------------------------------  USART2_DLM  -------------------------------------------\r
-#define USART2_DLM_DLMSB_Pos                                  0                                                         /*!< USART2 DLM: DLMSB Position          */\r
-#define USART2_DLM_DLMSB_Msk                                  (0x000000ffUL << USART2_DLM_DLMSB_Pos)                    /*!< USART2 DLM: DLMSB Mask              */\r
-\r
-// ---------------------------------------  USART2_FCR  -------------------------------------------\r
-#define USART2_FCR_FIFOEN_Pos                                 0                                                         /*!< USART2 FCR: FIFOEN Position         */\r
-#define USART2_FCR_FIFOEN_Msk                                 (0x01UL << USART2_FCR_FIFOEN_Pos)                         /*!< USART2 FCR: FIFOEN Mask             */\r
-#define USART2_FCR_RXFIFORES_Pos                              1                                                         /*!< USART2 FCR: RXFIFORES Position      */\r
-#define USART2_FCR_RXFIFORES_Msk                              (0x01UL << USART2_FCR_RXFIFORES_Pos)                      /*!< USART2 FCR: RXFIFORES Mask          */\r
-#define USART2_FCR_TXFIFORES_Pos                              2                                                         /*!< USART2 FCR: TXFIFORES Position      */\r
-#define USART2_FCR_TXFIFORES_Msk                              (0x01UL << USART2_FCR_TXFIFORES_Pos)                      /*!< USART2 FCR: TXFIFORES Mask          */\r
-#define USART2_FCR_DMAMODE_Pos                                3                                                         /*!< USART2 FCR: DMAMODE Position        */\r
-#define USART2_FCR_DMAMODE_Msk                                (0x01UL << USART2_FCR_DMAMODE_Pos)                        /*!< USART2 FCR: DMAMODE Mask            */\r
-#define USART2_FCR_RXTRIGLVL_Pos                              6                                                         /*!< USART2 FCR: RXTRIGLVL Position      */\r
-#define USART2_FCR_RXTRIGLVL_Msk                              (0x03UL << USART2_FCR_RXTRIGLVL_Pos)                      /*!< USART2 FCR: RXTRIGLVL Mask          */\r
-\r
-// ---------------------------------------  USART2_IIR  -------------------------------------------\r
-#define USART2_IIR_INTSTATUS_Pos                              0                                                         /*!< USART2 IIR: INTSTATUS Position      */\r
-#define USART2_IIR_INTSTATUS_Msk                              (0x01UL << USART2_IIR_INTSTATUS_Pos)                      /*!< USART2 IIR: INTSTATUS Mask          */\r
-#define USART2_IIR_INTID_Pos                                  1                                                         /*!< USART2 IIR: INTID Position          */\r
-#define USART2_IIR_INTID_Msk                                  (0x07UL << USART2_IIR_INTID_Pos)                          /*!< USART2 IIR: INTID Mask              */\r
-#define USART2_IIR_FIFOENABLE_Pos                             6                                                         /*!< USART2 IIR: FIFOENABLE Position     */\r
-#define USART2_IIR_FIFOENABLE_Msk                             (0x03UL << USART2_IIR_FIFOENABLE_Pos)                     /*!< USART2 IIR: FIFOENABLE Mask         */\r
-#define USART2_IIR_ABEOINT_Pos                                8                                                         /*!< USART2 IIR: ABEOINT Position        */\r
-#define USART2_IIR_ABEOINT_Msk                                (0x01UL << USART2_IIR_ABEOINT_Pos)                        /*!< USART2 IIR: ABEOINT Mask            */\r
-#define USART2_IIR_ABTOINT_Pos                                9                                                         /*!< USART2 IIR: ABTOINT Position        */\r
-#define USART2_IIR_ABTOINT_Msk                                (0x01UL << USART2_IIR_ABTOINT_Pos)                        /*!< USART2 IIR: ABTOINT Mask            */\r
-\r
-// ---------------------------------------  USART2_LCR  -------------------------------------------\r
-#define USART2_LCR_WLS_Pos                                    0                                                         /*!< USART2 LCR: WLS Position            */\r
-#define USART2_LCR_WLS_Msk                                    (0x03UL << USART2_LCR_WLS_Pos)                            /*!< USART2 LCR: WLS Mask                */\r
-#define USART2_LCR_SBS_Pos                                    2                                                         /*!< USART2 LCR: SBS Position            */\r
-#define USART2_LCR_SBS_Msk                                    (0x01UL << USART2_LCR_SBS_Pos)                            /*!< USART2 LCR: SBS Mask                */\r
-#define USART2_LCR_PE_Pos                                     3                                                         /*!< USART2 LCR: PE Position             */\r
-#define USART2_LCR_PE_Msk                                     (0x01UL << USART2_LCR_PE_Pos)                             /*!< USART2 LCR: PE Mask                 */\r
-#define USART2_LCR_PS_Pos                                     4                                                         /*!< USART2 LCR: PS Position             */\r
-#define USART2_LCR_PS_Msk                                     (0x03UL << USART2_LCR_PS_Pos)                             /*!< USART2 LCR: PS Mask                 */\r
-#define USART2_LCR_BC_Pos                                     6                                                         /*!< USART2 LCR: BC Position             */\r
-#define USART2_LCR_BC_Msk                                     (0x01UL << USART2_LCR_BC_Pos)                             /*!< USART2 LCR: BC Mask                 */\r
-#define USART2_LCR_DLAB_Pos                                   7                                                         /*!< USART2 LCR: DLAB Position           */\r
-#define USART2_LCR_DLAB_Msk                                   (0x01UL << USART2_LCR_DLAB_Pos)                           /*!< USART2 LCR: DLAB Mask               */\r
-\r
-// ---------------------------------------  USART2_LSR  -------------------------------------------\r
-#define USART2_LSR_RDR_Pos                                    0                                                         /*!< USART2 LSR: RDR Position            */\r
-#define USART2_LSR_RDR_Msk                                    (0x01UL << USART2_LSR_RDR_Pos)                            /*!< USART2 LSR: RDR Mask                */\r
-#define USART2_LSR_OE_Pos                                     1                                                         /*!< USART2 LSR: OE Position             */\r
-#define USART2_LSR_OE_Msk                                     (0x01UL << USART2_LSR_OE_Pos)                             /*!< USART2 LSR: OE Mask                 */\r
-#define USART2_LSR_PE_Pos                                     2                                                         /*!< USART2 LSR: PE Position             */\r
-#define USART2_LSR_PE_Msk                                     (0x01UL << USART2_LSR_PE_Pos)                             /*!< USART2 LSR: PE Mask                 */\r
-#define USART2_LSR_FE_Pos                                     3                                                         /*!< USART2 LSR: FE Position             */\r
-#define USART2_LSR_FE_Msk                                     (0x01UL << USART2_LSR_FE_Pos)                             /*!< USART2 LSR: FE Mask                 */\r
-#define USART2_LSR_BI_Pos                                     4                                                         /*!< USART2 LSR: BI Position             */\r
-#define USART2_LSR_BI_Msk                                     (0x01UL << USART2_LSR_BI_Pos)                             /*!< USART2 LSR: BI Mask                 */\r
-#define USART2_LSR_THRE_Pos                                   5                                                         /*!< USART2 LSR: THRE Position           */\r
-#define USART2_LSR_THRE_Msk                                   (0x01UL << USART2_LSR_THRE_Pos)                           /*!< USART2 LSR: THRE Mask               */\r
-#define USART2_LSR_TEMT_Pos                                   6                                                         /*!< USART2 LSR: TEMT Position           */\r
-#define USART2_LSR_TEMT_Msk                                   (0x01UL << USART2_LSR_TEMT_Pos)                           /*!< USART2 LSR: TEMT Mask               */\r
-#define USART2_LSR_RXFE_Pos                                   7                                                         /*!< USART2 LSR: RXFE Position           */\r
-#define USART2_LSR_RXFE_Msk                                   (0x01UL << USART2_LSR_RXFE_Pos)                           /*!< USART2 LSR: RXFE Mask               */\r
-#define USART2_LSR_TXERR_Pos                                  8                                                         /*!< USART2 LSR: TXERR Position          */\r
-#define USART2_LSR_TXERR_Msk                                  (0x01UL << USART2_LSR_TXERR_Pos)                          /*!< USART2 LSR: TXERR Mask              */\r
-\r
-// ---------------------------------------  USART2_SCR  -------------------------------------------\r
-#define USART2_SCR_PAD_Pos                                    0                                                         /*!< USART2 SCR: PAD Position            */\r
-#define USART2_SCR_PAD_Msk                                    (0x000000ffUL << USART2_SCR_PAD_Pos)                      /*!< USART2 SCR: PAD Mask                */\r
-\r
-// ---------------------------------------  USART2_ACR  -------------------------------------------\r
-#define USART2_ACR_START_Pos                                  0                                                         /*!< USART2 ACR: START Position          */\r
-#define USART2_ACR_START_Msk                                  (0x01UL << USART2_ACR_START_Pos)                          /*!< USART2 ACR: START Mask              */\r
-#define USART2_ACR_MODE_Pos                                   1                                                         /*!< USART2 ACR: MODE Position           */\r
-#define USART2_ACR_MODE_Msk                                   (0x01UL << USART2_ACR_MODE_Pos)                           /*!< USART2 ACR: MODE Mask               */\r
-#define USART2_ACR_AUTORESTART_Pos                            2                                                         /*!< USART2 ACR: AUTORESTART Position    */\r
-#define USART2_ACR_AUTORESTART_Msk                            (0x01UL << USART2_ACR_AUTORESTART_Pos)                    /*!< USART2 ACR: AUTORESTART Mask        */\r
-#define USART2_ACR_ABEOINTCLR_Pos                             8                                                         /*!< USART2 ACR: ABEOINTCLR Position     */\r
-#define USART2_ACR_ABEOINTCLR_Msk                             (0x01UL << USART2_ACR_ABEOINTCLR_Pos)                     /*!< USART2 ACR: ABEOINTCLR Mask         */\r
-#define USART2_ACR_ABTOINTCLR_Pos                             9                                                         /*!< USART2 ACR: ABTOINTCLR Position     */\r
-#define USART2_ACR_ABTOINTCLR_Msk                             (0x01UL << USART2_ACR_ABTOINTCLR_Pos)                     /*!< USART2 ACR: ABTOINTCLR Mask         */\r
-\r
-// ---------------------------------------  USART2_ICR  -------------------------------------------\r
-#define USART2_ICR_IRDAEN_Pos                                 0                                                         /*!< USART2 ICR: IRDAEN Position         */\r
-#define USART2_ICR_IRDAEN_Msk                                 (0x01UL << USART2_ICR_IRDAEN_Pos)                         /*!< USART2 ICR: IRDAEN Mask             */\r
-#define USART2_ICR_IRDAINV_Pos                                1                                                         /*!< USART2 ICR: IRDAINV Position        */\r
-#define USART2_ICR_IRDAINV_Msk                                (0x01UL << USART2_ICR_IRDAINV_Pos)                        /*!< USART2 ICR: IRDAINV Mask            */\r
-#define USART2_ICR_FIXPULSEEN_Pos                             2                                                         /*!< USART2 ICR: FIXPULSEEN Position     */\r
-#define USART2_ICR_FIXPULSEEN_Msk                             (0x01UL << USART2_ICR_FIXPULSEEN_Pos)                     /*!< USART2 ICR: FIXPULSEEN Mask         */\r
-#define USART2_ICR_PULSEDIV_Pos                               3                                                         /*!< USART2 ICR: PULSEDIV Position       */\r
-#define USART2_ICR_PULSEDIV_Msk                               (0x07UL << USART2_ICR_PULSEDIV_Pos)                       /*!< USART2 ICR: PULSEDIV Mask           */\r
-\r
-// ---------------------------------------  USART2_FDR  -------------------------------------------\r
-#define USART2_FDR_DIVADDVAL_Pos                              0                                                         /*!< USART2 FDR: DIVADDVAL Position      */\r
-#define USART2_FDR_DIVADDVAL_Msk                              (0x0fUL << USART2_FDR_DIVADDVAL_Pos)                      /*!< USART2 FDR: DIVADDVAL Mask          */\r
-#define USART2_FDR_MULVAL_Pos                                 4                                                         /*!< USART2 FDR: MULVAL Position         */\r
-#define USART2_FDR_MULVAL_Msk                                 (0x0fUL << USART2_FDR_MULVAL_Pos)                         /*!< USART2 FDR: MULVAL Mask             */\r
-\r
-// ---------------------------------------  USART2_OSR  -------------------------------------------\r
-#define USART2_OSR_OSFRAC_Pos                                 1                                                         /*!< USART2 OSR: OSFRAC Position         */\r
-#define USART2_OSR_OSFRAC_Msk                                 (0x07UL << USART2_OSR_OSFRAC_Pos)                         /*!< USART2 OSR: OSFRAC Mask             */\r
-#define USART2_OSR_OSINT_Pos                                  4                                                         /*!< USART2 OSR: OSINT Position          */\r
-#define USART2_OSR_OSINT_Msk                                  (0x0fUL << USART2_OSR_OSINT_Pos)                          /*!< USART2 OSR: OSINT Mask              */\r
-#define USART2_OSR_FDINT_Pos                                  8                                                         /*!< USART2 OSR: FDINT Position          */\r
-#define USART2_OSR_FDINT_Msk                                  (0x7fUL << USART2_OSR_FDINT_Pos)                          /*!< USART2 OSR: FDINT Mask              */\r
-\r
-// ---------------------------------------  USART2_HDEN  ------------------------------------------\r
-#define USART2_HDEN_HDEN_Pos                                  0                                                         /*!< USART2 HDEN: HDEN Position          */\r
-#define USART2_HDEN_HDEN_Msk                                  (0x01UL << USART2_HDEN_HDEN_Pos)                          /*!< USART2 HDEN: HDEN Mask              */\r
-\r
-// -------------------------------------  USART2_SCICTRL  -----------------------------------------\r
-#define USART2_SCICTRL_SCIEN_Pos                              0                                                         /*!< USART2 SCICTRL: SCIEN Position      */\r
-#define USART2_SCICTRL_SCIEN_Msk                              (0x01UL << USART2_SCICTRL_SCIEN_Pos)                      /*!< USART2 SCICTRL: SCIEN Mask          */\r
-#define USART2_SCICTRL_NACKDIS_Pos                            1                                                         /*!< USART2 SCICTRL: NACKDIS Position    */\r
-#define USART2_SCICTRL_NACKDIS_Msk                            (0x01UL << USART2_SCICTRL_NACKDIS_Pos)                    /*!< USART2 SCICTRL: NACKDIS Mask        */\r
-#define USART2_SCICTRL_PROTSEL_Pos                            2                                                         /*!< USART2 SCICTRL: PROTSEL Position    */\r
-#define USART2_SCICTRL_PROTSEL_Msk                            (0x01UL << USART2_SCICTRL_PROTSEL_Pos)                    /*!< USART2 SCICTRL: PROTSEL Mask        */\r
-#define USART2_SCICTRL_TXRETRY_Pos                            5                                                         /*!< USART2 SCICTRL: TXRETRY Position    */\r
-#define USART2_SCICTRL_TXRETRY_Msk                            (0x07UL << USART2_SCICTRL_TXRETRY_Pos)                    /*!< USART2 SCICTRL: TXRETRY Mask        */\r
-#define USART2_SCICTRL_GUARDTIME_Pos                          8                                                         /*!< USART2 SCICTRL: GUARDTIME Position  */\r
-#define USART2_SCICTRL_GUARDTIME_Msk                          (0x000000ffUL << USART2_SCICTRL_GUARDTIME_Pos)            /*!< USART2 SCICTRL: GUARDTIME Mask      */\r
-\r
-// ------------------------------------  USART2_RS485CTRL  ----------------------------------------\r
-#define USART2_RS485CTRL_NMMEN_Pos                            0                                                         /*!< USART2 RS485CTRL: NMMEN Position    */\r
-#define USART2_RS485CTRL_NMMEN_Msk                            (0x01UL << USART2_RS485CTRL_NMMEN_Pos)                    /*!< USART2 RS485CTRL: NMMEN Mask        */\r
-#define USART2_RS485CTRL_RXDIS_Pos                            1                                                         /*!< USART2 RS485CTRL: RXDIS Position    */\r
-#define USART2_RS485CTRL_RXDIS_Msk                            (0x01UL << USART2_RS485CTRL_RXDIS_Pos)                    /*!< USART2 RS485CTRL: RXDIS Mask        */\r
-#define USART2_RS485CTRL_AADEN_Pos                            2                                                         /*!< USART2 RS485CTRL: AADEN Position    */\r
-#define USART2_RS485CTRL_AADEN_Msk                            (0x01UL << USART2_RS485CTRL_AADEN_Pos)                    /*!< USART2 RS485CTRL: AADEN Mask        */\r
-#define USART2_RS485CTRL_DCTRL_Pos                            4                                                         /*!< USART2 RS485CTRL: DCTRL Position    */\r
-#define USART2_RS485CTRL_DCTRL_Msk                            (0x01UL << USART2_RS485CTRL_DCTRL_Pos)                    /*!< USART2 RS485CTRL: DCTRL Mask        */\r
-#define USART2_RS485CTRL_OINV_Pos                             5                                                         /*!< USART2 RS485CTRL: OINV Position     */\r
-#define USART2_RS485CTRL_OINV_Msk                             (0x01UL << USART2_RS485CTRL_OINV_Pos)                     /*!< USART2 RS485CTRL: OINV Mask         */\r
-\r
-// ----------------------------------  USART2_RS485ADRMATCH  --------------------------------------\r
-#define USART2_RS485ADRMATCH_ADRMATCH_Pos                     0                                                         /*!< USART2 RS485ADRMATCH: ADRMATCH Position */\r
-#define USART2_RS485ADRMATCH_ADRMATCH_Msk                     (0x000000ffUL << USART2_RS485ADRMATCH_ADRMATCH_Pos)       /*!< USART2 RS485ADRMATCH: ADRMATCH Mask */\r
-\r
-// -------------------------------------  USART2_RS485DLY  ----------------------------------------\r
-#define USART2_RS485DLY_DLY_Pos                               0                                                         /*!< USART2 RS485DLY: DLY Position       */\r
-#define USART2_RS485DLY_DLY_Msk                               (0x000000ffUL << USART2_RS485DLY_DLY_Pos)                 /*!< USART2 RS485DLY: DLY Mask           */\r
-\r
-// -------------------------------------  USART2_SYNCCTRL  ----------------------------------------\r
-#define USART2_SYNCCTRL_SYNC_Pos                              0                                                         /*!< USART2 SYNCCTRL: SYNC Position      */\r
-#define USART2_SYNCCTRL_SYNC_Msk                              (0x01UL << USART2_SYNCCTRL_SYNC_Pos)                      /*!< USART2 SYNCCTRL: SYNC Mask          */\r
-#define USART2_SYNCCTRL_CSRC_Pos                              1                                                         /*!< USART2 SYNCCTRL: CSRC Position      */\r
-#define USART2_SYNCCTRL_CSRC_Msk                              (0x01UL << USART2_SYNCCTRL_CSRC_Pos)                      /*!< USART2 SYNCCTRL: CSRC Mask          */\r
-#define USART2_SYNCCTRL_FES_Pos                               2                                                         /*!< USART2 SYNCCTRL: FES Position       */\r
-#define USART2_SYNCCTRL_FES_Msk                               (0x01UL << USART2_SYNCCTRL_FES_Pos)                       /*!< USART2 SYNCCTRL: FES Mask           */\r
-#define USART2_SYNCCTRL_TSBYPASS_Pos                          3                                                         /*!< USART2 SYNCCTRL: TSBYPASS Position  */\r
-#define USART2_SYNCCTRL_TSBYPASS_Msk                          (0x01UL << USART2_SYNCCTRL_TSBYPASS_Pos)                  /*!< USART2 SYNCCTRL: TSBYPASS Mask      */\r
-#define USART2_SYNCCTRL_CSCEN_Pos                             4                                                         /*!< USART2 SYNCCTRL: CSCEN Position     */\r
-#define USART2_SYNCCTRL_CSCEN_Msk                             (0x01UL << USART2_SYNCCTRL_CSCEN_Pos)                     /*!< USART2 SYNCCTRL: CSCEN Mask         */\r
-#define USART2_SYNCCTRL_SSSDIS_Pos                            5                                                         /*!< USART2 SYNCCTRL: SSSDIS Position    */\r
-#define USART2_SYNCCTRL_SSSDIS_Msk                            (0x01UL << USART2_SYNCCTRL_SSSDIS_Pos)                    /*!< USART2 SYNCCTRL: SSSDIS Mask        */\r
-#define USART2_SYNCCTRL_CCCLR_Pos                             6                                                         /*!< USART2 SYNCCTRL: CCCLR Position     */\r
-#define USART2_SYNCCTRL_CCCLR_Msk                             (0x01UL << USART2_SYNCCTRL_CCCLR_Pos)                     /*!< USART2 SYNCCTRL: CCCLR Mask         */\r
-\r
-// ---------------------------------------  USART2_TER  -------------------------------------------\r
-#define USART2_TER_TXEN_Pos                                   0                                                         /*!< USART2 TER: TXEN Position           */\r
-#define USART2_TER_TXEN_Msk                                   (0x01UL << USART2_TER_TXEN_Pos)                           /*!< USART2 TER: TXEN Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                USART3 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  USART3_DLL  -------------------------------------------\r
-#define USART3_DLL_DLLSB_Pos                                  0                                                         /*!< USART3 DLL: DLLSB Position          */\r
-#define USART3_DLL_DLLSB_Msk                                  (0x000000ffUL << USART3_DLL_DLLSB_Pos)                    /*!< USART3 DLL: DLLSB Mask              */\r
-\r
-// ---------------------------------------  USART3_THR  -------------------------------------------\r
-#define USART3_THR_THR_Pos                                    0                                                         /*!< USART3 THR: THR Position            */\r
-#define USART3_THR_THR_Msk                                    (0x000000ffUL << USART3_THR_THR_Pos)                      /*!< USART3 THR: THR Mask                */\r
-\r
-// ---------------------------------------  USART3_RBR  -------------------------------------------\r
-#define USART3_RBR_RBR_Pos                                    0                                                         /*!< USART3 RBR: RBR Position            */\r
-#define USART3_RBR_RBR_Msk                                    (0x000000ffUL << USART3_RBR_RBR_Pos)                      /*!< USART3 RBR: RBR Mask                */\r
-\r
-// ---------------------------------------  USART3_IER  -------------------------------------------\r
-#define USART3_IER_RBRIE_Pos                                  0                                                         /*!< USART3 IER: RBRIE Position          */\r
-#define USART3_IER_RBRIE_Msk                                  (0x01UL << USART3_IER_RBRIE_Pos)                          /*!< USART3 IER: RBRIE Mask              */\r
-#define USART3_IER_THREIE_Pos                                 1                                                         /*!< USART3 IER: THREIE Position         */\r
-#define USART3_IER_THREIE_Msk                                 (0x01UL << USART3_IER_THREIE_Pos)                         /*!< USART3 IER: THREIE Mask             */\r
-#define USART3_IER_RXIE_Pos                                   2                                                         /*!< USART3 IER: RXIE Position           */\r
-#define USART3_IER_RXIE_Msk                                   (0x01UL << USART3_IER_RXIE_Pos)                           /*!< USART3 IER: RXIE Mask               */\r
-#define USART3_IER_ABEOINTEN_Pos                              8                                                         /*!< USART3 IER: ABEOINTEN Position      */\r
-#define USART3_IER_ABEOINTEN_Msk                              (0x01UL << USART3_IER_ABEOINTEN_Pos)                      /*!< USART3 IER: ABEOINTEN Mask          */\r
-#define USART3_IER_ABTOINTEN_Pos                              9                                                         /*!< USART3 IER: ABTOINTEN Position      */\r
-#define USART3_IER_ABTOINTEN_Msk                              (0x01UL << USART3_IER_ABTOINTEN_Pos)                      /*!< USART3 IER: ABTOINTEN Mask          */\r
-\r
-// ---------------------------------------  USART3_DLM  -------------------------------------------\r
-#define USART3_DLM_DLMSB_Pos                                  0                                                         /*!< USART3 DLM: DLMSB Position          */\r
-#define USART3_DLM_DLMSB_Msk                                  (0x000000ffUL << USART3_DLM_DLMSB_Pos)                    /*!< USART3 DLM: DLMSB Mask              */\r
-\r
-// ---------------------------------------  USART3_FCR  -------------------------------------------\r
-#define USART3_FCR_FIFOEN_Pos                                 0                                                         /*!< USART3 FCR: FIFOEN Position         */\r
-#define USART3_FCR_FIFOEN_Msk                                 (0x01UL << USART3_FCR_FIFOEN_Pos)                         /*!< USART3 FCR: FIFOEN Mask             */\r
-#define USART3_FCR_RXFIFORES_Pos                              1                                                         /*!< USART3 FCR: RXFIFORES Position      */\r
-#define USART3_FCR_RXFIFORES_Msk                              (0x01UL << USART3_FCR_RXFIFORES_Pos)                      /*!< USART3 FCR: RXFIFORES Mask          */\r
-#define USART3_FCR_TXFIFORES_Pos                              2                                                         /*!< USART3 FCR: TXFIFORES Position      */\r
-#define USART3_FCR_TXFIFORES_Msk                              (0x01UL << USART3_FCR_TXFIFORES_Pos)                      /*!< USART3 FCR: TXFIFORES Mask          */\r
-#define USART3_FCR_DMAMODE_Pos                                3                                                         /*!< USART3 FCR: DMAMODE Position        */\r
-#define USART3_FCR_DMAMODE_Msk                                (0x01UL << USART3_FCR_DMAMODE_Pos)                        /*!< USART3 FCR: DMAMODE Mask            */\r
-#define USART3_FCR_RXTRIGLVL_Pos                              6                                                         /*!< USART3 FCR: RXTRIGLVL Position      */\r
-#define USART3_FCR_RXTRIGLVL_Msk                              (0x03UL << USART3_FCR_RXTRIGLVL_Pos)                      /*!< USART3 FCR: RXTRIGLVL Mask          */\r
-\r
-// ---------------------------------------  USART3_IIR  -------------------------------------------\r
-#define USART3_IIR_INTSTATUS_Pos                              0                                                         /*!< USART3 IIR: INTSTATUS Position      */\r
-#define USART3_IIR_INTSTATUS_Msk                              (0x01UL << USART3_IIR_INTSTATUS_Pos)                      /*!< USART3 IIR: INTSTATUS Mask          */\r
-#define USART3_IIR_INTID_Pos                                  1                                                         /*!< USART3 IIR: INTID Position          */\r
-#define USART3_IIR_INTID_Msk                                  (0x07UL << USART3_IIR_INTID_Pos)                          /*!< USART3 IIR: INTID Mask              */\r
-#define USART3_IIR_FIFOENABLE_Pos                             6                                                         /*!< USART3 IIR: FIFOENABLE Position     */\r
-#define USART3_IIR_FIFOENABLE_Msk                             (0x03UL << USART3_IIR_FIFOENABLE_Pos)                     /*!< USART3 IIR: FIFOENABLE Mask         */\r
-#define USART3_IIR_ABEOINT_Pos                                8                                                         /*!< USART3 IIR: ABEOINT Position        */\r
-#define USART3_IIR_ABEOINT_Msk                                (0x01UL << USART3_IIR_ABEOINT_Pos)                        /*!< USART3 IIR: ABEOINT Mask            */\r
-#define USART3_IIR_ABTOINT_Pos                                9                                                         /*!< USART3 IIR: ABTOINT Position        */\r
-#define USART3_IIR_ABTOINT_Msk                                (0x01UL << USART3_IIR_ABTOINT_Pos)                        /*!< USART3 IIR: ABTOINT Mask            */\r
-\r
-// ---------------------------------------  USART3_LCR  -------------------------------------------\r
-#define USART3_LCR_WLS_Pos                                    0                                                         /*!< USART3 LCR: WLS Position            */\r
-#define USART3_LCR_WLS_Msk                                    (0x03UL << USART3_LCR_WLS_Pos)                            /*!< USART3 LCR: WLS Mask                */\r
-#define USART3_LCR_SBS_Pos                                    2                                                         /*!< USART3 LCR: SBS Position            */\r
-#define USART3_LCR_SBS_Msk                                    (0x01UL << USART3_LCR_SBS_Pos)                            /*!< USART3 LCR: SBS Mask                */\r
-#define USART3_LCR_PE_Pos                                     3                                                         /*!< USART3 LCR: PE Position             */\r
-#define USART3_LCR_PE_Msk                                     (0x01UL << USART3_LCR_PE_Pos)                             /*!< USART3 LCR: PE Mask                 */\r
-#define USART3_LCR_PS_Pos                                     4                                                         /*!< USART3 LCR: PS Position             */\r
-#define USART3_LCR_PS_Msk                                     (0x03UL << USART3_LCR_PS_Pos)                             /*!< USART3 LCR: PS Mask                 */\r
-#define USART3_LCR_BC_Pos                                     6                                                         /*!< USART3 LCR: BC Position             */\r
-#define USART3_LCR_BC_Msk                                     (0x01UL << USART3_LCR_BC_Pos)                             /*!< USART3 LCR: BC Mask                 */\r
-#define USART3_LCR_DLAB_Pos                                   7                                                         /*!< USART3 LCR: DLAB Position           */\r
-#define USART3_LCR_DLAB_Msk                                   (0x01UL << USART3_LCR_DLAB_Pos)                           /*!< USART3 LCR: DLAB Mask               */\r
-\r
-// ---------------------------------------  USART3_LSR  -------------------------------------------\r
-#define USART3_LSR_RDR_Pos                                    0                                                         /*!< USART3 LSR: RDR Position            */\r
-#define USART3_LSR_RDR_Msk                                    (0x01UL << USART3_LSR_RDR_Pos)                            /*!< USART3 LSR: RDR Mask                */\r
-#define USART3_LSR_OE_Pos                                     1                                                         /*!< USART3 LSR: OE Position             */\r
-#define USART3_LSR_OE_Msk                                     (0x01UL << USART3_LSR_OE_Pos)                             /*!< USART3 LSR: OE Mask                 */\r
-#define USART3_LSR_PE_Pos                                     2                                                         /*!< USART3 LSR: PE Position             */\r
-#define USART3_LSR_PE_Msk                                     (0x01UL << USART3_LSR_PE_Pos)                             /*!< USART3 LSR: PE Mask                 */\r
-#define USART3_LSR_FE_Pos                                     3                                                         /*!< USART3 LSR: FE Position             */\r
-#define USART3_LSR_FE_Msk                                     (0x01UL << USART3_LSR_FE_Pos)                             /*!< USART3 LSR: FE Mask                 */\r
-#define USART3_LSR_BI_Pos                                     4                                                         /*!< USART3 LSR: BI Position             */\r
-#define USART3_LSR_BI_Msk                                     (0x01UL << USART3_LSR_BI_Pos)                             /*!< USART3 LSR: BI Mask                 */\r
-#define USART3_LSR_THRE_Pos                                   5                                                         /*!< USART3 LSR: THRE Position           */\r
-#define USART3_LSR_THRE_Msk                                   (0x01UL << USART3_LSR_THRE_Pos)                           /*!< USART3 LSR: THRE Mask               */\r
-#define USART3_LSR_TEMT_Pos                                   6                                                         /*!< USART3 LSR: TEMT Position           */\r
-#define USART3_LSR_TEMT_Msk                                   (0x01UL << USART3_LSR_TEMT_Pos)                           /*!< USART3 LSR: TEMT Mask               */\r
-#define USART3_LSR_RXFE_Pos                                   7                                                         /*!< USART3 LSR: RXFE Position           */\r
-#define USART3_LSR_RXFE_Msk                                   (0x01UL << USART3_LSR_RXFE_Pos)                           /*!< USART3 LSR: RXFE Mask               */\r
-#define USART3_LSR_TXERR_Pos                                  8                                                         /*!< USART3 LSR: TXERR Position          */\r
-#define USART3_LSR_TXERR_Msk                                  (0x01UL << USART3_LSR_TXERR_Pos)                          /*!< USART3 LSR: TXERR Mask              */\r
-\r
-// ---------------------------------------  USART3_SCR  -------------------------------------------\r
-#define USART3_SCR_PAD_Pos                                    0                                                         /*!< USART3 SCR: PAD Position            */\r
-#define USART3_SCR_PAD_Msk                                    (0x000000ffUL << USART3_SCR_PAD_Pos)                      /*!< USART3 SCR: PAD Mask                */\r
-\r
-// ---------------------------------------  USART3_ACR  -------------------------------------------\r
-#define USART3_ACR_START_Pos                                  0                                                         /*!< USART3 ACR: START Position          */\r
-#define USART3_ACR_START_Msk                                  (0x01UL << USART3_ACR_START_Pos)                          /*!< USART3 ACR: START Mask              */\r
-#define USART3_ACR_MODE_Pos                                   1                                                         /*!< USART3 ACR: MODE Position           */\r
-#define USART3_ACR_MODE_Msk                                   (0x01UL << USART3_ACR_MODE_Pos)                           /*!< USART3 ACR: MODE Mask               */\r
-#define USART3_ACR_AUTORESTART_Pos                            2                                                         /*!< USART3 ACR: AUTORESTART Position    */\r
-#define USART3_ACR_AUTORESTART_Msk                            (0x01UL << USART3_ACR_AUTORESTART_Pos)                    /*!< USART3 ACR: AUTORESTART Mask        */\r
-#define USART3_ACR_ABEOINTCLR_Pos                             8                                                         /*!< USART3 ACR: ABEOINTCLR Position     */\r
-#define USART3_ACR_ABEOINTCLR_Msk                             (0x01UL << USART3_ACR_ABEOINTCLR_Pos)                     /*!< USART3 ACR: ABEOINTCLR Mask         */\r
-#define USART3_ACR_ABTOINTCLR_Pos                             9                                                         /*!< USART3 ACR: ABTOINTCLR Position     */\r
-#define USART3_ACR_ABTOINTCLR_Msk                             (0x01UL << USART3_ACR_ABTOINTCLR_Pos)                     /*!< USART3 ACR: ABTOINTCLR Mask         */\r
-\r
-// ---------------------------------------  USART3_ICR  -------------------------------------------\r
-#define USART3_ICR_IRDAEN_Pos                                 0                                                         /*!< USART3 ICR: IRDAEN Position         */\r
-#define USART3_ICR_IRDAEN_Msk                                 (0x01UL << USART3_ICR_IRDAEN_Pos)                         /*!< USART3 ICR: IRDAEN Mask             */\r
-#define USART3_ICR_IRDAINV_Pos                                1                                                         /*!< USART3 ICR: IRDAINV Position        */\r
-#define USART3_ICR_IRDAINV_Msk                                (0x01UL << USART3_ICR_IRDAINV_Pos)                        /*!< USART3 ICR: IRDAINV Mask            */\r
-#define USART3_ICR_FIXPULSEEN_Pos                             2                                                         /*!< USART3 ICR: FIXPULSEEN Position     */\r
-#define USART3_ICR_FIXPULSEEN_Msk                             (0x01UL << USART3_ICR_FIXPULSEEN_Pos)                     /*!< USART3 ICR: FIXPULSEEN Mask         */\r
-#define USART3_ICR_PULSEDIV_Pos                               3                                                         /*!< USART3 ICR: PULSEDIV Position       */\r
-#define USART3_ICR_PULSEDIV_Msk                               (0x07UL << USART3_ICR_PULSEDIV_Pos)                       /*!< USART3 ICR: PULSEDIV Mask           */\r
-\r
-// ---------------------------------------  USART3_FDR  -------------------------------------------\r
-#define USART3_FDR_DIVADDVAL_Pos                              0                                                         /*!< USART3 FDR: DIVADDVAL Position      */\r
-#define USART3_FDR_DIVADDVAL_Msk                              (0x0fUL << USART3_FDR_DIVADDVAL_Pos)                      /*!< USART3 FDR: DIVADDVAL Mask          */\r
-#define USART3_FDR_MULVAL_Pos                                 4                                                         /*!< USART3 FDR: MULVAL Position         */\r
-#define USART3_FDR_MULVAL_Msk                                 (0x0fUL << USART3_FDR_MULVAL_Pos)                         /*!< USART3 FDR: MULVAL Mask             */\r
-\r
-// ---------------------------------------  USART3_OSR  -------------------------------------------\r
-#define USART3_OSR_OSFRAC_Pos                                 1                                                         /*!< USART3 OSR: OSFRAC Position         */\r
-#define USART3_OSR_OSFRAC_Msk                                 (0x07UL << USART3_OSR_OSFRAC_Pos)                         /*!< USART3 OSR: OSFRAC Mask             */\r
-#define USART3_OSR_OSINT_Pos                                  4                                                         /*!< USART3 OSR: OSINT Position          */\r
-#define USART3_OSR_OSINT_Msk                                  (0x0fUL << USART3_OSR_OSINT_Pos)                          /*!< USART3 OSR: OSINT Mask              */\r
-#define USART3_OSR_FDINT_Pos                                  8                                                         /*!< USART3 OSR: FDINT Position          */\r
-#define USART3_OSR_FDINT_Msk                                  (0x7fUL << USART3_OSR_FDINT_Pos)                          /*!< USART3 OSR: FDINT Mask              */\r
-\r
-// ---------------------------------------  USART3_HDEN  ------------------------------------------\r
-#define USART3_HDEN_HDEN_Pos                                  0                                                         /*!< USART3 HDEN: HDEN Position          */\r
-#define USART3_HDEN_HDEN_Msk                                  (0x01UL << USART3_HDEN_HDEN_Pos)                          /*!< USART3 HDEN: HDEN Mask              */\r
-\r
-// -------------------------------------  USART3_SCICTRL  -----------------------------------------\r
-#define USART3_SCICTRL_SCIEN_Pos                              0                                                         /*!< USART3 SCICTRL: SCIEN Position      */\r
-#define USART3_SCICTRL_SCIEN_Msk                              (0x01UL << USART3_SCICTRL_SCIEN_Pos)                      /*!< USART3 SCICTRL: SCIEN Mask          */\r
-#define USART3_SCICTRL_NACKDIS_Pos                            1                                                         /*!< USART3 SCICTRL: NACKDIS Position    */\r
-#define USART3_SCICTRL_NACKDIS_Msk                            (0x01UL << USART3_SCICTRL_NACKDIS_Pos)                    /*!< USART3 SCICTRL: NACKDIS Mask        */\r
-#define USART3_SCICTRL_PROTSEL_Pos                            2                                                         /*!< USART3 SCICTRL: PROTSEL Position    */\r
-#define USART3_SCICTRL_PROTSEL_Msk                            (0x01UL << USART3_SCICTRL_PROTSEL_Pos)                    /*!< USART3 SCICTRL: PROTSEL Mask        */\r
-#define USART3_SCICTRL_TXRETRY_Pos                            5                                                         /*!< USART3 SCICTRL: TXRETRY Position    */\r
-#define USART3_SCICTRL_TXRETRY_Msk                            (0x07UL << USART3_SCICTRL_TXRETRY_Pos)                    /*!< USART3 SCICTRL: TXRETRY Mask        */\r
-#define USART3_SCICTRL_GUARDTIME_Pos                          8                                                         /*!< USART3 SCICTRL: GUARDTIME Position  */\r
-#define USART3_SCICTRL_GUARDTIME_Msk                          (0x000000ffUL << USART3_SCICTRL_GUARDTIME_Pos)            /*!< USART3 SCICTRL: GUARDTIME Mask      */\r
-\r
-// ------------------------------------  USART3_RS485CTRL  ----------------------------------------\r
-#define USART3_RS485CTRL_NMMEN_Pos                            0                                                         /*!< USART3 RS485CTRL: NMMEN Position    */\r
-#define USART3_RS485CTRL_NMMEN_Msk                            (0x01UL << USART3_RS485CTRL_NMMEN_Pos)                    /*!< USART3 RS485CTRL: NMMEN Mask        */\r
-#define USART3_RS485CTRL_RXDIS_Pos                            1                                                         /*!< USART3 RS485CTRL: RXDIS Position    */\r
-#define USART3_RS485CTRL_RXDIS_Msk                            (0x01UL << USART3_RS485CTRL_RXDIS_Pos)                    /*!< USART3 RS485CTRL: RXDIS Mask        */\r
-#define USART3_RS485CTRL_AADEN_Pos                            2                                                         /*!< USART3 RS485CTRL: AADEN Position    */\r
-#define USART3_RS485CTRL_AADEN_Msk                            (0x01UL << USART3_RS485CTRL_AADEN_Pos)                    /*!< USART3 RS485CTRL: AADEN Mask        */\r
-#define USART3_RS485CTRL_DCTRL_Pos                            4                                                         /*!< USART3 RS485CTRL: DCTRL Position    */\r
-#define USART3_RS485CTRL_DCTRL_Msk                            (0x01UL << USART3_RS485CTRL_DCTRL_Pos)                    /*!< USART3 RS485CTRL: DCTRL Mask        */\r
-#define USART3_RS485CTRL_OINV_Pos                             5                                                         /*!< USART3 RS485CTRL: OINV Position     */\r
-#define USART3_RS485CTRL_OINV_Msk                             (0x01UL << USART3_RS485CTRL_OINV_Pos)                     /*!< USART3 RS485CTRL: OINV Mask         */\r
-\r
-// ----------------------------------  USART3_RS485ADRMATCH  --------------------------------------\r
-#define USART3_RS485ADRMATCH_ADRMATCH_Pos                     0                                                         /*!< USART3 RS485ADRMATCH: ADRMATCH Position */\r
-#define USART3_RS485ADRMATCH_ADRMATCH_Msk                     (0x000000ffUL << USART3_RS485ADRMATCH_ADRMATCH_Pos)       /*!< USART3 RS485ADRMATCH: ADRMATCH Mask */\r
-\r
-// -------------------------------------  USART3_RS485DLY  ----------------------------------------\r
-#define USART3_RS485DLY_DLY_Pos                               0                                                         /*!< USART3 RS485DLY: DLY Position       */\r
-#define USART3_RS485DLY_DLY_Msk                               (0x000000ffUL << USART3_RS485DLY_DLY_Pos)                 /*!< USART3 RS485DLY: DLY Mask           */\r
-\r
-// -------------------------------------  USART3_SYNCCTRL  ----------------------------------------\r
-#define USART3_SYNCCTRL_SYNC_Pos                              0                                                         /*!< USART3 SYNCCTRL: SYNC Position      */\r
-#define USART3_SYNCCTRL_SYNC_Msk                              (0x01UL << USART3_SYNCCTRL_SYNC_Pos)                      /*!< USART3 SYNCCTRL: SYNC Mask          */\r
-#define USART3_SYNCCTRL_CSRC_Pos                              1                                                         /*!< USART3 SYNCCTRL: CSRC Position      */\r
-#define USART3_SYNCCTRL_CSRC_Msk                              (0x01UL << USART3_SYNCCTRL_CSRC_Pos)                      /*!< USART3 SYNCCTRL: CSRC Mask          */\r
-#define USART3_SYNCCTRL_FES_Pos                               2                                                         /*!< USART3 SYNCCTRL: FES Position       */\r
-#define USART3_SYNCCTRL_FES_Msk                               (0x01UL << USART3_SYNCCTRL_FES_Pos)                       /*!< USART3 SYNCCTRL: FES Mask           */\r
-#define USART3_SYNCCTRL_TSBYPASS_Pos                          3                                                         /*!< USART3 SYNCCTRL: TSBYPASS Position  */\r
-#define USART3_SYNCCTRL_TSBYPASS_Msk                          (0x01UL << USART3_SYNCCTRL_TSBYPASS_Pos)                  /*!< USART3 SYNCCTRL: TSBYPASS Mask      */\r
-#define USART3_SYNCCTRL_CSCEN_Pos                             4                                                         /*!< USART3 SYNCCTRL: CSCEN Position     */\r
-#define USART3_SYNCCTRL_CSCEN_Msk                             (0x01UL << USART3_SYNCCTRL_CSCEN_Pos)                     /*!< USART3 SYNCCTRL: CSCEN Mask         */\r
-#define USART3_SYNCCTRL_SSSDIS_Pos                            5                                                         /*!< USART3 SYNCCTRL: SSSDIS Position    */\r
-#define USART3_SYNCCTRL_SSSDIS_Msk                            (0x01UL << USART3_SYNCCTRL_SSSDIS_Pos)                    /*!< USART3 SYNCCTRL: SSSDIS Mask        */\r
-#define USART3_SYNCCTRL_CCCLR_Pos                             6                                                         /*!< USART3 SYNCCTRL: CCCLR Position     */\r
-#define USART3_SYNCCTRL_CCCLR_Msk                             (0x01UL << USART3_SYNCCTRL_CCCLR_Pos)                     /*!< USART3 SYNCCTRL: CCCLR Mask         */\r
-\r
-// ---------------------------------------  USART3_TER  -------------------------------------------\r
-#define USART3_TER_TXEN_Pos                                   0                                                         /*!< USART3 TER: TXEN Position           */\r
-#define USART3_TER_TXEN_Msk                                   (0x01UL << USART3_TER_TXEN_Pos)                           /*!< USART3 TER: TXEN Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 UART1 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  UART1_RBR  -------------------------------------------\r
-#define UART1_RBR_RBR_Pos                                     0                                                         /*!< UART1 RBR: RBR Position             */\r
-#define UART1_RBR_RBR_Msk                                     (0x000000ffUL << UART1_RBR_RBR_Pos)                       /*!< UART1 RBR: RBR Mask                 */\r
-\r
-// ----------------------------------------  UART1_THR  -------------------------------------------\r
-#define UART1_THR_THR_Pos                                     0                                                         /*!< UART1 THR: THR Position             */\r
-#define UART1_THR_THR_Msk                                     (0x000000ffUL << UART1_THR_THR_Pos)                       /*!< UART1 THR: THR Mask                 */\r
-\r
-// ----------------------------------------  UART1_DLL  -------------------------------------------\r
-#define UART1_DLL_DLLSB_Pos                                   0                                                         /*!< UART1 DLL: DLLSB Position           */\r
-#define UART1_DLL_DLLSB_Msk                                   (0x000000ffUL << UART1_DLL_DLLSB_Pos)                     /*!< UART1 DLL: DLLSB Mask               */\r
-\r
-// ----------------------------------------  UART1_DLM  -------------------------------------------\r
-#define UART1_DLM_DLMSB_Pos                                   0                                                         /*!< UART1 DLM: DLMSB Position           */\r
-#define UART1_DLM_DLMSB_Msk                                   (0x000000ffUL << UART1_DLM_DLMSB_Pos)                     /*!< UART1 DLM: DLMSB Mask               */\r
-\r
-// ----------------------------------------  UART1_IER  -------------------------------------------\r
-#define UART1_IER_RBRIE_Pos                                   0                                                         /*!< UART1 IER: RBRIE Position           */\r
-#define UART1_IER_RBRIE_Msk                                   (0x01UL << UART1_IER_RBRIE_Pos)                           /*!< UART1 IER: RBRIE Mask               */\r
-#define UART1_IER_THREIE_Pos                                  1                                                         /*!< UART1 IER: THREIE Position          */\r
-#define UART1_IER_THREIE_Msk                                  (0x01UL << UART1_IER_THREIE_Pos)                          /*!< UART1 IER: THREIE Mask              */\r
-#define UART1_IER_RXIE_Pos                                    2                                                         /*!< UART1 IER: RXIE Position            */\r
-#define UART1_IER_RXIE_Msk                                    (0x01UL << UART1_IER_RXIE_Pos)                            /*!< UART1 IER: RXIE Mask                */\r
-#define UART1_IER_MSIE_Pos                                    3                                                         /*!< UART1 IER: MSIE Position            */\r
-#define UART1_IER_MSIE_Msk                                    (0x01UL << UART1_IER_MSIE_Pos)                            /*!< UART1 IER: MSIE Mask                */\r
-#define UART1_IER_CTSIE_Pos                                   7                                                         /*!< UART1 IER: CTSIE Position           */\r
-#define UART1_IER_CTSIE_Msk                                   (0x01UL << UART1_IER_CTSIE_Pos)                           /*!< UART1 IER: CTSIE Mask               */\r
-#define UART1_IER_ABEOIE_Pos                                  8                                                         /*!< UART1 IER: ABEOIE Position          */\r
-#define UART1_IER_ABEOIE_Msk                                  (0x01UL << UART1_IER_ABEOIE_Pos)                          /*!< UART1 IER: ABEOIE Mask              */\r
-#define UART1_IER_ABTOIE_Pos                                  9                                                         /*!< UART1 IER: ABTOIE Position          */\r
-#define UART1_IER_ABTOIE_Msk                                  (0x01UL << UART1_IER_ABTOIE_Pos)                          /*!< UART1 IER: ABTOIE Mask              */\r
-\r
-// ----------------------------------------  UART1_IIR  -------------------------------------------\r
-#define UART1_IIR_INTSTATUS_Pos                               0                                                         /*!< UART1 IIR: INTSTATUS Position       */\r
-#define UART1_IIR_INTSTATUS_Msk                               (0x01UL << UART1_IIR_INTSTATUS_Pos)                       /*!< UART1 IIR: INTSTATUS Mask           */\r
-#define UART1_IIR_INTID_Pos                                   1                                                         /*!< UART1 IIR: INTID Position           */\r
-#define UART1_IIR_INTID_Msk                                   (0x07UL << UART1_IIR_INTID_Pos)                           /*!< UART1 IIR: INTID Mask               */\r
-#define UART1_IIR_FIFOENABLE_Pos                              6                                                         /*!< UART1 IIR: FIFOENABLE Position      */\r
-#define UART1_IIR_FIFOENABLE_Msk                              (0x03UL << UART1_IIR_FIFOENABLE_Pos)                      /*!< UART1 IIR: FIFOENABLE Mask          */\r
-#define UART1_IIR_ABEOINT_Pos                                 8                                                         /*!< UART1 IIR: ABEOINT Position         */\r
-#define UART1_IIR_ABEOINT_Msk                                 (0x01UL << UART1_IIR_ABEOINT_Pos)                         /*!< UART1 IIR: ABEOINT Mask             */\r
-#define UART1_IIR_ABTOINT_Pos                                 9                                                         /*!< UART1 IIR: ABTOINT Position         */\r
-#define UART1_IIR_ABTOINT_Msk                                 (0x01UL << UART1_IIR_ABTOINT_Pos)                         /*!< UART1 IIR: ABTOINT Mask             */\r
-\r
-// ----------------------------------------  UART1_FCR  -------------------------------------------\r
-#define UART1_FCR_FIFOEN_Pos                                  0                                                         /*!< UART1 FCR: FIFOEN Position          */\r
-#define UART1_FCR_FIFOEN_Msk                                  (0x01UL << UART1_FCR_FIFOEN_Pos)                          /*!< UART1 FCR: FIFOEN Mask              */\r
-#define UART1_FCR_RXFIFORES_Pos                               1                                                         /*!< UART1 FCR: RXFIFORES Position       */\r
-#define UART1_FCR_RXFIFORES_Msk                               (0x01UL << UART1_FCR_RXFIFORES_Pos)                       /*!< UART1 FCR: RXFIFORES Mask           */\r
-#define UART1_FCR_TXFIFORES_Pos                               2                                                         /*!< UART1 FCR: TXFIFORES Position       */\r
-#define UART1_FCR_TXFIFORES_Msk                               (0x01UL << UART1_FCR_TXFIFORES_Pos)                       /*!< UART1 FCR: TXFIFORES Mask           */\r
-#define UART1_FCR_DMAMODE_Pos                                 3                                                         /*!< UART1 FCR: DMAMODE Position         */\r
-#define UART1_FCR_DMAMODE_Msk                                 (0x01UL << UART1_FCR_DMAMODE_Pos)                         /*!< UART1 FCR: DMAMODE Mask             */\r
-#define UART1_FCR_RXTRIGLVL_Pos                               6                                                         /*!< UART1 FCR: RXTRIGLVL Position       */\r
-#define UART1_FCR_RXTRIGLVL_Msk                               (0x03UL << UART1_FCR_RXTRIGLVL_Pos)                       /*!< UART1 FCR: RXTRIGLVL Mask           */\r
-\r
-// ----------------------------------------  UART1_LCR  -------------------------------------------\r
-#define UART1_LCR_WLS_Pos                                     0                                                         /*!< UART1 LCR: WLS Position             */\r
-#define UART1_LCR_WLS_Msk                                     (0x03UL << UART1_LCR_WLS_Pos)                             /*!< UART1 LCR: WLS Mask                 */\r
-#define UART1_LCR_SBS_Pos                                     2                                                         /*!< UART1 LCR: SBS Position             */\r
-#define UART1_LCR_SBS_Msk                                     (0x01UL << UART1_LCR_SBS_Pos)                             /*!< UART1 LCR: SBS Mask                 */\r
-#define UART1_LCR_PE_Pos                                      3                                                         /*!< UART1 LCR: PE Position              */\r
-#define UART1_LCR_PE_Msk                                      (0x01UL << UART1_LCR_PE_Pos)                              /*!< UART1 LCR: PE Mask                  */\r
-#define UART1_LCR_PS_Pos                                      4                                                         /*!< UART1 LCR: PS Position              */\r
-#define UART1_LCR_PS_Msk                                      (0x03UL << UART1_LCR_PS_Pos)                              /*!< UART1 LCR: PS Mask                  */\r
-#define UART1_LCR_BC_Pos                                      6                                                         /*!< UART1 LCR: BC Position              */\r
-#define UART1_LCR_BC_Msk                                      (0x01UL << UART1_LCR_BC_Pos)                              /*!< UART1 LCR: BC Mask                  */\r
-#define UART1_LCR_DLAB_Pos                                    7                                                         /*!< UART1 LCR: DLAB Position            */\r
-#define UART1_LCR_DLAB_Msk                                    (0x01UL << UART1_LCR_DLAB_Pos)                            /*!< UART1 LCR: DLAB Mask                */\r
-\r
-// ----------------------------------------  UART1_MCR  -------------------------------------------\r
-#define UART1_MCR_DTRCTRL_Pos                                 0                                                         /*!< UART1 MCR: DTRCTRL Position         */\r
-#define UART1_MCR_DTRCTRL_Msk                                 (0x01UL << UART1_MCR_DTRCTRL_Pos)                         /*!< UART1 MCR: DTRCTRL Mask             */\r
-#define UART1_MCR_RTSCTRL_Pos                                 1                                                         /*!< UART1 MCR: RTSCTRL Position         */\r
-#define UART1_MCR_RTSCTRL_Msk                                 (0x01UL << UART1_MCR_RTSCTRL_Pos)                         /*!< UART1 MCR: RTSCTRL Mask             */\r
-#define UART1_MCR_LMS_Pos                                     4                                                         /*!< UART1 MCR: LMS Position             */\r
-#define UART1_MCR_LMS_Msk                                     (0x01UL << UART1_MCR_LMS_Pos)                             /*!< UART1 MCR: LMS Mask                 */\r
-#define UART1_MCR_RTSEN_Pos                                   6                                                         /*!< UART1 MCR: RTSEN Position           */\r
-#define UART1_MCR_RTSEN_Msk                                   (0x01UL << UART1_MCR_RTSEN_Pos)                           /*!< UART1 MCR: RTSEN Mask               */\r
-#define UART1_MCR_CTSEN_Pos                                   7                                                         /*!< UART1 MCR: CTSEN Position           */\r
-#define UART1_MCR_CTSEN_Msk                                   (0x01UL << UART1_MCR_CTSEN_Pos)                           /*!< UART1 MCR: CTSEN Mask               */\r
-\r
-// ----------------------------------------  UART1_LSR  -------------------------------------------\r
-#define UART1_LSR_RDR_Pos                                     0                                                         /*!< UART1 LSR: RDR Position             */\r
-#define UART1_LSR_RDR_Msk                                     (0x01UL << UART1_LSR_RDR_Pos)                             /*!< UART1 LSR: RDR Mask                 */\r
-#define UART1_LSR_OE_Pos                                      1                                                         /*!< UART1 LSR: OE Position              */\r
-#define UART1_LSR_OE_Msk                                      (0x01UL << UART1_LSR_OE_Pos)                              /*!< UART1 LSR: OE Mask                  */\r
-#define UART1_LSR_PE_Pos                                      2                                                         /*!< UART1 LSR: PE Position              */\r
-#define UART1_LSR_PE_Msk                                      (0x01UL << UART1_LSR_PE_Pos)                              /*!< UART1 LSR: PE Mask                  */\r
-#define UART1_LSR_FE_Pos                                      3                                                         /*!< UART1 LSR: FE Position              */\r
-#define UART1_LSR_FE_Msk                                      (0x01UL << UART1_LSR_FE_Pos)                              /*!< UART1 LSR: FE Mask                  */\r
-#define UART1_LSR_BI_Pos                                      4                                                         /*!< UART1 LSR: BI Position              */\r
-#define UART1_LSR_BI_Msk                                      (0x01UL << UART1_LSR_BI_Pos)                              /*!< UART1 LSR: BI Mask                  */\r
-#define UART1_LSR_THRE_Pos                                    5                                                         /*!< UART1 LSR: THRE Position            */\r
-#define UART1_LSR_THRE_Msk                                    (0x01UL << UART1_LSR_THRE_Pos)                            /*!< UART1 LSR: THRE Mask                */\r
-#define UART1_LSR_TEMT_Pos                                    6                                                         /*!< UART1 LSR: TEMT Position            */\r
-#define UART1_LSR_TEMT_Msk                                    (0x01UL << UART1_LSR_TEMT_Pos)                            /*!< UART1 LSR: TEMT Mask                */\r
-#define UART1_LSR_RXFE_Pos                                    7                                                         /*!< UART1 LSR: RXFE Position            */\r
-#define UART1_LSR_RXFE_Msk                                    (0x01UL << UART1_LSR_RXFE_Pos)                            /*!< UART1 LSR: RXFE Mask                */\r
-\r
-// ----------------------------------------  UART1_MSR  -------------------------------------------\r
-#define UART1_MSR_DCTS_Pos                                    0                                                         /*!< UART1 MSR: DCTS Position            */\r
-#define UART1_MSR_DCTS_Msk                                    (0x01UL << UART1_MSR_DCTS_Pos)                            /*!< UART1 MSR: DCTS Mask                */\r
-#define UART1_MSR_DDSR_Pos                                    1                                                         /*!< UART1 MSR: DDSR Position            */\r
-#define UART1_MSR_DDSR_Msk                                    (0x01UL << UART1_MSR_DDSR_Pos)                            /*!< UART1 MSR: DDSR Mask                */\r
-#define UART1_MSR_TERI_Pos                                    2                                                         /*!< UART1 MSR: TERI Position            */\r
-#define UART1_MSR_TERI_Msk                                    (0x01UL << UART1_MSR_TERI_Pos)                            /*!< UART1 MSR: TERI Mask                */\r
-#define UART1_MSR_DDCD_Pos                                    3                                                         /*!< UART1 MSR: DDCD Position            */\r
-#define UART1_MSR_DDCD_Msk                                    (0x01UL << UART1_MSR_DDCD_Pos)                            /*!< UART1 MSR: DDCD Mask                */\r
-#define UART1_MSR_CTS_Pos                                     4                                                         /*!< UART1 MSR: CTS Position             */\r
-#define UART1_MSR_CTS_Msk                                     (0x01UL << UART1_MSR_CTS_Pos)                             /*!< UART1 MSR: CTS Mask                 */\r
-#define UART1_MSR_DSR_Pos                                     5                                                         /*!< UART1 MSR: DSR Position             */\r
-#define UART1_MSR_DSR_Msk                                     (0x01UL << UART1_MSR_DSR_Pos)                             /*!< UART1 MSR: DSR Mask                 */\r
-#define UART1_MSR_RI_Pos                                      6                                                         /*!< UART1 MSR: RI Position              */\r
-#define UART1_MSR_RI_Msk                                      (0x01UL << UART1_MSR_RI_Pos)                              /*!< UART1 MSR: RI Mask                  */\r
-#define UART1_MSR_DCD_Pos                                     7                                                         /*!< UART1 MSR: DCD Position             */\r
-#define UART1_MSR_DCD_Msk                                     (0x01UL << UART1_MSR_DCD_Pos)                             /*!< UART1 MSR: DCD Mask                 */\r
-\r
-// ----------------------------------------  UART1_SCR  -------------------------------------------\r
-#define UART1_SCR_Pad_Pos                                     0                                                         /*!< UART1 SCR: Pad Position             */\r
-#define UART1_SCR_Pad_Msk                                     (0x000000ffUL << UART1_SCR_Pad_Pos)                       /*!< UART1 SCR: Pad Mask                 */\r
-\r
-// ----------------------------------------  UART1_ACR  -------------------------------------------\r
-#define UART1_ACR_START_Pos                                   0                                                         /*!< UART1 ACR: START Position           */\r
-#define UART1_ACR_START_Msk                                   (0x01UL << UART1_ACR_START_Pos)                           /*!< UART1 ACR: START Mask               */\r
-#define UART1_ACR_MODE_Pos                                    1                                                         /*!< UART1 ACR: MODE Position            */\r
-#define UART1_ACR_MODE_Msk                                    (0x01UL << UART1_ACR_MODE_Pos)                            /*!< UART1 ACR: MODE Mask                */\r
-#define UART1_ACR_AUTORESTART_Pos                             2                                                         /*!< UART1 ACR: AUTORESTART Position     */\r
-#define UART1_ACR_AUTORESTART_Msk                             (0x01UL << UART1_ACR_AUTORESTART_Pos)                     /*!< UART1 ACR: AUTORESTART Mask         */\r
-#define UART1_ACR_ABEOINTCLR_Pos                              8                                                         /*!< UART1 ACR: ABEOINTCLR Position      */\r
-#define UART1_ACR_ABEOINTCLR_Msk                              (0x01UL << UART1_ACR_ABEOINTCLR_Pos)                      /*!< UART1 ACR: ABEOINTCLR Mask          */\r
-#define UART1_ACR_ABTOINTCLR_Pos                              9                                                         /*!< UART1 ACR: ABTOINTCLR Position      */\r
-#define UART1_ACR_ABTOINTCLR_Msk                              (0x01UL << UART1_ACR_ABTOINTCLR_Pos)                      /*!< UART1 ACR: ABTOINTCLR Mask          */\r
-\r
-// ----------------------------------------  UART1_FDR  -------------------------------------------\r
-#define UART1_FDR_DIVADDVAL_Pos                               0                                                         /*!< UART1 FDR: DIVADDVAL Position       */\r
-#define UART1_FDR_DIVADDVAL_Msk                               (0x0fUL << UART1_FDR_DIVADDVAL_Pos)                       /*!< UART1 FDR: DIVADDVAL Mask           */\r
-#define UART1_FDR_MULVAL_Pos                                  4                                                         /*!< UART1 FDR: MULVAL Position          */\r
-#define UART1_FDR_MULVAL_Msk                                  (0x0fUL << UART1_FDR_MULVAL_Pos)                          /*!< UART1 FDR: MULVAL Mask              */\r
-\r
-// ----------------------------------------  UART1_TER  -------------------------------------------\r
-#define UART1_TER_TXEN_Pos                                    7                                                         /*!< UART1 TER: TXEN Position            */\r
-#define UART1_TER_TXEN_Msk                                    (0x01UL << UART1_TER_TXEN_Pos)                            /*!< UART1 TER: TXEN Mask                */\r
-\r
-// -------------------------------------  UART1_RS485CTRL  ----------------------------------------\r
-#define UART1_RS485CTRL_NMMEN_Pos                             0                                                         /*!< UART1 RS485CTRL: NMMEN Position     */\r
-#define UART1_RS485CTRL_NMMEN_Msk                             (0x01UL << UART1_RS485CTRL_NMMEN_Pos)                     /*!< UART1 RS485CTRL: NMMEN Mask         */\r
-#define UART1_RS485CTRL_RXDIS_Pos                             1                                                         /*!< UART1 RS485CTRL: RXDIS Position     */\r
-#define UART1_RS485CTRL_RXDIS_Msk                             (0x01UL << UART1_RS485CTRL_RXDIS_Pos)                     /*!< UART1 RS485CTRL: RXDIS Mask         */\r
-#define UART1_RS485CTRL_AADEN_Pos                             2                                                         /*!< UART1 RS485CTRL: AADEN Position     */\r
-#define UART1_RS485CTRL_AADEN_Msk                             (0x01UL << UART1_RS485CTRL_AADEN_Pos)                     /*!< UART1 RS485CTRL: AADEN Mask         */\r
-#define UART1_RS485CTRL_SEL_Pos                               3                                                         /*!< UART1 RS485CTRL: SEL Position       */\r
-#define UART1_RS485CTRL_SEL_Msk                               (0x01UL << UART1_RS485CTRL_SEL_Pos)                       /*!< UART1 RS485CTRL: SEL Mask           */\r
-#define UART1_RS485CTRL_DCTRL_Pos                             4                                                         /*!< UART1 RS485CTRL: DCTRL Position     */\r
-#define UART1_RS485CTRL_DCTRL_Msk                             (0x01UL << UART1_RS485CTRL_DCTRL_Pos)                     /*!< UART1 RS485CTRL: DCTRL Mask         */\r
-#define UART1_RS485CTRL_OINV_Pos                              5                                                         /*!< UART1 RS485CTRL: OINV Position      */\r
-#define UART1_RS485CTRL_OINV_Msk                              (0x01UL << UART1_RS485CTRL_OINV_Pos)                      /*!< UART1 RS485CTRL: OINV Mask          */\r
-\r
-// -----------------------------------  UART1_RS485ADRMATCH  --------------------------------------\r
-#define UART1_RS485ADRMATCH_ADRMATCH_Pos                      0                                                         /*!< UART1 RS485ADRMATCH: ADRMATCH Position */\r
-#define UART1_RS485ADRMATCH_ADRMATCH_Msk                      (0x000000ffUL << UART1_RS485ADRMATCH_ADRMATCH_Pos)        /*!< UART1 RS485ADRMATCH: ADRMATCH Mask  */\r
-\r
-// -------------------------------------  UART1_RS485DLY  -----------------------------------------\r
-#define UART1_RS485DLY_DLY_Pos                                0                                                         /*!< UART1 RS485DLY: DLY Position        */\r
-#define UART1_RS485DLY_DLY_Msk                                (0x000000ffUL << UART1_RS485DLY_DLY_Pos)                  /*!< UART1 RS485DLY: DLY Mask            */\r
-\r
-// --------------------------------------  UART1_FIFOLVL  -----------------------------------------\r
-#define UART1_FIFOLVL_RXFIFILVL_Pos                           0                                                         /*!< UART1 FIFOLVL: RXFIFILVL Position   */\r
-#define UART1_FIFOLVL_RXFIFILVL_Msk                           (0x0fUL << UART1_FIFOLVL_RXFIFILVL_Pos)                   /*!< UART1 FIFOLVL: RXFIFILVL Mask       */\r
-#define UART1_FIFOLVL_TXFIFOLVL_Pos                           8                                                         /*!< UART1 FIFOLVL: TXFIFOLVL Position   */\r
-#define UART1_FIFOLVL_TXFIFOLVL_Msk                           (0x0fUL << UART1_FIFOLVL_TXFIFOLVL_Pos)                   /*!< UART1 FIFOLVL: TXFIFOLVL Mask       */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 SSP0 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  SSP0_CR0  --------------------------------------------\r
-#define SSP0_CR0_DSS_Pos                                      0                                                         /*!< SSP0 CR0: DSS Position              */\r
-#define SSP0_CR0_DSS_Msk                                      (0x0fUL << SSP0_CR0_DSS_Pos)                              /*!< SSP0 CR0: DSS Mask                  */\r
-#define SSP0_CR0_FRF_Pos                                      4                                                         /*!< SSP0 CR0: FRF Position              */\r
-#define SSP0_CR0_FRF_Msk                                      (0x03UL << SSP0_CR0_FRF_Pos)                              /*!< SSP0 CR0: FRF Mask                  */\r
-#define SSP0_CR0_CPOL_Pos                                     6                                                         /*!< SSP0 CR0: CPOL Position             */\r
-#define SSP0_CR0_CPOL_Msk                                     (0x01UL << SSP0_CR0_CPOL_Pos)                             /*!< SSP0 CR0: CPOL Mask                 */\r
-#define SSP0_CR0_CPHA_Pos                                     7                                                         /*!< SSP0 CR0: CPHA Position             */\r
-#define SSP0_CR0_CPHA_Msk                                     (0x01UL << SSP0_CR0_CPHA_Pos)                             /*!< SSP0 CR0: CPHA Mask                 */\r
-#define SSP0_CR0_SCR_Pos                                      8                                                         /*!< SSP0 CR0: SCR Position              */\r
-#define SSP0_CR0_SCR_Msk                                      (0x000000ffUL << SSP0_CR0_SCR_Pos)                        /*!< SSP0 CR0: SCR Mask                  */\r
-\r
-// ----------------------------------------  SSP0_CR1  --------------------------------------------\r
-#define SSP0_CR1_LBM_Pos                                      0                                                         /*!< SSP0 CR1: LBM Position              */\r
-#define SSP0_CR1_LBM_Msk                                      (0x01UL << SSP0_CR1_LBM_Pos)                              /*!< SSP0 CR1: LBM Mask                  */\r
-#define SSP0_CR1_SSE_Pos                                      1                                                         /*!< SSP0 CR1: SSE Position              */\r
-#define SSP0_CR1_SSE_Msk                                      (0x01UL << SSP0_CR1_SSE_Pos)                              /*!< SSP0 CR1: SSE Mask                  */\r
-#define SSP0_CR1_MS_Pos                                       2                                                         /*!< SSP0 CR1: MS Position               */\r
-#define SSP0_CR1_MS_Msk                                       (0x01UL << SSP0_CR1_MS_Pos)                               /*!< SSP0 CR1: MS Mask                   */\r
-#define SSP0_CR1_SOD_Pos                                      3                                                         /*!< SSP0 CR1: SOD Position              */\r
-#define SSP0_CR1_SOD_Msk                                      (0x01UL << SSP0_CR1_SOD_Pos)                              /*!< SSP0 CR1: SOD Mask                  */\r
-\r
-// -----------------------------------------  SSP0_DR  --------------------------------------------\r
-#define SSP0_DR_DATA_Pos                                      0                                                         /*!< SSP0 DR: DATA Position              */\r
-#define SSP0_DR_DATA_Msk                                      (0x0000ffffUL << SSP0_DR_DATA_Pos)                        /*!< SSP0 DR: DATA Mask                  */\r
-\r
-// -----------------------------------------  SSP0_SR  --------------------------------------------\r
-#define SSP0_SR_TFE_Pos                                       0                                                         /*!< SSP0 SR: TFE Position               */\r
-#define SSP0_SR_TFE_Msk                                       (0x01UL << SSP0_SR_TFE_Pos)                               /*!< SSP0 SR: TFE Mask                   */\r
-#define SSP0_SR_TNF_Pos                                       1                                                         /*!< SSP0 SR: TNF Position               */\r
-#define SSP0_SR_TNF_Msk                                       (0x01UL << SSP0_SR_TNF_Pos)                               /*!< SSP0 SR: TNF Mask                   */\r
-#define SSP0_SR_RNE_Pos                                       2                                                         /*!< SSP0 SR: RNE Position               */\r
-#define SSP0_SR_RNE_Msk                                       (0x01UL << SSP0_SR_RNE_Pos)                               /*!< SSP0 SR: RNE Mask                   */\r
-#define SSP0_SR_RFF_Pos                                       3                                                         /*!< SSP0 SR: RFF Position               */\r
-#define SSP0_SR_RFF_Msk                                       (0x01UL << SSP0_SR_RFF_Pos)                               /*!< SSP0 SR: RFF Mask                   */\r
-#define SSP0_SR_BSY_Pos                                       4                                                         /*!< SSP0 SR: BSY Position               */\r
-#define SSP0_SR_BSY_Msk                                       (0x01UL << SSP0_SR_BSY_Pos)                               /*!< SSP0 SR: BSY Mask                   */\r
-\r
-// ----------------------------------------  SSP0_CPSR  -------------------------------------------\r
-#define SSP0_CPSR_CPSDVSR_Pos                                 0                                                         /*!< SSP0 CPSR: CPSDVSR Position         */\r
-#define SSP0_CPSR_CPSDVSR_Msk                                 (0x000000ffUL << SSP0_CPSR_CPSDVSR_Pos)                   /*!< SSP0 CPSR: CPSDVSR Mask             */\r
-\r
-// ----------------------------------------  SSP0_IMSC  -------------------------------------------\r
-#define SSP0_IMSC_RORIM_Pos                                   0                                                         /*!< SSP0 IMSC: RORIM Position           */\r
-#define SSP0_IMSC_RORIM_Msk                                   (0x01UL << SSP0_IMSC_RORIM_Pos)                           /*!< SSP0 IMSC: RORIM Mask               */\r
-#define SSP0_IMSC_RTIM_Pos                                    1                                                         /*!< SSP0 IMSC: RTIM Position            */\r
-#define SSP0_IMSC_RTIM_Msk                                    (0x01UL << SSP0_IMSC_RTIM_Pos)                            /*!< SSP0 IMSC: RTIM Mask                */\r
-#define SSP0_IMSC_RXIM_Pos                                    2                                                         /*!< SSP0 IMSC: RXIM Position            */\r
-#define SSP0_IMSC_RXIM_Msk                                    (0x01UL << SSP0_IMSC_RXIM_Pos)                            /*!< SSP0 IMSC: RXIM Mask                */\r
-#define SSP0_IMSC_TXIM_Pos                                    3                                                         /*!< SSP0 IMSC: TXIM Position            */\r
-#define SSP0_IMSC_TXIM_Msk                                    (0x01UL << SSP0_IMSC_TXIM_Pos)                            /*!< SSP0 IMSC: TXIM Mask                */\r
-\r
-// ----------------------------------------  SSP0_RIS  --------------------------------------------\r
-#define SSP0_RIS_RORRIS_Pos                                   0                                                         /*!< SSP0 RIS: RORRIS Position           */\r
-#define SSP0_RIS_RORRIS_Msk                                   (0x01UL << SSP0_RIS_RORRIS_Pos)                           /*!< SSP0 RIS: RORRIS Mask               */\r
-#define SSP0_RIS_RTRIS_Pos                                    1                                                         /*!< SSP0 RIS: RTRIS Position            */\r
-#define SSP0_RIS_RTRIS_Msk                                    (0x01UL << SSP0_RIS_RTRIS_Pos)                            /*!< SSP0 RIS: RTRIS Mask                */\r
-#define SSP0_RIS_RXRIS_Pos                                    2                                                         /*!< SSP0 RIS: RXRIS Position            */\r
-#define SSP0_RIS_RXRIS_Msk                                    (0x01UL << SSP0_RIS_RXRIS_Pos)                            /*!< SSP0 RIS: RXRIS Mask                */\r
-#define SSP0_RIS_TXRIS_Pos                                    3                                                         /*!< SSP0 RIS: TXRIS Position            */\r
-#define SSP0_RIS_TXRIS_Msk                                    (0x01UL << SSP0_RIS_TXRIS_Pos)                            /*!< SSP0 RIS: TXRIS Mask                */\r
-\r
-// ----------------------------------------  SSP0_MIS  --------------------------------------------\r
-#define SSP0_MIS_RORMIS_Pos                                   0                                                         /*!< SSP0 MIS: RORMIS Position           */\r
-#define SSP0_MIS_RORMIS_Msk                                   (0x01UL << SSP0_MIS_RORMIS_Pos)                           /*!< SSP0 MIS: RORMIS Mask               */\r
-#define SSP0_MIS_RTMIS_Pos                                    1                                                         /*!< SSP0 MIS: RTMIS Position            */\r
-#define SSP0_MIS_RTMIS_Msk                                    (0x01UL << SSP0_MIS_RTMIS_Pos)                            /*!< SSP0 MIS: RTMIS Mask                */\r
-#define SSP0_MIS_RXMIS_Pos                                    2                                                         /*!< SSP0 MIS: RXMIS Position            */\r
-#define SSP0_MIS_RXMIS_Msk                                    (0x01UL << SSP0_MIS_RXMIS_Pos)                            /*!< SSP0 MIS: RXMIS Mask                */\r
-#define SSP0_MIS_TXMIS_Pos                                    3                                                         /*!< SSP0 MIS: TXMIS Position            */\r
-#define SSP0_MIS_TXMIS_Msk                                    (0x01UL << SSP0_MIS_TXMIS_Pos)                            /*!< SSP0 MIS: TXMIS Mask                */\r
-\r
-// ----------------------------------------  SSP0_ICR  --------------------------------------------\r
-#define SSP0_ICR_RORIC_Pos                                    0                                                         /*!< SSP0 ICR: RORIC Position            */\r
-#define SSP0_ICR_RORIC_Msk                                    (0x01UL << SSP0_ICR_RORIC_Pos)                            /*!< SSP0 ICR: RORIC Mask                */\r
-#define SSP0_ICR_RTIC_Pos                                     1                                                         /*!< SSP0 ICR: RTIC Position             */\r
-#define SSP0_ICR_RTIC_Msk                                     (0x01UL << SSP0_ICR_RTIC_Pos)                             /*!< SSP0 ICR: RTIC Mask                 */\r
-\r
-// ---------------------------------------  SSP0_DMACR  -------------------------------------------\r
-#define SSP0_DMACR_RXDMAE_Pos                                 0                                                         /*!< SSP0 DMACR: RXDMAE Position         */\r
-#define SSP0_DMACR_RXDMAE_Msk                                 (0x01UL << SSP0_DMACR_RXDMAE_Pos)                         /*!< SSP0 DMACR: RXDMAE Mask             */\r
-#define SSP0_DMACR_TXDMAE_Pos                                 1                                                         /*!< SSP0 DMACR: TXDMAE Position         */\r
-#define SSP0_DMACR_TXDMAE_Msk                                 (0x01UL << SSP0_DMACR_TXDMAE_Pos)                         /*!< SSP0 DMACR: TXDMAE Mask             */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 SSP1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  SSP1_CR0  --------------------------------------------\r
-#define SSP1_CR0_DSS_Pos                                      0                                                         /*!< SSP1 CR0: DSS Position              */\r
-#define SSP1_CR0_DSS_Msk                                      (0x0fUL << SSP1_CR0_DSS_Pos)                              /*!< SSP1 CR0: DSS Mask                  */\r
-#define SSP1_CR0_FRF_Pos                                      4                                                         /*!< SSP1 CR0: FRF Position              */\r
-#define SSP1_CR0_FRF_Msk                                      (0x03UL << SSP1_CR0_FRF_Pos)                              /*!< SSP1 CR0: FRF Mask                  */\r
-#define SSP1_CR0_CPOL_Pos                                     6                                                         /*!< SSP1 CR0: CPOL Position             */\r
-#define SSP1_CR0_CPOL_Msk                                     (0x01UL << SSP1_CR0_CPOL_Pos)                             /*!< SSP1 CR0: CPOL Mask                 */\r
-#define SSP1_CR0_CPHA_Pos                                     7                                                         /*!< SSP1 CR0: CPHA Position             */\r
-#define SSP1_CR0_CPHA_Msk                                     (0x01UL << SSP1_CR0_CPHA_Pos)                             /*!< SSP1 CR0: CPHA Mask                 */\r
-#define SSP1_CR0_SCR_Pos                                      8                                                         /*!< SSP1 CR0: SCR Position              */\r
-#define SSP1_CR0_SCR_Msk                                      (0x000000ffUL << SSP1_CR0_SCR_Pos)                        /*!< SSP1 CR0: SCR Mask                  */\r
-\r
-// ----------------------------------------  SSP1_CR1  --------------------------------------------\r
-#define SSP1_CR1_LBM_Pos                                      0                                                         /*!< SSP1 CR1: LBM Position              */\r
-#define SSP1_CR1_LBM_Msk                                      (0x01UL << SSP1_CR1_LBM_Pos)                              /*!< SSP1 CR1: LBM Mask                  */\r
-#define SSP1_CR1_SSE_Pos                                      1                                                         /*!< SSP1 CR1: SSE Position              */\r
-#define SSP1_CR1_SSE_Msk                                      (0x01UL << SSP1_CR1_SSE_Pos)                              /*!< SSP1 CR1: SSE Mask                  */\r
-#define SSP1_CR1_MS_Pos                                       2                                                         /*!< SSP1 CR1: MS Position               */\r
-#define SSP1_CR1_MS_Msk                                       (0x01UL << SSP1_CR1_MS_Pos)                               /*!< SSP1 CR1: MS Mask                   */\r
-#define SSP1_CR1_SOD_Pos                                      3                                                         /*!< SSP1 CR1: SOD Position              */\r
-#define SSP1_CR1_SOD_Msk                                      (0x01UL << SSP1_CR1_SOD_Pos)                              /*!< SSP1 CR1: SOD Mask                  */\r
-\r
-// -----------------------------------------  SSP1_DR  --------------------------------------------\r
-#define SSP1_DR_DATA_Pos                                      0                                                         /*!< SSP1 DR: DATA Position              */\r
-#define SSP1_DR_DATA_Msk                                      (0x0000ffffUL << SSP1_DR_DATA_Pos)                        /*!< SSP1 DR: DATA Mask                  */\r
-\r
-// -----------------------------------------  SSP1_SR  --------------------------------------------\r
-#define SSP1_SR_TFE_Pos                                       0                                                         /*!< SSP1 SR: TFE Position               */\r
-#define SSP1_SR_TFE_Msk                                       (0x01UL << SSP1_SR_TFE_Pos)                               /*!< SSP1 SR: TFE Mask                   */\r
-#define SSP1_SR_TNF_Pos                                       1                                                         /*!< SSP1 SR: TNF Position               */\r
-#define SSP1_SR_TNF_Msk                                       (0x01UL << SSP1_SR_TNF_Pos)                               /*!< SSP1 SR: TNF Mask                   */\r
-#define SSP1_SR_RNE_Pos                                       2                                                         /*!< SSP1 SR: RNE Position               */\r
-#define SSP1_SR_RNE_Msk                                       (0x01UL << SSP1_SR_RNE_Pos)                               /*!< SSP1 SR: RNE Mask                   */\r
-#define SSP1_SR_RFF_Pos                                       3                                                         /*!< SSP1 SR: RFF Position               */\r
-#define SSP1_SR_RFF_Msk                                       (0x01UL << SSP1_SR_RFF_Pos)                               /*!< SSP1 SR: RFF Mask                   */\r
-#define SSP1_SR_BSY_Pos                                       4                                                         /*!< SSP1 SR: BSY Position               */\r
-#define SSP1_SR_BSY_Msk                                       (0x01UL << SSP1_SR_BSY_Pos)                               /*!< SSP1 SR: BSY Mask                   */\r
-\r
-// ----------------------------------------  SSP1_CPSR  -------------------------------------------\r
-#define SSP1_CPSR_CPSDVSR_Pos                                 0                                                         /*!< SSP1 CPSR: CPSDVSR Position         */\r
-#define SSP1_CPSR_CPSDVSR_Msk                                 (0x000000ffUL << SSP1_CPSR_CPSDVSR_Pos)                   /*!< SSP1 CPSR: CPSDVSR Mask             */\r
-\r
-// ----------------------------------------  SSP1_IMSC  -------------------------------------------\r
-#define SSP1_IMSC_RORIM_Pos                                   0                                                         /*!< SSP1 IMSC: RORIM Position           */\r
-#define SSP1_IMSC_RORIM_Msk                                   (0x01UL << SSP1_IMSC_RORIM_Pos)                           /*!< SSP1 IMSC: RORIM Mask               */\r
-#define SSP1_IMSC_RTIM_Pos                                    1                                                         /*!< SSP1 IMSC: RTIM Position            */\r
-#define SSP1_IMSC_RTIM_Msk                                    (0x01UL << SSP1_IMSC_RTIM_Pos)                            /*!< SSP1 IMSC: RTIM Mask                */\r
-#define SSP1_IMSC_RXIM_Pos                                    2                                                         /*!< SSP1 IMSC: RXIM Position            */\r
-#define SSP1_IMSC_RXIM_Msk                                    (0x01UL << SSP1_IMSC_RXIM_Pos)                            /*!< SSP1 IMSC: RXIM Mask                */\r
-#define SSP1_IMSC_TXIM_Pos                                    3                                                         /*!< SSP1 IMSC: TXIM Position            */\r
-#define SSP1_IMSC_TXIM_Msk                                    (0x01UL << SSP1_IMSC_TXIM_Pos)                            /*!< SSP1 IMSC: TXIM Mask                */\r
-\r
-// ----------------------------------------  SSP1_RIS  --------------------------------------------\r
-#define SSP1_RIS_RORRIS_Pos                                   0                                                         /*!< SSP1 RIS: RORRIS Position           */\r
-#define SSP1_RIS_RORRIS_Msk                                   (0x01UL << SSP1_RIS_RORRIS_Pos)                           /*!< SSP1 RIS: RORRIS Mask               */\r
-#define SSP1_RIS_RTRIS_Pos                                    1                                                         /*!< SSP1 RIS: RTRIS Position            */\r
-#define SSP1_RIS_RTRIS_Msk                                    (0x01UL << SSP1_RIS_RTRIS_Pos)                            /*!< SSP1 RIS: RTRIS Mask                */\r
-#define SSP1_RIS_RXRIS_Pos                                    2                                                         /*!< SSP1 RIS: RXRIS Position            */\r
-#define SSP1_RIS_RXRIS_Msk                                    (0x01UL << SSP1_RIS_RXRIS_Pos)                            /*!< SSP1 RIS: RXRIS Mask                */\r
-#define SSP1_RIS_TXRIS_Pos                                    3                                                         /*!< SSP1 RIS: TXRIS Position            */\r
-#define SSP1_RIS_TXRIS_Msk                                    (0x01UL << SSP1_RIS_TXRIS_Pos)                            /*!< SSP1 RIS: TXRIS Mask                */\r
-\r
-// ----------------------------------------  SSP1_MIS  --------------------------------------------\r
-#define SSP1_MIS_RORMIS_Pos                                   0                                                         /*!< SSP1 MIS: RORMIS Position           */\r
-#define SSP1_MIS_RORMIS_Msk                                   (0x01UL << SSP1_MIS_RORMIS_Pos)                           /*!< SSP1 MIS: RORMIS Mask               */\r
-#define SSP1_MIS_RTMIS_Pos                                    1                                                         /*!< SSP1 MIS: RTMIS Position            */\r
-#define SSP1_MIS_RTMIS_Msk                                    (0x01UL << SSP1_MIS_RTMIS_Pos)                            /*!< SSP1 MIS: RTMIS Mask                */\r
-#define SSP1_MIS_RXMIS_Pos                                    2                                                         /*!< SSP1 MIS: RXMIS Position            */\r
-#define SSP1_MIS_RXMIS_Msk                                    (0x01UL << SSP1_MIS_RXMIS_Pos)                            /*!< SSP1 MIS: RXMIS Mask                */\r
-#define SSP1_MIS_TXMIS_Pos                                    3                                                         /*!< SSP1 MIS: TXMIS Position            */\r
-#define SSP1_MIS_TXMIS_Msk                                    (0x01UL << SSP1_MIS_TXMIS_Pos)                            /*!< SSP1 MIS: TXMIS Mask                */\r
-\r
-// ----------------------------------------  SSP1_ICR  --------------------------------------------\r
-#define SSP1_ICR_RORIC_Pos                                    0                                                         /*!< SSP1 ICR: RORIC Position            */\r
-#define SSP1_ICR_RORIC_Msk                                    (0x01UL << SSP1_ICR_RORIC_Pos)                            /*!< SSP1 ICR: RORIC Mask                */\r
-#define SSP1_ICR_RTIC_Pos                                     1                                                         /*!< SSP1 ICR: RTIC Position             */\r
-#define SSP1_ICR_RTIC_Msk                                     (0x01UL << SSP1_ICR_RTIC_Pos)                             /*!< SSP1 ICR: RTIC Mask                 */\r
-\r
-// ---------------------------------------  SSP1_DMACR  -------------------------------------------\r
-#define SSP1_DMACR_RXDMAE_Pos                                 0                                                         /*!< SSP1 DMACR: RXDMAE Position         */\r
-#define SSP1_DMACR_RXDMAE_Msk                                 (0x01UL << SSP1_DMACR_RXDMAE_Pos)                         /*!< SSP1 DMACR: RXDMAE Mask             */\r
-#define SSP1_DMACR_TXDMAE_Pos                                 1                                                         /*!< SSP1 DMACR: TXDMAE Position         */\r
-#define SSP1_DMACR_TXDMAE_Msk                                 (0x01UL << SSP1_DMACR_TXDMAE_Pos)                         /*!< SSP1 DMACR: TXDMAE Mask             */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                TIMER0 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  TIMER0_IR  -------------------------------------------\r
-#define TIMER0_IR_MR0INT_Pos                                  0                                                         /*!< TIMER0 IR: MR0INT Position          */\r
-#define TIMER0_IR_MR0INT_Msk                                  (0x01UL << TIMER0_IR_MR0INT_Pos)                          /*!< TIMER0 IR: MR0INT Mask              */\r
-#define TIMER0_IR_MR1INT_Pos                                  1                                                         /*!< TIMER0 IR: MR1INT Position          */\r
-#define TIMER0_IR_MR1INT_Msk                                  (0x01UL << TIMER0_IR_MR1INT_Pos)                          /*!< TIMER0 IR: MR1INT Mask              */\r
-#define TIMER0_IR_MR2INT_Pos                                  2                                                         /*!< TIMER0 IR: MR2INT Position          */\r
-#define TIMER0_IR_MR2INT_Msk                                  (0x01UL << TIMER0_IR_MR2INT_Pos)                          /*!< TIMER0 IR: MR2INT Mask              */\r
-#define TIMER0_IR_MR3INT_Pos                                  3                                                         /*!< TIMER0 IR: MR3INT Position          */\r
-#define TIMER0_IR_MR3INT_Msk                                  (0x01UL << TIMER0_IR_MR3INT_Pos)                          /*!< TIMER0 IR: MR3INT Mask              */\r
-#define TIMER0_IR_CR0INT_Pos                                  4                                                         /*!< TIMER0 IR: CR0INT Position          */\r
-#define TIMER0_IR_CR0INT_Msk                                  (0x01UL << TIMER0_IR_CR0INT_Pos)                          /*!< TIMER0 IR: CR0INT Mask              */\r
-#define TIMER0_IR_CR1INT_Pos                                  5                                                         /*!< TIMER0 IR: CR1INT Position          */\r
-#define TIMER0_IR_CR1INT_Msk                                  (0x01UL << TIMER0_IR_CR1INT_Pos)                          /*!< TIMER0 IR: CR1INT Mask              */\r
-#define TIMER0_IR_CR2INT_Pos                                  6                                                         /*!< TIMER0 IR: CR2INT Position          */\r
-#define TIMER0_IR_CR2INT_Msk                                  (0x01UL << TIMER0_IR_CR2INT_Pos)                          /*!< TIMER0 IR: CR2INT Mask              */\r
-#define TIMER0_IR_CR3INT_Pos                                  7                                                         /*!< TIMER0 IR: CR3INT Position          */\r
-#define TIMER0_IR_CR3INT_Msk                                  (0x01UL << TIMER0_IR_CR3INT_Pos)                          /*!< TIMER0 IR: CR3INT Mask              */\r
-\r
-// ---------------------------------------  TIMER0_TCR  -------------------------------------------\r
-#define TIMER0_TCR_CEN_Pos                                    0                                                         /*!< TIMER0 TCR: CEN Position            */\r
-#define TIMER0_TCR_CEN_Msk                                    (0x01UL << TIMER0_TCR_CEN_Pos)                            /*!< TIMER0 TCR: CEN Mask                */\r
-#define TIMER0_TCR_CRST_Pos                                   1                                                         /*!< TIMER0 TCR: CRST Position           */\r
-#define TIMER0_TCR_CRST_Msk                                   (0x01UL << TIMER0_TCR_CRST_Pos)                           /*!< TIMER0 TCR: CRST Mask               */\r
-\r
-// ----------------------------------------  TIMER0_TC  -------------------------------------------\r
-#define TIMER0_TC_TC_Pos                                      0                                                         /*!< TIMER0 TC: TC Position              */\r
-#define TIMER0_TC_TC_Msk                                      (0xffffffffUL << TIMER0_TC_TC_Pos)                        /*!< TIMER0 TC: TC Mask                  */\r
-\r
-// ----------------------------------------  TIMER0_PR  -------------------------------------------\r
-#define TIMER0_PR_PM_Pos                                      0                                                         /*!< TIMER0 PR: PM Position              */\r
-#define TIMER0_PR_PM_Msk                                      (0xffffffffUL << TIMER0_PR_PM_Pos)                        /*!< TIMER0 PR: PM Mask                  */\r
-\r
-// ----------------------------------------  TIMER0_PC  -------------------------------------------\r
-#define TIMER0_PC_PC_Pos                                      0                                                         /*!< TIMER0 PC: PC Position              */\r
-#define TIMER0_PC_PC_Msk                                      (0xffffffffUL << TIMER0_PC_PC_Pos)                        /*!< TIMER0 PC: PC Mask                  */\r
-\r
-// ---------------------------------------  TIMER0_MCR  -------------------------------------------\r
-#define TIMER0_MCR_MR0I_Pos                                   0                                                         /*!< TIMER0 MCR: MR0I Position           */\r
-#define TIMER0_MCR_MR0I_Msk                                   (0x01UL << TIMER0_MCR_MR0I_Pos)                           /*!< TIMER0 MCR: MR0I Mask               */\r
-#define TIMER0_MCR_MR0R_Pos                                   1                                                         /*!< TIMER0 MCR: MR0R Position           */\r
-#define TIMER0_MCR_MR0R_Msk                                   (0x01UL << TIMER0_MCR_MR0R_Pos)                           /*!< TIMER0 MCR: MR0R Mask               */\r
-#define TIMER0_MCR_MR0S_Pos                                   2                                                         /*!< TIMER0 MCR: MR0S Position           */\r
-#define TIMER0_MCR_MR0S_Msk                                   (0x01UL << TIMER0_MCR_MR0S_Pos)                           /*!< TIMER0 MCR: MR0S Mask               */\r
-#define TIMER0_MCR_MR1I_Pos                                   3                                                         /*!< TIMER0 MCR: MR1I Position           */\r
-#define TIMER0_MCR_MR1I_Msk                                   (0x01UL << TIMER0_MCR_MR1I_Pos)                           /*!< TIMER0 MCR: MR1I Mask               */\r
-#define TIMER0_MCR_MR1R_Pos                                   4                                                         /*!< TIMER0 MCR: MR1R Position           */\r
-#define TIMER0_MCR_MR1R_Msk                                   (0x01UL << TIMER0_MCR_MR1R_Pos)                           /*!< TIMER0 MCR: MR1R Mask               */\r
-#define TIMER0_MCR_MR1S_Pos                                   5                                                         /*!< TIMER0 MCR: MR1S Position           */\r
-#define TIMER0_MCR_MR1S_Msk                                   (0x01UL << TIMER0_MCR_MR1S_Pos)                           /*!< TIMER0 MCR: MR1S Mask               */\r
-#define TIMER0_MCR_MR2I_Pos                                   6                                                         /*!< TIMER0 MCR: MR2I Position           */\r
-#define TIMER0_MCR_MR2I_Msk                                   (0x01UL << TIMER0_MCR_MR2I_Pos)                           /*!< TIMER0 MCR: MR2I Mask               */\r
-#define TIMER0_MCR_MR2R_Pos                                   7                                                         /*!< TIMER0 MCR: MR2R Position           */\r
-#define TIMER0_MCR_MR2R_Msk                                   (0x01UL << TIMER0_MCR_MR2R_Pos)                           /*!< TIMER0 MCR: MR2R Mask               */\r
-#define TIMER0_MCR_MR2S_Pos                                   8                                                         /*!< TIMER0 MCR: MR2S Position           */\r
-#define TIMER0_MCR_MR2S_Msk                                   (0x01UL << TIMER0_MCR_MR2S_Pos)                           /*!< TIMER0 MCR: MR2S Mask               */\r
-#define TIMER0_MCR_MR3I_Pos                                   9                                                         /*!< TIMER0 MCR: MR3I Position           */\r
-#define TIMER0_MCR_MR3I_Msk                                   (0x01UL << TIMER0_MCR_MR3I_Pos)                           /*!< TIMER0 MCR: MR3I Mask               */\r
-#define TIMER0_MCR_MR3R_Pos                                   10                                                        /*!< TIMER0 MCR: MR3R Position           */\r
-#define TIMER0_MCR_MR3R_Msk                                   (0x01UL << TIMER0_MCR_MR3R_Pos)                           /*!< TIMER0 MCR: MR3R Mask               */\r
-#define TIMER0_MCR_MR3S_Pos                                   11                                                        /*!< TIMER0 MCR: MR3S Position           */\r
-#define TIMER0_MCR_MR3S_Msk                                   (0x01UL << TIMER0_MCR_MR3S_Pos)                           /*!< TIMER0 MCR: MR3S Mask               */\r
-\r
-// ---------------------------------------  TIMER0_MR0  -------------------------------------------\r
-#define TIMER0_MR0_MATCH_Pos                                  0                                                         /*!< TIMER0 MR0: MATCH Position          */\r
-#define TIMER0_MR0_MATCH_Msk                                  (0xffffffffUL << TIMER0_MR0_MATCH_Pos)                    /*!< TIMER0 MR0: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER0_MR1  -------------------------------------------\r
-#define TIMER0_MR1_MATCH_Pos                                  0                                                         /*!< TIMER0 MR1: MATCH Position          */\r
-#define TIMER0_MR1_MATCH_Msk                                  (0xffffffffUL << TIMER0_MR1_MATCH_Pos)                    /*!< TIMER0 MR1: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER0_MR2  -------------------------------------------\r
-#define TIMER0_MR2_MATCH_Pos                                  0                                                         /*!< TIMER0 MR2: MATCH Position          */\r
-#define TIMER0_MR2_MATCH_Msk                                  (0xffffffffUL << TIMER0_MR2_MATCH_Pos)                    /*!< TIMER0 MR2: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER0_MR3  -------------------------------------------\r
-#define TIMER0_MR3_MATCH_Pos                                  0                                                         /*!< TIMER0 MR3: MATCH Position          */\r
-#define TIMER0_MR3_MATCH_Msk                                  (0xffffffffUL << TIMER0_MR3_MATCH_Pos)                    /*!< TIMER0 MR3: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER0_CCR  -------------------------------------------\r
-#define TIMER0_CCR_CAP0RE_Pos                                 0                                                         /*!< TIMER0 CCR: CAP0RE Position         */\r
-#define TIMER0_CCR_CAP0RE_Msk                                 (0x01UL << TIMER0_CCR_CAP0RE_Pos)                         /*!< TIMER0 CCR: CAP0RE Mask             */\r
-#define TIMER0_CCR_CAP0FE_Pos                                 1                                                         /*!< TIMER0 CCR: CAP0FE Position         */\r
-#define TIMER0_CCR_CAP0FE_Msk                                 (0x01UL << TIMER0_CCR_CAP0FE_Pos)                         /*!< TIMER0 CCR: CAP0FE Mask             */\r
-#define TIMER0_CCR_CAP0I_Pos                                  2                                                         /*!< TIMER0 CCR: CAP0I Position          */\r
-#define TIMER0_CCR_CAP0I_Msk                                  (0x01UL << TIMER0_CCR_CAP0I_Pos)                          /*!< TIMER0 CCR: CAP0I Mask              */\r
-#define TIMER0_CCR_CAP1RE_Pos                                 3                                                         /*!< TIMER0 CCR: CAP1RE Position         */\r
-#define TIMER0_CCR_CAP1RE_Msk                                 (0x01UL << TIMER0_CCR_CAP1RE_Pos)                         /*!< TIMER0 CCR: CAP1RE Mask             */\r
-#define TIMER0_CCR_CAP1FE_Pos                                 4                                                         /*!< TIMER0 CCR: CAP1FE Position         */\r
-#define TIMER0_CCR_CAP1FE_Msk                                 (0x01UL << TIMER0_CCR_CAP1FE_Pos)                         /*!< TIMER0 CCR: CAP1FE Mask             */\r
-#define TIMER0_CCR_CAP1I_Pos                                  5                                                         /*!< TIMER0 CCR: CAP1I Position          */\r
-#define TIMER0_CCR_CAP1I_Msk                                  (0x01UL << TIMER0_CCR_CAP1I_Pos)                          /*!< TIMER0 CCR: CAP1I Mask              */\r
-#define TIMER0_CCR_CAP2RE_Pos                                 6                                                         /*!< TIMER0 CCR: CAP2RE Position         */\r
-#define TIMER0_CCR_CAP2RE_Msk                                 (0x01UL << TIMER0_CCR_CAP2RE_Pos)                         /*!< TIMER0 CCR: CAP2RE Mask             */\r
-#define TIMER0_CCR_CAP2FE_Pos                                 7                                                         /*!< TIMER0 CCR: CAP2FE Position         */\r
-#define TIMER0_CCR_CAP2FE_Msk                                 (0x01UL << TIMER0_CCR_CAP2FE_Pos)                         /*!< TIMER0 CCR: CAP2FE Mask             */\r
-#define TIMER0_CCR_CAP2I_Pos                                  8                                                         /*!< TIMER0 CCR: CAP2I Position          */\r
-#define TIMER0_CCR_CAP2I_Msk                                  (0x01UL << TIMER0_CCR_CAP2I_Pos)                          /*!< TIMER0 CCR: CAP2I Mask              */\r
-#define TIMER0_CCR_CAP3RE_Pos                                 9                                                         /*!< TIMER0 CCR: CAP3RE Position         */\r
-#define TIMER0_CCR_CAP3RE_Msk                                 (0x01UL << TIMER0_CCR_CAP3RE_Pos)                         /*!< TIMER0 CCR: CAP3RE Mask             */\r
-#define TIMER0_CCR_CAP3FE_Pos                                 10                                                        /*!< TIMER0 CCR: CAP3FE Position         */\r
-#define TIMER0_CCR_CAP3FE_Msk                                 (0x01UL << TIMER0_CCR_CAP3FE_Pos)                         /*!< TIMER0 CCR: CAP3FE Mask             */\r
-#define TIMER0_CCR_CAP3I_Pos                                  11                                                        /*!< TIMER0 CCR: CAP3I Position          */\r
-#define TIMER0_CCR_CAP3I_Msk                                  (0x01UL << TIMER0_CCR_CAP3I_Pos)                          /*!< TIMER0 CCR: CAP3I Mask              */\r
-\r
-// ---------------------------------------  TIMER0_CR0  -------------------------------------------\r
-#define TIMER0_CR0_CAP_Pos                                    0                                                         /*!< TIMER0 CR0: CAP Position            */\r
-#define TIMER0_CR0_CAP_Msk                                    (0xffffffffUL << TIMER0_CR0_CAP_Pos)                      /*!< TIMER0 CR0: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER0_CR1  -------------------------------------------\r
-#define TIMER0_CR1_CAP_Pos                                    0                                                         /*!< TIMER0 CR1: CAP Position            */\r
-#define TIMER0_CR1_CAP_Msk                                    (0xffffffffUL << TIMER0_CR1_CAP_Pos)                      /*!< TIMER0 CR1: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER0_CR2  -------------------------------------------\r
-#define TIMER0_CR2_CAP_Pos                                    0                                                         /*!< TIMER0 CR2: CAP Position            */\r
-#define TIMER0_CR2_CAP_Msk                                    (0xffffffffUL << TIMER0_CR2_CAP_Pos)                      /*!< TIMER0 CR2: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER0_CR3  -------------------------------------------\r
-#define TIMER0_CR3_CAP_Pos                                    0                                                         /*!< TIMER0 CR3: CAP Position            */\r
-#define TIMER0_CR3_CAP_Msk                                    (0xffffffffUL << TIMER0_CR3_CAP_Pos)                      /*!< TIMER0 CR3: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER0_EMR  -------------------------------------------\r
-#define TIMER0_EMR_EM0_Pos                                    0                                                         /*!< TIMER0 EMR: EM0 Position            */\r
-#define TIMER0_EMR_EM0_Msk                                    (0x01UL << TIMER0_EMR_EM0_Pos)                            /*!< TIMER0 EMR: EM0 Mask                */\r
-#define TIMER0_EMR_EM1_Pos                                    1                                                         /*!< TIMER0 EMR: EM1 Position            */\r
-#define TIMER0_EMR_EM1_Msk                                    (0x01UL << TIMER0_EMR_EM1_Pos)                            /*!< TIMER0 EMR: EM1 Mask                */\r
-#define TIMER0_EMR_EM2_Pos                                    2                                                         /*!< TIMER0 EMR: EM2 Position            */\r
-#define TIMER0_EMR_EM2_Msk                                    (0x01UL << TIMER0_EMR_EM2_Pos)                            /*!< TIMER0 EMR: EM2 Mask                */\r
-#define TIMER0_EMR_EM3_Pos                                    3                                                         /*!< TIMER0 EMR: EM3 Position            */\r
-#define TIMER0_EMR_EM3_Msk                                    (0x01UL << TIMER0_EMR_EM3_Pos)                            /*!< TIMER0 EMR: EM3 Mask                */\r
-#define TIMER0_EMR_EMC0_Pos                                   4                                                         /*!< TIMER0 EMR: EMC0 Position           */\r
-#define TIMER0_EMR_EMC0_Msk                                   (0x03UL << TIMER0_EMR_EMC0_Pos)                           /*!< TIMER0 EMR: EMC0 Mask               */\r
-#define TIMER0_EMR_EMC1_Pos                                   6                                                         /*!< TIMER0 EMR: EMC1 Position           */\r
-#define TIMER0_EMR_EMC1_Msk                                   (0x03UL << TIMER0_EMR_EMC1_Pos)                           /*!< TIMER0 EMR: EMC1 Mask               */\r
-#define TIMER0_EMR_EMC2_Pos                                   8                                                         /*!< TIMER0 EMR: EMC2 Position           */\r
-#define TIMER0_EMR_EMC2_Msk                                   (0x03UL << TIMER0_EMR_EMC2_Pos)                           /*!< TIMER0 EMR: EMC2 Mask               */\r
-#define TIMER0_EMR_EMC3_Pos                                   10                                                        /*!< TIMER0 EMR: EMC3 Position           */\r
-#define TIMER0_EMR_EMC3_Msk                                   (0x03UL << TIMER0_EMR_EMC3_Pos)                           /*!< TIMER0 EMR: EMC3 Mask               */\r
-\r
-// ---------------------------------------  TIMER0_CTCR  ------------------------------------------\r
-#define TIMER0_CTCR_CTMODE_Pos                                0                                                         /*!< TIMER0 CTCR: CTMODE Position        */\r
-#define TIMER0_CTCR_CTMODE_Msk                                (0x03UL << TIMER0_CTCR_CTMODE_Pos)                        /*!< TIMER0 CTCR: CTMODE Mask            */\r
-#define TIMER0_CTCR_CINSEL_Pos                                2                                                         /*!< TIMER0 CTCR: CINSEL Position        */\r
-#define TIMER0_CTCR_CINSEL_Msk                                (0x03UL << TIMER0_CTCR_CINSEL_Pos)                        /*!< TIMER0 CTCR: CINSEL Mask            */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                TIMER1 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  TIMER1_IR  -------------------------------------------\r
-#define TIMER1_IR_MR0INT_Pos                                  0                                                         /*!< TIMER1 IR: MR0INT Position          */\r
-#define TIMER1_IR_MR0INT_Msk                                  (0x01UL << TIMER1_IR_MR0INT_Pos)                          /*!< TIMER1 IR: MR0INT Mask              */\r
-#define TIMER1_IR_MR1INT_Pos                                  1                                                         /*!< TIMER1 IR: MR1INT Position          */\r
-#define TIMER1_IR_MR1INT_Msk                                  (0x01UL << TIMER1_IR_MR1INT_Pos)                          /*!< TIMER1 IR: MR1INT Mask              */\r
-#define TIMER1_IR_MR2INT_Pos                                  2                                                         /*!< TIMER1 IR: MR2INT Position          */\r
-#define TIMER1_IR_MR2INT_Msk                                  (0x01UL << TIMER1_IR_MR2INT_Pos)                          /*!< TIMER1 IR: MR2INT Mask              */\r
-#define TIMER1_IR_MR3INT_Pos                                  3                                                         /*!< TIMER1 IR: MR3INT Position          */\r
-#define TIMER1_IR_MR3INT_Msk                                  (0x01UL << TIMER1_IR_MR3INT_Pos)                          /*!< TIMER1 IR: MR3INT Mask              */\r
-#define TIMER1_IR_CR0INT_Pos                                  4                                                         /*!< TIMER1 IR: CR0INT Position          */\r
-#define TIMER1_IR_CR0INT_Msk                                  (0x01UL << TIMER1_IR_CR0INT_Pos)                          /*!< TIMER1 IR: CR0INT Mask              */\r
-#define TIMER1_IR_CR1INT_Pos                                  5                                                         /*!< TIMER1 IR: CR1INT Position          */\r
-#define TIMER1_IR_CR1INT_Msk                                  (0x01UL << TIMER1_IR_CR1INT_Pos)                          /*!< TIMER1 IR: CR1INT Mask              */\r
-#define TIMER1_IR_CR2INT_Pos                                  6                                                         /*!< TIMER1 IR: CR2INT Position          */\r
-#define TIMER1_IR_CR2INT_Msk                                  (0x01UL << TIMER1_IR_CR2INT_Pos)                          /*!< TIMER1 IR: CR2INT Mask              */\r
-#define TIMER1_IR_CR3INT_Pos                                  7                                                         /*!< TIMER1 IR: CR3INT Position          */\r
-#define TIMER1_IR_CR3INT_Msk                                  (0x01UL << TIMER1_IR_CR3INT_Pos)                          /*!< TIMER1 IR: CR3INT Mask              */\r
-\r
-// ---------------------------------------  TIMER1_TCR  -------------------------------------------\r
-#define TIMER1_TCR_CEN_Pos                                    0                                                         /*!< TIMER1 TCR: CEN Position            */\r
-#define TIMER1_TCR_CEN_Msk                                    (0x01UL << TIMER1_TCR_CEN_Pos)                            /*!< TIMER1 TCR: CEN Mask                */\r
-#define TIMER1_TCR_CRST_Pos                                   1                                                         /*!< TIMER1 TCR: CRST Position           */\r
-#define TIMER1_TCR_CRST_Msk                                   (0x01UL << TIMER1_TCR_CRST_Pos)                           /*!< TIMER1 TCR: CRST Mask               */\r
-\r
-// ----------------------------------------  TIMER1_TC  -------------------------------------------\r
-#define TIMER1_TC_TC_Pos                                      0                                                         /*!< TIMER1 TC: TC Position              */\r
-#define TIMER1_TC_TC_Msk                                      (0xffffffffUL << TIMER1_TC_TC_Pos)                        /*!< TIMER1 TC: TC Mask                  */\r
-\r
-// ----------------------------------------  TIMER1_PR  -------------------------------------------\r
-#define TIMER1_PR_PM_Pos                                      0                                                         /*!< TIMER1 PR: PM Position              */\r
-#define TIMER1_PR_PM_Msk                                      (0xffffffffUL << TIMER1_PR_PM_Pos)                        /*!< TIMER1 PR: PM Mask                  */\r
-\r
-// ----------------------------------------  TIMER1_PC  -------------------------------------------\r
-#define TIMER1_PC_PC_Pos                                      0                                                         /*!< TIMER1 PC: PC Position              */\r
-#define TIMER1_PC_PC_Msk                                      (0xffffffffUL << TIMER1_PC_PC_Pos)                        /*!< TIMER1 PC: PC Mask                  */\r
-\r
-// ---------------------------------------  TIMER1_MCR  -------------------------------------------\r
-#define TIMER1_MCR_MR0I_Pos                                   0                                                         /*!< TIMER1 MCR: MR0I Position           */\r
-#define TIMER1_MCR_MR0I_Msk                                   (0x01UL << TIMER1_MCR_MR0I_Pos)                           /*!< TIMER1 MCR: MR0I Mask               */\r
-#define TIMER1_MCR_MR0R_Pos                                   1                                                         /*!< TIMER1 MCR: MR0R Position           */\r
-#define TIMER1_MCR_MR0R_Msk                                   (0x01UL << TIMER1_MCR_MR0R_Pos)                           /*!< TIMER1 MCR: MR0R Mask               */\r
-#define TIMER1_MCR_MR0S_Pos                                   2                                                         /*!< TIMER1 MCR: MR0S Position           */\r
-#define TIMER1_MCR_MR0S_Msk                                   (0x01UL << TIMER1_MCR_MR0S_Pos)                           /*!< TIMER1 MCR: MR0S Mask               */\r
-#define TIMER1_MCR_MR1I_Pos                                   3                                                         /*!< TIMER1 MCR: MR1I Position           */\r
-#define TIMER1_MCR_MR1I_Msk                                   (0x01UL << TIMER1_MCR_MR1I_Pos)                           /*!< TIMER1 MCR: MR1I Mask               */\r
-#define TIMER1_MCR_MR1R_Pos                                   4                                                         /*!< TIMER1 MCR: MR1R Position           */\r
-#define TIMER1_MCR_MR1R_Msk                                   (0x01UL << TIMER1_MCR_MR1R_Pos)                           /*!< TIMER1 MCR: MR1R Mask               */\r
-#define TIMER1_MCR_MR1S_Pos                                   5                                                         /*!< TIMER1 MCR: MR1S Position           */\r
-#define TIMER1_MCR_MR1S_Msk                                   (0x01UL << TIMER1_MCR_MR1S_Pos)                           /*!< TIMER1 MCR: MR1S Mask               */\r
-#define TIMER1_MCR_MR2I_Pos                                   6                                                         /*!< TIMER1 MCR: MR2I Position           */\r
-#define TIMER1_MCR_MR2I_Msk                                   (0x01UL << TIMER1_MCR_MR2I_Pos)                           /*!< TIMER1 MCR: MR2I Mask               */\r
-#define TIMER1_MCR_MR2R_Pos                                   7                                                         /*!< TIMER1 MCR: MR2R Position           */\r
-#define TIMER1_MCR_MR2R_Msk                                   (0x01UL << TIMER1_MCR_MR2R_Pos)                           /*!< TIMER1 MCR: MR2R Mask               */\r
-#define TIMER1_MCR_MR2S_Pos                                   8                                                         /*!< TIMER1 MCR: MR2S Position           */\r
-#define TIMER1_MCR_MR2S_Msk                                   (0x01UL << TIMER1_MCR_MR2S_Pos)                           /*!< TIMER1 MCR: MR2S Mask               */\r
-#define TIMER1_MCR_MR3I_Pos                                   9                                                         /*!< TIMER1 MCR: MR3I Position           */\r
-#define TIMER1_MCR_MR3I_Msk                                   (0x01UL << TIMER1_MCR_MR3I_Pos)                           /*!< TIMER1 MCR: MR3I Mask               */\r
-#define TIMER1_MCR_MR3R_Pos                                   10                                                        /*!< TIMER1 MCR: MR3R Position           */\r
-#define TIMER1_MCR_MR3R_Msk                                   (0x01UL << TIMER1_MCR_MR3R_Pos)                           /*!< TIMER1 MCR: MR3R Mask               */\r
-#define TIMER1_MCR_MR3S_Pos                                   11                                                        /*!< TIMER1 MCR: MR3S Position           */\r
-#define TIMER1_MCR_MR3S_Msk                                   (0x01UL << TIMER1_MCR_MR3S_Pos)                           /*!< TIMER1 MCR: MR3S Mask               */\r
-\r
-// ---------------------------------------  TIMER1_MR0  -------------------------------------------\r
-#define TIMER1_MR0_MATCH_Pos                                  0                                                         /*!< TIMER1 MR0: MATCH Position          */\r
-#define TIMER1_MR0_MATCH_Msk                                  (0xffffffffUL << TIMER1_MR0_MATCH_Pos)                    /*!< TIMER1 MR0: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER1_MR1  -------------------------------------------\r
-#define TIMER1_MR1_MATCH_Pos                                  0                                                         /*!< TIMER1 MR1: MATCH Position          */\r
-#define TIMER1_MR1_MATCH_Msk                                  (0xffffffffUL << TIMER1_MR1_MATCH_Pos)                    /*!< TIMER1 MR1: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER1_MR2  -------------------------------------------\r
-#define TIMER1_MR2_MATCH_Pos                                  0                                                         /*!< TIMER1 MR2: MATCH Position          */\r
-#define TIMER1_MR2_MATCH_Msk                                  (0xffffffffUL << TIMER1_MR2_MATCH_Pos)                    /*!< TIMER1 MR2: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER1_MR3  -------------------------------------------\r
-#define TIMER1_MR3_MATCH_Pos                                  0                                                         /*!< TIMER1 MR3: MATCH Position          */\r
-#define TIMER1_MR3_MATCH_Msk                                  (0xffffffffUL << TIMER1_MR3_MATCH_Pos)                    /*!< TIMER1 MR3: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER1_CCR  -------------------------------------------\r
-#define TIMER1_CCR_CAP0RE_Pos                                 0                                                         /*!< TIMER1 CCR: CAP0RE Position         */\r
-#define TIMER1_CCR_CAP0RE_Msk                                 (0x01UL << TIMER1_CCR_CAP0RE_Pos)                         /*!< TIMER1 CCR: CAP0RE Mask             */\r
-#define TIMER1_CCR_CAP0FE_Pos                                 1                                                         /*!< TIMER1 CCR: CAP0FE Position         */\r
-#define TIMER1_CCR_CAP0FE_Msk                                 (0x01UL << TIMER1_CCR_CAP0FE_Pos)                         /*!< TIMER1 CCR: CAP0FE Mask             */\r
-#define TIMER1_CCR_CAP0I_Pos                                  2                                                         /*!< TIMER1 CCR: CAP0I Position          */\r
-#define TIMER1_CCR_CAP0I_Msk                                  (0x01UL << TIMER1_CCR_CAP0I_Pos)                          /*!< TIMER1 CCR: CAP0I Mask              */\r
-#define TIMER1_CCR_CAP1RE_Pos                                 3                                                         /*!< TIMER1 CCR: CAP1RE Position         */\r
-#define TIMER1_CCR_CAP1RE_Msk                                 (0x01UL << TIMER1_CCR_CAP1RE_Pos)                         /*!< TIMER1 CCR: CAP1RE Mask             */\r
-#define TIMER1_CCR_CAP1FE_Pos                                 4                                                         /*!< TIMER1 CCR: CAP1FE Position         */\r
-#define TIMER1_CCR_CAP1FE_Msk                                 (0x01UL << TIMER1_CCR_CAP1FE_Pos)                         /*!< TIMER1 CCR: CAP1FE Mask             */\r
-#define TIMER1_CCR_CAP1I_Pos                                  5                                                         /*!< TIMER1 CCR: CAP1I Position          */\r
-#define TIMER1_CCR_CAP1I_Msk                                  (0x01UL << TIMER1_CCR_CAP1I_Pos)                          /*!< TIMER1 CCR: CAP1I Mask              */\r
-#define TIMER1_CCR_CAP2RE_Pos                                 6                                                         /*!< TIMER1 CCR: CAP2RE Position         */\r
-#define TIMER1_CCR_CAP2RE_Msk                                 (0x01UL << TIMER1_CCR_CAP2RE_Pos)                         /*!< TIMER1 CCR: CAP2RE Mask             */\r
-#define TIMER1_CCR_CAP2FE_Pos                                 7                                                         /*!< TIMER1 CCR: CAP2FE Position         */\r
-#define TIMER1_CCR_CAP2FE_Msk                                 (0x01UL << TIMER1_CCR_CAP2FE_Pos)                         /*!< TIMER1 CCR: CAP2FE Mask             */\r
-#define TIMER1_CCR_CAP2I_Pos                                  8                                                         /*!< TIMER1 CCR: CAP2I Position          */\r
-#define TIMER1_CCR_CAP2I_Msk                                  (0x01UL << TIMER1_CCR_CAP2I_Pos)                          /*!< TIMER1 CCR: CAP2I Mask              */\r
-#define TIMER1_CCR_CAP3RE_Pos                                 9                                                         /*!< TIMER1 CCR: CAP3RE Position         */\r
-#define TIMER1_CCR_CAP3RE_Msk                                 (0x01UL << TIMER1_CCR_CAP3RE_Pos)                         /*!< TIMER1 CCR: CAP3RE Mask             */\r
-#define TIMER1_CCR_CAP3FE_Pos                                 10                                                        /*!< TIMER1 CCR: CAP3FE Position         */\r
-#define TIMER1_CCR_CAP3FE_Msk                                 (0x01UL << TIMER1_CCR_CAP3FE_Pos)                         /*!< TIMER1 CCR: CAP3FE Mask             */\r
-#define TIMER1_CCR_CAP3I_Pos                                  11                                                        /*!< TIMER1 CCR: CAP3I Position          */\r
-#define TIMER1_CCR_CAP3I_Msk                                  (0x01UL << TIMER1_CCR_CAP3I_Pos)                          /*!< TIMER1 CCR: CAP3I Mask              */\r
-\r
-// ---------------------------------------  TIMER1_CR0  -------------------------------------------\r
-#define TIMER1_CR0_CAP_Pos                                    0                                                         /*!< TIMER1 CR0: CAP Position            */\r
-#define TIMER1_CR0_CAP_Msk                                    (0xffffffffUL << TIMER1_CR0_CAP_Pos)                      /*!< TIMER1 CR0: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER1_CR1  -------------------------------------------\r
-#define TIMER1_CR1_CAP_Pos                                    0                                                         /*!< TIMER1 CR1: CAP Position            */\r
-#define TIMER1_CR1_CAP_Msk                                    (0xffffffffUL << TIMER1_CR1_CAP_Pos)                      /*!< TIMER1 CR1: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER1_CR2  -------------------------------------------\r
-#define TIMER1_CR2_CAP_Pos                                    0                                                         /*!< TIMER1 CR2: CAP Position            */\r
-#define TIMER1_CR2_CAP_Msk                                    (0xffffffffUL << TIMER1_CR2_CAP_Pos)                      /*!< TIMER1 CR2: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER1_CR3  -------------------------------------------\r
-#define TIMER1_CR3_CAP_Pos                                    0                                                         /*!< TIMER1 CR3: CAP Position            */\r
-#define TIMER1_CR3_CAP_Msk                                    (0xffffffffUL << TIMER1_CR3_CAP_Pos)                      /*!< TIMER1 CR3: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER1_EMR  -------------------------------------------\r
-#define TIMER1_EMR_EM0_Pos                                    0                                                         /*!< TIMER1 EMR: EM0 Position            */\r
-#define TIMER1_EMR_EM0_Msk                                    (0x01UL << TIMER1_EMR_EM0_Pos)                            /*!< TIMER1 EMR: EM0 Mask                */\r
-#define TIMER1_EMR_EM1_Pos                                    1                                                         /*!< TIMER1 EMR: EM1 Position            */\r
-#define TIMER1_EMR_EM1_Msk                                    (0x01UL << TIMER1_EMR_EM1_Pos)                            /*!< TIMER1 EMR: EM1 Mask                */\r
-#define TIMER1_EMR_EM2_Pos                                    2                                                         /*!< TIMER1 EMR: EM2 Position            */\r
-#define TIMER1_EMR_EM2_Msk                                    (0x01UL << TIMER1_EMR_EM2_Pos)                            /*!< TIMER1 EMR: EM2 Mask                */\r
-#define TIMER1_EMR_EM3_Pos                                    3                                                         /*!< TIMER1 EMR: EM3 Position            */\r
-#define TIMER1_EMR_EM3_Msk                                    (0x01UL << TIMER1_EMR_EM3_Pos)                            /*!< TIMER1 EMR: EM3 Mask                */\r
-#define TIMER1_EMR_EMC0_Pos                                   4                                                         /*!< TIMER1 EMR: EMC0 Position           */\r
-#define TIMER1_EMR_EMC0_Msk                                   (0x03UL << TIMER1_EMR_EMC0_Pos)                           /*!< TIMER1 EMR: EMC0 Mask               */\r
-#define TIMER1_EMR_EMC1_Pos                                   6                                                         /*!< TIMER1 EMR: EMC1 Position           */\r
-#define TIMER1_EMR_EMC1_Msk                                   (0x03UL << TIMER1_EMR_EMC1_Pos)                           /*!< TIMER1 EMR: EMC1 Mask               */\r
-#define TIMER1_EMR_EMC2_Pos                                   8                                                         /*!< TIMER1 EMR: EMC2 Position           */\r
-#define TIMER1_EMR_EMC2_Msk                                   (0x03UL << TIMER1_EMR_EMC2_Pos)                           /*!< TIMER1 EMR: EMC2 Mask               */\r
-#define TIMER1_EMR_EMC3_Pos                                   10                                                        /*!< TIMER1 EMR: EMC3 Position           */\r
-#define TIMER1_EMR_EMC3_Msk                                   (0x03UL << TIMER1_EMR_EMC3_Pos)                           /*!< TIMER1 EMR: EMC3 Mask               */\r
-\r
-// ---------------------------------------  TIMER1_CTCR  ------------------------------------------\r
-#define TIMER1_CTCR_CTMODE_Pos                                0                                                         /*!< TIMER1 CTCR: CTMODE Position        */\r
-#define TIMER1_CTCR_CTMODE_Msk                                (0x03UL << TIMER1_CTCR_CTMODE_Pos)                        /*!< TIMER1 CTCR: CTMODE Mask            */\r
-#define TIMER1_CTCR_CINSEL_Pos                                2                                                         /*!< TIMER1 CTCR: CINSEL Position        */\r
-#define TIMER1_CTCR_CINSEL_Msk                                (0x03UL << TIMER1_CTCR_CINSEL_Pos)                        /*!< TIMER1 CTCR: CINSEL Mask            */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                TIMER2 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  TIMER2_IR  -------------------------------------------\r
-#define TIMER2_IR_MR0INT_Pos                                  0                                                         /*!< TIMER2 IR: MR0INT Position          */\r
-#define TIMER2_IR_MR0INT_Msk                                  (0x01UL << TIMER2_IR_MR0INT_Pos)                          /*!< TIMER2 IR: MR0INT Mask              */\r
-#define TIMER2_IR_MR1INT_Pos                                  1                                                         /*!< TIMER2 IR: MR1INT Position          */\r
-#define TIMER2_IR_MR1INT_Msk                                  (0x01UL << TIMER2_IR_MR1INT_Pos)                          /*!< TIMER2 IR: MR1INT Mask              */\r
-#define TIMER2_IR_MR2INT_Pos                                  2                                                         /*!< TIMER2 IR: MR2INT Position          */\r
-#define TIMER2_IR_MR2INT_Msk                                  (0x01UL << TIMER2_IR_MR2INT_Pos)                          /*!< TIMER2 IR: MR2INT Mask              */\r
-#define TIMER2_IR_MR3INT_Pos                                  3                                                         /*!< TIMER2 IR: MR3INT Position          */\r
-#define TIMER2_IR_MR3INT_Msk                                  (0x01UL << TIMER2_IR_MR3INT_Pos)                          /*!< TIMER2 IR: MR3INT Mask              */\r
-#define TIMER2_IR_CR0INT_Pos                                  4                                                         /*!< TIMER2 IR: CR0INT Position          */\r
-#define TIMER2_IR_CR0INT_Msk                                  (0x01UL << TIMER2_IR_CR0INT_Pos)                          /*!< TIMER2 IR: CR0INT Mask              */\r
-#define TIMER2_IR_CR1INT_Pos                                  5                                                         /*!< TIMER2 IR: CR1INT Position          */\r
-#define TIMER2_IR_CR1INT_Msk                                  (0x01UL << TIMER2_IR_CR1INT_Pos)                          /*!< TIMER2 IR: CR1INT Mask              */\r
-#define TIMER2_IR_CR2INT_Pos                                  6                                                         /*!< TIMER2 IR: CR2INT Position          */\r
-#define TIMER2_IR_CR2INT_Msk                                  (0x01UL << TIMER2_IR_CR2INT_Pos)                          /*!< TIMER2 IR: CR2INT Mask              */\r
-#define TIMER2_IR_CR3INT_Pos                                  7                                                         /*!< TIMER2 IR: CR3INT Position          */\r
-#define TIMER2_IR_CR3INT_Msk                                  (0x01UL << TIMER2_IR_CR3INT_Pos)                          /*!< TIMER2 IR: CR3INT Mask              */\r
-\r
-// ---------------------------------------  TIMER2_TCR  -------------------------------------------\r
-#define TIMER2_TCR_CEN_Pos                                    0                                                         /*!< TIMER2 TCR: CEN Position            */\r
-#define TIMER2_TCR_CEN_Msk                                    (0x01UL << TIMER2_TCR_CEN_Pos)                            /*!< TIMER2 TCR: CEN Mask                */\r
-#define TIMER2_TCR_CRST_Pos                                   1                                                         /*!< TIMER2 TCR: CRST Position           */\r
-#define TIMER2_TCR_CRST_Msk                                   (0x01UL << TIMER2_TCR_CRST_Pos)                           /*!< TIMER2 TCR: CRST Mask               */\r
-\r
-// ----------------------------------------  TIMER2_TC  -------------------------------------------\r
-#define TIMER2_TC_TC_Pos                                      0                                                         /*!< TIMER2 TC: TC Position              */\r
-#define TIMER2_TC_TC_Msk                                      (0xffffffffUL << TIMER2_TC_TC_Pos)                        /*!< TIMER2 TC: TC Mask                  */\r
-\r
-// ----------------------------------------  TIMER2_PR  -------------------------------------------\r
-#define TIMER2_PR_PM_Pos                                      0                                                         /*!< TIMER2 PR: PM Position              */\r
-#define TIMER2_PR_PM_Msk                                      (0xffffffffUL << TIMER2_PR_PM_Pos)                        /*!< TIMER2 PR: PM Mask                  */\r
-\r
-// ----------------------------------------  TIMER2_PC  -------------------------------------------\r
-#define TIMER2_PC_PC_Pos                                      0                                                         /*!< TIMER2 PC: PC Position              */\r
-#define TIMER2_PC_PC_Msk                                      (0xffffffffUL << TIMER2_PC_PC_Pos)                        /*!< TIMER2 PC: PC Mask                  */\r
-\r
-// ---------------------------------------  TIMER2_MCR  -------------------------------------------\r
-#define TIMER2_MCR_MR0I_Pos                                   0                                                         /*!< TIMER2 MCR: MR0I Position           */\r
-#define TIMER2_MCR_MR0I_Msk                                   (0x01UL << TIMER2_MCR_MR0I_Pos)                           /*!< TIMER2 MCR: MR0I Mask               */\r
-#define TIMER2_MCR_MR0R_Pos                                   1                                                         /*!< TIMER2 MCR: MR0R Position           */\r
-#define TIMER2_MCR_MR0R_Msk                                   (0x01UL << TIMER2_MCR_MR0R_Pos)                           /*!< TIMER2 MCR: MR0R Mask               */\r
-#define TIMER2_MCR_MR0S_Pos                                   2                                                         /*!< TIMER2 MCR: MR0S Position           */\r
-#define TIMER2_MCR_MR0S_Msk                                   (0x01UL << TIMER2_MCR_MR0S_Pos)                           /*!< TIMER2 MCR: MR0S Mask               */\r
-#define TIMER2_MCR_MR1I_Pos                                   3                                                         /*!< TIMER2 MCR: MR1I Position           */\r
-#define TIMER2_MCR_MR1I_Msk                                   (0x01UL << TIMER2_MCR_MR1I_Pos)                           /*!< TIMER2 MCR: MR1I Mask               */\r
-#define TIMER2_MCR_MR1R_Pos                                   4                                                         /*!< TIMER2 MCR: MR1R Position           */\r
-#define TIMER2_MCR_MR1R_Msk                                   (0x01UL << TIMER2_MCR_MR1R_Pos)                           /*!< TIMER2 MCR: MR1R Mask               */\r
-#define TIMER2_MCR_MR1S_Pos                                   5                                                         /*!< TIMER2 MCR: MR1S Position           */\r
-#define TIMER2_MCR_MR1S_Msk                                   (0x01UL << TIMER2_MCR_MR1S_Pos)                           /*!< TIMER2 MCR: MR1S Mask               */\r
-#define TIMER2_MCR_MR2I_Pos                                   6                                                         /*!< TIMER2 MCR: MR2I Position           */\r
-#define TIMER2_MCR_MR2I_Msk                                   (0x01UL << TIMER2_MCR_MR2I_Pos)                           /*!< TIMER2 MCR: MR2I Mask               */\r
-#define TIMER2_MCR_MR2R_Pos                                   7                                                         /*!< TIMER2 MCR: MR2R Position           */\r
-#define TIMER2_MCR_MR2R_Msk                                   (0x01UL << TIMER2_MCR_MR2R_Pos)                           /*!< TIMER2 MCR: MR2R Mask               */\r
-#define TIMER2_MCR_MR2S_Pos                                   8                                                         /*!< TIMER2 MCR: MR2S Position           */\r
-#define TIMER2_MCR_MR2S_Msk                                   (0x01UL << TIMER2_MCR_MR2S_Pos)                           /*!< TIMER2 MCR: MR2S Mask               */\r
-#define TIMER2_MCR_MR3I_Pos                                   9                                                         /*!< TIMER2 MCR: MR3I Position           */\r
-#define TIMER2_MCR_MR3I_Msk                                   (0x01UL << TIMER2_MCR_MR3I_Pos)                           /*!< TIMER2 MCR: MR3I Mask               */\r
-#define TIMER2_MCR_MR3R_Pos                                   10                                                        /*!< TIMER2 MCR: MR3R Position           */\r
-#define TIMER2_MCR_MR3R_Msk                                   (0x01UL << TIMER2_MCR_MR3R_Pos)                           /*!< TIMER2 MCR: MR3R Mask               */\r
-#define TIMER2_MCR_MR3S_Pos                                   11                                                        /*!< TIMER2 MCR: MR3S Position           */\r
-#define TIMER2_MCR_MR3S_Msk                                   (0x01UL << TIMER2_MCR_MR3S_Pos)                           /*!< TIMER2 MCR: MR3S Mask               */\r
-\r
-// ---------------------------------------  TIMER2_MR0  -------------------------------------------\r
-#define TIMER2_MR0_MATCH_Pos                                  0                                                         /*!< TIMER2 MR0: MATCH Position          */\r
-#define TIMER2_MR0_MATCH_Msk                                  (0xffffffffUL << TIMER2_MR0_MATCH_Pos)                    /*!< TIMER2 MR0: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER2_MR1  -------------------------------------------\r
-#define TIMER2_MR1_MATCH_Pos                                  0                                                         /*!< TIMER2 MR1: MATCH Position          */\r
-#define TIMER2_MR1_MATCH_Msk                                  (0xffffffffUL << TIMER2_MR1_MATCH_Pos)                    /*!< TIMER2 MR1: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER2_MR2  -------------------------------------------\r
-#define TIMER2_MR2_MATCH_Pos                                  0                                                         /*!< TIMER2 MR2: MATCH Position          */\r
-#define TIMER2_MR2_MATCH_Msk                                  (0xffffffffUL << TIMER2_MR2_MATCH_Pos)                    /*!< TIMER2 MR2: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER2_MR3  -------------------------------------------\r
-#define TIMER2_MR3_MATCH_Pos                                  0                                                         /*!< TIMER2 MR3: MATCH Position          */\r
-#define TIMER2_MR3_MATCH_Msk                                  (0xffffffffUL << TIMER2_MR3_MATCH_Pos)                    /*!< TIMER2 MR3: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER2_CCR  -------------------------------------------\r
-#define TIMER2_CCR_CAP0RE_Pos                                 0                                                         /*!< TIMER2 CCR: CAP0RE Position         */\r
-#define TIMER2_CCR_CAP0RE_Msk                                 (0x01UL << TIMER2_CCR_CAP0RE_Pos)                         /*!< TIMER2 CCR: CAP0RE Mask             */\r
-#define TIMER2_CCR_CAP0FE_Pos                                 1                                                         /*!< TIMER2 CCR: CAP0FE Position         */\r
-#define TIMER2_CCR_CAP0FE_Msk                                 (0x01UL << TIMER2_CCR_CAP0FE_Pos)                         /*!< TIMER2 CCR: CAP0FE Mask             */\r
-#define TIMER2_CCR_CAP0I_Pos                                  2                                                         /*!< TIMER2 CCR: CAP0I Position          */\r
-#define TIMER2_CCR_CAP0I_Msk                                  (0x01UL << TIMER2_CCR_CAP0I_Pos)                          /*!< TIMER2 CCR: CAP0I Mask              */\r
-#define TIMER2_CCR_CAP1RE_Pos                                 3                                                         /*!< TIMER2 CCR: CAP1RE Position         */\r
-#define TIMER2_CCR_CAP1RE_Msk                                 (0x01UL << TIMER2_CCR_CAP1RE_Pos)                         /*!< TIMER2 CCR: CAP1RE Mask             */\r
-#define TIMER2_CCR_CAP1FE_Pos                                 4                                                         /*!< TIMER2 CCR: CAP1FE Position         */\r
-#define TIMER2_CCR_CAP1FE_Msk                                 (0x01UL << TIMER2_CCR_CAP1FE_Pos)                         /*!< TIMER2 CCR: CAP1FE Mask             */\r
-#define TIMER2_CCR_CAP1I_Pos                                  5                                                         /*!< TIMER2 CCR: CAP1I Position          */\r
-#define TIMER2_CCR_CAP1I_Msk                                  (0x01UL << TIMER2_CCR_CAP1I_Pos)                          /*!< TIMER2 CCR: CAP1I Mask              */\r
-#define TIMER2_CCR_CAP2RE_Pos                                 6                                                         /*!< TIMER2 CCR: CAP2RE Position         */\r
-#define TIMER2_CCR_CAP2RE_Msk                                 (0x01UL << TIMER2_CCR_CAP2RE_Pos)                         /*!< TIMER2 CCR: CAP2RE Mask             */\r
-#define TIMER2_CCR_CAP2FE_Pos                                 7                                                         /*!< TIMER2 CCR: CAP2FE Position         */\r
-#define TIMER2_CCR_CAP2FE_Msk                                 (0x01UL << TIMER2_CCR_CAP2FE_Pos)                         /*!< TIMER2 CCR: CAP2FE Mask             */\r
-#define TIMER2_CCR_CAP2I_Pos                                  8                                                         /*!< TIMER2 CCR: CAP2I Position          */\r
-#define TIMER2_CCR_CAP2I_Msk                                  (0x01UL << TIMER2_CCR_CAP2I_Pos)                          /*!< TIMER2 CCR: CAP2I Mask              */\r
-#define TIMER2_CCR_CAP3RE_Pos                                 9                                                         /*!< TIMER2 CCR: CAP3RE Position         */\r
-#define TIMER2_CCR_CAP3RE_Msk                                 (0x01UL << TIMER2_CCR_CAP3RE_Pos)                         /*!< TIMER2 CCR: CAP3RE Mask             */\r
-#define TIMER2_CCR_CAP3FE_Pos                                 10                                                        /*!< TIMER2 CCR: CAP3FE Position         */\r
-#define TIMER2_CCR_CAP3FE_Msk                                 (0x01UL << TIMER2_CCR_CAP3FE_Pos)                         /*!< TIMER2 CCR: CAP3FE Mask             */\r
-#define TIMER2_CCR_CAP3I_Pos                                  11                                                        /*!< TIMER2 CCR: CAP3I Position          */\r
-#define TIMER2_CCR_CAP3I_Msk                                  (0x01UL << TIMER2_CCR_CAP3I_Pos)                          /*!< TIMER2 CCR: CAP3I Mask              */\r
-\r
-// ---------------------------------------  TIMER2_CR0  -------------------------------------------\r
-#define TIMER2_CR0_CAP_Pos                                    0                                                         /*!< TIMER2 CR0: CAP Position            */\r
-#define TIMER2_CR0_CAP_Msk                                    (0xffffffffUL << TIMER2_CR0_CAP_Pos)                      /*!< TIMER2 CR0: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER2_CR1  -------------------------------------------\r
-#define TIMER2_CR1_CAP_Pos                                    0                                                         /*!< TIMER2 CR1: CAP Position            */\r
-#define TIMER2_CR1_CAP_Msk                                    (0xffffffffUL << TIMER2_CR1_CAP_Pos)                      /*!< TIMER2 CR1: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER2_CR2  -------------------------------------------\r
-#define TIMER2_CR2_CAP_Pos                                    0                                                         /*!< TIMER2 CR2: CAP Position            */\r
-#define TIMER2_CR2_CAP_Msk                                    (0xffffffffUL << TIMER2_CR2_CAP_Pos)                      /*!< TIMER2 CR2: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER2_CR3  -------------------------------------------\r
-#define TIMER2_CR3_CAP_Pos                                    0                                                         /*!< TIMER2 CR3: CAP Position            */\r
-#define TIMER2_CR3_CAP_Msk                                    (0xffffffffUL << TIMER2_CR3_CAP_Pos)                      /*!< TIMER2 CR3: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER2_EMR  -------------------------------------------\r
-#define TIMER2_EMR_EM0_Pos                                    0                                                         /*!< TIMER2 EMR: EM0 Position            */\r
-#define TIMER2_EMR_EM0_Msk                                    (0x01UL << TIMER2_EMR_EM0_Pos)                            /*!< TIMER2 EMR: EM0 Mask                */\r
-#define TIMER2_EMR_EM1_Pos                                    1                                                         /*!< TIMER2 EMR: EM1 Position            */\r
-#define TIMER2_EMR_EM1_Msk                                    (0x01UL << TIMER2_EMR_EM1_Pos)                            /*!< TIMER2 EMR: EM1 Mask                */\r
-#define TIMER2_EMR_EM2_Pos                                    2                                                         /*!< TIMER2 EMR: EM2 Position            */\r
-#define TIMER2_EMR_EM2_Msk                                    (0x01UL << TIMER2_EMR_EM2_Pos)                            /*!< TIMER2 EMR: EM2 Mask                */\r
-#define TIMER2_EMR_EM3_Pos                                    3                                                         /*!< TIMER2 EMR: EM3 Position            */\r
-#define TIMER2_EMR_EM3_Msk                                    (0x01UL << TIMER2_EMR_EM3_Pos)                            /*!< TIMER2 EMR: EM3 Mask                */\r
-#define TIMER2_EMR_EMC0_Pos                                   4                                                         /*!< TIMER2 EMR: EMC0 Position           */\r
-#define TIMER2_EMR_EMC0_Msk                                   (0x03UL << TIMER2_EMR_EMC0_Pos)                           /*!< TIMER2 EMR: EMC0 Mask               */\r
-#define TIMER2_EMR_EMC1_Pos                                   6                                                         /*!< TIMER2 EMR: EMC1 Position           */\r
-#define TIMER2_EMR_EMC1_Msk                                   (0x03UL << TIMER2_EMR_EMC1_Pos)                           /*!< TIMER2 EMR: EMC1 Mask               */\r
-#define TIMER2_EMR_EMC2_Pos                                   8                                                         /*!< TIMER2 EMR: EMC2 Position           */\r
-#define TIMER2_EMR_EMC2_Msk                                   (0x03UL << TIMER2_EMR_EMC2_Pos)                           /*!< TIMER2 EMR: EMC2 Mask               */\r
-#define TIMER2_EMR_EMC3_Pos                                   10                                                        /*!< TIMER2 EMR: EMC3 Position           */\r
-#define TIMER2_EMR_EMC3_Msk                                   (0x03UL << TIMER2_EMR_EMC3_Pos)                           /*!< TIMER2 EMR: EMC3 Mask               */\r
-\r
-// ---------------------------------------  TIMER2_CTCR  ------------------------------------------\r
-#define TIMER2_CTCR_CTMODE_Pos                                0                                                         /*!< TIMER2 CTCR: CTMODE Position        */\r
-#define TIMER2_CTCR_CTMODE_Msk                                (0x03UL << TIMER2_CTCR_CTMODE_Pos)                        /*!< TIMER2 CTCR: CTMODE Mask            */\r
-#define TIMER2_CTCR_CINSEL_Pos                                2                                                         /*!< TIMER2 CTCR: CINSEL Position        */\r
-#define TIMER2_CTCR_CINSEL_Msk                                (0x03UL << TIMER2_CTCR_CINSEL_Pos)                        /*!< TIMER2 CTCR: CINSEL Mask            */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                TIMER3 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  TIMER3_IR  -------------------------------------------\r
-#define TIMER3_IR_MR0INT_Pos                                  0                                                         /*!< TIMER3 IR: MR0INT Position          */\r
-#define TIMER3_IR_MR0INT_Msk                                  (0x01UL << TIMER3_IR_MR0INT_Pos)                          /*!< TIMER3 IR: MR0INT Mask              */\r
-#define TIMER3_IR_MR1INT_Pos                                  1                                                         /*!< TIMER3 IR: MR1INT Position          */\r
-#define TIMER3_IR_MR1INT_Msk                                  (0x01UL << TIMER3_IR_MR1INT_Pos)                          /*!< TIMER3 IR: MR1INT Mask              */\r
-#define TIMER3_IR_MR2INT_Pos                                  2                                                         /*!< TIMER3 IR: MR2INT Position          */\r
-#define TIMER3_IR_MR2INT_Msk                                  (0x01UL << TIMER3_IR_MR2INT_Pos)                          /*!< TIMER3 IR: MR2INT Mask              */\r
-#define TIMER3_IR_MR3INT_Pos                                  3                                                         /*!< TIMER3 IR: MR3INT Position          */\r
-#define TIMER3_IR_MR3INT_Msk                                  (0x01UL << TIMER3_IR_MR3INT_Pos)                          /*!< TIMER3 IR: MR3INT Mask              */\r
-#define TIMER3_IR_CR0INT_Pos                                  4                                                         /*!< TIMER3 IR: CR0INT Position          */\r
-#define TIMER3_IR_CR0INT_Msk                                  (0x01UL << TIMER3_IR_CR0INT_Pos)                          /*!< TIMER3 IR: CR0INT Mask              */\r
-#define TIMER3_IR_CR1INT_Pos                                  5                                                         /*!< TIMER3 IR: CR1INT Position          */\r
-#define TIMER3_IR_CR1INT_Msk                                  (0x01UL << TIMER3_IR_CR1INT_Pos)                          /*!< TIMER3 IR: CR1INT Mask              */\r
-#define TIMER3_IR_CR2INT_Pos                                  6                                                         /*!< TIMER3 IR: CR2INT Position          */\r
-#define TIMER3_IR_CR2INT_Msk                                  (0x01UL << TIMER3_IR_CR2INT_Pos)                          /*!< TIMER3 IR: CR2INT Mask              */\r
-#define TIMER3_IR_CR3INT_Pos                                  7                                                         /*!< TIMER3 IR: CR3INT Position          */\r
-#define TIMER3_IR_CR3INT_Msk                                  (0x01UL << TIMER3_IR_CR3INT_Pos)                          /*!< TIMER3 IR: CR3INT Mask              */\r
-\r
-// ---------------------------------------  TIMER3_TCR  -------------------------------------------\r
-#define TIMER3_TCR_CEN_Pos                                    0                                                         /*!< TIMER3 TCR: CEN Position            */\r
-#define TIMER3_TCR_CEN_Msk                                    (0x01UL << TIMER3_TCR_CEN_Pos)                            /*!< TIMER3 TCR: CEN Mask                */\r
-#define TIMER3_TCR_CRST_Pos                                   1                                                         /*!< TIMER3 TCR: CRST Position           */\r
-#define TIMER3_TCR_CRST_Msk                                   (0x01UL << TIMER3_TCR_CRST_Pos)                           /*!< TIMER3 TCR: CRST Mask               */\r
-\r
-// ----------------------------------------  TIMER3_TC  -------------------------------------------\r
-#define TIMER3_TC_TC_Pos                                      0                                                         /*!< TIMER3 TC: TC Position              */\r
-#define TIMER3_TC_TC_Msk                                      (0xffffffffUL << TIMER3_TC_TC_Pos)                        /*!< TIMER3 TC: TC Mask                  */\r
-\r
-// ----------------------------------------  TIMER3_PR  -------------------------------------------\r
-#define TIMER3_PR_PM_Pos                                      0                                                         /*!< TIMER3 PR: PM Position              */\r
-#define TIMER3_PR_PM_Msk                                      (0xffffffffUL << TIMER3_PR_PM_Pos)                        /*!< TIMER3 PR: PM Mask                  */\r
-\r
-// ----------------------------------------  TIMER3_PC  -------------------------------------------\r
-#define TIMER3_PC_PC_Pos                                      0                                                         /*!< TIMER3 PC: PC Position              */\r
-#define TIMER3_PC_PC_Msk                                      (0xffffffffUL << TIMER3_PC_PC_Pos)                        /*!< TIMER3 PC: PC Mask                  */\r
-\r
-// ---------------------------------------  TIMER3_MCR  -------------------------------------------\r
-#define TIMER3_MCR_MR0I_Pos                                   0                                                         /*!< TIMER3 MCR: MR0I Position           */\r
-#define TIMER3_MCR_MR0I_Msk                                   (0x01UL << TIMER3_MCR_MR0I_Pos)                           /*!< TIMER3 MCR: MR0I Mask               */\r
-#define TIMER3_MCR_MR0R_Pos                                   1                                                         /*!< TIMER3 MCR: MR0R Position           */\r
-#define TIMER3_MCR_MR0R_Msk                                   (0x01UL << TIMER3_MCR_MR0R_Pos)                           /*!< TIMER3 MCR: MR0R Mask               */\r
-#define TIMER3_MCR_MR0S_Pos                                   2                                                         /*!< TIMER3 MCR: MR0S Position           */\r
-#define TIMER3_MCR_MR0S_Msk                                   (0x01UL << TIMER3_MCR_MR0S_Pos)                           /*!< TIMER3 MCR: MR0S Mask               */\r
-#define TIMER3_MCR_MR1I_Pos                                   3                                                         /*!< TIMER3 MCR: MR1I Position           */\r
-#define TIMER3_MCR_MR1I_Msk                                   (0x01UL << TIMER3_MCR_MR1I_Pos)                           /*!< TIMER3 MCR: MR1I Mask               */\r
-#define TIMER3_MCR_MR1R_Pos                                   4                                                         /*!< TIMER3 MCR: MR1R Position           */\r
-#define TIMER3_MCR_MR1R_Msk                                   (0x01UL << TIMER3_MCR_MR1R_Pos)                           /*!< TIMER3 MCR: MR1R Mask               */\r
-#define TIMER3_MCR_MR1S_Pos                                   5                                                         /*!< TIMER3 MCR: MR1S Position           */\r
-#define TIMER3_MCR_MR1S_Msk                                   (0x01UL << TIMER3_MCR_MR1S_Pos)                           /*!< TIMER3 MCR: MR1S Mask               */\r
-#define TIMER3_MCR_MR2I_Pos                                   6                                                         /*!< TIMER3 MCR: MR2I Position           */\r
-#define TIMER3_MCR_MR2I_Msk                                   (0x01UL << TIMER3_MCR_MR2I_Pos)                           /*!< TIMER3 MCR: MR2I Mask               */\r
-#define TIMER3_MCR_MR2R_Pos                                   7                                                         /*!< TIMER3 MCR: MR2R Position           */\r
-#define TIMER3_MCR_MR2R_Msk                                   (0x01UL << TIMER3_MCR_MR2R_Pos)                           /*!< TIMER3 MCR: MR2R Mask               */\r
-#define TIMER3_MCR_MR2S_Pos                                   8                                                         /*!< TIMER3 MCR: MR2S Position           */\r
-#define TIMER3_MCR_MR2S_Msk                                   (0x01UL << TIMER3_MCR_MR2S_Pos)                           /*!< TIMER3 MCR: MR2S Mask               */\r
-#define TIMER3_MCR_MR3I_Pos                                   9                                                         /*!< TIMER3 MCR: MR3I Position           */\r
-#define TIMER3_MCR_MR3I_Msk                                   (0x01UL << TIMER3_MCR_MR3I_Pos)                           /*!< TIMER3 MCR: MR3I Mask               */\r
-#define TIMER3_MCR_MR3R_Pos                                   10                                                        /*!< TIMER3 MCR: MR3R Position           */\r
-#define TIMER3_MCR_MR3R_Msk                                   (0x01UL << TIMER3_MCR_MR3R_Pos)                           /*!< TIMER3 MCR: MR3R Mask               */\r
-#define TIMER3_MCR_MR3S_Pos                                   11                                                        /*!< TIMER3 MCR: MR3S Position           */\r
-#define TIMER3_MCR_MR3S_Msk                                   (0x01UL << TIMER3_MCR_MR3S_Pos)                           /*!< TIMER3 MCR: MR3S Mask               */\r
-\r
-// ---------------------------------------  TIMER3_MR0  -------------------------------------------\r
-#define TIMER3_MR0_MATCH_Pos                                  0                                                         /*!< TIMER3 MR0: MATCH Position          */\r
-#define TIMER3_MR0_MATCH_Msk                                  (0xffffffffUL << TIMER3_MR0_MATCH_Pos)                    /*!< TIMER3 MR0: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER3_MR1  -------------------------------------------\r
-#define TIMER3_MR1_MATCH_Pos                                  0                                                         /*!< TIMER3 MR1: MATCH Position          */\r
-#define TIMER3_MR1_MATCH_Msk                                  (0xffffffffUL << TIMER3_MR1_MATCH_Pos)                    /*!< TIMER3 MR1: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER3_MR2  -------------------------------------------\r
-#define TIMER3_MR2_MATCH_Pos                                  0                                                         /*!< TIMER3 MR2: MATCH Position          */\r
-#define TIMER3_MR2_MATCH_Msk                                  (0xffffffffUL << TIMER3_MR2_MATCH_Pos)                    /*!< TIMER3 MR2: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER3_MR3  -------------------------------------------\r
-#define TIMER3_MR3_MATCH_Pos                                  0                                                         /*!< TIMER3 MR3: MATCH Position          */\r
-#define TIMER3_MR3_MATCH_Msk                                  (0xffffffffUL << TIMER3_MR3_MATCH_Pos)                    /*!< TIMER3 MR3: MATCH Mask              */\r
-\r
-// ---------------------------------------  TIMER3_CCR  -------------------------------------------\r
-#define TIMER3_CCR_CAP0RE_Pos                                 0                                                         /*!< TIMER3 CCR: CAP0RE Position         */\r
-#define TIMER3_CCR_CAP0RE_Msk                                 (0x01UL << TIMER3_CCR_CAP0RE_Pos)                         /*!< TIMER3 CCR: CAP0RE Mask             */\r
-#define TIMER3_CCR_CAP0FE_Pos                                 1                                                         /*!< TIMER3 CCR: CAP0FE Position         */\r
-#define TIMER3_CCR_CAP0FE_Msk                                 (0x01UL << TIMER3_CCR_CAP0FE_Pos)                         /*!< TIMER3 CCR: CAP0FE Mask             */\r
-#define TIMER3_CCR_CAP0I_Pos                                  2                                                         /*!< TIMER3 CCR: CAP0I Position          */\r
-#define TIMER3_CCR_CAP0I_Msk                                  (0x01UL << TIMER3_CCR_CAP0I_Pos)                          /*!< TIMER3 CCR: CAP0I Mask              */\r
-#define TIMER3_CCR_CAP1RE_Pos                                 3                                                         /*!< TIMER3 CCR: CAP1RE Position         */\r
-#define TIMER3_CCR_CAP1RE_Msk                                 (0x01UL << TIMER3_CCR_CAP1RE_Pos)                         /*!< TIMER3 CCR: CAP1RE Mask             */\r
-#define TIMER3_CCR_CAP1FE_Pos                                 4                                                         /*!< TIMER3 CCR: CAP1FE Position         */\r
-#define TIMER3_CCR_CAP1FE_Msk                                 (0x01UL << TIMER3_CCR_CAP1FE_Pos)                         /*!< TIMER3 CCR: CAP1FE Mask             */\r
-#define TIMER3_CCR_CAP1I_Pos                                  5                                                         /*!< TIMER3 CCR: CAP1I Position          */\r
-#define TIMER3_CCR_CAP1I_Msk                                  (0x01UL << TIMER3_CCR_CAP1I_Pos)                          /*!< TIMER3 CCR: CAP1I Mask              */\r
-#define TIMER3_CCR_CAP2RE_Pos                                 6                                                         /*!< TIMER3 CCR: CAP2RE Position         */\r
-#define TIMER3_CCR_CAP2RE_Msk                                 (0x01UL << TIMER3_CCR_CAP2RE_Pos)                         /*!< TIMER3 CCR: CAP2RE Mask             */\r
-#define TIMER3_CCR_CAP2FE_Pos                                 7                                                         /*!< TIMER3 CCR: CAP2FE Position         */\r
-#define TIMER3_CCR_CAP2FE_Msk                                 (0x01UL << TIMER3_CCR_CAP2FE_Pos)                         /*!< TIMER3 CCR: CAP2FE Mask             */\r
-#define TIMER3_CCR_CAP2I_Pos                                  8                                                         /*!< TIMER3 CCR: CAP2I Position          */\r
-#define TIMER3_CCR_CAP2I_Msk                                  (0x01UL << TIMER3_CCR_CAP2I_Pos)                          /*!< TIMER3 CCR: CAP2I Mask              */\r
-#define TIMER3_CCR_CAP3RE_Pos                                 9                                                         /*!< TIMER3 CCR: CAP3RE Position         */\r
-#define TIMER3_CCR_CAP3RE_Msk                                 (0x01UL << TIMER3_CCR_CAP3RE_Pos)                         /*!< TIMER3 CCR: CAP3RE Mask             */\r
-#define TIMER3_CCR_CAP3FE_Pos                                 10                                                        /*!< TIMER3 CCR: CAP3FE Position         */\r
-#define TIMER3_CCR_CAP3FE_Msk                                 (0x01UL << TIMER3_CCR_CAP3FE_Pos)                         /*!< TIMER3 CCR: CAP3FE Mask             */\r
-#define TIMER3_CCR_CAP3I_Pos                                  11                                                        /*!< TIMER3 CCR: CAP3I Position          */\r
-#define TIMER3_CCR_CAP3I_Msk                                  (0x01UL << TIMER3_CCR_CAP3I_Pos)                          /*!< TIMER3 CCR: CAP3I Mask              */\r
-\r
-// ---------------------------------------  TIMER3_CR0  -------------------------------------------\r
-#define TIMER3_CR0_CAP_Pos                                    0                                                         /*!< TIMER3 CR0: CAP Position            */\r
-#define TIMER3_CR0_CAP_Msk                                    (0xffffffffUL << TIMER3_CR0_CAP_Pos)                      /*!< TIMER3 CR0: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER3_CR1  -------------------------------------------\r
-#define TIMER3_CR1_CAP_Pos                                    0                                                         /*!< TIMER3 CR1: CAP Position            */\r
-#define TIMER3_CR1_CAP_Msk                                    (0xffffffffUL << TIMER3_CR1_CAP_Pos)                      /*!< TIMER3 CR1: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER3_CR2  -------------------------------------------\r
-#define TIMER3_CR2_CAP_Pos                                    0                                                         /*!< TIMER3 CR2: CAP Position            */\r
-#define TIMER3_CR2_CAP_Msk                                    (0xffffffffUL << TIMER3_CR2_CAP_Pos)                      /*!< TIMER3 CR2: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER3_CR3  -------------------------------------------\r
-#define TIMER3_CR3_CAP_Pos                                    0                                                         /*!< TIMER3 CR3: CAP Position            */\r
-#define TIMER3_CR3_CAP_Msk                                    (0xffffffffUL << TIMER3_CR3_CAP_Pos)                      /*!< TIMER3 CR3: CAP Mask                */\r
-\r
-// ---------------------------------------  TIMER3_EMR  -------------------------------------------\r
-#define TIMER3_EMR_EM0_Pos                                    0                                                         /*!< TIMER3 EMR: EM0 Position            */\r
-#define TIMER3_EMR_EM0_Msk                                    (0x01UL << TIMER3_EMR_EM0_Pos)                            /*!< TIMER3 EMR: EM0 Mask                */\r
-#define TIMER3_EMR_EM1_Pos                                    1                                                         /*!< TIMER3 EMR: EM1 Position            */\r
-#define TIMER3_EMR_EM1_Msk                                    (0x01UL << TIMER3_EMR_EM1_Pos)                            /*!< TIMER3 EMR: EM1 Mask                */\r
-#define TIMER3_EMR_EM2_Pos                                    2                                                         /*!< TIMER3 EMR: EM2 Position            */\r
-#define TIMER3_EMR_EM2_Msk                                    (0x01UL << TIMER3_EMR_EM2_Pos)                            /*!< TIMER3 EMR: EM2 Mask                */\r
-#define TIMER3_EMR_EM3_Pos                                    3                                                         /*!< TIMER3 EMR: EM3 Position            */\r
-#define TIMER3_EMR_EM3_Msk                                    (0x01UL << TIMER3_EMR_EM3_Pos)                            /*!< TIMER3 EMR: EM3 Mask                */\r
-#define TIMER3_EMR_EMC0_Pos                                   4                                                         /*!< TIMER3 EMR: EMC0 Position           */\r
-#define TIMER3_EMR_EMC0_Msk                                   (0x03UL << TIMER3_EMR_EMC0_Pos)                           /*!< TIMER3 EMR: EMC0 Mask               */\r
-#define TIMER3_EMR_EMC1_Pos                                   6                                                         /*!< TIMER3 EMR: EMC1 Position           */\r
-#define TIMER3_EMR_EMC1_Msk                                   (0x03UL << TIMER3_EMR_EMC1_Pos)                           /*!< TIMER3 EMR: EMC1 Mask               */\r
-#define TIMER3_EMR_EMC2_Pos                                   8                                                         /*!< TIMER3 EMR: EMC2 Position           */\r
-#define TIMER3_EMR_EMC2_Msk                                   (0x03UL << TIMER3_EMR_EMC2_Pos)                           /*!< TIMER3 EMR: EMC2 Mask               */\r
-#define TIMER3_EMR_EMC3_Pos                                   10                                                        /*!< TIMER3 EMR: EMC3 Position           */\r
-#define TIMER3_EMR_EMC3_Msk                                   (0x03UL << TIMER3_EMR_EMC3_Pos)                           /*!< TIMER3 EMR: EMC3 Mask               */\r
-\r
-// ---------------------------------------  TIMER3_CTCR  ------------------------------------------\r
-#define TIMER3_CTCR_CTMODE_Pos                                0                                                         /*!< TIMER3 CTCR: CTMODE Position        */\r
-#define TIMER3_CTCR_CTMODE_Msk                                (0x03UL << TIMER3_CTCR_CTMODE_Pos)                        /*!< TIMER3 CTCR: CTMODE Mask            */\r
-#define TIMER3_CTCR_CINSEL_Pos                                2                                                         /*!< TIMER3 CTCR: CINSEL Position        */\r
-#define TIMER3_CTCR_CINSEL_Msk                                (0x03UL << TIMER3_CTCR_CINSEL_Pos)                        /*!< TIMER3 CTCR: CINSEL Mask            */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  SCU Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  SCU_SFSP0_0  ------------------------------------------\r
-#define SCU_SFSP0_0_MODE_Pos                                  0                                                         /*!< SCU SFSP0_0: MODE Position          */\r
-#define SCU_SFSP0_0_MODE_Msk                                  (0x07UL << SCU_SFSP0_0_MODE_Pos)                          /*!< SCU SFSP0_0: MODE Mask              */\r
-#define SCU_SFSP0_0_EPD_Pos                                   3                                                         /*!< SCU SFSP0_0: EPD Position           */\r
-#define SCU_SFSP0_0_EPD_Msk                                   (0x01UL << SCU_SFSP0_0_EPD_Pos)                           /*!< SCU SFSP0_0: EPD Mask               */\r
-#define SCU_SFSP0_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP0_0: EPUN Position          */\r
-#define SCU_SFSP0_0_EPUN_Msk                                  (0x01UL << SCU_SFSP0_0_EPUN_Pos)                          /*!< SCU SFSP0_0: EPUN Mask              */\r
-#define SCU_SFSP0_0_EHS_Pos                                   5                                                         /*!< SCU SFSP0_0: EHS Position           */\r
-#define SCU_SFSP0_0_EHS_Msk                                   (0x01UL << SCU_SFSP0_0_EHS_Pos)                           /*!< SCU SFSP0_0: EHS Mask               */\r
-#define SCU_SFSP0_0_EZI_Pos                                   6                                                         /*!< SCU SFSP0_0: EZI Position           */\r
-#define SCU_SFSP0_0_EZI_Msk                                   (0x01UL << SCU_SFSP0_0_EZI_Pos)                           /*!< SCU SFSP0_0: EZI Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP0_1  ------------------------------------------\r
-#define SCU_SFSP0_1_MODE_Pos                                  0                                                         /*!< SCU SFSP0_1: MODE Position          */\r
-#define SCU_SFSP0_1_MODE_Msk                                  (0x07UL << SCU_SFSP0_1_MODE_Pos)                          /*!< SCU SFSP0_1: MODE Mask              */\r
-#define SCU_SFSP0_1_EPD_Pos                                   3                                                         /*!< SCU SFSP0_1: EPD Position           */\r
-#define SCU_SFSP0_1_EPD_Msk                                   (0x01UL << SCU_SFSP0_1_EPD_Pos)                           /*!< SCU SFSP0_1: EPD Mask               */\r
-#define SCU_SFSP0_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP0_1: EPUN Position          */\r
-#define SCU_SFSP0_1_EPUN_Msk                                  (0x01UL << SCU_SFSP0_1_EPUN_Pos)                          /*!< SCU SFSP0_1: EPUN Mask              */\r
-#define SCU_SFSP0_1_EHS_Pos                                   5                                                         /*!< SCU SFSP0_1: EHS Position           */\r
-#define SCU_SFSP0_1_EHS_Msk                                   (0x01UL << SCU_SFSP0_1_EHS_Pos)                           /*!< SCU SFSP0_1: EHS Mask               */\r
-#define SCU_SFSP0_1_EZI_Pos                                   6                                                         /*!< SCU SFSP0_1: EZI Position           */\r
-#define SCU_SFSP0_1_EZI_Msk                                   (0x01UL << SCU_SFSP0_1_EZI_Pos)                           /*!< SCU SFSP0_1: EZI Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_0  ------------------------------------------\r
-#define SCU_SFSP1_0_MODE_Pos                                  0                                                         /*!< SCU SFSP1_0: MODE Position          */\r
-#define SCU_SFSP1_0_MODE_Msk                                  (0x07UL << SCU_SFSP1_0_MODE_Pos)                          /*!< SCU SFSP1_0: MODE Mask              */\r
-#define SCU_SFSP1_0_EPD_Pos                                   3                                                         /*!< SCU SFSP1_0: EPD Position           */\r
-#define SCU_SFSP1_0_EPD_Msk                                   (0x01UL << SCU_SFSP1_0_EPD_Pos)                           /*!< SCU SFSP1_0: EPD Mask               */\r
-#define SCU_SFSP1_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_0: EPUN Position          */\r
-#define SCU_SFSP1_0_EPUN_Msk                                  (0x01UL << SCU_SFSP1_0_EPUN_Pos)                          /*!< SCU SFSP1_0: EPUN Mask              */\r
-#define SCU_SFSP1_0_EHS_Pos                                   5                                                         /*!< SCU SFSP1_0: EHS Position           */\r
-#define SCU_SFSP1_0_EHS_Msk                                   (0x01UL << SCU_SFSP1_0_EHS_Pos)                           /*!< SCU SFSP1_0: EHS Mask               */\r
-#define SCU_SFSP1_0_EZI_Pos                                   6                                                         /*!< SCU SFSP1_0: EZI Position           */\r
-#define SCU_SFSP1_0_EZI_Msk                                   (0x01UL << SCU_SFSP1_0_EZI_Pos)                           /*!< SCU SFSP1_0: EZI Mask               */\r
-#define SCU_SFSP1_0_EHD_Pos                                   8                                                         /*!< SCU SFSP1_0: EHD Position           */\r
-#define SCU_SFSP1_0_EHD_Msk                                   (0x03UL << SCU_SFSP1_0_EHD_Pos)                           /*!< SCU SFSP1_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_1  ------------------------------------------\r
-#define SCU_SFSP1_1_MODE_Pos                                  0                                                         /*!< SCU SFSP1_1: MODE Position          */\r
-#define SCU_SFSP1_1_MODE_Msk                                  (0x07UL << SCU_SFSP1_1_MODE_Pos)                          /*!< SCU SFSP1_1: MODE Mask              */\r
-#define SCU_SFSP1_1_EPD_Pos                                   3                                                         /*!< SCU SFSP1_1: EPD Position           */\r
-#define SCU_SFSP1_1_EPD_Msk                                   (0x01UL << SCU_SFSP1_1_EPD_Pos)                           /*!< SCU SFSP1_1: EPD Mask               */\r
-#define SCU_SFSP1_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_1: EPUN Position          */\r
-#define SCU_SFSP1_1_EPUN_Msk                                  (0x01UL << SCU_SFSP1_1_EPUN_Pos)                          /*!< SCU SFSP1_1: EPUN Mask              */\r
-#define SCU_SFSP1_1_EHS_Pos                                   5                                                         /*!< SCU SFSP1_1: EHS Position           */\r
-#define SCU_SFSP1_1_EHS_Msk                                   (0x01UL << SCU_SFSP1_1_EHS_Pos)                           /*!< SCU SFSP1_1: EHS Mask               */\r
-#define SCU_SFSP1_1_EZI_Pos                                   6                                                         /*!< SCU SFSP1_1: EZI Position           */\r
-#define SCU_SFSP1_1_EZI_Msk                                   (0x01UL << SCU_SFSP1_1_EZI_Pos)                           /*!< SCU SFSP1_1: EZI Mask               */\r
-#define SCU_SFSP1_1_EHD_Pos                                   8                                                         /*!< SCU SFSP1_1: EHD Position           */\r
-#define SCU_SFSP1_1_EHD_Msk                                   (0x03UL << SCU_SFSP1_1_EHD_Pos)                           /*!< SCU SFSP1_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_2  ------------------------------------------\r
-#define SCU_SFSP1_2_MODE_Pos                                  0                                                         /*!< SCU SFSP1_2: MODE Position          */\r
-#define SCU_SFSP1_2_MODE_Msk                                  (0x07UL << SCU_SFSP1_2_MODE_Pos)                          /*!< SCU SFSP1_2: MODE Mask              */\r
-#define SCU_SFSP1_2_EPD_Pos                                   3                                                         /*!< SCU SFSP1_2: EPD Position           */\r
-#define SCU_SFSP1_2_EPD_Msk                                   (0x01UL << SCU_SFSP1_2_EPD_Pos)                           /*!< SCU SFSP1_2: EPD Mask               */\r
-#define SCU_SFSP1_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_2: EPUN Position          */\r
-#define SCU_SFSP1_2_EPUN_Msk                                  (0x01UL << SCU_SFSP1_2_EPUN_Pos)                          /*!< SCU SFSP1_2: EPUN Mask              */\r
-#define SCU_SFSP1_2_EHS_Pos                                   5                                                         /*!< SCU SFSP1_2: EHS Position           */\r
-#define SCU_SFSP1_2_EHS_Msk                                   (0x01UL << SCU_SFSP1_2_EHS_Pos)                           /*!< SCU SFSP1_2: EHS Mask               */\r
-#define SCU_SFSP1_2_EZI_Pos                                   6                                                         /*!< SCU SFSP1_2: EZI Position           */\r
-#define SCU_SFSP1_2_EZI_Msk                                   (0x01UL << SCU_SFSP1_2_EZI_Pos)                           /*!< SCU SFSP1_2: EZI Mask               */\r
-#define SCU_SFSP1_2_EHD_Pos                                   8                                                         /*!< SCU SFSP1_2: EHD Position           */\r
-#define SCU_SFSP1_2_EHD_Msk                                   (0x03UL << SCU_SFSP1_2_EHD_Pos)                           /*!< SCU SFSP1_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_3  ------------------------------------------\r
-#define SCU_SFSP1_3_MODE_Pos                                  0                                                         /*!< SCU SFSP1_3: MODE Position          */\r
-#define SCU_SFSP1_3_MODE_Msk                                  (0x07UL << SCU_SFSP1_3_MODE_Pos)                          /*!< SCU SFSP1_3: MODE Mask              */\r
-#define SCU_SFSP1_3_EPD_Pos                                   3                                                         /*!< SCU SFSP1_3: EPD Position           */\r
-#define SCU_SFSP1_3_EPD_Msk                                   (0x01UL << SCU_SFSP1_3_EPD_Pos)                           /*!< SCU SFSP1_3: EPD Mask               */\r
-#define SCU_SFSP1_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_3: EPUN Position          */\r
-#define SCU_SFSP1_3_EPUN_Msk                                  (0x01UL << SCU_SFSP1_3_EPUN_Pos)                          /*!< SCU SFSP1_3: EPUN Mask              */\r
-#define SCU_SFSP1_3_EHS_Pos                                   5                                                         /*!< SCU SFSP1_3: EHS Position           */\r
-#define SCU_SFSP1_3_EHS_Msk                                   (0x01UL << SCU_SFSP1_3_EHS_Pos)                           /*!< SCU SFSP1_3: EHS Mask               */\r
-#define SCU_SFSP1_3_EZI_Pos                                   6                                                         /*!< SCU SFSP1_3: EZI Position           */\r
-#define SCU_SFSP1_3_EZI_Msk                                   (0x01UL << SCU_SFSP1_3_EZI_Pos)                           /*!< SCU SFSP1_3: EZI Mask               */\r
-#define SCU_SFSP1_3_EHD_Pos                                   8                                                         /*!< SCU SFSP1_3: EHD Position           */\r
-#define SCU_SFSP1_3_EHD_Msk                                   (0x03UL << SCU_SFSP1_3_EHD_Pos)                           /*!< SCU SFSP1_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_4  ------------------------------------------\r
-#define SCU_SFSP1_4_MODE_Pos                                  0                                                         /*!< SCU SFSP1_4: MODE Position          */\r
-#define SCU_SFSP1_4_MODE_Msk                                  (0x07UL << SCU_SFSP1_4_MODE_Pos)                          /*!< SCU SFSP1_4: MODE Mask              */\r
-#define SCU_SFSP1_4_EPD_Pos                                   3                                                         /*!< SCU SFSP1_4: EPD Position           */\r
-#define SCU_SFSP1_4_EPD_Msk                                   (0x01UL << SCU_SFSP1_4_EPD_Pos)                           /*!< SCU SFSP1_4: EPD Mask               */\r
-#define SCU_SFSP1_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_4: EPUN Position          */\r
-#define SCU_SFSP1_4_EPUN_Msk                                  (0x01UL << SCU_SFSP1_4_EPUN_Pos)                          /*!< SCU SFSP1_4: EPUN Mask              */\r
-#define SCU_SFSP1_4_EHS_Pos                                   5                                                         /*!< SCU SFSP1_4: EHS Position           */\r
-#define SCU_SFSP1_4_EHS_Msk                                   (0x01UL << SCU_SFSP1_4_EHS_Pos)                           /*!< SCU SFSP1_4: EHS Mask               */\r
-#define SCU_SFSP1_4_EZI_Pos                                   6                                                         /*!< SCU SFSP1_4: EZI Position           */\r
-#define SCU_SFSP1_4_EZI_Msk                                   (0x01UL << SCU_SFSP1_4_EZI_Pos)                           /*!< SCU SFSP1_4: EZI Mask               */\r
-#define SCU_SFSP1_4_EHD_Pos                                   8                                                         /*!< SCU SFSP1_4: EHD Position           */\r
-#define SCU_SFSP1_4_EHD_Msk                                   (0x03UL << SCU_SFSP1_4_EHD_Pos)                           /*!< SCU SFSP1_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_5  ------------------------------------------\r
-#define SCU_SFSP1_5_MODE_Pos                                  0                                                         /*!< SCU SFSP1_5: MODE Position          */\r
-#define SCU_SFSP1_5_MODE_Msk                                  (0x07UL << SCU_SFSP1_5_MODE_Pos)                          /*!< SCU SFSP1_5: MODE Mask              */\r
-#define SCU_SFSP1_5_EPD_Pos                                   3                                                         /*!< SCU SFSP1_5: EPD Position           */\r
-#define SCU_SFSP1_5_EPD_Msk                                   (0x01UL << SCU_SFSP1_5_EPD_Pos)                           /*!< SCU SFSP1_5: EPD Mask               */\r
-#define SCU_SFSP1_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_5: EPUN Position          */\r
-#define SCU_SFSP1_5_EPUN_Msk                                  (0x01UL << SCU_SFSP1_5_EPUN_Pos)                          /*!< SCU SFSP1_5: EPUN Mask              */\r
-#define SCU_SFSP1_5_EHS_Pos                                   5                                                         /*!< SCU SFSP1_5: EHS Position           */\r
-#define SCU_SFSP1_5_EHS_Msk                                   (0x01UL << SCU_SFSP1_5_EHS_Pos)                           /*!< SCU SFSP1_5: EHS Mask               */\r
-#define SCU_SFSP1_5_EZI_Pos                                   6                                                         /*!< SCU SFSP1_5: EZI Position           */\r
-#define SCU_SFSP1_5_EZI_Msk                                   (0x01UL << SCU_SFSP1_5_EZI_Pos)                           /*!< SCU SFSP1_5: EZI Mask               */\r
-#define SCU_SFSP1_5_EHD_Pos                                   8                                                         /*!< SCU SFSP1_5: EHD Position           */\r
-#define SCU_SFSP1_5_EHD_Msk                                   (0x03UL << SCU_SFSP1_5_EHD_Pos)                           /*!< SCU SFSP1_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_6  ------------------------------------------\r
-#define SCU_SFSP1_6_MODE_Pos                                  0                                                         /*!< SCU SFSP1_6: MODE Position          */\r
-#define SCU_SFSP1_6_MODE_Msk                                  (0x07UL << SCU_SFSP1_6_MODE_Pos)                          /*!< SCU SFSP1_6: MODE Mask              */\r
-#define SCU_SFSP1_6_EPD_Pos                                   3                                                         /*!< SCU SFSP1_6: EPD Position           */\r
-#define SCU_SFSP1_6_EPD_Msk                                   (0x01UL << SCU_SFSP1_6_EPD_Pos)                           /*!< SCU SFSP1_6: EPD Mask               */\r
-#define SCU_SFSP1_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_6: EPUN Position          */\r
-#define SCU_SFSP1_6_EPUN_Msk                                  (0x01UL << SCU_SFSP1_6_EPUN_Pos)                          /*!< SCU SFSP1_6: EPUN Mask              */\r
-#define SCU_SFSP1_6_EHS_Pos                                   5                                                         /*!< SCU SFSP1_6: EHS Position           */\r
-#define SCU_SFSP1_6_EHS_Msk                                   (0x01UL << SCU_SFSP1_6_EHS_Pos)                           /*!< SCU SFSP1_6: EHS Mask               */\r
-#define SCU_SFSP1_6_EZI_Pos                                   6                                                         /*!< SCU SFSP1_6: EZI Position           */\r
-#define SCU_SFSP1_6_EZI_Msk                                   (0x01UL << SCU_SFSP1_6_EZI_Pos)                           /*!< SCU SFSP1_6: EZI Mask               */\r
-#define SCU_SFSP1_6_EHD_Pos                                   8                                                         /*!< SCU SFSP1_6: EHD Position           */\r
-#define SCU_SFSP1_6_EHD_Msk                                   (0x03UL << SCU_SFSP1_6_EHD_Pos)                           /*!< SCU SFSP1_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_7  ------------------------------------------\r
-#define SCU_SFSP1_7_MODE_Pos                                  0                                                         /*!< SCU SFSP1_7: MODE Position          */\r
-#define SCU_SFSP1_7_MODE_Msk                                  (0x07UL << SCU_SFSP1_7_MODE_Pos)                          /*!< SCU SFSP1_7: MODE Mask              */\r
-#define SCU_SFSP1_7_EPD_Pos                                   3                                                         /*!< SCU SFSP1_7: EPD Position           */\r
-#define SCU_SFSP1_7_EPD_Msk                                   (0x01UL << SCU_SFSP1_7_EPD_Pos)                           /*!< SCU SFSP1_7: EPD Mask               */\r
-#define SCU_SFSP1_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_7: EPUN Position          */\r
-#define SCU_SFSP1_7_EPUN_Msk                                  (0x01UL << SCU_SFSP1_7_EPUN_Pos)                          /*!< SCU SFSP1_7: EPUN Mask              */\r
-#define SCU_SFSP1_7_EHS_Pos                                   5                                                         /*!< SCU SFSP1_7: EHS Position           */\r
-#define SCU_SFSP1_7_EHS_Msk                                   (0x01UL << SCU_SFSP1_7_EHS_Pos)                           /*!< SCU SFSP1_7: EHS Mask               */\r
-#define SCU_SFSP1_7_EZI_Pos                                   6                                                         /*!< SCU SFSP1_7: EZI Position           */\r
-#define SCU_SFSP1_7_EZI_Msk                                   (0x01UL << SCU_SFSP1_7_EZI_Pos)                           /*!< SCU SFSP1_7: EZI Mask               */\r
-#define SCU_SFSP1_7_EHD_Pos                                   8                                                         /*!< SCU SFSP1_7: EHD Position           */\r
-#define SCU_SFSP1_7_EHD_Msk                                   (0x03UL << SCU_SFSP1_7_EHD_Pos)                           /*!< SCU SFSP1_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_8  ------------------------------------------\r
-#define SCU_SFSP1_8_MODE_Pos                                  0                                                         /*!< SCU SFSP1_8: MODE Position          */\r
-#define SCU_SFSP1_8_MODE_Msk                                  (0x07UL << SCU_SFSP1_8_MODE_Pos)                          /*!< SCU SFSP1_8: MODE Mask              */\r
-#define SCU_SFSP1_8_EPD_Pos                                   3                                                         /*!< SCU SFSP1_8: EPD Position           */\r
-#define SCU_SFSP1_8_EPD_Msk                                   (0x01UL << SCU_SFSP1_8_EPD_Pos)                           /*!< SCU SFSP1_8: EPD Mask               */\r
-#define SCU_SFSP1_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_8: EPUN Position          */\r
-#define SCU_SFSP1_8_EPUN_Msk                                  (0x01UL << SCU_SFSP1_8_EPUN_Pos)                          /*!< SCU SFSP1_8: EPUN Mask              */\r
-#define SCU_SFSP1_8_EHS_Pos                                   5                                                         /*!< SCU SFSP1_8: EHS Position           */\r
-#define SCU_SFSP1_8_EHS_Msk                                   (0x01UL << SCU_SFSP1_8_EHS_Pos)                           /*!< SCU SFSP1_8: EHS Mask               */\r
-#define SCU_SFSP1_8_EZI_Pos                                   6                                                         /*!< SCU SFSP1_8: EZI Position           */\r
-#define SCU_SFSP1_8_EZI_Msk                                   (0x01UL << SCU_SFSP1_8_EZI_Pos)                           /*!< SCU SFSP1_8: EZI Mask               */\r
-#define SCU_SFSP1_8_EHD_Pos                                   8                                                         /*!< SCU SFSP1_8: EHD Position           */\r
-#define SCU_SFSP1_8_EHD_Msk                                   (0x03UL << SCU_SFSP1_8_EHD_Pos)                           /*!< SCU SFSP1_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP1_9  ------------------------------------------\r
-#define SCU_SFSP1_9_MODE_Pos                                  0                                                         /*!< SCU SFSP1_9: MODE Position          */\r
-#define SCU_SFSP1_9_MODE_Msk                                  (0x07UL << SCU_SFSP1_9_MODE_Pos)                          /*!< SCU SFSP1_9: MODE Mask              */\r
-#define SCU_SFSP1_9_EPD_Pos                                   3                                                         /*!< SCU SFSP1_9: EPD Position           */\r
-#define SCU_SFSP1_9_EPD_Msk                                   (0x01UL << SCU_SFSP1_9_EPD_Pos)                           /*!< SCU SFSP1_9: EPD Mask               */\r
-#define SCU_SFSP1_9_EPUN_Pos                                  4                                                         /*!< SCU SFSP1_9: EPUN Position          */\r
-#define SCU_SFSP1_9_EPUN_Msk                                  (0x01UL << SCU_SFSP1_9_EPUN_Pos)                          /*!< SCU SFSP1_9: EPUN Mask              */\r
-#define SCU_SFSP1_9_EHS_Pos                                   5                                                         /*!< SCU SFSP1_9: EHS Position           */\r
-#define SCU_SFSP1_9_EHS_Msk                                   (0x01UL << SCU_SFSP1_9_EHS_Pos)                           /*!< SCU SFSP1_9: EHS Mask               */\r
-#define SCU_SFSP1_9_EZI_Pos                                   6                                                         /*!< SCU SFSP1_9: EZI Position           */\r
-#define SCU_SFSP1_9_EZI_Msk                                   (0x01UL << SCU_SFSP1_9_EZI_Pos)                           /*!< SCU SFSP1_9: EZI Mask               */\r
-#define SCU_SFSP1_9_EHD_Pos                                   8                                                         /*!< SCU SFSP1_9: EHD Position           */\r
-#define SCU_SFSP1_9_EHD_Msk                                   (0x03UL << SCU_SFSP1_9_EHD_Pos)                           /*!< SCU SFSP1_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSP1_10  ------------------------------------------\r
-#define SCU_SFSP1_10_MODE_Pos                                 0                                                         /*!< SCU SFSP1_10: MODE Position         */\r
-#define SCU_SFSP1_10_MODE_Msk                                 (0x07UL << SCU_SFSP1_10_MODE_Pos)                         /*!< SCU SFSP1_10: MODE Mask             */\r
-#define SCU_SFSP1_10_EPD_Pos                                  3                                                         /*!< SCU SFSP1_10: EPD Position          */\r
-#define SCU_SFSP1_10_EPD_Msk                                  (0x01UL << SCU_SFSP1_10_EPD_Pos)                          /*!< SCU SFSP1_10: EPD Mask              */\r
-#define SCU_SFSP1_10_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_10: EPUN Position         */\r
-#define SCU_SFSP1_10_EPUN_Msk                                 (0x01UL << SCU_SFSP1_10_EPUN_Pos)                         /*!< SCU SFSP1_10: EPUN Mask             */\r
-#define SCU_SFSP1_10_EHS_Pos                                  5                                                         /*!< SCU SFSP1_10: EHS Position          */\r
-#define SCU_SFSP1_10_EHS_Msk                                  (0x01UL << SCU_SFSP1_10_EHS_Pos)                          /*!< SCU SFSP1_10: EHS Mask              */\r
-#define SCU_SFSP1_10_EZI_Pos                                  6                                                         /*!< SCU SFSP1_10: EZI Position          */\r
-#define SCU_SFSP1_10_EZI_Msk                                  (0x01UL << SCU_SFSP1_10_EZI_Pos)                          /*!< SCU SFSP1_10: EZI Mask              */\r
-#define SCU_SFSP1_10_EHD_Pos                                  8                                                         /*!< SCU SFSP1_10: EHD Position          */\r
-#define SCU_SFSP1_10_EHD_Msk                                  (0x03UL << SCU_SFSP1_10_EHD_Pos)                          /*!< SCU SFSP1_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_11  ------------------------------------------\r
-#define SCU_SFSP1_11_MODE_Pos                                 0                                                         /*!< SCU SFSP1_11: MODE Position         */\r
-#define SCU_SFSP1_11_MODE_Msk                                 (0x07UL << SCU_SFSP1_11_MODE_Pos)                         /*!< SCU SFSP1_11: MODE Mask             */\r
-#define SCU_SFSP1_11_EPD_Pos                                  3                                                         /*!< SCU SFSP1_11: EPD Position          */\r
-#define SCU_SFSP1_11_EPD_Msk                                  (0x01UL << SCU_SFSP1_11_EPD_Pos)                          /*!< SCU SFSP1_11: EPD Mask              */\r
-#define SCU_SFSP1_11_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_11: EPUN Position         */\r
-#define SCU_SFSP1_11_EPUN_Msk                                 (0x01UL << SCU_SFSP1_11_EPUN_Pos)                         /*!< SCU SFSP1_11: EPUN Mask             */\r
-#define SCU_SFSP1_11_EHS_Pos                                  5                                                         /*!< SCU SFSP1_11: EHS Position          */\r
-#define SCU_SFSP1_11_EHS_Msk                                  (0x01UL << SCU_SFSP1_11_EHS_Pos)                          /*!< SCU SFSP1_11: EHS Mask              */\r
-#define SCU_SFSP1_11_EZI_Pos                                  6                                                         /*!< SCU SFSP1_11: EZI Position          */\r
-#define SCU_SFSP1_11_EZI_Msk                                  (0x01UL << SCU_SFSP1_11_EZI_Pos)                          /*!< SCU SFSP1_11: EZI Mask              */\r
-#define SCU_SFSP1_11_EHD_Pos                                  8                                                         /*!< SCU SFSP1_11: EHD Position          */\r
-#define SCU_SFSP1_11_EHD_Msk                                  (0x03UL << SCU_SFSP1_11_EHD_Pos)                          /*!< SCU SFSP1_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_12  ------------------------------------------\r
-#define SCU_SFSP1_12_MODE_Pos                                 0                                                         /*!< SCU SFSP1_12: MODE Position         */\r
-#define SCU_SFSP1_12_MODE_Msk                                 (0x07UL << SCU_SFSP1_12_MODE_Pos)                         /*!< SCU SFSP1_12: MODE Mask             */\r
-#define SCU_SFSP1_12_EPD_Pos                                  3                                                         /*!< SCU SFSP1_12: EPD Position          */\r
-#define SCU_SFSP1_12_EPD_Msk                                  (0x01UL << SCU_SFSP1_12_EPD_Pos)                          /*!< SCU SFSP1_12: EPD Mask              */\r
-#define SCU_SFSP1_12_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_12: EPUN Position         */\r
-#define SCU_SFSP1_12_EPUN_Msk                                 (0x01UL << SCU_SFSP1_12_EPUN_Pos)                         /*!< SCU SFSP1_12: EPUN Mask             */\r
-#define SCU_SFSP1_12_EHS_Pos                                  5                                                         /*!< SCU SFSP1_12: EHS Position          */\r
-#define SCU_SFSP1_12_EHS_Msk                                  (0x01UL << SCU_SFSP1_12_EHS_Pos)                          /*!< SCU SFSP1_12: EHS Mask              */\r
-#define SCU_SFSP1_12_EZI_Pos                                  6                                                         /*!< SCU SFSP1_12: EZI Position          */\r
-#define SCU_SFSP1_12_EZI_Msk                                  (0x01UL << SCU_SFSP1_12_EZI_Pos)                          /*!< SCU SFSP1_12: EZI Mask              */\r
-#define SCU_SFSP1_12_EHD_Pos                                  8                                                         /*!< SCU SFSP1_12: EHD Position          */\r
-#define SCU_SFSP1_12_EHD_Msk                                  (0x03UL << SCU_SFSP1_12_EHD_Pos)                          /*!< SCU SFSP1_12: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_13  ------------------------------------------\r
-#define SCU_SFSP1_13_MODE_Pos                                 0                                                         /*!< SCU SFSP1_13: MODE Position         */\r
-#define SCU_SFSP1_13_MODE_Msk                                 (0x07UL << SCU_SFSP1_13_MODE_Pos)                         /*!< SCU SFSP1_13: MODE Mask             */\r
-#define SCU_SFSP1_13_EPD_Pos                                  3                                                         /*!< SCU SFSP1_13: EPD Position          */\r
-#define SCU_SFSP1_13_EPD_Msk                                  (0x01UL << SCU_SFSP1_13_EPD_Pos)                          /*!< SCU SFSP1_13: EPD Mask              */\r
-#define SCU_SFSP1_13_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_13: EPUN Position         */\r
-#define SCU_SFSP1_13_EPUN_Msk                                 (0x01UL << SCU_SFSP1_13_EPUN_Pos)                         /*!< SCU SFSP1_13: EPUN Mask             */\r
-#define SCU_SFSP1_13_EHS_Pos                                  5                                                         /*!< SCU SFSP1_13: EHS Position          */\r
-#define SCU_SFSP1_13_EHS_Msk                                  (0x01UL << SCU_SFSP1_13_EHS_Pos)                          /*!< SCU SFSP1_13: EHS Mask              */\r
-#define SCU_SFSP1_13_EZI_Pos                                  6                                                         /*!< SCU SFSP1_13: EZI Position          */\r
-#define SCU_SFSP1_13_EZI_Msk                                  (0x01UL << SCU_SFSP1_13_EZI_Pos)                          /*!< SCU SFSP1_13: EZI Mask              */\r
-#define SCU_SFSP1_13_EHD_Pos                                  8                                                         /*!< SCU SFSP1_13: EHD Position          */\r
-#define SCU_SFSP1_13_EHD_Msk                                  (0x03UL << SCU_SFSP1_13_EHD_Pos)                          /*!< SCU SFSP1_13: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_14  ------------------------------------------\r
-#define SCU_SFSP1_14_MODE_Pos                                 0                                                         /*!< SCU SFSP1_14: MODE Position         */\r
-#define SCU_SFSP1_14_MODE_Msk                                 (0x07UL << SCU_SFSP1_14_MODE_Pos)                         /*!< SCU SFSP1_14: MODE Mask             */\r
-#define SCU_SFSP1_14_EPD_Pos                                  3                                                         /*!< SCU SFSP1_14: EPD Position          */\r
-#define SCU_SFSP1_14_EPD_Msk                                  (0x01UL << SCU_SFSP1_14_EPD_Pos)                          /*!< SCU SFSP1_14: EPD Mask              */\r
-#define SCU_SFSP1_14_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_14: EPUN Position         */\r
-#define SCU_SFSP1_14_EPUN_Msk                                 (0x01UL << SCU_SFSP1_14_EPUN_Pos)                         /*!< SCU SFSP1_14: EPUN Mask             */\r
-#define SCU_SFSP1_14_EHS_Pos                                  5                                                         /*!< SCU SFSP1_14: EHS Position          */\r
-#define SCU_SFSP1_14_EHS_Msk                                  (0x01UL << SCU_SFSP1_14_EHS_Pos)                          /*!< SCU SFSP1_14: EHS Mask              */\r
-#define SCU_SFSP1_14_EZI_Pos                                  6                                                         /*!< SCU SFSP1_14: EZI Position          */\r
-#define SCU_SFSP1_14_EZI_Msk                                  (0x01UL << SCU_SFSP1_14_EZI_Pos)                          /*!< SCU SFSP1_14: EZI Mask              */\r
-#define SCU_SFSP1_14_EHD_Pos                                  8                                                         /*!< SCU SFSP1_14: EHD Position          */\r
-#define SCU_SFSP1_14_EHD_Msk                                  (0x03UL << SCU_SFSP1_14_EHD_Pos)                          /*!< SCU SFSP1_14: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_15  ------------------------------------------\r
-#define SCU_SFSP1_15_MODE_Pos                                 0                                                         /*!< SCU SFSP1_15: MODE Position         */\r
-#define SCU_SFSP1_15_MODE_Msk                                 (0x07UL << SCU_SFSP1_15_MODE_Pos)                         /*!< SCU SFSP1_15: MODE Mask             */\r
-#define SCU_SFSP1_15_EPD_Pos                                  3                                                         /*!< SCU SFSP1_15: EPD Position          */\r
-#define SCU_SFSP1_15_EPD_Msk                                  (0x01UL << SCU_SFSP1_15_EPD_Pos)                          /*!< SCU SFSP1_15: EPD Mask              */\r
-#define SCU_SFSP1_15_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_15: EPUN Position         */\r
-#define SCU_SFSP1_15_EPUN_Msk                                 (0x01UL << SCU_SFSP1_15_EPUN_Pos)                         /*!< SCU SFSP1_15: EPUN Mask             */\r
-#define SCU_SFSP1_15_EHS_Pos                                  5                                                         /*!< SCU SFSP1_15: EHS Position          */\r
-#define SCU_SFSP1_15_EHS_Msk                                  (0x01UL << SCU_SFSP1_15_EHS_Pos)                          /*!< SCU SFSP1_15: EHS Mask              */\r
-#define SCU_SFSP1_15_EZI_Pos                                  6                                                         /*!< SCU SFSP1_15: EZI Position          */\r
-#define SCU_SFSP1_15_EZI_Msk                                  (0x01UL << SCU_SFSP1_15_EZI_Pos)                          /*!< SCU SFSP1_15: EZI Mask              */\r
-#define SCU_SFSP1_15_EHD_Pos                                  8                                                         /*!< SCU SFSP1_15: EHD Position          */\r
-#define SCU_SFSP1_15_EHD_Msk                                  (0x03UL << SCU_SFSP1_15_EHD_Pos)                          /*!< SCU SFSP1_15: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_16  ------------------------------------------\r
-#define SCU_SFSP1_16_MODE_Pos                                 0                                                         /*!< SCU SFSP1_16: MODE Position         */\r
-#define SCU_SFSP1_16_MODE_Msk                                 (0x07UL << SCU_SFSP1_16_MODE_Pos)                         /*!< SCU SFSP1_16: MODE Mask             */\r
-#define SCU_SFSP1_16_EPD_Pos                                  3                                                         /*!< SCU SFSP1_16: EPD Position          */\r
-#define SCU_SFSP1_16_EPD_Msk                                  (0x01UL << SCU_SFSP1_16_EPD_Pos)                          /*!< SCU SFSP1_16: EPD Mask              */\r
-#define SCU_SFSP1_16_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_16: EPUN Position         */\r
-#define SCU_SFSP1_16_EPUN_Msk                                 (0x01UL << SCU_SFSP1_16_EPUN_Pos)                         /*!< SCU SFSP1_16: EPUN Mask             */\r
-#define SCU_SFSP1_16_EHS_Pos                                  5                                                         /*!< SCU SFSP1_16: EHS Position          */\r
-#define SCU_SFSP1_16_EHS_Msk                                  (0x01UL << SCU_SFSP1_16_EHS_Pos)                          /*!< SCU SFSP1_16: EHS Mask              */\r
-#define SCU_SFSP1_16_EZI_Pos                                  6                                                         /*!< SCU SFSP1_16: EZI Position          */\r
-#define SCU_SFSP1_16_EZI_Msk                                  (0x01UL << SCU_SFSP1_16_EZI_Pos)                          /*!< SCU SFSP1_16: EZI Mask              */\r
-#define SCU_SFSP1_16_EHD_Pos                                  8                                                         /*!< SCU SFSP1_16: EHD Position          */\r
-#define SCU_SFSP1_16_EHD_Msk                                  (0x03UL << SCU_SFSP1_16_EHD_Pos)                          /*!< SCU SFSP1_16: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_17  ------------------------------------------\r
-#define SCU_SFSP1_17_MODE_Pos                                 0                                                         /*!< SCU SFSP1_17: MODE Position         */\r
-#define SCU_SFSP1_17_MODE_Msk                                 (0x07UL << SCU_SFSP1_17_MODE_Pos)                         /*!< SCU SFSP1_17: MODE Mask             */\r
-#define SCU_SFSP1_17_EPD_Pos                                  3                                                         /*!< SCU SFSP1_17: EPD Position          */\r
-#define SCU_SFSP1_17_EPD_Msk                                  (0x01UL << SCU_SFSP1_17_EPD_Pos)                          /*!< SCU SFSP1_17: EPD Mask              */\r
-#define SCU_SFSP1_17_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_17: EPUN Position         */\r
-#define SCU_SFSP1_17_EPUN_Msk                                 (0x01UL << SCU_SFSP1_17_EPUN_Pos)                         /*!< SCU SFSP1_17: EPUN Mask             */\r
-#define SCU_SFSP1_17_EHS_Pos                                  5                                                         /*!< SCU SFSP1_17: EHS Position          */\r
-#define SCU_SFSP1_17_EHS_Msk                                  (0x01UL << SCU_SFSP1_17_EHS_Pos)                          /*!< SCU SFSP1_17: EHS Mask              */\r
-#define SCU_SFSP1_17_EZI_Pos                                  6                                                         /*!< SCU SFSP1_17: EZI Position          */\r
-#define SCU_SFSP1_17_EZI_Msk                                  (0x01UL << SCU_SFSP1_17_EZI_Pos)                          /*!< SCU SFSP1_17: EZI Mask              */\r
-#define SCU_SFSP1_17_EHD_Pos                                  8                                                         /*!< SCU SFSP1_17: EHD Position          */\r
-#define SCU_SFSP1_17_EHD_Msk                                  (0x03UL << SCU_SFSP1_17_EHD_Pos)                          /*!< SCU SFSP1_17: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_18  ------------------------------------------\r
-#define SCU_SFSP1_18_MODE_Pos                                 0                                                         /*!< SCU SFSP1_18: MODE Position         */\r
-#define SCU_SFSP1_18_MODE_Msk                                 (0x07UL << SCU_SFSP1_18_MODE_Pos)                         /*!< SCU SFSP1_18: MODE Mask             */\r
-#define SCU_SFSP1_18_EPD_Pos                                  3                                                         /*!< SCU SFSP1_18: EPD Position          */\r
-#define SCU_SFSP1_18_EPD_Msk                                  (0x01UL << SCU_SFSP1_18_EPD_Pos)                          /*!< SCU SFSP1_18: EPD Mask              */\r
-#define SCU_SFSP1_18_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_18: EPUN Position         */\r
-#define SCU_SFSP1_18_EPUN_Msk                                 (0x01UL << SCU_SFSP1_18_EPUN_Pos)                         /*!< SCU SFSP1_18: EPUN Mask             */\r
-#define SCU_SFSP1_18_EHS_Pos                                  5                                                         /*!< SCU SFSP1_18: EHS Position          */\r
-#define SCU_SFSP1_18_EHS_Msk                                  (0x01UL << SCU_SFSP1_18_EHS_Pos)                          /*!< SCU SFSP1_18: EHS Mask              */\r
-#define SCU_SFSP1_18_EZI_Pos                                  6                                                         /*!< SCU SFSP1_18: EZI Position          */\r
-#define SCU_SFSP1_18_EZI_Msk                                  (0x01UL << SCU_SFSP1_18_EZI_Pos)                          /*!< SCU SFSP1_18: EZI Mask              */\r
-#define SCU_SFSP1_18_EHD_Pos                                  8                                                         /*!< SCU SFSP1_18: EHD Position          */\r
-#define SCU_SFSP1_18_EHD_Msk                                  (0x03UL << SCU_SFSP1_18_EHD_Pos)                          /*!< SCU SFSP1_18: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_19  ------------------------------------------\r
-#define SCU_SFSP1_19_MODE_Pos                                 0                                                         /*!< SCU SFSP1_19: MODE Position         */\r
-#define SCU_SFSP1_19_MODE_Msk                                 (0x07UL << SCU_SFSP1_19_MODE_Pos)                         /*!< SCU SFSP1_19: MODE Mask             */\r
-#define SCU_SFSP1_19_EPD_Pos                                  3                                                         /*!< SCU SFSP1_19: EPD Position          */\r
-#define SCU_SFSP1_19_EPD_Msk                                  (0x01UL << SCU_SFSP1_19_EPD_Pos)                          /*!< SCU SFSP1_19: EPD Mask              */\r
-#define SCU_SFSP1_19_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_19: EPUN Position         */\r
-#define SCU_SFSP1_19_EPUN_Msk                                 (0x01UL << SCU_SFSP1_19_EPUN_Pos)                         /*!< SCU SFSP1_19: EPUN Mask             */\r
-#define SCU_SFSP1_19_EHS_Pos                                  5                                                         /*!< SCU SFSP1_19: EHS Position          */\r
-#define SCU_SFSP1_19_EHS_Msk                                  (0x01UL << SCU_SFSP1_19_EHS_Pos)                          /*!< SCU SFSP1_19: EHS Mask              */\r
-#define SCU_SFSP1_19_EZI_Pos                                  6                                                         /*!< SCU SFSP1_19: EZI Position          */\r
-#define SCU_SFSP1_19_EZI_Msk                                  (0x01UL << SCU_SFSP1_19_EZI_Pos)                          /*!< SCU SFSP1_19: EZI Mask              */\r
-#define SCU_SFSP1_19_EHD_Pos                                  8                                                         /*!< SCU SFSP1_19: EHD Position          */\r
-#define SCU_SFSP1_19_EHD_Msk                                  (0x03UL << SCU_SFSP1_19_EHD_Pos)                          /*!< SCU SFSP1_19: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP1_20  ------------------------------------------\r
-#define SCU_SFSP1_20_MODE_Pos                                 0                                                         /*!< SCU SFSP1_20: MODE Position         */\r
-#define SCU_SFSP1_20_MODE_Msk                                 (0x07UL << SCU_SFSP1_20_MODE_Pos)                         /*!< SCU SFSP1_20: MODE Mask             */\r
-#define SCU_SFSP1_20_EPD_Pos                                  3                                                         /*!< SCU SFSP1_20: EPD Position          */\r
-#define SCU_SFSP1_20_EPD_Msk                                  (0x01UL << SCU_SFSP1_20_EPD_Pos)                          /*!< SCU SFSP1_20: EPD Mask              */\r
-#define SCU_SFSP1_20_EPUN_Pos                                 4                                                         /*!< SCU SFSP1_20: EPUN Position         */\r
-#define SCU_SFSP1_20_EPUN_Msk                                 (0x01UL << SCU_SFSP1_20_EPUN_Pos)                         /*!< SCU SFSP1_20: EPUN Mask             */\r
-#define SCU_SFSP1_20_EHS_Pos                                  5                                                         /*!< SCU SFSP1_20: EHS Position          */\r
-#define SCU_SFSP1_20_EHS_Msk                                  (0x01UL << SCU_SFSP1_20_EHS_Pos)                          /*!< SCU SFSP1_20: EHS Mask              */\r
-#define SCU_SFSP1_20_EZI_Pos                                  6                                                         /*!< SCU SFSP1_20: EZI Position          */\r
-#define SCU_SFSP1_20_EZI_Msk                                  (0x01UL << SCU_SFSP1_20_EZI_Pos)                          /*!< SCU SFSP1_20: EZI Mask              */\r
-#define SCU_SFSP1_20_EHD_Pos                                  8                                                         /*!< SCU SFSP1_20: EHD Position          */\r
-#define SCU_SFSP1_20_EHD_Msk                                  (0x03UL << SCU_SFSP1_20_EHD_Pos)                          /*!< SCU SFSP1_20: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSP2_0  ------------------------------------------\r
-#define SCU_SFSP2_0_MODE_Pos                                  0                                                         /*!< SCU SFSP2_0: MODE Position          */\r
-#define SCU_SFSP2_0_MODE_Msk                                  (0x07UL << SCU_SFSP2_0_MODE_Pos)                          /*!< SCU SFSP2_0: MODE Mask              */\r
-#define SCU_SFSP2_0_EPD_Pos                                   3                                                         /*!< SCU SFSP2_0: EPD Position           */\r
-#define SCU_SFSP2_0_EPD_Msk                                   (0x01UL << SCU_SFSP2_0_EPD_Pos)                           /*!< SCU SFSP2_0: EPD Mask               */\r
-#define SCU_SFSP2_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_0: EPUN Position          */\r
-#define SCU_SFSP2_0_EPUN_Msk                                  (0x01UL << SCU_SFSP2_0_EPUN_Pos)                          /*!< SCU SFSP2_0: EPUN Mask              */\r
-#define SCU_SFSP2_0_EHS_Pos                                   5                                                         /*!< SCU SFSP2_0: EHS Position           */\r
-#define SCU_SFSP2_0_EHS_Msk                                   (0x01UL << SCU_SFSP2_0_EHS_Pos)                           /*!< SCU SFSP2_0: EHS Mask               */\r
-#define SCU_SFSP2_0_EZI_Pos                                   6                                                         /*!< SCU SFSP2_0: EZI Position           */\r
-#define SCU_SFSP2_0_EZI_Msk                                   (0x01UL << SCU_SFSP2_0_EZI_Pos)                           /*!< SCU SFSP2_0: EZI Mask               */\r
-#define SCU_SFSP2_0_EHD_Pos                                   8                                                         /*!< SCU SFSP2_0: EHD Position           */\r
-#define SCU_SFSP2_0_EHD_Msk                                   (0x03UL << SCU_SFSP2_0_EHD_Pos)                           /*!< SCU SFSP2_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_1  ------------------------------------------\r
-#define SCU_SFSP2_1_MODE_Pos                                  0                                                         /*!< SCU SFSP2_1: MODE Position          */\r
-#define SCU_SFSP2_1_MODE_Msk                                  (0x07UL << SCU_SFSP2_1_MODE_Pos)                          /*!< SCU SFSP2_1: MODE Mask              */\r
-#define SCU_SFSP2_1_EPD_Pos                                   3                                                         /*!< SCU SFSP2_1: EPD Position           */\r
-#define SCU_SFSP2_1_EPD_Msk                                   (0x01UL << SCU_SFSP2_1_EPD_Pos)                           /*!< SCU SFSP2_1: EPD Mask               */\r
-#define SCU_SFSP2_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_1: EPUN Position          */\r
-#define SCU_SFSP2_1_EPUN_Msk                                  (0x01UL << SCU_SFSP2_1_EPUN_Pos)                          /*!< SCU SFSP2_1: EPUN Mask              */\r
-#define SCU_SFSP2_1_EHS_Pos                                   5                                                         /*!< SCU SFSP2_1: EHS Position           */\r
-#define SCU_SFSP2_1_EHS_Msk                                   (0x01UL << SCU_SFSP2_1_EHS_Pos)                           /*!< SCU SFSP2_1: EHS Mask               */\r
-#define SCU_SFSP2_1_EZI_Pos                                   6                                                         /*!< SCU SFSP2_1: EZI Position           */\r
-#define SCU_SFSP2_1_EZI_Msk                                   (0x01UL << SCU_SFSP2_1_EZI_Pos)                           /*!< SCU SFSP2_1: EZI Mask               */\r
-#define SCU_SFSP2_1_EHD_Pos                                   8                                                         /*!< SCU SFSP2_1: EHD Position           */\r
-#define SCU_SFSP2_1_EHD_Msk                                   (0x03UL << SCU_SFSP2_1_EHD_Pos)                           /*!< SCU SFSP2_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_2  ------------------------------------------\r
-#define SCU_SFSP2_2_MODE_Pos                                  0                                                         /*!< SCU SFSP2_2: MODE Position          */\r
-#define SCU_SFSP2_2_MODE_Msk                                  (0x07UL << SCU_SFSP2_2_MODE_Pos)                          /*!< SCU SFSP2_2: MODE Mask              */\r
-#define SCU_SFSP2_2_EPD_Pos                                   3                                                         /*!< SCU SFSP2_2: EPD Position           */\r
-#define SCU_SFSP2_2_EPD_Msk                                   (0x01UL << SCU_SFSP2_2_EPD_Pos)                           /*!< SCU SFSP2_2: EPD Mask               */\r
-#define SCU_SFSP2_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_2: EPUN Position          */\r
-#define SCU_SFSP2_2_EPUN_Msk                                  (0x01UL << SCU_SFSP2_2_EPUN_Pos)                          /*!< SCU SFSP2_2: EPUN Mask              */\r
-#define SCU_SFSP2_2_EHS_Pos                                   5                                                         /*!< SCU SFSP2_2: EHS Position           */\r
-#define SCU_SFSP2_2_EHS_Msk                                   (0x01UL << SCU_SFSP2_2_EHS_Pos)                           /*!< SCU SFSP2_2: EHS Mask               */\r
-#define SCU_SFSP2_2_EZI_Pos                                   6                                                         /*!< SCU SFSP2_2: EZI Position           */\r
-#define SCU_SFSP2_2_EZI_Msk                                   (0x01UL << SCU_SFSP2_2_EZI_Pos)                           /*!< SCU SFSP2_2: EZI Mask               */\r
-#define SCU_SFSP2_2_EHD_Pos                                   8                                                         /*!< SCU SFSP2_2: EHD Position           */\r
-#define SCU_SFSP2_2_EHD_Msk                                   (0x03UL << SCU_SFSP2_2_EHD_Pos)                           /*!< SCU SFSP2_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_3  ------------------------------------------\r
-#define SCU_SFSP2_3_MODE_Pos                                  0                                                         /*!< SCU SFSP2_3: MODE Position          */\r
-#define SCU_SFSP2_3_MODE_Msk                                  (0x07UL << SCU_SFSP2_3_MODE_Pos)                          /*!< SCU SFSP2_3: MODE Mask              */\r
-#define SCU_SFSP2_3_EPD_Pos                                   3                                                         /*!< SCU SFSP2_3: EPD Position           */\r
-#define SCU_SFSP2_3_EPD_Msk                                   (0x01UL << SCU_SFSP2_3_EPD_Pos)                           /*!< SCU SFSP2_3: EPD Mask               */\r
-#define SCU_SFSP2_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_3: EPUN Position          */\r
-#define SCU_SFSP2_3_EPUN_Msk                                  (0x01UL << SCU_SFSP2_3_EPUN_Pos)                          /*!< SCU SFSP2_3: EPUN Mask              */\r
-#define SCU_SFSP2_3_EHS_Pos                                   5                                                         /*!< SCU SFSP2_3: EHS Position           */\r
-#define SCU_SFSP2_3_EHS_Msk                                   (0x01UL << SCU_SFSP2_3_EHS_Pos)                           /*!< SCU SFSP2_3: EHS Mask               */\r
-#define SCU_SFSP2_3_EZI_Pos                                   6                                                         /*!< SCU SFSP2_3: EZI Position           */\r
-#define SCU_SFSP2_3_EZI_Msk                                   (0x01UL << SCU_SFSP2_3_EZI_Pos)                           /*!< SCU SFSP2_3: EZI Mask               */\r
-#define SCU_SFSP2_3_EHD_Pos                                   8                                                         /*!< SCU SFSP2_3: EHD Position           */\r
-#define SCU_SFSP2_3_EHD_Msk                                   (0x03UL << SCU_SFSP2_3_EHD_Pos)                           /*!< SCU SFSP2_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_4  ------------------------------------------\r
-#define SCU_SFSP2_4_MODE_Pos                                  0                                                         /*!< SCU SFSP2_4: MODE Position          */\r
-#define SCU_SFSP2_4_MODE_Msk                                  (0x07UL << SCU_SFSP2_4_MODE_Pos)                          /*!< SCU SFSP2_4: MODE Mask              */\r
-#define SCU_SFSP2_4_EPD_Pos                                   3                                                         /*!< SCU SFSP2_4: EPD Position           */\r
-#define SCU_SFSP2_4_EPD_Msk                                   (0x01UL << SCU_SFSP2_4_EPD_Pos)                           /*!< SCU SFSP2_4: EPD Mask               */\r
-#define SCU_SFSP2_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_4: EPUN Position          */\r
-#define SCU_SFSP2_4_EPUN_Msk                                  (0x01UL << SCU_SFSP2_4_EPUN_Pos)                          /*!< SCU SFSP2_4: EPUN Mask              */\r
-#define SCU_SFSP2_4_EHS_Pos                                   5                                                         /*!< SCU SFSP2_4: EHS Position           */\r
-#define SCU_SFSP2_4_EHS_Msk                                   (0x01UL << SCU_SFSP2_4_EHS_Pos)                           /*!< SCU SFSP2_4: EHS Mask               */\r
-#define SCU_SFSP2_4_EZI_Pos                                   6                                                         /*!< SCU SFSP2_4: EZI Position           */\r
-#define SCU_SFSP2_4_EZI_Msk                                   (0x01UL << SCU_SFSP2_4_EZI_Pos)                           /*!< SCU SFSP2_4: EZI Mask               */\r
-#define SCU_SFSP2_4_EHD_Pos                                   8                                                         /*!< SCU SFSP2_4: EHD Position           */\r
-#define SCU_SFSP2_4_EHD_Msk                                   (0x03UL << SCU_SFSP2_4_EHD_Pos)                           /*!< SCU SFSP2_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_5  ------------------------------------------\r
-#define SCU_SFSP2_5_MODE_Pos                                  0                                                         /*!< SCU SFSP2_5: MODE Position          */\r
-#define SCU_SFSP2_5_MODE_Msk                                  (0x07UL << SCU_SFSP2_5_MODE_Pos)                          /*!< SCU SFSP2_5: MODE Mask              */\r
-#define SCU_SFSP2_5_EPD_Pos                                   3                                                         /*!< SCU SFSP2_5: EPD Position           */\r
-#define SCU_SFSP2_5_EPD_Msk                                   (0x01UL << SCU_SFSP2_5_EPD_Pos)                           /*!< SCU SFSP2_5: EPD Mask               */\r
-#define SCU_SFSP2_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_5: EPUN Position          */\r
-#define SCU_SFSP2_5_EPUN_Msk                                  (0x01UL << SCU_SFSP2_5_EPUN_Pos)                          /*!< SCU SFSP2_5: EPUN Mask              */\r
-#define SCU_SFSP2_5_EHS_Pos                                   5                                                         /*!< SCU SFSP2_5: EHS Position           */\r
-#define SCU_SFSP2_5_EHS_Msk                                   (0x01UL << SCU_SFSP2_5_EHS_Pos)                           /*!< SCU SFSP2_5: EHS Mask               */\r
-#define SCU_SFSP2_5_EZI_Pos                                   6                                                         /*!< SCU SFSP2_5: EZI Position           */\r
-#define SCU_SFSP2_5_EZI_Msk                                   (0x01UL << SCU_SFSP2_5_EZI_Pos)                           /*!< SCU SFSP2_5: EZI Mask               */\r
-#define SCU_SFSP2_5_EHD_Pos                                   8                                                         /*!< SCU SFSP2_5: EHD Position           */\r
-#define SCU_SFSP2_5_EHD_Msk                                   (0x03UL << SCU_SFSP2_5_EHD_Pos)                           /*!< SCU SFSP2_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_6  ------------------------------------------\r
-#define SCU_SFSP2_6_MODE_Pos                                  0                                                         /*!< SCU SFSP2_6: MODE Position          */\r
-#define SCU_SFSP2_6_MODE_Msk                                  (0x07UL << SCU_SFSP2_6_MODE_Pos)                          /*!< SCU SFSP2_6: MODE Mask              */\r
-#define SCU_SFSP2_6_EPD_Pos                                   3                                                         /*!< SCU SFSP2_6: EPD Position           */\r
-#define SCU_SFSP2_6_EPD_Msk                                   (0x01UL << SCU_SFSP2_6_EPD_Pos)                           /*!< SCU SFSP2_6: EPD Mask               */\r
-#define SCU_SFSP2_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_6: EPUN Position          */\r
-#define SCU_SFSP2_6_EPUN_Msk                                  (0x01UL << SCU_SFSP2_6_EPUN_Pos)                          /*!< SCU SFSP2_6: EPUN Mask              */\r
-#define SCU_SFSP2_6_EHS_Pos                                   5                                                         /*!< SCU SFSP2_6: EHS Position           */\r
-#define SCU_SFSP2_6_EHS_Msk                                   (0x01UL << SCU_SFSP2_6_EHS_Pos)                           /*!< SCU SFSP2_6: EHS Mask               */\r
-#define SCU_SFSP2_6_EZI_Pos                                   6                                                         /*!< SCU SFSP2_6: EZI Position           */\r
-#define SCU_SFSP2_6_EZI_Msk                                   (0x01UL << SCU_SFSP2_6_EZI_Pos)                           /*!< SCU SFSP2_6: EZI Mask               */\r
-#define SCU_SFSP2_6_EHD_Pos                                   8                                                         /*!< SCU SFSP2_6: EHD Position           */\r
-#define SCU_SFSP2_6_EHD_Msk                                   (0x03UL << SCU_SFSP2_6_EHD_Pos)                           /*!< SCU SFSP2_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_7  ------------------------------------------\r
-#define SCU_SFSP2_7_MODE_Pos                                  0                                                         /*!< SCU SFSP2_7: MODE Position          */\r
-#define SCU_SFSP2_7_MODE_Msk                                  (0x07UL << SCU_SFSP2_7_MODE_Pos)                          /*!< SCU SFSP2_7: MODE Mask              */\r
-#define SCU_SFSP2_7_EPD_Pos                                   3                                                         /*!< SCU SFSP2_7: EPD Position           */\r
-#define SCU_SFSP2_7_EPD_Msk                                   (0x01UL << SCU_SFSP2_7_EPD_Pos)                           /*!< SCU SFSP2_7: EPD Mask               */\r
-#define SCU_SFSP2_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_7: EPUN Position          */\r
-#define SCU_SFSP2_7_EPUN_Msk                                  (0x01UL << SCU_SFSP2_7_EPUN_Pos)                          /*!< SCU SFSP2_7: EPUN Mask              */\r
-#define SCU_SFSP2_7_EHS_Pos                                   5                                                         /*!< SCU SFSP2_7: EHS Position           */\r
-#define SCU_SFSP2_7_EHS_Msk                                   (0x01UL << SCU_SFSP2_7_EHS_Pos)                           /*!< SCU SFSP2_7: EHS Mask               */\r
-#define SCU_SFSP2_7_EZI_Pos                                   6                                                         /*!< SCU SFSP2_7: EZI Position           */\r
-#define SCU_SFSP2_7_EZI_Msk                                   (0x01UL << SCU_SFSP2_7_EZI_Pos)                           /*!< SCU SFSP2_7: EZI Mask               */\r
-#define SCU_SFSP2_7_EHD_Pos                                   8                                                         /*!< SCU SFSP2_7: EHD Position           */\r
-#define SCU_SFSP2_7_EHD_Msk                                   (0x03UL << SCU_SFSP2_7_EHD_Pos)                           /*!< SCU SFSP2_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_8  ------------------------------------------\r
-#define SCU_SFSP2_8_MODE_Pos                                  0                                                         /*!< SCU SFSP2_8: MODE Position          */\r
-#define SCU_SFSP2_8_MODE_Msk                                  (0x07UL << SCU_SFSP2_8_MODE_Pos)                          /*!< SCU SFSP2_8: MODE Mask              */\r
-#define SCU_SFSP2_8_EPD_Pos                                   3                                                         /*!< SCU SFSP2_8: EPD Position           */\r
-#define SCU_SFSP2_8_EPD_Msk                                   (0x01UL << SCU_SFSP2_8_EPD_Pos)                           /*!< SCU SFSP2_8: EPD Mask               */\r
-#define SCU_SFSP2_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_8: EPUN Position          */\r
-#define SCU_SFSP2_8_EPUN_Msk                                  (0x01UL << SCU_SFSP2_8_EPUN_Pos)                          /*!< SCU SFSP2_8: EPUN Mask              */\r
-#define SCU_SFSP2_8_EHS_Pos                                   5                                                         /*!< SCU SFSP2_8: EHS Position           */\r
-#define SCU_SFSP2_8_EHS_Msk                                   (0x01UL << SCU_SFSP2_8_EHS_Pos)                           /*!< SCU SFSP2_8: EHS Mask               */\r
-#define SCU_SFSP2_8_EZI_Pos                                   6                                                         /*!< SCU SFSP2_8: EZI Position           */\r
-#define SCU_SFSP2_8_EZI_Msk                                   (0x01UL << SCU_SFSP2_8_EZI_Pos)                           /*!< SCU SFSP2_8: EZI Mask               */\r
-#define SCU_SFSP2_8_EHD_Pos                                   8                                                         /*!< SCU SFSP2_8: EHD Position           */\r
-#define SCU_SFSP2_8_EHD_Msk                                   (0x03UL << SCU_SFSP2_8_EHD_Pos)                           /*!< SCU SFSP2_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP2_9  ------------------------------------------\r
-#define SCU_SFSP2_9_MODE_Pos                                  0                                                         /*!< SCU SFSP2_9: MODE Position          */\r
-#define SCU_SFSP2_9_MODE_Msk                                  (0x07UL << SCU_SFSP2_9_MODE_Pos)                          /*!< SCU SFSP2_9: MODE Mask              */\r
-#define SCU_SFSP2_9_EPD_Pos                                   3                                                         /*!< SCU SFSP2_9: EPD Position           */\r
-#define SCU_SFSP2_9_EPD_Msk                                   (0x01UL << SCU_SFSP2_9_EPD_Pos)                           /*!< SCU SFSP2_9: EPD Mask               */\r
-#define SCU_SFSP2_9_EPUN_Pos                                  4                                                         /*!< SCU SFSP2_9: EPUN Position          */\r
-#define SCU_SFSP2_9_EPUN_Msk                                  (0x01UL << SCU_SFSP2_9_EPUN_Pos)                          /*!< SCU SFSP2_9: EPUN Mask              */\r
-#define SCU_SFSP2_9_EHS_Pos                                   5                                                         /*!< SCU SFSP2_9: EHS Position           */\r
-#define SCU_SFSP2_9_EHS_Msk                                   (0x01UL << SCU_SFSP2_9_EHS_Pos)                           /*!< SCU SFSP2_9: EHS Mask               */\r
-#define SCU_SFSP2_9_EZI_Pos                                   6                                                         /*!< SCU SFSP2_9: EZI Position           */\r
-#define SCU_SFSP2_9_EZI_Msk                                   (0x01UL << SCU_SFSP2_9_EZI_Pos)                           /*!< SCU SFSP2_9: EZI Mask               */\r
-#define SCU_SFSP2_9_EHD_Pos                                   8                                                         /*!< SCU SFSP2_9: EHD Position           */\r
-#define SCU_SFSP2_9_EHD_Msk                                   (0x03UL << SCU_SFSP2_9_EHD_Pos)                           /*!< SCU SFSP2_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSP2_10  ------------------------------------------\r
-#define SCU_SFSP2_10_MODE_Pos                                 0                                                         /*!< SCU SFSP2_10: MODE Position         */\r
-#define SCU_SFSP2_10_MODE_Msk                                 (0x07UL << SCU_SFSP2_10_MODE_Pos)                         /*!< SCU SFSP2_10: MODE Mask             */\r
-#define SCU_SFSP2_10_EPD_Pos                                  3                                                         /*!< SCU SFSP2_10: EPD Position          */\r
-#define SCU_SFSP2_10_EPD_Msk                                  (0x01UL << SCU_SFSP2_10_EPD_Pos)                          /*!< SCU SFSP2_10: EPD Mask              */\r
-#define SCU_SFSP2_10_EPUN_Pos                                 4                                                         /*!< SCU SFSP2_10: EPUN Position         */\r
-#define SCU_SFSP2_10_EPUN_Msk                                 (0x01UL << SCU_SFSP2_10_EPUN_Pos)                         /*!< SCU SFSP2_10: EPUN Mask             */\r
-#define SCU_SFSP2_10_EHS_Pos                                  5                                                         /*!< SCU SFSP2_10: EHS Position          */\r
-#define SCU_SFSP2_10_EHS_Msk                                  (0x01UL << SCU_SFSP2_10_EHS_Pos)                          /*!< SCU SFSP2_10: EHS Mask              */\r
-#define SCU_SFSP2_10_EZI_Pos                                  6                                                         /*!< SCU SFSP2_10: EZI Position          */\r
-#define SCU_SFSP2_10_EZI_Msk                                  (0x01UL << SCU_SFSP2_10_EZI_Pos)                          /*!< SCU SFSP2_10: EZI Mask              */\r
-#define SCU_SFSP2_10_EHD_Pos                                  8                                                         /*!< SCU SFSP2_10: EHD Position          */\r
-#define SCU_SFSP2_10_EHD_Msk                                  (0x03UL << SCU_SFSP2_10_EHD_Pos)                          /*!< SCU SFSP2_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP2_11  ------------------------------------------\r
-#define SCU_SFSP2_11_MODE_Pos                                 0                                                         /*!< SCU SFSP2_11: MODE Position         */\r
-#define SCU_SFSP2_11_MODE_Msk                                 (0x07UL << SCU_SFSP2_11_MODE_Pos)                         /*!< SCU SFSP2_11: MODE Mask             */\r
-#define SCU_SFSP2_11_EPD_Pos                                  3                                                         /*!< SCU SFSP2_11: EPD Position          */\r
-#define SCU_SFSP2_11_EPD_Msk                                  (0x01UL << SCU_SFSP2_11_EPD_Pos)                          /*!< SCU SFSP2_11: EPD Mask              */\r
-#define SCU_SFSP2_11_EPUN_Pos                                 4                                                         /*!< SCU SFSP2_11: EPUN Position         */\r
-#define SCU_SFSP2_11_EPUN_Msk                                 (0x01UL << SCU_SFSP2_11_EPUN_Pos)                         /*!< SCU SFSP2_11: EPUN Mask             */\r
-#define SCU_SFSP2_11_EHS_Pos                                  5                                                         /*!< SCU SFSP2_11: EHS Position          */\r
-#define SCU_SFSP2_11_EHS_Msk                                  (0x01UL << SCU_SFSP2_11_EHS_Pos)                          /*!< SCU SFSP2_11: EHS Mask              */\r
-#define SCU_SFSP2_11_EZI_Pos                                  6                                                         /*!< SCU SFSP2_11: EZI Position          */\r
-#define SCU_SFSP2_11_EZI_Msk                                  (0x01UL << SCU_SFSP2_11_EZI_Pos)                          /*!< SCU SFSP2_11: EZI Mask              */\r
-#define SCU_SFSP2_11_EHD_Pos                                  8                                                         /*!< SCU SFSP2_11: EHD Position          */\r
-#define SCU_SFSP2_11_EHD_Msk                                  (0x03UL << SCU_SFSP2_11_EHD_Pos)                          /*!< SCU SFSP2_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP2_12  ------------------------------------------\r
-#define SCU_SFSP2_12_MODE_Pos                                 0                                                         /*!< SCU SFSP2_12: MODE Position         */\r
-#define SCU_SFSP2_12_MODE_Msk                                 (0x07UL << SCU_SFSP2_12_MODE_Pos)                         /*!< SCU SFSP2_12: MODE Mask             */\r
-#define SCU_SFSP2_12_EPD_Pos                                  3                                                         /*!< SCU SFSP2_12: EPD Position          */\r
-#define SCU_SFSP2_12_EPD_Msk                                  (0x01UL << SCU_SFSP2_12_EPD_Pos)                          /*!< SCU SFSP2_12: EPD Mask              */\r
-#define SCU_SFSP2_12_EPUN_Pos                                 4                                                         /*!< SCU SFSP2_12: EPUN Position         */\r
-#define SCU_SFSP2_12_EPUN_Msk                                 (0x01UL << SCU_SFSP2_12_EPUN_Pos)                         /*!< SCU SFSP2_12: EPUN Mask             */\r
-#define SCU_SFSP2_12_EHS_Pos                                  5                                                         /*!< SCU SFSP2_12: EHS Position          */\r
-#define SCU_SFSP2_12_EHS_Msk                                  (0x01UL << SCU_SFSP2_12_EHS_Pos)                          /*!< SCU SFSP2_12: EHS Mask              */\r
-#define SCU_SFSP2_12_EZI_Pos                                  6                                                         /*!< SCU SFSP2_12: EZI Position          */\r
-#define SCU_SFSP2_12_EZI_Msk                                  (0x01UL << SCU_SFSP2_12_EZI_Pos)                          /*!< SCU SFSP2_12: EZI Mask              */\r
-#define SCU_SFSP2_12_EHD_Pos                                  8                                                         /*!< SCU SFSP2_12: EHD Position          */\r
-#define SCU_SFSP2_12_EHD_Msk                                  (0x03UL << SCU_SFSP2_12_EHD_Pos)                          /*!< SCU SFSP2_12: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP2_13  ------------------------------------------\r
-#define SCU_SFSP2_13_MODE_Pos                                 0                                                         /*!< SCU SFSP2_13: MODE Position         */\r
-#define SCU_SFSP2_13_MODE_Msk                                 (0x07UL << SCU_SFSP2_13_MODE_Pos)                         /*!< SCU SFSP2_13: MODE Mask             */\r
-#define SCU_SFSP2_13_EPD_Pos                                  3                                                         /*!< SCU SFSP2_13: EPD Position          */\r
-#define SCU_SFSP2_13_EPD_Msk                                  (0x01UL << SCU_SFSP2_13_EPD_Pos)                          /*!< SCU SFSP2_13: EPD Mask              */\r
-#define SCU_SFSP2_13_EPUN_Pos                                 4                                                         /*!< SCU SFSP2_13: EPUN Position         */\r
-#define SCU_SFSP2_13_EPUN_Msk                                 (0x01UL << SCU_SFSP2_13_EPUN_Pos)                         /*!< SCU SFSP2_13: EPUN Mask             */\r
-#define SCU_SFSP2_13_EHS_Pos                                  5                                                         /*!< SCU SFSP2_13: EHS Position          */\r
-#define SCU_SFSP2_13_EHS_Msk                                  (0x01UL << SCU_SFSP2_13_EHS_Pos)                          /*!< SCU SFSP2_13: EHS Mask              */\r
-#define SCU_SFSP2_13_EZI_Pos                                  6                                                         /*!< SCU SFSP2_13: EZI Position          */\r
-#define SCU_SFSP2_13_EZI_Msk                                  (0x01UL << SCU_SFSP2_13_EZI_Pos)                          /*!< SCU SFSP2_13: EZI Mask              */\r
-#define SCU_SFSP2_13_EHD_Pos                                  8                                                         /*!< SCU SFSP2_13: EHD Position          */\r
-#define SCU_SFSP2_13_EHD_Msk                                  (0x03UL << SCU_SFSP2_13_EHD_Pos)                          /*!< SCU SFSP2_13: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSP3_0  ------------------------------------------\r
-#define SCU_SFSP3_0_MODE_Pos                                  0                                                         /*!< SCU SFSP3_0: MODE Position          */\r
-#define SCU_SFSP3_0_MODE_Msk                                  (0x07UL << SCU_SFSP3_0_MODE_Pos)                          /*!< SCU SFSP3_0: MODE Mask              */\r
-#define SCU_SFSP3_0_EPD_Pos                                   3                                                         /*!< SCU SFSP3_0: EPD Position           */\r
-#define SCU_SFSP3_0_EPD_Msk                                   (0x01UL << SCU_SFSP3_0_EPD_Pos)                           /*!< SCU SFSP3_0: EPD Mask               */\r
-#define SCU_SFSP3_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_0: EPUN Position          */\r
-#define SCU_SFSP3_0_EPUN_Msk                                  (0x01UL << SCU_SFSP3_0_EPUN_Pos)                          /*!< SCU SFSP3_0: EPUN Mask              */\r
-#define SCU_SFSP3_0_EHS_Pos                                   5                                                         /*!< SCU SFSP3_0: EHS Position           */\r
-#define SCU_SFSP3_0_EHS_Msk                                   (0x01UL << SCU_SFSP3_0_EHS_Pos)                           /*!< SCU SFSP3_0: EHS Mask               */\r
-#define SCU_SFSP3_0_EZI_Pos                                   6                                                         /*!< SCU SFSP3_0: EZI Position           */\r
-#define SCU_SFSP3_0_EZI_Msk                                   (0x01UL << SCU_SFSP3_0_EZI_Pos)                           /*!< SCU SFSP3_0: EZI Mask               */\r
-#define SCU_SFSP3_0_EHD_Pos                                   8                                                         /*!< SCU SFSP3_0: EHD Position           */\r
-#define SCU_SFSP3_0_EHD_Msk                                   (0x03UL << SCU_SFSP3_0_EHD_Pos)                           /*!< SCU SFSP3_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_1  ------------------------------------------\r
-#define SCU_SFSP3_1_MODE_Pos                                  0                                                         /*!< SCU SFSP3_1: MODE Position          */\r
-#define SCU_SFSP3_1_MODE_Msk                                  (0x07UL << SCU_SFSP3_1_MODE_Pos)                          /*!< SCU SFSP3_1: MODE Mask              */\r
-#define SCU_SFSP3_1_EPD_Pos                                   3                                                         /*!< SCU SFSP3_1: EPD Position           */\r
-#define SCU_SFSP3_1_EPD_Msk                                   (0x01UL << SCU_SFSP3_1_EPD_Pos)                           /*!< SCU SFSP3_1: EPD Mask               */\r
-#define SCU_SFSP3_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_1: EPUN Position          */\r
-#define SCU_SFSP3_1_EPUN_Msk                                  (0x01UL << SCU_SFSP3_1_EPUN_Pos)                          /*!< SCU SFSP3_1: EPUN Mask              */\r
-#define SCU_SFSP3_1_EHS_Pos                                   5                                                         /*!< SCU SFSP3_1: EHS Position           */\r
-#define SCU_SFSP3_1_EHS_Msk                                   (0x01UL << SCU_SFSP3_1_EHS_Pos)                           /*!< SCU SFSP3_1: EHS Mask               */\r
-#define SCU_SFSP3_1_EZI_Pos                                   6                                                         /*!< SCU SFSP3_1: EZI Position           */\r
-#define SCU_SFSP3_1_EZI_Msk                                   (0x01UL << SCU_SFSP3_1_EZI_Pos)                           /*!< SCU SFSP3_1: EZI Mask               */\r
-#define SCU_SFSP3_1_EHD_Pos                                   8                                                         /*!< SCU SFSP3_1: EHD Position           */\r
-#define SCU_SFSP3_1_EHD_Msk                                   (0x03UL << SCU_SFSP3_1_EHD_Pos)                           /*!< SCU SFSP3_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_2  ------------------------------------------\r
-#define SCU_SFSP3_2_MODE_Pos                                  0                                                         /*!< SCU SFSP3_2: MODE Position          */\r
-#define SCU_SFSP3_2_MODE_Msk                                  (0x07UL << SCU_SFSP3_2_MODE_Pos)                          /*!< SCU SFSP3_2: MODE Mask              */\r
-#define SCU_SFSP3_2_EPD_Pos                                   3                                                         /*!< SCU SFSP3_2: EPD Position           */\r
-#define SCU_SFSP3_2_EPD_Msk                                   (0x01UL << SCU_SFSP3_2_EPD_Pos)                           /*!< SCU SFSP3_2: EPD Mask               */\r
-#define SCU_SFSP3_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_2: EPUN Position          */\r
-#define SCU_SFSP3_2_EPUN_Msk                                  (0x01UL << SCU_SFSP3_2_EPUN_Pos)                          /*!< SCU SFSP3_2: EPUN Mask              */\r
-#define SCU_SFSP3_2_EHS_Pos                                   5                                                         /*!< SCU SFSP3_2: EHS Position           */\r
-#define SCU_SFSP3_2_EHS_Msk                                   (0x01UL << SCU_SFSP3_2_EHS_Pos)                           /*!< SCU SFSP3_2: EHS Mask               */\r
-#define SCU_SFSP3_2_EZI_Pos                                   6                                                         /*!< SCU SFSP3_2: EZI Position           */\r
-#define SCU_SFSP3_2_EZI_Msk                                   (0x01UL << SCU_SFSP3_2_EZI_Pos)                           /*!< SCU SFSP3_2: EZI Mask               */\r
-#define SCU_SFSP3_2_EHD_Pos                                   8                                                         /*!< SCU SFSP3_2: EHD Position           */\r
-#define SCU_SFSP3_2_EHD_Msk                                   (0x03UL << SCU_SFSP3_2_EHD_Pos)                           /*!< SCU SFSP3_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_3  ------------------------------------------\r
-#define SCU_SFSP3_3_MODE_Pos                                  0                                                         /*!< SCU SFSP3_3: MODE Position          */\r
-#define SCU_SFSP3_3_MODE_Msk                                  (0x07UL << SCU_SFSP3_3_MODE_Pos)                          /*!< SCU SFSP3_3: MODE Mask              */\r
-#define SCU_SFSP3_3_EPD_Pos                                   3                                                         /*!< SCU SFSP3_3: EPD Position           */\r
-#define SCU_SFSP3_3_EPD_Msk                                   (0x01UL << SCU_SFSP3_3_EPD_Pos)                           /*!< SCU SFSP3_3: EPD Mask               */\r
-#define SCU_SFSP3_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_3: EPUN Position          */\r
-#define SCU_SFSP3_3_EPUN_Msk                                  (0x01UL << SCU_SFSP3_3_EPUN_Pos)                          /*!< SCU SFSP3_3: EPUN Mask              */\r
-#define SCU_SFSP3_3_EHS_Pos                                   5                                                         /*!< SCU SFSP3_3: EHS Position           */\r
-#define SCU_SFSP3_3_EHS_Msk                                   (0x01UL << SCU_SFSP3_3_EHS_Pos)                           /*!< SCU SFSP3_3: EHS Mask               */\r
-#define SCU_SFSP3_3_EZI_Pos                                   6                                                         /*!< SCU SFSP3_3: EZI Position           */\r
-#define SCU_SFSP3_3_EZI_Msk                                   (0x01UL << SCU_SFSP3_3_EZI_Pos)                           /*!< SCU SFSP3_3: EZI Mask               */\r
-#define SCU_SFSP3_3_EHD_Pos                                   8                                                         /*!< SCU SFSP3_3: EHD Position           */\r
-#define SCU_SFSP3_3_EHD_Msk                                   (0x03UL << SCU_SFSP3_3_EHD_Pos)                           /*!< SCU SFSP3_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_4  ------------------------------------------\r
-#define SCU_SFSP3_4_MODE_Pos                                  0                                                         /*!< SCU SFSP3_4: MODE Position          */\r
-#define SCU_SFSP3_4_MODE_Msk                                  (0x07UL << SCU_SFSP3_4_MODE_Pos)                          /*!< SCU SFSP3_4: MODE Mask              */\r
-#define SCU_SFSP3_4_EPD_Pos                                   3                                                         /*!< SCU SFSP3_4: EPD Position           */\r
-#define SCU_SFSP3_4_EPD_Msk                                   (0x01UL << SCU_SFSP3_4_EPD_Pos)                           /*!< SCU SFSP3_4: EPD Mask               */\r
-#define SCU_SFSP3_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_4: EPUN Position          */\r
-#define SCU_SFSP3_4_EPUN_Msk                                  (0x01UL << SCU_SFSP3_4_EPUN_Pos)                          /*!< SCU SFSP3_4: EPUN Mask              */\r
-#define SCU_SFSP3_4_EHS_Pos                                   5                                                         /*!< SCU SFSP3_4: EHS Position           */\r
-#define SCU_SFSP3_4_EHS_Msk                                   (0x01UL << SCU_SFSP3_4_EHS_Pos)                           /*!< SCU SFSP3_4: EHS Mask               */\r
-#define SCU_SFSP3_4_EZI_Pos                                   6                                                         /*!< SCU SFSP3_4: EZI Position           */\r
-#define SCU_SFSP3_4_EZI_Msk                                   (0x01UL << SCU_SFSP3_4_EZI_Pos)                           /*!< SCU SFSP3_4: EZI Mask               */\r
-#define SCU_SFSP3_4_EHD_Pos                                   8                                                         /*!< SCU SFSP3_4: EHD Position           */\r
-#define SCU_SFSP3_4_EHD_Msk                                   (0x03UL << SCU_SFSP3_4_EHD_Pos)                           /*!< SCU SFSP3_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_5  ------------------------------------------\r
-#define SCU_SFSP3_5_MODE_Pos                                  0                                                         /*!< SCU SFSP3_5: MODE Position          */\r
-#define SCU_SFSP3_5_MODE_Msk                                  (0x07UL << SCU_SFSP3_5_MODE_Pos)                          /*!< SCU SFSP3_5: MODE Mask              */\r
-#define SCU_SFSP3_5_EPD_Pos                                   3                                                         /*!< SCU SFSP3_5: EPD Position           */\r
-#define SCU_SFSP3_5_EPD_Msk                                   (0x01UL << SCU_SFSP3_5_EPD_Pos)                           /*!< SCU SFSP3_5: EPD Mask               */\r
-#define SCU_SFSP3_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_5: EPUN Position          */\r
-#define SCU_SFSP3_5_EPUN_Msk                                  (0x01UL << SCU_SFSP3_5_EPUN_Pos)                          /*!< SCU SFSP3_5: EPUN Mask              */\r
-#define SCU_SFSP3_5_EHS_Pos                                   5                                                         /*!< SCU SFSP3_5: EHS Position           */\r
-#define SCU_SFSP3_5_EHS_Msk                                   (0x01UL << SCU_SFSP3_5_EHS_Pos)                           /*!< SCU SFSP3_5: EHS Mask               */\r
-#define SCU_SFSP3_5_EZI_Pos                                   6                                                         /*!< SCU SFSP3_5: EZI Position           */\r
-#define SCU_SFSP3_5_EZI_Msk                                   (0x01UL << SCU_SFSP3_5_EZI_Pos)                           /*!< SCU SFSP3_5: EZI Mask               */\r
-#define SCU_SFSP3_5_EHD_Pos                                   8                                                         /*!< SCU SFSP3_5: EHD Position           */\r
-#define SCU_SFSP3_5_EHD_Msk                                   (0x03UL << SCU_SFSP3_5_EHD_Pos)                           /*!< SCU SFSP3_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_6  ------------------------------------------\r
-#define SCU_SFSP3_6_MODE_Pos                                  0                                                         /*!< SCU SFSP3_6: MODE Position          */\r
-#define SCU_SFSP3_6_MODE_Msk                                  (0x07UL << SCU_SFSP3_6_MODE_Pos)                          /*!< SCU SFSP3_6: MODE Mask              */\r
-#define SCU_SFSP3_6_EPD_Pos                                   3                                                         /*!< SCU SFSP3_6: EPD Position           */\r
-#define SCU_SFSP3_6_EPD_Msk                                   (0x01UL << SCU_SFSP3_6_EPD_Pos)                           /*!< SCU SFSP3_6: EPD Mask               */\r
-#define SCU_SFSP3_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_6: EPUN Position          */\r
-#define SCU_SFSP3_6_EPUN_Msk                                  (0x01UL << SCU_SFSP3_6_EPUN_Pos)                          /*!< SCU SFSP3_6: EPUN Mask              */\r
-#define SCU_SFSP3_6_EHS_Pos                                   5                                                         /*!< SCU SFSP3_6: EHS Position           */\r
-#define SCU_SFSP3_6_EHS_Msk                                   (0x01UL << SCU_SFSP3_6_EHS_Pos)                           /*!< SCU SFSP3_6: EHS Mask               */\r
-#define SCU_SFSP3_6_EZI_Pos                                   6                                                         /*!< SCU SFSP3_6: EZI Position           */\r
-#define SCU_SFSP3_6_EZI_Msk                                   (0x01UL << SCU_SFSP3_6_EZI_Pos)                           /*!< SCU SFSP3_6: EZI Mask               */\r
-#define SCU_SFSP3_6_EHD_Pos                                   8                                                         /*!< SCU SFSP3_6: EHD Position           */\r
-#define SCU_SFSP3_6_EHD_Msk                                   (0x03UL << SCU_SFSP3_6_EHD_Pos)                           /*!< SCU SFSP3_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_7  ------------------------------------------\r
-#define SCU_SFSP3_7_MODE_Pos                                  0                                                         /*!< SCU SFSP3_7: MODE Position          */\r
-#define SCU_SFSP3_7_MODE_Msk                                  (0x07UL << SCU_SFSP3_7_MODE_Pos)                          /*!< SCU SFSP3_7: MODE Mask              */\r
-#define SCU_SFSP3_7_EPD_Pos                                   3                                                         /*!< SCU SFSP3_7: EPD Position           */\r
-#define SCU_SFSP3_7_EPD_Msk                                   (0x01UL << SCU_SFSP3_7_EPD_Pos)                           /*!< SCU SFSP3_7: EPD Mask               */\r
-#define SCU_SFSP3_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_7: EPUN Position          */\r
-#define SCU_SFSP3_7_EPUN_Msk                                  (0x01UL << SCU_SFSP3_7_EPUN_Pos)                          /*!< SCU SFSP3_7: EPUN Mask              */\r
-#define SCU_SFSP3_7_EHS_Pos                                   5                                                         /*!< SCU SFSP3_7: EHS Position           */\r
-#define SCU_SFSP3_7_EHS_Msk                                   (0x01UL << SCU_SFSP3_7_EHS_Pos)                           /*!< SCU SFSP3_7: EHS Mask               */\r
-#define SCU_SFSP3_7_EZI_Pos                                   6                                                         /*!< SCU SFSP3_7: EZI Position           */\r
-#define SCU_SFSP3_7_EZI_Msk                                   (0x01UL << SCU_SFSP3_7_EZI_Pos)                           /*!< SCU SFSP3_7: EZI Mask               */\r
-#define SCU_SFSP3_7_EHD_Pos                                   8                                                         /*!< SCU SFSP3_7: EHD Position           */\r
-#define SCU_SFSP3_7_EHD_Msk                                   (0x03UL << SCU_SFSP3_7_EHD_Pos)                           /*!< SCU SFSP3_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP3_8  ------------------------------------------\r
-#define SCU_SFSP3_8_MODE_Pos                                  0                                                         /*!< SCU SFSP3_8: MODE Position          */\r
-#define SCU_SFSP3_8_MODE_Msk                                  (0x07UL << SCU_SFSP3_8_MODE_Pos)                          /*!< SCU SFSP3_8: MODE Mask              */\r
-#define SCU_SFSP3_8_EPD_Pos                                   3                                                         /*!< SCU SFSP3_8: EPD Position           */\r
-#define SCU_SFSP3_8_EPD_Msk                                   (0x01UL << SCU_SFSP3_8_EPD_Pos)                           /*!< SCU SFSP3_8: EPD Mask               */\r
-#define SCU_SFSP3_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP3_8: EPUN Position          */\r
-#define SCU_SFSP3_8_EPUN_Msk                                  (0x01UL << SCU_SFSP3_8_EPUN_Pos)                          /*!< SCU SFSP3_8: EPUN Mask              */\r
-#define SCU_SFSP3_8_EHS_Pos                                   5                                                         /*!< SCU SFSP3_8: EHS Position           */\r
-#define SCU_SFSP3_8_EHS_Msk                                   (0x01UL << SCU_SFSP3_8_EHS_Pos)                           /*!< SCU SFSP3_8: EHS Mask               */\r
-#define SCU_SFSP3_8_EZI_Pos                                   6                                                         /*!< SCU SFSP3_8: EZI Position           */\r
-#define SCU_SFSP3_8_EZI_Msk                                   (0x01UL << SCU_SFSP3_8_EZI_Pos)                           /*!< SCU SFSP3_8: EZI Mask               */\r
-#define SCU_SFSP3_8_EHD_Pos                                   8                                                         /*!< SCU SFSP3_8: EHD Position           */\r
-#define SCU_SFSP3_8_EHD_Msk                                   (0x03UL << SCU_SFSP3_8_EHD_Pos)                           /*!< SCU SFSP3_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_0  ------------------------------------------\r
-#define SCU_SFSP4_0_MODE_Pos                                  0                                                         /*!< SCU SFSP4_0: MODE Position          */\r
-#define SCU_SFSP4_0_MODE_Msk                                  (0x07UL << SCU_SFSP4_0_MODE_Pos)                          /*!< SCU SFSP4_0: MODE Mask              */\r
-#define SCU_SFSP4_0_EPD_Pos                                   3                                                         /*!< SCU SFSP4_0: EPD Position           */\r
-#define SCU_SFSP4_0_EPD_Msk                                   (0x01UL << SCU_SFSP4_0_EPD_Pos)                           /*!< SCU SFSP4_0: EPD Mask               */\r
-#define SCU_SFSP4_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_0: EPUN Position          */\r
-#define SCU_SFSP4_0_EPUN_Msk                                  (0x01UL << SCU_SFSP4_0_EPUN_Pos)                          /*!< SCU SFSP4_0: EPUN Mask              */\r
-#define SCU_SFSP4_0_EHS_Pos                                   5                                                         /*!< SCU SFSP4_0: EHS Position           */\r
-#define SCU_SFSP4_0_EHS_Msk                                   (0x01UL << SCU_SFSP4_0_EHS_Pos)                           /*!< SCU SFSP4_0: EHS Mask               */\r
-#define SCU_SFSP4_0_EZI_Pos                                   6                                                         /*!< SCU SFSP4_0: EZI Position           */\r
-#define SCU_SFSP4_0_EZI_Msk                                   (0x01UL << SCU_SFSP4_0_EZI_Pos)                           /*!< SCU SFSP4_0: EZI Mask               */\r
-#define SCU_SFSP4_0_EHD_Pos                                   8                                                         /*!< SCU SFSP4_0: EHD Position           */\r
-#define SCU_SFSP4_0_EHD_Msk                                   (0x03UL << SCU_SFSP4_0_EHD_Pos)                           /*!< SCU SFSP4_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_1  ------------------------------------------\r
-#define SCU_SFSP4_1_MODE_Pos                                  0                                                         /*!< SCU SFSP4_1: MODE Position          */\r
-#define SCU_SFSP4_1_MODE_Msk                                  (0x07UL << SCU_SFSP4_1_MODE_Pos)                          /*!< SCU SFSP4_1: MODE Mask              */\r
-#define SCU_SFSP4_1_EPD_Pos                                   3                                                         /*!< SCU SFSP4_1: EPD Position           */\r
-#define SCU_SFSP4_1_EPD_Msk                                   (0x01UL << SCU_SFSP4_1_EPD_Pos)                           /*!< SCU SFSP4_1: EPD Mask               */\r
-#define SCU_SFSP4_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_1: EPUN Position          */\r
-#define SCU_SFSP4_1_EPUN_Msk                                  (0x01UL << SCU_SFSP4_1_EPUN_Pos)                          /*!< SCU SFSP4_1: EPUN Mask              */\r
-#define SCU_SFSP4_1_EHS_Pos                                   5                                                         /*!< SCU SFSP4_1: EHS Position           */\r
-#define SCU_SFSP4_1_EHS_Msk                                   (0x01UL << SCU_SFSP4_1_EHS_Pos)                           /*!< SCU SFSP4_1: EHS Mask               */\r
-#define SCU_SFSP4_1_EZI_Pos                                   6                                                         /*!< SCU SFSP4_1: EZI Position           */\r
-#define SCU_SFSP4_1_EZI_Msk                                   (0x01UL << SCU_SFSP4_1_EZI_Pos)                           /*!< SCU SFSP4_1: EZI Mask               */\r
-#define SCU_SFSP4_1_EHD_Pos                                   8                                                         /*!< SCU SFSP4_1: EHD Position           */\r
-#define SCU_SFSP4_1_EHD_Msk                                   (0x03UL << SCU_SFSP4_1_EHD_Pos)                           /*!< SCU SFSP4_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_2  ------------------------------------------\r
-#define SCU_SFSP4_2_MODE_Pos                                  0                                                         /*!< SCU SFSP4_2: MODE Position          */\r
-#define SCU_SFSP4_2_MODE_Msk                                  (0x07UL << SCU_SFSP4_2_MODE_Pos)                          /*!< SCU SFSP4_2: MODE Mask              */\r
-#define SCU_SFSP4_2_EPD_Pos                                   3                                                         /*!< SCU SFSP4_2: EPD Position           */\r
-#define SCU_SFSP4_2_EPD_Msk                                   (0x01UL << SCU_SFSP4_2_EPD_Pos)                           /*!< SCU SFSP4_2: EPD Mask               */\r
-#define SCU_SFSP4_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_2: EPUN Position          */\r
-#define SCU_SFSP4_2_EPUN_Msk                                  (0x01UL << SCU_SFSP4_2_EPUN_Pos)                          /*!< SCU SFSP4_2: EPUN Mask              */\r
-#define SCU_SFSP4_2_EHS_Pos                                   5                                                         /*!< SCU SFSP4_2: EHS Position           */\r
-#define SCU_SFSP4_2_EHS_Msk                                   (0x01UL << SCU_SFSP4_2_EHS_Pos)                           /*!< SCU SFSP4_2: EHS Mask               */\r
-#define SCU_SFSP4_2_EZI_Pos                                   6                                                         /*!< SCU SFSP4_2: EZI Position           */\r
-#define SCU_SFSP4_2_EZI_Msk                                   (0x01UL << SCU_SFSP4_2_EZI_Pos)                           /*!< SCU SFSP4_2: EZI Mask               */\r
-#define SCU_SFSP4_2_EHD_Pos                                   8                                                         /*!< SCU SFSP4_2: EHD Position           */\r
-#define SCU_SFSP4_2_EHD_Msk                                   (0x03UL << SCU_SFSP4_2_EHD_Pos)                           /*!< SCU SFSP4_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_3  ------------------------------------------\r
-#define SCU_SFSP4_3_MODE_Pos                                  0                                                         /*!< SCU SFSP4_3: MODE Position          */\r
-#define SCU_SFSP4_3_MODE_Msk                                  (0x07UL << SCU_SFSP4_3_MODE_Pos)                          /*!< SCU SFSP4_3: MODE Mask              */\r
-#define SCU_SFSP4_3_EPD_Pos                                   3                                                         /*!< SCU SFSP4_3: EPD Position           */\r
-#define SCU_SFSP4_3_EPD_Msk                                   (0x01UL << SCU_SFSP4_3_EPD_Pos)                           /*!< SCU SFSP4_3: EPD Mask               */\r
-#define SCU_SFSP4_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_3: EPUN Position          */\r
-#define SCU_SFSP4_3_EPUN_Msk                                  (0x01UL << SCU_SFSP4_3_EPUN_Pos)                          /*!< SCU SFSP4_3: EPUN Mask              */\r
-#define SCU_SFSP4_3_EHS_Pos                                   5                                                         /*!< SCU SFSP4_3: EHS Position           */\r
-#define SCU_SFSP4_3_EHS_Msk                                   (0x01UL << SCU_SFSP4_3_EHS_Pos)                           /*!< SCU SFSP4_3: EHS Mask               */\r
-#define SCU_SFSP4_3_EZI_Pos                                   6                                                         /*!< SCU SFSP4_3: EZI Position           */\r
-#define SCU_SFSP4_3_EZI_Msk                                   (0x01UL << SCU_SFSP4_3_EZI_Pos)                           /*!< SCU SFSP4_3: EZI Mask               */\r
-#define SCU_SFSP4_3_EHD_Pos                                   8                                                         /*!< SCU SFSP4_3: EHD Position           */\r
-#define SCU_SFSP4_3_EHD_Msk                                   (0x03UL << SCU_SFSP4_3_EHD_Pos)                           /*!< SCU SFSP4_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_4  ------------------------------------------\r
-#define SCU_SFSP4_4_MODE_Pos                                  0                                                         /*!< SCU SFSP4_4: MODE Position          */\r
-#define SCU_SFSP4_4_MODE_Msk                                  (0x07UL << SCU_SFSP4_4_MODE_Pos)                          /*!< SCU SFSP4_4: MODE Mask              */\r
-#define SCU_SFSP4_4_EPD_Pos                                   3                                                         /*!< SCU SFSP4_4: EPD Position           */\r
-#define SCU_SFSP4_4_EPD_Msk                                   (0x01UL << SCU_SFSP4_4_EPD_Pos)                           /*!< SCU SFSP4_4: EPD Mask               */\r
-#define SCU_SFSP4_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_4: EPUN Position          */\r
-#define SCU_SFSP4_4_EPUN_Msk                                  (0x01UL << SCU_SFSP4_4_EPUN_Pos)                          /*!< SCU SFSP4_4: EPUN Mask              */\r
-#define SCU_SFSP4_4_EHS_Pos                                   5                                                         /*!< SCU SFSP4_4: EHS Position           */\r
-#define SCU_SFSP4_4_EHS_Msk                                   (0x01UL << SCU_SFSP4_4_EHS_Pos)                           /*!< SCU SFSP4_4: EHS Mask               */\r
-#define SCU_SFSP4_4_EZI_Pos                                   6                                                         /*!< SCU SFSP4_4: EZI Position           */\r
-#define SCU_SFSP4_4_EZI_Msk                                   (0x01UL << SCU_SFSP4_4_EZI_Pos)                           /*!< SCU SFSP4_4: EZI Mask               */\r
-#define SCU_SFSP4_4_EHD_Pos                                   8                                                         /*!< SCU SFSP4_4: EHD Position           */\r
-#define SCU_SFSP4_4_EHD_Msk                                   (0x03UL << SCU_SFSP4_4_EHD_Pos)                           /*!< SCU SFSP4_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_5  ------------------------------------------\r
-#define SCU_SFSP4_5_MODE_Pos                                  0                                                         /*!< SCU SFSP4_5: MODE Position          */\r
-#define SCU_SFSP4_5_MODE_Msk                                  (0x07UL << SCU_SFSP4_5_MODE_Pos)                          /*!< SCU SFSP4_5: MODE Mask              */\r
-#define SCU_SFSP4_5_EPD_Pos                                   3                                                         /*!< SCU SFSP4_5: EPD Position           */\r
-#define SCU_SFSP4_5_EPD_Msk                                   (0x01UL << SCU_SFSP4_5_EPD_Pos)                           /*!< SCU SFSP4_5: EPD Mask               */\r
-#define SCU_SFSP4_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_5: EPUN Position          */\r
-#define SCU_SFSP4_5_EPUN_Msk                                  (0x01UL << SCU_SFSP4_5_EPUN_Pos)                          /*!< SCU SFSP4_5: EPUN Mask              */\r
-#define SCU_SFSP4_5_EHS_Pos                                   5                                                         /*!< SCU SFSP4_5: EHS Position           */\r
-#define SCU_SFSP4_5_EHS_Msk                                   (0x01UL << SCU_SFSP4_5_EHS_Pos)                           /*!< SCU SFSP4_5: EHS Mask               */\r
-#define SCU_SFSP4_5_EZI_Pos                                   6                                                         /*!< SCU SFSP4_5: EZI Position           */\r
-#define SCU_SFSP4_5_EZI_Msk                                   (0x01UL << SCU_SFSP4_5_EZI_Pos)                           /*!< SCU SFSP4_5: EZI Mask               */\r
-#define SCU_SFSP4_5_EHD_Pos                                   8                                                         /*!< SCU SFSP4_5: EHD Position           */\r
-#define SCU_SFSP4_5_EHD_Msk                                   (0x03UL << SCU_SFSP4_5_EHD_Pos)                           /*!< SCU SFSP4_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_6  ------------------------------------------\r
-#define SCU_SFSP4_6_MODE_Pos                                  0                                                         /*!< SCU SFSP4_6: MODE Position          */\r
-#define SCU_SFSP4_6_MODE_Msk                                  (0x07UL << SCU_SFSP4_6_MODE_Pos)                          /*!< SCU SFSP4_6: MODE Mask              */\r
-#define SCU_SFSP4_6_EPD_Pos                                   3                                                         /*!< SCU SFSP4_6: EPD Position           */\r
-#define SCU_SFSP4_6_EPD_Msk                                   (0x01UL << SCU_SFSP4_6_EPD_Pos)                           /*!< SCU SFSP4_6: EPD Mask               */\r
-#define SCU_SFSP4_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_6: EPUN Position          */\r
-#define SCU_SFSP4_6_EPUN_Msk                                  (0x01UL << SCU_SFSP4_6_EPUN_Pos)                          /*!< SCU SFSP4_6: EPUN Mask              */\r
-#define SCU_SFSP4_6_EHS_Pos                                   5                                                         /*!< SCU SFSP4_6: EHS Position           */\r
-#define SCU_SFSP4_6_EHS_Msk                                   (0x01UL << SCU_SFSP4_6_EHS_Pos)                           /*!< SCU SFSP4_6: EHS Mask               */\r
-#define SCU_SFSP4_6_EZI_Pos                                   6                                                         /*!< SCU SFSP4_6: EZI Position           */\r
-#define SCU_SFSP4_6_EZI_Msk                                   (0x01UL << SCU_SFSP4_6_EZI_Pos)                           /*!< SCU SFSP4_6: EZI Mask               */\r
-#define SCU_SFSP4_6_EHD_Pos                                   8                                                         /*!< SCU SFSP4_6: EHD Position           */\r
-#define SCU_SFSP4_6_EHD_Msk                                   (0x03UL << SCU_SFSP4_6_EHD_Pos)                           /*!< SCU SFSP4_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_7  ------------------------------------------\r
-#define SCU_SFSP4_7_MODE_Pos                                  0                                                         /*!< SCU SFSP4_7: MODE Position          */\r
-#define SCU_SFSP4_7_MODE_Msk                                  (0x07UL << SCU_SFSP4_7_MODE_Pos)                          /*!< SCU SFSP4_7: MODE Mask              */\r
-#define SCU_SFSP4_7_EPD_Pos                                   3                                                         /*!< SCU SFSP4_7: EPD Position           */\r
-#define SCU_SFSP4_7_EPD_Msk                                   (0x01UL << SCU_SFSP4_7_EPD_Pos)                           /*!< SCU SFSP4_7: EPD Mask               */\r
-#define SCU_SFSP4_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_7: EPUN Position          */\r
-#define SCU_SFSP4_7_EPUN_Msk                                  (0x01UL << SCU_SFSP4_7_EPUN_Pos)                          /*!< SCU SFSP4_7: EPUN Mask              */\r
-#define SCU_SFSP4_7_EHS_Pos                                   5                                                         /*!< SCU SFSP4_7: EHS Position           */\r
-#define SCU_SFSP4_7_EHS_Msk                                   (0x01UL << SCU_SFSP4_7_EHS_Pos)                           /*!< SCU SFSP4_7: EHS Mask               */\r
-#define SCU_SFSP4_7_EZI_Pos                                   6                                                         /*!< SCU SFSP4_7: EZI Position           */\r
-#define SCU_SFSP4_7_EZI_Msk                                   (0x01UL << SCU_SFSP4_7_EZI_Pos)                           /*!< SCU SFSP4_7: EZI Mask               */\r
-#define SCU_SFSP4_7_EHD_Pos                                   8                                                         /*!< SCU SFSP4_7: EHD Position           */\r
-#define SCU_SFSP4_7_EHD_Msk                                   (0x03UL << SCU_SFSP4_7_EHD_Pos)                           /*!< SCU SFSP4_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_8  ------------------------------------------\r
-#define SCU_SFSP4_8_MODE_Pos                                  0                                                         /*!< SCU SFSP4_8: MODE Position          */\r
-#define SCU_SFSP4_8_MODE_Msk                                  (0x07UL << SCU_SFSP4_8_MODE_Pos)                          /*!< SCU SFSP4_8: MODE Mask              */\r
-#define SCU_SFSP4_8_EPD_Pos                                   3                                                         /*!< SCU SFSP4_8: EPD Position           */\r
-#define SCU_SFSP4_8_EPD_Msk                                   (0x01UL << SCU_SFSP4_8_EPD_Pos)                           /*!< SCU SFSP4_8: EPD Mask               */\r
-#define SCU_SFSP4_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_8: EPUN Position          */\r
-#define SCU_SFSP4_8_EPUN_Msk                                  (0x01UL << SCU_SFSP4_8_EPUN_Pos)                          /*!< SCU SFSP4_8: EPUN Mask              */\r
-#define SCU_SFSP4_8_EHS_Pos                                   5                                                         /*!< SCU SFSP4_8: EHS Position           */\r
-#define SCU_SFSP4_8_EHS_Msk                                   (0x01UL << SCU_SFSP4_8_EHS_Pos)                           /*!< SCU SFSP4_8: EHS Mask               */\r
-#define SCU_SFSP4_8_EZI_Pos                                   6                                                         /*!< SCU SFSP4_8: EZI Position           */\r
-#define SCU_SFSP4_8_EZI_Msk                                   (0x01UL << SCU_SFSP4_8_EZI_Pos)                           /*!< SCU SFSP4_8: EZI Mask               */\r
-#define SCU_SFSP4_8_EHD_Pos                                   8                                                         /*!< SCU SFSP4_8: EHD Position           */\r
-#define SCU_SFSP4_8_EHD_Msk                                   (0x03UL << SCU_SFSP4_8_EHD_Pos)                           /*!< SCU SFSP4_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP4_9  ------------------------------------------\r
-#define SCU_SFSP4_9_MODE_Pos                                  0                                                         /*!< SCU SFSP4_9: MODE Position          */\r
-#define SCU_SFSP4_9_MODE_Msk                                  (0x07UL << SCU_SFSP4_9_MODE_Pos)                          /*!< SCU SFSP4_9: MODE Mask              */\r
-#define SCU_SFSP4_9_EPD_Pos                                   3                                                         /*!< SCU SFSP4_9: EPD Position           */\r
-#define SCU_SFSP4_9_EPD_Msk                                   (0x01UL << SCU_SFSP4_9_EPD_Pos)                           /*!< SCU SFSP4_9: EPD Mask               */\r
-#define SCU_SFSP4_9_EPUN_Pos                                  4                                                         /*!< SCU SFSP4_9: EPUN Position          */\r
-#define SCU_SFSP4_9_EPUN_Msk                                  (0x01UL << SCU_SFSP4_9_EPUN_Pos)                          /*!< SCU SFSP4_9: EPUN Mask              */\r
-#define SCU_SFSP4_9_EHS_Pos                                   5                                                         /*!< SCU SFSP4_9: EHS Position           */\r
-#define SCU_SFSP4_9_EHS_Msk                                   (0x01UL << SCU_SFSP4_9_EHS_Pos)                           /*!< SCU SFSP4_9: EHS Mask               */\r
-#define SCU_SFSP4_9_EZI_Pos                                   6                                                         /*!< SCU SFSP4_9: EZI Position           */\r
-#define SCU_SFSP4_9_EZI_Msk                                   (0x01UL << SCU_SFSP4_9_EZI_Pos)                           /*!< SCU SFSP4_9: EZI Mask               */\r
-#define SCU_SFSP4_9_EHD_Pos                                   8                                                         /*!< SCU SFSP4_9: EHD Position           */\r
-#define SCU_SFSP4_9_EHD_Msk                                   (0x03UL << SCU_SFSP4_9_EHD_Pos)                           /*!< SCU SFSP4_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSP4_10  ------------------------------------------\r
-#define SCU_SFSP4_10_MODE_Pos                                 0                                                         /*!< SCU SFSP4_10: MODE Position         */\r
-#define SCU_SFSP4_10_MODE_Msk                                 (0x07UL << SCU_SFSP4_10_MODE_Pos)                         /*!< SCU SFSP4_10: MODE Mask             */\r
-#define SCU_SFSP4_10_EPD_Pos                                  3                                                         /*!< SCU SFSP4_10: EPD Position          */\r
-#define SCU_SFSP4_10_EPD_Msk                                  (0x01UL << SCU_SFSP4_10_EPD_Pos)                          /*!< SCU SFSP4_10: EPD Mask              */\r
-#define SCU_SFSP4_10_EPUN_Pos                                 4                                                         /*!< SCU SFSP4_10: EPUN Position         */\r
-#define SCU_SFSP4_10_EPUN_Msk                                 (0x01UL << SCU_SFSP4_10_EPUN_Pos)                         /*!< SCU SFSP4_10: EPUN Mask             */\r
-#define SCU_SFSP4_10_EHS_Pos                                  5                                                         /*!< SCU SFSP4_10: EHS Position          */\r
-#define SCU_SFSP4_10_EHS_Msk                                  (0x01UL << SCU_SFSP4_10_EHS_Pos)                          /*!< SCU SFSP4_10: EHS Mask              */\r
-#define SCU_SFSP4_10_EZI_Pos                                  6                                                         /*!< SCU SFSP4_10: EZI Position          */\r
-#define SCU_SFSP4_10_EZI_Msk                                  (0x01UL << SCU_SFSP4_10_EZI_Pos)                          /*!< SCU SFSP4_10: EZI Mask              */\r
-#define SCU_SFSP4_10_EHD_Pos                                  8                                                         /*!< SCU SFSP4_10: EHD Position          */\r
-#define SCU_SFSP4_10_EHD_Msk                                  (0x03UL << SCU_SFSP4_10_EHD_Pos)                          /*!< SCU SFSP4_10: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSP5_0  ------------------------------------------\r
-#define SCU_SFSP5_0_MODE_Pos                                  0                                                         /*!< SCU SFSP5_0: MODE Position          */\r
-#define SCU_SFSP5_0_MODE_Msk                                  (0x07UL << SCU_SFSP5_0_MODE_Pos)                          /*!< SCU SFSP5_0: MODE Mask              */\r
-#define SCU_SFSP5_0_EPD_Pos                                   3                                                         /*!< SCU SFSP5_0: EPD Position           */\r
-#define SCU_SFSP5_0_EPD_Msk                                   (0x01UL << SCU_SFSP5_0_EPD_Pos)                           /*!< SCU SFSP5_0: EPD Mask               */\r
-#define SCU_SFSP5_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_0: EPUN Position          */\r
-#define SCU_SFSP5_0_EPUN_Msk                                  (0x01UL << SCU_SFSP5_0_EPUN_Pos)                          /*!< SCU SFSP5_0: EPUN Mask              */\r
-#define SCU_SFSP5_0_EHS_Pos                                   5                                                         /*!< SCU SFSP5_0: EHS Position           */\r
-#define SCU_SFSP5_0_EHS_Msk                                   (0x01UL << SCU_SFSP5_0_EHS_Pos)                           /*!< SCU SFSP5_0: EHS Mask               */\r
-#define SCU_SFSP5_0_EZI_Pos                                   6                                                         /*!< SCU SFSP5_0: EZI Position           */\r
-#define SCU_SFSP5_0_EZI_Msk                                   (0x01UL << SCU_SFSP5_0_EZI_Pos)                           /*!< SCU SFSP5_0: EZI Mask               */\r
-#define SCU_SFSP5_0_EHD_Pos                                   8                                                         /*!< SCU SFSP5_0: EHD Position           */\r
-#define SCU_SFSP5_0_EHD_Msk                                   (0x03UL << SCU_SFSP5_0_EHD_Pos)                           /*!< SCU SFSP5_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_1  ------------------------------------------\r
-#define SCU_SFSP5_1_MODE_Pos                                  0                                                         /*!< SCU SFSP5_1: MODE Position          */\r
-#define SCU_SFSP5_1_MODE_Msk                                  (0x07UL << SCU_SFSP5_1_MODE_Pos)                          /*!< SCU SFSP5_1: MODE Mask              */\r
-#define SCU_SFSP5_1_EPD_Pos                                   3                                                         /*!< SCU SFSP5_1: EPD Position           */\r
-#define SCU_SFSP5_1_EPD_Msk                                   (0x01UL << SCU_SFSP5_1_EPD_Pos)                           /*!< SCU SFSP5_1: EPD Mask               */\r
-#define SCU_SFSP5_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_1: EPUN Position          */\r
-#define SCU_SFSP5_1_EPUN_Msk                                  (0x01UL << SCU_SFSP5_1_EPUN_Pos)                          /*!< SCU SFSP5_1: EPUN Mask              */\r
-#define SCU_SFSP5_1_EHS_Pos                                   5                                                         /*!< SCU SFSP5_1: EHS Position           */\r
-#define SCU_SFSP5_1_EHS_Msk                                   (0x01UL << SCU_SFSP5_1_EHS_Pos)                           /*!< SCU SFSP5_1: EHS Mask               */\r
-#define SCU_SFSP5_1_EZI_Pos                                   6                                                         /*!< SCU SFSP5_1: EZI Position           */\r
-#define SCU_SFSP5_1_EZI_Msk                                   (0x01UL << SCU_SFSP5_1_EZI_Pos)                           /*!< SCU SFSP5_1: EZI Mask               */\r
-#define SCU_SFSP5_1_EHD_Pos                                   8                                                         /*!< SCU SFSP5_1: EHD Position           */\r
-#define SCU_SFSP5_1_EHD_Msk                                   (0x03UL << SCU_SFSP5_1_EHD_Pos)                           /*!< SCU SFSP5_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_2  ------------------------------------------\r
-#define SCU_SFSP5_2_MODE_Pos                                  0                                                         /*!< SCU SFSP5_2: MODE Position          */\r
-#define SCU_SFSP5_2_MODE_Msk                                  (0x07UL << SCU_SFSP5_2_MODE_Pos)                          /*!< SCU SFSP5_2: MODE Mask              */\r
-#define SCU_SFSP5_2_EPD_Pos                                   3                                                         /*!< SCU SFSP5_2: EPD Position           */\r
-#define SCU_SFSP5_2_EPD_Msk                                   (0x01UL << SCU_SFSP5_2_EPD_Pos)                           /*!< SCU SFSP5_2: EPD Mask               */\r
-#define SCU_SFSP5_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_2: EPUN Position          */\r
-#define SCU_SFSP5_2_EPUN_Msk                                  (0x01UL << SCU_SFSP5_2_EPUN_Pos)                          /*!< SCU SFSP5_2: EPUN Mask              */\r
-#define SCU_SFSP5_2_EHS_Pos                                   5                                                         /*!< SCU SFSP5_2: EHS Position           */\r
-#define SCU_SFSP5_2_EHS_Msk                                   (0x01UL << SCU_SFSP5_2_EHS_Pos)                           /*!< SCU SFSP5_2: EHS Mask               */\r
-#define SCU_SFSP5_2_EZI_Pos                                   6                                                         /*!< SCU SFSP5_2: EZI Position           */\r
-#define SCU_SFSP5_2_EZI_Msk                                   (0x01UL << SCU_SFSP5_2_EZI_Pos)                           /*!< SCU SFSP5_2: EZI Mask               */\r
-#define SCU_SFSP5_2_EHD_Pos                                   8                                                         /*!< SCU SFSP5_2: EHD Position           */\r
-#define SCU_SFSP5_2_EHD_Msk                                   (0x03UL << SCU_SFSP5_2_EHD_Pos)                           /*!< SCU SFSP5_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_3  ------------------------------------------\r
-#define SCU_SFSP5_3_MODE_Pos                                  0                                                         /*!< SCU SFSP5_3: MODE Position          */\r
-#define SCU_SFSP5_3_MODE_Msk                                  (0x07UL << SCU_SFSP5_3_MODE_Pos)                          /*!< SCU SFSP5_3: MODE Mask              */\r
-#define SCU_SFSP5_3_EPD_Pos                                   3                                                         /*!< SCU SFSP5_3: EPD Position           */\r
-#define SCU_SFSP5_3_EPD_Msk                                   (0x01UL << SCU_SFSP5_3_EPD_Pos)                           /*!< SCU SFSP5_3: EPD Mask               */\r
-#define SCU_SFSP5_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_3: EPUN Position          */\r
-#define SCU_SFSP5_3_EPUN_Msk                                  (0x01UL << SCU_SFSP5_3_EPUN_Pos)                          /*!< SCU SFSP5_3: EPUN Mask              */\r
-#define SCU_SFSP5_3_EHS_Pos                                   5                                                         /*!< SCU SFSP5_3: EHS Position           */\r
-#define SCU_SFSP5_3_EHS_Msk                                   (0x01UL << SCU_SFSP5_3_EHS_Pos)                           /*!< SCU SFSP5_3: EHS Mask               */\r
-#define SCU_SFSP5_3_EZI_Pos                                   6                                                         /*!< SCU SFSP5_3: EZI Position           */\r
-#define SCU_SFSP5_3_EZI_Msk                                   (0x01UL << SCU_SFSP5_3_EZI_Pos)                           /*!< SCU SFSP5_3: EZI Mask               */\r
-#define SCU_SFSP5_3_EHD_Pos                                   8                                                         /*!< SCU SFSP5_3: EHD Position           */\r
-#define SCU_SFSP5_3_EHD_Msk                                   (0x03UL << SCU_SFSP5_3_EHD_Pos)                           /*!< SCU SFSP5_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_4  ------------------------------------------\r
-#define SCU_SFSP5_4_MODE_Pos                                  0                                                         /*!< SCU SFSP5_4: MODE Position          */\r
-#define SCU_SFSP5_4_MODE_Msk                                  (0x07UL << SCU_SFSP5_4_MODE_Pos)                          /*!< SCU SFSP5_4: MODE Mask              */\r
-#define SCU_SFSP5_4_EPD_Pos                                   3                                                         /*!< SCU SFSP5_4: EPD Position           */\r
-#define SCU_SFSP5_4_EPD_Msk                                   (0x01UL << SCU_SFSP5_4_EPD_Pos)                           /*!< SCU SFSP5_4: EPD Mask               */\r
-#define SCU_SFSP5_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_4: EPUN Position          */\r
-#define SCU_SFSP5_4_EPUN_Msk                                  (0x01UL << SCU_SFSP5_4_EPUN_Pos)                          /*!< SCU SFSP5_4: EPUN Mask              */\r
-#define SCU_SFSP5_4_EHS_Pos                                   5                                                         /*!< SCU SFSP5_4: EHS Position           */\r
-#define SCU_SFSP5_4_EHS_Msk                                   (0x01UL << SCU_SFSP5_4_EHS_Pos)                           /*!< SCU SFSP5_4: EHS Mask               */\r
-#define SCU_SFSP5_4_EZI_Pos                                   6                                                         /*!< SCU SFSP5_4: EZI Position           */\r
-#define SCU_SFSP5_4_EZI_Msk                                   (0x01UL << SCU_SFSP5_4_EZI_Pos)                           /*!< SCU SFSP5_4: EZI Mask               */\r
-#define SCU_SFSP5_4_EHD_Pos                                   8                                                         /*!< SCU SFSP5_4: EHD Position           */\r
-#define SCU_SFSP5_4_EHD_Msk                                   (0x03UL << SCU_SFSP5_4_EHD_Pos)                           /*!< SCU SFSP5_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_5  ------------------------------------------\r
-#define SCU_SFSP5_5_MODE_Pos                                  0                                                         /*!< SCU SFSP5_5: MODE Position          */\r
-#define SCU_SFSP5_5_MODE_Msk                                  (0x07UL << SCU_SFSP5_5_MODE_Pos)                          /*!< SCU SFSP5_5: MODE Mask              */\r
-#define SCU_SFSP5_5_EPD_Pos                                   3                                                         /*!< SCU SFSP5_5: EPD Position           */\r
-#define SCU_SFSP5_5_EPD_Msk                                   (0x01UL << SCU_SFSP5_5_EPD_Pos)                           /*!< SCU SFSP5_5: EPD Mask               */\r
-#define SCU_SFSP5_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_5: EPUN Position          */\r
-#define SCU_SFSP5_5_EPUN_Msk                                  (0x01UL << SCU_SFSP5_5_EPUN_Pos)                          /*!< SCU SFSP5_5: EPUN Mask              */\r
-#define SCU_SFSP5_5_EHS_Pos                                   5                                                         /*!< SCU SFSP5_5: EHS Position           */\r
-#define SCU_SFSP5_5_EHS_Msk                                   (0x01UL << SCU_SFSP5_5_EHS_Pos)                           /*!< SCU SFSP5_5: EHS Mask               */\r
-#define SCU_SFSP5_5_EZI_Pos                                   6                                                         /*!< SCU SFSP5_5: EZI Position           */\r
-#define SCU_SFSP5_5_EZI_Msk                                   (0x01UL << SCU_SFSP5_5_EZI_Pos)                           /*!< SCU SFSP5_5: EZI Mask               */\r
-#define SCU_SFSP5_5_EHD_Pos                                   8                                                         /*!< SCU SFSP5_5: EHD Position           */\r
-#define SCU_SFSP5_5_EHD_Msk                                   (0x03UL << SCU_SFSP5_5_EHD_Pos)                           /*!< SCU SFSP5_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_6  ------------------------------------------\r
-#define SCU_SFSP5_6_MODE_Pos                                  0                                                         /*!< SCU SFSP5_6: MODE Position          */\r
-#define SCU_SFSP5_6_MODE_Msk                                  (0x07UL << SCU_SFSP5_6_MODE_Pos)                          /*!< SCU SFSP5_6: MODE Mask              */\r
-#define SCU_SFSP5_6_EPD_Pos                                   3                                                         /*!< SCU SFSP5_6: EPD Position           */\r
-#define SCU_SFSP5_6_EPD_Msk                                   (0x01UL << SCU_SFSP5_6_EPD_Pos)                           /*!< SCU SFSP5_6: EPD Mask               */\r
-#define SCU_SFSP5_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_6: EPUN Position          */\r
-#define SCU_SFSP5_6_EPUN_Msk                                  (0x01UL << SCU_SFSP5_6_EPUN_Pos)                          /*!< SCU SFSP5_6: EPUN Mask              */\r
-#define SCU_SFSP5_6_EHS_Pos                                   5                                                         /*!< SCU SFSP5_6: EHS Position           */\r
-#define SCU_SFSP5_6_EHS_Msk                                   (0x01UL << SCU_SFSP5_6_EHS_Pos)                           /*!< SCU SFSP5_6: EHS Mask               */\r
-#define SCU_SFSP5_6_EZI_Pos                                   6                                                         /*!< SCU SFSP5_6: EZI Position           */\r
-#define SCU_SFSP5_6_EZI_Msk                                   (0x01UL << SCU_SFSP5_6_EZI_Pos)                           /*!< SCU SFSP5_6: EZI Mask               */\r
-#define SCU_SFSP5_6_EHD_Pos                                   8                                                         /*!< SCU SFSP5_6: EHD Position           */\r
-#define SCU_SFSP5_6_EHD_Msk                                   (0x03UL << SCU_SFSP5_6_EHD_Pos)                           /*!< SCU SFSP5_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP5_7  ------------------------------------------\r
-#define SCU_SFSP5_7_MODE_Pos                                  0                                                         /*!< SCU SFSP5_7: MODE Position          */\r
-#define SCU_SFSP5_7_MODE_Msk                                  (0x07UL << SCU_SFSP5_7_MODE_Pos)                          /*!< SCU SFSP5_7: MODE Mask              */\r
-#define SCU_SFSP5_7_EPD_Pos                                   3                                                         /*!< SCU SFSP5_7: EPD Position           */\r
-#define SCU_SFSP5_7_EPD_Msk                                   (0x01UL << SCU_SFSP5_7_EPD_Pos)                           /*!< SCU SFSP5_7: EPD Mask               */\r
-#define SCU_SFSP5_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP5_7: EPUN Position          */\r
-#define SCU_SFSP5_7_EPUN_Msk                                  (0x01UL << SCU_SFSP5_7_EPUN_Pos)                          /*!< SCU SFSP5_7: EPUN Mask              */\r
-#define SCU_SFSP5_7_EHS_Pos                                   5                                                         /*!< SCU SFSP5_7: EHS Position           */\r
-#define SCU_SFSP5_7_EHS_Msk                                   (0x01UL << SCU_SFSP5_7_EHS_Pos)                           /*!< SCU SFSP5_7: EHS Mask               */\r
-#define SCU_SFSP5_7_EZI_Pos                                   6                                                         /*!< SCU SFSP5_7: EZI Position           */\r
-#define SCU_SFSP5_7_EZI_Msk                                   (0x01UL << SCU_SFSP5_7_EZI_Pos)                           /*!< SCU SFSP5_7: EZI Mask               */\r
-#define SCU_SFSP5_7_EHD_Pos                                   8                                                         /*!< SCU SFSP5_7: EHD Position           */\r
-#define SCU_SFSP5_7_EHD_Msk                                   (0x03UL << SCU_SFSP5_7_EHD_Pos)                           /*!< SCU SFSP5_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_0  ------------------------------------------\r
-#define SCU_SFSP6_0_MODE_Pos                                  0                                                         /*!< SCU SFSP6_0: MODE Position          */\r
-#define SCU_SFSP6_0_MODE_Msk                                  (0x07UL << SCU_SFSP6_0_MODE_Pos)                          /*!< SCU SFSP6_0: MODE Mask              */\r
-#define SCU_SFSP6_0_EPD_Pos                                   3                                                         /*!< SCU SFSP6_0: EPD Position           */\r
-#define SCU_SFSP6_0_EPD_Msk                                   (0x01UL << SCU_SFSP6_0_EPD_Pos)                           /*!< SCU SFSP6_0: EPD Mask               */\r
-#define SCU_SFSP6_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_0: EPUN Position          */\r
-#define SCU_SFSP6_0_EPUN_Msk                                  (0x01UL << SCU_SFSP6_0_EPUN_Pos)                          /*!< SCU SFSP6_0: EPUN Mask              */\r
-#define SCU_SFSP6_0_EHS_Pos                                   5                                                         /*!< SCU SFSP6_0: EHS Position           */\r
-#define SCU_SFSP6_0_EHS_Msk                                   (0x01UL << SCU_SFSP6_0_EHS_Pos)                           /*!< SCU SFSP6_0: EHS Mask               */\r
-#define SCU_SFSP6_0_EZI_Pos                                   6                                                         /*!< SCU SFSP6_0: EZI Position           */\r
-#define SCU_SFSP6_0_EZI_Msk                                   (0x01UL << SCU_SFSP6_0_EZI_Pos)                           /*!< SCU SFSP6_0: EZI Mask               */\r
-#define SCU_SFSP6_0_EHD_Pos                                   8                                                         /*!< SCU SFSP6_0: EHD Position           */\r
-#define SCU_SFSP6_0_EHD_Msk                                   (0x03UL << SCU_SFSP6_0_EHD_Pos)                           /*!< SCU SFSP6_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_1  ------------------------------------------\r
-#define SCU_SFSP6_1_MODE_Pos                                  0                                                         /*!< SCU SFSP6_1: MODE Position          */\r
-#define SCU_SFSP6_1_MODE_Msk                                  (0x07UL << SCU_SFSP6_1_MODE_Pos)                          /*!< SCU SFSP6_1: MODE Mask              */\r
-#define SCU_SFSP6_1_EPD_Pos                                   3                                                         /*!< SCU SFSP6_1: EPD Position           */\r
-#define SCU_SFSP6_1_EPD_Msk                                   (0x01UL << SCU_SFSP6_1_EPD_Pos)                           /*!< SCU SFSP6_1: EPD Mask               */\r
-#define SCU_SFSP6_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_1: EPUN Position          */\r
-#define SCU_SFSP6_1_EPUN_Msk                                  (0x01UL << SCU_SFSP6_1_EPUN_Pos)                          /*!< SCU SFSP6_1: EPUN Mask              */\r
-#define SCU_SFSP6_1_EHS_Pos                                   5                                                         /*!< SCU SFSP6_1: EHS Position           */\r
-#define SCU_SFSP6_1_EHS_Msk                                   (0x01UL << SCU_SFSP6_1_EHS_Pos)                           /*!< SCU SFSP6_1: EHS Mask               */\r
-#define SCU_SFSP6_1_EZI_Pos                                   6                                                         /*!< SCU SFSP6_1: EZI Position           */\r
-#define SCU_SFSP6_1_EZI_Msk                                   (0x01UL << SCU_SFSP6_1_EZI_Pos)                           /*!< SCU SFSP6_1: EZI Mask               */\r
-#define SCU_SFSP6_1_EHD_Pos                                   8                                                         /*!< SCU SFSP6_1: EHD Position           */\r
-#define SCU_SFSP6_1_EHD_Msk                                   (0x03UL << SCU_SFSP6_1_EHD_Pos)                           /*!< SCU SFSP6_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_2  ------------------------------------------\r
-#define SCU_SFSP6_2_MODE_Pos                                  0                                                         /*!< SCU SFSP6_2: MODE Position          */\r
-#define SCU_SFSP6_2_MODE_Msk                                  (0x07UL << SCU_SFSP6_2_MODE_Pos)                          /*!< SCU SFSP6_2: MODE Mask              */\r
-#define SCU_SFSP6_2_EPD_Pos                                   3                                                         /*!< SCU SFSP6_2: EPD Position           */\r
-#define SCU_SFSP6_2_EPD_Msk                                   (0x01UL << SCU_SFSP6_2_EPD_Pos)                           /*!< SCU SFSP6_2: EPD Mask               */\r
-#define SCU_SFSP6_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_2: EPUN Position          */\r
-#define SCU_SFSP6_2_EPUN_Msk                                  (0x01UL << SCU_SFSP6_2_EPUN_Pos)                          /*!< SCU SFSP6_2: EPUN Mask              */\r
-#define SCU_SFSP6_2_EHS_Pos                                   5                                                         /*!< SCU SFSP6_2: EHS Position           */\r
-#define SCU_SFSP6_2_EHS_Msk                                   (0x01UL << SCU_SFSP6_2_EHS_Pos)                           /*!< SCU SFSP6_2: EHS Mask               */\r
-#define SCU_SFSP6_2_EZI_Pos                                   6                                                         /*!< SCU SFSP6_2: EZI Position           */\r
-#define SCU_SFSP6_2_EZI_Msk                                   (0x01UL << SCU_SFSP6_2_EZI_Pos)                           /*!< SCU SFSP6_2: EZI Mask               */\r
-#define SCU_SFSP6_2_EHD_Pos                                   8                                                         /*!< SCU SFSP6_2: EHD Position           */\r
-#define SCU_SFSP6_2_EHD_Msk                                   (0x03UL << SCU_SFSP6_2_EHD_Pos)                           /*!< SCU SFSP6_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_3  ------------------------------------------\r
-#define SCU_SFSP6_3_MODE_Pos                                  0                                                         /*!< SCU SFSP6_3: MODE Position          */\r
-#define SCU_SFSP6_3_MODE_Msk                                  (0x07UL << SCU_SFSP6_3_MODE_Pos)                          /*!< SCU SFSP6_3: MODE Mask              */\r
-#define SCU_SFSP6_3_EPD_Pos                                   3                                                         /*!< SCU SFSP6_3: EPD Position           */\r
-#define SCU_SFSP6_3_EPD_Msk                                   (0x01UL << SCU_SFSP6_3_EPD_Pos)                           /*!< SCU SFSP6_3: EPD Mask               */\r
-#define SCU_SFSP6_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_3: EPUN Position          */\r
-#define SCU_SFSP6_3_EPUN_Msk                                  (0x01UL << SCU_SFSP6_3_EPUN_Pos)                          /*!< SCU SFSP6_3: EPUN Mask              */\r
-#define SCU_SFSP6_3_EHS_Pos                                   5                                                         /*!< SCU SFSP6_3: EHS Position           */\r
-#define SCU_SFSP6_3_EHS_Msk                                   (0x01UL << SCU_SFSP6_3_EHS_Pos)                           /*!< SCU SFSP6_3: EHS Mask               */\r
-#define SCU_SFSP6_3_EZI_Pos                                   6                                                         /*!< SCU SFSP6_3: EZI Position           */\r
-#define SCU_SFSP6_3_EZI_Msk                                   (0x01UL << SCU_SFSP6_3_EZI_Pos)                           /*!< SCU SFSP6_3: EZI Mask               */\r
-#define SCU_SFSP6_3_EHD_Pos                                   8                                                         /*!< SCU SFSP6_3: EHD Position           */\r
-#define SCU_SFSP6_3_EHD_Msk                                   (0x03UL << SCU_SFSP6_3_EHD_Pos)                           /*!< SCU SFSP6_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_4  ------------------------------------------\r
-#define SCU_SFSP6_4_MODE_Pos                                  0                                                         /*!< SCU SFSP6_4: MODE Position          */\r
-#define SCU_SFSP6_4_MODE_Msk                                  (0x07UL << SCU_SFSP6_4_MODE_Pos)                          /*!< SCU SFSP6_4: MODE Mask              */\r
-#define SCU_SFSP6_4_EPD_Pos                                   3                                                         /*!< SCU SFSP6_4: EPD Position           */\r
-#define SCU_SFSP6_4_EPD_Msk                                   (0x01UL << SCU_SFSP6_4_EPD_Pos)                           /*!< SCU SFSP6_4: EPD Mask               */\r
-#define SCU_SFSP6_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_4: EPUN Position          */\r
-#define SCU_SFSP6_4_EPUN_Msk                                  (0x01UL << SCU_SFSP6_4_EPUN_Pos)                          /*!< SCU SFSP6_4: EPUN Mask              */\r
-#define SCU_SFSP6_4_EHS_Pos                                   5                                                         /*!< SCU SFSP6_4: EHS Position           */\r
-#define SCU_SFSP6_4_EHS_Msk                                   (0x01UL << SCU_SFSP6_4_EHS_Pos)                           /*!< SCU SFSP6_4: EHS Mask               */\r
-#define SCU_SFSP6_4_EZI_Pos                                   6                                                         /*!< SCU SFSP6_4: EZI Position           */\r
-#define SCU_SFSP6_4_EZI_Msk                                   (0x01UL << SCU_SFSP6_4_EZI_Pos)                           /*!< SCU SFSP6_4: EZI Mask               */\r
-#define SCU_SFSP6_4_EHD_Pos                                   8                                                         /*!< SCU SFSP6_4: EHD Position           */\r
-#define SCU_SFSP6_4_EHD_Msk                                   (0x03UL << SCU_SFSP6_4_EHD_Pos)                           /*!< SCU SFSP6_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_5  ------------------------------------------\r
-#define SCU_SFSP6_5_MODE_Pos                                  0                                                         /*!< SCU SFSP6_5: MODE Position          */\r
-#define SCU_SFSP6_5_MODE_Msk                                  (0x07UL << SCU_SFSP6_5_MODE_Pos)                          /*!< SCU SFSP6_5: MODE Mask              */\r
-#define SCU_SFSP6_5_EPD_Pos                                   3                                                         /*!< SCU SFSP6_5: EPD Position           */\r
-#define SCU_SFSP6_5_EPD_Msk                                   (0x01UL << SCU_SFSP6_5_EPD_Pos)                           /*!< SCU SFSP6_5: EPD Mask               */\r
-#define SCU_SFSP6_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_5: EPUN Position          */\r
-#define SCU_SFSP6_5_EPUN_Msk                                  (0x01UL << SCU_SFSP6_5_EPUN_Pos)                          /*!< SCU SFSP6_5: EPUN Mask              */\r
-#define SCU_SFSP6_5_EHS_Pos                                   5                                                         /*!< SCU SFSP6_5: EHS Position           */\r
-#define SCU_SFSP6_5_EHS_Msk                                   (0x01UL << SCU_SFSP6_5_EHS_Pos)                           /*!< SCU SFSP6_5: EHS Mask               */\r
-#define SCU_SFSP6_5_EZI_Pos                                   6                                                         /*!< SCU SFSP6_5: EZI Position           */\r
-#define SCU_SFSP6_5_EZI_Msk                                   (0x01UL << SCU_SFSP6_5_EZI_Pos)                           /*!< SCU SFSP6_5: EZI Mask               */\r
-#define SCU_SFSP6_5_EHD_Pos                                   8                                                         /*!< SCU SFSP6_5: EHD Position           */\r
-#define SCU_SFSP6_5_EHD_Msk                                   (0x03UL << SCU_SFSP6_5_EHD_Pos)                           /*!< SCU SFSP6_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_6  ------------------------------------------\r
-#define SCU_SFSP6_6_MODE_Pos                                  0                                                         /*!< SCU SFSP6_6: MODE Position          */\r
-#define SCU_SFSP6_6_MODE_Msk                                  (0x07UL << SCU_SFSP6_6_MODE_Pos)                          /*!< SCU SFSP6_6: MODE Mask              */\r
-#define SCU_SFSP6_6_EPD_Pos                                   3                                                         /*!< SCU SFSP6_6: EPD Position           */\r
-#define SCU_SFSP6_6_EPD_Msk                                   (0x01UL << SCU_SFSP6_6_EPD_Pos)                           /*!< SCU SFSP6_6: EPD Mask               */\r
-#define SCU_SFSP6_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_6: EPUN Position          */\r
-#define SCU_SFSP6_6_EPUN_Msk                                  (0x01UL << SCU_SFSP6_6_EPUN_Pos)                          /*!< SCU SFSP6_6: EPUN Mask              */\r
-#define SCU_SFSP6_6_EHS_Pos                                   5                                                         /*!< SCU SFSP6_6: EHS Position           */\r
-#define SCU_SFSP6_6_EHS_Msk                                   (0x01UL << SCU_SFSP6_6_EHS_Pos)                           /*!< SCU SFSP6_6: EHS Mask               */\r
-#define SCU_SFSP6_6_EZI_Pos                                   6                                                         /*!< SCU SFSP6_6: EZI Position           */\r
-#define SCU_SFSP6_6_EZI_Msk                                   (0x01UL << SCU_SFSP6_6_EZI_Pos)                           /*!< SCU SFSP6_6: EZI Mask               */\r
-#define SCU_SFSP6_6_EHD_Pos                                   8                                                         /*!< SCU SFSP6_6: EHD Position           */\r
-#define SCU_SFSP6_6_EHD_Msk                                   (0x03UL << SCU_SFSP6_6_EHD_Pos)                           /*!< SCU SFSP6_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_7  ------------------------------------------\r
-#define SCU_SFSP6_7_MODE_Pos                                  0                                                         /*!< SCU SFSP6_7: MODE Position          */\r
-#define SCU_SFSP6_7_MODE_Msk                                  (0x07UL << SCU_SFSP6_7_MODE_Pos)                          /*!< SCU SFSP6_7: MODE Mask              */\r
-#define SCU_SFSP6_7_EPD_Pos                                   3                                                         /*!< SCU SFSP6_7: EPD Position           */\r
-#define SCU_SFSP6_7_EPD_Msk                                   (0x01UL << SCU_SFSP6_7_EPD_Pos)                           /*!< SCU SFSP6_7: EPD Mask               */\r
-#define SCU_SFSP6_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_7: EPUN Position          */\r
-#define SCU_SFSP6_7_EPUN_Msk                                  (0x01UL << SCU_SFSP6_7_EPUN_Pos)                          /*!< SCU SFSP6_7: EPUN Mask              */\r
-#define SCU_SFSP6_7_EHS_Pos                                   5                                                         /*!< SCU SFSP6_7: EHS Position           */\r
-#define SCU_SFSP6_7_EHS_Msk                                   (0x01UL << SCU_SFSP6_7_EHS_Pos)                           /*!< SCU SFSP6_7: EHS Mask               */\r
-#define SCU_SFSP6_7_EZI_Pos                                   6                                                         /*!< SCU SFSP6_7: EZI Position           */\r
-#define SCU_SFSP6_7_EZI_Msk                                   (0x01UL << SCU_SFSP6_7_EZI_Pos)                           /*!< SCU SFSP6_7: EZI Mask               */\r
-#define SCU_SFSP6_7_EHD_Pos                                   8                                                         /*!< SCU SFSP6_7: EHD Position           */\r
-#define SCU_SFSP6_7_EHD_Msk                                   (0x03UL << SCU_SFSP6_7_EHD_Pos)                           /*!< SCU SFSP6_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_8  ------------------------------------------\r
-#define SCU_SFSP6_8_MODE_Pos                                  0                                                         /*!< SCU SFSP6_8: MODE Position          */\r
-#define SCU_SFSP6_8_MODE_Msk                                  (0x07UL << SCU_SFSP6_8_MODE_Pos)                          /*!< SCU SFSP6_8: MODE Mask              */\r
-#define SCU_SFSP6_8_EPD_Pos                                   3                                                         /*!< SCU SFSP6_8: EPD Position           */\r
-#define SCU_SFSP6_8_EPD_Msk                                   (0x01UL << SCU_SFSP6_8_EPD_Pos)                           /*!< SCU SFSP6_8: EPD Mask               */\r
-#define SCU_SFSP6_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_8: EPUN Position          */\r
-#define SCU_SFSP6_8_EPUN_Msk                                  (0x01UL << SCU_SFSP6_8_EPUN_Pos)                          /*!< SCU SFSP6_8: EPUN Mask              */\r
-#define SCU_SFSP6_8_EHS_Pos                                   5                                                         /*!< SCU SFSP6_8: EHS Position           */\r
-#define SCU_SFSP6_8_EHS_Msk                                   (0x01UL << SCU_SFSP6_8_EHS_Pos)                           /*!< SCU SFSP6_8: EHS Mask               */\r
-#define SCU_SFSP6_8_EZI_Pos                                   6                                                         /*!< SCU SFSP6_8: EZI Position           */\r
-#define SCU_SFSP6_8_EZI_Msk                                   (0x01UL << SCU_SFSP6_8_EZI_Pos)                           /*!< SCU SFSP6_8: EZI Mask               */\r
-#define SCU_SFSP6_8_EHD_Pos                                   8                                                         /*!< SCU SFSP6_8: EHD Position           */\r
-#define SCU_SFSP6_8_EHD_Msk                                   (0x03UL << SCU_SFSP6_8_EHD_Pos)                           /*!< SCU SFSP6_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP6_9  ------------------------------------------\r
-#define SCU_SFSP6_9_MODE_Pos                                  0                                                         /*!< SCU SFSP6_9: MODE Position          */\r
-#define SCU_SFSP6_9_MODE_Msk                                  (0x07UL << SCU_SFSP6_9_MODE_Pos)                          /*!< SCU SFSP6_9: MODE Mask              */\r
-#define SCU_SFSP6_9_EPD_Pos                                   3                                                         /*!< SCU SFSP6_9: EPD Position           */\r
-#define SCU_SFSP6_9_EPD_Msk                                   (0x01UL << SCU_SFSP6_9_EPD_Pos)                           /*!< SCU SFSP6_9: EPD Mask               */\r
-#define SCU_SFSP6_9_EPUN_Pos                                  4                                                         /*!< SCU SFSP6_9: EPUN Position          */\r
-#define SCU_SFSP6_9_EPUN_Msk                                  (0x01UL << SCU_SFSP6_9_EPUN_Pos)                          /*!< SCU SFSP6_9: EPUN Mask              */\r
-#define SCU_SFSP6_9_EHS_Pos                                   5                                                         /*!< SCU SFSP6_9: EHS Position           */\r
-#define SCU_SFSP6_9_EHS_Msk                                   (0x01UL << SCU_SFSP6_9_EHS_Pos)                           /*!< SCU SFSP6_9: EHS Mask               */\r
-#define SCU_SFSP6_9_EZI_Pos                                   6                                                         /*!< SCU SFSP6_9: EZI Position           */\r
-#define SCU_SFSP6_9_EZI_Msk                                   (0x01UL << SCU_SFSP6_9_EZI_Pos)                           /*!< SCU SFSP6_9: EZI Mask               */\r
-#define SCU_SFSP6_9_EHD_Pos                                   8                                                         /*!< SCU SFSP6_9: EHD Position           */\r
-#define SCU_SFSP6_9_EHD_Msk                                   (0x03UL << SCU_SFSP6_9_EHD_Pos)                           /*!< SCU SFSP6_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSP6_10  ------------------------------------------\r
-#define SCU_SFSP6_10_MODE_Pos                                 0                                                         /*!< SCU SFSP6_10: MODE Position         */\r
-#define SCU_SFSP6_10_MODE_Msk                                 (0x07UL << SCU_SFSP6_10_MODE_Pos)                         /*!< SCU SFSP6_10: MODE Mask             */\r
-#define SCU_SFSP6_10_EPD_Pos                                  3                                                         /*!< SCU SFSP6_10: EPD Position          */\r
-#define SCU_SFSP6_10_EPD_Msk                                  (0x01UL << SCU_SFSP6_10_EPD_Pos)                          /*!< SCU SFSP6_10: EPD Mask              */\r
-#define SCU_SFSP6_10_EPUN_Pos                                 4                                                         /*!< SCU SFSP6_10: EPUN Position         */\r
-#define SCU_SFSP6_10_EPUN_Msk                                 (0x01UL << SCU_SFSP6_10_EPUN_Pos)                         /*!< SCU SFSP6_10: EPUN Mask             */\r
-#define SCU_SFSP6_10_EHS_Pos                                  5                                                         /*!< SCU SFSP6_10: EHS Position          */\r
-#define SCU_SFSP6_10_EHS_Msk                                  (0x01UL << SCU_SFSP6_10_EHS_Pos)                          /*!< SCU SFSP6_10: EHS Mask              */\r
-#define SCU_SFSP6_10_EZI_Pos                                  6                                                         /*!< SCU SFSP6_10: EZI Position          */\r
-#define SCU_SFSP6_10_EZI_Msk                                  (0x01UL << SCU_SFSP6_10_EZI_Pos)                          /*!< SCU SFSP6_10: EZI Mask              */\r
-#define SCU_SFSP6_10_EHD_Pos                                  8                                                         /*!< SCU SFSP6_10: EHD Position          */\r
-#define SCU_SFSP6_10_EHD_Msk                                  (0x03UL << SCU_SFSP6_10_EHD_Pos)                          /*!< SCU SFSP6_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP6_11  ------------------------------------------\r
-#define SCU_SFSP6_11_MODE_Pos                                 0                                                         /*!< SCU SFSP6_11: MODE Position         */\r
-#define SCU_SFSP6_11_MODE_Msk                                 (0x07UL << SCU_SFSP6_11_MODE_Pos)                         /*!< SCU SFSP6_11: MODE Mask             */\r
-#define SCU_SFSP6_11_EPD_Pos                                  3                                                         /*!< SCU SFSP6_11: EPD Position          */\r
-#define SCU_SFSP6_11_EPD_Msk                                  (0x01UL << SCU_SFSP6_11_EPD_Pos)                          /*!< SCU SFSP6_11: EPD Mask              */\r
-#define SCU_SFSP6_11_EPUN_Pos                                 4                                                         /*!< SCU SFSP6_11: EPUN Position         */\r
-#define SCU_SFSP6_11_EPUN_Msk                                 (0x01UL << SCU_SFSP6_11_EPUN_Pos)                         /*!< SCU SFSP6_11: EPUN Mask             */\r
-#define SCU_SFSP6_11_EHS_Pos                                  5                                                         /*!< SCU SFSP6_11: EHS Position          */\r
-#define SCU_SFSP6_11_EHS_Msk                                  (0x01UL << SCU_SFSP6_11_EHS_Pos)                          /*!< SCU SFSP6_11: EHS Mask              */\r
-#define SCU_SFSP6_11_EZI_Pos                                  6                                                         /*!< SCU SFSP6_11: EZI Position          */\r
-#define SCU_SFSP6_11_EZI_Msk                                  (0x01UL << SCU_SFSP6_11_EZI_Pos)                          /*!< SCU SFSP6_11: EZI Mask              */\r
-#define SCU_SFSP6_11_EHD_Pos                                  8                                                         /*!< SCU SFSP6_11: EHD Position          */\r
-#define SCU_SFSP6_11_EHD_Msk                                  (0x03UL << SCU_SFSP6_11_EHD_Pos)                          /*!< SCU SFSP6_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSP6_12  ------------------------------------------\r
-#define SCU_SFSP6_12_MODE_Pos                                 0                                                         /*!< SCU SFSP6_12: MODE Position         */\r
-#define SCU_SFSP6_12_MODE_Msk                                 (0x07UL << SCU_SFSP6_12_MODE_Pos)                         /*!< SCU SFSP6_12: MODE Mask             */\r
-#define SCU_SFSP6_12_EPD_Pos                                  3                                                         /*!< SCU SFSP6_12: EPD Position          */\r
-#define SCU_SFSP6_12_EPD_Msk                                  (0x01UL << SCU_SFSP6_12_EPD_Pos)                          /*!< SCU SFSP6_12: EPD Mask              */\r
-#define SCU_SFSP6_12_EPUN_Pos                                 4                                                         /*!< SCU SFSP6_12: EPUN Position         */\r
-#define SCU_SFSP6_12_EPUN_Msk                                 (0x01UL << SCU_SFSP6_12_EPUN_Pos)                         /*!< SCU SFSP6_12: EPUN Mask             */\r
-#define SCU_SFSP6_12_EHS_Pos                                  5                                                         /*!< SCU SFSP6_12: EHS Position          */\r
-#define SCU_SFSP6_12_EHS_Msk                                  (0x01UL << SCU_SFSP6_12_EHS_Pos)                          /*!< SCU SFSP6_12: EHS Mask              */\r
-#define SCU_SFSP6_12_EZI_Pos                                  6                                                         /*!< SCU SFSP6_12: EZI Position          */\r
-#define SCU_SFSP6_12_EZI_Msk                                  (0x01UL << SCU_SFSP6_12_EZI_Pos)                          /*!< SCU SFSP6_12: EZI Mask              */\r
-#define SCU_SFSP6_12_EHD_Pos                                  8                                                         /*!< SCU SFSP6_12: EHD Position          */\r
-#define SCU_SFSP6_12_EHD_Msk                                  (0x03UL << SCU_SFSP6_12_EHD_Pos)                          /*!< SCU SFSP6_12: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSP7_0  ------------------------------------------\r
-#define SCU_SFSP7_0_MODE_Pos                                  0                                                         /*!< SCU SFSP7_0: MODE Position          */\r
-#define SCU_SFSP7_0_MODE_Msk                                  (0x07UL << SCU_SFSP7_0_MODE_Pos)                          /*!< SCU SFSP7_0: MODE Mask              */\r
-#define SCU_SFSP7_0_EPD_Pos                                   3                                                         /*!< SCU SFSP7_0: EPD Position           */\r
-#define SCU_SFSP7_0_EPD_Msk                                   (0x01UL << SCU_SFSP7_0_EPD_Pos)                           /*!< SCU SFSP7_0: EPD Mask               */\r
-#define SCU_SFSP7_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_0: EPUN Position          */\r
-#define SCU_SFSP7_0_EPUN_Msk                                  (0x01UL << SCU_SFSP7_0_EPUN_Pos)                          /*!< SCU SFSP7_0: EPUN Mask              */\r
-#define SCU_SFSP7_0_EHS_Pos                                   5                                                         /*!< SCU SFSP7_0: EHS Position           */\r
-#define SCU_SFSP7_0_EHS_Msk                                   (0x01UL << SCU_SFSP7_0_EHS_Pos)                           /*!< SCU SFSP7_0: EHS Mask               */\r
-#define SCU_SFSP7_0_EZI_Pos                                   6                                                         /*!< SCU SFSP7_0: EZI Position           */\r
-#define SCU_SFSP7_0_EZI_Msk                                   (0x01UL << SCU_SFSP7_0_EZI_Pos)                           /*!< SCU SFSP7_0: EZI Mask               */\r
-#define SCU_SFSP7_0_EHD_Pos                                   8                                                         /*!< SCU SFSP7_0: EHD Position           */\r
-#define SCU_SFSP7_0_EHD_Msk                                   (0x03UL << SCU_SFSP7_0_EHD_Pos)                           /*!< SCU SFSP7_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_1  ------------------------------------------\r
-#define SCU_SFSP7_1_MODE_Pos                                  0                                                         /*!< SCU SFSP7_1: MODE Position          */\r
-#define SCU_SFSP7_1_MODE_Msk                                  (0x07UL << SCU_SFSP7_1_MODE_Pos)                          /*!< SCU SFSP7_1: MODE Mask              */\r
-#define SCU_SFSP7_1_EPD_Pos                                   3                                                         /*!< SCU SFSP7_1: EPD Position           */\r
-#define SCU_SFSP7_1_EPD_Msk                                   (0x01UL << SCU_SFSP7_1_EPD_Pos)                           /*!< SCU SFSP7_1: EPD Mask               */\r
-#define SCU_SFSP7_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_1: EPUN Position          */\r
-#define SCU_SFSP7_1_EPUN_Msk                                  (0x01UL << SCU_SFSP7_1_EPUN_Pos)                          /*!< SCU SFSP7_1: EPUN Mask              */\r
-#define SCU_SFSP7_1_EHS_Pos                                   5                                                         /*!< SCU SFSP7_1: EHS Position           */\r
-#define SCU_SFSP7_1_EHS_Msk                                   (0x01UL << SCU_SFSP7_1_EHS_Pos)                           /*!< SCU SFSP7_1: EHS Mask               */\r
-#define SCU_SFSP7_1_EZI_Pos                                   6                                                         /*!< SCU SFSP7_1: EZI Position           */\r
-#define SCU_SFSP7_1_EZI_Msk                                   (0x01UL << SCU_SFSP7_1_EZI_Pos)                           /*!< SCU SFSP7_1: EZI Mask               */\r
-#define SCU_SFSP7_1_EHD_Pos                                   8                                                         /*!< SCU SFSP7_1: EHD Position           */\r
-#define SCU_SFSP7_1_EHD_Msk                                   (0x03UL << SCU_SFSP7_1_EHD_Pos)                           /*!< SCU SFSP7_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_2  ------------------------------------------\r
-#define SCU_SFSP7_2_MODE_Pos                                  0                                                         /*!< SCU SFSP7_2: MODE Position          */\r
-#define SCU_SFSP7_2_MODE_Msk                                  (0x07UL << SCU_SFSP7_2_MODE_Pos)                          /*!< SCU SFSP7_2: MODE Mask              */\r
-#define SCU_SFSP7_2_EPD_Pos                                   3                                                         /*!< SCU SFSP7_2: EPD Position           */\r
-#define SCU_SFSP7_2_EPD_Msk                                   (0x01UL << SCU_SFSP7_2_EPD_Pos)                           /*!< SCU SFSP7_2: EPD Mask               */\r
-#define SCU_SFSP7_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_2: EPUN Position          */\r
-#define SCU_SFSP7_2_EPUN_Msk                                  (0x01UL << SCU_SFSP7_2_EPUN_Pos)                          /*!< SCU SFSP7_2: EPUN Mask              */\r
-#define SCU_SFSP7_2_EHS_Pos                                   5                                                         /*!< SCU SFSP7_2: EHS Position           */\r
-#define SCU_SFSP7_2_EHS_Msk                                   (0x01UL << SCU_SFSP7_2_EHS_Pos)                           /*!< SCU SFSP7_2: EHS Mask               */\r
-#define SCU_SFSP7_2_EZI_Pos                                   6                                                         /*!< SCU SFSP7_2: EZI Position           */\r
-#define SCU_SFSP7_2_EZI_Msk                                   (0x01UL << SCU_SFSP7_2_EZI_Pos)                           /*!< SCU SFSP7_2: EZI Mask               */\r
-#define SCU_SFSP7_2_EHD_Pos                                   8                                                         /*!< SCU SFSP7_2: EHD Position           */\r
-#define SCU_SFSP7_2_EHD_Msk                                   (0x03UL << SCU_SFSP7_2_EHD_Pos)                           /*!< SCU SFSP7_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_3  ------------------------------------------\r
-#define SCU_SFSP7_3_MODE_Pos                                  0                                                         /*!< SCU SFSP7_3: MODE Position          */\r
-#define SCU_SFSP7_3_MODE_Msk                                  (0x07UL << SCU_SFSP7_3_MODE_Pos)                          /*!< SCU SFSP7_3: MODE Mask              */\r
-#define SCU_SFSP7_3_EPD_Pos                                   3                                                         /*!< SCU SFSP7_3: EPD Position           */\r
-#define SCU_SFSP7_3_EPD_Msk                                   (0x01UL << SCU_SFSP7_3_EPD_Pos)                           /*!< SCU SFSP7_3: EPD Mask               */\r
-#define SCU_SFSP7_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_3: EPUN Position          */\r
-#define SCU_SFSP7_3_EPUN_Msk                                  (0x01UL << SCU_SFSP7_3_EPUN_Pos)                          /*!< SCU SFSP7_3: EPUN Mask              */\r
-#define SCU_SFSP7_3_EHS_Pos                                   5                                                         /*!< SCU SFSP7_3: EHS Position           */\r
-#define SCU_SFSP7_3_EHS_Msk                                   (0x01UL << SCU_SFSP7_3_EHS_Pos)                           /*!< SCU SFSP7_3: EHS Mask               */\r
-#define SCU_SFSP7_3_EZI_Pos                                   6                                                         /*!< SCU SFSP7_3: EZI Position           */\r
-#define SCU_SFSP7_3_EZI_Msk                                   (0x01UL << SCU_SFSP7_3_EZI_Pos)                           /*!< SCU SFSP7_3: EZI Mask               */\r
-#define SCU_SFSP7_3_EHD_Pos                                   8                                                         /*!< SCU SFSP7_3: EHD Position           */\r
-#define SCU_SFSP7_3_EHD_Msk                                   (0x03UL << SCU_SFSP7_3_EHD_Pos)                           /*!< SCU SFSP7_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_4  ------------------------------------------\r
-#define SCU_SFSP7_4_MODE_Pos                                  0                                                         /*!< SCU SFSP7_4: MODE Position          */\r
-#define SCU_SFSP7_4_MODE_Msk                                  (0x07UL << SCU_SFSP7_4_MODE_Pos)                          /*!< SCU SFSP7_4: MODE Mask              */\r
-#define SCU_SFSP7_4_EPD_Pos                                   3                                                         /*!< SCU SFSP7_4: EPD Position           */\r
-#define SCU_SFSP7_4_EPD_Msk                                   (0x01UL << SCU_SFSP7_4_EPD_Pos)                           /*!< SCU SFSP7_4: EPD Mask               */\r
-#define SCU_SFSP7_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_4: EPUN Position          */\r
-#define SCU_SFSP7_4_EPUN_Msk                                  (0x01UL << SCU_SFSP7_4_EPUN_Pos)                          /*!< SCU SFSP7_4: EPUN Mask              */\r
-#define SCU_SFSP7_4_EHS_Pos                                   5                                                         /*!< SCU SFSP7_4: EHS Position           */\r
-#define SCU_SFSP7_4_EHS_Msk                                   (0x01UL << SCU_SFSP7_4_EHS_Pos)                           /*!< SCU SFSP7_4: EHS Mask               */\r
-#define SCU_SFSP7_4_EZI_Pos                                   6                                                         /*!< SCU SFSP7_4: EZI Position           */\r
-#define SCU_SFSP7_4_EZI_Msk                                   (0x01UL << SCU_SFSP7_4_EZI_Pos)                           /*!< SCU SFSP7_4: EZI Mask               */\r
-#define SCU_SFSP7_4_EHD_Pos                                   8                                                         /*!< SCU SFSP7_4: EHD Position           */\r
-#define SCU_SFSP7_4_EHD_Msk                                   (0x03UL << SCU_SFSP7_4_EHD_Pos)                           /*!< SCU SFSP7_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_5  ------------------------------------------\r
-#define SCU_SFSP7_5_MODE_Pos                                  0                                                         /*!< SCU SFSP7_5: MODE Position          */\r
-#define SCU_SFSP7_5_MODE_Msk                                  (0x07UL << SCU_SFSP7_5_MODE_Pos)                          /*!< SCU SFSP7_5: MODE Mask              */\r
-#define SCU_SFSP7_5_EPD_Pos                                   3                                                         /*!< SCU SFSP7_5: EPD Position           */\r
-#define SCU_SFSP7_5_EPD_Msk                                   (0x01UL << SCU_SFSP7_5_EPD_Pos)                           /*!< SCU SFSP7_5: EPD Mask               */\r
-#define SCU_SFSP7_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_5: EPUN Position          */\r
-#define SCU_SFSP7_5_EPUN_Msk                                  (0x01UL << SCU_SFSP7_5_EPUN_Pos)                          /*!< SCU SFSP7_5: EPUN Mask              */\r
-#define SCU_SFSP7_5_EHS_Pos                                   5                                                         /*!< SCU SFSP7_5: EHS Position           */\r
-#define SCU_SFSP7_5_EHS_Msk                                   (0x01UL << SCU_SFSP7_5_EHS_Pos)                           /*!< SCU SFSP7_5: EHS Mask               */\r
-#define SCU_SFSP7_5_EZI_Pos                                   6                                                         /*!< SCU SFSP7_5: EZI Position           */\r
-#define SCU_SFSP7_5_EZI_Msk                                   (0x01UL << SCU_SFSP7_5_EZI_Pos)                           /*!< SCU SFSP7_5: EZI Mask               */\r
-#define SCU_SFSP7_5_EHD_Pos                                   8                                                         /*!< SCU SFSP7_5: EHD Position           */\r
-#define SCU_SFSP7_5_EHD_Msk                                   (0x03UL << SCU_SFSP7_5_EHD_Pos)                           /*!< SCU SFSP7_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_6  ------------------------------------------\r
-#define SCU_SFSP7_6_MODE_Pos                                  0                                                         /*!< SCU SFSP7_6: MODE Position          */\r
-#define SCU_SFSP7_6_MODE_Msk                                  (0x07UL << SCU_SFSP7_6_MODE_Pos)                          /*!< SCU SFSP7_6: MODE Mask              */\r
-#define SCU_SFSP7_6_EPD_Pos                                   3                                                         /*!< SCU SFSP7_6: EPD Position           */\r
-#define SCU_SFSP7_6_EPD_Msk                                   (0x01UL << SCU_SFSP7_6_EPD_Pos)                           /*!< SCU SFSP7_6: EPD Mask               */\r
-#define SCU_SFSP7_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_6: EPUN Position          */\r
-#define SCU_SFSP7_6_EPUN_Msk                                  (0x01UL << SCU_SFSP7_6_EPUN_Pos)                          /*!< SCU SFSP7_6: EPUN Mask              */\r
-#define SCU_SFSP7_6_EHS_Pos                                   5                                                         /*!< SCU SFSP7_6: EHS Position           */\r
-#define SCU_SFSP7_6_EHS_Msk                                   (0x01UL << SCU_SFSP7_6_EHS_Pos)                           /*!< SCU SFSP7_6: EHS Mask               */\r
-#define SCU_SFSP7_6_EZI_Pos                                   6                                                         /*!< SCU SFSP7_6: EZI Position           */\r
-#define SCU_SFSP7_6_EZI_Msk                                   (0x01UL << SCU_SFSP7_6_EZI_Pos)                           /*!< SCU SFSP7_6: EZI Mask               */\r
-#define SCU_SFSP7_6_EHD_Pos                                   8                                                         /*!< SCU SFSP7_6: EHD Position           */\r
-#define SCU_SFSP7_6_EHD_Msk                                   (0x03UL << SCU_SFSP7_6_EHD_Pos)                           /*!< SCU SFSP7_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP7_7  ------------------------------------------\r
-#define SCU_SFSP7_7_MODE_Pos                                  0                                                         /*!< SCU SFSP7_7: MODE Position          */\r
-#define SCU_SFSP7_7_MODE_Msk                                  (0x07UL << SCU_SFSP7_7_MODE_Pos)                          /*!< SCU SFSP7_7: MODE Mask              */\r
-#define SCU_SFSP7_7_EPD_Pos                                   3                                                         /*!< SCU SFSP7_7: EPD Position           */\r
-#define SCU_SFSP7_7_EPD_Msk                                   (0x01UL << SCU_SFSP7_7_EPD_Pos)                           /*!< SCU SFSP7_7: EPD Mask               */\r
-#define SCU_SFSP7_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP7_7: EPUN Position          */\r
-#define SCU_SFSP7_7_EPUN_Msk                                  (0x01UL << SCU_SFSP7_7_EPUN_Pos)                          /*!< SCU SFSP7_7: EPUN Mask              */\r
-#define SCU_SFSP7_7_EHS_Pos                                   5                                                         /*!< SCU SFSP7_7: EHS Position           */\r
-#define SCU_SFSP7_7_EHS_Msk                                   (0x01UL << SCU_SFSP7_7_EHS_Pos)                           /*!< SCU SFSP7_7: EHS Mask               */\r
-#define SCU_SFSP7_7_EZI_Pos                                   6                                                         /*!< SCU SFSP7_7: EZI Position           */\r
-#define SCU_SFSP7_7_EZI_Msk                                   (0x01UL << SCU_SFSP7_7_EZI_Pos)                           /*!< SCU SFSP7_7: EZI Mask               */\r
-#define SCU_SFSP7_7_EHD_Pos                                   8                                                         /*!< SCU SFSP7_7: EHD Position           */\r
-#define SCU_SFSP7_7_EHD_Msk                                   (0x03UL << SCU_SFSP7_7_EHD_Pos)                           /*!< SCU SFSP7_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_0  ------------------------------------------\r
-#define SCU_SFSP8_0_MODE_Pos                                  0                                                         /*!< SCU SFSP8_0: MODE Position          */\r
-#define SCU_SFSP8_0_MODE_Msk                                  (0x07UL << SCU_SFSP8_0_MODE_Pos)                          /*!< SCU SFSP8_0: MODE Mask              */\r
-#define SCU_SFSP8_0_EPD_Pos                                   3                                                         /*!< SCU SFSP8_0: EPD Position           */\r
-#define SCU_SFSP8_0_EPD_Msk                                   (0x01UL << SCU_SFSP8_0_EPD_Pos)                           /*!< SCU SFSP8_0: EPD Mask               */\r
-#define SCU_SFSP8_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_0: EPUN Position          */\r
-#define SCU_SFSP8_0_EPUN_Msk                                  (0x01UL << SCU_SFSP8_0_EPUN_Pos)                          /*!< SCU SFSP8_0: EPUN Mask              */\r
-#define SCU_SFSP8_0_EHS_Pos                                   5                                                         /*!< SCU SFSP8_0: EHS Position           */\r
-#define SCU_SFSP8_0_EHS_Msk                                   (0x01UL << SCU_SFSP8_0_EHS_Pos)                           /*!< SCU SFSP8_0: EHS Mask               */\r
-#define SCU_SFSP8_0_EZI_Pos                                   6                                                         /*!< SCU SFSP8_0: EZI Position           */\r
-#define SCU_SFSP8_0_EZI_Msk                                   (0x01UL << SCU_SFSP8_0_EZI_Pos)                           /*!< SCU SFSP8_0: EZI Mask               */\r
-#define SCU_SFSP8_0_EHD_Pos                                   8                                                         /*!< SCU SFSP8_0: EHD Position           */\r
-#define SCU_SFSP8_0_EHD_Msk                                   (0x03UL << SCU_SFSP8_0_EHD_Pos)                           /*!< SCU SFSP8_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_1  ------------------------------------------\r
-#define SCU_SFSP8_1_MODE_Pos                                  0                                                         /*!< SCU SFSP8_1: MODE Position          */\r
-#define SCU_SFSP8_1_MODE_Msk                                  (0x07UL << SCU_SFSP8_1_MODE_Pos)                          /*!< SCU SFSP8_1: MODE Mask              */\r
-#define SCU_SFSP8_1_EPD_Pos                                   3                                                         /*!< SCU SFSP8_1: EPD Position           */\r
-#define SCU_SFSP8_1_EPD_Msk                                   (0x01UL << SCU_SFSP8_1_EPD_Pos)                           /*!< SCU SFSP8_1: EPD Mask               */\r
-#define SCU_SFSP8_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_1: EPUN Position          */\r
-#define SCU_SFSP8_1_EPUN_Msk                                  (0x01UL << SCU_SFSP8_1_EPUN_Pos)                          /*!< SCU SFSP8_1: EPUN Mask              */\r
-#define SCU_SFSP8_1_EHS_Pos                                   5                                                         /*!< SCU SFSP8_1: EHS Position           */\r
-#define SCU_SFSP8_1_EHS_Msk                                   (0x01UL << SCU_SFSP8_1_EHS_Pos)                           /*!< SCU SFSP8_1: EHS Mask               */\r
-#define SCU_SFSP8_1_EZI_Pos                                   6                                                         /*!< SCU SFSP8_1: EZI Position           */\r
-#define SCU_SFSP8_1_EZI_Msk                                   (0x01UL << SCU_SFSP8_1_EZI_Pos)                           /*!< SCU SFSP8_1: EZI Mask               */\r
-#define SCU_SFSP8_1_EHD_Pos                                   8                                                         /*!< SCU SFSP8_1: EHD Position           */\r
-#define SCU_SFSP8_1_EHD_Msk                                   (0x03UL << SCU_SFSP8_1_EHD_Pos)                           /*!< SCU SFSP8_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_2  ------------------------------------------\r
-#define SCU_SFSP8_2_MODE_Pos                                  0                                                         /*!< SCU SFSP8_2: MODE Position          */\r
-#define SCU_SFSP8_2_MODE_Msk                                  (0x07UL << SCU_SFSP8_2_MODE_Pos)                          /*!< SCU SFSP8_2: MODE Mask              */\r
-#define SCU_SFSP8_2_EPD_Pos                                   3                                                         /*!< SCU SFSP8_2: EPD Position           */\r
-#define SCU_SFSP8_2_EPD_Msk                                   (0x01UL << SCU_SFSP8_2_EPD_Pos)                           /*!< SCU SFSP8_2: EPD Mask               */\r
-#define SCU_SFSP8_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_2: EPUN Position          */\r
-#define SCU_SFSP8_2_EPUN_Msk                                  (0x01UL << SCU_SFSP8_2_EPUN_Pos)                          /*!< SCU SFSP8_2: EPUN Mask              */\r
-#define SCU_SFSP8_2_EHS_Pos                                   5                                                         /*!< SCU SFSP8_2: EHS Position           */\r
-#define SCU_SFSP8_2_EHS_Msk                                   (0x01UL << SCU_SFSP8_2_EHS_Pos)                           /*!< SCU SFSP8_2: EHS Mask               */\r
-#define SCU_SFSP8_2_EZI_Pos                                   6                                                         /*!< SCU SFSP8_2: EZI Position           */\r
-#define SCU_SFSP8_2_EZI_Msk                                   (0x01UL << SCU_SFSP8_2_EZI_Pos)                           /*!< SCU SFSP8_2: EZI Mask               */\r
-#define SCU_SFSP8_2_EHD_Pos                                   8                                                         /*!< SCU SFSP8_2: EHD Position           */\r
-#define SCU_SFSP8_2_EHD_Msk                                   (0x03UL << SCU_SFSP8_2_EHD_Pos)                           /*!< SCU SFSP8_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_3  ------------------------------------------\r
-#define SCU_SFSP8_3_MODE_Pos                                  0                                                         /*!< SCU SFSP8_3: MODE Position          */\r
-#define SCU_SFSP8_3_MODE_Msk                                  (0x07UL << SCU_SFSP8_3_MODE_Pos)                          /*!< SCU SFSP8_3: MODE Mask              */\r
-#define SCU_SFSP8_3_EPD_Pos                                   3                                                         /*!< SCU SFSP8_3: EPD Position           */\r
-#define SCU_SFSP8_3_EPD_Msk                                   (0x01UL << SCU_SFSP8_3_EPD_Pos)                           /*!< SCU SFSP8_3: EPD Mask               */\r
-#define SCU_SFSP8_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_3: EPUN Position          */\r
-#define SCU_SFSP8_3_EPUN_Msk                                  (0x01UL << SCU_SFSP8_3_EPUN_Pos)                          /*!< SCU SFSP8_3: EPUN Mask              */\r
-#define SCU_SFSP8_3_EHS_Pos                                   5                                                         /*!< SCU SFSP8_3: EHS Position           */\r
-#define SCU_SFSP8_3_EHS_Msk                                   (0x01UL << SCU_SFSP8_3_EHS_Pos)                           /*!< SCU SFSP8_3: EHS Mask               */\r
-#define SCU_SFSP8_3_EZI_Pos                                   6                                                         /*!< SCU SFSP8_3: EZI Position           */\r
-#define SCU_SFSP8_3_EZI_Msk                                   (0x01UL << SCU_SFSP8_3_EZI_Pos)                           /*!< SCU SFSP8_3: EZI Mask               */\r
-#define SCU_SFSP8_3_EHD_Pos                                   8                                                         /*!< SCU SFSP8_3: EHD Position           */\r
-#define SCU_SFSP8_3_EHD_Msk                                   (0x03UL << SCU_SFSP8_3_EHD_Pos)                           /*!< SCU SFSP8_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_4  ------------------------------------------\r
-#define SCU_SFSP8_4_MODE_Pos                                  0                                                         /*!< SCU SFSP8_4: MODE Position          */\r
-#define SCU_SFSP8_4_MODE_Msk                                  (0x07UL << SCU_SFSP8_4_MODE_Pos)                          /*!< SCU SFSP8_4: MODE Mask              */\r
-#define SCU_SFSP8_4_EPD_Pos                                   3                                                         /*!< SCU SFSP8_4: EPD Position           */\r
-#define SCU_SFSP8_4_EPD_Msk                                   (0x01UL << SCU_SFSP8_4_EPD_Pos)                           /*!< SCU SFSP8_4: EPD Mask               */\r
-#define SCU_SFSP8_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_4: EPUN Position          */\r
-#define SCU_SFSP8_4_EPUN_Msk                                  (0x01UL << SCU_SFSP8_4_EPUN_Pos)                          /*!< SCU SFSP8_4: EPUN Mask              */\r
-#define SCU_SFSP8_4_EHS_Pos                                   5                                                         /*!< SCU SFSP8_4: EHS Position           */\r
-#define SCU_SFSP8_4_EHS_Msk                                   (0x01UL << SCU_SFSP8_4_EHS_Pos)                           /*!< SCU SFSP8_4: EHS Mask               */\r
-#define SCU_SFSP8_4_EZI_Pos                                   6                                                         /*!< SCU SFSP8_4: EZI Position           */\r
-#define SCU_SFSP8_4_EZI_Msk                                   (0x01UL << SCU_SFSP8_4_EZI_Pos)                           /*!< SCU SFSP8_4: EZI Mask               */\r
-#define SCU_SFSP8_4_EHD_Pos                                   8                                                         /*!< SCU SFSP8_4: EHD Position           */\r
-#define SCU_SFSP8_4_EHD_Msk                                   (0x03UL << SCU_SFSP8_4_EHD_Pos)                           /*!< SCU SFSP8_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_5  ------------------------------------------\r
-#define SCU_SFSP8_5_MODE_Pos                                  0                                                         /*!< SCU SFSP8_5: MODE Position          */\r
-#define SCU_SFSP8_5_MODE_Msk                                  (0x07UL << SCU_SFSP8_5_MODE_Pos)                          /*!< SCU SFSP8_5: MODE Mask              */\r
-#define SCU_SFSP8_5_EPD_Pos                                   3                                                         /*!< SCU SFSP8_5: EPD Position           */\r
-#define SCU_SFSP8_5_EPD_Msk                                   (0x01UL << SCU_SFSP8_5_EPD_Pos)                           /*!< SCU SFSP8_5: EPD Mask               */\r
-#define SCU_SFSP8_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_5: EPUN Position          */\r
-#define SCU_SFSP8_5_EPUN_Msk                                  (0x01UL << SCU_SFSP8_5_EPUN_Pos)                          /*!< SCU SFSP8_5: EPUN Mask              */\r
-#define SCU_SFSP8_5_EHS_Pos                                   5                                                         /*!< SCU SFSP8_5: EHS Position           */\r
-#define SCU_SFSP8_5_EHS_Msk                                   (0x01UL << SCU_SFSP8_5_EHS_Pos)                           /*!< SCU SFSP8_5: EHS Mask               */\r
-#define SCU_SFSP8_5_EZI_Pos                                   6                                                         /*!< SCU SFSP8_5: EZI Position           */\r
-#define SCU_SFSP8_5_EZI_Msk                                   (0x01UL << SCU_SFSP8_5_EZI_Pos)                           /*!< SCU SFSP8_5: EZI Mask               */\r
-#define SCU_SFSP8_5_EHD_Pos                                   8                                                         /*!< SCU SFSP8_5: EHD Position           */\r
-#define SCU_SFSP8_5_EHD_Msk                                   (0x03UL << SCU_SFSP8_5_EHD_Pos)                           /*!< SCU SFSP8_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_6  ------------------------------------------\r
-#define SCU_SFSP8_6_MODE_Pos                                  0                                                         /*!< SCU SFSP8_6: MODE Position          */\r
-#define SCU_SFSP8_6_MODE_Msk                                  (0x07UL << SCU_SFSP8_6_MODE_Pos)                          /*!< SCU SFSP8_6: MODE Mask              */\r
-#define SCU_SFSP8_6_EPD_Pos                                   3                                                         /*!< SCU SFSP8_6: EPD Position           */\r
-#define SCU_SFSP8_6_EPD_Msk                                   (0x01UL << SCU_SFSP8_6_EPD_Pos)                           /*!< SCU SFSP8_6: EPD Mask               */\r
-#define SCU_SFSP8_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_6: EPUN Position          */\r
-#define SCU_SFSP8_6_EPUN_Msk                                  (0x01UL << SCU_SFSP8_6_EPUN_Pos)                          /*!< SCU SFSP8_6: EPUN Mask              */\r
-#define SCU_SFSP8_6_EHS_Pos                                   5                                                         /*!< SCU SFSP8_6: EHS Position           */\r
-#define SCU_SFSP8_6_EHS_Msk                                   (0x01UL << SCU_SFSP8_6_EHS_Pos)                           /*!< SCU SFSP8_6: EHS Mask               */\r
-#define SCU_SFSP8_6_EZI_Pos                                   6                                                         /*!< SCU SFSP8_6: EZI Position           */\r
-#define SCU_SFSP8_6_EZI_Msk                                   (0x01UL << SCU_SFSP8_6_EZI_Pos)                           /*!< SCU SFSP8_6: EZI Mask               */\r
-#define SCU_SFSP8_6_EHD_Pos                                   8                                                         /*!< SCU SFSP8_6: EHD Position           */\r
-#define SCU_SFSP8_6_EHD_Msk                                   (0x03UL << SCU_SFSP8_6_EHD_Pos)                           /*!< SCU SFSP8_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_7  ------------------------------------------\r
-#define SCU_SFSP8_7_MODE_Pos                                  0                                                         /*!< SCU SFSP8_7: MODE Position          */\r
-#define SCU_SFSP8_7_MODE_Msk                                  (0x07UL << SCU_SFSP8_7_MODE_Pos)                          /*!< SCU SFSP8_7: MODE Mask              */\r
-#define SCU_SFSP8_7_EPD_Pos                                   3                                                         /*!< SCU SFSP8_7: EPD Position           */\r
-#define SCU_SFSP8_7_EPD_Msk                                   (0x01UL << SCU_SFSP8_7_EPD_Pos)                           /*!< SCU SFSP8_7: EPD Mask               */\r
-#define SCU_SFSP8_7_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_7: EPUN Position          */\r
-#define SCU_SFSP8_7_EPUN_Msk                                  (0x01UL << SCU_SFSP8_7_EPUN_Pos)                          /*!< SCU SFSP8_7: EPUN Mask              */\r
-#define SCU_SFSP8_7_EHS_Pos                                   5                                                         /*!< SCU SFSP8_7: EHS Position           */\r
-#define SCU_SFSP8_7_EHS_Msk                                   (0x01UL << SCU_SFSP8_7_EHS_Pos)                           /*!< SCU SFSP8_7: EHS Mask               */\r
-#define SCU_SFSP8_7_EZI_Pos                                   6                                                         /*!< SCU SFSP8_7: EZI Position           */\r
-#define SCU_SFSP8_7_EZI_Msk                                   (0x01UL << SCU_SFSP8_7_EZI_Pos)                           /*!< SCU SFSP8_7: EZI Mask               */\r
-#define SCU_SFSP8_7_EHD_Pos                                   8                                                         /*!< SCU SFSP8_7: EHD Position           */\r
-#define SCU_SFSP8_7_EHD_Msk                                   (0x03UL << SCU_SFSP8_7_EHD_Pos)                           /*!< SCU SFSP8_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP8_8  ------------------------------------------\r
-#define SCU_SFSP8_8_MODE_Pos                                  0                                                         /*!< SCU SFSP8_8: MODE Position          */\r
-#define SCU_SFSP8_8_MODE_Msk                                  (0x07UL << SCU_SFSP8_8_MODE_Pos)                          /*!< SCU SFSP8_8: MODE Mask              */\r
-#define SCU_SFSP8_8_EPD_Pos                                   3                                                         /*!< SCU SFSP8_8: EPD Position           */\r
-#define SCU_SFSP8_8_EPD_Msk                                   (0x01UL << SCU_SFSP8_8_EPD_Pos)                           /*!< SCU SFSP8_8: EPD Mask               */\r
-#define SCU_SFSP8_8_EPUN_Pos                                  4                                                         /*!< SCU SFSP8_8: EPUN Position          */\r
-#define SCU_SFSP8_8_EPUN_Msk                                  (0x01UL << SCU_SFSP8_8_EPUN_Pos)                          /*!< SCU SFSP8_8: EPUN Mask              */\r
-#define SCU_SFSP8_8_EHS_Pos                                   5                                                         /*!< SCU SFSP8_8: EHS Position           */\r
-#define SCU_SFSP8_8_EHS_Msk                                   (0x01UL << SCU_SFSP8_8_EHS_Pos)                           /*!< SCU SFSP8_8: EHS Mask               */\r
-#define SCU_SFSP8_8_EZI_Pos                                   6                                                         /*!< SCU SFSP8_8: EZI Position           */\r
-#define SCU_SFSP8_8_EZI_Msk                                   (0x01UL << SCU_SFSP8_8_EZI_Pos)                           /*!< SCU SFSP8_8: EZI Mask               */\r
-#define SCU_SFSP8_8_EHD_Pos                                   8                                                         /*!< SCU SFSP8_8: EHD Position           */\r
-#define SCU_SFSP8_8_EHD_Msk                                   (0x03UL << SCU_SFSP8_8_EHD_Pos)                           /*!< SCU SFSP8_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_0  ------------------------------------------\r
-#define SCU_SFSP9_0_MODE_Pos                                  0                                                         /*!< SCU SFSP9_0: MODE Position          */\r
-#define SCU_SFSP9_0_MODE_Msk                                  (0x07UL << SCU_SFSP9_0_MODE_Pos)                          /*!< SCU SFSP9_0: MODE Mask              */\r
-#define SCU_SFSP9_0_EPD_Pos                                   3                                                         /*!< SCU SFSP9_0: EPD Position           */\r
-#define SCU_SFSP9_0_EPD_Msk                                   (0x01UL << SCU_SFSP9_0_EPD_Pos)                           /*!< SCU SFSP9_0: EPD Mask               */\r
-#define SCU_SFSP9_0_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_0: EPUN Position          */\r
-#define SCU_SFSP9_0_EPUN_Msk                                  (0x01UL << SCU_SFSP9_0_EPUN_Pos)                          /*!< SCU SFSP9_0: EPUN Mask              */\r
-#define SCU_SFSP9_0_EHS_Pos                                   5                                                         /*!< SCU SFSP9_0: EHS Position           */\r
-#define SCU_SFSP9_0_EHS_Msk                                   (0x01UL << SCU_SFSP9_0_EHS_Pos)                           /*!< SCU SFSP9_0: EHS Mask               */\r
-#define SCU_SFSP9_0_EZI_Pos                                   6                                                         /*!< SCU SFSP9_0: EZI Position           */\r
-#define SCU_SFSP9_0_EZI_Msk                                   (0x01UL << SCU_SFSP9_0_EZI_Pos)                           /*!< SCU SFSP9_0: EZI Mask               */\r
-#define SCU_SFSP9_0_EHD_Pos                                   8                                                         /*!< SCU SFSP9_0: EHD Position           */\r
-#define SCU_SFSP9_0_EHD_Msk                                   (0x03UL << SCU_SFSP9_0_EHD_Pos)                           /*!< SCU SFSP9_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_1  ------------------------------------------\r
-#define SCU_SFSP9_1_MODE_Pos                                  0                                                         /*!< SCU SFSP9_1: MODE Position          */\r
-#define SCU_SFSP9_1_MODE_Msk                                  (0x07UL << SCU_SFSP9_1_MODE_Pos)                          /*!< SCU SFSP9_1: MODE Mask              */\r
-#define SCU_SFSP9_1_EPD_Pos                                   3                                                         /*!< SCU SFSP9_1: EPD Position           */\r
-#define SCU_SFSP9_1_EPD_Msk                                   (0x01UL << SCU_SFSP9_1_EPD_Pos)                           /*!< SCU SFSP9_1: EPD Mask               */\r
-#define SCU_SFSP9_1_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_1: EPUN Position          */\r
-#define SCU_SFSP9_1_EPUN_Msk                                  (0x01UL << SCU_SFSP9_1_EPUN_Pos)                          /*!< SCU SFSP9_1: EPUN Mask              */\r
-#define SCU_SFSP9_1_EHS_Pos                                   5                                                         /*!< SCU SFSP9_1: EHS Position           */\r
-#define SCU_SFSP9_1_EHS_Msk                                   (0x01UL << SCU_SFSP9_1_EHS_Pos)                           /*!< SCU SFSP9_1: EHS Mask               */\r
-#define SCU_SFSP9_1_EZI_Pos                                   6                                                         /*!< SCU SFSP9_1: EZI Position           */\r
-#define SCU_SFSP9_1_EZI_Msk                                   (0x01UL << SCU_SFSP9_1_EZI_Pos)                           /*!< SCU SFSP9_1: EZI Mask               */\r
-#define SCU_SFSP9_1_EHD_Pos                                   8                                                         /*!< SCU SFSP9_1: EHD Position           */\r
-#define SCU_SFSP9_1_EHD_Msk                                   (0x03UL << SCU_SFSP9_1_EHD_Pos)                           /*!< SCU SFSP9_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_2  ------------------------------------------\r
-#define SCU_SFSP9_2_MODE_Pos                                  0                                                         /*!< SCU SFSP9_2: MODE Position          */\r
-#define SCU_SFSP9_2_MODE_Msk                                  (0x07UL << SCU_SFSP9_2_MODE_Pos)                          /*!< SCU SFSP9_2: MODE Mask              */\r
-#define SCU_SFSP9_2_EPD_Pos                                   3                                                         /*!< SCU SFSP9_2: EPD Position           */\r
-#define SCU_SFSP9_2_EPD_Msk                                   (0x01UL << SCU_SFSP9_2_EPD_Pos)                           /*!< SCU SFSP9_2: EPD Mask               */\r
-#define SCU_SFSP9_2_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_2: EPUN Position          */\r
-#define SCU_SFSP9_2_EPUN_Msk                                  (0x01UL << SCU_SFSP9_2_EPUN_Pos)                          /*!< SCU SFSP9_2: EPUN Mask              */\r
-#define SCU_SFSP9_2_EHS_Pos                                   5                                                         /*!< SCU SFSP9_2: EHS Position           */\r
-#define SCU_SFSP9_2_EHS_Msk                                   (0x01UL << SCU_SFSP9_2_EHS_Pos)                           /*!< SCU SFSP9_2: EHS Mask               */\r
-#define SCU_SFSP9_2_EZI_Pos                                   6                                                         /*!< SCU SFSP9_2: EZI Position           */\r
-#define SCU_SFSP9_2_EZI_Msk                                   (0x01UL << SCU_SFSP9_2_EZI_Pos)                           /*!< SCU SFSP9_2: EZI Mask               */\r
-#define SCU_SFSP9_2_EHD_Pos                                   8                                                         /*!< SCU SFSP9_2: EHD Position           */\r
-#define SCU_SFSP9_2_EHD_Msk                                   (0x03UL << SCU_SFSP9_2_EHD_Pos)                           /*!< SCU SFSP9_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_3  ------------------------------------------\r
-#define SCU_SFSP9_3_MODE_Pos                                  0                                                         /*!< SCU SFSP9_3: MODE Position          */\r
-#define SCU_SFSP9_3_MODE_Msk                                  (0x07UL << SCU_SFSP9_3_MODE_Pos)                          /*!< SCU SFSP9_3: MODE Mask              */\r
-#define SCU_SFSP9_3_EPD_Pos                                   3                                                         /*!< SCU SFSP9_3: EPD Position           */\r
-#define SCU_SFSP9_3_EPD_Msk                                   (0x01UL << SCU_SFSP9_3_EPD_Pos)                           /*!< SCU SFSP9_3: EPD Mask               */\r
-#define SCU_SFSP9_3_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_3: EPUN Position          */\r
-#define SCU_SFSP9_3_EPUN_Msk                                  (0x01UL << SCU_SFSP9_3_EPUN_Pos)                          /*!< SCU SFSP9_3: EPUN Mask              */\r
-#define SCU_SFSP9_3_EHS_Pos                                   5                                                         /*!< SCU SFSP9_3: EHS Position           */\r
-#define SCU_SFSP9_3_EHS_Msk                                   (0x01UL << SCU_SFSP9_3_EHS_Pos)                           /*!< SCU SFSP9_3: EHS Mask               */\r
-#define SCU_SFSP9_3_EZI_Pos                                   6                                                         /*!< SCU SFSP9_3: EZI Position           */\r
-#define SCU_SFSP9_3_EZI_Msk                                   (0x01UL << SCU_SFSP9_3_EZI_Pos)                           /*!< SCU SFSP9_3: EZI Mask               */\r
-#define SCU_SFSP9_3_EHD_Pos                                   8                                                         /*!< SCU SFSP9_3: EHD Position           */\r
-#define SCU_SFSP9_3_EHD_Msk                                   (0x03UL << SCU_SFSP9_3_EHD_Pos)                           /*!< SCU SFSP9_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_4  ------------------------------------------\r
-#define SCU_SFSP9_4_MODE_Pos                                  0                                                         /*!< SCU SFSP9_4: MODE Position          */\r
-#define SCU_SFSP9_4_MODE_Msk                                  (0x07UL << SCU_SFSP9_4_MODE_Pos)                          /*!< SCU SFSP9_4: MODE Mask              */\r
-#define SCU_SFSP9_4_EPD_Pos                                   3                                                         /*!< SCU SFSP9_4: EPD Position           */\r
-#define SCU_SFSP9_4_EPD_Msk                                   (0x01UL << SCU_SFSP9_4_EPD_Pos)                           /*!< SCU SFSP9_4: EPD Mask               */\r
-#define SCU_SFSP9_4_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_4: EPUN Position          */\r
-#define SCU_SFSP9_4_EPUN_Msk                                  (0x01UL << SCU_SFSP9_4_EPUN_Pos)                          /*!< SCU SFSP9_4: EPUN Mask              */\r
-#define SCU_SFSP9_4_EHS_Pos                                   5                                                         /*!< SCU SFSP9_4: EHS Position           */\r
-#define SCU_SFSP9_4_EHS_Msk                                   (0x01UL << SCU_SFSP9_4_EHS_Pos)                           /*!< SCU SFSP9_4: EHS Mask               */\r
-#define SCU_SFSP9_4_EZI_Pos                                   6                                                         /*!< SCU SFSP9_4: EZI Position           */\r
-#define SCU_SFSP9_4_EZI_Msk                                   (0x01UL << SCU_SFSP9_4_EZI_Pos)                           /*!< SCU SFSP9_4: EZI Mask               */\r
-#define SCU_SFSP9_4_EHD_Pos                                   8                                                         /*!< SCU SFSP9_4: EHD Position           */\r
-#define SCU_SFSP9_4_EHD_Msk                                   (0x03UL << SCU_SFSP9_4_EHD_Pos)                           /*!< SCU SFSP9_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_5  ------------------------------------------\r
-#define SCU_SFSP9_5_MODE_Pos                                  0                                                         /*!< SCU SFSP9_5: MODE Position          */\r
-#define SCU_SFSP9_5_MODE_Msk                                  (0x07UL << SCU_SFSP9_5_MODE_Pos)                          /*!< SCU SFSP9_5: MODE Mask              */\r
-#define SCU_SFSP9_5_EPD_Pos                                   3                                                         /*!< SCU SFSP9_5: EPD Position           */\r
-#define SCU_SFSP9_5_EPD_Msk                                   (0x01UL << SCU_SFSP9_5_EPD_Pos)                           /*!< SCU SFSP9_5: EPD Mask               */\r
-#define SCU_SFSP9_5_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_5: EPUN Position          */\r
-#define SCU_SFSP9_5_EPUN_Msk                                  (0x01UL << SCU_SFSP9_5_EPUN_Pos)                          /*!< SCU SFSP9_5: EPUN Mask              */\r
-#define SCU_SFSP9_5_EHS_Pos                                   5                                                         /*!< SCU SFSP9_5: EHS Position           */\r
-#define SCU_SFSP9_5_EHS_Msk                                   (0x01UL << SCU_SFSP9_5_EHS_Pos)                           /*!< SCU SFSP9_5: EHS Mask               */\r
-#define SCU_SFSP9_5_EZI_Pos                                   6                                                         /*!< SCU SFSP9_5: EZI Position           */\r
-#define SCU_SFSP9_5_EZI_Msk                                   (0x01UL << SCU_SFSP9_5_EZI_Pos)                           /*!< SCU SFSP9_5: EZI Mask               */\r
-#define SCU_SFSP9_5_EHD_Pos                                   8                                                         /*!< SCU SFSP9_5: EHD Position           */\r
-#define SCU_SFSP9_5_EHD_Msk                                   (0x03UL << SCU_SFSP9_5_EHD_Pos)                           /*!< SCU SFSP9_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSP9_6  ------------------------------------------\r
-#define SCU_SFSP9_6_MODE_Pos                                  0                                                         /*!< SCU SFSP9_6: MODE Position          */\r
-#define SCU_SFSP9_6_MODE_Msk                                  (0x07UL << SCU_SFSP9_6_MODE_Pos)                          /*!< SCU SFSP9_6: MODE Mask              */\r
-#define SCU_SFSP9_6_EPD_Pos                                   3                                                         /*!< SCU SFSP9_6: EPD Position           */\r
-#define SCU_SFSP9_6_EPD_Msk                                   (0x01UL << SCU_SFSP9_6_EPD_Pos)                           /*!< SCU SFSP9_6: EPD Mask               */\r
-#define SCU_SFSP9_6_EPUN_Pos                                  4                                                         /*!< SCU SFSP9_6: EPUN Position          */\r
-#define SCU_SFSP9_6_EPUN_Msk                                  (0x01UL << SCU_SFSP9_6_EPUN_Pos)                          /*!< SCU SFSP9_6: EPUN Mask              */\r
-#define SCU_SFSP9_6_EHS_Pos                                   5                                                         /*!< SCU SFSP9_6: EHS Position           */\r
-#define SCU_SFSP9_6_EHS_Msk                                   (0x01UL << SCU_SFSP9_6_EHS_Pos)                           /*!< SCU SFSP9_6: EHS Mask               */\r
-#define SCU_SFSP9_6_EZI_Pos                                   6                                                         /*!< SCU SFSP9_6: EZI Position           */\r
-#define SCU_SFSP9_6_EZI_Msk                                   (0x01UL << SCU_SFSP9_6_EZI_Pos)                           /*!< SCU SFSP9_6: EZI Mask               */\r
-#define SCU_SFSP9_6_EHD_Pos                                   8                                                         /*!< SCU SFSP9_6: EHD Position           */\r
-#define SCU_SFSP9_6_EHD_Msk                                   (0x03UL << SCU_SFSP9_6_EHD_Pos)                           /*!< SCU SFSP9_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPA_0  ------------------------------------------\r
-#define SCU_SFSPA_0_MODE_Pos                                  0                                                         /*!< SCU SFSPA_0: MODE Position          */\r
-#define SCU_SFSPA_0_MODE_Msk                                  (0x07UL << SCU_SFSPA_0_MODE_Pos)                          /*!< SCU SFSPA_0: MODE Mask              */\r
-#define SCU_SFSPA_0_EPD_Pos                                   3                                                         /*!< SCU SFSPA_0: EPD Position           */\r
-#define SCU_SFSPA_0_EPD_Msk                                   (0x01UL << SCU_SFSPA_0_EPD_Pos)                           /*!< SCU SFSPA_0: EPD Mask               */\r
-#define SCU_SFSPA_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPA_0: EPUN Position          */\r
-#define SCU_SFSPA_0_EPUN_Msk                                  (0x01UL << SCU_SFSPA_0_EPUN_Pos)                          /*!< SCU SFSPA_0: EPUN Mask              */\r
-#define SCU_SFSPA_0_EHS_Pos                                   5                                                         /*!< SCU SFSPA_0: EHS Position           */\r
-#define SCU_SFSPA_0_EHS_Msk                                   (0x01UL << SCU_SFSPA_0_EHS_Pos)                           /*!< SCU SFSPA_0: EHS Mask               */\r
-#define SCU_SFSPA_0_EZI_Pos                                   6                                                         /*!< SCU SFSPA_0: EZI Position           */\r
-#define SCU_SFSPA_0_EZI_Msk                                   (0x01UL << SCU_SFSPA_0_EZI_Pos)                           /*!< SCU SFSPA_0: EZI Mask               */\r
-#define SCU_SFSPA_0_EHD_Pos                                   8                                                         /*!< SCU SFSPA_0: EHD Position           */\r
-#define SCU_SFSPA_0_EHD_Msk                                   (0x03UL << SCU_SFSPA_0_EHD_Pos)                           /*!< SCU SFSPA_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPA_1  ------------------------------------------\r
-#define SCU_SFSPA_1_MODE_Pos                                  0                                                         /*!< SCU SFSPA_1: MODE Position          */\r
-#define SCU_SFSPA_1_MODE_Msk                                  (0x07UL << SCU_SFSPA_1_MODE_Pos)                          /*!< SCU SFSPA_1: MODE Mask              */\r
-#define SCU_SFSPA_1_EPD_Pos                                   3                                                         /*!< SCU SFSPA_1: EPD Position           */\r
-#define SCU_SFSPA_1_EPD_Msk                                   (0x01UL << SCU_SFSPA_1_EPD_Pos)                           /*!< SCU SFSPA_1: EPD Mask               */\r
-#define SCU_SFSPA_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPA_1: EPUN Position          */\r
-#define SCU_SFSPA_1_EPUN_Msk                                  (0x01UL << SCU_SFSPA_1_EPUN_Pos)                          /*!< SCU SFSPA_1: EPUN Mask              */\r
-#define SCU_SFSPA_1_EHS_Pos                                   5                                                         /*!< SCU SFSPA_1: EHS Position           */\r
-#define SCU_SFSPA_1_EHS_Msk                                   (0x01UL << SCU_SFSPA_1_EHS_Pos)                           /*!< SCU SFSPA_1: EHS Mask               */\r
-#define SCU_SFSPA_1_EZI_Pos                                   6                                                         /*!< SCU SFSPA_1: EZI Position           */\r
-#define SCU_SFSPA_1_EZI_Msk                                   (0x01UL << SCU_SFSPA_1_EZI_Pos)                           /*!< SCU SFSPA_1: EZI Mask               */\r
-#define SCU_SFSPA_1_EHD_Pos                                   8                                                         /*!< SCU SFSPA_1: EHD Position           */\r
-#define SCU_SFSPA_1_EHD_Msk                                   (0x03UL << SCU_SFSPA_1_EHD_Pos)                           /*!< SCU SFSPA_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPA_2  ------------------------------------------\r
-#define SCU_SFSPA_2_MODE_Pos                                  0                                                         /*!< SCU SFSPA_2: MODE Position          */\r
-#define SCU_SFSPA_2_MODE_Msk                                  (0x07UL << SCU_SFSPA_2_MODE_Pos)                          /*!< SCU SFSPA_2: MODE Mask              */\r
-#define SCU_SFSPA_2_EPD_Pos                                   3                                                         /*!< SCU SFSPA_2: EPD Position           */\r
-#define SCU_SFSPA_2_EPD_Msk                                   (0x01UL << SCU_SFSPA_2_EPD_Pos)                           /*!< SCU SFSPA_2: EPD Mask               */\r
-#define SCU_SFSPA_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPA_2: EPUN Position          */\r
-#define SCU_SFSPA_2_EPUN_Msk                                  (0x01UL << SCU_SFSPA_2_EPUN_Pos)                          /*!< SCU SFSPA_2: EPUN Mask              */\r
-#define SCU_SFSPA_2_EHS_Pos                                   5                                                         /*!< SCU SFSPA_2: EHS Position           */\r
-#define SCU_SFSPA_2_EHS_Msk                                   (0x01UL << SCU_SFSPA_2_EHS_Pos)                           /*!< SCU SFSPA_2: EHS Mask               */\r
-#define SCU_SFSPA_2_EZI_Pos                                   6                                                         /*!< SCU SFSPA_2: EZI Position           */\r
-#define SCU_SFSPA_2_EZI_Msk                                   (0x01UL << SCU_SFSPA_2_EZI_Pos)                           /*!< SCU SFSPA_2: EZI Mask               */\r
-#define SCU_SFSPA_2_EHD_Pos                                   8                                                         /*!< SCU SFSPA_2: EHD Position           */\r
-#define SCU_SFSPA_2_EHD_Msk                                   (0x03UL << SCU_SFSPA_2_EHD_Pos)                           /*!< SCU SFSPA_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPA_3  ------------------------------------------\r
-#define SCU_SFSPA_3_MODE_Pos                                  0                                                         /*!< SCU SFSPA_3: MODE Position          */\r
-#define SCU_SFSPA_3_MODE_Msk                                  (0x07UL << SCU_SFSPA_3_MODE_Pos)                          /*!< SCU SFSPA_3: MODE Mask              */\r
-#define SCU_SFSPA_3_EPD_Pos                                   3                                                         /*!< SCU SFSPA_3: EPD Position           */\r
-#define SCU_SFSPA_3_EPD_Msk                                   (0x01UL << SCU_SFSPA_3_EPD_Pos)                           /*!< SCU SFSPA_3: EPD Mask               */\r
-#define SCU_SFSPA_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPA_3: EPUN Position          */\r
-#define SCU_SFSPA_3_EPUN_Msk                                  (0x01UL << SCU_SFSPA_3_EPUN_Pos)                          /*!< SCU SFSPA_3: EPUN Mask              */\r
-#define SCU_SFSPA_3_EHS_Pos                                   5                                                         /*!< SCU SFSPA_3: EHS Position           */\r
-#define SCU_SFSPA_3_EHS_Msk                                   (0x01UL << SCU_SFSPA_3_EHS_Pos)                           /*!< SCU SFSPA_3: EHS Mask               */\r
-#define SCU_SFSPA_3_EZI_Pos                                   6                                                         /*!< SCU SFSPA_3: EZI Position           */\r
-#define SCU_SFSPA_3_EZI_Msk                                   (0x01UL << SCU_SFSPA_3_EZI_Pos)                           /*!< SCU SFSPA_3: EZI Mask               */\r
-#define SCU_SFSPA_3_EHD_Pos                                   8                                                         /*!< SCU SFSPA_3: EHD Position           */\r
-#define SCU_SFSPA_3_EHD_Msk                                   (0x03UL << SCU_SFSPA_3_EHD_Pos)                           /*!< SCU SFSPA_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPA_4  ------------------------------------------\r
-#define SCU_SFSPA_4_MODE_Pos                                  0                                                         /*!< SCU SFSPA_4: MODE Position          */\r
-#define SCU_SFSPA_4_MODE_Msk                                  (0x07UL << SCU_SFSPA_4_MODE_Pos)                          /*!< SCU SFSPA_4: MODE Mask              */\r
-#define SCU_SFSPA_4_EPD_Pos                                   3                                                         /*!< SCU SFSPA_4: EPD Position           */\r
-#define SCU_SFSPA_4_EPD_Msk                                   (0x01UL << SCU_SFSPA_4_EPD_Pos)                           /*!< SCU SFSPA_4: EPD Mask               */\r
-#define SCU_SFSPA_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPA_4: EPUN Position          */\r
-#define SCU_SFSPA_4_EPUN_Msk                                  (0x01UL << SCU_SFSPA_4_EPUN_Pos)                          /*!< SCU SFSPA_4: EPUN Mask              */\r
-#define SCU_SFSPA_4_EHS_Pos                                   5                                                         /*!< SCU SFSPA_4: EHS Position           */\r
-#define SCU_SFSPA_4_EHS_Msk                                   (0x01UL << SCU_SFSPA_4_EHS_Pos)                           /*!< SCU SFSPA_4: EHS Mask               */\r
-#define SCU_SFSPA_4_EZI_Pos                                   6                                                         /*!< SCU SFSPA_4: EZI Position           */\r
-#define SCU_SFSPA_4_EZI_Msk                                   (0x01UL << SCU_SFSPA_4_EZI_Pos)                           /*!< SCU SFSPA_4: EZI Mask               */\r
-#define SCU_SFSPA_4_EHD_Pos                                   8                                                         /*!< SCU SFSPA_4: EHD Position           */\r
-#define SCU_SFSPA_4_EHD_Msk                                   (0x03UL << SCU_SFSPA_4_EHD_Pos)                           /*!< SCU SFSPA_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_0  ------------------------------------------\r
-#define SCU_SFSPB_0_MODE_Pos                                  0                                                         /*!< SCU SFSPB_0: MODE Position          */\r
-#define SCU_SFSPB_0_MODE_Msk                                  (0x07UL << SCU_SFSPB_0_MODE_Pos)                          /*!< SCU SFSPB_0: MODE Mask              */\r
-#define SCU_SFSPB_0_EPD_Pos                                   3                                                         /*!< SCU SFSPB_0: EPD Position           */\r
-#define SCU_SFSPB_0_EPD_Msk                                   (0x01UL << SCU_SFSPB_0_EPD_Pos)                           /*!< SCU SFSPB_0: EPD Mask               */\r
-#define SCU_SFSPB_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_0: EPUN Position          */\r
-#define SCU_SFSPB_0_EPUN_Msk                                  (0x01UL << SCU_SFSPB_0_EPUN_Pos)                          /*!< SCU SFSPB_0: EPUN Mask              */\r
-#define SCU_SFSPB_0_EHS_Pos                                   5                                                         /*!< SCU SFSPB_0: EHS Position           */\r
-#define SCU_SFSPB_0_EHS_Msk                                   (0x01UL << SCU_SFSPB_0_EHS_Pos)                           /*!< SCU SFSPB_0: EHS Mask               */\r
-#define SCU_SFSPB_0_EZI_Pos                                   6                                                         /*!< SCU SFSPB_0: EZI Position           */\r
-#define SCU_SFSPB_0_EZI_Msk                                   (0x01UL << SCU_SFSPB_0_EZI_Pos)                           /*!< SCU SFSPB_0: EZI Mask               */\r
-#define SCU_SFSPB_0_EHD_Pos                                   8                                                         /*!< SCU SFSPB_0: EHD Position           */\r
-#define SCU_SFSPB_0_EHD_Msk                                   (0x03UL << SCU_SFSPB_0_EHD_Pos)                           /*!< SCU SFSPB_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_1  ------------------------------------------\r
-#define SCU_SFSPB_1_MODE_Pos                                  0                                                         /*!< SCU SFSPB_1: MODE Position          */\r
-#define SCU_SFSPB_1_MODE_Msk                                  (0x07UL << SCU_SFSPB_1_MODE_Pos)                          /*!< SCU SFSPB_1: MODE Mask              */\r
-#define SCU_SFSPB_1_EPD_Pos                                   3                                                         /*!< SCU SFSPB_1: EPD Position           */\r
-#define SCU_SFSPB_1_EPD_Msk                                   (0x01UL << SCU_SFSPB_1_EPD_Pos)                           /*!< SCU SFSPB_1: EPD Mask               */\r
-#define SCU_SFSPB_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_1: EPUN Position          */\r
-#define SCU_SFSPB_1_EPUN_Msk                                  (0x01UL << SCU_SFSPB_1_EPUN_Pos)                          /*!< SCU SFSPB_1: EPUN Mask              */\r
-#define SCU_SFSPB_1_EHS_Pos                                   5                                                         /*!< SCU SFSPB_1: EHS Position           */\r
-#define SCU_SFSPB_1_EHS_Msk                                   (0x01UL << SCU_SFSPB_1_EHS_Pos)                           /*!< SCU SFSPB_1: EHS Mask               */\r
-#define SCU_SFSPB_1_EZI_Pos                                   6                                                         /*!< SCU SFSPB_1: EZI Position           */\r
-#define SCU_SFSPB_1_EZI_Msk                                   (0x01UL << SCU_SFSPB_1_EZI_Pos)                           /*!< SCU SFSPB_1: EZI Mask               */\r
-#define SCU_SFSPB_1_EHD_Pos                                   8                                                         /*!< SCU SFSPB_1: EHD Position           */\r
-#define SCU_SFSPB_1_EHD_Msk                                   (0x03UL << SCU_SFSPB_1_EHD_Pos)                           /*!< SCU SFSPB_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_2  ------------------------------------------\r
-#define SCU_SFSPB_2_MODE_Pos                                  0                                                         /*!< SCU SFSPB_2: MODE Position          */\r
-#define SCU_SFSPB_2_MODE_Msk                                  (0x07UL << SCU_SFSPB_2_MODE_Pos)                          /*!< SCU SFSPB_2: MODE Mask              */\r
-#define SCU_SFSPB_2_EPD_Pos                                   3                                                         /*!< SCU SFSPB_2: EPD Position           */\r
-#define SCU_SFSPB_2_EPD_Msk                                   (0x01UL << SCU_SFSPB_2_EPD_Pos)                           /*!< SCU SFSPB_2: EPD Mask               */\r
-#define SCU_SFSPB_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_2: EPUN Position          */\r
-#define SCU_SFSPB_2_EPUN_Msk                                  (0x01UL << SCU_SFSPB_2_EPUN_Pos)                          /*!< SCU SFSPB_2: EPUN Mask              */\r
-#define SCU_SFSPB_2_EHS_Pos                                   5                                                         /*!< SCU SFSPB_2: EHS Position           */\r
-#define SCU_SFSPB_2_EHS_Msk                                   (0x01UL << SCU_SFSPB_2_EHS_Pos)                           /*!< SCU SFSPB_2: EHS Mask               */\r
-#define SCU_SFSPB_2_EZI_Pos                                   6                                                         /*!< SCU SFSPB_2: EZI Position           */\r
-#define SCU_SFSPB_2_EZI_Msk                                   (0x01UL << SCU_SFSPB_2_EZI_Pos)                           /*!< SCU SFSPB_2: EZI Mask               */\r
-#define SCU_SFSPB_2_EHD_Pos                                   8                                                         /*!< SCU SFSPB_2: EHD Position           */\r
-#define SCU_SFSPB_2_EHD_Msk                                   (0x03UL << SCU_SFSPB_2_EHD_Pos)                           /*!< SCU SFSPB_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_3  ------------------------------------------\r
-#define SCU_SFSPB_3_MODE_Pos                                  0                                                         /*!< SCU SFSPB_3: MODE Position          */\r
-#define SCU_SFSPB_3_MODE_Msk                                  (0x07UL << SCU_SFSPB_3_MODE_Pos)                          /*!< SCU SFSPB_3: MODE Mask              */\r
-#define SCU_SFSPB_3_EPD_Pos                                   3                                                         /*!< SCU SFSPB_3: EPD Position           */\r
-#define SCU_SFSPB_3_EPD_Msk                                   (0x01UL << SCU_SFSPB_3_EPD_Pos)                           /*!< SCU SFSPB_3: EPD Mask               */\r
-#define SCU_SFSPB_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_3: EPUN Position          */\r
-#define SCU_SFSPB_3_EPUN_Msk                                  (0x01UL << SCU_SFSPB_3_EPUN_Pos)                          /*!< SCU SFSPB_3: EPUN Mask              */\r
-#define SCU_SFSPB_3_EHS_Pos                                   5                                                         /*!< SCU SFSPB_3: EHS Position           */\r
-#define SCU_SFSPB_3_EHS_Msk                                   (0x01UL << SCU_SFSPB_3_EHS_Pos)                           /*!< SCU SFSPB_3: EHS Mask               */\r
-#define SCU_SFSPB_3_EZI_Pos                                   6                                                         /*!< SCU SFSPB_3: EZI Position           */\r
-#define SCU_SFSPB_3_EZI_Msk                                   (0x01UL << SCU_SFSPB_3_EZI_Pos)                           /*!< SCU SFSPB_3: EZI Mask               */\r
-#define SCU_SFSPB_3_EHD_Pos                                   8                                                         /*!< SCU SFSPB_3: EHD Position           */\r
-#define SCU_SFSPB_3_EHD_Msk                                   (0x03UL << SCU_SFSPB_3_EHD_Pos)                           /*!< SCU SFSPB_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_4  ------------------------------------------\r
-#define SCU_SFSPB_4_MODE_Pos                                  0                                                         /*!< SCU SFSPB_4: MODE Position          */\r
-#define SCU_SFSPB_4_MODE_Msk                                  (0x07UL << SCU_SFSPB_4_MODE_Pos)                          /*!< SCU SFSPB_4: MODE Mask              */\r
-#define SCU_SFSPB_4_EPD_Pos                                   3                                                         /*!< SCU SFSPB_4: EPD Position           */\r
-#define SCU_SFSPB_4_EPD_Msk                                   (0x01UL << SCU_SFSPB_4_EPD_Pos)                           /*!< SCU SFSPB_4: EPD Mask               */\r
-#define SCU_SFSPB_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_4: EPUN Position          */\r
-#define SCU_SFSPB_4_EPUN_Msk                                  (0x01UL << SCU_SFSPB_4_EPUN_Pos)                          /*!< SCU SFSPB_4: EPUN Mask              */\r
-#define SCU_SFSPB_4_EHS_Pos                                   5                                                         /*!< SCU SFSPB_4: EHS Position           */\r
-#define SCU_SFSPB_4_EHS_Msk                                   (0x01UL << SCU_SFSPB_4_EHS_Pos)                           /*!< SCU SFSPB_4: EHS Mask               */\r
-#define SCU_SFSPB_4_EZI_Pos                                   6                                                         /*!< SCU SFSPB_4: EZI Position           */\r
-#define SCU_SFSPB_4_EZI_Msk                                   (0x01UL << SCU_SFSPB_4_EZI_Pos)                           /*!< SCU SFSPB_4: EZI Mask               */\r
-#define SCU_SFSPB_4_EHD_Pos                                   8                                                         /*!< SCU SFSPB_4: EHD Position           */\r
-#define SCU_SFSPB_4_EHD_Msk                                   (0x03UL << SCU_SFSPB_4_EHD_Pos)                           /*!< SCU SFSPB_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_5  ------------------------------------------\r
-#define SCU_SFSPB_5_MODE_Pos                                  0                                                         /*!< SCU SFSPB_5: MODE Position          */\r
-#define SCU_SFSPB_5_MODE_Msk                                  (0x07UL << SCU_SFSPB_5_MODE_Pos)                          /*!< SCU SFSPB_5: MODE Mask              */\r
-#define SCU_SFSPB_5_EPD_Pos                                   3                                                         /*!< SCU SFSPB_5: EPD Position           */\r
-#define SCU_SFSPB_5_EPD_Msk                                   (0x01UL << SCU_SFSPB_5_EPD_Pos)                           /*!< SCU SFSPB_5: EPD Mask               */\r
-#define SCU_SFSPB_5_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_5: EPUN Position          */\r
-#define SCU_SFSPB_5_EPUN_Msk                                  (0x01UL << SCU_SFSPB_5_EPUN_Pos)                          /*!< SCU SFSPB_5: EPUN Mask              */\r
-#define SCU_SFSPB_5_EHS_Pos                                   5                                                         /*!< SCU SFSPB_5: EHS Position           */\r
-#define SCU_SFSPB_5_EHS_Msk                                   (0x01UL << SCU_SFSPB_5_EHS_Pos)                           /*!< SCU SFSPB_5: EHS Mask               */\r
-#define SCU_SFSPB_5_EZI_Pos                                   6                                                         /*!< SCU SFSPB_5: EZI Position           */\r
-#define SCU_SFSPB_5_EZI_Msk                                   (0x01UL << SCU_SFSPB_5_EZI_Pos)                           /*!< SCU SFSPB_5: EZI Mask               */\r
-#define SCU_SFSPB_5_EHD_Pos                                   8                                                         /*!< SCU SFSPB_5: EHD Position           */\r
-#define SCU_SFSPB_5_EHD_Msk                                   (0x03UL << SCU_SFSPB_5_EHD_Pos)                           /*!< SCU SFSPB_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPB_6  ------------------------------------------\r
-#define SCU_SFSPB_6_MODE_Pos                                  0                                                         /*!< SCU SFSPB_6: MODE Position          */\r
-#define SCU_SFSPB_6_MODE_Msk                                  (0x07UL << SCU_SFSPB_6_MODE_Pos)                          /*!< SCU SFSPB_6: MODE Mask              */\r
-#define SCU_SFSPB_6_EPD_Pos                                   3                                                         /*!< SCU SFSPB_6: EPD Position           */\r
-#define SCU_SFSPB_6_EPD_Msk                                   (0x01UL << SCU_SFSPB_6_EPD_Pos)                           /*!< SCU SFSPB_6: EPD Mask               */\r
-#define SCU_SFSPB_6_EPUN_Pos                                  4                                                         /*!< SCU SFSPB_6: EPUN Position          */\r
-#define SCU_SFSPB_6_EPUN_Msk                                  (0x01UL << SCU_SFSPB_6_EPUN_Pos)                          /*!< SCU SFSPB_6: EPUN Mask              */\r
-#define SCU_SFSPB_6_EHS_Pos                                   5                                                         /*!< SCU SFSPB_6: EHS Position           */\r
-#define SCU_SFSPB_6_EHS_Msk                                   (0x01UL << SCU_SFSPB_6_EHS_Pos)                           /*!< SCU SFSPB_6: EHS Mask               */\r
-#define SCU_SFSPB_6_EZI_Pos                                   6                                                         /*!< SCU SFSPB_6: EZI Position           */\r
-#define SCU_SFSPB_6_EZI_Msk                                   (0x01UL << SCU_SFSPB_6_EZI_Pos)                           /*!< SCU SFSPB_6: EZI Mask               */\r
-#define SCU_SFSPB_6_EHD_Pos                                   8                                                         /*!< SCU SFSPB_6: EHD Position           */\r
-#define SCU_SFSPB_6_EHD_Msk                                   (0x03UL << SCU_SFSPB_6_EHD_Pos)                           /*!< SCU SFSPB_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_0  ------------------------------------------\r
-#define SCU_SFSPC_0_MODE_Pos                                  0                                                         /*!< SCU SFSPC_0: MODE Position          */\r
-#define SCU_SFSPC_0_MODE_Msk                                  (0x07UL << SCU_SFSPC_0_MODE_Pos)                          /*!< SCU SFSPC_0: MODE Mask              */\r
-#define SCU_SFSPC_0_EPD_Pos                                   3                                                         /*!< SCU SFSPC_0: EPD Position           */\r
-#define SCU_SFSPC_0_EPD_Msk                                   (0x01UL << SCU_SFSPC_0_EPD_Pos)                           /*!< SCU SFSPC_0: EPD Mask               */\r
-#define SCU_SFSPC_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_0: EPUN Position          */\r
-#define SCU_SFSPC_0_EPUN_Msk                                  (0x01UL << SCU_SFSPC_0_EPUN_Pos)                          /*!< SCU SFSPC_0: EPUN Mask              */\r
-#define SCU_SFSPC_0_EHS_Pos                                   5                                                         /*!< SCU SFSPC_0: EHS Position           */\r
-#define SCU_SFSPC_0_EHS_Msk                                   (0x01UL << SCU_SFSPC_0_EHS_Pos)                           /*!< SCU SFSPC_0: EHS Mask               */\r
-#define SCU_SFSPC_0_EZI_Pos                                   6                                                         /*!< SCU SFSPC_0: EZI Position           */\r
-#define SCU_SFSPC_0_EZI_Msk                                   (0x01UL << SCU_SFSPC_0_EZI_Pos)                           /*!< SCU SFSPC_0: EZI Mask               */\r
-#define SCU_SFSPC_0_EHD_Pos                                   8                                                         /*!< SCU SFSPC_0: EHD Position           */\r
-#define SCU_SFSPC_0_EHD_Msk                                   (0x03UL << SCU_SFSPC_0_EHD_Pos)                           /*!< SCU SFSPC_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_1  ------------------------------------------\r
-#define SCU_SFSPC_1_MODE_Pos                                  0                                                         /*!< SCU SFSPC_1: MODE Position          */\r
-#define SCU_SFSPC_1_MODE_Msk                                  (0x07UL << SCU_SFSPC_1_MODE_Pos)                          /*!< SCU SFSPC_1: MODE Mask              */\r
-#define SCU_SFSPC_1_EPD_Pos                                   3                                                         /*!< SCU SFSPC_1: EPD Position           */\r
-#define SCU_SFSPC_1_EPD_Msk                                   (0x01UL << SCU_SFSPC_1_EPD_Pos)                           /*!< SCU SFSPC_1: EPD Mask               */\r
-#define SCU_SFSPC_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_1: EPUN Position          */\r
-#define SCU_SFSPC_1_EPUN_Msk                                  (0x01UL << SCU_SFSPC_1_EPUN_Pos)                          /*!< SCU SFSPC_1: EPUN Mask              */\r
-#define SCU_SFSPC_1_EHS_Pos                                   5                                                         /*!< SCU SFSPC_1: EHS Position           */\r
-#define SCU_SFSPC_1_EHS_Msk                                   (0x01UL << SCU_SFSPC_1_EHS_Pos)                           /*!< SCU SFSPC_1: EHS Mask               */\r
-#define SCU_SFSPC_1_EZI_Pos                                   6                                                         /*!< SCU SFSPC_1: EZI Position           */\r
-#define SCU_SFSPC_1_EZI_Msk                                   (0x01UL << SCU_SFSPC_1_EZI_Pos)                           /*!< SCU SFSPC_1: EZI Mask               */\r
-#define SCU_SFSPC_1_EHD_Pos                                   8                                                         /*!< SCU SFSPC_1: EHD Position           */\r
-#define SCU_SFSPC_1_EHD_Msk                                   (0x03UL << SCU_SFSPC_1_EHD_Pos)                           /*!< SCU SFSPC_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_2  ------------------------------------------\r
-#define SCU_SFSPC_2_MODE_Pos                                  0                                                         /*!< SCU SFSPC_2: MODE Position          */\r
-#define SCU_SFSPC_2_MODE_Msk                                  (0x07UL << SCU_SFSPC_2_MODE_Pos)                          /*!< SCU SFSPC_2: MODE Mask              */\r
-#define SCU_SFSPC_2_EPD_Pos                                   3                                                         /*!< SCU SFSPC_2: EPD Position           */\r
-#define SCU_SFSPC_2_EPD_Msk                                   (0x01UL << SCU_SFSPC_2_EPD_Pos)                           /*!< SCU SFSPC_2: EPD Mask               */\r
-#define SCU_SFSPC_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_2: EPUN Position          */\r
-#define SCU_SFSPC_2_EPUN_Msk                                  (0x01UL << SCU_SFSPC_2_EPUN_Pos)                          /*!< SCU SFSPC_2: EPUN Mask              */\r
-#define SCU_SFSPC_2_EHS_Pos                                   5                                                         /*!< SCU SFSPC_2: EHS Position           */\r
-#define SCU_SFSPC_2_EHS_Msk                                   (0x01UL << SCU_SFSPC_2_EHS_Pos)                           /*!< SCU SFSPC_2: EHS Mask               */\r
-#define SCU_SFSPC_2_EZI_Pos                                   6                                                         /*!< SCU SFSPC_2: EZI Position           */\r
-#define SCU_SFSPC_2_EZI_Msk                                   (0x01UL << SCU_SFSPC_2_EZI_Pos)                           /*!< SCU SFSPC_2: EZI Mask               */\r
-#define SCU_SFSPC_2_EHD_Pos                                   8                                                         /*!< SCU SFSPC_2: EHD Position           */\r
-#define SCU_SFSPC_2_EHD_Msk                                   (0x03UL << SCU_SFSPC_2_EHD_Pos)                           /*!< SCU SFSPC_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_3  ------------------------------------------\r
-#define SCU_SFSPC_3_MODE_Pos                                  0                                                         /*!< SCU SFSPC_3: MODE Position          */\r
-#define SCU_SFSPC_3_MODE_Msk                                  (0x07UL << SCU_SFSPC_3_MODE_Pos)                          /*!< SCU SFSPC_3: MODE Mask              */\r
-#define SCU_SFSPC_3_EPD_Pos                                   3                                                         /*!< SCU SFSPC_3: EPD Position           */\r
-#define SCU_SFSPC_3_EPD_Msk                                   (0x01UL << SCU_SFSPC_3_EPD_Pos)                           /*!< SCU SFSPC_3: EPD Mask               */\r
-#define SCU_SFSPC_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_3: EPUN Position          */\r
-#define SCU_SFSPC_3_EPUN_Msk                                  (0x01UL << SCU_SFSPC_3_EPUN_Pos)                          /*!< SCU SFSPC_3: EPUN Mask              */\r
-#define SCU_SFSPC_3_EHS_Pos                                   5                                                         /*!< SCU SFSPC_3: EHS Position           */\r
-#define SCU_SFSPC_3_EHS_Msk                                   (0x01UL << SCU_SFSPC_3_EHS_Pos)                           /*!< SCU SFSPC_3: EHS Mask               */\r
-#define SCU_SFSPC_3_EZI_Pos                                   6                                                         /*!< SCU SFSPC_3: EZI Position           */\r
-#define SCU_SFSPC_3_EZI_Msk                                   (0x01UL << SCU_SFSPC_3_EZI_Pos)                           /*!< SCU SFSPC_3: EZI Mask               */\r
-#define SCU_SFSPC_3_EHD_Pos                                   8                                                         /*!< SCU SFSPC_3: EHD Position           */\r
-#define SCU_SFSPC_3_EHD_Msk                                   (0x03UL << SCU_SFSPC_3_EHD_Pos)                           /*!< SCU SFSPC_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_4  ------------------------------------------\r
-#define SCU_SFSPC_4_MODE_Pos                                  0                                                         /*!< SCU SFSPC_4: MODE Position          */\r
-#define SCU_SFSPC_4_MODE_Msk                                  (0x07UL << SCU_SFSPC_4_MODE_Pos)                          /*!< SCU SFSPC_4: MODE Mask              */\r
-#define SCU_SFSPC_4_EPD_Pos                                   3                                                         /*!< SCU SFSPC_4: EPD Position           */\r
-#define SCU_SFSPC_4_EPD_Msk                                   (0x01UL << SCU_SFSPC_4_EPD_Pos)                           /*!< SCU SFSPC_4: EPD Mask               */\r
-#define SCU_SFSPC_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_4: EPUN Position          */\r
-#define SCU_SFSPC_4_EPUN_Msk                                  (0x01UL << SCU_SFSPC_4_EPUN_Pos)                          /*!< SCU SFSPC_4: EPUN Mask              */\r
-#define SCU_SFSPC_4_EHS_Pos                                   5                                                         /*!< SCU SFSPC_4: EHS Position           */\r
-#define SCU_SFSPC_4_EHS_Msk                                   (0x01UL << SCU_SFSPC_4_EHS_Pos)                           /*!< SCU SFSPC_4: EHS Mask               */\r
-#define SCU_SFSPC_4_EZI_Pos                                   6                                                         /*!< SCU SFSPC_4: EZI Position           */\r
-#define SCU_SFSPC_4_EZI_Msk                                   (0x01UL << SCU_SFSPC_4_EZI_Pos)                           /*!< SCU SFSPC_4: EZI Mask               */\r
-#define SCU_SFSPC_4_EHD_Pos                                   8                                                         /*!< SCU SFSPC_4: EHD Position           */\r
-#define SCU_SFSPC_4_EHD_Msk                                   (0x03UL << SCU_SFSPC_4_EHD_Pos)                           /*!< SCU SFSPC_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_5  ------------------------------------------\r
-#define SCU_SFSPC_5_MODE_Pos                                  0                                                         /*!< SCU SFSPC_5: MODE Position          */\r
-#define SCU_SFSPC_5_MODE_Msk                                  (0x07UL << SCU_SFSPC_5_MODE_Pos)                          /*!< SCU SFSPC_5: MODE Mask              */\r
-#define SCU_SFSPC_5_EPD_Pos                                   3                                                         /*!< SCU SFSPC_5: EPD Position           */\r
-#define SCU_SFSPC_5_EPD_Msk                                   (0x01UL << SCU_SFSPC_5_EPD_Pos)                           /*!< SCU SFSPC_5: EPD Mask               */\r
-#define SCU_SFSPC_5_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_5: EPUN Position          */\r
-#define SCU_SFSPC_5_EPUN_Msk                                  (0x01UL << SCU_SFSPC_5_EPUN_Pos)                          /*!< SCU SFSPC_5: EPUN Mask              */\r
-#define SCU_SFSPC_5_EHS_Pos                                   5                                                         /*!< SCU SFSPC_5: EHS Position           */\r
-#define SCU_SFSPC_5_EHS_Msk                                   (0x01UL << SCU_SFSPC_5_EHS_Pos)                           /*!< SCU SFSPC_5: EHS Mask               */\r
-#define SCU_SFSPC_5_EZI_Pos                                   6                                                         /*!< SCU SFSPC_5: EZI Position           */\r
-#define SCU_SFSPC_5_EZI_Msk                                   (0x01UL << SCU_SFSPC_5_EZI_Pos)                           /*!< SCU SFSPC_5: EZI Mask               */\r
-#define SCU_SFSPC_5_EHD_Pos                                   8                                                         /*!< SCU SFSPC_5: EHD Position           */\r
-#define SCU_SFSPC_5_EHD_Msk                                   (0x03UL << SCU_SFSPC_5_EHD_Pos)                           /*!< SCU SFSPC_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_6  ------------------------------------------\r
-#define SCU_SFSPC_6_MODE_Pos                                  0                                                         /*!< SCU SFSPC_6: MODE Position          */\r
-#define SCU_SFSPC_6_MODE_Msk                                  (0x07UL << SCU_SFSPC_6_MODE_Pos)                          /*!< SCU SFSPC_6: MODE Mask              */\r
-#define SCU_SFSPC_6_EPD_Pos                                   3                                                         /*!< SCU SFSPC_6: EPD Position           */\r
-#define SCU_SFSPC_6_EPD_Msk                                   (0x01UL << SCU_SFSPC_6_EPD_Pos)                           /*!< SCU SFSPC_6: EPD Mask               */\r
-#define SCU_SFSPC_6_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_6: EPUN Position          */\r
-#define SCU_SFSPC_6_EPUN_Msk                                  (0x01UL << SCU_SFSPC_6_EPUN_Pos)                          /*!< SCU SFSPC_6: EPUN Mask              */\r
-#define SCU_SFSPC_6_EHS_Pos                                   5                                                         /*!< SCU SFSPC_6: EHS Position           */\r
-#define SCU_SFSPC_6_EHS_Msk                                   (0x01UL << SCU_SFSPC_6_EHS_Pos)                           /*!< SCU SFSPC_6: EHS Mask               */\r
-#define SCU_SFSPC_6_EZI_Pos                                   6                                                         /*!< SCU SFSPC_6: EZI Position           */\r
-#define SCU_SFSPC_6_EZI_Msk                                   (0x01UL << SCU_SFSPC_6_EZI_Pos)                           /*!< SCU SFSPC_6: EZI Mask               */\r
-#define SCU_SFSPC_6_EHD_Pos                                   8                                                         /*!< SCU SFSPC_6: EHD Position           */\r
-#define SCU_SFSPC_6_EHD_Msk                                   (0x03UL << SCU_SFSPC_6_EHD_Pos)                           /*!< SCU SFSPC_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_7  ------------------------------------------\r
-#define SCU_SFSPC_7_MODE_Pos                                  0                                                         /*!< SCU SFSPC_7: MODE Position          */\r
-#define SCU_SFSPC_7_MODE_Msk                                  (0x07UL << SCU_SFSPC_7_MODE_Pos)                          /*!< SCU SFSPC_7: MODE Mask              */\r
-#define SCU_SFSPC_7_EPD_Pos                                   3                                                         /*!< SCU SFSPC_7: EPD Position           */\r
-#define SCU_SFSPC_7_EPD_Msk                                   (0x01UL << SCU_SFSPC_7_EPD_Pos)                           /*!< SCU SFSPC_7: EPD Mask               */\r
-#define SCU_SFSPC_7_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_7: EPUN Position          */\r
-#define SCU_SFSPC_7_EPUN_Msk                                  (0x01UL << SCU_SFSPC_7_EPUN_Pos)                          /*!< SCU SFSPC_7: EPUN Mask              */\r
-#define SCU_SFSPC_7_EHS_Pos                                   5                                                         /*!< SCU SFSPC_7: EHS Position           */\r
-#define SCU_SFSPC_7_EHS_Msk                                   (0x01UL << SCU_SFSPC_7_EHS_Pos)                           /*!< SCU SFSPC_7: EHS Mask               */\r
-#define SCU_SFSPC_7_EZI_Pos                                   6                                                         /*!< SCU SFSPC_7: EZI Position           */\r
-#define SCU_SFSPC_7_EZI_Msk                                   (0x01UL << SCU_SFSPC_7_EZI_Pos)                           /*!< SCU SFSPC_7: EZI Mask               */\r
-#define SCU_SFSPC_7_EHD_Pos                                   8                                                         /*!< SCU SFSPC_7: EHD Position           */\r
-#define SCU_SFSPC_7_EHD_Msk                                   (0x03UL << SCU_SFSPC_7_EHD_Pos)                           /*!< SCU SFSPC_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_8  ------------------------------------------\r
-#define SCU_SFSPC_8_MODE_Pos                                  0                                                         /*!< SCU SFSPC_8: MODE Position          */\r
-#define SCU_SFSPC_8_MODE_Msk                                  (0x07UL << SCU_SFSPC_8_MODE_Pos)                          /*!< SCU SFSPC_8: MODE Mask              */\r
-#define SCU_SFSPC_8_EPD_Pos                                   3                                                         /*!< SCU SFSPC_8: EPD Position           */\r
-#define SCU_SFSPC_8_EPD_Msk                                   (0x01UL << SCU_SFSPC_8_EPD_Pos)                           /*!< SCU SFSPC_8: EPD Mask               */\r
-#define SCU_SFSPC_8_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_8: EPUN Position          */\r
-#define SCU_SFSPC_8_EPUN_Msk                                  (0x01UL << SCU_SFSPC_8_EPUN_Pos)                          /*!< SCU SFSPC_8: EPUN Mask              */\r
-#define SCU_SFSPC_8_EHS_Pos                                   5                                                         /*!< SCU SFSPC_8: EHS Position           */\r
-#define SCU_SFSPC_8_EHS_Msk                                   (0x01UL << SCU_SFSPC_8_EHS_Pos)                           /*!< SCU SFSPC_8: EHS Mask               */\r
-#define SCU_SFSPC_8_EZI_Pos                                   6                                                         /*!< SCU SFSPC_8: EZI Position           */\r
-#define SCU_SFSPC_8_EZI_Msk                                   (0x01UL << SCU_SFSPC_8_EZI_Pos)                           /*!< SCU SFSPC_8: EZI Mask               */\r
-#define SCU_SFSPC_8_EHD_Pos                                   8                                                         /*!< SCU SFSPC_8: EHD Position           */\r
-#define SCU_SFSPC_8_EHD_Msk                                   (0x03UL << SCU_SFSPC_8_EHD_Pos)                           /*!< SCU SFSPC_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPC_9  ------------------------------------------\r
-#define SCU_SFSPC_9_MODE_Pos                                  0                                                         /*!< SCU SFSPC_9: MODE Position          */\r
-#define SCU_SFSPC_9_MODE_Msk                                  (0x07UL << SCU_SFSPC_9_MODE_Pos)                          /*!< SCU SFSPC_9: MODE Mask              */\r
-#define SCU_SFSPC_9_EPD_Pos                                   3                                                         /*!< SCU SFSPC_9: EPD Position           */\r
-#define SCU_SFSPC_9_EPD_Msk                                   (0x01UL << SCU_SFSPC_9_EPD_Pos)                           /*!< SCU SFSPC_9: EPD Mask               */\r
-#define SCU_SFSPC_9_EPUN_Pos                                  4                                                         /*!< SCU SFSPC_9: EPUN Position          */\r
-#define SCU_SFSPC_9_EPUN_Msk                                  (0x01UL << SCU_SFSPC_9_EPUN_Pos)                          /*!< SCU SFSPC_9: EPUN Mask              */\r
-#define SCU_SFSPC_9_EHS_Pos                                   5                                                         /*!< SCU SFSPC_9: EHS Position           */\r
-#define SCU_SFSPC_9_EHS_Msk                                   (0x01UL << SCU_SFSPC_9_EHS_Pos)                           /*!< SCU SFSPC_9: EHS Mask               */\r
-#define SCU_SFSPC_9_EZI_Pos                                   6                                                         /*!< SCU SFSPC_9: EZI Position           */\r
-#define SCU_SFSPC_9_EZI_Msk                                   (0x01UL << SCU_SFSPC_9_EZI_Pos)                           /*!< SCU SFSPC_9: EZI Mask               */\r
-#define SCU_SFSPC_9_EHD_Pos                                   8                                                         /*!< SCU SFSPC_9: EHD Position           */\r
-#define SCU_SFSPC_9_EHD_Msk                                   (0x03UL << SCU_SFSPC_9_EHD_Pos)                           /*!< SCU SFSPC_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSPC_10  ------------------------------------------\r
-#define SCU_SFSPC_10_MODE_Pos                                 0                                                         /*!< SCU SFSPC_10: MODE Position         */\r
-#define SCU_SFSPC_10_MODE_Msk                                 (0x07UL << SCU_SFSPC_10_MODE_Pos)                         /*!< SCU SFSPC_10: MODE Mask             */\r
-#define SCU_SFSPC_10_EPD_Pos                                  3                                                         /*!< SCU SFSPC_10: EPD Position          */\r
-#define SCU_SFSPC_10_EPD_Msk                                  (0x01UL << SCU_SFSPC_10_EPD_Pos)                          /*!< SCU SFSPC_10: EPD Mask              */\r
-#define SCU_SFSPC_10_EPUN_Pos                                 4                                                         /*!< SCU SFSPC_10: EPUN Position         */\r
-#define SCU_SFSPC_10_EPUN_Msk                                 (0x01UL << SCU_SFSPC_10_EPUN_Pos)                         /*!< SCU SFSPC_10: EPUN Mask             */\r
-#define SCU_SFSPC_10_EHS_Pos                                  5                                                         /*!< SCU SFSPC_10: EHS Position          */\r
-#define SCU_SFSPC_10_EHS_Msk                                  (0x01UL << SCU_SFSPC_10_EHS_Pos)                          /*!< SCU SFSPC_10: EHS Mask              */\r
-#define SCU_SFSPC_10_EZI_Pos                                  6                                                         /*!< SCU SFSPC_10: EZI Position          */\r
-#define SCU_SFSPC_10_EZI_Msk                                  (0x01UL << SCU_SFSPC_10_EZI_Pos)                          /*!< SCU SFSPC_10: EZI Mask              */\r
-#define SCU_SFSPC_10_EHD_Pos                                  8                                                         /*!< SCU SFSPC_10: EHD Position          */\r
-#define SCU_SFSPC_10_EHD_Msk                                  (0x03UL << SCU_SFSPC_10_EHD_Pos)                          /*!< SCU SFSPC_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPC_11  ------------------------------------------\r
-#define SCU_SFSPC_11_MODE_Pos                                 0                                                         /*!< SCU SFSPC_11: MODE Position         */\r
-#define SCU_SFSPC_11_MODE_Msk                                 (0x07UL << SCU_SFSPC_11_MODE_Pos)                         /*!< SCU SFSPC_11: MODE Mask             */\r
-#define SCU_SFSPC_11_EPD_Pos                                  3                                                         /*!< SCU SFSPC_11: EPD Position          */\r
-#define SCU_SFSPC_11_EPD_Msk                                  (0x01UL << SCU_SFSPC_11_EPD_Pos)                          /*!< SCU SFSPC_11: EPD Mask              */\r
-#define SCU_SFSPC_11_EPUN_Pos                                 4                                                         /*!< SCU SFSPC_11: EPUN Position         */\r
-#define SCU_SFSPC_11_EPUN_Msk                                 (0x01UL << SCU_SFSPC_11_EPUN_Pos)                         /*!< SCU SFSPC_11: EPUN Mask             */\r
-#define SCU_SFSPC_11_EHS_Pos                                  5                                                         /*!< SCU SFSPC_11: EHS Position          */\r
-#define SCU_SFSPC_11_EHS_Msk                                  (0x01UL << SCU_SFSPC_11_EHS_Pos)                          /*!< SCU SFSPC_11: EHS Mask              */\r
-#define SCU_SFSPC_11_EZI_Pos                                  6                                                         /*!< SCU SFSPC_11: EZI Position          */\r
-#define SCU_SFSPC_11_EZI_Msk                                  (0x01UL << SCU_SFSPC_11_EZI_Pos)                          /*!< SCU SFSPC_11: EZI Mask              */\r
-#define SCU_SFSPC_11_EHD_Pos                                  8                                                         /*!< SCU SFSPC_11: EHD Position          */\r
-#define SCU_SFSPC_11_EHD_Msk                                  (0x03UL << SCU_SFSPC_11_EHD_Pos)                          /*!< SCU SFSPC_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPC_12  ------------------------------------------\r
-#define SCU_SFSPC_12_MODE_Pos                                 0                                                         /*!< SCU SFSPC_12: MODE Position         */\r
-#define SCU_SFSPC_12_MODE_Msk                                 (0x07UL << SCU_SFSPC_12_MODE_Pos)                         /*!< SCU SFSPC_12: MODE Mask             */\r
-#define SCU_SFSPC_12_EPD_Pos                                  3                                                         /*!< SCU SFSPC_12: EPD Position          */\r
-#define SCU_SFSPC_12_EPD_Msk                                  (0x01UL << SCU_SFSPC_12_EPD_Pos)                          /*!< SCU SFSPC_12: EPD Mask              */\r
-#define SCU_SFSPC_12_EPUN_Pos                                 4                                                         /*!< SCU SFSPC_12: EPUN Position         */\r
-#define SCU_SFSPC_12_EPUN_Msk                                 (0x01UL << SCU_SFSPC_12_EPUN_Pos)                         /*!< SCU SFSPC_12: EPUN Mask             */\r
-#define SCU_SFSPC_12_EHS_Pos                                  5                                                         /*!< SCU SFSPC_12: EHS Position          */\r
-#define SCU_SFSPC_12_EHS_Msk                                  (0x01UL << SCU_SFSPC_12_EHS_Pos)                          /*!< SCU SFSPC_12: EHS Mask              */\r
-#define SCU_SFSPC_12_EZI_Pos                                  6                                                         /*!< SCU SFSPC_12: EZI Position          */\r
-#define SCU_SFSPC_12_EZI_Msk                                  (0x01UL << SCU_SFSPC_12_EZI_Pos)                          /*!< SCU SFSPC_12: EZI Mask              */\r
-#define SCU_SFSPC_12_EHD_Pos                                  8                                                         /*!< SCU SFSPC_12: EHD Position          */\r
-#define SCU_SFSPC_12_EHD_Msk                                  (0x03UL << SCU_SFSPC_12_EHD_Pos)                          /*!< SCU SFSPC_12: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPC_13  ------------------------------------------\r
-#define SCU_SFSPC_13_MODE_Pos                                 0                                                         /*!< SCU SFSPC_13: MODE Position         */\r
-#define SCU_SFSPC_13_MODE_Msk                                 (0x07UL << SCU_SFSPC_13_MODE_Pos)                         /*!< SCU SFSPC_13: MODE Mask             */\r
-#define SCU_SFSPC_13_EPD_Pos                                  3                                                         /*!< SCU SFSPC_13: EPD Position          */\r
-#define SCU_SFSPC_13_EPD_Msk                                  (0x01UL << SCU_SFSPC_13_EPD_Pos)                          /*!< SCU SFSPC_13: EPD Mask              */\r
-#define SCU_SFSPC_13_EPUN_Pos                                 4                                                         /*!< SCU SFSPC_13: EPUN Position         */\r
-#define SCU_SFSPC_13_EPUN_Msk                                 (0x01UL << SCU_SFSPC_13_EPUN_Pos)                         /*!< SCU SFSPC_13: EPUN Mask             */\r
-#define SCU_SFSPC_13_EHS_Pos                                  5                                                         /*!< SCU SFSPC_13: EHS Position          */\r
-#define SCU_SFSPC_13_EHS_Msk                                  (0x01UL << SCU_SFSPC_13_EHS_Pos)                          /*!< SCU SFSPC_13: EHS Mask              */\r
-#define SCU_SFSPC_13_EZI_Pos                                  6                                                         /*!< SCU SFSPC_13: EZI Position          */\r
-#define SCU_SFSPC_13_EZI_Msk                                  (0x01UL << SCU_SFSPC_13_EZI_Pos)                          /*!< SCU SFSPC_13: EZI Mask              */\r
-#define SCU_SFSPC_13_EHD_Pos                                  8                                                         /*!< SCU SFSPC_13: EHD Position          */\r
-#define SCU_SFSPC_13_EHD_Msk                                  (0x03UL << SCU_SFSPC_13_EHD_Pos)                          /*!< SCU SFSPC_13: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPC_14  ------------------------------------------\r
-#define SCU_SFSPC_14_MODE_Pos                                 0                                                         /*!< SCU SFSPC_14: MODE Position         */\r
-#define SCU_SFSPC_14_MODE_Msk                                 (0x07UL << SCU_SFSPC_14_MODE_Pos)                         /*!< SCU SFSPC_14: MODE Mask             */\r
-#define SCU_SFSPC_14_EPD_Pos                                  3                                                         /*!< SCU SFSPC_14: EPD Position          */\r
-#define SCU_SFSPC_14_EPD_Msk                                  (0x01UL << SCU_SFSPC_14_EPD_Pos)                          /*!< SCU SFSPC_14: EPD Mask              */\r
-#define SCU_SFSPC_14_EPUN_Pos                                 4                                                         /*!< SCU SFSPC_14: EPUN Position         */\r
-#define SCU_SFSPC_14_EPUN_Msk                                 (0x01UL << SCU_SFSPC_14_EPUN_Pos)                         /*!< SCU SFSPC_14: EPUN Mask             */\r
-#define SCU_SFSPC_14_EHS_Pos                                  5                                                         /*!< SCU SFSPC_14: EHS Position          */\r
-#define SCU_SFSPC_14_EHS_Msk                                  (0x01UL << SCU_SFSPC_14_EHS_Pos)                          /*!< SCU SFSPC_14: EHS Mask              */\r
-#define SCU_SFSPC_14_EZI_Pos                                  6                                                         /*!< SCU SFSPC_14: EZI Position          */\r
-#define SCU_SFSPC_14_EZI_Msk                                  (0x01UL << SCU_SFSPC_14_EZI_Pos)                          /*!< SCU SFSPC_14: EZI Mask              */\r
-#define SCU_SFSPC_14_EHD_Pos                                  8                                                         /*!< SCU SFSPC_14: EHD Position          */\r
-#define SCU_SFSPC_14_EHD_Msk                                  (0x03UL << SCU_SFSPC_14_EHD_Pos)                          /*!< SCU SFSPC_14: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSPD_0  ------------------------------------------\r
-#define SCU_SFSPD_0_MODE_Pos                                  0                                                         /*!< SCU SFSPD_0: MODE Position          */\r
-#define SCU_SFSPD_0_MODE_Msk                                  (0x07UL << SCU_SFSPD_0_MODE_Pos)                          /*!< SCU SFSPD_0: MODE Mask              */\r
-#define SCU_SFSPD_0_EPD_Pos                                   3                                                         /*!< SCU SFSPD_0: EPD Position           */\r
-#define SCU_SFSPD_0_EPD_Msk                                   (0x01UL << SCU_SFSPD_0_EPD_Pos)                           /*!< SCU SFSPD_0: EPD Mask               */\r
-#define SCU_SFSPD_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_0: EPUN Position          */\r
-#define SCU_SFSPD_0_EPUN_Msk                                  (0x01UL << SCU_SFSPD_0_EPUN_Pos)                          /*!< SCU SFSPD_0: EPUN Mask              */\r
-#define SCU_SFSPD_0_EHS_Pos                                   5                                                         /*!< SCU SFSPD_0: EHS Position           */\r
-#define SCU_SFSPD_0_EHS_Msk                                   (0x01UL << SCU_SFSPD_0_EHS_Pos)                           /*!< SCU SFSPD_0: EHS Mask               */\r
-#define SCU_SFSPD_0_EZI_Pos                                   6                                                         /*!< SCU SFSPD_0: EZI Position           */\r
-#define SCU_SFSPD_0_EZI_Msk                                   (0x01UL << SCU_SFSPD_0_EZI_Pos)                           /*!< SCU SFSPD_0: EZI Mask               */\r
-#define SCU_SFSPD_0_EHD_Pos                                   8                                                         /*!< SCU SFSPD_0: EHD Position           */\r
-#define SCU_SFSPD_0_EHD_Msk                                   (0x03UL << SCU_SFSPD_0_EHD_Pos)                           /*!< SCU SFSPD_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_1  ------------------------------------------\r
-#define SCU_SFSPD_1_MODE_Pos                                  0                                                         /*!< SCU SFSPD_1: MODE Position          */\r
-#define SCU_SFSPD_1_MODE_Msk                                  (0x07UL << SCU_SFSPD_1_MODE_Pos)                          /*!< SCU SFSPD_1: MODE Mask              */\r
-#define SCU_SFSPD_1_EPD_Pos                                   3                                                         /*!< SCU SFSPD_1: EPD Position           */\r
-#define SCU_SFSPD_1_EPD_Msk                                   (0x01UL << SCU_SFSPD_1_EPD_Pos)                           /*!< SCU SFSPD_1: EPD Mask               */\r
-#define SCU_SFSPD_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_1: EPUN Position          */\r
-#define SCU_SFSPD_1_EPUN_Msk                                  (0x01UL << SCU_SFSPD_1_EPUN_Pos)                          /*!< SCU SFSPD_1: EPUN Mask              */\r
-#define SCU_SFSPD_1_EHS_Pos                                   5                                                         /*!< SCU SFSPD_1: EHS Position           */\r
-#define SCU_SFSPD_1_EHS_Msk                                   (0x01UL << SCU_SFSPD_1_EHS_Pos)                           /*!< SCU SFSPD_1: EHS Mask               */\r
-#define SCU_SFSPD_1_EZI_Pos                                   6                                                         /*!< SCU SFSPD_1: EZI Position           */\r
-#define SCU_SFSPD_1_EZI_Msk                                   (0x01UL << SCU_SFSPD_1_EZI_Pos)                           /*!< SCU SFSPD_1: EZI Mask               */\r
-#define SCU_SFSPD_1_EHD_Pos                                   8                                                         /*!< SCU SFSPD_1: EHD Position           */\r
-#define SCU_SFSPD_1_EHD_Msk                                   (0x03UL << SCU_SFSPD_1_EHD_Pos)                           /*!< SCU SFSPD_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_2  ------------------------------------------\r
-#define SCU_SFSPD_2_MODE_Pos                                  0                                                         /*!< SCU SFSPD_2: MODE Position          */\r
-#define SCU_SFSPD_2_MODE_Msk                                  (0x07UL << SCU_SFSPD_2_MODE_Pos)                          /*!< SCU SFSPD_2: MODE Mask              */\r
-#define SCU_SFSPD_2_EPD_Pos                                   3                                                         /*!< SCU SFSPD_2: EPD Position           */\r
-#define SCU_SFSPD_2_EPD_Msk                                   (0x01UL << SCU_SFSPD_2_EPD_Pos)                           /*!< SCU SFSPD_2: EPD Mask               */\r
-#define SCU_SFSPD_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_2: EPUN Position          */\r
-#define SCU_SFSPD_2_EPUN_Msk                                  (0x01UL << SCU_SFSPD_2_EPUN_Pos)                          /*!< SCU SFSPD_2: EPUN Mask              */\r
-#define SCU_SFSPD_2_EHS_Pos                                   5                                                         /*!< SCU SFSPD_2: EHS Position           */\r
-#define SCU_SFSPD_2_EHS_Msk                                   (0x01UL << SCU_SFSPD_2_EHS_Pos)                           /*!< SCU SFSPD_2: EHS Mask               */\r
-#define SCU_SFSPD_2_EZI_Pos                                   6                                                         /*!< SCU SFSPD_2: EZI Position           */\r
-#define SCU_SFSPD_2_EZI_Msk                                   (0x01UL << SCU_SFSPD_2_EZI_Pos)                           /*!< SCU SFSPD_2: EZI Mask               */\r
-#define SCU_SFSPD_2_EHD_Pos                                   8                                                         /*!< SCU SFSPD_2: EHD Position           */\r
-#define SCU_SFSPD_2_EHD_Msk                                   (0x03UL << SCU_SFSPD_2_EHD_Pos)                           /*!< SCU SFSPD_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_3  ------------------------------------------\r
-#define SCU_SFSPD_3_MODE_Pos                                  0                                                         /*!< SCU SFSPD_3: MODE Position          */\r
-#define SCU_SFSPD_3_MODE_Msk                                  (0x07UL << SCU_SFSPD_3_MODE_Pos)                          /*!< SCU SFSPD_3: MODE Mask              */\r
-#define SCU_SFSPD_3_EPD_Pos                                   3                                                         /*!< SCU SFSPD_3: EPD Position           */\r
-#define SCU_SFSPD_3_EPD_Msk                                   (0x01UL << SCU_SFSPD_3_EPD_Pos)                           /*!< SCU SFSPD_3: EPD Mask               */\r
-#define SCU_SFSPD_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_3: EPUN Position          */\r
-#define SCU_SFSPD_3_EPUN_Msk                                  (0x01UL << SCU_SFSPD_3_EPUN_Pos)                          /*!< SCU SFSPD_3: EPUN Mask              */\r
-#define SCU_SFSPD_3_EHS_Pos                                   5                                                         /*!< SCU SFSPD_3: EHS Position           */\r
-#define SCU_SFSPD_3_EHS_Msk                                   (0x01UL << SCU_SFSPD_3_EHS_Pos)                           /*!< SCU SFSPD_3: EHS Mask               */\r
-#define SCU_SFSPD_3_EZI_Pos                                   6                                                         /*!< SCU SFSPD_3: EZI Position           */\r
-#define SCU_SFSPD_3_EZI_Msk                                   (0x01UL << SCU_SFSPD_3_EZI_Pos)                           /*!< SCU SFSPD_3: EZI Mask               */\r
-#define SCU_SFSPD_3_EHD_Pos                                   8                                                         /*!< SCU SFSPD_3: EHD Position           */\r
-#define SCU_SFSPD_3_EHD_Msk                                   (0x03UL << SCU_SFSPD_3_EHD_Pos)                           /*!< SCU SFSPD_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_4  ------------------------------------------\r
-#define SCU_SFSPD_4_MODE_Pos                                  0                                                         /*!< SCU SFSPD_4: MODE Position          */\r
-#define SCU_SFSPD_4_MODE_Msk                                  (0x07UL << SCU_SFSPD_4_MODE_Pos)                          /*!< SCU SFSPD_4: MODE Mask              */\r
-#define SCU_SFSPD_4_EPD_Pos                                   3                                                         /*!< SCU SFSPD_4: EPD Position           */\r
-#define SCU_SFSPD_4_EPD_Msk                                   (0x01UL << SCU_SFSPD_4_EPD_Pos)                           /*!< SCU SFSPD_4: EPD Mask               */\r
-#define SCU_SFSPD_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_4: EPUN Position          */\r
-#define SCU_SFSPD_4_EPUN_Msk                                  (0x01UL << SCU_SFSPD_4_EPUN_Pos)                          /*!< SCU SFSPD_4: EPUN Mask              */\r
-#define SCU_SFSPD_4_EHS_Pos                                   5                                                         /*!< SCU SFSPD_4: EHS Position           */\r
-#define SCU_SFSPD_4_EHS_Msk                                   (0x01UL << SCU_SFSPD_4_EHS_Pos)                           /*!< SCU SFSPD_4: EHS Mask               */\r
-#define SCU_SFSPD_4_EZI_Pos                                   6                                                         /*!< SCU SFSPD_4: EZI Position           */\r
-#define SCU_SFSPD_4_EZI_Msk                                   (0x01UL << SCU_SFSPD_4_EZI_Pos)                           /*!< SCU SFSPD_4: EZI Mask               */\r
-#define SCU_SFSPD_4_EHD_Pos                                   8                                                         /*!< SCU SFSPD_4: EHD Position           */\r
-#define SCU_SFSPD_4_EHD_Msk                                   (0x03UL << SCU_SFSPD_4_EHD_Pos)                           /*!< SCU SFSPD_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_5  ------------------------------------------\r
-#define SCU_SFSPD_5_MODE_Pos                                  0                                                         /*!< SCU SFSPD_5: MODE Position          */\r
-#define SCU_SFSPD_5_MODE_Msk                                  (0x07UL << SCU_SFSPD_5_MODE_Pos)                          /*!< SCU SFSPD_5: MODE Mask              */\r
-#define SCU_SFSPD_5_EPD_Pos                                   3                                                         /*!< SCU SFSPD_5: EPD Position           */\r
-#define SCU_SFSPD_5_EPD_Msk                                   (0x01UL << SCU_SFSPD_5_EPD_Pos)                           /*!< SCU SFSPD_5: EPD Mask               */\r
-#define SCU_SFSPD_5_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_5: EPUN Position          */\r
-#define SCU_SFSPD_5_EPUN_Msk                                  (0x01UL << SCU_SFSPD_5_EPUN_Pos)                          /*!< SCU SFSPD_5: EPUN Mask              */\r
-#define SCU_SFSPD_5_EHS_Pos                                   5                                                         /*!< SCU SFSPD_5: EHS Position           */\r
-#define SCU_SFSPD_5_EHS_Msk                                   (0x01UL << SCU_SFSPD_5_EHS_Pos)                           /*!< SCU SFSPD_5: EHS Mask               */\r
-#define SCU_SFSPD_5_EZI_Pos                                   6                                                         /*!< SCU SFSPD_5: EZI Position           */\r
-#define SCU_SFSPD_5_EZI_Msk                                   (0x01UL << SCU_SFSPD_5_EZI_Pos)                           /*!< SCU SFSPD_5: EZI Mask               */\r
-#define SCU_SFSPD_5_EHD_Pos                                   8                                                         /*!< SCU SFSPD_5: EHD Position           */\r
-#define SCU_SFSPD_5_EHD_Msk                                   (0x03UL << SCU_SFSPD_5_EHD_Pos)                           /*!< SCU SFSPD_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_6  ------------------------------------------\r
-#define SCU_SFSPD_6_MODE_Pos                                  0                                                         /*!< SCU SFSPD_6: MODE Position          */\r
-#define SCU_SFSPD_6_MODE_Msk                                  (0x07UL << SCU_SFSPD_6_MODE_Pos)                          /*!< SCU SFSPD_6: MODE Mask              */\r
-#define SCU_SFSPD_6_EPD_Pos                                   3                                                         /*!< SCU SFSPD_6: EPD Position           */\r
-#define SCU_SFSPD_6_EPD_Msk                                   (0x01UL << SCU_SFSPD_6_EPD_Pos)                           /*!< SCU SFSPD_6: EPD Mask               */\r
-#define SCU_SFSPD_6_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_6: EPUN Position          */\r
-#define SCU_SFSPD_6_EPUN_Msk                                  (0x01UL << SCU_SFSPD_6_EPUN_Pos)                          /*!< SCU SFSPD_6: EPUN Mask              */\r
-#define SCU_SFSPD_6_EHS_Pos                                   5                                                         /*!< SCU SFSPD_6: EHS Position           */\r
-#define SCU_SFSPD_6_EHS_Msk                                   (0x01UL << SCU_SFSPD_6_EHS_Pos)                           /*!< SCU SFSPD_6: EHS Mask               */\r
-#define SCU_SFSPD_6_EZI_Pos                                   6                                                         /*!< SCU SFSPD_6: EZI Position           */\r
-#define SCU_SFSPD_6_EZI_Msk                                   (0x01UL << SCU_SFSPD_6_EZI_Pos)                           /*!< SCU SFSPD_6: EZI Mask               */\r
-#define SCU_SFSPD_6_EHD_Pos                                   8                                                         /*!< SCU SFSPD_6: EHD Position           */\r
-#define SCU_SFSPD_6_EHD_Msk                                   (0x03UL << SCU_SFSPD_6_EHD_Pos)                           /*!< SCU SFSPD_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_7  ------------------------------------------\r
-#define SCU_SFSPD_7_MODE_Pos                                  0                                                         /*!< SCU SFSPD_7: MODE Position          */\r
-#define SCU_SFSPD_7_MODE_Msk                                  (0x07UL << SCU_SFSPD_7_MODE_Pos)                          /*!< SCU SFSPD_7: MODE Mask              */\r
-#define SCU_SFSPD_7_EPD_Pos                                   3                                                         /*!< SCU SFSPD_7: EPD Position           */\r
-#define SCU_SFSPD_7_EPD_Msk                                   (0x01UL << SCU_SFSPD_7_EPD_Pos)                           /*!< SCU SFSPD_7: EPD Mask               */\r
-#define SCU_SFSPD_7_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_7: EPUN Position          */\r
-#define SCU_SFSPD_7_EPUN_Msk                                  (0x01UL << SCU_SFSPD_7_EPUN_Pos)                          /*!< SCU SFSPD_7: EPUN Mask              */\r
-#define SCU_SFSPD_7_EHS_Pos                                   5                                                         /*!< SCU SFSPD_7: EHS Position           */\r
-#define SCU_SFSPD_7_EHS_Msk                                   (0x01UL << SCU_SFSPD_7_EHS_Pos)                           /*!< SCU SFSPD_7: EHS Mask               */\r
-#define SCU_SFSPD_7_EZI_Pos                                   6                                                         /*!< SCU SFSPD_7: EZI Position           */\r
-#define SCU_SFSPD_7_EZI_Msk                                   (0x01UL << SCU_SFSPD_7_EZI_Pos)                           /*!< SCU SFSPD_7: EZI Mask               */\r
-#define SCU_SFSPD_7_EHD_Pos                                   8                                                         /*!< SCU SFSPD_7: EHD Position           */\r
-#define SCU_SFSPD_7_EHD_Msk                                   (0x03UL << SCU_SFSPD_7_EHD_Pos)                           /*!< SCU SFSPD_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_8  ------------------------------------------\r
-#define SCU_SFSPD_8_MODE_Pos                                  0                                                         /*!< SCU SFSPD_8: MODE Position          */\r
-#define SCU_SFSPD_8_MODE_Msk                                  (0x07UL << SCU_SFSPD_8_MODE_Pos)                          /*!< SCU SFSPD_8: MODE Mask              */\r
-#define SCU_SFSPD_8_EPD_Pos                                   3                                                         /*!< SCU SFSPD_8: EPD Position           */\r
-#define SCU_SFSPD_8_EPD_Msk                                   (0x01UL << SCU_SFSPD_8_EPD_Pos)                           /*!< SCU SFSPD_8: EPD Mask               */\r
-#define SCU_SFSPD_8_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_8: EPUN Position          */\r
-#define SCU_SFSPD_8_EPUN_Msk                                  (0x01UL << SCU_SFSPD_8_EPUN_Pos)                          /*!< SCU SFSPD_8: EPUN Mask              */\r
-#define SCU_SFSPD_8_EHS_Pos                                   5                                                         /*!< SCU SFSPD_8: EHS Position           */\r
-#define SCU_SFSPD_8_EHS_Msk                                   (0x01UL << SCU_SFSPD_8_EHS_Pos)                           /*!< SCU SFSPD_8: EHS Mask               */\r
-#define SCU_SFSPD_8_EZI_Pos                                   6                                                         /*!< SCU SFSPD_8: EZI Position           */\r
-#define SCU_SFSPD_8_EZI_Msk                                   (0x01UL << SCU_SFSPD_8_EZI_Pos)                           /*!< SCU SFSPD_8: EZI Mask               */\r
-#define SCU_SFSPD_8_EHD_Pos                                   8                                                         /*!< SCU SFSPD_8: EHD Position           */\r
-#define SCU_SFSPD_8_EHD_Msk                                   (0x03UL << SCU_SFSPD_8_EHD_Pos)                           /*!< SCU SFSPD_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPD_9  ------------------------------------------\r
-#define SCU_SFSPD_9_MODE_Pos                                  0                                                         /*!< SCU SFSPD_9: MODE Position          */\r
-#define SCU_SFSPD_9_MODE_Msk                                  (0x07UL << SCU_SFSPD_9_MODE_Pos)                          /*!< SCU SFSPD_9: MODE Mask              */\r
-#define SCU_SFSPD_9_EPD_Pos                                   3                                                         /*!< SCU SFSPD_9: EPD Position           */\r
-#define SCU_SFSPD_9_EPD_Msk                                   (0x01UL << SCU_SFSPD_9_EPD_Pos)                           /*!< SCU SFSPD_9: EPD Mask               */\r
-#define SCU_SFSPD_9_EPUN_Pos                                  4                                                         /*!< SCU SFSPD_9: EPUN Position          */\r
-#define SCU_SFSPD_9_EPUN_Msk                                  (0x01UL << SCU_SFSPD_9_EPUN_Pos)                          /*!< SCU SFSPD_9: EPUN Mask              */\r
-#define SCU_SFSPD_9_EHS_Pos                                   5                                                         /*!< SCU SFSPD_9: EHS Position           */\r
-#define SCU_SFSPD_9_EHS_Msk                                   (0x01UL << SCU_SFSPD_9_EHS_Pos)                           /*!< SCU SFSPD_9: EHS Mask               */\r
-#define SCU_SFSPD_9_EZI_Pos                                   6                                                         /*!< SCU SFSPD_9: EZI Position           */\r
-#define SCU_SFSPD_9_EZI_Msk                                   (0x01UL << SCU_SFSPD_9_EZI_Pos)                           /*!< SCU SFSPD_9: EZI Mask               */\r
-#define SCU_SFSPD_9_EHD_Pos                                   8                                                         /*!< SCU SFSPD_9: EHD Position           */\r
-#define SCU_SFSPD_9_EHD_Msk                                   (0x03UL << SCU_SFSPD_9_EHD_Pos)                           /*!< SCU SFSPD_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSPD_10  ------------------------------------------\r
-#define SCU_SFSPD_10_MODE_Pos                                 0                                                         /*!< SCU SFSPD_10: MODE Position         */\r
-#define SCU_SFSPD_10_MODE_Msk                                 (0x07UL << SCU_SFSPD_10_MODE_Pos)                         /*!< SCU SFSPD_10: MODE Mask             */\r
-#define SCU_SFSPD_10_EPD_Pos                                  3                                                         /*!< SCU SFSPD_10: EPD Position          */\r
-#define SCU_SFSPD_10_EPD_Msk                                  (0x01UL << SCU_SFSPD_10_EPD_Pos)                          /*!< SCU SFSPD_10: EPD Mask              */\r
-#define SCU_SFSPD_10_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_10: EPUN Position         */\r
-#define SCU_SFSPD_10_EPUN_Msk                                 (0x01UL << SCU_SFSPD_10_EPUN_Pos)                         /*!< SCU SFSPD_10: EPUN Mask             */\r
-#define SCU_SFSPD_10_EHS_Pos                                  5                                                         /*!< SCU SFSPD_10: EHS Position          */\r
-#define SCU_SFSPD_10_EHS_Msk                                  (0x01UL << SCU_SFSPD_10_EHS_Pos)                          /*!< SCU SFSPD_10: EHS Mask              */\r
-#define SCU_SFSPD_10_EZI_Pos                                  6                                                         /*!< SCU SFSPD_10: EZI Position          */\r
-#define SCU_SFSPD_10_EZI_Msk                                  (0x01UL << SCU_SFSPD_10_EZI_Pos)                          /*!< SCU SFSPD_10: EZI Mask              */\r
-#define SCU_SFSPD_10_EHD_Pos                                  8                                                         /*!< SCU SFSPD_10: EHD Position          */\r
-#define SCU_SFSPD_10_EHD_Msk                                  (0x03UL << SCU_SFSPD_10_EHD_Pos)                          /*!< SCU SFSPD_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_11  ------------------------------------------\r
-#define SCU_SFSPD_11_MODE_Pos                                 0                                                         /*!< SCU SFSPD_11: MODE Position         */\r
-#define SCU_SFSPD_11_MODE_Msk                                 (0x07UL << SCU_SFSPD_11_MODE_Pos)                         /*!< SCU SFSPD_11: MODE Mask             */\r
-#define SCU_SFSPD_11_EPD_Pos                                  3                                                         /*!< SCU SFSPD_11: EPD Position          */\r
-#define SCU_SFSPD_11_EPD_Msk                                  (0x01UL << SCU_SFSPD_11_EPD_Pos)                          /*!< SCU SFSPD_11: EPD Mask              */\r
-#define SCU_SFSPD_11_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_11: EPUN Position         */\r
-#define SCU_SFSPD_11_EPUN_Msk                                 (0x01UL << SCU_SFSPD_11_EPUN_Pos)                         /*!< SCU SFSPD_11: EPUN Mask             */\r
-#define SCU_SFSPD_11_EHS_Pos                                  5                                                         /*!< SCU SFSPD_11: EHS Position          */\r
-#define SCU_SFSPD_11_EHS_Msk                                  (0x01UL << SCU_SFSPD_11_EHS_Pos)                          /*!< SCU SFSPD_11: EHS Mask              */\r
-#define SCU_SFSPD_11_EZI_Pos                                  6                                                         /*!< SCU SFSPD_11: EZI Position          */\r
-#define SCU_SFSPD_11_EZI_Msk                                  (0x01UL << SCU_SFSPD_11_EZI_Pos)                          /*!< SCU SFSPD_11: EZI Mask              */\r
-#define SCU_SFSPD_11_EHD_Pos                                  8                                                         /*!< SCU SFSPD_11: EHD Position          */\r
-#define SCU_SFSPD_11_EHD_Msk                                  (0x03UL << SCU_SFSPD_11_EHD_Pos)                          /*!< SCU SFSPD_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_12  ------------------------------------------\r
-#define SCU_SFSPD_12_MODE_Pos                                 0                                                         /*!< SCU SFSPD_12: MODE Position         */\r
-#define SCU_SFSPD_12_MODE_Msk                                 (0x07UL << SCU_SFSPD_12_MODE_Pos)                         /*!< SCU SFSPD_12: MODE Mask             */\r
-#define SCU_SFSPD_12_EPD_Pos                                  3                                                         /*!< SCU SFSPD_12: EPD Position          */\r
-#define SCU_SFSPD_12_EPD_Msk                                  (0x01UL << SCU_SFSPD_12_EPD_Pos)                          /*!< SCU SFSPD_12: EPD Mask              */\r
-#define SCU_SFSPD_12_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_12: EPUN Position         */\r
-#define SCU_SFSPD_12_EPUN_Msk                                 (0x01UL << SCU_SFSPD_12_EPUN_Pos)                         /*!< SCU SFSPD_12: EPUN Mask             */\r
-#define SCU_SFSPD_12_EHS_Pos                                  5                                                         /*!< SCU SFSPD_12: EHS Position          */\r
-#define SCU_SFSPD_12_EHS_Msk                                  (0x01UL << SCU_SFSPD_12_EHS_Pos)                          /*!< SCU SFSPD_12: EHS Mask              */\r
-#define SCU_SFSPD_12_EZI_Pos                                  6                                                         /*!< SCU SFSPD_12: EZI Position          */\r
-#define SCU_SFSPD_12_EZI_Msk                                  (0x01UL << SCU_SFSPD_12_EZI_Pos)                          /*!< SCU SFSPD_12: EZI Mask              */\r
-#define SCU_SFSPD_12_EHD_Pos                                  8                                                         /*!< SCU SFSPD_12: EHD Position          */\r
-#define SCU_SFSPD_12_EHD_Msk                                  (0x03UL << SCU_SFSPD_12_EHD_Pos)                          /*!< SCU SFSPD_12: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_13  ------------------------------------------\r
-#define SCU_SFSPD_13_MODE_Pos                                 0                                                         /*!< SCU SFSPD_13: MODE Position         */\r
-#define SCU_SFSPD_13_MODE_Msk                                 (0x07UL << SCU_SFSPD_13_MODE_Pos)                         /*!< SCU SFSPD_13: MODE Mask             */\r
-#define SCU_SFSPD_13_EPD_Pos                                  3                                                         /*!< SCU SFSPD_13: EPD Position          */\r
-#define SCU_SFSPD_13_EPD_Msk                                  (0x01UL << SCU_SFSPD_13_EPD_Pos)                          /*!< SCU SFSPD_13: EPD Mask              */\r
-#define SCU_SFSPD_13_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_13: EPUN Position         */\r
-#define SCU_SFSPD_13_EPUN_Msk                                 (0x01UL << SCU_SFSPD_13_EPUN_Pos)                         /*!< SCU SFSPD_13: EPUN Mask             */\r
-#define SCU_SFSPD_13_EHS_Pos                                  5                                                         /*!< SCU SFSPD_13: EHS Position          */\r
-#define SCU_SFSPD_13_EHS_Msk                                  (0x01UL << SCU_SFSPD_13_EHS_Pos)                          /*!< SCU SFSPD_13: EHS Mask              */\r
-#define SCU_SFSPD_13_EZI_Pos                                  6                                                         /*!< SCU SFSPD_13: EZI Position          */\r
-#define SCU_SFSPD_13_EZI_Msk                                  (0x01UL << SCU_SFSPD_13_EZI_Pos)                          /*!< SCU SFSPD_13: EZI Mask              */\r
-#define SCU_SFSPD_13_EHD_Pos                                  8                                                         /*!< SCU SFSPD_13: EHD Position          */\r
-#define SCU_SFSPD_13_EHD_Msk                                  (0x03UL << SCU_SFSPD_13_EHD_Pos)                          /*!< SCU SFSPD_13: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_14  ------------------------------------------\r
-#define SCU_SFSPD_14_MODE_Pos                                 0                                                         /*!< SCU SFSPD_14: MODE Position         */\r
-#define SCU_SFSPD_14_MODE_Msk                                 (0x07UL << SCU_SFSPD_14_MODE_Pos)                         /*!< SCU SFSPD_14: MODE Mask             */\r
-#define SCU_SFSPD_14_EPD_Pos                                  3                                                         /*!< SCU SFSPD_14: EPD Position          */\r
-#define SCU_SFSPD_14_EPD_Msk                                  (0x01UL << SCU_SFSPD_14_EPD_Pos)                          /*!< SCU SFSPD_14: EPD Mask              */\r
-#define SCU_SFSPD_14_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_14: EPUN Position         */\r
-#define SCU_SFSPD_14_EPUN_Msk                                 (0x01UL << SCU_SFSPD_14_EPUN_Pos)                         /*!< SCU SFSPD_14: EPUN Mask             */\r
-#define SCU_SFSPD_14_EHS_Pos                                  5                                                         /*!< SCU SFSPD_14: EHS Position          */\r
-#define SCU_SFSPD_14_EHS_Msk                                  (0x01UL << SCU_SFSPD_14_EHS_Pos)                          /*!< SCU SFSPD_14: EHS Mask              */\r
-#define SCU_SFSPD_14_EZI_Pos                                  6                                                         /*!< SCU SFSPD_14: EZI Position          */\r
-#define SCU_SFSPD_14_EZI_Msk                                  (0x01UL << SCU_SFSPD_14_EZI_Pos)                          /*!< SCU SFSPD_14: EZI Mask              */\r
-#define SCU_SFSPD_14_EHD_Pos                                  8                                                         /*!< SCU SFSPD_14: EHD Position          */\r
-#define SCU_SFSPD_14_EHD_Msk                                  (0x03UL << SCU_SFSPD_14_EHD_Pos)                          /*!< SCU SFSPD_14: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_15  ------------------------------------------\r
-#define SCU_SFSPD_15_MODE_Pos                                 0                                                         /*!< SCU SFSPD_15: MODE Position         */\r
-#define SCU_SFSPD_15_MODE_Msk                                 (0x07UL << SCU_SFSPD_15_MODE_Pos)                         /*!< SCU SFSPD_15: MODE Mask             */\r
-#define SCU_SFSPD_15_EPD_Pos                                  3                                                         /*!< SCU SFSPD_15: EPD Position          */\r
-#define SCU_SFSPD_15_EPD_Msk                                  (0x01UL << SCU_SFSPD_15_EPD_Pos)                          /*!< SCU SFSPD_15: EPD Mask              */\r
-#define SCU_SFSPD_15_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_15: EPUN Position         */\r
-#define SCU_SFSPD_15_EPUN_Msk                                 (0x01UL << SCU_SFSPD_15_EPUN_Pos)                         /*!< SCU SFSPD_15: EPUN Mask             */\r
-#define SCU_SFSPD_15_EHS_Pos                                  5                                                         /*!< SCU SFSPD_15: EHS Position          */\r
-#define SCU_SFSPD_15_EHS_Msk                                  (0x01UL << SCU_SFSPD_15_EHS_Pos)                          /*!< SCU SFSPD_15: EHS Mask              */\r
-#define SCU_SFSPD_15_EZI_Pos                                  6                                                         /*!< SCU SFSPD_15: EZI Position          */\r
-#define SCU_SFSPD_15_EZI_Msk                                  (0x01UL << SCU_SFSPD_15_EZI_Pos)                          /*!< SCU SFSPD_15: EZI Mask              */\r
-#define SCU_SFSPD_15_EHD_Pos                                  8                                                         /*!< SCU SFSPD_15: EHD Position          */\r
-#define SCU_SFSPD_15_EHD_Msk                                  (0x03UL << SCU_SFSPD_15_EHD_Pos)                          /*!< SCU SFSPD_15: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPD_16  ------------------------------------------\r
-#define SCU_SFSPD_16_MODE_Pos                                 0                                                         /*!< SCU SFSPD_16: MODE Position         */\r
-#define SCU_SFSPD_16_MODE_Msk                                 (0x07UL << SCU_SFSPD_16_MODE_Pos)                         /*!< SCU SFSPD_16: MODE Mask             */\r
-#define SCU_SFSPD_16_EPD_Pos                                  3                                                         /*!< SCU SFSPD_16: EPD Position          */\r
-#define SCU_SFSPD_16_EPD_Msk                                  (0x01UL << SCU_SFSPD_16_EPD_Pos)                          /*!< SCU SFSPD_16: EPD Mask              */\r
-#define SCU_SFSPD_16_EPUN_Pos                                 4                                                         /*!< SCU SFSPD_16: EPUN Position         */\r
-#define SCU_SFSPD_16_EPUN_Msk                                 (0x01UL << SCU_SFSPD_16_EPUN_Pos)                         /*!< SCU SFSPD_16: EPUN Mask             */\r
-#define SCU_SFSPD_16_EHS_Pos                                  5                                                         /*!< SCU SFSPD_16: EHS Position          */\r
-#define SCU_SFSPD_16_EHS_Msk                                  (0x01UL << SCU_SFSPD_16_EHS_Pos)                          /*!< SCU SFSPD_16: EHS Mask              */\r
-#define SCU_SFSPD_16_EZI_Pos                                  6                                                         /*!< SCU SFSPD_16: EZI Position          */\r
-#define SCU_SFSPD_16_EZI_Msk                                  (0x01UL << SCU_SFSPD_16_EZI_Pos)                          /*!< SCU SFSPD_16: EZI Mask              */\r
-#define SCU_SFSPD_16_EHD_Pos                                  8                                                         /*!< SCU SFSPD_16: EHD Position          */\r
-#define SCU_SFSPD_16_EHD_Msk                                  (0x03UL << SCU_SFSPD_16_EHD_Pos)                          /*!< SCU SFSPD_16: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSPE_0  ------------------------------------------\r
-#define SCU_SFSPE_0_MODE_Pos                                  0                                                         /*!< SCU SFSPE_0: MODE Position          */\r
-#define SCU_SFSPE_0_MODE_Msk                                  (0x07UL << SCU_SFSPE_0_MODE_Pos)                          /*!< SCU SFSPE_0: MODE Mask              */\r
-#define SCU_SFSPE_0_EPD_Pos                                   3                                                         /*!< SCU SFSPE_0: EPD Position           */\r
-#define SCU_SFSPE_0_EPD_Msk                                   (0x01UL << SCU_SFSPE_0_EPD_Pos)                           /*!< SCU SFSPE_0: EPD Mask               */\r
-#define SCU_SFSPE_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_0: EPUN Position          */\r
-#define SCU_SFSPE_0_EPUN_Msk                                  (0x01UL << SCU_SFSPE_0_EPUN_Pos)                          /*!< SCU SFSPE_0: EPUN Mask              */\r
-#define SCU_SFSPE_0_EHS_Pos                                   5                                                         /*!< SCU SFSPE_0: EHS Position           */\r
-#define SCU_SFSPE_0_EHS_Msk                                   (0x01UL << SCU_SFSPE_0_EHS_Pos)                           /*!< SCU SFSPE_0: EHS Mask               */\r
-#define SCU_SFSPE_0_EZI_Pos                                   6                                                         /*!< SCU SFSPE_0: EZI Position           */\r
-#define SCU_SFSPE_0_EZI_Msk                                   (0x01UL << SCU_SFSPE_0_EZI_Pos)                           /*!< SCU SFSPE_0: EZI Mask               */\r
-#define SCU_SFSPE_0_EHD_Pos                                   8                                                         /*!< SCU SFSPE_0: EHD Position           */\r
-#define SCU_SFSPE_0_EHD_Msk                                   (0x03UL << SCU_SFSPE_0_EHD_Pos)                           /*!< SCU SFSPE_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_1  ------------------------------------------\r
-#define SCU_SFSPE_1_MODE_Pos                                  0                                                         /*!< SCU SFSPE_1: MODE Position          */\r
-#define SCU_SFSPE_1_MODE_Msk                                  (0x07UL << SCU_SFSPE_1_MODE_Pos)                          /*!< SCU SFSPE_1: MODE Mask              */\r
-#define SCU_SFSPE_1_EPD_Pos                                   3                                                         /*!< SCU SFSPE_1: EPD Position           */\r
-#define SCU_SFSPE_1_EPD_Msk                                   (0x01UL << SCU_SFSPE_1_EPD_Pos)                           /*!< SCU SFSPE_1: EPD Mask               */\r
-#define SCU_SFSPE_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_1: EPUN Position          */\r
-#define SCU_SFSPE_1_EPUN_Msk                                  (0x01UL << SCU_SFSPE_1_EPUN_Pos)                          /*!< SCU SFSPE_1: EPUN Mask              */\r
-#define SCU_SFSPE_1_EHS_Pos                                   5                                                         /*!< SCU SFSPE_1: EHS Position           */\r
-#define SCU_SFSPE_1_EHS_Msk                                   (0x01UL << SCU_SFSPE_1_EHS_Pos)                           /*!< SCU SFSPE_1: EHS Mask               */\r
-#define SCU_SFSPE_1_EZI_Pos                                   6                                                         /*!< SCU SFSPE_1: EZI Position           */\r
-#define SCU_SFSPE_1_EZI_Msk                                   (0x01UL << SCU_SFSPE_1_EZI_Pos)                           /*!< SCU SFSPE_1: EZI Mask               */\r
-#define SCU_SFSPE_1_EHD_Pos                                   8                                                         /*!< SCU SFSPE_1: EHD Position           */\r
-#define SCU_SFSPE_1_EHD_Msk                                   (0x03UL << SCU_SFSPE_1_EHD_Pos)                           /*!< SCU SFSPE_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_2  ------------------------------------------\r
-#define SCU_SFSPE_2_MODE_Pos                                  0                                                         /*!< SCU SFSPE_2: MODE Position          */\r
-#define SCU_SFSPE_2_MODE_Msk                                  (0x07UL << SCU_SFSPE_2_MODE_Pos)                          /*!< SCU SFSPE_2: MODE Mask              */\r
-#define SCU_SFSPE_2_EPD_Pos                                   3                                                         /*!< SCU SFSPE_2: EPD Position           */\r
-#define SCU_SFSPE_2_EPD_Msk                                   (0x01UL << SCU_SFSPE_2_EPD_Pos)                           /*!< SCU SFSPE_2: EPD Mask               */\r
-#define SCU_SFSPE_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_2: EPUN Position          */\r
-#define SCU_SFSPE_2_EPUN_Msk                                  (0x01UL << SCU_SFSPE_2_EPUN_Pos)                          /*!< SCU SFSPE_2: EPUN Mask              */\r
-#define SCU_SFSPE_2_EHS_Pos                                   5                                                         /*!< SCU SFSPE_2: EHS Position           */\r
-#define SCU_SFSPE_2_EHS_Msk                                   (0x01UL << SCU_SFSPE_2_EHS_Pos)                           /*!< SCU SFSPE_2: EHS Mask               */\r
-#define SCU_SFSPE_2_EZI_Pos                                   6                                                         /*!< SCU SFSPE_2: EZI Position           */\r
-#define SCU_SFSPE_2_EZI_Msk                                   (0x01UL << SCU_SFSPE_2_EZI_Pos)                           /*!< SCU SFSPE_2: EZI Mask               */\r
-#define SCU_SFSPE_2_EHD_Pos                                   8                                                         /*!< SCU SFSPE_2: EHD Position           */\r
-#define SCU_SFSPE_2_EHD_Msk                                   (0x03UL << SCU_SFSPE_2_EHD_Pos)                           /*!< SCU SFSPE_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_3  ------------------------------------------\r
-#define SCU_SFSPE_3_MODE_Pos                                  0                                                         /*!< SCU SFSPE_3: MODE Position          */\r
-#define SCU_SFSPE_3_MODE_Msk                                  (0x07UL << SCU_SFSPE_3_MODE_Pos)                          /*!< SCU SFSPE_3: MODE Mask              */\r
-#define SCU_SFSPE_3_EPD_Pos                                   3                                                         /*!< SCU SFSPE_3: EPD Position           */\r
-#define SCU_SFSPE_3_EPD_Msk                                   (0x01UL << SCU_SFSPE_3_EPD_Pos)                           /*!< SCU SFSPE_3: EPD Mask               */\r
-#define SCU_SFSPE_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_3: EPUN Position          */\r
-#define SCU_SFSPE_3_EPUN_Msk                                  (0x01UL << SCU_SFSPE_3_EPUN_Pos)                          /*!< SCU SFSPE_3: EPUN Mask              */\r
-#define SCU_SFSPE_3_EHS_Pos                                   5                                                         /*!< SCU SFSPE_3: EHS Position           */\r
-#define SCU_SFSPE_3_EHS_Msk                                   (0x01UL << SCU_SFSPE_3_EHS_Pos)                           /*!< SCU SFSPE_3: EHS Mask               */\r
-#define SCU_SFSPE_3_EZI_Pos                                   6                                                         /*!< SCU SFSPE_3: EZI Position           */\r
-#define SCU_SFSPE_3_EZI_Msk                                   (0x01UL << SCU_SFSPE_3_EZI_Pos)                           /*!< SCU SFSPE_3: EZI Mask               */\r
-#define SCU_SFSPE_3_EHD_Pos                                   8                                                         /*!< SCU SFSPE_3: EHD Position           */\r
-#define SCU_SFSPE_3_EHD_Msk                                   (0x03UL << SCU_SFSPE_3_EHD_Pos)                           /*!< SCU SFSPE_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_4  ------------------------------------------\r
-#define SCU_SFSPE_4_MODE_Pos                                  0                                                         /*!< SCU SFSPE_4: MODE Position          */\r
-#define SCU_SFSPE_4_MODE_Msk                                  (0x07UL << SCU_SFSPE_4_MODE_Pos)                          /*!< SCU SFSPE_4: MODE Mask              */\r
-#define SCU_SFSPE_4_EPD_Pos                                   3                                                         /*!< SCU SFSPE_4: EPD Position           */\r
-#define SCU_SFSPE_4_EPD_Msk                                   (0x01UL << SCU_SFSPE_4_EPD_Pos)                           /*!< SCU SFSPE_4: EPD Mask               */\r
-#define SCU_SFSPE_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_4: EPUN Position          */\r
-#define SCU_SFSPE_4_EPUN_Msk                                  (0x01UL << SCU_SFSPE_4_EPUN_Pos)                          /*!< SCU SFSPE_4: EPUN Mask              */\r
-#define SCU_SFSPE_4_EHS_Pos                                   5                                                         /*!< SCU SFSPE_4: EHS Position           */\r
-#define SCU_SFSPE_4_EHS_Msk                                   (0x01UL << SCU_SFSPE_4_EHS_Pos)                           /*!< SCU SFSPE_4: EHS Mask               */\r
-#define SCU_SFSPE_4_EZI_Pos                                   6                                                         /*!< SCU SFSPE_4: EZI Position           */\r
-#define SCU_SFSPE_4_EZI_Msk                                   (0x01UL << SCU_SFSPE_4_EZI_Pos)                           /*!< SCU SFSPE_4: EZI Mask               */\r
-#define SCU_SFSPE_4_EHD_Pos                                   8                                                         /*!< SCU SFSPE_4: EHD Position           */\r
-#define SCU_SFSPE_4_EHD_Msk                                   (0x03UL << SCU_SFSPE_4_EHD_Pos)                           /*!< SCU SFSPE_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_5  ------------------------------------------\r
-#define SCU_SFSPE_5_MODE_Pos                                  0                                                         /*!< SCU SFSPE_5: MODE Position          */\r
-#define SCU_SFSPE_5_MODE_Msk                                  (0x07UL << SCU_SFSPE_5_MODE_Pos)                          /*!< SCU SFSPE_5: MODE Mask              */\r
-#define SCU_SFSPE_5_EPD_Pos                                   3                                                         /*!< SCU SFSPE_5: EPD Position           */\r
-#define SCU_SFSPE_5_EPD_Msk                                   (0x01UL << SCU_SFSPE_5_EPD_Pos)                           /*!< SCU SFSPE_5: EPD Mask               */\r
-#define SCU_SFSPE_5_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_5: EPUN Position          */\r
-#define SCU_SFSPE_5_EPUN_Msk                                  (0x01UL << SCU_SFSPE_5_EPUN_Pos)                          /*!< SCU SFSPE_5: EPUN Mask              */\r
-#define SCU_SFSPE_5_EHS_Pos                                   5                                                         /*!< SCU SFSPE_5: EHS Position           */\r
-#define SCU_SFSPE_5_EHS_Msk                                   (0x01UL << SCU_SFSPE_5_EHS_Pos)                           /*!< SCU SFSPE_5: EHS Mask               */\r
-#define SCU_SFSPE_5_EZI_Pos                                   6                                                         /*!< SCU SFSPE_5: EZI Position           */\r
-#define SCU_SFSPE_5_EZI_Msk                                   (0x01UL << SCU_SFSPE_5_EZI_Pos)                           /*!< SCU SFSPE_5: EZI Mask               */\r
-#define SCU_SFSPE_5_EHD_Pos                                   8                                                         /*!< SCU SFSPE_5: EHD Position           */\r
-#define SCU_SFSPE_5_EHD_Msk                                   (0x03UL << SCU_SFSPE_5_EHD_Pos)                           /*!< SCU SFSPE_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_6  ------------------------------------------\r
-#define SCU_SFSPE_6_MODE_Pos                                  0                                                         /*!< SCU SFSPE_6: MODE Position          */\r
-#define SCU_SFSPE_6_MODE_Msk                                  (0x07UL << SCU_SFSPE_6_MODE_Pos)                          /*!< SCU SFSPE_6: MODE Mask              */\r
-#define SCU_SFSPE_6_EPD_Pos                                   3                                                         /*!< SCU SFSPE_6: EPD Position           */\r
-#define SCU_SFSPE_6_EPD_Msk                                   (0x01UL << SCU_SFSPE_6_EPD_Pos)                           /*!< SCU SFSPE_6: EPD Mask               */\r
-#define SCU_SFSPE_6_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_6: EPUN Position          */\r
-#define SCU_SFSPE_6_EPUN_Msk                                  (0x01UL << SCU_SFSPE_6_EPUN_Pos)                          /*!< SCU SFSPE_6: EPUN Mask              */\r
-#define SCU_SFSPE_6_EHS_Pos                                   5                                                         /*!< SCU SFSPE_6: EHS Position           */\r
-#define SCU_SFSPE_6_EHS_Msk                                   (0x01UL << SCU_SFSPE_6_EHS_Pos)                           /*!< SCU SFSPE_6: EHS Mask               */\r
-#define SCU_SFSPE_6_EZI_Pos                                   6                                                         /*!< SCU SFSPE_6: EZI Position           */\r
-#define SCU_SFSPE_6_EZI_Msk                                   (0x01UL << SCU_SFSPE_6_EZI_Pos)                           /*!< SCU SFSPE_6: EZI Mask               */\r
-#define SCU_SFSPE_6_EHD_Pos                                   8                                                         /*!< SCU SFSPE_6: EHD Position           */\r
-#define SCU_SFSPE_6_EHD_Msk                                   (0x03UL << SCU_SFSPE_6_EHD_Pos)                           /*!< SCU SFSPE_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_7  ------------------------------------------\r
-#define SCU_SFSPE_7_MODE_Pos                                  0                                                         /*!< SCU SFSPE_7: MODE Position          */\r
-#define SCU_SFSPE_7_MODE_Msk                                  (0x07UL << SCU_SFSPE_7_MODE_Pos)                          /*!< SCU SFSPE_7: MODE Mask              */\r
-#define SCU_SFSPE_7_EPD_Pos                                   3                                                         /*!< SCU SFSPE_7: EPD Position           */\r
-#define SCU_SFSPE_7_EPD_Msk                                   (0x01UL << SCU_SFSPE_7_EPD_Pos)                           /*!< SCU SFSPE_7: EPD Mask               */\r
-#define SCU_SFSPE_7_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_7: EPUN Position          */\r
-#define SCU_SFSPE_7_EPUN_Msk                                  (0x01UL << SCU_SFSPE_7_EPUN_Pos)                          /*!< SCU SFSPE_7: EPUN Mask              */\r
-#define SCU_SFSPE_7_EHS_Pos                                   5                                                         /*!< SCU SFSPE_7: EHS Position           */\r
-#define SCU_SFSPE_7_EHS_Msk                                   (0x01UL << SCU_SFSPE_7_EHS_Pos)                           /*!< SCU SFSPE_7: EHS Mask               */\r
-#define SCU_SFSPE_7_EZI_Pos                                   6                                                         /*!< SCU SFSPE_7: EZI Position           */\r
-#define SCU_SFSPE_7_EZI_Msk                                   (0x01UL << SCU_SFSPE_7_EZI_Pos)                           /*!< SCU SFSPE_7: EZI Mask               */\r
-#define SCU_SFSPE_7_EHD_Pos                                   8                                                         /*!< SCU SFSPE_7: EHD Position           */\r
-#define SCU_SFSPE_7_EHD_Msk                                   (0x03UL << SCU_SFSPE_7_EHD_Pos)                           /*!< SCU SFSPE_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_8  ------------------------------------------\r
-#define SCU_SFSPE_8_MODE_Pos                                  0                                                         /*!< SCU SFSPE_8: MODE Position          */\r
-#define SCU_SFSPE_8_MODE_Msk                                  (0x07UL << SCU_SFSPE_8_MODE_Pos)                          /*!< SCU SFSPE_8: MODE Mask              */\r
-#define SCU_SFSPE_8_EPD_Pos                                   3                                                         /*!< SCU SFSPE_8: EPD Position           */\r
-#define SCU_SFSPE_8_EPD_Msk                                   (0x01UL << SCU_SFSPE_8_EPD_Pos)                           /*!< SCU SFSPE_8: EPD Mask               */\r
-#define SCU_SFSPE_8_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_8: EPUN Position          */\r
-#define SCU_SFSPE_8_EPUN_Msk                                  (0x01UL << SCU_SFSPE_8_EPUN_Pos)                          /*!< SCU SFSPE_8: EPUN Mask              */\r
-#define SCU_SFSPE_8_EHS_Pos                                   5                                                         /*!< SCU SFSPE_8: EHS Position           */\r
-#define SCU_SFSPE_8_EHS_Msk                                   (0x01UL << SCU_SFSPE_8_EHS_Pos)                           /*!< SCU SFSPE_8: EHS Mask               */\r
-#define SCU_SFSPE_8_EZI_Pos                                   6                                                         /*!< SCU SFSPE_8: EZI Position           */\r
-#define SCU_SFSPE_8_EZI_Msk                                   (0x01UL << SCU_SFSPE_8_EZI_Pos)                           /*!< SCU SFSPE_8: EZI Mask               */\r
-#define SCU_SFSPE_8_EHD_Pos                                   8                                                         /*!< SCU SFSPE_8: EHD Position           */\r
-#define SCU_SFSPE_8_EHD_Msk                                   (0x03UL << SCU_SFSPE_8_EHD_Pos)                           /*!< SCU SFSPE_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPE_9  ------------------------------------------\r
-#define SCU_SFSPE_9_MODE_Pos                                  0                                                         /*!< SCU SFSPE_9: MODE Position          */\r
-#define SCU_SFSPE_9_MODE_Msk                                  (0x07UL << SCU_SFSPE_9_MODE_Pos)                          /*!< SCU SFSPE_9: MODE Mask              */\r
-#define SCU_SFSPE_9_EPD_Pos                                   3                                                         /*!< SCU SFSPE_9: EPD Position           */\r
-#define SCU_SFSPE_9_EPD_Msk                                   (0x01UL << SCU_SFSPE_9_EPD_Pos)                           /*!< SCU SFSPE_9: EPD Mask               */\r
-#define SCU_SFSPE_9_EPUN_Pos                                  4                                                         /*!< SCU SFSPE_9: EPUN Position          */\r
-#define SCU_SFSPE_9_EPUN_Msk                                  (0x01UL << SCU_SFSPE_9_EPUN_Pos)                          /*!< SCU SFSPE_9: EPUN Mask              */\r
-#define SCU_SFSPE_9_EHS_Pos                                   5                                                         /*!< SCU SFSPE_9: EHS Position           */\r
-#define SCU_SFSPE_9_EHS_Msk                                   (0x01UL << SCU_SFSPE_9_EHS_Pos)                           /*!< SCU SFSPE_9: EHS Mask               */\r
-#define SCU_SFSPE_9_EZI_Pos                                   6                                                         /*!< SCU SFSPE_9: EZI Position           */\r
-#define SCU_SFSPE_9_EZI_Msk                                   (0x01UL << SCU_SFSPE_9_EZI_Pos)                           /*!< SCU SFSPE_9: EZI Mask               */\r
-#define SCU_SFSPE_9_EHD_Pos                                   8                                                         /*!< SCU SFSPE_9: EHD Position           */\r
-#define SCU_SFSPE_9_EHD_Msk                                   (0x03UL << SCU_SFSPE_9_EHD_Pos)                           /*!< SCU SFSPE_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSPE_10  ------------------------------------------\r
-#define SCU_SFSPE_10_MODE_Pos                                 0                                                         /*!< SCU SFSPE_10: MODE Position         */\r
-#define SCU_SFSPE_10_MODE_Msk                                 (0x07UL << SCU_SFSPE_10_MODE_Pos)                         /*!< SCU SFSPE_10: MODE Mask             */\r
-#define SCU_SFSPE_10_EPD_Pos                                  3                                                         /*!< SCU SFSPE_10: EPD Position          */\r
-#define SCU_SFSPE_10_EPD_Msk                                  (0x01UL << SCU_SFSPE_10_EPD_Pos)                          /*!< SCU SFSPE_10: EPD Mask              */\r
-#define SCU_SFSPE_10_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_10: EPUN Position         */\r
-#define SCU_SFSPE_10_EPUN_Msk                                 (0x01UL << SCU_SFSPE_10_EPUN_Pos)                         /*!< SCU SFSPE_10: EPUN Mask             */\r
-#define SCU_SFSPE_10_EHS_Pos                                  5                                                         /*!< SCU SFSPE_10: EHS Position          */\r
-#define SCU_SFSPE_10_EHS_Msk                                  (0x01UL << SCU_SFSPE_10_EHS_Pos)                          /*!< SCU SFSPE_10: EHS Mask              */\r
-#define SCU_SFSPE_10_EZI_Pos                                  6                                                         /*!< SCU SFSPE_10: EZI Position          */\r
-#define SCU_SFSPE_10_EZI_Msk                                  (0x01UL << SCU_SFSPE_10_EZI_Pos)                          /*!< SCU SFSPE_10: EZI Mask              */\r
-#define SCU_SFSPE_10_EHD_Pos                                  8                                                         /*!< SCU SFSPE_10: EHD Position          */\r
-#define SCU_SFSPE_10_EHD_Msk                                  (0x03UL << SCU_SFSPE_10_EHD_Pos)                          /*!< SCU SFSPE_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPE_11  ------------------------------------------\r
-#define SCU_SFSPE_11_MODE_Pos                                 0                                                         /*!< SCU SFSPE_11: MODE Position         */\r
-#define SCU_SFSPE_11_MODE_Msk                                 (0x07UL << SCU_SFSPE_11_MODE_Pos)                         /*!< SCU SFSPE_11: MODE Mask             */\r
-#define SCU_SFSPE_11_EPD_Pos                                  3                                                         /*!< SCU SFSPE_11: EPD Position          */\r
-#define SCU_SFSPE_11_EPD_Msk                                  (0x01UL << SCU_SFSPE_11_EPD_Pos)                          /*!< SCU SFSPE_11: EPD Mask              */\r
-#define SCU_SFSPE_11_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_11: EPUN Position         */\r
-#define SCU_SFSPE_11_EPUN_Msk                                 (0x01UL << SCU_SFSPE_11_EPUN_Pos)                         /*!< SCU SFSPE_11: EPUN Mask             */\r
-#define SCU_SFSPE_11_EHS_Pos                                  5                                                         /*!< SCU SFSPE_11: EHS Position          */\r
-#define SCU_SFSPE_11_EHS_Msk                                  (0x01UL << SCU_SFSPE_11_EHS_Pos)                          /*!< SCU SFSPE_11: EHS Mask              */\r
-#define SCU_SFSPE_11_EZI_Pos                                  6                                                         /*!< SCU SFSPE_11: EZI Position          */\r
-#define SCU_SFSPE_11_EZI_Msk                                  (0x01UL << SCU_SFSPE_11_EZI_Pos)                          /*!< SCU SFSPE_11: EZI Mask              */\r
-#define SCU_SFSPE_11_EHD_Pos                                  8                                                         /*!< SCU SFSPE_11: EHD Position          */\r
-#define SCU_SFSPE_11_EHD_Msk                                  (0x03UL << SCU_SFSPE_11_EHD_Pos)                          /*!< SCU SFSPE_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPE_12  ------------------------------------------\r
-#define SCU_SFSPE_12_MODE_Pos                                 0                                                         /*!< SCU SFSPE_12: MODE Position         */\r
-#define SCU_SFSPE_12_MODE_Msk                                 (0x07UL << SCU_SFSPE_12_MODE_Pos)                         /*!< SCU SFSPE_12: MODE Mask             */\r
-#define SCU_SFSPE_12_EPD_Pos                                  3                                                         /*!< SCU SFSPE_12: EPD Position          */\r
-#define SCU_SFSPE_12_EPD_Msk                                  (0x01UL << SCU_SFSPE_12_EPD_Pos)                          /*!< SCU SFSPE_12: EPD Mask              */\r
-#define SCU_SFSPE_12_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_12: EPUN Position         */\r
-#define SCU_SFSPE_12_EPUN_Msk                                 (0x01UL << SCU_SFSPE_12_EPUN_Pos)                         /*!< SCU SFSPE_12: EPUN Mask             */\r
-#define SCU_SFSPE_12_EHS_Pos                                  5                                                         /*!< SCU SFSPE_12: EHS Position          */\r
-#define SCU_SFSPE_12_EHS_Msk                                  (0x01UL << SCU_SFSPE_12_EHS_Pos)                          /*!< SCU SFSPE_12: EHS Mask              */\r
-#define SCU_SFSPE_12_EZI_Pos                                  6                                                         /*!< SCU SFSPE_12: EZI Position          */\r
-#define SCU_SFSPE_12_EZI_Msk                                  (0x01UL << SCU_SFSPE_12_EZI_Pos)                          /*!< SCU SFSPE_12: EZI Mask              */\r
-#define SCU_SFSPE_12_EHD_Pos                                  8                                                         /*!< SCU SFSPE_12: EHD Position          */\r
-#define SCU_SFSPE_12_EHD_Msk                                  (0x03UL << SCU_SFSPE_12_EHD_Pos)                          /*!< SCU SFSPE_12: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPE_13  ------------------------------------------\r
-#define SCU_SFSPE_13_MODE_Pos                                 0                                                         /*!< SCU SFSPE_13: MODE Position         */\r
-#define SCU_SFSPE_13_MODE_Msk                                 (0x07UL << SCU_SFSPE_13_MODE_Pos)                         /*!< SCU SFSPE_13: MODE Mask             */\r
-#define SCU_SFSPE_13_EPD_Pos                                  3                                                         /*!< SCU SFSPE_13: EPD Position          */\r
-#define SCU_SFSPE_13_EPD_Msk                                  (0x01UL << SCU_SFSPE_13_EPD_Pos)                          /*!< SCU SFSPE_13: EPD Mask              */\r
-#define SCU_SFSPE_13_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_13: EPUN Position         */\r
-#define SCU_SFSPE_13_EPUN_Msk                                 (0x01UL << SCU_SFSPE_13_EPUN_Pos)                         /*!< SCU SFSPE_13: EPUN Mask             */\r
-#define SCU_SFSPE_13_EHS_Pos                                  5                                                         /*!< SCU SFSPE_13: EHS Position          */\r
-#define SCU_SFSPE_13_EHS_Msk                                  (0x01UL << SCU_SFSPE_13_EHS_Pos)                          /*!< SCU SFSPE_13: EHS Mask              */\r
-#define SCU_SFSPE_13_EZI_Pos                                  6                                                         /*!< SCU SFSPE_13: EZI Position          */\r
-#define SCU_SFSPE_13_EZI_Msk                                  (0x01UL << SCU_SFSPE_13_EZI_Pos)                          /*!< SCU SFSPE_13: EZI Mask              */\r
-#define SCU_SFSPE_13_EHD_Pos                                  8                                                         /*!< SCU SFSPE_13: EHD Position          */\r
-#define SCU_SFSPE_13_EHD_Msk                                  (0x03UL << SCU_SFSPE_13_EHD_Pos)                          /*!< SCU SFSPE_13: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPE_14  ------------------------------------------\r
-#define SCU_SFSPE_14_MODE_Pos                                 0                                                         /*!< SCU SFSPE_14: MODE Position         */\r
-#define SCU_SFSPE_14_MODE_Msk                                 (0x07UL << SCU_SFSPE_14_MODE_Pos)                         /*!< SCU SFSPE_14: MODE Mask             */\r
-#define SCU_SFSPE_14_EPD_Pos                                  3                                                         /*!< SCU SFSPE_14: EPD Position          */\r
-#define SCU_SFSPE_14_EPD_Msk                                  (0x01UL << SCU_SFSPE_14_EPD_Pos)                          /*!< SCU SFSPE_14: EPD Mask              */\r
-#define SCU_SFSPE_14_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_14: EPUN Position         */\r
-#define SCU_SFSPE_14_EPUN_Msk                                 (0x01UL << SCU_SFSPE_14_EPUN_Pos)                         /*!< SCU SFSPE_14: EPUN Mask             */\r
-#define SCU_SFSPE_14_EHS_Pos                                  5                                                         /*!< SCU SFSPE_14: EHS Position          */\r
-#define SCU_SFSPE_14_EHS_Msk                                  (0x01UL << SCU_SFSPE_14_EHS_Pos)                          /*!< SCU SFSPE_14: EHS Mask              */\r
-#define SCU_SFSPE_14_EZI_Pos                                  6                                                         /*!< SCU SFSPE_14: EZI Position          */\r
-#define SCU_SFSPE_14_EZI_Msk                                  (0x01UL << SCU_SFSPE_14_EZI_Pos)                          /*!< SCU SFSPE_14: EZI Mask              */\r
-#define SCU_SFSPE_14_EHD_Pos                                  8                                                         /*!< SCU SFSPE_14: EHD Position          */\r
-#define SCU_SFSPE_14_EHD_Msk                                  (0x03UL << SCU_SFSPE_14_EHD_Pos)                          /*!< SCU SFSPE_14: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPE_15  ------------------------------------------\r
-#define SCU_SFSPE_15_MODE_Pos                                 0                                                         /*!< SCU SFSPE_15: MODE Position         */\r
-#define SCU_SFSPE_15_MODE_Msk                                 (0x07UL << SCU_SFSPE_15_MODE_Pos)                         /*!< SCU SFSPE_15: MODE Mask             */\r
-#define SCU_SFSPE_15_EPD_Pos                                  3                                                         /*!< SCU SFSPE_15: EPD Position          */\r
-#define SCU_SFSPE_15_EPD_Msk                                  (0x01UL << SCU_SFSPE_15_EPD_Pos)                          /*!< SCU SFSPE_15: EPD Mask              */\r
-#define SCU_SFSPE_15_EPUN_Pos                                 4                                                         /*!< SCU SFSPE_15: EPUN Position         */\r
-#define SCU_SFSPE_15_EPUN_Msk                                 (0x01UL << SCU_SFSPE_15_EPUN_Pos)                         /*!< SCU SFSPE_15: EPUN Mask             */\r
-#define SCU_SFSPE_15_EHS_Pos                                  5                                                         /*!< SCU SFSPE_15: EHS Position          */\r
-#define SCU_SFSPE_15_EHS_Msk                                  (0x01UL << SCU_SFSPE_15_EHS_Pos)                          /*!< SCU SFSPE_15: EHS Mask              */\r
-#define SCU_SFSPE_15_EZI_Pos                                  6                                                         /*!< SCU SFSPE_15: EZI Position          */\r
-#define SCU_SFSPE_15_EZI_Msk                                  (0x01UL << SCU_SFSPE_15_EZI_Pos)                          /*!< SCU SFSPE_15: EZI Mask              */\r
-#define SCU_SFSPE_15_EHD_Pos                                  8                                                         /*!< SCU SFSPE_15: EHD Position          */\r
-#define SCU_SFSPE_15_EHD_Msk                                  (0x03UL << SCU_SFSPE_15_EHD_Pos)                          /*!< SCU SFSPE_15: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSPF_0  ------------------------------------------\r
-#define SCU_SFSPF_0_MODE_Pos                                  0                                                         /*!< SCU SFSPF_0: MODE Position          */\r
-#define SCU_SFSPF_0_MODE_Msk                                  (0x07UL << SCU_SFSPF_0_MODE_Pos)                          /*!< SCU SFSPF_0: MODE Mask              */\r
-#define SCU_SFSPF_0_EPD_Pos                                   3                                                         /*!< SCU SFSPF_0: EPD Position           */\r
-#define SCU_SFSPF_0_EPD_Msk                                   (0x01UL << SCU_SFSPF_0_EPD_Pos)                           /*!< SCU SFSPF_0: EPD Mask               */\r
-#define SCU_SFSPF_0_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_0: EPUN Position          */\r
-#define SCU_SFSPF_0_EPUN_Msk                                  (0x01UL << SCU_SFSPF_0_EPUN_Pos)                          /*!< SCU SFSPF_0: EPUN Mask              */\r
-#define SCU_SFSPF_0_EHS_Pos                                   5                                                         /*!< SCU SFSPF_0: EHS Position           */\r
-#define SCU_SFSPF_0_EHS_Msk                                   (0x01UL << SCU_SFSPF_0_EHS_Pos)                           /*!< SCU SFSPF_0: EHS Mask               */\r
-#define SCU_SFSPF_0_EZI_Pos                                   6                                                         /*!< SCU SFSPF_0: EZI Position           */\r
-#define SCU_SFSPF_0_EZI_Msk                                   (0x01UL << SCU_SFSPF_0_EZI_Pos)                           /*!< SCU SFSPF_0: EZI Mask               */\r
-#define SCU_SFSPF_0_EHD_Pos                                   8                                                         /*!< SCU SFSPF_0: EHD Position           */\r
-#define SCU_SFSPF_0_EHD_Msk                                   (0x03UL << SCU_SFSPF_0_EHD_Pos)                           /*!< SCU SFSPF_0: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_1  ------------------------------------------\r
-#define SCU_SFSPF_1_MODE_Pos                                  0                                                         /*!< SCU SFSPF_1: MODE Position          */\r
-#define SCU_SFSPF_1_MODE_Msk                                  (0x07UL << SCU_SFSPF_1_MODE_Pos)                          /*!< SCU SFSPF_1: MODE Mask              */\r
-#define SCU_SFSPF_1_EPD_Pos                                   3                                                         /*!< SCU SFSPF_1: EPD Position           */\r
-#define SCU_SFSPF_1_EPD_Msk                                   (0x01UL << SCU_SFSPF_1_EPD_Pos)                           /*!< SCU SFSPF_1: EPD Mask               */\r
-#define SCU_SFSPF_1_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_1: EPUN Position          */\r
-#define SCU_SFSPF_1_EPUN_Msk                                  (0x01UL << SCU_SFSPF_1_EPUN_Pos)                          /*!< SCU SFSPF_1: EPUN Mask              */\r
-#define SCU_SFSPF_1_EHS_Pos                                   5                                                         /*!< SCU SFSPF_1: EHS Position           */\r
-#define SCU_SFSPF_1_EHS_Msk                                   (0x01UL << SCU_SFSPF_1_EHS_Pos)                           /*!< SCU SFSPF_1: EHS Mask               */\r
-#define SCU_SFSPF_1_EZI_Pos                                   6                                                         /*!< SCU SFSPF_1: EZI Position           */\r
-#define SCU_SFSPF_1_EZI_Msk                                   (0x01UL << SCU_SFSPF_1_EZI_Pos)                           /*!< SCU SFSPF_1: EZI Mask               */\r
-#define SCU_SFSPF_1_EHD_Pos                                   8                                                         /*!< SCU SFSPF_1: EHD Position           */\r
-#define SCU_SFSPF_1_EHD_Msk                                   (0x03UL << SCU_SFSPF_1_EHD_Pos)                           /*!< SCU SFSPF_1: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_2  ------------------------------------------\r
-#define SCU_SFSPF_2_MODE_Pos                                  0                                                         /*!< SCU SFSPF_2: MODE Position          */\r
-#define SCU_SFSPF_2_MODE_Msk                                  (0x07UL << SCU_SFSPF_2_MODE_Pos)                          /*!< SCU SFSPF_2: MODE Mask              */\r
-#define SCU_SFSPF_2_EPD_Pos                                   3                                                         /*!< SCU SFSPF_2: EPD Position           */\r
-#define SCU_SFSPF_2_EPD_Msk                                   (0x01UL << SCU_SFSPF_2_EPD_Pos)                           /*!< SCU SFSPF_2: EPD Mask               */\r
-#define SCU_SFSPF_2_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_2: EPUN Position          */\r
-#define SCU_SFSPF_2_EPUN_Msk                                  (0x01UL << SCU_SFSPF_2_EPUN_Pos)                          /*!< SCU SFSPF_2: EPUN Mask              */\r
-#define SCU_SFSPF_2_EHS_Pos                                   5                                                         /*!< SCU SFSPF_2: EHS Position           */\r
-#define SCU_SFSPF_2_EHS_Msk                                   (0x01UL << SCU_SFSPF_2_EHS_Pos)                           /*!< SCU SFSPF_2: EHS Mask               */\r
-#define SCU_SFSPF_2_EZI_Pos                                   6                                                         /*!< SCU SFSPF_2: EZI Position           */\r
-#define SCU_SFSPF_2_EZI_Msk                                   (0x01UL << SCU_SFSPF_2_EZI_Pos)                           /*!< SCU SFSPF_2: EZI Mask               */\r
-#define SCU_SFSPF_2_EHD_Pos                                   8                                                         /*!< SCU SFSPF_2: EHD Position           */\r
-#define SCU_SFSPF_2_EHD_Msk                                   (0x03UL << SCU_SFSPF_2_EHD_Pos)                           /*!< SCU SFSPF_2: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_3  ------------------------------------------\r
-#define SCU_SFSPF_3_MODE_Pos                                  0                                                         /*!< SCU SFSPF_3: MODE Position          */\r
-#define SCU_SFSPF_3_MODE_Msk                                  (0x07UL << SCU_SFSPF_3_MODE_Pos)                          /*!< SCU SFSPF_3: MODE Mask              */\r
-#define SCU_SFSPF_3_EPD_Pos                                   3                                                         /*!< SCU SFSPF_3: EPD Position           */\r
-#define SCU_SFSPF_3_EPD_Msk                                   (0x01UL << SCU_SFSPF_3_EPD_Pos)                           /*!< SCU SFSPF_3: EPD Mask               */\r
-#define SCU_SFSPF_3_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_3: EPUN Position          */\r
-#define SCU_SFSPF_3_EPUN_Msk                                  (0x01UL << SCU_SFSPF_3_EPUN_Pos)                          /*!< SCU SFSPF_3: EPUN Mask              */\r
-#define SCU_SFSPF_3_EHS_Pos                                   5                                                         /*!< SCU SFSPF_3: EHS Position           */\r
-#define SCU_SFSPF_3_EHS_Msk                                   (0x01UL << SCU_SFSPF_3_EHS_Pos)                           /*!< SCU SFSPF_3: EHS Mask               */\r
-#define SCU_SFSPF_3_EZI_Pos                                   6                                                         /*!< SCU SFSPF_3: EZI Position           */\r
-#define SCU_SFSPF_3_EZI_Msk                                   (0x01UL << SCU_SFSPF_3_EZI_Pos)                           /*!< SCU SFSPF_3: EZI Mask               */\r
-#define SCU_SFSPF_3_EHD_Pos                                   8                                                         /*!< SCU SFSPF_3: EHD Position           */\r
-#define SCU_SFSPF_3_EHD_Msk                                   (0x03UL << SCU_SFSPF_3_EHD_Pos)                           /*!< SCU SFSPF_3: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_4  ------------------------------------------\r
-#define SCU_SFSPF_4_MODE_Pos                                  0                                                         /*!< SCU SFSPF_4: MODE Position          */\r
-#define SCU_SFSPF_4_MODE_Msk                                  (0x07UL << SCU_SFSPF_4_MODE_Pos)                          /*!< SCU SFSPF_4: MODE Mask              */\r
-#define SCU_SFSPF_4_EPD_Pos                                   3                                                         /*!< SCU SFSPF_4: EPD Position           */\r
-#define SCU_SFSPF_4_EPD_Msk                                   (0x01UL << SCU_SFSPF_4_EPD_Pos)                           /*!< SCU SFSPF_4: EPD Mask               */\r
-#define SCU_SFSPF_4_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_4: EPUN Position          */\r
-#define SCU_SFSPF_4_EPUN_Msk                                  (0x01UL << SCU_SFSPF_4_EPUN_Pos)                          /*!< SCU SFSPF_4: EPUN Mask              */\r
-#define SCU_SFSPF_4_EHS_Pos                                   5                                                         /*!< SCU SFSPF_4: EHS Position           */\r
-#define SCU_SFSPF_4_EHS_Msk                                   (0x01UL << SCU_SFSPF_4_EHS_Pos)                           /*!< SCU SFSPF_4: EHS Mask               */\r
-#define SCU_SFSPF_4_EZI_Pos                                   6                                                         /*!< SCU SFSPF_4: EZI Position           */\r
-#define SCU_SFSPF_4_EZI_Msk                                   (0x01UL << SCU_SFSPF_4_EZI_Pos)                           /*!< SCU SFSPF_4: EZI Mask               */\r
-#define SCU_SFSPF_4_EHD_Pos                                   8                                                         /*!< SCU SFSPF_4: EHD Position           */\r
-#define SCU_SFSPF_4_EHD_Msk                                   (0x03UL << SCU_SFSPF_4_EHD_Pos)                           /*!< SCU SFSPF_4: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_5  ------------------------------------------\r
-#define SCU_SFSPF_5_MODE_Pos                                  0                                                         /*!< SCU SFSPF_5: MODE Position          */\r
-#define SCU_SFSPF_5_MODE_Msk                                  (0x07UL << SCU_SFSPF_5_MODE_Pos)                          /*!< SCU SFSPF_5: MODE Mask              */\r
-#define SCU_SFSPF_5_EPD_Pos                                   3                                                         /*!< SCU SFSPF_5: EPD Position           */\r
-#define SCU_SFSPF_5_EPD_Msk                                   (0x01UL << SCU_SFSPF_5_EPD_Pos)                           /*!< SCU SFSPF_5: EPD Mask               */\r
-#define SCU_SFSPF_5_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_5: EPUN Position          */\r
-#define SCU_SFSPF_5_EPUN_Msk                                  (0x01UL << SCU_SFSPF_5_EPUN_Pos)                          /*!< SCU SFSPF_5: EPUN Mask              */\r
-#define SCU_SFSPF_5_EHS_Pos                                   5                                                         /*!< SCU SFSPF_5: EHS Position           */\r
-#define SCU_SFSPF_5_EHS_Msk                                   (0x01UL << SCU_SFSPF_5_EHS_Pos)                           /*!< SCU SFSPF_5: EHS Mask               */\r
-#define SCU_SFSPF_5_EZI_Pos                                   6                                                         /*!< SCU SFSPF_5: EZI Position           */\r
-#define SCU_SFSPF_5_EZI_Msk                                   (0x01UL << SCU_SFSPF_5_EZI_Pos)                           /*!< SCU SFSPF_5: EZI Mask               */\r
-#define SCU_SFSPF_5_EHD_Pos                                   8                                                         /*!< SCU SFSPF_5: EHD Position           */\r
-#define SCU_SFSPF_5_EHD_Msk                                   (0x03UL << SCU_SFSPF_5_EHD_Pos)                           /*!< SCU SFSPF_5: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_6  ------------------------------------------\r
-#define SCU_SFSPF_6_MODE_Pos                                  0                                                         /*!< SCU SFSPF_6: MODE Position          */\r
-#define SCU_SFSPF_6_MODE_Msk                                  (0x07UL << SCU_SFSPF_6_MODE_Pos)                          /*!< SCU SFSPF_6: MODE Mask              */\r
-#define SCU_SFSPF_6_EPD_Pos                                   3                                                         /*!< SCU SFSPF_6: EPD Position           */\r
-#define SCU_SFSPF_6_EPD_Msk                                   (0x01UL << SCU_SFSPF_6_EPD_Pos)                           /*!< SCU SFSPF_6: EPD Mask               */\r
-#define SCU_SFSPF_6_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_6: EPUN Position          */\r
-#define SCU_SFSPF_6_EPUN_Msk                                  (0x01UL << SCU_SFSPF_6_EPUN_Pos)                          /*!< SCU SFSPF_6: EPUN Mask              */\r
-#define SCU_SFSPF_6_EHS_Pos                                   5                                                         /*!< SCU SFSPF_6: EHS Position           */\r
-#define SCU_SFSPF_6_EHS_Msk                                   (0x01UL << SCU_SFSPF_6_EHS_Pos)                           /*!< SCU SFSPF_6: EHS Mask               */\r
-#define SCU_SFSPF_6_EZI_Pos                                   6                                                         /*!< SCU SFSPF_6: EZI Position           */\r
-#define SCU_SFSPF_6_EZI_Msk                                   (0x01UL << SCU_SFSPF_6_EZI_Pos)                           /*!< SCU SFSPF_6: EZI Mask               */\r
-#define SCU_SFSPF_6_EHD_Pos                                   8                                                         /*!< SCU SFSPF_6: EHD Position           */\r
-#define SCU_SFSPF_6_EHD_Msk                                   (0x03UL << SCU_SFSPF_6_EHD_Pos)                           /*!< SCU SFSPF_6: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_7  ------------------------------------------\r
-#define SCU_SFSPF_7_MODE_Pos                                  0                                                         /*!< SCU SFSPF_7: MODE Position          */\r
-#define SCU_SFSPF_7_MODE_Msk                                  (0x07UL << SCU_SFSPF_7_MODE_Pos)                          /*!< SCU SFSPF_7: MODE Mask              */\r
-#define SCU_SFSPF_7_EPD_Pos                                   3                                                         /*!< SCU SFSPF_7: EPD Position           */\r
-#define SCU_SFSPF_7_EPD_Msk                                   (0x01UL << SCU_SFSPF_7_EPD_Pos)                           /*!< SCU SFSPF_7: EPD Mask               */\r
-#define SCU_SFSPF_7_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_7: EPUN Position          */\r
-#define SCU_SFSPF_7_EPUN_Msk                                  (0x01UL << SCU_SFSPF_7_EPUN_Pos)                          /*!< SCU SFSPF_7: EPUN Mask              */\r
-#define SCU_SFSPF_7_EHS_Pos                                   5                                                         /*!< SCU SFSPF_7: EHS Position           */\r
-#define SCU_SFSPF_7_EHS_Msk                                   (0x01UL << SCU_SFSPF_7_EHS_Pos)                           /*!< SCU SFSPF_7: EHS Mask               */\r
-#define SCU_SFSPF_7_EZI_Pos                                   6                                                         /*!< SCU SFSPF_7: EZI Position           */\r
-#define SCU_SFSPF_7_EZI_Msk                                   (0x01UL << SCU_SFSPF_7_EZI_Pos)                           /*!< SCU SFSPF_7: EZI Mask               */\r
-#define SCU_SFSPF_7_EHD_Pos                                   8                                                         /*!< SCU SFSPF_7: EHD Position           */\r
-#define SCU_SFSPF_7_EHD_Msk                                   (0x03UL << SCU_SFSPF_7_EHD_Pos)                           /*!< SCU SFSPF_7: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_8  ------------------------------------------\r
-#define SCU_SFSPF_8_MODE_Pos                                  0                                                         /*!< SCU SFSPF_8: MODE Position          */\r
-#define SCU_SFSPF_8_MODE_Msk                                  (0x07UL << SCU_SFSPF_8_MODE_Pos)                          /*!< SCU SFSPF_8: MODE Mask              */\r
-#define SCU_SFSPF_8_EPD_Pos                                   3                                                         /*!< SCU SFSPF_8: EPD Position           */\r
-#define SCU_SFSPF_8_EPD_Msk                                   (0x01UL << SCU_SFSPF_8_EPD_Pos)                           /*!< SCU SFSPF_8: EPD Mask               */\r
-#define SCU_SFSPF_8_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_8: EPUN Position          */\r
-#define SCU_SFSPF_8_EPUN_Msk                                  (0x01UL << SCU_SFSPF_8_EPUN_Pos)                          /*!< SCU SFSPF_8: EPUN Mask              */\r
-#define SCU_SFSPF_8_EHS_Pos                                   5                                                         /*!< SCU SFSPF_8: EHS Position           */\r
-#define SCU_SFSPF_8_EHS_Msk                                   (0x01UL << SCU_SFSPF_8_EHS_Pos)                           /*!< SCU SFSPF_8: EHS Mask               */\r
-#define SCU_SFSPF_8_EZI_Pos                                   6                                                         /*!< SCU SFSPF_8: EZI Position           */\r
-#define SCU_SFSPF_8_EZI_Msk                                   (0x01UL << SCU_SFSPF_8_EZI_Pos)                           /*!< SCU SFSPF_8: EZI Mask               */\r
-#define SCU_SFSPF_8_EHD_Pos                                   8                                                         /*!< SCU SFSPF_8: EHD Position           */\r
-#define SCU_SFSPF_8_EHD_Msk                                   (0x03UL << SCU_SFSPF_8_EHD_Pos)                           /*!< SCU SFSPF_8: EHD Mask               */\r
-\r
-// ---------------------------------------  SCU_SFSPF_9  ------------------------------------------\r
-#define SCU_SFSPF_9_MODE_Pos                                  0                                                         /*!< SCU SFSPF_9: MODE Position          */\r
-#define SCU_SFSPF_9_MODE_Msk                                  (0x07UL << SCU_SFSPF_9_MODE_Pos)                          /*!< SCU SFSPF_9: MODE Mask              */\r
-#define SCU_SFSPF_9_EPD_Pos                                   3                                                         /*!< SCU SFSPF_9: EPD Position           */\r
-#define SCU_SFSPF_9_EPD_Msk                                   (0x01UL << SCU_SFSPF_9_EPD_Pos)                           /*!< SCU SFSPF_9: EPD Mask               */\r
-#define SCU_SFSPF_9_EPUN_Pos                                  4                                                         /*!< SCU SFSPF_9: EPUN Position          */\r
-#define SCU_SFSPF_9_EPUN_Msk                                  (0x01UL << SCU_SFSPF_9_EPUN_Pos)                          /*!< SCU SFSPF_9: EPUN Mask              */\r
-#define SCU_SFSPF_9_EHS_Pos                                   5                                                         /*!< SCU SFSPF_9: EHS Position           */\r
-#define SCU_SFSPF_9_EHS_Msk                                   (0x01UL << SCU_SFSPF_9_EHS_Pos)                           /*!< SCU SFSPF_9: EHS Mask               */\r
-#define SCU_SFSPF_9_EZI_Pos                                   6                                                         /*!< SCU SFSPF_9: EZI Position           */\r
-#define SCU_SFSPF_9_EZI_Msk                                   (0x01UL << SCU_SFSPF_9_EZI_Pos)                           /*!< SCU SFSPF_9: EZI Mask               */\r
-#define SCU_SFSPF_9_EHD_Pos                                   8                                                         /*!< SCU SFSPF_9: EHD Position           */\r
-#define SCU_SFSPF_9_EHD_Msk                                   (0x03UL << SCU_SFSPF_9_EHD_Pos)                           /*!< SCU SFSPF_9: EHD Mask               */\r
-\r
-// --------------------------------------  SCU_SFSPF_10  ------------------------------------------\r
-#define SCU_SFSPF_10_MODE_Pos                                 0                                                         /*!< SCU SFSPF_10: MODE Position         */\r
-#define SCU_SFSPF_10_MODE_Msk                                 (0x07UL << SCU_SFSPF_10_MODE_Pos)                         /*!< SCU SFSPF_10: MODE Mask             */\r
-#define SCU_SFSPF_10_EPD_Pos                                  3                                                         /*!< SCU SFSPF_10: EPD Position          */\r
-#define SCU_SFSPF_10_EPD_Msk                                  (0x01UL << SCU_SFSPF_10_EPD_Pos)                          /*!< SCU SFSPF_10: EPD Mask              */\r
-#define SCU_SFSPF_10_EPUN_Pos                                 4                                                         /*!< SCU SFSPF_10: EPUN Position         */\r
-#define SCU_SFSPF_10_EPUN_Msk                                 (0x01UL << SCU_SFSPF_10_EPUN_Pos)                         /*!< SCU SFSPF_10: EPUN Mask             */\r
-#define SCU_SFSPF_10_EHS_Pos                                  5                                                         /*!< SCU SFSPF_10: EHS Position          */\r
-#define SCU_SFSPF_10_EHS_Msk                                  (0x01UL << SCU_SFSPF_10_EHS_Pos)                          /*!< SCU SFSPF_10: EHS Mask              */\r
-#define SCU_SFSPF_10_EZI_Pos                                  6                                                         /*!< SCU SFSPF_10: EZI Position          */\r
-#define SCU_SFSPF_10_EZI_Msk                                  (0x01UL << SCU_SFSPF_10_EZI_Pos)                          /*!< SCU SFSPF_10: EZI Mask              */\r
-#define SCU_SFSPF_10_EHD_Pos                                  8                                                         /*!< SCU SFSPF_10: EHD Position          */\r
-#define SCU_SFSPF_10_EHD_Msk                                  (0x03UL << SCU_SFSPF_10_EHD_Pos)                          /*!< SCU SFSPF_10: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSPF_11  ------------------------------------------\r
-#define SCU_SFSPF_11_MODE_Pos                                 0                                                         /*!< SCU SFSPF_11: MODE Position         */\r
-#define SCU_SFSPF_11_MODE_Msk                                 (0x07UL << SCU_SFSPF_11_MODE_Pos)                         /*!< SCU SFSPF_11: MODE Mask             */\r
-#define SCU_SFSPF_11_EPD_Pos                                  3                                                         /*!< SCU SFSPF_11: EPD Position          */\r
-#define SCU_SFSPF_11_EPD_Msk                                  (0x01UL << SCU_SFSPF_11_EPD_Pos)                          /*!< SCU SFSPF_11: EPD Mask              */\r
-#define SCU_SFSPF_11_EPUN_Pos                                 4                                                         /*!< SCU SFSPF_11: EPUN Position         */\r
-#define SCU_SFSPF_11_EPUN_Msk                                 (0x01UL << SCU_SFSPF_11_EPUN_Pos)                         /*!< SCU SFSPF_11: EPUN Mask             */\r
-#define SCU_SFSPF_11_EHS_Pos                                  5                                                         /*!< SCU SFSPF_11: EHS Position          */\r
-#define SCU_SFSPF_11_EHS_Msk                                  (0x01UL << SCU_SFSPF_11_EHS_Pos)                          /*!< SCU SFSPF_11: EHS Mask              */\r
-#define SCU_SFSPF_11_EZI_Pos                                  6                                                         /*!< SCU SFSPF_11: EZI Position          */\r
-#define SCU_SFSPF_11_EZI_Msk                                  (0x01UL << SCU_SFSPF_11_EZI_Pos)                          /*!< SCU SFSPF_11: EZI Mask              */\r
-#define SCU_SFSPF_11_EHD_Pos                                  8                                                         /*!< SCU SFSPF_11: EHD Position          */\r
-#define SCU_SFSPF_11_EHD_Msk                                  (0x03UL << SCU_SFSPF_11_EHD_Pos)                          /*!< SCU SFSPF_11: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSCLK_0  ------------------------------------------\r
-#define SCU_SFSCLK_0_MODE_Pos                                 0                                                         /*!< SCU SFSCLK_0: MODE Position         */\r
-#define SCU_SFSCLK_0_MODE_Msk                                 (0x07UL << SCU_SFSCLK_0_MODE_Pos)                         /*!< SCU SFSCLK_0: MODE Mask             */\r
-#define SCU_SFSCLK_0_EPD_Pos                                  3                                                         /*!< SCU SFSCLK_0: EPD Position          */\r
-#define SCU_SFSCLK_0_EPD_Msk                                  (0x01UL << SCU_SFSCLK_0_EPD_Pos)                          /*!< SCU SFSCLK_0: EPD Mask              */\r
-#define SCU_SFSCLK_0_EPUN_Pos                                 4                                                         /*!< SCU SFSCLK_0: EPUN Position         */\r
-#define SCU_SFSCLK_0_EPUN_Msk                                 (0x01UL << SCU_SFSCLK_0_EPUN_Pos)                         /*!< SCU SFSCLK_0: EPUN Mask             */\r
-#define SCU_SFSCLK_0_EHS_Pos                                  5                                                         /*!< SCU SFSCLK_0: EHS Position          */\r
-#define SCU_SFSCLK_0_EHS_Msk                                  (0x01UL << SCU_SFSCLK_0_EHS_Pos)                          /*!< SCU SFSCLK_0: EHS Mask              */\r
-#define SCU_SFSCLK_0_EZI_Pos                                  6                                                         /*!< SCU SFSCLK_0: EZI Position          */\r
-#define SCU_SFSCLK_0_EZI_Msk                                  (0x01UL << SCU_SFSCLK_0_EZI_Pos)                          /*!< SCU SFSCLK_0: EZI Mask              */\r
-#define SCU_SFSCLK_0_EHD_Pos                                  8                                                         /*!< SCU SFSCLK_0: EHD Position          */\r
-#define SCU_SFSCLK_0_EHD_Msk                                  (0x03UL << SCU_SFSCLK_0_EHD_Pos)                          /*!< SCU SFSCLK_0: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSCLK_1  ------------------------------------------\r
-#define SCU_SFSCLK_1_MODE_Pos                                 0                                                         /*!< SCU SFSCLK_1: MODE Position         */\r
-#define SCU_SFSCLK_1_MODE_Msk                                 (0x07UL << SCU_SFSCLK_1_MODE_Pos)                         /*!< SCU SFSCLK_1: MODE Mask             */\r
-#define SCU_SFSCLK_1_EPD_Pos                                  3                                                         /*!< SCU SFSCLK_1: EPD Position          */\r
-#define SCU_SFSCLK_1_EPD_Msk                                  (0x01UL << SCU_SFSCLK_1_EPD_Pos)                          /*!< SCU SFSCLK_1: EPD Mask              */\r
-#define SCU_SFSCLK_1_EPUN_Pos                                 4                                                         /*!< SCU SFSCLK_1: EPUN Position         */\r
-#define SCU_SFSCLK_1_EPUN_Msk                                 (0x01UL << SCU_SFSCLK_1_EPUN_Pos)                         /*!< SCU SFSCLK_1: EPUN Mask             */\r
-#define SCU_SFSCLK_1_EHS_Pos                                  5                                                         /*!< SCU SFSCLK_1: EHS Position          */\r
-#define SCU_SFSCLK_1_EHS_Msk                                  (0x01UL << SCU_SFSCLK_1_EHS_Pos)                          /*!< SCU SFSCLK_1: EHS Mask              */\r
-#define SCU_SFSCLK_1_EZI_Pos                                  6                                                         /*!< SCU SFSCLK_1: EZI Position          */\r
-#define SCU_SFSCLK_1_EZI_Msk                                  (0x01UL << SCU_SFSCLK_1_EZI_Pos)                          /*!< SCU SFSCLK_1: EZI Mask              */\r
-#define SCU_SFSCLK_1_EHD_Pos                                  8                                                         /*!< SCU SFSCLK_1: EHD Position          */\r
-#define SCU_SFSCLK_1_EHD_Msk                                  (0x03UL << SCU_SFSCLK_1_EHD_Pos)                          /*!< SCU SFSCLK_1: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSCLK_2  ------------------------------------------\r
-#define SCU_SFSCLK_2_MODE_Pos                                 0                                                         /*!< SCU SFSCLK_2: MODE Position         */\r
-#define SCU_SFSCLK_2_MODE_Msk                                 (0x07UL << SCU_SFSCLK_2_MODE_Pos)                         /*!< SCU SFSCLK_2: MODE Mask             */\r
-#define SCU_SFSCLK_2_EPD_Pos                                  3                                                         /*!< SCU SFSCLK_2: EPD Position          */\r
-#define SCU_SFSCLK_2_EPD_Msk                                  (0x01UL << SCU_SFSCLK_2_EPD_Pos)                          /*!< SCU SFSCLK_2: EPD Mask              */\r
-#define SCU_SFSCLK_2_EPUN_Pos                                 4                                                         /*!< SCU SFSCLK_2: EPUN Position         */\r
-#define SCU_SFSCLK_2_EPUN_Msk                                 (0x01UL << SCU_SFSCLK_2_EPUN_Pos)                         /*!< SCU SFSCLK_2: EPUN Mask             */\r
-#define SCU_SFSCLK_2_EHS_Pos                                  5                                                         /*!< SCU SFSCLK_2: EHS Position          */\r
-#define SCU_SFSCLK_2_EHS_Msk                                  (0x01UL << SCU_SFSCLK_2_EHS_Pos)                          /*!< SCU SFSCLK_2: EHS Mask              */\r
-#define SCU_SFSCLK_2_EZI_Pos                                  6                                                         /*!< SCU SFSCLK_2: EZI Position          */\r
-#define SCU_SFSCLK_2_EZI_Msk                                  (0x01UL << SCU_SFSCLK_2_EZI_Pos)                          /*!< SCU SFSCLK_2: EZI Mask              */\r
-#define SCU_SFSCLK_2_EHD_Pos                                  8                                                         /*!< SCU SFSCLK_2: EHD Position          */\r
-#define SCU_SFSCLK_2_EHD_Msk                                  (0x03UL << SCU_SFSCLK_2_EHD_Pos)                          /*!< SCU SFSCLK_2: EHD Mask              */\r
-\r
-// --------------------------------------  SCU_SFSCLK_3  ------------------------------------------\r
-#define SCU_SFSCLK_3_MODE_Pos                                 0                                                         /*!< SCU SFSCLK_3: MODE Position         */\r
-#define SCU_SFSCLK_3_MODE_Msk                                 (0x07UL << SCU_SFSCLK_3_MODE_Pos)                         /*!< SCU SFSCLK_3: MODE Mask             */\r
-#define SCU_SFSCLK_3_EPD_Pos                                  3                                                         /*!< SCU SFSCLK_3: EPD Position          */\r
-#define SCU_SFSCLK_3_EPD_Msk                                  (0x01UL << SCU_SFSCLK_3_EPD_Pos)                          /*!< SCU SFSCLK_3: EPD Mask              */\r
-#define SCU_SFSCLK_3_EPUN_Pos                                 4                                                         /*!< SCU SFSCLK_3: EPUN Position         */\r
-#define SCU_SFSCLK_3_EPUN_Msk                                 (0x01UL << SCU_SFSCLK_3_EPUN_Pos)                         /*!< SCU SFSCLK_3: EPUN Mask             */\r
-#define SCU_SFSCLK_3_EHS_Pos                                  5                                                         /*!< SCU SFSCLK_3: EHS Position          */\r
-#define SCU_SFSCLK_3_EHS_Msk                                  (0x01UL << SCU_SFSCLK_3_EHS_Pos)                          /*!< SCU SFSCLK_3: EHS Mask              */\r
-#define SCU_SFSCLK_3_EZI_Pos                                  6                                                         /*!< SCU SFSCLK_3: EZI Position          */\r
-#define SCU_SFSCLK_3_EZI_Msk                                  (0x01UL << SCU_SFSCLK_3_EZI_Pos)                          /*!< SCU SFSCLK_3: EZI Mask              */\r
-#define SCU_SFSCLK_3_EHD_Pos                                  8                                                         /*!< SCU SFSCLK_3: EHD Position          */\r
-#define SCU_SFSCLK_3_EHD_Msk                                  (0x03UL << SCU_SFSCLK_3_EHD_Pos)                          /*!< SCU SFSCLK_3: EHD Mask              */\r
-\r
-// ---------------------------------------  SCU_SFSUSB  -------------------------------------------\r
-#define SCU_SFSUSB_USB_AIM_Pos                                0                                                         /*!< SCU SFSUSB: USB_AIM Position        */\r
-#define SCU_SFSUSB_USB_AIM_Msk                                (0x01UL << SCU_SFSUSB_USB_AIM_Pos)                        /*!< SCU SFSUSB: USB_AIM Mask            */\r
-#define SCU_SFSUSB_USB_ESEA_Pos                               1                                                         /*!< SCU SFSUSB: USB_ESEA Position       */\r
-#define SCU_SFSUSB_USB_ESEA_Msk                               (0x01UL << SCU_SFSUSB_USB_ESEA_Pos)                       /*!< SCU SFSUSB: USB_ESEA Mask           */\r
-\r
-// ---------------------------------------  SCU_SFSI2C0  ------------------------------------------\r
-#define SCU_SFSI2C0_SDA_EHS_Pos                               0                                                         /*!< SCU SFSI2C0: SDA_EHS Position       */\r
-#define SCU_SFSI2C0_SDA_EHS_Msk                               (0x01UL << SCU_SFSI2C0_SDA_EHS_Pos)                       /*!< SCU SFSI2C0: SDA_EHS Mask           */\r
-#define SCU_SFSI2C0_SCL_EHS_Pos                               1                                                         /*!< SCU SFSI2C0: SCL_EHS Position       */\r
-#define SCU_SFSI2C0_SCL_EHS_Msk                               (0x01UL << SCU_SFSI2C0_SCL_EHS_Pos)                       /*!< SCU SFSI2C0: SCL_EHS Mask           */\r
-#define SCU_SFSI2C0_SCL_ECS_Pos                               2                                                         /*!< SCU SFSI2C0: SCL_ECS Position       */\r
-#define SCU_SFSI2C0_SCL_ECS_Msk                               (0x01UL << SCU_SFSI2C0_SCL_ECS_Pos)                       /*!< SCU SFSI2C0: SCL_ECS Mask           */\r
-\r
-// ---------------------------------------  SCU_ENAIO0  -------------------------------------------\r
-#define SCU_ENAIO0_ADC0_0_Pos                                 0                                                         /*!< SCU ENAIO0: ADC0_0 Position         */\r
-#define SCU_ENAIO0_ADC0_0_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_0_Pos)                         /*!< SCU ENAIO0: ADC0_0 Mask             */\r
-#define SCU_ENAIO0_ADC0_1_Pos                                 1                                                         /*!< SCU ENAIO0: ADC0_1 Position         */\r
-#define SCU_ENAIO0_ADC0_1_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_1_Pos)                         /*!< SCU ENAIO0: ADC0_1 Mask             */\r
-#define SCU_ENAIO0_ADC0_2_Pos                                 2                                                         /*!< SCU ENAIO0: ADC0_2 Position         */\r
-#define SCU_ENAIO0_ADC0_2_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_2_Pos)                         /*!< SCU ENAIO0: ADC0_2 Mask             */\r
-#define SCU_ENAIO0_ADC0_3_Pos                                 3                                                         /*!< SCU ENAIO0: ADC0_3 Position         */\r
-#define SCU_ENAIO0_ADC0_3_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_3_Pos)                         /*!< SCU ENAIO0: ADC0_3 Mask             */\r
-#define SCU_ENAIO0_ADC0_4_Pos                                 4                                                         /*!< SCU ENAIO0: ADC0_4 Position         */\r
-#define SCU_ENAIO0_ADC0_4_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_4_Pos)                         /*!< SCU ENAIO0: ADC0_4 Mask             */\r
-#define SCU_ENAIO0_ADC0_5_Pos                                 5                                                         /*!< SCU ENAIO0: ADC0_5 Position         */\r
-#define SCU_ENAIO0_ADC0_5_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_5_Pos)                         /*!< SCU ENAIO0: ADC0_5 Mask             */\r
-#define SCU_ENAIO0_ADC0_6_Pos                                 6                                                         /*!< SCU ENAIO0: ADC0_6 Position         */\r
-#define SCU_ENAIO0_ADC0_6_Msk                                 (0x01UL << SCU_ENAIO0_ADC0_6_Pos)                         /*!< SCU ENAIO0: ADC0_6 Mask             */\r
-\r
-// ---------------------------------------  SCU_ENAIO1  -------------------------------------------\r
-#define SCU_ENAIO1_ADC1_0_Pos                                 0                                                         /*!< SCU ENAIO1: ADC1_0 Position         */\r
-#define SCU_ENAIO1_ADC1_0_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_0_Pos)                         /*!< SCU ENAIO1: ADC1_0 Mask             */\r
-#define SCU_ENAIO1_ADC1_1_Pos                                 1                                                         /*!< SCU ENAIO1: ADC1_1 Position         */\r
-#define SCU_ENAIO1_ADC1_1_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_1_Pos)                         /*!< SCU ENAIO1: ADC1_1 Mask             */\r
-#define SCU_ENAIO1_ADC1_2_Pos                                 2                                                         /*!< SCU ENAIO1: ADC1_2 Position         */\r
-#define SCU_ENAIO1_ADC1_2_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_2_Pos)                         /*!< SCU ENAIO1: ADC1_2 Mask             */\r
-#define SCU_ENAIO1_ADC1_3_Pos                                 3                                                         /*!< SCU ENAIO1: ADC1_3 Position         */\r
-#define SCU_ENAIO1_ADC1_3_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_3_Pos)                         /*!< SCU ENAIO1: ADC1_3 Mask             */\r
-#define SCU_ENAIO1_ADC1_4_Pos                                 4                                                         /*!< SCU ENAIO1: ADC1_4 Position         */\r
-#define SCU_ENAIO1_ADC1_4_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_4_Pos)                         /*!< SCU ENAIO1: ADC1_4 Mask             */\r
-#define SCU_ENAIO1_ADC1_5_Pos                                 5                                                         /*!< SCU ENAIO1: ADC1_5 Position         */\r
-#define SCU_ENAIO1_ADC1_5_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_5_Pos)                         /*!< SCU ENAIO1: ADC1_5 Mask             */\r
-#define SCU_ENAIO1_ADC1_6_Pos                                 6                                                         /*!< SCU ENAIO1: ADC1_6 Position         */\r
-#define SCU_ENAIO1_ADC1_6_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_6_Pos)                         /*!< SCU ENAIO1: ADC1_6 Mask             */\r
-#define SCU_ENAIO1_ADC1_7_Pos                                 7                                                         /*!< SCU ENAIO1: ADC1_7 Position         */\r
-#define SCU_ENAIO1_ADC1_7_Msk                                 (0x01UL << SCU_ENAIO1_ADC1_7_Pos)                         /*!< SCU ENAIO1: ADC1_7 Mask             */\r
-\r
-// ---------------------------------------  SCU_ENAIO2  -------------------------------------------\r
-#define SCU_ENAIO2_DAC_Pos                                    0                                                         /*!< SCU ENAIO2: DAC Position            */\r
-#define SCU_ENAIO2_DAC_Msk                                    (0x01UL << SCU_ENAIO2_DAC_Pos)                            /*!< SCU ENAIO2: DAC Mask                */\r
-#define SCU_ENAIO2_BG_Pos                                     4                                                         /*!< SCU ENAIO2: BG Position             */\r
-#define SCU_ENAIO2_BG_Msk                                     (0x01UL << SCU_ENAIO2_BG_Pos)                             /*!< SCU ENAIO2: BG Mask                 */\r
-\r
-// -------------------------------------  SCU_EMCDELAYCLK  ----------------------------------------\r
-#define SCU_EMCDELAYCLK_CLK0_DELAY_Pos                        0                                                         /*!< SCU EMCDELAYCLK: CLK0_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CLK0_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CLK0_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CLK0_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CLK1_DELAY_Pos                        4                                                         /*!< SCU EMCDELAYCLK: CLK1_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CLK1_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CLK1_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CLK1_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CLK2_DELAY_Pos                        8                                                         /*!< SCU EMCDELAYCLK: CLK2_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CLK2_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CLK2_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CLK2_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CLK3_DELAY_Pos                        12                                                        /*!< SCU EMCDELAYCLK: CLK3_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CLK3_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CLK3_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CLK3_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CKE0_DELAY_Pos                        16                                                        /*!< SCU EMCDELAYCLK: CKE0_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CKE0_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CKE0_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CKE0_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CKE1_DELAY_Pos                        20                                                        /*!< SCU EMCDELAYCLK: CKE1_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CKE1_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CKE1_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CKE1_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CKE2_DELAY_Pos                        24                                                        /*!< SCU EMCDELAYCLK: CKE2_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CKE2_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CKE2_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CKE2_DELAY Mask    */\r
-#define SCU_EMCDELAYCLK_CKE3_DELAY_Pos                        28                                                        /*!< SCU EMCDELAYCLK: CKE3_DELAY Position */\r
-#define SCU_EMCDELAYCLK_CKE3_DELAY_Msk                        (0x07UL << SCU_EMCDELAYCLK_CKE3_DELAY_Pos)                /*!< SCU EMCDELAYCLK: CKE3_DELAY Mask    */\r
-\r
-// --------------------------------------  SCU_PINTSEL0  ------------------------------------------\r
-#define SCU_PINTSEL0_INTPIN0_Pos                              0                                                         /*!< SCU PINTSEL0: INTPIN0 Position      */\r
-#define SCU_PINTSEL0_INTPIN0_Msk                              (0x1fUL << SCU_PINTSEL0_INTPIN0_Pos)                      /*!< SCU PINTSEL0: INTPIN0 Mask          */\r
-#define SCU_PINTSEL0_PORTSEL0_Pos                             5                                                         /*!< SCU PINTSEL0: PORTSEL0 Position     */\r
-#define SCU_PINTSEL0_PORTSEL0_Msk                             (0x07UL << SCU_PINTSEL0_PORTSEL0_Pos)                     /*!< SCU PINTSEL0: PORTSEL0 Mask         */\r
-#define SCU_PINTSEL0_INTPIN1_Pos                              8                                                         /*!< SCU PINTSEL0: INTPIN1 Position      */\r
-#define SCU_PINTSEL0_INTPIN1_Msk                              (0x1fUL << SCU_PINTSEL0_INTPIN1_Pos)                      /*!< SCU PINTSEL0: INTPIN1 Mask          */\r
-#define SCU_PINTSEL0_PORTSEL1_Pos                             13                                                        /*!< SCU PINTSEL0: PORTSEL1 Position     */\r
-#define SCU_PINTSEL0_PORTSEL1_Msk                             (0x07UL << SCU_PINTSEL0_PORTSEL1_Pos)                     /*!< SCU PINTSEL0: PORTSEL1 Mask         */\r
-#define SCU_PINTSEL0_INTPIN2_Pos                              16                                                        /*!< SCU PINTSEL0: INTPIN2 Position      */\r
-#define SCU_PINTSEL0_INTPIN2_Msk                              (0x1fUL << SCU_PINTSEL0_INTPIN2_Pos)                      /*!< SCU PINTSEL0: INTPIN2 Mask          */\r
-#define SCU_PINTSEL0_PORTSEL2_Pos                             21                                                        /*!< SCU PINTSEL0: PORTSEL2 Position     */\r
-#define SCU_PINTSEL0_PORTSEL2_Msk                             (0x07UL << SCU_PINTSEL0_PORTSEL2_Pos)                     /*!< SCU PINTSEL0: PORTSEL2 Mask         */\r
-#define SCU_PINTSEL0_INTPIN3_Pos                              24                                                        /*!< SCU PINTSEL0: INTPIN3 Position      */\r
-#define SCU_PINTSEL0_INTPIN3_Msk                              (0x1fUL << SCU_PINTSEL0_INTPIN3_Pos)                      /*!< SCU PINTSEL0: INTPIN3 Mask          */\r
-#define SCU_PINTSEL0_PORTSEL3_Pos                             29                                                        /*!< SCU PINTSEL0: PORTSEL3 Position     */\r
-#define SCU_PINTSEL0_PORTSEL3_Msk                             (0x07UL << SCU_PINTSEL0_PORTSEL3_Pos)                     /*!< SCU PINTSEL0: PORTSEL3 Mask         */\r
-\r
-// --------------------------------------  SCU_PINTSEL1  ------------------------------------------\r
-#define SCU_PINTSEL1_INTPIN4_Pos                              0                                                         /*!< SCU PINTSEL1: INTPIN4 Position      */\r
-#define SCU_PINTSEL1_INTPIN4_Msk                              (0x1fUL << SCU_PINTSEL1_INTPIN4_Pos)                      /*!< SCU PINTSEL1: INTPIN4 Mask          */\r
-#define SCU_PINTSEL1_PORTSEL4_Pos                             5                                                         /*!< SCU PINTSEL1: PORTSEL4 Position     */\r
-#define SCU_PINTSEL1_PORTSEL4_Msk                             (0x07UL << SCU_PINTSEL1_PORTSEL4_Pos)                     /*!< SCU PINTSEL1: PORTSEL4 Mask         */\r
-#define SCU_PINTSEL1_INTPIN5_Pos                              8                                                         /*!< SCU PINTSEL1: INTPIN5 Position      */\r
-#define SCU_PINTSEL1_INTPIN5_Msk                              (0x1fUL << SCU_PINTSEL1_INTPIN5_Pos)                      /*!< SCU PINTSEL1: INTPIN5 Mask          */\r
-#define SCU_PINTSEL1_PORTSEL5_Pos                             13                                                        /*!< SCU PINTSEL1: PORTSEL5 Position     */\r
-#define SCU_PINTSEL1_PORTSEL5_Msk                             (0x07UL << SCU_PINTSEL1_PORTSEL5_Pos)                     /*!< SCU PINTSEL1: PORTSEL5 Mask         */\r
-#define SCU_PINTSEL1_INTPIN6_Pos                              16                                                        /*!< SCU PINTSEL1: INTPIN6 Position      */\r
-#define SCU_PINTSEL1_INTPIN6_Msk                              (0x1fUL << SCU_PINTSEL1_INTPIN6_Pos)                      /*!< SCU PINTSEL1: INTPIN6 Mask          */\r
-#define SCU_PINTSEL1_PORTSEL6_Pos                             21                                                        /*!< SCU PINTSEL1: PORTSEL6 Position     */\r
-#define SCU_PINTSEL1_PORTSEL6_Msk                             (0x07UL << SCU_PINTSEL1_PORTSEL6_Pos)                     /*!< SCU PINTSEL1: PORTSEL6 Mask         */\r
-#define SCU_PINTSEL1_INTPIN7_Pos                              24                                                        /*!< SCU PINTSEL1: INTPIN7 Position      */\r
-#define SCU_PINTSEL1_INTPIN7_Msk                              (0x1fUL << SCU_PINTSEL1_INTPIN7_Pos)                      /*!< SCU PINTSEL1: INTPIN7 Mask          */\r
-#define SCU_PINTSEL1_PORTSEL7_Pos                             29                                                        /*!< SCU PINTSEL1: PORTSEL7 Position     */\r
-#define SCU_PINTSEL1_PORTSEL7_Msk                             (0x07UL << SCU_PINTSEL1_PORTSEL7_Pos)                     /*!< SCU PINTSEL1: PORTSEL7 Mask         */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                             GPIO_PIN_INT Position & Mask                             -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ------------------------------------  GPIO_PIN_INT_ISEL  ---------------------------------------\r
-#define GPIO_PIN_INT_ISEL_PMODE0_Pos                          0                                                         /*!< GPIO_PIN_INT ISEL: PMODE0 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE0_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE0_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE0 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE1_Pos                          1                                                         /*!< GPIO_PIN_INT ISEL: PMODE1 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE1_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE1_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE1 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE2_Pos                          2                                                         /*!< GPIO_PIN_INT ISEL: PMODE2 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE2_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE2_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE2 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE3_Pos                          3                                                         /*!< GPIO_PIN_INT ISEL: PMODE3 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE3_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE3_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE3 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE4_Pos                          4                                                         /*!< GPIO_PIN_INT ISEL: PMODE4 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE4_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE4_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE4 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE5_Pos                          5                                                         /*!< GPIO_PIN_INT ISEL: PMODE5 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE5_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE5_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE5 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE6_Pos                          6                                                         /*!< GPIO_PIN_INT ISEL: PMODE6 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE6_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE6_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE6 Mask      */\r
-#define GPIO_PIN_INT_ISEL_PMODE7_Pos                          7                                                         /*!< GPIO_PIN_INT ISEL: PMODE7 Position  */\r
-#define GPIO_PIN_INT_ISEL_PMODE7_Msk                          (0x01UL << GPIO_PIN_INT_ISEL_PMODE7_Pos)                  /*!< GPIO_PIN_INT ISEL: PMODE7 Mask      */\r
-\r
-// ------------------------------------  GPIO_PIN_INT_IENR  ---------------------------------------\r
-#define GPIO_PIN_INT_IENR_ENRL0_Pos                           0                                                         /*!< GPIO_PIN_INT IENR: ENRL0 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL0_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL0_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL0 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL1_Pos                           1                                                         /*!< GPIO_PIN_INT IENR: ENRL1 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL1_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL1_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL1 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL2_Pos                           2                                                         /*!< GPIO_PIN_INT IENR: ENRL2 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL2_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL2_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL2 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL3_Pos                           3                                                         /*!< GPIO_PIN_INT IENR: ENRL3 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL3_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL3_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL3 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL4_Pos                           4                                                         /*!< GPIO_PIN_INT IENR: ENRL4 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL4_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL4_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL4 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL5_Pos                           5                                                         /*!< GPIO_PIN_INT IENR: ENRL5 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL5_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL5_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL5 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL6_Pos                           6                                                         /*!< GPIO_PIN_INT IENR: ENRL6 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL6_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL6_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL6 Mask       */\r
-#define GPIO_PIN_INT_IENR_ENRL7_Pos                           7                                                         /*!< GPIO_PIN_INT IENR: ENRL7 Position   */\r
-#define GPIO_PIN_INT_IENR_ENRL7_Msk                           (0x01UL << GPIO_PIN_INT_IENR_ENRL7_Pos)                   /*!< GPIO_PIN_INT IENR: ENRL7 Mask       */\r
-\r
-// -----------------------------------  GPIO_PIN_INT_SIENR  ---------------------------------------\r
-#define GPIO_PIN_INT_SIENR_SETENRL0_Pos                       0                                                         /*!< GPIO_PIN_INT SIENR: SETENRL0 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL0_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL0_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL0 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL1_Pos                       1                                                         /*!< GPIO_PIN_INT SIENR: SETENRL1 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL1_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL1_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL1 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL2_Pos                       2                                                         /*!< GPIO_PIN_INT SIENR: SETENRL2 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL2_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL2_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL2 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL3_Pos                       3                                                         /*!< GPIO_PIN_INT SIENR: SETENRL3 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL3_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL3_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL3 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL4_Pos                       4                                                         /*!< GPIO_PIN_INT SIENR: SETENRL4 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL4_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL4_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL4 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL5_Pos                       5                                                         /*!< GPIO_PIN_INT SIENR: SETENRL5 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL5_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL5_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL5 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL6_Pos                       6                                                         /*!< GPIO_PIN_INT SIENR: SETENRL6 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL6_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL6_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL6 Mask   */\r
-#define GPIO_PIN_INT_SIENR_SETENRL7_Pos                       7                                                         /*!< GPIO_PIN_INT SIENR: SETENRL7 Position */\r
-#define GPIO_PIN_INT_SIENR_SETENRL7_Msk                       (0x01UL << GPIO_PIN_INT_SIENR_SETENRL7_Pos)               /*!< GPIO_PIN_INT SIENR: SETENRL7 Mask   */\r
-\r
-// -----------------------------------  GPIO_PIN_INT_CIENR  ---------------------------------------\r
-#define GPIO_PIN_INT_CIENR_CENRL0_Pos                         0                                                         /*!< GPIO_PIN_INT CIENR: CENRL0 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL0_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL0_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL0 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL1_Pos                         1                                                         /*!< GPIO_PIN_INT CIENR: CENRL1 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL1_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL1_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL1 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL2_Pos                         2                                                         /*!< GPIO_PIN_INT CIENR: CENRL2 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL2_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL2_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL2 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL3_Pos                         3                                                         /*!< GPIO_PIN_INT CIENR: CENRL3 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL3_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL3_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL3 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL4_Pos                         4                                                         /*!< GPIO_PIN_INT CIENR: CENRL4 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL4_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL4_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL4 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL5_Pos                         5                                                         /*!< GPIO_PIN_INT CIENR: CENRL5 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL5_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL5_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL5 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL6_Pos                         6                                                         /*!< GPIO_PIN_INT CIENR: CENRL6 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL6_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL6_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL6 Mask     */\r
-#define GPIO_PIN_INT_CIENR_CENRL7_Pos                         7                                                         /*!< GPIO_PIN_INT CIENR: CENRL7 Position */\r
-#define GPIO_PIN_INT_CIENR_CENRL7_Msk                         (0x01UL << GPIO_PIN_INT_CIENR_CENRL7_Pos)                 /*!< GPIO_PIN_INT CIENR: CENRL7 Mask     */\r
-\r
-// ------------------------------------  GPIO_PIN_INT_IENF  ---------------------------------------\r
-#define GPIO_PIN_INT_IENF_ENAF0_Pos                           0                                                         /*!< GPIO_PIN_INT IENF: ENAF0 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF0_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF0_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF0 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF1_Pos                           1                                                         /*!< GPIO_PIN_INT IENF: ENAF1 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF1_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF1_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF1 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF2_Pos                           2                                                         /*!< GPIO_PIN_INT IENF: ENAF2 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF2_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF2_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF2 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF3_Pos                           3                                                         /*!< GPIO_PIN_INT IENF: ENAF3 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF3_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF3_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF3 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF4_Pos                           4                                                         /*!< GPIO_PIN_INT IENF: ENAF4 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF4_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF4_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF4 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF5_Pos                           5                                                         /*!< GPIO_PIN_INT IENF: ENAF5 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF5_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF5_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF5 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF6_Pos                           6                                                         /*!< GPIO_PIN_INT IENF: ENAF6 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF6_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF6_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF6 Mask       */\r
-#define GPIO_PIN_INT_IENF_ENAF7_Pos                           7                                                         /*!< GPIO_PIN_INT IENF: ENAF7 Position   */\r
-#define GPIO_PIN_INT_IENF_ENAF7_Msk                           (0x01UL << GPIO_PIN_INT_IENF_ENAF7_Pos)                   /*!< GPIO_PIN_INT IENF: ENAF7 Mask       */\r
-\r
-// -----------------------------------  GPIO_PIN_INT_SIENF  ---------------------------------------\r
-#define GPIO_PIN_INT_SIENF_SETENAF0_Pos                       0                                                         /*!< GPIO_PIN_INT SIENF: SETENAF0 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF0_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF0_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF0 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF1_Pos                       1                                                         /*!< GPIO_PIN_INT SIENF: SETENAF1 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF1_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF1_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF1 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF2_Pos                       2                                                         /*!< GPIO_PIN_INT SIENF: SETENAF2 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF2_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF2_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF2 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF3_Pos                       3                                                         /*!< GPIO_PIN_INT SIENF: SETENAF3 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF3_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF3_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF3 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF4_Pos                       4                                                         /*!< GPIO_PIN_INT SIENF: SETENAF4 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF4_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF4_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF4 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF5_Pos                       5                                                         /*!< GPIO_PIN_INT SIENF: SETENAF5 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF5_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF5_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF5 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF6_Pos                       6                                                         /*!< GPIO_PIN_INT SIENF: SETENAF6 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF6_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF6_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF6 Mask   */\r
-#define GPIO_PIN_INT_SIENF_SETENAF7_Pos                       7                                                         /*!< GPIO_PIN_INT SIENF: SETENAF7 Position */\r
-#define GPIO_PIN_INT_SIENF_SETENAF7_Msk                       (0x01UL << GPIO_PIN_INT_SIENF_SETENAF7_Pos)               /*!< GPIO_PIN_INT SIENF: SETENAF7 Mask   */\r
-\r
-// -----------------------------------  GPIO_PIN_INT_CIENF  ---------------------------------------\r
-#define GPIO_PIN_INT_CIENF_CENAF0_Pos                         0                                                         /*!< GPIO_PIN_INT CIENF: CENAF0 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF0_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF0_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF0 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF1_Pos                         1                                                         /*!< GPIO_PIN_INT CIENF: CENAF1 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF1_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF1_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF1 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF2_Pos                         2                                                         /*!< GPIO_PIN_INT CIENF: CENAF2 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF2_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF2_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF2 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF3_Pos                         3                                                         /*!< GPIO_PIN_INT CIENF: CENAF3 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF3_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF3_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF3 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF4_Pos                         4                                                         /*!< GPIO_PIN_INT CIENF: CENAF4 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF4_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF4_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF4 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF5_Pos                         5                                                         /*!< GPIO_PIN_INT CIENF: CENAF5 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF5_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF5_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF5 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF6_Pos                         6                                                         /*!< GPIO_PIN_INT CIENF: CENAF6 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF6_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF6_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF6 Mask     */\r
-#define GPIO_PIN_INT_CIENF_CENAF7_Pos                         7                                                         /*!< GPIO_PIN_INT CIENF: CENAF7 Position */\r
-#define GPIO_PIN_INT_CIENF_CENAF7_Msk                         (0x01UL << GPIO_PIN_INT_CIENF_CENAF7_Pos)                 /*!< GPIO_PIN_INT CIENF: CENAF7 Mask     */\r
-\r
-// ------------------------------------  GPIO_PIN_INT_RISE  ---------------------------------------\r
-#define GPIO_PIN_INT_RISE_RDET0_Pos                           0                                                         /*!< GPIO_PIN_INT RISE: RDET0 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET0_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET0_Pos)                   /*!< GPIO_PIN_INT RISE: RDET0 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET1_Pos                           1                                                         /*!< GPIO_PIN_INT RISE: RDET1 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET1_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET1_Pos)                   /*!< GPIO_PIN_INT RISE: RDET1 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET2_Pos                           2                                                         /*!< GPIO_PIN_INT RISE: RDET2 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET2_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET2_Pos)                   /*!< GPIO_PIN_INT RISE: RDET2 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET3_Pos                           3                                                         /*!< GPIO_PIN_INT RISE: RDET3 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET3_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET3_Pos)                   /*!< GPIO_PIN_INT RISE: RDET3 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET4_Pos                           4                                                         /*!< GPIO_PIN_INT RISE: RDET4 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET4_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET4_Pos)                   /*!< GPIO_PIN_INT RISE: RDET4 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET5_Pos                           5                                                         /*!< GPIO_PIN_INT RISE: RDET5 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET5_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET5_Pos)                   /*!< GPIO_PIN_INT RISE: RDET5 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET6_Pos                           6                                                         /*!< GPIO_PIN_INT RISE: RDET6 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET6_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET6_Pos)                   /*!< GPIO_PIN_INT RISE: RDET6 Mask       */\r
-#define GPIO_PIN_INT_RISE_RDET7_Pos                           7                                                         /*!< GPIO_PIN_INT RISE: RDET7 Position   */\r
-#define GPIO_PIN_INT_RISE_RDET7_Msk                           (0x01UL << GPIO_PIN_INT_RISE_RDET7_Pos)                   /*!< GPIO_PIN_INT RISE: RDET7 Mask       */\r
-\r
-// ------------------------------------  GPIO_PIN_INT_FALL  ---------------------------------------\r
-#define GPIO_PIN_INT_FALL_FDET0_Pos                           0                                                         /*!< GPIO_PIN_INT FALL: FDET0 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET0_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET0_Pos)                   /*!< GPIO_PIN_INT FALL: FDET0 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET1_Pos                           1                                                         /*!< GPIO_PIN_INT FALL: FDET1 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET1_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET1_Pos)                   /*!< GPIO_PIN_INT FALL: FDET1 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET2_Pos                           2                                                         /*!< GPIO_PIN_INT FALL: FDET2 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET2_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET2_Pos)                   /*!< GPIO_PIN_INT FALL: FDET2 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET3_Pos                           3                                                         /*!< GPIO_PIN_INT FALL: FDET3 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET3_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET3_Pos)                   /*!< GPIO_PIN_INT FALL: FDET3 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET4_Pos                           4                                                         /*!< GPIO_PIN_INT FALL: FDET4 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET4_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET4_Pos)                   /*!< GPIO_PIN_INT FALL: FDET4 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET5_Pos                           5                                                         /*!< GPIO_PIN_INT FALL: FDET5 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET5_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET5_Pos)                   /*!< GPIO_PIN_INT FALL: FDET5 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET6_Pos                           6                                                         /*!< GPIO_PIN_INT FALL: FDET6 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET6_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET6_Pos)                   /*!< GPIO_PIN_INT FALL: FDET6 Mask       */\r
-#define GPIO_PIN_INT_FALL_FDET7_Pos                           7                                                         /*!< GPIO_PIN_INT FALL: FDET7 Position   */\r
-#define GPIO_PIN_INT_FALL_FDET7_Msk                           (0x01UL << GPIO_PIN_INT_FALL_FDET7_Pos)                   /*!< GPIO_PIN_INT FALL: FDET7 Mask       */\r
-\r
-// ------------------------------------  GPIO_PIN_INT_IST  ----------------------------------------\r
-#define GPIO_PIN_INT_IST_PSTAT0_Pos                           0                                                         /*!< GPIO_PIN_INT IST: PSTAT0 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT0_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT0_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT0 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT1_Pos                           1                                                         /*!< GPIO_PIN_INT IST: PSTAT1 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT1_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT1_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT1 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT2_Pos                           2                                                         /*!< GPIO_PIN_INT IST: PSTAT2 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT2_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT2_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT2 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT3_Pos                           3                                                         /*!< GPIO_PIN_INT IST: PSTAT3 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT3_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT3_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT3 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT4_Pos                           4                                                         /*!< GPIO_PIN_INT IST: PSTAT4 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT4_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT4_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT4 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT5_Pos                           5                                                         /*!< GPIO_PIN_INT IST: PSTAT5 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT5_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT5_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT5 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT6_Pos                           6                                                         /*!< GPIO_PIN_INT IST: PSTAT6 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT6_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT6_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT6 Mask       */\r
-#define GPIO_PIN_INT_IST_PSTAT7_Pos                           7                                                         /*!< GPIO_PIN_INT IST: PSTAT7 Position   */\r
-#define GPIO_PIN_INT_IST_PSTAT7_Msk                           (0x01UL << GPIO_PIN_INT_IST_PSTAT7_Pos)                   /*!< GPIO_PIN_INT IST: PSTAT7 Mask       */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                            GPIO_GROUP_INTn Position & Mask                           -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------  GPIO_GROUP_INTn_CTRL  --------------------------------------\r
-#define GPIO_GROUP_INTn_CTRL_INT_Pos                          0                                                         /*!< GPIO_GROUP_INTn CTRL: INT Position  */\r
-#define GPIO_GROUP_INTn_CTRL_INT_Msk                          (0x01UL << GPIO_GROUP_INTn_CTRL_INT_Pos)                  /*!< GPIO_GROUP_INTn CTRL: INT Mask      */\r
-#define GPIO_GROUP_INTn_CTRL_COMB_Pos                         1                                                         /*!< GPIO_GROUP_INTn CTRL: COMB Position */\r
-#define GPIO_GROUP_INTn_CTRL_COMB_Msk                         (0x01UL << GPIO_GROUP_INTn_CTRL_COMB_Pos)                 /*!< GPIO_GROUP_INTn CTRL: COMB Mask     */\r
-#define GPIO_GROUP_INTn_CTRL_TRIG_Pos                         2                                                         /*!< GPIO_GROUP_INTn CTRL: TRIG Position */\r
-#define GPIO_GROUP_INTn_CTRL_TRIG_Msk                         (0x01UL << GPIO_GROUP_INTn_CTRL_TRIG_Pos)                 /*!< GPIO_GROUP_INTn CTRL: TRIG Mask     */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL0  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL0: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL0: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL0: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL0_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL0_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL0: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL1  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL1: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL1: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL1: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL1_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL1_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL1: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL2  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL2: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL2: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL2: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL2_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL2_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL2: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL3  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL3: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL3: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL3: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL3_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL3_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL3: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL4  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL4: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL4: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL4: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL4_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL4_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL4: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL5  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL5: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL5: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL5: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL5_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL5_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL5: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL6  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL6: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL6: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL6: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL6_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL6_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL6: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_POL7  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_0_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_1_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_2_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_3_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_4_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_5_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_6_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_7_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_8_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_POL7: POL_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_9_Pos)           /*!< GPIO_GROUP_INTn PORT_POL7: POL_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_10_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_11_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_12_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_13_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_14_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_15_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_16_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_17_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_18_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_19_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_20_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_21_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_22_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_23_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_24_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_25_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_26_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_27_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_28_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_29_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_30_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_POL7: POL_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_POL7_POL_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_POL7_POL_31_Pos)          /*!< GPIO_GROUP_INTn PORT_POL7: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA0  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA0_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA0_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA0: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA1  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA1_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA1_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA1: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA2  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA2_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA2_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA2: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA3  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA3_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA3_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA3: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA4  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA4_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA4_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA4: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA5  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA5_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA5_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA5: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA6  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA6_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA6_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA6: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INTn_PORT_ENA7  -----------------------------------\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_0 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_0_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_0 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_1 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_1_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_1 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_2 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_2_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_2 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_3 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_3_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_3 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_4 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_4_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_4 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_5 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_5_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_5 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_6 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_6_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_6 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_7 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_7_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_7 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_8 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_8_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_8 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_9 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_9_Pos)           /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_9 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_10 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_10_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_10 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_11 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_11_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_11 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_12 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_12_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_12 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_13 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_13_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_13 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_14 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_14_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_14 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_15 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_15_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_15 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_16 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_16_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_16 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_17 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_17_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_17 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_18 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_18_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_18 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_19 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_19_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_19 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_20 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_20_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_20 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_21 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_21_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_21 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_22 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_22_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_22 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_23 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_23_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_23 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_24 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_24_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_24 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_25 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_25_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_25 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_26 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_26_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_26 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_27 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_27_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_27 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_28 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_28_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_28 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_29 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_29_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_29 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_30 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_30_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_30 Mask */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_31 Position */\r
-#define GPIO_GROUP_INTn_PORT_ENA7_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INTn_PORT_ENA7_ENA_31_Pos)          /*!< GPIO_GROUP_INTn PORT_ENA7: ENA_31 Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                            GPIO_GROUP_INT1 Position & Mask                           -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------  GPIO_GROUP_INT1_CTRL  --------------------------------------\r
-#define GPIO_GROUP_INT1_CTRL_INT_Pos                          0                                                         /*!< GPIO_GROUP_INT1 CTRL: INT Position  */\r
-#define GPIO_GROUP_INT1_CTRL_INT_Msk                          (0x01UL << GPIO_GROUP_INT1_CTRL_INT_Pos)                  /*!< GPIO_GROUP_INT1 CTRL: INT Mask      */\r
-#define GPIO_GROUP_INT1_CTRL_COMB_Pos                         1                                                         /*!< GPIO_GROUP_INT1 CTRL: COMB Position */\r
-#define GPIO_GROUP_INT1_CTRL_COMB_Msk                         (0x01UL << GPIO_GROUP_INT1_CTRL_COMB_Pos)                 /*!< GPIO_GROUP_INT1 CTRL: COMB Mask     */\r
-#define GPIO_GROUP_INT1_CTRL_TRIG_Pos                         2                                                         /*!< GPIO_GROUP_INT1 CTRL: TRIG Position */\r
-#define GPIO_GROUP_INT1_CTRL_TRIG_Msk                         (0x01UL << GPIO_GROUP_INT1_CTRL_TRIG_Pos)                 /*!< GPIO_GROUP_INT1 CTRL: TRIG Mask     */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL0  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL0: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL0: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL0: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL0_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL0_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL0: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL1  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL1: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL1: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL1: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL1_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL1_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL1: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL2  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL2: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL2: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL2: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL2_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL2_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL2: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL3  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL3: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL3: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL3: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL3_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL3_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL3: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL4  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL4: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL4: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL4: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL4_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL4_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL4: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL5  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL5: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL5: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL5: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL5_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL5_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL5: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL6  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL6: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL6: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL6: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL6_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL6_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL6: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_POL7  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_POL7: POL_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_POL7: POL_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_POL7: POL_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_POL7_POL_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_POL7_POL_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_POL7: POL_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA0  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA0_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA0_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA0: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA1  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA1_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA1_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA1: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA2  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA2_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA2_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA2: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA3  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA3_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA3_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA3: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA4  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA4_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA4_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA4: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA5  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA5_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA5_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA5: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA6  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA6_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA6_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA6: ENA_31 Mask */\r
-\r
-// --------------------------------  GPIO_GROUP_INT1_PORT_ENA7  -----------------------------------\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_0_Pos                   0                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_0 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_0_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_0_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_0 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_1_Pos                   1                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_1 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_1_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_1_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_1 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_2_Pos                   2                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_2 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_2_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_2_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_2 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_3_Pos                   3                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_3 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_3_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_3_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_3 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_4_Pos                   4                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_4 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_4_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_4_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_4 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_5_Pos                   5                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_5 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_5_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_5_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_5 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_6_Pos                   6                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_6 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_6_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_6_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_6 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_7_Pos                   7                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_7 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_7_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_7_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_7 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_8_Pos                   8                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_8 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_8_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_8_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_8 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_9_Pos                   9                                                         /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_9 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_9_Msk                   (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_9_Pos)           /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_9 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_10_Pos                  10                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_10 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_10_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_10_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_10 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_11_Pos                  11                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_11 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_11_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_11_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_11 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_12_Pos                  12                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_12 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_12_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_12_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_12 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_13_Pos                  13                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_13 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_13_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_13_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_13 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_14_Pos                  14                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_14 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_14_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_14_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_14 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_15_Pos                  15                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_15 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_15_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_15_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_15 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_16_Pos                  16                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_16 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_16_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_16_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_16 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_17_Pos                  17                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_17 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_17_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_17_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_17 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_18_Pos                  18                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_18 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_18_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_18_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_18 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_19_Pos                  19                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_19 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_19_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_19_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_19 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_20_Pos                  20                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_20 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_20_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_20_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_20 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_21_Pos                  21                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_21 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_21_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_21_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_21 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_22_Pos                  22                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_22 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_22_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_22_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_22 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_23_Pos                  23                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_23 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_23_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_23_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_23 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_24_Pos                  24                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_24 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_24_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_24_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_24 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_25_Pos                  25                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_25 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_25_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_25_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_25 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_26_Pos                  26                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_26 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_26_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_26_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_26 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_27_Pos                  27                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_27 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_27_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_27_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_27 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_28_Pos                  28                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_28 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_28_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_28_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_28 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_29_Pos                  29                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_29 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_29_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_29_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_29 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_30_Pos                  30                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_30 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_30_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_30_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_30 Mask */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_31_Pos                  31                                                        /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_31 Position */\r
-#define GPIO_GROUP_INT1_PORT_ENA7_ENA_31_Msk                  (0x01UL << GPIO_GROUP_INT1_PORT_ENA7_ENA_31_Pos)          /*!< GPIO_GROUP_INT1 PORT_ENA7: ENA_31 Mask */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 MCPWM Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  MCPWM_CON  -------------------------------------------\r
-#define MCPWM_CON_RUN0_Pos                                    0                                                         /*!< MCPWM CON: RUN0 Position            */\r
-#define MCPWM_CON_RUN0_Msk                                    (0x01UL << MCPWM_CON_RUN0_Pos)                            /*!< MCPWM CON: RUN0 Mask                */\r
-#define MCPWM_CON_CENTER0_Pos                                 1                                                         /*!< MCPWM CON: CENTER0 Position         */\r
-#define MCPWM_CON_CENTER0_Msk                                 (0x01UL << MCPWM_CON_CENTER0_Pos)                         /*!< MCPWM CON: CENTER0 Mask             */\r
-#define MCPWM_CON_POLA0_Pos                                   2                                                         /*!< MCPWM CON: POLA0 Position           */\r
-#define MCPWM_CON_POLA0_Msk                                   (0x01UL << MCPWM_CON_POLA0_Pos)                           /*!< MCPWM CON: POLA0 Mask               */\r
-#define MCPWM_CON_DTE0_Pos                                    3                                                         /*!< MCPWM CON: DTE0 Position            */\r
-#define MCPWM_CON_DTE0_Msk                                    (0x01UL << MCPWM_CON_DTE0_Pos)                            /*!< MCPWM CON: DTE0 Mask                */\r
-#define MCPWM_CON_DISUP0_Pos                                  4                                                         /*!< MCPWM CON: DISUP0 Position          */\r
-#define MCPWM_CON_DISUP0_Msk                                  (0x01UL << MCPWM_CON_DISUP0_Pos)                          /*!< MCPWM CON: DISUP0 Mask              */\r
-#define MCPWM_CON_RUN1_Pos                                    8                                                         /*!< MCPWM CON: RUN1 Position            */\r
-#define MCPWM_CON_RUN1_Msk                                    (0x01UL << MCPWM_CON_RUN1_Pos)                            /*!< MCPWM CON: RUN1 Mask                */\r
-#define MCPWM_CON_CENTER1_Pos                                 9                                                         /*!< MCPWM CON: CENTER1 Position         */\r
-#define MCPWM_CON_CENTER1_Msk                                 (0x01UL << MCPWM_CON_CENTER1_Pos)                         /*!< MCPWM CON: CENTER1 Mask             */\r
-#define MCPWM_CON_POLA1_Pos                                   10                                                        /*!< MCPWM CON: POLA1 Position           */\r
-#define MCPWM_CON_POLA1_Msk                                   (0x01UL << MCPWM_CON_POLA1_Pos)                           /*!< MCPWM CON: POLA1 Mask               */\r
-#define MCPWM_CON_DTE1_Pos                                    11                                                        /*!< MCPWM CON: DTE1 Position            */\r
-#define MCPWM_CON_DTE1_Msk                                    (0x01UL << MCPWM_CON_DTE1_Pos)                            /*!< MCPWM CON: DTE1 Mask                */\r
-#define MCPWM_CON_DISUP1_Pos                                  12                                                        /*!< MCPWM CON: DISUP1 Position          */\r
-#define MCPWM_CON_DISUP1_Msk                                  (0x01UL << MCPWM_CON_DISUP1_Pos)                          /*!< MCPWM CON: DISUP1 Mask              */\r
-#define MCPWM_CON_RUN2_Pos                                    16                                                        /*!< MCPWM CON: RUN2 Position            */\r
-#define MCPWM_CON_RUN2_Msk                                    (0x01UL << MCPWM_CON_RUN2_Pos)                            /*!< MCPWM CON: RUN2 Mask                */\r
-#define MCPWM_CON_CENTER2_Pos                                 17                                                        /*!< MCPWM CON: CENTER2 Position         */\r
-#define MCPWM_CON_CENTER2_Msk                                 (0x01UL << MCPWM_CON_CENTER2_Pos)                         /*!< MCPWM CON: CENTER2 Mask             */\r
-#define MCPWM_CON_POLA2_Pos                                   18                                                        /*!< MCPWM CON: POLA2 Position           */\r
-#define MCPWM_CON_POLA2_Msk                                   (0x01UL << MCPWM_CON_POLA2_Pos)                           /*!< MCPWM CON: POLA2 Mask               */\r
-#define MCPWM_CON_DTE2_Pos                                    19                                                        /*!< MCPWM CON: DTE2 Position            */\r
-#define MCPWM_CON_DTE2_Msk                                    (0x01UL << MCPWM_CON_DTE2_Pos)                            /*!< MCPWM CON: DTE2 Mask                */\r
-#define MCPWM_CON_DISUP2_Pos                                  20                                                        /*!< MCPWM CON: DISUP2 Position          */\r
-#define MCPWM_CON_DISUP2_Msk                                  (0x01UL << MCPWM_CON_DISUP2_Pos)                          /*!< MCPWM CON: DISUP2 Mask              */\r
-#define MCPWM_CON_INVBDC_Pos                                  29                                                        /*!< MCPWM CON: INVBDC Position          */\r
-#define MCPWM_CON_INVBDC_Msk                                  (0x01UL << MCPWM_CON_INVBDC_Pos)                          /*!< MCPWM CON: INVBDC Mask              */\r
-#define MCPWM_CON_ACMODE_Pos                                  30                                                        /*!< MCPWM CON: ACMODE Position          */\r
-#define MCPWM_CON_ACMODE_Msk                                  (0x01UL << MCPWM_CON_ACMODE_Pos)                          /*!< MCPWM CON: ACMODE Mask              */\r
-#define MCPWM_CON_DCMODE_Pos                                  31                                                        /*!< MCPWM CON: DCMODE Position          */\r
-#define MCPWM_CON_DCMODE_Msk                                  (0x01UL << MCPWM_CON_DCMODE_Pos)                          /*!< MCPWM CON: DCMODE Mask              */\r
-\r
-// --------------------------------------  MCPWM_CON_SET  -----------------------------------------\r
-#define MCPWM_CON_SET_RUN0_SET_Pos                            0                                                         /*!< MCPWM CON_SET: RUN0_SET Position    */\r
-#define MCPWM_CON_SET_RUN0_SET_Msk                            (0x01UL << MCPWM_CON_SET_RUN0_SET_Pos)                    /*!< MCPWM CON_SET: RUN0_SET Mask        */\r
-#define MCPWM_CON_SET_CENTER0_SET_Pos                         1                                                         /*!< MCPWM CON_SET: CENTER0_SET Position */\r
-#define MCPWM_CON_SET_CENTER0_SET_Msk                         (0x01UL << MCPWM_CON_SET_CENTER0_SET_Pos)                 /*!< MCPWM CON_SET: CENTER0_SET Mask     */\r
-#define MCPWM_CON_SET_POLA0_SET_Pos                           2                                                         /*!< MCPWM CON_SET: POLA0_SET Position   */\r
-#define MCPWM_CON_SET_POLA0_SET_Msk                           (0x01UL << MCPWM_CON_SET_POLA0_SET_Pos)                   /*!< MCPWM CON_SET: POLA0_SET Mask       */\r
-#define MCPWM_CON_SET_DTE0_SET_Pos                            3                                                         /*!< MCPWM CON_SET: DTE0_SET Position    */\r
-#define MCPWM_CON_SET_DTE0_SET_Msk                            (0x01UL << MCPWM_CON_SET_DTE0_SET_Pos)                    /*!< MCPWM CON_SET: DTE0_SET Mask        */\r
-#define MCPWM_CON_SET_DISUP0_SET_Pos                          4                                                         /*!< MCPWM CON_SET: DISUP0_SET Position  */\r
-#define MCPWM_CON_SET_DISUP0_SET_Msk                          (0x01UL << MCPWM_CON_SET_DISUP0_SET_Pos)                  /*!< MCPWM CON_SET: DISUP0_SET Mask      */\r
-#define MCPWM_CON_SET_RUN1_SET_Pos                            8                                                         /*!< MCPWM CON_SET: RUN1_SET Position    */\r
-#define MCPWM_CON_SET_RUN1_SET_Msk                            (0x01UL << MCPWM_CON_SET_RUN1_SET_Pos)                    /*!< MCPWM CON_SET: RUN1_SET Mask        */\r
-#define MCPWM_CON_SET_CENTER1_SET_Pos                         9                                                         /*!< MCPWM CON_SET: CENTER1_SET Position */\r
-#define MCPWM_CON_SET_CENTER1_SET_Msk                         (0x01UL << MCPWM_CON_SET_CENTER1_SET_Pos)                 /*!< MCPWM CON_SET: CENTER1_SET Mask     */\r
-#define MCPWM_CON_SET_POLA1_SET_Pos                           10                                                        /*!< MCPWM CON_SET: POLA1_SET Position   */\r
-#define MCPWM_CON_SET_POLA1_SET_Msk                           (0x01UL << MCPWM_CON_SET_POLA1_SET_Pos)                   /*!< MCPWM CON_SET: POLA1_SET Mask       */\r
-#define MCPWM_CON_SET_DTE1_SET_Pos                            11                                                        /*!< MCPWM CON_SET: DTE1_SET Position    */\r
-#define MCPWM_CON_SET_DTE1_SET_Msk                            (0x01UL << MCPWM_CON_SET_DTE1_SET_Pos)                    /*!< MCPWM CON_SET: DTE1_SET Mask        */\r
-#define MCPWM_CON_SET_DISUP1_SET_Pos                          12                                                        /*!< MCPWM CON_SET: DISUP1_SET Position  */\r
-#define MCPWM_CON_SET_DISUP1_SET_Msk                          (0x01UL << MCPWM_CON_SET_DISUP1_SET_Pos)                  /*!< MCPWM CON_SET: DISUP1_SET Mask      */\r
-#define MCPWM_CON_SET_RUN2_SET_Pos                            16                                                        /*!< MCPWM CON_SET: RUN2_SET Position    */\r
-#define MCPWM_CON_SET_RUN2_SET_Msk                            (0x01UL << MCPWM_CON_SET_RUN2_SET_Pos)                    /*!< MCPWM CON_SET: RUN2_SET Mask        */\r
-#define MCPWM_CON_SET_CENTER2_SET_Pos                         17                                                        /*!< MCPWM CON_SET: CENTER2_SET Position */\r
-#define MCPWM_CON_SET_CENTER2_SET_Msk                         (0x01UL << MCPWM_CON_SET_CENTER2_SET_Pos)                 /*!< MCPWM CON_SET: CENTER2_SET Mask     */\r
-#define MCPWM_CON_SET_POLA2_SET_Pos                           18                                                        /*!< MCPWM CON_SET: POLA2_SET Position   */\r
-#define MCPWM_CON_SET_POLA2_SET_Msk                           (0x01UL << MCPWM_CON_SET_POLA2_SET_Pos)                   /*!< MCPWM CON_SET: POLA2_SET Mask       */\r
-#define MCPWM_CON_SET_DTE2_SET_Pos                            19                                                        /*!< MCPWM CON_SET: DTE2_SET Position    */\r
-#define MCPWM_CON_SET_DTE2_SET_Msk                            (0x01UL << MCPWM_CON_SET_DTE2_SET_Pos)                    /*!< MCPWM CON_SET: DTE2_SET Mask        */\r
-#define MCPWM_CON_SET_DISUP2_SET_Pos                          20                                                        /*!< MCPWM CON_SET: DISUP2_SET Position  */\r
-#define MCPWM_CON_SET_DISUP2_SET_Msk                          (0x01UL << MCPWM_CON_SET_DISUP2_SET_Pos)                  /*!< MCPWM CON_SET: DISUP2_SET Mask      */\r
-#define MCPWM_CON_SET_INVBDC_SET_Pos                          29                                                        /*!< MCPWM CON_SET: INVBDC_SET Position  */\r
-#define MCPWM_CON_SET_INVBDC_SET_Msk                          (0x01UL << MCPWM_CON_SET_INVBDC_SET_Pos)                  /*!< MCPWM CON_SET: INVBDC_SET Mask      */\r
-#define MCPWM_CON_SET_ACMODE_SET_Pos                          30                                                        /*!< MCPWM CON_SET: ACMODE_SET Position  */\r
-#define MCPWM_CON_SET_ACMODE_SET_Msk                          (0x01UL << MCPWM_CON_SET_ACMODE_SET_Pos)                  /*!< MCPWM CON_SET: ACMODE_SET Mask      */\r
-#define MCPWM_CON_SET_DCMODE_SET_Pos                          31                                                        /*!< MCPWM CON_SET: DCMODE_SET Position  */\r
-#define MCPWM_CON_SET_DCMODE_SET_Msk                          (0x01UL << MCPWM_CON_SET_DCMODE_SET_Pos)                  /*!< MCPWM CON_SET: DCMODE_SET Mask      */\r
-\r
-// --------------------------------------  MCPWM_CON_CLR  -----------------------------------------\r
-#define MCPWM_CON_CLR_RUN0_CLR_Pos                            0                                                         /*!< MCPWM CON_CLR: RUN0_CLR Position    */\r
-#define MCPWM_CON_CLR_RUN0_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_RUN0_CLR_Pos)                    /*!< MCPWM CON_CLR: RUN0_CLR Mask        */\r
-#define MCPWM_CON_CLR_CENTER0_CLR_Pos                         1                                                         /*!< MCPWM CON_CLR: CENTER0_CLR Position */\r
-#define MCPWM_CON_CLR_CENTER0_CLR_Msk                         (0x01UL << MCPWM_CON_CLR_CENTER0_CLR_Pos)                 /*!< MCPWM CON_CLR: CENTER0_CLR Mask     */\r
-#define MCPWM_CON_CLR_POLA0_CLR_Pos                           2                                                         /*!< MCPWM CON_CLR: POLA0_CLR Position   */\r
-#define MCPWM_CON_CLR_POLA0_CLR_Msk                           (0x01UL << MCPWM_CON_CLR_POLA0_CLR_Pos)                   /*!< MCPWM CON_CLR: POLA0_CLR Mask       */\r
-#define MCPWM_CON_CLR_DTE0_CLR_Pos                            3                                                         /*!< MCPWM CON_CLR: DTE0_CLR Position    */\r
-#define MCPWM_CON_CLR_DTE0_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_DTE0_CLR_Pos)                    /*!< MCPWM CON_CLR: DTE0_CLR Mask        */\r
-#define MCPWM_CON_CLR_DISUP0_CLR_Pos                          4                                                         /*!< MCPWM CON_CLR: DISUP0_CLR Position  */\r
-#define MCPWM_CON_CLR_DISUP0_CLR_Msk                          (0x01UL << MCPWM_CON_CLR_DISUP0_CLR_Pos)                  /*!< MCPWM CON_CLR: DISUP0_CLR Mask      */\r
-#define MCPWM_CON_CLR_RUN1_CLR_Pos                            8                                                         /*!< MCPWM CON_CLR: RUN1_CLR Position    */\r
-#define MCPWM_CON_CLR_RUN1_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_RUN1_CLR_Pos)                    /*!< MCPWM CON_CLR: RUN1_CLR Mask        */\r
-#define MCPWM_CON_CLR_CENTER1_CLR_Pos                         9                                                         /*!< MCPWM CON_CLR: CENTER1_CLR Position */\r
-#define MCPWM_CON_CLR_CENTER1_CLR_Msk                         (0x01UL << MCPWM_CON_CLR_CENTER1_CLR_Pos)                 /*!< MCPWM CON_CLR: CENTER1_CLR Mask     */\r
-#define MCPWM_CON_CLR_POLA1_CLR_Pos                           10                                                        /*!< MCPWM CON_CLR: POLA1_CLR Position   */\r
-#define MCPWM_CON_CLR_POLA1_CLR_Msk                           (0x01UL << MCPWM_CON_CLR_POLA1_CLR_Pos)                   /*!< MCPWM CON_CLR: POLA1_CLR Mask       */\r
-#define MCPWM_CON_CLR_DTE1_CLR_Pos                            11                                                        /*!< MCPWM CON_CLR: DTE1_CLR Position    */\r
-#define MCPWM_CON_CLR_DTE1_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_DTE1_CLR_Pos)                    /*!< MCPWM CON_CLR: DTE1_CLR Mask        */\r
-#define MCPWM_CON_CLR_DISUP1_CLR_Pos                          12                                                        /*!< MCPWM CON_CLR: DISUP1_CLR Position  */\r
-#define MCPWM_CON_CLR_DISUP1_CLR_Msk                          (0x01UL << MCPWM_CON_CLR_DISUP1_CLR_Pos)                  /*!< MCPWM CON_CLR: DISUP1_CLR Mask      */\r
-#define MCPWM_CON_CLR_RUN2_CLR_Pos                            16                                                        /*!< MCPWM CON_CLR: RUN2_CLR Position    */\r
-#define MCPWM_CON_CLR_RUN2_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_RUN2_CLR_Pos)                    /*!< MCPWM CON_CLR: RUN2_CLR Mask        */\r
-#define MCPWM_CON_CLR_CENTER2_CLR_Pos                         17                                                        /*!< MCPWM CON_CLR: CENTER2_CLR Position */\r
-#define MCPWM_CON_CLR_CENTER2_CLR_Msk                         (0x01UL << MCPWM_CON_CLR_CENTER2_CLR_Pos)                 /*!< MCPWM CON_CLR: CENTER2_CLR Mask     */\r
-#define MCPWM_CON_CLR_POLA2_CLR_Pos                           18                                                        /*!< MCPWM CON_CLR: POLA2_CLR Position   */\r
-#define MCPWM_CON_CLR_POLA2_CLR_Msk                           (0x01UL << MCPWM_CON_CLR_POLA2_CLR_Pos)                   /*!< MCPWM CON_CLR: POLA2_CLR Mask       */\r
-#define MCPWM_CON_CLR_DTE2_CLR_Pos                            19                                                        /*!< MCPWM CON_CLR: DTE2_CLR Position    */\r
-#define MCPWM_CON_CLR_DTE2_CLR_Msk                            (0x01UL << MCPWM_CON_CLR_DTE2_CLR_Pos)                    /*!< MCPWM CON_CLR: DTE2_CLR Mask        */\r
-#define MCPWM_CON_CLR_DISUP2_CLR_Pos                          20                                                        /*!< MCPWM CON_CLR: DISUP2_CLR Position  */\r
-#define MCPWM_CON_CLR_DISUP2_CLR_Msk                          (0x01UL << MCPWM_CON_CLR_DISUP2_CLR_Pos)                  /*!< MCPWM CON_CLR: DISUP2_CLR Mask      */\r
-#define MCPWM_CON_CLR_INVBDC_CLR_Pos                          29                                                        /*!< MCPWM CON_CLR: INVBDC_CLR Position  */\r
-#define MCPWM_CON_CLR_INVBDC_CLR_Msk                          (0x01UL << MCPWM_CON_CLR_INVBDC_CLR_Pos)                  /*!< MCPWM CON_CLR: INVBDC_CLR Mask      */\r
-#define MCPWM_CON_CLR_ACMOD_CLR_Pos                           30                                                        /*!< MCPWM CON_CLR: ACMOD_CLR Position   */\r
-#define MCPWM_CON_CLR_ACMOD_CLR_Msk                           (0x01UL << MCPWM_CON_CLR_ACMOD_CLR_Pos)                   /*!< MCPWM CON_CLR: ACMOD_CLR Mask       */\r
-#define MCPWM_CON_CLR_DCMODE_CLR_Pos                          31                                                        /*!< MCPWM CON_CLR: DCMODE_CLR Position  */\r
-#define MCPWM_CON_CLR_DCMODE_CLR_Msk                          (0x01UL << MCPWM_CON_CLR_DCMODE_CLR_Pos)                  /*!< MCPWM CON_CLR: DCMODE_CLR Mask      */\r
-\r
-// --------------------------------------  MCPWM_CAPCON  ------------------------------------------\r
-#define MCPWM_CAPCON_CAP0MCI0_RE_Pos                          0                                                         /*!< MCPWM CAPCON: CAP0MCI0_RE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI0_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI0_RE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI0_RE Mask      */\r
-#define MCPWM_CAPCON_CAP0MCI0_FE_Pos                          1                                                         /*!< MCPWM CAPCON: CAP0MCI0_FE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI0_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI0_FE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI0_FE Mask      */\r
-#define MCPWM_CAPCON_CAP0MCI1_RE_Pos                          2                                                         /*!< MCPWM CAPCON: CAP0MCI1_RE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI1_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI1_RE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI1_RE Mask      */\r
-#define MCPWM_CAPCON_CAP0MCI1_FE_Pos                          3                                                         /*!< MCPWM CAPCON: CAP0MCI1_FE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI1_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI1_FE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI1_FE Mask      */\r
-#define MCPWM_CAPCON_CAP0MCI2_RE_Pos                          4                                                         /*!< MCPWM CAPCON: CAP0MCI2_RE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI2_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI2_RE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI2_RE Mask      */\r
-#define MCPWM_CAPCON_CAP0MCI2_FE_Pos                          5                                                         /*!< MCPWM CAPCON: CAP0MCI2_FE Position  */\r
-#define MCPWM_CAPCON_CAP0MCI2_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP0MCI2_FE_Pos)                  /*!< MCPWM CAPCON: CAP0MCI2_FE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI0_RE_Pos                          6                                                         /*!< MCPWM CAPCON: CAP1MCI0_RE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI0_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI0_RE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI0_RE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI0_FE_Pos                          7                                                         /*!< MCPWM CAPCON: CAP1MCI0_FE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI0_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI0_FE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI0_FE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI1_RE_Pos                          8                                                         /*!< MCPWM CAPCON: CAP1MCI1_RE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI1_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI1_RE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI1_RE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI1_FE_Pos                          9                                                         /*!< MCPWM CAPCON: CAP1MCI1_FE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI1_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI1_FE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI1_FE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI2_RE_Pos                          10                                                        /*!< MCPWM CAPCON: CAP1MCI2_RE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI2_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI2_RE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI2_RE Mask      */\r
-#define MCPWM_CAPCON_CAP1MCI2_FE_Pos                          11                                                        /*!< MCPWM CAPCON: CAP1MCI2_FE Position  */\r
-#define MCPWM_CAPCON_CAP1MCI2_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP1MCI2_FE_Pos)                  /*!< MCPWM CAPCON: CAP1MCI2_FE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI0_RE_Pos                          12                                                        /*!< MCPWM CAPCON: CAP2MCI0_RE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI0_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI0_RE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI0_RE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI0_FE_Pos                          13                                                        /*!< MCPWM CAPCON: CAP2MCI0_FE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI0_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI0_FE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI0_FE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI1_RE_Pos                          14                                                        /*!< MCPWM CAPCON: CAP2MCI1_RE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI1_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI1_RE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI1_RE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI1_FE_Pos                          15                                                        /*!< MCPWM CAPCON: CAP2MCI1_FE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI1_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI1_FE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI1_FE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI2_RE_Pos                          16                                                        /*!< MCPWM CAPCON: CAP2MCI2_RE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI2_RE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI2_RE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI2_RE Mask      */\r
-#define MCPWM_CAPCON_CAP2MCI2_FE_Pos                          17                                                        /*!< MCPWM CAPCON: CAP2MCI2_FE Position  */\r
-#define MCPWM_CAPCON_CAP2MCI2_FE_Msk                          (0x01UL << MCPWM_CAPCON_CAP2MCI2_FE_Pos)                  /*!< MCPWM CAPCON: CAP2MCI2_FE Mask      */\r
-#define MCPWM_CAPCON_RT0_Pos                                  18                                                        /*!< MCPWM CAPCON: RT0 Position          */\r
-#define MCPWM_CAPCON_RT0_Msk                                  (0x01UL << MCPWM_CAPCON_RT0_Pos)                          /*!< MCPWM CAPCON: RT0 Mask              */\r
-#define MCPWM_CAPCON_RT1_Pos                                  19                                                        /*!< MCPWM CAPCON: RT1 Position          */\r
-#define MCPWM_CAPCON_RT1_Msk                                  (0x01UL << MCPWM_CAPCON_RT1_Pos)                          /*!< MCPWM CAPCON: RT1 Mask              */\r
-#define MCPWM_CAPCON_RT2_Pos                                  20                                                        /*!< MCPWM CAPCON: RT2 Position          */\r
-#define MCPWM_CAPCON_RT2_Msk                                  (0x01UL << MCPWM_CAPCON_RT2_Pos)                          /*!< MCPWM CAPCON: RT2 Mask              */\r
-#define MCPWM_CAPCON_HNFCAP0_Pos                              21                                                        /*!< MCPWM CAPCON: HNFCAP0 Position      */\r
-#define MCPWM_CAPCON_HNFCAP0_Msk                              (0x01UL << MCPWM_CAPCON_HNFCAP0_Pos)                      /*!< MCPWM CAPCON: HNFCAP0 Mask          */\r
-#define MCPWM_CAPCON_HNFCAP1_Pos                              22                                                        /*!< MCPWM CAPCON: HNFCAP1 Position      */\r
-#define MCPWM_CAPCON_HNFCAP1_Msk                              (0x01UL << MCPWM_CAPCON_HNFCAP1_Pos)                      /*!< MCPWM CAPCON: HNFCAP1 Mask          */\r
-#define MCPWM_CAPCON_HNFCAP2_Pos                              23                                                        /*!< MCPWM CAPCON: HNFCAP2 Position      */\r
-#define MCPWM_CAPCON_HNFCAP2_Msk                              (0x01UL << MCPWM_CAPCON_HNFCAP2_Pos)                      /*!< MCPWM CAPCON: HNFCAP2 Mask          */\r
-\r
-// ------------------------------------  MCPWM_CAPCON_SET  ----------------------------------------\r
-#define MCPWM_CAPCON_SET_CAP0MCI0_RE_SET_Pos                  0                                                         /*!< MCPWM CAPCON_SET: CAP0MCI0_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI0_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI0_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI0_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP0MCI0_FE_SET_Pos                  1                                                         /*!< MCPWM CAPCON_SET: CAP0MCI0_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI0_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI0_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI0_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP0MCI1_RE_SET_Pos                  2                                                         /*!< MCPWM CAPCON_SET: CAP0MCI1_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI1_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI1_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI1_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP0MCI1_FE_SET_Pos                  3                                                         /*!< MCPWM CAPCON_SET: CAP0MCI1_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI1_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI1_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI1_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP0MCI2_RE_SET_Pos                  4                                                         /*!< MCPWM CAPCON_SET: CAP0MCI2_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI2_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI2_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI2_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP0MCI2_FE_SET_Pos                  5                                                         /*!< MCPWM CAPCON_SET: CAP0MCI2_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP0MCI2_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP0MCI2_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP0MCI2_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI0_RE_SET_Pos                  6                                                         /*!< MCPWM CAPCON_SET: CAP1MCI0_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI0_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI0_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI0_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI0_FE_SET_Pos                  7                                                         /*!< MCPWM CAPCON_SET: CAP1MCI0_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI0_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI0_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI0_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI1_RE_SET_Pos                  8                                                         /*!< MCPWM CAPCON_SET: CAP1MCI1_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI1_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI1_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI1_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI1_FE_SET_Pos                  9                                                         /*!< MCPWM CAPCON_SET: CAP1MCI1_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI1_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI1_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI1_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI2_RE_SET_Pos                  10                                                        /*!< MCPWM CAPCON_SET: CAP1MCI2_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI2_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI2_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI2_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP1MCI2_FE_SET_Pos                  11                                                        /*!< MCPWM CAPCON_SET: CAP1MCI2_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP1MCI2_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP1MCI2_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP1MCI2_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI0_RE_SET_Pos                  12                                                        /*!< MCPWM CAPCON_SET: CAP2MCI0_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI0_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI0_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI0_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI0_FE_SET_Pos                  13                                                        /*!< MCPWM CAPCON_SET: CAP2MCI0_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI0_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI0_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI0_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI1_RE_SET_Pos                  14                                                        /*!< MCPWM CAPCON_SET: CAP2MCI1_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI1_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI1_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI1_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI1_FE_SET_Pos                  15                                                        /*!< MCPWM CAPCON_SET: CAP2MCI1_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI1_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI1_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI1_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI2_RE_SET_Pos                  16                                                        /*!< MCPWM CAPCON_SET: CAP2MCI2_RE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI2_RE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI2_RE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI2_RE_SET Mask */\r
-#define MCPWM_CAPCON_SET_CAP2MCI2_FE_SET_Pos                  17                                                        /*!< MCPWM CAPCON_SET: CAP2MCI2_FE_SET Position */\r
-#define MCPWM_CAPCON_SET_CAP2MCI2_FE_SET_Msk                  (0x01UL << MCPWM_CAPCON_SET_CAP2MCI2_FE_SET_Pos)          /*!< MCPWM CAPCON_SET: CAP2MCI2_FE_SET Mask */\r
-#define MCPWM_CAPCON_SET_RT0_SET_Pos                          18                                                        /*!< MCPWM CAPCON_SET: RT0_SET Position  */\r
-#define MCPWM_CAPCON_SET_RT0_SET_Msk                          (0x01UL << MCPWM_CAPCON_SET_RT0_SET_Pos)                  /*!< MCPWM CAPCON_SET: RT0_SET Mask      */\r
-#define MCPWM_CAPCON_SET_RT1_SET_Pos                          19                                                        /*!< MCPWM CAPCON_SET: RT1_SET Position  */\r
-#define MCPWM_CAPCON_SET_RT1_SET_Msk                          (0x01UL << MCPWM_CAPCON_SET_RT1_SET_Pos)                  /*!< MCPWM CAPCON_SET: RT1_SET Mask      */\r
-#define MCPWM_CAPCON_SET_RT2_SET_Pos                          20                                                        /*!< MCPWM CAPCON_SET: RT2_SET Position  */\r
-#define MCPWM_CAPCON_SET_RT2_SET_Msk                          (0x01UL << MCPWM_CAPCON_SET_RT2_SET_Pos)                  /*!< MCPWM CAPCON_SET: RT2_SET Mask      */\r
-#define MCPWM_CAPCON_SET_HNFCAP0_SET_Pos                      21                                                        /*!< MCPWM CAPCON_SET: HNFCAP0_SET Position */\r
-#define MCPWM_CAPCON_SET_HNFCAP0_SET_Msk                      (0x01UL << MCPWM_CAPCON_SET_HNFCAP0_SET_Pos)              /*!< MCPWM CAPCON_SET: HNFCAP0_SET Mask  */\r
-#define MCPWM_CAPCON_SET_HNFCAP1_SET_Pos                      22                                                        /*!< MCPWM CAPCON_SET: HNFCAP1_SET Position */\r
-#define MCPWM_CAPCON_SET_HNFCAP1_SET_Msk                      (0x01UL << MCPWM_CAPCON_SET_HNFCAP1_SET_Pos)              /*!< MCPWM CAPCON_SET: HNFCAP1_SET Mask  */\r
-#define MCPWM_CAPCON_SET_HNFCAP2_SET_Pos                      23                                                        /*!< MCPWM CAPCON_SET: HNFCAP2_SET Position */\r
-#define MCPWM_CAPCON_SET_HNFCAP2_SET_Msk                      (0x01UL << MCPWM_CAPCON_SET_HNFCAP2_SET_Pos)              /*!< MCPWM CAPCON_SET: HNFCAP2_SET Mask  */\r
-\r
-// ------------------------------------  MCPWM_CAPCON_CLR  ----------------------------------------\r
-#define MCPWM_CAPCON_CLR_CAP0MCI0_RE_CLR_Pos                  0                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI0_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI0_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI0_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI0_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI0_FE_CLR_Pos                  1                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI0_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI0_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI0_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI0_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI1_RE_CLR_Pos                  2                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI1_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI1_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI1_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI1_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI1_FE_CLR_Pos                  3                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI1_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI1_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI1_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI1_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI2_RE_CLR_Pos                  4                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI2_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI2_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI2_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI2_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI2_FE_CLR_Pos                  5                                                         /*!< MCPWM CAPCON_CLR: CAP0MCI2_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP0MCI2_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP0MCI2_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP0MCI2_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI0_RE_CLR_Pos                  6                                                         /*!< MCPWM CAPCON_CLR: CAP1MCI0_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI0_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI0_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI0_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI0_FE_CLR_Pos                  7                                                         /*!< MCPWM CAPCON_CLR: CAP1MCI0_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI0_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI0_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI0_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI1_RE_CLR_Pos                  8                                                         /*!< MCPWM CAPCON_CLR: CAP1MCI1_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI1_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI1_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI1_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI1_FE_CLR_Pos                  9                                                         /*!< MCPWM CAPCON_CLR: CAP1MCI1_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI1_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI1_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI1_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI2_RE_CLR_Pos                  10                                                        /*!< MCPWM CAPCON_CLR: CAP1MCI2_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI2_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI2_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI2_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI2_FE_CLR_Pos                  11                                                        /*!< MCPWM CAPCON_CLR: CAP1MCI2_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP1MCI2_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP1MCI2_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP1MCI2_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI0_RE_CLR_Pos                  12                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI0_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI0_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI0_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI0_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI0_FE_CLR_Pos                  13                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI0_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI0_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI0_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI0_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI1_RE_CLR_Pos                  14                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI1_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI1_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI1_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI1_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI1_FE_CLR_Pos                  15                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI1_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI1_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI1_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI1_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI2_RE_CLR_Pos                  16                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI2_RE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI2_RE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI2_RE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI2_RE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI2_FE_CLR_Pos                  17                                                        /*!< MCPWM CAPCON_CLR: CAP2MCI2_FE_CLR Position */\r
-#define MCPWM_CAPCON_CLR_CAP2MCI2_FE_CLR_Msk                  (0x01UL << MCPWM_CAPCON_CLR_CAP2MCI2_FE_CLR_Pos)          /*!< MCPWM CAPCON_CLR: CAP2MCI2_FE_CLR Mask */\r
-#define MCPWM_CAPCON_CLR_RT0_CLR_Pos                          18                                                        /*!< MCPWM CAPCON_CLR: RT0_CLR Position  */\r
-#define MCPWM_CAPCON_CLR_RT0_CLR_Msk                          (0x01UL << MCPWM_CAPCON_CLR_RT0_CLR_Pos)                  /*!< MCPWM CAPCON_CLR: RT0_CLR Mask      */\r
-#define MCPWM_CAPCON_CLR_RT1_CLR_Pos                          19                                                        /*!< MCPWM CAPCON_CLR: RT1_CLR Position  */\r
-#define MCPWM_CAPCON_CLR_RT1_CLR_Msk                          (0x01UL << MCPWM_CAPCON_CLR_RT1_CLR_Pos)                  /*!< MCPWM CAPCON_CLR: RT1_CLR Mask      */\r
-#define MCPWM_CAPCON_CLR_RT2_CLR_Pos                          20                                                        /*!< MCPWM CAPCON_CLR: RT2_CLR Position  */\r
-#define MCPWM_CAPCON_CLR_RT2_CLR_Msk                          (0x01UL << MCPWM_CAPCON_CLR_RT2_CLR_Pos)                  /*!< MCPWM CAPCON_CLR: RT2_CLR Mask      */\r
-#define MCPWM_CAPCON_CLR_HNFCAP0_CLR_Pos                      21                                                        /*!< MCPWM CAPCON_CLR: HNFCAP0_CLR Position */\r
-#define MCPWM_CAPCON_CLR_HNFCAP0_CLR_Msk                      (0x01UL << MCPWM_CAPCON_CLR_HNFCAP0_CLR_Pos)              /*!< MCPWM CAPCON_CLR: HNFCAP0_CLR Mask  */\r
-#define MCPWM_CAPCON_CLR_HNFCAP1_CLR_Pos                      22                                                        /*!< MCPWM CAPCON_CLR: HNFCAP1_CLR Position */\r
-#define MCPWM_CAPCON_CLR_HNFCAP1_CLR_Msk                      (0x01UL << MCPWM_CAPCON_CLR_HNFCAP1_CLR_Pos)              /*!< MCPWM CAPCON_CLR: HNFCAP1_CLR Mask  */\r
-#define MCPWM_CAPCON_CLR_HNFCAP2_CLR_Pos                      23                                                        /*!< MCPWM CAPCON_CLR: HNFCAP2_CLR Position */\r
-#define MCPWM_CAPCON_CLR_HNFCAP2_CLR_Msk                      (0x01UL << MCPWM_CAPCON_CLR_HNFCAP2_CLR_Pos)              /*!< MCPWM CAPCON_CLR: HNFCAP2_CLR Mask  */\r
-\r
-// ----------------------------------------  MCPWM_TC0  -------------------------------------------\r
-#define MCPWM_TC0_MCTC_Pos                                    0                                                         /*!< MCPWM TC0: MCTC Position            */\r
-#define MCPWM_TC0_MCTC_Msk                                    (0xffffffffUL << MCPWM_TC0_MCTC_Pos)                      /*!< MCPWM TC0: MCTC Mask                */\r
-\r
-// ----------------------------------------  MCPWM_TC1  -------------------------------------------\r
-#define MCPWM_TC1_MCTC_Pos                                    0                                                         /*!< MCPWM TC1: MCTC Position            */\r
-#define MCPWM_TC1_MCTC_Msk                                    (0xffffffffUL << MCPWM_TC1_MCTC_Pos)                      /*!< MCPWM TC1: MCTC Mask                */\r
-\r
-// ----------------------------------------  MCPWM_TC2  -------------------------------------------\r
-#define MCPWM_TC2_MCTC_Pos                                    0                                                         /*!< MCPWM TC2: MCTC Position            */\r
-#define MCPWM_TC2_MCTC_Msk                                    (0xffffffffUL << MCPWM_TC2_MCTC_Pos)                      /*!< MCPWM TC2: MCTC Mask                */\r
-\r
-// ---------------------------------------  MCPWM_LIM0  -------------------------------------------\r
-#define MCPWM_LIM0_MCLIM_Pos                                  0                                                         /*!< MCPWM LIM0: MCLIM Position          */\r
-#define MCPWM_LIM0_MCLIM_Msk                                  (0xffffffffUL << MCPWM_LIM0_MCLIM_Pos)                    /*!< MCPWM LIM0: MCLIM Mask              */\r
-\r
-// ---------------------------------------  MCPWM_LIM1  -------------------------------------------\r
-#define MCPWM_LIM1_MCLIM_Pos                                  0                                                         /*!< MCPWM LIM1: MCLIM Position          */\r
-#define MCPWM_LIM1_MCLIM_Msk                                  (0xffffffffUL << MCPWM_LIM1_MCLIM_Pos)                    /*!< MCPWM LIM1: MCLIM Mask              */\r
-\r
-// ---------------------------------------  MCPWM_LIM2  -------------------------------------------\r
-#define MCPWM_LIM2_MCLIM_Pos                                  0                                                         /*!< MCPWM LIM2: MCLIM Position          */\r
-#define MCPWM_LIM2_MCLIM_Msk                                  (0xffffffffUL << MCPWM_LIM2_MCLIM_Pos)                    /*!< MCPWM LIM2: MCLIM Mask              */\r
-\r
-// ---------------------------------------  MCPWM_MAT0  -------------------------------------------\r
-#define MCPWM_MAT0_MCMAT_Pos                                  0                                                         /*!< MCPWM MAT0: MCMAT Position          */\r
-#define MCPWM_MAT0_MCMAT_Msk                                  (0xffffffffUL << MCPWM_MAT0_MCMAT_Pos)                    /*!< MCPWM MAT0: MCMAT Mask              */\r
-\r
-// ---------------------------------------  MCPWM_MAT1  -------------------------------------------\r
-#define MCPWM_MAT1_MCMAT_Pos                                  0                                                         /*!< MCPWM MAT1: MCMAT Position          */\r
-#define MCPWM_MAT1_MCMAT_Msk                                  (0xffffffffUL << MCPWM_MAT1_MCMAT_Pos)                    /*!< MCPWM MAT1: MCMAT Mask              */\r
-\r
-// ---------------------------------------  MCPWM_MAT2  -------------------------------------------\r
-#define MCPWM_MAT2_MCMAT_Pos                                  0                                                         /*!< MCPWM MAT2: MCMAT Position          */\r
-#define MCPWM_MAT2_MCMAT_Msk                                  (0xffffffffUL << MCPWM_MAT2_MCMAT_Pos)                    /*!< MCPWM MAT2: MCMAT Mask              */\r
-\r
-// ----------------------------------------  MCPWM_DT  --------------------------------------------\r
-#define MCPWM_DT_DT0_Pos                                      0                                                         /*!< MCPWM DT: DT0 Position              */\r
-#define MCPWM_DT_DT0_Msk                                      (0x000003ffUL << MCPWM_DT_DT0_Pos)                        /*!< MCPWM DT: DT0 Mask                  */\r
-#define MCPWM_DT_DT1_Pos                                      10                                                        /*!< MCPWM DT: DT1 Position              */\r
-#define MCPWM_DT_DT1_Msk                                      (0x000003ffUL << MCPWM_DT_DT1_Pos)                        /*!< MCPWM DT: DT1 Mask                  */\r
-#define MCPWM_DT_DT2_Pos                                      20                                                        /*!< MCPWM DT: DT2 Position              */\r
-#define MCPWM_DT_DT2_Msk                                      (0x000003ffUL << MCPWM_DT_DT2_Pos)                        /*!< MCPWM DT: DT2 Mask                  */\r
-\r
-// ----------------------------------------  MCPWM_CCP  -------------------------------------------\r
-#define MCPWM_CCP_CCPA0_Pos                                   0                                                         /*!< MCPWM CCP: CCPA0 Position           */\r
-#define MCPWM_CCP_CCPA0_Msk                                   (0x01UL << MCPWM_CCP_CCPA0_Pos)                           /*!< MCPWM CCP: CCPA0 Mask               */\r
-#define MCPWM_CCP_CCPB0_Pos                                   1                                                         /*!< MCPWM CCP: CCPB0 Position           */\r
-#define MCPWM_CCP_CCPB0_Msk                                   (0x01UL << MCPWM_CCP_CCPB0_Pos)                           /*!< MCPWM CCP: CCPB0 Mask               */\r
-#define MCPWM_CCP_CCPA1_Pos                                   2                                                         /*!< MCPWM CCP: CCPA1 Position           */\r
-#define MCPWM_CCP_CCPA1_Msk                                   (0x01UL << MCPWM_CCP_CCPA1_Pos)                           /*!< MCPWM CCP: CCPA1 Mask               */\r
-#define MCPWM_CCP_CCPB1_Pos                                   3                                                         /*!< MCPWM CCP: CCPB1 Position           */\r
-#define MCPWM_CCP_CCPB1_Msk                                   (0x01UL << MCPWM_CCP_CCPB1_Pos)                           /*!< MCPWM CCP: CCPB1 Mask               */\r
-#define MCPWM_CCP_CCPA2_Pos                                   4                                                         /*!< MCPWM CCP: CCPA2 Position           */\r
-#define MCPWM_CCP_CCPA2_Msk                                   (0x01UL << MCPWM_CCP_CCPA2_Pos)                           /*!< MCPWM CCP: CCPA2 Mask               */\r
-#define MCPWM_CCP_CCPB2_Pos                                   5                                                         /*!< MCPWM CCP: CCPB2 Position           */\r
-#define MCPWM_CCP_CCPB2_Msk                                   (0x01UL << MCPWM_CCP_CCPB2_Pos)                           /*!< MCPWM CCP: CCPB2 Mask               */\r
-\r
-// ---------------------------------------  MCPWM_CAP0  -------------------------------------------\r
-#define MCPWM_CAP0_CAP_Pos                                    0                                                         /*!< MCPWM CAP0: CAP Position            */\r
-#define MCPWM_CAP0_CAP_Msk                                    (0xffffffffUL << MCPWM_CAP0_CAP_Pos)                      /*!< MCPWM CAP0: CAP Mask                */\r
-\r
-// ---------------------------------------  MCPWM_CAP1  -------------------------------------------\r
-#define MCPWM_CAP1_CAP_Pos                                    0                                                         /*!< MCPWM CAP1: CAP Position            */\r
-#define MCPWM_CAP1_CAP_Msk                                    (0xffffffffUL << MCPWM_CAP1_CAP_Pos)                      /*!< MCPWM CAP1: CAP Mask                */\r
-\r
-// ---------------------------------------  MCPWM_CAP2  -------------------------------------------\r
-#define MCPWM_CAP2_CAP_Pos                                    0                                                         /*!< MCPWM CAP2: CAP Position            */\r
-#define MCPWM_CAP2_CAP_Msk                                    (0xffffffffUL << MCPWM_CAP2_CAP_Pos)                      /*!< MCPWM CAP2: CAP Mask                */\r
-\r
-// ---------------------------------------  MCPWM_INTEN  ------------------------------------------\r
-#define MCPWM_INTEN_ILIM0_Pos                                 0                                                         /*!< MCPWM INTEN: ILIM0 Position         */\r
-#define MCPWM_INTEN_ILIM0_Msk                                 (0x01UL << MCPWM_INTEN_ILIM0_Pos)                         /*!< MCPWM INTEN: ILIM0 Mask             */\r
-#define MCPWM_INTEN_IMAT0_Pos                                 1                                                         /*!< MCPWM INTEN: IMAT0 Position         */\r
-#define MCPWM_INTEN_IMAT0_Msk                                 (0x01UL << MCPWM_INTEN_IMAT0_Pos)                         /*!< MCPWM INTEN: IMAT0 Mask             */\r
-#define MCPWM_INTEN_ICAP0_Pos                                 2                                                         /*!< MCPWM INTEN: ICAP0 Position         */\r
-#define MCPWM_INTEN_ICAP0_Msk                                 (0x01UL << MCPWM_INTEN_ICAP0_Pos)                         /*!< MCPWM INTEN: ICAP0 Mask             */\r
-#define MCPWM_INTEN_ILIM1_Pos                                 4                                                         /*!< MCPWM INTEN: ILIM1 Position         */\r
-#define MCPWM_INTEN_ILIM1_Msk                                 (0x01UL << MCPWM_INTEN_ILIM1_Pos)                         /*!< MCPWM INTEN: ILIM1 Mask             */\r
-#define MCPWM_INTEN_IMAT1_Pos                                 5                                                         /*!< MCPWM INTEN: IMAT1 Position         */\r
-#define MCPWM_INTEN_IMAT1_Msk                                 (0x01UL << MCPWM_INTEN_IMAT1_Pos)                         /*!< MCPWM INTEN: IMAT1 Mask             */\r
-#define MCPWM_INTEN_ICAP1_Pos                                 6                                                         /*!< MCPWM INTEN: ICAP1 Position         */\r
-#define MCPWM_INTEN_ICAP1_Msk                                 (0x01UL << MCPWM_INTEN_ICAP1_Pos)                         /*!< MCPWM INTEN: ICAP1 Mask             */\r
-#define MCPWM_INTEN_ILIM2_Pos                                 8                                                         /*!< MCPWM INTEN: ILIM2 Position         */\r
-#define MCPWM_INTEN_ILIM2_Msk                                 (0x01UL << MCPWM_INTEN_ILIM2_Pos)                         /*!< MCPWM INTEN: ILIM2 Mask             */\r
-#define MCPWM_INTEN_IMAT2_Pos                                 9                                                         /*!< MCPWM INTEN: IMAT2 Position         */\r
-#define MCPWM_INTEN_IMAT2_Msk                                 (0x01UL << MCPWM_INTEN_IMAT2_Pos)                         /*!< MCPWM INTEN: IMAT2 Mask             */\r
-#define MCPWM_INTEN_ICAP2_Pos                                 10                                                        /*!< MCPWM INTEN: ICAP2 Position         */\r
-#define MCPWM_INTEN_ICAP2_Msk                                 (0x01UL << MCPWM_INTEN_ICAP2_Pos)                         /*!< MCPWM INTEN: ICAP2 Mask             */\r
-#define MCPWM_INTEN_ABORT_Pos                                 15                                                        /*!< MCPWM INTEN: ABORT Position         */\r
-#define MCPWM_INTEN_ABORT_Msk                                 (0x01UL << MCPWM_INTEN_ABORT_Pos)                         /*!< MCPWM INTEN: ABORT Mask             */\r
-\r
-// -------------------------------------  MCPWM_INTEN_SET  ----------------------------------------\r
-#define MCPWM_INTEN_SET_ILIM0_SET_Pos                         0                                                         /*!< MCPWM INTEN_SET: ILIM0_SET Position */\r
-#define MCPWM_INTEN_SET_ILIM0_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ILIM0_SET_Pos)                 /*!< MCPWM INTEN_SET: ILIM0_SET Mask     */\r
-#define MCPWM_INTEN_SET_IMAT0_SET_Pos                         1                                                         /*!< MCPWM INTEN_SET: IMAT0_SET Position */\r
-#define MCPWM_INTEN_SET_IMAT0_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_IMAT0_SET_Pos)                 /*!< MCPWM INTEN_SET: IMAT0_SET Mask     */\r
-#define MCPWM_INTEN_SET_ICAP0_SET_Pos                         2                                                         /*!< MCPWM INTEN_SET: ICAP0_SET Position */\r
-#define MCPWM_INTEN_SET_ICAP0_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ICAP0_SET_Pos)                 /*!< MCPWM INTEN_SET: ICAP0_SET Mask     */\r
-#define MCPWM_INTEN_SET_ILIM1_SET_Pos                         4                                                         /*!< MCPWM INTEN_SET: ILIM1_SET Position */\r
-#define MCPWM_INTEN_SET_ILIM1_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ILIM1_SET_Pos)                 /*!< MCPWM INTEN_SET: ILIM1_SET Mask     */\r
-#define MCPWM_INTEN_SET_IMAT1_SET_Pos                         5                                                         /*!< MCPWM INTEN_SET: IMAT1_SET Position */\r
-#define MCPWM_INTEN_SET_IMAT1_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_IMAT1_SET_Pos)                 /*!< MCPWM INTEN_SET: IMAT1_SET Mask     */\r
-#define MCPWM_INTEN_SET_ICAP1_SET_Pos                         6                                                         /*!< MCPWM INTEN_SET: ICAP1_SET Position */\r
-#define MCPWM_INTEN_SET_ICAP1_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ICAP1_SET_Pos)                 /*!< MCPWM INTEN_SET: ICAP1_SET Mask     */\r
-#define MCPWM_INTEN_SET_ILIM2_SET_Pos                         9                                                         /*!< MCPWM INTEN_SET: ILIM2_SET Position */\r
-#define MCPWM_INTEN_SET_ILIM2_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ILIM2_SET_Pos)                 /*!< MCPWM INTEN_SET: ILIM2_SET Mask     */\r
-#define MCPWM_INTEN_SET_IMAT2_SET_Pos                         10                                                        /*!< MCPWM INTEN_SET: IMAT2_SET Position */\r
-#define MCPWM_INTEN_SET_IMAT2_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_IMAT2_SET_Pos)                 /*!< MCPWM INTEN_SET: IMAT2_SET Mask     */\r
-#define MCPWM_INTEN_SET_ICAP2_SET_Pos                         11                                                        /*!< MCPWM INTEN_SET: ICAP2_SET Position */\r
-#define MCPWM_INTEN_SET_ICAP2_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ICAP2_SET_Pos)                 /*!< MCPWM INTEN_SET: ICAP2_SET Mask     */\r
-#define MCPWM_INTEN_SET_ABORT_SET_Pos                         15                                                        /*!< MCPWM INTEN_SET: ABORT_SET Position */\r
-#define MCPWM_INTEN_SET_ABORT_SET_Msk                         (0x01UL << MCPWM_INTEN_SET_ABORT_SET_Pos)                 /*!< MCPWM INTEN_SET: ABORT_SET Mask     */\r
-\r
-// -------------------------------------  MCPWM_INTEN_CLR  ----------------------------------------\r
-#define MCPWM_INTEN_CLR_ILIM0_CLR_Pos                         0                                                         /*!< MCPWM INTEN_CLR: ILIM0_CLR Position */\r
-#define MCPWM_INTEN_CLR_ILIM0_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ILIM0_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ILIM0_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_IMAT0_CLR_Pos                         1                                                         /*!< MCPWM INTEN_CLR: IMAT0_CLR Position */\r
-#define MCPWM_INTEN_CLR_IMAT0_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_IMAT0_CLR_Pos)                 /*!< MCPWM INTEN_CLR: IMAT0_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ICAP0_CLR_Pos                         2                                                         /*!< MCPWM INTEN_CLR: ICAP0_CLR Position */\r
-#define MCPWM_INTEN_CLR_ICAP0_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ICAP0_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ICAP0_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ILIM1_CLR_Pos                         4                                                         /*!< MCPWM INTEN_CLR: ILIM1_CLR Position */\r
-#define MCPWM_INTEN_CLR_ILIM1_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ILIM1_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ILIM1_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_IMAT1_CLR_Pos                         5                                                         /*!< MCPWM INTEN_CLR: IMAT1_CLR Position */\r
-#define MCPWM_INTEN_CLR_IMAT1_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_IMAT1_CLR_Pos)                 /*!< MCPWM INTEN_CLR: IMAT1_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ICAP1_CLR_Pos                         6                                                         /*!< MCPWM INTEN_CLR: ICAP1_CLR Position */\r
-#define MCPWM_INTEN_CLR_ICAP1_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ICAP1_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ICAP1_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ILIM2_CLR_Pos                         8                                                         /*!< MCPWM INTEN_CLR: ILIM2_CLR Position */\r
-#define MCPWM_INTEN_CLR_ILIM2_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ILIM2_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ILIM2_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_IMAT2_CLR_Pos                         9                                                         /*!< MCPWM INTEN_CLR: IMAT2_CLR Position */\r
-#define MCPWM_INTEN_CLR_IMAT2_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_IMAT2_CLR_Pos)                 /*!< MCPWM INTEN_CLR: IMAT2_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ICAP2_CLR_Pos                         10                                                        /*!< MCPWM INTEN_CLR: ICAP2_CLR Position */\r
-#define MCPWM_INTEN_CLR_ICAP2_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ICAP2_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ICAP2_CLR Mask     */\r
-#define MCPWM_INTEN_CLR_ABORT_CLR_Pos                         15                                                        /*!< MCPWM INTEN_CLR: ABORT_CLR Position */\r
-#define MCPWM_INTEN_CLR_ABORT_CLR_Msk                         (0x01UL << MCPWM_INTEN_CLR_ABORT_CLR_Pos)                 /*!< MCPWM INTEN_CLR: ABORT_CLR Mask     */\r
-\r
-// --------------------------------------  MCPWM_CNTCON  ------------------------------------------\r
-#define MCPWM_CNTCON_TC0MCI0_RE_Pos                           0                                                         /*!< MCPWM CNTCON: TC0MCI0_RE Position   */\r
-#define MCPWM_CNTCON_TC0MCI0_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI0_RE_Pos)                   /*!< MCPWM CNTCON: TC0MCI0_RE Mask       */\r
-#define MCPWM_CNTCON_TC0MCI0_FE_Pos                           1                                                         /*!< MCPWM CNTCON: TC0MCI0_FE Position   */\r
-#define MCPWM_CNTCON_TC0MCI0_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI0_FE_Pos)                   /*!< MCPWM CNTCON: TC0MCI0_FE Mask       */\r
-#define MCPWM_CNTCON_TC0MCI1_RE_Pos                           2                                                         /*!< MCPWM CNTCON: TC0MCI1_RE Position   */\r
-#define MCPWM_CNTCON_TC0MCI1_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI1_RE_Pos)                   /*!< MCPWM CNTCON: TC0MCI1_RE Mask       */\r
-#define MCPWM_CNTCON_TC0MCI1_FE_Pos                           3                                                         /*!< MCPWM CNTCON: TC0MCI1_FE Position   */\r
-#define MCPWM_CNTCON_TC0MCI1_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI1_FE_Pos)                   /*!< MCPWM CNTCON: TC0MCI1_FE Mask       */\r
-#define MCPWM_CNTCON_TC0MCI2_RE_Pos                           4                                                         /*!< MCPWM CNTCON: TC0MCI2_RE Position   */\r
-#define MCPWM_CNTCON_TC0MCI2_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI2_RE_Pos)                   /*!< MCPWM CNTCON: TC0MCI2_RE Mask       */\r
-#define MCPWM_CNTCON_TC0MCI2_FE_Pos                           5                                                         /*!< MCPWM CNTCON: TC0MCI2_FE Position   */\r
-#define MCPWM_CNTCON_TC0MCI2_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC0MCI2_FE_Pos)                   /*!< MCPWM CNTCON: TC0MCI2_FE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI0_RE_Pos                           6                                                         /*!< MCPWM CNTCON: TC1MCI0_RE Position   */\r
-#define MCPWM_CNTCON_TC1MCI0_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI0_RE_Pos)                   /*!< MCPWM CNTCON: TC1MCI0_RE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI0_FE_Pos                           7                                                         /*!< MCPWM CNTCON: TC1MCI0_FE Position   */\r
-#define MCPWM_CNTCON_TC1MCI0_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI0_FE_Pos)                   /*!< MCPWM CNTCON: TC1MCI0_FE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI1_RE_Pos                           8                                                         /*!< MCPWM CNTCON: TC1MCI1_RE Position   */\r
-#define MCPWM_CNTCON_TC1MCI1_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI1_RE_Pos)                   /*!< MCPWM CNTCON: TC1MCI1_RE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI1_FE_Pos                           9                                                         /*!< MCPWM CNTCON: TC1MCI1_FE Position   */\r
-#define MCPWM_CNTCON_TC1MCI1_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI1_FE_Pos)                   /*!< MCPWM CNTCON: TC1MCI1_FE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI2_RE_Pos                           10                                                        /*!< MCPWM CNTCON: TC1MCI2_RE Position   */\r
-#define MCPWM_CNTCON_TC1MCI2_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI2_RE_Pos)                   /*!< MCPWM CNTCON: TC1MCI2_RE Mask       */\r
-#define MCPWM_CNTCON_TC1MCI2_FE_Pos                           11                                                        /*!< MCPWM CNTCON: TC1MCI2_FE Position   */\r
-#define MCPWM_CNTCON_TC1MCI2_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC1MCI2_FE_Pos)                   /*!< MCPWM CNTCON: TC1MCI2_FE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI0_RE_Pos                           12                                                        /*!< MCPWM CNTCON: TC2MCI0_RE Position   */\r
-#define MCPWM_CNTCON_TC2MCI0_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI0_RE_Pos)                   /*!< MCPWM CNTCON: TC2MCI0_RE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI0_FE_Pos                           13                                                        /*!< MCPWM CNTCON: TC2MCI0_FE Position   */\r
-#define MCPWM_CNTCON_TC2MCI0_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI0_FE_Pos)                   /*!< MCPWM CNTCON: TC2MCI0_FE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI1_RE_Pos                           14                                                        /*!< MCPWM CNTCON: TC2MCI1_RE Position   */\r
-#define MCPWM_CNTCON_TC2MCI1_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI1_RE_Pos)                   /*!< MCPWM CNTCON: TC2MCI1_RE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI1_FE_Pos                           15                                                        /*!< MCPWM CNTCON: TC2MCI1_FE Position   */\r
-#define MCPWM_CNTCON_TC2MCI1_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI1_FE_Pos)                   /*!< MCPWM CNTCON: TC2MCI1_FE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI2_RE_Pos                           16                                                        /*!< MCPWM CNTCON: TC2MCI2_RE Position   */\r
-#define MCPWM_CNTCON_TC2MCI2_RE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI2_RE_Pos)                   /*!< MCPWM CNTCON: TC2MCI2_RE Mask       */\r
-#define MCPWM_CNTCON_TC2MCI2_FE_Pos                           17                                                        /*!< MCPWM CNTCON: TC2MCI2_FE Position   */\r
-#define MCPWM_CNTCON_TC2MCI2_FE_Msk                           (0x01UL << MCPWM_CNTCON_TC2MCI2_FE_Pos)                   /*!< MCPWM CNTCON: TC2MCI2_FE Mask       */\r
-#define MCPWM_CNTCON_CNTR0_Pos                                29                                                        /*!< MCPWM CNTCON: CNTR0 Position        */\r
-#define MCPWM_CNTCON_CNTR0_Msk                                (0x01UL << MCPWM_CNTCON_CNTR0_Pos)                        /*!< MCPWM CNTCON: CNTR0 Mask            */\r
-#define MCPWM_CNTCON_CNTR1_Pos                                30                                                        /*!< MCPWM CNTCON: CNTR1 Position        */\r
-#define MCPWM_CNTCON_CNTR1_Msk                                (0x01UL << MCPWM_CNTCON_CNTR1_Pos)                        /*!< MCPWM CNTCON: CNTR1 Mask            */\r
-#define MCPWM_CNTCON_CNTR2_Pos                                31                                                        /*!< MCPWM CNTCON: CNTR2 Position        */\r
-#define MCPWM_CNTCON_CNTR2_Msk                                (0x01UL << MCPWM_CNTCON_CNTR2_Pos)                        /*!< MCPWM CNTCON: CNTR2 Mask            */\r
-\r
-// ------------------------------------  MCPWM_CNTCON_SET  ----------------------------------------\r
-#define MCPWM_CNTCON_SET_TC0MCI0_RE_SET_Pos                   0                                                         /*!< MCPWM CNTCON_SET: TC0MCI0_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI0_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI0_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI0_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC0MCI0_FE_SET_Pos                   1                                                         /*!< MCPWM CNTCON_SET: TC0MCI0_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI0_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI0_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI0_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC0MCI1_RE_SET_Pos                   2                                                         /*!< MCPWM CNTCON_SET: TC0MCI1_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI1_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI1_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI1_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC0MCI1_FE_SET_Pos                   3                                                         /*!< MCPWM CNTCON_SET: TC0MCI1_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI1_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI1_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI1_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC0MCI2_RE_SET_Pos                   4                                                         /*!< MCPWM CNTCON_SET: TC0MCI2_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI2_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI2_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI2_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC0MCI2_FE_SET_Pos                   5                                                         /*!< MCPWM CNTCON_SET: TC0MCI2_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC0MCI2_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC0MCI2_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC0MCI2_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI0_RE_SET_Pos                   6                                                         /*!< MCPWM CNTCON_SET: TC1MCI0_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI0_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI0_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI0_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI0_FE_SET_Pos                   7                                                         /*!< MCPWM CNTCON_SET: TC1MCI0_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI0_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI0_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI0_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI1_RE_SET_Pos                   8                                                         /*!< MCPWM CNTCON_SET: TC1MCI1_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI1_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI1_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI1_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI1_FE_SET_Pos                   9                                                         /*!< MCPWM CNTCON_SET: TC1MCI1_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI1_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI1_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI1_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI2_RE_SET_Pos                   10                                                        /*!< MCPWM CNTCON_SET: TC1MCI2_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI2_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI2_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI2_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC1MCI2_FE_SET_Pos                   11                                                        /*!< MCPWM CNTCON_SET: TC1MCI2_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC1MCI2_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC1MCI2_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC1MCI2_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI0_RE_SET_Pos                   12                                                        /*!< MCPWM CNTCON_SET: TC2MCI0_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI0_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI0_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI0_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI0_FE_SET_Pos                   13                                                        /*!< MCPWM CNTCON_SET: TC2MCI0_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI0_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI0_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI0_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI1_RE_SET_Pos                   14                                                        /*!< MCPWM CNTCON_SET: TC2MCI1_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI1_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI1_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI1_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI1_FE_SET_Pos                   15                                                        /*!< MCPWM CNTCON_SET: TC2MCI1_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI1_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI1_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI1_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI2_RE_SET_Pos                   16                                                        /*!< MCPWM CNTCON_SET: TC2MCI2_RE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI2_RE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI2_RE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI2_RE_SET Mask */\r
-#define MCPWM_CNTCON_SET_TC2MCI2_FE_SET_Pos                   17                                                        /*!< MCPWM CNTCON_SET: TC2MCI2_FE_SET Position */\r
-#define MCPWM_CNTCON_SET_TC2MCI2_FE_SET_Msk                   (0x01UL << MCPWM_CNTCON_SET_TC2MCI2_FE_SET_Pos)           /*!< MCPWM CNTCON_SET: TC2MCI2_FE_SET Mask */\r
-#define MCPWM_CNTCON_SET_CNTR0_SET_Pos                        29                                                        /*!< MCPWM CNTCON_SET: CNTR0_SET Position */\r
-#define MCPWM_CNTCON_SET_CNTR0_SET_Msk                        (0x01UL << MCPWM_CNTCON_SET_CNTR0_SET_Pos)                /*!< MCPWM CNTCON_SET: CNTR0_SET Mask    */\r
-#define MCPWM_CNTCON_SET_CNTR1_SET_Pos                        30                                                        /*!< MCPWM CNTCON_SET: CNTR1_SET Position */\r
-#define MCPWM_CNTCON_SET_CNTR1_SET_Msk                        (0x01UL << MCPWM_CNTCON_SET_CNTR1_SET_Pos)                /*!< MCPWM CNTCON_SET: CNTR1_SET Mask    */\r
-#define MCPWM_CNTCON_SET_CNTR2_SET_Pos                        31                                                        /*!< MCPWM CNTCON_SET: CNTR2_SET Position */\r
-#define MCPWM_CNTCON_SET_CNTR2_SET_Msk                        (0x01UL << MCPWM_CNTCON_SET_CNTR2_SET_Pos)                /*!< MCPWM CNTCON_SET: CNTR2_SET Mask    */\r
-\r
-// ------------------------------------  MCPWM_CNTCON_CLR  ----------------------------------------\r
-#define MCPWM_CNTCON_CLR_TC0MCI0_RE_CLR_Pos                   0                                                         /*!< MCPWM CNTCON_CLR: TC0MCI0_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI0_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC0MCI0_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC0MCI0_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC0MCI0_FE_CLR_Pos                   1                                                         /*!< MCPWM CNTCON_CLR: TC0MCI0_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI0_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC0MCI0_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC0MCI0_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC0MCI1_RE_CLR_Pos                   2                                                         /*!< MCPWM CNTCON_CLR: TC0MCI1_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI1_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC0MCI1_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC0MCI1_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC0MCI1_FE_CLR_Pos                   3                                                         /*!< MCPWM CNTCON_CLR: TC0MCI1_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI1_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC0MCI1_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC0MCI1_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC0MCI2_RE_Pos                       4                                                         /*!< MCPWM CNTCON_CLR: TC0MCI2_RE Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI2_RE_Msk                       (0x01UL << MCPWM_CNTCON_CLR_TC0MCI2_RE_Pos)               /*!< MCPWM CNTCON_CLR: TC0MCI2_RE Mask   */\r
-#define MCPWM_CNTCON_CLR_TC0MCI2_FE_CLR_Pos                   5                                                         /*!< MCPWM CNTCON_CLR: TC0MCI2_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC0MCI2_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC0MCI2_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC0MCI2_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI0_RE_CLR_Pos                   6                                                         /*!< MCPWM CNTCON_CLR: TC1MCI0_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI0_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI0_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI0_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI0_FE_CLR_Pos                   7                                                         /*!< MCPWM CNTCON_CLR: TC1MCI0_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI0_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI0_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI0_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI1_RE_CLR_Pos                   8                                                         /*!< MCPWM CNTCON_CLR: TC1MCI1_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI1_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI1_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI1_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI1_FE_CLR_Pos                   9                                                         /*!< MCPWM CNTCON_CLR: TC1MCI1_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI1_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI1_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI1_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI2_RE_CLR_Pos                   10                                                        /*!< MCPWM CNTCON_CLR: TC1MCI2_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI2_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI2_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI2_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC1MCI2_FE_CLR_Pos                   11                                                        /*!< MCPWM CNTCON_CLR: TC1MCI2_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC1MCI2_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC1MCI2_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC1MCI2_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI0_RE_CLR_Pos                   12                                                        /*!< MCPWM CNTCON_CLR: TC2MCI0_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI0_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI0_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI0_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI0_FE_CLR_Pos                   13                                                        /*!< MCPWM CNTCON_CLR: TC2MCI0_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI0_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI0_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI0_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI1_RE_CLR_Pos                   14                                                        /*!< MCPWM CNTCON_CLR: TC2MCI1_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI1_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI1_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI1_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI1_FE_CLR_Pos                   15                                                        /*!< MCPWM CNTCON_CLR: TC2MCI1_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI1_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI1_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI1_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI2_RE_CLR_Pos                   16                                                        /*!< MCPWM CNTCON_CLR: TC2MCI2_RE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI2_RE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI2_RE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI2_RE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_TC2MCI2_FE_CLR_Pos                   17                                                        /*!< MCPWM CNTCON_CLR: TC2MCI2_FE_CLR Position */\r
-#define MCPWM_CNTCON_CLR_TC2MCI2_FE_CLR_Msk                   (0x01UL << MCPWM_CNTCON_CLR_TC2MCI2_FE_CLR_Pos)           /*!< MCPWM CNTCON_CLR: TC2MCI2_FE_CLR Mask */\r
-#define MCPWM_CNTCON_CLR_CNTR0_CLR_Pos                        29                                                        /*!< MCPWM CNTCON_CLR: CNTR0_CLR Position */\r
-#define MCPWM_CNTCON_CLR_CNTR0_CLR_Msk                        (0x01UL << MCPWM_CNTCON_CLR_CNTR0_CLR_Pos)                /*!< MCPWM CNTCON_CLR: CNTR0_CLR Mask    */\r
-#define MCPWM_CNTCON_CLR_CNTR1_CLR_Pos                        30                                                        /*!< MCPWM CNTCON_CLR: CNTR1_CLR Position */\r
-#define MCPWM_CNTCON_CLR_CNTR1_CLR_Msk                        (0x01UL << MCPWM_CNTCON_CLR_CNTR1_CLR_Pos)                /*!< MCPWM CNTCON_CLR: CNTR1_CLR Mask    */\r
-#define MCPWM_CNTCON_CLR_CNTR2_CLR_Pos                        31                                                        /*!< MCPWM CNTCON_CLR: CNTR2_CLR Position */\r
-#define MCPWM_CNTCON_CLR_CNTR2_CLR_Msk                        (0x01UL << MCPWM_CNTCON_CLR_CNTR2_CLR_Pos)                /*!< MCPWM CNTCON_CLR: CNTR2_CLR Mask    */\r
-\r
-// ---------------------------------------  MCPWM_INTF  -------------------------------------------\r
-#define MCPWM_INTF_ILIM0_F_Pos                                0                                                         /*!< MCPWM INTF: ILIM0_F Position        */\r
-#define MCPWM_INTF_ILIM0_F_Msk                                (0x01UL << MCPWM_INTF_ILIM0_F_Pos)                        /*!< MCPWM INTF: ILIM0_F Mask            */\r
-#define MCPWM_INTF_IMAT0_F_Pos                                1                                                         /*!< MCPWM INTF: IMAT0_F Position        */\r
-#define MCPWM_INTF_IMAT0_F_Msk                                (0x01UL << MCPWM_INTF_IMAT0_F_Pos)                        /*!< MCPWM INTF: IMAT0_F Mask            */\r
-#define MCPWM_INTF_ICAP0_F_Pos                                2                                                         /*!< MCPWM INTF: ICAP0_F Position        */\r
-#define MCPWM_INTF_ICAP0_F_Msk                                (0x01UL << MCPWM_INTF_ICAP0_F_Pos)                        /*!< MCPWM INTF: ICAP0_F Mask            */\r
-#define MCPWM_INTF_ILIM1_F_Pos                                4                                                         /*!< MCPWM INTF: ILIM1_F Position        */\r
-#define MCPWM_INTF_ILIM1_F_Msk                                (0x01UL << MCPWM_INTF_ILIM1_F_Pos)                        /*!< MCPWM INTF: ILIM1_F Mask            */\r
-#define MCPWM_INTF_IMAT1_F_Pos                                5                                                         /*!< MCPWM INTF: IMAT1_F Position        */\r
-#define MCPWM_INTF_IMAT1_F_Msk                                (0x01UL << MCPWM_INTF_IMAT1_F_Pos)                        /*!< MCPWM INTF: IMAT1_F Mask            */\r
-#define MCPWM_INTF_ICAP1_F_Pos                                6                                                         /*!< MCPWM INTF: ICAP1_F Position        */\r
-#define MCPWM_INTF_ICAP1_F_Msk                                (0x01UL << MCPWM_INTF_ICAP1_F_Pos)                        /*!< MCPWM INTF: ICAP1_F Mask            */\r
-#define MCPWM_INTF_ILIM2_F_Pos                                8                                                         /*!< MCPWM INTF: ILIM2_F Position        */\r
-#define MCPWM_INTF_ILIM2_F_Msk                                (0x01UL << MCPWM_INTF_ILIM2_F_Pos)                        /*!< MCPWM INTF: ILIM2_F Mask            */\r
-#define MCPWM_INTF_IMAT2_F_Pos                                9                                                         /*!< MCPWM INTF: IMAT2_F Position        */\r
-#define MCPWM_INTF_IMAT2_F_Msk                                (0x01UL << MCPWM_INTF_IMAT2_F_Pos)                        /*!< MCPWM INTF: IMAT2_F Mask            */\r
-#define MCPWM_INTF_ICAP2_F_Pos                                10                                                        /*!< MCPWM INTF: ICAP2_F Position        */\r
-#define MCPWM_INTF_ICAP2_F_Msk                                (0x01UL << MCPWM_INTF_ICAP2_F_Pos)                        /*!< MCPWM INTF: ICAP2_F Mask            */\r
-#define MCPWM_INTF_ABORT_F_Pos                                15                                                        /*!< MCPWM INTF: ABORT_F Position        */\r
-#define MCPWM_INTF_ABORT_F_Msk                                (0x01UL << MCPWM_INTF_ABORT_F_Pos)                        /*!< MCPWM INTF: ABORT_F Mask            */\r
-\r
-// -------------------------------------  MCPWM_INTF_SET  -----------------------------------------\r
-#define MCPWM_INTF_SET_ILIM0_F_SET_Pos                        0                                                         /*!< MCPWM INTF_SET: ILIM0_F_SET Position */\r
-#define MCPWM_INTF_SET_ILIM0_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ILIM0_F_SET_Pos)                /*!< MCPWM INTF_SET: ILIM0_F_SET Mask    */\r
-#define MCPWM_INTF_SET_IMAT0_F_SET_Pos                        1                                                         /*!< MCPWM INTF_SET: IMAT0_F_SET Position */\r
-#define MCPWM_INTF_SET_IMAT0_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_IMAT0_F_SET_Pos)                /*!< MCPWM INTF_SET: IMAT0_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ICAP0_F_SET_Pos                        2                                                         /*!< MCPWM INTF_SET: ICAP0_F_SET Position */\r
-#define MCPWM_INTF_SET_ICAP0_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ICAP0_F_SET_Pos)                /*!< MCPWM INTF_SET: ICAP0_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ILIM1_F_SET_Pos                        4                                                         /*!< MCPWM INTF_SET: ILIM1_F_SET Position */\r
-#define MCPWM_INTF_SET_ILIM1_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ILIM1_F_SET_Pos)                /*!< MCPWM INTF_SET: ILIM1_F_SET Mask    */\r
-#define MCPWM_INTF_SET_IMAT1_F_SET_Pos                        5                                                         /*!< MCPWM INTF_SET: IMAT1_F_SET Position */\r
-#define MCPWM_INTF_SET_IMAT1_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_IMAT1_F_SET_Pos)                /*!< MCPWM INTF_SET: IMAT1_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ICAP1_F_SET_Pos                        6                                                         /*!< MCPWM INTF_SET: ICAP1_F_SET Position */\r
-#define MCPWM_INTF_SET_ICAP1_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ICAP1_F_SET_Pos)                /*!< MCPWM INTF_SET: ICAP1_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ILIM2_F_SET_Pos                        8                                                         /*!< MCPWM INTF_SET: ILIM2_F_SET Position */\r
-#define MCPWM_INTF_SET_ILIM2_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ILIM2_F_SET_Pos)                /*!< MCPWM INTF_SET: ILIM2_F_SET Mask    */\r
-#define MCPWM_INTF_SET_IMAT2_F_SET_Pos                        9                                                         /*!< MCPWM INTF_SET: IMAT2_F_SET Position */\r
-#define MCPWM_INTF_SET_IMAT2_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_IMAT2_F_SET_Pos)                /*!< MCPWM INTF_SET: IMAT2_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ICAP2_F_SET_Pos                        10                                                        /*!< MCPWM INTF_SET: ICAP2_F_SET Position */\r
-#define MCPWM_INTF_SET_ICAP2_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ICAP2_F_SET_Pos)                /*!< MCPWM INTF_SET: ICAP2_F_SET Mask    */\r
-#define MCPWM_INTF_SET_ABORT_F_SET_Pos                        15                                                        /*!< MCPWM INTF_SET: ABORT_F_SET Position */\r
-#define MCPWM_INTF_SET_ABORT_F_SET_Msk                        (0x01UL << MCPWM_INTF_SET_ABORT_F_SET_Pos)                /*!< MCPWM INTF_SET: ABORT_F_SET Mask    */\r
-\r
-// -------------------------------------  MCPWM_INTF_CLR  -----------------------------------------\r
-#define MCPWM_INTF_CLR_ILIM0_F_CLR_Pos                        0                                                         /*!< MCPWM INTF_CLR: ILIM0_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ILIM0_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ILIM0_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ILIM0_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_IMAT0_F_CLR_Pos                        1                                                         /*!< MCPWM INTF_CLR: IMAT0_F_CLR Position */\r
-#define MCPWM_INTF_CLR_IMAT0_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_IMAT0_F_CLR_Pos)                /*!< MCPWM INTF_CLR: IMAT0_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ICAP0_F_CLR_Pos                        2                                                         /*!< MCPWM INTF_CLR: ICAP0_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ICAP0_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ICAP0_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ICAP0_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ILIM1_F_CLR_Pos                        4                                                         /*!< MCPWM INTF_CLR: ILIM1_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ILIM1_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ILIM1_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ILIM1_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_IMAT1_F_CLR_Pos                        5                                                         /*!< MCPWM INTF_CLR: IMAT1_F_CLR Position */\r
-#define MCPWM_INTF_CLR_IMAT1_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_IMAT1_F_CLR_Pos)                /*!< MCPWM INTF_CLR: IMAT1_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ICAP1_F_CLR_Pos                        6                                                         /*!< MCPWM INTF_CLR: ICAP1_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ICAP1_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ICAP1_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ICAP1_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ILIM2_F_CLR_Pos                        8                                                         /*!< MCPWM INTF_CLR: ILIM2_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ILIM2_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ILIM2_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ILIM2_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_IMAT2_F_CLR_Pos                        9                                                         /*!< MCPWM INTF_CLR: IMAT2_F_CLR Position */\r
-#define MCPWM_INTF_CLR_IMAT2_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_IMAT2_F_CLR_Pos)                /*!< MCPWM INTF_CLR: IMAT2_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ICAP2_F_CLR_Pos                        10                                                        /*!< MCPWM INTF_CLR: ICAP2_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ICAP2_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ICAP2_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ICAP2_F_CLR Mask    */\r
-#define MCPWM_INTF_CLR_ABORT_F_CLR_Pos                        15                                                        /*!< MCPWM INTF_CLR: ABORT_F_CLR Position */\r
-#define MCPWM_INTF_CLR_ABORT_F_CLR_Msk                        (0x01UL << MCPWM_INTF_CLR_ABORT_F_CLR_Pos)                /*!< MCPWM INTF_CLR: ABORT_F_CLR Mask    */\r
-\r
-// --------------------------------------  MCPWM_CAP_CLR  -----------------------------------------\r
-#define MCPWM_CAP_CLR_CAP_CLR0_Pos                            0                                                         /*!< MCPWM CAP_CLR: CAP_CLR0 Position    */\r
-#define MCPWM_CAP_CLR_CAP_CLR0_Msk                            (0x01UL << MCPWM_CAP_CLR_CAP_CLR0_Pos)                    /*!< MCPWM CAP_CLR: CAP_CLR0 Mask        */\r
-#define MCPWM_CAP_CLR_CAP_CLR1_Pos                            1                                                         /*!< MCPWM CAP_CLR: CAP_CLR1 Position    */\r
-#define MCPWM_CAP_CLR_CAP_CLR1_Msk                            (0x01UL << MCPWM_CAP_CLR_CAP_CLR1_Pos)                    /*!< MCPWM CAP_CLR: CAP_CLR1 Mask        */\r
-#define MCPWM_CAP_CLR_CAP_CLR2_Pos                            2                                                         /*!< MCPWM CAP_CLR: CAP_CLR2 Position    */\r
-#define MCPWM_CAP_CLR_CAP_CLR2_Msk                            (0x01UL << MCPWM_CAP_CLR_CAP_CLR2_Pos)                    /*!< MCPWM CAP_CLR: CAP_CLR2 Mask        */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 I2C0 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  I2C0_CONSET  ------------------------------------------\r
-#define I2C0_CONSET_AA_Pos                                    2                                                         /*!< I2C0 CONSET: AA Position            */\r
-#define I2C0_CONSET_AA_Msk                                    (0x01UL << I2C0_CONSET_AA_Pos)                            /*!< I2C0 CONSET: AA Mask                */\r
-#define I2C0_CONSET_SI_Pos                                    3                                                         /*!< I2C0 CONSET: SI Position            */\r
-#define I2C0_CONSET_SI_Msk                                    (0x01UL << I2C0_CONSET_SI_Pos)                            /*!< I2C0 CONSET: SI Mask                */\r
-#define I2C0_CONSET_STO_Pos                                   4                                                         /*!< I2C0 CONSET: STO Position           */\r
-#define I2C0_CONSET_STO_Msk                                   (0x01UL << I2C0_CONSET_STO_Pos)                           /*!< I2C0 CONSET: STO Mask               */\r
-#define I2C0_CONSET_STA_Pos                                   5                                                         /*!< I2C0 CONSET: STA Position           */\r
-#define I2C0_CONSET_STA_Msk                                   (0x01UL << I2C0_CONSET_STA_Pos)                           /*!< I2C0 CONSET: STA Mask               */\r
-#define I2C0_CONSET_I2EN_Pos                                  6                                                         /*!< I2C0 CONSET: I2EN Position          */\r
-#define I2C0_CONSET_I2EN_Msk                                  (0x01UL << I2C0_CONSET_I2EN_Pos)                          /*!< I2C0 CONSET: I2EN Mask              */\r
-\r
-// ----------------------------------------  I2C0_STAT  -------------------------------------------\r
-#define I2C0_STAT_Status_Pos                                  3                                                         /*!< I2C0 STAT: Status Position          */\r
-#define I2C0_STAT_Status_Msk                                  (0x1fUL << I2C0_STAT_Status_Pos)                          /*!< I2C0 STAT: Status Mask              */\r
-\r
-// ----------------------------------------  I2C0_DAT  --------------------------------------------\r
-#define I2C0_DAT_Data_Pos                                     0                                                         /*!< I2C0 DAT: Data Position             */\r
-#define I2C0_DAT_Data_Msk                                     (0x000000ffUL << I2C0_DAT_Data_Pos)                       /*!< I2C0 DAT: Data Mask                 */\r
-\r
-// ----------------------------------------  I2C0_ADR0  -------------------------------------------\r
-#define I2C0_ADR0_GC_Pos                                      0                                                         /*!< I2C0 ADR0: GC Position              */\r
-#define I2C0_ADR0_GC_Msk                                      (0x01UL << I2C0_ADR0_GC_Pos)                              /*!< I2C0 ADR0: GC Mask                  */\r
-#define I2C0_ADR0_Address_Pos                                 1                                                         /*!< I2C0 ADR0: Address Position         */\r
-#define I2C0_ADR0_Address_Msk                                 (0x7fUL << I2C0_ADR0_Address_Pos)                         /*!< I2C0 ADR0: Address Mask             */\r
-\r
-// ----------------------------------------  I2C0_SCLH  -------------------------------------------\r
-#define I2C0_SCLH_SCLH_Pos                                    0                                                         /*!< I2C0 SCLH: SCLH Position            */\r
-#define I2C0_SCLH_SCLH_Msk                                    (0x0000ffffUL << I2C0_SCLH_SCLH_Pos)                      /*!< I2C0 SCLH: SCLH Mask                */\r
-\r
-// ----------------------------------------  I2C0_SCLL  -------------------------------------------\r
-#define I2C0_SCLL_SCLL_Pos                                    0                                                         /*!< I2C0 SCLL: SCLL Position            */\r
-#define I2C0_SCLL_SCLL_Msk                                    (0x0000ffffUL << I2C0_SCLL_SCLL_Pos)                      /*!< I2C0 SCLL: SCLL Mask                */\r
-\r
-// ---------------------------------------  I2C0_CONCLR  ------------------------------------------\r
-#define I2C0_CONCLR_AAC_Pos                                   2                                                         /*!< I2C0 CONCLR: AAC Position           */\r
-#define I2C0_CONCLR_AAC_Msk                                   (0x01UL << I2C0_CONCLR_AAC_Pos)                           /*!< I2C0 CONCLR: AAC Mask               */\r
-#define I2C0_CONCLR_SIC_Pos                                   3                                                         /*!< I2C0 CONCLR: SIC Position           */\r
-#define I2C0_CONCLR_SIC_Msk                                   (0x01UL << I2C0_CONCLR_SIC_Pos)                           /*!< I2C0 CONCLR: SIC Mask               */\r
-#define I2C0_CONCLR_STAC_Pos                                  5                                                         /*!< I2C0 CONCLR: STAC Position          */\r
-#define I2C0_CONCLR_STAC_Msk                                  (0x01UL << I2C0_CONCLR_STAC_Pos)                          /*!< I2C0 CONCLR: STAC Mask              */\r
-#define I2C0_CONCLR_I2ENC_Pos                                 6                                                         /*!< I2C0 CONCLR: I2ENC Position         */\r
-#define I2C0_CONCLR_I2ENC_Msk                                 (0x01UL << I2C0_CONCLR_I2ENC_Pos)                         /*!< I2C0 CONCLR: I2ENC Mask             */\r
-\r
-// ---------------------------------------  I2C0_MMCTRL  ------------------------------------------\r
-#define I2C0_MMCTRL_MM_ENA_Pos                                0                                                         /*!< I2C0 MMCTRL: MM_ENA Position        */\r
-#define I2C0_MMCTRL_MM_ENA_Msk                                (0x01UL << I2C0_MMCTRL_MM_ENA_Pos)                        /*!< I2C0 MMCTRL: MM_ENA Mask            */\r
-#define I2C0_MMCTRL_ENA_SCL_Pos                               1                                                         /*!< I2C0 MMCTRL: ENA_SCL Position       */\r
-#define I2C0_MMCTRL_ENA_SCL_Msk                               (0x01UL << I2C0_MMCTRL_ENA_SCL_Pos)                       /*!< I2C0 MMCTRL: ENA_SCL Mask           */\r
-#define I2C0_MMCTRL_MATCH_ALL_Pos                             2                                                         /*!< I2C0 MMCTRL: MATCH_ALL Position     */\r
-#define I2C0_MMCTRL_MATCH_ALL_Msk                             (0x01UL << I2C0_MMCTRL_MATCH_ALL_Pos)                     /*!< I2C0 MMCTRL: MATCH_ALL Mask         */\r
-\r
-// ----------------------------------------  I2C0_ADR1  -------------------------------------------\r
-#define I2C0_ADR1_GC_Pos                                      0                                                         /*!< I2C0 ADR1: GC Position              */\r
-#define I2C0_ADR1_GC_Msk                                      (0x01UL << I2C0_ADR1_GC_Pos)                              /*!< I2C0 ADR1: GC Mask                  */\r
-#define I2C0_ADR1_Address_Pos                                 1                                                         /*!< I2C0 ADR1: Address Position         */\r
-#define I2C0_ADR1_Address_Msk                                 (0x7fUL << I2C0_ADR1_Address_Pos)                         /*!< I2C0 ADR1: Address Mask             */\r
-\r
-// ----------------------------------------  I2C0_ADR2  -------------------------------------------\r
-#define I2C0_ADR2_GC_Pos                                      0                                                         /*!< I2C0 ADR2: GC Position              */\r
-#define I2C0_ADR2_GC_Msk                                      (0x01UL << I2C0_ADR2_GC_Pos)                              /*!< I2C0 ADR2: GC Mask                  */\r
-#define I2C0_ADR2_Address_Pos                                 1                                                         /*!< I2C0 ADR2: Address Position         */\r
-#define I2C0_ADR2_Address_Msk                                 (0x7fUL << I2C0_ADR2_Address_Pos)                         /*!< I2C0 ADR2: Address Mask             */\r
-\r
-// ----------------------------------------  I2C0_ADR3  -------------------------------------------\r
-#define I2C0_ADR3_GC_Pos                                      0                                                         /*!< I2C0 ADR3: GC Position              */\r
-#define I2C0_ADR3_GC_Msk                                      (0x01UL << I2C0_ADR3_GC_Pos)                              /*!< I2C0 ADR3: GC Mask                  */\r
-#define I2C0_ADR3_Address_Pos                                 1                                                         /*!< I2C0 ADR3: Address Position         */\r
-#define I2C0_ADR3_Address_Msk                                 (0x7fUL << I2C0_ADR3_Address_Pos)                         /*!< I2C0 ADR3: Address Mask             */\r
-\r
-// ------------------------------------  I2C0_DATA_BUFFER  ----------------------------------------\r
-#define I2C0_DATA_BUFFER_Data_Pos                             0                                                         /*!< I2C0 DATA_BUFFER: Data Position     */\r
-#define I2C0_DATA_BUFFER_Data_Msk                             (0x000000ffUL << I2C0_DATA_BUFFER_Data_Pos)               /*!< I2C0 DATA_BUFFER: Data Mask         */\r
-\r
-// ---------------------------------------  I2C0_MASK0  -------------------------------------------\r
-#define I2C0_MASK0_MASK_Pos                                   1                                                         /*!< I2C0 MASK0: MASK Position           */\r
-#define I2C0_MASK0_MASK_Msk                                   (0x7fUL << I2C0_MASK0_MASK_Pos)                           /*!< I2C0 MASK0: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C0_MASK1  -------------------------------------------\r
-#define I2C0_MASK1_MASK_Pos                                   1                                                         /*!< I2C0 MASK1: MASK Position           */\r
-#define I2C0_MASK1_MASK_Msk                                   (0x7fUL << I2C0_MASK1_MASK_Pos)                           /*!< I2C0 MASK1: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C0_MASK2  -------------------------------------------\r
-#define I2C0_MASK2_MASK_Pos                                   1                                                         /*!< I2C0 MASK2: MASK Position           */\r
-#define I2C0_MASK2_MASK_Msk                                   (0x7fUL << I2C0_MASK2_MASK_Pos)                           /*!< I2C0 MASK2: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C0_MASK3  -------------------------------------------\r
-#define I2C0_MASK3_MASK_Pos                                   1                                                         /*!< I2C0 MASK3: MASK Position           */\r
-#define I2C0_MASK3_MASK_Msk                                   (0x7fUL << I2C0_MASK3_MASK_Pos)                           /*!< I2C0 MASK3: MASK Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 I2C1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  I2C1_CONSET  ------------------------------------------\r
-#define I2C1_CONSET_AA_Pos                                    2                                                         /*!< I2C1 CONSET: AA Position            */\r
-#define I2C1_CONSET_AA_Msk                                    (0x01UL << I2C1_CONSET_AA_Pos)                            /*!< I2C1 CONSET: AA Mask                */\r
-#define I2C1_CONSET_SI_Pos                                    3                                                         /*!< I2C1 CONSET: SI Position            */\r
-#define I2C1_CONSET_SI_Msk                                    (0x01UL << I2C1_CONSET_SI_Pos)                            /*!< I2C1 CONSET: SI Mask                */\r
-#define I2C1_CONSET_STO_Pos                                   4                                                         /*!< I2C1 CONSET: STO Position           */\r
-#define I2C1_CONSET_STO_Msk                                   (0x01UL << I2C1_CONSET_STO_Pos)                           /*!< I2C1 CONSET: STO Mask               */\r
-#define I2C1_CONSET_STA_Pos                                   5                                                         /*!< I2C1 CONSET: STA Position           */\r
-#define I2C1_CONSET_STA_Msk                                   (0x01UL << I2C1_CONSET_STA_Pos)                           /*!< I2C1 CONSET: STA Mask               */\r
-#define I2C1_CONSET_I2EN_Pos                                  6                                                         /*!< I2C1 CONSET: I2EN Position          */\r
-#define I2C1_CONSET_I2EN_Msk                                  (0x01UL << I2C1_CONSET_I2EN_Pos)                          /*!< I2C1 CONSET: I2EN Mask              */\r
-\r
-// ----------------------------------------  I2C1_STAT  -------------------------------------------\r
-#define I2C1_STAT_Status_Pos                                  3                                                         /*!< I2C1 STAT: Status Position          */\r
-#define I2C1_STAT_Status_Msk                                  (0x1fUL << I2C1_STAT_Status_Pos)                          /*!< I2C1 STAT: Status Mask              */\r
-\r
-// ----------------------------------------  I2C1_DAT  --------------------------------------------\r
-#define I2C1_DAT_Data_Pos                                     0                                                         /*!< I2C1 DAT: Data Position             */\r
-#define I2C1_DAT_Data_Msk                                     (0x000000ffUL << I2C1_DAT_Data_Pos)                       /*!< I2C1 DAT: Data Mask                 */\r
-\r
-// ----------------------------------------  I2C1_ADR0  -------------------------------------------\r
-#define I2C1_ADR0_GC_Pos                                      0                                                         /*!< I2C1 ADR0: GC Position              */\r
-#define I2C1_ADR0_GC_Msk                                      (0x01UL << I2C1_ADR0_GC_Pos)                              /*!< I2C1 ADR0: GC Mask                  */\r
-#define I2C1_ADR0_Address_Pos                                 1                                                         /*!< I2C1 ADR0: Address Position         */\r
-#define I2C1_ADR0_Address_Msk                                 (0x7fUL << I2C1_ADR0_Address_Pos)                         /*!< I2C1 ADR0: Address Mask             */\r
-\r
-// ----------------------------------------  I2C1_SCLH  -------------------------------------------\r
-#define I2C1_SCLH_SCLH_Pos                                    0                                                         /*!< I2C1 SCLH: SCLH Position            */\r
-#define I2C1_SCLH_SCLH_Msk                                    (0x0000ffffUL << I2C1_SCLH_SCLH_Pos)                      /*!< I2C1 SCLH: SCLH Mask                */\r
-\r
-// ----------------------------------------  I2C1_SCLL  -------------------------------------------\r
-#define I2C1_SCLL_SCLL_Pos                                    0                                                         /*!< I2C1 SCLL: SCLL Position            */\r
-#define I2C1_SCLL_SCLL_Msk                                    (0x0000ffffUL << I2C1_SCLL_SCLL_Pos)                      /*!< I2C1 SCLL: SCLL Mask                */\r
-\r
-// ---------------------------------------  I2C1_CONCLR  ------------------------------------------\r
-#define I2C1_CONCLR_AAC_Pos                                   2                                                         /*!< I2C1 CONCLR: AAC Position           */\r
-#define I2C1_CONCLR_AAC_Msk                                   (0x01UL << I2C1_CONCLR_AAC_Pos)                           /*!< I2C1 CONCLR: AAC Mask               */\r
-#define I2C1_CONCLR_SIC_Pos                                   3                                                         /*!< I2C1 CONCLR: SIC Position           */\r
-#define I2C1_CONCLR_SIC_Msk                                   (0x01UL << I2C1_CONCLR_SIC_Pos)                           /*!< I2C1 CONCLR: SIC Mask               */\r
-#define I2C1_CONCLR_STAC_Pos                                  5                                                         /*!< I2C1 CONCLR: STAC Position          */\r
-#define I2C1_CONCLR_STAC_Msk                                  (0x01UL << I2C1_CONCLR_STAC_Pos)                          /*!< I2C1 CONCLR: STAC Mask              */\r
-#define I2C1_CONCLR_I2ENC_Pos                                 6                                                         /*!< I2C1 CONCLR: I2ENC Position         */\r
-#define I2C1_CONCLR_I2ENC_Msk                                 (0x01UL << I2C1_CONCLR_I2ENC_Pos)                         /*!< I2C1 CONCLR: I2ENC Mask             */\r
-\r
-// ---------------------------------------  I2C1_MMCTRL  ------------------------------------------\r
-#define I2C1_MMCTRL_MM_ENA_Pos                                0                                                         /*!< I2C1 MMCTRL: MM_ENA Position        */\r
-#define I2C1_MMCTRL_MM_ENA_Msk                                (0x01UL << I2C1_MMCTRL_MM_ENA_Pos)                        /*!< I2C1 MMCTRL: MM_ENA Mask            */\r
-#define I2C1_MMCTRL_ENA_SCL_Pos                               1                                                         /*!< I2C1 MMCTRL: ENA_SCL Position       */\r
-#define I2C1_MMCTRL_ENA_SCL_Msk                               (0x01UL << I2C1_MMCTRL_ENA_SCL_Pos)                       /*!< I2C1 MMCTRL: ENA_SCL Mask           */\r
-#define I2C1_MMCTRL_MATCH_ALL_Pos                             2                                                         /*!< I2C1 MMCTRL: MATCH_ALL Position     */\r
-#define I2C1_MMCTRL_MATCH_ALL_Msk                             (0x01UL << I2C1_MMCTRL_MATCH_ALL_Pos)                     /*!< I2C1 MMCTRL: MATCH_ALL Mask         */\r
-\r
-// ----------------------------------------  I2C1_ADR1  -------------------------------------------\r
-#define I2C1_ADR1_GC_Pos                                      0                                                         /*!< I2C1 ADR1: GC Position              */\r
-#define I2C1_ADR1_GC_Msk                                      (0x01UL << I2C1_ADR1_GC_Pos)                              /*!< I2C1 ADR1: GC Mask                  */\r
-#define I2C1_ADR1_Address_Pos                                 1                                                         /*!< I2C1 ADR1: Address Position         */\r
-#define I2C1_ADR1_Address_Msk                                 (0x7fUL << I2C1_ADR1_Address_Pos)                         /*!< I2C1 ADR1: Address Mask             */\r
-\r
-// ----------------------------------------  I2C1_ADR2  -------------------------------------------\r
-#define I2C1_ADR2_GC_Pos                                      0                                                         /*!< I2C1 ADR2: GC Position              */\r
-#define I2C1_ADR2_GC_Msk                                      (0x01UL << I2C1_ADR2_GC_Pos)                              /*!< I2C1 ADR2: GC Mask                  */\r
-#define I2C1_ADR2_Address_Pos                                 1                                                         /*!< I2C1 ADR2: Address Position         */\r
-#define I2C1_ADR2_Address_Msk                                 (0x7fUL << I2C1_ADR2_Address_Pos)                         /*!< I2C1 ADR2: Address Mask             */\r
-\r
-// ----------------------------------------  I2C1_ADR3  -------------------------------------------\r
-#define I2C1_ADR3_GC_Pos                                      0                                                         /*!< I2C1 ADR3: GC Position              */\r
-#define I2C1_ADR3_GC_Msk                                      (0x01UL << I2C1_ADR3_GC_Pos)                              /*!< I2C1 ADR3: GC Mask                  */\r
-#define I2C1_ADR3_Address_Pos                                 1                                                         /*!< I2C1 ADR3: Address Position         */\r
-#define I2C1_ADR3_Address_Msk                                 (0x7fUL << I2C1_ADR3_Address_Pos)                         /*!< I2C1 ADR3: Address Mask             */\r
-\r
-// ------------------------------------  I2C1_DATA_BUFFER  ----------------------------------------\r
-#define I2C1_DATA_BUFFER_Data_Pos                             0                                                         /*!< I2C1 DATA_BUFFER: Data Position     */\r
-#define I2C1_DATA_BUFFER_Data_Msk                             (0x000000ffUL << I2C1_DATA_BUFFER_Data_Pos)               /*!< I2C1 DATA_BUFFER: Data Mask         */\r
-\r
-// ---------------------------------------  I2C1_MASK0  -------------------------------------------\r
-#define I2C1_MASK0_MASK_Pos                                   1                                                         /*!< I2C1 MASK0: MASK Position           */\r
-#define I2C1_MASK0_MASK_Msk                                   (0x7fUL << I2C1_MASK0_MASK_Pos)                           /*!< I2C1 MASK0: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C1_MASK1  -------------------------------------------\r
-#define I2C1_MASK1_MASK_Pos                                   1                                                         /*!< I2C1 MASK1: MASK Position           */\r
-#define I2C1_MASK1_MASK_Msk                                   (0x7fUL << I2C1_MASK1_MASK_Pos)                           /*!< I2C1 MASK1: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C1_MASK2  -------------------------------------------\r
-#define I2C1_MASK2_MASK_Pos                                   1                                                         /*!< I2C1 MASK2: MASK Position           */\r
-#define I2C1_MASK2_MASK_Msk                                   (0x7fUL << I2C1_MASK2_MASK_Pos)                           /*!< I2C1 MASK2: MASK Mask               */\r
-\r
-// ---------------------------------------  I2C1_MASK3  -------------------------------------------\r
-#define I2C1_MASK3_MASK_Pos                                   1                                                         /*!< I2C1 MASK3: MASK Position           */\r
-#define I2C1_MASK3_MASK_Msk                                   (0x7fUL << I2C1_MASK3_MASK_Pos)                           /*!< I2C1 MASK3: MASK Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 I2S0 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  I2S0_DAO  --------------------------------------------\r
-#define I2S0_DAO_WORDWIDTH_Pos                                0                                                         /*!< I2S0 DAO: WORDWIDTH Position        */\r
-#define I2S0_DAO_WORDWIDTH_Msk                                (0x03UL << I2S0_DAO_WORDWIDTH_Pos)                        /*!< I2S0 DAO: WORDWIDTH Mask            */\r
-#define I2S0_DAO_MONO_Pos                                     2                                                         /*!< I2S0 DAO: MONO Position             */\r
-#define I2S0_DAO_MONO_Msk                                     (0x01UL << I2S0_DAO_MONO_Pos)                             /*!< I2S0 DAO: MONO Mask                 */\r
-#define I2S0_DAO_STOP_Pos                                     3                                                         /*!< I2S0 DAO: STOP Position             */\r
-#define I2S0_DAO_STOP_Msk                                     (0x01UL << I2S0_DAO_STOP_Pos)                             /*!< I2S0 DAO: STOP Mask                 */\r
-#define I2S0_DAO_RESET_Pos                                    4                                                         /*!< I2S0 DAO: RESET Position            */\r
-#define I2S0_DAO_RESET_Msk                                    (0x01UL << I2S0_DAO_RESET_Pos)                            /*!< I2S0 DAO: RESET Mask                */\r
-#define I2S0_DAO_WS_SEL_Pos                                   5                                                         /*!< I2S0 DAO: WS_SEL Position           */\r
-#define I2S0_DAO_WS_SEL_Msk                                   (0x01UL << I2S0_DAO_WS_SEL_Pos)                           /*!< I2S0 DAO: WS_SEL Mask               */\r
-#define I2S0_DAO_WS_HALFPERIOD_Pos                            6                                                         /*!< I2S0 DAO: WS_HALFPERIOD Position    */\r
-#define I2S0_DAO_WS_HALFPERIOD_Msk                            (0x000001ffUL << I2S0_DAO_WS_HALFPERIOD_Pos)              /*!< I2S0 DAO: WS_HALFPERIOD Mask        */\r
-#define I2S0_DAO_MUTE_Pos                                     15                                                        /*!< I2S0 DAO: MUTE Position             */\r
-#define I2S0_DAO_MUTE_Msk                                     (0x01UL << I2S0_DAO_MUTE_Pos)                             /*!< I2S0 DAO: MUTE Mask                 */\r
-\r
-// ----------------------------------------  I2S0_DAI  --------------------------------------------\r
-#define I2S0_DAI_WORDWIDTH_Pos                                0                                                         /*!< I2S0 DAI: WORDWIDTH Position        */\r
-#define I2S0_DAI_WORDWIDTH_Msk                                (0x03UL << I2S0_DAI_WORDWIDTH_Pos)                        /*!< I2S0 DAI: WORDWIDTH Mask            */\r
-#define I2S0_DAI_MONO_Pos                                     2                                                         /*!< I2S0 DAI: MONO Position             */\r
-#define I2S0_DAI_MONO_Msk                                     (0x01UL << I2S0_DAI_MONO_Pos)                             /*!< I2S0 DAI: MONO Mask                 */\r
-#define I2S0_DAI_STOP_Pos                                     3                                                         /*!< I2S0 DAI: STOP Position             */\r
-#define I2S0_DAI_STOP_Msk                                     (0x01UL << I2S0_DAI_STOP_Pos)                             /*!< I2S0 DAI: STOP Mask                 */\r
-#define I2S0_DAI_RESET_Pos                                    4                                                         /*!< I2S0 DAI: RESET Position            */\r
-#define I2S0_DAI_RESET_Msk                                    (0x01UL << I2S0_DAI_RESET_Pos)                            /*!< I2S0 DAI: RESET Mask                */\r
-#define I2S0_DAI_WS_SEL_Pos                                   5                                                         /*!< I2S0 DAI: WS_SEL Position           */\r
-#define I2S0_DAI_WS_SEL_Msk                                   (0x01UL << I2S0_DAI_WS_SEL_Pos)                           /*!< I2S0 DAI: WS_SEL Mask               */\r
-#define I2S0_DAI_WS_HALFPERIOD_Pos                            6                                                         /*!< I2S0 DAI: WS_HALFPERIOD Position    */\r
-#define I2S0_DAI_WS_HALFPERIOD_Msk                            (0x000001ffUL << I2S0_DAI_WS_HALFPERIOD_Pos)              /*!< I2S0 DAI: WS_HALFPERIOD Mask        */\r
-\r
-// ---------------------------------------  I2S0_TXFIFO  ------------------------------------------\r
-#define I2S0_TXFIFO_I2STXFIFO_Pos                             0                                                         /*!< I2S0 TXFIFO: I2STXFIFO Position     */\r
-#define I2S0_TXFIFO_I2STXFIFO_Msk                             (0xffffffffUL << I2S0_TXFIFO_I2STXFIFO_Pos)               /*!< I2S0 TXFIFO: I2STXFIFO Mask         */\r
-\r
-// ---------------------------------------  I2S0_RXFIFO  ------------------------------------------\r
-#define I2S0_RXFIFO_I2SRXFIFO_Pos                             0                                                         /*!< I2S0 RXFIFO: I2SRXFIFO Position     */\r
-#define I2S0_RXFIFO_I2SRXFIFO_Msk                             (0xffffffffUL << I2S0_RXFIFO_I2SRXFIFO_Pos)               /*!< I2S0 RXFIFO: I2SRXFIFO Mask         */\r
-\r
-// ---------------------------------------  I2S0_STATE  -------------------------------------------\r
-#define I2S0_STATE_IRQ_Pos                                    0                                                         /*!< I2S0 STATE: IRQ Position            */\r
-#define I2S0_STATE_IRQ_Msk                                    (0x01UL << I2S0_STATE_IRQ_Pos)                            /*!< I2S0 STATE: IRQ Mask                */\r
-#define I2S0_STATE_DMAREQ1_Pos                                1                                                         /*!< I2S0 STATE: DMAREQ1 Position        */\r
-#define I2S0_STATE_DMAREQ1_Msk                                (0x01UL << I2S0_STATE_DMAREQ1_Pos)                        /*!< I2S0 STATE: DMAREQ1 Mask            */\r
-#define I2S0_STATE_DMAREQ2_Pos                                2                                                         /*!< I2S0 STATE: DMAREQ2 Position        */\r
-#define I2S0_STATE_DMAREQ2_Msk                                (0x01UL << I2S0_STATE_DMAREQ2_Pos)                        /*!< I2S0 STATE: DMAREQ2 Mask            */\r
-#define I2S0_STATE_RX_LEVEL_Pos                               8                                                         /*!< I2S0 STATE: RX_LEVEL Position       */\r
-#define I2S0_STATE_RX_LEVEL_Msk                               (0x0fUL << I2S0_STATE_RX_LEVEL_Pos)                       /*!< I2S0 STATE: RX_LEVEL Mask           */\r
-#define I2S0_STATE_TX_LEVEL_Pos                               16                                                        /*!< I2S0 STATE: TX_LEVEL Position       */\r
-#define I2S0_STATE_TX_LEVEL_Msk                               (0x0fUL << I2S0_STATE_TX_LEVEL_Pos)                       /*!< I2S0 STATE: TX_LEVEL Mask           */\r
-\r
-// ----------------------------------------  I2S0_DMA1  -------------------------------------------\r
-#define I2S0_DMA1_RX_DMA1_ENABLE_Pos                          0                                                         /*!< I2S0 DMA1: RX_DMA1_ENABLE Position  */\r
-#define I2S0_DMA1_RX_DMA1_ENABLE_Msk                          (0x01UL << I2S0_DMA1_RX_DMA1_ENABLE_Pos)                  /*!< I2S0 DMA1: RX_DMA1_ENABLE Mask      */\r
-#define I2S0_DMA1_TX_DMA1_ENABLE_Pos                          1                                                         /*!< I2S0 DMA1: TX_DMA1_ENABLE Position  */\r
-#define I2S0_DMA1_TX_DMA1_ENABLE_Msk                          (0x01UL << I2S0_DMA1_TX_DMA1_ENABLE_Pos)                  /*!< I2S0 DMA1: TX_DMA1_ENABLE Mask      */\r
-#define I2S0_DMA1_RX_DEPTH_DMA1_Pos                           8                                                         /*!< I2S0 DMA1: RX_DEPTH_DMA1 Position   */\r
-#define I2S0_DMA1_RX_DEPTH_DMA1_Msk                           (0x0fUL << I2S0_DMA1_RX_DEPTH_DMA1_Pos)                   /*!< I2S0 DMA1: RX_DEPTH_DMA1 Mask       */\r
-#define I2S0_DMA1_TX_DEPTH_DMA1_Pos                           16                                                        /*!< I2S0 DMA1: TX_DEPTH_DMA1 Position   */\r
-#define I2S0_DMA1_TX_DEPTH_DMA1_Msk                           (0x0fUL << I2S0_DMA1_TX_DEPTH_DMA1_Pos)                   /*!< I2S0 DMA1: TX_DEPTH_DMA1 Mask       */\r
-\r
-// ----------------------------------------  I2S0_DMA2  -------------------------------------------\r
-#define I2S0_DMA2_RX_DMA2_ENABLE_Pos                          0                                                         /*!< I2S0 DMA2: RX_DMA2_ENABLE Position  */\r
-#define I2S0_DMA2_RX_DMA2_ENABLE_Msk                          (0x01UL << I2S0_DMA2_RX_DMA2_ENABLE_Pos)                  /*!< I2S0 DMA2: RX_DMA2_ENABLE Mask      */\r
-#define I2S0_DMA2_TX_DMA2_ENABLE_Pos                          1                                                         /*!< I2S0 DMA2: TX_DMA2_ENABLE Position  */\r
-#define I2S0_DMA2_TX_DMA2_ENABLE_Msk                          (0x01UL << I2S0_DMA2_TX_DMA2_ENABLE_Pos)                  /*!< I2S0 DMA2: TX_DMA2_ENABLE Mask      */\r
-#define I2S0_DMA2_RX_DEPTH_DMA2_Pos                           8                                                         /*!< I2S0 DMA2: RX_DEPTH_DMA2 Position   */\r
-#define I2S0_DMA2_RX_DEPTH_DMA2_Msk                           (0x0fUL << I2S0_DMA2_RX_DEPTH_DMA2_Pos)                   /*!< I2S0 DMA2: RX_DEPTH_DMA2 Mask       */\r
-#define I2S0_DMA2_TX_DEPTH_DMA2_Pos                           16                                                        /*!< I2S0 DMA2: TX_DEPTH_DMA2 Position   */\r
-#define I2S0_DMA2_TX_DEPTH_DMA2_Msk                           (0x0fUL << I2S0_DMA2_TX_DEPTH_DMA2_Pos)                   /*!< I2S0 DMA2: TX_DEPTH_DMA2 Mask       */\r
-\r
-// ----------------------------------------  I2S0_IRQ  --------------------------------------------\r
-#define I2S0_IRQ_RX_IRQ_ENABLE_Pos                            0                                                         /*!< I2S0 IRQ: RX_IRQ_ENABLE Position    */\r
-#define I2S0_IRQ_RX_IRQ_ENABLE_Msk                            (0x01UL << I2S0_IRQ_RX_IRQ_ENABLE_Pos)                    /*!< I2S0 IRQ: RX_IRQ_ENABLE Mask        */\r
-#define I2S0_IRQ_TX_IRQ_ENABLE_Pos                            1                                                         /*!< I2S0 IRQ: TX_IRQ_ENABLE Position    */\r
-#define I2S0_IRQ_TX_IRQ_ENABLE_Msk                            (0x01UL << I2S0_IRQ_TX_IRQ_ENABLE_Pos)                    /*!< I2S0 IRQ: TX_IRQ_ENABLE Mask        */\r
-#define I2S0_IRQ_RX_DEPTH_IRQ_Pos                             8                                                         /*!< I2S0 IRQ: RX_DEPTH_IRQ Position     */\r
-#define I2S0_IRQ_RX_DEPTH_IRQ_Msk                             (0x0fUL << I2S0_IRQ_RX_DEPTH_IRQ_Pos)                     /*!< I2S0 IRQ: RX_DEPTH_IRQ Mask         */\r
-#define I2S0_IRQ_TX_DEPTH_IRQ_Pos                             16                                                        /*!< I2S0 IRQ: TX_DEPTH_IRQ Position     */\r
-#define I2S0_IRQ_TX_DEPTH_IRQ_Msk                             (0x0fUL << I2S0_IRQ_TX_DEPTH_IRQ_Pos)                     /*!< I2S0 IRQ: TX_DEPTH_IRQ Mask         */\r
-\r
-// ---------------------------------------  I2S0_TXRATE  ------------------------------------------\r
-#define I2S0_TXRATE_Y_DIVIDER_Pos                             0                                                         /*!< I2S0 TXRATE: Y_DIVIDER Position     */\r
-#define I2S0_TXRATE_Y_DIVIDER_Msk                             (0x000000ffUL << I2S0_TXRATE_Y_DIVIDER_Pos)               /*!< I2S0 TXRATE: Y_DIVIDER Mask         */\r
-#define I2S0_TXRATE_X_DIVIDER_Pos                             8                                                         /*!< I2S0 TXRATE: X_DIVIDER Position     */\r
-#define I2S0_TXRATE_X_DIVIDER_Msk                             (0x000000ffUL << I2S0_TXRATE_X_DIVIDER_Pos)               /*!< I2S0 TXRATE: X_DIVIDER Mask         */\r
-\r
-// ---------------------------------------  I2S0_RXRATE  ------------------------------------------\r
-#define I2S0_RXRATE_Y_DIVIDER_Pos                             0                                                         /*!< I2S0 RXRATE: Y_DIVIDER Position     */\r
-#define I2S0_RXRATE_Y_DIVIDER_Msk                             (0x000000ffUL << I2S0_RXRATE_Y_DIVIDER_Pos)               /*!< I2S0 RXRATE: Y_DIVIDER Mask         */\r
-#define I2S0_RXRATE_X_DIVIDER_Pos                             8                                                         /*!< I2S0 RXRATE: X_DIVIDER Position     */\r
-#define I2S0_RXRATE_X_DIVIDER_Msk                             (0x000000ffUL << I2S0_RXRATE_X_DIVIDER_Pos)               /*!< I2S0 RXRATE: X_DIVIDER Mask         */\r
-\r
-// -------------------------------------  I2S0_TXBITRATE  -----------------------------------------\r
-#define I2S0_TXBITRATE_TX_BITRATE_Pos                         0                                                         /*!< I2S0 TXBITRATE: TX_BITRATE Position */\r
-#define I2S0_TXBITRATE_TX_BITRATE_Msk                         (0x3fUL << I2S0_TXBITRATE_TX_BITRATE_Pos)                 /*!< I2S0 TXBITRATE: TX_BITRATE Mask     */\r
-\r
-// -------------------------------------  I2S0_RXBITRATE  -----------------------------------------\r
-#define I2S0_RXBITRATE_RX_BITRATE_Pos                         0                                                         /*!< I2S0 RXBITRATE: RX_BITRATE Position */\r
-#define I2S0_RXBITRATE_RX_BITRATE_Msk                         (0x3fUL << I2S0_RXBITRATE_RX_BITRATE_Pos)                 /*!< I2S0 RXBITRATE: RX_BITRATE Mask     */\r
-\r
-// ---------------------------------------  I2S0_TXMODE  ------------------------------------------\r
-#define I2S0_TXMODE_TXCLKSEL_Pos                              0                                                         /*!< I2S0 TXMODE: TXCLKSEL Position      */\r
-#define I2S0_TXMODE_TXCLKSEL_Msk                              (0x03UL << I2S0_TXMODE_TXCLKSEL_Pos)                      /*!< I2S0 TXMODE: TXCLKSEL Mask          */\r
-#define I2S0_TXMODE_TX4PIN_Pos                                2                                                         /*!< I2S0 TXMODE: TX4PIN Position        */\r
-#define I2S0_TXMODE_TX4PIN_Msk                                (0x01UL << I2S0_TXMODE_TX4PIN_Pos)                        /*!< I2S0 TXMODE: TX4PIN Mask            */\r
-#define I2S0_TXMODE_TXMCENA_Pos                               3                                                         /*!< I2S0 TXMODE: TXMCENA Position       */\r
-#define I2S0_TXMODE_TXMCENA_Msk                               (0x01UL << I2S0_TXMODE_TXMCENA_Pos)                       /*!< I2S0 TXMODE: TXMCENA Mask           */\r
-\r
-// ---------------------------------------  I2S0_RXMODE  ------------------------------------------\r
-#define I2S0_RXMODE_RXCLKSEL_Pos                              0                                                         /*!< I2S0 RXMODE: RXCLKSEL Position      */\r
-#define I2S0_RXMODE_RXCLKSEL_Msk                              (0x03UL << I2S0_RXMODE_RXCLKSEL_Pos)                      /*!< I2S0 RXMODE: RXCLKSEL Mask          */\r
-#define I2S0_RXMODE_RX4PIN_Pos                                2                                                         /*!< I2S0 RXMODE: RX4PIN Position        */\r
-#define I2S0_RXMODE_RX4PIN_Msk                                (0x01UL << I2S0_RXMODE_RX4PIN_Pos)                        /*!< I2S0 RXMODE: RX4PIN Mask            */\r
-#define I2S0_RXMODE_RXMCENA_Pos                               3                                                         /*!< I2S0 RXMODE: RXMCENA Position       */\r
-#define I2S0_RXMODE_RXMCENA_Msk                               (0x01UL << I2S0_RXMODE_RXMCENA_Pos)                       /*!< I2S0 RXMODE: RXMCENA Mask           */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 I2S1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ----------------------------------------  I2S1_DAO  --------------------------------------------\r
-#define I2S1_DAO_WORDWIDTH_Pos                                0                                                         /*!< I2S1 DAO: WORDWIDTH Position        */\r
-#define I2S1_DAO_WORDWIDTH_Msk                                (0x03UL << I2S1_DAO_WORDWIDTH_Pos)                        /*!< I2S1 DAO: WORDWIDTH Mask            */\r
-#define I2S1_DAO_MONO_Pos                                     2                                                         /*!< I2S1 DAO: MONO Position             */\r
-#define I2S1_DAO_MONO_Msk                                     (0x01UL << I2S1_DAO_MONO_Pos)                             /*!< I2S1 DAO: MONO Mask                 */\r
-#define I2S1_DAO_STOP_Pos                                     3                                                         /*!< I2S1 DAO: STOP Position             */\r
-#define I2S1_DAO_STOP_Msk                                     (0x01UL << I2S1_DAO_STOP_Pos)                             /*!< I2S1 DAO: STOP Mask                 */\r
-#define I2S1_DAO_RESET_Pos                                    4                                                         /*!< I2S1 DAO: RESET Position            */\r
-#define I2S1_DAO_RESET_Msk                                    (0x01UL << I2S1_DAO_RESET_Pos)                            /*!< I2S1 DAO: RESET Mask                */\r
-#define I2S1_DAO_WS_SEL_Pos                                   5                                                         /*!< I2S1 DAO: WS_SEL Position           */\r
-#define I2S1_DAO_WS_SEL_Msk                                   (0x01UL << I2S1_DAO_WS_SEL_Pos)                           /*!< I2S1 DAO: WS_SEL Mask               */\r
-#define I2S1_DAO_WS_HALFPERIOD_Pos                            6                                                         /*!< I2S1 DAO: WS_HALFPERIOD Position    */\r
-#define I2S1_DAO_WS_HALFPERIOD_Msk                            (0x000001ffUL << I2S1_DAO_WS_HALFPERIOD_Pos)              /*!< I2S1 DAO: WS_HALFPERIOD Mask        */\r
-#define I2S1_DAO_MUTE_Pos                                     15                                                        /*!< I2S1 DAO: MUTE Position             */\r
-#define I2S1_DAO_MUTE_Msk                                     (0x01UL << I2S1_DAO_MUTE_Pos)                             /*!< I2S1 DAO: MUTE Mask                 */\r
-\r
-// ----------------------------------------  I2S1_DAI  --------------------------------------------\r
-#define I2S1_DAI_WORDWIDTH_Pos                                0                                                         /*!< I2S1 DAI: WORDWIDTH Position        */\r
-#define I2S1_DAI_WORDWIDTH_Msk                                (0x03UL << I2S1_DAI_WORDWIDTH_Pos)                        /*!< I2S1 DAI: WORDWIDTH Mask            */\r
-#define I2S1_DAI_MONO_Pos                                     2                                                         /*!< I2S1 DAI: MONO Position             */\r
-#define I2S1_DAI_MONO_Msk                                     (0x01UL << I2S1_DAI_MONO_Pos)                             /*!< I2S1 DAI: MONO Mask                 */\r
-#define I2S1_DAI_STOP_Pos                                     3                                                         /*!< I2S1 DAI: STOP Position             */\r
-#define I2S1_DAI_STOP_Msk                                     (0x01UL << I2S1_DAI_STOP_Pos)                             /*!< I2S1 DAI: STOP Mask                 */\r
-#define I2S1_DAI_RESET_Pos                                    4                                                         /*!< I2S1 DAI: RESET Position            */\r
-#define I2S1_DAI_RESET_Msk                                    (0x01UL << I2S1_DAI_RESET_Pos)                            /*!< I2S1 DAI: RESET Mask                */\r
-#define I2S1_DAI_WS_SEL_Pos                                   5                                                         /*!< I2S1 DAI: WS_SEL Position           */\r
-#define I2S1_DAI_WS_SEL_Msk                                   (0x01UL << I2S1_DAI_WS_SEL_Pos)                           /*!< I2S1 DAI: WS_SEL Mask               */\r
-#define I2S1_DAI_WS_HALFPERIOD_Pos                            6                                                         /*!< I2S1 DAI: WS_HALFPERIOD Position    */\r
-#define I2S1_DAI_WS_HALFPERIOD_Msk                            (0x000001ffUL << I2S1_DAI_WS_HALFPERIOD_Pos)              /*!< I2S1 DAI: WS_HALFPERIOD Mask        */\r
-\r
-// ---------------------------------------  I2S1_TXFIFO  ------------------------------------------\r
-#define I2S1_TXFIFO_I2STXFIFO_Pos                             0                                                         /*!< I2S1 TXFIFO: I2STXFIFO Position     */\r
-#define I2S1_TXFIFO_I2STXFIFO_Msk                             (0xffffffffUL << I2S1_TXFIFO_I2STXFIFO_Pos)               /*!< I2S1 TXFIFO: I2STXFIFO Mask         */\r
-\r
-// ---------------------------------------  I2S1_RXFIFO  ------------------------------------------\r
-#define I2S1_RXFIFO_I2SRXFIFO_Pos                             0                                                         /*!< I2S1 RXFIFO: I2SRXFIFO Position     */\r
-#define I2S1_RXFIFO_I2SRXFIFO_Msk                             (0xffffffffUL << I2S1_RXFIFO_I2SRXFIFO_Pos)               /*!< I2S1 RXFIFO: I2SRXFIFO Mask         */\r
-\r
-// ---------------------------------------  I2S1_STATE  -------------------------------------------\r
-#define I2S1_STATE_IRQ_Pos                                    0                                                         /*!< I2S1 STATE: IRQ Position            */\r
-#define I2S1_STATE_IRQ_Msk                                    (0x01UL << I2S1_STATE_IRQ_Pos)                            /*!< I2S1 STATE: IRQ Mask                */\r
-#define I2S1_STATE_DMAREQ1_Pos                                1                                                         /*!< I2S1 STATE: DMAREQ1 Position        */\r
-#define I2S1_STATE_DMAREQ1_Msk                                (0x01UL << I2S1_STATE_DMAREQ1_Pos)                        /*!< I2S1 STATE: DMAREQ1 Mask            */\r
-#define I2S1_STATE_DMAREQ2_Pos                                2                                                         /*!< I2S1 STATE: DMAREQ2 Position        */\r
-#define I2S1_STATE_DMAREQ2_Msk                                (0x01UL << I2S1_STATE_DMAREQ2_Pos)                        /*!< I2S1 STATE: DMAREQ2 Mask            */\r
-#define I2S1_STATE_RX_LEVEL_Pos                               8                                                         /*!< I2S1 STATE: RX_LEVEL Position       */\r
-#define I2S1_STATE_RX_LEVEL_Msk                               (0x0fUL << I2S1_STATE_RX_LEVEL_Pos)                       /*!< I2S1 STATE: RX_LEVEL Mask           */\r
-#define I2S1_STATE_TX_LEVEL_Pos                               16                                                        /*!< I2S1 STATE: TX_LEVEL Position       */\r
-#define I2S1_STATE_TX_LEVEL_Msk                               (0x0fUL << I2S1_STATE_TX_LEVEL_Pos)                       /*!< I2S1 STATE: TX_LEVEL Mask           */\r
-\r
-// ----------------------------------------  I2S1_DMA1  -------------------------------------------\r
-#define I2S1_DMA1_RX_DMA1_ENABLE_Pos                          0                                                         /*!< I2S1 DMA1: RX_DMA1_ENABLE Position  */\r
-#define I2S1_DMA1_RX_DMA1_ENABLE_Msk                          (0x01UL << I2S1_DMA1_RX_DMA1_ENABLE_Pos)                  /*!< I2S1 DMA1: RX_DMA1_ENABLE Mask      */\r
-#define I2S1_DMA1_TX_DMA1_ENABLE_Pos                          1                                                         /*!< I2S1 DMA1: TX_DMA1_ENABLE Position  */\r
-#define I2S1_DMA1_TX_DMA1_ENABLE_Msk                          (0x01UL << I2S1_DMA1_TX_DMA1_ENABLE_Pos)                  /*!< I2S1 DMA1: TX_DMA1_ENABLE Mask      */\r
-#define I2S1_DMA1_RX_DEPTH_DMA1_Pos                           8                                                         /*!< I2S1 DMA1: RX_DEPTH_DMA1 Position   */\r
-#define I2S1_DMA1_RX_DEPTH_DMA1_Msk                           (0x0fUL << I2S1_DMA1_RX_DEPTH_DMA1_Pos)                   /*!< I2S1 DMA1: RX_DEPTH_DMA1 Mask       */\r
-#define I2S1_DMA1_TX_DEPTH_DMA1_Pos                           16                                                        /*!< I2S1 DMA1: TX_DEPTH_DMA1 Position   */\r
-#define I2S1_DMA1_TX_DEPTH_DMA1_Msk                           (0x0fUL << I2S1_DMA1_TX_DEPTH_DMA1_Pos)                   /*!< I2S1 DMA1: TX_DEPTH_DMA1 Mask       */\r
-\r
-// ----------------------------------------  I2S1_DMA2  -------------------------------------------\r
-#define I2S1_DMA2_RX_DMA2_ENABLE_Pos                          0                                                         /*!< I2S1 DMA2: RX_DMA2_ENABLE Position  */\r
-#define I2S1_DMA2_RX_DMA2_ENABLE_Msk                          (0x01UL << I2S1_DMA2_RX_DMA2_ENABLE_Pos)                  /*!< I2S1 DMA2: RX_DMA2_ENABLE Mask      */\r
-#define I2S1_DMA2_TX_DMA2_ENABLE_Pos                          1                                                         /*!< I2S1 DMA2: TX_DMA2_ENABLE Position  */\r
-#define I2S1_DMA2_TX_DMA2_ENABLE_Msk                          (0x01UL << I2S1_DMA2_TX_DMA2_ENABLE_Pos)                  /*!< I2S1 DMA2: TX_DMA2_ENABLE Mask      */\r
-#define I2S1_DMA2_RX_DEPTH_DMA2_Pos                           8                                                         /*!< I2S1 DMA2: RX_DEPTH_DMA2 Position   */\r
-#define I2S1_DMA2_RX_DEPTH_DMA2_Msk                           (0x0fUL << I2S1_DMA2_RX_DEPTH_DMA2_Pos)                   /*!< I2S1 DMA2: RX_DEPTH_DMA2 Mask       */\r
-#define I2S1_DMA2_TX_DEPTH_DMA2_Pos                           16                                                        /*!< I2S1 DMA2: TX_DEPTH_DMA2 Position   */\r
-#define I2S1_DMA2_TX_DEPTH_DMA2_Msk                           (0x0fUL << I2S1_DMA2_TX_DEPTH_DMA2_Pos)                   /*!< I2S1 DMA2: TX_DEPTH_DMA2 Mask       */\r
-\r
-// ----------------------------------------  I2S1_IRQ  --------------------------------------------\r
-#define I2S1_IRQ_RX_IRQ_ENABLE_Pos                            0                                                         /*!< I2S1 IRQ: RX_IRQ_ENABLE Position    */\r
-#define I2S1_IRQ_RX_IRQ_ENABLE_Msk                            (0x01UL << I2S1_IRQ_RX_IRQ_ENABLE_Pos)                    /*!< I2S1 IRQ: RX_IRQ_ENABLE Mask        */\r
-#define I2S1_IRQ_TX_IRQ_ENABLE_Pos                            1                                                         /*!< I2S1 IRQ: TX_IRQ_ENABLE Position    */\r
-#define I2S1_IRQ_TX_IRQ_ENABLE_Msk                            (0x01UL << I2S1_IRQ_TX_IRQ_ENABLE_Pos)                    /*!< I2S1 IRQ: TX_IRQ_ENABLE Mask        */\r
-#define I2S1_IRQ_RX_DEPTH_IRQ_Pos                             8                                                         /*!< I2S1 IRQ: RX_DEPTH_IRQ Position     */\r
-#define I2S1_IRQ_RX_DEPTH_IRQ_Msk                             (0x0fUL << I2S1_IRQ_RX_DEPTH_IRQ_Pos)                     /*!< I2S1 IRQ: RX_DEPTH_IRQ Mask         */\r
-#define I2S1_IRQ_TX_DEPTH_IRQ_Pos                             16                                                        /*!< I2S1 IRQ: TX_DEPTH_IRQ Position     */\r
-#define I2S1_IRQ_TX_DEPTH_IRQ_Msk                             (0x0fUL << I2S1_IRQ_TX_DEPTH_IRQ_Pos)                     /*!< I2S1 IRQ: TX_DEPTH_IRQ Mask         */\r
-\r
-// ---------------------------------------  I2S1_TXRATE  ------------------------------------------\r
-#define I2S1_TXRATE_Y_DIVIDER_Pos                             0                                                         /*!< I2S1 TXRATE: Y_DIVIDER Position     */\r
-#define I2S1_TXRATE_Y_DIVIDER_Msk                             (0x000000ffUL << I2S1_TXRATE_Y_DIVIDER_Pos)               /*!< I2S1 TXRATE: Y_DIVIDER Mask         */\r
-#define I2S1_TXRATE_X_DIVIDER_Pos                             8                                                         /*!< I2S1 TXRATE: X_DIVIDER Position     */\r
-#define I2S1_TXRATE_X_DIVIDER_Msk                             (0x000000ffUL << I2S1_TXRATE_X_DIVIDER_Pos)               /*!< I2S1 TXRATE: X_DIVIDER Mask         */\r
-\r
-// ---------------------------------------  I2S1_RXRATE  ------------------------------------------\r
-#define I2S1_RXRATE_Y_DIVIDER_Pos                             0                                                         /*!< I2S1 RXRATE: Y_DIVIDER Position     */\r
-#define I2S1_RXRATE_Y_DIVIDER_Msk                             (0x000000ffUL << I2S1_RXRATE_Y_DIVIDER_Pos)               /*!< I2S1 RXRATE: Y_DIVIDER Mask         */\r
-#define I2S1_RXRATE_X_DIVIDER_Pos                             8                                                         /*!< I2S1 RXRATE: X_DIVIDER Position     */\r
-#define I2S1_RXRATE_X_DIVIDER_Msk                             (0x000000ffUL << I2S1_RXRATE_X_DIVIDER_Pos)               /*!< I2S1 RXRATE: X_DIVIDER Mask         */\r
-\r
-// -------------------------------------  I2S1_TXBITRATE  -----------------------------------------\r
-#define I2S1_TXBITRATE_TX_BITRATE_Pos                         0                                                         /*!< I2S1 TXBITRATE: TX_BITRATE Position */\r
-#define I2S1_TXBITRATE_TX_BITRATE_Msk                         (0x3fUL << I2S1_TXBITRATE_TX_BITRATE_Pos)                 /*!< I2S1 TXBITRATE: TX_BITRATE Mask     */\r
-\r
-// -------------------------------------  I2S1_RXBITRATE  -----------------------------------------\r
-#define I2S1_RXBITRATE_RX_BITRATE_Pos                         0                                                         /*!< I2S1 RXBITRATE: RX_BITRATE Position */\r
-#define I2S1_RXBITRATE_RX_BITRATE_Msk                         (0x3fUL << I2S1_RXBITRATE_RX_BITRATE_Pos)                 /*!< I2S1 RXBITRATE: RX_BITRATE Mask     */\r
-\r
-// ---------------------------------------  I2S1_TXMODE  ------------------------------------------\r
-#define I2S1_TXMODE_TXCLKSEL_Pos                              0                                                         /*!< I2S1 TXMODE: TXCLKSEL Position      */\r
-#define I2S1_TXMODE_TXCLKSEL_Msk                              (0x03UL << I2S1_TXMODE_TXCLKSEL_Pos)                      /*!< I2S1 TXMODE: TXCLKSEL Mask          */\r
-#define I2S1_TXMODE_TX4PIN_Pos                                2                                                         /*!< I2S1 TXMODE: TX4PIN Position        */\r
-#define I2S1_TXMODE_TX4PIN_Msk                                (0x01UL << I2S1_TXMODE_TX4PIN_Pos)                        /*!< I2S1 TXMODE: TX4PIN Mask            */\r
-#define I2S1_TXMODE_TXMCENA_Pos                               3                                                         /*!< I2S1 TXMODE: TXMCENA Position       */\r
-#define I2S1_TXMODE_TXMCENA_Msk                               (0x01UL << I2S1_TXMODE_TXMCENA_Pos)                       /*!< I2S1 TXMODE: TXMCENA Mask           */\r
-\r
-// ---------------------------------------  I2S1_RXMODE  ------------------------------------------\r
-#define I2S1_RXMODE_RXCLKSEL_Pos                              0                                                         /*!< I2S1 RXMODE: RXCLKSEL Position      */\r
-#define I2S1_RXMODE_RXCLKSEL_Msk                              (0x03UL << I2S1_RXMODE_RXCLKSEL_Pos)                      /*!< I2S1 RXMODE: RXCLKSEL Mask          */\r
-#define I2S1_RXMODE_RX4PIN_Pos                                2                                                         /*!< I2S1 RXMODE: RX4PIN Position        */\r
-#define I2S1_RXMODE_RX4PIN_Msk                                (0x01UL << I2S1_RXMODE_RX4PIN_Pos)                        /*!< I2S1 RXMODE: RX4PIN Mask            */\r
-#define I2S1_RXMODE_RXMCENA_Pos                               3                                                         /*!< I2S1 RXMODE: RXMCENA Position       */\r
-#define I2S1_RXMODE_RXMCENA_Msk                               (0x01UL << I2S1_RXMODE_RXMCENA_Pos)                       /*!< I2S1 RXMODE: RXMCENA Mask           */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                C_CAN1 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  C_CAN1_CNTL  ------------------------------------------\r
-#define C_CAN1_CNTL_INIT_Pos                                  0                                                         /*!< C_CAN1 CNTL: INIT Position          */\r
-#define C_CAN1_CNTL_INIT_Msk                                  (0x01UL << C_CAN1_CNTL_INIT_Pos)                          /*!< C_CAN1 CNTL: INIT Mask              */\r
-#define C_CAN1_CNTL_IE_Pos                                    1                                                         /*!< C_CAN1 CNTL: IE Position            */\r
-#define C_CAN1_CNTL_IE_Msk                                    (0x01UL << C_CAN1_CNTL_IE_Pos)                            /*!< C_CAN1 CNTL: IE Mask                */\r
-#define C_CAN1_CNTL_SIE_Pos                                   2                                                         /*!< C_CAN1 CNTL: SIE Position           */\r
-#define C_CAN1_CNTL_SIE_Msk                                   (0x01UL << C_CAN1_CNTL_SIE_Pos)                           /*!< C_CAN1 CNTL: SIE Mask               */\r
-#define C_CAN1_CNTL_EIE_Pos                                   3                                                         /*!< C_CAN1 CNTL: EIE Position           */\r
-#define C_CAN1_CNTL_EIE_Msk                                   (0x01UL << C_CAN1_CNTL_EIE_Pos)                           /*!< C_CAN1 CNTL: EIE Mask               */\r
-#define C_CAN1_CNTL_DAR_Pos                                   5                                                         /*!< C_CAN1 CNTL: DAR Position           */\r
-#define C_CAN1_CNTL_DAR_Msk                                   (0x01UL << C_CAN1_CNTL_DAR_Pos)                           /*!< C_CAN1 CNTL: DAR Mask               */\r
-#define C_CAN1_CNTL_CCE_Pos                                   6                                                         /*!< C_CAN1 CNTL: CCE Position           */\r
-#define C_CAN1_CNTL_CCE_Msk                                   (0x01UL << C_CAN1_CNTL_CCE_Pos)                           /*!< C_CAN1 CNTL: CCE Mask               */\r
-#define C_CAN1_CNTL_TEST_Pos                                  7                                                         /*!< C_CAN1 CNTL: TEST Position          */\r
-#define C_CAN1_CNTL_TEST_Msk                                  (0x01UL << C_CAN1_CNTL_TEST_Pos)                          /*!< C_CAN1 CNTL: TEST Mask              */\r
-\r
-// ---------------------------------------  C_CAN1_STAT  ------------------------------------------\r
-#define C_CAN1_STAT_LEC_Pos                                   0                                                         /*!< C_CAN1 STAT: LEC Position           */\r
-#define C_CAN1_STAT_LEC_Msk                                   (0x07UL << C_CAN1_STAT_LEC_Pos)                           /*!< C_CAN1 STAT: LEC Mask               */\r
-#define C_CAN1_STAT_TXOK_Pos                                  3                                                         /*!< C_CAN1 STAT: TXOK Position          */\r
-#define C_CAN1_STAT_TXOK_Msk                                  (0x01UL << C_CAN1_STAT_TXOK_Pos)                          /*!< C_CAN1 STAT: TXOK Mask              */\r
-#define C_CAN1_STAT_RXOK_Pos                                  4                                                         /*!< C_CAN1 STAT: RXOK Position          */\r
-#define C_CAN1_STAT_RXOK_Msk                                  (0x01UL << C_CAN1_STAT_RXOK_Pos)                          /*!< C_CAN1 STAT: RXOK Mask              */\r
-#define C_CAN1_STAT_EPASS_Pos                                 5                                                         /*!< C_CAN1 STAT: EPASS Position         */\r
-#define C_CAN1_STAT_EPASS_Msk                                 (0x01UL << C_CAN1_STAT_EPASS_Pos)                         /*!< C_CAN1 STAT: EPASS Mask             */\r
-#define C_CAN1_STAT_EWARN_Pos                                 6                                                         /*!< C_CAN1 STAT: EWARN Position         */\r
-#define C_CAN1_STAT_EWARN_Msk                                 (0x01UL << C_CAN1_STAT_EWARN_Pos)                         /*!< C_CAN1 STAT: EWARN Mask             */\r
-#define C_CAN1_STAT_BOFF_Pos                                  7                                                         /*!< C_CAN1 STAT: BOFF Position          */\r
-#define C_CAN1_STAT_BOFF_Msk                                  (0x01UL << C_CAN1_STAT_BOFF_Pos)                          /*!< C_CAN1 STAT: BOFF Mask              */\r
-\r
-// ----------------------------------------  C_CAN1_EC  -------------------------------------------\r
-#define C_CAN1_EC_TEC_7_0_Pos                                 0                                                         /*!< C_CAN1 EC: TEC_7_0 Position         */\r
-#define C_CAN1_EC_TEC_7_0_Msk                                 (0x000000ffUL << C_CAN1_EC_TEC_7_0_Pos)                   /*!< C_CAN1 EC: TEC_7_0 Mask             */\r
-#define C_CAN1_EC_REC_6_0_Pos                                 8                                                         /*!< C_CAN1 EC: REC_6_0 Position         */\r
-#define C_CAN1_EC_REC_6_0_Msk                                 (0x7fUL << C_CAN1_EC_REC_6_0_Pos)                         /*!< C_CAN1 EC: REC_6_0 Mask             */\r
-#define C_CAN1_EC_RP_Pos                                      15                                                        /*!< C_CAN1 EC: RP Position              */\r
-#define C_CAN1_EC_RP_Msk                                      (0x01UL << C_CAN1_EC_RP_Pos)                              /*!< C_CAN1 EC: RP Mask                  */\r
-\r
-// ----------------------------------------  C_CAN1_BT  -------------------------------------------\r
-#define C_CAN1_BT_BRP_Pos                                     0                                                         /*!< C_CAN1 BT: BRP Position             */\r
-#define C_CAN1_BT_BRP_Msk                                     (0x3fUL << C_CAN1_BT_BRP_Pos)                             /*!< C_CAN1 BT: BRP Mask                 */\r
-#define C_CAN1_BT_SJW_Pos                                     6                                                         /*!< C_CAN1 BT: SJW Position             */\r
-#define C_CAN1_BT_SJW_Msk                                     (0x03UL << C_CAN1_BT_SJW_Pos)                             /*!< C_CAN1 BT: SJW Mask                 */\r
-#define C_CAN1_BT_TSEG1_Pos                                   8                                                         /*!< C_CAN1 BT: TSEG1 Position           */\r
-#define C_CAN1_BT_TSEG1_Msk                                   (0x0fUL << C_CAN1_BT_TSEG1_Pos)                           /*!< C_CAN1 BT: TSEG1 Mask               */\r
-#define C_CAN1_BT_TSEG2_Pos                                   12                                                        /*!< C_CAN1 BT: TSEG2 Position           */\r
-#define C_CAN1_BT_TSEG2_Msk                                   (0x07UL << C_CAN1_BT_TSEG2_Pos)                           /*!< C_CAN1 BT: TSEG2 Mask               */\r
-\r
-// ---------------------------------------  C_CAN1_INT  -------------------------------------------\r
-#define C_CAN1_INT_INTID15_0_Pos                              0                                                         /*!< C_CAN1 INT: INTID15_0 Position      */\r
-#define C_CAN1_INT_INTID15_0_Msk                              (0x0000ffffUL << C_CAN1_INT_INTID15_0_Pos)                /*!< C_CAN1 INT: INTID15_0 Mask          */\r
-\r
-// ---------------------------------------  C_CAN1_TEST  ------------------------------------------\r
-#define C_CAN1_TEST_BASIC_Pos                                 2                                                         /*!< C_CAN1 TEST: BASIC Position         */\r
-#define C_CAN1_TEST_BASIC_Msk                                 (0x01UL << C_CAN1_TEST_BASIC_Pos)                         /*!< C_CAN1 TEST: BASIC Mask             */\r
-#define C_CAN1_TEST_SILENT_Pos                                3                                                         /*!< C_CAN1 TEST: SILENT Position        */\r
-#define C_CAN1_TEST_SILENT_Msk                                (0x01UL << C_CAN1_TEST_SILENT_Pos)                        /*!< C_CAN1 TEST: SILENT Mask            */\r
-#define C_CAN1_TEST_LBACK_Pos                                 4                                                         /*!< C_CAN1 TEST: LBACK Position         */\r
-#define C_CAN1_TEST_LBACK_Msk                                 (0x01UL << C_CAN1_TEST_LBACK_Pos)                         /*!< C_CAN1 TEST: LBACK Mask             */\r
-#define C_CAN1_TEST_TX1_0_Pos                                 5                                                         /*!< C_CAN1 TEST: TX1_0 Position         */\r
-#define C_CAN1_TEST_TX1_0_Msk                                 (0x03UL << C_CAN1_TEST_TX1_0_Pos)                         /*!< C_CAN1 TEST: TX1_0 Mask             */\r
-#define C_CAN1_TEST_RX_Pos                                    7                                                         /*!< C_CAN1 TEST: RX Position            */\r
-#define C_CAN1_TEST_RX_Msk                                    (0x01UL << C_CAN1_TEST_RX_Pos)                            /*!< C_CAN1 TEST: RX Mask                */\r
-\r
-// ---------------------------------------  C_CAN1_BRPE  ------------------------------------------\r
-#define C_CAN1_BRPE_BRPE_Pos                                  0                                                         /*!< C_CAN1 BRPE: BRPE Position          */\r
-#define C_CAN1_BRPE_BRPE_Msk                                  (0x0fUL << C_CAN1_BRPE_BRPE_Pos)                          /*!< C_CAN1 BRPE: BRPE Mask              */\r
-\r
-// ------------------------------------  C_CAN1_IF1_CMDREQ  ---------------------------------------\r
-#define C_CAN1_IF1_CMDREQ_MESSNUM_Pos                         0                                                         /*!< C_CAN1 IF1_CMDREQ: MESSNUM Position */\r
-#define C_CAN1_IF1_CMDREQ_MESSNUM_Msk                         (0x3fUL << C_CAN1_IF1_CMDREQ_MESSNUM_Pos)                 /*!< C_CAN1 IF1_CMDREQ: MESSNUM Mask     */\r
-#define C_CAN1_IF1_CMDREQ_BUSY_Pos                            15                                                        /*!< C_CAN1 IF1_CMDREQ: BUSY Position    */\r
-#define C_CAN1_IF1_CMDREQ_BUSY_Msk                            (0x01UL << C_CAN1_IF1_CMDREQ_BUSY_Pos)                    /*!< C_CAN1 IF1_CMDREQ: BUSY Mask        */\r
-\r
-// -----------------------------------  C_CAN1_IF1_CMDMSK_W  --------------------------------------\r
-#define C_CAN1_IF1_CMDMSK_W_DATA_B_Pos                        0                                                         /*!< C_CAN1 IF1_CMDMSK_W: DATA_B Position */\r
-#define C_CAN1_IF1_CMDMSK_W_DATA_B_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_W_DATA_B_Pos)                /*!< C_CAN1 IF1_CMDMSK_W: DATA_B Mask    */\r
-#define C_CAN1_IF1_CMDMSK_W_DATA_A_Pos                        1                                                         /*!< C_CAN1 IF1_CMDMSK_W: DATA_A Position */\r
-#define C_CAN1_IF1_CMDMSK_W_DATA_A_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_W_DATA_A_Pos)                /*!< C_CAN1 IF1_CMDMSK_W: DATA_A Mask    */\r
-#define C_CAN1_IF1_CMDMSK_W_TXRQST_Pos                        2                                                         /*!< C_CAN1 IF1_CMDMSK_W: TXRQST Position */\r
-#define C_CAN1_IF1_CMDMSK_W_TXRQST_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_W_TXRQST_Pos)                /*!< C_CAN1 IF1_CMDMSK_W: TXRQST Mask    */\r
-#define C_CAN1_IF1_CMDMSK_W_CLRINTPND_Pos                     3                                                         /*!< C_CAN1 IF1_CMDMSK_W: CLRINTPND Position */\r
-#define C_CAN1_IF1_CMDMSK_W_CLRINTPND_Msk                     (0x01UL << C_CAN1_IF1_CMDMSK_W_CLRINTPND_Pos)             /*!< C_CAN1 IF1_CMDMSK_W: CLRINTPND Mask */\r
-#define C_CAN1_IF1_CMDMSK_W_CTRL_Pos                          4                                                         /*!< C_CAN1 IF1_CMDMSK_W: CTRL Position  */\r
-#define C_CAN1_IF1_CMDMSK_W_CTRL_Msk                          (0x01UL << C_CAN1_IF1_CMDMSK_W_CTRL_Pos)                  /*!< C_CAN1 IF1_CMDMSK_W: CTRL Mask      */\r
-#define C_CAN1_IF1_CMDMSK_W_ARB_Pos                           5                                                         /*!< C_CAN1 IF1_CMDMSK_W: ARB Position   */\r
-#define C_CAN1_IF1_CMDMSK_W_ARB_Msk                           (0x01UL << C_CAN1_IF1_CMDMSK_W_ARB_Pos)                   /*!< C_CAN1 IF1_CMDMSK_W: ARB Mask       */\r
-#define C_CAN1_IF1_CMDMSK_W_MASK_Pos                          6                                                         /*!< C_CAN1 IF1_CMDMSK_W: MASK Position  */\r
-#define C_CAN1_IF1_CMDMSK_W_MASK_Msk                          (0x01UL << C_CAN1_IF1_CMDMSK_W_MASK_Pos)                  /*!< C_CAN1 IF1_CMDMSK_W: MASK Mask      */\r
-#define C_CAN1_IF1_CMDMSK_W_WR_RD_Pos                         7                                                         /*!< C_CAN1 IF1_CMDMSK_W: WR_RD Position */\r
-#define C_CAN1_IF1_CMDMSK_W_WR_RD_Msk                         (0x01UL << C_CAN1_IF1_CMDMSK_W_WR_RD_Pos)                 /*!< C_CAN1 IF1_CMDMSK_W: WR_RD Mask     */\r
-\r
-// -----------------------------------  C_CAN1_IF1_CMDMSK_R  --------------------------------------\r
-#define C_CAN1_IF1_CMDMSK_R_DATA_B_Pos                        0                                                         /*!< C_CAN1 IF1_CMDMSK_R: DATA_B Position */\r
-#define C_CAN1_IF1_CMDMSK_R_DATA_B_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_R_DATA_B_Pos)                /*!< C_CAN1 IF1_CMDMSK_R: DATA_B Mask    */\r
-#define C_CAN1_IF1_CMDMSK_R_DATA_A_Pos                        1                                                         /*!< C_CAN1 IF1_CMDMSK_R: DATA_A Position */\r
-#define C_CAN1_IF1_CMDMSK_R_DATA_A_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_R_DATA_A_Pos)                /*!< C_CAN1 IF1_CMDMSK_R: DATA_A Mask    */\r
-#define C_CAN1_IF1_CMDMSK_R_NEWDAT_Pos                        2                                                         /*!< C_CAN1 IF1_CMDMSK_R: NEWDAT Position */\r
-#define C_CAN1_IF1_CMDMSK_R_NEWDAT_Msk                        (0x01UL << C_CAN1_IF1_CMDMSK_R_NEWDAT_Pos)                /*!< C_CAN1 IF1_CMDMSK_R: NEWDAT Mask    */\r
-#define C_CAN1_IF1_CMDMSK_R_CLRINTPND_Pos                     3                                                         /*!< C_CAN1 IF1_CMDMSK_R: CLRINTPND Position */\r
-#define C_CAN1_IF1_CMDMSK_R_CLRINTPND_Msk                     (0x01UL << C_CAN1_IF1_CMDMSK_R_CLRINTPND_Pos)             /*!< C_CAN1 IF1_CMDMSK_R: CLRINTPND Mask */\r
-#define C_CAN1_IF1_CMDMSK_R_CTRL_Pos                          4                                                         /*!< C_CAN1 IF1_CMDMSK_R: CTRL Position  */\r
-#define C_CAN1_IF1_CMDMSK_R_CTRL_Msk                          (0x01UL << C_CAN1_IF1_CMDMSK_R_CTRL_Pos)                  /*!< C_CAN1 IF1_CMDMSK_R: CTRL Mask      */\r
-#define C_CAN1_IF1_CMDMSK_R_ARB_Pos                           5                                                         /*!< C_CAN1 IF1_CMDMSK_R: ARB Position   */\r
-#define C_CAN1_IF1_CMDMSK_R_ARB_Msk                           (0x01UL << C_CAN1_IF1_CMDMSK_R_ARB_Pos)                   /*!< C_CAN1 IF1_CMDMSK_R: ARB Mask       */\r
-#define C_CAN1_IF1_CMDMSK_R_MASK_Pos                          6                                                         /*!< C_CAN1 IF1_CMDMSK_R: MASK Position  */\r
-#define C_CAN1_IF1_CMDMSK_R_MASK_Msk                          (0x01UL << C_CAN1_IF1_CMDMSK_R_MASK_Pos)                  /*!< C_CAN1 IF1_CMDMSK_R: MASK Mask      */\r
-#define C_CAN1_IF1_CMDMSK_R_WR_RD_Pos                         7                                                         /*!< C_CAN1 IF1_CMDMSK_R: WR_RD Position */\r
-#define C_CAN1_IF1_CMDMSK_R_WR_RD_Msk                         (0x01UL << C_CAN1_IF1_CMDMSK_R_WR_RD_Pos)                 /*!< C_CAN1 IF1_CMDMSK_R: WR_RD Mask     */\r
-\r
-// -------------------------------------  C_CAN1_IF1_MSK1  ----------------------------------------\r
-#define C_CAN1_IF1_MSK1_MSK15_0_Pos                           0                                                         /*!< C_CAN1 IF1_MSK1: MSK15_0 Position   */\r
-#define C_CAN1_IF1_MSK1_MSK15_0_Msk                           (0x0000ffffUL << C_CAN1_IF1_MSK1_MSK15_0_Pos)             /*!< C_CAN1 IF1_MSK1: MSK15_0 Mask       */\r
-\r
-// -------------------------------------  C_CAN1_IF1_MSK2  ----------------------------------------\r
-#define C_CAN1_IF1_MSK2_MSK28_16_Pos                          0                                                         /*!< C_CAN1 IF1_MSK2: MSK28_16 Position  */\r
-#define C_CAN1_IF1_MSK2_MSK28_16_Msk                          (0x00001fffUL << C_CAN1_IF1_MSK2_MSK28_16_Pos)            /*!< C_CAN1 IF1_MSK2: MSK28_16 Mask      */\r
-#define C_CAN1_IF1_MSK2_MDIR_Pos                              14                                                        /*!< C_CAN1 IF1_MSK2: MDIR Position      */\r
-#define C_CAN1_IF1_MSK2_MDIR_Msk                              (0x01UL << C_CAN1_IF1_MSK2_MDIR_Pos)                      /*!< C_CAN1 IF1_MSK2: MDIR Mask          */\r
-#define C_CAN1_IF1_MSK2_MXTD_Pos                              15                                                        /*!< C_CAN1 IF1_MSK2: MXTD Position      */\r
-#define C_CAN1_IF1_MSK2_MXTD_Msk                              (0x01UL << C_CAN1_IF1_MSK2_MXTD_Pos)                      /*!< C_CAN1 IF1_MSK2: MXTD Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF1_ARB1  ----------------------------------------\r
-#define C_CAN1_IF1_ARB1_ID15_0_Pos                            0                                                         /*!< C_CAN1 IF1_ARB1: ID15_0 Position    */\r
-#define C_CAN1_IF1_ARB1_ID15_0_Msk                            (0x0000ffffUL << C_CAN1_IF1_ARB1_ID15_0_Pos)              /*!< C_CAN1 IF1_ARB1: ID15_0 Mask        */\r
-\r
-// -------------------------------------  C_CAN1_IF1_ARB2  ----------------------------------------\r
-#define C_CAN1_IF1_ARB2_ID28_16_Pos                           0                                                         /*!< C_CAN1 IF1_ARB2: ID28_16 Position   */\r
-#define C_CAN1_IF1_ARB2_ID28_16_Msk                           (0x00001fffUL << C_CAN1_IF1_ARB2_ID28_16_Pos)             /*!< C_CAN1 IF1_ARB2: ID28_16 Mask       */\r
-#define C_CAN1_IF1_ARB2_DIR_Pos                               13                                                        /*!< C_CAN1 IF1_ARB2: DIR Position       */\r
-#define C_CAN1_IF1_ARB2_DIR_Msk                               (0x01UL << C_CAN1_IF1_ARB2_DIR_Pos)                       /*!< C_CAN1 IF1_ARB2: DIR Mask           */\r
-#define C_CAN1_IF1_ARB2_XTD_Pos                               14                                                        /*!< C_CAN1 IF1_ARB2: XTD Position       */\r
-#define C_CAN1_IF1_ARB2_XTD_Msk                               (0x01UL << C_CAN1_IF1_ARB2_XTD_Pos)                       /*!< C_CAN1 IF1_ARB2: XTD Mask           */\r
-#define C_CAN1_IF1_ARB2_MSGVAL_Pos                            15                                                        /*!< C_CAN1 IF1_ARB2: MSGVAL Position    */\r
-#define C_CAN1_IF1_ARB2_MSGVAL_Msk                            (0x01UL << C_CAN1_IF1_ARB2_MSGVAL_Pos)                    /*!< C_CAN1 IF1_ARB2: MSGVAL Mask        */\r
-\r
-// ------------------------------------  C_CAN1_IF1_MCTRL  ----------------------------------------\r
-#define C_CAN1_IF1_MCTRL_DLC3_0_Pos                           0                                                         /*!< C_CAN1 IF1_MCTRL: DLC3_0 Position   */\r
-#define C_CAN1_IF1_MCTRL_DLC3_0_Msk                           (0x0fUL << C_CAN1_IF1_MCTRL_DLC3_0_Pos)                   /*!< C_CAN1 IF1_MCTRL: DLC3_0 Mask       */\r
-#define C_CAN1_IF1_MCTRL_EOB_Pos                              7                                                         /*!< C_CAN1 IF1_MCTRL: EOB Position      */\r
-#define C_CAN1_IF1_MCTRL_EOB_Msk                              (0x01UL << C_CAN1_IF1_MCTRL_EOB_Pos)                      /*!< C_CAN1 IF1_MCTRL: EOB Mask          */\r
-#define C_CAN1_IF1_MCTRL_TXRQST_Pos                           8                                                         /*!< C_CAN1 IF1_MCTRL: TXRQST Position   */\r
-#define C_CAN1_IF1_MCTRL_TXRQST_Msk                           (0x01UL << C_CAN1_IF1_MCTRL_TXRQST_Pos)                   /*!< C_CAN1 IF1_MCTRL: TXRQST Mask       */\r
-#define C_CAN1_IF1_MCTRL_RMTEN_Pos                            9                                                         /*!< C_CAN1 IF1_MCTRL: RMTEN Position    */\r
-#define C_CAN1_IF1_MCTRL_RMTEN_Msk                            (0x01UL << C_CAN1_IF1_MCTRL_RMTEN_Pos)                    /*!< C_CAN1 IF1_MCTRL: RMTEN Mask        */\r
-#define C_CAN1_IF1_MCTRL_RXIE_Pos                             10                                                        /*!< C_CAN1 IF1_MCTRL: RXIE Position     */\r
-#define C_CAN1_IF1_MCTRL_RXIE_Msk                             (0x01UL << C_CAN1_IF1_MCTRL_RXIE_Pos)                     /*!< C_CAN1 IF1_MCTRL: RXIE Mask         */\r
-#define C_CAN1_IF1_MCTRL_TXIE_Pos                             11                                                        /*!< C_CAN1 IF1_MCTRL: TXIE Position     */\r
-#define C_CAN1_IF1_MCTRL_TXIE_Msk                             (0x01UL << C_CAN1_IF1_MCTRL_TXIE_Pos)                     /*!< C_CAN1 IF1_MCTRL: TXIE Mask         */\r
-#define C_CAN1_IF1_MCTRL_UMASK_Pos                            12                                                        /*!< C_CAN1 IF1_MCTRL: UMASK Position    */\r
-#define C_CAN1_IF1_MCTRL_UMASK_Msk                            (0x01UL << C_CAN1_IF1_MCTRL_UMASK_Pos)                    /*!< C_CAN1 IF1_MCTRL: UMASK Mask        */\r
-#define C_CAN1_IF1_MCTRL_INTPND_Pos                           13                                                        /*!< C_CAN1 IF1_MCTRL: INTPND Position   */\r
-#define C_CAN1_IF1_MCTRL_INTPND_Msk                           (0x01UL << C_CAN1_IF1_MCTRL_INTPND_Pos)                   /*!< C_CAN1 IF1_MCTRL: INTPND Mask       */\r
-#define C_CAN1_IF1_MCTRL_MSGLST_Pos                           14                                                        /*!< C_CAN1 IF1_MCTRL: MSGLST Position   */\r
-#define C_CAN1_IF1_MCTRL_MSGLST_Msk                           (0x01UL << C_CAN1_IF1_MCTRL_MSGLST_Pos)                   /*!< C_CAN1 IF1_MCTRL: MSGLST Mask       */\r
-#define C_CAN1_IF1_MCTRL_NEWDAT_Pos                           15                                                        /*!< C_CAN1 IF1_MCTRL: NEWDAT Position   */\r
-#define C_CAN1_IF1_MCTRL_NEWDAT_Msk                           (0x01UL << C_CAN1_IF1_MCTRL_NEWDAT_Pos)                   /*!< C_CAN1 IF1_MCTRL: NEWDAT Mask       */\r
-\r
-// -------------------------------------  C_CAN1_IF1_DA1  -----------------------------------------\r
-#define C_CAN1_IF1_DA1_DATA0_Pos                              0                                                         /*!< C_CAN1 IF1_DA1: DATA0 Position      */\r
-#define C_CAN1_IF1_DA1_DATA0_Msk                              (0x000000ffUL << C_CAN1_IF1_DA1_DATA0_Pos)                /*!< C_CAN1 IF1_DA1: DATA0 Mask          */\r
-#define C_CAN1_IF1_DA1_DATA1_Pos                              8                                                         /*!< C_CAN1 IF1_DA1: DATA1 Position      */\r
-#define C_CAN1_IF1_DA1_DATA1_Msk                              (0x000000ffUL << C_CAN1_IF1_DA1_DATA1_Pos)                /*!< C_CAN1 IF1_DA1: DATA1 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF1_DA2  -----------------------------------------\r
-#define C_CAN1_IF1_DA2_DATA2_Pos                              0                                                         /*!< C_CAN1 IF1_DA2: DATA2 Position      */\r
-#define C_CAN1_IF1_DA2_DATA2_Msk                              (0x000000ffUL << C_CAN1_IF1_DA2_DATA2_Pos)                /*!< C_CAN1 IF1_DA2: DATA2 Mask          */\r
-#define C_CAN1_IF1_DA2_DATA3_Pos                              8                                                         /*!< C_CAN1 IF1_DA2: DATA3 Position      */\r
-#define C_CAN1_IF1_DA2_DATA3_Msk                              (0x000000ffUL << C_CAN1_IF1_DA2_DATA3_Pos)                /*!< C_CAN1 IF1_DA2: DATA3 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF1_DB1  -----------------------------------------\r
-#define C_CAN1_IF1_DB1_DATA4_Pos                              0                                                         /*!< C_CAN1 IF1_DB1: DATA4 Position      */\r
-#define C_CAN1_IF1_DB1_DATA4_Msk                              (0x000000ffUL << C_CAN1_IF1_DB1_DATA4_Pos)                /*!< C_CAN1 IF1_DB1: DATA4 Mask          */\r
-#define C_CAN1_IF1_DB1_DATA5_Pos                              8                                                         /*!< C_CAN1 IF1_DB1: DATA5 Position      */\r
-#define C_CAN1_IF1_DB1_DATA5_Msk                              (0x000000ffUL << C_CAN1_IF1_DB1_DATA5_Pos)                /*!< C_CAN1 IF1_DB1: DATA5 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF1_DB2  -----------------------------------------\r
-#define C_CAN1_IF1_DB2_DATA6_Pos                              0                                                         /*!< C_CAN1 IF1_DB2: DATA6 Position      */\r
-#define C_CAN1_IF1_DB2_DATA6_Msk                              (0x000000ffUL << C_CAN1_IF1_DB2_DATA6_Pos)                /*!< C_CAN1 IF1_DB2: DATA6 Mask          */\r
-#define C_CAN1_IF1_DB2_DATA7_Pos                              8                                                         /*!< C_CAN1 IF1_DB2: DATA7 Position      */\r
-#define C_CAN1_IF1_DB2_DATA7_Msk                              (0x000000ffUL << C_CAN1_IF1_DB2_DATA7_Pos)                /*!< C_CAN1 IF1_DB2: DATA7 Mask          */\r
-\r
-// ------------------------------------  C_CAN1_IF2_CMDREQ  ---------------------------------------\r
-#define C_CAN1_IF2_CMDREQ_MESSNUM_Pos                         0                                                         /*!< C_CAN1 IF2_CMDREQ: MESSNUM Position */\r
-#define C_CAN1_IF2_CMDREQ_MESSNUM_Msk                         (0x3fUL << C_CAN1_IF2_CMDREQ_MESSNUM_Pos)                 /*!< C_CAN1 IF2_CMDREQ: MESSNUM Mask     */\r
-#define C_CAN1_IF2_CMDREQ_BUSY_Pos                            15                                                        /*!< C_CAN1 IF2_CMDREQ: BUSY Position    */\r
-#define C_CAN1_IF2_CMDREQ_BUSY_Msk                            (0x01UL << C_CAN1_IF2_CMDREQ_BUSY_Pos)                    /*!< C_CAN1 IF2_CMDREQ: BUSY Mask        */\r
-\r
-// -----------------------------------  C_CAN1_IF2_CMDMSK_W  --------------------------------------\r
-#define C_CAN1_IF2_CMDMSK_W_DATA_B_Pos                        0                                                         /*!< C_CAN1 IF2_CMDMSK_W: DATA_B Position */\r
-#define C_CAN1_IF2_CMDMSK_W_DATA_B_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_W_DATA_B_Pos)                /*!< C_CAN1 IF2_CMDMSK_W: DATA_B Mask    */\r
-#define C_CAN1_IF2_CMDMSK_W_DATA_A_Pos                        1                                                         /*!< C_CAN1 IF2_CMDMSK_W: DATA_A Position */\r
-#define C_CAN1_IF2_CMDMSK_W_DATA_A_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_W_DATA_A_Pos)                /*!< C_CAN1 IF2_CMDMSK_W: DATA_A Mask    */\r
-#define C_CAN1_IF2_CMDMSK_W_TXRQST_Pos                        2                                                         /*!< C_CAN1 IF2_CMDMSK_W: TXRQST Position */\r
-#define C_CAN1_IF2_CMDMSK_W_TXRQST_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_W_TXRQST_Pos)                /*!< C_CAN1 IF2_CMDMSK_W: TXRQST Mask    */\r
-#define C_CAN1_IF2_CMDMSK_W_CLRINTPND_Pos                     3                                                         /*!< C_CAN1 IF2_CMDMSK_W: CLRINTPND Position */\r
-#define C_CAN1_IF2_CMDMSK_W_CLRINTPND_Msk                     (0x01UL << C_CAN1_IF2_CMDMSK_W_CLRINTPND_Pos)             /*!< C_CAN1 IF2_CMDMSK_W: CLRINTPND Mask */\r
-#define C_CAN1_IF2_CMDMSK_W_CTRL_Pos                          4                                                         /*!< C_CAN1 IF2_CMDMSK_W: CTRL Position  */\r
-#define C_CAN1_IF2_CMDMSK_W_CTRL_Msk                          (0x01UL << C_CAN1_IF2_CMDMSK_W_CTRL_Pos)                  /*!< C_CAN1 IF2_CMDMSK_W: CTRL Mask      */\r
-#define C_CAN1_IF2_CMDMSK_W_ARB_Pos                           5                                                         /*!< C_CAN1 IF2_CMDMSK_W: ARB Position   */\r
-#define C_CAN1_IF2_CMDMSK_W_ARB_Msk                           (0x01UL << C_CAN1_IF2_CMDMSK_W_ARB_Pos)                   /*!< C_CAN1 IF2_CMDMSK_W: ARB Mask       */\r
-#define C_CAN1_IF2_CMDMSK_W_MASK_Pos                          6                                                         /*!< C_CAN1 IF2_CMDMSK_W: MASK Position  */\r
-#define C_CAN1_IF2_CMDMSK_W_MASK_Msk                          (0x01UL << C_CAN1_IF2_CMDMSK_W_MASK_Pos)                  /*!< C_CAN1 IF2_CMDMSK_W: MASK Mask      */\r
-#define C_CAN1_IF2_CMDMSK_W_WR_RD_Pos                         7                                                         /*!< C_CAN1 IF2_CMDMSK_W: WR_RD Position */\r
-#define C_CAN1_IF2_CMDMSK_W_WR_RD_Msk                         (0x01UL << C_CAN1_IF2_CMDMSK_W_WR_RD_Pos)                 /*!< C_CAN1 IF2_CMDMSK_W: WR_RD Mask     */\r
-\r
-// -----------------------------------  C_CAN1_IF2_CMDMSK_R  --------------------------------------\r
-#define C_CAN1_IF2_CMDMSK_R_DATA_B_Pos                        0                                                         /*!< C_CAN1 IF2_CMDMSK_R: DATA_B Position */\r
-#define C_CAN1_IF2_CMDMSK_R_DATA_B_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_R_DATA_B_Pos)                /*!< C_CAN1 IF2_CMDMSK_R: DATA_B Mask    */\r
-#define C_CAN1_IF2_CMDMSK_R_DATA_A_Pos                        1                                                         /*!< C_CAN1 IF2_CMDMSK_R: DATA_A Position */\r
-#define C_CAN1_IF2_CMDMSK_R_DATA_A_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_R_DATA_A_Pos)                /*!< C_CAN1 IF2_CMDMSK_R: DATA_A Mask    */\r
-#define C_CAN1_IF2_CMDMSK_R_NEWDAT_Pos                        2                                                         /*!< C_CAN1 IF2_CMDMSK_R: NEWDAT Position */\r
-#define C_CAN1_IF2_CMDMSK_R_NEWDAT_Msk                        (0x01UL << C_CAN1_IF2_CMDMSK_R_NEWDAT_Pos)                /*!< C_CAN1 IF2_CMDMSK_R: NEWDAT Mask    */\r
-#define C_CAN1_IF2_CMDMSK_R_CLRINTPND_Pos                     3                                                         /*!< C_CAN1 IF2_CMDMSK_R: CLRINTPND Position */\r
-#define C_CAN1_IF2_CMDMSK_R_CLRINTPND_Msk                     (0x01UL << C_CAN1_IF2_CMDMSK_R_CLRINTPND_Pos)             /*!< C_CAN1 IF2_CMDMSK_R: CLRINTPND Mask */\r
-#define C_CAN1_IF2_CMDMSK_R_CTRL_Pos                          4                                                         /*!< C_CAN1 IF2_CMDMSK_R: CTRL Position  */\r
-#define C_CAN1_IF2_CMDMSK_R_CTRL_Msk                          (0x01UL << C_CAN1_IF2_CMDMSK_R_CTRL_Pos)                  /*!< C_CAN1 IF2_CMDMSK_R: CTRL Mask      */\r
-#define C_CAN1_IF2_CMDMSK_R_ARB_Pos                           5                                                         /*!< C_CAN1 IF2_CMDMSK_R: ARB Position   */\r
-#define C_CAN1_IF2_CMDMSK_R_ARB_Msk                           (0x01UL << C_CAN1_IF2_CMDMSK_R_ARB_Pos)                   /*!< C_CAN1 IF2_CMDMSK_R: ARB Mask       */\r
-#define C_CAN1_IF2_CMDMSK_R_MASK_Pos                          6                                                         /*!< C_CAN1 IF2_CMDMSK_R: MASK Position  */\r
-#define C_CAN1_IF2_CMDMSK_R_MASK_Msk                          (0x01UL << C_CAN1_IF2_CMDMSK_R_MASK_Pos)                  /*!< C_CAN1 IF2_CMDMSK_R: MASK Mask      */\r
-#define C_CAN1_IF2_CMDMSK_R_WR_RD_Pos                         7                                                         /*!< C_CAN1 IF2_CMDMSK_R: WR_RD Position */\r
-#define C_CAN1_IF2_CMDMSK_R_WR_RD_Msk                         (0x01UL << C_CAN1_IF2_CMDMSK_R_WR_RD_Pos)                 /*!< C_CAN1 IF2_CMDMSK_R: WR_RD Mask     */\r
-\r
-// -------------------------------------  C_CAN1_IF2_MSK1  ----------------------------------------\r
-#define C_CAN1_IF2_MSK1_MSK15_0_Pos                           0                                                         /*!< C_CAN1 IF2_MSK1: MSK15_0 Position   */\r
-#define C_CAN1_IF2_MSK1_MSK15_0_Msk                           (0x0000ffffUL << C_CAN1_IF2_MSK1_MSK15_0_Pos)             /*!< C_CAN1 IF2_MSK1: MSK15_0 Mask       */\r
-\r
-// -------------------------------------  C_CAN1_IF2_MSK2  ----------------------------------------\r
-#define C_CAN1_IF2_MSK2_MSK28_16_Pos                          0                                                         /*!< C_CAN1 IF2_MSK2: MSK28_16 Position  */\r
-#define C_CAN1_IF2_MSK2_MSK28_16_Msk                          (0x00001fffUL << C_CAN1_IF2_MSK2_MSK28_16_Pos)            /*!< C_CAN1 IF2_MSK2: MSK28_16 Mask      */\r
-#define C_CAN1_IF2_MSK2_MDIR_Pos                              14                                                        /*!< C_CAN1 IF2_MSK2: MDIR Position      */\r
-#define C_CAN1_IF2_MSK2_MDIR_Msk                              (0x01UL << C_CAN1_IF2_MSK2_MDIR_Pos)                      /*!< C_CAN1 IF2_MSK2: MDIR Mask          */\r
-#define C_CAN1_IF2_MSK2_MXTD_Pos                              15                                                        /*!< C_CAN1 IF2_MSK2: MXTD Position      */\r
-#define C_CAN1_IF2_MSK2_MXTD_Msk                              (0x01UL << C_CAN1_IF2_MSK2_MXTD_Pos)                      /*!< C_CAN1 IF2_MSK2: MXTD Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF2_ARB1  ----------------------------------------\r
-#define C_CAN1_IF2_ARB1_ID15_0_Pos                            0                                                         /*!< C_CAN1 IF2_ARB1: ID15_0 Position    */\r
-#define C_CAN1_IF2_ARB1_ID15_0_Msk                            (0x0000ffffUL << C_CAN1_IF2_ARB1_ID15_0_Pos)              /*!< C_CAN1 IF2_ARB1: ID15_0 Mask        */\r
-\r
-// -------------------------------------  C_CAN1_IF2_ARB2  ----------------------------------------\r
-#define C_CAN1_IF2_ARB2_ID28_16_Pos                           0                                                         /*!< C_CAN1 IF2_ARB2: ID28_16 Position   */\r
-#define C_CAN1_IF2_ARB2_ID28_16_Msk                           (0x00001fffUL << C_CAN1_IF2_ARB2_ID28_16_Pos)             /*!< C_CAN1 IF2_ARB2: ID28_16 Mask       */\r
-#define C_CAN1_IF2_ARB2_DIR_Pos                               13                                                        /*!< C_CAN1 IF2_ARB2: DIR Position       */\r
-#define C_CAN1_IF2_ARB2_DIR_Msk                               (0x01UL << C_CAN1_IF2_ARB2_DIR_Pos)                       /*!< C_CAN1 IF2_ARB2: DIR Mask           */\r
-#define C_CAN1_IF2_ARB2_XTD_Pos                               14                                                        /*!< C_CAN1 IF2_ARB2: XTD Position       */\r
-#define C_CAN1_IF2_ARB2_XTD_Msk                               (0x01UL << C_CAN1_IF2_ARB2_XTD_Pos)                       /*!< C_CAN1 IF2_ARB2: XTD Mask           */\r
-#define C_CAN1_IF2_ARB2_MSGVAL_Pos                            15                                                        /*!< C_CAN1 IF2_ARB2: MSGVAL Position    */\r
-#define C_CAN1_IF2_ARB2_MSGVAL_Msk                            (0x01UL << C_CAN1_IF2_ARB2_MSGVAL_Pos)                    /*!< C_CAN1 IF2_ARB2: MSGVAL Mask        */\r
-\r
-// ------------------------------------  C_CAN1_IF2_MCTRL  ----------------------------------------\r
-#define C_CAN1_IF2_MCTRL_DLC3_0_Pos                           0                                                         /*!< C_CAN1 IF2_MCTRL: DLC3_0 Position   */\r
-#define C_CAN1_IF2_MCTRL_DLC3_0_Msk                           (0x0fUL << C_CAN1_IF2_MCTRL_DLC3_0_Pos)                   /*!< C_CAN1 IF2_MCTRL: DLC3_0 Mask       */\r
-#define C_CAN1_IF2_MCTRL_EOB_Pos                              7                                                         /*!< C_CAN1 IF2_MCTRL: EOB Position      */\r
-#define C_CAN1_IF2_MCTRL_EOB_Msk                              (0x01UL << C_CAN1_IF2_MCTRL_EOB_Pos)                      /*!< C_CAN1 IF2_MCTRL: EOB Mask          */\r
-#define C_CAN1_IF2_MCTRL_TXRQST_Pos                           8                                                         /*!< C_CAN1 IF2_MCTRL: TXRQST Position   */\r
-#define C_CAN1_IF2_MCTRL_TXRQST_Msk                           (0x01UL << C_CAN1_IF2_MCTRL_TXRQST_Pos)                   /*!< C_CAN1 IF2_MCTRL: TXRQST Mask       */\r
-#define C_CAN1_IF2_MCTRL_RMTEN_Pos                            9                                                         /*!< C_CAN1 IF2_MCTRL: RMTEN Position    */\r
-#define C_CAN1_IF2_MCTRL_RMTEN_Msk                            (0x01UL << C_CAN1_IF2_MCTRL_RMTEN_Pos)                    /*!< C_CAN1 IF2_MCTRL: RMTEN Mask        */\r
-#define C_CAN1_IF2_MCTRL_RXIE_Pos                             10                                                        /*!< C_CAN1 IF2_MCTRL: RXIE Position     */\r
-#define C_CAN1_IF2_MCTRL_RXIE_Msk                             (0x01UL << C_CAN1_IF2_MCTRL_RXIE_Pos)                     /*!< C_CAN1 IF2_MCTRL: RXIE Mask         */\r
-#define C_CAN1_IF2_MCTRL_TXIE_Pos                             11                                                        /*!< C_CAN1 IF2_MCTRL: TXIE Position     */\r
-#define C_CAN1_IF2_MCTRL_TXIE_Msk                             (0x01UL << C_CAN1_IF2_MCTRL_TXIE_Pos)                     /*!< C_CAN1 IF2_MCTRL: TXIE Mask         */\r
-#define C_CAN1_IF2_MCTRL_UMASK_Pos                            12                                                        /*!< C_CAN1 IF2_MCTRL: UMASK Position    */\r
-#define C_CAN1_IF2_MCTRL_UMASK_Msk                            (0x01UL << C_CAN1_IF2_MCTRL_UMASK_Pos)                    /*!< C_CAN1 IF2_MCTRL: UMASK Mask        */\r
-#define C_CAN1_IF2_MCTRL_INTPND_Pos                           13                                                        /*!< C_CAN1 IF2_MCTRL: INTPND Position   */\r
-#define C_CAN1_IF2_MCTRL_INTPND_Msk                           (0x01UL << C_CAN1_IF2_MCTRL_INTPND_Pos)                   /*!< C_CAN1 IF2_MCTRL: INTPND Mask       */\r
-#define C_CAN1_IF2_MCTRL_MSGLST_Pos                           14                                                        /*!< C_CAN1 IF2_MCTRL: MSGLST Position   */\r
-#define C_CAN1_IF2_MCTRL_MSGLST_Msk                           (0x01UL << C_CAN1_IF2_MCTRL_MSGLST_Pos)                   /*!< C_CAN1 IF2_MCTRL: MSGLST Mask       */\r
-#define C_CAN1_IF2_MCTRL_NEWDAT_Pos                           15                                                        /*!< C_CAN1 IF2_MCTRL: NEWDAT Position   */\r
-#define C_CAN1_IF2_MCTRL_NEWDAT_Msk                           (0x01UL << C_CAN1_IF2_MCTRL_NEWDAT_Pos)                   /*!< C_CAN1 IF2_MCTRL: NEWDAT Mask       */\r
-\r
-// -------------------------------------  C_CAN1_IF2_DA1  -----------------------------------------\r
-#define C_CAN1_IF2_DA1_DATA0_Pos                              0                                                         /*!< C_CAN1 IF2_DA1: DATA0 Position      */\r
-#define C_CAN1_IF2_DA1_DATA0_Msk                              (0x000000ffUL << C_CAN1_IF2_DA1_DATA0_Pos)                /*!< C_CAN1 IF2_DA1: DATA0 Mask          */\r
-#define C_CAN1_IF2_DA1_DATA1_Pos                              8                                                         /*!< C_CAN1 IF2_DA1: DATA1 Position      */\r
-#define C_CAN1_IF2_DA1_DATA1_Msk                              (0x000000ffUL << C_CAN1_IF2_DA1_DATA1_Pos)                /*!< C_CAN1 IF2_DA1: DATA1 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF2_DA2  -----------------------------------------\r
-#define C_CAN1_IF2_DA2_DATA2_Pos                              0                                                         /*!< C_CAN1 IF2_DA2: DATA2 Position      */\r
-#define C_CAN1_IF2_DA2_DATA2_Msk                              (0x000000ffUL << C_CAN1_IF2_DA2_DATA2_Pos)                /*!< C_CAN1 IF2_DA2: DATA2 Mask          */\r
-#define C_CAN1_IF2_DA2_DATA3_Pos                              8                                                         /*!< C_CAN1 IF2_DA2: DATA3 Position      */\r
-#define C_CAN1_IF2_DA2_DATA3_Msk                              (0x000000ffUL << C_CAN1_IF2_DA2_DATA3_Pos)                /*!< C_CAN1 IF2_DA2: DATA3 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF2_DB1  -----------------------------------------\r
-#define C_CAN1_IF2_DB1_DATA4_Pos                              0                                                         /*!< C_CAN1 IF2_DB1: DATA4 Position      */\r
-#define C_CAN1_IF2_DB1_DATA4_Msk                              (0x000000ffUL << C_CAN1_IF2_DB1_DATA4_Pos)                /*!< C_CAN1 IF2_DB1: DATA4 Mask          */\r
-#define C_CAN1_IF2_DB1_DATA5_Pos                              8                                                         /*!< C_CAN1 IF2_DB1: DATA5 Position      */\r
-#define C_CAN1_IF2_DB1_DATA5_Msk                              (0x000000ffUL << C_CAN1_IF2_DB1_DATA5_Pos)                /*!< C_CAN1 IF2_DB1: DATA5 Mask          */\r
-\r
-// -------------------------------------  C_CAN1_IF2_DB2  -----------------------------------------\r
-#define C_CAN1_IF2_DB2_DATA6_Pos                              0                                                         /*!< C_CAN1 IF2_DB2: DATA6 Position      */\r
-#define C_CAN1_IF2_DB2_DATA6_Msk                              (0x000000ffUL << C_CAN1_IF2_DB2_DATA6_Pos)                /*!< C_CAN1 IF2_DB2: DATA6 Mask          */\r
-#define C_CAN1_IF2_DB2_DATA7_Pos                              8                                                         /*!< C_CAN1 IF2_DB2: DATA7 Position      */\r
-#define C_CAN1_IF2_DB2_DATA7_Msk                              (0x000000ffUL << C_CAN1_IF2_DB2_DATA7_Pos)                /*!< C_CAN1 IF2_DB2: DATA7 Mask          */\r
-\r
-// --------------------------------------  C_CAN1_TXREQ1  -----------------------------------------\r
-#define C_CAN1_TXREQ1_TXRQST16_1_Pos                          0                                                         /*!< C_CAN1 TXREQ1: TXRQST16_1 Position  */\r
-#define C_CAN1_TXREQ1_TXRQST16_1_Msk                          (0x0000ffffUL << C_CAN1_TXREQ1_TXRQST16_1_Pos)            /*!< C_CAN1 TXREQ1: TXRQST16_1 Mask      */\r
-\r
-// --------------------------------------  C_CAN1_TXREQ2  -----------------------------------------\r
-#define C_CAN1_TXREQ2_TXRQST32_17_Pos                         0                                                         /*!< C_CAN1 TXREQ2: TXRQST32_17 Position */\r
-#define C_CAN1_TXREQ2_TXRQST32_17_Msk                         (0x0000ffffUL << C_CAN1_TXREQ2_TXRQST32_17_Pos)           /*!< C_CAN1 TXREQ2: TXRQST32_17 Mask     */\r
-\r
-// ---------------------------------------  C_CAN1_ND1  -------------------------------------------\r
-#define C_CAN1_ND1_NEWDAT16_1_Pos                             0                                                         /*!< C_CAN1 ND1: NEWDAT16_1 Position     */\r
-#define C_CAN1_ND1_NEWDAT16_1_Msk                             (0x0000ffffUL << C_CAN1_ND1_NEWDAT16_1_Pos)               /*!< C_CAN1 ND1: NEWDAT16_1 Mask         */\r
-\r
-// ---------------------------------------  C_CAN1_ND2  -------------------------------------------\r
-#define C_CAN1_ND2_NEWDAT32_17_Pos                            0                                                         /*!< C_CAN1 ND2: NEWDAT32_17 Position    */\r
-#define C_CAN1_ND2_NEWDAT32_17_Msk                            (0x0000ffffUL << C_CAN1_ND2_NEWDAT32_17_Pos)              /*!< C_CAN1 ND2: NEWDAT32_17 Mask        */\r
-\r
-// ---------------------------------------  C_CAN1_IR1  -------------------------------------------\r
-#define C_CAN1_IR1_INTPND16_1_Pos                             0                                                         /*!< C_CAN1 IR1: INTPND16_1 Position     */\r
-#define C_CAN1_IR1_INTPND16_1_Msk                             (0x0000ffffUL << C_CAN1_IR1_INTPND16_1_Pos)               /*!< C_CAN1 IR1: INTPND16_1 Mask         */\r
-\r
-// ---------------------------------------  C_CAN1_IR2  -------------------------------------------\r
-#define C_CAN1_IR2_INTPND32_17_Pos                            0                                                         /*!< C_CAN1 IR2: INTPND32_17 Position    */\r
-#define C_CAN1_IR2_INTPND32_17_Msk                            (0x0000ffffUL << C_CAN1_IR2_INTPND32_17_Pos)              /*!< C_CAN1 IR2: INTPND32_17 Mask        */\r
-\r
-// --------------------------------------  C_CAN1_MSGV1  ------------------------------------------\r
-#define C_CAN1_MSGV1_MSGVAL16_1_Pos                           0                                                         /*!< C_CAN1 MSGV1: MSGVAL16_1 Position   */\r
-#define C_CAN1_MSGV1_MSGVAL16_1_Msk                           (0x0000ffffUL << C_CAN1_MSGV1_MSGVAL16_1_Pos)             /*!< C_CAN1 MSGV1: MSGVAL16_1 Mask       */\r
-\r
-// --------------------------------------  C_CAN1_MSGV2  ------------------------------------------\r
-#define C_CAN1_MSGV2_MSGVAL32_17_Pos                          0                                                         /*!< C_CAN1 MSGV2: MSGVAL32_17 Position  */\r
-#define C_CAN1_MSGV2_MSGVAL32_17_Msk                          (0x0000ffffUL << C_CAN1_MSGV2_MSGVAL32_17_Pos)            /*!< C_CAN1 MSGV2: MSGVAL32_17 Mask      */\r
-\r
-// --------------------------------------  C_CAN1_CLKDIV  -----------------------------------------\r
-#define C_CAN1_CLKDIV_CLKDIVVAL_Pos                           0                                                         /*!< C_CAN1 CLKDIV: CLKDIVVAL Position   */\r
-#define C_CAN1_CLKDIV_CLKDIVVAL_Msk                           (0x0fUL << C_CAN1_CLKDIV_CLKDIVVAL_Pos)                   /*!< C_CAN1 CLKDIV: CLKDIVVAL Mask       */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                RITIMER Position & Mask                               -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -------------------------------------  RITIMER_COMPVAL  ----------------------------------------\r
-#define RITIMER_COMPVAL_RICOMP_Pos                            0                                                         /*!< RITIMER COMPVAL: RICOMP Position    */\r
-#define RITIMER_COMPVAL_RICOMP_Msk                            (0xffffffffUL << RITIMER_COMPVAL_RICOMP_Pos)              /*!< RITIMER COMPVAL: RICOMP Mask        */\r
-\r
-// --------------------------------------  RITIMER_MASK  ------------------------------------------\r
-#define RITIMER_MASK_RIMASK_Pos                               0                                                         /*!< RITIMER MASK: RIMASK Position       */\r
-#define RITIMER_MASK_RIMASK_Msk                               (0xffffffffUL << RITIMER_MASK_RIMASK_Pos)                 /*!< RITIMER MASK: RIMASK Mask           */\r
-\r
-// --------------------------------------  RITIMER_CTRL  ------------------------------------------\r
-#define RITIMER_CTRL_RITINT_Pos                               0                                                         /*!< RITIMER CTRL: RITINT Position       */\r
-#define RITIMER_CTRL_RITINT_Msk                               (0x01UL << RITIMER_CTRL_RITINT_Pos)                       /*!< RITIMER CTRL: RITINT Mask           */\r
-#define RITIMER_CTRL_RITENCLR_Pos                             1                                                         /*!< RITIMER CTRL: RITENCLR Position     */\r
-#define RITIMER_CTRL_RITENCLR_Msk                             (0x01UL << RITIMER_CTRL_RITENCLR_Pos)                     /*!< RITIMER CTRL: RITENCLR Mask         */\r
-#define RITIMER_CTRL_RITENBR_Pos                              2                                                         /*!< RITIMER CTRL: RITENBR Position      */\r
-#define RITIMER_CTRL_RITENBR_Msk                              (0x01UL << RITIMER_CTRL_RITENBR_Pos)                      /*!< RITIMER CTRL: RITENBR Mask          */\r
-#define RITIMER_CTRL_RITEN_Pos                                3                                                         /*!< RITIMER CTRL: RITEN Position        */\r
-#define RITIMER_CTRL_RITEN_Msk                                (0x01UL << RITIMER_CTRL_RITEN_Pos)                        /*!< RITIMER CTRL: RITEN Mask            */\r
-\r
-// -------------------------------------  RITIMER_COUNTER  ----------------------------------------\r
-#define RITIMER_COUNTER_RICOUNTER_Pos                         0                                                         /*!< RITIMER COUNTER: RICOUNTER Position */\r
-#define RITIMER_COUNTER_RICOUNTER_Msk                         (0xffffffffUL << RITIMER_COUNTER_RICOUNTER_Pos)           /*!< RITIMER COUNTER: RICOUNTER Mask     */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  QEI Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  QEI_CON  --------------------------------------------\r
-#define QEI_CON_RESP_Pos                                      0                                                         /*!< QEI CON: RESP Position              */\r
-#define QEI_CON_RESP_Msk                                      (0x01UL << QEI_CON_RESP_Pos)                              /*!< QEI CON: RESP Mask                  */\r
-#define QEI_CON_RESPI_Pos                                     1                                                         /*!< QEI CON: RESPI Position             */\r
-#define QEI_CON_RESPI_Msk                                     (0x01UL << QEI_CON_RESPI_Pos)                             /*!< QEI CON: RESPI Mask                 */\r
-#define QEI_CON_RESV_Pos                                      2                                                         /*!< QEI CON: RESV Position              */\r
-#define QEI_CON_RESV_Msk                                      (0x01UL << QEI_CON_RESV_Pos)                              /*!< QEI CON: RESV Mask                  */\r
-#define QEI_CON_RESI_Pos                                      3                                                         /*!< QEI CON: RESI Position              */\r
-#define QEI_CON_RESI_Msk                                      (0x01UL << QEI_CON_RESI_Pos)                              /*!< QEI CON: RESI Mask                  */\r
-\r
-// ----------------------------------------  QEI_STAT  --------------------------------------------\r
-#define QEI_STAT_DIR_Pos                                      0                                                         /*!< QEI STAT: DIR Position              */\r
-#define QEI_STAT_DIR_Msk                                      (0x01UL << QEI_STAT_DIR_Pos)                              /*!< QEI STAT: DIR Mask                  */\r
-\r
-// ----------------------------------------  QEI_CONF  --------------------------------------------\r
-#define QEI_CONF_DIRINV_Pos                                   0                                                         /*!< QEI CONF: DIRINV Position           */\r
-#define QEI_CONF_DIRINV_Msk                                   (0x01UL << QEI_CONF_DIRINV_Pos)                           /*!< QEI CONF: DIRINV Mask               */\r
-#define QEI_CONF_SIGMODE_Pos                                  1                                                         /*!< QEI CONF: SIGMODE Position          */\r
-#define QEI_CONF_SIGMODE_Msk                                  (0x01UL << QEI_CONF_SIGMODE_Pos)                          /*!< QEI CONF: SIGMODE Mask              */\r
-#define QEI_CONF_CAPMODE_Pos                                  2                                                         /*!< QEI CONF: CAPMODE Position          */\r
-#define QEI_CONF_CAPMODE_Msk                                  (0x01UL << QEI_CONF_CAPMODE_Pos)                          /*!< QEI CONF: CAPMODE Mask              */\r
-#define QEI_CONF_INVINX_Pos                                   3                                                         /*!< QEI CONF: INVINX Position           */\r
-#define QEI_CONF_INVINX_Msk                                   (0x01UL << QEI_CONF_INVINX_Pos)                           /*!< QEI CONF: INVINX Mask               */\r
-#define QEI_CONF_CRESPI_Pos                                   4                                                         /*!< QEI CONF: CRESPI Position           */\r
-#define QEI_CONF_CRESPI_Msk                                   (0x01UL << QEI_CONF_CRESPI_Pos)                           /*!< QEI CONF: CRESPI Mask               */\r
-#define QEI_CONF_INXGATE_Pos                                  16                                                        /*!< QEI CONF: INXGATE Position          */\r
-#define QEI_CONF_INXGATE_Msk                                  (0x0fUL << QEI_CONF_INXGATE_Pos)                          /*!< QEI CONF: INXGATE Mask              */\r
-\r
-// -----------------------------------------  QEI_POS  --------------------------------------------\r
-#define QEI_POS_POS_Pos                                       0                                                         /*!< QEI POS: POS Position               */\r
-#define QEI_POS_POS_Msk                                       (0xffffffffUL << QEI_POS_POS_Pos)                         /*!< QEI POS: POS Mask                   */\r
-\r
-// ---------------------------------------  QEI_MAXPOS  -------------------------------------------\r
-#define QEI_MAXPOS_MAXPOS_Pos                                 0                                                         /*!< QEI MAXPOS: MAXPOS Position         */\r
-#define QEI_MAXPOS_MAXPOS_Msk                                 (0xffffffffUL << QEI_MAXPOS_MAXPOS_Pos)                   /*!< QEI MAXPOS: MAXPOS Mask             */\r
-\r
-// ---------------------------------------  QEI_CMPOS0  -------------------------------------------\r
-#define QEI_CMPOS0_PCMP0_Pos                                  0                                                         /*!< QEI CMPOS0: PCMP0 Position          */\r
-#define QEI_CMPOS0_PCMP0_Msk                                  (0xffffffffUL << QEI_CMPOS0_PCMP0_Pos)                    /*!< QEI CMPOS0: PCMP0 Mask              */\r
-\r
-// ---------------------------------------  QEI_CMPOS1  -------------------------------------------\r
-#define QEI_CMPOS1_PCMP1_Pos                                  0                                                         /*!< QEI CMPOS1: PCMP1 Position          */\r
-#define QEI_CMPOS1_PCMP1_Msk                                  (0xffffffffUL << QEI_CMPOS1_PCMP1_Pos)                    /*!< QEI CMPOS1: PCMP1 Mask              */\r
-\r
-// ---------------------------------------  QEI_CMPOS2  -------------------------------------------\r
-#define QEI_CMPOS2_PCMP2_Pos                                  0                                                         /*!< QEI CMPOS2: PCMP2 Position          */\r
-#define QEI_CMPOS2_PCMP2_Msk                                  (0xffffffffUL << QEI_CMPOS2_PCMP2_Pos)                    /*!< QEI CMPOS2: PCMP2 Mask              */\r
-\r
-// ---------------------------------------  QEI_INXCNT  -------------------------------------------\r
-#define QEI_INXCNT_ENCPOS_Pos                                 0                                                         /*!< QEI INXCNT: ENCPOS Position         */\r
-#define QEI_INXCNT_ENCPOS_Msk                                 (0xffffffffUL << QEI_INXCNT_ENCPOS_Pos)                   /*!< QEI INXCNT: ENCPOS Mask             */\r
-\r
-// ---------------------------------------  QEI_INXCMP0  ------------------------------------------\r
-#define QEI_INXCMP0_ICMP0_Pos                                 0                                                         /*!< QEI INXCMP0: ICMP0 Position         */\r
-#define QEI_INXCMP0_ICMP0_Msk                                 (0xffffffffUL << QEI_INXCMP0_ICMP0_Pos)                   /*!< QEI INXCMP0: ICMP0 Mask             */\r
-\r
-// ----------------------------------------  QEI_LOAD  --------------------------------------------\r
-#define QEI_LOAD_VELLOAD_Pos                                  0                                                         /*!< QEI LOAD: VELLOAD Position          */\r
-#define QEI_LOAD_VELLOAD_Msk                                  (0xffffffffUL << QEI_LOAD_VELLOAD_Pos)                    /*!< QEI LOAD: VELLOAD Mask              */\r
-\r
-// ----------------------------------------  QEI_TIME  --------------------------------------------\r
-#define QEI_TIME_VELVAL_Pos                                   0                                                         /*!< QEI TIME: VELVAL Position           */\r
-#define QEI_TIME_VELVAL_Msk                                   (0xffffffffUL << QEI_TIME_VELVAL_Pos)                     /*!< QEI TIME: VELVAL Mask               */\r
-\r
-// -----------------------------------------  QEI_VEL  --------------------------------------------\r
-#define QEI_VEL_VELPC_Pos                                     0                                                         /*!< QEI VEL: VELPC Position             */\r
-#define QEI_VEL_VELPC_Msk                                     (0xffffffffUL << QEI_VEL_VELPC_Pos)                       /*!< QEI VEL: VELPC Mask                 */\r
-\r
-// -----------------------------------------  QEI_CAP  --------------------------------------------\r
-#define QEI_CAP_VELCAP_Pos                                    0                                                         /*!< QEI CAP: VELCAP Position            */\r
-#define QEI_CAP_VELCAP_Msk                                    (0xffffffffUL << QEI_CAP_VELCAP_Pos)                      /*!< QEI CAP: VELCAP Mask                */\r
-\r
-// ---------------------------------------  QEI_VELCOMP  ------------------------------------------\r
-#define QEI_VELCOMP_VELCMP_Pos                                0                                                         /*!< QEI VELCOMP: VELCMP Position        */\r
-#define QEI_VELCOMP_VELCMP_Msk                                (0xffffffffUL << QEI_VELCOMP_VELCMP_Pos)                  /*!< QEI VELCOMP: VELCMP Mask            */\r
-\r
-// --------------------------------------  QEI_FILTERPHA  -----------------------------------------\r
-#define QEI_FILTERPHA_FILTA_Pos                               0                                                         /*!< QEI FILTERPHA: FILTA Position       */\r
-#define QEI_FILTERPHA_FILTA_Msk                               (0xffffffffUL << QEI_FILTERPHA_FILTA_Pos)                 /*!< QEI FILTERPHA: FILTA Mask           */\r
-\r
-// --------------------------------------  QEI_FILTERPHB  -----------------------------------------\r
-#define QEI_FILTERPHB_FILTB_Pos                               0                                                         /*!< QEI FILTERPHB: FILTB Position       */\r
-#define QEI_FILTERPHB_FILTB_Msk                               (0xffffffffUL << QEI_FILTERPHB_FILTB_Pos)                 /*!< QEI FILTERPHB: FILTB Mask           */\r
-\r
-// --------------------------------------  QEI_FILTERINX  -----------------------------------------\r
-#define QEI_FILTERINX_FITLINX_Pos                             0                                                         /*!< QEI FILTERINX: FITLINX Position     */\r
-#define QEI_FILTERINX_FITLINX_Msk                             (0xffffffffUL << QEI_FILTERINX_FITLINX_Pos)               /*!< QEI FILTERINX: FITLINX Mask         */\r
-\r
-// ---------------------------------------  QEI_WINDOW  -------------------------------------------\r
-#define QEI_WINDOW_WINDOW_Pos                                 0                                                         /*!< QEI WINDOW: WINDOW Position         */\r
-#define QEI_WINDOW_WINDOW_Msk                                 (0xffffffffUL << QEI_WINDOW_WINDOW_Pos)                   /*!< QEI WINDOW: WINDOW Mask             */\r
-\r
-// ---------------------------------------  QEI_INXCMP1  ------------------------------------------\r
-#define QEI_INXCMP1_ICMP1_Pos                                 0                                                         /*!< QEI INXCMP1: ICMP1 Position         */\r
-#define QEI_INXCMP1_ICMP1_Msk                                 (0xffffffffUL << QEI_INXCMP1_ICMP1_Pos)                   /*!< QEI INXCMP1: ICMP1 Mask             */\r
-\r
-// ---------------------------------------  QEI_INXCMP2  ------------------------------------------\r
-#define QEI_INXCMP2_ICMP2_Pos                                 0                                                         /*!< QEI INXCMP2: ICMP2 Position         */\r
-#define QEI_INXCMP2_ICMP2_Msk                                 (0xffffffffUL << QEI_INXCMP2_ICMP2_Pos)                   /*!< QEI INXCMP2: ICMP2 Mask             */\r
-\r
-// -----------------------------------------  QEI_IEC  --------------------------------------------\r
-#define QEI_IEC_INX_EN_Pos                                    0                                                         /*!< QEI IEC: INX_EN Position            */\r
-#define QEI_IEC_INX_EN_Msk                                    (0x01UL << QEI_IEC_INX_EN_Pos)                            /*!< QEI IEC: INX_EN Mask                */\r
-#define QEI_IEC_TIM_EN_Pos                                    1                                                         /*!< QEI IEC: TIM_EN Position            */\r
-#define QEI_IEC_TIM_EN_Msk                                    (0x01UL << QEI_IEC_TIM_EN_Pos)                            /*!< QEI IEC: TIM_EN Mask                */\r
-#define QEI_IEC_VELC_EN_Pos                                   2                                                         /*!< QEI IEC: VELC_EN Position           */\r
-#define QEI_IEC_VELC_EN_Msk                                   (0x01UL << QEI_IEC_VELC_EN_Pos)                           /*!< QEI IEC: VELC_EN Mask               */\r
-#define QEI_IEC_DIR_EN_Pos                                    3                                                         /*!< QEI IEC: DIR_EN Position            */\r
-#define QEI_IEC_DIR_EN_Msk                                    (0x01UL << QEI_IEC_DIR_EN_Pos)                            /*!< QEI IEC: DIR_EN Mask                */\r
-#define QEI_IEC_ERR_EN_Pos                                    4                                                         /*!< QEI IEC: ERR_EN Position            */\r
-#define QEI_IEC_ERR_EN_Msk                                    (0x01UL << QEI_IEC_ERR_EN_Pos)                            /*!< QEI IEC: ERR_EN Mask                */\r
-#define QEI_IEC_ENCLK_EN_Pos                                  5                                                         /*!< QEI IEC: ENCLK_EN Position          */\r
-#define QEI_IEC_ENCLK_EN_Msk                                  (0x01UL << QEI_IEC_ENCLK_EN_Pos)                          /*!< QEI IEC: ENCLK_EN Mask              */\r
-#define QEI_IEC_POS0_Int_Pos                                  6                                                         /*!< QEI IEC: POS0_Int Position          */\r
-#define QEI_IEC_POS0_Int_Msk                                  (0x01UL << QEI_IEC_POS0_Int_Pos)                          /*!< QEI IEC: POS0_Int Mask              */\r
-#define QEI_IEC_POS1_Int_Pos                                  7                                                         /*!< QEI IEC: POS1_Int Position          */\r
-#define QEI_IEC_POS1_Int_Msk                                  (0x01UL << QEI_IEC_POS1_Int_Pos)                          /*!< QEI IEC: POS1_Int Mask              */\r
-#define QEI_IEC_POS2_Int_Pos                                  8                                                         /*!< QEI IEC: POS2_Int Position          */\r
-#define QEI_IEC_POS2_Int_Msk                                  (0x01UL << QEI_IEC_POS2_Int_Pos)                          /*!< QEI IEC: POS2_Int Mask              */\r
-#define QEI_IEC_REV_Int_Pos                                   9                                                         /*!< QEI IEC: REV_Int Position           */\r
-#define QEI_IEC_REV_Int_Msk                                   (0x01UL << QEI_IEC_REV_Int_Pos)                           /*!< QEI IEC: REV_Int Mask               */\r
-#define QEI_IEC_POS0REV_Int_Pos                               10                                                        /*!< QEI IEC: POS0REV_Int Position       */\r
-#define QEI_IEC_POS0REV_Int_Msk                               (0x01UL << QEI_IEC_POS0REV_Int_Pos)                       /*!< QEI IEC: POS0REV_Int Mask           */\r
-#define QEI_IEC_POS1REV_Int_Pos                               11                                                        /*!< QEI IEC: POS1REV_Int Position       */\r
-#define QEI_IEC_POS1REV_Int_Msk                               (0x01UL << QEI_IEC_POS1REV_Int_Pos)                       /*!< QEI IEC: POS1REV_Int Mask           */\r
-#define QEI_IEC_POS2REV_Int_Pos                               12                                                        /*!< QEI IEC: POS2REV_Int Position       */\r
-#define QEI_IEC_POS2REV_Int_Msk                               (0x01UL << QEI_IEC_POS2REV_Int_Pos)                       /*!< QEI IEC: POS2REV_Int Mask           */\r
-#define QEI_IEC_REV1_Int_Pos                                  13                                                        /*!< QEI IEC: REV1_Int Position          */\r
-#define QEI_IEC_REV1_Int_Msk                                  (0x01UL << QEI_IEC_REV1_Int_Pos)                          /*!< QEI IEC: REV1_Int Mask              */\r
-#define QEI_IEC_REV2_Int_Pos                                  14                                                        /*!< QEI IEC: REV2_Int Position          */\r
-#define QEI_IEC_REV2_Int_Msk                                  (0x01UL << QEI_IEC_REV2_Int_Pos)                          /*!< QEI IEC: REV2_Int Mask              */\r
-#define QEI_IEC_MAXPOS_Int_Pos                                15                                                        /*!< QEI IEC: MAXPOS_Int Position        */\r
-#define QEI_IEC_MAXPOS_Int_Msk                                (0x01UL << QEI_IEC_MAXPOS_Int_Pos)                        /*!< QEI IEC: MAXPOS_Int Mask            */\r
-\r
-// -----------------------------------------  QEI_IES  --------------------------------------------\r
-#define QEI_IES_INX_EN_Pos                                    0                                                         /*!< QEI IES: INX_EN Position            */\r
-#define QEI_IES_INX_EN_Msk                                    (0x01UL << QEI_IES_INX_EN_Pos)                            /*!< QEI IES: INX_EN Mask                */\r
-#define QEI_IES_TIM_EN_Pos                                    1                                                         /*!< QEI IES: TIM_EN Position            */\r
-#define QEI_IES_TIM_EN_Msk                                    (0x01UL << QEI_IES_TIM_EN_Pos)                            /*!< QEI IES: TIM_EN Mask                */\r
-#define QEI_IES_VELC_EN_Pos                                   2                                                         /*!< QEI IES: VELC_EN Position           */\r
-#define QEI_IES_VELC_EN_Msk                                   (0x01UL << QEI_IES_VELC_EN_Pos)                           /*!< QEI IES: VELC_EN Mask               */\r
-#define QEI_IES_DIR_EN_Pos                                    3                                                         /*!< QEI IES: DIR_EN Position            */\r
-#define QEI_IES_DIR_EN_Msk                                    (0x01UL << QEI_IES_DIR_EN_Pos)                            /*!< QEI IES: DIR_EN Mask                */\r
-#define QEI_IES_ERR_EN_Pos                                    4                                                         /*!< QEI IES: ERR_EN Position            */\r
-#define QEI_IES_ERR_EN_Msk                                    (0x01UL << QEI_IES_ERR_EN_Pos)                            /*!< QEI IES: ERR_EN Mask                */\r
-#define QEI_IES_ENCLK_EN_Pos                                  5                                                         /*!< QEI IES: ENCLK_EN Position          */\r
-#define QEI_IES_ENCLK_EN_Msk                                  (0x01UL << QEI_IES_ENCLK_EN_Pos)                          /*!< QEI IES: ENCLK_EN Mask              */\r
-#define QEI_IES_POS0_Int_Pos                                  6                                                         /*!< QEI IES: POS0_Int Position          */\r
-#define QEI_IES_POS0_Int_Msk                                  (0x01UL << QEI_IES_POS0_Int_Pos)                          /*!< QEI IES: POS0_Int Mask              */\r
-#define QEI_IES_POS1_Int_Pos                                  7                                                         /*!< QEI IES: POS1_Int Position          */\r
-#define QEI_IES_POS1_Int_Msk                                  (0x01UL << QEI_IES_POS1_Int_Pos)                          /*!< QEI IES: POS1_Int Mask              */\r
-#define QEI_IES_POS2_Int_Pos                                  8                                                         /*!< QEI IES: POS2_Int Position          */\r
-#define QEI_IES_POS2_Int_Msk                                  (0x01UL << QEI_IES_POS2_Int_Pos)                          /*!< QEI IES: POS2_Int Mask              */\r
-#define QEI_IES_REV_Int_Pos                                   9                                                         /*!< QEI IES: REV_Int Position           */\r
-#define QEI_IES_REV_Int_Msk                                   (0x01UL << QEI_IES_REV_Int_Pos)                           /*!< QEI IES: REV_Int Mask               */\r
-#define QEI_IES_POS0REV_Int_Pos                               10                                                        /*!< QEI IES: POS0REV_Int Position       */\r
-#define QEI_IES_POS0REV_Int_Msk                               (0x01UL << QEI_IES_POS0REV_Int_Pos)                       /*!< QEI IES: POS0REV_Int Mask           */\r
-#define QEI_IES_POS1REV_Int_Pos                               11                                                        /*!< QEI IES: POS1REV_Int Position       */\r
-#define QEI_IES_POS1REV_Int_Msk                               (0x01UL << QEI_IES_POS1REV_Int_Pos)                       /*!< QEI IES: POS1REV_Int Mask           */\r
-#define QEI_IES_POS2REV_Int_Pos                               12                                                        /*!< QEI IES: POS2REV_Int Position       */\r
-#define QEI_IES_POS2REV_Int_Msk                               (0x01UL << QEI_IES_POS2REV_Int_Pos)                       /*!< QEI IES: POS2REV_Int Mask           */\r
-#define QEI_IES_REV1_Int_Pos                                  13                                                        /*!< QEI IES: REV1_Int Position          */\r
-#define QEI_IES_REV1_Int_Msk                                  (0x01UL << QEI_IES_REV1_Int_Pos)                          /*!< QEI IES: REV1_Int Mask              */\r
-#define QEI_IES_REV2_Int_Pos                                  14                                                        /*!< QEI IES: REV2_Int Position          */\r
-#define QEI_IES_REV2_Int_Msk                                  (0x01UL << QEI_IES_REV2_Int_Pos)                          /*!< QEI IES: REV2_Int Mask              */\r
-#define QEI_IES_MAXPOS_Int_Pos                                15                                                        /*!< QEI IES: MAXPOS_Int Position        */\r
-#define QEI_IES_MAXPOS_Int_Msk                                (0x01UL << QEI_IES_MAXPOS_Int_Pos)                        /*!< QEI IES: MAXPOS_Int Mask            */\r
-\r
-// ---------------------------------------  QEI_INTSTAT  ------------------------------------------\r
-#define QEI_INTSTAT_INX_Int_Pos                               0                                                         /*!< QEI INTSTAT: INX_Int Position       */\r
-#define QEI_INTSTAT_INX_Int_Msk                               (0x01UL << QEI_INTSTAT_INX_Int_Pos)                       /*!< QEI INTSTAT: INX_Int Mask           */\r
-#define QEI_INTSTAT_TIM_Int_Pos                               1                                                         /*!< QEI INTSTAT: TIM_Int Position       */\r
-#define QEI_INTSTAT_TIM_Int_Msk                               (0x01UL << QEI_INTSTAT_TIM_Int_Pos)                       /*!< QEI INTSTAT: TIM_Int Mask           */\r
-#define QEI_INTSTAT_VELC_Int_Pos                              2                                                         /*!< QEI INTSTAT: VELC_Int Position      */\r
-#define QEI_INTSTAT_VELC_Int_Msk                              (0x01UL << QEI_INTSTAT_VELC_Int_Pos)                      /*!< QEI INTSTAT: VELC_Int Mask          */\r
-#define QEI_INTSTAT_DIR_Int_Pos                               3                                                         /*!< QEI INTSTAT: DIR_Int Position       */\r
-#define QEI_INTSTAT_DIR_Int_Msk                               (0x01UL << QEI_INTSTAT_DIR_Int_Pos)                       /*!< QEI INTSTAT: DIR_Int Mask           */\r
-#define QEI_INTSTAT_ERR_Int_Pos                               4                                                         /*!< QEI INTSTAT: ERR_Int Position       */\r
-#define QEI_INTSTAT_ERR_Int_Msk                               (0x01UL << QEI_INTSTAT_ERR_Int_Pos)                       /*!< QEI INTSTAT: ERR_Int Mask           */\r
-#define QEI_INTSTAT_ENCLK_Int_Pos                             5                                                         /*!< QEI INTSTAT: ENCLK_Int Position     */\r
-#define QEI_INTSTAT_ENCLK_Int_Msk                             (0x01UL << QEI_INTSTAT_ENCLK_Int_Pos)                     /*!< QEI INTSTAT: ENCLK_Int Mask         */\r
-#define QEI_INTSTAT_POS0_Int_Pos                              6                                                         /*!< QEI INTSTAT: POS0_Int Position      */\r
-#define QEI_INTSTAT_POS0_Int_Msk                              (0x01UL << QEI_INTSTAT_POS0_Int_Pos)                      /*!< QEI INTSTAT: POS0_Int Mask          */\r
-#define QEI_INTSTAT_POS1_Int_Pos                              7                                                         /*!< QEI INTSTAT: POS1_Int Position      */\r
-#define QEI_INTSTAT_POS1_Int_Msk                              (0x01UL << QEI_INTSTAT_POS1_Int_Pos)                      /*!< QEI INTSTAT: POS1_Int Mask          */\r
-#define QEI_INTSTAT_POS2_Int_Pos                              8                                                         /*!< QEI INTSTAT: POS2_Int Position      */\r
-#define QEI_INTSTAT_POS2_Int_Msk                              (0x01UL << QEI_INTSTAT_POS2_Int_Pos)                      /*!< QEI INTSTAT: POS2_Int Mask          */\r
-#define QEI_INTSTAT_REV_Int_Pos                               9                                                         /*!< QEI INTSTAT: REV_Int Position       */\r
-#define QEI_INTSTAT_REV_Int_Msk                               (0x01UL << QEI_INTSTAT_REV_Int_Pos)                       /*!< QEI INTSTAT: REV_Int Mask           */\r
-#define QEI_INTSTAT_POS0REV_Int_Pos                           10                                                        /*!< QEI INTSTAT: POS0REV_Int Position   */\r
-#define QEI_INTSTAT_POS0REV_Int_Msk                           (0x01UL << QEI_INTSTAT_POS0REV_Int_Pos)                   /*!< QEI INTSTAT: POS0REV_Int Mask       */\r
-#define QEI_INTSTAT_POS1REV_Int_Pos                           11                                                        /*!< QEI INTSTAT: POS1REV_Int Position   */\r
-#define QEI_INTSTAT_POS1REV_Int_Msk                           (0x01UL << QEI_INTSTAT_POS1REV_Int_Pos)                   /*!< QEI INTSTAT: POS1REV_Int Mask       */\r
-#define QEI_INTSTAT_POS2REV_Int_Pos                           12                                                        /*!< QEI INTSTAT: POS2REV_Int Position   */\r
-#define QEI_INTSTAT_POS2REV_Int_Msk                           (0x01UL << QEI_INTSTAT_POS2REV_Int_Pos)                   /*!< QEI INTSTAT: POS2REV_Int Mask       */\r
-#define QEI_INTSTAT_REV1_Int_Pos                              13                                                        /*!< QEI INTSTAT: REV1_Int Position      */\r
-#define QEI_INTSTAT_REV1_Int_Msk                              (0x01UL << QEI_INTSTAT_REV1_Int_Pos)                      /*!< QEI INTSTAT: REV1_Int Mask          */\r
-#define QEI_INTSTAT_REV2_Int_Pos                              14                                                        /*!< QEI INTSTAT: REV2_Int Position      */\r
-#define QEI_INTSTAT_REV2_Int_Msk                              (0x01UL << QEI_INTSTAT_REV2_Int_Pos)                      /*!< QEI INTSTAT: REV2_Int Mask          */\r
-#define QEI_INTSTAT_MAXPOS_Int_Pos                            15                                                        /*!< QEI INTSTAT: MAXPOS_Int Position    */\r
-#define QEI_INTSTAT_MAXPOS_Int_Msk                            (0x01UL << QEI_INTSTAT_MAXPOS_Int_Pos)                    /*!< QEI INTSTAT: MAXPOS_Int Mask        */\r
-\r
-// -----------------------------------------  QEI_IE  ---------------------------------------------\r
-#define QEI_IE_INX_Int_Pos                                    0                                                         /*!< QEI IE: INX_Int Position            */\r
-#define QEI_IE_INX_Int_Msk                                    (0x01UL << QEI_IE_INX_Int_Pos)                            /*!< QEI IE: INX_Int Mask                */\r
-#define QEI_IE_TIM_Int_Pos                                    1                                                         /*!< QEI IE: TIM_Int Position            */\r
-#define QEI_IE_TIM_Int_Msk                                    (0x01UL << QEI_IE_TIM_Int_Pos)                            /*!< QEI IE: TIM_Int Mask                */\r
-#define QEI_IE_VELC_Int_Pos                                   2                                                         /*!< QEI IE: VELC_Int Position           */\r
-#define QEI_IE_VELC_Int_Msk                                   (0x01UL << QEI_IE_VELC_Int_Pos)                           /*!< QEI IE: VELC_Int Mask               */\r
-#define QEI_IE_DIR_Int_Pos                                    3                                                         /*!< QEI IE: DIR_Int Position            */\r
-#define QEI_IE_DIR_Int_Msk                                    (0x01UL << QEI_IE_DIR_Int_Pos)                            /*!< QEI IE: DIR_Int Mask                */\r
-#define QEI_IE_ERR_Int_Pos                                    4                                                         /*!< QEI IE: ERR_Int Position            */\r
-#define QEI_IE_ERR_Int_Msk                                    (0x01UL << QEI_IE_ERR_Int_Pos)                            /*!< QEI IE: ERR_Int Mask                */\r
-#define QEI_IE_ENCLK_Int_Pos                                  5                                                         /*!< QEI IE: ENCLK_Int Position          */\r
-#define QEI_IE_ENCLK_Int_Msk                                  (0x01UL << QEI_IE_ENCLK_Int_Pos)                          /*!< QEI IE: ENCLK_Int Mask              */\r
-#define QEI_IE_POS0_Int_Pos                                   6                                                         /*!< QEI IE: POS0_Int Position           */\r
-#define QEI_IE_POS0_Int_Msk                                   (0x01UL << QEI_IE_POS0_Int_Pos)                           /*!< QEI IE: POS0_Int Mask               */\r
-#define QEI_IE_POS1_Int_Pos                                   7                                                         /*!< QEI IE: POS1_Int Position           */\r
-#define QEI_IE_POS1_Int_Msk                                   (0x01UL << QEI_IE_POS1_Int_Pos)                           /*!< QEI IE: POS1_Int Mask               */\r
-#define QEI_IE_POS2_Int_Pos                                   8                                                         /*!< QEI IE: POS2_Int Position           */\r
-#define QEI_IE_POS2_Int_Msk                                   (0x01UL << QEI_IE_POS2_Int_Pos)                           /*!< QEI IE: POS2_Int Mask               */\r
-#define QEI_IE_REV_Int_Pos                                    9                                                         /*!< QEI IE: REV_Int Position            */\r
-#define QEI_IE_REV_Int_Msk                                    (0x01UL << QEI_IE_REV_Int_Pos)                            /*!< QEI IE: REV_Int Mask                */\r
-#define QEI_IE_POS0REV_Int_Pos                                10                                                        /*!< QEI IE: POS0REV_Int Position        */\r
-#define QEI_IE_POS0REV_Int_Msk                                (0x01UL << QEI_IE_POS0REV_Int_Pos)                        /*!< QEI IE: POS0REV_Int Mask            */\r
-#define QEI_IE_POS1REV_Int_Pos                                11                                                        /*!< QEI IE: POS1REV_Int Position        */\r
-#define QEI_IE_POS1REV_Int_Msk                                (0x01UL << QEI_IE_POS1REV_Int_Pos)                        /*!< QEI IE: POS1REV_Int Mask            */\r
-#define QEI_IE_POS2REV_Int_Pos                                12                                                        /*!< QEI IE: POS2REV_Int Position        */\r
-#define QEI_IE_POS2REV_Int_Msk                                (0x01UL << QEI_IE_POS2REV_Int_Pos)                        /*!< QEI IE: POS2REV_Int Mask            */\r
-#define QEI_IE_REV1_Int_Pos                                   13                                                        /*!< QEI IE: REV1_Int Position           */\r
-#define QEI_IE_REV1_Int_Msk                                   (0x01UL << QEI_IE_REV1_Int_Pos)                           /*!< QEI IE: REV1_Int Mask               */\r
-#define QEI_IE_REV2_Int_Pos                                   14                                                        /*!< QEI IE: REV2_Int Position           */\r
-#define QEI_IE_REV2_Int_Msk                                   (0x01UL << QEI_IE_REV2_Int_Pos)                           /*!< QEI IE: REV2_Int Mask               */\r
-#define QEI_IE_MAXPOS_Int_Pos                                 15                                                        /*!< QEI IE: MAXPOS_Int Position         */\r
-#define QEI_IE_MAXPOS_Int_Msk                                 (0x01UL << QEI_IE_MAXPOS_Int_Pos)                         /*!< QEI IE: MAXPOS_Int Mask             */\r
-\r
-// -----------------------------------------  QEI_CLR  --------------------------------------------\r
-#define QEI_CLR_INX_Int_Pos                                   0                                                         /*!< QEI CLR: INX_Int Position           */\r
-#define QEI_CLR_INX_Int_Msk                                   (0x01UL << QEI_CLR_INX_Int_Pos)                           /*!< QEI CLR: INX_Int Mask               */\r
-#define QEI_CLR_TIM_Int_Pos                                   1                                                         /*!< QEI CLR: TIM_Int Position           */\r
-#define QEI_CLR_TIM_Int_Msk                                   (0x01UL << QEI_CLR_TIM_Int_Pos)                           /*!< QEI CLR: TIM_Int Mask               */\r
-#define QEI_CLR_VELC_Int_Pos                                  2                                                         /*!< QEI CLR: VELC_Int Position          */\r
-#define QEI_CLR_VELC_Int_Msk                                  (0x01UL << QEI_CLR_VELC_Int_Pos)                          /*!< QEI CLR: VELC_Int Mask              */\r
-#define QEI_CLR_DIR_Int_Pos                                   3                                                         /*!< QEI CLR: DIR_Int Position           */\r
-#define QEI_CLR_DIR_Int_Msk                                   (0x01UL << QEI_CLR_DIR_Int_Pos)                           /*!< QEI CLR: DIR_Int Mask               */\r
-#define QEI_CLR_ERR_Int_Pos                                   4                                                         /*!< QEI CLR: ERR_Int Position           */\r
-#define QEI_CLR_ERR_Int_Msk                                   (0x01UL << QEI_CLR_ERR_Int_Pos)                           /*!< QEI CLR: ERR_Int Mask               */\r
-#define QEI_CLR_ENCLK_Int_Pos                                 5                                                         /*!< QEI CLR: ENCLK_Int Position         */\r
-#define QEI_CLR_ENCLK_Int_Msk                                 (0x01UL << QEI_CLR_ENCLK_Int_Pos)                         /*!< QEI CLR: ENCLK_Int Mask             */\r
-#define QEI_CLR_POS0_Int_Pos                                  6                                                         /*!< QEI CLR: POS0_Int Position          */\r
-#define QEI_CLR_POS0_Int_Msk                                  (0x01UL << QEI_CLR_POS0_Int_Pos)                          /*!< QEI CLR: POS0_Int Mask              */\r
-#define QEI_CLR_POS1_Int_Pos                                  7                                                         /*!< QEI CLR: POS1_Int Position          */\r
-#define QEI_CLR_POS1_Int_Msk                                  (0x01UL << QEI_CLR_POS1_Int_Pos)                          /*!< QEI CLR: POS1_Int Mask              */\r
-#define QEI_CLR_POS2_Int_Pos                                  8                                                         /*!< QEI CLR: POS2_Int Position          */\r
-#define QEI_CLR_POS2_Int_Msk                                  (0x01UL << QEI_CLR_POS2_Int_Pos)                          /*!< QEI CLR: POS2_Int Mask              */\r
-#define QEI_CLR_REV_Int_Pos                                   9                                                         /*!< QEI CLR: REV_Int Position           */\r
-#define QEI_CLR_REV_Int_Msk                                   (0x01UL << QEI_CLR_REV_Int_Pos)                           /*!< QEI CLR: REV_Int Mask               */\r
-#define QEI_CLR_POS0REV_Int_Pos                               10                                                        /*!< QEI CLR: POS0REV_Int Position       */\r
-#define QEI_CLR_POS0REV_Int_Msk                               (0x01UL << QEI_CLR_POS0REV_Int_Pos)                       /*!< QEI CLR: POS0REV_Int Mask           */\r
-#define QEI_CLR_POS1REV_Int_Pos                               11                                                        /*!< QEI CLR: POS1REV_Int Position       */\r
-#define QEI_CLR_POS1REV_Int_Msk                               (0x01UL << QEI_CLR_POS1REV_Int_Pos)                       /*!< QEI CLR: POS1REV_Int Mask           */\r
-#define QEI_CLR_REV1_Int_Pos                                  13                                                        /*!< QEI CLR: REV1_Int Position          */\r
-#define QEI_CLR_REV1_Int_Msk                                  (0x01UL << QEI_CLR_REV1_Int_Pos)                          /*!< QEI CLR: REV1_Int Mask              */\r
-#define QEI_CLR_REV2_Int_Pos                                  14                                                        /*!< QEI CLR: REV2_Int Position          */\r
-#define QEI_CLR_REV2_Int_Msk                                  (0x01UL << QEI_CLR_REV2_Int_Pos)                          /*!< QEI CLR: REV2_Int Mask              */\r
-#define QEI_CLR_MAXPOS_Int_Pos                                15                                                        /*!< QEI CLR: MAXPOS_Int Position        */\r
-#define QEI_CLR_MAXPOS_Int_Msk                                (0x01UL << QEI_CLR_MAXPOS_Int_Pos)                        /*!< QEI CLR: MAXPOS_Int Mask            */\r
-\r
-// -----------------------------------------  QEI_SET  --------------------------------------------\r
-#define QEI_SET_INX_Int_Pos                                   0                                                         /*!< QEI SET: INX_Int Position           */\r
-#define QEI_SET_INX_Int_Msk                                   (0x01UL << QEI_SET_INX_Int_Pos)                           /*!< QEI SET: INX_Int Mask               */\r
-#define QEI_SET_TIM_Int_Pos                                   1                                                         /*!< QEI SET: TIM_Int Position           */\r
-#define QEI_SET_TIM_Int_Msk                                   (0x01UL << QEI_SET_TIM_Int_Pos)                           /*!< QEI SET: TIM_Int Mask               */\r
-#define QEI_SET_VELC_Int_Pos                                  2                                                         /*!< QEI SET: VELC_Int Position          */\r
-#define QEI_SET_VELC_Int_Msk                                  (0x01UL << QEI_SET_VELC_Int_Pos)                          /*!< QEI SET: VELC_Int Mask              */\r
-#define QEI_SET_DIR_Int_Pos                                   3                                                         /*!< QEI SET: DIR_Int Position           */\r
-#define QEI_SET_DIR_Int_Msk                                   (0x01UL << QEI_SET_DIR_Int_Pos)                           /*!< QEI SET: DIR_Int Mask               */\r
-#define QEI_SET_ERR_Int_Pos                                   4                                                         /*!< QEI SET: ERR_Int Position           */\r
-#define QEI_SET_ERR_Int_Msk                                   (0x01UL << QEI_SET_ERR_Int_Pos)                           /*!< QEI SET: ERR_Int Mask               */\r
-#define QEI_SET_ENCLK_Int_Pos                                 5                                                         /*!< QEI SET: ENCLK_Int Position         */\r
-#define QEI_SET_ENCLK_Int_Msk                                 (0x01UL << QEI_SET_ENCLK_Int_Pos)                         /*!< QEI SET: ENCLK_Int Mask             */\r
-#define QEI_SET_POS0_Int_Pos                                  6                                                         /*!< QEI SET: POS0_Int Position          */\r
-#define QEI_SET_POS0_Int_Msk                                  (0x01UL << QEI_SET_POS0_Int_Pos)                          /*!< QEI SET: POS0_Int Mask              */\r
-#define QEI_SET_POS1_Int_Pos                                  7                                                         /*!< QEI SET: POS1_Int Position          */\r
-#define QEI_SET_POS1_Int_Msk                                  (0x01UL << QEI_SET_POS1_Int_Pos)                          /*!< QEI SET: POS1_Int Mask              */\r
-#define QEI_SET_POS2_Int_Pos                                  8                                                         /*!< QEI SET: POS2_Int Position          */\r
-#define QEI_SET_POS2_Int_Msk                                  (0x01UL << QEI_SET_POS2_Int_Pos)                          /*!< QEI SET: POS2_Int Mask              */\r
-#define QEI_SET_REV_Int_Pos                                   9                                                         /*!< QEI SET: REV_Int Position           */\r
-#define QEI_SET_REV_Int_Msk                                   (0x01UL << QEI_SET_REV_Int_Pos)                           /*!< QEI SET: REV_Int Mask               */\r
-#define QEI_SET_POS0REV_Int_Pos                               10                                                        /*!< QEI SET: POS0REV_Int Position       */\r
-#define QEI_SET_POS0REV_Int_Msk                               (0x01UL << QEI_SET_POS0REV_Int_Pos)                       /*!< QEI SET: POS0REV_Int Mask           */\r
-#define QEI_SET_POS1REV_Int_Pos                               11                                                        /*!< QEI SET: POS1REV_Int Position       */\r
-#define QEI_SET_POS1REV_Int_Msk                               (0x01UL << QEI_SET_POS1REV_Int_Pos)                       /*!< QEI SET: POS1REV_Int Mask           */\r
-#define QEI_SET_POS2REV_Int_Pos                               12                                                        /*!< QEI SET: POS2REV_Int Position       */\r
-#define QEI_SET_POS2REV_Int_Msk                               (0x01UL << QEI_SET_POS2REV_Int_Pos)                       /*!< QEI SET: POS2REV_Int Mask           */\r
-#define QEI_SET_REV1_Int_Pos                                  13                                                        /*!< QEI SET: REV1_Int Position          */\r
-#define QEI_SET_REV1_Int_Msk                                  (0x01UL << QEI_SET_REV1_Int_Pos)                          /*!< QEI SET: REV1_Int Mask              */\r
-#define QEI_SET_REV2_Int_Pos                                  14                                                        /*!< QEI SET: REV2_Int Position          */\r
-#define QEI_SET_REV2_Int_Msk                                  (0x01UL << QEI_SET_REV2_Int_Pos)                          /*!< QEI SET: REV2_Int Mask              */\r
-#define QEI_SET_MAXPOS_Int_Pos                                15                                                        /*!< QEI SET: MAXPOS_Int Position        */\r
-#define QEI_SET_MAXPOS_Int_Msk                                (0x01UL << QEI_SET_MAXPOS_Int_Pos)                        /*!< QEI SET: MAXPOS_Int Mask            */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 GIMA Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -------------------------------------  GIMA_CAP0_0_IN  -----------------------------------------\r
-#define GIMA_CAP0_0_IN_INV_Pos                                0                                                         /*!< GIMA CAP0_0_IN: INV Position        */\r
-#define GIMA_CAP0_0_IN_INV_Msk                                (0x01UL << GIMA_CAP0_0_IN_INV_Pos)                        /*!< GIMA CAP0_0_IN: INV Mask            */\r
-#define GIMA_CAP0_0_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP0_0_IN: EDGE Position       */\r
-#define GIMA_CAP0_0_IN_EDGE_Msk                               (0x01UL << GIMA_CAP0_0_IN_EDGE_Pos)                       /*!< GIMA CAP0_0_IN: EDGE Mask           */\r
-#define GIMA_CAP0_0_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP0_0_IN: SYNCH Position      */\r
-#define GIMA_CAP0_0_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP0_0_IN_SYNCH_Pos)                      /*!< GIMA CAP0_0_IN: SYNCH Mask          */\r
-#define GIMA_CAP0_0_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP0_0_IN: PULSE Position      */\r
-#define GIMA_CAP0_0_IN_PULSE_Msk                              (0x01UL << GIMA_CAP0_0_IN_PULSE_Pos)                      /*!< GIMA CAP0_0_IN: PULSE Mask          */\r
-#define GIMA_CAP0_0_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP0_0_IN: SELECT Position     */\r
-#define GIMA_CAP0_0_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP0_0_IN_SELECT_Pos)                     /*!< GIMA CAP0_0_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP0_1_IN  -----------------------------------------\r
-#define GIMA_CAP0_1_IN_INV_Pos                                0                                                         /*!< GIMA CAP0_1_IN: INV Position        */\r
-#define GIMA_CAP0_1_IN_INV_Msk                                (0x01UL << GIMA_CAP0_1_IN_INV_Pos)                        /*!< GIMA CAP0_1_IN: INV Mask            */\r
-#define GIMA_CAP0_1_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP0_1_IN: EDGE Position       */\r
-#define GIMA_CAP0_1_IN_EDGE_Msk                               (0x01UL << GIMA_CAP0_1_IN_EDGE_Pos)                       /*!< GIMA CAP0_1_IN: EDGE Mask           */\r
-#define GIMA_CAP0_1_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP0_1_IN: SYNCH Position      */\r
-#define GIMA_CAP0_1_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP0_1_IN_SYNCH_Pos)                      /*!< GIMA CAP0_1_IN: SYNCH Mask          */\r
-#define GIMA_CAP0_1_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP0_1_IN: PULSE Position      */\r
-#define GIMA_CAP0_1_IN_PULSE_Msk                              (0x01UL << GIMA_CAP0_1_IN_PULSE_Pos)                      /*!< GIMA CAP0_1_IN: PULSE Mask          */\r
-#define GIMA_CAP0_1_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP0_1_IN: SELECT Position     */\r
-#define GIMA_CAP0_1_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP0_1_IN_SELECT_Pos)                     /*!< GIMA CAP0_1_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP0_2_IN  -----------------------------------------\r
-#define GIMA_CAP0_2_IN_INV_Pos                                0                                                         /*!< GIMA CAP0_2_IN: INV Position        */\r
-#define GIMA_CAP0_2_IN_INV_Msk                                (0x01UL << GIMA_CAP0_2_IN_INV_Pos)                        /*!< GIMA CAP0_2_IN: INV Mask            */\r
-#define GIMA_CAP0_2_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP0_2_IN: EDGE Position       */\r
-#define GIMA_CAP0_2_IN_EDGE_Msk                               (0x01UL << GIMA_CAP0_2_IN_EDGE_Pos)                       /*!< GIMA CAP0_2_IN: EDGE Mask           */\r
-#define GIMA_CAP0_2_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP0_2_IN: SYNCH Position      */\r
-#define GIMA_CAP0_2_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP0_2_IN_SYNCH_Pos)                      /*!< GIMA CAP0_2_IN: SYNCH Mask          */\r
-#define GIMA_CAP0_2_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP0_2_IN: PULSE Position      */\r
-#define GIMA_CAP0_2_IN_PULSE_Msk                              (0x01UL << GIMA_CAP0_2_IN_PULSE_Pos)                      /*!< GIMA CAP0_2_IN: PULSE Mask          */\r
-#define GIMA_CAP0_2_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP0_2_IN: SELECT Position     */\r
-#define GIMA_CAP0_2_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP0_2_IN_SELECT_Pos)                     /*!< GIMA CAP0_2_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP0_3_IN  -----------------------------------------\r
-#define GIMA_CAP0_3_IN_INV_Pos                                0                                                         /*!< GIMA CAP0_3_IN: INV Position        */\r
-#define GIMA_CAP0_3_IN_INV_Msk                                (0x01UL << GIMA_CAP0_3_IN_INV_Pos)                        /*!< GIMA CAP0_3_IN: INV Mask            */\r
-#define GIMA_CAP0_3_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP0_3_IN: EDGE Position       */\r
-#define GIMA_CAP0_3_IN_EDGE_Msk                               (0x01UL << GIMA_CAP0_3_IN_EDGE_Pos)                       /*!< GIMA CAP0_3_IN: EDGE Mask           */\r
-#define GIMA_CAP0_3_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP0_3_IN: SYNCH Position      */\r
-#define GIMA_CAP0_3_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP0_3_IN_SYNCH_Pos)                      /*!< GIMA CAP0_3_IN: SYNCH Mask          */\r
-#define GIMA_CAP0_3_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP0_3_IN: PULSE Position      */\r
-#define GIMA_CAP0_3_IN_PULSE_Msk                              (0x01UL << GIMA_CAP0_3_IN_PULSE_Pos)                      /*!< GIMA CAP0_3_IN: PULSE Mask          */\r
-#define GIMA_CAP0_3_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP0_3_IN: SELECT Position     */\r
-#define GIMA_CAP0_3_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP0_3_IN_SELECT_Pos)                     /*!< GIMA CAP0_3_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP1_0_IN  -----------------------------------------\r
-#define GIMA_CAP1_0_IN_INV_Pos                                0                                                         /*!< GIMA CAP1_0_IN: INV Position        */\r
-#define GIMA_CAP1_0_IN_INV_Msk                                (0x01UL << GIMA_CAP1_0_IN_INV_Pos)                        /*!< GIMA CAP1_0_IN: INV Mask            */\r
-#define GIMA_CAP1_0_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP1_0_IN: EDGE Position       */\r
-#define GIMA_CAP1_0_IN_EDGE_Msk                               (0x01UL << GIMA_CAP1_0_IN_EDGE_Pos)                       /*!< GIMA CAP1_0_IN: EDGE Mask           */\r
-#define GIMA_CAP1_0_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP1_0_IN: SYNCH Position      */\r
-#define GIMA_CAP1_0_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP1_0_IN_SYNCH_Pos)                      /*!< GIMA CAP1_0_IN: SYNCH Mask          */\r
-#define GIMA_CAP1_0_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP1_0_IN: PULSE Position      */\r
-#define GIMA_CAP1_0_IN_PULSE_Msk                              (0x01UL << GIMA_CAP1_0_IN_PULSE_Pos)                      /*!< GIMA CAP1_0_IN: PULSE Mask          */\r
-#define GIMA_CAP1_0_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP1_0_IN: SELECT Position     */\r
-#define GIMA_CAP1_0_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP1_0_IN_SELECT_Pos)                     /*!< GIMA CAP1_0_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP1_1_IN  -----------------------------------------\r
-#define GIMA_CAP1_1_IN_INV_Pos                                0                                                         /*!< GIMA CAP1_1_IN: INV Position        */\r
-#define GIMA_CAP1_1_IN_INV_Msk                                (0x01UL << GIMA_CAP1_1_IN_INV_Pos)                        /*!< GIMA CAP1_1_IN: INV Mask            */\r
-#define GIMA_CAP1_1_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP1_1_IN: EDGE Position       */\r
-#define GIMA_CAP1_1_IN_EDGE_Msk                               (0x01UL << GIMA_CAP1_1_IN_EDGE_Pos)                       /*!< GIMA CAP1_1_IN: EDGE Mask           */\r
-#define GIMA_CAP1_1_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP1_1_IN: SYNCH Position      */\r
-#define GIMA_CAP1_1_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP1_1_IN_SYNCH_Pos)                      /*!< GIMA CAP1_1_IN: SYNCH Mask          */\r
-#define GIMA_CAP1_1_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP1_1_IN: PULSE Position      */\r
-#define GIMA_CAP1_1_IN_PULSE_Msk                              (0x01UL << GIMA_CAP1_1_IN_PULSE_Pos)                      /*!< GIMA CAP1_1_IN: PULSE Mask          */\r
-#define GIMA_CAP1_1_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP1_1_IN: SELECT Position     */\r
-#define GIMA_CAP1_1_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP1_1_IN_SELECT_Pos)                     /*!< GIMA CAP1_1_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP1_2_IN  -----------------------------------------\r
-#define GIMA_CAP1_2_IN_INV_Pos                                0                                                         /*!< GIMA CAP1_2_IN: INV Position        */\r
-#define GIMA_CAP1_2_IN_INV_Msk                                (0x01UL << GIMA_CAP1_2_IN_INV_Pos)                        /*!< GIMA CAP1_2_IN: INV Mask            */\r
-#define GIMA_CAP1_2_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP1_2_IN: EDGE Position       */\r
-#define GIMA_CAP1_2_IN_EDGE_Msk                               (0x01UL << GIMA_CAP1_2_IN_EDGE_Pos)                       /*!< GIMA CAP1_2_IN: EDGE Mask           */\r
-#define GIMA_CAP1_2_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP1_2_IN: SYNCH Position      */\r
-#define GIMA_CAP1_2_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP1_2_IN_SYNCH_Pos)                      /*!< GIMA CAP1_2_IN: SYNCH Mask          */\r
-#define GIMA_CAP1_2_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP1_2_IN: PULSE Position      */\r
-#define GIMA_CAP1_2_IN_PULSE_Msk                              (0x01UL << GIMA_CAP1_2_IN_PULSE_Pos)                      /*!< GIMA CAP1_2_IN: PULSE Mask          */\r
-#define GIMA_CAP1_2_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP1_2_IN: SELECT Position     */\r
-#define GIMA_CAP1_2_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP1_2_IN_SELECT_Pos)                     /*!< GIMA CAP1_2_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP1_3_IN  -----------------------------------------\r
-#define GIMA_CAP1_3_IN_INV_Pos                                0                                                         /*!< GIMA CAP1_3_IN: INV Position        */\r
-#define GIMA_CAP1_3_IN_INV_Msk                                (0x01UL << GIMA_CAP1_3_IN_INV_Pos)                        /*!< GIMA CAP1_3_IN: INV Mask            */\r
-#define GIMA_CAP1_3_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP1_3_IN: EDGE Position       */\r
-#define GIMA_CAP1_3_IN_EDGE_Msk                               (0x01UL << GIMA_CAP1_3_IN_EDGE_Pos)                       /*!< GIMA CAP1_3_IN: EDGE Mask           */\r
-#define GIMA_CAP1_3_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP1_3_IN: SYNCH Position      */\r
-#define GIMA_CAP1_3_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP1_3_IN_SYNCH_Pos)                      /*!< GIMA CAP1_3_IN: SYNCH Mask          */\r
-#define GIMA_CAP1_3_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP1_3_IN: PULSE Position      */\r
-#define GIMA_CAP1_3_IN_PULSE_Msk                              (0x01UL << GIMA_CAP1_3_IN_PULSE_Pos)                      /*!< GIMA CAP1_3_IN: PULSE Mask          */\r
-#define GIMA_CAP1_3_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP1_3_IN: SELECT Position     */\r
-#define GIMA_CAP1_3_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP1_3_IN_SELECT_Pos)                     /*!< GIMA CAP1_3_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP2_0_IN  -----------------------------------------\r
-#define GIMA_CAP2_0_IN_INV_Pos                                0                                                         /*!< GIMA CAP2_0_IN: INV Position        */\r
-#define GIMA_CAP2_0_IN_INV_Msk                                (0x01UL << GIMA_CAP2_0_IN_INV_Pos)                        /*!< GIMA CAP2_0_IN: INV Mask            */\r
-#define GIMA_CAP2_0_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP2_0_IN: EDGE Position       */\r
-#define GIMA_CAP2_0_IN_EDGE_Msk                               (0x01UL << GIMA_CAP2_0_IN_EDGE_Pos)                       /*!< GIMA CAP2_0_IN: EDGE Mask           */\r
-#define GIMA_CAP2_0_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP2_0_IN: SYNCH Position      */\r
-#define GIMA_CAP2_0_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP2_0_IN_SYNCH_Pos)                      /*!< GIMA CAP2_0_IN: SYNCH Mask          */\r
-#define GIMA_CAP2_0_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP2_0_IN: PULSE Position      */\r
-#define GIMA_CAP2_0_IN_PULSE_Msk                              (0x01UL << GIMA_CAP2_0_IN_PULSE_Pos)                      /*!< GIMA CAP2_0_IN: PULSE Mask          */\r
-#define GIMA_CAP2_0_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP2_0_IN: SELECT Position     */\r
-#define GIMA_CAP2_0_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP2_0_IN_SELECT_Pos)                     /*!< GIMA CAP2_0_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP2_1_IN  -----------------------------------------\r
-#define GIMA_CAP2_1_IN_INV_Pos                                0                                                         /*!< GIMA CAP2_1_IN: INV Position        */\r
-#define GIMA_CAP2_1_IN_INV_Msk                                (0x01UL << GIMA_CAP2_1_IN_INV_Pos)                        /*!< GIMA CAP2_1_IN: INV Mask            */\r
-#define GIMA_CAP2_1_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP2_1_IN: EDGE Position       */\r
-#define GIMA_CAP2_1_IN_EDGE_Msk                               (0x01UL << GIMA_CAP2_1_IN_EDGE_Pos)                       /*!< GIMA CAP2_1_IN: EDGE Mask           */\r
-#define GIMA_CAP2_1_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP2_1_IN: SYNCH Position      */\r
-#define GIMA_CAP2_1_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP2_1_IN_SYNCH_Pos)                      /*!< GIMA CAP2_1_IN: SYNCH Mask          */\r
-#define GIMA_CAP2_1_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP2_1_IN: PULSE Position      */\r
-#define GIMA_CAP2_1_IN_PULSE_Msk                              (0x01UL << GIMA_CAP2_1_IN_PULSE_Pos)                      /*!< GIMA CAP2_1_IN: PULSE Mask          */\r
-#define GIMA_CAP2_1_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP2_1_IN: SELECT Position     */\r
-#define GIMA_CAP2_1_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP2_1_IN_SELECT_Pos)                     /*!< GIMA CAP2_1_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP2_2_IN  -----------------------------------------\r
-#define GIMA_CAP2_2_IN_INV_Pos                                0                                                         /*!< GIMA CAP2_2_IN: INV Position        */\r
-#define GIMA_CAP2_2_IN_INV_Msk                                (0x01UL << GIMA_CAP2_2_IN_INV_Pos)                        /*!< GIMA CAP2_2_IN: INV Mask            */\r
-#define GIMA_CAP2_2_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP2_2_IN: EDGE Position       */\r
-#define GIMA_CAP2_2_IN_EDGE_Msk                               (0x01UL << GIMA_CAP2_2_IN_EDGE_Pos)                       /*!< GIMA CAP2_2_IN: EDGE Mask           */\r
-#define GIMA_CAP2_2_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP2_2_IN: SYNCH Position      */\r
-#define GIMA_CAP2_2_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP2_2_IN_SYNCH_Pos)                      /*!< GIMA CAP2_2_IN: SYNCH Mask          */\r
-#define GIMA_CAP2_2_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP2_2_IN: PULSE Position      */\r
-#define GIMA_CAP2_2_IN_PULSE_Msk                              (0x01UL << GIMA_CAP2_2_IN_PULSE_Pos)                      /*!< GIMA CAP2_2_IN: PULSE Mask          */\r
-#define GIMA_CAP2_2_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP2_2_IN: SELECT Position     */\r
-#define GIMA_CAP2_2_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP2_2_IN_SELECT_Pos)                     /*!< GIMA CAP2_2_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP2_3_IN  -----------------------------------------\r
-#define GIMA_CAP2_3_IN_INV_Pos                                0                                                         /*!< GIMA CAP2_3_IN: INV Position        */\r
-#define GIMA_CAP2_3_IN_INV_Msk                                (0x01UL << GIMA_CAP2_3_IN_INV_Pos)                        /*!< GIMA CAP2_3_IN: INV Mask            */\r
-#define GIMA_CAP2_3_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP2_3_IN: EDGE Position       */\r
-#define GIMA_CAP2_3_IN_EDGE_Msk                               (0x01UL << GIMA_CAP2_3_IN_EDGE_Pos)                       /*!< GIMA CAP2_3_IN: EDGE Mask           */\r
-#define GIMA_CAP2_3_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP2_3_IN: SYNCH Position      */\r
-#define GIMA_CAP2_3_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP2_3_IN_SYNCH_Pos)                      /*!< GIMA CAP2_3_IN: SYNCH Mask          */\r
-#define GIMA_CAP2_3_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP2_3_IN: PULSE Position      */\r
-#define GIMA_CAP2_3_IN_PULSE_Msk                              (0x01UL << GIMA_CAP2_3_IN_PULSE_Pos)                      /*!< GIMA CAP2_3_IN: PULSE Mask          */\r
-#define GIMA_CAP2_3_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP2_3_IN: SELECT Position     */\r
-#define GIMA_CAP2_3_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP2_3_IN_SELECT_Pos)                     /*!< GIMA CAP2_3_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP3_0_IN  -----------------------------------------\r
-#define GIMA_CAP3_0_IN_INV_Pos                                0                                                         /*!< GIMA CAP3_0_IN: INV Position        */\r
-#define GIMA_CAP3_0_IN_INV_Msk                                (0x01UL << GIMA_CAP3_0_IN_INV_Pos)                        /*!< GIMA CAP3_0_IN: INV Mask            */\r
-#define GIMA_CAP3_0_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP3_0_IN: EDGE Position       */\r
-#define GIMA_CAP3_0_IN_EDGE_Msk                               (0x01UL << GIMA_CAP3_0_IN_EDGE_Pos)                       /*!< GIMA CAP3_0_IN: EDGE Mask           */\r
-#define GIMA_CAP3_0_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP3_0_IN: SYNCH Position      */\r
-#define GIMA_CAP3_0_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP3_0_IN_SYNCH_Pos)                      /*!< GIMA CAP3_0_IN: SYNCH Mask          */\r
-#define GIMA_CAP3_0_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP3_0_IN: PULSE Position      */\r
-#define GIMA_CAP3_0_IN_PULSE_Msk                              (0x01UL << GIMA_CAP3_0_IN_PULSE_Pos)                      /*!< GIMA CAP3_0_IN: PULSE Mask          */\r
-#define GIMA_CAP3_0_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP3_0_IN: SELECT Position     */\r
-#define GIMA_CAP3_0_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP3_0_IN_SELECT_Pos)                     /*!< GIMA CAP3_0_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP3_1_IN  -----------------------------------------\r
-#define GIMA_CAP3_1_IN_INV_Pos                                0                                                         /*!< GIMA CAP3_1_IN: INV Position        */\r
-#define GIMA_CAP3_1_IN_INV_Msk                                (0x01UL << GIMA_CAP3_1_IN_INV_Pos)                        /*!< GIMA CAP3_1_IN: INV Mask            */\r
-#define GIMA_CAP3_1_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP3_1_IN: EDGE Position       */\r
-#define GIMA_CAP3_1_IN_EDGE_Msk                               (0x01UL << GIMA_CAP3_1_IN_EDGE_Pos)                       /*!< GIMA CAP3_1_IN: EDGE Mask           */\r
-#define GIMA_CAP3_1_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP3_1_IN: SYNCH Position      */\r
-#define GIMA_CAP3_1_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP3_1_IN_SYNCH_Pos)                      /*!< GIMA CAP3_1_IN: SYNCH Mask          */\r
-#define GIMA_CAP3_1_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP3_1_IN: PULSE Position      */\r
-#define GIMA_CAP3_1_IN_PULSE_Msk                              (0x01UL << GIMA_CAP3_1_IN_PULSE_Pos)                      /*!< GIMA CAP3_1_IN: PULSE Mask          */\r
-#define GIMA_CAP3_1_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP3_1_IN: SELECT Position     */\r
-#define GIMA_CAP3_1_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP3_1_IN_SELECT_Pos)                     /*!< GIMA CAP3_1_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP3_2_IN  -----------------------------------------\r
-#define GIMA_CAP3_2_IN_INV_Pos                                0                                                         /*!< GIMA CAP3_2_IN: INV Position        */\r
-#define GIMA_CAP3_2_IN_INV_Msk                                (0x01UL << GIMA_CAP3_2_IN_INV_Pos)                        /*!< GIMA CAP3_2_IN: INV Mask            */\r
-#define GIMA_CAP3_2_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP3_2_IN: EDGE Position       */\r
-#define GIMA_CAP3_2_IN_EDGE_Msk                               (0x01UL << GIMA_CAP3_2_IN_EDGE_Pos)                       /*!< GIMA CAP3_2_IN: EDGE Mask           */\r
-#define GIMA_CAP3_2_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP3_2_IN: SYNCH Position      */\r
-#define GIMA_CAP3_2_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP3_2_IN_SYNCH_Pos)                      /*!< GIMA CAP3_2_IN: SYNCH Mask          */\r
-#define GIMA_CAP3_2_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP3_2_IN: PULSE Position      */\r
-#define GIMA_CAP3_2_IN_PULSE_Msk                              (0x01UL << GIMA_CAP3_2_IN_PULSE_Pos)                      /*!< GIMA CAP3_2_IN: PULSE Mask          */\r
-#define GIMA_CAP3_2_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP3_2_IN: SELECT Position     */\r
-#define GIMA_CAP3_2_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP3_2_IN_SELECT_Pos)                     /*!< GIMA CAP3_2_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CAP3_3_IN  -----------------------------------------\r
-#define GIMA_CAP3_3_IN_INV_Pos                                0                                                         /*!< GIMA CAP3_3_IN: INV Position        */\r
-#define GIMA_CAP3_3_IN_INV_Msk                                (0x01UL << GIMA_CAP3_3_IN_INV_Pos)                        /*!< GIMA CAP3_3_IN: INV Mask            */\r
-#define GIMA_CAP3_3_IN_EDGE_Pos                               1                                                         /*!< GIMA CAP3_3_IN: EDGE Position       */\r
-#define GIMA_CAP3_3_IN_EDGE_Msk                               (0x01UL << GIMA_CAP3_3_IN_EDGE_Pos)                       /*!< GIMA CAP3_3_IN: EDGE Mask           */\r
-#define GIMA_CAP3_3_IN_SYNCH_Pos                              2                                                         /*!< GIMA CAP3_3_IN: SYNCH Position      */\r
-#define GIMA_CAP3_3_IN_SYNCH_Msk                              (0x01UL << GIMA_CAP3_3_IN_SYNCH_Pos)                      /*!< GIMA CAP3_3_IN: SYNCH Mask          */\r
-#define GIMA_CAP3_3_IN_PULSE_Pos                              3                                                         /*!< GIMA CAP3_3_IN: PULSE Position      */\r
-#define GIMA_CAP3_3_IN_PULSE_Msk                              (0x01UL << GIMA_CAP3_3_IN_PULSE_Pos)                      /*!< GIMA CAP3_3_IN: PULSE Mask          */\r
-#define GIMA_CAP3_3_IN_SELECT_Pos                             4                                                         /*!< GIMA CAP3_3_IN: SELECT Position     */\r
-#define GIMA_CAP3_3_IN_SELECT_Msk                             (0x0fUL << GIMA_CAP3_3_IN_SELECT_Pos)                     /*!< GIMA CAP3_3_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_0_IN  -----------------------------------------\r
-#define GIMA_CTIN_0_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_0_IN: INV Position        */\r
-#define GIMA_CTIN_0_IN_INV_Msk                                (0x01UL << GIMA_CTIN_0_IN_INV_Pos)                        /*!< GIMA CTIN_0_IN: INV Mask            */\r
-#define GIMA_CTIN_0_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_0_IN: EDGE Position       */\r
-#define GIMA_CTIN_0_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_0_IN_EDGE_Pos)                       /*!< GIMA CTIN_0_IN: EDGE Mask           */\r
-#define GIMA_CTIN_0_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_0_IN: SYNCH Position      */\r
-#define GIMA_CTIN_0_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_0_IN_SYNCH_Pos)                      /*!< GIMA CTIN_0_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_0_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_0_IN: PULSE Position      */\r
-#define GIMA_CTIN_0_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_0_IN_PULSE_Pos)                      /*!< GIMA CTIN_0_IN: PULSE Mask          */\r
-#define GIMA_CTIN_0_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_0_IN: SELECT Position     */\r
-#define GIMA_CTIN_0_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_0_IN_SELECT_Pos)                     /*!< GIMA CTIN_0_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_1_IN  -----------------------------------------\r
-#define GIMA_CTIN_1_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_1_IN: INV Position        */\r
-#define GIMA_CTIN_1_IN_INV_Msk                                (0x01UL << GIMA_CTIN_1_IN_INV_Pos)                        /*!< GIMA CTIN_1_IN: INV Mask            */\r
-#define GIMA_CTIN_1_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_1_IN: EDGE Position       */\r
-#define GIMA_CTIN_1_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_1_IN_EDGE_Pos)                       /*!< GIMA CTIN_1_IN: EDGE Mask           */\r
-#define GIMA_CTIN_1_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_1_IN: SYNCH Position      */\r
-#define GIMA_CTIN_1_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_1_IN_SYNCH_Pos)                      /*!< GIMA CTIN_1_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_1_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_1_IN: PULSE Position      */\r
-#define GIMA_CTIN_1_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_1_IN_PULSE_Pos)                      /*!< GIMA CTIN_1_IN: PULSE Mask          */\r
-#define GIMA_CTIN_1_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_1_IN: SELECT Position     */\r
-#define GIMA_CTIN_1_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_1_IN_SELECT_Pos)                     /*!< GIMA CTIN_1_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_2_IN  -----------------------------------------\r
-#define GIMA_CTIN_2_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_2_IN: INV Position        */\r
-#define GIMA_CTIN_2_IN_INV_Msk                                (0x01UL << GIMA_CTIN_2_IN_INV_Pos)                        /*!< GIMA CTIN_2_IN: INV Mask            */\r
-#define GIMA_CTIN_2_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_2_IN: EDGE Position       */\r
-#define GIMA_CTIN_2_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_2_IN_EDGE_Pos)                       /*!< GIMA CTIN_2_IN: EDGE Mask           */\r
-#define GIMA_CTIN_2_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_2_IN: SYNCH Position      */\r
-#define GIMA_CTIN_2_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_2_IN_SYNCH_Pos)                      /*!< GIMA CTIN_2_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_2_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_2_IN: PULSE Position      */\r
-#define GIMA_CTIN_2_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_2_IN_PULSE_Pos)                      /*!< GIMA CTIN_2_IN: PULSE Mask          */\r
-#define GIMA_CTIN_2_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_2_IN: SELECT Position     */\r
-#define GIMA_CTIN_2_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_2_IN_SELECT_Pos)                     /*!< GIMA CTIN_2_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_3_IN  -----------------------------------------\r
-#define GIMA_CTIN_3_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_3_IN: INV Position        */\r
-#define GIMA_CTIN_3_IN_INV_Msk                                (0x01UL << GIMA_CTIN_3_IN_INV_Pos)                        /*!< GIMA CTIN_3_IN: INV Mask            */\r
-#define GIMA_CTIN_3_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_3_IN: EDGE Position       */\r
-#define GIMA_CTIN_3_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_3_IN_EDGE_Pos)                       /*!< GIMA CTIN_3_IN: EDGE Mask           */\r
-#define GIMA_CTIN_3_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_3_IN: SYNCH Position      */\r
-#define GIMA_CTIN_3_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_3_IN_SYNCH_Pos)                      /*!< GIMA CTIN_3_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_3_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_3_IN: PULSE Position      */\r
-#define GIMA_CTIN_3_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_3_IN_PULSE_Pos)                      /*!< GIMA CTIN_3_IN: PULSE Mask          */\r
-#define GIMA_CTIN_3_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_3_IN: SELECT Position     */\r
-#define GIMA_CTIN_3_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_3_IN_SELECT_Pos)                     /*!< GIMA CTIN_3_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_4_IN  -----------------------------------------\r
-#define GIMA_CTIN_4_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_4_IN: INV Position        */\r
-#define GIMA_CTIN_4_IN_INV_Msk                                (0x01UL << GIMA_CTIN_4_IN_INV_Pos)                        /*!< GIMA CTIN_4_IN: INV Mask            */\r
-#define GIMA_CTIN_4_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_4_IN: EDGE Position       */\r
-#define GIMA_CTIN_4_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_4_IN_EDGE_Pos)                       /*!< GIMA CTIN_4_IN: EDGE Mask           */\r
-#define GIMA_CTIN_4_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_4_IN: SYNCH Position      */\r
-#define GIMA_CTIN_4_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_4_IN_SYNCH_Pos)                      /*!< GIMA CTIN_4_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_4_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_4_IN: PULSE Position      */\r
-#define GIMA_CTIN_4_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_4_IN_PULSE_Pos)                      /*!< GIMA CTIN_4_IN: PULSE Mask          */\r
-#define GIMA_CTIN_4_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_4_IN: SELECT Position     */\r
-#define GIMA_CTIN_4_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_4_IN_SELECT_Pos)                     /*!< GIMA CTIN_4_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_5_IN  -----------------------------------------\r
-#define GIMA_CTIN_5_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_5_IN: INV Position        */\r
-#define GIMA_CTIN_5_IN_INV_Msk                                (0x01UL << GIMA_CTIN_5_IN_INV_Pos)                        /*!< GIMA CTIN_5_IN: INV Mask            */\r
-#define GIMA_CTIN_5_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_5_IN: EDGE Position       */\r
-#define GIMA_CTIN_5_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_5_IN_EDGE_Pos)                       /*!< GIMA CTIN_5_IN: EDGE Mask           */\r
-#define GIMA_CTIN_5_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_5_IN: SYNCH Position      */\r
-#define GIMA_CTIN_5_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_5_IN_SYNCH_Pos)                      /*!< GIMA CTIN_5_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_5_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_5_IN: PULSE Position      */\r
-#define GIMA_CTIN_5_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_5_IN_PULSE_Pos)                      /*!< GIMA CTIN_5_IN: PULSE Mask          */\r
-#define GIMA_CTIN_5_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_5_IN: SELECT Position     */\r
-#define GIMA_CTIN_5_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_5_IN_SELECT_Pos)                     /*!< GIMA CTIN_5_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_6_IN  -----------------------------------------\r
-#define GIMA_CTIN_6_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_6_IN: INV Position        */\r
-#define GIMA_CTIN_6_IN_INV_Msk                                (0x01UL << GIMA_CTIN_6_IN_INV_Pos)                        /*!< GIMA CTIN_6_IN: INV Mask            */\r
-#define GIMA_CTIN_6_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_6_IN: EDGE Position       */\r
-#define GIMA_CTIN_6_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_6_IN_EDGE_Pos)                       /*!< GIMA CTIN_6_IN: EDGE Mask           */\r
-#define GIMA_CTIN_6_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_6_IN: SYNCH Position      */\r
-#define GIMA_CTIN_6_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_6_IN_SYNCH_Pos)                      /*!< GIMA CTIN_6_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_6_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_6_IN: PULSE Position      */\r
-#define GIMA_CTIN_6_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_6_IN_PULSE_Pos)                      /*!< GIMA CTIN_6_IN: PULSE Mask          */\r
-#define GIMA_CTIN_6_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_6_IN: SELECT Position     */\r
-#define GIMA_CTIN_6_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_6_IN_SELECT_Pos)                     /*!< GIMA CTIN_6_IN: SELECT Mask         */\r
-\r
-// -------------------------------------  GIMA_CTIN_7_IN  -----------------------------------------\r
-#define GIMA_CTIN_7_IN_INV_Pos                                0                                                         /*!< GIMA CTIN_7_IN: INV Position        */\r
-#define GIMA_CTIN_7_IN_INV_Msk                                (0x01UL << GIMA_CTIN_7_IN_INV_Pos)                        /*!< GIMA CTIN_7_IN: INV Mask            */\r
-#define GIMA_CTIN_7_IN_EDGE_Pos                               1                                                         /*!< GIMA CTIN_7_IN: EDGE Position       */\r
-#define GIMA_CTIN_7_IN_EDGE_Msk                               (0x01UL << GIMA_CTIN_7_IN_EDGE_Pos)                       /*!< GIMA CTIN_7_IN: EDGE Mask           */\r
-#define GIMA_CTIN_7_IN_SYNCH_Pos                              2                                                         /*!< GIMA CTIN_7_IN: SYNCH Position      */\r
-#define GIMA_CTIN_7_IN_SYNCH_Msk                              (0x01UL << GIMA_CTIN_7_IN_SYNCH_Pos)                      /*!< GIMA CTIN_7_IN: SYNCH Mask          */\r
-#define GIMA_CTIN_7_IN_PULSE_Pos                              3                                                         /*!< GIMA CTIN_7_IN: PULSE Position      */\r
-#define GIMA_CTIN_7_IN_PULSE_Msk                              (0x01UL << GIMA_CTIN_7_IN_PULSE_Pos)                      /*!< GIMA CTIN_7_IN: PULSE Mask          */\r
-#define GIMA_CTIN_7_IN_SELECT_Pos                             4                                                         /*!< GIMA CTIN_7_IN: SELECT Position     */\r
-#define GIMA_CTIN_7_IN_SELECT_Msk                             (0x0fUL << GIMA_CTIN_7_IN_SELECT_Pos)                     /*!< GIMA CTIN_7_IN: SELECT Mask         */\r
-\r
-// ----------------------------------  GIMA_VADC_TRIGGER_IN  --------------------------------------\r
-#define GIMA_VADC_TRIGGER_IN_INV_Pos                          0                                                         /*!< GIMA VADC_TRIGGER_IN: INV Position  */\r
-#define GIMA_VADC_TRIGGER_IN_INV_Msk                          (0x01UL << GIMA_VADC_TRIGGER_IN_INV_Pos)                  /*!< GIMA VADC_TRIGGER_IN: INV Mask      */\r
-#define GIMA_VADC_TRIGGER_IN_EDGE_Pos                         1                                                         /*!< GIMA VADC_TRIGGER_IN: EDGE Position */\r
-#define GIMA_VADC_TRIGGER_IN_EDGE_Msk                         (0x01UL << GIMA_VADC_TRIGGER_IN_EDGE_Pos)                 /*!< GIMA VADC_TRIGGER_IN: EDGE Mask     */\r
-#define GIMA_VADC_TRIGGER_IN_SYNCH_Pos                        2                                                         /*!< GIMA VADC_TRIGGER_IN: SYNCH Position */\r
-#define GIMA_VADC_TRIGGER_IN_SYNCH_Msk                        (0x01UL << GIMA_VADC_TRIGGER_IN_SYNCH_Pos)                /*!< GIMA VADC_TRIGGER_IN: SYNCH Mask    */\r
-#define GIMA_VADC_TRIGGER_IN_PULSE_Pos                        3                                                         /*!< GIMA VADC_TRIGGER_IN: PULSE Position */\r
-#define GIMA_VADC_TRIGGER_IN_PULSE_Msk                        (0x01UL << GIMA_VADC_TRIGGER_IN_PULSE_Pos)                /*!< GIMA VADC_TRIGGER_IN: PULSE Mask    */\r
-#define GIMA_VADC_TRIGGER_IN_SELECT_Pos                       4                                                         /*!< GIMA VADC_TRIGGER_IN: SELECT Position */\r
-#define GIMA_VADC_TRIGGER_IN_SELECT_Msk                       (0x0fUL << GIMA_VADC_TRIGGER_IN_SELECT_Pos)               /*!< GIMA VADC_TRIGGER_IN: SELECT Mask   */\r
-\r
-// ---------------------------------  GIMA_EVENTROUTER_13_IN  -------------------------------------\r
-#define GIMA_EVENTROUTER_13_IN_INV_Pos                        0                                                         /*!< GIMA EVENTROUTER_13_IN: INV Position */\r
-#define GIMA_EVENTROUTER_13_IN_INV_Msk                        (0x01UL << GIMA_EVENTROUTER_13_IN_INV_Pos)                /*!< GIMA EVENTROUTER_13_IN: INV Mask    */\r
-#define GIMA_EVENTROUTER_13_IN_EDGE_Pos                       1                                                         /*!< GIMA EVENTROUTER_13_IN: EDGE Position */\r
-#define GIMA_EVENTROUTER_13_IN_EDGE_Msk                       (0x01UL << GIMA_EVENTROUTER_13_IN_EDGE_Pos)               /*!< GIMA EVENTROUTER_13_IN: EDGE Mask   */\r
-#define GIMA_EVENTROUTER_13_IN_SYNCH_Pos                      2                                                         /*!< GIMA EVENTROUTER_13_IN: SYNCH Position */\r
-#define GIMA_EVENTROUTER_13_IN_SYNCH_Msk                      (0x01UL << GIMA_EVENTROUTER_13_IN_SYNCH_Pos)              /*!< GIMA EVENTROUTER_13_IN: SYNCH Mask  */\r
-#define GIMA_EVENTROUTER_13_IN_PULSE_Pos                      3                                                         /*!< GIMA EVENTROUTER_13_IN: PULSE Position */\r
-#define GIMA_EVENTROUTER_13_IN_PULSE_Msk                      (0x01UL << GIMA_EVENTROUTER_13_IN_PULSE_Pos)              /*!< GIMA EVENTROUTER_13_IN: PULSE Mask  */\r
-#define GIMA_EVENTROUTER_13_IN_SELECT_Pos                     4                                                         /*!< GIMA EVENTROUTER_13_IN: SELECT Position */\r
-#define GIMA_EVENTROUTER_13_IN_SELECT_Msk                     (0x0fUL << GIMA_EVENTROUTER_13_IN_SELECT_Pos)             /*!< GIMA EVENTROUTER_13_IN: SELECT Mask */\r
-\r
-// ---------------------------------  GIMA_EVENTROUTER_14_IN  -------------------------------------\r
-#define GIMA_EVENTROUTER_14_IN_INV_Pos                        0                                                         /*!< GIMA EVENTROUTER_14_IN: INV Position */\r
-#define GIMA_EVENTROUTER_14_IN_INV_Msk                        (0x01UL << GIMA_EVENTROUTER_14_IN_INV_Pos)                /*!< GIMA EVENTROUTER_14_IN: INV Mask    */\r
-#define GIMA_EVENTROUTER_14_IN_EDGE_Pos                       1                                                         /*!< GIMA EVENTROUTER_14_IN: EDGE Position */\r
-#define GIMA_EVENTROUTER_14_IN_EDGE_Msk                       (0x01UL << GIMA_EVENTROUTER_14_IN_EDGE_Pos)               /*!< GIMA EVENTROUTER_14_IN: EDGE Mask   */\r
-#define GIMA_EVENTROUTER_14_IN_SYNCH_Pos                      2                                                         /*!< GIMA EVENTROUTER_14_IN: SYNCH Position */\r
-#define GIMA_EVENTROUTER_14_IN_SYNCH_Msk                      (0x01UL << GIMA_EVENTROUTER_14_IN_SYNCH_Pos)              /*!< GIMA EVENTROUTER_14_IN: SYNCH Mask  */\r
-#define GIMA_EVENTROUTER_14_IN_PULSE_Pos                      3                                                         /*!< GIMA EVENTROUTER_14_IN: PULSE Position */\r
-#define GIMA_EVENTROUTER_14_IN_PULSE_Msk                      (0x01UL << GIMA_EVENTROUTER_14_IN_PULSE_Pos)              /*!< GIMA EVENTROUTER_14_IN: PULSE Mask  */\r
-#define GIMA_EVENTROUTER_14_IN_SELECT_Pos                     4                                                         /*!< GIMA EVENTROUTER_14_IN: SELECT Position */\r
-#define GIMA_EVENTROUTER_14_IN_SELECT_Msk                     (0x0fUL << GIMA_EVENTROUTER_14_IN_SELECT_Pos)             /*!< GIMA EVENTROUTER_14_IN: SELECT Mask */\r
-\r
-// ---------------------------------  GIMA_EVENTROUTER_16_IN  -------------------------------------\r
-#define GIMA_EVENTROUTER_16_IN_INV_Pos                        0                                                         /*!< GIMA EVENTROUTER_16_IN: INV Position */\r
-#define GIMA_EVENTROUTER_16_IN_INV_Msk                        (0x01UL << GIMA_EVENTROUTER_16_IN_INV_Pos)                /*!< GIMA EVENTROUTER_16_IN: INV Mask    */\r
-#define GIMA_EVENTROUTER_16_IN_EDGE_Pos                       1                                                         /*!< GIMA EVENTROUTER_16_IN: EDGE Position */\r
-#define GIMA_EVENTROUTER_16_IN_EDGE_Msk                       (0x01UL << GIMA_EVENTROUTER_16_IN_EDGE_Pos)               /*!< GIMA EVENTROUTER_16_IN: EDGE Mask   */\r
-#define GIMA_EVENTROUTER_16_IN_SYNCH_Pos                      2                                                         /*!< GIMA EVENTROUTER_16_IN: SYNCH Position */\r
-#define GIMA_EVENTROUTER_16_IN_SYNCH_Msk                      (0x01UL << GIMA_EVENTROUTER_16_IN_SYNCH_Pos)              /*!< GIMA EVENTROUTER_16_IN: SYNCH Mask  */\r
-#define GIMA_EVENTROUTER_16_IN_PULSE_Pos                      3                                                         /*!< GIMA EVENTROUTER_16_IN: PULSE Position */\r
-#define GIMA_EVENTROUTER_16_IN_PULSE_Msk                      (0x01UL << GIMA_EVENTROUTER_16_IN_PULSE_Pos)              /*!< GIMA EVENTROUTER_16_IN: PULSE Mask  */\r
-#define GIMA_EVENTROUTER_16_IN_SELECT_Pos                     4                                                         /*!< GIMA EVENTROUTER_16_IN: SELECT Position */\r
-#define GIMA_EVENTROUTER_16_IN_SELECT_Msk                     (0x0fUL << GIMA_EVENTROUTER_16_IN_SELECT_Pos)             /*!< GIMA EVENTROUTER_16_IN: SELECT Mask */\r
-\r
-// ------------------------------------  GIMA_ADCSTART0_IN  ---------------------------------------\r
-#define GIMA_ADCSTART0_IN_INV_Pos                             0                                                         /*!< GIMA ADCSTART0_IN: INV Position     */\r
-#define GIMA_ADCSTART0_IN_INV_Msk                             (0x01UL << GIMA_ADCSTART0_IN_INV_Pos)                     /*!< GIMA ADCSTART0_IN: INV Mask         */\r
-#define GIMA_ADCSTART0_IN_EDGE_Pos                            1                                                         /*!< GIMA ADCSTART0_IN: EDGE Position    */\r
-#define GIMA_ADCSTART0_IN_EDGE_Msk                            (0x01UL << GIMA_ADCSTART0_IN_EDGE_Pos)                    /*!< GIMA ADCSTART0_IN: EDGE Mask        */\r
-#define GIMA_ADCSTART0_IN_SYNCH_Pos                           2                                                         /*!< GIMA ADCSTART0_IN: SYNCH Position   */\r
-#define GIMA_ADCSTART0_IN_SYNCH_Msk                           (0x01UL << GIMA_ADCSTART0_IN_SYNCH_Pos)                   /*!< GIMA ADCSTART0_IN: SYNCH Mask       */\r
-#define GIMA_ADCSTART0_IN_PULSE_Pos                           3                                                         /*!< GIMA ADCSTART0_IN: PULSE Position   */\r
-#define GIMA_ADCSTART0_IN_PULSE_Msk                           (0x01UL << GIMA_ADCSTART0_IN_PULSE_Pos)                   /*!< GIMA ADCSTART0_IN: PULSE Mask       */\r
-#define GIMA_ADCSTART0_IN_SELECT_Pos                          4                                                         /*!< GIMA ADCSTART0_IN: SELECT Position  */\r
-#define GIMA_ADCSTART0_IN_SELECT_Msk                          (0x0fUL << GIMA_ADCSTART0_IN_SELECT_Pos)                  /*!< GIMA ADCSTART0_IN: SELECT Mask      */\r
-\r
-// ------------------------------------  GIMA_ADCSTART1_IN  ---------------------------------------\r
-#define GIMA_ADCSTART1_IN_INV_Pos                             0                                                         /*!< GIMA ADCSTART1_IN: INV Position     */\r
-#define GIMA_ADCSTART1_IN_INV_Msk                             (0x01UL << GIMA_ADCSTART1_IN_INV_Pos)                     /*!< GIMA ADCSTART1_IN: INV Mask         */\r
-#define GIMA_ADCSTART1_IN_EDGE_Pos                            1                                                         /*!< GIMA ADCSTART1_IN: EDGE Position    */\r
-#define GIMA_ADCSTART1_IN_EDGE_Msk                            (0x01UL << GIMA_ADCSTART1_IN_EDGE_Pos)                    /*!< GIMA ADCSTART1_IN: EDGE Mask        */\r
-#define GIMA_ADCSTART1_IN_SYNCH_Pos                           2                                                         /*!< GIMA ADCSTART1_IN: SYNCH Position   */\r
-#define GIMA_ADCSTART1_IN_SYNCH_Msk                           (0x01UL << GIMA_ADCSTART1_IN_SYNCH_Pos)                   /*!< GIMA ADCSTART1_IN: SYNCH Mask       */\r
-#define GIMA_ADCSTART1_IN_PULSE_Pos                           3                                                         /*!< GIMA ADCSTART1_IN: PULSE Position   */\r
-#define GIMA_ADCSTART1_IN_PULSE_Msk                           (0x01UL << GIMA_ADCSTART1_IN_PULSE_Pos)                   /*!< GIMA ADCSTART1_IN: PULSE Mask       */\r
-#define GIMA_ADCSTART1_IN_SELECT_Pos                          4                                                         /*!< GIMA ADCSTART1_IN: SELECT Position  */\r
-#define GIMA_ADCSTART1_IN_SELECT_Msk                          (0x0fUL << GIMA_ADCSTART1_IN_SELECT_Pos)                  /*!< GIMA ADCSTART1_IN: SELECT Mask      */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                  DAC Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  DAC_CR  ---------------------------------------------\r
-#define DAC_CR_VALUE_Pos                                      6                                                         /*!< DAC CR: VALUE Position              */\r
-#define DAC_CR_VALUE_Msk                                      (0x000003ffUL << DAC_CR_VALUE_Pos)                        /*!< DAC CR: VALUE Mask                  */\r
-#define DAC_CR_BIAS_Pos                                       16                                                        /*!< DAC CR: BIAS Position               */\r
-#define DAC_CR_BIAS_Msk                                       (0x01UL << DAC_CR_BIAS_Pos)                               /*!< DAC CR: BIAS Mask                   */\r
-\r
-// ----------------------------------------  DAC_CTRL  --------------------------------------------\r
-#define DAC_CTRL_INT_DMA_REQ_Pos                              0                                                         /*!< DAC CTRL: INT_DMA_REQ Position      */\r
-#define DAC_CTRL_INT_DMA_REQ_Msk                              (0x01UL << DAC_CTRL_INT_DMA_REQ_Pos)                      /*!< DAC CTRL: INT_DMA_REQ Mask          */\r
-#define DAC_CTRL_DBLBUF_ENA_Pos                               1                                                         /*!< DAC CTRL: DBLBUF_ENA Position       */\r
-#define DAC_CTRL_DBLBUF_ENA_Msk                               (0x01UL << DAC_CTRL_DBLBUF_ENA_Pos)                       /*!< DAC CTRL: DBLBUF_ENA Mask           */\r
-#define DAC_CTRL_CNT_ENA_Pos                                  2                                                         /*!< DAC CTRL: CNT_ENA Position          */\r
-#define DAC_CTRL_CNT_ENA_Msk                                  (0x01UL << DAC_CTRL_CNT_ENA_Pos)                          /*!< DAC CTRL: CNT_ENA Mask              */\r
-#define DAC_CTRL_DMA_ENA_Pos                                  3                                                         /*!< DAC CTRL: DMA_ENA Position          */\r
-#define DAC_CTRL_DMA_ENA_Msk                                  (0x01UL << DAC_CTRL_DMA_ENA_Pos)                          /*!< DAC CTRL: DMA_ENA Mask              */\r
-\r
-// ---------------------------------------  DAC_CNTVAL  -------------------------------------------\r
-#define DAC_CNTVAL_VALUE_Pos                                  0                                                         /*!< DAC CNTVAL: VALUE Position          */\r
-#define DAC_CNTVAL_VALUE_Msk                                  (0x0000ffffUL << DAC_CNTVAL_VALUE_Pos)                    /*!< DAC CNTVAL: VALUE Mask              */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                C_CAN0 Position & Mask                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// ---------------------------------------  C_CAN0_CNTL  ------------------------------------------\r
-#define C_CAN0_CNTL_INIT_Pos                                  0                                                         /*!< C_CAN0 CNTL: INIT Position          */\r
-#define C_CAN0_CNTL_INIT_Msk                                  (0x01UL << C_CAN0_CNTL_INIT_Pos)                          /*!< C_CAN0 CNTL: INIT Mask              */\r
-#define C_CAN0_CNTL_IE_Pos                                    1                                                         /*!< C_CAN0 CNTL: IE Position            */\r
-#define C_CAN0_CNTL_IE_Msk                                    (0x01UL << C_CAN0_CNTL_IE_Pos)                            /*!< C_CAN0 CNTL: IE Mask                */\r
-#define C_CAN0_CNTL_SIE_Pos                                   2                                                         /*!< C_CAN0 CNTL: SIE Position           */\r
-#define C_CAN0_CNTL_SIE_Msk                                   (0x01UL << C_CAN0_CNTL_SIE_Pos)                           /*!< C_CAN0 CNTL: SIE Mask               */\r
-#define C_CAN0_CNTL_EIE_Pos                                   3                                                         /*!< C_CAN0 CNTL: EIE Position           */\r
-#define C_CAN0_CNTL_EIE_Msk                                   (0x01UL << C_CAN0_CNTL_EIE_Pos)                           /*!< C_CAN0 CNTL: EIE Mask               */\r
-#define C_CAN0_CNTL_DAR_Pos                                   5                                                         /*!< C_CAN0 CNTL: DAR Position           */\r
-#define C_CAN0_CNTL_DAR_Msk                                   (0x01UL << C_CAN0_CNTL_DAR_Pos)                           /*!< C_CAN0 CNTL: DAR Mask               */\r
-#define C_CAN0_CNTL_CCE_Pos                                   6                                                         /*!< C_CAN0 CNTL: CCE Position           */\r
-#define C_CAN0_CNTL_CCE_Msk                                   (0x01UL << C_CAN0_CNTL_CCE_Pos)                           /*!< C_CAN0 CNTL: CCE Mask               */\r
-#define C_CAN0_CNTL_TEST_Pos                                  7                                                         /*!< C_CAN0 CNTL: TEST Position          */\r
-#define C_CAN0_CNTL_TEST_Msk                                  (0x01UL << C_CAN0_CNTL_TEST_Pos)                          /*!< C_CAN0 CNTL: TEST Mask              */\r
-\r
-// ---------------------------------------  C_CAN0_STAT  ------------------------------------------\r
-#define C_CAN0_STAT_LEC_Pos                                   0                                                         /*!< C_CAN0 STAT: LEC Position           */\r
-#define C_CAN0_STAT_LEC_Msk                                   (0x07UL << C_CAN0_STAT_LEC_Pos)                           /*!< C_CAN0 STAT: LEC Mask               */\r
-#define C_CAN0_STAT_TXOK_Pos                                  3                                                         /*!< C_CAN0 STAT: TXOK Position          */\r
-#define C_CAN0_STAT_TXOK_Msk                                  (0x01UL << C_CAN0_STAT_TXOK_Pos)                          /*!< C_CAN0 STAT: TXOK Mask              */\r
-#define C_CAN0_STAT_RXOK_Pos                                  4                                                         /*!< C_CAN0 STAT: RXOK Position          */\r
-#define C_CAN0_STAT_RXOK_Msk                                  (0x01UL << C_CAN0_STAT_RXOK_Pos)                          /*!< C_CAN0 STAT: RXOK Mask              */\r
-#define C_CAN0_STAT_EPASS_Pos                                 5                                                         /*!< C_CAN0 STAT: EPASS Position         */\r
-#define C_CAN0_STAT_EPASS_Msk                                 (0x01UL << C_CAN0_STAT_EPASS_Pos)                         /*!< C_CAN0 STAT: EPASS Mask             */\r
-#define C_CAN0_STAT_EWARN_Pos                                 6                                                         /*!< C_CAN0 STAT: EWARN Position         */\r
-#define C_CAN0_STAT_EWARN_Msk                                 (0x01UL << C_CAN0_STAT_EWARN_Pos)                         /*!< C_CAN0 STAT: EWARN Mask             */\r
-#define C_CAN0_STAT_BOFF_Pos                                  7                                                         /*!< C_CAN0 STAT: BOFF Position          */\r
-#define C_CAN0_STAT_BOFF_Msk                                  (0x01UL << C_CAN0_STAT_BOFF_Pos)                          /*!< C_CAN0 STAT: BOFF Mask              */\r
-\r
-// ----------------------------------------  C_CAN0_EC  -------------------------------------------\r
-#define C_CAN0_EC_TEC_7_0_Pos                                 0                                                         /*!< C_CAN0 EC: TEC_7_0 Position         */\r
-#define C_CAN0_EC_TEC_7_0_Msk                                 (0x000000ffUL << C_CAN0_EC_TEC_7_0_Pos)                   /*!< C_CAN0 EC: TEC_7_0 Mask             */\r
-#define C_CAN0_EC_REC_6_0_Pos                                 8                                                         /*!< C_CAN0 EC: REC_6_0 Position         */\r
-#define C_CAN0_EC_REC_6_0_Msk                                 (0x7fUL << C_CAN0_EC_REC_6_0_Pos)                         /*!< C_CAN0 EC: REC_6_0 Mask             */\r
-#define C_CAN0_EC_RP_Pos                                      15                                                        /*!< C_CAN0 EC: RP Position              */\r
-#define C_CAN0_EC_RP_Msk                                      (0x01UL << C_CAN0_EC_RP_Pos)                              /*!< C_CAN0 EC: RP Mask                  */\r
-\r
-// ----------------------------------------  C_CAN0_BT  -------------------------------------------\r
-#define C_CAN0_BT_BRP_Pos                                     0                                                         /*!< C_CAN0 BT: BRP Position             */\r
-#define C_CAN0_BT_BRP_Msk                                     (0x3fUL << C_CAN0_BT_BRP_Pos)                             /*!< C_CAN0 BT: BRP Mask                 */\r
-#define C_CAN0_BT_SJW_Pos                                     6                                                         /*!< C_CAN0 BT: SJW Position             */\r
-#define C_CAN0_BT_SJW_Msk                                     (0x03UL << C_CAN0_BT_SJW_Pos)                             /*!< C_CAN0 BT: SJW Mask                 */\r
-#define C_CAN0_BT_TSEG1_Pos                                   8                                                         /*!< C_CAN0 BT: TSEG1 Position           */\r
-#define C_CAN0_BT_TSEG1_Msk                                   (0x0fUL << C_CAN0_BT_TSEG1_Pos)                           /*!< C_CAN0 BT: TSEG1 Mask               */\r
-#define C_CAN0_BT_TSEG2_Pos                                   12                                                        /*!< C_CAN0 BT: TSEG2 Position           */\r
-#define C_CAN0_BT_TSEG2_Msk                                   (0x07UL << C_CAN0_BT_TSEG2_Pos)                           /*!< C_CAN0 BT: TSEG2 Mask               */\r
-\r
-// ---------------------------------------  C_CAN0_INT  -------------------------------------------\r
-#define C_CAN0_INT_INTID15_0_Pos                              0                                                         /*!< C_CAN0 INT: INTID15_0 Position      */\r
-#define C_CAN0_INT_INTID15_0_Msk                              (0x0000ffffUL << C_CAN0_INT_INTID15_0_Pos)                /*!< C_CAN0 INT: INTID15_0 Mask          */\r
-\r
-// ---------------------------------------  C_CAN0_TEST  ------------------------------------------\r
-#define C_CAN0_TEST_BASIC_Pos                                 2                                                         /*!< C_CAN0 TEST: BASIC Position         */\r
-#define C_CAN0_TEST_BASIC_Msk                                 (0x01UL << C_CAN0_TEST_BASIC_Pos)                         /*!< C_CAN0 TEST: BASIC Mask             */\r
-#define C_CAN0_TEST_SILENT_Pos                                3                                                         /*!< C_CAN0 TEST: SILENT Position        */\r
-#define C_CAN0_TEST_SILENT_Msk                                (0x01UL << C_CAN0_TEST_SILENT_Pos)                        /*!< C_CAN0 TEST: SILENT Mask            */\r
-#define C_CAN0_TEST_LBACK_Pos                                 4                                                         /*!< C_CAN0 TEST: LBACK Position         */\r
-#define C_CAN0_TEST_LBACK_Msk                                 (0x01UL << C_CAN0_TEST_LBACK_Pos)                         /*!< C_CAN0 TEST: LBACK Mask             */\r
-#define C_CAN0_TEST_TX1_0_Pos                                 5                                                         /*!< C_CAN0 TEST: TX1_0 Position         */\r
-#define C_CAN0_TEST_TX1_0_Msk                                 (0x03UL << C_CAN0_TEST_TX1_0_Pos)                         /*!< C_CAN0 TEST: TX1_0 Mask             */\r
-#define C_CAN0_TEST_RX_Pos                                    7                                                         /*!< C_CAN0 TEST: RX Position            */\r
-#define C_CAN0_TEST_RX_Msk                                    (0x01UL << C_CAN0_TEST_RX_Pos)                            /*!< C_CAN0 TEST: RX Mask                */\r
-\r
-// ---------------------------------------  C_CAN0_BRPE  ------------------------------------------\r
-#define C_CAN0_BRPE_BRPE_Pos                                  0                                                         /*!< C_CAN0 BRPE: BRPE Position          */\r
-#define C_CAN0_BRPE_BRPE_Msk                                  (0x0fUL << C_CAN0_BRPE_BRPE_Pos)                          /*!< C_CAN0 BRPE: BRPE Mask              */\r
-\r
-// ------------------------------------  C_CAN0_IF1_CMDREQ  ---------------------------------------\r
-#define C_CAN0_IF1_CMDREQ_MESSNUM_Pos                         0                                                         /*!< C_CAN0 IF1_CMDREQ: MESSNUM Position */\r
-#define C_CAN0_IF1_CMDREQ_MESSNUM_Msk                         (0x3fUL << C_CAN0_IF1_CMDREQ_MESSNUM_Pos)                 /*!< C_CAN0 IF1_CMDREQ: MESSNUM Mask     */\r
-#define C_CAN0_IF1_CMDREQ_BUSY_Pos                            15                                                        /*!< C_CAN0 IF1_CMDREQ: BUSY Position    */\r
-#define C_CAN0_IF1_CMDREQ_BUSY_Msk                            (0x01UL << C_CAN0_IF1_CMDREQ_BUSY_Pos)                    /*!< C_CAN0 IF1_CMDREQ: BUSY Mask        */\r
-\r
-// -----------------------------------  C_CAN0_IF1_CMDMSK_R  --------------------------------------\r
-#define C_CAN0_IF1_CMDMSK_R_DATA_B_Pos                        0                                                         /*!< C_CAN0 IF1_CMDMSK_R: DATA_B Position */\r
-#define C_CAN0_IF1_CMDMSK_R_DATA_B_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_R_DATA_B_Pos)                /*!< C_CAN0 IF1_CMDMSK_R: DATA_B Mask    */\r
-#define C_CAN0_IF1_CMDMSK_R_DATA_A_Pos                        1                                                         /*!< C_CAN0 IF1_CMDMSK_R: DATA_A Position */\r
-#define C_CAN0_IF1_CMDMSK_R_DATA_A_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_R_DATA_A_Pos)                /*!< C_CAN0 IF1_CMDMSK_R: DATA_A Mask    */\r
-#define C_CAN0_IF1_CMDMSK_R_NEWDAT_Pos                        2                                                         /*!< C_CAN0 IF1_CMDMSK_R: NEWDAT Position */\r
-#define C_CAN0_IF1_CMDMSK_R_NEWDAT_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_R_NEWDAT_Pos)                /*!< C_CAN0 IF1_CMDMSK_R: NEWDAT Mask    */\r
-#define C_CAN0_IF1_CMDMSK_R_CLRINTPND_Pos                     3                                                         /*!< C_CAN0 IF1_CMDMSK_R: CLRINTPND Position */\r
-#define C_CAN0_IF1_CMDMSK_R_CLRINTPND_Msk                     (0x01UL << C_CAN0_IF1_CMDMSK_R_CLRINTPND_Pos)             /*!< C_CAN0 IF1_CMDMSK_R: CLRINTPND Mask */\r
-#define C_CAN0_IF1_CMDMSK_R_CTRL_Pos                          4                                                         /*!< C_CAN0 IF1_CMDMSK_R: CTRL Position  */\r
-#define C_CAN0_IF1_CMDMSK_R_CTRL_Msk                          (0x01UL << C_CAN0_IF1_CMDMSK_R_CTRL_Pos)                  /*!< C_CAN0 IF1_CMDMSK_R: CTRL Mask      */\r
-#define C_CAN0_IF1_CMDMSK_R_ARB_Pos                           5                                                         /*!< C_CAN0 IF1_CMDMSK_R: ARB Position   */\r
-#define C_CAN0_IF1_CMDMSK_R_ARB_Msk                           (0x01UL << C_CAN0_IF1_CMDMSK_R_ARB_Pos)                   /*!< C_CAN0 IF1_CMDMSK_R: ARB Mask       */\r
-#define C_CAN0_IF1_CMDMSK_R_MASK_Pos                          6                                                         /*!< C_CAN0 IF1_CMDMSK_R: MASK Position  */\r
-#define C_CAN0_IF1_CMDMSK_R_MASK_Msk                          (0x01UL << C_CAN0_IF1_CMDMSK_R_MASK_Pos)                  /*!< C_CAN0 IF1_CMDMSK_R: MASK Mask      */\r
-#define C_CAN0_IF1_CMDMSK_R_WR_RD_Pos                         7                                                         /*!< C_CAN0 IF1_CMDMSK_R: WR_RD Position */\r
-#define C_CAN0_IF1_CMDMSK_R_WR_RD_Msk                         (0x01UL << C_CAN0_IF1_CMDMSK_R_WR_RD_Pos)                 /*!< C_CAN0 IF1_CMDMSK_R: WR_RD Mask     */\r
-\r
-// -----------------------------------  C_CAN0_IF1_CMDMSK_W  --------------------------------------\r
-#define C_CAN0_IF1_CMDMSK_W_DATA_B_Pos                        0                                                         /*!< C_CAN0 IF1_CMDMSK_W: DATA_B Position */\r
-#define C_CAN0_IF1_CMDMSK_W_DATA_B_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_W_DATA_B_Pos)                /*!< C_CAN0 IF1_CMDMSK_W: DATA_B Mask    */\r
-#define C_CAN0_IF1_CMDMSK_W_DATA_A_Pos                        1                                                         /*!< C_CAN0 IF1_CMDMSK_W: DATA_A Position */\r
-#define C_CAN0_IF1_CMDMSK_W_DATA_A_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_W_DATA_A_Pos)                /*!< C_CAN0 IF1_CMDMSK_W: DATA_A Mask    */\r
-#define C_CAN0_IF1_CMDMSK_W_TXRQST_Pos                        2                                                         /*!< C_CAN0 IF1_CMDMSK_W: TXRQST Position */\r
-#define C_CAN0_IF1_CMDMSK_W_TXRQST_Msk                        (0x01UL << C_CAN0_IF1_CMDMSK_W_TXRQST_Pos)                /*!< C_CAN0 IF1_CMDMSK_W: TXRQST Mask    */\r
-#define C_CAN0_IF1_CMDMSK_W_CLRINTPND_Pos                     3                                                         /*!< C_CAN0 IF1_CMDMSK_W: CLRINTPND Position */\r
-#define C_CAN0_IF1_CMDMSK_W_CLRINTPND_Msk                     (0x01UL << C_CAN0_IF1_CMDMSK_W_CLRINTPND_Pos)             /*!< C_CAN0 IF1_CMDMSK_W: CLRINTPND Mask */\r
-#define C_CAN0_IF1_CMDMSK_W_CTRL_Pos                          4                                                         /*!< C_CAN0 IF1_CMDMSK_W: CTRL Position  */\r
-#define C_CAN0_IF1_CMDMSK_W_CTRL_Msk                          (0x01UL << C_CAN0_IF1_CMDMSK_W_CTRL_Pos)                  /*!< C_CAN0 IF1_CMDMSK_W: CTRL Mask      */\r
-#define C_CAN0_IF1_CMDMSK_W_ARB_Pos                           5                                                         /*!< C_CAN0 IF1_CMDMSK_W: ARB Position   */\r
-#define C_CAN0_IF1_CMDMSK_W_ARB_Msk                           (0x01UL << C_CAN0_IF1_CMDMSK_W_ARB_Pos)                   /*!< C_CAN0 IF1_CMDMSK_W: ARB Mask       */\r
-#define C_CAN0_IF1_CMDMSK_W_MASK_Pos                          6                                                         /*!< C_CAN0 IF1_CMDMSK_W: MASK Position  */\r
-#define C_CAN0_IF1_CMDMSK_W_MASK_Msk                          (0x01UL << C_CAN0_IF1_CMDMSK_W_MASK_Pos)                  /*!< C_CAN0 IF1_CMDMSK_W: MASK Mask      */\r
-#define C_CAN0_IF1_CMDMSK_W_WR_RD_Pos                         7                                                         /*!< C_CAN0 IF1_CMDMSK_W: WR_RD Position */\r
-#define C_CAN0_IF1_CMDMSK_W_WR_RD_Msk                         (0x01UL << C_CAN0_IF1_CMDMSK_W_WR_RD_Pos)                 /*!< C_CAN0 IF1_CMDMSK_W: WR_RD Mask     */\r
-\r
-// -------------------------------------  C_CAN0_IF1_MSK1  ----------------------------------------\r
-#define C_CAN0_IF1_MSK1_MSK15_0_Pos                           0                                                         /*!< C_CAN0 IF1_MSK1: MSK15_0 Position   */\r
-#define C_CAN0_IF1_MSK1_MSK15_0_Msk                           (0x0000ffffUL << C_CAN0_IF1_MSK1_MSK15_0_Pos)             /*!< C_CAN0 IF1_MSK1: MSK15_0 Mask       */\r
-\r
-// -------------------------------------  C_CAN0_IF1_MSK2  ----------------------------------------\r
-#define C_CAN0_IF1_MSK2_MSK28_16_Pos                          0                                                         /*!< C_CAN0 IF1_MSK2: MSK28_16 Position  */\r
-#define C_CAN0_IF1_MSK2_MSK28_16_Msk                          (0x00001fffUL << C_CAN0_IF1_MSK2_MSK28_16_Pos)            /*!< C_CAN0 IF1_MSK2: MSK28_16 Mask      */\r
-#define C_CAN0_IF1_MSK2_MDIR_Pos                              14                                                        /*!< C_CAN0 IF1_MSK2: MDIR Position      */\r
-#define C_CAN0_IF1_MSK2_MDIR_Msk                              (0x01UL << C_CAN0_IF1_MSK2_MDIR_Pos)                      /*!< C_CAN0 IF1_MSK2: MDIR Mask          */\r
-#define C_CAN0_IF1_MSK2_MXTD_Pos                              15                                                        /*!< C_CAN0 IF1_MSK2: MXTD Position      */\r
-#define C_CAN0_IF1_MSK2_MXTD_Msk                              (0x01UL << C_CAN0_IF1_MSK2_MXTD_Pos)                      /*!< C_CAN0 IF1_MSK2: MXTD Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF1_ARB1  ----------------------------------------\r
-#define C_CAN0_IF1_ARB1_ID15_0_Pos                            0                                                         /*!< C_CAN0 IF1_ARB1: ID15_0 Position    */\r
-#define C_CAN0_IF1_ARB1_ID15_0_Msk                            (0x0000ffffUL << C_CAN0_IF1_ARB1_ID15_0_Pos)              /*!< C_CAN0 IF1_ARB1: ID15_0 Mask        */\r
-\r
-// -------------------------------------  C_CAN0_IF1_ARB2  ----------------------------------------\r
-#define C_CAN0_IF1_ARB2_ID28_16_Pos                           0                                                         /*!< C_CAN0 IF1_ARB2: ID28_16 Position   */\r
-#define C_CAN0_IF1_ARB2_ID28_16_Msk                           (0x00001fffUL << C_CAN0_IF1_ARB2_ID28_16_Pos)             /*!< C_CAN0 IF1_ARB2: ID28_16 Mask       */\r
-#define C_CAN0_IF1_ARB2_DIR_Pos                               13                                                        /*!< C_CAN0 IF1_ARB2: DIR Position       */\r
-#define C_CAN0_IF1_ARB2_DIR_Msk                               (0x01UL << C_CAN0_IF1_ARB2_DIR_Pos)                       /*!< C_CAN0 IF1_ARB2: DIR Mask           */\r
-#define C_CAN0_IF1_ARB2_XTD_Pos                               14                                                        /*!< C_CAN0 IF1_ARB2: XTD Position       */\r
-#define C_CAN0_IF1_ARB2_XTD_Msk                               (0x01UL << C_CAN0_IF1_ARB2_XTD_Pos)                       /*!< C_CAN0 IF1_ARB2: XTD Mask           */\r
-#define C_CAN0_IF1_ARB2_MSGVAL_Pos                            15                                                        /*!< C_CAN0 IF1_ARB2: MSGVAL Position    */\r
-#define C_CAN0_IF1_ARB2_MSGVAL_Msk                            (0x01UL << C_CAN0_IF1_ARB2_MSGVAL_Pos)                    /*!< C_CAN0 IF1_ARB2: MSGVAL Mask        */\r
-\r
-// ------------------------------------  C_CAN0_IF1_MCTRL  ----------------------------------------\r
-#define C_CAN0_IF1_MCTRL_DLC3_0_Pos                           0                                                         /*!< C_CAN0 IF1_MCTRL: DLC3_0 Position   */\r
-#define C_CAN0_IF1_MCTRL_DLC3_0_Msk                           (0x0fUL << C_CAN0_IF1_MCTRL_DLC3_0_Pos)                   /*!< C_CAN0 IF1_MCTRL: DLC3_0 Mask       */\r
-#define C_CAN0_IF1_MCTRL_EOB_Pos                              7                                                         /*!< C_CAN0 IF1_MCTRL: EOB Position      */\r
-#define C_CAN0_IF1_MCTRL_EOB_Msk                              (0x01UL << C_CAN0_IF1_MCTRL_EOB_Pos)                      /*!< C_CAN0 IF1_MCTRL: EOB Mask          */\r
-#define C_CAN0_IF1_MCTRL_TXRQST_Pos                           8                                                         /*!< C_CAN0 IF1_MCTRL: TXRQST Position   */\r
-#define C_CAN0_IF1_MCTRL_TXRQST_Msk                           (0x01UL << C_CAN0_IF1_MCTRL_TXRQST_Pos)                   /*!< C_CAN0 IF1_MCTRL: TXRQST Mask       */\r
-#define C_CAN0_IF1_MCTRL_RMTEN_Pos                            9                                                         /*!< C_CAN0 IF1_MCTRL: RMTEN Position    */\r
-#define C_CAN0_IF1_MCTRL_RMTEN_Msk                            (0x01UL << C_CAN0_IF1_MCTRL_RMTEN_Pos)                    /*!< C_CAN0 IF1_MCTRL: RMTEN Mask        */\r
-#define C_CAN0_IF1_MCTRL_RXIE_Pos                             10                                                        /*!< C_CAN0 IF1_MCTRL: RXIE Position     */\r
-#define C_CAN0_IF1_MCTRL_RXIE_Msk                             (0x01UL << C_CAN0_IF1_MCTRL_RXIE_Pos)                     /*!< C_CAN0 IF1_MCTRL: RXIE Mask         */\r
-#define C_CAN0_IF1_MCTRL_TXIE_Pos                             11                                                        /*!< C_CAN0 IF1_MCTRL: TXIE Position     */\r
-#define C_CAN0_IF1_MCTRL_TXIE_Msk                             (0x01UL << C_CAN0_IF1_MCTRL_TXIE_Pos)                     /*!< C_CAN0 IF1_MCTRL: TXIE Mask         */\r
-#define C_CAN0_IF1_MCTRL_UMASK_Pos                            12                                                        /*!< C_CAN0 IF1_MCTRL: UMASK Position    */\r
-#define C_CAN0_IF1_MCTRL_UMASK_Msk                            (0x01UL << C_CAN0_IF1_MCTRL_UMASK_Pos)                    /*!< C_CAN0 IF1_MCTRL: UMASK Mask        */\r
-#define C_CAN0_IF1_MCTRL_INTPND_Pos                           13                                                        /*!< C_CAN0 IF1_MCTRL: INTPND Position   */\r
-#define C_CAN0_IF1_MCTRL_INTPND_Msk                           (0x01UL << C_CAN0_IF1_MCTRL_INTPND_Pos)                   /*!< C_CAN0 IF1_MCTRL: INTPND Mask       */\r
-#define C_CAN0_IF1_MCTRL_MSGLST_Pos                           14                                                        /*!< C_CAN0 IF1_MCTRL: MSGLST Position   */\r
-#define C_CAN0_IF1_MCTRL_MSGLST_Msk                           (0x01UL << C_CAN0_IF1_MCTRL_MSGLST_Pos)                   /*!< C_CAN0 IF1_MCTRL: MSGLST Mask       */\r
-#define C_CAN0_IF1_MCTRL_NEWDAT_Pos                           15                                                        /*!< C_CAN0 IF1_MCTRL: NEWDAT Position   */\r
-#define C_CAN0_IF1_MCTRL_NEWDAT_Msk                           (0x01UL << C_CAN0_IF1_MCTRL_NEWDAT_Pos)                   /*!< C_CAN0 IF1_MCTRL: NEWDAT Mask       */\r
-\r
-// -------------------------------------  C_CAN0_IF1_DA1  -----------------------------------------\r
-#define C_CAN0_IF1_DA1_DATA0_Pos                              0                                                         /*!< C_CAN0 IF1_DA1: DATA0 Position      */\r
-#define C_CAN0_IF1_DA1_DATA0_Msk                              (0x000000ffUL << C_CAN0_IF1_DA1_DATA0_Pos)                /*!< C_CAN0 IF1_DA1: DATA0 Mask          */\r
-#define C_CAN0_IF1_DA1_DATA1_Pos                              8                                                         /*!< C_CAN0 IF1_DA1: DATA1 Position      */\r
-#define C_CAN0_IF1_DA1_DATA1_Msk                              (0x000000ffUL << C_CAN0_IF1_DA1_DATA1_Pos)                /*!< C_CAN0 IF1_DA1: DATA1 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF1_DA2  -----------------------------------------\r
-#define C_CAN0_IF1_DA2_DATA2_Pos                              0                                                         /*!< C_CAN0 IF1_DA2: DATA2 Position      */\r
-#define C_CAN0_IF1_DA2_DATA2_Msk                              (0x000000ffUL << C_CAN0_IF1_DA2_DATA2_Pos)                /*!< C_CAN0 IF1_DA2: DATA2 Mask          */\r
-#define C_CAN0_IF1_DA2_DATA3_Pos                              8                                                         /*!< C_CAN0 IF1_DA2: DATA3 Position      */\r
-#define C_CAN0_IF1_DA2_DATA3_Msk                              (0x000000ffUL << C_CAN0_IF1_DA2_DATA3_Pos)                /*!< C_CAN0 IF1_DA2: DATA3 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF1_DB1  -----------------------------------------\r
-#define C_CAN0_IF1_DB1_DATA4_Pos                              0                                                         /*!< C_CAN0 IF1_DB1: DATA4 Position      */\r
-#define C_CAN0_IF1_DB1_DATA4_Msk                              (0x000000ffUL << C_CAN0_IF1_DB1_DATA4_Pos)                /*!< C_CAN0 IF1_DB1: DATA4 Mask          */\r
-#define C_CAN0_IF1_DB1_DATA5_Pos                              8                                                         /*!< C_CAN0 IF1_DB1: DATA5 Position      */\r
-#define C_CAN0_IF1_DB1_DATA5_Msk                              (0x000000ffUL << C_CAN0_IF1_DB1_DATA5_Pos)                /*!< C_CAN0 IF1_DB1: DATA5 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF1_DB2  -----------------------------------------\r
-#define C_CAN0_IF1_DB2_DATA6_Pos                              0                                                         /*!< C_CAN0 IF1_DB2: DATA6 Position      */\r
-#define C_CAN0_IF1_DB2_DATA6_Msk                              (0x000000ffUL << C_CAN0_IF1_DB2_DATA6_Pos)                /*!< C_CAN0 IF1_DB2: DATA6 Mask          */\r
-#define C_CAN0_IF1_DB2_DATA7_Pos                              8                                                         /*!< C_CAN0 IF1_DB2: DATA7 Position      */\r
-#define C_CAN0_IF1_DB2_DATA7_Msk                              (0x000000ffUL << C_CAN0_IF1_DB2_DATA7_Pos)                /*!< C_CAN0 IF1_DB2: DATA7 Mask          */\r
-\r
-// ------------------------------------  C_CAN0_IF2_CMDREQ  ---------------------------------------\r
-#define C_CAN0_IF2_CMDREQ_MESSNUM_Pos                         0                                                         /*!< C_CAN0 IF2_CMDREQ: MESSNUM Position */\r
-#define C_CAN0_IF2_CMDREQ_MESSNUM_Msk                         (0x3fUL << C_CAN0_IF2_CMDREQ_MESSNUM_Pos)                 /*!< C_CAN0 IF2_CMDREQ: MESSNUM Mask     */\r
-#define C_CAN0_IF2_CMDREQ_BUSY_Pos                            15                                                        /*!< C_CAN0 IF2_CMDREQ: BUSY Position    */\r
-#define C_CAN0_IF2_CMDREQ_BUSY_Msk                            (0x01UL << C_CAN0_IF2_CMDREQ_BUSY_Pos)                    /*!< C_CAN0 IF2_CMDREQ: BUSY Mask        */\r
-\r
-// -----------------------------------  C_CAN0_IF2_CMDMSK_R  --------------------------------------\r
-#define C_CAN0_IF2_CMDMSK_R_DATA_B_Pos                        0                                                         /*!< C_CAN0 IF2_CMDMSK_R: DATA_B Position */\r
-#define C_CAN0_IF2_CMDMSK_R_DATA_B_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_R_DATA_B_Pos)                /*!< C_CAN0 IF2_CMDMSK_R: DATA_B Mask    */\r
-#define C_CAN0_IF2_CMDMSK_R_DATA_A_Pos                        1                                                         /*!< C_CAN0 IF2_CMDMSK_R: DATA_A Position */\r
-#define C_CAN0_IF2_CMDMSK_R_DATA_A_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_R_DATA_A_Pos)                /*!< C_CAN0 IF2_CMDMSK_R: DATA_A Mask    */\r
-#define C_CAN0_IF2_CMDMSK_R_NEWDAT_Pos                        2                                                         /*!< C_CAN0 IF2_CMDMSK_R: NEWDAT Position */\r
-#define C_CAN0_IF2_CMDMSK_R_NEWDAT_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_R_NEWDAT_Pos)                /*!< C_CAN0 IF2_CMDMSK_R: NEWDAT Mask    */\r
-#define C_CAN0_IF2_CMDMSK_R_CLRINTPND_Pos                     3                                                         /*!< C_CAN0 IF2_CMDMSK_R: CLRINTPND Position */\r
-#define C_CAN0_IF2_CMDMSK_R_CLRINTPND_Msk                     (0x01UL << C_CAN0_IF2_CMDMSK_R_CLRINTPND_Pos)             /*!< C_CAN0 IF2_CMDMSK_R: CLRINTPND Mask */\r
-#define C_CAN0_IF2_CMDMSK_R_CTRL_Pos                          4                                                         /*!< C_CAN0 IF2_CMDMSK_R: CTRL Position  */\r
-#define C_CAN0_IF2_CMDMSK_R_CTRL_Msk                          (0x01UL << C_CAN0_IF2_CMDMSK_R_CTRL_Pos)                  /*!< C_CAN0 IF2_CMDMSK_R: CTRL Mask      */\r
-#define C_CAN0_IF2_CMDMSK_R_ARB_Pos                           5                                                         /*!< C_CAN0 IF2_CMDMSK_R: ARB Position   */\r
-#define C_CAN0_IF2_CMDMSK_R_ARB_Msk                           (0x01UL << C_CAN0_IF2_CMDMSK_R_ARB_Pos)                   /*!< C_CAN0 IF2_CMDMSK_R: ARB Mask       */\r
-#define C_CAN0_IF2_CMDMSK_R_MASK_Pos                          6                                                         /*!< C_CAN0 IF2_CMDMSK_R: MASK Position  */\r
-#define C_CAN0_IF2_CMDMSK_R_MASK_Msk                          (0x01UL << C_CAN0_IF2_CMDMSK_R_MASK_Pos)                  /*!< C_CAN0 IF2_CMDMSK_R: MASK Mask      */\r
-#define C_CAN0_IF2_CMDMSK_R_WR_RD_Pos                         7                                                         /*!< C_CAN0 IF2_CMDMSK_R: WR_RD Position */\r
-#define C_CAN0_IF2_CMDMSK_R_WR_RD_Msk                         (0x01UL << C_CAN0_IF2_CMDMSK_R_WR_RD_Pos)                 /*!< C_CAN0 IF2_CMDMSK_R: WR_RD Mask     */\r
-\r
-// -----------------------------------  C_CAN0_IF2_CMDMSK_W  --------------------------------------\r
-#define C_CAN0_IF2_CMDMSK_W_DATA_B_Pos                        0                                                         /*!< C_CAN0 IF2_CMDMSK_W: DATA_B Position */\r
-#define C_CAN0_IF2_CMDMSK_W_DATA_B_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_W_DATA_B_Pos)                /*!< C_CAN0 IF2_CMDMSK_W: DATA_B Mask    */\r
-#define C_CAN0_IF2_CMDMSK_W_DATA_A_Pos                        1                                                         /*!< C_CAN0 IF2_CMDMSK_W: DATA_A Position */\r
-#define C_CAN0_IF2_CMDMSK_W_DATA_A_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_W_DATA_A_Pos)                /*!< C_CAN0 IF2_CMDMSK_W: DATA_A Mask    */\r
-#define C_CAN0_IF2_CMDMSK_W_TXRQST_Pos                        2                                                         /*!< C_CAN0 IF2_CMDMSK_W: TXRQST Position */\r
-#define C_CAN0_IF2_CMDMSK_W_TXRQST_Msk                        (0x01UL << C_CAN0_IF2_CMDMSK_W_TXRQST_Pos)                /*!< C_CAN0 IF2_CMDMSK_W: TXRQST Mask    */\r
-#define C_CAN0_IF2_CMDMSK_W_CLRINTPND_Pos                     3                                                         /*!< C_CAN0 IF2_CMDMSK_W: CLRINTPND Position */\r
-#define C_CAN0_IF2_CMDMSK_W_CLRINTPND_Msk                     (0x01UL << C_CAN0_IF2_CMDMSK_W_CLRINTPND_Pos)             /*!< C_CAN0 IF2_CMDMSK_W: CLRINTPND Mask */\r
-#define C_CAN0_IF2_CMDMSK_W_CTRL_Pos                          4                                                         /*!< C_CAN0 IF2_CMDMSK_W: CTRL Position  */\r
-#define C_CAN0_IF2_CMDMSK_W_CTRL_Msk                          (0x01UL << C_CAN0_IF2_CMDMSK_W_CTRL_Pos)                  /*!< C_CAN0 IF2_CMDMSK_W: CTRL Mask      */\r
-#define C_CAN0_IF2_CMDMSK_W_ARB_Pos                           5                                                         /*!< C_CAN0 IF2_CMDMSK_W: ARB Position   */\r
-#define C_CAN0_IF2_CMDMSK_W_ARB_Msk                           (0x01UL << C_CAN0_IF2_CMDMSK_W_ARB_Pos)                   /*!< C_CAN0 IF2_CMDMSK_W: ARB Mask       */\r
-#define C_CAN0_IF2_CMDMSK_W_MASK_Pos                          6                                                         /*!< C_CAN0 IF2_CMDMSK_W: MASK Position  */\r
-#define C_CAN0_IF2_CMDMSK_W_MASK_Msk                          (0x01UL << C_CAN0_IF2_CMDMSK_W_MASK_Pos)                  /*!< C_CAN0 IF2_CMDMSK_W: MASK Mask      */\r
-#define C_CAN0_IF2_CMDMSK_W_WR_RD_Pos                         7                                                         /*!< C_CAN0 IF2_CMDMSK_W: WR_RD Position */\r
-#define C_CAN0_IF2_CMDMSK_W_WR_RD_Msk                         (0x01UL << C_CAN0_IF2_CMDMSK_W_WR_RD_Pos)                 /*!< C_CAN0 IF2_CMDMSK_W: WR_RD Mask     */\r
-\r
-// -------------------------------------  C_CAN0_IF2_MSK1  ----------------------------------------\r
-#define C_CAN0_IF2_MSK1_MSK15_0_Pos                           0                                                         /*!< C_CAN0 IF2_MSK1: MSK15_0 Position   */\r
-#define C_CAN0_IF2_MSK1_MSK15_0_Msk                           (0x0000ffffUL << C_CAN0_IF2_MSK1_MSK15_0_Pos)             /*!< C_CAN0 IF2_MSK1: MSK15_0 Mask       */\r
-\r
-// -------------------------------------  C_CAN0_IF2_MSK2  ----------------------------------------\r
-#define C_CAN0_IF2_MSK2_MSK28_16_Pos                          0                                                         /*!< C_CAN0 IF2_MSK2: MSK28_16 Position  */\r
-#define C_CAN0_IF2_MSK2_MSK28_16_Msk                          (0x00001fffUL << C_CAN0_IF2_MSK2_MSK28_16_Pos)            /*!< C_CAN0 IF2_MSK2: MSK28_16 Mask      */\r
-#define C_CAN0_IF2_MSK2_MDIR_Pos                              14                                                        /*!< C_CAN0 IF2_MSK2: MDIR Position      */\r
-#define C_CAN0_IF2_MSK2_MDIR_Msk                              (0x01UL << C_CAN0_IF2_MSK2_MDIR_Pos)                      /*!< C_CAN0 IF2_MSK2: MDIR Mask          */\r
-#define C_CAN0_IF2_MSK2_MXTD_Pos                              15                                                        /*!< C_CAN0 IF2_MSK2: MXTD Position      */\r
-#define C_CAN0_IF2_MSK2_MXTD_Msk                              (0x01UL << C_CAN0_IF2_MSK2_MXTD_Pos)                      /*!< C_CAN0 IF2_MSK2: MXTD Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF2_ARB1  ----------------------------------------\r
-#define C_CAN0_IF2_ARB1_ID15_0_Pos                            0                                                         /*!< C_CAN0 IF2_ARB1: ID15_0 Position    */\r
-#define C_CAN0_IF2_ARB1_ID15_0_Msk                            (0x0000ffffUL << C_CAN0_IF2_ARB1_ID15_0_Pos)              /*!< C_CAN0 IF2_ARB1: ID15_0 Mask        */\r
-\r
-// -------------------------------------  C_CAN0_IF2_ARB2  ----------------------------------------\r
-#define C_CAN0_IF2_ARB2_ID28_16_Pos                           0                                                         /*!< C_CAN0 IF2_ARB2: ID28_16 Position   */\r
-#define C_CAN0_IF2_ARB2_ID28_16_Msk                           (0x00001fffUL << C_CAN0_IF2_ARB2_ID28_16_Pos)             /*!< C_CAN0 IF2_ARB2: ID28_16 Mask       */\r
-#define C_CAN0_IF2_ARB2_DIR_Pos                               13                                                        /*!< C_CAN0 IF2_ARB2: DIR Position       */\r
-#define C_CAN0_IF2_ARB2_DIR_Msk                               (0x01UL << C_CAN0_IF2_ARB2_DIR_Pos)                       /*!< C_CAN0 IF2_ARB2: DIR Mask           */\r
-#define C_CAN0_IF2_ARB2_XTD_Pos                               14                                                        /*!< C_CAN0 IF2_ARB2: XTD Position       */\r
-#define C_CAN0_IF2_ARB2_XTD_Msk                               (0x01UL << C_CAN0_IF2_ARB2_XTD_Pos)                       /*!< C_CAN0 IF2_ARB2: XTD Mask           */\r
-#define C_CAN0_IF2_ARB2_MSGVAL_Pos                            15                                                        /*!< C_CAN0 IF2_ARB2: MSGVAL Position    */\r
-#define C_CAN0_IF2_ARB2_MSGVAL_Msk                            (0x01UL << C_CAN0_IF2_ARB2_MSGVAL_Pos)                    /*!< C_CAN0 IF2_ARB2: MSGVAL Mask        */\r
-\r
-// ------------------------------------  C_CAN0_IF2_MCTRL  ----------------------------------------\r
-#define C_CAN0_IF2_MCTRL_DLC3_0_Pos                           0                                                         /*!< C_CAN0 IF2_MCTRL: DLC3_0 Position   */\r
-#define C_CAN0_IF2_MCTRL_DLC3_0_Msk                           (0x0fUL << C_CAN0_IF2_MCTRL_DLC3_0_Pos)                   /*!< C_CAN0 IF2_MCTRL: DLC3_0 Mask       */\r
-#define C_CAN0_IF2_MCTRL_EOB_Pos                              7                                                         /*!< C_CAN0 IF2_MCTRL: EOB Position      */\r
-#define C_CAN0_IF2_MCTRL_EOB_Msk                              (0x01UL << C_CAN0_IF2_MCTRL_EOB_Pos)                      /*!< C_CAN0 IF2_MCTRL: EOB Mask          */\r
-#define C_CAN0_IF2_MCTRL_TXRQST_Pos                           8                                                         /*!< C_CAN0 IF2_MCTRL: TXRQST Position   */\r
-#define C_CAN0_IF2_MCTRL_TXRQST_Msk                           (0x01UL << C_CAN0_IF2_MCTRL_TXRQST_Pos)                   /*!< C_CAN0 IF2_MCTRL: TXRQST Mask       */\r
-#define C_CAN0_IF2_MCTRL_RMTEN_Pos                            9                                                         /*!< C_CAN0 IF2_MCTRL: RMTEN Position    */\r
-#define C_CAN0_IF2_MCTRL_RMTEN_Msk                            (0x01UL << C_CAN0_IF2_MCTRL_RMTEN_Pos)                    /*!< C_CAN0 IF2_MCTRL: RMTEN Mask        */\r
-#define C_CAN0_IF2_MCTRL_RXIE_Pos                             10                                                        /*!< C_CAN0 IF2_MCTRL: RXIE Position     */\r
-#define C_CAN0_IF2_MCTRL_RXIE_Msk                             (0x01UL << C_CAN0_IF2_MCTRL_RXIE_Pos)                     /*!< C_CAN0 IF2_MCTRL: RXIE Mask         */\r
-#define C_CAN0_IF2_MCTRL_TXIE_Pos                             11                                                        /*!< C_CAN0 IF2_MCTRL: TXIE Position     */\r
-#define C_CAN0_IF2_MCTRL_TXIE_Msk                             (0x01UL << C_CAN0_IF2_MCTRL_TXIE_Pos)                     /*!< C_CAN0 IF2_MCTRL: TXIE Mask         */\r
-#define C_CAN0_IF2_MCTRL_UMASK_Pos                            12                                                        /*!< C_CAN0 IF2_MCTRL: UMASK Position    */\r
-#define C_CAN0_IF2_MCTRL_UMASK_Msk                            (0x01UL << C_CAN0_IF2_MCTRL_UMASK_Pos)                    /*!< C_CAN0 IF2_MCTRL: UMASK Mask        */\r
-#define C_CAN0_IF2_MCTRL_INTPND_Pos                           13                                                        /*!< C_CAN0 IF2_MCTRL: INTPND Position   */\r
-#define C_CAN0_IF2_MCTRL_INTPND_Msk                           (0x01UL << C_CAN0_IF2_MCTRL_INTPND_Pos)                   /*!< C_CAN0 IF2_MCTRL: INTPND Mask       */\r
-#define C_CAN0_IF2_MCTRL_MSGLST_Pos                           14                                                        /*!< C_CAN0 IF2_MCTRL: MSGLST Position   */\r
-#define C_CAN0_IF2_MCTRL_MSGLST_Msk                           (0x01UL << C_CAN0_IF2_MCTRL_MSGLST_Pos)                   /*!< C_CAN0 IF2_MCTRL: MSGLST Mask       */\r
-#define C_CAN0_IF2_MCTRL_NEWDAT_Pos                           15                                                        /*!< C_CAN0 IF2_MCTRL: NEWDAT Position   */\r
-#define C_CAN0_IF2_MCTRL_NEWDAT_Msk                           (0x01UL << C_CAN0_IF2_MCTRL_NEWDAT_Pos)                   /*!< C_CAN0 IF2_MCTRL: NEWDAT Mask       */\r
-\r
-// -------------------------------------  C_CAN0_IF2_DA1  -----------------------------------------\r
-#define C_CAN0_IF2_DA1_DATA0_Pos                              0                                                         /*!< C_CAN0 IF2_DA1: DATA0 Position      */\r
-#define C_CAN0_IF2_DA1_DATA0_Msk                              (0x000000ffUL << C_CAN0_IF2_DA1_DATA0_Pos)                /*!< C_CAN0 IF2_DA1: DATA0 Mask          */\r
-#define C_CAN0_IF2_DA1_DATA1_Pos                              8                                                         /*!< C_CAN0 IF2_DA1: DATA1 Position      */\r
-#define C_CAN0_IF2_DA1_DATA1_Msk                              (0x000000ffUL << C_CAN0_IF2_DA1_DATA1_Pos)                /*!< C_CAN0 IF2_DA1: DATA1 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF2_DA2  -----------------------------------------\r
-#define C_CAN0_IF2_DA2_DATA2_Pos                              0                                                         /*!< C_CAN0 IF2_DA2: DATA2 Position      */\r
-#define C_CAN0_IF2_DA2_DATA2_Msk                              (0x000000ffUL << C_CAN0_IF2_DA2_DATA2_Pos)                /*!< C_CAN0 IF2_DA2: DATA2 Mask          */\r
-#define C_CAN0_IF2_DA2_DATA3_Pos                              8                                                         /*!< C_CAN0 IF2_DA2: DATA3 Position      */\r
-#define C_CAN0_IF2_DA2_DATA3_Msk                              (0x000000ffUL << C_CAN0_IF2_DA2_DATA3_Pos)                /*!< C_CAN0 IF2_DA2: DATA3 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF2_DB1  -----------------------------------------\r
-#define C_CAN0_IF2_DB1_DATA4_Pos                              0                                                         /*!< C_CAN0 IF2_DB1: DATA4 Position      */\r
-#define C_CAN0_IF2_DB1_DATA4_Msk                              (0x000000ffUL << C_CAN0_IF2_DB1_DATA4_Pos)                /*!< C_CAN0 IF2_DB1: DATA4 Mask          */\r
-#define C_CAN0_IF2_DB1_DATA5_Pos                              8                                                         /*!< C_CAN0 IF2_DB1: DATA5 Position      */\r
-#define C_CAN0_IF2_DB1_DATA5_Msk                              (0x000000ffUL << C_CAN0_IF2_DB1_DATA5_Pos)                /*!< C_CAN0 IF2_DB1: DATA5 Mask          */\r
-\r
-// -------------------------------------  C_CAN0_IF2_DB2  -----------------------------------------\r
-#define C_CAN0_IF2_DB2_DATA6_Pos                              0                                                         /*!< C_CAN0 IF2_DB2: DATA6 Position      */\r
-#define C_CAN0_IF2_DB2_DATA6_Msk                              (0x000000ffUL << C_CAN0_IF2_DB2_DATA6_Pos)                /*!< C_CAN0 IF2_DB2: DATA6 Mask          */\r
-#define C_CAN0_IF2_DB2_DATA7_Pos                              8                                                         /*!< C_CAN0 IF2_DB2: DATA7 Position      */\r
-#define C_CAN0_IF2_DB2_DATA7_Msk                              (0x000000ffUL << C_CAN0_IF2_DB2_DATA7_Pos)                /*!< C_CAN0 IF2_DB2: DATA7 Mask          */\r
-\r
-// --------------------------------------  C_CAN0_TXREQ1  -----------------------------------------\r
-#define C_CAN0_TXREQ1_TXRQST16_1_Pos                          0                                                         /*!< C_CAN0 TXREQ1: TXRQST16_1 Position  */\r
-#define C_CAN0_TXREQ1_TXRQST16_1_Msk                          (0x0000ffffUL << C_CAN0_TXREQ1_TXRQST16_1_Pos)            /*!< C_CAN0 TXREQ1: TXRQST16_1 Mask      */\r
-\r
-// --------------------------------------  C_CAN0_TXREQ2  -----------------------------------------\r
-#define C_CAN0_TXREQ2_TXRQST32_17_Pos                         0                                                         /*!< C_CAN0 TXREQ2: TXRQST32_17 Position */\r
-#define C_CAN0_TXREQ2_TXRQST32_17_Msk                         (0x0000ffffUL << C_CAN0_TXREQ2_TXRQST32_17_Pos)           /*!< C_CAN0 TXREQ2: TXRQST32_17 Mask     */\r
-\r
-// ---------------------------------------  C_CAN0_ND1  -------------------------------------------\r
-#define C_CAN0_ND1_NEWDAT16_1_Pos                             0                                                         /*!< C_CAN0 ND1: NEWDAT16_1 Position     */\r
-#define C_CAN0_ND1_NEWDAT16_1_Msk                             (0x0000ffffUL << C_CAN0_ND1_NEWDAT16_1_Pos)               /*!< C_CAN0 ND1: NEWDAT16_1 Mask         */\r
-\r
-// ---------------------------------------  C_CAN0_ND2  -------------------------------------------\r
-#define C_CAN0_ND2_NEWDAT32_17_Pos                            0                                                         /*!< C_CAN0 ND2: NEWDAT32_17 Position    */\r
-#define C_CAN0_ND2_NEWDAT32_17_Msk                            (0x0000ffffUL << C_CAN0_ND2_NEWDAT32_17_Pos)              /*!< C_CAN0 ND2: NEWDAT32_17 Mask        */\r
-\r
-// ---------------------------------------  C_CAN0_IR1  -------------------------------------------\r
-#define C_CAN0_IR1_INTPND16_1_Pos                             0                                                         /*!< C_CAN0 IR1: INTPND16_1 Position     */\r
-#define C_CAN0_IR1_INTPND16_1_Msk                             (0x0000ffffUL << C_CAN0_IR1_INTPND16_1_Pos)               /*!< C_CAN0 IR1: INTPND16_1 Mask         */\r
-\r
-// ---------------------------------------  C_CAN0_IR2  -------------------------------------------\r
-#define C_CAN0_IR2_INTPND32_17_Pos                            0                                                         /*!< C_CAN0 IR2: INTPND32_17 Position    */\r
-#define C_CAN0_IR2_INTPND32_17_Msk                            (0x0000ffffUL << C_CAN0_IR2_INTPND32_17_Pos)              /*!< C_CAN0 IR2: INTPND32_17 Mask        */\r
-\r
-// --------------------------------------  C_CAN0_MSGV1  ------------------------------------------\r
-#define C_CAN0_MSGV1_MSGVAL16_1_Pos                           0                                                         /*!< C_CAN0 MSGV1: MSGVAL16_1 Position   */\r
-#define C_CAN0_MSGV1_MSGVAL16_1_Msk                           (0x0000ffffUL << C_CAN0_MSGV1_MSGVAL16_1_Pos)             /*!< C_CAN0 MSGV1: MSGVAL16_1 Mask       */\r
-\r
-// --------------------------------------  C_CAN0_MSGV2  ------------------------------------------\r
-#define C_CAN0_MSGV2_MSGVAL32_17_Pos                          0                                                         /*!< C_CAN0 MSGV2: MSGVAL32_17 Position  */\r
-#define C_CAN0_MSGV2_MSGVAL32_17_Msk                          (0x0000ffffUL << C_CAN0_MSGV2_MSGVAL32_17_Pos)            /*!< C_CAN0 MSGV2: MSGVAL32_17 Mask      */\r
-\r
-// --------------------------------------  C_CAN0_CLKDIV  -----------------------------------------\r
-#define C_CAN0_CLKDIV_CLKDIVVAL_Pos                           0                                                         /*!< C_CAN0 CLKDIV: CLKDIVVAL Position   */\r
-#define C_CAN0_CLKDIV_CLKDIVVAL_Msk                           (0x0fUL << C_CAN0_CLKDIV_CLKDIVVAL_Pos)                   /*!< C_CAN0 CLKDIV: CLKDIVVAL Mask       */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 ADC0 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  ADC0_CR  --------------------------------------------\r
-#define ADC0_CR_SEL_Pos                                       0                                                         /*!< ADC0 CR: SEL Position               */\r
-#define ADC0_CR_SEL_Msk                                       (0x000000ffUL << ADC0_CR_SEL_Pos)                         /*!< ADC0 CR: SEL Mask                   */\r
-#define ADC0_CR_CLKDIV_Pos                                    8                                                         /*!< ADC0 CR: CLKDIV Position            */\r
-#define ADC0_CR_CLKDIV_Msk                                    (0x000000ffUL << ADC0_CR_CLKDIV_Pos)                      /*!< ADC0 CR: CLKDIV Mask                */\r
-#define ADC0_CR_BURST_Pos                                     16                                                        /*!< ADC0 CR: BURST Position             */\r
-#define ADC0_CR_BURST_Msk                                     (0x01UL << ADC0_CR_BURST_Pos)                             /*!< ADC0 CR: BURST Mask                 */\r
-#define ADC0_CR_CLKS_Pos                                      17                                                        /*!< ADC0 CR: CLKS Position              */\r
-#define ADC0_CR_CLKS_Msk                                      (0x07UL << ADC0_CR_CLKS_Pos)                              /*!< ADC0 CR: CLKS Mask                  */\r
-#define ADC0_CR_PDN_Pos                                       21                                                        /*!< ADC0 CR: PDN Position               */\r
-#define ADC0_CR_PDN_Msk                                       (0x01UL << ADC0_CR_PDN_Pos)                               /*!< ADC0 CR: PDN Mask                   */\r
-#define ADC0_CR_START_Pos                                     24                                                        /*!< ADC0 CR: START Position             */\r
-#define ADC0_CR_START_Msk                                     (0x07UL << ADC0_CR_START_Pos)                             /*!< ADC0 CR: START Mask                 */\r
-#define ADC0_CR_EDGE_Pos                                      27                                                        /*!< ADC0 CR: EDGE Position              */\r
-#define ADC0_CR_EDGE_Msk                                      (0x01UL << ADC0_CR_EDGE_Pos)                              /*!< ADC0 CR: EDGE Mask                  */\r
-\r
-// ----------------------------------------  ADC0_GDR  --------------------------------------------\r
-#define ADC0_GDR_V_VREF_Pos                                   6                                                         /*!< ADC0 GDR: V_VREF Position           */\r
-#define ADC0_GDR_V_VREF_Msk                                   (0x000003ffUL << ADC0_GDR_V_VREF_Pos)                     /*!< ADC0 GDR: V_VREF Mask               */\r
-#define ADC0_GDR_CHN_Pos                                      24                                                        /*!< ADC0 GDR: CHN Position              */\r
-#define ADC0_GDR_CHN_Msk                                      (0x07UL << ADC0_GDR_CHN_Pos)                              /*!< ADC0 GDR: CHN Mask                  */\r
-#define ADC0_GDR_OVERRUN_Pos                                  30                                                        /*!< ADC0 GDR: OVERRUN Position          */\r
-#define ADC0_GDR_OVERRUN_Msk                                  (0x01UL << ADC0_GDR_OVERRUN_Pos)                          /*!< ADC0 GDR: OVERRUN Mask              */\r
-#define ADC0_GDR_DONE_Pos                                     31                                                        /*!< ADC0 GDR: DONE Position             */\r
-#define ADC0_GDR_DONE_Msk                                     (0x01UL << ADC0_GDR_DONE_Pos)                             /*!< ADC0 GDR: DONE Mask                 */\r
-\r
-// ---------------------------------------  ADC0_INTEN  -------------------------------------------\r
-#define ADC0_INTEN_ADINTEN_Pos                                0                                                         /*!< ADC0 INTEN: ADINTEN Position        */\r
-#define ADC0_INTEN_ADINTEN_Msk                                (0x000000ffUL << ADC0_INTEN_ADINTEN_Pos)                  /*!< ADC0 INTEN: ADINTEN Mask            */\r
-#define ADC0_INTEN_ADGINTEN_Pos                               8                                                         /*!< ADC0 INTEN: ADGINTEN Position       */\r
-#define ADC0_INTEN_ADGINTEN_Msk                               (0x01UL << ADC0_INTEN_ADGINTEN_Pos)                       /*!< ADC0 INTEN: ADGINTEN Mask           */\r
-\r
-// ----------------------------------------  ADC0_DR0  --------------------------------------------\r
-#define ADC0_DR0_V_VREF_Pos                                   6                                                         /*!< ADC0 DR0: V_VREF Position           */\r
-#define ADC0_DR0_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR0_V_VREF_Pos)                     /*!< ADC0 DR0: V_VREF Mask               */\r
-#define ADC0_DR0_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR0: OVERRUN Position          */\r
-#define ADC0_DR0_OVERRUN_Msk                                  (0x01UL << ADC0_DR0_OVERRUN_Pos)                          /*!< ADC0 DR0: OVERRUN Mask              */\r
-#define ADC0_DR0_DONE_Pos                                     31                                                        /*!< ADC0 DR0: DONE Position             */\r
-#define ADC0_DR0_DONE_Msk                                     (0x01UL << ADC0_DR0_DONE_Pos)                             /*!< ADC0 DR0: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR1  --------------------------------------------\r
-#define ADC0_DR1_V_VREF_Pos                                   6                                                         /*!< ADC0 DR1: V_VREF Position           */\r
-#define ADC0_DR1_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR1_V_VREF_Pos)                     /*!< ADC0 DR1: V_VREF Mask               */\r
-#define ADC0_DR1_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR1: OVERRUN Position          */\r
-#define ADC0_DR1_OVERRUN_Msk                                  (0x01UL << ADC0_DR1_OVERRUN_Pos)                          /*!< ADC0 DR1: OVERRUN Mask              */\r
-#define ADC0_DR1_DONE_Pos                                     31                                                        /*!< ADC0 DR1: DONE Position             */\r
-#define ADC0_DR1_DONE_Msk                                     (0x01UL << ADC0_DR1_DONE_Pos)                             /*!< ADC0 DR1: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR2  --------------------------------------------\r
-#define ADC0_DR2_V_VREF_Pos                                   6                                                         /*!< ADC0 DR2: V_VREF Position           */\r
-#define ADC0_DR2_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR2_V_VREF_Pos)                     /*!< ADC0 DR2: V_VREF Mask               */\r
-#define ADC0_DR2_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR2: OVERRUN Position          */\r
-#define ADC0_DR2_OVERRUN_Msk                                  (0x01UL << ADC0_DR2_OVERRUN_Pos)                          /*!< ADC0 DR2: OVERRUN Mask              */\r
-#define ADC0_DR2_DONE_Pos                                     31                                                        /*!< ADC0 DR2: DONE Position             */\r
-#define ADC0_DR2_DONE_Msk                                     (0x01UL << ADC0_DR2_DONE_Pos)                             /*!< ADC0 DR2: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR3  --------------------------------------------\r
-#define ADC0_DR3_V_VREF_Pos                                   6                                                         /*!< ADC0 DR3: V_VREF Position           */\r
-#define ADC0_DR3_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR3_V_VREF_Pos)                     /*!< ADC0 DR3: V_VREF Mask               */\r
-#define ADC0_DR3_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR3: OVERRUN Position          */\r
-#define ADC0_DR3_OVERRUN_Msk                                  (0x01UL << ADC0_DR3_OVERRUN_Pos)                          /*!< ADC0 DR3: OVERRUN Mask              */\r
-#define ADC0_DR3_DONE_Pos                                     31                                                        /*!< ADC0 DR3: DONE Position             */\r
-#define ADC0_DR3_DONE_Msk                                     (0x01UL << ADC0_DR3_DONE_Pos)                             /*!< ADC0 DR3: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR4  --------------------------------------------\r
-#define ADC0_DR4_V_VREF_Pos                                   6                                                         /*!< ADC0 DR4: V_VREF Position           */\r
-#define ADC0_DR4_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR4_V_VREF_Pos)                     /*!< ADC0 DR4: V_VREF Mask               */\r
-#define ADC0_DR4_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR4: OVERRUN Position          */\r
-#define ADC0_DR4_OVERRUN_Msk                                  (0x01UL << ADC0_DR4_OVERRUN_Pos)                          /*!< ADC0 DR4: OVERRUN Mask              */\r
-#define ADC0_DR4_DONE_Pos                                     31                                                        /*!< ADC0 DR4: DONE Position             */\r
-#define ADC0_DR4_DONE_Msk                                     (0x01UL << ADC0_DR4_DONE_Pos)                             /*!< ADC0 DR4: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR5  --------------------------------------------\r
-#define ADC0_DR5_V_VREF_Pos                                   6                                                         /*!< ADC0 DR5: V_VREF Position           */\r
-#define ADC0_DR5_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR5_V_VREF_Pos)                     /*!< ADC0 DR5: V_VREF Mask               */\r
-#define ADC0_DR5_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR5: OVERRUN Position          */\r
-#define ADC0_DR5_OVERRUN_Msk                                  (0x01UL << ADC0_DR5_OVERRUN_Pos)                          /*!< ADC0 DR5: OVERRUN Mask              */\r
-#define ADC0_DR5_DONE_Pos                                     31                                                        /*!< ADC0 DR5: DONE Position             */\r
-#define ADC0_DR5_DONE_Msk                                     (0x01UL << ADC0_DR5_DONE_Pos)                             /*!< ADC0 DR5: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR6  --------------------------------------------\r
-#define ADC0_DR6_V_VREF_Pos                                   6                                                         /*!< ADC0 DR6: V_VREF Position           */\r
-#define ADC0_DR6_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR6_V_VREF_Pos)                     /*!< ADC0 DR6: V_VREF Mask               */\r
-#define ADC0_DR6_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR6: OVERRUN Position          */\r
-#define ADC0_DR6_OVERRUN_Msk                                  (0x01UL << ADC0_DR6_OVERRUN_Pos)                          /*!< ADC0 DR6: OVERRUN Mask              */\r
-#define ADC0_DR6_DONE_Pos                                     31                                                        /*!< ADC0 DR6: DONE Position             */\r
-#define ADC0_DR6_DONE_Msk                                     (0x01UL << ADC0_DR6_DONE_Pos)                             /*!< ADC0 DR6: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_DR7  --------------------------------------------\r
-#define ADC0_DR7_V_VREF_Pos                                   6                                                         /*!< ADC0 DR7: V_VREF Position           */\r
-#define ADC0_DR7_V_VREF_Msk                                   (0x000003ffUL << ADC0_DR7_V_VREF_Pos)                     /*!< ADC0 DR7: V_VREF Mask               */\r
-#define ADC0_DR7_OVERRUN_Pos                                  30                                                        /*!< ADC0 DR7: OVERRUN Position          */\r
-#define ADC0_DR7_OVERRUN_Msk                                  (0x01UL << ADC0_DR7_OVERRUN_Pos)                          /*!< ADC0 DR7: OVERRUN Mask              */\r
-#define ADC0_DR7_DONE_Pos                                     31                                                        /*!< ADC0 DR7: DONE Position             */\r
-#define ADC0_DR7_DONE_Msk                                     (0x01UL << ADC0_DR7_DONE_Pos)                             /*!< ADC0 DR7: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC0_STAT  -------------------------------------------\r
-#define ADC0_STAT_DONE_Pos                                    0                                                         /*!< ADC0 STAT: DONE Position            */\r
-#define ADC0_STAT_DONE_Msk                                    (0x000000ffUL << ADC0_STAT_DONE_Pos)                      /*!< ADC0 STAT: DONE Mask                */\r
-#define ADC0_STAT_OVERUN_Pos                                  8                                                         /*!< ADC0 STAT: OVERUN Position          */\r
-#define ADC0_STAT_OVERUN_Msk                                  (0x000000ffUL << ADC0_STAT_OVERUN_Pos)                    /*!< ADC0 STAT: OVERUN Mask              */\r
-#define ADC0_STAT_ADINT_Pos                                   16                                                        /*!< ADC0 STAT: ADINT Position           */\r
-#define ADC0_STAT_ADINT_Msk                                   (0x01UL << ADC0_STAT_ADINT_Pos)                           /*!< ADC0 STAT: ADINT Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 ADC1 Position & Mask                                 -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// -----------------------------------------  ADC1_CR  --------------------------------------------\r
-#define ADC1_CR_SEL_Pos                                       0                                                         /*!< ADC1 CR: SEL Position               */\r
-#define ADC1_CR_SEL_Msk                                       (0x000000ffUL << ADC1_CR_SEL_Pos)                         /*!< ADC1 CR: SEL Mask                   */\r
-#define ADC1_CR_CLKDIV_Pos                                    8                                                         /*!< ADC1 CR: CLKDIV Position            */\r
-#define ADC1_CR_CLKDIV_Msk                                    (0x000000ffUL << ADC1_CR_CLKDIV_Pos)                      /*!< ADC1 CR: CLKDIV Mask                */\r
-#define ADC1_CR_BURST_Pos                                     16                                                        /*!< ADC1 CR: BURST Position             */\r
-#define ADC1_CR_BURST_Msk                                     (0x01UL << ADC1_CR_BURST_Pos)                             /*!< ADC1 CR: BURST Mask                 */\r
-#define ADC1_CR_CLKS_Pos                                      17                                                        /*!< ADC1 CR: CLKS Position              */\r
-#define ADC1_CR_CLKS_Msk                                      (0x07UL << ADC1_CR_CLKS_Pos)                              /*!< ADC1 CR: CLKS Mask                  */\r
-#define ADC1_CR_PDN_Pos                                       21                                                        /*!< ADC1 CR: PDN Position               */\r
-#define ADC1_CR_PDN_Msk                                       (0x01UL << ADC1_CR_PDN_Pos)                               /*!< ADC1 CR: PDN Mask                   */\r
-#define ADC1_CR_START_Pos                                     24                                                        /*!< ADC1 CR: START Position             */\r
-#define ADC1_CR_START_Msk                                     (0x07UL << ADC1_CR_START_Pos)                             /*!< ADC1 CR: START Mask                 */\r
-#define ADC1_CR_EDGE_Pos                                      27                                                        /*!< ADC1 CR: EDGE Position              */\r
-#define ADC1_CR_EDGE_Msk                                      (0x01UL << ADC1_CR_EDGE_Pos)                              /*!< ADC1 CR: EDGE Mask                  */\r
-\r
-// ----------------------------------------  ADC1_GDR  --------------------------------------------\r
-#define ADC1_GDR_V_VREF_Pos                                   6                                                         /*!< ADC1 GDR: V_VREF Position           */\r
-#define ADC1_GDR_V_VREF_Msk                                   (0x000003ffUL << ADC1_GDR_V_VREF_Pos)                     /*!< ADC1 GDR: V_VREF Mask               */\r
-#define ADC1_GDR_CHN_Pos                                      24                                                        /*!< ADC1 GDR: CHN Position              */\r
-#define ADC1_GDR_CHN_Msk                                      (0x07UL << ADC1_GDR_CHN_Pos)                              /*!< ADC1 GDR: CHN Mask                  */\r
-#define ADC1_GDR_OVERRUN_Pos                                  30                                                        /*!< ADC1 GDR: OVERRUN Position          */\r
-#define ADC1_GDR_OVERRUN_Msk                                  (0x01UL << ADC1_GDR_OVERRUN_Pos)                          /*!< ADC1 GDR: OVERRUN Mask              */\r
-#define ADC1_GDR_DONE_Pos                                     31                                                        /*!< ADC1 GDR: DONE Position             */\r
-#define ADC1_GDR_DONE_Msk                                     (0x01UL << ADC1_GDR_DONE_Pos)                             /*!< ADC1 GDR: DONE Mask                 */\r
-\r
-// ---------------------------------------  ADC1_INTEN  -------------------------------------------\r
-#define ADC1_INTEN_ADINTEN_Pos                                0                                                         /*!< ADC1 INTEN: ADINTEN Position        */\r
-#define ADC1_INTEN_ADINTEN_Msk                                (0x000000ffUL << ADC1_INTEN_ADINTEN_Pos)                  /*!< ADC1 INTEN: ADINTEN Mask            */\r
-#define ADC1_INTEN_ADGINTEN_Pos                               8                                                         /*!< ADC1 INTEN: ADGINTEN Position       */\r
-#define ADC1_INTEN_ADGINTEN_Msk                               (0x01UL << ADC1_INTEN_ADGINTEN_Pos)                       /*!< ADC1 INTEN: ADGINTEN Mask           */\r
-\r
-// ----------------------------------------  ADC1_DR0  --------------------------------------------\r
-#define ADC1_DR0_V_VREF_Pos                                   6                                                         /*!< ADC1 DR0: V_VREF Position           */\r
-#define ADC1_DR0_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR0_V_VREF_Pos)                     /*!< ADC1 DR0: V_VREF Mask               */\r
-#define ADC1_DR0_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR0: OVERRUN Position          */\r
-#define ADC1_DR0_OVERRUN_Msk                                  (0x01UL << ADC1_DR0_OVERRUN_Pos)                          /*!< ADC1 DR0: OVERRUN Mask              */\r
-#define ADC1_DR0_DONE_Pos                                     31                                                        /*!< ADC1 DR0: DONE Position             */\r
-#define ADC1_DR0_DONE_Msk                                     (0x01UL << ADC1_DR0_DONE_Pos)                             /*!< ADC1 DR0: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR1  --------------------------------------------\r
-#define ADC1_DR1_V_VREF_Pos                                   6                                                         /*!< ADC1 DR1: V_VREF Position           */\r
-#define ADC1_DR1_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR1_V_VREF_Pos)                     /*!< ADC1 DR1: V_VREF Mask               */\r
-#define ADC1_DR1_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR1: OVERRUN Position          */\r
-#define ADC1_DR1_OVERRUN_Msk                                  (0x01UL << ADC1_DR1_OVERRUN_Pos)                          /*!< ADC1 DR1: OVERRUN Mask              */\r
-#define ADC1_DR1_DONE_Pos                                     31                                                        /*!< ADC1 DR1: DONE Position             */\r
-#define ADC1_DR1_DONE_Msk                                     (0x01UL << ADC1_DR1_DONE_Pos)                             /*!< ADC1 DR1: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR2  --------------------------------------------\r
-#define ADC1_DR2_V_VREF_Pos                                   6                                                         /*!< ADC1 DR2: V_VREF Position           */\r
-#define ADC1_DR2_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR2_V_VREF_Pos)                     /*!< ADC1 DR2: V_VREF Mask               */\r
-#define ADC1_DR2_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR2: OVERRUN Position          */\r
-#define ADC1_DR2_OVERRUN_Msk                                  (0x01UL << ADC1_DR2_OVERRUN_Pos)                          /*!< ADC1 DR2: OVERRUN Mask              */\r
-#define ADC1_DR2_DONE_Pos                                     31                                                        /*!< ADC1 DR2: DONE Position             */\r
-#define ADC1_DR2_DONE_Msk                                     (0x01UL << ADC1_DR2_DONE_Pos)                             /*!< ADC1 DR2: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR3  --------------------------------------------\r
-#define ADC1_DR3_V_VREF_Pos                                   6                                                         /*!< ADC1 DR3: V_VREF Position           */\r
-#define ADC1_DR3_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR3_V_VREF_Pos)                     /*!< ADC1 DR3: V_VREF Mask               */\r
-#define ADC1_DR3_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR3: OVERRUN Position          */\r
-#define ADC1_DR3_OVERRUN_Msk                                  (0x01UL << ADC1_DR3_OVERRUN_Pos)                          /*!< ADC1 DR3: OVERRUN Mask              */\r
-#define ADC1_DR3_DONE_Pos                                     31                                                        /*!< ADC1 DR3: DONE Position             */\r
-#define ADC1_DR3_DONE_Msk                                     (0x01UL << ADC1_DR3_DONE_Pos)                             /*!< ADC1 DR3: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR4  --------------------------------------------\r
-#define ADC1_DR4_V_VREF_Pos                                   6                                                         /*!< ADC1 DR4: V_VREF Position           */\r
-#define ADC1_DR4_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR4_V_VREF_Pos)                     /*!< ADC1 DR4: V_VREF Mask               */\r
-#define ADC1_DR4_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR4: OVERRUN Position          */\r
-#define ADC1_DR4_OVERRUN_Msk                                  (0x01UL << ADC1_DR4_OVERRUN_Pos)                          /*!< ADC1 DR4: OVERRUN Mask              */\r
-#define ADC1_DR4_DONE_Pos                                     31                                                        /*!< ADC1 DR4: DONE Position             */\r
-#define ADC1_DR4_DONE_Msk                                     (0x01UL << ADC1_DR4_DONE_Pos)                             /*!< ADC1 DR4: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR5  --------------------------------------------\r
-#define ADC1_DR5_V_VREF_Pos                                   6                                                         /*!< ADC1 DR5: V_VREF Position           */\r
-#define ADC1_DR5_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR5_V_VREF_Pos)                     /*!< ADC1 DR5: V_VREF Mask               */\r
-#define ADC1_DR5_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR5: OVERRUN Position          */\r
-#define ADC1_DR5_OVERRUN_Msk                                  (0x01UL << ADC1_DR5_OVERRUN_Pos)                          /*!< ADC1 DR5: OVERRUN Mask              */\r
-#define ADC1_DR5_DONE_Pos                                     31                                                        /*!< ADC1 DR5: DONE Position             */\r
-#define ADC1_DR5_DONE_Msk                                     (0x01UL << ADC1_DR5_DONE_Pos)                             /*!< ADC1 DR5: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR6  --------------------------------------------\r
-#define ADC1_DR6_V_VREF_Pos                                   6                                                         /*!< ADC1 DR6: V_VREF Position           */\r
-#define ADC1_DR6_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR6_V_VREF_Pos)                     /*!< ADC1 DR6: V_VREF Mask               */\r
-#define ADC1_DR6_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR6: OVERRUN Position          */\r
-#define ADC1_DR6_OVERRUN_Msk                                  (0x01UL << ADC1_DR6_OVERRUN_Pos)                          /*!< ADC1 DR6: OVERRUN Mask              */\r
-#define ADC1_DR6_DONE_Pos                                     31                                                        /*!< ADC1 DR6: DONE Position             */\r
-#define ADC1_DR6_DONE_Msk                                     (0x01UL << ADC1_DR6_DONE_Pos)                             /*!< ADC1 DR6: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_DR7  --------------------------------------------\r
-#define ADC1_DR7_V_VREF_Pos                                   6                                                         /*!< ADC1 DR7: V_VREF Position           */\r
-#define ADC1_DR7_V_VREF_Msk                                   (0x000003ffUL << ADC1_DR7_V_VREF_Pos)                     /*!< ADC1 DR7: V_VREF Mask               */\r
-#define ADC1_DR7_OVERRUN_Pos                                  30                                                        /*!< ADC1 DR7: OVERRUN Position          */\r
-#define ADC1_DR7_OVERRUN_Msk                                  (0x01UL << ADC1_DR7_OVERRUN_Pos)                          /*!< ADC1 DR7: OVERRUN Mask              */\r
-#define ADC1_DR7_DONE_Pos                                     31                                                        /*!< ADC1 DR7: DONE Position             */\r
-#define ADC1_DR7_DONE_Msk                                     (0x01UL << ADC1_DR7_DONE_Pos)                             /*!< ADC1 DR7: DONE Mask                 */\r
-\r
-// ----------------------------------------  ADC1_STAT  -------------------------------------------\r
-#define ADC1_STAT_DONE_Pos                                    0                                                         /*!< ADC1 STAT: DONE Position            */\r
-#define ADC1_STAT_DONE_Msk                                    (0x000000ffUL << ADC1_STAT_DONE_Pos)                      /*!< ADC1 STAT: DONE Mask                */\r
-#define ADC1_STAT_OVERUN_Pos                                  8                                                         /*!< ADC1 STAT: OVERUN Position          */\r
-#define ADC1_STAT_OVERUN_Msk                                  (0x000000ffUL << ADC1_STAT_OVERUN_Pos)                    /*!< ADC1 STAT: OVERUN Mask              */\r
-#define ADC1_STAT_ADINT_Pos                                   16                                                        /*!< ADC1 STAT: ADINT Position           */\r
-#define ADC1_STAT_ADINT_Msk                                   (0x01UL << ADC1_STAT_ADINT_Pos)                           /*!< ADC1 STAT: ADINT Mask               */\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                               GPIO_PORT Position & Mask                              -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-\r
-// --------------------------------------  GPIO_PORT_B0  ------------------------------------------\r
-#define GPIO_PORT_B0_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B0: PBYTE Position        */\r
-#define GPIO_PORT_B0_PBYTE_Msk                                (0x01UL << GPIO_PORT_B0_PBYTE_Pos)                        /*!< GPIO_PORT B0: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B1  ------------------------------------------\r
-#define GPIO_PORT_B1_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B1: PBYTE Position        */\r
-#define GPIO_PORT_B1_PBYTE_Msk                                (0x01UL << GPIO_PORT_B1_PBYTE_Pos)                        /*!< GPIO_PORT B1: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B2  ------------------------------------------\r
-#define GPIO_PORT_B2_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B2: PBYTE Position        */\r
-#define GPIO_PORT_B2_PBYTE_Msk                                (0x01UL << GPIO_PORT_B2_PBYTE_Pos)                        /*!< GPIO_PORT B2: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B3  ------------------------------------------\r
-#define GPIO_PORT_B3_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B3: PBYTE Position        */\r
-#define GPIO_PORT_B3_PBYTE_Msk                                (0x01UL << GPIO_PORT_B3_PBYTE_Pos)                        /*!< GPIO_PORT B3: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B4  ------------------------------------------\r
-#define GPIO_PORT_B4_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B4: PBYTE Position        */\r
-#define GPIO_PORT_B4_PBYTE_Msk                                (0x01UL << GPIO_PORT_B4_PBYTE_Pos)                        /*!< GPIO_PORT B4: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B5  ------------------------------------------\r
-#define GPIO_PORT_B5_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B5: PBYTE Position        */\r
-#define GPIO_PORT_B5_PBYTE_Msk                                (0x01UL << GPIO_PORT_B5_PBYTE_Pos)                        /*!< GPIO_PORT B5: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B6  ------------------------------------------\r
-#define GPIO_PORT_B6_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B6: PBYTE Position        */\r
-#define GPIO_PORT_B6_PBYTE_Msk                                (0x01UL << GPIO_PORT_B6_PBYTE_Pos)                        /*!< GPIO_PORT B6: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B7  ------------------------------------------\r
-#define GPIO_PORT_B7_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B7: PBYTE Position        */\r
-#define GPIO_PORT_B7_PBYTE_Msk                                (0x01UL << GPIO_PORT_B7_PBYTE_Pos)                        /*!< GPIO_PORT B7: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B8  ------------------------------------------\r
-#define GPIO_PORT_B8_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B8: PBYTE Position        */\r
-#define GPIO_PORT_B8_PBYTE_Msk                                (0x01UL << GPIO_PORT_B8_PBYTE_Pos)                        /*!< GPIO_PORT B8: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B9  ------------------------------------------\r
-#define GPIO_PORT_B9_PBYTE_Pos                                0                                                         /*!< GPIO_PORT B9: PBYTE Position        */\r
-#define GPIO_PORT_B9_PBYTE_Msk                                (0x01UL << GPIO_PORT_B9_PBYTE_Pos)                        /*!< GPIO_PORT B9: PBYTE Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_B10  -----------------------------------------\r
-#define GPIO_PORT_B10_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B10: PBYTE Position       */\r
-#define GPIO_PORT_B10_PBYTE_Msk                               (0x01UL << GPIO_PORT_B10_PBYTE_Pos)                       /*!< GPIO_PORT B10: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B11  -----------------------------------------\r
-#define GPIO_PORT_B11_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B11: PBYTE Position       */\r
-#define GPIO_PORT_B11_PBYTE_Msk                               (0x01UL << GPIO_PORT_B11_PBYTE_Pos)                       /*!< GPIO_PORT B11: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B12  -----------------------------------------\r
-#define GPIO_PORT_B12_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B12: PBYTE Position       */\r
-#define GPIO_PORT_B12_PBYTE_Msk                               (0x01UL << GPIO_PORT_B12_PBYTE_Pos)                       /*!< GPIO_PORT B12: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B13  -----------------------------------------\r
-#define GPIO_PORT_B13_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B13: PBYTE Position       */\r
-#define GPIO_PORT_B13_PBYTE_Msk                               (0x01UL << GPIO_PORT_B13_PBYTE_Pos)                       /*!< GPIO_PORT B13: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B14  -----------------------------------------\r
-#define GPIO_PORT_B14_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B14: PBYTE Position       */\r
-#define GPIO_PORT_B14_PBYTE_Msk                               (0x01UL << GPIO_PORT_B14_PBYTE_Pos)                       /*!< GPIO_PORT B14: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B15  -----------------------------------------\r
-#define GPIO_PORT_B15_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B15: PBYTE Position       */\r
-#define GPIO_PORT_B15_PBYTE_Msk                               (0x01UL << GPIO_PORT_B15_PBYTE_Pos)                       /*!< GPIO_PORT B15: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B16  -----------------------------------------\r
-#define GPIO_PORT_B16_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B16: PBYTE Position       */\r
-#define GPIO_PORT_B16_PBYTE_Msk                               (0x01UL << GPIO_PORT_B16_PBYTE_Pos)                       /*!< GPIO_PORT B16: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B17  -----------------------------------------\r
-#define GPIO_PORT_B17_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B17: PBYTE Position       */\r
-#define GPIO_PORT_B17_PBYTE_Msk                               (0x01UL << GPIO_PORT_B17_PBYTE_Pos)                       /*!< GPIO_PORT B17: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B18  -----------------------------------------\r
-#define GPIO_PORT_B18_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B18: PBYTE Position       */\r
-#define GPIO_PORT_B18_PBYTE_Msk                               (0x01UL << GPIO_PORT_B18_PBYTE_Pos)                       /*!< GPIO_PORT B18: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B19  -----------------------------------------\r
-#define GPIO_PORT_B19_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B19: PBYTE Position       */\r
-#define GPIO_PORT_B19_PBYTE_Msk                               (0x01UL << GPIO_PORT_B19_PBYTE_Pos)                       /*!< GPIO_PORT B19: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B20  -----------------------------------------\r
-#define GPIO_PORT_B20_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B20: PBYTE Position       */\r
-#define GPIO_PORT_B20_PBYTE_Msk                               (0x01UL << GPIO_PORT_B20_PBYTE_Pos)                       /*!< GPIO_PORT B20: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B21  -----------------------------------------\r
-#define GPIO_PORT_B21_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B21: PBYTE Position       */\r
-#define GPIO_PORT_B21_PBYTE_Msk                               (0x01UL << GPIO_PORT_B21_PBYTE_Pos)                       /*!< GPIO_PORT B21: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B22  -----------------------------------------\r
-#define GPIO_PORT_B22_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B22: PBYTE Position       */\r
-#define GPIO_PORT_B22_PBYTE_Msk                               (0x01UL << GPIO_PORT_B22_PBYTE_Pos)                       /*!< GPIO_PORT B22: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B23  -----------------------------------------\r
-#define GPIO_PORT_B23_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B23: PBYTE Position       */\r
-#define GPIO_PORT_B23_PBYTE_Msk                               (0x01UL << GPIO_PORT_B23_PBYTE_Pos)                       /*!< GPIO_PORT B23: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B24  -----------------------------------------\r
-#define GPIO_PORT_B24_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B24: PBYTE Position       */\r
-#define GPIO_PORT_B24_PBYTE_Msk                               (0x01UL << GPIO_PORT_B24_PBYTE_Pos)                       /*!< GPIO_PORT B24: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B25  -----------------------------------------\r
-#define GPIO_PORT_B25_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B25: PBYTE Position       */\r
-#define GPIO_PORT_B25_PBYTE_Msk                               (0x01UL << GPIO_PORT_B25_PBYTE_Pos)                       /*!< GPIO_PORT B25: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B26  -----------------------------------------\r
-#define GPIO_PORT_B26_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B26: PBYTE Position       */\r
-#define GPIO_PORT_B26_PBYTE_Msk                               (0x01UL << GPIO_PORT_B26_PBYTE_Pos)                       /*!< GPIO_PORT B26: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B27  -----------------------------------------\r
-#define GPIO_PORT_B27_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B27: PBYTE Position       */\r
-#define GPIO_PORT_B27_PBYTE_Msk                               (0x01UL << GPIO_PORT_B27_PBYTE_Pos)                       /*!< GPIO_PORT B27: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B28  -----------------------------------------\r
-#define GPIO_PORT_B28_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B28: PBYTE Position       */\r
-#define GPIO_PORT_B28_PBYTE_Msk                               (0x01UL << GPIO_PORT_B28_PBYTE_Pos)                       /*!< GPIO_PORT B28: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B29  -----------------------------------------\r
-#define GPIO_PORT_B29_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B29: PBYTE Position       */\r
-#define GPIO_PORT_B29_PBYTE_Msk                               (0x01UL << GPIO_PORT_B29_PBYTE_Pos)                       /*!< GPIO_PORT B29: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B30  -----------------------------------------\r
-#define GPIO_PORT_B30_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B30: PBYTE Position       */\r
-#define GPIO_PORT_B30_PBYTE_Msk                               (0x01UL << GPIO_PORT_B30_PBYTE_Pos)                       /*!< GPIO_PORT B30: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B31  -----------------------------------------\r
-#define GPIO_PORT_B31_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B31: PBYTE Position       */\r
-#define GPIO_PORT_B31_PBYTE_Msk                               (0x01UL << GPIO_PORT_B31_PBYTE_Pos)                       /*!< GPIO_PORT B31: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B32  -----------------------------------------\r
-#define GPIO_PORT_B32_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B32: PBYTE Position       */\r
-#define GPIO_PORT_B32_PBYTE_Msk                               (0x01UL << GPIO_PORT_B32_PBYTE_Pos)                       /*!< GPIO_PORT B32: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B33  -----------------------------------------\r
-#define GPIO_PORT_B33_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B33: PBYTE Position       */\r
-#define GPIO_PORT_B33_PBYTE_Msk                               (0x01UL << GPIO_PORT_B33_PBYTE_Pos)                       /*!< GPIO_PORT B33: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B34  -----------------------------------------\r
-#define GPIO_PORT_B34_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B34: PBYTE Position       */\r
-#define GPIO_PORT_B34_PBYTE_Msk                               (0x01UL << GPIO_PORT_B34_PBYTE_Pos)                       /*!< GPIO_PORT B34: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B35  -----------------------------------------\r
-#define GPIO_PORT_B35_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B35: PBYTE Position       */\r
-#define GPIO_PORT_B35_PBYTE_Msk                               (0x01UL << GPIO_PORT_B35_PBYTE_Pos)                       /*!< GPIO_PORT B35: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B36  -----------------------------------------\r
-#define GPIO_PORT_B36_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B36: PBYTE Position       */\r
-#define GPIO_PORT_B36_PBYTE_Msk                               (0x01UL << GPIO_PORT_B36_PBYTE_Pos)                       /*!< GPIO_PORT B36: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B37  -----------------------------------------\r
-#define GPIO_PORT_B37_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B37: PBYTE Position       */\r
-#define GPIO_PORT_B37_PBYTE_Msk                               (0x01UL << GPIO_PORT_B37_PBYTE_Pos)                       /*!< GPIO_PORT B37: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B38  -----------------------------------------\r
-#define GPIO_PORT_B38_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B38: PBYTE Position       */\r
-#define GPIO_PORT_B38_PBYTE_Msk                               (0x01UL << GPIO_PORT_B38_PBYTE_Pos)                       /*!< GPIO_PORT B38: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B39  -----------------------------------------\r
-#define GPIO_PORT_B39_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B39: PBYTE Position       */\r
-#define GPIO_PORT_B39_PBYTE_Msk                               (0x01UL << GPIO_PORT_B39_PBYTE_Pos)                       /*!< GPIO_PORT B39: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B40  -----------------------------------------\r
-#define GPIO_PORT_B40_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B40: PBYTE Position       */\r
-#define GPIO_PORT_B40_PBYTE_Msk                               (0x01UL << GPIO_PORT_B40_PBYTE_Pos)                       /*!< GPIO_PORT B40: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B41  -----------------------------------------\r
-#define GPIO_PORT_B41_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B41: PBYTE Position       */\r
-#define GPIO_PORT_B41_PBYTE_Msk                               (0x01UL << GPIO_PORT_B41_PBYTE_Pos)                       /*!< GPIO_PORT B41: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B42  -----------------------------------------\r
-#define GPIO_PORT_B42_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B42: PBYTE Position       */\r
-#define GPIO_PORT_B42_PBYTE_Msk                               (0x01UL << GPIO_PORT_B42_PBYTE_Pos)                       /*!< GPIO_PORT B42: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B43  -----------------------------------------\r
-#define GPIO_PORT_B43_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B43: PBYTE Position       */\r
-#define GPIO_PORT_B43_PBYTE_Msk                               (0x01UL << GPIO_PORT_B43_PBYTE_Pos)                       /*!< GPIO_PORT B43: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B44  -----------------------------------------\r
-#define GPIO_PORT_B44_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B44: PBYTE Position       */\r
-#define GPIO_PORT_B44_PBYTE_Msk                               (0x01UL << GPIO_PORT_B44_PBYTE_Pos)                       /*!< GPIO_PORT B44: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B45  -----------------------------------------\r
-#define GPIO_PORT_B45_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B45: PBYTE Position       */\r
-#define GPIO_PORT_B45_PBYTE_Msk                               (0x01UL << GPIO_PORT_B45_PBYTE_Pos)                       /*!< GPIO_PORT B45: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B46  -----------------------------------------\r
-#define GPIO_PORT_B46_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B46: PBYTE Position       */\r
-#define GPIO_PORT_B46_PBYTE_Msk                               (0x01UL << GPIO_PORT_B46_PBYTE_Pos)                       /*!< GPIO_PORT B46: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B47  -----------------------------------------\r
-#define GPIO_PORT_B47_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B47: PBYTE Position       */\r
-#define GPIO_PORT_B47_PBYTE_Msk                               (0x01UL << GPIO_PORT_B47_PBYTE_Pos)                       /*!< GPIO_PORT B47: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B48  -----------------------------------------\r
-#define GPIO_PORT_B48_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B48: PBYTE Position       */\r
-#define GPIO_PORT_B48_PBYTE_Msk                               (0x01UL << GPIO_PORT_B48_PBYTE_Pos)                       /*!< GPIO_PORT B48: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B49  -----------------------------------------\r
-#define GPIO_PORT_B49_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B49: PBYTE Position       */\r
-#define GPIO_PORT_B49_PBYTE_Msk                               (0x01UL << GPIO_PORT_B49_PBYTE_Pos)                       /*!< GPIO_PORT B49: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B50  -----------------------------------------\r
-#define GPIO_PORT_B50_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B50: PBYTE Position       */\r
-#define GPIO_PORT_B50_PBYTE_Msk                               (0x01UL << GPIO_PORT_B50_PBYTE_Pos)                       /*!< GPIO_PORT B50: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B51  -----------------------------------------\r
-#define GPIO_PORT_B51_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B51: PBYTE Position       */\r
-#define GPIO_PORT_B51_PBYTE_Msk                               (0x01UL << GPIO_PORT_B51_PBYTE_Pos)                       /*!< GPIO_PORT B51: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B52  -----------------------------------------\r
-#define GPIO_PORT_B52_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B52: PBYTE Position       */\r
-#define GPIO_PORT_B52_PBYTE_Msk                               (0x01UL << GPIO_PORT_B52_PBYTE_Pos)                       /*!< GPIO_PORT B52: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B53  -----------------------------------------\r
-#define GPIO_PORT_B53_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B53: PBYTE Position       */\r
-#define GPIO_PORT_B53_PBYTE_Msk                               (0x01UL << GPIO_PORT_B53_PBYTE_Pos)                       /*!< GPIO_PORT B53: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B54  -----------------------------------------\r
-#define GPIO_PORT_B54_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B54: PBYTE Position       */\r
-#define GPIO_PORT_B54_PBYTE_Msk                               (0x01UL << GPIO_PORT_B54_PBYTE_Pos)                       /*!< GPIO_PORT B54: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B55  -----------------------------------------\r
-#define GPIO_PORT_B55_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B55: PBYTE Position       */\r
-#define GPIO_PORT_B55_PBYTE_Msk                               (0x01UL << GPIO_PORT_B55_PBYTE_Pos)                       /*!< GPIO_PORT B55: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B56  -----------------------------------------\r
-#define GPIO_PORT_B56_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B56: PBYTE Position       */\r
-#define GPIO_PORT_B56_PBYTE_Msk                               (0x01UL << GPIO_PORT_B56_PBYTE_Pos)                       /*!< GPIO_PORT B56: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B57  -----------------------------------------\r
-#define GPIO_PORT_B57_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B57: PBYTE Position       */\r
-#define GPIO_PORT_B57_PBYTE_Msk                               (0x01UL << GPIO_PORT_B57_PBYTE_Pos)                       /*!< GPIO_PORT B57: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B58  -----------------------------------------\r
-#define GPIO_PORT_B58_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B58: PBYTE Position       */\r
-#define GPIO_PORT_B58_PBYTE_Msk                               (0x01UL << GPIO_PORT_B58_PBYTE_Pos)                       /*!< GPIO_PORT B58: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B59  -----------------------------------------\r
-#define GPIO_PORT_B59_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B59: PBYTE Position       */\r
-#define GPIO_PORT_B59_PBYTE_Msk                               (0x01UL << GPIO_PORT_B59_PBYTE_Pos)                       /*!< GPIO_PORT B59: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B60  -----------------------------------------\r
-#define GPIO_PORT_B60_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B60: PBYTE Position       */\r
-#define GPIO_PORT_B60_PBYTE_Msk                               (0x01UL << GPIO_PORT_B60_PBYTE_Pos)                       /*!< GPIO_PORT B60: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B61  -----------------------------------------\r
-#define GPIO_PORT_B61_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B61: PBYTE Position       */\r
-#define GPIO_PORT_B61_PBYTE_Msk                               (0x01UL << GPIO_PORT_B61_PBYTE_Pos)                       /*!< GPIO_PORT B61: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B62  -----------------------------------------\r
-#define GPIO_PORT_B62_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B62: PBYTE Position       */\r
-#define GPIO_PORT_B62_PBYTE_Msk                               (0x01UL << GPIO_PORT_B62_PBYTE_Pos)                       /*!< GPIO_PORT B62: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B63  -----------------------------------------\r
-#define GPIO_PORT_B63_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B63: PBYTE Position       */\r
-#define GPIO_PORT_B63_PBYTE_Msk                               (0x01UL << GPIO_PORT_B63_PBYTE_Pos)                       /*!< GPIO_PORT B63: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B64  -----------------------------------------\r
-#define GPIO_PORT_B64_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B64: PBYTE Position       */\r
-#define GPIO_PORT_B64_PBYTE_Msk                               (0x01UL << GPIO_PORT_B64_PBYTE_Pos)                       /*!< GPIO_PORT B64: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B65  -----------------------------------------\r
-#define GPIO_PORT_B65_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B65: PBYTE Position       */\r
-#define GPIO_PORT_B65_PBYTE_Msk                               (0x01UL << GPIO_PORT_B65_PBYTE_Pos)                       /*!< GPIO_PORT B65: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B66  -----------------------------------------\r
-#define GPIO_PORT_B66_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B66: PBYTE Position       */\r
-#define GPIO_PORT_B66_PBYTE_Msk                               (0x01UL << GPIO_PORT_B66_PBYTE_Pos)                       /*!< GPIO_PORT B66: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B67  -----------------------------------------\r
-#define GPIO_PORT_B67_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B67: PBYTE Position       */\r
-#define GPIO_PORT_B67_PBYTE_Msk                               (0x01UL << GPIO_PORT_B67_PBYTE_Pos)                       /*!< GPIO_PORT B67: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B68  -----------------------------------------\r
-#define GPIO_PORT_B68_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B68: PBYTE Position       */\r
-#define GPIO_PORT_B68_PBYTE_Msk                               (0x01UL << GPIO_PORT_B68_PBYTE_Pos)                       /*!< GPIO_PORT B68: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B69  -----------------------------------------\r
-#define GPIO_PORT_B69_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B69: PBYTE Position       */\r
-#define GPIO_PORT_B69_PBYTE_Msk                               (0x01UL << GPIO_PORT_B69_PBYTE_Pos)                       /*!< GPIO_PORT B69: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B70  -----------------------------------------\r
-#define GPIO_PORT_B70_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B70: PBYTE Position       */\r
-#define GPIO_PORT_B70_PBYTE_Msk                               (0x01UL << GPIO_PORT_B70_PBYTE_Pos)                       /*!< GPIO_PORT B70: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B71  -----------------------------------------\r
-#define GPIO_PORT_B71_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B71: PBYTE Position       */\r
-#define GPIO_PORT_B71_PBYTE_Msk                               (0x01UL << GPIO_PORT_B71_PBYTE_Pos)                       /*!< GPIO_PORT B71: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B72  -----------------------------------------\r
-#define GPIO_PORT_B72_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B72: PBYTE Position       */\r
-#define GPIO_PORT_B72_PBYTE_Msk                               (0x01UL << GPIO_PORT_B72_PBYTE_Pos)                       /*!< GPIO_PORT B72: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B73  -----------------------------------------\r
-#define GPIO_PORT_B73_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B73: PBYTE Position       */\r
-#define GPIO_PORT_B73_PBYTE_Msk                               (0x01UL << GPIO_PORT_B73_PBYTE_Pos)                       /*!< GPIO_PORT B73: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B74  -----------------------------------------\r
-#define GPIO_PORT_B74_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B74: PBYTE Position       */\r
-#define GPIO_PORT_B74_PBYTE_Msk                               (0x01UL << GPIO_PORT_B74_PBYTE_Pos)                       /*!< GPIO_PORT B74: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B75  -----------------------------------------\r
-#define GPIO_PORT_B75_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B75: PBYTE Position       */\r
-#define GPIO_PORT_B75_PBYTE_Msk                               (0x01UL << GPIO_PORT_B75_PBYTE_Pos)                       /*!< GPIO_PORT B75: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B76  -----------------------------------------\r
-#define GPIO_PORT_B76_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B76: PBYTE Position       */\r
-#define GPIO_PORT_B76_PBYTE_Msk                               (0x01UL << GPIO_PORT_B76_PBYTE_Pos)                       /*!< GPIO_PORT B76: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B77  -----------------------------------------\r
-#define GPIO_PORT_B77_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B77: PBYTE Position       */\r
-#define GPIO_PORT_B77_PBYTE_Msk                               (0x01UL << GPIO_PORT_B77_PBYTE_Pos)                       /*!< GPIO_PORT B77: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B78  -----------------------------------------\r
-#define GPIO_PORT_B78_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B78: PBYTE Position       */\r
-#define GPIO_PORT_B78_PBYTE_Msk                               (0x01UL << GPIO_PORT_B78_PBYTE_Pos)                       /*!< GPIO_PORT B78: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B79  -----------------------------------------\r
-#define GPIO_PORT_B79_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B79: PBYTE Position       */\r
-#define GPIO_PORT_B79_PBYTE_Msk                               (0x01UL << GPIO_PORT_B79_PBYTE_Pos)                       /*!< GPIO_PORT B79: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B80  -----------------------------------------\r
-#define GPIO_PORT_B80_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B80: PBYTE Position       */\r
-#define GPIO_PORT_B80_PBYTE_Msk                               (0x01UL << GPIO_PORT_B80_PBYTE_Pos)                       /*!< GPIO_PORT B80: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B81  -----------------------------------------\r
-#define GPIO_PORT_B81_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B81: PBYTE Position       */\r
-#define GPIO_PORT_B81_PBYTE_Msk                               (0x01UL << GPIO_PORT_B81_PBYTE_Pos)                       /*!< GPIO_PORT B81: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B82  -----------------------------------------\r
-#define GPIO_PORT_B82_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B82: PBYTE Position       */\r
-#define GPIO_PORT_B82_PBYTE_Msk                               (0x01UL << GPIO_PORT_B82_PBYTE_Pos)                       /*!< GPIO_PORT B82: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B83  -----------------------------------------\r
-#define GPIO_PORT_B83_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B83: PBYTE Position       */\r
-#define GPIO_PORT_B83_PBYTE_Msk                               (0x01UL << GPIO_PORT_B83_PBYTE_Pos)                       /*!< GPIO_PORT B83: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B84  -----------------------------------------\r
-#define GPIO_PORT_B84_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B84: PBYTE Position       */\r
-#define GPIO_PORT_B84_PBYTE_Msk                               (0x01UL << GPIO_PORT_B84_PBYTE_Pos)                       /*!< GPIO_PORT B84: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B85  -----------------------------------------\r
-#define GPIO_PORT_B85_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B85: PBYTE Position       */\r
-#define GPIO_PORT_B85_PBYTE_Msk                               (0x01UL << GPIO_PORT_B85_PBYTE_Pos)                       /*!< GPIO_PORT B85: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B86  -----------------------------------------\r
-#define GPIO_PORT_B86_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B86: PBYTE Position       */\r
-#define GPIO_PORT_B86_PBYTE_Msk                               (0x01UL << GPIO_PORT_B86_PBYTE_Pos)                       /*!< GPIO_PORT B86: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B87  -----------------------------------------\r
-#define GPIO_PORT_B87_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B87: PBYTE Position       */\r
-#define GPIO_PORT_B87_PBYTE_Msk                               (0x01UL << GPIO_PORT_B87_PBYTE_Pos)                       /*!< GPIO_PORT B87: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B88  -----------------------------------------\r
-#define GPIO_PORT_B88_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B88: PBYTE Position       */\r
-#define GPIO_PORT_B88_PBYTE_Msk                               (0x01UL << GPIO_PORT_B88_PBYTE_Pos)                       /*!< GPIO_PORT B88: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B89  -----------------------------------------\r
-#define GPIO_PORT_B89_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B89: PBYTE Position       */\r
-#define GPIO_PORT_B89_PBYTE_Msk                               (0x01UL << GPIO_PORT_B89_PBYTE_Pos)                       /*!< GPIO_PORT B89: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B90  -----------------------------------------\r
-#define GPIO_PORT_B90_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B90: PBYTE Position       */\r
-#define GPIO_PORT_B90_PBYTE_Msk                               (0x01UL << GPIO_PORT_B90_PBYTE_Pos)                       /*!< GPIO_PORT B90: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B91  -----------------------------------------\r
-#define GPIO_PORT_B91_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B91: PBYTE Position       */\r
-#define GPIO_PORT_B91_PBYTE_Msk                               (0x01UL << GPIO_PORT_B91_PBYTE_Pos)                       /*!< GPIO_PORT B91: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B92  -----------------------------------------\r
-#define GPIO_PORT_B92_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B92: PBYTE Position       */\r
-#define GPIO_PORT_B92_PBYTE_Msk                               (0x01UL << GPIO_PORT_B92_PBYTE_Pos)                       /*!< GPIO_PORT B92: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B93  -----------------------------------------\r
-#define GPIO_PORT_B93_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B93: PBYTE Position       */\r
-#define GPIO_PORT_B93_PBYTE_Msk                               (0x01UL << GPIO_PORT_B93_PBYTE_Pos)                       /*!< GPIO_PORT B93: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B94  -----------------------------------------\r
-#define GPIO_PORT_B94_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B94: PBYTE Position       */\r
-#define GPIO_PORT_B94_PBYTE_Msk                               (0x01UL << GPIO_PORT_B94_PBYTE_Pos)                       /*!< GPIO_PORT B94: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B95  -----------------------------------------\r
-#define GPIO_PORT_B95_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B95: PBYTE Position       */\r
-#define GPIO_PORT_B95_PBYTE_Msk                               (0x01UL << GPIO_PORT_B95_PBYTE_Pos)                       /*!< GPIO_PORT B95: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B96  -----------------------------------------\r
-#define GPIO_PORT_B96_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B96: PBYTE Position       */\r
-#define GPIO_PORT_B96_PBYTE_Msk                               (0x01UL << GPIO_PORT_B96_PBYTE_Pos)                       /*!< GPIO_PORT B96: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B97  -----------------------------------------\r
-#define GPIO_PORT_B97_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B97: PBYTE Position       */\r
-#define GPIO_PORT_B97_PBYTE_Msk                               (0x01UL << GPIO_PORT_B97_PBYTE_Pos)                       /*!< GPIO_PORT B97: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B98  -----------------------------------------\r
-#define GPIO_PORT_B98_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B98: PBYTE Position       */\r
-#define GPIO_PORT_B98_PBYTE_Msk                               (0x01UL << GPIO_PORT_B98_PBYTE_Pos)                       /*!< GPIO_PORT B98: PBYTE Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_B99  -----------------------------------------\r
-#define GPIO_PORT_B99_PBYTE_Pos                               0                                                         /*!< GPIO_PORT B99: PBYTE Position       */\r
-#define GPIO_PORT_B99_PBYTE_Msk                               (0x01UL << GPIO_PORT_B99_PBYTE_Pos)                       /*!< GPIO_PORT B99: PBYTE Mask           */\r
-\r
-// -------------------------------------  GPIO_PORT_B100  -----------------------------------------\r
-#define GPIO_PORT_B100_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B100: PBYTE Position      */\r
-#define GPIO_PORT_B100_PBYTE_Msk                              (0x01UL << GPIO_PORT_B100_PBYTE_Pos)                      /*!< GPIO_PORT B100: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B101  -----------------------------------------\r
-#define GPIO_PORT_B101_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B101: PBYTE Position      */\r
-#define GPIO_PORT_B101_PBYTE_Msk                              (0x01UL << GPIO_PORT_B101_PBYTE_Pos)                      /*!< GPIO_PORT B101: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B102  -----------------------------------------\r
-#define GPIO_PORT_B102_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B102: PBYTE Position      */\r
-#define GPIO_PORT_B102_PBYTE_Msk                              (0x01UL << GPIO_PORT_B102_PBYTE_Pos)                      /*!< GPIO_PORT B102: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B103  -----------------------------------------\r
-#define GPIO_PORT_B103_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B103: PBYTE Position      */\r
-#define GPIO_PORT_B103_PBYTE_Msk                              (0x01UL << GPIO_PORT_B103_PBYTE_Pos)                      /*!< GPIO_PORT B103: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B104  -----------------------------------------\r
-#define GPIO_PORT_B104_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B104: PBYTE Position      */\r
-#define GPIO_PORT_B104_PBYTE_Msk                              (0x01UL << GPIO_PORT_B104_PBYTE_Pos)                      /*!< GPIO_PORT B104: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B105  -----------------------------------------\r
-#define GPIO_PORT_B105_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B105: PBYTE Position      */\r
-#define GPIO_PORT_B105_PBYTE_Msk                              (0x01UL << GPIO_PORT_B105_PBYTE_Pos)                      /*!< GPIO_PORT B105: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B106  -----------------------------------------\r
-#define GPIO_PORT_B106_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B106: PBYTE Position      */\r
-#define GPIO_PORT_B106_PBYTE_Msk                              (0x01UL << GPIO_PORT_B106_PBYTE_Pos)                      /*!< GPIO_PORT B106: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B107  -----------------------------------------\r
-#define GPIO_PORT_B107_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B107: PBYTE Position      */\r
-#define GPIO_PORT_B107_PBYTE_Msk                              (0x01UL << GPIO_PORT_B107_PBYTE_Pos)                      /*!< GPIO_PORT B107: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B108  -----------------------------------------\r
-#define GPIO_PORT_B108_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B108: PBYTE Position      */\r
-#define GPIO_PORT_B108_PBYTE_Msk                              (0x01UL << GPIO_PORT_B108_PBYTE_Pos)                      /*!< GPIO_PORT B108: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B109  -----------------------------------------\r
-#define GPIO_PORT_B109_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B109: PBYTE Position      */\r
-#define GPIO_PORT_B109_PBYTE_Msk                              (0x01UL << GPIO_PORT_B109_PBYTE_Pos)                      /*!< GPIO_PORT B109: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B110  -----------------------------------------\r
-#define GPIO_PORT_B110_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B110: PBYTE Position      */\r
-#define GPIO_PORT_B110_PBYTE_Msk                              (0x01UL << GPIO_PORT_B110_PBYTE_Pos)                      /*!< GPIO_PORT B110: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B111  -----------------------------------------\r
-#define GPIO_PORT_B111_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B111: PBYTE Position      */\r
-#define GPIO_PORT_B111_PBYTE_Msk                              (0x01UL << GPIO_PORT_B111_PBYTE_Pos)                      /*!< GPIO_PORT B111: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B112  -----------------------------------------\r
-#define GPIO_PORT_B112_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B112: PBYTE Position      */\r
-#define GPIO_PORT_B112_PBYTE_Msk                              (0x01UL << GPIO_PORT_B112_PBYTE_Pos)                      /*!< GPIO_PORT B112: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B113  -----------------------------------------\r
-#define GPIO_PORT_B113_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B113: PBYTE Position      */\r
-#define GPIO_PORT_B113_PBYTE_Msk                              (0x01UL << GPIO_PORT_B113_PBYTE_Pos)                      /*!< GPIO_PORT B113: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B114  -----------------------------------------\r
-#define GPIO_PORT_B114_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B114: PBYTE Position      */\r
-#define GPIO_PORT_B114_PBYTE_Msk                              (0x01UL << GPIO_PORT_B114_PBYTE_Pos)                      /*!< GPIO_PORT B114: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B115  -----------------------------------------\r
-#define GPIO_PORT_B115_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B115: PBYTE Position      */\r
-#define GPIO_PORT_B115_PBYTE_Msk                              (0x01UL << GPIO_PORT_B115_PBYTE_Pos)                      /*!< GPIO_PORT B115: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B116  -----------------------------------------\r
-#define GPIO_PORT_B116_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B116: PBYTE Position      */\r
-#define GPIO_PORT_B116_PBYTE_Msk                              (0x01UL << GPIO_PORT_B116_PBYTE_Pos)                      /*!< GPIO_PORT B116: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B117  -----------------------------------------\r
-#define GPIO_PORT_B117_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B117: PBYTE Position      */\r
-#define GPIO_PORT_B117_PBYTE_Msk                              (0x01UL << GPIO_PORT_B117_PBYTE_Pos)                      /*!< GPIO_PORT B117: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B118  -----------------------------------------\r
-#define GPIO_PORT_B118_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B118: PBYTE Position      */\r
-#define GPIO_PORT_B118_PBYTE_Msk                              (0x01UL << GPIO_PORT_B118_PBYTE_Pos)                      /*!< GPIO_PORT B118: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B119  -----------------------------------------\r
-#define GPIO_PORT_B119_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B119: PBYTE Position      */\r
-#define GPIO_PORT_B119_PBYTE_Msk                              (0x01UL << GPIO_PORT_B119_PBYTE_Pos)                      /*!< GPIO_PORT B119: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B120  -----------------------------------------\r
-#define GPIO_PORT_B120_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B120: PBYTE Position      */\r
-#define GPIO_PORT_B120_PBYTE_Msk                              (0x01UL << GPIO_PORT_B120_PBYTE_Pos)                      /*!< GPIO_PORT B120: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B121  -----------------------------------------\r
-#define GPIO_PORT_B121_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B121: PBYTE Position      */\r
-#define GPIO_PORT_B121_PBYTE_Msk                              (0x01UL << GPIO_PORT_B121_PBYTE_Pos)                      /*!< GPIO_PORT B121: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B122  -----------------------------------------\r
-#define GPIO_PORT_B122_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B122: PBYTE Position      */\r
-#define GPIO_PORT_B122_PBYTE_Msk                              (0x01UL << GPIO_PORT_B122_PBYTE_Pos)                      /*!< GPIO_PORT B122: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B123  -----------------------------------------\r
-#define GPIO_PORT_B123_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B123: PBYTE Position      */\r
-#define GPIO_PORT_B123_PBYTE_Msk                              (0x01UL << GPIO_PORT_B123_PBYTE_Pos)                      /*!< GPIO_PORT B123: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B124  -----------------------------------------\r
-#define GPIO_PORT_B124_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B124: PBYTE Position      */\r
-#define GPIO_PORT_B124_PBYTE_Msk                              (0x01UL << GPIO_PORT_B124_PBYTE_Pos)                      /*!< GPIO_PORT B124: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B125  -----------------------------------------\r
-#define GPIO_PORT_B125_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B125: PBYTE Position      */\r
-#define GPIO_PORT_B125_PBYTE_Msk                              (0x01UL << GPIO_PORT_B125_PBYTE_Pos)                      /*!< GPIO_PORT B125: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B126  -----------------------------------------\r
-#define GPIO_PORT_B126_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B126: PBYTE Position      */\r
-#define GPIO_PORT_B126_PBYTE_Msk                              (0x01UL << GPIO_PORT_B126_PBYTE_Pos)                      /*!< GPIO_PORT B126: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B127  -----------------------------------------\r
-#define GPIO_PORT_B127_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B127: PBYTE Position      */\r
-#define GPIO_PORT_B127_PBYTE_Msk                              (0x01UL << GPIO_PORT_B127_PBYTE_Pos)                      /*!< GPIO_PORT B127: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B128  -----------------------------------------\r
-#define GPIO_PORT_B128_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B128: PBYTE Position      */\r
-#define GPIO_PORT_B128_PBYTE_Msk                              (0x01UL << GPIO_PORT_B128_PBYTE_Pos)                      /*!< GPIO_PORT B128: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B129  -----------------------------------------\r
-#define GPIO_PORT_B129_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B129: PBYTE Position      */\r
-#define GPIO_PORT_B129_PBYTE_Msk                              (0x01UL << GPIO_PORT_B129_PBYTE_Pos)                      /*!< GPIO_PORT B129: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B130  -----------------------------------------\r
-#define GPIO_PORT_B130_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B130: PBYTE Position      */\r
-#define GPIO_PORT_B130_PBYTE_Msk                              (0x01UL << GPIO_PORT_B130_PBYTE_Pos)                      /*!< GPIO_PORT B130: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B131  -----------------------------------------\r
-#define GPIO_PORT_B131_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B131: PBYTE Position      */\r
-#define GPIO_PORT_B131_PBYTE_Msk                              (0x01UL << GPIO_PORT_B131_PBYTE_Pos)                      /*!< GPIO_PORT B131: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B132  -----------------------------------------\r
-#define GPIO_PORT_B132_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B132: PBYTE Position      */\r
-#define GPIO_PORT_B132_PBYTE_Msk                              (0x01UL << GPIO_PORT_B132_PBYTE_Pos)                      /*!< GPIO_PORT B132: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B133  -----------------------------------------\r
-#define GPIO_PORT_B133_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B133: PBYTE Position      */\r
-#define GPIO_PORT_B133_PBYTE_Msk                              (0x01UL << GPIO_PORT_B133_PBYTE_Pos)                      /*!< GPIO_PORT B133: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B134  -----------------------------------------\r
-#define GPIO_PORT_B134_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B134: PBYTE Position      */\r
-#define GPIO_PORT_B134_PBYTE_Msk                              (0x01UL << GPIO_PORT_B134_PBYTE_Pos)                      /*!< GPIO_PORT B134: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B135  -----------------------------------------\r
-#define GPIO_PORT_B135_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B135: PBYTE Position      */\r
-#define GPIO_PORT_B135_PBYTE_Msk                              (0x01UL << GPIO_PORT_B135_PBYTE_Pos)                      /*!< GPIO_PORT B135: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B136  -----------------------------------------\r
-#define GPIO_PORT_B136_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B136: PBYTE Position      */\r
-#define GPIO_PORT_B136_PBYTE_Msk                              (0x01UL << GPIO_PORT_B136_PBYTE_Pos)                      /*!< GPIO_PORT B136: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B137  -----------------------------------------\r
-#define GPIO_PORT_B137_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B137: PBYTE Position      */\r
-#define GPIO_PORT_B137_PBYTE_Msk                              (0x01UL << GPIO_PORT_B137_PBYTE_Pos)                      /*!< GPIO_PORT B137: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B138  -----------------------------------------\r
-#define GPIO_PORT_B138_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B138: PBYTE Position      */\r
-#define GPIO_PORT_B138_PBYTE_Msk                              (0x01UL << GPIO_PORT_B138_PBYTE_Pos)                      /*!< GPIO_PORT B138: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B139  -----------------------------------------\r
-#define GPIO_PORT_B139_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B139: PBYTE Position      */\r
-#define GPIO_PORT_B139_PBYTE_Msk                              (0x01UL << GPIO_PORT_B139_PBYTE_Pos)                      /*!< GPIO_PORT B139: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B140  -----------------------------------------\r
-#define GPIO_PORT_B140_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B140: PBYTE Position      */\r
-#define GPIO_PORT_B140_PBYTE_Msk                              (0x01UL << GPIO_PORT_B140_PBYTE_Pos)                      /*!< GPIO_PORT B140: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B141  -----------------------------------------\r
-#define GPIO_PORT_B141_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B141: PBYTE Position      */\r
-#define GPIO_PORT_B141_PBYTE_Msk                              (0x01UL << GPIO_PORT_B141_PBYTE_Pos)                      /*!< GPIO_PORT B141: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B142  -----------------------------------------\r
-#define GPIO_PORT_B142_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B142: PBYTE Position      */\r
-#define GPIO_PORT_B142_PBYTE_Msk                              (0x01UL << GPIO_PORT_B142_PBYTE_Pos)                      /*!< GPIO_PORT B142: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B143  -----------------------------------------\r
-#define GPIO_PORT_B143_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B143: PBYTE Position      */\r
-#define GPIO_PORT_B143_PBYTE_Msk                              (0x01UL << GPIO_PORT_B143_PBYTE_Pos)                      /*!< GPIO_PORT B143: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B144  -----------------------------------------\r
-#define GPIO_PORT_B144_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B144: PBYTE Position      */\r
-#define GPIO_PORT_B144_PBYTE_Msk                              (0x01UL << GPIO_PORT_B144_PBYTE_Pos)                      /*!< GPIO_PORT B144: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B145  -----------------------------------------\r
-#define GPIO_PORT_B145_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B145: PBYTE Position      */\r
-#define GPIO_PORT_B145_PBYTE_Msk                              (0x01UL << GPIO_PORT_B145_PBYTE_Pos)                      /*!< GPIO_PORT B145: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B146  -----------------------------------------\r
-#define GPIO_PORT_B146_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B146: PBYTE Position      */\r
-#define GPIO_PORT_B146_PBYTE_Msk                              (0x01UL << GPIO_PORT_B146_PBYTE_Pos)                      /*!< GPIO_PORT B146: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B147  -----------------------------------------\r
-#define GPIO_PORT_B147_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B147: PBYTE Position      */\r
-#define GPIO_PORT_B147_PBYTE_Msk                              (0x01UL << GPIO_PORT_B147_PBYTE_Pos)                      /*!< GPIO_PORT B147: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B148  -----------------------------------------\r
-#define GPIO_PORT_B148_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B148: PBYTE Position      */\r
-#define GPIO_PORT_B148_PBYTE_Msk                              (0x01UL << GPIO_PORT_B148_PBYTE_Pos)                      /*!< GPIO_PORT B148: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B149  -----------------------------------------\r
-#define GPIO_PORT_B149_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B149: PBYTE Position      */\r
-#define GPIO_PORT_B149_PBYTE_Msk                              (0x01UL << GPIO_PORT_B149_PBYTE_Pos)                      /*!< GPIO_PORT B149: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B150  -----------------------------------------\r
-#define GPIO_PORT_B150_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B150: PBYTE Position      */\r
-#define GPIO_PORT_B150_PBYTE_Msk                              (0x01UL << GPIO_PORT_B150_PBYTE_Pos)                      /*!< GPIO_PORT B150: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B151  -----------------------------------------\r
-#define GPIO_PORT_B151_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B151: PBYTE Position      */\r
-#define GPIO_PORT_B151_PBYTE_Msk                              (0x01UL << GPIO_PORT_B151_PBYTE_Pos)                      /*!< GPIO_PORT B151: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B152  -----------------------------------------\r
-#define GPIO_PORT_B152_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B152: PBYTE Position      */\r
-#define GPIO_PORT_B152_PBYTE_Msk                              (0x01UL << GPIO_PORT_B152_PBYTE_Pos)                      /*!< GPIO_PORT B152: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B153  -----------------------------------------\r
-#define GPIO_PORT_B153_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B153: PBYTE Position      */\r
-#define GPIO_PORT_B153_PBYTE_Msk                              (0x01UL << GPIO_PORT_B153_PBYTE_Pos)                      /*!< GPIO_PORT B153: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B154  -----------------------------------------\r
-#define GPIO_PORT_B154_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B154: PBYTE Position      */\r
-#define GPIO_PORT_B154_PBYTE_Msk                              (0x01UL << GPIO_PORT_B154_PBYTE_Pos)                      /*!< GPIO_PORT B154: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B155  -----------------------------------------\r
-#define GPIO_PORT_B155_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B155: PBYTE Position      */\r
-#define GPIO_PORT_B155_PBYTE_Msk                              (0x01UL << GPIO_PORT_B155_PBYTE_Pos)                      /*!< GPIO_PORT B155: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B156  -----------------------------------------\r
-#define GPIO_PORT_B156_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B156: PBYTE Position      */\r
-#define GPIO_PORT_B156_PBYTE_Msk                              (0x01UL << GPIO_PORT_B156_PBYTE_Pos)                      /*!< GPIO_PORT B156: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B157  -----------------------------------------\r
-#define GPIO_PORT_B157_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B157: PBYTE Position      */\r
-#define GPIO_PORT_B157_PBYTE_Msk                              (0x01UL << GPIO_PORT_B157_PBYTE_Pos)                      /*!< GPIO_PORT B157: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B158  -----------------------------------------\r
-#define GPIO_PORT_B158_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B158: PBYTE Position      */\r
-#define GPIO_PORT_B158_PBYTE_Msk                              (0x01UL << GPIO_PORT_B158_PBYTE_Pos)                      /*!< GPIO_PORT B158: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B159  -----------------------------------------\r
-#define GPIO_PORT_B159_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B159: PBYTE Position      */\r
-#define GPIO_PORT_B159_PBYTE_Msk                              (0x01UL << GPIO_PORT_B159_PBYTE_Pos)                      /*!< GPIO_PORT B159: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B160  -----------------------------------------\r
-#define GPIO_PORT_B160_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B160: PBYTE Position      */\r
-#define GPIO_PORT_B160_PBYTE_Msk                              (0x01UL << GPIO_PORT_B160_PBYTE_Pos)                      /*!< GPIO_PORT B160: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B161  -----------------------------------------\r
-#define GPIO_PORT_B161_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B161: PBYTE Position      */\r
-#define GPIO_PORT_B161_PBYTE_Msk                              (0x01UL << GPIO_PORT_B161_PBYTE_Pos)                      /*!< GPIO_PORT B161: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B162  -----------------------------------------\r
-#define GPIO_PORT_B162_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B162: PBYTE Position      */\r
-#define GPIO_PORT_B162_PBYTE_Msk                              (0x01UL << GPIO_PORT_B162_PBYTE_Pos)                      /*!< GPIO_PORT B162: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B163  -----------------------------------------\r
-#define GPIO_PORT_B163_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B163: PBYTE Position      */\r
-#define GPIO_PORT_B163_PBYTE_Msk                              (0x01UL << GPIO_PORT_B163_PBYTE_Pos)                      /*!< GPIO_PORT B163: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B164  -----------------------------------------\r
-#define GPIO_PORT_B164_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B164: PBYTE Position      */\r
-#define GPIO_PORT_B164_PBYTE_Msk                              (0x01UL << GPIO_PORT_B164_PBYTE_Pos)                      /*!< GPIO_PORT B164: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B165  -----------------------------------------\r
-#define GPIO_PORT_B165_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B165: PBYTE Position      */\r
-#define GPIO_PORT_B165_PBYTE_Msk                              (0x01UL << GPIO_PORT_B165_PBYTE_Pos)                      /*!< GPIO_PORT B165: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B166  -----------------------------------------\r
-#define GPIO_PORT_B166_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B166: PBYTE Position      */\r
-#define GPIO_PORT_B166_PBYTE_Msk                              (0x01UL << GPIO_PORT_B166_PBYTE_Pos)                      /*!< GPIO_PORT B166: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B167  -----------------------------------------\r
-#define GPIO_PORT_B167_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B167: PBYTE Position      */\r
-#define GPIO_PORT_B167_PBYTE_Msk                              (0x01UL << GPIO_PORT_B167_PBYTE_Pos)                      /*!< GPIO_PORT B167: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B168  -----------------------------------------\r
-#define GPIO_PORT_B168_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B168: PBYTE Position      */\r
-#define GPIO_PORT_B168_PBYTE_Msk                              (0x01UL << GPIO_PORT_B168_PBYTE_Pos)                      /*!< GPIO_PORT B168: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B169  -----------------------------------------\r
-#define GPIO_PORT_B169_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B169: PBYTE Position      */\r
-#define GPIO_PORT_B169_PBYTE_Msk                              (0x01UL << GPIO_PORT_B169_PBYTE_Pos)                      /*!< GPIO_PORT B169: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B170  -----------------------------------------\r
-#define GPIO_PORT_B170_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B170: PBYTE Position      */\r
-#define GPIO_PORT_B170_PBYTE_Msk                              (0x01UL << GPIO_PORT_B170_PBYTE_Pos)                      /*!< GPIO_PORT B170: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B171  -----------------------------------------\r
-#define GPIO_PORT_B171_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B171: PBYTE Position      */\r
-#define GPIO_PORT_B171_PBYTE_Msk                              (0x01UL << GPIO_PORT_B171_PBYTE_Pos)                      /*!< GPIO_PORT B171: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B172  -----------------------------------------\r
-#define GPIO_PORT_B172_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B172: PBYTE Position      */\r
-#define GPIO_PORT_B172_PBYTE_Msk                              (0x01UL << GPIO_PORT_B172_PBYTE_Pos)                      /*!< GPIO_PORT B172: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B173  -----------------------------------------\r
-#define GPIO_PORT_B173_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B173: PBYTE Position      */\r
-#define GPIO_PORT_B173_PBYTE_Msk                              (0x01UL << GPIO_PORT_B173_PBYTE_Pos)                      /*!< GPIO_PORT B173: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B174  -----------------------------------------\r
-#define GPIO_PORT_B174_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B174: PBYTE Position      */\r
-#define GPIO_PORT_B174_PBYTE_Msk                              (0x01UL << GPIO_PORT_B174_PBYTE_Pos)                      /*!< GPIO_PORT B174: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B175  -----------------------------------------\r
-#define GPIO_PORT_B175_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B175: PBYTE Position      */\r
-#define GPIO_PORT_B175_PBYTE_Msk                              (0x01UL << GPIO_PORT_B175_PBYTE_Pos)                      /*!< GPIO_PORT B175: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B176  -----------------------------------------\r
-#define GPIO_PORT_B176_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B176: PBYTE Position      */\r
-#define GPIO_PORT_B176_PBYTE_Msk                              (0x01UL << GPIO_PORT_B176_PBYTE_Pos)                      /*!< GPIO_PORT B176: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B177  -----------------------------------------\r
-#define GPIO_PORT_B177_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B177: PBYTE Position      */\r
-#define GPIO_PORT_B177_PBYTE_Msk                              (0x01UL << GPIO_PORT_B177_PBYTE_Pos)                      /*!< GPIO_PORT B177: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B178  -----------------------------------------\r
-#define GPIO_PORT_B178_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B178: PBYTE Position      */\r
-#define GPIO_PORT_B178_PBYTE_Msk                              (0x01UL << GPIO_PORT_B178_PBYTE_Pos)                      /*!< GPIO_PORT B178: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B179  -----------------------------------------\r
-#define GPIO_PORT_B179_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B179: PBYTE Position      */\r
-#define GPIO_PORT_B179_PBYTE_Msk                              (0x01UL << GPIO_PORT_B179_PBYTE_Pos)                      /*!< GPIO_PORT B179: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B180  -----------------------------------------\r
-#define GPIO_PORT_B180_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B180: PBYTE Position      */\r
-#define GPIO_PORT_B180_PBYTE_Msk                              (0x01UL << GPIO_PORT_B180_PBYTE_Pos)                      /*!< GPIO_PORT B180: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B181  -----------------------------------------\r
-#define GPIO_PORT_B181_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B181: PBYTE Position      */\r
-#define GPIO_PORT_B181_PBYTE_Msk                              (0x01UL << GPIO_PORT_B181_PBYTE_Pos)                      /*!< GPIO_PORT B181: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B182  -----------------------------------------\r
-#define GPIO_PORT_B182_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B182: PBYTE Position      */\r
-#define GPIO_PORT_B182_PBYTE_Msk                              (0x01UL << GPIO_PORT_B182_PBYTE_Pos)                      /*!< GPIO_PORT B182: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B183  -----------------------------------------\r
-#define GPIO_PORT_B183_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B183: PBYTE Position      */\r
-#define GPIO_PORT_B183_PBYTE_Msk                              (0x01UL << GPIO_PORT_B183_PBYTE_Pos)                      /*!< GPIO_PORT B183: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B184  -----------------------------------------\r
-#define GPIO_PORT_B184_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B184: PBYTE Position      */\r
-#define GPIO_PORT_B184_PBYTE_Msk                              (0x01UL << GPIO_PORT_B184_PBYTE_Pos)                      /*!< GPIO_PORT B184: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B185  -----------------------------------------\r
-#define GPIO_PORT_B185_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B185: PBYTE Position      */\r
-#define GPIO_PORT_B185_PBYTE_Msk                              (0x01UL << GPIO_PORT_B185_PBYTE_Pos)                      /*!< GPIO_PORT B185: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B186  -----------------------------------------\r
-#define GPIO_PORT_B186_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B186: PBYTE Position      */\r
-#define GPIO_PORT_B186_PBYTE_Msk                              (0x01UL << GPIO_PORT_B186_PBYTE_Pos)                      /*!< GPIO_PORT B186: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B187  -----------------------------------------\r
-#define GPIO_PORT_B187_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B187: PBYTE Position      */\r
-#define GPIO_PORT_B187_PBYTE_Msk                              (0x01UL << GPIO_PORT_B187_PBYTE_Pos)                      /*!< GPIO_PORT B187: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B188  -----------------------------------------\r
-#define GPIO_PORT_B188_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B188: PBYTE Position      */\r
-#define GPIO_PORT_B188_PBYTE_Msk                              (0x01UL << GPIO_PORT_B188_PBYTE_Pos)                      /*!< GPIO_PORT B188: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B189  -----------------------------------------\r
-#define GPIO_PORT_B189_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B189: PBYTE Position      */\r
-#define GPIO_PORT_B189_PBYTE_Msk                              (0x01UL << GPIO_PORT_B189_PBYTE_Pos)                      /*!< GPIO_PORT B189: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B190  -----------------------------------------\r
-#define GPIO_PORT_B190_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B190: PBYTE Position      */\r
-#define GPIO_PORT_B190_PBYTE_Msk                              (0x01UL << GPIO_PORT_B190_PBYTE_Pos)                      /*!< GPIO_PORT B190: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B191  -----------------------------------------\r
-#define GPIO_PORT_B191_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B191: PBYTE Position      */\r
-#define GPIO_PORT_B191_PBYTE_Msk                              (0x01UL << GPIO_PORT_B191_PBYTE_Pos)                      /*!< GPIO_PORT B191: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B192  -----------------------------------------\r
-#define GPIO_PORT_B192_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B192: PBYTE Position      */\r
-#define GPIO_PORT_B192_PBYTE_Msk                              (0x01UL << GPIO_PORT_B192_PBYTE_Pos)                      /*!< GPIO_PORT B192: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B193  -----------------------------------------\r
-#define GPIO_PORT_B193_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B193: PBYTE Position      */\r
-#define GPIO_PORT_B193_PBYTE_Msk                              (0x01UL << GPIO_PORT_B193_PBYTE_Pos)                      /*!< GPIO_PORT B193: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B194  -----------------------------------------\r
-#define GPIO_PORT_B194_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B194: PBYTE Position      */\r
-#define GPIO_PORT_B194_PBYTE_Msk                              (0x01UL << GPIO_PORT_B194_PBYTE_Pos)                      /*!< GPIO_PORT B194: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B195  -----------------------------------------\r
-#define GPIO_PORT_B195_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B195: PBYTE Position      */\r
-#define GPIO_PORT_B195_PBYTE_Msk                              (0x01UL << GPIO_PORT_B195_PBYTE_Pos)                      /*!< GPIO_PORT B195: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B196  -----------------------------------------\r
-#define GPIO_PORT_B196_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B196: PBYTE Position      */\r
-#define GPIO_PORT_B196_PBYTE_Msk                              (0x01UL << GPIO_PORT_B196_PBYTE_Pos)                      /*!< GPIO_PORT B196: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B197  -----------------------------------------\r
-#define GPIO_PORT_B197_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B197: PBYTE Position      */\r
-#define GPIO_PORT_B197_PBYTE_Msk                              (0x01UL << GPIO_PORT_B197_PBYTE_Pos)                      /*!< GPIO_PORT B197: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B198  -----------------------------------------\r
-#define GPIO_PORT_B198_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B198: PBYTE Position      */\r
-#define GPIO_PORT_B198_PBYTE_Msk                              (0x01UL << GPIO_PORT_B198_PBYTE_Pos)                      /*!< GPIO_PORT B198: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B199  -----------------------------------------\r
-#define GPIO_PORT_B199_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B199: PBYTE Position      */\r
-#define GPIO_PORT_B199_PBYTE_Msk                              (0x01UL << GPIO_PORT_B199_PBYTE_Pos)                      /*!< GPIO_PORT B199: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B200  -----------------------------------------\r
-#define GPIO_PORT_B200_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B200: PBYTE Position      */\r
-#define GPIO_PORT_B200_PBYTE_Msk                              (0x01UL << GPIO_PORT_B200_PBYTE_Pos)                      /*!< GPIO_PORT B200: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B201  -----------------------------------------\r
-#define GPIO_PORT_B201_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B201: PBYTE Position      */\r
-#define GPIO_PORT_B201_PBYTE_Msk                              (0x01UL << GPIO_PORT_B201_PBYTE_Pos)                      /*!< GPIO_PORT B201: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B202  -----------------------------------------\r
-#define GPIO_PORT_B202_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B202: PBYTE Position      */\r
-#define GPIO_PORT_B202_PBYTE_Msk                              (0x01UL << GPIO_PORT_B202_PBYTE_Pos)                      /*!< GPIO_PORT B202: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B203  -----------------------------------------\r
-#define GPIO_PORT_B203_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B203: PBYTE Position      */\r
-#define GPIO_PORT_B203_PBYTE_Msk                              (0x01UL << GPIO_PORT_B203_PBYTE_Pos)                      /*!< GPIO_PORT B203: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B204  -----------------------------------------\r
-#define GPIO_PORT_B204_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B204: PBYTE Position      */\r
-#define GPIO_PORT_B204_PBYTE_Msk                              (0x01UL << GPIO_PORT_B204_PBYTE_Pos)                      /*!< GPIO_PORT B204: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B205  -----------------------------------------\r
-#define GPIO_PORT_B205_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B205: PBYTE Position      */\r
-#define GPIO_PORT_B205_PBYTE_Msk                              (0x01UL << GPIO_PORT_B205_PBYTE_Pos)                      /*!< GPIO_PORT B205: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B206  -----------------------------------------\r
-#define GPIO_PORT_B206_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B206: PBYTE Position      */\r
-#define GPIO_PORT_B206_PBYTE_Msk                              (0x01UL << GPIO_PORT_B206_PBYTE_Pos)                      /*!< GPIO_PORT B206: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B207  -----------------------------------------\r
-#define GPIO_PORT_B207_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B207: PBYTE Position      */\r
-#define GPIO_PORT_B207_PBYTE_Msk                              (0x01UL << GPIO_PORT_B207_PBYTE_Pos)                      /*!< GPIO_PORT B207: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B208  -----------------------------------------\r
-#define GPIO_PORT_B208_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B208: PBYTE Position      */\r
-#define GPIO_PORT_B208_PBYTE_Msk                              (0x01UL << GPIO_PORT_B208_PBYTE_Pos)                      /*!< GPIO_PORT B208: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B209  -----------------------------------------\r
-#define GPIO_PORT_B209_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B209: PBYTE Position      */\r
-#define GPIO_PORT_B209_PBYTE_Msk                              (0x01UL << GPIO_PORT_B209_PBYTE_Pos)                      /*!< GPIO_PORT B209: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B210  -----------------------------------------\r
-#define GPIO_PORT_B210_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B210: PBYTE Position      */\r
-#define GPIO_PORT_B210_PBYTE_Msk                              (0x01UL << GPIO_PORT_B210_PBYTE_Pos)                      /*!< GPIO_PORT B210: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B211  -----------------------------------------\r
-#define GPIO_PORT_B211_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B211: PBYTE Position      */\r
-#define GPIO_PORT_B211_PBYTE_Msk                              (0x01UL << GPIO_PORT_B211_PBYTE_Pos)                      /*!< GPIO_PORT B211: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B212  -----------------------------------------\r
-#define GPIO_PORT_B212_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B212: PBYTE Position      */\r
-#define GPIO_PORT_B212_PBYTE_Msk                              (0x01UL << GPIO_PORT_B212_PBYTE_Pos)                      /*!< GPIO_PORT B212: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B213  -----------------------------------------\r
-#define GPIO_PORT_B213_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B213: PBYTE Position      */\r
-#define GPIO_PORT_B213_PBYTE_Msk                              (0x01UL << GPIO_PORT_B213_PBYTE_Pos)                      /*!< GPIO_PORT B213: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B214  -----------------------------------------\r
-#define GPIO_PORT_B214_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B214: PBYTE Position      */\r
-#define GPIO_PORT_B214_PBYTE_Msk                              (0x01UL << GPIO_PORT_B214_PBYTE_Pos)                      /*!< GPIO_PORT B214: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B215  -----------------------------------------\r
-#define GPIO_PORT_B215_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B215: PBYTE Position      */\r
-#define GPIO_PORT_B215_PBYTE_Msk                              (0x01UL << GPIO_PORT_B215_PBYTE_Pos)                      /*!< GPIO_PORT B215: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B216  -----------------------------------------\r
-#define GPIO_PORT_B216_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B216: PBYTE Position      */\r
-#define GPIO_PORT_B216_PBYTE_Msk                              (0x01UL << GPIO_PORT_B216_PBYTE_Pos)                      /*!< GPIO_PORT B216: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B217  -----------------------------------------\r
-#define GPIO_PORT_B217_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B217: PBYTE Position      */\r
-#define GPIO_PORT_B217_PBYTE_Msk                              (0x01UL << GPIO_PORT_B217_PBYTE_Pos)                      /*!< GPIO_PORT B217: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B218  -----------------------------------------\r
-#define GPIO_PORT_B218_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B218: PBYTE Position      */\r
-#define GPIO_PORT_B218_PBYTE_Msk                              (0x01UL << GPIO_PORT_B218_PBYTE_Pos)                      /*!< GPIO_PORT B218: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B219  -----------------------------------------\r
-#define GPIO_PORT_B219_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B219: PBYTE Position      */\r
-#define GPIO_PORT_B219_PBYTE_Msk                              (0x01UL << GPIO_PORT_B219_PBYTE_Pos)                      /*!< GPIO_PORT B219: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B220  -----------------------------------------\r
-#define GPIO_PORT_B220_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B220: PBYTE Position      */\r
-#define GPIO_PORT_B220_PBYTE_Msk                              (0x01UL << GPIO_PORT_B220_PBYTE_Pos)                      /*!< GPIO_PORT B220: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B221  -----------------------------------------\r
-#define GPIO_PORT_B221_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B221: PBYTE Position      */\r
-#define GPIO_PORT_B221_PBYTE_Msk                              (0x01UL << GPIO_PORT_B221_PBYTE_Pos)                      /*!< GPIO_PORT B221: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B222  -----------------------------------------\r
-#define GPIO_PORT_B222_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B222: PBYTE Position      */\r
-#define GPIO_PORT_B222_PBYTE_Msk                              (0x01UL << GPIO_PORT_B222_PBYTE_Pos)                      /*!< GPIO_PORT B222: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B223  -----------------------------------------\r
-#define GPIO_PORT_B223_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B223: PBYTE Position      */\r
-#define GPIO_PORT_B223_PBYTE_Msk                              (0x01UL << GPIO_PORT_B223_PBYTE_Pos)                      /*!< GPIO_PORT B223: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B224  -----------------------------------------\r
-#define GPIO_PORT_B224_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B224: PBYTE Position      */\r
-#define GPIO_PORT_B224_PBYTE_Msk                              (0x01UL << GPIO_PORT_B224_PBYTE_Pos)                      /*!< GPIO_PORT B224: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B225  -----------------------------------------\r
-#define GPIO_PORT_B225_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B225: PBYTE Position      */\r
-#define GPIO_PORT_B225_PBYTE_Msk                              (0x01UL << GPIO_PORT_B225_PBYTE_Pos)                      /*!< GPIO_PORT B225: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B226  -----------------------------------------\r
-#define GPIO_PORT_B226_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B226: PBYTE Position      */\r
-#define GPIO_PORT_B226_PBYTE_Msk                              (0x01UL << GPIO_PORT_B226_PBYTE_Pos)                      /*!< GPIO_PORT B226: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B227  -----------------------------------------\r
-#define GPIO_PORT_B227_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B227: PBYTE Position      */\r
-#define GPIO_PORT_B227_PBYTE_Msk                              (0x01UL << GPIO_PORT_B227_PBYTE_Pos)                      /*!< GPIO_PORT B227: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B228  -----------------------------------------\r
-#define GPIO_PORT_B228_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B228: PBYTE Position      */\r
-#define GPIO_PORT_B228_PBYTE_Msk                              (0x01UL << GPIO_PORT_B228_PBYTE_Pos)                      /*!< GPIO_PORT B228: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B229  -----------------------------------------\r
-#define GPIO_PORT_B229_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B229: PBYTE Position      */\r
-#define GPIO_PORT_B229_PBYTE_Msk                              (0x01UL << GPIO_PORT_B229_PBYTE_Pos)                      /*!< GPIO_PORT B229: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B230  -----------------------------------------\r
-#define GPIO_PORT_B230_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B230: PBYTE Position      */\r
-#define GPIO_PORT_B230_PBYTE_Msk                              (0x01UL << GPIO_PORT_B230_PBYTE_Pos)                      /*!< GPIO_PORT B230: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B231  -----------------------------------------\r
-#define GPIO_PORT_B231_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B231: PBYTE Position      */\r
-#define GPIO_PORT_B231_PBYTE_Msk                              (0x01UL << GPIO_PORT_B231_PBYTE_Pos)                      /*!< GPIO_PORT B231: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B232  -----------------------------------------\r
-#define GPIO_PORT_B232_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B232: PBYTE Position      */\r
-#define GPIO_PORT_B232_PBYTE_Msk                              (0x01UL << GPIO_PORT_B232_PBYTE_Pos)                      /*!< GPIO_PORT B232: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B233  -----------------------------------------\r
-#define GPIO_PORT_B233_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B233: PBYTE Position      */\r
-#define GPIO_PORT_B233_PBYTE_Msk                              (0x01UL << GPIO_PORT_B233_PBYTE_Pos)                      /*!< GPIO_PORT B233: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B234  -----------------------------------------\r
-#define GPIO_PORT_B234_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B234: PBYTE Position      */\r
-#define GPIO_PORT_B234_PBYTE_Msk                              (0x01UL << GPIO_PORT_B234_PBYTE_Pos)                      /*!< GPIO_PORT B234: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B235  -----------------------------------------\r
-#define GPIO_PORT_B235_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B235: PBYTE Position      */\r
-#define GPIO_PORT_B235_PBYTE_Msk                              (0x01UL << GPIO_PORT_B235_PBYTE_Pos)                      /*!< GPIO_PORT B235: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B236  -----------------------------------------\r
-#define GPIO_PORT_B236_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B236: PBYTE Position      */\r
-#define GPIO_PORT_B236_PBYTE_Msk                              (0x01UL << GPIO_PORT_B236_PBYTE_Pos)                      /*!< GPIO_PORT B236: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B237  -----------------------------------------\r
-#define GPIO_PORT_B237_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B237: PBYTE Position      */\r
-#define GPIO_PORT_B237_PBYTE_Msk                              (0x01UL << GPIO_PORT_B237_PBYTE_Pos)                      /*!< GPIO_PORT B237: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B238  -----------------------------------------\r
-#define GPIO_PORT_B238_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B238: PBYTE Position      */\r
-#define GPIO_PORT_B238_PBYTE_Msk                              (0x01UL << GPIO_PORT_B238_PBYTE_Pos)                      /*!< GPIO_PORT B238: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B239  -----------------------------------------\r
-#define GPIO_PORT_B239_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B239: PBYTE Position      */\r
-#define GPIO_PORT_B239_PBYTE_Msk                              (0x01UL << GPIO_PORT_B239_PBYTE_Pos)                      /*!< GPIO_PORT B239: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B240  -----------------------------------------\r
-#define GPIO_PORT_B240_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B240: PBYTE Position      */\r
-#define GPIO_PORT_B240_PBYTE_Msk                              (0x01UL << GPIO_PORT_B240_PBYTE_Pos)                      /*!< GPIO_PORT B240: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B241  -----------------------------------------\r
-#define GPIO_PORT_B241_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B241: PBYTE Position      */\r
-#define GPIO_PORT_B241_PBYTE_Msk                              (0x01UL << GPIO_PORT_B241_PBYTE_Pos)                      /*!< GPIO_PORT B241: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B242  -----------------------------------------\r
-#define GPIO_PORT_B242_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B242: PBYTE Position      */\r
-#define GPIO_PORT_B242_PBYTE_Msk                              (0x01UL << GPIO_PORT_B242_PBYTE_Pos)                      /*!< GPIO_PORT B242: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B243  -----------------------------------------\r
-#define GPIO_PORT_B243_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B243: PBYTE Position      */\r
-#define GPIO_PORT_B243_PBYTE_Msk                              (0x01UL << GPIO_PORT_B243_PBYTE_Pos)                      /*!< GPIO_PORT B243: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B244  -----------------------------------------\r
-#define GPIO_PORT_B244_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B244: PBYTE Position      */\r
-#define GPIO_PORT_B244_PBYTE_Msk                              (0x01UL << GPIO_PORT_B244_PBYTE_Pos)                      /*!< GPIO_PORT B244: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B245  -----------------------------------------\r
-#define GPIO_PORT_B245_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B245: PBYTE Position      */\r
-#define GPIO_PORT_B245_PBYTE_Msk                              (0x01UL << GPIO_PORT_B245_PBYTE_Pos)                      /*!< GPIO_PORT B245: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B246  -----------------------------------------\r
-#define GPIO_PORT_B246_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B246: PBYTE Position      */\r
-#define GPIO_PORT_B246_PBYTE_Msk                              (0x01UL << GPIO_PORT_B246_PBYTE_Pos)                      /*!< GPIO_PORT B246: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B247  -----------------------------------------\r
-#define GPIO_PORT_B247_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B247: PBYTE Position      */\r
-#define GPIO_PORT_B247_PBYTE_Msk                              (0x01UL << GPIO_PORT_B247_PBYTE_Pos)                      /*!< GPIO_PORT B247: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B248  -----------------------------------------\r
-#define GPIO_PORT_B248_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B248: PBYTE Position      */\r
-#define GPIO_PORT_B248_PBYTE_Msk                              (0x01UL << GPIO_PORT_B248_PBYTE_Pos)                      /*!< GPIO_PORT B248: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B249  -----------------------------------------\r
-#define GPIO_PORT_B249_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B249: PBYTE Position      */\r
-#define GPIO_PORT_B249_PBYTE_Msk                              (0x01UL << GPIO_PORT_B249_PBYTE_Pos)                      /*!< GPIO_PORT B249: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B250  -----------------------------------------\r
-#define GPIO_PORT_B250_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B250: PBYTE Position      */\r
-#define GPIO_PORT_B250_PBYTE_Msk                              (0x01UL << GPIO_PORT_B250_PBYTE_Pos)                      /*!< GPIO_PORT B250: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B251  -----------------------------------------\r
-#define GPIO_PORT_B251_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B251: PBYTE Position      */\r
-#define GPIO_PORT_B251_PBYTE_Msk                              (0x01UL << GPIO_PORT_B251_PBYTE_Pos)                      /*!< GPIO_PORT B251: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B252  -----------------------------------------\r
-#define GPIO_PORT_B252_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B252: PBYTE Position      */\r
-#define GPIO_PORT_B252_PBYTE_Msk                              (0x01UL << GPIO_PORT_B252_PBYTE_Pos)                      /*!< GPIO_PORT B252: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B253  -----------------------------------------\r
-#define GPIO_PORT_B253_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B253: PBYTE Position      */\r
-#define GPIO_PORT_B253_PBYTE_Msk                              (0x01UL << GPIO_PORT_B253_PBYTE_Pos)                      /*!< GPIO_PORT B253: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B254  -----------------------------------------\r
-#define GPIO_PORT_B254_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B254: PBYTE Position      */\r
-#define GPIO_PORT_B254_PBYTE_Msk                              (0x01UL << GPIO_PORT_B254_PBYTE_Pos)                      /*!< GPIO_PORT B254: PBYTE Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_B255  -----------------------------------------\r
-#define GPIO_PORT_B255_PBYTE_Pos                              0                                                         /*!< GPIO_PORT B255: PBYTE Position      */\r
-#define GPIO_PORT_B255_PBYTE_Msk                              (0x01UL << GPIO_PORT_B255_PBYTE_Pos)                      /*!< GPIO_PORT B255: PBYTE Mask          */\r
-\r
-// --------------------------------------  GPIO_PORT_W0  ------------------------------------------\r
-#define GPIO_PORT_W0_PWORD_Pos                                0                                                         /*!< GPIO_PORT W0: PWORD Position        */\r
-#define GPIO_PORT_W0_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W0_PWORD_Pos)                  /*!< GPIO_PORT W0: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W1  ------------------------------------------\r
-#define GPIO_PORT_W1_PWORD_Pos                                0                                                         /*!< GPIO_PORT W1: PWORD Position        */\r
-#define GPIO_PORT_W1_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W1_PWORD_Pos)                  /*!< GPIO_PORT W1: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W2  ------------------------------------------\r
-#define GPIO_PORT_W2_PWORD_Pos                                0                                                         /*!< GPIO_PORT W2: PWORD Position        */\r
-#define GPIO_PORT_W2_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W2_PWORD_Pos)                  /*!< GPIO_PORT W2: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W3  ------------------------------------------\r
-#define GPIO_PORT_W3_PWORD_Pos                                0                                                         /*!< GPIO_PORT W3: PWORD Position        */\r
-#define GPIO_PORT_W3_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W3_PWORD_Pos)                  /*!< GPIO_PORT W3: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W4  ------------------------------------------\r
-#define GPIO_PORT_W4_PWORD_Pos                                0                                                         /*!< GPIO_PORT W4: PWORD Position        */\r
-#define GPIO_PORT_W4_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W4_PWORD_Pos)                  /*!< GPIO_PORT W4: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W5  ------------------------------------------\r
-#define GPIO_PORT_W5_PWORD_Pos                                0                                                         /*!< GPIO_PORT W5: PWORD Position        */\r
-#define GPIO_PORT_W5_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W5_PWORD_Pos)                  /*!< GPIO_PORT W5: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W6  ------------------------------------------\r
-#define GPIO_PORT_W6_PWORD_Pos                                0                                                         /*!< GPIO_PORT W6: PWORD Position        */\r
-#define GPIO_PORT_W6_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W6_PWORD_Pos)                  /*!< GPIO_PORT W6: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W7  ------------------------------------------\r
-#define GPIO_PORT_W7_PWORD_Pos                                0                                                         /*!< GPIO_PORT W7: PWORD Position        */\r
-#define GPIO_PORT_W7_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W7_PWORD_Pos)                  /*!< GPIO_PORT W7: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W8  ------------------------------------------\r
-#define GPIO_PORT_W8_PWORD_Pos                                0                                                         /*!< GPIO_PORT W8: PWORD Position        */\r
-#define GPIO_PORT_W8_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W8_PWORD_Pos)                  /*!< GPIO_PORT W8: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W9  ------------------------------------------\r
-#define GPIO_PORT_W9_PWORD_Pos                                0                                                         /*!< GPIO_PORT W9: PWORD Position        */\r
-#define GPIO_PORT_W9_PWORD_Msk                                (0xffffffffUL << GPIO_PORT_W9_PWORD_Pos)                  /*!< GPIO_PORT W9: PWORD Mask            */\r
-\r
-// --------------------------------------  GPIO_PORT_W10  -----------------------------------------\r
-#define GPIO_PORT_W10_PWORD_Pos                               0                                                         /*!< GPIO_PORT W10: PWORD Position       */\r
-#define GPIO_PORT_W10_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W10_PWORD_Pos)                 /*!< GPIO_PORT W10: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W11  -----------------------------------------\r
-#define GPIO_PORT_W11_PWORD_Pos                               0                                                         /*!< GPIO_PORT W11: PWORD Position       */\r
-#define GPIO_PORT_W11_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W11_PWORD_Pos)                 /*!< GPIO_PORT W11: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W12  -----------------------------------------\r
-#define GPIO_PORT_W12_PWORD_Pos                               0                                                         /*!< GPIO_PORT W12: PWORD Position       */\r
-#define GPIO_PORT_W12_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W12_PWORD_Pos)                 /*!< GPIO_PORT W12: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W13  -----------------------------------------\r
-#define GPIO_PORT_W13_PWORD_Pos                               0                                                         /*!< GPIO_PORT W13: PWORD Position       */\r
-#define GPIO_PORT_W13_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W13_PWORD_Pos)                 /*!< GPIO_PORT W13: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W14  -----------------------------------------\r
-#define GPIO_PORT_W14_PWORD_Pos                               0                                                         /*!< GPIO_PORT W14: PWORD Position       */\r
-#define GPIO_PORT_W14_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W14_PWORD_Pos)                 /*!< GPIO_PORT W14: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W15  -----------------------------------------\r
-#define GPIO_PORT_W15_PWORD_Pos                               0                                                         /*!< GPIO_PORT W15: PWORD Position       */\r
-#define GPIO_PORT_W15_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W15_PWORD_Pos)                 /*!< GPIO_PORT W15: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W16  -----------------------------------------\r
-#define GPIO_PORT_W16_PWORD_Pos                               0                                                         /*!< GPIO_PORT W16: PWORD Position       */\r
-#define GPIO_PORT_W16_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W16_PWORD_Pos)                 /*!< GPIO_PORT W16: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W17  -----------------------------------------\r
-#define GPIO_PORT_W17_PWORD_Pos                               0                                                         /*!< GPIO_PORT W17: PWORD Position       */\r
-#define GPIO_PORT_W17_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W17_PWORD_Pos)                 /*!< GPIO_PORT W17: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W18  -----------------------------------------\r
-#define GPIO_PORT_W18_PWORD_Pos                               0                                                         /*!< GPIO_PORT W18: PWORD Position       */\r
-#define GPIO_PORT_W18_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W18_PWORD_Pos)                 /*!< GPIO_PORT W18: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W19  -----------------------------------------\r
-#define GPIO_PORT_W19_PWORD_Pos                               0                                                         /*!< GPIO_PORT W19: PWORD Position       */\r
-#define GPIO_PORT_W19_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W19_PWORD_Pos)                 /*!< GPIO_PORT W19: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W20  -----------------------------------------\r
-#define GPIO_PORT_W20_PWORD_Pos                               0                                                         /*!< GPIO_PORT W20: PWORD Position       */\r
-#define GPIO_PORT_W20_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W20_PWORD_Pos)                 /*!< GPIO_PORT W20: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W21  -----------------------------------------\r
-#define GPIO_PORT_W21_PWORD_Pos                               0                                                         /*!< GPIO_PORT W21: PWORD Position       */\r
-#define GPIO_PORT_W21_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W21_PWORD_Pos)                 /*!< GPIO_PORT W21: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W22  -----------------------------------------\r
-#define GPIO_PORT_W22_PWORD_Pos                               0                                                         /*!< GPIO_PORT W22: PWORD Position       */\r
-#define GPIO_PORT_W22_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W22_PWORD_Pos)                 /*!< GPIO_PORT W22: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W23  -----------------------------------------\r
-#define GPIO_PORT_W23_PWORD_Pos                               0                                                         /*!< GPIO_PORT W23: PWORD Position       */\r
-#define GPIO_PORT_W23_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W23_PWORD_Pos)                 /*!< GPIO_PORT W23: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W24  -----------------------------------------\r
-#define GPIO_PORT_W24_PWORD_Pos                               0                                                         /*!< GPIO_PORT W24: PWORD Position       */\r
-#define GPIO_PORT_W24_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W24_PWORD_Pos)                 /*!< GPIO_PORT W24: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W25  -----------------------------------------\r
-#define GPIO_PORT_W25_PWORD_Pos                               0                                                         /*!< GPIO_PORT W25: PWORD Position       */\r
-#define GPIO_PORT_W25_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W25_PWORD_Pos)                 /*!< GPIO_PORT W25: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W26  -----------------------------------------\r
-#define GPIO_PORT_W26_PWORD_Pos                               0                                                         /*!< GPIO_PORT W26: PWORD Position       */\r
-#define GPIO_PORT_W26_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W26_PWORD_Pos)                 /*!< GPIO_PORT W26: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W27  -----------------------------------------\r
-#define GPIO_PORT_W27_PWORD_Pos                               0                                                         /*!< GPIO_PORT W27: PWORD Position       */\r
-#define GPIO_PORT_W27_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W27_PWORD_Pos)                 /*!< GPIO_PORT W27: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W28  -----------------------------------------\r
-#define GPIO_PORT_W28_PWORD_Pos                               0                                                         /*!< GPIO_PORT W28: PWORD Position       */\r
-#define GPIO_PORT_W28_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W28_PWORD_Pos)                 /*!< GPIO_PORT W28: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W29  -----------------------------------------\r
-#define GPIO_PORT_W29_PWORD_Pos                               0                                                         /*!< GPIO_PORT W29: PWORD Position       */\r
-#define GPIO_PORT_W29_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W29_PWORD_Pos)                 /*!< GPIO_PORT W29: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W30  -----------------------------------------\r
-#define GPIO_PORT_W30_PWORD_Pos                               0                                                         /*!< GPIO_PORT W30: PWORD Position       */\r
-#define GPIO_PORT_W30_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W30_PWORD_Pos)                 /*!< GPIO_PORT W30: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W31  -----------------------------------------\r
-#define GPIO_PORT_W31_PWORD_Pos                               0                                                         /*!< GPIO_PORT W31: PWORD Position       */\r
-#define GPIO_PORT_W31_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W31_PWORD_Pos)                 /*!< GPIO_PORT W31: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W32  -----------------------------------------\r
-#define GPIO_PORT_W32_PWORD_Pos                               0                                                         /*!< GPIO_PORT W32: PWORD Position       */\r
-#define GPIO_PORT_W32_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W32_PWORD_Pos)                 /*!< GPIO_PORT W32: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W33  -----------------------------------------\r
-#define GPIO_PORT_W33_PWORD_Pos                               0                                                         /*!< GPIO_PORT W33: PWORD Position       */\r
-#define GPIO_PORT_W33_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W33_PWORD_Pos)                 /*!< GPIO_PORT W33: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W34  -----------------------------------------\r
-#define GPIO_PORT_W34_PWORD_Pos                               0                                                         /*!< GPIO_PORT W34: PWORD Position       */\r
-#define GPIO_PORT_W34_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W34_PWORD_Pos)                 /*!< GPIO_PORT W34: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W35  -----------------------------------------\r
-#define GPIO_PORT_W35_PWORD_Pos                               0                                                         /*!< GPIO_PORT W35: PWORD Position       */\r
-#define GPIO_PORT_W35_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W35_PWORD_Pos)                 /*!< GPIO_PORT W35: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W36  -----------------------------------------\r
-#define GPIO_PORT_W36_PWORD_Pos                               0                                                         /*!< GPIO_PORT W36: PWORD Position       */\r
-#define GPIO_PORT_W36_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W36_PWORD_Pos)                 /*!< GPIO_PORT W36: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W37  -----------------------------------------\r
-#define GPIO_PORT_W37_PWORD_Pos                               0                                                         /*!< GPIO_PORT W37: PWORD Position       */\r
-#define GPIO_PORT_W37_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W37_PWORD_Pos)                 /*!< GPIO_PORT W37: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W38  -----------------------------------------\r
-#define GPIO_PORT_W38_PWORD_Pos                               0                                                         /*!< GPIO_PORT W38: PWORD Position       */\r
-#define GPIO_PORT_W38_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W38_PWORD_Pos)                 /*!< GPIO_PORT W38: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W39  -----------------------------------------\r
-#define GPIO_PORT_W39_PWORD_Pos                               0                                                         /*!< GPIO_PORT W39: PWORD Position       */\r
-#define GPIO_PORT_W39_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W39_PWORD_Pos)                 /*!< GPIO_PORT W39: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W40  -----------------------------------------\r
-#define GPIO_PORT_W40_PWORD_Pos                               0                                                         /*!< GPIO_PORT W40: PWORD Position       */\r
-#define GPIO_PORT_W40_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W40_PWORD_Pos)                 /*!< GPIO_PORT W40: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W41  -----------------------------------------\r
-#define GPIO_PORT_W41_PWORD_Pos                               0                                                         /*!< GPIO_PORT W41: PWORD Position       */\r
-#define GPIO_PORT_W41_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W41_PWORD_Pos)                 /*!< GPIO_PORT W41: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W42  -----------------------------------------\r
-#define GPIO_PORT_W42_PWORD_Pos                               0                                                         /*!< GPIO_PORT W42: PWORD Position       */\r
-#define GPIO_PORT_W42_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W42_PWORD_Pos)                 /*!< GPIO_PORT W42: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W43  -----------------------------------------\r
-#define GPIO_PORT_W43_PWORD_Pos                               0                                                         /*!< GPIO_PORT W43: PWORD Position       */\r
-#define GPIO_PORT_W43_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W43_PWORD_Pos)                 /*!< GPIO_PORT W43: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W44  -----------------------------------------\r
-#define GPIO_PORT_W44_PWORD_Pos                               0                                                         /*!< GPIO_PORT W44: PWORD Position       */\r
-#define GPIO_PORT_W44_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W44_PWORD_Pos)                 /*!< GPIO_PORT W44: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W45  -----------------------------------------\r
-#define GPIO_PORT_W45_PWORD_Pos                               0                                                         /*!< GPIO_PORT W45: PWORD Position       */\r
-#define GPIO_PORT_W45_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W45_PWORD_Pos)                 /*!< GPIO_PORT W45: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W46  -----------------------------------------\r
-#define GPIO_PORT_W46_PWORD_Pos                               0                                                         /*!< GPIO_PORT W46: PWORD Position       */\r
-#define GPIO_PORT_W46_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W46_PWORD_Pos)                 /*!< GPIO_PORT W46: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W47  -----------------------------------------\r
-#define GPIO_PORT_W47_PWORD_Pos                               0                                                         /*!< GPIO_PORT W47: PWORD Position       */\r
-#define GPIO_PORT_W47_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W47_PWORD_Pos)                 /*!< GPIO_PORT W47: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W48  -----------------------------------------\r
-#define GPIO_PORT_W48_PWORD_Pos                               0                                                         /*!< GPIO_PORT W48: PWORD Position       */\r
-#define GPIO_PORT_W48_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W48_PWORD_Pos)                 /*!< GPIO_PORT W48: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W49  -----------------------------------------\r
-#define GPIO_PORT_W49_PWORD_Pos                               0                                                         /*!< GPIO_PORT W49: PWORD Position       */\r
-#define GPIO_PORT_W49_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W49_PWORD_Pos)                 /*!< GPIO_PORT W49: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W50  -----------------------------------------\r
-#define GPIO_PORT_W50_PWORD_Pos                               0                                                         /*!< GPIO_PORT W50: PWORD Position       */\r
-#define GPIO_PORT_W50_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W50_PWORD_Pos)                 /*!< GPIO_PORT W50: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W51  -----------------------------------------\r
-#define GPIO_PORT_W51_PWORD_Pos                               0                                                         /*!< GPIO_PORT W51: PWORD Position       */\r
-#define GPIO_PORT_W51_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W51_PWORD_Pos)                 /*!< GPIO_PORT W51: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W52  -----------------------------------------\r
-#define GPIO_PORT_W52_PWORD_Pos                               0                                                         /*!< GPIO_PORT W52: PWORD Position       */\r
-#define GPIO_PORT_W52_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W52_PWORD_Pos)                 /*!< GPIO_PORT W52: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W53  -----------------------------------------\r
-#define GPIO_PORT_W53_PWORD_Pos                               0                                                         /*!< GPIO_PORT W53: PWORD Position       */\r
-#define GPIO_PORT_W53_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W53_PWORD_Pos)                 /*!< GPIO_PORT W53: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W54  -----------------------------------------\r
-#define GPIO_PORT_W54_PWORD_Pos                               0                                                         /*!< GPIO_PORT W54: PWORD Position       */\r
-#define GPIO_PORT_W54_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W54_PWORD_Pos)                 /*!< GPIO_PORT W54: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W55  -----------------------------------------\r
-#define GPIO_PORT_W55_PWORD_Pos                               0                                                         /*!< GPIO_PORT W55: PWORD Position       */\r
-#define GPIO_PORT_W55_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W55_PWORD_Pos)                 /*!< GPIO_PORT W55: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W56  -----------------------------------------\r
-#define GPIO_PORT_W56_PWORD_Pos                               0                                                         /*!< GPIO_PORT W56: PWORD Position       */\r
-#define GPIO_PORT_W56_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W56_PWORD_Pos)                 /*!< GPIO_PORT W56: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W57  -----------------------------------------\r
-#define GPIO_PORT_W57_PWORD_Pos                               0                                                         /*!< GPIO_PORT W57: PWORD Position       */\r
-#define GPIO_PORT_W57_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W57_PWORD_Pos)                 /*!< GPIO_PORT W57: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W58  -----------------------------------------\r
-#define GPIO_PORT_W58_PWORD_Pos                               0                                                         /*!< GPIO_PORT W58: PWORD Position       */\r
-#define GPIO_PORT_W58_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W58_PWORD_Pos)                 /*!< GPIO_PORT W58: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W59  -----------------------------------------\r
-#define GPIO_PORT_W59_PWORD_Pos                               0                                                         /*!< GPIO_PORT W59: PWORD Position       */\r
-#define GPIO_PORT_W59_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W59_PWORD_Pos)                 /*!< GPIO_PORT W59: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W60  -----------------------------------------\r
-#define GPIO_PORT_W60_PWORD_Pos                               0                                                         /*!< GPIO_PORT W60: PWORD Position       */\r
-#define GPIO_PORT_W60_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W60_PWORD_Pos)                 /*!< GPIO_PORT W60: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W61  -----------------------------------------\r
-#define GPIO_PORT_W61_PWORD_Pos                               0                                                         /*!< GPIO_PORT W61: PWORD Position       */\r
-#define GPIO_PORT_W61_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W61_PWORD_Pos)                 /*!< GPIO_PORT W61: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W62  -----------------------------------------\r
-#define GPIO_PORT_W62_PWORD_Pos                               0                                                         /*!< GPIO_PORT W62: PWORD Position       */\r
-#define GPIO_PORT_W62_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W62_PWORD_Pos)                 /*!< GPIO_PORT W62: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W63  -----------------------------------------\r
-#define GPIO_PORT_W63_PWORD_Pos                               0                                                         /*!< GPIO_PORT W63: PWORD Position       */\r
-#define GPIO_PORT_W63_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W63_PWORD_Pos)                 /*!< GPIO_PORT W63: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W64  -----------------------------------------\r
-#define GPIO_PORT_W64_PWORD_Pos                               0                                                         /*!< GPIO_PORT W64: PWORD Position       */\r
-#define GPIO_PORT_W64_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W64_PWORD_Pos)                 /*!< GPIO_PORT W64: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W65  -----------------------------------------\r
-#define GPIO_PORT_W65_PWORD_Pos                               0                                                         /*!< GPIO_PORT W65: PWORD Position       */\r
-#define GPIO_PORT_W65_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W65_PWORD_Pos)                 /*!< GPIO_PORT W65: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W66  -----------------------------------------\r
-#define GPIO_PORT_W66_PWORD_Pos                               0                                                         /*!< GPIO_PORT W66: PWORD Position       */\r
-#define GPIO_PORT_W66_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W66_PWORD_Pos)                 /*!< GPIO_PORT W66: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W67  -----------------------------------------\r
-#define GPIO_PORT_W67_PWORD_Pos                               0                                                         /*!< GPIO_PORT W67: PWORD Position       */\r
-#define GPIO_PORT_W67_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W67_PWORD_Pos)                 /*!< GPIO_PORT W67: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W68  -----------------------------------------\r
-#define GPIO_PORT_W68_PWORD_Pos                               0                                                         /*!< GPIO_PORT W68: PWORD Position       */\r
-#define GPIO_PORT_W68_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W68_PWORD_Pos)                 /*!< GPIO_PORT W68: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W69  -----------------------------------------\r
-#define GPIO_PORT_W69_PWORD_Pos                               0                                                         /*!< GPIO_PORT W69: PWORD Position       */\r
-#define GPIO_PORT_W69_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W69_PWORD_Pos)                 /*!< GPIO_PORT W69: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W70  -----------------------------------------\r
-#define GPIO_PORT_W70_PWORD_Pos                               0                                                         /*!< GPIO_PORT W70: PWORD Position       */\r
-#define GPIO_PORT_W70_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W70_PWORD_Pos)                 /*!< GPIO_PORT W70: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W71  -----------------------------------------\r
-#define GPIO_PORT_W71_PWORD_Pos                               0                                                         /*!< GPIO_PORT W71: PWORD Position       */\r
-#define GPIO_PORT_W71_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W71_PWORD_Pos)                 /*!< GPIO_PORT W71: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W72  -----------------------------------------\r
-#define GPIO_PORT_W72_PWORD_Pos                               0                                                         /*!< GPIO_PORT W72: PWORD Position       */\r
-#define GPIO_PORT_W72_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W72_PWORD_Pos)                 /*!< GPIO_PORT W72: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W73  -----------------------------------------\r
-#define GPIO_PORT_W73_PWORD_Pos                               0                                                         /*!< GPIO_PORT W73: PWORD Position       */\r
-#define GPIO_PORT_W73_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W73_PWORD_Pos)                 /*!< GPIO_PORT W73: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W74  -----------------------------------------\r
-#define GPIO_PORT_W74_PWORD_Pos                               0                                                         /*!< GPIO_PORT W74: PWORD Position       */\r
-#define GPIO_PORT_W74_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W74_PWORD_Pos)                 /*!< GPIO_PORT W74: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W75  -----------------------------------------\r
-#define GPIO_PORT_W75_PWORD_Pos                               0                                                         /*!< GPIO_PORT W75: PWORD Position       */\r
-#define GPIO_PORT_W75_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W75_PWORD_Pos)                 /*!< GPIO_PORT W75: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W76  -----------------------------------------\r
-#define GPIO_PORT_W76_PWORD_Pos                               0                                                         /*!< GPIO_PORT W76: PWORD Position       */\r
-#define GPIO_PORT_W76_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W76_PWORD_Pos)                 /*!< GPIO_PORT W76: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W77  -----------------------------------------\r
-#define GPIO_PORT_W77_PWORD_Pos                               0                                                         /*!< GPIO_PORT W77: PWORD Position       */\r
-#define GPIO_PORT_W77_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W77_PWORD_Pos)                 /*!< GPIO_PORT W77: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W78  -----------------------------------------\r
-#define GPIO_PORT_W78_PWORD_Pos                               0                                                         /*!< GPIO_PORT W78: PWORD Position       */\r
-#define GPIO_PORT_W78_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W78_PWORD_Pos)                 /*!< GPIO_PORT W78: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W79  -----------------------------------------\r
-#define GPIO_PORT_W79_PWORD_Pos                               0                                                         /*!< GPIO_PORT W79: PWORD Position       */\r
-#define GPIO_PORT_W79_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W79_PWORD_Pos)                 /*!< GPIO_PORT W79: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W80  -----------------------------------------\r
-#define GPIO_PORT_W80_PWORD_Pos                               0                                                         /*!< GPIO_PORT W80: PWORD Position       */\r
-#define GPIO_PORT_W80_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W80_PWORD_Pos)                 /*!< GPIO_PORT W80: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W81  -----------------------------------------\r
-#define GPIO_PORT_W81_PWORD_Pos                               0                                                         /*!< GPIO_PORT W81: PWORD Position       */\r
-#define GPIO_PORT_W81_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W81_PWORD_Pos)                 /*!< GPIO_PORT W81: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W82  -----------------------------------------\r
-#define GPIO_PORT_W82_PWORD_Pos                               0                                                         /*!< GPIO_PORT W82: PWORD Position       */\r
-#define GPIO_PORT_W82_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W82_PWORD_Pos)                 /*!< GPIO_PORT W82: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W83  -----------------------------------------\r
-#define GPIO_PORT_W83_PWORD_Pos                               0                                                         /*!< GPIO_PORT W83: PWORD Position       */\r
-#define GPIO_PORT_W83_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W83_PWORD_Pos)                 /*!< GPIO_PORT W83: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W84  -----------------------------------------\r
-#define GPIO_PORT_W84_PWORD_Pos                               0                                                         /*!< GPIO_PORT W84: PWORD Position       */\r
-#define GPIO_PORT_W84_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W84_PWORD_Pos)                 /*!< GPIO_PORT W84: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W85  -----------------------------------------\r
-#define GPIO_PORT_W85_PWORD_Pos                               0                                                         /*!< GPIO_PORT W85: PWORD Position       */\r
-#define GPIO_PORT_W85_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W85_PWORD_Pos)                 /*!< GPIO_PORT W85: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W86  -----------------------------------------\r
-#define GPIO_PORT_W86_PWORD_Pos                               0                                                         /*!< GPIO_PORT W86: PWORD Position       */\r
-#define GPIO_PORT_W86_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W86_PWORD_Pos)                 /*!< GPIO_PORT W86: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W87  -----------------------------------------\r
-#define GPIO_PORT_W87_PWORD_Pos                               0                                                         /*!< GPIO_PORT W87: PWORD Position       */\r
-#define GPIO_PORT_W87_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W87_PWORD_Pos)                 /*!< GPIO_PORT W87: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W88  -----------------------------------------\r
-#define GPIO_PORT_W88_PWORD_Pos                               0                                                         /*!< GPIO_PORT W88: PWORD Position       */\r
-#define GPIO_PORT_W88_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W88_PWORD_Pos)                 /*!< GPIO_PORT W88: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W89  -----------------------------------------\r
-#define GPIO_PORT_W89_PWORD_Pos                               0                                                         /*!< GPIO_PORT W89: PWORD Position       */\r
-#define GPIO_PORT_W89_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W89_PWORD_Pos)                 /*!< GPIO_PORT W89: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W90  -----------------------------------------\r
-#define GPIO_PORT_W90_PWORD_Pos                               0                                                         /*!< GPIO_PORT W90: PWORD Position       */\r
-#define GPIO_PORT_W90_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W90_PWORD_Pos)                 /*!< GPIO_PORT W90: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W91  -----------------------------------------\r
-#define GPIO_PORT_W91_PWORD_Pos                               0                                                         /*!< GPIO_PORT W91: PWORD Position       */\r
-#define GPIO_PORT_W91_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W91_PWORD_Pos)                 /*!< GPIO_PORT W91: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W92  -----------------------------------------\r
-#define GPIO_PORT_W92_PWORD_Pos                               0                                                         /*!< GPIO_PORT W92: PWORD Position       */\r
-#define GPIO_PORT_W92_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W92_PWORD_Pos)                 /*!< GPIO_PORT W92: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W93  -----------------------------------------\r
-#define GPIO_PORT_W93_PWORD_Pos                               0                                                         /*!< GPIO_PORT W93: PWORD Position       */\r
-#define GPIO_PORT_W93_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W93_PWORD_Pos)                 /*!< GPIO_PORT W93: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W94  -----------------------------------------\r
-#define GPIO_PORT_W94_PWORD_Pos                               0                                                         /*!< GPIO_PORT W94: PWORD Position       */\r
-#define GPIO_PORT_W94_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W94_PWORD_Pos)                 /*!< GPIO_PORT W94: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W95  -----------------------------------------\r
-#define GPIO_PORT_W95_PWORD_Pos                               0                                                         /*!< GPIO_PORT W95: PWORD Position       */\r
-#define GPIO_PORT_W95_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W95_PWORD_Pos)                 /*!< GPIO_PORT W95: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W96  -----------------------------------------\r
-#define GPIO_PORT_W96_PWORD_Pos                               0                                                         /*!< GPIO_PORT W96: PWORD Position       */\r
-#define GPIO_PORT_W96_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W96_PWORD_Pos)                 /*!< GPIO_PORT W96: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W97  -----------------------------------------\r
-#define GPIO_PORT_W97_PWORD_Pos                               0                                                         /*!< GPIO_PORT W97: PWORD Position       */\r
-#define GPIO_PORT_W97_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W97_PWORD_Pos)                 /*!< GPIO_PORT W97: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W98  -----------------------------------------\r
-#define GPIO_PORT_W98_PWORD_Pos                               0                                                         /*!< GPIO_PORT W98: PWORD Position       */\r
-#define GPIO_PORT_W98_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W98_PWORD_Pos)                 /*!< GPIO_PORT W98: PWORD Mask           */\r
-\r
-// --------------------------------------  GPIO_PORT_W99  -----------------------------------------\r
-#define GPIO_PORT_W99_PWORD_Pos                               0                                                         /*!< GPIO_PORT W99: PWORD Position       */\r
-#define GPIO_PORT_W99_PWORD_Msk                               (0xffffffffUL << GPIO_PORT_W99_PWORD_Pos)                 /*!< GPIO_PORT W99: PWORD Mask           */\r
-\r
-// -------------------------------------  GPIO_PORT_W100  -----------------------------------------\r
-#define GPIO_PORT_W100_PWORD_Pos                              0                                                         /*!< GPIO_PORT W100: PWORD Position      */\r
-#define GPIO_PORT_W100_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W100_PWORD_Pos)                /*!< GPIO_PORT W100: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W101  -----------------------------------------\r
-#define GPIO_PORT_W101_PWORD_Pos                              0                                                         /*!< GPIO_PORT W101: PWORD Position      */\r
-#define GPIO_PORT_W101_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W101_PWORD_Pos)                /*!< GPIO_PORT W101: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W102  -----------------------------------------\r
-#define GPIO_PORT_W102_PWORD_Pos                              0                                                         /*!< GPIO_PORT W102: PWORD Position      */\r
-#define GPIO_PORT_W102_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W102_PWORD_Pos)                /*!< GPIO_PORT W102: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W103  -----------------------------------------\r
-#define GPIO_PORT_W103_PWORD_Pos                              0                                                         /*!< GPIO_PORT W103: PWORD Position      */\r
-#define GPIO_PORT_W103_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W103_PWORD_Pos)                /*!< GPIO_PORT W103: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W104  -----------------------------------------\r
-#define GPIO_PORT_W104_PWORD_Pos                              0                                                         /*!< GPIO_PORT W104: PWORD Position      */\r
-#define GPIO_PORT_W104_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W104_PWORD_Pos)                /*!< GPIO_PORT W104: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W105  -----------------------------------------\r
-#define GPIO_PORT_W105_PWORD_Pos                              0                                                         /*!< GPIO_PORT W105: PWORD Position      */\r
-#define GPIO_PORT_W105_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W105_PWORD_Pos)                /*!< GPIO_PORT W105: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W106  -----------------------------------------\r
-#define GPIO_PORT_W106_PWORD_Pos                              0                                                         /*!< GPIO_PORT W106: PWORD Position      */\r
-#define GPIO_PORT_W106_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W106_PWORD_Pos)                /*!< GPIO_PORT W106: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W107  -----------------------------------------\r
-#define GPIO_PORT_W107_PWORD_Pos                              0                                                         /*!< GPIO_PORT W107: PWORD Position      */\r
-#define GPIO_PORT_W107_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W107_PWORD_Pos)                /*!< GPIO_PORT W107: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W108  -----------------------------------------\r
-#define GPIO_PORT_W108_PWORD_Pos                              0                                                         /*!< GPIO_PORT W108: PWORD Position      */\r
-#define GPIO_PORT_W108_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W108_PWORD_Pos)                /*!< GPIO_PORT W108: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W109  -----------------------------------------\r
-#define GPIO_PORT_W109_PWORD_Pos                              0                                                         /*!< GPIO_PORT W109: PWORD Position      */\r
-#define GPIO_PORT_W109_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W109_PWORD_Pos)                /*!< GPIO_PORT W109: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W110  -----------------------------------------\r
-#define GPIO_PORT_W110_PWORD_Pos                              0                                                         /*!< GPIO_PORT W110: PWORD Position      */\r
-#define GPIO_PORT_W110_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W110_PWORD_Pos)                /*!< GPIO_PORT W110: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W111  -----------------------------------------\r
-#define GPIO_PORT_W111_PWORD_Pos                              0                                                         /*!< GPIO_PORT W111: PWORD Position      */\r
-#define GPIO_PORT_W111_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W111_PWORD_Pos)                /*!< GPIO_PORT W111: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W112  -----------------------------------------\r
-#define GPIO_PORT_W112_PWORD_Pos                              0                                                         /*!< GPIO_PORT W112: PWORD Position      */\r
-#define GPIO_PORT_W112_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W112_PWORD_Pos)                /*!< GPIO_PORT W112: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W113  -----------------------------------------\r
-#define GPIO_PORT_W113_PWORD_Pos                              0                                                         /*!< GPIO_PORT W113: PWORD Position      */\r
-#define GPIO_PORT_W113_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W113_PWORD_Pos)                /*!< GPIO_PORT W113: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W114  -----------------------------------------\r
-#define GPIO_PORT_W114_PWORD_Pos                              0                                                         /*!< GPIO_PORT W114: PWORD Position      */\r
-#define GPIO_PORT_W114_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W114_PWORD_Pos)                /*!< GPIO_PORT W114: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W115  -----------------------------------------\r
-#define GPIO_PORT_W115_PWORD_Pos                              0                                                         /*!< GPIO_PORT W115: PWORD Position      */\r
-#define GPIO_PORT_W115_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W115_PWORD_Pos)                /*!< GPIO_PORT W115: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W116  -----------------------------------------\r
-#define GPIO_PORT_W116_PWORD_Pos                              0                                                         /*!< GPIO_PORT W116: PWORD Position      */\r
-#define GPIO_PORT_W116_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W116_PWORD_Pos)                /*!< GPIO_PORT W116: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W117  -----------------------------------------\r
-#define GPIO_PORT_W117_PWORD_Pos                              0                                                         /*!< GPIO_PORT W117: PWORD Position      */\r
-#define GPIO_PORT_W117_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W117_PWORD_Pos)                /*!< GPIO_PORT W117: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W118  -----------------------------------------\r
-#define GPIO_PORT_W118_PWORD_Pos                              0                                                         /*!< GPIO_PORT W118: PWORD Position      */\r
-#define GPIO_PORT_W118_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W118_PWORD_Pos)                /*!< GPIO_PORT W118: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W119  -----------------------------------------\r
-#define GPIO_PORT_W119_PWORD_Pos                              0                                                         /*!< GPIO_PORT W119: PWORD Position      */\r
-#define GPIO_PORT_W119_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W119_PWORD_Pos)                /*!< GPIO_PORT W119: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W120  -----------------------------------------\r
-#define GPIO_PORT_W120_PWORD_Pos                              0                                                         /*!< GPIO_PORT W120: PWORD Position      */\r
-#define GPIO_PORT_W120_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W120_PWORD_Pos)                /*!< GPIO_PORT W120: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W121  -----------------------------------------\r
-#define GPIO_PORT_W121_PWORD_Pos                              0                                                         /*!< GPIO_PORT W121: PWORD Position      */\r
-#define GPIO_PORT_W121_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W121_PWORD_Pos)                /*!< GPIO_PORT W121: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W122  -----------------------------------------\r
-#define GPIO_PORT_W122_PWORD_Pos                              0                                                         /*!< GPIO_PORT W122: PWORD Position      */\r
-#define GPIO_PORT_W122_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W122_PWORD_Pos)                /*!< GPIO_PORT W122: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W123  -----------------------------------------\r
-#define GPIO_PORT_W123_PWORD_Pos                              0                                                         /*!< GPIO_PORT W123: PWORD Position      */\r
-#define GPIO_PORT_W123_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W123_PWORD_Pos)                /*!< GPIO_PORT W123: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W124  -----------------------------------------\r
-#define GPIO_PORT_W124_PWORD_Pos                              0                                                         /*!< GPIO_PORT W124: PWORD Position      */\r
-#define GPIO_PORT_W124_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W124_PWORD_Pos)                /*!< GPIO_PORT W124: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W125  -----------------------------------------\r
-#define GPIO_PORT_W125_PWORD_Pos                              0                                                         /*!< GPIO_PORT W125: PWORD Position      */\r
-#define GPIO_PORT_W125_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W125_PWORD_Pos)                /*!< GPIO_PORT W125: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W126  -----------------------------------------\r
-#define GPIO_PORT_W126_PWORD_Pos                              0                                                         /*!< GPIO_PORT W126: PWORD Position      */\r
-#define GPIO_PORT_W126_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W126_PWORD_Pos)                /*!< GPIO_PORT W126: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W127  -----------------------------------------\r
-#define GPIO_PORT_W127_PWORD_Pos                              0                                                         /*!< GPIO_PORT W127: PWORD Position      */\r
-#define GPIO_PORT_W127_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W127_PWORD_Pos)                /*!< GPIO_PORT W127: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W128  -----------------------------------------\r
-#define GPIO_PORT_W128_PWORD_Pos                              0                                                         /*!< GPIO_PORT W128: PWORD Position      */\r
-#define GPIO_PORT_W128_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W128_PWORD_Pos)                /*!< GPIO_PORT W128: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W129  -----------------------------------------\r
-#define GPIO_PORT_W129_PWORD_Pos                              0                                                         /*!< GPIO_PORT W129: PWORD Position      */\r
-#define GPIO_PORT_W129_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W129_PWORD_Pos)                /*!< GPIO_PORT W129: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W130  -----------------------------------------\r
-#define GPIO_PORT_W130_PWORD_Pos                              0                                                         /*!< GPIO_PORT W130: PWORD Position      */\r
-#define GPIO_PORT_W130_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W130_PWORD_Pos)                /*!< GPIO_PORT W130: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W131  -----------------------------------------\r
-#define GPIO_PORT_W131_PWORD_Pos                              0                                                         /*!< GPIO_PORT W131: PWORD Position      */\r
-#define GPIO_PORT_W131_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W131_PWORD_Pos)                /*!< GPIO_PORT W131: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W132  -----------------------------------------\r
-#define GPIO_PORT_W132_PWORD_Pos                              0                                                         /*!< GPIO_PORT W132: PWORD Position      */\r
-#define GPIO_PORT_W132_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W132_PWORD_Pos)                /*!< GPIO_PORT W132: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W133  -----------------------------------------\r
-#define GPIO_PORT_W133_PWORD_Pos                              0                                                         /*!< GPIO_PORT W133: PWORD Position      */\r
-#define GPIO_PORT_W133_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W133_PWORD_Pos)                /*!< GPIO_PORT W133: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W134  -----------------------------------------\r
-#define GPIO_PORT_W134_PWORD_Pos                              0                                                         /*!< GPIO_PORT W134: PWORD Position      */\r
-#define GPIO_PORT_W134_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W134_PWORD_Pos)                /*!< GPIO_PORT W134: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W135  -----------------------------------------\r
-#define GPIO_PORT_W135_PWORD_Pos                              0                                                         /*!< GPIO_PORT W135: PWORD Position      */\r
-#define GPIO_PORT_W135_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W135_PWORD_Pos)                /*!< GPIO_PORT W135: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W136  -----------------------------------------\r
-#define GPIO_PORT_W136_PWORD_Pos                              0                                                         /*!< GPIO_PORT W136: PWORD Position      */\r
-#define GPIO_PORT_W136_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W136_PWORD_Pos)                /*!< GPIO_PORT W136: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W137  -----------------------------------------\r
-#define GPIO_PORT_W137_PWORD_Pos                              0                                                         /*!< GPIO_PORT W137: PWORD Position      */\r
-#define GPIO_PORT_W137_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W137_PWORD_Pos)                /*!< GPIO_PORT W137: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W138  -----------------------------------------\r
-#define GPIO_PORT_W138_PWORD_Pos                              0                                                         /*!< GPIO_PORT W138: PWORD Position      */\r
-#define GPIO_PORT_W138_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W138_PWORD_Pos)                /*!< GPIO_PORT W138: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W139  -----------------------------------------\r
-#define GPIO_PORT_W139_PWORD_Pos                              0                                                         /*!< GPIO_PORT W139: PWORD Position      */\r
-#define GPIO_PORT_W139_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W139_PWORD_Pos)                /*!< GPIO_PORT W139: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W140  -----------------------------------------\r
-#define GPIO_PORT_W140_PWORD_Pos                              0                                                         /*!< GPIO_PORT W140: PWORD Position      */\r
-#define GPIO_PORT_W140_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W140_PWORD_Pos)                /*!< GPIO_PORT W140: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W141  -----------------------------------------\r
-#define GPIO_PORT_W141_PWORD_Pos                              0                                                         /*!< GPIO_PORT W141: PWORD Position      */\r
-#define GPIO_PORT_W141_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W141_PWORD_Pos)                /*!< GPIO_PORT W141: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W142  -----------------------------------------\r
-#define GPIO_PORT_W142_PWORD_Pos                              0                                                         /*!< GPIO_PORT W142: PWORD Position      */\r
-#define GPIO_PORT_W142_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W142_PWORD_Pos)                /*!< GPIO_PORT W142: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W143  -----------------------------------------\r
-#define GPIO_PORT_W143_PWORD_Pos                              0                                                         /*!< GPIO_PORT W143: PWORD Position      */\r
-#define GPIO_PORT_W143_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W143_PWORD_Pos)                /*!< GPIO_PORT W143: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W144  -----------------------------------------\r
-#define GPIO_PORT_W144_PWORD_Pos                              0                                                         /*!< GPIO_PORT W144: PWORD Position      */\r
-#define GPIO_PORT_W144_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W144_PWORD_Pos)                /*!< GPIO_PORT W144: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W145  -----------------------------------------\r
-#define GPIO_PORT_W145_PWORD_Pos                              0                                                         /*!< GPIO_PORT W145: PWORD Position      */\r
-#define GPIO_PORT_W145_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W145_PWORD_Pos)                /*!< GPIO_PORT W145: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W146  -----------------------------------------\r
-#define GPIO_PORT_W146_PWORD_Pos                              0                                                         /*!< GPIO_PORT W146: PWORD Position      */\r
-#define GPIO_PORT_W146_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W146_PWORD_Pos)                /*!< GPIO_PORT W146: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W147  -----------------------------------------\r
-#define GPIO_PORT_W147_PWORD_Pos                              0                                                         /*!< GPIO_PORT W147: PWORD Position      */\r
-#define GPIO_PORT_W147_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W147_PWORD_Pos)                /*!< GPIO_PORT W147: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W148  -----------------------------------------\r
-#define GPIO_PORT_W148_PWORD_Pos                              0                                                         /*!< GPIO_PORT W148: PWORD Position      */\r
-#define GPIO_PORT_W148_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W148_PWORD_Pos)                /*!< GPIO_PORT W148: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W149  -----------------------------------------\r
-#define GPIO_PORT_W149_PWORD_Pos                              0                                                         /*!< GPIO_PORT W149: PWORD Position      */\r
-#define GPIO_PORT_W149_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W149_PWORD_Pos)                /*!< GPIO_PORT W149: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W150  -----------------------------------------\r
-#define GPIO_PORT_W150_PWORD_Pos                              0                                                         /*!< GPIO_PORT W150: PWORD Position      */\r
-#define GPIO_PORT_W150_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W150_PWORD_Pos)                /*!< GPIO_PORT W150: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W151  -----------------------------------------\r
-#define GPIO_PORT_W151_PWORD_Pos                              0                                                         /*!< GPIO_PORT W151: PWORD Position      */\r
-#define GPIO_PORT_W151_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W151_PWORD_Pos)                /*!< GPIO_PORT W151: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W152  -----------------------------------------\r
-#define GPIO_PORT_W152_PWORD_Pos                              0                                                         /*!< GPIO_PORT W152: PWORD Position      */\r
-#define GPIO_PORT_W152_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W152_PWORD_Pos)                /*!< GPIO_PORT W152: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W153  -----------------------------------------\r
-#define GPIO_PORT_W153_PWORD_Pos                              0                                                         /*!< GPIO_PORT W153: PWORD Position      */\r
-#define GPIO_PORT_W153_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W153_PWORD_Pos)                /*!< GPIO_PORT W153: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W154  -----------------------------------------\r
-#define GPIO_PORT_W154_PWORD_Pos                              0                                                         /*!< GPIO_PORT W154: PWORD Position      */\r
-#define GPIO_PORT_W154_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W154_PWORD_Pos)                /*!< GPIO_PORT W154: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W155  -----------------------------------------\r
-#define GPIO_PORT_W155_PWORD_Pos                              0                                                         /*!< GPIO_PORT W155: PWORD Position      */\r
-#define GPIO_PORT_W155_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W155_PWORD_Pos)                /*!< GPIO_PORT W155: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W156  -----------------------------------------\r
-#define GPIO_PORT_W156_PWORD_Pos                              0                                                         /*!< GPIO_PORT W156: PWORD Position      */\r
-#define GPIO_PORT_W156_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W156_PWORD_Pos)                /*!< GPIO_PORT W156: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W157  -----------------------------------------\r
-#define GPIO_PORT_W157_PWORD_Pos                              0                                                         /*!< GPIO_PORT W157: PWORD Position      */\r
-#define GPIO_PORT_W157_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W157_PWORD_Pos)                /*!< GPIO_PORT W157: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W158  -----------------------------------------\r
-#define GPIO_PORT_W158_PWORD_Pos                              0                                                         /*!< GPIO_PORT W158: PWORD Position      */\r
-#define GPIO_PORT_W158_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W158_PWORD_Pos)                /*!< GPIO_PORT W158: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W159  -----------------------------------------\r
-#define GPIO_PORT_W159_PWORD_Pos                              0                                                         /*!< GPIO_PORT W159: PWORD Position      */\r
-#define GPIO_PORT_W159_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W159_PWORD_Pos)                /*!< GPIO_PORT W159: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W160  -----------------------------------------\r
-#define GPIO_PORT_W160_PWORD_Pos                              0                                                         /*!< GPIO_PORT W160: PWORD Position      */\r
-#define GPIO_PORT_W160_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W160_PWORD_Pos)                /*!< GPIO_PORT W160: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W161  -----------------------------------------\r
-#define GPIO_PORT_W161_PWORD_Pos                              0                                                         /*!< GPIO_PORT W161: PWORD Position      */\r
-#define GPIO_PORT_W161_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W161_PWORD_Pos)                /*!< GPIO_PORT W161: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W162  -----------------------------------------\r
-#define GPIO_PORT_W162_PWORD_Pos                              0                                                         /*!< GPIO_PORT W162: PWORD Position      */\r
-#define GPIO_PORT_W162_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W162_PWORD_Pos)                /*!< GPIO_PORT W162: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W163  -----------------------------------------\r
-#define GPIO_PORT_W163_PWORD_Pos                              0                                                         /*!< GPIO_PORT W163: PWORD Position      */\r
-#define GPIO_PORT_W163_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W163_PWORD_Pos)                /*!< GPIO_PORT W163: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W164  -----------------------------------------\r
-#define GPIO_PORT_W164_PWORD_Pos                              0                                                         /*!< GPIO_PORT W164: PWORD Position      */\r
-#define GPIO_PORT_W164_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W164_PWORD_Pos)                /*!< GPIO_PORT W164: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W165  -----------------------------------------\r
-#define GPIO_PORT_W165_PWORD_Pos                              0                                                         /*!< GPIO_PORT W165: PWORD Position      */\r
-#define GPIO_PORT_W165_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W165_PWORD_Pos)                /*!< GPIO_PORT W165: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W166  -----------------------------------------\r
-#define GPIO_PORT_W166_PWORD_Pos                              0                                                         /*!< GPIO_PORT W166: PWORD Position      */\r
-#define GPIO_PORT_W166_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W166_PWORD_Pos)                /*!< GPIO_PORT W166: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W167  -----------------------------------------\r
-#define GPIO_PORT_W167_PWORD_Pos                              0                                                         /*!< GPIO_PORT W167: PWORD Position      */\r
-#define GPIO_PORT_W167_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W167_PWORD_Pos)                /*!< GPIO_PORT W167: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W168  -----------------------------------------\r
-#define GPIO_PORT_W168_PWORD_Pos                              0                                                         /*!< GPIO_PORT W168: PWORD Position      */\r
-#define GPIO_PORT_W168_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W168_PWORD_Pos)                /*!< GPIO_PORT W168: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W169  -----------------------------------------\r
-#define GPIO_PORT_W169_PWORD_Pos                              0                                                         /*!< GPIO_PORT W169: PWORD Position      */\r
-#define GPIO_PORT_W169_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W169_PWORD_Pos)                /*!< GPIO_PORT W169: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W170  -----------------------------------------\r
-#define GPIO_PORT_W170_PWORD_Pos                              0                                                         /*!< GPIO_PORT W170: PWORD Position      */\r
-#define GPIO_PORT_W170_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W170_PWORD_Pos)                /*!< GPIO_PORT W170: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W171  -----------------------------------------\r
-#define GPIO_PORT_W171_PWORD_Pos                              0                                                         /*!< GPIO_PORT W171: PWORD Position      */\r
-#define GPIO_PORT_W171_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W171_PWORD_Pos)                /*!< GPIO_PORT W171: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W172  -----------------------------------------\r
-#define GPIO_PORT_W172_PWORD_Pos                              0                                                         /*!< GPIO_PORT W172: PWORD Position      */\r
-#define GPIO_PORT_W172_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W172_PWORD_Pos)                /*!< GPIO_PORT W172: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W173  -----------------------------------------\r
-#define GPIO_PORT_W173_PWORD_Pos                              0                                                         /*!< GPIO_PORT W173: PWORD Position      */\r
-#define GPIO_PORT_W173_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W173_PWORD_Pos)                /*!< GPIO_PORT W173: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W174  -----------------------------------------\r
-#define GPIO_PORT_W174_PWORD_Pos                              0                                                         /*!< GPIO_PORT W174: PWORD Position      */\r
-#define GPIO_PORT_W174_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W174_PWORD_Pos)                /*!< GPIO_PORT W174: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W175  -----------------------------------------\r
-#define GPIO_PORT_W175_PWORD_Pos                              0                                                         /*!< GPIO_PORT W175: PWORD Position      */\r
-#define GPIO_PORT_W175_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W175_PWORD_Pos)                /*!< GPIO_PORT W175: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W176  -----------------------------------------\r
-#define GPIO_PORT_W176_PWORD_Pos                              0                                                         /*!< GPIO_PORT W176: PWORD Position      */\r
-#define GPIO_PORT_W176_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W176_PWORD_Pos)                /*!< GPIO_PORT W176: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W177  -----------------------------------------\r
-#define GPIO_PORT_W177_PWORD_Pos                              0                                                         /*!< GPIO_PORT W177: PWORD Position      */\r
-#define GPIO_PORT_W177_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W177_PWORD_Pos)                /*!< GPIO_PORT W177: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W178  -----------------------------------------\r
-#define GPIO_PORT_W178_PWORD_Pos                              0                                                         /*!< GPIO_PORT W178: PWORD Position      */\r
-#define GPIO_PORT_W178_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W178_PWORD_Pos)                /*!< GPIO_PORT W178: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W179  -----------------------------------------\r
-#define GPIO_PORT_W179_PWORD_Pos                              0                                                         /*!< GPIO_PORT W179: PWORD Position      */\r
-#define GPIO_PORT_W179_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W179_PWORD_Pos)                /*!< GPIO_PORT W179: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W180  -----------------------------------------\r
-#define GPIO_PORT_W180_PWORD_Pos                              0                                                         /*!< GPIO_PORT W180: PWORD Position      */\r
-#define GPIO_PORT_W180_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W180_PWORD_Pos)                /*!< GPIO_PORT W180: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W181  -----------------------------------------\r
-#define GPIO_PORT_W181_PWORD_Pos                              0                                                         /*!< GPIO_PORT W181: PWORD Position      */\r
-#define GPIO_PORT_W181_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W181_PWORD_Pos)                /*!< GPIO_PORT W181: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W182  -----------------------------------------\r
-#define GPIO_PORT_W182_PWORD_Pos                              0                                                         /*!< GPIO_PORT W182: PWORD Position      */\r
-#define GPIO_PORT_W182_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W182_PWORD_Pos)                /*!< GPIO_PORT W182: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W183  -----------------------------------------\r
-#define GPIO_PORT_W183_PWORD_Pos                              0                                                         /*!< GPIO_PORT W183: PWORD Position      */\r
-#define GPIO_PORT_W183_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W183_PWORD_Pos)                /*!< GPIO_PORT W183: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W184  -----------------------------------------\r
-#define GPIO_PORT_W184_PWORD_Pos                              0                                                         /*!< GPIO_PORT W184: PWORD Position      */\r
-#define GPIO_PORT_W184_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W184_PWORD_Pos)                /*!< GPIO_PORT W184: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W185  -----------------------------------------\r
-#define GPIO_PORT_W185_PWORD_Pos                              0                                                         /*!< GPIO_PORT W185: PWORD Position      */\r
-#define GPIO_PORT_W185_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W185_PWORD_Pos)                /*!< GPIO_PORT W185: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W186  -----------------------------------------\r
-#define GPIO_PORT_W186_PWORD_Pos                              0                                                         /*!< GPIO_PORT W186: PWORD Position      */\r
-#define GPIO_PORT_W186_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W186_PWORD_Pos)                /*!< GPIO_PORT W186: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W187  -----------------------------------------\r
-#define GPIO_PORT_W187_PWORD_Pos                              0                                                         /*!< GPIO_PORT W187: PWORD Position      */\r
-#define GPIO_PORT_W187_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W187_PWORD_Pos)                /*!< GPIO_PORT W187: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W188  -----------------------------------------\r
-#define GPIO_PORT_W188_PWORD_Pos                              0                                                         /*!< GPIO_PORT W188: PWORD Position      */\r
-#define GPIO_PORT_W188_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W188_PWORD_Pos)                /*!< GPIO_PORT W188: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W189  -----------------------------------------\r
-#define GPIO_PORT_W189_PWORD_Pos                              0                                                         /*!< GPIO_PORT W189: PWORD Position      */\r
-#define GPIO_PORT_W189_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W189_PWORD_Pos)                /*!< GPIO_PORT W189: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W190  -----------------------------------------\r
-#define GPIO_PORT_W190_PWORD_Pos                              0                                                         /*!< GPIO_PORT W190: PWORD Position      */\r
-#define GPIO_PORT_W190_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W190_PWORD_Pos)                /*!< GPIO_PORT W190: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W191  -----------------------------------------\r
-#define GPIO_PORT_W191_PWORD_Pos                              0                                                         /*!< GPIO_PORT W191: PWORD Position      */\r
-#define GPIO_PORT_W191_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W191_PWORD_Pos)                /*!< GPIO_PORT W191: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W192  -----------------------------------------\r
-#define GPIO_PORT_W192_PWORD_Pos                              0                                                         /*!< GPIO_PORT W192: PWORD Position      */\r
-#define GPIO_PORT_W192_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W192_PWORD_Pos)                /*!< GPIO_PORT W192: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W193  -----------------------------------------\r
-#define GPIO_PORT_W193_PWORD_Pos                              0                                                         /*!< GPIO_PORT W193: PWORD Position      */\r
-#define GPIO_PORT_W193_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W193_PWORD_Pos)                /*!< GPIO_PORT W193: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W194  -----------------------------------------\r
-#define GPIO_PORT_W194_PWORD_Pos                              0                                                         /*!< GPIO_PORT W194: PWORD Position      */\r
-#define GPIO_PORT_W194_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W194_PWORD_Pos)                /*!< GPIO_PORT W194: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W195  -----------------------------------------\r
-#define GPIO_PORT_W195_PWORD_Pos                              0                                                         /*!< GPIO_PORT W195: PWORD Position      */\r
-#define GPIO_PORT_W195_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W195_PWORD_Pos)                /*!< GPIO_PORT W195: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W196  -----------------------------------------\r
-#define GPIO_PORT_W196_PWORD_Pos                              0                                                         /*!< GPIO_PORT W196: PWORD Position      */\r
-#define GPIO_PORT_W196_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W196_PWORD_Pos)                /*!< GPIO_PORT W196: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W197  -----------------------------------------\r
-#define GPIO_PORT_W197_PWORD_Pos                              0                                                         /*!< GPIO_PORT W197: PWORD Position      */\r
-#define GPIO_PORT_W197_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W197_PWORD_Pos)                /*!< GPIO_PORT W197: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W198  -----------------------------------------\r
-#define GPIO_PORT_W198_PWORD_Pos                              0                                                         /*!< GPIO_PORT W198: PWORD Position      */\r
-#define GPIO_PORT_W198_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W198_PWORD_Pos)                /*!< GPIO_PORT W198: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W199  -----------------------------------------\r
-#define GPIO_PORT_W199_PWORD_Pos                              0                                                         /*!< GPIO_PORT W199: PWORD Position      */\r
-#define GPIO_PORT_W199_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W199_PWORD_Pos)                /*!< GPIO_PORT W199: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W200  -----------------------------------------\r
-#define GPIO_PORT_W200_PWORD_Pos                              0                                                         /*!< GPIO_PORT W200: PWORD Position      */\r
-#define GPIO_PORT_W200_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W200_PWORD_Pos)                /*!< GPIO_PORT W200: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W201  -----------------------------------------\r
-#define GPIO_PORT_W201_PWORD_Pos                              0                                                         /*!< GPIO_PORT W201: PWORD Position      */\r
-#define GPIO_PORT_W201_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W201_PWORD_Pos)                /*!< GPIO_PORT W201: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W202  -----------------------------------------\r
-#define GPIO_PORT_W202_PWORD_Pos                              0                                                         /*!< GPIO_PORT W202: PWORD Position      */\r
-#define GPIO_PORT_W202_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W202_PWORD_Pos)                /*!< GPIO_PORT W202: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W203  -----------------------------------------\r
-#define GPIO_PORT_W203_PWORD_Pos                              0                                                         /*!< GPIO_PORT W203: PWORD Position      */\r
-#define GPIO_PORT_W203_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W203_PWORD_Pos)                /*!< GPIO_PORT W203: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W204  -----------------------------------------\r
-#define GPIO_PORT_W204_PWORD_Pos                              0                                                         /*!< GPIO_PORT W204: PWORD Position      */\r
-#define GPIO_PORT_W204_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W204_PWORD_Pos)                /*!< GPIO_PORT W204: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W205  -----------------------------------------\r
-#define GPIO_PORT_W205_PWORD_Pos                              0                                                         /*!< GPIO_PORT W205: PWORD Position      */\r
-#define GPIO_PORT_W205_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W205_PWORD_Pos)                /*!< GPIO_PORT W205: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W206  -----------------------------------------\r
-#define GPIO_PORT_W206_PWORD_Pos                              0                                                         /*!< GPIO_PORT W206: PWORD Position      */\r
-#define GPIO_PORT_W206_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W206_PWORD_Pos)                /*!< GPIO_PORT W206: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W207  -----------------------------------------\r
-#define GPIO_PORT_W207_PWORD_Pos                              0                                                         /*!< GPIO_PORT W207: PWORD Position      */\r
-#define GPIO_PORT_W207_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W207_PWORD_Pos)                /*!< GPIO_PORT W207: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W208  -----------------------------------------\r
-#define GPIO_PORT_W208_PWORD_Pos                              0                                                         /*!< GPIO_PORT W208: PWORD Position      */\r
-#define GPIO_PORT_W208_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W208_PWORD_Pos)                /*!< GPIO_PORT W208: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W209  -----------------------------------------\r
-#define GPIO_PORT_W209_PWORD_Pos                              0                                                         /*!< GPIO_PORT W209: PWORD Position      */\r
-#define GPIO_PORT_W209_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W209_PWORD_Pos)                /*!< GPIO_PORT W209: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W210  -----------------------------------------\r
-#define GPIO_PORT_W210_PWORD_Pos                              0                                                         /*!< GPIO_PORT W210: PWORD Position      */\r
-#define GPIO_PORT_W210_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W210_PWORD_Pos)                /*!< GPIO_PORT W210: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W211  -----------------------------------------\r
-#define GPIO_PORT_W211_PWORD_Pos                              0                                                         /*!< GPIO_PORT W211: PWORD Position      */\r
-#define GPIO_PORT_W211_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W211_PWORD_Pos)                /*!< GPIO_PORT W211: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W212  -----------------------------------------\r
-#define GPIO_PORT_W212_PWORD_Pos                              0                                                         /*!< GPIO_PORT W212: PWORD Position      */\r
-#define GPIO_PORT_W212_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W212_PWORD_Pos)                /*!< GPIO_PORT W212: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W213  -----------------------------------------\r
-#define GPIO_PORT_W213_PWORD_Pos                              0                                                         /*!< GPIO_PORT W213: PWORD Position      */\r
-#define GPIO_PORT_W213_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W213_PWORD_Pos)                /*!< GPIO_PORT W213: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W214  -----------------------------------------\r
-#define GPIO_PORT_W214_PWORD_Pos                              0                                                         /*!< GPIO_PORT W214: PWORD Position      */\r
-#define GPIO_PORT_W214_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W214_PWORD_Pos)                /*!< GPIO_PORT W214: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W215  -----------------------------------------\r
-#define GPIO_PORT_W215_PWORD_Pos                              0                                                         /*!< GPIO_PORT W215: PWORD Position      */\r
-#define GPIO_PORT_W215_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W215_PWORD_Pos)                /*!< GPIO_PORT W215: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W216  -----------------------------------------\r
-#define GPIO_PORT_W216_PWORD_Pos                              0                                                         /*!< GPIO_PORT W216: PWORD Position      */\r
-#define GPIO_PORT_W216_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W216_PWORD_Pos)                /*!< GPIO_PORT W216: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W217  -----------------------------------------\r
-#define GPIO_PORT_W217_PWORD_Pos                              0                                                         /*!< GPIO_PORT W217: PWORD Position      */\r
-#define GPIO_PORT_W217_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W217_PWORD_Pos)                /*!< GPIO_PORT W217: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W218  -----------------------------------------\r
-#define GPIO_PORT_W218_PWORD_Pos                              0                                                         /*!< GPIO_PORT W218: PWORD Position      */\r
-#define GPIO_PORT_W218_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W218_PWORD_Pos)                /*!< GPIO_PORT W218: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W219  -----------------------------------------\r
-#define GPIO_PORT_W219_PWORD_Pos                              0                                                         /*!< GPIO_PORT W219: PWORD Position      */\r
-#define GPIO_PORT_W219_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W219_PWORD_Pos)                /*!< GPIO_PORT W219: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W220  -----------------------------------------\r
-#define GPIO_PORT_W220_PWORD_Pos                              0                                                         /*!< GPIO_PORT W220: PWORD Position      */\r
-#define GPIO_PORT_W220_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W220_PWORD_Pos)                /*!< GPIO_PORT W220: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W221  -----------------------------------------\r
-#define GPIO_PORT_W221_PWORD_Pos                              0                                                         /*!< GPIO_PORT W221: PWORD Position      */\r
-#define GPIO_PORT_W221_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W221_PWORD_Pos)                /*!< GPIO_PORT W221: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W222  -----------------------------------------\r
-#define GPIO_PORT_W222_PWORD_Pos                              0                                                         /*!< GPIO_PORT W222: PWORD Position      */\r
-#define GPIO_PORT_W222_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W222_PWORD_Pos)                /*!< GPIO_PORT W222: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W223  -----------------------------------------\r
-#define GPIO_PORT_W223_PWORD_Pos                              0                                                         /*!< GPIO_PORT W223: PWORD Position      */\r
-#define GPIO_PORT_W223_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W223_PWORD_Pos)                /*!< GPIO_PORT W223: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W224  -----------------------------------------\r
-#define GPIO_PORT_W224_PWORD_Pos                              0                                                         /*!< GPIO_PORT W224: PWORD Position      */\r
-#define GPIO_PORT_W224_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W224_PWORD_Pos)                /*!< GPIO_PORT W224: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W225  -----------------------------------------\r
-#define GPIO_PORT_W225_PWORD_Pos                              0                                                         /*!< GPIO_PORT W225: PWORD Position      */\r
-#define GPIO_PORT_W225_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W225_PWORD_Pos)                /*!< GPIO_PORT W225: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W226  -----------------------------------------\r
-#define GPIO_PORT_W226_PWORD_Pos                              0                                                         /*!< GPIO_PORT W226: PWORD Position      */\r
-#define GPIO_PORT_W226_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W226_PWORD_Pos)                /*!< GPIO_PORT W226: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W227  -----------------------------------------\r
-#define GPIO_PORT_W227_PWORD_Pos                              0                                                         /*!< GPIO_PORT W227: PWORD Position      */\r
-#define GPIO_PORT_W227_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W227_PWORD_Pos)                /*!< GPIO_PORT W227: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W228  -----------------------------------------\r
-#define GPIO_PORT_W228_PWORD_Pos                              0                                                         /*!< GPIO_PORT W228: PWORD Position      */\r
-#define GPIO_PORT_W228_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W228_PWORD_Pos)                /*!< GPIO_PORT W228: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W229  -----------------------------------------\r
-#define GPIO_PORT_W229_PWORD_Pos                              0                                                         /*!< GPIO_PORT W229: PWORD Position      */\r
-#define GPIO_PORT_W229_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W229_PWORD_Pos)                /*!< GPIO_PORT W229: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W230  -----------------------------------------\r
-#define GPIO_PORT_W230_PWORD_Pos                              0                                                         /*!< GPIO_PORT W230: PWORD Position      */\r
-#define GPIO_PORT_W230_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W230_PWORD_Pos)                /*!< GPIO_PORT W230: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W231  -----------------------------------------\r
-#define GPIO_PORT_W231_PWORD_Pos                              0                                                         /*!< GPIO_PORT W231: PWORD Position      */\r
-#define GPIO_PORT_W231_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W231_PWORD_Pos)                /*!< GPIO_PORT W231: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W232  -----------------------------------------\r
-#define GPIO_PORT_W232_PWORD_Pos                              0                                                         /*!< GPIO_PORT W232: PWORD Position      */\r
-#define GPIO_PORT_W232_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W232_PWORD_Pos)                /*!< GPIO_PORT W232: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W233  -----------------------------------------\r
-#define GPIO_PORT_W233_PWORD_Pos                              0                                                         /*!< GPIO_PORT W233: PWORD Position      */\r
-#define GPIO_PORT_W233_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W233_PWORD_Pos)                /*!< GPIO_PORT W233: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W234  -----------------------------------------\r
-#define GPIO_PORT_W234_PWORD_Pos                              0                                                         /*!< GPIO_PORT W234: PWORD Position      */\r
-#define GPIO_PORT_W234_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W234_PWORD_Pos)                /*!< GPIO_PORT W234: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W235  -----------------------------------------\r
-#define GPIO_PORT_W235_PWORD_Pos                              0                                                         /*!< GPIO_PORT W235: PWORD Position      */\r
-#define GPIO_PORT_W235_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W235_PWORD_Pos)                /*!< GPIO_PORT W235: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W236  -----------------------------------------\r
-#define GPIO_PORT_W236_PWORD_Pos                              0                                                         /*!< GPIO_PORT W236: PWORD Position      */\r
-#define GPIO_PORT_W236_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W236_PWORD_Pos)                /*!< GPIO_PORT W236: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W237  -----------------------------------------\r
-#define GPIO_PORT_W237_PWORD_Pos                              0                                                         /*!< GPIO_PORT W237: PWORD Position      */\r
-#define GPIO_PORT_W237_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W237_PWORD_Pos)                /*!< GPIO_PORT W237: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W238  -----------------------------------------\r
-#define GPIO_PORT_W238_PWORD_Pos                              0                                                         /*!< GPIO_PORT W238: PWORD Position      */\r
-#define GPIO_PORT_W238_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W238_PWORD_Pos)                /*!< GPIO_PORT W238: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W239  -----------------------------------------\r
-#define GPIO_PORT_W239_PWORD_Pos                              0                                                         /*!< GPIO_PORT W239: PWORD Position      */\r
-#define GPIO_PORT_W239_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W239_PWORD_Pos)                /*!< GPIO_PORT W239: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W240  -----------------------------------------\r
-#define GPIO_PORT_W240_PWORD_Pos                              0                                                         /*!< GPIO_PORT W240: PWORD Position      */\r
-#define GPIO_PORT_W240_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W240_PWORD_Pos)                /*!< GPIO_PORT W240: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W241  -----------------------------------------\r
-#define GPIO_PORT_W241_PWORD_Pos                              0                                                         /*!< GPIO_PORT W241: PWORD Position      */\r
-#define GPIO_PORT_W241_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W241_PWORD_Pos)                /*!< GPIO_PORT W241: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W242  -----------------------------------------\r
-#define GPIO_PORT_W242_PWORD_Pos                              0                                                         /*!< GPIO_PORT W242: PWORD Position      */\r
-#define GPIO_PORT_W242_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W242_PWORD_Pos)                /*!< GPIO_PORT W242: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W243  -----------------------------------------\r
-#define GPIO_PORT_W243_PWORD_Pos                              0                                                         /*!< GPIO_PORT W243: PWORD Position      */\r
-#define GPIO_PORT_W243_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W243_PWORD_Pos)                /*!< GPIO_PORT W243: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W244  -----------------------------------------\r
-#define GPIO_PORT_W244_PWORD_Pos                              0                                                         /*!< GPIO_PORT W244: PWORD Position      */\r
-#define GPIO_PORT_W244_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W244_PWORD_Pos)                /*!< GPIO_PORT W244: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W245  -----------------------------------------\r
-#define GPIO_PORT_W245_PWORD_Pos                              0                                                         /*!< GPIO_PORT W245: PWORD Position      */\r
-#define GPIO_PORT_W245_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W245_PWORD_Pos)                /*!< GPIO_PORT W245: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W246  -----------------------------------------\r
-#define GPIO_PORT_W246_PWORD_Pos                              0                                                         /*!< GPIO_PORT W246: PWORD Position      */\r
-#define GPIO_PORT_W246_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W246_PWORD_Pos)                /*!< GPIO_PORT W246: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W247  -----------------------------------------\r
-#define GPIO_PORT_W247_PWORD_Pos                              0                                                         /*!< GPIO_PORT W247: PWORD Position      */\r
-#define GPIO_PORT_W247_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W247_PWORD_Pos)                /*!< GPIO_PORT W247: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W248  -----------------------------------------\r
-#define GPIO_PORT_W248_PWORD_Pos                              0                                                         /*!< GPIO_PORT W248: PWORD Position      */\r
-#define GPIO_PORT_W248_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W248_PWORD_Pos)                /*!< GPIO_PORT W248: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W249  -----------------------------------------\r
-#define GPIO_PORT_W249_PWORD_Pos                              0                                                         /*!< GPIO_PORT W249: PWORD Position      */\r
-#define GPIO_PORT_W249_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W249_PWORD_Pos)                /*!< GPIO_PORT W249: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W250  -----------------------------------------\r
-#define GPIO_PORT_W250_PWORD_Pos                              0                                                         /*!< GPIO_PORT W250: PWORD Position      */\r
-#define GPIO_PORT_W250_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W250_PWORD_Pos)                /*!< GPIO_PORT W250: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W251  -----------------------------------------\r
-#define GPIO_PORT_W251_PWORD_Pos                              0                                                         /*!< GPIO_PORT W251: PWORD Position      */\r
-#define GPIO_PORT_W251_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W251_PWORD_Pos)                /*!< GPIO_PORT W251: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W252  -----------------------------------------\r
-#define GPIO_PORT_W252_PWORD_Pos                              0                                                         /*!< GPIO_PORT W252: PWORD Position      */\r
-#define GPIO_PORT_W252_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W252_PWORD_Pos)                /*!< GPIO_PORT W252: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W253  -----------------------------------------\r
-#define GPIO_PORT_W253_PWORD_Pos                              0                                                         /*!< GPIO_PORT W253: PWORD Position      */\r
-#define GPIO_PORT_W253_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W253_PWORD_Pos)                /*!< GPIO_PORT W253: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W254  -----------------------------------------\r
-#define GPIO_PORT_W254_PWORD_Pos                              0                                                         /*!< GPIO_PORT W254: PWORD Position      */\r
-#define GPIO_PORT_W254_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W254_PWORD_Pos)                /*!< GPIO_PORT W254: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_W255  -----------------------------------------\r
-#define GPIO_PORT_W255_PWORD_Pos                              0                                                         /*!< GPIO_PORT W255: PWORD Position      */\r
-#define GPIO_PORT_W255_PWORD_Msk                              (0xffffffffUL << GPIO_PORT_W255_PWORD_Pos)                /*!< GPIO_PORT W255: PWORD Mask          */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR0  -----------------------------------------\r
-#define GPIO_PORT_DIR0_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR0: DIRP0 Position      */\r
-#define GPIO_PORT_DIR0_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP0_Pos)                      /*!< GPIO_PORT DIR0: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR0: DIRP1 Position      */\r
-#define GPIO_PORT_DIR0_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP1_Pos)                      /*!< GPIO_PORT DIR0: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR0: DIRP2 Position      */\r
-#define GPIO_PORT_DIR0_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP2_Pos)                      /*!< GPIO_PORT DIR0: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR0: DIRP3 Position      */\r
-#define GPIO_PORT_DIR0_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP3_Pos)                      /*!< GPIO_PORT DIR0: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR0: DIRP4 Position      */\r
-#define GPIO_PORT_DIR0_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP4_Pos)                      /*!< GPIO_PORT DIR0: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR0: DIRP5 Position      */\r
-#define GPIO_PORT_DIR0_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP5_Pos)                      /*!< GPIO_PORT DIR0: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR0: DIRP6 Position      */\r
-#define GPIO_PORT_DIR0_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP6_Pos)                      /*!< GPIO_PORT DIR0: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR0: DIRP7 Position      */\r
-#define GPIO_PORT_DIR0_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP7_Pos)                      /*!< GPIO_PORT DIR0: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR0: DIRP8 Position      */\r
-#define GPIO_PORT_DIR0_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP8_Pos)                      /*!< GPIO_PORT DIR0: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR0: DIRP9 Position      */\r
-#define GPIO_PORT_DIR0_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR0_DIRP9_Pos)                      /*!< GPIO_PORT DIR0: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR0_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR0: DIRP10 Position     */\r
-#define GPIO_PORT_DIR0_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP10_Pos)                     /*!< GPIO_PORT DIR0: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR0: DIRP11 Position     */\r
-#define GPIO_PORT_DIR0_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP11_Pos)                     /*!< GPIO_PORT DIR0: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR0: DIRP12 Position     */\r
-#define GPIO_PORT_DIR0_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP12_Pos)                     /*!< GPIO_PORT DIR0: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR0: DIRP13 Position     */\r
-#define GPIO_PORT_DIR0_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP13_Pos)                     /*!< GPIO_PORT DIR0: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR0: DIRP14 Position     */\r
-#define GPIO_PORT_DIR0_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP14_Pos)                     /*!< GPIO_PORT DIR0: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR0: DIRP15 Position     */\r
-#define GPIO_PORT_DIR0_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP15_Pos)                     /*!< GPIO_PORT DIR0: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR0: DIRP16 Position     */\r
-#define GPIO_PORT_DIR0_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP16_Pos)                     /*!< GPIO_PORT DIR0: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR0: DIRP17 Position     */\r
-#define GPIO_PORT_DIR0_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP17_Pos)                     /*!< GPIO_PORT DIR0: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR0: DIRP18 Position     */\r
-#define GPIO_PORT_DIR0_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP18_Pos)                     /*!< GPIO_PORT DIR0: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR0: DIRP19 Position     */\r
-#define GPIO_PORT_DIR0_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP19_Pos)                     /*!< GPIO_PORT DIR0: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR0: DIRP20 Position     */\r
-#define GPIO_PORT_DIR0_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP20_Pos)                     /*!< GPIO_PORT DIR0: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR0: DIRP21 Position     */\r
-#define GPIO_PORT_DIR0_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP21_Pos)                     /*!< GPIO_PORT DIR0: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR0: DIRP22 Position     */\r
-#define GPIO_PORT_DIR0_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP22_Pos)                     /*!< GPIO_PORT DIR0: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR0: DIRP23 Position     */\r
-#define GPIO_PORT_DIR0_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP23_Pos)                     /*!< GPIO_PORT DIR0: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR0: DIRP24 Position     */\r
-#define GPIO_PORT_DIR0_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP24_Pos)                     /*!< GPIO_PORT DIR0: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR0: DIRP25 Position     */\r
-#define GPIO_PORT_DIR0_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP25_Pos)                     /*!< GPIO_PORT DIR0: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR0: DIRP26 Position     */\r
-#define GPIO_PORT_DIR0_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP26_Pos)                     /*!< GPIO_PORT DIR0: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR0: DIRP27 Position     */\r
-#define GPIO_PORT_DIR0_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP27_Pos)                     /*!< GPIO_PORT DIR0: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR0: DIRP28 Position     */\r
-#define GPIO_PORT_DIR0_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP28_Pos)                     /*!< GPIO_PORT DIR0: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR0: DIRP29 Position     */\r
-#define GPIO_PORT_DIR0_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP29_Pos)                     /*!< GPIO_PORT DIR0: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR0: DIRP30 Position     */\r
-#define GPIO_PORT_DIR0_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP30_Pos)                     /*!< GPIO_PORT DIR0: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR0_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR0: DIRP31 Position     */\r
-#define GPIO_PORT_DIR0_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR0_DIRP31_Pos)                     /*!< GPIO_PORT DIR0: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR1  -----------------------------------------\r
-#define GPIO_PORT_DIR1_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR1: DIRP0 Position      */\r
-#define GPIO_PORT_DIR1_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP0_Pos)                      /*!< GPIO_PORT DIR1: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR1: DIRP1 Position      */\r
-#define GPIO_PORT_DIR1_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP1_Pos)                      /*!< GPIO_PORT DIR1: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR1: DIRP2 Position      */\r
-#define GPIO_PORT_DIR1_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP2_Pos)                      /*!< GPIO_PORT DIR1: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR1: DIRP3 Position      */\r
-#define GPIO_PORT_DIR1_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP3_Pos)                      /*!< GPIO_PORT DIR1: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR1: DIRP4 Position      */\r
-#define GPIO_PORT_DIR1_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP4_Pos)                      /*!< GPIO_PORT DIR1: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR1: DIRP5 Position      */\r
-#define GPIO_PORT_DIR1_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP5_Pos)                      /*!< GPIO_PORT DIR1: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR1: DIRP6 Position      */\r
-#define GPIO_PORT_DIR1_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP6_Pos)                      /*!< GPIO_PORT DIR1: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR1: DIRP7 Position      */\r
-#define GPIO_PORT_DIR1_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP7_Pos)                      /*!< GPIO_PORT DIR1: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR1: DIRP8 Position      */\r
-#define GPIO_PORT_DIR1_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP8_Pos)                      /*!< GPIO_PORT DIR1: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR1: DIRP9 Position      */\r
-#define GPIO_PORT_DIR1_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR1_DIRP9_Pos)                      /*!< GPIO_PORT DIR1: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR1_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR1: DIRP10 Position     */\r
-#define GPIO_PORT_DIR1_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP10_Pos)                     /*!< GPIO_PORT DIR1: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR1: DIRP11 Position     */\r
-#define GPIO_PORT_DIR1_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP11_Pos)                     /*!< GPIO_PORT DIR1: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR1: DIRP12 Position     */\r
-#define GPIO_PORT_DIR1_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP12_Pos)                     /*!< GPIO_PORT DIR1: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR1: DIRP13 Position     */\r
-#define GPIO_PORT_DIR1_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP13_Pos)                     /*!< GPIO_PORT DIR1: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR1: DIRP14 Position     */\r
-#define GPIO_PORT_DIR1_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP14_Pos)                     /*!< GPIO_PORT DIR1: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR1: DIRP15 Position     */\r
-#define GPIO_PORT_DIR1_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP15_Pos)                     /*!< GPIO_PORT DIR1: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR1: DIRP16 Position     */\r
-#define GPIO_PORT_DIR1_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP16_Pos)                     /*!< GPIO_PORT DIR1: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR1: DIRP17 Position     */\r
-#define GPIO_PORT_DIR1_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP17_Pos)                     /*!< GPIO_PORT DIR1: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR1: DIRP18 Position     */\r
-#define GPIO_PORT_DIR1_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP18_Pos)                     /*!< GPIO_PORT DIR1: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR1: DIRP19 Position     */\r
-#define GPIO_PORT_DIR1_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP19_Pos)                     /*!< GPIO_PORT DIR1: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR1: DIRP20 Position     */\r
-#define GPIO_PORT_DIR1_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP20_Pos)                     /*!< GPIO_PORT DIR1: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR1: DIRP21 Position     */\r
-#define GPIO_PORT_DIR1_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP21_Pos)                     /*!< GPIO_PORT DIR1: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR1: DIRP22 Position     */\r
-#define GPIO_PORT_DIR1_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP22_Pos)                     /*!< GPIO_PORT DIR1: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR1: DIRP23 Position     */\r
-#define GPIO_PORT_DIR1_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP23_Pos)                     /*!< GPIO_PORT DIR1: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR1: DIRP24 Position     */\r
-#define GPIO_PORT_DIR1_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP24_Pos)                     /*!< GPIO_PORT DIR1: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR1: DIRP25 Position     */\r
-#define GPIO_PORT_DIR1_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP25_Pos)                     /*!< GPIO_PORT DIR1: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR1: DIRP26 Position     */\r
-#define GPIO_PORT_DIR1_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP26_Pos)                     /*!< GPIO_PORT DIR1: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR1: DIRP27 Position     */\r
-#define GPIO_PORT_DIR1_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP27_Pos)                     /*!< GPIO_PORT DIR1: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR1: DIRP28 Position     */\r
-#define GPIO_PORT_DIR1_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP28_Pos)                     /*!< GPIO_PORT DIR1: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR1: DIRP29 Position     */\r
-#define GPIO_PORT_DIR1_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP29_Pos)                     /*!< GPIO_PORT DIR1: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR1: DIRP30 Position     */\r
-#define GPIO_PORT_DIR1_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP30_Pos)                     /*!< GPIO_PORT DIR1: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR1_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR1: DIRP31 Position     */\r
-#define GPIO_PORT_DIR1_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR1_DIRP31_Pos)                     /*!< GPIO_PORT DIR1: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR2  -----------------------------------------\r
-#define GPIO_PORT_DIR2_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR2: DIRP0 Position      */\r
-#define GPIO_PORT_DIR2_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP0_Pos)                      /*!< GPIO_PORT DIR2: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR2: DIRP1 Position      */\r
-#define GPIO_PORT_DIR2_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP1_Pos)                      /*!< GPIO_PORT DIR2: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR2: DIRP2 Position      */\r
-#define GPIO_PORT_DIR2_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP2_Pos)                      /*!< GPIO_PORT DIR2: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR2: DIRP3 Position      */\r
-#define GPIO_PORT_DIR2_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP3_Pos)                      /*!< GPIO_PORT DIR2: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR2: DIRP4 Position      */\r
-#define GPIO_PORT_DIR2_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP4_Pos)                      /*!< GPIO_PORT DIR2: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR2: DIRP5 Position      */\r
-#define GPIO_PORT_DIR2_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP5_Pos)                      /*!< GPIO_PORT DIR2: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR2: DIRP6 Position      */\r
-#define GPIO_PORT_DIR2_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP6_Pos)                      /*!< GPIO_PORT DIR2: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR2: DIRP7 Position      */\r
-#define GPIO_PORT_DIR2_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP7_Pos)                      /*!< GPIO_PORT DIR2: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR2: DIRP8 Position      */\r
-#define GPIO_PORT_DIR2_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP8_Pos)                      /*!< GPIO_PORT DIR2: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR2: DIRP9 Position      */\r
-#define GPIO_PORT_DIR2_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR2_DIRP9_Pos)                      /*!< GPIO_PORT DIR2: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR2_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR2: DIRP10 Position     */\r
-#define GPIO_PORT_DIR2_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP10_Pos)                     /*!< GPIO_PORT DIR2: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR2: DIRP11 Position     */\r
-#define GPIO_PORT_DIR2_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP11_Pos)                     /*!< GPIO_PORT DIR2: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR2: DIRP12 Position     */\r
-#define GPIO_PORT_DIR2_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP12_Pos)                     /*!< GPIO_PORT DIR2: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR2: DIRP13 Position     */\r
-#define GPIO_PORT_DIR2_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP13_Pos)                     /*!< GPIO_PORT DIR2: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR2: DIRP14 Position     */\r
-#define GPIO_PORT_DIR2_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP14_Pos)                     /*!< GPIO_PORT DIR2: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR2: DIRP15 Position     */\r
-#define GPIO_PORT_DIR2_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP15_Pos)                     /*!< GPIO_PORT DIR2: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR2: DIRP16 Position     */\r
-#define GPIO_PORT_DIR2_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP16_Pos)                     /*!< GPIO_PORT DIR2: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR2: DIRP17 Position     */\r
-#define GPIO_PORT_DIR2_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP17_Pos)                     /*!< GPIO_PORT DIR2: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR2: DIRP18 Position     */\r
-#define GPIO_PORT_DIR2_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP18_Pos)                     /*!< GPIO_PORT DIR2: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR2: DIRP19 Position     */\r
-#define GPIO_PORT_DIR2_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP19_Pos)                     /*!< GPIO_PORT DIR2: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR2: DIRP20 Position     */\r
-#define GPIO_PORT_DIR2_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP20_Pos)                     /*!< GPIO_PORT DIR2: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR2: DIRP21 Position     */\r
-#define GPIO_PORT_DIR2_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP21_Pos)                     /*!< GPIO_PORT DIR2: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR2: DIRP22 Position     */\r
-#define GPIO_PORT_DIR2_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP22_Pos)                     /*!< GPIO_PORT DIR2: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR2: DIRP23 Position     */\r
-#define GPIO_PORT_DIR2_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP23_Pos)                     /*!< GPIO_PORT DIR2: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR2: DIRP24 Position     */\r
-#define GPIO_PORT_DIR2_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP24_Pos)                     /*!< GPIO_PORT DIR2: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR2: DIRP25 Position     */\r
-#define GPIO_PORT_DIR2_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP25_Pos)                     /*!< GPIO_PORT DIR2: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR2: DIRP26 Position     */\r
-#define GPIO_PORT_DIR2_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP26_Pos)                     /*!< GPIO_PORT DIR2: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR2: DIRP27 Position     */\r
-#define GPIO_PORT_DIR2_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP27_Pos)                     /*!< GPIO_PORT DIR2: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR2: DIRP28 Position     */\r
-#define GPIO_PORT_DIR2_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP28_Pos)                     /*!< GPIO_PORT DIR2: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR2: DIRP29 Position     */\r
-#define GPIO_PORT_DIR2_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP29_Pos)                     /*!< GPIO_PORT DIR2: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR2: DIRP30 Position     */\r
-#define GPIO_PORT_DIR2_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP30_Pos)                     /*!< GPIO_PORT DIR2: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR2_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR2: DIRP31 Position     */\r
-#define GPIO_PORT_DIR2_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR2_DIRP31_Pos)                     /*!< GPIO_PORT DIR2: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR3  -----------------------------------------\r
-#define GPIO_PORT_DIR3_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR3: DIRP0 Position      */\r
-#define GPIO_PORT_DIR3_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP0_Pos)                      /*!< GPIO_PORT DIR3: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR3: DIRP1 Position      */\r
-#define GPIO_PORT_DIR3_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP1_Pos)                      /*!< GPIO_PORT DIR3: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR3: DIRP2 Position      */\r
-#define GPIO_PORT_DIR3_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP2_Pos)                      /*!< GPIO_PORT DIR3: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR3: DIRP3 Position      */\r
-#define GPIO_PORT_DIR3_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP3_Pos)                      /*!< GPIO_PORT DIR3: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR3: DIRP4 Position      */\r
-#define GPIO_PORT_DIR3_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP4_Pos)                      /*!< GPIO_PORT DIR3: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR3: DIRP5 Position      */\r
-#define GPIO_PORT_DIR3_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP5_Pos)                      /*!< GPIO_PORT DIR3: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR3: DIRP6 Position      */\r
-#define GPIO_PORT_DIR3_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP6_Pos)                      /*!< GPIO_PORT DIR3: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR3: DIRP7 Position      */\r
-#define GPIO_PORT_DIR3_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP7_Pos)                      /*!< GPIO_PORT DIR3: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR3: DIRP8 Position      */\r
-#define GPIO_PORT_DIR3_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP8_Pos)                      /*!< GPIO_PORT DIR3: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR3: DIRP9 Position      */\r
-#define GPIO_PORT_DIR3_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR3_DIRP9_Pos)                      /*!< GPIO_PORT DIR3: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR3_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR3: DIRP10 Position     */\r
-#define GPIO_PORT_DIR3_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP10_Pos)                     /*!< GPIO_PORT DIR3: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR3: DIRP11 Position     */\r
-#define GPIO_PORT_DIR3_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP11_Pos)                     /*!< GPIO_PORT DIR3: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR3: DIRP12 Position     */\r
-#define GPIO_PORT_DIR3_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP12_Pos)                     /*!< GPIO_PORT DIR3: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR3: DIRP13 Position     */\r
-#define GPIO_PORT_DIR3_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP13_Pos)                     /*!< GPIO_PORT DIR3: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR3: DIRP14 Position     */\r
-#define GPIO_PORT_DIR3_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP14_Pos)                     /*!< GPIO_PORT DIR3: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR3: DIRP15 Position     */\r
-#define GPIO_PORT_DIR3_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP15_Pos)                     /*!< GPIO_PORT DIR3: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR3: DIRP16 Position     */\r
-#define GPIO_PORT_DIR3_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP16_Pos)                     /*!< GPIO_PORT DIR3: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR3: DIRP17 Position     */\r
-#define GPIO_PORT_DIR3_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP17_Pos)                     /*!< GPIO_PORT DIR3: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR3: DIRP18 Position     */\r
-#define GPIO_PORT_DIR3_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP18_Pos)                     /*!< GPIO_PORT DIR3: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR3: DIRP19 Position     */\r
-#define GPIO_PORT_DIR3_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP19_Pos)                     /*!< GPIO_PORT DIR3: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR3: DIRP20 Position     */\r
-#define GPIO_PORT_DIR3_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP20_Pos)                     /*!< GPIO_PORT DIR3: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR3: DIRP21 Position     */\r
-#define GPIO_PORT_DIR3_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP21_Pos)                     /*!< GPIO_PORT DIR3: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR3: DIRP22 Position     */\r
-#define GPIO_PORT_DIR3_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP22_Pos)                     /*!< GPIO_PORT DIR3: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR3: DIRP23 Position     */\r
-#define GPIO_PORT_DIR3_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP23_Pos)                     /*!< GPIO_PORT DIR3: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR3: DIRP24 Position     */\r
-#define GPIO_PORT_DIR3_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP24_Pos)                     /*!< GPIO_PORT DIR3: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR3: DIRP25 Position     */\r
-#define GPIO_PORT_DIR3_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP25_Pos)                     /*!< GPIO_PORT DIR3: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR3: DIRP26 Position     */\r
-#define GPIO_PORT_DIR3_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP26_Pos)                     /*!< GPIO_PORT DIR3: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR3: DIRP27 Position     */\r
-#define GPIO_PORT_DIR3_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP27_Pos)                     /*!< GPIO_PORT DIR3: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR3: DIRP28 Position     */\r
-#define GPIO_PORT_DIR3_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP28_Pos)                     /*!< GPIO_PORT DIR3: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR3: DIRP29 Position     */\r
-#define GPIO_PORT_DIR3_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP29_Pos)                     /*!< GPIO_PORT DIR3: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR3: DIRP30 Position     */\r
-#define GPIO_PORT_DIR3_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP30_Pos)                     /*!< GPIO_PORT DIR3: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR3_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR3: DIRP31 Position     */\r
-#define GPIO_PORT_DIR3_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR3_DIRP31_Pos)                     /*!< GPIO_PORT DIR3: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR4  -----------------------------------------\r
-#define GPIO_PORT_DIR4_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR4: DIRP0 Position      */\r
-#define GPIO_PORT_DIR4_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP0_Pos)                      /*!< GPIO_PORT DIR4: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR4: DIRP1 Position      */\r
-#define GPIO_PORT_DIR4_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP1_Pos)                      /*!< GPIO_PORT DIR4: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR4: DIRP2 Position      */\r
-#define GPIO_PORT_DIR4_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP2_Pos)                      /*!< GPIO_PORT DIR4: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR4: DIRP3 Position      */\r
-#define GPIO_PORT_DIR4_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP3_Pos)                      /*!< GPIO_PORT DIR4: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR4: DIRP4 Position      */\r
-#define GPIO_PORT_DIR4_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP4_Pos)                      /*!< GPIO_PORT DIR4: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR4: DIRP5 Position      */\r
-#define GPIO_PORT_DIR4_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP5_Pos)                      /*!< GPIO_PORT DIR4: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR4: DIRP6 Position      */\r
-#define GPIO_PORT_DIR4_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP6_Pos)                      /*!< GPIO_PORT DIR4: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR4: DIRP7 Position      */\r
-#define GPIO_PORT_DIR4_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP7_Pos)                      /*!< GPIO_PORT DIR4: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR4: DIRP8 Position      */\r
-#define GPIO_PORT_DIR4_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP8_Pos)                      /*!< GPIO_PORT DIR4: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR4: DIRP9 Position      */\r
-#define GPIO_PORT_DIR4_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR4_DIRP9_Pos)                      /*!< GPIO_PORT DIR4: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR4_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR4: DIRP10 Position     */\r
-#define GPIO_PORT_DIR4_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP10_Pos)                     /*!< GPIO_PORT DIR4: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR4: DIRP11 Position     */\r
-#define GPIO_PORT_DIR4_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP11_Pos)                     /*!< GPIO_PORT DIR4: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR4: DIRP12 Position     */\r
-#define GPIO_PORT_DIR4_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP12_Pos)                     /*!< GPIO_PORT DIR4: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR4: DIRP13 Position     */\r
-#define GPIO_PORT_DIR4_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP13_Pos)                     /*!< GPIO_PORT DIR4: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR4: DIRP14 Position     */\r
-#define GPIO_PORT_DIR4_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP14_Pos)                     /*!< GPIO_PORT DIR4: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR4: DIRP15 Position     */\r
-#define GPIO_PORT_DIR4_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP15_Pos)                     /*!< GPIO_PORT DIR4: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR4: DIRP16 Position     */\r
-#define GPIO_PORT_DIR4_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP16_Pos)                     /*!< GPIO_PORT DIR4: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR4: DIRP17 Position     */\r
-#define GPIO_PORT_DIR4_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP17_Pos)                     /*!< GPIO_PORT DIR4: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR4: DIRP18 Position     */\r
-#define GPIO_PORT_DIR4_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP18_Pos)                     /*!< GPIO_PORT DIR4: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR4: DIRP19 Position     */\r
-#define GPIO_PORT_DIR4_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP19_Pos)                     /*!< GPIO_PORT DIR4: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR4: DIRP20 Position     */\r
-#define GPIO_PORT_DIR4_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP20_Pos)                     /*!< GPIO_PORT DIR4: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR4: DIRP21 Position     */\r
-#define GPIO_PORT_DIR4_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP21_Pos)                     /*!< GPIO_PORT DIR4: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR4: DIRP22 Position     */\r
-#define GPIO_PORT_DIR4_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP22_Pos)                     /*!< GPIO_PORT DIR4: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR4: DIRP23 Position     */\r
-#define GPIO_PORT_DIR4_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP23_Pos)                     /*!< GPIO_PORT DIR4: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR4: DIRP24 Position     */\r
-#define GPIO_PORT_DIR4_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP24_Pos)                     /*!< GPIO_PORT DIR4: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR4: DIRP25 Position     */\r
-#define GPIO_PORT_DIR4_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP25_Pos)                     /*!< GPIO_PORT DIR4: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR4: DIRP26 Position     */\r
-#define GPIO_PORT_DIR4_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP26_Pos)                     /*!< GPIO_PORT DIR4: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR4: DIRP27 Position     */\r
-#define GPIO_PORT_DIR4_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP27_Pos)                     /*!< GPIO_PORT DIR4: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR4: DIRP28 Position     */\r
-#define GPIO_PORT_DIR4_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP28_Pos)                     /*!< GPIO_PORT DIR4: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR4: DIRP29 Position     */\r
-#define GPIO_PORT_DIR4_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP29_Pos)                     /*!< GPIO_PORT DIR4: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR4: DIRP30 Position     */\r
-#define GPIO_PORT_DIR4_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP30_Pos)                     /*!< GPIO_PORT DIR4: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR4_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR4: DIRP31 Position     */\r
-#define GPIO_PORT_DIR4_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR4_DIRP31_Pos)                     /*!< GPIO_PORT DIR4: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR5  -----------------------------------------\r
-#define GPIO_PORT_DIR5_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR5: DIRP0 Position      */\r
-#define GPIO_PORT_DIR5_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP0_Pos)                      /*!< GPIO_PORT DIR5: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR5: DIRP1 Position      */\r
-#define GPIO_PORT_DIR5_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP1_Pos)                      /*!< GPIO_PORT DIR5: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR5: DIRP2 Position      */\r
-#define GPIO_PORT_DIR5_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP2_Pos)                      /*!< GPIO_PORT DIR5: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR5: DIRP3 Position      */\r
-#define GPIO_PORT_DIR5_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP3_Pos)                      /*!< GPIO_PORT DIR5: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR5: DIRP4 Position      */\r
-#define GPIO_PORT_DIR5_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP4_Pos)                      /*!< GPIO_PORT DIR5: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR5: DIRP5 Position      */\r
-#define GPIO_PORT_DIR5_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP5_Pos)                      /*!< GPIO_PORT DIR5: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR5: DIRP6 Position      */\r
-#define GPIO_PORT_DIR5_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP6_Pos)                      /*!< GPIO_PORT DIR5: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR5: DIRP7 Position      */\r
-#define GPIO_PORT_DIR5_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP7_Pos)                      /*!< GPIO_PORT DIR5: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR5: DIRP8 Position      */\r
-#define GPIO_PORT_DIR5_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP8_Pos)                      /*!< GPIO_PORT DIR5: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR5: DIRP9 Position      */\r
-#define GPIO_PORT_DIR5_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR5_DIRP9_Pos)                      /*!< GPIO_PORT DIR5: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR5_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR5: DIRP10 Position     */\r
-#define GPIO_PORT_DIR5_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP10_Pos)                     /*!< GPIO_PORT DIR5: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR5: DIRP11 Position     */\r
-#define GPIO_PORT_DIR5_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP11_Pos)                     /*!< GPIO_PORT DIR5: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR5: DIRP12 Position     */\r
-#define GPIO_PORT_DIR5_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP12_Pos)                     /*!< GPIO_PORT DIR5: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR5: DIRP13 Position     */\r
-#define GPIO_PORT_DIR5_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP13_Pos)                     /*!< GPIO_PORT DIR5: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR5: DIRP14 Position     */\r
-#define GPIO_PORT_DIR5_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP14_Pos)                     /*!< GPIO_PORT DIR5: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR5: DIRP15 Position     */\r
-#define GPIO_PORT_DIR5_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP15_Pos)                     /*!< GPIO_PORT DIR5: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR5: DIRP16 Position     */\r
-#define GPIO_PORT_DIR5_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP16_Pos)                     /*!< GPIO_PORT DIR5: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR5: DIRP17 Position     */\r
-#define GPIO_PORT_DIR5_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP17_Pos)                     /*!< GPIO_PORT DIR5: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR5: DIRP18 Position     */\r
-#define GPIO_PORT_DIR5_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP18_Pos)                     /*!< GPIO_PORT DIR5: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR5: DIRP19 Position     */\r
-#define GPIO_PORT_DIR5_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP19_Pos)                     /*!< GPIO_PORT DIR5: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR5: DIRP20 Position     */\r
-#define GPIO_PORT_DIR5_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP20_Pos)                     /*!< GPIO_PORT DIR5: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR5: DIRP21 Position     */\r
-#define GPIO_PORT_DIR5_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP21_Pos)                     /*!< GPIO_PORT DIR5: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR5: DIRP22 Position     */\r
-#define GPIO_PORT_DIR5_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP22_Pos)                     /*!< GPIO_PORT DIR5: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR5: DIRP23 Position     */\r
-#define GPIO_PORT_DIR5_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP23_Pos)                     /*!< GPIO_PORT DIR5: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR5: DIRP24 Position     */\r
-#define GPIO_PORT_DIR5_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP24_Pos)                     /*!< GPIO_PORT DIR5: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR5: DIRP25 Position     */\r
-#define GPIO_PORT_DIR5_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP25_Pos)                     /*!< GPIO_PORT DIR5: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR5: DIRP26 Position     */\r
-#define GPIO_PORT_DIR5_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP26_Pos)                     /*!< GPIO_PORT DIR5: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR5: DIRP27 Position     */\r
-#define GPIO_PORT_DIR5_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP27_Pos)                     /*!< GPIO_PORT DIR5: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR5: DIRP28 Position     */\r
-#define GPIO_PORT_DIR5_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP28_Pos)                     /*!< GPIO_PORT DIR5: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR5: DIRP29 Position     */\r
-#define GPIO_PORT_DIR5_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP29_Pos)                     /*!< GPIO_PORT DIR5: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR5: DIRP30 Position     */\r
-#define GPIO_PORT_DIR5_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP30_Pos)                     /*!< GPIO_PORT DIR5: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR5_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR5: DIRP31 Position     */\r
-#define GPIO_PORT_DIR5_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR5_DIRP31_Pos)                     /*!< GPIO_PORT DIR5: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR6  -----------------------------------------\r
-#define GPIO_PORT_DIR6_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR6: DIRP0 Position      */\r
-#define GPIO_PORT_DIR6_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP0_Pos)                      /*!< GPIO_PORT DIR6: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR6: DIRP1 Position      */\r
-#define GPIO_PORT_DIR6_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP1_Pos)                      /*!< GPIO_PORT DIR6: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR6: DIRP2 Position      */\r
-#define GPIO_PORT_DIR6_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP2_Pos)                      /*!< GPIO_PORT DIR6: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR6: DIRP3 Position      */\r
-#define GPIO_PORT_DIR6_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP3_Pos)                      /*!< GPIO_PORT DIR6: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR6: DIRP4 Position      */\r
-#define GPIO_PORT_DIR6_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP4_Pos)                      /*!< GPIO_PORT DIR6: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR6: DIRP5 Position      */\r
-#define GPIO_PORT_DIR6_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP5_Pos)                      /*!< GPIO_PORT DIR6: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR6: DIRP6 Position      */\r
-#define GPIO_PORT_DIR6_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP6_Pos)                      /*!< GPIO_PORT DIR6: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR6: DIRP7 Position      */\r
-#define GPIO_PORT_DIR6_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP7_Pos)                      /*!< GPIO_PORT DIR6: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR6: DIRP8 Position      */\r
-#define GPIO_PORT_DIR6_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP8_Pos)                      /*!< GPIO_PORT DIR6: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR6: DIRP9 Position      */\r
-#define GPIO_PORT_DIR6_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR6_DIRP9_Pos)                      /*!< GPIO_PORT DIR6: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR6_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR6: DIRP10 Position     */\r
-#define GPIO_PORT_DIR6_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP10_Pos)                     /*!< GPIO_PORT DIR6: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR6: DIRP11 Position     */\r
-#define GPIO_PORT_DIR6_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP11_Pos)                     /*!< GPIO_PORT DIR6: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR6: DIRP12 Position     */\r
-#define GPIO_PORT_DIR6_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP12_Pos)                     /*!< GPIO_PORT DIR6: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR6: DIRP13 Position     */\r
-#define GPIO_PORT_DIR6_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP13_Pos)                     /*!< GPIO_PORT DIR6: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR6: DIRP14 Position     */\r
-#define GPIO_PORT_DIR6_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP14_Pos)                     /*!< GPIO_PORT DIR6: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR6: DIRP15 Position     */\r
-#define GPIO_PORT_DIR6_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP15_Pos)                     /*!< GPIO_PORT DIR6: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR6: DIRP16 Position     */\r
-#define GPIO_PORT_DIR6_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP16_Pos)                     /*!< GPIO_PORT DIR6: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR6: DIRP17 Position     */\r
-#define GPIO_PORT_DIR6_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP17_Pos)                     /*!< GPIO_PORT DIR6: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR6: DIRP18 Position     */\r
-#define GPIO_PORT_DIR6_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP18_Pos)                     /*!< GPIO_PORT DIR6: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR6: DIRP19 Position     */\r
-#define GPIO_PORT_DIR6_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP19_Pos)                     /*!< GPIO_PORT DIR6: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR6: DIRP20 Position     */\r
-#define GPIO_PORT_DIR6_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP20_Pos)                     /*!< GPIO_PORT DIR6: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR6: DIRP21 Position     */\r
-#define GPIO_PORT_DIR6_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP21_Pos)                     /*!< GPIO_PORT DIR6: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR6: DIRP22 Position     */\r
-#define GPIO_PORT_DIR6_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP22_Pos)                     /*!< GPIO_PORT DIR6: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR6: DIRP23 Position     */\r
-#define GPIO_PORT_DIR6_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP23_Pos)                     /*!< GPIO_PORT DIR6: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR6: DIRP24 Position     */\r
-#define GPIO_PORT_DIR6_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP24_Pos)                     /*!< GPIO_PORT DIR6: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR6: DIRP25 Position     */\r
-#define GPIO_PORT_DIR6_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP25_Pos)                     /*!< GPIO_PORT DIR6: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR6: DIRP26 Position     */\r
-#define GPIO_PORT_DIR6_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP26_Pos)                     /*!< GPIO_PORT DIR6: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR6: DIRP27 Position     */\r
-#define GPIO_PORT_DIR6_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP27_Pos)                     /*!< GPIO_PORT DIR6: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR6: DIRP28 Position     */\r
-#define GPIO_PORT_DIR6_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP28_Pos)                     /*!< GPIO_PORT DIR6: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR6: DIRP29 Position     */\r
-#define GPIO_PORT_DIR6_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP29_Pos)                     /*!< GPIO_PORT DIR6: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR6: DIRP30 Position     */\r
-#define GPIO_PORT_DIR6_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP30_Pos)                     /*!< GPIO_PORT DIR6: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR6_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR6: DIRP31 Position     */\r
-#define GPIO_PORT_DIR6_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR6_DIRP31_Pos)                     /*!< GPIO_PORT DIR6: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_DIR7  -----------------------------------------\r
-#define GPIO_PORT_DIR7_DIRP0_Pos                              0                                                         /*!< GPIO_PORT DIR7: DIRP0 Position      */\r
-#define GPIO_PORT_DIR7_DIRP0_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP0_Pos)                      /*!< GPIO_PORT DIR7: DIRP0 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP1_Pos                              1                                                         /*!< GPIO_PORT DIR7: DIRP1 Position      */\r
-#define GPIO_PORT_DIR7_DIRP1_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP1_Pos)                      /*!< GPIO_PORT DIR7: DIRP1 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP2_Pos                              2                                                         /*!< GPIO_PORT DIR7: DIRP2 Position      */\r
-#define GPIO_PORT_DIR7_DIRP2_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP2_Pos)                      /*!< GPIO_PORT DIR7: DIRP2 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP3_Pos                              3                                                         /*!< GPIO_PORT DIR7: DIRP3 Position      */\r
-#define GPIO_PORT_DIR7_DIRP3_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP3_Pos)                      /*!< GPIO_PORT DIR7: DIRP3 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP4_Pos                              4                                                         /*!< GPIO_PORT DIR7: DIRP4 Position      */\r
-#define GPIO_PORT_DIR7_DIRP4_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP4_Pos)                      /*!< GPIO_PORT DIR7: DIRP4 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP5_Pos                              5                                                         /*!< GPIO_PORT DIR7: DIRP5 Position      */\r
-#define GPIO_PORT_DIR7_DIRP5_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP5_Pos)                      /*!< GPIO_PORT DIR7: DIRP5 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP6_Pos                              6                                                         /*!< GPIO_PORT DIR7: DIRP6 Position      */\r
-#define GPIO_PORT_DIR7_DIRP6_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP6_Pos)                      /*!< GPIO_PORT DIR7: DIRP6 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP7_Pos                              7                                                         /*!< GPIO_PORT DIR7: DIRP7 Position      */\r
-#define GPIO_PORT_DIR7_DIRP7_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP7_Pos)                      /*!< GPIO_PORT DIR7: DIRP7 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP8_Pos                              8                                                         /*!< GPIO_PORT DIR7: DIRP8 Position      */\r
-#define GPIO_PORT_DIR7_DIRP8_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP8_Pos)                      /*!< GPIO_PORT DIR7: DIRP8 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP9_Pos                              9                                                         /*!< GPIO_PORT DIR7: DIRP9 Position      */\r
-#define GPIO_PORT_DIR7_DIRP9_Msk                              (0x01UL << GPIO_PORT_DIR7_DIRP9_Pos)                      /*!< GPIO_PORT DIR7: DIRP9 Mask          */\r
-#define GPIO_PORT_DIR7_DIRP10_Pos                             10                                                        /*!< GPIO_PORT DIR7: DIRP10 Position     */\r
-#define GPIO_PORT_DIR7_DIRP10_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP10_Pos)                     /*!< GPIO_PORT DIR7: DIRP10 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP11_Pos                             11                                                        /*!< GPIO_PORT DIR7: DIRP11 Position     */\r
-#define GPIO_PORT_DIR7_DIRP11_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP11_Pos)                     /*!< GPIO_PORT DIR7: DIRP11 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP12_Pos                             12                                                        /*!< GPIO_PORT DIR7: DIRP12 Position     */\r
-#define GPIO_PORT_DIR7_DIRP12_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP12_Pos)                     /*!< GPIO_PORT DIR7: DIRP12 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP13_Pos                             13                                                        /*!< GPIO_PORT DIR7: DIRP13 Position     */\r
-#define GPIO_PORT_DIR7_DIRP13_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP13_Pos)                     /*!< GPIO_PORT DIR7: DIRP13 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP14_Pos                             14                                                        /*!< GPIO_PORT DIR7: DIRP14 Position     */\r
-#define GPIO_PORT_DIR7_DIRP14_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP14_Pos)                     /*!< GPIO_PORT DIR7: DIRP14 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP15_Pos                             15                                                        /*!< GPIO_PORT DIR7: DIRP15 Position     */\r
-#define GPIO_PORT_DIR7_DIRP15_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP15_Pos)                     /*!< GPIO_PORT DIR7: DIRP15 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP16_Pos                             16                                                        /*!< GPIO_PORT DIR7: DIRP16 Position     */\r
-#define GPIO_PORT_DIR7_DIRP16_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP16_Pos)                     /*!< GPIO_PORT DIR7: DIRP16 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP17_Pos                             17                                                        /*!< GPIO_PORT DIR7: DIRP17 Position     */\r
-#define GPIO_PORT_DIR7_DIRP17_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP17_Pos)                     /*!< GPIO_PORT DIR7: DIRP17 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP18_Pos                             18                                                        /*!< GPIO_PORT DIR7: DIRP18 Position     */\r
-#define GPIO_PORT_DIR7_DIRP18_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP18_Pos)                     /*!< GPIO_PORT DIR7: DIRP18 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP19_Pos                             19                                                        /*!< GPIO_PORT DIR7: DIRP19 Position     */\r
-#define GPIO_PORT_DIR7_DIRP19_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP19_Pos)                     /*!< GPIO_PORT DIR7: DIRP19 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP20_Pos                             20                                                        /*!< GPIO_PORT DIR7: DIRP20 Position     */\r
-#define GPIO_PORT_DIR7_DIRP20_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP20_Pos)                     /*!< GPIO_PORT DIR7: DIRP20 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP21_Pos                             21                                                        /*!< GPIO_PORT DIR7: DIRP21 Position     */\r
-#define GPIO_PORT_DIR7_DIRP21_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP21_Pos)                     /*!< GPIO_PORT DIR7: DIRP21 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP22_Pos                             22                                                        /*!< GPIO_PORT DIR7: DIRP22 Position     */\r
-#define GPIO_PORT_DIR7_DIRP22_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP22_Pos)                     /*!< GPIO_PORT DIR7: DIRP22 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP23_Pos                             23                                                        /*!< GPIO_PORT DIR7: DIRP23 Position     */\r
-#define GPIO_PORT_DIR7_DIRP23_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP23_Pos)                     /*!< GPIO_PORT DIR7: DIRP23 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP24_Pos                             24                                                        /*!< GPIO_PORT DIR7: DIRP24 Position     */\r
-#define GPIO_PORT_DIR7_DIRP24_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP24_Pos)                     /*!< GPIO_PORT DIR7: DIRP24 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP25_Pos                             25                                                        /*!< GPIO_PORT DIR7: DIRP25 Position     */\r
-#define GPIO_PORT_DIR7_DIRP25_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP25_Pos)                     /*!< GPIO_PORT DIR7: DIRP25 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP26_Pos                             26                                                        /*!< GPIO_PORT DIR7: DIRP26 Position     */\r
-#define GPIO_PORT_DIR7_DIRP26_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP26_Pos)                     /*!< GPIO_PORT DIR7: DIRP26 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP27_Pos                             27                                                        /*!< GPIO_PORT DIR7: DIRP27 Position     */\r
-#define GPIO_PORT_DIR7_DIRP27_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP27_Pos)                     /*!< GPIO_PORT DIR7: DIRP27 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP28_Pos                             28                                                        /*!< GPIO_PORT DIR7: DIRP28 Position     */\r
-#define GPIO_PORT_DIR7_DIRP28_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP28_Pos)                     /*!< GPIO_PORT DIR7: DIRP28 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP29_Pos                             29                                                        /*!< GPIO_PORT DIR7: DIRP29 Position     */\r
-#define GPIO_PORT_DIR7_DIRP29_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP29_Pos)                     /*!< GPIO_PORT DIR7: DIRP29 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP30_Pos                             30                                                        /*!< GPIO_PORT DIR7: DIRP30 Position     */\r
-#define GPIO_PORT_DIR7_DIRP30_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP30_Pos)                     /*!< GPIO_PORT DIR7: DIRP30 Mask         */\r
-#define GPIO_PORT_DIR7_DIRP31_Pos                             31                                                        /*!< GPIO_PORT DIR7: DIRP31 Position     */\r
-#define GPIO_PORT_DIR7_DIRP31_Msk                             (0x01UL << GPIO_PORT_DIR7_DIRP31_Pos)                     /*!< GPIO_PORT DIR7: DIRP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK0  ----------------------------------------\r
-#define GPIO_PORT_MASK0_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK0: MASKP0 Position    */\r
-#define GPIO_PORT_MASK0_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP0_Pos)                    /*!< GPIO_PORT MASK0: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK0: MASKP1 Position    */\r
-#define GPIO_PORT_MASK0_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP1_Pos)                    /*!< GPIO_PORT MASK0: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK0: MASKP2 Position    */\r
-#define GPIO_PORT_MASK0_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP2_Pos)                    /*!< GPIO_PORT MASK0: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK0: MASKP3 Position    */\r
-#define GPIO_PORT_MASK0_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP3_Pos)                    /*!< GPIO_PORT MASK0: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK0: MASKP4 Position    */\r
-#define GPIO_PORT_MASK0_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP4_Pos)                    /*!< GPIO_PORT MASK0: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK0: MASKP5 Position    */\r
-#define GPIO_PORT_MASK0_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP5_Pos)                    /*!< GPIO_PORT MASK0: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK0: MASKP6 Position    */\r
-#define GPIO_PORT_MASK0_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP6_Pos)                    /*!< GPIO_PORT MASK0: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK0: MASKP7 Position    */\r
-#define GPIO_PORT_MASK0_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP7_Pos)                    /*!< GPIO_PORT MASK0: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK0: MASKP8 Position    */\r
-#define GPIO_PORT_MASK0_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP8_Pos)                    /*!< GPIO_PORT MASK0: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK0: MASKP9 Position    */\r
-#define GPIO_PORT_MASK0_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK0_MASKP9_Pos)                    /*!< GPIO_PORT MASK0: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK0_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK0: MASKP10 Position   */\r
-#define GPIO_PORT_MASK0_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP10_Pos)                   /*!< GPIO_PORT MASK0: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK0: MASKP11 Position   */\r
-#define GPIO_PORT_MASK0_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP11_Pos)                   /*!< GPIO_PORT MASK0: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK0: MASKP12 Position   */\r
-#define GPIO_PORT_MASK0_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP12_Pos)                   /*!< GPIO_PORT MASK0: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK0: MASKP13 Position   */\r
-#define GPIO_PORT_MASK0_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP13_Pos)                   /*!< GPIO_PORT MASK0: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK0: MASKP14 Position   */\r
-#define GPIO_PORT_MASK0_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP14_Pos)                   /*!< GPIO_PORT MASK0: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK0: MASKP15 Position   */\r
-#define GPIO_PORT_MASK0_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP15_Pos)                   /*!< GPIO_PORT MASK0: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK0: MASKP16 Position   */\r
-#define GPIO_PORT_MASK0_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP16_Pos)                   /*!< GPIO_PORT MASK0: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK0: MASKP17 Position   */\r
-#define GPIO_PORT_MASK0_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP17_Pos)                   /*!< GPIO_PORT MASK0: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK0: MASKP18 Position   */\r
-#define GPIO_PORT_MASK0_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP18_Pos)                   /*!< GPIO_PORT MASK0: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK0: MASKP19 Position   */\r
-#define GPIO_PORT_MASK0_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP19_Pos)                   /*!< GPIO_PORT MASK0: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK0: MASKP20 Position   */\r
-#define GPIO_PORT_MASK0_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP20_Pos)                   /*!< GPIO_PORT MASK0: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK0: MASKP21 Position   */\r
-#define GPIO_PORT_MASK0_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP21_Pos)                   /*!< GPIO_PORT MASK0: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK0: MASKP22 Position   */\r
-#define GPIO_PORT_MASK0_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP22_Pos)                   /*!< GPIO_PORT MASK0: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK0: MASKP23 Position   */\r
-#define GPIO_PORT_MASK0_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP23_Pos)                   /*!< GPIO_PORT MASK0: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK0: MASKP24 Position   */\r
-#define GPIO_PORT_MASK0_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP24_Pos)                   /*!< GPIO_PORT MASK0: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK0: MASKP25 Position   */\r
-#define GPIO_PORT_MASK0_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP25_Pos)                   /*!< GPIO_PORT MASK0: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK0: MASKP26 Position   */\r
-#define GPIO_PORT_MASK0_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP26_Pos)                   /*!< GPIO_PORT MASK0: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK0: MASKP27 Position   */\r
-#define GPIO_PORT_MASK0_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP27_Pos)                   /*!< GPIO_PORT MASK0: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK0: MASKP28 Position   */\r
-#define GPIO_PORT_MASK0_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP28_Pos)                   /*!< GPIO_PORT MASK0: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK0: MASKP29 Position   */\r
-#define GPIO_PORT_MASK0_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP29_Pos)                   /*!< GPIO_PORT MASK0: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK0: MASKP30 Position   */\r
-#define GPIO_PORT_MASK0_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP30_Pos)                   /*!< GPIO_PORT MASK0: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK0_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK0: MASKP31 Position   */\r
-#define GPIO_PORT_MASK0_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK0_MASKP31_Pos)                   /*!< GPIO_PORT MASK0: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK1  ----------------------------------------\r
-#define GPIO_PORT_MASK1_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK1: MASKP0 Position    */\r
-#define GPIO_PORT_MASK1_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP0_Pos)                    /*!< GPIO_PORT MASK1: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK1: MASKP1 Position    */\r
-#define GPIO_PORT_MASK1_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP1_Pos)                    /*!< GPIO_PORT MASK1: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK1: MASKP2 Position    */\r
-#define GPIO_PORT_MASK1_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP2_Pos)                    /*!< GPIO_PORT MASK1: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK1: MASKP3 Position    */\r
-#define GPIO_PORT_MASK1_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP3_Pos)                    /*!< GPIO_PORT MASK1: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK1: MASKP4 Position    */\r
-#define GPIO_PORT_MASK1_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP4_Pos)                    /*!< GPIO_PORT MASK1: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK1: MASKP5 Position    */\r
-#define GPIO_PORT_MASK1_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP5_Pos)                    /*!< GPIO_PORT MASK1: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK1: MASKP6 Position    */\r
-#define GPIO_PORT_MASK1_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP6_Pos)                    /*!< GPIO_PORT MASK1: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK1: MASKP7 Position    */\r
-#define GPIO_PORT_MASK1_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP7_Pos)                    /*!< GPIO_PORT MASK1: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK1: MASKP8 Position    */\r
-#define GPIO_PORT_MASK1_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP8_Pos)                    /*!< GPIO_PORT MASK1: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK1: MASKP9 Position    */\r
-#define GPIO_PORT_MASK1_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK1_MASKP9_Pos)                    /*!< GPIO_PORT MASK1: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK1_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK1: MASKP10 Position   */\r
-#define GPIO_PORT_MASK1_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP10_Pos)                   /*!< GPIO_PORT MASK1: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK1: MASKP11 Position   */\r
-#define GPIO_PORT_MASK1_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP11_Pos)                   /*!< GPIO_PORT MASK1: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK1: MASKP12 Position   */\r
-#define GPIO_PORT_MASK1_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP12_Pos)                   /*!< GPIO_PORT MASK1: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK1: MASKP13 Position   */\r
-#define GPIO_PORT_MASK1_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP13_Pos)                   /*!< GPIO_PORT MASK1: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK1: MASKP14 Position   */\r
-#define GPIO_PORT_MASK1_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP14_Pos)                   /*!< GPIO_PORT MASK1: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK1: MASKP15 Position   */\r
-#define GPIO_PORT_MASK1_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP15_Pos)                   /*!< GPIO_PORT MASK1: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK1: MASKP16 Position   */\r
-#define GPIO_PORT_MASK1_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP16_Pos)                   /*!< GPIO_PORT MASK1: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK1: MASKP17 Position   */\r
-#define GPIO_PORT_MASK1_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP17_Pos)                   /*!< GPIO_PORT MASK1: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK1: MASKP18 Position   */\r
-#define GPIO_PORT_MASK1_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP18_Pos)                   /*!< GPIO_PORT MASK1: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK1: MASKP19 Position   */\r
-#define GPIO_PORT_MASK1_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP19_Pos)                   /*!< GPIO_PORT MASK1: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK1: MASKP20 Position   */\r
-#define GPIO_PORT_MASK1_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP20_Pos)                   /*!< GPIO_PORT MASK1: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK1: MASKP21 Position   */\r
-#define GPIO_PORT_MASK1_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP21_Pos)                   /*!< GPIO_PORT MASK1: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK1: MASKP22 Position   */\r
-#define GPIO_PORT_MASK1_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP22_Pos)                   /*!< GPIO_PORT MASK1: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK1: MASKP23 Position   */\r
-#define GPIO_PORT_MASK1_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP23_Pos)                   /*!< GPIO_PORT MASK1: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK1: MASKP24 Position   */\r
-#define GPIO_PORT_MASK1_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP24_Pos)                   /*!< GPIO_PORT MASK1: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK1: MASKP25 Position   */\r
-#define GPIO_PORT_MASK1_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP25_Pos)                   /*!< GPIO_PORT MASK1: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK1: MASKP26 Position   */\r
-#define GPIO_PORT_MASK1_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP26_Pos)                   /*!< GPIO_PORT MASK1: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK1: MASKP27 Position   */\r
-#define GPIO_PORT_MASK1_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP27_Pos)                   /*!< GPIO_PORT MASK1: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK1: MASKP28 Position   */\r
-#define GPIO_PORT_MASK1_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP28_Pos)                   /*!< GPIO_PORT MASK1: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK1: MASKP29 Position   */\r
-#define GPIO_PORT_MASK1_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP29_Pos)                   /*!< GPIO_PORT MASK1: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK1: MASKP30 Position   */\r
-#define GPIO_PORT_MASK1_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP30_Pos)                   /*!< GPIO_PORT MASK1: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK1_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK1: MASKP31 Position   */\r
-#define GPIO_PORT_MASK1_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK1_MASKP31_Pos)                   /*!< GPIO_PORT MASK1: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK2  ----------------------------------------\r
-#define GPIO_PORT_MASK2_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK2: MASKP0 Position    */\r
-#define GPIO_PORT_MASK2_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP0_Pos)                    /*!< GPIO_PORT MASK2: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK2: MASKP1 Position    */\r
-#define GPIO_PORT_MASK2_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP1_Pos)                    /*!< GPIO_PORT MASK2: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK2: MASKP2 Position    */\r
-#define GPIO_PORT_MASK2_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP2_Pos)                    /*!< GPIO_PORT MASK2: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK2: MASKP3 Position    */\r
-#define GPIO_PORT_MASK2_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP3_Pos)                    /*!< GPIO_PORT MASK2: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK2: MASKP4 Position    */\r
-#define GPIO_PORT_MASK2_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP4_Pos)                    /*!< GPIO_PORT MASK2: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK2: MASKP5 Position    */\r
-#define GPIO_PORT_MASK2_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP5_Pos)                    /*!< GPIO_PORT MASK2: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK2: MASKP6 Position    */\r
-#define GPIO_PORT_MASK2_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP6_Pos)                    /*!< GPIO_PORT MASK2: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK2: MASKP7 Position    */\r
-#define GPIO_PORT_MASK2_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP7_Pos)                    /*!< GPIO_PORT MASK2: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK2: MASKP8 Position    */\r
-#define GPIO_PORT_MASK2_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP8_Pos)                    /*!< GPIO_PORT MASK2: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK2: MASKP9 Position    */\r
-#define GPIO_PORT_MASK2_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK2_MASKP9_Pos)                    /*!< GPIO_PORT MASK2: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK2_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK2: MASKP10 Position   */\r
-#define GPIO_PORT_MASK2_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP10_Pos)                   /*!< GPIO_PORT MASK2: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK2: MASKP11 Position   */\r
-#define GPIO_PORT_MASK2_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP11_Pos)                   /*!< GPIO_PORT MASK2: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK2: MASKP12 Position   */\r
-#define GPIO_PORT_MASK2_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP12_Pos)                   /*!< GPIO_PORT MASK2: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK2: MASKP13 Position   */\r
-#define GPIO_PORT_MASK2_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP13_Pos)                   /*!< GPIO_PORT MASK2: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK2: MASKP14 Position   */\r
-#define GPIO_PORT_MASK2_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP14_Pos)                   /*!< GPIO_PORT MASK2: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK2: MASKP15 Position   */\r
-#define GPIO_PORT_MASK2_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP15_Pos)                   /*!< GPIO_PORT MASK2: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK2: MASKP16 Position   */\r
-#define GPIO_PORT_MASK2_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP16_Pos)                   /*!< GPIO_PORT MASK2: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK2: MASKP17 Position   */\r
-#define GPIO_PORT_MASK2_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP17_Pos)                   /*!< GPIO_PORT MASK2: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK2: MASKP18 Position   */\r
-#define GPIO_PORT_MASK2_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP18_Pos)                   /*!< GPIO_PORT MASK2: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK2: MASKP19 Position   */\r
-#define GPIO_PORT_MASK2_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP19_Pos)                   /*!< GPIO_PORT MASK2: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK2: MASKP20 Position   */\r
-#define GPIO_PORT_MASK2_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP20_Pos)                   /*!< GPIO_PORT MASK2: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK2: MASKP21 Position   */\r
-#define GPIO_PORT_MASK2_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP21_Pos)                   /*!< GPIO_PORT MASK2: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK2: MASKP22 Position   */\r
-#define GPIO_PORT_MASK2_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP22_Pos)                   /*!< GPIO_PORT MASK2: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK2: MASKP23 Position   */\r
-#define GPIO_PORT_MASK2_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP23_Pos)                   /*!< GPIO_PORT MASK2: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK2: MASKP24 Position   */\r
-#define GPIO_PORT_MASK2_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP24_Pos)                   /*!< GPIO_PORT MASK2: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK2: MASKP25 Position   */\r
-#define GPIO_PORT_MASK2_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP25_Pos)                   /*!< GPIO_PORT MASK2: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK2: MASKP26 Position   */\r
-#define GPIO_PORT_MASK2_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP26_Pos)                   /*!< GPIO_PORT MASK2: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK2: MASKP27 Position   */\r
-#define GPIO_PORT_MASK2_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP27_Pos)                   /*!< GPIO_PORT MASK2: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK2: MASKP28 Position   */\r
-#define GPIO_PORT_MASK2_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP28_Pos)                   /*!< GPIO_PORT MASK2: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK2: MASKP29 Position   */\r
-#define GPIO_PORT_MASK2_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP29_Pos)                   /*!< GPIO_PORT MASK2: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK2: MASKP30 Position   */\r
-#define GPIO_PORT_MASK2_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP30_Pos)                   /*!< GPIO_PORT MASK2: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK2_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK2: MASKP31 Position   */\r
-#define GPIO_PORT_MASK2_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK2_MASKP31_Pos)                   /*!< GPIO_PORT MASK2: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK3  ----------------------------------------\r
-#define GPIO_PORT_MASK3_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK3: MASKP0 Position    */\r
-#define GPIO_PORT_MASK3_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP0_Pos)                    /*!< GPIO_PORT MASK3: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK3: MASKP1 Position    */\r
-#define GPIO_PORT_MASK3_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP1_Pos)                    /*!< GPIO_PORT MASK3: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK3: MASKP2 Position    */\r
-#define GPIO_PORT_MASK3_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP2_Pos)                    /*!< GPIO_PORT MASK3: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK3: MASKP3 Position    */\r
-#define GPIO_PORT_MASK3_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP3_Pos)                    /*!< GPIO_PORT MASK3: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK3: MASKP4 Position    */\r
-#define GPIO_PORT_MASK3_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP4_Pos)                    /*!< GPIO_PORT MASK3: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK3: MASKP5 Position    */\r
-#define GPIO_PORT_MASK3_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP5_Pos)                    /*!< GPIO_PORT MASK3: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK3: MASKP6 Position    */\r
-#define GPIO_PORT_MASK3_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP6_Pos)                    /*!< GPIO_PORT MASK3: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK3: MASKP7 Position    */\r
-#define GPIO_PORT_MASK3_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP7_Pos)                    /*!< GPIO_PORT MASK3: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK3: MASKP8 Position    */\r
-#define GPIO_PORT_MASK3_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP8_Pos)                    /*!< GPIO_PORT MASK3: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK3: MASKP9 Position    */\r
-#define GPIO_PORT_MASK3_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK3_MASKP9_Pos)                    /*!< GPIO_PORT MASK3: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK3_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK3: MASKP10 Position   */\r
-#define GPIO_PORT_MASK3_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP10_Pos)                   /*!< GPIO_PORT MASK3: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK3: MASKP11 Position   */\r
-#define GPIO_PORT_MASK3_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP11_Pos)                   /*!< GPIO_PORT MASK3: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK3: MASKP12 Position   */\r
-#define GPIO_PORT_MASK3_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP12_Pos)                   /*!< GPIO_PORT MASK3: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK3: MASKP13 Position   */\r
-#define GPIO_PORT_MASK3_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP13_Pos)                   /*!< GPIO_PORT MASK3: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK3: MASKP14 Position   */\r
-#define GPIO_PORT_MASK3_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP14_Pos)                   /*!< GPIO_PORT MASK3: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK3: MASKP15 Position   */\r
-#define GPIO_PORT_MASK3_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP15_Pos)                   /*!< GPIO_PORT MASK3: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK3: MASKP16 Position   */\r
-#define GPIO_PORT_MASK3_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP16_Pos)                   /*!< GPIO_PORT MASK3: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK3: MASKP17 Position   */\r
-#define GPIO_PORT_MASK3_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP17_Pos)                   /*!< GPIO_PORT MASK3: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK3: MASKP18 Position   */\r
-#define GPIO_PORT_MASK3_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP18_Pos)                   /*!< GPIO_PORT MASK3: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK3: MASKP19 Position   */\r
-#define GPIO_PORT_MASK3_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP19_Pos)                   /*!< GPIO_PORT MASK3: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK3: MASKP20 Position   */\r
-#define GPIO_PORT_MASK3_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP20_Pos)                   /*!< GPIO_PORT MASK3: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK3: MASKP21 Position   */\r
-#define GPIO_PORT_MASK3_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP21_Pos)                   /*!< GPIO_PORT MASK3: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK3: MASKP22 Position   */\r
-#define GPIO_PORT_MASK3_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP22_Pos)                   /*!< GPIO_PORT MASK3: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK3: MASKP23 Position   */\r
-#define GPIO_PORT_MASK3_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP23_Pos)                   /*!< GPIO_PORT MASK3: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK3: MASKP24 Position   */\r
-#define GPIO_PORT_MASK3_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP24_Pos)                   /*!< GPIO_PORT MASK3: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK3: MASKP25 Position   */\r
-#define GPIO_PORT_MASK3_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP25_Pos)                   /*!< GPIO_PORT MASK3: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK3: MASKP26 Position   */\r
-#define GPIO_PORT_MASK3_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP26_Pos)                   /*!< GPIO_PORT MASK3: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK3: MASKP27 Position   */\r
-#define GPIO_PORT_MASK3_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP27_Pos)                   /*!< GPIO_PORT MASK3: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK3: MASKP28 Position   */\r
-#define GPIO_PORT_MASK3_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP28_Pos)                   /*!< GPIO_PORT MASK3: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK3: MASKP29 Position   */\r
-#define GPIO_PORT_MASK3_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP29_Pos)                   /*!< GPIO_PORT MASK3: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK3: MASKP30 Position   */\r
-#define GPIO_PORT_MASK3_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP30_Pos)                   /*!< GPIO_PORT MASK3: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK3_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK3: MASKP31 Position   */\r
-#define GPIO_PORT_MASK3_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK3_MASKP31_Pos)                   /*!< GPIO_PORT MASK3: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK4  ----------------------------------------\r
-#define GPIO_PORT_MASK4_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK4: MASKP0 Position    */\r
-#define GPIO_PORT_MASK4_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP0_Pos)                    /*!< GPIO_PORT MASK4: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK4: MASKP1 Position    */\r
-#define GPIO_PORT_MASK4_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP1_Pos)                    /*!< GPIO_PORT MASK4: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK4: MASKP2 Position    */\r
-#define GPIO_PORT_MASK4_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP2_Pos)                    /*!< GPIO_PORT MASK4: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK4: MASKP3 Position    */\r
-#define GPIO_PORT_MASK4_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP3_Pos)                    /*!< GPIO_PORT MASK4: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK4: MASKP4 Position    */\r
-#define GPIO_PORT_MASK4_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP4_Pos)                    /*!< GPIO_PORT MASK4: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK4: MASKP5 Position    */\r
-#define GPIO_PORT_MASK4_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP5_Pos)                    /*!< GPIO_PORT MASK4: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK4: MASKP6 Position    */\r
-#define GPIO_PORT_MASK4_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP6_Pos)                    /*!< GPIO_PORT MASK4: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK4: MASKP7 Position    */\r
-#define GPIO_PORT_MASK4_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP7_Pos)                    /*!< GPIO_PORT MASK4: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK4: MASKP8 Position    */\r
-#define GPIO_PORT_MASK4_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP8_Pos)                    /*!< GPIO_PORT MASK4: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK4: MASKP9 Position    */\r
-#define GPIO_PORT_MASK4_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK4_MASKP9_Pos)                    /*!< GPIO_PORT MASK4: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK4_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK4: MASKP10 Position   */\r
-#define GPIO_PORT_MASK4_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP10_Pos)                   /*!< GPIO_PORT MASK4: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK4: MASKP11 Position   */\r
-#define GPIO_PORT_MASK4_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP11_Pos)                   /*!< GPIO_PORT MASK4: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK4: MASKP12 Position   */\r
-#define GPIO_PORT_MASK4_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP12_Pos)                   /*!< GPIO_PORT MASK4: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK4: MASKP13 Position   */\r
-#define GPIO_PORT_MASK4_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP13_Pos)                   /*!< GPIO_PORT MASK4: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK4: MASKP14 Position   */\r
-#define GPIO_PORT_MASK4_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP14_Pos)                   /*!< GPIO_PORT MASK4: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK4: MASKP15 Position   */\r
-#define GPIO_PORT_MASK4_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP15_Pos)                   /*!< GPIO_PORT MASK4: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK4: MASKP16 Position   */\r
-#define GPIO_PORT_MASK4_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP16_Pos)                   /*!< GPIO_PORT MASK4: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK4: MASKP17 Position   */\r
-#define GPIO_PORT_MASK4_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP17_Pos)                   /*!< GPIO_PORT MASK4: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK4: MASKP18 Position   */\r
-#define GPIO_PORT_MASK4_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP18_Pos)                   /*!< GPIO_PORT MASK4: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK4: MASKP19 Position   */\r
-#define GPIO_PORT_MASK4_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP19_Pos)                   /*!< GPIO_PORT MASK4: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK4: MASKP20 Position   */\r
-#define GPIO_PORT_MASK4_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP20_Pos)                   /*!< GPIO_PORT MASK4: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK4: MASKP21 Position   */\r
-#define GPIO_PORT_MASK4_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP21_Pos)                   /*!< GPIO_PORT MASK4: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK4: MASKP22 Position   */\r
-#define GPIO_PORT_MASK4_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP22_Pos)                   /*!< GPIO_PORT MASK4: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK4: MASKP23 Position   */\r
-#define GPIO_PORT_MASK4_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP23_Pos)                   /*!< GPIO_PORT MASK4: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK4: MASKP24 Position   */\r
-#define GPIO_PORT_MASK4_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP24_Pos)                   /*!< GPIO_PORT MASK4: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK4: MASKP25 Position   */\r
-#define GPIO_PORT_MASK4_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP25_Pos)                   /*!< GPIO_PORT MASK4: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK4: MASKP26 Position   */\r
-#define GPIO_PORT_MASK4_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP26_Pos)                   /*!< GPIO_PORT MASK4: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK4: MASKP27 Position   */\r
-#define GPIO_PORT_MASK4_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP27_Pos)                   /*!< GPIO_PORT MASK4: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK4: MASKP28 Position   */\r
-#define GPIO_PORT_MASK4_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP28_Pos)                   /*!< GPIO_PORT MASK4: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK4: MASKP29 Position   */\r
-#define GPIO_PORT_MASK4_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP29_Pos)                   /*!< GPIO_PORT MASK4: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK4: MASKP30 Position   */\r
-#define GPIO_PORT_MASK4_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP30_Pos)                   /*!< GPIO_PORT MASK4: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK4_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK4: MASKP31 Position   */\r
-#define GPIO_PORT_MASK4_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK4_MASKP31_Pos)                   /*!< GPIO_PORT MASK4: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK5  ----------------------------------------\r
-#define GPIO_PORT_MASK5_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK5: MASKP0 Position    */\r
-#define GPIO_PORT_MASK5_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP0_Pos)                    /*!< GPIO_PORT MASK5: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK5: MASKP1 Position    */\r
-#define GPIO_PORT_MASK5_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP1_Pos)                    /*!< GPIO_PORT MASK5: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK5: MASKP2 Position    */\r
-#define GPIO_PORT_MASK5_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP2_Pos)                    /*!< GPIO_PORT MASK5: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK5: MASKP3 Position    */\r
-#define GPIO_PORT_MASK5_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP3_Pos)                    /*!< GPIO_PORT MASK5: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK5: MASKP4 Position    */\r
-#define GPIO_PORT_MASK5_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP4_Pos)                    /*!< GPIO_PORT MASK5: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK5: MASKP5 Position    */\r
-#define GPIO_PORT_MASK5_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP5_Pos)                    /*!< GPIO_PORT MASK5: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK5: MASKP6 Position    */\r
-#define GPIO_PORT_MASK5_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP6_Pos)                    /*!< GPIO_PORT MASK5: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK5: MASKP7 Position    */\r
-#define GPIO_PORT_MASK5_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP7_Pos)                    /*!< GPIO_PORT MASK5: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK5: MASKP8 Position    */\r
-#define GPIO_PORT_MASK5_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP8_Pos)                    /*!< GPIO_PORT MASK5: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK5: MASKP9 Position    */\r
-#define GPIO_PORT_MASK5_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK5_MASKP9_Pos)                    /*!< GPIO_PORT MASK5: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK5_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK5: MASKP10 Position   */\r
-#define GPIO_PORT_MASK5_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP10_Pos)                   /*!< GPIO_PORT MASK5: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK5: MASKP11 Position   */\r
-#define GPIO_PORT_MASK5_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP11_Pos)                   /*!< GPIO_PORT MASK5: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK5: MASKP12 Position   */\r
-#define GPIO_PORT_MASK5_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP12_Pos)                   /*!< GPIO_PORT MASK5: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK5: MASKP13 Position   */\r
-#define GPIO_PORT_MASK5_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP13_Pos)                   /*!< GPIO_PORT MASK5: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK5: MASKP14 Position   */\r
-#define GPIO_PORT_MASK5_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP14_Pos)                   /*!< GPIO_PORT MASK5: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK5: MASKP15 Position   */\r
-#define GPIO_PORT_MASK5_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP15_Pos)                   /*!< GPIO_PORT MASK5: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK5: MASKP16 Position   */\r
-#define GPIO_PORT_MASK5_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP16_Pos)                   /*!< GPIO_PORT MASK5: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK5: MASKP17 Position   */\r
-#define GPIO_PORT_MASK5_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP17_Pos)                   /*!< GPIO_PORT MASK5: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK5: MASKP18 Position   */\r
-#define GPIO_PORT_MASK5_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP18_Pos)                   /*!< GPIO_PORT MASK5: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK5: MASKP19 Position   */\r
-#define GPIO_PORT_MASK5_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP19_Pos)                   /*!< GPIO_PORT MASK5: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK5: MASKP20 Position   */\r
-#define GPIO_PORT_MASK5_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP20_Pos)                   /*!< GPIO_PORT MASK5: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK5: MASKP21 Position   */\r
-#define GPIO_PORT_MASK5_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP21_Pos)                   /*!< GPIO_PORT MASK5: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK5: MASKP22 Position   */\r
-#define GPIO_PORT_MASK5_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP22_Pos)                   /*!< GPIO_PORT MASK5: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK5: MASKP23 Position   */\r
-#define GPIO_PORT_MASK5_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP23_Pos)                   /*!< GPIO_PORT MASK5: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK5: MASKP24 Position   */\r
-#define GPIO_PORT_MASK5_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP24_Pos)                   /*!< GPIO_PORT MASK5: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK5: MASKP25 Position   */\r
-#define GPIO_PORT_MASK5_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP25_Pos)                   /*!< GPIO_PORT MASK5: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK5: MASKP26 Position   */\r
-#define GPIO_PORT_MASK5_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP26_Pos)                   /*!< GPIO_PORT MASK5: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK5: MASKP27 Position   */\r
-#define GPIO_PORT_MASK5_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP27_Pos)                   /*!< GPIO_PORT MASK5: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK5: MASKP28 Position   */\r
-#define GPIO_PORT_MASK5_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP28_Pos)                   /*!< GPIO_PORT MASK5: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK5: MASKP29 Position   */\r
-#define GPIO_PORT_MASK5_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP29_Pos)                   /*!< GPIO_PORT MASK5: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK5: MASKP30 Position   */\r
-#define GPIO_PORT_MASK5_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP30_Pos)                   /*!< GPIO_PORT MASK5: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK5_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK5: MASKP31 Position   */\r
-#define GPIO_PORT_MASK5_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK5_MASKP31_Pos)                   /*!< GPIO_PORT MASK5: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK6  ----------------------------------------\r
-#define GPIO_PORT_MASK6_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK6: MASKP0 Position    */\r
-#define GPIO_PORT_MASK6_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP0_Pos)                    /*!< GPIO_PORT MASK6: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK6: MASKP1 Position    */\r
-#define GPIO_PORT_MASK6_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP1_Pos)                    /*!< GPIO_PORT MASK6: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK6: MASKP2 Position    */\r
-#define GPIO_PORT_MASK6_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP2_Pos)                    /*!< GPIO_PORT MASK6: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK6: MASKP3 Position    */\r
-#define GPIO_PORT_MASK6_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP3_Pos)                    /*!< GPIO_PORT MASK6: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK6: MASKP4 Position    */\r
-#define GPIO_PORT_MASK6_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP4_Pos)                    /*!< GPIO_PORT MASK6: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK6: MASKP5 Position    */\r
-#define GPIO_PORT_MASK6_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP5_Pos)                    /*!< GPIO_PORT MASK6: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK6: MASKP6 Position    */\r
-#define GPIO_PORT_MASK6_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP6_Pos)                    /*!< GPIO_PORT MASK6: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK6: MASKP7 Position    */\r
-#define GPIO_PORT_MASK6_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP7_Pos)                    /*!< GPIO_PORT MASK6: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK6: MASKP8 Position    */\r
-#define GPIO_PORT_MASK6_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP8_Pos)                    /*!< GPIO_PORT MASK6: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK6: MASKP9 Position    */\r
-#define GPIO_PORT_MASK6_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK6_MASKP9_Pos)                    /*!< GPIO_PORT MASK6: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK6_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK6: MASKP10 Position   */\r
-#define GPIO_PORT_MASK6_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP10_Pos)                   /*!< GPIO_PORT MASK6: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK6: MASKP11 Position   */\r
-#define GPIO_PORT_MASK6_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP11_Pos)                   /*!< GPIO_PORT MASK6: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK6: MASKP12 Position   */\r
-#define GPIO_PORT_MASK6_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP12_Pos)                   /*!< GPIO_PORT MASK6: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK6: MASKP13 Position   */\r
-#define GPIO_PORT_MASK6_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP13_Pos)                   /*!< GPIO_PORT MASK6: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK6: MASKP14 Position   */\r
-#define GPIO_PORT_MASK6_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP14_Pos)                   /*!< GPIO_PORT MASK6: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK6: MASKP15 Position   */\r
-#define GPIO_PORT_MASK6_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP15_Pos)                   /*!< GPIO_PORT MASK6: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK6: MASKP16 Position   */\r
-#define GPIO_PORT_MASK6_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP16_Pos)                   /*!< GPIO_PORT MASK6: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK6: MASKP17 Position   */\r
-#define GPIO_PORT_MASK6_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP17_Pos)                   /*!< GPIO_PORT MASK6: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK6: MASKP18 Position   */\r
-#define GPIO_PORT_MASK6_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP18_Pos)                   /*!< GPIO_PORT MASK6: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK6: MASKP19 Position   */\r
-#define GPIO_PORT_MASK6_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP19_Pos)                   /*!< GPIO_PORT MASK6: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK6: MASKP20 Position   */\r
-#define GPIO_PORT_MASK6_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP20_Pos)                   /*!< GPIO_PORT MASK6: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK6: MASKP21 Position   */\r
-#define GPIO_PORT_MASK6_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP21_Pos)                   /*!< GPIO_PORT MASK6: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK6: MASKP22 Position   */\r
-#define GPIO_PORT_MASK6_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP22_Pos)                   /*!< GPIO_PORT MASK6: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK6: MASKP23 Position   */\r
-#define GPIO_PORT_MASK6_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP23_Pos)                   /*!< GPIO_PORT MASK6: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK6: MASKP24 Position   */\r
-#define GPIO_PORT_MASK6_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP24_Pos)                   /*!< GPIO_PORT MASK6: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK6: MASKP25 Position   */\r
-#define GPIO_PORT_MASK6_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP25_Pos)                   /*!< GPIO_PORT MASK6: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK6: MASKP26 Position   */\r
-#define GPIO_PORT_MASK6_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP26_Pos)                   /*!< GPIO_PORT MASK6: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK6: MASKP27 Position   */\r
-#define GPIO_PORT_MASK6_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP27_Pos)                   /*!< GPIO_PORT MASK6: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK6: MASKP28 Position   */\r
-#define GPIO_PORT_MASK6_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP28_Pos)                   /*!< GPIO_PORT MASK6: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK6: MASKP29 Position   */\r
-#define GPIO_PORT_MASK6_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP29_Pos)                   /*!< GPIO_PORT MASK6: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK6: MASKP30 Position   */\r
-#define GPIO_PORT_MASK6_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP30_Pos)                   /*!< GPIO_PORT MASK6: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK6_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK6: MASKP31 Position   */\r
-#define GPIO_PORT_MASK6_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK6_MASKP31_Pos)                   /*!< GPIO_PORT MASK6: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_MASK7  ----------------------------------------\r
-#define GPIO_PORT_MASK7_MASKP0_Pos                            0                                                         /*!< GPIO_PORT MASK7: MASKP0 Position    */\r
-#define GPIO_PORT_MASK7_MASKP0_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP0_Pos)                    /*!< GPIO_PORT MASK7: MASKP0 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP1_Pos                            1                                                         /*!< GPIO_PORT MASK7: MASKP1 Position    */\r
-#define GPIO_PORT_MASK7_MASKP1_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP1_Pos)                    /*!< GPIO_PORT MASK7: MASKP1 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP2_Pos                            2                                                         /*!< GPIO_PORT MASK7: MASKP2 Position    */\r
-#define GPIO_PORT_MASK7_MASKP2_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP2_Pos)                    /*!< GPIO_PORT MASK7: MASKP2 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP3_Pos                            3                                                         /*!< GPIO_PORT MASK7: MASKP3 Position    */\r
-#define GPIO_PORT_MASK7_MASKP3_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP3_Pos)                    /*!< GPIO_PORT MASK7: MASKP3 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP4_Pos                            4                                                         /*!< GPIO_PORT MASK7: MASKP4 Position    */\r
-#define GPIO_PORT_MASK7_MASKP4_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP4_Pos)                    /*!< GPIO_PORT MASK7: MASKP4 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP5_Pos                            5                                                         /*!< GPIO_PORT MASK7: MASKP5 Position    */\r
-#define GPIO_PORT_MASK7_MASKP5_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP5_Pos)                    /*!< GPIO_PORT MASK7: MASKP5 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP6_Pos                            6                                                         /*!< GPIO_PORT MASK7: MASKP6 Position    */\r
-#define GPIO_PORT_MASK7_MASKP6_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP6_Pos)                    /*!< GPIO_PORT MASK7: MASKP6 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP7_Pos                            7                                                         /*!< GPIO_PORT MASK7: MASKP7 Position    */\r
-#define GPIO_PORT_MASK7_MASKP7_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP7_Pos)                    /*!< GPIO_PORT MASK7: MASKP7 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP8_Pos                            8                                                         /*!< GPIO_PORT MASK7: MASKP8 Position    */\r
-#define GPIO_PORT_MASK7_MASKP8_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP8_Pos)                    /*!< GPIO_PORT MASK7: MASKP8 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP9_Pos                            9                                                         /*!< GPIO_PORT MASK7: MASKP9 Position    */\r
-#define GPIO_PORT_MASK7_MASKP9_Msk                            (0x01UL << GPIO_PORT_MASK7_MASKP9_Pos)                    /*!< GPIO_PORT MASK7: MASKP9 Mask        */\r
-#define GPIO_PORT_MASK7_MASKP10_Pos                           10                                                        /*!< GPIO_PORT MASK7: MASKP10 Position   */\r
-#define GPIO_PORT_MASK7_MASKP10_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP10_Pos)                   /*!< GPIO_PORT MASK7: MASKP10 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP11_Pos                           11                                                        /*!< GPIO_PORT MASK7: MASKP11 Position   */\r
-#define GPIO_PORT_MASK7_MASKP11_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP11_Pos)                   /*!< GPIO_PORT MASK7: MASKP11 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP12_Pos                           12                                                        /*!< GPIO_PORT MASK7: MASKP12 Position   */\r
-#define GPIO_PORT_MASK7_MASKP12_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP12_Pos)                   /*!< GPIO_PORT MASK7: MASKP12 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP13_Pos                           13                                                        /*!< GPIO_PORT MASK7: MASKP13 Position   */\r
-#define GPIO_PORT_MASK7_MASKP13_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP13_Pos)                   /*!< GPIO_PORT MASK7: MASKP13 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP14_Pos                           14                                                        /*!< GPIO_PORT MASK7: MASKP14 Position   */\r
-#define GPIO_PORT_MASK7_MASKP14_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP14_Pos)                   /*!< GPIO_PORT MASK7: MASKP14 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP15_Pos                           15                                                        /*!< GPIO_PORT MASK7: MASKP15 Position   */\r
-#define GPIO_PORT_MASK7_MASKP15_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP15_Pos)                   /*!< GPIO_PORT MASK7: MASKP15 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP16_Pos                           16                                                        /*!< GPIO_PORT MASK7: MASKP16 Position   */\r
-#define GPIO_PORT_MASK7_MASKP16_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP16_Pos)                   /*!< GPIO_PORT MASK7: MASKP16 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP17_Pos                           17                                                        /*!< GPIO_PORT MASK7: MASKP17 Position   */\r
-#define GPIO_PORT_MASK7_MASKP17_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP17_Pos)                   /*!< GPIO_PORT MASK7: MASKP17 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP18_Pos                           18                                                        /*!< GPIO_PORT MASK7: MASKP18 Position   */\r
-#define GPIO_PORT_MASK7_MASKP18_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP18_Pos)                   /*!< GPIO_PORT MASK7: MASKP18 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP19_Pos                           19                                                        /*!< GPIO_PORT MASK7: MASKP19 Position   */\r
-#define GPIO_PORT_MASK7_MASKP19_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP19_Pos)                   /*!< GPIO_PORT MASK7: MASKP19 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP20_Pos                           20                                                        /*!< GPIO_PORT MASK7: MASKP20 Position   */\r
-#define GPIO_PORT_MASK7_MASKP20_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP20_Pos)                   /*!< GPIO_PORT MASK7: MASKP20 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP21_Pos                           21                                                        /*!< GPIO_PORT MASK7: MASKP21 Position   */\r
-#define GPIO_PORT_MASK7_MASKP21_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP21_Pos)                   /*!< GPIO_PORT MASK7: MASKP21 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP22_Pos                           22                                                        /*!< GPIO_PORT MASK7: MASKP22 Position   */\r
-#define GPIO_PORT_MASK7_MASKP22_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP22_Pos)                   /*!< GPIO_PORT MASK7: MASKP22 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP23_Pos                           23                                                        /*!< GPIO_PORT MASK7: MASKP23 Position   */\r
-#define GPIO_PORT_MASK7_MASKP23_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP23_Pos)                   /*!< GPIO_PORT MASK7: MASKP23 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP24_Pos                           24                                                        /*!< GPIO_PORT MASK7: MASKP24 Position   */\r
-#define GPIO_PORT_MASK7_MASKP24_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP24_Pos)                   /*!< GPIO_PORT MASK7: MASKP24 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP25_Pos                           25                                                        /*!< GPIO_PORT MASK7: MASKP25 Position   */\r
-#define GPIO_PORT_MASK7_MASKP25_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP25_Pos)                   /*!< GPIO_PORT MASK7: MASKP25 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP26_Pos                           26                                                        /*!< GPIO_PORT MASK7: MASKP26 Position   */\r
-#define GPIO_PORT_MASK7_MASKP26_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP26_Pos)                   /*!< GPIO_PORT MASK7: MASKP26 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP27_Pos                           27                                                        /*!< GPIO_PORT MASK7: MASKP27 Position   */\r
-#define GPIO_PORT_MASK7_MASKP27_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP27_Pos)                   /*!< GPIO_PORT MASK7: MASKP27 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP28_Pos                           28                                                        /*!< GPIO_PORT MASK7: MASKP28 Position   */\r
-#define GPIO_PORT_MASK7_MASKP28_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP28_Pos)                   /*!< GPIO_PORT MASK7: MASKP28 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP29_Pos                           29                                                        /*!< GPIO_PORT MASK7: MASKP29 Position   */\r
-#define GPIO_PORT_MASK7_MASKP29_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP29_Pos)                   /*!< GPIO_PORT MASK7: MASKP29 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP30_Pos                           30                                                        /*!< GPIO_PORT MASK7: MASKP30 Position   */\r
-#define GPIO_PORT_MASK7_MASKP30_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP30_Pos)                   /*!< GPIO_PORT MASK7: MASKP30 Mask       */\r
-#define GPIO_PORT_MASK7_MASKP31_Pos                           31                                                        /*!< GPIO_PORT MASK7: MASKP31 Position   */\r
-#define GPIO_PORT_MASK7_MASKP31_Msk                           (0x01UL << GPIO_PORT_MASK7_MASKP31_Pos)                   /*!< GPIO_PORT MASK7: MASKP31 Mask       */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN0  -----------------------------------------\r
-#define GPIO_PORT_PIN0_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN0: PORT0 Position      */\r
-#define GPIO_PORT_PIN0_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT0_Pos)                      /*!< GPIO_PORT PIN0: PORT0 Mask          */\r
-#define GPIO_PORT_PIN0_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN0: PORT1 Position      */\r
-#define GPIO_PORT_PIN0_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT1_Pos)                      /*!< GPIO_PORT PIN0: PORT1 Mask          */\r
-#define GPIO_PORT_PIN0_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN0: PORT2 Position      */\r
-#define GPIO_PORT_PIN0_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT2_Pos)                      /*!< GPIO_PORT PIN0: PORT2 Mask          */\r
-#define GPIO_PORT_PIN0_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN0: PORT3 Position      */\r
-#define GPIO_PORT_PIN0_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT3_Pos)                      /*!< GPIO_PORT PIN0: PORT3 Mask          */\r
-#define GPIO_PORT_PIN0_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN0: PORT4 Position      */\r
-#define GPIO_PORT_PIN0_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT4_Pos)                      /*!< GPIO_PORT PIN0: PORT4 Mask          */\r
-#define GPIO_PORT_PIN0_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN0: PORT5 Position      */\r
-#define GPIO_PORT_PIN0_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT5_Pos)                      /*!< GPIO_PORT PIN0: PORT5 Mask          */\r
-#define GPIO_PORT_PIN0_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN0: PORT6 Position      */\r
-#define GPIO_PORT_PIN0_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT6_Pos)                      /*!< GPIO_PORT PIN0: PORT6 Mask          */\r
-#define GPIO_PORT_PIN0_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN0: PORT7 Position      */\r
-#define GPIO_PORT_PIN0_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT7_Pos)                      /*!< GPIO_PORT PIN0: PORT7 Mask          */\r
-#define GPIO_PORT_PIN0_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN0: PORT8 Position      */\r
-#define GPIO_PORT_PIN0_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT8_Pos)                      /*!< GPIO_PORT PIN0: PORT8 Mask          */\r
-#define GPIO_PORT_PIN0_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN0: PORT9 Position      */\r
-#define GPIO_PORT_PIN0_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN0_PORT9_Pos)                      /*!< GPIO_PORT PIN0: PORT9 Mask          */\r
-#define GPIO_PORT_PIN0_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN0: PORT10 Position     */\r
-#define GPIO_PORT_PIN0_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT10_Pos)                     /*!< GPIO_PORT PIN0: PORT10 Mask         */\r
-#define GPIO_PORT_PIN0_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN0: PORT11 Position     */\r
-#define GPIO_PORT_PIN0_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT11_Pos)                     /*!< GPIO_PORT PIN0: PORT11 Mask         */\r
-#define GPIO_PORT_PIN0_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN0: PORT12 Position     */\r
-#define GPIO_PORT_PIN0_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT12_Pos)                     /*!< GPIO_PORT PIN0: PORT12 Mask         */\r
-#define GPIO_PORT_PIN0_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN0: PORT13 Position     */\r
-#define GPIO_PORT_PIN0_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT13_Pos)                     /*!< GPIO_PORT PIN0: PORT13 Mask         */\r
-#define GPIO_PORT_PIN0_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN0: PORT14 Position     */\r
-#define GPIO_PORT_PIN0_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT14_Pos)                     /*!< GPIO_PORT PIN0: PORT14 Mask         */\r
-#define GPIO_PORT_PIN0_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN0: PORT15 Position     */\r
-#define GPIO_PORT_PIN0_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT15_Pos)                     /*!< GPIO_PORT PIN0: PORT15 Mask         */\r
-#define GPIO_PORT_PIN0_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN0: PORT16 Position     */\r
-#define GPIO_PORT_PIN0_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT16_Pos)                     /*!< GPIO_PORT PIN0: PORT16 Mask         */\r
-#define GPIO_PORT_PIN0_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN0: PORT17 Position     */\r
-#define GPIO_PORT_PIN0_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT17_Pos)                     /*!< GPIO_PORT PIN0: PORT17 Mask         */\r
-#define GPIO_PORT_PIN0_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN0: PORT18 Position     */\r
-#define GPIO_PORT_PIN0_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT18_Pos)                     /*!< GPIO_PORT PIN0: PORT18 Mask         */\r
-#define GPIO_PORT_PIN0_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN0: PORT19 Position     */\r
-#define GPIO_PORT_PIN0_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT19_Pos)                     /*!< GPIO_PORT PIN0: PORT19 Mask         */\r
-#define GPIO_PORT_PIN0_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN0: PORT20 Position     */\r
-#define GPIO_PORT_PIN0_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT20_Pos)                     /*!< GPIO_PORT PIN0: PORT20 Mask         */\r
-#define GPIO_PORT_PIN0_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN0: PORT21 Position     */\r
-#define GPIO_PORT_PIN0_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT21_Pos)                     /*!< GPIO_PORT PIN0: PORT21 Mask         */\r
-#define GPIO_PORT_PIN0_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN0: PORT22 Position     */\r
-#define GPIO_PORT_PIN0_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT22_Pos)                     /*!< GPIO_PORT PIN0: PORT22 Mask         */\r
-#define GPIO_PORT_PIN0_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN0: PORT23 Position     */\r
-#define GPIO_PORT_PIN0_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT23_Pos)                     /*!< GPIO_PORT PIN0: PORT23 Mask         */\r
-#define GPIO_PORT_PIN0_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN0: PORT24 Position     */\r
-#define GPIO_PORT_PIN0_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT24_Pos)                     /*!< GPIO_PORT PIN0: PORT24 Mask         */\r
-#define GPIO_PORT_PIN0_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN0: PORT25 Position     */\r
-#define GPIO_PORT_PIN0_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT25_Pos)                     /*!< GPIO_PORT PIN0: PORT25 Mask         */\r
-#define GPIO_PORT_PIN0_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN0: PORT26 Position     */\r
-#define GPIO_PORT_PIN0_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT26_Pos)                     /*!< GPIO_PORT PIN0: PORT26 Mask         */\r
-#define GPIO_PORT_PIN0_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN0: PORT27 Position     */\r
-#define GPIO_PORT_PIN0_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT27_Pos)                     /*!< GPIO_PORT PIN0: PORT27 Mask         */\r
-#define GPIO_PORT_PIN0_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN0: PORT28 Position     */\r
-#define GPIO_PORT_PIN0_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT28_Pos)                     /*!< GPIO_PORT PIN0: PORT28 Mask         */\r
-#define GPIO_PORT_PIN0_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN0: PORT29 Position     */\r
-#define GPIO_PORT_PIN0_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT29_Pos)                     /*!< GPIO_PORT PIN0: PORT29 Mask         */\r
-#define GPIO_PORT_PIN0_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN0: PORT30 Position     */\r
-#define GPIO_PORT_PIN0_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT30_Pos)                     /*!< GPIO_PORT PIN0: PORT30 Mask         */\r
-#define GPIO_PORT_PIN0_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN0: PORT31 Position     */\r
-#define GPIO_PORT_PIN0_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN0_PORT31_Pos)                     /*!< GPIO_PORT PIN0: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN1  -----------------------------------------\r
-#define GPIO_PORT_PIN1_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN1: PORT0 Position      */\r
-#define GPIO_PORT_PIN1_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT0_Pos)                      /*!< GPIO_PORT PIN1: PORT0 Mask          */\r
-#define GPIO_PORT_PIN1_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN1: PORT1 Position      */\r
-#define GPIO_PORT_PIN1_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT1_Pos)                      /*!< GPIO_PORT PIN1: PORT1 Mask          */\r
-#define GPIO_PORT_PIN1_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN1: PORT2 Position      */\r
-#define GPIO_PORT_PIN1_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT2_Pos)                      /*!< GPIO_PORT PIN1: PORT2 Mask          */\r
-#define GPIO_PORT_PIN1_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN1: PORT3 Position      */\r
-#define GPIO_PORT_PIN1_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT3_Pos)                      /*!< GPIO_PORT PIN1: PORT3 Mask          */\r
-#define GPIO_PORT_PIN1_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN1: PORT4 Position      */\r
-#define GPIO_PORT_PIN1_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT4_Pos)                      /*!< GPIO_PORT PIN1: PORT4 Mask          */\r
-#define GPIO_PORT_PIN1_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN1: PORT5 Position      */\r
-#define GPIO_PORT_PIN1_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT5_Pos)                      /*!< GPIO_PORT PIN1: PORT5 Mask          */\r
-#define GPIO_PORT_PIN1_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN1: PORT6 Position      */\r
-#define GPIO_PORT_PIN1_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT6_Pos)                      /*!< GPIO_PORT PIN1: PORT6 Mask          */\r
-#define GPIO_PORT_PIN1_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN1: PORT7 Position      */\r
-#define GPIO_PORT_PIN1_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT7_Pos)                      /*!< GPIO_PORT PIN1: PORT7 Mask          */\r
-#define GPIO_PORT_PIN1_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN1: PORT8 Position      */\r
-#define GPIO_PORT_PIN1_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT8_Pos)                      /*!< GPIO_PORT PIN1: PORT8 Mask          */\r
-#define GPIO_PORT_PIN1_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN1: PORT9 Position      */\r
-#define GPIO_PORT_PIN1_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN1_PORT9_Pos)                      /*!< GPIO_PORT PIN1: PORT9 Mask          */\r
-#define GPIO_PORT_PIN1_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN1: PORT10 Position     */\r
-#define GPIO_PORT_PIN1_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT10_Pos)                     /*!< GPIO_PORT PIN1: PORT10 Mask         */\r
-#define GPIO_PORT_PIN1_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN1: PORT11 Position     */\r
-#define GPIO_PORT_PIN1_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT11_Pos)                     /*!< GPIO_PORT PIN1: PORT11 Mask         */\r
-#define GPIO_PORT_PIN1_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN1: PORT12 Position     */\r
-#define GPIO_PORT_PIN1_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT12_Pos)                     /*!< GPIO_PORT PIN1: PORT12 Mask         */\r
-#define GPIO_PORT_PIN1_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN1: PORT13 Position     */\r
-#define GPIO_PORT_PIN1_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT13_Pos)                     /*!< GPIO_PORT PIN1: PORT13 Mask         */\r
-#define GPIO_PORT_PIN1_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN1: PORT14 Position     */\r
-#define GPIO_PORT_PIN1_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT14_Pos)                     /*!< GPIO_PORT PIN1: PORT14 Mask         */\r
-#define GPIO_PORT_PIN1_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN1: PORT15 Position     */\r
-#define GPIO_PORT_PIN1_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT15_Pos)                     /*!< GPIO_PORT PIN1: PORT15 Mask         */\r
-#define GPIO_PORT_PIN1_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN1: PORT16 Position     */\r
-#define GPIO_PORT_PIN1_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT16_Pos)                     /*!< GPIO_PORT PIN1: PORT16 Mask         */\r
-#define GPIO_PORT_PIN1_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN1: PORT17 Position     */\r
-#define GPIO_PORT_PIN1_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT17_Pos)                     /*!< GPIO_PORT PIN1: PORT17 Mask         */\r
-#define GPIO_PORT_PIN1_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN1: PORT18 Position     */\r
-#define GPIO_PORT_PIN1_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT18_Pos)                     /*!< GPIO_PORT PIN1: PORT18 Mask         */\r
-#define GPIO_PORT_PIN1_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN1: PORT19 Position     */\r
-#define GPIO_PORT_PIN1_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT19_Pos)                     /*!< GPIO_PORT PIN1: PORT19 Mask         */\r
-#define GPIO_PORT_PIN1_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN1: PORT20 Position     */\r
-#define GPIO_PORT_PIN1_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT20_Pos)                     /*!< GPIO_PORT PIN1: PORT20 Mask         */\r
-#define GPIO_PORT_PIN1_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN1: PORT21 Position     */\r
-#define GPIO_PORT_PIN1_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT21_Pos)                     /*!< GPIO_PORT PIN1: PORT21 Mask         */\r
-#define GPIO_PORT_PIN1_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN1: PORT22 Position     */\r
-#define GPIO_PORT_PIN1_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT22_Pos)                     /*!< GPIO_PORT PIN1: PORT22 Mask         */\r
-#define GPIO_PORT_PIN1_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN1: PORT23 Position     */\r
-#define GPIO_PORT_PIN1_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT23_Pos)                     /*!< GPIO_PORT PIN1: PORT23 Mask         */\r
-#define GPIO_PORT_PIN1_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN1: PORT24 Position     */\r
-#define GPIO_PORT_PIN1_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT24_Pos)                     /*!< GPIO_PORT PIN1: PORT24 Mask         */\r
-#define GPIO_PORT_PIN1_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN1: PORT25 Position     */\r
-#define GPIO_PORT_PIN1_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT25_Pos)                     /*!< GPIO_PORT PIN1: PORT25 Mask         */\r
-#define GPIO_PORT_PIN1_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN1: PORT26 Position     */\r
-#define GPIO_PORT_PIN1_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT26_Pos)                     /*!< GPIO_PORT PIN1: PORT26 Mask         */\r
-#define GPIO_PORT_PIN1_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN1: PORT27 Position     */\r
-#define GPIO_PORT_PIN1_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT27_Pos)                     /*!< GPIO_PORT PIN1: PORT27 Mask         */\r
-#define GPIO_PORT_PIN1_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN1: PORT28 Position     */\r
-#define GPIO_PORT_PIN1_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT28_Pos)                     /*!< GPIO_PORT PIN1: PORT28 Mask         */\r
-#define GPIO_PORT_PIN1_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN1: PORT29 Position     */\r
-#define GPIO_PORT_PIN1_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT29_Pos)                     /*!< GPIO_PORT PIN1: PORT29 Mask         */\r
-#define GPIO_PORT_PIN1_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN1: PORT30 Position     */\r
-#define GPIO_PORT_PIN1_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT30_Pos)                     /*!< GPIO_PORT PIN1: PORT30 Mask         */\r
-#define GPIO_PORT_PIN1_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN1: PORT31 Position     */\r
-#define GPIO_PORT_PIN1_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN1_PORT31_Pos)                     /*!< GPIO_PORT PIN1: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN2  -----------------------------------------\r
-#define GPIO_PORT_PIN2_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN2: PORT0 Position      */\r
-#define GPIO_PORT_PIN2_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT0_Pos)                      /*!< GPIO_PORT PIN2: PORT0 Mask          */\r
-#define GPIO_PORT_PIN2_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN2: PORT1 Position      */\r
-#define GPIO_PORT_PIN2_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT1_Pos)                      /*!< GPIO_PORT PIN2: PORT1 Mask          */\r
-#define GPIO_PORT_PIN2_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN2: PORT2 Position      */\r
-#define GPIO_PORT_PIN2_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT2_Pos)                      /*!< GPIO_PORT PIN2: PORT2 Mask          */\r
-#define GPIO_PORT_PIN2_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN2: PORT3 Position      */\r
-#define GPIO_PORT_PIN2_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT3_Pos)                      /*!< GPIO_PORT PIN2: PORT3 Mask          */\r
-#define GPIO_PORT_PIN2_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN2: PORT4 Position      */\r
-#define GPIO_PORT_PIN2_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT4_Pos)                      /*!< GPIO_PORT PIN2: PORT4 Mask          */\r
-#define GPIO_PORT_PIN2_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN2: PORT5 Position      */\r
-#define GPIO_PORT_PIN2_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT5_Pos)                      /*!< GPIO_PORT PIN2: PORT5 Mask          */\r
-#define GPIO_PORT_PIN2_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN2: PORT6 Position      */\r
-#define GPIO_PORT_PIN2_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT6_Pos)                      /*!< GPIO_PORT PIN2: PORT6 Mask          */\r
-#define GPIO_PORT_PIN2_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN2: PORT7 Position      */\r
-#define GPIO_PORT_PIN2_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT7_Pos)                      /*!< GPIO_PORT PIN2: PORT7 Mask          */\r
-#define GPIO_PORT_PIN2_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN2: PORT8 Position      */\r
-#define GPIO_PORT_PIN2_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT8_Pos)                      /*!< GPIO_PORT PIN2: PORT8 Mask          */\r
-#define GPIO_PORT_PIN2_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN2: PORT9 Position      */\r
-#define GPIO_PORT_PIN2_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN2_PORT9_Pos)                      /*!< GPIO_PORT PIN2: PORT9 Mask          */\r
-#define GPIO_PORT_PIN2_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN2: PORT10 Position     */\r
-#define GPIO_PORT_PIN2_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT10_Pos)                     /*!< GPIO_PORT PIN2: PORT10 Mask         */\r
-#define GPIO_PORT_PIN2_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN2: PORT11 Position     */\r
-#define GPIO_PORT_PIN2_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT11_Pos)                     /*!< GPIO_PORT PIN2: PORT11 Mask         */\r
-#define GPIO_PORT_PIN2_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN2: PORT12 Position     */\r
-#define GPIO_PORT_PIN2_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT12_Pos)                     /*!< GPIO_PORT PIN2: PORT12 Mask         */\r
-#define GPIO_PORT_PIN2_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN2: PORT13 Position     */\r
-#define GPIO_PORT_PIN2_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT13_Pos)                     /*!< GPIO_PORT PIN2: PORT13 Mask         */\r
-#define GPIO_PORT_PIN2_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN2: PORT14 Position     */\r
-#define GPIO_PORT_PIN2_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT14_Pos)                     /*!< GPIO_PORT PIN2: PORT14 Mask         */\r
-#define GPIO_PORT_PIN2_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN2: PORT15 Position     */\r
-#define GPIO_PORT_PIN2_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT15_Pos)                     /*!< GPIO_PORT PIN2: PORT15 Mask         */\r
-#define GPIO_PORT_PIN2_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN2: PORT16 Position     */\r
-#define GPIO_PORT_PIN2_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT16_Pos)                     /*!< GPIO_PORT PIN2: PORT16 Mask         */\r
-#define GPIO_PORT_PIN2_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN2: PORT17 Position     */\r
-#define GPIO_PORT_PIN2_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT17_Pos)                     /*!< GPIO_PORT PIN2: PORT17 Mask         */\r
-#define GPIO_PORT_PIN2_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN2: PORT18 Position     */\r
-#define GPIO_PORT_PIN2_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT18_Pos)                     /*!< GPIO_PORT PIN2: PORT18 Mask         */\r
-#define GPIO_PORT_PIN2_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN2: PORT19 Position     */\r
-#define GPIO_PORT_PIN2_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT19_Pos)                     /*!< GPIO_PORT PIN2: PORT19 Mask         */\r
-#define GPIO_PORT_PIN2_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN2: PORT20 Position     */\r
-#define GPIO_PORT_PIN2_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT20_Pos)                     /*!< GPIO_PORT PIN2: PORT20 Mask         */\r
-#define GPIO_PORT_PIN2_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN2: PORT21 Position     */\r
-#define GPIO_PORT_PIN2_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT21_Pos)                     /*!< GPIO_PORT PIN2: PORT21 Mask         */\r
-#define GPIO_PORT_PIN2_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN2: PORT22 Position     */\r
-#define GPIO_PORT_PIN2_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT22_Pos)                     /*!< GPIO_PORT PIN2: PORT22 Mask         */\r
-#define GPIO_PORT_PIN2_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN2: PORT23 Position     */\r
-#define GPIO_PORT_PIN2_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT23_Pos)                     /*!< GPIO_PORT PIN2: PORT23 Mask         */\r
-#define GPIO_PORT_PIN2_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN2: PORT24 Position     */\r
-#define GPIO_PORT_PIN2_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT24_Pos)                     /*!< GPIO_PORT PIN2: PORT24 Mask         */\r
-#define GPIO_PORT_PIN2_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN2: PORT25 Position     */\r
-#define GPIO_PORT_PIN2_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT25_Pos)                     /*!< GPIO_PORT PIN2: PORT25 Mask         */\r
-#define GPIO_PORT_PIN2_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN2: PORT26 Position     */\r
-#define GPIO_PORT_PIN2_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT26_Pos)                     /*!< GPIO_PORT PIN2: PORT26 Mask         */\r
-#define GPIO_PORT_PIN2_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN2: PORT27 Position     */\r
-#define GPIO_PORT_PIN2_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT27_Pos)                     /*!< GPIO_PORT PIN2: PORT27 Mask         */\r
-#define GPIO_PORT_PIN2_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN2: PORT28 Position     */\r
-#define GPIO_PORT_PIN2_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT28_Pos)                     /*!< GPIO_PORT PIN2: PORT28 Mask         */\r
-#define GPIO_PORT_PIN2_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN2: PORT29 Position     */\r
-#define GPIO_PORT_PIN2_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT29_Pos)                     /*!< GPIO_PORT PIN2: PORT29 Mask         */\r
-#define GPIO_PORT_PIN2_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN2: PORT30 Position     */\r
-#define GPIO_PORT_PIN2_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT30_Pos)                     /*!< GPIO_PORT PIN2: PORT30 Mask         */\r
-#define GPIO_PORT_PIN2_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN2: PORT31 Position     */\r
-#define GPIO_PORT_PIN2_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN2_PORT31_Pos)                     /*!< GPIO_PORT PIN2: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN3  -----------------------------------------\r
-#define GPIO_PORT_PIN3_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN3: PORT0 Position      */\r
-#define GPIO_PORT_PIN3_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT0_Pos)                      /*!< GPIO_PORT PIN3: PORT0 Mask          */\r
-#define GPIO_PORT_PIN3_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN3: PORT1 Position      */\r
-#define GPIO_PORT_PIN3_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT1_Pos)                      /*!< GPIO_PORT PIN3: PORT1 Mask          */\r
-#define GPIO_PORT_PIN3_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN3: PORT2 Position      */\r
-#define GPIO_PORT_PIN3_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT2_Pos)                      /*!< GPIO_PORT PIN3: PORT2 Mask          */\r
-#define GPIO_PORT_PIN3_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN3: PORT3 Position      */\r
-#define GPIO_PORT_PIN3_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT3_Pos)                      /*!< GPIO_PORT PIN3: PORT3 Mask          */\r
-#define GPIO_PORT_PIN3_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN3: PORT4 Position      */\r
-#define GPIO_PORT_PIN3_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT4_Pos)                      /*!< GPIO_PORT PIN3: PORT4 Mask          */\r
-#define GPIO_PORT_PIN3_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN3: PORT5 Position      */\r
-#define GPIO_PORT_PIN3_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT5_Pos)                      /*!< GPIO_PORT PIN3: PORT5 Mask          */\r
-#define GPIO_PORT_PIN3_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN3: PORT6 Position      */\r
-#define GPIO_PORT_PIN3_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT6_Pos)                      /*!< GPIO_PORT PIN3: PORT6 Mask          */\r
-#define GPIO_PORT_PIN3_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN3: PORT7 Position      */\r
-#define GPIO_PORT_PIN3_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT7_Pos)                      /*!< GPIO_PORT PIN3: PORT7 Mask          */\r
-#define GPIO_PORT_PIN3_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN3: PORT8 Position      */\r
-#define GPIO_PORT_PIN3_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT8_Pos)                      /*!< GPIO_PORT PIN3: PORT8 Mask          */\r
-#define GPIO_PORT_PIN3_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN3: PORT9 Position      */\r
-#define GPIO_PORT_PIN3_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN3_PORT9_Pos)                      /*!< GPIO_PORT PIN3: PORT9 Mask          */\r
-#define GPIO_PORT_PIN3_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN3: PORT10 Position     */\r
-#define GPIO_PORT_PIN3_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT10_Pos)                     /*!< GPIO_PORT PIN3: PORT10 Mask         */\r
-#define GPIO_PORT_PIN3_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN3: PORT11 Position     */\r
-#define GPIO_PORT_PIN3_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT11_Pos)                     /*!< GPIO_PORT PIN3: PORT11 Mask         */\r
-#define GPIO_PORT_PIN3_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN3: PORT12 Position     */\r
-#define GPIO_PORT_PIN3_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT12_Pos)                     /*!< GPIO_PORT PIN3: PORT12 Mask         */\r
-#define GPIO_PORT_PIN3_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN3: PORT13 Position     */\r
-#define GPIO_PORT_PIN3_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT13_Pos)                     /*!< GPIO_PORT PIN3: PORT13 Mask         */\r
-#define GPIO_PORT_PIN3_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN3: PORT14 Position     */\r
-#define GPIO_PORT_PIN3_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT14_Pos)                     /*!< GPIO_PORT PIN3: PORT14 Mask         */\r
-#define GPIO_PORT_PIN3_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN3: PORT15 Position     */\r
-#define GPIO_PORT_PIN3_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT15_Pos)                     /*!< GPIO_PORT PIN3: PORT15 Mask         */\r
-#define GPIO_PORT_PIN3_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN3: PORT16 Position     */\r
-#define GPIO_PORT_PIN3_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT16_Pos)                     /*!< GPIO_PORT PIN3: PORT16 Mask         */\r
-#define GPIO_PORT_PIN3_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN3: PORT17 Position     */\r
-#define GPIO_PORT_PIN3_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT17_Pos)                     /*!< GPIO_PORT PIN3: PORT17 Mask         */\r
-#define GPIO_PORT_PIN3_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN3: PORT18 Position     */\r
-#define GPIO_PORT_PIN3_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT18_Pos)                     /*!< GPIO_PORT PIN3: PORT18 Mask         */\r
-#define GPIO_PORT_PIN3_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN3: PORT19 Position     */\r
-#define GPIO_PORT_PIN3_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT19_Pos)                     /*!< GPIO_PORT PIN3: PORT19 Mask         */\r
-#define GPIO_PORT_PIN3_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN3: PORT20 Position     */\r
-#define GPIO_PORT_PIN3_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT20_Pos)                     /*!< GPIO_PORT PIN3: PORT20 Mask         */\r
-#define GPIO_PORT_PIN3_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN3: PORT21 Position     */\r
-#define GPIO_PORT_PIN3_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT21_Pos)                     /*!< GPIO_PORT PIN3: PORT21 Mask         */\r
-#define GPIO_PORT_PIN3_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN3: PORT22 Position     */\r
-#define GPIO_PORT_PIN3_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT22_Pos)                     /*!< GPIO_PORT PIN3: PORT22 Mask         */\r
-#define GPIO_PORT_PIN3_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN3: PORT23 Position     */\r
-#define GPIO_PORT_PIN3_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT23_Pos)                     /*!< GPIO_PORT PIN3: PORT23 Mask         */\r
-#define GPIO_PORT_PIN3_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN3: PORT24 Position     */\r
-#define GPIO_PORT_PIN3_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT24_Pos)                     /*!< GPIO_PORT PIN3: PORT24 Mask         */\r
-#define GPIO_PORT_PIN3_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN3: PORT25 Position     */\r
-#define GPIO_PORT_PIN3_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT25_Pos)                     /*!< GPIO_PORT PIN3: PORT25 Mask         */\r
-#define GPIO_PORT_PIN3_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN3: PORT26 Position     */\r
-#define GPIO_PORT_PIN3_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT26_Pos)                     /*!< GPIO_PORT PIN3: PORT26 Mask         */\r
-#define GPIO_PORT_PIN3_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN3: PORT27 Position     */\r
-#define GPIO_PORT_PIN3_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT27_Pos)                     /*!< GPIO_PORT PIN3: PORT27 Mask         */\r
-#define GPIO_PORT_PIN3_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN3: PORT28 Position     */\r
-#define GPIO_PORT_PIN3_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT28_Pos)                     /*!< GPIO_PORT PIN3: PORT28 Mask         */\r
-#define GPIO_PORT_PIN3_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN3: PORT29 Position     */\r
-#define GPIO_PORT_PIN3_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT29_Pos)                     /*!< GPIO_PORT PIN3: PORT29 Mask         */\r
-#define GPIO_PORT_PIN3_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN3: PORT30 Position     */\r
-#define GPIO_PORT_PIN3_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT30_Pos)                     /*!< GPIO_PORT PIN3: PORT30 Mask         */\r
-#define GPIO_PORT_PIN3_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN3: PORT31 Position     */\r
-#define GPIO_PORT_PIN3_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN3_PORT31_Pos)                     /*!< GPIO_PORT PIN3: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN4  -----------------------------------------\r
-#define GPIO_PORT_PIN4_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN4: PORT0 Position      */\r
-#define GPIO_PORT_PIN4_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT0_Pos)                      /*!< GPIO_PORT PIN4: PORT0 Mask          */\r
-#define GPIO_PORT_PIN4_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN4: PORT1 Position      */\r
-#define GPIO_PORT_PIN4_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT1_Pos)                      /*!< GPIO_PORT PIN4: PORT1 Mask          */\r
-#define GPIO_PORT_PIN4_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN4: PORT2 Position      */\r
-#define GPIO_PORT_PIN4_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT2_Pos)                      /*!< GPIO_PORT PIN4: PORT2 Mask          */\r
-#define GPIO_PORT_PIN4_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN4: PORT3 Position      */\r
-#define GPIO_PORT_PIN4_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT3_Pos)                      /*!< GPIO_PORT PIN4: PORT3 Mask          */\r
-#define GPIO_PORT_PIN4_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN4: PORT4 Position      */\r
-#define GPIO_PORT_PIN4_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT4_Pos)                      /*!< GPIO_PORT PIN4: PORT4 Mask          */\r
-#define GPIO_PORT_PIN4_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN4: PORT5 Position      */\r
-#define GPIO_PORT_PIN4_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT5_Pos)                      /*!< GPIO_PORT PIN4: PORT5 Mask          */\r
-#define GPIO_PORT_PIN4_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN4: PORT6 Position      */\r
-#define GPIO_PORT_PIN4_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT6_Pos)                      /*!< GPIO_PORT PIN4: PORT6 Mask          */\r
-#define GPIO_PORT_PIN4_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN4: PORT7 Position      */\r
-#define GPIO_PORT_PIN4_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT7_Pos)                      /*!< GPIO_PORT PIN4: PORT7 Mask          */\r
-#define GPIO_PORT_PIN4_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN4: PORT8 Position      */\r
-#define GPIO_PORT_PIN4_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT8_Pos)                      /*!< GPIO_PORT PIN4: PORT8 Mask          */\r
-#define GPIO_PORT_PIN4_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN4: PORT9 Position      */\r
-#define GPIO_PORT_PIN4_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN4_PORT9_Pos)                      /*!< GPIO_PORT PIN4: PORT9 Mask          */\r
-#define GPIO_PORT_PIN4_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN4: PORT10 Position     */\r
-#define GPIO_PORT_PIN4_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT10_Pos)                     /*!< GPIO_PORT PIN4: PORT10 Mask         */\r
-#define GPIO_PORT_PIN4_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN4: PORT11 Position     */\r
-#define GPIO_PORT_PIN4_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT11_Pos)                     /*!< GPIO_PORT PIN4: PORT11 Mask         */\r
-#define GPIO_PORT_PIN4_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN4: PORT12 Position     */\r
-#define GPIO_PORT_PIN4_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT12_Pos)                     /*!< GPIO_PORT PIN4: PORT12 Mask         */\r
-#define GPIO_PORT_PIN4_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN4: PORT13 Position     */\r
-#define GPIO_PORT_PIN4_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT13_Pos)                     /*!< GPIO_PORT PIN4: PORT13 Mask         */\r
-#define GPIO_PORT_PIN4_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN4: PORT14 Position     */\r
-#define GPIO_PORT_PIN4_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT14_Pos)                     /*!< GPIO_PORT PIN4: PORT14 Mask         */\r
-#define GPIO_PORT_PIN4_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN4: PORT15 Position     */\r
-#define GPIO_PORT_PIN4_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT15_Pos)                     /*!< GPIO_PORT PIN4: PORT15 Mask         */\r
-#define GPIO_PORT_PIN4_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN4: PORT16 Position     */\r
-#define GPIO_PORT_PIN4_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT16_Pos)                     /*!< GPIO_PORT PIN4: PORT16 Mask         */\r
-#define GPIO_PORT_PIN4_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN4: PORT17 Position     */\r
-#define GPIO_PORT_PIN4_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT17_Pos)                     /*!< GPIO_PORT PIN4: PORT17 Mask         */\r
-#define GPIO_PORT_PIN4_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN4: PORT18 Position     */\r
-#define GPIO_PORT_PIN4_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT18_Pos)                     /*!< GPIO_PORT PIN4: PORT18 Mask         */\r
-#define GPIO_PORT_PIN4_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN4: PORT19 Position     */\r
-#define GPIO_PORT_PIN4_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT19_Pos)                     /*!< GPIO_PORT PIN4: PORT19 Mask         */\r
-#define GPIO_PORT_PIN4_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN4: PORT20 Position     */\r
-#define GPIO_PORT_PIN4_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT20_Pos)                     /*!< GPIO_PORT PIN4: PORT20 Mask         */\r
-#define GPIO_PORT_PIN4_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN4: PORT21 Position     */\r
-#define GPIO_PORT_PIN4_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT21_Pos)                     /*!< GPIO_PORT PIN4: PORT21 Mask         */\r
-#define GPIO_PORT_PIN4_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN4: PORT22 Position     */\r
-#define GPIO_PORT_PIN4_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT22_Pos)                     /*!< GPIO_PORT PIN4: PORT22 Mask         */\r
-#define GPIO_PORT_PIN4_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN4: PORT23 Position     */\r
-#define GPIO_PORT_PIN4_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT23_Pos)                     /*!< GPIO_PORT PIN4: PORT23 Mask         */\r
-#define GPIO_PORT_PIN4_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN4: PORT24 Position     */\r
-#define GPIO_PORT_PIN4_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT24_Pos)                     /*!< GPIO_PORT PIN4: PORT24 Mask         */\r
-#define GPIO_PORT_PIN4_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN4: PORT25 Position     */\r
-#define GPIO_PORT_PIN4_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT25_Pos)                     /*!< GPIO_PORT PIN4: PORT25 Mask         */\r
-#define GPIO_PORT_PIN4_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN4: PORT26 Position     */\r
-#define GPIO_PORT_PIN4_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT26_Pos)                     /*!< GPIO_PORT PIN4: PORT26 Mask         */\r
-#define GPIO_PORT_PIN4_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN4: PORT27 Position     */\r
-#define GPIO_PORT_PIN4_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT27_Pos)                     /*!< GPIO_PORT PIN4: PORT27 Mask         */\r
-#define GPIO_PORT_PIN4_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN4: PORT28 Position     */\r
-#define GPIO_PORT_PIN4_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT28_Pos)                     /*!< GPIO_PORT PIN4: PORT28 Mask         */\r
-#define GPIO_PORT_PIN4_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN4: PORT29 Position     */\r
-#define GPIO_PORT_PIN4_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT29_Pos)                     /*!< GPIO_PORT PIN4: PORT29 Mask         */\r
-#define GPIO_PORT_PIN4_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN4: PORT30 Position     */\r
-#define GPIO_PORT_PIN4_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT30_Pos)                     /*!< GPIO_PORT PIN4: PORT30 Mask         */\r
-#define GPIO_PORT_PIN4_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN4: PORT31 Position     */\r
-#define GPIO_PORT_PIN4_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN4_PORT31_Pos)                     /*!< GPIO_PORT PIN4: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN5  -----------------------------------------\r
-#define GPIO_PORT_PIN5_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN5: PORT0 Position      */\r
-#define GPIO_PORT_PIN5_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT0_Pos)                      /*!< GPIO_PORT PIN5: PORT0 Mask          */\r
-#define GPIO_PORT_PIN5_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN5: PORT1 Position      */\r
-#define GPIO_PORT_PIN5_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT1_Pos)                      /*!< GPIO_PORT PIN5: PORT1 Mask          */\r
-#define GPIO_PORT_PIN5_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN5: PORT2 Position      */\r
-#define GPIO_PORT_PIN5_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT2_Pos)                      /*!< GPIO_PORT PIN5: PORT2 Mask          */\r
-#define GPIO_PORT_PIN5_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN5: PORT3 Position      */\r
-#define GPIO_PORT_PIN5_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT3_Pos)                      /*!< GPIO_PORT PIN5: PORT3 Mask          */\r
-#define GPIO_PORT_PIN5_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN5: PORT4 Position      */\r
-#define GPIO_PORT_PIN5_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT4_Pos)                      /*!< GPIO_PORT PIN5: PORT4 Mask          */\r
-#define GPIO_PORT_PIN5_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN5: PORT5 Position      */\r
-#define GPIO_PORT_PIN5_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT5_Pos)                      /*!< GPIO_PORT PIN5: PORT5 Mask          */\r
-#define GPIO_PORT_PIN5_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN5: PORT6 Position      */\r
-#define GPIO_PORT_PIN5_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT6_Pos)                      /*!< GPIO_PORT PIN5: PORT6 Mask          */\r
-#define GPIO_PORT_PIN5_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN5: PORT7 Position      */\r
-#define GPIO_PORT_PIN5_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT7_Pos)                      /*!< GPIO_PORT PIN5: PORT7 Mask          */\r
-#define GPIO_PORT_PIN5_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN5: PORT8 Position      */\r
-#define GPIO_PORT_PIN5_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT8_Pos)                      /*!< GPIO_PORT PIN5: PORT8 Mask          */\r
-#define GPIO_PORT_PIN5_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN5: PORT9 Position      */\r
-#define GPIO_PORT_PIN5_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN5_PORT9_Pos)                      /*!< GPIO_PORT PIN5: PORT9 Mask          */\r
-#define GPIO_PORT_PIN5_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN5: PORT10 Position     */\r
-#define GPIO_PORT_PIN5_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT10_Pos)                     /*!< GPIO_PORT PIN5: PORT10 Mask         */\r
-#define GPIO_PORT_PIN5_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN5: PORT11 Position     */\r
-#define GPIO_PORT_PIN5_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT11_Pos)                     /*!< GPIO_PORT PIN5: PORT11 Mask         */\r
-#define GPIO_PORT_PIN5_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN5: PORT12 Position     */\r
-#define GPIO_PORT_PIN5_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT12_Pos)                     /*!< GPIO_PORT PIN5: PORT12 Mask         */\r
-#define GPIO_PORT_PIN5_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN5: PORT13 Position     */\r
-#define GPIO_PORT_PIN5_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT13_Pos)                     /*!< GPIO_PORT PIN5: PORT13 Mask         */\r
-#define GPIO_PORT_PIN5_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN5: PORT14 Position     */\r
-#define GPIO_PORT_PIN5_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT14_Pos)                     /*!< GPIO_PORT PIN5: PORT14 Mask         */\r
-#define GPIO_PORT_PIN5_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN5: PORT15 Position     */\r
-#define GPIO_PORT_PIN5_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT15_Pos)                     /*!< GPIO_PORT PIN5: PORT15 Mask         */\r
-#define GPIO_PORT_PIN5_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN5: PORT16 Position     */\r
-#define GPIO_PORT_PIN5_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT16_Pos)                     /*!< GPIO_PORT PIN5: PORT16 Mask         */\r
-#define GPIO_PORT_PIN5_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN5: PORT17 Position     */\r
-#define GPIO_PORT_PIN5_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT17_Pos)                     /*!< GPIO_PORT PIN5: PORT17 Mask         */\r
-#define GPIO_PORT_PIN5_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN5: PORT18 Position     */\r
-#define GPIO_PORT_PIN5_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT18_Pos)                     /*!< GPIO_PORT PIN5: PORT18 Mask         */\r
-#define GPIO_PORT_PIN5_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN5: PORT19 Position     */\r
-#define GPIO_PORT_PIN5_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT19_Pos)                     /*!< GPIO_PORT PIN5: PORT19 Mask         */\r
-#define GPIO_PORT_PIN5_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN5: PORT20 Position     */\r
-#define GPIO_PORT_PIN5_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT20_Pos)                     /*!< GPIO_PORT PIN5: PORT20 Mask         */\r
-#define GPIO_PORT_PIN5_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN5: PORT21 Position     */\r
-#define GPIO_PORT_PIN5_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT21_Pos)                     /*!< GPIO_PORT PIN5: PORT21 Mask         */\r
-#define GPIO_PORT_PIN5_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN5: PORT22 Position     */\r
-#define GPIO_PORT_PIN5_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT22_Pos)                     /*!< GPIO_PORT PIN5: PORT22 Mask         */\r
-#define GPIO_PORT_PIN5_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN5: PORT23 Position     */\r
-#define GPIO_PORT_PIN5_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT23_Pos)                     /*!< GPIO_PORT PIN5: PORT23 Mask         */\r
-#define GPIO_PORT_PIN5_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN5: PORT24 Position     */\r
-#define GPIO_PORT_PIN5_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT24_Pos)                     /*!< GPIO_PORT PIN5: PORT24 Mask         */\r
-#define GPIO_PORT_PIN5_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN5: PORT25 Position     */\r
-#define GPIO_PORT_PIN5_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT25_Pos)                     /*!< GPIO_PORT PIN5: PORT25 Mask         */\r
-#define GPIO_PORT_PIN5_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN5: PORT26 Position     */\r
-#define GPIO_PORT_PIN5_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT26_Pos)                     /*!< GPIO_PORT PIN5: PORT26 Mask         */\r
-#define GPIO_PORT_PIN5_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN5: PORT27 Position     */\r
-#define GPIO_PORT_PIN5_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT27_Pos)                     /*!< GPIO_PORT PIN5: PORT27 Mask         */\r
-#define GPIO_PORT_PIN5_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN5: PORT28 Position     */\r
-#define GPIO_PORT_PIN5_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT28_Pos)                     /*!< GPIO_PORT PIN5: PORT28 Mask         */\r
-#define GPIO_PORT_PIN5_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN5: PORT29 Position     */\r
-#define GPIO_PORT_PIN5_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT29_Pos)                     /*!< GPIO_PORT PIN5: PORT29 Mask         */\r
-#define GPIO_PORT_PIN5_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN5: PORT30 Position     */\r
-#define GPIO_PORT_PIN5_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT30_Pos)                     /*!< GPIO_PORT PIN5: PORT30 Mask         */\r
-#define GPIO_PORT_PIN5_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN5: PORT31 Position     */\r
-#define GPIO_PORT_PIN5_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN5_PORT31_Pos)                     /*!< GPIO_PORT PIN5: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN6  -----------------------------------------\r
-#define GPIO_PORT_PIN6_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN6: PORT0 Position      */\r
-#define GPIO_PORT_PIN6_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT0_Pos)                      /*!< GPIO_PORT PIN6: PORT0 Mask          */\r
-#define GPIO_PORT_PIN6_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN6: PORT1 Position      */\r
-#define GPIO_PORT_PIN6_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT1_Pos)                      /*!< GPIO_PORT PIN6: PORT1 Mask          */\r
-#define GPIO_PORT_PIN6_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN6: PORT2 Position      */\r
-#define GPIO_PORT_PIN6_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT2_Pos)                      /*!< GPIO_PORT PIN6: PORT2 Mask          */\r
-#define GPIO_PORT_PIN6_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN6: PORT3 Position      */\r
-#define GPIO_PORT_PIN6_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT3_Pos)                      /*!< GPIO_PORT PIN6: PORT3 Mask          */\r
-#define GPIO_PORT_PIN6_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN6: PORT4 Position      */\r
-#define GPIO_PORT_PIN6_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT4_Pos)                      /*!< GPIO_PORT PIN6: PORT4 Mask          */\r
-#define GPIO_PORT_PIN6_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN6: PORT5 Position      */\r
-#define GPIO_PORT_PIN6_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT5_Pos)                      /*!< GPIO_PORT PIN6: PORT5 Mask          */\r
-#define GPIO_PORT_PIN6_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN6: PORT6 Position      */\r
-#define GPIO_PORT_PIN6_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT6_Pos)                      /*!< GPIO_PORT PIN6: PORT6 Mask          */\r
-#define GPIO_PORT_PIN6_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN6: PORT7 Position      */\r
-#define GPIO_PORT_PIN6_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT7_Pos)                      /*!< GPIO_PORT PIN6: PORT7 Mask          */\r
-#define GPIO_PORT_PIN6_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN6: PORT8 Position      */\r
-#define GPIO_PORT_PIN6_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT8_Pos)                      /*!< GPIO_PORT PIN6: PORT8 Mask          */\r
-#define GPIO_PORT_PIN6_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN6: PORT9 Position      */\r
-#define GPIO_PORT_PIN6_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN6_PORT9_Pos)                      /*!< GPIO_PORT PIN6: PORT9 Mask          */\r
-#define GPIO_PORT_PIN6_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN6: PORT10 Position     */\r
-#define GPIO_PORT_PIN6_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT10_Pos)                     /*!< GPIO_PORT PIN6: PORT10 Mask         */\r
-#define GPIO_PORT_PIN6_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN6: PORT11 Position     */\r
-#define GPIO_PORT_PIN6_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT11_Pos)                     /*!< GPIO_PORT PIN6: PORT11 Mask         */\r
-#define GPIO_PORT_PIN6_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN6: PORT12 Position     */\r
-#define GPIO_PORT_PIN6_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT12_Pos)                     /*!< GPIO_PORT PIN6: PORT12 Mask         */\r
-#define GPIO_PORT_PIN6_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN6: PORT13 Position     */\r
-#define GPIO_PORT_PIN6_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT13_Pos)                     /*!< GPIO_PORT PIN6: PORT13 Mask         */\r
-#define GPIO_PORT_PIN6_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN6: PORT14 Position     */\r
-#define GPIO_PORT_PIN6_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT14_Pos)                     /*!< GPIO_PORT PIN6: PORT14 Mask         */\r
-#define GPIO_PORT_PIN6_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN6: PORT15 Position     */\r
-#define GPIO_PORT_PIN6_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT15_Pos)                     /*!< GPIO_PORT PIN6: PORT15 Mask         */\r
-#define GPIO_PORT_PIN6_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN6: PORT16 Position     */\r
-#define GPIO_PORT_PIN6_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT16_Pos)                     /*!< GPIO_PORT PIN6: PORT16 Mask         */\r
-#define GPIO_PORT_PIN6_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN6: PORT17 Position     */\r
-#define GPIO_PORT_PIN6_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT17_Pos)                     /*!< GPIO_PORT PIN6: PORT17 Mask         */\r
-#define GPIO_PORT_PIN6_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN6: PORT18 Position     */\r
-#define GPIO_PORT_PIN6_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT18_Pos)                     /*!< GPIO_PORT PIN6: PORT18 Mask         */\r
-#define GPIO_PORT_PIN6_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN6: PORT19 Position     */\r
-#define GPIO_PORT_PIN6_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT19_Pos)                     /*!< GPIO_PORT PIN6: PORT19 Mask         */\r
-#define GPIO_PORT_PIN6_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN6: PORT20 Position     */\r
-#define GPIO_PORT_PIN6_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT20_Pos)                     /*!< GPIO_PORT PIN6: PORT20 Mask         */\r
-#define GPIO_PORT_PIN6_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN6: PORT21 Position     */\r
-#define GPIO_PORT_PIN6_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT21_Pos)                     /*!< GPIO_PORT PIN6: PORT21 Mask         */\r
-#define GPIO_PORT_PIN6_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN6: PORT22 Position     */\r
-#define GPIO_PORT_PIN6_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT22_Pos)                     /*!< GPIO_PORT PIN6: PORT22 Mask         */\r
-#define GPIO_PORT_PIN6_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN6: PORT23 Position     */\r
-#define GPIO_PORT_PIN6_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT23_Pos)                     /*!< GPIO_PORT PIN6: PORT23 Mask         */\r
-#define GPIO_PORT_PIN6_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN6: PORT24 Position     */\r
-#define GPIO_PORT_PIN6_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT24_Pos)                     /*!< GPIO_PORT PIN6: PORT24 Mask         */\r
-#define GPIO_PORT_PIN6_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN6: PORT25 Position     */\r
-#define GPIO_PORT_PIN6_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT25_Pos)                     /*!< GPIO_PORT PIN6: PORT25 Mask         */\r
-#define GPIO_PORT_PIN6_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN6: PORT26 Position     */\r
-#define GPIO_PORT_PIN6_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT26_Pos)                     /*!< GPIO_PORT PIN6: PORT26 Mask         */\r
-#define GPIO_PORT_PIN6_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN6: PORT27 Position     */\r
-#define GPIO_PORT_PIN6_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT27_Pos)                     /*!< GPIO_PORT PIN6: PORT27 Mask         */\r
-#define GPIO_PORT_PIN6_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN6: PORT28 Position     */\r
-#define GPIO_PORT_PIN6_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT28_Pos)                     /*!< GPIO_PORT PIN6: PORT28 Mask         */\r
-#define GPIO_PORT_PIN6_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN6: PORT29 Position     */\r
-#define GPIO_PORT_PIN6_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT29_Pos)                     /*!< GPIO_PORT PIN6: PORT29 Mask         */\r
-#define GPIO_PORT_PIN6_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN6: PORT30 Position     */\r
-#define GPIO_PORT_PIN6_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT30_Pos)                     /*!< GPIO_PORT PIN6: PORT30 Mask         */\r
-#define GPIO_PORT_PIN6_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN6: PORT31 Position     */\r
-#define GPIO_PORT_PIN6_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN6_PORT31_Pos)                     /*!< GPIO_PORT PIN6: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_PIN7  -----------------------------------------\r
-#define GPIO_PORT_PIN7_PORT0_Pos                              0                                                         /*!< GPIO_PORT PIN7: PORT0 Position      */\r
-#define GPIO_PORT_PIN7_PORT0_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT0_Pos)                      /*!< GPIO_PORT PIN7: PORT0 Mask          */\r
-#define GPIO_PORT_PIN7_PORT1_Pos                              1                                                         /*!< GPIO_PORT PIN7: PORT1 Position      */\r
-#define GPIO_PORT_PIN7_PORT1_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT1_Pos)                      /*!< GPIO_PORT PIN7: PORT1 Mask          */\r
-#define GPIO_PORT_PIN7_PORT2_Pos                              2                                                         /*!< GPIO_PORT PIN7: PORT2 Position      */\r
-#define GPIO_PORT_PIN7_PORT2_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT2_Pos)                      /*!< GPIO_PORT PIN7: PORT2 Mask          */\r
-#define GPIO_PORT_PIN7_PORT3_Pos                              3                                                         /*!< GPIO_PORT PIN7: PORT3 Position      */\r
-#define GPIO_PORT_PIN7_PORT3_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT3_Pos)                      /*!< GPIO_PORT PIN7: PORT3 Mask          */\r
-#define GPIO_PORT_PIN7_PORT4_Pos                              4                                                         /*!< GPIO_PORT PIN7: PORT4 Position      */\r
-#define GPIO_PORT_PIN7_PORT4_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT4_Pos)                      /*!< GPIO_PORT PIN7: PORT4 Mask          */\r
-#define GPIO_PORT_PIN7_PORT5_Pos                              5                                                         /*!< GPIO_PORT PIN7: PORT5 Position      */\r
-#define GPIO_PORT_PIN7_PORT5_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT5_Pos)                      /*!< GPIO_PORT PIN7: PORT5 Mask          */\r
-#define GPIO_PORT_PIN7_PORT6_Pos                              6                                                         /*!< GPIO_PORT PIN7: PORT6 Position      */\r
-#define GPIO_PORT_PIN7_PORT6_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT6_Pos)                      /*!< GPIO_PORT PIN7: PORT6 Mask          */\r
-#define GPIO_PORT_PIN7_PORT7_Pos                              7                                                         /*!< GPIO_PORT PIN7: PORT7 Position      */\r
-#define GPIO_PORT_PIN7_PORT7_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT7_Pos)                      /*!< GPIO_PORT PIN7: PORT7 Mask          */\r
-#define GPIO_PORT_PIN7_PORT8_Pos                              8                                                         /*!< GPIO_PORT PIN7: PORT8 Position      */\r
-#define GPIO_PORT_PIN7_PORT8_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT8_Pos)                      /*!< GPIO_PORT PIN7: PORT8 Mask          */\r
-#define GPIO_PORT_PIN7_PORT9_Pos                              9                                                         /*!< GPIO_PORT PIN7: PORT9 Position      */\r
-#define GPIO_PORT_PIN7_PORT9_Msk                              (0x01UL << GPIO_PORT_PIN7_PORT9_Pos)                      /*!< GPIO_PORT PIN7: PORT9 Mask          */\r
-#define GPIO_PORT_PIN7_PORT10_Pos                             10                                                        /*!< GPIO_PORT PIN7: PORT10 Position     */\r
-#define GPIO_PORT_PIN7_PORT10_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT10_Pos)                     /*!< GPIO_PORT PIN7: PORT10 Mask         */\r
-#define GPIO_PORT_PIN7_PORT11_Pos                             11                                                        /*!< GPIO_PORT PIN7: PORT11 Position     */\r
-#define GPIO_PORT_PIN7_PORT11_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT11_Pos)                     /*!< GPIO_PORT PIN7: PORT11 Mask         */\r
-#define GPIO_PORT_PIN7_PORT12_Pos                             12                                                        /*!< GPIO_PORT PIN7: PORT12 Position     */\r
-#define GPIO_PORT_PIN7_PORT12_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT12_Pos)                     /*!< GPIO_PORT PIN7: PORT12 Mask         */\r
-#define GPIO_PORT_PIN7_PORT13_Pos                             13                                                        /*!< GPIO_PORT PIN7: PORT13 Position     */\r
-#define GPIO_PORT_PIN7_PORT13_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT13_Pos)                     /*!< GPIO_PORT PIN7: PORT13 Mask         */\r
-#define GPIO_PORT_PIN7_PORT14_Pos                             14                                                        /*!< GPIO_PORT PIN7: PORT14 Position     */\r
-#define GPIO_PORT_PIN7_PORT14_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT14_Pos)                     /*!< GPIO_PORT PIN7: PORT14 Mask         */\r
-#define GPIO_PORT_PIN7_PORT15_Pos                             15                                                        /*!< GPIO_PORT PIN7: PORT15 Position     */\r
-#define GPIO_PORT_PIN7_PORT15_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT15_Pos)                     /*!< GPIO_PORT PIN7: PORT15 Mask         */\r
-#define GPIO_PORT_PIN7_PORT16_Pos                             16                                                        /*!< GPIO_PORT PIN7: PORT16 Position     */\r
-#define GPIO_PORT_PIN7_PORT16_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT16_Pos)                     /*!< GPIO_PORT PIN7: PORT16 Mask         */\r
-#define GPIO_PORT_PIN7_PORT17_Pos                             17                                                        /*!< GPIO_PORT PIN7: PORT17 Position     */\r
-#define GPIO_PORT_PIN7_PORT17_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT17_Pos)                     /*!< GPIO_PORT PIN7: PORT17 Mask         */\r
-#define GPIO_PORT_PIN7_PORT18_Pos                             18                                                        /*!< GPIO_PORT PIN7: PORT18 Position     */\r
-#define GPIO_PORT_PIN7_PORT18_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT18_Pos)                     /*!< GPIO_PORT PIN7: PORT18 Mask         */\r
-#define GPIO_PORT_PIN7_PORT19_Pos                             19                                                        /*!< GPIO_PORT PIN7: PORT19 Position     */\r
-#define GPIO_PORT_PIN7_PORT19_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT19_Pos)                     /*!< GPIO_PORT PIN7: PORT19 Mask         */\r
-#define GPIO_PORT_PIN7_PORT20_Pos                             20                                                        /*!< GPIO_PORT PIN7: PORT20 Position     */\r
-#define GPIO_PORT_PIN7_PORT20_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT20_Pos)                     /*!< GPIO_PORT PIN7: PORT20 Mask         */\r
-#define GPIO_PORT_PIN7_PORT21_Pos                             21                                                        /*!< GPIO_PORT PIN7: PORT21 Position     */\r
-#define GPIO_PORT_PIN7_PORT21_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT21_Pos)                     /*!< GPIO_PORT PIN7: PORT21 Mask         */\r
-#define GPIO_PORT_PIN7_PORT22_Pos                             22                                                        /*!< GPIO_PORT PIN7: PORT22 Position     */\r
-#define GPIO_PORT_PIN7_PORT22_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT22_Pos)                     /*!< GPIO_PORT PIN7: PORT22 Mask         */\r
-#define GPIO_PORT_PIN7_PORT23_Pos                             23                                                        /*!< GPIO_PORT PIN7: PORT23 Position     */\r
-#define GPIO_PORT_PIN7_PORT23_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT23_Pos)                     /*!< GPIO_PORT PIN7: PORT23 Mask         */\r
-#define GPIO_PORT_PIN7_PORT24_Pos                             24                                                        /*!< GPIO_PORT PIN7: PORT24 Position     */\r
-#define GPIO_PORT_PIN7_PORT24_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT24_Pos)                     /*!< GPIO_PORT PIN7: PORT24 Mask         */\r
-#define GPIO_PORT_PIN7_PORT25_Pos                             25                                                        /*!< GPIO_PORT PIN7: PORT25 Position     */\r
-#define GPIO_PORT_PIN7_PORT25_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT25_Pos)                     /*!< GPIO_PORT PIN7: PORT25 Mask         */\r
-#define GPIO_PORT_PIN7_PORT26_Pos                             26                                                        /*!< GPIO_PORT PIN7: PORT26 Position     */\r
-#define GPIO_PORT_PIN7_PORT26_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT26_Pos)                     /*!< GPIO_PORT PIN7: PORT26 Mask         */\r
-#define GPIO_PORT_PIN7_PORT27_Pos                             27                                                        /*!< GPIO_PORT PIN7: PORT27 Position     */\r
-#define GPIO_PORT_PIN7_PORT27_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT27_Pos)                     /*!< GPIO_PORT PIN7: PORT27 Mask         */\r
-#define GPIO_PORT_PIN7_PORT28_Pos                             28                                                        /*!< GPIO_PORT PIN7: PORT28 Position     */\r
-#define GPIO_PORT_PIN7_PORT28_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT28_Pos)                     /*!< GPIO_PORT PIN7: PORT28 Mask         */\r
-#define GPIO_PORT_PIN7_PORT29_Pos                             29                                                        /*!< GPIO_PORT PIN7: PORT29 Position     */\r
-#define GPIO_PORT_PIN7_PORT29_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT29_Pos)                     /*!< GPIO_PORT PIN7: PORT29 Mask         */\r
-#define GPIO_PORT_PIN7_PORT30_Pos                             30                                                        /*!< GPIO_PORT PIN7: PORT30 Position     */\r
-#define GPIO_PORT_PIN7_PORT30_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT30_Pos)                     /*!< GPIO_PORT PIN7: PORT30 Mask         */\r
-#define GPIO_PORT_PIN7_PORT31_Pos                             31                                                        /*!< GPIO_PORT PIN7: PORT31 Position     */\r
-#define GPIO_PORT_PIN7_PORT31_Msk                             (0x01UL << GPIO_PORT_PIN7_PORT31_Pos)                     /*!< GPIO_PORT PIN7: PORT31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN0  ----------------------------------------\r
-#define GPIO_PORT_MPIN0_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN0: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN0: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN0: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN0: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN0: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN0: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN0: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN0: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN0: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN0: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN0_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN0_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN0: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN0_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN0: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN0: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN0: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN0: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN0: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN0: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN0: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN0: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN0: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN0: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN0: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN0: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN0: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN0: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN0: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN0: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN0: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN0: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN0: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN0: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN0: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN0_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN0: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN0_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN0_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN0: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN1  ----------------------------------------\r
-#define GPIO_PORT_MPIN1_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN1: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN1: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN1: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN1: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN1: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN1: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN1: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN1: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN1: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN1: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN1_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN1_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN1: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN1_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN1: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN1: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN1: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN1: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN1: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN1: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN1: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN1: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN1: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN1: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN1: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN1: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN1: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN1: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN1: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN1: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN1: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN1: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN1: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN1: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN1: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN1_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN1: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN1_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN1_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN1: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN2  ----------------------------------------\r
-#define GPIO_PORT_MPIN2_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN2: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN2: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN2: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN2: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN2: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN2: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN2: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN2: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN2: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN2: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN2_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN2_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN2: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN2_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN2: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN2: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN2: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN2: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN2: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN2: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN2: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN2: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN2: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN2: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN2: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN2: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN2: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN2: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN2: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN2: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN2: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN2: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN2: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN2: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN2: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN2_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN2: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN2_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN2_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN2: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN3  ----------------------------------------\r
-#define GPIO_PORT_MPIN3_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN3: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN3: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN3: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN3: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN3: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN3: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN3: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN3: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN3: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN3: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN3_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN3_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN3: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN3_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN3: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN3: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN3: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN3: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN3: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN3: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN3: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN3: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN3: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN3: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN3: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN3: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN3: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN3: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN3: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN3: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN3: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN3: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN3: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN3: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN3: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN3_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN3: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN3_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN3_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN3: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN4  ----------------------------------------\r
-#define GPIO_PORT_MPIN4_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN4: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN4: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN4: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN4: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN4: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN4: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN4: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN4: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN4: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN4: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN4_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN4_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN4: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN4_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN4: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN4: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN4: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN4: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN4: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN4: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN4: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN4: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN4: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN4: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN4: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN4: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN4: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN4: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN4: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN4: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN4: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN4: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN4: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN4: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN4: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN4_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN4: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN4_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN4_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN4: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN5  ----------------------------------------\r
-#define GPIO_PORT_MPIN5_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN5: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN5: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN5: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN5: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN5: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN5: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN5: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN5: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN5: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN5: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN5_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN5_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN5: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN5_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN5: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN5: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN5: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN5: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN5: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN5: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN5: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN5: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN5: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN5: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN5: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN5: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN5: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN5: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN5: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN5: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN5: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN5: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN5: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN5: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN5: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN5_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN5: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN5_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN5_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN5: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN6  ----------------------------------------\r
-#define GPIO_PORT_MPIN6_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN6: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN6: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN6: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN6: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN6: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN6: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN6: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN6: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN6: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN6: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN6_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN6_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN6: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN6_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN6: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN6: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN6: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN6: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN6: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN6: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN6: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN6: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN6: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN6: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN6: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN6: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN6: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN6: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN6: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN6: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN6: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN6: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN6: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN6: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN6: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN6_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN6: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN6_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN6_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN6: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_MPIN7  ----------------------------------------\r
-#define GPIO_PORT_MPIN7_MPORTP0_Pos                           0                                                         /*!< GPIO_PORT MPIN7: MPORTP0 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP0_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP0_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP0 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP1_Pos                           1                                                         /*!< GPIO_PORT MPIN7: MPORTP1 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP1_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP1_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP1 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP2_Pos                           2                                                         /*!< GPIO_PORT MPIN7: MPORTP2 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP2_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP2_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP2 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP3_Pos                           3                                                         /*!< GPIO_PORT MPIN7: MPORTP3 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP3_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP3_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP3 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP4_Pos                           4                                                         /*!< GPIO_PORT MPIN7: MPORTP4 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP4_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP4_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP4 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP5_Pos                           5                                                         /*!< GPIO_PORT MPIN7: MPORTP5 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP5_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP5_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP5 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP6_Pos                           6                                                         /*!< GPIO_PORT MPIN7: MPORTP6 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP6_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP6_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP6 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP7_Pos                           7                                                         /*!< GPIO_PORT MPIN7: MPORTP7 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP7_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP7_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP7 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP8_Pos                           8                                                         /*!< GPIO_PORT MPIN7: MPORTP8 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP8_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP8_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP8 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP9_Pos                           9                                                         /*!< GPIO_PORT MPIN7: MPORTP9 Position   */\r
-#define GPIO_PORT_MPIN7_MPORTP9_Msk                           (0x01UL << GPIO_PORT_MPIN7_MPORTP9_Pos)                   /*!< GPIO_PORT MPIN7: MPORTP9 Mask       */\r
-#define GPIO_PORT_MPIN7_MPORTP10_Pos                          10                                                        /*!< GPIO_PORT MPIN7: MPORTP10 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP10_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP10_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP10 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP11_Pos                          11                                                        /*!< GPIO_PORT MPIN7: MPORTP11 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP11_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP11_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP11 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP12_Pos                          12                                                        /*!< GPIO_PORT MPIN7: MPORTP12 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP12_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP12_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP12 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP13_Pos                          13                                                        /*!< GPIO_PORT MPIN7: MPORTP13 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP13_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP13_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP13 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP14_Pos                          14                                                        /*!< GPIO_PORT MPIN7: MPORTP14 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP14_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP14_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP14 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP15_Pos                          15                                                        /*!< GPIO_PORT MPIN7: MPORTP15 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP15_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP15_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP15 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP16_Pos                          16                                                        /*!< GPIO_PORT MPIN7: MPORTP16 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP16_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP16_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP16 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP17_Pos                          17                                                        /*!< GPIO_PORT MPIN7: MPORTP17 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP17_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP17_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP17 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP18_Pos                          18                                                        /*!< GPIO_PORT MPIN7: MPORTP18 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP18_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP18_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP18 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP19_Pos                          19                                                        /*!< GPIO_PORT MPIN7: MPORTP19 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP19_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP19_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP19 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP20_Pos                          20                                                        /*!< GPIO_PORT MPIN7: MPORTP20 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP20_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP20_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP20 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP21_Pos                          21                                                        /*!< GPIO_PORT MPIN7: MPORTP21 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP21_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP21_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP21 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP22_Pos                          22                                                        /*!< GPIO_PORT MPIN7: MPORTP22 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP22_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP22_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP22 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP23_Pos                          23                                                        /*!< GPIO_PORT MPIN7: MPORTP23 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP23_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP23_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP23 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP24_Pos                          24                                                        /*!< GPIO_PORT MPIN7: MPORTP24 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP24_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP24_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP24 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP25_Pos                          25                                                        /*!< GPIO_PORT MPIN7: MPORTP25 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP25_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP25_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP25 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP26_Pos                          26                                                        /*!< GPIO_PORT MPIN7: MPORTP26 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP26_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP26_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP26 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP27_Pos                          27                                                        /*!< GPIO_PORT MPIN7: MPORTP27 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP27_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP27_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP27 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP28_Pos                          28                                                        /*!< GPIO_PORT MPIN7: MPORTP28 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP28_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP28_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP28 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP29_Pos                          29                                                        /*!< GPIO_PORT MPIN7: MPORTP29 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP29_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP29_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP29 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP30_Pos                          30                                                        /*!< GPIO_PORT MPIN7: MPORTP30 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP30_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP30_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP30 Mask      */\r
-#define GPIO_PORT_MPIN7_MPORTP31_Pos                          31                                                        /*!< GPIO_PORT MPIN7: MPORTP31 Position  */\r
-#define GPIO_PORT_MPIN7_MPORTP31_Msk                          (0x01UL << GPIO_PORT_MPIN7_MPORTP31_Pos)                  /*!< GPIO_PORT MPIN7: MPORTP31 Mask      */\r
-\r
-// -------------------------------------  GPIO_PORT_SET0  -----------------------------------------\r
-#define GPIO_PORT_SET0_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET0: SETP0 Position      */\r
-#define GPIO_PORT_SET0_SETP0_Msk                              (0x01UL << GPIO_PORT_SET0_SETP0_Pos)                      /*!< GPIO_PORT SET0: SETP0 Mask          */\r
-#define GPIO_PORT_SET0_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET0: SETP1 Position      */\r
-#define GPIO_PORT_SET0_SETP1_Msk                              (0x01UL << GPIO_PORT_SET0_SETP1_Pos)                      /*!< GPIO_PORT SET0: SETP1 Mask          */\r
-#define GPIO_PORT_SET0_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET0: SETP2 Position      */\r
-#define GPIO_PORT_SET0_SETP2_Msk                              (0x01UL << GPIO_PORT_SET0_SETP2_Pos)                      /*!< GPIO_PORT SET0: SETP2 Mask          */\r
-#define GPIO_PORT_SET0_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET0: SETP3 Position      */\r
-#define GPIO_PORT_SET0_SETP3_Msk                              (0x01UL << GPIO_PORT_SET0_SETP3_Pos)                      /*!< GPIO_PORT SET0: SETP3 Mask          */\r
-#define GPIO_PORT_SET0_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET0: SETP4 Position      */\r
-#define GPIO_PORT_SET0_SETP4_Msk                              (0x01UL << GPIO_PORT_SET0_SETP4_Pos)                      /*!< GPIO_PORT SET0: SETP4 Mask          */\r
-#define GPIO_PORT_SET0_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET0: SETP5 Position      */\r
-#define GPIO_PORT_SET0_SETP5_Msk                              (0x01UL << GPIO_PORT_SET0_SETP5_Pos)                      /*!< GPIO_PORT SET0: SETP5 Mask          */\r
-#define GPIO_PORT_SET0_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET0: SETP6 Position      */\r
-#define GPIO_PORT_SET0_SETP6_Msk                              (0x01UL << GPIO_PORT_SET0_SETP6_Pos)                      /*!< GPIO_PORT SET0: SETP6 Mask          */\r
-#define GPIO_PORT_SET0_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET0: SETP7 Position      */\r
-#define GPIO_PORT_SET0_SETP7_Msk                              (0x01UL << GPIO_PORT_SET0_SETP7_Pos)                      /*!< GPIO_PORT SET0: SETP7 Mask          */\r
-#define GPIO_PORT_SET0_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET0: SETP8 Position      */\r
-#define GPIO_PORT_SET0_SETP8_Msk                              (0x01UL << GPIO_PORT_SET0_SETP8_Pos)                      /*!< GPIO_PORT SET0: SETP8 Mask          */\r
-#define GPIO_PORT_SET0_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET0: SETP9 Position      */\r
-#define GPIO_PORT_SET0_SETP9_Msk                              (0x01UL << GPIO_PORT_SET0_SETP9_Pos)                      /*!< GPIO_PORT SET0: SETP9 Mask          */\r
-#define GPIO_PORT_SET0_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET0: SETP10 Position     */\r
-#define GPIO_PORT_SET0_SETP10_Msk                             (0x01UL << GPIO_PORT_SET0_SETP10_Pos)                     /*!< GPIO_PORT SET0: SETP10 Mask         */\r
-#define GPIO_PORT_SET0_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET0: SETP11 Position     */\r
-#define GPIO_PORT_SET0_SETP11_Msk                             (0x01UL << GPIO_PORT_SET0_SETP11_Pos)                     /*!< GPIO_PORT SET0: SETP11 Mask         */\r
-#define GPIO_PORT_SET0_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET0: SETP12 Position     */\r
-#define GPIO_PORT_SET0_SETP12_Msk                             (0x01UL << GPIO_PORT_SET0_SETP12_Pos)                     /*!< GPIO_PORT SET0: SETP12 Mask         */\r
-#define GPIO_PORT_SET0_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET0: SETP13 Position     */\r
-#define GPIO_PORT_SET0_SETP13_Msk                             (0x01UL << GPIO_PORT_SET0_SETP13_Pos)                     /*!< GPIO_PORT SET0: SETP13 Mask         */\r
-#define GPIO_PORT_SET0_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET0: SETP14 Position     */\r
-#define GPIO_PORT_SET0_SETP14_Msk                             (0x01UL << GPIO_PORT_SET0_SETP14_Pos)                     /*!< GPIO_PORT SET0: SETP14 Mask         */\r
-#define GPIO_PORT_SET0_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET0: SETP15 Position     */\r
-#define GPIO_PORT_SET0_SETP15_Msk                             (0x01UL << GPIO_PORT_SET0_SETP15_Pos)                     /*!< GPIO_PORT SET0: SETP15 Mask         */\r
-#define GPIO_PORT_SET0_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET0: SETP16 Position     */\r
-#define GPIO_PORT_SET0_SETP16_Msk                             (0x01UL << GPIO_PORT_SET0_SETP16_Pos)                     /*!< GPIO_PORT SET0: SETP16 Mask         */\r
-#define GPIO_PORT_SET0_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET0: SETP17 Position     */\r
-#define GPIO_PORT_SET0_SETP17_Msk                             (0x01UL << GPIO_PORT_SET0_SETP17_Pos)                     /*!< GPIO_PORT SET0: SETP17 Mask         */\r
-#define GPIO_PORT_SET0_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET0: SETP18 Position     */\r
-#define GPIO_PORT_SET0_SETP18_Msk                             (0x01UL << GPIO_PORT_SET0_SETP18_Pos)                     /*!< GPIO_PORT SET0: SETP18 Mask         */\r
-#define GPIO_PORT_SET0_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET0: SETP19 Position     */\r
-#define GPIO_PORT_SET0_SETP19_Msk                             (0x01UL << GPIO_PORT_SET0_SETP19_Pos)                     /*!< GPIO_PORT SET0: SETP19 Mask         */\r
-#define GPIO_PORT_SET0_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET0: SETP20 Position     */\r
-#define GPIO_PORT_SET0_SETP20_Msk                             (0x01UL << GPIO_PORT_SET0_SETP20_Pos)                     /*!< GPIO_PORT SET0: SETP20 Mask         */\r
-#define GPIO_PORT_SET0_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET0: SETP21 Position     */\r
-#define GPIO_PORT_SET0_SETP21_Msk                             (0x01UL << GPIO_PORT_SET0_SETP21_Pos)                     /*!< GPIO_PORT SET0: SETP21 Mask         */\r
-#define GPIO_PORT_SET0_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET0: SETP22 Position     */\r
-#define GPIO_PORT_SET0_SETP22_Msk                             (0x01UL << GPIO_PORT_SET0_SETP22_Pos)                     /*!< GPIO_PORT SET0: SETP22 Mask         */\r
-#define GPIO_PORT_SET0_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET0: SETP23 Position     */\r
-#define GPIO_PORT_SET0_SETP23_Msk                             (0x01UL << GPIO_PORT_SET0_SETP23_Pos)                     /*!< GPIO_PORT SET0: SETP23 Mask         */\r
-#define GPIO_PORT_SET0_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET0: SETP24 Position     */\r
-#define GPIO_PORT_SET0_SETP24_Msk                             (0x01UL << GPIO_PORT_SET0_SETP24_Pos)                     /*!< GPIO_PORT SET0: SETP24 Mask         */\r
-#define GPIO_PORT_SET0_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET0: SETP25 Position     */\r
-#define GPIO_PORT_SET0_SETP25_Msk                             (0x01UL << GPIO_PORT_SET0_SETP25_Pos)                     /*!< GPIO_PORT SET0: SETP25 Mask         */\r
-#define GPIO_PORT_SET0_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET0: SETP26 Position     */\r
-#define GPIO_PORT_SET0_SETP26_Msk                             (0x01UL << GPIO_PORT_SET0_SETP26_Pos)                     /*!< GPIO_PORT SET0: SETP26 Mask         */\r
-#define GPIO_PORT_SET0_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET0: SETP27 Position     */\r
-#define GPIO_PORT_SET0_SETP27_Msk                             (0x01UL << GPIO_PORT_SET0_SETP27_Pos)                     /*!< GPIO_PORT SET0: SETP27 Mask         */\r
-#define GPIO_PORT_SET0_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET0: SETP28 Position     */\r
-#define GPIO_PORT_SET0_SETP28_Msk                             (0x01UL << GPIO_PORT_SET0_SETP28_Pos)                     /*!< GPIO_PORT SET0: SETP28 Mask         */\r
-#define GPIO_PORT_SET0_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET0: SETP29 Position     */\r
-#define GPIO_PORT_SET0_SETP29_Msk                             (0x01UL << GPIO_PORT_SET0_SETP29_Pos)                     /*!< GPIO_PORT SET0: SETP29 Mask         */\r
-#define GPIO_PORT_SET0_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET0: SETP30 Position     */\r
-#define GPIO_PORT_SET0_SETP30_Msk                             (0x01UL << GPIO_PORT_SET0_SETP30_Pos)                     /*!< GPIO_PORT SET0: SETP30 Mask         */\r
-#define GPIO_PORT_SET0_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET0: SETP31 Position     */\r
-#define GPIO_PORT_SET0_SETP31_Msk                             (0x01UL << GPIO_PORT_SET0_SETP31_Pos)                     /*!< GPIO_PORT SET0: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET1  -----------------------------------------\r
-#define GPIO_PORT_SET1_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET1: SETP0 Position      */\r
-#define GPIO_PORT_SET1_SETP0_Msk                              (0x01UL << GPIO_PORT_SET1_SETP0_Pos)                      /*!< GPIO_PORT SET1: SETP0 Mask          */\r
-#define GPIO_PORT_SET1_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET1: SETP1 Position      */\r
-#define GPIO_PORT_SET1_SETP1_Msk                              (0x01UL << GPIO_PORT_SET1_SETP1_Pos)                      /*!< GPIO_PORT SET1: SETP1 Mask          */\r
-#define GPIO_PORT_SET1_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET1: SETP2 Position      */\r
-#define GPIO_PORT_SET1_SETP2_Msk                              (0x01UL << GPIO_PORT_SET1_SETP2_Pos)                      /*!< GPIO_PORT SET1: SETP2 Mask          */\r
-#define GPIO_PORT_SET1_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET1: SETP3 Position      */\r
-#define GPIO_PORT_SET1_SETP3_Msk                              (0x01UL << GPIO_PORT_SET1_SETP3_Pos)                      /*!< GPIO_PORT SET1: SETP3 Mask          */\r
-#define GPIO_PORT_SET1_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET1: SETP4 Position      */\r
-#define GPIO_PORT_SET1_SETP4_Msk                              (0x01UL << GPIO_PORT_SET1_SETP4_Pos)                      /*!< GPIO_PORT SET1: SETP4 Mask          */\r
-#define GPIO_PORT_SET1_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET1: SETP5 Position      */\r
-#define GPIO_PORT_SET1_SETP5_Msk                              (0x01UL << GPIO_PORT_SET1_SETP5_Pos)                      /*!< GPIO_PORT SET1: SETP5 Mask          */\r
-#define GPIO_PORT_SET1_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET1: SETP6 Position      */\r
-#define GPIO_PORT_SET1_SETP6_Msk                              (0x01UL << GPIO_PORT_SET1_SETP6_Pos)                      /*!< GPIO_PORT SET1: SETP6 Mask          */\r
-#define GPIO_PORT_SET1_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET1: SETP7 Position      */\r
-#define GPIO_PORT_SET1_SETP7_Msk                              (0x01UL << GPIO_PORT_SET1_SETP7_Pos)                      /*!< GPIO_PORT SET1: SETP7 Mask          */\r
-#define GPIO_PORT_SET1_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET1: SETP8 Position      */\r
-#define GPIO_PORT_SET1_SETP8_Msk                              (0x01UL << GPIO_PORT_SET1_SETP8_Pos)                      /*!< GPIO_PORT SET1: SETP8 Mask          */\r
-#define GPIO_PORT_SET1_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET1: SETP9 Position      */\r
-#define GPIO_PORT_SET1_SETP9_Msk                              (0x01UL << GPIO_PORT_SET1_SETP9_Pos)                      /*!< GPIO_PORT SET1: SETP9 Mask          */\r
-#define GPIO_PORT_SET1_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET1: SETP10 Position     */\r
-#define GPIO_PORT_SET1_SETP10_Msk                             (0x01UL << GPIO_PORT_SET1_SETP10_Pos)                     /*!< GPIO_PORT SET1: SETP10 Mask         */\r
-#define GPIO_PORT_SET1_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET1: SETP11 Position     */\r
-#define GPIO_PORT_SET1_SETP11_Msk                             (0x01UL << GPIO_PORT_SET1_SETP11_Pos)                     /*!< GPIO_PORT SET1: SETP11 Mask         */\r
-#define GPIO_PORT_SET1_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET1: SETP12 Position     */\r
-#define GPIO_PORT_SET1_SETP12_Msk                             (0x01UL << GPIO_PORT_SET1_SETP12_Pos)                     /*!< GPIO_PORT SET1: SETP12 Mask         */\r
-#define GPIO_PORT_SET1_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET1: SETP13 Position     */\r
-#define GPIO_PORT_SET1_SETP13_Msk                             (0x01UL << GPIO_PORT_SET1_SETP13_Pos)                     /*!< GPIO_PORT SET1: SETP13 Mask         */\r
-#define GPIO_PORT_SET1_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET1: SETP14 Position     */\r
-#define GPIO_PORT_SET1_SETP14_Msk                             (0x01UL << GPIO_PORT_SET1_SETP14_Pos)                     /*!< GPIO_PORT SET1: SETP14 Mask         */\r
-#define GPIO_PORT_SET1_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET1: SETP15 Position     */\r
-#define GPIO_PORT_SET1_SETP15_Msk                             (0x01UL << GPIO_PORT_SET1_SETP15_Pos)                     /*!< GPIO_PORT SET1: SETP15 Mask         */\r
-#define GPIO_PORT_SET1_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET1: SETP16 Position     */\r
-#define GPIO_PORT_SET1_SETP16_Msk                             (0x01UL << GPIO_PORT_SET1_SETP16_Pos)                     /*!< GPIO_PORT SET1: SETP16 Mask         */\r
-#define GPIO_PORT_SET1_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET1: SETP17 Position     */\r
-#define GPIO_PORT_SET1_SETP17_Msk                             (0x01UL << GPIO_PORT_SET1_SETP17_Pos)                     /*!< GPIO_PORT SET1: SETP17 Mask         */\r
-#define GPIO_PORT_SET1_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET1: SETP18 Position     */\r
-#define GPIO_PORT_SET1_SETP18_Msk                             (0x01UL << GPIO_PORT_SET1_SETP18_Pos)                     /*!< GPIO_PORT SET1: SETP18 Mask         */\r
-#define GPIO_PORT_SET1_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET1: SETP19 Position     */\r
-#define GPIO_PORT_SET1_SETP19_Msk                             (0x01UL << GPIO_PORT_SET1_SETP19_Pos)                     /*!< GPIO_PORT SET1: SETP19 Mask         */\r
-#define GPIO_PORT_SET1_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET1: SETP20 Position     */\r
-#define GPIO_PORT_SET1_SETP20_Msk                             (0x01UL << GPIO_PORT_SET1_SETP20_Pos)                     /*!< GPIO_PORT SET1: SETP20 Mask         */\r
-#define GPIO_PORT_SET1_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET1: SETP21 Position     */\r
-#define GPIO_PORT_SET1_SETP21_Msk                             (0x01UL << GPIO_PORT_SET1_SETP21_Pos)                     /*!< GPIO_PORT SET1: SETP21 Mask         */\r
-#define GPIO_PORT_SET1_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET1: SETP22 Position     */\r
-#define GPIO_PORT_SET1_SETP22_Msk                             (0x01UL << GPIO_PORT_SET1_SETP22_Pos)                     /*!< GPIO_PORT SET1: SETP22 Mask         */\r
-#define GPIO_PORT_SET1_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET1: SETP23 Position     */\r
-#define GPIO_PORT_SET1_SETP23_Msk                             (0x01UL << GPIO_PORT_SET1_SETP23_Pos)                     /*!< GPIO_PORT SET1: SETP23 Mask         */\r
-#define GPIO_PORT_SET1_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET1: SETP24 Position     */\r
-#define GPIO_PORT_SET1_SETP24_Msk                             (0x01UL << GPIO_PORT_SET1_SETP24_Pos)                     /*!< GPIO_PORT SET1: SETP24 Mask         */\r
-#define GPIO_PORT_SET1_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET1: SETP25 Position     */\r
-#define GPIO_PORT_SET1_SETP25_Msk                             (0x01UL << GPIO_PORT_SET1_SETP25_Pos)                     /*!< GPIO_PORT SET1: SETP25 Mask         */\r
-#define GPIO_PORT_SET1_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET1: SETP26 Position     */\r
-#define GPIO_PORT_SET1_SETP26_Msk                             (0x01UL << GPIO_PORT_SET1_SETP26_Pos)                     /*!< GPIO_PORT SET1: SETP26 Mask         */\r
-#define GPIO_PORT_SET1_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET1: SETP27 Position     */\r
-#define GPIO_PORT_SET1_SETP27_Msk                             (0x01UL << GPIO_PORT_SET1_SETP27_Pos)                     /*!< GPIO_PORT SET1: SETP27 Mask         */\r
-#define GPIO_PORT_SET1_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET1: SETP28 Position     */\r
-#define GPIO_PORT_SET1_SETP28_Msk                             (0x01UL << GPIO_PORT_SET1_SETP28_Pos)                     /*!< GPIO_PORT SET1: SETP28 Mask         */\r
-#define GPIO_PORT_SET1_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET1: SETP29 Position     */\r
-#define GPIO_PORT_SET1_SETP29_Msk                             (0x01UL << GPIO_PORT_SET1_SETP29_Pos)                     /*!< GPIO_PORT SET1: SETP29 Mask         */\r
-#define GPIO_PORT_SET1_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET1: SETP30 Position     */\r
-#define GPIO_PORT_SET1_SETP30_Msk                             (0x01UL << GPIO_PORT_SET1_SETP30_Pos)                     /*!< GPIO_PORT SET1: SETP30 Mask         */\r
-#define GPIO_PORT_SET1_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET1: SETP31 Position     */\r
-#define GPIO_PORT_SET1_SETP31_Msk                             (0x01UL << GPIO_PORT_SET1_SETP31_Pos)                     /*!< GPIO_PORT SET1: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET2  -----------------------------------------\r
-#define GPIO_PORT_SET2_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET2: SETP0 Position      */\r
-#define GPIO_PORT_SET2_SETP0_Msk                              (0x01UL << GPIO_PORT_SET2_SETP0_Pos)                      /*!< GPIO_PORT SET2: SETP0 Mask          */\r
-#define GPIO_PORT_SET2_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET2: SETP1 Position      */\r
-#define GPIO_PORT_SET2_SETP1_Msk                              (0x01UL << GPIO_PORT_SET2_SETP1_Pos)                      /*!< GPIO_PORT SET2: SETP1 Mask          */\r
-#define GPIO_PORT_SET2_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET2: SETP2 Position      */\r
-#define GPIO_PORT_SET2_SETP2_Msk                              (0x01UL << GPIO_PORT_SET2_SETP2_Pos)                      /*!< GPIO_PORT SET2: SETP2 Mask          */\r
-#define GPIO_PORT_SET2_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET2: SETP3 Position      */\r
-#define GPIO_PORT_SET2_SETP3_Msk                              (0x01UL << GPIO_PORT_SET2_SETP3_Pos)                      /*!< GPIO_PORT SET2: SETP3 Mask          */\r
-#define GPIO_PORT_SET2_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET2: SETP4 Position      */\r
-#define GPIO_PORT_SET2_SETP4_Msk                              (0x01UL << GPIO_PORT_SET2_SETP4_Pos)                      /*!< GPIO_PORT SET2: SETP4 Mask          */\r
-#define GPIO_PORT_SET2_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET2: SETP5 Position      */\r
-#define GPIO_PORT_SET2_SETP5_Msk                              (0x01UL << GPIO_PORT_SET2_SETP5_Pos)                      /*!< GPIO_PORT SET2: SETP5 Mask          */\r
-#define GPIO_PORT_SET2_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET2: SETP6 Position      */\r
-#define GPIO_PORT_SET2_SETP6_Msk                              (0x01UL << GPIO_PORT_SET2_SETP6_Pos)                      /*!< GPIO_PORT SET2: SETP6 Mask          */\r
-#define GPIO_PORT_SET2_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET2: SETP7 Position      */\r
-#define GPIO_PORT_SET2_SETP7_Msk                              (0x01UL << GPIO_PORT_SET2_SETP7_Pos)                      /*!< GPIO_PORT SET2: SETP7 Mask          */\r
-#define GPIO_PORT_SET2_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET2: SETP8 Position      */\r
-#define GPIO_PORT_SET2_SETP8_Msk                              (0x01UL << GPIO_PORT_SET2_SETP8_Pos)                      /*!< GPIO_PORT SET2: SETP8 Mask          */\r
-#define GPIO_PORT_SET2_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET2: SETP9 Position      */\r
-#define GPIO_PORT_SET2_SETP9_Msk                              (0x01UL << GPIO_PORT_SET2_SETP9_Pos)                      /*!< GPIO_PORT SET2: SETP9 Mask          */\r
-#define GPIO_PORT_SET2_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET2: SETP10 Position     */\r
-#define GPIO_PORT_SET2_SETP10_Msk                             (0x01UL << GPIO_PORT_SET2_SETP10_Pos)                     /*!< GPIO_PORT SET2: SETP10 Mask         */\r
-#define GPIO_PORT_SET2_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET2: SETP11 Position     */\r
-#define GPIO_PORT_SET2_SETP11_Msk                             (0x01UL << GPIO_PORT_SET2_SETP11_Pos)                     /*!< GPIO_PORT SET2: SETP11 Mask         */\r
-#define GPIO_PORT_SET2_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET2: SETP12 Position     */\r
-#define GPIO_PORT_SET2_SETP12_Msk                             (0x01UL << GPIO_PORT_SET2_SETP12_Pos)                     /*!< GPIO_PORT SET2: SETP12 Mask         */\r
-#define GPIO_PORT_SET2_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET2: SETP13 Position     */\r
-#define GPIO_PORT_SET2_SETP13_Msk                             (0x01UL << GPIO_PORT_SET2_SETP13_Pos)                     /*!< GPIO_PORT SET2: SETP13 Mask         */\r
-#define GPIO_PORT_SET2_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET2: SETP14 Position     */\r
-#define GPIO_PORT_SET2_SETP14_Msk                             (0x01UL << GPIO_PORT_SET2_SETP14_Pos)                     /*!< GPIO_PORT SET2: SETP14 Mask         */\r
-#define GPIO_PORT_SET2_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET2: SETP15 Position     */\r
-#define GPIO_PORT_SET2_SETP15_Msk                             (0x01UL << GPIO_PORT_SET2_SETP15_Pos)                     /*!< GPIO_PORT SET2: SETP15 Mask         */\r
-#define GPIO_PORT_SET2_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET2: SETP16 Position     */\r
-#define GPIO_PORT_SET2_SETP16_Msk                             (0x01UL << GPIO_PORT_SET2_SETP16_Pos)                     /*!< GPIO_PORT SET2: SETP16 Mask         */\r
-#define GPIO_PORT_SET2_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET2: SETP17 Position     */\r
-#define GPIO_PORT_SET2_SETP17_Msk                             (0x01UL << GPIO_PORT_SET2_SETP17_Pos)                     /*!< GPIO_PORT SET2: SETP17 Mask         */\r
-#define GPIO_PORT_SET2_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET2: SETP18 Position     */\r
-#define GPIO_PORT_SET2_SETP18_Msk                             (0x01UL << GPIO_PORT_SET2_SETP18_Pos)                     /*!< GPIO_PORT SET2: SETP18 Mask         */\r
-#define GPIO_PORT_SET2_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET2: SETP19 Position     */\r
-#define GPIO_PORT_SET2_SETP19_Msk                             (0x01UL << GPIO_PORT_SET2_SETP19_Pos)                     /*!< GPIO_PORT SET2: SETP19 Mask         */\r
-#define GPIO_PORT_SET2_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET2: SETP20 Position     */\r
-#define GPIO_PORT_SET2_SETP20_Msk                             (0x01UL << GPIO_PORT_SET2_SETP20_Pos)                     /*!< GPIO_PORT SET2: SETP20 Mask         */\r
-#define GPIO_PORT_SET2_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET2: SETP21 Position     */\r
-#define GPIO_PORT_SET2_SETP21_Msk                             (0x01UL << GPIO_PORT_SET2_SETP21_Pos)                     /*!< GPIO_PORT SET2: SETP21 Mask         */\r
-#define GPIO_PORT_SET2_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET2: SETP22 Position     */\r
-#define GPIO_PORT_SET2_SETP22_Msk                             (0x01UL << GPIO_PORT_SET2_SETP22_Pos)                     /*!< GPIO_PORT SET2: SETP22 Mask         */\r
-#define GPIO_PORT_SET2_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET2: SETP23 Position     */\r
-#define GPIO_PORT_SET2_SETP23_Msk                             (0x01UL << GPIO_PORT_SET2_SETP23_Pos)                     /*!< GPIO_PORT SET2: SETP23 Mask         */\r
-#define GPIO_PORT_SET2_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET2: SETP24 Position     */\r
-#define GPIO_PORT_SET2_SETP24_Msk                             (0x01UL << GPIO_PORT_SET2_SETP24_Pos)                     /*!< GPIO_PORT SET2: SETP24 Mask         */\r
-#define GPIO_PORT_SET2_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET2: SETP25 Position     */\r
-#define GPIO_PORT_SET2_SETP25_Msk                             (0x01UL << GPIO_PORT_SET2_SETP25_Pos)                     /*!< GPIO_PORT SET2: SETP25 Mask         */\r
-#define GPIO_PORT_SET2_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET2: SETP26 Position     */\r
-#define GPIO_PORT_SET2_SETP26_Msk                             (0x01UL << GPIO_PORT_SET2_SETP26_Pos)                     /*!< GPIO_PORT SET2: SETP26 Mask         */\r
-#define GPIO_PORT_SET2_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET2: SETP27 Position     */\r
-#define GPIO_PORT_SET2_SETP27_Msk                             (0x01UL << GPIO_PORT_SET2_SETP27_Pos)                     /*!< GPIO_PORT SET2: SETP27 Mask         */\r
-#define GPIO_PORT_SET2_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET2: SETP28 Position     */\r
-#define GPIO_PORT_SET2_SETP28_Msk                             (0x01UL << GPIO_PORT_SET2_SETP28_Pos)                     /*!< GPIO_PORT SET2: SETP28 Mask         */\r
-#define GPIO_PORT_SET2_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET2: SETP29 Position     */\r
-#define GPIO_PORT_SET2_SETP29_Msk                             (0x01UL << GPIO_PORT_SET2_SETP29_Pos)                     /*!< GPIO_PORT SET2: SETP29 Mask         */\r
-#define GPIO_PORT_SET2_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET2: SETP30 Position     */\r
-#define GPIO_PORT_SET2_SETP30_Msk                             (0x01UL << GPIO_PORT_SET2_SETP30_Pos)                     /*!< GPIO_PORT SET2: SETP30 Mask         */\r
-#define GPIO_PORT_SET2_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET2: SETP31 Position     */\r
-#define GPIO_PORT_SET2_SETP31_Msk                             (0x01UL << GPIO_PORT_SET2_SETP31_Pos)                     /*!< GPIO_PORT SET2: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET3  -----------------------------------------\r
-#define GPIO_PORT_SET3_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET3: SETP0 Position      */\r
-#define GPIO_PORT_SET3_SETP0_Msk                              (0x01UL << GPIO_PORT_SET3_SETP0_Pos)                      /*!< GPIO_PORT SET3: SETP0 Mask          */\r
-#define GPIO_PORT_SET3_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET3: SETP1 Position      */\r
-#define GPIO_PORT_SET3_SETP1_Msk                              (0x01UL << GPIO_PORT_SET3_SETP1_Pos)                      /*!< GPIO_PORT SET3: SETP1 Mask          */\r
-#define GPIO_PORT_SET3_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET3: SETP2 Position      */\r
-#define GPIO_PORT_SET3_SETP2_Msk                              (0x01UL << GPIO_PORT_SET3_SETP2_Pos)                      /*!< GPIO_PORT SET3: SETP2 Mask          */\r
-#define GPIO_PORT_SET3_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET3: SETP3 Position      */\r
-#define GPIO_PORT_SET3_SETP3_Msk                              (0x01UL << GPIO_PORT_SET3_SETP3_Pos)                      /*!< GPIO_PORT SET3: SETP3 Mask          */\r
-#define GPIO_PORT_SET3_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET3: SETP4 Position      */\r
-#define GPIO_PORT_SET3_SETP4_Msk                              (0x01UL << GPIO_PORT_SET3_SETP4_Pos)                      /*!< GPIO_PORT SET3: SETP4 Mask          */\r
-#define GPIO_PORT_SET3_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET3: SETP5 Position      */\r
-#define GPIO_PORT_SET3_SETP5_Msk                              (0x01UL << GPIO_PORT_SET3_SETP5_Pos)                      /*!< GPIO_PORT SET3: SETP5 Mask          */\r
-#define GPIO_PORT_SET3_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET3: SETP6 Position      */\r
-#define GPIO_PORT_SET3_SETP6_Msk                              (0x01UL << GPIO_PORT_SET3_SETP6_Pos)                      /*!< GPIO_PORT SET3: SETP6 Mask          */\r
-#define GPIO_PORT_SET3_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET3: SETP7 Position      */\r
-#define GPIO_PORT_SET3_SETP7_Msk                              (0x01UL << GPIO_PORT_SET3_SETP7_Pos)                      /*!< GPIO_PORT SET3: SETP7 Mask          */\r
-#define GPIO_PORT_SET3_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET3: SETP8 Position      */\r
-#define GPIO_PORT_SET3_SETP8_Msk                              (0x01UL << GPIO_PORT_SET3_SETP8_Pos)                      /*!< GPIO_PORT SET3: SETP8 Mask          */\r
-#define GPIO_PORT_SET3_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET3: SETP9 Position      */\r
-#define GPIO_PORT_SET3_SETP9_Msk                              (0x01UL << GPIO_PORT_SET3_SETP9_Pos)                      /*!< GPIO_PORT SET3: SETP9 Mask          */\r
-#define GPIO_PORT_SET3_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET3: SETP10 Position     */\r
-#define GPIO_PORT_SET3_SETP10_Msk                             (0x01UL << GPIO_PORT_SET3_SETP10_Pos)                     /*!< GPIO_PORT SET3: SETP10 Mask         */\r
-#define GPIO_PORT_SET3_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET3: SETP11 Position     */\r
-#define GPIO_PORT_SET3_SETP11_Msk                             (0x01UL << GPIO_PORT_SET3_SETP11_Pos)                     /*!< GPIO_PORT SET3: SETP11 Mask         */\r
-#define GPIO_PORT_SET3_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET3: SETP12 Position     */\r
-#define GPIO_PORT_SET3_SETP12_Msk                             (0x01UL << GPIO_PORT_SET3_SETP12_Pos)                     /*!< GPIO_PORT SET3: SETP12 Mask         */\r
-#define GPIO_PORT_SET3_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET3: SETP13 Position     */\r
-#define GPIO_PORT_SET3_SETP13_Msk                             (0x01UL << GPIO_PORT_SET3_SETP13_Pos)                     /*!< GPIO_PORT SET3: SETP13 Mask         */\r
-#define GPIO_PORT_SET3_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET3: SETP14 Position     */\r
-#define GPIO_PORT_SET3_SETP14_Msk                             (0x01UL << GPIO_PORT_SET3_SETP14_Pos)                     /*!< GPIO_PORT SET3: SETP14 Mask         */\r
-#define GPIO_PORT_SET3_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET3: SETP15 Position     */\r
-#define GPIO_PORT_SET3_SETP15_Msk                             (0x01UL << GPIO_PORT_SET3_SETP15_Pos)                     /*!< GPIO_PORT SET3: SETP15 Mask         */\r
-#define GPIO_PORT_SET3_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET3: SETP16 Position     */\r
-#define GPIO_PORT_SET3_SETP16_Msk                             (0x01UL << GPIO_PORT_SET3_SETP16_Pos)                     /*!< GPIO_PORT SET3: SETP16 Mask         */\r
-#define GPIO_PORT_SET3_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET3: SETP17 Position     */\r
-#define GPIO_PORT_SET3_SETP17_Msk                             (0x01UL << GPIO_PORT_SET3_SETP17_Pos)                     /*!< GPIO_PORT SET3: SETP17 Mask         */\r
-#define GPIO_PORT_SET3_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET3: SETP18 Position     */\r
-#define GPIO_PORT_SET3_SETP18_Msk                             (0x01UL << GPIO_PORT_SET3_SETP18_Pos)                     /*!< GPIO_PORT SET3: SETP18 Mask         */\r
-#define GPIO_PORT_SET3_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET3: SETP19 Position     */\r
-#define GPIO_PORT_SET3_SETP19_Msk                             (0x01UL << GPIO_PORT_SET3_SETP19_Pos)                     /*!< GPIO_PORT SET3: SETP19 Mask         */\r
-#define GPIO_PORT_SET3_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET3: SETP20 Position     */\r
-#define GPIO_PORT_SET3_SETP20_Msk                             (0x01UL << GPIO_PORT_SET3_SETP20_Pos)                     /*!< GPIO_PORT SET3: SETP20 Mask         */\r
-#define GPIO_PORT_SET3_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET3: SETP21 Position     */\r
-#define GPIO_PORT_SET3_SETP21_Msk                             (0x01UL << GPIO_PORT_SET3_SETP21_Pos)                     /*!< GPIO_PORT SET3: SETP21 Mask         */\r
-#define GPIO_PORT_SET3_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET3: SETP22 Position     */\r
-#define GPIO_PORT_SET3_SETP22_Msk                             (0x01UL << GPIO_PORT_SET3_SETP22_Pos)                     /*!< GPIO_PORT SET3: SETP22 Mask         */\r
-#define GPIO_PORT_SET3_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET3: SETP23 Position     */\r
-#define GPIO_PORT_SET3_SETP23_Msk                             (0x01UL << GPIO_PORT_SET3_SETP23_Pos)                     /*!< GPIO_PORT SET3: SETP23 Mask         */\r
-#define GPIO_PORT_SET3_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET3: SETP24 Position     */\r
-#define GPIO_PORT_SET3_SETP24_Msk                             (0x01UL << GPIO_PORT_SET3_SETP24_Pos)                     /*!< GPIO_PORT SET3: SETP24 Mask         */\r
-#define GPIO_PORT_SET3_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET3: SETP25 Position     */\r
-#define GPIO_PORT_SET3_SETP25_Msk                             (0x01UL << GPIO_PORT_SET3_SETP25_Pos)                     /*!< GPIO_PORT SET3: SETP25 Mask         */\r
-#define GPIO_PORT_SET3_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET3: SETP26 Position     */\r
-#define GPIO_PORT_SET3_SETP26_Msk                             (0x01UL << GPIO_PORT_SET3_SETP26_Pos)                     /*!< GPIO_PORT SET3: SETP26 Mask         */\r
-#define GPIO_PORT_SET3_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET3: SETP27 Position     */\r
-#define GPIO_PORT_SET3_SETP27_Msk                             (0x01UL << GPIO_PORT_SET3_SETP27_Pos)                     /*!< GPIO_PORT SET3: SETP27 Mask         */\r
-#define GPIO_PORT_SET3_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET3: SETP28 Position     */\r
-#define GPIO_PORT_SET3_SETP28_Msk                             (0x01UL << GPIO_PORT_SET3_SETP28_Pos)                     /*!< GPIO_PORT SET3: SETP28 Mask         */\r
-#define GPIO_PORT_SET3_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET3: SETP29 Position     */\r
-#define GPIO_PORT_SET3_SETP29_Msk                             (0x01UL << GPIO_PORT_SET3_SETP29_Pos)                     /*!< GPIO_PORT SET3: SETP29 Mask         */\r
-#define GPIO_PORT_SET3_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET3: SETP30 Position     */\r
-#define GPIO_PORT_SET3_SETP30_Msk                             (0x01UL << GPIO_PORT_SET3_SETP30_Pos)                     /*!< GPIO_PORT SET3: SETP30 Mask         */\r
-#define GPIO_PORT_SET3_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET3: SETP31 Position     */\r
-#define GPIO_PORT_SET3_SETP31_Msk                             (0x01UL << GPIO_PORT_SET3_SETP31_Pos)                     /*!< GPIO_PORT SET3: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET4  -----------------------------------------\r
-#define GPIO_PORT_SET4_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET4: SETP0 Position      */\r
-#define GPIO_PORT_SET4_SETP0_Msk                              (0x01UL << GPIO_PORT_SET4_SETP0_Pos)                      /*!< GPIO_PORT SET4: SETP0 Mask          */\r
-#define GPIO_PORT_SET4_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET4: SETP1 Position      */\r
-#define GPIO_PORT_SET4_SETP1_Msk                              (0x01UL << GPIO_PORT_SET4_SETP1_Pos)                      /*!< GPIO_PORT SET4: SETP1 Mask          */\r
-#define GPIO_PORT_SET4_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET4: SETP2 Position      */\r
-#define GPIO_PORT_SET4_SETP2_Msk                              (0x01UL << GPIO_PORT_SET4_SETP2_Pos)                      /*!< GPIO_PORT SET4: SETP2 Mask          */\r
-#define GPIO_PORT_SET4_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET4: SETP3 Position      */\r
-#define GPIO_PORT_SET4_SETP3_Msk                              (0x01UL << GPIO_PORT_SET4_SETP3_Pos)                      /*!< GPIO_PORT SET4: SETP3 Mask          */\r
-#define GPIO_PORT_SET4_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET4: SETP4 Position      */\r
-#define GPIO_PORT_SET4_SETP4_Msk                              (0x01UL << GPIO_PORT_SET4_SETP4_Pos)                      /*!< GPIO_PORT SET4: SETP4 Mask          */\r
-#define GPIO_PORT_SET4_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET4: SETP5 Position      */\r
-#define GPIO_PORT_SET4_SETP5_Msk                              (0x01UL << GPIO_PORT_SET4_SETP5_Pos)                      /*!< GPIO_PORT SET4: SETP5 Mask          */\r
-#define GPIO_PORT_SET4_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET4: SETP6 Position      */\r
-#define GPIO_PORT_SET4_SETP6_Msk                              (0x01UL << GPIO_PORT_SET4_SETP6_Pos)                      /*!< GPIO_PORT SET4: SETP6 Mask          */\r
-#define GPIO_PORT_SET4_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET4: SETP7 Position      */\r
-#define GPIO_PORT_SET4_SETP7_Msk                              (0x01UL << GPIO_PORT_SET4_SETP7_Pos)                      /*!< GPIO_PORT SET4: SETP7 Mask          */\r
-#define GPIO_PORT_SET4_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET4: SETP8 Position      */\r
-#define GPIO_PORT_SET4_SETP8_Msk                              (0x01UL << GPIO_PORT_SET4_SETP8_Pos)                      /*!< GPIO_PORT SET4: SETP8 Mask          */\r
-#define GPIO_PORT_SET4_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET4: SETP9 Position      */\r
-#define GPIO_PORT_SET4_SETP9_Msk                              (0x01UL << GPIO_PORT_SET4_SETP9_Pos)                      /*!< GPIO_PORT SET4: SETP9 Mask          */\r
-#define GPIO_PORT_SET4_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET4: SETP10 Position     */\r
-#define GPIO_PORT_SET4_SETP10_Msk                             (0x01UL << GPIO_PORT_SET4_SETP10_Pos)                     /*!< GPIO_PORT SET4: SETP10 Mask         */\r
-#define GPIO_PORT_SET4_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET4: SETP11 Position     */\r
-#define GPIO_PORT_SET4_SETP11_Msk                             (0x01UL << GPIO_PORT_SET4_SETP11_Pos)                     /*!< GPIO_PORT SET4: SETP11 Mask         */\r
-#define GPIO_PORT_SET4_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET4: SETP12 Position     */\r
-#define GPIO_PORT_SET4_SETP12_Msk                             (0x01UL << GPIO_PORT_SET4_SETP12_Pos)                     /*!< GPIO_PORT SET4: SETP12 Mask         */\r
-#define GPIO_PORT_SET4_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET4: SETP13 Position     */\r
-#define GPIO_PORT_SET4_SETP13_Msk                             (0x01UL << GPIO_PORT_SET4_SETP13_Pos)                     /*!< GPIO_PORT SET4: SETP13 Mask         */\r
-#define GPIO_PORT_SET4_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET4: SETP14 Position     */\r
-#define GPIO_PORT_SET4_SETP14_Msk                             (0x01UL << GPIO_PORT_SET4_SETP14_Pos)                     /*!< GPIO_PORT SET4: SETP14 Mask         */\r
-#define GPIO_PORT_SET4_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET4: SETP15 Position     */\r
-#define GPIO_PORT_SET4_SETP15_Msk                             (0x01UL << GPIO_PORT_SET4_SETP15_Pos)                     /*!< GPIO_PORT SET4: SETP15 Mask         */\r
-#define GPIO_PORT_SET4_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET4: SETP16 Position     */\r
-#define GPIO_PORT_SET4_SETP16_Msk                             (0x01UL << GPIO_PORT_SET4_SETP16_Pos)                     /*!< GPIO_PORT SET4: SETP16 Mask         */\r
-#define GPIO_PORT_SET4_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET4: SETP17 Position     */\r
-#define GPIO_PORT_SET4_SETP17_Msk                             (0x01UL << GPIO_PORT_SET4_SETP17_Pos)                     /*!< GPIO_PORT SET4: SETP17 Mask         */\r
-#define GPIO_PORT_SET4_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET4: SETP18 Position     */\r
-#define GPIO_PORT_SET4_SETP18_Msk                             (0x01UL << GPIO_PORT_SET4_SETP18_Pos)                     /*!< GPIO_PORT SET4: SETP18 Mask         */\r
-#define GPIO_PORT_SET4_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET4: SETP19 Position     */\r
-#define GPIO_PORT_SET4_SETP19_Msk                             (0x01UL << GPIO_PORT_SET4_SETP19_Pos)                     /*!< GPIO_PORT SET4: SETP19 Mask         */\r
-#define GPIO_PORT_SET4_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET4: SETP20 Position     */\r
-#define GPIO_PORT_SET4_SETP20_Msk                             (0x01UL << GPIO_PORT_SET4_SETP20_Pos)                     /*!< GPIO_PORT SET4: SETP20 Mask         */\r
-#define GPIO_PORT_SET4_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET4: SETP21 Position     */\r
-#define GPIO_PORT_SET4_SETP21_Msk                             (0x01UL << GPIO_PORT_SET4_SETP21_Pos)                     /*!< GPIO_PORT SET4: SETP21 Mask         */\r
-#define GPIO_PORT_SET4_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET4: SETP22 Position     */\r
-#define GPIO_PORT_SET4_SETP22_Msk                             (0x01UL << GPIO_PORT_SET4_SETP22_Pos)                     /*!< GPIO_PORT SET4: SETP22 Mask         */\r
-#define GPIO_PORT_SET4_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET4: SETP23 Position     */\r
-#define GPIO_PORT_SET4_SETP23_Msk                             (0x01UL << GPIO_PORT_SET4_SETP23_Pos)                     /*!< GPIO_PORT SET4: SETP23 Mask         */\r
-#define GPIO_PORT_SET4_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET4: SETP24 Position     */\r
-#define GPIO_PORT_SET4_SETP24_Msk                             (0x01UL << GPIO_PORT_SET4_SETP24_Pos)                     /*!< GPIO_PORT SET4: SETP24 Mask         */\r
-#define GPIO_PORT_SET4_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET4: SETP25 Position     */\r
-#define GPIO_PORT_SET4_SETP25_Msk                             (0x01UL << GPIO_PORT_SET4_SETP25_Pos)                     /*!< GPIO_PORT SET4: SETP25 Mask         */\r
-#define GPIO_PORT_SET4_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET4: SETP26 Position     */\r
-#define GPIO_PORT_SET4_SETP26_Msk                             (0x01UL << GPIO_PORT_SET4_SETP26_Pos)                     /*!< GPIO_PORT SET4: SETP26 Mask         */\r
-#define GPIO_PORT_SET4_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET4: SETP27 Position     */\r
-#define GPIO_PORT_SET4_SETP27_Msk                             (0x01UL << GPIO_PORT_SET4_SETP27_Pos)                     /*!< GPIO_PORT SET4: SETP27 Mask         */\r
-#define GPIO_PORT_SET4_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET4: SETP28 Position     */\r
-#define GPIO_PORT_SET4_SETP28_Msk                             (0x01UL << GPIO_PORT_SET4_SETP28_Pos)                     /*!< GPIO_PORT SET4: SETP28 Mask         */\r
-#define GPIO_PORT_SET4_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET4: SETP29 Position     */\r
-#define GPIO_PORT_SET4_SETP29_Msk                             (0x01UL << GPIO_PORT_SET4_SETP29_Pos)                     /*!< GPIO_PORT SET4: SETP29 Mask         */\r
-#define GPIO_PORT_SET4_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET4: SETP30 Position     */\r
-#define GPIO_PORT_SET4_SETP30_Msk                             (0x01UL << GPIO_PORT_SET4_SETP30_Pos)                     /*!< GPIO_PORT SET4: SETP30 Mask         */\r
-#define GPIO_PORT_SET4_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET4: SETP31 Position     */\r
-#define GPIO_PORT_SET4_SETP31_Msk                             (0x01UL << GPIO_PORT_SET4_SETP31_Pos)                     /*!< GPIO_PORT SET4: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET5  -----------------------------------------\r
-#define GPIO_PORT_SET5_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET5: SETP0 Position      */\r
-#define GPIO_PORT_SET5_SETP0_Msk                              (0x01UL << GPIO_PORT_SET5_SETP0_Pos)                      /*!< GPIO_PORT SET5: SETP0 Mask          */\r
-#define GPIO_PORT_SET5_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET5: SETP1 Position      */\r
-#define GPIO_PORT_SET5_SETP1_Msk                              (0x01UL << GPIO_PORT_SET5_SETP1_Pos)                      /*!< GPIO_PORT SET5: SETP1 Mask          */\r
-#define GPIO_PORT_SET5_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET5: SETP2 Position      */\r
-#define GPIO_PORT_SET5_SETP2_Msk                              (0x01UL << GPIO_PORT_SET5_SETP2_Pos)                      /*!< GPIO_PORT SET5: SETP2 Mask          */\r
-#define GPIO_PORT_SET5_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET5: SETP3 Position      */\r
-#define GPIO_PORT_SET5_SETP3_Msk                              (0x01UL << GPIO_PORT_SET5_SETP3_Pos)                      /*!< GPIO_PORT SET5: SETP3 Mask          */\r
-#define GPIO_PORT_SET5_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET5: SETP4 Position      */\r
-#define GPIO_PORT_SET5_SETP4_Msk                              (0x01UL << GPIO_PORT_SET5_SETP4_Pos)                      /*!< GPIO_PORT SET5: SETP4 Mask          */\r
-#define GPIO_PORT_SET5_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET5: SETP5 Position      */\r
-#define GPIO_PORT_SET5_SETP5_Msk                              (0x01UL << GPIO_PORT_SET5_SETP5_Pos)                      /*!< GPIO_PORT SET5: SETP5 Mask          */\r
-#define GPIO_PORT_SET5_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET5: SETP6 Position      */\r
-#define GPIO_PORT_SET5_SETP6_Msk                              (0x01UL << GPIO_PORT_SET5_SETP6_Pos)                      /*!< GPIO_PORT SET5: SETP6 Mask          */\r
-#define GPIO_PORT_SET5_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET5: SETP7 Position      */\r
-#define GPIO_PORT_SET5_SETP7_Msk                              (0x01UL << GPIO_PORT_SET5_SETP7_Pos)                      /*!< GPIO_PORT SET5: SETP7 Mask          */\r
-#define GPIO_PORT_SET5_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET5: SETP8 Position      */\r
-#define GPIO_PORT_SET5_SETP8_Msk                              (0x01UL << GPIO_PORT_SET5_SETP8_Pos)                      /*!< GPIO_PORT SET5: SETP8 Mask          */\r
-#define GPIO_PORT_SET5_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET5: SETP9 Position      */\r
-#define GPIO_PORT_SET5_SETP9_Msk                              (0x01UL << GPIO_PORT_SET5_SETP9_Pos)                      /*!< GPIO_PORT SET5: SETP9 Mask          */\r
-#define GPIO_PORT_SET5_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET5: SETP10 Position     */\r
-#define GPIO_PORT_SET5_SETP10_Msk                             (0x01UL << GPIO_PORT_SET5_SETP10_Pos)                     /*!< GPIO_PORT SET5: SETP10 Mask         */\r
-#define GPIO_PORT_SET5_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET5: SETP11 Position     */\r
-#define GPIO_PORT_SET5_SETP11_Msk                             (0x01UL << GPIO_PORT_SET5_SETP11_Pos)                     /*!< GPIO_PORT SET5: SETP11 Mask         */\r
-#define GPIO_PORT_SET5_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET5: SETP12 Position     */\r
-#define GPIO_PORT_SET5_SETP12_Msk                             (0x01UL << GPIO_PORT_SET5_SETP12_Pos)                     /*!< GPIO_PORT SET5: SETP12 Mask         */\r
-#define GPIO_PORT_SET5_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET5: SETP13 Position     */\r
-#define GPIO_PORT_SET5_SETP13_Msk                             (0x01UL << GPIO_PORT_SET5_SETP13_Pos)                     /*!< GPIO_PORT SET5: SETP13 Mask         */\r
-#define GPIO_PORT_SET5_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET5: SETP14 Position     */\r
-#define GPIO_PORT_SET5_SETP14_Msk                             (0x01UL << GPIO_PORT_SET5_SETP14_Pos)                     /*!< GPIO_PORT SET5: SETP14 Mask         */\r
-#define GPIO_PORT_SET5_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET5: SETP15 Position     */\r
-#define GPIO_PORT_SET5_SETP15_Msk                             (0x01UL << GPIO_PORT_SET5_SETP15_Pos)                     /*!< GPIO_PORT SET5: SETP15 Mask         */\r
-#define GPIO_PORT_SET5_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET5: SETP16 Position     */\r
-#define GPIO_PORT_SET5_SETP16_Msk                             (0x01UL << GPIO_PORT_SET5_SETP16_Pos)                     /*!< GPIO_PORT SET5: SETP16 Mask         */\r
-#define GPIO_PORT_SET5_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET5: SETP17 Position     */\r
-#define GPIO_PORT_SET5_SETP17_Msk                             (0x01UL << GPIO_PORT_SET5_SETP17_Pos)                     /*!< GPIO_PORT SET5: SETP17 Mask         */\r
-#define GPIO_PORT_SET5_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET5: SETP18 Position     */\r
-#define GPIO_PORT_SET5_SETP18_Msk                             (0x01UL << GPIO_PORT_SET5_SETP18_Pos)                     /*!< GPIO_PORT SET5: SETP18 Mask         */\r
-#define GPIO_PORT_SET5_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET5: SETP19 Position     */\r
-#define GPIO_PORT_SET5_SETP19_Msk                             (0x01UL << GPIO_PORT_SET5_SETP19_Pos)                     /*!< GPIO_PORT SET5: SETP19 Mask         */\r
-#define GPIO_PORT_SET5_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET5: SETP20 Position     */\r
-#define GPIO_PORT_SET5_SETP20_Msk                             (0x01UL << GPIO_PORT_SET5_SETP20_Pos)                     /*!< GPIO_PORT SET5: SETP20 Mask         */\r
-#define GPIO_PORT_SET5_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET5: SETP21 Position     */\r
-#define GPIO_PORT_SET5_SETP21_Msk                             (0x01UL << GPIO_PORT_SET5_SETP21_Pos)                     /*!< GPIO_PORT SET5: SETP21 Mask         */\r
-#define GPIO_PORT_SET5_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET5: SETP22 Position     */\r
-#define GPIO_PORT_SET5_SETP22_Msk                             (0x01UL << GPIO_PORT_SET5_SETP22_Pos)                     /*!< GPIO_PORT SET5: SETP22 Mask         */\r
-#define GPIO_PORT_SET5_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET5: SETP23 Position     */\r
-#define GPIO_PORT_SET5_SETP23_Msk                             (0x01UL << GPIO_PORT_SET5_SETP23_Pos)                     /*!< GPIO_PORT SET5: SETP23 Mask         */\r
-#define GPIO_PORT_SET5_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET5: SETP24 Position     */\r
-#define GPIO_PORT_SET5_SETP24_Msk                             (0x01UL << GPIO_PORT_SET5_SETP24_Pos)                     /*!< GPIO_PORT SET5: SETP24 Mask         */\r
-#define GPIO_PORT_SET5_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET5: SETP25 Position     */\r
-#define GPIO_PORT_SET5_SETP25_Msk                             (0x01UL << GPIO_PORT_SET5_SETP25_Pos)                     /*!< GPIO_PORT SET5: SETP25 Mask         */\r
-#define GPIO_PORT_SET5_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET5: SETP26 Position     */\r
-#define GPIO_PORT_SET5_SETP26_Msk                             (0x01UL << GPIO_PORT_SET5_SETP26_Pos)                     /*!< GPIO_PORT SET5: SETP26 Mask         */\r
-#define GPIO_PORT_SET5_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET5: SETP27 Position     */\r
-#define GPIO_PORT_SET5_SETP27_Msk                             (0x01UL << GPIO_PORT_SET5_SETP27_Pos)                     /*!< GPIO_PORT SET5: SETP27 Mask         */\r
-#define GPIO_PORT_SET5_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET5: SETP28 Position     */\r
-#define GPIO_PORT_SET5_SETP28_Msk                             (0x01UL << GPIO_PORT_SET5_SETP28_Pos)                     /*!< GPIO_PORT SET5: SETP28 Mask         */\r
-#define GPIO_PORT_SET5_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET5: SETP29 Position     */\r
-#define GPIO_PORT_SET5_SETP29_Msk                             (0x01UL << GPIO_PORT_SET5_SETP29_Pos)                     /*!< GPIO_PORT SET5: SETP29 Mask         */\r
-#define GPIO_PORT_SET5_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET5: SETP30 Position     */\r
-#define GPIO_PORT_SET5_SETP30_Msk                             (0x01UL << GPIO_PORT_SET5_SETP30_Pos)                     /*!< GPIO_PORT SET5: SETP30 Mask         */\r
-#define GPIO_PORT_SET5_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET5: SETP31 Position     */\r
-#define GPIO_PORT_SET5_SETP31_Msk                             (0x01UL << GPIO_PORT_SET5_SETP31_Pos)                     /*!< GPIO_PORT SET5: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET6  -----------------------------------------\r
-#define GPIO_PORT_SET6_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET6: SETP0 Position      */\r
-#define GPIO_PORT_SET6_SETP0_Msk                              (0x01UL << GPIO_PORT_SET6_SETP0_Pos)                      /*!< GPIO_PORT SET6: SETP0 Mask          */\r
-#define GPIO_PORT_SET6_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET6: SETP1 Position      */\r
-#define GPIO_PORT_SET6_SETP1_Msk                              (0x01UL << GPIO_PORT_SET6_SETP1_Pos)                      /*!< GPIO_PORT SET6: SETP1 Mask          */\r
-#define GPIO_PORT_SET6_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET6: SETP2 Position      */\r
-#define GPIO_PORT_SET6_SETP2_Msk                              (0x01UL << GPIO_PORT_SET6_SETP2_Pos)                      /*!< GPIO_PORT SET6: SETP2 Mask          */\r
-#define GPIO_PORT_SET6_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET6: SETP3 Position      */\r
-#define GPIO_PORT_SET6_SETP3_Msk                              (0x01UL << GPIO_PORT_SET6_SETP3_Pos)                      /*!< GPIO_PORT SET6: SETP3 Mask          */\r
-#define GPIO_PORT_SET6_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET6: SETP4 Position      */\r
-#define GPIO_PORT_SET6_SETP4_Msk                              (0x01UL << GPIO_PORT_SET6_SETP4_Pos)                      /*!< GPIO_PORT SET6: SETP4 Mask          */\r
-#define GPIO_PORT_SET6_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET6: SETP5 Position      */\r
-#define GPIO_PORT_SET6_SETP5_Msk                              (0x01UL << GPIO_PORT_SET6_SETP5_Pos)                      /*!< GPIO_PORT SET6: SETP5 Mask          */\r
-#define GPIO_PORT_SET6_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET6: SETP6 Position      */\r
-#define GPIO_PORT_SET6_SETP6_Msk                              (0x01UL << GPIO_PORT_SET6_SETP6_Pos)                      /*!< GPIO_PORT SET6: SETP6 Mask          */\r
-#define GPIO_PORT_SET6_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET6: SETP7 Position      */\r
-#define GPIO_PORT_SET6_SETP7_Msk                              (0x01UL << GPIO_PORT_SET6_SETP7_Pos)                      /*!< GPIO_PORT SET6: SETP7 Mask          */\r
-#define GPIO_PORT_SET6_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET6: SETP8 Position      */\r
-#define GPIO_PORT_SET6_SETP8_Msk                              (0x01UL << GPIO_PORT_SET6_SETP8_Pos)                      /*!< GPIO_PORT SET6: SETP8 Mask          */\r
-#define GPIO_PORT_SET6_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET6: SETP9 Position      */\r
-#define GPIO_PORT_SET6_SETP9_Msk                              (0x01UL << GPIO_PORT_SET6_SETP9_Pos)                      /*!< GPIO_PORT SET6: SETP9 Mask          */\r
-#define GPIO_PORT_SET6_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET6: SETP10 Position     */\r
-#define GPIO_PORT_SET6_SETP10_Msk                             (0x01UL << GPIO_PORT_SET6_SETP10_Pos)                     /*!< GPIO_PORT SET6: SETP10 Mask         */\r
-#define GPIO_PORT_SET6_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET6: SETP11 Position     */\r
-#define GPIO_PORT_SET6_SETP11_Msk                             (0x01UL << GPIO_PORT_SET6_SETP11_Pos)                     /*!< GPIO_PORT SET6: SETP11 Mask         */\r
-#define GPIO_PORT_SET6_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET6: SETP12 Position     */\r
-#define GPIO_PORT_SET6_SETP12_Msk                             (0x01UL << GPIO_PORT_SET6_SETP12_Pos)                     /*!< GPIO_PORT SET6: SETP12 Mask         */\r
-#define GPIO_PORT_SET6_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET6: SETP13 Position     */\r
-#define GPIO_PORT_SET6_SETP13_Msk                             (0x01UL << GPIO_PORT_SET6_SETP13_Pos)                     /*!< GPIO_PORT SET6: SETP13 Mask         */\r
-#define GPIO_PORT_SET6_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET6: SETP14 Position     */\r
-#define GPIO_PORT_SET6_SETP14_Msk                             (0x01UL << GPIO_PORT_SET6_SETP14_Pos)                     /*!< GPIO_PORT SET6: SETP14 Mask         */\r
-#define GPIO_PORT_SET6_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET6: SETP15 Position     */\r
-#define GPIO_PORT_SET6_SETP15_Msk                             (0x01UL << GPIO_PORT_SET6_SETP15_Pos)                     /*!< GPIO_PORT SET6: SETP15 Mask         */\r
-#define GPIO_PORT_SET6_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET6: SETP16 Position     */\r
-#define GPIO_PORT_SET6_SETP16_Msk                             (0x01UL << GPIO_PORT_SET6_SETP16_Pos)                     /*!< GPIO_PORT SET6: SETP16 Mask         */\r
-#define GPIO_PORT_SET6_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET6: SETP17 Position     */\r
-#define GPIO_PORT_SET6_SETP17_Msk                             (0x01UL << GPIO_PORT_SET6_SETP17_Pos)                     /*!< GPIO_PORT SET6: SETP17 Mask         */\r
-#define GPIO_PORT_SET6_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET6: SETP18 Position     */\r
-#define GPIO_PORT_SET6_SETP18_Msk                             (0x01UL << GPIO_PORT_SET6_SETP18_Pos)                     /*!< GPIO_PORT SET6: SETP18 Mask         */\r
-#define GPIO_PORT_SET6_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET6: SETP19 Position     */\r
-#define GPIO_PORT_SET6_SETP19_Msk                             (0x01UL << GPIO_PORT_SET6_SETP19_Pos)                     /*!< GPIO_PORT SET6: SETP19 Mask         */\r
-#define GPIO_PORT_SET6_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET6: SETP20 Position     */\r
-#define GPIO_PORT_SET6_SETP20_Msk                             (0x01UL << GPIO_PORT_SET6_SETP20_Pos)                     /*!< GPIO_PORT SET6: SETP20 Mask         */\r
-#define GPIO_PORT_SET6_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET6: SETP21 Position     */\r
-#define GPIO_PORT_SET6_SETP21_Msk                             (0x01UL << GPIO_PORT_SET6_SETP21_Pos)                     /*!< GPIO_PORT SET6: SETP21 Mask         */\r
-#define GPIO_PORT_SET6_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET6: SETP22 Position     */\r
-#define GPIO_PORT_SET6_SETP22_Msk                             (0x01UL << GPIO_PORT_SET6_SETP22_Pos)                     /*!< GPIO_PORT SET6: SETP22 Mask         */\r
-#define GPIO_PORT_SET6_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET6: SETP23 Position     */\r
-#define GPIO_PORT_SET6_SETP23_Msk                             (0x01UL << GPIO_PORT_SET6_SETP23_Pos)                     /*!< GPIO_PORT SET6: SETP23 Mask         */\r
-#define GPIO_PORT_SET6_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET6: SETP24 Position     */\r
-#define GPIO_PORT_SET6_SETP24_Msk                             (0x01UL << GPIO_PORT_SET6_SETP24_Pos)                     /*!< GPIO_PORT SET6: SETP24 Mask         */\r
-#define GPIO_PORT_SET6_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET6: SETP25 Position     */\r
-#define GPIO_PORT_SET6_SETP25_Msk                             (0x01UL << GPIO_PORT_SET6_SETP25_Pos)                     /*!< GPIO_PORT SET6: SETP25 Mask         */\r
-#define GPIO_PORT_SET6_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET6: SETP26 Position     */\r
-#define GPIO_PORT_SET6_SETP26_Msk                             (0x01UL << GPIO_PORT_SET6_SETP26_Pos)                     /*!< GPIO_PORT SET6: SETP26 Mask         */\r
-#define GPIO_PORT_SET6_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET6: SETP27 Position     */\r
-#define GPIO_PORT_SET6_SETP27_Msk                             (0x01UL << GPIO_PORT_SET6_SETP27_Pos)                     /*!< GPIO_PORT SET6: SETP27 Mask         */\r
-#define GPIO_PORT_SET6_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET6: SETP28 Position     */\r
-#define GPIO_PORT_SET6_SETP28_Msk                             (0x01UL << GPIO_PORT_SET6_SETP28_Pos)                     /*!< GPIO_PORT SET6: SETP28 Mask         */\r
-#define GPIO_PORT_SET6_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET6: SETP29 Position     */\r
-#define GPIO_PORT_SET6_SETP29_Msk                             (0x01UL << GPIO_PORT_SET6_SETP29_Pos)                     /*!< GPIO_PORT SET6: SETP29 Mask         */\r
-#define GPIO_PORT_SET6_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET6: SETP30 Position     */\r
-#define GPIO_PORT_SET6_SETP30_Msk                             (0x01UL << GPIO_PORT_SET6_SETP30_Pos)                     /*!< GPIO_PORT SET6: SETP30 Mask         */\r
-#define GPIO_PORT_SET6_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET6: SETP31 Position     */\r
-#define GPIO_PORT_SET6_SETP31_Msk                             (0x01UL << GPIO_PORT_SET6_SETP31_Pos)                     /*!< GPIO_PORT SET6: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_SET7  -----------------------------------------\r
-#define GPIO_PORT_SET7_SETP0_Pos                              0                                                         /*!< GPIO_PORT SET7: SETP0 Position      */\r
-#define GPIO_PORT_SET7_SETP0_Msk                              (0x01UL << GPIO_PORT_SET7_SETP0_Pos)                      /*!< GPIO_PORT SET7: SETP0 Mask          */\r
-#define GPIO_PORT_SET7_SETP1_Pos                              1                                                         /*!< GPIO_PORT SET7: SETP1 Position      */\r
-#define GPIO_PORT_SET7_SETP1_Msk                              (0x01UL << GPIO_PORT_SET7_SETP1_Pos)                      /*!< GPIO_PORT SET7: SETP1 Mask          */\r
-#define GPIO_PORT_SET7_SETP2_Pos                              2                                                         /*!< GPIO_PORT SET7: SETP2 Position      */\r
-#define GPIO_PORT_SET7_SETP2_Msk                              (0x01UL << GPIO_PORT_SET7_SETP2_Pos)                      /*!< GPIO_PORT SET7: SETP2 Mask          */\r
-#define GPIO_PORT_SET7_SETP3_Pos                              3                                                         /*!< GPIO_PORT SET7: SETP3 Position      */\r
-#define GPIO_PORT_SET7_SETP3_Msk                              (0x01UL << GPIO_PORT_SET7_SETP3_Pos)                      /*!< GPIO_PORT SET7: SETP3 Mask          */\r
-#define GPIO_PORT_SET7_SETP4_Pos                              4                                                         /*!< GPIO_PORT SET7: SETP4 Position      */\r
-#define GPIO_PORT_SET7_SETP4_Msk                              (0x01UL << GPIO_PORT_SET7_SETP4_Pos)                      /*!< GPIO_PORT SET7: SETP4 Mask          */\r
-#define GPIO_PORT_SET7_SETP5_Pos                              5                                                         /*!< GPIO_PORT SET7: SETP5 Position      */\r
-#define GPIO_PORT_SET7_SETP5_Msk                              (0x01UL << GPIO_PORT_SET7_SETP5_Pos)                      /*!< GPIO_PORT SET7: SETP5 Mask          */\r
-#define GPIO_PORT_SET7_SETP6_Pos                              6                                                         /*!< GPIO_PORT SET7: SETP6 Position      */\r
-#define GPIO_PORT_SET7_SETP6_Msk                              (0x01UL << GPIO_PORT_SET7_SETP6_Pos)                      /*!< GPIO_PORT SET7: SETP6 Mask          */\r
-#define GPIO_PORT_SET7_SETP7_Pos                              7                                                         /*!< GPIO_PORT SET7: SETP7 Position      */\r
-#define GPIO_PORT_SET7_SETP7_Msk                              (0x01UL << GPIO_PORT_SET7_SETP7_Pos)                      /*!< GPIO_PORT SET7: SETP7 Mask          */\r
-#define GPIO_PORT_SET7_SETP8_Pos                              8                                                         /*!< GPIO_PORT SET7: SETP8 Position      */\r
-#define GPIO_PORT_SET7_SETP8_Msk                              (0x01UL << GPIO_PORT_SET7_SETP8_Pos)                      /*!< GPIO_PORT SET7: SETP8 Mask          */\r
-#define GPIO_PORT_SET7_SETP9_Pos                              9                                                         /*!< GPIO_PORT SET7: SETP9 Position      */\r
-#define GPIO_PORT_SET7_SETP9_Msk                              (0x01UL << GPIO_PORT_SET7_SETP9_Pos)                      /*!< GPIO_PORT SET7: SETP9 Mask          */\r
-#define GPIO_PORT_SET7_SETP10_Pos                             10                                                        /*!< GPIO_PORT SET7: SETP10 Position     */\r
-#define GPIO_PORT_SET7_SETP10_Msk                             (0x01UL << GPIO_PORT_SET7_SETP10_Pos)                     /*!< GPIO_PORT SET7: SETP10 Mask         */\r
-#define GPIO_PORT_SET7_SETP11_Pos                             11                                                        /*!< GPIO_PORT SET7: SETP11 Position     */\r
-#define GPIO_PORT_SET7_SETP11_Msk                             (0x01UL << GPIO_PORT_SET7_SETP11_Pos)                     /*!< GPIO_PORT SET7: SETP11 Mask         */\r
-#define GPIO_PORT_SET7_SETP12_Pos                             12                                                        /*!< GPIO_PORT SET7: SETP12 Position     */\r
-#define GPIO_PORT_SET7_SETP12_Msk                             (0x01UL << GPIO_PORT_SET7_SETP12_Pos)                     /*!< GPIO_PORT SET7: SETP12 Mask         */\r
-#define GPIO_PORT_SET7_SETP13_Pos                             13                                                        /*!< GPIO_PORT SET7: SETP13 Position     */\r
-#define GPIO_PORT_SET7_SETP13_Msk                             (0x01UL << GPIO_PORT_SET7_SETP13_Pos)                     /*!< GPIO_PORT SET7: SETP13 Mask         */\r
-#define GPIO_PORT_SET7_SETP14_Pos                             14                                                        /*!< GPIO_PORT SET7: SETP14 Position     */\r
-#define GPIO_PORT_SET7_SETP14_Msk                             (0x01UL << GPIO_PORT_SET7_SETP14_Pos)                     /*!< GPIO_PORT SET7: SETP14 Mask         */\r
-#define GPIO_PORT_SET7_SETP15_Pos                             15                                                        /*!< GPIO_PORT SET7: SETP15 Position     */\r
-#define GPIO_PORT_SET7_SETP15_Msk                             (0x01UL << GPIO_PORT_SET7_SETP15_Pos)                     /*!< GPIO_PORT SET7: SETP15 Mask         */\r
-#define GPIO_PORT_SET7_SETP16_Pos                             16                                                        /*!< GPIO_PORT SET7: SETP16 Position     */\r
-#define GPIO_PORT_SET7_SETP16_Msk                             (0x01UL << GPIO_PORT_SET7_SETP16_Pos)                     /*!< GPIO_PORT SET7: SETP16 Mask         */\r
-#define GPIO_PORT_SET7_SETP17_Pos                             17                                                        /*!< GPIO_PORT SET7: SETP17 Position     */\r
-#define GPIO_PORT_SET7_SETP17_Msk                             (0x01UL << GPIO_PORT_SET7_SETP17_Pos)                     /*!< GPIO_PORT SET7: SETP17 Mask         */\r
-#define GPIO_PORT_SET7_SETP18_Pos                             18                                                        /*!< GPIO_PORT SET7: SETP18 Position     */\r
-#define GPIO_PORT_SET7_SETP18_Msk                             (0x01UL << GPIO_PORT_SET7_SETP18_Pos)                     /*!< GPIO_PORT SET7: SETP18 Mask         */\r
-#define GPIO_PORT_SET7_SETP19_Pos                             19                                                        /*!< GPIO_PORT SET7: SETP19 Position     */\r
-#define GPIO_PORT_SET7_SETP19_Msk                             (0x01UL << GPIO_PORT_SET7_SETP19_Pos)                     /*!< GPIO_PORT SET7: SETP19 Mask         */\r
-#define GPIO_PORT_SET7_SETP20_Pos                             20                                                        /*!< GPIO_PORT SET7: SETP20 Position     */\r
-#define GPIO_PORT_SET7_SETP20_Msk                             (0x01UL << GPIO_PORT_SET7_SETP20_Pos)                     /*!< GPIO_PORT SET7: SETP20 Mask         */\r
-#define GPIO_PORT_SET7_SETP21_Pos                             21                                                        /*!< GPIO_PORT SET7: SETP21 Position     */\r
-#define GPIO_PORT_SET7_SETP21_Msk                             (0x01UL << GPIO_PORT_SET7_SETP21_Pos)                     /*!< GPIO_PORT SET7: SETP21 Mask         */\r
-#define GPIO_PORT_SET7_SETP22_Pos                             22                                                        /*!< GPIO_PORT SET7: SETP22 Position     */\r
-#define GPIO_PORT_SET7_SETP22_Msk                             (0x01UL << GPIO_PORT_SET7_SETP22_Pos)                     /*!< GPIO_PORT SET7: SETP22 Mask         */\r
-#define GPIO_PORT_SET7_SETP23_Pos                             23                                                        /*!< GPIO_PORT SET7: SETP23 Position     */\r
-#define GPIO_PORT_SET7_SETP23_Msk                             (0x01UL << GPIO_PORT_SET7_SETP23_Pos)                     /*!< GPIO_PORT SET7: SETP23 Mask         */\r
-#define GPIO_PORT_SET7_SETP24_Pos                             24                                                        /*!< GPIO_PORT SET7: SETP24 Position     */\r
-#define GPIO_PORT_SET7_SETP24_Msk                             (0x01UL << GPIO_PORT_SET7_SETP24_Pos)                     /*!< GPIO_PORT SET7: SETP24 Mask         */\r
-#define GPIO_PORT_SET7_SETP25_Pos                             25                                                        /*!< GPIO_PORT SET7: SETP25 Position     */\r
-#define GPIO_PORT_SET7_SETP25_Msk                             (0x01UL << GPIO_PORT_SET7_SETP25_Pos)                     /*!< GPIO_PORT SET7: SETP25 Mask         */\r
-#define GPIO_PORT_SET7_SETP26_Pos                             26                                                        /*!< GPIO_PORT SET7: SETP26 Position     */\r
-#define GPIO_PORT_SET7_SETP26_Msk                             (0x01UL << GPIO_PORT_SET7_SETP26_Pos)                     /*!< GPIO_PORT SET7: SETP26 Mask         */\r
-#define GPIO_PORT_SET7_SETP27_Pos                             27                                                        /*!< GPIO_PORT SET7: SETP27 Position     */\r
-#define GPIO_PORT_SET7_SETP27_Msk                             (0x01UL << GPIO_PORT_SET7_SETP27_Pos)                     /*!< GPIO_PORT SET7: SETP27 Mask         */\r
-#define GPIO_PORT_SET7_SETP28_Pos                             28                                                        /*!< GPIO_PORT SET7: SETP28 Position     */\r
-#define GPIO_PORT_SET7_SETP28_Msk                             (0x01UL << GPIO_PORT_SET7_SETP28_Pos)                     /*!< GPIO_PORT SET7: SETP28 Mask         */\r
-#define GPIO_PORT_SET7_SETP29_Pos                             29                                                        /*!< GPIO_PORT SET7: SETP29 Position     */\r
-#define GPIO_PORT_SET7_SETP29_Msk                             (0x01UL << GPIO_PORT_SET7_SETP29_Pos)                     /*!< GPIO_PORT SET7: SETP29 Mask         */\r
-#define GPIO_PORT_SET7_SETP30_Pos                             30                                                        /*!< GPIO_PORT SET7: SETP30 Position     */\r
-#define GPIO_PORT_SET7_SETP30_Msk                             (0x01UL << GPIO_PORT_SET7_SETP30_Pos)                     /*!< GPIO_PORT SET7: SETP30 Mask         */\r
-#define GPIO_PORT_SET7_SETP31_Pos                             31                                                        /*!< GPIO_PORT SET7: SETP31 Position     */\r
-#define GPIO_PORT_SET7_SETP31_Msk                             (0x01UL << GPIO_PORT_SET7_SETP31_Pos)                     /*!< GPIO_PORT SET7: SETP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR0  -----------------------------------------\r
-#define GPIO_PORT_CLR0_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR0: CLRP00 Position     */\r
-#define GPIO_PORT_CLR0_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP00_Pos)                     /*!< GPIO_PORT CLR0: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR0: CLRP01 Position     */\r
-#define GPIO_PORT_CLR0_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP01_Pos)                     /*!< GPIO_PORT CLR0: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR0: CLRP02 Position     */\r
-#define GPIO_PORT_CLR0_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP02_Pos)                     /*!< GPIO_PORT CLR0: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR0: CLRP03 Position     */\r
-#define GPIO_PORT_CLR0_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP03_Pos)                     /*!< GPIO_PORT CLR0: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR0: CLRP04 Position     */\r
-#define GPIO_PORT_CLR0_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP04_Pos)                     /*!< GPIO_PORT CLR0: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR0: CLRP05 Position     */\r
-#define GPIO_PORT_CLR0_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP05_Pos)                     /*!< GPIO_PORT CLR0: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR0: CLRP06 Position     */\r
-#define GPIO_PORT_CLR0_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP06_Pos)                     /*!< GPIO_PORT CLR0: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR0: CLRP07 Position     */\r
-#define GPIO_PORT_CLR0_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP07_Pos)                     /*!< GPIO_PORT CLR0: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR0: CLRP08 Position     */\r
-#define GPIO_PORT_CLR0_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP08_Pos)                     /*!< GPIO_PORT CLR0: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR0: CLRP09 Position     */\r
-#define GPIO_PORT_CLR0_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR0_CLRP09_Pos)                     /*!< GPIO_PORT CLR0: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR0_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR0: CLRP010 Position    */\r
-#define GPIO_PORT_CLR0_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP010_Pos)                    /*!< GPIO_PORT CLR0: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR0: CLRP011 Position    */\r
-#define GPIO_PORT_CLR0_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP011_Pos)                    /*!< GPIO_PORT CLR0: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR0: CLRP012 Position    */\r
-#define GPIO_PORT_CLR0_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP012_Pos)                    /*!< GPIO_PORT CLR0: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR0: CLRP013 Position    */\r
-#define GPIO_PORT_CLR0_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP013_Pos)                    /*!< GPIO_PORT CLR0: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR0: CLRP014 Position    */\r
-#define GPIO_PORT_CLR0_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP014_Pos)                    /*!< GPIO_PORT CLR0: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR0: CLRP015 Position    */\r
-#define GPIO_PORT_CLR0_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP015_Pos)                    /*!< GPIO_PORT CLR0: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR0: CLRP016 Position    */\r
-#define GPIO_PORT_CLR0_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP016_Pos)                    /*!< GPIO_PORT CLR0: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR0: CLRP017 Position    */\r
-#define GPIO_PORT_CLR0_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP017_Pos)                    /*!< GPIO_PORT CLR0: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR0: CLRP018 Position    */\r
-#define GPIO_PORT_CLR0_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP018_Pos)                    /*!< GPIO_PORT CLR0: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR0: CLRP019 Position    */\r
-#define GPIO_PORT_CLR0_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP019_Pos)                    /*!< GPIO_PORT CLR0: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR0: CLRP020 Position    */\r
-#define GPIO_PORT_CLR0_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP020_Pos)                    /*!< GPIO_PORT CLR0: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR0: CLRP021 Position    */\r
-#define GPIO_PORT_CLR0_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP021_Pos)                    /*!< GPIO_PORT CLR0: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR0: CLRP022 Position    */\r
-#define GPIO_PORT_CLR0_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP022_Pos)                    /*!< GPIO_PORT CLR0: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR0: CLRP023 Position    */\r
-#define GPIO_PORT_CLR0_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP023_Pos)                    /*!< GPIO_PORT CLR0: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR0: CLRP024 Position    */\r
-#define GPIO_PORT_CLR0_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP024_Pos)                    /*!< GPIO_PORT CLR0: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR0: CLRP025 Position    */\r
-#define GPIO_PORT_CLR0_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP025_Pos)                    /*!< GPIO_PORT CLR0: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR0: CLRP026 Position    */\r
-#define GPIO_PORT_CLR0_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP026_Pos)                    /*!< GPIO_PORT CLR0: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR0: CLRP027 Position    */\r
-#define GPIO_PORT_CLR0_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP027_Pos)                    /*!< GPIO_PORT CLR0: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR0: CLRP028 Position    */\r
-#define GPIO_PORT_CLR0_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP028_Pos)                    /*!< GPIO_PORT CLR0: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR0: CLRP029 Position    */\r
-#define GPIO_PORT_CLR0_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP029_Pos)                    /*!< GPIO_PORT CLR0: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR0: CLRP030 Position    */\r
-#define GPIO_PORT_CLR0_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP030_Pos)                    /*!< GPIO_PORT CLR0: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR0_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR0: CLRP031 Position    */\r
-#define GPIO_PORT_CLR0_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR0_CLRP031_Pos)                    /*!< GPIO_PORT CLR0: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR1  -----------------------------------------\r
-#define GPIO_PORT_CLR1_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR1: CLRP00 Position     */\r
-#define GPIO_PORT_CLR1_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP00_Pos)                     /*!< GPIO_PORT CLR1: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR1: CLRP01 Position     */\r
-#define GPIO_PORT_CLR1_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP01_Pos)                     /*!< GPIO_PORT CLR1: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR1: CLRP02 Position     */\r
-#define GPIO_PORT_CLR1_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP02_Pos)                     /*!< GPIO_PORT CLR1: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR1: CLRP03 Position     */\r
-#define GPIO_PORT_CLR1_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP03_Pos)                     /*!< GPIO_PORT CLR1: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR1: CLRP04 Position     */\r
-#define GPIO_PORT_CLR1_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP04_Pos)                     /*!< GPIO_PORT CLR1: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR1: CLRP05 Position     */\r
-#define GPIO_PORT_CLR1_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP05_Pos)                     /*!< GPIO_PORT CLR1: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR1: CLRP06 Position     */\r
-#define GPIO_PORT_CLR1_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP06_Pos)                     /*!< GPIO_PORT CLR1: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR1: CLRP07 Position     */\r
-#define GPIO_PORT_CLR1_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP07_Pos)                     /*!< GPIO_PORT CLR1: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR1: CLRP08 Position     */\r
-#define GPIO_PORT_CLR1_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP08_Pos)                     /*!< GPIO_PORT CLR1: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR1: CLRP09 Position     */\r
-#define GPIO_PORT_CLR1_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR1_CLRP09_Pos)                     /*!< GPIO_PORT CLR1: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR1_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR1: CLRP010 Position    */\r
-#define GPIO_PORT_CLR1_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP010_Pos)                    /*!< GPIO_PORT CLR1: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR1: CLRP011 Position    */\r
-#define GPIO_PORT_CLR1_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP011_Pos)                    /*!< GPIO_PORT CLR1: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR1: CLRP012 Position    */\r
-#define GPIO_PORT_CLR1_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP012_Pos)                    /*!< GPIO_PORT CLR1: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR1: CLRP013 Position    */\r
-#define GPIO_PORT_CLR1_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP013_Pos)                    /*!< GPIO_PORT CLR1: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR1: CLRP014 Position    */\r
-#define GPIO_PORT_CLR1_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP014_Pos)                    /*!< GPIO_PORT CLR1: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR1: CLRP015 Position    */\r
-#define GPIO_PORT_CLR1_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP015_Pos)                    /*!< GPIO_PORT CLR1: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR1: CLRP016 Position    */\r
-#define GPIO_PORT_CLR1_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP016_Pos)                    /*!< GPIO_PORT CLR1: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR1: CLRP017 Position    */\r
-#define GPIO_PORT_CLR1_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP017_Pos)                    /*!< GPIO_PORT CLR1: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR1: CLRP018 Position    */\r
-#define GPIO_PORT_CLR1_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP018_Pos)                    /*!< GPIO_PORT CLR1: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR1: CLRP019 Position    */\r
-#define GPIO_PORT_CLR1_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP019_Pos)                    /*!< GPIO_PORT CLR1: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR1: CLRP020 Position    */\r
-#define GPIO_PORT_CLR1_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP020_Pos)                    /*!< GPIO_PORT CLR1: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR1: CLRP021 Position    */\r
-#define GPIO_PORT_CLR1_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP021_Pos)                    /*!< GPIO_PORT CLR1: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR1: CLRP022 Position    */\r
-#define GPIO_PORT_CLR1_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP022_Pos)                    /*!< GPIO_PORT CLR1: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR1: CLRP023 Position    */\r
-#define GPIO_PORT_CLR1_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP023_Pos)                    /*!< GPIO_PORT CLR1: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR1: CLRP024 Position    */\r
-#define GPIO_PORT_CLR1_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP024_Pos)                    /*!< GPIO_PORT CLR1: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR1: CLRP025 Position    */\r
-#define GPIO_PORT_CLR1_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP025_Pos)                    /*!< GPIO_PORT CLR1: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR1: CLRP026 Position    */\r
-#define GPIO_PORT_CLR1_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP026_Pos)                    /*!< GPIO_PORT CLR1: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR1: CLRP027 Position    */\r
-#define GPIO_PORT_CLR1_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP027_Pos)                    /*!< GPIO_PORT CLR1: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR1: CLRP028 Position    */\r
-#define GPIO_PORT_CLR1_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP028_Pos)                    /*!< GPIO_PORT CLR1: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR1: CLRP029 Position    */\r
-#define GPIO_PORT_CLR1_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP029_Pos)                    /*!< GPIO_PORT CLR1: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR1: CLRP030 Position    */\r
-#define GPIO_PORT_CLR1_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP030_Pos)                    /*!< GPIO_PORT CLR1: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR1_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR1: CLRP031 Position    */\r
-#define GPIO_PORT_CLR1_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR1_CLRP031_Pos)                    /*!< GPIO_PORT CLR1: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR2  -----------------------------------------\r
-#define GPIO_PORT_CLR2_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR2: CLRP00 Position     */\r
-#define GPIO_PORT_CLR2_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP00_Pos)                     /*!< GPIO_PORT CLR2: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR2: CLRP01 Position     */\r
-#define GPIO_PORT_CLR2_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP01_Pos)                     /*!< GPIO_PORT CLR2: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR2: CLRP02 Position     */\r
-#define GPIO_PORT_CLR2_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP02_Pos)                     /*!< GPIO_PORT CLR2: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR2: CLRP03 Position     */\r
-#define GPIO_PORT_CLR2_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP03_Pos)                     /*!< GPIO_PORT CLR2: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR2: CLRP04 Position     */\r
-#define GPIO_PORT_CLR2_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP04_Pos)                     /*!< GPIO_PORT CLR2: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR2: CLRP05 Position     */\r
-#define GPIO_PORT_CLR2_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP05_Pos)                     /*!< GPIO_PORT CLR2: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR2: CLRP06 Position     */\r
-#define GPIO_PORT_CLR2_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP06_Pos)                     /*!< GPIO_PORT CLR2: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR2: CLRP07 Position     */\r
-#define GPIO_PORT_CLR2_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP07_Pos)                     /*!< GPIO_PORT CLR2: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR2: CLRP08 Position     */\r
-#define GPIO_PORT_CLR2_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP08_Pos)                     /*!< GPIO_PORT CLR2: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR2: CLRP09 Position     */\r
-#define GPIO_PORT_CLR2_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR2_CLRP09_Pos)                     /*!< GPIO_PORT CLR2: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR2_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR2: CLRP010 Position    */\r
-#define GPIO_PORT_CLR2_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP010_Pos)                    /*!< GPIO_PORT CLR2: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR2: CLRP011 Position    */\r
-#define GPIO_PORT_CLR2_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP011_Pos)                    /*!< GPIO_PORT CLR2: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR2: CLRP012 Position    */\r
-#define GPIO_PORT_CLR2_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP012_Pos)                    /*!< GPIO_PORT CLR2: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR2: CLRP013 Position    */\r
-#define GPIO_PORT_CLR2_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP013_Pos)                    /*!< GPIO_PORT CLR2: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR2: CLRP014 Position    */\r
-#define GPIO_PORT_CLR2_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP014_Pos)                    /*!< GPIO_PORT CLR2: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR2: CLRP015 Position    */\r
-#define GPIO_PORT_CLR2_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP015_Pos)                    /*!< GPIO_PORT CLR2: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR2: CLRP016 Position    */\r
-#define GPIO_PORT_CLR2_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP016_Pos)                    /*!< GPIO_PORT CLR2: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR2: CLRP017 Position    */\r
-#define GPIO_PORT_CLR2_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP017_Pos)                    /*!< GPIO_PORT CLR2: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR2: CLRP018 Position    */\r
-#define GPIO_PORT_CLR2_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP018_Pos)                    /*!< GPIO_PORT CLR2: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR2: CLRP019 Position    */\r
-#define GPIO_PORT_CLR2_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP019_Pos)                    /*!< GPIO_PORT CLR2: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR2: CLRP020 Position    */\r
-#define GPIO_PORT_CLR2_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP020_Pos)                    /*!< GPIO_PORT CLR2: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR2: CLRP021 Position    */\r
-#define GPIO_PORT_CLR2_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP021_Pos)                    /*!< GPIO_PORT CLR2: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR2: CLRP022 Position    */\r
-#define GPIO_PORT_CLR2_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP022_Pos)                    /*!< GPIO_PORT CLR2: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR2: CLRP023 Position    */\r
-#define GPIO_PORT_CLR2_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP023_Pos)                    /*!< GPIO_PORT CLR2: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR2: CLRP024 Position    */\r
-#define GPIO_PORT_CLR2_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP024_Pos)                    /*!< GPIO_PORT CLR2: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR2: CLRP025 Position    */\r
-#define GPIO_PORT_CLR2_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP025_Pos)                    /*!< GPIO_PORT CLR2: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR2: CLRP026 Position    */\r
-#define GPIO_PORT_CLR2_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP026_Pos)                    /*!< GPIO_PORT CLR2: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR2: CLRP027 Position    */\r
-#define GPIO_PORT_CLR2_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP027_Pos)                    /*!< GPIO_PORT CLR2: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR2: CLRP028 Position    */\r
-#define GPIO_PORT_CLR2_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP028_Pos)                    /*!< GPIO_PORT CLR2: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR2: CLRP029 Position    */\r
-#define GPIO_PORT_CLR2_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP029_Pos)                    /*!< GPIO_PORT CLR2: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR2: CLRP030 Position    */\r
-#define GPIO_PORT_CLR2_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP030_Pos)                    /*!< GPIO_PORT CLR2: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR2_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR2: CLRP031 Position    */\r
-#define GPIO_PORT_CLR2_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR2_CLRP031_Pos)                    /*!< GPIO_PORT CLR2: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR3  -----------------------------------------\r
-#define GPIO_PORT_CLR3_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR3: CLRP00 Position     */\r
-#define GPIO_PORT_CLR3_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP00_Pos)                     /*!< GPIO_PORT CLR3: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR3: CLRP01 Position     */\r
-#define GPIO_PORT_CLR3_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP01_Pos)                     /*!< GPIO_PORT CLR3: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR3: CLRP02 Position     */\r
-#define GPIO_PORT_CLR3_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP02_Pos)                     /*!< GPIO_PORT CLR3: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR3: CLRP03 Position     */\r
-#define GPIO_PORT_CLR3_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP03_Pos)                     /*!< GPIO_PORT CLR3: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR3: CLRP04 Position     */\r
-#define GPIO_PORT_CLR3_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP04_Pos)                     /*!< GPIO_PORT CLR3: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR3: CLRP05 Position     */\r
-#define GPIO_PORT_CLR3_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP05_Pos)                     /*!< GPIO_PORT CLR3: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR3: CLRP06 Position     */\r
-#define GPIO_PORT_CLR3_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP06_Pos)                     /*!< GPIO_PORT CLR3: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR3: CLRP07 Position     */\r
-#define GPIO_PORT_CLR3_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP07_Pos)                     /*!< GPIO_PORT CLR3: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR3: CLRP08 Position     */\r
-#define GPIO_PORT_CLR3_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP08_Pos)                     /*!< GPIO_PORT CLR3: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR3: CLRP09 Position     */\r
-#define GPIO_PORT_CLR3_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR3_CLRP09_Pos)                     /*!< GPIO_PORT CLR3: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR3_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR3: CLRP010 Position    */\r
-#define GPIO_PORT_CLR3_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP010_Pos)                    /*!< GPIO_PORT CLR3: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR3: CLRP011 Position    */\r
-#define GPIO_PORT_CLR3_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP011_Pos)                    /*!< GPIO_PORT CLR3: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR3: CLRP012 Position    */\r
-#define GPIO_PORT_CLR3_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP012_Pos)                    /*!< GPIO_PORT CLR3: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR3: CLRP013 Position    */\r
-#define GPIO_PORT_CLR3_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP013_Pos)                    /*!< GPIO_PORT CLR3: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR3: CLRP014 Position    */\r
-#define GPIO_PORT_CLR3_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP014_Pos)                    /*!< GPIO_PORT CLR3: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR3: CLRP015 Position    */\r
-#define GPIO_PORT_CLR3_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP015_Pos)                    /*!< GPIO_PORT CLR3: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR3: CLRP016 Position    */\r
-#define GPIO_PORT_CLR3_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP016_Pos)                    /*!< GPIO_PORT CLR3: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR3: CLRP017 Position    */\r
-#define GPIO_PORT_CLR3_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP017_Pos)                    /*!< GPIO_PORT CLR3: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR3: CLRP018 Position    */\r
-#define GPIO_PORT_CLR3_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP018_Pos)                    /*!< GPIO_PORT CLR3: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR3: CLRP019 Position    */\r
-#define GPIO_PORT_CLR3_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP019_Pos)                    /*!< GPIO_PORT CLR3: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR3: CLRP020 Position    */\r
-#define GPIO_PORT_CLR3_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP020_Pos)                    /*!< GPIO_PORT CLR3: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR3: CLRP021 Position    */\r
-#define GPIO_PORT_CLR3_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP021_Pos)                    /*!< GPIO_PORT CLR3: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR3: CLRP022 Position    */\r
-#define GPIO_PORT_CLR3_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP022_Pos)                    /*!< GPIO_PORT CLR3: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR3: CLRP023 Position    */\r
-#define GPIO_PORT_CLR3_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP023_Pos)                    /*!< GPIO_PORT CLR3: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR3: CLRP024 Position    */\r
-#define GPIO_PORT_CLR3_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP024_Pos)                    /*!< GPIO_PORT CLR3: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR3: CLRP025 Position    */\r
-#define GPIO_PORT_CLR3_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP025_Pos)                    /*!< GPIO_PORT CLR3: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR3: CLRP026 Position    */\r
-#define GPIO_PORT_CLR3_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP026_Pos)                    /*!< GPIO_PORT CLR3: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR3: CLRP027 Position    */\r
-#define GPIO_PORT_CLR3_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP027_Pos)                    /*!< GPIO_PORT CLR3: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR3: CLRP028 Position    */\r
-#define GPIO_PORT_CLR3_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP028_Pos)                    /*!< GPIO_PORT CLR3: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR3: CLRP029 Position    */\r
-#define GPIO_PORT_CLR3_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP029_Pos)                    /*!< GPIO_PORT CLR3: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR3: CLRP030 Position    */\r
-#define GPIO_PORT_CLR3_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP030_Pos)                    /*!< GPIO_PORT CLR3: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR3_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR3: CLRP031 Position    */\r
-#define GPIO_PORT_CLR3_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR3_CLRP031_Pos)                    /*!< GPIO_PORT CLR3: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR4  -----------------------------------------\r
-#define GPIO_PORT_CLR4_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR4: CLRP00 Position     */\r
-#define GPIO_PORT_CLR4_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP00_Pos)                     /*!< GPIO_PORT CLR4: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR4: CLRP01 Position     */\r
-#define GPIO_PORT_CLR4_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP01_Pos)                     /*!< GPIO_PORT CLR4: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR4: CLRP02 Position     */\r
-#define GPIO_PORT_CLR4_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP02_Pos)                     /*!< GPIO_PORT CLR4: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR4: CLRP03 Position     */\r
-#define GPIO_PORT_CLR4_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP03_Pos)                     /*!< GPIO_PORT CLR4: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR4: CLRP04 Position     */\r
-#define GPIO_PORT_CLR4_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP04_Pos)                     /*!< GPIO_PORT CLR4: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR4: CLRP05 Position     */\r
-#define GPIO_PORT_CLR4_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP05_Pos)                     /*!< GPIO_PORT CLR4: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR4: CLRP06 Position     */\r
-#define GPIO_PORT_CLR4_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP06_Pos)                     /*!< GPIO_PORT CLR4: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR4: CLRP07 Position     */\r
-#define GPIO_PORT_CLR4_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP07_Pos)                     /*!< GPIO_PORT CLR4: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR4: CLRP08 Position     */\r
-#define GPIO_PORT_CLR4_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP08_Pos)                     /*!< GPIO_PORT CLR4: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR4: CLRP09 Position     */\r
-#define GPIO_PORT_CLR4_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR4_CLRP09_Pos)                     /*!< GPIO_PORT CLR4: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR4_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR4: CLRP010 Position    */\r
-#define GPIO_PORT_CLR4_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP010_Pos)                    /*!< GPIO_PORT CLR4: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR4: CLRP011 Position    */\r
-#define GPIO_PORT_CLR4_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP011_Pos)                    /*!< GPIO_PORT CLR4: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR4: CLRP012 Position    */\r
-#define GPIO_PORT_CLR4_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP012_Pos)                    /*!< GPIO_PORT CLR4: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR4: CLRP013 Position    */\r
-#define GPIO_PORT_CLR4_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP013_Pos)                    /*!< GPIO_PORT CLR4: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR4: CLRP014 Position    */\r
-#define GPIO_PORT_CLR4_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP014_Pos)                    /*!< GPIO_PORT CLR4: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR4: CLRP015 Position    */\r
-#define GPIO_PORT_CLR4_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP015_Pos)                    /*!< GPIO_PORT CLR4: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR4: CLRP016 Position    */\r
-#define GPIO_PORT_CLR4_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP016_Pos)                    /*!< GPIO_PORT CLR4: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR4: CLRP017 Position    */\r
-#define GPIO_PORT_CLR4_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP017_Pos)                    /*!< GPIO_PORT CLR4: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR4: CLRP018 Position    */\r
-#define GPIO_PORT_CLR4_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP018_Pos)                    /*!< GPIO_PORT CLR4: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR4: CLRP019 Position    */\r
-#define GPIO_PORT_CLR4_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP019_Pos)                    /*!< GPIO_PORT CLR4: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR4: CLRP020 Position    */\r
-#define GPIO_PORT_CLR4_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP020_Pos)                    /*!< GPIO_PORT CLR4: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR4: CLRP021 Position    */\r
-#define GPIO_PORT_CLR4_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP021_Pos)                    /*!< GPIO_PORT CLR4: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR4: CLRP022 Position    */\r
-#define GPIO_PORT_CLR4_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP022_Pos)                    /*!< GPIO_PORT CLR4: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR4: CLRP023 Position    */\r
-#define GPIO_PORT_CLR4_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP023_Pos)                    /*!< GPIO_PORT CLR4: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR4: CLRP024 Position    */\r
-#define GPIO_PORT_CLR4_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP024_Pos)                    /*!< GPIO_PORT CLR4: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR4: CLRP025 Position    */\r
-#define GPIO_PORT_CLR4_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP025_Pos)                    /*!< GPIO_PORT CLR4: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR4: CLRP026 Position    */\r
-#define GPIO_PORT_CLR4_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP026_Pos)                    /*!< GPIO_PORT CLR4: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR4: CLRP027 Position    */\r
-#define GPIO_PORT_CLR4_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP027_Pos)                    /*!< GPIO_PORT CLR4: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR4: CLRP028 Position    */\r
-#define GPIO_PORT_CLR4_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP028_Pos)                    /*!< GPIO_PORT CLR4: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR4: CLRP029 Position    */\r
-#define GPIO_PORT_CLR4_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP029_Pos)                    /*!< GPIO_PORT CLR4: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR4: CLRP030 Position    */\r
-#define GPIO_PORT_CLR4_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP030_Pos)                    /*!< GPIO_PORT CLR4: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR4_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR4: CLRP031 Position    */\r
-#define GPIO_PORT_CLR4_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR4_CLRP031_Pos)                    /*!< GPIO_PORT CLR4: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR5  -----------------------------------------\r
-#define GPIO_PORT_CLR5_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR5: CLRP00 Position     */\r
-#define GPIO_PORT_CLR5_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP00_Pos)                     /*!< GPIO_PORT CLR5: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR5: CLRP01 Position     */\r
-#define GPIO_PORT_CLR5_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP01_Pos)                     /*!< GPIO_PORT CLR5: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR5: CLRP02 Position     */\r
-#define GPIO_PORT_CLR5_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP02_Pos)                     /*!< GPIO_PORT CLR5: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR5: CLRP03 Position     */\r
-#define GPIO_PORT_CLR5_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP03_Pos)                     /*!< GPIO_PORT CLR5: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR5: CLRP04 Position     */\r
-#define GPIO_PORT_CLR5_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP04_Pos)                     /*!< GPIO_PORT CLR5: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR5: CLRP05 Position     */\r
-#define GPIO_PORT_CLR5_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP05_Pos)                     /*!< GPIO_PORT CLR5: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR5: CLRP06 Position     */\r
-#define GPIO_PORT_CLR5_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP06_Pos)                     /*!< GPIO_PORT CLR5: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR5: CLRP07 Position     */\r
-#define GPIO_PORT_CLR5_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP07_Pos)                     /*!< GPIO_PORT CLR5: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR5: CLRP08 Position     */\r
-#define GPIO_PORT_CLR5_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP08_Pos)                     /*!< GPIO_PORT CLR5: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR5: CLRP09 Position     */\r
-#define GPIO_PORT_CLR5_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR5_CLRP09_Pos)                     /*!< GPIO_PORT CLR5: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR5_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR5: CLRP010 Position    */\r
-#define GPIO_PORT_CLR5_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP010_Pos)                    /*!< GPIO_PORT CLR5: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR5: CLRP011 Position    */\r
-#define GPIO_PORT_CLR5_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP011_Pos)                    /*!< GPIO_PORT CLR5: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR5: CLRP012 Position    */\r
-#define GPIO_PORT_CLR5_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP012_Pos)                    /*!< GPIO_PORT CLR5: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR5: CLRP013 Position    */\r
-#define GPIO_PORT_CLR5_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP013_Pos)                    /*!< GPIO_PORT CLR5: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR5: CLRP014 Position    */\r
-#define GPIO_PORT_CLR5_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP014_Pos)                    /*!< GPIO_PORT CLR5: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR5: CLRP015 Position    */\r
-#define GPIO_PORT_CLR5_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP015_Pos)                    /*!< GPIO_PORT CLR5: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR5: CLRP016 Position    */\r
-#define GPIO_PORT_CLR5_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP016_Pos)                    /*!< GPIO_PORT CLR5: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR5: CLRP017 Position    */\r
-#define GPIO_PORT_CLR5_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP017_Pos)                    /*!< GPIO_PORT CLR5: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR5: CLRP018 Position    */\r
-#define GPIO_PORT_CLR5_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP018_Pos)                    /*!< GPIO_PORT CLR5: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR5: CLRP019 Position    */\r
-#define GPIO_PORT_CLR5_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP019_Pos)                    /*!< GPIO_PORT CLR5: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR5: CLRP020 Position    */\r
-#define GPIO_PORT_CLR5_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP020_Pos)                    /*!< GPIO_PORT CLR5: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR5: CLRP021 Position    */\r
-#define GPIO_PORT_CLR5_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP021_Pos)                    /*!< GPIO_PORT CLR5: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR5: CLRP022 Position    */\r
-#define GPIO_PORT_CLR5_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP022_Pos)                    /*!< GPIO_PORT CLR5: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR5: CLRP023 Position    */\r
-#define GPIO_PORT_CLR5_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP023_Pos)                    /*!< GPIO_PORT CLR5: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR5: CLRP024 Position    */\r
-#define GPIO_PORT_CLR5_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP024_Pos)                    /*!< GPIO_PORT CLR5: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR5: CLRP025 Position    */\r
-#define GPIO_PORT_CLR5_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP025_Pos)                    /*!< GPIO_PORT CLR5: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR5: CLRP026 Position    */\r
-#define GPIO_PORT_CLR5_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP026_Pos)                    /*!< GPIO_PORT CLR5: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR5: CLRP027 Position    */\r
-#define GPIO_PORT_CLR5_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP027_Pos)                    /*!< GPIO_PORT CLR5: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR5: CLRP028 Position    */\r
-#define GPIO_PORT_CLR5_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP028_Pos)                    /*!< GPIO_PORT CLR5: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR5: CLRP029 Position    */\r
-#define GPIO_PORT_CLR5_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP029_Pos)                    /*!< GPIO_PORT CLR5: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR5: CLRP030 Position    */\r
-#define GPIO_PORT_CLR5_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP030_Pos)                    /*!< GPIO_PORT CLR5: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR5_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR5: CLRP031 Position    */\r
-#define GPIO_PORT_CLR5_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR5_CLRP031_Pos)                    /*!< GPIO_PORT CLR5: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR6  -----------------------------------------\r
-#define GPIO_PORT_CLR6_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR6: CLRP00 Position     */\r
-#define GPIO_PORT_CLR6_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP00_Pos)                     /*!< GPIO_PORT CLR6: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR6: CLRP01 Position     */\r
-#define GPIO_PORT_CLR6_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP01_Pos)                     /*!< GPIO_PORT CLR6: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR6: CLRP02 Position     */\r
-#define GPIO_PORT_CLR6_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP02_Pos)                     /*!< GPIO_PORT CLR6: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR6: CLRP03 Position     */\r
-#define GPIO_PORT_CLR6_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP03_Pos)                     /*!< GPIO_PORT CLR6: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR6: CLRP04 Position     */\r
-#define GPIO_PORT_CLR6_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP04_Pos)                     /*!< GPIO_PORT CLR6: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR6: CLRP05 Position     */\r
-#define GPIO_PORT_CLR6_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP05_Pos)                     /*!< GPIO_PORT CLR6: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR6: CLRP06 Position     */\r
-#define GPIO_PORT_CLR6_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP06_Pos)                     /*!< GPIO_PORT CLR6: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR6: CLRP07 Position     */\r
-#define GPIO_PORT_CLR6_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP07_Pos)                     /*!< GPIO_PORT CLR6: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR6: CLRP08 Position     */\r
-#define GPIO_PORT_CLR6_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP08_Pos)                     /*!< GPIO_PORT CLR6: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR6: CLRP09 Position     */\r
-#define GPIO_PORT_CLR6_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR6_CLRP09_Pos)                     /*!< GPIO_PORT CLR6: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR6_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR6: CLRP010 Position    */\r
-#define GPIO_PORT_CLR6_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP010_Pos)                    /*!< GPIO_PORT CLR6: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR6: CLRP011 Position    */\r
-#define GPIO_PORT_CLR6_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP011_Pos)                    /*!< GPIO_PORT CLR6: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR6: CLRP012 Position    */\r
-#define GPIO_PORT_CLR6_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP012_Pos)                    /*!< GPIO_PORT CLR6: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR6: CLRP013 Position    */\r
-#define GPIO_PORT_CLR6_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP013_Pos)                    /*!< GPIO_PORT CLR6: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR6: CLRP014 Position    */\r
-#define GPIO_PORT_CLR6_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP014_Pos)                    /*!< GPIO_PORT CLR6: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR6: CLRP015 Position    */\r
-#define GPIO_PORT_CLR6_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP015_Pos)                    /*!< GPIO_PORT CLR6: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR6: CLRP016 Position    */\r
-#define GPIO_PORT_CLR6_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP016_Pos)                    /*!< GPIO_PORT CLR6: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR6: CLRP017 Position    */\r
-#define GPIO_PORT_CLR6_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP017_Pos)                    /*!< GPIO_PORT CLR6: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR6: CLRP018 Position    */\r
-#define GPIO_PORT_CLR6_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP018_Pos)                    /*!< GPIO_PORT CLR6: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR6: CLRP019 Position    */\r
-#define GPIO_PORT_CLR6_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP019_Pos)                    /*!< GPIO_PORT CLR6: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR6: CLRP020 Position    */\r
-#define GPIO_PORT_CLR6_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP020_Pos)                    /*!< GPIO_PORT CLR6: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR6: CLRP021 Position    */\r
-#define GPIO_PORT_CLR6_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP021_Pos)                    /*!< GPIO_PORT CLR6: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR6: CLRP022 Position    */\r
-#define GPIO_PORT_CLR6_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP022_Pos)                    /*!< GPIO_PORT CLR6: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR6: CLRP023 Position    */\r
-#define GPIO_PORT_CLR6_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP023_Pos)                    /*!< GPIO_PORT CLR6: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR6: CLRP024 Position    */\r
-#define GPIO_PORT_CLR6_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP024_Pos)                    /*!< GPIO_PORT CLR6: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR6: CLRP025 Position    */\r
-#define GPIO_PORT_CLR6_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP025_Pos)                    /*!< GPIO_PORT CLR6: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR6: CLRP026 Position    */\r
-#define GPIO_PORT_CLR6_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP026_Pos)                    /*!< GPIO_PORT CLR6: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR6: CLRP027 Position    */\r
-#define GPIO_PORT_CLR6_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP027_Pos)                    /*!< GPIO_PORT CLR6: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR6: CLRP028 Position    */\r
-#define GPIO_PORT_CLR6_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP028_Pos)                    /*!< GPIO_PORT CLR6: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR6: CLRP029 Position    */\r
-#define GPIO_PORT_CLR6_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP029_Pos)                    /*!< GPIO_PORT CLR6: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR6: CLRP030 Position    */\r
-#define GPIO_PORT_CLR6_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP030_Pos)                    /*!< GPIO_PORT CLR6: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR6_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR6: CLRP031 Position    */\r
-#define GPIO_PORT_CLR6_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR6_CLRP031_Pos)                    /*!< GPIO_PORT CLR6: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_CLR7  -----------------------------------------\r
-#define GPIO_PORT_CLR7_CLRP00_Pos                             0                                                         /*!< GPIO_PORT CLR7: CLRP00 Position     */\r
-#define GPIO_PORT_CLR7_CLRP00_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP00_Pos)                     /*!< GPIO_PORT CLR7: CLRP00 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP01_Pos                             1                                                         /*!< GPIO_PORT CLR7: CLRP01 Position     */\r
-#define GPIO_PORT_CLR7_CLRP01_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP01_Pos)                     /*!< GPIO_PORT CLR7: CLRP01 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP02_Pos                             2                                                         /*!< GPIO_PORT CLR7: CLRP02 Position     */\r
-#define GPIO_PORT_CLR7_CLRP02_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP02_Pos)                     /*!< GPIO_PORT CLR7: CLRP02 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP03_Pos                             3                                                         /*!< GPIO_PORT CLR7: CLRP03 Position     */\r
-#define GPIO_PORT_CLR7_CLRP03_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP03_Pos)                     /*!< GPIO_PORT CLR7: CLRP03 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP04_Pos                             4                                                         /*!< GPIO_PORT CLR7: CLRP04 Position     */\r
-#define GPIO_PORT_CLR7_CLRP04_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP04_Pos)                     /*!< GPIO_PORT CLR7: CLRP04 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP05_Pos                             5                                                         /*!< GPIO_PORT CLR7: CLRP05 Position     */\r
-#define GPIO_PORT_CLR7_CLRP05_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP05_Pos)                     /*!< GPIO_PORT CLR7: CLRP05 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP06_Pos                             6                                                         /*!< GPIO_PORT CLR7: CLRP06 Position     */\r
-#define GPIO_PORT_CLR7_CLRP06_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP06_Pos)                     /*!< GPIO_PORT CLR7: CLRP06 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP07_Pos                             7                                                         /*!< GPIO_PORT CLR7: CLRP07 Position     */\r
-#define GPIO_PORT_CLR7_CLRP07_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP07_Pos)                     /*!< GPIO_PORT CLR7: CLRP07 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP08_Pos                             8                                                         /*!< GPIO_PORT CLR7: CLRP08 Position     */\r
-#define GPIO_PORT_CLR7_CLRP08_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP08_Pos)                     /*!< GPIO_PORT CLR7: CLRP08 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP09_Pos                             9                                                         /*!< GPIO_PORT CLR7: CLRP09 Position     */\r
-#define GPIO_PORT_CLR7_CLRP09_Msk                             (0x01UL << GPIO_PORT_CLR7_CLRP09_Pos)                     /*!< GPIO_PORT CLR7: CLRP09 Mask         */\r
-#define GPIO_PORT_CLR7_CLRP010_Pos                            10                                                        /*!< GPIO_PORT CLR7: CLRP010 Position    */\r
-#define GPIO_PORT_CLR7_CLRP010_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP010_Pos)                    /*!< GPIO_PORT CLR7: CLRP010 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP011_Pos                            11                                                        /*!< GPIO_PORT CLR7: CLRP011 Position    */\r
-#define GPIO_PORT_CLR7_CLRP011_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP011_Pos)                    /*!< GPIO_PORT CLR7: CLRP011 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP012_Pos                            12                                                        /*!< GPIO_PORT CLR7: CLRP012 Position    */\r
-#define GPIO_PORT_CLR7_CLRP012_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP012_Pos)                    /*!< GPIO_PORT CLR7: CLRP012 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP013_Pos                            13                                                        /*!< GPIO_PORT CLR7: CLRP013 Position    */\r
-#define GPIO_PORT_CLR7_CLRP013_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP013_Pos)                    /*!< GPIO_PORT CLR7: CLRP013 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP014_Pos                            14                                                        /*!< GPIO_PORT CLR7: CLRP014 Position    */\r
-#define GPIO_PORT_CLR7_CLRP014_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP014_Pos)                    /*!< GPIO_PORT CLR7: CLRP014 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP015_Pos                            15                                                        /*!< GPIO_PORT CLR7: CLRP015 Position    */\r
-#define GPIO_PORT_CLR7_CLRP015_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP015_Pos)                    /*!< GPIO_PORT CLR7: CLRP015 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP016_Pos                            16                                                        /*!< GPIO_PORT CLR7: CLRP016 Position    */\r
-#define GPIO_PORT_CLR7_CLRP016_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP016_Pos)                    /*!< GPIO_PORT CLR7: CLRP016 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP017_Pos                            17                                                        /*!< GPIO_PORT CLR7: CLRP017 Position    */\r
-#define GPIO_PORT_CLR7_CLRP017_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP017_Pos)                    /*!< GPIO_PORT CLR7: CLRP017 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP018_Pos                            18                                                        /*!< GPIO_PORT CLR7: CLRP018 Position    */\r
-#define GPIO_PORT_CLR7_CLRP018_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP018_Pos)                    /*!< GPIO_PORT CLR7: CLRP018 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP019_Pos                            19                                                        /*!< GPIO_PORT CLR7: CLRP019 Position    */\r
-#define GPIO_PORT_CLR7_CLRP019_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP019_Pos)                    /*!< GPIO_PORT CLR7: CLRP019 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP020_Pos                            20                                                        /*!< GPIO_PORT CLR7: CLRP020 Position    */\r
-#define GPIO_PORT_CLR7_CLRP020_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP020_Pos)                    /*!< GPIO_PORT CLR7: CLRP020 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP021_Pos                            21                                                        /*!< GPIO_PORT CLR7: CLRP021 Position    */\r
-#define GPIO_PORT_CLR7_CLRP021_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP021_Pos)                    /*!< GPIO_PORT CLR7: CLRP021 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP022_Pos                            22                                                        /*!< GPIO_PORT CLR7: CLRP022 Position    */\r
-#define GPIO_PORT_CLR7_CLRP022_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP022_Pos)                    /*!< GPIO_PORT CLR7: CLRP022 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP023_Pos                            23                                                        /*!< GPIO_PORT CLR7: CLRP023 Position    */\r
-#define GPIO_PORT_CLR7_CLRP023_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP023_Pos)                    /*!< GPIO_PORT CLR7: CLRP023 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP024_Pos                            24                                                        /*!< GPIO_PORT CLR7: CLRP024 Position    */\r
-#define GPIO_PORT_CLR7_CLRP024_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP024_Pos)                    /*!< GPIO_PORT CLR7: CLRP024 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP025_Pos                            25                                                        /*!< GPIO_PORT CLR7: CLRP025 Position    */\r
-#define GPIO_PORT_CLR7_CLRP025_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP025_Pos)                    /*!< GPIO_PORT CLR7: CLRP025 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP026_Pos                            26                                                        /*!< GPIO_PORT CLR7: CLRP026 Position    */\r
-#define GPIO_PORT_CLR7_CLRP026_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP026_Pos)                    /*!< GPIO_PORT CLR7: CLRP026 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP027_Pos                            27                                                        /*!< GPIO_PORT CLR7: CLRP027 Position    */\r
-#define GPIO_PORT_CLR7_CLRP027_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP027_Pos)                    /*!< GPIO_PORT CLR7: CLRP027 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP028_Pos                            28                                                        /*!< GPIO_PORT CLR7: CLRP028 Position    */\r
-#define GPIO_PORT_CLR7_CLRP028_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP028_Pos)                    /*!< GPIO_PORT CLR7: CLRP028 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP029_Pos                            29                                                        /*!< GPIO_PORT CLR7: CLRP029 Position    */\r
-#define GPIO_PORT_CLR7_CLRP029_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP029_Pos)                    /*!< GPIO_PORT CLR7: CLRP029 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP030_Pos                            30                                                        /*!< GPIO_PORT CLR7: CLRP030 Position    */\r
-#define GPIO_PORT_CLR7_CLRP030_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP030_Pos)                    /*!< GPIO_PORT CLR7: CLRP030 Mask        */\r
-#define GPIO_PORT_CLR7_CLRP031_Pos                            31                                                        /*!< GPIO_PORT CLR7: CLRP031 Position    */\r
-#define GPIO_PORT_CLR7_CLRP031_Msk                            (0x01UL << GPIO_PORT_CLR7_CLRP031_Pos)                    /*!< GPIO_PORT CLR7: CLRP031 Mask        */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT0  -----------------------------------------\r
-#define GPIO_PORT_NOT0_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT0: NOTP0 Position      */\r
-#define GPIO_PORT_NOT0_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP0_Pos)                      /*!< GPIO_PORT NOT0: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT0: NOTP1 Position      */\r
-#define GPIO_PORT_NOT0_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP1_Pos)                      /*!< GPIO_PORT NOT0: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT0: NOTP2 Position      */\r
-#define GPIO_PORT_NOT0_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP2_Pos)                      /*!< GPIO_PORT NOT0: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT0: NOTP3 Position      */\r
-#define GPIO_PORT_NOT0_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP3_Pos)                      /*!< GPIO_PORT NOT0: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT0: NOTP4 Position      */\r
-#define GPIO_PORT_NOT0_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP4_Pos)                      /*!< GPIO_PORT NOT0: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT0: NOTP5 Position      */\r
-#define GPIO_PORT_NOT0_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP5_Pos)                      /*!< GPIO_PORT NOT0: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT0: NOTP6 Position      */\r
-#define GPIO_PORT_NOT0_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP6_Pos)                      /*!< GPIO_PORT NOT0: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT0: NOTP7 Position      */\r
-#define GPIO_PORT_NOT0_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP7_Pos)                      /*!< GPIO_PORT NOT0: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT0: NOTP8 Position      */\r
-#define GPIO_PORT_NOT0_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP8_Pos)                      /*!< GPIO_PORT NOT0: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT0: NOTP9 Position      */\r
-#define GPIO_PORT_NOT0_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT0_NOTP9_Pos)                      /*!< GPIO_PORT NOT0: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT0_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT0: NOTP10 Position     */\r
-#define GPIO_PORT_NOT0_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP10_Pos)                     /*!< GPIO_PORT NOT0: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT0: NOTP11 Position     */\r
-#define GPIO_PORT_NOT0_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP11_Pos)                     /*!< GPIO_PORT NOT0: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT0: NOTP12 Position     */\r
-#define GPIO_PORT_NOT0_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP12_Pos)                     /*!< GPIO_PORT NOT0: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT0: NOTP13 Position     */\r
-#define GPIO_PORT_NOT0_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP13_Pos)                     /*!< GPIO_PORT NOT0: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT0: NOTP14 Position     */\r
-#define GPIO_PORT_NOT0_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP14_Pos)                     /*!< GPIO_PORT NOT0: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT0: NOTP15 Position     */\r
-#define GPIO_PORT_NOT0_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP15_Pos)                     /*!< GPIO_PORT NOT0: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT0: NOTP16 Position     */\r
-#define GPIO_PORT_NOT0_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP16_Pos)                     /*!< GPIO_PORT NOT0: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT0: NOTP17 Position     */\r
-#define GPIO_PORT_NOT0_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP17_Pos)                     /*!< GPIO_PORT NOT0: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT0: NOTP18 Position     */\r
-#define GPIO_PORT_NOT0_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP18_Pos)                     /*!< GPIO_PORT NOT0: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT0: NOTP19 Position     */\r
-#define GPIO_PORT_NOT0_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP19_Pos)                     /*!< GPIO_PORT NOT0: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT0: NOTP20 Position     */\r
-#define GPIO_PORT_NOT0_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP20_Pos)                     /*!< GPIO_PORT NOT0: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT0: NOTP21 Position     */\r
-#define GPIO_PORT_NOT0_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP21_Pos)                     /*!< GPIO_PORT NOT0: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT0: NOTP22 Position     */\r
-#define GPIO_PORT_NOT0_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP22_Pos)                     /*!< GPIO_PORT NOT0: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT0: NOTP23 Position     */\r
-#define GPIO_PORT_NOT0_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP23_Pos)                     /*!< GPIO_PORT NOT0: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT0: NOTP24 Position     */\r
-#define GPIO_PORT_NOT0_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP24_Pos)                     /*!< GPIO_PORT NOT0: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT0: NOTP25 Position     */\r
-#define GPIO_PORT_NOT0_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP25_Pos)                     /*!< GPIO_PORT NOT0: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT0: NOTP26 Position     */\r
-#define GPIO_PORT_NOT0_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP26_Pos)                     /*!< GPIO_PORT NOT0: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT0: NOTP27 Position     */\r
-#define GPIO_PORT_NOT0_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP27_Pos)                     /*!< GPIO_PORT NOT0: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT0: NOTP28 Position     */\r
-#define GPIO_PORT_NOT0_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP28_Pos)                     /*!< GPIO_PORT NOT0: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT0: NOTP29 Position     */\r
-#define GPIO_PORT_NOT0_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP29_Pos)                     /*!< GPIO_PORT NOT0: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT0: NOTP30 Position     */\r
-#define GPIO_PORT_NOT0_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP30_Pos)                     /*!< GPIO_PORT NOT0: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT0_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT0: NOTP31 Position     */\r
-#define GPIO_PORT_NOT0_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT0_NOTP31_Pos)                     /*!< GPIO_PORT NOT0: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT1  -----------------------------------------\r
-#define GPIO_PORT_NOT1_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT1: NOTP0 Position      */\r
-#define GPIO_PORT_NOT1_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP0_Pos)                      /*!< GPIO_PORT NOT1: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT1: NOTP1 Position      */\r
-#define GPIO_PORT_NOT1_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP1_Pos)                      /*!< GPIO_PORT NOT1: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT1: NOTP2 Position      */\r
-#define GPIO_PORT_NOT1_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP2_Pos)                      /*!< GPIO_PORT NOT1: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT1: NOTP3 Position      */\r
-#define GPIO_PORT_NOT1_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP3_Pos)                      /*!< GPIO_PORT NOT1: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT1: NOTP4 Position      */\r
-#define GPIO_PORT_NOT1_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP4_Pos)                      /*!< GPIO_PORT NOT1: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT1: NOTP5 Position      */\r
-#define GPIO_PORT_NOT1_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP5_Pos)                      /*!< GPIO_PORT NOT1: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT1: NOTP6 Position      */\r
-#define GPIO_PORT_NOT1_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP6_Pos)                      /*!< GPIO_PORT NOT1: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT1: NOTP7 Position      */\r
-#define GPIO_PORT_NOT1_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP7_Pos)                      /*!< GPIO_PORT NOT1: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT1: NOTP8 Position      */\r
-#define GPIO_PORT_NOT1_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP8_Pos)                      /*!< GPIO_PORT NOT1: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT1: NOTP9 Position      */\r
-#define GPIO_PORT_NOT1_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT1_NOTP9_Pos)                      /*!< GPIO_PORT NOT1: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT1_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT1: NOTP10 Position     */\r
-#define GPIO_PORT_NOT1_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP10_Pos)                     /*!< GPIO_PORT NOT1: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT1: NOTP11 Position     */\r
-#define GPIO_PORT_NOT1_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP11_Pos)                     /*!< GPIO_PORT NOT1: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT1: NOTP12 Position     */\r
-#define GPIO_PORT_NOT1_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP12_Pos)                     /*!< GPIO_PORT NOT1: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT1: NOTP13 Position     */\r
-#define GPIO_PORT_NOT1_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP13_Pos)                     /*!< GPIO_PORT NOT1: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT1: NOTP14 Position     */\r
-#define GPIO_PORT_NOT1_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP14_Pos)                     /*!< GPIO_PORT NOT1: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT1: NOTP15 Position     */\r
-#define GPIO_PORT_NOT1_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP15_Pos)                     /*!< GPIO_PORT NOT1: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT1: NOTP16 Position     */\r
-#define GPIO_PORT_NOT1_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP16_Pos)                     /*!< GPIO_PORT NOT1: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT1: NOTP17 Position     */\r
-#define GPIO_PORT_NOT1_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP17_Pos)                     /*!< GPIO_PORT NOT1: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT1: NOTP18 Position     */\r
-#define GPIO_PORT_NOT1_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP18_Pos)                     /*!< GPIO_PORT NOT1: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT1: NOTP19 Position     */\r
-#define GPIO_PORT_NOT1_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP19_Pos)                     /*!< GPIO_PORT NOT1: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT1: NOTP20 Position     */\r
-#define GPIO_PORT_NOT1_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP20_Pos)                     /*!< GPIO_PORT NOT1: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT1: NOTP21 Position     */\r
-#define GPIO_PORT_NOT1_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP21_Pos)                     /*!< GPIO_PORT NOT1: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT1: NOTP22 Position     */\r
-#define GPIO_PORT_NOT1_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP22_Pos)                     /*!< GPIO_PORT NOT1: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT1: NOTP23 Position     */\r
-#define GPIO_PORT_NOT1_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP23_Pos)                     /*!< GPIO_PORT NOT1: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT1: NOTP24 Position     */\r
-#define GPIO_PORT_NOT1_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP24_Pos)                     /*!< GPIO_PORT NOT1: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT1: NOTP25 Position     */\r
-#define GPIO_PORT_NOT1_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP25_Pos)                     /*!< GPIO_PORT NOT1: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT1: NOTP26 Position     */\r
-#define GPIO_PORT_NOT1_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP26_Pos)                     /*!< GPIO_PORT NOT1: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT1: NOTP27 Position     */\r
-#define GPIO_PORT_NOT1_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP27_Pos)                     /*!< GPIO_PORT NOT1: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT1: NOTP28 Position     */\r
-#define GPIO_PORT_NOT1_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP28_Pos)                     /*!< GPIO_PORT NOT1: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT1: NOTP29 Position     */\r
-#define GPIO_PORT_NOT1_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP29_Pos)                     /*!< GPIO_PORT NOT1: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT1: NOTP30 Position     */\r
-#define GPIO_PORT_NOT1_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP30_Pos)                     /*!< GPIO_PORT NOT1: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT1_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT1: NOTP31 Position     */\r
-#define GPIO_PORT_NOT1_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT1_NOTP31_Pos)                     /*!< GPIO_PORT NOT1: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT2  -----------------------------------------\r
-#define GPIO_PORT_NOT2_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT2: NOTP0 Position      */\r
-#define GPIO_PORT_NOT2_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP0_Pos)                      /*!< GPIO_PORT NOT2: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT2: NOTP1 Position      */\r
-#define GPIO_PORT_NOT2_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP1_Pos)                      /*!< GPIO_PORT NOT2: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT2: NOTP2 Position      */\r
-#define GPIO_PORT_NOT2_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP2_Pos)                      /*!< GPIO_PORT NOT2: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT2: NOTP3 Position      */\r
-#define GPIO_PORT_NOT2_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP3_Pos)                      /*!< GPIO_PORT NOT2: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT2: NOTP4 Position      */\r
-#define GPIO_PORT_NOT2_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP4_Pos)                      /*!< GPIO_PORT NOT2: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT2: NOTP5 Position      */\r
-#define GPIO_PORT_NOT2_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP5_Pos)                      /*!< GPIO_PORT NOT2: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT2: NOTP6 Position      */\r
-#define GPIO_PORT_NOT2_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP6_Pos)                      /*!< GPIO_PORT NOT2: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT2: NOTP7 Position      */\r
-#define GPIO_PORT_NOT2_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP7_Pos)                      /*!< GPIO_PORT NOT2: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT2: NOTP8 Position      */\r
-#define GPIO_PORT_NOT2_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP8_Pos)                      /*!< GPIO_PORT NOT2: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT2: NOTP9 Position      */\r
-#define GPIO_PORT_NOT2_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT2_NOTP9_Pos)                      /*!< GPIO_PORT NOT2: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT2_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT2: NOTP10 Position     */\r
-#define GPIO_PORT_NOT2_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP10_Pos)                     /*!< GPIO_PORT NOT2: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT2: NOTP11 Position     */\r
-#define GPIO_PORT_NOT2_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP11_Pos)                     /*!< GPIO_PORT NOT2: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT2: NOTP12 Position     */\r
-#define GPIO_PORT_NOT2_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP12_Pos)                     /*!< GPIO_PORT NOT2: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT2: NOTP13 Position     */\r
-#define GPIO_PORT_NOT2_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP13_Pos)                     /*!< GPIO_PORT NOT2: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT2: NOTP14 Position     */\r
-#define GPIO_PORT_NOT2_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP14_Pos)                     /*!< GPIO_PORT NOT2: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT2: NOTP15 Position     */\r
-#define GPIO_PORT_NOT2_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP15_Pos)                     /*!< GPIO_PORT NOT2: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT2: NOTP16 Position     */\r
-#define GPIO_PORT_NOT2_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP16_Pos)                     /*!< GPIO_PORT NOT2: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT2: NOTP17 Position     */\r
-#define GPIO_PORT_NOT2_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP17_Pos)                     /*!< GPIO_PORT NOT2: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT2: NOTP18 Position     */\r
-#define GPIO_PORT_NOT2_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP18_Pos)                     /*!< GPIO_PORT NOT2: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT2: NOTP19 Position     */\r
-#define GPIO_PORT_NOT2_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP19_Pos)                     /*!< GPIO_PORT NOT2: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT2: NOTP20 Position     */\r
-#define GPIO_PORT_NOT2_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP20_Pos)                     /*!< GPIO_PORT NOT2: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT2: NOTP21 Position     */\r
-#define GPIO_PORT_NOT2_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP21_Pos)                     /*!< GPIO_PORT NOT2: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT2: NOTP22 Position     */\r
-#define GPIO_PORT_NOT2_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP22_Pos)                     /*!< GPIO_PORT NOT2: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT2: NOTP23 Position     */\r
-#define GPIO_PORT_NOT2_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP23_Pos)                     /*!< GPIO_PORT NOT2: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT2: NOTP24 Position     */\r
-#define GPIO_PORT_NOT2_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP24_Pos)                     /*!< GPIO_PORT NOT2: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT2: NOTP25 Position     */\r
-#define GPIO_PORT_NOT2_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP25_Pos)                     /*!< GPIO_PORT NOT2: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT2: NOTP26 Position     */\r
-#define GPIO_PORT_NOT2_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP26_Pos)                     /*!< GPIO_PORT NOT2: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT2: NOTP27 Position     */\r
-#define GPIO_PORT_NOT2_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP27_Pos)                     /*!< GPIO_PORT NOT2: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT2: NOTP28 Position     */\r
-#define GPIO_PORT_NOT2_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP28_Pos)                     /*!< GPIO_PORT NOT2: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT2: NOTP29 Position     */\r
-#define GPIO_PORT_NOT2_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP29_Pos)                     /*!< GPIO_PORT NOT2: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT2: NOTP30 Position     */\r
-#define GPIO_PORT_NOT2_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP30_Pos)                     /*!< GPIO_PORT NOT2: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT2_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT2: NOTP31 Position     */\r
-#define GPIO_PORT_NOT2_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT2_NOTP31_Pos)                     /*!< GPIO_PORT NOT2: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT3  -----------------------------------------\r
-#define GPIO_PORT_NOT3_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT3: NOTP0 Position      */\r
-#define GPIO_PORT_NOT3_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP0_Pos)                      /*!< GPIO_PORT NOT3: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT3: NOTP1 Position      */\r
-#define GPIO_PORT_NOT3_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP1_Pos)                      /*!< GPIO_PORT NOT3: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT3: NOTP2 Position      */\r
-#define GPIO_PORT_NOT3_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP2_Pos)                      /*!< GPIO_PORT NOT3: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT3: NOTP3 Position      */\r
-#define GPIO_PORT_NOT3_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP3_Pos)                      /*!< GPIO_PORT NOT3: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT3: NOTP4 Position      */\r
-#define GPIO_PORT_NOT3_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP4_Pos)                      /*!< GPIO_PORT NOT3: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT3: NOTP5 Position      */\r
-#define GPIO_PORT_NOT3_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP5_Pos)                      /*!< GPIO_PORT NOT3: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT3: NOTP6 Position      */\r
-#define GPIO_PORT_NOT3_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP6_Pos)                      /*!< GPIO_PORT NOT3: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT3: NOTP7 Position      */\r
-#define GPIO_PORT_NOT3_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP7_Pos)                      /*!< GPIO_PORT NOT3: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT3: NOTP8 Position      */\r
-#define GPIO_PORT_NOT3_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP8_Pos)                      /*!< GPIO_PORT NOT3: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT3: NOTP9 Position      */\r
-#define GPIO_PORT_NOT3_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT3_NOTP9_Pos)                      /*!< GPIO_PORT NOT3: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT3_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT3: NOTP10 Position     */\r
-#define GPIO_PORT_NOT3_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP10_Pos)                     /*!< GPIO_PORT NOT3: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT3: NOTP11 Position     */\r
-#define GPIO_PORT_NOT3_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP11_Pos)                     /*!< GPIO_PORT NOT3: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT3: NOTP12 Position     */\r
-#define GPIO_PORT_NOT3_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP12_Pos)                     /*!< GPIO_PORT NOT3: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT3: NOTP13 Position     */\r
-#define GPIO_PORT_NOT3_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP13_Pos)                     /*!< GPIO_PORT NOT3: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT3: NOTP14 Position     */\r
-#define GPIO_PORT_NOT3_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP14_Pos)                     /*!< GPIO_PORT NOT3: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT3: NOTP15 Position     */\r
-#define GPIO_PORT_NOT3_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP15_Pos)                     /*!< GPIO_PORT NOT3: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT3: NOTP16 Position     */\r
-#define GPIO_PORT_NOT3_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP16_Pos)                     /*!< GPIO_PORT NOT3: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT3: NOTP17 Position     */\r
-#define GPIO_PORT_NOT3_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP17_Pos)                     /*!< GPIO_PORT NOT3: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT3: NOTP18 Position     */\r
-#define GPIO_PORT_NOT3_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP18_Pos)                     /*!< GPIO_PORT NOT3: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT3: NOTP19 Position     */\r
-#define GPIO_PORT_NOT3_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP19_Pos)                     /*!< GPIO_PORT NOT3: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT3: NOTP20 Position     */\r
-#define GPIO_PORT_NOT3_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP20_Pos)                     /*!< GPIO_PORT NOT3: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT3: NOTP21 Position     */\r
-#define GPIO_PORT_NOT3_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP21_Pos)                     /*!< GPIO_PORT NOT3: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT3: NOTP22 Position     */\r
-#define GPIO_PORT_NOT3_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP22_Pos)                     /*!< GPIO_PORT NOT3: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT3: NOTP23 Position     */\r
-#define GPIO_PORT_NOT3_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP23_Pos)                     /*!< GPIO_PORT NOT3: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT3: NOTP24 Position     */\r
-#define GPIO_PORT_NOT3_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP24_Pos)                     /*!< GPIO_PORT NOT3: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT3: NOTP25 Position     */\r
-#define GPIO_PORT_NOT3_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP25_Pos)                     /*!< GPIO_PORT NOT3: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT3: NOTP26 Position     */\r
-#define GPIO_PORT_NOT3_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP26_Pos)                     /*!< GPIO_PORT NOT3: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT3: NOTP27 Position     */\r
-#define GPIO_PORT_NOT3_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP27_Pos)                     /*!< GPIO_PORT NOT3: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT3: NOTP28 Position     */\r
-#define GPIO_PORT_NOT3_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP28_Pos)                     /*!< GPIO_PORT NOT3: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT3: NOTP29 Position     */\r
-#define GPIO_PORT_NOT3_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP29_Pos)                     /*!< GPIO_PORT NOT3: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT3: NOTP30 Position     */\r
-#define GPIO_PORT_NOT3_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP30_Pos)                     /*!< GPIO_PORT NOT3: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT3_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT3: NOTP31 Position     */\r
-#define GPIO_PORT_NOT3_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT3_NOTP31_Pos)                     /*!< GPIO_PORT NOT3: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT4  -----------------------------------------\r
-#define GPIO_PORT_NOT4_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT4: NOTP0 Position      */\r
-#define GPIO_PORT_NOT4_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP0_Pos)                      /*!< GPIO_PORT NOT4: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT4: NOTP1 Position      */\r
-#define GPIO_PORT_NOT4_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP1_Pos)                      /*!< GPIO_PORT NOT4: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT4: NOTP2 Position      */\r
-#define GPIO_PORT_NOT4_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP2_Pos)                      /*!< GPIO_PORT NOT4: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT4: NOTP3 Position      */\r
-#define GPIO_PORT_NOT4_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP3_Pos)                      /*!< GPIO_PORT NOT4: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT4: NOTP4 Position      */\r
-#define GPIO_PORT_NOT4_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP4_Pos)                      /*!< GPIO_PORT NOT4: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT4: NOTP5 Position      */\r
-#define GPIO_PORT_NOT4_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP5_Pos)                      /*!< GPIO_PORT NOT4: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT4: NOTP6 Position      */\r
-#define GPIO_PORT_NOT4_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP6_Pos)                      /*!< GPIO_PORT NOT4: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT4: NOTP7 Position      */\r
-#define GPIO_PORT_NOT4_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP7_Pos)                      /*!< GPIO_PORT NOT4: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT4: NOTP8 Position      */\r
-#define GPIO_PORT_NOT4_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP8_Pos)                      /*!< GPIO_PORT NOT4: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT4: NOTP9 Position      */\r
-#define GPIO_PORT_NOT4_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT4_NOTP9_Pos)                      /*!< GPIO_PORT NOT4: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT4_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT4: NOTP10 Position     */\r
-#define GPIO_PORT_NOT4_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP10_Pos)                     /*!< GPIO_PORT NOT4: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT4: NOTP11 Position     */\r
-#define GPIO_PORT_NOT4_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP11_Pos)                     /*!< GPIO_PORT NOT4: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT4: NOTP12 Position     */\r
-#define GPIO_PORT_NOT4_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP12_Pos)                     /*!< GPIO_PORT NOT4: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT4: NOTP13 Position     */\r
-#define GPIO_PORT_NOT4_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP13_Pos)                     /*!< GPIO_PORT NOT4: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT4: NOTP14 Position     */\r
-#define GPIO_PORT_NOT4_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP14_Pos)                     /*!< GPIO_PORT NOT4: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT4: NOTP15 Position     */\r
-#define GPIO_PORT_NOT4_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP15_Pos)                     /*!< GPIO_PORT NOT4: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT4: NOTP16 Position     */\r
-#define GPIO_PORT_NOT4_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP16_Pos)                     /*!< GPIO_PORT NOT4: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT4: NOTP17 Position     */\r
-#define GPIO_PORT_NOT4_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP17_Pos)                     /*!< GPIO_PORT NOT4: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT4: NOTP18 Position     */\r
-#define GPIO_PORT_NOT4_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP18_Pos)                     /*!< GPIO_PORT NOT4: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT4: NOTP19 Position     */\r
-#define GPIO_PORT_NOT4_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP19_Pos)                     /*!< GPIO_PORT NOT4: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT4: NOTP20 Position     */\r
-#define GPIO_PORT_NOT4_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP20_Pos)                     /*!< GPIO_PORT NOT4: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT4: NOTP21 Position     */\r
-#define GPIO_PORT_NOT4_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP21_Pos)                     /*!< GPIO_PORT NOT4: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT4: NOTP22 Position     */\r
-#define GPIO_PORT_NOT4_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP22_Pos)                     /*!< GPIO_PORT NOT4: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT4: NOTP23 Position     */\r
-#define GPIO_PORT_NOT4_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP23_Pos)                     /*!< GPIO_PORT NOT4: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT4: NOTP24 Position     */\r
-#define GPIO_PORT_NOT4_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP24_Pos)                     /*!< GPIO_PORT NOT4: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT4: NOTP25 Position     */\r
-#define GPIO_PORT_NOT4_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP25_Pos)                     /*!< GPIO_PORT NOT4: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT4: NOTP26 Position     */\r
-#define GPIO_PORT_NOT4_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP26_Pos)                     /*!< GPIO_PORT NOT4: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT4: NOTP27 Position     */\r
-#define GPIO_PORT_NOT4_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP27_Pos)                     /*!< GPIO_PORT NOT4: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT4: NOTP28 Position     */\r
-#define GPIO_PORT_NOT4_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP28_Pos)                     /*!< GPIO_PORT NOT4: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT4: NOTP29 Position     */\r
-#define GPIO_PORT_NOT4_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP29_Pos)                     /*!< GPIO_PORT NOT4: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT4: NOTP30 Position     */\r
-#define GPIO_PORT_NOT4_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP30_Pos)                     /*!< GPIO_PORT NOT4: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT4_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT4: NOTP31 Position     */\r
-#define GPIO_PORT_NOT4_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT4_NOTP31_Pos)                     /*!< GPIO_PORT NOT4: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT5  -----------------------------------------\r
-#define GPIO_PORT_NOT5_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT5: NOTP0 Position      */\r
-#define GPIO_PORT_NOT5_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP0_Pos)                      /*!< GPIO_PORT NOT5: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT5: NOTP1 Position      */\r
-#define GPIO_PORT_NOT5_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP1_Pos)                      /*!< GPIO_PORT NOT5: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT5: NOTP2 Position      */\r
-#define GPIO_PORT_NOT5_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP2_Pos)                      /*!< GPIO_PORT NOT5: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT5: NOTP3 Position      */\r
-#define GPIO_PORT_NOT5_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP3_Pos)                      /*!< GPIO_PORT NOT5: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT5: NOTP4 Position      */\r
-#define GPIO_PORT_NOT5_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP4_Pos)                      /*!< GPIO_PORT NOT5: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT5: NOTP5 Position      */\r
-#define GPIO_PORT_NOT5_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP5_Pos)                      /*!< GPIO_PORT NOT5: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT5: NOTP6 Position      */\r
-#define GPIO_PORT_NOT5_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP6_Pos)                      /*!< GPIO_PORT NOT5: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT5: NOTP7 Position      */\r
-#define GPIO_PORT_NOT5_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP7_Pos)                      /*!< GPIO_PORT NOT5: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT5: NOTP8 Position      */\r
-#define GPIO_PORT_NOT5_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP8_Pos)                      /*!< GPIO_PORT NOT5: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT5: NOTP9 Position      */\r
-#define GPIO_PORT_NOT5_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT5_NOTP9_Pos)                      /*!< GPIO_PORT NOT5: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT5_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT5: NOTP10 Position     */\r
-#define GPIO_PORT_NOT5_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP10_Pos)                     /*!< GPIO_PORT NOT5: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT5: NOTP11 Position     */\r
-#define GPIO_PORT_NOT5_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP11_Pos)                     /*!< GPIO_PORT NOT5: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT5: NOTP12 Position     */\r
-#define GPIO_PORT_NOT5_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP12_Pos)                     /*!< GPIO_PORT NOT5: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT5: NOTP13 Position     */\r
-#define GPIO_PORT_NOT5_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP13_Pos)                     /*!< GPIO_PORT NOT5: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT5: NOTP14 Position     */\r
-#define GPIO_PORT_NOT5_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP14_Pos)                     /*!< GPIO_PORT NOT5: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT5: NOTP15 Position     */\r
-#define GPIO_PORT_NOT5_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP15_Pos)                     /*!< GPIO_PORT NOT5: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT5: NOTP16 Position     */\r
-#define GPIO_PORT_NOT5_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP16_Pos)                     /*!< GPIO_PORT NOT5: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT5: NOTP17 Position     */\r
-#define GPIO_PORT_NOT5_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP17_Pos)                     /*!< GPIO_PORT NOT5: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT5: NOTP18 Position     */\r
-#define GPIO_PORT_NOT5_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP18_Pos)                     /*!< GPIO_PORT NOT5: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT5: NOTP19 Position     */\r
-#define GPIO_PORT_NOT5_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP19_Pos)                     /*!< GPIO_PORT NOT5: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT5: NOTP20 Position     */\r
-#define GPIO_PORT_NOT5_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP20_Pos)                     /*!< GPIO_PORT NOT5: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT5: NOTP21 Position     */\r
-#define GPIO_PORT_NOT5_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP21_Pos)                     /*!< GPIO_PORT NOT5: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT5: NOTP22 Position     */\r
-#define GPIO_PORT_NOT5_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP22_Pos)                     /*!< GPIO_PORT NOT5: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT5: NOTP23 Position     */\r
-#define GPIO_PORT_NOT5_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP23_Pos)                     /*!< GPIO_PORT NOT5: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT5: NOTP24 Position     */\r
-#define GPIO_PORT_NOT5_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP24_Pos)                     /*!< GPIO_PORT NOT5: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT5: NOTP25 Position     */\r
-#define GPIO_PORT_NOT5_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP25_Pos)                     /*!< GPIO_PORT NOT5: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT5: NOTP26 Position     */\r
-#define GPIO_PORT_NOT5_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP26_Pos)                     /*!< GPIO_PORT NOT5: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT5: NOTP27 Position     */\r
-#define GPIO_PORT_NOT5_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP27_Pos)                     /*!< GPIO_PORT NOT5: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT5: NOTP28 Position     */\r
-#define GPIO_PORT_NOT5_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP28_Pos)                     /*!< GPIO_PORT NOT5: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT5: NOTP29 Position     */\r
-#define GPIO_PORT_NOT5_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP29_Pos)                     /*!< GPIO_PORT NOT5: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT5: NOTP30 Position     */\r
-#define GPIO_PORT_NOT5_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP30_Pos)                     /*!< GPIO_PORT NOT5: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT5_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT5: NOTP31 Position     */\r
-#define GPIO_PORT_NOT5_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT5_NOTP31_Pos)                     /*!< GPIO_PORT NOT5: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT6  -----------------------------------------\r
-#define GPIO_PORT_NOT6_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT6: NOTP0 Position      */\r
-#define GPIO_PORT_NOT6_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP0_Pos)                      /*!< GPIO_PORT NOT6: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT6: NOTP1 Position      */\r
-#define GPIO_PORT_NOT6_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP1_Pos)                      /*!< GPIO_PORT NOT6: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT6: NOTP2 Position      */\r
-#define GPIO_PORT_NOT6_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP2_Pos)                      /*!< GPIO_PORT NOT6: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT6: NOTP3 Position      */\r
-#define GPIO_PORT_NOT6_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP3_Pos)                      /*!< GPIO_PORT NOT6: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT6: NOTP4 Position      */\r
-#define GPIO_PORT_NOT6_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP4_Pos)                      /*!< GPIO_PORT NOT6: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT6: NOTP5 Position      */\r
-#define GPIO_PORT_NOT6_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP5_Pos)                      /*!< GPIO_PORT NOT6: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT6: NOTP6 Position      */\r
-#define GPIO_PORT_NOT6_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP6_Pos)                      /*!< GPIO_PORT NOT6: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT6: NOTP7 Position      */\r
-#define GPIO_PORT_NOT6_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP7_Pos)                      /*!< GPIO_PORT NOT6: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT6: NOTP8 Position      */\r
-#define GPIO_PORT_NOT6_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP8_Pos)                      /*!< GPIO_PORT NOT6: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT6: NOTP9 Position      */\r
-#define GPIO_PORT_NOT6_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT6_NOTP9_Pos)                      /*!< GPIO_PORT NOT6: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT6_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT6: NOTP10 Position     */\r
-#define GPIO_PORT_NOT6_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP10_Pos)                     /*!< GPIO_PORT NOT6: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT6: NOTP11 Position     */\r
-#define GPIO_PORT_NOT6_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP11_Pos)                     /*!< GPIO_PORT NOT6: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT6: NOTP12 Position     */\r
-#define GPIO_PORT_NOT6_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP12_Pos)                     /*!< GPIO_PORT NOT6: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT6: NOTP13 Position     */\r
-#define GPIO_PORT_NOT6_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP13_Pos)                     /*!< GPIO_PORT NOT6: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT6: NOTP14 Position     */\r
-#define GPIO_PORT_NOT6_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP14_Pos)                     /*!< GPIO_PORT NOT6: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT6: NOTP15 Position     */\r
-#define GPIO_PORT_NOT6_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP15_Pos)                     /*!< GPIO_PORT NOT6: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT6: NOTP16 Position     */\r
-#define GPIO_PORT_NOT6_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP16_Pos)                     /*!< GPIO_PORT NOT6: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT6: NOTP17 Position     */\r
-#define GPIO_PORT_NOT6_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP17_Pos)                     /*!< GPIO_PORT NOT6: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT6: NOTP18 Position     */\r
-#define GPIO_PORT_NOT6_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP18_Pos)                     /*!< GPIO_PORT NOT6: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT6: NOTP19 Position     */\r
-#define GPIO_PORT_NOT6_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP19_Pos)                     /*!< GPIO_PORT NOT6: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT6: NOTP20 Position     */\r
-#define GPIO_PORT_NOT6_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP20_Pos)                     /*!< GPIO_PORT NOT6: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT6: NOTP21 Position     */\r
-#define GPIO_PORT_NOT6_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP21_Pos)                     /*!< GPIO_PORT NOT6: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT6: NOTP22 Position     */\r
-#define GPIO_PORT_NOT6_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP22_Pos)                     /*!< GPIO_PORT NOT6: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT6: NOTP23 Position     */\r
-#define GPIO_PORT_NOT6_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP23_Pos)                     /*!< GPIO_PORT NOT6: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT6: NOTP24 Position     */\r
-#define GPIO_PORT_NOT6_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP24_Pos)                     /*!< GPIO_PORT NOT6: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT6: NOTP25 Position     */\r
-#define GPIO_PORT_NOT6_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP25_Pos)                     /*!< GPIO_PORT NOT6: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT6: NOTP26 Position     */\r
-#define GPIO_PORT_NOT6_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP26_Pos)                     /*!< GPIO_PORT NOT6: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT6: NOTP27 Position     */\r
-#define GPIO_PORT_NOT6_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP27_Pos)                     /*!< GPIO_PORT NOT6: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT6: NOTP28 Position     */\r
-#define GPIO_PORT_NOT6_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP28_Pos)                     /*!< GPIO_PORT NOT6: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT6: NOTP29 Position     */\r
-#define GPIO_PORT_NOT6_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP29_Pos)                     /*!< GPIO_PORT NOT6: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT6: NOTP30 Position     */\r
-#define GPIO_PORT_NOT6_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP30_Pos)                     /*!< GPIO_PORT NOT6: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT6_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT6: NOTP31 Position     */\r
-#define GPIO_PORT_NOT6_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT6_NOTP31_Pos)                     /*!< GPIO_PORT NOT6: NOTP31 Mask         */\r
-\r
-// -------------------------------------  GPIO_PORT_NOT7  -----------------------------------------\r
-#define GPIO_PORT_NOT7_NOTP0_Pos                              0                                                         /*!< GPIO_PORT NOT7: NOTP0 Position      */\r
-#define GPIO_PORT_NOT7_NOTP0_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP0_Pos)                      /*!< GPIO_PORT NOT7: NOTP0 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP1_Pos                              1                                                         /*!< GPIO_PORT NOT7: NOTP1 Position      */\r
-#define GPIO_PORT_NOT7_NOTP1_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP1_Pos)                      /*!< GPIO_PORT NOT7: NOTP1 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP2_Pos                              2                                                         /*!< GPIO_PORT NOT7: NOTP2 Position      */\r
-#define GPIO_PORT_NOT7_NOTP2_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP2_Pos)                      /*!< GPIO_PORT NOT7: NOTP2 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP3_Pos                              3                                                         /*!< GPIO_PORT NOT7: NOTP3 Position      */\r
-#define GPIO_PORT_NOT7_NOTP3_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP3_Pos)                      /*!< GPIO_PORT NOT7: NOTP3 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP4_Pos                              4                                                         /*!< GPIO_PORT NOT7: NOTP4 Position      */\r
-#define GPIO_PORT_NOT7_NOTP4_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP4_Pos)                      /*!< GPIO_PORT NOT7: NOTP4 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP5_Pos                              5                                                         /*!< GPIO_PORT NOT7: NOTP5 Position      */\r
-#define GPIO_PORT_NOT7_NOTP5_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP5_Pos)                      /*!< GPIO_PORT NOT7: NOTP5 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP6_Pos                              6                                                         /*!< GPIO_PORT NOT7: NOTP6 Position      */\r
-#define GPIO_PORT_NOT7_NOTP6_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP6_Pos)                      /*!< GPIO_PORT NOT7: NOTP6 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP7_Pos                              7                                                         /*!< GPIO_PORT NOT7: NOTP7 Position      */\r
-#define GPIO_PORT_NOT7_NOTP7_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP7_Pos)                      /*!< GPIO_PORT NOT7: NOTP7 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP8_Pos                              8                                                         /*!< GPIO_PORT NOT7: NOTP8 Position      */\r
-#define GPIO_PORT_NOT7_NOTP8_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP8_Pos)                      /*!< GPIO_PORT NOT7: NOTP8 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP9_Pos                              9                                                         /*!< GPIO_PORT NOT7: NOTP9 Position      */\r
-#define GPIO_PORT_NOT7_NOTP9_Msk                              (0x01UL << GPIO_PORT_NOT7_NOTP9_Pos)                      /*!< GPIO_PORT NOT7: NOTP9 Mask          */\r
-#define GPIO_PORT_NOT7_NOTP10_Pos                             10                                                        /*!< GPIO_PORT NOT7: NOTP10 Position     */\r
-#define GPIO_PORT_NOT7_NOTP10_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP10_Pos)                     /*!< GPIO_PORT NOT7: NOTP10 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP11_Pos                             11                                                        /*!< GPIO_PORT NOT7: NOTP11 Position     */\r
-#define GPIO_PORT_NOT7_NOTP11_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP11_Pos)                     /*!< GPIO_PORT NOT7: NOTP11 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP12_Pos                             12                                                        /*!< GPIO_PORT NOT7: NOTP12 Position     */\r
-#define GPIO_PORT_NOT7_NOTP12_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP12_Pos)                     /*!< GPIO_PORT NOT7: NOTP12 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP13_Pos                             13                                                        /*!< GPIO_PORT NOT7: NOTP13 Position     */\r
-#define GPIO_PORT_NOT7_NOTP13_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP13_Pos)                     /*!< GPIO_PORT NOT7: NOTP13 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP14_Pos                             14                                                        /*!< GPIO_PORT NOT7: NOTP14 Position     */\r
-#define GPIO_PORT_NOT7_NOTP14_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP14_Pos)                     /*!< GPIO_PORT NOT7: NOTP14 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP15_Pos                             15                                                        /*!< GPIO_PORT NOT7: NOTP15 Position     */\r
-#define GPIO_PORT_NOT7_NOTP15_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP15_Pos)                     /*!< GPIO_PORT NOT7: NOTP15 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP16_Pos                             16                                                        /*!< GPIO_PORT NOT7: NOTP16 Position     */\r
-#define GPIO_PORT_NOT7_NOTP16_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP16_Pos)                     /*!< GPIO_PORT NOT7: NOTP16 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP17_Pos                             17                                                        /*!< GPIO_PORT NOT7: NOTP17 Position     */\r
-#define GPIO_PORT_NOT7_NOTP17_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP17_Pos)                     /*!< GPIO_PORT NOT7: NOTP17 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP18_Pos                             18                                                        /*!< GPIO_PORT NOT7: NOTP18 Position     */\r
-#define GPIO_PORT_NOT7_NOTP18_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP18_Pos)                     /*!< GPIO_PORT NOT7: NOTP18 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP19_Pos                             19                                                        /*!< GPIO_PORT NOT7: NOTP19 Position     */\r
-#define GPIO_PORT_NOT7_NOTP19_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP19_Pos)                     /*!< GPIO_PORT NOT7: NOTP19 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP20_Pos                             20                                                        /*!< GPIO_PORT NOT7: NOTP20 Position     */\r
-#define GPIO_PORT_NOT7_NOTP20_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP20_Pos)                     /*!< GPIO_PORT NOT7: NOTP20 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP21_Pos                             21                                                        /*!< GPIO_PORT NOT7: NOTP21 Position     */\r
-#define GPIO_PORT_NOT7_NOTP21_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP21_Pos)                     /*!< GPIO_PORT NOT7: NOTP21 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP22_Pos                             22                                                        /*!< GPIO_PORT NOT7: NOTP22 Position     */\r
-#define GPIO_PORT_NOT7_NOTP22_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP22_Pos)                     /*!< GPIO_PORT NOT7: NOTP22 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP23_Pos                             23                                                        /*!< GPIO_PORT NOT7: NOTP23 Position     */\r
-#define GPIO_PORT_NOT7_NOTP23_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP23_Pos)                     /*!< GPIO_PORT NOT7: NOTP23 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP24_Pos                             24                                                        /*!< GPIO_PORT NOT7: NOTP24 Position     */\r
-#define GPIO_PORT_NOT7_NOTP24_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP24_Pos)                     /*!< GPIO_PORT NOT7: NOTP24 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP25_Pos                             25                                                        /*!< GPIO_PORT NOT7: NOTP25 Position     */\r
-#define GPIO_PORT_NOT7_NOTP25_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP25_Pos)                     /*!< GPIO_PORT NOT7: NOTP25 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP26_Pos                             26                                                        /*!< GPIO_PORT NOT7: NOTP26 Position     */\r
-#define GPIO_PORT_NOT7_NOTP26_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP26_Pos)                     /*!< GPIO_PORT NOT7: NOTP26 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP27_Pos                             27                                                        /*!< GPIO_PORT NOT7: NOTP27 Position     */\r
-#define GPIO_PORT_NOT7_NOTP27_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP27_Pos)                     /*!< GPIO_PORT NOT7: NOTP27 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP28_Pos                             28                                                        /*!< GPIO_PORT NOT7: NOTP28 Position     */\r
-#define GPIO_PORT_NOT7_NOTP28_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP28_Pos)                     /*!< GPIO_PORT NOT7: NOTP28 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP29_Pos                             29                                                        /*!< GPIO_PORT NOT7: NOTP29 Position     */\r
-#define GPIO_PORT_NOT7_NOTP29_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP29_Pos)                     /*!< GPIO_PORT NOT7: NOTP29 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP30_Pos                             30                                                        /*!< GPIO_PORT NOT7: NOTP30 Position     */\r
-#define GPIO_PORT_NOT7_NOTP30_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP30_Pos)                     /*!< GPIO_PORT NOT7: NOTP30 Mask         */\r
-#define GPIO_PORT_NOT7_NOTP31_Pos                             31                                                        /*!< GPIO_PORT NOT7: NOTP31 Position     */\r
-#define GPIO_PORT_NOT7_NOTP31_Msk                             (0x01UL << GPIO_PORT_NOT7_NOTP31_Pos)                     /*!< GPIO_PORT NOT7: NOTP31 Mask         */\r
-\r
-#endif\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                 Peripheral memory map                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-#define LPC_SCT_BASE              0x40000000\r
-#define LPC_GPDMA_BASE            0x40002000\r
-#define LPC_SDMMC_BASE            0x40004000\r
-#define LPC_EMC_BASE              0x40005000\r
-#define LPC_USB0_BASE             0x40006000\r
-#define LPC_USB1_BASE             0x40007000\r
-#define LPC_LCD_BASE              0x40008000\r
-#define LPC_ETHERNET_BASE         0x40010000\r
-#define LPC_ATIMER_BASE           0x40040000\r
-#define LPC_REGFILE_BASE          0x40041000\r
-#define LPC_PMC_BASE              0x40042000\r
-#define LPC_CREG_BASE             0x40043000\r
-#define LPC_EVENTROUTER_BASE      0x40044000\r
-#define LPC_RTC_BASE              0x40046000\r
-#define LPC_CGU_BASE              0x40050000\r
-#define LPC_CCU1_BASE             0x40051000\r
-#define LPC_CCU2_BASE             0x40052000\r
-#define LPC_RGU_BASE              0x40053000\r
-#define LPC_WWDT_BASE             0x40080000\r
-#define LPC_USART0_BASE           0x40081000\r
-#define LPC_USART2_BASE           0x400C1000\r
-#define LPC_USART3_BASE           0x400C2000\r
-#define LPC_UART1_BASE            0x40082000\r
-#define LPC_SSP0_BASE             0x40083000\r
-#define LPC_SSP1_BASE             0x400C5000\r
-#define LPC_TIMER0_BASE           0x40084000\r
-#define LPC_TIMER1_BASE           0x40085000\r
-#define LPC_TIMER2_BASE           0x400C3000\r
-#define LPC_TIMER3_BASE           0x400C4000\r
-#define LPC_SCU_BASE              0x40086000\r
-#define LPC_GPIO_PIN_INT_BASE     0x40087000\r
-#define LPC_GPIO_GROUP_INTn_BASE  0x40088000\r
-#define LPC_GPIO_GROUP_INT1_BASE  0x40089000\r
-#define LPC_MCPWM_BASE            0x400A0000\r
-#define LPC_I2C0_BASE             0x400A1000\r
-#define LPC_I2C1_BASE             0x400E0000\r
-#define LPC_I2S0_BASE             0x400A2000\r
-#define LPC_I2S1_BASE             0x400A3000\r
-#define LPC_C_CAN1_BASE           0x400A4000\r
-#define LPC_RITIMER_BASE          0x400C0000\r
-#define LPC_QEI_BASE              0x400C6000\r
-#define LPC_GIMA_BASE             0x400C7000\r
-#define LPC_DAC_BASE              0x400E1000\r
-#define LPC_C_CAN0_BASE           0x400E2000\r
-#define LPC_ADC0_BASE             0x400E3000\r
-#define LPC_ADC1_BASE             0x400E4000\r
-#define LPC_GPIO_PORT_BASE        0x400F4000\r
-\r
-\r
-// ------------------------------------------------------------------------------------------------\r
-// -----                                Peripheral declaration                                -----\r
-// ------------------------------------------------------------------------------------------------\r
-\r
-#define LPC_SCT                   ((LPC_SCT_Type            *) LPC_SCT_BASE)\r
-#define LPC_GPDMA                 ((LPC_GPDMA_Type          *) LPC_GPDMA_BASE)\r
-#define LPC_SDMMC                 ((LPC_SDMMC_Type          *) LPC_SDMMC_BASE)\r
-#define LPC_EMC                   ((LPC_EMC_Type            *) LPC_EMC_BASE)\r
-#define LPC_USB0                  ((LPC_USB0_Type           *) LPC_USB0_BASE)\r
-#define LPC_USB1                  ((LPC_USB1_Type           *) LPC_USB1_BASE)\r
-#define LPC_LCD                   ((LPC_LCD_Type            *) LPC_LCD_BASE)\r
-#define LPC_ETHERNET              ((LPC_ETHERNET_Type       *) LPC_ETHERNET_BASE)\r
-#define LPC_ATIMER                ((LPC_ATIMER_Type         *) LPC_ATIMER_BASE)\r
-#define LPC_REGFILE               ((LPC_REGFILE_Type        *) LPC_REGFILE_BASE)\r
-#define LPC_PMC                   ((LPC_PMC_Type            *) LPC_PMC_BASE)\r
-#define LPC_CREG                  ((LPC_CREG_Type           *) LPC_CREG_BASE)\r
-#define LPC_EVENTROUTER           ((LPC_EVENTROUTER_Type    *) LPC_EVENTROUTER_BASE)\r
-#define LPC_RTC                   ((LPC_RTC_Type            *) LPC_RTC_BASE)\r
-#define LPC_CGU                   ((LPC_CGU_Type            *) LPC_CGU_BASE)\r
-#define LPC_CCU1                  ((LPC_CCU1_Type           *) LPC_CCU1_BASE)\r
-#define LPC_CCU2                  ((LPC_CCU2_Type           *) LPC_CCU2_BASE)\r
-#define LPC_RGU                   ((LPC_RGU_Type            *) LPC_RGU_BASE)\r
-#define LPC_WWDT                  ((LPC_WWDT_Type           *) LPC_WWDT_BASE)\r
-#define LPC_USART0                ((LPC_USARTn_Type         *) LPC_USART0_BASE)\r
-#define LPC_USART2                ((LPC_USARTn_Type         *) LPC_USART2_BASE)\r
-#define LPC_USART3                ((LPC_USARTn_Type         *) LPC_USART3_BASE)\r
-#define LPC_UART1                 ((LPC_UART1_Type          *) LPC_UART1_BASE)\r
-#define LPC_SSP0                  ((LPC_SSPn_Type           *) LPC_SSP0_BASE)\r
-#define LPC_SSP1                  ((LPC_SSPn_Type           *) LPC_SSP1_BASE)\r
-#define LPC_TIMER0                ((LPC_TIMERn_Type         *) LPC_TIMER0_BASE)\r
-#define LPC_TIMER1                ((LPC_TIMERn_Type         *) LPC_TIMER1_BASE)\r
-#define LPC_TIMER2                ((LPC_TIMERn_Type         *) LPC_TIMER2_BASE)\r
-#define LPC_TIMER3                ((LPC_TIMERn_Type         *) LPC_TIMER3_BASE)\r
-#define LPC_SCU                   ((LPC_SCU_Type            *) LPC_SCU_BASE)\r
-#define LPC_GPIO_PIN_INT          ((LPC_GPIO_PIN_INT_Type   *) LPC_GPIO_PIN_INT_BASE)\r
-#define LPC_GPIO_GROUP_INT0       ((LPC_GPIO_GROUP_INTn_Type*) LPC_GPIO_GROUP_INT0_BASE)\r
-#define LPC_GPIO_GROUP_INT1       ((LPC_GPIO_GROUP_INTn_Type*) LPC_GPIO_GROUP_INT1_BASE)\r
-#define LPC_MCPWM                 ((LPC_MCPWM_Type          *) LPC_MCPWM_BASE)\r
-#define LPC_I2C0                  ((LPC_I2Cn_Type           *) LPC_I2C0_BASE)\r
-#define LPC_I2C1                  ((LPC_I2Cn_Type           *) LPC_I2C1_BASE)\r
-#define LPC_I2S0                  ((LPC_I2Sn_Type           *) LPC_I2S0_BASE)\r
-#define LPC_I2S1                  ((LPC_I2Sn_Type           *) LPC_I2S1_BASE)\r
-#define LPC_C_CAN1                ((LPC_C_CANn_Type         *) LPC_C_CAN1_BASE)\r
-#define LPC_RITIMER               ((LPC_RITIMER_Type        *) LPC_RITIMER_BASE)\r
-#define LPC_QEI                   ((LPC_QEI_Type            *) LPC_QEI_BASE)\r
-#define LPC_GIMA                  ((LPC_GIMA_Type           *) LPC_GIMA_BASE)\r
-#define LPC_DAC                   ((LPC_DAC_Type            *) LPC_DAC_BASE)\r
-#define LPC_C_CAN0                ((LPC_C_CANn_Type         *) LPC_C_CAN0_BASE)\r
-#define LPC_ADC0                  ((LPC_ADCn_Type           *) LPC_ADC0_BASE)\r
-#define LPC_ADC1                  ((LPC_ADCn_Type           *) LPC_ADC1_BASE)\r
-#define LPC_GPIO_PORT             ((LPC_GPIO_PORT_Type      *) LPC_GPIO_PORT_BASE)\r
-\r
-\r
-\r
-/** @} */ /* End of group Device_Peripheral_Registers */\r
-/** @} */ /* End of group LPC18xx */\r
-/** @} */ /* End of group (null) */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif  // __LPC18XX_H__\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cm3.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cm3.h
deleted file mode 100644 (file)
index c15e10a..0000000
+++ /dev/null
@@ -1,1236 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cm3.h\r
- * @brief    CMSIS Cortex-M3 Core Peripheral Access Layer Header File\r
- * @version  V2.10\r
- * @date     19. July 2011\r
- *\r
- * @note\r
- * Copyright (C) 2009-2011 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M\r
- * processor based microcontrollers.  This file can be freely distributed\r
- * within development tools that are supporting such ARM based processors.\r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-#if defined ( __ICCARM__ )\r
- #pragma system_include  /* treat file as system include file for MISRA check */\r
-#endif\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#ifndef __CORE_CM3_H_GENERIC\r
-#define __CORE_CM3_H_GENERIC\r
-\r
-\r
-/** \mainpage CMSIS Cortex-M3\r
-\r
-  This documentation describes the CMSIS Cortex-M Core Peripheral Access Layer.\r
-  It consists of:\r
-\r
-     - Cortex-M Core Register Definitions\r
-     - Cortex-M functions\r
-     - Cortex-M instructions\r
-\r
-  The CMSIS Cortex-M3 Core Peripheral Access Layer contains C and assembly functions that ease\r
-  access to the Cortex-M Core\r
- */\r
-\r
-/** \defgroup CMSIS_MISRA_Exceptions  CMSIS MISRA-C:2004 Compliance Exceptions\r
-  CMSIS violates following MISRA-C2004 Rules:\r
-  \r
-   - Violates MISRA 2004 Required Rule 8.5, object/function definition in header file.<br>\r
-     Function definitions in header files are used to allow 'inlining'. \r
-\r
-   - Violates MISRA 2004 Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>\r
-     Unions are used for effective representation of core registers.\r
-   \r
-   - Violates MISRA 2004 Advisory Rule 19.7, Function-like macro defined.<br>\r
-     Function-like macros are used to allow more efficient code. \r
-\r
- */\r
-\r
-\r
-/*******************************************************************************\r
- *                 CMSIS definitions\r
- ******************************************************************************/\r
-/** \defgroup CMSIS_core_definitions CMSIS Core Definitions\r
-  This file defines all structures and symbols for CMSIS core:\r
-   - CMSIS version number\r
-   - Cortex-M core\r
-   - Cortex-M core Revision Number\r
-  @{\r
- */\r
-\r
-/*  CMSIS CM3 definitions */\r
-#define __CM3_CMSIS_VERSION_MAIN  (0x02)                                                       /*!< [31:16] CMSIS HAL main version */\r
-#define __CM3_CMSIS_VERSION_SUB   (0x10)                                                       /*!< [15:0]  CMSIS HAL sub version  */\r
-#define __CM3_CMSIS_VERSION       ((__CM3_CMSIS_VERSION_MAIN << 16) | __CM3_CMSIS_VERSION_SUB) /*!< CMSIS HAL version number       */\r
-\r
-#define __CORTEX_M                (0x03)                                                       /*!< Cortex core                    */\r
-\r
-\r
-#if   defined ( __CC_ARM )\r
-  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */\r
-  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */\r
-\r
-#elif defined ( __ICCARM__ )\r
-  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */\r
-  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */\r
-\r
-#elif defined ( __GNUC__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */\r
-  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */\r
-\r
-#elif defined ( __TASKING__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */\r
-  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */\r
-\r
-#endif\r
-\r
-/*!< __FPU_USED to be checked prior to making use of FPU specific registers and functions */\r
-#define __FPU_USED       0\r
-\r
-#if defined ( __CC_ARM )\r
-  #if defined __TARGET_FPU_VFP\r
-    #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-  #endif\r
-#elif defined ( __ICCARM__ )\r
-  #if defined __ARMVFP__\r
-    #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-  #endif\r
-\r
-#elif defined ( __GNUC__ )\r
-  #if defined (__VFP_FP__) && !defined(__SOFTFP__)\r
-    #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-  #endif\r
-\r
-#elif defined ( __TASKING__ )\r
-    /* add preprocessor checks */\r
-#endif\r
-\r
-#include <stdint.h>                      /*!< standard types definitions                      */\r
-#include "core_cmInstr.h"                /*!< Core Instruction Access                         */\r
-#include "core_cmFunc.h"                 /*!< Core Function Access                            */\r
-\r
-#endif /* __CORE_CM3_H_GENERIC */\r
-\r
-#ifndef __CMSIS_GENERIC\r
-\r
-#ifndef __CORE_CM3_H_DEPENDANT\r
-#define __CORE_CM3_H_DEPENDANT\r
-\r
-/* check device defines and use defaults */\r
-#if defined __CHECK_DEVICE_DEFINES\r
-  #ifndef __CM3_REV\r
-    #define __CM3_REV               0x0200\r
-    #warning "__CM3_REV not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __MPU_PRESENT\r
-    #define __MPU_PRESENT             0\r
-    #warning "__MPU_PRESENT not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __NVIC_PRIO_BITS\r
-    #define __NVIC_PRIO_BITS          4\r
-    #warning "__NVIC_PRIO_BITS not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __Vendor_SysTickConfig\r
-    #define __Vendor_SysTickConfig    0\r
-    #warning "__Vendor_SysTickConfig not defined in device header file; using default!"\r
-  #endif\r
-#endif\r
-\r
-/* IO definitions (access restrictions to peripheral registers) */\r
-#ifdef __cplusplus\r
-  #define   __I     volatile             /*!< defines 'read only' permissions                 */\r
-#else\r
-  #define   __I     volatile const       /*!< defines 'read only' permissions                 */\r
-#endif\r
-#define     __O     volatile             /*!< defines 'write only' permissions                */\r
-#define     __IO    volatile             /*!< defines 'read / write' permissions              */\r
-\r
-/*@} end of group CMSIS_core_definitions */\r
-\r
-\r
-\r
-/*******************************************************************************\r
- *                 Register Abstraction\r
- ******************************************************************************/\r
-/** \defgroup CMSIS_core_register CMSIS Core Register\r
-  Core Register contain:\r
-  - Core Register\r
-  - Core NVIC Register\r
-  - Core SCB Register\r
-  - Core SysTick Register\r
-  - Core Debug Register\r
-  - Core MPU Register\r
-*/\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_CORE CMSIS Core\r
-  Type definitions for the Cortex-M Core Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Union type to access the Application Program Status Register (APSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-#if (__CORTEX_M != 0x04)\r
-    uint32_t _reserved0:27;              /*!< bit:  0..26  Reserved                           */\r
-#else\r
-    uint32_t _reserved0:16;              /*!< bit:  0..15  Reserved                           */\r
-    uint32_t GE:4;                       /*!< bit: 16..19  Greater than or Equal flags        */\r
-    uint32_t _reserved1:7;               /*!< bit: 20..26  Reserved                           */\r
-#endif\r
-    uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag          */\r
-    uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag       */\r
-    uint32_t C:1;                        /*!< bit:     29  Carry condition code flag          */\r
-    uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag           */\r
-    uint32_t N:1;                        /*!< bit:     31  Negative condition code flag       */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} APSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Interrupt Program Status Register (IPSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t ISR:9;                      /*!< bit:  0.. 8  Exception number                   */\r
-    uint32_t _reserved0:23;              /*!< bit:  9..31  Reserved                           */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} IPSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Special-Purpose Program Status Registers (xPSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t ISR:9;                      /*!< bit:  0.. 8  Exception number                   */\r
-#if (__CORTEX_M != 0x04)\r
-    uint32_t _reserved0:15;              /*!< bit:  9..23  Reserved                           */\r
-#else\r
-    uint32_t _reserved0:7;               /*!< bit:  9..15  Reserved                           */\r
-    uint32_t GE:4;                       /*!< bit: 16..19  Greater than or Equal flags        */\r
-    uint32_t _reserved1:4;               /*!< bit: 20..23  Reserved                           */\r
-#endif\r
-    uint32_t T:1;                        /*!< bit:     24  Thumb bit        (read 0)          */\r
-    uint32_t IT:2;                       /*!< bit: 25..26  saved IT state   (read 0)          */\r
-    uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag          */\r
-    uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag       */\r
-    uint32_t C:1;                        /*!< bit:     29  Carry condition code flag          */\r
-    uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag           */\r
-    uint32_t N:1;                        /*!< bit:     31  Negative condition code flag       */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} xPSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Control Registers (CONTROL).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t nPRIV:1;                    /*!< bit:      0  Execution privilege in Thread mode */\r
-    uint32_t SPSEL:1;                    /*!< bit:      1  Stack to be used                   */\r
-    uint32_t FPCA:1;                     /*!< bit:      2  FP extension active flag           */\r
-    uint32_t _reserved0:29;              /*!< bit:  3..31  Reserved                           */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} CONTROL_Type;\r
-\r
-/*@} end of group CMSIS_CORE */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_NVIC CMSIS NVIC\r
-  Type definitions for the Cortex-M NVIC Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Nested Vectored Interrupt Controller (NVIC).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t ISER[8];                 /*!< Offset: 0x000 (R/W)  Interrupt Set Enable Register           */\r
-       uint32_t RESERVED0[24];\r
-  __IO uint32_t ICER[8];                 /*!< Offset: 0x080 (R/W)  Interrupt Clear Enable Register         */\r
-       uint32_t RSERVED1[24];\r
-  __IO uint32_t ISPR[8];                 /*!< Offset: 0x100 (R/W)  Interrupt Set Pending Register          */\r
-       uint32_t RESERVED2[24];\r
-  __IO uint32_t ICPR[8];                 /*!< Offset: 0x180 (R/W)  Interrupt Clear Pending Register        */\r
-       uint32_t RESERVED3[24];\r
-  __IO uint32_t IABR[8];                 /*!< Offset: 0x200 (R/W)  Interrupt Active bit Register           */\r
-       uint32_t RESERVED4[56];\r
-  __IO uint8_t  IP[240];                 /*!< Offset: 0x300 (R/W)  Interrupt Priority Register (8Bit wide) */\r
-       uint32_t RESERVED5[644];\r
-  __O  uint32_t STIR;                    /*!< Offset: 0xE00 ( /W)  Software Trigger Interrupt Register     */\r
-}  NVIC_Type;\r
-\r
-/* Software Triggered Interrupt Register Definitions */\r
-#define NVIC_STIR_INTID_Pos                 0                                          /*!< STIR: INTLINESNUM Position */\r
-#define NVIC_STIR_INTID_Msk                (0x1FFUL << NVIC_STIR_INTID_Pos)            /*!< STIR: INTLINESNUM Mask */\r
-\r
-/*@} end of group CMSIS_NVIC */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SCB CMSIS SCB\r
-  Type definitions for the Cortex-M System Control Block Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Control Block (SCB).\r
- */\r
-typedef struct\r
-{\r
-  __I  uint32_t CPUID;                   /*!< Offset: 0x000 (R/ )  CPUID Base Register                                   */\r
-  __IO uint32_t ICSR;                    /*!< Offset: 0x004 (R/W)  Interrupt Control and State Register                  */\r
-  __IO uint32_t VTOR;                    /*!< Offset: 0x008 (R/W)  Vector Table Offset Register                          */\r
-  __IO uint32_t AIRCR;                   /*!< Offset: 0x00C (R/W)  Application Interrupt and Reset Control Register      */\r
-  __IO uint32_t SCR;                     /*!< Offset: 0x010 (R/W)  System Control Register                               */\r
-  __IO uint32_t CCR;                     /*!< Offset: 0x014 (R/W)  Configuration Control Register                        */\r
-  __IO uint8_t  SHP[12];                 /*!< Offset: 0x018 (R/W)  System Handlers Priority Registers (4-7, 8-11, 12-15) */\r
-  __IO uint32_t SHCSR;                   /*!< Offset: 0x024 (R/W)  System Handler Control and State Register             */\r
-  __IO uint32_t CFSR;                    /*!< Offset: 0x028 (R/W)  Configurable Fault Status Register                    */\r
-  __IO uint32_t HFSR;                    /*!< Offset: 0x02C (R/W)  HardFault Status Register                             */\r
-  __IO uint32_t DFSR;                    /*!< Offset: 0x030 (R/W)  Debug Fault Status Register                           */\r
-  __IO uint32_t MMFAR;                   /*!< Offset: 0x034 (R/W)  MemManage Fault Address Register                      */\r
-  __IO uint32_t BFAR;                    /*!< Offset: 0x038 (R/W)  BusFault Address Register                             */\r
-  __IO uint32_t AFSR;                    /*!< Offset: 0x03C (R/W)  Auxiliary Fault Status Register                       */\r
-  __I  uint32_t PFR[2];                  /*!< Offset: 0x040 (R/ )  Processor Feature Register                            */\r
-  __I  uint32_t DFR;                     /*!< Offset: 0x048 (R/ )  Debug Feature Register                                */\r
-  __I  uint32_t ADR;                     /*!< Offset: 0x04C (R/ )  Auxiliary Feature Register                            */\r
-  __I  uint32_t MMFR[4];                 /*!< Offset: 0x050 (R/ )  Memory Model Feature Register                         */\r
-  __I  uint32_t ISAR[5];                 /*!< Offset: 0x060 (R/ )  Instruction Set Attributes Register                   */\r
-       uint32_t RESERVED0[5];\r
-  __IO uint32_t CPACR;                   /*!< Offset: 0x088 (R/W)  Coprocessor Access Control Register                   */\r
-} SCB_Type;\r
-\r
-/* SCB CPUID Register Definitions */\r
-#define SCB_CPUID_IMPLEMENTER_Pos          24                                             /*!< SCB CPUID: IMPLEMENTER Position */\r
-#define SCB_CPUID_IMPLEMENTER_Msk          (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos)          /*!< SCB CPUID: IMPLEMENTER Mask */\r
-\r
-#define SCB_CPUID_VARIANT_Pos              20                                             /*!< SCB CPUID: VARIANT Position */\r
-#define SCB_CPUID_VARIANT_Msk              (0xFUL << SCB_CPUID_VARIANT_Pos)               /*!< SCB CPUID: VARIANT Mask */\r
-\r
-#define SCB_CPUID_ARCHITECTURE_Pos         16                                             /*!< SCB CPUID: ARCHITECTURE Position */\r
-#define SCB_CPUID_ARCHITECTURE_Msk         (0xFUL << SCB_CPUID_ARCHITECTURE_Pos)          /*!< SCB CPUID: ARCHITECTURE Mask */\r
-\r
-#define SCB_CPUID_PARTNO_Pos                4                                             /*!< SCB CPUID: PARTNO Position */\r
-#define SCB_CPUID_PARTNO_Msk               (0xFFFUL << SCB_CPUID_PARTNO_Pos)              /*!< SCB CPUID: PARTNO Mask */\r
-\r
-#define SCB_CPUID_REVISION_Pos              0                                             /*!< SCB CPUID: REVISION Position */\r
-#define SCB_CPUID_REVISION_Msk             (0xFUL << SCB_CPUID_REVISION_Pos)              /*!< SCB CPUID: REVISION Mask */\r
-\r
-/* SCB Interrupt Control State Register Definitions */\r
-#define SCB_ICSR_NMIPENDSET_Pos            31                                             /*!< SCB ICSR: NMIPENDSET Position */\r
-#define SCB_ICSR_NMIPENDSET_Msk            (1UL << SCB_ICSR_NMIPENDSET_Pos)               /*!< SCB ICSR: NMIPENDSET Mask */\r
-\r
-#define SCB_ICSR_PENDSVSET_Pos             28                                             /*!< SCB ICSR: PENDSVSET Position */\r
-#define SCB_ICSR_PENDSVSET_Msk             (1UL << SCB_ICSR_PENDSVSET_Pos)                /*!< SCB ICSR: PENDSVSET Mask */\r
-\r
-#define SCB_ICSR_PENDSVCLR_Pos             27                                             /*!< SCB ICSR: PENDSVCLR Position */\r
-#define SCB_ICSR_PENDSVCLR_Msk             (1UL << SCB_ICSR_PENDSVCLR_Pos)                /*!< SCB ICSR: PENDSVCLR Mask */\r
-\r
-#define SCB_ICSR_PENDSTSET_Pos             26                                             /*!< SCB ICSR: PENDSTSET Position */\r
-#define SCB_ICSR_PENDSTSET_Msk             (1UL << SCB_ICSR_PENDSTSET_Pos)                /*!< SCB ICSR: PENDSTSET Mask */\r
-\r
-#define SCB_ICSR_PENDSTCLR_Pos             25                                             /*!< SCB ICSR: PENDSTCLR Position */\r
-#define SCB_ICSR_PENDSTCLR_Msk             (1UL << SCB_ICSR_PENDSTCLR_Pos)                /*!< SCB ICSR: PENDSTCLR Mask */\r
-\r
-#define SCB_ICSR_ISRPREEMPT_Pos            23                                             /*!< SCB ICSR: ISRPREEMPT Position */\r
-#define SCB_ICSR_ISRPREEMPT_Msk            (1UL << SCB_ICSR_ISRPREEMPT_Pos)               /*!< SCB ICSR: ISRPREEMPT Mask */\r
-\r
-#define SCB_ICSR_ISRPENDING_Pos            22                                             /*!< SCB ICSR: ISRPENDING Position */\r
-#define SCB_ICSR_ISRPENDING_Msk            (1UL << SCB_ICSR_ISRPENDING_Pos)               /*!< SCB ICSR: ISRPENDING Mask */\r
-\r
-#define SCB_ICSR_VECTPENDING_Pos           12                                             /*!< SCB ICSR: VECTPENDING Position */\r
-#define SCB_ICSR_VECTPENDING_Msk           (0x1FFUL << SCB_ICSR_VECTPENDING_Pos)          /*!< SCB ICSR: VECTPENDING Mask */\r
-\r
-#define SCB_ICSR_RETTOBASE_Pos             11                                             /*!< SCB ICSR: RETTOBASE Position */\r
-#define SCB_ICSR_RETTOBASE_Msk             (1UL << SCB_ICSR_RETTOBASE_Pos)                /*!< SCB ICSR: RETTOBASE Mask */\r
-\r
-#define SCB_ICSR_VECTACTIVE_Pos             0                                             /*!< SCB ICSR: VECTACTIVE Position */\r
-#define SCB_ICSR_VECTACTIVE_Msk            (0x1FFUL << SCB_ICSR_VECTACTIVE_Pos)           /*!< SCB ICSR: VECTACTIVE Mask */\r
-\r
-/* SCB Vector Table Offset Register Definitions */\r
-#define SCB_VTOR_TBLOFF_Pos                 7                                             /*!< SCB VTOR: TBLOFF Position */\r
-#define SCB_VTOR_TBLOFF_Msk                (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos)           /*!< SCB VTOR: TBLOFF Mask */\r
-\r
-/* SCB Application Interrupt and Reset Control Register Definitions */\r
-#define SCB_AIRCR_VECTKEY_Pos              16                                             /*!< SCB AIRCR: VECTKEY Position */\r
-#define SCB_AIRCR_VECTKEY_Msk              (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos)            /*!< SCB AIRCR: VECTKEY Mask */\r
-\r
-#define SCB_AIRCR_VECTKEYSTAT_Pos          16                                             /*!< SCB AIRCR: VECTKEYSTAT Position */\r
-#define SCB_AIRCR_VECTKEYSTAT_Msk          (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos)        /*!< SCB AIRCR: VECTKEYSTAT Mask */\r
-\r
-#define SCB_AIRCR_ENDIANESS_Pos            15                                             /*!< SCB AIRCR: ENDIANESS Position */\r
-#define SCB_AIRCR_ENDIANESS_Msk            (1UL << SCB_AIRCR_ENDIANESS_Pos)               /*!< SCB AIRCR: ENDIANESS Mask */\r
-\r
-#define SCB_AIRCR_PRIGROUP_Pos              8                                             /*!< SCB AIRCR: PRIGROUP Position */\r
-#define SCB_AIRCR_PRIGROUP_Msk             (7UL << SCB_AIRCR_PRIGROUP_Pos)                /*!< SCB AIRCR: PRIGROUP Mask */\r
-\r
-#define SCB_AIRCR_SYSRESETREQ_Pos           2                                             /*!< SCB AIRCR: SYSRESETREQ Position */\r
-#define SCB_AIRCR_SYSRESETREQ_Msk          (1UL << SCB_AIRCR_SYSRESETREQ_Pos)             /*!< SCB AIRCR: SYSRESETREQ Mask */\r
-\r
-#define SCB_AIRCR_VECTCLRACTIVE_Pos         1                                             /*!< SCB AIRCR: VECTCLRACTIVE Position */\r
-#define SCB_AIRCR_VECTCLRACTIVE_Msk        (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos)           /*!< SCB AIRCR: VECTCLRACTIVE Mask */\r
-\r
-#define SCB_AIRCR_VECTRESET_Pos             0                                             /*!< SCB AIRCR: VECTRESET Position */\r
-#define SCB_AIRCR_VECTRESET_Msk            (1UL << SCB_AIRCR_VECTRESET_Pos)               /*!< SCB AIRCR: VECTRESET Mask */\r
-\r
-/* SCB System Control Register Definitions */\r
-#define SCB_SCR_SEVONPEND_Pos               4                                             /*!< SCB SCR: SEVONPEND Position */\r
-#define SCB_SCR_SEVONPEND_Msk              (1UL << SCB_SCR_SEVONPEND_Pos)                 /*!< SCB SCR: SEVONPEND Mask */\r
-\r
-#define SCB_SCR_SLEEPDEEP_Pos               2                                             /*!< SCB SCR: SLEEPDEEP Position */\r
-#define SCB_SCR_SLEEPDEEP_Msk              (1UL << SCB_SCR_SLEEPDEEP_Pos)                 /*!< SCB SCR: SLEEPDEEP Mask */\r
-\r
-#define SCB_SCR_SLEEPONEXIT_Pos             1                                             /*!< SCB SCR: SLEEPONEXIT Position */\r
-#define SCB_SCR_SLEEPONEXIT_Msk            (1UL << SCB_SCR_SLEEPONEXIT_Pos)               /*!< SCB SCR: SLEEPONEXIT Mask */\r
-\r
-/* SCB Configuration Control Register Definitions */\r
-#define SCB_CCR_STKALIGN_Pos                9                                             /*!< SCB CCR: STKALIGN Position */\r
-#define SCB_CCR_STKALIGN_Msk               (1UL << SCB_CCR_STKALIGN_Pos)                  /*!< SCB CCR: STKALIGN Mask */\r
-\r
-#define SCB_CCR_BFHFNMIGN_Pos               8                                             /*!< SCB CCR: BFHFNMIGN Position */\r
-#define SCB_CCR_BFHFNMIGN_Msk              (1UL << SCB_CCR_BFHFNMIGN_Pos)                 /*!< SCB CCR: BFHFNMIGN Mask */\r
-\r
-#define SCB_CCR_DIV_0_TRP_Pos               4                                             /*!< SCB CCR: DIV_0_TRP Position */\r
-#define SCB_CCR_DIV_0_TRP_Msk              (1UL << SCB_CCR_DIV_0_TRP_Pos)                 /*!< SCB CCR: DIV_0_TRP Mask */\r
-\r
-#define SCB_CCR_UNALIGN_TRP_Pos             3                                             /*!< SCB CCR: UNALIGN_TRP Position */\r
-#define SCB_CCR_UNALIGN_TRP_Msk            (1UL << SCB_CCR_UNALIGN_TRP_Pos)               /*!< SCB CCR: UNALIGN_TRP Mask */\r
-\r
-#define SCB_CCR_USERSETMPEND_Pos            1                                             /*!< SCB CCR: USERSETMPEND Position */\r
-#define SCB_CCR_USERSETMPEND_Msk           (1UL << SCB_CCR_USERSETMPEND_Pos)              /*!< SCB CCR: USERSETMPEND Mask */\r
-\r
-#define SCB_CCR_NONBASETHRDENA_Pos          0                                             /*!< SCB CCR: NONBASETHRDENA Position */\r
-#define SCB_CCR_NONBASETHRDENA_Msk         (1UL << SCB_CCR_NONBASETHRDENA_Pos)            /*!< SCB CCR: NONBASETHRDENA Mask */\r
-\r
-/* SCB System Handler Control and State Register Definitions */\r
-#define SCB_SHCSR_USGFAULTENA_Pos          18                                             /*!< SCB SHCSR: USGFAULTENA Position */\r
-#define SCB_SHCSR_USGFAULTENA_Msk          (1UL << SCB_SHCSR_USGFAULTENA_Pos)             /*!< SCB SHCSR: USGFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTENA_Pos          17                                             /*!< SCB SHCSR: BUSFAULTENA Position */\r
-#define SCB_SHCSR_BUSFAULTENA_Msk          (1UL << SCB_SHCSR_BUSFAULTENA_Pos)             /*!< SCB SHCSR: BUSFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTENA_Pos          16                                             /*!< SCB SHCSR: MEMFAULTENA Position */\r
-#define SCB_SHCSR_MEMFAULTENA_Msk          (1UL << SCB_SHCSR_MEMFAULTENA_Pos)             /*!< SCB SHCSR: MEMFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_SVCALLPENDED_Pos         15                                             /*!< SCB SHCSR: SVCALLPENDED Position */\r
-#define SCB_SHCSR_SVCALLPENDED_Msk         (1UL << SCB_SHCSR_SVCALLPENDED_Pos)            /*!< SCB SHCSR: SVCALLPENDED Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTPENDED_Pos       14                                             /*!< SCB SHCSR: BUSFAULTPENDED Position */\r
-#define SCB_SHCSR_BUSFAULTPENDED_Msk       (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos)          /*!< SCB SHCSR: BUSFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTPENDED_Pos       13                                             /*!< SCB SHCSR: MEMFAULTPENDED Position */\r
-#define SCB_SHCSR_MEMFAULTPENDED_Msk       (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos)          /*!< SCB SHCSR: MEMFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_USGFAULTPENDED_Pos       12                                             /*!< SCB SHCSR: USGFAULTPENDED Position */\r
-#define SCB_SHCSR_USGFAULTPENDED_Msk       (1UL << SCB_SHCSR_USGFAULTPENDED_Pos)          /*!< SCB SHCSR: USGFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_SYSTICKACT_Pos           11                                             /*!< SCB SHCSR: SYSTICKACT Position */\r
-#define SCB_SHCSR_SYSTICKACT_Msk           (1UL << SCB_SHCSR_SYSTICKACT_Pos)              /*!< SCB SHCSR: SYSTICKACT Mask */\r
-\r
-#define SCB_SHCSR_PENDSVACT_Pos            10                                             /*!< SCB SHCSR: PENDSVACT Position */\r
-#define SCB_SHCSR_PENDSVACT_Msk            (1UL << SCB_SHCSR_PENDSVACT_Pos)               /*!< SCB SHCSR: PENDSVACT Mask */\r
-\r
-#define SCB_SHCSR_MONITORACT_Pos            8                                             /*!< SCB SHCSR: MONITORACT Position */\r
-#define SCB_SHCSR_MONITORACT_Msk           (1UL << SCB_SHCSR_MONITORACT_Pos)              /*!< SCB SHCSR: MONITORACT Mask */\r
-\r
-#define SCB_SHCSR_SVCALLACT_Pos             7                                             /*!< SCB SHCSR: SVCALLACT Position */\r
-#define SCB_SHCSR_SVCALLACT_Msk            (1UL << SCB_SHCSR_SVCALLACT_Pos)               /*!< SCB SHCSR: SVCALLACT Mask */\r
-\r
-#define SCB_SHCSR_USGFAULTACT_Pos           3                                             /*!< SCB SHCSR: USGFAULTACT Position */\r
-#define SCB_SHCSR_USGFAULTACT_Msk          (1UL << SCB_SHCSR_USGFAULTACT_Pos)             /*!< SCB SHCSR: USGFAULTACT Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTACT_Pos           1                                             /*!< SCB SHCSR: BUSFAULTACT Position */\r
-#define SCB_SHCSR_BUSFAULTACT_Msk          (1UL << SCB_SHCSR_BUSFAULTACT_Pos)             /*!< SCB SHCSR: BUSFAULTACT Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTACT_Pos           0                                             /*!< SCB SHCSR: MEMFAULTACT Position */\r
-#define SCB_SHCSR_MEMFAULTACT_Msk          (1UL << SCB_SHCSR_MEMFAULTACT_Pos)             /*!< SCB SHCSR: MEMFAULTACT Mask */\r
-\r
-/* SCB Configurable Fault Status Registers Definitions */\r
-#define SCB_CFSR_USGFAULTSR_Pos            16                                             /*!< SCB CFSR: Usage Fault Status Register Position */\r
-#define SCB_CFSR_USGFAULTSR_Msk            (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos)          /*!< SCB CFSR: Usage Fault Status Register Mask */\r
-\r
-#define SCB_CFSR_BUSFAULTSR_Pos             8                                             /*!< SCB CFSR: Bus Fault Status Register Position */\r
-#define SCB_CFSR_BUSFAULTSR_Msk            (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos)            /*!< SCB CFSR: Bus Fault Status Register Mask */\r
-\r
-#define SCB_CFSR_MEMFAULTSR_Pos             0                                             /*!< SCB CFSR: Memory Manage Fault Status Register Position */\r
-#define SCB_CFSR_MEMFAULTSR_Msk            (0xFFUL << SCB_CFSR_MEMFAULTSR_Pos)            /*!< SCB CFSR: Memory Manage Fault Status Register Mask */\r
-\r
-/* SCB Hard Fault Status Registers Definitions */\r
-#define SCB_HFSR_DEBUGEVT_Pos              31                                             /*!< SCB HFSR: DEBUGEVT Position */\r
-#define SCB_HFSR_DEBUGEVT_Msk              (1UL << SCB_HFSR_DEBUGEVT_Pos)                 /*!< SCB HFSR: DEBUGEVT Mask */\r
-\r
-#define SCB_HFSR_FORCED_Pos                30                                             /*!< SCB HFSR: FORCED Position */\r
-#define SCB_HFSR_FORCED_Msk                (1UL << SCB_HFSR_FORCED_Pos)                   /*!< SCB HFSR: FORCED Mask */\r
-\r
-#define SCB_HFSR_VECTTBL_Pos                1                                             /*!< SCB HFSR: VECTTBL Position */\r
-#define SCB_HFSR_VECTTBL_Msk               (1UL << SCB_HFSR_VECTTBL_Pos)                  /*!< SCB HFSR: VECTTBL Mask */\r
-\r
-/* SCB Debug Fault Status Register Definitions */\r
-#define SCB_DFSR_EXTERNAL_Pos               4                                             /*!< SCB DFSR: EXTERNAL Position */\r
-#define SCB_DFSR_EXTERNAL_Msk              (1UL << SCB_DFSR_EXTERNAL_Pos)                 /*!< SCB DFSR: EXTERNAL Mask */\r
-\r
-#define SCB_DFSR_VCATCH_Pos                 3                                             /*!< SCB DFSR: VCATCH Position */\r
-#define SCB_DFSR_VCATCH_Msk                (1UL << SCB_DFSR_VCATCH_Pos)                   /*!< SCB DFSR: VCATCH Mask */\r
-\r
-#define SCB_DFSR_DWTTRAP_Pos                2                                             /*!< SCB DFSR: DWTTRAP Position */\r
-#define SCB_DFSR_DWTTRAP_Msk               (1UL << SCB_DFSR_DWTTRAP_Pos)                  /*!< SCB DFSR: DWTTRAP Mask */\r
-\r
-#define SCB_DFSR_BKPT_Pos                   1                                             /*!< SCB DFSR: BKPT Position */\r
-#define SCB_DFSR_BKPT_Msk                  (1UL << SCB_DFSR_BKPT_Pos)                     /*!< SCB DFSR: BKPT Mask */\r
-\r
-#define SCB_DFSR_HALTED_Pos                 0                                             /*!< SCB DFSR: HALTED Position */\r
-#define SCB_DFSR_HALTED_Msk                (1UL << SCB_DFSR_HALTED_Pos)                   /*!< SCB DFSR: HALTED Mask */\r
-\r
-/*@} end of group CMSIS_SCB */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SCnSCB CMSIS System Control and ID Register not in the SCB\r
-  Type definitions for the Cortex-M System Control and ID Register not in the SCB\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Control and ID Register not in the SCB.\r
- */\r
-typedef struct\r
-{\r
-       uint32_t RESERVED0[1];\r
-  __I  uint32_t ICTR;                    /*!< Offset: 0x004 (R/ )  Interrupt Controller Type Register      */\r
-#if ((defined __CM3_REV) && (__CM3_REV >= 0x200))\r
-  __IO uint32_t ACTLR;                   /*!< Offset: 0x008 (R/W)  Auxiliary Control Register      */\r
-#else\r
-       uint32_t RESERVED1[1];\r
-#endif\r
-} SCnSCB_Type;\r
-\r
-/* Interrupt Controller Type Register Definitions */\r
-#define SCnSCB_ICTR_INTLINESNUM_Pos         0                                          /*!< ICTR: INTLINESNUM Position */\r
-#define SCnSCB_ICTR_INTLINESNUM_Msk        (0xFUL << SCnSCB_ICTR_INTLINESNUM_Pos)      /*!< ICTR: INTLINESNUM Mask */\r
-\r
-/* Auxiliary Control Register Definitions */\r
-\r
-#define SCnSCB_ACTLR_DISFOLD_Pos            2                                          /*!< ACTLR: DISFOLD Position */\r
-#define SCnSCB_ACTLR_DISFOLD_Msk           (1UL << SCnSCB_ACTLR_DISFOLD_Pos)           /*!< ACTLR: DISFOLD Mask */\r
-\r
-#define SCnSCB_ACTLR_DISDEFWBUF_Pos         1                                          /*!< ACTLR: DISDEFWBUF Position */\r
-#define SCnSCB_ACTLR_DISDEFWBUF_Msk        (1UL << SCnSCB_ACTLR_DISDEFWBUF_Pos)        /*!< ACTLR: DISDEFWBUF Mask */\r
-\r
-#define SCnSCB_ACTLR_DISMCYCINT_Pos         0                                          /*!< ACTLR: DISMCYCINT Position */\r
-#define SCnSCB_ACTLR_DISMCYCINT_Msk        (1UL << SCnSCB_ACTLR_DISMCYCINT_Pos)        /*!< ACTLR: DISMCYCINT Mask */\r
-\r
-/*@} end of group CMSIS_SCnotSCB */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SysTick CMSIS SysTick\r
-  Type definitions for the Cortex-M System Timer Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Timer (SysTick).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t CTRL;                    /*!< Offset: 0x000 (R/W)  SysTick Control and Status Register */\r
-  __IO uint32_t LOAD;                    /*!< Offset: 0x004 (R/W)  SysTick Reload Value Register       */\r
-  __IO uint32_t VAL;                     /*!< Offset: 0x008 (R/W)  SysTick Current Value Register      */\r
-  __I  uint32_t CALIB;                   /*!< Offset: 0x00C (R/ )  SysTick Calibration Register        */\r
-} SysTick_Type;\r
-\r
-/* SysTick Control / Status Register Definitions */\r
-#define SysTick_CTRL_COUNTFLAG_Pos         16                                             /*!< SysTick CTRL: COUNTFLAG Position */\r
-#define SysTick_CTRL_COUNTFLAG_Msk         (1UL << SysTick_CTRL_COUNTFLAG_Pos)            /*!< SysTick CTRL: COUNTFLAG Mask */\r
-\r
-#define SysTick_CTRL_CLKSOURCE_Pos          2                                             /*!< SysTick CTRL: CLKSOURCE Position */\r
-#define SysTick_CTRL_CLKSOURCE_Msk         (1UL << SysTick_CTRL_CLKSOURCE_Pos)            /*!< SysTick CTRL: CLKSOURCE Mask */\r
-\r
-#define SysTick_CTRL_TICKINT_Pos            1                                             /*!< SysTick CTRL: TICKINT Position */\r
-#define SysTick_CTRL_TICKINT_Msk           (1UL << SysTick_CTRL_TICKINT_Pos)              /*!< SysTick CTRL: TICKINT Mask */\r
-\r
-#define SysTick_CTRL_ENABLE_Pos             0                                             /*!< SysTick CTRL: ENABLE Position */\r
-#define SysTick_CTRL_ENABLE_Msk            (1UL << SysTick_CTRL_ENABLE_Pos)               /*!< SysTick CTRL: ENABLE Mask */\r
-\r
-/* SysTick Reload Register Definitions */\r
-#define SysTick_LOAD_RELOAD_Pos             0                                             /*!< SysTick LOAD: RELOAD Position */\r
-#define SysTick_LOAD_RELOAD_Msk            (0xFFFFFFUL << SysTick_LOAD_RELOAD_Pos)        /*!< SysTick LOAD: RELOAD Mask */\r
-\r
-/* SysTick Current Register Definitions */\r
-#define SysTick_VAL_CURRENT_Pos             0                                             /*!< SysTick VAL: CURRENT Position */\r
-#define SysTick_VAL_CURRENT_Msk            (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos)        /*!< SysTick VAL: CURRENT Mask */\r
-\r
-/* SysTick Calibration Register Definitions */\r
-#define SysTick_CALIB_NOREF_Pos            31                                             /*!< SysTick CALIB: NOREF Position */\r
-#define SysTick_CALIB_NOREF_Msk            (1UL << SysTick_CALIB_NOREF_Pos)               /*!< SysTick CALIB: NOREF Mask */\r
-\r
-#define SysTick_CALIB_SKEW_Pos             30                                             /*!< SysTick CALIB: SKEW Position */\r
-#define SysTick_CALIB_SKEW_Msk             (1UL << SysTick_CALIB_SKEW_Pos)                /*!< SysTick CALIB: SKEW Mask */\r
-\r
-#define SysTick_CALIB_TENMS_Pos             0                                             /*!< SysTick CALIB: TENMS Position */\r
-#define SysTick_CALIB_TENMS_Msk            (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos)        /*!< SysTick CALIB: TENMS Mask */\r
-\r
-/*@} end of group CMSIS_SysTick */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_ITM CMSIS ITM\r
-  Type definitions for the Cortex-M Instrumentation Trace Macrocell (ITM)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Instrumentation Trace Macrocell Register (ITM).\r
- */\r
-typedef struct\r
-{\r
-  __O  union\r
-  {\r
-    __O  uint8_t    u8;                  /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 8-bit                   */\r
-    __O  uint16_t   u16;                 /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 16-bit                  */\r
-    __O  uint32_t   u32;                 /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 32-bit                  */\r
-  }  PORT [32];                          /*!< Offset: 0x000 ( /W)  ITM Stimulus Port Registers               */\r
-       uint32_t RESERVED0[864];\r
-  __IO uint32_t TER;                     /*!< Offset: 0xE00 (R/W)  ITM Trace Enable Register                 */\r
-       uint32_t RESERVED1[15];\r
-  __IO uint32_t TPR;                     /*!< Offset: 0xE40 (R/W)  ITM Trace Privilege Register              */\r
-       uint32_t RESERVED2[15];\r
-  __IO uint32_t TCR;                     /*!< Offset: 0xE80 (R/W)  ITM Trace Control Register                */\r
-} ITM_Type;\r
-\r
-/* ITM Trace Privilege Register Definitions */\r
-#define ITM_TPR_PRIVMASK_Pos                0                                          /*!< ITM TPR: PRIVMASK Position */\r
-#define ITM_TPR_PRIVMASK_Msk               (0xFUL << ITM_TPR_PRIVMASK_Pos)             /*!< ITM TPR: PRIVMASK Mask */\r
-\r
-/* ITM Trace Control Register Definitions */\r
-#define ITM_TCR_BUSY_Pos                   23                                          /*!< ITM TCR: BUSY Position */\r
-#define ITM_TCR_BUSY_Msk                   (1UL << ITM_TCR_BUSY_Pos)                   /*!< ITM TCR: BUSY Mask */\r
-\r
-#define ITM_TCR_TraceBusID_Pos             16                                          /*!< ITM TCR: ATBID Position */\r
-#define ITM_TCR_TraceBusID_Msk             (0x7FUL << ITM_TCR_TraceBusID_Pos)          /*!< ITM TCR: ATBID Mask */\r
-\r
-#define ITM_TCR_GTSFREQ_Pos                10                                          /*!< ITM TCR: Global timestamp frequency Position */\r
-#define ITM_TCR_GTSFREQ_Msk                (3UL << ITM_TCR_GTSFREQ_Pos)                /*!< ITM TCR: Global timestamp frequency Mask */\r
-\r
-#define ITM_TCR_TSPrescale_Pos              8                                          /*!< ITM TCR: TSPrescale Position */\r
-#define ITM_TCR_TSPrescale_Msk             (3UL << ITM_TCR_TSPrescale_Pos)             /*!< ITM TCR: TSPrescale Mask */\r
-\r
-#define ITM_TCR_SWOENA_Pos                  4                                          /*!< ITM TCR: SWOENA Position */\r
-#define ITM_TCR_SWOENA_Msk                 (1UL << ITM_TCR_SWOENA_Pos)                 /*!< ITM TCR: SWOENA Mask */\r
-\r
-#define ITM_TCR_TXENA_Pos                   3                                          /*!< ITM TCR: TXENA Position */\r
-#define ITM_TCR_TXENA_Msk                  (1UL << ITM_TCR_TXENA_Pos)                  /*!< ITM TCR: TXENA Mask */\r
-\r
-#define ITM_TCR_SYNCENA_Pos                 2                                          /*!< ITM TCR: SYNCENA Position */\r
-#define ITM_TCR_SYNCENA_Msk                (1UL << ITM_TCR_SYNCENA_Pos)                /*!< ITM TCR: SYNCENA Mask */\r
-\r
-#define ITM_TCR_TSENA_Pos                   1                                          /*!< ITM TCR: TSENA Position */\r
-#define ITM_TCR_TSENA_Msk                  (1UL << ITM_TCR_TSENA_Pos)                  /*!< ITM TCR: TSENA Mask */\r
-\r
-#define ITM_TCR_ITMENA_Pos                  0                                          /*!< ITM TCR: ITM Enable bit Position */\r
-#define ITM_TCR_ITMENA_Msk                 (1UL << ITM_TCR_ITMENA_Pos)                 /*!< ITM TCR: ITM Enable bit Mask */\r
-\r
-/*@}*/ /* end of group CMSIS_ITM */\r
-\r
-\r
-#if (__MPU_PRESENT == 1)\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_MPU CMSIS MPU\r
-  Type definitions for the Cortex-M Memory Protection Unit (MPU)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Memory Protection Unit (MPU).\r
- */\r
-typedef struct\r
-{\r
-  __I  uint32_t TYPE;                    /*!< Offset: 0x000 (R/ )  MPU Type Register                              */\r
-  __IO uint32_t CTRL;                    /*!< Offset: 0x004 (R/W)  MPU Control Register                           */\r
-  __IO uint32_t RNR;                     /*!< Offset: 0x008 (R/W)  MPU Region RNRber Register                     */\r
-  __IO uint32_t RBAR;                    /*!< Offset: 0x00C (R/W)  MPU Region Base Address Register               */\r
-  __IO uint32_t RASR;                    /*!< Offset: 0x010 (R/W)  MPU Region Attribute and Size Register         */\r
-  __IO uint32_t RBAR_A1;                 /*!< Offset: 0x014 (R/W)  MPU Alias 1 Region Base Address Register       */\r
-  __IO uint32_t RASR_A1;                 /*!< Offset: 0x018 (R/W)  MPU Alias 1 Region Attribute and Size Register */\r
-  __IO uint32_t RBAR_A2;                 /*!< Offset: 0x01C (R/W)  MPU Alias 2 Region Base Address Register       */\r
-  __IO uint32_t RASR_A2;                 /*!< Offset: 0x020 (R/W)  MPU Alias 2 Region Attribute and Size Register */\r
-  __IO uint32_t RBAR_A3;                 /*!< Offset: 0x024 (R/W)  MPU Alias 3 Region Base Address Register       */\r
-  __IO uint32_t RASR_A3;                 /*!< Offset: 0x028 (R/W)  MPU Alias 3 Region Attribute and Size Register */\r
-} MPU_Type;\r
-\r
-/* MPU Type Register */\r
-#define MPU_TYPE_IREGION_Pos               16                                             /*!< MPU TYPE: IREGION Position */\r
-#define MPU_TYPE_IREGION_Msk               (0xFFUL << MPU_TYPE_IREGION_Pos)               /*!< MPU TYPE: IREGION Mask */\r
-\r
-#define MPU_TYPE_DREGION_Pos                8                                             /*!< MPU TYPE: DREGION Position */\r
-#define MPU_TYPE_DREGION_Msk               (0xFFUL << MPU_TYPE_DREGION_Pos)               /*!< MPU TYPE: DREGION Mask */\r
-\r
-#define MPU_TYPE_SEPARATE_Pos               0                                             /*!< MPU TYPE: SEPARATE Position */\r
-#define MPU_TYPE_SEPARATE_Msk              (1UL << MPU_TYPE_SEPARATE_Pos)                 /*!< MPU TYPE: SEPARATE Mask */\r
-\r
-/* MPU Control Register */\r
-#define MPU_CTRL_PRIVDEFENA_Pos             2                                             /*!< MPU CTRL: PRIVDEFENA Position */\r
-#define MPU_CTRL_PRIVDEFENA_Msk            (1UL << MPU_CTRL_PRIVDEFENA_Pos)               /*!< MPU CTRL: PRIVDEFENA Mask */\r
-\r
-#define MPU_CTRL_HFNMIENA_Pos               1                                             /*!< MPU CTRL: HFNMIENA Position */\r
-#define MPU_CTRL_HFNMIENA_Msk              (1UL << MPU_CTRL_HFNMIENA_Pos)                 /*!< MPU CTRL: HFNMIENA Mask */\r
-\r
-#define MPU_CTRL_ENABLE_Pos                 0                                             /*!< MPU CTRL: ENABLE Position */\r
-#define MPU_CTRL_ENABLE_Msk                (1UL << MPU_CTRL_ENABLE_Pos)                   /*!< MPU CTRL: ENABLE Mask */\r
-\r
-/* MPU Region Number Register */\r
-#define MPU_RNR_REGION_Pos                  0                                             /*!< MPU RNR: REGION Position */\r
-#define MPU_RNR_REGION_Msk                 (0xFFUL << MPU_RNR_REGION_Pos)                 /*!< MPU RNR: REGION Mask */\r
-\r
-/* MPU Region Base Address Register */\r
-#define MPU_RBAR_ADDR_Pos                   5                                             /*!< MPU RBAR: ADDR Position */\r
-#define MPU_RBAR_ADDR_Msk                  (0x7FFFFFFUL << MPU_RBAR_ADDR_Pos)             /*!< MPU RBAR: ADDR Mask */\r
-\r
-#define MPU_RBAR_VALID_Pos                  4                                             /*!< MPU RBAR: VALID Position */\r
-#define MPU_RBAR_VALID_Msk                 (1UL << MPU_RBAR_VALID_Pos)                    /*!< MPU RBAR: VALID Mask */\r
-\r
-#define MPU_RBAR_REGION_Pos                 0                                             /*!< MPU RBAR: REGION Position */\r
-#define MPU_RBAR_REGION_Msk                (0xFUL << MPU_RBAR_REGION_Pos)                 /*!< MPU RBAR: REGION Mask */\r
-\r
-/* MPU Region Attribute and Size Register */\r
-#define MPU_RASR_ATTRS_Pos                 16                                             /*!< MPU RASR: MPU Region Attribute field Position */\r
-#define MPU_RASR_ATTRS_Msk                 (0xFFFFUL << MPU_RASR_ATTRS_Pos)               /*!< MPU RASR: MPU Region Attribute field Mask */\r
-\r
-#define MPU_RASR_SRD_Pos                    8                                             /*!< MPU RASR: Sub-Region Disable Position */\r
-#define MPU_RASR_SRD_Msk                   (0xFFUL << MPU_RASR_SRD_Pos)                   /*!< MPU RASR: Sub-Region Disable Mask */\r
-\r
-#define MPU_RASR_SIZE_Pos                   1                                             /*!< MPU RASR: Region Size Field Position */\r
-#define MPU_RASR_SIZE_Msk                  (0x1FUL << MPU_RASR_SIZE_Pos)                  /*!< MPU RASR: Region Size Field Mask */\r
-\r
-#define MPU_RASR_ENABLE_Pos                 0                                             /*!< MPU RASR: Region enable bit Position */\r
-#define MPU_RASR_ENABLE_Msk                (1UL << MPU_RASR_ENABLE_Pos)                   /*!< MPU RASR: Region enable bit Disable Mask */\r
-\r
-/*@} end of group CMSIS_MPU */\r
-#endif\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_CoreDebug CMSIS Core Debug\r
-  Type definitions for the Cortex-M Core Debug Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Core Debug Register (CoreDebug).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t DHCSR;                   /*!< Offset: 0x000 (R/W)  Debug Halting Control and Status Register    */\r
-  __O  uint32_t DCRSR;                   /*!< Offset: 0x004 ( /W)  Debug Core Register Selector Register        */\r
-  __IO uint32_t DCRDR;                   /*!< Offset: 0x008 (R/W)  Debug Core Register Data Register            */\r
-  __IO uint32_t DEMCR;                   /*!< Offset: 0x00C (R/W)  Debug Exception and Monitor Control Register */\r
-} CoreDebug_Type;\r
-\r
-/* Debug Halting Control and Status Register */\r
-#define CoreDebug_DHCSR_DBGKEY_Pos         16                                             /*!< CoreDebug DHCSR: DBGKEY Position */\r
-#define CoreDebug_DHCSR_DBGKEY_Msk         (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)       /*!< CoreDebug DHCSR: DBGKEY Mask */\r
-\r
-#define CoreDebug_DHCSR_S_RESET_ST_Pos     25                                             /*!< CoreDebug DHCSR: S_RESET_ST Position */\r
-#define CoreDebug_DHCSR_S_RESET_ST_Msk     (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)        /*!< CoreDebug DHCSR: S_RESET_ST Mask */\r
-\r
-#define CoreDebug_DHCSR_S_RETIRE_ST_Pos    24                                             /*!< CoreDebug DHCSR: S_RETIRE_ST Position */\r
-#define CoreDebug_DHCSR_S_RETIRE_ST_Msk    (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)       /*!< CoreDebug DHCSR: S_RETIRE_ST Mask */\r
-\r
-#define CoreDebug_DHCSR_S_LOCKUP_Pos       19                                             /*!< CoreDebug DHCSR: S_LOCKUP Position */\r
-#define CoreDebug_DHCSR_S_LOCKUP_Msk       (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)          /*!< CoreDebug DHCSR: S_LOCKUP Mask */\r
-\r
-#define CoreDebug_DHCSR_S_SLEEP_Pos        18                                             /*!< CoreDebug DHCSR: S_SLEEP Position */\r
-#define CoreDebug_DHCSR_S_SLEEP_Msk        (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)           /*!< CoreDebug DHCSR: S_SLEEP Mask */\r
-\r
-#define CoreDebug_DHCSR_S_HALT_Pos         17                                             /*!< CoreDebug DHCSR: S_HALT Position */\r
-#define CoreDebug_DHCSR_S_HALT_Msk         (1UL << CoreDebug_DHCSR_S_HALT_Pos)            /*!< CoreDebug DHCSR: S_HALT Mask */\r
-\r
-#define CoreDebug_DHCSR_S_REGRDY_Pos       16                                             /*!< CoreDebug DHCSR: S_REGRDY Position */\r
-#define CoreDebug_DHCSR_S_REGRDY_Msk       (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)          /*!< CoreDebug DHCSR: S_REGRDY Mask */\r
-\r
-#define CoreDebug_DHCSR_C_SNAPSTALL_Pos     5                                             /*!< CoreDebug DHCSR: C_SNAPSTALL Position */\r
-#define CoreDebug_DHCSR_C_SNAPSTALL_Msk    (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)       /*!< CoreDebug DHCSR: C_SNAPSTALL Mask */\r
-\r
-#define CoreDebug_DHCSR_C_MASKINTS_Pos      3                                             /*!< CoreDebug DHCSR: C_MASKINTS Position */\r
-#define CoreDebug_DHCSR_C_MASKINTS_Msk     (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)        /*!< CoreDebug DHCSR: C_MASKINTS Mask */\r
-\r
-#define CoreDebug_DHCSR_C_STEP_Pos          2                                             /*!< CoreDebug DHCSR: C_STEP Position */\r
-#define CoreDebug_DHCSR_C_STEP_Msk         (1UL << CoreDebug_DHCSR_C_STEP_Pos)            /*!< CoreDebug DHCSR: C_STEP Mask */\r
-\r
-#define CoreDebug_DHCSR_C_HALT_Pos          1                                             /*!< CoreDebug DHCSR: C_HALT Position */\r
-#define CoreDebug_DHCSR_C_HALT_Msk         (1UL << CoreDebug_DHCSR_C_HALT_Pos)            /*!< CoreDebug DHCSR: C_HALT Mask */\r
-\r
-#define CoreDebug_DHCSR_C_DEBUGEN_Pos       0                                             /*!< CoreDebug DHCSR: C_DEBUGEN Position */\r
-#define CoreDebug_DHCSR_C_DEBUGEN_Msk      (1UL << CoreDebug_DHCSR_C_DEBUGEN_Pos)         /*!< CoreDebug DHCSR: C_DEBUGEN Mask */\r
-\r
-/* Debug Core Register Selector Register */\r
-#define CoreDebug_DCRSR_REGWnR_Pos         16                                             /*!< CoreDebug DCRSR: REGWnR Position */\r
-#define CoreDebug_DCRSR_REGWnR_Msk         (1UL << CoreDebug_DCRSR_REGWnR_Pos)            /*!< CoreDebug DCRSR: REGWnR Mask */\r
-\r
-#define CoreDebug_DCRSR_REGSEL_Pos          0                                             /*!< CoreDebug DCRSR: REGSEL Position */\r
-#define CoreDebug_DCRSR_REGSEL_Msk         (0x1FUL << CoreDebug_DCRSR_REGSEL_Pos)         /*!< CoreDebug DCRSR: REGSEL Mask */\r
-\r
-/* Debug Exception and Monitor Control Register */\r
-#define CoreDebug_DEMCR_TRCENA_Pos         24                                             /*!< CoreDebug DEMCR: TRCENA Position */\r
-#define CoreDebug_DEMCR_TRCENA_Msk         (1UL << CoreDebug_DEMCR_TRCENA_Pos)            /*!< CoreDebug DEMCR: TRCENA Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_REQ_Pos        19                                             /*!< CoreDebug DEMCR: MON_REQ Position */\r
-#define CoreDebug_DEMCR_MON_REQ_Msk        (1UL << CoreDebug_DEMCR_MON_REQ_Pos)           /*!< CoreDebug DEMCR: MON_REQ Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_STEP_Pos       18                                             /*!< CoreDebug DEMCR: MON_STEP Position */\r
-#define CoreDebug_DEMCR_MON_STEP_Msk       (1UL << CoreDebug_DEMCR_MON_STEP_Pos)          /*!< CoreDebug DEMCR: MON_STEP Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_PEND_Pos       17                                             /*!< CoreDebug DEMCR: MON_PEND Position */\r
-#define CoreDebug_DEMCR_MON_PEND_Msk       (1UL << CoreDebug_DEMCR_MON_PEND_Pos)          /*!< CoreDebug DEMCR: MON_PEND Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_EN_Pos         16                                             /*!< CoreDebug DEMCR: MON_EN Position */\r
-#define CoreDebug_DEMCR_MON_EN_Msk         (1UL << CoreDebug_DEMCR_MON_EN_Pos)            /*!< CoreDebug DEMCR: MON_EN Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_HARDERR_Pos     10                                             /*!< CoreDebug DEMCR: VC_HARDERR Position */\r
-#define CoreDebug_DEMCR_VC_HARDERR_Msk     (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)        /*!< CoreDebug DEMCR: VC_HARDERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_INTERR_Pos       9                                             /*!< CoreDebug DEMCR: VC_INTERR Position */\r
-#define CoreDebug_DEMCR_VC_INTERR_Msk      (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)         /*!< CoreDebug DEMCR: VC_INTERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_BUSERR_Pos       8                                             /*!< CoreDebug DEMCR: VC_BUSERR Position */\r
-#define CoreDebug_DEMCR_VC_BUSERR_Msk      (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)         /*!< CoreDebug DEMCR: VC_BUSERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_STATERR_Pos      7                                             /*!< CoreDebug DEMCR: VC_STATERR Position */\r
-#define CoreDebug_DEMCR_VC_STATERR_Msk     (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)        /*!< CoreDebug DEMCR: VC_STATERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_CHKERR_Pos       6                                             /*!< CoreDebug DEMCR: VC_CHKERR Position */\r
-#define CoreDebug_DEMCR_VC_CHKERR_Msk      (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)         /*!< CoreDebug DEMCR: VC_CHKERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_NOCPERR_Pos      5                                             /*!< CoreDebug DEMCR: VC_NOCPERR Position */\r
-#define CoreDebug_DEMCR_VC_NOCPERR_Msk     (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)        /*!< CoreDebug DEMCR: VC_NOCPERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_MMERR_Pos        4                                             /*!< CoreDebug DEMCR: VC_MMERR Position */\r
-#define CoreDebug_DEMCR_VC_MMERR_Msk       (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)          /*!< CoreDebug DEMCR: VC_MMERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_CORERESET_Pos    0                                             /*!< CoreDebug DEMCR: VC_CORERESET Position */\r
-#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL << CoreDebug_DEMCR_VC_CORERESET_Pos)      /*!< CoreDebug DEMCR: VC_CORERESET Mask */\r
-\r
-/*@} end of group CMSIS_CoreDebug */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-  @{\r
- */\r
-\r
-/* Memory mapping of Cortex-M3 Hardware */\r
-#define SCS_BASE            (0xE000E000UL)                            /*!< System Control Space Base Address  */\r
-#define ITM_BASE            (0xE0000000UL)                            /*!< ITM Base Address                   */\r
-#define CoreDebug_BASE      (0xE000EDF0UL)                            /*!< Core Debug Base Address            */\r
-#define SysTick_BASE        (SCS_BASE +  0x0010UL)                    /*!< SysTick Base Address               */\r
-#define NVIC_BASE           (SCS_BASE +  0x0100UL)                    /*!< NVIC Base Address                  */\r
-#define SCB_BASE            (SCS_BASE +  0x0D00UL)                    /*!< System Control Block Base Address  */\r
-\r
-#define SCnSCB              ((SCnSCB_Type    *)     SCS_BASE      )   /*!< System control Register not in SCB */\r
-#define SCB                 ((SCB_Type       *)     SCB_BASE      )   /*!< SCB configuration struct           */\r
-#define SysTick             ((SysTick_Type   *)     SysTick_BASE  )   /*!< SysTick configuration struct       */\r
-#define NVIC                ((NVIC_Type      *)     NVIC_BASE     )   /*!< NVIC configuration struct          */\r
-#define ITM                 ((ITM_Type       *)     ITM_BASE      )   /*!< ITM configuration struct           */\r
-#define CoreDebug           ((CoreDebug_Type *)     CoreDebug_BASE)   /*!< Core Debug configuration struct    */\r
-\r
-#if (__MPU_PRESENT == 1)\r
-  #define MPU_BASE          (SCS_BASE +  0x0D90UL)                    /*!< Memory Protection Unit             */\r
-  #define MPU               ((MPU_Type       *)     MPU_BASE      )   /*!< Memory Protection Unit             */\r
-#endif\r
-\r
-/*@} */\r
-\r
-\r
-\r
-/*******************************************************************************\r
- *                Hardware Abstraction Layer\r
- ******************************************************************************/\r
-/** \defgroup CMSIS_Core_FunctionInterface CMSIS Core Function Interface\r
-  Core Function Interface contains:\r
-  - Core NVIC Functions\r
-  - Core SysTick Functions\r
-  - Core Debug Functions\r
-  - Core Register Access Functions\r
-*/\r
-\r
-\r
-\r
-/* ##########################   NVIC functions  #################################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_Core_NVICFunctions CMSIS Core NVIC Functions\r
-  @{\r
- */\r
-\r
-/** \brief  Set Priority Grouping\r
-\r
-  This function sets the priority grouping field using the required unlock sequence.\r
-  The parameter PriorityGroup is assigned to the field SCB->AIRCR [10:8] PRIGROUP field.\r
-  Only values from 0..7 are used.\r
-  In case of a conflict between priority grouping and available\r
-  priority bits (__NVIC_PRIO_BITS) the smallest possible priority group is set.\r
-\r
-    \param [in]      PriorityGroup  Priority grouping field\r
- */\r
-static __INLINE void NVIC_SetPriorityGrouping(uint32_t PriorityGroup)\r
-{\r
-  uint32_t reg_value;\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07);               /* only values 0..7 are used          */\r
-\r
-  reg_value  =  SCB->AIRCR;                                                   /* read old register configuration    */\r
-  reg_value &= ~(SCB_AIRCR_VECTKEY_Msk | SCB_AIRCR_PRIGROUP_Msk);             /* clear bits to change               */\r
-  reg_value  =  (reg_value                                 |\r
-                ((uint32_t)0x5FA << SCB_AIRCR_VECTKEY_Pos) |\r
-                (PriorityGroupTmp << 8));                                     /* Insert write key and priorty group */\r
-  SCB->AIRCR =  reg_value;\r
-}\r
-\r
-\r
-/** \brief  Get Priority Grouping\r
-\r
-  This function gets the priority grouping from NVIC Interrupt Controller.\r
-  Priority grouping is SCB->AIRCR [10:8] PRIGROUP field.\r
-\r
-    \return                Priority grouping field\r
- */\r
-static __INLINE uint32_t NVIC_GetPriorityGrouping(void)\r
-{\r
-  return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos);   /* read priority grouping field */\r
-}\r
-\r
-\r
-/** \brief  Enable External Interrupt\r
-\r
-    This function enables a device specific interrupt in the NVIC interrupt controller.\r
-    The interrupt number cannot be a negative value.\r
-\r
-    \param [in]      IRQn  Number of the external interrupt to enable\r
- */\r
-static __INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ISER[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* enable interrupt */\r
-}\r
-\r
-\r
-/** \brief  Disable External Interrupt\r
-\r
-    This function disables a device specific interrupt in the NVIC interrupt controller.\r
-    The interrupt number cannot be a negative value.\r
-\r
-    \param [in]      IRQn  Number of the external interrupt to disable\r
- */\r
-static __INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ICER[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* disable interrupt */\r
-}\r
-\r
-\r
-/** \brief  Get Pending Interrupt\r
-\r
-    This function reads the pending register in the NVIC and returns the pending bit\r
-    for the specified interrupt.\r
-\r
-    \param [in]      IRQn  Number of the interrupt for get pending\r
-    \return             0  Interrupt status is not pending\r
-    \return             1  Interrupt status is pending\r
- */\r
-static __INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  return((uint32_t) ((NVIC->ISPR[(uint32_t)(IRQn) >> 5] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0)); /* Return 1 if pending else 0 */\r
-}\r
-\r
-\r
-/** \brief  Set Pending Interrupt\r
-\r
-    This function sets the pending bit for the specified interrupt.\r
-    The interrupt number cannot be a negative value.\r
-\r
-    \param [in]      IRQn  Number of the interrupt for set pending\r
- */\r
-static __INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ISPR[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* set interrupt pending */\r
-}\r
-\r
-\r
-/** \brief  Clear Pending Interrupt\r
-\r
-    This function clears the pending bit for the specified interrupt.\r
-    The interrupt number cannot be a negative value.\r
-\r
-    \param [in]      IRQn  Number of the interrupt for clear pending\r
- */\r
-static __INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ICPR[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* Clear pending interrupt */\r
-}\r
-\r
-\r
-/** \brief  Get Active Interrupt\r
-\r
-    This function reads the active register in NVIC and returns the active bit.\r
-    \param [in]      IRQn  Number of the interrupt for get active\r
-    \return             0  Interrupt status is not active\r
-    \return             1  Interrupt status is active\r
- */\r
-static __INLINE uint32_t NVIC_GetActive(IRQn_Type IRQn)\r
-{\r
-  return((uint32_t)((NVIC->IABR[(uint32_t)(IRQn) >> 5] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0)); /* Return 1 if active else 0 */\r
-}\r
-\r
-\r
-/** \brief  Set Interrupt Priority\r
-\r
-    This function sets the priority for the specified interrupt. The interrupt\r
-    number can be positive to specify an external (device specific)\r
-    interrupt, or negative to specify an internal (core) interrupt.\r
-\r
-    Note: The priority cannot be set for every core interrupt.\r
-\r
-    \param [in]      IRQn  Number of the interrupt for set priority\r
-    \param [in]  priority  Priority to set\r
- */\r
-static __INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)\r
-{\r
-  if(IRQn < 0) {\r
-    SCB->SHP[((uint32_t)(IRQn) & 0xF)-4] = ((priority << (8 - __NVIC_PRIO_BITS)) & 0xff); } /* set Priority for Cortex-M  System Interrupts */\r
-  else {\r
-    NVIC->IP[(uint32_t)(IRQn)] = ((priority << (8 - __NVIC_PRIO_BITS)) & 0xff);    }        /* set Priority for device specific Interrupts  */\r
-}\r
-\r
-\r
-/** \brief  Get Interrupt Priority\r
-\r
-    This function reads the priority for the specified interrupt. The interrupt\r
-    number can be positive to specify an external (device specific)\r
-    interrupt, or negative to specify an internal (core) interrupt.\r
-\r
-    The returned priority value is automatically aligned to the implemented\r
-    priority bits of the microcontroller.\r
-\r
-    \param [in]   IRQn  Number of the interrupt for get priority\r
-    \return             Interrupt Priority\r
- */\r
-static __INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)\r
-{\r
-\r
-  if(IRQn < 0) {\r
-    return((uint32_t)(SCB->SHP[((uint32_t)(IRQn) & 0xF)-4] >> (8 - __NVIC_PRIO_BITS)));  } /* get priority for Cortex-M  system interrupts */\r
-  else {\r
-    return((uint32_t)(NVIC->IP[(uint32_t)(IRQn)]           >> (8 - __NVIC_PRIO_BITS)));  } /* get priority for device specific interrupts  */\r
-}\r
-\r
-\r
-/** \brief  Encode Priority\r
-\r
-    This function encodes the priority for an interrupt with the given priority group,\r
-    preemptive priority value and sub priority value.\r
-    In case of a conflict between priority grouping and available\r
-    priority bits (__NVIC_PRIO_BITS) the samllest possible priority group is set.\r
-\r
-    The returned priority value can be used for NVIC_SetPriority(...) function\r
-\r
-    \param [in]     PriorityGroup  Used priority group\r
-    \param [in]   PreemptPriority  Preemptive priority value (starting from 0)\r
-    \param [in]       SubPriority  Sub priority value (starting from 0)\r
-    \return                        Encoded priority for the interrupt\r
- */\r
-static __INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority)\r
-{\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & 0x07);          /* only values 0..7 are used          */\r
-  uint32_t PreemptPriorityBits;\r
-  uint32_t SubPriorityBits;\r
-\r
-  PreemptPriorityBits = ((7 - PriorityGroupTmp) > __NVIC_PRIO_BITS) ? __NVIC_PRIO_BITS : 7 - PriorityGroupTmp;\r
-  SubPriorityBits     = ((PriorityGroupTmp + __NVIC_PRIO_BITS) < 7) ? 0 : PriorityGroupTmp - 7 + __NVIC_PRIO_BITS;\r
-\r
-  return (\r
-           ((PreemptPriority & ((1 << (PreemptPriorityBits)) - 1)) << SubPriorityBits) |\r
-           ((SubPriority     & ((1 << (SubPriorityBits    )) - 1)))\r
-         );\r
-}\r
-\r
-\r
-/** \brief  Decode Priority\r
-\r
-    This function decodes an interrupt priority value with the given priority group to\r
-    preemptive priority value and sub priority value.\r
-    In case of a conflict between priority grouping and available\r
-    priority bits (__NVIC_PRIO_BITS) the samllest possible priority group is set.\r
-\r
-    The priority value can be retrieved with NVIC_GetPriority(...) function\r
-\r
-    \param [in]         Priority   Priority value\r
-    \param [in]     PriorityGroup  Used priority group\r
-    \param [out] pPreemptPriority  Preemptive priority value (starting from 0)\r
-    \param [out]     pSubPriority  Sub priority value (starting from 0)\r
- */\r
-static __INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* pPreemptPriority, uint32_t* pSubPriority)\r
-{\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & 0x07);          /* only values 0..7 are used          */\r
-  uint32_t PreemptPriorityBits;\r
-  uint32_t SubPriorityBits;\r
-\r
-  PreemptPriorityBits = ((7 - PriorityGroupTmp) > __NVIC_PRIO_BITS) ? __NVIC_PRIO_BITS : 7 - PriorityGroupTmp;\r
-  SubPriorityBits     = ((PriorityGroupTmp + __NVIC_PRIO_BITS) < 7) ? 0 : PriorityGroupTmp - 7 + __NVIC_PRIO_BITS;\r
-\r
-  *pPreemptPriority = (Priority >> SubPriorityBits) & ((1 << (PreemptPriorityBits)) - 1);\r
-  *pSubPriority     = (Priority                   ) & ((1 << (SubPriorityBits    )) - 1);\r
-}\r
-\r
-\r
-/** \brief  System Reset\r
-\r
-    This function initiate a system reset request to reset the MCU.\r
- */\r
-static __INLINE void NVIC_SystemReset(void)\r
-{\r
-  __DSB();                                                     /* Ensure all outstanding memory accesses included\r
-                                                                  buffered write are completed before reset */\r
-  SCB->AIRCR  = ((0x5FA << SCB_AIRCR_VECTKEY_Pos)      |\r
-                 (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) |\r
-                 SCB_AIRCR_SYSRESETREQ_Msk);                   /* Keep priority group unchanged */\r
-  __DSB();                                                     /* Ensure completion of memory access */\r
-  while(1);                                                    /* wait until reset */\r
-}\r
-\r
-/*@} end of CMSIS_Core_NVICFunctions */\r
-\r
-\r
-\r
-/* ##################################    SysTick function  ############################################ */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_Core_SysTickFunctions CMSIS Core SysTick Functions\r
-  @{\r
- */\r
-\r
-#if (__Vendor_SysTickConfig == 0)\r
-\r
-/** \brief  System Tick Configuration\r
-\r
-    This function initialises the system tick timer and its interrupt and start the system tick timer.\r
-    Counter is in free running mode to generate periodical interrupts.\r
-\r
-    \param [in]  ticks  Number of ticks between two interrupts\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-static __INLINE uint32_t SysTick_Config(uint32_t ticks)\r
-{\r
-  if (ticks > SysTick_LOAD_RELOAD_Msk)  return (1);            /* Reload value impossible */\r
-\r
-  SysTick->LOAD  = (ticks & SysTick_LOAD_RELOAD_Msk) - 1;      /* set reload register */\r
-  NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Cortex-M0 System Interrupts */\r
-  SysTick->VAL   = 0;                                          /* Load the SysTick Counter Value */\r
-  SysTick->CTRL  = SysTick_CTRL_CLKSOURCE_Msk |\r
-                   SysTick_CTRL_TICKINT_Msk   |\r
-                   SysTick_CTRL_ENABLE_Msk;                    /* Enable SysTick IRQ and SysTick Timer */\r
-  return (0);                                                  /* Function successful */\r
-}\r
-\r
-#endif\r
-\r
-/*@} end of CMSIS_Core_SysTickFunctions */\r
-\r
-\r
-\r
-/* ##################################### Debug In/Output function ########################################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_core_DebugFunctions CMSIS Core Debug Functions\r
-  @{\r
- */\r
-\r
-extern volatile int32_t ITM_RxBuffer;                    /*!< external variable to receive characters                    */\r
-#define                 ITM_RXBUFFER_EMPTY    0x5AA55AA5 /*!< value identifying ITM_RxBuffer is ready for next character */\r
-\r
-\r
-/** \brief  ITM Send Character\r
-\r
-    This function transmits a character via the ITM channel 0.\r
-    It just returns when no debugger is connected that has booked the output.\r
-    It is blocking when a debugger is connected, but the previous character send is not transmitted.\r
-\r
-    \param [in]     ch  Character to transmit\r
-    \return             Character to transmit\r
- */\r
-static __INLINE uint32_t ITM_SendChar (uint32_t ch)\r
-{\r
-  if ((CoreDebug->DEMCR & CoreDebug_DEMCR_TRCENA_Msk)  &&      /* Trace enabled */\r
-      (ITM->TCR & ITM_TCR_ITMENA_Msk)                  &&      /* ITM enabled */\r
-      (ITM->TER & (1UL << 0)        )                    )     /* ITM Port #0 enabled */\r
-  {\r
-    while (ITM->PORT[0].u32 == 0);\r
-    ITM->PORT[0].u8 = (uint8_t) ch;\r
-  }\r
-  return (ch);\r
-}\r
-\r
-\r
-/** \brief  ITM Receive Character\r
-\r
-    This function inputs a character via external variable ITM_RxBuffer.\r
-    It just returns when no debugger is connected that has booked the output.\r
-    It is blocking when a debugger is connected, but the previous character send is not transmitted.\r
-\r
-    \return             Received character\r
-    \return         -1  No character received\r
- */\r
-static __INLINE int32_t ITM_ReceiveChar (void) {\r
-  int32_t ch = -1;                           /* no character available */\r
-\r
-  if (ITM_RxBuffer != ITM_RXBUFFER_EMPTY) {\r
-    ch = ITM_RxBuffer;\r
-    ITM_RxBuffer = ITM_RXBUFFER_EMPTY;       /* ready for next character */\r
-  }\r
-\r
-  return (ch);\r
-}\r
-\r
-\r
-/** \brief  ITM Check Character\r
-\r
-    This function checks external variable ITM_RxBuffer whether a character is available or not.\r
-    It returns '1' if a character is available and '0' if no character is available.\r
-\r
-    \return          0  No character available\r
-    \return          1  Character available\r
- */\r
-static __INLINE int32_t ITM_CheckChar (void) {\r
-\r
-  if (ITM_RxBuffer == ITM_RXBUFFER_EMPTY) {\r
-    return (0);                                 /* no character available */\r
-  } else {\r
-    return (1);                                 /*    character available */\r
-  }\r
-}\r
-\r
-/*@} end of CMSIS_core_DebugFunctions */\r
-\r
-#endif /* __CORE_CM3_H_DEPENDANT */\r
-\r
-#endif /* __CMSIS_GENERIC */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmFunc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmFunc.h
deleted file mode 100644 (file)
index c999b1c..0000000
+++ /dev/null
@@ -1,609 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cmFunc.h\r
- * @brief    CMSIS Cortex-M Core Function Access Header File\r
- * @version  V2.10\r
- * @date     26. July 2011\r
- *\r
- * @note\r
- * Copyright (C) 2009-2011 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M \r
- * processor based microcontrollers.  This file can be freely distributed \r
- * within development tools that are supporting such ARM based processors. \r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifndef __CORE_CMFUNC_H\r
-#define __CORE_CMFUNC_H\r
-\r
-\r
-/* ###########################  Core Function Access  ########################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface   \r
-    \defgroup CMSIS_Core_RegAccFunctions CMSIS Core Register Access Functions\r
-  @{\r
- */\r
-\r
-#if   defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/\r
-/* ARM armcc specific functions */\r
-\r
-#if (__ARMCC_VERSION < 400677)\r
-  #error "Please use ARM Compiler Toolchain V4.0.677 or later!"\r
-#endif\r
-\r
-/* intrinsic void __enable_irq();     */\r
-/* intrinsic void __disable_irq();    */\r
-\r
-/** \brief  Get Control Register\r
-\r
-    This function returns the content of the Control Register.\r
-\r
-    \return               Control Register value\r
- */\r
-static __INLINE uint32_t __get_CONTROL(void)\r
-{\r
-  register uint32_t __regControl         __ASM("control");\r
-  return(__regControl);\r
-}\r
-\r
-\r
-/** \brief  Set Control Register\r
-\r
-    This function writes the given value to the Control Register.\r
-\r
-    \param [in]    control  Control Register value to set\r
- */\r
-static __INLINE void __set_CONTROL(uint32_t control)\r
-{\r
-  register uint32_t __regControl         __ASM("control");\r
-  __regControl = control;\r
-}\r
-\r
-\r
-/** \brief  Get ISPR Register\r
-\r
-    This function returns the content of the ISPR Register.\r
-\r
-    \return               ISPR Register value\r
- */\r
-static __INLINE uint32_t __get_IPSR(void)\r
-{\r
-  register uint32_t __regIPSR          __ASM("ipsr");\r
-  return(__regIPSR);\r
-}\r
-\r
-\r
-/** \brief  Get APSR Register\r
-\r
-    This function returns the content of the APSR Register.\r
-\r
-    \return               APSR Register value\r
- */\r
-static __INLINE uint32_t __get_APSR(void)\r
-{\r
-  register uint32_t __regAPSR          __ASM("apsr");\r
-  return(__regAPSR);\r
-}\r
-\r
-\r
-/** \brief  Get xPSR Register\r
-\r
-    This function returns the content of the xPSR Register.\r
-\r
-    \return               xPSR Register value\r
- */\r
-static __INLINE uint32_t __get_xPSR(void)\r
-{\r
-  register uint32_t __regXPSR          __ASM("xpsr");\r
-  return(__regXPSR);\r
-}\r
-\r
-\r
-/** \brief  Get Process Stack Pointer\r
-\r
-    This function returns the current value of the Process Stack Pointer (PSP).\r
-\r
-    \return               PSP Register value\r
- */\r
-static __INLINE uint32_t __get_PSP(void)\r
-{\r
-  register uint32_t __regProcessStackPointer  __ASM("psp");\r
-  return(__regProcessStackPointer);\r
-}\r
-\r
-\r
-/** \brief  Set Process Stack Pointer\r
-\r
-    This function assigns the given value to the Process Stack Pointer (PSP).\r
-\r
-    \param [in]    topOfProcStack  Process Stack Pointer value to set\r
- */\r
-static __INLINE void __set_PSP(uint32_t topOfProcStack)\r
-{\r
-  register uint32_t __regProcessStackPointer  __ASM("psp");\r
-  __regProcessStackPointer = topOfProcStack;\r
-}\r
-\r
-\r
-/** \brief  Get Main Stack Pointer\r
-\r
-    This function returns the current value of the Main Stack Pointer (MSP).\r
-\r
-    \return               MSP Register value\r
- */\r
-static __INLINE uint32_t __get_MSP(void)\r
-{\r
-  register uint32_t __regMainStackPointer     __ASM("msp");\r
-  return(__regMainStackPointer);\r
-}\r
-\r
-\r
-/** \brief  Set Main Stack Pointer\r
-\r
-    This function assigns the given value to the Main Stack Pointer (MSP).\r
-\r
-    \param [in]    topOfMainStack  Main Stack Pointer value to set\r
- */\r
-static __INLINE void __set_MSP(uint32_t topOfMainStack)\r
-{\r
-  register uint32_t __regMainStackPointer     __ASM("msp");\r
-  __regMainStackPointer = topOfMainStack;\r
-}\r
-\r
-\r
-/** \brief  Get Priority Mask\r
-\r
-    This function returns the current state of the priority mask bit from the Priority Mask Register.\r
-\r
-    \return               Priority Mask value\r
- */\r
-static __INLINE uint32_t __get_PRIMASK(void)\r
-{\r
-  register uint32_t __regPriMask         __ASM("primask");\r
-  return(__regPriMask);\r
-}\r
-\r
-\r
-/** \brief  Set Priority Mask\r
-\r
-    This function assigns the given value to the Priority Mask Register.\r
-\r
-    \param [in]    priMask  Priority Mask\r
- */\r
-static __INLINE void __set_PRIMASK(uint32_t priMask)\r
-{\r
-  register uint32_t __regPriMask         __ASM("primask");\r
-  __regPriMask = (priMask);\r
-}\r
\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Enable FIQ\r
-\r
-    This function enables FIQ interrupts by clearing the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-#define __enable_fault_irq                __enable_fiq\r
-\r
-\r
-/** \brief  Disable FIQ\r
-\r
-    This function disables FIQ interrupts by setting the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-#define __disable_fault_irq               __disable_fiq\r
-\r
-\r
-/** \brief  Get Base Priority\r
-\r
-    This function returns the current value of the Base Priority register.\r
-\r
-    \return               Base Priority register value\r
- */\r
-static __INLINE uint32_t  __get_BASEPRI(void)\r
-{\r
-  register uint32_t __regBasePri         __ASM("basepri");\r
-  return(__regBasePri);\r
-}\r
-\r
-\r
-/** \brief  Set Base Priority\r
-\r
-    This function assigns the given value to the Base Priority register.\r
-\r
-    \param [in]    basePri  Base Priority value to set\r
- */\r
-static __INLINE void __set_BASEPRI(uint32_t basePri)\r
-{\r
-  register uint32_t __regBasePri         __ASM("basepri");\r
-  __regBasePri = (basePri & 0xff);\r
-}\r
\r
-\r
-/** \brief  Get Fault Mask\r
-\r
-    This function returns the current value of the Fault Mask register.\r
-\r
-    \return               Fault Mask register value\r
- */\r
-static __INLINE uint32_t __get_FAULTMASK(void)\r
-{\r
-  register uint32_t __regFaultMask       __ASM("faultmask");\r
-  return(__regFaultMask);\r
-}\r
-\r
-\r
-/** \brief  Set Fault Mask\r
-\r
-    This function assigns the given value to the Fault Mask register.\r
-\r
-    \param [in]    faultMask  Fault Mask value to set\r
- */\r
-static __INLINE void __set_FAULTMASK(uint32_t faultMask)\r
-{\r
-  register uint32_t __regFaultMask       __ASM("faultmask");\r
-  __regFaultMask = (faultMask & (uint32_t)1);\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-#if       (__CORTEX_M == 0x04)\r
-\r
-/** \brief  Get FPSCR\r
-\r
-    This function returns the current value of the Floating Point Status/Control register.\r
-\r
-    \return               Floating Point Status/Control register value\r
- */\r
-static __INLINE uint32_t __get_FPSCR(void)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  register uint32_t __regfpscr         __ASM("fpscr");\r
-  return(__regfpscr);\r
-#else\r
-   return(0);\r
-#endif\r
-}\r
-\r
-\r
-/** \brief  Set FPSCR\r
-\r
-    This function assigns the given value to the Floating Point Status/Control register.\r
-\r
-    \param [in]    fpscr  Floating Point Status/Control value to set\r
- */\r
-static __INLINE void __set_FPSCR(uint32_t fpscr)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  register uint32_t __regfpscr         __ASM("fpscr");\r
-  __regfpscr = (fpscr);\r
-#endif\r
-}\r
-\r
-#endif /* (__CORTEX_M == 0x04) */\r
-\r
-\r
-#elif defined ( __ICCARM__ ) /*------------------ ICC Compiler -------------------*/\r
-/* IAR iccarm specific functions */\r
-\r
-#include <cmsis_iar.h>\r
-\r
-#elif defined ( __GNUC__ ) /*------------------ GNU Compiler ---------------------*/\r
-/* GNU gcc specific functions */\r
-\r
-/** \brief  Enable IRQ Interrupts\r
-\r
-  This function enables IRQ interrupts by clearing the I-bit in the CPSR.\r
-  Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __enable_irq(void)\r
-{\r
-  __ASM volatile ("cpsie i");\r
-}\r
-\r
-\r
-/** \brief  Disable IRQ Interrupts\r
-\r
-  This function disables IRQ interrupts by setting the I-bit in the CPSR.\r
-  Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __disable_irq(void)\r
-{\r
-  __ASM volatile ("cpsid i");\r
-}\r
-\r
-\r
-/** \brief  Get Control Register\r
-\r
-    This function returns the content of the Control Register.\r
-\r
-    \return               Control Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_CONTROL(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, control" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Control Register\r
-\r
-    This function writes the given value to the Control Register.\r
-\r
-    \param [in]    control  Control Register value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_CONTROL(uint32_t control)\r
-{\r
-  __ASM volatile ("MSR control, %0" : : "r" (control) );\r
-}\r
-\r
-\r
-/** \brief  Get ISPR Register\r
-\r
-    This function returns the content of the ISPR Register.\r
-\r
-    \return               ISPR Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_IPSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, ipsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get APSR Register\r
-\r
-    This function returns the content of the APSR Register.\r
-\r
-    \return               APSR Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_APSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, apsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get xPSR Register\r
-\r
-    This function returns the content of the xPSR Register.\r
-\r
-    \return               xPSR Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_xPSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, xpsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get Process Stack Pointer\r
-\r
-    This function returns the current value of the Process Stack Pointer (PSP).\r
-\r
-    \return               PSP Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_PSP(void)\r
-{\r
-  register uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, psp\n"  : "=r" (result) );\r
-  return(result);\r
-}\r
\r
-\r
-/** \brief  Set Process Stack Pointer\r
-\r
-    This function assigns the given value to the Process Stack Pointer (PSP).\r
-\r
-    \param [in]    topOfProcStack  Process Stack Pointer value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_PSP(uint32_t topOfProcStack)\r
-{\r
-  __ASM volatile ("MSR psp, %0\n" : : "r" (topOfProcStack) );\r
-}\r
-\r
-\r
-/** \brief  Get Main Stack Pointer\r
-\r
-    This function returns the current value of the Main Stack Pointer (MSP).\r
-\r
-    \return               MSP Register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_MSP(void)\r
-{\r
-  register uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, msp\n" : "=r" (result) );\r
-  return(result);\r
-}\r
\r
-\r
-/** \brief  Set Main Stack Pointer\r
-\r
-    This function assigns the given value to the Main Stack Pointer (MSP).\r
-\r
-    \param [in]    topOfMainStack  Main Stack Pointer value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_MSP(uint32_t topOfMainStack)\r
-{\r
-  __ASM volatile ("MSR msp, %0\n" : : "r" (topOfMainStack) );\r
-}\r
-\r
-\r
-/** \brief  Get Priority Mask\r
-\r
-    This function returns the current state of the priority mask bit from the Priority Mask Register.\r
-\r
-    \return               Priority Mask value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_PRIMASK(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, primask" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Priority Mask\r
-\r
-    This function assigns the given value to the Priority Mask Register.\r
-\r
-    \param [in]    priMask  Priority Mask\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_PRIMASK(uint32_t priMask)\r
-{\r
-  __ASM volatile ("MSR primask, %0" : : "r" (priMask) );\r
-}\r
\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Enable FIQ\r
-\r
-    This function enables FIQ interrupts by clearing the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __enable_fault_irq(void)\r
-{\r
-  __ASM volatile ("cpsie f");\r
-}\r
-\r
-\r
-/** \brief  Disable FIQ\r
-\r
-    This function disables FIQ interrupts by setting the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __disable_fault_irq(void)\r
-{\r
-  __ASM volatile ("cpsid f");\r
-}\r
-\r
-\r
-/** \brief  Get Base Priority\r
-\r
-    This function returns the current value of the Base Priority register.\r
-\r
-    \return               Base Priority register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_BASEPRI(void)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("MRS %0, basepri_max" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Base Priority\r
-\r
-    This function assigns the given value to the Base Priority register.\r
-\r
-    \param [in]    basePri  Base Priority value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_BASEPRI(uint32_t value)\r
-{\r
-  __ASM volatile ("MSR basepri, %0" : : "r" (value) );\r
-}\r
-\r
-\r
-/** \brief  Get Fault Mask\r
-\r
-    This function returns the current value of the Fault Mask register.\r
-\r
-    \return               Fault Mask register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_FAULTMASK(void)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("MRS %0, faultmask" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Fault Mask\r
-\r
-    This function assigns the given value to the Fault Mask register.\r
-\r
-    \param [in]    faultMask  Fault Mask value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_FAULTMASK(uint32_t faultMask)\r
-{\r
-  __ASM volatile ("MSR faultmask, %0" : : "r" (faultMask) );\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-#if       (__CORTEX_M == 0x04)\r
-\r
-/** \brief  Get FPSCR\r
-\r
-    This function returns the current value of the Floating Point Status/Control register.\r
-\r
-    \return               Floating Point Status/Control register value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __get_FPSCR(void)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("VMRS %0, fpscr" : "=r" (result) );\r
-  return(result);\r
-#else\r
-   return(0);\r
-#endif\r
-}\r
-\r
-\r
-/** \brief  Set FPSCR\r
-\r
-    This function assigns the given value to the Floating Point Status/Control register.\r
-\r
-    \param [in]    fpscr  Floating Point Status/Control value to set\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __set_FPSCR(uint32_t fpscr)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) );\r
-#endif\r
-}\r
-\r
-#endif /* (__CORTEX_M == 0x04) */\r
-\r
-\r
-#elif defined ( __TASKING__ ) /*------------------ TASKING Compiler --------------*/\r
-/* TASKING carm specific functions */\r
-\r
-/*\r
- * The CMSIS functions have been implemented as intrinsics in the compiler.\r
- * Please use "carm -?i" to get an up to date list of all instrinsics,\r
- * Including the CMSIS ones.\r
- */\r
-\r
-#endif\r
-\r
-/*@} end of CMSIS_Core_RegAccFunctions */\r
-\r
-\r
-#endif /* __CORE_CMFUNC_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmInstr.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/core_cmInstr.h
deleted file mode 100644 (file)
index ceb4f87..0000000
+++ /dev/null
@@ -1,585 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cmInstr.h\r
- * @brief    CMSIS Cortex-M Core Instruction Access Header File\r
- * @version  V2.10\r
- * @date     19. July 2011\r
- *\r
- * @note\r
- * Copyright (C) 2009-2011 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M \r
- * processor based microcontrollers.  This file can be freely distributed \r
- * within development tools that are supporting such ARM based processors. \r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifndef __CORE_CMINSTR_H\r
-#define __CORE_CMINSTR_H\r
-\r
-\r
-/* ##########################  Core Instruction Access  ######################### */\r
-/** \defgroup CMSIS_Core_InstructionInterface CMSIS Core Instruction Interface\r
-  Access to dedicated instructions\r
-  @{\r
-*/\r
-\r
-#if   defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/\r
-/* ARM armcc specific functions */\r
-\r
-#if (__ARMCC_VERSION < 400677)\r
-  #error "Please use ARM Compiler Toolchain V4.0.677 or later!"\r
-#endif\r
-\r
-\r
-/** \brief  No Operation\r
-\r
-    No Operation does nothing. This instruction can be used for code alignment purposes.\r
- */\r
-#define __NOP                             __nop\r
-\r
-\r
-/** \brief  Wait For Interrupt\r
-\r
-    Wait For Interrupt is a hint instruction that suspends execution\r
-    until one of a number of events occurs.\r
- */\r
-#define __WFI                             __wfi\r
-\r
-\r
-/** \brief  Wait For Event\r
-\r
-    Wait For Event is a hint instruction that permits the processor to enter\r
-    a low-power state until one of a number of events occurs.\r
- */\r
-#define __WFE                             __wfe\r
-\r
-\r
-/** \brief  Send Event\r
-\r
-    Send Event is a hint instruction. It causes an event to be signaled to the CPU.\r
- */\r
-#define __SEV                             __sev\r
-\r
-\r
-/** \brief  Instruction Synchronization Barrier\r
-\r
-    Instruction Synchronization Barrier flushes the pipeline in the processor, \r
-    so that all instructions following the ISB are fetched from cache or \r
-    memory, after the instruction has been completed.\r
- */\r
-#define __ISB()                           __isb(0xF)\r
-\r
-\r
-/** \brief  Data Synchronization Barrier\r
-\r
-    This function acts as a special kind of Data Memory Barrier. \r
-    It completes when all explicit memory accesses before this instruction complete.\r
- */\r
-#define __DSB()                           __dsb(0xF)\r
-\r
-\r
-/** \brief  Data Memory Barrier\r
-\r
-    This function ensures the apparent order of the explicit memory operations before \r
-    and after the instruction, without ensuring their completion.\r
- */\r
-#define __DMB()                           __dmb(0xF)\r
-\r
-\r
-/** \brief  Reverse byte order (32 bit)\r
-\r
-    This function reverses the byte order in integer value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-#define __REV                             __rev\r
-\r
-\r
-/** \brief  Reverse byte order (16 bit)\r
-\r
-    This function reverses the byte order in two unsigned short values.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-static __INLINE __ASM uint32_t __REV16(uint32_t value)\r
-{\r
-  rev16 r0, r0\r
-  bx lr\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order in signed short value\r
-\r
-    This function reverses the byte order in a signed short value with sign extension to integer.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-static __INLINE __ASM int32_t __REVSH(int32_t value)\r
-{\r
-  revsh r0, r0\r
-  bx lr\r
-}\r
-\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Reverse bit order of value\r
-\r
-    This function reverses the bit order of the given value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-#define __RBIT                            __rbit\r
-\r
-\r
-/** \brief  LDR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive LDR command for 8 bit value.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return             value of type uint8_t at (*ptr)\r
- */\r
-#define __LDREXB(ptr)                     ((uint8_t ) __ldrex(ptr))\r
-\r
-\r
-/** \brief  LDR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive LDR command for 16 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint16_t at (*ptr)\r
- */\r
-#define __LDREXH(ptr)                     ((uint16_t) __ldrex(ptr))\r
-\r
-\r
-/** \brief  LDR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive LDR command for 32 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint32_t at (*ptr)\r
- */\r
-#define __LDREXW(ptr)                     ((uint32_t ) __ldrex(ptr))\r
-\r
-\r
-/** \brief  STR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive STR command for 8 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXB(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  STR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive STR command for 16 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXH(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  STR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive STR command for 32 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXW(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  Remove the exclusive lock\r
-\r
-    This function removes the exclusive lock which is created by LDREX.\r
-\r
- */\r
-#define __CLREX                           __clrex\r
-\r
-\r
-/** \brief  Signed Saturate\r
-\r
-    This function saturates a signed value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (1..32)\r
-    \return             Saturated value\r
- */\r
-#define __SSAT                            __ssat\r
-\r
-\r
-/** \brief  Unsigned Saturate\r
-\r
-    This function saturates an unsigned value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (0..31)\r
-    \return             Saturated value\r
- */\r
-#define __USAT                            __usat\r
-\r
-\r
-/** \brief  Count leading zeros\r
-\r
-    This function counts the number of leading zeros of a data value.\r
-\r
-    \param [in]  value  Value to count the leading zeros\r
-    \return             number of leading zeros in value\r
- */\r
-#define __CLZ                             __clz \r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-\r
-#elif defined ( __ICCARM__ ) /*------------------ ICC Compiler -------------------*/\r
-/* IAR iccarm specific functions */\r
-\r
-#include <cmsis_iar.h>\r
-\r
-\r
-#elif defined ( __GNUC__ ) /*------------------ GNU Compiler ---------------------*/\r
-/* GNU gcc specific functions */\r
-\r
-/** \brief  No Operation\r
-\r
-    No Operation does nothing. This instruction can be used for code alignment purposes.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __NOP(void)\r
-{\r
-  __ASM volatile ("nop");\r
-}\r
-\r
-\r
-/** \brief  Wait For Interrupt\r
-\r
-    Wait For Interrupt is a hint instruction that suspends execution\r
-    until one of a number of events occurs.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __WFI(void)\r
-{\r
-  __ASM volatile ("wfi");\r
-}\r
-\r
-\r
-/** \brief  Wait For Event\r
-\r
-    Wait For Event is a hint instruction that permits the processor to enter\r
-    a low-power state until one of a number of events occurs.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __WFE(void)\r
-{\r
-  __ASM volatile ("wfe");\r
-}\r
-\r
-\r
-/** \brief  Send Event\r
-\r
-    Send Event is a hint instruction. It causes an event to be signaled to the CPU.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __SEV(void)\r
-{\r
-  __ASM volatile ("sev");\r
-}\r
-\r
-\r
-/** \brief  Instruction Synchronization Barrier\r
-\r
-    Instruction Synchronization Barrier flushes the pipeline in the processor, \r
-    so that all instructions following the ISB are fetched from cache or \r
-    memory, after the instruction has been completed.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __ISB(void)\r
-{\r
-  __ASM volatile ("isb");\r
-}\r
-\r
-\r
-/** \brief  Data Synchronization Barrier\r
-\r
-    This function acts as a special kind of Data Memory Barrier. \r
-    It completes when all explicit memory accesses before this instruction complete.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __DSB(void)\r
-{\r
-  __ASM volatile ("dsb");\r
-}\r
-\r
-\r
-/** \brief  Data Memory Barrier\r
-\r
-    This function ensures the apparent order of the explicit memory operations before \r
-    and after the instruction, without ensuring their completion.\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __DMB(void)\r
-{\r
-  __ASM volatile ("dmb");\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order (32 bit)\r
-\r
-    This function reverses the byte order in integer value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __REV(uint32_t value)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("rev %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order (16 bit)\r
-\r
-    This function reverses the byte order in two unsigned short values.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __REV16(uint32_t value)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("rev16 %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order in signed short value\r
-\r
-    This function reverses the byte order in a signed short value with sign extension to integer.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE int32_t __REVSH(int32_t value)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("revsh %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Reverse bit order of value\r
-\r
-    This function reverses the bit order of the given value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __RBIT(uint32_t value)\r
-{\r
-  uint32_t result;\r
-  \r
-   __ASM volatile ("rbit %0, %1" : "=r" (result) : "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive LDR command for 8 bit value.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return             value of type uint8_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint8_t __LDREXB(volatile uint8_t *addr)\r
-{\r
-    uint8_t result;\r
-  \r
-   __ASM volatile ("ldrexb %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive LDR command for 16 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint16_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint16_t __LDREXH(volatile uint16_t *addr)\r
-{\r
-    uint16_t result;\r
-  \r
-   __ASM volatile ("ldrexh %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive LDR command for 32 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint32_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __LDREXW(volatile uint32_t *addr)\r
-{\r
-    uint32_t result;\r
-  \r
-   __ASM volatile ("ldrex %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive STR command for 8 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr)\r
-{\r
-   uint32_t result;\r
-  \r
-   __ASM volatile ("strexb %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive STR command for 16 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr)\r
-{\r
-   uint32_t result;\r
-  \r
-   __ASM volatile ("strexh %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive STR command for 32 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr)\r
-{\r
-   uint32_t result;\r
-  \r
-   __ASM volatile ("strex %0, %2, [%1]" : "=r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  Remove the exclusive lock\r
-\r
-    This function removes the exclusive lock which is created by LDREX.\r
-\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE void __CLREX(void)\r
-{\r
-  __ASM volatile ("clrex");\r
-}\r
-\r
-\r
-/** \brief  Signed Saturate\r
-\r
-    This function saturates a signed value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (1..32)\r
-    \return             Saturated value\r
- */\r
-#define __SSAT(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("ssat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-\r
-\r
-/** \brief  Unsigned Saturate\r
-\r
-    This function saturates an unsigned value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (0..31)\r
-    \return             Saturated value\r
- */\r
-#define __USAT(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("usat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-\r
-\r
-/** \brief  Count leading zeros\r
-\r
-    This function counts the number of leading zeros of a data value.\r
-\r
-    \param [in]  value  Value to count the leading zeros\r
-    \return             number of leading zeros in value\r
- */\r
-__attribute__( ( always_inline ) ) static __INLINE uint8_t __CLZ(uint32_t value)\r
-{\r
-  uint8_t result;\r
-  \r
-  __ASM volatile ("clz %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-\r
-\r
-#elif defined ( __TASKING__ ) /*------------------ TASKING Compiler --------------*/\r
-/* TASKING carm specific functions */\r
-\r
-/*\r
- * The CMSIS functions have been implemented as intrinsics in the compiler.\r
- * Please use "carm -?i" to get an up to date list of all intrinsics,\r
- * Including the CMSIS ones.\r
- */\r
-\r
-#endif\r
-\r
-/*@}*/ /* end of group CMSIS_Core_InstructionInterface */\r
-\r
-#endif /* __CORE_CMINSTR_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/debug_frmwrk.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/debug_frmwrk.h
deleted file mode 100644 (file)
index ac4618c..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-/**********************************************************************\r
-* $Id$         debug_frmwrk.h                  2011-06-02\r
-*//**\r
-* @file                debug_frmwrk.h\r
-* @brief       Contains some utilities that used for debugging through UART\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup DEBUG_FRMWRK DEBUG FRAMEWORK\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef DEBUG_FRMWRK_H_\r
-#define DEBUG_FRMWRK_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_uart.h"\r
-\r
-#define VCOM_DEBUG_MESSEGES\r
-//#define UART_DEBUG_MESSEGES\r
-\r
-#define USED_UART_DEBUG_PORT   1\r
-\r
-#if (USED_UART_DEBUG_PORT==0)\r
-#define DEBUG_UART_PORT        LPC_UART0\r
-#elif (USED_UART_DEBUG_PORT==1)\r
-#define DEBUG_UART_PORT        LPC_UART1\r
-#endif\r
-\r
-#define _DBG(x)                _db_msg((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBG_(x)       _db_msg_((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBC(x)                _db_char((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBD(x)                _db_dec((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBD16(x)       _db_dec_16((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBD32(x)       _db_dec_32((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBH(x)                _db_hex((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBH16(x)       _db_hex_16((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DBH32(x)       _db_hex_32((LPC_USARTn_Type*)DEBUG_UART_PORT, x)\r
-#define _DG                    _db_get_char((LPC_USARTn_Type*)DEBUG_UART_PORT)\r
-void  lpc_printf (const  char *format, ...);\r
-\r
-extern void (*_db_msg)(LPC_USARTn_Type *UARTx, const void *s);\r
-extern void (*_db_msg_)(LPC_USARTn_Type *UARTx, const void *s);\r
-extern void (*_db_char)(LPC_USARTn_Type *UARTx, uint8_t ch);\r
-extern void (*_db_dec)(LPC_USARTn_Type *UARTx, uint8_t decn);\r
-extern void (*_db_dec_16)(LPC_USARTn_Type *UARTx, uint16_t decn);\r
-extern void (*_db_dec_32)(LPC_USARTn_Type *UARTx, uint32_t decn);\r
-extern void (*_db_hex)(LPC_USARTn_Type *UARTx, uint8_t hexn);\r
-extern void (*_db_hex_16)(LPC_USARTn_Type *UARTx, uint16_t hexn);\r
-extern void (*_db_hex_32)(LPC_USARTn_Type *UARTx, uint32_t hexn);\r
-extern uint8_t (*_db_get_char)(LPC_USARTn_Type *UARTx);\r
-\r
-void UARTPutChar (LPC_USARTn_Type *UARTx, uint8_t ch);\r
-void UARTPuts(LPC_USARTn_Type *UARTx, const void *str);\r
-void UARTPuts_(LPC_USARTn_Type *UARTx, const void *str);\r
-void UARTPutDec(LPC_USARTn_Type *UARTx, uint8_t decnum);\r
-void UARTPutDec16(LPC_USARTn_Type *UARTx, uint16_t decnum);\r
-void UARTPutDec32(LPC_USARTn_Type *UARTx, uint32_t decnum);\r
-void UARTPutHex (LPC_USARTn_Type *UARTx, uint8_t hexnum);\r
-void UARTPutHex16 (LPC_USARTn_Type *UARTx, uint16_t hexnum);\r
-void UARTPutHex32 (LPC_USARTn_Type *UARTx, uint32_t hexnum);\r
-uint8_t UARTGetChar (LPC_USARTn_Type *UARTx);\r
-void debug_frmwrk_init(void);\r
-\r
-#endif /* DEBUG_FRMWRK_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_adc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_adc.h
deleted file mode 100644 (file)
index 55d5c86..0000000
+++ /dev/null
@@ -1,295 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_adc.h                   2011-06-02\r
-*//**\r
-* @file                lpc18xx_adc.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for ADC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup ADC ADC (Analog to Digital Converter)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_ADC_H_\r
-#define LPC18XX_ADC_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private macros ------------------------------------------------------------- */\r
-/** @defgroup ADC_Private_Macros ADC Private Macros\r
- * @{\r
- */\r
-\r
-/* -------------------------- BIT DEFINITIONS ----------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for ADC  control register\r
- **********************************************************************/\r
-/**  Selects which of the AD0.0:7 pins is (are) to be sampled and converted */\r
-#define ADC_CR_CH_SEL(n)       ((1UL << n))\r
-/**  The APB clock (PCLK) is divided by (this value plus one)\r
-* to produce the clock for the A/D */\r
-#define ADC_CR_CLKDIV(n)       ((n<<8))\r
-/**  Repeated conversions A/D enable bit */\r
-#define ADC_CR_BURST           ((1UL<<16))\r
-/**  number of accuracy bits */\r
-#define ADC_CR_BITACC(n)       (((n)<<17))\r
-/**  ADC convert in power down mode */\r
-#define ADC_CR_PDN                     ((1UL<<21))\r
-/**  Start mask bits */\r
-#define ADC_CR_START_MASK      ((7UL<<24))\r
-/**  Select Start Mode */\r
-#define ADC_CR_START_MODE_SEL(SEL)     ((SEL<<24))\r
-/**  Start conversion now */\r
-#define ADC_CR_START_NOW               ((1UL<<24))\r
-/**  Start conversion when the edge selected by bit 27 occurs on CTOUT_15 */\r
-#define ADC_CR_START_CTOUT15   ((2UL<<24))\r
-/** Start conversion when the edge selected by bit 27 occurs on CTOUT_8 */\r
-#define ADC_CR_START_CTOUT8            ((3UL<<24))\r
-/**  Start conversion when the edge selected by bit 27 occurs on ADCTRIG0 */\r
-#define ADC_CR_START_ADCTRIG0  ((4UL<<24))\r
-/**  Start conversion when the edge selected by bit 27 occurs on ADCTRIG1 */\r
-#define ADC_CR_START_ADCTRIG1  ((5UL<<24))\r
-/**  Start conversion when the edge selected by bit 27 occurs on Motocon PWM output MCOA2 */\r
-#define ADC_CR_START_MCOA2             ((6UL<<24))\r
-/**  Start conversion on a falling edge on the selected CAP/MAT signal */\r
-#define ADC_CR_EDGE                    ((1UL<<27))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for ADC Global Data register\r
- **********************************************************************/\r
-/** When DONE is 1, this field contains result value of ADC conversion */\r
-#define ADC_GDR_RESULT(n)              (((n>>4)&0xFFF))\r
-/** These bits contain the channel from which the LS bits were converted */\r
-#define ADC_GDR_CH(n)                  (((n>>24)&0x7))\r
-/** This bit is 1 in burst mode if the results of one or\r
- * more conversions was (were) lost */\r
-#define ADC_GDR_OVERRUN_FLAG   ((1UL<<30))\r
-/** This bit is set to 1 when an A/D conversion completes */\r
-#define ADC_GDR_DONE_FLAG              ((1UL<<31))\r
-\r
-/** This bits is used to mask for Channel */\r
-#define ADC_GDR_CH_MASK                ((7UL<<24))\r
-/*********************************************************************//**\r
- * Macro defines for ADC Interrupt register\r
- **********************************************************************/\r
-/** These bits allow control over which A/D channels generate\r
- * interrupts for conversion completion */\r
-#define ADC_INTEN_CH(n)                        ((1UL<<n))\r
-/** When 1, enables the global DONE flag in ADDR to generate an interrupt */\r
-#define ADC_INTEN_GLOBAL               ((1UL<<8))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for ADC Data register\r
- **********************************************************************/\r
-/** When DONE is 1, this field contains result value of ADC conversion */\r
-#define ADC_DR_RESULT(n)               (((n>>6)&0x3FF))\r
-/** These bits mirror the OVERRRUN status flags that appear in the\r
- * result register for each A/D channel */\r
-#define ADC_DR_OVERRUN_FLAG            ((1UL<<30))\r
-/** This bit is set to 1 when an A/D conversion completes. It is cleared\r
- * when this register is read */\r
-#define ADC_DR_DONE_FLAG               ((1UL<<31))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for ADC Status register\r
-**********************************************************************/\r
-/** These bits mirror the DONE status flags that appear in the result\r
- * register for each A/D channel */\r
-#define ADC_STAT_CH_DONE_FLAG(n)               ((n&0xFF))\r
-/** These bits mirror the OVERRRUN status flags that appear in the\r
- * result register for each A/D channel */\r
-#define ADC_STAT_CH_OVERRUN_FLAG(n)            (((n>>8)&0xFF))\r
-/** This bit is the A/D interrupt flag */\r
-#define ADC_STAT_INT_FLAG                              ((1UL<<16))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for ADC Trim register\r
-**********************************************************************/\r
-/** Offset trim bits for ADC operation */\r
-#define ADC_ADCOFFS(n)         (((n&0xF)<<4))\r
-/** Written to boot code*/\r
-#define ADC_TRIM(n)                (((n&0xF)<<8))\r
-\r
-/* ------------------- CHECK PARAM DEFINITIONS ------------------------- */\r
-/** Check ADC parameter */\r
-#define PARAM_ADCx(n)    (((uint32_t *)n)==((uint32_t *)LPC_ADC0) || ((uint32_t *)n)==((uint32_t *)LPC_ADC1))\r
-\r
-/** Check ADC state parameter */\r
-#define PARAM_ADC_START_ON_EDGE_OPT(OPT)    ((OPT == ADC_START_ON_RISING)||(OPT == ADC_START_ON_FALLING))\r
-\r
-/** Check ADC state parameter */\r
-#define PARAM_ADC_DATA_STATUS(OPT)    ((OPT== ADC_DATA_BURST)||(OPT== ADC_DATA_DONE))\r
-\r
-/** Check ADC rate parameter */\r
-#define PARAM_ADC_RATE(rate)   ((rate>0)&&(rate<=200000))\r
-\r
-/** Check ADC bits accuracy parameter */\r
-#define PARAM_ADC_BITSACC(x)   ((x>=3)&&(x<=10))\r
-\r
-/** Check ADC channel selection parameter */\r
-#define PARAM_ADC_CHANNEL_SELECTION(SEL)       ((SEL == ADC_CHANNEL_0)||(ADC_CHANNEL_1)\\r
-||(SEL == ADC_CHANNEL_2)|(ADC_CHANNEL_3)\\r
-||(SEL == ADC_CHANNEL_4)||(ADC_CHANNEL_5)\\r
-||(SEL == ADC_CHANNEL_6)||(ADC_CHANNEL_7))\r
-\r
-/** Check ADC start option parameter */\r
-#define PARAM_ADC_START_OPT(OPT)    ((OPT == ADC_START_CONTINUOUS)||(OPT == ADC_START_NOW)\\r
-||(OPT == ADC_START_ON_CTOUT15)||(OPT == ADC_START_ON_CTOUT8)\\r
-||(OPT == ADC_START_ON_ADCTRIG0)||(OPT == ADC_START_ON_ADCTRIG1)\\r
-||(OPT == ADC_START_ON_MCOA2))\r
-\r
-/** Check ADC interrupt type parameter */\r
-#define PARAM_ADC_TYPE_INT_OPT(OPT)    ((OPT == ADC_ADINTEN0)||(OPT == ADC_ADINTEN1)\\r
-||(OPT == ADC_ADINTEN2)||(OPT == ADC_ADINTEN3)\\r
-||(OPT == ADC_ADINTEN4)||(OPT == ADC_ADINTEN5)\\r
-||(OPT == ADC_ADINTEN6)||(OPT == ADC_ADINTEN7)\\r
-||(OPT == ADC_ADGINTEN))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup ADC_Public_Types ADC Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief ADC enumeration\r
- **********************************************************************/\r
-/** @brief Channel Selection */\r
-typedef enum\r
-{\r
-       ADC_CHANNEL_0  = 0, /*!<  Channel 0 */\r
-       ADC_CHANNEL_1,          /*!<  Channel 1 */\r
-       ADC_CHANNEL_2,          /*!<  Channel 2 */\r
-       ADC_CHANNEL_3,          /*!<  Channel 3 */\r
-       ADC_CHANNEL_4,          /*!<  Channel 4 */\r
-       ADC_CHANNEL_5,          /*!<  Channel 5 */\r
-       ADC_CHANNEL_6,          /*!<  Channel 6 */\r
-       ADC_CHANNEL_7           /*!<  Channel 7 */\r
-}ADC_CHANNEL_SELECTION;\r
-\r
-/** @brief Type of start option */\r
-typedef enum\r
-{\r
-       ADC_START_CONTINUOUS =0,        /*!< Continuous mode */\r
-       ADC_START_NOW,                          /*!< Start conversion now */\r
-       ADC_START_ON_CTOUT15,                   /*!< Start conversion when the edge selected\r
-                                                                * by bit 27 occurs on CTOUT_15 */\r
-       ADC_START_ON_CTOUT8,                    /*!< Start conversion when the edge selected\r
-                                                                * by bit 27 occurs on CTOUT_8 */\r
-       ADC_START_ON_ADCTRIG0,                  /*!< Start conversion when the edge selected\r
-                                                                * by bit 27 occurs on ADCTRIG0 */\r
-       ADC_START_ON_ADCTRIG1,                  /*!< Start conversion when the edge selected\r
-                                                                * by bit 27 occurs on ADCTRIG1 */\r
-       ADC_START_ON_MCOA2                      /*!< Start conversion when the edge selected\r
-                                                                 * by bit 27 occurs on Motocon PWM output MCOA2 */\r
-} ADC_START_OPT;\r
-\r
-\r
-/** @brief Type of edge when start conversion on the selected CAP/MAT signal */\r
-typedef enum\r
-{\r
-       ADC_START_ON_RISING = 0,        /*!< Start conversion on a rising edge\r
-                                                               *on the selected CAP/MAT signal */\r
-       ADC_START_ON_FALLING            /*!< Start conversion on a falling edge\r
-                                                               *on the selected CAP/MAT signal */\r
-} ADC_START_ON_EDGE_OPT;\r
-\r
-/** @brief* ADC type interrupt enum */\r
-typedef enum\r
-{\r
-       ADC_ADINTEN0 = 0,               /*!< Interrupt channel 0 */\r
-       ADC_ADINTEN1,                   /*!< Interrupt channel 1 */\r
-       ADC_ADINTEN2,                   /*!< Interrupt channel 2 */\r
-       ADC_ADINTEN3,                   /*!< Interrupt channel 3 */\r
-       ADC_ADINTEN4,                   /*!< Interrupt channel 4 */\r
-       ADC_ADINTEN5,                   /*!< Interrupt channel 5 */\r
-       ADC_ADINTEN6,                   /*!< Interrupt channel 6 */\r
-       ADC_ADINTEN7,                   /*!< Interrupt channel 7 */\r
-       ADC_ADGINTEN                    /*!< Individual channel/global flag done generate an interrupt */\r
-}ADC_TYPE_INT_OPT;\r
-\r
-/** @brief ADC Data  status */\r
-typedef enum\r
-{\r
-       ADC_DATA_BURST = 0,             /*Burst bit*/\r
-       ADC_DATA_DONE            /*Done bit*/\r
-}ADC_DATA_STATUS;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup ADC_Public_Functions ADC Public Functions\r
- * @{\r
- */\r
-/* Init/DeInit ADC peripheral ----------------*/\r
-void ADC_Init(LPC_ADCn_Type *ADCx, uint32_t rate, uint8_t bits_accuracy);\r
-void ADC_DeInit(LPC_ADCn_Type *ADCx);\r
-\r
-/* Enable/Disable ADC functions --------------*/\r
-void ADC_BurstCmd(LPC_ADCn_Type *ADCx, FunctionalState NewState);\r
-void ADC_PowerdownCmd(LPC_ADCn_Type *ADCx, FunctionalState NewState);\r
-void ADC_StartCmd(LPC_ADCn_Type *ADCx, uint8_t start_mode);\r
-void ADC_ChannelCmd (LPC_ADCn_Type *ADCx, uint8_t Channel, FunctionalState NewState);\r
-\r
-/* Configure ADC functions -------------------*/\r
-void ADC_EdgeStartConfig(LPC_ADCn_Type *ADCx, uint8_t EdgeOption);\r
-void ADC_IntConfig (LPC_ADCn_Type *ADCx, ADC_TYPE_INT_OPT IntType, FunctionalState NewState);\r
-\r
-/* Get ADC information functions -------------------*/\r
-uint16_t ADC_ChannelGetData(LPC_ADCn_Type *ADCx, uint8_t channel);\r
-FlagStatus ADC_ChannelGetStatus(LPC_ADCn_Type *ADCx, uint8_t channel, uint32_t StatusType);\r
-uint32_t ADC_GlobalGetData(LPC_ADCn_Type *ADCx);\r
-FlagStatus     ADC_GlobalGetStatus(LPC_ADCn_Type *ADCx, uint32_t StatusType);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* LPC18XX_ADC_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_atimer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_atimer.h
deleted file mode 100644 (file)
index 68f0e97..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_atimer.h                        2011-06-02\r
-*//**\r
-* @file                lpc18xx_atimer.h\r
-* @brief       Contains all functions support for Alarm Timer firmware\r
-*                      library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup ATIMER ATIMER (Alarm Timer)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __LPC18XX_ATIMER_H_\r
-#define __LPC18XX_ATIMER_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup ATIMER_Private_Macros ALARM Timer Private Macros\r
- * @{\r
- */\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid ALARM TIMER peripheral */\r
-#define PARAM_ATIMERx(n)       (((uint32_t *)n)==((uint32_t *)LPC_ATIMER))\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup ATIMER_Public_Functions ATIMER Public Functions\r
- * @{\r
- */\r
-\r
-\r
-/* Init/DeInit ATIMER functions -----------*/\r
-void ATIMER_Init(LPC_ATIMER_Type *ATIMERx, uint32_t PresetValue);\r
-void ATIMER_DeInit(LPC_ATIMER_Type *ATIMERx);\r
-\r
-/* ATIMER interrupt functions -------------*/\r
-void ATIMER_IntEnable(LPC_ATIMER_Type *ATIMERx);\r
-void ATIMER_IntDisable(LPC_ATIMER_Type *ATIMERx);\r
-void ATIMER_ClearIntStatus(LPC_ATIMER_Type *ATIMERx);\r
-void ATIMER_SetIntStatus(LPC_ATIMER_Type *ATIMERx);\r
-\r
-/* ATIMER configuration functions --------*/\r
-void ATIMER_UpdatePresetValue(LPC_ATIMER_Type *ATIMERx,uint32_t PresetValue);\r
-uint32_t ATIMER_GetPresetValue(LPC_ATIMER_Type *ATIMERx);\r
-\r
-/**\r
- * @}\r
- */\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* __LPC18XX_ATIMER_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_can.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_can.h
deleted file mode 100644 (file)
index e1d7f48..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_can.h                   2011-06-02\r
-*//**\r
-* @file                lpc18xx_can.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for CAN firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup C_CAN C_CAN (Controller Area Network)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __LPC18XX_CAN_H\r
-#define __LPC18XX_CAN_H\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup C_CAN_Public_Macros  C_CAN Public Macros\r
- * @{\r
- */\r
-\r
-/** In BASIC_MODE IF1 registers are used directly as TX buffer, IF2 registers are used as RX buffer.\r
- * If not BASIC_MODE use message objects and IF registers to communicate with message buffers\r
- */\r
-#define BASIC_MODE             0\r
-\r
-/** In Silent Mode, the CAN controller is able to receive valid data frames and valid remote\r
- * frames, but it sends only recessive bits on the CAN bus, and it cannot start a transmission\r
- */\r
-#define SILENT_MODE            0\r
-\r
-/** In Loop-back Mode, the CAN Core treats its own transmitted messages as received messages\r
- * and stores them (if they pass acceptance filtering) into a Receive Buffer.\r
- */\r
-#define LOOPBACK_MODE  0\r
-\r
-/** Enables receiving remote frame requests */\r
-#define REMOTE_ENABLE  1\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Private Macros -------------------------------------------------------------- */\r
-/** @defgroup C_CAN_Private_Macros  C_CAN Private Macros\r
- * @{\r
- */\r
-\r
-/** MAX CAN message obj */\r
-#define CAN_MSG_OBJ_MAX                        0x0020\r
-/** MAX data length */\r
-#define CAN_DLC_MAX                            8\r
-\r
-/********************************************************************//**\r
- *  BRP+1 = Fpclk/(CANBitRate * QUANTAValue)\r
- * QUANTAValue = 1 + (Tseg1+1) + (Tseg2+1)\r
- * QUANTA value varies based on the Fpclk and sample point\r
- * e.g. (1) sample point is 87.5%, Fpclk is 48Mhz\r
- * the QUANTA should be 16\r
- *             (2) sample point is 90%, Fpclk is 12.5Mhz\r
- * the QUANTA should be 10\r
- *              Fpclk = Fclk /APBDIV\r
- * or\r
- *  BitRate = Fcclk/(APBDIV * (BRP+1) * ((Tseg1+1)+(Tseg2+1)+1))\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief CAN Bit Timing Values definitions at 8Mhz\r
- **********************************************************************/\r
-/** Bitrate: 100K */\r
-#define CAN_BITRATE100K12MHZ           0x00004509\r
-/** Bitrate: 125K */\r
-#define CAN_BITRATE125K12MHZ           0x00004507\r
-/** Bitrate: 250K */\r
-#define CAN_BITRATE250K12MHZ           0x00004503\r
-/** Bitrate: 500K */\r
-#define CAN_BITRATE500K12MHZ            0x00004501\r
-/** Bitrate: 1000K */\r
-#define CAN_BITRATE1000K12MHZ          0x00004500\r
-\r
-/*********************************************************************//**\r
- * @brief CAN Bit Timing Values definitions at 16Mhz\r
- **********************************************************************/\r
-/** Bitrate: 100K */\r
-#define CAN_BITRATE100K16MHZ          0x00005809\r
-/** Bitrate: 125K */\r
-#define CAN_BITRATE125K16MHZ          0x00005807\r
-/** Bitrate: 250K */\r
-#define CAN_BITRATE250K16MHZ          0x00005803\r
-/** Bitrate: 500K */\r
-#define CAN_BITRATE500K16MHZ          0x00005801\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief CAN Bit Timing Values definitions at 24Mhz\r
- **********************************************************************/\r
-/** Bitrate: 100K */\r
-#define CAN_BITRATE100K24MHZ          0x00007E09\r
-/** Bitrate: 125K */\r
-#define CAN_BITRATE125K24MHZ          0x0000450F\r
-/** Bitrate: 250K */\r
-#define CAN_BITRATE250K24MHZ          0x00004507\r
-/** Bitrate: 500K */\r
-#define CAN_BITRATE500K24MHZ          0x00004503\r
-/** Bitrate: 1000K */\r
-#define CAN_BITRATE1000K24MHZ         0x00004501\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup CAN_Public_Types CAN Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief CAN enumeration\r
- **********************************************************************/\r
-\r
-/**\r
- * @brief CAN interface register type definition\r
- */\r
-typedef enum CCAN_IFREG\r
-{\r
-       CMDREQ = 0,                             /**< Command request */\r
-       CMDMSK = 1,                             /**< Command mask */\r
-       MSK1 = 2,                               /**< Mask 1 */\r
-       MSK2 = 3,                               /**< Mask 2 */\r
-       ARB1 = 4,                               /**< Arbitration 1 */\r
-       ARB2 = 5,                               /**< Arbitration 2 */\r
-       MCTRL = 6,                              /**< Message control */\r
-       DA1 = 7,                                /**< Data A1 */\r
-       DA2 = 8,                                /**< Data A2 */\r
-       DB1 = 9,                                /**< Data B1 */\r
-       DB2 = 10                                /**< Data B2 */\r
-}CCAN_IFREG_Type;\r
-\r
-/**\r
- * @brief CAN Clock division rate type definition\r
- */\r
-typedef enum CCAN_CLKDIV\r
-{\r
-       CLKDIV1         = 0,\r
-       CLKDIV2         = 1,\r
-       CLKDIV3         = 2,\r
-       CLKDIV5         = 3,\r
-       CLKDIV9         = 4,\r
-       CLKDIV17        = 5,\r
-       CLKDIV33        = 6,\r
-       CLKDIV65        = 7\r
-}CCAN_CLKDIV_Type;\r
-\r
-\r
-/********************************************************************//**\r
-* @brief Data structure definition for a CAN message\r
-**********************************************************************/\r
-/**\r
- * @brief CAN message object structure\r
- */\r
-typedef struct\r
-{\r
-    uint32_t   id;             /**< ID of message, if bit 30 is set then this is extended frame */\r
-    uint32_t   dlc;    /**< Message data length */\r
-    uint8_t    data[8];        /**< Message data */\r
-} message_object;\r
-\r
-/**\r
- * @brief CAN call-back function\r
- */\r
-typedef void (*MSG_CB)(uint32_t msg_no);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup CAN_Public_Functions CAN Public Functions\r
- * @{\r
- */\r
-\r
-void CAN_IRQHandler (void);\r
-void CAN_Init( uint32_t BitClk, CCAN_CLKDIV_Type ClkDiv , MSG_CB Tx_cb, MSG_CB Rx_cb);\r
-\r
-void CAN_ConfigureRxMessageObjects( void );\r
-void CAN_RxInt_MessageProcess( uint8_t MsgObjNo );\r
-void CAN_TxInt_MessageProcess( uint8_t MsgObjNo );\r
-\r
-void CAN_Send(uint8_t msg_no, uint32_t *msg_ptr );\r
-void CAN_Recv(uint8_t msg_no, uint32_t *msg_ptr, Bool RemoteEnable);\r
-void CAN_ReadMsg(uint32_t msg_no, message_object* buff);\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* __LPC18XX_CAN_H */\r
-\r
-/**\r
- * @}\r
- */\r
-/*****************************************************************************\r
-**                            End Of File\r
-******************************************************************************/\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_cgu.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_cgu.h
deleted file mode 100644 (file)
index 93fc161..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_cgu.h                   2011-06-02\r
-*//**\r
-* @file                llpc18xx_cgu.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for Clock Generation and Clock Control firmware\r
-*                      library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup CGU CGU (Clock Generation Unit)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_CGU_H_\r
-#define LPC18XX_CGU_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private Macros -------------------------------------------------------------- */\r
-/** @defgroup CGU_Private_Macros CGU Private Macros\r
- * @{\r
- */\r
-\r
-/** Branch clocks from CGU_BASE_SAFE */\r
-#define CGU_ENTITY_NONE                                CGU_ENTITY_NUM\r
-\r
-/** Check bit at specific position is clear or not */\r
-#define ISBITCLR(x,bit)                        ((x&(1<<bit))^(1<<bit))\r
-/** Check bit at specific position is set or not */\r
-#define ISBITSET(x,bit)                        (x&(1<<bit))\r
-/** Set mask */\r
-#define ISMASKSET(x,mask)                      (x&mask)\r
-\r
-/** CGU number of clock source */\r
-#define CGU_CLKSRC_NUM (CGU_CLKSRC_IDIVE+1)\r
-\r
-/*********************************************************************//**\r
- * Macro defines for CGU control mask bit definitions\r
- **********************************************************************/\r
-/** CGU control enable mask bit */\r
-#define CGU_CTRL_EN_MASK                       1\r
-/** CGU control clock-source mask bit */\r
-#define CGU_CTRL_SRC_MASK                      (0xF<<24)\r
-/** CGU control auto block mask bit */\r
-#define CGU_CTRL_AUTOBLOCK_MASK                (1<<11)\r
-\r
-/*********************************************************************//**\r
- * Macro defines for CGU PLL1 mask bit definitions\r
- **********************************************************************/\r
-/** CGU PLL1 feedback select mask bit */\r
-#define CGU_PLL1_FBSEL_MASK                    (1<<6)\r
-/** CGU PLL1 Input clock bypass control mask bit */\r
-#define CGU_PLL1_BYPASS_MASK           (1<<1)\r
-/** CGU PLL1 direct CCO output mask bit */\r
-#define CGU_PLL1_DIRECT_MASK           (1<<7)\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup CGU_Public_Types CGU Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief CGU enumeration\r
- **********************************************************************/\r
-/*\r
- * @brief      CGU clock source enumerate definition
- */\r
-typedef enum {\r
-       /* Clock Source */\r
-       CGU_CLKSRC_32KHZ_OSC = 0,                                       /**< 32KHz oscillator clock source      */\r
-       CGU_CLKSRC_IRC,                                                         /**< IRC 12 Mhz clock source            */\r
-       CGU_CLKSRC_ENET_RX_CLK,                                         /**< Ethernet receive clock source      */\r
-       CGU_CLKSRC_ENET_TX_CLK,                                         /**< Ethernet transmit clock source */\r
-       CGU_CLKSRC_GP_CLKIN,                                            /**< General purpose clock source       */\r
-       CGU_CLKSRC_TCK,                                                         /**< TCK clock source                           */\r
-       CGU_CLKSRC_XTAL_OSC,                                            /**< Crystal oscillator clock source*/\r
-       CGU_CLKSRC_PLL0,                                                        /**< PLL0 (USB0) clock source           */\r
-       CGU_CLKSRC_PLL0_AUDIO,\r
-       CGU_CLKSRC_PLL1,                                                        /**< PLL1 clock source                          */\r
-       CGU_CLKSRC_IDIVA = CGU_CLKSRC_PLL1 + 3,         /**< IDIVA clock source                         */\r
-       CGU_CLKSRC_IDIVB,                                                       /**< IDIVB clock source                         */\r
-       CGU_CLKSRC_IDIVC,                                                       /**< IDIVC clock source                         */\r
-       CGU_CLKSRC_IDIVD,                                                       /**< IDIVD clock source                         */\r
-       CGU_CLKSRC_IDIVE,                                                       /**< IDIVE clock source                         */\r
-\r
-       /* Base */\r
-       CGU_BASE_SAFE,                                                          /**< Base save clock (always on) for WDT */\r
-       CGU_BASE_USB0,                                                          /**< USB0 base clock                            */\r
-       CGU_BASE_USB1 = CGU_BASE_USB0 + 2,                      /**< USB1 base clock                            */\r
-       CGU_BASE_M3,                                                            /**< ARM Cortex-M3 Core base clock      */\r
-       CGU_BASE_SPIFI,                                                         /**< SPIFI base clock                           */\r
-       //CGU_BASE_SPI,\r
-       CGU_BASE_PHY_RX = CGU_BASE_SPIFI + 2,           /**< Ethernet PHY Rx base clock         */\r
-       CGU_BASE_PHY_TX,                                                        /**< Ethernet PHY Tx base clock         */\r
-       CGU_BASE_APB1,                                                          /**< APB peripheral block #1 base clock */\r
-       CGU_BASE_APB3,                                                          /**< APB peripheral block #3 base clock */\r
-       CGU_BASE_LCD,                                                           /**< LCD base clock                                     */\r
-       CGU_BASE_ENET_CSR,\r
-       CGU_BASE_SDIO,                                                          /**< SDIO base clock                            */\r
-       CGU_BASE_SSP0,                                                          /**< SSP0 base clock                            */\r
-       CGU_BASE_SSP1,                                                          /**< SSP1 base clock                            */\r
-       CGU_BASE_UART0,                                                         /**< UART0 base clock                           */\r
-       CGU_BASE_UART1,                                                         /**< UART1 base clock                           */\r
-       CGU_BASE_UART2,                                                         /**< UART2 base clock                           */\r
-       CGU_BASE_UART3,                                                         /**< UART3 base clock                           */\r
-       CGU_BASE_CLKOUT,                                                        /**< CLKOUT base clock                          */\r
-       CGU_BASE_APLL = CGU_BASE_CLKOUT + 5,\r
-       CGU_BASE_OUT0,\r
-       CGU_BASE_OUT1,\r
-       CGU_ENTITY_NUM                                                          /**< Number or clock source entity      */\r
-} CGU_ENTITY_T;\r
-\r
-/*\r
- * @brief      CGU PPL0 mode enumerate definition\r
- */\r
-typedef enum {\r
-       CGU_PLL0_MODE_1d = 0,\r
-       CGU_PLL0_MODE_1c,\r
-       CGU_PLL0_MODE_1b,\r
-       CGU_PLL0_MODE_1a\r
-}CGU_PLL0_MODE;\r
-\r
-/*\r
- * @brief      CGU peripheral enumerate definition\r
- */\r
-typedef enum {\r
-       CGU_PERIPHERAL_ADC0 = 0,                                        /**< ADC0               */\r
-       CGU_PERIPHERAL_ADC1,                                            /**< ADC1               */\r
-       CGU_PERIPHERAL_AES,                                                     /**< AES                */\r
-//     CGU_PERIPHERAL_ALARMTIMER_CGU_RGU_RTC_WIC,\r
-       CGU_PERIPHERAL_APB1_BUS,                                        /**< APB1 bus                   */\r
-       CGU_PERIPHERAL_APB3_BUS,                                        /**< APB3 bus                   */\r
-       CGU_PERIPHERAL_CAN,                                                     /**< CAN                                */\r
-       CGU_PERIPHERAL_CREG,                                            /**< CREG                               */\r
-       CGU_PERIPHERAL_DAC,                                                     /**< DAC                                */\r
-       CGU_PERIPHERAL_DMA,                                                     /**< DMA                                */\r
-       CGU_PERIPHERAL_EMC,                                                     /**< EMC                                */\r
-       CGU_PERIPHERAL_ETHERNET,                                        /**< Ethernet                   */\r
-       CGU_PERIPHERAL_ETHERNET_TX, //HIDE                      /**< Ethernet transmit  */\r
-       CGU_PERIPHERAL_GPIO,                                            /**< GPIO                               */\r
-       CGU_PERIPHERAL_I2C0,                                            /**< I2C0                               */\r
-       CGU_PERIPHERAL_I2C1,                                            /**< I2C1                               */\r
-       CGU_PERIPHERAL_I2S,                                                     /**< I2S                                */\r
-       CGU_PERIPHERAL_LCD,                                                     /**< LCD                                */\r
-       CGU_PERIPHERAL_M3CORE,                                          /**< ARM Cortex-M3 Core */\r
-       CGU_PERIPHERAL_M3_BUS,                                          /**< ARM Cortex-M3 Bus  */\r
-       CGU_PERIPHERAL_MOTOCON,                                         /**< Motor Control              */\r
-       CGU_PERIPHERAL_QEI,                                                     /**< QEI                                */\r
-       CGU_PERIPHERAL_RITIMER,                                         /**< RIT Timer                  */\r
-       CGU_PERIPHERAL_SCT,                                                     /**< SCT                                */\r
-       CGU_PERIPHERAL_SCU,                                                     /**< SCU                                */\r
-       CGU_PERIPHERAL_SDIO,                                            /**< SDIO                               */\r
-       CGU_PERIPHERAL_SPIFI,                                           /**< SPIFI                              */\r
-       CGU_PERIPHERAL_SSP0,                                            /**< SSP0                               */\r
-       CGU_PERIPHERAL_SSP1,                                            /**< SSP1                               */\r
-       CGU_PERIPHERAL_TIMER0,                                          /**< TIMER 0                    */\r
-       CGU_PERIPHERAL_TIMER1,                                          /**< TIMER 1                    */\r
-       CGU_PERIPHERAL_TIMER2,                                          /**< TIMER 2                    */\r
-       CGU_PERIPHERAL_TIMER3,                                          /**< TIMER 3                    */\r
-       CGU_PERIPHERAL_UART0,                                           /**< UART0                              */\r
-       CGU_PERIPHERAL_UART1,                                           /**< UART1                              */\r
-       CGU_PERIPHERAL_UART2,                                           /**< UART2                              */\r
-       CGU_PERIPHERAL_UART3,                                           /**< UART3                              */\r
-       CGU_PERIPHERAL_USB0,                                            /**< USB0                               */\r
-       CGU_PERIPHERAL_USB1,                                            /**< USB1                               */\r
-       CGU_PERIPHERAL_WWDT,                                            /**< WWDT                               */\r
-       CGU_PERIPHERAL_NUM\r
-} CGU_PERIPHERAL_T;\r
-\r
-/**\r
- *  @brief     CGU error status enumerate definition\r
- */\r
-typedef enum {\r
-       CGU_ERROR_SUCCESS = 0,\r
-       CGU_ERROR_CONNECT_TOGETHER,\r
-       CGU_ERROR_INVALID_ENTITY,\r
-       CGU_ERROR_INVALID_CLOCK_SOURCE,\r
-       CGU_ERROR_INVALID_PARAM,\r
-       CGU_ERROR_FREQ_OUTOF_RANGE\r
-} CGU_ERROR;\r
-\r
-/********************************************************************//**\r
-* @brief CGU structure definitions\r
-**********************************************************************/\r
-/*\r
- * @brief      CGU peripheral clock structure
- */\r
-typedef struct {\r
-       uint8_t RegBaseEntity;                                          /**< Base register address              */\r
-       uint16_t RegBranchOffset;                                       /**< Branch register offset             */\r
-       uint8_t PerBaseEntity;                                          /**< Base peripheral address    */\r
-       uint16_t PerBranchOffset;                                       /**< Base peripheral offset             */\r
-       uint8_t next;                                                           /**< Pointer to next structure  */\r
-} CGU_PERIPHERAL_S;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup CGU_Public_Functions CGU Public Functions\r
- * @{\r
- */\r
-\r
-/** Clock generate initialize/de-initialize */\r
-uint32_t       CGU_Init(void);\r
-uint32_t       CGU_DeInit(void);\r
-\r
-/** Clock Generator and Clock Control */\r
-uint32_t       CGU_ConfigPWR (CGU_PERIPHERAL_T PPType, FunctionalState en);\r
-uint32_t       CGU_GetPCLKFrequency (CGU_PERIPHERAL_T Clock);\r
-\r
-/** Clock Source and Base Clock operation */\r
-uint32_t       CGU_SetXTALOSC(uint32_t ClockFrequency);\r
-uint32_t       CGU_SetDIV(CGU_ENTITY_T SelectDivider, uint32_t divisor);\r
-uint32_t       CGU_SetPLL0(void);\r
-uint32_t       CGU_SetPLL1(uint32_t mult);\r
-uint32_t       CGU_EnableEntity(CGU_ENTITY_T ClockEntity, uint32_t en);\r
-uint32_t       CGU_EntityConnect(CGU_ENTITY_T ClockSource, CGU_ENTITY_T ClockEntity);\r
-uint32_t       CGU_GetBaseStatus(CGU_ENTITY_T Base);\r
-void           CGU_UpdateClock(void);\r
-uint32_t       CGU_RealFrequencyCompare(CGU_ENTITY_T Clock, CGU_ENTITY_T CompareToClock, uint32_t *m, uint32_t *d);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_CGU_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_clkpwr.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_clkpwr.h
deleted file mode 100644 (file)
index 251cf7c..0000000
+++ /dev/null
@@ -1,219 +0,0 @@
-/***********************************************************************//**\r
- * @file               lpc18xx_clkpwr.h\r
- * @brief              Contains all macro definitions and function prototypes\r
- *                             support for Clock and Power Control firmware library on LPC18xx\r
- * @version            1.0\r
- * @date               14. Dec. 2010\r
- * @author             NXP MCU SW Application Team\r
- **************************************************************************\r
- * Software that is described herein is for illustrative purposes only\r
- * which provides customers with programming information regarding the\r
- * products. This software is supplied "AS IS" without any warranties.\r
- * NXP Semiconductors assumes no responsibility or liability for the\r
- * use of the software, conveys no license or title under any patent,\r
- * copyright, or mask work right to the product. NXP Semiconductors\r
- * reserves the right to make changes in the software without\r
- * notification. NXP Semiconductors also make no representation or\r
- * warranty that such application will be suitable for the specified\r
- * use without further testing or modification.\r
- **************************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup CLKPWR CLKPWR\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_CLKPWR_H_\r
-#define LPC18XX_CLKPWR_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup CLKPWR_Public_Macros CLKPWR Public Macros\r
- * @{\r
- */\r
-\r
-typedef enum {\r
-       /* Clock Source */\r
-       CLKPWR_CLKSRC_32KHZ_OSC = 0,\r
-       CLKPWR_CLKSRC_IRC,\r
-       CLKPWR_CLKSRC_ENET_RX_CLK,\r
-       CLKPWR_CLKSRC_ENET_TX_CLK,\r
-       CLKPWR_CLKSRC_GP_CLKIN,\r
-       CLKPWR_CLKSRC_TCK,\r
-       CLKPWR_CLKSRC_XTAL_OSC,\r
-       CLKPWR_CLKSRC_PLL0,\r
-       CLKPWR_CLKSRC_PLL1,\r
-       CLKPWR_CLKSRC_IDIVA = CLKPWR_CLKSRC_PLL1 + 3,\r
-       CLKPWR_CLKSRC_IDIVB,\r
-       CLKPWR_CLKSRC_IDIVC,\r
-       CLKPWR_CLKSRC_IDIVD,\r
-       CLKPWR_CLKSRC_IDIVE,\r
-\r
-       /* Base */\r
-       CLKPWR_BASE_SAFE,\r
-       CLKPWR_BASE_USB0,\r
-       CLKPWR_BASE_USB1 = CLKPWR_BASE_USB0 + 2,\r
-       CLKPWR_BASE_M3,\r
-       CLKPWR_BASE_SPIFI,\r
-       //CLKPWR_BASE_SPI,\r
-       CLKPWR_BASE_PHY_RX = CLKPWR_BASE_SPIFI + 2,\r
-       CLKPWR_BASE_PHY_TX,\r
-       CLKPWR_BASE_APB1,\r
-       CLKPWR_BASE_APB3,\r
-       CLKPWR_BASE_LCD,\r
-       CLKPWR_BASE_SDIO = CLKPWR_BASE_LCD + 2,\r
-       CLKPWR_BASE_SSP0,\r
-       CLKPWR_BASE_SSP1,\r
-       CLKPWR_BASE_UART0,\r
-       CLKPWR_BASE_UART1,\r
-       CLKPWR_BASE_UART2,\r
-       CLKPWR_BASE_UART3,\r
-       CLKPWR_BASE_CLKOUT,\r
-       CLKPWR_ENTITY_NUM\r
-} CLKPWR_ENTITY_T;\r
-\r
-#define CLKPWR_CLKSRC_NUM (CLKPWR_CLKSRC_IDIVE+1)\r
-\r
-typedef enum {\r
-       CLKPWR_PLL0_MODE_1d = 0,\r
-       CLKPWR_PLL0_MODE_1c,\r
-       CLKPWR_PLL0_MODE_1b,\r
-       CLKPWR_PLL0_MODE_1a,\r
-}CLKPWR_PLL0_MODE;\r
-\r
-typedef enum {\r
-       CLKPWR_PERIPHERAL_ADC0 = 0,\r
-       CLKPWR_PERIPHERAL_ADC1,\r
-       CLKPWR_PERIPHERAL_AES,\r
-//     CLKPWR_PERIPHERAL_ALARMTIMER_CGU_RGU_RTC_WIC,\r
-       CLKPWR_PERIPHERAL_APB1_BUS,\r
-       CLKPWR_PERIPHERAL_APB3_BUS,\r
-       CLKPWR_PERIPHERAL_CAN,\r
-       CLKPWR_PERIPHERAL_CREG,\r
-       CLKPWR_PERIPHERAL_DAC,\r
-       CLKPWR_PERIPHERAL_DMA,\r
-       CLKPWR_PERIPHERAL_EMC,\r
-       CLKPWR_PERIPHERAL_ETHERNET,\r
-       CLKPWR_PERIPHERAL_ETHERNET_TX, //HIDE\r
-       CLKPWR_PERIPHERAL_GPIO,\r
-       CLKPWR_PERIPHERAL_I2C0,\r
-       CLKPWR_PERIPHERAL_I2C1,\r
-       CLKPWR_PERIPHERAL_I2S,\r
-       CLKPWR_PERIPHERAL_LCD,\r
-       CLKPWR_PERIPHERAL_M3CORE,\r
-       CLKPWR_PERIPHERAL_M3_BUS,\r
-       CLKPWR_PERIPHERAL_MOTOCON,\r
-       CLKPWR_PERIPHERAL_QEI,\r
-       CLKPWR_PERIPHERAL_RITIMER,\r
-       CLKPWR_PERIPHERAL_SCT,\r
-       CLKPWR_PERIPHERAL_SCU,\r
-       CLKPWR_PERIPHERAL_SDIO,\r
-       CLKPWR_PERIPHERAL_SPIFI,\r
-       CLKPWR_PERIPHERAL_SSP0,\r
-       CLKPWR_PERIPHERAL_SSP1,\r
-       CLKPWR_PERIPHERAL_TIMER0,\r
-       CLKPWR_PERIPHERAL_TIMER1,\r
-       CLKPWR_PERIPHERAL_TIMER2,\r
-       CLKPWR_PERIPHERAL_TIMER3,\r
-       CLKPWR_PERIPHERAL_UART0,\r
-       CLKPWR_PERIPHERAL_UART1,\r
-       CLKPWR_PERIPHERAL_UART2,\r
-       CLKPWR_PERIPHERAL_UART3,\r
-       CLKPWR_PERIPHERAL_USB0,\r
-       CLKPWR_PERIPHERAL_USB1,\r
-       CLKPWR_PERIPHERAL_WWDT,\r
-       CLKPWR_PERIPHERAL_NUM\r
-} CLKPWR_PERIPHERAL_T;\r
-//typedef CLKPWR_CLK_T CLKPWR_BASE_T;\r
-\r
-typedef struct {\r
-       uint8_t RegBaseEntity;\r
-       uint16_t RegBranchOffset;\r
-       uint8_t PerBaseEntity;\r
-       uint16_t PerBranchOffset;\r
-       uint8_t next;\r
-} CLKPWR_PERIPHERAL_S;\r
-\r
-typedef enum {\r
-       CLKPWR_ERROR_SUCCESS = 0,\r
-       CLKPWR_ERROR_CONNECT_TOGETHER,\r
-       CLKPWR_ERROR_INVALID_ENTITY,\r
-       CLKPWR_ERROR_INVALID_CLOCK_SOURCE,\r
-       CLKPWR_ERROR_INVALID_PARAM,\r
-       CLKPWR_ERROR_FREQ_OUTOF_RANGE\r
-} CLKPWR_ERROR;\r
-\r
-/* Branch clocks from CLKPWR_BASE_SAFE */\r
-\r
-#define CLKPWR_ENTITY_NONE     CLKPWR_ENTITY_NUM\r
-\r
-#define ISBITCLR(x,bit) ((x&(1<<bit))^(1<<bit))\r
-#define ISBITSET(x,bit) (x&(1<<bit))\r
-#define ISMASKSET(x,mask) (x&mask)\r
-\r
-#define CLKPWR_CTRL_EN_MASK            1\r
-#define CLKPWR_CTRL_SRC_MASK   (0xF<<24)\r
-#define CLKPWR_CTRL_AUTOBLOCK_MASK     (1<<11)\r
-#define CLKPWR_PLL1_FBSEL_MASK (1<<6)\r
-#define CLKPWR_PLL1_BYPASS_MASK        (1<<1)\r
-#define CLKPWR_PLL1_DIRECT_MASK        (1<<7)\r
-\r
-#define CLKPWR_SLEEP_MODE_DEEP_SLEEP   0x3F00AA\r
-#define CLKPWR_SLEEP_MODE_POWER_DOWN   0x3FFCBA\r
-#define CLKPWR_SLEEP_MODE_DEEP_POWER_DOWN      0x3FFF7F\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup CLKPWR_Public_Functions CLKPWR Public Functions\r
- * @{\r
- */\r
-/* Clock Generator */\r
-\r
-uint32_t       CLKPWR_ConfigPWR (CLKPWR_PERIPHERAL_T PPType, FunctionalState en);\r
-\r
-uint32_t       CLKPWR_GetPCLKFrequency (CLKPWR_PERIPHERAL_T Clock);\r
-\r
-/* Clock Source and Base Clock operation */\r
-uint32_t       CLKPWR_SetXTALOSC(uint32_t ClockFrequency);\r
-uint32_t       CLKPWR_SetDIV(CLKPWR_ENTITY_T SelectDivider, uint32_t divisor);\r
-uint32_t       CLKPWR_SetPLL0(void);\r
-uint32_t       CLKPWR_SetPLL1(uint32_t mult);\r
-uint32_t       CLKPWR_EnableEntity(CLKPWR_ENTITY_T ClockEntity, uint32_t en);\r
-uint32_t       CLKPWR_EntityConnect(CLKPWR_ENTITY_T ClockSource, CLKPWR_ENTITY_T ClockEntity);\r
-uint32_t       CLKPWR_GetBaseStatus(CLKPWR_ENTITY_T Base);\r
-\r
-void           CLKPWR_UpdateClock(void);\r
-uint32_t       CLKPWR_RealFrequencyCompare(CLKPWR_ENTITY_T Clock, CLKPWR_ENTITY_T CompareToClock, uint32_t *m, uint32_t *d);\r
-\r
-uint32_t       CLKPWR_Init(void);\r
-uint32_t       CLKPWR_DeInit(void);\r
-\r
-void CLKPWR_Sleep(void);\r
-void CLKPWR_DeepSleep(void);\r
-void CLKPWR_PowerDown(void);\r
-void CLKPWR_DeepPowerDown(void);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_CLKPWR_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_dac.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_dac.h
deleted file mode 100644 (file)
index df47bdf..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_dac.h                   2011-06-02\r
-*//**\r
-* @file                lpc18xx_dac.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for DAC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup DAC DAC (Digital to Analog Converter)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_DAC_H_\r
-#define LPC18XX_DAC_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup DAC_Private_Macros DAC Private Macros\r
- * @{\r
- */\r
-\r
-/** After the selected settling time after this field is written with a\r
-new VALUE, the voltage on the AOUT pin (with respect to VSSA)\r
-is VALUE/1024 Ã— VREF */\r
-#define DAC_VALUE(n)           ((uint32_t)((n&0x3FF)<<6))\r
-/** If this bit = 0: The settling time of the DAC is 1 microsecond max,\r
- * and the maximum current is 700 microAmpere\r
- * If this bit = 1: The settling time of the DAC is 2.5 microsecond\r
- * and the maximum current is 350 microAmpere */\r
-#define DAC_BIAS_EN                    ((uint32_t)(1<<16))\r
-/** Value to reload interrupt DMA counter */\r
-#define DAC_CCNT_VALUE(n)  ((uint32_t)(n&0xffff))\r
-\r
-/** DCAR double buffering */\r
-#define DAC_DBLBUF_ENA         ((uint32_t)(1<<1))\r
-/** DCAR Time out count enable */\r
-#define DAC_CNT_ENA                    ((uint32_t)(1<<2))\r
-/** DCAR DMA access */\r
-#define DAC_DMA_ENA                    ((uint32_t)(1<<3))\r
-/** DCAR DACCTRL mask bit */\r
-#define DAC_DACCTRL_MASK       ((uint32_t)(0x0F))\r
-\r
-/** Macro to determine if it is valid DAC peripheral */\r
-#define PARAM_DACx(n)  (((uint32_t *)n)==((uint32_t *)LPC_DAC))\r
-\r
-/** Macro to check DAC current optional parameter */\r
-#define        PARAM_DAC_CURRENT_OPT(OPTION) ((OPTION == DAC_MAX_CURRENT_700uA)\\r
-||(OPTION == DAC_MAX_CURRENT_350uA))\r
-\r
-/**\r
- * @}\r
- */\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup DAC_Public_Types DAC Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief Current option in DAC configuration option */\r
-typedef enum\r
-{\r
-       DAC_MAX_CURRENT_700uA = 0,      /*!< The settling time of the DAC is 1 us max,\r
-                                                               and the maximum current is 700 uA */\r
-       DAC_MAX_CURRENT_350uA           /*!< The settling time of the DAC is 2.5 us\r
-                                                               and the maximum current is 350 uA */\r
-} DAC_CURRENT_OPT;\r
-\r
-/**\r
- * @brief Configuration for DAC converter control register */\r
-typedef struct\r
-{\r
-\r
-       uint8_t  DBLBUF_ENA;            /**<\r
-                                               -0: Disable DACR double buffering\r
-                                               -1: when bit CNT_ENA, enable DACR double buffering feature\r
-                                                               */\r
-       uint8_t  CNT_ENA;                       /*!<\r
-                                               -0: Time out counter is disable\r
-                                               -1: Time out conter is enable\r
-                                                               */\r
-       uint8_t  DMA_ENA;                       /*!<\r
-                                               -0: DMA access is disable\r
-                                               -1: DMA burst request\r
-                                                               */\r
-       uint8_t RESERVED;\r
-\r
-} DAC_CONVERTER_CFG_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup DAC_Public_Functions DAC Public Functions\r
- * @{\r
- */\r
-\r
-void   DAC_Init(LPC_DAC_Type *DACx);\r
-void    DAC_UpdateValue (LPC_DAC_Type *DACx, uint32_t dac_value);\r
-void    DAC_SetBias (LPC_DAC_Type *DACx,uint32_t bias);\r
-void    DAC_ConfigDAConverterControl (LPC_DAC_Type *DACx,DAC_CONVERTER_CFG_Type *DAC_ConverterConfigStruct);\r
-void   DAC_SetDMATimeOut(LPC_DAC_Type *DACx,uint32_t time_out);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* LPC18XX_DAC_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_emc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_emc.h
deleted file mode 100644 (file)
index 4a2f138..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-/**********************************************************************
-* $Id: lpc43xx_emc.h 8765 2011-12-08 00:51:21Z nxp21346 $              lpc43xx_emc.h           2011-12-07
-*//**
-* @file                lpc43xx_emc.h
-* @brief       Contains all functions support for Clock Generation and Control
-*                      firmware library on lpc43xx
-* @version     1.0
-* @date                07. December. 2011
-* @author      NXP MCU SW Application Team
-*
-* Copyright(C) 2011, NXP Semiconductor
-* All rights reserved.
-*
-***********************************************************************
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-
-#define __CRYSTAL        (12000000UL)    /* Crystal Oscillator frequency          */
-#define __PLLMULT               (15)
-#define __PLLOUTHZ              (__CRYSTAL * __PLLMULT)
-#define __EMCDIV                (2)
-#define __EMCHZ                         (__PLLOUTHZ / __EMCDIV)
-
-void MemoryPinInit(void);
-void EMCFlashInit(void);
-
-/* SDRAM Address Base for DYCS0*/
-#define SDRAM_BASE_ADDR 0x28000000
-#define FLASH_BASE_ADDR 0x1C000000
-
-#define EMC_SDRAM_WIDTH_8_BITS         0
-#define EMC_SDRAM_WIDTH_16_BITS                1
-#define EMC_SDRAM_WIDTH_32_BITS                2
-
-#define EMC_SDRAM_SIZE_16_MBITS                0
-#define EMC_SDRAM_SIZE_64_MBITS                1
-#define EMC_SDRAM_SIZE_128_MBITS       2
-#define EMC_SDRAM_SIZE_256_MBITS       3
-#define EMC_SDRAM_SIZE_512_MBITS       4
-
-#define EMC_SDRAM_DATA_BUS_16_BITS     0
-#define EMC_SDRAM_DATA_BUS_32_BITS     1
-
-#define EMC_B_ENABLE                                   (1 << 19)
-#define EMC_ENABLE                                             (1 << 0)
-#define EMC_CE_ENABLE                                  (1 << 0)
-#define EMC_CS_ENABLE                                  (1 << 1)
-#define EMC_CLOCK_DELAYED_STRATEGY             (0 << 0)
-#define EMC_COMMAND_DELAYED_STRATEGY   (1 << 0)
-#define EMC_COMMAND_DELAYED_STRATEGY2  (2 << 0)
-#define EMC_COMMAND_DELAYED_STRATEGY3  (3 << 0)
-#define EMC_INIT(i)                                    ((i) << 7)
-#define EMC_NORMAL                                             (0)
-#define EMC_MODE                                               (1)
-#define EMC_PRECHARGE_ALL                              (2)
-#define EMC_NOP                                                (3)
-
-/* The Hitex LPC18xx Evaluation board contains a 64Mb SDRAM with a 16-bit data bus */
-#define SDRAM_SIZE_BYTES               (1024UL * 1024UL * 8UL)
-#define SDRAM_WIDTH                            EMC_SDRAM_WIDTH_16_BITS
-#define SDRAM_SIZE_MBITS               EMC_SDRAM_SIZE_64_MBITS
-#define SDRAM_DATA_BUS_BITS            EMC_SDRAM_DATA_BUS_16_BITS                      
-#define SDRAM_COL_ADDR_BITS            8               
-#define CLK0_DELAY     0
-
-void vEMC_InitSRDRAM(uint32_t u32BaseAddr, uint32_t u32Width, uint32_t u32Size, uint32_t u32DataBus, uint32_t u32ColAddrBits);
-void emc_WaitUS(volatile uint32_t us);
-void emc_WaitMS(uint32_t ms);
-
-
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_evrt.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_evrt.h
deleted file mode 100644 (file)
index b2ac2c2..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_evrt.h                  2011-06-02\r
-*//**\r
-* @file                lpc18xx_evrt.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for Event Router firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup EVRT EVRT (Event Router)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_EVRT_H_\r
-#define LPC18XX_EVRT_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup EVRT_Private_Macros EVRT Private Macros\r
- * @{\r
- */\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid EVRT peripheral */\r
-#define PARAM_EVRTx(x) (((uint32_t *)x)==((uint32_t *)LPC_EVENTROUTER))\r
-\r
-/* Macro check EVRT source */\r
-#define PARAM_EVRT_SOURCE(n)   ((n==EVRT_SRC_WAKEUP0) || (n==EVRT_SRC_WAKEUP1) \\r
-|| (n==EVRT_SRC_WAKEUP2) || (n==EVRT_SRC_WAKEUP3) \\r
-|| (n==EVRT_SRC_ATIMER) || (n==EVRT_SRC_RTC) \\r
-|| (n==EVRT_SRC_BOD1) || (n==EVRT_SRC_WWDT) \\r
-|| (n==EVRT_SRC_ETHERNET) || (n==EVRT_SRC_USB0) \\r
-|| (n==EVRT_SRC_USB1) || (n==EVRT_SRC_CCAN) || (n==EVRT_SRC_SDIO) \\r
-|| (n==EVRT_SRC_COMBINE_TIMER2) || (n==EVRT_SRC_COMBINE_TIMER6) \\r
-|| (n==EVRT_SRC_QEI) || (n==EVRT_SRC_COMBINE_TIMER14) \\r
-|| (n==EVRT_SRC_RESET)) \\r
-\r
-/* Macro check EVRT source active type*/\r
-#define PARAM_EVRT_SOURCE_ACTIVE_TYPE(n) ((n==EVRT_SRC_ACTIVE_LOW_LEVEL) || (n==EVRT_SRC_ACTIVE_HIGH_LEVEL) \\r
-                || (n==EVRT_SRC_ACTIVE_FALLING_EDGE) || (n==EVRT_SRC_ACTIVE_RISING_EDGE))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup EVRT_Public_Types EVRT Public Types\r
- * @{\r
- */\r
-\r
-/** @brief EVRT input sources */\r
-typedef enum {\r
-       EVRT_SRC_WAKEUP0,                               /**< WAKEUP0 event router source                */\r
-       EVRT_SRC_WAKEUP1,                               /**< WAKEUP1 event router source                */\r
-       EVRT_SRC_WAKEUP2,                               /**< WAKEUP2 event router source                */\r
-       EVRT_SRC_WAKEUP3,                               /**< WAKEUP3 event router source                */\r
-       EVRT_SRC_ATIMER,                                /**< Alarm timer event router source    */\r
-       EVRT_SRC_RTC,                                   /**< RTC event router source                    */\r
-       EVRT_SRC_BOD1,                                  /**< BOD event router source                    */\r
-       EVRT_SRC_WWDT,                                  /**< WWDT event router source                   */\r
-       EVRT_SRC_ETHERNET,                              /**< Ethernet event router source               */\r
-       EVRT_SRC_USB0,                                  /**< USB0 event router source                   */\r
-       EVRT_SRC_USB1,                                  /**< USB1 event router source                   */\r
-       EVRT_SRC_SDIO,                                  /**< Reserved                                                   */\r
-       EVRT_SRC_CCAN,                                  /**< C_CAN event router source                  */\r
-       EVRT_SRC_COMBINE_TIMER2,                /**< Combined timer 2 event router source       */\r
-       EVRT_SRC_COMBINE_TIMER6,                /**< Combined timer 6 event router source       */\r
-       EVRT_SRC_QEI,                                   /**< QEI event router source                    */\r
-       EVRT_SRC_COMBINE_TIMER14,               /**< Combined timer 14 event router source      */\r
-       EVRT_SRC_RESERVED1,                             /**< Reserved                                                   */\r
-       EVRT_SRC_RESERVED2,                             /**< Reserved                                                   */\r
-       EVRT_SRC_RESET                                  /**< Reset event router source                  */\r
-} EVRT_SRC_ENUM;\r
-\r
-\r
-/** @brief EVRT input sources detecting type */\r
-typedef enum {\r
-       EVRT_SRC_ACTIVE_LOW_LEVEL,              /**< Active low level           */\r
-       EVRT_SRC_ACTIVE_HIGH_LEVEL,             /**< Active high level          */\r
-       EVRT_SRC_ACTIVE_FALLING_EDGE,   /**< Active falling edge        */\r
-       EVRT_SRC_ACTIVE_RISING_EDGE     /**< Active rising edge         */\r
-}EVRT_SRC_ACTIVE_TYPE;\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup EVRT_Public_Functions EVRT Public Functions\r
- * @{\r
- */\r
-\r
-void EVRT_Init (LPC_EVENTROUTER_Type *EVRTx);\r
-void EVRT_DeInit(LPC_EVENTROUTER_Type *EVRTx);\r
-\r
-void EVRT_ConfigIntSrcActiveType(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src, EVRT_SRC_ACTIVE_TYPE type);\r
-void EVRT_SetUpIntSrc(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src, FunctionalState state);\r
-Bool EVRT_IsSourceInterrupting(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src);\r
-void EVRT_ClrPendIntSrc(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_EVRT_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpdma.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpdma.h
deleted file mode 100644 (file)
index 41ce486..0000000
+++ /dev/null
@@ -1,468 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_gpdma.h         2011-06-02\r
-*//**\r
-* @file                lpc18xx_gpdma.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for GPDMA firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup GPDMA GPDMA (General Purpose DMA)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_GPDMA_H_\r
-#define LPC18XX_GPDMA_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup GPDMA_Public_Macros GPDMA Public Macros\r
- * @{\r
- */\r
-\r
-/** DMA Connection number definitions */\r
-#define GPDMA_CONN_SPIFI                       ((0UL))                 /**< SPIFI                              */\r
-#define GPDMA_CONN_MAT0_0                      ((1UL))                 /**< MAT0.0                     */\r
-#define GPDMA_CONN_UART0_Tx                    ((2UL))                 /**< UART0 Tx                   */\r
-#define GPDMA_CONN_MAT0_1                      ((3UL))                 /**< MAT0.1                     */\r
-#define GPDMA_CONN_UART0_Rx                    ((4UL))                 /**< UART0 Rx                   */\r
-#define GPDMA_CONN_MAT1_0                      ((5UL))                 /**< MAT1.0                     */\r
-#define GPDMA_CONN_UART1_Tx                    ((6UL))                 /**< UART1 Tx                   */\r
-#define GPDMA_CONN_MAT1_1              ((7UL))                 /**< MAT1.1                     */\r
-#define GPDMA_CONN_UART1_Rx                    ((8UL))                 /**< UART1 Rx                   */\r
-#define GPDMA_CONN_MAT2_0              ((9UL))                 /**< MAT2.0                     */\r
-#define GPDMA_CONN_UART2_Tx                    ((10UL))                /**< UART2 Tx                   */\r
-#define GPDMA_CONN_MAT2_1              ((11UL))                /**< MAT2.1                     */\r
-#define GPDMA_CONN_UART2_Rx                    ((12UL))                /**< UART2 Rx                   */\r
-#define GPDMA_CONN_MAT3_0                      ((13UL))                /**< MAT3.0                     */\r
-#define GPDMA_CONN_UART3_Tx                    ((14UL))                /**< UART3 Tx                   */\r
-#define GPDMA_CONN_SCT_0                       ((15UL))                /**< SCT timer channel 0*/\r
-#define GPDMA_CONN_MAT3_1              ((16UL))                /**< MAT3.1                     */\r
-#define GPDMA_CONN_UART3_Rx                    ((17UL))                /**< UART3 Rx                   */\r
-#define GPDMA_CONN_SCT_1                       ((18UL))                /**< SCT timer channel 1*/\r
-#define GPDMA_CONN_SSP0_Rx                     ((19UL))                /**< SSP0 Rx                    */\r
-#define GPDMA_CONN_I2S_Channel_0       ((20UL))                /**< I2S channel 0              */\r
-#define GPDMA_CONN_SSP0_Tx                     ((21UL))                /**< SSP0 Tx                    */\r
-#define GPDMA_CONN_I2S_Channel_1       ((22UL))                /**< I2S channel 1              */\r
-#define GPDMA_CONN_SSP1_Rx                     ((23UL))                /**< SSP1 Rx                    */\r
-#define GPDMA_CONN_SSP1_Tx                     ((24UL))                /**< SSP1 Tx                    */\r
-#define GPDMA_CONN_ADC_0                       ((25UL))                /**< ADC 0                              */\r
-#define GPDMA_CONN_ADC_1                       ((26UL))                /**< ADC 1                              */\r
-#define GPDMA_CONN_DAC                                 ((27UL))                /**< DAC                                */\r
-\r
-/** GPDMA Transfer type definitions */\r
-#define GPDMA_TRANSFERTYPE_M2M_CONTROLLER_DMA                          ((0UL))         /**< Memory to memory - DMA control */\r
-#define GPDMA_TRANSFERTYPE_M2P_CONTROLLER_DMA                          ((1UL))         /**< Memory to peripheral - DMA control */\r
-#define GPDMA_TRANSFERTYPE_P2M_CONTROLLER_DMA                          ((2UL))         /**< Peripheral to memory - DMA control */\r
-#define GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DMA                          ((3UL))         /**< Source peripheral to destination peripheral - DMA control */\r
-#define GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DestPERIPHERAL       ((4UL))         /**< Source peripheral to destination peripheral - destination peripheral control */\r
-#define GPDMA_TRANSFERTYPE_M2P_CONTROLLER_PERIPHERAL           ((5UL))         /**< Memory to peripheral - peripheral control */\r
-#define GPDMA_TRANSFERTYPE_P2M_CONTROLLER_PERIPHERAL           ((6UL))         /**< Peripheral to memory - peripheral control */\r
-#define GPDMA_TRANSFERTYPE_P2P_CONTROLLER_SrcPERIPHERAL                ((7UL))         /**< Source peripheral to destination peripheral - source peripheral control */\r
-\r
-/** Burst size in Source and Destination definitions */\r
-#define GPDMA_BSIZE_1  ((0UL)) /**< Burst size = 1 */\r
-#define GPDMA_BSIZE_4  ((1UL)) /**< Burst size = 4 */\r
-#define GPDMA_BSIZE_8  ((2UL)) /**< Burst size = 8 */\r
-#define GPDMA_BSIZE_16         ((3UL)) /**< Burst size = 16 */\r
-#define GPDMA_BSIZE_32         ((4UL)) /**< Burst size = 32 */\r
-#define GPDMA_BSIZE_64         ((5UL)) /**< Burst size = 64 */\r
-#define GPDMA_BSIZE_128 ((6UL)) /**< Burst size = 128 */\r
-#define GPDMA_BSIZE_256 ((7UL)) /**< Burst size = 256 */\r
-\r
-/** Width in Source transfer width and Destination transfer width definitions */\r
-#define GPDMA_WIDTH_BYTE               ((0UL)) /**< Width = 1 byte */\r
-#define GPDMA_WIDTH_HALFWORD   ((1UL)) /**< Width = 2 bytes */\r
-#define GPDMA_WIDTH_WORD               ((2UL)) /**< Width = 4 bytes */\r
-\r
-/** LPC_GPDMA base addresses   */\r
-#define LPC_GPDMACH0_BASE      0x40002100\r
-#define LPC_GPDMACH1_BASE      0x40002120\r
-#define LPC_GPDMACH2_BASE      0x40002140\r
-#define LPC_GPDMACH3_BASE      0x40002160\r
-#define LPC_GPDMACH4_BASE      0x40002180\r
-#define LPC_GPDMACH5_BASE      0x400021A0\r
-#define LPC_GPDMACH6_BASE      0x400021C0\r
-#define LPC_GPDMACH7_BASE      0x400021E0\r
-\r
-/* LPC_GPDMA channels definitions      */\r
-#define LPC_GPDMACH0          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH0_BASE )\r
-#define LPC_GPDMACH1          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH1_BASE )\r
-#define LPC_GPDMACH2          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH2_BASE )\r
-#define LPC_GPDMACH3          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH3_BASE )\r
-#define LPC_GPDMACH4          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH4_BASE )\r
-#define LPC_GPDMACH5          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH5_BASE )\r
-#define LPC_GPDMACH6          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH6_BASE )\r
-#define LPC_GPDMACH7          ((LPC_GPDMACH_TypeDef   *) LPC_GPDMACH7_BASE )\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup GPDMA_Private_Macros GPDMA Private Macros\r
- * @{\r
- */\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for DMA Interrupt Status register\r
- **********************************************************************/\r
-#define GPDMA_DMACIntStat_Ch(n)                        (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACIntStat_BITMASK              ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Interrupt Terminal Count Request Status register\r
- **********************************************************************/\r
-#define GPDMA_DMACIntTCStat_Ch(n)              (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACIntTCStat_BITMASK            ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Interrupt Terminal Count Request Clear register\r
- **********************************************************************/\r
-#define GPDMA_DMACIntTCClear_Ch(n)             (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACIntTCClear_BITMASK   ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Interrupt Error Status register\r
- **********************************************************************/\r
-#define GPDMA_DMACIntErrStat_Ch(n)             (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACIntErrStat_BITMASK   ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Interrupt Error Clear register\r
- **********************************************************************/\r
-#define GPDMA_DMACIntErrClr_Ch(n)              (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACIntErrClr_BITMASK            ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Raw Interrupt Terminal Count Status register\r
- **********************************************************************/\r
-#define GPDMA_DMACRawIntTCStat_Ch(n)   (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACRawIntTCStat_BITMASK ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Raw Error Interrupt Status register\r
- **********************************************************************/\r
-#define GPDMA_DMACRawIntErrStat_Ch(n)  (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACRawIntErrStat_BITMASK        ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Enabled Channel register\r
- **********************************************************************/\r
-#define GPDMA_DMACEnbldChns_Ch(n)              (((1UL<<n)&0xFF))\r
-#define GPDMA_DMACEnbldChns_BITMASK            ((0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Software Burst Request register\r
- **********************************************************************/\r
-#define        GPDMA_DMACSoftBReq_Src(n)               (((1UL<<n)&0xFFFF))\r
-#define GPDMA_DMACSoftBReq_BITMASK             ((0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Software Single Request register\r
- **********************************************************************/\r
-#define GPDMA_DMACSoftSReq_Src(n)              (((1UL<<n)&0xFFFF))\r
-#define GPDMA_DMACSoftSReq_BITMASK             ((0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Software Last Burst Request register\r
- **********************************************************************/\r
-#define GPDMA_DMACSoftLBReq_Src(n)             (((1UL<<n)&0xFFFF))\r
-#define GPDMA_DMACSoftLBReq_BITMASK            ((0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Software Last Single Request register\r
- **********************************************************************/\r
-#define GPDMA_DMACSoftLSReq_Src(n)             (((1UL<<n)&0xFFFF))\r
-#define GPDMA_DMACSoftLSReq_BITMASK            ((0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Configuration register\r
- **********************************************************************/\r
-#define GPDMA_DMACConfig_E                             ((0x01))         /**< DMA Controller enable*/\r
-#define GPDMA_DMACConfig_M0                            ((0x02))         /**< AHB Master 0 endianness configuration*/\r
-#define GPDMA_DMACConfig_M1                            ((0x04))         /**< AHB Master 1 endianness configuration*/\r
-#define GPDMA_DMACConfig_BITMASK               ((0x07))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Synchronization register\r
- **********************************************************************/\r
-#define GPDMA_DMACSync_Src(n)                  (((1UL<<n)&0xFFFF))\r
-#define GPDMA_DMACSync_BITMASK                 ((0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Channel Linked List Item registers\r
- **********************************************************************/\r
-/** DMA Channel Linked List Item registers bit mask*/\r
-#define GPDMA_DMACCxLLI_BITMASK                ((0xFFFFFFFC))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA channel control registers\r
- **********************************************************************/\r
-#define GPDMA_DMACCxControl_TransferSize(n) (((n&0xFFF)<<0))   /**< Transfer size*/\r
-#define GPDMA_DMACCxControl_SBSize(n)          (((n&0x07)<<12))        /**< Source burst size*/\r
-#define GPDMA_DMACCxControl_DBSize(n)          (((n&0x07)<<15))        /**< Destination burst size*/\r
-#define GPDMA_DMACCxControl_SWidth(n)          (((n&0x07)<<18))        /**< Source transfer width*/\r
-#define GPDMA_DMACCxControl_DWidth(n)          (((n&0x07)<<21))        /**< Destination transfer width*/\r
-#define GPDMA_DMACCxControl_SrcTransUseAHBMaster1      ((1UL<<24)) /**< Source AHB master select*/\r
-#define GPDMA_DMACCxControl_DestTransUseAHBMaster1     ((1UL<<25)) /**< Destination AHB master select*/\r
-#define GPDMA_DMACCxControl_SI                         ((1UL<<26))             /**< Source increment*/\r
-#define GPDMA_DMACCxControl_DI                         ((1UL<<27))             /**< Destination increment*/\r
-#define GPDMA_DMACCxControl_Prot1                      ((1UL<<28))             /**< Indicates that the access is in user mode or privileged mode*/\r
-#define GPDMA_DMACCxControl_Prot2                      ((1UL<<29))             /**< Indicates that the access is bufferable or not bufferable*/\r
-#define GPDMA_DMACCxControl_Prot3                      ((1UL<<30))             /**< Indicates that the access is cacheable or not cacheable*/\r
-#define GPDMA_DMACCxControl_I                          ((1UL<<31))             /**< Terminal count interrupt enable bit */\r
-/** DMA channel control registers bit mask */\r
-#define GPDMA_DMACCxControl_BITMASK                    ((0xFCFFFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA Channel Configuration registers\r
- **********************************************************************/\r
-#define GPDMA_DMACCxConfig_E                                   ((1UL<<0))                      /**< DMA control enable*/\r
-#define GPDMA_DMACCxConfig_SrcPeripheral(n)    (((n&0x1F)<<1))         /**< Source peripheral*/\r
-#define GPDMA_DMACCxConfig_DestPeripheral(n)   (((n&0x1F)<<6))         /**< Destination peripheral*/\r
-#define GPDMA_DMACCxConfig_TransferType(n)             (((n&0x7)<<11))         /**< This value indicates the type of transfer*/\r
-#define GPDMA_DMACCxConfig_IE                                  ((1UL<<14))                     /**< Interrupt error mask*/\r
-#define GPDMA_DMACCxConfig_ITC                                         ((1UL<<15))             /**< Terminal count interrupt mask*/\r
-#define GPDMA_DMACCxConfig_L                                   ((1UL<<16))             /**< Lock*/\r
-#define GPDMA_DMACCxConfig_A                                   ((1UL<<17))             /**< Active*/\r
-#define GPDMA_DMACCxConfig_H                                   ((1UL<<18))             /**< Halt*/\r
-/** DMA Channel Configuration registers bit mask */\r
-#define GPDMA_DMACCxConfig_BITMASK                             ((0x7FFFF))\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/* Macros check GPDMA channel */\r
-#define PARAM_GPDMA_CHANNEL(n) (n<=7)\r
-\r
-/* Macros check GPDMA connection type */\r
-#define PARAM_GPDMA_CONN(n)            ((n==GPDMA_CONN_SPIFI) || (n==GPDMA_CONN_DAC) \\r
-|| (n==GPDMA_CONN_SSP0_Tx) || (n==GPDMA_CONN_SSP0_Rx) \\r
-|| (n==GPDMA_CONN_SSP1_Tx) || (n==GPDMA_CONN_SSP1_Rx) \\r
-|| (n==GPDMA_CONN_ADC_0)   || (n==GPDMA_CONN_ADC_1) \\r
-|| (n==GPDMA_CONN_I2S_Channel_0) || (n==GPDMA_CONN_I2S_Channel_1) \\r
-|| (n==GPDMA_CONN_SCT_0)   || (n==GPDMA_CONN_SCT_1) \\r
-|| (n==GPDMA_CONN_UART0_Tx) || (n==GPDMA_CONN_UART0_Rx) \\r
-|| (n==GPDMA_CONN_UART1_Tx) || (n==GPDMA_CONN_UART1_Rx) \\r
-|| (n==GPDMA_CONN_UART2_Tx) || (n==GPDMA_CONN_UART2_Rx) \\r
-|| (n==GPDMA_CONN_UART3_Tx) || (n==GPDMA_CONN_UART3_Rx) \\r
-|| (n==GPDMA_CONN_MAT0_0) || (n==GPDMA_CONN_MAT0_1) \\r
-|| (n==GPDMA_CONN_MAT1_0) || (n==GPDMA_CONN_MAT1_1) \\r
-|| (n==GPDMA_CONN_MAT2_0) || (n==GPDMA_CONN_MAT2_1) \\r
-|| (n==GPDMA_CONN_MAT3_0) || (n==GPDMA_CONN_MAT3_1))\r
-\r
-/* Macros check GPDMA burst size type */\r
-#define PARAM_GPDMA_BSIZE(n)   ((n==GPDMA_BSIZE_1) || (n==GPDMA_BSIZE_4) \\r
-|| (n==GPDMA_BSIZE_8) || (n==GPDMA_BSIZE_16) \\r
-|| (n==GPDMA_BSIZE_32) || (n==GPDMA_BSIZE_64) \\r
-|| (n==GPDMA_BSIZE_128) || (n==GPDMA_BSIZE_256))\r
-\r
-/* Macros check GPDMA width type */\r
-#define PARAM_GPDMA_WIDTH(n) ((n==GPDMA_WIDTH_BYTE) || (n==GPDMA_WIDTH_HALFWORD) \\r
-|| (n==GPDMA_WIDTH_WORD))\r
-\r
-/* Macros check GPDMA status type */\r
-#define PARAM_GPDMA_STAT(n)    ((n==GPDMA_STAT_INT) || (n==GPDMA_STAT_INTTC) \\r
-|| (n==GPDMA_STAT_INTERR) || (n==GPDMA_STAT_RAWINTTC) \\r
-|| (n==GPDMA_STAT_RAWINTERR) || (n==GPDMA_STAT_ENABLED_CH))\r
-\r
-/* Macros check GPDMA transfer type */\r
-#define PARAM_GPDMA_TRANSFERTYPE(n) ((n==GPDMA_TRANSFERTYPE_M2M_CONTROLLER_DMA)||(n==GPDMA_TRANSFERTYPE_M2P_CONTROLLER_DMA) \\r
-||(n==GPDMA_TRANSFERTYPE_P2M_CONTROLLER_DMA)||(n==GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DMA)\\r
-||(n==GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DestPERIPHERAL)||(n==GPDMA_TRANSFERTYPE_M2P_CONTROLLER_PERIPHERAL)\\r
-||(n==GPDMA_TRANSFERTYPE_P2M_CONTROLLER_PERIPHERAL)||(n==GPDMA_TRANSFERTYPE_P2P_CONTROLLER_SrcPERIPHERAL))\r
-\r
-/* Macros check GPDMA state clear type */\r
-#define PARAM_GPDMA_STATCLR(n) ((n==GPDMA_STATCLR_INTTC) || (n==GPDMA_STATCLR_INTERR))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup GPDMA_Public_Types GPDMA Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief GPDMA Channel Registers\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t CSrcAddr;\r
-  __IO uint32_t CDestAddr;\r
-  __IO uint32_t CLLI;\r
-  __IO uint32_t CControl;\r
-  __IO uint32_t CConfig;\r
-} LPC_GPDMACH_TypeDef;\r
-\r
-/**\r
- * @brief GPDMA Status enumeration\r
- */\r
-typedef enum {\r
-       GPDMA_STAT_INT,                 /**< GPDMA Interrupt Status */\r
-       GPDMA_STAT_INTTC,               /**< GPDMA Interrupt Terminal Count Request Status */\r
-       GPDMA_STAT_INTERR,              /**< GPDMA Interrupt Error Status */\r
-       GPDMA_STAT_RAWINTTC,    /**< GPDMA Raw Interrupt Terminal Count Status */\r
-       GPDMA_STAT_RAWINTERR,   /**< GPDMA Raw Error Interrupt Status */\r
-       GPDMA_STAT_ENABLED_CH   /**< GPDMA Enabled Channel Status */\r
-} GPDMA_Status_Type;\r
-\r
-/**\r
- * @brief GPDMA Interrupt clear status enumeration\r
- */\r
-typedef enum{\r
-       GPDMA_STATCLR_INTTC,    /**< GPDMA Interrupt Terminal Count Request Clear */\r
-       GPDMA_STATCLR_INTERR    /**< GPDMA Interrupt Error Clear */\r
-}GPDMA_StateClear_Type;\r
-\r
-/**\r
- * @brief GPDMA Channel configuration structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t ChannelNum;    /**< DMA channel number, should be in\r
-                                                               range from 0 to 7.\r
-                                                               Note: DMA channel 0 has the highest priority\r
-                                                               and DMA channel 7 the lowest priority.\r
-                                                               */\r
-       uint32_t TransferSize;  /**< Length/Size of transfer */\r
-       uint32_t TransferWidth; /**< Transfer width - used for TransferType is GPDMA_TRANSFERTYPE_M2M only */\r
-       uint32_t SrcMemAddr;    /**< Physical Source Address, used in case TransferType is chosen as\r
-                                                                GPDMA_TRANSFERTYPE_M2M or GPDMA_TRANSFERTYPE_M2P */\r
-       uint32_t DstMemAddr;    /**< Physical Destination Address, used in case TransferType is chosen as\r
-                                                                GPDMA_TRANSFERTYPE_M2M or GPDMA_TRANSFERTYPE_P2M */\r
-       uint32_t TransferType;  /**< Transfer Type, should be one of the following:\r
-                                                       - GPDMA_TRANSFERTYPE_M2M_CONTROLLER_DMA: Memory to memory - DMA control\r
-                                                       - GPDMA_TRANSFERTYPE_M2P_CONTROLLER_DMA: Memory to peripheral - DMA control\r
-                                                       - GPDMA_TRANSFERTYPE_P2M_CONTROLLER_DMA: Peripheral to memory - DMA control\r
-                                                       - GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DMA: Source peripheral to destination peripheral - DMA control\r
-                                                       - GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DestPERIPHERAL: Source peripheral to destination peripheral - destination peripheral control\r
-                                                       - GPDMA_TRANSFERTYPE_M2P_CONTROLLER_PERIPHERAL: Memory to peripheral - peripheral control\r
-                                                       - GPDMA_TRANSFERTYPE_P2M_CONTROLLER_PERIPHERAL: Peripheral to memory - peripheral control\r
-                                                       - GPDMA_TRANSFERTYPE_P2P_CONTROLLER_SrcPERIPHERAL:      Source peripheral to destination peripheral - source peripheral control\r
-                                                       */\r
-       uint32_t SrcConn;               /**< Peripheral Source Connection type, used in case TransferType is chosen as\r
-                                                       GPDMA_TRANSFERTYPE_P2M or GPDMA_TRANSFERTYPE_P2P, should be one of\r
-                                                       following:\r
-                                                        - GPDMA_CONN_SSP0_Tx: SSP0, Tx\r
-                                                        - GPDMA_CONN_SSP0_Rx: SSP0, Rx\r
-                                                        - GPDMA_CONN_SSP1_Tx: SSP1, Tx\r
-                                                        - GPDMA_CONN_SSP1_Rx: SSP1, Rx\r
-                                                        - GPDMA_CONN_ADC_0: ADC0\r
-                                                        - GPDMA_CONN_ADC_1: ADC1\r
-                                                        - GPDMA_CONN_SCT_0: SCT0\r
-                                                        - GPDMA_CONN_SCT_1: SCT1\r
-                                                        - GPDMA_CONN_I2S_Channel_0: I2S Channel 0\r
-                                                        - GPDMA_CONN_I2S_Channel_1: I2S Channel 1\r
-                                                        - GPDMA_CONN_DAC: DAC\r
-                                                        - GPDMA_CONN_SPIFI: SPIFI\r
-                                                        - GPDMA_CONN_UART0_Tx_MAT0_0: UART0 Tx / MAT0.0\r
-                                                        - GPDMA_CONN_UART0_Rx_MAT0_1: UART0 Rx / MAT0.1\r
-                                                        - GPDMA_CONN_UART1_Tx_MAT1_0: UART1 Tx / MAT1.0\r
-                                                        - GPDMA_CONN_UART1_Rx_MAT1_1: UART1 Rx / MAT1.1\r
-                                                        - GPDMA_CONN_UART2_Tx_MAT2_0: UART2 Tx / MAT2.0\r
-                                                        - GPDMA_CONN_UART2_Rx_MAT2_1: UART2 Rx / MAT2.1\r
-                                                        - GPDMA_CONN_UART3_Tx_MAT3_0: UART3 Tx / MAT3.0\r
-                                                        - GPDMA_CONN_UART3_Rx_MAT3_1: UART3 Rx / MAT3.1\r
-                                                        */\r
-       uint32_t DstConn;               /**< Peripheral Destination Connection type, used in case TransferType is chosen as\r
-                                                       GPDMA_TRANSFERTYPE_M2P or GPDMA_TRANSFERTYPE_P2P, should be one of\r
-                                                       following:\r
-                                                        - GPDMA_CONN_SSP0_Tx: SSP0, Tx\r
-                                                        - GPDMA_CONN_SSP0_Rx: SSP0, Rx\r
-                                                        - GPDMA_CONN_SSP1_Tx: SSP1, Tx\r
-                                                        - GPDMA_CONN_SSP1_Rx: SSP1, Rx\r
-                                                        - GPDMA_CONN_ADC_0: ADC0\r
-                                                        - GPDMA_CONN_ADC_1: ADC1\r
-                                                        - GPDMA_CONN_SCT_0: SCT0\r
-                                                        - GPDMA_CONN_SCT_1: SCT1\r
-                                                        - GPDMA_CONN_I2S_Channel_0: I2S Channel 0\r
-                                                        - GPDMA_CONN_I2S_Channel_1: I2S Channel 1\r
-                                                        - GPDMA_CONN_DAC: DAC\r
-                                                        - GPDMA_CONN_SPIFI: SPIFI\r
-                                                        - GPDMA_CONN_UART0_Tx_MAT0_0: UART0 Tx / MAT0.0\r
-                                                        - GPDMA_CONN_UART0_Rx_MAT0_1: UART0 Rx / MAT0.1\r
-                                                        - GPDMA_CONN_UART1_Tx_MAT1_0: UART1 Tx / MAT1.0\r
-                                                        - GPDMA_CONN_UART1_Rx_MAT1_1: UART1 Rx / MAT1.1\r
-                                                        - GPDMA_CONN_UART2_Tx_MAT2_0: UART2 Tx / MAT2.0\r
-                                                        - GPDMA_CONN_UART2_Rx_MAT2_1: UART2 Rx / MAT2.1\r
-                                                        - GPDMA_CONN_UART3_Tx_MAT3_0: UART3 Tx / MAT3.0\r
-                                                        - GPDMA_CONN_UART3_Rx_MAT3_1: UART3 Rx / MAT3.1\r
-                                                        */\r
-       uint32_t DMALLI;                /**< Linker List Item structure data address\r
-                                                       if there's no Linker List, set as '0'\r
-                                                       */\r
-} GPDMA_Channel_CFG_Type;\r
-\r
-/**\r
- * @brief GPDMA Linker List Item structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t SrcAddr;       /**< Source Address */\r
-       uint32_t DstAddr;       /**< Destination address */\r
-       uint32_t NextLLI;       /**< Next LLI address, otherwise set to '0' */\r
-       uint32_t Control;       /**< GPDMA Control of this LLI */\r
-} GPDMA_LLI_Type;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup GPDMA_Public_Functions GPDMA Public Functions\r
- * @{\r
- */\r
-\r
-void GPDMA_Init(void);\r
-\r
-Status GPDMA_Setup(GPDMA_Channel_CFG_Type *GPDMAChannelConfig);\r
-IntStatus GPDMA_IntGetStatus(GPDMA_Status_Type type, uint8_t channel);\r
-void GPDMA_ClearIntPending(GPDMA_StateClear_Type type, uint8_t channel);\r
-void GPDMA_ChannelCmd(uint8_t channelNum, FunctionalState NewState);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_GPDMA_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpio.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_gpio.h
deleted file mode 100644 (file)
index 26b8880..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_gpio.h          2011-06-02\r
-*//**\r
-* @file                lpc18xx_gpio.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for GPIO firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup GPIO     GPIO (General Purpose I/O)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_GPIO_H_\r
-#define LPC18XX_GPIO_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup GPIO_Public_Macros GPIO Public Macros\r
- * @{\r
- */\r
-#if 0\r
-/** General LPC GPIO Base */\r
-#define LPC_GPIO_BASE  LPC_GPIO0_BASE\r
-/** Fast GPIO port 0 byte accessible definition */\r
-#define GPIO0_Byte     ((GPIO_Byte_TypeDef *)(LPC_GPIO_BASE+0x00))\r
-/** Fast GPIO port 1 byte accessible definition */\r
-#define GPIO1_Byte     ((GPIO_Byte_TypeDef *)(LPC_GPIO_BASE+0x20))\r
-/** Fast GPIO port 2 byte accessible definition */\r
-#define GPIO2_Byte     ((GPIO_Byte_TypeDef *)(LPC_GPIO_BASE+0x40))\r
-/** Fast GPIO port 3 byte accessible definition */\r
-#define GPIO3_Byte     ((GPIO_Byte_TypeDef *)(LPC_GPIO_BASE+0x60))\r
-/** Fast GPIO port 4 byte accessible definition */\r
-#define GPIO4_Byte     ((GPIO_Byte_TypeDef *)(LPC_GPIO_BASE+0x80))\r
-\r
-\r
-/** Fast GPIO port 0 half-word accessible definition */\r
-#define GPIO0_HalfWord ((GPIO_HalfWord_TypeDef *)(LPC_GPIO_BASE+0x00))\r
-/** Fast GPIO port 1 half-word accessible definition */\r
-#define GPIO1_HalfWord ((GPIO_HalfWord_TypeDef *)(LPC_GPIO_BASE+0x20))\r
-/** Fast GPIO port 2 half-word accessible definition */\r
-#define GPIO2_HalfWord ((GPIO_HalfWord_TypeDef *)(LPC_GPIO_BASE+0x40))\r
-/** Fast GPIO port 3 half-word accessible definition */\r
-#define GPIO3_HalfWord ((GPIO_HalfWord_TypeDef *)(LPC_GPIO_BASE+0x60))\r
-/** Fast GPIO port 4 half-word accessible definition */\r
-#define GPIO4_HalfWord ((GPIO_HalfWord_TypeDef *)(LPC_GPIO_BASE+0x80))\r
-#endif\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup GPIO_Public_Types GPIO Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief Fast GPIO port byte type definition\r
- */\r
- #if 0\r
-typedef struct {\r
-       __IO uint8_t FIODIR[4];         /**< FIO direction register in byte-align */\r
-          uint32_t RESERVED0[3];       /**< Reserved */\r
-       __IO uint8_t FIOMASK[4];        /**< FIO mask register in byte-align */\r
-       __IO uint8_t FIOPIN[4];         /**< FIO pin register in byte align */\r
-       __IO uint8_t FIOSET[4];         /**< FIO set register in byte-align */\r
-       __O  uint8_t FIOCLR[4];         /**< FIO clear register in byte-align */\r
-} GPIO_Byte_TypeDef;\r
-#endif\r
-\r
-/**\r
- * @brief Fast GPIO port half-word type definition\r
- */\r
- #if 0\r
-typedef struct {\r
-       __IO uint16_t FIODIRL;          /**< FIO direction register lower halfword part */\r
-       __IO uint16_t FIODIRU;          /**< FIO direction register upper halfword part */\r
-          uint32_t RESERVED0[3];       /**< Reserved */\r
-       __IO uint16_t FIOMASKL;         /**< FIO mask register lower halfword part */\r
-       __IO uint16_t FIOMASKU;         /**< FIO mask register upper halfword part */\r
-       __IO uint16_t FIOPINL;          /**< FIO pin register lower halfword part */\r
-       __IO uint16_t FIOPINU;          /**< FIO pin register upper halfword part */\r
-       __IO uint16_t FIOSETL;          /**< FIO set register lower halfword part */\r
-       __IO uint16_t FIOSETU;          /**< FIO set register upper halfword part */\r
-       __O  uint16_t FIOCLRL;          /**< FIO clear register lower halfword part */\r
-       __O  uint16_t FIOCLRU;          /**< FIO clear register upper halfword part */\r
-} GPIO_HalfWord_TypeDef;\r
-#endif\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup GPIO_Public_Functions GPIO Public Functions\r
- * @{\r
- */\r
-\r
-/* GPIO style ------------------------------- */\r
-void GPIO_SetDir(uint8_t portNum, uint32_t bitValue, uint8_t dir);\r
-void GPIO_SetValue(uint8_t portNum, uint32_t bitValue);\r
-void GPIO_ClearValue(uint8_t portNum, uint32_t bitValue);\r
-uint32_t GPIO_ReadValue(uint8_t portNum);\r
-\r
-#ifdef GPIO_INT\r
-void GPIO_IntCmd(uint8_t portNum, uint32_t bitValue, uint8_t edgeState);\r
-FunctionalState GPIO_GetIntStatus(uint8_t portNum, uint32_t pinNum, uint8_t edgeState);\r
-void GPIO_ClearInt(uint8_t portNum, uint32_t bitValue);\r
-#endif\r
-\r
-\r
-/* FIO (word-accessible) style ------------------------------- */\r
-void FIO_SetDir(uint8_t portNum, uint32_t bitValue, uint8_t dir);\r
-void FIO_SetValue(uint8_t portNum, uint32_t bitValue);\r
-void FIO_ClearValue(uint8_t portNum, uint32_t bitValue);\r
-uint32_t FIO_ReadValue(uint8_t portNum);\r
-void FIO_SetMask(uint8_t portNum, uint32_t bitValue, uint8_t maskValue);\r
-\r
-#ifdef GPIO_INT\r
-void FIO_IntCmd(uint8_t portNum, uint32_t bitValue, uint8_t edgeState);\r
-FunctionalState FIO_GetIntStatus(uint8_t portNum, uint32_t pinNum, uint8_t edgeState);\r
-void FIO_ClearInt(uint8_t portNum, uint32_t pinNum);\r
-#endif\r
-\r
-#if 0\r
-/* FIO (halfword-accessible) style ------------------------------- */\r
-void FIO_HalfWordSetDir(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue, uint8_t dir);\r
-void FIO_HalfWordSetMask(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue, uint8_t maskValue);\r
-void FIO_HalfWordSetValue(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue);\r
-void FIO_HalfWordClearValue(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue);\r
-uint16_t FIO_HalfWordReadValue(uint8_t portNum, uint8_t halfwordNum);\r
-\r
-\r
-/* FIO (byte-accessible) style ------------------------------- */\r
-void FIO_ByteSetDir(uint8_t portNum, uint8_t byteNum, uint8_t bitValue, uint8_t dir);\r
-void FIO_ByteSetMask(uint8_t portNum, uint8_t byteNum, uint8_t bitValue, uint8_t maskValue);\r
-void FIO_ByteSetValue(uint8_t portNum, uint8_t byteNum, uint8_t bitValue);\r
-void FIO_ByteClearValue(uint8_t portNum, uint8_t byteNum, uint8_t bitValue);\r
-uint8_t FIO_ByteReadValue(uint8_t portNum, uint8_t byteNum);\r
-#endif\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_GPIO_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2c.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2c.h
deleted file mode 100644 (file)
index 04204e6..0000000
+++ /dev/null
@@ -1,383 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_i2c.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_i2c.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for I2C firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup I2C I2C (Inter-Integrated Circuit)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_I2C_H_\r
-#define LPC18XX_I2C_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup I2C_Private_Macros I2C Private Macros\r
- * @{\r
- */\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/*******************************************************************//**\r
- * I2C Control Set register description\r
- *********************************************************************/\r
-#define I2C_I2CONSET_AA                                ((0x04)) /*!< Assert acknowledge flag */\r
-#define I2C_I2CONSET_SI                                ((0x08)) /*!< I2C interrupt flag */\r
-#define I2C_I2CONSET_STO                       ((0x10)) /*!< STOP flag */\r
-#define I2C_I2CONSET_STA                       ((0x20)) /*!< START flag */\r
-#define I2C_I2CONSET_I2EN                      ((0x40)) /*!< I2C interface enable */\r
-\r
-/*******************************************************************//**\r
- * I2C Control Clear register description\r
- *********************************************************************/\r
-/** Assert acknowledge Clear bit */\r
-#define I2C_I2CONCLR_AAC                       ((1<<2))\r
-/** I2C interrupt Clear bit */\r
-#define I2C_I2CONCLR_SIC                       ((1<<3))\r
-/** START flag Clear bit */\r
-#define I2C_I2CONCLR_STAC                      ((1<<5))\r
-/** I2C interface Disable bit */\r
-#define I2C_I2CONCLR_I2ENC                     ((1<<6))\r
-\r
-/********************************************************************//**\r
- * I2C Status Code definition (I2C Status register)\r
- *********************************************************************/\r
-/* Return Code in I2C status register */\r
-#define I2C_STAT_CODE_BITMASK          ((0xF8))\r
-\r
-/* I2C return status code definitions ----------------------------- */\r
-\r
-/** No relevant information */\r
-#define I2C_I2STAT_NO_INF                                              ((0xF8))\r
-\r
-/* Master transmit mode -------------------------------------------- */\r
-/** A start condition has been transmitted */\r
-#define I2C_I2STAT_M_TX_START                                  ((0x08))\r
-/** A repeat start condition has been transmitted */\r
-#define I2C_I2STAT_M_TX_RESTART                                        ((0x10))\r
-/** SLA+W has been transmitted, ACK has been received */\r
-#define I2C_I2STAT_M_TX_SLAW_ACK                               ((0x18))\r
-/** SLA+W has been transmitted, NACK has been received */\r
-#define I2C_I2STAT_M_TX_SLAW_NACK                              ((0x20))\r
-/** Data has been transmitted, ACK has been received */\r
-#define I2C_I2STAT_M_TX_DAT_ACK                                        ((0x28))\r
-/** Data has been transmitted, NACK has been received */\r
-#define I2C_I2STAT_M_TX_DAT_NACK                               ((0x30))\r
-/** Arbitration lost in SLA+R/W or Data bytes */\r
-#define I2C_I2STAT_M_TX_ARB_LOST                               ((0x38))\r
-\r
-/* Master receive mode -------------------------------------------- */\r
-/** A start condition has been transmitted */\r
-#define I2C_I2STAT_M_RX_START                                  ((0x08))\r
-/** A repeat start condition has been transmitted */\r
-#define I2C_I2STAT_M_RX_RESTART                                        ((0x10))\r
-/** Arbitration lost */\r
-#define I2C_I2STAT_M_RX_ARB_LOST                               ((0x38))\r
-/** SLA+R has been transmitted, ACK has been received */\r
-#define I2C_I2STAT_M_RX_SLAR_ACK                               ((0x40))\r
-/** SLA+R has been transmitted, NACK has been received */\r
-#define I2C_I2STAT_M_RX_SLAR_NACK                              ((0x48))\r
-/** Data has been received, ACK has been returned */\r
-#define I2C_I2STAT_M_RX_DAT_ACK                                        ((0x50))\r
-/** Data has been received, NACK has been return */\r
-#define I2C_I2STAT_M_RX_DAT_NACK                               ((0x58))\r
-\r
-/* Slave receive mode -------------------------------------------- */\r
-/** Own slave address has been received, ACK has been returned */\r
-#define I2C_I2STAT_S_RX_SLAW_ACK                               ((0x60))\r
-\r
-/** Arbitration lost in SLA+R/W as master */\r
-#define I2C_I2STAT_S_RX_ARB_LOST_M_SLA                 ((0x68))\r
-/** Own SLA+W has been received, ACK returned */\r
-//#define I2C_I2STAT_S_RX_SLAW_ACK                             ((0x68))\r
-\r
-/** General call address has been received, ACK has been returned */\r
-#define I2C_I2STAT_S_RX_GENCALL_ACK                            ((0x70))\r
-\r
-/** Arbitration lost in SLA+R/W (GENERAL CALL) as master */\r
-#define I2C_I2STAT_S_RX_ARB_LOST_M_GENCALL             ((0x78))\r
-/** General call address has been received, ACK has been returned */\r
-//#define I2C_I2STAT_S_RX_GENCALL_ACK                          ((0x78))\r
-\r
-/** Previously addressed with own SLV address;\r
- * Data has been received, ACK has been return */\r
-#define I2C_I2STAT_S_RX_PRE_SLA_DAT_ACK                        ((0x80))\r
-/** Previously addressed with own SLA;\r
- * Data has been received and NOT ACK has been return */\r
-#define I2C_I2STAT_S_RX_PRE_SLA_DAT_NACK               ((0x88))\r
-/** Previously addressed with General Call;\r
- * Data has been received and ACK has been return */\r
-#define I2C_I2STAT_S_RX_PRE_GENCALL_DAT_ACK            ((0x90))\r
-/** Previously addressed with General Call;\r
- * Data has been received and NOT ACK has been return */\r
-#define I2C_I2STAT_S_RX_PRE_GENCALL_DAT_NACK   ((0x98))\r
-/** A STOP condition or repeated START condition has\r
- * been received while still addressed as SLV/REC\r
- * (Slave Receive) or SLV/TRX (Slave Transmit) */\r
-#define I2C_I2STAT_S_RX_STA_STO_SLVREC_SLVTRX  ((0xA0))\r
-\r
-/** Slave transmit mode */\r
-/** Own SLA+R has been received, ACK has been returned */\r
-#define I2C_I2STAT_S_TX_SLAR_ACK                               ((0xA8))\r
-\r
-/** Arbitration lost in SLA+R/W as master */\r
-#define I2C_I2STAT_S_TX_ARB_LOST_M_SLA                 ((0xB0))\r
-/** Own SLA+R has been received, ACK has been returned */\r
-//#define I2C_I2STAT_S_TX_SLAR_ACK                             ((0xB0))\r
-\r
-/** Data has been transmitted, ACK has been received */\r
-#define I2C_I2STAT_S_TX_DAT_ACK                                        ((0xB8))\r
-/** Data has been transmitted, NACK has been received */\r
-#define I2C_I2STAT_S_TX_DAT_NACK                               ((0xC0))\r
-/** Last data byte in I2DAT has been transmitted (AA = 0);\r
- ACK has been received */\r
-#define I2C_I2STAT_S_TX_LAST_DAT_ACK                   ((0xC8))\r
-\r
-/** Time out in case of using I2C slave mode */\r
-#define I2C_SLAVE_TIME_OUT                                             0x10000UL\r
-\r
-/********************************************************************//**\r
- * I2C Data register definition\r
- *********************************************************************/\r
-/** Mask for I2DAT register*/\r
-#define I2C_I2DAT_BITMASK                      ((0xFF))\r
-\r
-/** Idle data value will be send out in slave mode in case of the actual\r
- * expecting data requested from the master is greater than its sending data\r
- * length that can be supported */\r
-#define I2C_I2DAT_IDLE_CHAR                    (0xFF)\r
-\r
-/********************************************************************//**\r
- * I2C Monitor mode control register description\r
- *********************************************************************/\r
-#define I2C_I2MMCTRL_MM_ENA                    ((1<<0))                /**< Monitor mode enable */\r
-#define I2C_I2MMCTRL_ENA_SCL           ((1<<1))                /**< SCL output enable */\r
-#define I2C_I2MMCTRL_MATCH_ALL         ((1<<2))                /**< Select interrupt register match */\r
-#define I2C_I2MMCTRL_BITMASK           ((0x07))                /**< Mask for I2MMCTRL register */\r
-\r
-/********************************************************************//**\r
- * I2C Data buffer register description\r
- *********************************************************************/\r
-/** I2C Data buffer register bit mask */\r
-#define I2DATA_BUFFER_BITMASK          ((0xFF))\r
-\r
-/********************************************************************//**\r
- * I2C Slave Address registers definition\r
- *********************************************************************/\r
-/** General Call enable bit */\r
-#define I2C_I2ADR_GC                           ((1<<0))\r
-/** I2C Slave Address registers bit mask */\r
-#define I2C_I2ADR_BITMASK                      ((0xFF))\r
-\r
-/********************************************************************//**\r
- * I2C Mask Register definition\r
- *********************************************************************/\r
-/** I2C Mask Register mask field */\r
-#define I2C_I2MASK_MASK(n)                     ((n&0xFE))\r
-\r
-/********************************************************************//**\r
- * I2C SCL HIGH duty cycle Register definition\r
- *********************************************************************/\r
-/** I2C SCL HIGH duty cycle Register bit mask */\r
-#define I2C_I2SCLH_BITMASK                     ((0xFFFF))\r
-\r
-/********************************************************************//**\r
- * I2C SCL LOW duty cycle Register definition\r
- *********************************************************************/\r
-/** I2C SCL LOW duty cycle Register bit mask */\r
-#define I2C_I2SCLL_BITMASK                     ((0xFFFF))\r
-\r
-/* I2C status values */\r
-#define I2C_SETUP_STATUS_ARBF   (1<<8) /**< Arbitration false */\r
-#define I2C_SETUP_STATUS_NOACKF (1<<9) /**< No ACK returned */\r
-#define I2C_SETUP_STATUS_DONE   (1<<10)        /**< Status DONE */\r
-\r
-/*********************************************************************//**\r
- * I2C monitor control configuration defines\r
- **********************************************************************/\r
-#define I2C_MONITOR_CFG_SCL_OUTPUT     I2C_I2MMCTRL_ENA_SCL            /**< SCL output enable */\r
-#define I2C_MONITOR_CFG_MATCHALL       I2C_I2MMCTRL_MATCH_ALL          /**< Select interrupt register match */\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/* Macros check I2C slave address */\r
-#define PARAM_I2C_SLAVEADDR_CH(n)      (n<=3)\r
-\r
-/** Macro to determine if it is valid SSP port number */\r
-#define PARAM_I2Cx(n)  ((((uint32_t *)n)==((uint32_t *)LPC_I2C0)) \\r
-|| (((uint32_t *)n)==((uint32_t *)LPC_I2C1)))\r
-\r
-/* Macros check I2C monitor configuration type */\r
-#define PARAM_I2C_MONITOR_CFG(n) ((n==I2C_MONITOR_CFG_SCL_OUTPUT) || (I2C_MONITOR_CFG_MATCHALL))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup I2C_Public_Types I2C Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief I2C Own slave address setting structure
- */\r
-typedef struct {\r
-       uint8_t SlaveAddrChannel;       /**< Slave Address channel in I2C control,\r
-                                                               should be in range from 0..3\r
-                                                               */\r
-       uint8_t SlaveAddr_7bit;         /**< Value of 7-bit slave address */\r
-       uint8_t GeneralCallState;       /**< Enable/Disable General Call Functionality\r
-                                                               when I2C control being in Slave mode, should be:\r
-                                                               - ENABLE: Enable General Call function.\r
-                                                               - DISABLE: Disable General Call function.\r
-                                                               */\r
-       uint8_t SlaveAddrMaskValue;     /**< Any bit in this 8-bit value (bit 7:1)\r
-                                                               which is set to '1' will cause an automatic compare on\r
-                                                               the corresponding bit of the received address when it\r
-                                                               is compared to the SlaveAddr_7bit value associated with this\r
-                                                               mask register. In other words, bits in SlaveAddr_7bit value\r
-                                                               which are masked are not taken into account in determining\r
-                                                               an address match\r
-                                                               */\r
-} I2C_OWNSLAVEADDR_CFG_Type;\r
-\r
-\r
-/**\r
- * @brief Master transfer setup data structure definitions\r
- */\r
-typedef struct\r
-{\r
-  uint32_t          sl_addr7bit;                               /**< Slave address in 7bit mode */\r
-  uint8_t*          tx_data;                                   /**< Pointer to Transmit data - NULL if data transmit\r
-                                                                                                         is not used */\r
-  uint32_t          tx_length;                                 /**< Transmit data length - 0 if data transmit\r
-                                                                                                         is not used*/\r
-  uint32_t          tx_count;                                  /**< Current Transmit data counter */\r
-  uint8_t*          rx_data;                                   /**< Pointer to Receive data - NULL if data receive\r
-                                                                                                         is not used */\r
-  uint32_t          rx_length;                                 /**< Receive data length - 0 if data receive is\r
-                                                                                                          not used */\r
-  uint32_t          rx_count;                                  /**< Current Receive data counter */\r
-  uint32_t          retransmissions_max;               /**< Max Re-Transmission value */\r
-  uint32_t          retransmissions_count;             /**< Current Re-Transmission counter */\r
-  uint32_t          status;                                            /**< Current status of I2C activity */\r
-  void                                 (*callback)(void);                      /**< Pointer to Call back function when transmission complete\r
-                                                                                                       used in interrupt transfer mode */\r
-} I2C_M_SETUP_Type;\r
-\r
-\r
-/**\r
- * @brief Slave transfer setup data structure definitions\r
- */\r
-typedef struct\r
-{\r
-  uint8_t*          tx_data;                                   /**< Pointer to transmit data - NULL if data transmit is not used */\r
-  uint32_t          tx_length;                                 /**< Transmit data length - 0 if data transmit is not used */\r
-  uint32_t          tx_count;                                  /**< Current transmit data counter      */\r
-  uint8_t*          rx_data;                                   /**< Pointer to receive data - NULL if data received is not used */\r
-  uint32_t          rx_length;                                 /**< Receive data length - 0 if data receive is not used */\r
-  uint32_t          rx_count;                                  /**< Current receive data counter */\r
-  uint32_t          status;                                            /**< Current status of I2C activity */\r
-  void                                 (*callback)(void);                      /**< Pointer to call-back function when transmission complete\r
-                                                                                                       used by interrupt transfer mode */\r
-} I2C_S_SETUP_Type;\r
-\r
-/**\r
- * @brief Transfer option type definitions\r
- */\r
-typedef enum {\r
-       I2C_TRANSFER_POLLING = 0,               /**< Transfer in polling mode */\r
-       I2C_TRANSFER_INTERRUPT                  /**< Transfer in interrupt mode */\r
-} I2C_TRANSFER_OPT_Type;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup I2C_Public_Functions I2C Public Functions\r
- * @{\r
- */\r
-\r
-/* I2C Init/DeInit functions ---------- */\r
-void I2C_Init(LPC_I2Cn_Type *I2Cx, uint32_t clockrate);\r
-void I2C_DeInit(LPC_I2Cn_Type* I2Cx);\r
-//void I2C_SetClock (LPC_I2Cn_Type *I2Cx, uint32_t target_clock);\r
-void I2C_Cmd(LPC_I2Cn_Type* I2Cx, FunctionalState NewState);\r
-\r
-/* I2C transfer data functions -------- */\r
-Status I2C_MasterTransferData(LPC_I2Cn_Type *I2Cx, \\r
-               I2C_M_SETUP_Type *TransferCfg, I2C_TRANSFER_OPT_Type Opt);\r
-Status I2C_SlaveTransferData(LPC_I2Cn_Type *I2Cx, \\r
-               I2C_S_SETUP_Type *TransferCfg, I2C_TRANSFER_OPT_Type Opt);\r
-uint32_t I2C_MasterTransferComplete(LPC_I2Cn_Type *I2Cx);\r
-uint32_t I2C_SlaveTransferComplete(LPC_I2Cn_Type *I2Cx);\r
-\r
-\r
-void I2C_SetOwnSlaveAddr(LPC_I2Cn_Type *I2Cx, I2C_OWNSLAVEADDR_CFG_Type *OwnSlaveAddrConfigStruct);\r
-uint8_t I2C_GetLastStatusCode(LPC_I2Cn_Type* I2Cx);\r
-\r
-/* I2C Monitor functions ---------------*/\r
-void I2C_MonitorModeConfig(LPC_I2Cn_Type *I2Cx, uint32_t MonitorCfgType, FunctionalState NewState);\r
-void I2C_MonitorModeCmd(LPC_I2Cn_Type *I2Cx, FunctionalState NewState);\r
-uint8_t I2C_MonitorGetDatabuffer(LPC_I2Cn_Type *I2Cx);\r
-BOOL_8 I2C_MonitorHandler(LPC_I2Cn_Type *I2Cx, uint8_t *buffer, uint32_t size);\r
-\r
-/* I2C Interrupt handler functions ------*/\r
-void I2C_IntCmd (LPC_I2Cn_Type *I2Cx, Bool NewState);\r
-void I2C_MasterHandler (LPC_I2Cn_Type *I2Cx);\r
-void I2C_SlaveHandler (LPC_I2Cn_Type *I2Cx);\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_I2C_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2s.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_i2s.h
deleted file mode 100644 (file)
index a86558a..0000000
+++ /dev/null
@@ -1,369 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_i2s.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_i2s.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for I2S firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup I2S I2S (Inter-IC Sound)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_I2S_H_\r
-#define LPC18XX_I2S_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup I2S_Private_Macros I2S Private Macros\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * I2S configuration parameter defines\r
- **********************************************************************/\r
-/** I2S Wordwidth bit */\r
-#define I2S_WORDWIDTH_8                ((uint32_t)(0))\r
-#define I2S_WORDWIDTH_16       ((uint32_t)(1))\r
-#define I2S_WORDWIDTH_32       ((uint32_t)(3))\r
-/** I2S Channel bit */\r
-#define I2S_STEREO                     ((uint32_t)(0))\r
-#define I2S_MONO                       ((uint32_t)(1))\r
-/** I2S Master/Slave mode bit */\r
-#define I2S_MASTER_MODE                ((uint8_t)(0))\r
-#define I2S_SLAVE_MODE         ((uint8_t)(1))\r
-/** I2S Stop bit */\r
-#define I2S_STOP_ENABLE                ((uint8_t)(1))\r
-#define I2S_STOP_DISABLE       ((uint8_t)(0))\r
-/** I2S Reset bit */\r
-#define I2S_RESET_ENABLE       ((uint8_t)(1))\r
-#define I2S_RESET_DISABLE      ((uint8_t)(0))\r
-/** I2S Mute bit */\r
-#define I2S_MUTE_ENABLE                ((uint8_t)(1))\r
-#define I2S_MUTE_DISABLE       ((uint8_t)(0))\r
-/** I2S Transmit/Receive bit */\r
-#define I2S_TX_MODE                    ((uint8_t)(0))\r
-#define I2S_RX_MODE                    ((uint8_t)(1))\r
-/** I2S Clock Select bit */\r
-#define I2S_CLKSEL_FRDCLK      ((uint8_t)(0))\r
-#define I2S_CLKSEL_MCLK                ((uint8_t)(2))\r
-/** I2S 4-pin Mode bit */\r
-#define I2S_4PIN_ENABLE        ((uint8_t)(1))\r
-#define I2S_4PIN_DISABLE       ((uint8_t)(0))\r
-/** I2S MCLK Enable bit */\r
-#define I2S_MCLK_ENABLE                ((uint8_t)(1))\r
-#define I2S_MCLK_DISABLE       ((uint8_t)(0))\r
-/** I2S select DMA bit */\r
-#define I2S_DMA_1                      ((uint8_t)(0))\r
-#define I2S_DMA_2                      ((uint8_t)(1))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DAO-Digital Audio Output register\r
- **********************************************************************/\r
-/** I2S wordwide - the number of bytes in data*/\r
-#define I2S_DAO_WORDWIDTH_8            ((uint32_t)(0))         /** 8 bit       */\r
-#define I2S_DAO_WORDWIDTH_16   ((uint32_t)(1))         /** 16 bit      */\r
-#define I2S_DAO_WORDWIDTH_32   ((uint32_t)(3))         /** 32 bit      */\r
-/** I2S control mono or stereo format */\r
-#define I2S_DAO_MONO                   ((uint32_t)(1<<2))\r
-/** I2S control stop mode */\r
-#define I2S_DAO_STOP                   ((uint32_t)(1<<3))\r
-/** I2S control reset mode */\r
-#define I2S_DAO_RESET                  ((uint32_t)(1<<4))\r
-/** I2S control master/slave mode */\r
-#define I2S_DAO_SLAVE                  ((uint32_t)(1<<5))\r
-/** I2S word select half period minus one */\r
-#define I2S_DAO_WS_HALFPERIOD(n)       ((uint32_t)(n<<6))\r
-/** I2S control mute mode */\r
-#define I2S_DAO_MUTE                   ((uint32_t)(1<<15))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DAI-Digital Audio Input register\r
-**********************************************************************/\r
-/** I2S wordwide - the number of bytes in data*/\r
-#define I2S_DAI_WORDWIDTH_8            ((uint32_t)(0))         /** 8 bit       */\r
-#define I2S_DAI_WORDWIDTH_16   ((uint32_t)(1))         /** 16 bit      */\r
-#define I2S_DAI_WORDWIDTH_32   ((uint32_t)(3))         /** 32 bit      */\r
-/** I2S control mono or stereo format */\r
-#define I2S_DAI_MONO                   ((uint32_t)(1<<2))\r
-/** I2S control stop mode */\r
-#define I2S_DAI_STOP                   ((uint32_t)(1<<3))\r
-/** I2S control reset mode */\r
-#define I2S_DAI_RESET                  ((uint32_t)(1<<4))\r
-/** I2S control master/slave mode */\r
-#define I2S_DAI_SLAVE                  ((uint32_t)(1<<5))\r
-/** I2S word select half period minus one (9 bits)*/\r
-#define I2S_DAI_WS_HALFPERIOD(n)       ((uint32_t)((n&0x1FF)<<6))\r
-/** I2S control mute mode */\r
-#define I2S_DAI_MUTE                   ((uint32_t)(1<<15))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for STAT register (Status Feedback register)\r
-**********************************************************************/\r
-/** I2S Status Receive or Transmit Interrupt */\r
-#define I2S_STATE_IRQ          ((uint32_t)(1))\r
-/** I2S Status Receive or Transmit DMA1 */\r
-#define I2S_STATE_DMA1         ((uint32_t)(1<<1))\r
-/** I2S Status Receive or Transmit DMA2 */\r
-#define I2S_STATE_DMA2         ((uint32_t)(1<<2))\r
-/** I2S Status Current level of the Receive FIFO (5 bits)*/\r
-#define I2S_STATE_RX_LEVEL(n)  ((uint32_t)((n&1F)<<8))\r
-/** I2S Status Current level of the Transmit FIFO (5 bits)*/\r
-#define I2S_STATE_TX_LEVEL(n)  ((uint32_t)((n&1F)<<16))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA1 register (DMA1 Configuration register)\r
-**********************************************************************/\r
-/** I2S control DMA1 for I2S receive */\r
-#define I2S_DMA1_RX_ENABLE             ((uint32_t)(1))\r
-/** I2S control DMA1 for I2S transmit */\r
-#define I2S_DMA1_TX_ENABLE             ((uint32_t)(1<<1))\r
-/** I2S set FIFO level that trigger a receive DMA request on DMA1 */\r
-#define I2S_DMA1_RX_DEPTH(n)   ((uint32_t)((n&0x1F)<<8))\r
-/** I2S set FIFO level that trigger a transmit DMA request on DMA1 */\r
-#define I2S_DMA1_TX_DEPTH(n)   ((uint32_t)((n&0x1F)<<16))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMA2 register (DMA2 Configuration register)\r
-**********************************************************************/\r
-/** I2S control DMA2 for I2S receive */\r
-#define I2S_DMA2_RX_ENABLE             ((uint32_t)(1))\r
-/** I2S control DMA1 for I2S transmit */\r
-#define I2S_DMA2_TX_ENABLE             ((uint32_t)(1<<1))\r
-/** I2S set FIFO level that trigger a receive DMA request on DMA1 */\r
-#define I2S_DMA2_RX_DEPTH(n)   ((uint32_t)((n&0x1F)<<8))\r
-/** I2S set FIFO level that trigger a transmit DMA request on DMA1 */\r
-#define I2S_DMA2_TX_DEPTH(n)   ((uint32_t)((n&0x1F)<<16))\r
-\r
-/*********************************************************************//**\r
-* Macro defines for IRQ register (Interrupt Request Control register)\r
-**********************************************************************/\r
-/** I2S control I2S receive interrupt */\r
-#define I2S_IRQ_RX_ENABLE              ((uint32_t)(1))\r
-/** I2S control I2S transmit interrupt */\r
-#define I2S_IRQ_TX_ENABLE              ((uint32_t)(1<<1))\r
-/** I2S set the FIFO level on which to create an irq request */\r
-#define I2S_IRQ_RX_DEPTH(n)            ((uint32_t)((n&0x1F)<<8))\r
-/** I2S set the FIFO level on which to create an irq request */\r
-#define I2S_IRQ_TX_DEPTH(n)            ((uint32_t)((n&0x1F)<<16))\r
-\r
-/********************************************************************************//**\r
- * Macro defines for TXRATE/RXRATE register (Transmit/Receive Clock Rate register)\r
-*********************************************************************************/\r
-/** I2S Transmit MCLK rate denominator */\r
-#define I2S_TXRATE_Y_DIVIDER(n)        ((uint32_t)(n&0xFF))\r
-/** I2S Transmit MCLK rate denominator */\r
-#define I2S_TXRATE_X_DIVIDER(n)        ((uint32_t)((n&0xFF)<<8))\r
-/** I2S Receive MCLK rate denominator */\r
-#define I2S_RXRATE_Y_DIVIDER(n)        ((uint32_t)(n&0xFF))\r
-/** I2S Receive MCLK rate denominator */\r
-#define I2S_RXRATE_X_DIVIDER(n)        ((uint32_t)((n&0xFF)<<8))\r
-\r
-/*************************************************************************************//**\r
- * Macro defines for TXBITRATE & RXBITRATE register (Transmit/Receive Bit Rate register)\r
-**************************************************************************************/\r
-#define I2S_TXBITRATE(n)       ((uint32_t)(n&0x3F))\r
-#define I2S_RXBITRATE(n)       ((uint32_t)(n&0x3F))\r
-\r
-/**********************************************************************************//**\r
- * Macro defines for TXMODE/RXMODE register (Transmit/Receive Mode Control register)\r
-************************************************************************************/\r
-/** I2S Transmit select clock source (2 bits)*/\r
-#define I2S_TXMODE_CLKSEL(n)   ((uint32_t)(n&0x03))\r
-/** I2S Transmit control 4-pin mode */\r
-#define I2S_TXMODE_4PIN_ENABLE ((uint32_t)(1<<2))\r
-/** I2S Transmit control the TX_MCLK output */\r
-#define I2S_TXMODE_MCENA               ((uint32_t)(1<<3))\r
-/** I2S Receive select clock source */\r
-#define I2S_RXMODE_CLKSEL(n)   ((uint32_t)(n&0x03))\r
-/** I2S Receive control 4-pin mode */\r
-#define I2S_RXMODE_4PIN_ENABLE ((uint32_t)(1<<2))\r
-/** I2S Receive control the TX_MCLK output */\r
-#define I2S_RXMODE_MCENA               ((uint32_t)(1<<3))\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid I2S peripheral */\r
-#define PARAM_I2Sx(n)  ((((uint32_t *)n)==((uint32_t *)LPC_I2S0)) || (((uint32_t *)n)==((uint32_t *)LPC_I2S1)))\r
-/** Macro to check Data to send valid */\r
-#define PRAM_I2S_FREQ(freq)            ((freq>=8000)&&(freq <= 96000))\r
-/* Macro check I2S word width type */\r
-#define PARAM_I2S_WORDWIDTH(n) ((n==I2S_WORDWIDTH_8)||(n==I2S_WORDWIDTH_16)\\r
-||(n==I2S_WORDWIDTH_32))\r
-/* Macro check I2S channel type */\r
-#define PARAM_I2S_CHANNEL(n)   ((n==I2S_STEREO)||(n==I2S_MONO))\r
-/* Macro check I2S master/slave mode */\r
-#define PARAM_I2S_WS_SEL(n)            ((n==I2S_MASTER_MODE)||(n==I2S_SLAVE_MODE))\r
-/* Macro check I2S stop mode */\r
-#define PARAM_I2S_STOP(n)      ((n==I2S_STOP_ENABLE)||(n==I2S_STOP_DISABLE))\r
-/* Macro check I2S reset mode */\r
-#define PARAM_I2S_RESET(n)     ((n==I2S_RESET_ENABLE)||(n==I2S_RESET_DISABLE))\r
-/* Macro check I2S reset mode */\r
-#define PARAM_I2S_MUTE(n)      ((n==I2S_MUTE_ENABLE)||(n==I2S_MUTE_DISABLE))\r
-/* Macro check I2S transmit/receive mode */\r
-#define PARAM_I2S_TRX(n)               ((n==I2S_TX_MODE)||(n==I2S_RX_MODE))\r
-/* Macro check I2S clock select mode */\r
-#define PARAM_I2S_CLKSEL(n)            ((n==I2S_CLKSEL_FRDCLK)||(n==I2S_CLKSEL_MCLK))\r
-/* Macro check I2S 4-pin mode */\r
-#define PARAM_I2S_4PIN(n)      ((n==I2S_4PIN_ENABLE)||(n==I2S_4PIN_DISABLE))\r
-/* Macro check I2S MCLK mode */\r
-#define PARAM_I2S_MCLK(n)      ((n==I2S_MCLK_ENABLE)||(n==I2S_MCLK_DISABLE))\r
-/* Macro check I2S DMA mode */\r
-#define PARAM_I2S_DMA(n)               ((n==I2S_DMA_1)||(n==I2S_DMA_2))\r
-/* Macro check I2S DMA depth value */\r
-#define PARAM_I2S_DMA_DEPTH(n) ((n<=31))\r
-/* Macro check I2S irq level value */\r
-#define PARAM_I2S_IRQ_LEVEL(n) ((n<=31))\r
-/* Macro check I2S half-period value */\r
-#define PARAM_I2S_HALFPERIOD(n)        ((n>0)&&(n<512))\r
-/* Macro check I2S bit-rate value */\r
-#define PARAM_I2S_BITRATE(n)   ((n<=63))\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup I2S_Public_Types I2S Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief I2S configuration structure definition\r
- */\r
-typedef struct {\r
-       uint8_t wordwidth;              /** the number of bytes in data as follow:\r
-                                                               -I2S_WORDWIDTH_8: 8 bit data\r
-                                                               -I2S_WORDWIDTH_16: 16 bit data\r
-                                                               -I2S_WORDWIDTH_32: 32 bit data */\r
-       uint8_t mono;                   /** Set mono/stereo mode, should be:\r
-                                                               - I2S_STEREO: stereo mode\r
-                                                               - I2S_MONO: mono mode */\r
-       uint8_t stop;                   /** Disables accesses on FIFOs, should be:\r
-                                                               - I2S_STOP_ENABLE: enable stop mode\r
-                                                               - I2S_STOP_DISABLE: disable stop mode */\r
-       uint8_t reset;                  /** Asynchronously reset tje transmit channel and FIFO, should be:\r
-                                                               - I2S_RESET_ENABLE: enable reset mode\r
-                                                               - I2S_RESET_DISABLE: disable reset mode */\r
-       uint8_t ws_sel;                 /** Set Master/Slave mode, should be:\r
-                                                               - I2S_MASTER_MODE: I2S master mode\r
-                                                               - I2S_SLAVE_MODE: I2S slave mode */\r
-       uint8_t mute;                   /** MUTE mode: when true, the transmit channel sends only zeroes, shoule be:\r
-                                                               - I2S_MUTE_ENABLE: enable mute mode\r
-                                                               - I2S_MUTE_DISABLE: disable mute mode */\r
-       uint8_t Reserved0[2];\r
-} I2S_CFG_Type;\r
-\r
-/**\r
- * @brief I2S DMA configuration structure definition\r
- */\r
-typedef struct {\r
-       uint8_t DMAIndex;               /** Select DMA1 or DMA2, should be:\r
-                                                               - I2S_DMA_1: DMA1\r
-                                                               - I2S_DMA_2: DMA2 */\r
-       uint8_t depth;                  /** FIFO level that triggers a DMA request */\r
-       uint8_t Reserved0[2];\r
-}I2S_DMAConf_Type;\r
-\r
-/**\r
- * @brief I2S mode configuration structure definition\r
- */\r
-typedef struct{\r
-       uint8_t clksel;                 /** Clock source selection, should be:\r
-                                                               - I2S_CLKSEL_FRDCLK: Select the fractional rate divider clock output\r
-                                                               - I2S_CLKSEL_MCLK: Select the MCLK signal as the clock source */\r
-       uint8_t fpin;                   /** Select four pin mode, should be:\r
-                                                               - I2S_4PIN_ENABLE: 4-pin enable\r
-                                                               - I2S_4PIN_DISABLE: 4-pin disable */\r
-       uint8_t mcena;                  /** Select MCLK mode, should be:\r
-                                                               - I2S_MCLK_ENABLE: MCLK enable for output\r
-                                                               - I2S_MCLK_DISABLE: MCLK disable for output */\r
-       uint8_t Reserved;\r
-}I2S_MODEConf_Type;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup I2S_Public_Functions I2S Public Functions\r
- * @{\r
- */\r
-/* I2S Init/DeInit functions ---------*/\r
-void I2S_Init(LPC_I2Sn_Type *I2Sx);\r
-void I2S_DeInit(LPC_I2Sn_Type *I2Sx);\r
-\r
-/* I2S configuration functions --------*/\r
-void I2S_Config(LPC_I2Sn_Type *I2Sx, uint8_t TRMode, I2S_CFG_Type* ConfigStruct);\r
-Status I2S_FreqConfig(LPC_I2Sn_Type *I2Sx, uint32_t Freq, uint8_t TRMode);\r
-void I2S_SetBitRate(LPC_I2Sn_Type *I2Sx, uint8_t bitrate, uint8_t TRMode);\r
-void I2S_ModeConfig(LPC_I2Sn_Type *I2Sx, I2S_MODEConf_Type* ModeConfig, uint8_t TRMode);\r
-uint8_t I2S_GetLevel(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-\r
-/* I2S operate functions -------------*/\r
-void I2S_Send(LPC_I2Sn_Type *I2Sx, uint32_t BufferData);\r
-uint32_t I2S_Receive(LPC_I2Sn_Type* I2Sx);\r
-void I2S_Start(LPC_I2Sn_Type *I2Sx);\r
-void I2S_Pause(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-void I2S_Mute(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-void I2S_Stop(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-\r
-/* I2S DMA functions ----------------*/\r
-void I2S_DMAConfig(LPC_I2Sn_Type *I2Sx, I2S_DMAConf_Type* DMAConfig, uint8_t TRMode);\r
-void I2S_DMACmd(LPC_I2Sn_Type *I2Sx, uint8_t DMAIndex,uint8_t TRMode, FunctionalState NewState);\r
-\r
-/* I2S IRQ functions ----------------*/\r
-void I2S_IRQCmd(LPC_I2Sn_Type *I2Sx,uint8_t TRMode, FunctionalState NewState);\r
-void I2S_IRQConfig(LPC_I2Sn_Type *I2Sx, uint8_t TRMode, uint8_t level);\r
-FunctionalState I2S_GetIRQStatus(LPC_I2Sn_Type *I2Sx,uint8_t TRMode);\r
-uint8_t I2S_GetIRQDepth(LPC_I2Sn_Type *I2Sx,uint8_t TRMode);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* LPC18XX_I2S_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_lcd.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_lcd.h
deleted file mode 100644 (file)
index f57015f..0000000
+++ /dev/null
@@ -1,224 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_lcd.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_lcd.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for LCD Driver\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup LCD LCD\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __LPC18XX_LCD_H_\r
-#define __LPC18XX_LCD_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup LCD_Private_Macros LCD Private Macros\r
- * @{\r
- */\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/* LCD control enable bit */\r
-#define CLCDC_LCDCTRL_ENABLE    _BIT(0)\r
-/* LCD control power enable bit */\r
-#define CLCDC_LCDCTRL_PWR       _BIT(11)\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup LCD_Public_Types LCD Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief LCD enumeration\r
- **********************************************************************/\r
-\r
-/** @brief LCD Interrupt Source */\r
-typedef enum{\r
-       LCD_INT_FUF = _BIT(1),          /* FIFO underflow bit */\r
-       LCD_INT_LNBU = _BIT(2),         /* LCD next base address update bit */\r
-       LCD_INT_VCOMP = _BIT(3),        /* vertical compare bit */\r
-       LCD_INT_BER = _BIT(4)           /* AHB master error interrupt bit */\r
-} LCD_INT_SRC;\r
-\r
-/** @brief LCD signal polarity */\r
-typedef enum {\r
-       LCD_SIGNAL_ACTIVE_HIGH = 0,\r
-       LCD_SIGNAL_ACTIVE_LOW = 1\r
-} LCD_SIGNAL_POLARITY_OPT;\r
-\r
-/** @brief LCD clock edge polarity */\r
-typedef enum {\r
-       LCD_CLK_RISING = 0,\r
-       LCD_CLK_FALLING= 1\r
-} LCD_CLK_EDGE_OPT;\r
-\r
-/** @brief LCD bits per pixel and pixel format */\r
-typedef enum {\r
-       LCD_BPP1 = 0,\r
-       LCD_BPP2,\r
-       LCD_BPP4,\r
-       LCD_BPP8,\r
-       LCD_BPP16,\r
-       LCD_BPP24,\r
-       LCD_BPP16_565,\r
-       LCD_BPP12_444\r
-}LCD_PIXEL_FORMAT_OPT;\r
-\r
-/** @brief LCD color format */\r
-typedef enum {\r
-       LCD_COLOR_FORMAT_RGB = 0,\r
-       LCD_COLOR_FORMAT_BGR\r
-}LCD_COLOR_FORMAT_OPT;\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief LCD structure definitions\r
- **********************************************************************/\r
-/** @brief LCD Palette entry format */\r
-typedef struct\r
-{\r
-       uint32_t Rl:5;\r
-       uint32_t Gl:5;\r
-       uint32_t Bl:5;\r
-       uint32_t Il:1;\r
-       uint32_t Ru:5;\r
-       uint32_t Gu:5;\r
-       uint32_t Bu:5;\r
-       uint32_t Iu:1;\r
-} LCD_PALETTE_ENTRY_Type;\r
-\r
-/** @brief LCD cursor format in 1 byte LBBP */\r
-typedef struct\r
-{\r
-       uint8_t Pixel3:2;\r
-       uint8_t Pixel2:2;\r
-       uint8_t Pixel1:2;\r
-       uint8_t Pixel0:2;\r
-} LCD_CURSOR_PIXEL_Type;\r
-\r
-/** @brief LCD cursor size */\r
-typedef enum\r
-{\r
-       LCD_CURSOR_32x32 = 0,\r
-       LCD_CURSOR_64x64\r
-} LCD_CURSOR_SIZE_OPT;\r
-\r
-/** @brief LCD panel type */\r
-typedef enum\r
-{\r
-       LCD_TFT = 0x02,         /* standard TFT */\r
-       LCD_MONO_4 = 0x01,  /* 4-bit STN mono */\r
-       LCD_MONO_8 = 0x05,  /* 8-bit STN mono */\r
-       LCD_CSTN = 0x00     /* color STN */\r
-} LCD_PANEL_OPT;\r
-\r
-/** @brief LCD porch configuration structure */\r
-typedef struct {\r
-       uint16_t front;         /* front porch setting in clocks */\r
-       uint16_t back;          /* back porch setting in clocks */\r
-}LCD_PORCHCFG_Type;\r
-\r
-/** @brief LCD configuration structure */\r
-typedef struct {\r
-       uint16_t                                screen_width;                   /* Pixels per line */\r
-       uint16_t                                screen_height;                  /* Lines per panel */\r
-       LCD_PORCHCFG_Type               horizontal_porch;               /* porch setting for horizontal */\r
-       LCD_PORCHCFG_Type               vertical_porch;                 /* porch setting for vertical */\r
-       uint16_t                                HSync_pulse_width;              /* HSYNC pulse width in clocks */\r
-       uint16_t                                VSync_pulse_width;              /* VSYNC pulse width in clocks */\r
-       uint8_t                         ac_bias_frequency;      /* AC bias frequency in clocks */\r
-       LCD_SIGNAL_POLARITY_OPT HSync_pol;                              /* HSYNC polarity */\r
-       LCD_SIGNAL_POLARITY_OPT VSync_pol;                              /* VSYNC polarity */\r
-       LCD_CLK_EDGE_OPT                panel_clk_edge;                 /* Panel Clock Edge Polarity */\r
-       LCD_SIGNAL_POLARITY_OPT OE_pol;                                 /* Output Enable polarity */\r
-       uint32_t                                line_end_delay;                 /* 0 if not use */\r
-       LCD_PIXEL_FORMAT_OPT    bits_per_pixel;         /* Maximum bits per pixel the display supports */\r
-       LCD_PANEL_OPT                   lcd_panel_type;         /* LCD panel type */\r
-       LCD_COLOR_FORMAT_OPT    color_format;                   /* BGR or RGB */\r
-       Bool                            dual_panel;             /* Dual panel, TRUE = dual panel display */\r
-       uint16_t                                pcd;\r
-} LCD_CFG_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup LCD_Public_Functions LCD Public Functions\r
- * @{\r
- */\r
-\r
-void LCD_Init(LPC_LCD_Type *LCDx, LCD_CFG_Type *LCD_ConfigStruct);\r
-void LCD_DeInit(LPC_LCD_Type *LCDx);\r
-\r
-void LCD_Power(LPC_LCD_Type *LCDx, FunctionalState OnOff);\r
-void LCD_Enable(LPC_LCD_Type *LCDx, FunctionalState EnDis);\r
-void LCD_SetFrameBuffer(LPC_LCD_Type *LCDx, void* buffer);\r
-void LCD_SetLPFrameBuffer(LPC_LCD_Type *LCDx, void* buffer);\r
-void LCD_LoadPalette(LPC_LCD_Type *LCDx, void* palette);\r
-void LCD_SetInterrupt(LPC_LCD_Type *LCDx, LCD_INT_SRC Int);\r
-void LCD_ClrInterrupt(LPC_LCD_Type *LCDx, LCD_INT_SRC Int);\r
-LCD_INT_SRC LCD_GetInterrupt(LPC_LCD_Type *LCDx);\r
-\r
-void LCD_Cursor_Config(LPC_LCD_Type *LCDx, LCD_CURSOR_SIZE_OPT cursor_size, Bool sync);\r
-void LCD_Cursor_WriteImage(LPC_LCD_Type *LCDx, uint8_t cursor_num, void* Image);\r
-void* LCD_Cursor_GetImageBufferAddress(LPC_LCD_Type *LCDx, uint8_t cursor_num);\r
-void LCD_Cursor_Enable(LPC_LCD_Type *LCDx, uint8_t cursor_num, FunctionalState OnOff);\r
-void LCD_Cursor_LoadPalette0(LPC_LCD_Type *LCDx, uint32_t palette_color);\r
-void LCD_Cursor_LoadPalette1(LPC_LCD_Type *LCDx, uint32_t palette_color);\r
-void LCD_Cursor_SetInterrupt(LPC_LCD_Type *LCDx);\r
-void LCD_Cursor_ClrInterrupt(LPC_LCD_Type *LCDx);\r
-void LCD_Cursor_SetPos(LPC_LCD_Type *LCDx, uint16_t x, uint16_t y);\r
-void LCD_Cursor_SetClipPos(LPC_LCD_Type *LCDx, uint16_t x, uint16_t y);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* __LPC18XX_LCD_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_libcfg_default.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_libcfg_default.h
deleted file mode 100644 (file)
index a3411a0..0000000
+++ /dev/null
@@ -1,192 +0,0 @@
-/*\r
- * Modified for Code Red tools to prevent redefinition of DEBUG macro\r
- * 2011/12/29\r
- */\r
-/**********************************************************************\r
-* $Id$         lpc18xx_libcfg_default.h                2011-06-02\r
-*//**\r
-* @file                lpc18xx_libcfg_default.h\r
-* @brief       Default Library configuration header file\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Library Configuration group ----------------------------------------------------------- */\r
-/** @defgroup LIBCFG_DEFAULT LIBCFG_DEFAULT\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_LIBCFG_DEFAULT_H_\r
-#define LPC18XX_LIBCFG_DEFAULT_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc_types.h"\r
-\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup LIBCFG_DEFAULT_Public_Macros LIBCFG_DEFAULT Public Macros\r
- * @{\r
- */\r
-\r
-/************************** DEBUG MODE DEFINITIONS *********************************/\r
-/* Un-comment the line below to compile the library in DEBUG mode, this will expanse\r
-   the "CHECK_PARAM" macro in the FW library code */\r
-\r
-#ifndef __CODE_RED\r
-#define DEBUG\r
-#endif\r
-\r
-\r
-/******************* PERIPHERAL FW LIBRARY CONFIGURATION DEFINITIONS ***********************/\r
-\r
-/* Comment the line below to disable the specific peripheral inclusion */\r
-\r
-/* GPIO ------------------------------- */\r
-#define _GPIO\r
-\r
-/* EXTI ------------------------------- */\r
-#define _EXTI\r
-\r
-/* UART ------------------------------- */\r
-#define _UART\r
-#define _UART0\r
-#define _UART1\r
-#define _UART2\r
-#define _UART3\r
-\r
-/* SPI ------------------------------- */\r
-#define _SPI\r
-\r
-/* SYSTICK --------------------------- */\r
-#define _SYSTICK\r
-\r
-/* SSP ------------------------------- */\r
-#define _SSP\r
-#define _SSP0\r
-#define _SSP1\r
-\r
-\r
-/* I2C ------------------------------- */\r
-#define _I2C\r
-#define _I2C0\r
-#define _I2C1\r
-#define _I2C2\r
-\r
-/* TIMER ------------------------------- */\r
-#define _TIM\r
-\r
-/* WWDT ------------------------------- */\r
-#define _WWDT\r
-\r
-\r
-/* GPDMA ------------------------------- */\r
-#define _GPDMA\r
-\r
-\r
-/* DAC ------------------------------- */\r
-#define _DAC\r
-\r
-/* DAC ------------------------------- */\r
-#define _ADC\r
-\r
-\r
-/* PWM ------------------------------- */\r
-#define _PWM\r
-#define _PWM1\r
-\r
-/* RTC ------------------------------- */\r
-#define _RTC\r
-\r
-/* I2S ------------------------------- */\r
-#define _I2S\r
-\r
-/* USB device ------------------------------- */\r
-#define _USBDEV\r
-#define _USB_DMA\r
-\r
-/* QEI ------------------------------- */\r
-#define _QEI\r
-\r
-/* MCPWM ------------------------------- */\r
-#define _MCPWM\r
-\r
-/* CAN--------------------------------*/\r
-#define _C_CAN\r
-\r
-/* RIT ------------------------------- */\r
-#define _RIT\r
-\r
-/* EMAC ------------------------------ */\r
-#define _EMAC\r
-\r
-/* SCT ------------------------------ */\r
-#define _SCT\r
-\r
-/* LCD ------------------------------ */\r
-#define _LCD\r
-\r
-/* ATIMER ------------------------------ */\r
-#define _ATIMER\r
-\r
-/* RGU ------------------------------ */\r
-#define _RGU\r
-\r
-/************************** GLOBAL/PUBLIC MACRO DEFINITIONS *********************************/\r
-\r
-#ifdef  DEBUG\r
-/*******************************************************************************\r
-* @brief               The CHECK_PARAM macro is used for function's parameters check.\r
-*                              It is used only if the library is compiled in DEBUG mode.\r
-* @param[in]   expr - If expr is false, it calls check_failed() function\r
-*                      which reports the name of the source file and the source\r
-*                      line number of the call that failed.\r
-*                    - If expr is true, it returns no value.\r
-* @return              None\r
-*******************************************************************************/\r
-#define CHECK_PARAM(expr) ((expr) ? (void)0 : check_failed((uint8_t *)__FILE__, __LINE__))\r
-#else\r
-#define CHECK_PARAM(expr)\r
-#endif /* DEBUG */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup LIBCFG_DEFAULT_Public_Functions LIBCFG_DEFAULT Public Functions\r
- * @{\r
- */\r
-\r
-#ifdef  DEBUG\r
-void check_failed(uint8_t *file, uint32_t line);\r
-#endif\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* LPC18XX_LIBCFG_DEFAULT_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_mcpwm.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_mcpwm.h
deleted file mode 100644 (file)
index 7a8c68b..0000000
+++ /dev/null
@@ -1,338 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_mcpwm.h         2011-06-02\r
-*//**\r
-* @file                lpc18xx_mcpwm.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for Motor Control PWM firmware library on LPC18XX\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup MCPWM MCPWM (Motor Control PWM)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_MCPWM_H_\r
-#define LPC18XX_MCPWM_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup MCPWM_Private_Macros MCPWM Private Macros\r
- * @{\r
- */\r
-/** Edge aligned mode for channel in MCPWM */\r
-#define MCPWM_CHANNEL_EDGE_MODE                        ((uint32_t)(0))\r
-/** Center aligned mode for channel in MCPWM */\r
-#define MCPWM_CHANNEL_CENTER_MODE              ((uint32_t)(1))\r
-\r
-/** Polarity of the MCOA and MCOB pins: Passive state is LOW, active state is HIGH */\r
-#define MCPWM_CHANNEL_PASSIVE_LO               ((uint32_t)(0))\r
-/** Polarity of the MCOA and MCOB pins: Passive state is HIGH, active state is LOW */\r
-#define MCPWM_CHANNEL_PASSIVE_HI               ((uint32_t)(1))\r
-\r
-/* Output Patent in 3-phase DC mode, the internal MCOA0 signal is routed to any or all of\r
- * the six output pins under the control of the bits in this register */\r
-#define MCPWM_PATENT_A0                ((uint32_t)(1<<0))      /**< MCOA0 tracks internal MCOA0 */\r
-#define MCPWM_PATENT_B0                ((uint32_t)(1<<1))      /**< MCOB0 tracks internal MCOA0 */\r
-#define MCPWM_PATENT_A1                ((uint32_t)(1<<2))      /**< MCOA1 tracks internal MCOA0 */\r
-#define MCPWM_PATENT_B1                ((uint32_t)(1<<3))      /**< MCOB1 tracks internal MCOA0 */\r
-#define MCPWM_PATENT_A2                ((uint32_t)(1<<4))      /**< MCOA2 tracks internal MCOA0 */\r
-#define MCPWM_PATENT_B2                ((uint32_t)(1<<5))      /**< MCOB2 tracks internal MCOA0 */\r
-\r
-/* Interrupt type in MCPWM */\r
-/** Limit interrupt for channel (0) */\r
-#define MCPWM_INTFLAG_LIM0     MCPWM_INT_ILIM(0)\r
-/** Match interrupt for channel (0) */\r
-#define MCPWM_INTFLAG_MAT0     MCPWM_INT_IMAT(0)\r
-/** Capture interrupt for channel (0) */\r
-#define MCPWM_INTFLAG_CAP0     MCPWM_INT_ICAP(0)\r
-\r
-/** Limit interrupt for channel (1) */\r
-#define MCPWM_INTFLAG_LIM1     MCPWM_INT_ILIM(1)\r
-/** Match interrupt for channel (1) */\r
-#define MCPWM_INTFLAG_MAT1     MCPWM_INT_IMAT(1)\r
-/** Capture interrupt for channel (1) */\r
-#define MCPWM_INTFLAG_CAP1     MCPWM_INT_ICAP(1)\r
-\r
-/** Limit interrupt for channel (2) */\r
-#define MCPWM_INTFLAG_LIM2     MCPWM_INT_ILIM(2)\r
-/** Match interrupt for channel (2) */\r
-#define MCPWM_INTFLAG_MAT2     MCPWM_INT_IMAT(2)\r
-/** Capture interrupt for channel (2) */\r
-#define MCPWM_INTFLAG_CAP2     MCPWM_INT_ICAP(2)\r
-\r
-/** Fast abort interrupt */\r
-#define MCPWM_INTFLAG_ABORT    MCPWM_INT_ABORT\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Control register\r
- **********************************************************************/\r
-/* MCPWM Control register, these macro definitions below can be applied for these\r
- * register type:\r
- * - MCPWM Control read address\r
- * - MCPWM Control set address\r
- * - MCPWM Control clear address\r
- */\r
-/**< Stops/starts timer channel n */\r
-#define MCPWM_CON_RUN(n)               (((n>=0)&&(n<=2)) ? ((uint32_t)(1<<((n*8)+0))) : (0))\r
-/**< Edge/center aligned operation for channel n */\r
-#define MCPWM_CON_CENTER(n)            (((n<=2)) ? ((uint32_t)(1<<((n*8)+1))) : (0))\r
-/**< Select polarity of the MCOAn and MCOBn pin */\r
-#define MCPWM_CON_POLAR(n)             (((n<=2)) ? ((uint32_t)(1<<((n*8)+2))) : (0))\r
-/**< Control the dead-time feature for channel n */\r
-#define MCPWM_CON_DTE(n)               (((n<=2)) ? ((uint32_t)(1<<((n*8)+3))) : (0))\r
-/**< Enable/Disable update of functional register for channel n */\r
-#define MCPWM_CON_DISUP(n)             (((n<=2)) ? ((uint32_t)(1<<((n*8)+4))) : (0))\r
-/**< Control the polarity for all 3 channels */\r
-#define MCPWM_CON_INVBDC               ((uint32_t)(1<<29))\r
-/**< 3-phase AC mode select */\r
-#define MCPWM_CON_ACMODE               ((uint32_t)(1<<30))\r
-/**< 3-phase DC mode select */\r
-#define MCPWM_CON_DCMODE               (((uint32_t)1<<31))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Capture Control register\r
- **********************************************************************/\r
-/* Capture Control register, these macro definitions below can be applied for these\r
- * register type:\r
- * - MCPWM Capture Control read address\r
- * - MCPWM Capture Control set address\r
- * - MCPWM Capture control clear address\r
- */\r
-/** Enables/Disable channel (cap) capture event on a rising edge on MCI(mci) */\r
-#define MCPWM_CAPCON_CAPMCI_RE(cap,mci)        (((cap<=2)&&(mci<=2)) ? ((uint32_t)(1<<((cap*6)+(mci*2)+0))) : (0))\r
-/** Enables/Disable channel (cap) capture event on a falling edge on MCI(mci) */\r
-#define MCPWM_CAPCON_CAPMCI_FE(cap,mci)        (((cap<=2)&&(mci<=2)) ? ((uint32_t)(1<<((cap*6)+(mci*2)+1))) : (0))\r
-/** TC(n) is reset by channel (n) capture event */\r
-#define MCPWM_CAPCON_RT(n)                             (((n<=2)) ? ((uint32_t)(1<<(18+(n)))) : (0))\r
-/** Hardware noise filter: channel (n) capture events are delayed */\r
-#define MCPWM_CAPCON_HNFCAP(n)                 (((n<=2)) ? ((uint32_t)(1<<(21+(n)))) : (0))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Interrupt register\r
- **********************************************************************/\r
-/* Interrupt registers, these macro definitions below can be applied for these\r
- * register type:\r
- * - MCPWM Interrupt Enable read address\r
- * - MCPWM Interrupt Enable set address\r
- * - MCPWM Interrupt Enable clear address\r
- * - MCPWM Interrupt Flags read address\r
- * - MCPWM Interrupt Flags set address\r
- * - MCPWM Interrupt Flags clear address\r
- */\r
-/** Limit interrupt for channel (n) */\r
-#define MCPWM_INT_ILIM(n)      (((n>=0)&&(n<=2)) ? ((uint32_t)(1<<((n*4)+0))) : (0))\r
-/** Match interrupt for channel (n) */\r
-#define MCPWM_INT_IMAT(n)      (((n>=0)&&(n<=2)) ? ((uint32_t)(1<<((n*4)+1))) : (0))\r
-/** Capture interrupt for channel (n) */\r
-#define MCPWM_INT_ICAP(n)      (((n>=0)&&(n<=2)) ? ((uint32_t)(1<<((n*4)+2))) : (0))\r
-/** Fast abort interrupt */\r
-#define MCPWM_INT_ABORT                ((uint32_t)(1<<15))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Count Control register\r
- **********************************************************************/\r
-/* MCPWM Count Control register, these macro definitions below can be applied for these\r
- * register type:\r
- * - MCPWM Count Control read address\r
- * - MCPWM Count Control set address\r
- * - MCPWM Count Control clear address\r
- */\r
-/** Counter(tc) advances on a rising edge on MCI(mci) pin */\r
-#define MCPWM_CNTCON_TCMCI_RE(tc,mci)  (((tc<=2)&&(mci<=2)) ? ((uint32_t)(1<<((6*tc)+(2*mci)+0))) : (0))\r
-/** Counter(cnt) advances on a falling edge on MCI(mci) pin */\r
-#define MCPWM_CNTCON_TCMCI_FE(tc,mci)  (((tc<=2)&&(mci<=2)) ? ((uint32_t)(1<<((6*tc)+(2*mci)+1))) : (0))\r
-/** Channel (n) is in counter mode */\r
-#define MCPWM_CNTCON_CNTR(n)                   (((n<=2)) ? ((uint32_t)(1<<(29+n))) : (0))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Dead-time register\r
- **********************************************************************/\r
-/** Dead time value x for channel n */\r
-#define MCPWM_DT(n,x)          (((n<=2)) ? ((uint32_t)((x&0x3FF)<<(n*10))) : (0))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Communication Pattern register\r
- **********************************************************************/\r
-#define MCPWM_CP_A0            ((uint32_t)(1<<0))      /**< MCOA0 tracks internal MCOA0 */\r
-#define MCPWM_CP_B0            ((uint32_t)(1<<1))      /**< MCOB0 tracks internal MCOA0 */\r
-#define MCPWM_CP_A1            ((uint32_t)(1<<2))      /**< MCOA1 tracks internal MCOA0 */\r
-#define MCPWM_CP_B1            ((uint32_t)(1<<3))      /**< MCOB1 tracks internal MCOA0 */\r
-#define MCPWM_CP_A2            ((uint32_t)(1<<4))      /**< MCOA2 tracks internal MCOA0 */\r
-#define MCPWM_CP_B2            ((uint32_t)(1<<5))      /**< MCOB2 tracks internal MCOA0 */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for MCPWM Capture clear address register\r
- **********************************************************************/\r
-/** Clear the MCCAP (n) register */\r
-#define MCPWM_CAPCLR_CAP(n)            (((n<=2)) ? ((uint32_t)(1<<n)) : (0))\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup MCPWM_Public_Types MCPWM Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief MCPWM enumeration\r
- **********************************************************************/\r
-/**\r
- * @brief      MCPWM channel identifier definition\r
- */\r
-typedef enum\r
-{\r
-       MCPWM_CHANNEL_0 = 0,            /**< MCPWM channel 0 */\r
-       MCPWM_CHANNEL_1,                        /**< MCPWM channel 1 */\r
-       MCPWM_CHANNEL_2                         /**< MCPWM channel 2 */\r
-} en_MCPWM_Channel_Id;\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief MCPWM structure definitions\r
- **********************************************************************/\r
-/**\r
- * @brief Motor Control PWM Channel Configuration structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t channelType;                                   /**< Edge/center aligned mode for this channel,\r
-                                                                                               should be:\r
-                                                                                               - MCPWM_CHANNEL_EDGE_MODE: Channel is in Edge mode\r
-                                                                                               - MCPWM_CHANNEL_CENTER_MODE: Channel is in Center mode\r
-                                                                                               */\r
-       uint32_t channelPolarity;                               /**< Polarity of the MCOA and MCOB pins, should be:\r
-                                                                                               - MCPWM_CHANNEL_PASSIVE_LO: Passive state is LOW, active state is HIGH\r
-                                                                                               - MCPWM_CHANNEL_PASSIVE_HI: Passive state is HIGH, active state is LOW\r
-                                                                                               */\r
-       uint32_t channelDeadtimeEnable;                 /**< Enable/Disable DeadTime function for channel, should be:\r
-                                                                                               - ENABLE.\r
-                                                                                               - DISABLE.\r
-                                                                                               */\r
-       uint32_t channelDeadtimeValue;                  /**< DeadTime value, should be less than 0x3FF */\r
-       uint32_t channelUpdateEnable;                   /**< Enable/Disable updates of functional registers,\r
-                                                                                                should be:\r
-                                                                                               - ENABLE.\r
-                                                                                               - DISABLE.\r
-                                                                                               */\r
-       uint32_t channelTimercounterValue;              /**< MCPWM Timer Counter value */\r
-       uint32_t channelPeriodValue;                    /**< MCPWM Period value */\r
-       uint32_t channelPulsewidthValue;                /**< MCPWM Pulse Width value */\r
-} MCPWM_CHANNEL_CFG_Type;\r
-\r
-/**\r
- * @brief MCPWM Capture Configuration type definition\r
- */\r
-typedef struct {\r
-       uint32_t captureChannel;                /**< Capture Channel Number, should be in range from 0 to 2 */\r
-       uint32_t captureRising;                 /**< Enable/Disable Capture on Rising Edge event, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-       uint32_t captureFalling;                /**< Enable/Disable Capture on Falling Edge event, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-       uint32_t timerReset;                    /**< Enable/Disable Timer reset function an capture, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-       uint32_t hnfEnable;                             /**< Enable/Disable Hardware noise filter function, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-} MCPWM_CAPTURE_CFG_Type;\r
-\r
-\r
-/**\r
- * @brief MCPWM Count Control Configuration type definition\r
- */\r
-typedef struct {\r
-       uint32_t counterChannel;                /**< Counter Channel Number, should be in range from 0 to 2 */\r
-       uint32_t countRising;                   /**< Enable/Disable Capture on Rising Edge event, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-       uint32_t countFalling;          /**< Enable/Disable Capture on Falling Edge event, should be:\r
-                                                                               - ENABLE.\r
-                                                                               - DISABLE.\r
-                                                                               */\r
-} MCPWM_COUNT_CFG_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup MCPWM_Public_Functions MCPWM Public Functions\r
- * @{\r
- */\r
-\r
-void MCPWM_Init(LPC_MCPWM_Type *MCPWMx);\r
-void MCPWM_ConfigChannel(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                               MCPWM_CHANNEL_CFG_Type * channelSetup);\r
-void MCPWM_WriteToShadow(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                               MCPWM_CHANNEL_CFG_Type *channelSetup);\r
-void MCPWM_ConfigCapture(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                               MCPWM_CAPTURE_CFG_Type *captureConfig);\r
-void MCPWM_ClearCapture(LPC_MCPWM_Type *MCPWMx, uint32_t captureChannel);\r
-uint32_t MCPWM_GetCapture(LPC_MCPWM_Type *MCPWMx, uint32_t captureChannel);\r
-void MCPWM_CountConfig(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                       uint32_t countMode, MCPWM_COUNT_CFG_Type *countConfig);\r
-void MCPWM_Start(LPC_MCPWM_Type *MCPWMx,uint32_t channel0, uint32_t channel1, uint32_t channel2);\r
-void MCPWM_Stop(LPC_MCPWM_Type *MCPWMx,uint32_t channel0, uint32_t channel1, uint32_t channel2);\r
-void MCPWM_ACMode(LPC_MCPWM_Type *MCPWMx,uint32_t acMode);\r
-void MCPWM_DCMode(LPC_MCPWM_Type *MCPWMx, uint32_t dcMode,\r
-                                       uint32_t outputInvered, uint32_t outputPattern);\r
-void MCPWM_IntConfig(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType, FunctionalState NewState);\r
-void MCPWM_IntSet(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType);\r
-void MCPWM_IntClear(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType);\r
-FlagStatus MCPWM_GetIntStatus(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_MCPWM_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_nvic.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_nvic.h
deleted file mode 100644 (file)
index 9ce74ed..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_nvic.h          2011-06-02\r
-*//**\r
-* @file                lpc18xx_nvic.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for Nesting Vectored Interrupt firmware library\r
-*                      on LPC18XX\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup NVIC NVIC (Nested Vector Interrupt Controller)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_NVIC_H_\r
-#define LPC18XX_NVIC_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup NVIC_Public_Functions NVIC Public Functions\r
- * @{\r
- */\r
-\r
-void NVIC_SetVTOR(uint32_t offset);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_NVIC_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_pwr.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_pwr.h
deleted file mode 100644 (file)
index 0bbab1f..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_pwr.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_pwr.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for Power Control firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup PWR PWR (Power Control)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_PWR_H_\r
-#define LPC18XX_PWR_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup PWR_Private_Macros PWR Private Macros\r
- * @{\r
- */\r
-#define PWR_SLEEP_MODE_DEEP_SLEEP      0x3F00AA\r
-#define PWR_SLEEP_MODE_POWER_DOWN      0x30FCBA\r
-#define PWR_SLEEP_MODE_DEEP_POWER_DOWN 0x3FFF7F\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup PWR_Public_Functions PWR Public Functions\r
- * @{\r
- */\r
-/* Clock Generator */\r
-void PWR_Sleep(void);\r
-void PWR_DeepSleep(void);\r
-void PWR_PowerDown(void);\r
-void PWR_DeepPowerDown(void);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_PWR_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_qei.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_qei.h
deleted file mode 100644 (file)
index 4fb60f5..0000000
+++ /dev/null
@@ -1,426 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_qei.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_qei.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for QEI firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup QEI QEI (Quadrature Encoder Interface)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_QEI_H_\r
-#define LPC18XX_QEI_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup QEI_Private_Macros QEI Private Macros\r
- * @{\r
- */\r
-\r
-/** QEI peripheral numver definition */\r
-#define QEI_0                                  (0)                                     /** Always 0 - because we just have only one QEI peripheral */\r
-\r
-/** QEI Reset types */\r
-#define QEI_RESET_POS                  QEI_CON_RESP            /**< Reset position counter */\r
-#define QEI_RESET_POSOnIDX             QEI_CON_RESPI           /**< Reset Posistion Counter on Index */\r
-#define QEI_RESET_VEL                  QEI_CON_RESV            /**< Reset Velocity */\r
-#define QEI_RESET_IDX                  QEI_CON_RESI            /**< Reset Index Counter */\r
-\r
-/** QEI Direction Invert Type Option */\r
-#define QEI_DIRINV_NONE                ((uint32_t)(0))                 /**< Direction is not inverted */\r
-#define QEI_DIRINV_CMPL                ((uint32_t)(1))                 /**< Direction is complemented */\r
-\r
-/** QEI Signal Mode Option */\r
-#define QEI_SIGNALMODE_QUAD            ((uint32_t)(0))         /**< Signal operation: Quadrature phase mode */\r
-#define QEI_SIGNALMODE_CLKDIR  ((uint32_t)(1))         /**< Signal operation: Clock/Direction mode */\r
-\r
-/** QEI Capture Mode Option */\r
-#define QEI_CAPMODE_2X                 ((uint32_t)(0))         /**< Capture mode: Only Phase-A edges are counted (2X) */\r
-#define QEI_CAPMODE_4X                 ((uint32_t)(1))         /**< Capture mode: BOTH PhA and PhB edges are counted (4X)*/\r
-\r
-/** QEI Invert Index Signal Option */\r
-#define QEI_INVINX_NONE                        ((uint32_t)(0))         /**< Invert Index signal option: None */\r
-#define QEI_INVINX_EN                  ((uint32_t)(1))         /**< Invert Index signal option: Enable */\r
-\r
-/** QEI timer reload option */\r
-#define QEI_TIMERRELOAD_TICKVAL        ((uint8_t)(0))          /**< Reload value in absolute value */\r
-#define QEI_TIMERRELOAD_USVAL  ((uint8_t)(1))          /**< Reload value in microsecond value */\r
-\r
-/** QEI Flag Status type */\r
-#define QEI_STATUS_DIR                 ((uint32_t)(1<<0))      /**< Direction status */\r
-\r
-/** QEI Compare Position channel option */\r
-#define QEI_COMPPOS_CH_0                       ((uint8_t)(0))          /**< QEI compare position channel 0 */\r
-#define QEI_COMPPOS_CH_1                       ((uint8_t)(1))          /**< QEI compare position channel 1 */\r
-#define QEI_COMPPOS_CH_2                       ((uint8_t)(2))          /**< QEI compare position channel 2 */\r
-\r
-/** QEI interrupt flag type */\r
-#define QEI_INTFLAG_INX_Int                    ((uint32_t)(1<<0))      /**< index pulse was detected interrupt */\r
-#define QEI_INTFLAG_TIM_Int                    ((uint32_t)(1<<1))      /**< Velocity timer over flow interrupt */\r
-#define QEI_INTFLAG_VELC_Int           ((uint32_t)(1<<2))      /**< Capture velocity is less than compare interrupt */\r
-#define QEI_INTFLAG_DIR_Int                    ((uint32_t)(1<<3))      /**< Change of direction interrupt */\r
-#define QEI_INTFLAG_ERR_Int                    ((uint32_t)(1<<4))      /**< An encoder phase error interrupt */\r
-#define QEI_INTFLAG_ENCLK_Int          ((uint32_t)(1<<5))      /**< An encoder clock pulse was detected interrupt */\r
-#define QEI_INTFLAG_POS0_Int           ((uint32_t)(1<<6))      /**< position 0 compare value is equal to the\r
-                                                                                                               current position interrupt */\r
-#define QEI_INTFLAG_POS1_Int           ((uint32_t)(1<<7))      /**< position 1 compare value is equal to the\r
-                                                                                                               current position interrupt */\r
-#define QEI_INTFLAG_POS2_Int           ((uint32_t)(1<<8))      /**< position 2 compare value is equal to the\r
-                                                                                                               current position interrupt */\r
-#define QEI_INTFLAG_REV_Int                    ((uint32_t)(1<<9))      /**< Index compare value is equal to the current\r
-                                                                                                               index count interrupt */\r
-#define QEI_INTFLAG_POS0REV_Int                ((uint32_t)(1<<10))     /**< Combined position 0 and revolution count interrupt */\r
-#define QEI_INTFLAG_POS1REV_Int                ((uint32_t)(1<<11))     /**< Combined position 1 and revolution count interrupt */\r
-#define QEI_INTFLAG_POS2REV_Int                ((uint32_t)(1<<12))     /**< Combined position 2 and revolution count interrupt */\r
-\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/* Quadrature Encoder Interface Control Register Definition --------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for QEI Control register\r
- **********************************************************************/\r
-#define QEI_CON_RESP           ((uint32_t)(1<<0))              /**< Reset position counter */\r
-#define QEI_CON_RESPI          ((uint32_t)(1<<1))              /**< Reset Posistion Counter on Index */\r
-#define QEI_CON_RESV           ((uint32_t)(1<<2))              /**< Reset Velocity */\r
-#define QEI_CON_RESI           ((uint32_t)(1<<3))              /**< Reset Index Counter */\r
-#define QEI_CON_BITMASK                ((uint32_t)(0x0F))              /**< QEI Control register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Configuration register\r
- **********************************************************************/\r
-#define QEI_CONF_DIRINV                ((uint32_t)(1<<0))              /**< Direction Invert */\r
-#define QEI_CONF_SIGMODE       ((uint32_t)(1<<1))              /**< Signal mode */\r
-#define QEI_CONF_CAPMODE       ((uint32_t)(1<<2))              /**< Capture mode */\r
-#define QEI_CONF_INVINX                ((uint32_t)(1<<3))              /**< Invert index */\r
-#define QEI_CONF_BITMASK       ((uint32_t)(0x0F))              /**< QEI Configuration register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Status register\r
- **********************************************************************/\r
-#define QEI_STAT_DIR           ((uint32_t)(1<<0))              /**< Direction bit */\r
-#define QEI_STAT_BITMASK       ((uint32_t)(1<<0))              /**< QEI status register bit-mask */\r
-\r
-/* Quadrature Encoder Interface Interrupt registers definitions --------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Status register\r
- **********************************************************************/\r
-#define QEI_INTSTAT_INX_Int                    ((uint32_t)(1<<0))      /**< Indicates that an index pulse was detected */\r
-#define QEI_INTSTAT_TIM_Int                    ((uint32_t)(1<<1))      /**< Indicates that a velocity timer overflow occurred */\r
-#define QEI_INTSTAT_VELC_Int           ((uint32_t)(1<<2))      /**< Indicates that capture velocity is less than compare velocity */\r
-#define QEI_INTSTAT_DIR_Int                    ((uint32_t)(1<<3))      /**< Indicates that a change of direction was detected */\r
-#define QEI_INTSTAT_ERR_Int                    ((uint32_t)(1<<4))      /**< Indicates that an encoder phase error was detected */\r
-#define QEI_INTSTAT_ENCLK_Int          ((uint32_t)(1<<5))      /**< Indicates that and encoder clock pulse was detected */\r
-#define QEI_INTSTAT_POS0_Int           ((uint32_t)(1<<6))      /**< Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSTAT_POS1_Int           ((uint32_t)(1<<7))      /**< Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSTAT_POS2_Int           ((uint32_t)(1<<8))      /**< Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSTAT_REV_Int                    ((uint32_t)(1<<9))      /**< Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_INTSTAT_POS0REV_Int                ((uint32_t)(1<<10))     /**< Combined position 0 and revolution count interrupt. Set when\r
-                                                                                                               both the POS0_Int bit is set and the REV_Int is set */\r
-#define QEI_INTSTAT_POS1REV_Int                ((uint32_t)(1<<11))     /**< Combined position 1 and revolution count interrupt. Set when\r
-                                                                                                               both the POS1_Int bit is set and the REV_Int is set */\r
-#define QEI_INTSTAT_POS2REV_Int                ((uint32_t)(1<<12))     /**< Combined position 2 and revolution count interrupt. Set when\r
-                                                                                                               both the POS2_Int bit is set and the REV_Int is set */\r
-#define QEI_INTSTAT_BITMASK                    ((uint32_t)(0x1FFF))    /**< QEI Interrupt Status register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Set register\r
- **********************************************************************/\r
-#define QEI_INTSET_INX_Int                     ((uint32_t)(1<<0))      /**< Set Bit Indicates that an index pulse was detected */\r
-#define QEI_INTSET_TIM_Int                     ((uint32_t)(1<<1))      /**< Set Bit Indicates that a velocity timer overflow occurred */\r
-#define QEI_INTSET_VELC_Int                    ((uint32_t)(1<<2))      /**< Set Bit Indicates that capture velocity is less than compare velocity */\r
-#define QEI_INTSET_DIR_Int                     ((uint32_t)(1<<3))      /**< Set Bit Indicates that a change of direction was detected */\r
-#define QEI_INTSET_ERR_Int                     ((uint32_t)(1<<4))      /**< Set Bit Indicates that an encoder phase error was detected */\r
-#define QEI_INTSET_ENCLK_Int           ((uint32_t)(1<<5))      /**< Set Bit Indicates that and encoder clock pulse was detected */\r
-#define QEI_INTSET_POS0_Int                    ((uint32_t)(1<<6))      /**< Set Bit Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSET_POS1_Int                    ((uint32_t)(1<<7))      /**< Set Bit Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSET_POS2_Int                    ((uint32_t)(1<<8))      /**< Set Bit Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTSET_REV_Int                     ((uint32_t)(1<<9))      /**< Set Bit Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_INTSET_POS0REV_Int         ((uint32_t)(1<<10))     /**< Set Bit that combined position 0 and revolution count interrupt */\r
-#define QEI_INTSET_POS1REV_Int         ((uint32_t)(1<<11))     /**< Set Bit that Combined position 1 and revolution count interrupt */\r
-#define QEI_INTSET_POS2REV_Int         ((uint32_t)(1<<12))     /**< Set Bit that Combined position 2 and revolution count interrupt */\r
-#define QEI_INTSET_BITMASK                     ((uint32_t)(0x1FFF))    /**< QEI Interrupt Set register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Clear register\r
- **********************************************************************/\r
-#define QEI_INTCLR_INX_Int                     ((uint32_t)(1<<0))      /**< Clear Bit Indicates that an index pulse was detected */\r
-#define QEI_INTCLR_TIM_Int                     ((uint32_t)(1<<1))      /**< Clear Bit Indicates that a velocity timer overflow occurred */\r
-#define QEI_INTCLR_VELC_Int                    ((uint32_t)(1<<2))      /**< Clear Bit Indicates that capture velocity is less than compare velocity */\r
-#define QEI_INTCLR_DIR_Int                     ((uint32_t)(1<<3))      /**< Clear Bit Indicates that a change of direction was detected */\r
-#define QEI_INTCLR_ERR_Int                     ((uint32_t)(1<<4))      /**< Clear Bit Indicates that an encoder phase error was detected */\r
-#define QEI_INTCLR_ENCLK_Int           ((uint32_t)(1<<5))      /**< Clear Bit Indicates that and encoder clock pulse was detected */\r
-#define QEI_INTCLR_POS0_Int                    ((uint32_t)(1<<6))      /**< Clear Bit Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTCLR_POS1_Int                    ((uint32_t)(1<<7))      /**< Clear Bit Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTCLR_POS2_Int                    ((uint32_t)(1<<8))      /**< Clear Bit Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTCLR_REV_Int                     ((uint32_t)(1<<9))      /**< Clear Bit Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_INTCLR_POS0REV_Int         ((uint32_t)(1<<10))     /**< Clear Bit that combined position 0 and revolution count interrupt */\r
-#define QEI_INTCLR_POS1REV_Int         ((uint32_t)(1<<11))     /**< Clear Bit that Combined position 1 and revolution count interrupt */\r
-#define QEI_INTCLR_POS2REV_Int         ((uint32_t)(1<<12))     /**< Clear Bit that Combined position 2 and revolution count interrupt */\r
-#define QEI_INTCLR_BITMASK                     ((uint32_t)(0xFFFF))    /**< QEI Interrupt Clear register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Enable register\r
- **********************************************************************/\r
-#define QEI_INTEN_INX_Int                      ((uint32_t)(1<<0))      /**< Enabled Interrupt Bit Indicates that an index pulse was detected */\r
-#define QEI_INTEN_TIM_Int                      ((uint32_t)(1<<1))      /**< Enabled Interrupt Bit Indicates that a velocity timer overflow occurred */\r
-#define QEI_INTEN_VELC_Int                     ((uint32_t)(1<<2))      /**< Enabled Interrupt Bit Indicates that capture velocity is less than compare velocity */\r
-#define QEI_INTEN_DIR_Int                      ((uint32_t)(1<<3))      /**< Enabled Interrupt Bit Indicates that a change of direction was detected */\r
-#define QEI_INTEN_ERR_Int                      ((uint32_t)(1<<4))      /**< Enabled Interrupt Bit Indicates that an encoder phase error was detected */\r
-#define QEI_INTEN_ENCLK_Int                    ((uint32_t)(1<<5))      /**< Enabled Interrupt Bit Indicates that and encoder clock pulse was detected */\r
-#define QEI_INTEN_POS0_Int                     ((uint32_t)(1<<6))      /**< Enabled Interrupt Bit Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTEN_POS1_Int                     ((uint32_t)(1<<7))      /**< Enabled Interrupt Bit Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTEN_POS2_Int                     ((uint32_t)(1<<8))      /**< Enabled Interrupt Bit Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_INTEN_REV_Int                      ((uint32_t)(1<<9))      /**< Enabled Interrupt Bit Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_INTEN_POS0REV_Int          ((uint32_t)(1<<10))     /**< Enabled Interrupt Bit that combined position 0 and revolution count interrupt */\r
-#define QEI_INTEN_POS1REV_Int          ((uint32_t)(1<<11))     /**< Enabled Interrupt Bit that Combined position 1 and revolution count interrupt */\r
-#define QEI_INTEN_POS2REV_Int          ((uint32_t)(1<<12))     /**< Enabled Interrupt Bit that Combined position 2 and revolution count interrupt */\r
-#define QEI_INTEN_BITMASK                      ((uint32_t)(0x1FFF))    /**< QEI Interrupt Enable register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Enable Set register\r
- **********************************************************************/\r
-#define QEI_IESET_INX_Int                      ((uint32_t)(1<<0))      /**< Set Enable Interrupt Bit Indicates that an index pulse was detected */\r
-#define QEI_IESET_TIM_Int                      ((uint32_t)(1<<1))      /**< Set Enable Interrupt Bit Indicates that a velocity timer overflow occurred */\r
-#define QEI_IESET_VELC_Int                     ((uint32_t)(1<<2))      /**< Set Enable Interrupt Bit Indicates that capture velocity is less than compare velocity */\r
-#define QEI_IESET_DIR_Int                      ((uint32_t)(1<<3))      /**< Set Enable Interrupt Bit Indicates that a change of direction was detected */\r
-#define QEI_IESET_ERR_Int                      ((uint32_t)(1<<4))      /**< Set Enable Interrupt Bit Indicates that an encoder phase error was detected */\r
-#define QEI_IESET_ENCLK_Int                    ((uint32_t)(1<<5))      /**< Set Enable Interrupt Bit Indicates that and encoder clock pulse was detected */\r
-#define QEI_IESET_POS0_Int                     ((uint32_t)(1<<6))      /**< Set Enable Interrupt Bit Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IESET_POS1_Int                     ((uint32_t)(1<<7))      /**< Set Enable Interrupt Bit Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IESET_POS2_Int                     ((uint32_t)(1<<8))      /**< Set Enable Interrupt Bit Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IESET_REV_Int                      ((uint32_t)(1<<9))      /**< Set Enable Interrupt Bit Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_IESET_POS0REV_Int          ((uint32_t)(1<<10))     /**< Set Enable Interrupt Bit that combined position 0 and revolution count interrupt */\r
-#define QEI_IESET_POS1REV_Int          ((uint32_t)(1<<11))     /**< Set Enable Interrupt Bit that Combined position 1 and revolution count interrupt */\r
-#define QEI_IESET_POS2REV_Int          ((uint32_t)(1<<12))     /**< Set Enable Interrupt Bit that Combined position 2 and revolution count interrupt */\r
-#define QEI_IESET_BITMASK                      ((uint32_t)(0x1FFF))    /**< QEI Interrupt Enable Set register bit-mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for QEI Interrupt Enable Clear register\r
- **********************************************************************/\r
-#define QEI_IECLR_INX_Int                      ((uint32_t)(1<<0))      /**< Clear Enabled Interrupt Bit Indicates that an index pulse was detected */\r
-#define QEI_IECLR_TIM_Int                      ((uint32_t)(1<<1))      /**< Clear Enabled Interrupt Bit Indicates that a velocity timer overflow occurred */\r
-#define QEI_IECLR_VELC_Int                     ((uint32_t)(1<<2))      /**< Clear Enabled Interrupt Bit Indicates that capture velocity is less than compare velocity */\r
-#define QEI_IECLR_DIR_Int                      ((uint32_t)(1<<3))      /**< Clear Enabled Interrupt Bit Indicates that a change of direction was detected */\r
-#define QEI_IECLR_ERR_Int                      ((uint32_t)(1<<4))      /**< Clear Enabled Interrupt Bit Indicates that an encoder phase error was detected */\r
-#define QEI_IECLR_ENCLK_Int                    ((uint32_t)(1<<5))      /**< Clear Enabled Interrupt Bit Indicates that and encoder clock pulse was detected */\r
-#define QEI_IECLR_POS0_Int                     ((uint32_t)(1<<6))      /**< Clear Enabled Interrupt Bit Indicates that the position 0 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IECLR_POS1_Int                     ((uint32_t)(1<<7))      /**< Clear Enabled Interrupt Bit Indicates that the position 1compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IECLR_POS2_Int                     ((uint32_t)(1<<8))      /**< Clear Enabled Interrupt Bit Indicates that the position 2 compare value is equal to the\r
-                                                                                                               current position */\r
-#define QEI_IECLR_REV_Int                      ((uint32_t)(1<<9))      /**< Clear Enabled Interrupt Bit Indicates that the index compare value is equal to the current\r
-                                                                                                               index count */\r
-#define QEI_IECLR_POS0REV_Int          ((uint32_t)(1<<10))     /**< Clear Enabled Interrupt Bit that combined position 0 and revolution count interrupt */\r
-#define QEI_IECLR_POS1REV_Int          ((uint32_t)(1<<11))     /**< Clear Enabled Interrupt Bit that Combined position 1 and revolution count interrupt */\r
-#define QEI_IECLR_POS2REV_Int          ((uint32_t)(1<<12))     /**< Clear Enabled Interrupt Bit that Combined position 2 and revolution count interrupt */\r
-#define QEI_IECLR_BITMASK                      ((uint32_t)(0xFFFF))    /**< QEI Interrupt Enable Clear register bit-mask */\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/* Macro check QEI peripheral */\r
-#define PARAM_QEIx(n)  ((n==LPC_QEI))\r
-\r
-/* Macro check QEI reset type */\r
-#define PARAM_QEI_RESET(n)     ((n==QEI_CON_RESP) \\r
-|| (n==QEI_RESET_POSOnIDX) \\r
-|| (n==QEI_RESET_VEL) \\r
-|| (n==QEI_RESET_IDX))\r
-\r
-/* Macro check QEI Direction invert mode */\r
-#define PARAM_QEI_DIRINV(n)    ((n==QEI_DIRINV_NONE) || (n==QEI_DIRINV_CMPL))\r
-\r
-/* Macro check QEI signal mode */\r
-#define PARAM_QEI_SIGNALMODE(n)        ((n==QEI_SIGNALMODE_QUAD) || (n==QEI_SIGNALMODE_CLKDIR))\r
-\r
-/* Macro check QEI Capture mode */\r
-#define PARAM_QEI_CAPMODE(n)   ((n==QEI_CAPMODE_2X) || (n==QEI_CAPMODE_4X))\r
-\r
-/* Macro check QEI Invert index mode */\r
-#define PARAM_QEI_INVINX(n)            ((n==QEI_INVINX_NONE) || (n==QEI_INVINX_EN))\r
-\r
-/* Macro check QEI Direction invert mode */\r
-#define PARAM_QEI_TIMERRELOAD(n)       ((n==QEI_TIMERRELOAD_TICKVAL) || (n==QEI_TIMERRELOAD_USVAL))\r
-\r
-/* Macro check QEI status type */\r
-#define PARAM_QEI_STATUS(n)            ((n==QEI_STATUS_DIR))\r
-\r
-/* Macro check QEI combine position type */\r
-#define PARAM_QEI_COMPPOS_CH(n)                ((n==QEI_COMPPOS_CH_0) || (n==QEI_COMPPOS_CH_1) || (n==QEI_COMPPOS_CH_2))\r
-\r
-/* Macro check QEI interrupt flag type */\r
-#define PARAM_QEI_INTFLAG(n)   ((n==QEI_INTFLAG_INX_Int) \\r
-|| (n==QEI_INTFLAG_TIM_Int) \\r
-|| (n==QEI_INTFLAG_VELC_Int) \\r
-|| (n==QEI_INTFLAG_DIR_Int) \\r
-|| (n==QEI_INTFLAG_ERR_Int) \\r
-|| (n==QEI_INTFLAG_ENCLK_Int) \\r
-|| (n==QEI_INTFLAG_POS0_Int) \\r
-|| (n==QEI_INTFLAG_POS1_Int) \\r
-|| (n==QEI_INTFLAG_POS2_Int) \\r
-|| (n==QEI_INTFLAG_REV_Int) \\r
-|| (n==QEI_INTFLAG_POS0REV_Int) \\r
-|| (n==QEI_INTFLAG_POS1REV_Int) \\r
-|| (n==QEI_INTFLAG_POS2REV_Int))\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup QEI_Public_Types QEI Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief QEI structure definitions\r
- **********************************************************************/\r
-/**\r
- * @brief QEI Configuration structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t DirectionInvert        :1;     /**< Direction invert option:\r
-                                                                               - QEI_DIRINV_NONE: QEI Direction is normal\r
-                                                                               - QEI_DIRINV_CMPL: QEI Direction is complemented\r
-                                                                               */\r
-       uint32_t SignalMode                     :1;     /**< Signal mode Option:\r
-                                                                               - QEI_SIGNALMODE_QUAD: Signal is in Quadrature phase mode\r
-                                                                               - QEI_SIGNALMODE_CLKDIR: Signal is in Clock/Direction mode\r
-                                                                               */\r
-       uint32_t CaptureMode            :1;             /**< Capture Mode Option:\r
-                                                                               - QEI_CAPMODE_2X: Only Phase-A edges are counted (2X)\r
-                                                                               - QEI_CAPMODE_4X: BOTH Phase-A and Phase-B edges are counted (4X)\r
-                                                                               */\r
-       uint32_t InvertIndex            :1;     /**< Invert Index Option:\r
-                                                                               - QEI_INVINX_NONE: the sense of the index input is normal\r
-                                                                               - QEI_INVINX_EN: inverts the sense of the index input\r
-                                                                               */\r
-} QEI_CFG_Type;\r
-\r
-/**\r
- * @brief Timer Reload Configuration structure type definition\r
- */\r
-typedef struct {\r
-\r
-       uint8_t ReloadOption;           /**< Velocity Timer Reload Option, should be:\r
-                                                               - QEI_TIMERRELOAD_TICKVAL: Reload value in absolute value\r
-                                                               - QEI_TIMERRELOAD_USVAL: Reload value in microsecond value\r
-                                                               */\r
-       uint8_t Reserved[3];\r
-       uint32_t ReloadValue;           /**< Velocity Timer Reload Value, 32-bit long, should be matched\r
-                                                               with Velocity Timer Reload Option\r
-                                                               */\r
-} QEI_RELOADCFG_Type;\r
-\r
-typedef struct\r
-{\r
-       uint32_t PHA_FilterVal;         /**< FILTERPHA register input */\r
-       uint32_t PHB_FilterVal;         /**< FILTERPHB register input */\r
-       uint32_t INX_FilterVal;         /**< FILTERINX register input */\r
-} st_Qei_FilterCfg;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup QEI_Public_Functions QEI Public Functions\r
- * @{\r
- */\r
-\r
-void QEI_Init(uint8_t qeiId, QEI_CFG_Type *QEI_ConfigStruct);\r
-void QEI_DeInit(uint8_t qeiId);\r
-\r
-void QEI_Reset(uint8_t qeiId, uint32_t ulResetType);\r
-void QEI_GetCfgDefault(QEI_CFG_Type *QIE_InitStruct);\r
-FlagStatus QEI_GetStatus(uint8_t qeiId, uint32_t ulFlagType);\r
-uint32_t QEI_GetPosition(uint8_t qeiId);\r
-void QEI_SetMaxPosition(uint8_t qeiId, uint32_t ulMaxPos);\r
-void QEI_SetPositionComp(uint8_t qeiId, uint8_t bPosCompCh, uint32_t ulPosComp);\r
-uint32_t QEI_GetIndex(uint8_t qeiId);\r
-void QEI_SetIndexComp(uint8_t qeiId, uint32_t ulIndexComp);\r
-void QEI_SetTimerReload(uint8_t qeiId, QEI_RELOADCFG_Type *QEIReloadStruct);\r
-uint32_t QEI_GetTimer(uint8_t qeiId);\r
-uint32_t QEI_GetVelocity(uint8_t qeiId);\r
-uint32_t QEI_GetVelocityCap(uint8_t qeiId);\r
-void QEI_SetVelocityComp(uint8_t qeiId, uint32_t ulVelComp);\r
-void QEI_SetDigiFilter(uint8_t qeiId, st_Qei_FilterCfg FilterVal);\r
-uint32_t QEI_CalculateRPM(uint8_t qeiId, uint32_t ulVelCapValue, uint32_t ulPPR);\r
-\r
-FlagStatus QEI_GetIntStatus(uint8_t qeiId, uint32_t ulIntType);\r
-void QEI_IntCmd(uint8_t qeiId, uint32_t ulIntType, FunctionalState NewState);\r
-void QEI_IntSet(uint8_t qeiId, uint32_t ulIntType);\r
-void QEI_IntClear(uint8_t qeiId, uint32_t ulIntType);\r
-\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_QEI_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rgu.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rgu.h
deleted file mode 100644 (file)
index 43ae6ad..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rgu.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rgu.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for RGU firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup RGU RGU (Reset Generation Unit)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_RGU_H_\r
-#define LPC18XX_RGU_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup RGU_Public_Types RGU Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief RGU enumeration\r
- **********************************************************************/\r
-/** @brief Out Reset Signal Generated by RGU */\r
-typedef enum\r
-{\r
-       RGU_SIG_CORE  = 0,                                      /**< Core reset signal                  */\r
-       RGU_SIG_PERIPH,                                         /**< Peripheral reset signal    */\r
-       RGU_SIG_MASTER,                                         /**< Master reset signal                */\r
-       RGU_SIG_WWDT = 4,                                       /**< WWDT reset signal                  */\r
-       RGU_SIG_CREG,                                           /**< CREG reset signal                  */\r
-       RGU_SIG_BUS = 8,                                        /**< Bus reset signal                   */\r
-       RGU_SIG_SCU,                                            /**< SCU reset signal                   */\r
-       RGU_SIG_PINMUX,                                         /**< Pin mux reset signal               */\r
-       RGU_SIG_M3 = 13,                                        /**< Cortex-M3 reset signal             */\r
-       RGU_SIG_LCD = 16,                                       /**< LCD reset signal                   */\r
-       RGU_SIG_USB0,                                           /**< USB0 reset signal                  */\r
-       RGU_SIG_USB1,                                           /**< USB1 reset signal                  */\r
-       RGU_SIG_DMA,                                            /**< DMA reset signal                   */\r
-       RGU_SIG_SDIO,                                           /**< SDIO reset signal                  */\r
-       RGU_SIG_EMC,                                            /**< EMC reset signal                   */\r
-       RGU_SIG_ETHERNET,                                       /**< Ethernet reset signal              */\r
-       RGU_SIG_AES,                                            /**< AES reset signal                   */\r
-       RGU_SIG_GPIO = 28,                                      /**< GPIO reset signal                  */\r
-       RGU_SIG_TIMER0 = 32,                            /**< TIMER 0 reset signal               */\r
-       RGU_SIG_TIMER1,                                         /**< TIMER 1 reset signal               */\r
-       RGU_SIG_TIMER2,                                         /**< TIMER 2 reset signal               */\r
-       RGU_SIG_TIMER3,                                         /**< TIMER 3 reset signal               */\r
-       RGU_SIG_RITIMER,                                        /**< RIT timer reset signal             */\r
-       RGU_SIG_SCT,                                            /**< SCT reset signal                   */\r
-       RGU_SIG_MOTOCONPWM,                                     /**< Motor control reset signal */\r
-       RGU_SIG_QEI,                                            /**< QEI reset signal                   */\r
-       RGU_SIG_ADC0,                                           /**< ADC0 reset signal                  */\r
-       RGU_SIG_ADC1,                                           /**< ADC1 reset signal                  */\r
-       RGU_SIG_DAC,                                            /**< DAC reset signal                   */\r
-       RGU_SIG_UART0 = 44,                                     /**< UART0 reset signal                 */\r
-       RGU_SIG_UART1,                                          /**< UART1 reset signal                 */\r
-       RGU_SIG_UART2,                                          /**< UART2 reset signal                 */\r
-       RGU_SIG_UART3,                                          /**< UART3 reset signal                 */\r
-       RGU_SIG_I2C0,                                           /**< I2C0 reset signal                  */\r
-       RGU_SIG_I2C1,                                           /**< I2C1 reset signal                  */\r
-       RGU_SIG_SSP0,                                           /**< SSP0 reset signal                  */\r
-       RGU_SIG_SSP1,                                           /**< SSP1 reset signal                  */\r
-       RGU_SIG_I2S,                                            /**< I2S reset signal                   */\r
-       RGU_SIG_SPIFI,                                          /**< SPIFI reset signal                 */\r
-       RGU_SIG_CAN = 55                                        /**< CAN reset signal                   */\r
-}RGU_SIG;\r
-\r
-/** @brief Reset Cause Source */\r
-typedef enum {\r
-       RGU_SRC_NONE,                                           /**< No source                          */\r
-       RGU_SRC_SOFT,                                           /**< Software reset source      */\r
-       RGU_SRC_EXT,                                            /**< External reset source      */\r
-       RGU_SRC_CORE,                                           /**< Core reset source          */\r
-       RGU_SRC_PERIPH,                                         /**< Peripheral reset source*/\r
-       RGU_SRC_MASTER,                                         /**< Master reset source        */\r
-       RGU_SRC_BOD,                                            /**< BOD reset source           */\r
-       RGU_SRC_WWDT                                            /**< WWDT reset source          */\r
-}RGU_SRC;\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup RGU_Public_Functions RGU Public Functions\r
- * @{\r
- */\r
-/* RGU peripheral control function ----------------*/\r
-void RGU_SoftReset(RGU_SIG ResetSignal);\r
-RGU_SRC RGU_GetSource(RGU_SIG ResetSignal);\r
-Bool RGU_GetSignalStatus(RGU_SIG ResetSignal);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* LPC18XX_RGU_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rit.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rit.h
deleted file mode 100644 (file)
index d85c053..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rit.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rit.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for RIT firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup RIT RIT (Repetitive Interrupt Timer)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_RIT_H_\r
-#define LPC18XX_RIT_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup RIT_Private_Macros RIT Private Macros\r
- * @{\r
- */\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for RIT control register\r
- **********************************************************************/\r
-/**    Set interrupt flag when the counter value equals the masked compare value */\r
-#define RIT_CTRL_INTEN ((uint32_t) (1))\r
-/** Set timer enable clear to 0 when the counter value equals the masked compare value  */\r
-#define RIT_CTRL_ENCLR         ((uint32_t) _BIT(1))\r
-/** Set timer enable on debug */\r
-#define RIT_CTRL_ENBR  ((uint32_t) _BIT(2))\r
-/** Set timer enable */\r
-#define RIT_CTRL_TEN   ((uint32_t) _BIT(3))\r
-\r
-/** Macro to determine if it is valid RIT peripheral */\r
-#define PARAM_RITx(n)  (((uint32_t *)n)==((uint32_t *)LPC_RITIMER))\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup RIT_Public_Functions RIT Public Functions\r
- * @{\r
- */\r
-/* RIT Init/DeInit functions */\r
-void RIT_Init(LPC_RITIMER_Type *RITx);\r
-void RIT_DeInit(LPC_RITIMER_Type *RITx);\r
-\r
-/* RIT config timer functions */\r
-void RIT_TimerConfig(LPC_RITIMER_Type *RITx, uint32_t time_interval);\r
-\r
-/* Enable/Disable RIT functions */\r
-void RIT_TimerClearCmd(LPC_RITIMER_Type *RITx, FunctionalState NewState);\r
-void RIT_Cmd(LPC_RITIMER_Type *RITx, FunctionalState NewState);\r
-void RIT_TimerDebugCmd(LPC_RITIMER_Type *RITx, FunctionalState NewState);\r
-\r
-/* RIT Interrupt functions */\r
-IntStatus RIT_GetIntStatus(LPC_RITIMER_Type *RITx);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_RIT_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rtc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_rtc.h
deleted file mode 100644 (file)
index 3e913d7..0000000
+++ /dev/null
@@ -1,322 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rtc.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rtc.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for RTC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup RTC RTC (Real-Time Clock)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_RTC_H_\r
-#define LPC18XX_RTC_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup RTC_Private_Macros RTC Private Macros\r
- * @{\r
- */\r
-\r
-/* ----------------------- BIT DEFINITIONS ----------------------------------- */\r
-/* Miscellaneous register group --------------------------------------------- */\r
-/**********************************************************************\r
-* ILR register definitions\r
-**********************************************************************/\r
-/** ILR register mask */\r
-#define RTC_ILR_BITMASK                        ((0x00000003))\r
-/** Bit inform the source interrupt is counter increment*/\r
-#define RTC_IRL_RTCCIF                 ((1<<0))\r
-/** Bit inform the source interrupt is alarm match*/\r
-#define RTC_IRL_RTCALF                 ((1<<1))\r
-\r
-/**********************************************************************\r
-* CCR register definitions\r
-**********************************************************************/\r
-/** CCR register mask */\r
-#define RTC_CCR_BITMASK                        ((0x00000013))\r
-/** Clock enable */\r
-#define RTC_CCR_CLKEN                  ((1<<0))\r
-/** Clock reset */\r
-#define RTC_CCR_CTCRST                 ((1<<1))\r
-/** Calibration counter enable */\r
-#define RTC_CCR_CCALEN                 ((1<<4))\r
-\r
-/**********************************************************************\r
-* CIIR register definitions\r
-**********************************************************************/\r
-/** Counter Increment Interrupt bit for second */\r
-#define RTC_CIIR_IMSEC                 ((1<<0))\r
-/** Counter Increment Interrupt bit for minute */\r
-#define RTC_CIIR_IMMIN                 ((1<<1))\r
-/** Counter Increment Interrupt bit for hour */\r
-#define RTC_CIIR_IMHOUR                        ((1<<2))\r
-/** Counter Increment Interrupt bit for day of month */\r
-#define RTC_CIIR_IMDOM                 ((1<<3))\r
-/** Counter Increment Interrupt bit for day of week */\r
-#define RTC_CIIR_IMDOW                 ((1<<4))\r
-/** Counter Increment Interrupt bit for day of year */\r
-#define RTC_CIIR_IMDOY                 ((1<<5))\r
-/** Counter Increment Interrupt bit for month */\r
-#define RTC_CIIR_IMMON                 ((1<<6))\r
-/** Counter Increment Interrupt bit for year */\r
-#define RTC_CIIR_IMYEAR                        ((1<<7))\r
-/** CIIR bit mask */\r
-#define RTC_CIIR_BITMASK               ((0xFF))\r
-\r
-/**********************************************************************\r
-* AMR register definitions\r
-**********************************************************************/\r
-/** Counter Increment Select Mask bit for second */\r
-#define RTC_AMR_AMRSEC                 ((1<<0))\r
-/** Counter Increment Select Mask bit for minute */\r
-#define RTC_AMR_AMRMIN                 ((1<<1))\r
-/** Counter Increment Select Mask bit for hour */\r
-#define RTC_AMR_AMRHOUR                        ((1<<2))\r
-/** Counter Increment Select Mask bit for day of month */\r
-#define RTC_AMR_AMRDOM                 ((1<<3))\r
-/** Counter Increment Select Mask bit for day of week */\r
-#define RTC_AMR_AMRDOW                 ((1<<4))\r
-/** Counter Increment Select Mask bit for day of year */\r
-#define RTC_AMR_AMRDOY                 ((1<<5))\r
-/** Counter Increment Select Mask bit for month */\r
-#define RTC_AMR_AMRMON                 ((1<<6))\r
-/** Counter Increment Select Mask bit for year */\r
-#define RTC_AMR_AMRYEAR                        ((1<<7))\r
-/** AMR bit mask */\r
-#define RTC_AMR_BITMASK                        ((0xFF))\r
-\r
-/**********************************************************************\r
-* RTC_AUX register definitions\r
-**********************************************************************/\r
-/** RTC Oscillator Fail detect flag */\r
-#define RTC_AUX_RTC_OSCF               ((1<<4))\r
-\r
-/**********************************************************************\r
-* RTC_AUXEN register definitions\r
-**********************************************************************/\r
-/** Oscillator Fail Detect interrupt enable*/\r
-#define RTC_AUXEN_RTC_OSCFEN   ((1<<4))\r
-\r
-/* Consolidated time register group ----------------------------------- */\r
-/**********************************************************************\r
-* Consolidated Time Register 0 definitions\r
-**********************************************************************/\r
-#define RTC_CTIME0_SECONDS_MASK                ((0x3F))\r
-#define RTC_CTIME0_MINUTES_MASK                ((0x3F00))\r
-#define RTC_CTIME0_HOURS_MASK          ((0x1F0000))\r
-#define RTC_CTIME0_DOW_MASK                    ((0x7000000))\r
-\r
-/**********************************************************************\r
-* Consolidated Time Register 1 definitions\r
-**********************************************************************/\r
-#define RTC_CTIME1_DOM_MASK                    ((0x1F))\r
-#define RTC_CTIME1_MONTH_MASK          ((0xF00))\r
-#define RTC_CTIME1_YEAR_MASK           ((0xFFF0000))\r
-\r
-/**********************************************************************\r
-* Consolidated Time Register 2 definitions\r
-**********************************************************************/\r
-#define RTC_CTIME2_DOY_MASK                    ((0xFFF))\r
-\r
-/**********************************************************************\r
-* Time Counter Group and Alarm register group\r
-**********************************************************************/\r
-/** SEC register mask */\r
-#define RTC_SEC_MASK                   (0x0000003F)\r
-/** MIN register mask */\r
-#define RTC_MIN_MASK                   (0x0000003F)\r
-/** HOUR register mask */\r
-#define RTC_HOUR_MASK                  (0x0000001F)\r
-/** DOM register mask */\r
-#define RTC_DOM_MASK                   (0x0000001F)\r
-/** DOW register mask */\r
-#define RTC_DOW_MASK                   (0x00000007)\r
-/** DOY register mask */\r
-#define RTC_DOY_MASK                   (0x000001FF)\r
-/** MONTH register mask */\r
-#define RTC_MONTH_MASK                 (0x0000000F)\r
-/** YEAR register mask */\r
-#define RTC_YEAR_MASK                  (0x00000FFF)\r
-\r
-#define RTC_SECOND_MAX         59 /*!< Maximum value of second */\r
-#define RTC_MINUTE_MAX         59 /*!< Maximum value of minute*/\r
-#define RTC_HOUR_MAX           23 /*!< Maximum value of hour*/\r
-#define RTC_MONTH_MIN          1 /*!< Minimum value of month*/\r
-#define RTC_MONTH_MAX          12 /*!< Maximum value of month*/\r
-#define RTC_DAYOFMONTH_MIN     1 /*!< Minimum value of day of month*/\r
-#define RTC_DAYOFMONTH_MAX     31 /*!< Maximum value of day of month*/\r
-#define RTC_DAYOFWEEK_MAX      6 /*!< Maximum value of day of week*/\r
-#define RTC_DAYOFYEAR_MIN      1 /*!< Minimum value of day of year*/\r
-#define RTC_DAYOFYEAR_MAX      366 /*!< Maximum value of day of year*/\r
-#define RTC_YEAR_MAX           4095 /*!< Maximum value of year*/\r
-\r
-/**********************************************************************\r
-* Calibration register\r
-**********************************************************************/\r
-/* Calibration register */\r
-/** Calibration value */\r
-#define RTC_CALIBRATION_CALVAL_MASK            ((0x1FFFF))\r
-/** Calibration direction */\r
-#define RTC_CALIBRATION_LIBDIR                 ((1<<17))\r
-/** Calibration max value */\r
-#define RTC_CALIBRATION_MAX                            ((0x20000))\r
-/** Calibration definitions */\r
-#define RTC_CALIB_DIR_FORWARD                  ((uint8_t)(0))\r
-#define RTC_CALIB_DIR_BACKWARD                 ((uint8_t)(1))\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid RTC peripheral */\r
-#define PARAM_RTCx(x)  (((uint32_t *)x)==((uint32_t *)LPC_RTC))\r
-\r
-/* Macro check RTC interrupt type */\r
-#define PARAM_RTC_INT(n)       ((n==RTC_INT_COUNTER_INCREASE) || (n==RTC_INT_ALARM))\r
-\r
-/* Macro check RTC time type */\r
-#define PARAM_RTC_TIMETYPE(n)  ((n==RTC_TIMETYPE_SECOND) || (n==RTC_TIMETYPE_MINUTE) \\r
-|| (n==RTC_TIMETYPE_HOUR) || (n==RTC_TIMETYPE_DAYOFWEEK) \\r
-|| (n==RTC_TIMETYPE_DAYOFMONTH) || (n==RTC_TIMETYPE_DAYOFYEAR) \\r
-|| (n==RTC_TIMETYPE_MONTH) || (n==RTC_TIMETYPE_YEAR))\r
-\r
-/* Macro check RTC calibration type */\r
-#define PARAM_RTC_CALIB_DIR(n) ((n==RTC_CALIB_DIR_FORWARD) || (n==RTC_CALIB_DIR_BACKWARD))\r
-\r
-/* Macro check RTC GPREG type */\r
-#define PARAM_RTC_GPREG_CH(n)  ((n<=63))\r
-\r
-/* RTC GPREG base address*/\r
-#define RTC_GPREG_BASE         0x40041000\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup RTC_Public_Types RTC Public Types\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief RTC enumeration\r
- **********************************************************************/\r
-/** @brief RTC interrupt source */\r
-typedef enum {\r
-       RTC_INT_COUNTER_INCREASE = RTC_IRL_RTCCIF,      /*!<  Counter Increment Interrupt */\r
-       RTC_INT_ALARM = RTC_IRL_RTCALF                          /*!< The alarm interrupt */\r
-} RTC_INT_OPT;\r
-\r
-\r
-/** @brief RTC time type option */\r
-typedef enum {\r
-       RTC_TIMETYPE_SECOND = 0,                /*!< Second */\r
-       RTC_TIMETYPE_MINUTE = 1,                /*!< Month */\r
-       RTC_TIMETYPE_HOUR = 2,                  /*!< Hour */\r
-       RTC_TIMETYPE_DAYOFWEEK = 3,     /*!< Day of week */\r
-       RTC_TIMETYPE_DAYOFMONTH = 4,    /*!< Day of month */\r
-       RTC_TIMETYPE_DAYOFYEAR = 5,     /*!< Day of year */\r
-       RTC_TIMETYPE_MONTH = 6,                 /*!< Month */\r
-       RTC_TIMETYPE_YEAR = 7                   /*!< Year */\r
-} RTC_TIMETYPE_Num;\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief RTC structure definitions\r
- **********************************************************************/\r
-/** @brief Time structure definitions for easy manipulate the data */\r
-typedef struct {\r
-       uint32_t SEC;           /*!< Seconds Register */\r
-       uint32_t MIN;           /*!< Minutes Register */\r
-       uint32_t HOUR;          /*!< Hours Register */\r
-       uint32_t DOM;           /*!< Day of Month Register */\r
-       uint32_t DOW;           /*!< Day of Week Register */\r
-       uint32_t DOY;           /*!< Day of Year Register */\r
-       uint32_t MONTH;         /*!< Months Register */\r
-       uint32_t YEAR;          /*!< Years Register */\r
-} RTC_TIME_Type;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup RTC_Public_Functions RTC Public Functions\r
- * @{\r
- */\r
-\r
-void RTC_Init (LPC_RTC_Type *RTCx);\r
-void RTC_DeInit(LPC_RTC_Type *RTCx);\r
-\r
-void RTC_ResetClockTickCounter(LPC_RTC_Type *RTCx);\r
-void RTC_Cmd (LPC_RTC_Type *RTCx, FunctionalState NewState);\r
-\r
-void RTC_SetTime (LPC_RTC_Type *RTCx, uint32_t Timetype, uint32_t TimeValue);\r
-uint32_t RTC_GetTime(LPC_RTC_Type *RTCx, uint32_t Timetype);\r
-\r
-void RTC_SetFullTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime);\r
-void RTC_GetFullTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime);\r
-\r
-void RTC_AlarmIntConfig (LPC_RTC_Type *RTCx, uint32_t AlarmTimeType, FunctionalState NewState);\r
-void RTC_SetAlarmTime (LPC_RTC_Type *RTCx, uint32_t Timetype, uint32_t ALValue);\r
-uint32_t RTC_GetAlarmTime (LPC_RTC_Type *RTCx, uint32_t Timetype);\r
-void RTC_SetFullAlarmTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime);\r
-void RTC_GetFullAlarmTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime);\r
-\r
-void RTC_CntIncrIntConfig (LPC_RTC_Type *RTCx, uint32_t CntIncrIntType, FunctionalState NewState);\r
-IntStatus RTC_GetIntPending (LPC_RTC_Type *RTCx, uint32_t IntType);\r
-void RTC_ClearIntPending (LPC_RTC_Type *RTCx, uint32_t IntType);\r
-\r
-void RTC_CalibCounterCmd(LPC_RTC_Type *RTCx, FunctionalState NewState);\r
-void RTC_CalibConfig(LPC_RTC_Type *RTCx, uint32_t CalibValue, uint8_t CalibDir);\r
-\r
-void RTC_WriteGPREG (LPC_RTC_Type *RTCx, uint8_t Channel, uint32_t Value);\r
-uint32_t RTC_ReadGPREG (LPC_RTC_Type *RTCx, uint8_t Channel);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_RTC_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_sct.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_sct.h
deleted file mode 100644 (file)
index f0fdbe6..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_sct.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_sct.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for SCT firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup SCT SCT (State Configurable Timer)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_SCT_H_\r
-#define LPC18XX_SCT_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private macros ------------------------------------------------------------- */\r
-/** @defgroup SCT_Private_Macros SCT Private Macros\r
- * @{\r
- */\r
-\r
-/* -------------------------- BIT DEFINITIONS ----------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for SCT  configuration register\r
- **********************************************************************/\r
-/**  Selects 16/32 bit counter */\r
-#define SCT_CONFIG_16BIT_COUNTER               0x00000000\r
-#define SCT_CONFIG_32BIT_COUNTER               0x00000001\r
-\r
-/*********************************************************************//**\r
- * Macro defines for SCT control register\r
- **********************************************************************/\r
-/**  Stop low counter */\r
-#define SCT_CTRL_STOP_L                                        (1<<1)\r
-/**  Halt low counter */\r
-#define SCT_CTRL_HALT_L                                        (1<<2)\r
-/**  Clear low or unified counter */\r
-#define SCT_CTRL_CLRCTR_L                              (1<<3)\r
-/**  Direction for low or unified counter */\r
-#define COUNTUP_TO_LIMIT_THEN_CLEAR_TO_ZERO            0\r
-#define COUNTUP_TO LIMIT_THEN_COUNTDOWN_TO_ZERO        1\r
-#define SCT_CTRL_BIDIR_L(x)                            (((x)&0x01)<<4)\r
-/**  Prescale clock for low or unified counter */\r
-#define SCT_CTRL_PRE_L(x)                              (((x)&0xFF)<<5)\r
-\r
-/**  Stop high counter */\r
-#define SCT_CTRL_STOP_H                                        (1<<17)\r
-/**  Halt high counter */\r
-#define SCT_CTRL_HALT_H                                        (1<<18)\r
-/**  Clear high counter */\r
-#define SCT_CTRL_CLRCTR_H                              (1<<19)\r
-/**  Direction for high counter */\r
-#define COUNTUP_TO_LIMIT_THEN_CLEAR_TO_ZERO            0\r
-#define COUNTUP_TO LIMIT_THEN_COUNTDOWN_TO_ZERO        1\r
-#define SCT_CTRL_BIDIR_H(x)                            (((x)&0x01)<<20)\r
-/**  Prescale clock for high counter */\r
-#define SCT_CTRL_PRE_H(x)                              (((x)&0xFF)<<21)\r
-/*********************************************************************//**\r
- * Macro defines for SCT Conflict resolution register\r
-**********************************************************************/\r
-/**  Define conflict solution */\r
-#define SCT_RES_NOCHANGE                               (0)\r
-#define SCT_RES_SET_OUTPUT                             (1)\r
-#define SCT_RES_CLEAR_OUTPUT                   (2)\r
-#define SCT_RES_TOGGLE_OUTPUT                  (3)\r
-\r
-/* ------------------- CHECK PARAM DEFINITIONS ------------------------- */\r
-/** Check SCT output number */\r
-#define PARAM_SCT_OUTPUT_NUM(n)    ((n)<= CONFIG_SCT_nOU )\r
-\r
-/** Check SCT counter type */\r
-#define PARAM_SCT_CONFIG_COUNTER_TYPE(n)    ((n==SCT_CONFIG_16BIT_COUNTER)||(n==SCT_CONFIG_32BIT_COUNTER))\r
-\r
-/** Check SCT conflict solution */\r
-#define PARAM_SCT_RES(n)    ((n==SCT_RES_NOCHANGE)||(n==SCT_RES_SET_OUTPUT)\\r
-                                                               ||(n==SCT_RES_CLEAR_OUTPUT)||(n==SCT_RES_TOGGLE_OUTPUT))\r
-\r
-/** Check SCT event number */\r
-#define PARAM_SCT_EVENT(n)     ((n) <= 15)\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup SCT_Public_Functions SCT Public Functions\r
- * @{\r
- */\r
-\r
-void SCT_Config(uint32_t value);\r
-void SCT_ControlSet(uint32_t value, FunctionalState ena);\r
-void SCT_ConflictResolutionSet(uint8_t outnum, uint8_t value);\r
-void SCT_EventFlagClear(uint8_t even_num);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* LPC18XX_SCT_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_scu.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_scu.h
deleted file mode 100644 (file)
index 45c548a..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_scu.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_scu.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for SCU firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup SCU      SCU (System Control Unit)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __SCU_H\r
-#define __SCU_H\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private macros ------------------------------------------------------------- */\r
-/** @defgroup SCT_Private_Macros SCT Private Macros\r
- * @{\r
- */\r
-\r
-/** Port offset definition */\r
-#define PORT_OFFSET    0x80\r
-/** Pin offset definition */\r
-#define PIN_OFFSET     0x04\r
-\r
-/* Pin modes */\r
-#define MD_PUP  (0x0<<3)\r
-#define MD_BUK  (0x1<<3)\r
-#define MD_PLN  (0x2<<3)\r
-#define MD_PDN  (0x3<<3)\r
-#define MD_EHS  (0x1<<5)\r
-#define MD_EZI  (0x1<<6)\r
-#define MD_ZI   (0x1<<7)\r
-#define MD_EHD0 (0x1<<8)\r
-#define MD_EHD1 (0x1<<8)\r
-#define MD_PLN_FAST (MD_PLN | MD_EZI | MD_ZI | MD_EHS)\r
-// 0xF0\r
-\r
-/* Pin function */\r
-#define FUNC0                  0x0                             /** Function 0  */\r
-#define FUNC1                  0x1                             /** Function 1  */\r
-#define FUNC2                  0x2                             /** Function 2  */\r
-#define FUNC3                  0x3                             /** Function 3  */\r
-#define FUNC4                  0x4\r
-#define FUNC5                  0x5\r
-#define FUNC6                  0x6\r
-#define FUNC7                  0x7\r
-/**\r
- * @}\r
- */\r
-\r
-#define LPC_SCU_PIN(po, pi)   (*(volatile int         *) (LPC_SCU_BASE + ((po) * 0x80) + ((pi) * 0x4))    )\r
-#define LPC_SCU_CLK(c)        (*(volatile int         *) (LPC_SCU_BASE + 0xC00 + ((c) * 0x4))    )\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup SCU_Public_Functions SCU Public Functions\r
- * @{\r
- */\r
-\r
-void scu_pinmux(uint8_t port, uint8_t pin, uint8_t mode, uint8_t func);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* end __SCU_H */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_ssp.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_ssp.h
deleted file mode 100644 (file)
index 61d0c3f..0000000
+++ /dev/null
@@ -1,446 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_ssp.h           2011-06-02\r
-*//**\r
-* @file                lpc18xx_ssp.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for SSP firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup SSP SSP (Synchronous Serial Port)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_SSP_H_\r
-#define LPC18XX_SSP_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup SSP_Private_Macros SSP Private Macros\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * SSP configuration parameter defines\r
- **********************************************************************/\r
-/** Clock phase control bit */\r
-#define SSP_CPHA_FIRST                 ((uint32_t)(0))\r
-#define SSP_CPHA_SECOND                        SSP_CR0_CPHA_SECOND\r
-\r
-\r
-/** Clock polarity control bit */\r
-/* There's no bug here!!!\r
- * - If bit[6] in SSPnCR0 is 0: SSP controller maintains the bus clock low between frames.\r
- * That means the active clock is in HI state.\r
- * - If bit[6] in SSPnCR0 is 1 (SSP_CR0_CPOL_HI): SSP controller maintains the bus clock\r
- * high between frames. That means the active clock is in LO state.\r
- */\r
-#define SSP_CPOL_HI                            ((uint32_t)(0))\r
-#define SSP_CPOL_LO                            SSP_CR0_CPOL_HI\r
-\r
-/** SSP master mode enable */\r
-#define SSP_SLAVE_MODE                 SSP_CR1_SLAVE_EN\r
-#define SSP_MASTER_MODE                        ((uint32_t)(0))\r
-\r
-/** SSP data bit number defines */\r
-#define SSP_DATABIT_4          SSP_CR0_DSS(4)                  /*!< Databit number = 4 */\r
-#define SSP_DATABIT_5          SSP_CR0_DSS(5)                  /*!< Databit number = 5 */\r
-#define SSP_DATABIT_6          SSP_CR0_DSS(6)                  /*!< Databit number = 6 */\r
-#define SSP_DATABIT_7          SSP_CR0_DSS(7)                  /*!< Databit number = 7 */\r
-#define SSP_DATABIT_8          SSP_CR0_DSS(8)                  /*!< Databit number = 8 */\r
-#define SSP_DATABIT_9          SSP_CR0_DSS(9)                  /*!< Databit number = 9 */\r
-#define SSP_DATABIT_10         SSP_CR0_DSS(10)                 /*!< Databit number = 10 */\r
-#define SSP_DATABIT_11         SSP_CR0_DSS(11)                 /*!< Databit number = 11 */\r
-#define SSP_DATABIT_12         SSP_CR0_DSS(12)                 /*!< Databit number = 12 */\r
-#define SSP_DATABIT_13         SSP_CR0_DSS(13)                 /*!< Databit number = 13 */\r
-#define SSP_DATABIT_14         SSP_CR0_DSS(14)                 /*!< Databit number = 14 */\r
-#define SSP_DATABIT_15         SSP_CR0_DSS(15)                 /*!< Databit number = 15 */\r
-#define SSP_DATABIT_16         SSP_CR0_DSS(16)                 /*!< Databit number = 16 */\r
-\r
-/** SSP Frame Format definition */\r
-/** Motorola SPI mode */\r
-#define SSP_FRAME_SPI          SSP_CR0_FRF_SPI\r
-/** TI synchronous serial mode */\r
-#define SSP_FRAME_TI           SSP_CR0_FRF_TI\r
-/** National Micro-wire mode */\r
-#define SSP_FRAME_MICROWIRE    SSP_CR0_FRF_MICROWIRE\r
-\r
-/*********************************************************************//**\r
- * SSP Status defines\r
- **********************************************************************/\r
-/** SSP status TX FIFO Empty bit */\r
-#define SSP_STAT_TXFIFO_EMPTY          SSP_SR_TFE\r
-/** SSP status TX FIFO not full bit */\r
-#define SSP_STAT_TXFIFO_NOTFULL                SSP_SR_TNF\r
-/** SSP status RX FIFO not empty bit */\r
-#define SSP_STAT_RXFIFO_NOTEMPTY       SSP_SR_RNE\r
-/** SSP status RX FIFO full bit */\r
-#define SSP_STAT_RXFIFO_FULL           SSP_SR_RFF\r
-/** SSP status SSP Busy bit */\r
-#define SSP_STAT_BUSY                          SSP_SR_BSY\r
-\r
-/*********************************************************************//**\r
- * SSP Interrupt Configuration defines\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_INTCFG_ROR         SSP_IMSC_ROR\r
-/** Receive TimeOut */\r
-#define SSP_INTCFG_RT          SSP_IMSC_RT\r
-/** Rx FIFO is at least half full */\r
-#define SSP_INTCFG_RX          SSP_IMSC_RX\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_INTCFG_TX          SSP_IMSC_TX\r
-\r
-/*********************************************************************//**\r
- * SSP Configured Interrupt Status defines\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_INTSTAT_ROR                SSP_MIS_ROR\r
-/** Receive TimeOut */\r
-#define SSP_INTSTAT_RT         SSP_MIS_RT\r
-/** Rx FIFO is at least half full */\r
-#define SSP_INTSTAT_RX         SSP_MIS_RX\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_INTSTAT_TX         SSP_MIS_TX\r
-\r
-/*********************************************************************//**\r
- * SSP Raw Interrupt Status defines\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_INTSTAT_RAW_ROR            SSP_RIS_ROR\r
-/** Receive TimeOut */\r
-#define SSP_INTSTAT_RAW_RT             SSP_RIS_RT\r
-/** Rx FIFO is at least half full */\r
-#define SSP_INTSTAT_RAW_RX             SSP_RIS_RX\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_INTSTAT_RAW_TX             SSP_RIS_TX\r
-\r
-/*********************************************************************//**\r
- * SSP Interrupt Clear defines\r
- **********************************************************************/\r
-/** Writing a 1 to this bit clears the "frame was received when\r
- * RxFIFO was full" interrupt */\r
-#define SSP_INTCLR_ROR         SSP_ICR_ROR\r
-/** Writing a 1 to this bit clears the "Rx FIFO was not empty and\r
- * has not been read for a timeout period" interrupt */\r
-#define SSP_INTCLR_RT          SSP_ICR_RT\r
-\r
-/*********************************************************************//**\r
- * SSP DMA defines\r
- **********************************************************************/\r
-/** SSP bit for enabling RX DMA */\r
-#define SSP_DMA_TX             SSP_DMA_RXDMA_EN\r
-/** SSP bit for enabling TX DMA */\r
-#define SSP_DMA_RX             SSP_DMA_TXDMA_EN\r
-\r
-/* SSP Status Implementation definitions */\r
-#define SSP_STAT_DONE          (1UL<<8)                /**< Done */\r
-#define SSP_STAT_ERROR         (1UL<<9)                /**< Error */\r
-\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for CR0 register\r
- **********************************************************************/\r
-/** SSP data size select, must be 4 bits to 16 bits */\r
-#define SSP_CR0_DSS(n)                 ((uint32_t)((n-1)&0xF))\r
-/** SSP control 0 Motorola SPI mode */\r
-#define SSP_CR0_FRF_SPI                ((uint32_t)(0<<4))\r
-/** SSP control 0 TI synchronous serial mode */\r
-#define SSP_CR0_FRF_TI                 ((uint32_t)(1<<4))\r
-/** SSP control 0 National Micro-wire mode */\r
-#define SSP_CR0_FRF_MICROWIRE          ((uint32_t)(2<<4))\r
-/** SPI clock polarity bit (used in SPI mode only), (1) = maintains the\r
-   bus clock high between frames, (0) = low */\r
-#define SSP_CR0_CPOL_HI                ((uint32_t)(1<<6))\r
-/** SPI clock out phase bit (used in SPI mode only), (1) = captures data\r
-   on the second clock transition of the frame, (0) = first */\r
-#define SSP_CR0_CPHA_SECOND    ((uint32_t)(1<<7))\r
-/** SSP serial clock rate value load macro, divider rate is\r
-   PERIPH_CLK / (cpsr * (SCR + 1)) */\r
-#define SSP_CR0_SCR(n)         ((uint32_t)((n&0xFF)<<8))\r
-/** SSP CR0 bit mask */\r
-#define SSP_CR0_BITMASK                ((uint32_t)(0xFFFF))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for CR1 register\r
- **********************************************************************/\r
-/** SSP control 1 loopback mode enable bit */\r
-#define SSP_CR1_LBM_EN         ((uint32_t)(1<<0))\r
-/** SSP control 1 enable bit */\r
-#define SSP_CR1_SSP_EN         ((uint32_t)(1<<1))\r
-/** SSP control 1 slave enable */\r
-#define SSP_CR1_SLAVE_EN       ((uint32_t)(1<<2))\r
-/** SSP control 1 slave out disable bit, disables transmit line in slave\r
-   mode */\r
-#define SSP_CR1_SO_DISABLE     ((uint32_t)(1<<3))\r
-/** SSP CR1 bit mask */\r
-#define SSP_CR1_BITMASK                ((uint32_t)(0x0F))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DR register\r
- **********************************************************************/\r
-/** SSP data bit mask */\r
-#define SSP_DR_BITMASK(n)   ((n)&0xFFFF)\r
-\r
-/*********************************************************************//**\r
- * Macro defines for SR register\r
- **********************************************************************/\r
-/** SSP status TX FIFO Empty bit */\r
-#define SSP_SR_TFE      ((uint32_t)(1<<0))\r
-/** SSP status TX FIFO not full bit */\r
-#define SSP_SR_TNF      ((uint32_t)(1<<1))\r
-/** SSP status RX FIFO not empty bit */\r
-#define SSP_SR_RNE      ((uint32_t)(1<<2))\r
-/** SSP status RX FIFO full bit */\r
-#define SSP_SR_RFF      ((uint32_t)(1<<3))\r
-/** SSP status SSP Busy bit */\r
-#define SSP_SR_BSY      ((uint32_t)(1<<4))\r
-/** SSP SR bit mask */\r
-#define SSP_SR_BITMASK ((uint32_t)(0x1F))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for CPSR register\r
- **********************************************************************/\r
-/** SSP clock prescaler */\r
-#define SSP_CPSR_CPDVSR(n)     ((uint32_t)(n&0xFF))\r
-/** SSP CPSR bit mask */\r
-#define SSP_CPSR_BITMASK       ((uint32_t)(0xFF))\r
-\r
-/*********************************************************************//**\r
- * Macro define for (IMSC) Interrupt Mask Set/Clear registers\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_IMSC_ROR   ((uint32_t)(1<<0))\r
-/** Receive TimeOut */\r
-#define SSP_IMSC_RT            ((uint32_t)(1<<1))\r
-/** Rx FIFO is at least half full */\r
-#define SSP_IMSC_RX            ((uint32_t)(1<<2))\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_IMSC_TX            ((uint32_t)(1<<3))\r
-/** IMSC bit mask */\r
-#define SSP_IMSC_BITMASK       ((uint32_t)(0x0F))\r
-\r
-/*********************************************************************//**\r
- * Macro define for (RIS) Raw Interrupt Status registers\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_RIS_ROR            ((uint32_t)(1<<0))\r
-/** Receive TimeOut */\r
-#define SSP_RIS_RT             ((uint32_t)(1<<1))\r
-/** Rx FIFO is at least half full */\r
-#define SSP_RIS_RX             ((uint32_t)(1<<2))\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_RIS_TX             ((uint32_t)(1<<3))\r
-/** RIS bit mask */\r
-#define SSP_RIS_BITMASK        ((uint32_t)(0x0F))\r
-\r
-/*********************************************************************//**\r
- * Macro define for (MIS) Masked Interrupt Status registers\r
- **********************************************************************/\r
-/** Receive Overrun */\r
-#define SSP_MIS_ROR            ((uint32_t)(1<<0))\r
-/** Receive TimeOut */\r
-#define SSP_MIS_RT             ((uint32_t)(1<<1))\r
-/** Rx FIFO is at least half full */\r
-#define SSP_MIS_RX             ((uint32_t)(1<<2))\r
-/** Tx FIFO is at least half empty */\r
-#define SSP_MIS_TX             ((uint32_t)(1<<3))\r
-/** MIS bit mask */\r
-#define SSP_MIS_BITMASK        ((uint32_t)(0x0F))\r
-\r
-/*********************************************************************//**\r
- * Macro define for (ICR) Interrupt Clear registers\r
- **********************************************************************/\r
-/** Writing a 1 to this bit clears the "frame was received when\r
- * RxFIFO was full" interrupt */\r
-#define SSP_ICR_ROR            ((uint32_t)(1<<0))\r
-/** Writing a 1 to this bit clears the "Rx FIFO was not empty and\r
- * has not been read for a timeout period" interrupt */\r
-#define SSP_ICR_RT             ((uint32_t)(1<<1))\r
-/** ICR bit mask */\r
-#define SSP_ICR_BITMASK        ((uint32_t)(0x03))\r
-\r
-/*********************************************************************//**\r
- * Macro defines for DMACR register\r
- **********************************************************************/\r
-/** SSP bit for enabling RX DMA */\r
-#define SSP_DMA_RXDMA_EN       ((uint32_t)(1<<0))\r
-/** SSP bit for enabling TX DMA */\r
-#define SSP_DMA_TXDMA_EN       ((uint32_t)(1<<1))\r
-/** DMACR      bit mask */\r
-#define SSP_DMA_BITMASK                ((uint32_t)(0x03))\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid SSP port number */\r
-#define PARAM_SSPx(n)  ((((uint32_t *)n)==((uint32_t *)LPC_SSP0)) \\r
-|| (((uint32_t *)n)==((uint32_t *)LPC_SSP1)))\r
-\r
-/** Macro check clock phase control mode */\r
-#define PARAM_SSP_CPHA(n)              ((n==SSP_CPHA_FIRST) || (n==SSP_CPHA_SECOND))\r
-\r
-/** Macro check clock polarity mode */\r
-#define PARAM_SSP_CPOL(n)              ((n==SSP_CPOL_HI) || (n==SSP_CPOL_LO))\r
-\r
-/* Macro check master/slave mode */\r
-#define PARAM_SSP_MODE(n)              ((n==SSP_SLAVE_MODE) || (n==SSP_MASTER_MODE))\r
-\r
-/* Macro check databit value */\r
-#define PARAM_SSP_DATABIT(n)   ((n==SSP_DATABIT_4) || (n==SSP_DATABIT_5) \\r
-|| (n==SSP_DATABIT_6) || (n==SSP_DATABIT_16) \\r
-|| (n==SSP_DATABIT_7) || (n==SSP_DATABIT_8) \\r
-|| (n==SSP_DATABIT_9) || (n==SSP_DATABIT_10) \\r
-|| (n==SSP_DATABIT_11) || (n==SSP_DATABIT_12) \\r
-|| (n==SSP_DATABIT_13) || (n==SSP_DATABIT_14) \\r
-|| (n==SSP_DATABIT_15))\r
-\r
-/* Macro check frame type */\r
-#define PARAM_SSP_FRAME(n) ((n==SSP_FRAME_SPI) || (n==SSP_FRAME_TI)\\r
-|| (n==SSP_FRAME_MICROWIRE))\r
-\r
-/* Macro check SSP status */\r
-#define PARAM_SSP_STAT(n) ((n==SSP_STAT_TXFIFO_EMPTY) || (n==SSP_STAT_TXFIFO_NOTFULL) \\r
-|| (n==SSP_STAT_RXFIFO_NOTEMPTY) || (n==SSP_STAT_RXFIFO_FULL) \\r
-|| (n==SSP_STAT_BUSY))\r
-\r
-/* Macro check interrupt configuration */\r
-#define PARAM_SSP_INTCFG(n)    ((n==SSP_INTCFG_ROR) || (n==SSP_INTCFG_RT) \\r
-|| (n==SSP_INTCFG_RX) || (n==SSP_INTCFG_TX))\r
-\r
-/* Macro check interrupt status value */\r
-#define PARAM_SSP_INTSTAT(n) ((n==SSP_INTSTAT_ROR) || (n==SSP_INTSTAT_RT) \\r
-|| (n==SSP_INTSTAT_RX) || (n==SSP_INTSTAT_TX))\r
-\r
-/* Macro check interrupt status raw value */\r
-#define PARAM_SSP_INTSTAT_RAW(n)       ((n==SSP_INTSTAT_RAW_ROR) || (n==SSP_INTSTAT_RAW_RT) \\r
-|| (n==SSP_INTSTAT_RAW_RX) || (n==SSP_INTSTAT_RAW_TX))\r
-\r
-/* Macro check interrupt clear mode */\r
-#define PARAM_SSP_INTCLR(n)    ((n==SSP_INTCLR_ROR) || (n==SSP_INTCLR_RT))\r
-\r
-/* Macro check DMA mode */\r
-#define PARAM_SSP_DMA(n)       ((n==SSP_DMA_TX) || (n==SSP_DMA_RX))\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup SSP_Public_Types SSP Public Types\r
- * @{\r
- */\r
-\r
-/** @brief SSP configuration structure */\r
-typedef struct {\r
-       uint32_t Databit;               /** Databit number, should be SSP_DATABIT_x,\r
-                                                       where x is in range from 4 - 16 */\r
-       uint32_t CPHA;                  /** Clock phase, should be:\r
-                                                               - SSP_CPHA_FIRST: first clock edge\r
-                                                               - SSP_CPHA_SECOND: second clock edge */\r
-       uint32_t CPOL;                  /** Clock polarity, should be:\r
-                                                               - SSP_CPOL_HI: high level\r
-                                                               - SSP_CPOL_LO: low level */\r
-       uint32_t Mode;                  /** SSP mode, should be:\r
-                                                               - SSP_MASTER_MODE: Master mode\r
-                                                               - SSP_SLAVE_MODE: Slave mode */\r
-       uint32_t FrameFormat;   /** Frame Format:\r
-                                                               - SSP_FRAME_SPI: Motorola SPI frame format\r
-                                                               - SSP_FRAME_TI: TI frame format\r
-                                                               - SSP_FRAME_MICROWIRE: National Microwire frame format */\r
-       uint32_t ClockRate;             /** Clock rate,in Hz */\r
-} SSP_CFG_Type;\r
-\r
-/**\r
- * @brief SSP Transfer Type definitions\r
- */\r
-typedef enum {\r
-       SSP_TRANSFER_POLLING = 0,       /**< Polling transfer */\r
-       SSP_TRANSFER_INTERRUPT          /**< Interrupt transfer */\r
-} SSP_TRANSFER_Type;\r
-\r
-/**\r
- * @brief SPI Data configuration structure definitions\r
- */\r
-typedef struct {\r
-       void *tx_data;                          /**< Pointer to transmit data */\r
-       uint32_t tx_cnt;                        /**< Transmit counter */\r
-       void *rx_data;                          /**< Pointer to transmit data */\r
-       uint32_t rx_cnt;                        /**< Receive counter */\r
-       uint32_t length;                        /**< Length of transfer data */\r
-       uint32_t status;                        /**< Current status of SSP activity */\r
-} SSP_DATA_SETUP_Type;\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup SSP_Public_Functions SSP Public Functions\r
- * @{\r
- */\r
-\r
-void SSP_Init(LPC_SSPn_Type *SSPx, SSP_CFG_Type *SSP_ConfigStruct);\r
-void SSP_DeInit(LPC_SSPn_Type* SSPx);\r
-\r
-void SSP_ConfigStructInit(SSP_CFG_Type *SSP_InitStruct);\r
-void SSP_Cmd(LPC_SSPn_Type* SSPx, FunctionalState NewState);\r
-void SSP_LoopBackCmd(LPC_SSPn_Type* SSPx, FunctionalState NewState);\r
-void SSP_SlaveOutputCmd(LPC_SSPn_Type* SSPx, FunctionalState NewState);\r
-void SSP_SendData(LPC_SSPn_Type* SSPx, uint16_t Data);\r
-uint16_t SSP_ReceiveData(LPC_SSPn_Type* SSPx);\r
-int32_t SSP_ReadWrite (LPC_SSPn_Type *SSPx, SSP_DATA_SETUP_Type *dataCfg, \\r
-                                               SSP_TRANSFER_Type xfType);\r
-FlagStatus SSP_GetStatus(LPC_SSPn_Type* SSPx, uint32_t FlagType);\r
-uint8_t SSP_GetDataSize(LPC_SSPn_Type* SSPx);\r
-void SSP_IntConfig(LPC_SSPn_Type *SSPx, uint32_t IntType, FunctionalState NewState);\r
-IntStatus SSP_GetRawIntStatus(LPC_SSPn_Type *SSPx, uint32_t RawIntType);\r
-IntStatus SSP_GetIntStatus (LPC_SSPn_Type *SSPx, uint32_t IntType);\r
-void SSP_ClearIntPending(LPC_SSPn_Type *SSPx, uint32_t IntType);\r
-void SSP_DMACmd(LPC_SSPn_Type *SSPx, uint32_t DMAMode, FunctionalState NewState);\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_SSP_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_timer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_timer.h
deleted file mode 100644 (file)
index 1233a5c..0000000
+++ /dev/null
@@ -1,352 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_timer.h         2011-06-02\r
-*//**\r
-* @file                lpc18xx_timer.h\r
-* @brief       Contains all functions support for Timer firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup TIMER TIMER\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __LPC18XX_TIMER_H_\r
-#define __LPC18XX_TIMER_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup TIMER_Private_Macros TIMER Private Macros\r
- * @{\r
- */\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/**********************************************************************\r
-** Interrupt information\r
-**********************************************************************/\r
-/** Macro to clean interrupt pending */\r
-#define TIM_IR_CLR(n) _BIT(n)\r
-\r
-/**********************************************************************\r
-** Timer interrupt register definitions\r
-**********************************************************************/\r
-/** Macro for getting a timer match interrupt bit */\r
-#define TIM_MATCH_INT(n)               (_BIT(n & 0x0F))\r
-/** Macro for getting a capture event interrupt bit */\r
-#define TIM_CAP_INT(n)     (_BIT(((n & 0x0F) + 4)))\r
-\r
-/**********************************************************************\r
-* Timer control register definitions\r
-**********************************************************************/\r
-/** Timer/counter enable bit */\r
-#define TIM_ENABLE                     ((uint32_t)(1<<0))\r
-/** Timer/counter reset bit */\r
-#define TIM_RESET                      ((uint32_t)(1<<1))\r
-/** Timer control bit mask */\r
-#define TIM_TCR_MASKBIT                ((uint32_t)(3))\r
-\r
-/**********************************************************************\r
-* Timer match control register definitions\r
-**********************************************************************/\r
-/** Bit location for interrupt on MRx match, n = 0 to 3 */\r
-#define TIM_INT_ON_MATCH(n)            (_BIT((n * 3)))\r
-/** Bit location for reset on MRx match, n = 0 to 3 */\r
-#define TIM_RESET_ON_MATCH(n)          (_BIT(((n * 3) + 1)))\r
-/** Bit location for stop on MRx match, n = 0 to 3 */\r
-#define TIM_STOP_ON_MATCH(n)           (_BIT(((n * 3) + 2)))\r
-/** Timer Match control bit mask */\r
-#define TIM_MCR_MASKBIT                           ((uint32_t)(0x0FFF))\r
-/** Timer Match control bit mask for specific channel*/\r
-#define        TIM_MCR_CHANNEL_MASKBIT(n)              ((uint32_t)(7<<(n*3)))\r
-\r
-/**********************************************************************\r
-* Timer capture control register definitions\r
-**********************************************************************/\r
-/** Bit location for CAP.n on CRx rising edge, n = 0 to 3 */\r
-#define TIM_CAP_RISING(n)      (_BIT((n * 3)))\r
-/** Bit location for CAP.n on CRx falling edge, n = 0 to 3 */\r
-#define TIM_CAP_FALLING(n)     (_BIT(((n * 3) + 1)))\r
-/** Bit location for CAP.n on CRx interrupt enable, n = 0 to 3 */\r
-#define TIM_INT_ON_CAP(n)      (_BIT(((n * 3) + 2)))\r
-/** Mask bit for rising and falling edge bit */\r
-#define TIM_EDGE_MASK(n)               (_SBF((n * 3), 0x03))\r
-/** Timer capture control bit mask */\r
-#define TIM_CCR_MASKBIT                        ((uint32_t)(0x3F))\r
-/** Timer Capture control bit mask for specific channel*/\r
-#define        TIM_CCR_CHANNEL_MASKBIT(n)              ((uint32_t)(7<<(n*3)))\r
-\r
-/**********************************************************************\r
-* Timer external match register definitions\r
-**********************************************************************/\r
-/** Bit location for output state change of MAT.n when external match\r
-   happens, n = 0 to 3 */\r
-#define TIM_EM(n)                      _BIT(n)\r
-/** Output state change of MAT.n when external match happens: no change */\r
-#define TIM_EM_NOTHING         ((uint8_t)(0x0))\r
-/** Output state change of MAT.n when external match happens: low */\r
-#define TIM_EM_LOW             ((uint8_t)(0x1))\r
-/** Output state change of MAT.n when external match happens: high */\r
-#define TIM_EM_HIGH            ((uint8_t)(0x2))\r
-/** Output state change of MAT.n when external match happens: toggle */\r
-#define TIM_EM_TOGGLE          ((uint8_t)(0x3))\r
-/** Macro for setting for the MAT.n change state bits */\r
-#define TIM_EM_SET(n,s)        (_SBF(((n << 1) + 4), (s & 0x03)))\r
-/** Mask for the MAT.n change state bits */\r
-#define TIM_EM_MASK(n)                 (_SBF(((n << 1) + 4), 0x03))\r
-/** Timer external match bit mask */\r
-#define TIM_EMR_MASKBIT        0x0FFF\r
-\r
-/**********************************************************************\r
-* Timer Count Control Register definitions\r
-**********************************************************************/\r
-/** Mask to get the Counter/timer mode bits */\r
-#define TIM_CTCR_MODE_MASK  0x3\r
-/** Mask to get the count input select bits */\r
-#define TIM_CTCR_INPUT_MASK 0xC\r
-/** Timer Count control bit mask */\r
-#define TIM_CTCR_MASKBIT       0xF\r
-#define TIM_COUNTER_MODE ((uint8_t)(1))\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-/** Macro to determine if it is valid TIMER peripheral */\r
-#define PARAM_TIMx(n)  ((((uint32_t *)n)==((uint32_t *)LPC_TIMER0)) || (((uint32_t *)n)==((uint32_t *)LPC_TIMER1)) \\r
-|| (((uint32_t *)n)==((uint32_t *)LPC_TIMER2)) || (((uint32_t *)n)==((uint32_t *)LPC_TIMER3)))\r
-\r
-/* Macro check interrupt type */\r
-#define PARAM_TIM_INT_TYPE(TYPE)       ((TYPE ==TIM_MR0_INT)||(TYPE ==TIM_MR1_INT)\\r
-||(TYPE ==TIM_MR2_INT)||(TYPE ==TIM_MR3_INT)\\r
-||(TYPE ==TIM_CR0_INT)||(TYPE ==TIM_CR1_INT)\\r
-||(TYPE ==TIM_CR2_INT)||(TYPE ==TIM_CR3_INT))\r
-\r
-/* Macro check TIMER mode */\r
-#define PARAM_TIM_MODE_OPT(MODE)       ((MODE == TIM_TIMER_MODE)||(MODE == TIM_COUNTER_RISING_MODE)\\r
-|| (MODE == TIM_COUNTER_RISING_MODE)||(MODE == TIM_COUNTER_RISING_MODE))\r
-\r
-/* Macro check TIMER prescale value */\r
-#define PARAM_TIM_PRESCALE_OPT(OPT)    ((OPT == TIM_PRESCALE_TICKVAL)||(OPT == TIM_PRESCALE_USVAL))\r
-\r
-/* Macro check TIMER counter intput mode */\r
-#define PARAM_TIM_COUNTER_INPUT_OPT(OPT)       ((OPT == TIM_COUNTER_INCAP0)||(OPT == TIM_COUNTER_INCAP1)\\r
-                                                                                       ||(OPT == TIM_COUNTER_INCAP2)||(OPT == TIM_COUNTER_INCAP3))\r
-\r
-/* Macro check TIMER external match mode */\r
-#define PARAM_TIM_EXTMATCH_OPT(OPT)    ((OPT == TIM_EXTMATCH_NOTHING)||(OPT == TIM_EXTMATCH_LOW)\\r
-||(OPT == TIM_EXTMATCH_HIGH)||(OPT == TIM_EXTMATCH_TOGGLE))\r
-\r
-/* Macro check TIMER external match mode */\r
-#define PARAM_TIM_CAP_MODE_OPT(OPT)    ((OPT == TIM_CAPTURE_NONE)||(OPT == TIM_CAPTURE_RISING) \\r
-||(OPT == TIM_CAPTURE_FALLING)||(OPT == TIM_CAPTURE_ANY))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup TIMER_Public_Types TIMER Public Types\r
- * @{\r
- */\r
-\r
-/***********************************************************************\r
- * @brief Timer device enumeration\r
-**********************************************************************/\r
-/** @brief interrupt type */\r
-typedef enum\r
-{\r
-       TIM_MR0_INT =0, /*!< interrupt for Match channel 0*/\r
-       TIM_MR1_INT =1, /*!< interrupt for Match channel 1*/\r
-       TIM_MR2_INT =2, /*!< interrupt for Match channel 2*/\r
-       TIM_MR3_INT =3, /*!< interrupt for Match channel 3*/\r
-       TIM_CR0_INT =4, /*!< interrupt for Capture channel 0*/\r
-       TIM_CR1_INT =5, /*!< interrupt for Capture channel 1*/\r
-       TIM_CR2_INT =6, /*!< interrupt for Capture channel 1*/\r
-       TIM_CR3_INT =7 /*!< interrupt for Capture channel 1*/\r
-}TIM_INT_TYPE;\r
-\r
-/** @brief Timer/counter operating mode */\r
-typedef enum\r
-{\r
-       TIM_TIMER_MODE = 0,                             /*!< Timer mode */\r
-       TIM_COUNTER_RISING_MODE,                /*!< Counter rising mode */\r
-       TIM_COUNTER_FALLING_MODE,               /*!< Counter falling mode */\r
-       TIM_COUNTER_ANY_MODE                    /*!< Counter on both edges */\r
-} TIM_MODE_OPT;\r
-\r
-/** @brief Timer/Counter prescale option */\r
-typedef enum\r
-{\r
-       TIM_PRESCALE_TICKVAL = 0,               /*!< Prescale in absolute value */\r
-       TIM_PRESCALE_USVAL                              /*!< Prescale in microsecond value */\r
-} TIM_PRESCALE_OPT;\r
-\r
-/** @brief Counter input option */\r
-typedef enum\r
-{\r
-       TIM_COUNTER_INCAP0 = 0,                 /*!< CAPn.0 input pin for TIMERn */\r
-       TIM_COUNTER_INCAP1,                             /*!< CAPn.1 input pin for TIMERn */\r
-       TIM_COUNTER_INCAP2,                             /*!< CAPn.2 input pin for TIMERn */\r
-       TIM_COUNTER_INCAP3                              /*!< CAPn.3 input pin for TIMERn */\r
-} TIM_COUNTER_INPUT_OPT;\r
-\r
-/** @brief Timer/Counter external match option */\r
-typedef enum\r
-{\r
-       TIM_EXTMATCH_NOTHING = 0,               /*!< Do nothing for external output pin if match */\r
-       TIM_EXTMATCH_LOW,                               /*!< Force external output pin to low if match */\r
-       TIM_EXTMATCH_HIGH,                              /*!< Force external output pin to high if match */\r
-       TIM_EXTMATCH_TOGGLE                             /*!< Toggle external output pin if match */\r
-}TIM_EXTMATCH_OPT;\r
-\r
-/** @brief Timer/counter capture mode options */\r
-typedef enum {\r
-       TIM_CAPTURE_NONE = 0,   /*!< No Capture */\r
-       TIM_CAPTURE_RISING,             /*!< Rising capture mode */\r
-       TIM_CAPTURE_FALLING,    /*!< Falling capture mode */\r
-       TIM_CAPTURE_ANY                 /*!< On both edges */\r
-} TIM_CAP_MODE_OPT;\r
-\r
-/***********************************************************************\r
- * @brief Timer structure definitions\r
-**********************************************************************/\r
-/** @brief Configuration structure in TIMER mode */\r
-typedef struct\r
-{\r
-\r
-       uint8_t PrescaleOption;         /**< Timer Prescale option, should be:\r
-                                                                       - TIM_PRESCALE_TICKVAL: Prescale in absolute value\r
-                                                                       - TIM_PRESCALE_USVAL: Prescale in microsecond value\r
-                                                                       */\r
-       uint8_t Reserved[3];            /**< Reserved */\r
-       uint32_t PrescaleValue;         /**< Prescale value */\r
-} TIM_TIMERCFG_Type;\r
-\r
-/** @brief Configuration structure in COUNTER mode */\r
-typedef struct {\r
-\r
-       uint8_t CounterOption;          /**< Counter Option, should be:\r
-                                                                       - TIM_COUNTER_INCAP0: CAPn.0 input pin for TIMERn\r
-                                                                       - TIM_COUNTER_INCAP1: CAPn.1 input pin for TIMERn\r
-                                                               */\r
-       uint8_t CountInputSelect;\r
-       uint8_t Reserved[2];\r
-} TIM_COUNTERCFG_Type;\r
-\r
-/** @brief Match channel configuration structure */\r
-typedef struct {\r
-       uint8_t MatchChannel;   /**< Match channel, should be in range\r
-                                                       from 0..3 */\r
-       uint8_t IntOnMatch;             /**< Interrupt On match, should be:\r
-                                                               - ENABLE: Enable this function.\r
-                                                               - DISABLE: Disable this function.\r
-                                                       */\r
-       uint8_t StopOnMatch;    /**< Stop On match, should be:\r
-                                                               - ENABLE: Enable this function.\r
-                                                               - DISABLE: Disable this function.\r
-                                                       */\r
-       uint8_t ResetOnMatch;   /**< Reset On match, should be:\r
-                                                               - ENABLE: Enable this function.\r
-                                                               - DISABLE: Disable this function.\r
-                                                       */\r
-\r
-       uint8_t ExtMatchOutputType;     /**< External Match Output type, should be:\r
-                                                               -        TIM_EXTMATCH_NOTHING:  Do nothing for external output pin if match\r
-                                                               -   TIM_EXTMATCH_LOW:   Force external output pin to low if match\r
-                                                               -        TIM_EXTMATCH_HIGH: Force external output pin to high if match\r
-                                                               -   TIM_EXTMATCH_TOGGLE: Toggle external output pin if match.\r
-                                                       */\r
-       uint8_t Reserved[3];    /** Reserved */\r
-       uint32_t MatchValue;    /** Match value */\r
-} TIM_MATCHCFG_Type;\r
-\r
-/** @brief Capture Input configuration structure */\r
-typedef struct {\r
-       uint8_t CaptureChannel; /**< Capture channel, should be in range\r
-                                                       from 0..1 */\r
-       uint8_t RisingEdge;             /**< caption rising edge, should be:\r
-                                                               - ENABLE: Enable rising edge.\r
-                                                               - DISABLE: Disable this function.\r
-                                                       */\r
-       uint8_t FallingEdge;    /**< caption falling edge, should be:\r
-                                                               - ENABLE: Enable falling edge.\r
-                                                               - DISABLE: Disable this function.\r
-                                                               */\r
-       uint8_t IntOnCaption;   /**< Interrupt On caption, should be:\r
-                                                               - ENABLE: Enable interrupt function.\r
-                                                               - DISABLE: Disable this function.\r
-                                                       */\r
-\r
-} TIM_CAPTURECFG_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup TIMER_Public_Functions TIMER Public Functions\r
- * @{\r
- */\r
-/* Init/DeInit TIM functions -----------*/\r
-void TIM_Init(LPC_TIMERn_Type *TIMx, TIM_MODE_OPT TimerCounterMode, void *TIM_ConfigStruct);\r
-void TIM_DeInit(LPC_TIMERn_Type *TIMx);\r
-\r
-/* TIM interrupt functions -------------*/\r
-void TIM_ClearIntPending(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag);\r
-void TIM_ClearIntCapturePending(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag);\r
-FlagStatus TIM_GetIntStatus(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag);\r
-FlagStatus TIM_GetIntCaptureStatus(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag);\r
-\r
-/* TIM configuration functions --------*/\r
-void TIM_ConfigStructInit(TIM_MODE_OPT TimerCounterMode, void *TIM_ConfigStruct);\r
-void TIM_ConfigMatch(LPC_TIMERn_Type *TIMx, TIM_MATCHCFG_Type *TIM_MatchConfigStruct);\r
-void TIM_UpdateMatchValue(LPC_TIMERn_Type *TIMx,uint8_t MatchChannel, uint32_t MatchValue);\r
-void TIM_SetMatchExt(LPC_TIMERn_Type *TIMx,TIM_EXTMATCH_OPT ext_match );\r
-void TIM_ConfigCapture(LPC_TIMERn_Type *TIMx, TIM_CAPTURECFG_Type *TIM_CaptureConfigStruct);\r
-void TIM_Cmd(LPC_TIMERn_Type *TIMx, FunctionalState NewState);\r
-\r
-uint32_t TIM_GetCaptureValue(LPC_TIMERn_Type *TIMx, TIM_COUNTER_INPUT_OPT CaptureChannel);\r
-void TIM_ResetCounter(LPC_TIMERn_Type *TIMx);\r
-void TIM_Waitus(uint32_t time);\r
-void TIM_Waitms(uint32_t time);\r
-/**\r
- * @}\r
- */\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* __LPC18XX_TIMER_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_uart.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_uart.h
deleted file mode 100644 (file)
index 541fc29..0000000
+++ /dev/null
@@ -1,677 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_uart.h          2011-06-02\r
-*//**\r
-* @file                lpc18xx_uart.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for UART firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup UART UART\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef __LPC18XX_UART_H\r
-#define __LPC18XX_UART_H\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup UART_Public_Macros  UART Public Macros\r
- * @{\r
- */\r
-\r
-/** UART time-out definitions in case of using Read() and Write function\r
- * with Blocking Flag mode\r
- */\r
-#define UART_BLOCKING_TIMEOUT                  (0xFFFFFFFFUL)\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup UART_Private_Macros UART Private Macros\r
- * @{\r
- */\r
-\r
-/* Accepted Error baud rate value (in percent unit) */\r
-#define UART_ACCEPTED_BAUDRATE_ERROR   (3)                     /*!< Acceptable UART baudrate error */\r
-\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UARTn Receiver Buffer Register\r
- **********************************************************************/\r
-#define UART_RBR_MASKBIT       ((uint8_t)0xFF)                 /*!< UART Received Buffer mask bit (8 bits) */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UARTn Transmit Holding Register\r
- **********************************************************************/\r
-#define UART_THR_MASKBIT       ((uint8_t)0xFF)                 /*!< UART Transmit Holding mask bit (8 bits) */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UARTn Divisor Latch LSB register\r
- **********************************************************************/\r
-#define UART_LOAD_DLL(div)     ((div) & 0xFF)  /**< Macro for loading least significant halfs of divisors */\r
-#define UART_DLL_MASKBIT       ((uint8_t)0xFF) /*!< Divisor latch LSB bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UARTn Divisor Latch MSB register\r
- **********************************************************************/\r
-#define UART_DLM_MASKBIT       ((uint8_t)0xFF)                 /*!< Divisor latch MSB bit mask */\r
-#define UART_LOAD_DLM(div)  (((div) >> 8) & 0xFF)      /**< Macro for loading most significant halfs of divisors */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART interrupt enable register\r
- **********************************************************************/\r
-#define UART_IER_RBRINT_EN             ((uint32_t)(1<<0))      /*!< RBR Interrupt enable*/\r
-#define UART_IER_THREINT_EN            ((uint32_t)(1<<1))      /*!< THR Interrupt enable*/\r
-#define UART_IER_RLSINT_EN             ((uint32_t)(1<<2))      /*!< RX line status interrupt enable*/\r
-#define UART1_IER_MSINT_EN             ((uint32_t)(1<<3))      /*!< Modem status interrupt enable */\r
-#define UART1_IER_CTSINT_EN            ((uint32_t)(1<<7))      /*!< CTS1 signal transition interrupt enable */\r
-#define UART_IER_ABEOINT_EN            ((uint32_t)(1<<8))      /*!< Enables the end of auto-baud interrupt */\r
-#define UART_IER_ABTOINT_EN            ((uint32_t)(1<<9))      /*!< Enables the auto-baud time-out interrupt */\r
-#define UART_IER_BITMASK               ((uint32_t)(0x307)) /*!< UART interrupt enable register bit mask */\r
-#define UART1_IER_BITMASK              ((uint32_t)(0x38F)) /*!< UART1 interrupt enable register bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART interrupt identification register\r
- **********************************************************************/\r
-#define UART_IIR_INTSTAT_PEND  ((uint32_t)(1<<0))      /*!<Interrupt Status - Active low */\r
-#define UART_IIR_INTID_RLS             ((uint32_t)(3<<1))      /*!<Interrupt identification: Receive line status*/\r
-#define UART_IIR_INTID_RDA             ((uint32_t)(2<<1))      /*!<Interrupt identification: Receive data available*/\r
-#define UART_IIR_INTID_CTI             ((uint32_t)(6<<1))      /*!<Interrupt identification: Character time-out indicator*/\r
-#define UART_IIR_INTID_THRE            ((uint32_t)(1<<1))      /*!<Interrupt identification: THRE interrupt*/\r
-#define UART1_IIR_INTID_MODEM  ((uint32_t)(0<<1))      /*!<Interrupt identification: Modem interrupt*/\r
-#define UART_IIR_INTID_MASK            ((uint32_t)(7<<1))      /*!<Interrupt identification: Interrupt ID mask */\r
-#define UART_IIR_FIFO_EN               ((uint32_t)(3<<6))      /*!<These bits are equivalent to UnFCR[0] */\r
-#define UART_IIR_ABEO_INT              ((uint32_t)(1<<8))      /*!< End of auto-baud interrupt */\r
-#define UART_IIR_ABTO_INT              ((uint32_t)(1<<9))      /*!< Auto-baud time-out interrupt */\r
-#define UART_IIR_BITMASK               ((uint32_t)(0x3CF))     /*!< UART interrupt identification register bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART FIFO control register\r
- **********************************************************************/\r
-#define UART_FCR_FIFO_EN               ((uint8_t)(1<<0))       /*!< UART FIFO enable */\r
-#define UART_FCR_RX_RS                 ((uint8_t)(1<<1))       /*!< UART FIFO RX reset */\r
-#define UART_FCR_TX_RS                 ((uint8_t)(1<<2))       /*!< UART FIFO TX reset */\r
-#define UART_FCR_DMAMODE_SEL   ((uint8_t)(1<<3))       /*!< UART DMA mode selection */\r
-#define UART_FCR_TRG_LEV0              ((uint8_t)(0))          /*!< UART FIFO trigger level 0: 1 character */\r
-#define UART_FCR_TRG_LEV1              ((uint8_t)(1<<6))       /*!< UART FIFO trigger level 1: 4 character */\r
-#define UART_FCR_TRG_LEV2              ((uint8_t)(2<<6))       /*!< UART FIFO trigger level 2: 8 character */\r
-#define UART_FCR_TRG_LEV3              ((uint8_t)(3<<6))       /*!< UART FIFO trigger level 3: 14 character */\r
-#define UART_FCR_BITMASK               ((uint8_t)(0xCF))       /*!< UART FIFO control bit mask */\r
-#define UART_TX_FIFO_SIZE              (16)\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART line control register\r
- **********************************************************************/\r
-#define UART_LCR_WLEN5                 ((uint8_t)(0))                  /*!< UART 5 bit data mode */\r
-#define UART_LCR_WLEN6                 ((uint8_t)(1<<0))       /*!< UART 6 bit data mode */\r
-#define UART_LCR_WLEN7                 ((uint8_t)(2<<0))       /*!< UART 7 bit data mode */\r
-#define UART_LCR_WLEN8                 ((uint8_t)(3<<0))       /*!< UART 8 bit data mode */\r
-#define UART_LCR_STOPBIT_SEL   ((uint8_t)(1<<2))       /*!< UART Two Stop Bits Select */\r
-#define UART_LCR_PARITY_EN             ((uint8_t)(1<<3))               /*!< UART Parity Enable */\r
-#define UART_LCR_PARITY_ODD            ((uint8_t)(0))          /*!< UART Odd Parity Select */\r
-#define UART_LCR_PARITY_EVEN   ((uint8_t)(1<<4))               /*!< UART Even Parity Select */\r
-#define UART_LCR_PARITY_F_1            ((uint8_t)(2<<4))               /*!< UART force 1 stick parity */\r
-#define UART_LCR_PARITY_F_0            ((uint8_t)(3<<4))               /*!< UART force 0 stick parity */\r
-#define UART_LCR_BREAK_EN              ((uint8_t)(1<<6))               /*!< UART Transmission Break enable */\r
-#define UART_LCR_DLAB_EN               ((uint8_t)(1<<7))       /*!< UART Divisor Latches Access bit enable */\r
-#define UART_LCR_BITMASK               ((uint8_t)(0xFF))               /*!< UART line control bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART1 Modem Control Register\r
- **********************************************************************/\r
-#define UART1_MCR_DTR_CTRL             ((uint8_t)(1<<0))               /*!< Source for modem output pin DTR */\r
-#define UART1_MCR_RTS_CTRL             ((uint8_t)(1<<1))               /*!< Source for modem output pin RTS */\r
-#define UART1_MCR_LOOPB_EN             ((uint8_t)(1<<4))               /*!< Loop back mode select */\r
-#define UART1_MCR_AUTO_RTS_EN  ((uint8_t)(1<<6))               /*!< Enable Auto RTS flow-control */\r
-#define UART1_MCR_AUTO_CTS_EN  ((uint8_t)(1<<7))               /*!< Enable Auto CTS flow-control */\r
-#define UART1_MCR_BITMASK              ((uint8_t)(0x0F3))              /*!< UART1 bit mask value */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART line status register\r
- **********************************************************************/\r
-#define UART_LSR_RDR           ((uint8_t)(1<<0))       /*!<Line status register: Receive data ready*/\r
-#define UART_LSR_OE                    ((uint8_t)(1<<1))       /*!<Line status register: Overrun error*/\r
-#define UART_LSR_PE                    ((uint8_t)(1<<2))       /*!<Line status register: Parity error*/\r
-#define UART_LSR_FE                    ((uint8_t)(1<<3))       /*!<Line status register: Framing error*/\r
-#define UART_LSR_BI                    ((uint8_t)(1<<4))       /*!<Line status register: Break interrupt*/\r
-#define UART_LSR_THRE          ((uint8_t)(1<<5))       /*!<Line status register: Transmit holding register empty*/\r
-#define UART_LSR_TEMT          ((uint8_t)(1<<6))       /*!<Line status register: Transmitter empty*/\r
-#define UART_LSR_RXFE          ((uint8_t)(1<<7))       /*!<Error in RX FIFO*/\r
-#define UART_LSR_BITMASK       ((uint8_t)(0xFF))       /*!<UART Line status bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART Modem (UART1 only) status register\r
- **********************************************************************/\r
-#define UART1_MSR_DELTA_CTS            ((uint8_t)(1<<0))       /*!< Set upon state change of input CTS */\r
-#define UART1_MSR_DELTA_DSR            ((uint8_t)(1<<1))       /*!< Set upon state change of input DSR */\r
-#define UART1_MSR_LO2HI_RI             ((uint8_t)(1<<2))       /*!< Set upon low to high transition of input RI */\r
-#define UART1_MSR_DELTA_DCD            ((uint8_t)(1<<3))       /*!< Set upon state change of input DCD */\r
-#define UART1_MSR_CTS                  ((uint8_t)(1<<4))       /*!< Clear To Send State */\r
-#define UART1_MSR_DSR                  ((uint8_t)(1<<5))       /*!< Data Set Ready State */\r
-#define UART1_MSR_RI                   ((uint8_t)(1<<6))       /*!< Ring Indicator State */\r
-#define UART1_MSR_DCD                  ((uint8_t)(1<<7))       /*!< Data Carrier Detect State */\r
-#define UART1_MSR_BITMASK              ((uint8_t)(0xFF))       /*!< MSR register bit-mask value */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART Scratch Pad Register\r
- **********************************************************************/\r
-#define UART_SCR_BIMASK                ((uint8_t)(0xFF))       /*!< UART Scratch Pad bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART Auto baudrate control register\r
- **********************************************************************/\r
-#define UART_ACR_START                         ((uint32_t)(1<<0))      /**< UART Auto-baud start */\r
-#define UART_ACR_MODE                          ((uint32_t)(1<<1))      /**< UART Auto baudrate Mode 1 */\r
-#define UART_ACR_AUTO_RESTART          ((uint32_t)(1<<2))      /**< UART Auto baudrate restart */\r
-#define UART_ACR_ABEOINT_CLR           ((uint32_t)(1<<8))      /**< UART End of auto-baud interrupt clear */\r
-#define UART_ACR_ABTOINT_CLR           ((uint32_t)(1<<9))      /**< UART Auto-baud time-out interrupt clear */\r
-#define UART_ACR_BITMASK                       ((uint32_t)(0x307))     /**< UART Auto Baudrate register bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART IrDA control register\r
- **********************************************************************/\r
-#define UART_ICR_IRDAEN                        ((uint32_t)(1<<0))                      /**< IrDA mode enable */\r
-#define UART_ICR_IRDAINV               ((uint32_t)(1<<1))                      /**< IrDA serial input inverted */\r
-#define UART_ICR_FIXPULSE_EN   ((uint32_t)(1<<2))                      /**< IrDA fixed pulse width mode */\r
-#define UART_ICR_PULSEDIV(n)   ((uint32_t)((n&0x07)<<3))       /**< PulseDiv - Configures the pulse when FixPulseEn = 1 */\r
-#define UART_ICR_BITMASK               ((uint32_t)(0x3F))                      /*!< UART IRDA bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART half duplex register\r
- **********************************************************************/\r
-#define UART_HDEN_HDEN                 ((uint32_t)(1<<0))                      /**< enable half-duplex mode*/\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART smart card interface control register\r
- **********************************************************************/\r
-#define UART_SCICTRL_SCIEN             ((uint32_t)(1<<0))                      /**< enable asynchronous half-duplex smart card interface*/\r
-#define UART_SCICTRL_NACKDIS   ((uint32_t)(1<<1))                      /**< NACK response is inhibited*/\r
-#define UART_SCICTRL_PROTSEL_T1        ((uint32_t)(1<<2))                      /**< ISO7816-3 protocol T1 is selected*/\r
-#define UART_SCICTRL_TXRETRY(n)        ((uint32_t)((n&0x07)<<5))       /**< number of retransmission*/\r
-#define UART_SCICTRL_GUARDTIME(n)      ((uint32_t)((n&0xFF)<<8))       /**< Extra guard time*/\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART synchronous control register\r
- **********************************************************************/\r
-#define UART_SYNCCTRL_SYNC             ((uint32_t)(1<<0))                      /**< enable synchronous mode*/\r
-#define UART_SYNCCTRL_CSRC_MASTER      ((uint32_t)(1<<1))              /**< synchronous master mode*/\r
-#define UART_SYNCCTRL_FES              ((uint32_t)(1<<2))                      /**< sample on falling edge*/\r
-#define UART_SYNCCTRL_TSBYPASS ((uint32_t)(1<<3))                      /**< to be defined*/\r
-#define UART_SYNCCTRL_CSCEN            ((uint32_t)(1<<4))                      /**< continuous running clock enable (master mode only)*/\r
-#define UART_SYNCCTRL_STARTSTOPDISABLE ((uint32_t)(1<<5))      /**< do not send start/stop bit*/\r
-#define UART_SYNCCTRL_CCCLR            ((uint32_t)(1<<6))                      /**< stop continuous clock*/\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART Fractional divider register\r
- **********************************************************************/\r
-#define UART_FDR_DIVADDVAL(n)  ((uint32_t)(n&0x0F))            /**< Baud-rate generation pre-scaler divisor */\r
-#define UART_FDR_MULVAL(n)             ((uint32_t)((n<<4)&0xF0))       /**< Baud-rate pre-scaler multiplier value */\r
-#define UART_FDR_BITMASK               ((uint32_t)(0xFF))                      /**< UART Fractional Divider register bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART Tx Enable register\r
- **********************************************************************/\r
-#define UART1_TER_TXEN                 ((uint8_t)(1<<7))               /*!< Transmit enable bit */\r
-#define UART1_TER_BITMASK              ((uint8_t)(0x80))               /**< UART Transmit Enable Register bit mask */\r
-#define UART0_2_3_TER_TXEN             ((uint8_t)(1<<0))               /*!< Transmit enable bit */\r
-#define UART0_2_3_TER_BITMASK  ((uint8_t)(0x01))               /**< UART Transmit Enable Register bit mask */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART1 RS485 Control register\r
- **********************************************************************/\r
-#define UART_RS485CTRL_NMM_EN          ((uint32_t)(1<<0))      /*!< RS-485/EIA-485 Normal Multi-drop Mode (NMM)\r
-                                                                                                               is disabled */\r
-#define UART_RS485CTRL_RX_DIS          ((uint32_t)(1<<1))      /*!< The receiver is disabled */\r
-#define UART_RS485CTRL_AADEN           ((uint32_t)(1<<2))      /*!< Auto Address Detect (AAD) is enabled */\r
-#define UART_RS485CTRL_SEL_DTR         ((uint32_t)(1<<3))      /*!< If direction control is enabled\r
-                                                                                                               (bit DCTRL = 1), pin DTR is used for direction control */\r
-#define UART_RS485CTRL_DCTRL_EN        ((uint32_t)(1<<4))      /*!< Enable Auto Direction Control */\r
-#define UART_RS485CTRL_OINV_1          ((uint32_t)(1<<5))      /*!< This bit reverses the polarity of the direction\r
-                                                                                                               control signal on the RTS (or DTR) pin. The direction control pin\r
-                                                                                                               will be driven to logic "1" when the transmitter has data to be sent */\r
-#define UART_RS485CTRL_BITMASK         ((uint32_t)(0x3F))      /**< RS485 control bit-mask value */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART1 RS-485 Address Match register\r
- **********************************************************************/\r
-#define UART_RS485ADRMATCH_BITMASK ((uint8_t)(0xFF))   /**< Bit mask value */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART1 RS-485 Delay value register\r
- **********************************************************************/\r
-/* Macro defines for UART1 RS-485 Delay value register */\r
-#define UART_RS485DLY_BITMASK          ((uint8_t)(0xFF))       /** Bit mask value */\r
-\r
-/*********************************************************************//**\r
- * Macro defines for Macro defines for UART FIFO Level register\r
- **********************************************************************/\r
-#define UART_FIFOLVL_RXFIFOLVL(n)      ((uint32_t)(n&0x0F))            /**< Reflects the current level of the UART receiver FIFO */\r
-#define UART_FIFOLVL_TXFIFOLVL(n)      ((uint32_t)((n>>8)&0x0F))       /**< Reflects the current level of the UART transmitter FIFO */\r
-#define UART_FIFOLVL_BITMASK           ((uint32_t)(0x0F0F))            /**< UART FIFO Level Register bit mask */\r
-\r
-\r
-/* ---------------- CHECK PARAMETER DEFINITIONS ---------------------------- */\r
-\r
-/** Macro to check the input UART_DATABIT parameters */\r
-#define PARAM_UART_DATABIT(databit)    ((databit==UART_DATABIT_5) || (databit==UART_DATABIT_6)\\r
-|| (databit==UART_DATABIT_7) || (databit==UART_DATABIT_8))\r
-\r
-/** Macro to check the input UART_STOPBIT parameters */\r
-#define PARAM_UART_STOPBIT(stopbit)    ((stopbit==UART_STOPBIT_1) || (stopbit==UART_STOPBIT_2))\r
-\r
-/** Macro to check the input UART_PARITY parameters */\r
-#define PARAM_UART_PARITY(parity)      ((parity==UART_PARITY_NONE) || (parity==UART_PARITY_ODD) \\r
-|| (parity==UART_PARITY_EVEN) || (parity==UART_PARITY_SP_1) \\r
-|| (parity==UART_PARITY_SP_0))\r
-\r
-/** Macro to check the input UART_FIFO parameters */\r
-#define PARAM_UART_FIFO_LEVEL(fifo)    ((fifo==UART_FIFO_TRGLEV0) \\r
-|| (fifo==UART_FIFO_TRGLEV1) || (fifo==UART_FIFO_TRGLEV2) \\r
-|| (fifo==UART_FIFO_TRGLEV3))\r
-\r
-/** Macro to check the input UART_INTCFG parameters */\r
-#define PARAM_UART_INTCFG(IntCfg)      ((IntCfg==UART_INTCFG_RBR) || (IntCfg==UART_INTCFG_THRE) \\r
-|| (IntCfg==UART_INTCFG_RLS) || (IntCfg==UART_INTCFG_ABEO) \\r
-|| (IntCfg==UART_INTCFG_ABTO))\r
-\r
-/** Macro to check the input UART1_INTCFG parameters - expansion input parameter for UART1 */\r
-#define PARAM_UART1_INTCFG(IntCfg)     ((IntCfg==UART1_INTCFG_MS) || (IntCfg==UART1_INTCFG_CTS))\r
-\r
-/** Macro to check the input UART_AUTOBAUD_MODE parameters */\r
-#define PARAM_UART_AUTOBAUD_MODE(ABmode)       ((ABmode==UART_AUTOBAUD_MODE0) || (ABmode==UART_AUTOBAUD_MODE1))\r
-\r
-/** Macro to check the input UART_AUTOBAUD_INTSTAT parameters */\r
-#define PARAM_UART_AUTOBAUD_INTSTAT(ABIntStat) ((ABIntStat==UART_AUTOBAUD_INTSTAT_ABEO) || \\r
-               (ABIntStat==UART_AUTOBAUD_INTSTAT_ABTO))\r
-\r
-/** Macro to check the input UART_IrDA_PULSEDIV parameters */\r
-#define PARAM_UART_IrDA_PULSEDIV(PulseDiv)     ((PulseDiv==UART_IrDA_PULSEDIV2) || (PulseDiv==UART_IrDA_PULSEDIV4) \\r
-|| (PulseDiv==UART_IrDA_PULSEDIV8) || (PulseDiv==UART_IrDA_PULSEDIV16) \\r
-|| (PulseDiv==UART_IrDA_PULSEDIV32) || (PulseDiv==UART_IrDA_PULSEDIV64) \\r
-|| (PulseDiv==UART_IrDA_PULSEDIV128) || (PulseDiv==UART_IrDA_PULSEDIV256))\r
-\r
-/* Macro to check the input UART1_SignalState parameters */\r
-#define PARAM_UART1_SIGNALSTATE(x) ((x==INACTIVE) || (x==ACTIVE))\r
-\r
-/** Macro to check the input PARAM_UART1_MODEM_PIN parameters */\r
-#define PARAM_UART1_MODEM_PIN(x) ((x==UART1_MODEM_PIN_DTR) || (x==UART1_MODEM_PIN_RTS))\r
-\r
-/** Macro to check the input PARAM_UART1_MODEM_MODE parameters */\r
-#define PARAM_UART1_MODEM_MODE(x) ((x==UART1_MODEM_MODE_LOOPBACK) || (x==UART1_MODEM_MODE_AUTO_RTS) \\r
-|| (x==UART1_MODEM_MODE_AUTO_CTS))\r
-\r
-/** Macro to check the direction control pin type */\r
-#define PARAM_UART_RS485_DIRCTRL_PIN(x)        ((x==UART_RS485_DIRCTRL_RTS) || (x==UART_RS485_DIRCTRL_DTR)|| (x==UART_RS485_DIRCTRL_DIR))\r
-\r
-/* Macro to determine if it is valid UART port number */\r
-#define PARAM_UARTx(x) ((((uint32_t *)x)==((uint32_t *)LPC_USART0)) \\r
-|| (((uint32_t *)x)==((uint32_t *)LPC_UART1)) \\r
-|| (((uint32_t *)x)==((uint32_t *)LPC_USART2)) \\r
-|| (((uint32_t *)x)==((uint32_t *)LPC_USART3)))\r
-#define PARAM_UART_IrDA(x) (((uint32_t *)x)==((uint32_t *)LPC_USART3))\r
-#define PARAM_UART1_MODEM(x) (((uint32_t *)x)==((uint32_t *)LPC_UART1))\r
-\r
-/** Macro to check the input value for UART_RS485_CFG_MATCHADDRVALUE parameter */\r
-#define PARAM_UART_RS485_CFG_MATCHADDRVALUE(x) ((x<0xFF))\r
-\r
-/** Macro to check the input value for UART_RS485_CFG_DELAYVALUE parameter */\r
-#define PARAM_UART_RS485_CFG_DELAYVALUE(x) ((x<0xFF))\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup UART_Public_Types UART Public Types\r
- * @{\r
- */\r
-\r
-/***********************************************************************\r
- * @brief UART enumeration\r
-**********************************************************************/\r
-/**\r
- * @brief UART Databit type definitions\r
- */\r
-typedef enum {\r
-       UART_DATABIT_5          = 0,                    /*!< UART 5 bit data mode */\r
-       UART_DATABIT_6,                                 /*!< UART 6 bit data mode */\r
-       UART_DATABIT_7,                                 /*!< UART 7 bit data mode */\r
-       UART_DATABIT_8                                  /*!< UART 8 bit data mode */\r
-} UART_DATABIT_Type;\r
-\r
-/**\r
- * @brief UART Stop bit type definitions\r
- */\r
-typedef enum {\r
-       UART_STOPBIT_1          = (0),                                          /*!< UART 1 Stop Bits Select */\r
-       UART_STOPBIT_2                                                                  /*!< UART Two Stop Bits Select */\r
-} UART_STOPBIT_Type;\r
-\r
-/**\r
- * @brief UART Parity type definitions\r
- */\r
-typedef enum {\r
-       UART_PARITY_NONE        = 0,                                    /*!< No parity */\r
-       UART_PARITY_ODD,                                                        /*!< Odd parity */\r
-       UART_PARITY_EVEN,                                                       /*!< Even parity */\r
-       UART_PARITY_SP_1,                                                       /*!< Forced "1" stick parity */\r
-       UART_PARITY_SP_0                                                        /*!< Forced "0" stick parity */\r
-} UART_PARITY_Type;\r
-\r
-/**\r
- * @brief FIFO Level type definitions\r
- */\r
-typedef enum {\r
-       UART_FIFO_TRGLEV0 = 0,  /*!< UART FIFO trigger level 0: 1 character */\r
-       UART_FIFO_TRGLEV1,              /*!< UART FIFO trigger level 1: 4 character */\r
-       UART_FIFO_TRGLEV2,              /*!< UART FIFO trigger level 2: 8 character */\r
-       UART_FIFO_TRGLEV3               /*!< UART FIFO trigger level 3: 14 character */\r
-} UART_FITO_LEVEL_Type;\r
-\r
-\r
-/********************************************************************//**\r
-* @brief UART Interrupt Type definitions\r
-**********************************************************************/\r
-typedef enum {\r
-       UART_INTCFG_RBR = 0,    /*!< RBR Interrupt enable*/\r
-       UART_INTCFG_THRE,               /*!< THR Interrupt enable*/\r
-       UART_INTCFG_RLS,                /*!< RX line status interrupt enable*/\r
-       UART1_INTCFG_MS,                /*!< Modem status interrupt enable (UART1 only) */\r
-       UART1_INTCFG_CTS,               /*!< CTS1 signal transition interrupt enable (UART1 only) */\r
-       UART_INTCFG_ABEO,               /*!< Enables the end of auto-baud interrupt */\r
-       UART_INTCFG_ABTO                /*!< Enables the auto-baud time-out interrupt */\r
-} UART_INT_Type;\r
-\r
-/**\r
- * @brief UART Line Status Type definition\r
- */\r
-typedef enum {\r
-       UART_LINESTAT_RDR       = UART_LSR_RDR,                 /*!<Line status register: Receive data ready*/\r
-       UART_LINESTAT_OE        = UART_LSR_OE,                  /*!<Line status register: Overrun error*/\r
-       UART_LINESTAT_PE        = UART_LSR_PE,                  /*!<Line status register: Parity error*/\r
-       UART_LINESTAT_FE        = UART_LSR_FE,                  /*!<Line status register: Framing error*/\r
-       UART_LINESTAT_BI        = UART_LSR_BI,                  /*!<Line status register: Break interrupt*/\r
-       UART_LINESTAT_THRE      = UART_LSR_THRE,                /*!<Line status register: Transmit holding register empty*/\r
-       UART_LINESTAT_TEMT      = UART_LSR_TEMT,                /*!<Line status register: Transmitter empty*/\r
-       UART_LINESTAT_RXFE      = UART_LSR_RXFE                 /*!<Error in RX FIFO*/\r
-} UART_LS_Type;\r
-\r
-/**\r
- * @brief UART Auto-baudrate mode type definition\r
- */\r
-typedef enum {\r
-       UART_AUTOBAUD_MODE0                             = 0,                    /**< UART Auto baudrate Mode 0 */\r
-       UART_AUTOBAUD_MODE1                                                     /**< UART Auto baudrate Mode 1 */\r
-} UART_AB_MODE_Type;\r
-\r
-/**\r
- * @brief Auto Baudrate mode configuration type definition\r
- */\r
-typedef struct {\r
-       UART_AB_MODE_Type       ABMode;                 /**< Autobaudrate mode */\r
-       FunctionalState         AutoRestart;    /**< Auto Restart state */\r
-} UART_AB_CFG_Type;\r
-\r
-/**\r
- * @brief UART End of Auto-baudrate type definition\r
- */\r
-typedef enum {\r
-       UART_AUTOBAUD_INTSTAT_ABEO              = UART_IIR_ABEO_INT,            /**< UART End of auto-baud interrupt  */\r
-       UART_AUTOBAUD_INTSTAT_ABTO              = UART_IIR_ABTO_INT                     /**< UART Auto-baud time-out interrupt  */\r
-}UART_ABEO_Type;\r
-\r
-/**\r
- * UART IrDA Control type Definition\r
- */\r
-typedef enum {\r
-       UART_IrDA_PULSEDIV2             = 0,            /**< Pulse width = 2 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV4,                            /**< Pulse width = 4 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV8,                            /**< Pulse width = 8 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV16,                           /**< Pulse width = 16 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV32,                           /**< Pulse width = 32 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV64,                           /**< Pulse width = 64 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV128,                          /**< Pulse width = 128 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-       UART_IrDA_PULSEDIV256                           /**< Pulse width = 256 * Tpclk\r
-                                                                               - Configures the pulse when FixPulseEn = 1 */\r
-} UART_IrDA_PULSE_Type;\r
-\r
-/********************************************************************//**\r
-* @brief UART1 Full modem -  Signal states definition\r
-**********************************************************************/\r
-typedef enum {\r
-       INACTIVE = 0,                   /* In-active state */\r
-       ACTIVE = !INACTIVE              /* Active state */\r
-}UART1_SignalState;\r
-\r
-/**\r
- * @brief UART modem status type definition\r
- */\r
-typedef enum {\r
-       UART1_MODEM_STAT_DELTA_CTS      = UART1_MSR_DELTA_CTS,          /*!< Set upon state change of input CTS */\r
-       UART1_MODEM_STAT_DELTA_DSR      = UART1_MSR_DELTA_DSR,          /*!< Set upon state change of input DSR */\r
-       UART1_MODEM_STAT_LO2HI_RI       = UART1_MSR_LO2HI_RI,           /*!< Set upon low to high transition of input RI */\r
-       UART1_MODEM_STAT_DELTA_DCD      = UART1_MSR_DELTA_DCD,          /*!< Set upon state change of input DCD */\r
-       UART1_MODEM_STAT_CTS            = UART1_MSR_CTS,                        /*!< Clear To Send State */\r
-       UART1_MODEM_STAT_DSR            = UART1_MSR_DSR,                        /*!< Data Set Ready State */\r
-       UART1_MODEM_STAT_RI                     = UART1_MSR_RI,                         /*!< Ring Indicator State */\r
-       UART1_MODEM_STAT_DCD            = UART1_MSR_DCD                         /*!< Data Carrier Detect State */\r
-} UART_MODEM_STAT_type;\r
-\r
-/**\r
- * @brief Modem output pin type definition\r
- */\r
-typedef enum {\r
-       UART1_MODEM_PIN_DTR                     = 0,            /*!< Source for modem output pin DTR */\r
-       UART1_MODEM_PIN_RTS                                             /*!< Source for modem output pin RTS */\r
-} UART_MODEM_PIN_Type;\r
-\r
-/**\r
- * @brief UART Modem mode type definition\r
- */\r
-typedef enum {\r
-       UART1_MODEM_MODE_LOOPBACK       = 0,            /*!< Loop back mode select */\r
-       UART1_MODEM_MODE_AUTO_RTS,                              /*!< Enable Auto RTS flow-control */\r
-       UART1_MODEM_MODE_AUTO_CTS                               /*!< Enable Auto CTS flow-control */\r
-} UART_MODEM_MODE_Type;\r
-\r
-/**\r
- * @brief UART Direction Control Pin type definition\r
- */\r
-typedef enum {\r
-       UART_RS485_DIRCTRL_RTS = 0,     /**< Pin RTS is used for direction control */\r
-       UART_RS485_DIRCTRL_DTR,         /**< Pin DTR is used for direction control */\r
-       UART_RS485_DIRCTRL_DIR          /**< Pin DIR is used for direction control */\r
-} UART_RS485_DIRCTRL_PIN_Type;\r
-\r
-\r
-/********************************************************************//**\r
-* @brief UART Configuration Structure definition\r
-**********************************************************************/\r
-typedef struct {\r
-  uint32_t Baud_rate;                  /**< UART baud rate */\r
-  UART_PARITY_Type Parity;     /**< Parity selection, should be:\r
-                                                          - UART_PARITY_NONE: No parity\r
-                                                          - UART_PARITY_ODD: Odd parity\r
-                                                          - UART_PARITY_EVEN: Even parity\r
-                                                          - UART_PARITY_SP_1: Forced "1" stick parity\r
-                                                          - UART_PARITY_SP_0: Forced "0" stick parity\r
-                                                          */\r
-  UART_DATABIT_Type Databits;   /**< Number of data bits, should be:\r
-                                                          - UART_DATABIT_5: UART 5 bit data mode\r
-                                                          - UART_DATABIT_6: UART 6 bit data mode\r
-                                                          - UART_DATABIT_7: UART 7 bit data mode\r
-                                                          - UART_DATABIT_8: UART 8 bit data mode\r
-                                                          */\r
-  UART_STOPBIT_Type Stopbits;   /**< Number of stop bits, should be:\r
-                                                          - UART_STOPBIT_1: UART 1 Stop Bits Select\r
-                                                          - UART_STOPBIT_2: UART 2 Stop Bits Select\r
-                                                          */\r
-} UART_CFG_Type;\r
-\r
-/********************************************************************//**\r
-* @brief UART FIFO Configuration Structure definition\r
-**********************************************************************/\r
-\r
-typedef struct {\r
-       FunctionalState FIFO_ResetRxBuf;        /**< Reset Rx FIFO command state , should be:\r
-                                                                                - ENABLE: Reset Rx FIFO in UART\r
-                                                                                - DISABLE: Do not reset Rx FIFO  in UART\r
-                                                                                */\r
-       FunctionalState FIFO_ResetTxBuf;        /**< Reset Tx FIFO command state , should be:\r
-                                                                                - ENABLE: Reset Tx FIFO in UART\r
-                                                                                - DISABLE: Do not reset Tx FIFO  in UART\r
-                                                                                */\r
-       FunctionalState FIFO_DMAMode;           /**< DMA mode, should be:\r
-                                                                                - ENABLE: Enable DMA mode in UART\r
-                                                                                - DISABLE: Disable DMA mode in UART\r
-                                                                                */\r
-       UART_FITO_LEVEL_Type FIFO_Level;        /**< Rx FIFO trigger level, should be:\r
-                                                                               - UART_FIFO_TRGLEV0: UART FIFO trigger level 0: 1 character\r
-                                                                               - UART_FIFO_TRGLEV1: UART FIFO trigger level 1: 4 character\r
-                                                                               - UART_FIFO_TRGLEV2: UART FIFO trigger level 2: 8 character\r
-                                                                               - UART_FIFO_TRGLEV3: UART FIFO trigger level 3: 14 character\r
-                                                                               */\r
-} UART_FIFO_CFG_Type;\r
-\r
-/********************************************************************//**\r
-* @brief UART1 Full modem -  RS485 Control configuration type\r
-**********************************************************************/\r
-typedef struct {\r
-       FunctionalState NormalMultiDropMode_State; /*!< Normal MultiDrop mode State:\r
-                                                                                                       - ENABLE: Enable this function.\r
-                                                                                                       - DISABLE: Disable this function. */\r
-       FunctionalState Rx_State;                                       /*!< Receiver State:\r
-                                                                                                       - ENABLE: Enable Receiver.\r
-                                                                                                       - DISABLE: Disable Receiver. */\r
-       FunctionalState AutoAddrDetect_State;           /*!< Auto Address Detect mode state:\r
-                                                                                               - ENABLE: ENABLE this function.\r
-                                                                                               - DISABLE: Disable this function. */\r
-       FunctionalState AutoDirCtrl_State;                      /*!< Auto Direction Control State:\r
-                                                                                               - ENABLE: Enable this function.\r
-                                                                                               - DISABLE: Disable this function. */\r
-       UART_RS485_DIRCTRL_PIN_Type DirCtrlPin;         /*!< If direction control is enabled, state:\r
-                                                                                               - UART1_RS485_DIRCTRL_RTS:\r
-                                                                                               pin RTS is used for direction control.\r
-                                                                                               - UART1_RS485_DIRCTRL_DTR:\r
-                                                                                               pin DTR is used for direction control. */\r
-        SetState DirCtrlPol_Level;                                     /*!< Polarity of the direction control signal on\r
-                                                                                               the RTS (or DTR) pin:\r
-                                                                                               - RESET: The direction control pin will be driven\r
-                                                                                               to logic "0" when the transmitter has data to be sent.\r
-                                                                                               - SET: The direction control pin will be driven\r
-                                                                                               to logic "1" when the transmitter has data to be sent. */\r
-       uint8_t MatchAddrValue;                                 /*!< address match value for RS-485/EIA-485 mode, 8-bit long */\r
-       uint8_t DelayValue;                                             /*!< delay time is in periods of the baud clock, 8-bit long */\r
-} UART_RS485_CTRLCFG_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup UART_Public_Functions UART Public Functions\r
- * @{\r
- */\r
-/* UART Init/DeInit functions --------------------------------------------------*/\r
-void UART_Init(LPC_USARTn_Type *UARTx, UART_CFG_Type *UART_ConfigStruct);\r
-void UART_DeInit(LPC_USARTn_Type* UARTx);\r
-void UART_ConfigStructInit(UART_CFG_Type *UART_InitStruct);\r
-\r
-/* UART Send/Receive functions -------------------------------------------------*/\r
-void UART_SendByte(LPC_USARTn_Type* UARTx, uint8_t Data);\r
-uint8_t UART_ReceiveByte(LPC_USARTn_Type* UARTx);\r
-uint32_t UART_Send(LPC_USARTn_Type *UARTx, uint8_t *txbuf,\r
-               uint32_t buflen, TRANSFER_BLOCK_Type flag);\r
-uint32_t UART_Receive(LPC_USARTn_Type *UARTx, uint8_t *rxbuf, \\r
-               uint32_t buflen, TRANSFER_BLOCK_Type flag);\r
-\r
-/* UART FIFO functions ----------------------------------------------------------*/\r
-void UART_FIFOConfig(LPC_USARTn_Type *UARTx, UART_FIFO_CFG_Type *FIFOCfg);\r
-void UART_FIFOConfigStructInit(UART_FIFO_CFG_Type *UART_FIFOInitStruct);\r
-\r
-/* UART operate functions -------------------------------------------------------*/\r
-void UART_IntConfig(LPC_USARTn_Type *UARTx, UART_INT_Type UARTIntCfg, \\r
-                               FunctionalState NewState);\r
-void UART_ABCmd(LPC_USARTn_Type *UARTx, UART_AB_CFG_Type *ABConfigStruct, \\r
-                               FunctionalState NewState);\r
-void UART_TxCmd(LPC_USARTn_Type *UARTx, FunctionalState NewState);\r
-uint8_t UART_GetLineStatus(LPC_USARTn_Type* UARTx);\r
-FlagStatus UART_CheckBusy(LPC_USARTn_Type *UARTx);\r
-void UART_ForceBreak(LPC_USARTn_Type* UARTx);\r
-\r
-/* UART1 FullModem functions ----------------------------------------------------*/\r
-void UART_FullModemForcePinState(LPC_UART1_Type *UARTx, UART_MODEM_PIN_Type Pin, \\r
-                                                       UART1_SignalState NewState);\r
-void UART_FullModemConfigMode(LPC_UART1_Type *UARTx, UART_MODEM_MODE_Type Mode, \\r
-                                                       FunctionalState NewState);\r
-uint8_t UART_FullModemGetStatus(LPC_UART1_Type *UARTx);\r
-\r
-/* UART RS485 functions ----------------------------------------------------------*/\r
-void UART_RS485Config(LPC_USARTn_Type *UARTx, \\r
-               UART_RS485_CTRLCFG_Type *RS485ConfigStruct);\r
-void UART_RS485ReceiverCmd(LPC_USARTn_Type *UARTx, FunctionalState NewState);\r
-void UART_RS485SendSlvAddr(LPC_USARTn_Type *UARTx, uint8_t SlvAddr);\r
-uint32_t UART_RS485SendData(LPC_USARTn_Type *UARTx, uint8_t *pData, uint32_t size);\r
-\r
-/* UART IrDA functions-------------------------------------------------------------*/\r
-void UART_IrDAInvtInputCmd(LPC_USARTn_Type* UARTx, FunctionalState NewState);\r
-void UART_IrDACmd(LPC_USARTn_Type* UARTx, FunctionalState NewState);\r
-void UART_IrDAPulseDivConfig(LPC_USARTn_Type *UARTx, UART_IrDA_PULSE_Type PulseDiv);\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* __LPC18XX_UART_H */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_utils.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_utils.h
deleted file mode 100644 (file)
index fd049c5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _LPC18XX_UTILS_H\r
-#define _LPC18XX_UTILS_H\r
-\r
-#include "lpc_types.h"\r
-extern uint32_t msec;\r
-extern volatile uint32_t u32Milliseconds;\r
-void SysTick_Handler (void);\r
-int timer_delay_us( int cnt);\r
-int timer_delay_ms( int cnt);\r
-#endif\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_wwdt.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc18xx_wwdt.h
deleted file mode 100644 (file)
index 3d7331b..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_wwdt.h          2011-06-02\r
-*//**\r
-* @file                lpc18xx_wwdt.h\r
-* @brief       Contains all macro definitions and function prototypes\r
-*                      support for WWDT firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup WWDT     WWDT (Windowed WatchDog Timer)\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-\r
-#ifndef LPC18XX_WWDT_H_\r
-#define LPC18XX_WWDT_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc_types.h"\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup WWDT_Public_Macros  WWDT Public Macros\r
- * @{\r
- */\r
-/** WDT oscillator frequency value */\r
-#define WDT_OSC                (12000000UL)            /* WWDT uses IRC clock */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @defgroup WWDT_Private_Macros WWDT Private Macros\r
- * @{\r
- */\r
-// time is calculated by usec\r
-#define WDT_GET_FROM_USEC(time)                ((time*10)/((WWDT_US_INDEX *10 * 4)/WDT_OSC))\r
-#define WDT_GET_USEC(counter)          ((counter * ((WWDT_US_INDEX *10 * 4)/WDT_OSC))/10)\r
-\r
-\r
-/* --------------------- BIT DEFINITIONS -------------------------------------- */\r
-/** WWDT interrupt enable bit */\r
-#define WWDT_WDMOD_WDEN                            ((uint32_t)(1<<0))\r
-/** WWDT interrupt enable bit */\r
-#define WWDT_WDMOD_WDRESET                     ((uint32_t)(1<<1))\r
-/** WWDT time out flag bit */\r
-#define WWDT_WDMOD_WDTOF                       ((uint32_t)(1<<2))\r
-/** WDT Time Out flag bit */\r
-#define WWDT_WDMOD_WDINT                       ((uint32_t)(1<<3))\r
-/** WWDT Protect flag bit */\r
-#define WWDT_WDMOD_WDPROTECT           ((uint32_t)(1<<4))\r
-\r
-/** Define divider index for microsecond ( us ) */\r
-#define WWDT_US_INDEX          ((uint32_t)(1000000))\r
-\r
-/** WWDT Time out minimum value */\r
-#define WWDT_TIMEOUT_MIN       ((uint32_t)(0xFF))\r
-/** WWDT Time out maximum value */\r
-#define WWDT_TIMEOUT_MAX       ((uint32_t)(0x00FFFFFF))\r
-\r
-/** WWDT Warning minimum value */\r
-#define WWDT_WARNINT_MIN       ((uint32_t)(0xFF))\r
-/** WWDT Warning maximum value */\r
-#define WWDT_WARNINT_MAX       ((uint32_t)(0x000003FF))\r
-\r
-/** WWDT Windowed minimum value */\r
-#define WWDT_WINDOW_MIN                ((uint32_t)(0xFF))\r
-/** WWDT Windowed minimum value */\r
-#define WWDT_WINDOW_MAX                ((uint32_t)(0x00FFFFFF))\r
-\r
-/** WWDT timer constant register mask */\r
-#define WWDT_WDTC_MASK                 ((uint32_t)(0x00FFFFFF))\r
-/** WWDT warning value register mask */\r
-#define WWDT_WDWARNINT_MASK            ((uint32_t)(0x000003FF))\r
-/** WWDT feed sequence register mask */\r
-#define WWDT_WDFEED_MASK               ((uint32_t)(0x000000FF))\r
-\r
-/** WWDT flag */\r
-#define WWDT_WARNINT_FLAG              ((uint8_t)(0))\r
-#define WWDT_TIMEOUT_FLAG              ((uint8_t)(1))\r
-\r
-/** WWDT mode definitions */\r
-#define WWDT_PROTECT_MODE              ((uint8_t)(0))\r
-#define WWDT_RESET_MODE                        ((uint8_t)(1))\r
-\r
-\r
-/* WWDT Timer value definition (us) */\r
-#define WWDT_TIMEOUT_USEC_MIN                  ((uint32_t)(WDT_GET_USEC(WWDT_TIMEOUT_MIN)))//microseconds\r
-#define WWDT_TIMEOUT_USEC_MAX                  ((uint32_t)(WDT_GET_USEC(WWDT_TIMEOUT_MAX)))\r
-\r
-#define WWDT_TIMEWARN_USEC_MIN                 ((uint32_t)(WDT_GET_USEC(WWDT_WARNINT_MIN)))\r
-#define WWDT_TIMEWARN_USEC_MAX                 ((uint32_t)(WDT_GET_USEC(WWDT_WARNINT_MAX)))\r
-\r
-#define WWDT_TIMEWINDOWED_USEC_MIN             ((uint32_t)(WDT_GET_USEC(WWDT_WINDOW_MIN)))\r
-#define WWDT_TIMEWINDOWED_USEC_MAX             ((uint32_t)(WDT_GET_USEC(WWDT_WINDOW_MAX)))\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup WWDT_Public_Types WWDT Public Types\r
- * @{\r
- */\r
-/********************************************************************//**\r
- * @brief WWDT structure definitions\r
- **********************************************************************/\r
-typedef struct Wdt_Config\r
-{\r
-       uint8_t wdtReset;                       /**< if ENABLE -> the Reset bit is enabled                              */\r
-       uint8_t wdtProtect;                     /**< if ENABLE -> the Protect bit is enabled                    */\r
-       uint32_t wdtTmrConst;           /**< Set the constant value to timeout the WDT (us)             */\r
-       uint32_t wdtWarningVal;         /**< Set the value to warn the WDT with interrupt (us)  */\r
-       uint32_t wdtWindowVal;          /**< Set a window vaule for WDT (us)                                    */\r
-}st_Wdt_Config;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @defgroup WWDT_Public_Functions WWDT Public Functions\r
- * @{\r
- */\r
-\r
-void WWDT_Init(void);\r
-void WWDT_UpdateTimeOut(uint32_t TimeOut);\r
-void WWDT_Feed (void);\r
-void WWDT_SetWarning(uint32_t WarnTime);\r
-void WWDT_SetWindow(uint32_t WindowedTime);\r
-void WWDT_Configure(st_Wdt_Config wdtCfg);\r
-void WWDT_Start(void);\r
-FlagStatus WWDT_GetStatus (uint8_t Status);\r
-void WWDT_ClearStatusFlag (uint8_t flag);\r
-uint32_t WWDT_GetCurrentCount(void);\r
-/**\r
- * @}\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_WWDT_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc_types.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/lpc_types.h
deleted file mode 100644 (file)
index bbe56e2..0000000
+++ /dev/null
@@ -1,211 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc_types.h                     2011-06-02\r
-*//**\r
-* @file                lpc_types.h\r
-* @brief       Contains the NXP ABL typedefs for C standard types.\r
-*              It is intended to be used in ISO C conforming development\r
-*              environments and checks for this insofar as it is possible\r
-*              to do so.\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Type group ----------------------------------------------------------- */\r
-/** @defgroup LPC_Types LPC_Types\r
- * @ingroup LPC1800CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC_TYPES_H\r
-#define LPC_TYPES_H\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include <stdint.h>\r
-\r
-\r
-/* Public Types --------------------------------------------------------------- */\r
-/** @defgroup LPC_Types_Public_Types LPC_Types Public Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief Boolean Type definition\r
- */\r
-typedef enum {FALSE = 0, TRUE = !FALSE} Bool;\r
-\r
-/**\r
- * @brief Flag Status and Interrupt Flag Status type definition\r
- */\r
-typedef enum {RESET = 0, SET = !RESET} FlagStatus, IntStatus, SetState;\r
-#define PARAM_SETSTATE(State) ((State==RESET) || (State==SET))\r
-\r
-/**\r
- * @brief Functional State Definition\r
- */\r
-typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;\r
-#define PARAM_FUNCTIONALSTATE(State) ((State==DISABLE) || (State==ENABLE))\r
-\r
-/**\r
- * @ Status type definition\r
- */\r
-typedef enum {ERROR = 0, SUCCESS = !ERROR} Status;\r
-\r
-\r
-/**\r
- * Read/Write transfer type mode (Block or non-block)\r
- */\r
-typedef enum\r
-{\r
-       NONE_BLOCKING = 0,              /**< None Blocking type */\r
-       BLOCKING,                               /**< Blocking type */\r
-} TRANSFER_BLOCK_Type;\r
-\r
-\r
-/** Pointer to Function returning Void (any number of parameters) */\r
-typedef void (*PFV)();\r
-\r
-/** Pointer to Function returning int32_t (any number of parameters) */\r
-typedef int32_t(*PFI)();\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Macros -------------------------------------------------------------- */\r
-/** @defgroup LPC_Types_Public_Macros  LPC_Types Public Macros\r
- * @{\r
- */\r
-\r
-/* _BIT(n) sets the bit at position "n"\r
- * _BIT(n) is intended to be used in "OR" and "AND" expressions:\r
- * e.g., "(_BIT(3) | _BIT(7))".\r
- */\r
-#undef _BIT\r
-/* Set bit macro */\r
-#define _BIT(n)        (1<<(n))\r
-\r
-/* _SBF(f,v) sets the bit field starting at position "f" to value "v".\r
- * _SBF(f,v) is intended to be used in "OR" and "AND" expressions:\r
- * e.g., "((_SBF(5,7) | _SBF(12,0xF)) & 0xFFFF)"\r
- */\r
-#undef _SBF\r
-/* Set bit field macro */\r
-#define _SBF(f,v) ((v)<<(f))\r
-\r
-/* _BITMASK constructs a symbol with 'field_width' least significant\r
- * bits set.\r
- * e.g., _BITMASK(5) constructs '0x1F', _BITMASK(16) == 0xFFFF\r
- * The symbol is intended to be used to limit the bit field width\r
- * thusly:\r
- * <a_register> = (any_expression) & _BITMASK(x), where 0 < x <= 32.\r
- * If "any_expression" results in a value that is larger than can be\r
- * contained in 'x' bits, the bits above 'x - 1' are masked off.  When\r
- * used with the _SBF example above, the example would be written:\r
- * a_reg = ((_SBF(5,7) | _SBF(12,0xF)) & _BITMASK(16))\r
- * This ensures that the value written to a_reg is no wider than\r
- * 16 bits, and makes the code easier to read and understand.\r
- */\r
-#undef _BITMASK\r
-/* Bitmask creation macro */\r
-#define _BITMASK(field_width) ( _BIT(field_width) - 1)\r
-\r
-/* NULL pointer */\r
-#ifndef NULL\r
-#define NULL ((void*) 0)\r
-#endif\r
-\r
-/* Number of elements in an array */\r
-#define NELEMENTS(array)  (sizeof (array) / sizeof (array[0]))\r
-\r
-/* Static data/function define */\r
-#define STATIC static\r
-/* External data/function define */\r
-#define EXTERN extern\r
-\r
-#if !defined(MAX)\r
-#define MAX(a, b) (((a) > (b)) ? (a) : (b))\r
-#endif\r
-#if !defined(MIN)\r
-#define MIN(a, b) (((a) < (b)) ? (a) : (b))\r
-#endif\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Old Type Definition compatibility ------------------------------------------ */\r
-/** @addtogroup LPC_Types_Public_Types LPC_Types Public Types\r
- * @{\r
- */\r
-\r
-/** SMA type for character type */\r
-typedef char CHAR;\r
-\r
-/** SMA type for 8 bit unsigned value */\r
-typedef uint8_t UNS_8;\r
-\r
-/** SMA type for 8 bit signed value */\r
-typedef int8_t INT_8;\r
-\r
-/** SMA type for 16 bit unsigned value */\r
-typedef        uint16_t UNS_16;\r
-\r
-/** SMA type for 16 bit signed value */\r
-typedef        int16_t INT_16;\r
-\r
-/** SMA type for 32 bit unsigned value */\r
-typedef        uint32_t UNS_32;\r
-\r
-/** SMA type for 32 bit signed value */\r
-typedef        int32_t INT_32;\r
-\r
-/** SMA type for 64 bit signed value */\r
-typedef int64_t INT_64;\r
-\r
-/** SMA type for 64 bit unsigned value */\r
-typedef uint64_t UNS_64;\r
-\r
-/** 32 bit boolean type */\r
-typedef Bool BOOL_32;\r
-\r
-/** 16 bit boolean type */\r
-typedef Bool BOOL_16;\r
-\r
-/** 8 bit boolean type */\r
-typedef Bool BOOL_8;\r
-\r
-#ifdef __CC_ARM\r
-#define INLINE  __inline\r
-#else\r
-#define INLINE inline\r
-#endif\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-#endif /* LPC_TYPES_H */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/spifi_rom_api.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/spifi_rom_api.h
deleted file mode 100644 (file)
index 041fd63..0000000
+++ /dev/null
@@ -1,248 +0,0 @@
-/***********************************************************************
-*   Copyright(C) 2011, NXP Semiconductor
-*   All rights reserved.
-*
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-
-#ifndef SPIFI_ROM_API_H
-#define SPIFI_ROM_API_H
-
-#include <stdint.h>
-/* define the symbol TESTING in the environment        if test output desired */
-
-/* maintain LONGEST_PROT >= the length (in bytes) of the largest
-       protection block of any serial flash that this driver handles */
-#define LONGEST_PROT 68
-
-typedef uint8_t uc;
-
-#ifndef NULL
-#define NULL ((void *)0)
-#endif
-
-/* protection/sector descriptors */
-typedef struct {
-       uint32_t base;
-       uc flags;
-       int8_t log2;
-       uint16_t rept;
-} protEnt;
-/* bits in the flags byte */
-enum {RWPROT=1};
-
-/* overall data structure includes # sectors, length of protection reg, 
-   array of descriptors 
-typedef struct {
-       uint16_t sectors;
-       uint16_t protBytes;
-       protEnt *entries;
-} protDesc;    */
-
-typedef union {
-       uint16_t hw;
-       uc byte[2];
-}stat_t;
-/* the object that init returns, and other routines use as an operand */
-typedef struct {
-       uint32_t base, regbase, devSize, memSize;
-       uc mfger, devType, devID, busy;
-       stat_t stat;
-       uint16_t reserved;
-       uint16_t set_prot, write_prot;
-       uint32_t mem_cmd, prog_cmd;
-       uint16_t sectors, protBytes;
-       uint32_t opts, errCheck;
-       uc erase_shifts[4], erase_ops[4];
-       protEnt *protEnts;
-       char prot[LONGEST_PROT];
-} SPIFIobj;
-
-/* operands of program and erase */
-typedef struct {
-       char *dest;
-       uint32_t length;
-    char *scratch;
-       int32_t protect;
-       uint32_t options;
-} SPIFIopers;
-
-/* instruction classes for wait_busy */
-typedef enum {stat_inst, block_erase, prog_inst, chip_erase} inst_type;
-
-/* bits in options operands (MODE3, RCVCLK, and FULLCLK 
-       have the same relationship as in the Control register) */
-#define S_MODE3 1
-#define S_MODE0 0
-#define S_MINIMAL 2
-#define S_MAXIMAL 0
-#define S_FORCE_ERASE 4
-#define S_ERASE_NOT_REQD 8
-#define S_CALLER_ERASE 8
-#define S_ERASE_AS_REQD 0
-#define S_VERIFY_PROG 0x10
-#define S_VERIFY_ERASE 0x20
-#define S_NO_VERIFY 0
-#define S_RCVCLK 0x80
-#define S_INTCLK 0
-#define S_FULLCLK 0x40
-#define S_HALFCLK 0
-#define S_DUAL 0x100
-#define S_CALLER_PROT 0x200
-#define S_DRIVER_PROT 0
-
-/* the following values in the first post-address memory command byte work
-   for all known quad devices that support "no opcode" operation */
-#define NO_OPCODE_FOLLOWS 0xA5
-#define    OPCODE_FOLLOWS 0xFF
-
-/* basic SPI commands for serial flash */
-#define BASE_READ_CMD        (CMD_RD<<OPCODE_SHIFT|4<<FRAMEFORM_SHIFT|UNL_DATA)
-#define FAST_READ_CMD (CMD_READ_FAST<<OPCODE_SHIFT|4<<FRAMEFORM_SHIFT|1<<INTLEN_SHIFT|UNL_DATA)
-#define BASE_PROG_CMD      (CMD_PROG<<OPCODE_SHIFT|4<<FRAMEFORM_SHIFT|DOUT)
-
-/* the length of a standard    program command is 256 on all devices */
-#define PROG_SIZE 256
-
-/* options in obj->opts (mostly for setMulti) */
-/* used by Winbond: send 0xA3 command so hardware can read faster */
-#define OPT_SEND_A3        1
-/* used by SST: send 0x38 command to enable quad and allow full command set */
-#define OPT_SEND_38        2
-/* used by Winbond and others: read status reg 2, check it, 
-       if necessary write it back with Quad Enable set */
-#define OPT_35_OR02_01     4
-/* used by Atmel: read Configuration register, if necessary set Quad Enable */
-#define OPT_3F_OR80_3E     8
-/* used by Numonyx to set all-quad mode: only for parts that include RSTQIO */
-#define OPT_65_CLR_C0_61   0x10
-/* used by Numonyx: send 0x81 command to write Volatile Configuration Register
-   to set # dummy bytes and allow XIP mode */
-#define OPT_81          0x20
-/* set for devices without full device erase command (Numonyx type 0x40) */
-#define OPT_NO_DEV_ERASE 0x40
-/* used by Macronix: status reg 2 includes selection between write-protect 
-       in status reg and command-based */
-#define OPT_WPSEL       0x80
-/* set when protection data has been read into the SPIFI object */
-#define OPT_PROT_READ  0x100
-/* set if device needs 4-byte address (and maybe 0x4B command = use 4-byte address) */
-#define OPT_4BAD       0x200
-/* set if setMulti should set the Dual bit in Control reg */
-#define OPT_DUAL          0x400
-/* send "# dummy bits" in C0 command to Winbond */
-#define OPT_C0         0x800
-/* set QE for Chingis */
-#define OPT_05_OR40_01 0x1000
-/* write status does not go busy */
-#define OPT_01_NO_BUSY 0x2000
-/* protection mode bits moved from protMode byte to opts  Fri May 13 2011 */
-#define OPT_PROT_STAT 0x4000
-#define OPT_PROT_REG  0x8000
-#define OPT_PROT_CMD3 0x10000
-#define OPT_PROT_CMDE 0x20000
-#define OPT_PROT_MASK 0x3C000
-
-#define OPT_ALL_QUAD  0x40000
-
-#ifndef OMIT_ROM_TABLE
-/* interface to ROM API */
-typedef struct {
-  int32_t (*spifi_init)      (SPIFIobj *obj, uint32_t csHigh, uint32_t options, 
-                          uint32_t mhz);
-  int32_t (*spifi_program)   (SPIFIobj *obj, char *source, SPIFIopers *opers);
-  int32_t (*spifi_erase)     (SPIFIobj *obj, SPIFIopers *opers);
-  /* mode switching */
-  void (*cancel_mem_mode)(SPIFIobj *obj);
-  void (*set_mem_mode)   (SPIFIobj *obj);
-
-  /* mid level functions */
-  int32_t (*checkAd)         (SPIFIobj *obj, SPIFIopers *opers);
-  int32_t (*setProt)         (SPIFIobj *obj, SPIFIopers *opers, char *change, 
-                          char *saveProt);
-  int32_t (*check_block)     (SPIFIobj *obj, char *source, SPIFIopers *opers, 
-                          uint32_t check_program);
-  int32_t (*send_erase_cmd)  (SPIFIobj *obj, uint8_t op, uint32_t addr);
-  uint32_t (*ck_erase)   (SPIFIobj *obj, uint32_t *addr, uint32_t length);
-  int32_t (*prog_block)      (SPIFIobj *obj, char *source, SPIFIopers *opers, 
-                          uint32_t *left_in_page);
-  uint32_t (*ck_prog)    (SPIFIobj *obj, char *source, char *dest, uint32_t length);
-
-  /* low level functions */
-  void(*setSize)         (SPIFIobj *obj, int32_t value);
-  int32_t (*setDev)          (SPIFIobj *obj, uint32_t opts, uint32_t mem_cmd, 
-                          uint32_t prog_cmd);
-  uint32_t (*cmd)        (uc op, uc addrLen, uc intLen, uint16_t len);
-  uint32_t (*readAd)     (SPIFIobj *obj, uint32_t cmd, uint32_t addr);
-  void (*send04)         (SPIFIobj *obj, uc op, uc len, uint32_t value);
-  void (*wren_sendAd)    (SPIFIobj *obj, uint32_t cmd, uint32_t addr, uint32_t value);
-  int32_t (*write_stat)      (SPIFIobj *obj, uc len, uint16_t value);
-  int32_t (*wait_busy)       (SPIFIobj *obj, uc prog_or_erase);
-} SPIFI_RTNS;
-
-#define define_spifi_romPtr(name) const SPIFI_RTNS *name=*((SPIFI_RTNS **)SPIFI_ROM_PTR)
-#endif /* OMIT_ROM_TABLE */
-
-#ifdef USE_SPIFI_LIB
-extern SPIFI_RTNS spifi_table;
-#endif /* USE_SPIFI_LIB */
-/* example of using this interface:
-#include "spifi_rom_api.h"
-#define CSHIGH 4
-#define SPIFI_MHZ 80
-#define source_data_ad (char *)1234
-
-       int32_t rc;
-       SPIFIopers opers;
-
-       define_spifi_romPtr(spifi);
-       SPIFIobj *obj = malloc(sizeof(SPIFIobj));
-       if (!obj) { can't allocate memory }
-
-       rc = spifi->spifi_init (obj, CSHIGH, S_FULLCLK+S_RCVCLK, SPIFI_MHZ);
-       if (rc) { investigate init error rc }
-       printf ("the serial flash contains %d bytes\n", obj->devSize);
-
-       opers.dest = where_to_program;
-       opers.length = how_many_bytes;
-       opers.scratch = NULL;                   // unprogrammed data is not saved/restored
-       opers.protect = -1;                             // save & restore protection
-       opers.options = S_VERIFY_PROG;
-
-       rc = spifi->spifi_program (obj, source_data_ad, &opers);
-       if (rc) { investigate program error rc }
-*/
-
-/* these are for normal users, including boot code */
-int32_t spifi_init (SPIFIobj *obj, uint32_t csHigh, uint32_t options, uint32_t mhz);
-int32_t spifi_program (SPIFIobj *obj, char *source, SPIFIopers *opers);
-int32_t spifi_erase (SPIFIobj *obj, SPIFIopers *opers);
-
-/* these are used by the manufacturer-specific init functions */
-void setSize (SPIFIobj *obj, int32_t value);
-int32_t setDev (SPIFIobj *obj, uint32_t opts, uint32_t mem_cmd, uint32_t prog_cmd);
-uint32_t read04(SPIFIobj *obj, uc op, uc len);
-int32_t write_stat (SPIFIobj *obj, uc len, uint16_t value);
-void setProtEnts(SPIFIobj *obj, const protEnt *p, uint32_t protTabLen);
-
-/* needs to be defined for each platform */
-void pullMISO(int high);
-
-#ifdef TESTING
-/* used by testing code */
-unsigned short getProtBytes (SPIFIobj *obj, unsigned short *sectors);
-/* predeclare a debug routine */
-void wait_sample (volatile unsigned *addr, unsigned mask, unsigned value);
-#endif
-
-#endif /* SPIFI_ROM_API_H */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/system_LPC18xx.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/inc/system_LPC18xx.h
deleted file mode 100644 (file)
index 80c3c73..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/**********************************************************************\r
-* $Id$         system_LPC18xx.h                        2011-06-02\r
-*//**\r
-* @file                system_LPC18xx.h\r
-* @brief       Cortex-M3 Device System Header File for NXP LPC18xx Series.\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-#ifndef __SYSTEM_LPC18xx_H\r
-#define __SYSTEM_LPC18xx_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-#include <stdint.h>\r
-extern uint32_t SystemCoreClock;     /*!< System Clock Frequency (Core Clock)  */\r
-\r
-/**\r
- * Initialize the system\r
- *\r
- * @param  none\r
- * @return none\r
- *\r
- * @brief  Setup the microcontroller system.\r
- *         Initialize the System and update the SystemCoreClock variable.\r
- */\r
-extern void SystemInit (void);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* __SYSTEM_LPC18xx_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/debug_frmwrk.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/debug_frmwrk.c
deleted file mode 100644 (file)
index a50358e..0000000
+++ /dev/null
@@ -1,326 +0,0 @@
-/**********************************************************************\r
-* $Id$         debug_frmwrk.c          2011-06-02\r
-*//**\r
-* @file                debug_frmwrk.c\r
-* @brief       Contains some utilities that used for debugging through UART\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup DEBUG_FRMWRK\r
- * @{\r
- */\r
-\r
-#ifndef _DEBUG_FRMWRK_\r
-#define _DEBUG_FRMWRK_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "debug_frmwrk.h"\r
-#include "lpc18xx_scu.h"\r
-#include <stdarg.h>\r
-#include <stdio.h>\r
-\r
-#ifdef CDC_DEBUG_MESSEGES\r
-#include "usbhw.h"\r
-#include "cdcuser.h"\r
-#include "CDCdemo.h"\r
-#include "lpc18xx_utils.h"\r
-#include <string.h>\r
-#endif\r
-\r
-/* Debug framework */\r
-\r
-void (*_db_msg)(LPC_USARTn_Type *UARTx, const void *s);\r
-void (*_db_msg_)(LPC_USARTn_Type *UARTx, const void *s);\r
-void (*_db_char)(LPC_USARTn_Type *UARTx, uint8_t ch);\r
-void (*_db_dec)(LPC_USARTn_Type *UARTx, uint8_t decn);\r
-void (*_db_dec_16)(LPC_USARTn_Type *UARTx, uint16_t decn);\r
-void (*_db_dec_32)(LPC_USARTn_Type *UARTx, uint32_t decn);\r
-void (*_db_hex)(LPC_USARTn_Type *UARTx, uint8_t hexn);\r
-void (*_db_hex_16)(LPC_USARTn_Type *UARTx, uint16_t hexn);\r
-void (*_db_hex_32)(LPC_USARTn_Type *UARTx, uint32_t hexn);\r
-uint8_t (*_db_get_char)(LPC_USARTn_Type *UARTx);\r
-\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a character to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  ch              Character to put\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutChar (LPC_USARTn_Type *UARTx, uint8_t ch)\r
-{\r
-       UART_Send(UARTx, &ch, 1, BLOCKING);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get a character to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @return             character value that returned\r
- **********************************************************************/\r
-uint8_t UARTGetChar (LPC_USARTn_Type *UARTx)\r
-{\r
-       uint8_t tmp = 0;\r
-       UART_Receive(UARTx, &tmp, 1, BLOCKING);\r
-       return(tmp);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a string to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  str     string to put\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPuts(LPC_USARTn_Type *UARTx, const void *str)\r
-{\r
-#ifdef CDC_DEBUG_MESSEGES\r
-       int num_of_bytes=0;\r
-       num_of_bytes = strlen(str);\r
-       timer_delay_us(num_of_bytes);\r
-               \r
-       USB_WriteEP (CDC_DEP_IN, (unsigned char *)str, num_of_bytes);\r
-#else\r
-       uint8_t *s = (uint8_t *) str;\r
-\r
-       while (*s)\r
-       {\r
-               UARTPutChar(UARTx, *s++);\r
-       }\r
-#endif \r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a string to UART port and print new line\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  str             String to put\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPuts_(LPC_USARTn_Type *UARTx, const void *str)\r
-{\r
-       UARTPuts (UARTx, str);\r
-       UARTPuts (UARTx, "\n\r");\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a decimal number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  decnum  Decimal number (8-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutDec(LPC_USARTn_Type *UARTx, uint8_t decnum)\r
-{\r
-       uint8_t c1=decnum%10;\r
-       uint8_t c2=(decnum/10)%10;\r
-       uint8_t c3=(decnum/100)%10;\r
-       UARTPutChar(UARTx, '0'+c3);\r
-       UARTPutChar(UARTx, '0'+c2);\r
-       UARTPutChar(UARTx, '0'+c1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a decimal number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  decnum  Decimal number (8-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutDec16(LPC_USARTn_Type *UARTx, uint16_t decnum)\r
-{\r
-       uint8_t c1=decnum%10;\r
-       uint8_t c2=(decnum/10)%10;\r
-       uint8_t c3=(decnum/100)%10;\r
-       uint8_t c4=(decnum/1000)%10;\r
-       uint8_t c5=(decnum/10000)%10;\r
-       UARTPutChar(UARTx, '0'+c5);\r
-       UARTPutChar(UARTx, '0'+c4);\r
-       UARTPutChar(UARTx, '0'+c3);\r
-       UARTPutChar(UARTx, '0'+c2);\r
-       UARTPutChar(UARTx, '0'+c1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a decimal number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  decnum  Decimal number (8-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutDec32(LPC_USARTn_Type *UARTx, uint32_t decnum)\r
-{\r
-       uint8_t c1=decnum%10;\r
-       uint8_t c2=(decnum/10)%10;\r
-       uint8_t c3=(decnum/100)%10;\r
-       uint8_t c4=(decnum/1000)%10;\r
-       uint8_t c5=(decnum/10000)%10;\r
-       uint8_t c6=(decnum/100000)%10;\r
-       uint8_t c7=(decnum/1000000)%10;\r
-       uint8_t c8=(decnum/10000000)%10;\r
-       uint8_t c9=(decnum/100000000)%10;\r
-       uint8_t c10=(decnum/1000000000)%10;\r
-       UARTPutChar(UARTx, '0'+c10);\r
-       UARTPutChar(UARTx, '0'+c9);\r
-       UARTPutChar(UARTx, '0'+c8);\r
-       UARTPutChar(UARTx, '0'+c7);\r
-       UARTPutChar(UARTx, '0'+c6);\r
-       UARTPutChar(UARTx, '0'+c5);\r
-       UARTPutChar(UARTx, '0'+c4);\r
-       UARTPutChar(UARTx, '0'+c3);\r
-       UARTPutChar(UARTx, '0'+c2);\r
-       UARTPutChar(UARTx, '0'+c1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a hex number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  hexnum  Hex number (8-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutHex (LPC_USARTn_Type *UARTx, uint8_t hexnum)\r
-{\r
-       uint8_t nibble, i;\r
-\r
-       UARTPuts(UARTx, "0x");\r
-       i = 1;\r
-       do {\r
-               nibble = (hexnum >> (4*i)) & 0x0F;\r
-               UARTPutChar(UARTx, (nibble > 9) ? ('A' + nibble - 10) : ('0' + nibble));\r
-       } while (i--);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a hex number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  hexnum  Hex number (16-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutHex16 (LPC_USARTn_Type *UARTx, uint16_t hexnum)\r
-{\r
-       uint8_t nibble, i;\r
-\r
-       UARTPuts(UARTx, "0x");\r
-       i = 3;\r
-       do {\r
-               nibble = (hexnum >> (4*i)) & 0x0F;\r
-               UARTPutChar(UARTx, (nibble > 9) ? ('A' + nibble - 10) : ('0' + nibble));\r
-       } while (i--);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Puts a hex number to UART port\r
- * @param[in]  UARTx   Pointer to UART peripheral\r
- * @param[in]  hexnum  Hex number (32-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UARTPutHex32 (LPC_USARTn_Type *UARTx, uint32_t hexnum)\r
-{\r
-       uint8_t nibble, i;\r
-\r
-       UARTPuts(UARTx, "0x");\r
-       i = 7;\r
-       do {\r
-               nibble = (hexnum >> (4*i)) & 0x0F;\r
-               UARTPutChar(UARTx, (nibble > 9) ? ('A' + nibble - 10) : ('0' + nibble));\r
-       } while (i--);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              print function that supports format as same as printf()\r
- *                             function of <stdio.h> library\r
- * @param[in]  format formated string to be print\r
- * @return             None\r
- **********************************************************************/\r
-void  lpc_printf (const  char *format, ...)\r
-{\r
-    char  buffer[512 + 1];\r
-    va_list vArgs;\r
-    va_start(vArgs, format);\r
-    vsprintf((char *)buffer, (char const *)format, vArgs);\r
-    va_end(vArgs);\r
-\r
-    _DBG(buffer);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initialize Debug frame work through initializing UART port\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void debug_frmwrk_init(void)\r
-{\r
-#ifdef UART_DEBUG_MESSEGES\r
-\r
-       UART_CFG_Type UARTConfigStruct;\r
-\r
-#if (USED_UART_DEBUG_PORT==0)\r
-       /*\r
-        * Initialize UART0 pin connect NGX board\r
-        */\r
-       scu_pinmux(0xF ,10 , MD_PDN|MD_EZI, FUNC1);                     // P6.4 UART0_TXD\r
-       scu_pinmux(0xF ,11 , MD_PDN|MD_EZI, FUNC1);                     // P6.5 UART0_RXD\r
-#elif (USED_UART_DEBUG_PORT==1)\r
-       /*\r
-        * Initialize UART1 pin connect\r
-        */\r
-       scu_pinmux(0x1 ,13 , MD_PDN, FUNC1);                            // PC.13 : UART1_TXD\r
-       scu_pinmux(0x1 ,14 , MD_PLN|MD_EZI|MD_ZI, FUNC1);       // PC.14 : UART1_RXD\r
-#endif\r
-\r
-       /* Initialize UART Configuration parameter structure to default state:\r
-        * Baudrate = 9600bps\r
-        * 8 data bit\r
-        * 1 Stop bit\r
-        * None parity\r
-        */\r
-       UART_ConfigStructInit(&UARTConfigStruct);\r
-\r
-       // Initialize DEBUG_UART_PORT peripheral with given to corresponding parameter\r
-       UART_Init((LPC_USARTn_Type*)DEBUG_UART_PORT, &UARTConfigStruct);\r
-\r
-       // Enable UART Transmit\r
-       UART_TxCmd((LPC_USARTn_Type*)DEBUG_UART_PORT, ENABLE);\r
-#endif\r
-#ifdef CDC_DEBUG_MESSEGES\r
-       CDC_init();             //wait for usb enumeration\r
-\r
-#endif\r
-\r
-       _db_msg = UARTPuts;\r
-       _db_msg_ = UARTPuts_;\r
-       _db_char = UARTPutChar;\r
-       _db_hex = UARTPutHex;\r
-       _db_hex_16 = UARTPutHex16;\r
-       _db_hex_32 = UARTPutHex32;\r
-       _db_dec = UARTPutDec;\r
-       _db_dec_16 = UARTPutDec16;\r
-       _db_dec_32 = UARTPutDec32;\r
-       _db_get_char = UARTGetChar;\r
-}\r
-\r
-#endif /* _DEBUG_FRMWRK_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_adc.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_adc.c
deleted file mode 100644 (file)
index ded86e7..0000000
+++ /dev/null
@@ -1,353 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_adc.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_adc.c\r
-* @brief       Contains all functions support for ADC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup ADC\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_adc.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _ADC\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup ADC_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Initial for ADC\r
- *                                     + Set bit PCADC\r
- *                                     + Set clock for ADC\r
- *                                     + Set Clock Frequency\r
- * @param[in]  ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
- * @param[in]  rate ADC conversion rate, should be <=200KHz\r
- * @param[in]  bits_accuracy number of bits accuracy, should be <=10 bits and >=3bits\r
- * @return             None\r
- **********************************************************************/\r
-void ADC_Init(LPC_ADCn_Type *ADCx, uint32_t rate, uint8_t bits_accuracy)\r
-{\r
-       uint32_t temp, tmpreg, ADCbitrate;\r
-\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_RATE(rate));\r
-\r
-       // Turn on power and clock\r
-       //CGU_ConfigPPWR (CGU_PCONP_PCAD, ENABLE);\r
-\r
-       ADCx->CR = 0;\r
-\r
-       //Enable PDN bit\r
-       tmpreg = ADC_CR_PDN;\r
-       // Set clock frequency\r
-       if(ADCx == LPC_ADC0)\r
-               temp = CGU_GetPCLKFrequency(CGU_PERIPHERAL_ADC0);\r
-       else if(ADCx == LPC_ADC1)\r
-               temp = CGU_GetPCLKFrequency(CGU_PERIPHERAL_ADC1);\r
-       /* The APB clock (PCLK_ADC0) is divided by (CLKDIV+1) to produce the clock for\r
-        * A/D converter, which should be less than or equal to 13MHz.\r
-        * A fully conversion requires (bits_accuracy+1) of these clocks.\r
-        * ADC clock = PCLK_ADC0 / (CLKDIV + 1);\r
-        * ADC rate = ADC clock / (bits_accuracy+1);
-        */\r
-        ADCbitrate = (rate * (bits_accuracy+1));\r
-       temp = ((temp*2 + ADCbitrate) / (ADCbitrate*2)) - 1;//get the round value by fomular: (2*A + B)/(2*B)\r
-       tmpreg |=  ADC_CR_CLKDIV(temp) | ADC_CR_BITACC(10 - bits_accuracy);\r
-\r
-       ADCx->CR = tmpreg;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
-* @brief               Close ADC\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_DeInit(LPC_ADCn_Type *ADCx)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-\r
-       // Clear PDN bit\r
-       ADCx->CR &= ~ADC_CR_PDN;\r
-       // Turn on power and clock\r
-       //CGU_ConfigPPWR (CGU_PCONP_PCAD, DISABLE);\r
-}\r
-\r
-\r
-///*********************************************************************//**\r
-//* @brief             Get Result conversion from A/D data register\r
-//* @param[in] channel number which want to read back the result\r
-//* @return            Result of conversion\r
-//*********************************************************************/\r
-//uint32_t ADC_GetData(uint32_t channel)\r
-//{\r
-//     uint32_t adc_value;\r
-//\r
-//     CHECK_PARAM(PARAM_ADC_CHANNEL_SELECTION(channel));\r
-//\r
-//     adc_value = *(uint32_t *)((&LPC_ADC->DR0) + channel);\r
-//     return ADC_GDR_RESULT(adc_value);\r
-//}\r
-\r
-/*********************************************************************//**\r
-* @brief               Set start mode for ADC\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   start_mode Start mode choose one of modes in\r
-*                              'ADC_START_OPT' enumeration type definition, should be:\r
-*                                      - ADC_START_CONTINUOUS\r
-*                                      - ADC_START_NOW\r
-*                                      - ADC_START_ON_EINT0\r
-*                                      - ADC_START_ON_CAP01\r
-*                                      - ADC_START_ON_MAT01\r
-*                                      - ADC_START_ON_MAT03\r
-*                                      - ADC_START_ON_MAT10\r
-*                                      - ADC_START_ON_MAT11\r
-* @return              None\r
-*********************************************************************/\r
-void ADC_StartCmd(LPC_ADCn_Type *ADCx, uint8_t start_mode)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_START_OPT(start_mode));\r
-\r
-       ADCx->CR &= ~ADC_CR_START_MASK;\r
-       ADCx->CR |=ADC_CR_START_MODE_SEL((uint32_t)start_mode);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
-* @brief               ADC Burst mode setting\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   NewState\r
-*                                      - 1: Set Burst mode\r
-*                                      - 0: reset Burst mode\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_BurstCmd(LPC_ADCn_Type *ADCx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-\r
-       ADCx->CR &= ~ADC_CR_BURST;\r
-       if (NewState){\r
-               ADCx->CR |= ADC_CR_BURST;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Set AD conversion in power mode\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   NewState\r
-*                                      - 1: AD converter is optional\r
-*                                      - 0: AD Converter is in power down mode\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_PowerdownCmd(LPC_ADCn_Type *ADCx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-\r
-       ADCx->CR &= ~ADC_CR_PDN;\r
-       if (NewState){\r
-               ADCx->CR |= ADC_CR_PDN;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Set Edge start configuration\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   EdgeOption is ADC_START_ON_RISING and ADC_START_ON_FALLING\r
-*                                      - 0: ADC_START_ON_RISING\r
-*                                      - 1: ADC_START_ON_FALLING\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_EdgeStartConfig(LPC_ADCn_Type *ADCx, uint8_t EdgeOption)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_START_ON_EDGE_OPT(EdgeOption));\r
-\r
-       ADCx->CR &= ~ADC_CR_EDGE;\r
-       if (EdgeOption){\r
-               ADCx->CR |= ADC_CR_EDGE;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               ADC interrupt configuration\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   IntType: type of interrupt, should be:\r
-*                                      - ADC_ADINTEN0: Interrupt channel 0\r
-*                                      - ADC_ADINTEN1: Interrupt channel 1\r
-*                                      ...\r
-*                                      - ADC_ADINTEN7: Interrupt channel 7\r
-*                                      - ADC_ADGINTEN: Individual channel/global flag done generate an interrupt\r
-* @param[in]   NewState:\r
-*                                      - SET : enable ADC interrupt\r
-*                                      - RESET: disable ADC interrupt\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_IntConfig (LPC_ADCn_Type *ADCx, ADC_TYPE_INT_OPT IntType, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_TYPE_INT_OPT(IntType));\r
-\r
-       ADCx->INTEN &= ~ADC_INTEN_CH(IntType);\r
-       if (NewState){\r
-               ADCx->INTEN |= ADC_INTEN_CH(IntType);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Enable/Disable ADC channel number\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   Channel channel number\r
-* @param[in]   NewState        New state, should be:\r
-*                                      - ENABLE\r
-*                                      - DISABLE\r
-* @return              None\r
-**********************************************************************/\r
-void ADC_ChannelCmd (LPC_ADCn_Type *ADCx, uint8_t Channel, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_CHANNEL_SELECTION(Channel));\r
-\r
-       if (NewState == ENABLE) {\r
-               ADCx->CR |= ADC_CR_CH_SEL(Channel);\r
-       } else {\r
-               ADCx->CR &= ~ADC_CR_CH_SEL(Channel);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Get ADC result\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   channel channel number, should be 0...7\r
-* @return              Converted data\r
-**********************************************************************/\r
-uint16_t ADC_ChannelGetData(LPC_ADCn_Type *ADCx, uint8_t channel)\r
-{\r
-       uint32_t adc_value;\r
-\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_CHANNEL_SELECTION(channel));\r
-\r
-       adc_value = *(uint32_t *) ((&(ADCx->DR[0])) + channel);\r
-       return ADC_DR_RESULT(adc_value);\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Get ADC Channel status from ADC data register\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   channel: channel number, should be 0..7\r
-* @param[in]   StatusType\r
-*                              - 0: Burst status\r
-*                      - 1: Done status\r
-* @return              Channel status, could be:\r
-*                                      - SET\r
-*                                      - RESET\r
-**********************************************************************/\r
-FlagStatus ADC_ChannelGetStatus(LPC_ADCn_Type *ADCx, uint8_t channel, uint32_t StatusType)\r
-{\r
-       uint32_t temp;\r
-\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_CHANNEL_SELECTION(channel));\r
-       CHECK_PARAM(PARAM_ADC_DATA_STATUS(StatusType));\r
-\r
-       temp =  *(uint32_t *) ((&ADCx->DR[0]) + channel);\r
-       if (StatusType) {\r
-               temp &= ADC_DR_DONE_FLAG;\r
-       }else{\r
-               temp &= ADC_DR_OVERRUN_FLAG;\r
-       }\r
-       if (temp) {\r
-               return SET;\r
-       } else {\r
-               return RESET;\r
-       }\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Get ADC Data from AD Global register\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @return              Result of conversion\r
-**********************************************************************/\r
-uint32_t ADC_GlobalGetData(LPC_ADCn_Type *ADCx)\r
-{\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-\r
-       return ((uint32_t)(ADCx->GDR));\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Get ADC Chanel status from AD global data register\r
-* @param[in]   ADCx pointer to LPC_ADCn_Type, should be: LPC_ADC\r
-* @param[in]   StatusType\r
-*                              - 0: Burst status\r
-*                      - 1: Done status\r
-* @return              SET / RESET\r
-**********************************************************************/\r
-FlagStatus     ADC_GlobalGetStatus(LPC_ADCn_Type *ADCx, uint32_t StatusType)\r
-{\r
-       uint32_t temp;\r
-\r
-       CHECK_PARAM(PARAM_ADCx(ADCx));\r
-       CHECK_PARAM(PARAM_ADC_DATA_STATUS(StatusType));\r
-\r
-       temp =  ADCx->GDR;\r
-       if (StatusType){\r
-               temp &= ADC_DR_DONE_FLAG;\r
-       }else{\r
-               temp &= ADC_DR_OVERRUN_FLAG;\r
-       }\r
-       if (temp){\r
-               return SET;\r
-       }else{\r
-               return RESET;\r
-       }\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _ADC */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_atimer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_atimer.c
deleted file mode 100644 (file)
index d6123de..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_atimer.c                2011-06-02\r
-*//**\r
-* @file                lpc18xx_atimer.c\r
-* @brief       Contains all functions support for Alarm Timer firmware\r
-*                      library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup ATIMER\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_atimer.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _ATIMER\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Initial Alarm Timer device\r
- * @param[in]  ATIMERx  Timer selection, should be: LPC_ATIMER\r
- * @param[in]  PresetValue Count of 1/1024s for Alarm\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_Init(LPC_ATIMER_Type *ATIMERx, uint32_t PresetValue)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-\r
-       //set power\r
-       if (ATIMERx== LPC_ATIMER)\r
-       {\r
-               /*Set Clock Here */\r
-               CGU_EnableEntity(CGU_CLKSRC_32KHZ_OSC, ENABLE);\r
-       }\r
-\r
-       ATIMER_UpdatePresetValue(ATIMERx, PresetValue);\r
-       // Clear interrupt pending\r
-       ATIMER_ClearIntStatus(ATIMERx);\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Close ATIMER device\r
- * @param[in]  ATIMERx  Pointer to timer device, should be: LPC_ATIMER\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_DeInit (LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       // Disable atimer\r
-       ATIMER_ClearIntStatus(ATIMERx);\r
-       ATIMER_IntDisable(ATIMERx);\r
-\r
-       // Disable power\r
-//     if (ATIMERx== LPC_ATIMER0)\r
-//             CGU_ConfigPPWR (CGU_PCONP_PCATIMER0, DISABLE);\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear ATIMER Interrupt Status\r
- * @param[in]  ATIMERx Pointer to timer device, should be: LPC_ATIMER\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_ClearIntStatus(LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       ATIMERx->CLR_STAT = 1;\r
-       while((ATIMERx->STATUS & 1) == 1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set ATIMER Interrupt Status\r
- * @param[in]  ATIMERx Pointer to timer device, should be: LPC_ATIMER\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_SetIntStatus(LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       ATIMERx->SET_STAT = 1;\r
-       while((ATIMERx->STATUS & 1) == 0);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable ATIMER Interrupt\r
- * @param[in]  ATIMERx Pointer to timer device, should be: LPC_ATIMER\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_IntEnable(LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       ATIMERx->SET_EN = 1;\r
-       while((ATIMERx->ENABLE & 1) == 0);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Disable ATIMER Interrupt\r
- * @param[in]  ATIMERx Pointer to timer device, should be: LPC_ATIMER\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_IntDisable(LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       ATIMERx->CLR_EN = 1;\r
-       while((ATIMERx->ENABLE & 1) == 1);\r
-}\r
-/*********************************************************************//**\r
- * @brief              Update Preset value\r
- * @param[in]  ATIMERx Pointer to timer device, should be: LPC_ATIMER\r
- * @param[in]  PresetValue     updated preset value\r
- * @return             None\r
- **********************************************************************/\r
-void ATIMER_UpdatePresetValue(LPC_ATIMER_Type *ATIMERx,uint32_t PresetValue)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       ATIMERx->PRESET = PresetValue;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Read value of preset register\r
- * @param[in]  ATIMERx Pointer to timer/counter device, should be: LPC_ATIMER\r
- * @return             Value of capture register\r
- **********************************************************************/\r
-uint32_t ATIMER_GetPresetValue(LPC_ATIMER_Type *ATIMERx)\r
-{\r
-       CHECK_PARAM(PARAM_ATIMERx(ATIMERx));\r
-       return ATIMERx->PRESET;\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _ATIMER */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_can.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_can.c
deleted file mode 100644 (file)
index 4aa5865..0000000
+++ /dev/null
@@ -1,561 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_can.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_can.c\r
-* @brief       Contains all functions support for C CAN firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup C_CAN\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc18xx_can.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _C_CAN\r
-\r
-/* Private Macros ---------------------------------------------------------- */\r
-#ifndef __GNUC__\r
-/* Macro for reading and writing to CCAN IF registers */\r
-#define CAN_IF_Read(reg, IFsel) (LPC_C_CAN0->##IFsel##_##reg)\r
-#define CAN_IF_Write(reg, IFsel, val) (LPC_C_CAN0->##IFsel##_##reg=val)\r
-\r
-/* Macro for writing IF to specific RAM message object */\r
-#define CAN_IF_readBuf(IFsel,msg) \\r
-  LPC_C_CAN0->##IFsel##_##CMDMSK_W=RD|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB; \\r
-  LPC_C_CAN0->##IFsel##_##CMDREQ=msg; \\r
-  while (LPC_C_CAN0->##IFsel##_##CMDREQ & IFCREQ_BUSY );\r
-\r
-/* Macro for reading specific RAM message object to IF */\r
-#define CAN_IF_writeBuf(IFsel,msg) \\r
-  LPC_C_CAN0->##IFsel##_##CMDMSK_W=WR|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB; \\r
-  LPC_C_CAN0->##IFsel##_##CMDREQ=msg; \\r
-  while (LPC_C_CAN0->##IFsel##_##CMDREQ & IFCREQ_BUSY );\r
-#else\r
-#define CAN_IF_Read(reg, IFsel) (LPC_C_CAN0->IFsel##_##reg)\r
-#define CAN_IF_Write(reg, IFsel, val) (LPC_C_CAN0->IFsel ## _ ## reg = val)\r
-\r
-/* Macro for writing IF to specific RAM message object */\r
-#define CAN_IF_readBuf(IFsel,msg) \\r
-  LPC_C_CAN0->IFsel##_##CMDMSK_W=RD|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB; \\r
-  LPC_C_CAN0->IFsel##_##CMDREQ=msg; \\r
-  while (LPC_C_CAN0->IFsel##_##CMDREQ & IFCREQ_BUSY );\r
-\r
-/* Macro for reading specific RAM message object to IF */\r
-#define CAN_IF_writeBuf(IFsel,msg) \\r
-  LPC_C_CAN0->IFsel##_##CMDMSK_W=WR|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB; \\r
-  LPC_C_CAN0->IFsel##_##CMDREQ=msg; \\r
-  while (LPC_C_CAN0->IFsel##_##CMDREQ & IFCREQ_BUSY );\r
-#endif\r
-\r
-#define IF1    0\r
-#define IF2    1\r
-\r
-#define CAN_STATUS_INTERRUPT      0x8000    /* 0x0001-0x0020 are the # of the message\r
-                                                                                   object */\r
-                                            /* 0x8000 is the status interrupt */\r
-\r
-/* CAN Message interface register definitions */\r
-/* bit field of IF command request n register */\r
-#define IFCREQ_BUSY               0x8000    /* 1 is writing is progress, cleared when\r
-                                            RD/WR done */\r
-/* CAN CTRL register */\r
-#define CTRL_INIT              (1 << 0)\r
-#define CTRL_IE                        (1 << 1)\r
-#define CTRL_SIE               (1 << 2)\r
-#define CTRL_EIE               (1 << 3)\r
-#define CTRL_DAR               (1 << 5)\r
-#define CTRL_CCE               (1 << 6)\r
-#define CTRL_TEST              (1 << 7)\r
-\r
-/* CAN Test register */\r
-#define TEST_BASIC             (1 << 2)\r
-#define TEST_SILENT            (1 << 3)\r
-#define TEST_LBACK             (1 << 4)\r
-\r
-/* CAN Status register */\r
-#define STAT_LEC               (0x7 << 0)\r
-#define STAT_TXOK              (1 << 3)\r
-#define STAT_RXOK              (1 << 4)\r
-#define STAT_EPASS             (1 << 5)\r
-#define STAT_EWARN             (1 << 6)\r
-#define STAT_BOFF              (1 << 7)\r
-\r
-#define NO_ERR         0       // No Error\r
-#define STUFF_ERR      1       // Stuff Error : More than 5 equal bits in a sequence have occurred in a part\r
-                                               // of a received message where this is not allowed.\r
-#define FORM_ERR       2       // Form Error : A fixed format part of a received frame has the wrong format.\r
-#define ACK_ERR                3       // AckError : The message this CAN Core transmitted was not acknowledged\r
-                                               // by another node.\r
-#define BIT1_ERR       4       // Bit1Error : During the transmission of a message (with the exception of\r
-                                               // the arbitration field), the device wanted to send a recessive level (bit of\r
-                                               // logical value ï¿½1�), but the monitored bus value was dominant.\r
-#define BIT0_ERR       5       // Bit0Error : During the transmission of a message (or acknowledge bit,\r
-                                               // or active error flag, or overload flag), the device wanted to send a\r
-                                               // LOW/dominant level (data or identifier bit logical value ï¿½0�), but the\r
-                                               // monitored Bus value was HIGH/recessive. During busoff recovery this\r
-                                               // status is set each time a\r
-                                               // sequence of 11 HIGH/recessive bits has been monitored. This enables\r
-                                               // the CPU to monitor the proceeding of the busoff recovery sequence\r
-                                               // (indicating the bus is not stuck at LOW/dominant or continuously\r
-                                               // disturbed).\r
-#define CRC_ERR                6       // CRCError: The CRC checksum was incorrect in the message received.\r
-\r
-\r
-/* bit field of IF command mask register */\r
-#define        DATAB           (1 << 0)   /* 1 is transfer data byte 4-7 to message object, 0 is not */\r
-#define        DATAA           (1 << 1)   /* 1 is transfer data byte 0-3 to message object, 0 is not */\r
-#define        NEWDAT          (1 << 2)   /* Clear NEWDAT bit in the message object */\r
-#define        CLRINTPND       (1 << 3)\r
-#define        CTRL            (1 << 4)   /* 1 is transfer the CTRL bit to the message object, 0 is not */\r
-#define        ARB                     (1 << 5)   /* 1 is transfer the ARB bits to the message object, 0 is not */\r
-#define        MASK            (1 << 6)   /* 1 is transfer the MASK bit to the message object, 0 is not */\r
-#define        WR                      (1 << 7)   /* 0 is READ, 1 is WRITE */\r
-#define RD             0x0000\r
-\r
-/* bit field of IF mask 2 register */\r
-#define        MASK_MXTD       (1 << 15)     /* 1 extended identifier bit is used in the RX filter unit, 0 is not */\r
-#define        MASK_MDIR       (1 << 14)     /* 1 direction bit is used in the RX filter unit, 0 is not */\r
-\r
-/* bit field of IF identifier 2 register */\r
-#define        ID_MVAL         (1 << 15)     /* Message valid bit, 1 is valid in the MO handler, 0 is ignored */\r
-#define        ID_MTD          (1 << 14)     /* 1 extended identifier bit is used in the RX filter unit, 0 is not */\r
-#define        ID_DIR          (1 << 13)     /* 1 direction bit is used in the RX filter unit, 0 is not */\r
-\r
-/* bit field of IF message control register */\r
-#define        NEWD            (1 << 15)     /* 1 indicates new data is in the message buffer.  */\r
-#define        MLST            (1 << 14)     /* 1 indicates a message loss. */\r
-#define        INTP            (1 << 13)     /* 1 indicates message object is an interrupt source */\r
-#define UMSK           (1 << 12)     /* 1 is to use the mask for the receive filter mask. */\r
-#define        TXIE            (1 << 11)     /* 1 is TX interrupt enabled */\r
-#define        RXIE            (1 << 10)     /* 1 is RX interrupt enabled */\r
-\r
-#if REMOTE_ENABLE\r
-       #define RMTEN           (1 << 9)  /* 1 is remote frame enabled */\r
-#else\r
-       #define RMTEN           0\r
-#endif\r
-\r
-#define TXRQ           (1 << 8)      /* 1 is TxRqst enabled */\r
-#define        EOB                     (1 << 7)      /* End of buffer, always write to 1 */\r
-#define        DLC                     0x000F        /* bit mask for DLC */\r
-\r
-#define ID_STD_MASK            0x07FF\r
-#define ID_EXT_MASK            0x1FFFFFFF\r
-#define DLC_MASK               0x0F\r
-\r
-/* Private Variables ---------------------------------------------------------- */\r
-/* Statistics of all the interrupts */\r
-/* Buss off status counter */\r
-volatile uint32_t BOffCnt = 0;\r
-/* Warning status counter.     At least one of the error counters\r
- in the EML has reached the error warning limit of 96 */\r
-volatile uint32_t EWarnCnt = 0;\r
-/* More than 5 equal bits in a sequence in received message */\r
-volatile uint32_t StuffErrCnt = 0;\r
-/* Wrong format of fixed format part of a received frame */\r
-volatile uint32_t FormErrCnt = 0;\r
-/* Transmitted message not acknowledged. */\r
-volatile uint32_t AckErrCnt = 0;\r
-/* Send a HIGH/recessive level, but monitored LOW/dominant */\r
-volatile uint32_t Bit1ErrCnt = 0;\r
-/* Send a LOW/dominant level, but monitored HIGH/recessive */\r
-volatile uint32_t Bit0ErrCnt = 0;\r
-/* The CRC checksum was incorrect in the message received */\r
-volatile uint32_t CRCErrCnt = 0;\r
-/* Message object new data error counter */\r
-volatile uint32_t ND1ErrCnt = 0;\r
-\r
-MSG_CB TX_cb, RX_cb;\r
-\r
-message_object can_buff[CAN_MSG_OBJ_MAX];\r
-message_object recv_buff;\r
-\r
-#if CAN_DEBUG\r
-uint32_t CANStatusLog[100];\r
-uint32_t CANStatusLogCount = 0;\r
-#endif\r
-\r
-//#ifdef __GNUC__\r
-//uint32_t CAN_IF_Read(uint32_t reg,uint32_t IFsel){\r
-//     if(IFsel == IF1){\r
-//             return (LPC_C_CAN0->IF1_reg);\r
-//     }else{\r
-//             return (LPC_C_CAN0->IF2_reg);\r
-//     }\r
-//}\r
-//void CAN_IF_Write(uint32_t reg, uint32_t IFsel,uint32_t val){\r
-//     if(IFsel == IF1){\r
-//     (LPC_C_CAN0->IF1_reg=val);\r
-//     }else{\r
-//             (LPC_C_CAN0->IF2_reg=val);\r
-//     }\r
-//}\r
-//\r
-///* Macro for writing IF to specific RAM message object */\r
-//void CAN_IF_readBuf(uint32_t IFsel,uint32_t msg){\r
-//     if(IFsel == IF1){\r
-//     LPC_C_CAN0->IF1_CMDMSK_W=RD|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB;\r
-//     LPC_C_CAN0->IF1_CMDREQ=msg;\r
-//     while (LPC_C_CAN0->IF1_CMDREQ & IFCREQ_BUSY );\r
-//     }else{\r
-//       LPC_C_CAN0->IF2_CMDMSK_W=RD|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB;\r
-//       LPC_C_CAN0->IF2_CMDREQ=msg;\r
-//       while (LPC_C_CAN0->IF2_CMDREQ & IFCREQ_BUSY );\r
-//  }\r
-//\r
-//}\r
-//\r
-///* Macro for reading specific RAM message object to IF */\r
-//void CAN_IF_writeBuf(uint32_t IFsel,uint32_t msg){\r
-//     if(IFsel == IF1){\r
-//  LPC_C_CAN0->IF1_CMDMSK_W=WR|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB;\r
-//  LPC_C_CAN0->IF1_CMDREQ=msg;\r
-//  while (LPC_C_CAN0->IF1_CMDREQ & IFCREQ_BUSY );\r
-//     }else{\r
-//               LPC_C_CAN0->IF2_CMDMSK_W=WR|MASK|ARB|CTRL|CLRINTPND|DATAA|DATAB;\r
-//               LPC_C_CAN0->IF2_CMDREQ=msg;\r
-//               while (LPC_C_CAN0->IF2_CMDREQ & IFCREQ_BUSY );\r
-//     }\r
-//}\r
-//#endif\r
-\r
-/*********************************************************************//**\r
- * @brief              Handle valid received message\r
- * @param[in]  msg_no Message Object number\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_RxInt_MessageProcess( uint8_t msg_no )\r
-{\r
-       uint32_t msg_id;\r
-       uint32_t *p_add;\r
-       uint32_t reg1, reg2;\r
-\r
-       /* Import message object to IF2 */\r
-       CAN_IF_readBuf(IF2, msg_no);                                    /* Read the message into the IF registers */\r
-\r
-       p_add = (uint32_t *)&recv_buff;\r
-\r
-       if( CAN_IF_Read(ARB2, IF2) & ID_MTD )                   /* bit 28-0 is 29 bit extended frame */\r
-       {\r
-               /* mask off MsgVal and Dir */\r
-               reg1 = CAN_IF_Read(ARB1, IF2);\r
-               reg2 = CAN_IF_Read(ARB2, IF2);\r
-               msg_id = (reg1|(reg2<<16));\r
-       }\r
-       else\r
-       {\r
-               /* bit 28-18 is 11-bit standard frame */\r
-               msg_id = (CAN_IF_Read(ARB2, IF2) &0x1FFF) >> 2;\r
-       }\r
-\r
-       p_add[0] = msg_id;\r
-       p_add[1] = CAN_IF_Read(MCTRL, IF2) & 0x000F;    /* Get Msg Obj Data length */\r
-       p_add[2] = (CAN_IF_Read(DA2, IF2)<<16) | CAN_IF_Read(DA1, IF2);\r
-       p_add[3] = (CAN_IF_Read(DB2, IF2)<<16) | CAN_IF_Read(DB1, IF2);\r
-\r
-       /* Clear interrupt pending bit */\r
-       CAN_IF_Write(MCTRL, IF2, UMSK|RXIE|EOB|CAN_DLC_MAX);\r
-       /* Save changes to message RAM */\r
-       CAN_IF_writeBuf(IF2, msg_no);\r
-\r
-       return;\r
-}\r
-/*********************************************************************//**\r
- * @brief              Handle valid transmit message\r
- * @param[in]  msg_no Message Object number\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_TxInt_MessageProcess( uint8_t msg_no )\r
-{\r
-       /* Clear interrupt pending bit */\r
-       CAN_IF_Write(MCTRL, IF2, UMSK|RXIE|EOB|CAN_DLC_MAX);\r
-       /* Save changes to message RAM */\r
-       CAN_IF_writeBuf(IF2,msg_no);\r
-       return;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              CAN interrupt handler\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-volatile uint32_t nd_tmp;\r
-void CAN_IRQHandler(void)\r
-{\r
-       uint32_t canstat = 0;\r
-       uint32_t can_int, msg_no;\r
-\r
-       while ( (can_int = LPC_C_CAN0->INT) != 0 )      /* While interrupt is pending */\r
-       {\r
-               canstat = LPC_C_CAN0->STAT;                             /* Read CAN status register */\r
-\r
-               if ( can_int & CAN_STATUS_INTERRUPT )\r
-               {\r
-                       /* Passive state monitored frequently in main. */\r
-\r
-                       if ( canstat & STAT_EWARN )\r
-                       {\r
-                               EWarnCnt++;\r
-                               return;\r
-                       }\r
-                       if ( canstat & STAT_BOFF )\r
-                       {\r
-                               BOffCnt++;\r
-                               return;\r
-                       }\r
-\r
-                       switch (canstat&STAT_LEC)       /* LEC Last Error Code (Type of the last error to occur on the CAN bus) */\r
-                       {\r
-                               case NO_ERR:\r
-                                       break;\r
-                               case STUFF_ERR:\r
-                                       StuffErrCnt++;\r
-                                       break;\r
-                               case FORM_ERR:\r
-                                       FormErrCnt++;\r
-                                       break;\r
-                               case ACK_ERR:\r
-                                       AckErrCnt++;\r
-                                       break;\r
-                               case BIT1_ERR:\r
-                                       Bit1ErrCnt++;\r
-                                       break;\r
-                               case BIT0_ERR:\r
-                                       Bit0ErrCnt++;\r
-                                       break;\r
-                               case CRC_ERR:\r
-                                       CRCErrCnt++;\r
-                                       break;\r
-                               default:\r
-                                       break;\r
-                       }\r
-\r
-                       /* Clear all warning/error states except RXOK/TXOK */\r
-                       LPC_C_CAN0->STAT &= STAT_RXOK|STAT_TXOK;\r
-               }\r
-               else\r
-               {\r
-                       if ( (canstat & STAT_LEC) == 0 )        /* NO ERROR */\r
-                       {\r
-                               msg_no = can_int & 0x7FFF;\r
-                               if((msg_no >= 1 ) && (msg_no <= 16))\r
-                               {\r
-                                       LPC_C_CAN0->STAT &= ~STAT_RXOK;\r
-                                       /* Check if message number is correct by reading NEWDAT registers.\r
-                                        By reading out the NEWDAT bits, the CPU can check for which Message\r
-                                        Object the data portion was updated\r
-                                        Only first 16 message object used for receive : only use ND1 */\r
-                                       if((1<<(msg_no-1)) != LPC_C_CAN0->ND1)\r
-                                       {\r
-                                               /* message object does not contain new data! */\r
-                                               ND1ErrCnt++;\r
-                                               break;\r
-                                       }\r
-                                       CAN_RxInt_MessageProcess(msg_no);\r
-                                       RX_cb(msg_no);\r
-                               }\r
-                               else\r
-                               {\r
-                                       LPC_C_CAN0->STAT &= ~STAT_TXOK;\r
-                                       CAN_TxInt_MessageProcess(msg_no);\r
-                                       TX_cb(msg_no);\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-       return;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initialize CAN peripheral\r
- * @param[in]  BitClk CAN bit clock setting\r
- * @param[in]  ClkDiv CAN bit clock setting\r
- * @param[in]  Tx_cb point to call-back function when transmitted\r
- * @param[in]  Rx_cb point to call-back function when received\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_Init( uint32_t BitClk, CCAN_CLKDIV_Type ClkDiv , MSG_CB Tx_cb, MSG_CB Rx_cb)\r
-{\r
-\r
-       RX_cb = Rx_cb;\r
-       TX_cb = Tx_cb;\r
-       if ( !(LPC_C_CAN0->CNTL & CTRL_INIT) )\r
-       {\r
-               /* If it's in normal operation already, stop it, reconfigure\r
-                everything first, then restart.  */\r
-               LPC_C_CAN0->CNTL |= CTRL_INIT;  /* Default state */\r
-       }\r
-\r
-       LPC_C_CAN0->CLKDIV = ClkDiv;                    /* Divider for CAN VPB3 clock */\r
-       LPC_C_CAN0->CNTL |= CTRL_CCE;           /* Start configuring bit timing */\r
-       LPC_C_CAN0->BT = BitClk;\r
-       LPC_C_CAN0->BRPE = 0x0000;\r
-       LPC_C_CAN0->CNTL &= ~CTRL_CCE;          /* Stop configuring bit timing */\r
-\r
-       LPC_C_CAN0->CNTL &= ~CTRL_INIT;         /* Initialization finished, normal operation now. */\r
-       while ( LPC_C_CAN0->CNTL & CTRL_INIT );\r
-\r
-       /* By default, auto TX is enabled, enable all related interrupts */\r
-       LPC_C_CAN0->CNTL |= (CTRL_IE|CTRL_SIE|CTRL_EIE);\r
-       return;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Send a message to the CAN port\r
- * @param[in]  msg_no message object number\r
- * @param[in]  msg_ptr msg buffer pointer\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_Send(uint8_t msg_no, uint32_t *msg_ptr )\r
-{\r
-       uint32_t tx_id, Length;\r
-\r
-       if(msg_ptr == NULL) return;\r
-\r
-       /* first is the ID, second is length, the next four are data */\r
-       tx_id = *msg_ptr++;\r
-       Length = *msg_ptr++;\r
-\r
-       if(Length>CAN_DLC_MAX)Length = CAN_DLC_MAX;\r
-       CAN_IF_Write(MCTRL, IF1, UMSK|TXIE|TXRQ|EOB|RMTEN|(Length & DLC_MASK));\r
-       CAN_IF_Write(DA1, IF1, *msg_ptr);                       /* Lower two bytes of message pointer */\r
-       CAN_IF_Write(DA2, IF1, (*msg_ptr++)>>16);       /* Upper two bytes of message pointer */\r
-       CAN_IF_Write(DB1, IF1, *msg_ptr);                       /* Lower two bytes of message pointer */\r
-       CAN_IF_Write(DB2, IF1, (*msg_ptr)>>16);         /* Upper two bytes of message pointer */\r
-\r
-       /* Configure arbitration */\r
-       if(!(tx_id & (0x1<<30)))                                        /* bit 30 is 0, standard frame */\r
-       {\r
-               /* Mxtd: 0, Mdir: 1, Mask is 0x7FF */\r
-               CAN_IF_Write(MSK2, IF1, MASK_MDIR | (ID_STD_MASK << 2));\r
-               CAN_IF_Write(MSK1, IF1, 0x0000);\r
-\r
-               /* MsgVal: 1, Mtd: 0, Dir: 1, ID = 0x200 */\r
-               CAN_IF_Write(ARB1, IF1, 0x0000);\r
-               CAN_IF_Write(ARB2, IF1, ID_MVAL| ID_DIR | (tx_id << 2));\r
-       }\r
-       else                                                                            /* Extended frame */\r
-       {\r
-               /* Mxtd: 1, Mdir: 1, Mask is 0x7FF */\r
-               CAN_IF_Write(MSK2, IF1, MASK_MXTD | MASK_MDIR | (ID_EXT_MASK >> 16));\r
-               CAN_IF_Write(MSK1, IF1, ID_EXT_MASK & 0x0000FFFF);\r
-\r
-               /* MsgVal: 1, Mtd: 1, Dir: 1, ID = 0x200000 */\r
-               CAN_IF_Write(ARB1, IF1, tx_id & 0x0000FFFF);\r
-               CAN_IF_Write(ARB2, IF1, ID_MVAL|ID_MTD | ID_DIR | (tx_id >> 16));\r
-       }\r
-\r
-       /* Write changes to message RAM */\r
-       CAN_IF_writeBuf(IF1, msg_no);\r
-\r
-       return;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Listen for a message on CAN bus\r
- * @param[in]  msg_no message object number\r
- * @param[in]  msg_ptr msg buffer pointer\r
- * @param[in]  RemoteEnable Enable/disable remote frame support, should be:\r
- *                                     - TRUE:  enable\r
- *                                     - FALSE: disable\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_Recv(uint8_t msg_no, uint32_t *msg_ptr, Bool RemoteEnable)\r
-{\r
-       uint32_t rx_id = *msg_ptr;\r
-       uint32_t rmten = 0;\r
-       if(RemoteEnable){\r
-               rmten = 1<<8;\r
-       }\r
-       if(!(rx_id & (0x1<<30))){ /* standard frame */\r
-\r
-               /* Mxtd: 0, Mdir: 0, Mask is 0x7FF */\r
-               CAN_IF_Write(MSK1, IF1, 0x0000);\r
-               CAN_IF_Write(MSK2, IF1, ID_STD_MASK << 2);\r
-               /* MsgVal: 1, Mtd: 0, Dir: 0 */\r
-               CAN_IF_Write(ARB1, IF1, 0x0000);\r
-               CAN_IF_Write(MCTRL, IF1, rmten|UMSK|RXIE|EOB|CAN_DLC_MAX);\r
-               CAN_IF_Write(DA1, IF1, 0x0000);\r
-               CAN_IF_Write(DA2, IF1, 0x0000);\r
-               CAN_IF_Write(DB1, IF1, 0x0000);\r
-               CAN_IF_Write(DB2, IF1, 0x0000);\r
-               CAN_IF_Write(ARB2, IF1, ID_MVAL | ((rx_id) << 2));\r
-               /* Transfer data to message RAM */\r
-               CAN_IF_writeBuf(IF1, msg_no);\r
-       }\r
-\r
-       else{\r
-               rx_id &= (0x1<<30)-1 ; /* Mask ID bit */\r
-               /* Mxtd: 1, Mdir: 0, Mask is 0x1FFFFFFF */\r
-               CAN_IF_Write(MSK1, IF1, ID_EXT_MASK & 0xFFFF);\r
-               CAN_IF_Write(MSK2, IF1, MASK_MXTD | (ID_EXT_MASK >> 16));\r
-               /* MsgVal: 1, Mtd: 1, Dir: 0 */\r
-               CAN_IF_Write(ARB1, IF1, (rx_id) & 0xFFFF);\r
-               CAN_IF_Write(MCTRL, IF1, rmten|UMSK|RXIE|EOB|CAN_DLC_MAX);\r
-               CAN_IF_Write(DA1, IF1, 0x0000);\r
-               CAN_IF_Write(DA2, IF1, 0x0000);\r
-               CAN_IF_Write(DB1, IF1, 0x0000);\r
-               CAN_IF_Write(DB2, IF1, 0x0000);\r
-               CAN_IF_Write(ARB2, IF1, ID_MVAL | ID_MTD | ((rx_id) >> 16));\r
-               /* Transfer data to message RAM */\r
-               CAN_IF_writeBuf(IF1, msg_no);\r
-       }\r
-       return;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Read a message from Message RAM to buffer\r
- * @param[in]  msg_no message object number\r
- * @param[in]  buff msg buffer pointer\r
- * @return             None\r
- **********************************************************************/\r
-void CAN_ReadMsg(uint32_t msg_no, message_object* buff){\r
-       int i;\r
-       buff->id = recv_buff.id;\r
-       buff->dlc = recv_buff.dlc;\r
-       if(recv_buff.dlc>CAN_DLC_MAX) recv_buff.dlc = CAN_DLC_MAX;\r
-       for(i=0;i<recv_buff.dlc;i++)\r
-               buff->data[i] = recv_buff.data[i];\r
-}\r
-\r
-#endif /* _C_CAN*/\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_cgu.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_cgu.c
deleted file mode 100644 (file)
index a207647..0000000
+++ /dev/null
@@ -1,916 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_cgu.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_cgu.c\r
-* @brief       Contains all functions support for Clock Generation and Control\r
-*                      firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup CGU\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc_types.h"\r
-#include "lpc18xx_scu.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/** This define used to fix mistake when run with IAR compiler */\r
-#ifdef __ICCARM__\r
-#define CGU_BRANCH_STATUS_ENABLE_MASK  0x80000001\r
-#else\r
-#define CGU_BRANCH_STATUS_ENABLE_MASK  0x01\r
-#endif\r
-\r
-/*TODO List:\r
- * SET PLL0\r
- * UPDATE Clock from PLL0\r
- * SetDIV uncheck value\r
- * GetBaseStatus BASE_SAFE\r
- * */\r
-/* Local definition */\r
-#define CGU_ADDRESS32(x,y) (*(uint32_t*)((uint32_t)x+y))\r
-\r
-/* Local Variable */\r
-const int16_t CGU_Entity_ControlReg_Offset[CGU_ENTITY_NUM] = {\r
-               -1,             //CGU_CLKSRC_32KHZ_OSC,\r
-               -1,             //CGU_CLKSRC_IRC,\r
-               -1,             //CGU_CLKSRC_ENET_RX_CLK,\r
-               -1,             //CGU_CLKSRC_ENET_TX_CLK,\r
-               -1,             //CGU_CLKSRC_GP_CLKIN,\r
-               -1,             //CGU_CLKSRC_TCK,\r
-               0x18,   //CGU_CLKSRC_XTAL_OSC,\r
-               0x20,   //CGU_CLKSRC_PLL0,\r
-               0x30,   //CGU_CLKSRC_PLL0_AUDIO **REV A**\r
-               0x44,   //CGU_CLKSRC_PLL1,\r
-               -1,             //CGU_CLKSRC_RESERVE,\r
-               -1,             //CGU_CLKSRC_RESERVE,\r
-               0x48,   //CGU_CLKSRC_IDIVA,,\r
-               0x4C,   //CGU_CLKSRC_IDIVB,\r
-               0x50,   //CGU_CLKSRC_IDIVC,\r
-               0x54,   //CGU_CLKSRC_IDIVD,\r
-               0x58,   //CGU_CLKSRC_IDIVE,\r
-\r
-               0x5C,   //CGU_BASE_SAFE,\r
-               0x60,   //CGU_BASE_USB0,\r
-               -1,             //CGU_BASE_RESERVE,\r
-               0x68,   //CGU_BASE_USB1,\r
-               0x6C,   //CGU_BASE_M3,\r
-               0x70,   //CGU_BASE_SPIFI,\r
-               -1,             //CGU_BASE_RESERVE,\r
-               0x78,   //CGU_BASE_PHY_RX,\r
-               0x7C,   //CGU_BASE_PHY_TX,\r
-               0x80,   //CGU_BASE_APB1,\r
-               0x84,   //CGU_BASE_APB3,\r
-               0x88,   //CGU_BASE_LCD,\r
-               0X8C,   //CGU_BASE_ENET_CSR, **REV A**\r
-               0x90,   //CGU_BASE_SDIO,\r
-               0x94,   //CGU_BASE_SSP0,\r
-               0x98,   //CGU_BASE_SSP1,\r
-               0x9C,   //CGU_BASE_UART0,\r
-               0xA0,   //CGU_BASE_UART1,\r
-               0xA4,   //CGU_BASE_UART2,\r
-               0xA8,   //CGU_BASE_UART3,\r
-               0xAC,   //CGU_BASE_CLKOUT\r
-               -1,\r
-               -1,\r
-               -1,\r
-               -1,\r
-               0xC0,   //CGU_BASE_APLL\r
-               0xC4,   //CGU_BASE_OUT0\r
-               0xC8    //CGU_BASE_OUT1\r
-};\r
-\r
-const uint8_t CGU_ConnectAlloc_Tbl[CGU_CLKSRC_NUM][CGU_ENTITY_NUM] = {\r
-//       3 I E E G T X P P P x x D D D D D S U x U M S x P P A A L E S S S U U U U C x x x x A O O\r
-//       2 R R T P C T L L L     I I I I I A S   S 3 P   H H P P C N D S S R R R R O         P U U\r
-//         C X X I K A 0 A 1     A B C D E F B   B   F   RxTx1 3 D T I 0 1 0 1 2 3           L T T\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_32KHZ_OSC = 0,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_IRC,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_ENET_RX_CLK,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_ENET_TX_CLK,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_GP_CLKIN,*/\r
-               {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0},/*CGU_CLKSRC_TCK,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_XTAL_OSC,*/\r
-               {0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1},/*CGU_CLKSRC_PLL0,*/\r
-               {0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_PLL0_AUDIO,*/\r
-               {0,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_PLL1,*/\r
-               {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},\r
-               {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_IDIVA = CGU_CLKSRC_PLL1 + 3,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_IDIVB,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_IDIVC,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1},/*CGU_CLKSRC_IDIVD,*/\r
-               {0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1}/*CGU_CLKSRC_IDIVE,*/\r
-};\r
-\r
-const CGU_PERIPHERAL_S CGU_PERIPHERAL_Info[CGU_PERIPHERAL_NUM] = {\r
-       /*      Register Clock                  |       Peripheral Clock\r
-                |      BASE    |               BRANCH  |       BASE            |       BRANCH          */\r
-               {CGU_BASE_APB3, 0x1118, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_ADC0,\r
-               {CGU_BASE_APB3, 0x1120, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_ADC1,\r
-               {CGU_BASE_M3,   0x1460, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_AES,\r
-               ////    CGU_PERIPHERAL_ALARMTIMER_CGU_RGU_RTC_WIC,\r
-               {CGU_BASE_APB1, 0x1200, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_APB1_BUS,\r
-               {CGU_BASE_APB3, 0x1100, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_APB3_BUS,\r
-               {CGU_BASE_APB3, 0x1128, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_CAN0,\r
-               {CGU_BASE_M3,   0x1538, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_CREG,\r
-               {CGU_BASE_APB3, 0x1110, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_DAC,\r
-               {CGU_BASE_M3,   0x1440, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_DMA,\r
-               {CGU_BASE_M3,   0x1430, CGU_BASE_M3,            0x1478, 0},//CGU_PERIPHERAL_EMC,\r
-               {CGU_BASE_M3,   0x1420, CGU_BASE_PHY_RX,        0x0000, CGU_PERIPHERAL_ETHERNET_TX},//CGU_PERIPHERAL_ETHERNET,\r
-               {CGU_ENTITY_NONE,0x0000, CGU_BASE_PHY_TX,       0x0000, 0},//CGU_PERIPHERAL_ETHERNET_TX\r
-               {CGU_BASE_M3,   0x1410, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_GPIO,\r
-               {CGU_BASE_APB1, 0x1210, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_I2C0,\r
-               {CGU_BASE_APB3, 0x1108, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_I2C1,\r
-               {CGU_BASE_APB1, 0x1218, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_I2S,\r
-               {CGU_BASE_M3,   0x1418, CGU_BASE_LCD,   0x0000, 0},//CGU_PERIPHERAL_LCD,\r
-               {CGU_BASE_M3,   0x1448, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_M3CORE,\r
-               {CGU_BASE_M3,   0x1400, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_M3_BUS,\r
-               {CGU_BASE_APB1, 0x1208, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_MOTOCON,\r
-               {CGU_BASE_M3,   0x1630, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_QEI,\r
-               {CGU_BASE_M3,   0x1600, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_RITIMER,\r
-               {CGU_BASE_M3,   0x1468, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_SCT,\r
-               {CGU_BASE_M3,   0x1530, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_SCU,\r
-               {CGU_BASE_M3,   0x1438, CGU_BASE_SDIO,  0x2800, 0},//CGU_PERIPHERAL_SDIO,\r
-               {CGU_BASE_M3,   0x1408, CGU_BASE_SPIFI, 0x1300, 0},//CGU_PERIPHERAL_SPIFI,\r
-               {CGU_BASE_M3,   0x1518, CGU_BASE_SSP0,  0x2700, 0},//CGU_PERIPHERAL_SSP0,\r
-               {CGU_BASE_M3,   0x1628, CGU_BASE_SSP1,  0x2600, 0},//CGU_PERIPHERAL_SSP1,\r
-               {CGU_BASE_M3,   0x1520, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_TIMER0,\r
-               {CGU_BASE_M3,   0x1528, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_TIMER1,\r
-               {CGU_BASE_M3,   0x1618, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_TIMER2,\r
-               {CGU_BASE_M3,   0x1620, CGU_ENTITY_NONE,        0x0000, 0},//CGU_PERIPHERAL_TIMER3,\r
-               {CGU_BASE_M3,   0x1508, CGU_BASE_UART0, 0x2500, 0},//CGU_PERIPHERAL_UART0,\r
-               {CGU_BASE_M3,   0x1510, CGU_BASE_UART1, 0x2400, 0},//CGU_PERIPHERAL_UART1,\r
-               {CGU_BASE_M3,   0x1608, CGU_BASE_UART2, 0x2300, 0},//CGU_PERIPHERAL_UART2,\r
-               {CGU_BASE_M3,   0x1610, CGU_BASE_UART3, 0x2200, 0},//CGU_PERIPHERAL_UART3,\r
-               {CGU_BASE_M3,   0x1428, CGU_BASE_USB0,  0x1800, 0},//CGU_PERIPHERAL_USB0,\r
-               {CGU_BASE_M3,   0x1470, CGU_BASE_USB1,  0x1900, 0},//CGU_PERIPHERAL_USB1,\r
-               {CGU_BASE_M3,   0x1500, CGU_BASE_SAFE,  0x0000, 0},//CGU_PERIPHERAL_WWDT,\r
-};\r
-\r
-uint32_t CGU_ClockSourceFrequency[CGU_CLKSRC_NUM] = {0,12000000,0,0,0,0, 0, 480000000,0,0,0,0,0,0,0,0,0};\r
-\r
-#define CGU_CGU_ADDR   ((uint32_t)LPC_CGU)\r
-#define CGU_REG_BASE_CTRL(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_Entity_ControlReg_Offset[CGU_PERIPHERAL_Info[x].RegBaseEntity]))\r
-#define CGU_REG_BRANCH_CTRL(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_PERIPHERAL_Info[x].RegBranchOffset))\r
-#define CGU_REG_BRANCH_STATUS(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_PERIPHERAL_Info[x].RegBranchOffset+4))\r
-\r
-#define CGU_PER_BASE_CTRL(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_Entity_ControlReg_Offset[CGU_PERIPHERAL_Info[x].PerBaseEntity]))\r
-#define CGU_PER_BRANCH_CTRL(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_PERIPHERAL_Info[x].PerBranchOffset))\r
-#define CGU_PER_BRANCH_STATUS(x) (*(uint32_t*)(CGU_CGU_ADDR+CGU_PERIPHERAL_Info[x].PerBranchOffset+4))\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Initialize default clock for LPC1800 Eval board\r
- * @param[in]  None\r
- * @return             Initialize status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - Other: error\r
- **********************************************************************/\r
-uint32_t       CGU_Init(void){\r
-       CGU_SetXTALOSC(12000000);\r
-       CGU_EnableEntity(CGU_CLKSRC_XTAL_OSC, ENABLE);\r
-       CGU_EntityConnect(CGU_CLKSRC_XTAL_OSC, CGU_CLKSRC_PLL1);\r
-       // Disable PLL1 CPU hang???\r
-       //CGU_EnableEntity(CGU_CLKSRC_PLL1, DISABLE);\r
-       CGU_SetPLL1(10);\r
-       CGU_EnableEntity(CGU_CLKSRC_PLL1, ENABLE);\r
-       CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_M3);\r
-       CGU_UpdateClock();\r
-       return 0;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure power for individual peripheral\r
- * @param[in]  PPType  peripheral type, should be:\r
- *                                     - CGU_PERIPHERAL_ADC0           :ADC0\r
- *                                     - CGU_PERIPHERAL_ADC1           :ADC1\r
- *                                     - CGU_PERIPHERAL_AES            :AES\r
- *                                     - CGU_PERIPHERAL_APB1_BUS       :APB1 bus\r
- *                                     - CGU_PERIPHERAL_APB3_BUS       :APB3 bus\r
- *                                     - CGU_PERIPHERAL_CAN            :CAN\r
- *                                     - CGU_PERIPHERAL_CREG           :CREG\r
- *                                     - CGU_PERIPHERAL_DAC            :DAC\r
- *                                     - CGU_PERIPHERAL_DMA            :DMA\r
- *                                     - CGU_PERIPHERAL_EMC            :EMC\r
- *                                     - CGU_PERIPHERAL_ETHERNET       :ETHERNET\r
- *                                     - CGU_PERIPHERAL_GPIO           :GPIO\r
- *                                     - CGU_PERIPHERAL_I2C0           :I2C0\r
- *                                     - CGU_PERIPHERAL_I2C1           :I2C1\r
- *                                     - CGU_PERIPHERAL_I2S            :I2S\r
- *                                     - CGU_PERIPHERAL_LCD            :LCD\r
- *                                     - CGU_PERIPHERAL_M3CORE         :M3 core\r
- *                                     - CGU_PERIPHERAL_M3_BUS         :M3 bus\r
- *                                     - CGU_PERIPHERAL_MOTOCON        :Motor control\r
- *                                     - CGU_PERIPHERAL_QEI            :QEI\r
- *                                     - CGU_PERIPHERAL_RITIMER        :RIT timer\r
- *                                     - CGU_PERIPHERAL_SCT            :SCT\r
- *                                     - CGU_PERIPHERAL_SCU            :SCU\r
- *                                     - CGU_PERIPHERAL_SDIO           :SDIO\r
- *                                     - CGU_PERIPHERAL_SPIFI          :SPIFI\r
- *                                     - CGU_PERIPHERAL_SSP0           :SSP0\r
- *                                     - CGU_PERIPHERAL_SSP1           :SSP1\r
- *                                     - CGU_PERIPHERAL_TIMER0         :TIMER0\r
- *                                     - CGU_PERIPHERAL_TIMER1         :TIMER1\r
- *                                     - CGU_PERIPHERAL_TIMER2         :TIMER2\r
- *                                     - CGU_PERIPHERAL_TIMER3         :TIMER3\r
- *                                     - CGU_PERIPHERAL_UART0          :UART0\r
- *                                     - CGU_PERIPHERAL_UART1          :UART1\r
- *                                     - CGU_PERIPHERAL_UART2          :UART2\r
- *                                     - CGU_PERIPHERAL_UART3          :UART3\r
- *                                     - CGU_PERIPHERAL_USB0           :USB0\r
- *                                     - CGU_PERIPHERAL_USB1           :USB1\r
- *                                     - CGU_PERIPHERAL_WWDT           :WWDT\r
- * @param[in]  en status, should be:\r
- *                                     - ENABLE: Enable power\r
- *                                     - DISABLE: Disable power\r
- * @return             Configure status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - Other: error\r
- **********************************************************************/\r
-uint32_t CGU_ConfigPWR (CGU_PERIPHERAL_T PPType,  FunctionalState en){\r
-       if(PPType >= CGU_PERIPHERAL_WWDT && PPType <= CGU_PERIPHERAL_ADC0)\r
-               return CGU_ERROR_INVALID_PARAM;\r
-       if(en == DISABLE){/* Going to disable clock */\r
-               /*Get Reg branch status */\r
-               if(CGU_PERIPHERAL_Info[PPType].RegBranchOffset!= 0 &&\r
-                               CGU_REG_BRANCH_STATUS(PPType) & 1){\r
-                       CGU_REG_BRANCH_CTRL(PPType) &= ~1; /* Disable branch clock */\r
-                       while(CGU_REG_BRANCH_STATUS(PPType) & 1);\r
-               }\r
-               /* GetBase Status*/\r
-               if((CGU_PERIPHERAL_Info[PPType].RegBaseEntity!=CGU_ENTITY_NONE) &&\r
-                       CGU_GetBaseStatus((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].RegBaseEntity) == 0){\r
-                       /* Disable Base */\r
-                       CGU_EnableEntity((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].RegBaseEntity,0);\r
-               }\r
-\r
-               /* Same for Peripheral */\r
-               if((CGU_PERIPHERAL_Info[PPType].PerBranchOffset!= 0) && (CGU_PER_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK)){\r
-                       CGU_PER_BRANCH_CTRL(PPType) &= ~1; /* Disable branch clock */\r
-                       while(CGU_PER_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK);\r
-               }\r
-               /* GetBase Status*/\r
-               if((CGU_PERIPHERAL_Info[PPType].PerBaseEntity!=CGU_ENTITY_NONE) &&\r
-                       CGU_GetBaseStatus((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].PerBaseEntity) == 0){\r
-                       /* Disable Base */\r
-                       CGU_EnableEntity((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].PerBaseEntity,0);\r
-               }\r
-       }else{\r
-               /* enable */\r
-               /* GetBase Status*/\r
-               if((CGU_PERIPHERAL_Info[PPType].RegBaseEntity!=CGU_ENTITY_NONE) && CGU_REG_BASE_CTRL(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK){\r
-                       /* Enable Base */\r
-                       CGU_EnableEntity((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].RegBaseEntity, 1);\r
-               }\r
-               /*Get Reg branch status */\r
-               if((CGU_PERIPHERAL_Info[PPType].RegBranchOffset!= 0) && !(CGU_REG_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK)){\r
-                       CGU_REG_BRANCH_CTRL(PPType) |= 1; /* Enable branch clock */\r
-                       while(!(CGU_REG_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK));\r
-               }\r
-\r
-               /* Same for Peripheral */\r
-               /* GetBase Status*/\r
-               if((CGU_PERIPHERAL_Info[PPType].PerBaseEntity != CGU_ENTITY_NONE) &&\r
-                               (CGU_PER_BASE_CTRL(PPType) & 1)){\r
-                       /* Enable Base */\r
-                       CGU_EnableEntity((CGU_ENTITY_T)CGU_PERIPHERAL_Info[PPType].PerBaseEntity, 1);\r
-               }\r
-               /*Get Reg branch status */\r
-               if((CGU_PERIPHERAL_Info[PPType].PerBranchOffset!= 0) && !(CGU_PER_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK)){\r
-                       CGU_PER_BRANCH_CTRL(PPType) |= 1; /* Enable branch clock */\r
-                       while(!(CGU_PER_BRANCH_STATUS(PPType) & CGU_BRANCH_STATUS_ENABLE_MASK));\r
-               }\r
-\r
-       }\r
-\r
-       if(CGU_PERIPHERAL_Info[PPType].next){\r
-               return CGU_ConfigPWR((CGU_PERIPHERAL_T)CGU_PERIPHERAL_Info[PPType].next, en);\r
-       }\r
-       return CGU_ERROR_SUCCESS;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get peripheral clock frequency\r
- * @param[in]  Clock   Peripheral type, should be:\r
- *                                     - CGU_PERIPHERAL_ADC0           :ADC0\r
- *                                     - CGU_PERIPHERAL_ADC1           :ADC1\r
- *                                     - CGU_PERIPHERAL_AES            :AES\r
- *                                     - CGU_PERIPHERAL_APB1_BUS       :APB1 bus\r
- *                                     - CGU_PERIPHERAL_APB3_BUS       :APB3 bus\r
- *                                     - CGU_PERIPHERAL_CAN            :CAN\r
- *                                     - CGU_PERIPHERAL_CREG           :CREG\r
- *                                     - CGU_PERIPHERAL_DAC            :DAC\r
- *                                     - CGU_PERIPHERAL_DMA            :DMA\r
- *                                     - CGU_PERIPHERAL_EMC            :EMC\r
- *                                     - CGU_PERIPHERAL_ETHERNET       :ETHERNET\r
- *                                     - CGU_PERIPHERAL_GPIO           :GPIO\r
- *                                     - CGU_PERIPHERAL_I2C0           :I2C0\r
- *                                     - CGU_PERIPHERAL_I2C1           :I2C1\r
- *                                     - CGU_PERIPHERAL_I2S            :I2S\r
- *                                     - CGU_PERIPHERAL_LCD            :LCD\r
- *                                     - CGU_PERIPHERAL_M3CORE         :M3 core\r
- *                                     - CGU_PERIPHERAL_M3_BUS         :M3 bus\r
- *                                     - CGU_PERIPHERAL_MOTOCON        :Motor control\r
- *                                     - CGU_PERIPHERAL_QEI            :QEI\r
- *                                     - CGU_PERIPHERAL_RITIMER        :RIT timer\r
- *                                     - CGU_PERIPHERAL_SCT            :SCT\r
- *                                     - CGU_PERIPHERAL_SCU            :SCU\r
- *                                     - CGU_PERIPHERAL_SDIO           :SDIO\r
- *                                     - CGU_PERIPHERAL_SPIFI          :SPIFI\r
- *                                     - CGU_PERIPHERAL_SSP0           :SSP0\r
- *                                     - CGU_PERIPHERAL_SSP1           :SSP1\r
- *                                     - CGU_PERIPHERAL_TIMER0         :TIMER0\r
- *                                     - CGU_PERIPHERAL_TIMER1         :TIMER1\r
- *                                     - CGU_PERIPHERAL_TIMER2         :TIMER2\r
- *                                     - CGU_PERIPHERAL_TIMER3         :TIMER3\r
- *                                     - CGU_PERIPHERAL_UART0          :UART0\r
- *                                     - CGU_PERIPHERAL_UART1          :UART1\r
- *                                     - CGU_PERIPHERAL_UART2          :UART2\r
- *                                     - CGU_PERIPHERAL_UART3          :UART3\r
- *                                     - CGU_PERIPHERAL_USB0           :USB0\r
- *                                     - CGU_PERIPHERAL_USB1           :USB1\r
- *                                     - CGU_PERIPHERAL_WWDT           :WWDT\r
- * @return             Return frequently value\r
- **********************************************************************/\r
-uint32_t CGU_GetPCLKFrequency (CGU_PERIPHERAL_T Clock){\r
-       uint32_t ClkSrc;\r
-       if(Clock >= CGU_PERIPHERAL_WWDT && Clock <= CGU_PERIPHERAL_ADC0)\r
-               return CGU_ERROR_INVALID_PARAM;\r
-\r
-       if(CGU_PERIPHERAL_Info[Clock].PerBaseEntity != CGU_ENTITY_NONE){\r
-               /* Get Base Clock Source */\r
-               ClkSrc = (CGU_PER_BASE_CTRL(Clock) & CGU_CTRL_SRC_MASK) >> 24;\r
-               /* GetBase Status*/\r
-               if(CGU_PER_BASE_CTRL(Clock) & 1)\r
-                       return 0;\r
-               /* check Branch if it is enabled */\r
-               if((CGU_PERIPHERAL_Info[Clock].PerBranchOffset!= 0) && !(CGU_PER_BRANCH_STATUS(Clock) & CGU_BRANCH_STATUS_ENABLE_MASK)) return 0;\r
-       }else{\r
-               if(CGU_REG_BASE_CTRL(Clock) & 1)        return 0;\r
-               ClkSrc = (CGU_REG_BASE_CTRL(Clock) & CGU_CTRL_SRC_MASK) >> 24;\r
-               /* check Branch if it is enabled */\r
-               if((CGU_PERIPHERAL_Info[Clock].RegBranchOffset!= 0) && !(CGU_REG_BRANCH_STATUS(Clock) & CGU_BRANCH_STATUS_ENABLE_MASK)) return 0;\r
-       }\r
-       return CGU_ClockSourceFrequency[ClkSrc];\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Update clock\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void CGU_UpdateClock(void){\r
-       uint32_t ClkSrc;\r
-       uint32_t div;\r
-       uint32_t divisor;\r
-       int32_t RegOffset;\r
-       /* 32OSC */\r
-       if(ISBITSET(LPC_CREG->CREG0,1) && ISBITCLR(LPC_CREG->CREG0,3))\r
-               CGU_ClockSourceFrequency[CGU_CLKSRC_32KHZ_OSC] = 32768;\r
-       else\r
-               CGU_ClockSourceFrequency[CGU_CLKSRC_32KHZ_OSC] = 0;\r
-       /*PLL0*/\r
-       /* PLL1 */\r
-       if(ISBITCLR(LPC_CGU->PLL1_CTRL,1) /* Enabled */\r
-                       && (LPC_CGU->PLL1_STAT&1)){ /* Locked? */\r
-               ClkSrc = (LPC_CGU->PLL1_CTRL & CGU_CTRL_SRC_MASK)>>24;\r
-               CGU_ClockSourceFrequency[CGU_CLKSRC_PLL1] = CGU_ClockSourceFrequency[ClkSrc] *\r
-                                                                                                                       (((LPC_CGU->PLL1_CTRL>>16)&0xFF)+1);\r
-       }else\r
-               CGU_ClockSourceFrequency[CGU_CLKSRC_PLL1] = 0;\r
-\r
-       /* DIV */\r
-       for(div = CGU_CLKSRC_IDIVA; div <= CGU_CLKSRC_IDIVE; div++){\r
-               RegOffset = CGU_Entity_ControlReg_Offset[div];\r
-               if(ISBITCLR(CGU_ADDRESS32(LPC_CGU,RegOffset),1)){\r
-                       ClkSrc = (CGU_ADDRESS32(LPC_CGU,RegOffset) & CGU_CTRL_SRC_MASK) >> 24;\r
-                       divisor = (CGU_ADDRESS32(LPC_CGU,RegOffset)>>2) & 0xFF;\r
-                       divisor ++;\r
-                       CGU_ClockSourceFrequency[div] = CGU_ClockSourceFrequency[ClkSrc] / divisor;\r
-               }else\r
-                       CGU_ClockSourceFrequency[div] = 0;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set XTAL oscillator value\r
- * @param[in]  ClockFrequency  XTAL Frequency value\r
- * @return             Setting status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - CGU_ERROR_FREQ_OUTOF_RANGE: XTAL value set is out of range\r
- **********************************************************************/\r
-uint32_t       CGU_SetXTALOSC(uint32_t ClockFrequency){\r
-       if(ClockFrequency < 15000000){\r
-               LPC_CGU->XTAL_OSC_CTRL &= ~(1<<2);\r
-       }else if(ClockFrequency < 25000000){\r
-               LPC_CGU->XTAL_OSC_CTRL |= (1<<2);\r
-       }else\r
-               return CGU_ERROR_FREQ_OUTOF_RANGE;\r
-\r
-       CGU_ClockSourceFrequency[CGU_CLKSRC_XTAL_OSC] = ClockFrequency;\r
-       return CGU_ERROR_SUCCESS;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set clock divider\r
- * @param[in]  SelectDivider   Clock source, should be:\r
- *                                     - CGU_CLKSRC_IDIVA      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE      :Integer divider register E\r
- * @param[in]  divisor Divisor value, should be: 0..255\r
- * @return             Setting status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - CGU_ERROR_INVALID_ENTITY: Invalid entity\r
- **********************************************************************/\r
-/* divisor number must >=1*/\r
-uint32_t       CGU_SetDIV(CGU_ENTITY_T SelectDivider, uint32_t divisor){\r
-       int32_t RegOffset;\r
-       uint32_t tempReg;\r
-       if(SelectDivider>=CGU_CLKSRC_IDIVA && SelectDivider<=CGU_CLKSRC_IDIVE){\r
-               RegOffset = CGU_Entity_ControlReg_Offset[SelectDivider];\r
-               if(RegOffset == -1) return CGU_ERROR_INVALID_ENTITY;\r
-               tempReg = CGU_ADDRESS32(LPC_CGU,RegOffset);\r
-               tempReg &= ~(0xFF<<2);\r
-               tempReg |= ((divisor-1)&0xFF)<<2;\r
-               CGU_ADDRESS32(LPC_CGU,RegOffset) = tempReg;\r
-               return CGU_ERROR_SUCCESS;\r
-       }\r
-       return CGU_ERROR_INVALID_ENTITY;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable clock entity\r
- * @param[in]  ClockEntity     Clock entity, should be:\r
- *                                     - CGU_CLKSRC_32KHZ_OSC          :32Khz oscillator\r
- *                                     - CGU_CLKSRC_IRC                        :IRC clock\r
- *                                     - CGU_CLKSRC_ENET_RX_CLK        :Ethernet receive clock\r
- *                                     - CGU_CLKSRC_ENET_TX_CLK        :Ethernet transmit clock\r
- *                                     - CGU_CLKSRC_GP_CLKIN           :General purpose input clock\r
- *                                     - CGU_CLKSRC_XTAL_OSC           :Crystal oscillator\r
- *                                     - CGU_CLKSRC_PLL0                       :PLL0 clock\r
- *                                     - CGU_CLKSRC_PLL1                       :PLL1 clock\r
- *                                     - CGU_CLKSRC_IDIVA                      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB                      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC                      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD                      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE                      :Integer divider register E\r
- *                                     - CGU_BASE_SAFE                         :Base safe clock (always on)for WDT\r
- *                                     - CGU_BASE_USB0                         :Base clock for USB0\r
- *                                     - CGU_BASE_USB1                         :Base clock for USB1\r
- *                                     - CGU_BASE_M3                           :System base clock for ARM Cortex-M3 core\r
- *                                                                                              and APB peripheral blocks #0 and #2\r
- *                                     - CGU_BASE_SPIFI                        :Base clock for SPIFI\r
- *                                     - CGU_BASE_PHY_RX                       :Base clock for Ethernet PHY Rx\r
- *                                     - CGU_BASE_PHY_TX                       :Base clock for Ethernet PHY Tx\r
- *                                     - CGU_BASE_APB1                         :Base clock for APB peripheral block #1\r
- *                                     - CGU_BASE_APB3                         :Base clock for APB peripheral block #3\r
- *                                     - CGU_BASE_LCD                          :Base clock for LCD\r
- *                                     - CGU_BASE_SDIO                         :Base clock for SDIO card reader\r
- *                                     - CGU_BASE_SSP0                         :Base clock for SSP0\r
- *                                     - CGU_BASE_SSP1                         :Base clock for SSP1\r
- *                                     - CGU_BASE_UART0                        :Base clock for UART0\r
- *                                     - CGU_BASE_UART1                        :Base clock for UART1\r
- *                                     - CGU_BASE_UART2                        :Base clock for UART2\r
- *                                     - CGU_BASE_UART3                        :Base clock for UART3\r
- *                                     - CGU_BASE_CLKOUT                       :Base clock for CLKOUT pin\r
- * @param[in]  en status, should be:\r
- *                                     - ENABLE: Enable power\r
- *                                     - DISABLE: Disable power\r
- * @return             Setting status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - CGU_ERROR_INVALID_ENTITY: Invalid entity\r
- **********************************************************************/\r
-uint32_t CGU_EnableEntity(CGU_ENTITY_T ClockEntity, uint32_t en){\r
-       int32_t RegOffset;\r
-       int32_t i;\r
-       if(ClockEntity == CGU_CLKSRC_32KHZ_OSC){\r
-               if(en){\r
-                       LPC_CREG->CREG0 &= ~((1<<3)|(1<<2));\r
-                       LPC_CREG->CREG0 |= (1<<1)|(1<<0);\r
-               }else{\r
-                       LPC_CREG->CREG0 &= ~((1<<1)|(1<<0));\r
-                       LPC_CREG->CREG0 |= (1<<3);\r
-               }\r
-               for(i = 0;i<1000000;i++);\r
-\r
-       }else if(ClockEntity == CGU_CLKSRC_ENET_RX_CLK){\r
-               scu_pinmux(0xC ,0 , MD_PLN, FUNC3);\r
-\r
-       }else if(ClockEntity == CGU_CLKSRC_ENET_TX_CLK){\r
-               scu_pinmux(0x1 ,19 , MD_PLN, FUNC0);\r
-\r
-       }else if(ClockEntity == CGU_CLKSRC_GP_CLKIN){\r
-\r
-       }else if(ClockEntity == CGU_CLKSRC_TCK){\r
-\r
-       }else if(ClockEntity == CGU_CLKSRC_XTAL_OSC){\r
-               if(!en)\r
-                       LPC_CGU->XTAL_OSC_CTRL |= CGU_CTRL_EN_MASK;\r
-               else\r
-                       LPC_CGU->XTAL_OSC_CTRL &= ~CGU_CTRL_EN_MASK;\r
-               /*Delay for stable clock*/\r
-               for(i = 0;i<1000000;i++);\r
-\r
-       }else{\r
-               RegOffset = CGU_Entity_ControlReg_Offset[ClockEntity];\r
-               if(RegOffset == -1) return CGU_ERROR_INVALID_ENTITY;\r
-               if(!en){\r
-                       CGU_ADDRESS32(CGU_CGU_ADDR,RegOffset) |= CGU_CTRL_EN_MASK;\r
-               }else{\r
-                       CGU_ADDRESS32(CGU_CGU_ADDR,RegOffset) &= ~CGU_CTRL_EN_MASK;\r
-                       /*if PLL is selected check if it is locked */\r
-                       if(ClockEntity == CGU_CLKSRC_PLL0){\r
-                               while((LPC_CGU->PLL0USB_STAT&1) == 0x0);\r
-                       }\r
-                       if(ClockEntity == CGU_CLKSRC_PLL1){\r
-                               while((LPC_CGU->PLL1_STAT&1) == 0x0);\r
-                               /*post check lock status */\r
-                               if(!(LPC_CGU->PLL1_STAT&1))\r
-                                       while(1);\r
-                       }\r
-               }\r
-       }\r
-       return CGU_ERROR_SUCCESS;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Connect entity clock source\r
- * @param[in]  ClockSource     Clock source, should be:\r
- *                                     - CGU_CLKSRC_32KHZ_OSC          :32Khz oscillator\r
- *                                     - CGU_CLKSRC_IRC                        :IRC clock\r
- *                                     - CGU_CLKSRC_ENET_RX_CLK        :Ethernet receive clock\r
- *                                     - CGU_CLKSRC_ENET_TX_CLK        :Ethernet transmit clock\r
- *                                     - CGU_CLKSRC_GP_CLKIN           :General purpose input clock\r
- *                                     - CGU_CLKSRC_XTAL_OSC           :Crystal oscillator\r
- *                                     - CGU_CLKSRC_PLL0                       :PLL0 clock\r
- *                                     - CGU_CLKSRC_PLL1                       :PLL1 clock\r
- *                                     - CGU_CLKSRC_IDIVA                      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB                      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC                      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD                      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE                      :Integer divider register E\r
- * @param[in]  ClockEntity     Clock entity, should be:\r
- *                                     - CGU_CLKSRC_PLL0                       :PLL0 clock\r
- *                                     - CGU_CLKSRC_PLL1                       :PLL1 clock\r
- *                                     - CGU_CLKSRC_IDIVA                      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB                      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC                      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD                      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE                      :Integer divider register E\r
- *                                     - CGU_BASE_SAFE                         :Base safe clock (always on)for WDT\r
- *                                     - CGU_BASE_USB0                         :Base clock for USB0\r
- *                                     - CGU_BASE_USB1                         :Base clock for USB1\r
- *                                     - CGU_BASE_M3                           :System base clock for ARM Cortex-M3 core\r
- *                                                                                              and APB peripheral blocks #0 and #2\r
- *                                     - CGU_BASE_SPIFI                        :Base clock for SPIFI\r
- *                                     - CGU_BASE_PHY_RX                       :Base clock for Ethernet PHY Rx\r
- *                                     - CGU_BASE_PHY_TX                       :Base clock for Ethernet PHY Tx\r
- *                                     - CGU_BASE_APB1                         :Base clock for APB peripheral block #1\r
- *                                     - CGU_BASE_APB3                         :Base clock for APB peripheral block #3\r
- *                                     - CGU_BASE_LCD                          :Base clock for LCD\r
- *                                     - CGU_BASE_SDIO                         :Base clock for SDIO card reader\r
- *                                     - CGU_BASE_SSP0                         :Base clock for SSP0\r
- *                                     - CGU_BASE_SSP1                         :Base clock for SSP1\r
- *                                     - CGU_BASE_UART0                        :Base clock for UART0\r
- *                                     - CGU_BASE_UART1                        :Base clock for UART1\r
- *                                     - CGU_BASE_UART2                        :Base clock for UART2\r
- *                                     - CGU_BASE_UART3                        :Base clock for UART3\r
- *                                     - CGU_BASE_CLKOUT                       :Base clock for CLKOUT pin\r
- * @return             Setting status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - CGU_ERROR_CONNECT_TOGETHER: Error when 2 clock source connect together\r
- *                                     - CGU_ERROR_INVALID_CLOCK_SOURCE: Invalid clock source error\r
- *                                     - CGU_ERROR_INVALID_ENTITY: Invalid entity error\r
- **********************************************************************/\r
-/* Connect one entity into clock source */\r
-uint32_t CGU_EntityConnect(CGU_ENTITY_T ClockSource, CGU_ENTITY_T ClockEntity){\r
-       int32_t RegOffset;\r
-       uint32_t tempReg;\r
-\r
-       if(ClockSource > CGU_CLKSRC_IDIVE)\r
-               return CGU_ERROR_INVALID_CLOCK_SOURCE;\r
-\r
-       if(ClockEntity >= CGU_CLKSRC_PLL0 && ClockEntity <= CGU_BASE_CLKOUT){\r
-               if(CGU_ConnectAlloc_Tbl[ClockSource][ClockEntity]){\r
-                       RegOffset = CGU_Entity_ControlReg_Offset[ClockSource];\r
-                       if(RegOffset != -1){\r
-                               if(ClockEntity<=CGU_CLKSRC_IDIVE &&\r
-                                       ClockEntity>=CGU_CLKSRC_PLL0)\r
-                               {\r
-                                       //RegOffset = (CGU_ADDRESS32(LPC_CGU,RegOffset)>>24)&0xF;\r
-                                       if(((CGU_ADDRESS32(LPC_CGU,RegOffset)>>24)& 0xF) == ClockEntity)\r
-                                               return CGU_ERROR_CONNECT_TOGETHER;\r
-                               }\r
-                       }\r
-                       RegOffset = CGU_Entity_ControlReg_Offset[ClockEntity];\r
-                       if(RegOffset == -1) return CGU_ERROR_INVALID_ENTITY;\r
-                       tempReg = CGU_ADDRESS32(LPC_CGU,RegOffset);\r
-                       tempReg &= ~CGU_CTRL_SRC_MASK;\r
-                       tempReg |= ClockSource<<24 | CGU_CTRL_AUTOBLOCK_MASK;\r
-                       CGU_ADDRESS32(LPC_CGU,RegOffset) = tempReg;\r
-                       return CGU_ERROR_SUCCESS;\r
-               }else\r
-                       return CGU_ERROR_INVALID_CLOCK_SOURCE;\r
-       }else\r
-               return CGU_ERROR_INVALID_ENTITY;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current USB PLL clock from XTAL\r
- * @param[in]  None\r
- * @return             Returned clock value\r
- **********************************************************************/\r
-uint32_t CGU_SetPLL0(void){\r
-       // Setup PLL550 to generate 480MHz from 12 MHz crystal\r
-       LPC_CGU->PLL0USB_CTRL |= 1;     // Power down PLL\r
-                                               //      P                       N\r
-       LPC_CGU->PLL0USB_NP_DIV = (98<<0) | (514<<12);\r
-                                               //      SELP    SELI    SELR    MDEC\r
-       LPC_CGU->PLL0USB_MDIV = (0xB<<17)|(0x10<<22)|(0<<28)|(0x7FFA<<0);\r
-       LPC_CGU->PLL0USB_CTRL =(CGU_CLKSRC_XTAL_OSC<<24) | (0x3<<2) | (1<<4);\r
-       return CGU_ERROR_SUCCESS;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Setting PLL1\r
- * @param[in]  mult    Multiple value\r
- * @return             Setting status, could be:\r
- *                                     - CGU_ERROR_SUCCESS: successful\r
- *                                     - CGU_ERROR_INVALID_PARAM: Invalid parameter error\r
- **********************************************************************/\r
-uint32_t       CGU_SetPLL1(uint32_t mult){\r
-       uint32_t msel=0, nsel=0, psel=0, pval=1;\r
-       uint32_t freq;\r
-       uint32_t ClkSrc = (LPC_CGU->PLL1_CTRL & CGU_CTRL_SRC_MASK)>>24;\r
-       freq = CGU_ClockSourceFrequency[ClkSrc];\r
-       freq *= mult;\r
-       msel = mult-1;\r
-\r
-       LPC_CGU->PLL1_CTRL &= ~(CGU_PLL1_FBSEL_MASK |\r
-                                                                       CGU_PLL1_BYPASS_MASK |\r
-                                                                       CGU_PLL1_DIRECT_MASK |\r
-                                                                       (0x03<<8) | (0xFF<<16) | (0x03<<12));\r
-\r
-       if(freq<156000000){\r
-               //psel is encoded such that 0=1, 1=2, 2=4, 3=8\r
-               while(2*(pval)*freq < 156000000) {\r
-                       psel++;\r
-                       pval*=2;\r
-               }\r
-//             if(2*(pval)*freq > 320000000) {\r
-//                     //THIS IS OUT OF RANGE!!!\r
-//                     //HOW DO WE ASSERT IN SAMPLE CODE?\r
-//                     //__breakpoint(0);\r
-//                     return CGU_ERROR_INVALID_PARAM;\r
-//             }\r
-               LPC_CGU->PLL1_CTRL |= (msel<<16) | (nsel<<12) | (psel<<8) | CGU_PLL1_FBSEL_MASK;\r
-       }else if(freq<320000000){\r
-               LPC_CGU->PLL1_CTRL |= (msel<<16) | (nsel<<12) | (psel<<8) |CGU_PLL1_DIRECT_MASK | CGU_PLL1_FBSEL_MASK;\r
-       }else\r
-               return CGU_ERROR_INVALID_PARAM;\r
-\r
-       return CGU_ERROR_SUCCESS;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current base status\r
- * @param[in]  Base    Base type, should be:\r
- *                                     - CGU_BASE_USB0                         :Base clock for USB0\r
- *                                     - CGU_BASE_USB1                         :Base clock for USB1\r
- *                                     - CGU_BASE_M3                           :System base clock for ARM Cortex-M3 core\r
- *                                                                                              and APB peripheral blocks #0 and #2\r
- *                                     - CGU_BASE_SPIFI                        :Base clock for SPIFI\r
- *                                     - CGU_BASE_APB1                         :Base clock for APB peripheral block #1\r
- *                                     - CGU_BASE_APB3                         :Base clock for APB peripheral block #3\r
- *                                     - CGU_BASE_SDIO                         :Base clock for SDIO card reader\r
- *                                     - CGU_BASE_SSP0                         :Base clock for SSP0\r
- *                                     - CGU_BASE_SSP1                         :Base clock for SSP1\r
- *                                     - CGU_BASE_UART0                        :Base clock for UART0\r
- *                                     - CGU_BASE_UART1                        :Base clock for UART1\r
- *                                     - CGU_BASE_UART2                        :Base clock for UART2\r
- *                                     - CGU_BASE_UART3                        :Base clock for UART3\r
- * @return             Always return 0\r
- **********************************************************************/\r
-uint32_t       CGU_GetBaseStatus(CGU_ENTITY_T Base){\r
-       switch(Base){\r
-       /*CCU1*/\r
-       case CGU_BASE_APB3:\r
-               return LPC_CCU1->BASE_STAT & 1;\r
-\r
-       case CGU_BASE_APB1:\r
-               return (LPC_CCU1->BASE_STAT>>1) & 1;\r
-\r
-       case CGU_BASE_SPIFI:\r
-               return (LPC_CCU1->BASE_STAT>>2) & 1;\r
-\r
-       case CGU_BASE_M3:\r
-               return (LPC_CCU1->BASE_STAT>>3) & 1;\r
-\r
-       case CGU_BASE_USB0:\r
-               return (LPC_CCU1->BASE_STAT>>7) & 1;\r
-\r
-       case CGU_BASE_USB1:\r
-               return (LPC_CCU1->BASE_STAT>>8) & 1;\r
-\r
-       /*CCU2*/\r
-       case CGU_BASE_UART3:\r
-               return (LPC_CCU2->BASE_STAT>>1) & 1;\r
-\r
-       case CGU_BASE_UART2:\r
-               return (LPC_CCU2->BASE_STAT>>2) & 1;\r
-\r
-       case CGU_BASE_UART1:\r
-               return (LPC_CCU2->BASE_STAT>>3) & 1;\r
-\r
-       case CGU_BASE_UART0:\r
-               return (LPC_CCU2->BASE_STAT>>4) & 1;\r
-\r
-       case CGU_BASE_SSP1:\r
-               return (LPC_CCU2->BASE_STAT>>5) & 1;\r
-\r
-       case CGU_BASE_SSP0:\r
-               return (LPC_CCU2->BASE_STAT>>6) & 1;\r
-\r
-       case CGU_BASE_SDIO:\r
-               return (LPC_CCU2->BASE_STAT>>7) & 1;\r
-\r
-       /*BASE SAFE is used by WWDT and RGU*/\r
-       case CGU_BASE_SAFE:\r
-               break;\r
-       default:\r
-               break;\r
-       }\r
-       return 0;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Compare one source clock to IRC clock\r
- * @param[in]  Clock   Clock entity that will be compared to IRC, should be:\r
- *                                     - CGU_CLKSRC_32KHZ_OSC          :32Khz crystal oscillator\r
- *                                     - CGU_CLKSRC_ENET_RX_CLK        :Ethernet receive clock\r
- *                                     - CGU_CLKSRC_ENET_TX_CLK        :Ethernet transmit clock\r
- *                                     - CGU_CLKSRC_GP_CLKIN           :General purpose input clock\r
- *                                     - CGU_CLKSRC_XTAL_OSC           :Crystal oscillator\r
- *                                     - CGU_CLKSRC_PLL0                       :PLL0 clock\r
- *                                     - CGU_CLKSRC_PLL1                       :PLL1 clock\r
- *                                     - CGU_CLKSRC_IDIVA                      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB                      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC                      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD                      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE                      :Integer divider register E\r
- *                                     - CGU_BASE_SAFE                         :Base safe clock (always on)for WDT\r
- *                                     - CGU_BASE_USB0                         :Base clock for USB0\r
- *                                     - CGU_BASE_USB1                         :Base clock for USB1\r
- *                                     - CGU_BASE_M3                           :System base clock for ARM Cortex-M3 core\r
- *                                                                                              and APB peripheral blocks #0 and #2\r
- *                                     - CGU_BASE_SPIFI                        :Base clock for SPIFI\r
- *                                     - CGU_BASE_PHY_RX                       :Base clock for Ethernet PHY Rx\r
- *                                     - CGU_BASE_PHY_TX                       :Base clock for Ethernet PHY Tx\r
- *                                     - CGU_BASE_APB1                         :Base clock for APB peripheral block #1\r
- *                                     - CGU_BASE_APB3                         :Base clock for APB peripheral block #3\r
- *                                     - CGU_BASE_LCD                          :Base clock for LCD\r
- *                                     - CGU_BASE_SDIO                         :Base clock for SDIO card reader\r
- *                                     - CGU_BASE_SSP0                         :Base clock for SSP0\r
- *                                     - CGU_BASE_SSP1                         :Base clock for SSP1\r
- *                                     - CGU_BASE_UART0                        :Base clock for UART0\r
- *                                     - CGU_BASE_UART1                        :Base clock for UART1\r
- *                                     - CGU_BASE_UART2                        :Base clock for UART2\r
- *                                     - CGU_BASE_UART3                        :Base clock for UART3\r
- *                                     - CGU_BASE_CLKOUT                       :Base clock for CLKOUT pin\r
- * @param[in]  m       Multiple value pointer\r
- * @param[in]  d       Divider value pointer\r
- * @return             Compare status, could be:\r
- *                                     - (-1): fail\r
- *                                     - 0: successful\r
- * @note               Formula used to compare:\r
- *                             FClock = F_IRC* m / d\r
- **********************************************************************/\r
-int CGU_FrequencyMonitor(CGU_ENTITY_T Clock, uint32_t *m, uint32_t *d){\r
-       uint32_t n,c,temp;\r
-       int i;\r
-\r
-       /* Maximum allow RCOUNT number */\r
-       c= 511;\r
-       /* Check Source Clock Freq is larger or smaller */\r
-       LPC_CGU->FREQ_MON = (Clock<<24) | 1<<23 | c;\r
-       while(LPC_CGU->FREQ_MON & (1 <<23));\r
-       for(i=0;i<10000;i++);\r
-       temp = (LPC_CGU->FREQ_MON >>9) & 0x3FFF;\r
-\r
-       if(temp == 0) /* too low F < 12000000/511*/\r
-               return -1;\r
-       if(temp > 511){ /* larger */\r
-\r
-               c = 511 - (LPC_CGU->FREQ_MON&0x1FF);\r
-       }else{\r
-               do{\r
-                       c--;\r
-                       LPC_CGU->FREQ_MON = (Clock<<24) | 1<<23 | c;\r
-                       while(LPC_CGU->FREQ_MON & (1 <<23));\r
-                       for(i=0;i<10000;i++);\r
-                       n = (LPC_CGU->FREQ_MON >>9) & 0x3FFF;\r
-               }while(n==temp);\r
-               c++;\r
-       }\r
-       *m = temp;\r
-       *d = c;\r
-       return 0;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Compare one source clock to another source clock\r
- * @param[in]  Clock   Clock entity that will be compared to second source, should be:\r
- *                                     - CGU_CLKSRC_32KHZ_OSC          :32Khz crystal oscillator\r
- *                                     - CGU_CLKSRC_ENET_RX_CLK        :Ethernet receive clock\r
- *                                     - CGU_CLKSRC_ENET_TX_CLK        :Ethernet transmit clock\r
- *                                     - CGU_CLKSRC_GP_CLKIN           :General purpose input clock\r
- *                                     - CGU_CLKSRC_XTAL_OSC           :Crystal oscillator\r
- *                                     - CGU_CLKSRC_PLL0                       :PLL0 clock\r
- *                                     - CGU_CLKSRC_PLL1                       :PLL1 clock\r
- *                                     - CGU_CLKSRC_IDIVA                      :Integer divider register A\r
- *                                     - CGU_CLKSRC_IDIVB                      :Integer divider register B\r
- *                                     - CGU_CLKSRC_IDIVC                      :Integer divider register C\r
- *                                     - CGU_CLKSRC_IDIVD                      :Integer divider register D\r
- *                                     - CGU_CLKSRC_IDIVE                      :Integer divider register E\r
- *                                     - CGU_BASE_SAFE                         :Base safe clock (always on)for WDT\r
- *                                     - CGU_BASE_USB0                         :Base clock for USB0\r
- *                                     - CGU_BASE_USB1                         :Base clock for USB1\r
- *                                     - CGU_BASE_M3                           :System base clock for ARM Cortex-M3 core\r
- *                                                                                              and APB peripheral blocks #0 and #2\r
- *                                     - CGU_BASE_SPIFI                        :Base clock for SPIFI\r
- *                                     - CGU_BASE_PHY_RX                       :Base clock for Ethernet PHY Rx\r
- *                                     - CGU_BASE_PHY_TX                       :Base clock for Ethernet PHY Tx\r
- *                                     - CGU_BASE_APB1                         :Base clock for APB peripheral block #1\r
- *                                     - CGU_BASE_APB3                         :Base clock for APB peripheral block #3\r
- *                                     - CGU_BASE_LCD                          :Base clock for LCD\r
- *                                     - CGU_BASE_SDIO                         :Base clock for SDIO card reader\r
- *                                     - CGU_BASE_SSP0                         :Base clock for SSP0\r
- *                                     - CGU_BASE_SSP1                         :Base clock for SSP1\r
- *                                     - CGU_BASE_UART0                        :Base clock for UART0\r
- *                                     - CGU_BASE_UART1                        :Base clock for UART1\r
- *                                     - CGU_BASE_UART2                        :Base clock for UART2\r
- *                                     - CGU_BASE_UART3                        :Base clock for UART3\r
- *                                     - CGU_BASE_CLKOUT                       :Base clock for CLKOUT pin\r
- * @param[in]  CompareToClock  Clock source that to be compared to first source, should be different\r
- *                             to first source.\r
- * @param[in]  m       Multiple value pointer\r
- * @param[in]  d       Divider value pointer\r
- * @return             Compare status, could be:\r
- *                                     - (-1): fail\r
- *                                     - 0: successful\r
- * @note               Formula used to compare:\r
- *                             FClock = m*FCompareToClock/d\r
- **********************************************************************/\r
-uint32_t CGU_RealFrequencyCompare(CGU_ENTITY_T Clock, CGU_ENTITY_T CompareToClock, uint32_t *m, uint32_t *d){\r
-       uint32_t m1,m2,d1,d2;\r
-       /* Check Parameter */\r
-       if((Clock>CGU_CLKSRC_IDIVE) || (CompareToClock>CGU_CLKSRC_IDIVE))\r
-               return CGU_ERROR_INVALID_PARAM;\r
-       /* Check for Clock Enable - Not yet implement\r
-        * The Comparator will hang if Clock has not been set*/\r
-       CGU_FrequencyMonitor(Clock, &m1, &d1);\r
-       CGU_FrequencyMonitor(CompareToClock, &m2, &d2);\r
-       *m= m1*d2;\r
-       *d= d1*m2;\r
-       return 0;\r
-\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_dac.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_dac.c
deleted file mode 100644 (file)
index 11e86d9..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_dac.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_dac.c\r
-* @brief       Contains all functions support for DAC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup DAC\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_dac.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _DAC\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup DAC_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Initial ADC configuration\r
- *                                     - Maximum       current is 700 uA\r
- *                                     - Value to AOUT is 0\r
- * @param[in]  DACx pointer to LPC_DAC_Type, should be: LPC_DAC\r
- * @return             None\r
- ***********************************************************************/\r
-void DAC_Init(LPC_DAC_Type *DACx)\r
-{\r
-       CHECK_PARAM(PARAM_DACx(DACx));\r
-       /* Set default clock divider for DAC */\r
-       //LPC_CGU->BASE_VPB3_CLK = (SRC_PL160M_0<<24) | (1<<11);        // ABP3 base clock use PLL1 and auto block\r
-       CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB3);\r
-       //Set maximum current output\r
-       DAC_SetBias(LPC_DAC,DAC_MAX_CURRENT_700uA);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Update value to DAC\r
- * @param[in]  DACx pointer to LPC_DAC_Type, should be: LPC_DAC\r
- * @param[in]  dac_value  value 10 bit to be converted to output\r
- * @return             None\r
- ***********************************************************************/\r
-void DAC_UpdateValue (LPC_DAC_Type *DACx,uint32_t dac_value)\r
-{\r
-       uint32_t tmp;\r
-       CHECK_PARAM(PARAM_DACx(DACx));\r
-       tmp = DACx->CR & DAC_BIAS_EN;\r
-       tmp |= DAC_VALUE(dac_value);\r
-       // Update value\r
-       DACx->CR = tmp;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Maximum current for DAC\r
- * @param[in]  DACx pointer to LPC_DAC_Type, should be: LPC_DAC\r
- * @param[in]  bias    Using Bias value, should be:\r
- *                             - 0 is 700 uA\r
- *                             - 1 is 350 uA\r
- * @return             None\r
- ***********************************************************************/\r
-void DAC_SetBias (LPC_DAC_Type *DACx,uint32_t bias)\r
-{\r
-       CHECK_PARAM(PARAM_DAC_CURRENT_OPT(bias));\r
-       DACx->CR &=~DAC_BIAS_EN;\r
-       if (bias  == DAC_MAX_CURRENT_350uA)\r
-       {\r
-               DACx->CR |= DAC_BIAS_EN;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              To enable the DMA operation and control DMA timer\r
- * @param[in]  DACx pointer to LPC_DAC_Type, should be: LPC_DAC\r
- * @param[in]  DAC_ConverterConfigStruct pointer to DAC_CONVERTER_CFG_Type\r
- *                                     - DBLBUF_ENA :enable/disable DACR double buffering feature\r
- *                                     - CNT_ENA    :enable/disable timer out counter\r
- *                                     - DMA_ENA    :enable/disable DMA access\r
- * @return             None\r
- ***********************************************************************/\r
-void DAC_ConfigDAConverterControl (LPC_DAC_Type *DACx,DAC_CONVERTER_CFG_Type *DAC_ConverterConfigStruct)\r
-{\r
-       CHECK_PARAM(PARAM_DACx(DACx));\r
-       DACx->CTRL &= ~DAC_DACCTRL_MASK;\r
-       if (DAC_ConverterConfigStruct->DBLBUF_ENA)\r
-               DACx->CTRL      |= DAC_DBLBUF_ENA;\r
-       if (DAC_ConverterConfigStruct->CNT_ENA)\r
-               DACx->CTRL      |= DAC_CNT_ENA;\r
-       if (DAC_ConverterConfigStruct->DMA_ENA)\r
-               DACx->CTRL      |= DAC_DMA_ENA;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set reload value for interrupt/DMA counter\r
- * @param[in]  DACx pointer to LPC_DAC_Type, should be: LPC_DAC\r
- * @param[in]  time_out time out to reload for interrupt/DMA counter\r
- * @return             None\r
- ***********************************************************************/\r
-void DAC_SetDMATimeOut(LPC_DAC_Type *DACx, uint32_t time_out)\r
-{\r
-       CHECK_PARAM(PARAM_DACx(DACx));\r
-       DACx->CNTVAL = DAC_CCNT_VALUE(time_out);\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _DAC */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_emc.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_emc.c
deleted file mode 100644 (file)
index 88dadbf..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-/**********************************************************************
-* $Id: lpc18xx_emc.c 8765 2011-12-08 00:51:21Z nxp21346 $              lpc18xx_emc.c           2011-12-07
-*//**
-* @file                lpc18xx_emc.c
-* @brief       Contains all functions support for Clock Generation and Control
-*                      firmware library on lpc18xx
-* @version     1.0
-* @date                07. December. 2011
-* @author      NXP MCU SW Application Team
-*
-* Copyright(C) 2011, NXP Semiconductor
-* All rights reserved.
-*
-***********************************************************************
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-
-#include "LPC18xx.h"
-#include "lpc18xx_emc.h"
-#include "lpc18xx_scu.h"
-
-#define M32(x) *((uint32_t *)x)
-#define DELAYCYCLES(ns) (ns / ((1.0 / __EMCHZ) * 1E9))
-
-void emc_WaitUS(volatile uint32_t us)
-{
-       us *= (SystemCoreClock / 1000000) / 3;
-       while(us--);
-}
-
-void emc_WaitMS(uint32_t ms)
-{
-       emc_WaitUS(ms * 1000);
-}
-
-void MemoryPinInit(void)
-{
-  /* select correct functions on the GPIOs */
-
-#if 1
-  /* DATA LINES 0..31 > D0..D31 */
-       /* P1_7 - EXTBUS_D0 \97 External memory data line 0 */
-    scu_pinmux(0x1,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_7: D0 (function 0) errata */
-    scu_pinmux(0x1,  8,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_8: D1 (function 0) errata */
-    scu_pinmux(0x1,  9,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_9: D2 (function 0) errata */
-    scu_pinmux(0x1,  10, (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_10: D3 (function 0) errata */
-    scu_pinmux(0x1,  11, (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_11: D4 (function 0) errata */
-    scu_pinmux(0x1,  12, (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_12: D5 (function 0) errata */
-    scu_pinmux(0x1,  13, (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_13: D6 (function 0) errata */
-    scu_pinmux(0x1,  14, (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_14: D7 (function 0) errata */
-    scu_pinmux(0x5,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_4: D8 (function 0) errata */
-    scu_pinmux(0x5,  5,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_5: D9 (function 0) errata */
-    scu_pinmux(0x5,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_6: D10 (function 0) errata */
-    scu_pinmux(0x5,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_7: D11 (function 0) errata */
-    scu_pinmux(0x5,  0,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_0: D12 (function 0) errata */
-    scu_pinmux(0x5,  1,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_1: D13 (function 0) errata */
-    scu_pinmux(0x5,  2,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_2: D14 (function 0) errata */
-    scu_pinmux(0x5,  3,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* P5_3: D15 (function 0) errata */
-#if 0
-    scu_pinmux(0xD,  2,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_2: D16 (function 0) errata */
-    scu_pinmux(0xD,  3,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_3: D17 (function 0) errata */
-    scu_pinmux(0xD,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_4: D18 (function 0) errata */
-    scu_pinmux(0xD,  5,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_5: D19 (function 0) errata */
-    scu_pinmux(0xD,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_6: D20 (function 0) errata */
-    scu_pinmux(0xD,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_7: D21 (function 0) errata */
-    scu_pinmux(0xD,  8,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_8: D22 (function 0) errata */
-    scu_pinmux(0xD,  9,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_9: D23 (function 0) errata */
-    scu_pinmux(0xE,  5,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_5: D24 (function 0) errata */
-    scu_pinmux(0xE,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_6: D25 (function 0) errata */
-    scu_pinmux(0xE,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_7: D26 (function 0) errata */
-    scu_pinmux(0xE,  8,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_8: D27 (function 0) errata */
-    scu_pinmux(0xE,  9,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_9: D28 (function 0) errata */
-    scu_pinmux(0xE, 10,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_10: D29 (function 0) errata */
-    scu_pinmux(0xE, 11,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_11: D30 (function 0) errata */
-    scu_pinmux(0xE, 12,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_12: D31 (function 0) errata */
-#endif
-  
-  /* ADDRESS LINES A0..A11 > A0..A11 */
-       scu_pinmux(0x2,  9,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_9 - EXTBUS_A0 \97 External memory address line 0 */
-       scu_pinmux(0x2, 10,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_10 - EXTBUS_A1 \97 External memory address line 1 */        
-       scu_pinmux(0x2, 11,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_11 - EXTBUS_A2 \97 External memory address line 2 */        
-       scu_pinmux(0x2, 12,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_12 - EXTBUS_A3 \97 External memory address line 3 */
-       scu_pinmux(0x2, 13,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_13 - EXTBUS_A4 \97 External memory address line 4 */        
-       scu_pinmux(0x1,  0,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P1_0 - EXTBUS_A5 \97 External memory address line 5 */
-       scu_pinmux(0x1,  1,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P1_1 - EXTBUS_A6 \97 External memory address line 6 */ 
-       scu_pinmux(0x1,  2,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P1_2 - EXTBUS_A7 \97 External memory address line 7 */ 
-       scu_pinmux(0x2,  8,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_8 - EXTBUS_A8 \97 External memory address line 8 */
-       scu_pinmux(0x2,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P2_7 - EXTBUS_A9 \97 External memory address line 9 */ 
-       scu_pinmux(0x2,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P2_6 - EXTBUS_A10 \97 External memory address line 10 */
-       scu_pinmux(0x2,  2,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P2_2 - EXTBUS_A11 \97 External memory address line 11 */
-       scu_pinmux(0x2,  1,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P2_1 - EXTBUS_A12 \97 External memory address line 12 */
-       scu_pinmux(0x2,  0,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* P2_0 - EXTBUS_A13 \97 External memory address line 13 */       
-       scu_pinmux(0x6,  8,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC1);        /* P6_8 - EXTBUS_A14 \97 External memory address line 14 */
-       scu_pinmux(0x6,  7,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC1);        /* P6_7 - EXTBUS_A15 \97 External memory address line 15 */       
-       scu_pinmux(0xD, 16,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* PD_16 - EXTBUS_A16 \97 External memory address line 16 */
-       scu_pinmux(0xD, 15,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* PD_15 - EXTBUS_A17 \97 External memory address line 17 */      
-       scu_pinmux(0xE,  0,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PE_0 - EXTBUS_A18 \97 External memory address line 18 */
-       scu_pinmux(0xE,  1,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PE_1 - EXTBUS_A19 \97 External memory address line 19 */
-       scu_pinmux(0xE,  2,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PE_2 - EXTBUS_A20 \97 External memory address line 20 */
-       scu_pinmux(0xE,  3,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PE_3 - EXTBUS_A21 \97 External memory address line 21 */
-       scu_pinmux(0xE,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PE_4 - EXTBUS_A22 \97 External memory address line 22 */       
-       scu_pinmux(0xA,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* PA_4 - EXTBUS_A23 \97 External memory address line 23 */
-
-  /* BYTE ENABLES */
-       scu_pinmux(0x1,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);        /* P1_4 - EXTBUS_BLS0 \97 LOW active Byte Lane select signal 0 */
-       scu_pinmux(0x6,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC1);        /* P6_6 - EXTBUS_BLS1 \97 LOW active Byte Lane select signal 1 */ 
-       scu_pinmux(0xD, 13,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* PD_13 - EXTBUS_BLS2 \97 LOW active Byte Lane select signal 2 */
-       scu_pinmux(0xD, 10,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);        /* PD_10 - EXTBUS_BLS3 \97 LOW active Byte Lane select signal 3 */                
-    
-    scu_pinmux(0x6,  9,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_9: EXTBUS_DYCS0  (function 0) > CS# errata */
-    scu_pinmux(0x1,  6,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P1_6: WE (function 0) errata */
-    scu_pinmux(0x6,  4,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_4: CAS  (function 0) > CAS# errata */
-    scu_pinmux(0x6,  5,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_5: RAS  (function 0) > RAS# errata */
-
-       LPC_SCU_CLK(0) = 0 + (MD_PLN | MD_EZI | MD_ZI | MD_EHS); /* SFSCLK0: EXTBUS_CLK0  (function 0, from datasheet) > CLK ds */
-    LPC_SCU_CLK(1) = 0 + (MD_PLN | MD_EZI | MD_ZI | MD_EHS); /* SFSCLK1: EXTBUS_CLK1  (function 2, from datasheet) */
-    LPC_SCU_CLK(2) = 0 + (MD_PLN | MD_EZI | MD_ZI | MD_EHS); /* SFSCLK2: EXTBUS_CLK2  (function 2, from datasheet) */
-    LPC_SCU_CLK(3) = 0 + (MD_PLN | MD_EZI | MD_ZI | MD_EHS); /* SFSCLK3: EXTBUS_CLK3  (function 2, from datasheet) */
-
-    scu_pinmux(0x6, 11,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_11: CKEOUT0  (function 0) > CKE errata */
-    scu_pinmux(0x6, 12,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_12: DQMOUT0  (function 0) > DQM0 errata */
-    scu_pinmux(0x6, 10,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* P6_10: DQMOUT1  (function 0) > DQM1 errata */
-    scu_pinmux(0xD,  0,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC2);  /* PD_0: DQMOUT2  (function 2, from datasheet) > DQM2 errata */
-    scu_pinmux(0xE, 13,  (MD_PLN | MD_EZI | MD_ZI | MD_EHS), FUNC3);  /* PE_13: DQMOUT3  (function 3, from datasheet) > DQM3 errata */
-
-       scu_pinmux(     1       ,       3       ,       MD_PLN_FAST     ,       3       );      //OE
-       scu_pinmux(     1       ,       4       ,       MD_PLN_FAST     ,       3       );      //BLS0
-       scu_pinmux(     1       ,       5       ,       MD_PLN_FAST     ,       3       );      //CS0
-       scu_pinmux(     1       ,       6       ,       MD_PLN_FAST     ,       3       );      //WE
-
-#endif
-}
-
-void EMCFlashInit(void)
-{
-       // Hitex board SST39VF3201B Flash
-       // Read Cycle Time 70 nS minimum
-       // Chip Enable Access Time 70 ns maximum
-       // Address Access Time 70 ns max
-       // Toe 35 ns max
-       // CE/OE high to inactive output 16 ns
-
-       /* Set up EMC Controller */
-       LPC_EMC->STATICWAITRD0 = DELAYCYCLES(70)+1;
-
-       LPC_EMC->STATICWAITPAG0 = DELAYCYCLES(70)+1;
-
-
-       LPC_EMC->CONTROL = 0x01;
-       LPC_EMC->STATICCONFIG0 = (1UL<<7) | (1UL);
-       LPC_EMC->STATICWAITOEN0 = DELAYCYCLES(35)+1;
-
-    /*Enable Buffer for External Flash*/
-    LPC_EMC->STATICCONFIG0 |= 1<<19;
-}
-
-/* SDRAM refresh time to 16 clock num */
-#define EMC_SDRAM_REFRESH(freq,time)  \
-  (((uint64_t)((uint64_t)time * freq)/16000000000ull)+1)
-
-void vEMC_InitSRDRAM(uint32_t u32BaseAddr, uint32_t u32Width, uint32_t u32Size, uint32_t u32DataBus, uint32_t u32ColAddrBits)
-{
-   // adjust the CCU delaye for EMI (default to zero)
-    //LPC_SCU->EMCCLKDELAY = (CLK0_DELAY | (CLKE0_DELAY << 16));
-       // Move all clock delays together
-       LPC_SCU->EMCDELAYCLK = ((CLK0_DELAY) 
-                                                |  (CLK0_DELAY << 4)
-                                                |  (CLK0_DELAY << 8)
-                                                |  (CLK0_DELAY << 12));
-
-   /* Initialize EMC to interface with SDRAM */
-       LPC_EMC->CONTROL                        = 0x00000001;   /* Enable the external memory controller */     
-       LPC_EMC->CONFIG                         = 0;
-
-       LPC_EMC->DYNAMICCONFIG0         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14));
-       LPC_EMC->DYNAMICCONFIG2         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14));
-
-    LPC_EMC->DYNAMICRASCAS0    = (3 << 0) | (3 << 8);      // aem
-    LPC_EMC->DYNAMICRASCAS2    = (3 << 0) | (3 << 8);  // aem
-       
-       LPC_EMC->DYNAMICREADCONFIG      = EMC_COMMAND_DELAYED_STRATEGY;
-       
-       LPC_EMC->DYNAMICRP                      = 1;    // calculated from xls sheet
-       LPC_EMC->DYNAMICRAS             = 3;
-       LPC_EMC->DYNAMICSREX            = 5;   
-       LPC_EMC->DYNAMICAPR             = 0;
-       LPC_EMC->DYNAMICDAL             = 4;
-       LPC_EMC->DYNAMICWR                      = 1;
-       LPC_EMC->DYNAMICRC                      = 5;   
-       LPC_EMC->DYNAMICRFC             = 5;   
-       LPC_EMC->DYNAMICXSR             = 5;   
-       LPC_EMC->DYNAMICRRD             = 1;
-       LPC_EMC->DYNAMICMRD             = 1;
-       
-       LPC_EMC->DYNAMICCONTROL         = EMC_CE_ENABLE | EMC_CS_ENABLE | EMC_INIT(EMC_NOP);
-       emc_WaitUS(100);
-       
-       LPC_EMC->DYNAMICCONTROL         = EMC_CE_ENABLE | EMC_CS_ENABLE | EMC_INIT(EMC_PRECHARGE_ALL);
-
-       LPC_EMC->DYNAMICREFRESH         = 2;
-       emc_WaitUS(100);
-       
-    LPC_EMC->DYNAMICREFRESH    = 50;
-       
-       LPC_EMC->DYNAMICCONTROL         = EMC_CE_ENABLE | EMC_CS_ENABLE | EMC_INIT(EMC_MODE);
-
-       if(u32DataBus == 0) 
-       {
-               /* burst size 8 */
-        *((volatile uint32_t *)(u32BaseAddr | ((3 | (3 << 4)) << (u32ColAddrBits + 1))));
-       }
-       else 
-       {
-               /* burst size 4 */
-               *((volatile uint32_t *)(u32BaseAddr | ((2UL | (2UL << 4)) << (u32ColAddrBits + 2))));
-       }
-
-       LPC_EMC->DYNAMICCONTROL         = 0; // EMC_CE_ENABLE | EMC_CS_ENABLE;
-       LPC_EMC->DYNAMICCONFIG0         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14)) | EMC_B_ENABLE;
-       LPC_EMC->DYNAMICCONFIG1         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14)) | EMC_B_ENABLE;
-       LPC_EMC->DYNAMICCONFIG2         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14)) | EMC_B_ENABLE;
-       LPC_EMC->DYNAMICCONFIG3         = ((u32Width << 7) | (u32Size << 9) | (1UL << 12) | (u32DataBus << 14)) | EMC_B_ENABLE;
-}
-
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_evrt.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_evrt.c
deleted file mode 100644 (file)
index 56ba72b..0000000
+++ /dev/null
@@ -1,258 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_evrt.c          2011-06-02\r
-*//**\r
-* @file                lpc18xx_evrt.c\r
-* @brief       Contains all functions support for Event Router firmware\r
-*                      library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup EVRT\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_evrt.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup EVRT_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initializes the EVRT peripheral.\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be: LPC_EVRT\r
- * @return             None\r
- *********************************************************************/\r
-void EVRT_Init (LPC_EVENTROUTER_Type *EVRTx)\r
-{\r
-       uint8_t i=0;\r
-\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-\r
-       // Clear all register to be default\r
-       EVRTx->HILO             = 0x0000;\r
-       EVRTx->EDGE             = 0x0000;\r
-       EVRTx->CLR_EN   = 0xFFFF;\r
-       do\r
-       {\r
-               i++;\r
-               EVRTx->CLR_STAT         = 0xFFFFF;\r
-       }while((EVRTx->STATUS != 0)&&(i<10));\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              De-initializes the EVRT peripheral registers to their\r
-*                  default reset values.\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be: LPC_EVRT\r
- * @return             None\r
- **********************************************************************/\r
-void EVRT_DeInit(LPC_EVENTROUTER_Type *EVRTx)\r
-{\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-\r
-       EVRTx->CLR_EN   = 0xFFFF;\r
-       EVRTx->CLR_STAT         = 0xFFFF;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Setting up the type of interrupt sources to EVRT\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be: LPC_EVRT\r
- * @param[in]  EVRT_Src        EVRT source, should be:\r
- *                                     - EVRT_SRC_WAKEUP0                      :WAKEUP0 event\r
- *                                     - EVRT_SRC_WAKEUP1                      :WAKEUP1 event\r
- *                                     - EVRT_SRC_WAKEUP2                      :WAKEUP2 event\r
- *                                     - EVRT_SRC_WAKEUP3                      :WAKEUP3 event\r
- *                                     - EVRT_SRC_ATIMER                       :Alarm timer eveny\r
- *                                     - EVRT_SRC_RTC                          :RTC event\r
- *                                     - EVRT_SRC_BOD                          :BOD event\r
- *                                     - EVRT_SRC_WWDT                         :WWDT event\r
- *                                     - EVRT_SRC_ETHERNET                     :ETHERNET event\r
- *                                     - EVRT_SRC_USB0                         :USB0 event\r
- *                                     - EVRT_SRC_USB1                         :USB1 event\r
- *                                     - EVRT_SRC_CCAN                         :CCAN event\r
- *                                     - EVRT_SRC_COMBINE_TIMER2       :Combined timer output 2 event\r
- *                                     - EVRT_SRC_COMBINE_TIMER6       :Combined timer output 6 event\r
- *                                     - EVRT_SRC_QEI                          :QEI event\r
- *                                     - EVRT_SRC_COMBINE_TIMER14      :Combined timer output 14 event\r
- *                                     - EVRT_SRC_RESET                        :RESET event\r
- *                             type    Active type, should be:\r
- *                                     - EVRT_SRC_ACTIVE_LOW_LEVEL             :Active low level\r
- *                                     - EVRT_SRC_ACTIVE_HIGH_LEVEL    :Active high level\r
- *                                     - EVRT_SRC_ACTIVE_FALLING_EDGE  :Active falling edge\r
- *                                     - EVRT_SRC_ACTIVE_RISING_EDGE   :Active rising edge\r
- * @param[in]  type    EVRT source active type, should be:\r
- *                                     -       EVRT_SRC_ACTIVE_LOW_LEVEL               :Active low level\r
- *                                     -       EVRT_SRC_ACTIVE_HIGH_LEVEL              :Active high level\r
- *                                     -       EVRT_SRC_ACTIVE_FALLING_EDGE    :Active falling edge\r
- *                                     -       EVRT_SRC_ACTIVE_RISING_EDGE             :Active rising edge\r
- * @return             None\r
- **********************************************************************/\r
-void EVRT_ConfigIntSrcActiveType(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src, EVRT_SRC_ACTIVE_TYPE type)\r
-{\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-       CHECK_PARAM(PARAM_EVRT_SOURCE(EVRT_Src));\r
-       CHECK_PARAM(PARAM_EVRT_SOURCE_ACTIVE_TYPE(type));\r
-\r
-       switch (type)\r
-       {\r
-               case EVRT_SRC_ACTIVE_LOW_LEVEL:\r
-                       EVRTx->HILO &= ~(1<<(uint8_t)EVRT_Src);\r
-                       EVRTx->EDGE &= ~(1<<(uint8_t)EVRT_Src);\r
-                       break;\r
-               case EVRT_SRC_ACTIVE_HIGH_LEVEL:\r
-                       EVRTx->HILO |= (1<<(uint8_t)EVRT_Src);\r
-                       EVRTx->EDGE &= ~(1<<(uint8_t)EVRT_Src);\r
-                       break;\r
-               case EVRT_SRC_ACTIVE_FALLING_EDGE:\r
-                       EVRTx->HILO &= ~(1<<(uint8_t)EVRT_Src);\r
-                       EVRTx->EDGE |= (1<<(uint8_t)EVRT_Src);\r
-                       break;\r
-               case EVRT_SRC_ACTIVE_RISING_EDGE:\r
-                       EVRTx->HILO |= (1<<(uint8_t)EVRT_Src);\r
-                       EVRTx->EDGE |= (1<<(uint8_t)EVRT_Src);\r
-                       break;\r
-               default:\r
-                       break;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable interrupt sources to EVRT\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be LPC_EVRT\r
- * @param[in]  EVRT_Src EVRT source, should be:\r
- *                                     - EVRT_SRC_WAKEUP0                      :WAKEUP0 event\r
- *                                     - EVRT_SRC_WAKEUP1                      :WAKEUP1 event\r
- *                                     - EVRT_SRC_WAKEUP2                      :WAKEUP2 event\r
- *                                     - EVRT_SRC_WAKEUP3                      :WAKEUP3 event\r
- *                                     - EVRT_SRC_ATIMER                       :Alarm timer eveny\r
- *                                     - EVRT_SRC_RTC                          :RTC event\r
- *                                     - EVRT_SRC_BOD                          :BOD event\r
- *                                     - EVRT_SRC_WWDT                         :WWDT event\r
- *                                     - EVRT_SRC_ETHERNET                     :ETHERNET event\r
- *                                     - EVRT_SRC_USB0                         :USB0 event\r
- *                                     - EVRT_SRC_USB1                         :USB1 event\r
- *                                     - EVRT_SRC_CCAN                         :CCAN event\r
- *                                     - EVRT_SRC_COMBINE_TIMER2       :Combined timer output 2 event\r
- *                                     - EVRT_SRC_COMBINE_TIMER6       :Combined timer output 6 event\r
- *                                     - EVRT_SRC_QEI                          :QEI event\r
- *                                     - EVRT_SRC_COMBINE_TIMER14      :Combined timer output 14 event\r
- *                                     - EVRT_SRC_RESET                        :RESET event\r
- * @param[in]  state   ENABLE or DISABLE\r
- * @return             None\r
- **********************************************************************/\r
-void EVRT_SetUpIntSrc(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src, FunctionalState state)\r
-{\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-       CHECK_PARAM(PARAM_EVRT_SOURCE(EVRT_Src));\r
-\r
-       if(state == ENABLE)\r
-               EVRTx->SET_EN = (1<<(uint8_t)EVRT_Src);\r
-       else\r
-               EVRTx->CLR_EN = (1<<(uint8_t)EVRT_Src);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Check if a source is sending interrupt to EVRT\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be LPC_EVRT\r
- * @param[in]  EVRT_Src        EVRT source, should be:\r
- *                                     - EVRT_SRC_WAKEUP0                      :WAKEUP0 event\r
- *                                     - EVRT_SRC_WAKEUP1                      :WAKEUP1 event\r
- *                                     - EVRT_SRC_WAKEUP2                      :WAKEUP2 event\r
- *                                     - EVRT_SRC_WAKEUP3                      :WAKEUP3 event\r
- *                                     - EVRT_SRC_ATIMER                       :Alarm timer eveny\r
- *                                     - EVRT_SRC_RTC                          :RTC event\r
- *                                     - EVRT_SRC_BOD                          :BOD event\r
- *                                     - EVRT_SRC_WWDT                         :WWDT event\r
- *                                     - EVRT_SRC_ETHERNET                     :ETHERNET event\r
- *                                     - EVRT_SRC_USB0                         :USB0 event\r
- *                                     - EVRT_SRC_USB1                         :USB1 event\r
- *                                     - EVRT_SRC_CCAN                         :CCAN event\r
- *                                     - EVRT_SRC_COMBINE_TIMER2       :Combined timer output 2 event\r
- *                                     - EVRT_SRC_COMBINE_TIMER6       :Combined timer output 6 event\r
- *                                     - EVRT_SRC_QEI                          :QEI event\r
- *                                     - EVRT_SRC_COMBINE_TIMER14      :Combined timer output 14 event\r
- *                                     - EVRT_SRC_RESET                        :RESET event\r
- * @return             TRUE or FALSE\r
- **********************************************************************/\r
-Bool EVRT_IsSourceInterrupting(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src)\r
-{\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-       CHECK_PARAM(PARAM_EVRT_SOURCE(EVRT_Src));\r
-\r
-       if(EVRTx->STATUS & (1<<(uint8_t)EVRT_Src))\r
-               return TRUE;\r
-       else return FALSE;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear pending interrupt EVRT source\r
- * @param[in]  EVRTx   EVRT peripheral selected, should be LPC_EVRT\r
- * @param[in]  EVRT_Src        EVRT source, should be:\r
- *                                     - EVRT_SRC_WAKEUP0                      :WAKEUP0 event\r
- *                                     - EVRT_SRC_WAKEUP1                      :WAKEUP1 event\r
- *                                     - EVRT_SRC_WAKEUP2                      :WAKEUP2 event\r
- *                                     - EVRT_SRC_WAKEUP3                      :WAKEUP3 event\r
- *                                     - EVRT_SRC_ATIMER                       :Alarm timer eveny\r
- *                                     - EVRT_SRC_RTC                          :RTC event\r
- *                                     - EVRT_SRC_BOD                          :BOD event\r
- *                                     - EVRT_SRC_WWDT                         :WWDT event\r
- *                                     - EVRT_SRC_ETHERNET                     :ETHERNET event\r
- *                                     - EVRT_SRC_USB0                         :USB0 event\r
- *                                     - EVRT_SRC_USB1                         :USB1 event\r
- *                                     - EVRT_SRC_CCAN                         :CCAN event\r
- *                                     - EVRT_SRC_COMBINE_TIMER2       :Combined timer output 2 event\r
- *                                     - EVRT_SRC_COMBINE_TIMER6       :Combined timer output 6 event\r
- *                                     - EVRT_SRC_QEI                          :QEI event\r
- *                                     - EVRT_SRC_COMBINE_TIMER14      :Combined timer output 14 event\r
- *                                     - EVRT_SRC_RESET                        :RESET event\r
- * @return             none\r
- **********************************************************************/\r
-void EVRT_ClrPendIntSrc(LPC_EVENTROUTER_Type *EVRTx, EVRT_SRC_ENUM EVRT_Src)\r
-{\r
-       CHECK_PARAM(PARAM_EVRTx(EVRTx));\r
-       CHECK_PARAM(PARAM_EVRT_SOURCE(EVRT_Src));\r
-\r
-       EVRTx->CLR_STAT = (1<<(uint8_t)EVRT_Src);\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpdma.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpdma.c
deleted file mode 100644 (file)
index 82fbf71..0000000
+++ /dev/null
@@ -1,567 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_gpdma.c         2011-06-02\r
-*//**\r
-* @file                lpc18xx_gpdma.c\r
-* @brief       Contains all functions support for GPDMA firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup GPDMA\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_gpdma.h"\r
-//#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _GPDMA\r
-\r
-/** GPDMA Mux definitions */\r
-#define DMAMUX_ADDRESS         0x4004311C\r
-\r
-/* Private Functions ----------------------------------------------------------- */\r
-/** @\r
- * @{\r
- */\r
-uint8_t DMAMUX_Config(uint32_t gpdma_peripheral_connection_number);\r
-/**\r
- * @}\r
- */\r
-\r
-/* Private Variables ---------------------------------------------------------- */\r
-/** @defgroup GPDMA_Private_Variables GPDMA Private Variables\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief Lookup Table of Connection Type matched with\r
- * Peripheral Data (FIFO) register base address\r
- */\r
-#ifdef __ICCARM__\r
-volatile const void *GPDMA_LUTPerAddr[] = {\r
-               (&LPC_SPIFI->DAT),                      // SPIFI\r
-               (&LPC_TIMER0->MR),                              // MAT0.0\r
-               (&LPC_USART0->/*RBTHDLR.*/THR), // UART0 Tx\r
-               ((uint32_t*)&LPC_TIMER0->MR + 1),                               // MAT0.1\r
-               (&LPC_USART0->/*RBTHDLR.*/RBR), // UART0 Rx\r
-               (&LPC_TIMER1->MR),                              // MAT1.0\r
-               (&LPC_UART1->/*RBTHDLR.*/THR),  // UART1 Tx\r
-               ((uint32_t*)&LPC_TIMER1->MR + 1),                               // MAT1.1\r
-               (&LPC_UART1->/*RBTHDLR.*/RBR),  // UART1 Rx\r
-               (&LPC_TIMER2->MR),                              // MAT2.0\r
-               (&LPC_USART2->/*RBTHDLR.*/THR), // UART2 Tx\r
-               ((uint32_t*)&LPC_TIMER2->MR + 1),                               // MAT2.1\r
-               (&LPC_USART2->/*RBTHDLR.*/RBR), // UART2 Rx\r
-               (&LPC_TIMER3->MR),                              // MAT3.0\r
-               (&LPC_USART3->/*RBTHDLR.*/THR), // UART3 Tx\r
-               0,      // to be defined: SCT DMA request 0\r
-               ((uint32_t*)&LPC_TIMER3->MR + 1),                               // MAT3.1\r
-               (&LPC_USART3->/*RBTHDLR.*/RBR), // UART3 Rx\r
-               0,      // to be defined: SCT DMA request 1\r
-               (&LPC_SSP0->DR),                                // SSP0 Rx\r
-               (&LPC_I2S0->TXFIFO),                    // I2S channel 0\r
-               (&LPC_SSP0->DR),                                // SSP0 Tx\r
-               (&LPC_I2S0->RXFIFO),                    // I2S channel 1\r
-               (&LPC_SSP1->DR),                                // SSP1 Rx\r
-               (&LPC_SSP1->DR),                                // SSP1 Tx\r
-               (&LPC_ADC0->GDR),                               // ADC 0\r
-               (&LPC_ADC1->GDR),                               // ADC 1\r
-               (&LPC_DAC->CR)                          // DAC\r
-};\r
-#else\r
-const uint32_t GPDMA_LUTPerAddr[] = {\r
-//             ((uint32_t)&LPC_SPIFI->DAT),                    // SPIFI\r
-               ((uint32_t)0),                  // SPIFI\r
-               ((uint32_t)&LPC_TIMER0->MR[0]),                         // MAT0.0\r
-               ((uint32_t)&LPC_USART0->/*RBTHDLR.*/THR),       // UART0 Tx\r
-               ((uint32_t)&LPC_TIMER0->MR[1]),                         // MAT0.1\r
-               ((uint32_t)&LPC_USART0->/*RBTHDLR.*/RBR),       // UART0 Rx\r
-               ((uint32_t)&LPC_TIMER1->MR[0]),                         // MAT1.0\r
-               ((uint32_t)&LPC_UART1->/*RBTHDLR.*/THR),        // UART1 Tx\r
-               ((uint32_t)&LPC_TIMER1->MR[1]),                         // MAT1.1\r
-               ((uint32_t)&LPC_UART1->/*RBTHDLR.*/RBR),        // UART1 Rx\r
-               ((uint32_t)&LPC_TIMER2->MR[0]),                         // MAT2.0\r
-               ((uint32_t)&LPC_USART2->/*RBTHDLR.*/THR),       // UART2 Tx\r
-               ((uint32_t)&LPC_TIMER2->MR[1]),                         // MAT2.1\r
-               ((uint32_t)&LPC_USART2->/*RBTHDLR.*/RBR),       // UART2 Rx\r
-               ((uint32_t)&LPC_TIMER3->MR[0]),                         // MAT3.0\r
-               ((uint32_t)&LPC_USART3->/*RBTHDLR.*/THR),       // UART3 Tx\r
-               0,      // to be defined: SCT DMA request 0\r
-               ((uint32_t)&LPC_TIMER3->MR[1]),                         // MAT3.1\r
-               ((uint32_t)&LPC_USART3->/*RBTHDLR.*/RBR),       // UART3 Rx\r
-               0,      // to be defined: SCT DMA request 1\r
-               ((uint32_t)&LPC_SSP0->DR),                              // SSP0 Rx\r
-               ((uint32_t)&LPC_I2S0->TXFIFO),                  // I2S channel 0\r
-               ((uint32_t)&LPC_SSP0->DR),                              // SSP0 Tx\r
-               ((uint32_t)&LPC_I2S0->RXFIFO),                  // I2S channel 1\r
-               ((uint32_t)&LPC_SSP1->DR),                              // SSP1 Rx\r
-               ((uint32_t)&LPC_SSP1->DR),                              // SSP1 Tx\r
-               ((uint32_t)&LPC_ADC0->GDR),                             // ADC 0\r
-               ((uint32_t)&LPC_ADC1->GDR),                             // ADC 1\r
-               ((uint32_t)&LPC_DAC->CR)                                // DAC\r
-};\r
-#endif\r
-/**\r
- * @brief Lookup Table of GPDMA Channel Number matched with\r
- * GPDMA channel pointer\r
- */\r
-const LPC_GPDMACH_TypeDef *pGPDMACh[8] = {\r
-               LPC_GPDMACH0,   // GPDMA Channel 0\r
-               LPC_GPDMACH1,   // GPDMA Channel 1\r
-               LPC_GPDMACH2,   // GPDMA Channel 2\r
-               LPC_GPDMACH3,   // GPDMA Channel 3\r
-               LPC_GPDMACH4,   // GPDMA Channel 4\r
-               LPC_GPDMACH5,   // GPDMA Channel 5\r
-               LPC_GPDMACH6,   // GPDMA Channel 6\r
-               LPC_GPDMACH7,   // GPDMA Channel 7\r
-};\r
-/**\r
- * @brief Optimized Peripheral Source and Destination burst size\r
- */\r
-const uint8_t GPDMA_LUTPerBurst[] = {\r
-               GPDMA_BSIZE_4,                          // SPIFI\r
-               GPDMA_BSIZE_1,                          // MAT0.0\r
-               GPDMA_BSIZE_1,                          // UART0 Tx\r
-               GPDMA_BSIZE_1,                          // MAT0.1\r
-               GPDMA_BSIZE_1,                          // UART0 Rx\r
-               GPDMA_BSIZE_1,                          // MAT1.0\r
-               GPDMA_BSIZE_1,                          // UART1 Tx\r
-               GPDMA_BSIZE_1,                          // MAT1.1\r
-               GPDMA_BSIZE_1,                          // UART1 Rx\r
-               GPDMA_BSIZE_1,                          // MAT2.0\r
-               GPDMA_BSIZE_1,                          // UART2 Tx\r
-               GPDMA_BSIZE_1,                          // MAT2.1\r
-               GPDMA_BSIZE_1,                          // UART2 Rx\r
-               GPDMA_BSIZE_1,                          // MAT3.0\r
-               GPDMA_BSIZE_1,                          // UART3 Tx\r
-               0,      // to be defined: SCT DMA request 0\r
-               GPDMA_BSIZE_1,                          // MAT3.1\r
-               GPDMA_BSIZE_1,                          // UART3 Rx\r
-               0,      // to be defined: SCT DMA request 1\r
-               GPDMA_BSIZE_4,                          // SSP0 Rx\r
-               GPDMA_BSIZE_32,                         // I2S channel 0\r
-               GPDMA_BSIZE_4,                          // SSP0 Tx\r
-               GPDMA_BSIZE_32,                         // I2S channel 1\r
-               GPDMA_BSIZE_4,                          // SSP1 Rx\r
-               GPDMA_BSIZE_4,                          // SSP1 Tx\r
-               GPDMA_BSIZE_4,                          // ADC 0\r
-               GPDMA_BSIZE_4,                          // ADC 1\r
-               GPDMA_BSIZE_1,                          // DAC\r
-};\r
-/**\r
- * @brief Optimized Peripheral Source and Destination transfer width\r
- */\r
-const uint8_t GPDMA_LUTPerWid[] = {\r
-               GPDMA_WIDTH_WORD,                               // SPIFI\r
-               GPDMA_WIDTH_WORD,                               // MAT0.0\r
-               GPDMA_WIDTH_BYTE,                               // UART0 Tx\r
-               GPDMA_WIDTH_WORD,                               // MAT0.1\r
-               GPDMA_WIDTH_BYTE,                               // UART0 Rx\r
-               GPDMA_WIDTH_WORD,                               // MAT1.0\r
-               GPDMA_WIDTH_BYTE,                               // UART1 Tx\r
-               GPDMA_WIDTH_WORD,                               // MAT1.1\r
-               GPDMA_WIDTH_BYTE,                               // UART1 Rx\r
-               GPDMA_WIDTH_WORD,                               // MAT2.0\r
-               GPDMA_WIDTH_BYTE,                               // UART2 Tx\r
-               GPDMA_WIDTH_WORD,                               // MAT2.1\r
-               GPDMA_WIDTH_BYTE,                               // UART2 Rx\r
-               GPDMA_WIDTH_WORD,                               // MAT3.0\r
-               GPDMA_WIDTH_BYTE,                               // UART3 Tx\r
-               0,      // to be defined: SCT DMA request 0\r
-               GPDMA_WIDTH_WORD,                               // MAT3.1\r
-               GPDMA_WIDTH_BYTE,                               // UART3 Rx\r
-               0,      // to be defined: SCT DMA request 1\r
-               GPDMA_WIDTH_BYTE,                               // SSP0 Rx\r
-               GPDMA_WIDTH_WORD,                               // I2S channel 0\r
-               GPDMA_WIDTH_BYTE,                               // SSP0 Tx\r
-               GPDMA_WIDTH_WORD,                               // I2S channel 1\r
-               GPDMA_WIDTH_BYTE,                               // SSP1 Rx\r
-               GPDMA_WIDTH_BYTE,                               // SSP1 Tx\r
-               GPDMA_WIDTH_WORD,                               // ADC 0\r
-               GPDMA_WIDTH_WORD,                               // ADC 1\r
-               GPDMA_WIDTH_WORD,                               // DAC\r
-};\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Private Functions ----------------------------------------------------------- */\r
-/** @\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Control which set of peripherals is connected to the\r
- *                             DMA controller\r
- * @param[in]  gpdma_peripheral_connection_number      GPDMA peripheral\r
- *                             connection number, should be:\r
- *                                     - GPDMA_CONN_SPIFI                      :SPIFI\r
- *                                     - GPDMA_CONN_MAT0_0                     :Timer 0, match channel 0\r
- *                                     - GPDMA_CONN_MAT0_1                     :Timer 0, match channel 1\r
- *                                     - GPDMA_CONN_MAT1_0                     :Timer 1, match channel 0\r
- *                                     - GPDMA_CONN_MAT1_1                     :Timer 1, match channel 1\r
- *                                     - GPDMA_CONN_MAT2_0                     :Timer 2, match channel 0\r
- *                                     - GPDMA_CONN_MAT2_1                     :Timer 2, match channel 1\r
- *                                     - GPDMA_CONN_MAT3_0                     :Timer 3, match channel 0\r
- *                                     - GPDMA_CONN_MAT3_1                     :Timer 3, match channel 1\r
- *                                     - GPDMA_CONN_UART0_Tx           :USART 0 transmit\r
- *                                     - GPDMA_CONN_UART0_Rx           :USART 0 receive\r
- *                                     - GPDMA_CONN_UART1_Tx           :USART 1 transmit\r
- *                                     - GPDMA_CONN_UART1_Rx           :USART 1 receive\r
- *                                     - GPDMA_CONN_UART2_Tx           :USART 2 transmit\r
- *                                     - GPDMA_CONN_UART2_Rx           :USART 2 receive\r
- *                                     - GPDMA_CONN_UART3_Tx           :USART 3 transmit\r
- *                                     - GPDMA_CONN_UART3_Rx           :USART 3 receive\r
- *                                     - GPDMA_CONN_SCT_0                      :SCT output 0\r
- *                                     - GPDMA_CONN_SCT_1                      :SCT output 1\r
- *                                     - GPDMA_CONN_I2S_Channel_0      :I2S channel 0\r
- *                                     - GPDMA_CONN_I2S_Channel_1      :I2S channel 1\r
- *                                     - GPDMA_CONN_SSP0_Tx            :SSP0 transmit\r
- *                                     - GPDMA_CONN_SSP0_Rx            :SSP0 receive\r
- *                                     - GPDMA_CONN_SSP1_Tx            :SSP1 transmit\r
- *                                     - GPDMA_CONN_SSP1_Rx            :SSP1 receive\r
- *                                     - GPDMA_CONN_ADC_0                      :ADC0\r
- *                                     - GPDMA_CONN_ADC_1                      :ADC1\r
- *                                     - GPDMA_CONN_DAC                        :DAC\r
- * @return     channel number, could be in range: 0..16\r
- *********************************************************************/\r
-uint8_t DMAMUX_Config(uint32_t gpdma_peripheral_connection_number)\r
-{\r
-       uint32_t *dmamux_reg = (uint32_t*)DMAMUX_ADDRESS;\r
-       uint8_t function, channel;\r
-\r
-       switch(gpdma_peripheral_connection_number)\r
-       {\r
-               case GPDMA_CONN_SPIFI:          function = 0; channel = 0; break;\r
-               case GPDMA_CONN_MAT0_0:         function = 0; channel = 1; break;\r
-               case GPDMA_CONN_UART0_Tx:       function = 1; channel = 1; break;\r
-               case GPDMA_CONN_MAT0_1:         function = 0; channel = 2; break;\r
-               case GPDMA_CONN_UART0_Rx:       function = 1; channel = 2; break;\r
-               case GPDMA_CONN_MAT1_0:         function = 0; channel = 3; break;\r
-               case GPDMA_CONN_UART1_Tx:       function = 1; channel = 3; break;\r
-               case GPDMA_CONN_MAT1_1:         function = 0; channel = 4; break;\r
-               case GPDMA_CONN_UART1_Rx:       function = 1; channel = 4; break;\r
-               case GPDMA_CONN_MAT2_0:         function = 0; channel = 5; break;\r
-               case GPDMA_CONN_UART2_Tx:       function = 1; channel = 5; break;\r
-               case GPDMA_CONN_MAT2_1:         function = 0; channel = 6; break;\r
-               case GPDMA_CONN_UART2_Rx:       function = 1; channel = 6; break;\r
-               case GPDMA_CONN_MAT3_0:         function = 0; channel = 7; break;\r
-               case GPDMA_CONN_UART3_Tx:       function = 1; channel = 7; break;\r
-               case GPDMA_CONN_SCT_0:          function = 2; channel = 7; break;\r
-               case GPDMA_CONN_MAT3_1:         function = 0; channel = 8; break;\r
-               case GPDMA_CONN_UART3_Rx:       function = 1; channel = 8; break;\r
-               case GPDMA_CONN_SCT_1:          function = 2; channel = 8; break;\r
-               case GPDMA_CONN_SSP0_Rx:        function = 0; channel = 9; break;\r
-               case GPDMA_CONN_I2S_Channel_0:function = 1; channel = 9; break;\r
-               case GPDMA_CONN_SSP0_Tx:        function = 0; channel = 10; break;\r
-               case GPDMA_CONN_I2S_Channel_1:function = 1; channel = 10; break;\r
-               case GPDMA_CONN_SSP1_Rx:        function = 0; channel = 11; break;\r
-               case GPDMA_CONN_SSP1_Tx:        function = 0; channel = 12; break;\r
-               case GPDMA_CONN_ADC_0:          function = 0; channel = 13; break;\r
-               case GPDMA_CONN_ADC_1:          function = 0; channel = 14; break;\r
-               case GPDMA_CONN_DAC:            function = 0; channel = 15; break;\r
-               default:                                        function = 3; channel = 15; break;\r
-       }\r
-       //Set select function to dmamux register\r
-       *dmamux_reg &= ~(0x03<<(2*channel));\r
-       *dmamux_reg |= (function<<(2*channel));\r
-\r
-       return channel;\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup GPDMA_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initialize GPDMA controller\r
- * @param[in]  None\r
- * @return             None\r
- *********************************************************************/\r
-void GPDMA_Init(void)\r
-{\r
-       /* to be defined Enable GPDMA clock */\r
-       // enabled default on reset\r
-\r
-       // Reset all channel configuration register\r
-       LPC_GPDMACH0->CConfig = 0;\r
-       LPC_GPDMACH1->CConfig = 0;\r
-       LPC_GPDMACH2->CConfig = 0;\r
-       LPC_GPDMACH3->CConfig = 0;\r
-       LPC_GPDMACH4->CConfig = 0;\r
-       LPC_GPDMACH5->CConfig = 0;\r
-       LPC_GPDMACH6->CConfig = 0;\r
-       LPC_GPDMACH7->CConfig = 0;\r
-\r
-       /* Clear all DMA interrupt and error flag */\r
-       LPC_GPDMA->INTTCCLEAR = 0xFF;\r
-       LPC_GPDMA->INTERRCLR = 0xFF;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Setup GPDMA channel peripheral according to the specified\r
- *              parameters in the GPDMAChannelConfig.\r
- * @param[in]  GPDMAChannelConfig Pointer to a GPDMA_CH_CFG_Type structure\r
- *                             that contains the configuration information for the specified\r
- *                             GPDMA channel peripheral.\r
- * @return             Setup status, could be:\r
- *                                     - ERROR         :if selected channel is enabled before\r
- *                                     - SUCCESS       :if channel is configured successfully\r
- *********************************************************************/\r
-Status GPDMA_Setup(GPDMA_Channel_CFG_Type *GPDMAChannelConfig)\r
-{\r
-       LPC_GPDMACH_TypeDef *pDMAch;\r
-       uint8_t SrcPeripheral=0, DestPeripheral=0;\r
-\r
-       if (LPC_GPDMA->ENBLDCHNS & (GPDMA_DMACEnbldChns_Ch(GPDMAChannelConfig->ChannelNum))) {\r
-               // This channel is enabled, return ERROR, need to release this channel first\r
-               return ERROR;\r
-       }\r
-\r
-       // Get Channel pointer\r
-       pDMAch = (LPC_GPDMACH_TypeDef *) pGPDMACh[GPDMAChannelConfig->ChannelNum];\r
-\r
-       // Reset the Interrupt status\r
-       LPC_GPDMA->INTTCCLEAR = GPDMA_DMACIntTCClear_Ch(GPDMAChannelConfig->ChannelNum);\r
-       LPC_GPDMA->INTERRCLR = GPDMA_DMACIntErrClr_Ch(GPDMAChannelConfig->ChannelNum);\r
-\r
-       // Clear DMA configure\r
-       pDMAch->CControl = 0x00;\r
-       pDMAch->CConfig = 0x00;\r
-\r
-       /* Assign Linker List Item value */\r
-       pDMAch->CLLI = GPDMAChannelConfig->DMALLI;\r
-\r
-       /* Set value to Channel Control Registers */\r
-       switch (GPDMAChannelConfig->TransferType)\r
-       {\r
-       // Memory to memory\r
-       case GPDMA_TRANSFERTYPE_M2M_CONTROLLER_DMA:\r
-               // Assign physical source and destination address\r
-               pDMAch->CSrcAddr = GPDMAChannelConfig->SrcMemAddr;\r
-               pDMAch->CDestAddr = GPDMAChannelConfig->DstMemAddr;\r
-               pDMAch->CControl\r
-                               = GPDMA_DMACCxControl_TransferSize(GPDMAChannelConfig->TransferSize) \\r
-                                               | GPDMA_DMACCxControl_SBSize(GPDMA_BSIZE_32) \\r
-                                               | GPDMA_DMACCxControl_DBSize(GPDMA_BSIZE_32) \\r
-                                               | GPDMA_DMACCxControl_SWidth(GPDMAChannelConfig->TransferWidth) \\r
-                                               | GPDMA_DMACCxControl_DWidth(GPDMAChannelConfig->TransferWidth) \\r
-                                               | GPDMA_DMACCxControl_SI \\r
-                                               | GPDMA_DMACCxControl_DI \\r
-                                               | GPDMA_DMACCxControl_I;\r
-               break;\r
-       // Memory to peripheral\r
-       case GPDMA_TRANSFERTYPE_M2P_CONTROLLER_DMA:\r
-               // Assign physical source\r
-               pDMAch->CSrcAddr = GPDMAChannelConfig->SrcMemAddr;\r
-               // Assign peripheral destination address\r
-               pDMAch->CDestAddr = (uint32_t)GPDMA_LUTPerAddr[GPDMAChannelConfig->DstConn];\r
-               pDMAch->CControl\r
-                               = GPDMA_DMACCxControl_TransferSize((uint32_t)GPDMAChannelConfig->TransferSize) \\r
-                                               | GPDMA_DMACCxControl_SBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_DBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_SWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_DWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_DestTransUseAHBMaster1 \\r
-                                               | GPDMA_DMACCxControl_SI \\r
-                                               | GPDMA_DMACCxControl_I;\r
-               DestPeripheral = DMAMUX_Config(GPDMAChannelConfig->DstConn);\r
-               break;\r
-       // Peripheral to memory\r
-       case GPDMA_TRANSFERTYPE_P2M_CONTROLLER_DMA:\r
-               // Assign peripheral source address\r
-               pDMAch->CSrcAddr = (uint32_t)GPDMA_LUTPerAddr[GPDMAChannelConfig->SrcConn];\r
-               // Assign memory destination address\r
-               pDMAch->CDestAddr = GPDMAChannelConfig->DstMemAddr;\r
-               pDMAch->CControl\r
-                               = GPDMA_DMACCxControl_TransferSize((uint32_t)GPDMAChannelConfig->TransferSize) \\r
-                                               | GPDMA_DMACCxControl_SBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_DBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_SWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_DWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_SrcTransUseAHBMaster1 \\r
-                                               | GPDMA_DMACCxControl_DI \\r
-                                               | GPDMA_DMACCxControl_I;\r
-               SrcPeripheral = DMAMUX_Config(GPDMAChannelConfig->SrcConn);\r
-               break;\r
-       // Peripheral to peripheral\r
-       case GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DMA:\r
-               // Assign peripheral source address\r
-               pDMAch->CSrcAddr = (uint32_t)GPDMA_LUTPerAddr[GPDMAChannelConfig->SrcConn];\r
-               // Assign peripheral destination address\r
-               pDMAch->CDestAddr = (uint32_t)GPDMA_LUTPerAddr[GPDMAChannelConfig->DstConn];\r
-               pDMAch->CControl\r
-                               = GPDMA_DMACCxControl_TransferSize((uint32_t)GPDMAChannelConfig->TransferSize) \\r
-                                               | GPDMA_DMACCxControl_SBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_DBSize((uint32_t)GPDMA_LUTPerBurst[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_SWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->SrcConn]) \\r
-                                               | GPDMA_DMACCxControl_DWidth((uint32_t)GPDMA_LUTPerWid[GPDMAChannelConfig->DstConn]) \\r
-                                               | GPDMA_DMACCxControl_SrcTransUseAHBMaster1 \\r
-                                               | GPDMA_DMACCxControl_DestTransUseAHBMaster1 \\r
-                                               | GPDMA_DMACCxControl_I;\r
-               SrcPeripheral = DMAMUX_Config(GPDMAChannelConfig->SrcConn);\r
-               DestPeripheral = DMAMUX_Config(GPDMAChannelConfig->DstConn);\r
-               break;\r
-\r
-       case GPDMA_TRANSFERTYPE_P2P_CONTROLLER_DestPERIPHERAL:\r
-       case GPDMA_TRANSFERTYPE_M2P_CONTROLLER_PERIPHERAL:\r
-       case GPDMA_TRANSFERTYPE_P2M_CONTROLLER_PERIPHERAL:\r
-       case GPDMA_TRANSFERTYPE_P2P_CONTROLLER_SrcPERIPHERAL:\r
-               //to be defined\r
-       // Do not support any more transfer type, return ERROR\r
-       default:\r
-               return ERROR;\r
-       }\r
-\r
-       /* Enable DMA channels, little endian */\r
-       LPC_GPDMA->CONFIG = GPDMA_DMACConfig_E;\r
-       while (!(LPC_GPDMA->CONFIG & GPDMA_DMACConfig_E));\r
-\r
-       // Configure DMA Channel, enable Error Counter and Terminate counter\r
-       pDMAch->CConfig = GPDMA_DMACCxConfig_IE | GPDMA_DMACCxConfig_ITC /*| GPDMA_DMACCxConfig_E*/ \\r
-               | GPDMA_DMACCxConfig_TransferType((uint32_t)GPDMAChannelConfig->TransferType) \\r
-               | GPDMA_DMACCxConfig_SrcPeripheral(SrcPeripheral) \\r
-               | GPDMA_DMACCxConfig_DestPeripheral(DestPeripheral);\r
-\r
-       return SUCCESS;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable DMA channel\r
- * @param[in]  channelNum      GPDMA channel, should be in range from 0 to 15\r
- * @param[in]  NewState        New State of this command, should be:\r
- *                                     - ENABLE.\r
- *                                     - DISABLE.\r
- * @return             None\r
- **********************************************************************/\r
-void GPDMA_ChannelCmd(uint8_t channelNum, FunctionalState NewState)\r
-{\r
-       LPC_GPDMACH_TypeDef *pDMAch;\r
-\r
-       // Get Channel pointer\r
-       pDMAch = (LPC_GPDMACH_TypeDef *) pGPDMACh[channelNum];\r
-\r
-       if (NewState == ENABLE) {\r
-               pDMAch->CConfig |= GPDMA_DMACCxConfig_E;\r
-       } else {\r
-               pDMAch->CConfig &= ~GPDMA_DMACCxConfig_E;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Check if corresponding channel does have an active interrupt\r
- *                             request or not\r
- * @param[in]  type            type of status, should be:\r
- *                                     - GPDMA_STAT_INT                :GPDMA Interrupt Status\r
- *                                     - GPDMA_STAT_INTTC              :GPDMA Interrupt Terminal Count Request Status\r
- *                                     - GPDMA_STAT_INTERR             :GPDMA Interrupt Error Status\r
- *                                     - GPDMA_STAT_RAWINTTC   :GPDMA Raw Interrupt Terminal Count Status\r
- *                                     - GPDMA_STAT_RAWINTERR  :GPDMA Raw Error Interrupt Status\r
- *                                     - GPDMA_STAT_ENABLED_CH :GPDMA Enabled Channel Status\r
- * @param[in]  channel         GPDMA channel, should be in range from 0 to 7\r
- * @return             IntStatus       status of DMA channel interrupt after masking\r
- *                             Should be:\r
- *                                     - SET   :the corresponding channel has no active interrupt request\r
- *                                     - RESET :the corresponding channel does have an active interrupt request\r
- **********************************************************************/\r
-IntStatus GPDMA_IntGetStatus(GPDMA_Status_Type type, uint8_t channel)\r
-{\r
-       CHECK_PARAM(PARAM_GPDMA_STAT(type));\r
-       CHECK_PARAM(PARAM_GPDMA_CHANNEL(channel));\r
-\r
-       switch (type)\r
-       {\r
-       case GPDMA_STAT_INT: //check status of DMA channel interrupts\r
-               if (LPC_GPDMA->INTSTAT & (GPDMA_DMACIntStat_Ch(channel)))\r
-                       return SET;\r
-               return RESET;\r
-       case GPDMA_STAT_INTTC: // check terminal count interrupt request status for DMA\r
-               if (LPC_GPDMA->INTTCSTAT & GPDMA_DMACIntTCStat_Ch(channel))\r
-                       return SET;\r
-               return RESET;\r
-       case GPDMA_STAT_INTERR: //check interrupt status for DMA channels\r
-               if (LPC_GPDMA->INTERRSTAT & GPDMA_DMACIntTCClear_Ch(channel))\r
-                       return SET;\r
-               return RESET;\r
-       case GPDMA_STAT_RAWINTTC: //check status of the terminal count interrupt for DMA channels\r
-               if (LPC_GPDMA->RAWINTERRSTAT & GPDMA_DMACRawIntTCStat_Ch(channel))\r
-                       return SET;\r
-               return RESET;\r
-       case GPDMA_STAT_RAWINTERR: //check status of the error interrupt for DMA channels\r
-               if (LPC_GPDMA->RAWINTTCSTAT & GPDMA_DMACRawIntErrStat_Ch(channel))\r
-                       return SET;\r
-               return RESET;\r
-       default: //check enable status for DMA channels\r
-               if (LPC_GPDMA->ENBLDCHNS & GPDMA_DMACEnbldChns_Ch(channel))\r
-                       return SET;\r
-               return RESET;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear one or more interrupt requests on DMA channels\r
- * @param[in]  type            type of interrupt request, should be:\r
- *                                     - GPDMA_STATCLR_INTTC   :GPDMA Interrupt Terminal Count Request Clear\r
- *                                     - GPDMA_STATCLR_INTERR  :GPDMA Interrupt Error Clear\r
- * @param[in]  channel         GPDMA channel, should be in range from 0 to 15\r
- * @return             None\r
- **********************************************************************/\r
-void GPDMA_ClearIntPending(GPDMA_StateClear_Type type, uint8_t channel)\r
-{\r
-       CHECK_PARAM(PARAM_GPDMA_STATCLR(type));\r
-       CHECK_PARAM(PARAM_GPDMA_CHANNEL(channel));\r
-\r
-       if (type == GPDMA_STATCLR_INTTC) // clears the terminal count interrupt request on DMA channel\r
-               LPC_GPDMA->INTTCCLEAR = GPDMA_DMACIntTCClear_Ch(channel);\r
-       else // clear the error interrupt request\r
-               LPC_GPDMA->INTERRCLR = GPDMA_DMACIntErrClr_Ch(channel);\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _GPDMA */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpio.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_gpio.c
deleted file mode 100644 (file)
index 1477c07..0000000
+++ /dev/null
@@ -1,816 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_gpio.c          2011-06-02\r
-*//**\r
-* @file                lpc18xx_gpio.c\r
-* @brief       Contains all functions support for GPIO firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup GPIO\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_gpio.h"\r
-#include "lpc_types.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _GPIO\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-//static LPC_GPIOn_Type *GPIO_GetPointer(uint8_t portNum);\r
-//static GPIO_HalfWord_TypeDef *FIO_HalfWordGetPointer(uint8_t portNum);\r
-//static GPIO_Byte_TypeDef *FIO_ByteGetPointer(uint8_t portNum);\r
-\r
-#if 0\r
-/*********************************************************************//**\r
- * @brief              Get pointer to GPIO peripheral due to GPIO port\r
- * @param[in]  portNum         Port Number value, should be in range from 0 to 4.\r
- * @return             Pointer to GPIO peripheral\r
- **********************************************************************/\r
-static LPC_GPIOn_Type *GPIO_GetPointer(uint8_t portNum)\r
-{\r
-       LPC_GPIOn_Type *pGPIO = NULL;\r
-\r
-       switch (portNum)\r
-       {\r
-               case 0:\r
-                       pGPIO = LPC_GPIO0;\r
-                       break;\r
-\r
-               case 1:\r
-                       pGPIO = LPC_GPIO1;\r
-                       break;\r
-\r
-               case 2:\r
-                       pGPIO = LPC_GPIO2;\r
-                       break;\r
-\r
-               case 3:\r
-                       pGPIO = LPC_GPIO3;\r
-                       break;\r
-\r
-               case 4:\r
-                       pGPIO = LPC_GPIO4;\r
-                       break;\r
-\r
-               default:\r
-                       break;\r
-       }\r
-\r
-       return pGPIO;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get pointer to FIO peripheral in halfword accessible style\r
- *                             due to FIO port\r
- * @param[in]  portNum         Port Number value, should be in range from 0 to 4.\r
- * @return             Pointer to FIO peripheral\r
- **********************************************************************/\r
-static GPIO_HalfWord_TypeDef *FIO_HalfWordGetPointer(uint8_t portNum)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = NULL;\r
-\r
-       switch (portNum)\r
-       {\r
-               case 0:\r
-                       pFIO = GPIO0_HalfWord;\r
-                       break;\r
-\r
-               case 1:\r
-                       pFIO = GPIO1_HalfWord;\r
-                       break;\r
-\r
-               case 2:\r
-                       pFIO = GPIO2_HalfWord;\r
-                       break;\r
-\r
-               case 3:\r
-                       pFIO = GPIO3_HalfWord;\r
-                       break;\r
-\r
-               case 4:\r
-                       pFIO = GPIO4_HalfWord;\r
-                       break;\r
-               default:\r
-                       break;\r
-       }\r
-\r
-       return pFIO;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get pointer to FIO peripheral in byte accessible style\r
- *                             due to FIO port\r
- * @param[in]  portNum         Port Number value, should be in range from 0 to 4.\r
- * @return             Pointer to FIO peripheral\r
- **********************************************************************/\r
-static GPIO_Byte_TypeDef *FIO_ByteGetPointer(uint8_t portNum)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = NULL;\r
-\r
-       switch (portNum)\r
-       {\r
-               case 0:\r
-                       pFIO = GPIO0_Byte;\r
-                       break;\r
-\r
-               case 1:\r
-                       pFIO = GPIO1_Byte;\r
-                       break;\r
-\r
-               case 2:\r
-                       pFIO = GPIO2_Byte;\r
-                       break;\r
-\r
-               case 3:\r
-                       pFIO = GPIO3_Byte;\r
-                       break;\r
-\r
-               case 4:\r
-                       pFIO = GPIO4_Byte;\r
-                       break;\r
-\r
-               default:\r
-                       break;\r
-       }\r
-\r
-       return pFIO;\r
-}\r
-#endif\r
-\r
-/* End of Private Functions --------------------------------------------------- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup GPIO_Public_Functions\r
- * @{\r
- */\r
-\r
-\r
-/* GPIO ------------------------------------------------------------------------------ */\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Direction for GPIO port.\r
- * @param[in]  portNum Port Number value, should be in range from 0 to 4\r
- * @param[in]  bitValue        Value that contains all bits to set direction,\r
- *                             in range from 0 to 0xFFFFFFFF.\r
- *                             example: value 0x5 to set direction for bit 0 and bit 1.\r
- * @param[in]  dir     Direction value, should be:\r
- *                                     - 0: Input.\r
- *                                     - 1: Output.\r
- * @return             None\r
- *\r
- * Note:\r
- * All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void GPIO_SetDir(uint8_t portNum, uint32_t bitValue, uint8_t dir)\r
-{\r
-               if (dir)\r
-               {\r
-               LPC_GPIO_PORT->DIR[portNum] |= bitValue;\r
-       } else\r
-               {\r
-               LPC_GPIO_PORT->DIR[portNum] &= ~bitValue;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Value for bits that have output direction on GPIO port.\r
- * @param[in]  portNum Port number value, should be in range from 0 to 4\r
- * @param[in]  bitValue Value that contains all bits on GPIO to set, should\r
- *                             be in range from 0 to 0xFFFFFFFF.\r
- *                             example: value 0x5 to set bit 0 and bit 1.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void GPIO_SetValue(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       LPC_GPIO_PORT->SET[portNum] = bitValue;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear Value for bits that have output direction on GPIO port.\r
- * @param[in]  portNum Port number value, should be in range from 0 to 4\r
- * @param[in]  bitValue Value that contains all bits on GPIO to clear, should\r
- *                             be in range from 0 to 0xFFFFFFFF.\r
- *                             example: value 0x5 to clear bit 0 and bit 1.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void GPIO_ClearValue(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       LPC_GPIO_PORT->CLR[portNum] = bitValue;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Read Current state on port pin that have input direction of GPIO\r
- * @param[in]  portNum Port number to read value, in range from 0 to 4\r
- * @return             Current value of GPIO port.\r
- *\r
- * Note: Return value contain state of each port pin (bit) on that GPIO regardless\r
- * its direction is input or output.\r
- **********************************************************************/\r
-uint32_t GPIO_ReadValue(uint8_t portNum)\r
-{\r
-       return LPC_GPIO_PORT->PIN[portNum];\r
-}\r
-\r
-\r
-#ifdef GPIO_INT\r
-/*********************************************************************//**\r
- * @brief              Enable GPIO interrupt (just used for P0.0-P0.30, P2.0-P2.13)\r
- * @param[in]  portNum         Port number to read value, should be: 0 or 2\r
- * @param[in]  bitValue        Value that contains all bits on GPIO to enable,\r
- *                             should be in range from 0 to 0xFFFFFFFF.\r
- * @param[in]  edgeState       state of edge, should be:\r
- *                                     - 0: Rising edge\r
- *                                     - 1: Falling edge\r
- * @return             None\r
- **********************************************************************/\r
-void GPIO_IntCmd(uint8_t portNum, uint32_t bitValue, uint8_t edgeState)\r
-{\r
-       if((portNum == 0)&&(edgeState == 0))\r
-               LPC_GPIOINT->IO0IntEnR = bitValue;\r
-       else if ((portNum == 2)&&(edgeState == 0))\r
-               LPC_GPIOINT->IO2IntEnR = bitValue;\r
-       else if ((portNum == 0)&&(edgeState == 1))\r
-               LPC_GPIOINT->IO0IntEnF = bitValue;\r
-       else if ((portNum == 2)&&(edgeState == 1))\r
-               LPC_GPIOINT->IO2IntEnF = bitValue;\r
-       else\r
-               //Error\r
-               while(1);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get GPIO Interrupt Status (just used for P0.0-P0.30, P2.0-P2.13)\r
- * @param[in]  portNum Port number to read value, should be: 0 or 2\r
- * @param[in]  pinNum  Pin number, should be: 0..30(with port 0) and 0..13\r
- *                             (with port 2)\r
- * @param[in]  edgeState       state of edge, should be:\r
- *                                     - 0     :Rising edge\r
- *                                     - 1     :Falling edge\r
- * @return             Function status,        could be:\r
- *                                     - ENABLE        :Interrupt has been generated due to a rising edge on P0.0\r
- *                                     - DISABLE       :A rising edge has not been detected on P0.0\r
- **********************************************************************/\r
-FunctionalState GPIO_GetIntStatus(uint8_t portNum, uint32_t pinNum, uint8_t edgeState)\r
-{\r
-       if((portNum == 0) && (edgeState == 0))//Rising Edge\r
-               return (((LPC_GPIOINT->IO0IntStatR)>>pinNum)& 0x1);\r
-       else if ((portNum == 2) && (edgeState == 0))\r
-               return (((LPC_GPIOINT->IO2IntStatR)>>pinNum)& 0x1);\r
-       else if ((portNum == 0) && (edgeState == 1))//Falling Edge\r
-               return (((LPC_GPIOINT->IO0IntStatF)>>pinNum)& 0x1);\r
-       else if ((portNum == 2) && (edgeState == 1))\r
-               return (((LPC_GPIOINT->IO2IntStatF)>>pinNum)& 0x1);\r
-       else\r
-               //Error\r
-               while(1);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear GPIO interrupt (just used for P0.0-P0.30, P2.0-P2.13)\r
- * @param[in]  portNum Port number to read value, should be: 0 or 2\r
- * @param[in]  bitValue Value that contains all bits on GPIO to enable,\r
- *                             should be in range from 0 to 0xFFFFFFFF.\r
- * @return             None\r
- **********************************************************************/\r
-void GPIO_ClearInt(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       if(portNum == 0)\r
-               LPC_GPIOINT->IO0IntClr = bitValue;\r
-       else if (portNum == 2)\r
-               LPC_GPIOINT->IO2IntClr = bitValue;\r
-       else\r
-               //Invalid portNum\r
-               while(1);\r
-}\r
-#endif\r
-\r
-\r
-/* FIO word accessible ----------------------------------------------------------------- */\r
-/* Stub function for FIO (word-accessible) style */\r
-\r
-/**\r
- * @brief The same with GPIO_SetDir()\r
- */\r
-void FIO_SetDir(uint8_t portNum, uint32_t bitValue, uint8_t dir)\r
-{\r
-       GPIO_SetDir(portNum, bitValue, dir);\r
-}\r
-\r
-/**\r
- * @brief The same with GPIO_SetValue()\r
- */\r
-void FIO_SetValue(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       GPIO_SetValue(portNum, bitValue);\r
-}\r
-\r
-/**\r
- * @brief The same with GPIO_ClearValue()\r
- */\r
-void FIO_ClearValue(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       GPIO_ClearValue(portNum, bitValue);\r
-}\r
-\r
-/**\r
- * @brief The same with GPIO_ReadValue()\r
- */\r
-uint32_t FIO_ReadValue(uint8_t portNum)\r
-{\r
-       return (GPIO_ReadValue(portNum));\r
-}\r
-\r
-\r
-#ifdef GPIO_INT\r
-/**\r
- * @brief The same with GPIO_IntCmd()\r
- */\r
-void FIO_IntCmd(uint8_t portNum, uint32_t bitValue, uint8_t edgeState)\r
-{\r
-       GPIO_IntCmd(portNum, bitValue, edgeState);\r
-}\r
-\r
-/**\r
- * @brief The same with GPIO_GetIntStatus()\r
- */\r
-FunctionalState FIO_GetIntStatus(uint8_t portNum, uint32_t pinNum, uint8_t edgeState)\r
-{\r
-       return (GPIO_GetIntStatus(portNum, pinNum, edgeState));\r
-}\r
-\r
-/**\r
- * @brief The same with GPIO_ClearInt()\r
- */\r
-void FIO_ClearInt(uint8_t portNum, uint32_t bitValue)\r
-{\r
-       GPIO_ClearInt(portNum, bitValue);\r
-}\r
-#endif\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set mask value for bits in FIO port\r
- * @param[in]  portNum Port number, in range from 0 to 4\r
- * @param[in]  bitValue Value that contains all bits in to set, should be\r
- *                             in range from 0 to 0xFFFFFFFF.\r
- * @param[in]  maskValue       Mask value contains state value for each bit:\r
- *                                     - 0     :not mask.\r
- *                                     - 1     :mask.\r
- * @return             None\r
- *\r
- * Note:\r
- * - All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- * - After executing this function, in mask register, value '0' on each bit\r
- * enables an access to the corresponding physical pin via a read or write access,\r
- * while value '1' on bit (masked) that corresponding pin will not be changed\r
- * with write access and if read, will not be reflected in the updated pin.\r
- **********************************************************************/\r
-void FIO_SetMask(uint8_t portNum, uint32_t bitValue, uint8_t maskValue)\r
-{\r
-               if (maskValue)\r
-               {\r
-               LPC_GPIO_PORT->MASK[portNum] |= bitValue;\r
-       } else\r
-               {\r
-               LPC_GPIO_PORT->MASK[portNum] &= ~bitValue;\r
-       }\r
-}\r
-\r
-\r
-/* FIO halfword accessible ------------------------------------------------------------- */\r
-#if 0\r
-/*********************************************************************//**\r
- * @brief              Set direction for FIO port in halfword accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  halfwordNum     HalfWord part number, should be 0 (lower) or 1(upper)\r
- * @param[in]  bitValue        Value that contains all bits in to set direction,\r
- *                                                     in range from 0 to 0xFFFF.\r
- * @param[in]  dir     Direction value, should be:\r
- *                                     - 0     :Input.\r
- *                                     - 1     :Output.\r
- * @return             None\r
- *\r
- * Note: All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_HalfWordSetDir(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue, uint8_t dir)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = FIO_HalfWordGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Output direction\r
-               if (dir)\r
-               {\r
-                       // Upper\r
-                       if(halfwordNum)\r
-                       {\r
-                               pFIO->FIODIRU |= bitValue;\r
-                       }\r
-                       // lower\r
-                       else\r
-                       {\r
-                               pFIO->FIODIRL |= bitValue;\r
-                       }\r
-               }\r
-               // Input direction\r
-               else\r
-               {\r
-                       // Upper\r
-                       if(halfwordNum)\r
-                       {\r
-                               pFIO->FIODIRU &= ~bitValue;\r
-                       }\r
-                       // lower\r
-                       else\r
-                       {\r
-                               pFIO->FIODIRL &= ~bitValue;\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set mask value for bits in FIO port in halfword accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  halfwordNum     HalfWord part number, should be 0 (lower) or 1(upper)\r
- * @param[in]  bitValue        Value that contains all bits in to set,\r
- *                                                     in range from 0 to 0xFFFF.\r
- * @param[in]  maskValue       Mask value contains state value for each bit:\r
- *                                     - 0: not mask.\r
- *                                     - 1: mask.\r
- * @return             None\r
- *\r
- * Note:\r
- * - All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- * - After executing this function, in mask register, value '0' on each bit\r
- * enables an access to the corresponding physical pin via a read or write access,\r
- * while value '1' on bit (masked) that corresponding pin will not be changed\r
- * with write access and if read, will not be reflected in the updated pin.\r
- **********************************************************************/\r
-void FIO_HalfWordSetMask(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue, uint8_t maskValue)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = FIO_HalfWordGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Mask\r
-               if (maskValue)\r
-               {\r
-                       // Upper\r
-                       if(halfwordNum)\r
-                       {\r
-                               pFIO->FIOMASKU |= bitValue;\r
-                       }\r
-                       // lower\r
-                       else\r
-                       {\r
-                               pFIO->FIOMASKL |= bitValue;\r
-                       }\r
-               }\r
-               // Un-mask\r
-               else\r
-               {\r
-                       // Upper\r
-                       if(halfwordNum)\r
-                       {\r
-                               pFIO->FIOMASKU &= ~bitValue;\r
-                       }\r
-                       // lower\r
-                       else\r
-                       {\r
-                               pFIO->FIOMASKL &= ~bitValue;\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set bits for FIO port in halfword accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  halfwordNum     HalfWord part number, should be 0 (lower) or 1(upper)\r
- * @param[in]  bitValue        Value that contains all bits in to set, should be\r
- *                             in range from 0 to 0xFFFF.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_HalfWordSetValue(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = FIO_HalfWordGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Upper\r
-               if(halfwordNum)\r
-               {\r
-                       pFIO->FIOSETU = bitValue;\r
-               }\r
-               // lower\r
-               else\r
-               {\r
-                       pFIO->FIOSETL = bitValue;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear bits for FIO port in halfword accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  halfwordNum     HalfWord part number, should be 0 (lower) or 1(upper)\r
- * @param[in]  bitValue        Value that contains all bits in to clear, should be\r
- *                             in range from 0 to 0xFFFF.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_HalfWordClearValue(uint8_t portNum, uint8_t halfwordNum, uint16_t bitValue)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = FIO_HalfWordGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Upper\r
-               if(halfwordNum)\r
-               {\r
-                       pFIO->FIOCLRU = bitValue;\r
-               }\r
-               // lower\r
-               else\r
-               {\r
-                       pFIO->FIOCLRL = bitValue;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Read Current state on port pin that have input direction of GPIO\r
- *                             in halfword accessible style.\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  halfwordNum     HalfWord part number, should be 0 (lower) or 1(upper)\r
- * @return             Current value of FIO port pin of specified halfword.\r
- * Note: Return value contain state of each port pin (bit) on that FIO regardless\r
- * its direction is input or output.\r
- **********************************************************************/\r
-uint16_t FIO_HalfWordReadValue(uint8_t portNum, uint8_t halfwordNum)\r
-{\r
-       GPIO_HalfWord_TypeDef *pFIO = FIO_HalfWordGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Upper\r
-               if(halfwordNum)\r
-               {\r
-                       return (pFIO->FIOPINU);\r
-               }\r
-               // lower\r
-               else\r
-               {\r
-                       return (pFIO->FIOPINL);\r
-               }\r
-       }\r
-\r
-       return (0);\r
-}\r
-\r
-\r
-/* FIO Byte accessible ------------------------------------------------------------ */\r
-\r
-/*********************************************************************//**\r
- * @brief              Set direction for FIO port in byte accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  byteNum         Byte part number, should be in range from 0 to 3\r
- * @param[in]  bitValue        Value that contains all bits in to set direction,\r
- *                             in range from 0 to 0xFF.\r
- * @param[in]  dir     Direction value, should be:\r
- *                                     - 0: Input.\r
- *                                     - 1: Output.\r
- * @return             None\r
- *\r
- * Note: All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_ByteSetDir(uint8_t portNum, uint8_t byteNum, uint8_t bitValue, uint8_t dir)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = FIO_ByteGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Output direction\r
-               if (dir)\r
-               {\r
-                       if (byteNum <= 3)\r
-                       {\r
-                               pFIO->FIODIR[byteNum] |= bitValue;\r
-                       }\r
-               }\r
-               // Input direction\r
-               else\r
-               {\r
-                       if (byteNum <= 3)\r
-                       {\r
-                               pFIO->FIODIR[byteNum] &= ~bitValue;\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set mask value for bits in FIO port in byte accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  byteNum         Byte part number, should be in range from 0 to 3\r
- * @param[in]  bitValue        Value that contains all bits in to set mask, should\r
- *                             be in range from 0 to 0xFF.\r
- * @param[in]  maskValue       Mask value contains state value for each bit:\r
- *                                     - 0: not mask.\r
- *                                     - 1: mask.\r
- * @return             None\r
- *\r
- * Note:\r
- * - All remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- * - After executing this function, in mask register, value '0' on each bit\r
- * enables an access to the corresponding physical pin via a read or write access,\r
- * while value '1' on bit (masked) that corresponding pin will not be changed\r
- * with write access and if read, will not be reflected in the updated pin.\r
- **********************************************************************/\r
-void FIO_ByteSetMask(uint8_t portNum, uint8_t byteNum, uint8_t bitValue, uint8_t maskValue)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = FIO_ByteGetPointer(portNum);\r
-\r
-       if(pFIO != NULL)\r
-       {\r
-               // Mask\r
-               if (maskValue)\r
-               {\r
-                       if (byteNum <= 3)\r
-                       {\r
-                               pFIO->FIOMASK[byteNum] |= bitValue;\r
-                       }\r
-               }\r
-               // Un-mask\r
-               else {\r
-                       if (byteNum <= 3)\r
-                       {\r
-                               pFIO->FIOMASK[byteNum] &= ~bitValue;\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set bits for FIO port in byte accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  byteNum         Byte part number, should be in range from 0 to 3\r
- * @param[in]  bitValue        Value that contains all bits in to set, should\r
- *                             be in range from 0 to 0xFF.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_ByteSetValue(uint8_t portNum, uint8_t byteNum, uint8_t bitValue)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = FIO_ByteGetPointer(portNum);\r
-\r
-       if (pFIO != NULL) {\r
-               if (byteNum <= 3)\r
-               {\r
-                       pFIO->FIOSET[byteNum] = bitValue;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear bits for FIO port in byte accessible style\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  byteNum         Byte part number, should be in range from 0 to 3\r
- * @param[in]  bitValue        Value that contains all bits in to clear, should\r
- *                             be in range from 0 to 0xFF.\r
- * @return             None\r
- *\r
- * Note:\r
- * - For all bits that has been set as input direction, this function will\r
- * not effect.\r
- * - For all remaining bits that are not activated in bitValue (value '0')\r
- * will not be effected by this function.\r
- **********************************************************************/\r
-void FIO_ByteClearValue(uint8_t portNum, uint8_t byteNum, uint8_t bitValue)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = FIO_ByteGetPointer(portNum);\r
-\r
-       if (pFIO != NULL)\r
-       {\r
-               if (byteNum <= 3)\r
-               {\r
-                       pFIO->FIOCLR[byteNum] = bitValue;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Read Current state on port pin that have input direction of GPIO\r
- *                             in byte accessible style.\r
- * @param[in]  portNum         Port number, in range from 0 to 4\r
- * @param[in]  byteNum         Byte part number, should be in range from 0 to 3\r
- * @return             Current value of FIO port pin of specified byte part.\r
- * Note: Return value contain state of each port pin (bit) on that FIO regardless\r
- * its direction is input or output.\r
- **********************************************************************/\r
-uint8_t FIO_ByteReadValue(uint8_t portNum, uint8_t byteNum)\r
-{\r
-       GPIO_Byte_TypeDef *pFIO = FIO_ByteGetPointer(portNum);\r
-\r
-       if (pFIO != NULL)\r
-       {\r
-               if (byteNum <= 3)\r
-               {\r
-                       return (pFIO->FIOPIN[byteNum]);\r
-               }\r
-       }\r
-       return (0);\r
-}\r
-#endif\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _GPIO */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2c.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2c.c
deleted file mode 100644 (file)
index d309b1e..0000000
+++ /dev/null
@@ -1,1329 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_i2c.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_i2c.c\r
-* @brief       Contains all functions support for I2C firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup I2C\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_i2c.h"\r
-#include "lpc18xx_cgu.h"\r
-#include "lpc18xx_scu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _I2C\r
-\r
-\r
-/* Private Types -------------------------------------------------------------- */\r
-/** @defgroup I2C_Private_Types I2C Private Types\r
- * @{\r
- */\r
-#define SFSP2_3_CONFIGURE_I2C1_SDA                                     (0x00000001 | MD_ZI | MD_EZI)\r
-#define SFSP2_4_CONFIGURE_I2C1_SCL                                     (0x00000001 | MD_ZI | MD_EZI)\r
-#define SFSI2C0_CONFIGURE_STANDARD_FAST_MODE           (1<<3 | 1<<11)\r
-#define SFSI2C0_CONFIGURE_FASTPLUS_HIGHSPEED_MODE      (2<<1 | 1<<3 | 1<<7 | 1<<10 | 1<<11)\r
-\r
-/**\r
- * @brief I2C device configuration structure type\r
- */\r
-typedef struct\r
-{\r
-  uint32_t      txrx_setup;                                            /* Transmission setup */\r
-  int32_t              dir;                                                            /* Current direction phase, 0 - write, 1 - read */\r
-} I2C_CFG_T;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Private Variables ---------------------------------------------------------- */\r
-/**\r
- * @brief II2C driver data for I2C0, I2C1\r
- */\r
-static I2C_CFG_T i2cdat[3];\r
-\r
-static uint32_t I2C_MasterComplete[3];\r
-static uint32_t I2C_SlaveComplete[3];\r
-\r
-static uint32_t I2C_MonitorBufferIndex;\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-/* Get I2C number */\r
-static int32_t I2C_getNum(LPC_I2Cn_Type *I2Cx);\r
-\r
-/* Generate a start condition on I2C bus (in master mode only) */\r
-static uint32_t I2C_Start (LPC_I2Cn_Type *I2Cx);\r
-\r
-/* Generate a stop condition on I2C bus (in master mode only) */\r
-static void I2C_Stop (LPC_I2Cn_Type *I2Cx);\r
-\r
-/* I2C send byte subroutine */\r
-static uint32_t I2C_SendByte (LPC_I2Cn_Type *I2Cx, uint8_t databyte);\r
-\r
-/* I2C get byte subroutine */\r
-static uint32_t I2C_GetByte (LPC_I2Cn_Type *I2Cx, uint8_t *retdat, Bool ack);\r
-\r
-/*--------------------------------------------------------------------------------*/\r
-/********************************************************************//**\r
- * @brief              Convert from I2C peripheral to number\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             I2C number or error code, could be:\r
- *                                     - 0             :I2C0\r
- *                                     - 1             :I2C1\r
- *                                     - (-1)  :Error\r
- *********************************************************************/\r
-static int32_t I2C_getNum(LPC_I2Cn_Type *I2Cx){\r
-       if (I2Cx == LPC_I2C0) {\r
-               return (0);\r
-       } else if (I2Cx == LPC_I2C1) {\r
-               return (1);\r
-       }\r
-       return (-1);\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Generate a start condition on I2C bus (in master mode only)\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             value of I2C status register after generate a start condition\r
- *********************************************************************/\r
-static uint32_t I2C_Start (LPC_I2Cn_Type *I2Cx)\r
-{\r
-       I2Cx->CONSET = I2C_I2CONSET_STA;\r
-       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-\r
-       // Wait for complete\r
-       while (!(I2Cx->CONSET & I2C_I2CONSET_SI));\r
-       I2Cx->CONCLR = I2C_I2CONCLR_STAC;\r
-       return (I2Cx->STAT & I2C_STAT_CODE_BITMASK);\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Generate a stop condition on I2C bus (in master mode only)\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- *********************************************************************/\r
-static void I2C_Stop (LPC_I2Cn_Type *I2Cx)\r
-{\r
-\r
-       /* Make sure start bit is not active */\r
-       if (I2Cx->CONSET & I2C_I2CONSET_STA)\r
-       {\r
-               I2Cx->CONCLR = I2C_I2CONCLR_STAC;\r
-       }\r
-       I2Cx->CONSET = I2C_I2CONSET_STO;\r
-       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Send a byte\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  databyte        sent data\r
- * @return             value of I2C status register after sending\r
- *********************************************************************/\r
-static uint32_t I2C_SendByte (LPC_I2Cn_Type *I2Cx, uint8_t databyte)\r
-{\r
-       /* Make sure start bit is not active */\r
-       if (I2Cx->CONSET & I2C_I2CONSET_STA)\r
-       {\r
-               I2Cx->CONCLR = I2C_I2CONCLR_STAC;\r
-       }\r
-       I2Cx->DAT = databyte & I2C_I2DAT_BITMASK;\r
-       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-\r
-       while (!(I2Cx->CONSET & I2C_I2CONSET_SI));\r
-       return (I2Cx->STAT & I2C_STAT_CODE_BITMASK);\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Get a byte\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[out] retdat  pointer to return data\r
- * @param[in]  ack             assert acknowledge or not, should be: TRUE/FALSE\r
- * @return             value of I2C status register after sending\r
- *********************************************************************/\r
-static uint32_t I2C_GetByte (LPC_I2Cn_Type *I2Cx, uint8_t *retdat, Bool ack)\r
-{\r
-       if (ack == TRUE)\r
-       {\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-       }\r
-       else\r
-       {\r
-               I2Cx->CONCLR = I2C_I2CONCLR_AAC;\r
-       }\r
-       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-\r
-       while (!(I2Cx->CONSET & I2C_I2CONSET_SI));\r
-       *retdat = (uint8_t) (I2Cx->DAT & I2C_I2DAT_BITMASK);\r
-       return (I2Cx->STAT & I2C_STAT_CODE_BITMASK);\r
-}\r
-\r
-/* End of Private Functions --------------------------------------------------- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup I2C_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initializes the I2Cx peripheral with specified parameter.\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  clockrate Target clock rate value to initialized I2C\r
- *                             peripheral (Hz)\r
- * @return             None\r
- *********************************************************************/\r
-void I2C_Init(LPC_I2Cn_Type *I2Cx, uint32_t clockrate)\r
-{\r
-       uint32_t tem;\r
-\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-\r
-       if (I2Cx==LPC_I2C0)\r
-       {\r
-               /* Set up clock for I2C0 module */\r
-               //LPC_CGU->BASE_VPB1_CLK = (SRC_PL160M_0<<24) | (1<<11);\r
-               CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB1);\r
-               /* Select weather standard, fast, fast plus mode*/\r
-               if(clockrate>=1000000)// Fast mode plus: 1MHz, high speed 3.4MHz\r
-                       LPC_SCU->SFSI2C0 = SFSI2C0_CONFIGURE_FASTPLUS_HIGHSPEED_MODE;\r
-               else                              // standard 100KHz, fast 400KHz\r
-                       LPC_SCU->SFSI2C0 = SFSI2C0_CONFIGURE_STANDARD_FAST_MODE;\r
-       }\r
-       else if (I2Cx==LPC_I2C1)\r
-       {\r
-               /* Set up clock for I2C1 module */\r
-               //LPC_CGU->BASE_VPB3_CLK = (SRC_PL160M_0<<24) | (1<<11);\r
-               CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB3);\r
-               /* Configure pin function for I2C1*/\r
-               LPC_SCU->SFSP2_3 = SFSP2_3_CONFIGURE_I2C1_SDA;                  /* SDA */\r
-               LPC_SCU->SFSP2_4 = SFSP2_4_CONFIGURE_I2C1_SCL;                  /* SCL */\r
-               /* Check if I2C1 run fast mode*/\r
-               if(clockrate != 400000)\r
-                       return;\r
-       }\r
-       else {\r
-               // Up-Support this device\r
-               return;\r
-       }\r
-\r
-    /* Set clock rate */\r
-       if(clockrate<1000)      //make sure SCLH,SCLL not exceed its 16bit value\r
-               return;\r
-       tem = CGU_GetPCLKFrequency(CGU_PERIPHERAL_M3CORE) / clockrate;\r
-       I2Cx->SCLH = (uint32_t)(tem / 2);\r
-       I2Cx->SCLL = (uint32_t)(tem - I2Cx->SCLH);\r
-    /* Set I2C operation to default */\r
-    I2Cx->CONCLR = (I2C_I2CONCLR_AAC |I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC | I2C_I2CONCLR_I2ENC);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              De-initializes the I2C peripheral registers to their\r
- *                  default reset values.\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_DeInit(LPC_I2Cn_Type* I2Cx)\r
-{\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-\r
-       /* Disable I2C control */\r
-       I2Cx->CONCLR = I2C_I2CONCLR_I2ENC;\r
-\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable I2C peripheral's operation\r
- * @param[in]  I2Cx I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  NewState New State of I2Cx peripheral's operation, should be:\r
- *                                     - ENABLE        :enable I2C operation\r
- *                                     - DISABLE       :disable I2C operation\r
- * @return             none\r
- **********************************************************************/\r
-void I2C_Cmd(LPC_I2Cn_Type* I2Cx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               I2Cx->CONSET = I2C_I2CONSET_I2EN;\r
-       }\r
-       else\r
-       {\r
-               I2Cx->CONCLR = I2C_I2CONCLR_I2ENC;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable interrupt for I2C peripheral\r
- * @param[in]  I2Cx    I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  NewState        New State of I2C peripheral interrupt in NVIC core\r
- *                             should be:\r
- *                                     - ENABLE: enable interrupt for this I2C peripheral\r
- *                                     - DISABLE: disable interrupt for this I2C peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_IntCmd (LPC_I2Cn_Type *I2Cx, Bool NewState)\r
-{\r
-       if (NewState)\r
-       {\r
-               if(I2Cx == LPC_I2C0)\r
-               {\r
-                       NVIC_EnableIRQ(I2C0_IRQn);\r
-               }\r
-               else if (I2Cx == LPC_I2C1)\r
-               {\r
-                       NVIC_EnableIRQ(I2C1_IRQn);\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if(I2Cx == LPC_I2C0)\r
-               {\r
-                       NVIC_DisableIRQ(I2C0_IRQn);\r
-               }\r
-               else if (I2Cx == LPC_I2C1)\r
-               {\r
-                       NVIC_DisableIRQ(I2C1_IRQn);\r
-               }\r
-       }\r
-    return;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              General Master Interrupt handler for I2C peripheral\r
- * @param[in]  I2Cx    I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_MasterHandler (LPC_I2Cn_Type  *I2Cx)\r
-{\r
-       int32_t tmp;\r
-       uint8_t returnCode;\r
-       I2C_M_SETUP_Type *txrx_setup;\r
-\r
-       tmp = I2C_getNum(I2Cx);\r
-       txrx_setup = (I2C_M_SETUP_Type *) i2cdat[tmp].txrx_setup;\r
-\r
-       returnCode = (I2Cx->STAT & I2C_STAT_CODE_BITMASK);\r
-       // Save current status\r
-       txrx_setup->status = returnCode;\r
-       // there's no relevant information\r
-       if (returnCode == I2C_I2STAT_NO_INF){\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               return;\r
-       }\r
-\r
-       /* ----------------------------- TRANSMIT PHASE --------------------------*/\r
-       if (i2cdat[tmp].dir == 0){\r
-               switch (returnCode)\r
-               {\r
-               /* A start/repeat start condition has been transmitted -------------------*/\r
-               case I2C_I2STAT_M_TX_START:\r
-               case I2C_I2STAT_M_TX_RESTART:\r
-                       I2Cx->CONCLR = I2C_I2CONCLR_STAC;\r
-                       /*\r
-                        * If there's any transmit data, then start to\r
-                        * send SLA+W right now, otherwise check whether if there's\r
-                        * any receive data for next state.\r
-                        */\r
-                       if ((txrx_setup->tx_data != NULL) && (txrx_setup->tx_length != 0)){\r
-                               I2Cx->DAT = (txrx_setup->sl_addr7bit << 1);\r
-                               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                       } else {\r
-                               goto next_stage;\r
-                       }\r
-                       break;\r
-\r
-               /* SLA+W has been transmitted, ACK has been received ----------------------*/\r
-               case I2C_I2STAT_M_TX_SLAW_ACK:\r
-               /* Data has been transmitted, ACK has been received */\r
-               case I2C_I2STAT_M_TX_DAT_ACK:\r
-                       /* Send more data */\r
-                       if ((txrx_setup->tx_count < txrx_setup->tx_length) \\r
-                                       && (txrx_setup->tx_data != NULL)){\r
-                               I2Cx->DAT =  *(uint8_t *)(txrx_setup->tx_data + txrx_setup->tx_count);\r
-                               txrx_setup->tx_count++;\r
-                               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                       }\r
-                       // no more data, switch to next stage\r
-                       else {\r
-next_stage:\r
-                               // change direction\r
-                               i2cdat[tmp].dir = 1;\r
-                               // Check if any data to receive\r
-                               if ((txrx_setup->rx_length != 0) && (txrx_setup->rx_data != NULL)){\r
-                                               // check whether if we need to issue an repeat start\r
-                                               if ((txrx_setup->tx_length != 0) && (txrx_setup->tx_data != NULL)){\r
-                                                       // Send out an repeat start command\r
-                                                       I2Cx->CONSET = I2C_I2CONSET_STA;\r
-                                                       I2Cx->CONCLR = I2C_I2CONCLR_AAC | I2C_I2CONCLR_SIC;\r
-                                               }\r
-                                               // Don't need issue an repeat start, just goto send SLA+R\r
-                                               else {\r
-                                                       goto send_slar;\r
-                                               }\r
-                               }\r
-                               // no more data send, the go to end stage now\r
-                               else {\r
-                                       // success, goto end stage\r
-                                       txrx_setup->status |= I2C_SETUP_STATUS_DONE;\r
-                                       goto end_stage;\r
-                               }\r
-                       }\r
-                       break;\r
-\r
-               /* SLA+W has been transmitted, NACK has been received ----------------------*/\r
-               case I2C_I2STAT_M_TX_SLAW_NACK:\r
-               /* Data has been transmitted, NACK has been received -----------------------*/\r
-               case I2C_I2STAT_M_TX_DAT_NACK:\r
-                       // update status\r
-                       txrx_setup->status |= I2C_SETUP_STATUS_NOACKF;\r
-                       goto retry;\r
-               /* Arbitration lost in SLA+R/W or Data bytes -------------------------------*/\r
-               case I2C_I2STAT_M_TX_ARB_LOST:\r
-                       // update status\r
-                       txrx_setup->status |= I2C_SETUP_STATUS_ARBF;\r
-               default:\r
-                       goto retry;\r
-               }\r
-       }\r
-\r
-       /* ----------------------------- RECEIVE PHASE --------------------------*/\r
-       else if (i2cdat[tmp].dir == 1){\r
-               switch (returnCode){\r
-                       /* A start/repeat start condition has been transmitted ---------------------*/\r
-               case I2C_I2STAT_M_RX_START:\r
-               case I2C_I2STAT_M_RX_RESTART:\r
-                       I2Cx->CONCLR = I2C_I2CONCLR_STAC;\r
-                       /*\r
-                        * If there's any receive data, then start to\r
-                        * send SLA+R right now, otherwise check whether if there's\r
-                        * any receive data for end of state.\r
-                        */\r
-                       if ((txrx_setup->rx_data != NULL) && (txrx_setup->rx_length != 0)){\r
-send_slar:\r
-                               I2Cx->DAT = (txrx_setup->sl_addr7bit << 1) | 0x01;\r
-                               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                       } else {\r
-                               // Success, goto end stage\r
-                               txrx_setup->status |= I2C_SETUP_STATUS_DONE;\r
-                               goto end_stage;\r
-                       }\r
-                       break;\r
-\r
-               /* SLA+R has been transmitted, ACK has been received -----------------*/\r
-               case I2C_I2STAT_M_RX_SLAR_ACK:\r
-                       if (txrx_setup->rx_count < (txrx_setup->rx_length - 1)) {\r
-                               /*Data will be received,  ACK will be return*/\r
-                               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                       }\r
-                       else {\r
-                               /*Last data will be received,  NACK will be return*/\r
-                               I2Cx->CONCLR = I2C_I2CONSET_AA;\r
-                       }\r
-                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                       break;\r
-\r
-               /* Data has been received, ACK has been returned ----------------------*/\r
-               case I2C_I2STAT_M_RX_DAT_ACK:\r
-                       // Note save data and increase counter first, then check later\r
-                       /* Save data  */\r
-                       if ((txrx_setup->rx_data != NULL) && (txrx_setup->rx_count < txrx_setup->rx_length)){\r
-                               *(uint8_t *)(txrx_setup->rx_data + txrx_setup->rx_count) = (I2Cx->DAT & I2C_I2DAT_BITMASK);\r
-                               txrx_setup->rx_count++;\r
-                       }\r
-                       if (txrx_setup->rx_count < (txrx_setup->rx_length - 1)) {\r
-                               /*Data will be received,  ACK will be return*/\r
-                               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                       }\r
-                       else {\r
-                               /*Last data will be received,  NACK will be return*/\r
-                               I2Cx->CONCLR = I2C_I2CONSET_AA;\r
-                       }\r
-\r
-                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                       break;\r
-\r
-               /* Data has been received, NACK has been return -------------------------*/\r
-               case I2C_I2STAT_M_RX_DAT_NACK:\r
-                       /* Save the last data */\r
-                       if ((txrx_setup->rx_data != NULL) && (txrx_setup->rx_count < txrx_setup->rx_length)){\r
-                               *(uint8_t *)(txrx_setup->rx_data + txrx_setup->rx_count) = (I2Cx->DAT & I2C_I2DAT_BITMASK);\r
-                               txrx_setup->rx_count++;\r
-                       }\r
-                       // success, go to end stage\r
-                       txrx_setup->status |= I2C_SETUP_STATUS_DONE;\r
-                       goto end_stage;\r
-\r
-               /* SLA+R has been transmitted, NACK has been received ------------------*/\r
-               case I2C_I2STAT_M_RX_SLAR_NACK:\r
-                       // update status\r
-                       txrx_setup->status |= I2C_SETUP_STATUS_NOACKF;\r
-                       goto retry;\r
-\r
-               /* Arbitration lost ----------------------------------------------------*/\r
-               case I2C_I2STAT_M_RX_ARB_LOST:\r
-                       // update status\r
-                       txrx_setup->status |= I2C_SETUP_STATUS_ARBF;\r
-               default:\r
-retry:\r
-                       // check if retransmission is available\r
-                       if (txrx_setup->retransmissions_count < txrx_setup->retransmissions_max){\r
-                               // Clear tx count\r
-                               txrx_setup->tx_count = 0;\r
-                               I2Cx->CONSET = I2C_I2CONSET_STA;\r
-                               I2Cx->CONCLR = I2C_I2CONCLR_AAC | I2C_I2CONCLR_SIC;\r
-                               txrx_setup->retransmissions_count++;\r
-                       }\r
-                       // End of stage\r
-                       else {\r
-end_stage:\r
-                               // Disable interrupt\r
-                               I2C_IntCmd(I2Cx, FALSE);\r
-                               // Send stop\r
-                               I2C_Stop(I2Cx);\r
-\r
-                               I2C_MasterComplete[tmp] = TRUE;\r
-                       }\r
-                       break;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              General Slave Interrupt handler for I2C peripheral\r
- * @param[in]  I2Cx    I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_SlaveHandler (LPC_I2Cn_Type  *I2Cx)\r
-{\r
-       int32_t tmp;\r
-       uint8_t returnCode;\r
-       I2C_S_SETUP_Type *txrx_setup;\r
-       uint32_t timeout;\r
-\r
-       tmp = I2C_getNum(I2Cx);\r
-       txrx_setup = (I2C_S_SETUP_Type *) i2cdat[tmp].txrx_setup;\r
-\r
-       returnCode = (I2Cx->STAT & I2C_STAT_CODE_BITMASK);\r
-       // Save current status\r
-       txrx_setup->status = returnCode;\r
-       // there's no relevant information\r
-       if (returnCode == I2C_I2STAT_NO_INF){\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               return;\r
-       }\r
-\r
-\r
-       switch (returnCode)\r
-       {\r
-\r
-       /* No status information */\r
-       case I2C_I2STAT_NO_INF:\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               break;\r
-\r
-       /* Reading phase -------------------------------------------------------- */\r
-       /* Own SLA+R has been received, ACK has been returned */\r
-       case I2C_I2STAT_S_RX_SLAW_ACK:\r
-       /* General call address has been received, ACK has been returned */\r
-       case I2C_I2STAT_S_RX_GENCALL_ACK:\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               break;\r
-\r
-       /* Previously addressed with own SLA;\r
-        * DATA byte has been received;\r
-        * ACK has been returned */\r
-       case I2C_I2STAT_S_RX_PRE_SLA_DAT_ACK:\r
-       /* DATA has been received, ACK hasn been return */\r
-       case I2C_I2STAT_S_RX_PRE_GENCALL_DAT_ACK:\r
-               /*\r
-                * All data bytes that over-flow the specified receive\r
-                * data length, just ignore them.\r
-                */\r
-               if ((txrx_setup->rx_count < txrx_setup->rx_length) \\r
-                               && (txrx_setup->rx_data != NULL)){\r
-                       *(uint8_t *)(txrx_setup->rx_data + txrx_setup->rx_count) = (uint8_t)I2Cx->DAT;\r
-                       txrx_setup->rx_count++;\r
-               }\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               break;\r
-\r
-       /* Previously addressed with own SLA;\r
-        * DATA byte has been received;\r
-        * NOT ACK has been returned */\r
-       case I2C_I2STAT_S_RX_PRE_SLA_DAT_NACK:\r
-       /* DATA has been received, NOT ACK has been returned */\r
-       case I2C_I2STAT_S_RX_PRE_GENCALL_DAT_NACK:\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               break;\r
-\r
-       /*\r
-        * Note that: Return code only let us know a stop condition mixed\r
-        * with a repeat start condition in the same code value.\r
-        * So we should provide a time-out. In case this is really a stop\r
-        * condition, this will return back after time out condition. Otherwise,\r
-        * next session that is slave receive data will be completed.\r
-        */\r
-\r
-       /* A Stop or a repeat start condition */\r
-       case I2C_I2STAT_S_RX_STA_STO_SLVREC_SLVTRX:\r
-               // Temporally lock the interrupt for timeout condition\r
-               I2C_IntCmd(I2Cx, FALSE);\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               // enable time out\r
-               timeout = I2C_SLAVE_TIME_OUT;\r
-               while(1){\r
-                       if (I2Cx->CONSET & I2C_I2CONSET_SI){\r
-                               // re-Enable interrupt\r
-                               I2C_IntCmd(I2Cx, TRUE);\r
-                               break;\r
-                       } else {\r
-                               timeout--;\r
-                               if (timeout == 0){\r
-                                       // timeout occur, it's really a stop condition\r
-                                       txrx_setup->status |= I2C_SETUP_STATUS_DONE;\r
-                                       goto s_int_end;\r
-                               }\r
-                       }\r
-               }\r
-               break;\r
-\r
-       /* Writing phase -------------------------------------------------------- */\r
-       /* Own SLA+R has been received, ACK has been returned */\r
-       case I2C_I2STAT_S_TX_SLAR_ACK:\r
-       /* Data has been transmitted, ACK has been received */\r
-       case I2C_I2STAT_S_TX_DAT_ACK:\r
-               /*\r
-                * All data bytes that over-flow the specified receive\r
-                * data length, just ignore them.\r
-                */\r
-               if ((txrx_setup->tx_count < txrx_setup->tx_length) \\r
-                               && (txrx_setup->tx_data != NULL)){\r
-                       I2Cx->DAT = *(uint8_t *) (txrx_setup->tx_data + txrx_setup->tx_count);\r
-                       txrx_setup->tx_count++;\r
-               }\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               break;\r
-\r
-       /* Data has been transmitted, NACK has been received,\r
-        * that means there's no more data to send, exit now */\r
-       /*\r
-        * Note: Don't wait for stop event since in slave transmit mode,\r
-        * since there no proof lets us know when a stop signal has been received\r
-        * on slave side.\r
-        */\r
-       case I2C_I2STAT_S_TX_DAT_NACK:\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               txrx_setup->status |= I2C_SETUP_STATUS_DONE;\r
-               goto s_int_end;\r
-\r
-       // Other status must be captured\r
-       default:\r
-s_int_end:\r
-               // Disable interrupt\r
-               I2C_IntCmd(I2Cx, FALSE);\r
-               I2Cx->CONCLR = I2C_I2CONCLR_AAC | I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC;\r
-               I2C_SlaveComplete[tmp] = TRUE;\r
-               break;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Transmit and Receive data in master mode\r
- * @param[in]  I2Cx I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  TransferCfg     Pointer to a I2C_M_SETUP_Type structure that\r
- *                             contains specified information about the configuration\r
- *                             for master transfer.\r
- * @param[in]  Opt     a I2C_TRANSFER_OPT_Type type that selected for interrupt\r
- *                             or polling mode.\r
- * @return             Transmit/receive status, should be:\r
- *                                     - SUCCESS\r
- *                                     - ERROR\r
- *\r
- * Note:\r
- * - In case of using I2C to transmit data only, either transmit length set to 0\r
- * or transmit data pointer set to NULL.\r
- * - In case of using I2C to receive data only, either receive length set to 0\r
- * or receive data pointer set to NULL.\r
- * - In case of using I2C to transmit followed by receive data, transmit length,\r
- * transmit data pointer, receive length and receive data pointer should be set\r
- * corresponding.\r
- **********************************************************************/\r
-Status I2C_MasterTransferData(LPC_I2Cn_Type *I2Cx, I2C_M_SETUP_Type *TransferCfg, \\r
-                                                               I2C_TRANSFER_OPT_Type Opt)\r
-{\r
-       uint8_t *txdat;\r
-       uint8_t *rxdat;\r
-       uint32_t CodeStatus;\r
-       uint8_t tmp;\r
-\r
-       // reset all default state\r
-       txdat = (uint8_t *) TransferCfg->tx_data;\r
-       rxdat = (uint8_t *) TransferCfg->rx_data;\r
-       // Reset I2C setup value to default state\r
-       TransferCfg->tx_count = 0;\r
-       TransferCfg->rx_count = 0;\r
-       TransferCfg->status = 0;\r
-\r
-       if (Opt == I2C_TRANSFER_POLLING){\r
-\r
-               /* First Start condition -------------------------------------------------------------- */\r
-               TransferCfg->retransmissions_count = 0;\r
-retry:\r
-               // reset all default state\r
-               txdat = (uint8_t *) TransferCfg->tx_data;\r
-               rxdat = (uint8_t *) TransferCfg->rx_data;\r
-               // Reset I2C setup value to default state\r
-               TransferCfg->tx_count = 0;\r
-               TransferCfg->rx_count = 0;\r
-               CodeStatus = 0;\r
-\r
-               // Start command\r
-               CodeStatus = I2C_Start(I2Cx);\r
-               if ((CodeStatus != I2C_I2STAT_M_TX_START) \\r
-                               && (CodeStatus != I2C_I2STAT_M_TX_RESTART)){\r
-                       TransferCfg->retransmissions_count++;\r
-                       if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                               // save status\r
-                               TransferCfg->status = CodeStatus;\r
-                               goto error;\r
-                       } else {\r
-                               goto retry;\r
-                       }\r
-               }\r
-\r
-               /* In case of sending data first --------------------------------------------------- */\r
-               if ((TransferCfg->tx_length != 0) && (TransferCfg->tx_data != NULL)){\r
-\r
-                       /* Send slave address + WR direction bit = 0 ----------------------------------- */\r
-                       CodeStatus = I2C_SendByte(I2Cx, (TransferCfg->sl_addr7bit << 1));\r
-                       if (CodeStatus != I2C_I2STAT_M_TX_SLAW_ACK){\r
-                               TransferCfg->retransmissions_count++;\r
-                               if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                       // save status\r
-                                       TransferCfg->status = CodeStatus | I2C_SETUP_STATUS_NOACKF;\r
-                                       goto error;\r
-                               } else {\r
-                                       goto retry;\r
-                               }\r
-                       }\r
-\r
-                       /* Send a number of data bytes ---------------------------------------- */\r
-                       while (TransferCfg->tx_count < TransferCfg->tx_length)\r
-                       {\r
-                               CodeStatus = I2C_SendByte(I2Cx, *txdat);\r
-                               if (CodeStatus != I2C_I2STAT_M_TX_DAT_ACK){\r
-                                       TransferCfg->retransmissions_count++;\r
-                                       if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                               // save status\r
-                                               TransferCfg->status = CodeStatus | I2C_SETUP_STATUS_NOACKF;\r
-                                               goto error;\r
-                                       } else {\r
-                                               goto retry;\r
-                                       }\r
-                               }\r
-\r
-                               txdat++;\r
-                               TransferCfg->tx_count++;\r
-                       }\r
-               }\r
-\r
-               /* Second Start condition (Repeat Start) ------------------------------------------- */\r
-               if ((TransferCfg->tx_length != 0) && (TransferCfg->tx_data != NULL) \\r
-                               && (TransferCfg->rx_length != 0) && (TransferCfg->rx_data != NULL)){\r
-\r
-                       CodeStatus = I2C_Start(I2Cx);\r
-                       if ((CodeStatus != I2C_I2STAT_M_RX_START) \\r
-                                       && (CodeStatus != I2C_I2STAT_M_RX_RESTART)){\r
-                               TransferCfg->retransmissions_count++;\r
-                               if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                       // Update status\r
-                                       TransferCfg->status = CodeStatus;\r
-                                       goto error;\r
-                               } else {\r
-                                       goto retry;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               /* Then, start reading after sending data -------------------------------------- */\r
-               if ((TransferCfg->rx_length != 0) && (TransferCfg->rx_data != NULL)){\r
-                       /* Send slave address + RD direction bit = 1 ----------------------------------- */\r
-\r
-                       CodeStatus = I2C_SendByte(I2Cx, ((TransferCfg->sl_addr7bit << 1) | 0x01));\r
-                       if (CodeStatus != I2C_I2STAT_M_RX_SLAR_ACK){\r
-                               TransferCfg->retransmissions_count++;\r
-                               if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                       // update status\r
-                                       TransferCfg->status = CodeStatus | I2C_SETUP_STATUS_NOACKF;\r
-                                       goto error;\r
-                               } else {\r
-                                       goto retry;\r
-                               }\r
-                       }\r
-\r
-                       /* Receive a number of data bytes ------------------------------------------------- */\r
-                       while (TransferCfg->rx_count < TransferCfg->rx_length){\r
-\r
-                               /*\r
-                                * Note that: if data length is only one, the master should not\r
-                                * issue an ACK signal on bus after reading to avoid of next data frame\r
-                                * on slave side\r
-                                */\r
-                               if (TransferCfg->rx_count < (TransferCfg->rx_length - 1)){\r
-                                       // Issue an ACK signal for next data frame\r
-                                       CodeStatus = I2C_GetByte(I2Cx, &tmp, TRUE);\r
-                                       if (CodeStatus != I2C_I2STAT_M_RX_DAT_ACK){\r
-                                               TransferCfg->retransmissions_count++;\r
-                                               if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                                       // update status\r
-                                                       TransferCfg->status = CodeStatus;\r
-                                                       goto error;\r
-                                               } else {\r
-                                                       goto retry;\r
-                                               }\r
-                                       }\r
-                               } else {\r
-                                       // Do not issue an ACK signal\r
-                                       CodeStatus = I2C_GetByte(I2Cx, &tmp, FALSE);\r
-                                       if (CodeStatus != I2C_I2STAT_M_RX_DAT_NACK){\r
-                                               TransferCfg->retransmissions_count++;\r
-                                               if (TransferCfg->retransmissions_count > TransferCfg->retransmissions_max){\r
-                                                       // update status\r
-                                                       TransferCfg->status = CodeStatus;\r
-                                                       goto error;\r
-                                               } else {\r
-                                                       goto retry;\r
-                                               }\r
-                                       }\r
-                               }\r
-                               *rxdat++ = tmp;\r
-                               TransferCfg->rx_count++;\r
-                       }\r
-               }\r
-\r
-               /* Send STOP condition ------------------------------------------------- */\r
-               I2C_Stop(I2Cx);\r
-               return SUCCESS;\r
-\r
-error:\r
-               // Send stop condition\r
-               I2C_Stop(I2Cx);\r
-               return ERROR;\r
-       }\r
-\r
-       else if (Opt == I2C_TRANSFER_INTERRUPT){\r
-               // Setup tx_rx data, callback and interrupt handler\r
-               tmp = I2C_getNum(I2Cx);\r
-               i2cdat[tmp].txrx_setup = (uint32_t) TransferCfg;\r
-               // Set direction phase, write first\r
-               i2cdat[tmp].dir = 0;\r
-\r
-               /* First Start condition -------------------------------------------------------------- */\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-               I2Cx->CONSET = I2C_I2CONSET_STA;\r
-               I2C_IntCmd(I2Cx, TRUE);\r
-\r
-               return (SUCCESS);\r
-       }\r
-\r
-       return ERROR;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Receive and Transmit data in slave mode\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  TransferCfg             Pointer to a I2C_S_SETUP_Type structure that\r
- *                             contains specified information about the configuration for\r
- *                             master transfer.\r
- * @param[in]  Opt     I2C_TRANSFER_OPT_Type type that selected for interrupt\r
- *                             or polling mode.\r
- * @return             Transmit/receive status, could be:\r
- *                                     - SUCCESS\r
- *                                     - ERRRO\r
- *\r
- * Note:\r
- * The mode of slave's operation depends on the command sent from master on\r
- * the I2C bus. If the master send a SLA+W command, this sub-routine will\r
- * use receive data length and receive data pointer. If the master send a SLA+R\r
- * command, this sub-routine will use transmit data length and transmit data\r
- * pointer.\r
- * If the master issue an repeat start command or a stop command, the slave will\r
- * enable an time out condition, during time out condition, if there's no activity\r
- * on I2C bus, the slave will exit, otherwise (i.e. the master send a SLA+R/W),\r
- * the slave then switch to relevant operation mode. The time out should be used\r
- * because the return status code can not show difference from stop and repeat\r
- * start command in slave operation.\r
- * In case of the expected data length from master is greater than data length\r
- * that slave can support:\r
- * - In case of reading operation (from master): slave will return I2C_I2DAT_IDLE_CHAR\r
- * value.\r
- * - In case of writing operation (from master): slave will ignore remain data from master.\r
- **********************************************************************/\r
-Status I2C_SlaveTransferData(LPC_I2Cn_Type *I2Cx, I2C_S_SETUP_Type *TransferCfg, \\r
-                                                               I2C_TRANSFER_OPT_Type Opt)\r
-{\r
-       uint8_t *txdat;\r
-       uint8_t *rxdat;\r
-       uint32_t CodeStatus;\r
-       uint32_t timeout;\r
-       int32_t time_en;\r
-       int32_t tmp;\r
-\r
-       // reset all default state\r
-       txdat = (uint8_t *) TransferCfg->tx_data;\r
-       rxdat = (uint8_t *) TransferCfg->rx_data;\r
-       // Reset I2C setup value to default state\r
-       TransferCfg->tx_count = 0;\r
-       TransferCfg->rx_count = 0;\r
-       TransferCfg->status = 0;\r
-\r
-\r
-       // Polling option\r
-       if (Opt == I2C_TRANSFER_POLLING){\r
-\r
-               /* Set AA bit to ACK command on I2C bus */\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               /* Clear SI bit to be ready ... */\r
-               I2Cx->CONCLR = (I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC);\r
-\r
-               time_en = 0;\r
-               timeout = 0;\r
-\r
-               while (1)\r
-               {\r
-                       /* Check SI flag ready */\r
-                       if (I2Cx->CONSET & I2C_I2CONSET_SI)\r
-                       {\r
-                               time_en = 0;\r
-\r
-                               switch (CodeStatus = (I2Cx->STAT & I2C_STAT_CODE_BITMASK))\r
-                               {\r
-\r
-                               /* No status information */\r
-                               case I2C_I2STAT_NO_INF:\r
-                                       I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       break;\r
-\r
-                               /* Reading phase -------------------------------------------------------- */\r
-                               /* Own SLA+R has been received, ACK has been returned */\r
-                               case I2C_I2STAT_S_RX_SLAW_ACK:\r
-                               /* General call address has been received, ACK has been returned */\r
-                               case I2C_I2STAT_S_RX_GENCALL_ACK:\r
-                                       I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       break;\r
-\r
-                               /* Previously addressed with own SLA;\r
-                                * DATA byte has been received;\r
-                                * ACK has been returned */\r
-                               case I2C_I2STAT_S_RX_PRE_SLA_DAT_ACK:\r
-                               /* DATA has been received, ACK hasn been return */\r
-                               case I2C_I2STAT_S_RX_PRE_GENCALL_DAT_ACK:\r
-                                       /*\r
-                                        * All data bytes that over-flow the specified receive\r
-                                        * data length, just ignore them.\r
-                                        */\r
-                                       if ((TransferCfg->rx_count < TransferCfg->rx_length) \\r
-                                                       && (TransferCfg->rx_data != NULL)){\r
-                                               *rxdat++ = (uint8_t)I2Cx->DAT;\r
-                                               TransferCfg->rx_count++;\r
-                                       }\r
-                                       I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       break;\r
-\r
-                               /* Previously addressed with own SLA;\r
-                                * DATA byte has been received;\r
-                                * NOT ACK has been returned */\r
-                               case I2C_I2STAT_S_RX_PRE_SLA_DAT_NACK:\r
-                               /* DATA has been received, NOT ACK has been returned */\r
-                               case I2C_I2STAT_S_RX_PRE_GENCALL_DAT_NACK:\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       break;\r
-\r
-                               /*\r
-                                * Note that: Return code only let us know a stop condition mixed\r
-                                * with a repeat start condition in the same code value.\r
-                                * So we should provide a time-out. In case this is really a stop\r
-                                * condition, this will return back after time out condition. Otherwise,\r
-                                * next session that is slave receive data will be completed.\r
-                                */\r
-\r
-                               /* A Stop or a repeat start condition */\r
-                               case I2C_I2STAT_S_RX_STA_STO_SLVREC_SLVTRX:\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       // enable time out\r
-                                       time_en = 1;\r
-                                       timeout = 0;\r
-                                       break;\r
-\r
-                               /* Writing phase -------------------------------------------------------- */\r
-                               /* Own SLA+R has been received, ACK has been returned */\r
-                               case I2C_I2STAT_S_TX_SLAR_ACK:\r
-                               /* Data has been transmitted, ACK has been received */\r
-                               case I2C_I2STAT_S_TX_DAT_ACK:\r
-                                       /*\r
-                                        * All data bytes that over-flow the specified receive\r
-                                        * data length, just ignore them.\r
-                                        */\r
-                                       if ((TransferCfg->tx_count < TransferCfg->tx_length) \\r
-                                                       && (TransferCfg->tx_data != NULL)){\r
-                                               I2Cx->DAT = *txdat++;\r
-                                               TransferCfg->tx_count++;\r
-                                       }\r
-                                       I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       break;\r
-\r
-                               /* Data has been transmitted, NACK has been received,\r
-                                * that means there's no more data to send, exit now */\r
-                               /*\r
-                                * Note: Don't wait for stop event since in slave transmit mode,\r
-                                * since there no proof lets us know when a stop signal has been received\r
-                                * on slave side.\r
-                                */\r
-                               case I2C_I2STAT_S_TX_DAT_NACK:\r
-                                       I2Cx->CONSET = I2C_I2CONSET_AA;\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       // enable time out\r
-                                       time_en = 1;\r
-                                       timeout = 0;\r
-                                       break;\r
-\r
-                               // Other status must be captured\r
-                               default:\r
-                                       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-                                       goto s_error;\r
-                               }\r
-                       } else if (time_en){\r
-                               if (timeout++ > I2C_SLAVE_TIME_OUT){\r
-                                       // it's really a stop condition, goto end stage\r
-                                       goto s_end_stage;\r
-                               }\r
-                       }\r
-               }\r
-\r
-s_end_stage:\r
-               /* Clear AA bit to disable ACK on I2C bus */\r
-               I2Cx->CONCLR = I2C_I2CONCLR_AAC;\r
-               // Check if there's no error during operation\r
-               // Update status\r
-               TransferCfg->status = CodeStatus | I2C_SETUP_STATUS_DONE;\r
-               return SUCCESS;\r
-\r
-s_error:\r
-               /* Clear AA bit to disable ACK on I2C bus */\r
-               I2Cx->CONCLR = I2C_I2CONCLR_AAC;\r
-               // Update status\r
-               TransferCfg->status = CodeStatus;\r
-               return ERROR;\r
-       }\r
-\r
-       else if (Opt == I2C_TRANSFER_INTERRUPT){\r
-               // Setup tx_rx data, callback and interrupt handler\r
-               tmp = I2C_getNum(I2Cx);\r
-               i2cdat[tmp].txrx_setup = (uint32_t) TransferCfg;\r
-               // Set direction phase, read first\r
-               i2cdat[tmp].dir = 1;\r
-\r
-               // Enable AA\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC;\r
-               I2C_IntCmd(I2Cx, TRUE);\r
-\r
-               return (SUCCESS);\r
-       }\r
-\r
-       return ERROR;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Own slave address in I2C peripheral corresponding to\r
- *                             parameter specified in OwnSlaveAddrConfigStruct.\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  OwnSlaveAddrConfigStruct        Pointer to a I2C_OWNSLAVEADDR_CFG_Type\r
- *                             structure that contains the configuration information for the\r
- *              specified I2C slave address.\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_SetOwnSlaveAddr(LPC_I2Cn_Type *I2Cx, I2C_OWNSLAVEADDR_CFG_Type *OwnSlaveAddrConfigStruct)\r
-{\r
-       uint32_t tmp;\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-       CHECK_PARAM(PARAM_I2C_SLAVEADDR_CH(OwnSlaveAddrConfigStruct->SlaveAddrChannel));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(OwnSlaveAddrConfigStruct->GeneralCallState));\r
-\r
-       tmp = (((uint32_t)(OwnSlaveAddrConfigStruct->SlaveAddr_7bit << 1)) \\r
-                       | ((OwnSlaveAddrConfigStruct->GeneralCallState == ENABLE) ? 0x01 : 0x00))& I2C_I2ADR_BITMASK;\r
-       switch (OwnSlaveAddrConfigStruct->SlaveAddrChannel)\r
-       {\r
-       case 0:\r
-               I2Cx->ADR0 = tmp;\r
-               I2Cx->MASK[0] = I2C_I2MASK_MASK((uint32_t) \\r
-                               (OwnSlaveAddrConfigStruct->SlaveAddrMaskValue));\r
-               break;\r
-       case 1:\r
-               I2Cx->ADR1 = tmp;\r
-               I2Cx->MASK[1] = I2C_I2MASK_MASK((uint32_t) \\r
-                               (OwnSlaveAddrConfigStruct->SlaveAddrMaskValue));\r
-               break;\r
-       case 2:\r
-               I2Cx->ADR2 = tmp;\r
-               I2Cx->MASK[2] = I2C_I2MASK_MASK((uint32_t) \\r
-                               (OwnSlaveAddrConfigStruct->SlaveAddrMaskValue));\r
-               break;\r
-       case 3:\r
-               I2Cx->ADR3 = tmp;\r
-               I2Cx->MASK[3] = I2C_I2MASK_MASK((uint32_t) \\r
-                               (OwnSlaveAddrConfigStruct->SlaveAddrMaskValue));\r
-               break;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures functionality in I2C monitor mode\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  MonitorCfgType Monitor Configuration type, should be:\r
- *                                     - I2C_MONITOR_CFG_SCL_OUTPUT    :I2C module can 'stretch'\r
- *                             the clock line (hold it low) until it has had time to respond\r
- *                             to an I2C interrupt.\r
- *                                     - I2C_MONITOR_CFG_MATCHALL              :When this bit is set to '1'\r
- *                             and the I2C is in monitor mode, an interrupt will be generated\r
- *                             on ANY address received.\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE        :Enable this function.\r
- *                                     - DISABLE       :Disable this function.\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_MonitorModeConfig(LPC_I2Cn_Type *I2Cx, uint32_t MonitorCfgType, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-       CHECK_PARAM(PARAM_I2C_MONITOR_CFG(MonitorCfgType));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               I2Cx->MMCTRL |= MonitorCfgType;\r
-       }\r
-       else\r
-       {\r
-               I2Cx->MMCTRL &= (~MonitorCfgType) & I2C_I2MMCTRL_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable I2C monitor mode\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE        :Enable monitor mode.\r
- *                                     - DISABLE       :Disable monitor mode.\r
- * @return             None\r
- **********************************************************************/\r
-void I2C_MonitorModeCmd(LPC_I2Cn_Type *I2Cx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               I2Cx->MMCTRL |= I2C_I2MMCTRL_MM_ENA;\r
-               I2Cx->CONSET = I2C_I2CONSET_AA;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC;\r
-       }\r
-       else\r
-       {\r
-               I2Cx->MMCTRL &= (~I2C_I2MMCTRL_MM_ENA) & I2C_I2MMCTRL_BITMASK;\r
-               I2Cx->CONCLR = I2C_I2CONCLR_SIC | I2C_I2CONCLR_STAC | I2C_I2CONCLR_AAC;\r
-       }\r
-       I2C_MonitorBufferIndex = 0;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get data from I2C data buffer in monitor mode.\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- * Note:       In monitor mode, the I2C module may lose the ability to stretch\r
- * the clock (stall the bus) if the ENA_SCL bit is not set. This means that\r
- * the processor will have a limited amount of time to read the contents of\r
- * the data received on the bus. If the processor reads the I2DAT shift\r
- * register, as it ordinarily would, it could have only one bit-time to\r
- * respond to the interrupt before the received data is overwritten by\r
- * new data.\r
- **********************************************************************/\r
-uint8_t I2C_MonitorGetDatabuffer(LPC_I2Cn_Type *I2Cx)\r
-{\r
-       CHECK_PARAM(PARAM_I2Cx(I2Cx));\r
-       return ((uint8_t)(I2Cx->DATA_BUFFER));\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get data from I2C data buffer in monitor mode.\r
- * @param[in]  I2Cx    I2C peripheral selected, should be\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             None\r
- * Note:       In monitor mode, the I2C module may lose the ability to stretch\r
- * the clock (stall the bus) if the ENA_SCL bit is not set. This means that\r
- * the processor will have a limited amount of time to read the contents of\r
- * the data received on the bus. If the processor reads the I2DAT shift\r
- * register, as it ordinarily would, it could have only one bit-time to\r
- * respond to the interrupt before the received data is overwritten by\r
- * new data.\r
- **********************************************************************/\r
-BOOL_8 I2C_MonitorHandler(LPC_I2Cn_Type *I2Cx, uint8_t *buffer, uint32_t size)\r
-{\r
-       BOOL_8 ret=FALSE;\r
-\r
-       I2Cx->CONCLR = I2C_I2CONCLR_SIC;\r
-\r
-       buffer[I2C_MonitorBufferIndex] = (uint8_t)(I2Cx->DATA_BUFFER);\r
-       I2C_MonitorBufferIndex++;\r
-       if(I2C_MonitorBufferIndex >= size)\r
-       {\r
-               ret = TRUE;\r
-       }\r
-       return ret;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get status of Master Transfer\r
- * @param[in]  I2Cx    I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             Master transfer status, could be:\r
- *                                     - TRUE          :master transfer completed\r
- *                                     - FALSE         :master transfer have not completed yet\r
- **********************************************************************/\r
-uint32_t I2C_MasterTransferComplete(LPC_I2Cn_Type *I2Cx)\r
-{\r
-       uint32_t retval, tmp;\r
-       tmp = I2C_getNum(I2Cx);\r
-       retval = I2C_MasterComplete[tmp];\r
-       I2C_MasterComplete[tmp] = FALSE;\r
-       return retval;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get status of Slave Transfer\r
- * @param[in]  I2Cx    I2C peripheral selected, should be:\r
- *                                     - LPC_I2C0      :I2C0 peripheral\r
- *                                     - LPC_I2C1      :I2C1 peripheral\r
- * @return             Complete status, could be: TRUE/FALSE\r
- **********************************************************************/\r
-uint32_t I2C_SlaveTransferComplete(LPC_I2Cn_Type *I2Cx)\r
-{\r
-       uint32_t retval, tmp;\r
-       tmp = I2C_getNum(I2Cx);\r
-       retval = I2C_SlaveComplete[tmp];\r
-       I2C_SlaveComplete[tmp] = FALSE;\r
-       return retval;\r
-}\r
-\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _I2C */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2s.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_i2s.c
deleted file mode 100644 (file)
index 3bb7a54..0000000
+++ /dev/null
@@ -1,663 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_i2s.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_i2s.c\r
-* @brief       Contains all functions support for I2S firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup I2S\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_i2s.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _I2S\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-static uint8_t i2s_GetWordWidth(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-static uint8_t i2s_GetChannel(LPC_I2Sn_Type *I2Sx, uint8_t TRMode);\r
-\r
-/********************************************************************//**\r
- * @brief              Get I2S wordwidth value\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is the I2S mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             The wordwidth value, should be: 8,16 or 32\r
- *********************************************************************/\r
-static uint8_t i2s_GetWordWidth(LPC_I2Sn_Type *I2Sx, uint8_t TRMode) {\r
-       uint8_t value;\r
-\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) {\r
-               value = (I2Sx->DAO) & 0x03; /* get wordwidth bit */\r
-       } else {\r
-               value = (I2Sx->DAI) & 0x03; /* get wordwidth bit */\r
-       }\r
-       switch (value) {\r
-       case I2S_WORDWIDTH_8:\r
-               return 8;\r
-       case I2S_WORDWIDTH_16:\r
-               return 16;\r
-       default:\r
-               return 32;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Get I2S channel value\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is the I2S mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             The channel value, should be: 1(mono) or 2(stereo)\r
- *********************************************************************/\r
-static uint8_t i2s_GetChannel(LPC_I2Sn_Type *I2Sx, uint8_t TRMode) {\r
-       uint8_t value;\r
-\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) {\r
-               value = (I2Sx->DAO) & 0x04; /* get bit[2] */\r
-       } else {\r
-               value = (I2Sx->DAI) & 0x04; /* get bit[2] */\r
-       }\r
-       value >>= 2;\r
-    if(value == I2S_MONO) return 1;\r
-      return 2;\r
-}\r
-\r
-/* End of Private Functions --------------------------------------------------- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup I2S_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initialize I2S\r
- *                                     - Turn on power and clock\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Init(LPC_I2Sn_Type *I2Sx) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-\r
-       // Turn on power and clock\r
-       //CGU_ConfigPPWR(CGU_PCONP_PCI2S, ENABLE);\r
-       I2Sx->DAI = I2Sx->DAO = 0x00;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Configuration I2S, setting:\r
- *                                     - master/slave mode\r
- *                                     - wordwidth value\r
- *                                     - channel mode\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @param[in]  ConfigStruct pointer to I2S_CFG_Type structure\r
- *              which will be initialized.\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Config(LPC_I2Sn_Type *I2Sx, uint8_t TRMode, I2S_CFG_Type* ConfigStruct)\r
-{\r
-       uint32_t bps, config;\r
-\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-\r
-       CHECK_PARAM(PARAM_I2S_WORDWIDTH(ConfigStruct->wordwidth));\r
-       CHECK_PARAM(PARAM_I2S_CHANNEL(ConfigStruct->mono));\r
-       CHECK_PARAM(PARAM_I2S_STOP(ConfigStruct->stop));\r
-       CHECK_PARAM(PARAM_I2S_RESET(ConfigStruct->reset));\r
-       CHECK_PARAM(PARAM_I2S_WS_SEL(ConfigStruct->ws_sel));\r
-       CHECK_PARAM(PARAM_I2S_MUTE(ConfigStruct->mute));\r
-\r
-       /* Setup clock */\r
-       bps = (ConfigStruct->wordwidth +1)*8;\r
-\r
-       /* Calculate audio config */\r
-       config = (bps - 1)<<6 | (ConfigStruct->ws_sel)<<5 | (ConfigStruct->reset)<<4 |\r
-               (ConfigStruct->stop)<<3 | (ConfigStruct->mono)<<2 | (ConfigStruct->wordwidth);\r
-\r
-       if(TRMode == I2S_RX_MODE){\r
-               I2Sx->DAI = config;\r
-       }else{\r
-               I2Sx->DAO = config;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              DeInitial both I2S transmit or receive\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_DeInit(LPC_I2Sn_Type *I2Sx) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-\r
-       // Turn off power and clock\r
-       //CGU_ConfigPPWR(CGU_PCONP_PCI2S, DISABLE);\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Get I2S Buffer Level\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode Transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             current level of Transmit/Receive Buffer\r
- *********************************************************************/\r
-uint8_t I2S_GetLevel(LPC_I2Sn_Type *I2Sx, uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if(TRMode == I2S_TX_MODE)\r
-       {\r
-               return ((I2Sx->STATE >> 16) & 0xFF);\r
-       }\r
-       else\r
-       {\r
-               return ((I2Sx->STATE >> 8) & 0xFF);\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Start: clear all STOP,RESET and MUTE bit, ready to operate\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Start(LPC_I2Sn_Type *I2Sx)\r
-{\r
-       //Clear STOP,RESET and MUTE bit\r
-       I2Sx->DAO &= ~I2S_DAI_RESET;\r
-       I2Sx->DAI &= ~I2S_DAI_RESET;\r
-       I2Sx->DAO &= ~I2S_DAI_STOP;\r
-       I2Sx->DAI &= ~I2S_DAI_STOP;\r
-       I2Sx->DAO &= ~I2S_DAI_MUTE;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Send data\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  BufferData pointer to uint32_t is the data will be send\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Send(LPC_I2Sn_Type *I2Sx, uint32_t BufferData) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-\r
-       I2Sx->TXFIFO = BufferData;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Receive Data\r
- * @param[in]  I2Sx pointer to LPC_I2Sn_Type, should be: LPC_I2S\r
- * @return             received value\r
- *********************************************************************/\r
-uint32_t I2S_Receive(LPC_I2Sn_Type* I2Sx) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-\r
-       return (I2Sx->RXFIFO);\r
-\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Pause\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Pause(LPC_I2Sn_Type *I2Sx, uint8_t TRMode) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) //Transmit mode\r
-       {\r
-               I2Sx->DAO |= I2S_DAO_STOP;\r
-       } else //Receive mode\r
-       {\r
-               I2Sx->DAI |= I2S_DAI_STOP;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Mute\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Mute(LPC_I2Sn_Type *I2Sx, uint8_t TRMode) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) //Transmit mode\r
-       {\r
-               I2Sx->DAO |= I2S_DAO_MUTE;\r
-       } else //Receive mode\r
-       {\r
-               I2Sx->DAI |= I2S_DAI_MUTE;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S Stop\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_Stop(LPC_I2Sn_Type *I2Sx, uint8_t TRMode) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) //Transmit mode\r
-       {\r
-               I2Sx->DAO &= ~I2S_DAO_MUTE;\r
-               I2Sx->DAO |= I2S_DAO_STOP;\r
-               I2Sx->DAO |= I2S_DAO_RESET;\r
-       } else //Receive mode\r
-       {\r
-               I2Sx->DAI |= I2S_DAI_STOP;\r
-               I2Sx->DAI |= I2S_DAI_RESET;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Set frequency for I2S\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  Freq is the frequency for I2S will be set. It can range\r
- *                             from 16-96 kHz(16, 22.05, 32, 44.1, 48, 96kHz)\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             Status: ERROR or SUCCESS\r
- *********************************************************************/\r
-Status I2S_FreqConfig(LPC_I2Sn_Type *I2Sx, uint32_t Freq, uint8_t TRMode) {\r
-\r
-       /* Calculate bit rate\r
-        * The formula is:\r
-        *      bit_rate = channel*wordwidth - 1\r
-        * 48kHz sample rate for 16 bit stereo date requires\r
-        * a bit rate of 48000*16*2=1536MHz (MCLK)\r
-        */\r
-       uint32_t i2sPclk;\r
-       uint64_t divider;\r
-       uint8_t bitrate, channel, wordwidth;\r
-       uint32_t x, y;\r
-       uint16_t dif;\r
-       uint16_t error;\r
-       uint16_t x_divide, y_divide;\r
-       uint16_t ErrorOptimal = 0xFFFF;\r
-       uint32_t N;\r
-\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PRAM_I2S_FREQ(Freq));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       //LPC_CGU->BASE_VPB1_CLK = 0x08<<24 | AUTO_BLOCK;\r
-       CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB1);\r
-       i2sPclk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_I2S);\r
-       if(TRMode == I2S_TX_MODE)\r
-       {\r
-               channel = i2s_GetChannel(I2Sx,I2S_TX_MODE);\r
-               wordwidth = i2s_GetWordWidth(I2Sx,I2S_TX_MODE);\r
-       }\r
-       else\r
-       {\r
-               channel = i2s_GetChannel(I2Sx,I2S_RX_MODE);\r
-               wordwidth = i2s_GetWordWidth(I2Sx,I2S_RX_MODE);\r
-       }\r
-       bitrate = 2 * wordwidth - 1;\r
-\r
-       /* Calculate X and Y divider\r
-        * The MCLK rate for the I2S transmitter is determined by the value\r
-        * in the I2STXRATE/I2SRXRATE register. The required I2STXRATE/I2SRXRATE\r
-        * setting depends on the desired audio sample rate desired, the format\r
-        * (stereo/mono) used, and the data size.\r
-        * The formula is:\r
-        *              I2S_MCLK = PCLK * (X/Y) / 2\r
-        * We have:\r
-        *              I2S_MCLK = Freq * bit_rate * I2Sx->TXBITRATE;\r
-        * So: (X/Y) = (Freq * bit_rate * I2Sx->TXBITRATE)/PCLK*2\r
-        * We use a loop function to chose the most suitable X,Y value\r
-        */\r
-\r
-       /* divider is a fixed point number with 16 fractional bits */\r
-       divider = ((uint64_t)(Freq *( bitrate+1) * 2)<<16) / i2sPclk;\r
-\r
-       /* find N that make x/y <= 1 -> divider <= 2^16 */\r
-       for(N=64;N>=0;N--){\r
-               if((divider*N) < (1<<16)) break;\r
-       }\r
-\r
-       if(N == 0) return ERROR;\r
-\r
-       divider *= N;\r
-\r
-       for (y = 255; y > 0; y--) {\r
-               x = y * divider;\r
-               if(x & (0xFF000000)) continue;\r
-               dif = x & 0xFFFF;\r
-               if(dif>0x8000) error = 0x10000-dif;\r
-               else error = dif;\r
-               if (error == 0)\r
-               {\r
-                       y_divide = y;\r
-                       break;\r
-               }\r
-               else if (error < ErrorOptimal)\r
-               {\r
-                       ErrorOptimal = error;\r
-                       y_divide = y;\r
-               }\r
-       }\r
-       x_divide = ((uint64_t)y_divide * Freq *( bitrate+1)* N * 2)/i2sPclk;\r
-       if(x_divide >= 256) x_divide = 0xFF;\r
-       if(x_divide == 0) x_divide = 1;\r
-       if (TRMode == I2S_TX_MODE)// Transmitter\r
-       {\r
-               I2Sx->TXBITRATE = N;\r
-               I2Sx->TXRATE = y_divide | (x_divide << 8);\r
-       } else //Receiver\r
-       {\r
-               I2Sx->RXBITRATE = N;\r
-               I2Sx->RXRATE = y_divide | (x_divide << 8);\r
-       }\r
-       return SUCCESS;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              I2S set bitrate\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  bitrate value will be set, it can be calculate as follows:\r
- *                                     bitrate = channel * wordwidth - 1\r
- *                             bitrate value should be in range: 0 .. 63\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_SetBitRate(LPC_I2Sn_Type *I2Sx, uint8_t bitrate, uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_BITRATE(bitrate));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if(TRMode == I2S_TX_MODE)\r
-       {\r
-               I2Sx->TXBITRATE = bitrate;\r
-       }\r
-       else\r
-       {\r
-               I2Sx->RXBITRATE = bitrate;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Configuration operating mode for I2S\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  ModeConfig pointer to I2S_MODEConf_Type will be used to\r
- *                             configure\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_ModeConfig(LPC_I2Sn_Type *I2Sx, I2S_MODEConf_Type* ModeConfig,\r
-               uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_CLKSEL(ModeConfig->clksel));\r
-       CHECK_PARAM(PARAM_I2S_4PIN(ModeConfig->fpin));\r
-       CHECK_PARAM(PARAM_I2S_MCLK(ModeConfig->mcena));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_TX_MODE) {\r
-               I2Sx->TXMODE &= ~0x0F; //clear bit 3:0 in I2STXMODE register\r
-               if (ModeConfig->clksel == I2S_CLKSEL_MCLK) {\r
-                       I2Sx->TXMODE |= 0x02;\r
-               }\r
-               if (ModeConfig->fpin == I2S_4PIN_ENABLE) {\r
-                       I2Sx->TXMODE |= (1 << 2);\r
-               }\r
-               if (ModeConfig->mcena == I2S_MCLK_ENABLE) {\r
-                       I2Sx->TXMODE |= (1 << 3);\r
-               }\r
-       } else {\r
-               I2Sx->RXMODE &= ~0x0F; //clear bit 3:0 in I2STXMODE register\r
-               if (ModeConfig->clksel == I2S_CLKSEL_MCLK) {\r
-                       I2Sx->RXMODE |= 0x02;\r
-               }\r
-               if (ModeConfig->fpin == I2S_4PIN_ENABLE) {\r
-                       I2Sx->RXMODE |= (1 << 2);\r
-               }\r
-               if (ModeConfig->mcena == I2S_MCLK_ENABLE) {\r
-                       I2Sx->RXMODE |= (1 << 3);\r
-               }\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Configure DMA operation for I2S\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  DMAConfig pointer to I2S_DMAConf_Type will be used to configure\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_DMAConfig(LPC_I2Sn_Type *I2Sx, I2S_DMAConf_Type* DMAConfig,\r
-               uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_DMA(DMAConfig->DMAIndex));\r
-       CHECK_PARAM(PARAM_I2S_DMA_DEPTH(DMAConfig->depth));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_RX_MODE) {\r
-               if (DMAConfig->DMAIndex == I2S_DMA_1) {\r
-                       I2Sx->DMA1 = (DMAConfig->depth) << 8;\r
-               } else {\r
-                       I2Sx->DMA2 = (DMAConfig->depth) << 8;\r
-               }\r
-       } else {\r
-               if (DMAConfig->DMAIndex == I2S_DMA_1) {\r
-                       I2Sx->DMA1 = (DMAConfig->depth) << 16;\r
-               } else {\r
-                       I2Sx->DMA2 = (DMAConfig->depth) << 16;\r
-               }\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Enable/Disable DMA operation for I2S\r
- * @param[in]  I2Sx: I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  DMAIndex chose what DMA is used, should be:\r
- *                                     - I2S_DMA_1 = 0         :DMA1\r
- *                                     - I2S_DMA_2 = 1         :DMA2\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @param[in]  NewState is new state of DMA operation, should be:\r
- *                             - ENABLE\r
- *                             - DISABLE\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_DMACmd(LPC_I2Sn_Type *I2Sx, uint8_t DMAIndex, uint8_t TRMode,\r
-               FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-       CHECK_PARAM(PARAM_I2S_DMA(DMAIndex));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-\r
-       if (TRMode == I2S_RX_MODE) {\r
-               if (DMAIndex == I2S_DMA_1) {\r
-                       if (NewState == ENABLE)\r
-                               I2Sx->DMA1 |= 0x01;\r
-                       else\r
-                               I2Sx->DMA1 &= ~0x01;\r
-               } else {\r
-                       if (NewState == ENABLE)\r
-                               I2Sx->DMA2 |= 0x01;\r
-                       else\r
-                               I2Sx->DMA2 &= ~0x01;\r
-               }\r
-       } else {\r
-               if (DMAIndex == I2S_DMA_1) {\r
-                       if (NewState == ENABLE)\r
-                               I2Sx->DMA1 |= 0x02;\r
-                       else\r
-                               I2Sx->DMA1 &= ~0x02;\r
-               } else {\r
-                       if (NewState == ENABLE)\r
-                               I2Sx->DMA2 |= 0x02;\r
-                       else\r
-                               I2Sx->DMA2 &= ~0x02;\r
-               }\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Configure IRQ for I2S\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @param[in]  level is the FIFO level that triggers IRQ request\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_IRQConfig(LPC_I2Sn_Type *I2Sx, uint8_t TRMode, uint8_t level) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_I2S_TRX(TRMode));\r
-       CHECK_PARAM(PARAM_I2S_IRQ_LEVEL(level));\r
-\r
-       if (TRMode == I2S_RX_MODE) {\r
-               I2Sx->IRQ |= (level << 8);\r
-       } else {\r
-               I2Sx->IRQ |= (level << 16);\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Enable/Disable IRQ for I2S\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @param[in]  NewState is new state of DMA operation, should be:\r
- *                                     - ENABLE\r
- *                                     - DISABLE\r
- * @return             none\r
- *********************************************************************/\r
-void I2S_IRQCmd(LPC_I2Sn_Type *I2Sx, uint8_t TRMode, FunctionalState NewState) {\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (TRMode == I2S_RX_MODE) {\r
-               if (NewState == ENABLE)\r
-                       I2Sx->IRQ |= 0x01;\r
-               else\r
-                       I2Sx->IRQ &= ~0x01;\r
-               //Enable DMA\r
-\r
-       } else {\r
-               if (NewState == ENABLE)\r
-                       I2Sx->IRQ |= 0x02;\r
-               else\r
-                       I2Sx->IRQ &= ~0x02;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Get I2S interrupt status\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             FunctionState   should be:\r
- *                                     - ENABLE        :interrupt is enable\r
- *                                     - DISABLE       :interrupt is disable\r
- *********************************************************************/\r
-FunctionalState I2S_GetIRQStatus(LPC_I2Sn_Type *I2Sx,uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       if(TRMode == I2S_TX_MODE)\r
-               return (FunctionalState)((I2Sx->IRQ >> 1)&0x01);\r
-       else\r
-               return (FunctionalState)((I2Sx->IRQ)&0x01);\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Get I2S interrupt depth\r
- * @param[in]  I2Sx I2S peripheral selected, should be: LPC_I2S\r
- * @param[in]  TRMode is transmit/receive mode, should be:\r
- *                                     - I2S_TX_MODE = 0       :transmit mode\r
- *                                     - I2S_RX_MODE = 1       :receive mode\r
- * @return             depth of FIFO level on which to create an irq request\r
- *********************************************************************/\r
-uint8_t I2S_GetIRQDepth(LPC_I2Sn_Type *I2Sx,uint8_t TRMode)\r
-{\r
-       CHECK_PARAM(PARAM_I2Sx(I2Sx));\r
-       if(TRMode == I2S_TX_MODE)\r
-               return (((I2Sx->IRQ)>>16)&0xFF);\r
-       else\r
-               return (((I2Sx->IRQ)>>8)&0xFF);\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _I2S */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_lcd.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_lcd.c
deleted file mode 100644 (file)
index 878af9b..0000000
+++ /dev/null
@@ -1,467 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_lcd.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_lcd.c\r
-* @brief       Contains all function support for LCD Driver\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup LCD\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-#include "lpc18xx_lcd.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _LCD\r
-\r
-LCD_CURSOR_SIZE_OPT LCD_Cursor_Size = LCD_CURSOR_64x64;\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Init the LPC18xx LCD Controller\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  LCD_ConfigStruct point to LCD_CFG_Type that describe the LCD Panel\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Init(LPC_LCD_Type *LCDx, LCD_CFG_Type *LCD_ConfigStruct){\r
-       uint32_t i, regValue, *pPal;\r
-       uint32_t pcd;\r
-       /* disable the display */\r
-       LCDx->CTRL &= ~CLCDC_LCDCTRL_ENABLE;\r
-\r
-       /* Setting LCD_TIMH register */\r
-       regValue= ( ((((LCD_ConfigStruct->screen_width/16)-1)&0x3F) << 2)\r
-       |         (( (LCD_ConfigStruct->HSync_pulse_width-1)    &0xFF) << 8)\r
-       |         (( (LCD_ConfigStruct->horizontal_porch.front-1)    &0xFF) << 16)\r
-       |         (( (LCD_ConfigStruct->horizontal_porch.back-1)    &0xFF) << 24) );\r
-\r
-       LCDx->TIMH = regValue;\r
-\r
-       /* Setting LCD_TIMV register */\r
-       regValue =((((LCD_ConfigStruct->screen_height-1) &0x3FF) << 0)\r
-       |        (((LCD_ConfigStruct->VSync_pulse_width-1) &0x03F) << 10)\r
-       |        (((LCD_ConfigStruct->vertical_porch.front-1) &0x0FF) << 16)\r
-       |        (((LCD_ConfigStruct->vertical_porch.back-1) &0x0FF) << 24) );\r
-\r
-       LCDx->TIMV = regValue;\r
-\r
-       /* Generate the clock and signal polarity control word */\r
-       regValue = 0;\r
-       regValue = (((LCD_ConfigStruct->ac_bias_frequency-1) & 0x1F) << 6);\r
-\r
-       regValue |= (LCD_ConfigStruct->OE_pol & 1)<< 14;\r
-\r
-       regValue |= (LCD_ConfigStruct->panel_clk_edge & 1)<< 13;\r
-\r
-       regValue |= (LCD_ConfigStruct->HSync_pol & 1)<< 12;\r
-\r
-       regValue |= (LCD_ConfigStruct->VSync_pol & 1)<< 11;\r
-\r
-       /* Compute clocks per line based on panel type */\r
-\r
-       switch(LCD_ConfigStruct->lcd_panel_type)\r
-       {\r
-         case LCD_MONO_4:\r
-               regValue |= ((((LCD_ConfigStruct->screen_width / 4)-1) & 0x3FF) << 16);\r
-               break;\r
-         case LCD_MONO_8:\r
-               regValue |= ((((LCD_ConfigStruct->screen_width / 8)-1) & 0x3FF) << 16);\r
-               break;\r
-         case LCD_CSTN:\r
-               regValue |= (((((LCD_ConfigStruct->screen_width * 3)/8)-1) & 0x3FF) << 16);\r
-               break;\r
-         case LCD_TFT:\r
-         default:\r
-               regValue |= 1<<26 | (((LCD_ConfigStruct->screen_width-1) & 0x3FF) << 16);\r
-       }\r
-\r
-       /* panel clock divisor */\r
-       pcd = LCD_ConfigStruct->pcd;   // TODO: should be calculated from LCDDCLK\r
-       pcd &= 0x3FF;\r
-       regValue |=  ((pcd>>5)<<27) | ((pcd)&0x1F);\r
-\r
-       LCDx->POL = regValue;\r
-\r
-       /* configure line end control */\r
-       CHECK_PARAM(LCD_ConfigStruct->line_end_delay<=(1<<7));\r
-       if(LCD_ConfigStruct->line_end_delay)\r
-               LCDx->LE  = (LCD_ConfigStruct->line_end_delay-1) | 1<<16;\r
-       else\r
-               LCDx->LE = 0;\r
-\r
-       /* disable interrupts */\r
-       LCDx->INTMSK = 0;\r
-\r
-       /* set bits per pixel */\r
-       regValue = LCD_ConfigStruct->bits_per_pixel << 1;\r
-\r
-       /* set color format BGR or RGB */\r
-       regValue |= LCD_ConfigStruct->color_format << 8;\r
-\r
-       regValue |= LCD_ConfigStruct->lcd_panel_type << 4;\r
-\r
-       if(LCD_ConfigStruct->dual_panel == 1)\r
-       {\r
-               regValue |= 1 << 7;\r
-       }\r
-       LCDx->CTRL = regValue;\r
-       /* clear palette */\r
-       pPal = (uint32_t*) (&(LCDx->PAL));\r
-\r
-       for(i = 0; i < 128; i++)\r
-       {\r
-               *pPal = 0;\r
-               pPal++;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Deinit LCD controller\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_DeInit(LPC_LCD_Type *LCDx);\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Power the LCD Panel\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  OnOff   Turn on/off LCD\r
- *                                     - TRUE  :Turn on\r
- *                                     - FALSE :Turn off\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Power(LPC_LCD_Type *LCDx, FunctionalState OnOff){\r
-int i;\r
-       if(OnOff){\r
-               LPC_LCD->CTRL |= CLCDC_LCDCTRL_PWR;\r
-               for(i=0;i<100000;i++);\r
-               LPC_LCD->CTRL |= CLCDC_LCDCTRL_ENABLE;\r
-       }else{\r
-               LPC_LCD->CTRL &= ~CLCDC_LCDCTRL_PWR;\r
-               for(i=0;i<100000;i++);\r
-               LPC_LCD->CTRL &= ~CLCDC_LCDCTRL_ENABLE;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable the LCD Controller\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  EnDis   Enable/disable status\r
- *                                     - TRUE  :Enable\r
- *                                     - FALSE :Disable\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Enable(LPC_LCD_Type *LCDx, FunctionalState EnDis){\r
-       if (EnDis)\r
-       {\r
-         LCDx->CTRL |= CLCDC_LCDCTRL_ENABLE;\r
-       }\r
-       else\r
-       {\r
-         LCDx->CTRL &= ~CLCDC_LCDCTRL_ENABLE;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set LCD Frame Buffer for Single Panel or Upper Panel Frame\r
- *                             Buffer for Dual Panel\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  buffer address of buffer\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_SetFrameBuffer(LPC_LCD_Type *LCDx, void* buffer){\r
-       LCDx->UPBASE = (uint32_t)buffer;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set LCD Lower Panel Frame Buffer for Dual Panel\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  buffer address of buffer\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_SetLPFrameBuffer(LPC_LCD_Type *LCDx, void* buffer){\r
-       LCDx->LPBASE = (uint32_t)buffer;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure Cursor\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  cursor_size specify size of cursor\r
- *                                     - LCD_CURSOR_32x32      :cursor size is 32x32 pixels\r
- *                                     - LCD_CURSOR_64x64      :cursor size is 64x64 pixels\r
- * @param[in]  sync cursor sync mode\r
- *                                     - TRUE  :cursor sync to the frame sync pulse\r
- *                                     - FALSE :cursor async mode\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_Config(LPC_LCD_Type *LCDx, LCD_CURSOR_SIZE_OPT cursor_size, Bool sync){\r
-       LCD_Cursor_Size = cursor_size;\r
-       LCDx->CRSR_CFG = ((sync?1:0)<<1) | cursor_size;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Write Cursor Image into Internal Cursor Image Buffer\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  cursor_num specify number of cursor is going to be written\r
- *                             this param must < 4\r
- * @param[in]  Image point to Cursor Image Buffer\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_WriteImage(LPC_LCD_Type *LCDx, uint8_t cursor_num, void* Image){\r
-       int i,j;\r
-       uint8_t *fifoptr, *crsr_ptr = (uint8_t *)Image;\r
-\r
-       CHECK_PARAM(cursor_num<4);\r
-       /* Check if Cursor Size was configured as 32x32 or 64x64*/\r
-       if(LCD_Cursor_Size == LCD_CURSOR_32x32){\r
-               i = cursor_num * 256;\r
-               j = i + 256;\r
-       }else{\r
-               i = 0;\r
-               j = 1024;\r
-       }\r
-       fifoptr = (uint8_t*)&(LCDx->CRSR_IMG[0]);\r
-       /* Copy Cursor Image content to FIFO */\r
-       for(; i < j; i++)\r
-       {\r
-         fifoptr[i] = *(uint8_t *)crsr_ptr;\r
-         crsr_ptr++;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get Internal Cursor Image Buffer Address\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  cursor_num specify number of cursor is going to be written\r
- *                             this param must < 4\r
- * @return             Cursor Image Buffer Address\r
- **********************************************************************/\r
-void* LCD_Cursor_GetImageBufferAddress(LPC_LCD_Type *LCDx, uint8_t cursor_num){\r
-       CHECK_PARAM(cursor_num<4);\r
-       return (void*)&(LCDx->CRSR_IMG[cursor_num*64]);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable Cursor\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  cursor_num specify number of cursor is going to be written\r
- *                             this param must < 4\r
- * @param[in]  OnOff Turn on/off LCD\r
- *                                     - TRUE  :Enable\r
- *                                     - FALSE :Disable\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_Enable(LPC_LCD_Type *LCDx, uint8_t cursor_num, FunctionalState OnOff){\r
-       CHECK_PARAM(cursor_num<4);\r
-       if (OnOff)\r
-       {\r
-         LCDx->CRSR_CTRL = (cursor_num<<4) | 1;\r
-       }\r
-       else\r
-       {\r
-         LCDx->CRSR_CTRL = (cursor_num<<4);\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Load LCD Palette\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  palette point to palette address\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_LoadPalette(LPC_LCD_Type *LCDx, void* palette){\r
-       LCD_PALETTE_ENTRY_Type pal_entry, *ptr_pal_entry;\r
-       uint8_t i, *pal_ptr;\r
-       /* This function supports loading of the color palette from\r
-       the C file generated by the bmp2c utility. It expects the\r
-       palette to be passed as an array of 32-bit BGR entries having\r
-       the following format:\r
-       2:0 - Not used\r
-       7:3 - Blue\r
-       10:8 - Not used\r
-       15:11 - Green\r
-       18:16 - Not used\r
-       23:19 - Red\r
-       31:24 - Not used\r
-       arg = pointer to input palette table address */\r
-       ptr_pal_entry = &pal_entry;\r
-       pal_ptr = (uint8_t *) palette;\r
-\r
-       /* 256 entry in the palette table */\r
-       for(i = 0; i < 256/2; i++)\r
-       {\r
-       pal_entry.Bl = (*pal_ptr++) >> 3;  /* blue first */\r
-       pal_entry.Gl = (*pal_ptr++) >> 3;  /* get green */\r
-       pal_entry.Rl = (*pal_ptr++) >> 3;  /* get red */\r
-       pal_ptr++;      /* skip over the unused byte */\r
-       /* do the most significant halfword of the palette */\r
-       pal_entry.Bu = (*pal_ptr++) >> 3;  /* blue first */\r
-       pal_entry.Gu = (*pal_ptr++) >> 3;  /* get green */\r
-       pal_entry.Ru = (*pal_ptr++) >> 3;  /* get red */\r
-       pal_ptr++;      /* skip over the unused byte */\r
-\r
-       LCDx->PAL[i] = *(uint32_t *)ptr_pal_entry;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Load Cursor Palette\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  palette_color cursor palette 0 value\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_LoadPalette0(LPC_LCD_Type *LCDx, uint32_t palette_color){\r
-       /* 7:0 - Red\r
-       15:8 - Green\r
-       23:16 - Blue\r
-       31:24 - Not used*/\r
-       LCDx->CRSR_PAL0 = (uint32_t)palette_color;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Load Cursor Palette\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  palette_color cursor palette 1 value\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_LoadPalette1(LPC_LCD_Type *LCDx, uint32_t palette_color){\r
-       /* 7:0 - Red\r
-       15:8 - Green\r
-       23:16 - Blue\r
-       31:24 - Not used*/\r
-       LCDx->CRSR_PAL1 = (uint32_t)palette_color;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Interrupt\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  Int LCD Interrupt Source, should be:\r
- *                                     - LCD_INT_FUF   :FIFO underflow\r
- *                                     - LCD_INT_LNBU  :LCD next base address update bit\r
- *                                     - LCD_INT_VCOMP :Vertical compare bit\r
- *                                     - LCD_INT_BER   :AHB master error interrupt bit\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_SetInterrupt(LPC_LCD_Type *LCDx, LCD_INT_SRC Int){\r
-       LCDx->INTMSK |= Int;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear Interrupt\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  Int LCD Interrupt Source, should be:\r
- *                                     - LCD_INT_FUF   :FIFO underflow\r
- *                                     - LCD_INT_LNBU  :LCD next base address update bit\r
- *                                     - LCD_INT_VCOMP :Vertical compare bit\r
- *                                     - LCD_INT_BER   :AHB master error interrupt bit\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_ClrInterrupt(LPC_LCD_Type *LCDx, LCD_INT_SRC Int){\r
-       LCDx->INTCLR |= Int;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get LCD Interrupt Status\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @return             None\r
- **********************************************************************/\r
-LCD_INT_SRC LCD_GetInterrupt(LPC_LCD_Type *LCDx){\r
-       return (LCD_INT_SRC)LCDx->INTRAW;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable Cursor Interrupt\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_SetInterrupt(LPC_LCD_Type *LCDx){\r
-       LCDx->CRSR_INTMSK |= 1;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear Cursor Interrupt\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_ClrInterrupt(LPC_LCD_Type *LCDx){\r
-       LCDx->CRSR_INTCLR |= 1;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Cursor Position\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  x horizontal position\r
- * @param[in]  y vertical position\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_SetPos(LPC_LCD_Type *LCDx, uint16_t x, uint16_t y){\r
-       LCDx->CRSR_XY = (x & 0x3FF) | ((y & 0x3FF) << 16);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Cursor Clipping Position\r
- * @param[in]  LCDx pointer to LCD Controller Reg Struct, should be: LPC_LCD\r
- * @param[in]  x horizontal position, should be in range: 0..63\r
- * @param[in]  y vertical position, should be in range: 0..63\r
- * @return             None\r
- **********************************************************************/\r
-void LCD_Cursor_SetClip(LPC_LCD_Type *LCDx, uint16_t x, uint16_t y){\r
-       LCDx->CRSR_CLIP = (x & 0x3F) | ((y & 0x3F) << 8);\r
-}\r
-#endif /* _LCD */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_libcfg_default.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_libcfg_default.c
deleted file mode 100644 (file)
index 6955587..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/***********************************************************************//**\r
- * @file               lpc18xx_libcfg_default.c\r
- * @brief              Library configuration source file (default),\r
- *                             used to build library without examples.\r
- * @version            2.0\r
- * @date               21. May. 2010\r
- * @author             NXP MCU SW Application Team\r
- **************************************************************************\r
- * Software that is described herein is for illustrative purposes only\r
- * which provides customers with programming information regarding the\r
- * products. This software is supplied "AS IS" without any warranties.\r
- * NXP Semiconductors assumes no responsibility or liability for the\r
- * use of the software, conveys no license or title under any patent,\r
- * copyright, or mask work right to the product. NXP Semiconductors\r
- * reserves the right to make changes in the software without\r
- * notification. NXP Semiconductors also make no representation or\r
- * warranty that such application will be suitable for the specified\r
- * use without further testing or modification.\r
- **************************************************************************/\r
-\r
-/* Library group ----------------------------------------------------------- */\r
-/** @addtogroup LIBCFG_DEFAULT\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_libcfg_default.h"\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup LIBCFG_DEFAULT_Public_Functions\r
- * @{\r
- */\r
-\r
-#ifndef __BUILD_WITH_EXAMPLE__\r
-\r
-#ifdef  DEBUG\r
-/*******************************************************************************\r
-* @brief               Reports the name of the source file and the source line number\r
-*                              where the CHECK_PARAM error has occurred.\r
-* @param[in]   file Pointer to the source file name\r
-* @param[in]    line assert_param error line source number\r
-* @return              None\r
-*******************************************************************************/\r
-void check_failed(uint8_t *file, uint32_t line)\r
-{\r
-       /* User can add his own implementation to report the file name and line number,\r
-        ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */\r
-\r
-       /* Infinite loop */\r
-       while(1);\r
-}\r
-#endif /* DEBUG */\r
-\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_mcpwm.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_mcpwm.c
deleted file mode 100644 (file)
index f24fae4..0000000
+++ /dev/null
@@ -1,555 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_mcpwm.c         2011-06-02\r
-*//**\r
-* @file                lpc18xx_mcpwm.c\r
-* @brief       Contains all functions support for Motor Control PWM firmware\r
-*                      library on LPC18XX\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup MCPWM\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_mcpwm.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _MCPWM\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup MCPWM_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Initializes the MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_Init(LPC_MCPWM_Type *MCPWMx)\r
-{\r
-       /* Turn On MCPWM PCLK */\r
-       //LPC_CGU->BASE_VPB1_CLK = (SRC_PL160M_0<<24) | (1<<11);\r
-       CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_APB1);\r
-\r
-       MCPWMx->CAP_CLR = MCPWM_CAPCLR_CAP(0) | MCPWM_CAPCLR_CAP(1) | MCPWM_CAPCLR_CAP(2);\r
-\r
-       MCPWMx->INTF_CLR = MCPWM_INT_ILIM(0) | MCPWM_INT_ILIM(1) | MCPWM_INT_ILIM(2) \\r
-                                                               | MCPWM_INT_IMAT(0) | MCPWM_INT_IMAT(1) | MCPWM_INT_IMAT(2) \\r
-                                                               | MCPWM_INT_ICAP(0) | MCPWM_INT_ICAP(1) | MCPWM_INT_ICAP(2);\r
-\r
-       MCPWMx->INTEN_CLR = MCPWM_INT_ILIM(0) | MCPWM_INT_ILIM(1) | MCPWM_INT_ILIM(2) \\r
-                                                               | MCPWM_INT_IMAT(0) | MCPWM_INT_IMAT(1) | MCPWM_INT_IMAT(2) \\r
-                                                               | MCPWM_INT_ICAP(0) | MCPWM_INT_ICAP(1) | MCPWM_INT_ICAP(2);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures each channel in MCPWM peripheral according to the\r
- *                             specified parameters in the MCPWM_CHANNEL_CFG_Type.\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channelNum      Channel number, should be: 0..2.\r
- * @param[in]  channelSetup Pointer to a MCPWM_CHANNEL_CFG_Type structure\r
- *                             that contains the configuration information for the specified\r
- *                             MCPWM channel.\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_ConfigChannel(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                               MCPWM_CHANNEL_CFG_Type * channelSetup)\r
-{\r
-       if (channelNum <= 2)\r
-       {\r
-               if (channelNum == MCPWM_CHANNEL_0)\r
-               {\r
-                       MCPWMx->TC[0] = channelSetup->channelTimercounterValue;\r
-                       MCPWMx->LIM[0] = channelSetup->channelPeriodValue;\r
-                       MCPWMx->MAT[0] = channelSetup->channelPulsewidthValue;\r
-               }\r
-               else if (channelNum == MCPWM_CHANNEL_1)\r
-               {\r
-                       MCPWMx->TC[1] = channelSetup->channelTimercounterValue;\r
-                       MCPWMx->LIM[1] = channelSetup->channelPeriodValue;\r
-                       MCPWMx->MAT[1] = channelSetup->channelPulsewidthValue;\r
-               }\r
-               else if (channelNum == MCPWM_CHANNEL_2)\r
-               {\r
-                       MCPWMx->TC[2] = channelSetup->channelTimercounterValue;\r
-                       MCPWMx->LIM[2] = channelSetup->channelPeriodValue;\r
-                       MCPWMx->MAT[2] = channelSetup->channelPulsewidthValue;\r
-               }\r
-               else\r
-               {\r
-                       return;\r
-               }\r
-\r
-               if (channelSetup->channelType == MCPWM_CHANNEL_CENTER_MODE)\r
-               {\r
-                       MCPWMx->CON_SET = MCPWM_CON_CENTER(channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CON_CLR = MCPWM_CON_CENTER(channelNum);\r
-               }\r
-\r
-               if (channelSetup->channelPolarity == MCPWM_CHANNEL_PASSIVE_HI)\r
-               {\r
-                       MCPWMx->CON_SET = MCPWM_CON_POLAR(channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CON_CLR = MCPWM_CON_POLAR(channelNum);\r
-               }\r
-\r
-               if (channelSetup->channelDeadtimeEnable == ENABLE)\r
-               {\r
-                       MCPWMx->CON_SET = MCPWM_CON_DTE(channelNum);\r
-\r
-                       MCPWMx->DT &= ~(MCPWM_DT(channelNum, 0x3FF));\r
-\r
-                       MCPWMx->DT |= MCPWM_DT(channelNum, channelSetup->channelDeadtimeValue);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CON_CLR = MCPWM_CON_DTE(channelNum);\r
-               }\r
-\r
-               if (channelSetup->channelUpdateEnable == ENABLE)\r
-               {\r
-                       MCPWMx->CON_CLR = MCPWM_CON_DISUP(channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CON_SET = MCPWM_CON_DISUP(channelNum);\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Write to MCPWM shadow registers - Update the value for period\r
- *                             and pulse width in MCPWM peripheral.\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channelNum      Channel Number, should be: 0..2.\r
- * @param[in]  channelSetup Pointer to a MCPWM_CHANNEL_CFG_Type structure\r
- *                             that contains the configuration information for the specified\r
- *                             MCPWM channel.\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_WriteToShadow(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                                                                                       MCPWM_CHANNEL_CFG_Type *channelSetup)\r
-{\r
-       if (channelNum == MCPWM_CHANNEL_0)\r
-       {\r
-               MCPWMx->LIM[0] = channelSetup->channelPeriodValue;\r
-               MCPWMx->MAT[0] = channelSetup->channelPulsewidthValue;\r
-       }\r
-       else if (channelNum == MCPWM_CHANNEL_1)\r
-       {\r
-               MCPWMx->LIM[1] = channelSetup->channelPeriodValue;\r
-               MCPWMx->MAT[1] = channelSetup->channelPulsewidthValue;\r
-       }\r
-       else if (channelNum == MCPWM_CHANNEL_2)\r
-       {\r
-               MCPWMx->LIM[2] = channelSetup->channelPeriodValue;\r
-               MCPWMx->MAT[2] = channelSetup->channelPulsewidthValue;\r
-       }\r
-}\r
-\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures capture function in MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channelNum      MCI (Motor Control Input pin) number, should be: 0..2\r
- * @param[in]  captureConfig   Pointer to a MCPWM_CAPTURE_CFG_Type structure\r
- *                             that contains the configuration information for the\r
- *                             specified MCPWM capture.\r
- * @return\r
- **********************************************************************/\r
-void MCPWM_ConfigCapture(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                                                                               MCPWM_CAPTURE_CFG_Type *captureConfig)\r
-{\r
-       if ((channelNum <= MCPWM_CHANNEL_2))\r
-       {\r
-\r
-               if (captureConfig->captureFalling == ENABLE)\r
-               {\r
-                       MCPWMx->CAPCON_SET = MCPWM_CAPCON_CAPMCI_FE(captureConfig->captureChannel, channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CAPCON_CLR = MCPWM_CAPCON_CAPMCI_FE(captureConfig->captureChannel, channelNum);\r
-               }\r
-\r
-               if (captureConfig->captureRising == ENABLE)\r
-               {\r
-                       MCPWMx->CAPCON_SET = MCPWM_CAPCON_CAPMCI_RE(captureConfig->captureChannel, channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CAPCON_CLR = MCPWM_CAPCON_CAPMCI_RE(captureConfig->captureChannel, channelNum);\r
-               }\r
-\r
-               if (captureConfig->timerReset == ENABLE)\r
-               {\r
-                       MCPWMx->CAPCON_SET = MCPWM_CAPCON_RT(captureConfig->captureChannel);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CAPCON_CLR = MCPWM_CAPCON_RT(captureConfig->captureChannel);\r
-               }\r
-\r
-               if (captureConfig->hnfEnable == ENABLE)\r
-               {\r
-                       MCPWMx->CAPCON_SET = MCPWM_CAPCON_HNFCAP(channelNum);\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CAPCON_CLR = MCPWM_CAPCON_HNFCAP(channelNum);\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clears current captured value in specified capture channel\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  captureChannel  Capture channel number, should be: 0..2\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_ClearCapture(LPC_MCPWM_Type *MCPWMx, uint32_t captureChannel)\r
-{\r
-       MCPWMx->CAP_CLR = MCPWM_CAPCLR_CAP(captureChannel);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current captured value in specified capture channel\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  captureChannel  Capture channel number, should be: 0..2\r
- * @return             None\r
- **********************************************************************/\r
-uint32_t MCPWM_GetCapture(LPC_MCPWM_Type *MCPWMx, uint32_t captureChannel)\r
-{\r
-       if (captureChannel == MCPWM_CHANNEL_0)\r
-       {\r
-               return (MCPWMx->CAP[0]);\r
-       }\r
-       else if (captureChannel == MCPWM_CHANNEL_1)\r
-       {\r
-               return (MCPWMx->CAP[1]);\r
-       }\r
-       else if (captureChannel == MCPWM_CHANNEL_2)\r
-       {\r
-               return (MCPWMx->CAP[2]);\r
-       }\r
-       return (0);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures Count control in MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channelNum      Channel number, should be: 0..2\r
- * @param[in]  countMode       Count mode, should be:\r
- *                                     - ENABLE: Enables count mode.\r
- *                                     - DISABLE: Disable count mode, the channel is in timer mode.\r
- * @param[in]  countConfig     Pointer to a MCPWM_COUNT_CFG_Type structure\r
- *                             that contains the configuration information for the\r
- *                             specified MCPWM count control.\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_CountConfig(LPC_MCPWM_Type *MCPWMx, uint32_t channelNum,\r
-                                                                       uint32_t countMode, MCPWM_COUNT_CFG_Type *countConfig)\r
-{\r
-       if ((channelNum <= 2))\r
-       {\r
-               if (countMode == ENABLE)\r
-               {\r
-                       MCPWMx->CNTCON_SET = MCPWM_CNTCON_CNTR(channelNum);\r
-\r
-                       if (countConfig->countFalling == ENABLE)\r
-                       {\r
-                               MCPWMx->CNTCON_SET = MCPWM_CNTCON_TCMCI_FE(countConfig->counterChannel,channelNum);\r
-                       }\r
-                       else\r
-                       {\r
-                               MCPWMx->CNTCON_CLR = MCPWM_CNTCON_TCMCI_FE(countConfig->counterChannel,channelNum);\r
-                       }\r
-\r
-                       if (countConfig->countRising == ENABLE)\r
-                       {\r
-                               MCPWMx->CNTCON_SET = MCPWM_CNTCON_TCMCI_RE(countConfig->counterChannel,channelNum);\r
-                       }\r
-                       else\r
-                       {\r
-                               MCPWMx->CNTCON_CLR = MCPWM_CNTCON_TCMCI_RE(countConfig->counterChannel,channelNum);\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       MCPWMx->CNTCON_CLR = MCPWM_CNTCON_CNTR(channelNum);\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Start MCPWM activity for each MCPWM channel\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channel0 State of this command on channel 0:\r
- *                                     - ENABLE: 'Start' command will effect on channel 0\r
- *                                     - DISABLE: 'Start' command will not effect on channel 0\r
- * @param[in]  channel1 State of this command on channel 1:\r
- *                                     - ENABLE: 'Start' command will effect on channel 1\r
- *                                     - DISABLE: 'Start' command will not effect on channel 1\r
- * @param[in]  channel2 State of this command on channel 2:\r
- *                                     - ENABLE: 'Start' command will effect on channel 2\r
- *                                     - DISABLE: 'Start' command will not effect on channel 2\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_Start(LPC_MCPWM_Type *MCPWMx, uint32_t channel0,\r
-                                                                       uint32_t channel1, uint32_t channel2)\r
-{\r
-       uint32_t regVal = 0;\r
-\r
-       regVal = (channel0 ? MCPWM_CON_RUN(0) : 0) | (channel1 ? MCPWM_CON_RUN(1) : 0) \\r
-                               | (channel2 ? MCPWM_CON_RUN(2) : 0);\r
-\r
-       MCPWMx->CON_SET = regVal;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Stop MCPWM activity for each MCPWM channel\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  channel0 State of this command on channel 0:\r
- *                                     - ENABLE: 'Stop' command will effect on channel 0\r
- *                                     - DISABLE: 'Stop' command will not effect on channel 0\r
- * @param[in]  channel1 State of this command on channel 1:\r
- *                                     - ENABLE: 'Stop' command will effect on channel 1\r
- *                                     - DISABLE: 'Stop' command will not effect on channel 1\r
- * @param[in]  channel2 State of this command on channel 2:\r
- *                                     - ENABLE: 'Stop' command will effect on channel 2\r
- *                                     - DISABLE: 'Stop' command will not effect on channel 2\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_Stop(LPC_MCPWM_Type *MCPWMx, uint32_t channel0,\r
-               uint32_t channel1, uint32_t channel2)\r
-{\r
-       uint32_t regVal = 0;\r
-\r
-       regVal = (channel0 ? MCPWM_CON_RUN(0) : 0) | (channel1 ? MCPWM_CON_RUN(1) : 0) \\r
-                               | (channel2 ? MCPWM_CON_RUN(2) : 0);\r
-\r
-       MCPWMx->CON_CLR = regVal;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enables/Disables 3-phase AC motor mode on MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  acMode  State of this command, should be:\r
- *                                     - ENABLE.\r
- *                                     - DISABLE.\r
- * @return             None\r
- **********************************************************************/\r
-void MCPWM_ACMode(LPC_MCPWM_Type *MCPWMx, uint32_t acMode)\r
-{\r
-       if (acMode)\r
-       {\r
-               MCPWMx->CON_SET = MCPWM_CON_ACMODE;\r
-       }\r
-       else\r
-       {\r
-               MCPWMx->CON_CLR = MCPWM_CON_ACMODE;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enables/Disables 3-phase DC motor mode on MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  dcMode  State of this command, should be:\r
- *                                     - ENABLE.\r
- *                                     - DISABLE.\r
- * @param[in]  outputInvered   Polarity of the MCOB outputs for all 3 channels,\r
- *                             should be:\r
- *                                     - ENABLE        :The MCOB outputs have opposite polarity from the MCOA outputs.\r
- *                                     - DISABLE       :The MCOB outputs have the same basic polarity as the MCOA outputs.\r
- * @param[in]  outputPattern   A value contains bits that enables/disables the specified\r
- *                             output pins route to the internal MCOA0 signal, should be:\r
- *                                     - MCPWM_PATENT_A0       :MCOA0 tracks internal MCOA0\r
- *                                     - MCPWM_PATENT_B0       :MCOB0 tracks internal MCOA0\r
- *                                     - MCPWM_PATENT_A1       :MCOA1 tracks internal MCOA0\r
- *                                     - MCPWM_PATENT_B1       :MCOB1 tracks internal MCOA0\r
- *                                     - MCPWM_PATENT_A2       :MCOA2 tracks internal MCOA0\r
- *                                     - MCPWM_PATENT_B2       :MCOB2 tracks internal MCOA0\r
- * @return             None\r
- *\r
- * Note: all these outputPatent values above can be ORed together for using as input parameter.\r
- **********************************************************************/\r
-void MCPWM_DCMode(LPC_MCPWM_Type *MCPWMx, uint32_t dcMode,\r
-                                       uint32_t outputInvered, uint32_t outputPattern)\r
-{\r
-       if (dcMode)\r
-       {\r
-               MCPWMx->CON_SET = MCPWM_CON_DCMODE;\r
-       }\r
-       else\r
-       {\r
-               MCPWMx->CON_CLR = MCPWM_CON_DCMODE;\r
-       }\r
-\r
-       if (outputInvered)\r
-       {\r
-               MCPWMx->CON_SET = MCPWM_CON_INVBDC;\r
-       }\r
-       else\r
-       {\r
-               MCPWMx->CON_CLR = MCPWM_CON_INVBDC;\r
-       }\r
-\r
-       MCPWMx->CCP = outputPattern;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures the specified interrupt in MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  ulIntType       Interrupt type, should be:\r
- *                                     - MCPWM_INTFLAG_LIM0    :Limit interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_MAT0    :Match interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_CAP0    :Capture interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_LIM1    :Limit interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_MAT1    :Match interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_CAP1    :Capture interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_LIM2    :Limit interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_MAT2    :Match interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_CAP2    :Capture interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_ABORT   :Fast abort interrupt\r
- * @param[in]  NewState        New State of this command, should be:\r
- *                                     - ENABLE.\r
- *                                     - DISABLE.\r
- * @return             None\r
- *\r
- * Note: all these ulIntType values above can be ORed together for using as input parameter.\r
- **********************************************************************/\r
-void MCPWM_IntConfig(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType, FunctionalState NewState)\r
-{\r
-       if (NewState)\r
-       {\r
-               MCPWMx->INTEN_SET = ulIntType;\r
-       }\r
-       else\r
-       {\r
-               MCPWMx->INTEN_CLR = ulIntType;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Sets/Forces the specified interrupt for MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  ulIntType       Interrupt type, should be:\r
- *                                     - MCPWM_INTFLAG_LIM0    :Limit interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_MAT0    :Match interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_CAP0    :Capture interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_LIM1    :Limit interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_MAT1    :Match interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_CAP1    :Capture interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_LIM2    :Limit interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_MAT2    :Match interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_CAP2    :Capture interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_ABORT   :Fast abort interrupt\r
- * @return             None\r
- * Note: all these ulIntType values above can be ORed together for using as input parameter.\r
- **********************************************************************/\r
-void MCPWM_IntSet(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType)\r
-{\r
-       MCPWMx->INTF_SET = ulIntType;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear the specified interrupt pending for MCPWM peripheral\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  ulIntType       Interrupt type, should be:\r
- *                                     - MCPWM_INTFLAG_LIM0    :Limit interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_MAT0    :Match interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_CAP0    :Capture interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_LIM1    :Limit interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_MAT1    :Match interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_CAP1    :Capture interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_LIM2    :Limit interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_MAT2    :Match interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_CAP2    :Capture interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_ABORT   :Fast abort interrupt\r
- * @return             None\r
- * Note: all these ulIntType values above can be ORed together for using as input parameter.\r
- **********************************************************************/\r
-void MCPWM_IntClear(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType)\r
-{\r
-       MCPWMx->INTF_CLR = ulIntType;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if the specified interrupt in MCPWM is set or not\r
- * @param[in]  MCPWMx  Motor Control PWM peripheral selected, should be: LPC_MCPWM\r
- * @param[in]  ulIntType       Interrupt type, should be:\r
- *                                     - MCPWM_INTFLAG_LIM0    :Limit interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_MAT0    :Match interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_CAP0    :Capture interrupt for channel (0)\r
- *                                     - MCPWM_INTFLAG_LIM1    :Limit interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_MAT1    :Match interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_CAP1    :Capture interrupt for channel (1)\r
- *                                     - MCPWM_INTFLAG_LIM2    :Limit interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_MAT2    :Match interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_CAP2    :Capture interrupt for channel (2)\r
- *                                     - MCPWM_INTFLAG_ABORT   :Fast abort interrupt\r
- * @return             None\r
- **********************************************************************/\r
-FlagStatus MCPWM_GetIntStatus(LPC_MCPWM_Type *MCPWMx, uint32_t ulIntType)\r
-{\r
-       return ((MCPWMx->INTF & ulIntType) ? SET : RESET);\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _MCPWM */\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_nvic.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_nvic.c
deleted file mode 100644 (file)
index 6e24ce3..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_nvic.c          2011-06-02\r
-*//**\r
-* @file                lpc18xx_nvic.c\r
-* @brief       Contains all expansion functions support for NVIC firmware\r
-*                      library on LPC18XX. The main NVIC functions are defined in\r
-*                      core_cm3.h\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup NVIC\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_nvic.h"\r
-\r
-\r
-/* Private Macros ------------------------------------------------------------- */\r
-/** @addtogroup NVIC_Private_Macros\r
- * @{\r
- */\r
-\r
-/* Vector table offset bit mask */\r
-#define NVIC_VTOR_MASK              0x3FFFFF80\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup NVIC_Public_Functions\r
- * @{\r
- */\r
-\r
-/*****************************************************************************//**\r
- * @brief              Set Vector Table Offset value\r
- * @param              offset Offset value\r
- * @return      None\r
- *******************************************************************************/\r
-void NVIC_SetVTOR(uint32_t offset)\r
-{\r
-//     SCB->VTOR  = (offset & NVIC_VTOR_MASK);\r
-       SCB->VTOR  = offset;\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_pwr.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_pwr.c
deleted file mode 100644 (file)
index fd84a58..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_pwr.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_pwr.c\r
-* @brief       Contains all functions support for Power Control\r
-*                      firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup PWR\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc_types.h"\r
-#include "lpc18xx_scu.h"\r
-#include "lpc18xx_pwr.h"\r
-\r
-/*********************************************************************//**\r
- * @brief              Enter Sleep mode with co-operated instruction by the Cortex-M3.\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void PWR_Sleep(void)\r
-{\r
-       //LPC_PMC->SLEEP0_MODE = 0x00;\r
-       /* Sleep Mode*/\r
-       __WFI();\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enter Deep Sleep mode with co-operated instruction by the Cortex-M3.\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void PWR_DeepSleep(void)\r
-{\r
-    /* Deep-Sleep Mode, set SLEEPDEEP bit */\r
-       SCB->SCR = 0x4;\r
-       LPC_PMC->PD0_SLEEP0_MODE = PWR_SLEEP_MODE_DEEP_SLEEP;\r
-       /* Deep Sleep Mode*/\r
-       __WFI();\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enter Power Down mode with co-operated instruction by the Cortex-M3.\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void PWR_PowerDown(void)\r
-{\r
-    /* Deep-Sleep Mode, set SLEEPDEEP bit */\r
-       SCB->SCR = 0x4;\r
-       LPC_PMC->PD0_SLEEP0_MODE = PWR_SLEEP_MODE_POWER_DOWN;\r
-       /* Power Down Mode*/\r
-       __WFI();\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enter Deep Power Down mode with co-operated instruction by the Cortex-M3.\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void PWR_DeepPowerDown(void)\r
-{\r
-    /* Deep-Sleep Mode, set SLEEPDEEP bit */\r
-       SCB->SCR = 0x4;\r
-       LPC_PMC->PD0_SLEEP0_MODE = PWR_SLEEP_MODE_DEEP_POWER_DOWN;\r
-       /* Deep Power Down Mode*/\r
-       __WFI();\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_qei.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_qei.c
deleted file mode 100644 (file)
index fd7f670..0000000
+++ /dev/null
@@ -1,540 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_qei.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_pwr.c\r
-* @brief       Contains all functions support for QEI firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup QEI\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_qei.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _QEI\r
-\r
-/* Private Types -------------------------------------------------------------- */\r
-/** @defgroup QEI_Private_Types QEI Private Types\r
- * @{\r
- */\r
-\r
-/**\r
- * @brief QEI configuration union type definition\r
- */\r
-typedef union {\r
-       QEI_CFG_Type bmQEIConfig;\r
-       uint32_t ulQEIConfig;\r
-} QEI_CFGOPT_Type;\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-LPC_QEI_Type* QEI_GetPointer(uint8_t qeiId);\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup QEI_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Get the point to typedef of QEI component\r
- * @param[in]  qeiId   The Id of the expected QEI component, should be: 0\r
- * @return             None\r
- **********************************************************************/\r
-LPC_QEI_Type* QEI_GetPointer(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = NULL;\r
-\r
-       if(qeiId == 0)\r
-       {\r
-               pQei = LPC_QEI;\r
-       }\r
-\r
-       return pQei;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Resets value for each type of QEI value, such as velocity,\r
- *                             counter, position, etc..\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulResetType     QEI Reset Type, should be one of the following:\r
- *                                     - QEI_RESET_POS                 :Reset Position Counter\r
- *                                     - QEI_RESET_POSOnIDX    :Reset Position Counter on Index signal\r
- *                                     - QEI_RESET_VEL                 :Reset Velocity\r
- *                                     - QEI_RESET_IDX                 :Reset Index Counter\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_Reset(uint8_t qeiId, uint32_t ulResetType)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->CON = ulResetType;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initializes the QEI peripheral according to the specified\r
-*               parameters in the QEI_ConfigStruct.\r
-* @param[in]   qeiId The Id of the expected QEI component, should be: 0\r
-* @param[in]   QEI_ConfigStruct        Pointer to a QEI_CFG_Type structure\r
-*               that contains the configuration information for the\r
-*               specified QEI peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_Init(uint8_t qeiId, QEI_CFG_Type *QEI_ConfigStruct)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       /* Set up clock and power for QEI module */\r
-       // Already enabled by BASE_M3_CLK\r
-\r
-       // Reset all remaining value in QEI peripheral\r
-\r
-       pQei->MAXPOS = 0x00;\r
-       pQei->CMPOS0 = 0x00;\r
-       pQei->CMPOS1 = 0x00;\r
-       pQei->CMPOS2 = 0x00;\r
-       pQei->INXCMP0 = 0x00;\r
-       pQei->VELCOMP = 0x00;\r
-\r
-       pQei->LOAD = 0x00;\r
-       pQei->CON = QEI_CON_RESP | QEI_CON_RESV | QEI_CON_RESI;\r
-\r
-       pQei->FILTERPHA = 0x00;\r
-       pQei->FILTERPHB = 0x00;\r
-       pQei->FILTERINX = 0x00;\r
-\r
-       // Disable all Interrupt\r
-       pQei->IEC = QEI_IECLR_BITMASK;\r
-\r
-       // Clear all Interrupt pending\r
-       pQei->CLR = QEI_INTCLR_BITMASK;\r
-\r
-       // Set QEI configuration value corresponding to its setting up value\r
-       pQei->CONF = ((QEI_CFGOPT_Type *)QEI_ConfigStruct)->ulQEIConfig;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              De-Initalize QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_DeInit(uint8_t qeiId)\r
-{\r
-       /* Turn off clock and power for QEI module */\r
-\r
-}\r
-\r
-\r
-/*****************************************************************************//**\r
-* @brief               Fills each QIE_InitStruct member with its default value:\r
-*                                      - DirectionInvert = QEI_DIRINV_NONE\r
-*                                      - SignalMode = QEI_SIGNALMODE_QUAD\r
-*                                      - CaptureMode = QEI_CAPMODE_4X\r
-*                                      - InvertIndex = QEI_INVINX_NONE\r
-* @param[in]   QIE_InitStruct Pointer to a QEI_CFG_Type structure which will be\r
-*                              initialized.\r
-* @return              None\r
-*******************************************************************************/\r
-void QEI_GetCfgDefault(QEI_CFG_Type *QIE_InitStruct)\r
-{\r
-       QIE_InitStruct->CaptureMode = QEI_CAPMODE_4X;\r
-       QIE_InitStruct->DirectionInvert = QEI_DIRINV_NONE;\r
-       QIE_InitStruct->InvertIndex = QEI_INVINX_NONE;\r
-       QIE_InitStruct->SignalMode = QEI_SIGNALMODE_QUAD;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if specified flag status is set or not\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulFlagType      Status Flag Type, should be one of the following:\r
- *                                     - QEI_STATUS_DIR: Direction Status\r
- * @return             New Status of this status flag (SET or RESET)\r
- **********************************************************************/\r
-FlagStatus QEI_GetStatus(uint8_t qeiId, uint32_t ulFlagType)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return ((pQei->STAT & ulFlagType) ? SET : RESET);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current position value in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             Current position value of QEI peripheral\r
- **********************************************************************/\r
-uint32_t QEI_GetPosition(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return (pQei->POS);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set max position value for QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulMaxPos        Max position value to set\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetMaxPosition(uint8_t qeiId, uint32_t ulMaxPos)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->MAXPOS = ulMaxPos;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set position compare value for QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  bPosCompCh      Compare Position channel, should be:\r
- *                                     - QEI_COMPPOS_CH_0      :QEI compare position channel 0\r
- *                                     - QEI_COMPPOS_CH_1      :QEI compare position channel 1\r
- *                                     - QEI_COMPPOS_CH_2      :QEI compare position channel 2\r
- * @param[in]  ulPosComp       Compare Position value to set\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetPositionComp(uint8_t qeiId, uint8_t bPosCompCh, uint32_t ulPosComp)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-       uint32_t *tmp;\r
-\r
-       tmp = (uint32_t *) (&(pQei->CMPOS0) + bPosCompCh * 4);\r
-       *tmp = ulPosComp;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current index counter of QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             Current value of QEI index counter\r
- **********************************************************************/\r
-uint32_t QEI_GetIndex(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return (pQei->INXCNT);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set value for index compare in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulIndexComp             Compare Index Value to set\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetIndexComp(uint8_t qeiId, uint32_t ulIndexComp)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->INXCMP0 = ulIndexComp;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set timer reload value for QEI peripheral. When the velocity timer is\r
- *                             over-flow, the value that set for Timer Reload register will be loaded\r
- *                             into the velocity timer for next period. The calculated velocity in RPM\r
- *                             therefore will be affect by this value.\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  QEIReloadStruct QEI reload structure\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetTimerReload(uint8_t qeiId, QEI_RELOADCFG_Type *QEIReloadStruct)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-       uint64_t pclk;\r
-\r
-       if (QEIReloadStruct->ReloadOption == QEI_TIMERRELOAD_TICKVAL)\r
-       {\r
-               pQei->LOAD = QEIReloadStruct->ReloadValue - 1;\r
-       }\r
-       else\r
-       {\r
-#if 1\r
-               pclk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_M3CORE);\r
-\r
-               pclk = (pclk /(1000000/QEIReloadStruct->ReloadValue)) - 1;\r
-\r
-               pQei->LOAD = (uint32_t)pclk;\r
-#else\r
-               ld = M3Frequency;\r
-\r
-               if (ld/1000000 > 0)\r
-               {\r
-                       ld /= 1000000;\r
-                       ld *= QEIReloadStruct->ReloadValue;\r
-                       ld -= 1;\r
-               }\r
-               else\r
-               {\r
-                       ld *= QEIReloadStruct->ReloadValue;\r
-                       ld /= 1000000;\r
-                       ld -= 1;\r
-               }\r
-\r
-               pQei->LOAD = ld;\r
-#endif\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current timer counter in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             Current timer counter in QEI peripheral\r
- **********************************************************************/\r
-uint32_t QEI_GetTimer(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return (pQei->TIME);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current velocity pulse counter in current time period\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             Current velocity pulse counter value\r
- **********************************************************************/\r
-uint32_t QEI_GetVelocity(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return (pQei->VEL);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get the most recently measured velocity of the QEI. When\r
- *                             the Velocity timer in QEI is over-flow, the current velocity\r
- *                             value will be loaded into Velocity Capture register.\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @return             The most recently measured velocity value\r
- **********************************************************************/\r
-uint32_t QEI_GetVelocityCap(uint8_t qeiId)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return (pQei->CAP);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Velocity Compare value for QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulVelComp               Compare Velocity value to set\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetVelocityComp(uint8_t qeiId, uint32_t ulVelComp)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->VELCOMP = ulVelComp;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set value of sampling count for the digital filter in\r
- *                             QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulSamplingPulse Value of sampling count to set\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_SetDigiFilter(uint8_t qeiId, st_Qei_FilterCfg FilterVal)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->FILTERPHA = FilterVal.PHA_FilterVal;\r
-       pQei->FILTERPHB = FilterVal.PHB_FilterVal;\r
-       pQei->FILTERINX = FilterVal.INX_FilterVal;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if specified interrupt flag status in QEI\r
- *                             peripheral is set or not\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulIntType Interrupt Flag Status type, should be:\r
- *                                     - QEI_INTFLAG_INX_Int           : index pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_TIM_Int           : Velocity timer over flow interrupt\r
- *                                     - QEI_INTFLAG_VELC_Int          : Capture velocity is less than compare interrupt\r
- *                                     - QEI_INTFLAG_DIR_Int           : Change of direction interrupt\r
- *                                     - QEI_INTFLAG_ERR_Int           : An encoder phase error interrupt\r
- *                                     - QEI_INTFLAG_ENCLK_Int         : An encoder clock pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_POS0_Int          : position 0 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS1_Int          : position 1 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS2_Int          : position 2 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_REV_Int           : Index compare value is equal to the current index count interrupt\r
- *                                     - QEI_INTFLAG_POS0REV_Int       : Combined position 0 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS1REV_Int       : Combined position 1 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS2REV_Int       : Combined position 2 and revolution count interrupt\r
- * @return             New State of specified interrupt flag status (SET or RESET)\r
- **********************************************************************/\r
-FlagStatus QEI_GetIntStatus(uint8_t qeiId, uint32_t ulIntType)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       return((pQei->INTSTAT & ulIntType) ? SET : RESET);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable specified interrupt in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulIntType               Interrupt Flag Status type, should be:\r
- *                                     - QEI_INTFLAG_INX_Int           : index pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_TIM_Int           : Velocity timer over flow interrupt\r
- *                                     - QEI_INTFLAG_VELC_Int          : Capture velocity is less than compare interrupt\r
- *                                     - QEI_INTFLAG_DIR_Int           : Change of direction interrupt\r
- *                                     - QEI_INTFLAG_ERR_Int           : An encoder phase error interrupt\r
- *                                     - QEI_INTFLAG_ENCLK_Int         : An encoder clock pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_POS0_Int          : position 0 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS1_Int          : position 1 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS2_Int          : position 2 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_REV_Int           : Index compare value is equal to the current index count interrupt\r
- *                                     - QEI_INTFLAG_POS0REV_Int       : Combined position 0 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS1REV_Int       : Combined position 1 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS2REV_Int       : Combined position 2 and revolution count interrupt\r
- * @param[in]  NewState        New function state, should be:\r
- *                                     - DISABLE\r
- *                                     - ENABLE\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_IntCmd(uint8_t qeiId, uint32_t ulIntType, FunctionalState NewState)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               pQei->IES = ulIntType;\r
-       }\r
-       else\r
-       {\r
-               pQei->IEC = ulIntType;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Sets (forces) specified interrupt in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulIntType               Interrupt Flag Status type, should be:\r
- *                                     - QEI_INTFLAG_INX_Int           : index pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_TIM_Int           : Velocity timer over flow interrupt\r
- *                                     - QEI_INTFLAG_VELC_Int          : Capture velocity is less than compare interrupt\r
- *                                     - QEI_INTFLAG_DIR_Int           : Change of direction interrupt\r
- *                                     - QEI_INTFLAG_ERR_Int           : An encoder phase error interrupt\r
- *                                     - QEI_INTFLAG_ENCLK_Int         : An encoder clock pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_POS0_Int          : position 0 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS1_Int          : position 1 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS2_Int          : position 2 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_REV_Int           : Index compare value is equal to the current index count interrupt\r
- *                                     - QEI_INTFLAG_POS0REV_Int       : Combined position 0 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS1REV_Int       : Combined position 1 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS2REV_Int       : Combined position 2 and revolution count interrupt\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_IntSet(uint8_t qeiId, uint32_t ulIntType)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->SET = ulIntType;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear (force) specified interrupt (pending) in QEI peripheral\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulIntType               Interrupt Flag Status type, should be:\r
- *                                     - QEI_INTFLAG_INX_Int           : index pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_TIM_Int           : Velocity timer over flow interrupt\r
- *                                     - QEI_INTFLAG_VELC_Int          : Capture velocity is less than compare interrupt\r
- *                                     - QEI_INTFLAG_DIR_Int           : Change of direction interrupt\r
- *                                     - QEI_INTFLAG_ERR_Int           : An encoder phase error interrupt\r
- *                                     - QEI_INTFLAG_ENCLK_Int         : An encoder clock pulse was detected interrupt\r
- *                                     - QEI_INTFLAG_POS0_Int          : position 0 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS1_Int          : position 1 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_POS2_Int          : position 2 compare value is equal to the current position interrupt\r
- *                                     - QEI_INTFLAG_REV_Int           : Index compare value is equal to the current index count interrupt\r
- *                                     - QEI_INTFLAG_POS0REV_Int       : Combined position 0 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS1REV_Int       : Combined position 1 and revolution count interrupt\r
- *                                     - QEI_INTFLAG_POS2REV_Int       : Combined position 2 and revolution count interrupt\r
- * @return             None\r
- **********************************************************************/\r
-void QEI_IntClear(uint8_t qeiId, uint32_t ulIntType)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       pQei->CLR = ulIntType;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Calculates the actual velocity in RPM passed via velocity\r
- *                             capture value and Pulse Per Round (of the encoder) value\r
- *                             parameter input.\r
- * @param[in]  qeiId The Id of the expected QEI component, should be: 0\r
- * @param[in]  ulVelCapValue   Velocity capture input value that can be\r
- *                             got from QEI_GetVelocityCap() function\r
- * @param[in]  ulPPR   Pulse per round of encoder\r
- * @return             The actual value of velocity in RPM (Round per minute)\r
- **********************************************************************/\r
-uint32_t QEI_CalculateRPM(uint8_t qeiId, uint32_t ulVelCapValue, uint32_t ulPPR)\r
-{\r
-       LPC_QEI_Type* pQei = QEI_GetPointer(qeiId);\r
-\r
-       uint64_t rpm, clock, Load, edges;\r
-\r
-       // Get current Clock rate for timer input\r
-       clock = CGU_GetPCLKFrequency(CGU_PERIPHERAL_M3CORE);\r
-\r
-       // Get Timer load value (velocity capture period)\r
-       Load  = (uint64_t)(pQei->LOAD + 1);\r
-\r
-       // Get Edge\r
-       edges = (uint64_t)((pQei->CONF & QEI_CONF_CAPMODE) ? 4 : 2);\r
-\r
-       // Calculate RPM\r
-       rpm = ((clock * ulVelCapValue * 60) / (Load * ulPPR * edges));\r
-\r
-       return (uint32_t)(rpm);\r
-}\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _QEI */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rgu.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rgu.c
deleted file mode 100644 (file)
index 5847053..0000000
+++ /dev/null
@@ -1,253 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rgu.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rgu.c\r
-* @brief       Contains all functions support for RGU firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup RGU\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_rgu.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _RGU\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup RGU_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Soft Reset a Signal\r
- * @param[in]  ResetSignal indicates which signal will be reset, should be:\r
- *                                     - RGU_SIG_CORE          :Core\r
- *                                     - RGU_SIG_PERIPH        :Peripheral\r
- *                                     - RGU_SIG_MASTER        :Master\r
- *                                     - RGU_SIG_WWDT          :WWDT\r
- *                                     - RGU_SIG_CREG          :Configuration register block\r
- *                                     - RGU_SIG_BUS           :Buses\r
- *                                     - RGU_SIG_SCU           :System control unit\r
- *                                     - RGU_SIG_PINMUX        :Pin mux\r
- *                                     - RGU_SIG_M3            :Cortex-M3 system\r
- *                                     - RGU_SIG_LCD           :LCD controller\r
- *                                     - RGU_SIG_USB0          :USB0\r
- *                                     - RGU_SIG_USB1          :USB1\r
- *                                     - RGU_SIG_DMA           :DMA\r
- *                                     - RGU_SIG_SDIO          :SDIO\r
- *                                     - RGU_SIG_EMC           :External memory controller\r
- *                                     - RGU_SIG_ETHERNET      :Ethernet\r
- *                                     - RGU_SIG_AES           :AES\r
- *                                     - RGU_SIG_GPIO          :GPIO\r
- *                                     - RGU_SIG_TIMER0        :Timer 0\r
- *                                     - RGU_SIG_TIMER1        :Timer 1\r
- *                                     - RGU_SIG_TIMER2        :Timer 2\r
- *                                     - RGU_SIG_TIMER3        :Timer 3\r
- *                                     - RGU_SIG_RITIMER       :Repetitive Interrupt Timer\r
- *                                     - RGU_SIG_SCT           :State Configurable Timer\r
- *                                     - RGU_SIG_MOTOCONPWM:Motor Control PWM\r
- *                                     - RGU_SIG_QEI           :QEI\r
- *                                     - RGU_SIG_ADC0          :ADC0\r
- *                                     - RGU_SIG_ADC1          :ADC1\r
- *                                     - RGU_SIG_DAC           :DAC\r
- *                                     - RGU_SIG_UART0         :UART0\r
- *                                     - RGU_SIG_UART1         :UART1\r
- *                                     - RGU_SIG_UART2         :UART2\r
- *                                     - RGU_SIG_UART3         :UART3\r
- *                                     - RGU_SIG_I2C0          :I2C0\r
- *                                     - RGU_SIG_I2C1          :I2C1\r
- *                                     - RGU_SIG_SSP0          :SSP0\r
- *                                     - RGU_SIG_SSP1          :SSP1\r
- *                                     - RGU_SIG_I2S           :I2S\r
- *                                     - RGU_SIG_SPIFI         :SPIFI\r
- *                                     - RGU_SIG_CAN           :CAN\r
- * @return             None\r
- **********************************************************************/\r
-void RGU_SoftReset(RGU_SIG ResetSignal)\r
-{\r
-       if(ResetSignal < 32){\r
-               LPC_RGU->RESET_CTRL0 = 1 << ResetSignal;\r
-               LPC_RGU->RESET_CTRL0 = 0;\r
-       }else{\r
-               LPC_RGU->RESET_CTRL1 = 1 << (ResetSignal - 32);\r
-               LPC_RGU->RESET_CTRL1 = 0;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get source cause of a signal\r
- * @param[in]  ResetSignal reset signal, should be:\r
- *                                     - RGU_SIG_CORE          :Core\r
- *                                     - RGU_SIG_PERIPH        :Peripheral\r
- *                                     - RGU_SIG_MASTER        :Master\r
- *                                     - RGU_SIG_WWDT          :WWDT\r
- *                                     - RGU_SIG_CREG          :Configuration register block\r
- *                                     - RGU_SIG_BUS           :Buses\r
- *                                     - RGU_SIG_SCU           :System control unit\r
- *                                     - RGU_SIG_PINMUX        :Pin mux\r
- *                                     - RGU_SIG_M3            :Cortex-M3 system\r
- *                                     - RGU_SIG_LCD           :LCD controller\r
- *                                     - RGU_SIG_USB0          :USB0\r
- *                                     - RGU_SIG_USB1          :USB1\r
- *                                     - RGU_SIG_DMA           :DMA\r
- *                                     - RGU_SIG_SDIO          :SDIO\r
- *                                     - RGU_SIG_EMC           :External memory controller\r
- *                                     - RGU_SIG_ETHERNET      :Ethernet\r
- *                                     - RGU_SIG_AES           :AES\r
- *                                     - RGU_SIG_GPIO          :GPIO\r
- *                                     - RGU_SIG_TIMER0        :Timer 0\r
- *                                     - RGU_SIG_TIMER1        :Timer 1\r
- *                                     - RGU_SIG_TIMER2        :Timer 2\r
- *                                     - RGU_SIG_TIMER3        :Timer 3\r
- *                                     - RGU_SIG_RITIMER       :Repetitive Interrupt Timer\r
- *                                     - RGU_SIG_SCT           :State Configurable Timer\r
- *                                     - RGU_SIG_MOTOCONPWM:Motor Control PWM\r
- *                                     - RGU_SIG_QEI           :QEI\r
- *                                     - RGU_SIG_ADC0          :ADC0\r
- *                                     - RGU_SIG_ADC1          :ADC1\r
- *                                     - RGU_SIG_DAC           :DAC\r
- *                                     - RGU_SIG_UART0         :UART0\r
- *                                     - RGU_SIG_UART1         :UART1\r
- *                                     - RGU_SIG_UART2         :UART2\r
- *                                     - RGU_SIG_UART3         :UART3\r
- *                                     - RGU_SIG_I2C0          :I2C0\r
- *                                     - RGU_SIG_I2C1          :I2C1\r
- *                                     - RGU_SIG_SSP0          :SSP0\r
- *                                     - RGU_SIG_SSP1          :SSP1\r
- *                                     - RGU_SIG_I2S           :I2S\r
- *                                     - RGU_SIG_SPIFI         :SPIFI\r
- *                                     - RGU_SIG_CAN           :CAN\r
- * @return             Source cause of reset, could be:\r
- *                                     - RGU_SRC_NONE          :No source\r
- *                                     - RGU_SRC_SOFT          :Software reset source\r
- *                                     - RGU_SRC_EXT           :External reset source\r
- *                                     - RGU_SRC_CORE          :Core reset source\r
- *                                     - RGU_SRC_PERIPH        :Peripheral reset source\r
- *                                     - RGU_SRC_MASTER        :Master reset source\r
- *                                     - RGU_SRC_BOD           :BOD reset source\r
- *                                     - RGU_SRC_WWDT          :WWDT reset source\r
- **********************************************************************/\r
-RGU_SRC RGU_GetSource(RGU_SIG ResetSignal)\r
-{\r
-       uint32_t i, temp, registercache;\r
-       if(ResetSignal < 16)\r
-               temp = 3 & (LPC_RGU->RESET_STATUS0 >> ResetSignal);\r
-       else if(ResetSignal < 32)\r
-               temp = 3 & (LPC_RGU->RESET_STATUS1 >> (ResetSignal - 16));\r
-       else if(ResetSignal < 48)\r
-               temp = 3 & (LPC_RGU->RESET_STATUS2 >> (ResetSignal - 32));\r
-       else\r
-               temp = 3 & (LPC_RGU->RESET_STATUS3 >> (ResetSignal - 48));\r
-\r
-       if(temp == 0) return RGU_SRC_NONE;\r
-       else if(temp == 3) return RGU_SRC_SOFT;\r
-       else if(temp == 1){\r
-               registercache = (((uint32_t*)&LPC_RGU->RESET_EXT_STAT0)[ResetSignal]);\r
-               for(i = 0; i < 6; i++){\r
-                       if(registercache & (1<<i)){\r
-                               return (RGU_SRC)(RGU_SRC_EXT + i);\r
-                       }\r
-               }\r
-       }\r
-       return RGU_SRC_NONE;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get Current Status of Signal\r
- * @param[in]  ResetSignal Reset Signal, should be:\r
- *                                     - RGU_SIG_CORE          :Core\r
- *                                     - RGU_SIG_PERIPH        :Peripheral\r
- *                                     - RGU_SIG_MASTER        :Master\r
- *                                     - RGU_SIG_WWDT          :WWDT\r
- *                                     - RGU_SIG_CREG          :Configuration register block\r
- *                                     - RGU_SIG_BUS           :Buses\r
- *                                     - RGU_SIG_SCU           :System control unit\r
- *                                     - RGU_SIG_PINMUX        :Pin mux\r
- *                                     - RGU_SIG_M3            :Cortex-M3 system\r
- *                                     - RGU_SIG_LCD           :LCD controller\r
- *                                     - RGU_SIG_USB0          :USB0\r
- *                                     - RGU_SIG_USB1          :USB1\r
- *                                     - RGU_SIG_DMA           :DMA\r
- *                                     - RGU_SIG_SDIO          :SDIO\r
- *                                     - RGU_SIG_EMC           :External memory controller\r
- *                                     - RGU_SIG_ETHERNET      :Ethernet\r
- *                                     - RGU_SIG_AES           :AES\r
- *                                     - RGU_SIG_GPIO          :GPIO\r
- *                                     - RGU_SIG_TIMER0        :Timer 0\r
- *                                     - RGU_SIG_TIMER1        :Timer 1\r
- *                                     - RGU_SIG_TIMER2        :Timer 2\r
- *                                     - RGU_SIG_TIMER3        :Timer 3\r
- *                                     - RGU_SIG_RITIMER       :Repetitive Interrupt Timer\r
- *                                     - RGU_SIG_SCT           :State Configurable Timer\r
- *                                     - RGU_SIG_MOTOCONPWM:Motor Control PWM\r
- *                                     - RGU_SIG_QEI           :QEI\r
- *                                     - RGU_SIG_ADC0          :ADC0\r
- *                                     - RGU_SIG_ADC1          :ADC1\r
- *                                     - RGU_SIG_DAC           :DAC\r
- *                                     - RGU_SIG_UART0         :UART0\r
- *                                     - RGU_SIG_UART1         :UART1\r
- *                                     - RGU_SIG_UART2         :UART2\r
- *                                     - RGU_SIG_UART3         :UART3\r
- *                                     - RGU_SIG_I2C0          :I2C0\r
- *                                     - RGU_SIG_I2C1          :I2C1\r
- *                                     - RGU_SIG_SSP0          :SSP0\r
- *                                     - RGU_SIG_SSP1          :SSP1\r
- *                                     - RGU_SIG_I2S           :I2S\r
- *                                     - RGU_SIG_SPIFI         :SPIFI\r
- *                                     - RGU_SIG_CAN           :CAN\r
- * @return             Signal status, could be:\r
- *                                     - TRUE  :reset is active\r
- *                                     - FALSE :reset is inactive\r
- **********************************************************************/\r
-Bool RGU_GetSignalStatus(RGU_SIG ResetSignal)\r
-{\r
-       if(ResetSignal < 32)\r
-               return (Bool)!(LPC_RGU->RESET_ACTIVE_STATUS0 | (1 << ResetSignal));\r
-       else\r
-               return (Bool)!(LPC_RGU->RESET_ACTIVE_STATUS1 | (1 << (ResetSignal - 32)));\r
-}\r
-\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _RGU */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rit.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rit.c
deleted file mode 100644 (file)
index f203f95..0000000
+++ /dev/null
@@ -1,196 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rit.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rit.c\r
-* @brief       Contains all functions support for RIT firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup RIT\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_rit.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _RIT\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup RIT_Public_Functions\r
- * @{\r
- */\r
-\r
-/******************************************************************************//*\r
- * @brief              Initial for RIT\r
- *                                     - Turn on power and clock\r
- *                                     - Setup default register values\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @return             None\r
- *******************************************************************************/\r
-void RIT_Init(LPC_RITIMER_Type *RITx)\r
-{\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-       //CGU_ConfigPPWR (CGU_PCONP_PCRIT, ENABLE);\r
-       //Set up default register values\r
-       RITx->COMPVAL = 0xFFFFFFFF;\r
-       RITx->MASK      = 0x00000000;\r
-       RITx->CTRL      = 0x0C;\r
-       RITx->COUNTER   = 0x00000000;\r
-       // Turn on power and clock\r
-\r
-}\r
-/******************************************************************************//*\r
- * @brief              DeInitial for RIT\r
- *                                     - Turn off power and clock\r
- *                                     - ReSetup default register values\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @return             None\r
- *******************************************************************************/\r
-void RIT_DeInit(LPC_RITIMER_Type *RITx)\r
-{\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-\r
-       // Turn off power and clock\r
-       //CGU_ConfigPPWR (CGU_PCONP_PCRIT, DISABLE);\r
-       //ReSetup default register values\r
-       RITx->COMPVAL = 0xFFFFFFFF;\r
-       RITx->MASK      = 0x00000000;\r
-       RITx->CTRL      = 0x0C;\r
-       RITx->COUNTER   = 0x00000000;\r
-}\r
-\r
-/******************************************************************************//*\r
- * @brief              Set compare value, mask value and time counter value\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @param[in]  time_interval timer interval value (ms)\r
- * @return             None\r
- *******************************************************************************/\r
-\r
-void RIT_TimerConfig(LPC_RITIMER_Type *RITx, uint32_t time_interval)\r
-{\r
-       uint32_t clock_rate, cmp_value;\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-\r
-       // Get PCLK value of RIT\r
-       clock_rate = /*CGU_GetPCLK(CGU_PCLKSEL_RIT)*/ CGU_GetPCLKFrequency(CGU_PERIPHERAL_M3CORE);\r
-\r
-       /* calculate compare value for RIT to generate interrupt at\r
-        * specified time interval\r
-        * COMPVAL = (RIT_PCLK * time_interval)/1000\r
-        * (with time_interval unit is millisecond)
-        */\r
-       cmp_value = (clock_rate /1000) * time_interval;\r
-       RITx->COMPVAL = cmp_value;\r
-\r
-       /* Set timer enable clear bit to clear timer to 0 whenever\r
-        * counter value equals the contents of RICOMPVAL
-        */\r
-       RITx->CTRL |= (1<<1);\r
-}\r
-\r
-\r
-/******************************************************************************//*\r
- * @brief              Enable/Disable Timer\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @param[in]  NewState        New State of this function\r
- *                                     -ENABLE         :Enable Timer\r
- *                                     -DISABLE        :Disable Timer\r
- * @return             None\r
- *******************************************************************************/\r
-void RIT_Cmd(LPC_RITIMER_Type *RITx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       //Enable or Disable Timer\r
-       if(NewState==ENABLE)\r
-       {\r
-               RITx->CTRL |= RIT_CTRL_TEN;\r
-       }\r
-       else\r
-       {\r
-               RITx->CTRL &= ~RIT_CTRL_TEN;\r
-       }\r
-}\r
-\r
-/******************************************************************************//*\r
- * @brief              Timer Enable/Disable on debug\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @param[in]  NewState        New State of this function\r
- *                                     -ENABLE         :The timer is halted whenever a hardware break condition occurs\r
- *                                     -DISABLE        :Hardware break has no effect on the timer operation\r
- * @return             None\r
- *******************************************************************************/\r
-void RIT_TimerDebugCmd(LPC_RITIMER_Type *RITx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       //Timer Enable/Disable on break\r
-       if(NewState==ENABLE)\r
-       {\r
-               RITx->CTRL |= RIT_CTRL_ENBR;\r
-       }\r
-       else\r
-       {\r
-               RITx->CTRL &= ~RIT_CTRL_ENBR;\r
-       }\r
-}\r
-/******************************************************************************//*\r
- * @brief              Check whether interrupt flag is set or not\r
- * @param[in]  RITx is RIT peripheral selected, should be: LPC_RIT\r
- * @return             Current interrupt status, could be\r
- *                                     - SET\r
- *                                     - RESET\r
- *******************************************************************************/\r
-IntStatus RIT_GetIntStatus(LPC_RITIMER_Type *RITx)\r
-{\r
-       uint8_t result;\r
-       CHECK_PARAM(PARAM_RITx(RITx));\r
-       if((RITx->CTRL&RIT_CTRL_INTEN)==1)      result= SET;\r
-       else return RESET;\r
-       //clear interrupt flag\r
-       RITx->CTRL |= RIT_CTRL_INTEN;\r
-       return (IntStatus)result;\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _RIT */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rtc.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_rtc.c
deleted file mode 100644 (file)
index aabd600..0000000
+++ /dev/null
@@ -1,760 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_rtc.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_rtc.c\r
-* @brief       Contains all functions support for RTC firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup RTC\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_rtc.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _RTC\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup RTC_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initializes the RTC peripheral.\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @return             None\r
- *********************************************************************/\r
-void RTC_Init (LPC_RTC_Type *RTCx)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       // Configure clock to RTC\r
-       LPC_CREG->CREG0 &= ~((1<<3)|(1<<2));                                    // Reset 32Khz oscillator\r
-       LPC_CREG->CREG0 |= (1<<1)|(1<<0);                                               // Enable 32 kHz & 1 kHz on osc32k and release reset\r
-       LPC_SCU->SFSCLK_0 = 1 | (0x3<<2);                                               // function 1; CGU clk out, pull down\r
-       LPC_CGU->BASE_OUT_CLK = (CGU_CLKSRC_32KHZ_OSC<<24) |(1<<11);            // base clock out use 32KHz crystal and auto block\r
-       do\r
-       {\r
-               /* Reset RTC clock*/\r
-               RTCx->CCR = RTC_CCR_CTCRST | RTC_CCR_CCALEN;\r
-       }\r
-       while(RTCx->CCR!=(RTC_CCR_CTCRST | RTC_CCR_CCALEN));\r
-       do\r
-       {\r
-               /* Finish resetting RTC clock*/\r
-               RTCx->CCR = RTC_CCR_CCALEN;\r
-       }\r
-       while(RTCx->CCR != RTC_CCR_CCALEN);\r
-       /* Clear counter increment and alarm interrupt */\r
-       RTCx->ILR = RTC_IRL_RTCCIF | RTC_IRL_RTCALF;\r
-       while(RTCx->ILR!=0);\r
-       // Clear all register to be default\r
-       RTCx->CIIR = 0x00;\r
-       RTCx->AMR = 0xFF;\r
-       RTCx->CALIBRATION = 0x00;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              De-initializes the RTC peripheral registers to their\r
-*                  default reset values.\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_DeInit(LPC_RTC_Type *RTCx)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       RTCx->CCR = 0x00;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Reset clock tick counter in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_ResetClockTickCounter(LPC_RTC_Type *RTCx)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       RTCx->CCR |= RTC_CCR_CTCRST;\r
-       RTCx->CCR &= (~RTC_CCR_CTCRST) & RTC_CCR_BITMASK;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Start/Stop RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE        :The time counters are enabled\r
- *                                     - DISABLE       :The time counters are disabled\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_Cmd (LPC_RTC_Type *RTCx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               do\r
-               {\r
-               RTCx->CCR |= RTC_CCR_CLKEN;\r
-               }\r
-               while((RTCx->CCR&RTC_CCR_CLKEN)==0);\r
-       }\r
-       else\r
-       {\r
-               RTCx->CCR &= (~RTC_CCR_CLKEN) & RTC_CCR_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable Counter increment interrupt for each time type\r
- *                             in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  CntIncrIntType: Counter Increment Interrupt type,\r
- *                             an increment of this type value below will generates\r
- *                             an interrupt, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE: Counter Increment interrupt for this time type are enabled\r
- *                                     - DISABLE: Counter Increment interrupt for this time type are disabled\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_CntIncrIntConfig (LPC_RTC_Type *RTCx, uint32_t CntIncrIntType, \\r
-                                                               FunctionalState NewState)\r
-{\r
-       uint32_t tem;\r
-\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-       CHECK_PARAM(PARAM_RTC_TIMETYPE(CntIncrIntType));\r
-\r
-       switch (CntIncrIntType)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               tem = RTC_CIIR_IMSEC;\r
-               break;\r
-       case RTC_TIMETYPE_MINUTE:\r
-               tem = RTC_CIIR_IMMIN;\r
-               break;\r
-       case RTC_TIMETYPE_HOUR:\r
-               tem = RTC_CIIR_IMHOUR;\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               tem = RTC_CIIR_IMDOW;\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               tem = RTC_CIIR_IMDOM;\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               tem = RTC_CIIR_IMDOY;\r
-               break;\r
-       case RTC_TIMETYPE_MONTH:\r
-               tem = RTC_CIIR_IMMON;\r
-               break;\r
-       case RTC_TIMETYPE_YEAR:\r
-               tem = RTC_CIIR_IMYEAR;\r
-               break;\r
-       }\r
-       if (NewState ==  ENABLE)\r
-       {\r
-               //do\r
-               {\r
-                       RTCx->CIIR |= tem;\r
-               }\r
-               //while((RTCx->CIIR & tem)== 0);\r
-       }\r
-       else\r
-       {\r
-               //do\r
-               {\r
-                       RTCx->CIIR &= (~tem) & RTC_CIIR_BITMASK;\r
-               }\r
-               //while(RTCx->CIIR & tem);\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable Alarm interrupt for each time type\r
- *                             in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  AlarmTimeType: Alarm Time Interrupt type,\r
- *                             an matching of this type value below with current time\r
- *                             in RTC will generates an interrupt, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE: Alarm interrupt for this time type are enabled\r
- *                                     - DISABLE: Alarm interrupt for this time type are disabled\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_AlarmIntConfig (LPC_RTC_Type *RTCx, uint32_t AlarmTimeType, \\r
-                                                               FunctionalState NewState)\r
-{\r
-       uint32_t tem;\r
-\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-       CHECK_PARAM(PARAM_RTC_TIMETYPE(AlarmTimeType));\r
-\r
-       switch (AlarmTimeType)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               tem = (RTC_AMR_AMRSEC);\r
-               break;\r
-       case RTC_TIMETYPE_MINUTE:\r
-               tem = (RTC_AMR_AMRMIN);\r
-               break;\r
-       case RTC_TIMETYPE_HOUR:\r
-               tem = (RTC_AMR_AMRHOUR);\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               tem = (RTC_AMR_AMRDOW);\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               tem = (RTC_AMR_AMRDOM);\r
-               break;\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               tem = (RTC_AMR_AMRDOY);\r
-               break;\r
-       case RTC_TIMETYPE_MONTH:\r
-               tem = (RTC_AMR_AMRMON);\r
-               break;\r
-       case RTC_TIMETYPE_YEAR:\r
-               tem = (RTC_AMR_AMRYEAR);\r
-               break;\r
-       }\r
-       if (NewState == ENABLE)\r
-       {\r
-               //do\r
-               {\r
-                       RTCx->AMR &= (~tem) & RTC_AMR_BITMASK;\r
-               }\r
-               //while(RTCx->AMR & tem);\r
-       }\r
-       else\r
-       {\r
-               //do\r
-               {\r
-                       RTCx->AMR |= (tem);\r
-               }\r
-               //while((RTCx->AMR & tem)== 0);\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set current time value for each time type in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Timetype Time Type, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
- * @param[in]  TimeValue Time value to set\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_SetTime (LPC_RTC_Type *RTCx, uint32_t Timetype, uint32_t TimeValue)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_TIMETYPE(Timetype));\r
-\r
-       switch ( Timetype)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               CHECK_PARAM(TimeValue <= RTC_SECOND_MAX);\r
-\r
-               RTCx->SEC = TimeValue & RTC_SEC_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_MINUTE:\r
-               CHECK_PARAM(TimeValue <= RTC_MINUTE_MAX);\r
-\r
-               RTCx->MIN = TimeValue & RTC_MIN_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_HOUR:\r
-               CHECK_PARAM(TimeValue <= RTC_HOUR_MAX);\r
-\r
-               RTCx->HRS = TimeValue & RTC_HOUR_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               CHECK_PARAM(TimeValue <= RTC_DAYOFWEEK_MAX);\r
-\r
-               RTCx->DOW = TimeValue & RTC_DOW_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               CHECK_PARAM((TimeValue <= RTC_DAYOFMONTH_MAX) \\r
-                               && (TimeValue >= RTC_DAYOFMONTH_MIN));\r
-\r
-               RTCx->DOM = TimeValue & RTC_DOM_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               CHECK_PARAM((TimeValue >= RTC_DAYOFYEAR_MIN) \\r
-                               && (TimeValue <= RTC_DAYOFYEAR_MAX));\r
-\r
-               RTCx->DOY = TimeValue & RTC_DOY_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_MONTH:\r
-               CHECK_PARAM((TimeValue >= RTC_MONTH_MIN) \\r
-                               && (TimeValue <= RTC_MONTH_MAX));\r
-\r
-               RTCx->MONTH = TimeValue & RTC_MONTH_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_YEAR:\r
-               CHECK_PARAM(TimeValue <= RTC_YEAR_MAX);\r
-\r
-               RTCx->YEAR = TimeValue & RTC_YEAR_MASK;\r
-               break;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current time value for each type time type\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Timetype Time Type, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
- * @return             Value of time according to specified time type\r
- **********************************************************************/\r
-uint32_t RTC_GetTime(LPC_RTC_Type *RTCx, uint32_t Timetype)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_TIMETYPE(Timetype));\r
-\r
-       switch (Timetype)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               return (RTCx->SEC & RTC_SEC_MASK);\r
-       case RTC_TIMETYPE_MINUTE:\r
-               return (RTCx->MIN & RTC_MIN_MASK);\r
-       case RTC_TIMETYPE_HOUR:\r
-               return (RTCx->HRS & RTC_HOUR_MASK);\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               return (RTCx->DOW & RTC_DOW_MASK);\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               return (RTCx->DOM & RTC_DOM_MASK);\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               return (RTCx->DOY & RTC_DOY_MASK);\r
-       case RTC_TIMETYPE_MONTH:\r
-               return (RTCx->MONTH & RTC_MONTH_MASK);\r
-       case RTC_TIMETYPE_YEAR:\r
-               return (RTCx->YEAR & RTC_YEAR_MASK);\r
-       default:\r
-               return (0);\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set full of time in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  pFullTime Pointer to a RTC_TIME_Type structure that\r
- *                             contains time value in full.\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_SetFullTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       RTCx->DOM = pFullTime->DOM & RTC_DOM_MASK;\r
-       RTCx->DOW = pFullTime->DOW & RTC_DOW_MASK;\r
-       RTCx->DOY = pFullTime->DOY & RTC_DOY_MASK;\r
-       RTCx->HRS = pFullTime->HOUR & RTC_HOUR_MASK;\r
-       RTCx->MIN = pFullTime->MIN & RTC_MIN_MASK;\r
-       RTCx->SEC = pFullTime->SEC & RTC_SEC_MASK;\r
-       RTCx->MONTH = pFullTime->MONTH & RTC_MONTH_MASK;\r
-       RTCx->YEAR = pFullTime->YEAR & RTC_YEAR_MASK;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get full of time in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  pFullTime Pointer to a RTC_TIME_Type structure that\r
- *                             will be stored time in full.\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_GetFullTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       pFullTime->DOM = RTCx->DOM & RTC_DOM_MASK;\r
-       pFullTime->DOW = RTCx->DOW & RTC_DOW_MASK;\r
-       pFullTime->DOY = RTCx->DOY & RTC_DOY_MASK;\r
-       pFullTime->HOUR = RTCx->HRS & RTC_HOUR_MASK;\r
-       pFullTime->MIN = RTCx->MIN & RTC_MIN_MASK;\r
-       pFullTime->SEC = RTCx->SEC & RTC_SEC_MASK;\r
-       pFullTime->MONTH = RTCx->MONTH & RTC_MONTH_MASK;\r
-       pFullTime->YEAR = RTCx->YEAR & RTC_YEAR_MASK;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set alarm time value for each time type\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Timetype Time Type, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
- * @param[in]  ALValue Alarm time value to set\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_SetAlarmTime (LPC_RTC_Type *RTCx, uint32_t Timetype, uint32_t ALValue)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       switch (Timetype)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               CHECK_PARAM(ALValue <= RTC_SECOND_MAX);\r
-\r
-               RTCx->ASEC = ALValue & RTC_SEC_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_MINUTE:\r
-               CHECK_PARAM(ALValue <= RTC_MINUTE_MAX);\r
-\r
-               RTCx->AMIN = ALValue & RTC_MIN_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_HOUR:\r
-               CHECK_PARAM(ALValue <= RTC_HOUR_MAX);\r
-\r
-               RTCx->AHRS = ALValue & RTC_HOUR_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               CHECK_PARAM(ALValue <= RTC_DAYOFWEEK_MAX);\r
-\r
-               RTCx->ADOW = ALValue & RTC_DOW_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               CHECK_PARAM((ALValue <= RTC_DAYOFMONTH_MAX) \\r
-                               && (ALValue >= RTC_DAYOFMONTH_MIN));\r
-\r
-               RTCx->ADOM = ALValue & RTC_DOM_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               CHECK_PARAM((ALValue >= RTC_DAYOFYEAR_MIN) \\r
-                               && (ALValue <= RTC_DAYOFYEAR_MAX));\r
-\r
-               RTCx->ADOY = ALValue & RTC_DOY_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_MONTH:\r
-               CHECK_PARAM((ALValue >= RTC_MONTH_MIN) \\r
-                               && (ALValue <= RTC_MONTH_MAX));\r
-\r
-               RTCx->AMON = ALValue & RTC_MONTH_MASK;\r
-               break;\r
-\r
-       case RTC_TIMETYPE_YEAR:\r
-               CHECK_PARAM(ALValue <= RTC_YEAR_MAX);\r
-\r
-               RTCx->AYRS = ALValue & RTC_YEAR_MASK;\r
-               break;\r
-       }\r
-}\r
-\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get alarm time value for each time type\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Timetype Time Type, should be:\r
- *                                     - RTC_TIMETYPE_SECOND\r
- *                                     - RTC_TIMETYPE_MINUTE\r
- *                                     - RTC_TIMETYPE_HOUR\r
- *                                     - RTC_TIMETYPE_DAYOFWEEK\r
- *                                     - RTC_TIMETYPE_DAYOFMONTH\r
- *                                     - RTC_TIMETYPE_DAYOFYEAR\r
- *                                     - RTC_TIMETYPE_MONTH\r
- *                                     - RTC_TIMETYPE_YEAR\r
-  * @return    Value of Alarm time according to specified time type\r
- **********************************************************************/\r
-uint32_t RTC_GetAlarmTime (LPC_RTC_Type *RTCx, uint32_t Timetype)\r
-{\r
-       switch (Timetype)\r
-       {\r
-       case RTC_TIMETYPE_SECOND:\r
-               return (RTCx->ASEC & RTC_SEC_MASK);\r
-       case RTC_TIMETYPE_MINUTE:\r
-               return (RTCx->AMIN & RTC_MIN_MASK);\r
-       case RTC_TIMETYPE_HOUR:\r
-               return (RTCx->AHRS & RTC_HOUR_MASK);\r
-       case RTC_TIMETYPE_DAYOFWEEK:\r
-               return (RTCx->ADOW & RTC_DOW_MASK);\r
-       case RTC_TIMETYPE_DAYOFMONTH:\r
-               return (RTCx->ADOM & RTC_DOM_MASK);\r
-       case RTC_TIMETYPE_DAYOFYEAR:\r
-               return (RTCx->ADOY & RTC_DOY_MASK);\r
-       case RTC_TIMETYPE_MONTH:\r
-               return (RTCx->AMON & RTC_MONTH_MASK);\r
-       case RTC_TIMETYPE_YEAR:\r
-               return (RTCx->AYRS & RTC_YEAR_MASK);\r
-       default:\r
-               return (0);\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Set full of alarm time in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  pFullTime Pointer to a RTC_TIME_Type structure that\r
- *                             contains alarm time value in full.\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_SetFullAlarmTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       RTCx->ADOM = pFullTime->DOM & RTC_DOM_MASK;\r
-       RTCx->ADOW = pFullTime->DOW & RTC_DOW_MASK;\r
-       RTCx->ADOY = pFullTime->DOY & RTC_DOY_MASK;\r
-       RTCx->AHRS = pFullTime->HOUR & RTC_HOUR_MASK;\r
-       RTCx->AMIN = pFullTime->MIN & RTC_MIN_MASK;\r
-       RTCx->ASEC = pFullTime->SEC & RTC_SEC_MASK;\r
-       RTCx->AMON = pFullTime->MONTH & RTC_MONTH_MASK;\r
-       RTCx->AYRS = pFullTime->YEAR & RTC_YEAR_MASK;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get full of alarm time in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  pFullTime Pointer to a RTC_TIME_Type structure that\r
- *                             will be stored alarm time in full.\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_GetFullAlarmTime (LPC_RTC_Type *RTCx, RTC_TIME_Type *pFullTime)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-\r
-       pFullTime->DOM = RTCx->ADOM & RTC_DOM_MASK;\r
-       pFullTime->DOW = RTCx->ADOW & RTC_DOW_MASK;\r
-       pFullTime->DOY = RTCx->ADOY & RTC_DOY_MASK;\r
-       pFullTime->HOUR = RTCx->AHRS & RTC_HOUR_MASK;\r
-       pFullTime->MIN = RTCx->AMIN & RTC_MIN_MASK;\r
-       pFullTime->SEC = RTCx->ASEC & RTC_SEC_MASK;\r
-       pFullTime->MONTH = RTCx->AMON & RTC_MONTH_MASK;\r
-       pFullTime->YEAR = RTCx->AYRS & RTC_YEAR_MASK;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if specified Location interrupt in\r
- *                             RTC peripheral is set or not\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  IntType Interrupt location type, should be:\r
- *                                     - RTC_INT_COUNTER_INCREASE: Counter Increment Interrupt block generated an interrupt.\r
- *                                     - RTC_INT_ALARM: Alarm generated an interrupt.\r
- * @return             New state of specified Location interrupt in RTC peripheral\r
- *                                     - SET\r
- *                                     - RESET\r
- **********************************************************************/\r
-IntStatus RTC_GetIntPending (LPC_RTC_Type *RTCx, uint32_t IntType)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_INT(IntType));\r
-\r
-       return ((RTCx->ILR & IntType) ? SET : RESET);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear specified Location interrupt pending in\r
- *                             RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  IntType Interrupt location type, should be:\r
- *                                     - RTC_INT_COUNTER_INCREASE      :Clear Counter Increment Interrupt pending.\r
- *                                     - RTC_INT_ALARM                         :Clear alarm interrupt pending\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_ClearIntPending (LPC_RTC_Type *RTCx, uint32_t IntType)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_INT(IntType));\r
-\r
-       RTCx->ILR = IntType;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable calibration counter in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  NewState New State of this function, should be:\r
- *                                     - ENABLE        :The calibration counter is enabled and counting\r
- *                                     - DISABLE       :The calibration counter is disabled and reset to zero\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_CalibCounterCmd(LPC_RTC_Type *RTCx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               do\r
-               {\r
-               RTCx->CCR &= (~RTC_CCR_CCALEN) & RTC_CCR_BITMASK;\r
-               }while(RTCx->CCR&RTC_CCR_CCALEN);\r
-       }\r
-       else\r
-       {\r
-               RTCx->CCR |= RTC_CCR_CCALEN;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configures Calibration in RTC peripheral\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  CalibValue Calibration value, should be in range from\r
- *                                     0 to 131,072\r
- * @param[in]  CalibDir Calibration Direction, should be:\r
- *                                     - RTC_CALIB_DIR_FORWARD         :Forward calibration\r
- *                                     - RTC_CALIB_DIR_BACKWARD        :Backward calibration\r
- * @return             None\r
- **********************************************************************/\r
-void RTC_CalibConfig(LPC_RTC_Type *RTCx, uint32_t CalibValue, uint8_t CalibDir)\r
-{\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_CALIB_DIR(CalibDir));\r
-       CHECK_PARAM(CalibValue < RTC_CALIBRATION_MAX);\r
-\r
-       RTCx->CALIBRATION = ((CalibValue - 1) & RTC_CALIBRATION_CALVAL_MASK) \\r
-                       | ((CalibDir == RTC_CALIB_DIR_BACKWARD) ? RTC_CALIBRATION_LIBDIR : 0);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Write value to General purpose registers\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Channel General purpose registers Channel number,\r
- *                             should be in range from 0 to 63.\r
- * @param[in]  Value Value to write\r
- * @return             None\r
- * Note: These General purpose registers can be used to store important\r
- * information when the main power supply is off. The value in these\r
- * registers is not affected by chip reset.\r
- **********************************************************************/\r
-void RTC_WriteGPREG (LPC_RTC_Type *RTCx, uint8_t Channel, uint32_t Value)\r
-{\r
-       uint32_t *preg;\r
-\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_GPREG_CH(Channel));\r
-\r
-       preg = (uint32_t *)RTC_GPREG_BASE;\r
-       preg += Channel;\r
-       *preg = Value;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Read value from General purpose registers\r
- * @param[in]  RTCx    RTC peripheral selected, should be LPC_RTC\r
- * @param[in]  Channel General purpose registers Channel number,\r
- *                             should be in range from 0 to 4.\r
- * @return             Read Value\r
- * Note: These General purpose registers can be used to store important\r
- * information when the main power supply is off. The value in these\r
- * registers is not affected by chip reset.\r
- **********************************************************************/\r
-uint32_t RTC_ReadGPREG (LPC_RTC_Type *RTCx, uint8_t Channel)\r
-{\r
-       uint32_t *preg;\r
-       uint32_t value;\r
-\r
-       CHECK_PARAM(PARAM_RTCx(RTCx));\r
-       CHECK_PARAM(PARAM_RTC_GPREG_CH(Channel));\r
-\r
-       preg = (uint32_t *)RTC_GPREG_BASE;\r
-       preg += Channel;\r
-       value = *preg;\r
-       return (value);\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _RTC */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_sct.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_sct.c
deleted file mode 100644 (file)
index be01f67..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_sct.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_sct.c\r
-* @brief       Contains all functions support for SCT firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup SCT\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_sct.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _SCT\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup SCT_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Select 16/32 bit SCT counter\r
- * @param[in]  value   configuration value for SCT\r
- *                                     - SCT_CONFIG_16BIT_COUNTER      :16-bit counter\r
- *                                     - SCT_CONFIG_32BIT_COUNTER      :32-bit counter\r
- * @return             None\r
- **********************************************************************/\r
-void SCT_Config(uint32_t value)\r
-{\r
-       CHECK_PARAM(PARAM_SCT_CONFIG_COUNTER_TYPE(value));\r
-\r
-       LPC_SCT->CONFIG = value;\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Setting SCT control\r
-* @param[in]   value   setting value\r
-* @param[in]   ena     Enable/disable status\r
-*                                      - ENABLE\r
-*                                      - DISABLE\r
-* @return              None\r
-**********************************************************************/\r
-void SCT_ControlSet(uint32_t value, FunctionalState ena)\r
-{\r
-       uint32_t tem;\r
-\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(ena));\r
-\r
-       tem = LPC_SCT->CTRL_U;\r
-\r
-       if(ena == ENABLE)\r
-       {\r
-               tem |= value;\r
-       }\r
-       else\r
-       {\r
-               tem &= (~value);\r
-       }\r
-\r
-       LPC_SCT->CTRL_U = tem;\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Set start mode for ADC\r
-* @param[in]   outnum  number of SCT output, should be: 0..15\r
-* @param[in]   value   solution value, should be\r
-*                                      - SCT_RES_NOCHANGE                      :No change\r
-*                                      - SCT_RES_SET_OUTPUT            :Set output\r
-*                                      - SCT_RES_CLEAR_OUTPUT          :Clear output\r
-*                                      - SCT_RES_TOGGLE_OUTPUT         :Toggle output\r
-* @return              None\r
-*********************************************************************/\r
-void SCT_ConflictResolutionSet(uint8_t outnum, uint8_t value)\r
-{\r
-       uint32_t tem;\r
-\r
-       CHECK_PARAM(PARAM_SCT_OUTPUT_NUM(outnum));\r
-       CHECK_PARAM(PARAM_SCT_RES(value));\r
-\r
-       tem = LPC_SCT->RES;\r
-       tem &= ~(0x03 << (2*outnum));\r
-       tem |= (value << (2*outnum));\r
-       LPC_SCT->RES = tem;\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Clear SCT event generating interrupt request\r
-* @param[in]   even_num        SCT event number, should be: 0..15\r
-* @return              None\r
-*********************************************************************/\r
-void SCT_EventFlagClear(uint8_t even_num)\r
-{\r
-       CHECK_PARAM(PARAM_SCT_EVENT(even_num));\r
-\r
-       LPC_SCT->EVFLAG = (1 << (even_num));\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _SCT */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_scu.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_scu.c
deleted file mode 100644 (file)
index a6da21d..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_scu.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_scu.c\r
-* @brief       Contains all functions support for SCU firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup SCU\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"                    /* LPC18xx definitions                */\r
-#include "lpc_types.h"\r
-#include "lpc18xx_scu.h"\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure pin function\r
- * @param[in]  port    Port number, should be: 0..15\r
- * @param[in]  pin             Pin number, should be: 0..31\r
- * @param[in]  mode    Pin mode, should be:\r
- *                                     - MD_PUP        :Pull-up enabled\r
- *                                     - MD_BUK        :Plain input\r
- *                                     - MD_PLN        :Repeater mode\r
- *                                     - MD_PDN        :Pull-down enabled\r
- * @param[in]  func    Function mode, should be:\r
- *                                     - FUNC0         :Function 0\r
- *                                     - FUNC1         :Function 1\r
- *                                     - FUNC2         :Function 2\r
- *                                     - FUNC3         :Function 3\r
- * @return             None\r
- **********************************************************************/\r
-void scu_pinmux(uint8_t port, uint8_t pin, uint8_t mode, uint8_t func)\r
-{\r
-  uint32_t * scu_base=(uint32_t*)(LPC_SCU_BASE);\r
-  scu_base[(PORT_OFFSET*port+PIN_OFFSET*pin)/4]=mode+func;\r
-} /* scu_pinmux */\r
-\r
-/**\r
- * @}\r
- */\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_ssp.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_ssp.c
deleted file mode 100644 (file)
index 2c278fc..0000000
+++ /dev/null
@@ -1,644 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_ssp.c           2011-06-02\r
-*//**\r
-* @file                lpc18xx_ssp.c\r
-* @brief       Contains all functions support for SSP firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup SSP\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_ssp.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _SSP\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup SSP_Private_Functions\r
- * @{\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup SSP_Public_Functions\r
- * @{\r
- */\r
-\r
-/********************************************************************//**\r
- * @brief              Initializes the SSPx peripheral according to the specified\r
- *              parameters in the SSP_ConfigStruct.\r
- * @param[in]  SSPx SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  SSP_ConfigStruct Pointer to a SSP_CFG_Type structure that\r
- *                             contains the configuration information for the specified\r
- *                             SSP peripheral.\r
- * @return             None\r
- *********************************************************************/\r
-void SSP_Init(LPC_SSPn_Type *SSPx, SSP_CFG_Type *SSP_ConfigStruct)\r
-{\r
-       uint32_t tmp;\r
-       uint32_t prescale, cr0_div, cmp_clk, ssp_clk;\r
-\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-\r
-       if(SSPx == LPC_SSP0) {\r
-               /* Set up clock and power for SSP0 module */\r
-               //LPC_CGU->BASE_SSP0_CLK = (SRC_PL160M_0<<24) | (1<<11);\r
-               CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_SSP0);\r
-       } else if(SSPx == LPC_SSP1) {\r
-               /* Set up clock and power for SSP1 module */\r
-               //LPC_CGU->BASE_SSP1_CLK = (SRC_PL160M_0<<24) | (1<<11);\r
-               CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_SSP1);\r
-       } else {\r
-               return;\r
-       }\r
-\r
-       /* Configure SSP, interrupt is disable, LoopBack mode is disable,\r
-        * SSP is disable, Slave output is disable as default\r
-        */\r
-       tmp = ((SSP_ConfigStruct->CPHA) | (SSP_ConfigStruct->CPOL) \\r
-               | (SSP_ConfigStruct->FrameFormat) | (SSP_ConfigStruct->Databit))\r
-               & SSP_CR0_BITMASK;\r
-       // write back to SSP control register\r
-       SSPx->CR0 = tmp;\r
-\r
-       tmp = SSP_ConfigStruct->Mode & SSP_CR1_BITMASK;\r
-       // Write back to CR1\r
-       SSPx->CR1 = tmp;\r
-\r
-       // Set clock rate for SSP peripheral\r
-       if(SSPx == LPC_SSP0)\r
-               ssp_clk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_SSP0);\r
-       else\r
-               ssp_clk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_SSP1);\r
-       cr0_div = 0;\r
-       cmp_clk = 0xFFFFFFFF;\r
-       prescale = 2;\r
-       while (cmp_clk > SSP_ConfigStruct->ClockRate)\r
-       {\r
-               cmp_clk = ssp_clk / ((cr0_div + 1) * prescale);\r
-               if (cmp_clk > SSP_ConfigStruct->ClockRate)\r
-               {\r
-                       cr0_div++;\r
-                       if (cr0_div > 0xFF)\r
-                       {\r
-                               cr0_div = 0;\r
-                               prescale += 2;\r
-                       }\r
-               }\r
-       }\r
-\r
-    /* Write computed prescaler and divider back to register */\r
-    SSPx->CR0 &= (~SSP_CR0_SCR(0xFF)) & SSP_CR0_BITMASK;\r
-    SSPx->CR0 |= (SSP_CR0_SCR(cr0_div)) & SSP_CR0_BITMASK;\r
-    SSPx->CPSR = prescale & SSP_CPSR_BITMASK;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              De-initializes the SSPx peripheral registers to their\r
- *              default reset values.\r
- * @param[in]  SSPx SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_DeInit(LPC_SSPn_Type* SSPx)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-\r
-       /* Disable SSP operation*/\r
-       SSPx->CR1 &= (~SSP_CR1_SSP_EN) & SSP_CR1_BITMASK;\r
-}\r
-\r
-/*****************************************************************************//**\r
- * @brief              Get data size bit selected\r
- * @param[in]  SSPx pointer to LPC_SSPn_Type structure, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @return             Data size, could be:\r
- *                                     - SSP_DATABIT_4         :4 bit transfer\r
- *                                     - SSP_DATABIT_5         :5 bit transfer\r
- *                                     ...\r
- *                                     - SSP_DATABIT_16        :16 bit transfer\r
-*******************************************************************************/\r
-uint8_t SSP_GetDataSize(LPC_SSPn_Type* SSPx)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       return (SSPx->CR0 & (0xF));\r
-}\r
-\r
-/*****************************************************************************//**\r
- * @brief              Fills each SSP_InitStruct member with its default value:\r
- *                                     - CPHA = SSP_CPHA_FIRST\r
- *                                     - CPOL = SSP_CPOL_HI\r
- *                                     - ClockRate = 1000000\r
- *                                     - Databit = SSP_DATABIT_8\r
- *                                     - Mode = SSP_MASTER_MODE\r
- *                                     - FrameFormat = SSP_FRAME_SSP\r
- * @param[in]  SSP_InitStruct Pointer to a SSP_CFG_Type structure which will be\r
- *                             initialized.\r
- * @return             None\r
- *******************************************************************************/\r
-void SSP_ConfigStructInit(SSP_CFG_Type *SSP_InitStruct)\r
-{\r
-       SSP_InitStruct->CPHA = SSP_CPHA_FIRST;\r
-       SSP_InitStruct->CPOL = SSP_CPOL_HI;\r
-       SSP_InitStruct->ClockRate = 100000;\r
-       SSP_InitStruct->Databit = SSP_DATABIT_8;\r
-       SSP_InitStruct->Mode = SSP_MASTER_MODE;\r
-       SSP_InitStruct->FrameFormat = SSP_FRAME_SPI;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable SSP peripheral's operation\r
- * @param[in]  SSPx    SSP peripheral, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  NewState New State of SSPx peripheral's operation, should be:\r
- *                                     - ENABLE\r
- *                                     - DISABLE\r
- * @return             none\r
- **********************************************************************/\r
-void SSP_Cmd(LPC_SSPn_Type* SSPx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               SSPx->CR1 |= SSP_CR1_SSP_EN;\r
-       }\r
-       else\r
-       {\r
-               SSPx->CR1 &= (~SSP_CR1_SSP_EN) & SSP_CR1_BITMASK;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable Loop Back mode function in SSP peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  NewState        New State of Loop Back mode, should be:\r
- *                                     - ENABLE\r
- *                                     - DISABLE\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_LoopBackCmd(LPC_SSPn_Type* SSPx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               SSPx->CR1 |= SSP_CR1_LBM_EN;\r
-       }\r
-       else\r
-       {\r
-               SSPx->CR1 &= (~SSP_CR1_LBM_EN) & SSP_CR1_BITMASK;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable Slave Output function in SSP peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  NewState        New State of Slave Output function, should be:\r
- *                                     - ENABLE        :Slave Output in normal operation\r
- *                                     - DISABLE       :Slave Output is disabled. This blocks\r
- *                                     SSP controller from driving the transmit data line (MISO)\r
- * Note:               This function is available when SSP peripheral in Slave mode\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_SlaveOutputCmd(LPC_SSPn_Type* SSPx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               SSPx->CR1 &= (~SSP_CR1_SO_DISABLE) & SSP_CR1_BITMASK;\r
-       }\r
-       else\r
-       {\r
-               SSPx->CR1 |= SSP_CR1_SO_DISABLE;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Transmit a single data through SSPx peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  Data    Data to transmit (must be 16 or 8-bit long, this\r
- *                             depend on SSP data bit number configured)\r
- * @return             none\r
- **********************************************************************/\r
-void SSP_SendData(LPC_SSPn_Type* SSPx, uint16_t Data)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-\r
-       SSPx->DR = SSP_DR_BITMASK(Data);\r
-}\r
-\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Receive a single data from SSPx peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @return             Data received (16-bit long)\r
- **********************************************************************/\r
-uint16_t SSP_ReceiveData(LPC_SSPn_Type* SSPx)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-\r
-       return ((uint16_t) (SSP_DR_BITMASK(SSPx->DR)));\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              SSP Read write data function\r
- * @param[in]  SSPx    Pointer to SSP peripheral, should be\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  dataCfg Pointer to a SSP_DATA_SETUP_Type structure that\r
- *                             contains specified information about transmit data\r
- *                             configuration.\r
- * @param[in]  xfType  Transfer type, should be:\r
- *                                     - SSP_TRANSFER_POLLING          :Polling mode\r
- *                                     - SSP_TRANSFER_INTERRUPT        :Interrupt mode\r
- * @return             Actual Data length has been transferred in polling mode.\r
- *                             In interrupt mode, always return (0)\r
- *                             Return (-1) if error.\r
- * Note: This function can be used in both master and slave mode.\r
- ***********************************************************************/\r
-int32_t SSP_ReadWrite (LPC_SSPn_Type *SSPx, SSP_DATA_SETUP_Type *dataCfg, \\r
-                                               SSP_TRANSFER_Type xfType)\r
-{\r
-       uint8_t *rdata8;\r
-    uint8_t *wdata8;\r
-       uint16_t *rdata16;\r
-    uint16_t *wdata16;\r
-    uint32_t stat;\r
-    uint32_t tmp;\r
-    int32_t dataword;\r
-\r
-    dataCfg->rx_cnt = 0;\r
-    dataCfg->tx_cnt = 0;\r
-    dataCfg->status = 0;\r
-\r
-\r
-       /* Clear all remaining data in RX FIFO */\r
-       while (SSPx->SR & SSP_SR_RNE){\r
-               tmp = (uint32_t) SSP_ReceiveData(SSPx);\r
-       }\r
-\r
-       // Clear status\r
-       SSPx->ICR = SSP_ICR_BITMASK;\r
-       if(SSP_GetDataSize(SSPx)>8)\r
-               dataword = 1;\r
-       else dataword = 0;\r
-\r
-       // Polling mode ----------------------------------------------------------------------\r
-       if (xfType == SSP_TRANSFER_POLLING){\r
-               if (dataword == 0){\r
-                       rdata8 = (uint8_t *)dataCfg->rx_data;\r
-                       wdata8 = (uint8_t *)dataCfg->tx_data;\r
-               } else {\r
-                       rdata16 = (uint16_t *)dataCfg->rx_data;\r
-                       wdata16 = (uint16_t *)dataCfg->tx_data;\r
-               }\r
-               while ((dataCfg->tx_cnt < dataCfg->length) || (dataCfg->rx_cnt < dataCfg->length)){\r
-                       if ((SSPx->SR & SSP_SR_TNF) && (dataCfg->tx_cnt != dataCfg->length)){\r
-                               // Write data to buffer\r
-                               if(dataCfg->tx_data == NULL){\r
-                                       if (dataword == 0){\r
-                                               SSP_SendData(SSPx, 0xFF);\r
-                                               dataCfg->tx_cnt++;\r
-                                       } else {\r
-                                               SSP_SendData(SSPx, 0xFFFF);\r
-                                               dataCfg->tx_cnt += 2;\r
-                                       }\r
-                               } else {\r
-                                       if (dataword == 0){\r
-                                               SSP_SendData(SSPx, *wdata8);\r
-                                               wdata8++;\r
-                                               dataCfg->tx_cnt++;\r
-                                       } else {\r
-                                               SSP_SendData(SSPx, *wdata16);\r
-                                               wdata16++;\r
-                                               dataCfg->tx_cnt += 2;\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       // Check overrun error\r
-                       if ((stat = SSPx->RIS) & SSP_RIS_ROR){\r
-                               // save status and return\r
-                               dataCfg->status = stat | SSP_STAT_ERROR;\r
-                               return (-1);\r
-                       }\r
-\r
-                       // Check for any data available in RX FIFO\r
-                       while ((SSPx->SR & SSP_SR_RNE) && (dataCfg->rx_cnt < dataCfg->length)){\r
-                               // Read data from SSP data\r
-                               tmp = SSP_ReceiveData(SSPx);\r
-\r
-                               // Store data to destination\r
-                               if (dataCfg->rx_data != NULL)\r
-                               {\r
-                                       if (dataword == 0){\r
-                                               *(rdata8) = (uint8_t) tmp;\r
-                                               rdata8++;\r
-                                       } else {\r
-                                               *(rdata16) = (uint16_t) tmp;\r
-                                               rdata16++;\r
-                                       }\r
-                               }\r
-                               // Increase counter\r
-                               if (dataword == 0){\r
-                                       dataCfg->rx_cnt++;\r
-                               } else {\r
-                                       dataCfg->rx_cnt += 2;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               // save status\r
-               dataCfg->status = SSP_STAT_DONE;\r
-\r
-               if (dataCfg->tx_data != NULL){\r
-                       return dataCfg->tx_cnt;\r
-               } else if (dataCfg->rx_data != NULL){\r
-                       return dataCfg->rx_cnt;\r
-               } else {\r
-                       return (0);\r
-               }\r
-       }\r
-\r
-       // Interrupt mode ----------------------------------------------------------------------\r
-       else if (xfType == SSP_TRANSFER_INTERRUPT){\r
-\r
-               while ((SSPx->SR & SSP_SR_TNF) && (dataCfg->tx_cnt < dataCfg->length)){\r
-                       // Write data to buffer\r
-                       if(dataCfg->tx_data == NULL){\r
-                               if (dataword == 0){\r
-                                       SSP_SendData(SSPx, 0xFF);\r
-                                       dataCfg->tx_cnt++;\r
-                               } else {\r
-                                       SSP_SendData(SSPx, 0xFFFF);\r
-                                       dataCfg->tx_cnt += 2;\r
-                               }\r
-                       } else {\r
-                               if (dataword == 0){\r
-                                       SSP_SendData(SSPx, (*(uint8_t *)((uint32_t)dataCfg->tx_data + dataCfg->tx_cnt)));\r
-                                       dataCfg->tx_cnt++;\r
-                               } else {\r
-                                       SSP_SendData(SSPx, (*(uint16_t *)((uint32_t)dataCfg->tx_data + dataCfg->tx_cnt)));\r
-                                       dataCfg->tx_cnt += 2;\r
-                               }\r
-                       }\r
-\r
-                       // Check error\r
-                       if ((stat = SSPx->RIS) & SSP_RIS_ROR){\r
-                               // save status and return\r
-                               dataCfg->status = stat | SSP_STAT_ERROR;\r
-                               return (-1);\r
-                       }\r
-\r
-                       // Check for any data available in RX FIFO\r
-                       while ((SSPx->SR & SSP_SR_RNE) && (dataCfg->rx_cnt < dataCfg->length)){\r
-                               // Read data from SSP data\r
-                               tmp = SSP_ReceiveData(SSPx);\r
-\r
-                               // Store data to destination\r
-                               if (dataCfg->rx_data != NULL)\r
-                               {\r
-                                       if (dataword == 0){\r
-                                               *(uint8_t *)((uint32_t)dataCfg->rx_data + dataCfg->rx_cnt) = (uint8_t) tmp;\r
-                                       } else {\r
-                                               *(uint16_t *)((uint32_t)dataCfg->rx_data + dataCfg->rx_cnt) = (uint16_t) tmp;\r
-                                       }\r
-                               }\r
-                               // Increase counter\r
-                               if (dataword == 0){\r
-                                       dataCfg->rx_cnt++;\r
-                               } else {\r
-                                       dataCfg->rx_cnt += 2;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               // If there more data to sent or receive\r
-               if ((dataCfg->rx_cnt != dataCfg->length) || (dataCfg->tx_cnt < dataCfg->length)){\r
-                       // Enable all interrupt\r
-                       SSPx->IMSC = SSP_IMSC_BITMASK;\r
-               } else {\r
-                       // Save status\r
-                       dataCfg->status = SSP_STAT_DONE;\r
-               }\r
-               return (0);\r
-       }\r
-\r
-       return (-1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Checks whether the specified SSP status flag is set or not\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  FlagType        Type of flag to check status, should be:\r
- *                                     - SSP_STAT_TXFIFO_EMPTY         :TX FIFO is empty\r
- *                                     - SSP_STAT_TXFIFO_NOTFULL       :TX FIFO is not full\r
- *                                     - SSP_STAT_RXFIFO_NOTEMPTY      :RX FIFO is not empty\r
- *                                     - SSP_STAT_RXFIFO_FULL          :RX FIFO is full\r
- *                                     - SSP_STAT_BUSY                         :SSP peripheral is busy\r
- * @return             New State of specified SSP status flag\r
- **********************************************************************/\r
-FlagStatus SSP_GetStatus(LPC_SSPn_Type* SSPx, uint32_t FlagType)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_STAT(FlagType));\r
-\r
-       return ((SSPx->SR & FlagType) ? SET : RESET);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable specified interrupt type in SSP peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  IntType Interrupt type in SSP peripheral, should be:\r
- *                                     - SSP_INTCFG_ROR        :Receive Overrun interrupt\r
- *                                     - SSP_INTCFG_RT         :Receive Time out interrupt\r
- *                                     - SSP_INTCFG_RX         :RX FIFO is at least half full interrupt\r
- *                                     - SSP_INTCFG_TX         :TX FIFO is at least half empty interrupt\r
- * @param[in]  NewState New State of specified interrupt type, should be:\r
- *                                     - ENABLE        :Enable this interrupt type\r
- *                                     - DISABLE       :Disable this interrupt type\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_IntConfig(LPC_SSPn_Type *SSPx, uint32_t IntType, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_INTCFG(IntType));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               SSPx->IMSC |= IntType;\r
-       }\r
-       else\r
-       {\r
-               SSPx->IMSC &= (~IntType) & SSP_IMSC_BITMASK;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief      Check whether the specified Raw interrupt status flag is\r
- *                     set or not\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  RawIntType      Raw Interrupt Type, should be:\r
- *                                     - SSP_INTSTAT_RAW_ROR   :Receive Overrun interrupt\r
- *                                     - SSP_INTSTAT_RAW_RT    :Receive Time out interrupt\r
- *                                     - SSP_INTSTAT_RAW_RX    :RX FIFO is at least half full interrupt\r
- *                                     - SSP_INTSTAT_RAW_TX    :TX FIFO is at least half empty interrupt\r
- * @return     New State of specified Raw interrupt status flag in SSP peripheral\r
- * Note: Enabling/Disabling specified interrupt in SSP peripheral does not\r
- *             effect to Raw Interrupt Status flag.\r
- **********************************************************************/\r
-IntStatus SSP_GetRawIntStatus(LPC_SSPn_Type *SSPx, uint32_t RawIntType)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_INTSTAT_RAW(RawIntType));\r
-\r
-       return ((SSPx->RIS & RawIntType) ? SET : RESET);\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether the specified interrupt status flag is\r
- *                             set or not\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  IntType Raw Interrupt Type, should be:\r
- *                                     - SSP_INTSTAT_ROR       :Receive Overrun interrupt\r
- *                                     - SSP_INTSTAT_RT        :Receive Time out interrupt\r
- *                                     - SSP_INTSTAT_RX        :RX FIFO is at least half full interrupt\r
- *                                     - SSP_INTSTAT_TX        :TX FIFO is at least half empty interrupt\r
- * @return     New State of specified interrupt status flag in SSP peripheral\r
- * Note: Enabling/Disabling specified interrupt in SSP peripheral effects\r
- *                     to Interrupt Status flag.\r
- **********************************************************************/\r
-IntStatus SSP_GetIntStatus (LPC_SSPn_Type *SSPx, uint32_t IntType)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_INTSTAT(IntType));\r
-\r
-       return ((SSPx->MIS & IntType) ? SET :RESET);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear specified interrupt pending in SSP peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  IntType Interrupt pending to clear, should be:\r
- *                                     - SSP_INTCLR_ROR        :clears the "frame was received when\r
- *                                     RxFIFO was full" interrupt.\r
- *                                     - SSP_INTCLR_RT         :clears the "Rx FIFO was not empty and\r
- *                                     has not been read for a timeout period" interrupt.\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_ClearIntPending(LPC_SSPn_Type *SSPx, uint32_t IntType)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_INTCLR(IntType));\r
-\r
-       SSPx->ICR = IntType;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable DMA function for SSP peripheral\r
- * @param[in]  SSPx    SSP peripheral selected, should be:\r
- *                                     - LPC_SSP0      :SSP0 peripheral\r
- *                                     - LPC_SSP1      :SSP1 peripheral\r
- * @param[in]  DMAMode Type of DMA, should be:\r
- *                                     - SSP_DMA_TX    :DMA for the transmit FIFO\r
- *                                     - SSP_DMA_RX    :DMA for the Receive FIFO\r
- * @param[in]  NewState        New State of DMA function on SSP peripheral,\r
- *                                             should be:\r
- *                                     - ENALBE        :Enable this function\r
- *                                     - DISABLE       :Disable this function\r
- * @return             None\r
- **********************************************************************/\r
-void SSP_DMACmd(LPC_SSPn_Type *SSPx, uint32_t DMAMode, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_SSPx(SSPx));\r
-       CHECK_PARAM(PARAM_SSP_DMA(DMAMode));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               SSPx->DMACR |= DMAMode;\r
-       }\r
-       else\r
-       {\r
-               SSPx->DMACR &= (~DMAMode) & SSP_DMA_BITMASK;\r
-       }\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _SSP */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_timer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_timer.c
deleted file mode 100644 (file)
index 1cf4ff2..0000000
+++ /dev/null
@@ -1,611 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_timer.c         2011-06-02\r
-*//**\r
-* @file                lpc18xx_timer.c\r
-* @brief       Contains all functions support for Timer firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup TIMER\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_timer.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-#ifdef _TIM\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-static uint32_t getPClock (uint32_t timernum);\r
-static uint32_t converUSecToVal (uint32_t timernum, uint32_t usec);\r
-static uint32_t converPtrToTimeNum (LPC_TIMERn_Type *TIMx);\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get peripheral clock of each timer controller\r
- * @param[in]  timernum Timer number, should be: 0..3\r
- * @return             Peripheral clock of timer\r
- **********************************************************************/\r
-extern uint32_t M3Frequency;\r
-static uint32_t getPClock (uint32_t timernum)\r
-{\r
-       uint32_t clkdlycnt;\r
-       switch (timernum)\r
-       {\r
-       case 0:\r
-               clkdlycnt = /*CGU_GetPCLK (CGU_PCLKSEL_TIMER0)*/ CGU_GetPCLKFrequency(CGU_PERIPHERAL_TIMER0);\r
-               break;\r
-\r
-       case 1:\r
-               clkdlycnt = /*CGU_GetPCLK (CGU_PCLKSEL_TIMER1)*/ CGU_GetPCLKFrequency(CGU_PERIPHERAL_TIMER1);\r
-               break;\r
-\r
-       case 2:\r
-               clkdlycnt = /*CGU_GetPCLK (CGU_PCLKSEL_TIMER2)*/ CGU_GetPCLKFrequency(CGU_PERIPHERAL_TIMER2);\r
-               break;\r
-\r
-       case 3:\r
-               clkdlycnt = /*CGU_GetPCLK (CGU_PCLKSEL_TIMER3)*/ CGU_GetPCLKFrequency(CGU_PERIPHERAL_TIMER3);\r
-               break;\r
-       }\r
-       return clkdlycnt;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Convert a time to a timer count value\r
- * @param[in]  timernum Timer number, should be: 0..3\r
- * @param[in]  usec Time in microseconds\r
- * @return             The number of required clock ticks to give the time delay\r
- **********************************************************************/\r
-uint32_t converUSecToVal (uint32_t timernum, uint32_t usec)\r
-{\r
-       uint64_t clkdlycnt;\r
-\r
-       // Get Pclock of timer\r
-       clkdlycnt = (uint64_t) getPClock(timernum);\r
-\r
-       clkdlycnt = (clkdlycnt * usec) / 1000000;\r
-       return (uint32_t) clkdlycnt;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Convert a timer register pointer to a timer number\r
- * @param[in]  TIMx Pointer to LPC_TIMERn_Type, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @return             The timer number (0 to 3) or -1 if register pointer is bad\r
- **********************************************************************/\r
-uint32_t converPtrToTimeNum (LPC_TIMERn_Type *TIMx)\r
-{\r
-       uint32_t tnum = 0xFFFFFFFF;\r
-\r
-       if (TIMx == LPC_TIMER0)\r
-       {\r
-               tnum = 0;\r
-       }\r
-       else if (TIMx == LPC_TIMER1)\r
-       {\r
-               tnum = 1;\r
-       }\r
-       else if (TIMx == LPC_TIMER2)\r
-       {\r
-               tnum = 2;\r
-       }\r
-       else if (TIMx == LPC_TIMER3)\r
-       {\r
-               tnum = 3;\r
-       }\r
-\r
-       return tnum;\r
-}\r
-\r
-/* End of Private Functions ---------------------------------------------------- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup TIM_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
- * @brief              Get Interrupt Status\r
- * @param[in]  TIMx Timer selection, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  IntFlag: interrupt type, should be:\r
- *                                     - TIM_MR0_INT   :Interrupt for Match channel 0\r
- *                                     - TIM_MR1_INT   :Interrupt for Match channel 1\r
- *                                     - TIM_MR2_INT   :Interrupt for Match channel 2\r
- *                                     - TIM_MR3_INT   :Interrupt for Match channel 3\r
- *                                     - TIM_CR0_INT   :Interrupt for Capture channel 0\r
- *                                     - TIM_CR1_INT   :Interrupt for Capture channel 1\r
- * @return             FlagStatus\r
- *                                     - SET   :interrupt\r
- *                                     - RESET :no interrupt\r
- **********************************************************************/\r
-FlagStatus TIM_GetIntStatus(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag)\r
-{\r
-       uint8_t temp;\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_INT_TYPE(IntFlag));\r
-       temp = (TIMx->IR)& TIM_IR_CLR(IntFlag);\r
-       if (temp)\r
-               return SET;\r
-\r
-       return RESET;\r
-\r
-}\r
-/*********************************************************************//**\r
- * @brief              Get Capture Interrupt Status\r
- * @param[in]  TIMx Timer selection, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  IntFlag: interrupt type, should be:\r
- *                                     - TIM_MR0_INT   :Interrupt for Match channel 0\r
- *                                     - TIM_MR1_INT   :Interrupt for Match channel 1\r
- *                                     - TIM_MR2_INT   :Interrupt for Match channel 2\r
- *                                     - TIM_MR3_INT   :Interrupt for Match channel 3\r
- *                                     - TIM_CR0_INT   :Interrupt for Capture channel 0\r
- *                                     - TIM_CR1_INT   :Interrupt for Capture channel 1\r
- * @return             FlagStatus\r
- *                                     - SET   :interrupt\r
- *                                     - RESET :no interrupt\r
- **********************************************************************/\r
-FlagStatus TIM_GetIntCaptureStatus(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag)\r
-{\r
-       uint8_t temp;\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_INT_TYPE(IntFlag));\r
-       temp = (TIMx->IR) & (1<<(4+IntFlag));\r
-       if(temp)\r
-               return SET;\r
-       return RESET;\r
-}\r
-/*********************************************************************//**\r
- * @brief              Clear Interrupt pending\r
- * @param[in]  TIMx Timer selection, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  IntFlag: interrupt type, should be:\r
- *                                     - TIM_MR0_INT   :Interrupt for Match channel 0\r
- *                                     - TIM_MR1_INT   :Interrupt for Match channel 1\r
- *                                     - TIM_MR2_INT   :Interrupt for Match channel 2\r
- *                                     - TIM_MR3_INT   :Interrupt for Match channel 3\r
- *                                     - TIM_CR0_INT   :Interrupt for Capture channel 0\r
- *                                     - TIM_CR1_INT   :Interrupt for Capture channel 1\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ClearIntPending(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_INT_TYPE(IntFlag));\r
-       TIMx->IR = TIM_IR_CLR(IntFlag);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Clear Capture Interrupt pending\r
- * @param[in]  TIMx Timer selection, should be\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  IntFlag interrupt type, should be:\r
- *                                     - TIM_MR0_INT   :Interrupt for Match channel 0\r
- *                                     - TIM_MR1_INT   :Interrupt for Match channel 1\r
- *                                     - TIM_MR2_INT   :Interrupt for Match channel 2\r
- *                                     - TIM_MR3_INT   :Interrupt for Match channel 3\r
- *                                     - TIM_CR0_INT   :Interrupt for Capture channel 0\r
- *                                     - TIM_CR1_INT   :Interrupt for Capture channel 1\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ClearIntCapturePending(LPC_TIMERn_Type *TIMx, TIM_INT_TYPE IntFlag)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_INT_TYPE(IntFlag));\r
-       TIMx->IR = (1<<(4+IntFlag));\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Configuration for Timer at initial time\r
- * @param[in]  TimerCounterMode timer counter mode, should be:\r
- *                                     - TIM_TIMER_MODE                        :Timer mode\r
- *                                     - TIM_COUNTER_RISING_MODE       :Counter rising mode\r
- *                                     - TIM_COUNTER_FALLING_MODE      :Counter falling mode\r
- *                                     - TIM_COUNTER_ANY_MODE          :Counter on both edges\r
- * @param[in]  TIM_ConfigStruct pointer to TIM_TIMERCFG_Type or\r
- *                             TIM_COUNTERCFG_Type\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ConfigStructInit(TIM_MODE_OPT TimerCounterMode, void *TIM_ConfigStruct)\r
-{\r
-       if (TimerCounterMode == TIM_TIMER_MODE )\r
-       {\r
-               TIM_TIMERCFG_Type * pTimeCfg = (TIM_TIMERCFG_Type *)TIM_ConfigStruct;\r
-               pTimeCfg->PrescaleOption = TIM_PRESCALE_USVAL;\r
-               pTimeCfg->PrescaleValue = 1;\r
-       }\r
-       else\r
-       {\r
-               TIM_COUNTERCFG_Type * pCounterCfg = (TIM_COUNTERCFG_Type *)TIM_ConfigStruct;\r
-               pCounterCfg->CountInputSelect = TIM_COUNTER_INCAP0;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initial Timer/Counter device\r
- *                                     Set Clock frequency for Timer\r
- *                                     Set initial configuration for Timer\r
- * @param[in]  TIMx  Timer selection, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  TimerCounterMode Timer counter mode, should be:\r
- *                                     - TIM_TIMER_MODE                        :Timer mode\r
- *                                     - TIM_COUNTER_RISING_MODE       :Counter rising mode\r
- *                                     - TIM_COUNTER_FALLING_MODE      :Counter falling mode\r
- *                                     - TIM_COUNTER_ANY_MODE          :Counter on both edges\r
- * @param[in]  TIM_ConfigStruct pointer to TIM_TIMERCFG_Type\r
- *                             that contains the configuration information for the\r
- *                    specified Timer peripheral.\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_Init(LPC_TIMERn_Type *TIMx, TIM_MODE_OPT TimerCounterMode, void *TIM_ConfigStruct)\r
-{\r
-       TIM_TIMERCFG_Type *pTimeCfg;\r
-       TIM_COUNTERCFG_Type *pCounterCfg;\r
-\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_MODE_OPT(TimerCounterMode));\r
-\r
-       //set power\r
-       if (TIMx== LPC_TIMER0)\r
-       {\r
-\r
-       }\r
-       else if (TIMx== LPC_TIMER1)\r
-       {\r
-\r
-       }\r
-\r
-       else if (TIMx== LPC_TIMER2)\r
-       {\r
-\r
-       }\r
-       else if (TIMx== LPC_TIMER3)\r
-       {\r
-\r
-       }\r
-\r
-       TIMx->CCR &= ~TIM_CTCR_MODE_MASK;\r
-       TIMx->CCR |= TIM_TIMER_MODE;\r
-\r
-       TIMx->TC =0;\r
-       TIMx->PC =0;\r
-       TIMx->PR =0;\r
-       TIMx->TCR |= (1<<1); //Reset Counter\r
-       TIMx->TCR &= ~(1<<1); //release reset\r
-       if (TimerCounterMode == TIM_TIMER_MODE )\r
-       {\r
-               pTimeCfg = (TIM_TIMERCFG_Type *)TIM_ConfigStruct;\r
-               if (pTimeCfg->PrescaleOption  == TIM_PRESCALE_TICKVAL)\r
-               {\r
-                       TIMx->PR   = pTimeCfg->PrescaleValue -1  ;\r
-               }\r
-               else\r
-               {\r
-                       TIMx->PR   = converUSecToVal (converPtrToTimeNum(TIMx),pTimeCfg->PrescaleValue)-1;\r
-               }\r
-       }\r
-       else\r
-       {\r
-\r
-               pCounterCfg = (TIM_COUNTERCFG_Type *)TIM_ConfigStruct;\r
-               TIMx->CCR  &= ~TIM_CTCR_INPUT_MASK;\r
-               if (pCounterCfg->CountInputSelect == TIM_COUNTER_INCAP1)\r
-                       TIMx->CCR |= _BIT(2);\r
-       }\r
-\r
-       // Clear interrupt pending\r
-       TIMx->IR = 0xFFFFFFFF;\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Close Timer/Counter device\r
- * @param[in]  TIMx  Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_DeInit (LPC_TIMERn_Type *TIMx)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       // Disable timer/counter\r
-       TIMx->TCR = 0x00;\r
-\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Start/Stop Timer/Counter device\r
- * @param[in]  TIMx Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  NewState\r
- *                                     - ENABLE        :Set timer enable\r
- *                                     - DISABLE       :Disable timer\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_Cmd(LPC_TIMERn_Type *TIMx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       if (NewState == ENABLE)\r
-       {\r
-               TIMx->TCR       |=  TIM_ENABLE;\r
-       }\r
-       else\r
-       {\r
-               TIMx->TCR &= ~TIM_ENABLE;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Reset Timer/Counter device,\r
- *                                     Make TC and PC are synchronously reset on the next\r
- *                                     positive edge of PCLK\r
- * @param[in]  TIMx Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ResetCounter(LPC_TIMERn_Type *TIMx)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       TIMx->TCR |= TIM_RESET;\r
-       TIMx->TCR &= ~TIM_RESET;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Configuration for Match register\r
- * @param[in]  TIMx Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]   TIM_MatchConfigStruct Pointer to TIM_MATCHCFG_Type\r
- *                                     - MatchChannel  : choose channel 0 or 1\r
- *                                     - IntOnMatch    : if SET, interrupt will be generated when MRxx match\r
- *                                                                     the value in TC\r
- *                                     - StopOnMatch   : if SET, TC and PC will be stopped whenM Rxx match\r
- *                                                                     the value in TC\r
- *                                     - ResetOnMatch  : if SET, Reset on MR0 when MRxx match\r
- *                                                                     the value in TC\r
- *                                     -ExtMatchOutputType: Select output for external match\r
- *                                              +       0:     Do nothing for external output pin if match\r
- *                                              +   1: Force external output pin to low if match\r
- *                                              +       2: Force external output pin to high if match\r
- *                                              +       3: Toggle external output pin if match\r
- *                                     MatchValue: Set the value to be compared with TC value\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ConfigMatch(LPC_TIMERn_Type *TIMx, TIM_MATCHCFG_Type *TIM_MatchConfigStruct)\r
-{\r
-\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_EXTMATCH_OPT(TIM_MatchConfigStruct->ExtMatchOutputType));\r
-\r
-       switch(TIM_MatchConfigStruct->MatchChannel)\r
-       {\r
-       case 0:\r
-               TIMx->MR[0] = TIM_MatchConfigStruct->MatchValue;\r
-               break;\r
-       case 1:\r
-               TIMx->MR[1] = TIM_MatchConfigStruct->MatchValue;\r
-               break;\r
-       case 2:\r
-               TIMx->MR[2] = TIM_MatchConfigStruct->MatchValue;\r
-               break;\r
-       case 3:\r
-               TIMx->MR[3] = TIM_MatchConfigStruct->MatchValue;\r
-               break;\r
-       default:\r
-               //Error match value\r
-               //Error loop\r
-               while(1);\r
-       }\r
-       //interrupt on MRn\r
-       TIMx->MCR &=~TIM_MCR_CHANNEL_MASKBIT(TIM_MatchConfigStruct->MatchChannel);\r
-\r
-       if (TIM_MatchConfigStruct->IntOnMatch)\r
-               TIMx->MCR |= TIM_INT_ON_MATCH(TIM_MatchConfigStruct->MatchChannel);\r
-\r
-       //reset on MRn\r
-       if (TIM_MatchConfigStruct->ResetOnMatch)\r
-               TIMx->MCR |= TIM_RESET_ON_MATCH(TIM_MatchConfigStruct->MatchChannel);\r
-\r
-       //stop on MRn\r
-       if (TIM_MatchConfigStruct->StopOnMatch)\r
-               TIMx->MCR |= TIM_STOP_ON_MATCH(TIM_MatchConfigStruct->MatchChannel);\r
-\r
-       // match output type\r
-\r
-       TIMx->EMR       &= ~TIM_EM_MASK(TIM_MatchConfigStruct->MatchChannel);\r
-       TIMx->EMR   |= TIM_EM_SET(TIM_MatchConfigStruct->MatchChannel,TIM_MatchConfigStruct->ExtMatchOutputType);\r
-}\r
-/*********************************************************************//**\r
- * @brief              Update Match value\r
- * @param[in]  TIMx Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  MatchChannel    Match channel, should be: 0..3\r
- * @param[in]  MatchValue              updated match value\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_UpdateMatchValue(LPC_TIMERn_Type *TIMx,uint8_t MatchChannel, uint32_t MatchValue)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       switch(MatchChannel)\r
-       {\r
-       case 0:\r
-               TIMx->MR[0] = MatchValue;\r
-               break;\r
-       case 1:\r
-               TIMx->MR[1] = MatchValue;\r
-               break;\r
-       case 2:\r
-               TIMx->MR[2] = MatchValue;\r
-               break;\r
-       case 3:\r
-               TIMx->MR[3] = MatchValue;\r
-               break;\r
-       default:\r
-               //Error Loop\r
-               while(1);\r
-       }\r
-\r
-}\r
-/*********************************************************************//**\r
- * @brief              Configuration for Capture register\r
- * @param[in]  TIMx Pointer to timer device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]   TIM_CaptureConfigStruct        Pointer to TIM_CAPTURECFG_Type\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_ConfigCapture(LPC_TIMERn_Type *TIMx, TIM_CAPTURECFG_Type *TIM_CaptureConfigStruct)\r
-{\r
-\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       TIMx->CCR &= ~TIM_CCR_CHANNEL_MASKBIT(TIM_CaptureConfigStruct->CaptureChannel);\r
-\r
-       if (TIM_CaptureConfigStruct->RisingEdge)\r
-               TIMx->CCR |= TIM_CAP_RISING(TIM_CaptureConfigStruct->CaptureChannel);\r
-\r
-       if (TIM_CaptureConfigStruct->FallingEdge)\r
-               TIMx->CCR |= TIM_CAP_FALLING(TIM_CaptureConfigStruct->CaptureChannel);\r
-\r
-       if (TIM_CaptureConfigStruct->IntOnCaption)\r
-               TIMx->CCR |= TIM_INT_ON_CAP(TIM_CaptureConfigStruct->CaptureChannel);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Read value of capture register in timer/counter device\r
- * @param[in]  TIMx Pointer to timer/counter device, should be:\r
- *                                     - LPC_TIM0      :TIMER0 peripheral\r
- *                                     - LPC_TIM1      :TIMER1 peripheral\r
- *                                     - LPC_TIM2      :TIMER2 peripheral\r
- *                                     - LPC_TIM3      :TIMER3 peripheral\r
- * @param[in]  CaptureChannel: capture channel number, should be:\r
- *                             - TIM_COUNTER_INCAP0: CAPn.0 input pin for TIMERn\r
- *                             - TIM_COUNTER_INCAP1: CAPn.1 input pin for TIMERn\r
- *                             - TIM_COUNTER_INCAP1: CAPn.2 input pin for TIMERn\r
- *                             - TIM_COUNTER_INCAP1: CAPn.3 input pin for TIMERn\r
- * @return             Value of capture register\r
- **********************************************************************/\r
-uint32_t TIM_GetCaptureValue(LPC_TIMERn_Type *TIMx, TIM_COUNTER_INPUT_OPT CaptureChannel)\r
-{\r
-       CHECK_PARAM(PARAM_TIMx(TIMx));\r
-       CHECK_PARAM(PARAM_TIM_COUNTER_INPUT_OPT(CaptureChannel));\r
-\r
-       switch(CaptureChannel){\r
-               case 0: return TIMx->CR[0];\r
-               case 1: return TIMx->CR[1];\r
-               case 2: return TIMx->CR[2];\r
-               case 3: return TIMx->CR[3];\r
-       }\r
-       return 0;\r
-}\r
-/*---------------Advanced TIMER functions -----------------------------------------*/\r
-/*********************************************************************//**\r
- * @brief              Timer wait (microseconds)\r
- * @param[in]  time    number of microseconds waiting\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_Waitus(uint32_t time)\r
-{\r
-       TIM_MATCHCFG_Type MatchConfigStruct;\r
-       LPC_TIMER0->IR = 0xFFFFFFFF;\r
-\r
-       MatchConfigStruct.MatchChannel = 0;\r
-       MatchConfigStruct.IntOnMatch = ENABLE;\r
-       MatchConfigStruct.ResetOnMatch = ENABLE;\r
-       MatchConfigStruct.StopOnMatch = ENABLE;\r
-       MatchConfigStruct.ExtMatchOutputType = 0;\r
-       MatchConfigStruct.MatchValue = time;\r
-\r
-       TIM_ConfigMatch(LPC_TIMER0, &MatchConfigStruct);\r
-       TIM_Cmd(LPC_TIMER0,ENABLE);\r
-       //wait until interrupt flag occur\r
-       while(!(LPC_TIMER0->IR & 0x01));\r
-       TIM_ResetCounter(LPC_TIMER0);\r
-}\r
-/*********************************************************************//**\r
- * @brief              Timer wait (milliseconds)\r
- * @param[in]  time    number of millisecond waiting\r
- * @return             None\r
- **********************************************************************/\r
-void TIM_Waitms(uint32_t time)\r
-{\r
-       TIM_Waitus(time * 1000);\r
-}\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _TIMER */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_uart.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_uart.c
deleted file mode 100644 (file)
index 1e518e8..0000000
+++ /dev/null
@@ -1,1438 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_uart.c          2011-06-02\r
-*//**\r
-* @file                lpc18xx_uart.c\r
-* @brief       Contains all functions support for UART firmware library on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup UART\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_uart.h"\r
-#include "lpc18xx_cgu.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _UART\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-\r
-static Status uart_set_divisors(LPC_USARTn_Type *UARTx, uint32_t baudrate);\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Determines best dividers to get a target clock rate\r
- * @param[in]  UARTx   Pointer to selected UART peripheral, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  baudrate Desired UART baud rate.\r
- * @return             Error status, could be:\r
- *                                     - SUCCESS\r
- *                                     - ERROR\r
- **********************************************************************/\r
-static Status uart_set_divisors(LPC_USARTn_Type *UARTx, uint32_t baudrate)\r
-{\r
-       Status errorStatus = ERROR;\r
-\r
-       uint32_t uClk;\r
-       uint32_t d, m, bestd, bestm, tmp;\r
-       uint64_t best_divisor, divisor;\r
-       uint32_t current_error, best_error;\r
-       uint32_t recalcbaud;\r
-\r
-       /* get UART block clock */\r
-       //to be defined uClk = CGU_GetCLK(CGU_CLKTYPE_PER);\r
-#ifdef _UART0\r
-       if(UARTx == LPC_USART0)\r
-       {\r
-               uClk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_UART0);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART1\r
-       if(((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               uClk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_UART1);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART2\r
-       if(UARTx == LPC_USART2)\r
-       {\r
-               uClk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_UART2);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART3\r
-       if(UARTx == LPC_USART3)\r
-       {\r
-               uClk = CGU_GetPCLKFrequency(CGU_PERIPHERAL_UART3);\r
-       }\r
-#endif\r
-\r
-       /* In the Uart IP block, baud rate is calculated using FDR and DLL-DLM registers\r
-       * The formula is :\r
-       * BaudRate= uClk * (mulFracDiv/(mulFracDiv+dividerAddFracDiv) / (16 * (DLL)\r
-       * It involves floating point calculations. That's the reason the formulae are adjusted with\r
-       * Multiply and divide method.*/\r
-       /* The value of mulFracDiv and dividerAddFracDiv should comply to the following expressions:\r
-       * 0 < mulFracDiv <= 15, 0 <= dividerAddFracDiv <= 15 */\r
-       best_error = 0xFFFFFFFF; /* Worst case */\r
-       bestd = 0;\r
-       bestm = 0;\r
-       best_divisor = 0;\r
-       for (m = 1 ; m <= 15 ;m++)\r
-       {\r
-               for (d = 0 ; d < m ; d++)\r
-               {\r
-                 divisor = ((uint64_t)uClk<<28)*m/(baudrate*(m+d));\r
-                 current_error = divisor & 0xFFFFFFFF;\r
-\r
-                 tmp = divisor>>32;\r
-\r
-                 /* Adjust error */\r
-                 if(current_error > ((uint32_t)1<<31)){\r
-                       current_error = -current_error;\r
-                       tmp++;\r
-                       }\r
-\r
-                 if(tmp<1 || tmp>65536) /* Out of range */\r
-                 continue;\r
-\r
-                 if( current_error < best_error){\r
-                       best_error = current_error;\r
-                       best_divisor = tmp;\r
-                       bestd = d;\r
-                       bestm = m;\r
-                       if(best_error == 0) break;\r
-                       }\r
-               } /* end of inner for loop */\r
-\r
-               if (best_error == 0)\r
-                 break;\r
-       } /* end of outer for loop  */\r
-\r
-       if(best_divisor == 0) return ERROR; /* can not find best match */\r
-\r
-       recalcbaud = (uClk>>4) * bestm/(best_divisor * (bestm + bestd));\r
-\r
-       /* reuse best_error to evaluate baud error*/\r
-       if(baudrate>recalcbaud) best_error = baudrate - recalcbaud;\r
-       else best_error = recalcbaud -baudrate;\r
-\r
-       best_error = best_error * 100 / baudrate;\r
-\r
-       if (best_error < UART_ACCEPTED_BAUDRATE_ERROR)\r
-       {\r
-               if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->LCR |= UART_LCR_DLAB_EN;\r
-                       ((LPC_UART1_Type *)UARTx)->/*DLIER.*/DLM = UART_LOAD_DLM(best_divisor);\r
-                       ((LPC_UART1_Type *)UARTx)->/*RBTHDLR.*/DLL = UART_LOAD_DLL(best_divisor);\r
-                       /* Then reset DLAB bit */\r
-                       ((LPC_UART1_Type *)UARTx)->LCR &= (~UART_LCR_DLAB_EN) & UART_LCR_BITMASK;\r
-                       ((LPC_UART1_Type *)UARTx)->FDR = (UART_FDR_MULVAL(bestm) \\r
-                                       | UART_FDR_DIVADDVAL(bestd)) & UART_FDR_BITMASK;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->LCR |= UART_LCR_DLAB_EN;\r
-                       UARTx->/*DLIER.*/DLM = UART_LOAD_DLM(best_divisor);\r
-                       UARTx->/*RBTHDLR.*/DLL = UART_LOAD_DLL(best_divisor);\r
-                       /* Then reset DLAB bit */\r
-                       UARTx->LCR &= (~UART_LCR_DLAB_EN) & UART_LCR_BITMASK;\r
-                       UARTx->FDR = (UART_FDR_MULVAL(bestm) \\r
-                                       | UART_FDR_DIVADDVAL(bestd)) & UART_FDR_BITMASK;\r
-               }\r
-               errorStatus = SUCCESS;\r
-       }\r
-\r
-       return errorStatus;\r
-}\r
-\r
-/* End of Private Functions ---------------------------------------------------- */\r
-\r
-\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup UART_Public_Functions\r
- * @{\r
- */\r
-/* UART Init/DeInit functions -------------------------------------------------*/\r
-/********************************************************************//**\r
- * @brief              Initializes the UARTx peripheral according to the specified\r
- *               parameters in the UART_ConfigStruct.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  UART_ConfigStruct Pointer to a UART_CFG_Type structure\r
- *              that contains the configuration information for the\r
- *              specified UART peripheral.\r
- * @return             None\r
- *********************************************************************/\r
-void UART_Init(LPC_USARTn_Type *UARTx, UART_CFG_Type *UART_ConfigStruct)\r
-{\r
-       uint32_t tmp;\r
-\r
-       // For debug mode\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-       CHECK_PARAM(PARAM_UART_DATABIT(UART_ConfigStruct->Databits));\r
-       CHECK_PARAM(PARAM_UART_STOPBIT(UART_ConfigStruct->Stopbits));\r
-       CHECK_PARAM(PARAM_UART_PARITY(UART_ConfigStruct->Parity));\r
-\r
-#ifdef _UART0\r
-       if(UARTx == LPC_USART0)\r
-       {\r
-               /* Set up peripheral clock for UART0 module */\r
-               //LPC_CGU->BASE_UART0_CLK = (SRC_PL160M_0<<24) | (1<<11);       // Use PLL1 and auto block\r
-               CGU_EntityConnect(CGU_CLKSRC_XTAL_OSC, CGU_BASE_UART0);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART1\r
-       if(((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               /* Set up peripheral clock for UART1 module */\r
-               //LPC_CGU->BASE_UART1_CLK = (SRC_PL160M_0<<24) | (1<<11);       // Use PLL1 and auto block\r
-               CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_UART1);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART2\r
-       if(UARTx == LPC_USART2)\r
-       {\r
-               /* Set up peripheral clock for UART2 module */\r
-               //LPC_CGU->BASE_UART2_CLK = (SRC_PL160M_0<<24) | (1<<11);       // Use PLL1 and auto block\r
-               CGU_EntityConnect(CGU_CLKSRC_XTAL_OSC, CGU_BASE_UART2);\r
-       }\r
-#endif\r
-\r
-#ifdef _UART3\r
-       if(UARTx == LPC_USART3)\r
-       {\r
-               /* Set up peripheral clock for UART3 module */\r
-               //LPC_CGU->BASE_UART3_CLK = (SRC_PL160M_0<<24) | (1<<11);       // Use PLL1 and auto block\r
-               CGU_EntityConnect(CGU_CLKSRC_XTAL_OSC, CGU_BASE_UART3);\r
-       }\r
-#endif\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               /* FIFOs are empty */\r
-               ((LPC_UART1_Type *)UARTx)->/*IIFCR.*/FCR = ( UART_FCR_FIFO_EN \\r
-                               | UART_FCR_RX_RS | UART_FCR_TX_RS);\r
-               // Disable FIFO\r
-               ((LPC_UART1_Type *)UARTx)->/*IIFCR.*/FCR = 0;\r
-\r
-               // Dummy reading\r
-               while (((LPC_UART1_Type *)UARTx)->LSR & UART_LSR_RDR)\r
-               {\r
-                       tmp = ((LPC_UART1_Type *)UARTx)->/*RBTHDLR.*/RBR;\r
-               }\r
-\r
-               ((LPC_UART1_Type *)UARTx)->TER = UART1_TER_TXEN;\r
-               // Wait for current transmit complete\r
-               while (!(((LPC_UART1_Type *)UARTx)->LSR & UART_LSR_THRE));\r
-               // Disable Tx\r
-               ((LPC_UART1_Type *)UARTx)->TER = 0;\r
-\r
-               // Disable interrupt\r
-               ((LPC_UART1_Type *)UARTx)->/*DLIER.*/IER = 0;\r
-               // Set LCR to default state\r
-               ((LPC_UART1_Type *)UARTx)->LCR = 0;\r
-               // Set ACR to default state\r
-               ((LPC_UART1_Type *)UARTx)->ACR = 0;\r
-               // Set Modem Control to default state\r
-               ((LPC_UART1_Type *)UARTx)->MCR = 0;\r
-               // Set RS485 control to default state\r
-               ((LPC_UART1_Type *)UARTx)->RS485CTRL = 0;\r
-               // Set RS485 delay timer to default state\r
-               ((LPC_UART1_Type *)UARTx)->RS485DLY = 0;\r
-               // Set RS485 addr match to default state\r
-               ((LPC_UART1_Type *)UARTx)->RS485ADRMATCH = 0;\r
-               //Dummy Reading to Clear Status\r
-               tmp = ((LPC_UART1_Type *)UARTx)->MSR;\r
-               tmp = ((LPC_UART1_Type *)UARTx)->LSR;\r
-       }\r
-       else\r
-       {\r
-               /* FIFOs are empty */\r
-               UARTx->/*IIFCR.*/FCR = ( UART_FCR_FIFO_EN | UART_FCR_RX_RS | UART_FCR_TX_RS);\r
-               // Disable FIFO\r
-               UARTx->/*IIFCR.*/FCR = 0;\r
-\r
-               // Dummy reading\r
-               while (UARTx->LSR & UART_LSR_RDR)\r
-               {\r
-                       tmp = UARTx->/*RBTHDLR.*/RBR;\r
-               }\r
-\r
-               UARTx->TER = UART0_2_3_TER_TXEN;\r
-               // Wait for current transmit complete\r
-               while (!(UARTx->LSR & UART_LSR_THRE));\r
-               // Disable Tx\r
-               UARTx->TER = 0;\r
-\r
-               // Disable interrupt\r
-               UARTx->/*DLIER.*/IER = 0;\r
-               // Set LCR to default state\r
-               UARTx->LCR = 0;\r
-               // Set ACR to default state\r
-               UARTx->ACR = 0;\r
-               // set HDEN to default state\r
-               UARTx->HDEN = 0;\r
-               // set SCICTRL to default state\r
-               UARTx->SCICTRL = 0;\r
-               // set SYNCCTRL to default state\r
-               UARTx->SYNCCTRL =0;\r
-               // Set RS485 control to default state\r
-               UARTx->RS485CTRL = 0;\r
-               // Set RS485 delay timer to default state\r
-               UARTx->RS485DLY = 0;\r
-               // Set RS485 addr match to default state\r
-               UARTx->RS485ADRMATCH = 0;\r
-               // Dummy reading\r
-               tmp = UARTx->LSR;\r
-       }\r
-\r
-       if (UARTx == LPC_USART3)\r
-       {\r
-               // Set IrDA to default state\r
-               UARTx->ICR = 0;\r
-       }\r
-\r
-       // Set Line Control register ----------------------------\r
-\r
-       uart_set_divisors(UARTx, (UART_ConfigStruct->Baud_rate));\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               tmp = (((LPC_UART1_Type *)UARTx)->LCR & (UART_LCR_DLAB_EN | UART_LCR_BREAK_EN)) \\r
-                               & UART_LCR_BITMASK;\r
-       }\r
-       else\r
-       {\r
-               tmp = (UARTx->LCR & (UART_LCR_DLAB_EN | UART_LCR_BREAK_EN)) & UART_LCR_BITMASK;\r
-       }\r
-\r
-       switch (UART_ConfigStruct->Databits){\r
-       case UART_DATABIT_5:\r
-               tmp |= UART_LCR_WLEN5;\r
-               break;\r
-       case UART_DATABIT_6:\r
-               tmp |= UART_LCR_WLEN6;\r
-               break;\r
-       case UART_DATABIT_7:\r
-               tmp |= UART_LCR_WLEN7;\r
-               break;\r
-       case UART_DATABIT_8:\r
-       default:\r
-               tmp |= UART_LCR_WLEN8;\r
-               break;\r
-       }\r
-\r
-       if (UART_ConfigStruct->Parity == UART_PARITY_NONE)\r
-       {\r
-               // Do nothing...\r
-       }\r
-       else\r
-       {\r
-               tmp |= UART_LCR_PARITY_EN;\r
-               switch (UART_ConfigStruct->Parity)\r
-               {\r
-               case UART_PARITY_ODD:\r
-                       tmp |= UART_LCR_PARITY_ODD;\r
-                       break;\r
-\r
-               case UART_PARITY_EVEN:\r
-                       tmp |= UART_LCR_PARITY_EVEN;\r
-                       break;\r
-\r
-               case UART_PARITY_SP_1:\r
-                       tmp |= UART_LCR_PARITY_F_1;\r
-                       break;\r
-\r
-               case UART_PARITY_SP_0:\r
-                       tmp |= UART_LCR_PARITY_F_0;\r
-                       break;\r
-               default:\r
-                       break;\r
-               }\r
-       }\r
-\r
-       switch (UART_ConfigStruct->Stopbits){\r
-       case UART_STOPBIT_2:\r
-               tmp |= UART_LCR_STOPBIT_SEL;\r
-               break;\r
-       case UART_STOPBIT_1:\r
-       default:\r
-               // Do no thing\r
-               break;\r
-       }\r
-\r
-\r
-       // Write back to LCR, configure FIFO and Disable Tx\r
-       if (((LPC_UART1_Type *)UARTx) ==  LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->LCR = (uint8_t)(tmp & UART_LCR_BITMASK);\r
-       }\r
-       else\r
-       {\r
-               UARTx->LCR = (uint8_t)(tmp & UART_LCR_BITMASK);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              De-initializes the UARTx peripheral registers to their\r
- *              default reset values.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void UART_DeInit(LPC_USARTn_Type* UARTx)\r
-{\r
-       // For debug mode\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-\r
-       UART_TxCmd(UARTx, DISABLE);\r
-\r
-#ifdef _UART0\r
-       if (UARTx == LPC_USART0)\r
-       {\r
-               /* Set up peripheral clock for UART0 module */\r
-               //LPC_CGU->BASE_UART0_CLK = (SRC_PL160M_1<<24) | (1<<11);       // base SRC_PL160M_1 is not configured, so no clk out\r
-       }\r
-#endif\r
-\r
-#ifdef _UART1\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               /* Set up peripheral clock for UART1 module */\r
-               //LPC_CGU->BASE_UART1_CLK = (SRC_PL160M_1<<24) | (1<<11);       // base SRC_PL160M_1 is not configured, so no clk out\r
-       }\r
-#endif\r
-\r
-#ifdef _UART2\r
-       if (UARTx == LPC_USART2)\r
-       {\r
-               /* Set up peripheral clock for UART2 module */\r
-               //LPC_CGU->BASE_UART2_CLK = (SRC_PL160M_1<<24) | (1<<11);       // base SRC_PL160M_1 is not configured, so no clk out\r
-       }\r
-#endif\r
-\r
-#ifdef _UART3\r
-       if (UARTx == LPC_USART3)\r
-       {\r
-               /* Set up peripheral clock for UART3 module */\r
-               //LPC_CGU->BASE_UART3_CLK = (SRC_PL160M_1<<24) | (1<<11);       // base SRC_PL160M_1 is not configured, so no clk out\r
-       }\r
-#endif\r
-}\r
-\r
-/*****************************************************************************//**\r
- * @brief              Fills each UART_InitStruct member with its default value:\r
- *                                     - 9600 bps\r
- *                                     - 8-bit data\r
- *                                     - 1 Stopbit\r
- *                                     - None Parity\r
- * @param[in]  UART_InitStruct Pointer to a UART_CFG_Type structure which will\r
- *                             be initialized.\r
- * @return             None\r
- *******************************************************************************/\r
-void UART_ConfigStructInit(UART_CFG_Type *UART_InitStruct)\r
-{\r
-       UART_InitStruct->Baud_rate = 9600;\r
-       UART_InitStruct->Databits = UART_DATABIT_8;\r
-       UART_InitStruct->Parity = UART_PARITY_NONE;\r
-       UART_InitStruct->Stopbits = UART_STOPBIT_1;\r
-}\r
-\r
-/* UART Send/Recieve functions -------------------------------------------------*/\r
-/*********************************************************************//**\r
- * @brief              Transmit a single data through UART peripheral\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  Data    Data to transmit (must be 8-bit long)\r
- * @return             None\r
- **********************************************************************/\r
-void UART_SendByte(LPC_USARTn_Type* UARTx, uint8_t Data)\r
-{\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->/*RBTHDLR.*/THR = Data & UART_THR_MASKBIT;\r
-       }\r
-       else\r
-       {\r
-               UARTx->/*RBTHDLR.*/THR = Data & UART_THR_MASKBIT;\r
-       }\r
-\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Receive a single data from UART peripheral\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @return             Data received\r
- **********************************************************************/\r
-uint8_t UART_ReceiveByte(LPC_USARTn_Type* UARTx)\r
-{\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               return (((LPC_UART1_Type *)UARTx)->/*RBTHDLR.*/RBR & UART_RBR_MASKBIT);\r
-       }\r
-       else\r
-       {\r
-               return (UARTx->/*RBTHDLR.*/RBR & UART_RBR_MASKBIT);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Send a block of data via UART peripheral\r
- * @param[in]  UARTx   Selected UART peripheral used to send data, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  txbuf   Pointer to Transmit buffer\r
- * @param[in]  buflen  Length of Transmit buffer\r
- * @param[in]  flag    Flag used in  UART transfer, should be\r
- *                                     - NONE_BLOCKING\r
- *                                     - BLOCKING\r
- * @return             Number of bytes sent.\r
- *\r
- * Note: when using UART in BLOCKING mode, a time-out condition is used\r
- * via defined symbol UART_BLOCKING_TIMEOUT.\r
- **********************************************************************/\r
-uint32_t UART_Send(LPC_USARTn_Type *UARTx, uint8_t *txbuf,\r
-               uint32_t buflen, TRANSFER_BLOCK_Type flag)\r
-{\r
-       uint32_t bToSend, bSent, timeOut, fifo_cnt;\r
-       uint8_t *pChar = txbuf;\r
-\r
-       bToSend = buflen;\r
-\r
-       // blocking mode\r
-       if (flag == BLOCKING) {\r
-               bSent = 0;\r
-               while (bToSend){\r
-                       timeOut = UART_BLOCKING_TIMEOUT;\r
-                       // Wait for THR empty with timeout\r
-                       while (!(UARTx->LSR & UART_LSR_THRE)) {\r
-                               if (timeOut == 0) break;\r
-                               timeOut--;\r
-                       }\r
-                       // Time out!\r
-                       if(timeOut == 0) break;\r
-                       fifo_cnt = UART_TX_FIFO_SIZE;\r
-                       while (fifo_cnt && bToSend){\r
-                               UART_SendByte(UARTx, (*pChar++));\r
-                               fifo_cnt--;\r
-                               bToSend--;\r
-                               bSent++;\r
-                       }\r
-               }\r
-       }\r
-       // None blocking mode\r
-       else {\r
-               bSent = 0;\r
-               while (bToSend) {\r
-                       if (!(UARTx->LSR & UART_LSR_THRE)){\r
-                               break;\r
-                       }\r
-                       fifo_cnt = UART_TX_FIFO_SIZE;\r
-                       while (fifo_cnt && bToSend) {\r
-                               UART_SendByte(UARTx, (*pChar++));\r
-                               bToSend--;\r
-                               fifo_cnt--;\r
-                               bSent++;\r
-                       }\r
-               }\r
-       }\r
-       return bSent;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Receive a block of data via UART peripheral\r
- * @param[in]  UARTx   Selected UART peripheral used to send data,\r
- *                             should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[out] rxbuf   Pointer to Received buffer\r
- * @param[in]  buflen  Length of Received buffer\r
- * @param[in]  flag    Flag mode, should be:\r
- *                                     - NONE_BLOCKING\r
- *                                     - BLOCKING\r
- * @return             Number of bytes received\r
- *\r
- * Note: when using UART in BLOCKING mode, a time-out condition is used\r
- * via defined symbol UART_BLOCKING_TIMEOUT.\r
- **********************************************************************/\r
-uint32_t UART_Receive(LPC_USARTn_Type *UARTx, uint8_t *rxbuf, \\r
-               uint32_t buflen, TRANSFER_BLOCK_Type flag)\r
-{\r
-       uint32_t bToRecv, bRecv, timeOut;\r
-       uint8_t *pChar = rxbuf;\r
-\r
-       bToRecv = buflen;\r
-\r
-       // Blocking mode\r
-       if (flag == BLOCKING) {\r
-               bRecv = 0;\r
-               while (bToRecv){\r
-                       timeOut = UART_BLOCKING_TIMEOUT;\r
-                       while (!(UARTx->LSR & UART_LSR_RDR)){\r
-                               if (timeOut == 0) break;\r
-                               timeOut--;\r
-                       }\r
-                       // Time out!\r
-                       if(timeOut == 0) break;\r
-                       // Get data from the buffer\r
-                       (*pChar++) = UART_ReceiveByte(UARTx);\r
-                       bToRecv--;\r
-                       bRecv++;\r
-               }\r
-       }\r
-       // None blocking mode\r
-       else {\r
-               bRecv = 0;\r
-               while (bToRecv) {\r
-                       if (!(UARTx->LSR & UART_LSR_RDR)) {\r
-                               break;\r
-                       } else {\r
-                               (*pChar++) = UART_ReceiveByte(UARTx);\r
-                               bRecv++;\r
-                               bToRecv--;\r
-                       }\r
-               }\r
-       }\r
-       return bRecv;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Force BREAK character on UART line, output pin UARTx TXD is\r
-                               forced to logic 0.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @return             None\r
- **********************************************************************/\r
-void UART_ForceBreak(LPC_USARTn_Type* UARTx)\r
-{\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->LCR |= UART_LCR_BREAK_EN;\r
-       }\r
-       else\r
-       {\r
-               UARTx->LCR |= UART_LCR_BREAK_EN;\r
-       }\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Enable or disable specified UART interrupt.\r
- * @param[in]  UARTx   UART peripheral selected, should be\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  UARTIntCfg      Specifies the interrupt flag,\r
- *                             should be one of the following:\r
- *                                     - UART_INTCFG_RBR       :RBR Interrupt enable\r
- *                                     - UART_INTCFG_THRE      :THR Interrupt enable\r
- *                                     - UART_INTCFG_RLS       :RX line status interrupt enable\r
- *                                     - UART1_INTCFG_MS       :Modem status interrupt enable (UART1 only)\r
- *                                     - UART1_INTCFG_CTS      :CTS1 signal transition interrupt enable (UART1 only)\r
- *                                     - UART_INTCFG_ABEO      :Enables the end of auto-baud interrupt\r
- *                                     - UART_INTCFG_ABTO      :Enables the auto-baud time-out interrupt\r
- * @param[in]  NewState New state of specified UART interrupt type,\r
- *                             should be:\r
- *                                     - ENALBE        :Enable this UART interrupt type.\r
- *                                     - DISALBE       :Disable this UART interrupt type.\r
- * @return             None\r
- *********************************************************************/\r
-void UART_IntConfig(LPC_USARTn_Type *UARTx, UART_INT_Type UARTIntCfg, FunctionalState NewState)\r
-{\r
-       uint32_t tmp;\r
-\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       switch(UARTIntCfg){\r
-               case UART_INTCFG_RBR:\r
-                       tmp = UART_IER_RBRINT_EN;\r
-                       break;\r
-               case UART_INTCFG_THRE:\r
-                       tmp = UART_IER_THREINT_EN;\r
-                       break;\r
-               case UART_INTCFG_RLS:\r
-                       tmp = UART_IER_RLSINT_EN;\r
-                       break;\r
-               case UART1_INTCFG_MS:\r
-                       tmp = UART1_IER_MSINT_EN;\r
-                       break;\r
-               case UART1_INTCFG_CTS:\r
-                       tmp = UART1_IER_CTSINT_EN;\r
-                       break;\r
-               case UART_INTCFG_ABEO:\r
-                       tmp = UART_IER_ABEOINT_EN;\r
-                       break;\r
-               case UART_INTCFG_ABTO:\r
-                       tmp = UART_IER_ABTOINT_EN;\r
-                       break;\r
-       }\r
-\r
-       if ((LPC_UART1_Type *) UARTx == LPC_UART1)\r
-       {\r
-               CHECK_PARAM((PARAM_UART_INTCFG(UARTIntCfg)) || (PARAM_UART1_INTCFG(UARTIntCfg)));\r
-       }\r
-       else\r
-       {\r
-               CHECK_PARAM(PARAM_UART_INTCFG(UARTIntCfg));\r
-       }\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               if ((LPC_UART1_Type *) UARTx == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->/*DLIER.*/IER |= tmp;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->/*DLIER.*/IER |= tmp;\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if ((LPC_UART1_Type *) UARTx == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->/*DLIER.*/IER &= (~tmp) & UART1_IER_BITMASK;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->/*DLIER.*/IER &= (~tmp) & UART_IER_BITMASK;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/********************************************************************//**\r
- * @brief              Get current value of Line Status register in UART peripheral.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @return             Current value of Line Status register in UART peripheral.\r
- * Note:       The return value of this function must be ANDed with each member in\r
- *                     UART_LS_Type enumeration to determine current flag status\r
- *                     corresponding to each Line status type. Because some flags in\r
- *                     Line Status register will be cleared after reading, the next reading\r
- *                     Line Status register could not be correct. So this function used to\r
- *                     read Line status register in one time only, then the return value\r
- *                     used to check all flags.\r
- *********************************************************************/\r
-uint8_t UART_GetLineStatus(LPC_USARTn_Type* UARTx)\r
-{\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               return ((((LPC_UART1_Type *)LPC_UART1)->LSR) & UART_LSR_BITMASK);\r
-       }\r
-       else\r
-       {\r
-               return ((UARTx->LSR) & UART_LSR_BITMASK);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if UART is busy or not\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @return             RESET if UART is not busy, otherwise return SET.\r
- **********************************************************************/\r
-FlagStatus UART_CheckBusy(LPC_USARTn_Type *UARTx)\r
-{\r
-       if (UARTx->LSR & UART_LSR_TEMT){\r
-               return RESET;\r
-       } else {\r
-               return SET;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure FIFO function on selected UART peripheral\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  FIFOCfg Pointer to a UART_FIFO_CFG_Type Structure that\r
- *                                             contains specified information about FIFO configuration\r
- * @return             none\r
- **********************************************************************/\r
-void UART_FIFOConfig(LPC_USARTn_Type *UARTx, UART_FIFO_CFG_Type *FIFOCfg)\r
-{\r
-       uint8_t tmp = 0;\r
-\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-       CHECK_PARAM(PARAM_UART_FIFO_LEVEL(FIFOCfg->FIFO_Level));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(FIFOCfg->FIFO_DMAMode));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(FIFOCfg->FIFO_ResetRxBuf));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(FIFOCfg->FIFO_ResetTxBuf));\r
-\r
-       tmp |= UART_FCR_FIFO_EN;\r
-       switch (FIFOCfg->FIFO_Level){\r
-       case UART_FIFO_TRGLEV0:\r
-               tmp |= UART_FCR_TRG_LEV0;\r
-               break;\r
-       case UART_FIFO_TRGLEV1:\r
-               tmp |= UART_FCR_TRG_LEV1;\r
-               break;\r
-       case UART_FIFO_TRGLEV2:\r
-               tmp |= UART_FCR_TRG_LEV2;\r
-               break;\r
-       case UART_FIFO_TRGLEV3:\r
-       default:\r
-               tmp |= UART_FCR_TRG_LEV3;\r
-               break;\r
-       }\r
-\r
-       if (FIFOCfg->FIFO_ResetTxBuf == ENABLE)\r
-       {\r
-               tmp |= UART_FCR_TX_RS;\r
-       }\r
-       if (FIFOCfg->FIFO_ResetRxBuf == ENABLE)\r
-       {\r
-               tmp |= UART_FCR_RX_RS;\r
-       }\r
-       if (FIFOCfg->FIFO_DMAMode == ENABLE)\r
-       {\r
-               tmp |= UART_FCR_DMAMODE_SEL;\r
-       }\r
-\r
-\r
-       //write to FIFO control register\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->/*IIFCR.*/FCR = tmp & UART_FCR_BITMASK;\r
-       }\r
-       else\r
-       {\r
-               UARTx->/*IIFCR.*/FCR = tmp & UART_FCR_BITMASK;\r
-       }\r
-}\r
-\r
-/*****************************************************************************//**\r
- * @brief              Fills each UART_FIFOInitStruct member with its default value:\r
- *                                     - FIFO_DMAMode = DISABLE\r
- *                                     - FIFO_Level = UART_FIFO_TRGLEV0\r
- *                                     - FIFO_ResetRxBuf = ENABLE\r
- *                                     - FIFO_ResetTxBuf = ENABLE\r
- *                                     - FIFO_State = ENABLE\r
- *\r
- * @param[in]  UART_FIFOInitStruct Pointer to a UART_FIFO_CFG_Type structure\r
- *                    which will be initialized.\r
- * @return             None\r
- *******************************************************************************/\r
-void UART_FIFOConfigStructInit(UART_FIFO_CFG_Type *UART_FIFOInitStruct)\r
-{\r
-       UART_FIFOInitStruct->FIFO_DMAMode = DISABLE;\r
-       UART_FIFOInitStruct->FIFO_Level = UART_FIFO_TRGLEV0;\r
-       UART_FIFOInitStruct->FIFO_ResetRxBuf = ENABLE;\r
-       UART_FIFOInitStruct->FIFO_ResetTxBuf = ENABLE;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Start/Stop Auto Baudrate activity\r
- * @param[in]  UARTx   UART peripheral selected, should be\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  ABConfigStruct  A pointer to UART_AB_CFG_Type structure that\r
- *                             contains specified information about UART auto baudrate configuration\r
- * @param[in]  NewState New State of Auto baudrate activity, should be:\r
- *                                     - ENABLE        :Start this activity\r
- *                                     - DISABLE       :Stop this activity\r
- * Note:               Auto-baudrate mode enable bit will be cleared once this mode\r
- *                             completed.\r
- * @return             none\r
- **********************************************************************/\r
-void UART_ABCmd(LPC_USARTn_Type *UARTx, UART_AB_CFG_Type *ABConfigStruct, \\r
-                               FunctionalState NewState)\r
-{\r
-       uint32_t tmp;\r
-\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       tmp = 0;\r
-       if (NewState == ENABLE) {\r
-               if (ABConfigStruct->ABMode == UART_AUTOBAUD_MODE1){\r
-                       tmp |= UART_ACR_MODE;\r
-               }\r
-               if (ABConfigStruct->AutoRestart == ENABLE){\r
-                       tmp |= UART_ACR_AUTO_RESTART;\r
-               }\r
-       }\r
-\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               if (NewState == ENABLE)\r
-               {\r
-                       // Clear DLL and DLM value\r
-                       ((LPC_UART1_Type *)UARTx)->LCR |= UART_LCR_DLAB_EN;\r
-                       ((LPC_UART1_Type *)UARTx)->DLL = 0;\r
-                       ((LPC_UART1_Type *)UARTx)->DLM = 0;\r
-                       ((LPC_UART1_Type *)UARTx)->LCR &= ~UART_LCR_DLAB_EN;\r
-                       // FDR value must be reset to default value\r
-                       ((LPC_UART1_Type *)UARTx)->FDR = 0x10;\r
-                       ((LPC_UART1_Type *)UARTx)->ACR = UART_ACR_START | tmp;\r
-               }\r
-               else\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->ACR = 0;\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if (NewState == ENABLE)\r
-               {\r
-                       // Clear DLL and DLM value\r
-                       UARTx->LCR |= UART_LCR_DLAB_EN;\r
-                       UARTx->DLL = 0;\r
-                       UARTx->DLM = 0;\r
-                       UARTx->LCR &= ~UART_LCR_DLAB_EN;\r
-                       // FDR value must be reset to default value\r
-                       UARTx->FDR = 0x10;\r
-                       UARTx->ACR = UART_ACR_START | tmp;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->ACR = 0;\r
-               }\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable transmission on UART TxD pin\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  NewState New State of Tx transmission function, should be:\r
- *                                     - ENABLE        :Enable this function\r
-                                       - DISABLE       :Disable this function\r
- * @return none\r
- **********************************************************************/\r
-void UART_TxCmd(LPC_USARTn_Type *UARTx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_UARTx(UARTx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->TER |= UART1_TER_TXEN;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->TER |= UART0_2_3_TER_TXEN;\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->TER &= (~UART1_TER_TXEN) & UART1_TER_BITMASK;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->TER &= (~UART0_2_3_TER_TXEN) & UART0_2_3_TER_BITMASK;\r
-               }\r
-       }\r
-}\r
-\r
-/* UART IrDA functions ---------------------------------------------------*/\r
-\r
-#ifdef _UART3\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable inverting serial input function of IrDA\r
- *                             on UART peripheral.\r
- * @param[in]  UARTx UART peripheral selected, should be LPC_UART3 (only)\r
- * @param[in]  NewState New state of inverting serial input, should be:\r
- *                                     - ENABLE        :Enable this function.\r
- *                                     - DISABLE       :Disable this function.\r
- * @return none\r
- **********************************************************************/\r
-void UART_IrDAInvtInputCmd(LPC_USARTn_Type* UARTx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_UART_IrDA(UARTx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               UARTx->ICR |= UART_ICR_IRDAINV;\r
-       }\r
-       else if (NewState == DISABLE)\r
-       {\r
-               UARTx->ICR &= (~UART_ICR_IRDAINV) & UART_ICR_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable or disable IrDA function on UART peripheral.\r
- * @param[in]  UARTx UART peripheral selected, should be LPC_UART3 (only)\r
- * @param[in]  NewState New state of IrDA function, should be:\r
- *                                     - ENABLE        :Enable this function.\r
- *                                     - DISABLE       :Disable this function.\r
- * @return none\r
- **********************************************************************/\r
-void UART_IrDACmd(LPC_USARTn_Type* UARTx, FunctionalState NewState)\r
-{\r
-       CHECK_PARAM(PARAM_UART_IrDA(UARTx));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               UARTx->ICR |= UART_ICR_IRDAEN;\r
-       }\r
-       else\r
-       {\r
-               UARTx->ICR &= (~UART_ICR_IRDAEN) & UART_ICR_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure Pulse divider for IrDA function on UART peripheral.\r
- * @param[in]  UARTx UART peripheral selected, should be LPC_UART3 (only)\r
- * @param[in]  PulseDiv Pulse Divider value from Peripheral clock,\r
- *                             should be one of the following:\r
- *                                     - UART_IrDA_PULSEDIV2   :Pulse width = 2 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV4   :Pulse width = 4 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV8   :Pulse width = 8 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV16  :Pulse width = 16 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV32  :Pulse width = 32 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV64  :Pulse width = 64 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV128 :Pulse width = 128 * Tpclk\r
- *                                     - UART_IrDA_PULSEDIV256 :Pulse width = 256 * Tpclk\r
- * @return             None\r
- **********************************************************************/\r
-void UART_IrDAPulseDivConfig(LPC_USARTn_Type *UARTx, UART_IrDA_PULSE_Type PulseDiv)\r
-{\r
-       uint32_t tmp, tmp1;\r
-       CHECK_PARAM(PARAM_UART_IrDA(UARTx));\r
-       CHECK_PARAM(PARAM_UART_IrDA_PULSEDIV(PulseDiv));\r
-\r
-       tmp1 = UART_ICR_PULSEDIV(PulseDiv);\r
-       tmp = UARTx->ICR & (~UART_ICR_PULSEDIV(7));\r
-       tmp |= tmp1 | UART_ICR_FIXPULSE_EN;\r
-       UARTx->ICR = tmp & UART_ICR_BITMASK;\r
-}\r
-\r
-#endif\r
-\r
-\r
-/* UART1 FullModem function ---------------------------------------------*/\r
-\r
-#ifdef _UART1\r
-\r
-/*********************************************************************//**\r
- * @brief              Force pin DTR/RTS corresponding to given state (Full modem mode)\r
- * @param[in]  UARTx   LPC_UART1 (only)\r
- * @param[in]  Pin     Pin that NewState will be applied to, should be:\r
- *                                     - UART1_MODEM_PIN_DTR   :DTR pin.\r
- *                                     - UART1_MODEM_PIN_RTS   :RTS pin.\r
- * @param[in]  NewState New State of DTR/RTS pin, should be:\r
- *                                     - INACTIVE      :Force the pin to inactive signal.\r
-                                       - ACTIVE        :Force the pin to active signal.\r
- * @return none\r
- **********************************************************************/\r
-void UART_FullModemForcePinState(LPC_UART1_Type *UARTx, UART_MODEM_PIN_Type Pin, \\r
-                                                       UART1_SignalState NewState)\r
-{\r
-       uint8_t tmp = 0;\r
-\r
-       CHECK_PARAM(PARAM_UART1_MODEM(UARTx));\r
-       CHECK_PARAM(PARAM_UART1_MODEM_PIN(Pin));\r
-       CHECK_PARAM(PARAM_UART1_SIGNALSTATE(NewState));\r
-\r
-       switch (Pin){\r
-       case UART1_MODEM_PIN_DTR:\r
-               tmp = UART1_MCR_DTR_CTRL;\r
-               break;\r
-       case UART1_MODEM_PIN_RTS:\r
-               tmp = UART1_MCR_RTS_CTRL;\r
-               break;\r
-       default:\r
-               break;\r
-       }\r
-\r
-       if (NewState == ACTIVE){\r
-               UARTx->MCR |= tmp;\r
-       } else {\r
-               UARTx->MCR &= (~tmp) & UART1_MCR_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Configure Full Modem mode for UART peripheral\r
- * @param[in]  UARTx   LPC_UART1 (only)\r
- * @param[in]  Mode Full Modem mode, should be:\r
- *                                     - UART1_MODEM_MODE_LOOPBACK     :Loop back mode.\r
- *                                     - UART1_MODEM_MODE_AUTO_RTS     :Auto-RTS mode.\r
- *                                     - UART1_MODEM_MODE_AUTO_CTS     :Auto-CTS mode.\r
- * @param[in]  NewState New State of this mode, should be:\r
- *                                     - ENABLE        :Enable this mode.\r
-                                       - DISABLE       :Disable this mode.\r
- * @return none\r
- **********************************************************************/\r
-void UART_FullModemConfigMode(LPC_UART1_Type *UARTx, UART_MODEM_MODE_Type Mode, \\r
-                                                       FunctionalState NewState)\r
-{\r
-       uint8_t tmp;\r
-\r
-       CHECK_PARAM(PARAM_UART1_MODEM(UARTx));\r
-       CHECK_PARAM(PARAM_UART1_MODEM_MODE(Mode));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(NewState));\r
-\r
-       switch(Mode){\r
-       case UART1_MODEM_MODE_LOOPBACK:\r
-               tmp = UART1_MCR_LOOPB_EN;\r
-               break;\r
-       case UART1_MODEM_MODE_AUTO_RTS:\r
-               tmp = UART1_MCR_AUTO_RTS_EN;\r
-               break;\r
-       case UART1_MODEM_MODE_AUTO_CTS:\r
-               tmp = UART1_MCR_AUTO_CTS_EN;\r
-               break;\r
-       default:\r
-               break;\r
-       }\r
-\r
-       if (NewState == ENABLE)\r
-       {\r
-               UARTx->MCR |= tmp;\r
-       }\r
-       else\r
-       {\r
-               UARTx->MCR &= (~tmp) & UART1_MCR_BITMASK;\r
-       }\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Get current status of modem status register\r
- * @param[in]  UARTx   LPC_UART1 (only)\r
- * @return             Current value of modem status register\r
- * Note:       The return value of this function must be ANDed with each member\r
- *                     UART_MODEM_STAT_type enumeration to determine current flag status\r
- *                     corresponding to each modem flag status. Because some flags in\r
- *                     modem status register will be cleared after reading, the next reading\r
- *                     modem register could not be correct. So this function used to\r
- *                     read modem status register in one time only, then the return value\r
- *                     used to check all flags.\r
- **********************************************************************/\r
-uint8_t UART_FullModemGetStatus(LPC_UART1_Type *UARTx)\r
-{\r
-       CHECK_PARAM(PARAM_UART1_MODEM(UARTx));\r
-       return ((UARTx->MSR) & UART1_MSR_BITMASK);\r
-}\r
-\r
-#endif /* _UART1 */\r
-/* UART RS485 functions --------------------------------------------------------------*/\r
-\r
-/*********************************************************************//**\r
-* @brief               Configure UART peripheral in RS485 mode according to the specified\r
- *               parameters in the RS485ConfigStruct.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  RS485ConfigStruct Pointer to a UART_RS485_CTRLCFG_Type structure\r
- *              that contains the configuration information for specified UART\r
- *              in RS485 mode.\r
- * @return             None\r
- **********************************************************************/\r
-void UART_RS485Config(LPC_USARTn_Type *UARTx, UART_RS485_CTRLCFG_Type *RS485ConfigStruct)\r
-{\r
-       uint32_t tmp;\r
-\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(RS485ConfigStruct->AutoAddrDetect_State));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(RS485ConfigStruct->AutoDirCtrl_State));\r
-       CHECK_PARAM(PARAM_UART_RS485_CFG_DELAYVALUE(RS485ConfigStruct->DelayValue));\r
-       CHECK_PARAM(PARAM_SETSTATE(RS485ConfigStruct->DirCtrlPol_Level));\r
-       CHECK_PARAM(PARAM_UART_RS485_DIRCTRL_PIN(RS485ConfigStruct->DirCtrlPin));\r
-       CHECK_PARAM(PARAM_UART_RS485_CFG_MATCHADDRVALUE(RS485ConfigStruct->MatchAddrValue));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(RS485ConfigStruct->NormalMultiDropMode_State));\r
-       CHECK_PARAM(PARAM_FUNCTIONALSTATE(RS485ConfigStruct->Rx_State));\r
-\r
-       tmp = 0;\r
-       // If Auto Direction Control is enabled -  This function is used in Master mode\r
-       if (RS485ConfigStruct->AutoDirCtrl_State == ENABLE)\r
-       {\r
-               tmp |= UART_RS485CTRL_DCTRL_EN;\r
-\r
-               // Set polar\r
-               if (RS485ConfigStruct->DirCtrlPol_Level == SET)\r
-               {\r
-                       tmp |= UART_RS485CTRL_OINV_1;\r
-               }\r
-\r
-               // Set pin according to\r
-               if (RS485ConfigStruct->DirCtrlPin == UART_RS485_DIRCTRL_DTR)\r
-               {\r
-                       tmp |= UART_RS485CTRL_SEL_DTR;\r
-               }\r
-\r
-               // Fill delay time\r
-               if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->RS485DLY = RS485ConfigStruct->DelayValue & UART_RS485DLY_BITMASK;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->RS485DLY = RS485ConfigStruct->DelayValue & UART_RS485DLY_BITMASK;\r
-               }\r
-       }\r
-\r
-       // MultiDrop mode is enable\r
-       if (RS485ConfigStruct->NormalMultiDropMode_State == ENABLE)\r
-       {\r
-               tmp |= UART_RS485CTRL_NMM_EN;\r
-       }\r
-\r
-       // Auto Address Detect function\r
-       if (RS485ConfigStruct->AutoAddrDetect_State == ENABLE)\r
-       {\r
-               tmp |= UART_RS485CTRL_AADEN;\r
-               // Fill Match Address\r
-               if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-               {\r
-                       ((LPC_UART1_Type *)UARTx)->RS485ADRMATCH = RS485ConfigStruct->MatchAddrValue & UART_RS485ADRMATCH_BITMASK;\r
-               }\r
-               else\r
-               {\r
-                       UARTx->RS485ADRMATCH = RS485ConfigStruct->MatchAddrValue & UART_RS485ADRMATCH_BITMASK;\r
-               }\r
-       }\r
-\r
-\r
-       // Receiver is disable\r
-       if (RS485ConfigStruct->Rx_State == DISABLE)\r
-       {\r
-               tmp |= UART_RS485CTRL_RX_DIS;\r
-       }\r
-\r
-       // write back to RS485 control register\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->RS485CTRL = tmp & UART_RS485CTRL_BITMASK;\r
-       }\r
-       else\r
-       {\r
-               UARTx->RS485CTRL = tmp & UART_RS485CTRL_BITMASK;\r
-       }\r
-\r
-       // Enable Parity function and leave parity in stick '0' parity as default\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               ((LPC_UART1_Type *)UARTx)->LCR |= (UART_LCR_PARITY_F_0 | UART_LCR_PARITY_EN);\r
-       }\r
-       else\r
-       {\r
-               UARTx->LCR |= (UART_LCR_PARITY_F_0 | UART_LCR_PARITY_EN);\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Enable/Disable receiver in RS485 module in UART\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  NewState        New State of command, should be:\r
- *                                     - ENABLE        :Enable this function.\r
- *                                     - DISABLE       :Disable this function.\r
- * @return             None\r
- **********************************************************************/\r
-void UART_RS485ReceiverCmd(LPC_USARTn_Type *UARTx, FunctionalState NewState)\r
-{\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               if (NewState == ENABLE){\r
-                       ((LPC_UART1_Type *)UARTx)->RS485CTRL &= ~UART_RS485CTRL_RX_DIS;\r
-               } else {\r
-                       ((LPC_UART1_Type *)UARTx)->RS485CTRL |= UART_RS485CTRL_RX_DIS;\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if (NewState == ENABLE){\r
-                       UARTx->RS485CTRL &= ~UART_RS485CTRL_RX_DIS;\r
-               } else {\r
-                       UARTx->RS485CTRL |= UART_RS485CTRL_RX_DIS;\r
-               }\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Send data on RS485 bus with specified parity stick value (9-bit mode).\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  pDatFrm         Pointer to data frame.\r
- * @param[in]  size            Size of data.\r
- * @param[in]  ParityStick     Parity Stick value, should be 0 or 1.\r
- * @return             None\r
- **********************************************************************/\r
-uint32_t UART_RS485Send(LPC_USARTn_Type *UARTx, uint8_t *pDatFrm, \\r
-                                       uint32_t size, uint8_t ParityStick)\r
-{\r
-       uint8_t tmp, save;\r
-       uint32_t cnt;\r
-       if (((LPC_UART1_Type *)UARTx) == LPC_UART1)\r
-       {\r
-               if (ParityStick){\r
-                       save = tmp = ((LPC_UART1_Type *)UARTx)->LCR & UART_LCR_BITMASK;\r
-                       tmp &= ~(UART_LCR_PARITY_EVEN);\r
-                       ((LPC_UART1_Type *)UARTx)->LCR = tmp;\r
-                       cnt = UART_Send((LPC_USARTn_Type *)UARTx, pDatFrm, size, BLOCKING);\r
-                       while (!(((LPC_UART1_Type *)UARTx)->LSR & UART_LSR_TEMT));\r
-                       ((LPC_UART1_Type *)UARTx)->LCR = save;\r
-               } else {\r
-                       cnt = UART_Send((LPC_USARTn_Type *)UARTx, pDatFrm, size, BLOCKING);\r
-                       while (!(((LPC_UART1_Type *)UARTx)->LSR & UART_LSR_TEMT));\r
-               }\r
-       }\r
-       else\r
-       {\r
-               if (ParityStick){\r
-                       save = tmp = UARTx->LCR & UART_LCR_BITMASK;\r
-                       tmp &= ~(UART_LCR_PARITY_EVEN);\r
-                       UARTx->LCR = tmp;\r
-                       cnt = UART_Send((LPC_USARTn_Type *)UARTx, pDatFrm, size, BLOCKING);\r
-                       while (!(UARTx->LSR & UART_LSR_TEMT));\r
-                       UARTx->LCR = save;\r
-               } else {\r
-                       cnt = UART_Send((LPC_USARTn_Type *)UARTx, pDatFrm, size, BLOCKING);\r
-                       while (!(UARTx->LSR & UART_LSR_TEMT));\r
-               }\r
-       }\r
-       return cnt;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Send Slave address frames on RS485 bus.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  SlvAddr Slave Address.\r
- * @return             None\r
- **********************************************************************/\r
-void UART_RS485SendSlvAddr(LPC_USARTn_Type *UARTx, uint8_t SlvAddr)\r
-{\r
-       UART_RS485Send(UARTx, &SlvAddr, 1, 1);\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Send Data frames on RS485 bus.\r
- * @param[in]  UARTx   UART peripheral selected, should be:\r
- *                                     - LPC_UART0     :UART0 peripheral\r
- *                                     - LPC_UART1     :UART1 peripheral\r
- *                                     - LPC_UART2     :UART2 peripheral\r
- *                                     - LPC_UART3     :UART3 peripheral\r
- * @param[in]  pData Pointer to data to be sent.\r
- * @param[in]  size Size of data frame to be sent.\r
- * @return             None\r
- **********************************************************************/\r
-uint32_t UART_RS485SendData(LPC_USARTn_Type *UARTx, uint8_t *pData, uint32_t size)\r
-{\r
-       return (UART_RS485Send(UARTx, pData, size, 0));\r
-}\r
-\r
-\r
-#endif /* _UART */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/**\r
- * @}\r
- */\r
-/* --------------------------------- End Of File ------------------------------ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_utils.c
deleted file mode 100644 (file)
index bb9414b..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-#include "lpc18xx_utils.h"\r
-#include "lpc18xx_timer.h"\r
-\r
-//timer init\r
-TIM_TIMERCFG_Type TIM_ConfigStruct;\r
-TIM_MATCHCFG_Type TIM_MatchConfigStruct;\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Main TIMER program body\r
- * @param[in]  None\r
- * @return             int\r
- **********************************************************************/\r
-int timer_delay_us( int cnt)\r
-{\r
-\r
-       // Initialize timer 0, prescale count time of 1uS\r
-       TIM_ConfigStruct.PrescaleOption = TIM_PRESCALE_USVAL;\r
-       TIM_ConfigStruct.PrescaleValue  = 20;\r
-\r
-       // use channel 0, MR0\r
-       TIM_MatchConfigStruct.MatchChannel = 0;\r
-       // Disable interrupt when MR0 matches the value in TC register\r
-       TIM_MatchConfigStruct.IntOnMatch   = TRUE;\r
-       //Enable reset on MR0: TIMER will reset if MR0 matches it\r
-       TIM_MatchConfigStruct.ResetOnMatch = TRUE;\r
-       //Stop on MR0 if MR0 matches it\r
-       TIM_MatchConfigStruct.StopOnMatch  = TRUE;\r
-\r
-       TIM_MatchConfigStruct.ExtMatchOutputType =TIM_EXTMATCH_NOTHING;\r
-       \r
-       TIM_MatchConfigStruct.MatchValue   = cnt;\r
-\r
-       // Set configuration for Tim_config and Tim_MatchConfig\r
-       TIM_Init(LPC_TIMER0, TIM_TIMER_MODE,&TIM_ConfigStruct);\r
-       TIM_ConfigMatch(LPC_TIMER0,&TIM_MatchConfigStruct);\r
-       TIM_Cmd(LPC_TIMER0,ENABLE);\r
-\r
-       while ( !(TIM_GetIntStatus(LPC_TIMER0,TIM_MR0_INT)));\r
-       TIM_ClearIntPending(LPC_TIMER0,(TIM_INT_TYPE)0);\r
-\r
-  return 0;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Main TIMER program body\r
- * @param[in]  None\r
- * @return             int\r
- **********************************************************************/\r
-int timer_delay_ms( int cnt)\r
-{\r
-\r
-       // Initialize timer 0, prescale count time of 1uS\r
-       TIM_ConfigStruct.PrescaleOption = TIM_PRESCALE_USVAL;\r
-       TIM_ConfigStruct.PrescaleValue  = 1000;\r
-\r
-       // use channel 0, MR0\r
-       TIM_MatchConfigStruct.MatchChannel = 1;\r
-       // Disable interrupt when MR0 matches the value in TC register\r
-       TIM_MatchConfigStruct.IntOnMatch   = TRUE;\r
-       //Enable reset on MR0: TIMER will reset if MR0 matches it\r
-       TIM_MatchConfigStruct.ResetOnMatch = TRUE;\r
-       //Stop on MR0 if MR0 matches it\r
-       TIM_MatchConfigStruct.StopOnMatch  = TRUE;\r
-\r
-       TIM_MatchConfigStruct.ExtMatchOutputType =TIM_EXTMATCH_NOTHING;\r
-       \r
-       TIM_MatchConfigStruct.MatchValue   = cnt;\r
-\r
-       // Set configuration for Tim_config and Tim_MatchConfig\r
-       TIM_Init(LPC_TIMER1, TIM_TIMER_MODE,&TIM_ConfigStruct);\r
-       TIM_ConfigMatch(LPC_TIMER1,&TIM_MatchConfigStruct);\r
-       TIM_Cmd(LPC_TIMER1,ENABLE);\r
-\r
-       while ( !(TIM_GetIntStatus(LPC_TIMER1,TIM_MR1_INT)));\r
-       TIM_ClearIntPending(LPC_TIMER1,(TIM_INT_TYPE)1);\r
-\r
-  return 0;\r
-}\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_wwdt.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/lpc18xx_wwdt.c
deleted file mode 100644 (file)
index 737cf22..0000000
+++ /dev/null
@@ -1,268 +0,0 @@
-/**********************************************************************\r
-* $Id$         lpc18xx_wwdt.c          2011-06-02\r
-*//**\r
-* @file                lpc18xx_wwdt.c\r
-* @brief       Contains all functions support for WDT firmware library\r
-*                      on LPC18xx\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @addtogroup WWDT\r
- * @{\r
- */\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "lpc18xx_wwdt.h"\r
-\r
-/* If this source file built with example, the LPC18xx FW library configuration\r
- * file in each example directory ("lpc18xx_libcfg.h") must be included,\r
- * otherwise the default FW library configuration file must be included instead\r
- */\r
-#ifdef __BUILD_WITH_EXAMPLE__\r
-#include "lpc18xx_libcfg.h"\r
-#else\r
-#include "lpc18xx_libcfg_default.h"\r
-#endif /* __BUILD_WITH_EXAMPLE__ */\r
-\r
-\r
-#ifdef _WWDT\r
-\r
-void WWDT_SetTimeOut(uint32_t timeout);\r
-\r
-/*********************************************************************//**\r
- * @brief              Update WDT timeout value and feed\r
- * @param[in]  timeout WDT timeout (us)\r
- * @return             none\r
- **********************************************************************/\r
-void WWDT_SetTimeOut(uint32_t timeout)\r
-{\r
-       uint32_t timeoutVal;\r
-\r
-       timeoutVal = WDT_GET_FROM_USEC(timeout);\r
-\r
-       if(timeoutVal < WWDT_TIMEOUT_MIN)\r
-       {\r
-               timeoutVal = WWDT_TIMEOUT_MIN;\r
-       }\r
-       else if (timeoutVal > WWDT_TIMEOUT_MAX)\r
-       {\r
-               timeoutVal = WWDT_TIMEOUT_MAX;\r
-       }\r
-\r
-       LPC_WWDT->TC = timeoutVal;\r
-}\r
-/* Public Functions ----------------------------------------------------------- */\r
-/** @addtogroup WDT_Public_Functions\r
- * @{\r
- */\r
-\r
-/*********************************************************************//**\r
-* @brief               Initial for Watchdog function\r
-* @param[in]   none\r
-* @return              None\r
- **********************************************************************/\r
-void WWDT_Init(void)\r
-{\r
-       LPC_WWDT->MOD   = 0;                                    // Clear time out and interrupt flags\r
-       LPC_WWDT->TC    = WWDT_TIMEOUT_MIN;     // Reset time out\r
-       LPC_WWDT->WARNINT= 0;                                   // Reset warning value\r
-       LPC_WWDT->WINDOW = WWDT_WINDOW_MAX;             // Reset window value\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Update WDT timeout value and feed\r
- * @param[in]  TimeOut TimeOut value to be updated, should be in range:\r
- *                             2048 .. 134217728\r
- * @return             None\r
- *********************************************************************/\r
-void WDT_UpdateTimeOut(uint32_t TimeOut)\r
-{\r
-       /* check WDPROTECT,\r
-        * if it is enable, wait until the counter is below the value of\r
-        * WDWARNINT and WDWINDOW\r
-        */\r
-       if(LPC_WWDT->MOD & (1<<4))\r
-       {\r
-               while((LPC_WWDT->TV <(LPC_WWDT->WARNINT & WWDT_WDWARNINT_MASK))\\r
-                                               &&(LPC_WWDT->TV <(LPC_WWDT->WINDOW & WWDT_WDTC_MASK)));\r
-       }\r
-\r
-       WWDT_SetTimeOut(TimeOut);\r
-}\r
-/********************************************************************//**\r
- * @brief              After set WDTEN, call this function to start Watchdog\r
- *                             or reload the Watchdog timer\r
- * @param[in]  None\r
- * @return             None\r
- *********************************************************************/\r
-void WWDT_Feed (void)\r
-{\r
-       LPC_WWDT->FEED = 0xAA;\r
-\r
-       LPC_WWDT->FEED = 0x55;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Update WDT timeout value and feed\r
- * @param[in]  WarnTime        time to generate watchdog warning interrupt(us)\r
- *                             should be in range: 2048 .. 8192\r
- * @return             None\r
- *********************************************************************/\r
-void WWDT_SetWarning(uint32_t WarnTime)\r
-{\r
-       uint32_t warnVal;\r
-\r
-       warnVal = WDT_GET_FROM_USEC(WarnTime);\r
-\r
-       if(warnVal <= WWDT_WARNINT_MIN)\r
-       {\r
-               warnVal = WWDT_WARNINT_MIN;\r
-       }\r
-       else if (warnVal >= WWDT_WARNINT_MAX)\r
-       {\r
-               warnVal = WWDT_WARNINT_MAX;\r
-       }\r
-\r
-       LPC_WWDT->WARNINT = warnVal;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Update WDT timeout value and feed\r
- * @param[in]  WindowedTime    expected time to set watchdog window event(us)\r
- * @return             none\r
- *********************************************************************/\r
-void WWDT_SetWindow(uint32_t WindowedTime)\r
-{\r
-       uint32_t wndVal;\r
-\r
-       wndVal = WDT_GET_FROM_USEC(WindowedTime);\r
-\r
-       if(wndVal <= WWDT_WINDOW_MIN)\r
-       {\r
-               wndVal = WWDT_WINDOW_MIN;\r
-       }\r
-       else if (wndVal >= WWDT_WINDOW_MAX)\r
-       {\r
-               wndVal = WWDT_WINDOW_MAX;\r
-       }\r
-\r
-       LPC_WWDT->WINDOW = wndVal;\r
-}\r
-/*********************************************************************//**\r
-* @brief               Enable/Disable WWDT activity\r
-* @param[in]   None\r
-* @return              None\r
- **********************************************************************/\r
-void WWDT_Configure(st_Wdt_Config wdtCfg)\r
-{\r
-       WWDT_SetTimeOut(wdtCfg.wdtTmrConst);\r
-\r
-       if(wdtCfg.wdtReset)\r
-       {\r
-               LPC_WWDT->MOD |= WWDT_WDMOD_WDRESET;\r
-       }\r
-       else\r
-       {\r
-               LPC_WWDT->MOD &= ~WWDT_WDMOD_WDRESET;\r
-       }\r
-\r
-       if(wdtCfg.wdtProtect)\r
-       {\r
-               LPC_WWDT->MOD |= WWDT_WDMOD_WDPROTECT;\r
-       }\r
-       else\r
-       {\r
-               LPC_WWDT->MOD &= ~WWDT_WDMOD_WDPROTECT;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
-* @brief               Enable WWDT activity\r
-* @param[in]   None\r
-* @return              None\r
- **********************************************************************/\r
-void WWDT_Start(void)\r
-{\r
-       LPC_WWDT->MOD |= WWDT_WDMOD_WDEN;\r
-       WWDT_Feed();\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Read WWDT status flag\r
- * @param[in]  Status kind of status flag that you want to get, should be:\r
- *                             - WWDT_WARNINT_FLAG: watchdog interrupt flag\r
- *                             - WWDT_TIMEOUT_FLAG: watchdog time-out flag\r
- * @return             Time out flag status of WDT\r
- *********************************************************************/\r
-FlagStatus WWDT_GetStatus (uint8_t Status)\r
-{\r
-       if(Status == WWDT_WARNINT_FLAG)\r
-       {\r
-               return ((FlagStatus)(LPC_WWDT->MOD & (1<<3)));\r
-       }\r
-       else if (Status == WWDT_TIMEOUT_FLAG)\r
-       {\r
-               return ((FlagStatus)(LPC_WWDT->MOD & (1<<2)));\r
-       }\r
-       return (FlagStatus)RESET;\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Read WWDT status flag\r
- * @param[in]  Status kind of status flag that you want to get, should be:\r
- *                             - WWDT_WARNINT_FLAG: watchdog interrupt flag\r
- *                             - WWDT_TIMEOUT_FLAG: watchdog time-out flag\r
- * @return             Time out flag status of WDT\r
- *********************************************************************/\r
-void WWDT_ClearStatusFlag (uint8_t flag)\r
-{\r
-       if(flag == WWDT_WARNINT_FLAG)\r
-       {\r
-               // Write 1 to this bit to clear itself\r
-               LPC_WWDT->MOD |= WWDT_WDMOD_WDINT;\r
-       }\r
-       else if(flag == WWDT_TIMEOUT_FLAG)\r
-       {\r
-               // Write 0 to this bit to clear itself\r
-               LPC_WWDT->MOD &= ~ WWDT_WDMOD_WDTOF;\r
-       }\r
-}\r
-\r
-/********************************************************************//**\r
- * @brief              Get the current value of WDT\r
- * @param[in]  None\r
- * @return             current value of WDT\r
- *********************************************************************/\r
-uint32_t WWDT_GetCurrentCount(void)\r
-{\r
-       return LPC_WWDT->TV;\r
-}\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-#endif /* _WWDT */\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/system_LPC18xx.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/CMSISv2p10_LPC18xx_DriverLib/src/system_LPC18xx.c
deleted file mode 100644 (file)
index 65d8574..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-/*\r
- * Modifications for use with Code Red's toolchain - 2011/11/24\r
- */\r
-/**********************************************************************\r
-* $Id$         system_LPC18xx.c                        2011-06-02\r
-*//**\r
-* @file                system_LPC18xx.c\r
-* @brief       Cortex-M3 Device System Source File for NXP LPC18xx Series.\r
-* @version     1.0\r
-* @date                02. June. 2011\r
-* @author      NXP MCU SW Application Team\r
-*\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-*\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-#include "LPC18xx.h"\r
-#include "lpc18xx_cgu.h"\r
-/*----------------------------------------------------------------------------\r
-  Define clocks\r
- *----------------------------------------------------------------------------*/\r
-#define __IRC            (12000000UL)    /* IRC Oscillator frequency          */\r
-\r
-/*----------------------------------------------------------------------------\r
-  Clock Variable definitions\r
- *----------------------------------------------------------------------------*/\r
-uint32_t SystemCoreClock = __IRC * 10UL;               /*!< System Clock Frequency (Core Clock)*/\r
-\r
-#ifndef __CODE_RED\r
-extern uint32_t getPC(void);\r
-#endif\r
-\r
-/**\r
- * Initialize the system\r
- *\r
- * @param  none\r
- * @return none\r
- *\r
- * @brief  Setup the microcontroller system.\r
- *         Initialize the System.\r
- */\r
-void SystemInit (void)\r
-{\r
-#ifdef __CODE_RED\r
-    // CodeRed startup code will modify VTOR register to match\r
-    // when code has been linked to run from.\r
-\r
-    // Check whether we are running from external flash\r
-    if (SCB->VTOR == 0x1C000000)\r
-        /*Enable Buffer for External Flash*/\r
-        LPC_EMC->STATICCONFIG0 |= 1<<19;\r
-\r
-    // Call clock initialisation code\r
-    CGU_Init();\r
-\r
-#else\r
-       // Enable VTOR register to point to vector table\r
-       SCB->VTOR = getPC() & 0xFFF00000;\r
-    /*Enable Buffer for External Flash*/\r
-    LPC_EMC->STATICCONFIG0 |= 1<<19;\r
-\r
-#endif\r
-\r
-}\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/cdcuser.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/cdcuser.c
deleted file mode 100644 (file)
index b30c362..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-/*----------------------------------------------------------------------------\r
- *      U S B  -  K e r n e l\r
- *----------------------------------------------------------------------------\r
- *      Name:    cdcuser.c\r
- *      Purpose: USB Communication Device Class User module\r
- *      Version: V1.10\r
- *----------------------------------------------------------------------------\r
-*      This software is supplied "AS IS" without any warranties, express,\r
- *      implied or statutory, including but not limited to the implied\r
- *      warranties of fitness for purpose, satisfactory quality and\r
- *      noninfringement. Keil extends you a royalty-free right to reproduce\r
- *      and distribute executable files created using this software for use\r
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else\r
- *      gives you the right to use this software.\r
- *\r
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.\r
- *---------------------------------------------------------------------------*/\r
-\r
-#include "lpc_types.h"\r
-\r
-#include "usb.h"\r
-#include "usbhw.h"\r
-#include "usbcfg.h"\r
-#include "usbcore.h"\r
-#include "cdc.h"\r
-#include "cdcuser.h"\r
-\r
-#ifdef __ICCARM__\r
-#pragma data_alignment=4\r
-#define __align(x)\r
-#elif defined   (  __GNUC__  )\r
-#define __align(x) __attribute__((aligned(x)))\r
-#endif\r
-\r
-unsigned char __align(4) BulkBufOut [USB_CDC_BUFSIZE];            // Buffer to store USB OUT packet\r
-\r
-#ifdef __ICCARM__\r
-#undef __align(x)\r
-#endif\r
-\r
-/*----------------------------------------------------------------------------\r
-  We need a buffer for incomming data on USB port because USB receives\r
-  much faster than  UART transmits\r
- *---------------------------------------------------------------------------*/\r
-/* Buffer masks */\r
-#define CDC_BUF_SIZE               (64)               // Output buffer in bytes (power 2)\r
-                                                       // large enough for file transfer\r
-#define CDC_BUF_MASK               (CDC_BUF_SIZE-1ul)\r
-\r
-/* Buffer read / write macros */\r
-#define CDC_BUF_RESET(cdcBuf)      (cdcBuf.rdIdx = cdcBuf.wrIdx = 0)\r
-#define CDC_BUF_WR(cdcBuf, dataIn) (cdcBuf.data[CDC_BUF_MASK & cdcBuf.wrIdx++] = (dataIn))\r
-#define CDC_BUF_RD(cdcBuf)         (cdcBuf.data[CDC_BUF_MASK & cdcBuf.rdIdx++])\r
-#define CDC_BUF_EMPTY(cdcBuf)      (cdcBuf.rdIdx == cdcBuf.wrIdx)\r
-#define CDC_BUF_FULL(cdcBuf)       (cdcBuf.rdIdx == cdcBuf.wrIdx+1)\r
-#define CDC_BUF_COUNT(cdcBuf)      (CDC_BUF_MASK & (cdcBuf.wrIdx - cdcBuf.rdIdx))\r
-\r
-\r
-// CDC output buffer\r
-typedef struct __CDC_BUF_T {\r
-  unsigned char data[CDC_BUF_SIZE];\r
-  unsigned int wrIdx;\r
-  unsigned int rdIdx;\r
-} CDC_BUF_T;\r
-\r
-CDC_BUF_T  CDC_OutBuf;                                 // buffer for all CDC Out data\r
-\r
-/*----------------------------------------------------------------------------\r
-  read data from CDC_OutBuf\r
- *---------------------------------------------------------------------------*/\r
-int CDC_RdOutBuf (char *buffer, const int *length) {\r
-  int bytesToRead, bytesRead;\r
-\r
-  /* Read *length bytes, block if *bytes are not avaialable    */\r
-  bytesToRead = *length;\r
-  bytesToRead = (bytesToRead < (*length)) ? bytesToRead : (*length);\r
-  bytesRead = bytesToRead;\r
-\r
-  // ... add code to check for underrun\r
-\r
-  while (bytesToRead--) {\r
-    *buffer++ = CDC_BUF_RD(CDC_OutBuf);\r
-  }\r
-  return (bytesRead);\r
-}\r
-\r
-/*----------------------------------------------------------------------------\r
-  write data to CDC_OutBuf\r
- *---------------------------------------------------------------------------*/\r
-int CDC_WrOutBuf (const char *buffer, int length) {\r
-  int bytesWritten;\r
-\r
-  // ... add code to check for overwrite\r
-\r
-  for( bytesWritten = 0; bytesWritten < length; bytesWritten++ ) {\r
-      CDC_BUF_WR(CDC_OutBuf, *buffer++);           // Copy Data to buffer\r
-  }\r
-\r
-  return (bytesWritten);\r
-}\r
-\r
-/*----------------------------------------------------------------------------\r
-  check if character(s) are available at CDC_OutBuf\r
- *---------------------------------------------------------------------------*/\r
-int CDC_OutBufAvailChar (int *availChar) {\r
-\r
-  *availChar = CDC_BUF_COUNT(CDC_OutBuf);\r
-\r
-  return (0);\r
-}\r
-/* end Buffer handling */\r
-\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC SendEncapsulatedCommand Request Callback\r
-  Called automatically on CDC SEND_ENCAPSULATED_COMMAND Request\r
-  Parameters:   None                          (global SetupPacket and EP0Buf)\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_SendEncapsulatedCommand (void) {\r
-\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC GetEncapsulatedResponse Request Callback\r
-  Called automatically on CDC Get_ENCAPSULATED_RESPONSE Request\r
-  Parameters:   None                          (global SetupPacket and EP0Buf)\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_GetEncapsulatedResponse (void) {\r
-\r
-  /* ... add code to handle request */\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC SetCommFeature Request Callback\r
-  Called automatically on CDC Set_COMM_FATURE Request\r
-  Parameters:   FeatureSelector\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_SetCommFeature (unsigned short wFeatureSelector) {\r
-\r
-  /* ... add code to handle request */\r
-  ( void ) wFeatureSelector;\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC GetCommFeature Request Callback\r
-  Called automatically on CDC Get_COMM_FATURE Request\r
-  Parameters:   FeatureSelector\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_GetCommFeature (unsigned short wFeatureSelector) {\r
-\r
-  /* ... add code to handle request */\r
-  ( void ) wFeatureSelector;\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC ClearCommFeature Request Callback\r
-  Called automatically on CDC CLEAR_COMM_FATURE Request\r
-  Parameters:   FeatureSelector\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_ClearCommFeature (unsigned short wFeatureSelector) {\r
-\r
-  /* ... add code to handle request */\r
-  ( void ) wFeatureSelector;\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC SetLineCoding Request Callback\r
-  Called automatically on CDC SET_LINE_CODING Request\r
-  Parameters:   none                    (global SetupPacket and EP0Buf)\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_SetLineCoding (void) {\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC GetLineCoding Request Callback\r
-  Called automatically on CDC GET_LINE_CODING Request\r
-  Parameters:   None                         (global SetupPacket and EP0Buf)\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_GetLineCoding (void) {\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC SetControlLineState Request Callback\r
-  Called automatically on CDC SET_CONTROL_LINE_STATE Request\r
-  Parameters:   ControlSignalBitmap\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_SetControlLineState (unsigned short wControlSignalBitmap) {\r
-\r
-  /* ... add code to handle request */\r
-  ( void ) wControlSignalBitmap;\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC SendBreak Request Callback\r
-  Called automatically on CDC Set_COMM_FATURE Request\r
-  Parameters:   0xFFFF  start of Break\r
-                0x0000  stop  of Break\r
-                0x####  Duration of Break\r
-  Return Value: TRUE - Success, FALSE - Error\r
- *---------------------------------------------------------------------------*/\r
-uint32_t CDC_SendBreak (unsigned short wDurationOfBreak) {\r
-\r
-  /* ... add code to handle request */\r
-  ( void ) wDurationOfBreak;\r
-  return (TRUE);\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC_BulkIn call on DataIn Request\r
-  Parameters:   none\r
-  Return Value: none\r
- *---------------------------------------------------------------------------*/\r
-void CDC_BulkIn(void) {\r
-}\r
-\r
-\r
-/*----------------------------------------------------------------------------\r
-  CDC_BulkOut call on DataOut Request\r
-  Parameters:   none\r
-  Return Value: none\r
- *---------------------------------------------------------------------------*/\r
-void CDC_BulkOut(void) {\r
-  int numBytesRead;\r
-\r
-  // get data from USB into intermediate buffer\r
-  numBytesRead = USB_ReadEP(CDC_DEP_OUT, &BulkBufOut[0]);\r
-\r
-  // ... add code to check for overwrite\r
-\r
-  // store data in a buffer to transmit it over serial interface\r
-  CDC_WrOutBuf ((char *)&BulkBufOut[0], numBytesRead);\r
-  vCDCNewDataNotify();\r
-}\r
-\r
-void CDC_BulkOutNak(void){\r
-\r
-    USB_ReadReqEP(CDC_DEP_OUT, &BulkBufOut[0], 64);\r
-}\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdc.h
deleted file mode 100644 (file)
index 7bb2abf..0000000
+++ /dev/null
@@ -1,283 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- *      Name:    CDC.h
- *      Purpose: USB Communication Device Class Definitions
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *---------------------------------------------------------------------------*/
-
-#ifndef __CDC_H
-#define __CDC_H
-#include "lpc_types.h"
-
-#if defined   (  __GNUC__  )
-#define __packed __attribute__((__packed__))
-#endif
-/*----------------------------------------------------------------------------
- *      Definitions  based on usbcdc11.pdf (www.usb.org)
- *---------------------------------------------------------------------------*/
-// Communication device class specification version 1.10
-#define CDC_V1_10                               0x0110
-
-// Communication interface class code
-// (usbcdc11.pdf, 4.2, Table 15)
-#define CDC_COMMUNICATION_INTERFACE_CLASS       0x02
-
-// Communication interface class subclass codes
-// (usbcdc11.pdf, 4.3, Table 16)
-#define CDC_DIRECT_LINE_CONTROL_MODEL           0x01
-#define CDC_ABSTRACT_CONTROL_MODEL              0x02
-#define CDC_TELEPHONE_CONTROL_MODEL             0x03
-#define CDC_MULTI_CHANNEL_CONTROL_MODEL         0x04
-#define CDC_CAPI_CONTROL_MODEL                  0x05
-#define CDC_ETHERNET_NETWORKING_CONTROL_MODEL   0x06
-#define CDC_ATM_NETWORKING_CONTROL_MODEL        0x07
-
-// Communication interface class control protocol codes
-// (usbcdc11.pdf, 4.4, Table 17)
-#define CDC_PROTOCOL_COMMON_AT_COMMANDS         0x01
-
-// Data interface class code
-// (usbcdc11.pdf, 4.5, Table 18)
-#define CDC_DATA_INTERFACE_CLASS                0x0A
-
-// Data interface class protocol codes
-// (usbcdc11.pdf, 4.7, Table 19)
-#define CDC_PROTOCOL_ISDN_BRI                   0x30
-#define CDC_PROTOCOL_HDLC                       0x31
-#define CDC_PROTOCOL_TRANSPARENT                0x32
-#define CDC_PROTOCOL_Q921_MANAGEMENT            0x50
-#define CDC_PROTOCOL_Q921_DATA_LINK             0x51
-#define CDC_PROTOCOL_Q921_MULTIPLEXOR           0x52
-#define CDC_PROTOCOL_V42                        0x90
-#define CDC_PROTOCOL_EURO_ISDN                  0x91
-#define CDC_PROTOCOL_V24_RATE_ADAPTATION        0x92
-#define CDC_PROTOCOL_CAPI                       0x93
-#define CDC_PROTOCOL_HOST_BASED_DRIVER          0xFD
-#define CDC_PROTOCOL_DESCRIBED_IN_PUFD          0xFE
-
-// Type values for bDescriptorType field of functional descriptors
-// (usbcdc11.pdf, 5.2.3, Table 24)
-#define CDC_CS_INTERFACE                        0x24
-#define CDC_CS_ENDPOINT                         0x25
-
-// Type values for bDescriptorSubtype field of functional descriptors
-// (usbcdc11.pdf, 5.2.3, Table 25)
-#define CDC_HEADER                              0x00
-#define CDC_CALL_MANAGEMENT                     0x01
-#define CDC_ABSTRACT_CONTROL_MANAGEMENT         0x02
-#define CDC_DIRECT_LINE_MANAGEMENT              0x03
-#define CDC_TELEPHONE_RINGER                    0x04
-#define CDC_REPORTING_CAPABILITIES              0x05
-#define CDC_UNION                               0x06
-#define CDC_COUNTRY_SELECTION                   0x07
-#define CDC_TELEPHONE_OPERATIONAL_MODES         0x08
-#define CDC_USB_TERMINAL                        0x09
-#define CDC_NETWORK_CHANNEL                     0x0A
-#define CDC_PROTOCOL_UNIT                       0x0B
-#define CDC_EXTENSION_UNIT                      0x0C
-#define CDC_MULTI_CHANNEL_MANAGEMENT            0x0D
-#define CDC_CAPI_CONTROL_MANAGEMENT             0x0E
-#define CDC_ETHERNET_NETWORKING                 0x0F
-#define CDC_ATM_NETWORKING                      0x10
-
-// CDC class-specific request codes
-// (usbcdc11.pdf, 6.2, Table 46)
-// see Table 45 for info about the specific requests.
-#define CDC_SEND_ENCAPSULATED_COMMAND           0x00
-#define CDC_GET_ENCAPSULATED_RESPONSE           0x01
-#define CDC_SET_COMM_FEATURE                    0x02
-#define CDC_GET_COMM_FEATURE                    0x03
-#define CDC_CLEAR_COMM_FEATURE                  0x04
-#define CDC_SET_AUX_LINE_STATE                  0x10
-#define CDC_SET_HOOK_STATE                      0x11
-#define CDC_PULSE_SETUP                         0x12
-#define CDC_SEND_PULSE                          0x13
-#define CDC_SET_PULSE_TIME                      0x14
-#define CDC_RING_AUX_JACK                       0x15
-#define CDC_SET_LINE_CODING                     0x20
-#define CDC_GET_LINE_CODING                     0x21
-#define CDC_SET_CONTROL_LINE_STATE              0x22
-#define CDC_SEND_BREAK                          0x23
-#define CDC_SET_RINGER_PARMS                    0x30
-#define CDC_GET_RINGER_PARMS                    0x31
-#define CDC_SET_OPERATION_PARMS                 0x32
-#define CDC_GET_OPERATION_PARMS                 0x33
-#define CDC_SET_LINE_PARMS                      0x34
-#define CDC_GET_LINE_PARMS                      0x35
-#define CDC_DIAL_DIGITS                         0x36
-#define CDC_SET_UNIT_PARAMETER                  0x37
-#define CDC_GET_UNIT_PARAMETER                  0x38
-#define CDC_CLEAR_UNIT_PARAMETER                0x39
-#define CDC_GET_PROFILE                         0x3A
-#define CDC_SET_ETHERNET_MULTICAST_FILTERS      0x40
-#define CDC_SET_ETHERNET_PMP_FILTER             0x41
-#define CDC_GET_ETHERNET_PMP_FILTER             0x42
-#define CDC_SET_ETHERNET_PACKET_FILTER          0x43
-#define CDC_GET_ETHERNET_STATISTIC              0x44
-#define CDC_SET_ATM_DATA_FORMAT                 0x50
-#define CDC_GET_ATM_DEVICE_STATISTICS           0x51
-#define CDC_SET_ATM_DEFAULT_VC                  0x52
-#define CDC_GET_ATM_VC_STATISTICS               0x53
-
-// Communication feature selector codes
-// (usbcdc11.pdf, 6.2.2..6.2.4, Table 47)
-#define CDC_ABSTRACT_STATE                      0x01
-#define CDC_COUNTRY_SETTING                     0x02
-
-// Feature Status returned for ABSTRACT_STATE Selector
-// (usbcdc11.pdf, 6.2.3, Table 48)
-#define CDC_IDLE_SETTING                        (1 << 0)
-#define CDC_DATA_MULTPLEXED_STATE               (1 << 1)
-
-
-// Control signal bitmap values for the SetControlLineState request
-// (usbcdc11.pdf, 6.2.14, Table 51)
-#define CDC_DTE_PRESENT                         (1 << 0)
-#define CDC_ACTIVATE_CARRIER                    (1 << 1)
-
-// CDC class-specific notification codes
-// (usbcdc11.pdf, 6.3, Table 68)
-// see Table 67 for Info about class-specific notifications
-#define CDC_NOTIFICATION_NETWORK_CONNECTION     0x00
-#define CDC_RESPONSE_AVAILABLE                  0x01
-#define CDC_AUX_JACK_HOOK_STATE                 0x08
-#define CDC_RING_DETECT                         0x09
-#define CDC_NOTIFICATION_SERIAL_STATE           0x20
-#define CDC_CALL_STATE_CHANGE                   0x28
-#define CDC_LINE_STATE_CHANGE                   0x29
-#define CDC_CONNECTION_SPEED_CHANGE             0x2A
-
-// UART state bitmap values (Serial state notification).
-// (usbcdc11.pdf, 6.3.5, Table 69)
-#define CDC_SERIAL_STATE_OVERRUN                (1 << 6)  // receive data overrun error has occurred
-#define CDC_SERIAL_STATE_PARITY                 (1 << 5)  // parity error has occurred
-#define CDC_SERIAL_STATE_FRAMING                (1 << 4)  // framing error has occurred
-#define CDC_SERIAL_STATE_RING                   (1 << 3)  // state of ring signal detection
-#define CDC_SERIAL_STATE_BREAK                  (1 << 2)  // state of break detection
-#define CDC_SERIAL_STATE_TX_CARRIER             (1 << 1)  // state of transmission carrier
-#define CDC_SERIAL_STATE_RX_CARRIER             (1 << 0)  // state of receiver carrier
-
-
-/*----------------------------------------------------------------------------
- *      Structures  based on usbcdc11.pdf (www.usb.org)
- *---------------------------------------------------------------------------*/
-
-// Header functional descriptor
-// (usbcdc11.pdf, 5.2.3.1)
-// This header must precede any list of class-specific descriptors.
-
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_HEADER_DESCRIPTOR{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_HEADER_DESCRIPTOR{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_HEADER_DESCRIPTOR {
-#endif
-  uint8_t bFunctionLength;                     // size of this descriptor in bytes
-  uint8_t bDescriptorType;                     // CS_INTERFACE descriptor type
-  uint8_t bDescriptorSubtype;                  // Header functional descriptor subtype
-  uint16_t bcdCDC;                              // USB CDC specification release version
-} CDC_HEADER_DESCRIPTOR;
-
-//Call management functional descriptor
-// (usbcdc11.pdf, 5.2.3.2)
-// Describes the processing of calls for the communication class interface.
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_CALL_MANAGEMENT_DESCRIPTOR{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_CALL_MANAGEMENT_DESCRIPTOR{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_CALL_MANAGEMENT_DESCRIPTOR {
-#endif
-  uint8_t bFunctionLength;                     // size of this descriptor in bytes
-  uint8_t bDescriptorType;                     // CS_INTERFACE descriptor type
-  uint8_t bDescriptorSubtype;                  // call management functional descriptor subtype
-  uint8_t bmCapabilities;                      // capabilities that this configuration supports
-  uint8_t bDataInterface;                      // interface number of the data class interface used for call management (optional)
-} CDC_CALL_MANAGEMENT_DESCRIPTOR;
-
-// Abstract control management functional descriptor
-// (usbcdc11.pdf, 5.2.3.3)
-// Describes the command supported by the communication interface class with the Abstract Control Model subclass code.
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_ABSTRACT_CONTROL_MANAGEMENT_DESCRIPTOR{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_ABSTRACT_CONTROL_MANAGEMENT_DESCRIPTOR{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_ABSTRACT_CONTROL_MANAGEMENT_DESCRIPTOR {
-#endif
-  uint8_t bFunctionLength;                     // size of this descriptor in bytes
-  uint8_t bDescriptorType;                     // CS_INTERFACE descriptor type
-  uint8_t bDescriptorSubtype;                  // abstract control management functional descriptor subtype
-  uint8_t bmCapabilities;                      // capabilities supported by this configuration
-} CDC_ABSTRACT_CONTROL_MANAGEMENT_DESCRIPTOR;
-
-// Union functional descriptors
-// (usbcdc11.pdf, 5.2.3.8)
-// Describes the relationship between a group of interfaces that can be considered to form a functional unit.
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_UNION_DESCRIPTOR{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_UNION_DESCRIPTOR{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_UNION_DESCRIPTOR {
-#endif
-  uint8_t bFunctionLength;                     // size of this descriptor in bytes
-  uint8_t bDescriptorType;                     // CS_INTERFACE descriptor type
-  uint8_t bDescriptorSubtype;                  // union functional descriptor subtype
-  uint8_t bMasterInterface;                    // interface number designated as master
-} CDC_UNION_DESCRIPTOR;
-
-// Union functional descriptors with one slave interface
-// (usbcdc11.pdf, 5.2.3.8)
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_UNION_1SLAVE_DESCRIPTOR{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_UNION_1SLAVE_DESCRIPTOR{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_UNION_1SLAVE_DESCRIPTOR {
-#endif
-  CDC_UNION_DESCRIPTOR sUnion;              // Union functional descriptor
-  uint8_t                 bSlaveInterfaces[1]; // Slave interface 0
-} CDC_UNION_1SLAVE_DESCRIPTOR;
-
-//  Line coding structure
-//  Format of the data returned when a GetLineCoding request is received
-// (usbcdc11.pdf, 6.2.13)
-#if defined     (  __CC_ARM  )
-typedef __packed struct _CDC_LINE_CODING{
-#elif defined (  __GNUC__  )
-typedef struct __packed  _CDC_LINE_CODING{
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _CDC_LINE_CODING {
-#endif
-  uint32_t dwDTERate;                          // Data terminal rate in bits per second
-  uint8_t  bCharFormat;                        // Number of stop bits
-  uint8_t  bParityType;                        // Parity bit type
-  uint8_t  bDataBits;                          // Number of data bits
-} CDC_LINE_CODING;
-
-// Notification header
-// Data sent on the notification endpoint must follow this header.
-// see  USB_SETUP_PACKET in file usb.h
-typedef USB_SETUP_PACKET CDC_NOTIFICATION_HEADER;
-
-#endif /* __CDC_H */
-
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdcuser.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/cdcuser.h
deleted file mode 100644 (file)
index f624e7b..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/*----------------------------------------------------------------------------\r
- *      U S B  -  K e r n e l\r
- *----------------------------------------------------------------------------\r
- *      Name:    cdcuser.h\r
- *      Purpose: USB Communication Device Class User module Definitions\r
- *      Version: V1.10\r
- *----------------------------------------------------------------------------\r
- *      This software is supplied "AS IS" without any warranties, express,\r
- *      implied or statutory, including but not limited to the implied\r
- *      warranties of fitness for purpose, satisfactory quality and\r
- *      noninfringement. Keil extends you a royalty-free right to reproduce\r
- *      and distribute executable files created using this software for use\r
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else\r
- *      gives you the right to use this software.\r
- *\r
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.\r
- *---------------------------------------------------------------------------*/\r
-\r
-#ifndef __CDCUSER_H__\r
-#define __CDCUSER_H__\r
-\r
-/* CDC buffer handling */\r
-extern int CDC_RdOutBuf        (char *buffer, const int *length);\r
-extern int CDC_WrOutBuf        (const char *buffer, int length);\r
-extern int CDC_OutBufAvailChar (int *availChar);\r
-extern void CDC_WaitNewData    ( void );\r
-\r
-\r
-/* CDC Data In/Out Endpoint Address */\r
-#define CDC_DEP_IN       0x82\r
-#define CDC_DEP_OUT      0x02\r
-\r
-/* CDC Communication In Endpoint Address */\r
-#define CDC_CEP_IN       0x81\r
-\r
-/* CDC Requests Callback Functions */\r
-extern uint32_t CDC_SendEncapsulatedCommand  (void);\r
-extern uint32_t CDC_GetEncapsulatedResponse  (void);\r
-extern uint32_t CDC_SetCommFeature           (unsigned short wFeatureSelector);\r
-extern uint32_t CDC_GetCommFeature           (unsigned short wFeatureSelector);\r
-extern uint32_t CDC_ClearCommFeature         (unsigned short wFeatureSelector);\r
-extern uint32_t CDC_GetLineCoding            (void);\r
-extern uint32_t CDC_SetLineCoding            (void);\r
-extern uint32_t CDC_SetControlLineState      (unsigned short wControlSignalBitmap);\r
-extern uint32_t CDC_SendBreak                (unsigned short wDurationOfBreak);\r
-\r
-/* CDC Bulk Callback Functions */\r
-extern void CDC_BulkIn                   (void);\r
-extern void CDC_BulkOut                  (void);\r
-extern void CDC_BulkOutNak                              (void);\r
-\r
-/* CDC Notification Callback Function */\r
-extern void CDC_NotificationIn           (void);\r
-\r
-/* CDC Initializtion Function */\r
-extern void CDC_Init (char portNum);\r
-\r
-/* CDC prepare the SERAIAL_STATE */\r
-extern unsigned short CDC_GetSerialState (void);\r
-\r
-/* CDC New data Notification Function */\r
-extern void vCDCNewDataNotify();\r
-\r
-/* flow control */\r
-extern unsigned short CDC_DepInEmpty;         // DataEndPoint IN empty\r
-\r
-#endif  /* __CDCUSER_H__ */\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/lpc43xx_libcfg.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/lpc43xx_libcfg.h
deleted file mode 100644 (file)
index cbfc0a2..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-/**********************************************************************
-* $Id$         lpc43xx_libcfg.h                2011-06-02
-*//**
-* @file                lpc43xx_libcfg.h
-* @brief       Library configuration file
-* @version     1.0
-* @date                02. June. 2011
-* @author      NXP MCU SW Application Team
-*
-* Copyright(C) 2011, NXP Semiconductor
-* All rights reserved.
-*
-***********************************************************************
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-
-#ifndef lpc43xx_LIBCFG_H_
-#define lpc43xx_LIBCFG_H_
-
-#include "lpc_types.h"
-
-
-/************************** DEBUG MODE DEFINITIONS *********************************/
-/* Un-comment the line below to compile the library in DEBUG mode, this will expanse
-   the "CHECK_PARAM" macro in the FW library code */
-
-#define DEBUG
-
-
-/******************* PERIPHERAL FW LIBRARY CONFIGURATION DEFINITIONS ***********************/
-
-/* Comment the line below to disable the specific peripheral inclusion */
-
-/* GPIO ------------------------------- */
-#define _GPIO
-
-/* EXTI ------------------------------- */
-//#define _EXTI
-
-/* UART ------------------------------- */
-#define _UART
-#define _UART0
-#define _UART1
-#define _UART2
-#define _UART3
-
-/* SPI ------------------------------- */
-//#define _SPI
-
-/* SSP ------------------------------- */
-//#define _SSP
-//#define _SSP0
-//#define _SSP1
-
-/* SYSTICK --------------------------- */
-//#define _SYSTICK
-
-/* I2C ------------------------------- */
-//#define _I2C
-//#define _I2C0
-//#define _I2C1
-//#define _I2C2
-
-/* TIMER ------------------------------- */
-//#define _TIM
-
-/* WDT ------------------------------- */
-//#define _WDT
-
-
-/* GPDMA ------------------------------- */
-//#define _GPDMA
-
-
-/* DAC ------------------------------- */
-//#define _DAC
-
-/* DAC ------------------------------- */
-//#define _ADC
-
-
-/* PWM ------------------------------- */
-//#define _PWM
-//#define _PWM1
-
-/* RTC ------------------------------- */
-//#define _RTC
-
-/* I2S ------------------------------- */
-//#define _I2S
-
-/* USB device ------------------------------- */
-#define _USBDEV
-//#define _USB_DMA
-
-/* QEI ------------------------------- */
-//#define _QEI
-
-/* MCPWM ------------------------------- */
-//#define _MCPWM
-
-/* CAN--------------------------------*/
-//#define _CAN
-
-/* RIT ------------------------------- */
-//#define _RIT
-
-/* EMAC ------------------------------ */
-//#define _EMAC
-
-/************************** GLOBAL/PUBLIC MACRO DEFINITIONS *********************************/
-
-#ifdef  DEBUG
-/*******************************************************************************
-* @brief               The CHECK_PARAM macro is used for function's parameters check.
-*                              It is used only if the library is compiled in DEBUG mode.
-* @param[in]   expr - If expr is false, it calls check_failed() function
-*                      which reports the name of the source file and the source
-*                      line number of the call that failed.
-*                    - If expr is true, it returns no value.
-* @return              None
-*******************************************************************************/
-#define CHECK_PARAM(expr) ((expr) ? (void)0 : check_failed((uint8_t *)__FILE__, __LINE__))
-#else
-#define CHECK_PARAM(expr)
-#endif /* DEBUG */
-
-
-
-/************************** GLOBAL/PUBLIC FUNCTION DECLARATION *********************************/
-
-#ifdef  DEBUG
-void check_failed(uint8_t *file, uint32_t line);
-#endif
-
-
-#endif /* lpc43xx_LIBCFG_H_ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usb.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usb.h
deleted file mode 100644 (file)
index 629a7a0..0000000
+++ /dev/null
@@ -1,422 +0,0 @@
-/**********************************************************************
-* $Id$         usb.h           2011-06-02
-*//**
-* @file                usb.h
-* @brief       USB Definitions
-* @version     1.0
-* @date                02. June. 2011
-* @author      NXP MCU SW Application Team
-*
-* Copyright(C) 2011, NXP Semiconductor
-* All rights reserved.
-*
-***********************************************************************
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-
-#ifndef __USB_H__
-#define __USB_H__
-
-#include "usbcfg.h"
-
-#ifdef USE_USB0
-#define LPC_USB LPC_USB0       // Use USB0
-#else
-#define LPC_USB LPC_USB1       // Use USB1
-#endif
-#if defined   (  __GNUC__  )
-#define __packed __attribute__((__packed__))
-#endif
-
-#if defined     (  __CC_ARM  )
-typedef __packed union {
-#elif defined   (  __GNUC__  )
-typedef union __packed {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef union {
-#endif
-  uint16_t W;
-#if defined     (  __CC_ARM  )
-  __packed struct {
-#elif defined   (  __GNUC__  )
-  struct __packed {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-  struct {
-#endif
-    uint8_t L;
-    uint8_t H;
-  } WB;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-} WORD_BYTE;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-
-/* bmRequestType.Dir */
-#define REQUEST_HOST_TO_DEVICE     0
-#define REQUEST_DEVICE_TO_HOST     1
-
-/* bmRequestType.Type */
-#define REQUEST_STANDARD           0
-#define REQUEST_CLASS              1
-#define REQUEST_VENDOR             2
-#define REQUEST_RESERVED           3
-
-/* bmRequestType.Recipient */
-#define REQUEST_TO_DEVICE          0
-#define REQUEST_TO_INTERFACE       1
-#define REQUEST_TO_ENDPOINT        2
-#define REQUEST_TO_OTHER           3
-
-/* bmRequestType Definition */
-#if defined     (  __CC_ARM  )
-typedef __packed union _REQUEST_TYPE {
-#elif defined   (  __GNUC__  )
-typedef union __packed _REQUEST_TYPE {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef union _REQUEST_TYPE {
-#endif
-#if defined     (  __CC_ARM  )
-       __packed struct _BM {
-#elif defined   (  __GNUC__  )
-       struct __packed _BM {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-       struct _BM {
-#endif
-    uint8_t Recipient : 5;
-    uint8_t Type      : 2;
-    uint8_t Dir       : 1;
-  } BM;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-  uint8_t B;
-} REQUEST_TYPE;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB Standard Request Codes */
-#define USB_REQUEST_GET_STATUS                 0
-#define USB_REQUEST_CLEAR_FEATURE              1
-#define USB_REQUEST_SET_FEATURE                3
-#define USB_REQUEST_SET_ADDRESS                5
-#define USB_REQUEST_GET_DESCRIPTOR             6
-#define USB_REQUEST_SET_DESCRIPTOR             7
-#define USB_REQUEST_GET_CONFIGURATION          8
-#define USB_REQUEST_SET_CONFIGURATION          9
-#define USB_REQUEST_GET_INTERFACE              10
-#define USB_REQUEST_SET_INTERFACE              11
-#define USB_REQUEST_SYNC_FRAME                 12
-
-/* USB GET_STATUS Bit Values */
-#define USB_GETSTATUS_SELF_POWERED             0x01
-#define USB_GETSTATUS_REMOTE_WAKEUP            0x02
-#define USB_GETSTATUS_ENDPOINT_STALL           0x01
-
-/* USB Standard Feature selectors */
-#define USB_FEATURE_ENDPOINT_STALL             0
-#define USB_FEATURE_REMOTE_WAKEUP              1
-#define USB_FEATURE_TEST_MODE                  2
-
-/* USB Default Control Pipe Setup Packet */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_SETUP_PACKET {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_SETUP_PACKET {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_SETUP_PACKET {
-#endif
-  REQUEST_TYPE bmRequestType;
-  uint8_t         bRequest;
-  WORD_BYTE    wValue;
-  WORD_BYTE    wIndex;
-  uint16_t         wLength;
-} USB_SETUP_PACKET;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-
-/* USB Descriptor Types */
-#define USB_DEVICE_DESCRIPTOR_TYPE                  1
-#define USB_CONFIGURATION_DESCRIPTOR_TYPE           2
-#define USB_STRING_DESCRIPTOR_TYPE                  3
-#define USB_INTERFACE_DESCRIPTOR_TYPE               4
-#define USB_ENDPOINT_DESCRIPTOR_TYPE                5
-#define USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE        6
-#define USB_OTHER_SPEED_CONFIG_DESCRIPTOR_TYPE      7
-#define USB_INTERFACE_POWER_DESCRIPTOR_TYPE         8
-#define USB_OTG_DESCRIPTOR_TYPE                     9
-#define USB_DEBUG_DESCRIPTOR_TYPE                  10
-#define USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE  11
-
-/* USB Device Classes */
-#define USB_DEVICE_CLASS_RESERVED              0x00
-#define USB_DEVICE_CLASS_AUDIO                 0x01
-#define USB_DEVICE_CLASS_COMMUNICATIONS        0x02
-#define USB_DEVICE_CLASS_HUMAN_INTERFACE       0x03
-#define USB_DEVICE_CLASS_MONITOR               0x04
-#define USB_DEVICE_CLASS_PHYSICAL_INTERFACE    0x05
-#define USB_DEVICE_CLASS_POWER                 0x06
-#define USB_DEVICE_CLASS_PRINTER               0x07
-#define USB_DEVICE_CLASS_STORAGE               0x08
-#define USB_DEVICE_CLASS_HUB                   0x09
-#define USB_DEVICE_CLASS_MISCELLANEOUS         0xEF
-#define USB_DEVICE_CLASS_VENDOR_SPECIFIC       0xFF
-
-/* bmAttributes in Configuration Descriptor */
-#define USB_CONFIG_POWERED_MASK                0x40
-#define USB_CONFIG_BUS_POWERED                 0x80
-#define USB_CONFIG_SELF_POWERED                0xC0
-#define USB_CONFIG_REMOTE_WAKEUP               0x20
-
-/* bMaxPower in Configuration Descriptor */
-#define USB_CONFIG_POWER_MA(mA)                ((mA)/2)
-
-/* bEndpointAddress in Endpoint Descriptor */
-#define USB_ENDPOINT_DIRECTION_MASK            0x80
-#define USB_ENDPOINT_OUT(addr)                 ((addr) | 0x00)
-#define USB_ENDPOINT_IN(addr)                  ((addr) | 0x80)
-
-/* bmAttributes in Endpoint Descriptor */
-#define USB_ENDPOINT_TYPE_MASK                 0x03
-#define USB_ENDPOINT_TYPE_CONTROL              0x00
-#define USB_ENDPOINT_TYPE_ISOCHRONOUS          0x01
-#define USB_ENDPOINT_TYPE_BULK                 0x02
-#define USB_ENDPOINT_TYPE_INTERRUPT            0x03
-#define USB_ENDPOINT_SYNC_MASK                 0x0C
-#define USB_ENDPOINT_SYNC_NO_SYNCHRONIZATION   0x00
-#define USB_ENDPOINT_SYNC_ASYNCHRONOUS         0x04
-#define USB_ENDPOINT_SYNC_ADAPTIVE             0x08
-#define USB_ENDPOINT_SYNC_SYNCHRONOUS          0x0C
-#define USB_ENDPOINT_USAGE_MASK                0x30
-#define USB_ENDPOINT_USAGE_DATA                0x00
-#define USB_ENDPOINT_USAGE_FEEDBACK            0x10
-#define USB_ENDPOINT_USAGE_IMPLICIT_FEEDBACK   0x20
-#define USB_ENDPOINT_USAGE_RESERVED            0x30
-
-/* USB Standard Device Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_DEVICE_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_DEVICE_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_DEVICE_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint16_t  bcdUSB;
-  uint8_t  bDeviceClass;
-  uint8_t  bDeviceSubClass;
-  uint8_t  bDeviceProtocol;
-  uint8_t  bMaxPacketSize0;
-  uint16_t  idVendor;
-  uint16_t  idProduct;
-  uint16_t  bcdDevice;
-  uint8_t  iManufacturer;
-  uint8_t  iProduct;
-  uint8_t  iSerialNumber;
-  uint8_t  bNumConfigurations;
-} USB_DEVICE_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB 2.0 Device Qualifier Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_DEVICE_QUALIFIER_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_DEVICE_QUALIFIER_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_DEVICE_QUALIFIER_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint16_t  bcdUSB;
-  uint8_t  bDeviceClass;
-  uint8_t  bDeviceSubClass;
-  uint8_t  bDeviceProtocol;
-  uint8_t  bMaxPacketSize0;
-  uint8_t  bNumConfigurations;
-  uint8_t  bReserved;
-} USB_DEVICE_QUALIFIER_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB Standard Configuration Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_CONFIGURATION_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_CONFIGURATION_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_CONFIGURATION_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint16_t  wTotalLength;
-  uint8_t  bNumInterfaces;
-  uint8_t  bConfigurationValue;
-  uint8_t  iConfiguration;
-  uint8_t  bmAttributes;
-  uint8_t  bMaxPower;
-} USB_CONFIGURATION_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB Standard Interface Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_INTERFACE_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_INTERFACE_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_INTERFACE_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint8_t  bInterfaceNumber;
-  uint8_t  bAlternateSetting;
-  uint8_t  bNumEndpoints;
-  uint8_t  bInterfaceClass;
-  uint8_t  bInterfaceSubClass;
-  uint8_t  bInterfaceProtocol;
-  uint8_t  iInterface;
-} USB_INTERFACE_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB Standard Endpoint Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_ENDPOINT_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_ENDPOINT_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_ENDPOINT_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint8_t  bEndpointAddress;
-  uint8_t  bmAttributes;
-  uint16_t  wMaxPacketSize;
-  uint8_t  bInterval;
-} USB_ENDPOINT_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB String Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_STRING_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_STRING_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_STRING_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint16_t  bString/*[]*/;
-} USB_STRING_DESCRIPTOR;
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-/* USB Common Descriptor */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_COMMON_DESCRIPTOR {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_COMMON_DESCRIPTOR {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_COMMON_DESCRIPTOR {
-#endif
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-} USB_COMMON_DESCRIPTOR;
-
-/* USB Other Speed Configuration */
-#if defined     (  __CC_ARM  )
-typedef __packed struct _USB_OTHER_SPEED_CONFIGURATION {
-#elif defined   (  __GNUC__  )
-typedef struct __packed _USB_OTHER_SPEED_CONFIGURATION {
-#elif defined   (  __IAR_SYSTEMS_ICC__  )
-#pragma pack(1)
-typedef struct _USB_OTHER_SPEED_CONFIGURATION {
-#endif
-
-  uint8_t  bLength;
-  uint8_t  bDescriptorType;
-  uint16_t wTotalLength;
-  uint8_t  bNumInterfaces;
-  uint8_t  bConfigurationValue;
-  uint8_t  IConfiguration;
-  uint8_t  bmAttributes;
-  uint8_t  bMaxPower;
-} USB_OTHER_SPEED_CONFIGURATION;
-
-
-/* USB Endpoint Callback Events */
-#define USB_EVT_SETUP       1   /* Setup Packet */
-#define USB_EVT_OUT         2   /* OUT Packet */
-#define USB_EVT_IN          3   /*  IN Packet */
-#define USB_EVT_OUT_NAK     4   /* OUT Packet - Not Acknowledged */
-#define USB_EVT_IN_NAK      5   /*  IN Packet - Not Acknowledged */
-#define USB_EVT_OUT_STALL   6   /* OUT Packet - Stalled */
-#define USB_EVT_IN_STALL    7   /*  IN Packet - Stalled */
-#define USB_EVT_OUT_DMA_EOT 8   /* DMA OUT EP - End of Transfer */
-#define USB_EVT_IN_DMA_EOT  9   /* DMA  IN EP - End of Transfer */
-#define USB_EVT_OUT_DMA_NDR 10  /* DMA OUT EP - New Descriptor Request */
-#define USB_EVT_IN_DMA_NDR  11  /* DMA  IN EP - New Descriptor Request */
-#define USB_EVT_OUT_DMA_ERR 12  /* DMA OUT EP - Error */
-#define USB_EVT_IN_DMA_ERR  13  /* DMA  IN EP - Error */
-
-/* call back structure */
-typedef struct _USB_INIT_
-{
-  uint32_t ep0_maxp;
-  /* USB Device Events Callback Functions */
-  void (* USB_Power_Event)(uint32_t  power);
-  void (* USB_Reset_Event)(void);
-  void (* USB_Suspend_Event)(void);
-  void (* USB_Resume_Event)(void);
-  void (* USB_WakeUp_Event)(void);
-  void (* USB_SOF_Event)(void);
-  void (* USB_Error_Event)(uint32_t error);
-  /* USB Core Events Callback Functions */
-  void (* USB_Configure_Event)(void);
-  void (* USB_Interface_Event)(void);
-  void (* USB_Feature_Event)(void);
-  /* USB Endpoint Events Callback Pointers */
-  void (* USB_P_EP[4])(uint32_t event);
-} LPC_USBDRV_INIT_T;
-
-#ifdef __IAR_SYSTEMS_ICC__
-#pragma pack()
-#endif
-
-#endif  /* __USB_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcfg.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcfg.h
deleted file mode 100644 (file)
index a47472e..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbcfg.h
- * Purpose: USB Custom Configuration
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *----------------------------------------------------------------------------
- * History:
- *          V1.20 Added vendor specific support
- *          V1.00 Initial Version
- *----------------------------------------------------------------------------*/
-
-#ifndef __USBCFG_H__
-#define __USBCFG_H__
-
-
-//*** <<< Use Configuration Wizard in Context Menu >>> ***
-
-
-/*
-// <h> USB Configuration
-//   <o0> USB Power
-//        <i> Default Power Setting
-//        <0=> Bus-powered
-//        <1=> Self-powered
-//   <o1> Max Number of Interfaces <1-256>
-//   <o2> Max Number of Endpoints  <1-32>
-//   <o3> Max Endpoint 0 Packet Size
-//        <8=> 8 Bytes <16=> 16 Bytes <32=> 32 Bytes <64=> 64 Bytes
-// </h>
-*/
-
-#define USB_POWER           1
-#define USB_IF_NUM          1
-#define USB_EP_NUM          4
-#define USB_MAX_PACKET0     64
-
-
-/*
-// <h> USB Event Handlers
-//   <h> Device Events
-//     <o0.0> Power Event
-//     <o1.0> Reset Event
-//     <o2.0> Suspend Event
-//     <o3.0> Resume Event
-//     <o4.0> Remote Wakeup Event
-//     <o5.0> Start of Frame Event
-//     <o6.0> Error Event
-//   </h>
-//   <h> Endpoint Events
-//     <o7.0>  Endpoint 0 Event
-//     <o7.1>  Endpoint 1 Event
-//     <o7.2>  Endpoint 2 Event
-//     <o7.3>  Endpoint 3 Event
-//     <o7.4>  Endpoint 4 Event
-//   </h>
-//   <h> USB Core Events
-//     <o8.0>  Set Configuration Event
-//     <o9.0>  Set Interface Event
-//     <o10.0> Set/Clear Feature Event
-//   </h>
-// </h>
-*/
-
-#define USB_POWER_EVENT     0
-#define USB_RESET_EVENT     1
-#define USB_SUSPEND_EVENT   1
-#define USB_RESUME_EVENT    1
-#define USB_WAKEUP_EVENT    0
-#define USB_SOF_EVENT       0
-#define USB_ERROR_EVENT     0
-#define USB_EP_EVENT        0x0007
-#define USB_CONFIGURE_EVENT 1
-#define USB_INTERFACE_EVENT 0
-#define USB_FEATURE_EVENT   0
-
-
-/*
-// <e0> USB Class Support
-//   <i> enables USB Class specific Requests
-//   <e1> Human Interface Device (HID)
-//     <o2> Interface Number <0-255>
-//   </e>
-//   <e3> Mass Storage
-//     <o4> Interface Number <0-255>
-//   </e>
-//   <e5> Audio Device
-//     <o6> Control Interface Number <0-255>
-//     <o7> Streaming Interface 1 Number <0-255>
-//     <o8> Streaming Interface 2 Number <0-255>
-//   </e>
-//   <e9> Communication Device
-//     <o10> Control Interface Number <0-255>
-//     <o11> Bulk Interface Number <0-255>
-//     <o12> Max Communication Device Buffer Size
-//        <8=> 8 Bytes <16=> 16 Bytes <32=> 32 Bytes <64=> 64 Bytes 
-//   </e>
-// </e>
-*/
-
-#define USB_CLASS           1
-#define USB_HID             0
-#define USB_HID_IF_NUM      0
-#define USB_MSC             0
-#define USB_MSC_IF_NUM      0
-#define USB_AUDIO           0
-#define USB_ADC_CIF_NUM     0
-#define USB_ADC_SIF1_NUM    1
-#define USB_ADC_SIF2_NUM    2
-#define USB_CDC                        1
-#define USB_CDC_CIF_NUM     0
-#define USB_CDC_DIF_NUM     1
-#define USB_CDC_BUFSIZE     64
-
-/*
-// <e0> USB Vendor Support
-//   <i> enables USB Vendor specific Requests
-// </e>
-*/
-#define USB_VENDOR          0
-
-#define USE_USB0
-
-
-#endif  /* __USBCFG_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcore.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbcore.h
deleted file mode 100644 (file)
index b9d0a91..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbcore.h
- * Purpose: USB Core Definitions
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
- *      gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *---------------------------------------------------------------------------*/
-
-#ifndef __USBCORE_H__
-#define __USBCORE_H__
-
-
-/* USB Endpoint Data Structure */
-typedef struct _USB_EP_DATA {
-  uint8_t  *pData;
-  uint16_t Count;
-} USB_EP_DATA;
-
-/* USB Core Global Variables */
-extern uint16_t USB_DeviceStatus;
-extern uint8_t  USB_DeviceAddress;
-extern uint8_t  USB_Configuration;
-extern uint32_t USB_EndPointMask;
-extern uint32_t USB_EndPointHalt;
-extern uint32_t USB_EndPointStall;
-extern uint8_t  USB_AltSetting[USB_IF_NUM];
-
-/* USB Endpoint 0 Buffer */
-extern uint8_t  EP0Buf[USB_MAX_PACKET0];
-
-/* USB Endpoint 0 Data Info */
-extern USB_EP_DATA EP0Data;
-
-/* USB Setup Packet */
-extern USB_SETUP_PACKET SetupPacket;
-
-/* USB Core Functions */
-extern void USB_ResetCore (void);
-
-
-#endif  /* __USBCORE_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbdesc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbdesc.h
deleted file mode 100644 (file)
index 6f00e0f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbdesc.h
- * Purpose: USB Descriptors Definitions
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
- *      gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *---------------------------------------------------------------------------*/
-
-#ifndef __USBDESC_H__
-#define __USBDESC_H__
-
-
-#define WBVAL(x) (x & 0xFF),((x >> 8) & 0xFF)
-
-#define USB_DEVICE_DESC_SIZE        (sizeof(USB_DEVICE_DESCRIPTOR))
-#define USB_CONFIGUARTION_DESC_SIZE (sizeof(USB_CONFIGURATION_DESCRIPTOR))
-#define USB_INTERFACE_DESC_SIZE     (sizeof(USB_INTERFACE_DESCRIPTOR))
-#define USB_ENDPOINT_DESC_SIZE      (sizeof(USB_ENDPOINT_DESCRIPTOR))
-#define USB_DEVICE_QUALI_SIZE       (sizeof(USB_DEVICE_QUALIFIER_DESCRIPTOR))
-#define USB_OTHER_SPEED_CONF_SIZE   (sizeof(USB_OTHER_SPEED_CONFIGURATION))
-
-extern const uint8_t USB_DeviceDescriptor[];
-extern const uint8_t USB_FSConfigDescriptor[];
-extern const uint8_t USB_HSConfigDescriptor[];
-extern const uint8_t USB_StringDescriptor[];
-extern const uint8_t USB_DeviceQualifier[];
-extern const uint8_t USB_FSOtherSpeedConfiguration[];
-extern const uint8_t USB_HSOtherSpeedConfiguration[];
-
-
-#endif  /* __USBDESC_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbhw.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbhw.h
deleted file mode 100644 (file)
index e946a4a..0000000
+++ /dev/null
@@ -1,156 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbhw.h
- * Purpose: USB Hardware Layer Definitions
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *----------------------------------------------------------------------------
- * History:
- *          V1.20 Added USB_ClearEPBuf 
- *          V1.00 Initial Version
- *----------------------------------------------------------------------------*/
-
-#ifndef __USBHW_H__
-#define __USBHW_H__
-#include "usb.h"
-/* dTD Transfer Description */
-typedef volatile struct
-{
-  volatile uint32_t next_dTD;
-  volatile uint32_t total_bytes ;
-  volatile uint32_t buffer0;
-  volatile uint32_t buffer1;
-  volatile uint32_t buffer2;
-  volatile uint32_t buffer3;
-  volatile uint32_t buffer4;
-  volatile uint32_t reserved;
-}  DTD_T;
-
-/* dQH  Queue Head */
-typedef volatile struct
-{
-  volatile uint32_t cap;
-  volatile uint32_t curr_dTD;
-  volatile uint32_t next_dTD;
-  volatile uint32_t total_bytes;
-  volatile uint32_t buffer0;
-  volatile uint32_t buffer1;
-  volatile uint32_t buffer2;
-  volatile uint32_t buffer3;
-  volatile uint32_t buffer4;
-  volatile uint32_t reserved;
-  volatile uint32_t setup[2];
-  volatile uint32_t gap[4];
-}  DQH_T;
-
-/* bit defines for USBCMD register */
-#define USBCMD_RS          (1<<0)
-#define USBCMD_RST         (1<<1)
-#define USBCMD_ATDTW   (1<<12)
-#define USBCMD_SUTW        (1<<13)
-
-/* bit defines for USBSTS register */
-#define USBSTS_UI          (1<<0)
-#define USBSTS_UEI         (1<<1)
-#define USBSTS_PCI         (1<<2)
-#define USBSTS_URI         (1<<6)
-#define USBSTS_SRI         (1<<7)
-#define USBSTS_SLI         (1<<8)
-#define USBSTS_NAKI        (1<<16)
-
-/* bit defines for DEVICEADDR register */
-#define USBDEV_ADDR_AD (1<<24)
-#define USBDEV_ADDR(n) (((n) & 0x7F)<<25)
-
-/* bit defines for PRTSC1 register */
-#define USBPRTS_CCS     (1<<0)
-#define USBPRTS_PE      (1<<2)
-#define USBPRTS_FPR     (1<<6)
-#define USBPRTS_SUSP    (1<<7)
-#define USBPRTS_PR      (1<<8)
-#define USBPRTS_HSP     (1<<9)
-#define USBPRTS_PLPSCD  (1<<23)
-#define USBPRTS_PFSC    (1<<24)
-
-/* bit defines for USBMODE register */
-#define USBMODE_CM_IDLE        (0x0<<0)
-#define USBMODE_CM_DEV (0x2<<0)
-#define USBMODE_CM_HOST        (0x3<<0)
-#define USBMODE_SLOM    (1<<3)
-#define USBMODE_SDIS    (1<<4)
-
-/* bit defines for EP registers*/
-#define USB_EP_BITPOS(n) (((n) & 0x80)? (0x10 | ((n) & 0x7)) : ((n) & 0x7))
-
-/* bit defines EPcontrol registers*/
-#define EPCTRL_RXS           (1<<0)
-#define EPCTRL_RX_TYPE(n) (((n) & 0x3)<<2)
-#define EPCTRL_RX_CTL    (0<<2)
-#define EPCTRL_RX_ISO    (1<<2)
-#define EPCTRL_RX_BLK    (2<<2)
-#define EPCTRL_RXI           (1<<5)
-#define EPCTRL_RXR           (1<<6)
-#define EPCTRL_RXE           (1<<7)
-#define EPCTRL_TXS           (1<<16)
-#define EPCTRL_TX_TYPE(n) (((n) & 0x3)<<18)
-#define EPCTRL_TX_CTL    (0<<18)
-#define EPCTRL_TX_ISO    (1<<18)
-#define EPCTRL_TX_BLK    (2<<18)
-#define EPCTRL_TX_INT    (3<<18)
-#define EPCTRL_TXI           (1<<21)
-#define EPCTRL_TXR           (1<<22)
-#define EPCTRL_TXE           (1<<23)
-
-/* dQH field and bit defines */
-/* Temp fixed on max, should be taken out of table */
-#define QH_MAX_CTRL_PAYLOAD       0x03ff
-#define QH_MAX_PKT_LEN_POS            16
-#define QH_MAXP(n)                (((n) & 0x3FF)<<16)
-#define QH_IOS                    (1<<15)
-#define QH_ZLT                    (1<<29)
-
-/* dTD field and bit defines */
-#define TD_NEXT_TERMINATE         (1<<0)
-#define TD_IOC                    (1<<15)
-
-/* Total physical enpoints*/
-#define EP_NUM_MAX     8
-
-
-/* USB Hardware Functions */
-extern void  USB_Init       (LPC_USBDRV_INIT_T* cbs);
-extern void  USB_Connect    (uint32_t  con);
-extern void  USB_Reset      (void);
-extern void  USB_Suspend    (void);
-extern void  USB_Resume     (void);
-extern void  USB_WakeUp     (void);
-extern void  USB_WakeUpCfg  (uint32_t  cfg);
-extern void  USB_SetAddress (uint32_t adr);
-extern void  USB_Configure  (uint32_t  cfg);
-extern void  USB_ConfigEP   (USB_ENDPOINT_DESCRIPTOR *pEPD);
-extern void  USB_DirCtrlEP  (uint32_t dir);
-extern void  USB_EnableEP   (uint32_t EPNum);
-extern void  USB_DisableEP  (uint32_t EPNum);
-extern void  USB_ResetEP    (uint32_t EPNum);
-extern void  USB_SetStallEP (uint32_t EPNum);
-extern void  USB_ClrStallEP (uint32_t EPNum);
-extern void  USB_ClearEPBuf  (uint32_t  EPNum);
-extern uint32_t USB_SetTestMode(uint8_t mode);
-extern uint32_t USB_ReadEP     (uint32_t EPNum, uint8_t *pData);
-extern uint32_t USB_ReadReqEP(uint32_t EPNum, uint8_t *pData, uint32_t len);
-extern uint32_t USB_ReadSetupPkt(uint32_t, uint32_t *);
-extern uint32_t USB_WriteEP    (uint32_t EPNum, uint8_t *pData, uint32_t cnt);
-extern uint32_t USB_GetFrame   (void);
-//extern void  USB_ISR(void) __irq;
-
-#endif  /* __USBHW_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbuser.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/include/usbuser.h
deleted file mode 100644 (file)
index 5f14799..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbuser.h
- * Purpose: USB Custom User Definitions
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *---------------------------------------------------------------------------*/
-
-#ifndef __USBUSER_H__
-#define __USBUSER_H__
-
-
-/* USB Device Events Callback Functions */
-extern void USB_Power_Event     (uint32_t power);
-extern void USB_Reset_Event     (void);
-extern void USB_Suspend_Event   (void);
-extern void USB_Resume_Event    (void);
-extern void USB_WakeUp_Event    (void);
-extern void USB_SOF_Event       (void);
-extern void USB_Error_Event     (uint32_t error);
-
-/* USB Endpoint Events Callback Pointers */
-extern void (* const USB_P_EP[USB_EP_NUM])(uint32_t event);
-
-/* USB Endpoint Events Callback Functions */
-extern void USB_EndPoint0  (uint32_t event);
-extern void USB_EndPoint1  (uint32_t event);
-extern void USB_EndPoint2  (uint32_t event);
-extern void USB_EndPoint3  (uint32_t event);
-extern void USB_EndPoint4  (uint32_t event);
-extern void USB_EndPoint5  (uint32_t event);
-
-/* USB Core Events Callback Functions */
-extern void USB_Configure_Event (void);
-extern void USB_Interface_Event (void);
-extern void USB_Feature_Event   (void);
-
-
-#endif  /* __USBUSER_H__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom-win7.inf b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom-win7.inf
deleted file mode 100644 (file)
index 5778adb..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-; \r
-; Keil - An ARM Company  Comunication Device Class driver installation file\r
-; (C)2007 Copyright \r
-;\r
-\r
-[Version] \r
-Signature="$Windows NT$" \r
-Class=Ports\r
-ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} \r
-Provider=%Keil% \r
-LayoutFile=layout.inf\r
-DriverVer=01/06/07\r
-\r
-[Manufacturer] \r
-%Keil%=DeviceList,NT,NTamd64\r
-\r
-[DestinationDirs]\r
-DefaultDestDir=12\r
-\r
-[SourceDisksFiles]\r
-\r
-[SourceDisksNames]\r
-\r
-[DeviceList.NT] \r
-%DESCRIPTION%=LPC18xxUSB, USB\VID_1FC9&PID_2002 \r
-[DeviceList.NTamd64]\r
-%DESCRIPTION%=LPC18xxUSB, USB\VID_1FC9&PID_2002\r
-\r
-;------------------------------------------------------------------------------\r
-;  Windows Sections\r
-;------------------------------------------------------------------------------\r
-\r
-[LPC18xxUSB.NT] \r
-Include=mdmcpq.inf\r
-CopyFiles=FakeModemCopyFileSection\r
-AddReg=LPC18xxUSB.NT.AddReg\r
-\r
-[LPC18xxUSB.NT.AddReg] \r
-HKR,,DevLoader,,*ntkern \r
-HKR,,NTMPDriver,,usbser.sys \r
-HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" \r
-\r
-[LPC18xxUSB.NT.Services] \r
-AddService=usbser, 0x00000002, DriverService.NT\r
-\r
-[DriverService.NT] \r
-DisplayName=%DESCRIPTION% \r
-ServiceType=1\r
-StartType=3\r
-ErrorControl=1\r
-ServiceBinary=%12%\usbser.sys \r
-LoadOrderGroup = Base\r
-\r
-;------------------------------------------------------------------------------\r
-;  String Definitions\r
-;------------------------------------------------------------------------------\r
-\r
-[Strings] \r
-NXP="NXP - Founded by Philips"\r
-DESCRIPTION="LPC18xx USB VCom Port" \r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom.inf b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/inf/lpc18xx-vcom.inf
deleted file mode 100644 (file)
index 715179f..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-; 
-; Keil - An ARM Company  Comunication Device Class driver installation file
-; (C)2007 Copyright 
-;
-
-[Version] 
-Signature="$Windows NT$" 
-Class=Ports
-ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 
-Provider=%Keil% 
-;LayoutFile=layout.inf
-DriverVer=01/06/07
-
-[Manufacturer] 
-%Keil%=DeviceList
-
-[DestinationDirs] 
-DefaultDestDir=12 
-
-[SourceDisksFiles]
-
-[SourceDisksNames]
-
-[DeviceList] 
-%DESCRIPTION%=LPC18xxUSB, USB\VID_1FC9&PID_2002 
-
-;------------------------------------------------------------------------------
-;  Windows 2000/XP Sections
-;------------------------------------------------------------------------------
-
-[LPC18xxUSB.nt] 
-include=mdmcpq.inf
-CopyFiles=DriverCopyFiles
-AddReg=LPC18xxUSB.nt.AddReg 
-
-[DriverCopyFiles]
-usbser.sys,,,0x20
-
-[LPC18xxUSB.nt.AddReg] 
-HKR,,DevLoader,,*ntkern 
-HKR,,NTMPDriver,,usbser.sys 
-HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 
-
-[LPC18xxUSB.nt.Services] 
-include=mdmcpq.inf
-AddService=usbser, 0x00000002, DriverService
-
-
-[LPC18xxUSB.nt.HW]
-include=mdmcpq.inf
-
-[DriverService] 
-DisplayName=%DESCRIPTION% 
-ServiceType=1
-StartType=3
-ErrorControl=1
-ServiceBinary=%12%\usbser.sys 
-
-;------------------------------------------------------------------------------
-;  String Definitions
-;------------------------------------------------------------------------------
-
-[Strings] 
-NXP="NXP - Founded by Philips"
-DESCRIPTION="LPC18xx USB VCom Port" 
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbcore.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbcore.c
deleted file mode 100644 (file)
index 554390a..0000000
+++ /dev/null
@@ -1,1130 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbcore.c
- * Purpose: USB Core Module
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing 
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *----------------------------------------------------------------------------
- * History:
- *          V1.20 Added vendor specific requests
- *                Changed string descriptor handling
- *                Reworked Endpoint0
- *          V1.00 Initial Version
- *----------------------------------------------------------------------------*/
-#include "lpc18xx.H"
-#include "lpc_types.h"
-
-#include "usb.h"
-#include "usbcfg.h"
-#include "usbhw.h"
-#include "usbcore.h"
-#include "usbdesc.h"
-#include "usbuser.h"
-
-#if (USB_CLASS)
-
-#if (USB_AUDIO)
-#include "audio.h"
-#include "adcuser.h"
-#endif
-
-#if (USB_HID)
-#include "hid.h"
-#include "hiduser.h"
-#endif
-
-#if (USB_MSC)
-#include "msc.h"
-#include "mscuser.h"
-extern MSC_CSW CSW;
-#endif
-
-#if (USB_CDC)
-#include "cdc.h"
-#include "cdcuser.h"
-#endif
-
-#endif
-
-#if (USB_VENDOR)
-#include "vendor.h"
-#endif
-
-#ifdef __CC_ARM
-#pragma diag_suppress 111,177,1441
-#endif
-
-#if defined   (  __GNUC__  )
-#define __packed __attribute__((__packed__))
-#endif
-
-uint16_t  USB_DeviceStatus;
-uint8_t  USB_DeviceAddress;
-uint8_t  USB_Configuration;
-uint32_t USB_EndPointMask;
-uint32_t USB_EndPointHalt;
-uint32_t USB_EndPointStall;                         /* EP must stay stalled */
-uint8_t  USB_NumInterfaces;
-uint8_t  USB_AltSetting[USB_IF_NUM];
-
-USB_EP_DATA EP0Data;
-
-#pragma pack(4)
-uint8_t  EP0Buf[USB_MAX_PACKET0];
-USB_SETUP_PACKET SetupPacket;
-
-extern volatile uint32_t DevStatusFS2HS;
-
-/*
- *  Reset USB Core
- *    Parameters:      None
- *    Return Value:    None
- */
-
-void USB_ResetCore (void) {
-
-  USB_DeviceStatus  = USB_POWER;
-  USB_DeviceAddress = 0;
-  USB_Configuration = 0;
-  USB_EndPointMask  = 0x00010001;
-  USB_EndPointHalt  = 0x00000000;
-  USB_EndPointStall = 0x00000000;
-}
-
-
-/*
- *  USB Request - Setup Stage
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    None
- */
-
-void USB_SetupStage (void) {
-  USB_ReadSetupPkt(0x00, (uint32_t *)&SetupPacket);
-}
-
-
-/*
- *  USB Request - Data In Stage
- *    Parameters:      None (global EP0Data)
- *    Return Value:    None
- */
-
-void USB_DataInStage (void) {
-  uint32_t cnt;
-
-  if (EP0Data.Count > USB_MAX_PACKET0) {
-    cnt = USB_MAX_PACKET0;
-  } else {
-    cnt = EP0Data.Count;
-  }
-  cnt = USB_WriteEP(0x80, EP0Data.pData, cnt);
-  EP0Data.pData += cnt;
-  EP0Data.Count -= cnt;
-}
-
-
-/*
- *  USB Request - Data Out Stage
- *    Parameters:      None (global EP0Data)
- *    Return Value:    None
- */
-
-void USB_DataOutStage (void) {
-  uint32_t cnt;
-
-  cnt = USB_ReadEP(0x00, EP0Data.pData);
-  EP0Data.pData += cnt;
-  EP0Data.Count -= cnt;
-}
-
-
-/*
- *  USB Request - Status In Stage
- *    Parameters:      None
- *    Return Value:    None
- */
-
-void USB_StatusInStage (void) {
-  USB_WriteEP(0x80, NULL, 0);
-}
-
-
-/*
- *  USB Request - Status Out Stage
- *    Parameters:      None
- *    Return Value:    None
- */
-
-void USB_StatusOutStage (void) {
-  USB_ReadEP(0x00, EP0Buf);
-}
-
-
-/*
- *  Get Status USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqGetStatus (void) {
-  uint32_t n, m;
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-      EP0Data.pData = (uint8_t *)&USB_DeviceStatus;
-      break;
-    case REQUEST_TO_INTERFACE:
-      if ((USB_Configuration != 0) && (SetupPacket.wIndex.WB.L < USB_NumInterfaces)) {
-        *((__packed uint16_t *)EP0Buf) = 0;
-        EP0Data.pData = EP0Buf;
-      } else {
-        return (FALSE);
-      }
-      break;
-    case REQUEST_TO_ENDPOINT:
-      n = SetupPacket.wIndex.WB.L & 0x8F;
-      m = (n & 0x80) ? ((1 << 16) << (n & 0x0F)) : (1 << n);
-      if (((USB_Configuration != 0) || ((n & 0x0F) == 0)) && (USB_EndPointMask & m)) {
-        *((__packed uint16_t *)EP0Buf) = (USB_EndPointHalt & m) ? 1 : 0;
-        EP0Data.pData = EP0Buf;
-      } else {
-        return (FALSE);
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Set/Clear Feature USB Request
- *    Parameters:      sc:    0 - Clear, 1 - Set
- *                            (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqSetClrFeature (uint32_t sc) {
-  uint32_t n, m;
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-      if (SetupPacket.wValue.W == USB_FEATURE_REMOTE_WAKEUP) {
-        if (sc) {
-          USB_WakeUpCfg(TRUE);
-          USB_DeviceStatus |=  USB_GETSTATUS_REMOTE_WAKEUP;
-        } else {
-          USB_WakeUpCfg(FALSE);
-          USB_DeviceStatus &= ~USB_GETSTATUS_REMOTE_WAKEUP;
-        }
-      } else if (SetupPacket.wValue.W == USB_FEATURE_TEST_MODE) {
-          return USB_SetTestMode(SetupPacket.wIndex.WB.H);
-      } else {
-        return (FALSE);
-      }
-      break;
-    case REQUEST_TO_INTERFACE:
-      return (FALSE);
-    case REQUEST_TO_ENDPOINT:
-      n = SetupPacket.wIndex.WB.L & 0x8F;
-      m = (n & 0x80) ? ((1 << 16) << (n & 0x0F)) : (1 << n);
-      if ((USB_Configuration != 0) && ((n & 0x0F) != 0) && (USB_EndPointMask & m)) {
-        if (SetupPacket.wValue.W == USB_FEATURE_ENDPOINT_STALL) {
-          if (sc) {
-            USB_SetStallEP(n);
-            USB_EndPointHalt |=  m;
-          } else {
-            if ((USB_EndPointStall & m) != 0) {
-              return (TRUE);
-            }
-            USB_ClrStallEP(n);
-#if (USB_MSC)
-            if ((n == MSC_EP_IN) && ((USB_EndPointHalt & m) != 0)) {
-              /* Compliance Test: rewrite CSW after unstall */
-              if (CSW.dSignature == MSC_CSW_Signature) {
-                USB_WriteEP(MSC_EP_IN, (uint8_t *)&CSW, sizeof(CSW));
-              }
-            }
-#endif
-            USB_EndPointHalt &= ~m;
-          }
-        } else {
-          return (FALSE);
-        }
-      } else {
-        return (FALSE);
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Set Address USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqSetAddress (void) {
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-      USB_DeviceAddress = 0x80 | SetupPacket.wValue.WB.L;
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Get Descriptor USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqGetDescriptor (void) {
-  uint8_t  *pD;
-  uint32_t len, n;
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-      switch (SetupPacket.wValue.WB.H) {
-        case USB_DEVICE_DESCRIPTOR_TYPE:
-          EP0Data.pData = (uint8_t *)USB_DeviceDescriptor;
-          len = USB_DEVICE_DESC_SIZE;
-          break;
-        case USB_CONFIGURATION_DESCRIPTOR_TYPE:
-          if ( DevStatusFS2HS == FALSE ) { 
-            pD = (uint8_t *)USB_FSConfigDescriptor;
-          } else {
-            pD = (uint8_t *)USB_HSConfigDescriptor;
-                     }
-          for (n = 0; n != SetupPacket.wValue.WB.L; n++) {
-            if (((USB_CONFIGURATION_DESCRIPTOR *)pD)->bLength != 0) {
-              pD += ((USB_CONFIGURATION_DESCRIPTOR *)pD)->wTotalLength;
-            }
-          }
-          if (((USB_CONFIGURATION_DESCRIPTOR *)pD)->bLength == 0) {
-            return (FALSE);
-          }
-          EP0Data.pData = pD;
-          len = ((USB_CONFIGURATION_DESCRIPTOR *)pD)->wTotalLength;
-          break;
-        case USB_STRING_DESCRIPTOR_TYPE:
-          pD = (uint8_t *)USB_StringDescriptor;
-          for (n = 0; n != SetupPacket.wValue.WB.L; n++) {
-            if (((USB_STRING_DESCRIPTOR *)pD)->bLength != 0) {
-              pD += ((USB_STRING_DESCRIPTOR *)pD)->bLength;
-            }
-          }
-          if (((USB_STRING_DESCRIPTOR *)pD)->bLength == 0) {
-            return (FALSE);
-          }
-          EP0Data.pData = pD;
-          len = ((USB_STRING_DESCRIPTOR *)pD)->bLength;
-          break;
-        case USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE:
-          /* USB Chapter 9. page 9.6.2 */
-          if ( DevStatusFS2HS == FALSE ) {
-                 return (FALSE);
-          }
-          else
-          {
-            EP0Data.pData = (uint8_t *)USB_DeviceQualifier;
-                  len = USB_DEVICE_QUALI_SIZE;
-          }
-          break;
-        case USB_OTHER_SPEED_CONFIG_DESCRIPTOR_TYPE:
-                     if ( DevStatusFS2HS == TRUE ) { 
-                pD = (uint8_t *)USB_FSOtherSpeedConfiguration;
-              } else {
-                pD = (uint8_t *)USB_HSOtherSpeedConfiguration;
-                     }
-          
-          for (n = 0; n != SetupPacket.wValue.WB.L; n++) {
-            if (((USB_OTHER_SPEED_CONFIGURATION *)pD)->bLength != 0) {
-              pD += ((USB_OTHER_SPEED_CONFIGURATION *)pD)->wTotalLength;
-            }
-          }
-          if (((USB_OTHER_SPEED_CONFIGURATION *)pD)->bLength == 0) {
-            return (FALSE);
-          }
-          EP0Data.pData = pD;
-          len = ((USB_OTHER_SPEED_CONFIGURATION *)pD)->wTotalLength;
-          break;
-        default:
-          return (FALSE);
-      }
-      break;
-    case REQUEST_TO_INTERFACE:
-      switch (SetupPacket.wValue.WB.H) {
-#if USB_HID
-        case HID_HID_DESCRIPTOR_TYPE:
-          if (SetupPacket.wIndex.WB.L != USB_HID_IF_NUM) {
-            return (FALSE);    /* Only Single HID Interface is supported */
-          }
-                 if ( DevStatusFS2HS == FALSE ) { 
-            EP0Data.pData = (uint8_t *)USB_FSConfigDescriptor + HID_DESC_OFFSET;
-          } else {
-                   EP0Data.pData = (uint8_t *)USB_HSConfigDescriptor + HID_DESC_OFFSET;
-                 }
-          len = HID_DESC_SIZE;
-          break;
-        case HID_REPORT_DESCRIPTOR_TYPE:
-          if (SetupPacket.wIndex.WB.L != USB_HID_IF_NUM) {
-            return (FALSE);    /* Only Single HID Interface is supported */
-          }
-          EP0Data.pData = (uint8_t *)HID_ReportDescriptor;
-          len = HID_ReportDescSize;
-          break;
-        case HID_PHYSICAL_DESCRIPTOR_TYPE:
-          return (FALSE);      /* HID Physical Descriptor is not supported */
-#endif
-        default:
-          return (FALSE);
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-
-  if (EP0Data.Count > len) {
-    EP0Data.Count = len;
-  }
-
-  return (TRUE);
-}
-
-
-/*
- *  Get Configuration USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqGetConfiguration (void) {
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-      EP0Data.pData = &USB_Configuration;
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Set Configuration USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqSetConfiguration (void) {
-  USB_COMMON_DESCRIPTOR *pD;
-  uint32_t alt = 0;
-  uint32_t n, m;
-  uint32_t new_addr;
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_DEVICE:
-
-      if (SetupPacket.wValue.WB.L) {
-        if ( DevStatusFS2HS == FALSE ) { 
-          pD = (USB_COMMON_DESCRIPTOR *)USB_FSConfigDescriptor;
-           } else {
-             pD = (USB_COMMON_DESCRIPTOR *)USB_HSConfigDescriptor;
-           }
-        while (pD->bLength) {
-          switch (pD->bDescriptorType) {
-            case USB_CONFIGURATION_DESCRIPTOR_TYPE:
-              if (((USB_CONFIGURATION_DESCRIPTOR *)pD)->bConfigurationValue == SetupPacket.wValue.WB.L) {
-                USB_Configuration = SetupPacket.wValue.WB.L;
-                USB_NumInterfaces = ((USB_CONFIGURATION_DESCRIPTOR *)pD)->bNumInterfaces;
-                for (n = 0; n < USB_IF_NUM; n++) {
-                  USB_AltSetting[n] = 0;
-                }
-              for (n = 1; n < USB_EP_NUM; n++) {
-                  if (USB_EndPointMask & (1 << n)) {
-                    USB_DisableEP(n);
-                  }
-                  if (USB_EndPointMask & ((1 << 16) << n)) {
-                    USB_DisableEP(n | 0x80);
-                  }
-                }
-                USB_EndPointMask = 0x00010001;
-                USB_EndPointHalt = 0x00000000;
-                USB_EndPointStall= 0x00000000;
-                USB_Configure(TRUE);
-                if (((USB_CONFIGURATION_DESCRIPTOR *)pD)->bmAttributes & USB_CONFIG_POWERED_MASK) {
-                  USB_DeviceStatus |=  USB_GETSTATUS_SELF_POWERED;
-                } else {
-                  USB_DeviceStatus &= ~USB_GETSTATUS_SELF_POWERED;
-                }
-              } else {
-              new_addr = (uint32_t)pD + ((USB_CONFIGURATION_DESCRIPTOR *)pD)->wTotalLength;
-              pD = (USB_COMMON_DESCRIPTOR*)new_addr;
-                continue;
-              }
-              break;
-            case USB_INTERFACE_DESCRIPTOR_TYPE:
-              alt = ((USB_INTERFACE_DESCRIPTOR *)pD)->bAlternateSetting;
-              break;
-            case USB_ENDPOINT_DESCRIPTOR_TYPE:
-              if (alt == 0) {
-                n = ((USB_ENDPOINT_DESCRIPTOR *)pD)->bEndpointAddress & 0x8F;
-                m = (n & 0x80) ? ((1 << 16) << (n & 0x0F)) : (1 << n);
-                USB_EndPointMask |= m;
-                USB_ConfigEP((USB_ENDPOINT_DESCRIPTOR *)pD);
-                USB_EnableEP(n);
-                USB_ResetEP(n);
-              }
-              break;
-          }
-        new_addr = (uint32_t)pD + pD->bLength;
-        pD = (USB_COMMON_DESCRIPTOR*)new_addr;
-        }
-      }
-      else {
-        USB_Configuration = 0;
-      for (n = 1; n < USB_EP_NUM; n++) {
-          if (USB_EndPointMask & (1 << n)) {
-            USB_DisableEP(n);
-          }
-          if (USB_EndPointMask & ((1 << 16) << n)) {
-            USB_DisableEP(n | 0x80);
-          }
-        }
-        USB_EndPointMask  = 0x00010001;
-        USB_EndPointHalt  = 0x00000000;
-        USB_EndPointStall = 0x00000000;
-        USB_Configure(FALSE);
-      }
-
-      if (USB_Configuration != SetupPacket.wValue.WB.L) {
-        return (FALSE);
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Get Interface USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqGetInterface (void) {
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_INTERFACE:
-      if ((USB_Configuration != 0) && (SetupPacket.wIndex.WB.L < USB_NumInterfaces)) {
-        EP0Data.pData = USB_AltSetting + SetupPacket.wIndex.WB.L;
-      } else {
-        return (FALSE);
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-  return (TRUE);
-}
-
-
-/*
- *  Set Interface USB Request
- *    Parameters:      None (global SetupPacket)
- *    Return Value:    TRUE - Success, FALSE - Error
- */
-
-INLINE uint32_t USB_ReqSetInterface (void) {
-  USB_COMMON_DESCRIPTOR *pD;
-  uint32_t ifn = 0, alt = 0, old = 0, msk = 0;
-  uint32_t n, m;
-  uint32_t set, new_addr;
-
-  switch (SetupPacket.bmRequestType.BM.Recipient) {
-    case REQUEST_TO_INTERFACE:
-      if (USB_Configuration == 0) return (FALSE);
-      set = FALSE;
-      if ( DevStatusFS2HS == FALSE ) { 
-        pD  = (USB_COMMON_DESCRIPTOR *)USB_FSConfigDescriptor;
-      } else {
-        pD  = (USB_COMMON_DESCRIPTOR *)USB_HSConfigDescriptor;
-      }
-      while (pD->bLength) {
-        switch (pD->bDescriptorType) {
-          case USB_CONFIGURATION_DESCRIPTOR_TYPE:
-            if (((USB_CONFIGURATION_DESCRIPTOR *)pD)->bConfigurationValue != USB_Configuration) {
-              new_addr = (uint32_t)pD + ((USB_CONFIGURATION_DESCRIPTOR *)pD)->wTotalLength;
-              pD = (USB_COMMON_DESCRIPTOR*)new_addr;
-              continue;
-            }
-            break;
-          case USB_INTERFACE_DESCRIPTOR_TYPE:
-            ifn = ((USB_INTERFACE_DESCRIPTOR *)pD)->bInterfaceNumber;
-            alt = ((USB_INTERFACE_DESCRIPTOR *)pD)->bAlternateSetting;
-            msk = 0;
-            if ((ifn == SetupPacket.wIndex.WB.L) && (alt == SetupPacket.wValue.WB.L)) {
-              set = TRUE;
-              old = USB_AltSetting[ifn];
-              USB_AltSetting[ifn] = (uint8_t)alt;
-            }
-            break;
-          case USB_ENDPOINT_DESCRIPTOR_TYPE:
-            if (ifn == SetupPacket.wIndex.WB.L) {
-              n = ((USB_ENDPOINT_DESCRIPTOR *)pD)->bEndpointAddress & 0x8F;
-              m = (n & 0x80) ? ((1 << 16) << (n & 0x0F)) : (1 << n);
-              if (alt == SetupPacket.wValue.WB.L) {
-                USB_EndPointMask |=  m;
-                USB_EndPointHalt &= ~m;
-                USB_ConfigEP((USB_ENDPOINT_DESCRIPTOR *)pD);
-                USB_EnableEP(n);
-                USB_ResetEP(n);
-                msk |= m;
-              }
-              else if ((alt == old) && ((msk & m) == 0)) {
-                USB_EndPointMask &= ~m;
-                USB_EndPointHalt &= ~m;
-                USB_DisableEP(n);
-              }
-            }
-           break;
-        }
-        new_addr = (uint32_t)pD + pD->bLength;
-        pD = (USB_COMMON_DESCRIPTOR*)new_addr;
-      }
-      break;
-    default:
-      return (FALSE);
-  }
-
-  return (set);
-}
-
-
-/*
- *  USB Endpoint 0 Event Callback
- *    Parameters:      event
- *    Return Value:    none
- */
-void USB_EndPoint0 (uint32_t event) {
-
-  switch (event) {
-    case USB_EVT_SETUP:
-      USB_SetupStage();
-      USB_DirCtrlEP(SetupPacket.bmRequestType.BM.Dir);
-      EP0Data.Count = SetupPacket.wLength;     /* Number of bytes to transfer */
-      switch (SetupPacket.bmRequestType.BM.Type) {
-
-        case REQUEST_STANDARD:
-          switch (SetupPacket.bRequest) {
-            case USB_REQUEST_GET_STATUS:
-              if (!USB_ReqGetStatus()) {
-                goto stall_i;
-              }
-              USB_DataInStage();
-              break;
-
-            case USB_REQUEST_CLEAR_FEATURE:
-              if (!USB_ReqSetClrFeature(0)) {
-                goto stall_i;
-              }
-              USB_StatusInStage();
-#if USB_FEATURE_EVENT
-              USB_Feature_Event();
-#endif
-              break;
-
-            case USB_REQUEST_SET_FEATURE:
-              if (!USB_ReqSetClrFeature(1)) {
-                goto stall_i;
-              }
-              USB_StatusInStage();
-#if USB_FEATURE_EVENT
-              USB_Feature_Event();
-#endif
-              break;
-
-            case USB_REQUEST_SET_ADDRESS:
-              if (!USB_ReqSetAddress()) {
-                goto stall_i;
-              }
-              USB_StatusInStage();
-              break;
-
-            case USB_REQUEST_GET_DESCRIPTOR:
-              if (!USB_ReqGetDescriptor()) {
-                goto stall_i;
-              }
-              USB_DataInStage();
-              break;
-
-            case USB_REQUEST_SET_DESCRIPTOR:
-/*stall_o:*/  USB_SetStallEP(0x00);            /* not supported */
-              EP0Data.Count = 0;
-              break;
-
-            case USB_REQUEST_GET_CONFIGURATION:
-              if (!USB_ReqGetConfiguration()) {
-                goto stall_i;
-              }
-              USB_DataInStage();
-              break;
-
-            case USB_REQUEST_SET_CONFIGURATION:
-              if (!USB_ReqSetConfiguration()) {
-                goto stall_i;
-              }
-              USB_StatusInStage();
-#if USB_CONFIGURE_EVENT
-              USB_Configure_Event();
-#endif
-              break;
-
-            case USB_REQUEST_GET_INTERFACE:
-              if (!USB_ReqGetInterface()) {
-                goto stall_i;
-              }
-              USB_DataInStage();
-              break;
-
-            case USB_REQUEST_SET_INTERFACE:
-              if (!USB_ReqSetInterface()) {
-                goto stall_i;
-              }
-              USB_StatusInStage();
-#if USB_INTERFACE_EVENT
-              USB_Interface_Event();
-#endif
-              break;
-
-            default:
-              goto stall_i;
-          }
-          break;  /* end case REQUEST_STANDARD */
-
-#if USB_CLASS
-        case REQUEST_CLASS:
-          switch (SetupPacket.bmRequestType.BM.Recipient) {
-
-            case REQUEST_TO_DEVICE:
-              goto stall_i;                                              /* not supported */
-
-            case REQUEST_TO_INTERFACE:
-#if USB_HID
-              if (SetupPacket.wIndex.WB.L == USB_HID_IF_NUM) {           /* IF number correct? */
-                switch (SetupPacket.bRequest) {
-                  case HID_REQUEST_GET_REPORT:
-                    if (HID_GetReport()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case HID_REQUEST_SET_REPORT:
-                    EP0Data.pData = EP0Buf;                              /* data to be received */ 
-                    goto setup_class_ok;
-                  case HID_REQUEST_GET_IDLE:
-                    if (HID_GetIdle()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case HID_REQUEST_SET_IDLE:
-                    if (HID_SetIdle()) {
-                      USB_StatusInStage();                               /* send Acknowledge */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case HID_REQUEST_GET_PROTOCOL:
-                    if (HID_GetProtocol()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case HID_REQUEST_SET_PROTOCOL:
-                    if (HID_SetProtocol()) {
-                      USB_StatusInStage();                               /* send Acknowledge */
-                      goto setup_class_ok;
-                    }
-                    break;
-                }
-              }
-#endif  /* USB_HID */
-#if USB_MSC
-              if (SetupPacket.wIndex.WB.L == USB_MSC_IF_NUM) {           /* IF number correct? */
-                switch (SetupPacket.bRequest) {
-                  case MSC_REQUEST_RESET:
-                    if ((SetupPacket.wValue.W == 0) &&                  /* RESET with invalid parameters -> STALL */
-                        (SetupPacket.wLength  == 0)) {
-                      if (MSC_Reset()) {
-                        USB_StatusInStage();
-                        goto setup_class_ok;
-                      }
-                    }
-                    break;
-                  case MSC_REQUEST_GET_MAX_LUN:
-                    if ((SetupPacket.wValue.W == 0) &&                  /* GET_MAX_LUN with invalid parameters -> STALL */
-                        (SetupPacket.wLength  == 1)) { 
-                      if (MSC_GetMaxLUN()) {
-                        EP0Data.pData = EP0Buf;
-                        USB_DataInStage();
-                        goto setup_class_ok;
-                      }
-                    }
-                    break;
-                }
-              }
-#endif  /* USB_MSC */
-#if USB_AUDIO
-              if ((SetupPacket.wIndex.WB.L == USB_ADC_CIF_NUM)  ||       /* IF number correct? */
-                  (SetupPacket.wIndex.WB.L == USB_ADC_SIF1_NUM) ||
-                  (SetupPacket.wIndex.WB.L == USB_ADC_SIF2_NUM)) {
-                switch (SetupPacket.bRequest) {
-                  case AUDIO_REQUEST_GET_CUR:
-                  case AUDIO_REQUEST_GET_MIN:
-                  case AUDIO_REQUEST_GET_MAX:
-                  case AUDIO_REQUEST_GET_RES:
-                    if (ADC_IF_GetRequest()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case AUDIO_REQUEST_SET_CUR:
-//                case AUDIO_REQUEST_SET_MIN:
-//                case AUDIO_REQUEST_SET_MAX:
-//                case AUDIO_REQUEST_SET_RES:
-                    EP0Data.pData = EP0Buf;                              /* data to be received */ 
-                    goto setup_class_ok;
-                }
-              }
-#endif  /* USB_AUDIO */
-#if USB_CDC
-              if ((SetupPacket.wIndex.WB.L == USB_CDC_CIF_NUM)  ||       /* IF number correct? */
-                  (SetupPacket.wIndex.WB.L == USB_CDC_DIF_NUM)) {
-                switch (SetupPacket.bRequest) {
-                  case CDC_SEND_ENCAPSULATED_COMMAND:
-                    EP0Data.pData = EP0Buf;                              /* data to be received, see USB_EVT_OUT */
-                    goto setup_class_ok;
-                  case CDC_GET_ENCAPSULATED_RESPONSE:
-                    if (CDC_GetEncapsulatedResponse()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case CDC_SET_COMM_FEATURE:
-                    EP0Data.pData = EP0Buf;                              /* data to be received, see USB_EVT_OUT */
-                    goto setup_class_ok;
-                  case CDC_GET_COMM_FEATURE:
-                    if (CDC_GetCommFeature(SetupPacket.wValue.W)) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case CDC_CLEAR_COMM_FEATURE:
-                    if (CDC_ClearCommFeature(SetupPacket.wValue.W)) {
-                      USB_StatusInStage();                               /* send Acknowledge */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case CDC_SET_LINE_CODING:
-                    EP0Data.pData = EP0Buf;                              /* data to be received, see USB_EVT_OUT */
-                    goto setup_class_ok;
-                  case CDC_GET_LINE_CODING:
-                    if (CDC_GetLineCoding()) {
-                      EP0Data.pData = EP0Buf;                            /* point to data to be sent */
-                      USB_DataInStage();                                 /* send requested data */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case CDC_SET_CONTROL_LINE_STATE:
-                    if (CDC_SetControlLineState(SetupPacket.wValue.W)) {
-                      USB_StatusInStage();                               /* send Acknowledge */
-                      goto setup_class_ok;
-                    }
-                    break;
-                  case CDC_SEND_BREAK:
-                    if (CDC_SendBreak(SetupPacket.wValue.W)) {
-                      USB_StatusInStage();                               /* send Acknowledge */
-                      goto setup_class_ok;
-                    }
-                    break;
-                }
-              }
-#endif  /* USB_CDC */
-              goto stall_i;                                              /* not supported */
-              /* end case REQUEST_TO_INTERFACE */
-
-            case REQUEST_TO_ENDPOINT:
-#if USB_AUDIO
-              switch (SetupPacket.bRequest) {
-                case AUDIO_REQUEST_GET_CUR:
-                case AUDIO_REQUEST_GET_MIN:
-                case AUDIO_REQUEST_GET_MAX:
-                case AUDIO_REQUEST_GET_RES:
-                  if (ADC_EP_GetRequest()) {
-                    EP0Data.pData = EP0Buf;                              /* point to data to be sent */
-                    USB_DataInStage();                                   /* send requested data */
-                    goto setup_class_ok;
-                  }
-                  break;
-                case AUDIO_REQUEST_SET_CUR:
-//              case AUDIO_REQUEST_SET_MIN:
-//              case AUDIO_REQUEST_SET_MAX:
-//              case AUDIO_REQUEST_SET_RES:
-                  EP0Data.pData = EP0Buf;                                /* data to be received */ 
-                  goto setup_class_ok;
-              }
-#endif  /* USB_AUDIO */
-              goto stall_i;
-              /* end case REQUEST_TO_ENDPOINT */
-
-            default:
-              goto stall_i;
-          }
-setup_class_ok:                                                          /* request finished successfully */
-          break;  /* end case REQUEST_CLASS */
-#endif  /* USB_CLASS */
-
-#if USB_VENDOR
-        case REQUEST_VENDOR:
-          switch (SetupPacket.bmRequestType.BM.Recipient) {
-
-            case REQUEST_TO_DEVICE:
-              if (!USB_ReqVendorDev(TRUE)) {
-                goto stall_i;                                            /* not supported */               
-              }
-              break;
-
-            case REQUEST_TO_INTERFACE:
-              if (!USB_ReqVendorIF(TRUE)) {
-                goto stall_i;                                            /* not supported */               
-              }
-              break;
-
-            case REQUEST_TO_ENDPOINT:
-              if (!USB_ReqVendorEP(TRUE)) {
-                goto stall_i;                                            /* not supported */               
-              }
-              break;
-
-            default:
-              goto stall_i;
-          }
-
-          if (SetupPacket.wLength) {
-            if (SetupPacket.bmRequestType.BM.Dir == REQUEST_DEVICE_TO_HOST) {
-              USB_DataInStage();
-            }
-          } else {
-            USB_StatusInStage();
-          }
-
-          break;  /* end case REQUEST_VENDOR */ 
-#endif  /* USB_VENDOR */
-
-        default:
-stall_i:  USB_SetStallEP(0x80);
-          EP0Data.Count = 0;
-          break;
-      }
-      break;  /* end case USB_EVT_SETUP */
-
-    case USB_EVT_OUT_NAK:
-      if (SetupPacket.bmRequestType.BM.Dir == 0)
-      {
-        USB_ReadReqEP(0x00, EP0Data.pData, EP0Data.Count);
-      }
-      else
-      {
-        /* might be zero length pkt */
-        USB_ReadReqEP(0x00, EP0Data.pData, 0);
-      }
-      break;
-    case USB_EVT_OUT:
-      if (SetupPacket.bmRequestType.BM.Dir == REQUEST_HOST_TO_DEVICE) {
-        if (EP0Data.Count) {                                             /* still data to receive ? */
-          USB_DataOutStage();                                            /* receive data */
-          if (EP0Data.Count == 0) {                                      /* data complete ? */
-            switch (SetupPacket.bmRequestType.BM.Type) {
-
-              case REQUEST_STANDARD:
-                goto stall_i;                                            /* not supported */
-
-#if (USB_CLASS) 
-              case REQUEST_CLASS:
-                switch (SetupPacket.bmRequestType.BM.Recipient) {
-                  case REQUEST_TO_DEVICE:
-                    goto stall_i;                                        /* not supported */
-
-                  case REQUEST_TO_INTERFACE:
-#if USB_HID
-                    if (SetupPacket.wIndex.WB.L == USB_HID_IF_NUM) {     /* IF number correct? */
-                      switch (SetupPacket.bRequest) {
-                        case HID_REQUEST_SET_REPORT:
-                          if (HID_SetReport()) {
-                            USB_StatusInStage();                         /* send Acknowledge */
-                            goto out_class_ok;
-                          }
-                          break;
-                      }
-                    }
-#endif  /* USB_HID */  
-#if USB_AUDIO
-                    if ((SetupPacket.wIndex.WB.L == USB_ADC_CIF_NUM)  || /* IF number correct? */
-                        (SetupPacket.wIndex.WB.L == USB_ADC_SIF1_NUM) ||
-                        (SetupPacket.wIndex.WB.L == USB_ADC_SIF2_NUM)) {
-                      switch (SetupPacket.bRequest) {
-                        case AUDIO_REQUEST_SET_CUR:
-//                      case AUDIO_REQUEST_SET_MIN:
-//                      case AUDIO_REQUEST_SET_MAX:
-//                      case AUDIO_REQUEST_SET_RES:
-                          if (ADC_IF_SetRequest()) {
-                            USB_StatusInStage();                         /* send Acknowledge */
-                            goto out_class_ok;
-                          }
-                          break;
-                      }
-                    }
-#endif  /* USB_AUDIO */
-#if USB_CDC
-                    if ((SetupPacket.wIndex.WB.L == USB_CDC_CIF_NUM)  || /* IF number correct? */
-                        (SetupPacket.wIndex.WB.L == USB_CDC_DIF_NUM)) {
-                      switch (SetupPacket.bRequest) {
-                        case CDC_SEND_ENCAPSULATED_COMMAND:
-                          if (CDC_SendEncapsulatedCommand()) {
-                            USB_StatusInStage();                         /* send Acknowledge */
-                            goto out_class_ok;
-                          }
-                          break;
-                        case CDC_SET_COMM_FEATURE:
-                          if (CDC_SetCommFeature(SetupPacket.wValue.W)) {
-                            USB_StatusInStage();                         /* send Acknowledge */
-                            goto out_class_ok;
-                          }
-                          break;
-                        case CDC_SET_LINE_CODING:
-                          if (CDC_SetLineCoding()) {
-                            USB_StatusInStage();                         /* send Acknowledge */
-                            goto out_class_ok;
-                          }
-                          break;
-                      }
-                    } 
-#endif  /* USB_CDC */
-                    goto stall_i;
-                    /* end case REQUEST_TO_INTERFACE */
-
-                  case REQUEST_TO_ENDPOINT:
-#if USB_AUDIO
-                    switch (SetupPacket.bRequest) {
-                      case AUDIO_REQUEST_SET_CUR:
-//                    case AUDIO_REQUEST_SET_MIN:
-//                    case AUDIO_REQUEST_SET_MAX:
-//                    case AUDIO_REQUEST_SET_RES:
-                        if (ADC_EP_SetRequest()) {
-                          USB_StatusInStage();                           /* send Acknowledge */
-                          goto out_class_ok;
-                        }
-                        break;
-                    }
-#endif  /* USB_AUDIO */
-                    goto stall_i;
-                    /* end case REQUEST_TO_ENDPOINT */
-
-                  default:
-                    goto stall_i;
-                }
-out_class_ok:                                                            /* request finished successfully */
-                break; /* end case REQUEST_CLASS */
-#endif  /* USB_CLASS */
-
-#if USB_VENDOR
-              case REQUEST_VENDOR:
-                switch (SetupPacket.bmRequestType.BM.Recipient) {
-      
-                  case REQUEST_TO_DEVICE:
-                    if (!USB_ReqVendorDev(FALSE)) {
-                      goto stall_i;                                      /* not supported */               
-                    }
-                    break;
-      
-                  case REQUEST_TO_INTERFACE:
-                    if (!USB_ReqVendorIF(FALSE)) {
-                      goto stall_i;                                      /* not supported */               
-                    }
-                    break;
-      
-                  case REQUEST_TO_ENDPOINT:
-                    if (!USB_ReqVendorEP(FALSE)) {
-                      goto stall_i;                                      /* not supported */               
-                    }
-                    break;
-      
-                  default:
-                    goto stall_i;
-                }
-      
-                USB_StatusInStage();
-      
-                break;  /* end case REQUEST_VENDOR */ 
-#endif  /* USB_VENDOR */
-
-              default:
-                goto stall_i;
-            }
-          }
-        }
-      } else {
-        USB_StatusOutStage();                                            /* receive Acknowledge */
-      }
-      break;  /* end case USB_EVT_OUT */
-
-    case USB_EVT_IN :
-      if (SetupPacket.bmRequestType.BM.Dir == REQUEST_DEVICE_TO_HOST) {
-        USB_DataInStage();                                               /* send data */
-      } else {
-        if (USB_DeviceAddress & 0x80) {
-          USB_DeviceAddress &= 0x7F;
-          USB_SetAddress(USB_DeviceAddress);
-        }
-      }
-      break;  /* end case USB_EVT_IN */
-
-    case USB_EVT_OUT_STALL:
-      USB_ClrStallEP(0x00);
-      break;
-
-    case USB_EVT_IN_STALL:
-      USB_ClrStallEP(0x80);
-      break;
-
-  }
-}
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbdesc.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbdesc.c
deleted file mode 100644 (file)
index 270b838..0000000
+++ /dev/null
@@ -1,479 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbdesc.c
- * Purpose: USB Descriptors
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC microcontroller devices only. Nothing else 
- *      gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *----------------------------------------------------------------------------
- * History:
- *          V1.20 Changed string descriptor handling
- *          V1.00 Initial Version
- *----------------------------------------------------------------------------*/
-#include "lpc18xx.H"
-#include "lpc_types.h"
-
-#include "usb.h"
-#include "cdc.h"
-#include "usbcfg.h"
-#include "usbdesc.h"
-
-
-/* USB Standard Device Descriptor */
-const uint8_t USB_DeviceDescriptor[] = {
-  USB_DEVICE_DESC_SIZE,              /* bLength */
-  USB_DEVICE_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  WBVAL(0x0200), /* 2.0 */           /* bcdUSB */
-  USB_DEVICE_CLASS_COMMUNICATIONS,   /* bDeviceClass CDC*/
-  0x00,                              /* bDeviceSubClass */
-  0x00,                              /* bDeviceProtocol */
-  USB_MAX_PACKET0,                   /* bMaxPacketSize0 */
-  WBVAL(0x1FC9),                     /* idVendor */
-  WBVAL(0x2002),                     /* idProduct */
-  WBVAL(0x0100), /* 1.00 */          /* bcdDevice */
-  0x01,                              /* iManufacturer */
-  0x02,                              /* iProduct */
-  0x03,                              /* iSerialNumber */
-  0x01                               /* bNumConfigurations: one possible configuration*/
-};
-
-/* USB FSConfiguration Descriptor */
-/*   All Descriptors (Configuration, Interface, Endpoint, Class, Vendor */
-const uint8_t USB_FSConfigDescriptor[] = {
-/* Configuration 1 */
-  USB_CONFIGUARTION_DESC_SIZE,       /* bLength */
-  USB_CONFIGURATION_DESCRIPTOR_TYPE, /* bDescriptorType */
-  WBVAL((                             /* wTotalLength */
-    1*USB_CONFIGUARTION_DESC_SIZE +
-    1*USB_INTERFACE_DESC_SIZE     +  /* communication interface */
-    0x0013                        +  /* CDC functions */
-    1*USB_ENDPOINT_DESC_SIZE      +  /* interrupt endpoint */
-    1*USB_INTERFACE_DESC_SIZE     +  /* data interface */
-    2*USB_ENDPOINT_DESC_SIZE         /* bulk endpoints */
-      )),
-  0x02,                              /* bNumInterfaces */
-  0x01,                              /* bConfigurationValue: 0x01 is used to select this configuration */
-  0x00,                              /* iConfiguration: no string to describe this configuration */
-  USB_CONFIG_BUS_POWERED /*|*/       /* bmAttributes */
-/*USB_CONFIG_REMOTE_WAKEUP*/,
-  USB_CONFIG_POWER_MA(100),          /* bMaxPower, device power consumption is 100 mA */
-/* Interface 0, Alternate Setting 0, Communication class interface descriptor */
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_CIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: Alternate setting */
-  0x01,                              /* bNumEndpoints: One endpoint used */
-  CDC_COMMUNICATION_INTERFACE_CLASS, /* bInterfaceClass: Communication Interface Class */
-  CDC_ABSTRACT_CONTROL_MODEL,        /* bInterfaceSubClass: Abstract Control Model */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/*Header Functional Descriptor*/
-  0x05,                              /* bLength: Endpoint Descriptor size */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_HEADER,                        /* bDescriptorSubtype: Header Func Desc */
-  WBVAL(CDC_V1_10), /* 1.10 */       /* bcdCDC */
-/*Call Management Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_CALL_MANAGEMENT,               /* bDescriptorSubtype: Call Management Func Desc */
-  0x01,                              /* bmCapabilities: device handles call management */
-  0x01,                              /* bDataInterface: CDC data IF ID */
-/*Abstract Control Management Functional Descriptor*/
-  0x04,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_ABSTRACT_CONTROL_MANAGEMENT,   /* bDescriptorSubtype: Abstract Control Management desc */
-  0x02,                              /* bmCapabilities: SET_LINE_CODING, GET_LINE_CODING, SET_CONTROL_LINE_STATE supported */
-/*Union Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_UNION,                         /* bDescriptorSubtype: Union func desc */
-  USB_CDC_CIF_NUM,                   /* bMasterInterface: Communication class interface is master */
-  USB_CDC_DIF_NUM,                   /* bSlaveInterface0: Data class interface is slave 0 */
-/*Endpoint 1 Descriptor*/            /* event notification (optional) */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(1),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_INTERRUPT,       /* bmAttributes */
-  WBVAL(0x0010),                     /* wMaxPacketSize */
-  0x02,          /* 2ms */           /* bInterval */
-/* Interface 1, Alternate Setting 0, Data class interface descriptor*/
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_DIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: no alternate setting */
-  0x02,                              /* bNumEndpoints: two endpoints used */
-  CDC_DATA_INTERFACE_CLASS,          /* bInterfaceClass: Data Interface Class */
-  0x00,                              /* bInterfaceSubClass: no subclass available */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/* Endpoint, EP2 Bulk Out */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_OUT(2),               /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Endpoint, EP2 Bulk In */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(2),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Terminator */
-  0                                  /* bLength */
-                           /* bLength */
-};
-
-/* USB HSConfiguration Descriptor */
-/*   All Descriptors (Configuration, Interface, Endpoint, Class, Vendor */
-const uint8_t USB_HSConfigDescriptor[] = {
-/* Configuration 1 */
-  USB_CONFIGUARTION_DESC_SIZE,       /* bLength */
-  USB_CONFIGURATION_DESCRIPTOR_TYPE, /* bDescriptorType */
-  WBVAL((                             /* wTotalLength */
-    1*USB_CONFIGUARTION_DESC_SIZE +
-    1*USB_INTERFACE_DESC_SIZE     +  /* communication interface */
-    0x0013                        +  /* CDC functions */
-    1*USB_ENDPOINT_DESC_SIZE      +  /* interrupt endpoint */
-    1*USB_INTERFACE_DESC_SIZE     +  /* data interface */
-    2*USB_ENDPOINT_DESC_SIZE         /* bulk endpoints */
-      )),
-  0x02,                              /* bNumInterfaces */
-  0x01,                              /* bConfigurationValue: 0x01 is used to select this configuration */
-  0x00,                              /* iConfiguration: no string to describe this configuration */
-  USB_CONFIG_BUS_POWERED /*|*/       /* bmAttributes */
-/*USB_CONFIG_REMOTE_WAKEUP*/,
-  USB_CONFIG_POWER_MA(100),          /* bMaxPower, device power consumption is 100 mA */
-/* Interface 0, Alternate Setting 0, Communication class interface descriptor */
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_CIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: Alternate setting */
-  0x01,                              /* bNumEndpoints: One endpoint used */
-  CDC_COMMUNICATION_INTERFACE_CLASS, /* bInterfaceClass: Communication Interface Class */
-  CDC_ABSTRACT_CONTROL_MODEL,        /* bInterfaceSubClass: Abstract Control Model */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/*Header Functional Descriptor*/
-  0x05,                              /* bLength: Endpoint Descriptor size */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_HEADER,                        /* bDescriptorSubtype: Header Func Desc */
-  WBVAL(CDC_V1_10), /* 1.10 */       /* bcdCDC */
-/*Call Management Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_CALL_MANAGEMENT,               /* bDescriptorSubtype: Call Management Func Desc */
-  0x01,                              /* bmCapabilities: device handles call management */
-  0x01,                              /* bDataInterface: CDC data IF ID */
-/*Abstract Control Management Functional Descriptor*/
-  0x04,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_ABSTRACT_CONTROL_MANAGEMENT,   /* bDescriptorSubtype: Abstract Control Management desc */
-  0x02,                              /* bmCapabilities: SET_LINE_CODING, GET_LINE_CODING, SET_CONTROL_LINE_STATE supported */
-/*Union Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_UNION,                         /* bDescriptorSubtype: Union func desc */
-  USB_CDC_CIF_NUM,                   /* bMasterInterface: Communication class interface is master */
-  USB_CDC_DIF_NUM,                   /* bSlaveInterface0: Data class interface is slave 0 */
-/*Endpoint 1 Descriptor*/            /* event notification (optional) */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(1),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_INTERRUPT,       /* bmAttributes */
-  WBVAL(0x0010),                     /* wMaxPacketSize */
-  0x02,          /* 2ms */           /* bInterval */
-/* Interface 1, Alternate Setting 0, Data class interface descriptor*/
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_DIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: no alternate setting */
-  0x02,                              /* bNumEndpoints: two endpoints used */
-  CDC_DATA_INTERFACE_CLASS,          /* bInterfaceClass: Data Interface Class */
-  0x00,                              /* bInterfaceSubClass: no subclass available */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/* Endpoint, EP2 Bulk Out */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_OUT(2),               /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Endpoint, EP2 Bulk In */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(2),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Terminator */
-  0                                  /* bLength */
-                              /* bLength */
-};
-
-/* USB String Descriptor (optional) */
-const uint8_t USB_StringDescriptor[] = {
-/* Index 0x00: LANGID Codes */
-  0x04,                              /* bLength */
-  USB_STRING_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  WBVAL(0x0409), /* US English */    /* wLANGID */
-/* Index 0x01: Manufacturer */
-  (16*2 + 2),                        /* bLength (13 Char + Type + lenght) */
-  USB_STRING_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  'N',0,
-  'G',0,
-  'X',0,
-  ' ',0,
-  'T',0,
-  'E',0,
-  'C',0,
-  'H',0,
-  'N',0,
-  'O',0,
-  'L',0,
-  'O',0,
-  'G',0,\r
-       'I',0,\r
-       'E',0,\r
-       'S',0,
-/* Index 0x02: Product */
-  (17*2 + 2),                        /* bLength ( 17 Char + Type + lenght) */
-  USB_STRING_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  'N',0,
-  'G',0,
-  'X',0,
-  ' ',0,
-  'L',0,
-  'P',0,
-  'C',0,
-  '1',0,
-  '8',0,
-  'x',0,
-  'x',0,
-  ' ',0,
-  'V',0,
-  'C',0,
-  'O',0,
-  'M',0,
-  ' ',0,
-/* Index 0x03: Serial Number */
-  (12*2 + 2),                        /* bLength (12 Char + Type + lenght) */
-  USB_STRING_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  'D',0,
-  'E',0,
-  'M',0,
-  'O',0,
-  '0',0,
-  '0',0,
-  '0',0,
-  '0',0,
-  '0',0,
-  '0',0,
-  '0',0,
-  '0',0,
-/* Index 0x04: Interface 0, Alternate Setting 0 */
-  ( 4*2 + 2),                        /* bLength (4 Char + Type + lenght) */
-  USB_STRING_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  'V',0,
-  'C',0,
-  'O',0,
-  'M',0,
-};
-
-/* USB Device Qualifier */
-const uint8_t USB_DeviceQualifier[] = {
-  USB_DEVICE_QUALI_SIZE,               /* bLength */
-  USB_DEVICE_QUALIFIER_DESCRIPTOR_TYPE,        /* bDescriptorType */
-  WBVAL(0x0200), /* 2.00 */          /* bcdUSB */
-  0x00,                              /* bDeviceClass */
-  0x00,                              /* bDeviceSubClass */
-  0x00,                              /* bDeviceProtocol */
-  USB_MAX_PACKET0,                   /* bMaxPacketSize0 */
-  0x01,                              /* bNumOtherSpeedConfigurations */
-  0x00                               /* bReserved */
-};
-
-/* USB Configuration Descriptor */
-/*   All Descriptors (Configuration, Interface, Endpoint, Class, Vendor */
-const uint8_t USB_FSOtherSpeedConfiguration[] = {
-/* Configuration 1 */
-  USB_CONFIGUARTION_DESC_SIZE,       /* bLength */
-  USB_CONFIGURATION_DESCRIPTOR_TYPE, /* bDescriptorType */
-  WBVAL((                             /* wTotalLength */
-    1*USB_CONFIGUARTION_DESC_SIZE +
-    1*USB_INTERFACE_DESC_SIZE     +  /* communication interface */
-    0x0013                        +  /* CDC functions */
-    1*USB_ENDPOINT_DESC_SIZE      +  /* interrupt endpoint */
-    1*USB_INTERFACE_DESC_SIZE     +  /* data interface */
-    2*USB_ENDPOINT_DESC_SIZE         /* bulk endpoints */
-      )),
-  0x02,                              /* bNumInterfaces */
-  0x01,                              /* bConfigurationValue: 0x01 is used to select this configuration */
-  0x00,                              /* iConfiguration: no string to describe this configuration */
-  USB_CONFIG_BUS_POWERED /*|*/       /* bmAttributes */
-/*USB_CONFIG_REMOTE_WAKEUP*/,
-  USB_CONFIG_POWER_MA(100),          /* bMaxPower, device power consumption is 100 mA */
-/* Interface 0, Alternate Setting 0, Communication class interface descriptor */
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_CIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: Alternate setting */
-  0x01,                              /* bNumEndpoints: One endpoint used */
-  CDC_COMMUNICATION_INTERFACE_CLASS, /* bInterfaceClass: Communication Interface Class */
-  CDC_ABSTRACT_CONTROL_MODEL,        /* bInterfaceSubClass: Abstract Control Model */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/*Header Functional Descriptor*/
-  0x05,                              /* bLength: Endpoint Descriptor size */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_HEADER,                        /* bDescriptorSubtype: Header Func Desc */
-  WBVAL(CDC_V1_10), /* 1.10 */       /* bcdCDC */
-/*Call Management Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_CALL_MANAGEMENT,               /* bDescriptorSubtype: Call Management Func Desc */
-  0x01,                              /* bmCapabilities: device handles call management */
-  0x01,                              /* bDataInterface: CDC data IF ID */
-/*Abstract Control Management Functional Descriptor*/
-  0x04,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_ABSTRACT_CONTROL_MANAGEMENT,   /* bDescriptorSubtype: Abstract Control Management desc */
-  0x02,                              /* bmCapabilities: SET_LINE_CODING, GET_LINE_CODING, SET_CONTROL_LINE_STATE supported */
-/*Union Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_UNION,                         /* bDescriptorSubtype: Union func desc */
-  USB_CDC_CIF_NUM,                   /* bMasterInterface: Communication class interface is master */
-  USB_CDC_DIF_NUM,                   /* bSlaveInterface0: Data class interface is slave 0 */
-/*Endpoint 1 Descriptor*/            /* event notification (optional) */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(1),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_INTERRUPT,       /* bmAttributes */
-  WBVAL(0x0010),                     /* wMaxPacketSize */
-  0x02,          /* 2ms */           /* bInterval */
-/* Interface 1, Alternate Setting 0, Data class interface descriptor*/
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_DIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: no alternate setting */
-  0x02,                              /* bNumEndpoints: two endpoints used */
-  CDC_DATA_INTERFACE_CLASS,          /* bInterfaceClass: Data Interface Class */
-  0x00,                              /* bInterfaceSubClass: no subclass available */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/* Endpoint, EP2 Bulk Out */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_OUT(2),               /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Endpoint, EP2 Bulk In */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(2),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Terminator */
-  0                                  /* bLength */
-};
-
-/* USB Configuration Descriptor */
-/*   All Descriptors (Configuration, Interface, Endpoint, Class, Vendor */
-const uint8_t USB_HSOtherSpeedConfiguration[] = {
-/* Configuration 1 */
-  USB_CONFIGUARTION_DESC_SIZE,       /* bLength */
-  USB_CONFIGURATION_DESCRIPTOR_TYPE, /* bDescriptorType */
-  WBVAL((                             /* wTotalLength */
-    1*USB_CONFIGUARTION_DESC_SIZE +
-    1*USB_INTERFACE_DESC_SIZE     +  /* communication interface */
-    0x0013                        +  /* CDC functions */
-    1*USB_ENDPOINT_DESC_SIZE      +  /* interrupt endpoint */
-    1*USB_INTERFACE_DESC_SIZE     +  /* data interface */
-    2*USB_ENDPOINT_DESC_SIZE         /* bulk endpoints */
-      )),
-  0x02,                              /* bNumInterfaces */
-  0x01,                              /* bConfigurationValue: 0x01 is used to select this configuration */
-  0x00,                              /* iConfiguration: no string to describe this configuration */
-  USB_CONFIG_BUS_POWERED /*|*/       /* bmAttributes */
-/*USB_CONFIG_REMOTE_WAKEUP*/,
-  USB_CONFIG_POWER_MA(100),          /* bMaxPower, device power consumption is 100 mA */
-/* Interface 0, Alternate Setting 0, Communication class interface descriptor */
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_CIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: Alternate setting */
-  0x01,                              /* bNumEndpoints: One endpoint used */
-  CDC_COMMUNICATION_INTERFACE_CLASS, /* bInterfaceClass: Communication Interface Class */
-  CDC_ABSTRACT_CONTROL_MODEL,        /* bInterfaceSubClass: Abstract Control Model */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/*Header Functional Descriptor*/
-  0x05,                              /* bLength: Endpoint Descriptor size */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_HEADER,                        /* bDescriptorSubtype: Header Func Desc */
-  WBVAL(CDC_V1_10), /* 1.10 */       /* bcdCDC */
-/*Call Management Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_CALL_MANAGEMENT,               /* bDescriptorSubtype: Call Management Func Desc */
-  0x01,                              /* bmCapabilities: device handles call management */
-  0x01,                              /* bDataInterface: CDC data IF ID */
-/*Abstract Control Management Functional Descriptor*/
-  0x04,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_ABSTRACT_CONTROL_MANAGEMENT,   /* bDescriptorSubtype: Abstract Control Management desc */
-  0x02,                              /* bmCapabilities: SET_LINE_CODING, GET_LINE_CODING, SET_CONTROL_LINE_STATE supported */
-/*Union Functional Descriptor*/
-  0x05,                              /* bFunctionLength */
-  CDC_CS_INTERFACE,                  /* bDescriptorType: CS_INTERFACE */
-  CDC_UNION,                         /* bDescriptorSubtype: Union func desc */
-  USB_CDC_CIF_NUM,                   /* bMasterInterface: Communication class interface is master */
-  USB_CDC_DIF_NUM,                   /* bSlaveInterface0: Data class interface is slave 0 */
-/*Endpoint 1 Descriptor*/            /* event notification (optional) */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(1),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_INTERRUPT,       /* bmAttributes */
-  WBVAL(0x0010),                     /* wMaxPacketSize */
-  0x02,          /* 2ms */           /* bInterval */
-/* Interface 1, Alternate Setting 0, Data class interface descriptor*/
-  USB_INTERFACE_DESC_SIZE,           /* bLength */
-  USB_INTERFACE_DESCRIPTOR_TYPE,     /* bDescriptorType */
-  USB_CDC_DIF_NUM,                   /* bInterfaceNumber: Number of Interface */
-  0x00,                              /* bAlternateSetting: no alternate setting */
-  0x02,                              /* bNumEndpoints: two endpoints used */
-  CDC_DATA_INTERFACE_CLASS,          /* bInterfaceClass: Data Interface Class */
-  0x00,                              /* bInterfaceSubClass: no subclass available */
-  0x00,                              /* bInterfaceProtocol: no protocol used */
-  0x5E,                              /* iInterface: */
-/* Endpoint, EP2 Bulk Out */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_OUT(2),               /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Endpoint, EP2 Bulk In */
-  USB_ENDPOINT_DESC_SIZE,            /* bLength */
-  USB_ENDPOINT_DESCRIPTOR_TYPE,      /* bDescriptorType */
-  USB_ENDPOINT_IN(2),                /* bEndpointAddress */
-  USB_ENDPOINT_TYPE_BULK,            /* bmAttributes */
-  WBVAL(USB_CDC_BUFSIZE),            /* wMaxPacketSize */
-  0x00,                              /* bInterval: ignore for Bulk transfer */
-/* Terminator */
-  0                                  /* bLength */
-};
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbhw.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbhw.c
deleted file mode 100644 (file)
index 01c222d..0000000
+++ /dev/null
@@ -1,803 +0,0 @@
-/**********************************************************************
-* $Id$         usbhw.c                                 2011-06-02
-*//**
-* @file                usbhw.c
-* @brief        USB Hardware Layer Module for NXP's lpc43xx MCU
-* @version     1.0
-* @date                02. June. 2011
-* @author      NXP MCU SW Application Team
-*
-* Copyright(C) 2011, NXP Semiconductor
-* All rights reserved.
-*
-***********************************************************************
-* Software that is described herein is for illustrative purposes only
-* which provides customers with programming information regarding the
-* products. This software is supplied "AS IS" without any warranties.
-* NXP Semiconductors assumes no responsibility or liability for the
-* use of the software, conveys no license or title under any patent,
-* copyright, or mask work right to the product. NXP Semiconductors
-* reserves the right to make changes in the software without
-* notification. NXP Semiconductors also make no representation or
-* warranty that such application will be suitable for the specified
-* use without further testing or modification.
-**********************************************************************/
-#include <string.h>
-#include "lpc18xx.H"                        /* lpc43xx definitions */
-#include "lpc_types.h"
-#include "usb.h"
-#include "usbhw.h"
-#include "usbcfg.h"
-#include "usbcore.h"
-#include "lpc18xx_scu.h"
-#include "lpc18xx_cgu.h"
-#include "FreeRTOS.h"
-#ifdef __CC_ARM
-#pragma diag_suppress 1441
-#endif
-
-#ifdef __ICCARM__
-#pragma data_alignment=2048
-DQH_T ep_QH[EP_NUM_MAX];
-#pragma data_alignment=32
-DTD_T ep_TD[EP_NUM_MAX];
-#pragma data_alignment=4
-#elif defined   (  __GNUC__  )
-#define __align(x) __attribute__((aligned(x)))
-DQH_T ep_QH[EP_NUM_MAX] __attribute__((aligned(2048)));
-DTD_T ep_TD[EP_NUM_MAX] __attribute__((aligned(32)));
-#else
-DQH_T __align(2048) ep_QH[EP_NUM_MAX];
-DTD_T __align(32) ep_TD[EP_NUM_MAX];
-#endif
-
-
-static uint32_t ep_read_len[4];
-volatile uint32_t DevStatusFS2HS = FALSE;
-LPC_USBDRV_INIT_T g_drv;
-
-/*
- *  Get Endpoint Physical Address
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    Endpoint Physical Address
- */
-
-uint32_t EPAdr (uint32_t EPNum) {
-  uint32_t val;
-
-  val = (EPNum & 0x0F) << 1;
-  if (EPNum & 0x80) {
-    val += 1;
-  }
-  return (val);
-}
-
-/*
- *  USB Initialize Function
- *   Called by the User to initialize USB
- *    Return Value:    None
- */
-
-void USB_Init (LPC_USBDRV_INIT_T* cbs)
-{
-  memcpy(&g_drv, cbs, sizeof(LPC_USBDRV_INIT_T));
-  /*maxp for EP0 should be atleast 8 */
-  if( g_drv.ep0_maxp == 0)
-    g_drv.ep0_maxp = 64;
-
-#ifdef USE_USB0
-       scu_pinmux(0x8,1,MD_PLN_FAST,FUNC1);    //  0: motocon pcap0_1          1: usb0 usb0_ind1           2:  nc                      3: gpio4 gpio4_1
-       scu_pinmux(0x8,2,MD_PLN_FAST,FUNC1);    //  0: motocon pcap0_0          1: usb0 usb0_ind0           2:  nc                      3: gpio4 gpio4_2
-#endif
-#ifdef USE_USB0
-       CGU_SetPLL0();
-       CGU_EnableEntity(CGU_CLKSRC_PLL0, ENABLE);
-       CGU_EntityConnect(CGU_CLKSRC_PLL0, CGU_BASE_USB0);
-#else
-       CGU_SetPLL1(5);
-       CGU_EnableEntity(CGU_CLKSRC_PLL1, ENABLE);
-       CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_USB1);\r
-       /* enable USB phy */
-    LPC_CREG->CREG0 &= ~(1 << 5);
-    /* enable USB1_DP and USB1_DN on chip FS phy */
-    LPC_SCU->SFSUSB = 0x12;
-    /* enable USB1_VBUS */
-    scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2);
-
-#endif
-       /* Turn on the phy */
-#ifdef USE_USB0
-       LPC_CREG->CREG0 &= ~(1<<5);
-#endif
-       /* reset the controller */
-       LPC_USB->USBCMD_D = USBCMD_RST;
-       /* wait for reset to complete */
-       while (LPC_USB->USBCMD_D & USBCMD_RST);
-
-       /* Program the controller to be the USB device controller */
-       LPC_USB->USBMODE_D =   USBMODE_CM_DEV
-                         | USBMODE_SDIS
-                         | USBMODE_SLOM ;
-
-       /* set OTG transcever in proper state, device is present
-       on the port(CCS=1), port enable/disable status change(PES=1). */
-#ifdef USE_USB0        
-       LPC_USB->OTGSC = (1<<3) | (1<<0) /*| (1<<16)| (1<<24)| (1<<25)| (1<<26)| (1<<27)| (1<<28)| (1<<29)| (1<<30)*/;
-#else
-       /* force full speed */
-       LPC_USB->PORTSC1_D |= (1<<24);
-#endif
-
-#ifdef USE_USB0
-       NVIC_EnableIRQ(USB0_IRQn); //  enable USB0 interrrupts
-       NVIC_SetPriority(USB0_IRQn, configMIN_LIBRARY_INTERRUPT_PRIORITY );
-#else
-       NVIC_EnableIRQ(USB1_IRQn); //  enable USB1 interrrupts
-       NVIC_SetPriority(USB0_IRQn, configMIN_LIBRARY_INTERRUPT_PRIORITY );
-#endif
-
-       USB_Reset();
-       USB_SetAddress(0);
-       return;
-}
-
-/*
- *  USB Connect Function
- *   Called by the User to Connect/Disconnect USB
- *    Parameters:      con:   Connect/Disconnect
- *    Return Value:    None
- */
-void USB_Connect (uint32_t con) {
-  if (con)
-    LPC_USB->USBCMD_D |= USBCMD_RS;
-  else
-    LPC_USB->USBCMD_D &= ~USBCMD_RS;
-}
-
-
-/*
- *  USB Reset Function
- *   Called automatically on USB Reset
- *    Return Value:    None
- */
-
-void USB_Reset (void)
-{
-  uint32_t i;
-
-  DevStatusFS2HS = FALSE;
-  /* disable all EPs */
-  LPC_USB->ENDPTCTRL0 &= ~(EPCTRL_RXE | EPCTRL_TXE);
-  LPC_USB->ENDPTCTRL2 &= ~(EPCTRL_RXE | EPCTRL_TXE);
-  LPC_USB->ENDPTCTRL3 &= ~(EPCTRL_RXE | EPCTRL_TXE);
-
-  /* Clear all pending interrupts */
-  LPC_USB->ENDPTNAK   = 0xFFFFFFFF;
-  LPC_USB->ENDPTNAKEN = 0;
-  LPC_USB->USBSTS_D     = 0xFFFFFFFF;
-  LPC_USB->ENDPTSETUPSTAT = LPC_USB->ENDPTSETUPSTAT;
-  LPC_USB->ENDPTCOMPLETE  = LPC_USB->ENDPTCOMPLETE;
-  while (LPC_USB->ENDPTPRIME)                  /* Wait until all bits are 0 */
-  {
-  }
-  LPC_USB->ENDPTFLUSH = 0xFFFFFFFF;
-  while (LPC_USB->ENDPTFLUSH); /* Wait until all bits are 0 */
-
-
-  /* Set the interrupt Threshold control interval to 0 */
-  LPC_USB->USBCMD_D &= ~0x00FF0000;
-
-  /* Zero out the Endpoint queue heads */
-  memset((void*)ep_QH, 0, EP_NUM_MAX * sizeof(DQH_T));
-  /* Zero out the device transfer descriptors */
-  memset((void*)ep_TD, 0, EP_NUM_MAX * sizeof(DTD_T));
-  memset((void*)ep_read_len, 0, sizeof(ep_read_len));
-  /* Configure the Endpoint List Address */
-  /* make sure it in on 64 byte boundary !!! */
-  /* init list address */
-  LPC_USB->ENDPOINTLISTADDR = (uint32_t)ep_QH;
-  /* Initialize device queue heads for non ISO endpoint only */
-  for (i = 0; i < EP_NUM_MAX; i++)
-  {
-    ep_QH[i].next_dTD = (uint32_t)&ep_TD[i];
-  }
-  /* Enable interrupts */
-  LPC_USB->USBINTR_D =  USBSTS_UI
-                     | USBSTS_UEI
-                     | USBSTS_PCI
-                     | USBSTS_URI
-                     | USBSTS_SLI
-                     | USBSTS_NAKI;
-//  LPC_USB->usbintr |= (0x1<<7);              /* Test SOF */
-  /* enable ep0 IN and ep0 OUT */
-  ep_QH[0].cap  = QH_MAXP(g_drv.ep0_maxp)
-                  | QH_IOS
-                  | QH_ZLT;
-  ep_QH[1].cap  = QH_MAXP(g_drv.ep0_maxp)
-                  | QH_IOS
-                  | QH_ZLT;
-  /* enable EP0 */
-  LPC_USB->ENDPTCTRL0 = EPCTRL_RXE | EPCTRL_RXR | EPCTRL_TXE | EPCTRL_TXR;
-  return;
-
-}
-
-
-/*
- *  USB Suspend Function
- *   Called automatically on USB Suspend
- *    Return Value:    None
- */
-
-void USB_Suspend (void) {
-  /* Performed by Hardware */
-}
-
-
-/*
- *  USB Resume Function
- *   Called automatically on USB Resume
- *    Return Value:    None
- */
-
-void USB_Resume (void) {
-  /* Performed by Hardware */
-}
-
-
-/*
- *  USB Remote Wakeup Function
- *   Called automatically on USB Remote Wakeup
- *    Return Value:    None
- */
-
-void USB_WakeUp (void) {
-
-  //if (USB_DeviceStatus & USB_GETSTATUS_REMOTE_WAKEUP)
-  {
-    /* Set FPR bit in PORTSCX reg p63 */
-    LPC_USB->PORTSC1_D |= USBPRTS_FPR ;
-  }
-}
-
-
-/*
- *  USB Remote Wakeup Configuration Function
- *    Parameters:      cfg:   Enable/Disable
- *    Return Value:    None
- */
-
-void USB_WakeUpCfg (uint32_t cfg) {
-  ( void ) cfg;
-  /* Not needed */
-}
-
-
-/*
- *  USB Set Address Function
- *    Parameters:      adr:   USB Address
- *    Return Value:    None
- */
-
-void USB_SetAddress (uint32_t adr) {
-  LPC_USB->DEVICEADDR = USBDEV_ADDR(adr);
-  LPC_USB->DEVICEADDR |= USBDEV_ADDR_AD;
-}
-
-/*
-*  USB set test mode Function
-*    Parameters:      mode:   test mode
-*    Return Value:    TRUE if supported else FALSE
-*/
-
-uint32_t USB_SetTestMode(uint8_t mode)
-{
-  uint32_t portsc;
-
-  if ((mode > 0) && (mode < 8))
-  {
-    portsc = LPC_USB->PORTSC1_D & ~(0xF << 16);
-
-    LPC_USB->PORTSC1_D = portsc | (mode << 16);
-    return TRUE;
-  }
-  return (FALSE);
-}
-
-/*
- *  USB Configure Function
- *    Parameters:      cfg:   Configure/Deconfigure
- *    Return Value:    None
- */
-
-void USB_Configure (uint32_t cfg) {
-       ( void ) cfg;
-}
-
-
-/*
- *  Configure USB Endpoint according to Descriptor
- *    Parameters:      pEPD:  Pointer to Endpoint Descriptor
- *    Return Value:    None
- */
-
-void USB_ConfigEP (USB_ENDPOINT_DESCRIPTOR *pEPD) {
-  uint32_t num, lep;
-  uint32_t ep_cfg;
-  uint8_t  bmAttributes;
-
-  lep = pEPD->bEndpointAddress & 0x7F;
-  num = EPAdr(pEPD->bEndpointAddress);
-
-  ep_cfg = ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep];
-  /* mask the attributes we are not-intersetd in */
-  bmAttributes = pEPD->bmAttributes & USB_ENDPOINT_TYPE_MASK;
-  /* set EP type */
-  if (bmAttributes != USB_ENDPOINT_TYPE_ISOCHRONOUS)
-  {
-    /* init EP capabilities */
-    ep_QH[num].cap  = QH_MAXP(pEPD->wMaxPacketSize)
-                      | QH_IOS | QH_ZLT ;
-    /* The next DTD pointer is INVALID */
-    ep_TD[num].next_dTD = 0x01 ;
-  }
-  else
-  {
-    /* init EP capabilities */
-    ep_QH[num].cap  = QH_MAXP(0x400) | QH_ZLT;
-  }
-  /* setup EP control register */
-  if (pEPD->bEndpointAddress & 0x80)
-  {
-    ep_cfg &= ~0xFFFF0000;
-    ep_cfg |= EPCTRL_TX_TYPE(bmAttributes)
-              | EPCTRL_TXR;
-  }
-  else
-  {
-    ep_cfg &= ~0xFFFF;
-    ep_cfg |= EPCTRL_RX_TYPE(bmAttributes)
-              | EPCTRL_RXR;
-  }
-  ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] = ep_cfg;
-  return;
-}
-
-/*
- *  Set Direction for USB Control Endpoint
- *    Parameters:      dir:   Out (dir == 0), In (dir <> 0)
- *    Return Value:    None
- */
-
-void USB_DirCtrlEP (uint32_t dir) {
-  /* Not needed */
-  ( void ) dir;
-}
-
-
-/*
- *  Enable USB Endpoint
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    None
- */
-
-void USB_EnableEP (uint32_t EPNum) {
-  uint32_t lep, bitpos;
-
-  lep = EPNum & 0x0F;
-
-  if (EPNum & 0x80)
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_TXE;
-  }
-  else
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_RXE;
-    /* enable NAK interrupt */
-    bitpos = USB_EP_BITPOS(EPNum);
-    LPC_USB->ENDPTNAKEN |= (1<<bitpos);
-  }
-}
-
-/*
- *  Disable USB Endpoint
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    None
- */
-
-void USB_DisableEP (uint32_t EPNum) {
-  uint32_t lep, bitpos;
-
-  lep = EPNum & 0x0F;
-  if (EPNum & 0x80)
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] &= ~EPCTRL_TXE;
-  }
-  else
-  {
-    /* disable NAK interrupt */
-    bitpos = USB_EP_BITPOS(EPNum);
-    LPC_USB->ENDPTNAKEN &= ~(1<<bitpos);
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] &= ~EPCTRL_RXE;
-  }
-}
-
-/*
- *  Reset USB Endpoint
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    None
- */
-
-void USB_ResetEP (uint32_t EPNum) {
-  uint32_t bit_pos = USB_EP_BITPOS(EPNum);
-  uint32_t lep = EPNum & 0x0F;
-
-  /* flush EP buffers */
-  LPC_USB->ENDPTFLUSH = (1<<bit_pos);
-  while (LPC_USB->ENDPTFLUSH & (1<<bit_pos));
-  /* reset data toggles */
-  if (EPNum & 0x80)
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_TXR;
-  }
-  else
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_RXR;
-  }
-}
-
-/*
- *  Set Stall for USB Endpoint
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    None
- */
-
-void USB_SetStallEP (uint32_t EPNum) {
-  uint32_t lep;
-
-  lep = EPNum & 0x0F;
-  if (EPNum & 0x80)
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_TXS;
-  }
-  else
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_RXS;
-  }
-}
-
-/*
- *  Clear Stall for USB Endpoint
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *    Return Value:    None
- */
-
-void USB_ClrStallEP (uint32_t EPNum) {
-  uint32_t lep;
-
-  lep = EPNum & 0x0F;
-  if (EPNum & 0x80)
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] &= ~EPCTRL_TXS;
-    /* reset data toggle */
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_TXR;
-  }
-  else
-  {
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] &= ~EPCTRL_RXS;
-    /* reset data toggle */
-    ((uint32_t*)&(LPC_USB->ENDPTCTRL0))[lep] |= EPCTRL_RXR;
-  }
-}
-
-/*
- *  Process DTD
- *    Parameters:      EPNum: Endpoint Number
- *                       EPNum.0..3: Address
- *                       EPNum.7:    Dir
- *                     Buffer pointer
- *                     Transfer buffer size
- *    Return Value:    None
- */
-void USB_ProgDTD(uint32_t Edpt, uint32_t ptrBuff, uint32_t TsfSize)
-{
-  DTD_T*  pDTD;
-
-  pDTD = (DTD_T*)&ep_TD[ Edpt ];
-
-  /* Zero out the device transfer descriptors */
-  memset((void*)pDTD, 0, sizeof(DTD_T));
-  /* The next DTD pointer is INVALID */
-  pDTD->next_dTD = 0x01 ;
-
-  /* Length */
-  pDTD->total_bytes = ((TsfSize & 0x7fff) << 16);
-  pDTD->total_bytes |= TD_IOC ;
-  pDTD->total_bytes |= 0x80 ;
-
-  pDTD->buffer0 = ptrBuff;
-  pDTD->buffer1 = (ptrBuff + 0x1000) & 0xfffff000;
-  pDTD->buffer2 = (ptrBuff + 0x2000) & 0xfffff000;
-  pDTD->buffer3 = (ptrBuff + 0x3000) & 0xfffff000;
-  pDTD->buffer4 = (ptrBuff + 0x4000) & 0xfffff000;
-
-  ep_QH[Edpt].next_dTD = (uint32_t)(&ep_TD[ Edpt ]);
-  ep_QH[Edpt].total_bytes &= (~0xC0) ;
-}
-
-/*
-*  Read USB Endpoint Data
-*    Parameters:      EPNum: Endpoint Number
-*                       EPNum.0..3: Address
-*                       EPNum.7:    Dir
-*                     pData: Pointer to Data Buffer
-*    Return Value:    Number of bytes read
-*/
-uint32_t USB_ReadSetupPkt(uint32_t EPNum, uint32_t *pData)
-{
-  uint32_t setup_int, cnt = 0;
-  uint32_t num = EPAdr(EPNum);
-
-  setup_int = LPC_USB->ENDPTSETUPSTAT ;
-  /* Clear the setup interrupt */
-  LPC_USB->ENDPTSETUPSTAT = setup_int;
-
-  /* ********************************** */
-  /*  Check if we have received a setup */
-  /* ********************************** */
-  if (setup_int & (1<<0))                    /* Check only for bit 0 */
-    /* No setup are admitted on other endpoints than 0 */
-  {
-    do
-    {
-      /* Setup in a setup - must considere only the second setup */
-      /*- Set the tripwire */
-      LPC_USB->USBCMD_D |= USBCMD_SUTW ;
-
-      /* Transfer Set-up data to the gtmudsCore_Request buffer */
-      pData[0] = ep_QH[num].setup[0];
-      pData[1] = ep_QH[num].setup[1];
-      cnt = 8;
-
-    }
-    while (!(LPC_USB->USBCMD_D & USBCMD_SUTW)) ;
-
-    /* setup in a setup - Clear the tripwire */
-    LPC_USB->USBCMD_D &= (~USBCMD_SUTW);
-  }
-  while ((setup_int = LPC_USB->ENDPTSETUPSTAT) != 0)
-  {
-    /* Clear the setup interrupt */
-    LPC_USB->ENDPTSETUPSTAT = setup_int;
-  }
-  return cnt;
-}
-
-/*
-*  Enque read request
-*    Parameters:      EPNum: Endpoint Number
-*                       EPNum.0..3: Address
-*                       EPNum.7:    Dir
-*                     pData: Pointer to Data Buffer
-*    Return Value:    Number of bytes read
-*/
-
-uint32_t USB_ReadReqEP(uint32_t EPNum, uint8_t *pData, uint32_t len)
-{
-  uint32_t num = EPAdr(EPNum);
-  uint32_t n = USB_EP_BITPOS(EPNum);
-
-  USB_ProgDTD(num, (uint32_t)pData, len);
-  ep_read_len[EPNum & 0x0F] = len;
-  /* prime the endpoint for read */
-  LPC_USB->ENDPTPRIME |= (1<<n);
-  return len;
-}
-/*
-*  Read USB Endpoint Data
-*    Parameters:      EPNum: Endpoint Number
-*                       EPNum.0..3: Address
-*                       EPNum.7:    Dir
-*                     pData: Pointer to Data Buffer
-*    Return Value:    Number of bytes read
-*/
-
-uint32_t USB_ReadEP(uint32_t EPNum, uint8_t *pData)
-{
-  uint32_t cnt, n;
-  DTD_T*  pDTD ;
-
-  ( void ) pData;
-
-  n = EPAdr(EPNum);
-  pDTD = (DTD_T*)&ep_TD[n];
-
-  /* return the total bytes read */
-  cnt  = (pDTD->total_bytes >> 16) & 0x7FFF;
-  cnt = ep_read_len[EPNum & 0x0F] - cnt;
-  return (cnt);
-}
-
-/*
-*  Write USB Endpoint Data
-*    Parameters:      EPNum: Endpoint Number
-*                       EPNum.0..3: Address
-*                       EPNum.7:    Dir
-*                     pData: Pointer to Data Buffer
-*                     cnt:   Number of bytes to write
-*    Return Value:    Number of bytes written
-*/
-uint32_t USB_WriteEP(uint32_t EPNum, uint8_t *pData, uint32_t cnt)
-{
-  uint32_t x = 0, n = USB_EP_BITPOS(EPNum);
-
-  USB_ProgDTD(EPAdr(EPNum), (uint32_t)pData, cnt);
-  /* prime the endpoint for transmit */
-  LPC_USB->ENDPTPRIME |= (1<<n);
-   /* check if priming succeeded */
-  while ((LPC_USB->ENDPTPRIME & (1<<n))&&(++x<0xffff));/*_RB_ Fix for hang here. */
-  return (cnt);
-}
-
-/*
- *  USB Interrupt Service Routine
- */
-#ifdef USE_USB0
-void USB0_IRQHandler (void)
-#else
-void USB1_IRQHandler (void)
-#endif
-{
-  uint32_t disr, val, n;
-
-  disr = LPC_USB->USBSTS_D;                      /* Device Interrupt Status */
-  LPC_USB->USBSTS_D = disr;
-
-//  printf("USB interrupt: 0x%08x\n",disr);
-
-//     LPC_UART1->THR = 'U';
-//     LPC_UART1->THR = 'S';
-//     LPC_UART1->THR = 'B';
-//     LPC_UART1->THR = '\n';
-
-
-  /* Device Status Interrupt (Reset, Connect change, Suspend/Resume) */
-  if (disr & USBSTS_URI)                      /* Reset */
-  {
-//                                                                                                     LPC_UART1->THR = 'R';
-//                                                                                                     LPC_UART1->THR = '\n';
-    USB_Reset();
-    if (g_drv.USB_Reset_Event)
-      g_drv.USB_Reset_Event();
-    return;
-       //goto isr_end;
-  }
-
-  if (disr & USBSTS_SLI)                   /* Suspend */
-  {
-//                                                                                               LPC_UART1->THR = 'U';
-//                                                                                                     LPC_UART1->THR = '\n';
-    if (g_drv.USB_Suspend_Event)
-      g_drv.USB_Suspend_Event();
-  }
-
-  if (disr & USBSTS_PCI)                  /* Resume */
-  {
-//                                                                                                     LPC_UART1->THR = 'P';
-//                                                                                                     LPC_UART1->THR = '\n';
-    /* check if device isoperating in HS mode or full speed */
-    if (LPC_USB->PORTSC1_D & (1<<9))
-      DevStatusFS2HS = TRUE;
-
-    if (g_drv.USB_Resume_Event)
-      g_drv.USB_Resume_Event();
-  }
-
-  /* handle setup status interrupts */
-  val = LPC_USB->ENDPTSETUPSTAT;
-  /* Only EP0 will have setup packets so call EP0 handler */
-  if (val)
-  {
-//                                                                                                 LPC_UART1->THR = 'S';
-//                                                                                                     LPC_UART1->THR = '\n';
-    /* Clear the endpoint complete CTRL OUT & IN when */
-    /* a Setup is received */
-    LPC_USB->ENDPTCOMPLETE = 0x00010001;
-    /* enable NAK inetrrupts */
-    LPC_USB->ENDPTNAKEN |= 0x00010001;
-    if (g_drv.USB_P_EP[0]){
-//                                                                                                             LPC_UART1->THR = 's';
-//                                                                                                             LPC_UART1->THR = '\n';
-        g_drv.USB_P_EP[0](USB_EVT_SETUP);
-       }
-  }
-
-  /* handle completion interrupts */
-  val = LPC_USB->ENDPTCOMPLETE;
-  if (val)
-  {
-//                                                                                                             LPC_UART1->THR = 'C';
-//                                                                                                             LPC_UART1->THR = '\n';
-
-    LPC_USB->ENDPTNAK = val;
-    for (n = 0; n < EP_NUM_MAX / 2; n++)
-    {
-      if (val & (1<<n))
-      {
-        if (g_drv.USB_P_EP[n])
-          g_drv.USB_P_EP[n](USB_EVT_OUT);
-
-        LPC_USB->ENDPTCOMPLETE = (1<<n);
-      }
-      if (val & (1<<(n + 16)))
-      {
-        ep_TD [(n << 1) + 1 ].total_bytes &= 0xC0;
-        if (g_drv.USB_P_EP[n])
-          g_drv.USB_P_EP[n](USB_EVT_IN);
-        LPC_USB->ENDPTCOMPLETE = (1<<(n + 16));
-      }
-    }
-  }
-
-  if (disr & USBSTS_NAKI)
-  {
-//                                                                                                     LPC_UART1->THR = 'N';
-//                                                                                                     LPC_UART1->THR = '\n';
-    val = LPC_USB->ENDPTNAK;
-    val &= LPC_USB->ENDPTNAKEN;
-    /* handle NAK interrupts */
-    if (val)
-    {
-      for (n = 0; n < EP_NUM_MAX / 2; n++)
-      {
-        if (val & (1<<n))
-        {
-          if (g_drv.USB_P_EP[n])
-            g_drv.USB_P_EP[n](USB_EVT_OUT_NAK);
-        }
-        if (val & (1<<(n + 16)))
-        {
-          if (g_drv.USB_P_EP[n])
-            g_drv.USB_P_EP[n](USB_EVT_IN_NAK);
-        }
-      }
-      LPC_USB->ENDPTNAK = val;
-    }
-  }
-
-  /* Start of Frame Interrupt */
-  if (disr & USBSTS_SRI)
-  {
-//                                                                                                     LPC_UART1->THR = 'F';
-//                                                                                                     LPC_UART1->THR = '\n';
-    if (g_drv.USB_SOF_Event)
-      g_drv.USB_SOF_Event();
-  }
-
-  /* Error Interrupt */
-  if (disr & USBSTS_UEI)
-  {
-//                                                                                                       LPC_UART1->THR = 'E';
-//                                                                                                             LPC_UART1->THR = '\n';
-    if (g_drv.USB_Error_Event)
-      g_drv.USB_Error_Event(disr);
-  }
-
-//    LPC_UART1->THR = 'r';
-//     LPC_UART1->THR = '\n';
-//isr_end:
-//  LPC_VIC->VectAddr = 0;                   /* Acknowledge Interrupt */
-  return;
-}
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbuser.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/USB_CDC/usbuser.c
deleted file mode 100644 (file)
index b0226ac..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-/*----------------------------------------------------------------------------
- *      U S B  -  K e r n e l
- *----------------------------------------------------------------------------
- * Name:    usbuser.c
- * Purpose: USB Custom User Module
- * Version: V1.20
- *----------------------------------------------------------------------------
- *      This software is supplied "AS IS" without any warranties, express,
- *      implied or statutory, including but not limited to the implied
- *      warranties of fitness for purpose, satisfactory quality and
- *      noninfringement. Keil extends you a royalty-free right to reproduce
- *      and distribute executable files created using this software for use
- *      on NXP Semiconductors LPC family microcontroller devices only. Nothing
- *      else gives you the right to use this software.
- *
- * Copyright (c) 2009 Keil - An ARM Company. All rights reserved.
- *---------------------------------------------------------------------------*/
-
-#include "lpc18xx.H"
-#include "lpc_types.h"
-
-#include "usb.h"
-#include "usbcfg.h"
-#include "usbhw.h"
-#include "usbcore.h"
-#include "usbuser.h"
-#include "cdcuser.h"
-
-
-
-/*
- *  USB Power Event Callback
- *   Called automatically on USB Power Event
- *    Parameter:       power: On(TRUE)/Off(FALSE)
- */
-
-#if USB_POWER_EVENT
-void USB_Power_Event (uint32_t  power) {
-}
-#endif
-
-
-/*
- *  USB Reset Event Callback
- *   Called automatically on USB Reset Event
- */
-
-#if USB_RESET_EVENT
-void USB_Reset_Event (void) {
-  USB_ResetCore();
-}
-#endif
-
-
-/*
- *  USB Suspend Event Callback
- *   Called automatically on USB Suspend Event
- */
-
-#if USB_SUSPEND_EVENT
-void USB_Suspend_Event (void) {
-}
-#endif
-
-
-/*
- *  USB Resume Event Callback
- *   Called automatically on USB Resume Event
- */
-
-#if USB_RESUME_EVENT
-void USB_Resume_Event (void) {
-}
-#endif
-
-
-/*
- *  USB Remote Wakeup Event Callback
- *   Called automatically on USB Remote Wakeup Event
- */
-
-#if USB_WAKEUP_EVENT
-void USB_WakeUp_Event (void) {
-}
-#endif
-
-
-/*
- *  USB Start of Frame Event Callback
- *   Called automatically on USB Start of Frame Event
- */
-
-#if USB_SOF_EVENT
-void USB_SOF_Event (void) {
-}
-#endif
-
-
-/*
- *  USB Error Event Callback
- *   Called automatically on USB Error Event
- *    Parameter:       error: Error Code
- */
-
-#if USB_ERROR_EVENT
-void USB_Error_Event (uint32_t error) {
-}
-#endif
-
-
-/*
- *  USB Set Configuration Event Callback
- *   Called automatically on USB Set Configuration Request
- */
-
-#if USB_CONFIGURE_EVENT
-void USB_Configure_Event (void) {
-
-  if (USB_Configuration) {                  /* Check if USB is configured */
-    /* add your code here */
-  }
-}
-#endif
-
-
-/*
- *  USB Set Interface Event Callback
- *   Called automatically on USB Set Interface Request
- */
-
-#if USB_INTERFACE_EVENT
-void USB_Interface_Event (void) {
-}
-#endif
-
-
-/*
- *  USB Set/Clear Feature Event Callback
- *   Called automatically on USB Set/Clear Feature Request
- */
-
-#if USB_FEATURE_EVENT
-void USB_Feature_Event (void) {
-}
-#endif
-
-
-#define P_EP(n) ((USB_EP_EVENT & (1 << (n))) ? USB_EndPoint##n : NULL)
-
-/* USB Endpoint Events Callback Pointers */
-void (* const USB_P_EP[USB_EP_NUM]) (uint32_t event) = {
-  P_EP(0),
-  P_EP(1),
-  P_EP(2),
-  P_EP(3),
-};
-
-
-/*
- *  USB Endpoint 1 Event Callback
- *   Called automatically on USB Endpoint 1 Event
- *    Parameter:       event
- */
-
-void USB_EndPoint1 (uint32_t event) {
-       ( void ) event;
-}
-
-
-/*
- *  USB Endpoint 2 Event Callback
- *   Called automatically on USB Endpoint 2 Event
- *    Parameter:       event
- */
-
-void USB_EndPoint2 (uint32_t event) {
-  switch (event) {
-  case USB_EVT_OUT_NAK:
-      CDC_BulkOutNak();
-      break;
-    case USB_EVT_OUT:
-      CDC_BulkOut ();                /* data received from Host */
-      break;
-    case USB_EVT_IN:
-      CDC_BulkIn ();                 /* data expected from Host */
-      break;
-  }
-}
-
-
-/*
- *  USB Endpoint 3 Event Callback
- *   Called automatically on USB Endpoint 3 Event
- *    Parameter:       event
- */
-
-void USB_EndPoint3 (uint32_t event) {
-       ( void ) event;
-}
-
-
-/*
- *  USB Endpoint 4 Event Callback
- *   Called automatically on USB Endpoint 4 Event
- *    Parameter:       event
- */
-
-void USB_EndPoint4 (uint32_t event) {
-       ( void ) event;
-}
-
-
-/*
- *  USB Endpoint 5 Event Callback
- *   Called automatically on USB Endpoint 5 Event
- *    Parameter:       event
- */
-
-void USB_EndPoint5 (uint32_t event) {
-  ( void ) event;
-}
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/board.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/board.h
deleted file mode 100644 (file)
index 38067a9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/* The name of this header file is set by the trace recorder code, but the name\r
-of the actual header file is used below. */\r
-#include "lpc18xx.h"\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/cr_startup_lpc18xx.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/cr_startup_lpc18xx.c
deleted file mode 100644 (file)
index 13853fc..0000000
+++ /dev/null
@@ -1,531 +0,0 @@
-// *****************************************************************************\r
-//   +--+\r
-//   | ++----+\r
-//   +-++    |\r
-//     |     |\r
-//   +-+--+  |\r
-//   | +--+--+\r
-//   +----+    Copyright (c) 2011-12 Code Red Technologies Ltd.\r
-//\r
-// LPC43xx Microcontroller Startup code for use with Red Suite\r
-//\r
-// Version : 120430\r
-//\r
-// Software License Agreement\r
-//\r
-// The software is owned by Code Red Technologies and/or its suppliers, and is\r
-// protected under applicable copyright laws.  All rights are reserved.  Any\r
-// use in violation of the foregoing restrictions may subject the user to criminal\r
-// sanctions under applicable laws, as well as to civil liability for the breach\r
-// of the terms and conditions of this license.\r
-//\r
-// THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
-// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
-// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
-// USE OF THIS SOFTWARE FOR COMMERCIAL DEVELOPMENT AND/OR EDUCATION IS SUBJECT\r
-// TO A CURRENT END USER LICENSE AGREEMENT (COMMERCIAL OR EDUCATIONAL) WITH\r
-// CODE RED TECHNOLOGIES LTD.\r
-//\r
-// *****************************************************************************\r
-\r
-#include "stdint.h"\r
-\r
-#if defined(__cplusplus)\r
-#ifdef __REDLIB__\r
-#error Redlib does not support C++\r
-#else\r
-// *****************************************************************************\r
-//\r
-// The entry point for the C++ library startup\r
-//\r
-// *****************************************************************************\r
-extern "C" {\r
-extern void __libc_init_array(void);\r
-\r
-}\r
-#endif\r
-#endif\r
-\r
-#define WEAK __attribute__ ((weak))\r
-#define ALIAS(f) __attribute__ ((weak, alias(# f)))\r
-\r
-// Code Red - if CMSIS is being used, then SystemInit() routine\r
-// will be called by startup code rather than in application's main()\r
-extern void SystemInit(void);\r
-\r
-// *****************************************************************************\r
-#if defined(__cplusplus)\r
-extern "C" {\r
-#endif\r
-\r
-// *****************************************************************************\r
-//\r
-// Forward declaration of the default handlers. These are aliased.\r
-// When the application defines a handler (with the same name), this will\r
-// automatically take precedence over these weak definitions\r
-//\r
-// *****************************************************************************\r
-void ResetISR(void);\r
-WEAK void NMI_Handler(void);\r
-WEAK void HardFault_Handler(void);\r
-WEAK void MemManage_Handler(void);\r
-WEAK void BusFault_Handler(void);\r
-WEAK void UsageFault_Handler(void);\r
-WEAK void SVC_Handler(void);\r
-WEAK void DebugMon_Handler(void);\r
-WEAK void PendSV_Handler(void);\r
-WEAK void SysTick_Handler(void);\r
-WEAK void IntDefaultHandler(void);\r
-\r
-//*****************************************************************************\r
-//\r
-// Forward declaration of the specific IRQ handlers. These are aliased\r
-// to the IntDefaultHandler, which is a 'forever' loop. When the application\r
-// defines a handler (with the same name), this will automatically take\r
-// precedence over these weak definitions\r
-//\r
-//*****************************************************************************\r
-void DAC_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void MX_CORE_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void DMA_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void FLASHEEPROM_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void ETH_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SDIO_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void LCD_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void USB0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void USB1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SCT_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void RIT_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void TIMER0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void TIMER1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void TIMER2_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void TIMER3_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void MCPWM_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void ADC0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void I2C0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void I2C1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SPI_IRQHandler (void) ALIAS(IntDefaultHandler);\r
-void ADC1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SSP0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SSP1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void UART0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void UART1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void UART2_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void UART3_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void I2S0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void I2S1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SPIFI_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void SGPIO_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO2_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO3_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO4_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO5_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO6_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GPIO7_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GINT0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void GINT1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void EVRT_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void CAN1_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void ATIMER_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void RTC_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void WDT_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void CAN0_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-void QEI_IRQHandler(void) ALIAS(IntDefaultHandler);\r
-\r
-//*****************************************************************************\r
-//\r
-// The entry point for the application.\r
-// __main() is the entry point for Redlib based applications\r
-// main() is the entry point for Newlib based applications\r
-//\r
-//*****************************************************************************\r
-#if defined (__REDLIB__)\r
-extern void __main(void);\r
-#endif\r
-extern int main(void);\r
-//*****************************************************************************\r
-//\r
-// External declaration for the pointer to the stack top from the Linker Script\r
-//\r
-//*****************************************************************************\r
-extern void _vStackTop(void);\r
-\r
-//*****************************************************************************\r
-#if defined (__cplusplus)\r
-} // extern "C"\r
-#endif\r
-//*****************************************************************************\r
-//\r
-// The vector table.\r
-// This relies on the linker script to place at correct location in memory.\r
-//\r
-// *****************************************************************************\r
-extern void(*const g_pfnVectors[]) (void);\r
-__attribute__ ((section(".isr_vector")))\r
-void(*const g_pfnVectors[]) (void) = {\r
-       // Core Level - CM4/CM3\r
-       &_vStackTop,                    // The initial stack pointer\r
-       ResetISR,                                               // The reset handler\r
-       NMI_Handler,                                    // The NMI handler\r
-       HardFault_Handler,                              // The hard fault handler\r
-       MemManage_Handler,                              // The MPU fault handler\r
-       BusFault_Handler,                               // The bus fault handler\r
-       UsageFault_Handler,                             // The usage fault handler\r
-       0,                                                              // Reserved\r
-       0,                                                              // Reserved\r
-       0,                                                              // Reserved\r
-       0,                                                              // Reserved\r
-       SVC_Handler,                                    // SVCall handler\r
-       DebugMon_Handler,                               // Debug monitor handler\r
-       0,                                                              // Reserved\r
-       PendSV_Handler,                                 // The PendSV handler\r
-       SysTick_Handler,                                // The SysTick handler\r
-\r
-       // Chip Level - LPC18xx/43xx\r
-       DAC_IRQHandler,                                 // 16 D/A Converter\r
-       MX_CORE_IRQHandler,                             // 17 CortexM4/M0 (LPC43XX ONLY)\r
-       DMA_IRQHandler,                                 // 18 General Purpose DMA\r
-       0,                                                              // 19 Reserved\r
-       FLASHEEPROM_IRQHandler,                 // 20 ORed flash Bank A, flash Bank B, EEPROM interrupts\r
-       ETH_IRQHandler,                                 // 21 Ethernet\r
-       SDIO_IRQHandler,                                // 22 SD/MMC\r
-       LCD_IRQHandler,                                 // 23 LCD\r
-       USB0_IRQHandler,                                // 24 USB0\r
-       USB1_IRQHandler,                                // 25 USB1\r
-       SCT_IRQHandler,                                 // 26 State Configurable Timer\r
-       RIT_IRQHandler,                                 // 27 Repetitive Interrupt Timer\r
-       TIMER0_IRQHandler,                              // 28 Timer0\r
-       TIMER1_IRQHandler,                              // 29 Timer 1\r
-       TIMER2_IRQHandler,                              // 30 Timer 2\r
-       TIMER3_IRQHandler,                              // 31 Timer 3\r
-       MCPWM_IRQHandler,                               // 32 Motor Control PWM\r
-       ADC0_IRQHandler,                                // 33 A/D Converter 0\r
-       I2C0_IRQHandler,                                // 34 I2C0\r
-       I2C1_IRQHandler,                                // 35 I2C1\r
-       SPI_IRQHandler,                                 // 36 SPI (LPC43XX ONLY)\r
-       ADC1_IRQHandler,                                // 37 A/D Converter 1\r
-       SSP0_IRQHandler,                                // 38 SSP0 \r
-       SSP1_IRQHandler,                                // 39 SSP1\r
-       UART0_IRQHandler,                               // 40 UART0\r
-       UART1_IRQHandler,                               // 41 UART1\r
-       UART2_IRQHandler,                               // 42 UART2\r
-       UART3_IRQHandler,                               // 43 USRT3\r
-       I2S0_IRQHandler,                                // 44 I2S0\r
-       I2S1_IRQHandler,                                // 45 I2S1\r
-       SPIFI_IRQHandler,                               // 46 SPI Flash Interface\r
-       SGPIO_IRQHandler,                               // 47 SGPIO (LPC43XX ONLY)\r
-       GPIO0_IRQHandler,                               // 48 GPIO0\r
-       GPIO1_IRQHandler,                               // 49 GPIO1\r
-       GPIO2_IRQHandler,                               // 50 GPIO2\r
-       GPIO3_IRQHandler,                               // 51 GPIO3 \r
-       GPIO4_IRQHandler,                               // 52 GPIO4\r
-       GPIO5_IRQHandler,                               // 53 GPIO5\r
-       GPIO6_IRQHandler,                               // 54 GPIO6\r
-       GPIO7_IRQHandler,                               // 55 GPIO7\r
-       GINT0_IRQHandler,                               // 56 GINT0\r
-       GINT1_IRQHandler,                               // 57 GINT1\r
-       EVRT_IRQHandler,                                // 58 Event Router\r
-       CAN1_IRQHandler,                                // 59 C_CAN1\r
-       0,                                                              // 60 Reserved\r
-       0,                                              // 61 Reserved \r
-       ATIMER_IRQHandler,                              // 62 ATIMER\r
-       RTC_IRQHandler,                                 // 63 RTC\r
-       0,                                                              // 64 Reserved\r
-       WDT_IRQHandler,                                 // 65 WDT\r
-       0,                                                              // 66 Reserved\r
-       CAN0_IRQHandler,                                // 67 C_CAN0\r
-       QEI_IRQHandler,                                 // 68 QEI\r
-};\r
-\r
-//*****************************************************************************\r
-// Functions to carry out the initialization of RW and BSS data sections. These\r
-// are written as separate functions rather than being inlined within the\r
-// ResetISR() function in order to cope with MCUs with multiple banks of\r
-// memory.\r
-//*****************************************************************************\r
-__attribute__ ((section(".after_vectors")))\r
-void data_init(unsigned int romstart, unsigned int start, unsigned int len) {\r
-       unsigned int *pulDest = (unsigned int*) start;\r
-       unsigned int *pulSrc = (unsigned int*) romstart;\r
-       unsigned int loop;\r
-       for (loop = 0; loop < len; loop = loop + 4)\r
-               *pulDest++ = *pulSrc++;\r
-}\r
-\r
-__attribute__ ((section(".after_vectors")))\r
-void bss_init(unsigned int start, unsigned int len) {\r
-       unsigned int *pulDest = (unsigned int*) start;\r
-       unsigned int loop;\r
-       for (loop = 0; loop < len; loop = loop + 4)\r
-               *pulDest++ = 0;\r
-}\r
-\r
-//*****************************************************************************\r
-// The following symbols are constructs generated by the linker, indicating\r
-// the location of various points in the "Global Section Table". This table is\r
-// created by the linker via the Code Red managed linker script mechanism. It\r
-// contains the load address, execution address and length of each RW data\r
-// section and the execution and length of each BSS (zero initialized) section.\r
-//*****************************************************************************\r
-extern unsigned int __data_section_table;\r
-extern unsigned int __data_section_table_end;\r
-extern unsigned int __bss_section_table;\r
-extern unsigned int __bss_section_table_end;\r
-\r
-//*****************************************************************************\r
-// Reset entry point for your code.\r
-// Sets up a simple runtime environment and initializes the C/C++\r
-// library.\r
-//\r
-//*****************************************************************************\r
-void\r
-ResetISR(void) {\r
-\r
-// *************************************************************\r
-// The following conditional block of code manually resets as\r
-// much of the peripheral set of the LPC18 as possible. This is\r
-// done because the LPC18 does not provide a means of triggering\r
-// a full system reset under debugger control, which can cause\r
-// problems in certain circumstances when debugging.\r
-//\r
-// You can prevent this code block being included if you require\r
-// (for example when creating a final executable which you will\r
-// not debug) by setting the define 'DONT_RESET_ON_RESTART'.\r
-//\r
-#ifndef DONT_RESET_ON_RESTART\r
-\r
-       // Disable interrupts\r
-       __asm volatile ("cpsid i");\r
-       // equivalent to CMSIS '__disable_irq()' function\r
-\r
-       unsigned int *RESET_CONTROL = (unsigned int *) 0x40053100;\r
-       // LPC_RGU->RESET_CTRL0 @ 0x40053100\r
-       // LPC_RGU->RESET_CTRL1 @ 0x40053104\r
-       // Note that we do not use the CMSIS register access mechanism,\r
-       // as there is no guarantee that the project has been configured\r
-       // to use CMSIS.\r
-\r
-       // Write to LPC_RGU->RESET_CTRL0\r
-       *(RESET_CONTROL+0) = 0x10DF0000;\r
-       // GPIO_RST|AES_RST|ETHERNET_RST|SDIO_RST|DMA_RST|\r
-       // USB1_RST|USB0_RST|LCD_RST\r
-\r
-       // Write to LPC_RGU->RESET_CTRL1\r
-       *(RESET_CONTROL+1) = 0x00DFF7FF;\r
-       // CAN0_RST|CAN1_RST|I2S_RST|SSP1_RST|SSP0_RST|\r
-       // I2C1_RST|I2C0_RST|UART3_RST|UART1_RST|UART1_RST|UART0_RST|\r
-       // DAC_RST|ADC1_RST|ADC0_RST|QEI_RST|MOTOCONPWM_RST|SCT_RST|\r
-       // RITIMER_RST|TIMER3_RST|TIMER2_RST|TIMER1_RST|TIMER0_RST\r
-\r
-       // Clear all pending interrupts in the NVIC\r
-       volatile unsigned int *NVIC_ICPR = (unsigned int *) 0xE000E280;\r
-       unsigned int irqpendloop;\r
-       for (irqpendloop = 0; irqpendloop < 8; irqpendloop++) {\r
-               *(NVIC_ICPR+irqpendloop)= 0xFFFFFFFF;\r
-       }\r
-\r
-       // Reenable interrupts\r
-       __asm volatile ("cpsie i");\r
-       // equivalent to CMSIS '__enable_irq()' function\r
-\r
-#endif  // ifndef DONT_RESET_ON_RESTART\r
-// *************************************************************\r
-\r
-\r
-    //\r
-    // Copy the data sections from flash to SRAM.\r
-    //\r
-       unsigned int LoadAddr, ExeAddr, SectionLen;\r
-       unsigned int *SectionTableAddr;\r
-\r
-       // Load base address of Global Section Table\r
-       SectionTableAddr = &__data_section_table;\r
-\r
-    // Copy the data sections from flash to SRAM.\r
-       while (SectionTableAddr < &__data_section_table_end) {\r
-               LoadAddr = *SectionTableAddr++;\r
-               ExeAddr = *SectionTableAddr++;\r
-               SectionLen = *SectionTableAddr++;\r
-               data_init(LoadAddr, ExeAddr, SectionLen);\r
-       }\r
-       // At this point, SectionTableAddr = &__bss_section_table;\r
-       // Zero fill the bss segment\r
-       while (SectionTableAddr < &__bss_section_table_end) {\r
-               ExeAddr = *SectionTableAddr++;\r
-               SectionLen = *SectionTableAddr++;\r
-               bss_init(ExeAddr, SectionLen);\r
-       }\r
-\r
-       // ******************************\r
-       // Check to see if we are running the code from a non-zero\r
-        // address (eg RAM, external flash), in which case we need\r
-        // to modify the VTOR register to tell the CPU that the\r
-        // vector table is located at a non-0x0 address.\r
-\r
-       // Note that we do not use the CMSIS register access mechanism,\r
-       // as there is no guarantee that the project has been configured\r
-       // to use CMSIS.\r
-       unsigned int * pSCB_VTOR = (unsigned int *) 0xE000ED08;\r
-       if ((unsigned int *)g_pfnVectors!=(unsigned int *) 0x00000000) {\r
-               // CMSIS : SCB->VTOR = <address of vector table>\r
-               *pSCB_VTOR = (unsigned int)g_pfnVectors;\r
-       }\r
-\r
-#ifdef __USE_CMSIS\r
-       SystemInit();\r
-#endif\r
-\r
-#if defined (__cplusplus)\r
-       //\r
-       // Call C++ library initialisation\r
-       //\r
-       __libc_init_array();\r
-#endif\r
-\r
-#if defined (__REDLIB__)\r
-       // Call the Redlib library, which in turn calls main()\r
-       __main() ;\r
-#else\r
-       main();\r
-#endif\r
-\r
-       //\r
-       // main() shouldn't return, but if it does, we'll just enter an infinite loop\r
-       //\r
-       while (1) {\r
-               ;\r
-       }\r
-}\r
-\r
-//*****************************************************************************\r
-// Default exception handlers. Override the ones here by defining your own\r
-// handler routines in your application code.\r
-//*****************************************************************************\r
-__attribute__ ((section(".after_vectors")))\r
-void NMI_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void HardFault_Handler(void)\r
-{\r
-    __asm volatile\r
-    (\r
-        " tst lr, #4                                                \n"\r
-        " ite eq                                                    \n"\r
-        " mrseq r0, msp                                             \n"\r
-        " mrsne r0, psp                                             \n"\r
-        " ldr r1, [r0, #24]                                         \n"\r
-        " ldr r2, handler2_address_const                            \n"\r
-        " bx r2                                                     \n"\r
-        " handler2_address_const: .word prvGetRegistersFromStack    \n"\r
-    );\r
-}\r
-\r
-__attribute__ ((section(".after_vectors")))\r
-void MemManage_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void BusFault_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void UsageFault_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void SVCall_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void DebugMon_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void PendSV_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-__attribute__ ((section(".after_vectors")))\r
-void SysTick_Handler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-\r
-//*****************************************************************************\r
-//\r
-// Processor ends up here if an unexpected interrupt occurs or a specific\r
-// handler is not present in the application code.\r
-//\r
-//*****************************************************************************\r
-__attribute__ ((section(".after_vectors")))\r
-void IntDefaultHandler(void)\r
-{\r
-    while(1)\r
-    {\r
-    }\r
-}\r
-\r
-/* Debug functions. */\r
-void prvGetRegistersFromStack( uint32_t *pulFaultStackAddress )\r
-{\r
-/* These are volatile to try and prevent the compiler/linker optimising them\r
-away as the variables never actually get used.  If the debugger won't show the\r
-values of the variables, make them global my moving their declaration outside\r
-of this function. */\r
-volatile uint32_t r0;\r
-volatile uint32_t r1;\r
-volatile uint32_t r2;\r
-volatile uint32_t r3;\r
-volatile uint32_t r12;\r
-volatile uint32_t lr; /* Link register. */\r
-volatile uint32_t pc; /* Program counter. */\r
-volatile uint32_t psr;/* Program status register. */\r
-\r
-    r0 = pulFaultStackAddress[ 0 ];\r
-    r1 = pulFaultStackAddress[ 1 ];\r
-    r2 = pulFaultStackAddress[ 2 ];\r
-    r3 = pulFaultStackAddress[ 3 ];\r
-\r
-    r12 = pulFaultStackAddress[ 4 ];\r
-    lr = pulFaultStackAddress[ 5 ];\r
-    pc = pulFaultStackAddress[ 6 ];\r
-    psr = pulFaultStackAddress[ 7 ];\r
-\r
-    /* When the following line is hit, the variables contain the register values. */\r
-    for( ;; )\r
-    {\r
-       ( void ) r0;\r
-       ( void ) r1;\r
-       ( void ) r2;\r
-       ( void ) r3;\r
-       ( void ) r12;\r
-       ( void ) lr;\r
-       ( void ) pc;\r
-       ( void ) psr;\r
-    };\r
-}\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
deleted file mode 100644 (file)
index 027c2e1..0000000
+++ /dev/null
@@ -1,226 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-/* Standard includes. */\r
-#include <string.h>\r
-#include <stdio.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "timers.h"\r
-#include "queue.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-/* Example includes. */\r
-#include "TwoEchoClients.h"\r
-#include "CDCCommandConsole.h"\r
-\r
-/* Library includes. */\r
-#include "LPC18xx.h"\r
-\r
-/* The size of the stack and the priority used by the two echo client tasks. */\r
-#define mainECHO_CLIENT_TASK_STACK_SIZE        ( configMINIMAL_STACK_SIZE * 2 )\r
-#define mainECHO_CLIENT_TASK_PRIORITY          ( tskIDLE_PRIORITY + 1 )\r
-\r
-/* The size of the stack and the priority used by the USB CDC command console\r
-task. */\r
-#define mainCDC_COMMAND_CONSOLE_STACK_SIZE             ( configMINIMAL_STACK_SIZE * 2 )\r
-#define mainCDC_COMMAND_CONSOLE_TASK_PRIORITY  ( 4U )\r
-\r
-/*\r
-* Register commands that can be used with FreeRTOS+CLI.  The commands are\r
-* defined in CLI-commands.c.\r
-*/\r
-extern void vRegisterCLICommands( void );\r
-\r
-/*\r
- * Initialise the LED ports, and create a timer that periodically toggles an LED\r
- * just to provide a visual indication that the program is running.\r
- */\r
-extern void vLEDsInitialise( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The default IP and MAC address used by the demo.  The address configuration\r
-defined here will be used if ipconfigUSE_DHCP is 0, or if ipconfigUSE_DHCP is\r
-1 but a DHCP server could not be contacted.  See the online documentation for\r
-more information. */\r
-static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_ADDR3 };\r
-static const uint8_t ucNetMask[ 4 ] = { configNET_MASK0, configNET_MASK1, configNET_MASK2, configNET_MASK3 };\r
-static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATEWAY_ADDR2, configGATEWAY_ADDR3 };\r
-static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, configDNS_SERVER_ADDR2, configDNS_SERVER_ADDR3 };\r
-\r
-/* The MAC address used by the demo.  In production units the MAC address would\r
-probably be read from flash memory or an EEPROM.  Here it is just hard coded. */\r
-const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_ADDR2, configMAC_ADDR3, configMAC_ADDR4, configMAC_ADDR5 };\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-\r
-/******************************************************************************\r
- *\r
- * See the following web page for information on using this demo.\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_and_CLI_LPC1830_NGX.shtml\r
- *\r
- ******************************************************************************/\r
-\r
-\r
-int main( void )\r
-{\r
-       /* Prepare the trace recorder library. */\r
-       #if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-               vTraceInitTraceData();\r
-       #endif\r
-\r
-       /* The examples assume that all priority bits are assigned as preemption\r
-       priority bits. */\r
-       NVIC_SetPriorityGrouping( 0UL );\r
-\r
-       /* Start the timer that just toggles an LED to show the demo is running. */\r
-       vLEDsInitialise();\r
-\r
-       /* Start the tasks that implements the command console on the UART, as\r
-       described above. */\r
-       vCDCCommandConsoleStart( mainCDC_COMMAND_CONSOLE_STACK_SIZE, mainCDC_COMMAND_CONSOLE_TASK_PRIORITY );\r
-\r
-       /* Register CLI commands. */\r
-       vRegisterCLICommands();\r
-\r
-       /* Initialise the network interface.  Tasks that use the network are\r
-       created in the network event hook when the network is connected and ready\r
-       for use.  The address values passed in here are used if ipconfigUSE_DHCP is\r
-       set to 0, or if ipconfigUSE_DHCP is set to 1 but a DHCP server cannot be\r
-       contacted. */\r
-       FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress );\r
-\r
-       /* If the trace recorder code is included... */\r
-       #if configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1\r
-       {\r
-               extern xQueueHandle xNetworkEventQueue;\r
-\r
-               /* Name the queue for viewing in FreeRTOS+Trace. */\r
-               vTraceSetQueueName( xNetworkEventQueue, "IPStackEvent" );\r
-       }\r
-       #endif /*  configINCLUDE_TRACE_RELATED_CLI_COMMANDS == 1 */\r
-\r
-       /* Start the FreeRTOS scheduler. */\r
-       vTaskStartScheduler();\r
-\r
-       /* The following line should never execute.  If it does, it means there was\r
-       insufficient FreeRTOS heap memory available to create the Idle and/or timer\r
-       tasks.  See the memory management section on the http://www.FreeRTOS.org web\r
-       site for more information. */\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationStackOverflowHook( xTaskHandle pxTask, char *pcTaskName )\r
-{\r
-       ( void ) pcTaskName;\r
-       ( void ) pxTask;\r
-\r
-       /* Run time stack overflow checking is performed if\r
-       configCHECK_FOR_STACK_OVERFLOW is defined to 1 or 2.  This hook\r
-       function is called if a stack overflow is detected. */\r
-       taskDISABLE_INTERRUPTS();\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationMallocFailedHook( void )\r
-{\r
-       /* vApplicationMallocFailedHook() will only be called if\r
-       configUSE_MALLOC_FAILED_HOOK is set to 1 in FreeRTOSConfig.h.  It is a hook\r
-       function that will get called if a call to pvPortMalloc() fails.\r
-       pvPortMalloc() is called internally by the kernel whenever a task, queue,\r
-       timer or semaphore is created.  It is also called by various parts of the\r
-       demo application.  If heap_1.c, heap_2.c or heap_4.c are used, then the\r
-       size of the heap available to pvPortMalloc() is defined by\r
-       configTOTAL_HEAP_SIZE in FreeRTOSConfig.h, and the xPortGetFreeHeapSize()\r
-       API function can be used to query the size of free heap space that remains\r
-       (although it does not provide information on how the remaining heap might\r
-       be fragmented). */\r
-       taskDISABLE_INTERRUPTS();\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called by FreeRTOS+UDP when the network connects. */\r
-void vApplicationIPNetworkEventHook( eIPCallbackEvent_t eNetworkEvent )\r
-{\r
-static BaseType_t xTaskAlreadyCreated = pdFALSE;\r
-\r
-       if( eNetworkEvent == eNetworkUp )\r
-       {\r
-               /* Create the tasks that transmit to and receive from a standard\r
-               echo server (see the web documentation for this port) in both\r
-               standard and zero copy mode. */\r
-               if( xTaskAlreadyCreated == pdFALSE )\r
-               {\r
-                       vStartEchoClientTasks( mainECHO_CLIENT_TASK_STACK_SIZE, mainECHO_CLIENT_TASK_PRIORITY );\r
-                       xTaskAlreadyCreated = pdTRUE;\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called by FreeRTOS+UDP when a reply is received to an outgoing ping request. */\r
-void vApplicationPingReplyHook( ePingReplyStatus_t eStatus, uint16_t usIdentifier )\r
-{\r
-static const char *pcSuccess = "\r\n\r\nPing reply received - ";\r
-static const char *pcInvalidChecksum = "\r\n\r\nPing reply received with invalid checksum - ";\r
-static const char *pcInvalidData = "\r\n\r\nPing reply received with invalid data - ";\r
-static char cMessage[ 50 ];\r
-void vOutputString( const char * const pcMessage );\r
-\r
-       switch( eStatus )\r
-       {\r
-               case eSuccess   :\r
-                       vOutputString( pcSuccess );\r
-                       break;\r
-\r
-               case eInvalidChecksum :\r
-                       vOutputString( pcInvalidChecksum );\r
-                       break;\r
-\r
-               case eInvalidData :\r
-                       vOutputString( pcInvalidData );\r
-                       break;\r
-\r
-               default :\r
-                       /* It is not possible to get here as all enums have their own\r
-                       case. */\r
-                       break;\r
-       }\r
-\r
-       sprintf( cMessage, "identifier %d\r\n\r\n", ( int ) usIdentifier );\r
-       vOutputString( cMessage );\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/printf-stdarg.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/printf-stdarg.c
deleted file mode 100644 (file)
index 9bfc45a..0000000
+++ /dev/null
@@ -1,292 +0,0 @@
-/*\r
-       Copyright 2001, 2002 Georges Menie (www.menie.org)\r
-       stdarg version contributed by Christian Ettinger\r
-\r
-    This program is free software; you can redistribute it and/or modify\r
-    it under the terms of the GNU Lesser General Public License as published by\r
-    the Free Software Foundation; either version 2 of the License, or\r
-    (at your option) any later version.\r
-\r
-    This program is distributed in the hope that it will be useful,\r
-    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-    GNU Lesser General Public License for more details.\r
-\r
-    You should have received a copy of the GNU Lesser General Public License\r
-    along with this program; if not, write to the Free Software\r
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
-*/\r
-\r
-/*\r
-       putchar is the only external dependency for this file,\r
-       if you have a working putchar, leave it commented out.\r
-       If not, uncomment the define below and\r
-       replace outbyte(c) by your own function call.\r
-\r
-*/\r
-\r
-#define putchar(c) c\r
-\r
-#include <stdarg.h>\r
-\r
-static void printchar(char **str, int c)\r
-{\r
-       //extern int putchar(int c);\r
-       \r
-       if (str) {\r
-               **str = (char)c;\r
-               ++(*str);\r
-       }\r
-       else\r
-       { \r
-               (void)putchar(c);\r
-       }\r
-}\r
-\r
-#define PAD_RIGHT 1\r
-#define PAD_ZERO 2\r
-\r
-static int prints(char **out, const char *string, int width, int pad)\r
-{\r
-       register int pc = 0, padchar = ' ';\r
-\r
-       if (width > 0) {\r
-               register int len = 0;\r
-               register const char *ptr;\r
-               for (ptr = string; *ptr; ++ptr) ++len;\r
-               if (len >= width) width = 0;\r
-               else width -= len;\r
-               if (pad & PAD_ZERO) padchar = '0';\r
-       }\r
-       if (!(pad & PAD_RIGHT)) {\r
-               for ( ; width > 0; --width) {\r
-                       printchar (out, padchar);\r
-                       ++pc;\r
-               }\r
-       }\r
-       for ( ; *string ; ++string) {\r
-               printchar (out, *string);\r
-               ++pc;\r
-       }\r
-       for ( ; width > 0; --width) {\r
-               printchar (out, padchar);\r
-               ++pc;\r
-       }\r
-\r
-       return pc;\r
-}\r
-\r
-/* the following should be enough for 32 bit int */\r
-#define PRINT_BUF_LEN 12\r
-\r
-static int printi(char **out, int i, int b, int sg, int width, int pad, int letbase)\r
-{\r
-       char print_buf[PRINT_BUF_LEN];\r
-       register char *s;\r
-       register int t, neg = 0, pc = 0;\r
-       register unsigned int u = (unsigned int)i;\r
-\r
-       if (i == 0) {\r
-               print_buf[0] = '0';\r
-               print_buf[1] = '\0';\r
-               return prints (out, print_buf, width, pad);\r
-       }\r
-\r
-       if (sg && b == 10 && i < 0) {\r
-               neg = 1;\r
-               u = (unsigned int)-i;\r
-       }\r
-\r
-       s = print_buf + PRINT_BUF_LEN-1;\r
-       *s = '\0';\r
-\r
-       while (u) {\r
-               t = (unsigned int)u % b;\r
-               if( t >= 10 )\r
-                       t += letbase - '0' - 10;\r
-               *--s = (char)(t + '0');\r
-               u /= b;\r
-       }\r
-\r
-       if (neg) {\r
-               if( width && (pad & PAD_ZERO) ) {\r
-                       printchar (out, '-');\r
-                       ++pc;\r
-                       --width;\r
-               }\r
-               else {\r
-                       *--s = '-';\r
-               }\r
-       }\r
-\r
-       return pc + prints (out, s, width, pad);\r
-}\r
-\r
-static int print( char **out, const char *format, va_list args )\r
-{\r
-       register int width, pad;\r
-       register int pc = 0;\r
-       char scr[2];\r
-\r
-       for (; *format != 0; ++format) {\r
-               if (*format == '%') {\r
-                       ++format;\r
-                       width = pad = 0;\r
-                       if (*format == '\0') break;\r
-                       if (*format == '%') goto out;\r
-                       if (*format == '-') {\r
-                               ++format;\r
-                               pad = PAD_RIGHT;\r
-                       }\r
-                       while (*format == '0') {\r
-                               ++format;\r
-                               pad |= PAD_ZERO;\r
-                       }\r
-                       for ( ; *format >= '0' && *format <= '9'; ++format) {\r
-                               width *= 10;\r
-                               width += *format - '0';\r
-                       }\r
-                       if( *format == 's' ) {\r
-                               register char *s = (char *)va_arg( args, int );\r
-                               pc += prints (out, s?s:"(null)", width, pad);\r
-                               continue;\r
-                       }\r
-                       if( *format == 'd' || *format == 'i' ) {\r
-                               pc += printi (out, va_arg( args, int ), 10, 1, width, pad, 'a');\r
-                               continue;\r
-                       }\r
-                       if( *format == 'x' ) {\r
-                               pc += printi (out, va_arg( args, int ), 16, 0, width, pad, 'a');\r
-                               continue;\r
-                       }\r
-                       if( *format == 'X' ) {\r
-                               pc += printi (out, va_arg( args, int ), 16, 0, width, pad, 'A');\r
-                               continue;\r
-                       }\r
-                       if( *format == 'u' ) {\r
-                               pc += printi (out, va_arg( args, int ), 10, 0, width, pad, 'a');\r
-                               continue;\r
-                       }\r
-                       if( *format == 'c' ) {\r
-                               /* char are converted to int then pushed on the stack */\r
-                               scr[0] = (char)va_arg( args, int );\r
-                               scr[1] = '\0';\r
-                               pc += prints (out, scr, width, pad);\r
-                               continue;\r
-                       }\r
-               }\r
-               else {\r
-               out:\r
-                       printchar (out, *format);\r
-                       ++pc;\r
-               }\r
-       }\r
-       if (out) **out = '\0';\r
-       va_end( args );\r
-       return pc;\r
-}\r
-\r
-int printf(const char *format, ...)\r
-{\r
-       va_list args;\r
-\r
-       va_start( args, format );\r
-       return print( 0, format, args );\r
-}\r
-\r
-int sprintf(char *out, const char *format, ...)\r
-{\r
-       va_list args;\r
-\r
-       va_start( args, format );\r
-       return print( &out, format, args );\r
-}\r
-\r
-\r
-int snprintf( char *buf, unsigned int count, const char *format, ... )\r
-{\r
-       va_list args;\r
-\r
-       ( void ) count;\r
-\r
-       va_start( args, format );\r
-       return print( &buf, format, args );\r
-}\r
-\r
-#ifdef TEST_PRINTF\r
-int main(void)\r
-{\r
-       char *ptr = "Hello world!";\r
-       char *np = 0;\r
-       int i = 5;\r
-       unsigned int bs = sizeof(int)*8;\r
-       int mi;\r
-       char buf[80];\r
-\r
-       mi = (1 << (bs-1)) + 1;\r
-       printf("%s\n", ptr);\r
-       printf("printf test\n");\r
-       printf("%s is null pointer\n", np);\r
-       printf("%d = 5\n", i);\r
-       printf("%d = - max int\n", mi);\r
-       printf("char %c = 'a'\n", 'a');\r
-       printf("hex %x = ff\n", 0xff);\r
-       printf("hex %02x = 00\n", 0);\r
-       printf("signed %d = unsigned %u = hex %x\n", -3, -3, -3);\r
-       printf("%d %s(s)%", 0, "message");\r
-       printf("\n");\r
-       printf("%d %s(s) with %%\n", 0, "message");\r
-       sprintf(buf, "justif: \"%-10s\"\n", "left"); printf("%s", buf);\r
-       sprintf(buf, "justif: \"%10s\"\n", "right"); printf("%s", buf);\r
-       sprintf(buf, " 3: %04d zero padded\n", 3); printf("%s", buf);\r
-       sprintf(buf, " 3: %-4d left justif.\n", 3); printf("%s", buf);\r
-       sprintf(buf, " 3: %4d right justif.\n", 3); printf("%s", buf);\r
-       sprintf(buf, "-3: %04d zero padded\n", -3); printf("%s", buf);\r
-       sprintf(buf, "-3: %-4d left justif.\n", -3); printf("%s", buf);\r
-       sprintf(buf, "-3: %4d right justif.\n", -3); printf("%s", buf);\r
-\r
-       return 0;\r
-}\r
-\r
-/*\r
- * if you compile this file with\r
- *   gcc -Wall $(YOUR_C_OPTIONS) -DTEST_PRINTF -c printf.c\r
- * you will get a normal warning:\r
- *   printf.c:214: warning: spurious trailing `%' in format\r
- * this line is testing an invalid % at the end of the format string.\r
- *\r
- * this should display (on 32bit int machine) :\r
- *\r
- * Hello world!\r
- * printf test\r
- * (null) is null pointer\r
- * 5 = 5\r
- * -2147483647 = - max int\r
- * char a = 'a'\r
- * hex ff = ff\r
- * hex 00 = 00\r
- * signed -3 = unsigned 4294967293 = hex fffffffd\r
- * 0 message(s)\r
- * 0 message(s) with %\r
- * justif: "left      "\r
- * justif: "     right"\r
- *  3: 0003 zero padded\r
- *  3: 3    left justif.\r
- *  3:    3 right justif.\r
- * -3: -003 zero padded\r
- * -3: -3   left justif.\r
- * -3:   -3 right justif.\r
- */\r
-\r
-#endif\r
-\r
-\r
-/* To keep linker happy. */\r
-int    write( int i, char* c, int n)\r
-{\r
-       (void)i;\r
-       (void)n;\r
-       (void)c;\r
-       return 0;\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcConfig.h
deleted file mode 100644 (file)
index f09345f..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-/*******************************************************************************\r
- * Trace Recorder Library for Tracealyzer v3.1.2\r
- * Percepio AB, www.percepio.com\r
- *\r
- * trcConfig.h\r
- *\r
- * Main configuration parameters for the trace recorder library.\r
- * More settings can be found in trcStreamingConfig.h and trcSnapshotConfig.h.\r
- *\r
- * Read more at http://percepio.com/2016/10/05/rtos-tracing/\r
- *\r
- * Terms of Use\r
- * This file is part of the trace recorder library (RECORDER), which is the\r
- * intellectual property of Percepio AB (PERCEPIO) and provided under a\r
- * license as follows.\r
- * The RECORDER may be used free of charge for the purpose of recording data\r
- * intended for analysis in PERCEPIO products. It may not be used or modified\r
- * for other purposes without explicit permission from PERCEPIO.\r
- * You may distribute the RECORDER in its original source code form, assuming\r
- * this text (terms of use, disclaimer, copyright notice) is unchanged. You are\r
- * allowed to distribute the RECORDER with minor modifications intended for\r
- * configuration or porting of the RECORDER, e.g., to allow using it on a\r
- * specific processor, processor family or with a specific communication\r
- * interface. Any such modifications should be documented directly below\r
- * this comment block.\r
- *\r
- * Disclaimer\r
- * The RECORDER is being delivered to you AS IS and PERCEPIO makes no warranty\r
- * as to its use or performance. PERCEPIO does not and cannot warrant the\r
- * performance or results you may obtain by using the RECORDER or documentation.\r
- * PERCEPIO make no warranties, express or implied, as to noninfringement of\r
- * third party rights, merchantability, or fitness for any particular purpose.\r
- * In no event will PERCEPIO, its technology partners, or distributors be liable\r
- * to you for any consequential, incidental or special damages, including any\r
- * lost profits or lost savings, even if a representative of PERCEPIO has been\r
- * advised of the possibility of such damages, or for any claim by any third\r
- * party. Some jurisdictions do not allow the exclusion or limitation of\r
- * incidental, consequential or special damages, or the exclusion of implied\r
- * warranties or limitations on how long an implied warranty may last, so the\r
- * above limitations may not apply to you.\r
- *\r
- * Tabs are used for indent in this file (1 tab = 4 spaces)\r
- *\r
- * Copyright Percepio AB, 2016.\r
- * www.percepio.com\r
- ******************************************************************************/\r
-\r
-#ifndef TRC_CONFIG_H\r
-#define TRC_CONFIG_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-#include "trcPortDefines.h"\r
-\r
-/******************************************************************************\r
- * Include of processor header file\r
- *\r
- * Here you may need to include the header file for your processor. This is\r
- * required at least for the ARM Cortex-M port, that uses the ARM CMSIS API.\r
- * Try that in case of build problems. Otherwise, remove the #error line below.\r
- *****************************************************************************/\r
-//#error "Trace Recorder: Please include your processor's header file here and remove this line."\r
-#include "lpc18xx.h"\r
-\r
-/*******************************************************************************\r
- * Configuration Macro: TRC_CFG_HARDWARE_PORT\r
- *\r
- * Specify what hardware port to use (i.e., the "timestamping driver").\r
- *\r
- * All ARM Cortex-M MCUs are supported by "TRC_HARDWARE_PORT_ARM_Cortex_M".\r
- * This port uses the DWT cycle counter for Cortex-M3/M4/M7 devices, which is\r
- * available on most such devices. In case your device don't have DWT support,\r
- * you will get an error message opening the trace. In that case, you may\r
- * force the recorder to use SysTick timestamping instead, using this define:\r
- *\r
- * #define TRC_CFG_ARM_CM_USE_SYSTICK\r
- *\r
- * For ARM Cortex-M0/M0+ devices, SysTick mode is used automatically.\r
- *\r
- * See trcHardwarePort.h for available ports and information on how to\r
- * define your own port, if not already present.\r
- ******************************************************************************/\r
-#define TRC_CFG_HARDWARE_PORT TRC_HARDWARE_PORT_ARM_Cortex_M\r
-\r
-/*******************************************************************************\r
- * Configuration Macro: TRC_CFG_RECORDER_MODE\r
- *\r
- * Specify what recording mode to use. Snapshot means that the data is saved in\r
- * an internal RAM buffer, for later upload. Streaming means that the data is\r
- * transferred continuously to the host PC.\r
- *\r
- * For more information, see http://percepio.com/2016/10/05/rtos-tracing/\r
- * and the Tracealyzer User Manual.\r
- *\r
- * Values:\r
- * TRC_RECORDER_MODE_SNAPSHOT\r
- * TRC_RECORDER_MODE_STREAMING\r
- ******************************************************************************/\r
-#define TRC_CFG_RECORDER_MODE TRC_RECORDER_MODE_SNAPSHOT\r
-\r
-/*******************************************************************************\r
- * Configuration Macro: TRC_CFG_RECORDER_BUFFER_ALLOCATION\r
- *\r
- * Specifies how the recorder buffer is allocated (also in case of streaming, in\r
- * port using the recorder's internal temporary buffer)\r
- *\r
- * Values:\r
- * TRC_RECORDER_BUFFER_ALLOCATION_STATIC  - Static allocation (internal)\r
- * TRC_RECORDER_BUFFER_ALLOCATION_DYNAMIC - Malloc in vTraceEnable\r
- * TRC_RECORDER_BUFFER_ALLOCATION_CUSTOM  - Use vTraceSetRecorderDataBuffer\r
- *\r
- * Static and dynamic mode does the allocation for you, either in compile time\r
- * (static) or in runtime (malloc).\r
- * The custom mode allows you to control how and where the allocation is made,\r
- * for details see TRC_ALLOC_CUSTOM_BUFFER and vTraceSetRecorderDataBuffer().\r
- ******************************************************************************/\r
-#define TRC_CFG_RECORDER_BUFFER_ALLOCATION TRC_RECORDER_BUFFER_ALLOCATION_STATIC\r
-\r
-/******************************************************************************\r
- * TRC_CFG_FREERTOS_VERSION\r
- *\r
- * Specify what version of FreeRTOS that is used (don't change unless using the\r
- * trace recorder library with an older version of FreeRTOS).\r
- *\r
- * TRC_FREERTOS_VERSION_7_3_OR_7_4                             If using FreeRTOS v7.3.0 - v7.4.2\r
- * TRC_FREERTOS_VERSION_7_5_OR_7_6                             If using FreeRTOS v7.5.0 - v7.6.0\r
- * TRC_FREERTOS_VERSION_8_X                                            If using FreeRTOS v8.X.X\r
- * TRC_FREERTOS_VERSION_9_X                                            If using FreeRTOS v9.X.X\r
- *****************************************************************************/\r
-#define TRC_CFG_FREERTOS_VERSION       TRC_FREERTOS_VERSION_9_X\r
-\r
-/******************************************************************************\r
- * TRC_CFG_MAX_ISR_NESTING\r
- *\r
- * Defines how many levels of interrupt nesting the recorder can handle, in\r
- * case multiple ISRs are traced and ISR nesting is possible. If this\r
- * is exceeded, the particular ISR will not be traced and the recorder then\r
- * logs an error message. This setting is used to allocate an internal stack\r
- * for keeping track of the previous execution context (4 byte per entry).\r
- *\r
- * This value must be a non-zero positive constant, at least 1.\r
- *\r
- * Default value: 8\r
- *****************************************************************************/\r
-#define TRC_CFG_MAX_ISR_NESTING 8\r
-\r
-/* Specific configuration, depending on Streaming/Snapshot mode */\r
-#if (TRC_CFG_RECORDER_MODE == TRC_RECORDER_MODE_SNAPSHOT)\r
-#include "trcSnapshotConfig.h"\r
-#elif (TRC_CFG_RECORDER_MODE == TRC_RECORDER_MODE_STREAMING)\r
-#include "trcStreamingConfig.h"\r
-#endif\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* _TRC_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcSnapshotConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/trcSnapshotConfig.h
deleted file mode 100644 (file)
index e84a40b..0000000
+++ /dev/null
@@ -1,472 +0,0 @@
-/*******************************************************************************\r
- * Trace Recorder Library for Tracealyzer v3.1.2\r
- * Percepio AB, www.percepio.com\r
- *\r
- * trcSnapshotConfig.h\r
- *\r
- * Configuration parameters for trace recorder library in snapshot mode.\r
- * Read more at http://percepio.com/2016/10/05/rtos-tracing/\r
- *\r
- * Terms of Use\r
- * This file is part of the trace recorder library (RECORDER), which is the\r
- * intellectual property of Percepio AB (PERCEPIO) and provided under a\r
- * license as follows.\r
- * The RECORDER may be used free of charge for the purpose of recording data\r
- * intended for analysis in PERCEPIO products. It may not be used or modified\r
- * for other purposes without explicit permission from PERCEPIO.\r
- * You may distribute the RECORDER in its original source code form, assuming\r
- * this text (terms of use, disclaimer, copyright notice) is unchanged. You are\r
- * allowed to distribute the RECORDER with minor modifications intended for\r
- * configuration or porting of the RECORDER, e.g., to allow using it on a\r
- * specific processor, processor family or with a specific communication\r
- * interface. Any such modifications should be documented directly below\r
- * this comment block.\r
- *\r
- * Disclaimer\r
- * The RECORDER is being delivered to you AS IS and PERCEPIO makes no warranty\r
- * as to its use or performance. PERCEPIO does not and cannot warrant the\r
- * performance or results you may obtain by using the RECORDER or documentation.\r
- * PERCEPIO make no warranties, express or implied, as to noninfringement of\r
- * third party rights, merchantability, or fitness for any particular purpose.\r
- * In no event will PERCEPIO, its technology partners, or distributors be liable\r
- * to you for any consequential, incidental or special damages, including any\r
- * lost profits or lost savings, even if a representative of PERCEPIO has been\r
- * advised of the possibility of such damages, or for any claim by any third\r
- * party. Some jurisdictions do not allow the exclusion or limitation of\r
- * incidental, consequential or special damages, or the exclusion of implied\r
- * warranties or limitations on how long an implied warranty may last, so the\r
- * above limitations may not apply to you.\r
- *\r
- * Tabs are used for indent in this file (1 tab = 4 spaces)\r
- *\r
- * Copyright Percepio AB, 2017.\r
- * www.percepio.com\r
- ******************************************************************************/\r
-\r
-#ifndef TRC_SNAPSHOT_CONFIG_H\r
-#define TRC_SNAPSHOT_CONFIG_H\r
-\r
-#define TRC_SNAPSHOT_MODE_RING_BUFFER          (0x01)\r
-#define TRC_SNAPSHOT_MODE_STOP_WHEN_FULL       (0x02)\r
-\r
-/******************************************************************************\r
- * TRC_CFG_SNAPSHOT_MODE\r
- *\r
- * Macro which should be defined as one of:\r
- * - TRC_SNAPSHOT_MODE_RING_BUFFER\r
- * - TRC_SNAPSHOT_MODE_STOP_WHEN_FULL\r
- * Default is TRC_SNAPSHOT_MODE_RING_BUFFER.\r
- *\r
- * With TRC_CFG_SNAPSHOT_MODE set to TRC_SNAPSHOT_MODE_RING_BUFFER, the\r
- * events are stored in a ring buffer, i.e., where the oldest events are\r
- * overwritten when the buffer becomes full. This allows you to get the last\r
- * events leading up to an interesting state, e.g., an error, without having\r
- * to store the whole run since startup.\r
- *\r
- * When TRC_CFG_SNAPSHOT_MODE is TRC_SNAPSHOT_MODE_STOP_WHEN_FULL, the\r
- * recording is stopped when the buffer becomes full. This is useful for\r
- * recording events following a specific state, e.g., the startup sequence.\r
- *****************************************************************************/\r
-#define TRC_CFG_SNAPSHOT_MODE TRC_SNAPSHOT_MODE_RING_BUFFER\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_SCHEDULING_ONLY\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * If this setting is enabled (= 1), only scheduling events are recorded.\r
- * If disabled (= 0), all events are recorded.\r
- *\r
- * For users of Tracealyzer Free Edition, that only displays scheduling events, this\r
- * option can be used to avoid storing other events.\r
- *\r
- * Default value is 0 (store all enabled events).\r
- *\r
- ******************************************************************************/\r
-#define TRC_CFG_SCHEDULING_ONLY 0\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_EVENT_BUFFER_SIZE\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * This defines the capacity of the event buffer, i.e., the number of records\r
- * it may store. Most events use one record (4 byte), although some events\r
- * require multiple 4-byte records. You should adjust this to the amount of RAM\r
- * available in the target system.\r
- *\r
- * Default value is 1000, which means that 4000 bytes is allocated for the\r
- * event buffer.\r
- ******************************************************************************/\r
-#define TRC_CFG_EVENT_BUFFER_SIZE 1000\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_NTASK, TRC_CFG_NISR, TRC_CFG_NQUEUE, TRC_CFG_NSEMAPHORE...\r
- *\r
- * A group of macros which should be defined as integer values, zero or larger.\r
- *\r
- * These define the capacity of the Object Property Table, i.e., the maximum\r
- * number of objects active at any given point, within each object class (e.g.,\r
- * task, queue, semaphore, ...).\r
- *\r
- * If tasks or other objects are deleted in your system, this\r
- * setting does not limit the total amount of objects created, only the number\r
- * of objects that have been successfully created but not yet deleted.\r
- *\r
- * Using too small values will cause vTraceError to be called, which stores an\r
- * error message in the trace that is shown when opening the trace file. The\r
- * error message can also be retrieved using xTraceGetLastError.\r
- *\r
- * It can be wise to start with large values for these constants,\r
- * unless you are very confident on these numbers. Then do a recording and\r
- * check the actual usage by selecting View menu -> Trace Details ->\r
- * Resource Usage -> Object Table.\r
- ******************************************************************************/\r
-#define TRC_CFG_NTASK                  15\r
-#define TRC_CFG_NISR                   4\r
-#define TRC_CFG_NQUEUE                 10\r
-#define TRC_CFG_NSEMAPHORE             10\r
-#define TRC_CFG_NMUTEX                 5\r
-#define TRC_CFG_NTIMER                 10\r
-#define TRC_CFG_NEVENTGROUP            1\r
-\r
-/******************************************************************************\r
- * TRC_CFG_INCLUDE_MEMMANG_EVENTS\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * This controls if malloc and free calls should be traced. Set this to zero (0)\r
- * to exclude malloc/free calls, or one (1) to include such events in the trace.\r
- *\r
- * Default value is 1.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_MEMMANG_EVENTS 1\r
-\r
-/******************************************************************************\r
- * TRC_CFG_INCLUDE_USER_EVENTS\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If this is zero (0) the code for creating User Events is excluded to\r
- * reduce code size. User Events are application-generated events, like\r
- * "printf" but for the trace log and the formatting is done offline, by the\r
- * Tracealyzer visualization tool. User Events are much faster than a printf\r
- * and can therefore be used in timing critical code.\r
- *\r
- * Default value is 1.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_USER_EVENTS 0\r
-\r
-/*****************************************************************************\r
- * TRC_CFG_INCLUDE_ISR_TRACING\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If this is zero (0), the code for recording Interrupt Service Routines is\r
- * excluded, in order to reduce code size.\r
- *\r
- * Default value is 1.\r
- *\r
- * Note: tracing ISRs requires that you insert calls to vTraceStoreISRBegin\r
- * and vTraceStoreISREnd in your interrupt handlers.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_ISR_TRACING 1\r
-\r
-/*****************************************************************************\r
- * TRC_CFG_INCLUDE_READY_EVENTS\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If one (1), events are recorded when tasks enter scheduling state "ready".\r
- * This allows Tracealyzer to show the initial pending time before tasks enter\r
- * the execution state, and present accurate response times.\r
- * If zero (0), "ready events" are not created, which allows for recording\r
- * longer traces in the same amount of RAM.\r
- *\r
- * Default value is 1.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_READY_EVENTS 1\r
-\r
-/*****************************************************************************\r
- * TRC_CFG_INCLUDE_OSTICK_EVENTS\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If this is one (1), events will be generated whenever the OS clock is\r
- * increased. If zero (0), OS tick events are not generated, which allows for\r
- * recording longer traces in the same amount of RAM.\r
- *\r
- * Default value is 0.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_OSTICK_EVENTS 1\r
-\r
-/******************************************************************************\r
- * TRC_CFG_INCLUDE_FLOAT_SUPPORT\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If this is zero (0), the support for logging floating point values in\r
- * vTracePrintF is stripped out, in case floating point values are not used or\r
- * supported by the platform used.\r
- *\r
- * Floating point values are only used in vTracePrintF and its subroutines, to\r
- * allow for storing float (%f) or double (%lf) arguments.\r
- *\r
- * vTracePrintF can be used with integer and string arguments in either case.\r
- *\r
- * Default value is 0.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_FLOAT_SUPPORT 0\r
-\r
-/******************************************************************************\r
- * TRC_CFG_INCLUDE_OBJECT_DELETE\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * This must be enabled (1) if tasks, queues or other\r
- * traced kernel objects are deleted at runtime. If no deletes are made, this\r
- * can be set to 0 in order to exclude the delete-handling code.\r
- *\r
- * Default value is 1.\r
- *****************************************************************************/\r
-#define TRC_CFG_INCLUDE_OBJECT_DELETE 1\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_SYMBOL_TABLE_SIZE\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * This defines the capacity of the symbol table, in bytes. This symbol table\r
- * stores User Events labels and names of deleted tasks, queues, or other kernel\r
- * objects. If you don't use User Events or delete any kernel\r
- * objects you set this to a very low value. The minimum recommended value is 4.\r
- * A size of zero (0) is not allowed since a zero-sized array may result in a\r
- * 32-bit pointer, i.e., using 4 bytes rather than 0.\r
- *\r
- * Default value is 800.\r
- ******************************************************************************/\r
-#define TRC_CFG_SYMBOL_TABLE_SIZE 5000\r
-\r
-#if (TRC_CFG_SYMBOL_TABLE_SIZE == 0)\r
-#error "TRC_CFG_SYMBOL_TABLE_SIZE may not be zero!"\r
-#endif\r
-\r
-/******************************************************************************\r
- * TRC_CFG_NAME_LEN_TASK, TRC_CFG_NAME_LEN_QUEUE, ...\r
- *\r
- * Macros that specify the maximum lengths (number of characters) for names of\r
- * kernel objects, such as tasks and queues. If longer names are used, they will\r
- * be truncated when stored in the recorder.\r
- *****************************************************************************/\r
-#define TRC_CFG_NAME_LEN_TASK                  15\r
-#define TRC_CFG_NAME_LEN_ISR                   15\r
-#define TRC_CFG_NAME_LEN_QUEUE                 15\r
-#define TRC_CFG_NAME_LEN_SEMAPHORE             15\r
-#define TRC_CFG_NAME_LEN_MUTEX                 15\r
-#define TRC_CFG_NAME_LEN_TIMER                 15\r
-#define TRC_CFG_NAME_LEN_EVENTGROUP    15\r
-\r
-/******************************************************************************\r
- *** ADVANCED SETTINGS ********************************************************\r
- ******************************************************************************\r
- * The remaining settings are not necessary to modify but allows for optimizing\r
- * the recorder setup for your specific needs, e.g., to exclude events that you\r
- * are not interested in, in order to get longer traces.\r
- *****************************************************************************/\r
-\r
-/******************************************************************************\r
-* TRC_CFG_HEAP_SIZE_BELOW_16M\r
-*\r
-* An integer constant that can be used to reduce the buffer usage of memory\r
-* allocation events (malloc/free). This value should be 1 if the heap size is\r
-* below 16 MB (2^24 byte), and you can live with reported addresses showing the\r
-* lower 24 bits only. If 0, you get the full 32-bit addresses.\r
-*\r
-* Default value is 0.\r
-******************************************************************************/\r
-#define TRC_CFG_HEAP_SIZE_BELOW_16M 0\r
-\r
-/******************************************************************************\r
- * TRC_CFG_USE_IMPLICIT_IFE_RULES\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- * Default is 1.\r
- *\r
- * Tracealyzer groups the events into "instances" based on Instance Finish\r
- * Events (IFEs), produced either by default rules or calls to the recorder\r
- * functions vTraceInstanceFinishedNow and vTraceInstanceFinishedNext.\r
- *\r
- * If TRC_CFG_USE_IMPLICIT_IFE_RULES is one (1), the default IFE rules is\r
- * used, resulting in a "typical" grouping of events into instances.\r
- * If these rules don't give appropriate instances in your case, you can\r
- * override the default rules using vTraceInstanceFinishedNow/Next for one\r
- * or several tasks. The default IFE rules are then disabled for those tasks.\r
- *\r
- * If TRC_CFG_USE_IMPLICIT_IFE_RULES is zero (0), the implicit IFE rules are\r
- * disabled globally. You must then call vTraceInstanceFinishedNow or\r
- * vTraceInstanceFinishedNext to manually group the events into instances,\r
- * otherwise the tasks will appear a single long instance.\r
- *\r
- * The default IFE rules count the following events as "instance finished":\r
- * - Task delay, delay until\r
- * - Task suspend\r
- * - Blocking on "input" operations, i.e., when the task is waiting for the\r
- *   next a message/signal/event. But only if this event is blocking.\r
- *\r
- * For details, see trcSnapshotKernelPort.h and look for references to the\r
- * macro trcKERNEL_HOOKS_SET_TASK_INSTANCE_FINISHED.\r
- *****************************************************************************/\r
-#define TRC_CFG_USE_IMPLICIT_IFE_RULES 1\r
-\r
-/******************************************************************************\r
- * TRC_CFG_USE_16BIT_OBJECT_HANDLES\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- *\r
- * If set to 0 (zero), the recorder uses 8-bit handles to identify kernel\r
- * objects such as tasks and queues. This limits the supported number of\r
- * concurrently active objects to 255 of each type (tasks, queues, mutexes,\r
- * etc.) Note: 255, not 256, since handle 0 is reserved.\r
- *\r
- * If set to 1 (one), the recorder uses 16-bit handles to identify kernel\r
- * objects such as tasks and queues. This limits the supported number of\r
- * concurrent objects to 65535 of each type (object class). However, since the\r
- * object property table is limited to 64 KB, the practical limit is about\r
- * 3000 objects in total.\r
- *\r
- * Default is 0 (8-bit handles)\r
- *\r
- * NOTE: An object with handle above 255 will use an extra 4-byte record in\r
- * the event buffer whenever the object is referenced. Moreover, some internal\r
- * tables in the recorder gets slightly larger when using 16-bit handles.\r
- *****************************************************************************/\r
-#define TRC_CFG_USE_16BIT_OBJECT_HANDLES 0\r
-\r
-/******************************************************************************\r
- * TRC_CFG_USE_TRACE_ASSERT\r
- *\r
- * Macro which should be defined as either zero (0) or one (1).\r
- * Default is 1.\r
- *\r
- * If this is one (1), the TRACE_ASSERT macro (used at various locations in the\r
- * trace recorder) will verify that a relevant condition is true.\r
- * If the condition is false, prvTraceError() will be called, which stops the\r
- * recording and stores an error message that is displayed when opening the\r
- * trace in Tracealyzer.\r
- *\r
- * This is used on several places in the recorder code for sanity checks on\r
- * parameters. Can be switched off to reduce the footprint of the tracing, but\r
- * we recommend to have it enabled initially.\r
- *****************************************************************************/\r
-#define TRC_CFG_USE_TRACE_ASSERT 1\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_USE_SEPARATE_USER_EVENT_BUFFER\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * Set TRC_CFG_USE_SEPARATE_USER_EVENT_BUFFER to 1 to enable the\r
- * separate user event buffer (UB).\r
- * In this mode, user events are stored separately from other events,\r
- * e.g., RTOS events. Thereby you can get a much longer history of\r
- * user events as they don't need to share the buffer space with more\r
- * frequent events.\r
- *\r
- * The UB is typically used with the snapshot ring-buffer mode, so the\r
- * recording can continue when the main buffer gets full. And since the\r
- * main buffer then overwrites the earliest events, Tracealyzer displays\r
- * "Unknown Actor" instead of task scheduling for periods with UB data only.\r
- *\r
- * In UB mode, user events are structured as UB channels, which contains\r
- * a channel name and a default format string. Register a UB channel using\r
- * xTraceRegisterUBChannel.\r
- *\r
- * Events and data arguments are written using vTraceUBEvent and\r
- * vTraceUBData. They are designed to provide efficient logging of\r
- * repeating events, using the same format string within each channel.\r
- *\r
- * Examples:\r
- *\r
- *  traceString chn1 = xTraceRegisterString("Channel 1");\r
- *  traceString fmt1 = xTraceRegisterString("Event!");\r
- *  traceUBChannel UBCh1 = xTraceRegisterUBChannel(chn1, fmt1);\r
- *\r
- *  traceString chn2 = xTraceRegisterString("Channel 2");\r
- *  traceString fmt2 = xTraceRegisterString("X: %d, Y: %d");\r
- *     traceUBChannel UBCh2 = xTraceRegisterUBChannel(chn2, fmt2);\r
- *\r
- *  // Result in "[Channel 1] Event!"\r
- *     vTraceUBEvent(UBCh1);\r
- *\r
- *  // Result in "[Channel 2] X: 23, Y: 19"\r
- *     vTraceUBData(UBCh2, 23, 19);\r
- *\r
- * You can also use the other user event functions, like vTracePrintF.\r
- * as they are then rerouted to the UB instead of the main event buffer.\r
- * vTracePrintF then looks up the correct UB channel based on the\r
- * provided channel name and format string, or creates a new UB channel\r
- * if no match is found. The format string should therefore not contain\r
- * "random" messages but mainly format specifiers. Random strings should\r
- * be stored using %s and with the string as an argument.\r
- *\r
- *  // Creates a new UB channel ("Channel 2", "%Z: %d")\r
- *  vTracePrintF(chn2, "%Z: %d", value1);\r
- *\r
- *  // Finds the existing UB channel\r
- *  vTracePrintF(chn2, "%Z: %d", value2);\r
-\r
- ******************************************************************************/\r
-#define TRC_CFG_USE_SEPARATE_USER_EVENT_BUFFER 0\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * This defines the capacity of the user event buffer (UB), in number of slots.\r
- * A single user event can use multiple slots, depending on the arguments.\r
- *\r
- * Only applicable if TRC_CFG_USE_SEPARATE_USER_EVENT_BUFFER is 1.\r
- ******************************************************************************/\r
-#define TRC_CFG_SEPARATE_USER_EVENT_BUFFER_SIZE 10\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_UB_CHANNELS\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * This defines the number of User Event Buffer Channels (UB channels).\r
- * These are used to structure the events when using the separate user\r
- * event buffer, and contains both a User Event Channel (the name) and\r
- * a default format string for the channel.\r
- *\r
- * Only applicable if TRC_CFG_USE_SEPARATE_USER_EVENT_BUFFER is 1.\r
- ******************************************************************************/\r
-#define TRC_CFG_UB_CHANNELS 32\r
-\r
-/*******************************************************************************\r
- * TRC_CFG_ISR_TAILCHAINING_THRESHOLD\r
- *\r
- * Macro which should be defined as an integer value.\r
- *\r
- * If tracing multiple ISRs, this setting allows for accurate display of the\r
- * context-switching also in cases when the ISRs execute in direct sequence.\r
- *\r
- * vTraceStoreISREnd normally assumes that the ISR returns to the previous\r
- * context, i.e., a task or a preempted ISR. But if another traced ISR\r
- * executes in direct sequence, Tracealyzer may incorrectly display a minimal\r
- * fragment of the previous context in between the ISRs.\r
- *\r
- * By using TRC_CFG_ISR_TAILCHAINING_THRESHOLD you can avoid this. This is\r
- * however a threshold value that must be measured for your specific setup.\r
- * See http://percepio.com/2014/03/21/isr_tailchaining_threshold/\r
- *\r
- * The default setting is 0, meaning "disabled" and that you may get an\r
- * extra fragments of the previous context in between tail-chained ISRs.\r
- *\r
- * Note: This setting has separate definitions in trcSnapshotConfig.h and\r
- * trcStreamingConfig.h, since it is affected by the recorder mode.\r
- ******************************************************************************/\r
-#define TRC_CFG_ISR_TAILCHAINING_THRESHOLD 0\r
-\r
-#endif /*TRC_SNAPSHOT_CONFIG_H*/\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
deleted file mode 100644 (file)
index 0a3ec1e..0000000
+++ /dev/null
@@ -1,215 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*\r
- * A number of sockets are created and added to a set. One task then blocks on\r
- * the set while the other task sends data to a (pseudo) random member of the\r
- * set.\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-#include <stdio.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-#define selTINY_DELAY                          ( ( TickType_t ) 2 )\r
-#define selNUMBER_OF_SOCKETS           ( 3 )\r
-#define selSELECT_QUEUE_SIZE           ( selNUMBER_OF_SOCKETS * 2 )\r
-\r
-/*\r
- * Sends data to multiple different sockets.\r
- */\r
-static void prvMultipleSocketTxTask( void *pvParameters );\r
-\r
-/*\r
- * Uses the FreeRTOS_select() API function to receive from multiple sockets.\r
- */\r
-static void prvMultipleSocketRxTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-static xSocket_t xRxSockets[ selNUMBER_OF_SOCKETS ] = { 0 };\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vStartSelectUDPServerTasks( uint16_t usStackSize, uint32_t ulFirstPortNumber, UBaseType_t uxPriority )\r
-{\r
-       /* Create task that sends to multiple sockets, and the task that uses the\r
-       FreeRTOS_select() function to receive from multiple sockets.  The first\r
-       port number to use is passed into both tasks using the task's parameter.\r
-       Other port numbers are consecutive from the first. */\r
-       xTaskCreate( prvMultipleSocketTxTask, "MultiTx", usStackSize, ( void * ) ulFirstPortNumber, uxPriority, NULL );\r
-       xTaskCreate( prvMultipleSocketRxTask, "MultiRx", usStackSize, ( void * ) ulFirstPortNumber, uxPriority, NULL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvMultipleSocketRxTask( void *pvParameters )\r
-{\r
-xSocketSet_t xFD_Set;\r
-xSocket_t xSocket;\r
-struct freertos_sockaddr xAddress;\r
-uint32_t xClientLength = sizeof( struct freertos_sockaddr ), ulFirstRxPortNumber, x;\r
-uint32_t ulReceivedValue = 0, ulExpectedValue = 0UL, ulReceivedCount[ selNUMBER_OF_SOCKETS ] = { 0 };\r
-int32_t lBytes;\r
-const TickType_t xRxBlockTime = 0;\r
-\r
-       /* The number of the port the first Rx socket will be bound to is passed in\r
-       as the task parameter.  Other port numbers used are consecutive from this. */\r
-       ulFirstRxPortNumber = ( uint32_t ) pvParameters;\r
-\r
-       /* Create the set of sockets that will be passed into FreeRTOS_select(). */\r
-       xFD_Set = FreeRTOS_CreateSocketSet( selSELECT_QUEUE_SIZE );\r
-\r
-       for( x = 0; x < selNUMBER_OF_SOCKETS; x++ )\r
-       {\r
-               /* Create the next Rx socket. */\r
-               xRxSockets[ x ] = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-               configASSERT( xRxSockets[ x ] );\r
-\r
-               /* Bind to the next port number. */\r
-               xAddress.sin_port = FreeRTOS_htons( ( uint16_t ) ( ulFirstRxPortNumber + x ) );\r
-               FreeRTOS_bind( xRxSockets[ x ], &xAddress, sizeof( struct freertos_sockaddr ) );\r
-\r
-               /* There should always be data available on the socket returned from\r
-               FreeRTOS_select() so blocking on a read should not be necessary. */\r
-               FreeRTOS_setsockopt( xRxSockets[ x ], 0, FREERTOS_SO_RCVTIMEO, &xRxBlockTime, sizeof( xRxBlockTime ) );\r
-\r
-               /* Add the created socket to the set. */\r
-               FreeRTOS_FD_SET( xRxSockets[ x ], xFD_Set );\r
-       }\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait for a socket from the set to become available for reading. */\r
-               xSocket = FreeRTOS_select( xFD_Set, portMAX_DELAY );\r
-\r
-               /* xSocket should never be NULL because FreeRTOS_select() was called\r
-               with an indefinite delay (assuming INCLUDE_vTaskSuspend is set to 1). */\r
-               configASSERT( xSocket );\r
-\r
-               lBytes = FreeRTOS_recvfrom( xSocket, &( ulReceivedValue ), sizeof( uint32_t ), 0, &xAddress, &xClientLength );\r
-\r
-               /* It is possible that the first value received will not be zero\r
-               because the first few transmitted packets may have been dropped to\r
-               send an ARP and then wait the ARP reply. */\r
-               if( ulExpectedValue == 0 )\r
-               {\r
-                       if( ulExpectedValue != ulReceivedValue )\r
-                       {\r
-                               /* Correct for packets lost to ARP traffic. */\r
-                               ulExpectedValue = ulReceivedValue;\r
-                       }\r
-               }\r
-\r
-               /* Data should always be available even though the block time was set\r
-               to zero because the socket was returned from FreeRTOS_select(). */\r
-               configASSERT( lBytes == 4 );\r
-               configASSERT( ulReceivedValue == ulExpectedValue );\r
-\r
-               ulExpectedValue++;\r
-\r
-               /* Keep a record of the number of times each socket has been used so it\r
-               can be verified (using the debugger) that they all get used. */\r
-               for( x= 0; x < selNUMBER_OF_SOCKETS; x++ )\r
-               {\r
-                       if( xSocket == xRxSockets[ x ] )\r
-                       {\r
-                               ( ulReceivedCount[ x ] )++;\r
-                               break;\r
-                       }\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvMultipleSocketTxTask( void *pvParameters )\r
-{\r
-uint32_t ulTxValue = 0;\r
-struct freertos_sockaddr xDestinationAddress;\r
-uint32_t ulIPAddress, ulFirstDestinationPortNumber, xPortNumber;\r
-xSocket_t xTxSocket;\r
-const TickType_t xShortDelay = 100 / portTICK_RATE_MS, xSendBlockTime = 500 / portTICK_RATE_MS;\r
-\r
-       srand( ( unsigned int ) &xPortNumber );\r
-\r
-       /* The first destination port number is passed in as the task parameter.\r
-       Other destination port numbers used are consecutive from this. */\r
-       ulFirstDestinationPortNumber = ( uint32_t ) pvParameters;\r
-\r
-       /* Create the socket used to send to the sockets created by the Rx task.\r
-       Let the IP stack select a port to bind to. */\r
-       xTxSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-       FreeRTOS_bind( xTxSocket, NULL, sizeof( struct freertos_sockaddr ) );\r
-\r
-       /* The Rx and Tx tasks execute at the same priority so it is possible that\r
-       the Tx task will fill up the send queue - set a Tx block time to ensure\r
-       flow control is managed if this happens. */\r
-       FreeRTOS_setsockopt( xTxSocket, 0, FREERTOS_SO_SNDTIMEO, &xSendBlockTime, sizeof( xSendBlockTime ) );\r
-\r
-       /* It is assumed that this task is not created until the network is up,\r
-       so the IP address can be obtained immediately.  Store the IP address being\r
-       used in ulIPAddress.  This is done so the socket can send to a different\r
-       port on the same IP address. */\r
-       FreeRTOS_GetAddressConfiguration( &ulIPAddress, NULL, NULL, NULL );\r
-\r
-       /* This test sends to itself, so data sent from here is received by a server\r
-       socket on the same IP address.  Setup the freertos_sockaddr structure with\r
-       this nodes IP address. */\r
-       xDestinationAddress.sin_addr = ulIPAddress;\r
-\r
-       /* Block for a short time to ensure the task implemented by the\r
-       prvMultipleSocketRxTask() function has finished creating the Rx sockets. */\r
-       vTaskDelay( xShortDelay );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Pseudo randomly select the destination port number from the range of\r
-               valid destination port numbers. */\r
-               xPortNumber = rand() % selNUMBER_OF_SOCKETS;\r
-               xDestinationAddress.sin_port = ( uint16_t ) ( ulFirstDestinationPortNumber + xPortNumber );\r
-               xDestinationAddress.sin_port = FreeRTOS_htons( xDestinationAddress.sin_port );\r
-\r
-               /* Send an incrementing value. */\r
-               FreeRTOS_sendto( xTxSocket, &ulTxValue, sizeof( ulTxValue ), 0, &xDestinationAddress, sizeof( xDestinationAddress ) );\r
-               ulTxValue++;\r
-\r
-               /* Delay here because in the Windows simulator the MAC interrupt\r
-               simulator delays, so network trafic cannot be received any faster\r
-               than this. */\r
-               vTaskDelay( configWINDOWS_MAC_INTERRUPT_SIMULATOR_DELAY );\r
-       }\r
-}\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
deleted file mode 100644 (file)
index 4222240..0000000
+++ /dev/null
@@ -1,359 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*\r
- * Creates two transmitting tasks and two receiving tasks.  The transmitting\r
- * tasks send values that are received by the receiving tasks.  One set of tasks\r
- * uses the standard API.  The other set of tasks uses the zero copy API.\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-#include <stdio.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-#define simpTINY_DELAY ( ( TickType_t ) 2 )\r
-\r
-/*\r
- * Uses a socket to send data without using the zero copy option.\r
- * prvSimpleServerTask() will receive the data.\r
- */\r
-static void prvSimpleClientTask( void *pvParameters );\r
-\r
-/*\r
- * Uses a socket to receive the data sent by the prvSimpleClientTask() task.\r
- * Does not use the zero copy option.\r
- */\r
-static void prvSimpleServerTask( void *pvParameters );\r
-\r
-/*\r
- * Uses a socket to send data using the zero copy option.\r
- * prvSimpleZeroCopyServerTask() will receive the data.\r
- */\r
-static void prvSimpleZeroCopyUDPClientTask( void *pvParameters );\r
-\r
-/*\r
- * Uses a socket to receive the data sent by the prvSimpleZeroCopyUDPClientTask()\r
- * task.  Uses the zero copy option.\r
- */\r
-static void prvSimpleZeroCopyServerTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vStartSimpleUDPClientServerTasks( uint16_t usStackSize, uint32_t ulPort, UBaseType_t uxPriority )\r
-{\r
-       /* Create the client and server tasks that do not use the zero copy\r
-       interface. */\r
-       xTaskCreate( prvSimpleClientTask, "SimpCpyClnt", usStackSize, ( void * ) ulPort, uxPriority, NULL );\r
-       xTaskCreate( prvSimpleServerTask, "SimpCpySrv", usStackSize, ( void * ) ulPort, uxPriority + 1, NULL );\r
-\r
-       /* Create the client and server tasks that do use the zero copy interface. */\r
-       xTaskCreate( prvSimpleZeroCopyUDPClientTask, "SimpZCpyClnt", usStackSize, ( void * ) ( ulPort + 1 ), uxPriority, NULL );\r
-       xTaskCreate( prvSimpleZeroCopyServerTask, "SimpZCpySrv", usStackSize, ( void * ) ( ulPort + 1 ), uxPriority + 1, NULL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSimpleClientTask( void *pvParameters )\r
-{\r
-xSocket_t xClientSocket;\r
-struct freertos_sockaddr xDestinationAddress;\r
-char cString[ 50 ];\r
-BaseType_t lReturned;\r
-uint32_t ulCount = 0UL, ulIPAddress;\r
-const uint32_t ulLoopsPerSocket = 10UL;\r
-const TickType_t x150ms = 150UL / portTICK_RATE_MS;\r
-\r
-       /* Remove compiler warning about unused parameters. */\r
-       ( void ) pvParameters;\r
-\r
-       /* It is assumed that this task is not created until the network is up,\r
-       so the IP address can be obtained immediately.  store the IP address being\r
-       used in ulIPAddress.  This is done so the socket can send to a different\r
-       port on the same IP address. */\r
-       FreeRTOS_GetAddressConfiguration( &ulIPAddress, NULL, NULL, NULL );\r
-\r
-       /* This test sends to itself, so data sent from here is received by a server\r
-       socket on the same IP address.  Setup the freertos_sockaddr structure with\r
-       this nodes IP address, and the port number being sent to.  The strange\r
-       casting is to try and remove compiler warnings on 32 bit machines. */\r
-       xDestinationAddress.sin_addr = ulIPAddress;\r
-       xDestinationAddress.sin_port = ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL;\r
-       xDestinationAddress.sin_port = FreeRTOS_htons( xDestinationAddress.sin_port );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Create the socket. */\r
-               xClientSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-               configASSERT( xClientSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-               /* The count is used to differentiate between different messages sent to\r
-               the server, and to break out of the do while loop below. */\r
-               ulCount = 0UL;\r
-\r
-               do\r
-               {\r
-                       /* Create the string that is sent to the server. */\r
-                       sprintf( cString, "Server received (not zero copy): Message number %lu\r\n", ulCount );\r
-\r
-                       /* Send the string to the socket.  ulFlags is set to 0, so the zero\r
-                       copy option is not selected.  That means the data from cString[] is\r
-                       copied into a network buffer inside FreeRTOS_sendto(), and cString[]\r
-                       can be reused as soon as FreeRTOS_sendto() has returned. */\r
-                       lReturned = FreeRTOS_sendto( xClientSocket, ( void * ) cString, strlen( cString ), 0, &xDestinationAddress, sizeof( xDestinationAddress ) );\r
-\r
-                       ulCount++;\r
-\r
-               } while( ( lReturned != FREERTOS_SOCKET_ERROR ) && ( ulCount < ulLoopsPerSocket ) );\r
-\r
-               FreeRTOS_closesocket( xClientSocket );\r
-\r
-               /* A short delay to prevent the messages printed by the server task\r
-               scrolling off the screen too quickly, and to prevent reduce the network\r
-               loading. */\r
-               vTaskDelay( x150ms );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSimpleServerTask( void *pvParameters )\r
-{\r
-long lBytes;\r
-char cReceivedString[ 60 ];\r
-struct freertos_sockaddr xClient, xBindAddress;\r
-uint32_t xClientLength = sizeof( xClient );\r
-xSocket_t xListeningSocket;\r
-\r
-       /* Just to prevent compiler warnings. */\r
-       ( void ) pvParameters;\r
-\r
-       /* Attempt to open the socket. */\r
-       xListeningSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-       configASSERT( xListeningSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-       /* This test receives data sent from a different port on the same IP\r
-       address.  Configure the freertos_sockaddr structure with the address being\r
-       bound to.  The strange casting is to try and remove     compiler warnings on 32\r
-       bit machines.  Note that this task is only created after the network is up,\r
-       so the IP address is valid here. */\r
-       xBindAddress.sin_port = ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL;\r
-       xBindAddress.sin_port = FreeRTOS_htons( xBindAddress.sin_port );\r
-\r
-       /* Bind the socket to the port that the client task will send to. */\r
-       FreeRTOS_bind( xListeningSocket, &xBindAddress, sizeof( xBindAddress ) );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Zero out the receive array so there is NULL at the end of the string\r
-               when it is printed out. */\r
-               memset( cReceivedString, 0x00, sizeof( cReceivedString ) );\r
-\r
-               /* Receive data on the socket.  ulFlags is zero, so the zero copy option\r
-               is not set and the received data is copied into the buffer pointed to by\r
-               cReceivedString.  By default the block time is portMAX_DELAY.\r
-               xClientLength is not actually used by FreeRTOS_recvfrom(), but is set\r
-               appropriately in case future versions do use it. */\r
-               lBytes = FreeRTOS_recvfrom( xListeningSocket, cReceivedString, sizeof( cReceivedString ), 0, &xClient, &xClientLength );\r
-\r
-               /* Print the received characters. */\r
-               if( lBytes > 0 )\r
-               {\r
-                       vOutputString( cReceivedString );\r
-               }\r
-\r
-               /* Error check. */\r
-               configASSERT( lBytes == ( BaseType_t ) strlen( cReceivedString ) );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSimpleZeroCopyUDPClientTask( void *pvParameters )\r
-{\r
-xSocket_t xClientSocket;\r
-uint8_t *pucUDPPayloadBuffer;\r
-struct freertos_sockaddr xDestinationAddress;\r
-BaseType_t lReturned;\r
-uint32_t ulCount = 0UL, ulIPAddress;\r
-const uint32_t ulLoopsPerSocket = 10UL;\r
-const char *pcStringToSend = "Server received (using zero copy): Message number ";\r
-const TickType_t x150ms = 150UL / portTICK_RATE_MS;\r
-/* 15 is added to ensure the number, \r\n and terminating zero fit. */\r
-const size_t xStringLength = strlen( pcStringToSend ) + 15;\r
-\r
-       /* Remove compiler warning about unused parameters. */\r
-       ( void ) pvParameters;\r
-\r
-       /* It is assumed that this task is not created until the network is up,\r
-       so the IP address can be obtained immediately.  store the IP address being\r
-       used in ulIPAddress.  This is done so the socket can send to a different\r
-       port on the same IP address. */\r
-       FreeRTOS_GetAddressConfiguration( &ulIPAddress, NULL, NULL, NULL );\r
-\r
-       /* This test sends to itself, so data sent from here is received by a server\r
-       socket on the same IP address.  Setup the freertos_sockaddr structure with\r
-       this nodes IP address, and the port number being sent to.  The strange\r
-       casting is to try and remove compiler warnings on 32 bit machines. */\r
-       xDestinationAddress.sin_addr = ulIPAddress;\r
-       xDestinationAddress.sin_port = ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL;\r
-       xDestinationAddress.sin_port = FreeRTOS_htons( xDestinationAddress.sin_port );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Create the socket. */\r
-               xClientSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-               configASSERT( xClientSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-               /* The count is used to differentiate between different messages sent to\r
-               the server, and to break out of the do while loop below. */\r
-               ulCount = 0UL;\r
-\r
-               do\r
-               {\r
-                       /* This task is going to send using the zero copy interface.  The\r
-                       data being sent is therefore written directly into a buffer that is\r
-                       passed into, rather than copied into, the FreeRTOS_sendto()\r
-                       function.\r
-\r
-                       First obtain a buffer of adequate length from the IP stack into which\r
-                       the string will be written.  Although a max delay is used, the actual\r
-                       delay will be capped to ipconfigMAX_SEND_BLOCK_TIME_TICKS, hence\r
-                       the do while loop is used to ensure a buffer is obtained. */\r
-                       do\r
-                       {\r
-                       } while( ( pucUDPPayloadBuffer = ( uint8_t * ) FreeRTOS_GetUDPPayloadBuffer( xStringLength, portMAX_DELAY ) ) == NULL );\r
-\r
-                       /* A buffer was successfully obtained.  Create the string that is\r
-                       sent to the server.  First the string is filled with zeros as this will\r
-                       effectively be the null terminator when the string is received at the other\r
-                       end.  Note that the string is being written directly into the buffer\r
-                       obtained from the IP stack above. */\r
-                       memset( ( void * ) pucUDPPayloadBuffer, 0x00, xStringLength );\r
-                       sprintf( ( char * ) pucUDPPayloadBuffer, "%s%lu\r\n", pcStringToSend, ulCount );\r
-\r
-                       /* Pass the buffer into the send function.  ulFlags has the\r
-                       FREERTOS_ZERO_COPY bit set so the IP stack will take control of the\r
-                       buffer rather than copy data out of the buffer. */\r
-                       lReturned = FreeRTOS_sendto( xClientSocket,                             /* The socket being sent to. */\r
-                                                                               ( void * ) pucUDPPayloadBuffer, /* A pointer to the the data being sent. */\r
-                                                                               strlen( ( const char * ) pucUDPPayloadBuffer ) + 1, /* The length of the data being sent - including the string's null terminator. */\r
-                                                                               FREERTOS_ZERO_COPY,                     /* ulFlags with the FREERTOS_ZERO_COPY bit set. */\r
-                                                                               &xDestinationAddress,                   /* Where the data is being sent. */\r
-                                                                               sizeof( xDestinationAddress ) );\r
-\r
-                       if( lReturned == 0 )\r
-                       {\r
-                               /* The send operation failed, so this task is still responsible\r
-                               for the buffer obtained from the IP stack.  To ensure the buffer\r
-                               is not lost it must either be used again, or, as in this case,\r
-                               returned to the IP stack using FreeRTOS_ReleaseUDPPayloadBuffer().\r
-                               pucUDPPayloadBuffer can be safely re-used after this call. */\r
-                               FreeRTOS_ReleaseUDPPayloadBuffer( ( void * ) pucUDPPayloadBuffer );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The send was successful so the IP stack is now managing the\r
-                               buffer pointed to by pucUDPPayloadBuffer, and the IP stack will\r
-                               return the buffer once it has been sent.  pucUDPPayloadBuffer can\r
-                               be safely re-used. */\r
-                       }\r
-\r
-                       ulCount++;\r
-\r
-               } while( ( lReturned != FREERTOS_SOCKET_ERROR ) && ( ulCount < ulLoopsPerSocket ) );\r
-\r
-               FreeRTOS_closesocket( xClientSocket );\r
-\r
-               /* A short delay to prevent the messages scrolling off the screen too\r
-               quickly. */\r
-               vTaskDelay( x150ms );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSimpleZeroCopyServerTask( void *pvParameters )\r
-{\r
-int32_t lBytes;\r
-uint8_t *pucUDPPayloadBuffer;\r
-struct freertos_sockaddr xClient, xBindAddress;\r
-uint32_t xClientLength = sizeof( xClient ), ulIPAddress;\r
-xSocket_t xListeningSocket;\r
-\r
-       /* Just to prevent compiler warnings. */\r
-       ( void ) pvParameters;\r
-\r
-       /* Attempt to open the socket. */\r
-       xListeningSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-       configASSERT( xListeningSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-       /* This test receives data sent from a different port on the same IP address.\r
-       Obtain the nodes IP address.  Configure the freertos_sockaddr structure with\r
-       the address being bound to.  The strange casting is to try and remove\r
-       compiler warnings on 32 bit machines.  Note that this task is only created\r
-       after the network is up, so the IP address is valid here. */\r
-       FreeRTOS_GetAddressConfiguration( &ulIPAddress, NULL, NULL, NULL );\r
-       xBindAddress.sin_addr = ulIPAddress;\r
-       xBindAddress.sin_port = ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL;\r
-       xBindAddress.sin_port = FreeRTOS_htons( xBindAddress.sin_port );\r
-\r
-       /* Bind the socket to the port that the client task will send to. */\r
-       FreeRTOS_bind( xListeningSocket, &xBindAddress, sizeof( xBindAddress ) );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Receive data on the socket.  ulFlags has the zero copy bit set\r
-               (FREERTOS_ZERO_COPY) indicating to the stack that a reference to the\r
-               received data should be passed out to this task using the second\r
-               parameter to the FreeRTOS_recvfrom() call.  When this is done the\r
-               IP stack is no longer responsible for releasing the buffer, and\r
-               the task *must* return the buffer to the stack when it is no longer\r
-               needed.  By default the block time is portMAX_DELAY. */\r
-               lBytes = FreeRTOS_recvfrom( xListeningSocket, ( void * ) &pucUDPPayloadBuffer, 0, FREERTOS_ZERO_COPY, &xClient, &xClientLength );\r
-\r
-               /* It is expected to receive one more byte than the string length as\r
-               the NULL terminator is also transmitted. */\r
-               configASSERT( lBytes == ( ( BaseType_t ) strlen( ( const char * ) pucUDPPayloadBuffer ) + 1 ) );\r
-\r
-               /* Print the received characters. */\r
-               if( lBytes > 0 )\r
-               {\r
-                       vOutputString( ( char * ) pucUDPPayloadBuffer );\r
-               }\r
-\r
-               if( lBytes >= 0 )\r
-               {\r
-                       /* The buffer *must* be freed once it is no longer needed. */\r
-                       FreeRTOS_ReleaseUDPPayloadBuffer( pucUDPPayloadBuffer );\r
-               }\r
-       }\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
deleted file mode 100644 (file)
index 53ab0aa..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-#include <stdio.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* FreeRTOS+CLI includes. */\r
-#include "FreeRTOS_CLI.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-/* Demo app includes. */\r
-#include "UDPCommandInterpreter.h"\r
-\r
-/* Dimensions the buffer into which input characters are placed. */\r
-#define cmdMAX_INPUT_SIZE      60\r
-\r
-/* Dimensions the buffer into which string outputs can be placed. */\r
-#define cmdMAX_OUTPUT_SIZE     1024\r
-\r
-/* Dimensions the buffer passed to the recvfrom() call. */\r
-#define cmdSOCKET_INPUT_BUFFER_SIZE 60\r
-\r
-/*\r
- * The task that runs FreeRTOS+CLI.\r
- */\r
-void vUDPCommandInterpreterTask( void *pvParameters );\r
-\r
-/*\r
- * Open and configure the UDP socket.\r
- */\r
-static xSocket_t prvOpenUDPServerSocket( uint16_t usPort );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vStartUDPCommandInterpreterTask( uint16_t usStackSize, uint32_t ulPort, UBaseType_t uxPriority )\r
-{\r
-       xTaskCreate( vUDPCommandInterpreterTask, "CLI", usStackSize, ( void * ) ulPort, uxPriority, NULL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Task that provides the input and output for the FreeRTOS+CLI command\r
- * interpreter.  In this case a UDP port is used.  See the URL in the comments\r
- * within main.c for the location of the online documentation.\r
- */\r
-void vUDPCommandInterpreterTask( void *pvParameters )\r
-{\r
-long lBytes, lByte;\r
-signed char cInChar, cInputIndex = 0;\r
-static signed char cInputString[ cmdMAX_INPUT_SIZE ], cOutputString[ cmdMAX_OUTPUT_SIZE ], cLocalBuffer[ cmdSOCKET_INPUT_BUFFER_SIZE ];\r
-BaseType_t xMoreDataToFollow;\r
-struct freertos_sockaddr xClient;\r
-socklen_t xClientAddressLength = 0; /* This is required as a parameter to maintain the sendto() Berkeley sockets API - but it is not actually used so can take any value. */\r
-xSocket_t xSocket;\r
-extern const uint8_t ucIPAddress[ 4 ];\r
-extern const uint8_t ucMACAddress[ 6 ];\r
-\r
-       /* Just to prevent compiler warnings. */\r
-       ( void ) pvParameters;\r
-\r
-       /* Attempt to open the socket.  The port number is passed in the task\r
-       parameter.  The strange casting is to remove compiler warnings on 32-bit\r
-       machines. */\r
-       xSocket = prvOpenUDPServerSocket( ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL );\r
-\r
-       if( xSocket != FREERTOS_INVALID_SOCKET )\r
-       {\r
-               for( ;; )\r
-               {\r
-                       /* Wait for incoming data on the opened socket. */\r
-                       lBytes = FreeRTOS_recvfrom( xSocket, ( void * ) cLocalBuffer, sizeof( cLocalBuffer ), 0, &xClient, &xClientAddressLength );\r
-\r
-                       if( lBytes != FREERTOS_SOCKET_ERROR )\r
-                       {\r
-                               /* Process each received byte in turn. */\r
-                               lByte = 0;\r
-                               while( lByte < lBytes )\r
-                               {\r
-                                       /* The next character in the input buffer. */\r
-                                       cInChar = cLocalBuffer[ lByte ];\r
-                                       lByte++;\r
-\r
-                                       /* Newline characters are taken as the end of the command\r
-                                       string. */\r
-                                       if( cInChar == '\n' )\r
-                                       {\r
-                                               /* Process the input string received prior to the\r
-                                               newline. */\r
-                                               do\r
-                                               {\r
-                                                       /* Pass the string to FreeRTOS+CLI. */\r
-                                                       xMoreDataToFollow = FreeRTOS_CLIProcessCommand( cInputString, cOutputString, cmdMAX_OUTPUT_SIZE );\r
-\r
-                                                       /* Send the output generated by the command's\r
-                                                       implementation. */\r
-                                                       FreeRTOS_sendto( xSocket, cOutputString,  strlen( cOutputString ), 0, &xClient, xClientAddressLength );\r
-\r
-                                               } while( xMoreDataToFollow != pdFALSE ); /* Until the command does not generate any more output. */\r
-\r
-                                               /* All the strings generated by the command processing\r
-                                               have been sent.  Clear the input string ready to receive\r
-                                               the next command. */\r
-                                               cInputIndex = 0;\r
-                                               memset( cInputString, 0x00, cmdMAX_INPUT_SIZE );\r
-\r
-                                               /* Transmit a spacer, just to make the command console\r
-                                               easier to read. */\r
-                                               FreeRTOS_sendto( xSocket, "\r\n",  strlen( "\r\n" ), 0, &xClient, xClientAddressLength );\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               if( cInChar == '\r' )\r
-                                               {\r
-                                                       /* Ignore the character.  Newlines are used to\r
-                                                       detect the end of the input string. */\r
-                                               }\r
-                                               else if( cInChar == '\b' )\r
-                                               {\r
-                                                       /* Backspace was pressed.  Erase the last character\r
-                                                       in the string - if any. */\r
-                                                       if( cInputIndex > 0 )\r
-                                                       {\r
-                                                               cInputIndex--;\r
-                                                               cInputString[ cInputIndex ] = '\0';\r
-                                                       }\r
-                                               }\r
-                                               else\r
-                                               {\r
-                                                       /* A character was entered.  Add it to the string\r
-                                                       entered so far.  When a \n is entered the complete\r
-                                                       string will be passed to the command interpreter. */\r
-                                                       if( cInputIndex < cmdMAX_INPUT_SIZE )\r
-                                                       {\r
-                                                               cInputString[ cInputIndex ] = cInChar;\r
-                                                               cInputIndex++;\r
-                                                       }\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-       else\r
-       {\r
-               /* The socket could not be opened. */\r
-               vTaskDelete( NULL );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static xSocket_t prvOpenUDPServerSocket( uint16_t usPort )\r
-{\r
-struct freertos_sockaddr xServer;\r
-xSocket_t xSocket = FREERTOS_INVALID_SOCKET;\r
-\r
-       xSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-       if( xSocket != FREERTOS_INVALID_SOCKET)\r
-       {\r
-               /* Zero out the server structure. */\r
-               memset( ( void * ) &xServer, 0x00, sizeof( xServer ) );\r
-\r
-               /* Set family and port. */\r
-               xServer.sin_port = FreeRTOS_htons( usPort );\r
-\r
-               /* Bind the address to the socket. */\r
-               if( FreeRTOS_bind( xSocket, &xServer, sizeof( xServer ) ) == -1 )\r
-               {\r
-                       FreeRTOS_closesocket( xSocket );\r
-                       xSocket = FREERTOS_INVALID_SOCKET;\r
-               }\r
-       }\r
-\r
-       return xSocket;\r
-}\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
deleted file mode 100644 (file)
index bb3b64f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef SELECT_SERVER_H\r
-#define SELECT_SERVER_H\r
-\r
-void vStartSelectUDPServerTasks( uint16_t usStackSize, uint32_t ulFirstPortNumber, UBaseType_t uxPriority );\r
-\r
-#endif /* SELECT_SERVER_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
deleted file mode 100644 (file)
index 44e8ca1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef SIMPLE_CLIENT_AND_SERVER_H\r
-#define SIMPLE_CLIENT_AND_SERVER_H\r
-\r
-void vStartSimpleUDPClientServerTasks( uint16_t usStackSize, uint32_t ulsPort, UBaseType_t uxPriority );\r
-\r
-#endif /* SIMPLE_CLIENT_AND_SERVER_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
deleted file mode 100644 (file)
index 2cd88c5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef UDP_COMMAND_INTERPRETER_H\r
-#define UDP_COMMAND_INTERPRETER_H\r
-\r
-void vStartUDPCommandInterpreterTask( uint16_t usStackSize, uint32_t ulPort, UBaseType_t uxPriority );\r
-\r
-#endif /* UDP_COMMAND_INTERPRETER_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
deleted file mode 100644 (file)
index f49bf87..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_CONFIG_H\r
-#define FREERTOS_CONFIG_H\r
-\r
-/*-----------------------------------------------------------\r
- * Application specific definitions.\r
- *\r
- * These definitions should be adjusted for your particular hardware and\r
- * application requirements.\r
- *\r
- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
- * http://www.freertos.org/a00110.html\r
- *\r
- * The bottom of this file contains some constants specific to running the UDP\r
- * stack in this demo.  Constants specific to FreeRTOS+UDP itself (rather than\r
- * the demo) are contained in FreeRTOSIPConfig.h.\r
- *----------------------------------------------------------*/\r
-\r
-#define configUSE_PREEMPTION                   1\r
-#define configMAX_PRIORITIES                   ( 7 )\r
-#define configTICK_RATE_HZ                             ( 1000 ) /* In this non-real time simulated environment the tick frequency has to be at least a multiple of the Win32 tick frequency, and therefore very slow. */\r
-#define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 60 ) /* In this simulated case, the stack only has to hold one small structure as the real stack is part of the Win32 thread. */\r
-#define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 32U * 1024U ) )\r
-#define configMAX_TASK_NAME_LEN                        ( 7 )\r
-#define configUSE_TRACE_FACILITY               1\r
-#define configUSE_16_BIT_TICKS                 0\r
-#define configIDLE_SHOULD_YIELD                        1\r
-#define configUSE_CO_ROUTINES                  0\r
-#define configUSE_MUTEXES                              1\r
-#define configUSE_RECURSIVE_MUTEXES            1\r
-#define configQUEUE_REGISTRY_SIZE              0\r
-#define configUSE_APPLICATION_TASK_TAG 0\r
-#define configUSE_COUNTING_SEMAPHORES  1\r
-#define configUSE_ALTERNATIVE_API              0\r
-\r
-/* Hook function related definitions. */\r
-#define configUSE_TICK_HOOK                            0\r
-#define configUSE_IDLE_HOOK                            1\r
-#define configUSE_MALLOC_FAILED_HOOK   1\r
-#define configCHECK_FOR_STACK_OVERFLOW 0 /* Not applicable to the Win32 port. */\r
-\r
-/* Software timer related definitions. */\r
-#define configUSE_TIMERS                               1\r
-#define configTIMER_TASK_PRIORITY              ( configMAX_PRIORITIES - 1 )\r
-#define configTIMER_QUEUE_LENGTH               5\r
-#define configTIMER_TASK_STACK_DEPTH   ( configMINIMAL_STACK_SIZE * 2 )\r
-\r
-/* Run time stats gathering definitions. */\r
-unsigned long ulGetRunTimeCounterValue( void );\r
-void vConfigureTimerForRunTimeStats( void );\r
-#define configGENERATE_RUN_TIME_STATS  1\r
-#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vConfigureTimerForRunTimeStats()\r
-#define portGET_RUN_TIME_COUNTER_VALUE() ulGetRunTimeCounterValue()\r
-\r
-/* Co-routine definitions. */\r
-#define configUSE_CO_ROUTINES                  0\r
-#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
-\r
-/* Set the following definitions to 1 to include the API function, or zero\r
-to exclude the API function. */\r
-#define INCLUDE_vTaskPrioritySet                       1\r
-#define INCLUDE_uxTaskPriorityGet                      1\r
-#define INCLUDE_vTaskDelete                                    1\r
-#define INCLUDE_vTaskCleanUpResources          0\r
-#define INCLUDE_vTaskSuspend                           1\r
-#define INCLUDE_vTaskDelayUntil                                1\r
-#define INCLUDE_vTaskDelay                                     1\r
-#define INCLUDE_uxTaskGetStackHighWaterMark    1\r
-#define INCLUDE_xTaskGetSchedulerState         1\r
-#define INCLUDE_xTimerGetTimerTaskHandle       0\r
-#define INCLUDE_xTaskGetIdleTaskHandle         0\r
-#define INCLUDE_xQueueGetMutexHolder           1\r
-\r
-/* This demo makes use of one or more example stats formatting functions.  These\r
-format the raw data provided by the uxTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within\r
-FreeRTOS/Source/tasks.c for limitations. */\r
-#define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
-\r
-/* Assert call defined for debug builds. */\r
-#ifdef _DEBUG\r
-       extern void vAssertCalled( void );\r
-       #define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled()\r
-#endif /* _DEBUG */\r
-\r
-\r
-\r
-/* Application specific definitions follow. **********************************/\r
-\r
-/* If configINCLUDE_DEMO_DEBUG_STATS is set to one, then a few basic IP trace\r
-macros are defined to gather some UDP stack statistics that can then be viewed\r
-through the CLI interface. */\r
-#define configINCLUDE_DEMO_DEBUG_STATS 1\r
-\r
-/* The size of the global output buffer that is available for use when there\r
-are multiple command interpreters running at once (for example, one on a UART\r
-and one on TCP/IP).  This is done to prevent an output buffer being defined by\r
-each implementation - which would waste RAM.  In this case, there is only one\r
-command interpreter running, and it has its own local output buffer, so the\r
-global buffer is just set to be one byte long as it is not used and should not\r
-take up unnecessary RAM. */\r
-#define configCOMMAND_INT_MAX_OUTPUT_SIZE 1\r
-\r
-/* Only used when running in the FreeRTOS Windows simulator.  Defines the\r
-priority of the task used to simulate Ethernet interrupts. */\r
-#define configMAC_ISR_SIMULATOR_PRIORITY       ( configMAX_PRIORITIES - 1 )\r
-\r
-/* This demo creates a virtual network connection by accessing the raw Ethernet\r
-or WiFi data to and from a real network connection.  Many computers have more\r
-than one real network port, and configNETWORK_INTERFACE_TO_USE is used to tell\r
-the demo which real port should be used to create the virtual port.  The ports\r
-available are displayed on the console when the application is executed.  For\r
-example, on my development laptop setting configNETWORK_INTERFACE_TO_USE to 1\r
-results in the wired network being used, while setting\r
-configNETWORK_INTERFACE_TO_USE to 2 results in the wireless network being\r
-used. */\r
-#define configNETWORK_INTERFACE_TO_USE 4L\r
-\r
-/* Only when using BufferAllocation_1.c. */\r
-#define configUSE_STATIC_BUFFERS 1\r
-\r
-/* The address of an echo server that will be used by the two demo echo client\r
-tasks.\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
-#define configECHO_SERVER_ADDR0        172\r
-#define configECHO_SERVER_ADDR1 25\r
-#define configECHO_SERVER_ADDR2 218\r
-#define configECHO_SERVER_ADDR3 100\r
-\r
-/* Default MAC address configuration.  The demo creates a virtual network\r
-connection that uses this MAC address by accessing the raw Ethernet/WiFi data\r
-to and from a real network connection on the host PC.  See the\r
-configNETWORK_INTERFACE_TO_USE definition above for information on how to\r
-configure the real network connection to use. */\r
-#define configMAC_ADDR0        0x00\r
-#define configMAC_ADDR1        0x11\r
-#define configMAC_ADDR2        0x22\r
-#define configMAC_ADDR3        0x33\r
-#define configMAC_ADDR4        0x44\r
-#define configMAC_ADDR5        0x55\r
-\r
-/* Default IP address configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configIP_ADDR0         172\r
-#define configIP_ADDR1         25\r
-#define configIP_ADDR2         218\r
-#define configIP_ADDR3         200\r
-\r
-/* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
-0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    192\r
-#define configGATEWAY_ADDR1    168\r
-#define configGATEWAY_ADDR2    1\r
-#define configGATEWAY_ADDR3    1\r
-\r
-/* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r
-208.67.220.220.  Used in ipconfigUSE_DNS is set to 0, or ipconfigUSE_DNS is set\r
-to 1 but a DNS server cannot be contacted.*/\r
-#define configDNS_SERVER_ADDR0         208\r
-#define configDNS_SERVER_ADDR1         67\r
-#define configDNS_SERVER_ADDR2         222\r
-#define configDNS_SERVER_ADDR3         222\r
-\r
-/* Defalt netmask configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configNET_MASK0                255\r
-#define configNET_MASK1                255\r
-#define configNET_MASK2                255\r
-#define configNET_MASK3                0\r
-\r
-/* Provided to guard prints to the console with a semaphore. */\r
-void vOutputString( char *pcMessage );\r
-\r
-#endif /* FREERTOS_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSIPConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSIPConfig.h
deleted file mode 100644 (file)
index 11d1c88..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for configuration information.\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Configuration.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-#ifndef FREERTOS_IP_CONFIG_H\r
-#define FREERTOS_IP_CONFIG_H\r
-\r
-/* The IP stack executes it its own task (although any application task can make\r
-use of its services through the published sockets API). ipconfigUDP_TASK_PRIORITY\r
-sets the priority of the task that executes the IP stack.  The priority is a\r
-standard FreeRTOS task priority so can take any value from 0 (the lowest\r
-priority) to (configMAX_PRIORITIES - 1) (the highest priority).\r
-configMAX_PRIORITIES is a standard FreeRTOS configuration parameter defined in\r
-FreeRTOSConfig.h, not FreeRTOSIPConfig.h. Consideration needs to be given as to\r
-the priority assigned to the task executing the IP stack relative to the\r
-priority assigned to tasks that use the IP stack. */\r
-#define ipconfigUDP_TASK_PRIORITY                      ( configMAX_PRIORITIES - 2 )\r
-\r
-/* The size, in words (not bytes), of the stack allocated to the FreeRTOS+UDP\r
-task.  This setting is less important when the FreeRTOS Win32 simulator is used\r
-as the Win32 simulator only stores a fixed amount of information on the task\r
-stack.  FreeRTOS includes optional stack overflow detection, see:\r
-http://www.freertos.org/Stacks-and-stack-overflow-checking.html */\r
-#define ipconfigUDP_TASK_STACK_SIZE_WORDS      ( configMINIMAL_STACK_SIZE * 5 )\r
-\r
-/* ipconfigRAND32() is called by the IP stack to generate a random number that\r
-is then used as a DHCP transaction number.  Random number generation is performed\r
-via this macro to allow applications to use their own random number generation\r
-method.  For example, it might be possible to generate a random number by\r
-sampling noise on an analogue input. */\r
-#define ipconfigRAND32()       1\r
-\r
-/* If ipconfigUSE_NETWORK_EVENT_HOOK is set to 1 then FreeRTOS+UDP will call the\r
-network event hook at the appropriate times.  If ipconfigUSE_NETWORK_EVENT_HOOK\r
-is not set to 1 then the network event hook will never be called.  See\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/API/vApplicationIPNetworkEventHook.shtml\r
-*/\r
-#define ipconfigUSE_NETWORK_EVENT_HOOK 1\r
-\r
-/* Sockets have a send block time attribute.  If FreeRTOS_sendto() is called but\r
-a network buffer cannot be obtained then the calling task is held in the Blocked\r
-state (so other tasks can continue to executed) until either a network buffer\r
-becomes available or the send block time expires.  If the send block time expires\r
-then the send operation is aborted.  The maximum allowable send block time is\r
-capped to the value set by ipconfigMAX_SEND_BLOCK_TIME_TICKS.  Capping the\r
-maximum allowable send block time prevents prevents a deadlock occurring when\r
-all the network buffers are in use and the tasks that process (and subsequently\r
-free) the network buffers are themselves blocked waiting for a network buffer.\r
-ipconfigMAX_SEND_BLOCK_TIME_TICKS is specified in RTOS ticks.  A time in\r
-milliseconds can be converted to a time in ticks by dividing the time in\r
-milliseconds by portTICK_RATE_MS. */\r
-#define ipconfigMAX_SEND_BLOCK_TIME_TICKS ( 20 / portTICK_RATE_MS )\r
-\r
-/* If ipconfigUSE_DHCP is 1 then FreeRTOS+UDP will attempt to retrieve an IP\r
-address, netmask, DNS server address and gateway address from a DHCP server.  If\r
-ipconfigUSE_DHCP is 0 then FreeRTOS+UDP will use a static IP address.  The\r
-stack will revert to using the static IP address even when ipconfigUSE_DHCP is\r
-set to 1 if a valid configuration cannot be obtained from a DHCP server for any\r
-reason.  The static configuration used is that passed into the stack by the\r
-FreeRTOS_IPInit() function call. */\r
-#define ipconfigUSE_DHCP       1\r
-\r
-/* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at\r
-increasing time intervals until either a reply is received from a DHCP server\r
-and accepted, or the interval between transmissions reaches\r
-ipconfigMAXIMUM_DISCOVER_TX_PERIOD.  The IP stack will revert to using the\r
-static IP address passed as a parameter to FreeRTOS_IPInit() if the\r
-re-transmission time interval reaches ipconfigMAXIMUM_DISCOVER_TX_PERIOD without\r
-a DHCP reply being received. */\r
-#ifdef _WINDOWS_\r
-       /* The windows simulated time is not real time so the max delay is much\r
-       shorter. */\r
-       #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 999 / portTICK_RATE_MS )\r
-#else\r
-       #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 120000 / portTICK_RATE_MS )\r
-#endif /* _WINDOWS_ */\r
-\r
-/* The ARP cache is a table that maps IP addresses to MAC addresses.  The IP\r
-stack can only send a UDP message to a remove IP address if it knowns the MAC\r
-address associated with the IP address, or the MAC address of the router used to\r
-contact the remote IP address.  When a UDP message is received from a remote IP\r
-address the MAC address and IP address are added to the ARP cache.  When a UDP\r
-message is sent to a remote IP address that does not already appear in the ARP\r
-cache then the UDP message is replaced by a ARP message that solicits the\r
-required MAC address information.  ipconfigARP_CACHE_ENTRIES defines the maximum\r
-number of entries that can exist in the ARP table at any one time. */\r
-#define ipconfigARP_CACHE_ENTRIES              6\r
-\r
-/* ARP requests that do not result in an ARP response will be re-transmitted a\r
-maximum of ipconfigMAX_ARP_RETRANSMISSIONS times before the ARP request is\r
-aborted. */\r
-#define ipconfigMAX_ARP_RETRANSMISSIONS ( 5 )\r
-\r
-/* ipconfigMAX_ARP_AGE defines the maximum time between an entry in the ARP\r
-table being created or refreshed and the entry being removed because it is stale.\r
-New ARP requests are sent for ARP cache entries that are nearing their maximum\r
-age.  ipconfigMAX_ARP_AGE is specified in tens of seconds, so a value of 150 is\r
-equal to 1500 seconds (or 25 minutes). */\r
-#define ipconfigMAX_ARP_AGE                    150\r
-\r
-/* Implementing FreeRTOS_inet_addr() necessitates the use of string handling\r
-routines, which are relatively large.  To save code space the full\r
-FreeRTOS_inet_addr() implementation is made optional, and a smaller and faster\r
-alternative called FreeRTOS_inet_addr_quick() is provided.  FreeRTOS_inet_addr()\r
-takes an IP in decimal dot format (for example, "192.168.0.1") as its parameter.\r
-FreeRTOS_inet_addr_quick() takes an IP address as four separate numerical octets\r
-(for example, 192, 168, 0, 1) as its parameters.  If\r
-ipconfigINCLUDE_FULL_INET_ADDR is set to 1 then both FreeRTOS_inet_addr() and\r
-FreeRTOS_indet_addr_quick() are available.  If ipconfigINCLUDE_FULL_INET_ADDR is\r
-not set to 1 then only FreeRTOS_indet_addr_quick() is available. */\r
-#define ipconfigINCLUDE_FULL_INET_ADDR 1\r
-\r
-/* ipconfigNUM_NETWORK_BUFFERS defines the total number of network buffer that\r
-are available to the IP stack.  The total number of network buffers is limited\r
-to ensure the total amount of RAM that can be consumed by the IP stack is capped\r
-to a pre-determinable value. */\r
-#define ipconfigNUM_NETWORK_BUFFERS            45\r
-\r
-/* A FreeRTOS queue is used to send events from application tasks to the IP\r
-stack.  ipconfigEVENT_QUEUE_LENGTH sets the maximum number of events that can\r
-be queued for processing at any one time.  The event queue must be a minimum of\r
-5 greater than the total number of network buffers. */\r
-#define ipconfigEVENT_QUEUE_LENGTH             ( ipconfigNUM_NETWORK_BUFFERS + 5 )\r
-\r
-/* The address of a socket is the combination of its IP address and its port\r
-number.  FreeRTOS_bind() is used to manually allocate a port number to a socket\r
-(to 'bind' the socket to a port), but manual binding is not normally necessary\r
-for client sockets (those sockets that initiate outgoing connections rather than\r
-wait for incoming connections on a known port number).  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 1 then calling\r
-FreeRTOS_sendto() on a socket that has not yet been bound will result in the IP\r
-stack automatically binding the socket to a port number from the range\r
-socketAUTO_PORT_ALLOCATION_START_NUMBER to 0xffff.  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 0 then calling FreeRTOS_sendto()\r
-on a socket that has not yet been bound will result in the send operation being\r
-aborted. */\r
-#define ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND 1\r
-\r
-/* Defines the Time To Live (TTL) values used in outgoing UDP packets. */\r
-#define updconfigIP_TIME_TO_LIVE               128\r
-\r
-/* If ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is set to 1 then UDP packets that\r
-contain more data than will fit in a single network frame will be fragmented\r
-across multiple IP packets.  Also see the ipconfigNETWORK_MTU setting.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8.  Setting ipconfigCAN_FRAGMENT_OUTGOING_PACKETS to 1 will\r
-increase both the code size and execution time. */\r
-#define ipconfigCAN_FRAGMENT_OUTGOING_PACKETS 0\r
-\r
-/* The MTU is the maximum number of bytes the payload of a network frame can\r
-contain.  For normal Ethernet V2 frames the maximum MTU is 1500.  Setting a\r
-lower value can save RAM, depending on the buffer management scheme used.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8. */\r
-#define ipconfigNETWORK_MTU 1500\r
-\r
-/* Set ipconfigUSE_DNS to 1 to include a basic DNS client/resolver.  DNS is used\r
-through the FreeRTOS_gethostbyname() API function. */\r
-#define ipconfigUSE_DNS                1\r
-\r
-/* If ipconfigREPLY_TO_INCOMING_PINGS is set to 1 then the IP stack will\r
-generate replies to incoming ICMP echo (ping) requests. */\r
-#define ipconfigREPLY_TO_INCOMING_PINGS                                1\r
-\r
-/* If ipconfigSUPPORT_OUTGOING_PINGS is set to 1 then the\r
-FreeRTOS_SendPingRequest() API function is available. */\r
-#define ipconfigSUPPORT_OUTGOING_PINGS                         1\r
-\r
-/* If ipconfigSUPPORT_SELECT_FUNCTION is set to 1 then the FreeRTOS_select()\r
-(and associated) API function is available. */\r
-#define ipconfigSUPPORT_SELECT_FUNCTION                                1\r
-\r
-/* Used for stack testing only, and must be implemented in the network\r
-interface. */\r
-#define updconfigLOOPBACK_ETHERNET_PACKETS     0\r
-\r
-/* If ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES is set to 1 then Ethernet frames\r
-that are not in Ethernet II format will be dropped.  This option is included for\r
-potential future IP stack developments. */\r
-#define ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES 1\r
-\r
-/* If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 1 then it is the\r
-responsibility of the Ethernet interface to filter out packets that are of no\r
-interest.  If the Ethernet interface does not implement this functionality, then\r
-set ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES to 0 to have the IP stack\r
-perform the filtering instead (it is much less efficient for the stack to do it\r
-because the packet will already have been passed into the stack).  If the\r
-Ethernet driver does all the necessary filtering in hardware then software\r
-filtering can be removed by using a value other than 1 or 0. */\r
-#define ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES    1\r
-\r
-/* The windows simulator cannot really simulate MAC interrupts, and needs to\r
-block occasionally to allow other tasks to run. */\r
-#ifdef _WINDOWS_\r
-       #define configWINDOWS_MAC_INTERRUPT_SIMULATOR_DELAY ( 3 / portTICK_RATE_MS )\r
-#endif\r
-\r
-/* The example IP trace macros are included here so the definitions are\r
-available in all the FreeRTOS+UDP source files. */\r
-#include "DemoIPTrace.h"\r
-\r
-#endif /* FREERTOS_IP_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOS_Plus_UDP_with_CLI.sln b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOS_Plus_UDP_with_CLI.sln
deleted file mode 100644 (file)
index 3f819af..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\r
-Microsoft Visual Studio Solution File, Format Version 11.00\r
-# Visual C++ Express 2010\r
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WIN32", "WIN32.vcxproj", "{C686325E-3261-42F7-AEB1-DDE5280E1CEB}"\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
-               Debug|Win32 = Debug|Win32\r
-               Release|Win32 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
-               {C686325E-3261-42F7-AEB1-DDE5280E1CEB}.Debug|Win32.ActiveCfg = Debug|Win32\r
-               {C686325E-3261-42F7-AEB1-DDE5280E1CEB}.Debug|Win32.Build.0 = Debug|Win32\r
-               {C686325E-3261-42F7-AEB1-DDE5280E1CEB}.Release|Win32.ActiveCfg = Release|Win32\r
-               {C686325E-3261-42F7-AEB1-DDE5280E1CEB}.Release|Win32.Build.0 = Release|Win32\r
-       EndGlobalSection\r
-       GlobalSection(SolutionProperties) = preSolution\r
-               HideSolutionNode = FALSE\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/READ_ME.url b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/READ_ME.url
deleted file mode 100644 (file)
index 0d3763a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[InternetShortcut]\r
-URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_CLI_Windows_Simulator.shtml\r
-IDList=\r
-[{000214A0-0000-0000-C000-000000000046}]\r
-Prop3=19,2\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/ReadMe.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/ReadMe.txt
new file mode 100644 (file)
index 0000000..24bb546
--- /dev/null
@@ -0,0 +1,4 @@
+FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,\r
+which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can\r
+be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches\r
+applied to FreeRTOS+TCP.
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
deleted file mode 100644 (file)
index 538fb29..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*\r
- * Utility functions required to gather run time statistics.  See:\r
- * http://www.freertos.org/rtos-run-time-stats.html\r
- *\r
- * Note that this is a simulated port, where simulated time is a lot slower than\r
- * real time, therefore the run time counter values have no real meaningful\r
- * units.\r
- *\r
- * Also note that it is assumed this demo is going to be used for short periods\r
- * of time only, and therefore timer overflows are not handled.\r
-*/\r
-\r
-/* FreeRTOS includes. */\r
-#include <FreeRTOS.h>\r
-\r
-/* Variables used in the creation of the run time stats time base.  Run time \r
-stats record how much time each task spends in the Running state. */\r
-static long long llInitialRunTimeCounterValue = 0LL, llTicksPerHundedthMillisecond = 0LL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vConfigureTimerForRunTimeStats( void )\r
-{\r
-LARGE_INTEGER liPerformanceCounterFrequency, liInitialRunTimeValue;\r
-\r
-       /* Initialise the variables used to create the run time stats time base.\r
-       Run time stats record how much time each task spends in the Running \r
-       state. */\r
-\r
-       if( QueryPerformanceFrequency( &liPerformanceCounterFrequency ) == 0 )\r
-       {\r
-               llTicksPerHundedthMillisecond = 1;\r
-       }\r
-       else\r
-       {\r
-               /* How many times does the performance counter increment in 1/100th\r
-               millisecond. */\r
-               llTicksPerHundedthMillisecond = liPerformanceCounterFrequency.QuadPart / 100000LL;\r
-\r
-               /* What is the performance counter value now, this will be subtracted\r
-               from readings taken at run time. */\r
-               QueryPerformanceCounter( &liInitialRunTimeValue );\r
-               llInitialRunTimeCounterValue = liInitialRunTimeValue.QuadPart;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-unsigned long ulGetRunTimeCounterValue( void )\r
-{\r
-LARGE_INTEGER liCurrentCount;\r
-unsigned long ulReturn;\r
-\r
-       /* What is the performance counter value now? */\r
-       QueryPerformanceCounter( &liCurrentCount );\r
-\r
-       /* Subtract the performance counter value reading taken when the \r
-       application started to get a count from that reference point, then\r
-       scale to (simulated) 1/100ths of a millisecond. */\r
-       if( llTicksPerHundedthMillisecond == 0 )\r
-       {\r
-               /* The trace macros can call this function before the kernel has been\r
-               started, in which case llTicksPerHundedthMillisecond will not have been\r
-               initialised. */\r
-               ulReturn = 0;\r
-       }\r
-       else\r
-       {\r
-               ulReturn = ( unsigned long ) ( ( liCurrentCount.QuadPart - llInitialRunTimeCounterValue ) / llTicksPerHundedthMillisecond );\r
-       }\r
-\r
-       return ulReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj
deleted file mode 100644 (file)
index 78206e4..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <ItemGroup Label="ProjectConfigurations">\r
-    <ProjectConfiguration Include="Debug|Win32">\r
-      <Configuration>Debug</Configuration>\r
-      <Platform>Win32</Platform>\r
-    </ProjectConfiguration>\r
-    <ProjectConfiguration Include="Release|Win32">\r
-      <Configuration>Release</Configuration>\r
-      <Platform>Win32</Platform>\r
-    </ProjectConfiguration>\r
-  </ItemGroup>\r
-  <PropertyGroup Label="Globals">\r
-    <ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid>\r
-    <ProjectName>RTOSDemo</ProjectName>\r
-  </PropertyGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
-    <ConfigurationType>Application</ConfigurationType>\r
-    <UseOfMfc>false</UseOfMfc>\r
-    <CharacterSet>MultiByte</CharacterSet>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
-    <ConfigurationType>Application</ConfigurationType>\r
-    <UseOfMfc>false</UseOfMfc>\r
-    <CharacterSet>MultiByte</CharacterSet>\r
-  </PropertyGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
-  <ImportGroup Label="ExtensionSettings">\r
-  </ImportGroup>\r
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
-    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
-  </ImportGroup>\r
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
-    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
-  </ImportGroup>\r
-  <PropertyGroup Label="UserMacros" />\r
-  <PropertyGroup>\r
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>\r
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>\r
-    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>\r
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>\r
-    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
-  </PropertyGroup>\r
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
-    <Midl>\r
-      <TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName>\r
-      <HeaderFileName>\r
-      </HeaderFileName>\r
-    </Midl>\r
-    <ClCompile>\r
-      <Optimization>Disabled</Optimization>\r
-      <AdditionalIncludeDirectories>.\Trace_Recorder_Configuration;..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients;..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1;..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement;.\DemoTasks\include;..\..\Source\FreeRTOS-Plus-UDP\portable\Compiler\MSVC;.\WinPCap;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\Source\FreeRTOS-Plus-CLI;..\..\Source\FreeRTOS-Plus-Trace\Include;..\..\Source\FreeRTOS-Plus-UDP\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
-      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <MinimalRebuild>true</MinimalRebuild>\r
-      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
-      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
-      <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>\r
-      <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>\r
-      <ObjectFileName>.\Debug/</ObjectFileName>\r
-      <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>\r
-      <WarningLevel>Level4</WarningLevel>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
-      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
-      <AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions>\r
-    </ClCompile>\r
-    <ResourceCompile>\r
-      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <Culture>0x0c09</Culture>\r
-    </ResourceCompile>\r
-    <Link>\r
-      <OutputFile>.\Debug/RTOSDemo.exe</OutputFile>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <GenerateDebugInformation>true</GenerateDebugInformation>\r
-      <ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile>\r
-      <SubSystem>Console</SubSystem>\r
-      <TargetMachine>MachineX86</TargetMachine>\r
-      <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
-      <AdditionalLibraryDirectories>.\WinPCap</AdditionalLibraryDirectories>\r
-    </Link>\r
-    <Bscmake>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <OutputFile>.\Debug/WIN32.bsc</OutputFile>\r
-    </Bscmake>\r
-  </ItemDefinitionGroup>\r
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
-    <Midl>\r
-      <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName>\r
-      <HeaderFileName>\r
-      </HeaderFileName>\r
-    </Midl>\r
-    <ClCompile>\r
-      <Optimization>MaxSpeed</Optimization>\r
-      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
-      <PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <StringPooling>true</StringPooling>\r
-      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
-      <FunctionLevelLinking>true</FunctionLevelLinking>\r
-      <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile>\r
-      <AssemblerListingLocation>.\Release/</AssemblerListingLocation>\r
-      <ObjectFileName>.\Release/</ObjectFileName>\r
-      <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>\r
-      <WarningLevel>Level3</WarningLevel>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <AdditionalIncludeDirectories>..\Common\Utils;..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap;..\Common\ethernet\lwip-1.4.0\src\include\ipv4;..\Common\ethernet\lwip-1.4.0\src\include;..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\ethernet\lwip-1.4.0\ports\win32\include;..\Common\Include;.\lwIP_Apps;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
-    </ClCompile>\r
-    <ResourceCompile>\r
-      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <Culture>0x0c09</Culture>\r
-    </ResourceCompile>\r
-    <Link>\r
-      <OutputFile>.\Release/RTOSDemo.exe</OutputFile>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile>\r
-      <SubSystem>Console</SubSystem>\r
-      <TargetMachine>MachineX86</TargetMachine>\r
-      <AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories>\r
-      <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
-    </Link>\r
-    <Bscmake>\r
-      <SuppressStartupBanner>true</SuppressStartupBanner>\r
-      <OutputFile>.\Release/WIN32.bsc</OutputFile>\r
-    </Bscmake>\r
-  </ItemDefinitionGroup>\r
-  <ItemGroup>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c" />\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" />\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" />\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" />\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DHCP.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DNS.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_Sockets.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_UDP_IP.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_1.c">\r
-      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_2.c" />\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\CLICommands\CLI-commands.c" />\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.c" />\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.c" />\r
-    <ClCompile Include="DemoTasks\SelectServer.c" />\r
-    <ClCompile Include="DemoTasks\SimpleClientAndServer.c" />\r
-    <ClCompile Include="DemoTasks\UDPCommandServer.c" />\r
-    <ClCompile Include="main.c">\r
-      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
-      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-    </ClCompile>\r
-    <ClCompile Include="Run-time-stats-utils.c" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.h" />\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_DNS.h" />\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_Sockets.h" />\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_UDP_IP.h" />\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\NetworkInterface.h" />\r
-    <ClInclude Include="FreeRTOSConfig.h" />\r
-    <ClInclude Include="FreeRTOSIPConfig.h" />\r
-  </ItemGroup>\r
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
-  <ImportGroup Label="ExtensionTargets">\r
-  </ImportGroup>\r
-</Project>
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.filters b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.filters
deleted file mode 100644 (file)
index dd25ff9..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <ItemGroup>\r
-    <Filter Include="Resource Files">\r
-      <UniqueIdentifier>{38712199-cebf-4124-bf15-398f7c3419ea}</UniqueIdentifier>\r
-      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>\r
-    </Filter>\r
-    <Filter Include="Demo App Source">\r
-      <UniqueIdentifier>{34567deb-d5ab-4a56-8640-0aaec609521a}</UniqueIdentifier>\r
-      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS">\r
-      <UniqueIdentifier>{af3445a1-4908-4170-89ed-39345d90d30c}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS\Source">\r
-      <UniqueIdentifier>{f32be356-4763-4cae-9020-974a2638cb08}</UniqueIdentifier>\r
-      <Extensions>*.c</Extensions>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS\Source\Portable">\r
-      <UniqueIdentifier>{88f409e6-d396-4ac5-94bd-7a99c914be46}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+">\r
-      <UniqueIdentifier>{e5ad4ec7-23dc-4295-8add-2acaee488f5a}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+\FreeRTOS+CLI">\r
-      <UniqueIdentifier>{fd43c0ed-fdbc-437f-a5a3-c50399690bd7}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+\FreeRTOS+UDP">\r
-      <UniqueIdentifier>{8672fa26-b119-481f-8b8d-086419c01a3e}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+\FreeRTOS+UDP\portable">\r
-      <UniqueIdentifier>{4570be11-ec96-4b55-ac58-24b50ada980a}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+\FreeRTOS+UDP\include">\r
-      <UniqueIdentifier>{5d93ed51-023a-41ad-9243-8d230165d34b}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="Demo App Source\DemoTasks">\r
-      <UniqueIdentifier>{b71e974a-9f28-4815-972b-d930ba8a34d0}</UniqueIdentifier>\r
-    </Filter>\r
-    <Filter Include="Demo App Source\Configuration Files">\r
-      <UniqueIdentifier>{19ff1a34-36de-4c48-9d10-3fb1fa0d1fa4}</UniqueIdentifier>\r
-      <Extensions>h;hpp;hxx;hm;inl</Extensions>\r
-    </Filter>\r
-    <Filter Include="FreeRTOS+\FreeRTOS+CLI\include">\r
-      <UniqueIdentifier>{c5889fe2-af0f-4cea-927f-6a6935ec5e14}</UniqueIdentifier>\r
-    </Filter>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <ClCompile Include="main.c">\r
-      <Filter>Demo App Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c">\r
-      <Filter>FreeRTOS\Source\Portable</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c">\r
-      <Filter>FreeRTOS\Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\list.c">\r
-      <Filter>FreeRTOS\Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c">\r
-      <Filter>FreeRTOS\Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c">\r
-      <Filter>FreeRTOS\Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="Run-time-stats-utils.c">\r
-      <Filter>Demo App Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="DemoTasks\SimpleClientAndServer.c">\r
-      <Filter>Demo App Source\DemoTasks</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="DemoTasks\UDPCommandServer.c">\r
-      <Filter>Demo App Source\DemoTasks</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c">\r
-      <Filter>FreeRTOS\Source\Portable</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_UDP_IP.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DHCP.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DNS.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_Sockets.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_2.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\portable</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\NetworkInterface\WinPCap\NetworkInterface.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\portable</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+CLI</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\CLICommands\CLI-commands.c">\r
-      <Filter>Demo App Source</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.c">\r
-      <Filter>Demo App Source\DemoTasks</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.c">\r
-      <Filter>Demo App Source\DemoTasks</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="DemoTasks\SelectServer.c">\r
-      <Filter>Demo App Source\DemoTasks</Filter>\r
-    </ClCompile>\r
-    <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_1.c">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\portable</Filter>\r
-    </ClCompile>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <ClInclude Include="FreeRTOSConfig.h">\r
-      <Filter>Demo App Source\Configuration Files</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="FreeRTOSIPConfig.h">\r
-      <Filter>Demo App Source\Configuration Files</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\NetworkInterface.h">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\include</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_DNS.h">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\include</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_Sockets.h">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\include</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_UDP_IP.h">\r
-      <Filter>FreeRTOS+\FreeRTOS+UDP\include</Filter>\r
-    </ClInclude>\r
-    <ClInclude Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.h">\r
-      <Filter>FreeRTOS+\FreeRTOS+CLI\include</Filter>\r
-    </ClInclude>\r
-  </ItemGroup>\r
-</Project>
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.user b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WIN32.vcxproj.user
deleted file mode 100644 (file)
index 695b5c7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-</Project>
\ No newline at end of file
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Packet32.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Packet32.h
deleted file mode 100644 (file)
index 1e0eacd..0000000
+++ /dev/null
@@ -1,359 +0,0 @@
-/*\r
- * Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)\r
- * Copyright (c) 2005 - 2007 CACE Technologies, Davis (California)\r
- * All rights reserved.\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions\r
- * are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright\r
- * notice, this list of conditions and the following disclaimer.\r
- * 2. Redistributions in binary form must reproduce the above copyright\r
- * notice, this list of conditions and the following disclaimer in the\r
- * documentation and/or other materials provided with the distribution.\r
- * 3. Neither the name of the Politecnico di Torino, CACE Technologies \r
- * nor the names of its contributors may be used to endorse or promote \r
- * products derived from this software without specific prior written \r
- * permission.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- */\r
-\r
-/** @ingroup packetapi\r
- *  @{ \r
- */\r
-\r
-/** @defgroup packet32h Packet.dll definitions and data structures\r
- *  Packet32.h contains the data structures and the definitions used by packet.dll.\r
- *  The file is used both by the Win9x and the WinNTx versions of packet.dll, and can be included\r
- *  by the applications that use the functions of this library\r
- *  @{\r
- */\r
-\r
-#ifndef __PACKET32\r
-#define __PACKET32\r
-\r
-#include <winsock2.h>\r
-\r
-#ifdef HAVE_AIRPCAP_API\r
-#include <airpcap.h>\r
-#else\r
-#if !defined(AIRPCAP_HANDLE__EAE405F5_0171_9592_B3C2_C19EC426AD34__DEFINED_)\r
-#define AIRPCAP_HANDLE__EAE405F5_0171_9592_B3C2_C19EC426AD34__DEFINED_\r
-typedef struct _AirpcapHandle *PAirpcapHandle;\r
-#endif /* AIRPCAP_HANDLE__EAE405F5_0171_9592_B3C2_C19EC426AD34__DEFINED_ */\r
-#endif /* HAVE_AIRPCAP_API */\r
-\r
-#ifdef HAVE_DAG_API\r
-#include <dagc.h>\r
-#endif /* HAVE_DAG_API */\r
-\r
-// Working modes\r
-#define PACKET_MODE_CAPT 0x0 ///< Capture mode\r
-#define PACKET_MODE_STAT 0x1 ///< Statistical mode\r
-#define PACKET_MODE_MON 0x2 ///< Monitoring mode\r
-#define PACKET_MODE_DUMP 0x10 ///< Dump mode\r
-#define PACKET_MODE_STAT_DUMP MODE_DUMP | MODE_STAT ///< Statistical dump Mode\r
-\r
-\r
-/// Alignment macro. Defines the alignment size.\r
-#define Packet_ALIGNMENT sizeof(int)\r
-/// Alignment macro. Rounds up to the next even multiple of Packet_ALIGNMENT. \r
-#define Packet_WORDALIGN(x) (((x)+(Packet_ALIGNMENT-1))&~(Packet_ALIGNMENT-1))\r
-\r
-#define NdisMediumNull -1              ///< Custom linktype: NDIS doesn't provide an equivalent\r
-#define NdisMediumCHDLC        -2              ///< Custom linktype: NDIS doesn't provide an equivalent\r
-#define NdisMediumPPPSerial    -3      ///< Custom linktype: NDIS doesn't provide an equivalent\r
-#define NdisMediumBare80211    -4      ///< Custom linktype: NDIS doesn't provide an equivalent\r
-#define NdisMediumRadio80211   -5      ///< Custom linktype: NDIS doesn't provide an equivalent\r
-#define NdisMediumPpi          -6      ///< Custom linktype: NDIS doesn't provide an equivalent\r
-\r
-// Loopback behaviour definitions\r
-#define NPF_DISABLE_LOOPBACK   1       ///< Drop the packets sent by the NPF driver\r
-#define NPF_ENABLE_LOOPBACK            2       ///< Capture the packets sent by the NPF driver\r
-\r
-/*!\r
-  \brief Network type structure.\r
-\r
-  This structure is used by the PacketGetNetType() function to return information on the current adapter's type and speed.\r
-*/\r
-typedef struct NetType\r
-{\r
-       UINT LinkType;  ///< The MAC of the current network adapter (see function PacketGetNetType() for more information)\r
-       ULONGLONG LinkSpeed;    ///< The speed of the network in bits per second\r
-}NetType;\r
-\r
-\r
-//some definitions stolen from libpcap\r
-\r
-#ifndef BPF_MAJOR_VERSION\r
-\r
-/*!\r
-  \brief A BPF pseudo-assembly program.\r
-\r
-  The program will be injected in the kernel by the PacketSetBPF() function and applied to every incoming packet. \r
-*/\r
-struct bpf_program \r
-{\r
-       UINT bf_len;                            ///< Indicates the number of instructions of the program, i.e. the number of struct bpf_insn that will follow.\r
-       struct bpf_insn *bf_insns;      ///< A pointer to the first instruction of the program.\r
-};\r
-\r
-/*!\r
-  \brief A single BPF pseudo-instruction.\r
-\r
-  bpf_insn contains a single instruction for the BPF register-machine. It is used to send a filter program to the driver.\r
-*/\r
-struct bpf_insn \r
-{\r
-       USHORT  code;           ///< Instruction type and addressing mode.\r
-       UCHAR   jt;                     ///< Jump if true\r
-       UCHAR   jf;                     ///< Jump if false\r
-       int k;                          ///< Generic field used for various purposes.\r
-};\r
-\r
-/*!\r
-  \brief Structure that contains a couple of statistics values on the current capture.\r
-\r
-  It is used by packet.dll to return statistics about a capture session.\r
-*/\r
-struct bpf_stat \r
-{\r
-       UINT bs_recv;           ///< Number of packets that the driver received from the network adapter \r
-                                               ///< from the beginning of the current capture. This value includes the packets \r
-                                               ///< lost by the driver.\r
-       UINT bs_drop;           ///< number of packets that the driver lost from the beginning of a capture. \r
-                                               ///< Basically, a packet is lost when the the buffer of the driver is full. \r
-                                               ///< In this situation the packet cannot be stored and the driver rejects it.\r
-       UINT ps_ifdrop;         ///< drops by interface. XXX not yet supported\r
-       UINT bs_capt;           ///< number of packets that pass the filter, find place in the kernel buffer and\r
-                                               ///< thus reach the application.\r
-};\r
-\r
-/*!\r
-  \brief Packet header.\r
-\r
-  This structure defines the header associated with every packet delivered to the application.\r
-*/\r
-struct bpf_hdr \r
-{\r
-       struct timeval  bh_tstamp;      ///< The timestamp associated with the captured packet. \r
-                                                               ///< It is stored in a TimeVal structure.\r
-       UINT    bh_caplen;                      ///< Length of captured portion. The captured portion <b>can be different</b>\r
-                                                               ///< from the original packet, because it is possible (with a proper filter)\r
-                                                               ///< to instruct the driver to capture only a portion of the packets.\r
-       UINT    bh_datalen;                     ///< Original length of packet\r
-       USHORT          bh_hdrlen;              ///< Length of bpf header (this struct plus alignment padding). In some cases,\r
-                                                               ///< a padding could be added between the end of this structure and the packet\r
-                                                               ///< data for performance reasons. This filed can be used to retrieve the actual data \r
-                                                               ///< of the packet.\r
-};\r
-\r
-/*!\r
-  \brief Dump packet header.\r
-\r
-  This structure defines the header associated with the packets in a buffer to be used with PacketSendPackets().\r
-  It is simpler than the bpf_hdr, because it corresponds to the header associated by WinPcap and libpcap to a\r
-  packet in a dump file. This makes straightforward sending WinPcap dump files to the network.\r
-*/\r
-struct dump_bpf_hdr{\r
-    struct timeval     ts;                     ///< Time stamp of the packet\r
-    UINT                       caplen;         ///< Length of captured portion. The captured portion can smaller than the \r
-                                                               ///< the original packet, because it is possible (with a proper filter) to \r
-                                                               ///< instruct the driver to capture only a portion of the packets. \r
-    UINT                       len;            ///< Length of the original packet (off wire).\r
-};\r
-\r
-\r
-#endif\r
-\r
-struct bpf_stat;\r
-\r
-#define        DOSNAMEPREFIX   TEXT("Packet_") ///< Prefix added to the adapters device names to create the WinPcap devices\r
-#define        MAX_LINK_NAME_LENGTH    64                      //< Maximum length of the devices symbolic links\r
-#define        NMAX_PACKET 65535\r
-\r
-/*!\r
-  \brief Addresses of a network adapter.\r
-\r
-  This structure is used by the PacketGetNetInfoEx() function to return the IP addresses associated with \r
-  an adapter.\r
-*/\r
-typedef struct npf_if_addr {\r
-       struct sockaddr_storage IPAddress;      ///< IP address.\r
-       struct sockaddr_storage SubnetMask;     ///< Netmask for that address.\r
-       struct sockaddr_storage Broadcast;      ///< Broadcast address.\r
-}npf_if_addr;\r
-\r
-\r
-#define ADAPTER_NAME_LENGTH 256 + 12   ///<  Maximum length for the name of an adapter. The value is the same used by the IP Helper API.\r
-#define ADAPTER_DESC_LENGTH 128                        ///<  Maximum length for the description of an adapter. The value is the same used by the IP Helper API.\r
-#define MAX_MAC_ADDR_LENGTH 8                  ///<  Maximum length for the link layer address of an adapter. The value is the same used by the IP Helper API.\r
-#define MAX_NETWORK_ADDRESSES 16               ///<  Maximum length for the link layer address of an adapter. The value is the same used by the IP Helper API.\r
-\r
-\r
-typedef struct WAN_ADAPTER_INT WAN_ADAPTER; ///< Describes an opened wan (dialup, VPN...) network adapter using the NetMon API\r
-typedef WAN_ADAPTER *PWAN_ADAPTER; ///< Describes an opened wan (dialup, VPN...) network adapter using the NetMon API\r
-\r
-#define INFO_FLAG_NDIS_ADAPTER         0       ///< Flag for ADAPTER_INFO: this is a traditional ndis adapter\r
-#define INFO_FLAG_NDISWAN_ADAPTER      1       ///< Flag for ADAPTER_INFO: this is a NdisWan adapter, and it's managed by WANPACKET\r
-#define INFO_FLAG_DAG_CARD                     2       ///< Flag for ADAPTER_INFO: this is a DAG card\r
-#define INFO_FLAG_DAG_FILE                     6       ///< Flag for ADAPTER_INFO: this is a DAG file\r
-#define INFO_FLAG_DONT_EXPORT          8       ///< Flag for ADAPTER_INFO: when this flag is set, the adapter will not be listed or openend by winpcap. This allows to prevent exporting broken network adapters, like for example FireWire ones.\r
-#define INFO_FLAG_AIRPCAP_CARD         16      ///< Flag for ADAPTER_INFO: this is an airpcap card\r
-#define INFO_FLAG_NPFIM_DEVICE         32\r
-\r
-/*!\r
-  \brief Describes an opened network adapter.\r
-\r
-  This structure is the most important for the functioning of packet.dll, but the great part of its fields\r
-  should be ignored by the user, since the library offers functions that avoid to cope with low-level parameters\r
-*/\r
-typedef struct _ADAPTER  { \r
-       HANDLE hFile;                           ///< \internal Handle to an open instance of the NPF driver.\r
-       CHAR  SymbolicLink[MAX_LINK_NAME_LENGTH]; ///< \internal A string containing the name of the network adapter currently opened.\r
-       int NumWrites;                          ///< \internal Number of times a packets written on this adapter will be repeated \r
-                                                               ///< on the wire.\r
-       HANDLE ReadEvent;                       ///< A notification event associated with the read calls on the adapter.\r
-                                                               ///< It can be passed to standard Win32 functions (like WaitForSingleObject\r
-                                                               ///< or WaitForMultipleObjects) to wait until the driver's buffer contains some \r
-                                                               ///< data. It is particularly useful in GUI applications that need to wait \r
-                                                               ///< concurrently on several events. In Windows NT/2000 the PacketSetMinToCopy()\r
-                                                               ///< function can be used to define the minimum amount of data in the kernel buffer\r
-                                                               ///< that will cause the event to be signalled. \r
-       \r
-       UINT ReadTimeOut;                       ///< \internal The amount of time after which a read on the driver will be released and \r
-                                                               ///< ReadEvent will be signaled, also if no packets were captured\r
-       CHAR Name[ADAPTER_NAME_LENGTH];\r
-       PWAN_ADAPTER pWanAdapter;\r
-       UINT Flags;                                     ///< Adapter's flags. Tell if this adapter must be treated in a different way, using the Netmon API or the dagc API.\r
-\r
-#ifdef HAVE_AIRPCAP_API\r
-       PAirpcapHandle  AirpcapAd;\r
-#endif // HAVE_AIRPCAP_API\r
-\r
-#ifdef HAVE_NPFIM_API\r
-       void* NpfImHandle;\r
-#endif // HAVE_NPFIM_API\r
-\r
-#ifdef HAVE_DAG_API\r
-       dagc_t *pDagCard;                       ///< Pointer to the dagc API adapter descriptor for this adapter\r
-       PCHAR DagBuffer;                        ///< Pointer to the buffer with the packets that is received from the DAG card\r
-       struct timeval DagReadTimeout;  ///< Read timeout. The dagc API requires a timeval structure\r
-       unsigned DagFcsLen;                     ///< Length of the frame check sequence attached to any packet by the card. Obtained from the registry\r
-       DWORD DagFastProcess;           ///< True if the user requests fast capture processing on this card. Higher level applications can use this value to provide a faster but possibly unprecise capture (for example, libpcap doesn't convert the timestamps).\r
-#endif // HAVE_DAG_API\r
-}  ADAPTER, *LPADAPTER;\r
-\r
-/*!\r
-  \brief Structure that contains a group of packets coming from the driver.\r
-\r
-  This structure defines the header associated with every packet delivered to the application.\r
-*/\r
-typedef struct _PACKET {  \r
-       HANDLE       hEvent;            ///< \deprecated Still present for compatibility with old applications.\r
-       OVERLAPPED   OverLapped;        ///< \deprecated Still present for compatibility with old applications.\r
-       PVOID        Buffer;            ///< Buffer with containing the packets. See the PacketReceivePacket() for\r
-                                                               ///< details about the organization of the data in this buffer\r
-       UINT         Length;            ///< Length of the buffer\r
-       DWORD        ulBytesReceived;   ///< Number of valid bytes present in the buffer, i.e. amount of data\r
-                                                                       ///< received by the last call to PacketReceivePacket()\r
-       BOOLEAN      bIoComplete;       ///< \deprecated Still present for compatibility with old applications.\r
-}  PACKET, *LPPACKET;\r
-\r
-/*!\r
-  \brief Structure containing an OID request.\r
-\r
-  It is used by the PacketRequest() function to send an OID to the interface card driver. \r
-  It can be used, for example, to retrieve the status of the error counters on the adapter, its MAC address, \r
-  the list of the multicast groups defined on it, and so on.\r
-*/\r
-struct _PACKET_OID_DATA {\r
-    ULONG Oid;                                 ///< OID code. See the Microsoft DDK documentation or the file ntddndis.h\r
-                                                               ///< for a complete list of valid codes.\r
-    ULONG Length;                              ///< Length of the data field\r
-    UCHAR Data[1];                             ///< variable-lenght field that contains the information passed to or received \r
-                                                               ///< from the adapter.\r
-}; \r
-typedef struct _PACKET_OID_DATA PACKET_OID_DATA, *PPACKET_OID_DATA;\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-/**\r
- *  @}\r
- */\r
-\r
-/*\r
-BOOLEAN QueryWinPcapRegistryStringA(CHAR *SubKeyName,\r
-                                                                CHAR *Value,\r
-                                                                UINT *pValueLen,\r
-                                                                CHAR *DefaultVal);\r
-\r
-BOOLEAN QueryWinPcapRegistryStringW(WCHAR *SubKeyName,\r
-                                                                WCHAR *Value,\r
-                                                                UINT *pValueLen,\r
-                                                                WCHAR *DefaultVal);\r
-*/\r
-                                                                \r
-//---------------------------------------------------------------------------\r
-// EXPORTED FUNCTIONS\r
-//---------------------------------------------------------------------------\r
-\r
-PCHAR PacketGetVersion();\r
-PCHAR PacketGetDriverVersion();\r
-BOOLEAN PacketSetMinToCopy(LPADAPTER AdapterObject,int nbytes);\r
-BOOLEAN PacketSetNumWrites(LPADAPTER AdapterObject,int nwrites);\r
-BOOLEAN PacketSetMode(LPADAPTER AdapterObject,int mode);\r
-BOOLEAN PacketSetReadTimeout(LPADAPTER AdapterObject,int timeout);\r
-BOOLEAN PacketSetBpf(LPADAPTER AdapterObject,struct bpf_program *fp);\r
-BOOLEAN PacketSetLoopbackBehavior(LPADAPTER  AdapterObject, UINT LoopbackBehavior);\r
-INT PacketSetSnapLen(LPADAPTER AdapterObject,int snaplen);\r
-BOOLEAN PacketGetStats(LPADAPTER AdapterObject,struct bpf_stat *s);\r
-BOOLEAN PacketGetStatsEx(LPADAPTER AdapterObject,struct bpf_stat *s);\r
-BOOLEAN PacketSetBuff(LPADAPTER AdapterObject,int dim);\r
-BOOLEAN PacketGetNetType (LPADAPTER AdapterObject,NetType *type);\r
-LPADAPTER PacketOpenAdapter(PCHAR AdapterName);\r
-BOOLEAN PacketSendPacket(LPADAPTER AdapterObject,LPPACKET pPacket,BOOLEAN Sync);\r
-INT PacketSendPackets(LPADAPTER AdapterObject,PVOID PacketBuff,ULONG Size, BOOLEAN Sync);\r
-LPPACKET PacketAllocatePacket(void);\r
-VOID PacketInitPacket(LPPACKET lpPacket,PVOID  Buffer,UINT  Length);\r
-VOID PacketFreePacket(LPPACKET lpPacket);\r
-BOOLEAN PacketReceivePacket(LPADAPTER AdapterObject,LPPACKET lpPacket,BOOLEAN Sync);\r
-BOOLEAN PacketSetHwFilter(LPADAPTER AdapterObject,ULONG Filter);\r
-BOOLEAN PacketGetAdapterNames(PTSTR pStr,PULONG  BufferSize);\r
-BOOLEAN PacketGetNetInfoEx(PCHAR AdapterName, npf_if_addr* buffer, PLONG NEntries);\r
-BOOLEAN PacketRequest(LPADAPTER  AdapterObject,BOOLEAN Set,PPACKET_OID_DATA  OidData);\r
-HANDLE PacketGetReadEvent(LPADAPTER AdapterObject);\r
-BOOLEAN PacketSetDumpName(LPADAPTER AdapterObject, void *name, int len);\r
-BOOLEAN PacketSetDumpLimits(LPADAPTER AdapterObject, UINT maxfilesize, UINT maxnpacks);\r
-BOOLEAN PacketIsDumpEnded(LPADAPTER AdapterObject, BOOLEAN sync);\r
-BOOL PacketStopDriver();\r
-VOID PacketCloseAdapter(LPADAPTER lpAdapter);\r
-BOOLEAN PacketStartOem(PCHAR errorString, UINT errorStringLength);\r
-BOOLEAN PacketStartOemEx(PCHAR errorString, UINT errorStringLength, ULONG flags);\r
-PAirpcapHandle PacketGetAirPcapHandle(LPADAPTER AdapterObject);\r
-\r
-//\r
-// Used by PacketStartOemEx\r
-//\r
-#define PACKET_START_OEM_NO_NETMON     0x00000001\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif \r
-\r
-#endif //__PACKET32\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/PacketData.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/PacketData.h
deleted file mode 100644 (file)
index 8124db6..0000000
+++ /dev/null
@@ -1,267 +0,0 @@
-char pkt1[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x30, 0x09, 0x9c, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x07, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc7, 0x35, 0x00, 0x00, 0x00, 0x00, 0x70, 0x02,\r
-0x40, 0x00, 0xdf, 0xab, 0x00, 0x00, 0x02, 0x04,\r
-0x05, 0xb4, 0x01, 0x01, 0x04, 0x02 };\r
-\r
-char pkt2[] = {\r
-0x00, 0x14, 0x22, 0xcb, 0x18, 0x2d, 0x00, 0x01,\r
-0x02, 0x45, 0x09, 0x11, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x2c, 0x00, 0x01, 0x00, 0x00, 0x40, 0x06,\r
-0xf8, 0xa6, 0xc0, 0xa8, 0x00, 0x0c, 0xc0, 0xa8,\r
-0x00, 0xc8, 0x00, 0x50, 0x0f, 0xe2, 0x00, 0x00,\r
-0x06, 0x68, 0x09, 0xe7, 0xc7, 0x36, 0x60, 0x12,\r
-0x05, 0x92, 0x28, 0xca, 0x00, 0x00, 0x02, 0x04,\r
-0x05, 0x92 };\r
-\r
-char pkt3[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x28, 0x09, 0x9e, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x0d, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc7, 0x36, 0x00, 0x00, 0x06, 0x69, 0x50, 0x10,\r
-0x42, 0xd8, 0x82, 0x3f, 0x00, 0x00 };\r
-\r
-char pkt4[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x02, 0x27, 0x09, 0x9f, 0x40, 0x00, 0x80, 0x06,\r
-0x6d, 0x0d, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc7, 0x36, 0x00, 0x00, 0x06, 0x69, 0x50, 0x18,\r
-0x42, 0xd8, 0x84, 0x3e, 0x00, 0x00, 0x47, 0x45,\r
-0x54, 0x20, 0x2f, 0x20, 0x48, 0x54, 0x54, 0x50,\r
-0x2f, 0x31, 0x2e, 0x31, 0x0d, 0x0a, 0x41, 0x63,\r
-0x63, 0x65, 0x70, 0x74, 0x3a, 0x20, 0x69, 0x6d,\r
-0x61, 0x67, 0x65, 0x2f, 0x67, 0x69, 0x66, 0x2c,\r
-0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x78,\r
-0x2d, 0x78, 0x62, 0x69, 0x74, 0x6d, 0x61, 0x70,\r
-0x2c, 0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f,\r
-0x6a, 0x70, 0x65, 0x67, 0x2c, 0x20, 0x69, 0x6d,\r
-0x61, 0x67, 0x65, 0x2f, 0x70, 0x6a, 0x70, 0x65,\r
-0x67, 0x2c, 0x20, 0x61, 0x70, 0x70, 0x6c, 0x69,\r
-0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76,\r
-0x6e, 0x64, 0x2e, 0x6d, 0x73, 0x2d, 0x65, 0x78,\r
-0x63, 0x65, 0x6c, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x6d, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x2c,\r
-0x20, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,\r
-0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x6e, 0x64,\r
-0x2e, 0x6d, 0x73, 0x2d, 0x70, 0x6f, 0x77, 0x65,\r
-0x72, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2c, 0x20,\r
-0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,\r
-0x69, 0x6f, 0x6e, 0x2f, 0x78, 0x2d, 0x6d, 0x73,\r
-0x2d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,\r
-0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x61, 0x70,\r
-0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,\r
-0x6e, 0x2f, 0x78, 0x2d, 0x6d, 0x73, 0x2d, 0x78,\r
-0x62, 0x61, 0x70, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x76, 0x6e, 0x64, 0x2e, 0x6d, 0x73, 0x2d,\r
-0x78, 0x70, 0x73, 0x64, 0x6f, 0x63, 0x75, 0x6d,\r
-0x65, 0x6e, 0x74, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x78, 0x61, 0x6d, 0x6c, 0x2b, 0x78, 0x6d,\r
-0x6c, 0x2c, 0x20, 0x2a, 0x2f, 0x2a, 0x0d, 0x0a,\r
-0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x2d, 0x4c,\r
-0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x3a,\r
-0x20, 0x65, 0x6e, 0x2d, 0x67, 0x62, 0x0d, 0x0a,\r
-0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x2d, 0x45,\r
-0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x3a,\r
-0x20, 0x67, 0x7a, 0x69, 0x70, 0x2c, 0x20, 0x64,\r
-0x65, 0x66, 0x6c, 0x61, 0x74, 0x65, 0x0d, 0x0a,\r
-0x55, 0x73, 0x65, 0x72, 0x2d, 0x41, 0x67, 0x65,\r
-0x6e, 0x74, 0x3a, 0x20, 0x4d, 0x6f, 0x7a, 0x69,\r
-0x6c, 0x6c, 0x61, 0x2f, 0x34, 0x2e, 0x30, 0x20,\r
-0x28, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69,\r
-0x62, 0x6c, 0x65, 0x3b, 0x20, 0x4d, 0x53, 0x49,\r
-0x45, 0x20, 0x36, 0x2e, 0x30, 0x3b, 0x20, 0x57,\r
-0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x20, 0x4e,\r
-0x54, 0x20, 0x35, 0x2e, 0x31, 0x3b, 0x20, 0x53,\r
-0x56, 0x31, 0x3b, 0x20, 0x47, 0x6f, 0x6f, 0x67,\r
-0x6c, 0x65, 0x54, 0x35, 0x3b, 0x20, 0x2e, 0x4e,\r
-0x45, 0x54, 0x20, 0x43, 0x4c, 0x52, 0x20, 0x32,\r
-0x2e, 0x30, 0x2e, 0x35, 0x30, 0x37, 0x32, 0x37,\r
-0x3b, 0x20, 0x2e, 0x4e, 0x45, 0x54, 0x20, 0x43,\r
-0x4c, 0x52, 0x20, 0x33, 0x2e, 0x30, 0x2e, 0x30,\r
-0x34, 0x35, 0x30, 0x36, 0x2e, 0x36, 0x34, 0x38,\r
-0x3b, 0x20, 0x2e, 0x4e, 0x45, 0x54, 0x20, 0x43,\r
-0x4c, 0x52, 0x20, 0x33, 0x2e, 0x35, 0x2e, 0x32,\r
-0x31, 0x30, 0x32, 0x32, 0x29, 0x0d, 0x0a, 0x48,\r
-0x6f, 0x73, 0x74, 0x3a, 0x20, 0x31, 0x39, 0x32,\r
-0x2e, 0x31, 0x36, 0x38, 0x2e, 0x30, 0x2e, 0x31,\r
-0x32, 0x0d, 0x0a, 0x43, 0x6f, 0x6e, 0x6e, 0x65,\r
-0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x4b,\r
-0x65, 0x65, 0x70, 0x2d, 0x41, 0x6c, 0x69, 0x76,\r
-0x65, 0x0d, 0x0a, 0x0d, 0x0a };\r
-\r
-char pkt5[] = {\r
-0x00, 0x14, 0x22, 0xcb, 0x18, 0x2d, 0x00, 0x01,\r
-0x02, 0x45, 0x09, 0x11, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x2c, 0x00, 0x02, 0x00, 0x00, 0x40, 0x06,\r
-0xf8, 0xa5, 0xc0, 0xa8, 0x00, 0x0c, 0xc0, 0xa8,\r
-0x00, 0xc8, 0x00, 0x50, 0x0f, 0xe2, 0x00, 0x00,\r
-0x06, 0x68, 0x09, 0xe7, 0xc7, 0x36, 0x60, 0x12,\r
-0x05, 0x92, 0x28, 0xca, 0x00, 0x00, 0x02, 0x04,\r
-0x05, 0x92 };\r
-\r
-char pkt6[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x28, 0x09, 0xa1, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x0a, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc9, 0x35, 0x00, 0x00, 0x06, 0x69, 0x50, 0x10,\r
-0x42, 0xd8, 0x82, 0x3f, 0x00, 0x00 };\r
-\r
-char pkt7[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x02, 0x27, 0x09, 0xa2, 0x40, 0x00, 0x80, 0x06,\r
-0x6d, 0x0a, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc7, 0x36, 0x00, 0x00, 0x06, 0x69, 0x50, 0x18,\r
-0x42, 0xd8, 0x84, 0x3e, 0x00, 0x00, 0x47, 0x45,\r
-0x54, 0x20, 0x2f, 0x20, 0x48, 0x54, 0x54, 0x50,\r
-0x2f, 0x31, 0x2e, 0x31, 0x0d, 0x0a, 0x41, 0x63,\r
-0x63, 0x65, 0x70, 0x74, 0x3a, 0x20, 0x69, 0x6d,\r
-0x61, 0x67, 0x65, 0x2f, 0x67, 0x69, 0x66, 0x2c,\r
-0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x78,\r
-0x2d, 0x78, 0x62, 0x69, 0x74, 0x6d, 0x61, 0x70,\r
-0x2c, 0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f,\r
-0x6a, 0x70, 0x65, 0x67, 0x2c, 0x20, 0x69, 0x6d,\r
-0x61, 0x67, 0x65, 0x2f, 0x70, 0x6a, 0x70, 0x65,\r
-0x67, 0x2c, 0x20, 0x61, 0x70, 0x70, 0x6c, 0x69,\r
-0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76,\r
-0x6e, 0x64, 0x2e, 0x6d, 0x73, 0x2d, 0x65, 0x78,\r
-0x63, 0x65, 0x6c, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x6d, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x2c,\r
-0x20, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,\r
-0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x6e, 0x64,\r
-0x2e, 0x6d, 0x73, 0x2d, 0x70, 0x6f, 0x77, 0x65,\r
-0x72, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2c, 0x20,\r
-0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,\r
-0x69, 0x6f, 0x6e, 0x2f, 0x78, 0x2d, 0x6d, 0x73,\r
-0x2d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,\r
-0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x61, 0x70,\r
-0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,\r
-0x6e, 0x2f, 0x78, 0x2d, 0x6d, 0x73, 0x2d, 0x78,\r
-0x62, 0x61, 0x70, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x76, 0x6e, 0x64, 0x2e, 0x6d, 0x73, 0x2d,\r
-0x78, 0x70, 0x73, 0x64, 0x6f, 0x63, 0x75, 0x6d,\r
-0x65, 0x6e, 0x74, 0x2c, 0x20, 0x61, 0x70, 0x70,\r
-0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,\r
-0x2f, 0x78, 0x61, 0x6d, 0x6c, 0x2b, 0x78, 0x6d,\r
-0x6c, 0x2c, 0x20, 0x2a, 0x2f, 0x2a, 0x0d, 0x0a,\r
-0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x2d, 0x4c,\r
-0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x3a,\r
-0x20, 0x65, 0x6e, 0x2d, 0x67, 0x62, 0x0d, 0x0a,\r
-0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x2d, 0x45,\r
-0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x3a,\r
-0x20, 0x67, 0x7a, 0x69, 0x70, 0x2c, 0x20, 0x64,\r
-0x65, 0x66, 0x6c, 0x61, 0x74, 0x65, 0x0d, 0x0a,\r
-0x55, 0x73, 0x65, 0x72, 0x2d, 0x41, 0x67, 0x65,\r
-0x6e, 0x74, 0x3a, 0x20, 0x4d, 0x6f, 0x7a, 0x69,\r
-0x6c, 0x6c, 0x61, 0x2f, 0x34, 0x2e, 0x30, 0x20,\r
-0x28, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69,\r
-0x62, 0x6c, 0x65, 0x3b, 0x20, 0x4d, 0x53, 0x49,\r
-0x45, 0x20, 0x36, 0x2e, 0x30, 0x3b, 0x20, 0x57,\r
-0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x20, 0x4e,\r
-0x54, 0x20, 0x35, 0x2e, 0x31, 0x3b, 0x20, 0x53,\r
-0x56, 0x31, 0x3b, 0x20, 0x47, 0x6f, 0x6f, 0x67,\r
-0x6c, 0x65, 0x54, 0x35, 0x3b, 0x20, 0x2e, 0x4e,\r
-0x45, 0x54, 0x20, 0x43, 0x4c, 0x52, 0x20, 0x32,\r
-0x2e, 0x30, 0x2e, 0x35, 0x30, 0x37, 0x32, 0x37,\r
-0x3b, 0x20, 0x2e, 0x4e, 0x45, 0x54, 0x20, 0x43,\r
-0x4c, 0x52, 0x20, 0x33, 0x2e, 0x30, 0x2e, 0x30,\r
-0x34, 0x35, 0x30, 0x36, 0x2e, 0x36, 0x34, 0x38,\r
-0x3b, 0x20, 0x2e, 0x4e, 0x45, 0x54, 0x20, 0x43,\r
-0x4c, 0x52, 0x20, 0x33, 0x2e, 0x35, 0x2e, 0x32,\r
-0x31, 0x30, 0x32, 0x32, 0x29, 0x0d, 0x0a, 0x48,\r
-0x6f, 0x73, 0x74, 0x3a, 0x20, 0x31, 0x39, 0x32,\r
-0x2e, 0x31, 0x36, 0x38, 0x2e, 0x30, 0x2e, 0x31,\r
-0x32, 0x0d, 0x0a, 0x43, 0x6f, 0x6e, 0x6e, 0x65,\r
-0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x4b,\r
-0x65, 0x65, 0x70, 0x2d, 0x41, 0x6c, 0x69, 0x76,\r
-0x65, 0x0d, 0x0a, 0x0d, 0x0a };\r
-\r
-char pkt8[] = {\r
-0x00, 0x14, 0x22, 0xcb, 0x18, 0x2d, 0x00, 0x01,\r
-0x02, 0x45, 0x09, 0x11, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x2c, 0x00, 0x03, 0x00, 0x00, 0x40, 0x06,\r
-0xf8, 0xa4, 0xc0, 0xa8, 0x00, 0x0c, 0xc0, 0xa8,\r
-0x00, 0xc8, 0x00, 0x50, 0x0f, 0xe2, 0x00, 0x00,\r
-0x06, 0x68, 0x09, 0xe7, 0xc7, 0x36, 0x60, 0x12,\r
-0x05, 0x92, 0x28, 0xca, 0x00, 0x00, 0x02, 0x04,\r
-0x05, 0x92 };\r
-\r
-char pkt9[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x28, 0x09, 0xa3, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x08, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc9, 0x35, 0x00, 0x00, 0x06, 0x69, 0x50, 0x10,\r
-0x42, 0xd8, 0x82, 0x3f, 0x00, 0x00 };\r
-\r
-char pkt10[] = {\r
-0x00, 0x14, 0x22, 0xcb, 0x18, 0x2d, 0x00, 0x01,\r
-0x02, 0x45, 0x09, 0x11, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x2c, 0x00, 0x04, 0x00, 0x00, 0x40, 0x06,\r
-0xf8, 0xa3, 0xc0, 0xa8, 0x00, 0x0c, 0xc0, 0xa8,\r
-0x00, 0xc8, 0x00, 0x50, 0x0f, 0xe2, 0x00, 0x00,\r
-0x06, 0x68, 0x09, 0xe7, 0xc7, 0x36, 0x60, 0x12,\r
-0x05, 0x92, 0x28, 0xca, 0x00, 0x00, 0x02, 0x04,\r
-0x05, 0x92 };\r
-\r
-char pkt11[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x28, 0x09, 0xa6, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x05, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc9, 0x35, 0x00, 0x00, 0x06, 0x69, 0x50, 0x10,\r
-0x42, 0xd8, 0x82, 0x3f, 0x00, 0x00 };\r
-\r
-char pkt12[] = {\r
-0x00, 0x01, 0x02, 0x45, 0x09, 0x11, 0x00, 0x14,\r
-0x22, 0xcb, 0x18, 0x2d, 0x08, 0x00, 0x45, 0x00,\r
-0x00, 0x28, 0x09, 0xa7, 0x40, 0x00, 0x80, 0x06,\r
-0x6f, 0x04, 0xc0, 0xa8, 0x00, 0xc8, 0xc0, 0xa8,\r
-0x00, 0x0c, 0x0f, 0xe2, 0x00, 0x50, 0x09, 0xe7,\r
-0xc9, 0x35, 0x00, 0x00, 0x06, 0x69, 0x50, 0x14,\r
-0x00, 0x00, 0x43, 0xf4, 0x00, 0x00 };\r
-\r
-\r
-typedef struct\r
-{\r
-       char *pcData;\r
-       int iDataLen;\r
-} xPacketData;\r
-\r
-xPacketData xAllPackets[] =\r
-{\r
-       { pkt1, sizeof( pkt1 ) },\r
-//     { pkt2, sizeof( pkt2 ) },\r
-       { pkt3, sizeof( pkt3 ) },\r
-       { pkt4, sizeof( pkt4 ) },\r
-//     { pkt5, sizeof( pkt5 ) },\r
-       { pkt6, sizeof( pkt6 ) },\r
-       { pkt7, sizeof( pkt7 ) },\r
-       { pkt8, sizeof( pkt8 ) },\r
-       { pkt9, sizeof( pkt9 ) },\r
-       { pkt10, sizeof( pkt10 ) },\r
-//     { pkt11, sizeof( pkt11 ) },\r
-//     { pkt12, sizeof( pkt12 ) },\r
-//     { pkt13, sizeof( pkt13 ) },\r
-//     { pkt14, sizeof( pkt14 ) },\r
-//     { pkt15, sizeof( pkt15 ) },\r
-//     { pkt16, sizeof( pkt16 ) },\r
-};\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Win32-Extensions.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/Win32-Extensions.h
deleted file mode 100644 (file)
index d3b063b..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-/*\r
- * Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)\r
- * Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)\r
- * All rights reserved.\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions\r
- * are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright\r
- * notice, this list of conditions and the following disclaimer.\r
- * 2. Redistributions in binary form must reproduce the above copyright\r
- * notice, this list of conditions and the following disclaimer in the\r
- * documentation and/or other materials provided with the distribution.\r
- * 3. Neither the name of the Politecnico di Torino, CACE Technologies \r
- * nor the names of its contributors may be used to endorse or promote \r
- * products derived from this software without specific prior written \r
- * permission.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- */\r
-\r
-#ifndef __WIN32_EXTENSIONS_H__\r
-#define __WIN32_EXTENSIONS_H__\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-/* Definitions */\r
-\r
-/*!\r
-  \brief A queue of raw packets that will be sent to the network with pcap_sendqueue_transmit().\r
-*/\r
-struct pcap_send_queue\r
-{\r
-       u_int maxlen;           ///< Maximum size of the the queue, in bytes. This variable contains the size of the buffer field.\r
-       u_int len;                      ///< Current size of the queue, in bytes.\r
-       char *buffer;           ///< Buffer containing the packets to be sent.\r
-};\r
-\r
-typedef struct pcap_send_queue pcap_send_queue;\r
-\r
-/*!\r
-  \brief This typedef is a support for the pcap_get_airpcap_handle() function\r
-*/\r
-#if !defined(AIRPCAP_HANDLE__EAE405F5_0171_9592_B3C2_C19EC426AD34__DEFINED_)\r
-#define AIRPCAP_HANDLE__EAE405F5_0171_9592_B3C2_C19EC426AD34__DEFINED_\r
-typedef struct _AirpcapHandle *PAirpcapHandle;\r
-#endif\r
-\r
-#define                BPF_MEM_EX_IMM  0xc0\r
-#define                BPF_MEM_EX_IND  0xe0\r
-\r
-/*used for ST*/\r
-#define                BPF_MEM_EX              0xc0\r
-#define                BPF_TME                                 0x08\r
-\r
-#define                BPF_LOOKUP                              0x90   \r
-#define                BPF_EXECUTE                             0xa0\r
-#define                BPF_INIT                                0xb0\r
-#define                BPF_VALIDATE                    0xc0\r
-#define                BPF_SET_ACTIVE                  0xd0\r
-#define                BPF_RESET                               0xe0\r
-#define                BPF_SET_MEMORY                  0x80\r
-#define                BPF_GET_REGISTER_VALUE  0x70\r
-#define                BPF_SET_REGISTER_VALUE  0x60\r
-#define                BPF_SET_WORKING                 0x50\r
-#define                BPF_SET_ACTIVE_READ             0x40\r
-#define                BPF_SET_AUTODELETION    0x30\r
-#define                BPF_SEPARATION                  0xff\r
-\r
-/* Prototypes */\r
-pcap_send_queue* pcap_sendqueue_alloc(u_int memsize);\r
-\r
-void pcap_sendqueue_destroy(pcap_send_queue* queue);\r
-\r
-int pcap_sendqueue_queue(pcap_send_queue* queue, const struct pcap_pkthdr *pkt_header, const u_char *pkt_data);\r
-\r
-u_int pcap_sendqueue_transmit(pcap_t *p, pcap_send_queue* queue, int sync);\r
-\r
-HANDLE pcap_getevent(pcap_t *p);\r
-\r
-struct pcap_stat *pcap_stats_ex(pcap_t *p, int *pcap_stat_size);\r
-\r
-int pcap_setuserbuffer(pcap_t *p, int size);\r
-\r
-int pcap_live_dump(pcap_t *p, char *filename, int maxsize, int maxpacks);\r
-\r
-int pcap_live_dump_ended(pcap_t *p, int sync);\r
-\r
-int pcap_offline_filter(struct bpf_program *prog, const struct pcap_pkthdr *header, const u_char *pkt_data);\r
-\r
-int pcap_start_oem(char* err_str, int flags);\r
-\r
-PAirpcapHandle pcap_get_airpcap_handle(pcap_t *p);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif //__WIN32_EXTENSIONS_H__\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
deleted file mode 100644 (file)
index f038826..0000000
+++ /dev/null
@@ -1,336 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* WinPCap includes. */\r
-#include "pcap.h"\r
-#include "remote-ext.h"\r
-\r
-/* uIP includes. */\r
-#include "net/uip.h"\r
-#include "net/uip_arp.h"\r
-#include "net/clock-arch.h"\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-\r
-/*\r
- * Query the computer the simulation is being executed on to find the network\r
- * interfaces it has installed.\r
- */\r
-static pcap_if_t * prvPrintAvailableNetworkInterfaces( void );\r
-\r
-/*\r
- * Open the network interface.  The number of the interface to be opened is set\r
- * by the configNETWORK_INTERFACE_TO_USE constant in FreeRTOSConfig.h.\r
- */\r
-static void prvOpenSelectedNetworkInterface( pcap_if_t *pxAllNetworkInterfaces );\r
-\r
-/*\r
- * Configure the capture filter to allow blocking reads, and to filter out\r
- * packets that are not of interest to this demo.\r
- */\r
-static void prvConfigureCaptureBehaviour( void );\r
-\r
-pcap_t *pxOpenedInterfaceHandle = NULL;\r
-LARGE_INTEGER freq, sys_start_time;\r
-\r
-#define archNUM_BUFFERS        5\r
-#define archNUM_BUFFER_POINTERS ( archNUM_BUFFERS - 1 )\r
-\r
-static void prvInterruptSimulator( void *pvParameters );\r
-\r
-static unsigned char ucEthernetBuffer[ archNUM_BUFFERS ][ UIP_CONF_BUFFER_SIZE ];\r
-static unsigned char *pucEthernetBufferPointers[ archNUM_BUFFER_POINTERS ];\r
-\r
-static long lLengthOfDataInBuffer[ archNUM_BUFFER_POINTERS ] = { 0 };\r
-static unsigned char ucNextBufferToFill = 0U, ucNextBufferToProcess = 0U;\r
-\r
-unsigned char *uip_buf = NULL;\r
-char cErrorBuffer[PCAP_ERRBUF_SIZE];\r
-\r
-void vNetifTx( void )\r
-{\r
-       pcap_sendpacket( pxOpenedInterfaceHandle, uip_buf, uip_len );\r
-       pcap_sendpacket( pxOpenedInterfaceHandle, uip_buf, uip_len );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-UBaseType_t uxNetifRx( void )\r
-{\r
-UBaseType_t xDataLen;\r
-unsigned char *pucTemp;\r
-\r
-       /* Check there is really data available. */\r
-       xDataLen = lLengthOfDataInBuffer[ ucNextBufferToProcess ];\r
-       if( xDataLen != 0L )\r
-       {\r
-\r
-               /* The buffer pointed to by uip_buf is going to change.  Remember which\r
-               buffer uip_buf is currently pointing to. */\r
-               pucTemp = uip_buf;\r
-\r
-               /* Point uip_buf at the next buffer that contains data. */\r
-               uip_buf = pucEthernetBufferPointers[ ucNextBufferToProcess ];\r
-\r
-               /* The buffer pointed to by \r
-               pucEthernetBufferPointeres[ ucNextBufferToProcess ] is now in use by\r
-               uip_buf, but the buffer uip_buf was pointing to on entry to this\r
-               function is free.  Set \r
-               pucEthernetBufferPointeres[ ucNextBufferToProcess ] to the free \r
-               buffer. */\r
-               pucEthernetBufferPointers[ ucNextBufferToProcess ] = pucTemp;\r
-               lLengthOfDataInBuffer[ ucNextBufferToProcess ] = 0L;\r
-\r
-               ucNextBufferToProcess++;\r
-               if( ucNextBufferToProcess >= archNUM_BUFFER_POINTERS )\r
-               {\r
-                       ucNextBufferToProcess = 0L;\r
-               }\r
-       }\r
-\r
-       return xDataLen;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetifInit( void )\r
-{\r
-BaseType_t x;\r
-pcap_if_t *pxAllNetworkInterfaces;\r
-\r
-       /* Allocate a free buffer to each buffer pointer. */\r
-       for( x = 0; x < sizeof( pucEthernetBufferPointers ) / sizeof( unsigned char * ); x++ )\r
-       {\r
-               pucEthernetBufferPointers[ x ] = &( ucEthernetBuffer[ x ][ 0 ] );\r
-       }\r
-\r
-       /* Start with uip_buf pointing to a buffer that is not referenced from the\r
-       pucEthernetBufferPointers[] array. */\r
-       uip_buf = &( ucEthernetBuffer[ archNUM_BUFFERS - 1 ][ 0 ] );\r
-\r
-       /* Query the computer the simulation is being executed on to find the \r
-       network interfaces it has installed. */\r
-       pxAllNetworkInterfaces = prvPrintAvailableNetworkInterfaces();\r
-       \r
-       /* Open the network interface.  The number of the interface to be opened is \r
-       set by the configNETWORK_INTERFACE_TO_USE constant in FreeRTOSConfig.h.\r
-       Calling this function will set the pxOpenedInterfaceHandle variable.  If,\r
-       after calling this function, pxOpenedInterfaceHandle is equal to NULL, then\r
-       the interface could not be opened. */\r
-       if( pxAllNetworkInterfaces != NULL )\r
-       {\r
-               prvOpenSelectedNetworkInterface( pxAllNetworkInterfaces );\r
-       }\r
-       \r
-\r
-       return x;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static pcap_if_t * prvPrintAvailableNetworkInterfaces( void )\r
-{    \r
-pcap_if_t * pxAllNetworkInterfaces = NULL, *xInterface;\r
-long lInterfaceNumber = 1;\r
-\r
-    if( pcap_findalldevs_ex( PCAP_SRC_IF_STRING, NULL, &pxAllNetworkInterfaces, cErrorBuffer ) == -1 )\r
-    {\r
-        printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer );\r
-        pxAllNetworkInterfaces = NULL;\r
-    }\r
-\r
-       if( pxAllNetworkInterfaces != NULL )\r
-       {\r
-               /* Print out the list of network interfaces.  The first in the list\r
-               is interface '1', not interface '0'. */\r
-               for( xInterface = pxAllNetworkInterfaces; xInterface != NULL; xInterface = xInterface->next )\r
-               {\r
-                       printf( "%d. %s", lInterfaceNumber, xInterface->name );\r
-                       \r
-                       if( xInterface->description != NULL )\r
-                       {\r
-                               printf( " (%s)\r\n", xInterface->description );\r
-                       }\r
-                       else\r
-                       {\r
-                               printf( " (No description available)\r\n") ;\r
-                       }\r
-                       \r
-                       lInterfaceNumber++;\r
-               }\r
-       }\r
-\r
-    if( lInterfaceNumber == 1 )\r
-    {\r
-               /* The interface number was never incremented, so the above for() loop\r
-               did not execute meaning no interfaces were found. */\r
-        printf( " \r\nNo network interfaces were found.\r\n" );\r
-        pxAllNetworkInterfaces = NULL;\r
-    }\r
-\r
-       printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which should be defined in FreeRTOSConfig.h\r\n" );\r
-       printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE );\r
-       \r
-    if( ( configNETWORK_INTERFACE_TO_USE < 1L ) || ( configNETWORK_INTERFACE_TO_USE > lInterfaceNumber ) )\r
-    {\r
-        printf("\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" );\r
-               \r
-               if( pxAllNetworkInterfaces != NULL )\r
-               {\r
-                       /* Free the device list, as no devices are going to be opened. */\r
-                       pcap_freealldevs( pxAllNetworkInterfaces );\r
-                       pxAllNetworkInterfaces = NULL;\r
-               }\r
-    }\r
-\r
-       return pxAllNetworkInterfaces;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvOpenSelectedNetworkInterface( pcap_if_t *pxAllNetworkInterfaces )\r
-{\r
-pcap_if_t *xInterface;\r
-long x;\r
-\r
-    /* Walk the list of devices until the selected device is located. */\r
-       xInterface = pxAllNetworkInterfaces;\r
-    for( x = 0L; x < ( configNETWORK_INTERFACE_TO_USE - 1L ); x++ )\r
-       {\r
-               xInterface = xInterface->next;\r
-       }\r
-\r
-    /* Open the selected interface. */\r
-       pxOpenedInterfaceHandle = pcap_open(    xInterface->name,               /* The name of the selected interface. */\r
-                                                                                       UIP_CONF_BUFFER_SIZE,           /* The size of the packet to capture. */\r
-                                                                                       PCAP_OPENFLAG_PROMISCUOUS,      /* Open in promiscious mode as the MAC and \r
-                                                                                                                                               IP address is going to be "simulated", and \r
-                                                                                                                                               not be the real MAC and IP address.  This allows\r
-                                                                                                                                               trafic to the simulated IP address to be routed\r
-                                                                                                                                               to uIP, and trafic to the real IP address to be\r
-                                                                                                                                               routed to the Windows TCP/IP stack. */\r
-                                                                                       0xfffffffL,                     /* The read time out.  This is going to block\r
-                                                                                                                                               until data is available. */\r
-                                                                                       NULL,                                   /* No authentication is required as this is\r
-                                                                                                                                               not a remote capture session. */\r
-                                                                                       cErrorBuffer            \r
-                                                                          );\r
-                                                                          \r
-    if ( pxOpenedInterfaceHandle == NULL )\r
-    {\r
-        printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name );\r
-    }\r
-       else\r
-       {\r
-               /* Configure the capture filter to allow blocking reads, and to filter \r
-               out packets that are not of interest to this demo. */\r
-               prvConfigureCaptureBehaviour();\r
-       }\r
-\r
-       /* The device list is no longer required. */\r
-       pcap_freealldevs( pxAllNetworkInterfaces );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvConfigureCaptureBehaviour( void )\r
-{\r
-struct bpf_program xFilterCode;\r
-const long lMinBytesToCopy = 10L, lBlocking = 0L;\r
-unsigned long ulNetMask;\r
-\r
-       /* Unblock a read as soon as anything is received. */\r
-       pcap_setmintocopy( pxOpenedInterfaceHandle, lMinBytesToCopy );\r
-\r
-       /* Allow blocking. */\r
-       pcap_setnonblock( pxOpenedInterfaceHandle, lBlocking, cErrorBuffer );\r
-\r
-       /* Set up a filter so only the packets of interest are passed to the uIP\r
-       stack.  cErrorBuffer is used for convenience to create the string.  Don't\r
-       confuse this with an error message. */\r
-       sprintf( cErrorBuffer, "broadcast or multicast or host %d.%d.%d.%d", configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_ADDR3 );\r
-\r
-       ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) | configNET_MASK0;\r
-\r
-       if( pcap_compile(pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 )\r
-    {\r
-        printf("\r\nThe packet filter string is invalid\r\n" );\r
-    }\r
-       else\r
-       {    \r
-               if( pcap_setfilter( pxOpenedInterfaceHandle, &xFilterCode ) < 0 )\r
-               {\r
-                       printf( "\r\nAn error occurred setting the packet filter.\r\n" );\r
-               }\r
-       }\r
-\r
-       /* Create a task that simulates an interrupt in a real system.  This will\r
-       block waiting for packets, then send a message to the uIP task when data\r
-       is available. */\r
-       xTaskCreate( prvInterruptSimulator, "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, ( configuIP_TASK_PRIORITY - 1 ), NULL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvInterruptSimulator( void *pvParameters )\r
-{\r
-static struct pcap_pkthdr *pxHeader;\r
-const unsigned char *pucPacketData;\r
-extern xQueueHandle xEMACEventQueue;\r
-const unsigned long ulRxEvent = uipETHERNET_RX_EVENT;\r
-long lResult;\r
-\r
-       /* Just to kill the compiler warning. */\r
-       ( void ) pvParameters;\r
-\r
-       for( ;; )\r
-       {\r
-               /* Get the next packet. */\r
-               lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData );\r
-               if( lResult )\r
-               {\r
-                       /* Is the next buffer into which data should be placed free? */\r
-                       if( lLengthOfDataInBuffer[ ucNextBufferToFill ] == 0L )\r
-                       {\r
-                               /* Copy the data from the captured packet into the buffer. */\r
-                               memcpy( pucEthernetBufferPointers[ ucNextBufferToFill ], pucPacketData, pxHeader->len );\r
-\r
-                               /* Note the amount of data that was copied. */\r
-                               lLengthOfDataInBuffer[ ucNextBufferToFill ] = pxHeader->len;\r
-\r
-                               /* Move onto the next buffer, wrapping around if necessary. */\r
-                               ucNextBufferToFill++;\r
-                               if( ucNextBufferToFill >= archNUM_BUFFER_POINTERS )\r
-                               {\r
-                                       ucNextBufferToFill = 0U;\r
-                               }\r
-\r
-                               /* Data was received and stored.  Send a message to the uIP task\r
-                               to let it know. */\r
-                               xQueueSendToBack( xEMACEventQueue, &ulRxEvent, portMAX_DELAY );\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/bittypes.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/bittypes.h
deleted file mode 100644 (file)
index f55fcec..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-/*
- * Copyright (C) 1999 WIDE Project.
- * All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the project nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- * 
- * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-#ifndef _BITTYPES_H
-#define _BITTYPES_H
-
-#ifndef HAVE_U_INT8_T
-
-#if SIZEOF_CHAR == 1
-typedef unsigned char u_int8_t;
-typedef signed char _int8_t;
-#elif SIZEOF_INT == 1
-typedef unsigned int u_int8_t;
-typedef signed int int8_t;
-#else  /* XXX */
-#error "there's no appropriate type for u_int8_t"
-#endif
-#define HAVE_U_INT8_T 1
-#define HAVE_INT8_T 1
-
-#endif /* HAVE_U_INT8_T */
-
-#ifndef HAVE_U_INT16_T 
-
-#if SIZEOF_SHORT == 2
-typedef unsigned short u_int16_t;
-typedef signed short _int16_t;
-#elif SIZEOF_INT == 2
-typedef unsigned int u_int16_t;
-typedef signed int int16_t;
-#elif SIZEOF_CHAR == 2
-typedef unsigned char u_int16_t;
-typedef signed char int16_t;
-#else  /* XXX */
-#error "there's no appropriate type for u_int16_t"
-#endif
-#define HAVE_U_INT16_T 1
-#define HAVE_INT16_T 1
-
-#endif /* HAVE_U_INT16_T */
-
-#ifndef HAVE_U_INT32_T
-
-#if SIZEOF_INT == 4
-typedef unsigned int u_int32_t;
-typedef signed int _int32_t;
-#elif SIZEOF_LONG == 4
-typedef unsigned long u_int32_t;
-typedef signed long int32_t;
-#elif SIZEOF_SHORT == 4
-typedef unsigned short u_int32_t;
-typedef signed short int32_t;
-#else  /* XXX */
-#error "there's no appropriate type for u_int32_t"
-#endif
-#define HAVE_U_INT32_T 1
-#define HAVE_INT32_T 1
-
-#endif /* HAVE_U_INT32_T */
-
-#ifndef HAVE_U_INT64_T
-#if SIZEOF_LONG_LONG == 8
-typedef unsigned long long u_int64_t;
-typedef long long int64_t;
-#elif defined(_MSC_EXTENSIONS)
-typedef unsigned _int64 u_int64_t;
-typedef _int64 int64_t;
-#elif SIZEOF_INT == 8
-typedef unsigned int u_int64_t;
-#elif SIZEOF_LONG == 8
-typedef unsigned long u_int64_t;
-#elif SIZEOF_SHORT == 8
-typedef unsigned short u_int64_t;
-#else  /* XXX */
-#error "there's no appropriate type for u_int64_t"
-#endif
-
-#endif /* HAVE_U_INT64_T */
-
-#ifndef PRId64
-#ifdef _MSC_EXTENSIONS
-#define PRId64 "I64d"
-#else /* _MSC_EXTENSIONS */
-#define PRId64 "lld"
-#endif /* _MSC_EXTENSIONS */
-#endif /* PRId64 */
-
-#ifndef PRIo64
-#ifdef _MSC_EXTENSIONS
-#define PRIo64 "I64o"
-#else /* _MSC_EXTENSIONS */
-#define PRIo64 "llo"
-#endif /* _MSC_EXTENSIONS */
-#endif /* PRIo64 */
-
-#ifndef PRIx64
-#ifdef _MSC_EXTENSIONS
-#define PRIx64 "I64x"
-#else /* _MSC_EXTENSIONS */
-#define PRIx64 "llx"
-#endif /* _MSC_EXTENSIONS */
-#endif /* PRIx64 */
-
-#ifndef PRIu64
-#ifdef _MSC_EXTENSIONS
-#define PRIu64 "I64u"
-#else /* _MSC_EXTENSIONS */
-#define PRIu64 "llu"
-#endif /* _MSC_EXTENSIONS */
-#endif /* PRIu64 */
-
-#endif /* _BITTYPES_H */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/ip6_misc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/ip6_misc.h
deleted file mode 100644 (file)
index 562fa61..0000000
+++ /dev/null
@@ -1,163 +0,0 @@
-/*
- * Copyright (c) 1993, 1994, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that: (1) source code distributions
- * retain the above copyright notice and this paragraph in its entirety, (2)
- * distributions including binary code include the above copyright notice and
- * this paragraph in its entirety in the documentation or other materials
- * provided with the distribution, and (3) all advertising materials mentioning
- * features or use of this software display the following acknowledgement:
- * ``This product includes software developed by the University of California,
- * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
- * the University nor the names of its contributors may be used to endorse
- * or promote products derived from this software without specific prior
- * written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/Win32/Include/ip6_misc.h,v 1.5 2006-01-22 18:02:18 gianluca Exp $ (LBL)
- */
-
-/*
- * This file contains a collage of declarations for IPv6 from FreeBSD not present in Windows
- */
-
-#include <winsock2.h>
-
-#include <ws2tcpip.h>
-
-#ifndef __MINGW32__
-#define        IN_MULTICAST(a)         IN_CLASSD(a)
-#endif
-
-#define        IN_EXPERIMENTAL(a)      ((((u_int32_t) (a)) & 0xf0000000) == 0xf0000000)
-
-#define        IN_LOOPBACKNET          127
-
-#if defined(__MINGW32__) && defined(DEFINE_ADDITIONAL_IPV6_STUFF)
-/* IPv6 address */
-struct in6_addr
-  {
-    union
-      {
-       u_int8_t                u6_addr8[16];
-       u_int16_t       u6_addr16[8];
-       u_int32_t       u6_addr32[4];
-      } in6_u;
-#define s6_addr                        in6_u.u6_addr8
-#define s6_addr16              in6_u.u6_addr16
-#define s6_addr32              in6_u.u6_addr32
-#define s6_addr64              in6_u.u6_addr64
-  };
-
-#define IN6ADDR_ANY_INIT { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
-#define IN6ADDR_LOOPBACK_INIT { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }
-#endif /* __MINGW32__ */
-
-
-#if (defined _MSC_VER) || (defined(__MINGW32__) && defined(DEFINE_ADDITIONAL_IPV6_STUFF))
-typedef unsigned short sa_family_t;
-#endif
-
-
-#if defined(__MINGW32__) && defined(DEFINE_ADDITIONAL_IPV6_STUFF)
-
-#define        __SOCKADDR_COMMON(sa_prefix) \
-  sa_family_t sa_prefix##family
-
-/* Ditto, for IPv6.  */
-struct sockaddr_in6
-  {
-    __SOCKADDR_COMMON (sin6_);
-    u_int16_t sin6_port;               /* Transport layer port # */
-    u_int32_t sin6_flowinfo;   /* IPv6 flow information */
-    struct in6_addr sin6_addr; /* IPv6 address */
-  };
-
-#define IN6_IS_ADDR_V4MAPPED(a) \
-       ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \
-        (((u_int32_t *) (a))[2] == htonl (0xffff)))
-
-#define IN6_IS_ADDR_MULTICAST(a) (((u_int8_t *) (a))[0] == 0xff)
-
-#define IN6_IS_ADDR_LINKLOCAL(a) \
-       ((((u_int32_t *) (a))[0] & htonl (0xffc00000)) == htonl (0xfe800000))
-
-#define IN6_IS_ADDR_LOOPBACK(a) \
-       (((u_int32_t *) (a))[0] == 0 && ((u_int32_t *) (a))[1] == 0 && \
-        ((u_int32_t *) (a))[2] == 0 && ((u_int32_t *) (a))[3] == htonl (1))
-#endif /* __MINGW32__ */
-
-#define ip6_vfc   ip6_ctlun.ip6_un2_vfc
-#define ip6_flow  ip6_ctlun.ip6_un1.ip6_un1_flow
-#define ip6_plen  ip6_ctlun.ip6_un1.ip6_un1_plen
-#define ip6_nxt   ip6_ctlun.ip6_un1.ip6_un1_nxt
-#define ip6_hlim  ip6_ctlun.ip6_un1.ip6_un1_hlim
-#define ip6_hops  ip6_ctlun.ip6_un1.ip6_un1_hlim
-
-#define nd_rd_type               nd_rd_hdr.icmp6_type
-#define nd_rd_code               nd_rd_hdr.icmp6_code
-#define nd_rd_cksum              nd_rd_hdr.icmp6_cksum
-#define nd_rd_reserved           nd_rd_hdr.icmp6_data32[0]
-
-/*
- *     IPV6 extension headers
- */
-#define IPPROTO_HOPOPTS                0       /* IPv6 hop-by-hop options      */
-#define IPPROTO_IPV6           41  /* IPv6 header.  */
-#define IPPROTO_ROUTING                43      /* IPv6 routing header          */
-#define IPPROTO_FRAGMENT       44      /* IPv6 fragmentation header    */
-#define IPPROTO_ESP            50      /* encapsulating security payload */
-#define IPPROTO_AH             51      /* authentication header        */
-#define IPPROTO_ICMPV6         58      /* ICMPv6                       */
-#define IPPROTO_NONE           59      /* IPv6 no next header          */
-#define IPPROTO_DSTOPTS                60      /* IPv6 destination options     */
-#define IPPROTO_PIM                    103 /* Protocol Independent Multicast.  */
-
-#define         IPV6_RTHDR_TYPE_0 0
-
-/* Option types and related macros */
-#define IP6OPT_PAD1            0x00    /* 00 0 00000 */
-#define IP6OPT_PADN            0x01    /* 00 0 00001 */
-#define IP6OPT_JUMBO           0xC2    /* 11 0 00010 = 194 */
-#define IP6OPT_JUMBO_LEN       6
-#define IP6OPT_ROUTER_ALERT    0x05    /* 00 0 00101 */
-
-#define IP6OPT_RTALERT_LEN     4
-#define IP6OPT_RTALERT_MLD     0       /* Datagram contains an MLD message */
-#define IP6OPT_RTALERT_RSVP    1       /* Datagram contains an RSVP message */
-#define IP6OPT_RTALERT_ACTNET  2       /* contains an Active Networks msg */
-#define IP6OPT_MINLEN          2
-
-#define IP6OPT_BINDING_UPDATE  0xc6    /* 11 0 00110 */
-#define IP6OPT_BINDING_ACK     0x07    /* 00 0 00111 */
-#define IP6OPT_BINDING_REQ     0x08    /* 00 0 01000 */
-#define IP6OPT_HOME_ADDRESS    0xc9    /* 11 0 01001 */
-#define IP6OPT_EID             0x8a    /* 10 0 01010 */
-
-#define IP6OPT_TYPE(o)         ((o) & 0xC0)
-#define IP6OPT_TYPE_SKIP       0x00
-#define IP6OPT_TYPE_DISCARD    0x40
-#define IP6OPT_TYPE_FORCEICMP  0x80
-#define IP6OPT_TYPE_ICMP       0xC0
-
-#define IP6OPT_MUTABLE         0x20
-
-
-#if defined(__MINGW32__) && defined(DEFINE_ADDITIONAL_IPV6_STUFF)
-#ifndef EAI_ADDRFAMILY
-struct addrinfo {
-       int     ai_flags;       /* AI_PASSIVE, AI_CANONNAME */
-       int     ai_family;      /* PF_xxx */
-       int     ai_socktype;    /* SOCK_xxx */
-       int     ai_protocol;    /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
-       size_t  ai_addrlen;     /* length of ai_addr */
-       char    *ai_canonname;  /* canonical name for hostname */
-       struct sockaddr *ai_addr;       /* binary address */
-       struct addrinfo *ai_next;       /* next structure in linked list */
-};
-#endif
-#endif /* __MINGW32__ */
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
deleted file mode 100644 (file)
index 95ebacd..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef NET_IF_H\r
-#define NET_IF_H\r
-\r
-/*\r
- * Send uip_len bytes from uip_buf to the network interface selected by the \r
- * configNETWORK_INTERFACE_TO_USE constant (defined in FreeRTOSConfig.h). \r
- */\r
-void vNetifTx( void );\r
-\r
-/*\r
- * Receive bytes from the network interface selected by the \r
- * configNETWORK_INTERFACE_TO_USE constant (defined in FreeRTOSConfig.h).  The\r
- * bytes are placed in uip_buf.  The number of bytes copied into uip_buf is\r
- * returned.\r
- */\r
-UBaseType_t uxNetifRx( void );\r
-\r
-/*\r
- * Prepare a packet capture session.  This will print out all the network \r
- * interfaces available, and the one actually used is set by the \r
- * configNETWORK_INTERFACE_TO_USE constant that is defined in \r
- * FreeRTOSConfig.h. */\r
-BaseType_t xNetifInit( void );\r
-\r
-#endif /* NET_IF_H */\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-bpf.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-bpf.h
deleted file mode 100644 (file)
index 5fe129d..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*-
- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * This code is derived from the Stanford/CMU enet packet filter,
- * (net/enet.c) distributed as part of 4.3BSD, and code contributed
- * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence 
- * Berkeley Laboratory.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by the University of
- *      California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.50 2007/04/01 21:43:55 guy Exp $ (LBL)
- */
-
-/*
- * For backwards compatibility.
- *
- * Note to OS vendors: do NOT get rid of this file!  Some applications
- * might expect to be able to include <pcap-bpf.h>.
- */
-#include <pcap/bpf.h>
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-namedb.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-namedb.h
deleted file mode 100644 (file)
index 80a2f00..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Copyright (c) 1994, 1996
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the Computer Systems
- *     Engineering Group at Lawrence Berkeley Laboratory.
- * 4. Neither the name of the University nor of the Laboratory may be used
- *    to endorse or promote products derived from this software without
- *    specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.13 2006/10/04 18:13:32 guy Exp $ (LBL)
- */
-
-/*
- * For backwards compatibility.
- *
- * Note to OS vendors: do NOT get rid of this file!  Some applications
- * might expect to be able to include <pcap-namedb.h>.
- */
-#include <pcap/namedb.h>
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-stdinc.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap-stdinc.h
deleted file mode 100644 (file)
index ded4325..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/*
- * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy)
- * Copyright (c) 2005 - 2009 CACE Technologies, Inc. Davis (California)
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the Politecnico di Torino nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.10.2.1 2008-10-06 15:38:39 gianluca Exp $ (LBL)
- */
-
-#define SIZEOF_CHAR 1
-#define SIZEOF_SHORT 2
-#define SIZEOF_INT 4
-#ifndef _MSC_EXTENSIONS
-#define SIZEOF_LONG_LONG 8
-#endif
-
-/*
- * Avoids a compiler warning in case this was already defined
- * (someone defined _WINSOCKAPI_ when including 'windows.h', in order
- * to prevent it from including 'winsock.h')
- */
-#ifdef _WINSOCKAPI_
-#undef _WINSOCKAPI_
-#endif
-
-#include <fcntl.h>
-
-#include "bittypes.h"
-#include <time.h>
-#include <io.h>
-
-#ifndef __MINGW32__
-#include "IP6_misc.h"
-#endif
-
-#define caddr_t char*
-
-#if _MSC_VER < 1500
-#define snprintf _snprintf
-#define vsnprintf _vsnprintf
-#define strdup _strdup
-#endif
-
-#define inline __inline
-
-#ifdef __MINGW32__
-#include <stdint.h>
-#else /*__MINGW32__*/
-/* MSVC compiler */
-#ifndef _UINTPTR_T_DEFINED
-#ifdef  _WIN64
-typedef unsigned __int64    uintptr_t;
-#else
-typedef _W64 unsigned int   uintptr_t;
-#endif
-#define _UINTPTR_T_DEFINED
-#endif
-
-#ifndef _INTPTR_T_DEFINED
-#ifdef  _WIN64
-typedef __int64    intptr_t;
-#else
-typedef _W64 int   intptr_t;
-#endif
-#define _INTPTR_T_DEFINED
-#endif
-
-#endif /*__MINGW32__*/
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap.h
deleted file mode 100644 (file)
index ad8fc40..0000000
+++ /dev/null
@@ -1,407 +0,0 @@
-/* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
-/*
- * Copyright (c) 1993, 1994, 1995, 1996, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the Computer Systems
- *     Engineering Group at Lawrence Berkeley Laboratory.
- * 4. Neither the name of the University nor of the Laboratory may be used
- *    to endorse or promote products derived from this software without
- *    specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/pcap.h,v 1.4.2.11 2008-10-06 15:38:39 gianluca Exp $ (LBL)
- */
-
-#ifndef lib_pcap_pcap_h
-#define lib_pcap_pcap_h
-
-#if defined(WIN32)
-  #include <pcap-stdinc.h>
-#elif defined(MSDOS)
-  #include <sys/types.h>
-  #include <sys/socket.h>  /* u_int, u_char etc. */
-#else /* UN*X */
-  #include <sys/types.h>
-  #include <sys/time.h>
-#endif /* WIN32/MSDOS/UN*X */
-
-#ifndef PCAP_DONT_INCLUDE_PCAP_BPF_H
-#include <pcap/bpf.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef HAVE_REMOTE
-       // We have to define the SOCKET here, although it has been defined in sockutils.h
-       // This is to avoid the distribution of the 'sockutils.h' file around
-       // (for example in the WinPcap developer's pack)
-       #ifndef SOCKET
-               #ifdef WIN32
-                       #define SOCKET unsigned int
-               #else
-                       #define SOCKET int
-               #endif
-       #endif
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define PCAP_VERSION_MAJOR 2
-#define PCAP_VERSION_MINOR 4
-
-#define PCAP_ERRBUF_SIZE 256
-
-/*
- * Compatibility for systems that have a bpf.h that
- * predates the bpf typedefs for 64-bit support.
- */
-#if BPF_RELEASE - 0 < 199406
-typedef        int bpf_int32;
-typedef        u_int bpf_u_int32;
-#endif
-
-typedef struct pcap pcap_t;
-typedef struct pcap_dumper pcap_dumper_t;
-typedef struct pcap_if pcap_if_t;
-typedef struct pcap_addr pcap_addr_t;
-
-/*
- * The first record in the file contains saved values for some
- * of the flags used in the printout phases of tcpdump.
- * Many fields here are 32 bit ints so compilers won't insert unwanted
- * padding; these files need to be interchangeable across architectures.
- *
- * Do not change the layout of this structure, in any way (this includes
- * changes that only affect the length of fields in this structure).
- *
- * Also, do not change the interpretation of any of the members of this
- * structure, in any way (this includes using values other than
- * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
- * field).
- *
- * Instead:
- *
- *     introduce a new structure for the new format, if the layout
- *     of the structure changed;
- *
- *     send mail to "tcpdump-workers@lists.tcpdump.org", requesting
- *     a new magic number for your new capture file format, and, when
- *     you get the new magic number, put it in "savefile.c";
- *
- *     use that magic number for save files with the changed file
- *     header;
- *
- *     make the code in "savefile.c" capable of reading files with
- *     the old file header as well as files with the new file header
- *     (using the magic number to determine the header format).
- *
- * Then supply the changes as a patch at
- *
- *     http://sourceforge.net/projects/libpcap/
- *
- * so that future versions of libpcap and programs that use it (such as
- * tcpdump) will be able to read your new capture file format.
- */
-struct pcap_file_header {
-       bpf_u_int32 magic;
-       u_short version_major;
-       u_short version_minor;
-       bpf_int32 thiszone;     /* gmt to local correction */
-       bpf_u_int32 sigfigs;    /* accuracy of timestamps */
-       bpf_u_int32 snaplen;    /* max length saved portion of each pkt */
-       bpf_u_int32 linktype;   /* data link type (LINKTYPE_*) */
-};
-
-/*
- * Macros for the value returned by pcap_datalink_ext().
- * 
- * If LT_FCS_LENGTH_PRESENT(x) is true, the LT_FCS_LENGTH(x) macro
- * gives the FCS length of packets in the capture.
- */
-#define LT_FCS_LENGTH_PRESENT(x)       ((x) & 0x04000000)
-#define LT_FCS_LENGTH(x)               (((x) & 0xF0000000) >> 28)
-#define LT_FCS_DATALINK_EXT(x)         ((((x) & 0xF) << 28) | 0x04000000)
-
-typedef enum {
-       PCAP_D_INOUT = 0,
-       PCAP_D_IN,
-       PCAP_D_OUT
-} pcap_direction_t;
-
-/*
- * Generic per-packet information, as supplied by libpcap.
- *
- * The time stamp can and should be a "struct timeval", regardless of
- * whether your system supports 32-bit tv_sec in "struct timeval",
- * 64-bit tv_sec in "struct timeval", or both if it supports both 32-bit
- * and 64-bit applications.  The on-disk format of savefiles uses 32-bit
- * tv_sec (and tv_usec); this structure is irrelevant to that.  32-bit
- * and 64-bit versions of libpcap, even if they're on the same platform,
- * should supply the appropriate version of "struct timeval", even if
- * that's not what the underlying packet capture mechanism supplies.
- */
-struct pcap_pkthdr {
-       struct timeval ts;      /* time stamp */
-       bpf_u_int32 caplen;     /* length of portion present */
-       bpf_u_int32 len;        /* length this packet (off wire) */
-};
-
-/*
- * As returned by the pcap_stats()
- */
-struct pcap_stat {
-       u_int ps_recv;          /* number of packets received */
-       u_int ps_drop;          /* number of packets dropped */
-       u_int ps_ifdrop;        /* drops by interface XXX not yet supported */
-#ifdef HAVE_REMOTE
-       u_int ps_capt;          /* number of packets that are received by the application; please get rid off the Win32 ifdef */
-       u_int ps_sent;          /* number of packets sent by the server on the network */
-       u_int ps_netdrop;       /* number of packets lost on the network */
-#endif /* HAVE_REMOTE */
-};
-
-#ifdef MSDOS
-/*
- * As returned by the pcap_stats_ex()
- */
-struct pcap_stat_ex {
-       u_long  rx_packets;        /* total packets received       */
-       u_long  tx_packets;        /* total packets transmitted    */
-       u_long  rx_bytes;          /* total bytes received         */
-       u_long  tx_bytes;          /* total bytes transmitted      */
-       u_long  rx_errors;         /* bad packets received         */
-       u_long  tx_errors;         /* packet transmit problems     */
-       u_long  rx_dropped;        /* no space in Rx buffers       */
-       u_long  tx_dropped;        /* no space available for Tx    */
-       u_long  multicast;         /* multicast packets received   */
-       u_long  collisions;
-
-       /* detailed rx_errors: */
-       u_long  rx_length_errors;
-       u_long  rx_over_errors;    /* receiver ring buff overflow  */
-       u_long  rx_crc_errors;     /* recv'd pkt with crc error    */
-       u_long  rx_frame_errors;   /* recv'd frame alignment error */
-       u_long  rx_fifo_errors;    /* recv'r fifo overrun          */
-       u_long  rx_missed_errors;  /* recv'r missed packet         */
-
-       /* detailed tx_errors */
-       u_long  tx_aborted_errors;
-       u_long  tx_carrier_errors;
-       u_long  tx_fifo_errors;
-       u_long  tx_heartbeat_errors;
-       u_long  tx_window_errors;
-     };
-#endif
-
-/*
- * Item in a list of interfaces.
- */
-struct pcap_if {
-       struct pcap_if *next;
-       char *name;             /* name to hand to "pcap_open_live()" */
-       char *description;      /* textual description of interface, or NULL */
-       struct pcap_addr *addresses;
-       bpf_u_int32 flags;      /* PCAP_IF_ interface flags */
-};
-
-#define PCAP_IF_LOOPBACK       0x00000001      /* interface is loopback */
-
-/*
- * Representation of an interface address.
- */
-struct pcap_addr {
-       struct pcap_addr *next;
-       struct sockaddr *addr;          /* address */
-       struct sockaddr *netmask;       /* netmask for that address */
-       struct sockaddr *broadaddr;     /* broadcast address for that address */
-       struct sockaddr *dstaddr;       /* P2P destination address for that address */
-};
-
-typedef void (*pcap_handler)(u_char *, const struct pcap_pkthdr *,
-                            const u_char *);
-
-/*
- * Error codes for the pcap API.
- * These will all be negative, so you can check for the success or
- * failure of a call that returns these codes by checking for a
- * negative value.
- */
-#define PCAP_ERROR                     -1      /* generic error code */
-#define PCAP_ERROR_BREAK               -2      /* loop terminated by pcap_breakloop */
-#define PCAP_ERROR_NOT_ACTIVATED       -3      /* the capture needs to be activated */
-#define PCAP_ERROR_ACTIVATED           -4      /* the operation can't be performed on already activated captures */
-#define PCAP_ERROR_NO_SUCH_DEVICE      -5      /* no such device exists */
-#define PCAP_ERROR_RFMON_NOTSUP                -6      /* this device doesn't support rfmon (monitor) mode */
-#define PCAP_ERROR_NOT_RFMON           -7      /* operation supported only in monitor mode */
-#define PCAP_ERROR_PERM_DENIED         -8      /* no permission to open the device */
-#define PCAP_ERROR_IFACE_NOT_UP                -9      /* interface isn't up */
-
-/*
- * Warning codes for the pcap API.
- * These will all be positive and non-zero, so they won't look like
- * errors.
- */
-#define PCAP_WARNING                   1       /* generic warning code */
-#define PCAP_WARNING_PROMISC_NOTSUP    2       /* this device doesn't support promiscuous mode */
-
-char   *pcap_lookupdev(char *);
-int    pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
-
-pcap_t *pcap_create(const char *, char *);
-int    pcap_set_snaplen(pcap_t *, int);
-int    pcap_set_promisc(pcap_t *, int);
-int    pcap_can_set_rfmon(pcap_t *);
-int    pcap_set_rfmon(pcap_t *, int);
-int    pcap_set_timeout(pcap_t *, int);
-int    pcap_set_buffer_size(pcap_t *, int);
-int    pcap_activate(pcap_t *);
-
-pcap_t *pcap_open_live(const char *, int, int, int, char *);
-pcap_t *pcap_open_dead(int, int);
-pcap_t *pcap_open_offline(const char *, char *);
-#if defined(WIN32)
-pcap_t  *pcap_hopen_offline(intptr_t, char *);
-#if !defined(LIBPCAP_EXPORTS)
-#define pcap_fopen_offline(f,b) \
-       pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
-#else /*LIBPCAP_EXPORTS*/
-static pcap_t *pcap_fopen_offline(FILE *, char *);
-#endif
-#else /*WIN32*/
-pcap_t *pcap_fopen_offline(FILE *, char *);
-#endif /*WIN32*/
-
-void   pcap_close(pcap_t *);
-int    pcap_loop(pcap_t *, int, pcap_handler, u_char *);
-int    pcap_dispatch(pcap_t *, int, pcap_handler, u_char *);
-const u_char*
-       pcap_next(pcap_t *, struct pcap_pkthdr *);
-int    pcap_next_ex(pcap_t *, struct pcap_pkthdr **, const u_char **);
-void   pcap_breakloop(pcap_t *);
-int    pcap_stats(pcap_t *, struct pcap_stat *);
-int    pcap_setfilter(pcap_t *, struct bpf_program *);
-int    pcap_setdirection(pcap_t *, pcap_direction_t);
-int    pcap_getnonblock(pcap_t *, char *);
-int    pcap_setnonblock(pcap_t *, int, char *);
-int    pcap_inject(pcap_t *, const void *, size_t);
-int    pcap_sendpacket(pcap_t *, const u_char *, int);
-const char *pcap_statustostr(int);
-const char *pcap_strerror(int);
-char   *pcap_geterr(pcap_t *);
-void   pcap_perror(pcap_t *, char *);
-int    pcap_compile(pcap_t *, struct bpf_program *, const char *, int,
-           bpf_u_int32);
-int    pcap_compile_nopcap(int, int, struct bpf_program *,
-           const char *, int, bpf_u_int32);
-void   pcap_freecode(struct bpf_program *);
-int    pcap_offline_filter(struct bpf_program *, const struct pcap_pkthdr *,
-           const u_char *);
-int    pcap_datalink(pcap_t *);
-int    pcap_datalink_ext(pcap_t *);
-int    pcap_list_datalinks(pcap_t *, int **);
-int    pcap_set_datalink(pcap_t *, int);
-void   pcap_free_datalinks(int *);
-int    pcap_datalink_name_to_val(const char *);
-const char *pcap_datalink_val_to_name(int);
-const char *pcap_datalink_val_to_description(int);
-int    pcap_snapshot(pcap_t *);
-int    pcap_is_swapped(pcap_t *);
-int    pcap_major_version(pcap_t *);
-int    pcap_minor_version(pcap_t *);
-
-/* XXX */
-FILE   *pcap_file(pcap_t *);
-int    pcap_fileno(pcap_t *);
-
-pcap_dumper_t *pcap_dump_open(pcap_t *, const char *);
-pcap_dumper_t *pcap_dump_fopen(pcap_t *, FILE *fp);
-FILE   *pcap_dump_file(pcap_dumper_t *);
-long   pcap_dump_ftell(pcap_dumper_t *);
-int    pcap_dump_flush(pcap_dumper_t *);
-void   pcap_dump_close(pcap_dumper_t *);
-void   pcap_dump(u_char *, const struct pcap_pkthdr *, const u_char *);
-
-int    pcap_findalldevs(pcap_if_t **, char *);
-void   pcap_freealldevs(pcap_if_t *);
-
-const char *pcap_lib_version(void);
-
-/* XXX this guy lives in the bpf tree */
-u_int  bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
-int    bpf_validate(const struct bpf_insn *f, int len);
-char   *bpf_image(const struct bpf_insn *, int);
-void   bpf_dump(const struct bpf_program *, int);
-
-#if defined(WIN32)
-
-/*
- * Win32 definitions
- */
-
-int pcap_setbuff(pcap_t *p, int dim);
-int pcap_setmode(pcap_t *p, int mode);
-int pcap_setmintocopy(pcap_t *p, int size);
-
-#ifdef WPCAP
-/* Include file with the wpcap-specific extensions */
-#include <Win32-Extensions.h>
-#endif /* WPCAP */
-
-#define MODE_CAPT 0
-#define MODE_STAT 1
-#define MODE_MON 2
-
-#elif defined(MSDOS)
-
-/*
- * MS-DOS definitions
- */
-
-int  pcap_stats_ex (pcap_t *, struct pcap_stat_ex *);
-void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait);
-u_long pcap_mac_packets (void);
-
-#else /* UN*X */
-
-/*
- * UN*X definitions
- */
-
-int    pcap_get_selectable_fd(pcap_t *);
-
-#endif /* WIN32/MSDOS/UN*X */
-
-#ifdef HAVE_REMOTE
-/* Includes most of the public stuff that is needed for the remote capture */
-#include <remote-ext.h>
-#endif  /* HAVE_REMOTE */
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bluetooth.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bluetooth.h
deleted file mode 100644 (file)
index 7bf65df..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Copyright (c) 2006 Paolo Abeni (Italy)
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote 
- * products derived from this software without specific prior written 
- * permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * bluetooth data struct
- * By Paolo Abeni <paolo.abeni@email.it>
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/bluetooth.h,v 1.1 2007/09/22 02:10:17 guy Exp $
- */
-#ifndef _PCAP_BLUETOOTH_STRUCTS_H__
-#define _PCAP_BLUETOOTH_STRUCTS_H__
-
-/*
- * Header prepended libpcap to each bluetooth h:4 frame.
- * fields are in network byte order
- */
-typedef struct _pcap_bluetooth_h4_header {
-       u_int32_t direction; /* if first bit is set direction is incoming */
-} pcap_bluetooth_h4_header;
-
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bpf.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/bpf.h
deleted file mode 100644 (file)
index 9f4ca33..0000000
+++ /dev/null
@@ -1,934 +0,0 @@
-/*-
- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * This code is derived from the Stanford/CMU enet packet filter,
- * (net/enet.c) distributed as part of 4.3BSD, and code contributed
- * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence 
- * Berkeley Laboratory.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by the University of
- *      California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- *      @(#)bpf.h       7.1 (Berkeley) 5/7/91
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.19.2.8 2008-09-22 20:16:01 guy Exp $ (LBL)
- */
-
-/*
- * This is libpcap's cut-down version of bpf.h; it includes only
- * the stuff needed for the code generator and the userland BPF
- * interpreter, and the libpcap APIs for setting filters, etc..
- *
- * "pcap-bpf.c" will include the native OS version, as it deals with
- * the OS's BPF implementation.
- *
- * XXX - should this all just be moved to "pcap.h"?
- */
-
-#ifndef BPF_MAJOR_VERSION
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* BSD style release date */
-#define BPF_RELEASE 199606
-
-#ifdef MSDOS /* must be 32-bit */
-typedef long          bpf_int32;
-typedef unsigned long bpf_u_int32;
-#else
-typedef        int bpf_int32;
-typedef        u_int bpf_u_int32;
-#endif
-
-/*
- * Alignment macros.  BPF_WORDALIGN rounds up to the next 
- * even multiple of BPF_ALIGNMENT. 
- */
-#ifndef __NetBSD__
-#define BPF_ALIGNMENT sizeof(bpf_int32)
-#else
-#define BPF_ALIGNMENT sizeof(long)
-#endif
-#define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
-
-#define BPF_MAXBUFSIZE 0x8000
-#define BPF_MINBUFSIZE 32
-
-/*
- * Structure for "pcap_compile()", "pcap_setfilter()", etc..
- */
-struct bpf_program {
-       u_int bf_len;
-       struct bpf_insn *bf_insns;
-};
-/*
- * Struct return by BIOCVERSION.  This represents the version number of 
- * the filter language described by the instruction encodings below.
- * bpf understands a program iff kernel_major == filter_major &&
- * kernel_minor >= filter_minor, that is, if the value returned by the
- * running kernel has the same major number and a minor number equal
- * equal to or less than the filter being downloaded.  Otherwise, the
- * results are undefined, meaning an error may be returned or packets
- * may be accepted haphazardly.
- * It has nothing to do with the source code version.
- */
-struct bpf_version {
-       u_short bv_major;
-       u_short bv_minor;
-};
-/* Current version number of filter architecture. */
-#define BPF_MAJOR_VERSION 1
-#define BPF_MINOR_VERSION 1
-
-/*
- * Data-link level type codes.
- *
- * Do *NOT* add new values to this list without asking
- * "tcpdump-workers@lists.tcpdump.org" for a value.  Otherwise, you run
- * the risk of using a value that's already being used for some other
- * purpose, and of having tools that read libpcap-format captures not
- * being able to handle captures with your new DLT_ value, with no hope
- * that they will ever be changed to do so (as that would destroy their
- * ability to read captures using that value for that other purpose).
- */
-
-/*
- * These are the types that are the same on all platforms, and that
- * have been defined by <net/bpf.h> for ages.
- */
-#define DLT_NULL       0       /* BSD loopback encapsulation */
-#define DLT_EN10MB     1       /* Ethernet (10Mb) */
-#define DLT_EN3MB      2       /* Experimental Ethernet (3Mb) */
-#define DLT_AX25       3       /* Amateur Radio AX.25 */
-#define DLT_PRONET     4       /* Proteon ProNET Token Ring */
-#define DLT_CHAOS      5       /* Chaos */
-#define DLT_IEEE802    6       /* 802.5 Token Ring */
-#define DLT_ARCNET     7       /* ARCNET, with BSD-style header */
-#define DLT_SLIP       8       /* Serial Line IP */
-#define DLT_PPP                9       /* Point-to-point Protocol */
-#define DLT_FDDI       10      /* FDDI */
-
-/*
- * These are types that are different on some platforms, and that
- * have been defined by <net/bpf.h> for ages.  We use #ifdefs to
- * detect the BSDs that define them differently from the traditional
- * libpcap <net/bpf.h>
- *
- * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
- * but I don't know what the right #define is for BSD/OS.
- */
-#define DLT_ATM_RFC1483        11      /* LLC-encapsulated ATM */
-
-#ifdef __OpenBSD__
-#define DLT_RAW                14      /* raw IP */
-#else
-#define DLT_RAW                12      /* raw IP */
-#endif
-
-/*
- * Given that the only OS that currently generates BSD/OS SLIP or PPP
- * is, well, BSD/OS, arguably everybody should have chosen its values
- * for DLT_SLIP_BSDOS and DLT_PPP_BSDOS, which are 15 and 16, but they
- * didn't.  So it goes.
- */
-#if defined(__NetBSD__) || defined(__FreeBSD__)
-#ifndef DLT_SLIP_BSDOS
-#define DLT_SLIP_BSDOS 13      /* BSD/OS Serial Line IP */
-#define DLT_PPP_BSDOS  14      /* BSD/OS Point-to-point Protocol */
-#endif
-#else
-#define DLT_SLIP_BSDOS 15      /* BSD/OS Serial Line IP */
-#define DLT_PPP_BSDOS  16      /* BSD/OS Point-to-point Protocol */
-#endif
-
-/*
- * 17 is used for DLT_OLD_PFLOG in OpenBSD;
- *     OBSOLETE: DLT_PFLOG is 117 in OpenBSD now as well. See below.
- * 18 is used for DLT_PFSYNC in OpenBSD; don't use it for anything else.
- */
-
-#define DLT_ATM_CLIP   19      /* Linux Classical-IP over ATM */
-
-/*
- * Apparently Redback uses this for its SmartEdge 400/800.  I hope
- * nobody else decided to use it, too.
- */
-#define DLT_REDBACK_SMARTEDGE  32
-
-/*
- * These values are defined by NetBSD; other platforms should refrain from
- * using them for other purposes, so that NetBSD savefiles with link
- * types of 50 or 51 can be read as this type on all platforms.
- */
-#define DLT_PPP_SERIAL 50      /* PPP over serial with HDLC encapsulation */
-#define DLT_PPP_ETHER  51      /* PPP over Ethernet */
-
-/*
- * The Axent Raptor firewall - now the Symantec Enterprise Firewall - uses
- * a link-layer type of 99 for the tcpdump it supplies.  The link-layer
- * header has 6 bytes of unknown data, something that appears to be an
- * Ethernet type, and 36 bytes that appear to be 0 in at least one capture
- * I've seen.
- */
-#define DLT_SYMANTEC_FIREWALL  99
-
-/*
- * Values between 100 and 103 are used in capture file headers as
- * link-layer types corresponding to DLT_ types that differ
- * between platforms; don't use those values for new DLT_ new types.
- */
-
-/*
- * This value was defined by libpcap 0.5; platforms that have defined
- * it with a different value should define it here with that value -
- * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
- * whatever value that happens to be, so programs will correctly
- * handle files with that link type regardless of the value of
- * DLT_C_HDLC.
- *
- * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
- * compatibility with programs written for BSD/OS.
- *
- * libpcap 0.5 defined it as DLT_CHDLC; we define DLT_CHDLC as well,
- * for source compatibility with programs written for libpcap 0.5.
- */
-#define DLT_C_HDLC     104     /* Cisco HDLC */
-#define DLT_CHDLC      DLT_C_HDLC
-
-#define DLT_IEEE802_11 105     /* IEEE 802.11 wireless */
-
-/*
- * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
- * except when it isn't.  (I.e., sometimes it's just raw IP, and
- * sometimes it isn't.)  We currently handle it as DLT_LINUX_SLL,
- * so that we don't have to worry about the link-layer header.)
- */
-
-/*
- * Frame Relay; BSD/OS has a DLT_FR with a value of 11, but that collides
- * with other values.
- * DLT_FR and DLT_FRELAY packets start with the Q.922 Frame Relay header
- * (DLCI, etc.).
- */
-#define DLT_FRELAY     107
-
-/*
- * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except
- * that the AF_ type in the link-layer header is in network byte order.
- *
- * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
- * we don't use 12 for it in OSes other than OpenBSD.
- */
-#ifdef __OpenBSD__
-#define DLT_LOOP       12
-#else
-#define DLT_LOOP       108
-#endif
-
-/*
- * Encapsulated packets for IPsec; DLT_ENC is 13 in OpenBSD, but that's
- * DLT_SLIP_BSDOS in NetBSD, so we don't use 13 for it in OSes other
- * than OpenBSD.
- */
-#ifdef __OpenBSD__
-#define DLT_ENC                13
-#else
-#define DLT_ENC                109
-#endif
-
-/*
- * Values between 110 and 112 are reserved for use in capture file headers
- * as link-layer types corresponding to DLT_ types that might differ
- * between platforms; don't use those values for new DLT_ types
- * other than the corresponding DLT_ types.
- */
-
-/*
- * This is for Linux cooked sockets.
- */
-#define DLT_LINUX_SLL  113
-
-/*
- * Apple LocalTalk hardware.
- */
-#define DLT_LTALK      114
-
-/*
- * Acorn Econet.
- */
-#define DLT_ECONET     115
-
-/*
- * Reserved for use with OpenBSD ipfilter.
- */
-#define DLT_IPFILTER   116
-
-/*
- * OpenBSD DLT_PFLOG; DLT_PFLOG is 17 in OpenBSD, but that's DLT_LANE8023
- * in SuSE 6.3, so we can't use 17 for it in capture-file headers.
- *
- * XXX: is there a conflict with DLT_PFSYNC 18 as well?
- */
-#ifdef __OpenBSD__
-#define DLT_OLD_PFLOG  17
-#define DLT_PFSYNC     18
-#endif
-#define DLT_PFLOG      117
-
-/*
- * Registered for Cisco-internal use.
- */
-#define DLT_CISCO_IOS  118
-
-/*
- * For 802.11 cards using the Prism II chips, with a link-layer
- * header including Prism monitor mode information plus an 802.11
- * header.
- */
-#define DLT_PRISM_HEADER       119
-
-/*
- * Reserved for Aironet 802.11 cards, with an Aironet link-layer header
- * (see Doug Ambrisko's FreeBSD patches).
- */
-#define DLT_AIRONET_HEADER     120
-
-/*
- * Reserved for Siemens HiPath HDLC.
- */
-#define DLT_HHDLC              121
-
-/*
- * This is for RFC 2625 IP-over-Fibre Channel.
- *
- * This is not for use with raw Fibre Channel, where the link-layer
- * header starts with a Fibre Channel frame header; it's for IP-over-FC,
- * where the link-layer header starts with an RFC 2625 Network_Header
- * field.
- */
-#define DLT_IP_OVER_FC         122
-
-/*
- * This is for Full Frontal ATM on Solaris with SunATM, with a
- * pseudo-header followed by an AALn PDU.
- *
- * There may be other forms of Full Frontal ATM on other OSes,
- * with different pseudo-headers.
- *
- * If ATM software returns a pseudo-header with VPI/VCI information
- * (and, ideally, packet type information, e.g. signalling, ILMI,
- * LANE, LLC-multiplexed traffic, etc.), it should not use
- * DLT_ATM_RFC1483, but should get a new DLT_ value, so tcpdump
- * and the like don't have to infer the presence or absence of a
- * pseudo-header and the form of the pseudo-header.
- */
-#define DLT_SUNATM             123     /* Solaris+SunATM */
-
-/* 
- * Reserved as per request from Kent Dahlgren <kent@praesum.com>
- * for private use.
- */
-#define DLT_RIO                 124     /* RapidIO */
-#define DLT_PCI_EXP             125     /* PCI Express */
-#define DLT_AURORA              126     /* Xilinx Aurora link layer */
-
-/*
- * Header for 802.11 plus a number of bits of link-layer information
- * including radio information, used by some recent BSD drivers as
- * well as the madwifi Atheros driver for Linux.
- */
-#define DLT_IEEE802_11_RADIO   127     /* 802.11 plus radiotap radio header */
-
-/*
- * Reserved for the TZSP encapsulation, as per request from
- * Chris Waters <chris.waters@networkchemistry.com>
- * TZSP is a generic encapsulation for any other link type,
- * which includes a means to include meta-information
- * with the packet, e.g. signal strength and channel
- * for 802.11 packets.
- */
-#define DLT_TZSP                128     /* Tazmen Sniffer Protocol */
-
-/*
- * BSD's ARCNET headers have the source host, destination host,
- * and type at the beginning of the packet; that's what's handed
- * up to userland via BPF.
- *
- * Linux's ARCNET headers, however, have a 2-byte offset field
- * between the host IDs and the type; that's what's handed up
- * to userland via PF_PACKET sockets.
- *
- * We therefore have to have separate DLT_ values for them.
- */
-#define DLT_ARCNET_LINUX       129     /* ARCNET */
-
-/*
- * Juniper-private data link types, as per request from
- * Hannes Gredler <hannes@juniper.net>.  The DLT_s are used
- * for passing on chassis-internal metainformation such as
- * QOS profiles, etc..
- */
-#define DLT_JUNIPER_MLPPP       130
-#define DLT_JUNIPER_MLFR        131
-#define DLT_JUNIPER_ES          132
-#define DLT_JUNIPER_GGSN        133
-#define DLT_JUNIPER_MFR         134
-#define DLT_JUNIPER_ATM2        135
-#define DLT_JUNIPER_SERVICES    136
-#define DLT_JUNIPER_ATM1        137
-
-/*
- * Apple IP-over-IEEE 1394, as per a request from Dieter Siegmund
- * <dieter@apple.com>.  The header that's presented is an Ethernet-like
- * header:
- *
- *     #define FIREWIRE_EUI64_LEN      8
- *     struct firewire_header {
- *             u_char  firewire_dhost[FIREWIRE_EUI64_LEN];
- *             u_char  firewire_shost[FIREWIRE_EUI64_LEN];
- *             u_short firewire_type;
- *     };
- *
- * with "firewire_type" being an Ethernet type value, rather than,
- * for example, raw GASP frames being handed up.
- */
-#define DLT_APPLE_IP_OVER_IEEE1394     138
-
-/*
- * Various SS7 encapsulations, as per a request from Jeff Morriss
- * <jeff.morriss[AT]ulticom.com> and subsequent discussions.
- */
-#define DLT_MTP2_WITH_PHDR     139     /* pseudo-header with various info, followed by MTP2 */
-#define DLT_MTP2               140     /* MTP2, without pseudo-header */
-#define DLT_MTP3               141     /* MTP3, without pseudo-header or MTP2 */
-#define DLT_SCCP               142     /* SCCP, without pseudo-header or MTP2 or MTP3 */
-
-/*
- * DOCSIS MAC frames.
- */
-#define DLT_DOCSIS             143
-
-/*
- * Linux-IrDA packets. Protocol defined at http://www.irda.org.
- * Those packets include IrLAP headers and above (IrLMP...), but
- * don't include Phy framing (SOF/EOF/CRC & byte stuffing), because Phy
- * framing can be handled by the hardware and depend on the bitrate.
- * This is exactly the format you would get capturing on a Linux-IrDA
- * interface (irdaX), but not on a raw serial port.
- * Note the capture is done in "Linux-cooked" mode, so each packet include
- * a fake packet header (struct sll_header). This is because IrDA packet
- * decoding is dependant on the direction of the packet (incomming or
- * outgoing).
- * When/if other platform implement IrDA capture, we may revisit the
- * issue and define a real DLT_IRDA...
- * Jean II
- */
-#define DLT_LINUX_IRDA         144
-
-/*
- * Reserved for IBM SP switch and IBM Next Federation switch.
- */
-#define DLT_IBM_SP             145
-#define DLT_IBM_SN             146
-
-/*
- * Reserved for private use.  If you have some link-layer header type
- * that you want to use within your organization, with the capture files
- * using that link-layer header type not ever be sent outside your
- * organization, you can use these values.
- *
- * No libpcap release will use these for any purpose, nor will any
- * tcpdump release use them, either.
- *
- * Do *NOT* use these in capture files that you expect anybody not using
- * your private versions of capture-file-reading tools to read; in
- * particular, do *NOT* use them in products, otherwise you may find that
- * people won't be able to use tcpdump, or snort, or Ethereal, or... to
- * read capture files from your firewall/intrusion detection/traffic
- * monitoring/etc. appliance, or whatever product uses that DLT_ value,
- * and you may also find that the developers of those applications will
- * not accept patches to let them read those files.
- *
- * Also, do not use them if somebody might send you a capture using them
- * for *their* private type and tools using them for *your* private type
- * would have to read them.
- *
- * Instead, ask "tcpdump-workers@lists.tcpdump.org" for a new DLT_ value,
- * as per the comment above, and use the type you're given.
- */
-#define DLT_USER0              147
-#define DLT_USER1              148
-#define DLT_USER2              149
-#define DLT_USER3              150
-#define DLT_USER4              151
-#define DLT_USER5              152
-#define DLT_USER6              153
-#define DLT_USER7              154
-#define DLT_USER8              155
-#define DLT_USER9              156
-#define DLT_USER10             157
-#define DLT_USER11             158
-#define DLT_USER12             159
-#define DLT_USER13             160
-#define DLT_USER14             161
-#define DLT_USER15             162
-
-/*
- * For future use with 802.11 captures - defined by AbsoluteValue
- * Systems to store a number of bits of link-layer information
- * including radio information:
- *
- *     http://www.shaftnet.org/~pizza/software/capturefrm.txt
- *
- * but it might be used by some non-AVS drivers now or in the
- * future.
- */
-#define DLT_IEEE802_11_RADIO_AVS 163   /* 802.11 plus AVS radio header */
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>.  The DLT_s are used
- * for passing on chassis-internal metainformation such as
- * QOS profiles, etc..
- */
-#define DLT_JUNIPER_MONITOR     164
-
-/*
- * Reserved for BACnet MS/TP.
- */
-#define DLT_BACNET_MS_TP       165
-
-/*
- * Another PPP variant as per request from Karsten Keil <kkeil@suse.de>.
- *
- * This is used in some OSes to allow a kernel socket filter to distinguish
- * between incoming and outgoing packets, on a socket intended to
- * supply pppd with outgoing packets so it can do dial-on-demand and
- * hangup-on-lack-of-demand; incoming packets are filtered out so they
- * don't cause pppd to hold the connection up (you don't want random
- * input packets such as port scans, packets from old lost connections,
- * etc. to force the connection to stay up).
- *
- * The first byte of the PPP header (0xff03) is modified to accomodate
- * the direction - 0x00 = IN, 0x01 = OUT.
- */
-#define DLT_PPP_PPPD           166
-
-/*
- * Names for backwards compatibility with older versions of some PPP
- * software; new software should use DLT_PPP_PPPD.
- */
-#define DLT_PPP_WITH_DIRECTION DLT_PPP_PPPD
-#define DLT_LINUX_PPP_WITHDIRECTION    DLT_PPP_PPPD
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>.  The DLT_s are used
- * for passing on chassis-internal metainformation such as
- * QOS profiles, cookies, etc..
- */
-#define DLT_JUNIPER_PPPOE       167
-#define DLT_JUNIPER_PPPOE_ATM   168
-
-#define DLT_GPRS_LLC           169     /* GPRS LLC */
-#define DLT_GPF_T              170     /* GPF-T (ITU-T G.7041/Y.1303) */
-#define DLT_GPF_F              171     /* GPF-F (ITU-T G.7041/Y.1303) */
-
-/*
- * Requested by Oolan Zimmer <oz@gcom.com> for use in Gcom's T1/E1 line
- * monitoring equipment.
- */
-#define DLT_GCOM_T1E1          172
-#define DLT_GCOM_SERIAL                173
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>.  The DLT_ is used
- * for internal communication to Physical Interface Cards (PIC)
- */
-#define DLT_JUNIPER_PIC_PEER    174
-
-/*
- * Link types requested by Gregor Maier <gregor@endace.com> of Endace
- * Measurement Systems.  They add an ERF header (see
- * http://www.endace.com/support/EndaceRecordFormat.pdf) in front of
- * the link-layer header.
- */
-#define DLT_ERF_ETH            175     /* Ethernet */
-#define DLT_ERF_POS            176     /* Packet-over-SONET */
-
-/*
- * Requested by Daniele Orlandi <daniele@orlandi.com> for raw LAPD
- * for vISDN (http://www.orlandi.com/visdn/).  Its link-layer header
- * includes additional information before the LAPD header, so it's
- * not necessarily a generic LAPD header.
- */
-#define DLT_LINUX_LAPD         177
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>. 
- * The DLT_ are used for prepending meta-information
- * like interface index, interface name
- * before standard Ethernet, PPP, Frelay & C-HDLC Frames
- */
-#define DLT_JUNIPER_ETHER       178
-#define DLT_JUNIPER_PPP         179
-#define DLT_JUNIPER_FRELAY      180
-#define DLT_JUNIPER_CHDLC       181
-
-/*
- * Multi Link Frame Relay (FRF.16)
- */
-#define DLT_MFR                 182
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>. 
- * The DLT_ is used for internal communication with a
- * voice Adapter Card (PIC)
- */
-#define DLT_JUNIPER_VP          183
-
-/*
- * Arinc 429 frames.
- * DLT_ requested by Gianluca Varenni <gianluca.varenni@cacetech.com>.
- * Every frame contains a 32bit A429 label.
- * More documentation on Arinc 429 can be found at
- * http://www.condoreng.com/support/downloads/tutorials/ARINCTutorial.pdf
- */
-#define DLT_A429                184
-
-/*
- * Arinc 653 Interpartition Communication messages.
- * DLT_ requested by Gianluca Varenni <gianluca.varenni@cacetech.com>.
- * Please refer to the A653-1 standard for more information.
- */
-#define DLT_A653_ICM            185
-
-/*
- * USB packets, beginning with a USB setup header; requested by
- * Paolo Abeni <paolo.abeni@email.it>.
- */
-#define DLT_USB                        186
-
-/*
- * Bluetooth HCI UART transport layer (part H:4); requested by
- * Paolo Abeni.
- */
-#define DLT_BLUETOOTH_HCI_H4   187
-
-/*
- * IEEE 802.16 MAC Common Part Sublayer; requested by Maria Cruz
- * <cruz_petagay@bah.com>.
- */
-#define DLT_IEEE802_16_MAC_CPS 188
-
-/*
- * USB packets, beginning with a Linux USB header; requested by
- * Paolo Abeni <paolo.abeni@email.it>.
- */
-#define DLT_USB_LINUX          189
-
-/*
- * Controller Area Network (CAN) v. 2.0B packets.
- * DLT_ requested by Gianluca Varenni <gianluca.varenni@cacetech.com>.
- * Used to dump CAN packets coming from a CAN Vector board.
- * More documentation on the CAN v2.0B frames can be found at
- * http://www.can-cia.org/downloads/?269
- */
-#define DLT_CAN20B              190
-
-/*
- * IEEE 802.15.4, with address fields padded, as is done by Linux
- * drivers; requested by Juergen Schimmer.
- */
-#define DLT_IEEE802_15_4_LINUX 191
-
-/*
- * Per Packet Information encapsulated packets.
- * DLT_ requested by Gianluca Varenni <gianluca.varenni@cacetech.com>.
- */
-#define DLT_PPI                        192
-
-/*
- * Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;
- * requested by Charles Clancy.
- */
-#define DLT_IEEE802_16_MAC_CPS_RADIO   193
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>. 
- * The DLT_ is used for internal communication with a
- * integrated service module (ISM).
- */
-#define DLT_JUNIPER_ISM         194
-
-/*
- * IEEE 802.15.4, exactly as it appears in the spec (no padding, no
- * nothing); requested by Mikko Saarnivala <mikko.saarnivala@sensinode.com>.
- */
-#define DLT_IEEE802_15_4       195
-
-/*
- * Various link-layer types, with a pseudo-header, for SITA
- * (http://www.sita.aero/); requested by Fulko Hew (fulko.hew@gmail.com).
- */
-#define DLT_SITA               196
-
-/*
- * Various link-layer types, with a pseudo-header, for Endace DAG cards;
- * encapsulates Endace ERF records.  Requested by Stephen Donnelly
- * <stephen@endace.com>.
- */
-#define DLT_ERF                        197
-
-/*
- * Special header prepended to Ethernet packets when capturing from a
- * u10 Networks board.  Requested by Phil Mulholland
- * <phil@u10networks.com>.
- */
-#define DLT_RAIF1              198
-
-/*
- * IPMB packet for IPMI, beginning with the I2C slave address, followed
- * by the netFn and LUN, etc..  Requested by Chanthy Toeung
- * <chanthy.toeung@ca.kontron.com>.
- */
-#define DLT_IPMB               199
-
-/*
- * Juniper-private data link type, as per request from
- * Hannes Gredler <hannes@juniper.net>. 
- * The DLT_ is used for capturing data on a secure tunnel interface.
- */
-#define DLT_JUNIPER_ST          200
-
-/*
- * Bluetooth HCI UART transport layer (part H:4), with pseudo-header
- * that includes direction information; requested by Paolo Abeni.
- */
-#define DLT_BLUETOOTH_HCI_H4_WITH_PHDR 201
-
-/*
- * AX.25 packet with a 1-byte KISS header; see
- *
- *     http://www.ax25.net/kiss.htm
- *
- * as per Richard Stearn <richard@rns-stearn.demon.co.uk>.
- */
-#define DLT_AX25_KISS          202
-
-/*
- * LAPD packets from an ISDN channel, starting with the address field,
- * with no pseudo-header.
- * Requested by Varuna De Silva <varunax@gmail.com>.
- */
-#define DLT_LAPD               203
-
-/*
- * Variants of various link-layer headers, with a one-byte direction
- * pseudo-header prepended - zero means "received by this host",
- * non-zero (any non-zero value) means "sent by this host" - as per
- * Will Barker <w.barker@zen.co.uk>.
- */
-#define DLT_PPP_WITH_DIR       204     /* PPP - don't confuse with DLT_PPP_WITH_DIRECTION */
-#define DLT_C_HDLC_WITH_DIR    205     /* Cisco HDLC */
-#define DLT_FRELAY_WITH_DIR    206     /* Frame Relay */
-#define DLT_LAPB_WITH_DIR      207     /* LAPB */
-
-/*
- * 208 is reserved for an as-yet-unspecified proprietary link-layer
- * type, as requested by Will Barker.
- */
-
-/*
- * IPMB with a Linux-specific pseudo-header; as requested by Alexey Neyman
- * <avn@pigeonpoint.com>.
- */
-#define DLT_IPMB_LINUX         209
-
-/*
- * FlexRay automotive bus - http://www.flexray.com/ - as requested
- * by Hannes Kaelber <hannes.kaelber@x2e.de>.
- */
-#define DLT_FLEXRAY            210
-
-/*
- * Media Oriented Systems Transport (MOST) bus for multimedia
- * transport - http://www.mostcooperation.com/ - as requested
- * by Hannes Kaelber <hannes.kaelber@x2e.de>.
- */
-#define DLT_MOST               211
-
-/*
- * Local Interconnect Network (LIN) bus for vehicle networks -
- * http://www.lin-subbus.org/ - as requested by Hannes Kaelber
- * <hannes.kaelber@x2e.de>.
- */
-#define DLT_LIN                        212
-
-/*
- * X2E-private data link type used for serial line capture,
- * as requested by Hannes Kaelber <hannes.kaelber@x2e.de>.
- */
-#define DLT_X2E_SERIAL         213
-
-/*
- * X2E-private data link type used for the Xoraya data logger
- * family, as requested by Hannes Kaelber <hannes.kaelber@x2e.de>.
- */
-#define DLT_X2E_XORAYA         214
-
-/*
- * IEEE 802.15.4, exactly as it appears in the spec (no padding, no
- * nothing), but with the PHY-level data for non-ASK PHYs (4 octets
- * of 0 as preamble, one octet of SFD, one octet of frame length+
- * reserved bit, and then the MAC-layer data, starting with the
- * frame control field).
- *
- * Requested by Max Filippov <jcmvbkbc@gmail.com>.
- */
-#define DLT_IEEE802_15_4_NONASK_PHY    215
-
-
-/*
- * DLT and savefile link type values are split into a class and
- * a member of that class.  A class value of 0 indicates a regular
- * DLT_/LINKTYPE_ value.
- */
-#define DLT_CLASS(x)           ((x) & 0x03ff0000)
-
-/*
- * NetBSD-specific generic "raw" link type.  The class value indicates
- * that this is the generic raw type, and the lower 16 bits are the
- * address family we're dealing with.  Those values are NetBSD-specific;
- * do not assume that they correspond to AF_ values for your operating
- * system.
- */
-#define        DLT_CLASS_NETBSD_RAWAF  0x02240000
-#define        DLT_NETBSD_RAWAF(af)    (DLT_CLASS_NETBSD_RAWAF | (af))
-#define        DLT_NETBSD_RAWAF_AF(x)  ((x) & 0x0000ffff)
-#define        DLT_IS_NETBSD_RAWAF(x)  (DLT_CLASS(x) == DLT_CLASS_NETBSD_RAWAF)
-
-
-/*
- * The instruction encodings.
- */
-/* instruction classes */
-#define BPF_CLASS(code) ((code) & 0x07)
-#define                BPF_LD          0x00
-#define                BPF_LDX         0x01
-#define                BPF_ST          0x02
-#define                BPF_STX         0x03
-#define                BPF_ALU         0x04
-#define                BPF_JMP         0x05
-#define                BPF_RET         0x06
-#define                BPF_MISC        0x07
-
-/* ld/ldx fields */
-#define BPF_SIZE(code) ((code) & 0x18)
-#define                BPF_W           0x00
-#define                BPF_H           0x08
-#define                BPF_B           0x10
-#define BPF_MODE(code) ((code) & 0xe0)
-#define                BPF_IMM         0x00
-#define                BPF_ABS         0x20
-#define                BPF_IND         0x40
-#define                BPF_MEM         0x60
-#define                BPF_LEN         0x80
-#define                BPF_MSH         0xa0
-
-/* alu/jmp fields */
-#define BPF_OP(code)   ((code) & 0xf0)
-#define                BPF_ADD         0x00
-#define                BPF_SUB         0x10
-#define                BPF_MUL         0x20
-#define                BPF_DIV         0x30
-#define                BPF_OR          0x40
-#define                BPF_AND         0x50
-#define                BPF_LSH         0x60
-#define                BPF_RSH         0x70
-#define                BPF_NEG         0x80
-#define                BPF_JA          0x00
-#define                BPF_JEQ         0x10
-#define                BPF_JGT         0x20
-#define                BPF_JGE         0x30
-#define                BPF_JSET        0x40
-#define BPF_SRC(code)  ((code) & 0x08)
-#define                BPF_K           0x00
-#define                BPF_X           0x08
-
-/* ret - BPF_K and BPF_X also apply */
-#define BPF_RVAL(code) ((code) & 0x18)
-#define                BPF_A           0x10
-
-/* misc */
-#define BPF_MISCOP(code) ((code) & 0xf8)
-#define                BPF_TAX         0x00
-#define                BPF_TXA         0x80
-
-/*
- * The instruction data structure.
- */
-struct bpf_insn {
-       u_short code;
-       u_char  jt;
-       u_char  jf;
-       bpf_u_int32 k;
-};
-
-/*
- * Macros for insn array initializers.
- */
-#define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
-#define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
-
-#if __STDC__ || defined(__cplusplus)
-extern int bpf_validate(const struct bpf_insn *, int);
-extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
-#else
-extern int bpf_validate();
-extern u_int bpf_filter();
-#endif
-
-/*
- * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
- */
-#define BPF_MEMWORDS 16
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/namedb.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/namedb.h
deleted file mode 100644 (file)
index 9002c75..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
- * Copyright (c) 1994, 1996
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the Computer Systems
- *     Engineering Group at Lawrence Berkeley Laboratory.
- * 4. Neither the name of the University nor of the Laboratory may be used
- *    to endorse or promote products derived from this software without
- *    specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/namedb.h,v 1.1 2006/10/04 18:09:22 guy Exp $ (LBL)
- */
-
-#ifndef lib_pcap_namedb_h
-#define lib_pcap_namedb_h
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * As returned by the pcap_next_etherent()
- * XXX this stuff doesn't belong in this interface, but this
- * library already must do name to address translation, so
- * on systems that don't have support for /etc/ethers, we
- * export these hooks since they'll
- */
-struct pcap_etherent {
-       u_char addr[6];
-       char name[122];
-};
-#ifndef PCAP_ETHERS_FILE
-#define PCAP_ETHERS_FILE "/etc/ethers"
-#endif
-struct pcap_etherent *pcap_next_etherent(FILE *);
-u_char *pcap_ether_hostton(const char*);
-u_char *pcap_ether_aton(const char *);
-
-bpf_u_int32 **pcap_nametoaddr(const char *);
-#ifdef INET6
-struct addrinfo *pcap_nametoaddrinfo(const char *);
-#endif
-bpf_u_int32 pcap_nametonetaddr(const char *);
-
-int    pcap_nametoport(const char *, int *, int *);
-int    pcap_nametoportrange(const char *, int *, int *, int *);
-int    pcap_nametoproto(const char *);
-int    pcap_nametoeproto(const char *);
-int    pcap_nametollc(const char *);
-/*
- * If a protocol is unknown, PROTO_UNDEF is returned.
- * Also, pcap_nametoport() returns the protocol along with the port number.
- * If there are ambiguous entried in /etc/services (i.e. domain
- * can be either tcp or udp) PROTO_UNDEF is returned.
- */
-#define PROTO_UNDEF            -1
-
-/* XXX move these to pcap-int.h? */
-int __pcap_atodn(const char *, bpf_u_int32 *);
-int __pcap_atoin(const char *, bpf_u_int32 *);
-u_short        __pcap_nametodnaddr(const char *);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/sll.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/sll.h
deleted file mode 100644 (file)
index e9d5452..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-/*-
- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * This code is derived from the Stanford/CMU enet packet filter,
- * (net/enet.c) distributed as part of 4.3BSD, and code contributed
- * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
- * Berkeley Laboratory.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by the University of
- *      California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/sll.h,v 1.2.2.1 2008-05-30 01:36:06 guy Exp $ (LBL)
- */
-
-/*
- * For captures on Linux cooked sockets, we construct a fake header
- * that includes:
- *
- *     a 2-byte "packet type" which is one of:
- *
- *             LINUX_SLL_HOST          packet was sent to us
- *             LINUX_SLL_BROADCAST     packet was broadcast
- *             LINUX_SLL_MULTICAST     packet was multicast
- *             LINUX_SLL_OTHERHOST     packet was sent to somebody else
- *             LINUX_SLL_OUTGOING      packet was sent *by* us;
- *
- *     a 2-byte Ethernet protocol field;
- *
- *     a 2-byte link-layer type;
- *
- *     a 2-byte link-layer address length;
- *
- *     an 8-byte source link-layer address, whose actual length is
- *     specified by the previous value.
- *
- * All fields except for the link-layer address are in network byte order.
- *
- * DO NOT change the layout of this structure, or change any of the
- * LINUX_SLL_ values below.  If you must change the link-layer header
- * for a "cooked" Linux capture, introduce a new DLT_ type (ask
- * "tcpdump-workers@lists.tcpdump.org" for one, so that you don't give it
- * a value that collides with a value already being used), and use the
- * new header in captures of that type, so that programs that can
- * handle DLT_LINUX_SLL captures will continue to handle them correctly
- * without any change, and so that capture files with different headers
- * can be told apart and programs that read them can dissect the
- * packets in them.
- */
-
-#ifndef lib_pcap_sll_h
-#define lib_pcap_sll_h
-
-/*
- * A DLT_LINUX_SLL fake link-layer header.
- */
-#define SLL_HDR_LEN    16              /* total header length */
-#define SLL_ADDRLEN    8               /* length of address field */
-
-struct sll_header {
-       u_int16_t sll_pkttype;          /* packet type */
-       u_int16_t sll_hatype;           /* link-layer address type */
-       u_int16_t sll_halen;            /* link-layer address length */
-       u_int8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
-       u_int16_t sll_protocol;         /* protocol */
-};
-
-/*
- * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
- * PACKET_ values on Linux, but are defined here so that they're
- * available even on systems other than Linux, and so that they
- * don't change even if the PACKET_ values change.
- */
-#define LINUX_SLL_HOST         0
-#define LINUX_SLL_BROADCAST    1
-#define LINUX_SLL_MULTICAST    2
-#define LINUX_SLL_OTHERHOST    3
-#define LINUX_SLL_OUTGOING     4
-
-/*
- * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
- * ETH_P_ values on Linux, but are defined here so that they're
- * available even on systems other than Linux.  We assume, for now,
- * that the ETH_P_ values won't change in Linux; if they do, then:
- *
- *     if we don't translate them in "pcap-linux.c", capture files
- *     won't necessarily be readable if captured on a system that
- *     defines ETH_P_ values that don't match these values;
- *
- *     if we do translate them in "pcap-linux.c", that makes life
- *     unpleasant for the BPF code generator, as the values you test
- *     for in the kernel aren't the values that you test for when
- *     reading a capture file, so the fixup code run on BPF programs
- *     handed to the kernel ends up having to do more work.
- *
- * Add other values here as necessary, for handling packet types that
- * might show up on non-Ethernet, non-802.x networks.  (Not all the ones
- * in the Linux "if_ether.h" will, I suspect, actually show up in
- * captures.)
- */
-#define LINUX_SLL_P_802_3      0x0001  /* Novell 802.3 frames without 802.2 LLC header */
-#define LINUX_SLL_P_802_2      0x0004  /* 802.2 frames (not D/I/X Ethernet) */
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/usb.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/usb.h
deleted file mode 100644 (file)
index adcd19c..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * Copyright (c) 2006 Paolo Abeni (Italy)
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote 
- * products derived from this software without specific prior written 
- * permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * Basic USB data struct
- * By Paolo Abeni <paolo.abeni@email.it>
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/usb.h,v 1.6 2007/09/22 02:06:08 guy Exp $
- */
-#ifndef _PCAP_USB_STRUCTS_H__
-#define _PCAP_USB_STRUCTS_H__
-
-/* 
- * possible transfer mode
- */
-#define URB_TRANSFER_IN   0x80
-#define URB_ISOCHRONOUS   0x0
-#define URB_INTERRUPT     0x1
-#define URB_CONTROL       0x2
-#define URB_BULK          0x3
-
-/*
- * possible event type
- */
-#define URB_SUBMIT        'S'
-#define URB_COMPLETE      'C'
-#define URB_ERROR         'E'
-
-/*
- * USB setup header as defined in USB specification.
- * Appears at the front of each packet in DLT_USB captures.
- */
-typedef struct _usb_setup {
-       u_int8_t bmRequestType;
-       u_int8_t bRequest;
-       u_int16_t wValue;
-       u_int16_t wIndex;
-       u_int16_t wLength;
-} pcap_usb_setup;
-
-
-/*
- * Header prepended by linux kernel to each event.
- * Appears at the front of each packet in DLT_USB_LINUX captures.
- */
-typedef struct _usb_header {
-       u_int64_t id;
-       u_int8_t event_type;
-       u_int8_t transfer_type;
-       u_int8_t endpoint_number;
-       u_int8_t device_address;
-       u_int16_t bus_id;
-       char setup_flag;/*if !=0 the urb setup header is not present*/
-       char data_flag; /*if !=0 no urb data is present*/
-       int64_t ts_sec;
-       int32_t ts_usec;
-       int32_t status;
-       u_int32_t urb_len;
-       u_int32_t data_len; /* amount of urb data really present in this event*/
-       pcap_usb_setup setup;
-} pcap_usb_header;
-
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/vlan.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/pcap/vlan.h
deleted file mode 100644 (file)
index b0cb794..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*-
- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by the University of
- *      California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap/vlan.h,v 1.1.2.2 2008-08-06 07:45:59 guy Exp $
- */
-
-#ifndef lib_pcap_vlan_h
-#define lib_pcap_vlan_h
-
-struct vlan_tag {
-       u_int16_t       vlan_tpid;              /* ETH_P_8021Q */
-       u_int16_t       vlan_tci;               /* VLAN TCI */
-};
-
-#define VLAN_TAG_LEN   4
-
-#endif
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/remote-ext.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/remote-ext.h
deleted file mode 100644 (file)
index 9f54d69..0000000
+++ /dev/null
@@ -1,444 +0,0 @@
-/*\r
- * Copyright (c) 2002 - 2003\r
- * NetGroup, Politecnico di Torino (Italy)\r
- * All rights reserved.\r
- * \r
- * Redistribution and use in source and binary forms, with or without \r
- * modification, are permitted provided that the following conditions \r
- * are met:\r
- * \r
- * 1. Redistributions of source code must retain the above copyright \r
- * notice, this list of conditions and the following disclaimer.\r
- * 2. Redistributions in binary form must reproduce the above copyright \r
- * notice, this list of conditions and the following disclaimer in the \r
- * documentation and/or other materials provided with the distribution. \r
- * 3. Neither the name of the Politecnico di Torino nor the names of its \r
- * contributors may be used to endorse or promote products derived from \r
- * this software without specific prior written permission. \r
- * \r
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \r
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT \r
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR \r
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT \r
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, \r
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT \r
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, \r
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY \r
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \r
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE \r
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
- * \r
- */\r
-\r
-\r
-#ifndef __REMOTE_EXT_H__\r
-#define __REMOTE_EXT_H__\r
-\r
-\r
-#ifndef HAVE_REMOTE\r
-#error Please do not include this file directly. Just define HAVE_REMOTE and then include pcap.h\r
-#endif\r
-\r
-// Definition for Microsoft Visual Studio\r
-#if _MSC_VER > 1000\r
-#pragma once\r
-#endif\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-/*!\r
-       \file remote-ext.h\r
-\r
-       The goal of this file it to include most of the new definitions that should be\r
-       placed into the pcap.h file.\r
-\r
-       It includes all new definitions (structures and functions like pcap_open().\r
-    Some of the functions are not really a remote feature, but, right now, \r
-       they are placed here.\r
-*/\r
-\r
-\r
-\r
-// All this stuff is public\r
-/*! \addtogroup remote_struct\r
-       \{\r
-*/\r
-\r
-\r
-\r
-\r
-/*!\r
-       \brief Defines the maximum buffer size in which address, port, interface names are kept.\r
-\r
-       In case the adapter name or such is larger than this value, it is truncated.\r
-       This is not used by the user; however it must be aware that an hostname / interface\r
-       name longer than this value will be truncated.\r
-*/\r
-#define PCAP_BUF_SIZE 1024\r
-\r
-\r
-/*! \addtogroup remote_source_ID\r
-       \{\r
-*/\r
-\r
-\r
-/*!\r
-       \brief Internal representation of the type of source in use (file, \r
-       remote/local interface).\r
-\r
-       This indicates a file, i.e. the user want to open a capture from a local file.\r
-*/\r
-#define PCAP_SRC_FILE 2\r
-/*!\r
-       \brief Internal representation of the type of source in use (file, \r
-       remote/local interface).\r
-\r
-       This indicates a local interface, i.e. the user want to open a capture from \r
-       a local interface. This does not involve the RPCAP protocol.\r
-*/\r
-#define PCAP_SRC_IFLOCAL 3\r
-/*!\r
-       \brief Internal representation of the type of source in use (file, \r
-       remote/local interface).\r
-\r
-       This indicates a remote interface, i.e. the user want to open a capture from \r
-       an interface on a remote host. This does involve the RPCAP protocol.\r
-*/\r
-#define PCAP_SRC_IFREMOTE 4\r
-\r
-/*!\r
-       \}\r
-*/\r
-\r
-\r
-\r
-/*! \addtogroup remote_source_string\r
-\r
-       The formats allowed by the pcap_open() are the following:\r
-       - file://path_and_filename [opens a local file]\r
-       - rpcap://devicename [opens the selected device devices available on the local host, without using the RPCAP protocol]\r
-       - rpcap://host/devicename [opens the selected device available on a remote host]\r
-       - rpcap://host:port/devicename [opens the selected device available on a remote host, using a non-standard port for RPCAP]\r
-       - adaptername [to open a local adapter; kept for compability, but it is strongly discouraged]\r
-       - (NULL) [to open the first local adapter; kept for compability, but it is strongly discouraged]\r
-\r
-       The formats allowed by the pcap_findalldevs_ex() are the following:\r
-       - file://folder/ [lists all the files in the given folder]\r
-       - rpcap:// [lists all local adapters]\r
-       - rpcap://host:port/ [lists the devices available on a remote host]\r
-\r
-       Referring to the 'host' and 'port' paramters, they can be either numeric or literal. Since\r
-       IPv6 is fully supported, these are the allowed formats:\r
-\r
-       - host (literal): e.g. host.foo.bar\r
-       - host (numeric IPv4): e.g. 10.11.12.13\r
-       - host (numeric IPv4, IPv6 style): e.g. [10.11.12.13]\r
-       - host (numeric IPv6): e.g. [1:2:3::4]\r
-       - port: can be either numeric (e.g. '80') or literal (e.g. 'http')\r
-\r
-       Here you find some allowed examples:\r
-       - rpcap://host.foo.bar/devicename [everything literal, no port number]\r
-       - rpcap://host.foo.bar:1234/devicename [everything literal, with port number]\r
-       - rpcap://10.11.12.13/devicename [IPv4 numeric, no port number]\r
-       - rpcap://10.11.12.13:1234/devicename [IPv4 numeric, with port number]\r
-       - rpcap://[10.11.12.13]:1234/devicename [IPv4 numeric with IPv6 format, with port number]\r
-       - rpcap://[1:2:3::4]/devicename [IPv6 numeric, no port number]\r
-       - rpcap://[1:2:3::4]:1234/devicename [IPv6 numeric, with port number]\r
-       - rpcap://[1:2:3::4]:http/devicename [IPv6 numeric, with literal port number]\r
-       \r
-       \{\r
-*/\r
-\r
-\r
-/*!\r
-       \brief String that will be used to determine the type of source in use (file,\r
-       remote/local interface).\r
-\r
-       This string will be prepended to the interface name in order to create a string\r
-       that contains all the information required to open the source.\r
-\r
-       This string indicates that the user wants to open a capture from a local file.\r
-*/\r
-#define PCAP_SRC_FILE_STRING "file://"\r
-/*!\r
-       \brief String that will be used to determine the type of source in use (file,\r
-       remote/local interface).\r
-\r
-       This string will be prepended to the interface name in order to create a string\r
-       that contains all the information required to open the source.\r
-\r
-       This string indicates that the user wants to open a capture from a network interface.\r
-       This string does not necessarily involve the use of the RPCAP protocol. If the\r
-       interface required resides on the local host, the RPCAP protocol is not involved\r
-       and the local functions are used.\r
-*/\r
-#define PCAP_SRC_IF_STRING "rpcap://"\r
-\r
-/*!\r
-       \}\r
-*/\r
-\r
-\r
-\r
-\r
-\r
-/*!\r
-       \addtogroup remote_open_flags\r
-       \{\r
-*/\r
-\r
-/*!\r
-       \brief Defines if the adapter has to go in promiscuous mode.\r
-\r
-       It is '1' if you have to open the adapter in promiscuous mode, '0' otherwise.\r
-       Note that even if this parameter is false, the interface could well be in promiscuous\r
-       mode for some other reason (for example because another capture process with \r
-       promiscuous mode enabled is currently using that interface).\r
-       On on Linux systems with 2.2 or later kernels (that have the "any" device), this\r
-       flag does not work on the "any" device; if an argument of "any" is supplied,\r
-       the 'promisc' flag is ignored.\r
-*/\r
-#define PCAP_OPENFLAG_PROMISCUOUS              1\r
-\r
-/*!\r
-       \brief Defines if the data trasfer (in case of a remote\r
-       capture) has to be done with UDP protocol.\r
-\r
-       If it is '1' if you want a UDP data connection, '0' if you want\r
-       a TCP data connection; control connection is always TCP-based.\r
-       A UDP connection is much lighter, but it does not guarantee that all\r
-       the captured packets arrive to the client workstation. Moreover, \r
-       it could be harmful in case of network congestion.\r
-       This flag is meaningless if the source is not a remote interface.\r
-       In that case, it is simply ignored.\r
-*/\r
-#define PCAP_OPENFLAG_DATATX_UDP                       2\r
-\r
-\r
-/*!\r
-       \brief Defines if the remote probe will capture its own generated traffic.\r
-\r
-       In case the remote probe uses the same interface to capture traffic and to send\r
-       data back to the caller, the captured traffic includes the RPCAP traffic as well.\r
-       If this flag is turned on, the RPCAP traffic is excluded from the capture, so that\r
-       the trace returned back to the collector is does not include this traffic.\r
-*/\r
-#define PCAP_OPENFLAG_NOCAPTURE_RPCAP  4\r
-\r
-/*!\r
-       \brief Defines if the local adapter will capture its own generated traffic.\r
-\r
-       This flag tells the underlying capture driver to drop the packets that were sent by itself. \r
-       This is usefult when building applications like bridges, that should ignore the traffic\r
-       they just sent.\r
-*/\r
-#define PCAP_OPENFLAG_NOCAPTURE_LOCAL  8\r
-\r
-/*!\r
-       \brief This flag configures the adapter for maximum responsiveness.\r
-\r
-       In presence of a large value for nbytes, WinPcap waits for the arrival of several packets before \r
-       copying the data to the user. This guarantees a low number of system calls, i.e. lower processor usage, \r
-       i.e. better performance, which is good for applications like sniffers. If the user sets the \r
-       PCAP_OPENFLAG_MAX_RESPONSIVENESS flag, the capture driver will copy the packets as soon as the application \r
-       is ready to receive them. This is suggested for real time applications (like, for example, a bridge) \r
-       that need the best responsiveness.*/\r
-#define PCAP_OPENFLAG_MAX_RESPONSIVENESS       16\r
-\r
-/*!\r
-       \}\r
-*/\r
-\r
-\r
-/*!\r
-       \addtogroup remote_samp_methods\r
-       \{\r
-*/\r
-\r
-/*!\r
-       \brief No sampling has to be done on the current capture.\r
-\r
-       In this case, no sampling algorithms are applied to the current capture.\r
-*/\r
-#define PCAP_SAMP_NOSAMP       0\r
-\r
-/*!\r
-       \brief It defines that only 1 out of N packets must be returned to the user.\r
-\r
-       In this case, the 'value' field of the 'pcap_samp' structure indicates the\r
-       number of packets (minus 1) that must be discarded before one packet got accepted.\r
-       In other words, if 'value = 10', the first packet is returned to the caller, while\r
-       the following 9 are discarded.\r
-*/\r
-#define PCAP_SAMP_1_EVERY_N    1\r
-\r
-/*!\r
-       \brief It defines that we have to return 1 packet every N milliseconds.\r
-\r
-       In this case, the 'value' field of the 'pcap_samp' structure indicates the 'waiting\r
-       time' in milliseconds before one packet got accepted.\r
-       In other words, if 'value = 10', the first packet is returned to the caller; the next \r
-       returned one will be the first packet that arrives when 10ms have elapsed. \r
-*/\r
-#define PCAP_SAMP_FIRST_AFTER_N_MS 2\r
-\r
-/*!\r
-       \}\r
-*/\r
-\r
-\r
-/*!\r
-       \addtogroup remote_auth_methods\r
-       \{\r
-*/\r
-\r
-/*!\r
-       \brief It defines the NULL authentication.\r
-\r
-       This value has to be used within the 'type' member of the pcap_rmtauth structure.\r
-       The 'NULL' authentication has to be equal to 'zero', so that old applications\r
-       can just put every field of struct pcap_rmtauth to zero, and it does work.\r
-*/\r
-#define RPCAP_RMTAUTH_NULL 0\r
-/*!\r
-       \brief It defines the username/password authentication.\r
-\r
-       With this type of authentication, the RPCAP protocol will use the username/\r
-       password provided to authenticate the user on the remote machine. If the\r
-       authentication is successful (and the user has the right to open network devices)\r
-       the RPCAP connection will continue; otherwise it will be dropped.\r
-\r
-       This value has to be used within the 'type' member of the pcap_rmtauth structure.\r
-*/\r
-#define RPCAP_RMTAUTH_PWD 1\r
-\r
-/*!\r
-       \}\r
-*/\r
-\r
-\r
-\r
-\r
-/*!\r
-\r
-       \brief This structure keeps the information needed to autheticate\r
-       the user on a remote machine.\r
-       \r
-       The remote machine can either grant or refuse the access according \r
-       to the information provided.\r
-       In case the NULL authentication is required, both 'username' and\r
-       'password' can be NULL pointers.\r
-       \r
-       This structure is meaningless if the source is not a remote interface;\r
-       in that case, the functions which requires such a structure can accept\r
-       a NULL pointer as well.\r
-*/\r
-struct pcap_rmtauth\r
-{\r
-       /*!\r
-               \brief Type of the authentication required.\r
-\r
-               In order to provide maximum flexibility, we can support different types\r
-               of authentication based on the value of this 'type' variable. The currently \r
-               supported authentication methods are defined into the\r
-               \link remote_auth_methods Remote Authentication Methods Section\endlink.\r
-\r
-       */\r
-       int type;\r
-       /*!\r
-               \brief Zero-terminated string containing the username that has to be \r
-               used on the remote machine for authentication.\r
-               \r
-               This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication\r
-               and it can be NULL.\r
-       */\r
-       char *username;\r
-       /*!\r
-               \brief Zero-terminated string containing the password that has to be \r
-               used on the remote machine for authentication.\r
-               \r
-               This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication\r
-               and it can be NULL.\r
-       */\r
-       char *password;\r
-};\r
-\r
-\r
-/*!\r
-       \brief This structure defines the information related to sampling.\r
-\r
-       In case the sampling is requested, the capturing device should read\r
-       only a subset of the packets coming from the source. The returned packets depend\r
-       on the sampling parameters.\r
-\r
-       \warning The sampling process is applied <strong>after</strong> the filtering process.\r
-       In other words, packets are filtered first, then the sampling process selects a\r
-       subset of the 'filtered' packets and it returns them to the caller.\r
-*/\r
-struct pcap_samp\r
-{\r
-       /*!\r
-               Method used for sampling. Currently, the supported methods are listed in the\r
-               \link remote_samp_methods Sampling Methods Section\endlink.\r
-       */\r
-       int method;\r
-\r
-       /*!\r
-               This value depends on the sampling method defined. For its meaning, please check\r
-               at the \link remote_samp_methods Sampling Methods Section\endlink.\r
-       */\r
-       int value;\r
-};\r
-\r
-\r
-\r
-\r
-//! Maximum lenght of an host name (needed for the RPCAP active mode)\r
-#define RPCAP_HOSTLIST_SIZE 1024\r
-\r
-\r
-/*!\r
-       \}\r
-*/ // end of public documentation\r
-\r
-\r
-// Exported functions\r
-\r
-\r
-\r
-/** \name New WinPcap functions\r
-\r
-       This section lists the new functions that are able to help considerably in writing\r
-       WinPcap programs because of their easiness of use.\r
- */\r
-//\{\r
-pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf);\r
-int pcap_createsrcstr(char *source, int type, const char *host, const char *port, const char *name, char *errbuf);\r
-int pcap_parsesrcstr(const char *source, int *type, char *host, char *port, char *name, char *errbuf);\r
-int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);\r
-struct pcap_samp *pcap_setsampling(pcap_t *p);\r
-\r
-//\}\r
-// End of new winpcap functions\r
-\r
-\r
-\r
-/** \name Remote Capture functions\r
- */\r
-//\{ \r
-SOCKET pcap_remoteact_accept(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, char *errbuf);\r
-int pcap_remoteact_list(char *hostlist, char sep, int size, char *errbuf);\r
-int pcap_remoteact_close(const char *host, char *errbuf);\r
-void pcap_remoteact_cleanup();\r
-//\}\r
-// End of remote capture functions\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif\r
-\r
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/wpcap.lib b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/wpcap.lib
deleted file mode 100644 (file)
index f832e04..0000000
Binary files a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/wpcap.lib and /dev/null differ
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
deleted file mode 100644 (file)
index ec948d2..0000000
+++ /dev/null
@@ -1,307 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdio.h>\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include <FreeRTOS.h>\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* Demo application includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "SimpleClientAndServer.h"\r
-#include "TwoEchoClients.h"\r
-#include "UDPCommandInterpreter.h"\r
-#include "SelectServer.h"\r
-\r
-/* UDP command server task parameters. */\r
-#define mainUDP_CLI_TASK_PRIORITY                                      ( tskIDLE_PRIORITY )\r
-#define mainUDP_CLI_PORT_NUMBER                                                ( 5001UL )\r
-#define mainUDP_CLI_TASK_STACK_SIZE                                    ( configMINIMAL_STACK_SIZE )\r
-\r
-/* Simple UDP client and server task parameters. */\r
-#define mainSIMPLE_CLIENT_SERVER_TASK_PRIORITY         ( tskIDLE_PRIORITY )\r
-#define mainSIMPLE_CLIENT_SERVER_PORT                          ( 5005UL )\r
-#define mainSIMPLE_CLIENT_SERVER_TASK_STACK_SIZE       ( configMINIMAL_STACK_SIZE )\r
-\r
-/* Select UDP server task parameters. */\r
-#define mainSELECT_SERVER_TASK_PRIORITY                                ( tskIDLE_PRIORITY )\r
-#define mainSELECT_SERVER_PORT                                         ( 10001UL )\r
-#define mainSELECT_SERVER_TASK_STACK_SIZE                      ( configMINIMAL_STACK_SIZE )\r
-\r
-/* Echo client task parameters. */\r
-#define mainECHO_CLIENT_TASK_STACK_SIZE                        ( configMINIMAL_STACK_SIZE * 2 )\r
-#define mainECHO_CLIENT_TASK_PRIORITY                          ( tskIDLE_PRIORITY + 1 )\r
-\r
-/* Set the following constants to 1 or 0 to define which tasks to include and\r
-exclude. */\r
-#define mainCREATE_UDP_CLI_TASKS                                       1\r
-#define mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS      0\r
-#define mainCREATE_SELECT_UDP_SERVER_TASKS                     0\r
-#define mainCREATE_UDP_ECHO_TASKS                                      1\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Register commands that can be used with FreeRTOS+CLI through the UDP socket.\r
- * The commands are defined in CLI-commands.c.\r
- */\r
-extern void vRegisterCLICommands( void );\r
-\r
-/* The default IP and MAC address used by the demo.  The address configuration\r
-defined here will be used if ipconfigUSE_DHCP is 0, or if ipconfigUSE_DHCP is\r
-1 but a DHCP server could not be contacted.  See the online documentation for\r
-more information. */\r
-static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_ADDR3 };\r
-static const uint8_t ucNetMask[ 4 ] = { configNET_MASK0, configNET_MASK1, configNET_MASK2, configNET_MASK3 };\r
-static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATEWAY_ADDR2, configGATEWAY_ADDR3 };\r
-static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, configDNS_SERVER_ADDR2, configDNS_SERVER_ADDR3 };\r
-\r
-/* Default MAC address configuration.  The demo creates a virtual network\r
-connection that uses this MAC address by accessing the raw Ethernet data\r
-to and from a real network connection on the host PC.  See the\r
-configNETWORK_INTERFACE_TO_USE definition for information on how to configure\r
-the real network connection to use. */\r
-const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_ADDR2, configMAC_ADDR3, configMAC_ADDR4, configMAC_ADDR5 };\r
-\r
-/* Used to guard prints to the console. */\r
-static xSemaphoreHandle xConsoleMutex = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-\r
-\r
-/******************************************************************************\r
- *\r
- * See the following web page for information on using this demo.\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_CLI_Windows_Simulator.shtml\r
- *\r
- ******************************************************************************/\r
-\r
-\r
-int main( void )\r
-{\r
-const uint32_t ulLongTime_ms = 250UL;\r
-\r
-       /* Create a mutex that is used to guard against the console being accessed\r
-       by more than one task simultaniously. */\r
-       xConsoleMutex = xSemaphoreCreateMutex();\r
-\r
-       /* Initialise the network interface.  Tasks that use the network are\r
-       created in the network event hook when the network is connected and ready\r
-       for use.  The address values passed in here are used if ipconfigUSE_DHCP is\r
-       set to 0, or if ipconfigUSE_DHCP is set to 1 but a DHCP server cannot be\r
-       contacted. */\r
-       FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress );\r
-\r
-       /* Register commands with the FreeRTOS+CLI command interpreter. */\r
-       vRegisterCLICommands();\r
-\r
-       /* Start the RTOS scheduler. */\r
-       vTaskStartScheduler();\r
-\r
-       /* If all is well, the scheduler will now be running, and the following\r
-       line will never be reached.  If the following line does execute, then\r
-       there was insufficient FreeRTOS heap memory available for the idle and/or\r
-       timer tasks     to be created.  See the memory management section on the\r
-       FreeRTOS web site for more details (this is standard text that is not\r
-       really applicable to the Win32 simulator port). */\r
-       for( ;; )\r
-       {\r
-               Sleep( ulLongTime_ms );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationIdleHook( void )\r
-{\r
-const unsigned long ulMSToSleep = 5;\r
-\r
-       /* This function is called on each cycle of the idle task if\r
-       configUSE_IDLE_HOOK is set to 1 in FreeRTOSConfig.h.  Sleep to reduce CPU\r
-       load. */\r
-       Sleep( ulMSToSleep );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vAssertCalled( void )\r
-{\r
-const unsigned long ulLongSleep = 1000UL;\r
-volatile uint32_t ulBlockVariable = 0UL;\r
-\r
-       /* Setting ulBlockVariable to a non-zero value in the debugger will allow\r
-       this function to be exited. */\r
-       taskDISABLE_INTERRUPTS();\r
-       {\r
-               while( ulBlockVariable == 0UL )\r
-               {\r
-                       Sleep( ulLongSleep );\r
-               }\r
-       }\r
-       taskENABLE_INTERRUPTS();\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vOutputString( char *pcMessage )\r
-{\r
-       /* Wrap the standard windows console output (as opposed to the FreeRTOS+CLI\r
-       console) with a mutex to ensure it can only be accessed by one task at a\r
-       time. */\r
-       xSemaphoreTake( xConsoleMutex, portMAX_DELAY );\r
-               printf( pcMessage );\r
-       xSemaphoreGive( xConsoleMutex );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called by FreeRTOS+UDP when the network connects. */\r
-void vApplicationIPNetworkEventHook( eIPCallbackEvent_t eNetworkEvent )\r
-{\r
-uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress;\r
-int8_t cBuffer[ 16 ];\r
-static BaseType_t xTasksAlreadyCreated = pdFALSE;\r
-\r
-       if( eNetworkEvent == eNetworkUp )\r
-       {\r
-               /* Create the tasks that use the IP stack if they have not already been\r
-               created. */\r
-               if( xTasksAlreadyCreated == pdFALSE )\r
-               {\r
-                       #if( mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS == 1 )\r
-                       {\r
-                               /* Create tasks that demonstrate sending and receiving in both\r
-                               standard and zero copy mode. */\r
-                               vStartSimpleUDPClientServerTasks( mainSIMPLE_CLIENT_SERVER_TASK_STACK_SIZE, mainSIMPLE_CLIENT_SERVER_PORT, mainSIMPLE_CLIENT_SERVER_TASK_PRIORITY );\r
-                       }\r
-                       #endif /* mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS */\r
-\r
-                       #if( mainCREATE_SELECT_UDP_SERVER_TASKS == 1 )\r
-                       {\r
-                               /* Create tasks that demonstrate sending and receiving in both\r
-                               standard and zero copy mode. */\r
-                               vStartSelectUDPServerTasks( mainSELECT_SERVER_TASK_STACK_SIZE, mainSELECT_SERVER_PORT, mainSELECT_SERVER_TASK_PRIORITY );\r
-                       }\r
-                       #endif /* mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS */\r
-\r
-\r
-                       #if( mainCREATE_UDP_ECHO_TASKS == 1 )\r
-                       {\r
-                               /* Create the tasks that transmit to and receive from a standard\r
-                               echo server (see the web documentation for this port) in both\r
-                               standard and zero copy mode. */\r
-                               vStartEchoClientTasks( mainECHO_CLIENT_TASK_STACK_SIZE, mainECHO_CLIENT_TASK_PRIORITY );\r
-                       }\r
-                       #endif /* mainCREATE_UDP_ECHO_TASKS */\r
-\r
-                       #if( mainCREATE_UDP_CLI_TASKS == 1 )\r
-                       {\r
-                               /* Create the task that handles the CLI on a UDP port.  The port number\r
-                               is set using the configUDP_CLI_PORT_NUMBER setting in FreeRTOSConfig.h. */\r
-                               vStartUDPCommandInterpreterTask( mainUDP_CLI_TASK_STACK_SIZE, mainUDP_CLI_PORT_NUMBER, mainUDP_CLI_TASK_PRIORITY );\r
-                       }\r
-                       #endif /* mainCREATE_UDP_CLI_TASKS */\r
-\r
-                       xTasksAlreadyCreated = pdTRUE;\r
-               }\r
-\r
-               /* Print out the network configuration, which may have come from a DHCP\r
-               server. */\r
-               FreeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress );\r
-               vOutputString( "IP Address: " );\r
-               FreeRTOS_inet_ntoa( ulIPAddress, cBuffer );\r
-               vOutputString( ( char * ) cBuffer );\r
-               vOutputString( "\r\nSubnet Mask: " );\r
-               FreeRTOS_inet_ntoa( ulNetMask, cBuffer );\r
-               vOutputString( ( char * ) cBuffer );\r
-               vOutputString( "\r\nGateway Address: " );\r
-               FreeRTOS_inet_ntoa( ulGatewayAddress, cBuffer );\r
-               vOutputString( ( char * ) cBuffer );\r
-               vOutputString( "\r\nDNS Server Address: " );\r
-               FreeRTOS_inet_ntoa( ulDNSServerAddress, cBuffer );\r
-               vOutputString( ( char * ) cBuffer );\r
-               vOutputString( "\r\n\r\n" );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called automatically when a reply to an outgoing ping is received. */\r
-void vApplicationPingReplyHook( ePingReplyStatus_t eStatus, uint16_t usIdentifier )\r
-{\r
-static const uint8_t *pcSuccess = ( uint8_t * ) "Ping reply received - ";\r
-static const uint8_t *pcInvalidChecksum = ( uint8_t * ) "Ping reply received with invalid checksum - ";\r
-static const uint8_t *pcInvalidData = ( uint8_t * ) "Ping reply received with invalid data - ";\r
-static uint8_t cMessage[ 50 ];\r
-\r
-\r
-       switch( eStatus )\r
-       {\r
-               case eSuccess   :\r
-                       vOutputString( ( char * ) pcSuccess );\r
-                       break;\r
-\r
-               case eInvalidChecksum :\r
-                       vOutputString( ( char * ) pcInvalidChecksum );\r
-                       break;\r
-\r
-               case eInvalidData :\r
-                       vOutputString( ( char * ) pcInvalidData );\r
-                       break;\r
-\r
-               default :\r
-                       /* It is not possible to get here as all enums have their own\r
-                       case. */\r
-                       break;\r
-       }\r
-\r
-       sprintf( ( char * ) cMessage, "identifier %d\r\n", ( int ) usIdentifier );\r
-       vOutputString( ( char * ) cMessage );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationMallocFailedHook( void )\r
-{\r
-       /* vApplicationMallocFailedHook() will only be called if\r
-       configUSE_MALLOC_FAILED_HOOK is set to 1 in FreeRTOSConfig.h.  It is a hook\r
-       function that will get called if a call to pvPortMalloc() fails.\r
-       pvPortMalloc() is called internally by the kernel whenever a task, queue,\r
-       timer or semaphore is created.  It is also called by various parts of the\r
-       demo application.  If heap_1.c, heap_2.c or heap_4.c are used, then the\r
-       size of the heap available to pvPortMalloc() is defined by\r
-       configTOTAL_HEAP_SIZE in FreeRTOSConfig.h, and the xPortGetFreeHeapSize()\r
-       API function can be used to query the size of free heap space that remains\r
-       (although it does not provide information on how the remaining heap might\r
-       be fragmented). */\r
-       taskDISABLE_INTERRUPTS();\r
-       for( ;; );\r
-}\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
deleted file mode 100644 (file)
index 752e5dc..0000000
+++ /dev/null
@@ -1,728 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "timers.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_DHCP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkInterface.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-/* Exclude the entire file if DHCP is not enabled. */\r
-#if ipconfigUSE_DHCP != 0\r
-\r
-#if ( ipconfigUSE_DHCP != 0 ) && ( ipconfigNETWORK_MTU < 586 )\r
-       /* DHCP must be able to receive an options field of 312 bytes, the fixed\r
-       part of the DHCP packet is 240 bytes, and the IP/UDP headers take 28 bytes. */\r
-       #error ipconfigNETWORK_MTU needs to be at least 586 to use DHCP (588 if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is set to 1)\r
-#endif\r
-\r
-/* Parameter widths in the DHCP packet. */\r
-#define dhcpCLIENT_HARDWARE_ADDRESS_LENGTH             16\r
-#define dhcpSERVER_HOST_NAME_LENGTH                            64\r
-#define dhcpBOOT_FILE_NAME_LENGTH                              128\r
-\r
-/* Timer parameters.  Windows simulator times are much shorter because simulated\r
-time is not real time. */\r
-#ifdef _WINDOWS_\r
-       #define dhcpINITIAL_DHCP_TX_PERIOD                      ( 100 / portTICK_RATE_MS )\r
-       #define dhcpINITIAL_TIMER_PERIOD                        ( 10 / portTICK_RATE_MS )\r
-       #define dhcpMAX_TIME_TO_WAIT_FOR_ACK            ( 200 / portTICK_RATE_MS )\r
-#else\r
-       #define dhcpINITIAL_DHCP_TX_PERIOD                      ( 5000 / portTICK_RATE_MS )\r
-       #define dhcpINITIAL_TIMER_PERIOD                        ( 250 / portTICK_RATE_MS )\r
-       #define dhcpMAX_TIME_TO_WAIT_FOR_ACK            ( 5000 / portTICK_RATE_MS )\r
-#endif /* _WINDOWS_ */\r
-\r
-/* Codes of interest found in the DHCP options field. */\r
-#define dhcpSUBNET_MASK_OPTION_CODE                            ( 1 )\r
-#define dhcpGATEWAY_OPTION_CODE                                        ( 3 )\r
-#define hdcpDNS_SERVER_OPTIONS_CODE                            ( 6 )\r
-#define dhcpMESSAGE_TYPE_OPTION_CODE                   ( 53 )\r
-#define dhcpLEASE_TIME_OPTION_CODE                             ( 51 )\r
-#define dhcpCLIENT_IDENTIFIER_OPTION_CODE              ( 61 )\r
-#define dhcpPARAMETER_REQUEST_OPTION_CODE              ( 55 )\r
-#define dhcpREQUEST_IP_ADDRESS_OPTION_CODE             ( 50 )\r
-#define dhcpSERVER_IP_ADDRESS_OPTION_CODE              ( 54 )\r
-\r
-/* The four DHCP message types of interest. */\r
-#define dhcpMESSAGE_TYPE_DISCOVER                              ( 1 )\r
-#define dhcpMESSAGE_TYPE_OFFER                                 ( 2 )\r
-#define dhcpMESSAGE_TYPE_REQUEST                               ( 3 )\r
-#define dhcpMESSAGE_TYPE_ACK                                   ( 5 )\r
-#define dhcpMESSAGE_TYPE_NACK                                  ( 6 )\r
-\r
-/* Offsets into the transmitted DHCP options fields at which various parameters\r
-are located. */\r
-#define dhcpCLIENT_IDENTIFIER_OFFSET                   ( 5 )\r
-#define dhcpREQUESTED_IP_ADDRESS_OFFSET                        ( 13 )\r
-#define dhcpDHCP_SERVER_IP_ADDRESS_OFFSET              ( 19 )\r
-\r
-/* Values used in the DHCP packets. */\r
-#define dhcpREQUEST_OPCODE                                             ( 1 )\r
-#define dhcpREPLY_OPCODE                                               ( 2 )\r
-#define dhcpADDRESS_TYPE_ETHERNET                              ( 1 )\r
-#define dhcpETHERNET_ADDRESS_LENGTH                            ( 6 )\r
-\r
-/* If a lease time is not received, use the default of two days. */\r
-#define dhcpDEFAULT_LEASE_TIME                                 ( ( 48UL * 60UL * 60UL * 1000UL ) / portTICK_RATE_MS ) /* 48 hours in ticks. */\r
-\r
-/* Don't allow the lease time to be too short. */\r
-#define dhcpMINIMUM_LEASE_TIME                                 ( 60000UL / portTICK_RATE_MS )  /* 60 seconds in ticks. */\r
-\r
-/* Marks the end of the variable length options field in the DHCP packet. */\r
-#define dhcpOPTION_END_BYTE 0xff\r
-\r
-/* Offset into a DHCP message at which the first byte of the options is\r
-located. */\r
-#define dhcpFIRST_OPTION_BYTE_OFFSET                   ( 0xf0 )\r
-\r
-/* When walking the variable length options field, the following value is used\r
-to ensure the walk has not gone past the end of the valid options.  2 bytes is\r
-made up of the length byte, and minimum one byte value. */\r
-#define dhcpMAX_OPTION_LENGTH_OF_INTEREST              ( 2L )\r
-\r
-/* Standard DHCP port numbers and magic cookie value. */\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-       #define dhcpCLIENT_PORT 0x4400\r
-       #define dhcpSERVER_PORT 0x4300\r
-       #define dhcpCOOKIE              0x63538263\r
-       #define dhcpBROADCAST   0x0080\r
-#else\r
-       #define dhcpCLIENT_PORT 0x0044\r
-       #define dhcpSERVER_PORT 0x0043\r
-       #define dhcpCOOKIE              0x63825363\r
-       #define dhcpBROADCAST   0x8000\r
-#endif /* ipconfigBYTE_ORDER */\r
-\r
-#include "pack_struct_start.h"\r
-struct xDHCPMessage\r
-{\r
-       uint8_t ucOpcode;\r
-       uint8_t ucAddressType;\r
-       uint8_t ucAddressLength;\r
-       uint8_t ucHops;\r
-       uint32_t ulTransactionID;\r
-       uint16_t usElapsedTime;\r
-       uint16_t usFlags;\r
-       uint32_t ulClientIPAddress_ciaddr;\r
-       uint32_t ulYourIPAddress_yiaddr;\r
-       uint32_t ulServerIPAddress_siaddr;\r
-       uint32_t ulRelayAgentIPAddress_giaddr;\r
-       uint8_t ucClientHardwareAddress[ dhcpCLIENT_HARDWARE_ADDRESS_LENGTH ];\r
-       uint8_t ucServerHostName[ dhcpSERVER_HOST_NAME_LENGTH ];\r
-       uint8_t ucBootFileName[ dhcpBOOT_FILE_NAME_LENGTH ];\r
-       uint32_t ulDHCPCookie;\r
-       uint8_t ucFirstOptionByte;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xDHCPMessage xDHCPMessage_t;\r
-\r
-/* DHCP state machine states. */\r
-typedef enum\r
-{\r
-       eWaitingSendFirstDiscover = 0,  /* Initial state.  Send a discover the first time it is called, and reset all timers. */\r
-       eWaitingOffer,                                  /* Either resend the discover, or, if the offer is forthcoming, send a request. */\r
-       eWaitingAcknowledge,                    /* Either resend the request. */\r
-       eLeasedAddress,                                 /* Resend the request at the appropriate time to renew the lease. */\r
-       eNotUsingLeasedAddress                  /* DHCP failed, and a default IP address is being used. */\r
-} eDHCPState_t;\r
-\r
-/*\r
- * Generate a DHCP discover message and send it on the DHCP socket.\r
- */\r
-static void prvSendDHCPDiscover( xMACAddress_t *pxMACAddress );\r
-\r
-/*\r
- * Interpret message received on the DHCP socket.\r
- */\r
-static BaseType_t prvProcessDHCPReplies( uint8_t ucExpectedMessageType, xMACAddress_t *pxMACAddress, xNetworkAddressingParameters_t *pxNetworkAddressing );\r
-\r
-/*\r
- * Generate a DHCP request packet, and send it on the DHCP socket.\r
- */\r
-static void prvSendDHCPRequest( xMACAddress_t *pxMACAddress );\r
-\r
-/*\r
- * Prepare to start a DHCP transaction.  This initialises some state variables\r
- * and creates the DHCP socket if necessary.\r
- */\r
-static void prvInitialiseDHCP( void );\r
-\r
-/*\r
- * Creates the part of outgoing DHCP messages that are common to all outgoing\r
- * DHCP messages.\r
- */\r
-static uint8_t *prvCreatePartDHCPMessage( struct freertos_sockaddr *pxAddress, xMACAddress_t *pxMACAddress, uint8_t ucOpcode, const uint8_t * const pucOptionsArray, size_t xOptionsArraySize );\r
-\r
-/*\r
- * Create the DHCP socket, if it has not been created already.\r
- */\r
-static void prvCreateDHCPSocket( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The timer used to drive the DHCP state machine. */\r
-static xTimerHandle xDHCPTimer = NULL;\r
-\r
-/* The UDP socket used for all incoming and outgoing DHCP traffic. */\r
-static xSocket_t xDHCPSocket = NULL;\r
-\r
-/* Hold information in between steps in the DHCP state machine. */\r
-static uint32_t ulTransactionId = 0UL, ulOfferedIPAddress = 0UL, ulDHCPServerAddress = 0UL, ulLeaseTime = 0;\r
-\r
-/* Hold information on the current timer state. */\r
-static TickType_t xDHCPTxTime = 0x00, xDHCPTxPeriod = 0x00;\r
-\r
-/* Maintains the DHCP state machine state. */\r
-static eDHCPState_t eDHCPState = eWaitingSendFirstDiscover;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vDHCPProcess( BaseType_t xReset, xMACAddress_t *pxMACAddress, uint32_t *pulIPAddress, xNetworkAddressingParameters_t *pxNetworkAddressing )\r
-{\r
-       if( xReset != pdFALSE )\r
-       {\r
-               eDHCPState = eWaitingSendFirstDiscover;\r
-       }\r
-\r
-       switch( eDHCPState )\r
-       {\r
-               case eWaitingSendFirstDiscover :\r
-\r
-                       /* Initial state.  Create the DHCP socket, timer, etc. if they\r
-                       have not already been created. */\r
-                       prvInitialiseDHCP();\r
-                       *pulIPAddress = 0UL;\r
-\r
-                       /* Send the first discover request. */\r
-                       if( xDHCPSocket != NULL )\r
-                       {\r
-                               xDHCPTxTime = xTaskGetTickCount();\r
-                               prvSendDHCPDiscover( pxMACAddress );\r
-                               eDHCPState = eWaitingOffer;\r
-                       }\r
-                       break;\r
-\r
-               case eWaitingOffer :\r
-\r
-                       /* Look for offers coming in. */\r
-                       if( prvProcessDHCPReplies( dhcpMESSAGE_TYPE_OFFER, pxMACAddress, pxNetworkAddressing ) == pdPASS )\r
-                       {\r
-                               /* An offer has been made, generate the request. */\r
-                               xDHCPTxTime = xTaskGetTickCount();\r
-                               xDHCPTxPeriod = dhcpINITIAL_DHCP_TX_PERIOD;\r
-                               prvSendDHCPRequest( pxMACAddress );\r
-                               eDHCPState = eWaitingAcknowledge;\r
-                       }\r
-                       else\r
-                       {\r
-                               /* Is it time to send another Discover? */\r
-                               if( ( xTaskGetTickCount() - xDHCPTxTime ) > xDHCPTxPeriod )\r
-                               {\r
-                                       /* Increase the time period, and if it has not got to the\r
-                                       point of giving up - send another discovery. */\r
-                                       xDHCPTxPeriod <<= 1;\r
-                                       if( xDHCPTxPeriod <= ipconfigMAXIMUM_DISCOVER_TX_PERIOD )\r
-                                       {\r
-                                               ulTransactionId++;\r
-                                               xDHCPTxTime = xTaskGetTickCount();\r
-                                               prvSendDHCPDiscover( pxMACAddress );\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* Revert to static IP address. */\r
-                                               taskENTER_CRITICAL();\r
-                                               {\r
-                                                       *pulIPAddress = pxNetworkAddressing->ulDefaultIPAddress;\r
-                                                       iptraceDHCP_REQUESTS_FAILED_USING_DEFAULT_IP_ADDRESS( pxNetworkAddressing->ulDefaultIPAddress );\r
-                                               }\r
-                                               taskEXIT_CRITICAL();\r
-                                               eDHCPState = eNotUsingLeasedAddress;\r
-                                               xTimerStop( xDHCPTimer, ( TickType_t ) 0 );\r
-\r
-                                               #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
-                                               {\r
-                                                       vApplicationIPNetworkEventHook( eNetworkUp );\r
-                                               }\r
-                                               #endif\r
-\r
-                                               /* Static configuration is being used, so the network is now up. */\r
-                                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                                               {\r
-                                                       /* Return value is used in configASSERT() inside the\r
-                                                       function. */\r
-                                                       ( void ) xStartNabtoTask();\r
-                                               }\r
-                                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
-                                               /* Close socket to ensure packets don't queue on it. */\r
-                                               FreeRTOS_closesocket( xDHCPSocket );\r
-                                               xDHCPSocket = NULL;\r
-                                       }\r
-                               }\r
-                       }\r
-                       break;\r
-\r
-               case eWaitingAcknowledge :\r
-\r
-                       /* Look for acks coming in. */\r
-                       if( prvProcessDHCPReplies( dhcpMESSAGE_TYPE_ACK, pxMACAddress, pxNetworkAddressing ) == pdPASS )\r
-                       {\r
-                               /* DHCP completed.  The IP address can now be used, and the\r
-                               timer set to the lease timeout time. */\r
-                               *pulIPAddress = ulOfferedIPAddress;\r
-                               eDHCPState = eLeasedAddress;\r
-\r
-                               #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
-                               {\r
-                                       vApplicationIPNetworkEventHook( eNetworkUp );\r
-                               }\r
-                               #endif\r
-\r
-                               /* Static configuration is being used, so the network is now\r
-                               up. */\r
-                               #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                               {\r
-                                       /* Return value is used in configASSERT() inside the\r
-                                       function. */\r
-                                       ( void ) xStartNabtoTask();\r
-                               }\r
-                               #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-\r
-                               /* Close socket to ensure packets don't queue on it. */\r
-                               FreeRTOS_closesocket( xDHCPSocket );\r
-                               xDHCPSocket = NULL;\r
-\r
-                               if( ulLeaseTime == 0UL )\r
-                               {\r
-                                       ulLeaseTime = dhcpDEFAULT_LEASE_TIME;\r
-                               }\r
-                               else if( ulLeaseTime < dhcpMINIMUM_LEASE_TIME )\r
-                               {\r
-                                       ulLeaseTime = dhcpMINIMUM_LEASE_TIME;\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* The lease time is already valid. */\r
-                               }\r
-\r
-                               xTimerChangePeriod( xDHCPTimer, ulLeaseTime, portMAX_DELAY );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* Is it time to send another Discover? */\r
-                               if( ( xTaskGetTickCount() - xDHCPTxTime ) > xDHCPTxPeriod )\r
-                               {\r
-                                       /* Increase the time period, and if it has not got to the\r
-                                       point of giving up - send another request. */\r
-                                       xDHCPTxPeriod <<= 1;\r
-                                       if( xDHCPTxPeriod <= ipconfigMAXIMUM_DISCOVER_TX_PERIOD )\r
-                                       {\r
-                                               xDHCPTxTime = xTaskGetTickCount();\r
-                                               prvSendDHCPRequest( pxMACAddress );\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* Give up, start again. */\r
-                                               eDHCPState = eWaitingSendFirstDiscover;\r
-                                       }\r
-                               }\r
-                       }\r
-                       break;\r
-\r
-               case eLeasedAddress :\r
-\r
-                       /* Resend the request at the appropriate time to renew the lease. */\r
-                       prvCreateDHCPSocket();\r
-                       if( xDHCPSocket != NULL )\r
-                       {\r
-                               xDHCPTxTime = xTaskGetTickCount();\r
-                               xDHCPTxPeriod = dhcpINITIAL_DHCP_TX_PERIOD;\r
-                               prvSendDHCPRequest( pxMACAddress );\r
-                               eDHCPState = eWaitingAcknowledge;\r
-                       }\r
-                       xTimerChangePeriod( xDHCPTimer, dhcpINITIAL_TIMER_PERIOD, portMAX_DELAY );\r
-                       break;\r
-\r
-               case eNotUsingLeasedAddress:\r
-                       xTimerStop( xDHCPTimer, ( TickType_t ) 0 );\r
-                       break;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvCreateDHCPSocket( void )\r
-{\r
-struct freertos_sockaddr xAddress;\r
-BaseType_t xReturn;\r
-TickType_t xTimeoutTime = 0;\r
-\r
-       /* Create the socket, if it has not already been created. */\r
-       if( xDHCPSocket == NULL )\r
-       {\r
-               xDHCPSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-               configASSERT( ( xDHCPSocket != FREERTOS_INVALID_SOCKET ) );\r
-\r
-               /* Ensure the Rx and Tx timeouts are zero as the DHCP executes in the\r
-               context of the IP task. */\r
-               FreeRTOS_setsockopt( xDHCPSocket, 0, FREERTOS_SO_RCVTIMEO, ( void * ) &xTimeoutTime, sizeof( TickType_t ) );\r
-               FreeRTOS_setsockopt( xDHCPSocket, 0, FREERTOS_SO_SNDTIMEO, ( void * ) &xTimeoutTime, sizeof( TickType_t ) );\r
-\r
-               /* Bind to the standard DHCP client port. */\r
-               xAddress.sin_port = dhcpCLIENT_PORT;\r
-               xReturn = FreeRTOS_bind( xDHCPSocket, &xAddress, sizeof( xAddress ) );\r
-               configASSERT( xReturn == 0 );\r
-\r
-               /* Remove compiler warnings if configASSERT() is not defined. */\r
-               ( void ) xReturn;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvInitialiseDHCP( void )\r
-{\r
-extern void vIPFunctionsTimerCallback( xTimerHandle xTimer );\r
-\r
-       /* Initialise the parameters that will be set by the DHCP process. */\r
-       if( ulTransactionId == 0 )\r
-       {\r
-               ulTransactionId = ipconfigRAND32();\r
-       }\r
-       else\r
-       {\r
-               ulTransactionId++;\r
-       }\r
-       ulOfferedIPAddress = 0UL;\r
-       ulDHCPServerAddress = 0UL;\r
-       xDHCPTxPeriod = dhcpINITIAL_DHCP_TX_PERIOD;\r
-\r
-       /* Create the DHCP socket if it has not already been created. */\r
-       prvCreateDHCPSocket();\r
-\r
-       if( xDHCPTimer == NULL )\r
-       {\r
-               xDHCPTimer = xTimerCreate( "DHCP", dhcpINITIAL_TIMER_PERIOD, pdTRUE, ( void * ) eDHCPEvent, vIPFunctionsTimerCallback );\r
-               configASSERT( xDHCPTimer );\r
-               xTimerStart( xDHCPTimer, portMAX_DELAY );\r
-       }\r
-       else\r
-       {\r
-               xTimerChangePeriod( xDHCPTimer, dhcpINITIAL_TIMER_PERIOD, portMAX_DELAY );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvProcessDHCPReplies( uint8_t ucExpectedMessageType, xMACAddress_t *pxMACAddress, xNetworkAddressingParameters_t *pxNetworkAddressing )\r
-{\r
-uint8_t *pucUDPPayload, *pucLastByte;\r
-struct freertos_sockaddr xClient;\r
-uint32_t xClientLength = sizeof( xClient );\r
-int32_t lBytes;\r
-xDHCPMessage_t *pxDHCPMessage;\r
-uint8_t *pucByte, ucOptionCode, ucLength;\r
-uint32_t ulProcessed;\r
-BaseType_t xReturn = pdFALSE;\r
-const uint32_t ulMandatoryOptions = 2; /* DHCP server address, and the correct DHCP message type must be present in the options. */\r
-\r
-       lBytes = FreeRTOS_recvfrom( xDHCPSocket, ( void * ) &pucUDPPayload, 0, FREERTOS_ZERO_COPY, &xClient, &xClientLength );\r
-\r
-       if( lBytes > 0 )\r
-       {\r
-               /* Map a DHCP structure onto the received data. */\r
-               pxDHCPMessage = ( xDHCPMessage_t * ) ( pucUDPPayload );\r
-\r
-               /* Sanity check. */\r
-               if( ( pxDHCPMessage->ulDHCPCookie == dhcpCOOKIE ) && ( pxDHCPMessage->ucOpcode == dhcpREPLY_OPCODE ) && ( pxDHCPMessage->ulTransactionID == ulTransactionId ) )\r
-               {\r
-                       if( memcmp( ( void * ) &( pxDHCPMessage->ucClientHardwareAddress ), ( void * ) pxMACAddress, sizeof( xMACAddress_t ) ) == 0 )\r
-                       {\r
-                               /* None of the essential options have been processed yet. */\r
-                               ulProcessed = 0;\r
-\r
-                               /* Walk through the options until the dhcpOPTION_END_BYTE byte\r
-                               is found, taking care not to walk off the end of the options. */\r
-                               pucByte = &( pxDHCPMessage->ucFirstOptionByte );\r
-                               pucLastByte = &( pucUDPPayload[ lBytes - dhcpMAX_OPTION_LENGTH_OF_INTEREST ] );\r
-                               while( ( *pucByte != dhcpOPTION_END_BYTE ) && ( pucByte < pucLastByte ) )\r
-                               {\r
-                                       ucOptionCode = *pucByte;\r
-                                       pucByte++;\r
-                                       ucLength = *pucByte;\r
-                                       pucByte++;\r
-\r
-                                       switch( ucOptionCode )\r
-                                       {\r
-                                               case dhcpMESSAGE_TYPE_OPTION_CODE       :\r
-\r
-                                                       if( *pucByte == ucExpectedMessageType )\r
-                                                       {\r
-                                                               /* The message type is the message type the\r
-                                                               state machine is expecting. */\r
-                                                               ulProcessed++;\r
-                                                       }\r
-                                                       else if( *pucByte == dhcpMESSAGE_TYPE_NACK )\r
-                                                       {\r
-                                                               if( ucExpectedMessageType == dhcpMESSAGE_TYPE_ACK )\r
-                                                               {\r
-                                                                       /* Start again. */\r
-                                                                       eDHCPState = eWaitingSendFirstDiscover;\r
-                                                               }\r
-                                                       }\r
-                                                       else\r
-                                                       {\r
-                                                               /* Don't process other message types. */\r
-                                                       }\r
-                                                       break;\r
-\r
-                                               case dhcpSUBNET_MASK_OPTION_CODE :\r
-\r
-                                                       if( ucLength == sizeof( uint32_t ) )\r
-                                                       {\r
-                                                               memcpy( ( void * ) &( pxNetworkAddressing->ulNetMask ), ( void * ) pucByte, ( size_t ) ucLength );\r
-                                                       }\r
-                                                       break;\r
-\r
-                                               case dhcpGATEWAY_OPTION_CODE :\r
-\r
-                                                       if( ucLength == sizeof( uint32_t ) )\r
-                                                       {\r
-                                                               /* ulProcessed is not incremented in this case\r
-                                                               because the gateway is not essential. */\r
-                                                               memcpy( ( void * ) &( pxNetworkAddressing->ulGatewayAddress ), ( void * ) pucByte, ( size_t ) ucLength );\r
-                                                       }\r
-                                                       break;\r
-\r
-                                               case hdcpDNS_SERVER_OPTIONS_CODE :\r
-\r
-                                                       /* ulProcessed is not incremented in this case\r
-                                                       because the DNS server is not essential.  Only the\r
-                                                       first DNS server address is taken. */\r
-                                                       memcpy( ( void * ) &( pxNetworkAddressing->ulDNSServerAddress ), ( void * ) pucByte, sizeof( uint32_t ) );\r
-                                                       break;\r
-\r
-                                               case dhcpSERVER_IP_ADDRESS_OPTION_CODE :\r
-\r
-                                                       if( ucLength == sizeof( uint32_t ) )\r
-                                                       {\r
-                                                               if( ucExpectedMessageType == dhcpMESSAGE_TYPE_OFFER )\r
-                                                               {\r
-                                                                       /* Offers state the replying server. */\r
-                                                                       ulProcessed++;\r
-                                                                       memcpy( ( void * ) &ulDHCPServerAddress, ( void * ) pucByte, ( size_t ) ucLength );\r
-                                                               }\r
-                                                               else\r
-                                                               {\r
-                                                                       /* The ack must come from the expected server. */\r
-                                                                       if( memcmp( ( void * ) &ulDHCPServerAddress, ( void * ) pucByte, ( size_t ) ucLength ) == 0 )\r
-                                                                       {\r
-                                                                               ulProcessed++;\r
-                                                                       }\r
-                                                               }\r
-                                                       }\r
-                                                       break;\r
-\r
-                                               case dhcpLEASE_TIME_OPTION_CODE :\r
-\r
-                                                       if( ucLength == sizeof( &ulLeaseTime ) )\r
-                                                       {\r
-                                                               /* ulProcessed is not incremented in this case\r
-                                                               because the lease time is not essential. */\r
-                                                               memcpy( ( void * ) &ulLeaseTime, ( void * ) pucByte, ( size_t ) ucLength );\r
-                                                               ulLeaseTime = FreeRTOS_ntohl( ulLeaseTime );\r
-\r
-                                                               /* Convert the lease time to milliseconds\r
-                                                               (*1000) then ticks (/portTICK_RATE_MS). */\r
-                                                               ulLeaseTime *= ( 1000UL / portTICK_RATE_MS );\r
-\r
-                                                               /* Divide the lease time to ensure a renew\r
-                                                               request is sent before the lease actually\r
-                                                               expires. */\r
-                                                               ulLeaseTime >>= 1UL;\r
-                                                       }\r
-                                                       break;\r
-\r
-                                               default :\r
-\r
-                                                       /* Not interested in this field. */\r
-\r
-                                                       break;\r
-                                       }\r
-\r
-                                       /* Jump over the data to find the next option code. */\r
-                                       if( ucLength == 0 )\r
-                                       {\r
-                                               break;\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               pucByte += ucLength;\r
-                                       }\r
-                               }\r
-\r
-                               /* Were all the mandatory options received? */\r
-                               if( ulProcessed == ulMandatoryOptions )\r
-                               {\r
-                                       ulOfferedIPAddress = pxDHCPMessage->ulYourIPAddress_yiaddr;\r
-                                       xReturn = pdPASS;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               FreeRTOS_ReleaseUDPPayloadBuffer( ( void * ) pucUDPPayload );\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint8_t *prvCreatePartDHCPMessage( struct freertos_sockaddr *pxAddress, xMACAddress_t *pxMACAddress, uint8_t ucOpcode, const uint8_t * const pucOptionsArray, size_t xOptionsArraySize )\r
-{\r
-xDHCPMessage_t *pxDHCPMessage;\r
-const size_t xRequiredBufferSize = sizeof( xDHCPMessage_t ) + xOptionsArraySize;\r
-uint8_t *pucUDPPayloadBuffer;\r
-static uint8_t ucUseBroadcastFlag = pdFALSE;\r
-\r
-       /* Get a buffer.  This uses a maximum delay, but the delay will be capped\r
-       to ipconfigMAX_SEND_BLOCK_TIME_TICKS so the return value still needs to be\r
-       test. */\r
-       do\r
-       {\r
-       }while( ( pucUDPPayloadBuffer = ( uint8_t * ) FreeRTOS_GetUDPPayloadBuffer( xRequiredBufferSize, portMAX_DELAY ) ) == NULL );\r
-\r
-       pxDHCPMessage = ( xDHCPMessage_t * ) pucUDPPayloadBuffer;\r
-\r
-       /* Most fields need to be zero. */\r
-       memset( ( void * ) pxDHCPMessage, 0x00, sizeof( xDHCPMessage_t ) );\r
-\r
-       /* Create the message. */\r
-       pxDHCPMessage->ucOpcode = ucOpcode;\r
-       pxDHCPMessage->ucAddressType = dhcpADDRESS_TYPE_ETHERNET;\r
-       pxDHCPMessage->ucAddressLength = dhcpETHERNET_ADDRESS_LENGTH;\r
-       pxDHCPMessage->ulTransactionID = ulTransactionId;\r
-       pxDHCPMessage->ulDHCPCookie = dhcpCOOKIE;\r
-\r
-       /* For maximum possibility of success, alternate between broadcast and non\r
-       broadcast. */\r
-       ucUseBroadcastFlag = !ucUseBroadcastFlag;\r
-       if( ucUseBroadcastFlag == pdTRUE )\r
-       {\r
-               pxDHCPMessage->usFlags = dhcpBROADCAST;\r
-       }\r
-       else\r
-       {\r
-               pxDHCPMessage->usFlags = 0;\r
-       }\r
-\r
-       memcpy( ( void * ) &( pxDHCPMessage->ucClientHardwareAddress[ 0 ] ), ( void * ) pxMACAddress, sizeof( xMACAddress_t ) );\r
-\r
-       /* Copy in the const part of the options options. */\r
-       memcpy( ( void * ) &( pucUDPPayloadBuffer[ dhcpFIRST_OPTION_BYTE_OFFSET ] ), ( void * ) pucOptionsArray, xOptionsArraySize );\r
-\r
-       /* Map in the client identifier. */\r
-       memcpy( ( void * ) &( pucUDPPayloadBuffer[ dhcpFIRST_OPTION_BYTE_OFFSET + dhcpCLIENT_IDENTIFIER_OFFSET ] ), ( void * ) pxMACAddress, sizeof( xMACAddress_t ) );\r
-\r
-       /* Set the addressing. */\r
-       pxAddress->sin_addr = ipBROADCAST_IP_ADDRESS;\r
-       pxAddress->sin_port = ( uint16_t ) dhcpSERVER_PORT;\r
-\r
-       return pucUDPPayloadBuffer;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSendDHCPRequest( xMACAddress_t *pxMACAddress )\r
-{\r
-uint8_t *pucUDPPayloadBuffer;\r
-struct freertos_sockaddr xAddress;\r
-static const uint8_t ucDHCPRequestOptions[] =\r
-{\r
-       /* Do not change the ordering without also changing\r
-       dhcpCLIENT_IDENTIFIER_OFFSET, dhcpREQUESTED_IP_ADDRESS_OFFSET and\r
-       dhcpDHCP_SERVER_IP_ADDRESS_OFFSET. */\r
-       dhcpMESSAGE_TYPE_OPTION_CODE, 1, dhcpMESSAGE_TYPE_REQUEST,              /* Message type option. */\r
-       dhcpCLIENT_IDENTIFIER_OPTION_CODE, 6, 0, 0, 0, 0, 0, 0,                 /* Client identifier. */\r
-       dhcpREQUEST_IP_ADDRESS_OPTION_CODE, 4, 0, 0, 0, 0,                              /* The IP address being requested. */\r
-       dhcpSERVER_IP_ADDRESS_OPTION_CODE, 4, 0, 0, 0, 0,                               /* The IP address of the DHCP server. */\r
-       dhcpOPTION_END_BYTE\r
-};\r
-\r
-       pucUDPPayloadBuffer = prvCreatePartDHCPMessage( &xAddress, pxMACAddress, dhcpREQUEST_OPCODE, ucDHCPRequestOptions, sizeof( ucDHCPRequestOptions ) );\r
-\r
-       /* Copy in the IP address being requested. */\r
-       memcpy( ( void * ) &( pucUDPPayloadBuffer[ dhcpFIRST_OPTION_BYTE_OFFSET + dhcpREQUESTED_IP_ADDRESS_OFFSET ] ), ( void * ) &ulOfferedIPAddress, sizeof( ulOfferedIPAddress ) );\r
-\r
-       /* Copy in the address of the DHCP server being used. */\r
-       memcpy( ( void * ) &( pucUDPPayloadBuffer[ dhcpFIRST_OPTION_BYTE_OFFSET + dhcpDHCP_SERVER_IP_ADDRESS_OFFSET ] ), ( void * ) &ulDHCPServerAddress, sizeof( ulDHCPServerAddress ) );\r
-\r
-       iptraceSENDING_DHCP_REQUEST();\r
-       if( FreeRTOS_sendto( xDHCPSocket, pucUDPPayloadBuffer, ( sizeof( xDHCPMessage_t ) + sizeof( ucDHCPRequestOptions ) ), FREERTOS_ZERO_COPY, &xAddress, sizeof( xAddress ) ) == 0 )\r
-       {\r
-               /* The packet was not successfully queued for sending and must be\r
-               returned to the stack. */\r
-               FreeRTOS_ReleaseUDPPayloadBuffer( pucUDPPayloadBuffer );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSendDHCPDiscover( xMACAddress_t *pxMACAddress )\r
-{\r
-uint8_t *pucUDPPayloadBuffer;\r
-struct freertos_sockaddr xAddress;\r
-static const uint8_t ucDHCPDiscoverOptions[] =\r
-{\r
-       /* Do not change the ordering without also changing dhcpCLIENT_IDENTIFIER_OFFSET. */\r
-       dhcpMESSAGE_TYPE_OPTION_CODE, 1, dhcpMESSAGE_TYPE_DISCOVER,                                     /* Message type option. */\r
-       dhcpCLIENT_IDENTIFIER_OPTION_CODE, 6, 0, 0, 0, 0, 0, 0,                                         /* Client identifier. */\r
-       dhcpPARAMETER_REQUEST_OPTION_CODE, 3, dhcpSUBNET_MASK_OPTION_CODE, dhcpGATEWAY_OPTION_CODE, hdcpDNS_SERVER_OPTIONS_CODE,        /* Parameter request option. */\r
-       dhcpOPTION_END_BYTE\r
-};\r
-\r
-       pucUDPPayloadBuffer = prvCreatePartDHCPMessage( &xAddress, pxMACAddress, dhcpREQUEST_OPCODE, ucDHCPDiscoverOptions, sizeof( ucDHCPDiscoverOptions ) );\r
-\r
-       iptraceSENDING_DHCP_DISCOVER();\r
-       if( FreeRTOS_sendto( xDHCPSocket, pucUDPPayloadBuffer, ( sizeof( xDHCPMessage_t ) + sizeof( ucDHCPDiscoverOptions ) ), FREERTOS_ZERO_COPY, &xAddress, sizeof( xAddress ) ) == 0 )\r
-       {\r
-               /* The packet was not successfully queued for sending and must be\r
-               returned to the stack. */\r
-               FreeRTOS_ReleaseUDPPayloadBuffer( pucUDPPayloadBuffer );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#endif /* ipconfigUSE_DHCP != 0 */\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c
deleted file mode 100644 (file)
index 20d06cf..0000000
+++ /dev/null
@@ -1,401 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "timers.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_DNS.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkInterface.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-/* Exclude the entire file if DNS is not enabled. */\r
-#if ipconfigUSE_DNS != 0\r
-\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-       #define dnsOUTGOING_FLAGS                               0x0001 /* Standard query. */\r
-       #define dnsTYPE                                                 0x0100 /* A record (host address. */\r
-       #define dnsCLASS                                                0x0100 /* IN */\r
-       #define dnsDNS_PORT                                             0x3500\r
-       #define dnsONE_QUESTION                                 0x0100\r
-       #define dnsRX_FLAGS_MASK                                0x0f80 /* The bits of interest in the flags field of incoming DNS messages. */\r
-       #define dnsEXPECTED_RX_FLAGS                    0x0080 /* Should be a response, without any errors. */\r
-#else\r
-       #define dnsDNS_PORT                                             0x35\r
-       #define dnsONE_QUESTION                                 0x01\r
-       #define dnsFLAG_QUERY_RESPONSE_BIT              0x8000\r
-       #define dnsFLAG_OPERATION_CODE_BITS             0x7800\r
-       #define dnsFLAG_TRUNCATION_BIT                  0x0200\r
-       #define dnsFLAG_RESPONSE_CODE_BITS              0x000f\r
-       #define dnsOUTGOING_FLAGS                               0x0100 /* Standard query. */\r
-       #define dnsTYPE                                                 0x0001 /* A record (host address. */\r
-       #define dnsCLASS                                                0x0001 /* IN */\r
-       #define dnsRX_FLAGS_MASK                                0x800f /* The bits of interest in the flags field of incoming DNS messages. */\r
-       #define dnsEXPECTED_RX_FLAGS                    0x8000 /* Should be a response, without any errors. */\r
-#endif /* ipconfigBYTE_ORDER */\r
-\r
-/* The maximum number of times a DNS request should be sent out if a response\r
-is not received, before giving up. */\r
-#define dnsMAX_REQUEST_ATTEMPTS                5\r
-\r
-/* If the top two bits in the first character of a name field are set then the\r
-name field is an offset to the string, rather than the string itself. */\r
-#define dnsNAME_IS_OFFSET                      ( ( uint8_t ) 0xc0 )\r
-\r
-/*\r
- * Create a socket and bind it to the standard DNS port number.  Return the\r
- * the created socket - or NULL if the socket could not be created or bound.\r
- */\r
-static xSocket_t prvCreateDNSSocket( void );\r
-\r
-/*\r
- * Create the DNS message in the zero copy buffer passed in the first parameter.\r
- */\r
-static size_t prvCreateDNSMessage( uint8_t *pucUDPPayloadBuffer, const char *pcHostName, uint16_t usIdentifier );\r
-\r
-/*\r
- * Simple routine that jumps over the NAME field of a resource record.\r
- */\r
-static uint8_t *prvSkipNameField( uint8_t *pucByte );\r
-\r
-/*\r
- * Process a response packet from a DNS server.\r
- */\r
-static uint32_t prvParseDNSReply( uint8_t *pucUDPPayloadBuffer, uint16_t usIdentifier );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-#include "pack_struct_start.h"\r
-struct xDNSMessage\r
-{\r
-       uint16_t usIdentifier;\r
-       uint16_t usFlags;\r
-       uint16_t usQuestions;\r
-       uint16_t usAnswers;\r
-       uint16_t usAuthorityRRs;\r
-       uint16_t usAdditionalRRs;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xDNSMessage xDNSMessage_t;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-uint32_t FreeRTOS_gethostbyname( const char *pcHostName )\r
-{\r
-static uint16_t usIdentifier = 0;\r
-struct freertos_sockaddr xAddress;\r
-static xSocket_t xDNSSocket = NULL;\r
-uint32_t ulIPAddress = 0UL;\r
-uint8_t *pucUDPPayloadBuffer;\r
-static uint32_t ulAddressLength;\r
-BaseType_t xAttempt;\r
-int32_t lBytes;\r
-size_t xPayloadLength;\r
-const size_t xExpectedPayloadLength = sizeof( xDNSMessage_t ) + strlen( pcHostName ) + sizeof( uint16_t ) + sizeof( uint16_t ) + 2; /* Two for the count of characters in the first subdomain part, and the string end byte */\r
-\r
-       if( xDNSSocket == NULL )\r
-       {\r
-               xDNSSocket = prvCreateDNSSocket();\r
-       }\r
-\r
-       if( xDNSSocket != NULL )\r
-       {\r
-               /* Generate a unique identifier for this query. */\r
-               usIdentifier++;\r
-\r
-               for( xAttempt = 0; xAttempt < dnsMAX_REQUEST_ATTEMPTS; xAttempt++ )\r
-               {\r
-                       /* Get a buffer.  This uses a maximum delay, but the delay will be\r
-                       capped to ipconfigMAX_SEND_BLOCK_TIME_TICKS so the return value\r
-                       still needs to be tested. */\r
-                       pucUDPPayloadBuffer = ( uint8_t * ) FreeRTOS_GetUDPPayloadBuffer( xExpectedPayloadLength, portMAX_DELAY );\r
-                       if( pucUDPPayloadBuffer != NULL )\r
-                       {\r
-                               /* Create the message in the obtained buffer. */\r
-                               xPayloadLength = prvCreateDNSMessage( pucUDPPayloadBuffer, pcHostName, usIdentifier );\r
-                               iptraceSENDING_DNS_REQUEST();\r
-\r
-                               /* Obtain the DNS server address. */\r
-                               FreeRTOS_GetAddressConfiguration( NULL, NULL, NULL, &ulIPAddress );\r
-\r
-                               /* Send the DNS message. */\r
-                               xAddress.sin_addr = ulIPAddress;\r
-                               xAddress.sin_port = dnsDNS_PORT;\r
-                               ulIPAddress = 0;\r
-\r
-                               if( FreeRTOS_sendto( xDNSSocket, pucUDPPayloadBuffer, xPayloadLength, FREERTOS_ZERO_COPY, &xAddress, sizeof( xAddress ) ) != 0 )\r
-                               {\r
-                                       /* Wait for the reply. */\r
-                                       lBytes = FreeRTOS_recvfrom( xDNSSocket, &pucUDPPayloadBuffer, 0, FREERTOS_ZERO_COPY, &xAddress, &ulAddressLength );\r
-\r
-                                       if( lBytes > 0 )\r
-                                       {\r
-                                               /* The reply was received.  Process it. */\r
-                                               ulIPAddress = prvParseDNSReply( pucUDPPayloadBuffer, usIdentifier );\r
-\r
-                                               /* Finished with the buffer.  The zero copy interface\r
-                                               is being used, so the buffer must be freed by the\r
-                                               task. */\r
-                                               FreeRTOS_ReleaseUDPPayloadBuffer( ( void * ) pucUDPPayloadBuffer );\r
-\r
-                                               if( ulIPAddress != 0 )\r
-                                               {\r
-                                                       /* All done. */\r
-                                                       break;\r
-                                               }\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* The message was not sent so the stack will not be\r
-                                       releasing the zero copy - it must be released here. */\r
-                                       FreeRTOS_ReleaseUDPPayloadBuffer( ( void * ) pucUDPPayloadBuffer );\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       return ulIPAddress;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static size_t prvCreateDNSMessage( uint8_t *pucUDPPayloadBuffer, const char *pcHostName, uint16_t usIdentifier )\r
-{\r
-xDNSMessage_t *pxDNSMessageHeader;\r
-uint8_t *pucStart, *pucByte;\r
-const uint16_t usARecordType = dnsTYPE, usClass = dnsCLASS;\r
-static const xDNSMessage_t xDefaultPartDNSHeader =\r
-{\r
-       0,                                      /* The identifier will be overwritten. */\r
-       dnsOUTGOING_FLAGS,      /* Flags set for standard query. */\r
-       dnsONE_QUESTION,        /* One question is being asked. */\r
-       0,                                      /* No replies are included. */\r
-       0,                                      /* No authorities. */\r
-       0                                       /* No additional authorities. */\r
-};\r
-\r
-       /* Copy in the const part of the header. */\r
-       memcpy( ( void * ) pucUDPPayloadBuffer, ( void * ) &xDefaultPartDNSHeader, sizeof( xDefaultPartDNSHeader ) );\r
-\r
-       /* Write in a unique identifier. */\r
-       pxDNSMessageHeader = ( xDNSMessage_t * ) pucUDPPayloadBuffer;\r
-       pxDNSMessageHeader->usIdentifier = usIdentifier;\r
-\r
-       /* Create the resource record at the end of the header.  First\r
-       find the end of the header. */\r
-       pucStart = pucUDPPayloadBuffer + sizeof( xDefaultPartDNSHeader );\r
-\r
-       /* Leave a gap for the first length bytes. */\r
-       pucByte = pucStart + 1;\r
-\r
-       /* Copy in the host name. */\r
-       strcpy( ( char * ) pucByte, pcHostName );\r
-\r
-       /* Mark the end of the string. */\r
-       pucByte += strlen( pcHostName );\r
-       *pucByte = 0x00;\r
-\r
-       /* Walk the string to replace the '.' characters with byte counts.\r
-       pucStart holds the address of the byte count.  Walking the string\r
-       starts after the byte count position. */\r
-       pucByte = pucStart;\r
-\r
-       do\r
-       {\r
-               pucByte++;\r
-\r
-               while( ( *pucByte != 0x00 ) && ( *pucByte != '.' ) )\r
-               {\r
-                       pucByte++;\r
-               }\r
-\r
-               /* Fill in the byte count, then move the pucStart pointer up to\r
-               the found byte position. */\r
-               *pucStart = ( uint8_t ) ( ( uint32_t ) pucByte - ( uint32_t ) pucStart );\r
-               ( *pucStart )--;\r
-\r
-               pucStart = pucByte;\r
-\r
-       } while( *pucByte != 0x00 );\r
-\r
-       /* Finish off the record. */\r
-       pucByte++;\r
-       memcpy( ( void * ) pucByte, &usARecordType, sizeof( uint16_t ) );\r
-       pucByte += sizeof( uint16_t );\r
-       memcpy( ( void * ) pucByte, &usClass, sizeof( uint16_t ) );\r
-       pucByte += sizeof( uint16_t );\r
-\r
-       /* Return the total size of the generated message, which is the space from\r
-       the last written byte to the beginning of the buffer. */\r
-       return ( ( uint32_t ) pucByte - ( uint32_t ) pucUDPPayloadBuffer );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint8_t *prvSkipNameField( uint8_t *pucByte )\r
-{\r
-       /* Determine if the name is the fully coded name, or an offset to the name\r
-       elsewhere in the message. */\r
-       if( ( *pucByte & dnsNAME_IS_OFFSET ) == dnsNAME_IS_OFFSET )\r
-       {\r
-               /* Jump over the two byte offset. */\r
-               pucByte += sizeof( uint16_t );\r
-\r
-       }\r
-       else\r
-       {\r
-               /* pucByte points to the full name.  Walk over the string. */\r
-               while( *pucByte != 0x00 )\r
-               {\r
-                       /* The number of bytes to jump for each name section is stored in the byte\r
-                       before the name section. */\r
-                       pucByte += ( *pucByte + 1 );\r
-               }\r
-\r
-               pucByte++;\r
-       }\r
-\r
-       return pucByte;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint32_t prvParseDNSReply( uint8_t *pucUDPPayloadBuffer, uint16_t usIdentifier )\r
-{\r
-xDNSMessage_t *pxDNSMessageHeader;\r
-uint32_t ulIPAddress = 0UL;\r
-uint8_t *pucByte;\r
-uint16_t x, usDataLength;\r
-const uint16_t usARecordType = dnsTYPE;\r
-\r
-       pxDNSMessageHeader = ( xDNSMessage_t * ) pucUDPPayloadBuffer;\r
-\r
-       if( pxDNSMessageHeader->usIdentifier == usIdentifier )\r
-       {\r
-               if( ( pxDNSMessageHeader->usFlags & dnsRX_FLAGS_MASK ) == dnsEXPECTED_RX_FLAGS )\r
-               {\r
-                       /* Start at the first byte after the header. */\r
-                       pucByte = pucUDPPayloadBuffer + sizeof( xDNSMessage_t );\r
-\r
-                       /* Skip any question records. */\r
-                       pxDNSMessageHeader->usQuestions = FreeRTOS_ntohs( pxDNSMessageHeader->usQuestions );\r
-                       for( x = 0; x < pxDNSMessageHeader->usQuestions; x++ )\r
-                       {\r
-                               /* Skip the variable length name field. */\r
-                               pucByte = prvSkipNameField( pucByte );\r
-\r
-                               /* Skip the type and class fields. */\r
-                               pucByte += sizeof( uint32_t );\r
-                       }\r
-\r
-                       /* Search through the answers records. */\r
-                       pxDNSMessageHeader->usAnswers = FreeRTOS_ntohs( pxDNSMessageHeader->usAnswers );\r
-                       for( x = 0; x < pxDNSMessageHeader->usAnswers; x++ )\r
-                       {\r
-                               pucByte = prvSkipNameField( pucByte );\r
-\r
-                               /* Is the type field that of an A record? */\r
-                               if( memcmp( ( void * ) pucByte, ( void * ) &usARecordType, sizeof( uint16_t ) ) == 0 )\r
-                               {\r
-                                       /* This is the required record.  Skip the type, class, and\r
-                                       time to live fields, plus the first byte of the data\r
-                                       length. */\r
-                                       pucByte += ( sizeof( uint32_t ) + sizeof( uint32_t ) + sizeof( uint8_t ) );\r
-\r
-                                       /* Sanity check the data length. */\r
-                                       if( *pucByte == sizeof( uint32_t ) )\r
-                                       {\r
-                                               /* Skip the second byte of the length. */\r
-                                               pucByte++;\r
-\r
-                                               /* Copy the IP address out of the record. */\r
-                                               memcpy( ( void * ) &ulIPAddress, ( void * ) pucByte, sizeof( uint32_t ) );\r
-                                       }\r
-\r
-                                       break;\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* Skip the type, class and time to live fields. */\r
-                                       pucByte += ( sizeof( uint32_t ) + sizeof( uint32_t ) );\r
-\r
-                                       /* Determine the length of the data in the field. */\r
-                                       memcpy( ( void * ) &usDataLength, ( void * ) pucByte, sizeof( uint16_t ) );\r
-                                       usDataLength = FreeRTOS_ntohs( usDataLength );\r
-\r
-                                       /* Jump over the data lenth bytes, and the data itself. */\r
-                                       pucByte += usDataLength + sizeof( uint16_t );\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       return ulIPAddress;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static xSocket_t prvCreateDNSSocket( void )\r
-{\r
-static xSocket_t xSocket = NULL;\r
-struct freertos_sockaddr xAddress;\r
-BaseType_t xReturn;\r
-TickType_t xTimeoutTime = 200 / portTICK_RATE_MS;\r
-\r
-       /* This must be the first time this function has been called.  Create\r
-       the socket. */\r
-       xSocket = FreeRTOS_socket( FREERTOS_AF_INET, FREERTOS_SOCK_DGRAM, FREERTOS_IPPROTO_UDP );\r
-\r
-       /* Auto bind the port. */\r
-       xAddress.sin_port = 0;\r
-       xReturn = FreeRTOS_bind( xSocket, &xAddress, sizeof( xAddress ) );\r
-\r
-       /* Check the bind was successful, and clean up if not. */\r
-       if( xReturn != 0 )\r
-       {\r
-               FreeRTOS_closesocket( xSocket );\r
-               xSocket = NULL;\r
-       }\r
-       else\r
-       {\r
-               /* Set the send and receive timeouts. */\r
-               FreeRTOS_setsockopt( xSocket, 0, FREERTOS_SO_RCVTIMEO, ( void * ) &xTimeoutTime, sizeof( TickType_t ) );\r
-               FreeRTOS_setsockopt( xSocket, 0, FREERTOS_SO_SNDTIMEO, ( void * ) &xTimeoutTime, sizeof( TickType_t ) );\r
-       }\r
-\r
-       return xSocket;\r
-}\r
-\r
-#endif /* ipconfigUSE_DNS != 0 */\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c
deleted file mode 100644 (file)
index 2006dea..0000000
+++ /dev/null
@@ -1,1045 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Sanity check the UDP payload length setting is compatible with the\r
-fragmentation setting. */\r
-#if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-       #if ( ( ipMAX_UDP_PAYLOAD_LENGTH % 8 ) != 0 )\r
-               #error ( ipconfigNETWORK_MTU - 28 ) must be divisible by 8 when fragmentation is used\r
-       #endif /* ipMAX_UDP_PAYLOAD_LENGTH */\r
-#endif /* ipconfigFRAGMENT_OUTGOING_PACKETS */\r
-\r
-/* The ItemValue of the sockets xBoundSocketListItem member holds the socket's\r
-port number. */\r
-#define socketSET_SOCKET_ADDRESS( pxSocket, usPort ) listSET_LIST_ITEM_VALUE( ( &( ( pxSocket )->xBoundSocketListItem ) ), ( usPort ) )\r
-#define socketGET_SOCKET_ADDRESS( pxSocket ) listGET_LIST_ITEM_VALUE( ( &( ( pxSocket )->xBoundSocketListItem ) ) )\r
-\r
-/* xWaitingPacketSemaphore is not created until the socket is bound, so can be\r
-tested to see if bind() has been called. */\r
-#define socketSOCKET_IS_BOUND( pxSocket ) ( ( BaseType_t ) pxSocket->xWaitingPacketSemaphore )\r
-\r
-/* If FreeRTOS_sendto() is called on a socket that is not bound to a port\r
-number then, depending on the FreeRTOSIPConfig.h settings, it might be that a\r
-port number is automatically generated for the socket.  Automatically generated\r
-port numbers will be between socketAUTO_PORT_ALLOCATION_START_NUMBER and\r
-0xffff. */\r
-#define socketAUTO_PORT_ALLOCATION_START_NUMBER ( ( uint16_t ) 0xc000 )\r
-\r
-/* When the automatically generated port numbers overflow, the next value used\r
-is not set back to socketAUTO_PORT_ALLOCATION_START_NUMBER because it is likely\r
-that the first few automatically generated ports will still be in use.  Instead\r
-it is reset back to the value defined by this constant. */\r
-#define socketAUTO_PORT_ALLOCATION_RESET_NUMBER ( ( uint16_t ) 0xc100 )\r
-\r
-/* The number of octets that make up an IP address. */\r
-#define socketMAX_IP_ADDRESS_OCTETS            4\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Allocate the next port number from the private allocation range.\r
- */\r
-static uint16_t prvGetPrivatePortNumber( void );\r
-\r
-/*\r
- * Return the list itme from within pxList that has an item value of\r
- * xWantedItemValue.  If there is no such list item return NULL.\r
- */\r
-xListItem * pxListFindListItemWithValue( xList *pxList, TickType_t xWantedItemValue );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-typedef struct XSOCKET\r
-{\r
-       xSemaphoreHandle xWaitingPacketSemaphore;\r
-       xList xWaitingPacketsList;\r
-       xListItem xBoundSocketListItem; /* Used to reference the socket from a bound sockets list. */\r
-       TickType_t xReceiveBlockTime;\r
-       TickType_t xSendBlockTime;\r
-       uint8_t ucSocketOptions;\r
-       #if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-               xQueueHandle xSelectQueue;\r
-       #endif\r
-} xFreeRTOS_Socket_t;\r
-\r
-\r
-/* The list that contains mappings between sockets and port numbers.  Accesses\r
-to this list must be protected by critical sections of one kind or another. */\r
-static xList xBoundSocketsList;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-xSocket_t FreeRTOS_socket( BaseType_t xDomain, BaseType_t xType, BaseType_t xProtocol )\r
-{\r
-xFreeRTOS_Socket_t *pxSocket;\r
-\r
-       /* Only UDP on Ethernet is currently supported. */\r
-       configASSERT( xDomain == FREERTOS_AF_INET );\r
-       configASSERT( xType == FREERTOS_SOCK_DGRAM );\r
-       configASSERT( xProtocol == FREERTOS_IPPROTO_UDP );\r
-       configASSERT( listLIST_IS_INITIALISED( &xBoundSocketsList ) );\r
-\r
-       /* Allocate the structure that will hold the socket information. */\r
-       pxSocket = ( xFreeRTOS_Socket_t * ) pvPortMalloc( sizeof( xFreeRTOS_Socket_t ) );\r
-\r
-       if( pxSocket == NULL )\r
-       {\r
-               pxSocket = ( xFreeRTOS_Socket_t * ) FREERTOS_INVALID_SOCKET;\r
-               iptraceFAILED_TO_CREATE_SOCKET();\r
-       }\r
-       else\r
-       {\r
-               /* Initialise the socket's members.  The semaphore will be created if\r
-               the socket is bound to an address, for now the pointer to the semaphore\r
-               is just set to NULL to show it has not been created. */\r
-               pxSocket->xWaitingPacketSemaphore = NULL;\r
-               vListInitialise( &( pxSocket->xWaitingPacketsList ) );\r
-               vListInitialiseItem( &( pxSocket->xBoundSocketListItem ) );\r
-               listSET_LIST_ITEM_OWNER( &( pxSocket->xBoundSocketListItem ), ( void * ) pxSocket );\r
-               pxSocket->xSendBlockTime = ( TickType_t ) 0;\r
-               pxSocket->xReceiveBlockTime = portMAX_DELAY;\r
-               pxSocket->ucSocketOptions = FREERTOS_SO_UDPCKSUM_OUT;\r
-               #if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-                       pxSocket->xSelectQueue = NULL;\r
-               #endif\r
-       }\r
-\r
-       /* Remove compiler warnings in the case the configASSERT() is not defined. */\r
-       ( void ) xDomain;\r
-       ( void ) xType;\r
-       ( void ) xProtocol;\r
-\r
-       return ( xSocket_t ) pxSocket;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-\r
-       xSocketSet_t FreeRTOS_CreateSocketSet( UBaseType_t uxEventQueueLength )\r
-       {\r
-       xQueueHandle xSelectQueue;\r
-\r
-               /* Create the queue into which the address of sockets that are\r
-               available to read are posted. */\r
-               xSelectQueue = xQueueCreate( uxEventQueueLength, sizeof( xSocket_t ) );\r
-\r
-               return ( xSocketSet_t ) xSelectQueue;\r
-       }\r
-\r
-#endif /* ipconfigSUPPORT_SELECT_FUNCTION */\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-\r
-       BaseType_t FreeRTOS_FD_SET( xSocket_t xSocket, xSocketSet_t xSocketSet )\r
-       {\r
-       xFreeRTOS_Socket_t *pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-       BaseType_t xReturn = pdFALSE;\r
-       UBaseType_t uxMessagesWaiting;\r
-\r
-               configASSERT( xSocket );\r
-\r
-               /* Is the socket already a member of a select group? */\r
-               if( pxSocket->xSelectQueue == NULL )\r
-               {\r
-                       taskENTER_CRITICAL();\r
-                       {\r
-                               /* Are there packets queued on the socket already? */\r
-                               uxMessagesWaiting = uxQueueMessagesWaiting( pxSocket->xWaitingPacketSemaphore );\r
-\r
-                               /* Are there enough notification spaces in the select queue for the\r
-                               number of packets already queued on the socket? */\r
-                               if( uxQueueSpacesAvailable( ( xQueueHandle ) xSocketSet ) >= uxMessagesWaiting )\r
-                               {\r
-                                       /* Store a pointer to the select group in the socket for\r
-                                       future reference. */\r
-                                       pxSocket->xSelectQueue = ( xQueueHandle ) xSocketSet;\r
-\r
-                                       while( uxMessagesWaiting > 0 )\r
-                                       {\r
-                                               /* Add notifications of the number of packets that are\r
-                                               already queued on the socket to the select queue. */\r
-                                               xQueueSendFromISR( pxSocket->xSelectQueue, &pxSocket, NULL );\r
-                                               uxMessagesWaiting--;\r
-                                       }\r
-\r
-                                       xReturn = pdPASS;\r
-                               }\r
-                       }\r
-                       taskEXIT_CRITICAL();\r
-               }\r
-\r
-               return xReturn;\r
-       }\r
-\r
-#endif /* ipconfigSUPPORT_SELECT_FUNCTION */\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-\r
-       BaseType_t FreeRTOS_FD_CLR( xSocket_t xSocket, xSocketSet_t xSocketSet )\r
-       {\r
-       xFreeRTOS_Socket_t *pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-       BaseType_t xReturn;\r
-\r
-               /* Is the socket a member of the select group? */\r
-               if( pxSocket->xSelectQueue == ( xQueueHandle ) xSocketSet )\r
-               {\r
-                       /* The socket is no longer a member of the select group. */\r
-                       pxSocket->xSelectQueue = NULL;\r
-                       xReturn = pdPASS;\r
-               }\r
-               else\r
-               {\r
-                       xReturn = pdFAIL;\r
-               }\r
-\r
-               return xReturn;\r
-       }\r
-\r
-#endif /* ipconfigSUPPORT_SELECT_FUNCTION */\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-\r
-       xSocket_t FreeRTOS_select( xSocketSet_t xSocketSet, TickType_t xBlockTimeTicks )\r
-       {\r
-       xFreeRTOS_Socket_t *pxSocket;\r
-\r
-               /* Wait for a socket to be ready to read. */\r
-               if( xQueueReceive( ( xQueueHandle ) xSocketSet, &pxSocket, xBlockTimeTicks ) != pdPASS )\r
-               {\r
-                       pxSocket = NULL;\r
-               }\r
-\r
-               return ( xSocket_t ) pxSocket;\r
-       }\r
-\r
-#endif /* ipconfigSUPPORT_SELECT_FUNCTION */\r
-/*-----------------------------------------------------------*/\r
-\r
-int32_t FreeRTOS_recvfrom( xSocket_t xSocket, void *pvBuffer, size_t xBufferLength, uint32_t ulFlags, struct freertos_sockaddr *pxSourceAddress, socklen_t *pxSourceAddressLength )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-int32_t lReturn;\r
-xFreeRTOS_Socket_t *pxSocket;\r
-\r
-       pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-       /* The function prototype is designed to maintain the expected Berkeley\r
-       sockets standard, but this implementation does not use all the parameters. */\r
-       ( void ) pxSourceAddressLength;\r
-\r
-       if( socketSOCKET_IS_BOUND( pxSocket ) != pdFALSE )\r
-       {\r
-               /* The semaphore is given when received data is queued on the socket. */\r
-               if( xSemaphoreTake( pxSocket->xWaitingPacketSemaphore, pxSocket->xReceiveBlockTime ) == pdPASS )\r
-               {\r
-                       taskENTER_CRITICAL();\r
-                       {\r
-                               configASSERT( ( listCURRENT_LIST_LENGTH( &( pxSocket->xWaitingPacketsList ) ) > 0U ) );\r
-\r
-                               /* The owner of the list item is the network buffer. */\r
-                               pxNetworkBuffer = ( xNetworkBufferDescriptor_t * ) listGET_OWNER_OF_HEAD_ENTRY( &( pxSocket->xWaitingPacketsList ) );\r
-\r
-                               /* Remove the network buffer from the list of buffers waiting to\r
-                               be processed by the socket. */\r
-                               uxListRemove( &( pxNetworkBuffer->xBufferListItem ) );\r
-                       }\r
-                       taskEXIT_CRITICAL();\r
-\r
-                       if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                       {\r
-                               /* The zero copy flag is not set.  Truncate the length if it\r
-                               won't fit in the provided buffer. */\r
-                               if( pxNetworkBuffer->xDataLength > xBufferLength )\r
-                               {\r
-                                       iptraceRECVFROM_DISCARDING_BYTES( ( xBufferLength - pxNetworkBuffer->xDataLength ) );\r
-                                       pxNetworkBuffer->xDataLength = xBufferLength;\r
-                               }\r
-\r
-                               /* Copy the received data into the provided buffer, then\r
-                               release the network buffer. */\r
-                               memcpy( pvBuffer, ( void * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipUDP_PAYLOAD_OFFSET ] ), pxNetworkBuffer->xDataLength );\r
-                               vNetworkBufferRelease( pxNetworkBuffer );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The zero copy flag was set.  pvBuffer is not a buffer into\r
-                               which the received data can be copied, but a pointer that must\r
-                               be set to point to the buffer in which the received data has\r
-                               already been placed. */\r
-                               *( ( void** ) pvBuffer ) = ( void * ) ( &( pxNetworkBuffer->pucEthernetBuffer[ ipUDP_PAYLOAD_OFFSET ] ) );\r
-                       }\r
-\r
-                       /* The returned value is the data length, which may have been\r
-                       capped to the receive buffer size. */\r
-                       lReturn = ( int32_t ) pxNetworkBuffer->xDataLength;\r
-\r
-                       if( pxSourceAddress != NULL )\r
-                       {\r
-                               pxSourceAddress->sin_port = pxNetworkBuffer->usPort;\r
-                               pxSourceAddress->sin_addr = pxNetworkBuffer->ulIPAddress;\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       lReturn = FREERTOS_EWOULDBLOCK;\r
-                       iptraceRECVFROM_TIMEOUT();\r
-               }\r
-       }\r
-       else\r
-       {\r
-               lReturn = FREERTOS_EINVAL;\r
-       }\r
-\r
-       return lReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-\r
-       int32_t FreeRTOS_sendto( xSocket_t xSocket, const void *pvBuffer, size_t xTotalDataLength, uint32_t ulFlags, const struct freertos_sockaddr *pxDestinationAddress, socklen_t xDestinationAddressLength )\r
-       {\r
-       xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-       xIPFragmentParameters_t *pxFragmentParameters;\r
-       size_t xBytesToSend, xBytesRemaining;\r
-       xIPStackEvent_t xStackTxEvent = { eStackTxEvent, NULL };\r
-       extern xQueueHandle xNetworkEventQueue;\r
-       uint8_t *pucBuffer;\r
-       xTimeOutType xTimeOut;\r
-       TickType_t xTicksToWait;\r
-       uint16_t usFragmentOffset;\r
-       xFreeRTOS_Socket_t *pxSocket;\r
-\r
-               pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-               /* The function prototype is designed to maintain the expected Berkeley\r
-               sockets standard, but this implementation does not use all the\r
-               parameters. */\r
-               ( void ) xDestinationAddressLength;\r
-               configASSERT( xNetworkEventQueue );\r
-               configASSERT( pvBuffer );\r
-\r
-               xBytesRemaining = xTotalDataLength;\r
-\r
-               if( socketSOCKET_IS_BOUND( pxSocket ) == pdFALSE )\r
-               {\r
-                       /* If the socket is not already bound to an address, bind it now.\r
-                       Passing NULL as the address parameter tells FreeRTOS_bind() to select\r
-                       the address to bind to. */\r
-                       FreeRTOS_bind( xSocket, NULL, 0 );\r
-               }\r
-\r
-               if( socketSOCKET_IS_BOUND( pxSocket ) != pdFALSE )\r
-               {\r
-                       /* pucBuffer will be reset if this send turns out to be a zero copy\r
-                       send because in that case pvBuffer is actually a pointer to an\r
-                       xUserData_t structure, not the UDP payload. */\r
-                       pucBuffer = ( uint8_t * ) pvBuffer;\r
-                       vTaskSetTimeOutState( &xTimeOut );\r
-                       xTicksToWait = pxSocket->xSendBlockTime;\r
-\r
-                       /* The data being transmitted will be sent in\r
-                       ipMAX_UDP_PAYLOAD_LENGTH chunks if xDataLength is greater than the\r
-                       network buffer payload size.  Loop until all the data is sent. */\r
-                       while( xBytesRemaining > 0 )\r
-                       {\r
-                               if( xBytesRemaining > ipMAX_UDP_PAYLOAD_LENGTH )\r
-                               {\r
-                                       /* Cap the amount being sent in this packet to the maximum\r
-                                       UDP payload size.  This will be a multiple of 8 already,\r
-                                       removing the need to check in the code. */\r
-                                       xBytesToSend = ipMAX_UDP_PAYLOAD_LENGTH;\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* Send all remaining bytes - which may well be the total\r
-                                       number of bytes if the packet was not chopped up. */\r
-                                       xBytesToSend = xBytesRemaining;\r
-                               }\r
-\r
-                               /* If the zero copy flag is set, then the data is already in a\r
-                               network buffer.  Otherwise, get a new network buffer. */\r
-                               if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                               {\r
-                                       if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE )\r
-                                       {\r
-                                               xTicksToWait = 0;\r
-                                       }\r
-\r
-                                       pxNetworkBuffer = pxNetworkBufferGet( xBytesToSend + sizeof( xUDPPacket_t ), xTicksToWait );\r
-                               }\r
-                               else\r
-                               {\r
-                                       if( xTotalDataLength > ipMAX_UDP_PAYLOAD_LENGTH )\r
-                                       {\r
-                                               /* The packet needs fragmenting, but zero copy buffers\r
-                                               cannot be fragmented. */\r
-                                               pxNetworkBuffer = NULL;\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* When zero copy is used, pvBuffer is a pointer to the\r
-                                               payload of a buffer that has already been obtained from the\r
-                                               stack.  Obtain the network buffer pointer from the buffer. */\r
-                                               pucBuffer = ( uint8_t * ) pvBuffer;\r
-                                               pucBuffer -= ( ipBUFFER_PADDING + sizeof( xUDPPacket_t ) );\r
-                                               pxNetworkBuffer = * ( ( xNetworkBufferDescriptor_t ** ) pucBuffer );\r
-                                       }\r
-                               }\r
-\r
-                               if( pxNetworkBuffer != NULL )\r
-                               {\r
-                                       /* Use the part of the network buffer that will be completed\r
-                                       by the IP layer as temporary storage to pass extra\r
-                                       information required by the IP layer. */\r
-                                       pxFragmentParameters = ( xIPFragmentParameters_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipFRAGMENTATION_PARAMETERS_OFFSET ] );\r
-                                       pxFragmentParameters->ucSocketOptions = pxSocket->ucSocketOptions;\r
-\r
-                                       if( xBytesRemaining > ipMAX_UDP_PAYLOAD_LENGTH )\r
-                                       {\r
-                                               /* The packet is being chopped up, and more data will\r
-                                               follow. */\r
-                                               pxFragmentParameters->ucSocketOptions = ( pxSocket->ucSocketOptions | FREERTOS_NOT_LAST_IN_FRAGMENTED_PACKET );\r
-                                       }\r
-\r
-                                       if( xTotalDataLength > ipMAX_UDP_PAYLOAD_LENGTH )\r
-                                       {\r
-                                               /* Let the IP layer know this packet has been chopped up,\r
-                                               and supply the IP layer with any addition information it\r
-                                               needs to make sense of it. */\r
-                                               pxFragmentParameters->ucSocketOptions |= FREERTOS_FRAGMENTED_PACKET;\r
-                                               usFragmentOffset = ( uint16_t ) ( xTotalDataLength - xBytesRemaining );\r
-                                               pxFragmentParameters->usFragmentedPacketOffset = usFragmentOffset;\r
-                                               pxFragmentParameters->usFragmentLength = ( uint16_t ) xBytesToSend;\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               usFragmentOffset = 0;\r
-                                       }\r
-\r
-                                       /* Write the payload into the packet.  The IP layer is\r
-                                       queried to find where in the IP payload the data should be\r
-                                       written.  This is because the necessary offset is different\r
-                                       for the first packet, because the first packet leaves space\r
-                                       for a UDP header.  Note that this changes usFragmentOffset\r
-                                       from the offset in the entire UDP packet, to the offset\r
-                                       in the IP packet. */\r
-                                       if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                                       {\r
-                                               /* Only copy the data if it is not already in the\r
-                                               expected location. */\r
-                                               usFragmentOffset = ipGET_UDP_PAYLOAD_OFFSET_FOR_FRAGMENT( usFragmentOffset );\r
-                                               memcpy( ( void * ) &( pxNetworkBuffer->pucEthernetBuffer[ usFragmentOffset ] ), ( void * ) pucBuffer, xBytesToSend );\r
-                                       }\r
-                                       pxNetworkBuffer->xDataLength = xTotalDataLength;\r
-                                       pxNetworkBuffer->usPort = pxDestinationAddress->sin_port;\r
-                                       pxNetworkBuffer->usBoundPort = ( uint16_t ) socketGET_SOCKET_ADDRESS( pxSocket );\r
-                                       pxNetworkBuffer->ulIPAddress = pxDestinationAddress->sin_addr;\r
-\r
-                                       /* Tell the networking task that the packet needs sending. */\r
-                                       xStackTxEvent.pvData = pxNetworkBuffer;\r
-\r
-                                       if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE )\r
-                                       {\r
-                                               xTicksToWait = 0;\r
-                                       }\r
-\r
-                                       if( xQueueSendToBack( xNetworkEventQueue, &xStackTxEvent, xTicksToWait ) != pdPASS )\r
-                                       {\r
-                                               /* If the buffer was allocated in this function, release it. */\r
-                                               if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                                               {\r
-                                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                               }\r
-                                               iptraceSTACK_TX_EVENT_LOST( ipSTACK_TX_EVENT );\r
-                                               break;\r
-                                       }\r
-\r
-                                       /* Adjust counters ready to either exit the loop, or send\r
-                                       another chunk of data. */\r
-                                       xBytesRemaining -= xBytesToSend;\r
-                                       pucBuffer += xBytesToSend;\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* If errno was available, errno would be set to\r
-                                       FREERTOS_ENOPKTS.  As it is, the function must return the\r
-                                       number of transmitted bytes, so the calling function knows how\r
-                                       much data was actually sent. */\r
-                                       break;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               return ( xTotalDataLength - xBytesRemaining );\r
-       } /* Tested */\r
-\r
-#else /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS */\r
-\r
-       int32_t FreeRTOS_sendto( xSocket_t xSocket, const void *pvBuffer, size_t xTotalDataLength, uint32_t ulFlags, const struct freertos_sockaddr *pxDestinationAddress, socklen_t xDestinationAddressLength )\r
-       {\r
-       xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-       xIPStackEvent_t xStackTxEvent = { eStackTxEvent, NULL };\r
-       extern xQueueHandle xNetworkEventQueue;\r
-       xTimeOutType xTimeOut;\r
-       TickType_t xTicksToWait;\r
-       int32_t lReturn = 0;\r
-       xFreeRTOS_Socket_t *pxSocket;\r
-       uint8_t *pucBuffer;\r
-\r
-               pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-               /* The function prototype is designed to maintain the expected Berkeley\r
-               sockets standard, but this implementation does not use all the\r
-               parameters. */\r
-               ( void ) xDestinationAddressLength;\r
-               configASSERT( xNetworkEventQueue );\r
-               configASSERT( pvBuffer );\r
-\r
-               if( xTotalDataLength <= ipMAX_UDP_PAYLOAD_LENGTH )\r
-               {\r
-                       if( socketSOCKET_IS_BOUND( pxSocket ) == pdFALSE )\r
-                       {\r
-                               /* If the socket is not already bound to an address, bind it now.\r
-                               Passing NULL as the address parameter tells FreeRTOS_bind() to\r
-                               select the address to bind to. */\r
-                               FreeRTOS_bind( pxSocket, NULL, 0 );\r
-                       }\r
-\r
-                       if( socketSOCKET_IS_BOUND( pxSocket ) != pdFALSE )\r
-                       {\r
-                               xTicksToWait = pxSocket->xSendBlockTime;\r
-\r
-                               if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                               {\r
-                                       /* Zero copy is not set, so obtain a network buffer into\r
-                                       which the payload will be copied. */\r
-                                       vTaskSetTimeOutState( &xTimeOut );\r
-                                       pxNetworkBuffer = pxNetworkBufferGet( xTotalDataLength + sizeof( xUDPPacket_t ), xTicksToWait );\r
-\r
-                                       if( pxNetworkBuffer != NULL )\r
-                                       {\r
-                                               memcpy( ( void * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipUDP_PAYLOAD_OFFSET ] ), ( void * ) pvBuffer, xTotalDataLength );\r
-\r
-                                               if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE )\r
-                                               {\r
-                                                       /* The entire block time has been used up. */\r
-                                                       xTicksToWait = 0;\r
-                                               }\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* When zero copy is used, pvBuffer is a pointer to the\r
-                                       payload of a buffer that has already been obtained from the\r
-                                       stack.  Obtain the network buffer pointer from the buffer. */\r
-                                       pucBuffer = ( uint8_t * ) pvBuffer;\r
-                                       pucBuffer -= ( ipBUFFER_PADDING + sizeof( xUDPPacket_t ) );\r
-                                       pxNetworkBuffer = * ( ( xNetworkBufferDescriptor_t ** ) pucBuffer );\r
-                               }\r
-\r
-                               if( pxNetworkBuffer != NULL )\r
-                               {\r
-                                       pxNetworkBuffer->xDataLength = xTotalDataLength;\r
-                                       pxNetworkBuffer->usPort = pxDestinationAddress->sin_port;\r
-                                       pxNetworkBuffer->usBoundPort = ( uint16_t ) socketGET_SOCKET_ADDRESS( pxSocket );\r
-                                       pxNetworkBuffer->ulIPAddress = pxDestinationAddress->sin_addr;\r
-\r
-                                       /* The socket options are passed to the IP layer in the\r
-                                       space that will eventually get used by the Ethernet header. */\r
-                                       pxNetworkBuffer->pucEthernetBuffer[ ipSOCKET_OPTIONS_OFFSET ] = pxSocket->ucSocketOptions;\r
-\r
-                                       /* Tell the networking task that the packet needs sending. */\r
-                                       xStackTxEvent.pvData = pxNetworkBuffer;\r
-\r
-                                       if( xQueueSendToBack( xNetworkEventQueue, &xStackTxEvent, xTicksToWait ) != pdPASS )\r
-                                       {\r
-                                               /* If the buffer was allocated in this function, release it. */\r
-                                               if( ( ulFlags & FREERTOS_ZERO_COPY ) == 0 )\r
-                                               {\r
-                                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                               }\r
-                                               iptraceSTACK_TX_EVENT_LOST( ipSTACK_TX_EVENT );\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               lReturn = ( int32_t ) xTotalDataLength;\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* If errno was available, errno would be set to\r
-                                       FREERTOS_ENOPKTS.  As it is, the function must return the\r
-                                       number of transmitted bytes, so the calling function knows how\r
-                                       much data was actually sent. */\r
-                                       iptraceNO_BUFFER_FOR_SENDTO();\r
-                               }\r
-                       }\r
-                       else\r
-                       {\r
-                               iptraceSENDTO_SOCKET_NOT_BOUND();\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       /* The data is longer than the available buffer space.  Setting\r
-                       ipconfigCAN_FRAGMENT_OUTGOING_PACKETS to 1 may allow this packet\r
-                       to be sent. */\r
-                       iptraceSENDTO_DATA_TOO_LONG();\r
-               }\r
-\r
-               return lReturn;\r
-       } /* Tested */\r
-\r
-#endif /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS */\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t FreeRTOS_bind( xSocket_t xSocket, struct freertos_sockaddr * pxAddress, socklen_t xAddressLength )\r
-{\r
-BaseType_t xReturn = 0; /* In Berkeley sockets, 0 means pass for bind(). */\r
-xFreeRTOS_Socket_t *pxSocket;\r
-#if ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND == 1\r
-       struct freertos_sockaddr xAddress;\r
-#endif /* ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND */\r
-\r
-       pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-       /* The function prototype is designed to maintain the expected Berkeley\r
-       sockets standard, but this implementation does not use all the parameters. */\r
-       ( void ) xAddressLength;\r
-\r
-       configASSERT( xSocket );\r
-       configASSERT( xSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-       #if ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND == 1\r
-       {\r
-               /* pxAddress will be NULL if sendto() was called on a socket without the\r
-               socket being bound to an address.  In this case, automatically allocate\r
-               an address to the socket.  There is a very tiny chance that the allocated\r
-               port will already be in use - if that is the case, then the check below\r
-               [pxListFindListItemWithValue()] will result in an error being returned. */\r
-               if( pxAddress == NULL )\r
-               {\r
-                       pxAddress = &xAddress;\r
-                       pxAddress->sin_port = prvGetPrivatePortNumber();\r
-               }\r
-       }\r
-       #endif /* ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND == 1 */\r
-\r
-       /* Sockets must be bound before calling FreeRTOS_sendto() if\r
-       ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is not set to 1. */\r
-       configASSERT( pxAddress );\r
-\r
-       if( pxAddress != NULL )\r
-       {\r
-               if( pxAddress->sin_port == 0 )\r
-               {\r
-                       pxAddress->sin_port = prvGetPrivatePortNumber();\r
-               }\r
-\r
-               vTaskSuspendAll();\r
-               {\r
-                       /* Check to ensure the port is not already in use. */\r
-                       if( pxListFindListItemWithValue( &xBoundSocketsList, ( TickType_t ) pxAddress->sin_port ) != NULL )\r
-                       {\r
-                               xReturn = FREERTOS_EADDRINUSE;\r
-                       }\r
-               }\r
-               xTaskResumeAll();\r
-\r
-               /* Check that xReturn has not been set before continuing. */\r
-               if( xReturn == 0 )\r
-               {\r
-                       if( pxSocket->xWaitingPacketSemaphore == NULL )\r
-                       {\r
-                               /* Create the semaphore used to count the number of packets that\r
-                               are queued on this socket. */\r
-                               pxSocket->xWaitingPacketSemaphore = xSemaphoreCreateCounting( ipconfigNUM_NETWORK_BUFFERS, 0 );\r
-\r
-                               if( pxSocket->xWaitingPacketSemaphore != NULL )\r
-                               {\r
-                                       /* Allocate the port number to the socket. */\r
-                                       socketSET_SOCKET_ADDRESS( pxSocket, pxAddress->sin_port );\r
-                                       taskENTER_CRITICAL();\r
-                                       {\r
-                                               /* Add the socket to the list of bound ports. */\r
-                                               vListInsertEnd( &xBoundSocketsList, &( pxSocket->xBoundSocketListItem ) );\r
-                                       }\r
-                                       taskEXIT_CRITICAL();\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* Out of memory. */\r
-                                       xReturn = FREERTOS_ENOBUFS;\r
-                               }\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The socket is already bound. */\r
-                               xReturn = FREERTOS_EINVAL;\r
-                       }\r
-               }\r
-       }\r
-       else\r
-       {\r
-               xReturn = FREERTOS_EADDRNOTAVAIL;\r
-       }\r
-\r
-       if( xReturn != 0 )\r
-       {\r
-               iptraceBIND_FAILED( xSocket, ( FreeRTOS_ntohs( pxAddress->sin_port ) ) );\r
-       }\r
-\r
-       return xReturn;\r
-} /* Tested */\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t FreeRTOS_closesocket( xSocket_t xSocket )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-xFreeRTOS_Socket_t *pxSocket;\r
-\r
-       pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-       configASSERT( pxSocket );\r
-       configASSERT( pxSocket != FREERTOS_INVALID_SOCKET );\r
-\r
-       /* Socket must be unbound first, to ensure no more packets are queued on\r
-       it. */\r
-       if( socketSOCKET_IS_BOUND( pxSocket ) != pdFALSE )\r
-       {\r
-               taskENTER_CRITICAL();\r
-               {\r
-                       uxListRemove( &( pxSocket->xBoundSocketListItem ) );\r
-               }\r
-               taskEXIT_CRITICAL();\r
-       }\r
-\r
-       /* Now the socket is not bound the list of waiting packets can be\r
-       drained. */\r
-       if( pxSocket->xWaitingPacketSemaphore != NULL )\r
-       {\r
-               while( listCURRENT_LIST_LENGTH( &( pxSocket->xWaitingPacketsList ) ) > 0U )\r
-               {\r
-                       pxNetworkBuffer = ( xNetworkBufferDescriptor_t * ) listGET_OWNER_OF_HEAD_ENTRY( &( pxSocket->xWaitingPacketsList ) );\r
-                       uxListRemove( &( pxNetworkBuffer->xBufferListItem ) );\r
-                       vNetworkBufferRelease( pxNetworkBuffer );\r
-               }\r
-               vSemaphoreDelete( pxSocket->xWaitingPacketSemaphore );\r
-       }\r
-\r
-       vPortFree( pxSocket );\r
-\r
-       return 0;\r
-} /* Tested */\r
-/*-----------------------------------------------------------*/\r
-\r
-void FreeRTOS_SocketsInit( void )\r
-{\r
-       vListInitialise( &xBoundSocketsList );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t FreeRTOS_setsockopt( xSocket_t xSocket, int32_t lLevel, int32_t lOptionName, const void *pvOptionValue, size_t xOptionLength )\r
-{\r
-/* The standard Berkeley function returns 0 for success. */\r
-BaseType_t xReturn = 0;\r
-BaseType_t lOptionValue;\r
-xFreeRTOS_Socket_t *pxSocket;\r
-\r
-       pxSocket = ( xFreeRTOS_Socket_t * ) xSocket;\r
-\r
-       /* The function prototype is designed to maintain the expected Berkeley\r
-       sockets standard, but this implementation does not use all the parameters. */\r
-       ( void ) lLevel;\r
-       ( void ) xOptionLength;\r
-\r
-       configASSERT( xSocket );\r
-\r
-       switch( lOptionName )\r
-       {\r
-               case FREERTOS_SO_RCVTIMEO       :\r
-                       /* Receive time out. */\r
-                       pxSocket->xReceiveBlockTime = *( ( TickType_t * ) pvOptionValue );\r
-                       break;\r
-\r
-               case FREERTOS_SO_SNDTIMEO       :\r
-                       /* The send time out is capped for the reason stated in the comments\r
-                       where ipconfigMAX_SEND_BLOCK_TIME_TICKS is defined in\r
-                       FreeRTOSIPConfig.h (assuming an official configuration file is being\r
-                       used. */\r
-                       pxSocket->xSendBlockTime = *( ( TickType_t * ) pvOptionValue );\r
-                       if( pxSocket->xSendBlockTime > ipconfigMAX_SEND_BLOCK_TIME_TICKS )\r
-                       {\r
-                               pxSocket->xSendBlockTime = ipconfigMAX_SEND_BLOCK_TIME_TICKS;\r
-                       }\r
-                       break;\r
-\r
-               case FREERTOS_SO_UDPCKSUM_OUT :\r
-                       /* Turn calculating of the UDP checksum on/off for this socket. */\r
-                       lOptionValue = ( BaseType_t ) pvOptionValue;\r
-\r
-                       if( lOptionValue == 0 )\r
-                       {\r
-                               pxSocket->ucSocketOptions &= ~FREERTOS_SO_UDPCKSUM_OUT;\r
-                       }\r
-                       else\r
-                       {\r
-                               pxSocket->ucSocketOptions |= FREERTOS_SO_UDPCKSUM_OUT;\r
-                       }\r
-                       break;\r
-\r
-               default :\r
-                       /* No other options are handled. */\r
-                       xReturn = FREERTOS_ENOPROTOOPT;\r
-                       break;\r
-       }\r
-\r
-       return xReturn;\r
-} /* Tested */\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xProcessReceivedUDPPacket( xNetworkBufferDescriptor_t *pxNetworkBuffer, uint16_t usPort )\r
-{\r
-xListItem *pxListItem;\r
-BaseType_t xReturn = pdPASS;\r
-xFreeRTOS_Socket_t *pxSocket;\r
-BaseType_t xHigherPriorityTaskWoken = pdFALSE;\r
-\r
-       vTaskSuspendAll();\r
-       {\r
-               /* See if there is a list item associated with the port number on the\r
-               list of bound sockets. */\r
-               pxListItem = pxListFindListItemWithValue( &xBoundSocketsList, ( TickType_t ) usPort );\r
-       }\r
-       xTaskResumeAll();\r
-\r
-       if( pxListItem != NULL )\r
-       {\r
-               /* The owner of the list item is the socket itself. */\r
-               pxSocket = ( xFreeRTOS_Socket_t * ) listGET_LIST_ITEM_OWNER( pxListItem );\r
-\r
-               vTaskSuspendAll();\r
-               {\r
-                       #if( ipconfigSUPPORT_SELECT_FUNCTION == 1 )\r
-                       {\r
-                               /* Is the socket a member of a select() group? */\r
-                               if( pxSocket->xSelectQueue != NULL )\r
-                               {\r
-                                       /* Can the select group be notified that the socket is\r
-                                       ready to be read? */\r
-                                       if( xQueueSendFromISR( pxSocket->xSelectQueue, &pxSocket, &xHigherPriorityTaskWoken ) != pdPASS )\r
-                                       {\r
-                                               /* Could not notify the select group. */\r
-                                               xReturn = pdFAIL;\r
-                                               iptraceFAILED_TO_NOTIFY_SELECT_GROUP( pxSocket );\r
-                                       }\r
-                               }\r
-                       }\r
-                       #endif\r
-\r
-                       if( xReturn == pdPASS )\r
-                       {\r
-                               taskENTER_CRITICAL();\r
-                               {\r
-                                       /* Add the network packet to the list of packets to be\r
-                                       processed by the socket. */\r
-                                       vListInsertEnd( &( pxSocket->xWaitingPacketsList ), &( pxNetworkBuffer->xBufferListItem ) );\r
-                               }\r
-                               taskEXIT_CRITICAL();\r
-\r
-                               /* The socket's counting semaphore records how many packets are\r
-                               waiting to be processed by the socket. */\r
-                               xSemaphoreGiveFromISR( pxSocket->xWaitingPacketSemaphore, &xHigherPriorityTaskWoken );\r
-                       }\r
-               }\r
-               if( xTaskResumeAll() == pdFALSE )\r
-               {\r
-                       if( xHigherPriorityTaskWoken != pdFALSE )\r
-                       {\r
-                               taskYIELD();\r
-                       }\r
-               }\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint16_t prvGetPrivatePortNumber( void )\r
-{\r
-static uint16_t usNextPortToUse = socketAUTO_PORT_ALLOCATION_START_NUMBER - 1;\r
-uint16_t usReturn;\r
-\r
-       /* Assign the next port in the range. */\r
-       taskENTER_CRITICAL();\r
-       {\r
-               usNextPortToUse++;\r
-\r
-               /* Has it overflowed? */\r
-               if( usNextPortToUse == 0U )\r
-               {\r
-                       /* Don't go right back to the start of the dynamic/private port\r
-                       range numbers as any persistent sockets are likely to have been\r
-                       create first so the early port numbers may still be in use. */\r
-                       usNextPortToUse = socketAUTO_PORT_ALLOCATION_RESET_NUMBER;\r
-               }\r
-\r
-               usReturn = FreeRTOS_htons( usNextPortToUse );\r
-       }\r
-       taskEXIT_CRITICAL();\r
-\r
-       return usReturn;\r
-} /* Tested */\r
-/*-----------------------------------------------------------*/\r
-\r
-xListItem * pxListFindListItemWithValue( xList *pxList, TickType_t xWantedItemValue )\r
-{\r
-xListItem *pxIterator, *pxReturn;\r
-\r
-       pxReturn = NULL;\r
-       for( pxIterator = ( xListItem * ) pxList->xListEnd.pxNext; pxIterator != ( xListItem* ) &( pxList->xListEnd ); pxIterator = ( xListItem * ) pxIterator->pxNext )\r
-       {\r
-               if( pxIterator->xItemValue == xWantedItemValue )\r
-               {\r
-                       pxReturn = pxIterator;\r
-                       break;\r
-               }\r
-       }\r
-\r
-       return pxReturn;\r
-} /* Tested */\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigINCLUDE_FULL_INET_ADDR == 1\r
-\r
-       uint32_t FreeRTOS_inet_addr( const char *pcIPAddress )\r
-       {\r
-       const uint8_t ucDecimalBase = 10;\r
-       uint8_t ucOctet[ socketMAX_IP_ADDRESS_OCTETS ];\r
-       const char *pcPointerOnEntering;\r
-       uint32_t ulReturn = 0UL, ulOctetNumber, ulValue;\r
-       BaseType_t xResult = pdPASS;\r
-\r
-               for( ulOctetNumber = 0; ulOctetNumber < socketMAX_IP_ADDRESS_OCTETS; ulOctetNumber++ )\r
-               {\r
-                       ulValue = 0;\r
-                       pcPointerOnEntering = pcIPAddress;\r
-\r
-                       while( ( *pcIPAddress >= ( uint8_t ) '0' ) && ( *pcIPAddress <= ( uint8_t ) '9' ) )\r
-                       {\r
-                               /* Move previous read characters into the next decimal\r
-                               position. */\r
-                               ulValue *= ucDecimalBase;\r
-\r
-                               /* Add the binary value of the ascii character. */\r
-                               ulValue += ( *pcIPAddress - ( uint8_t ) '0' );\r
-\r
-                               /* Move to next character in the string. */\r
-                               pcIPAddress++;\r
-                       }\r
-\r
-                       /* Check characters were read. */\r
-                       if( pcIPAddress == pcPointerOnEntering )\r
-                       {\r
-                               xResult = pdFAIL;\r
-                       }\r
-\r
-                       /* Check the value fits in an 8-bit number. */\r
-                       if( ulValue > 0xffUL )\r
-                       {\r
-                               xResult = pdFAIL;\r
-                       }\r
-                       else\r
-                       {\r
-                               ucOctet[ ulOctetNumber ] = ( uint8_t ) ulValue;\r
-\r
-                               /* Check the next character is as expected. */\r
-                               if( ulOctetNumber < ( socketMAX_IP_ADDRESS_OCTETS - 1 ) )\r
-                               {\r
-                                       if( *pcIPAddress != ( uint8_t ) '.' )\r
-                                       {\r
-                                               xResult = pdFAIL;\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* Move past the dot. */\r
-                                               pcIPAddress++;\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       if( xResult == pdFAIL )\r
-                       {\r
-                               /* No point going on. */\r
-                               break;\r
-                       }\r
-               }\r
-\r
-               if( *pcIPAddress != ( uint8_t ) 0x00 )\r
-               {\r
-                       /* Expected the end of the string. */\r
-                       xResult = pdFAIL;\r
-               }\r
-\r
-               if( ulOctetNumber != socketMAX_IP_ADDRESS_OCTETS )\r
-               {\r
-                       /* Didn't read enough octets. */\r
-                       xResult = pdFAIL;\r
-               }\r
-\r
-               if( xResult == pdPASS )\r
-               {\r
-                       ulReturn = FreeRTOS_inet_addr_quick( ucOctet[ 0 ], ucOctet[ 1 ], ucOctet[ 2 ], ucOctet[ 3 ] );\r
-               }\r
-\r
-               return ulReturn;\r
-       }\r
-\r
-#endif /* ipconfigINCLUDE_FULL_INET_ADDR */\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
deleted file mode 100644 (file)
index c1743b1..0000000
+++ /dev/null
@@ -1,1853 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-#include "timers.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "FreeRTOS_DHCP.h"\r
-#include "NetworkInterface.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Sanity check the configuration. */\r
-#if configUSE_TIMERS != 1\r
-       #error configUSE_TIMERS must be set to 1 in FreeRTOSConfig.h to use this file\r
-#endif\r
-\r
-#if configTICK_RATE_HZ > 1000\r
-       #error configTICK_RATE_HZ must be less than 1000 to use FreeRTOS+UDP\r
-#endif\r
-\r
-#if ( ipconfigEVENT_QUEUE_LENGTH < ( ipconfigNUM_NETWORK_BUFFERS + 5 ) )\r
-       #error The ipconfigEVENT_QUEUE_LENGTH parameter must be at least ipconfigNUM_NETWORK_BUFFERS + 5\r
-#endif\r
-\r
-#if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1 && ipconfigSUPPORT_OUTGOING_PINGS == 1\r
-       #error ipconfigSUPPORT_OUTGOING_PINGS can only be set to 1 if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is set to 0 as IP fragmentation is not supported for ICMP (ping) packets\r
-#endif\r
-\r
-#if ( ipconfigNETWORK_MTU < 46 )\r
-       #error ipconfigNETWORK_MTU must be at least 46.\r
-#endif\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The IP header length in bytes. */\r
-#define ipIP_HEADER_LENGTH             ( 20 )\r
-\r
-/* IP protocol definitions. */\r
-#define ipPROTOCOL_ICMP                        ( 1 )\r
-#define ipPROTOCOL_UDP                 ( 17 )\r
-\r
-/* ICMP protocol definitions. */\r
-#define ipICMP_ECHO_REQUEST            ( ( uint16_t ) 8 )\r
-#define ipICMP_ECHO_REPLY              ( ( uint16_t ) 0 )\r
-\r
-/* The expected IP version and header length coded into the IP header itself. */\r
-#define ipIP_VERSION_AND_HEADER_LENGTH_BYTE ( ( uint8_t ) 0x45 )\r
-\r
-/* Time delay between repeated attempts to initialise the network hardware. */\r
-#define ipINITIALISATION_RETRY_DELAY   ( ( ( TickType_t ) 3000 ) / portTICK_RATE_MS )\r
-\r
-/* The local MAC address is accessed from within xDefaultPartUDPPacketHeader,\r
-rather than duplicated in its own variable. */\r
-#define ipLOCAL_MAC_ADDRESS ( xDefaultPartUDPPacketHeader )\r
-\r
-/* The local IP address is accessed from within xDefaultPartUDPPacketHeader,\r
-rather than duplicated in its own variable. */\r
-#define ipLOCAL_IP_ADDRESS_POINTER ( ( uint32_t * ) &( xDefaultPartUDPPacketHeader[ 20 ] ) )\r
-\r
-/* Defines how often the ARP timer callback function is executed.  The time is\r
-shorted in the Windows simulator as simulated time is not real time. */\r
-#ifdef _WINDOWS_\r
-       #define ipARP_TIMER_PERIOD_MS   ( 500 ) /* For windows simulator builds. */\r
-#else\r
-       #define ipARP_TIMER_PERIOD_MS   ( 10000 )\r
-#endif\r
-\r
-/* If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 1, then the Ethernet\r
-driver will filter incoming packets and only pass the stack those packets it\r
-considers need processing.  In this case ipCONSIDER_FRAME_FOR_PROCESSING() can\r
-be #defined away.  If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 0\r
-then the Ethernet driver will pass all received packets to the stack, and the\r
-stack must do the filtering itself.  In this case ipCONSIDER_FRAME_FOR_PROCESSING\r
-needs to call eConsiderFrameForProcessing. */\r
-#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 0\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eConsiderFrameForProcessing( ( pucEthernetBuffer ) )\r
-#else\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eProcessBuffer\r
-#endif\r
-\r
-/* When the age of an entry in the ARP table reaches this value (it counts down\r
-to zero, so this is an old entry) an ARP request will be sent to see if the\r
-entry is still valid and can therefore be refreshed. */\r
-#define ipMAX_ARP_AGE_BEFORE_NEW_ARP_REQUEST           ( 3 )\r
-\r
-/* Number of bits to shift to divide by 8.  Used to remove the need for a\r
-divide. */\r
-#define ipSHIFT_TO_DIVIDE_BY_8                                                 ( 3U )\r
-\r
-/* The bit set in the IP header flags to indicate that the IP packet contains\r
-a fragment of the eventual total payload, and that more fragments will follow. */\r
-#define ipMORE_FRAGMENTS_FLAG_BIT                                      ( 0x2000U )\r
-\r
-/* ICMP packets are sent using the same function as UDP packets.  The port\r
-number is used to distinguish between the two, as 0 is an invalid UDP port. */\r
-#define ipPACKET_CONTAINS_ICMP_DATA                                    ( 0 )\r
-\r
-/* The character used to fill ICMP echo requests, and therefore also the\r
-character expected to fill ICMP echo replies. */\r
-#define ipECHO_DATA_FILL_BYTE                                          'x'\r
-\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-       #define ipFRAGMENT_OFFSET_BIT_MASK                              ( ( uint16_t ) 0xff0f ) /* The bits in the two byte IP header field that make up the fragment offset value. */\r
-#else\r
-       #define ipFRAGMENT_OFFSET_BIT_MASK                              ( ( uint16_t ) 0x0fff ) /* The bits in the two byte IP header field that make up the fragment offset value. */\r
-       #if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-               #warning Fragment offsets have not been tested on big endian machines.\r
-       #endif /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS */\r
-#endif /* ipconfigBYTE_ORDER */\r
-\r
-/*-----------------------------------------------------------*/\r
-/* Miscellaneous structure and definitions. */\r
-/*-----------------------------------------------------------*/\r
-\r
-typedef struct xARP_CACHE_TABLE_ROW\r
-{\r
-       uint32_t ulIPAddress;           /* The IP address of an ARP cache entry. */\r
-       xMACAddress_t xMACAddress;  /* The MAC address of an ARP cache entry. */\r
-       uint8_t ucAge;                          /* A value that is periodically decremented but can also be refreshed by active communication.  The ARP cache entry is removed if the value reaches zero. */\r
-} xARPCacheRow_t;\r
-\r
-typedef enum\r
-{\r
-       eARPCacheMiss = 0,                      /* An ARP table lookup did not find a valid entry. */\r
-       eARPCacheHit,                           /* An ARP table lookup found a valid entry. */\r
-       eCantSendPacket                         /* There is no IP address, or an ARP is still in progress, so the packet cannot be sent. */\r
-} eARPLookupResult_t;\r
-\r
-typedef enum\r
-{\r
-       eNotFragment = 0,                       /* The IP packet being sent is not part of a fragment. */\r
-       eFirstFragment,                         /* The IP packet being sent is the first in a set of fragmented packets. */\r
-       eFollowingFragment                      /* The IP packet being sent is part of a set of fragmented packets. */\r
-} eIPFragmentStatus_t;\r
-\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Called when new data is available from the network interface.\r
- */\r
-static void prvProcessEthernetPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * Called when the application has generated a UDP packet to send.\r
- */\r
-static void prvProcessGeneratedPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * Processes incoming ARP packets.\r
- */\r
-static eFrameProcessingResult_t prvProcessARPPacket( xARPPacket_t * const pxARPFrame );\r
-\r
-/*\r
- * Process incoming IP packets.\r
- */\r
-static eFrameProcessingResult_t prvProcessIPPacket( const xIPPacket_t * const pxIPPacket, xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * Process incoming ICMP packets.\r
- */\r
-#if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-       static eFrameProcessingResult_t prvProcessICMPPacket( xICMPPacket_t * const pxICMPPacket );\r
-#endif /* ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 ) */\r
-\r
-/*\r
- * Swap the source and destination addresses in an already constructed Ethernet\r
- * frame, and send the frame to the network.\r
- */\r
-static void prvReturnEthernetFrame( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * Return the checksum generated over usDataLengthBytes from pucNextData.\r
- */\r
-static uint16_t prvGenerateChecksum( const uint8_t * const pucNextData, const uint16_t usDataLengthBytes, BaseType_t xChecksumIsOffloaded );\r
-\r
-/*\r
- * The callback function that is assigned to all periodic processing timers -\r
- * namely the DHCP timer and the ARP timer.\r
- */\r
-void vIPFunctionsTimerCallback( xTimerHandle xTimer );\r
-\r
-/*\r
- * Reduce the age count in each entry within the ARP cache.  An entry is no\r
- * longer considered valid and is deleted if its age reaches zero.\r
- */\r
-static void prvAgeARPCache( void );\r
-\r
-/*\r
- * If ulIPAddress is already in the ARP cache table then reset the age of the\r
- * entry back to its maximum value.  If ulIPAddress is not already in the ARP\r
- * cache table then add it - replacing the oldest current entry if there is not\r
- * a free space available.\r
- */\r
-static void prvRefreshARPCacheEntry( const xMACAddress_t * const pxMACAddress, const uint32_t ulIPAddress );\r
-\r
-/*\r
- * Creates the pseudo header necessary then generate the checksum over the UDP\r
- * packet.  Returns the calculated checksum.\r
- */\r
-static uint16_t prvGenerateUDPChecksum( const xUDPPacket_t * const pxUDPPacket, BaseType_t xChecksumIsOffloaded );\r
-\r
-/*\r
- * Look for ulIPAddress in the ARP cache.  If the IP address exists, copy the\r
- * associated MAC address into pxMACAddress, refresh the ARP cache entry's\r
- * age, and return eARPCacheHit.  If the IP address does not exist in the ARP\r
- * cache return eARPCacheMiss.  If the packet cannot be sent for any reason\r
- * (maybe DHCP is still in process, or the addressing needs a gateway but there\r
- * isn't a gateway defined) then return eCantSendPacket.\r
- */\r
-static eARPLookupResult_t prvGetARPCacheEntry( uint32_t *pulIPAddress, xMACAddress_t * const pxMACAddress );\r
-\r
-/*\r
- * The main UDP/IP stack processing task.  This task receives commands/events\r
- * from the network hardware drivers, tasks that are using sockets, and software\r
- * timers (such as the ARP timer).\r
- */\r
-static void prvIPTask( void *pvParameters );\r
-\r
-/*\r
- * Send out an ARP request for the IP address contained in pxNetworkBuffer, and\r
- * add an entry into the ARP table that indicates that an ARP reply is\r
- * outstanding so re-transmissions can be generated.\r
- */\r
-static void prvGenerateARPRequestPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * Called when outgoing packets are fragmented and require a fragment offset in\r
- * their IP headers.  Set the fragment offset (which includes the IP flags) and\r
- * length from the data passed in the pxFragmentParameters structure.\r
- */\r
- #if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-       static void prvCalculateFragmentOffsetAndLength( xIPFragmentParameters_t *pxFragmentParameters, uint16_t *pusFragmentOffset, uint16_t *pusFragmentLength );\r
-#endif /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS */\r
-\r
-/*\r
- * Complete the pxUDPPacket header with the information passed in\r
- * pxNetworkBuffer.  ucSocketOptions are passed in case the options include\r
- * disabling the checksum.\r
- */\r
-static void prvCompleteUDPHeader( xNetworkBufferDescriptor_t *pxNetworkBuffer, xUDPPacket_t *pxUDPPacket, uint8_t ucSocketOptions );\r
-\r
-/*\r
- * Send the event eEvent to the IP task event queue, using a block time of\r
- * zero.  Return pdPASS if the message was sent successfully, otherwise return\r
- * pdFALSE.\r
-*/\r
-static BaseType_t prvSendEventToIPTask( eIPEvent_t eEvent );\r
-\r
-/*\r
- * Generate and send an ARP request for the IP address passed in ulIPAddress.\r
- */\r
-static void prvOutputARPRequest( uint32_t ulIPAddress );\r
-\r
-/*\r
- * Turns around an incoming ping request to convert it into a ping reply.\r
- */\r
-#if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 )\r
-       static eFrameProcessingResult_t prvProcessICMPEchoRequest( xICMPPacket_t * const pxICMPPacket );\r
-#endif /* ipconfigREPLY_TO_INCOMING_PINGS */\r
-\r
-/*\r
- * Processes incoming ping replies.  The application callback function\r
- * vApplicationPingReplyHook() is called with the results.\r
- */\r
-#if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-       static void prvProcessICMPEchoReply( xICMPPacket_t * const pxICMPPacket );\r
-#endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-/*\r
- * Called to create a network connection when the stack is first started, or\r
- * when the network connection is lost.\r
- */\r
-static void prvProcessNetworkDownEvent( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to pass events into the UDP task for processing. */\r
-xQueueHandle xNetworkEventQueue = NULL;\r
-\r
-/* The ARP cache. */\r
-static xARPCacheRow_t xARPCache[ ipconfigARP_CACHE_ENTRIES ];\r
-\r
-/* The timer that triggers ARP events. */\r
-static xTimerHandle xARPTimer = NULL;\r
-\r
-/* Used to ensure network down events cannot be missed when they cannot be\r
-posted to the network event queue because the network event queue is already\r
-full. */\r
-static BaseType_t xNetworkDownEventPending = pdFALSE;\r
-\r
-/* For convenience, a MAC address of all zeros and another of all 0xffs are\r
-defined const for quick reference. */\r
-static const xMACAddress_t xNullMACAddress = { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } };\r
-static const xMACAddress_t xBroadcastMACAddress = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };\r
-\r
-/* Part of the Ethernet and IP headers are always constant when sending an IPv4\r
-UDP packet.  This array defines the constant parts, allowing this part of the\r
-packet to be filled in using a simple memcpy() instead of individual writes. */\r
-uint8_t xDefaultPartUDPPacketHeader[] =\r
-{\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     /* Ethernet source MAC address. */\r
-       0x08, 0x00,                                                     /* Ethernet frame type. */\r
-       ipIP_VERSION_AND_HEADER_LENGTH_BYTE,    /* ucVersionHeaderLength. */\r
-       0x00,                                                                   /* ucDifferentiatedServicesCode. */\r
-       0x00, 0x00,                                                     /* usLength. */\r
-       0x00, 0x00,                                                     /* usIdentification. */\r
-       0x00, 0x00,                                                     /* usFragmentOffset. */\r
-       updconfigIP_TIME_TO_LIVE,                               /* ucTimeToLive */\r
-       ipPROTOCOL_UDP,                                                 /* ucProtocol. */\r
-       0x00, 0x00,                                                     /* usHeaderChecksum. */\r
-       0x00, 0x00, 0x00, 0x00                                  /* Source IP address. */\r
-};\r
-\r
-/* Part of the Ethernet and ARP headers are always constant when sending an IPv4\r
-ARP packet.  This array defines the constant parts, allowing this part of the\r
-packet to be filled in using a simple memcpy() instead of individual writes. */\r
-static const uint8_t xDefaultPartARPPacketHeader[] =\r
-{\r
-       0xff, 0xff, 0xff, 0xff, 0xff, 0xff,     /* Ethernet destination address. */\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     /* Ethernet source address. */\r
-       0x08, 0x06,                                                     /* Ethernet frame type (ipARP_TYPE). */\r
-       0x00, 0x01,                                                     /* usHardwareType (ipARP_HARDWARE_TYPE_ETHERNET). */\r
-       0x08, 0x00,                                                             /* usProtocolType. */\r
-       ipMAC_ADDRESS_LENGTH_BYTES,                     /* ucHardwareAddressLength. */\r
-       ipIP_ADDRESS_LENGTH_BYTES,                              /* ucProtocolAddressLength. */\r
-       0x00, 0x01,                                                     /* usOperation (ipARP_REQUEST). */\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     /* xSenderHardwareAddress. */\r
-       0x00, 0x00, 0x00, 0x00,                                 /* ulSenderProtocolAddress. */\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00      /* xTargetHardwareAddress. */\r
-};\r
-\r
-/* Structure that stores the netmask, gateway address and DNS server addresses. */\r
-static xNetworkAddressingParameters_t xNetworkAddressing = { 0, 0, 0, 0 };\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvIPTask( void *pvParameters )\r
-{\r
-xIPStackEvent_t xReceivedEvent;\r
-\r
-       /* Just to prevent compiler warnings about unused parameters. */\r
-       ( void ) pvParameters;\r
-\r
-       /* Create the ARP timer, but don't start it until the network has\r
-       connected. */\r
-       xARPTimer = xTimerCreate( "ARPTimer", ( ipARP_TIMER_PERIOD_MS / portTICK_RATE_MS ), pdTRUE, ( void * ) eARPTimerEvent, vIPFunctionsTimerCallback );\r
-       configASSERT( xARPTimer );\r
-\r
-       /* Generate a dummy message to say that the network connection has gone\r
-       down.  This will cause this task to initialise the network interface.  After\r
-       this it is the responsibility of the network interface hardware driver to\r
-       send this message if a previously connected network is disconnected. */\r
-       FreeRTOS_NetworkDown();\r
-\r
-       /* Loop, processing IP events. */\r
-       for( ;; )\r
-       {\r
-               /* Wait until there is something to do. */\r
-               if( xQueueReceive( xNetworkEventQueue, ( void * ) &xReceivedEvent, portMAX_DELAY ) == pdPASS )\r
-               {\r
-                       iptraceNETWORK_EVENT_RECEIVED( xReceivedEvent.eEventType );\r
-\r
-                       switch( xReceivedEvent.eEventType )\r
-                       {\r
-                               case eNetworkDownEvent :\r
-                                       /* Attempt to establish a connection. */\r
-                                       prvProcessNetworkDownEvent();\r
-                                       break;\r
-\r
-                               case eEthernetRxEvent :\r
-                                       /* The network hardware driver has received a new packet.\r
-                                       A pointer to the received buffer is located in the pvData\r
-                                       member of the received event structure. */\r
-                                       prvProcessEthernetPacket( ( xNetworkBufferDescriptor_t * ) ( xReceivedEvent.pvData ) );\r
-                                       break;\r
-\r
-                               case eARPTimerEvent :\r
-                                       /* The ARP timer has expired, process the ARP cache. */\r
-                                       prvAgeARPCache();\r
-                                       break;\r
-\r
-                               case eStackTxEvent :\r
-                                       /* The network stack has generated a packet to send.  A\r
-                                       pointer to the generated buffer is located in the pvData\r
-                                       member of the received event structure. */\r
-                                       prvProcessGeneratedPacket( ( xNetworkBufferDescriptor_t * ) ( xReceivedEvent.pvData ) );\r
-                                       break;\r
-\r
-                               case eDHCPEvent:\r
-                                       /* The DHCP state machine needs processing. */\r
-                                       #if ipconfigUSE_DHCP == 1\r
-                                       {\r
-                                               vDHCPProcess( pdFALSE, ( xMACAddress_t * ) ipLOCAL_MAC_ADDRESS, ipLOCAL_IP_ADDRESS_POINTER, &xNetworkAddressing );\r
-                                       }\r
-                                       #endif\r
-                                       break;\r
-\r
-                               default :\r
-                                       /* Should not get here. */\r
-                                       break;\r
-                       }\r
-\r
-                       if( xNetworkDownEventPending != pdFALSE )\r
-                       {\r
-                               /* A network down event could not be posted to the network\r
-                               event queue because the queue was full.  Try posting again. */\r
-                               FreeRTOS_NetworkDown();\r
-                       }\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void FreeRTOS_NetworkDown( void )\r
-{\r
-static const xIPStackEvent_t xNetworkDownEvent = { eNetworkDownEvent, NULL };\r
-const TickType_t xDontBlock = 0;\r
-\r
-       /* Simply send the network task the appropriate event. */\r
-       if( xQueueSendToBack( xNetworkEventQueue, &xNetworkDownEvent, xDontBlock ) != pdPASS )\r
-       {\r
-               xNetworkDownEventPending = pdTRUE;\r
-       }\r
-       else\r
-       {\r
-               xNetworkDownEventPending = pdFALSE;\r
-       }\r
-\r
-       iptraceNETWORK_DOWN();\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t FreeRTOS_NetworkDownFromISR( void )\r
-{\r
-static const xIPStackEvent_t xNetworkDownEvent = { eNetworkDownEvent, NULL };\r
-BaseType_t xHigherPriorityTaskWoken = pdFALSE;\r
-\r
-       /* Simply send the network task the appropriate event. */\r
-       if( xQueueSendToBackFromISR( xNetworkEventQueue, &xNetworkDownEvent, &xHigherPriorityTaskWoken ) != pdPASS )\r
-       {\r
-               xNetworkDownEventPending = pdTRUE;\r
-       }\r
-       else\r
-       {\r
-               xNetworkDownEventPending = pdFALSE;\r
-       }\r
-       iptraceNETWORK_DOWN();\r
-\r
-       return xHigherPriorityTaskWoken;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void *FreeRTOS_GetUDPPayloadBuffer( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-void *pvReturn;\r
-\r
-       /* Cap the block time.  The reason for this is explained where\r
-       ipconfigMAX_SEND_BLOCK_TIME_TICKS is defined (assuming an official\r
-       FreeRTOSIPConfig.h header file is being used). */\r
-       if( xBlockTimeTicks > ipconfigMAX_SEND_BLOCK_TIME_TICKS )\r
-       {\r
-               xBlockTimeTicks = ipconfigMAX_SEND_BLOCK_TIME_TICKS;\r
-       }\r
-\r
-       /* Obtain a network buffer with the required amount of storage. */\r
-       pxNetworkBuffer = pxNetworkBufferGet( sizeof( xUDPPacket_t ) + xRequestedSizeBytes, xBlockTimeTicks );\r
-\r
-       if( pxNetworkBuffer != NULL )\r
-       {\r
-               /* Leave space for the UPD header. */\r
-               pvReturn = ( void * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipUDP_PAYLOAD_OFFSET ] );\r
-       }\r
-       else\r
-       {\r
-               pvReturn = NULL;\r
-       }\r
-\r
-       return ( void * ) pvReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void FreeRTOS_ReleaseUDPPayloadBuffer( void *pvBuffer )\r
-{\r
-uint8_t *pucBuffer;\r
-\r
-       /* Obtain the network buffer from the zero copy pointer. */\r
-       pucBuffer = ( uint8_t * ) pvBuffer;\r
-       pucBuffer -= ( ipBUFFER_PADDING + sizeof( xUDPPacket_t ) );\r
-\r
-       vNetworkBufferRelease( * ( ( xNetworkBufferDescriptor_t ** ) pucBuffer ) );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-uint8_t * FreeRTOS_GetMACAddress( void )\r
-{\r
-       return ipLOCAL_MAC_ADDRESS;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t FreeRTOS_IPInit( const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucMACAddress[ ipMAC_ADDRESS_LENGTH_BYTES ] )\r
-{\r
-static BaseType_t xReturn = pdFALSE;\r
-\r
-       /* Only create the IP event queue if it has not already been created, in\r
-       case this function is called more than once. */\r
-       if( xNetworkEventQueue == NULL )\r
-       {\r
-               xNetworkEventQueue = xQueueCreate( ipconfigEVENT_QUEUE_LENGTH, sizeof( xIPStackEvent_t ) );\r
-               configASSERT( xNetworkEventQueue );\r
-               vQueueAddToRegistry( xNetworkEventQueue, "NetEvnt" );\r
-       }\r
-\r
-       if( xNetworkBuffersInitialise() == pdPASS )\r
-       {\r
-               if( xNetworkEventQueue != NULL )\r
-               {\r
-                       /* xReturn is static to ensure the network interface is not\r
-                       initialised     twice. */\r
-                       if( xReturn == pdFALSE )\r
-                       {\r
-                               /* Store the local IP and MAC address. */\r
-                               xNetworkAddressing.ulDefaultIPAddress = FreeRTOS_inet_addr_quick( ucIPAddress[ 0 ], ucIPAddress[ 1 ], ucIPAddress[ 2 ], ucIPAddress[ 3 ] );\r
-                               xNetworkAddressing.ulNetMask = FreeRTOS_inet_addr_quick( ucNetMask[ 0 ], ucNetMask[ 1 ], ucNetMask[ 2 ], ucNetMask[ 3 ] );\r
-                               xNetworkAddressing.ulGatewayAddress = FreeRTOS_inet_addr_quick( ucGatewayAddress[ 0 ], ucGatewayAddress[ 1 ], ucGatewayAddress[ 2 ], ucGatewayAddress[ 3 ] );\r
-                               xNetworkAddressing.ulDNSServerAddress = FreeRTOS_inet_addr_quick( ucDNSServerAddress[ 0 ], ucDNSServerAddress[ 1 ], ucDNSServerAddress[ 2 ], ucDNSServerAddress[ 3 ] );\r
-\r
-                               #if ipconfigUSE_DHCP == 1\r
-                               {\r
-                                       /* The IP address is not set until DHCP completes. */\r
-                                       *ipLOCAL_IP_ADDRESS_POINTER = 0x00UL;\r
-                               }\r
-                               #else\r
-                               {\r
-                                       *ipLOCAL_IP_ADDRESS_POINTER = xNetworkAddressing.ulDefaultIPAddress;\r
-\r
-                                       /* Ensure the gateway is on the same subnet as the IP\r
-                                       address. */\r
-                                       configASSERT( ( ( *ipLOCAL_IP_ADDRESS_POINTER ) & xNetworkAddressing.ulNetMask ) == ( xNetworkAddressing.ulGatewayAddress & xNetworkAddressing.ulNetMask ) );\r
-                               }\r
-                               #endif /* ipconfigUSE_DHCP == 1 */\r
-\r
-                               /* The MAC address is stored in the start of the default packet\r
-                               header fragment, which is used when sending UDP packets. */\r
-                               memcpy( ( void * ) ipLOCAL_MAC_ADDRESS, ( void * ) ucMACAddress, ( size_t ) ipMAC_ADDRESS_LENGTH_BYTES );\r
-\r
-                               /* Prepare the sockets interface. */\r
-                               FreeRTOS_SocketsInit();\r
-\r
-                               /* Create the task that processes Ethernet and stack events. */\r
-                               xReturn = xTaskCreate( prvIPTask, "UDP/IP", ipconfigUDP_TASK_STACK_SIZE_WORDS, NULL, ipconfigUDP_TASK_PRIORITY, NULL );\r
-                       }\r
-               }\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void FreeRTOS_GetAddressConfiguration( uint32_t *pulIPAddress, uint32_t *pulNetMask, uint32_t *pulGatewayAddress, uint32_t *pulDNSServerAddress )\r
-{\r
-       if( pulIPAddress != NULL )\r
-       {\r
-               *pulIPAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-       }\r
-\r
-       if( pulNetMask != NULL )\r
-       {\r
-               *pulNetMask = xNetworkAddressing.ulNetMask;\r
-       }\r
-\r
-       if( pulGatewayAddress != NULL )\r
-       {\r
-               *pulGatewayAddress = xNetworkAddressing.ulGatewayAddress;\r
-       }\r
-\r
-       if( pulDNSServerAddress != NULL )\r
-       {\r
-               *pulDNSServerAddress = xNetworkAddressing.ulDNSServerAddress;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-\r
-       BaseType_t FreeRTOS_SendPingRequest( uint32_t ulIPAddress, size_t xNumberOfBytesToSend, TickType_t xBlockTimeTicks )\r
-       {\r
-       xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-       xICMPHeader_t *pxICMPHeader;\r
-       BaseType_t xReturn = pdFAIL;\r
-       static uint16_t usSequenceNumber = 0;\r
-       uint8_t *pucChar;\r
-       xIPStackEvent_t xStackTxEvent = { eStackTxEvent, NULL };\r
-\r
-               if( xNumberOfBytesToSend < ( ( ipconfigNETWORK_MTU - sizeof( xIPHeader_t ) ) - sizeof( xICMPHeader_t ) ) )\r
-               {\r
-                       pxNetworkBuffer = pxNetworkBufferGet( xNumberOfBytesToSend + sizeof( xICMPPacket_t ), xBlockTimeTicks );\r
-\r
-                       if( pxNetworkBuffer != NULL )\r
-                       {\r
-                               pxICMPHeader = ( xICMPHeader_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipIP_PAYLOAD_OFFSET ] );\r
-                               usSequenceNumber++;\r
-\r
-                               /* Fill in the basic header information. */\r
-                               pxICMPHeader->ucTypeOfMessage = ipICMP_ECHO_REQUEST;\r
-                               pxICMPHeader->ucTypeOfService = 0;\r
-                               pxICMPHeader->usIdentifier = usSequenceNumber;\r
-                               pxICMPHeader->usSequenceNumber = usSequenceNumber;\r
-                               pxICMPHeader->usChecksum = 0;\r
-\r
-                               /* Find the start of the data. */\r
-                               pucChar = ( uint8_t * ) pxICMPHeader;\r
-                               pucChar += sizeof( xICMPHeader_t );\r
-\r
-                               /* Just memset the data to a fixed value. */\r
-                               memset( ( void * ) pucChar, ( int ) ipECHO_DATA_FILL_BYTE, xNumberOfBytesToSend );\r
-\r
-                               /* The message is complete, calculate the checksum. */\r
-                               pxICMPHeader->usChecksum = prvGenerateChecksum( ( uint8_t * ) pxICMPHeader, ( uint16_t ) ( xNumberOfBytesToSend + sizeof( xICMPHeader_t ) ), pdFALSE );\r
-\r
-                               /* Complete the network buffer information. */\r
-                               pxNetworkBuffer->ulIPAddress = ulIPAddress;\r
-                               pxNetworkBuffer->usPort = ipPACKET_CONTAINS_ICMP_DATA;\r
-                               pxNetworkBuffer->xDataLength = xNumberOfBytesToSend + sizeof( xICMPHeader_t );\r
-\r
-                               /* Send to the stack. */\r
-                               xStackTxEvent.pvData = pxNetworkBuffer;\r
-                               if( xQueueSendToBack( xNetworkEventQueue, &xStackTxEvent, xBlockTimeTicks ) != pdPASS )\r
-                               {\r
-                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                       iptraceSTACK_TX_EVENT_LOST( ipSTACK_TX_EVENT );\r
-                               }\r
-                               else\r
-                               {\r
-                                       xReturn = usSequenceNumber;\r
-                               }\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       /* The requested number of bytes will not fit in the available space\r
-                       in the network buffer.  Outgoing fragmentation is only supported for\r
-                       UDP packets. */\r
-               }\r
-\r
-               return xReturn;\r
-       }\r
-\r
-#endif /* ipconfigSUPPORT_OUTGOING_PINGS == 1 */\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-static BaseType_t prvSendEventToIPTask( eIPEvent_t eEvent )\r
-{\r
-xIPStackEvent_t xEventMessage;\r
-const TickType_t xDontBlock = 0;\r
-BaseType_t xReturn;\r
-\r
-       xEventMessage.eEventType = eEvent;\r
-       xReturn = xQueueSendToBack( xNetworkEventQueue, &xEventMessage, xDontBlock );\r
-\r
-       if( xReturn != pdPASS )\r
-       {\r
-               iptraceSTACK_TX_EVENT_LOST( ipARP_TIMER_EVENT );\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vIPFunctionsTimerCallback( xTimerHandle xTimer )\r
-{\r
-eIPEvent_t eMessage;\r
-\r
-       /* This time can be used to send more than one type of message to the IP\r
-       task.  The message ID is stored in the ID of the timer.  The strange\r
-       casting is to avoid compiler warnings. */\r
-       eMessage = ( eIPEvent_t ) ( ( BaseType_t ) pvTimerGetTimerID( xTimer ) );\r
-\r
-       prvSendEventToIPTask( eMessage );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvOutputARPRequest( uint32_t ulIPAddress )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-\r
-       /* This is called from the context of the IP event task, so a block time\r
-       must not be used. */\r
-       pxNetworkBuffer = pxNetworkBufferGet( sizeof( xARPPacket_t ), 0 );\r
-       if( pxNetworkBuffer != NULL )\r
-       {\r
-               pxNetworkBuffer->ulIPAddress = ulIPAddress;\r
-               prvGenerateARPRequestPacket( pxNetworkBuffer );\r
-               xNetworkInterfaceOutput( pxNetworkBuffer );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvAgeARPCache( void )\r
-{\r
-BaseType_t x;\r
-\r
-       /* Loop through each entry in the ARP cache. */\r
-       for( x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ )\r
-       {\r
-               /* If the entry is valid (its age is greater than zero). */\r
-               if( xARPCache[ x ].ucAge > 0U )\r
-               {\r
-                       /* Decrement the age value of the entry in this ARP cache table row.\r
-                       When the age reaches zero it is no longer considered valid. */\r
-                       ( xARPCache[ x ].ucAge )--;\r
-\r
-                       /* If the entry has a MAC address of 0, then it is waiting an ARP\r
-                       reply, and the ARP request should be retransmitted. */\r
-                       if( memcmp( ( void * ) &xNullMACAddress, ( void * ) &( xARPCache[ x ].xMACAddress ), sizeof( xMACAddress_t ) ) == 0 )\r
-                       {\r
-                               prvOutputARPRequest( xARPCache[ x ].ulIPAddress );\r
-                       }\r
-                       else if( xARPCache[ x ].ucAge <= ipMAX_ARP_AGE_BEFORE_NEW_ARP_REQUEST )\r
-                       {\r
-                               /* This entry will get removed soon.  See if the MAC address is\r
-                               still valid to prevent this happening. */\r
-                               iptraceARP_TABLE_ENTRY_WILL_EXPIRE( xARPCache[ x ].ulIPAddress );\r
-                               prvOutputARPRequest( xARPCache[ x ].ulIPAddress );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The age has just ticked down, with nothing to do. */\r
-                       }\r
-\r
-                       if( xARPCache[ x ].ucAge == 0 )\r
-                       {\r
-                               /* The entry is no longer valid.  Wipe it out. */\r
-                               iptraceARP_TABLE_ENTRY_EXPIRED( xARPCache[ x ].ulIPAddress );\r
-                               xARPCache[ x ].ulIPAddress = 0UL;\r
-                       }\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static eARPLookupResult_t prvGetARPCacheEntry( uint32_t *pulIPAddress, xMACAddress_t * const pxMACAddress )\r
-{\r
-BaseType_t x;\r
-eARPLookupResult_t eReturn;\r
-uint32_t ulAddressToLookup;\r
-\r
-       if( *pulIPAddress == ipBROADCAST_IP_ADDRESS )\r
-       {\r
-               /* This is a broadcast so uses the broadcast MAC address. */\r
-               memcpy( ( void * ) pxMACAddress, &xBroadcastMACAddress, sizeof( xMACAddress_t ) );\r
-               eReturn = eARPCacheHit;\r
-       }\r
-       else if( *ipLOCAL_IP_ADDRESS_POINTER == 0UL )\r
-       {\r
-               /* The IP address has not yet been assigned, so there is nothing that\r
-               can be done. */\r
-               eReturn = eCantSendPacket;\r
-       }\r
-       else\r
-       {\r
-               if( ( *pulIPAddress & xNetworkAddressing.ulNetMask ) != ( ( *ipLOCAL_IP_ADDRESS_POINTER ) & xNetworkAddressing.ulNetMask ) )\r
-               {\r
-                       /* The IP address is off the local network, so look up the hardware\r
-                       address of the router, if any. */\r
-                       ulAddressToLookup = xNetworkAddressing.ulGatewayAddress;\r
-               }\r
-               else\r
-               {\r
-                       /* The IP address is on the local network, so lookup the requested\r
-                       IP address directly. */\r
-                       ulAddressToLookup = *pulIPAddress;\r
-               }\r
-\r
-               if( ulAddressToLookup == 0UL )\r
-               {\r
-                       /* The address is not on the local network, and there is not a\r
-                       router. */\r
-                       eReturn = eCantSendPacket;\r
-               }\r
-               else\r
-               {\r
-                       eReturn = eARPCacheMiss;\r
-\r
-                       /* Loop through each entry in the ARP cache. */\r
-                       for( x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ )\r
-                       {\r
-                               /* Does this row in the ARP cache table hold an entry for the IP\r
-                               address being queried? */\r
-                               if( xARPCache[ x ].ulIPAddress == ulAddressToLookup )\r
-                               {\r
-                                       /* The IP address matched.  Is there a valid MAC address? */\r
-                                       if( memcmp( ( void * ) &xNullMACAddress, ( void * ) &( xARPCache[ x ].xMACAddress ), sizeof( xMACAddress_t ) ) == 0 )\r
-                                       {\r
-                                               /* This entry is waiting an ARP reply, so is not valid. */\r
-                                               eReturn = eCantSendPacket;\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* A valid entry was found. */\r
-                                               memcpy( pxMACAddress, &( xARPCache[ x ].xMACAddress ), sizeof( xMACAddress_t ) );\r
-                                               eReturn = eARPCacheHit;\r
-                                       }\r
-                               }\r
-\r
-                               if( eReturn != eARPCacheMiss )\r
-                               {\r
-                                       break;\r
-                               }\r
-                       }\r
-\r
-                       if( eReturn == eARPCacheMiss )\r
-                       {\r
-                               /* It might be that the ARP has to go to the gateway. */\r
-                               *pulIPAddress = ulAddressToLookup;\r
-                       }\r
-               }\r
-       }\r
-\r
-       return eReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvRefreshARPCacheEntry( const xMACAddress_t * const pxMACAddress, const uint32_t ulIPAddress )\r
-{\r
-BaseType_t x, xEntryFound = pdFALSE, xOldestEntry = 0;\r
-uint8_t ucMinAgeFound = 0U;\r
-\r
-       /* Only process the IP address if it is on the local network. */\r
-       if( ( ulIPAddress & xNetworkAddressing.ulNetMask ) == ( ( *ipLOCAL_IP_ADDRESS_POINTER ) & xNetworkAddressing.ulNetMask ) )\r
-       {\r
-               /* Start with the maximum possible number. */\r
-               ucMinAgeFound--;\r
-\r
-               /* For each entry in the ARP cache table. */\r
-               for( x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ )\r
-               {\r
-                       /* Does this line in the cache table hold an entry for the IP\r
-                       address being queried? */\r
-                       if( xARPCache[ x ].ulIPAddress == ulIPAddress )\r
-                       {\r
-                               /* If the MAC address is all zeros then the refresh is due to\r
-                               an ARP reply, so in effect this is a new entry in the ARP\r
-                               cache. */\r
-                               if( memcmp( &( xARPCache[ x ].xMACAddress ), &xNullMACAddress, sizeof( xMACAddress_t ) ) == 0 )\r
-                               {\r
-                                       iptraceARP_TABLE_ENTRY_CREATED( xARPCache[ x ].ulIPAddress, *pxMACAddress );\r
-                               }\r
-\r
-                               /* Refresh the cache entry so the entry's age is back to its\r
-                               maximum value. */\r
-                               xARPCache[ x ].ucAge = ipconfigMAX_ARP_AGE;\r
-                               memcpy( &( xARPCache[ x ].xMACAddress ), pxMACAddress, sizeof( xMACAddress_t ) );\r
-                               xEntryFound = pdTRUE;\r
-                               break;\r
-                       }\r
-                       else\r
-                       {\r
-                               /* As the table is traversed, remember the table row that\r
-                               contains the oldest entry (the lowest age count, as ages are\r
-                               decremented to zero) so the row can be re-used if this function\r
-                               needs to add an entry that does not already exist. */\r
-                               if( xARPCache[ x ].ucAge < ucMinAgeFound )\r
-                               {\r
-                                       ucMinAgeFound = xARPCache[ x ].ucAge;\r
-                                       xOldestEntry = x;\r
-                               }\r
-                       }\r
-               }\r
-\r
-               if( xEntryFound == pdFALSE )\r
-               {\r
-                       /* The wanted entry does not already exist.  Add the entry into the\r
-                       cache, replacing the oldest entry (which might be an empty entry). */\r
-                       xARPCache[ xOldestEntry ].ulIPAddress = ulIPAddress;\r
-                       memcpy( &( xARPCache[ xOldestEntry ].xMACAddress ), pxMACAddress, sizeof( xMACAddress_t ) );\r
-\r
-                       /* If the MAC address is all zeros, then this entry is not yet\r
-                       complete but still waiting the reply from an ARP request.  When this\r
-                       is the case     the age is set to a much lower value as an ARP\r
-                       retransmission will be generated each time the ARP timer is called\r
-                       while the reply is still outstanding. */\r
-                       if( pxMACAddress == &xNullMACAddress )\r
-                       {\r
-                               xARPCache[ xOldestEntry ].ucAge = ipconfigMAX_ARP_RETRANSMISSIONS;\r
-                       }\r
-                       else\r
-                       {\r
-                               iptraceARP_TABLE_ENTRY_CREATED( xARPCache[ xOldestEntry ].ulIPAddress, xARPCache[ xOldestEntry ].xMACAddress );\r
-                               xARPCache[ xOldestEntry ].ucAge = ipconfigMAX_ARP_AGE;\r
-                       }\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-\r
-       static void prvCalculateFragmentOffsetAndLength( xIPFragmentParameters_t *pxFragmentParameters, uint16_t *pusFragmentOffset, uint16_t *pusFragmentLength )\r
-       {\r
-               *pusFragmentOffset = pxFragmentParameters->usFragmentedPacketOffset;\r
-\r
-               if( *pusFragmentOffset != 0 )\r
-               {\r
-                       /* Take into account that the payload has had a UDP header added in the\r
-                       first fragment of the set. */\r
-                       *pusFragmentOffset += sizeof( xUDPHeader_t );\r
-               }\r
-\r
-               /* The offset is defined in multiples of 8 bytes. */\r
-               *pusFragmentOffset >>= ipSHIFT_TO_DIVIDE_BY_8;\r
-               *pusFragmentLength = pxFragmentParameters->usFragmentLength;\r
-\r
-               if( ( pxFragmentParameters->ucSocketOptions & FREERTOS_NOT_LAST_IN_FRAGMENTED_PACKET ) != 0 )\r
-               {\r
-                       /* Set the more fragments flag. */\r
-                       *pusFragmentOffset |= ipMORE_FRAGMENTS_FLAG_BIT;\r
-               }\r
-       }\r
-\r
-#endif\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvCompleteUDPHeader( xNetworkBufferDescriptor_t *pxNetworkBuffer, xUDPPacket_t *pxUDPPacket, uint8_t ucSocketOptions )\r
-{\r
-xUDPHeader_t *pxUDPHeader;\r
-\r
-       pxUDPHeader = &( pxUDPPacket->xUDPHeader );\r
-\r
-       pxUDPHeader->usDestinationPort = pxNetworkBuffer->usPort;\r
-       pxUDPHeader->usSourcePort = pxNetworkBuffer->usBoundPort;\r
-       pxUDPHeader->usLength = ( uint16_t ) ( pxNetworkBuffer->xDataLength + sizeof( xUDPHeader_t ) );\r
-       pxUDPHeader->usLength = FreeRTOS_htons( pxUDPPacket->xUDPHeader.usLength );\r
-       pxUDPHeader->usChecksum = 0;\r
-\r
-       if( ( ucSocketOptions & FREERTOS_SO_UDPCKSUM_OUT ) != 0U )\r
-       {\r
-               pxUDPHeader->usChecksum = prvGenerateUDPChecksum( pxUDPPacket, ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM );\r
-               if( pxUDPHeader->usChecksum == 0x00 )\r
-               {\r
-                       /* A calculated checksum of 0 must be inverted as 0 means the\r
-                       checksum is disabled. */\r
-                       pxUDPHeader->usChecksum = 0xffffU;\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1\r
-\r
-       static void prvProcessGeneratedPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-       {\r
-       xUDPPacket_t *pxUDPPacket;\r
-       xUDPHeader_t *pxUDPHeader;\r
-       xIPHeader_t *pxIPHeader;\r
-       eARPLookupResult_t eReturned;\r
-       eIPFragmentStatus_t eFragmentStatus;\r
-       uint16_t usFragmentOffset = 0, usFragmentLength;\r
-       xIPFragmentParameters_t *pxFragmentParameters;\r
-       static uint16_t usPacketIdentifier = 0U;\r
-\r
-               /* Map the UDP packet onto the start of the frame. */\r
-               pxUDPPacket = ( xUDPPacket_t * ) pxNetworkBuffer->pucEthernetBuffer;\r
-\r
-               /* Determine the ARP cache status for the requested IP address. */\r
-               eReturned = prvGetARPCacheEntry( &( pxNetworkBuffer->ulIPAddress ), &( pxUDPPacket->xEthernetHeader.xDestinationAddress ) );\r
-\r
-               if( eReturned != eCantSendPacket )\r
-               {\r
-                       if( eReturned == eARPCacheHit )\r
-                       {\r
-                               iptraceSENDING_UDP_PACKET( pxNetworkBuffer->ulIPAddress );\r
-\r
-                               /* Create short cuts to the data within the packet. */\r
-                               pxUDPHeader = &( pxUDPPacket->xUDPHeader );\r
-                               pxIPHeader = &( pxUDPPacket->xIPHeader );\r
-                               pxFragmentParameters = ( xIPFragmentParameters_t * ) &( pxNetworkBuffer->pucEthernetBuffer[ ipFRAGMENTATION_PARAMETERS_OFFSET ] );\r
-\r
-                               /* IP header source and destination addresses must be set\r
-                               before the UDP checksum is calculated. */\r
-                               pxIPHeader->ulDestinationIPAddress = pxNetworkBuffer->ulIPAddress;\r
-                               pxIPHeader->ulSourceIPAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-\r
-                               /* If the packet is not fragmented, or if the packet is the\r
-                               first in a fragmented packet, then a UDP header is required. */\r
-                               if( ( pxFragmentParameters->ucSocketOptions & FREERTOS_FRAGMENTED_PACKET ) == 0 )\r
-                               {\r
-                                       eFragmentStatus = eNotFragment;\r
-\r
-                                       #if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-                                       {\r
-                                               /* Is it possible that the packet is not actually a UDP\r
-                                               packet after all, but an ICMP packet. */\r
-                                               if( pxNetworkBuffer->usPort != ipPACKET_CONTAINS_ICMP_DATA )\r
-                                               {\r
-                                                       prvCompleteUDPHeader( pxNetworkBuffer, pxUDPPacket, pxFragmentParameters->ucSocketOptions );\r
-                                               }\r
-                                       }\r
-                                       #else /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-                                       {\r
-                                               prvCompleteUDPHeader( pxNetworkBuffer, pxUDPPacket, pxFragmentParameters->ucSocketOptions );\r
-                                       }\r
-                                       #endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-\r
-                                       usFragmentLength = 0U;\r
-\r
-                                       /* The identifier is incremented as this is a new and\r
-                                       unfragmented IP packet. */\r
-                                       usPacketIdentifier++;\r
-                               }\r
-                               else if( pxFragmentParameters->usFragmentedPacketOffset == 0 )\r
-                               {\r
-                                       eFragmentStatus = eFirstFragment;\r
-                                       prvCalculateFragmentOffsetAndLength( pxFragmentParameters, &usFragmentOffset, &usFragmentLength );\r
-                                       /* Note FREERTOS_SO_UDPCKSUM_OUT is used because checksums\r
-                                       cannot currently be used on fragmented packets. */\r
-                                       pxFragmentParameters->ucSocketOptions &= ~FREERTOS_SO_UDPCKSUM_OUT;\r
-                                       prvCompleteUDPHeader( pxNetworkBuffer, pxUDPPacket, pxFragmentParameters->ucSocketOptions );\r
-\r
-                                       /* The identifier is incremented because, although this is a\r
-                                       fragmented packet, it is the first in the fragmentation\r
-                                       set. */\r
-                                       usPacketIdentifier++;\r
-                               }\r
-                               else\r
-                               {\r
-                                       eFragmentStatus = eFollowingFragment;\r
-                                       prvCalculateFragmentOffsetAndLength( pxFragmentParameters, &usFragmentOffset, &usFragmentLength );\r
-                               }\r
-\r
-                               /* memcpy() the constant parts of the header information into the\r
-                               correct location within the packet.  This fills in:\r
-                                       xEthernetHeader.xSourceAddress\r
-                                       xEthernetHeader.usFrameType\r
-                                       xIPHeader.ucVersionHeaderLength\r
-                                       xIPHeader.ucDifferentiatedServicesCode\r
-                                       xIPHeader.usLength\r
-                                       xIPHeader.usIdentification\r
-                                       xIPHeader.usFragmentOffset\r
-                                       xIPHeader.ucTimeToLive\r
-                                       xIPHeader.ucProtocol\r
-                               and\r
-                                       xIPHeader.usHeaderChecksum\r
-                               */\r
-                               memcpy( ( void *) &( pxUDPPacket->xEthernetHeader.xSourceAddress ), ( void * ) xDefaultPartUDPPacketHeader, sizeof( xDefaultPartUDPPacketHeader ) );\r
-\r
-                               /* The fragment status is used to complete the length and\r
-                               fragment offset fields. */\r
-                               if( eFragmentStatus == eNotFragment )\r
-                               {\r
-                                       pxIPHeader->usLength = ( uint16_t ) ( pxNetworkBuffer->xDataLength + sizeof( xIPHeader_t ) + sizeof( xUDPHeader_t ) );\r
-                               }\r
-                               else if( eFragmentStatus == eFirstFragment )\r
-                               {\r
-                                       pxIPHeader->usFragmentOffset = FreeRTOS_htons( usFragmentOffset );\r
-                                       pxIPHeader->usLength = ( uint16_t ) ( usFragmentLength + sizeof( xIPHeader_t ) + sizeof( xUDPHeader_t ) );\r
-                               }\r
-                               else\r
-                               {\r
-                                       pxIPHeader->usFragmentOffset = FreeRTOS_htons( usFragmentOffset );\r
-                                       pxIPHeader->usLength = ( uint16_t ) ( usFragmentLength + sizeof( xIPHeader_t ) );\r
-                               }\r
-\r
-                               /* The total transmit size adds on the Ethernet header. */\r
-                               pxNetworkBuffer->xDataLength = pxIPHeader->usLength + sizeof( xEthernetHeader_t );\r
-                               pxIPHeader->usLength = FreeRTOS_htons( pxIPHeader->usLength );\r
-                               pxIPHeader->ulDestinationIPAddress = pxNetworkBuffer->ulIPAddress;\r
-                               pxIPHeader->usIdentification = usPacketIdentifier;\r
-                               pxIPHeader->usHeaderChecksum = prvGenerateChecksum( ( uint8_t * ) &( pxIPHeader->ucVersionHeaderLength ), ipIP_HEADER_LENGTH, ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM );\r
-                       }\r
-                       else if ( eReturned == eARPCacheMiss )\r
-                       {\r
-                               /* Send an ARP for the required IP address. */\r
-                               iptracePACKET_DROPPED_TO_GENERATE_ARP( pxNetworkBuffer->ulIPAddress );\r
-                               prvGenerateARPRequestPacket( pxNetworkBuffer );\r
-\r
-                               /* Add an entry to the ARP table with a null hardware address.\r
-                               This allows the ARP timer to know that an ARP reply is\r
-                               outstanding, and perform retransmissions if necessary. */\r
-                               prvRefreshARPCacheEntry( &xNullMACAddress, pxNetworkBuffer->ulIPAddress );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The lookup indicated that an ARP request has already been\r
-                               sent out for the queried IP address. */\r
-                               eReturned = eCantSendPacket;\r
-                       }\r
-               }\r
-\r
-               if( eReturned != eCantSendPacket )\r
-               {\r
-                       /* The network driver is responsible for freeing the network buffer\r
-                       after the packet has been sent. */\r
-                       xNetworkInterfaceOutput( pxNetworkBuffer );\r
-               }\r
-               else\r
-               {\r
-                       /* The packet can't be sent (DHCP not completed?).  Just drop the\r
-                       packet. */\r
-                       vNetworkBufferRelease( pxNetworkBuffer );\r
-               }\r
-       }\r
-\r
-#else /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1 */\r
-\r
-       static void prvProcessGeneratedPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-       {\r
-       xUDPPacket_t *pxUDPPacket;\r
-       xIPHeader_t *pxIPHeader;\r
-       eARPLookupResult_t eReturned;\r
-\r
-               /* Map the UDP packet onto the start of the frame. */\r
-               pxUDPPacket = ( xUDPPacket_t * ) pxNetworkBuffer->pucEthernetBuffer;\r
-\r
-               /* Determine the ARP cache status for the requested IP address. */\r
-               eReturned = prvGetARPCacheEntry( &( pxNetworkBuffer->ulIPAddress ), &( pxUDPPacket->xEthernetHeader.xDestinationAddress ) );\r
-               if( eReturned != eCantSendPacket )\r
-               {\r
-                       if( eReturned == eARPCacheHit )\r
-                       {\r
-                               iptraceSENDING_UDP_PACKET( pxNetworkBuffer->ulIPAddress );\r
-\r
-                               /* Create short cuts to the data within the packet. */\r
-                               pxIPHeader = &( pxUDPPacket->xIPHeader );\r
-\r
-                               /* IP header source and destination addresses must be set before\r
-                               the     UDP checksum is calculated.  The socket options, which\r
-                               specify whether a checksum should be calculated or not, are\r
-                               passed in the as yet unused part of the packet data. */\r
-                               pxIPHeader->ulDestinationIPAddress = pxNetworkBuffer->ulIPAddress;\r
-                               pxIPHeader->ulSourceIPAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-\r
-                               #if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-                               {\r
-                                       /* Is it possible that the packet is not actually a UDP packet\r
-                                       after all, but an ICMP packet. */\r
-                                       if( pxNetworkBuffer->usPort != ipPACKET_CONTAINS_ICMP_DATA )\r
-                                       {\r
-                                               prvCompleteUDPHeader( pxNetworkBuffer, pxUDPPacket, pxNetworkBuffer->pucEthernetBuffer[ ipSOCKET_OPTIONS_OFFSET ] );\r
-                                       }\r
-                               }\r
-                               #else /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-                               {\r
-                                       prvCompleteUDPHeader( pxNetworkBuffer, pxUDPPacket, pxNetworkBuffer->pucEthernetBuffer[ ipSOCKET_OPTIONS_OFFSET ] );\r
-                               }\r
-                               #endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-                               /* memcpy() the constant parts of the header information into\r
-                               the     correct location within the packet.  This fills in:\r
-                                       xEthernetHeader.xSourceAddress\r
-                                       xEthernetHeader.usFrameType\r
-                                       xIPHeader.ucVersionHeaderLength\r
-                                       xIPHeader.ucDifferentiatedServicesCode\r
-                                       xIPHeader.usLength\r
-                                       xIPHeader.usIdentification\r
-                                       xIPHeader.usFragmentOffset\r
-                                       xIPHeader.ucTimeToLive\r
-                                       xIPHeader.ucProtocol\r
-                               and\r
-                                       xIPHeader.usHeaderChecksum\r
-                               */\r
-                               memcpy( ( void *) &( pxUDPPacket->xEthernetHeader.xSourceAddress ), ( void * ) xDefaultPartUDPPacketHeader, sizeof( xDefaultPartUDPPacketHeader ) );\r
-\r
-                               #if ipconfigSUPPORT_OUTGOING_PINGS == 1\r
-                               {\r
-                                       if( pxNetworkBuffer->usPort == ipPACKET_CONTAINS_ICMP_DATA )\r
-                                       {\r
-                                               pxIPHeader->ucProtocol = ipPROTOCOL_ICMP;\r
-                                               pxIPHeader->usLength = ( uint16_t ) ( pxNetworkBuffer->xDataLength + sizeof( xIPHeader_t ) );\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               pxIPHeader->usLength = ( uint16_t ) ( pxNetworkBuffer->xDataLength + sizeof( xIPHeader_t ) + sizeof( xUDPHeader_t ) );\r
-                                       }\r
-                               }\r
-                               #else /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-                               {\r
-                                       pxIPHeader->usLength = ( uint16_t ) ( pxNetworkBuffer->xDataLength + sizeof( xIPHeader_t ) + sizeof( xUDPHeader_t ) );\r
-                               }\r
-                               #endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-\r
-                               /* The total transmit size adds on the Ethernet header. */\r
-                               pxNetworkBuffer->xDataLength = pxIPHeader->usLength + sizeof( xEthernetHeader_t );\r
-                               pxIPHeader->usLength = FreeRTOS_htons( pxIPHeader->usLength );\r
-                               pxIPHeader->ulDestinationIPAddress = pxNetworkBuffer->ulIPAddress;\r
-                               pxIPHeader->usHeaderChecksum = prvGenerateChecksum( ( uint8_t * ) &( pxIPHeader->ucVersionHeaderLength ), ipIP_HEADER_LENGTH, ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM );\r
-                       }\r
-                       else if ( eReturned == eARPCacheMiss )\r
-                       {\r
-                               /* Generate an ARP for the required IP address. */\r
-                               iptracePACKET_DROPPED_TO_GENERATE_ARP( pxNetworkBuffer->ulIPAddress );\r
-                               prvGenerateARPRequestPacket( pxNetworkBuffer );\r
-\r
-                               /* Add an entry to the ARP table with a null hardware address.\r
-                               This allows the ARP timer to know that an ARP reply is\r
-                               outstanding, and perform retransmissions if necessary. */\r
-                               prvRefreshARPCacheEntry( &xNullMACAddress, pxNetworkBuffer->ulIPAddress );\r
-                       }\r
-                       else\r
-                       {\r
-                               /* The lookup indicated that an ARP request has already been\r
-                               sent out for the queried IP address. */\r
-                               eReturned = eCantSendPacket;\r
-                       }\r
-               }\r
-\r
-               if( eReturned != eCantSendPacket )\r
-               {\r
-                       /* The network driver is responsible for freeing the network buffer\r
-                       after the packet has been sent. */\r
-                       xNetworkInterfaceOutput( pxNetworkBuffer );\r
-               }\r
-               else\r
-               {\r
-                       /* The packet can't be sent (DHCP not completed?).  Just drop the\r
-                       packet. */\r
-                       vNetworkBufferRelease( pxNetworkBuffer );\r
-               }\r
-       }\r
-\r
-\r
-#endif /* ipconfigCAN_FRAGMENT_OUTGOING_PACKETS == 1 */\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvGenerateARPRequestPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-xARPPacket_t *pxARPPacket;\r
-\r
-       pxARPPacket = ( xARPPacket_t * ) pxNetworkBuffer->pucEthernetBuffer;\r
-\r
-       /* memcpy the const part of the header information into the correct\r
-       location in the packet.  This copies:\r
-               xEthernetHeader.ulDestinationAddress\r
-               xEthernetHeader.usFrameType;\r
-               xARPHeader.usHardwareType;\r
-               xARPHeader.usProtocolType;\r
-               xARPHeader.ucHardwareAddressLength;\r
-               xARPHeader.ucProtocolAddressLength;\r
-               xARPHeader.usOperation;\r
-               xARPHeader.xTargetHardwareAddress;\r
-       */\r
-       memcpy( ( void * ) &( pxARPPacket->xEthernetHeader ), ( void * ) xDefaultPartARPPacketHeader, sizeof( xDefaultPartARPPacketHeader ) );\r
-       memcpy( ( void * ) &( pxARPPacket->xEthernetHeader.xSourceAddress ) , ( void * ) ipLOCAL_MAC_ADDRESS, ( size_t ) ipMAC_ADDRESS_LENGTH_BYTES );\r
-       memcpy( ( void * ) &( pxARPPacket->xARPHeader.xSenderHardwareAddress ), ( void * ) ipLOCAL_MAC_ADDRESS, ( size_t ) ipMAC_ADDRESS_LENGTH_BYTES );\r
-       pxARPPacket->xARPHeader.ulSenderProtocolAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-       pxARPPacket->xARPHeader.ulTargetProtocolAddress = pxNetworkBuffer->ulIPAddress;\r
-\r
-       pxNetworkBuffer->xDataLength = sizeof( xARPPacket_t );\r
-\r
-       iptraceCREATING_ARP_REQUEST( pxNetworkBuffer->ulIPAddress );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-eFrameProcessingResult_t eConsiderFrameForProcessing( const uint8_t * const pucEthernetBuffer )\r
-{\r
-eFrameProcessingResult_t eReturn;\r
-const xEthernetHeader_t *pxEthernetHeader;\r
-\r
-       pxEthernetHeader = ( const xEthernetHeader_t * ) pucEthernetBuffer;\r
-\r
-       if( memcmp( ( void * ) &xBroadcastMACAddress, ( void * ) &( pxEthernetHeader->xDestinationAddress ), sizeof( xMACAddress_t ) ) == 0 )\r
-       {\r
-               /* The packet was a broadcast - process it. */\r
-               eReturn = eProcessBuffer;\r
-       }\r
-       else if( memcmp( ( void * ) ipLOCAL_MAC_ADDRESS, ( void * ) &( pxEthernetHeader->xDestinationAddress ), sizeof( xMACAddress_t ) ) == 0 )\r
-       {\r
-               /* The packet was to this node directly - process it. */\r
-               eReturn = eProcessBuffer;\r
-       }\r
-       else\r
-       {\r
-               /* The packet was not a broadcast, or for this node, just release\r
-               the buffer without taking any other action. */\r
-               eReturn = eReleaseBuffer;\r
-       }\r
-\r
-       #if ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES == 1\r
-       {\r
-               uint16_t usFrameType;\r
-\r
-                       if( eReturn == eProcessBuffer )\r
-                       {\r
-                               usFrameType = pxEthernetHeader->usFrameType;\r
-                               usFrameType = FreeRTOS_ntohs( usFrameType );\r
-\r
-                               if( usFrameType <= 0x600U )\r
-                               {\r
-                                       /* Not an Ethernet II frame. */\r
-                                       eReturn = eReleaseBuffer;\r
-                               }\r
-                       }\r
-       }\r
-       #endif /* ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES == 1  */\r
-\r
-       return eReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvProcessNetworkDownEvent( void )\r
-{\r
-       /* Stop the ARP timer while there is no network. */\r
-       xTimerStop( xARPTimer, portMAX_DELAY );\r
-\r
-       #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
-       {\r
-               static BaseType_t xCallEventHook = pdFALSE;\r
-\r
-               /* The first network down event is generated by the IP stack\r
-               itself to initialise the network hardware, so do not call the\r
-               network down event the first time through. */\r
-               if( xCallEventHook == pdTRUE )\r
-               {\r
-                       vApplicationIPNetworkEventHook( eNetworkDown );\r
-               }\r
-               xCallEventHook = pdTRUE;\r
-       }\r
-       #endif\r
-\r
-       /* The network has been disconnected (or is being\r
-       initialised for the first time).  Perform whatever hardware\r
-       processing is necessary to bring it up again, or wait for it\r
-       to be available again.  This is hardware dependent. */\r
-       if( xNetworkInterfaceInitialise() != pdPASS )\r
-       {\r
-               /* Ideally the network interface initialisation function\r
-               will only return when the network is available.  In case\r
-               this is not the case, wait a while before retrying the\r
-               initialisation. */\r
-               vTaskDelay( ipINITIALISATION_RETRY_DELAY );\r
-               FreeRTOS_NetworkDown();\r
-       }\r
-       else\r
-       {\r
-               /* Start the ARP timer. */\r
-               xTimerStart( xARPTimer, portMAX_DELAY );\r
-\r
-               #if ipconfigUSE_DHCP == 1\r
-               {\r
-                       /* The network is not up until DHCP has completed. */\r
-                       vDHCPProcess( pdTRUE, ( xMACAddress_t * ) ipLOCAL_MAC_ADDRESS, ipLOCAL_IP_ADDRESS_POINTER, &xNetworkAddressing );\r
-                       prvSendEventToIPTask( eDHCPEvent );\r
-               }\r
-               #else\r
-               {\r
-                       #if ipconfigUSE_NETWORK_EVENT_HOOK == 1\r
-                       {\r
-                               vApplicationIPNetworkEventHook( eNetworkUp );\r
-                       }\r
-                       #endif /* ipconfigUSE_NETWORK_EVENT_HOOK */\r
-\r
-                       /* Static configuration is being used, so the network is now up. */\r
-                       #if ipconfigFREERTOS_PLUS_NABTO == 1\r
-                       {\r
-                               /* Return value is used in configASSERT() inside the\r
-                               function. */\r
-                               ( void ) xStartNabtoTask();\r
-                       }\r
-                       #endif /* ipconfigFREERTOS_PLUS_NABTO */\r
-               }\r
-               #endif\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvProcessEthernetPacket( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-xEthernetHeader_t *pxEthernetHeader;\r
-volatile eFrameProcessingResult_t eReturned; /* Volatile to prevent complier warnings when ipCONSIDER_FRAME_FOR_PROCESSING just sets it to eProcessBuffer. */\r
-\r
-       configASSERT( pxNetworkBuffer );\r
-\r
-       /* Interpret the Ethernet frame. */\r
-       eReturned = ipCONSIDER_FRAME_FOR_PROCESSING( pxNetworkBuffer->pucEthernetBuffer );\r
-       pxEthernetHeader = ( xEthernetHeader_t * ) pxNetworkBuffer->pucEthernetBuffer;\r
-\r
-       if( eReturned == eProcessBuffer )\r
-       {\r
-               /* Interpret the received Ethernet packet. */\r
-               switch ( pxEthernetHeader->usFrameType )\r
-               {\r
-                       case ipARP_TYPE :\r
-                               /* The Ethernet frame contains an ARP packet. */\r
-                               eReturned = prvProcessARPPacket( ( xARPPacket_t * ) pxEthernetHeader );\r
-                               break;\r
-\r
-                       case ipIP_TYPE  :\r
-                               /* The Ethernet frame contains an IP packet. */\r
-                               eReturned = prvProcessIPPacket( ( xIPPacket_t * ) pxEthernetHeader, pxNetworkBuffer );\r
-                               break;\r
-\r
-                       default :\r
-                               /* No other packet types are handled.  Nothing to do. */\r
-                               eReturned = eReleaseBuffer;\r
-                               break;\r
-               }\r
-       }\r
-\r
-       /* Perform any actions that resulted from processing the Ethernet\r
-       frame. */\r
-       switch( eReturned )\r
-       {\r
-               case eReturnEthernetFrame :\r
-                       /* The Ethernet frame will have been updated (maybe it was\r
-                       an ARP request or a PING request?) and should be sent back to\r
-                       its source. */\r
-                       prvReturnEthernetFrame( pxNetworkBuffer );\r
-                       /* The buffer must be released once\r
-                       the frame has been transmitted. */\r
-                       break;\r
-\r
-               case eFrameConsumed :\r
-                       /* The frame is in use somewhere, don't release the buffer\r
-                       yet. */\r
-                       break;\r
-\r
-               default :\r
-                       /* The frame is not being used anywhere, and the\r
-                       xNetworkBufferDescriptor_t structure containing the frame should just be\r
-                       released back to the list of free buffers. */\r
-                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                       break;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static eFrameProcessingResult_t prvProcessIPPacket( const xIPPacket_t * const pxIPPacket, xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-eFrameProcessingResult_t eReturn = eReleaseBuffer;\r
-const xIPHeader_t * pxIPHeader;\r
-xUDPPacket_t *pxUDPPacket;\r
-BaseType_t xChecksumIsCorrect;\r
-\r
-       pxIPHeader = &( pxIPPacket->xIPHeader );\r
-\r
-       /* Is the packet for this node? */\r
-       if( ( pxIPHeader->ulDestinationIPAddress == *ipLOCAL_IP_ADDRESS_POINTER ) || ( pxIPHeader->ulDestinationIPAddress == ipBROADCAST_IP_ADDRESS ) || ( *ipLOCAL_IP_ADDRESS_POINTER == 0 ) )\r
-       {\r
-               /* Ensure the frame is IPv4 with no options bytes, and that the incoming\r
-               packet is not fragmented (only outgoing packets can be fragmented) as\r
-               these are the only handled IP frames currently. */\r
-               if( ( pxIPHeader->ucVersionHeaderLength == ipIP_VERSION_AND_HEADER_LENGTH_BYTE ) && ( ( pxIPHeader->usFragmentOffset & ipFRAGMENT_OFFSET_BIT_MASK ) == 0U ) )\r
-               {\r
-                       /* Is the IP header checksum correct? */\r
-                       if( prvGenerateChecksum( ( uint8_t * ) &( pxIPHeader->ucVersionHeaderLength ), ipIP_HEADER_LENGTH, ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM ) == 0 )\r
-                       {\r
-                               /* Add the IP and MAC addresses to the ARP table if they are not\r
-                               already there - otherwise refresh the age of the existing\r
-                               entry. */\r
-                               prvRefreshARPCacheEntry( &( pxIPPacket->xEthernetHeader.xSourceAddress ), pxIPHeader->ulSourceIPAddress );\r
-                               switch( pxIPHeader->ucProtocol )\r
-                               {\r
-                                       case ipPROTOCOL_ICMP :\r
-\r
-                                               /* The IP packet contained an ICMP frame.  Don't bother\r
-                                               checking the ICMP checksum, as if it is wrong then the\r
-                                               wrong data will also be returned, and the source of the\r
-                                               ping will know something went wrong because it will not\r
-                                               be able to validate what it receives. */\r
-                                               #if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-                                               {\r
-                                                       if( pxIPHeader->ulDestinationIPAddress == *ipLOCAL_IP_ADDRESS_POINTER )\r
-                                                       {\r
-                                                               eReturn = prvProcessICMPPacket( ( xICMPPacket_t * ) ( pxNetworkBuffer->pucEthernetBuffer ) );\r
-                                                       }\r
-                                               }\r
-                                               #endif /* ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 ) */\r
-                                               break;\r
-\r
-                                       case ipPROTOCOL_UDP :\r
-\r
-                                               /* The IP packet contained a UDP frame. */\r
-                                               pxUDPPacket = ( xUDPPacket_t * ) ( pxNetworkBuffer->pucEthernetBuffer );\r
-\r
-                                               /* Note the header values required prior to the\r
-                                               checksum generation as the checksum pseudo header\r
-                                               may clobber some of these values. */\r
-                                               pxNetworkBuffer->xDataLength = FreeRTOS_ntohs( pxUDPPacket->xUDPHeader.usLength ) - sizeof( xUDPHeader_t );\r
-                                               pxNetworkBuffer->usPort = pxUDPPacket->xUDPHeader.usSourcePort;\r
-                                               pxNetworkBuffer->ulIPAddress = pxUDPPacket->xIPHeader.ulSourceIPAddress;\r
-\r
-                                               /* Is the checksum required? */\r
-                                               if( pxUDPPacket->xUDPHeader.usChecksum == 0 )\r
-                                               {\r
-                                                       xChecksumIsCorrect = pdTRUE;\r
-                                               }\r
-                                               else if( prvGenerateUDPChecksum( pxUDPPacket, ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM ) == 0 )\r
-                                               {\r
-                                                       xChecksumIsCorrect = pdTRUE;\r
-                                               }\r
-                                               else\r
-                                               {\r
-                                                       xChecksumIsCorrect = pdFALSE;\r
-                                               }\r
-\r
-                                               /* Is the checksum correct? */\r
-                                               if( xChecksumIsCorrect == pdTRUE )\r
-                                               {\r
-                                                       /* Pass the packet payload to the UDP sockets\r
-                                                       implementation. */\r
-                                                       if( xProcessReceivedUDPPacket( pxNetworkBuffer, pxUDPPacket->xUDPHeader.usDestinationPort ) == pdPASS )\r
-                                                       {\r
-                                                               eReturn = eFrameConsumed;\r
-                                                       }\r
-                                               }\r
-                                               break;\r
-\r
-                                       default :\r
-\r
-                                               /* Not a supported frame type. */\r
-                                               break;\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       return eReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint16_t prvGenerateUDPChecksum( const xUDPPacket_t * const pxUDPPacket, BaseType_t xChecksumIsOffloaded )\r
-{\r
-xPseudoHeader_t *pxPseudoHeader;\r
-uint16_t usLength, usReturn;\r
-\r
-       if( xChecksumIsOffloaded == pdFALSE )\r
-       {\r
-               /* Map the pseudo header into the correct place within the real IP\r
-               header. */\r
-               pxPseudoHeader = ( xPseudoHeader_t * ) &( pxUDPPacket->xIPHeader.ucTimeToLive );\r
-\r
-               /* Ordering here is important so as not to overwrite data that is required\r
-               but has not yet been used as the pseudo header overlaps the information\r
-               that is being copied into it. */\r
-               pxPseudoHeader->ulSourceAddress = pxUDPPacket->xIPHeader.ulSourceIPAddress;\r
-               pxPseudoHeader->ulDestinationAddress = pxUDPPacket->xIPHeader.ulDestinationIPAddress;\r
-               pxPseudoHeader->ucZeros = 0x00;\r
-               pxPseudoHeader->ucProtocol = ipPROTOCOL_UDP;\r
-               pxPseudoHeader->usUDPLength = pxUDPPacket->xUDPHeader.usLength;\r
-\r
-               usLength = FreeRTOS_ntohs( pxPseudoHeader->usUDPLength );\r
-               usReturn = prvGenerateChecksum( ( uint8_t * ) pxPseudoHeader, usLength + sizeof( xPseudoHeader_t ), pdFALSE );\r
-       }\r
-       else\r
-       {\r
-               /* The hardware will check the checksum.  Returning 0 allows this\r
-               function to be used to both check an incoming checksum and set an\r
-               outgoing checksum in this case. */\r
-               usReturn = 0;\r
-       }\r
-\r
-       return usReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-\r
-       static void prvProcessICMPEchoReply( xICMPPacket_t * const pxICMPPacket )\r
-       {\r
-       ePingReplyStatus_t eStatus = eSuccess;\r
-       uint16_t usDataLength, usCount;\r
-       uint8_t *pucByte;\r
-\r
-               /* Find the total length of the IP packet. */\r
-               usDataLength = pxICMPPacket->xIPHeader.usLength;\r
-               usDataLength = FreeRTOS_ntohs( usDataLength );\r
-\r
-               /* Remove the length of the IP headers to obtain the length of the ICMP\r
-               message itself. */\r
-               usDataLength -= sizeof( xIPHeader_t );\r
-\r
-               if( prvGenerateChecksum( ( uint8_t * ) &( pxICMPPacket->xICMPHeader ), usDataLength, pdFALSE ) != 0 )\r
-               {\r
-                       eStatus = eInvalidChecksum;\r
-               }\r
-               else\r
-               {\r
-                       /* Remove the length of the ICMP header, to obtain the length of\r
-                       data contained in the ping. */\r
-                       usDataLength -= sizeof( xICMPHeader_t );\r
-\r
-                       /* Find the first byte of the data within the ICMP packet. */\r
-                       pucByte = ( uint8_t * ) pxICMPPacket;\r
-                       pucByte += sizeof( xICMPPacket_t );\r
-\r
-                       /* Check each byte. */\r
-                       for( usCount = 0; usCount < usDataLength; usCount++ )\r
-                       {\r
-                               if( *pucByte != ipECHO_DATA_FILL_BYTE )\r
-                               {\r
-                                       eStatus = eInvalidData;\r
-                                       break;\r
-                               }\r
-\r
-                               pucByte++;\r
-                       }\r
-               }\r
-\r
-               vApplicationPingReplyHook( eStatus, pxICMPPacket->xICMPHeader.usIdentifier );\r
-       }\r
-\r
-#endif\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 )\r
-\r
-       static eFrameProcessingResult_t prvProcessICMPEchoRequest( xICMPPacket_t * const pxICMPPacket )\r
-       {\r
-       xICMPHeader_t *pxICMPHeader;\r
-       xIPHeader_t *pxIPHeader;\r
-\r
-               pxICMPHeader = &( pxICMPPacket->xICMPHeader );\r
-               pxIPHeader = &( pxICMPPacket->xIPHeader );\r
-\r
-               iptraceSENDING_PING_REPLY( pxIPHeader->ulSourceIPAddress );\r
-\r
-               /* The checksum can be checked here - but a ping reply should be\r
-               returned even if the checksum is incorrect so the other end can\r
-               tell that the ping was received - even if the ping reply contains\r
-               invalid data. */\r
-               pxICMPHeader->ucTypeOfMessage = ipICMP_ECHO_REPLY;\r
-               pxIPHeader->ulDestinationIPAddress = pxIPHeader->ulSourceIPAddress;\r
-               pxIPHeader->ulSourceIPAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-\r
-               /* Update the checksum because the ucTypeOfMessage member in the\r
-               header has been changed to ipICMP_ECHO_REPLY. */\r
-               if( pxICMPHeader->usChecksum >= FreeRTOS_htons( ( ( uint16_t ) 0xffffU ) - ( ipICMP_ECHO_REQUEST << ( ( uint16_t ) 8U ) ) ) )\r
-               {\r
-                       pxICMPHeader->usChecksum += FreeRTOS_htons( ipICMP_ECHO_REQUEST << ( ( uint16_t ) 8U ) ) + ( uint16_t ) 1U;\r
-               }\r
-               else\r
-               {\r
-                       pxICMPHeader->usChecksum += FreeRTOS_htons( ipICMP_ECHO_REQUEST << ( ( uint16_t ) 8U ) );\r
-               }\r
-\r
-               return eReturnEthernetFrame;\r
-       }\r
-\r
-#endif /* ipconfigREPLY_TO_INCOMING_PINGS == 1 */\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-#if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-\r
-       static eFrameProcessingResult_t prvProcessICMPPacket( xICMPPacket_t * const pxICMPPacket )\r
-       {\r
-       eFrameProcessingResult_t eReturn = eReleaseBuffer;\r
-\r
-               iptraceICMP_PACKET_RECEIVED();\r
-\r
-               switch( pxICMPPacket->xICMPHeader.ucTypeOfMessage )\r
-               {\r
-                       case ipICMP_ECHO_REQUEST        :\r
-                               #if ( ipconfigREPLY_TO_INCOMING_PINGS == 1 )\r
-                               {\r
-                                       eReturn = prvProcessICMPEchoRequest( pxICMPPacket );\r
-                               }\r
-                               #endif /* ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) */\r
-                               break;\r
-\r
-                       case ipICMP_ECHO_REPLY          :\r
-                               #if ( ipconfigSUPPORT_OUTGOING_PINGS == 1 )\r
-                               {\r
-                                       prvProcessICMPEchoReply( pxICMPPacket );\r
-                               }\r
-                               #endif /* ipconfigSUPPORT_OUTGOING_PINGS */\r
-                               break;\r
-\r
-                       default :\r
-                               break;\r
-               }\r
-\r
-               return eReturn;\r
-       }\r
-\r
-#endif /* ( ipconfigREPLY_TO_INCOMING_PINGS == 1 ) || ( ipconfigSUPPORT_OUTGOING_PINGS == 1 ) */\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint16_t prvGenerateChecksum( const uint8_t * const pucNextData, const uint16_t usDataLengthBytes, BaseType_t xChecksumIsOffloaded )\r
-{\r
-uint32_t ulChecksum = 0;\r
-uint16_t us, usDataLength16BitWords, *pusNextData, usReturn;\r
-\r
-       if( xChecksumIsOffloaded == pdFALSE )\r
-       {\r
-               /* There are half as many 16 bit words than bytes. */\r
-               usDataLength16BitWords = ( usDataLengthBytes >> 1U );\r
-\r
-               pusNextData = ( uint16_t * ) pucNextData;\r
-\r
-               for( us = 0U; us < usDataLength16BitWords; us++ )\r
-               {\r
-                       ulChecksum += ( uint32_t ) pusNextData[ us ];\r
-               }\r
-\r
-               if( ( usDataLengthBytes & 0x01U ) != 0x00 )\r
-               {\r
-                       /* There is one byte left over. */\r
-                       #if ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN\r
-                       {\r
-                               ulChecksum += ( uint32_t ) pucNextData[ usDataLengthBytes - 1 ];\r
-                       }\r
-                       #else\r
-                       {\r
-                               us = ( uint16_t ) pucNextData[ usDataLengthBytes - 1 ];\r
-                               ulChecksum += ( uint32_t ) ( us << 8 );\r
-                       }\r
-                       #endif\r
-               }\r
-\r
-               while( ( ulChecksum >> 16UL ) != 0x00UL )\r
-               {\r
-                       ulChecksum = ( ulChecksum & 0xffffUL ) + ( ulChecksum >> 16UL );\r
-               }\r
-\r
-               usReturn = ~( ( uint16_t ) ulChecksum );\r
-       }\r
-       else\r
-       {\r
-               /* The checksum is calculated by the hardware.  Return 0 here to ensure\r
-               this works for both incoming and outgoing checksums. */\r
-               usReturn = 0;\r
-       }\r
-\r
-       return usReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvReturnEthernetFrame( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-xEthernetHeader_t *pxEthernetHeader;\r
-\r
-       pxEthernetHeader = ( xEthernetHeader_t * ) ( pxNetworkBuffer->pucEthernetBuffer );\r
-\r
-       /* Swap source and destination MAC addresses. */\r
-       memcpy( ( void * ) &( pxEthernetHeader->xDestinationAddress ), ( void * ) &( pxEthernetHeader->xSourceAddress ), sizeof( pxEthernetHeader->xDestinationAddress ) );\r
-       memcpy( ( void * ) &( pxEthernetHeader->xSourceAddress) , ( void * ) ipLOCAL_MAC_ADDRESS, ( size_t ) ipMAC_ADDRESS_LENGTH_BYTES );\r
-\r
-       /* Send! */\r
-       xNetworkInterfaceOutput( pxNetworkBuffer );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static eFrameProcessingResult_t prvProcessARPPacket( xARPPacket_t * const pxARPFrame )\r
-{\r
-eFrameProcessingResult_t eReturn = eReleaseBuffer;\r
-xARPHeader_t *pxARPHeader;\r
-\r
-       pxARPHeader = &( pxARPFrame->xARPHeader );\r
-\r
-       traceARP_PACKET_RECEIVED();\r
-\r
-       /* Sanity check the protocol type.  Don't do anything if the local IP\r
-       address is zero because that means a DHCP request has not completed. */\r
-       if( ( pxARPHeader->usProtocolType == ipARP_PROTOCOL_TYPE ) && ( *ipLOCAL_IP_ADDRESS_POINTER != 0UL ) )\r
-       {\r
-               switch( pxARPHeader->usOperation )\r
-               {\r
-                       case ipARP_REQUEST      :\r
-                               /* The packet contained an ARP request.  Was it for the IP\r
-                               address of the node running this code? */\r
-                               if( pxARPHeader->ulTargetProtocolAddress == *ipLOCAL_IP_ADDRESS_POINTER )\r
-                               {\r
-                                       iptraceSENDING_ARP_REPLY( pxARPHeader->ulSenderProtocolAddress );\r
-\r
-                                       /* The request is for the address of this node.  Add the\r
-                                       entry into the ARP cache, or refresh the entry if it\r
-                                       already exists. */\r
-                                       prvRefreshARPCacheEntry( &( pxARPHeader->xSenderHardwareAddress ), pxARPHeader->ulSenderProtocolAddress );\r
-\r
-                                       /* Generate a reply payload in the same buffer. */\r
-                                       pxARPHeader->usOperation = ipARP_REPLY;\r
-                                       memcpy( ( void * )  &( pxARPHeader->xTargetHardwareAddress ), ( void * ) &( pxARPHeader->xSenderHardwareAddress ), sizeof( xMACAddress_t ) );\r
-                                       pxARPHeader->ulTargetProtocolAddress = pxARPHeader->ulSenderProtocolAddress;\r
-                                       memcpy( ( void * ) &( pxARPHeader->xSenderHardwareAddress ), ( void * ) ipLOCAL_MAC_ADDRESS, sizeof( xMACAddress_t ) );\r
-                                       pxARPHeader->ulSenderProtocolAddress = *ipLOCAL_IP_ADDRESS_POINTER;\r
-\r
-                                       eReturn = eReturnEthernetFrame;\r
-                               }\r
-                               break;\r
-\r
-                       case ipARP_REPLY :\r
-                               iptracePROCESSING_RECEIVED_ARP_REPLY( pxARPHeader->ulTargetProtocolAddress );\r
-                               prvRefreshARPCacheEntry( &( pxARPHeader->xSenderHardwareAddress ), pxARPHeader->ulSenderProtocolAddress );\r
-                               break;\r
-\r
-                       default :\r
-                               /* Invalid. */\r
-                               break;\r
-               }\r
-       }\r
-\r
-       return eReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-       uint16_t FreeRTOS_htons( uint16_t usIn )\r
-       {\r
-               return  ( ( usIn & ( uint16_t ) 0x00ff ) << ( uint16_t ) 8U ) |\r
-                               ( ( usIn & ( uint16_t ) 0xff00 ) >> ( uint16_t ) 8U );\r
-       }\r
-#endif /* ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN */\r
-/*-----------------------------------------------------------*/\r
-\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-       uint32_t FreeRTOS_htonl( uint32_t ulIn )\r
-       {\r
-               return  ( ( ulIn & 0x000000ffUL ) << 24UL ) |\r
-                               ( ( ulIn & 0x0000ff00UL ) << 8UL  ) |\r
-                               ( ( ulIn & 0x00ff0000UL ) >> 8UL  ) |\r
-                               ( ( ulIn & 0xff000000UL ) >> 24UL );\r
-       }\r
-#endif /* ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN */\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
deleted file mode 100644 (file)
index 99f1320..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-Changes between V1.0.3 and V1.0.4 released\r
-\r
-       + Update to use stdint and the FreeRTOS specific typedefs that were\r
-         introduced in FreeRTOS V8.0.0.\r
-\r
-Changes between V1.0.2 and V1.0.3\r
-\r
-       + Previously, and in line with good software engineering practice, the\r
-         FreeRTOS coding standard did not permit the use of char types that were\r
-         not explicitly qualified as either signed or unsigned. As a result char\r
-         pointers used to reference strings required casts, as did the use of any\r
-         standard string handling functions. The casts ensured compiler warnings\r
-         were not generated by compilers that defaulted unqualified char types to\r
-         be signed or compilers that defaulted unqualified char types to be\r
-         unsigned.  As it has in later MISRA standards, this rule has now been\r
-         relaxed, and unqualified char types are now permitted, but only when:\r
-               1) The char is used to point to a human readable text string.\r
-               2) The char is used to hold a single ASCII character.\r
-\r
-Changes between V1.0.1 and V1.0.2\r
-\r
-       + Increase the size of the critical section in the function that obtains a\r
-         private port number.\r
-       + Add defaults for more trace macros.\r
-       + Update network interfaces so all compile with latest code revision.\r
-       + Added the following definitions for improved performance on hardware that\r
-         has the ability to offload checksum generation and/or checking:\r
-               ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM\r
-               ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM\r
-               ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM\r
-               ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM\r
-\r
-Changes between V1.0.0 and V1.0.1\r
-\r
-       + Set the broadcast flag in DHCP messages.\r
-       + Improve the DHCP standards compliance.\r
-       + Correct the check used to ensure the network event hook is not called for\r
-         the first network down event (which is generated by the stack itself).\r
-       + Allow sockets to be added to a set when they already have packets queued\r
-         waiting to be processed.\r
-\r
-Changes between V1.0.0 and V1.0.0\r
-\r
-       + Add select() function.\r
-\r
-Changes between V1.0.0rc1 and V1.0.0:\r
-\r
-       + Correct name of prvCompleteUDPHeader().\r
-       + Ensure network down events cannot be missed when the network event queue\r
-         to which they are posted is full.\r
-       + Only start the ARP timer when the network has connected.\r
-       + Remove initialisation call to the DHCP state machine - the call is made\r
-         directly when the network connects.\r
-       + Add the network event queue and the BufferAllocation_2.c counting\r
-         semaphore to the queue registry.\r
-       + Only initialise the DMA buffers in the lpc18xx_emac.c driver if the\r
-         autonegotiation was successful.\r
-\r
-       Known issues in this version:\r
-\r
-       + DHCP server attempts to copy the IP addresses of all the offered DNS\r
-         servers into a buffer than can only hold one address.\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/LICENSE_INFORMATION.txt b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/LICENSE_INFORMATION.txt
deleted file mode 100644 (file)
index f67f5b8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-FreeRTOS+UDP is released under the following MIT license.\r
-\r
-Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
-Permission is hereby granted, free of charge, to any person obtaining a copy of\r
-this software and associated documentation files (the "Software"), to deal in\r
-the Software without restriction, including without limitation the rights to\r
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
-the Software, and to permit persons to whom the Software is furnished to do so,\r
-subject to the following conditions:\r
-\r
-The above copyright notice and this permission notice shall be included in all\r
-copies or substantial portions of the Software.\r
-\r
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url
deleted file mode 100644 (file)
index 434898e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[InternetShortcut]\r
-URL=http://www.freertos.org/udp\r
-IDList=\r
-[{000214A0-0000-0000-C000-000000000046}]\r
-Prop3=19,2\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
deleted file mode 100644 (file)
index 5edcd57..0000000
+++ /dev/null
@@ -1,156 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_DEFAULT_IP_CONFIG_H\r
-#define FREERTOS_DEFAULT_IP_CONFIG_H\r
-\r
-/* This file provides default values for configuration options that are missing\r
-from the FreeRTOSIPConfig.h configuration header file. */\r
-\r
-#ifndef ipconfigUSE_NETWORK_EVENT_HOOK\r
-       #define ipconfigUSE_NETWORK_EVENT_HOOK 0\r
-#endif\r
-\r
-#ifndef ipconfigMAX_SEND_BLOCK_TIME_TICKS\r
-       #define ipconfigMAX_SEND_BLOCK_TIME_TICKS ( 20 / portTICK_RATE_MS )\r
-#endif\r
-\r
-#ifndef ipconfigARP_CACHE_ENTRIES\r
-       #define ipconfigARP_CACHE_ENTRIES               10\r
-#endif\r
-\r
-#ifndef ipconfigMAX_ARP_RETRANSMISSIONS\r
-       #define ipconfigMAX_ARP_RETRANSMISSIONS ( 5 )\r
-#endif\r
-\r
-#ifndef ipconfigMAX_ARP_AGE\r
-       #define ipconfigMAX_ARP_AGE                     150\r
-#endif\r
-\r
-#ifndef ipconfigINCLUDE_FULL_INET_ADDR\r
-       #define ipconfigINCLUDE_FULL_INET_ADDR  1\r
-#endif\r
-\r
-#ifndef ipconfigNUM_NETWORK_BUFFERS\r
-       #define ipconfigNUM_NETWORK_BUFFERS             45\r
-#endif\r
-\r
-#ifndef ipconfigEVENT_QUEUE_LENGTH\r
-       #define ipconfigEVENT_QUEUE_LENGTH              ( ipconfigNUM_NETWORK_BUFFERS + 5 )\r
-#endif\r
-\r
-#ifndef ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND\r
-       #define ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND 1\r
-#endif\r
-\r
-#ifndef updconfigIP_TIME_TO_LIVE\r
-       #define updconfigIP_TIME_TO_LIVE                128\r
-#endif\r
-\r
-#ifndef ipconfigCAN_FRAGMENT_OUTGOING_PACKETS\r
-       #define ipconfigCAN_FRAGMENT_OUTGOING_PACKETS 0\r
-#endif\r
-\r
-#ifndef ipconfigNETWORK_MTU\r
-       #define ipconfigNETWORK_MTU 1500\r
-#endif\r
-\r
-#ifndef ipconfigUSE_DHCP\r
-       #define ipconfigUSE_DHCP        1\r
-#endif\r
-\r
-#ifndef ipconfigMAXIMUM_DISCOVER_TX_PERIOD\r
-       #ifdef _WINDOWS_\r
-               #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 999 / portTICK_RATE_MS )\r
-       #else\r
-               #define ipconfigMAXIMUM_DISCOVER_TX_PERIOD              ( 30000 / portTICK_RATE_MS )\r
-       #endif /* _WINDOWS_ */\r
-#endif /* ipconfigMAXIMUM_DISCOVER_TX_PERIOD */\r
-\r
-#ifndef ipconfigUSE_DNS\r
-       #define ipconfigUSE_DNS         1\r
-#endif\r
-\r
-#ifndef ipconfigREPLY_TO_INCOMING_PINGS\r
-       #define ipconfigREPLY_TO_INCOMING_PINGS                         1\r
-#endif\r
-\r
-#ifndef ipconfigSUPPORT_OUTGOING_PINGS\r
-       #define ipconfigSUPPORT_OUTGOING_PINGS                          0\r
-#endif\r
-\r
-#ifndef updconfigLOOPBACK_ETHERNET_PACKETS\r
-       #define updconfigLOOPBACK_ETHERNET_PACKETS      0\r
-#endif\r
-\r
-#ifndef ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES\r
-       #define ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES 1\r
-#endif\r
-\r
-#ifndef ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES\r
-       #define ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES     1\r
-#endif\r
-\r
-#ifndef configINCLUDE_TRACE_RELATED_CLI_COMMANDS\r
-       #define ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS 0\r
-#else\r
-       #define ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS configINCLUDE_TRACE_RELATED_CLI_COMMANDS\r
-#endif\r
-\r
-#ifndef ipconfigFREERTOS_PLUS_NABTO\r
-       #define ipconfigFREERTOS_PLUS_NABTO 0\r
-#endif\r
-\r
-#ifndef ipconfigNABTO_TASK_STACK_SIZE\r
-       #define ipconfigNABTO_TASK_STACK_SIZE ( configMINIMAL_STACK_SIZE * 2 )\r
-#endif\r
-\r
-#ifndef ipconfigNABTO_TASK_PRIORITY\r
-       #define ipconfigNABTO_TASK_PRIORITY      ( ipconfigUDP_TASK_PRIORITY + 1 )\r
-#endif\r
-\r
-#ifndef ipconfigSUPPORT_SELECT_FUNCTION\r
-       #define ipconfigSUPPORT_SELECT_FUNCTION 0\r
-#endif\r
-               \r
-#ifndef ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM\r
-       #define ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM 0\r
-#endif\r
-\r
-#ifndef ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM\r
-       #define ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM 0\r
-#endif\r
-\r
-#ifndef ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM\r
-       #define ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM 0\r
-#endif\r
-\r
-#ifndef ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM\r
-       #define ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM 0\r
-#endif\r
-\r
-#endif /* FREERTOS_DEFAULT_IP_CONFIG_H */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h
deleted file mode 100644 (file)
index d311441..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_DHCP_H\r
-#define FREERTOS_DHCP_H\r
-\r
-/* Application level configuration options. */\r
-#include "FreeRTOSIPConfig.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-/*\r
- * NOT A PUBLIC API FUNCTION.\r
- */\r
-void vDHCPProcess( BaseType_t xReset, xMACAddress_t *pxMACAddress, uint32_t *pulIPAddress, xNetworkAddressingParameters_t *pxNetworkAddressing );\r
-\r
-#endif /* FREERTOS_DHCP_H */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h
deleted file mode 100644 (file)
index b3f5221..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_DNS_H\r
-#define FREERTOS_DNS_H\r
-\r
-/* Application level configuration options. */\r
-#include "FreeRTOSIPConfig.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-/**\r
- * FULL, UP-TO-DATE AND MAINTAINED REFERENCE DOCUMENTATION FOR ALL THESE\r
- * FUNCTIONS IS AVAILABLE ON THE FOLLOWING URL:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.shtml\r
- */\r
-uint32_t FreeRTOS_gethostbyname( const char *pcHostName );\r
-\r
-#endif /* FREERTOS_DNS_H */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h
deleted file mode 100644 (file)
index 3c8dda9..0000000
+++ /dev/null
@@ -1,334 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_IP_PRIVATE_H\r
-#define FREERTOS_IP_PRIVATE_H\r
-\r
-/* Application level configuration options. */\r
-#include "FreeRTOSIPConfig.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-typedef struct xNetworkAddressingParameters\r
-{\r
-       uint32_t ulDefaultIPAddress;\r
-       uint32_t ulNetMask;\r
-       uint32_t ulGatewayAddress;\r
-       uint32_t ulDNSServerAddress;\r
-} xNetworkAddressingParameters_t;\r
-\r
-\r
-/*-----------------------------------------------------------*/\r
-/* Protocol headers.                                         */\r
-/*-----------------------------------------------------------*/\r
-\r
-#include "pack_struct_start.h"\r
-struct xETH_HEADER\r
-{\r
-       xMACAddress_t xDestinationAddress;\r
-       xMACAddress_t xSourceAddress;\r
-       uint16_t usFrameType;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xETH_HEADER xEthernetHeader_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xARP_HEADER\r
-{\r
-       uint16_t usHardwareType;\r
-       uint16_t usProtocolType;\r
-       uint8_t ucHardwareAddressLength;\r
-       uint8_t ucProtocolAddressLength;\r
-       uint16_t usOperation;\r
-       xMACAddress_t xSenderHardwareAddress;\r
-       uint32_t ulSenderProtocolAddress;\r
-       xMACAddress_t xTargetHardwareAddress;\r
-       uint32_t ulTargetProtocolAddress;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xARP_HEADER xARPHeader_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xIP_HEADER\r
-{\r
-       uint8_t ucVersionHeaderLength;\r
-       uint8_t ucDifferentiatedServicesCode;\r
-       uint16_t usLength;\r
-       uint16_t usIdentification;\r
-       uint16_t usFragmentOffset;\r
-       uint8_t ucTimeToLive;\r
-       uint8_t ucProtocol;\r
-       uint16_t usHeaderChecksum;\r
-       uint32_t ulSourceIPAddress;\r
-       uint32_t ulDestinationIPAddress;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xIP_HEADER xIPHeader_t;\r
-#define ipSIZE_OF_IP_HEADER 20\r
-\r
-#include "pack_struct_start.h"\r
-struct xICMP_HEADER\r
-{\r
-       uint8_t ucTypeOfMessage;\r
-       uint8_t ucTypeOfService;\r
-       uint16_t usChecksum;\r
-       uint16_t usIdentifier;\r
-       uint16_t usSequenceNumber;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xICMP_HEADER xICMPHeader_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xUDP_HEADER\r
-{\r
-       uint16_t usSourcePort;\r
-       uint16_t usDestinationPort;\r
-       uint16_t usLength;\r
-       uint16_t usChecksum;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xUDP_HEADER xUDPHeader_t;\r
-#define ipSIZE_OF_UDP_HEADER 8\r
-\r
-#include "pack_struct_start.h"\r
-struct xPSEUDO_HEADER\r
-{\r
-       uint32_t ulSourceAddress;\r
-       uint32_t ulDestinationAddress;\r
-       uint8_t ucZeros;\r
-       uint8_t ucProtocol;\r
-       uint16_t usUDPLength;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xPSEUDO_HEADER xPseudoHeader_t;\r
-\r
-/*-----------------------------------------------------------*/\r
-/* Nested protocol packets.                                  */\r
-/*-----------------------------------------------------------*/\r
-\r
-#include "pack_struct_start.h"\r
-struct xARP_PACKET\r
-{\r
-       xEthernetHeader_t xEthernetHeader;\r
-       xARPHeader_t xARPHeader;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xARP_PACKET xARPPacket_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xIP_PACKET\r
-{\r
-       xEthernetHeader_t xEthernetHeader;\r
-       xIPHeader_t xIPHeader;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xIP_PACKET xIPPacket_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xICMP_PACKET\r
-{\r
-       xEthernetHeader_t xEthernetHeader;\r
-       xIPHeader_t xIPHeader;\r
-       xICMPHeader_t xICMPHeader;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xICMP_PACKET xICMPPacket_t;\r
-\r
-#include "pack_struct_start.h"\r
-struct xUDP_PACKET\r
-{\r
-       xEthernetHeader_t xEthernetHeader;\r
-       xIPHeader_t xIPHeader;\r
-       xUDPHeader_t xUDPHeader;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xUDP_PACKET xUDPPacket_t;\r
-\r
-/* Dimensions the buffers that are filled by received Ethernet frames. */\r
-#define ipETHERNET_CRC_BYTES                                   ( 4UL )\r
-#define ipETHERNET_OPTIONAL_802_1Q_TAG_BYTES   ( 4UL )\r
-#define ipTOTAL_ETHERNET_FRAME_SIZE                            ( ipconfigNETWORK_MTU + sizeof( xEthernetHeader_t ) + ipETHERNET_CRC_BYTES + ipETHERNET_OPTIONAL_802_1Q_TAG_BYTES )\r
-\r
-/* The maximum UDP payload length. */\r
-#define ipMAX_UDP_PAYLOAD_LENGTH ( ( ipconfigNETWORK_MTU - ipSIZE_OF_IP_HEADER ) - ipSIZE_OF_UDP_HEADER )\r
-\r
-typedef enum\r
-{\r
-       eReleaseBuffer = 0,             /* Processing the frame did not find anything to do - just release the buffer. */\r
-       eProcessBuffer,                 /* An Ethernet frame has a valid address - continue process its contents. */\r
-       eReturnEthernetFrame,   /* The Ethernet frame contains an ARP or ICMP packet that can be returned to its source. */\r
-       eFrameConsumed                  /* Processing the Ethernet packet contents resulted in the payload being sent to the stack. */\r
-} eFrameProcessingResult_t;\r
-\r
-typedef enum\r
-{\r
-       eNetworkDownEvent = 0,  /* The network interface has been lost and/or needs [re]connecting. */\r
-       eEthernetRxEvent,       /* The network interface has queued a received Ethernet frame. */\r
-       eARPTimerEvent,         /* The ARP timer expired. */\r
-       eStackTxEvent,          /* The software stack has queued a packet to transmit. */\r
-       eDHCPEvent                      /* Process the DHCP state machine. */\r
-} eIPEvent_t;\r
-\r
-typedef struct IP_TASK_COMMANDS\r
-{\r
-       eIPEvent_t eEventType;\r
-       void *pvData;\r
-} xIPStackEvent_t;\r
-\r
-#define ipBROADCAST_IP_ADDRESS 0xffffffffUL\r
-\r
-/* Offset into the Ethernet frame that is used to temporarily store information\r
-on the fragmentation status of the packet being sent.  The value is important,\r
-as it is past the location into which the destination address will get placed. */\r
-#define ipFRAGMENTATION_PARAMETERS_OFFSET              ( 6 )\r
-#define ipSOCKET_OPTIONS_OFFSET                                        ( 6 )\r
-\r
-/* Only used when outgoing fragmentation is being used (FreeRTOSIPConfig.h\r
-setting. */\r
-#define ipGET_UDP_PAYLOAD_OFFSET_FOR_FRAGMENT( usFragmentOffset ) ( ( ( usFragmentOffset ) == 0 ) ? ipUDP_PAYLOAD_OFFSET : ipIP_PAYLOAD_OFFSET )\r
-\r
-/* The offset into a UDP packet at which the UDP data (payload) starts. */\r
-#define ipUDP_PAYLOAD_OFFSET   ( sizeof( xUDPPacket_t ) )\r
-\r
-/* The offset into an IP packet into which the IP data (payload) starts. */\r
-#define ipIP_PAYLOAD_OFFSET            ( sizeof( xIPPacket_t ) )\r
-\r
-/* Space left at the beginning of a network buffer storage area to store a\r
-pointer back to the network buffer.  Should be a multiple of 8 to ensure\r
-8 byte alignment is maintained on architectures that require it. */\r
-#define ipBUFFER_PADDING               ( 8 )\r
-\r
-#include "pack_struct_start.h"\r
-struct xUDP_IP_FRACMENT_PARAMETERS\r
-{\r
-       uint8_t ucSocketOptions;\r
-       uint8_t ucPadFor16BitAlignment;\r
-       uint16_t usFragmentedPacketOffset;\r
-       uint16_t usFragmentLength;\r
-       uint16_t usPayloadChecksum;\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xUDP_IP_FRACMENT_PARAMETERS xIPFragmentParameters_t;\r
-\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-\r
-       /* Ethernet frame types. */\r
-       #define ipARP_TYPE      ( 0x0608U )\r
-       #define ipIP_TYPE       ( 0x0008U )\r
-\r
-       /* ARP related definitions. */\r
-       #define ipARP_PROTOCOL_TYPE ( 0x0008U )\r
-       #define ipARP_HARDWARE_TYPE_ETHERNET ( 0x0100U )\r
-       #define ipARP_REQUEST ( 0x0100 )\r
-       #define ipARP_REPLY ( 0x0200 )\r
-\r
-#else\r
-\r
-       /* Ethernet frame types. */\r
-       #define ipARP_TYPE      ( 0x0806U )\r
-       #define ipIP_TYPE       ( 0x0800U )\r
-\r
-       /* ARP related definitions. */\r
-       #define ipARP_PROTOCOL_TYPE ( 0x0800U )\r
-       #define ipARP_HARDWARE_TYPE_ETHERNET ( 0x0001U )\r
-       #define ipARP_REQUEST ( 0x0001 )\r
-       #define ipARP_REPLY ( 0x0002 )\r
-\r
-#endif /* ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN */\r
-\r
-/* The structure used to store buffers and pass them around the network stack.\r
-Buffers can be in use by the stack, in use by the network interface hardware\r
-driver, or free (not in use). */\r
-typedef struct xNETWORK_BUFFER\r
-{\r
-       xListItem xBufferListItem;              /* Used to reference the buffer form the free buffer list or a socket. */\r
-       uint32_t ulIPAddress;                   /* Source or destination IP address, depending on usage scenario. */\r
-       uint8_t *pucEthernetBuffer;     /* Pointer to the start of the Ethernet frame. */\r
-       size_t xDataLength;                     /* Starts by holding the total Ethernet frame length, then the UDP payload length. */\r
-       uint16_t usPort;                                /* Source or destination port, depending on usage scenario. */\r
-       uint16_t usBoundPort;                   /* The port to which a transmitting socket is bound. */\r
-} xNetworkBufferDescriptor_t;\r
-\r
-void vNetworkBufferRelease( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-\r
-/*\r
- * A version of FreeRTOS_GetReleaseNetworkBuffer() that can be called from an\r
- * interrupt.  If a non zero value is returned, then the calling ISR should\r
- * perform a context switch before exiting the ISR.\r
- */\r
-BaseType_t FreeRTOS_ReleaseFreeNetworkBufferFromISR( void );\r
-\r
-/*\r
- * Create a message that contains a command to initialise the network interface.\r
- * This is used during initialisation, and at any time the network interface\r
- * goes down thereafter.  The network interface hardware driver is responsible\r
- * for sending the message that contains the network interface down command/\r
- * event.\r
- *\r
- * Only use the FreeRTOS_NetworkDownFromISR() version if the function is to be\r
- * called from an interrupt service routine.  If FreeRTOS_NetworkDownFromISR()\r
- * returns a non-zero value then a context switch should be performed ebfore\r
- * the interrupt is exited.\r
- */\r
-void FreeRTOS_NetworkDown( void );\r
-BaseType_t FreeRTOS_NetworkDownFromISR( void );\r
-\r
-/*\r
- * Inspect an Ethernet frame to see if it contains data that the stack needs to\r
- * process.  eProcessBuffer is returned if the frame should be processed by the\r
- * stack.  eReleaseBuffer is returned if the frame should be discarded.\r
- */\r
-eFrameProcessingResult_t eConsiderFrameForProcessing( const uint8_t * const pucEthernetBuffer );\r
-\r
-#if( ipconfigINCLUDE_TEST_CODE == 1 )\r
-       UBaseType_t uxGetNumberOfFreeNetworkBuffers( void );\r
-#endif /* ipconfigINCLUDE_TEST_CODE */\r
-\r
-/* Socket related private functions. */\r
-BaseType_t xProcessReceivedUDPPacket( xNetworkBufferDescriptor_t *pxNetworkBuffer, uint16_t usPort );\r
-void FreeRTOS_SocketsInit( void );\r
-\r
-/* If FreeRTOS+NABTO is included then include the prototype of the function that\r
-creates the Nabto task. */\r
-#if( ipconfigFREERTOS_PLUS_NABTO == 1 )\r
-       void vStartNabtoTask( void );\r
-#endif\r
-\r
-\r
-#endif /* FREERTOS_IP_PRIVATE_H */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h
deleted file mode 100644 (file)
index 5fb5417..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_UDP_H\r
-#define FREERTOS_UDP_H\r
-\r
-/* Standard includes. */\r
-#include <string.h>\r
-\r
-/* Application level configuration options. */\r
-#include "FreeRTOSIPConfig.h"\r
-\r
-#ifndef INC_FREERTOS_H\r
-       #error FreeRTOS.h must be included before FreeRTOS_Sockets.h.\r
-#endif\r
-\r
-#ifndef INC_TASK_H\r
-       #ifndef TASK_H /* For compatibility with older FreeRTOS versions. */\r
-               #error The FreeRTOS header file task.h must be included before FreeRTOS_Sockets.h.\r
-       #endif\r
-#endif\r
-\r
-/* Assigned to an xSocket_t variable when the socket is not valid, probably\r
-because it could not be created. */\r
-#define FREERTOS_INVALID_SOCKET        ( ( void * ) ~0U )\r
-\r
-/* API function error values.  As errno is supported, the FreeRTOS sockets\r
-functions return error codes rather than just a pass or fail indication. */\r
-#define FREERTOS_SOCKET_ERROR  ( -1 )\r
-#define FREERTOS_EWOULDBLOCK   ( -2 )\r
-#define FREERTOS_EINVAL                        ( -4 )\r
-#define FREERTOS_EADDRNOTAVAIL ( -5 )\r
-#define FREERTOS_EADDRINUSE            ( -6 )\r
-#define FREERTOS_ENOBUFS               ( -7 )\r
-#define FREERTOS_ENOPROTOOPT   ( -8 )\r
-\r
-/* Values for the parameters to FreeRTOS_socket(), inline with the Berkeley\r
-standard.  See the documentation of FreeRTOS_socket() for more information. */\r
-#define FREERTOS_AF_INET               ( 2 )\r
-#define FREERTOS_SOCK_DGRAM            ( 2 )\r
-#define FREERTOS_IPPROTO_UDP   ( 17 )\r
-\r
-/* A bit value that can be passed into the FreeRTOS_sendto() function as part of\r
-the flags parameter.  Setting the FREERTOS_ZERO_COPY in the flags parameter\r
-indicates that the zero copy interface is being used.  See the documentation for\r
-FreeRTOS_sockets() for more information. */\r
-#define FREERTOS_ZERO_COPY             ( 0x01UL )\r
-\r
-/* Values that can be passed in the option name parameter of calls to\r
-FreeRTOS_setsockopt(). */\r
-#define FREERTOS_SO_RCVTIMEO           ( 0 )           /* Used to set the receive time out. */\r
-#define FREERTOS_SO_SNDTIMEO           ( 1 )           /* Used to set the send time out. */\r
-#define FREERTOS_SO_UDPCKSUM_OUT       ( 0x02 )        /* Used to turn the use of the UDP checksum by a socket on or off.  This also doubles as part of an 8-bit bitwise socket option. */\r
-#define FREERTOS_NOT_LAST_IN_FRAGMENTED_PACKET         ( 0x80 )  /* For internal use only, but also part of an 8-bit bitwise value. */\r
-#define FREERTOS_FRAGMENTED_PACKET                             ( 0x40 )  /* For internal use only, but also part of an 8-bit bitwise value. */\r
-\r
-/* For compatibility with the expected Berkeley sockets naming. */\r
-#define socklen_t uint32_t\r
-\r
-/* For this limited implementation, only two members are required in the\r
-Berkeley style sockaddr structure. */\r
-struct freertos_sockaddr\r
-{\r
-       uint16_t sin_port;\r
-       uint32_t sin_addr;\r
-};\r
-\r
-#if ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN\r
-\r
-       #define FreeRTOS_inet_addr_quick( ucOctet0, ucOctet1, ucOctet2, ucOctet3 )                              \\r
-                                                                               ( ( ( ( uint32_t ) ( ucOctet3 ) ) << 24UL ) |           \\r
-                                                                                 ( ( ( uint32_t ) ( ucOctet2 ) ) << 16UL ) |           \\r
-                                                                                 ( ( ( uint32_t ) ( ucOctet1 ) ) <<  8UL ) |           \\r
-                                                                                 ( ( uint32_t ) ( ucOctet0 ) ) )\r
-\r
-       #define FreeRTOS_inet_ntoa( ulIPAddress, pucBuffer )                                                                    \\r
-                                                                               sprintf( ( char * ) ( pucBuffer ), "%d.%d.%d.%d",       \\r
-                                                                                       ( int ) ( ( ulIPAddress ) & 0xffUL ),                   \\r
-                                                                                       ( int ) ( ( ( ulIPAddress ) >> 8UL ) & 0xffUL ),\\r
-                                                                                       ( int ) ( ( ( ulIPAddress ) >> 16UL ) & 0xffUL ),\\r
-                                                                                       ( int ) ( ( ( ulIPAddress ) >> 24UL ) & 0xffUL ) )\r
-\r
-#else /* ipconfigBYTE_ORDER */\r
-\r
-       #define FreeRTOS_inet_addr_quick( ucOctet0, ucOctet1, ucOctet2, ucOctet3 )                              \\r
-                                                                               ( ( ( ( uint32_t ) ( ucOctet0 ) ) << 24UL ) |           \\r
-                                                                                 ( ( ( uint32_t ) ( ucOctet1 ) ) << 16UL ) |           \\r
-                                                                                 ( ( ( uint32_t ) ( ucOctet2 ) ) <<  8UL ) |           \\r
-                                                                                 ( ( uint32_t ) ( ucOctet3 ) ) )\r
-\r
-       #define FreeRTOS_inet_ntoa( ulIPAddress, pucBuffer )                                                                    \\r
-                                                                               sprintf( ( char * ) ( pucBuffer ), "%d.%d.%d.%d",       \\r
-                                                                                       ( ( ( ulIPAddress ) >> 24UL ) & 0xffUL ),               \\r
-                                                                                       ( ( ( ulIPAddress ) >> 16UL ) & 0xffUL ),               \\r
-                                                                                       ( ( ( ulIPAddress ) >> 8UL ) & 0xffUL ),                \\r
-                                                                                       ( ( ulIPAddress ) & 0xffUL ) )\r
-\r
-#endif /* ipconfigBYTE_ORDER */\r
-\r
-/* The socket type itself. */\r
-typedef void *xSocket_t;\r
-\r
-/* The xSocketSet_t type is the equivalent to the fd_set type used by the\r
-Berkeley API. */\r
-typedef void *xSocketSet_t;\r
-\r
-/**\r
- * FULL, UP-TO-DATE AND MAINTAINED REFERENCE DOCUMENTATION FOR ALL THESE\r
- * FUNCTIONS IS AVAILABLE ON THE FOLLOWING URL:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.shtml\r
- */\r
-xSocket_t FreeRTOS_socket( BaseType_t xDomain, BaseType_t xType, BaseType_t xProtocol );\r
-int32_t FreeRTOS_recvfrom( xSocket_t xSocket, void *pvBuffer, size_t xBufferLength, uint32_t ulFlags, struct freertos_sockaddr *pxSourceAddress, socklen_t *pxSourceAddressLength );\r
-int32_t FreeRTOS_sendto( xSocket_t xSocket, const void *pvBuffer, size_t xTotalDataLength, uint32_t ulFlags, const struct freertos_sockaddr *pxDestinationAddress, socklen_t xDestinationAddressLength );\r
-BaseType_t FreeRTOS_bind( xSocket_t xSocket, struct freertos_sockaddr *pxAddress, socklen_t xAddressLength );\r
-BaseType_t FreeRTOS_setsockopt( xSocket_t xSocket, int32_t lLevel, int32_t lOptionName, const void *pvOptionValue, size_t xOptionLength );\r
-BaseType_t FreeRTOS_closesocket( xSocket_t xSocket );\r
-uint32_t FreeRTOS_gethostbyname( const char *pcHostName );\r
-uint32_t FreeRTOS_inet_addr( const char *pcIPAddress );\r
-\r
-#if ipconfigSUPPORT_SELECT_FUNCTION == 1\r
-       xSocketSet_t FreeRTOS_CreateSocketSet( UBaseType_t uxEventQueueLength );\r
-       BaseType_t FreeRTOS_FD_SET( xSocket_t xSocket, xSocketSet_t xSocketSet );\r
-       BaseType_t FreeRTOS_FD_CLR( xSocket_t xSocket, xSocketSet_t xSocketSet );\r
-       xSocket_t FreeRTOS_select( xSocketSet_t xSocketSet, TickType_t xBlockTimeTicks );\r
-#endif /* ipconfigSUPPORT_SELECT_FUNCTION */\r
-\r
-#endif /* FREERTOS_UDP_H */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
deleted file mode 100644 (file)
index a3cc13e..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef FREERTOS_IP_H\r
-#define FREERTOS_IP_H\r
-\r
-/* Use in FreeRTOSIPConfig.h. */\r
-#define FREERTOS_LITTLE_ENDIAN 0\r
-#define FREERTOS_BIG_ENDIAN            1\r
-\r
-/* Application level configuration options. */\r
-#include "FreeRTOSIPConfig.h"\r
-#include "FreeRTOSIPConfigDefaults.h"\r
-#include "IPTraceMacroDefaults.h"\r
-\r
-/* The number of octets in the MAC and IP addresses respectively. */\r
-#define ipMAC_ADDRESS_LENGTH_BYTES ( 6 )\r
-#define ipIP_ADDRESS_LENGTH_BYTES ( 4 )\r
-\r
-#include "pack_struct_start.h"\r
-struct xMAC_ADDRESS\r
-{\r
-       uint8_t ucBytes[ ipMAC_ADDRESS_LENGTH_BYTES ];\r
-}\r
-#include "pack_struct_end.h"\r
-typedef struct xMAC_ADDRESS xMACAddress_t;\r
-\r
-typedef enum eNETWORK_EVENTS\r
-{\r
-       eNetworkUp,             /* The network is configured. */\r
-       eNetworkDown    /* The network connection has been lost. */\r
-} eIPCallbackEvent_t;\r
-\r
-typedef enum ePING_REPLY_STATUS\r
-{\r
-       eSuccess = 0,           /* A correct reply has been received for an outgoing ping. */\r
-       eInvalidChecksum,       /* A reply was received for an outgoing ping but the checksum of the reply was incorrect. */\r
-       eInvalidData            /* A reply was received to an outgoing ping but the payload of the reply was not correct. */\r
-} ePingReplyStatus_t;\r
-\r
-/* Endian related definitions. */\r
-#if( ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN )\r
-\r
-       uint16_t FreeRTOS_htons( uint16_t usIn );\r
-       uint32_t FreeRTOS_htonl( uint32_t ulIn );\r
-\r
-#else\r
-\r
-       #define FreeRTOS_htons( x ) ( x )\r
-       #define FreeRTOS_htonl( x ) ( x )\r
-\r
-#endif /* ipconfigBYTE_ORDER == FREERTOS_LITTLE_ENDIAN */\r
-\r
-#define FreeRTOS_ntohs( x ) FreeRTOS_htons( x )\r
-#define FreeRTOS_ntohl( x ) FreeRTOS_htonl( x )\r
-\r
-/**\r
- * FULL, UP-TO-DATE AND MAINTAINED REFERENCE DOCUMENTATION FOR ALL THESE\r
- * FUNCTIONS IS AVAILABLE ON THE FOLLOWING URL:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.shtml\r
- */\r
-BaseType_t FreeRTOS_IPInit( const uint8_t ucIPAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucNetMask[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucGatewayAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucDNSServerAddress[ ipIP_ADDRESS_LENGTH_BYTES ], const uint8_t ucMACAddress[ ipMAC_ADDRESS_LENGTH_BYTES ] );\r
-void * FreeRTOS_GetUDPPayloadBuffer( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks );\r
-void FreeRTOS_GetAddressConfiguration( uint32_t *pulIPAddress, uint32_t *pulNetMask, uint32_t *pulGatewayAddress, uint32_t *pulDNSServerAddress );\r
-BaseType_t FreeRTOS_SendPingRequest( uint32_t ulIPAddress, size_t xNumberOfBytesToSend, TickType_t xBlockTimeTicks );\r
-void vApplicationIPNetworkEventHook( eIPCallbackEvent_t eNetworkEvent );\r
-void vApplicationPingReplyHook( ePingReplyStatus_t eStatus, uint16_t usIdentifier );\r
-void FreeRTOS_ReleaseUDPPayloadBuffer( void *pvBuffer );\r
-uint8_t * FreeRTOS_GetMACAddress( void );\r
-\r
-#if ( ipconfigFREERTOS_PLUS_NABTO == 1 )\r
-       BaseType_t xStartNabtoTask( void );\r
-#endif\r
-\r
-#endif /* FREERTOS_IP_H */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h
deleted file mode 100644 (file)
index 394cac5..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* This file provides default (empty) implementations for any IP trace macros\r
-that are not defined by the user.  See\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Trace.shtml */\r
-\r
-#ifndef UDP_TRACE_MACRO_DEFAULTS_H\r
-#define UDP_TRACE_MACRO_DEFAULTS_H\r
-\r
-#ifndef iptraceNETWORK_DOWN\r
-       #define iptraceNETWORK_DOWN()\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_BUFFER_RELEASED\r
-       #define iptraceNETWORK_BUFFER_RELEASED( pxBufferAddress )\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_BUFFER_OBTAINED\r
-       #define iptraceNETWORK_BUFFER_OBTAINED( pxBufferAddress )\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_BUFFER_OBTAINED_FROM_ISR\r
-       #define iptraceNETWORK_BUFFER_OBTAINED_FROM_ISR( pxBufferAddress )\r
-#endif\r
-\r
-#ifndef iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER\r
-       #define iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER()\r
-#endif\r
-\r
-#ifndef iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER_FROM_ISR\r
-       #define iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER_FROM_ISR()\r
-#endif\r
-\r
-#ifndef iptraceCREATING_ARP_REQUEST\r
-       #define iptraceCREATING_ARP_REQUEST( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceARP_TABLE_ENTRY_WILL_EXPIRE\r
-       #define iptraceARP_TABLE_ENTRY_WILL_EXPIRE( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceARP_TABLE_ENTRY_EXPIRED\r
-       #define iptraceARP_TABLE_ENTRY_EXPIRED( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceARP_TABLE_ENTRY_CREATED\r
-       #define iptraceARP_TABLE_ENTRY_CREATED( ulIPAddress, ucMACAddress )\r
-#endif\r
-\r
-#ifndef iptraceSENDING_UDP_PACKET\r
-       #define iptraceSENDING_UDP_PACKET( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptracePACKET_DROPPED_TO_GENERATE_ARP\r
-       #define iptracePACKET_DROPPED_TO_GENERATE_ARP( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceICMP_PACKET_RECEIVED\r
-       #define iptraceICMP_PACKET_RECEIVED()\r
-#endif\r
-\r
-#ifndef iptraceSENDING_PING_REPLY\r
-       #define iptraceSENDING_PING_REPLY( ulIPAddress )\r
-#endif\r
-\r
-#ifndef traceARP_PACKET_RECEIVED\r
-       #define traceARP_PACKET_RECEIVED()\r
-#endif\r
-\r
-#ifndef iptracePROCESSING_RECEIVED_ARP_REPLY\r
-       #define iptracePROCESSING_RECEIVED_ARP_REPLY( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceSENDING_ARP_REPLY\r
-       #define iptraceSENDING_ARP_REPLY( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceFAILED_TO_CREATE_SOCKET\r
-       #define iptraceFAILED_TO_CREATE_SOCKET()\r
-#endif\r
-\r
-#ifndef iptraceRECVFROM_DISCARDING_BYTES\r
-       #define iptraceRECVFROM_DISCARDING_BYTES( xNumberOfBytesDiscarded )\r
-#endif\r
-\r
-#ifndef iptraceETHERNET_RX_EVENT_LOST\r
-       #define iptraceETHERNET_RX_EVENT_LOST()\r
-#endif\r
-\r
-#ifndef iptraceSTACK_TX_EVENT_LOST\r
-       #define iptraceSTACK_TX_EVENT_LOST( xEvent )\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_EVENT_RECEIVED\r
-       #define iptraceNETWORK_EVENT_RECEIVED( eEvent )\r
-#endif\r
-\r
-#ifndef iptraceBIND_FAILED\r
-       #define iptraceBIND_FAILED( xSocket, usPort )\r
-#endif\r
-\r
-#ifndef iptraceDHCP_REQUESTS_FAILED_USING_DEFAULT_IP_ADDRESS\r
-       #define iptraceDHCP_REQUESTS_FAILED_USING_DEFAULT_IP_ADDRESS( ulIPAddress )\r
-#endif\r
-\r
-#ifndef iptraceSENDING_DHCP_DISCOVER\r
-       #define iptraceSENDING_DHCP_DISCOVER()\r
-#endif\r
-\r
-#ifndef iptraceSENDING_DHCP_REQUEST\r
-       #define iptraceSENDING_DHCP_REQUEST()\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_INTERFACE_TRANSMIT\r
-       #define iptraceNETWORK_INTERFACE_TRANSMIT()\r
-#endif\r
-\r
-#ifndef iptraceNETWORK_INTERFACE_RECEIVE\r
-       #define iptraceNETWORK_INTERFACE_RECEIVE()\r
-#endif\r
-\r
-#ifndef iptraceSENDING_DNS_REQUEST\r
-       #define iptraceSENDING_DNS_REQUEST()\r
-#endif\r
-\r
-#ifndef        iptraceWAITING_FOR_TX_DMA_DESCRIPTOR\r
-       #define iptraceWAITING_FOR_TX_DMA_DESCRIPTOR()\r
-#endif\r
-\r
-#ifndef ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS\r
-       #define ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS 0\r
-#endif\r
-\r
-#ifndef iptraceFAILED_TO_NOTIFY_SELECT_GROUP\r
-       #define iptraceFAILED_TO_NOTIFY_SELECT_GROUP( xSocket )\r
-#endif\r
-\r
-#ifndef iptraceRECVFROM_TIMEOUT\r
-       #define iptraceRECVFROM_TIMEOUT()\r
-#endif\r
-\r
-#ifndef iptraceNO_BUFFER_FOR_SENDTO\r
-       #define iptraceNO_BUFFER_FOR_SENDTO()\r
-#endif\r
-\r
-#ifndef iptraceSENDTO_SOCKET_NOT_BOUND\r
-       #define iptraceSENDTO_SOCKET_NOT_BOUND()\r
-#endif\r
-\r
-#ifndef iptraceSENDTO_DATA_TOO_LONG\r
-       #define iptraceSENDTO_DATA_TOO_LONG()\r
-#endif\r
-\r
-#endif /* UDP_TRACE_MACRO_DEFAULTS_H */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h
deleted file mode 100644 (file)
index 5be5056..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef NETWORK_BUFFER_MANAGEMENT_H\r
-#define NETWORK_BUFFER_MANAGEMENT_H\r
-\r
-/* NOTE PUBLIC API FUNCTIONS. */\r
-BaseType_t xNetworkBuffersInitialise( void );\r
-xNetworkBufferDescriptor_t *pxNetworkBufferGet( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks );\r
-xNetworkBufferDescriptor_t *pxNetworkBufferGetFromISR( size_t xRequestedSizeBytes );\r
-void vNetworkBufferRelease( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-BaseType_t vNetworkBufferReleaseFromISR( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-uint8_t *pucEthernetBufferGet( size_t *pxRequestedSizeBytes );\r
-void vEthernetBufferRelease( uint8_t *pucEthernetBuffer );\r
-\r
-#endif /* NETWORK_BUFFER_MANAGEMENT_H */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h
deleted file mode 100644 (file)
index 7dae4c8..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef NETWORK_INTERFACE_H\r
-#define NETWORK_INTERFACE_H\r
-\r
-/* NOTE PUBLIC API FUNCTIONS. */\r
-BaseType_t xNetworkInterfaceInitialise( void );\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer );\r
-void vNetworkInterfaceAllocateRAMToBuffers( xNetworkBufferDescriptor_t pxNetworkBuffers[ ipconfigNUM_NETWORK_BUFFERS ] );\r
-\r
-#endif /* NETWORK_INTERFACE_H */\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c
deleted file mode 100644 (file)
index fbd7eb6..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-\r
-/******************************************************************************\r
- *\r
- * See the following web page for essential buffer allocation scheme usage and\r
- * configuration details:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Buffer_Management.shtml\r
- *\r
- ******************************************************************************/\r
-\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "NetworkInterface.h"\r
-\r
-/* For an Ethernet interrupt to be able to obtain a network buffer there must\r
-be at least this number of buffers available. */\r
-#define ipINTERRUPT_BUFFER_GET_THRESHOLD       ( 3 )\r
-\r
-/* A list of free (available) xNetworkBufferDescriptor_t structures. */\r
-static xList xFreeBuffersList;\r
-\r
-/* Declares the pool of xNetworkBufferDescriptor_t structures that are available to the\r
-system.  All the network buffers referenced from xFreeBuffersList exist in this\r
-array.  The array is not accessed directly except during initialisation, when\r
-the xFreeBuffersList is filled (as all the buffers are free when the system is\r
-booted). */\r
-static xNetworkBufferDescriptor_t xNetworkBuffers[ ipconfigNUM_NETWORK_BUFFERS ];\r
-\r
-/* The semaphore used to obtain network buffers. */\r
-static xSemaphoreHandle xNetworkBufferSemaphore = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkBuffersInitialise( void )\r
-{\r
-BaseType_t xReturn, x;\r
-\r
-       /* Only initialise the buffers and their associated kernel objects if they\r
-       have not been initialised before. */\r
-       if( xNetworkBufferSemaphore == NULL )\r
-       {\r
-               xNetworkBufferSemaphore = xSemaphoreCreateCounting( ipconfigNUM_NETWORK_BUFFERS, ipconfigNUM_NETWORK_BUFFERS );\r
-               configASSERT( xNetworkBufferSemaphore );\r
-\r
-               if( xNetworkBufferSemaphore != NULL )\r
-               {\r
-                       vListInitialise( &xFreeBuffersList );\r
-\r
-                       /* Initialise all the network buffers.  The buffer storage comes\r
-                       from the network interface, and different hardware has different\r
-                       requirements. */\r
-                       vNetworkInterfaceAllocateRAMToBuffers( xNetworkBuffers );\r
-                       for( x = 0; x < ipconfigNUM_NETWORK_BUFFERS; x++ )\r
-                       {\r
-                               /* Initialise and set the owner of the buffer list items. */\r
-                               vListInitialiseItem( &( xNetworkBuffers[ x ].xBufferListItem ) );\r
-                               listSET_LIST_ITEM_OWNER( &( xNetworkBuffers[ x ].xBufferListItem ), &xNetworkBuffers[ x ] );\r
-\r
-                               /* Currently, all buffers are available for use. */\r
-                               vListInsert( &xFreeBuffersList, &( xNetworkBuffers[ x ].xBufferListItem ) );\r
-                       }\r
-               }\r
-       }\r
-\r
-       if( xNetworkBufferSemaphore == NULL )\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-xNetworkBufferDescriptor_t *pxNetworkBufferGet( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks )\r
-{\r
-xNetworkBufferDescriptor_t *pxReturn = NULL;\r
-\r
-       /*_RB_ The current implementation only has a single size memory block, so\r
-       the requested size parameter is not used (yet). */\r
-       ( void ) xRequestedSizeBytes;\r
-\r
-       /* If there is a semaphore available, there is a network buffer available. */\r
-       if( xSemaphoreTake( xNetworkBufferSemaphore, xBlockTimeTicks ) == pdPASS )\r
-       {\r
-               /* Protect the structure as it is accessed from tasks and interrupts. */\r
-               taskENTER_CRITICAL();\r
-               {\r
-                       pxReturn = ( xNetworkBufferDescriptor_t * ) listGET_OWNER_OF_HEAD_ENTRY( &xFreeBuffersList );\r
-                       uxListRemove( &( pxReturn->xBufferListItem ) );\r
-               }\r
-               taskEXIT_CRITICAL();\r
-               iptraceNETWORK_BUFFER_OBTAINED( pxReturn );\r
-       }\r
-       else\r
-       {\r
-               iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER();\r
-       }\r
-\r
-       return pxReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-xNetworkBufferDescriptor_t *pxNetworkBufferGetFromISR( size_t xRequestedSizeBytes )\r
-{\r
-xNetworkBufferDescriptor_t *pxReturn = NULL;\r
-UBaseType_t uxSavedInterruptStatus;\r
-\r
-       /*_RB_ The current implementation only has a single size memory block, so\r
-       the requested size parameter is not used (yet). */\r
-       ( void ) xRequestedSizeBytes;\r
-\r
-       /* If there is a semaphore available then there is a buffer available, but,\r
-       as this is called from an interrupt, only take a buffer if there are at\r
-       least ipINTERRUPT_BUFFER_GET_THRESHOLD buffers remaining.  This prevents,\r
-       to a certain degree at least, a rapidly executing interrupt exhausting\r
-       buffer and in so doing preventing tasks from continuing. */\r
-       if( uxQueueMessagesWaitingFromISR( ( xQueueHandle ) xNetworkBufferSemaphore ) > ipINTERRUPT_BUFFER_GET_THRESHOLD )\r
-       {\r
-               if( xSemaphoreTakeFromISR( xNetworkBufferSemaphore, NULL ) == pdPASS )\r
-               {\r
-                       /* Protect the structure as it is accessed from tasks and interrupts. */\r
-                       uxSavedInterruptStatus = portSET_INTERRUPT_MASK_FROM_ISR();\r
-                       {\r
-                               pxReturn = ( xNetworkBufferDescriptor_t * ) listGET_OWNER_OF_HEAD_ENTRY( &xFreeBuffersList );\r
-                               uxListRemove( &( pxReturn->xBufferListItem ) );\r
-                       }\r
-                       portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus );\r
-\r
-                       iptraceNETWORK_BUFFER_OBTAINED_FROM_ISR( pxReturn );\r
-               }\r
-       }\r
-\r
-       if( pxReturn == NULL )\r
-       {\r
-               iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER_FROM_ISR();\r
-       }\r
-\r
-       return pxReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t vNetworkBufferReleaseFromISR( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-UBaseType_t uxSavedInterruptStatus;\r
-BaseType_t xHigherPriorityTaskWoken = pdFALSE;\r
-\r
-       /* Ensure the buffer is returned to the list of free buffers before the\r
-       counting semaphore is 'given' to say a buffer is available. */\r
-       uxSavedInterruptStatus = portSET_INTERRUPT_MASK_FROM_ISR();\r
-       {\r
-               vListInsertEnd( &xFreeBuffersList, &( pxNetworkBuffer->xBufferListItem ) );\r
-       }\r
-       portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus );\r
-\r
-       xSemaphoreGiveFromISR( xNetworkBufferSemaphore, &xHigherPriorityTaskWoken );\r
-       iptraceNETWORK_BUFFER_RELEASED( pxNetworkBuffer );\r
-\r
-       return xHigherPriorityTaskWoken;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vNetworkBufferRelease( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xListItemAlreadyInFreeList;\r
-\r
-       /* Ensure the buffer is returned to the list of free buffers before the\r
-       counting semaphore is 'given' to say a buffer is available. */\r
-       taskENTER_CRITICAL();\r
-       {\r
-               xListItemAlreadyInFreeList = listIS_CONTAINED_WITHIN( &xFreeBuffersList, &( pxNetworkBuffer->xBufferListItem ) );\r
-\r
-               if( xListItemAlreadyInFreeList == pdFALSE )\r
-               {\r
-                       vListInsertEnd( &xFreeBuffersList, &( pxNetworkBuffer->xBufferListItem ) );\r
-               }\r
-\r
-               configASSERT( xListItemAlreadyInFreeList == pdFALSE );\r
-       }\r
-       taskEXIT_CRITICAL();\r
-\r
-       xSemaphoreGive( xNetworkBufferSemaphore );\r
-       iptraceNETWORK_BUFFER_RELEASED( pxNetworkBuffer );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if( ipconfigINCLUDE_TEST_CODE == 1 )\r
-\r
-UBaseType_t uxGetNumberOfFreeNetworkBuffers( void )\r
-{\r
-       return listCURRENT_LIST_LENGTH( &xFreeBuffersList );\r
-}\r
-\r
-#endif /* ipconfigINCLUDE_TEST_CODE */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c
deleted file mode 100644 (file)
index 7fa5779..0000000
+++ /dev/null
@@ -1,270 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/******************************************************************************\r
- *\r
- * See the following web page for essential buffer allocation scheme usage and \r
- * configuration details:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Buffer_Management.shtml\r
- *\r
- ******************************************************************************/\r
-\r
-/* THIS FILE SHOULD NOT BE USED IF THE PROJECT INCLUDES A MEMORY ALLOCATOR\r
-THAT WILL FRAGMENT THE HEAP MEMORY.  For example, heap_2 must not be used,\r
-heap_4 can be used. */\r
-\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "NetworkInterface.h"\r
-\r
-/* For an Ethernet interrupt to be able to obtain a network buffer there must\r
-be at least this number of buffers available. */\r
-#define ipINTERRUPT_BUFFER_GET_THRESHOLD       ( 3 )\r
-\r
-/* A list of free (available) xNetworkBufferDescriptor_t structures. */\r
-static xList xFreeBuffersList;\r
-\r
-/* Declares the pool of xNetworkBufferDescriptor_t structures that are available to the\r
-system.  All the network buffers referenced from xFreeBuffersList exist in this\r
-array.  The array is not accessed directly except during initialisation, when\r
-the xFreeBuffersList is filled (as all the buffers are free when the system is\r
-booted). */\r
-static xNetworkBufferDescriptor_t xNetworkBuffers[ ipconfigNUM_NETWORK_BUFFERS ];\r
-\r
-/* The semaphore used to obtain network buffers. */\r
-static xSemaphoreHandle xNetworkBufferSemaphore = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkBuffersInitialise( void )\r
-{\r
-BaseType_t xReturn, x;\r
-\r
-       /* Only initialise the buffers and their associated kernel objects if they\r
-       have not been initialised before. */\r
-       if( xNetworkBufferSemaphore == NULL )\r
-       {\r
-               xNetworkBufferSemaphore = xSemaphoreCreateCounting( ipconfigNUM_NETWORK_BUFFERS, ipconfigNUM_NETWORK_BUFFERS );\r
-               configASSERT( xNetworkBufferSemaphore );\r
-               vQueueAddToRegistry( xNetworkBufferSemaphore, "NetBufSem" );\r
-\r
-               /* If the trace recorder code is included name the semaphore for viewing\r
-               in FreeRTOS+Trace.  */\r
-               #if ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1\r
-               {\r
-                       extern xQueueHandle xNetworkEventQueue;\r
-                       vTraceSetQueueName( xNetworkEventQueue, "IPStackEvent" );\r
-                       vTraceSetQueueName( xNetworkBufferSemaphore, "NetworkBufferCount" );\r
-               }\r
-               #endif /*  ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1 */\r
-\r
-               if( xNetworkBufferSemaphore != NULL )\r
-               {\r
-                       vListInitialise( &xFreeBuffersList );\r
-\r
-                       /* Initialise all the network buffers.  No storage is allocated to\r
-                       the buffers yet. */\r
-                       for( x = 0; x < ipconfigNUM_NETWORK_BUFFERS; x++ )\r
-                       {\r
-                               /* Initialise and set the owner of the buffer list items. */\r
-                               xNetworkBuffers[ x ].pucEthernetBuffer = NULL;\r
-                               vListInitialiseItem( &( xNetworkBuffers[ x ].xBufferListItem ) );\r
-                               listSET_LIST_ITEM_OWNER( &( xNetworkBuffers[ x ].xBufferListItem ), &xNetworkBuffers[ x ] );\r
-\r
-                               /* Currently, all buffers are available for use. */\r
-                               vListInsert( &xFreeBuffersList, &( xNetworkBuffers[ x ].xBufferListItem ) );\r
-                       }\r
-               }\r
-       }\r
-\r
-       if( xNetworkBufferSemaphore == NULL )\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-uint8_t *pucEthernetBufferGet( size_t *pxRequestedSizeBytes )\r
-{\r
-uint8_t *pucEthernetBuffer;\r
-\r
-       if( *pxRequestedSizeBytes < sizeof( xARPPacket_t ) )\r
-       {\r
-               /* Buffers must be at least large enough to hold ARP packets, otherwise\r
-               nothing can be done. */\r
-               *pxRequestedSizeBytes = sizeof( xARPPacket_t );\r
-       }\r
-\r
-       /* Allocate a buffer large enough to store the requested Ethernet frame size\r
-       and a pointer to a network buffer structure (hence the addition of\r
-       ipBUFFER_PADDING bytes). */\r
-       pucEthernetBuffer = ( uint8_t * ) pvPortMalloc( *pxRequestedSizeBytes + ipBUFFER_PADDING );\r
-\r
-       /* Enough space is left at the start of the buffer to place a pointer to\r
-       the network buffer structure that references this Ethernet buffer.  Return\r
-       a pointer to the start of the Ethernet buffer itself. */\r
-       pucEthernetBuffer += ipBUFFER_PADDING;\r
-\r
-       return pucEthernetBuffer;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vEthernetBufferRelease( uint8_t *pucEthernetBuffer )\r
-{\r
-       /* There is space before the Ethernet buffer in which a pointer to the\r
-       network buffer that references this Ethernet buffer is stored.  Remove the\r
-       space before freeing the buffer. */\r
-       if( pucEthernetBuffer != NULL )\r
-       {\r
-               pucEthernetBuffer -= ipBUFFER_PADDING;\r
-               vPortFree( ( void * ) pucEthernetBuffer );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-xNetworkBufferDescriptor_t *pxNetworkBufferGet( size_t xRequestedSizeBytes, TickType_t xBlockTimeTicks )\r
-{\r
-xNetworkBufferDescriptor_t *pxReturn = NULL;\r
-\r
-       if( ( xRequestedSizeBytes != 0 ) && ( xRequestedSizeBytes < sizeof( xARPPacket_t ) ) )\r
-       {\r
-               /* ARP packets can replace application packets, so the storage must be\r
-               at least large enough to hold an ARP. */\r
-               xRequestedSizeBytes = sizeof( xARPPacket_t );\r
-       }\r
-\r
-       /* If there is a semaphore available, there is a network buffer available. */\r
-       if( xSemaphoreTake( xNetworkBufferSemaphore, xBlockTimeTicks ) == pdPASS )\r
-       {\r
-               /* Protect the structure as it is accessed from tasks and interrupts. */\r
-               taskENTER_CRITICAL();\r
-               {\r
-                       pxReturn = ( xNetworkBufferDescriptor_t * ) listGET_OWNER_OF_HEAD_ENTRY( &xFreeBuffersList );\r
-                       uxListRemove( &( pxReturn->xBufferListItem ) );\r
-               }\r
-               taskEXIT_CRITICAL();\r
-\r
-               /* Allocate storage of exactly the requested size to the buffer. */\r
-               configASSERT( pxReturn->pucEthernetBuffer == NULL );\r
-               if( xRequestedSizeBytes > 0 )\r
-               {\r
-                       /* Extra space is obtained so a pointer to the network buffer can\r
-                       be stored at the beginning of the buffer. */\r
-                       pxReturn->pucEthernetBuffer = ( uint8_t * ) pvPortMalloc( xRequestedSizeBytes + ipBUFFER_PADDING );\r
-\r
-                       if( pxReturn->pucEthernetBuffer == NULL )\r
-                       {\r
-                               /* The attempt to allocate storage for the buffer payload failed,\r
-                               so the network buffer structure cannot be used and must be\r
-                               released. */\r
-                               vNetworkBufferRelease( pxReturn );\r
-                               pxReturn = NULL;\r
-                       }\r
-                       else\r
-                       {\r
-                               /* Store a pointer to the network buffer structure in the\r
-                               buffer storage area, then move the buffer pointer on past the\r
-                               stored pointer so the pointer value is not overwritten by the\r
-                               application when the buffer is used. */\r
-                               *( ( xNetworkBufferDescriptor_t ** ) ( pxReturn->pucEthernetBuffer ) ) = pxReturn;\r
-                               pxReturn->pucEthernetBuffer += ipBUFFER_PADDING;\r
-                               iptraceNETWORK_BUFFER_OBTAINED( pxReturn );\r
-\r
-                               /* Store the actual size of the allocated buffer, which may be\r
-                               greater than the requested size. */\r
-                               pxReturn->xDataLength = xRequestedSizeBytes;\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       iptraceNETWORK_BUFFER_OBTAINED( pxReturn );\r
-               }\r
-       }\r
-\r
-       if( pxReturn == NULL )\r
-       {\r
-               iptraceFAILED_TO_OBTAIN_NETWORK_BUFFER();\r
-       }\r
-\r
-       return pxReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vNetworkBufferRelease( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xListItemAlreadyInFreeList;\r
-\r
-       /* Ensure the buffer is returned to the list of free buffers before the\r
-       counting semaphore is 'given' to say a buffer is available.  Release the\r
-       storage allocated to the buffer payload.  THIS FILE SHOULD NOT BE USED\r
-       IF THE PROJECT INCLUDES A MEMORY ALLOCATOR THAT WILL FRAGMENT THE HEAP\r
-       MEMORY.  For example, heap_2 must not be used, heap_4 can be used. */\r
-       vEthernetBufferRelease( pxNetworkBuffer->pucEthernetBuffer );\r
-       pxNetworkBuffer->pucEthernetBuffer = NULL;\r
-\r
-       taskENTER_CRITICAL();\r
-       {\r
-               xListItemAlreadyInFreeList = listIS_CONTAINED_WITHIN( &xFreeBuffersList, &( pxNetworkBuffer->xBufferListItem ) );\r
-\r
-               if( xListItemAlreadyInFreeList == pdFALSE )\r
-               {\r
-                       vListInsertEnd( &xFreeBuffersList, &( pxNetworkBuffer->xBufferListItem ) );\r
-               }\r
-\r
-               configASSERT( xListItemAlreadyInFreeList == pdFALSE );\r
-       }\r
-       taskEXIT_CRITICAL();\r
-\r
-       xSemaphoreGive( xNetworkBufferSemaphore );\r
-       iptraceNETWORK_BUFFER_RELEASED( pxNetworkBuffer );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if( ipconfigINCLUDE_TEST_CODE == 1 )\r
-\r
-UBaseType_t uxGetNumberOfFreeNetworkBuffers( void )\r
-{\r
-       return listCURRENT_LIST_LENGTH( &xFreeBuffersList );\r
-}\r
-\r
-#endif /* ipconfigINCLUDE_TEST_CODE */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h
deleted file mode 100644 (file)
index 7355807..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
-__attribute__( (packed) );\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h
deleted file mode 100644 (file)
index 9cc9a35..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-/* Nothing to do here. */\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h
deleted file mode 100644 (file)
index 6257eb0..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-;\r
-#pragma pack( pop )\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h
deleted file mode 100644 (file)
index 64ba0a6..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-#pragma pack( push, 1 )\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h
deleted file mode 100644 (file)
index c85c8c8..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-\r
-#ifdef _SH\r
-       #ifdef __RENESAS__\r
-               ;\r
-               #pragma unpack\r
-       #endif\r
-#endif\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h
deleted file mode 100644 (file)
index 2552d52..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for an explanation of this file:\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Compiler_Porting.shtml\r
- *\r
- *****************************************************************************/\r
\r
-\r
-#ifdef _SH\r
-       #ifdef __RENESAS__\r
-               #pragma pack 1\r
-       #endif\r
-#endif\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
deleted file mode 100644 (file)
index 57efdb5..0000000
+++ /dev/null
@@ -1,270 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* Hardware abstraction. */\r
-#include "FreeRTOS_IO.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Driver includes. */\r
-#include "lpc17xx_emac.h"\r
-#include "lpc17xx_pinsel.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES != 1\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eProcessBuffer\r
-#else\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eConsiderFrameForProcessing( ( pucEthernetBuffer ) )\r
-#endif\r
-\r
-/* When a packet is ready to be sent, if it cannot be sent immediately then the\r
-task performing the transmit will block for niTX_BUFFER_FREE_WAIT\r
-milliseconds.  It will do this a maximum of niMAX_TX_ATTEMPTS before giving\r
-up. */\r
-#define niTX_BUFFER_FREE_WAIT  ( ( TickType_t ) 2UL / portTICK_RATE_MS )\r
-#define niMAX_TX_ATTEMPTS              ( 5 )\r
-\r
-/* The length of the queue used to send interrupt status words from the\r
-interrupt handler to the deferred handler task. */\r
-#define niINTERRUPT_QUEUE_LENGTH       ( 10 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * A deferred interrupt handler task that processes\r
- */\r
-static void prvEMACHandlerTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to communicate Ethernet events with the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* The semaphore used to wake the deferred interrupt handler task when an Rx\r
-interrupt is received. */\r
-static xSemaphoreHandle xEMACRxEventSemaphore = NULL;\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-EMAC_CFG_Type Emac_Config;\r
-PINSEL_CFG_Type xPinConfig;\r
-BaseType_t xStatus, xReturn;\r
-extern uint8_t ucMACAddress[ 6 ];\r
-\r
-       /* Enable Ethernet Pins */\r
-       boardCONFIGURE_ENET_PINS( xPinConfig );\r
-\r
-       Emac_Config.Mode = EMAC_MODE_AUTO;\r
-       Emac_Config.pbEMAC_Addr = ucMACAddress;\r
-       xStatus = EMAC_Init( &Emac_Config );\r
-\r
-       LPC_EMAC->IntEnable &= ~( EMAC_INT_TX_DONE );\r
-\r
-       if( xStatus != ERROR )\r
-       {\r
-               vSemaphoreCreateBinary( xEMACRxEventSemaphore );\r
-               configASSERT( xEMACRxEventSemaphore );\r
-\r
-               /* The handler task is created at the highest possible priority to\r
-               ensure the interrupt handler can return directly to it. */\r
-               xTaskCreate( prvEMACHandlerTask, "EMAC", configMINIMAL_STACK_SIZE, NULL, configMAX_PRIORITIES - 1, NULL );\r
-\r
-               /* Enable the interrupt and set its priority to the minimum\r
-               interrupt priority.  */\r
-               NVIC_SetPriority( ENET_IRQn, configMAC_INTERRUPT_PRIORITY );\r
-               NVIC_EnableIRQ( ENET_IRQn );\r
-\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       configASSERT( xStatus != ERROR );\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xReturn = pdFAIL;\r
-int32_t x;\r
-extern void EMAC_StartTransmitNextBuffer( uint32_t ulLength );\r
-extern void EMAC_SetNextPacketToSend( uint8_t * pucBuffer );\r
-\r
-\r
-       /* Attempt to obtain access to a Tx buffer. */\r
-       for( x = 0; x < niMAX_TX_ATTEMPTS; x++ )\r
-       {\r
-               if( EMAC_CheckTransmitIndex() == TRUE )\r
-               {\r
-                       /* Will the data fit in the Tx buffer? */\r
-                       if( pxNetworkBuffer->xDataLength < EMAC_ETH_MAX_FLEN ) /*_RB_ The size needs to come from FreeRTOSIPConfig.h. */\r
-                       {\r
-                               /* Assign the buffer to the Tx descriptor that is now known to\r
-                               be free. */\r
-                               EMAC_SetNextPacketToSend( pxNetworkBuffer->pucEthernetBuffer );\r
-\r
-                               /* The EMAC now owns the buffer. */\r
-                               pxNetworkBuffer->pucEthernetBuffer = NULL;\r
-\r
-                               /* Initiate the Tx. */\r
-                               EMAC_StartTransmitNextBuffer( pxNetworkBuffer->xDataLength );\r
-                               iptraceNETWORK_INTERFACE_TRANSMIT();\r
-\r
-                               /* The Tx has been initiated. */\r
-                               xReturn = pdPASS;\r
-                       }\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       vTaskDelay( niTX_BUFFER_FREE_WAIT );\r
-               }\r
-       }\r
-\r
-       /* Finished with the network buffer. */\r
-       vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void ENET_IRQHandler( void )\r
-{\r
-uint32_t ulInterruptCause;\r
-\r
-       while( ( ulInterruptCause = LPC_EMAC->IntStatus ) != 0 )\r
-       {\r
-               /* Clear the interrupt. */\r
-               LPC_EMAC->IntClear = ulInterruptCause;\r
-\r
-               /* Clear fatal error conditions.  NOTE:  The driver does not clear all\r
-               errors, only those actually experienced.  For future reference, range\r
-               errors are not actually errors so can be ignored. */\r
-               if( ( ulInterruptCause & EMAC_INT_TX_UNDERRUN ) != 0U )\r
-               {\r
-                       LPC_EMAC->Command |= EMAC_CR_TX_RES;\r
-               }\r
-\r
-               /* Unblock the deferred interrupt handler task if the event was an\r
-               Rx. */\r
-               if( ( ulInterruptCause & EMAC_INT_RX_DONE ) != 0UL )\r
-               {\r
-                       xSemaphoreGiveFromISR( xEMACRxEventSemaphore, NULL );\r
-               }\r
-       }\r
-\r
-       /* ulInterruptCause is used for convenience here.  A context switch is\r
-       wanted, but coding portEND_SWITCHING_ISR( 1 ) would likely result in a\r
-       compiler warning. */\r
-       portEND_SWITCHING_ISR( ulInterruptCause );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvEMACHandlerTask( void *pvParameters )\r
-{\r
-size_t xDataLength;\r
-const uint16_t usCRCLength = 4;\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-\r
-/* This is not included in the header file for some reason. */\r
-extern uint8_t *EMAC_NextPacketToRead( void );\r
-\r
-       ( void ) pvParameters;\r
-       configASSERT( xEMACRxEventSemaphore );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait for the EMAC interrupt to indicate that another packet has been\r
-               received.  The while() loop is only needed if INCLUDE_vTaskSuspend is\r
-               set to 0 in FreeRTOSConfig.h. */\r
-               while( xSemaphoreTake( xEMACRxEventSemaphore, portMAX_DELAY ) == pdFALSE );\r
-\r
-               /* At least one packet has been received. */\r
-               while( EMAC_CheckReceiveIndex() != FALSE )\r
-               {\r
-                       /* Obtain the length, minus the CRC.  The CRC is four bytes\r
-                       but the length is already minus 1. */\r
-                       xDataLength = ( size_t ) EMAC_GetReceiveDataSize() - ( usCRCLength - 1U );\r
-\r
-                       if( xDataLength > 0U )\r
-                       {\r
-                               /* Obtain a network buffer to pass this data into the\r
-                               stack.  No storage is required as the network buffer\r
-                               will point directly to the buffer that already holds\r
-                               the     received data. */\r
-                               pxNetworkBuffer = pxNetworkBufferGet( 0, ( TickType_t ) 0 );\r
-\r
-                               if( pxNetworkBuffer != NULL )\r
-                               {\r
-                                       pxNetworkBuffer->pucEthernetBuffer = EMAC_NextPacketToRead();\r
-                                       pxNetworkBuffer->xDataLength = xDataLength;\r
-                                       xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-\r
-                                       /* Data was received and stored.  Send a message to the IP\r
-                                       task to let it know. */\r
-                                       if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                                       {\r
-                                               vNetworkBufferRelease( pxNetworkBuffer );\r
-                                               iptraceETHERNET_RX_EVENT_LOST();\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       iptraceETHERNET_RX_EVENT_LOST();\r
-                               }\r
-\r
-                               iptraceNETWORK_INTERFACE_RECEIVE();\r
-                       }\r
-\r
-                       /* Release the frame. */\r
-                       EMAC_UpdateRxConsumeIndex();\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c
deleted file mode 100644 (file)
index 2cd7fed..0000000
+++ /dev/null
@@ -1,307 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4 (C) 2014 Real Time Engineers ltd.\r
- * All rights reserved\r
- *\r
- * This file is part of the FreeRTOS+UDP distribution.  The FreeRTOS+UDP license\r
- * terms are different to the FreeRTOS license terms.\r
- *\r
- * FreeRTOS+UDP uses a dual license model that allows the software to be used\r
- * under a pure GPL open source license (as opposed to the modified GPL license\r
- * under which FreeRTOS is distributed) or a commercial license.  Details of\r
- * both license options follow:\r
- *\r
- * - Open source licensing -\r
- * FreeRTOS+UDP is a free download and may be used, modified, evaluated and\r
- * distributed without charge provided the user adheres to version two of the\r
- * GNU General Public License (GPL) and does not remove the copyright notice or\r
- * this text.  The GPL V2 text is available on the gnu.org web site, and on the\r
- * following URL: http://www.FreeRTOS.org/gpl-2.0.txt.\r
- *\r
- * - Commercial licensing -\r
- * Businesses and individuals that for commercial or other reasons cannot comply\r
- * with the terms of the GPL V2 license must obtain a commercial license before\r
- * incorporating FreeRTOS+UDP into proprietary software for distribution in any\r
- * form.  Commercial licenses can be purchased from http://shop.freertos.org/udp\r
- * and do not require any source files to be changed.\r
- *\r
- * FreeRTOS+UDP is distributed in the hope that it will be useful.  You cannot\r
- * use FreeRTOS+UDP unless you agree that you use the software 'as is'.\r
- * FreeRTOS+UDP is provided WITHOUT ANY WARRANTY; without even the implied\r
- * warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR\r
- * PURPOSE. Real Time Engineers Ltd. disclaims all conditions and terms, be they\r
- * implied, expressed, or statutory.\r
- *\r
- * 1 tab == 4 spaces!\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://www.FreeRTOS.org/udp\r
- *\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Driver includes. */\r
-#include "lpc18xx_emac.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-#ifndef configNUM_RX_ETHERNET_DMA_DESCRIPTORS\r
-       #error configNUM_RX_ETHERNET_DMA_DESCRIPTORS must be defined in FreeRTOSConfig.h to set the number of RX DMA descriptors\r
-#endif\r
-\r
-#ifndef configNUM_TX_ETHERNET_DMA_DESCRIPTORS\r
-       #error configNUM_TX_ETHERNET_DMA_DESCRIPTORS must be defined in FreeRTOSConfig.h to set the number of TX DMA descriptors\r
-#endif\r
-\r
-/* If a packet cannot be sent immediately then the task performing the send\r
-operation will be held in the Blocked state (so other tasks can execute) for\r
-niTX_BUFFER_FREE_WAIT ticks.  It will do this a maximum of niMAX_TX_ATTEMPTS\r
-before giving up. */\r
-#define niTX_BUFFER_FREE_WAIT  ( ( TickType_t ) 2UL / portTICK_RATE_MS )\r
-#define niMAX_TX_ATTEMPTS              ( 5 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * A deferred interrupt handler task that processes received frames.\r
- */\r
-static void prvEMACDeferredInterruptHandlerTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to communicate Ethernet events to the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* The semaphore used to wake the deferred interrupt handler task when an Rx\r
-interrupt is received. */\r
-static xSemaphoreHandle xEMACRxEventSemaphore = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-EMAC_CFG_Type Emac_Config;\r
-BaseType_t xReturn;\r
-extern uint8_t ucMACAddress[ 6 ];\r
-\r
-       Emac_Config.pbEMAC_Addr = ucMACAddress;\r
-       xReturn = EMAC_Init( &Emac_Config );\r
-\r
-       if( xReturn == pdPASS )\r
-       {\r
-               LPC_ETHERNET->DMA_INT_EN =  DMA_INT_NOR_SUM | DMA_INT_RECEIVE;\r
-\r
-               /* Create the event semaphore if it has not already been created. */\r
-               if( xEMACRxEventSemaphore == NULL )\r
-               {\r
-                       vSemaphoreCreateBinary( xEMACRxEventSemaphore );\r
-                       #if ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1\r
-                       {\r
-                               /* If the trace recorder code is included name the semaphore for\r
-                               viewing in FreeRTOS+Trace. */\r
-                               vTraceSetQueueName( xEMACRxEventSemaphore, "MAC_RX" );\r
-                       }\r
-                       #endif /*  ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1 */\r
-               }\r
-\r
-               configASSERT( xEMACRxEventSemaphore );\r
-\r
-               /* The Rx deferred interrupt handler task is created at the highest\r
-               possible priority to ensure the interrupt handler can return directly to\r
-               it no matter which task was running when the interrupt occurred. */\r
-               xTaskCreate(    prvEMACDeferredInterruptHandlerTask,            /* The function that implements the task. */\r
-                                               "MACTsk",\r
-                                               configMINIMAL_STACK_SIZE,       /* Stack allocated to the task (defined in words, not bytes). */\r
-                                               NULL,                                           /* The task parameter is not used. */\r
-                                               configMAX_PRIORITIES - 1,       /* The priority assigned to the task. */\r
-                                               NULL );                                         /* The handle is not required, so NULL is passed. */\r
-\r
-               /* Enable the interrupt and set its priority as configured.  THIS\r
-               DRIVER REQUIRES configMAC_INTERRUPT_PRIORITY TO BE DEFINED, PREFERABLY\r
-               IN FreeRTOSConfig.h. */\r
-               NVIC_SetPriority( ETHERNET_IRQn, configMAC_INTERRUPT_PRIORITY );\r
-               NVIC_EnableIRQ( ETHERNET_IRQn );\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xReturn = pdFAIL;\r
-int32_t x;\r
-\r
-       /* Attempt to obtain access to a Tx descriptor. */\r
-       for( x = 0; x < niMAX_TX_ATTEMPTS; x++ )\r
-       {\r
-               if( EMAC_CheckTransmitIndex() == TRUE )\r
-               {\r
-                       /* Assign the buffer being transmitted to the Tx descriptor. */\r
-                       EMAC_SetNextPacketToSend( pxNetworkBuffer->pucEthernetBuffer );\r
-\r
-                       /* The EMAC now owns the buffer and will free it when it has been\r
-                       transmitted.  Set pucBuffer to NULL to ensure the buffer is not\r
-                       freed when the network buffer structure is returned to the pool\r
-                       of network buffers. */\r
-                       pxNetworkBuffer->pucEthernetBuffer = NULL;\r
-\r
-                       /* Initiate the Tx. */\r
-                       EMAC_StartTransmitNextBuffer( pxNetworkBuffer->xDataLength );\r
-                       iptraceNETWORK_INTERFACE_TRANSMIT();\r
-\r
-                       /* The Tx has been initiated. */\r
-                       xReturn = pdPASS;\r
-\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       iptraceWAITING_FOR_TX_DMA_DESCRIPTOR();\r
-                       vTaskDelay( niTX_BUFFER_FREE_WAIT );\r
-               }\r
-       }\r
-\r
-       /* Finished with the network buffer. */\r
-       vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void ETH_IRQHandler( void )\r
-{\r
-uint32_t ulInterruptCause;\r
-\r
-       ulInterruptCause = LPC_ETHERNET->DMA_STAT ;\r
-\r
-       /* Clear the interrupt. */\r
-       LPC_ETHERNET->DMA_STAT |= ( DMA_INT_NOR_SUM | DMA_INT_RECEIVE );\r
-\r
-       /* Clear fatal error conditions.  NOTE:  The driver does not clear all\r
-       errors, only those actually experienced.  For future reference, range\r
-       errors are not actually errors so can be ignored. */\r
-       if( ( ulInterruptCause & ( 1 << 13 ) ) != 0U )\r
-       {\r
-               LPC_ETHERNET->DMA_STAT |= ( 1 << 13 );\r
-       }\r
-\r
-       /* Unblock the deferred interrupt handler task if the event was an Rx. */\r
-       if( ( ulInterruptCause & DMA_INT_RECEIVE ) != 0UL )\r
-       {\r
-               xSemaphoreGiveFromISR( xEMACRxEventSemaphore, NULL );\r
-       }\r
-\r
-       /* ulInterruptCause is used for convenience here.  A context switch is\r
-       wanted, but coding portEND_SWITCHING_ISR( 1 ) would likely result in a\r
-       compiler warning. */\r
-       portEND_SWITCHING_ISR( ulInterruptCause );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvEMACDeferredInterruptHandlerTask( void *pvParameters )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-\r
-       ( void ) pvParameters;\r
-       configASSERT( xEMACRxEventSemaphore );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait for the EMAC interrupt to indicate that another packet has been\r
-               received.  The while() loop is only needed if INCLUDE_vTaskSuspend is\r
-               set to 0 in FreeRTOSConfig.h.  If INCLUDE_vTaskSuspend is set to 1\r
-               then portMAX_DELAY would be an indefinite block time and\r
-               xSemaphoreTake() would only return when the semaphore was actually\r
-               obtained. */\r
-               while( xSemaphoreTake( xEMACRxEventSemaphore, portMAX_DELAY ) == pdFALSE );\r
-\r
-               /* At least one packet has been received. */\r
-               while( EMAC_CheckReceiveIndex() != FALSE )\r
-               {\r
-                       /* The buffer filled by the DMA is going to be passed into the IP\r
-                       stack.  Allocate another buffer for the DMA descriptor. */\r
-                       pxNetworkBuffer = pxNetworkBufferGet( ipTOTAL_ETHERNET_FRAME_SIZE, ( TickType_t ) 0 );\r
-\r
-                       if( pxNetworkBuffer != NULL )\r
-                       {\r
-                               /* Swap the buffer just allocated and referenced from the\r
-                               pxNetworkBuffer with the buffer that has already been filled by\r
-                               the DMA.  pxNetworkBuffer will then hold a reference to the\r
-                               buffer that already contains the data without any data having\r
-                               been copied between buffers. */\r
-                               EMAC_NextPacketToRead( pxNetworkBuffer );\r
-\r
-                               #if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 1\r
-                               {\r
-                                       if( pxNetworkBuffer->xDataLength > 0 )\r
-                                       {\r
-                                               /* If the frame would not be processed by the IP stack then\r
-                                               don't even bother sending it to the IP stack. */\r
-                                               if( eConsiderFrameForProcessing( pxNetworkBuffer->pucEthernetBuffer ) != eProcessBuffer )\r
-                                               {\r
-                                                       pxNetworkBuffer->xDataLength = 0;\r
-                                               }\r
-                                       }\r
-                               }\r
-                               #endif\r
-\r
-                               if( pxNetworkBuffer->xDataLength > 0 )\r
-                               {\r
-                                       /* Store a pointer to the network buffer structure in the\r
-                                       padding space that was left in front of the Ethernet frame.\r
-                                       The pointer     is needed to ensure the network buffer structure\r
-                                       can be located when it is time for it to be freed if the\r
-                                       Ethernet frame gets     used as a zero copy buffer. */\r
-                                       *( ( xNetworkBufferDescriptor_t ** ) ( ( pxNetworkBuffer->pucEthernetBuffer - ipBUFFER_PADDING ) ) ) = pxNetworkBuffer;\r
-\r
-                                       /* Data was received and stored.  Send it to the IP task\r
-                                       for processing. */\r
-                                       xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-                                       if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                                       {\r
-                                               /* The buffer could not be sent to the IP task so the\r
-                                               buffer must be released. */\r
-                                               vNetworkBufferRelease( pxNetworkBuffer );\r
-                                               iptraceETHERNET_RX_EVENT_LOST();\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               iptraceNETWORK_INTERFACE_RECEIVE();\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* The buffer does not contain any data so there is no\r
-                                       point sending it to the IP task.  Just release it. */\r
-                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                       iptraceETHERNET_RX_EVENT_LOST();\r
-                               }\r
-                       }\r
-                       else\r
-                       {\r
-                               iptraceETHERNET_RX_EVENT_LOST();\r
-                       }\r
-\r
-                       /* Release the descriptor. */\r
-                       EMAC_UpdateRxConsumeIndex();\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c
deleted file mode 100644 (file)
index 98730ad..0000000
+++ /dev/null
@@ -1,610 +0,0 @@
-/**********************************************************************\r
-* Copyright(C) 2011, NXP Semiconductor\r
-* All rights reserved.\r
-* Heavily modified by Real Time Engineers ltd.\r
-***********************************************************************\r
-* Software that is described herein is for illustrative purposes only\r
-* which provides customers with programming information regarding the\r
-* products. This software is supplied "AS IS" without any warranties.\r
-* NXP Semiconductors assumes no responsibility or liability for the\r
-* use of the software, conveys no license or title under any patent,\r
-* copyright, or mask work right to the product. NXP Semiconductors\r
-* reserves the right to make changes in the software without\r
-* notification. NXP Semiconductors also make no representation or\r
-* warranty that such application will be suitable for the specified\r
-* use without further testing or modification.\r
-**********************************************************************/\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Library includes. */\r
-#include "lpc18xx_emac.h"\r
-#include "lpc18xx_rgu.h"\r
-#include "lpc18xx_scu.h"\r
-#include "lpc18xx_gpio.h"\r
-\r
-\r
-#define emacTIMEOUT_DELAY      ( 2 )\r
-#define emacNEGOTIATE_DELAY    ( 10 / portTICK_RATE_MS )\r
-\r
-#define emacEXPECTED_RX_STATUS_MASK    ( RX_FIRST_SEGM | RX_LAST_SEGM )\r
-\r
-/* Rx descriptors and data array. */\r
-static volatile RX_Desc Rx_Desc[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS ];\r
-static unsigned int RxDescIndex = 0;\r
-\r
-/** Rx Status data array - Must be 8-Byte aligned */\r
-#if defined ( __CC_ARM   )\r
-       static __align(8) RX_Stat Rx_Stat[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS ];\r
-#elif defined ( __ICCARM__ )\r
-       #pragma data_alignment=8\r
-       static RX_Stat Rx_Stat[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS ];\r
-#elif defined   (  __GNUC__  )\r
-       static volatile __attribute__ ((aligned (8))) RX_Stat Rx_Stat[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS ];\r
-#endif\r
-\r
-/* Tx descriptors and status array. */\r
-static volatile TX_Desc Tx_Desc[ configNUM_TX_ETHERNET_DMA_DESCRIPTORS ];\r
-static volatile TX_Stat Tx_Stat[ configNUM_TX_ETHERNET_DMA_DESCRIPTORS ];\r
-static unsigned int TxDescIndex = 0;\r
-\r
-/* Private Functions ---------------------------------------------------------- */\r
-static void rx_descr_init( void );\r
-static void tx_descr_init( void );\r
-static int32_t write_PHY( uint32_t PhyReg, uint16_t Value );\r
-static int32_t read_PHY( uint32_t PhyReg );\r
-static void setEmacAddr( uint8_t abStationAddr[] );\r
-\r
-/*********************************************************************//**\r
- * @brief              Initializes the EMAC peripheral according to the specified\r
- *               parameters in the EMAC_ConfigStruct.\r
- * @param[in]  EMAC_ConfigStruct Pointer to a EMAC_CFG_Type structure\r
- *                    that contains the configuration information for the\r
- *                    specified EMAC peripheral.\r
- * @return             None\r
- *\r
- * Note: This function will initialize EMAC module according to procedure below:\r
- *  - Remove the soft reset condition from the MAC\r
- *  - Configure the PHY via the MIIM interface of the MAC\r
- *  - Select RMII mode\r
- *  - Configure the transmit and receive DMA engines, including the descriptor arrays\r
- *  - Configure the host registers (MAC1,MAC2 etc.) in the MAC\r
- *  - Enable the receive and transmit data paths\r
- *  In default state after initializing, only Rx Done and Tx Done interrupt are enabled,\r
- *  all remain interrupts are disabled\r
- *  (Ref. from LPC17xx UM)\r
- **********************************************************************/\r
-BaseType_t EMAC_Init(EMAC_CFG_Type *EMAC_ConfigStruct)\r
-{\r
-int32_t id1, id2, regv, phy = 0;\r
-int32_t phy_linkstatus_reg, phy_linkstatus_mask;\r
-uint32_t x;\r
-const uint32_t ulMaxAttempts = 250UL;\r
-BaseType_t xReturn = pdPASS;\r
-\r
-       /* Enable Ethernet Pins (NGX LPC1830 Xplorer. */\r
-       scu_pinmux(0x2 ,0 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC7);\r
-       scu_pinmux(0x1 ,17 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0x1 ,18 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0x1 ,20 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0x1 ,19 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC0);\r
-       scu_pinmux(0x0 ,1 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC6);\r
-       scu_pinmux(0x1 ,15 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0x0 ,0 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC2);\r
-       scu_pinmux(0x1 ,16 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0xC ,9 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC3);\r
-       scu_pinmux(0x1 ,16 , (MD_EHS | MD_PLN | MD_EZI | MD_ZI), FUNC7);\r
-\r
-       /* Ethernet RESET Pins */\r
-       scu_pinmux(0x1 ,0 , MD_PUP, FUNC0);\r
-       GPIO_SetDir(0,(1<<4), 1);\r
-       GPIO_SetValue(0,(1<<4));\r
-\r
-\r
-       #if MII                           /*   Select MII interface       */                             // check MUXING for new Eagle...\r
-         scu_pinmux(0xC ,6 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_RXD2: PC_6 -> FUNC3\r
-         scu_pinmux(0xC ,7 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_RXD3: PC_7 -> FUNC3\r
-         scu_pinmux(0xC ,0 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_RXLK: PC_0 -> FUNC3\r
-         scu_pinmux(0xC ,2 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_TXD2: PC_2 -> FUNC3\r
-         scu_pinmux(0xC ,3 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_TXD3: PC_3 -> FUNC3\r
-         scu_pinmux(0xC ,5 , (MD_PLN | MD_EZI | MD_ZI), FUNC3);        // ENET_TX_ER:  PC_5 -> FUNC3\r
-         scu_pinmux(0x0 ,1 , (MD_PLN | MD_EZI | MD_ZI), FUNC2);        // ENET_COL:  P0_1 -> FUNC2\r
-       #else                              /*   Select RMII interface     */\r
-         LPC_CREG->CREG6 |= RMII_SELECT;\r
-       #endif\r
-\r
-\r
-       RGU_SoftReset( RGU_SIG_ETHERNET );\r
-\r
-       /* Wait for reset. */\r
-       while( !( LPC_RGU->RESET_ACTIVE_STATUS0 & ( 1 << ETHERNET_RST ) ) )\r
-       {\r
-               vTaskDelay( emacTIMEOUT_DELAY );\r
-       }\r
-\r
-       /* Reset all GMAC Subsystem internal registers and logic. */\r
-       LPC_ETHERNET->DMA_BUS_MODE |= DMA_SOFT_RESET;\r
-\r
-       /* Wait for software reset completion. */\r
-       while( LPC_ETHERNET->DMA_BUS_MODE & DMA_SOFT_RESET )\r
-       {\r
-               vTaskDelay( emacTIMEOUT_DELAY );\r
-       }\r
-\r
-       /* Put the PHY in reset mode */\r
-       write_PHY( PHY_REG_BMCR, PHY_BMCR_RESET );\r
-\r
-       /* Wait for hardware reset to end. */\r
-       for( x = 0; x < ulMaxAttempts; x++ )\r
-       {\r
-               regv = read_PHY (PHY_REG_BMCR);\r
-               if( !( regv & PHY_BMCR_RESET ) )\r
-               {\r
-                       /* Reset complete */\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       vTaskDelay( emacTIMEOUT_DELAY );\r
-               }\r
-       }\r
-\r
-       if( x == ulMaxAttempts )\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       /* Check if this is a DP83848C PHY. */\r
-       id1 = read_PHY( PHY_REG_IDR1 );\r
-       id2 = read_PHY( PHY_REG_IDR2 );\r
-       if( ( ( id1 << 16 ) | ( id2 & 0xFFF0 ) ) == DP83848C_ID )\r
-       {\r
-               phy = DP83848C_ID;\r
-       }\r
-       else if( ( ( id1 << 16 ) | id2 ) == LAN8720_ID )\r
-       {\r
-               phy = LAN8720_ID;\r
-       }\r
-\r
-       if( phy != 0 )\r
-       {\r
-               /* Use autonegotiation about the link speed. */\r
-               write_PHY( PHY_REG_BMCR, PHY_AUTO_NEG );\r
-\r
-               /* Wait to complete Auto_Negotiation. */\r
-               for( x = 0; x < ulMaxAttempts; x++ )\r
-               {\r
-                       regv = read_PHY( PHY_REG_BMSR );\r
-\r
-                       if( ( regv & PHY_AUTO_NEG_DONE ) != 0 )\r
-                       {\r
-                               /* Auto negotiation Complete. */\r
-                               break;\r
-                       }\r
-                       else\r
-                       {\r
-                               vTaskDelay( emacNEGOTIATE_DELAY );\r
-                       }\r
-               }\r
-\r
-               if( x == ulMaxAttempts )\r
-               {\r
-                       xReturn = pdFAIL;\r
-               }\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-\r
-       if( xReturn == pdPASS )\r
-       {\r
-               /* Default to DP83848C. */\r
-               phy_linkstatus_reg = PHY_REG_STS;\r
-               phy_linkstatus_mask = 0x0001;\r
-\r
-               if( phy == LAN8720_ID )\r
-               {\r
-                       phy_linkstatus_reg = PHY_REG_BMSR;\r
-                       phy_linkstatus_mask = 0x0004;\r
-               }\r
-\r
-               /* Check the link status. */\r
-               for( x = 0; x < ulMaxAttempts; x++ )\r
-               {\r
-                       regv = read_PHY( phy_linkstatus_reg );\r
-\r
-                       if( ( regv & phy_linkstatus_mask ) != 0 )\r
-                       {\r
-                               /* Link is on. */\r
-                               break;\r
-                       }\r
-                       else\r
-                       {\r
-                               vTaskDelay( emacNEGOTIATE_DELAY );\r
-                       }\r
-               }\r
-\r
-               if( x == ulMaxAttempts )\r
-               {\r
-                       xReturn = pdFAIL;\r
-               }\r
-\r
-               regv = read_PHY( PHY_REG_SPCON );\r
-               regv &= PHY_REG_HCDSPEED_MASK;\r
-\r
-               /* Configure 100MBit/10MBit mode and Full/Half Duplex mode. */\r
-               switch( regv )\r
-               {\r
-                       case PHY_REG_HCDSPEED_10MB_FULLD:\r
-                               LPC_ETHERNET->MAC_CONFIG |= MAC_DUPMODE;\r
-                               break;\r
-\r
-                       case PHY_REG_HCDSPEED_100MB_HALFD:\r
-                               LPC_ETHERNET->MAC_CONFIG |= MAC_100MPS;\r
-                               break;\r
-\r
-                       case PHY_REG_HCDSPEED_100MB_FULLD:\r
-                               LPC_ETHERNET->MAC_CONFIG |= MAC_DUPMODE;\r
-                               LPC_ETHERNET->MAC_CONFIG |= MAC_100MPS;\r
-                               break;\r
-\r
-                       default:\r
-                               break;\r
-               }\r
-\r
-               /* Set the Ethernet MAC Address registers */\r
-               setEmacAddr( EMAC_ConfigStruct->pbEMAC_Addr );\r
-\r
-               /* Initialize Descriptor Lists    */\r
-               rx_descr_init();\r
-               tx_descr_init();\r
-\r
-               /* Configure Filter\r
-               LPC_ETHERNET->MAC_FRAME_FILTER is left at its default value.\r
-               MAC_PROMISCUOUS and MAC_RECEIVEALL can be set if required. */\r
-\r
-               /* Enable Receiver and Transmitter   */\r
-               LPC_ETHERNET->MAC_CONFIG |= (MAC_TX_ENABLE | MAC_RX_ENABLE);\r
-\r
-               /* Enable interrupts    */\r
-               LPC_ETHERNET->DMA_INT_EN =  DMA_INT_NOR_SUM | DMA_INT_RECEIVE ;\r
-\r
-               /* Start Transmission & Receive processes   */\r
-               LPC_ETHERNET->DMA_OP_MODE |= (DMA_SS_TRANSMIT | DMA_SS_RECEIVE );\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-\r
-/*********************************************************************//**\r
- **********************************************************************/\r
-BaseType_t EMAC_CheckTransmitIndex( void )\r
-{\r
-BaseType_t xReturn;\r
-\r
-       if( ( Tx_Desc[ TxDescIndex ].Status & OWN_BIT ) == 0 )\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              EMAC_SetNextPacketToSend\r
- * @param[in]  pucBuffer\r
- * @return             None\r
- ***********************************************************************/\r
-void EMAC_SetNextPacketToSend( uint8_t * pucBuffer )\r
-{\r
-       /* The old packet is now finished with and can be freed. */\r
-       vEthernetBufferRelease( ( void * ) Tx_Desc[ TxDescIndex ].Packet );\r
-\r
-       /* Assign the new packet to the descriptor. */\r
-       Tx_Desc[ TxDescIndex ].Packet = ( uint32_t ) pucBuffer;\r
-}\r
-\r
-void EMAC_StartTransmitNextBuffer( uint32_t ulLength )\r
-{\r
-       Tx_Desc[ TxDescIndex ].Ctrl = ulLength;\r
-       Tx_Desc[ TxDescIndex ].Status |= OWN_BIT;\r
-\r
-       /* Wake Up the DMA if it's in Suspended Mode. */\r
-       LPC_ETHERNET->DMA_TRANS_POLL_DEMAND = 1;\r
-       TxDescIndex++;\r
-\r
-       if( TxDescIndex == configNUM_TX_ETHERNET_DMA_DESCRIPTORS )\r
-       {\r
-               TxDescIndex = 0;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Get size of current Received data in received buffer (due to\r
- *                             RxConsumeIndex)\r
- * @param[in]  None\r
- * @return             Size of received data\r
- **********************************************************************/\r
-uint32_t EMAC_GetReceiveDataSize(void)\r
-{\r
-unsigned short RxLen = 0;\r
-\r
-       RxLen = ( Rx_Desc[ RxDescIndex ].Status >> 16 ) & 0x03FFF;\r
-       return RxLen;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Increase the RxConsumeIndex (after reading the Receive buffer\r
- *                             to release the Receive buffer) and wrap-around the index if\r
- *                             it reaches the maximum Receive Number\r
- * @param[in]  None\r
- * @return             None\r
- **********************************************************************/\r
-void EMAC_UpdateRxConsumeIndex( void )\r
-{\r
-       Rx_Desc[ RxDescIndex ].Status = OWN_BIT;\r
-       RxDescIndex++;\r
-\r
-       if( RxDescIndex == configNUM_RX_ETHERNET_DMA_DESCRIPTORS )\r
-       {\r
-               RxDescIndex = 0;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Check whether if the current RxConsumeIndex is not equal to the\r
- *                             current RxProduceIndex.\r
- * @param[in]  None\r
- * @return             TRUE if they're not equal, otherwise return FALSE\r
- *\r
- * Note: In case the RxConsumeIndex is not equal to the RxProduceIndex,\r
- * it means there're available data has been received. They should be read\r
- * out and released the Receive Data Buffer by updating the RxConsumeIndex value.\r
- **********************************************************************/\r
-BaseType_t EMAC_CheckReceiveIndex(void)\r
-{\r
-BaseType_t xReturn;\r
-\r
-       if( ( Rx_Desc[ RxDescIndex ].Status & OWN_BIT ) == 0 )\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-\r
-void EMAC_NextPacketToRead( xNetworkBufferDescriptor_t *pxNetworkBuffer )\r
-{\r
-uint8_t *pucTemp;\r
-\r
-       /* Swap the buffer in the network buffer with the buffer used by the DMA.\r
-       This allows the data to be passed out without having to perform any copies. */\r
-       pucTemp = ( uint8_t * ) Rx_Desc[ RxDescIndex ].Packet;\r
-       Rx_Desc[ RxDescIndex ].Packet = ( uint32_t ) pxNetworkBuffer->pucEthernetBuffer;\r
-       pxNetworkBuffer->pucEthernetBuffer = pucTemp;\r
-\r
-       /* Only supports frames coming in single buffers.  If this frame is split\r
-       across multiple buffers then reject it (and if the frame is needed increase\r
-       the ipconfigNETWORK_MTU setting). */\r
-       if( ( Rx_Desc[ RxDescIndex ].Status & emacEXPECTED_RX_STATUS_MASK ) != emacEXPECTED_RX_STATUS_MASK )\r
-       {\r
-               pxNetworkBuffer->xDataLength = 0;\r
-       }\r
-       else\r
-       {\r
-               pxNetworkBuffer->xDataLength = ( size_t ) EMAC_GetReceiveDataSize() - ( ipETHERNET_CRC_BYTES - 1U );;\r
-       }\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initializes RX Descriptor\r
- * @param[in]  None\r
- * @return             None\r
- ***********************************************************************/\r
-static void rx_descr_init( void )\r
-{\r
-uint32_t x;\r
-size_t xBufferSize = ipTOTAL_ETHERNET_FRAME_SIZE;\r
-\r
-       for( x = 0; x < configNUM_RX_ETHERNET_DMA_DESCRIPTORS; x++ )\r
-       {\r
-               /* Obtain the buffer first, as the size of the buffer might be changed\r
-               within the pucEthernetBufferGet() call. */\r
-               Rx_Desc[ x ].Packet  = ( uint32_t ) pucEthernetBufferGet( &xBufferSize );\r
-               Rx_Desc[ x ].Status = OWN_BIT;\r
-               Rx_Desc[ x ].Ctrl  = xBufferSize;\r
-               Rx_Desc[ x ].NextDescripter = ( uint32_t ) &Rx_Desc[ x + 1 ];\r
-               \r
-               configASSERT( ( ( ( uint32_t ) Rx_Desc[x].Packet ) & 0x07 ) == 0 );\r
-       }\r
-\r
-       /* Last Descriptor */\r
-       Rx_Desc[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS - 1 ].Ctrl |= RX_END_RING;\r
-\r
-       RxDescIndex = 0;\r
-\r
-       /* Set Starting address of RX Descriptor list */\r
-       LPC_ETHERNET->DMA_REC_DES_ADDR = ( uint32_t ) Rx_Desc;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Initializes TX Descriptor\r
- * @param[in]  None\r
- * @return             None\r
- ***********************************************************************/\r
-static void tx_descr_init( void )\r
-{\r
-/* Initialize Transmit Descriptor and Status array. */\r
-uint32_t x;\r
-\r
-       for( x = 0; x < configNUM_TX_ETHERNET_DMA_DESCRIPTORS; x++ )\r
-       {\r
-               Tx_Desc[ x ].Status = TX_LAST_SEGM | TX_FIRST_SEGM;\r
-               Tx_Desc[ x ].Ctrl  = 0;\r
-               Tx_Desc[ x ].NextDescripter = ( uint32_t ) &Tx_Desc[ x + 1 ];\r
-\r
-               /* Packet is assigned when a Tx is initiated. */\r
-               Tx_Desc[ x ].Packet   = ( uint32_t )NULL;\r
-       }\r
-\r
-       /* Last Descriptor? */\r
-       Tx_Desc[ configNUM_TX_ETHERNET_DMA_DESCRIPTORS-1 ].Status |= TX_END_RING;\r
-\r
-       /* Set Starting address of TX Descriptor list */\r
-       LPC_ETHERNET->DMA_TRANS_DES_ADDR = ( uint32_t ) Tx_Desc;\r
-}\r
-\r
-\r
-/*********************************************************************//**\r
- * @brief              Write value to PHY device\r
- * @param[in]  PhyReg: PHY Register address\r
- * @param[in]  Value:  Value to write\r
- * @return             0 - if success\r
- *                             1 - if fail\r
- ***********************************************************************/\r
-static int32_t write_PHY (uint32_t PhyReg, uint16_t Value)\r
-{\r
-uint32_t x;\r
-const uint32_t ulMaxAttempts = 250UL;\r
-int32_t lReturn = pdPASS;\r
-\r
-       /* Write a data 'Value' to PHY register 'PhyReg'. */\r
-       x = 0;\r
-       while( LPC_ETHERNET->MAC_MII_ADDR & GMII_BUSY )\r
-       {\r
-               x++;\r
-\r
-               if( x >= ulMaxAttempts )\r
-               {\r
-                       /* Time out. */\r
-                       lReturn = pdFAIL;\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       /* GMII is busy. */\r
-                       vTaskDelay( emacTIMEOUT_DELAY );\r
-               }\r
-       }\r
-\r
-       if( lReturn == pdPASS )\r
-       {\r
-               LPC_ETHERNET->MAC_MII_ADDR = ( DP83848C_DEF_ADR << 11 ) | ( PhyReg << 6 ) | GMII_WRITE;\r
-               LPC_ETHERNET->MAC_MII_DATA = Value;\r
-\r
-               /* Start PHY Write Cycle. */\r
-               LPC_ETHERNET->MAC_MII_ADDR |= GMII_BUSY;\r
-\r
-               /* Wait untl operation completed. */\r
-               for( x = 0; x < ulMaxAttempts; x++ )\r
-               {\r
-                       if( ( LPC_ETHERNET->MAC_MII_ADDR & GMII_BUSY ) == 0 )\r
-                       {\r
-                               break;\r
-                       }\r
-                       else\r
-                       {\r
-                               vTaskDelay( emacTIMEOUT_DELAY );\r
-                       }\r
-               }\r
-\r
-               if( x == ulMaxAttempts )\r
-               {\r
-                       /* Timeout. */\r
-                       lReturn = pdFAIL;\r
-               }\r
-       }\r
-\r
-       return lReturn;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Read value from PHY device\r
- * @param[in]  PhyReg: PHY Register address\r
- * @return             0 - if success\r
- *                             1 - if fail\r
- ***********************************************************************/\r
-static int32_t read_PHY( uint32_t PhyReg )\r
-{\r
-int32_t lValue = 0;\r
-uint32_t x;\r
-const uint32_t ulMaxAttempts = 250UL;\r
-\r
-       /* Write a data 'Value' to PHY register 'PhyReg'. */\r
-       x = 0;\r
-       while( LPC_ETHERNET->MAC_MII_ADDR & GMII_BUSY )\r
-       {\r
-               x++;\r
-\r
-               if( x >= ulMaxAttempts )\r
-               {\r
-                       /* Time out. */\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       /* GMII is busy. */\r
-                       vTaskDelay( emacTIMEOUT_DELAY );\r
-               }\r
-       }\r
-\r
-       if( x < ulMaxAttempts )\r
-       {\r
-               /* Read a PHY register 'PhyReg'. */\r
-               LPC_ETHERNET->MAC_MII_ADDR = ( DP83848C_DEF_ADR << 11 ) | ( PhyReg << 6 ) | GMII_READ;\r
-\r
-               /* Start PHY Read Cycle. */\r
-               LPC_ETHERNET->MAC_MII_ADDR |= GMII_BUSY;\r
-\r
-               /* Wait until operation completed */\r
-               for( x = 0; x < ulMaxAttempts; x++ )\r
-               {\r
-                       if( ( LPC_ETHERNET->MAC_MII_ADDR & GMII_BUSY ) == 0 )\r
-                       {\r
-                               break;\r
-                       }\r
-                       else\r
-                       {\r
-                               vTaskDelay( emacTIMEOUT_DELAY );\r
-                       }\r
-               }\r
-\r
-               configASSERT( x != ulMaxAttempts );\r
-               lValue = LPC_ETHERNET->MAC_MII_DATA;\r
-       }\r
-\r
-       return lValue;\r
-}\r
-\r
-/*********************************************************************//**\r
- * @brief              Set Station MAC address for EMAC module\r
- * @param[in]  abStationAddr Pointer to Station address that contains 6-bytes\r
- *                             of MAC address (should be in order from MAC Address 1 to MAC Address 6)\r
- * @return             None\r
- **********************************************************************/\r
-static void setEmacAddr( uint8_t abStationAddr[] )\r
-{\r
-       /* Set the Ethernet MAC Address registers */\r
-       LPC_ETHERNET->MAC_ADDR0_HIGH = (( uint32_t ) abStationAddr[ 5 ] << 8 ) | ( uint32_t )abStationAddr[ 4 ];\r
-       LPC_ETHERNET->MAC_ADDR0_LOW =   (( uint32_t )abStationAddr[ 3 ] << 24) | (( uint32_t )abStationAddr[ 2 ] << 16) | (( uint32_t )abStationAddr[ 1 ] << 8 ) | ( uint32_t )abStationAddr[ 0 ];\r
-}\r
-\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h
deleted file mode 100644 (file)
index 1c318fc..0000000
+++ /dev/null
@@ -1,238 +0,0 @@
-/***********************************************************************//**\r
- * @file               lpc17xx_emac.h\r
- * @brief              Contains all macro definitions and function prototypes\r
- *                             support for Ethernet MAC firmware library on LPC17xx\r
- * @version            2.0\r
- * @date               21. May. 2010\r
- * @author             NXP MCU SW Application Team\r
- **************************************************************************\r
- * Software that is described herein is for illustrative purposes only\r
- * which provides customers with programming information regarding the\r
- * products. This software is supplied "AS IS" without any warranties.\r
- * NXP Semiconductors assumes no responsibility or liability for the\r
- * use of the software, conveys no license or title under any patent,\r
- * copyright, or mask work right to the product. NXP Semiconductors\r
- * reserves the right to make changes in the software without\r
- * notification. NXP Semiconductors also make no representation or\r
- * warranty that such application will be suitable for the specified\r
- * use without further testing or modification.\r
- **************************************************************************/\r
-\r
-/* Peripheral group ----------------------------------------------------------- */\r
-/** @defgroup EMAC EMAC\r
- * @ingroup LPC1700CMSIS_FwLib_Drivers\r
- * @{\r
- */\r
-\r
-#ifndef LPC18XX_EMAC_H_\r
-#define LPC18XX_EMAC_H_\r
-\r
-/* Includes ------------------------------------------------------------------- */\r
-#include "LPC18xx.h"\r
-\r
-\r
-\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-#include "lpc_types.h"\r
-\r
-/* Configuration */\r
-\r
-/* Interface Selection */\r
-#define MII                            0               // =0 RMII  -  =1 MII\r
-\r
-/* End of Configuration   */\r
-\r
-/*  Descriptors Fields bits       */\r
-#define OWN_BIT                                (1U<<31)        /*  Own bit in RDES0 & TDES0              */\r
-#define RX_END_RING                    (1<<15)         /*  Receive End of Ring bit in RDES1      */\r
-#define RX_NXTDESC_FLAG                (1<<14)         /*  Second Address Chained bit in RDES1   */\r
-#define TX_LAST_SEGM           (1<<29)         /*  Last Segment bit in TDES0             */\r
-#define RX_LAST_SEGM           (1<<9)\r
-#define TX_FIRST_SEGM          (1<<28)         /*  First Segment bit in TDES0            */\r
-#define RX_FIRST_SEGM          (1<<8)          /*  First Segment bit in TDES0            */\r
-#define TX_END_RING                    (1<<21)         /*  Transmit End of Ring bit in TDES0     */\r
-#define TX_NXTDESC_FLAG                (1<<20)         /*  Second Address Chained bit in TDES0   */\r
-\r
-/* EMAC Memory Buffer configuration for 16K Ethernet RAM */\r
-#define EMAC_ETH_MAX_FLEN              ipETHERNET_FRAME_SIZE_TO_USE\r
-\r
-/* NOTE: EMAC_NUM_RX_FRAG is not used by the example FreeRTOS drivers - use\r
-configNUM_RX_ETHERNET_DMA_DESCRIPTORS. */\r
-#define EMAC_NUM_RX_FRAG         6           /**< Num.of RX Fragments */\r
-\r
-/* NOTE: EMAC_NUM_TX_FRAG is not used by the example FreeRTOS drivers - use\r
-configNUM_TX_ETHERNET_DMA_DESCRIPTORS. */\r
-#define EMAC_NUM_TX_FRAG         2           /**< Num.of TX Fragments */\r
-\r
-/* EMAC Control and Status bits   */\r
-#define MAC_RX_ENABLE   (1<<2)                 /*  Receiver Enable in MAC_CONFIG reg      */\r
-#define MAC_TX_ENABLE   (1<<3)                 /*  Transmitter Enable in MAC_CONFIG reg   */\r
-#define MAC_PADCRC_STRIP (1<<7)                        /*  Automatic Pad-CRC Stripping in MAC_CONFIG reg   */\r
-#define MAC_DUPMODE             (1<<11)                /*  Duplex Mode in  MAC_CONFIG reg         */\r
-#define MAC_100MPS              (1<<14)                /*  Speed is 100Mbps in MAC_CONFIG reg     */\r
-#define MAC_PROMISCUOUS  (1U<<0)               /*  Promiscuous Mode bit in MAC_FRAME_FILTER reg    */\r
-#define MAC_DIS_BROAD    (1U<<5)               /*  Disable Broadcast Frames bit in     MAC_FRAME_FILTER reg    */\r
-#define MAC_RECEIVEALL   (1U<<31)       /*  Receive All bit in MAC_FRAME_FILTER reg    */\r
-#define DMA_SOFT_RESET   0x01          /*  Software Reset bit in DMA_BUS_MODE reg */\r
-#define DMA_SS_RECEIVE   (1<<1)         /*  Start/Stop Receive bit in DMA_OP_MODE reg  */\r
-#define DMA_SS_TRANSMIT  (1<<13)        /*  Start/Stop Transmission bit in DMA_OP_MODE reg  */\r
-#define DMA_INT_TRANSMIT (1<<0)         /*  Transmit Interrupt Enable bit in DMA_INT_EN reg */\r
-#define DMA_INT_OVERFLOW (1<<4)         /*  Overflow Interrupt Enable bit in DMA_INT_EN reg */\r
-#define DMA_INT_UNDERFLW (1<<5)         /*  Underflow Interrupt Enable bit in DMA_INT_EN reg */\r
-#define DMA_INT_RECEIVE  (1<<6)         /*  Receive Interrupt Enable bit in DMA_INT_EN reg */\r
-#define DMA_INT_ABN_SUM  (1<<15)        /*  Abnormal Interrupt Summary Enable bit in DMA_INT_EN reg */\r
-#define DMA_INT_NOR_SUM  (1<<16)        /*  Normal Interrupt Summary Enable bit in DMA_INT_EN reg */\r
-\r
-/* MII Management Command Register */\r
-#define GMII_READ           (0<<1)             /* GMII Read PHY                     */\r
-#define GMII_WRITE          (1<<1)      /* GMII Write PHY                    */\r
-#define GMII_BUSY           0x00000001  /* GMII is Busy / Start Read/Write   */\r
-#define MII_WR_TOUT         0x00050000  /* MII Write timeout count           */\r
-#define MII_RD_TOUT         0x00050000  /* MII Read timeout count            */\r
-\r
-/* MII Management Address Register */\r
-#define MADR_PHY_ADR        0x00001F00  /* PHY Address Mask                  */\r
-\r
-/* LAN8720 PHY Registers */\r
-#define PHY_REG_BMCR        0x00        /* Basic Mode Control Register       */\r
-#define PHY_REG_BMSR        0x01        /* Basic Mode Status Register        */\r
-#define PHY_REG_IDR1        0x02        /* PHY Identifier 1                  */\r
-#define PHY_REG_IDR2        0x03        /* PHY Identifier 2                  */\r
-#define PHY_REG_ANAR        0x04        /* Auto-Negotiation Advertisement    */\r
-#define PHY_REG_ANLPAR      0x05        /* Auto-Neg. Link Partner Abitily    */\r
-#define PHY_REG_ANER        0x06        /* Auto-Neg. Expansion Register      */\r
-#define PHY_REG_ANNPTR      0x07        /* Auto-Neg. Next Page TX            */\r
-\r
-/* LAN8720 PHY Speed identify */\r
-#define PHY_REG_SPCON                                  0x1f   /* Speed indication Register     */\r
-#define PHY_REG_HCDSPEED_MASK                  0x1c   /* Speed indication Register mask*/\r
-#define PHY_REG_HCDSPEED_10MB_HALFD            0x04   /* Speed is 10Mbps HALF-duplex   */\r
-#define PHY_REG_HCDSPEED_10MB_FULLD            0x14   /* Speed is 10Mbps FULL-duplex   */\r
-#define PHY_REG_HCDSPEED_100MB_HALFD    0x08   /* Speed is 100Mbps HALF-duplex  */\r
-#define PHY_REG_HCDSPEED_100MB_FULLD    0x18   /* Speed is 100Mbps FULL-duplex  */\r
-\r
-\r
-/* PHY Extended Registers */\r
-#define PHY_REG_STS         0x10        /* Status Register                   */\r
-#define PHY_REG_MICR        0x11        /* MII Interrupt Control Register    */\r
-#define PHY_REG_MISR        0x12        /* MII Interrupt Status Register     */\r
-#define PHY_REG_FCSCR       0x14        /* False Carrier Sense Counter       */\r
-#define PHY_REG_RECR        0x15        /* Receive Error Counter             */\r
-#define PHY_REG_PCSR        0x16        /* PCS Sublayer Config. and Status   */\r
-#define PHY_REG_RBR         0x17        /* RMII and Bypass Register          */\r
-#define PHY_REG_LEDCR       0x18        /* LED Direct Control Register       */\r
-#define PHY_REG_PHYCR       0x19        /* PHY Control Register              */\r
-#define PHY_REG_10BTSCR     0x1A        /* 10Base-T Status/Control Register  */\r
-#define PHY_REG_CDCTRL1     0x1B        /* CD Test Control and BIST Extens.  */\r
-#define PHY_REG_EDCR        0x1D        /* Energy Detect Control Register    */\r
-\r
-/* PHY Control and Status bits  */\r
-#define PHY_FULLD_100M      0x2100      /* Full Duplex 100Mbit               */\r
-#define PHY_HALFD_100M      0x2000      /* Half Duplex 100Mbit               */\r
-#define PHY_FULLD_10M       0x0100      /* Full Duplex 10Mbit                */\r
-#define PHY_HALFD_10M       0x0000      /* Half Duplex 10MBit                */\r
-#define PHY_AUTO_NEG        0x1000      /* Select Auto Negotiation           */\r
-#define PHY_AUTO_NEG_DONE   0x0020             /* AutoNegotiation Complete in BMSR PHY reg  */\r
-#define PHY_BMCR_RESET         0x8000          /* Reset bit at BMCR PHY reg         */\r
-#define LINK_VALID_STS         0x0001          /* Link Valid Status at REG_STS PHY reg  */\r
-#define FULL_DUP_STS           0x0004          /* Full Duplex Status at REG_STS PHY reg */\r
-#define SPEED_10M_STS          0x0002          /* 10Mbps Status at REG_STS PHY reg */\r
-\r
-#define DP83848C_DEF_ADR    0x01        /* Default PHY device address        */\r
-#define DP83848C_ID         0x20005C90  /* PHY Identifier (without Rev. info */\r
-#define LAN8720_ID                     0x0007C0F1  /* PHY Identifier for SMSC PHY       */\r
-\r
-/*  Misc    */\r
-#define ETHERNET_RST           22                      /*      Reset Output for EMAC at RGU     */\r
-#define RMII_SELECT                    0x04            /*  Select RMII in EMACCFG           */\r
-\r
-\r
-/**\r
- * @brief EMAC configuration structure definition\r
- */\r
-typedef struct {\r
-       uint32_t        Mode;                                           /**< Supported EMAC PHY device speed, should be one of the following:\r
-                                                                                       - EMAC_MODE_AUTO\r
-                                                                                       - EMAC_MODE_10M_FULL\r
-                                                                                       - EMAC_MODE_10M_HALF\r
-                                                                                       - EMAC_MODE_100M_FULL\r
-                                                                                       - EMAC_MODE_100M_HALF\r
-                                                                                       */\r
-       uint8_t         *pbEMAC_Addr;                           /**< Pointer to EMAC Station address that contains 6-bytes\r
-                                                                                       of MAC address, it must be sorted in order (bEMAC_Addr[0]..[5])\r
-                                                                                       */\r
-} EMAC_CFG_Type;\r
-\r
-/* Descriptor and status formats ---------------------------------------------- */\r
-/**\r
- * @brief RX Descriptor structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t Status;                /**< Receive Status  Descriptor */\r
-       uint32_t Ctrl;                  /**< Receive Control Descriptor */\r
-       uint32_t Packet;                /**< Receive Packet Descriptor */\r
-       uint32_t NextDescripter;/**< Receive Next Descriptor Address */\r
-} RX_Desc;\r
-\r
-/**\r
- * @brief RX Status structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t Info;          /**< Receive Information Status */\r
-       uint32_t HashCRC;       /**< Receive Hash CRC Status */\r
-} RX_Stat;\r
-\r
-/**\r
- * @brief TX Descriptor structure type definition\r
- */\r
-typedef struct {\r
-       uint32_t Status;                /**< Transmit Status  Descriptor */\r
-       uint32_t Ctrl;          /**< Transmit Control Descriptor */\r
-       uint32_t Packet;        /**< Transmit Packet Descriptor */\r
-       uint32_t NextDescripter;        /**< Transmit Next Descriptor Address */\r
-} TX_Desc;\r
-\r
-/**\r
- * @brief TX Status structure type definition\r
- */\r
-typedef struct {\r
-   uint32_t Info;              /**< Transmit Information Status */\r
-} TX_Stat;\r
-\r
-\r
-/**\r
- * @brief TX Data Buffer structure definition\r
- */\r
-typedef struct {\r
-       uint32_t ulDataLen;                     /**< Data length */\r
-       uint32_t *pbDataBuf;            /**< A word-align data pointer to data buffer */\r
-} EMAC_PACKETBUF_Type;\r
-\r
-\r
-\r
-/*  Prototypes               */\r
-BaseType_t EMAC_Init(EMAC_CFG_Type *EMAC_ConfigStruct);\r
-int32_t EMAC_UpdatePHYStatus(void);\r
-uint32_t EMAC_GetReceiveDataSize(void);\r
-void EMAC_StartTransmitNextBuffer( uint32_t ulLength );\r
-void EMAC_SetNextPacketToSend( uint8_t * pucBuffer );\r
-void EMAC_NextPacketToRead( xNetworkBufferDescriptor_t *pxNetworkBuffer );\r
-void EMAC_UpdateRxConsumeIndex(void);\r
-BaseType_t EMAC_CheckReceiveIndex(void);\r
-BaseType_t EMAC_CheckTransmitIndex(void);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* LPC18XX_EMAC_H_ */\r
-\r
-/**\r
- * @}\r
- */\r
-\r
-/* --------------------------------- End Of File ------------------------------ */\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c
deleted file mode 100644 (file)
index 670e2d5..0000000
+++ /dev/null
@@ -1,259 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-#include "lpc18xx_43xx_EMAC_LPCOpen.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-/* Library includes. */\r
-#include "board.h"\r
-\r
-#if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_PRIORITY\r
-       #error configMAC_INTERRUPT_PRIORITY must be greater than or equal to configMAC_INTERRUPT_PRIORITY (higher numbers mean lower logical priority)\r
-#endif\r
-\r
-#ifndef configNUM_RX_ETHERNET_DMA_DESCRIPTORS\r
-       #error configNUM_RX_ETHERNET_DMA_DESCRIPTORS must be defined in FreeRTOSConfig.h to set the number of RX DMA descriptors\r
-#endif\r
-\r
-#ifndef configNUM_TX_ETHERNET_DMA_DESCRIPTORS\r
-       #error configNUM_TX_ETHERNET_DMA_DESCRIPTORS must be defined in FreeRTOSConfig.h to set the number of TX DMA descriptors\r
-#endif\r
-\r
-/* If a packet cannot be sent immediately then the task performing the send\r
-operation will be held in the Blocked state (so other tasks can execute) for\r
-niTX_BUFFER_FREE_WAIT ticks.  It will do this a maximum of niMAX_TX_ATTEMPTS\r
-before giving up. */\r
-#define niTX_BUFFER_FREE_WAIT  ( ( TickType_t ) 2UL / portTICK_RATE_MS )\r
-#define niMAX_TX_ATTEMPTS              ( 5 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * A deferred interrupt handler task that processes received frames.\r
- */\r
-static void prvEMACDeferredInterruptHandlerTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to communicate Ethernet events to the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* The semaphore used to wake the deferred interrupt handler task when an Rx\r
-interrupt is received. */\r
-xSemaphoreHandle xEMACRxEventSemaphore = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-BaseType_t xReturn;\r
-extern uint8_t ucMACAddress[ 6 ];\r
-\r
-       xReturn = xEMACInit( ucMACAddress );\r
-\r
-       if( xReturn == pdPASS )\r
-       {\r
-               /* Create the event semaphore if it has not already been created. */\r
-               if( xEMACRxEventSemaphore == NULL )\r
-               {\r
-                       vSemaphoreCreateBinary( xEMACRxEventSemaphore );\r
-                       #if ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1\r
-                       {\r
-                               /* If the trace recorder code is included name the semaphore for\r
-                               viewing in FreeRTOS+Trace. */\r
-                               vTraceSetQueueName( xEMACRxEventSemaphore, "MAC_RX" );\r
-                       }\r
-                       #endif /*  ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS == 1 */\r
-\r
-                       configASSERT( xEMACRxEventSemaphore );\r
-\r
-                       /* The Rx deferred interrupt handler task is created at the highest\r
-                       possible priority to ensure the interrupt handler can return directly to\r
-                       it no matter which task was running when the interrupt occurred. */\r
-                       xTaskCreate(    prvEMACDeferredInterruptHandlerTask,/* The function that implements the task. */\r
-                                                       "MACTsk",\r
-                                                       configMINIMAL_STACK_SIZE,       /* Stack allocated to the task (defined in words, not bytes). */\r
-                                                       NULL,                                           /* The task parameter is not used. */\r
-                                                       configMAX_PRIORITIES - 1,       /* The priority assigned to the task. */\r
-                                                       NULL );                                         /* The handle is not required, so NULL is passed. */\r
-               }\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xReturn = pdFAIL;\r
-int32_t x;\r
-\r
-       /* Attempt to obtain access to a Tx descriptor. */\r
-       for( x = 0; x < niMAX_TX_ATTEMPTS; x++ )\r
-       {\r
-               if( xEMACIsTxDescriptorAvailable() == TRUE )\r
-               {\r
-                       /* Assign the buffer being transmitted to the Tx descriptor. */\r
-                       vEMACAssignBufferToDescriptor( pxNetworkBuffer->pucEthernetBuffer );\r
-\r
-                       /* The EMAC now owns the buffer and will free it when it has been\r
-                       transmitted.  Set pucBuffer to NULL to ensure the buffer is not\r
-                       freed when the network buffer structure is returned to the pool\r
-                       of network buffers. */\r
-                       pxNetworkBuffer->pucEthernetBuffer = NULL;\r
-\r
-                       /* Initiate the Tx. */\r
-                       vEMACStartNextTransmission( pxNetworkBuffer->xDataLength );\r
-                       iptraceNETWORK_INTERFACE_TRANSMIT();\r
-\r
-                       /* The Tx has been initiated. */\r
-                       xReturn = pdPASS;\r
-\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       iptraceWAITING_FOR_TX_DMA_DESCRIPTOR();\r
-                       vTaskDelay( niTX_BUFFER_FREE_WAIT );\r
-               }\r
-       }\r
-\r
-       /* Finished with the network buffer. */\r
-       vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvEMACDeferredInterruptHandlerTask( void *pvParameters )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-\r
-       ( void ) pvParameters;\r
-       configASSERT( xEMACRxEventSemaphore );\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait for the EMAC interrupt to indicate that another packet has been\r
-               received.  The while() loop is only needed if INCLUDE_vTaskSuspend is\r
-               set to 0 in FreeRTOSConfig.h.  If INCLUDE_vTaskSuspend is set to 1\r
-               then portMAX_DELAY would be an indefinite block time and\r
-               xSemaphoreTake() would only return when the semaphore was actually\r
-               obtained. */\r
-               while( xSemaphoreTake( xEMACRxEventSemaphore, portMAX_DELAY ) == pdFALSE );\r
-\r
-               /* At least one packet has been received. */\r
-               while( xEMACRxDataAvailable() != FALSE )\r
-               {\r
-                       /* The buffer filled by the DMA is going to be passed into the IP\r
-                       stack.  Allocate another buffer for the DMA descriptor. */\r
-                       pxNetworkBuffer = pxNetworkBufferGet( ipTOTAL_ETHERNET_FRAME_SIZE, ( TickType_t ) 0 );\r
-\r
-                       if( pxNetworkBuffer != NULL )\r
-                       {\r
-                               /* Swap the buffer just allocated and referenced from the\r
-                               pxNetworkBuffer with the buffer that has already been filled by\r
-                               the DMA.  pxNetworkBuffer will then hold a reference to the\r
-                               buffer that already contains the data without any data having\r
-                               been copied between buffers. */\r
-                               vEMACSwapEmptyBufferForRxedData( pxNetworkBuffer );\r
-\r
-                               #if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 1\r
-                               {\r
-                                       if( pxNetworkBuffer->xDataLength > 0 )\r
-                                       {\r
-                                               /* If the frame would not be processed by the IP stack then\r
-                                               don't even bother sending it to the IP stack. */\r
-                                               if( eConsiderFrameForProcessing( pxNetworkBuffer->pucEthernetBuffer ) != eProcessBuffer )\r
-                                               {\r
-                                                       pxNetworkBuffer->xDataLength = 0;\r
-                                               }\r
-                                       }\r
-                               }\r
-                               #endif\r
-\r
-                               if( pxNetworkBuffer->xDataLength > 0 )\r
-                               {\r
-                                       /* Store a pointer to the network buffer structure in the\r
-                                       padding space that was left in front of the Ethernet frame.\r
-                                       The pointer     is needed to ensure the network buffer structure\r
-                                       can be located when it is time for it to be freed if the\r
-                                       Ethernet frame gets     used as a zero copy buffer. */\r
-                                       *( ( xNetworkBufferDescriptor_t ** ) ( ( pxNetworkBuffer->pucEthernetBuffer - ipBUFFER_PADDING ) ) ) = pxNetworkBuffer;\r
-\r
-                                       /* Data was received and stored.  Send it to the IP task\r
-                                       for processing. */\r
-                                       xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-                                       if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                                       {\r
-                                               /* The buffer could not be sent to the IP task so the\r
-                                               buffer must be released. */\r
-                                               vNetworkBufferRelease( pxNetworkBuffer );\r
-                                               iptraceETHERNET_RX_EVENT_LOST();\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               iptraceNETWORK_INTERFACE_RECEIVE();\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* The buffer does not contain any data so there is no\r
-                                       point sending it to the IP task.  Just release it. */\r
-                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                       iptraceETHERNET_RX_EVENT_LOST();\r
-                               }\r
-                       }\r
-                       else\r
-                       {\r
-                               iptraceETHERNET_RX_EVENT_LOST();\r
-                       }\r
-\r
-                       /* Release the descriptor. */\r
-                       vEMACReturnRxDescriptor();\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c
deleted file mode 100644 (file)
index 1e64a49..0000000
+++ /dev/null
@@ -1,325 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Library includes. */\r
-#include "board.h"\r
-\r
-/* Descriptors that reference received buffers are expected to have both the\r
-first and last frame bits set because buffers are dimensioned to hold complete\r
-Ethernet frames. */\r
-#define emacEXPECTED_RX_STATUS_MASK    ( RDES_LS | RDES_FS )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Set the Rx and Tx descriptors into their expected initial state.\r
- */\r
-static void prvResetRxDescriptors( void );\r
-static void prvResetTxDescriptors( void );\r
-\r
-/*\r
- * Returns the length of the data pointed to by the next Rx descriptor.\r
- */\r
-static uint32_t prvReceivedDataLength( void );\r
-\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Rx and Tx descriptors and data array. */\r
-static volatile IP_ENET_001_ENHRXDESC_T xRXDescriptors[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS ];\r
-static volatile IP_ENET_001_ENHTXDESC_T xTxDescriptors[ configNUM_TX_ETHERNET_DMA_DESCRIPTORS ];\r
-\r
-/* Indexes into the Rx and Tx descriptor arrays. */\r
-static unsigned int xRxDescriptorIndex = 0;\r
-static unsigned int xTxDescriptorIndex = 0;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xEMACInit( uint8_t ucMACAddress[ 6 ] )\r
-{\r
-BaseType_t xReturn;\r
-uint32_t ulPHYStatus;\r
-\r
-       /* Configure the hardware. */\r
-       Chip_ENET_Init( LPC_ETHERNET );\r
-\r
-       if( lpc_phy_init( pdTRUE, vTaskDelay ) == SUCCESS )\r
-       {\r
-               /* The MAC address is passed in as the function parameter. */\r
-               Chip_ENET_SetADDR( LPC_ETHERNET, ucMACAddress );\r
-\r
-               /* Wait for autonegotiation to complete. */\r
-               do\r
-               {\r
-                       vTaskDelay( 100 );\r
-                       ulPHYStatus = lpcPHYStsPoll();\r
-               } while( ( ulPHYStatus & PHY_LINK_CONNECTED ) == 0x00 );\r
-\r
-               /* Configure the hardware as per the negotiated link. */\r
-               if( ( ulPHYStatus & PHY_LINK_FULLDUPLX ) == PHY_LINK_FULLDUPLX )\r
-               {\r
-                       IP_ENET_SetDuplex( LPC_ETHERNET, pdTRUE );\r
-               }\r
-               else\r
-               {\r
-                       IP_ENET_SetDuplex( LPC_ETHERNET, pdFALSE );\r
-               }\r
-\r
-               if( ( ulPHYStatus & PHY_LINK_SPEED100 ) == PHY_LINK_SPEED100 )\r
-               {\r
-                       IP_ENET_SetSpeed( LPC_ETHERNET, pdTRUE );\r
-               }\r
-               else\r
-               {\r
-                       IP_ENET_SetSpeed( LPC_ETHERNET, pdFALSE );\r
-               }\r
-\r
-               /* Set descriptors to their initial state. */\r
-               prvResetRxDescriptors();\r
-               prvResetTxDescriptors();\r
-\r
-               /* Enable RX and TX. */\r
-               Chip_ENET_TXEnable( LPC_ETHERNET );\r
-               Chip_ENET_RXEnable( LPC_ETHERNET );\r
-\r
-               /* Enable the interrupt and set its priority as configured.  THIS\r
-               DRIVER REQUIRES configMAC_INTERRUPT_PRIORITY TO BE DEFINED, PREFERABLY\r
-               IN FreeRTOSConfig.h. */\r
-               NVIC_SetPriority( ETHERNET_IRQn, configMAC_INTERRUPT_PRIORITY );\r
-               NVIC_EnableIRQ( ETHERNET_IRQn );\r
-\r
-               /* Enable interrupts. */\r
-               LPC_ETHERNET->DMA_INT_EN =  DMA_IE_NIE | DMA_IE_RIE;\r
-\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xEMACIsTxDescriptorAvailable( void )\r
-{\r
-BaseType_t xReturn;\r
-\r
-       if( ( xTxDescriptors[ xTxDescriptorIndex ].CTRLSTAT & RDES_OWN ) == 0 )\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vEMACAssignBufferToDescriptor( uint8_t * pucBuffer )\r
-{\r
-       /* The old packet is now finished with and can be freed. */\r
-       vEthernetBufferRelease( ( void * ) xTxDescriptors[ xTxDescriptorIndex ].B1ADD );\r
-\r
-       /* Assign the new packet to the descriptor. */\r
-       xTxDescriptors[ xTxDescriptorIndex ].B1ADD = ( uint32_t ) pucBuffer;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vEMACStartNextTransmission( uint32_t ulLength )\r
-{\r
-       xTxDescriptors[ xTxDescriptorIndex ].BSIZE = ulLength;\r
-       xTxDescriptors[ xTxDescriptorIndex ].CTRLSTAT |= RDES_OWN;\r
-\r
-       /* Wake Up the DMA if it's in Suspended Mode. */\r
-       LPC_ETHERNET->DMA_TRANS_POLL_DEMAND = 1;\r
-       xTxDescriptorIndex++;\r
-\r
-       if( xTxDescriptorIndex == configNUM_TX_ETHERNET_DMA_DESCRIPTORS )\r
-       {\r
-               xTxDescriptorIndex = 0;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static uint32_t prvReceivedDataLength( void )\r
-{\r
-unsigned short RxLen = 0;\r
-\r
-       RxLen = ( xRXDescriptors[ xRxDescriptorIndex ].STATUS >> 16 ) & 0x03FFF;\r
-       return RxLen;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vEMACReturnRxDescriptor( void )\r
-{\r
-       xRXDescriptors[ xRxDescriptorIndex ].STATUS = RDES_OWN;\r
-       xRxDescriptorIndex++;\r
-\r
-       if( xRxDescriptorIndex == configNUM_RX_ETHERNET_DMA_DESCRIPTORS )\r
-       {\r
-               xRxDescriptorIndex = 0;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xEMACRxDataAvailable( void )\r
-{\r
-BaseType_t xReturn;\r
-\r
-       if( ( xRXDescriptors[ xRxDescriptorIndex ].STATUS & RDES_OWN ) == 0 )\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-       else\r
-       {\r
-               xReturn = pdFAIL;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vEMACSwapEmptyBufferForRxedData( xNetworkBufferDescriptor_t *pxNetworkBuffer )\r
-{\r
-uint8_t *pucTemp;\r
-\r
-       /* Swap the buffer in the network buffer with the buffer used by the DMA.\r
-       This allows the data to be passed out without having to perform any copies. */\r
-       pucTemp = ( uint8_t * ) xRXDescriptors[ xRxDescriptorIndex ].B1ADD;\r
-       xRXDescriptors[ xRxDescriptorIndex ].B1ADD = ( uint32_t ) pxNetworkBuffer->pucEthernetBuffer;\r
-       pxNetworkBuffer->pucEthernetBuffer = pucTemp;\r
-\r
-       /* Only supports frames coming in single buffers.  If this frame is split\r
-       across multiple buffers then reject it (and if the frame is needed increase\r
-       the ipconfigNETWORK_MTU setting). */\r
-       if( ( xRXDescriptors[ xRxDescriptorIndex ].STATUS & emacEXPECTED_RX_STATUS_MASK ) != emacEXPECTED_RX_STATUS_MASK )\r
-       {\r
-               pxNetworkBuffer->xDataLength = 0;\r
-       }\r
-       else\r
-       {\r
-               pxNetworkBuffer->xDataLength = ( size_t ) prvReceivedDataLength() - ( ipETHERNET_CRC_BYTES - 1U );;\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvResetRxDescriptors( void )\r
-{\r
-uint32_t x;\r
-size_t xBufferSize = ipTOTAL_ETHERNET_FRAME_SIZE;\r
-\r
-       for( x = 0; x < configNUM_RX_ETHERNET_DMA_DESCRIPTORS; x++ )\r
-       {\r
-               /* Obtain the buffer first, as the size of the buffer might be changed\r
-               within the pucEthernetBufferGet() call. */\r
-               xRXDescriptors[ x ].B1ADD  = ( uint32_t ) pucEthernetBufferGet( &xBufferSize );\r
-               xRXDescriptors[ x ].STATUS = RDES_OWN;\r
-               xRXDescriptors[ x ].CTRL  = xBufferSize;\r
-               xRXDescriptors[ x ].B2ADD = ( uint32_t ) &xRXDescriptors[ x + 1 ];\r
-               \r
-               configASSERT( ( ( ( uint32_t ) xRXDescriptors[x].B1ADD ) & 0x07 ) == 0 );\r
-       }\r
-\r
-       /* Last Descriptor */\r
-       xRXDescriptors[ configNUM_RX_ETHERNET_DMA_DESCRIPTORS - 1 ].CTRL |= RDES_ENH_RER;\r
-\r
-       xRxDescriptorIndex = 0;\r
-\r
-       /* Set Starting address of RX Descriptor list */\r
-       LPC_ETHERNET->DMA_REC_DES_ADDR = ( uint32_t ) xRXDescriptors;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvResetTxDescriptors( void )\r
-{\r
-/* Initialize Transmit Descriptor and Status array. */\r
-uint32_t x;\r
-\r
-       for( x = 0; x < configNUM_TX_ETHERNET_DMA_DESCRIPTORS; x++ )\r
-       {\r
-               xTxDescriptors[ x ].CTRLSTAT = TDES_ENH_FS | TDES_ENH_LS;\r
-               xTxDescriptors[ x ].BSIZE  = 0;\r
-               xTxDescriptors[ x ].B2ADD = ( uint32_t ) &xTxDescriptors[ x + 1 ];\r
-\r
-               /* Packet is assigned when a Tx is initiated. */\r
-               xTxDescriptors[ x ].B1ADD   = ( uint32_t )NULL;\r
-       }\r
-\r
-       /* Last Descriptor? */\r
-       xTxDescriptors[ configNUM_TX_ETHERNET_DMA_DESCRIPTORS-1 ].CTRLSTAT |= TDES_ENH_TER;\r
-\r
-       /* Set Starting address of TX Descriptor list */\r
-       LPC_ETHERNET->DMA_TRANS_DES_ADDR = ( uint32_t ) xTxDescriptors;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void ETH_IRQHandler( void )\r
-{\r
-uint32_t ulInterruptCause;\r
-extern xSemaphoreHandle xEMACRxEventSemaphore;\r
-\r
-       configASSERT( xEMACRxEventSemaphore );\r
-\r
-       ulInterruptCause = LPC_ETHERNET->DMA_STAT ;\r
-\r
-       /* Clear the interrupt. */\r
-       LPC_ETHERNET->DMA_STAT |= ( DMA_ST_NIS | DMA_ST_RI );\r
-\r
-       /* Clear fatal error conditions.  NOTE:  The driver does not clear all\r
-       errors, only those actually experienced.  For future reference, range\r
-       errors are not actually errors so can be ignored. */\r
-       if( ( ulInterruptCause & DMA_ST_FBI ) != 0U )\r
-       {\r
-               LPC_ETHERNET->DMA_STAT |= DMA_ST_FBI;\r
-       }\r
-\r
-       /* Unblock the deferred interrupt handler task if the event was an Rx. */\r
-       if( ( ulInterruptCause & DMA_IE_RIE ) != 0UL )\r
-       {\r
-               xSemaphoreGiveFromISR( xEMACRxEventSemaphore, NULL );\r
-       }\r
-\r
-       /* ulInterruptCause is used for convenience here.  A context switch is\r
-       wanted, but coding portEND_SWITCHING_ISR( 1 ) would likely result in a\r
-       compiler warning. */\r
-       portEND_SWITCHING_ISR( ulInterruptCause );\r
-}\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h
deleted file mode 100644 (file)
index e7c03d8..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef LPC18xx_43xx_EMAC_H\r
-#define LPC18xx_43xx_EMAC_H\r
-\r
-/*\r
- * Initialise the MAC and PHY.\r
- */\r
-BaseType_t xEMACInit( uint8_t ucMACAddress[ 6 ] );\r
-\r
-/*\r
- * Return pdTRUE if there is a FreeRTOS Tx descriptor.  Return pdFALSE if all\r
- * Tx descriptors are already in use.\r
- */\r
-BaseType_t xEMACIsTxDescriptorAvailable( void );\r
-\r
-/*\r
- * Assign a buffer to a Tx descriptor so it is ready to be transmitted, but\r
- * don't start the transmission yet.\r
- */\r
-void vEMACAssignBufferToDescriptor( uint8_t * pucBuffer );\r
-\r
-/*\r
- * Start transmitting the buffer pointed to by the next Tx descriptor.  The\r
- * buffer must have first been allocated to the Tx descriptor using a call to\r
- * vEMACAssignBufferToDescriptor().\r
- */\r
-void vEMACStartNextTransmission( uint32_t ulLength );\r
-\r
-/*\r
- * The data pointed to by the Rx descriptor has been consumed, and the Rx\r
- * descriptor can be returned to the control of the DMS.\r
- */\r
-void vEMACReturnRxDescriptor( void );\r
-\r
-/*\r
- * Returns pdTRUE if the next Rx descriptor contains received data.  Returns\r
- * pdFLASE fi the next Rx descriptor is still under the control of the DMA.\r
- */\r
-BaseType_t xEMACRxDataAvailable( void );\r
-void vEMACSwapEmptyBufferForRxedData( xNetworkBufferDescriptor_t *pxNetworkBuffer );\r
-\r
-#endif /* LPC18xx_43xx_EMAC_H */\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
deleted file mode 100644 (file)
index 58c3300..0000000
+++ /dev/null
@@ -1,292 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-#include <limits.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-/* If a packet cannot be sent immediately then the task performing the send\r
-operation will be held in the Blocked state (so other tasks can execute) for\r
-niTX_BUFFER_FREE_WAIT ticks.  It will do this a maximum of niMAX_TX_ATTEMPTS\r
-before giving up. */\r
-#define niTX_BUFFER_FREE_WAIT  ( ( TickType_t ) 2UL / portTICK_RATE_MS )\r
-#define niMAX_TX_ATTEMPTS              ( 5 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * A deferred interrupt handler task that processes received frames.\r
- */\r
-static void prvGMACDeferredInterruptHandlerTask( void *pvParameters );\r
-\r
-/*\r
- * Called by the ASF GMAC driver when a packet is received.\r
- */\r
-static void prvGMACRxCallback( uint32_t ulStatus );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to communicate Ethernet events to the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* The GMAC driver instance. */\r
-static gmac_device_t xGMACStruct;\r
-\r
-/* Handle of the task used to process MAC events. */\r
-static TaskHandle_t xMACEventHandlingTask = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-gmac_options_t xGMACOptions;\r
-extern uint8_t ucMACAddress[ 6 ];\r
-const TickType_t xPHYDelay_400ms = 400UL;\r
-BaseType_t xReturn = pdFALSE;\r
-\r
-       /* Ensure PHY is ready. */\r
-       vTaskDelay( xPHYDelay_400ms / portTICK_RATE_MS );\r
-\r
-       /* Enable GMAC clock. */\r
-       pmc_enable_periph_clk( ID_GMAC );\r
-\r
-       /* Fill in GMAC options */\r
-       xGMACOptions.uc_copy_all_frame = 0;\r
-       xGMACOptions.uc_no_boardcast = 0;\r
-       memcpy( xGMACOptions.uc_mac_addr, ucMACAddress, sizeof( ucMACAddress ) );\r
-\r
-       xGMACStruct.p_hw = GMAC;\r
-\r
-       /* Init GMAC driver structure. */\r
-       gmac_dev_init( GMAC, &xGMACStruct, &xGMACOptions );\r
-\r
-       /* Init MAC PHY driver. */\r
-       if( ethernet_phy_init( GMAC, BOARD_GMAC_PHY_ADDR, sysclk_get_cpu_hz() ) == GMAC_OK )\r
-       {\r
-               /* Auto Negotiate, work in RMII mode. */\r
-               if( ethernet_phy_auto_negotiate( GMAC, BOARD_GMAC_PHY_ADDR ) == GMAC_OK )\r
-               {\r
-                       /* Establish Ethernet link. */\r
-                       vTaskDelay( xPHYDelay_400ms * 2UL );\r
-                       if( ethernet_phy_set_link( GMAC, BOARD_GMAC_PHY_ADDR, 1 ) == GMAC_OK )\r
-                       {\r
-                               /* Register the callbacks. */\r
-                               gmac_dev_set_rx_callback( &xGMACStruct, prvGMACRxCallback );\r
-\r
-                               /* The Rx deferred interrupt handler task is created at the\r
-                               highest possible priority to ensure the interrupt handler can\r
-                               return directly to it no matter which task was running when the\r
-                               interrupt occurred. */\r
-                               xTaskCreate(    prvGMACDeferredInterruptHandlerTask,/* The function that implements the task. */\r
-                                                               "MACTsk",\r
-                                                               configMINIMAL_STACK_SIZE,       /* Stack allocated to the task (defined in words, not bytes). */\r
-                                                               NULL,                                           /* The task parameter is not used. */\r
-                                                               configMAX_PRIORITIES - 1,       /* The priority assigned to the task. */\r
-                                                               &xMACEventHandlingTask );       /* The handle is stored so the ISR knows which task to notify. */\r
-\r
-                               /* Enable the interrupt and set its priority as configured.\r
-                               THIS DRIVER REQUIRES configMAC_INTERRUPT_PRIORITY TO BE DEFINED,\r
-                               PREFERABLY IN FreeRTOSConfig.h. */\r
-                               NVIC_SetPriority( GMAC_IRQn, configMAC_INTERRUPT_PRIORITY );\r
-                               NVIC_EnableIRQ( GMAC_IRQn );\r
-                               xReturn = pdPASS;\r
-                       }\r
-               }\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvGMACRxCallback( uint32_t ulStatus )\r
-{\r
-BaseType_t xHigherPriorityTaskWoken = pdFALSE;\r
-\r
-       configASSERT( xMACEventHandlingTask );\r
-\r
-       /* Unblock the deferred interrupt handler task if the event was an Rx. */\r
-       if( ( ulStatus & GMAC_RSR_REC ) != 0 )\r
-       {\r
-               vTaskNotifyGiveFromISR( xMACEventHandlingTask, &xHigherPriorityTaskWoken );\r
-       }\r
-\r
-       portEND_SWITCHING_ISR( xHigherPriorityTaskWoken );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-BaseType_t xReturn = pdFAIL;\r
-int32_t x;\r
-\r
-       /* Attempt to obtain access to a Tx descriptor. */\r
-       for( x = 0; x < niMAX_TX_ATTEMPTS; x++ )\r
-       {\r
-               if( gmac_dev_write( &xGMACStruct, pxNetworkBuffer->pucEthernetBuffer, ( uint32_t ) pxNetworkBuffer->xDataLength, NULL ) == GMAC_OK )\r
-               {\r
-                       /* The Tx has been initiated. */\r
-                       xReturn = pdPASS;\r
-                       break;\r
-               }\r
-               else\r
-               {\r
-                       iptraceWAITING_FOR_TX_DMA_DESCRIPTOR();\r
-                       vTaskDelay( niTX_BUFFER_FREE_WAIT );\r
-               }\r
-       }\r
-\r
-       /* Finished with the network buffer. */\r
-       vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void GMAC_Handler( void )\r
-{\r
-       gmac_handler( &xGMACStruct );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvGMACDeferredInterruptHandlerTask( void *pvParameters )\r
-{\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer = NULL;\r
-xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-static const TickType_t xBufferWaitDelay = 1500UL / portTICK_RATE_MS;\r
-uint32_t ulReturned;\r
-\r
-       /* This is a very simply but also inefficient implementation. */\r
-\r
-       ( void ) pvParameters;\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait for the GMAC interrupt to indicate that another packet has been\r
-               received.  A while loop is used to process all received frames each time\r
-               this task is notified, so it is ok to clear the notification count on the\r
-               take (hence the first parameter is pdTRUE ). */\r
-               ulTaskNotifyTake( pdTRUE, xBufferWaitDelay );\r
-\r
-               ulReturned = GMAC_OK;\r
-               while( ulReturned == GMAC_OK )\r
-               {\r
-                       /* Allocate a buffer to hold the data if one is not already held. */\r
-                       if( pxNetworkBuffer == NULL )\r
-                       {\r
-                               pxNetworkBuffer = pxNetworkBufferGet( ipTOTAL_ETHERNET_FRAME_SIZE, xBufferWaitDelay );\r
-                       }\r
-\r
-                       if( pxNetworkBuffer != NULL )\r
-                       {\r
-                               /* Attempt to read data. */\r
-                               ulReturned = gmac_dev_read( &xGMACStruct, pxNetworkBuffer->pucEthernetBuffer, ipTOTAL_ETHERNET_FRAME_SIZE, ( uint32_t * ) &( pxNetworkBuffer->xDataLength ) );\r
-\r
-                               if( ulReturned == GMAC_OK )\r
-                               {\r
-                                       #if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 1\r
-                                       {\r
-                                               if( pxNetworkBuffer->xDataLength > 0 )\r
-                                               {\r
-                                                       /* If the frame would not be processed by the IP\r
-                                                       stack then don't even bother sending it to the IP\r
-                                                       stack. */\r
-                                                       if( eConsiderFrameForProcessing( pxNetworkBuffer->pucEthernetBuffer ) != eProcessBuffer )\r
-                                                       {\r
-                                                               pxNetworkBuffer->xDataLength = 0;\r
-                                                       }\r
-                                               }\r
-                                       }\r
-                                       #endif\r
-\r
-                                       if( pxNetworkBuffer->xDataLength > 0 )\r
-                                       {\r
-                                               /* Store a pointer to the network buffer structure in\r
-                                               the     padding space that was left in front of the Ethernet\r
-                                               frame.  The pointer is needed to ensure the network\r
-                                               buffer structure can be located when it is time for it\r
-                                               to be freed if the Ethernet frame gets used as a zero\r
-                                               copy buffer. */\r
-                                               *( ( xNetworkBufferDescriptor_t ** ) ( ( pxNetworkBuffer->pucEthernetBuffer - ipBUFFER_PADDING ) ) ) = pxNetworkBuffer;\r
-\r
-                                               /* Data was received and stored.  Send it to the IP task\r
-                                               for processing. */\r
-                                               xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-                                               if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                                               {\r
-                                                       /* The buffer could not be sent to the IP task. The\r
-                                                       frame will be dropped and the buffer reused. */\r
-                                                       iptraceETHERNET_RX_EVENT_LOST();\r
-                                               }\r
-                                               else\r
-                                               {\r
-                                                       iptraceNETWORK_INTERFACE_RECEIVE();\r
-\r
-                                                       /* The buffer is not owned by the IP task - a new\r
-                                                       buffer is needed the next time around. */\r
-                                                       pxNetworkBuffer = NULL;\r
-                                               }\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               /* The buffer does not contain any data so there is no\r
-                                               point sending it to the IP task.  Re-use the buffer on\r
-                                               the next loop. */\r
-                                               iptraceETHERNET_RX_EVENT_LOST();\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* No data was received, keep the buffer for re-use.  The\r
-                                       loop will exit as ulReturn is not GMAC_OK. */\r
-                               }\r
-                       }\r
-                       else\r
-                       {\r
-                               /* Left a frame in the driver as a buffer was not available.\r
-                               Break out of loop. */\r
-                               ulReturned = GMAC_INVALID;\r
-                       }\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c
deleted file mode 100644 (file)
index fbf4b7b..0000000
+++ /dev/null
@@ -1,121 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Hardware includes. */\r
-#include "hwEthernet.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES != 1\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eProcessBuffer\r
-#else\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eConsiderFrameForProcessing( ( pucEthernetBuffer ) )\r
-#endif\r
-\r
-/* When a packet is ready to be sent, if it cannot be sent immediately then the\r
-task performing the transmit will block for niTX_BUFFER_FREE_WAIT\r
-milliseconds.  It will do this a maximum of niMAX_TX_ATTEMPTS before giving\r
-up. */\r
-#define niTX_BUFFER_FREE_WAIT  ( ( TickType_t ) 2UL / portTICK_RATE_MS )\r
-#define niMAX_TX_ATTEMPTS              ( 5 )\r
-\r
-/* The length of the queue used to send interrupt status words from the\r
-interrupt handler to the deferred handler task. */\r
-#define niINTERRUPT_QUEUE_LENGTH       ( 10 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * A deferred interrupt handler task that processes\r
- */\r
-extern void vEMACHandlerTask( void *pvParameters );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The queue used to communicate Ethernet events with the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* The semaphore used to wake the deferred interrupt handler task when an Rx\r
-interrupt is received. */\r
-xSemaphoreHandle xEMACRxEventSemaphore = NULL;\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-BaseType_t xStatus, xReturn;\r
-extern uint8_t ucMACAddress[ 6 ];\r
-\r
-       /* Initialise the MAC. */\r
-       vInitEmac();\r
-\r
-       while( lEMACWaitForLink() != pdPASS )\r
-    {\r
-        vTaskDelay( 20 );\r
-    }\r
-\r
-       vSemaphoreCreateBinary( xEMACRxEventSemaphore );\r
-       configASSERT( xEMACRxEventSemaphore );\r
-\r
-       /* The handler task is created at the highest possible priority to\r
-       ensure the interrupt handler can return directly to it. */\r
-       xTaskCreate( vEMACHandlerTask, "EMAC", configMINIMAL_STACK_SIZE, NULL, configMAX_PRIORITIES - 1, NULL );\r
-       xReturn = pdPASS;\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-{\r
-extern void vEMACCopyWrite( uint8_t * pucBuffer, uint16_t usLength );\r
-\r
-       vEMACCopyWrite( pxNetworkBuffer->pucEthernetBuffer, pxNetworkBuffer->xDataLength );\r
-\r
-       /* Finished with the network buffer. */\r
-       vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-       return pdTRUE;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-\r
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c
deleted file mode 100644 (file)
index ce9c473..0000000
+++ /dev/null
@@ -1,475 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* WinPCap includes. */\r
-#define HAVE_REMOTE\r
-#include "pcap.h"\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "semphr.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_IP_Private.h"\r
-#include "FreeRTOS_Sockets.h"\r
-#include "NetworkBufferManagement.h"\r
-\r
-/* Demo includes. */\r
-#include "NetworkInterface.h"\r
-\r
-/* If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 1, then the Ethernet\r
-driver will filter incoming packets and only pass the stack those packets it\r
-considers need processing.  In this case ipCONSIDER_FRAME_FOR_PROCESSING() can\r
-be #defined away.  If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 0\r
-then the Ethernet driver will pass all received packets to the stack, and the\r
-stack must do the filtering itself.  In this case ipCONSIDER_FRAME_FOR_PROCESSING\r
-needs to call eConsiderFrameForProcessing. */\r
-#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES != 1\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eProcessBuffer\r
-#else\r
-       #define ipCONSIDER_FRAME_FOR_PROCESSING( pucEthernetBuffer ) eConsiderFrameForProcessing( ( pucEthernetBuffer ) )\r
-#endif\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Print out a numbered list of network interfaces that are available on the\r
- * host computer.\r
- */\r
-static pcap_if_t * prvPrintAvailableNetworkInterfaces( void );\r
-\r
-/*\r
- * Open the network interface.  The number of the interface to be opened is set\r
- * by the configNETWORK_INTERFACE_TO_USE constant in FreeRTOSConfig.h.\r
- */\r
-static void prvOpenSelectedNetworkInterface( pcap_if_t *pxAllNetworkInterfaces );\r
-\r
-/*\r
- * Configure the capture filter to allow blocking reads, and to filter out\r
- * packets that are not of interest to this demo.\r
- */\r
-static void prvConfigureCaptureBehaviour( void );\r
-\r
-/*\r
- * A function that simulates Ethernet interrupts by periodically polling the\r
- * WinPCap interface for new data.\r
- */\r
-static void prvInterruptSimulatorTask( void *pvParameters );\r
-\r
-/* The interface being used by WinPCap. */\r
-static pcap_t *pxOpenedInterfaceHandle = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Required by the WinPCap library. */\r
-static char cErrorBuffer[ PCAP_ERRBUF_SIZE ];\r
-\r
-/* When statically allocated network buffers are used (as opposed to having\r
-the buffer payloads allocated and freed as required) the actual buffer storage\r
-areas must be defined in the portable layer.  This is because different\r
-microcontrollers have different location, size and alignment requirements.  In\r
-this case the network buffers are declared in NetworkInterface.c because, as\r
-this file is only used on Windows machines, wasting a few bytes in buffers that\r
-never get used does not matter (the buffers will not get used if the dynamic\r
-payload allocation file is included in the project). */\r
-static uint8_t ucBuffers[ ipconfigNUM_NETWORK_BUFFERS ][ ipTOTAL_ETHERNET_FRAME_SIZE + ipBUFFER_PADDING ];\r
-\r
-/* The queue used to communicate Ethernet events with the IP task. */\r
-extern xQueueHandle xNetworkEventQueue;\r
-\r
-/* Protect the PCAP interface as it is accessed from two tasks (an interrupt\r
-simulator is used as real interrupts cannot be obtained from the Ethernet as\r
-would normally be the case). */\r
-xSemaphoreHandle xPCAPMutex = NULL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-BaseType_t xNetworkInterfaceInitialise( void )\r
-{\r
-BaseType_t xReturn = pdFALSE;\r
-pcap_if_t *pxAllNetworkInterfaces;\r
-\r
-       if( xPCAPMutex == NULL )\r
-       {\r
-               xPCAPMutex = xSemaphoreCreateMutex();\r
-               configASSERT( xPCAPMutex );\r
-       }\r
-\r
-       /* Query the computer the simulation is being executed on to find the\r
-       network interfaces it has installed. */\r
-       pxAllNetworkInterfaces = prvPrintAvailableNetworkInterfaces();\r
-\r
-       /* Open the network interface.  The number of the interface to be opened is\r
-       set by the configNETWORK_INTERFACE_TO_USE constant in FreeRTOSConfig.h.\r
-       Calling this function will set the pxOpenedInterfaceHandle variable.  If,\r
-       after calling this function, pxOpenedInterfaceHandle is equal to NULL, then\r
-       the interface could not be opened. */\r
-       if( pxAllNetworkInterfaces != NULL )\r
-       {\r
-               prvOpenSelectedNetworkInterface( pxAllNetworkInterfaces );\r
-       }\r
-\r
-       if( pxOpenedInterfaceHandle != NULL )\r
-       {\r
-               xReturn = pdPASS;\r
-       }\r
-\r
-       return xReturn;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if updconfigLOOPBACK_ETHERNET_PACKETS == 1\r
-\r
-       BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-       {\r
-       xEthernetHeader_t *pxEthernetHeader;\r
-       xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-       extern uint8_t xDefaultPartUDPPacketHeader[];\r
-       static const xMACAddress_t xBroadcastMACAddress = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };\r
-       BaseType_t xCanLoopback;\r
-\r
-               pxEthernetHeader = ( xEthernetHeader_t * ) pxNetworkBuffer->pucEthernetBuffer;\r
-\r
-               if( memcmp( ( void * ) &( pxEthernetHeader->xDestinationAddress ), ( void * ) &xBroadcastMACAddress, sizeof( xMACAddress_t ) ) == 0 )\r
-               {\r
-                       /* This is a broadcast. */\r
-                       xCanLoopback = pdTRUE;\r
-               }\r
-               else if( memcmp( ( void * ) &( pxEthernetHeader->xDestinationAddress ), ( void * ) xDefaultPartUDPPacketHeader, sizeof( xMACAddress_t ) ) == 0 )\r
-               {\r
-                       /* This is being sent to itself. */\r
-                       xCanLoopback = pdTRUE;\r
-               }\r
-               else\r
-               {\r
-                       /* This is being sent externally. */\r
-                       xCanLoopback = pdFALSE;\r
-               }\r
-\r
-               iptraceNETWORK_INTERFACE_TRANSMIT();\r
-\r
-               if( xCanLoopback == pdTRUE )\r
-               {\r
-                       /* Just loop the frame back to the input queue.  Here the loopback\r
-                       is sending a message to itself, so a block time cannot be used for\r
-                       fear of deadlocking. */\r
-                       xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-                       if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                       {\r
-                               vNetworkBufferRelease( pxNetworkBuffer );\r
-                               iptraceETHERNET_RX_EVENT_LOST();\r
-                       }\r
-                       else\r
-                       {\r
-                               iptraceNETWORK_INTERFACE_RECEIVE();\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       /* Send the packet. */\r
-                       xSemaphoreTake( xPCAPMutex, portMAX_DELAY );\r
-                       {\r
-                               pcap_sendpacket( pxOpenedInterfaceHandle, pxNetworkBuffer->pucEthernetBuffer, pxNetworkBuffer->xDataLength );\r
-                       }\r
-                       xSemaphoreGive( xPCAPMutex );\r
-\r
-                       /* The buffer has been transmitted so can be released. */\r
-                       vNetworkBufferRelease( pxNetworkBuffer );\r
-               }\r
-\r
-               return pdPASS;\r
-       }\r
-\r
-#else /* updconfigLOOPBACK_ETHERNET_PACKETS == 1 */\r
-\r
-       BaseType_t xNetworkInterfaceOutput( xNetworkBufferDescriptor_t * const pxNetworkBuffer )\r
-       {\r
-               xSemaphoreTake( xPCAPMutex, portMAX_DELAY );\r
-               {\r
-                       iptraceNETWORK_INTERFACE_TRANSMIT();\r
-                       pcap_sendpacket( pxOpenedInterfaceHandle, pxNetworkBuffer->pucEthernetBuffer, pxNetworkBuffer->xDataLength );\r
-               }\r
-               xSemaphoreGive( xPCAPMutex );\r
-\r
-               /* The buffer has been transmitted so can be released. */\r
-               vNetworkBufferRelease( pxNetworkBuffer );\r
-\r
-               return pdPASS;\r
-       }\r
-\r
-#endif /* updconfigLOOPBACK_ETHERNET_PACKETS == 1 */\r
-/*-----------------------------------------------------------*/\r
-\r
-static pcap_if_t * prvPrintAvailableNetworkInterfaces( void )\r
-{\r
-pcap_if_t * pxAllNetworkInterfaces = NULL, *xInterface;\r
-long lInterfaceNumber = 1;\r
-\r
-    if( pcap_findalldevs_ex( PCAP_SRC_IF_STRING, NULL, &pxAllNetworkInterfaces, cErrorBuffer ) == -1 )\r
-    {\r
-        printf( "\r\nCould not obtain a list of network interfaces\r\n%s\r\n", cErrorBuffer );\r
-        pxAllNetworkInterfaces = NULL;\r
-    }\r
-\r
-       if( pxAllNetworkInterfaces != NULL )\r
-       {\r
-               /* Print out the list of network interfaces.  The first in the list\r
-               is interface '1', not interface '0'. */\r
-               for( xInterface = pxAllNetworkInterfaces; xInterface != NULL; xInterface = xInterface->next )\r
-               {\r
-                       printf( "%d. %s", lInterfaceNumber, xInterface->name );\r
-\r
-                       if( xInterface->description != NULL )\r
-                       {\r
-                               printf( " (%s)\r\n", xInterface->description );\r
-                       }\r
-                       else\r
-                       {\r
-                               printf( " (No description available)\r\n") ;\r
-                       }\r
-\r
-                       lInterfaceNumber++;\r
-               }\r
-       }\r
-\r
-    if( lInterfaceNumber == 1 )\r
-    {\r
-               /* The interface number was never incremented, so the above for() loop\r
-               did not execute meaning no interfaces were found. */\r
-        printf( " \r\nNo network interfaces were found.\r\n" );\r
-        pxAllNetworkInterfaces = NULL;\r
-    }\r
-\r
-       printf( "\r\nThe interface that will be opened is set by configNETWORK_INTERFACE_TO_USE which should be defined in FreeRTOSConfig.h\r\n" );\r
-       printf( "Attempting to open interface number %d.\r\n", configNETWORK_INTERFACE_TO_USE );\r
-\r
-    if( ( configNETWORK_INTERFACE_TO_USE < 1L ) || ( configNETWORK_INTERFACE_TO_USE > lInterfaceNumber ) )\r
-    {\r
-        printf("\r\nconfigNETWORK_INTERFACE_TO_USE is not in the valid range.\r\n" );\r
-\r
-               if( pxAllNetworkInterfaces != NULL )\r
-               {\r
-                       /* Free the device list, as no devices are going to be opened. */\r
-                       pcap_freealldevs( pxAllNetworkInterfaces );\r
-                       pxAllNetworkInterfaces = NULL;\r
-               }\r
-    }\r
-\r
-       return pxAllNetworkInterfaces;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvOpenSelectedNetworkInterface( pcap_if_t *pxAllNetworkInterfaces )\r
-{\r
-pcap_if_t *xInterface;\r
-long x;\r
-\r
-    /* Walk the list of devices until the selected device is located. */\r
-       xInterface = pxAllNetworkInterfaces;\r
-    for( x = 0L; x < ( configNETWORK_INTERFACE_TO_USE - 1L ); x++ )\r
-       {\r
-               xInterface = xInterface->next;\r
-       }\r
-\r
-    /* Open the selected interface. */\r
-       pxOpenedInterfaceHandle = pcap_open(    xInterface->name,               /* The name of the selected interface. */\r
-                                                                                       ipTOTAL_ETHERNET_FRAME_SIZE,    /* The size of the packet to capture. */\r
-                                                                                       PCAP_OPENFLAG_PROMISCUOUS,      /* Open in promiscious mode as the MAC and\r
-                                                                                                                                               IP address is going to be "simulated", and\r
-                                                                                                                                               not be the real MAC and IP address.  This allows\r
-                                                                                                                                               trafic to the simulated IP address to be routed\r
-                                                                                                                                               to uIP, and trafic to the real IP address to be\r
-                                                                                                                                               routed to the Windows TCP/IP stack. */\r
-                                                                                       0x00L,                                  /* The read time out. */\r
-                                                                                       NULL,                                   /* No authentication is required as this is\r
-                                                                                                                                               not a remote capture session. */\r
-                                                                                       cErrorBuffer\r
-                                                                          );\r
-\r
-    if ( pxOpenedInterfaceHandle == NULL )\r
-    {\r
-        printf( "\r\n%s is not supported by WinPcap and cannot be opened\r\n", xInterface->name );\r
-    }\r
-       else\r
-       {\r
-               /* Configure the capture filter to allow blocking reads, and to filter\r
-               out packets that are not of interest to this demo. */\r
-               prvConfigureCaptureBehaviour();\r
-       }\r
-\r
-       /* The device list is no longer required. */\r
-       pcap_freealldevs( pxAllNetworkInterfaces );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvConfigureCaptureBehaviour( void )\r
-{\r
-struct bpf_program xFilterCode;\r
-const long lMinBytesToCopy = 10L, lBlocking = 1L;\r
-unsigned long ulNetMask;\r
-\r
-       /* Unblock a read as soon as anything is received. */\r
-       pcap_setmintocopy( pxOpenedInterfaceHandle, lMinBytesToCopy );\r
-\r
-       /* Allow blocking. */\r
-       pcap_setnonblock( pxOpenedInterfaceHandle, lBlocking, cErrorBuffer );\r
-\r
-       /* Set up a filter so only the packets of interest are passed to the IP\r
-       stack.  cErrorBuffer is used for convenience to create the string.  Don't\r
-       confuse this with an error message. *//*_RB_ This should not use the #defined constants. *//*_RB_ Constants should not be used, but passed through a generic network API. */\r
-       sprintf( cErrorBuffer, "broadcast or multicast or ether host %x:%x:%x:%x:%x:%x", configMAC_ADDR0, configMAC_ADDR1, configMAC_ADDR2, configMAC_ADDR3, configMAC_ADDR4, configMAC_ADDR5 );\r
-\r
-       /*_RB_ Constants should not be used, but passed through a generic network API. */\r
-       ulNetMask = ( configNET_MASK3 << 24UL ) | ( configNET_MASK2 << 16UL ) | ( configNET_MASK1 << 8L ) | configNET_MASK0;\r
-\r
-       if( pcap_compile(pxOpenedInterfaceHandle, &xFilterCode, cErrorBuffer, 1, ulNetMask ) < 0 )\r
-    {\r
-        printf("\r\nThe packet filter string is invalid\r\n" );\r
-    }\r
-       else\r
-       {\r
-               if( pcap_setfilter( pxOpenedInterfaceHandle, &xFilterCode ) < 0 )\r
-               {\r
-                       printf( "\r\nAn error occurred setting the packet filter.\r\n" );\r
-               }\r
-       }\r
-\r
-       /* Create a task that simulates an interrupt in a real system.  This will\r
-       block waiting for packets, then send a message to the uIP task when data\r
-       is available. */\r
-       xTaskCreate( prvInterruptSimulatorTask, "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_SIMULATOR_PRIORITY, NULL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvInterruptSimulatorTask( void *pvParameters )\r
-{\r
-static struct pcap_pkthdr *pxHeader;\r
-const uint8_t *pucPacketData;\r
-long lResult;\r
-xNetworkBufferDescriptor_t *pxNetworkBuffer;\r
-xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };\r
-eFrameProcessingResult_t eResult;\r
-\r
-       /* Just to kill the compiler warning. */\r
-       ( void ) pvParameters;\r
-\r
-       for( ;; )\r
-       {\r
-               /* Get the next packet. */\r
-               xSemaphoreTake( xPCAPMutex, portMAX_DELAY );\r
-               {\r
-                       lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData );\r
-               }\r
-               xSemaphoreGive( xPCAPMutex );\r
-\r
-               if( lResult == 1 )\r
-               {\r
-                       eResult = ipCONSIDER_FRAME_FOR_PROCESSING( pucPacketData );\r
-                       if( eResult == eProcessBuffer )\r
-                       {\r
-                               /* Will the data fit into the frame buffer? */\r
-                               if( pxHeader->len <= ipTOTAL_ETHERNET_FRAME_SIZE )\r
-                               {\r
-                                       /* Obtain a buffer into which the data can be placed.  This\r
-                                       is only an interrupt simulator, not a real interrupt, so it\r
-                                       is ok to call the task level function here.  */\r
-                                       xSemaphoreTake( xPCAPMutex, portMAX_DELAY );\r
-                                       {\r
-                                               pxNetworkBuffer = pxNetworkBufferGet( pxHeader->len, 0 );\r
-                                       }\r
-                                       xSemaphoreGive( xPCAPMutex );\r
-\r
-                                       if( pxNetworkBuffer != NULL )\r
-                                       {\r
-                                               memcpy( pxNetworkBuffer->pucEthernetBuffer, pucPacketData, pxHeader->len );\r
-                                               pxNetworkBuffer->xDataLength = ( size_t ) pxHeader->len;\r
-                                               xRxEvent.pvData = ( void * ) pxNetworkBuffer;\r
-\r
-                                               /* Data was received and stored.  Send a message to the IP\r
-                                               task to let it know. */\r
-                                               if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )\r
-                                               {\r
-                                                       /* The buffer could not be sent to the stack so\r
-                                                       must be released again.  This is only an interrupt\r
-                                                       simulator, not a real interrupt, so it is ok to use\r
-                                                       the task level function here. */\r
-                                                       vNetworkBufferRelease( pxNetworkBuffer );\r
-                                                       iptraceETHERNET_RX_EVENT_LOST();\r
-                                               }\r
-                                               else\r
-                                               {\r
-                                                       iptraceNETWORK_INTERFACE_RECEIVE();\r
-                                               }\r
-                                       }\r
-                                       else\r
-                                       {\r
-                                               iptraceETHERNET_RX_EVENT_LOST();\r
-                                       }\r
-                               }\r
-                               else\r
-                               {\r
-                                       /* Log that a packet was dropped because it would have\r
-                                       overflowed the buffer. */\r
-                               }\r
-                       }\r
-               }\r
-               else\r
-               {\r
-                       /* There is no real way of simulating an interrupt.  Make sure\r
-                       other tasks can run. */\r
-                       vTaskDelay( configWINDOWS_MAC_INTERRUPT_SIMULATOR_DELAY );\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-#if configUSE_STATIC_BUFFERS == 1\r
-       void vNetworkInterfaceAllocateRAMToBuffers( xNetworkBufferDescriptor_t pxNetworkBuffers[ ipconfigNUM_NETWORK_BUFFERS ] )\r
-       {\r
-       BaseType_t x;\r
-       xNetworkBufferDescriptor_t **ppxStartOfBuffer;\r
-\r
-               for( x = 0; x < ipconfigNUM_NETWORK_BUFFERS; x++ )\r
-               {\r
-                       /* Place a pointer to the network buffer structure at the beginning\r
-                       of the buffer that will be allocated to the structure. */\r
-                       ppxStartOfBuffer = ( xNetworkBufferDescriptor_t ** ) &( ucBuffers[ x ][ 0 ] );\r
-                       *ppxStartOfBuffer = &( pxNetworkBuffers[ x ] );\r
-                       \r
-                       /* Allocate the buffer to the network buffer structure, jumping over\r
-                       the bytes where the pointer to the network buffer is now stored. */\r
-                       pxNetworkBuffers[ x ].pucEthernetBuffer = &( ucBuffers[ x ][ ipBUFFER_PADDING ] );\r
-               }\r
-       }\r
-#endif\r
-/*-----------------------------------------------------------*/\r
index 1933686598cdd52c364b122dbc4dd9d0660e8e04..24bb5461e97d100e5ddf545dfc5358d2736c0346 100644 (file)
@@ -1,16 +1,4 @@
-Contains the files that implement FreeRTOS+UDP.\r
-\r
-User documentation, including an API reference is available on:\r
-http://www.FreeRTOS.org/udp\r
-\r
-A description of the source code organisation is available on:\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_IP_Embedded_Ethernet_Tutorial.shtml\r
-\r
-The porting guide is available one:\r
-http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_Porting.shtml\r
-\r
-\r
-At this time it is recommended to use BufferAllocation_2.c in which case it is\r
-essential to use the heap_4.c memory allocation scheme:\r
-http://www.freertos.org/a00111.html\r
-\r
+FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,\r
+which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can\r
+be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches\r
+applied to FreeRTOS+TCP.
\ No newline at end of file
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsln b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsln
deleted file mode 100644 (file)
index 8de4446..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\r
-Microsoft Visual Studio Solution File, Format Version 11.00\r
-# Atmel Studio Solution File, Format Version 11.00\r
-Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "RTOSDemo", "RTOSDemo.cproj", "{257FE152-8D54-41CA-AFE7-777DE72FE329}"\r
-EndProject\r
-Global\r
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
-               Debug|ARM = Debug|ARM\r
-               Release|ARM = Release|ARM\r
-       EndGlobalSection\r
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
-               {257FE152-8D54-41CA-AFE7-777DE72FE329}.Debug|ARM.ActiveCfg = Debug|ARM\r
-               {257FE152-8D54-41CA-AFE7-777DE72FE329}.Debug|ARM.Build.0 = Debug|ARM\r
-               {257FE152-8D54-41CA-AFE7-777DE72FE329}.Release|ARM.ActiveCfg = Release|ARM\r
-               {257FE152-8D54-41CA-AFE7-777DE72FE329}.Release|ARM.Build.0 = Release|ARM\r
-       EndGlobalSection\r
-       GlobalSection(SolutionProperties) = preSolution\r
-               HideSolutionNode = FALSE\r
-       EndGlobalSection\r
-EndGlobal\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo
deleted file mode 100644 (file)
index c783a63..0000000
Binary files a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo and /dev/null differ
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.cproj b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.cproj
deleted file mode 100644 (file)
index 3a53b9e..0000000
+++ /dev/null
@@ -1,1184 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">\r
-  <PropertyGroup>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectVersion>7.0</ProjectVersion>\r
-    <ProjectGuid>{257fe152-8d54-41ca-afe7-777de72fe329}</ProjectGuid>\r
-    <Name>$(MSBuildProjectName)</Name>\r
-    <AssemblyName>$(MSBuildProjectName)</AssemblyName>\r
-    <RootNamespace>$(MSBuildProjectName)</RootNamespace>\r
-    <AsfFrameworkConfig>\r
-      <framework-data>\r
-        <options>\r
-          <option id="common.boards" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="common.services.ioport" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.components.display.aat31xx" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.components.display.ili93xx" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.components.ethernet_phy.ksz8051mnl" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.drivers.smc" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.drivers.gmac" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.drivers.tc" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="common.applications.user_application" value="Add" config="" content-id="Atmel.ASF" />\r
-          <option id="sam.utils.cmsis.sam4e.source.template" value="Add" config="" content-id="Atmel.ASF" />\r
-        </options>\r
-        <configurations>\r
-          <configuration key="config.compiler.armgcc.fpu_used" value="yes" default="yes" content-id="Atmel.ASF" />\r
-          <configuration key="config.compiler.armgcc.printf" value="iprintf" default="iprintf" content-id="Atmel.ASF" />\r
-        </configurations>\r
-        <files>\r
-          <file path="src/main.c" framework="" version="" source="common/applications/user_application/main.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/config/conf_board.h" framework="" version="" source="common/applications/user_application/sam4e16e_sam4e_ek/config/conf_board.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/config/conf_clock.h" framework="" version="" source="common/applications/user_application/sam4e16e_sam4e_ek/config/conf_clock.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/boards/board.h" framework="" version="" source="common/boards/board.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/genclk.h" framework="" version="" source="common/services/clock/genclk.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/osc.h" framework="" version="" source="common/services/clock/osc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/pll.h" framework="" version="" source="common/services/clock/pll.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sam4e/genclk.h" framework="" version="" source="common/services/clock/sam4e/genclk.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sam4e/osc.h" framework="" version="" source="common/services/clock/sam4e/osc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sam4e/pll.h" framework="" version="" source="common/services/clock/sam4e/pll.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sam4e/sysclk.c" framework="" version="" source="common/services/clock/sam4e/sysclk.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sam4e/sysclk.h" framework="" version="" source="common/services/clock/sam4e/sysclk.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/clock/sysclk.h" framework="" version="" source="common/services/clock/sysclk.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/ioport/ioport.h" framework="" version="" source="common/services/ioport/ioport.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/services/ioport/sam/ioport_pio.h" framework="" version="" source="common/services/ioport/sam/ioport_pio.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/utils/interrupt.h" framework="" version="" source="common/utils/interrupt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/utils/interrupt/interrupt_sam_nvic.c" framework="" version="" source="common/utils/interrupt/interrupt_sam_nvic.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/utils/interrupt/interrupt_sam_nvic.h" framework="" version="" source="common/utils/interrupt/interrupt_sam_nvic.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/common/utils/parts.h" framework="" version="" source="common/utils/parts.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/boards/sam4e_ek/init.c" framework="" version="" source="sam/boards/sam4e_ek/init.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/boards/sam4e_ek/led.h" framework="" version="" source="sam/boards/sam4e_ek/led.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/boards/sam4e_ek/sam4e_ek.h" framework="" version="" source="sam/boards/sam4e_ek/sam4e_ek.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/pmc/pmc.c" framework="" version="" source="sam/drivers/pmc/pmc.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/pmc/pmc.h" framework="" version="" source="sam/drivers/pmc/pmc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/pmc/sleep.c" framework="" version="" source="sam/drivers/pmc/sleep.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/pmc/sleep.h" framework="" version="" source="sam/drivers/pmc/sleep.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/acc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/acc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/aes.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/aes.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/afec.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/afec.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/can.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/can.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/chipid.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/chipid.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/cmcc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/cmcc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/crccu.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/crccu.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/dacc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/dacc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/dmac.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/dmac.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/efc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/efc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/gmac.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/gmac.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/gpbr.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/gpbr.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/hsmci.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/hsmci.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/matrix.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/matrix.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/pdc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/pdc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/pio.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/pio.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/pmc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/pmc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/pwm.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/pwm.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/rstc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/rstc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/rswdt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/rswdt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/rtc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/rtc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/rtt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/rtt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/smc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/smc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/spi.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/spi.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/supc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/supc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/tc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/tc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/twi.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/twi.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/uart.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/uart.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/udp.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/udp.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/usart.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/usart.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/component/wdt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/component/wdt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/acc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/acc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/aes.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/aes.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/afec0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/afec0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/afec1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/afec1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/can0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/can0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/can1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/can1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/chipid.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/chipid.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/cmcc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/cmcc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/crccu.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/crccu.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/dacc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/dacc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/dmac.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/dmac.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/efc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/efc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/gmac.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/gmac.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/gpbr.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/gpbr.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/hsmci.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/hsmci.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/matrix.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/matrix.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/pioa.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/pioa.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/piob.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/piob.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/pioc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/pioc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/piod.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/piod.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/pioe.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/pioe.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/pmc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/pmc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/pwm.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/pwm.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/rstc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/rstc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/rswdt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/rswdt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/rtc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/rtc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/rtt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/rtt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/smc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/smc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/spi.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/spi.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/supc.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/supc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/tc0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/tc0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/tc1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/tc1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/tc2.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/tc2.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/twi0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/twi0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/twi1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/twi1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/uart0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/uart0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/uart1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/uart1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/udp.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/udp.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/usart0.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/usart0.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/usart1.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/usart1.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/instance/wdt.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/instance/wdt.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16c.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/pio/sam4e16c.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16e.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/pio/sam4e16e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8c.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/pio/sam4e8c.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8e.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/pio/sam4e8e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/sam4e.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/sam4e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/sam4e16c.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/sam4e16c.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/sam4e16e.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/sam4e16e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/sam4e8c.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/sam4e8c.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/include/sam4e8e.h" framework="" version="" source="sam/utils/cmsis/sam4e/include/sam4e8e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.c" framework="" version="" source="sam/utils/cmsis/sam4e/source/templates/exceptions.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.h" framework="" version="" source="sam/utils/cmsis/sam4e/source/templates/exceptions.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/source/templates/gcc/startup_sam4e.c" framework="" version="" source="sam/utils/cmsis/sam4e/source/templates/gcc/startup_sam4e.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.c" framework="" version="" source="sam/utils/cmsis/sam4e/source/templates/system_sam4e.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.h" framework="" version="" source="sam/utils/cmsis/sam4e/source/templates/system_sam4e.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/compiler.h" framework="" version="" source="sam/utils/compiler.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/fpu/fpu.h" framework="" version="" source="sam/utils/fpu/fpu.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/header_files/io.h" framework="" version="" source="sam/utils/header_files/io.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld" framework="" version="" source="sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/make/Makefile.sam.in" framework="" version="" source="sam/utils/make/Makefile.sam.in" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/preprocessor/mrepeat.h" framework="" version="" source="sam/utils/preprocessor/mrepeat.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/preprocessor/preprocessor.h" framework="" version="" source="sam/utils/preprocessor/preprocessor.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/preprocessor/stringz.h" framework="" version="" source="sam/utils/preprocessor/stringz.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/preprocessor/tpaste.h" framework="" version="" source="sam/utils/preprocessor/tpaste.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/status_codes.h" framework="" version="" source="sam/utils/status_codes.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/utils/syscalls/gcc/syscalls.c" framework="" version="" source="sam/utils/syscalls/gcc/syscalls.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf" framework="" version="" source="thirdparty/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Include/arm_math.h" framework="" version="" source="thirdparty/CMSIS/Include/arm_math.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Include/core_cm4.h" framework="" version="" source="thirdparty/CMSIS/Include/core_cm4.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Include/core_cm4_simd.h" framework="" version="" source="thirdparty/CMSIS/Include/core_cm4_simd.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Include/core_cmFunc.h" framework="" version="" source="thirdparty/CMSIS/Include/core_cmFunc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Include/core_cmInstr.h" framework="" version="" source="thirdparty/CMSIS/Include/core_cmInstr.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a" framework="" version="" source="thirdparty/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/README.txt" framework="" version="" source="thirdparty/CMSIS/README.txt" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/thirdparty/CMSIS/license.txt" framework="" version="" source="thirdparty/CMSIS/license.txt" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.c" framework="" version="3.11.0" source="sam\components\ethernet_phy\ksz8051mnl\ethernet_phy.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.h" framework="" version="3.11.0" source="sam\components\ethernet_phy\ksz8051mnl\ethernet_phy.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/gmac/gmac.c" framework="" version="3.11.0" source="sam\drivers\gmac\gmac.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/gmac/gmac.h" framework="" version="3.11.0" source="sam\drivers\gmac\gmac.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/Config/conf_eth.h" framework="" version="3.11.0" source="sam\drivers\gmac\module_config\conf_eth.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/ethernet_phy/documentation.h" framework="" version="3.11.0" source="sam\components\ethernet_phy\documentation.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/aat31xx/aat31xx.c" framework="" version="3.11.0" source="sam\components\display\aat31xx\aat31xx.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/aat31xx/aat31xx.h" framework="" version="3.11.0" source="sam\components\display\aat31xx\aat31xx.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/Config/conf_aat31xx.h" framework="" version="3.11.0" source="sam\components\display\aat31xx\module_config\conf_aat31xx.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/ili93xx/ili93xx.c" framework="" version="3.11.0" source="sam\components\display\ili93xx\ili93xx.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/ili93xx/ili93xx.h" framework="" version="3.11.0" source="sam\components\display\ili93xx\ili93xx.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/ili93xx/ili9325_regs.h" framework="" version="3.11.0" source="sam\components\display\ili93xx\ili9325_regs.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/components/display/ili93xx/ili9341_regs.h" framework="" version="3.11.0" source="sam\components\display\ili93xx\ili9341_regs.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/Config/conf_ili93xx.h" framework="" version="3.11.0" source="sam\components\display\ili93xx\module_config\conf_ili93xx.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/ebi/smc/smc.c" framework="" version="3.11.0" source="sam\drivers\ebi\smc\smc.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/ebi/smc/smc.h" framework="" version="3.11.0" source="sam\drivers\ebi\smc\smc.h" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/tc/tc.c" framework="" version="3.11.0" source="sam\drivers\tc\tc.c" changed="False" content-id="Atmel.ASF" />\r
-          <file path="src/ASF/sam/drivers/tc/tc.h" framework="" version="3.11.0" source="sam\drivers\tc\tc.h" changed="False" content-id="Atmel.ASF" />\r
-        </files>\r
-        <documentation help="http://asf.atmel.com/docs/3.11.0/common.applications.user_application.sam4e_ek/html/index.html" />\r
-        <offline-documentation help="" />\r
-        <dependencies>\r
-          <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.20.1" />\r
-        </dependencies>\r
-        <project id="common.applications.user_application.sam4e_ek" value="Add" config="" content-id="Atmel.ASF" />\r
-        <board id="board.sam4e_ek" value="Add" config="" content-id="Atmel.ASF" />\r
-      </framework-data>\r
-    </AsfFrameworkConfig>\r
-    <avrdevice>ATSAM4E16E</avrdevice>\r
-    <avrdeviceseries>sam4e</avrdeviceseries>\r
-    <Language>C</Language>\r
-    <ToolchainName>com.Atmel.ARMGCC.C</ToolchainName>\r
-    <ArmGccProjectExtensions />\r
-    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>\r
-    <OutputFileName>$(MSBuildProjectName)</OutputFileName>\r
-    <OutputFileExtension>.elf</OutputFileExtension>\r
-    <OutputType>Executable</OutputType>\r
-    <ToolchainFlavour>Native</ToolchainFlavour>\r
-    <KeepTimersRunning>true</KeepTimersRunning>\r
-    <OverrideVtor>false</OverrideVtor>\r
-    <CacheFlash>true</CacheFlash>\r
-    <ProgFlashFromRam>true</ProgFlashFromRam>\r
-    <RamSnippetAddress>0x20000000</RamSnippetAddress>\r
-    <UncachedRange />\r
-    <OverrideVtorValue>exception_table</OverrideVtorValue>\r
-    <BootSegment>2</BootSegment>\r
-    <eraseonlaunchrule>1</eraseonlaunchrule>\r
-    <avrtool>com.atmel.avrdbg.tool.samice</avrtool>\r
-    <com_atmel_avrdbg_tool_samice>\r
-      <ToolOptions>\r
-        <InterfaceProperties>\r
-          <JtagEnableExtResetOnStartSession>false</JtagEnableExtResetOnStartSession>\r
-          <SwdClock>7020000</SwdClock>\r
-        </InterfaceProperties>\r
-        <InterfaceName>SWD</InterfaceName>\r
-      </ToolOptions>\r
-      <ToolType>com.atmel.avrdbg.tool.samice</ToolType>\r
-      <ToolNumber>158000789</ToolNumber>\r
-      <ToolName>J-Link</ToolName>\r
-    </com_atmel_avrdbg_tool_samice>\r
-    <avrtoolinterface>SWD</avrtoolinterface>\r
-    <preserveEEPROM>true</preserveEEPROM>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
-    <ToolchainSettings>\r
-      <ArmGcc>\r
-  <armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>\r
-  <armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>\r
-  <armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>\r
-  <armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>\r
-  <armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>\r
-  <armgcc.compiler.symbols.DefSymbols>\r
-    <ListValues>\r
-      <Value>ARM_MATH_CM4=true</Value>\r
-      <Value>BOARD=SAM4E_EK</Value>\r
-      <Value>__SAM4E16E__</Value>\r
-      <Value>printf=iprintf</Value>\r
-    </ListValues>\r
-  </armgcc.compiler.symbols.DefSymbols>\r
-  <armgcc.compiler.directories.IncludePaths>\r
-    <ListValues>\r
-      <Value>../src</Value>\r
-      <Value>../src/ASF/common/boards</Value>\r
-      <Value>../src/ASF/common/services/clock</Value>\r
-      <Value>../src/ASF/common/services/ioport</Value>\r
-      <Value>../src/ASF/common/utils</Value>\r
-      <Value>../src/ASF/sam/boards</Value>\r
-      <Value>../src/ASF/sam/boards/sam4e_ek</Value>\r
-      <Value>../src/ASF/sam/drivers/pmc</Value>\r
-      <Value>../src/ASF/sam/utils</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/include</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/source/templates</Value>\r
-      <Value>../src/ASF/sam/utils/fpu</Value>\r
-      <Value>../src/ASF/sam/utils/header_files</Value>\r
-      <Value>../src/ASF/sam/utils/preprocessor</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Include</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-      <Value>../src/config</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\CMSIS\Include</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL\sam4e\include</Value>\r
-      <Value>../src/ASF/sam/components/ethernet_phy/ksz8051mnl</Value>\r
-      <Value>../src/ASF/sam/drivers/gmac</Value>\r
-      <Value>../src/ASF/sam/components/display/aat31xx</Value>\r
-      <Value>../src/ASF/sam/components/display/ili93xx</Value>\r
-      <Value>../src/ASF/sam/drivers/ebi/smc</Value>\r
-      <Value>../src/ASF/sam/drivers/tc</Value>\r
-    </ListValues>\r
-  </armgcc.compiler.directories.IncludePaths>\r
-  <armgcc.compiler.optimization.level>Optimize for size (-Os)</armgcc.compiler.optimization.level>\r
-  <armgcc.compiler.optimization.OtherFlags>-fdata-sections</armgcc.compiler.optimization.OtherFlags>\r
-  <armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>\r
-  <armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>\r
-  <armgcc.compiler.miscellaneous.OtherFlags>-pipe -fno-strict-aliasing -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -std=gnu99 -ffunction-sections -fdata-sections -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int -Wmain -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused -Wuninitialized -Wunknown-pragmas -Wfloat-equal -Wundef -Wshadow -Wbad-function-cast -Wwrite-strings -Wsign-compare -Waggregate-return -Wmissing-declarations -Wformat -Wmissing-format-attribute -Wno-deprecated-declarations -Wpacked -Wredundant-decls -Wnested-externs -Wlong-long -Wunreachable-code -Wcast-align --param max-inline-insns-single=500 -mfloat-abi=softfp -mfpu=vfpv4</armgcc.compiler.miscellaneous.OtherFlags>\r
-  <armgcc.linker.libraries.Libraries>\r
-    <ListValues>\r
-      <Value>arm_cortexM4lf_math</Value>\r
-      <Value>m</Value>\r
-    </ListValues>\r
-  </armgcc.linker.libraries.Libraries>\r
-  <armgcc.linker.libraries.LibrarySearchPaths>\r
-    <ListValues>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-    </ListValues>\r
-  </armgcc.linker.libraries.LibrarySearchPaths>\r
-  <armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>\r
-  <armgcc.linker.miscellaneous.LinkerFlags>-Wl,--entry=Reset_Handler -Wl,--cref -mthumb -T../src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld</armgcc.linker.miscellaneous.LinkerFlags>\r
-  <armgcc.preprocessingassembler.general.AssemblerFlags>-DARM_MATH_CM4=true -DBOARD=SAM4E_EK -D__SAM4E16E__ -Dprintf=iprintf</armgcc.preprocessingassembler.general.AssemblerFlags>\r
-  <armgcc.preprocessingassembler.general.IncludePaths>\r
-    <ListValues>\r
-      <Value>../src</Value>\r
-      <Value>../src/ASF/common/boards</Value>\r
-      <Value>../src/ASF/common/services/clock</Value>\r
-      <Value>../src/ASF/common/services/ioport</Value>\r
-      <Value>../src/ASF/common/utils</Value>\r
-      <Value>../src/ASF/sam/boards</Value>\r
-      <Value>../src/ASF/sam/boards/sam4e_ek</Value>\r
-      <Value>../src/ASF/sam/drivers/pmc</Value>\r
-      <Value>../src/ASF/sam/utils</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/include</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/source/templates</Value>\r
-      <Value>../src/ASF/sam/utils/fpu</Value>\r
-      <Value>../src/ASF/sam/utils/header_files</Value>\r
-      <Value>../src/ASF/sam/utils/preprocessor</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Include</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-      <Value>../src/config</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\CMSIS\Include</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL\sam4e\include</Value>\r
-      <Value>../src/ASF/sam/components/ethernet_phy/ksz8051mnl</Value>\r
-      <Value>../src/ASF/sam/drivers/gmac</Value>\r
-      <Value>../src/ASF/sam/components/display/aat31xx</Value>\r
-      <Value>../src/ASF/sam/components/display/ili93xx</Value>\r
-      <Value>../src/ASF/sam/drivers/ebi/smc</Value>\r
-      <Value>../src/ASF/sam/drivers/tc</Value>\r
-    </ListValues>\r
-  </armgcc.preprocessingassembler.general.IncludePaths>\r
-</ArmGcc>\r
-    </ToolchainSettings>\r
-    <GenerateHexFile>True</GenerateHexFile>\r
-    <GenerateMapFile>True</GenerateMapFile>\r
-    <GenerateListFile>True</GenerateListFile>\r
-    <GenerateEepFile>True</GenerateEepFile>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
-    <ToolchainSettings>\r
-      <ArmGcc>\r
-  <armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>\r
-  <armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>\r
-  <armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>\r
-  <armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>\r
-  <armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>\r
-  <armgcc.compiler.symbols.DefSymbols>\r
-    <ListValues>\r
-      <Value>ARM_MATH_CM4=true</Value>\r
-      <Value>BOARD=SAM4E_EK</Value>\r
-      <Value>__SAM4E16E__</Value>\r
-    </ListValues>\r
-  </armgcc.compiler.symbols.DefSymbols>\r
-  <armgcc.compiler.directories.IncludePaths>\r
-    <ListValues>\r
-      <Value>../src</Value>\r
-      <Value>../src/ASF/common/boards</Value>\r
-      <Value>../src/ASF/common/services/clock</Value>\r
-      <Value>../src/ASF/common/services/ioport</Value>\r
-      <Value>../src/ASF/common/utils</Value>\r
-      <Value>../src/ASF/sam/boards</Value>\r
-      <Value>../src/ASF/sam/boards/sam4e_ek</Value>\r
-      <Value>../src/ASF/sam/drivers/pmc</Value>\r
-      <Value>../src/ASF/sam/utils</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/include</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/source/templates</Value>\r
-      <Value>../src/ASF/sam/utils/fpu</Value>\r
-      <Value>../src/ASF/sam/utils/header_files</Value>\r
-      <Value>../src/ASF/sam/utils/preprocessor</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Include</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-      <Value>../src/config</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\CMSIS\Include</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL\sam4e\include</Value>\r
-      <Value>../../../../FreeRTOS/Source/portable/GCC/ARM_CM4F</Value>\r
-      <Value>../../../../FreeRTOS/Source/include</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1</Value>\r
-      <Value>../src/ASF/sam/components/ethernet_phy/ksz8051mnl</Value>\r
-      <Value>../src/ASF/sam/drivers/gmac</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands</Value>\r
-      <Value>../../Common/include</Value>\r
-      <Value>../src/ASF/sam/components/display/aat31xx</Value>\r
-      <Value>../src/ASF/sam/components/display/ili93xx</Value>\r
-      <Value>../src/ASF/sam/drivers/ebi/smc</Value>\r
-      <Value>../../../../FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients</Value>\r
-      <Value>../src/ASF/sam/drivers/tc</Value>\r
-    </ListValues>\r
-  </armgcc.compiler.directories.IncludePaths>\r
-  <armgcc.compiler.optimization.level>Optimize (-O1)</armgcc.compiler.optimization.level>\r
-  <armgcc.compiler.optimization.OtherFlags>-fdata-sections</armgcc.compiler.optimization.OtherFlags>\r
-  <armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>\r
-  <armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>\r
-  <armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>\r
-  <armgcc.compiler.warnings.ExtraWarnings>True</armgcc.compiler.warnings.ExtraWarnings>\r
-  <armgcc.compiler.miscellaneous.OtherFlags>-pipe -fno-strict-aliasing -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -mfloat-abi=softfp -mfpu=vfpv4 -Wno-attributes -Wno-unused-function</armgcc.compiler.miscellaneous.OtherFlags>\r
-  <armgcc.linker.libraries.Libraries>\r
-    <ListValues>\r
-      <Value>m</Value>\r
-    </ListValues>\r
-  </armgcc.linker.libraries.Libraries>\r
-  <armgcc.linker.libraries.LibrarySearchPaths>\r
-    <ListValues>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-    </ListValues>\r
-  </armgcc.linker.libraries.LibrarySearchPaths>\r
-  <armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>\r
-  <armgcc.linker.memorysettings.ExternalRAM />\r
-  <armgcc.linker.miscellaneous.LinkerFlags>-Wl,--entry=Reset_Handler -Wl,--cref -mthumb -T../src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld</armgcc.linker.miscellaneous.LinkerFlags>\r
-  <armgcc.assembler.debugging.DebugLevel>Default (-g)</armgcc.assembler.debugging.DebugLevel>\r
-  <armgcc.preprocessingassembler.general.AssemblerFlags>-DARM_MATH_CM4=true -DBOARD=SAM4E_EK -D__SAM4E16E__ -Dprintf=iprintf</armgcc.preprocessingassembler.general.AssemblerFlags>\r
-  <armgcc.preprocessingassembler.general.IncludePaths>\r
-    <ListValues>\r
-      <Value>../src</Value>\r
-      <Value>../src/ASF/common/boards</Value>\r
-      <Value>../src/ASF/common/services/clock</Value>\r
-      <Value>../src/ASF/common/services/ioport</Value>\r
-      <Value>../src/ASF/common/utils</Value>\r
-      <Value>../src/ASF/sam/boards</Value>\r
-      <Value>../src/ASF/sam/boards/sam4e_ek</Value>\r
-      <Value>../src/ASF/sam/drivers/pmc</Value>\r
-      <Value>../src/ASF/sam/utils</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/include</Value>\r
-      <Value>../src/ASF/sam/utils/cmsis/sam4e/source/templates</Value>\r
-      <Value>../src/ASF/sam/utils/fpu</Value>\r
-      <Value>../src/ASF/sam/utils/header_files</Value>\r
-      <Value>../src/ASF/sam/utils/preprocessor</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Include</Value>\r
-      <Value>../src/ASF/thirdparty/CMSIS/Lib/GCC</Value>\r
-      <Value>../src/config</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\CMSIS\Include</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL</Value>\r
-      <Value>%24(ToolchainDir)\..\..\CMSIS_Atmel\Device\ATMEL\sam4e\include</Value>\r
-      <Value>../src/ASF/sam/components/ethernet_phy/ksz8051mnl</Value>\r
-      <Value>../src/ASF/sam/drivers/gmac</Value>\r
-      <Value>../src/ASF/sam/components/display/aat31xx</Value>\r
-      <Value>../src/ASF/sam/components/display/ili93xx</Value>\r
-      <Value>../src/ASF/sam/drivers/ebi/smc</Value>\r
-      <Value>../src/ASF/sam/drivers/tc</Value>\r
-    </ListValues>\r
-  </armgcc.preprocessingassembler.general.IncludePaths>\r
-  <armgcc.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</armgcc.preprocessingassembler.debugging.DebugLevel>\r
-</ArmGcc>\r
-    </ToolchainSettings>\r
-    <GenerateHexFile>True</GenerateHexFile>\r
-    <GenerateMapFile>True</GenerateMapFile>\r
-    <GenerateListFile>True</GenerateListFile>\r
-    <GenerateEepFile>True</GenerateEepFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_CLI_Demos\File-Related-CLI-commands.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\File-Related-CLI-commands.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_CLI_Demos\Sample-CLI-commands.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Sample-CLI-commands.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_CLI_Demos\UDP-Related-CLI-commands.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\UDP-Related-CLI-commands.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_FAT_SL_Demos\CreateExampleFiles\File-system-demo.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\File-system-demo.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_UDP_Demos\CLICommands\UDPCommandServer.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\UDPCommandServer.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\TwoEchoClients.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\dir.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\dir.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\drv.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\drv.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\fat.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\fat.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\file.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\file.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\f_lock.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\f_lock.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\util.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util_sfn.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\util_sfn.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\volume.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\volume.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\media-drv\ram\ramdrv_f.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\Media Driver\ramdrv_f.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-FAT-SL\psp\target\rtc\psp_rtc.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+FAT SL\PSP\Target\RTC\psp_rtc.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\Source\event_groups.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\event_groups.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\blocktim.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\blocktim.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\countsem.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\countsem.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\dynamic.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\dynamic.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\EventGroupsDemo.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\EventGroupsDemo.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\flash_timer.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\flash_timer.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\GenQTest.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\GenQTest.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\IntQueue.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\IntQueue.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\IntSemTest.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\IntSemTest.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\QPeek.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\QPeek.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\QueueOverwrite.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\QueueOverwrite.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\QueueSet.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\QueueSet.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\recmutex.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\recmutex.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\semtest.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\semtest.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\TaskNotify.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\TaskNotify.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\Common\Minimal\TimerDemo.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\Common Demo Tasks\TimerDemo.c</Link>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\components\display\aat31xx\aat31xx.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\components\display\aat31xx\aat31xx.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\components\display\ili93xx\ili9325_regs.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\components\display\ili93xx\ili9341_regs.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\ASF\sam\components\display\ili93xx\ili93xx.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\components\display\ili93xx\ili93xx.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\ASF\sam\drivers\ebi\smc\smc.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\drivers\ebi\smc\smc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\ASF\sam\drivers\tc\tc.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\drivers\tc\tc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\ASF\sam\utils\syscalls\gcc\syscalls.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\config\config_fat_sl.h">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\config\config_mdriver_ram.h">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\config\conf_aat31xx.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\config\conf_ili93xx.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\config\FreeRTOSIPConfig.h">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\FreeRTOS+\FreeRTOS+FAT SL\API\fat_sl.h">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\IntQueueTimer.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\LCDUtils.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\main_blinky.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\main_full.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ParTest.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\printf-stdarg.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\RunTimeStatsTimer.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\components\ethernet_phy\documentation.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Demo\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\DemoIPTrace.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+CLI\FreeRTOS_CLI.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\FreeRTOS_DHCP.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\FreeRTOS_DHCP.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\FreeRTOS_DNS.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\FreeRTOS_DNS.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\FreeRTOS_Sockets.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\FreeRTOS_Sockets.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\FreeRTOS_UDP_IP.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\FreeRTOS_UDP_IP.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_2.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\portable\NetworkBuffers\BufferAllocation_2.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\portable\NetworkInterface\SAM4E\NetworkInterface.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS+\FreeRTOS+UDP\portable\NetWorkInterface\NetworkInterface.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\list.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\list.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\portable\port.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\portable\heap_4.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\queue.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\queue.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\tasks.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\tasks.c</Link>\r
-    </Compile>\r
-    <Compile Include="..\..\..\FreeRTOS\Source\timers.c">\r
-      <SubType>compile</SubType>\r
-      <Link>src\FreeRTOS\timers.c</Link>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\components\ethernet_phy\ksz8051mnl\ethernet_phy.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\components\ethernet_phy\ksz8051mnl\ethernet_phy.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\ASF\sam\drivers\gmac\gmac.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\ASF\sam\drivers\gmac\gmac.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\config\conf_eth.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <Compile Include="src\config\FreeRTOSConfig.h">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\main.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\common\services\clock\sam4e\sysclk.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\common\utils\interrupt\interrupt_sam_nvic.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\boards\sam4e_ek\init.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\drivers\pmc\pmc.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\drivers\pmc\sleep.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\exceptions.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\gcc\startup_sam4e.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <Compile Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\system_sam4e.c">\r
-      <SubType>compile</SubType>\r
-    </Compile>\r
-    <None Include="src\asf.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\config\conf_board.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\config\conf_clock.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\boards\board.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\genclk.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\osc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\pll.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\sam4e\genclk.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\sam4e\osc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\sam4e\pll.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\sam4e\sysclk.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\clock\sysclk.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\ioport\ioport.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\services\ioport\sam\ioport_pio.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\utils\interrupt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\utils\interrupt\interrupt_sam_nvic.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\common\utils\parts.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\boards\sam4e_ek\led.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\boards\sam4e_ek\sam4e_ek.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\drivers\pmc\pmc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\drivers\pmc\sleep.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\acc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\aes.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\afec.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\can.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\chipid.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\cmcc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\crccu.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\dacc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\dmac.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\efc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\gmac.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\gpbr.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\hsmci.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\matrix.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\pdc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\pio.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\pmc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\pwm.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\rstc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\rswdt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\rtc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\rtt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\smc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\spi.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\supc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\tc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\twi.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\uart.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\udp.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\usart.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\component\wdt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\acc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\aes.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\afec0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\afec1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\can0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\can1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\chipid.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\cmcc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\crccu.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\dacc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\dmac.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\efc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\gmac.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\gpbr.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\hsmci.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\matrix.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\pioa.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\piob.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\pioc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\piod.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\pioe.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\pmc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\pwm.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\rstc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\rswdt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\rtc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\rtt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\smc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\spi.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\supc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\tc0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\tc1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\tc2.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\twi0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\twi1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\uart0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\uart1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\udp.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\usart0.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\usart1.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\wdt.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\pio\sam4e16c.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\pio\sam4e16e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\pio\sam4e8c.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\pio\sam4e8e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\sam4e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\sam4e16c.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\sam4e16e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\sam4e8c.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\include\sam4e8e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\exceptions.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\system_sam4e.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\compiler.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\fpu\fpu.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\header_files\io.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\linker_scripts\sam4e\sam4e16e\gcc\flash.ld">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\make\Makefile.sam.in">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\preprocessor\mrepeat.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\preprocessor\preprocessor.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\preprocessor\stringz.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\preprocessor\tpaste.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\sam\utils\status_codes.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\Include\arm_math.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\Include\core_cm4.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\Include\core_cm4_simd.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\Include\core_cmFunc.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\Include\core_cmInstr.h">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\README.txt">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-    <None Include="src\ASF\thirdparty\CMSIS\license.txt">\r
-      <SubType>compile</SubType>\r
-    </None>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Folder Include="src\" />\r
-    <Folder Include="src\ASF\" />\r
-    <Folder Include="src\ASF\common\" />\r
-    <Folder Include="src\ASF\common\boards\" />\r
-    <Folder Include="src\ASF\common\services\" />\r
-    <Folder Include="src\ASF\common\services\clock\" />\r
-    <Folder Include="src\ASF\common\services\clock\sam4e\" />\r
-    <Folder Include="src\ASF\common\services\ioport\" />\r
-    <Folder Include="src\ASF\common\services\ioport\sam\" />\r
-    <Folder Include="src\ASF\common\utils\" />\r
-    <Folder Include="src\ASF\common\utils\interrupt\" />\r
-    <Folder Include="src\ASF\sam\" />\r
-    <Folder Include="src\ASF\sam\boards\" />\r
-    <Folder Include="src\ASF\sam\boards\sam4e_ek\" />\r
-    <Folder Include="src\ASF\sam\components\" />\r
-    <Folder Include="src\ASF\sam\components\display\" />\r
-    <Folder Include="src\ASF\sam\components\display\aat31xx\" />\r
-    <Folder Include="src\ASF\sam\components\display\ili93xx\" />\r
-    <Folder Include="src\ASF\sam\components\ethernet_phy\" />\r
-    <Folder Include="src\ASF\sam\components\ethernet_phy\ksz8051mnl\" />\r
-    <Folder Include="src\ASF\sam\drivers\" />\r
-    <Folder Include="src\ASF\sam\drivers\ebi\" />\r
-    <Folder Include="src\ASF\sam\drivers\ebi\smc\" />\r
-    <Folder Include="src\ASF\sam\drivers\gmac\" />\r
-    <Folder Include="src\ASF\sam\drivers\pmc\" />\r
-    <Folder Include="src\ASF\sam\drivers\tc\" />\r
-    <Folder Include="src\ASF\sam\utils\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\include\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\include\component\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\include\instance\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\include\pio\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\source\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\" />\r
-    <Folder Include="src\ASF\sam\utils\cmsis\sam4e\source\templates\gcc\" />\r
-    <Folder Include="src\ASF\sam\utils\fpu\" />\r
-    <Folder Include="src\ASF\sam\utils\header_files\" />\r
-    <Folder Include="src\ASF\sam\utils\linker_scripts\" />\r
-    <Folder Include="src\ASF\sam\utils\linker_scripts\sam4e\" />\r
-    <Folder Include="src\ASF\sam\utils\linker_scripts\sam4e\sam4e16e\" />\r
-    <Folder Include="src\ASF\sam\utils\linker_scripts\sam4e\sam4e16e\gcc\" />\r
-    <Folder Include="src\ASF\sam\utils\make\" />\r
-    <Folder Include="src\ASF\sam\utils\preprocessor\" />\r
-    <Folder Include="src\ASF\sam\utils\syscalls\" />\r
-    <Folder Include="src\ASF\sam\utils\syscalls\gcc\" />\r
-    <Folder Include="src\ASF\thirdparty\" />\r
-    <Folder Include="src\ASF\thirdparty\CMSIS\" />\r
-    <Folder Include="src\ASF\thirdparty\CMSIS\Include\" />\r
-    <Folder Include="src\ASF\thirdparty\CMSIS\Lib\" />\r
-    <Folder Include="src\ASF\thirdparty\CMSIS\Lib\GCC\" />\r
-    <Folder Include="src\config\" />\r
-    <Folder Include="src\FreeRTOS" />\r
-    <Folder Include="src\FreeRTOS+" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL\API" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL\Media Driver" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL\PSP" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL\PSP\Target" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL\PSP\Target\RTC" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+UDP" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+UDP\portable" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+UDP\portable\NetWorkInterface" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+UDP\portable\NetworkBuffers" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+CLI" />\r
-    <Folder Include="src\FreeRTOS+\FreeRTOS+FAT SL" />\r
-    <Folder Include="src\FreeRTOS\portable" />\r
-    <Folder Include="src\Common Demo Tasks" />\r
-  </ItemGroup>\r
-  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />\r
-</Project>
\ No newline at end of file
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/ReadMe.txt b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/ReadMe.txt
new file mode 100644 (file)
index 0000000..24bb546
--- /dev/null
@@ -0,0 +1,4 @@
+FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,\r
+which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can\r
+be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches\r
+applied to FreeRTOS+TCP.
\ No newline at end of file
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/Read_Me_Instructions.url b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/Read_Me_Instructions.url
deleted file mode 100644 (file)
index 86d28f1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[InternetShortcut]\r
-URL=http://www.freertos.org/Atmel_SAM4E_RTOS_Demo.html\r
-IDList=\r
-[{000214A0-0000-0000-C000-000000000046}]\r
-Prop3=19,2\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/See also FreeRTOS+TCP.url b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/See also FreeRTOS+TCP.url
new file mode 100644 (file)
index 0000000..2da199c
--- /dev/null
@@ -0,0 +1,5 @@
+[{000214A0-0000-0000-C000-000000000046}]\r
+Prop3=19,2\r
+[InternetShortcut]\r
+URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/index.html\r
+IDList=\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/jlink.config b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/jlink.config
deleted file mode 100644 (file)
index de1b137..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-[BREAKPOINTS]\r
-ShowInfoWin = 1\r
-EnableFlashBP = 2\r
-BPDuringExecution = 0\r
-[CFI]\r
-CFISize = 0x00\r
-CFIAddr = 0x00\r
-[CPU]\r
-OverrideMemMap = 0\r
-AllowSimulation = 1\r
-ScriptFile=""\r
-[FLASH]\r
-CacheExcludeSize = 0x00\r
-CacheExcludeAddr = 0x00\r
-MinNumBytesFlashDL = 0\r
-SkipProgOnCRCMatch = 1\r
-VerifyDownload = 1\r
-AllowCaching = 1\r
-EnableFlashDL = 2\r
-Override = 0\r
-Device="UNSPECIFIED"\r
-[GENERAL]\r
-WorkRAMSize = 0x00\r
-WorkRAMAddr = 0x00\r
-RAMUsageLimit = 0x00\r
-[SWO]\r
-SWOLogFile=""\r
-[MEM]\r
-RdOverrideOrMask = 0x00\r
-RdOverrideAndMask = 0xFFFFFFFF\r
-RdOverrideAddr = 0xFFFFFFFF\r
-WrOverrideOrMask = 0x00\r
-WrOverrideAndMask = 0xFFFFFFFF\r
-WrOverrideAddr = 0xFFFFFFFF\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/boards/board.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/boards/board.h
deleted file mode 100644 (file)
index c355c03..0000000
+++ /dev/null
@@ -1,347 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Standard board header file.\r
- *\r
- * This file includes the appropriate board header file according to the\r
- * defined board (parameter BOARD).\r
- *\r
- * Copyright (c) 2009-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _BOARD_H_\r
-#define _BOARD_H_\r
-\r
-/**\r
- * \defgroup group_common_boards Generic board support\r
- *\r
- * The generic board support module includes board-specific definitions\r
- * and function prototypes, such as the board initialization function.\r
- *\r
- * \{\r
- */\r
-\r
-#include "compiler.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-\r
-/*! \name Base Boards\r
- */\r
-//! @{\r
-#define EVK1100                     1  //!< AT32UC3A EVK1100 board.\r
-#define EVK1101                     2  //!< AT32UC3B EVK1101 board.\r
-#define UC3C_EK                     3  //!< AT32UC3C UC3C_EK board.\r
-#define EVK1104                     4  //!< AT32UC3A3 EVK1104 board.\r
-#define EVK1105                     5  //!< AT32UC3A EVK1105 board.\r
-#define STK600_RCUC3L0              6  //!< STK600 RCUC3L0 board.\r
-#define UC3L_EK                     7  //!< AT32UC3L-EK board.\r
-#define XPLAIN                      8  //!< ATxmega128A1 Xplain board.\r
-#define STK600_RC064X              10  //!< ATxmega256A3 STK600 board.\r
-#define STK600_RC100X              11  //!< ATxmega128A1 STK600 board.\r
-#define UC3_A3_XPLAINED            13  //!< ATUC3A3 UC3-A3 Xplained board.\r
-#define UC3_L0_XPLAINED            15  //!< ATUC3L0 UC3-L0 Xplained board.\r
-#define STK600_RCUC3D              16  //!< STK600 RCUC3D board.\r
-#define STK600_RCUC3C0             17  //!< STK600 RCUC3C board.\r
-#define XMEGA_B1_XPLAINED          18  //!< ATxmega128B1 Xplained board.\r
-#define XMEGA_A1_XPLAINED          19  //!< ATxmega128A1 Xplain-A1 board.\r
-#define STK600_RCUC3L4             21  //!< ATUCL4 STK600 board\r
-#define UC3_L0_XPLAINED_BC         22  //!< ATUC3L0 UC3-L0 Xplained board controller board\r
-#define MEGA1284P_XPLAINED_BC      23  //!< ATmega1284P-Xplained board controller board\r
-#define STK600_RC044X              24  //!< STK600 with RC044X routing card board.\r
-#define STK600_RCUC3B0             25  //!< STK600 RCUC3B0 board.\r
-#define UC3_L0_QT600               26  //!< QT600 UC3L0 MCU board.\r
-#define XMEGA_A3BU_XPLAINED        27  //!< ATxmega256A3BU Xplained board.\r
-#define STK600_RC064X_LCDX         28  //!< XMEGAB3 STK600 RC064X LCDX board.\r
-#define STK600_RC100X_LCDX         29  //!< XMEGAB1 STK600 RC100X LCDX board.\r
-#define UC3B_BOARD_CONTROLLER      30  //!< AT32UC3B1 board controller for Atmel boards\r
-#define RZ600                      31  //!< AT32UC3A RZ600 MCU board\r
-#define SAM3S_EK                   32  //!< SAM3S-EK board.\r
-#define SAM3U_EK                   33  //!< SAM3U-EK board.\r
-#define SAM3X_EK                   34  //!< SAM3X-EK board.\r
-#define SAM3N_EK                   35  //!< SAM3N-EK board.\r
-#define SAM3S_EK2                  36  //!< SAM3S-EK2 board.\r
-#define SAM4S_EK                   37  //!< SAM4S-EK board.\r
-#define STK600_RCUC3A0             38  //!< STK600 RCUC3A0 board.\r
-#define STK600_MEGA                39  //!< STK600 MEGA board.\r
-#define MEGA_1284P_XPLAINED        40  //!< ATmega1284P Xplained board.\r
-#define SAM4S_XPLAINED             41  //!< SAM4S Xplained board.\r
-#define ATXMEGA128A1_QT600         42  //!< QT600 ATXMEGA128A1 MCU board.\r
-#define ARDUINO_DUE_X              43  //!< Arduino Due/X board.\r
-#define STK600_RCUC3L3             44  //!< ATUCL3 STK600 board\r
-#define SAM4L_EK                   45  //!< SAM4L-EK board.\r
-#define STK600_MEGA_RF             46  //!< STK600 MEGA RF EVK board.\r
-#define XMEGA_C3_XPLAINED          47  //!< ATxmega384C3 Xplained board.\r
-#define STK600_RC032X              48  //!< STK600 with RC032X routing card board.\r
-#define SAM4S_EK2                  49  //!< SAM4S-EK2 board.\r
-#define XMEGA_E5_XPLAINED          50  //!< ATxmega32E5 Xplained board.\r
-#define SAM4E_EK                   51  //!< SAM4E-EK board.\r
-#define ATMEGA256RFR2_XPLAINED_PRO 52  //!< ATmega256RFR2 Xplained Pro board.\r
-#define SAM4S_XPLAINED_PRO         53  //!< SAM4S Xplained Pro board.\r
-#define SAM4L_XPLAINED_PRO         54  //!< SAM4L Xplained Pro board.\r
-#define ATMEGA256RFR2_ZIGBIT       55  //!< ATmega256RFR2 zigbit\r
-#define XMEGA_RF233_ZIGBIT         56  //!< ATxmega256A3U with AT86RF233 zigbit\r
-#define XMEGA_RF212B_ZIGBIT        57  //!< ATxmega256A3U with AT86RF212B zigbit\r
-#define SAM4S_WPIR_RD              58  //!< SAM4S-WPIR-RD board.\r
-#define SAMD20_XPLAINED_PRO        59  //!< SAMD20 Xplained PRO board\r
-#define SAM4L8_XPLAINED_PRO        60  //!< SAM4L8 Xplained Pro board.\r
-#define SAM4N_XPLAINED_PRO         61  //!< SAM4N-XPLAINED-PRO board.\r
-#define XMEGA_A3_REB_CBB           62  //!< SAM4L8 Xplained Pro board.\r
-#define ATMEGARFX_RCB                     63  //!< RFR2 & RFA1 RCB\r
-#define SIMULATOR_XMEGA_A1         97  //!< Simulator for XMEGA A1 devices\r
-#define AVR_SIMULATOR_UC3          98  //!< AVR SIMULATOR for AVR UC3 device family.\r
-#define USER_BOARD                 99  //!< User-reserved board (if any).\r
-#define DUMMY_BOARD               100  //!< Dummy board to support board-independent applications (e.g. bootloader)\r
-//! @}\r
-\r
-/*! \name Extension Boards\r
- */\r
-//! @{\r
-#define EXT1102                      1  //!< AT32UC3B EXT1102 board\r
-#define MC300                        2  //!< AT32UC3 MC300 board\r
-#define SENSORS_XPLAINED_INERTIAL_1  3  //!< Xplained inertial sensor board 1\r
-#define SENSORS_XPLAINED_INERTIAL_2  4  //!< Xplained inertial sensor board 2\r
-#define SENSORS_XPLAINED_PRESSURE_1  5  //!< Xplained pressure sensor board\r
-#define SENSORS_XPLAINED_LIGHTPROX_1 6  //!< Xplained light & proximity sensor board\r
-#define SENSORS_XPLAINED_INERTIAL_A1 7  //!< Xplained inertial sensor board "A"\r
-#define RZ600_AT86RF231              8  //!< AT86RF231 RF board in RZ600\r
-#define RZ600_AT86RF230B             9  //!< AT86RF230B RF board in RZ600\r
-#define RZ600_AT86RF212             10  //!< AT86RF212 RF board in RZ600\r
-#define SENSORS_XPLAINED_BREADBOARD 11  //!< Xplained sensor development breadboard\r
-#define SECURITY_XPLAINED           12  //!< Xplained ATSHA204 board\r
-#define USER_EXT_BOARD              99  //!< User-reserved extension board (if any).\r
-//! @}\r
-\r
-#if BOARD == EVK1100\r
-#  include "evk1100/evk1100.h"\r
-#elif BOARD == EVK1101\r
-#  include "evk1101/evk1101.h"\r
-#elif BOARD == UC3C_EK\r
-#  include "uc3c_ek/uc3c_ek.h"\r
-#elif BOARD == EVK1104\r
-#  include "evk1104/evk1104.h"\r
-#elif BOARD == EVK1105\r
-#  include "evk1105/evk1105.h"\r
-#elif BOARD == STK600_RCUC3L0\r
-#  include "stk600/rcuc3l0/stk600_rcuc3l0.h"\r
-#elif BOARD == UC3L_EK\r
-#  include "uc3l_ek/uc3l_ek.h"\r
-#elif BOARD == STK600_RCUC3L4\r
-#  include "stk600/rcuc3l4/stk600_rcuc3l4.h"\r
-#elif BOARD == XPLAIN\r
-#  include "xplain/xplain.h"\r
-#elif BOARD == STK600_MEGA\r
-  /*No header-file to include*/\r
-#elif BOARD == STK600_MEGA_RF\r
-#  include "stk600.h"\r
-#elif BOARD == ATMEGA256RFR2_XPLAINED_PRO\r
-#  include "atmega256rfr2_xplained_pro/atmega256rfr2_xplained_pro.h"\r
-#elif BOARD == ATMEGA256RFR2_ZIGBIT\r
-#  include "atmega256rfr2_zigbit/atmega256rfr2_zigbit.h"\r
-#elif BOARD == STK600_RC032X\r
-#  include "stk600/rc032x/stk600_rc032x.h"\r
-#elif BOARD == STK600_RC044X\r
-#  include "stk600/rc044x/stk600_rc044x.h"\r
-#elif BOARD == STK600_RC064X\r
-#  include "stk600/rc064x/stk600_rc064x.h"\r
-#elif BOARD == STK600_RC100X\r
-#  include "stk600/rc100x/stk600_rc100x.h"\r
-#elif BOARD == UC3_A3_XPLAINED\r
-#  include "uc3_a3_xplained/uc3_a3_xplained.h"\r
-#elif BOARD == UC3_L0_XPLAINED\r
-#  include "uc3_l0_xplained/uc3_l0_xplained.h"\r
-#elif BOARD == STK600_RCUC3B0\r
-#  include "stk600/rcuc3b0/stk600_rcuc3b0.h"\r
-#elif BOARD == STK600_RCUC3D\r
-#  include "stk600/rcuc3d/stk600_rcuc3d.h"\r
-#elif BOARD == STK600_RCUC3C0\r
-#  include "stk600/rcuc3c0/stk600_rcuc3c0.h"\r
-#elif BOARD == XMEGA_B1_XPLAINED\r
-#  include "xmega_b1_xplained/xmega_b1_xplained.h"\r
-#elif BOARD == STK600_RC064X_LCDX\r
-#  include "stk600/rc064x_lcdx/stk600_rc064x_lcdx.h"\r
-#elif BOARD == STK600_RC100X_LCDX\r
-#  include "stk600/rc100x_lcdx/stk600_rc100x_lcdx.h"\r
-#elif BOARD == XMEGA_A1_XPLAINED\r
-#  include "xmega_a1_xplained/xmega_a1_xplained.h"\r
-#elif BOARD == UC3_L0_XPLAINED_BC\r
-#  include "uc3_l0_xplained_bc/uc3_l0_xplained_bc.h"\r
-#elif BOARD == SAM3S_EK\r
-#  include "sam3s_ek/sam3s_ek.h"\r
-#  include "system_sam3s.h"\r
-#elif BOARD == SAM3S_EK2\r
-#  include "sam3s_ek2/sam3s_ek2.h"\r
-#  include "system_sam3sd8.h"\r
-#elif BOARD == SAM3U_EK\r
-#  include "sam3u_ek/sam3u_ek.h"\r
-#  include "system_sam3u.h"\r
-#elif BOARD == SAM3X_EK\r
-#  include "sam3x_ek/sam3x_ek.h"\r
-#  include "system_sam3x.h"\r
-#elif BOARD == SAM3N_EK\r
-#  include "sam3n_ek/sam3n_ek.h"\r
-#  include "system_sam3n.h"\r
-#elif BOARD == SAM4S_EK\r
-#  include "sam4s_ek/sam4s_ek.h"\r
-#  include "system_sam4s.h"\r
-#elif BOARD == SAM4S_WPIR_RD\r
-#  include "sam4s_wpir_rd/sam4s_wpir_rd.h"\r
-#  include "system_sam4s.h"\r
-#elif BOARD == SAM4S_XPLAINED\r
-#  include "sam4s_xplained/sam4s_xplained.h"\r
-#  include "system_sam4s.h"\r
-#elif BOARD == SAM4S_EK2\r
-#  include "sam4s_ek2/sam4s_ek2.h"\r
-#  include "system_sam4s.h"\r
-#elif BOARD == MEGA_1284P_XPLAINED\r
-  /*No header-file to include*/\r
-#elif BOARD == ARDUINO_DUE_X\r
-#  include "arduino_due_x/arduino_due_x.h"\r
-#  include "system_sam3x.h"\r
-#elif BOARD == SAM4L_EK\r
-#  include "sam4l_ek/sam4l_ek.h"\r
-#elif BOARD == SAM4E_EK\r
-#  include "sam4e_ek/sam4e_ek.h"\r
-#elif BOARD == SAMD20_XPLAINED_PRO\r
-#  include "samd20_xplained_pro/samd20_xplained_pro.h"\r
-#elif BOARD == SAM4N_XPLAINED_PRO\r
-#  include "sam4n_xplained_pro/sam4n_xplained_pro.h"\r
-#elif BOARD == MEGA1284P_XPLAINED_BC\r
-#  include "mega1284p_xplained_bc/mega1284p_xplained_bc.h"\r
-#elif BOARD == UC3_L0_QT600\r
-#  include "uc3_l0_qt600/uc3_l0_qt600.h"\r
-#elif BOARD == XMEGA_A3BU_XPLAINED\r
-#  include "xmega_a3bu_xplained/xmega_a3bu_xplained.h"\r
-#elif BOARD == XMEGA_E5_XPLAINED\r
-#  include "xmega_e5_xplained/xmega_e5_xplained.h"\r
-#elif BOARD == UC3B_BOARD_CONTROLLER\r
-#  include "uc3b_board_controller/uc3b_board_controller.h"\r
-#elif BOARD == RZ600\r
-#  include "rz600/rz600.h"\r
-#elif BOARD == STK600_RCUC3A0\r
-#  include "stk600/rcuc3a0/stk600_rcuc3a0.h"\r
-#elif BOARD == ATXMEGA128A1_QT600\r
-#  include "atxmega128a1_qt600/atxmega128a1_qt600.h"\r
-#elif BOARD == STK600_RCUC3L3\r
-#  include "stk600/rcuc3l3/stk600_rcuc3l3.h"\r
-#elif BOARD == SAM4S_XPLAINED_PRO\r
-#  include "sam4s_xplained_pro/sam4s_xplained_pro.h"\r
-#elif BOARD == SAM4L_XPLAINED_PRO\r
-#  include "sam4l_xplained_pro/sam4l_xplained_pro.h"\r
-#elif BOARD == SAM4L8_XPLAINED_PRO\r
-#  include "sam4l8_xplained_pro/sam4l8_xplained_pro.h"\r
-#elif BOARD == SIMULATOR_XMEGA_A1\r
-#  include "simulator/xmega_a1/simulator_xmega_a1.h"\r
-#elif BOARD == XMEGA_C3_XPLAINED\r
-#  include "xmega_c3_xplained/xmega_c3_xplained.h"\r
-#elif BOARD == XMEGA_RF233_ZIGBIT\r
-#  include "xmega_rf233_zigbit/xmega_rf233_zigbit.h"\r
-#elif BOARD == XMEGA_A3_REB_CBB\r
-#  include "xmega_a3_reb_cbb/xmega_a3_reb_cbb.h"\r
-#elif BOARD == ATMEGARFX_RCB\r
-#  include "atmegarfx_rcb/atmegarfx_rcb.h"\r
-#elif BOARD == XMEGA_RF212B_ZIGBIT\r
-#  include "xmega_rf212b_zigbit/xmega_rf212b_zigbit.h"\r
-#elif BOARD == AVR_SIMULATOR_UC3\r
-#  include "avr_simulator_uc3/avr_simulator_uc3.h"\r
-#elif BOARD == USER_BOARD\r
-  // User-reserved area: #include the header file of your board here (if any).\r
-#  include "user_board.h"\r
-#elif BOARD == DUMMY_BOARD\r
-#  include "dummy/dummy_board.h"\r
-#else\r
-#  error No known Atmel board defined\r
-#endif\r
-\r
-#if (defined EXT_BOARD)\r
-#  if EXT_BOARD == MC300\r
-#    include "mc300/mc300.h"\r
-#  elif (EXT_BOARD == SENSORS_XPLAINED_INERTIAL_1)  || \\r
-        (EXT_BOARD == SENSORS_XPLAINED_INERTIAL_2)  || \\r
-        (EXT_BOARD == SENSORS_XPLAINED_INERTIAL_A1) || \\r
-        (EXT_BOARD == SENSORS_XPLAINED_PRESSURE_1)  || \\r
-        (EXT_BOARD == SENSORS_XPLAINED_LIGHTPROX_1) || \\r
-        (EXT_BOARD == SENSORS_XPLAINED_BREADBOARD)\r
-#    include "sensors_xplained/sensors_xplained.h"\r
-#  elif EXT_BOARD == RZ600_AT86RF231\r
-#     include "at86rf231/at86rf231.h"\r
-#  elif EXT_BOARD == RZ600_AT86RF230B\r
-#    include "at86rf230b/at86rf230b.h"\r
-#  elif EXT_BOARD == RZ600_AT86RF212\r
-#    include "at86rf212/at86rf212.h"\r
-#  elif EXT_BOARD == SECURITY_XPLAINED\r
-#    include "security_xplained.h"\r
-#  elif EXT_BOARD == USER_EXT_BOARD\r
-    // User-reserved area: #include the header file of your extension board here\r
-    // (if any).\r
-#  endif\r
-#endif\r
-\r
-\r
-#if (defined(__GNUC__) && defined(__AVR32__)) || (defined(__ICCAVR32__) || defined(__AAVR32__))\r
-#ifdef __AVR32_ABI_COMPILER__ // Automatically defined when compiling for AVR32, not when assembling.\r
-\r
-/*! \brief This function initializes the board target resources\r
- *\r
- * This function should be called to ensure proper initialization of the target\r
- * board hardware connected to the part.\r
- */\r
-extern void board_init(void);\r
-\r
-#endif  // #ifdef __AVR32_ABI_COMPILER__\r
-#else\r
-/*! \brief This function initializes the board target resources\r
- *\r
- * This function should be called to ensure proper initialization of the target\r
- * board hardware connected to the part.\r
- */\r
-extern void board_init(void);\r
-#endif\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-/**\r
- * \}\r
- */\r
-\r
-#endif  // _BOARD_H_\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/genclk.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/genclk.h
deleted file mode 100644 (file)
index 4de140d..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Generic clock management\r
- *\r
- * Copyright (c) 2010-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef CLK_GENCLK_H_INCLUDED\r
-#define CLK_GENCLK_H_INCLUDED\r
-\r
-#include "parts.h"\r
-\r
-#if SAM3S\r
-# include "sam3s/genclk.h"\r
-#elif SAM3U\r
-# include "sam3u/genclk.h"\r
-#elif SAM3N\r
-# include "sam3n/genclk.h"\r
-#elif SAM3XA\r
-# include "sam3x/genclk.h"\r
-#elif SAM4S\r
-# include "sam4s/genclk.h"\r
-#elif SAM4L\r
-# include "sam4l/genclk.h"\r
-#elif SAM4E\r
-# include "sam4e/genclk.h"\r
-#elif SAM4N\r
-# include "sam4n/genclk.h"\r
-#elif (UC3A0 || UC3A1)\r
-# include "uc3a0_a1/genclk.h"\r
-#elif UC3A3\r
-# include "uc3a3_a4/genclk.h"\r
-#elif UC3B\r
-# include "uc3b0_b1/genclk.h"\r
-#elif UC3C\r
-# include "uc3c/genclk.h"\r
-#elif UC3D\r
-# include "uc3d/genclk.h"\r
-#elif UC3L\r
-# include "uc3l/genclk.h"\r
-#else\r
-# error Unsupported chip type\r
-#endif\r
-\r
-/**\r
- * \ingroup clk_group\r
- * \defgroup genclk_group Generic Clock Management\r
- *\r
- * Generic clocks are configurable clocks which run outside the system\r
- * clock domain. They are often connected to peripherals which have an\r
- * asynchronous component running independently of the bus clock, e.g.\r
- * USB controllers, low-power timers and RTCs, etc.\r
- *\r
- * Note that not all platforms have support for generic clocks; on such\r
- * platforms, this API will not be available.\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \def GENCLK_DIV_MAX\r
- * \brief Maximum divider supported by the generic clock implementation\r
- */\r
-/**\r
- * \enum genclk_source\r
- * \brief Generic clock source ID\r
- *\r
- * Each generic clock may be generated from a different clock source.\r
- * These are the available alternatives provided by the chip.\r
- */\r
-\r
-//! \name Generic clock configuration\r
-//@{\r
-/**\r
- * \struct genclk_config\r
- * \brief Hardware representation of a set of generic clock parameters\r
- */\r
-/**\r
- * \fn void genclk_config_defaults(struct genclk_config *cfg,\r
- *              unsigned int id)\r
- * \brief Initialize \a cfg to the default configuration for the clock\r
- * identified by \a id.\r
- */\r
-/**\r
- * \fn void genclk_config_read(struct genclk_config *cfg, unsigned int id)\r
- * \brief Read the currently active configuration of the clock\r
- * identified by \a id into \a cfg.\r
- */\r
-/**\r
- * \fn void genclk_config_write(const struct genclk_config *cfg,\r
- *              unsigned int id)\r
- * \brief Activate the configuration \a cfg on the clock identified by\r
- * \a id.\r
- */\r
-/**\r
- * \fn void genclk_config_set_source(struct genclk_config *cfg,\r
- *              enum genclk_source src)\r
- * \brief Select a new source clock \a src in configuration \a cfg.\r
- */\r
-/**\r
- * \fn void genclk_config_set_divider(struct genclk_config *cfg,\r
- *              unsigned int divider)\r
- * \brief Set a new \a divider in configuration \a cfg.\r
- */\r
-/**\r
- * \fn void genclk_enable_source(enum genclk_source src)\r
- * \brief Enable the source clock \a src used by a generic clock.\r
- */\r
- //@}\r
-\r
-//! \name Enabling and disabling Generic Clocks\r
-//@{\r
-/**\r
- * \fn void genclk_enable(const struct genclk_config *cfg, unsigned int id)\r
- * \brief Activate the configuration \a cfg on the clock identified by\r
- * \a id and enable it.\r
- */\r
-/**\r
- * \fn void genclk_disable(unsigned int id)\r
- * \brief Disable the generic clock identified by \a id.\r
- */\r
-//@}\r
-\r
-/**\r
- * \brief Enable the configuration defined by \a src and \a divider\r
- * for the generic clock identified by \a id.\r
- *\r
- * \param id      The ID of the generic clock.\r
- * \param src     The source clock of the generic clock.\r
- * \param divider The divider used to generate the generic clock.\r
- */\r
-static inline void genclk_enable_config(unsigned int id, enum genclk_source src, unsigned int divider)\r
-{\r
-       struct genclk_config gcfg;\r
-\r
-       genclk_config_defaults(&gcfg, id);\r
-       genclk_enable_source(src);\r
-       genclk_config_set_source(&gcfg, src);\r
-       genclk_config_set_divider(&gcfg, divider);\r
-       genclk_enable(&gcfg, id);\r
-}\r
-\r
-//! @}\r
-\r
-#endif /* CLK_GENCLK_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/osc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/osc.h
deleted file mode 100644 (file)
index a21c7eb..0000000
+++ /dev/null
@@ -1,166 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Oscillator management\r
- *\r
- * Copyright (c) 2010-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef OSC_H_INCLUDED\r
-#define OSC_H_INCLUDED\r
-\r
-#include "parts.h"\r
-#include "conf_clock.h"\r
-\r
-#if SAM3S\r
-# include "sam3s/osc.h"\r
-#elif SAM3XA\r
-# include "sam3x/osc.h"\r
-#elif SAM3U\r
-# include "sam3u/osc.h"\r
-#elif SAM3N\r
-# include "sam3n/osc.h"\r
-#elif SAM4S\r
-# include "sam4s/osc.h"\r
-#elif SAM4E\r
-# include "sam4e/osc.h"\r
-#elif SAM4L\r
-# include "sam4l/osc.h"\r
-#elif SAM4N\r
-# include "sam4n/osc.h"\r
-#elif (UC3A0 || UC3A1)\r
-# include "uc3a0_a1/osc.h"\r
-#elif UC3A3\r
-# include "uc3a3_a4/osc.h"\r
-#elif UC3B\r
-# include "uc3b0_b1/osc.h"\r
-#elif UC3C\r
-# include "uc3c/osc.h"\r
-#elif UC3D\r
-# include "uc3d/osc.h"\r
-#elif UC3L\r
-# include "uc3l/osc.h"\r
-#elif XMEGA\r
-# include "xmega/osc.h"\r
-#else\r
-# error Unsupported chip type\r
-#endif\r
-\r
-/**\r
- * \ingroup clk_group\r
- * \defgroup osc_group Oscillator Management\r
- *\r
- * This group contains functions and definitions related to configuring\r
- * and enabling/disabling on-chip oscillators. Internal RC-oscillators,\r
- * external crystal oscillators and external clock generators are\r
- * supported by this module. What all of these have in common is that\r
- * they swing at a fixed, nominal frequency which is normally not\r
- * adjustable.\r
- *\r
- * \par Example: Enabling an oscillator\r
- *\r
- * The following example demonstrates how to enable the external\r
- * oscillator on XMEGA A and wait for it to be ready to use. The\r
- * oscillator identifiers are platform-specific, so while the same\r
- * procedure is used on all platforms, the parameter to osc_enable()\r
- * will be different from device to device.\r
- * \code\r
-       osc_enable(OSC_ID_XOSC);\r
-       osc_wait_ready(OSC_ID_XOSC); \endcode\r
- *\r
- * \section osc_group_board Board-specific Definitions\r
- * If external oscillators are used, the board code must provide the\r
- * following definitions for each of those:\r
- *   - \b BOARD_<osc name>_HZ: The nominal frequency of the oscillator.\r
- *   - \b BOARD_<osc name>_STARTUP_US: The startup time of the\r
- *     oscillator in microseconds.\r
- *   - \b BOARD_<osc name>_TYPE: The type of oscillator connected, i.e.\r
- *     whether it's a crystal or external clock, and sometimes what kind\r
- *     of crystal it is. The meaning of this value is platform-specific.\r
- *\r
- * @{\r
- */\r
-\r
-//! \name Oscillator Management\r
-//@{\r
-/**\r
- * \fn void osc_enable(uint8_t id)\r
- * \brief Enable oscillator \a id\r
- *\r
- * The startup time and mode value is automatically determined based on\r
- * definitions in the board code.\r
- */\r
-/**\r
- * \fn void osc_disable(uint8_t id)\r
- * \brief Disable oscillator \a id\r
- */\r
-/**\r
- * \fn osc_is_ready(uint8_t id)\r
- * \brief Determine whether oscillator \a id is ready.\r
- * \retval true Oscillator \a id is running and ready to use as a clock\r
- * source.\r
- * \retval false Oscillator \a id is not running.\r
- */\r
-/**\r
- * \fn uint32_t osc_get_rate(uint8_t id)\r
- * \brief Return the frequency of oscillator \a id in Hz\r
- */\r
-\r
-#ifndef __ASSEMBLY__\r
-\r
-/**\r
- * \brief Wait until the oscillator identified by \a id is ready\r
- *\r
- * This function will busy-wait for the oscillator identified by \a id\r
- * to become stable and ready to use as a clock source.\r
- *\r
- * \param id A number identifying the oscillator to wait for.\r
- */\r
-static inline void osc_wait_ready(uint8_t id)\r
-{\r
-       while (!osc_is_ready(id)) {\r
-               /* Do nothing */\r
-       }\r
-}\r
-\r
-#endif /* __ASSEMBLY__ */\r
-\r
-//@}\r
-\r
-//! @}\r
-\r
-#endif /* OSC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/pll.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/pll.h
deleted file mode 100644 (file)
index 82bcd24..0000000
+++ /dev/null
@@ -1,322 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief PLL management\r
- *\r
- * Copyright (c) 2010-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef CLK_PLL_H_INCLUDED\r
-#define CLK_PLL_H_INCLUDED\r
-\r
-#include "parts.h"\r
-#include "conf_clock.h"\r
-\r
-#if SAM3S\r
-# include "sam3s/pll.h"\r
-#elif SAM3XA\r
-# include "sam3x/pll.h"\r
-#elif SAM3U\r
-# include "sam3u/pll.h"\r
-#elif SAM3N\r
-# include "sam3n/pll.h"\r
-#elif SAM4S\r
-# include "sam4s/pll.h"\r
-#elif SAM4E\r
-# include "sam4e/pll.h"\r
-#elif SAM4L\r
-# include "sam4l/pll.h"\r
-#elif SAM4N\r
-# include "sam4n/pll.h"\r
-#elif (UC3A0 || UC3A1)\r
-# include "uc3a0_a1/pll.h"\r
-#elif UC3A3\r
-# include "uc3a3_a4/pll.h"\r
-#elif UC3B\r
-# include "uc3b0_b1/pll.h"\r
-#elif UC3C\r
-# include "uc3c/pll.h"\r
-#elif UC3D\r
-# include "uc3d/pll.h"\r
-#elif (UC3L0128 || UC3L0256 || UC3L3_L4)\r
-# include "uc3l/pll.h"\r
-#elif XMEGA\r
-# include "xmega/pll.h"\r
-#else\r
-# error Unsupported chip type\r
-#endif\r
-\r
-/**\r
- * \ingroup clk_group\r
- * \defgroup pll_group PLL Management\r
- *\r
- * This group contains functions and definitions related to configuring\r
- * and enabling/disabling on-chip PLLs. A PLL will take an input signal\r
- * (the \em source), optionally divide the frequency by a configurable\r
- * \em divider, and then multiply the frequency by a configurable \em\r
- * multiplier.\r
- *\r
- * Some devices don't support input dividers; specifying any other\r
- * divisor than 1 on these devices will result in an assertion failure.\r
- * Other devices may have various restrictions to the frequency range of\r
- * the input and output signals.\r
- *\r
- * \par Example: Setting up PLL0 with default parameters\r
- *\r
- * The following example shows how to configure and enable PLL0 using\r
- * the default parameters specified using the configuration symbols\r
- * listed above.\r
- * \code\r
-       pll_enable_config_defaults(0); \endcode\r
- *\r
- * To configure, enable PLL0 using the default parameters and to disable\r
- * a specific feature like Wide Bandwidth Mode (a UC3A3-specific\r
- * PLL option.), you can use this initialization process.\r
- * \code\r
-       struct pll_config pllcfg;\r
-       if (pll_is_locked(pll_id)) {\r
-               return; // Pll already running\r
-       }\r
-       pll_enable_source(CONFIG_PLL0_SOURCE);\r
-       pll_config_defaults(&pllcfg, 0);\r
-       pll_config_set_option(&pllcfg, PLL_OPT_WBM_DISABLE);\r
-       pll_enable(&pllcfg, 0);\r
-       pll_wait_for_lock(0); \endcode\r
- *\r
- * When the last function call returns, PLL0 is ready to be used as the\r
- * main system clock source.\r
- *\r
- * \section pll_group_config Configuration Symbols\r
- *\r
- * Each PLL has a set of default parameters determined by the following\r
- * configuration symbols in the application's configuration file:\r
- *   - \b CONFIG_PLLn_SOURCE: The default clock source connected to the\r
- *     input of PLL \a n. Must be one of the values defined by the\r
- *     #pll_source enum.\r
- *   - \b CONFIG_PLLn_MUL: The default multiplier (loop divider) of PLL\r
- *     \a n.\r
- *   - \b CONFIG_PLLn_DIV: The default input divider of PLL \a n.\r
- *\r
- * These configuration symbols determine the result of calling\r
- * pll_config_defaults() and pll_get_default_rate().\r
- *\r
- * @{\r
- */\r
-\r
-//! \name Chip-specific PLL characteristics\r
-//@{\r
-/**\r
- * \def PLL_MAX_STARTUP_CYCLES\r
- * \brief Maximum PLL startup time in number of slow clock cycles\r
- */\r
-/**\r
- * \def NR_PLLS\r
- * \brief Number of on-chip PLLs\r
- */\r
-\r
-/**\r
- * \def PLL_MIN_HZ\r
- * \brief Minimum frequency that the PLL can generate\r
- */\r
-/**\r
- * \def PLL_MAX_HZ\r
- * \brief Maximum frequency that the PLL can generate\r
- */\r
-/**\r
- * \def PLL_NR_OPTIONS\r
- * \brief Number of PLL option bits\r
- */\r
-//@}\r
-\r
-/**\r
- * \enum pll_source\r
- * \brief PLL clock source\r
- */\r
-\r
-//! \name PLL configuration\r
-//@{\r
-\r
-/**\r
- * \struct pll_config\r
- * \brief Hardware-specific representation of PLL configuration.\r
- *\r
- * This structure contains one or more device-specific values\r
- * representing the current PLL configuration. The contents of this\r
- * structure is typically different from platform to platform, and the\r
- * user should not access any fields except through the PLL\r
- * configuration API.\r
- */\r
-\r
-/**\r
- * \fn void pll_config_init(struct pll_config *cfg,\r
- *              enum pll_source src, unsigned int div, unsigned int mul)\r
- * \brief Initialize PLL configuration from standard parameters.\r
- *\r
- * \note This function may be defined inline because it is assumed to be\r
- * called very few times, and usually with constant parameters. Inlining\r
- * it will in such cases reduce the code size significantly.\r
- *\r
- * \param cfg The PLL configuration to be initialized.\r
- * \param src The oscillator to be used as input to the PLL.\r
- * \param div PLL input divider.\r
- * \param mul PLL loop divider (i.e. multiplier).\r
- *\r
- * \return A configuration which will make the PLL run at\r
- * (\a mul / \a div) times the frequency of \a src\r
- */\r
-/**\r
- * \def pll_config_defaults(cfg, pll_id)\r
- * \brief Initialize PLL configuration using default parameters.\r
- *\r
- * After this function returns, \a cfg will contain a configuration\r
- * which will make the PLL run at (CONFIG_PLLx_MUL / CONFIG_PLLx_DIV)\r
- * times the frequency of CONFIG_PLLx_SOURCE.\r
- *\r
- * \param cfg The PLL configuration to be initialized.\r
- * \param pll_id Use defaults for this PLL.\r
- */\r
-/**\r
- * \def pll_get_default_rate(pll_id)\r
- * \brief Get the default rate in Hz of \a pll_id\r
- */\r
-/**\r
- * \fn void pll_config_set_option(struct pll_config *cfg,\r
- *              unsigned int option)\r
- * \brief Set the PLL option bit \a option in the configuration \a cfg.\r
- *\r
- * \param cfg The PLL configuration to be changed.\r
- * \param option The PLL option bit to be set.\r
- */\r
-/**\r
- * \fn void pll_config_clear_option(struct pll_config *cfg,\r
- *              unsigned int option)\r
- * \brief Clear the PLL option bit \a option in the configuration \a cfg.\r
- *\r
- * \param cfg The PLL configuration to be changed.\r
- * \param option The PLL option bit to be cleared.\r
- */\r
-/**\r
- * \fn void pll_config_read(struct pll_config *cfg, unsigned int pll_id)\r
- * \brief Read the currently active configuration of \a pll_id.\r
- *\r
- * \param cfg The configuration object into which to store the currently\r
- * active configuration.\r
- * \param pll_id The ID of the PLL to be accessed.\r
- */\r
-/**\r
- * \fn void pll_config_write(const struct pll_config *cfg,\r
- *              unsigned int pll_id)\r
- * \brief Activate the configuration \a cfg on \a pll_id\r
- *\r
- * \param cfg The configuration object representing the PLL\r
- * configuration to be activated.\r
- * \param pll_id The ID of the PLL to be updated.\r
- */\r
-\r
-//@}\r
-\r
-//! \name Interaction with the PLL hardware\r
-//@{\r
-/**\r
- * \fn void pll_enable(const struct pll_config *cfg,\r
- *              unsigned int pll_id)\r
- * \brief Activate the configuration \a cfg and enable PLL \a pll_id.\r
- *\r
- * \param cfg The PLL configuration to be activated.\r
- * \param pll_id The ID of the PLL to be enabled.\r
- */\r
-/**\r
- * \fn void pll_disable(unsigned int pll_id)\r
- * \brief Disable the PLL identified by \a pll_id.\r
- *\r
- * After this function is called, the PLL identified by \a pll_id will\r
- * be disabled. The PLL configuration stored in hardware may be affected\r
- * by this, so if the caller needs to restore the same configuration\r
- * later, it should either do a pll_config_read() before disabling the\r
- * PLL, or remember the last configuration written to the PLL.\r
- *\r
- * \param pll_id The ID of the PLL to be disabled.\r
- */\r
-/**\r
- * \fn bool pll_is_locked(unsigned int pll_id)\r
- * \brief Determine whether the PLL is locked or not.\r
- *\r
- * \param pll_id The ID of the PLL to check.\r
- *\r
- * \retval true The PLL is locked and ready to use as a clock source\r
- * \retval false The PLL is not yet locked, or has not been enabled.\r
- */\r
-/**\r
- * \fn void pll_enable_source(enum pll_source src)\r
- * \brief Enable the source of the pll.\r
- * The source is enabled, if the source is not already running.\r
- *\r
- * \param src The ID of the PLL source to enable.\r
- */\r
-/**\r
- * \fn void pll_enable_config_defaults(unsigned int pll_id)\r
- * \brief Enable the pll with the default configuration.\r
- * PLL is enabled, if the PLL is not already locked.\r
- *\r
- * \param pll_id The ID of the PLL to enable.\r
- */\r
-\r
-/**\r
- * \brief Wait for PLL \a pll_id to become locked\r
- *\r
- * \todo Use a timeout to avoid waiting forever and hanging the system\r
- *\r
- * \param pll_id The ID of the PLL to wait for.\r
- *\r
- * \retval STATUS_OK The PLL is now locked.\r
- * \retval ERR_TIMEOUT Timed out waiting for PLL to become locked.\r
- */\r
-static inline int pll_wait_for_lock(unsigned int pll_id)\r
-{\r
-       Assert(pll_id < NR_PLLS);\r
-\r
-       while (!pll_is_locked(pll_id)) {\r
-               /* Do nothing */\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-//@}\r
-//! @}\r
-\r
-#endif /* CLK_PLL_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/genclk.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/genclk.h
deleted file mode 100644 (file)
index f9dc6d0..0000000
+++ /dev/null
@@ -1,266 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Chip-specific generic clock management.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CHIP_GENCLK_H_INCLUDED\r
-#define CHIP_GENCLK_H_INCLUDED\r
-\r
-#include <osc.h>\r
-#include <pll.h>\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \weakgroup genclk_group\r
- * @{\r
- */\r
-\r
-//! \name Programmable Clock Identifiers (PCK)\r
-//@{\r
-#define GENCLK_PCK_0 0 //!< PCK0 ID\r
-#define GENCLK_PCK_1 1 //!< PCK1 ID\r
-#define GENCLK_PCK_2 2 //!< PCK2 ID\r
-//@}\r
-\r
-//! \name Programmable Clock Sources (PCK)\r
-//@{\r
-\r
-enum genclk_source {\r
-       GENCLK_PCK_SRC_SLCK_RC       = 0,//!< Internal 32kHz RC oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_SLCK_XTAL     = 1,//!< External 32kHz crystal oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_SLCK_BYPASS   = 2,//!< External 32kHz bypass oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_MAINCK_4M_RC  = 3,//!< Internal 4MHz RC oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_MAINCK_8M_RC  = 4,//!< Internal 8MHz RC oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_MAINCK_12M_RC = 5,//!< Internal 12MHz RC oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_MAINCK_XTAL   = 6,//!< External crystal oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_MAINCK_BYPASS = 7,//!< External bypass oscillator as PCK source clock\r
-       GENCLK_PCK_SRC_PLLACK        = 8,//!< Use PLLACK as PCK source clock\r
-       GENCLK_PCK_SRC_MCK           = 9,//!< Use Master Clk as PCK source clock\r
-};\r
-\r
-//@}\r
-\r
-//! \name Programmable Clock Prescalers (PCK)\r
-//@{\r
-\r
-enum genclk_divider {\r
-       GENCLK_PCK_PRES_1  = PMC_PCK_PRES_CLK_1, //!< Set PCK clock prescaler to 1\r
-       GENCLK_PCK_PRES_2  = PMC_PCK_PRES_CLK_2, //!< Set PCK clock prescaler to 2\r
-       GENCLK_PCK_PRES_4  = PMC_PCK_PRES_CLK_4, //!< Set PCK clock prescaler to 4\r
-       GENCLK_PCK_PRES_8  = PMC_PCK_PRES_CLK_8, //!< Set PCK clock prescaler to 8\r
-       GENCLK_PCK_PRES_16 = PMC_PCK_PRES_CLK_16, //!< Set PCK clock prescaler to 16\r
-       GENCLK_PCK_PRES_32 = PMC_PCK_PRES_CLK_32, //!< Set PCK clock prescaler to 32\r
-       GENCLK_PCK_PRES_64 = PMC_PCK_PRES_CLK_64, //!< Set PCK clock prescaler to 64\r
-};\r
-\r
-//@}\r
-\r
-struct genclk_config {\r
-       uint32_t ctrl;\r
-};\r
-\r
-static inline void genclk_config_defaults(struct genclk_config *p_cfg,\r
-               uint32_t ul_id)\r
-{\r
-       ul_id = ul_id;\r
-       p_cfg->ctrl = 0;\r
-}\r
-\r
-static inline void genclk_config_read(struct genclk_config *p_cfg,\r
-               uint32_t ul_id)\r
-{\r
-       p_cfg->ctrl = PMC->PMC_PCK[ul_id];\r
-}\r
-\r
-static inline void genclk_config_write(const struct genclk_config *p_cfg,\r
-               uint32_t ul_id)\r
-{\r
-       PMC->PMC_PCK[ul_id] = p_cfg->ctrl;\r
-}\r
-\r
-//! \name Programmable Clock Source and Prescaler configuration\r
-//@{\r
-\r
-static inline void genclk_config_set_source(struct genclk_config *p_cfg,\r
-               enum genclk_source e_src)\r
-{\r
-       p_cfg->ctrl &= (~PMC_PCK_CSS_Msk);\r
-\r
-       switch (e_src) {\r
-       case GENCLK_PCK_SRC_SLCK_RC:\r
-       case GENCLK_PCK_SRC_SLCK_XTAL:\r
-       case GENCLK_PCK_SRC_SLCK_BYPASS:\r
-               p_cfg->ctrl |= (PMC_PCK_CSS_SLOW_CLK);\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_4M_RC:\r
-       case GENCLK_PCK_SRC_MAINCK_8M_RC:\r
-       case GENCLK_PCK_SRC_MAINCK_12M_RC:\r
-       case GENCLK_PCK_SRC_MAINCK_XTAL:\r
-       case GENCLK_PCK_SRC_MAINCK_BYPASS:\r
-               p_cfg->ctrl |= (PMC_PCK_CSS_MAIN_CLK);\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_PLLACK:\r
-               p_cfg->ctrl |= (PMC_PCK_CSS_PLLA_CLK);\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MCK:\r
-               p_cfg->ctrl |= (PMC_PCK_CSS_MCK);\r
-               break;\r
-\r
-       default:\r
-               break;\r
-       }\r
-}\r
-\r
-static inline void genclk_config_set_divider(struct genclk_config *p_cfg,\r
-               uint32_t e_divider)\r
-{\r
-       p_cfg->ctrl &= ~PMC_PCK_PRES_Msk;\r
-       p_cfg->ctrl |= e_divider;\r
-}\r
-\r
-//@}\r
-\r
-static inline void genclk_enable(const struct genclk_config *p_cfg, uint32_t ul_id)\r
-{\r
-       PMC->PMC_PCK[ul_id] = p_cfg->ctrl;\r
-       pmc_enable_pck(ul_id);\r
-}\r
-\r
-static inline void genclk_disable(uint32_t ul_id)\r
-{\r
-       pmc_disable_pck(ul_id);\r
-}\r
-\r
-static inline void genclk_enable_source(enum genclk_source e_src)\r
-{\r
-       switch (e_src) {\r
-       case GENCLK_PCK_SRC_SLCK_RC:\r
-               if (!osc_is_ready(OSC_SLCK_32K_RC)) {\r
-                       osc_enable(OSC_SLCK_32K_RC);\r
-                       osc_wait_ready(OSC_SLCK_32K_RC);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_SLCK_XTAL:\r
-               if (!osc_is_ready(OSC_SLCK_32K_XTAL)) {\r
-                       osc_enable(OSC_SLCK_32K_XTAL);\r
-                       osc_wait_ready(OSC_SLCK_32K_XTAL);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_SLCK_BYPASS:\r
-               if (!osc_is_ready(OSC_SLCK_32K_BYPASS)) {\r
-                       osc_enable(OSC_SLCK_32K_BYPASS);\r
-                       osc_wait_ready(OSC_SLCK_32K_BYPASS);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_4M_RC:\r
-               if (!osc_is_ready(OSC_MAINCK_4M_RC)) {\r
-                       osc_enable(OSC_MAINCK_4M_RC);\r
-                       osc_wait_ready(OSC_MAINCK_4M_RC);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_8M_RC:\r
-               if (!osc_is_ready(OSC_MAINCK_8M_RC)) {\r
-                       osc_enable(OSC_MAINCK_8M_RC);\r
-                       osc_wait_ready(OSC_MAINCK_8M_RC);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_12M_RC:\r
-               if (!osc_is_ready(OSC_MAINCK_12M_RC)) {\r
-                       osc_enable(OSC_MAINCK_12M_RC);\r
-                       osc_wait_ready(OSC_MAINCK_12M_RC);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_XTAL:\r
-               if (!osc_is_ready(OSC_MAINCK_XTAL)) {\r
-                       osc_enable(OSC_MAINCK_XTAL);\r
-                       osc_wait_ready(OSC_MAINCK_XTAL);\r
-               }\r
-               break;\r
-\r
-       case GENCLK_PCK_SRC_MAINCK_BYPASS:\r
-               if (!osc_is_ready(OSC_MAINCK_BYPASS)) {\r
-                       osc_enable(OSC_MAINCK_BYPASS);\r
-                       osc_wait_ready(OSC_MAINCK_BYPASS);\r
-               }\r
-               break;\r
-\r
-#ifdef CONFIG_PLL0_SOURCE\r
-       case GENCLK_PCK_SRC_PLLACK:\r
-               pll_enable_config_defaults(0);\r
-               break;\r
-#endif\r
-\r
-       case GENCLK_PCK_SRC_MCK:\r
-               break;\r
-\r
-       default:\r
-               Assert(false);\r
-               break;\r
-       }\r
-}\r
-\r
-//! @}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* CHIP_GENCLK_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/osc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/osc.h
deleted file mode 100644 (file)
index 69f1de1..0000000
+++ /dev/null
@@ -1,223 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Chip-specific oscillator management functions.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CHIP_OSC_H_INCLUDED\r
-#define CHIP_OSC_H_INCLUDED\r
-\r
-#include "board.h"\r
-#include "pmc.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \weakgroup osc_group\r
- * @{\r
- */\r
-\r
-//! \name Oscillator identifiers\r
-//@{\r
-#define OSC_SLCK_32K_RC      0    //!< Internal 32kHz RC oscillator.\r
-#define OSC_SLCK_32K_XTAL    1    //!< External 32kHz crystal oscillator.\r
-#define OSC_SLCK_32K_BYPASS  2    //!< External 32kHz bypass oscillator.\r
-#define OSC_MAINCK_4M_RC     3    //!< Internal 4MHz RC oscillator.\r
-#define OSC_MAINCK_8M_RC     4    //!< Internal 8MHz RC oscillator.\r
-#define OSC_MAINCK_12M_RC    5    //!< Internal 12MHz RC oscillator.\r
-#define OSC_MAINCK_XTAL      6    //!< External crystal oscillator.\r
-#define OSC_MAINCK_BYPASS    7    //!< External bypass oscillator.\r
-//@}\r
-\r
-//! \name Oscillator clock speed in hertz\r
-//@{\r
-#define OSC_SLCK_32K_RC_HZ      CHIP_FREQ_SLCK_RC         //!< Internal 32kHz RC oscillator.\r
-#define OSC_SLCK_32K_XTAL_HZ    BOARD_FREQ_SLCK_XTAL      //!< External 32kHz crystal oscillator.\r
-#define OSC_SLCK_32K_BYPASS_HZ  BOARD_FREQ_SLCK_BYPASS    //!< External 32kHz bypass oscillator.\r
-#define OSC_MAINCK_4M_RC_HZ     CHIP_FREQ_MAINCK_RC_4MHZ  //!< Internal 4MHz RC oscillator.\r
-#define OSC_MAINCK_8M_RC_HZ     CHIP_FREQ_MAINCK_RC_8MHZ  //!< Internal 8MHz RC oscillator.\r
-#define OSC_MAINCK_12M_RC_HZ    CHIP_FREQ_MAINCK_RC_12MHZ //!< Internal 12MHz RC oscillator.\r
-#define OSC_MAINCK_XTAL_HZ      BOARD_FREQ_MAINCK_XTAL    //!< External crystal oscillator.\r
-#define OSC_MAINCK_BYPASS_HZ    BOARD_FREQ_MAINCK_BYPASS  //!< External bypass oscillator.\r
-//@}\r
-\r
-static inline void osc_enable(uint32_t ul_id)\r
-{\r
-       switch (ul_id) {\r
-       case OSC_SLCK_32K_RC:\r
-               break;\r
-\r
-       case OSC_SLCK_32K_XTAL:\r
-               pmc_switch_sclk_to_32kxtal(PMC_OSC_XTAL);\r
-               break;\r
-\r
-       case OSC_SLCK_32K_BYPASS:\r
-               pmc_switch_sclk_to_32kxtal(PMC_OSC_BYPASS);\r
-               break;\r
-\r
-\r
-       case OSC_MAINCK_4M_RC:\r
-               pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_4_MHz);\r
-               break;\r
-\r
-       case OSC_MAINCK_8M_RC:\r
-               pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_8_MHz);\r
-               break;\r
-\r
-       case OSC_MAINCK_12M_RC:\r
-               pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_12_MHz);\r
-               break;\r
-\r
-\r
-       case OSC_MAINCK_XTAL:\r
-               pmc_switch_mainck_to_xtal(PMC_OSC_XTAL,\r
-                       pmc_us_to_moscxtst(BOARD_OSC_STARTUP_US,\r
-                               OSC_SLCK_32K_RC_HZ));\r
-               break;\r
-\r
-       case OSC_MAINCK_BYPASS:\r
-               pmc_switch_mainck_to_xtal(PMC_OSC_BYPASS,\r
-                       pmc_us_to_moscxtst(BOARD_OSC_STARTUP_US,\r
-                               OSC_SLCK_32K_RC_HZ));\r
-               break;\r
-       }\r
-}\r
-\r
-static inline void osc_disable(uint32_t ul_id)\r
-{\r
-       switch (ul_id) {\r
-       case OSC_SLCK_32K_RC:\r
-       case OSC_SLCK_32K_XTAL:\r
-       case OSC_SLCK_32K_BYPASS:\r
-               break;\r
-\r
-       case OSC_MAINCK_4M_RC:\r
-       case OSC_MAINCK_8M_RC:\r
-       case OSC_MAINCK_12M_RC:\r
-               pmc_osc_disable_fastrc();\r
-               break;\r
-\r
-       case OSC_MAINCK_XTAL:\r
-               pmc_osc_disable_xtal(PMC_OSC_XTAL);\r
-               break;\r
-\r
-       case OSC_MAINCK_BYPASS:\r
-               pmc_osc_disable_xtal(PMC_OSC_BYPASS);\r
-               break;\r
-       }\r
-}\r
-\r
-static inline bool osc_is_ready(uint32_t ul_id)\r
-{\r
-       switch (ul_id) {\r
-       case OSC_SLCK_32K_RC:\r
-               return 1;\r
-\r
-       case OSC_SLCK_32K_XTAL:\r
-       case OSC_SLCK_32K_BYPASS:\r
-               return pmc_osc_is_ready_32kxtal();\r
-\r
-       case OSC_MAINCK_4M_RC:\r
-       case OSC_MAINCK_8M_RC:\r
-       case OSC_MAINCK_12M_RC:\r
-       case OSC_MAINCK_XTAL:\r
-       case OSC_MAINCK_BYPASS:\r
-               return pmc_osc_is_ready_mainck();\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-static inline uint32_t osc_get_rate(uint32_t ul_id)\r
-{\r
-       switch (ul_id) {\r
-       case OSC_SLCK_32K_RC:\r
-               return OSC_SLCK_32K_RC_HZ;\r
-\r
-#ifdef BOARD_FREQ_SLCK_XTAL\r
-       case OSC_SLCK_32K_XTAL:\r
-               return BOARD_FREQ_SLCK_XTAL;\r
-#endif\r
-\r
-#ifdef BOARD_FREQ_SLCK_BYPASS\r
-       case OSC_SLCK_32K_BYPASS:\r
-               return BOARD_FREQ_SLCK_BYPASS;\r
-#endif\r
-\r
-       case OSC_MAINCK_4M_RC:\r
-               return OSC_MAINCK_4M_RC_HZ;\r
-\r
-       case OSC_MAINCK_8M_RC:\r
-               return OSC_MAINCK_8M_RC_HZ;\r
-\r
-       case OSC_MAINCK_12M_RC:\r
-               return OSC_MAINCK_12M_RC_HZ;\r
-\r
-#ifdef BOARD_FREQ_MAINCK_XTAL\r
-       case OSC_MAINCK_XTAL:\r
-               return BOARD_FREQ_MAINCK_XTAL;\r
-#endif\r
-\r
-#ifdef BOARD_FREQ_MAINCK_BYPASS\r
-       case OSC_MAINCK_BYPASS:\r
-               return BOARD_FREQ_MAINCK_BYPASS;\r
-#endif\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-//! @}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* CHIP_OSC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/pll.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/pll.h
deleted file mode 100644 (file)
index 5570e9d..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Chip-specific PLL definitions.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CHIP_PLL_H_INCLUDED\r
-#define CHIP_PLL_H_INCLUDED\r
-\r
-#include <osc.h>\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \weakgroup pll_group\r
- * @{\r
- */\r
-\r
-#define PLL_OUTPUT_MIN_HZ       80000000\r
-#define PLL_OUTPUT_MAX_HZ       240000000\r
-\r
-#define PLL_INPUT_MIN_HZ        3000000\r
-#define PLL_INPUT_MAX_HZ        32000000\r
-\r
-#define NR_PLLS     1\r
-#define PLLA_ID     0\r
-\r
-#define PLL_COUNT   0x3fU\r
-\r
-enum pll_source {\r
-       PLL_SRC_MAINCK_4M_RC   = OSC_MAINCK_4M_RC,  //!< Internal 4MHz RC oscillator.\r
-       PLL_SRC_MAINCK_8M_RC   = OSC_MAINCK_8M_RC,  //!< Internal 8MHz RC oscillator.\r
-       PLL_SRC_MAINCK_12M_RC  = OSC_MAINCK_12M_RC, //!< Internal 12MHz RC oscillator.\r
-       PLL_SRC_MAINCK_XTAL    = OSC_MAINCK_XTAL,   //!< External crystal oscillator.\r
-       PLL_SRC_MAINCK_BYPASS  = OSC_MAINCK_BYPASS, //!< External bypass oscillator.\r
-       PLL_NR_SOURCES,                             //!< Number of PLL sources.\r
-};\r
-\r
-struct pll_config {\r
-       uint32_t ctrl;\r
-};\r
-\r
-#define pll_get_default_rate(pll_id)                                     \\r
-       ((osc_get_rate(CONFIG_PLL##pll_id##_SOURCE)                      \\r
-                       * CONFIG_PLL##pll_id##_MUL)                      \\r
-                       / CONFIG_PLL##pll_id##_DIV)\r
-\r
-/**\r
- * \note The SAM4E PLL hardware interprets mul as mul+1. For readability the\r
- * hardware mul+1 is hidden in this implementation. Use mul as mul effective\r
- * value.\r
- */\r
-static inline void pll_config_init(struct pll_config *p_cfg,\r
-               enum pll_source e_src, uint32_t ul_div, uint32_t ul_mul)\r
-{\r
-       uint32_t vco_hz;\r
-\r
-       Assert(e_src < PLL_NR_SOURCES);\r
-\r
-       /* Calculate internal VCO frequency */\r
-       vco_hz = osc_get_rate(e_src) / ul_div;\r
-       Assert(vco_hz >= PLL_INPUT_MIN_HZ);\r
-       Assert(vco_hz <= PLL_INPUT_MAX_HZ);\r
-\r
-       vco_hz *= ul_mul;\r
-       Assert(vco_hz >= PLL_OUTPUT_MIN_HZ);\r
-       Assert(vco_hz <= PLL_OUTPUT_MAX_HZ);\r
-\r
-       /* PMC hardware will automatically make it mul+1 */\r
-       p_cfg->ctrl = CKGR_PLLAR_MULA(ul_mul - 1) | CKGR_PLLAR_DIVA(ul_div) | \\r
-                       CKGR_PLLAR_PLLACOUNT(PLL_COUNT);\r
-}\r
-\r
-#define pll_config_defaults(cfg, pll_id)                                 \\r
-       pll_config_init(cfg,                                             \\r
-                       CONFIG_PLL##pll_id##_SOURCE,                     \\r
-                       CONFIG_PLL##pll_id##_DIV,                        \\r
-                       CONFIG_PLL##pll_id##_MUL)\r
-\r
-static inline void pll_config_read(struct pll_config *p_cfg, uint32_t ul_pll_id)\r
-{\r
-       Assert(ul_pll_id < NR_PLLS);\r
-\r
-       if (ul_pll_id == PLLA_ID) {\r
-               p_cfg->ctrl = PMC->CKGR_PLLAR;\r
-       }\r
-}\r
-\r
-static inline void pll_config_write(const struct pll_config *p_cfg, uint32_t ul_pll_id)\r
-{\r
-       Assert(ul_pll_id < NR_PLLS);\r
-\r
-       if (ul_pll_id == PLLA_ID) {\r
-               pmc_disable_pllack(); // Always stop PLL first!\r
-               PMC->CKGR_PLLAR = CKGR_PLLAR_ONE | p_cfg->ctrl;\r
-       }\r
-}\r
-\r
-static inline void pll_enable(const struct pll_config *p_cfg, uint32_t ul_pll_id)\r
-{\r
-       Assert(ul_pll_id < NR_PLLS);\r
-\r
-       if (ul_pll_id == PLLA_ID) {\r
-               pmc_disable_pllack(); // Always stop PLL first!\r
-               PMC->CKGR_PLLAR = CKGR_PLLAR_ONE | p_cfg->ctrl;\r
-       }\r
-}\r
-\r
-/**\r
- * \note This will only disable the selected PLL, not the underlying oscillator (mainck).\r
- */\r
-static inline void pll_disable(uint32_t ul_pll_id)\r
-{\r
-       Assert(ul_pll_id < NR_PLLS);\r
-\r
-       if (ul_pll_id == PLLA_ID) {\r
-               pmc_disable_pllack();\r
-       }\r
-}\r
-\r
-static inline uint32_t pll_is_locked(uint32_t ul_pll_id)\r
-{\r
-       Assert(ul_pll_id < NR_PLLS);\r
-\r
-       UNUSED(ul_pll_id);\r
-       return pmc_is_locked_pllack();\r
-}\r
-\r
-static inline void pll_enable_source(enum pll_source e_src)\r
-{\r
-       switch (e_src) {\r
-       case PLL_SRC_MAINCK_4M_RC:\r
-       case PLL_SRC_MAINCK_8M_RC:\r
-       case PLL_SRC_MAINCK_12M_RC:\r
-       case PLL_SRC_MAINCK_XTAL:\r
-       case PLL_SRC_MAINCK_BYPASS:\r
-               osc_enable(e_src);\r
-               osc_wait_ready(e_src);\r
-               break;\r
-\r
-       default:\r
-               Assert(false);\r
-               break;\r
-       }\r
-}\r
-\r
-static inline void pll_enable_config_defaults(unsigned int ul_pll_id)\r
-{\r
-       struct pll_config pllcfg;\r
-\r
-       if (pll_is_locked(ul_pll_id)) {\r
-               return; // Pll already running\r
-       }\r
-       switch (ul_pll_id) {\r
-#ifdef CONFIG_PLL0_SOURCE\r
-       case 0:\r
-               pll_enable_source(CONFIG_PLL0_SOURCE);\r
-               pll_config_init(&pllcfg,\r
-                               CONFIG_PLL0_SOURCE,\r
-                               CONFIG_PLL0_DIV,\r
-                               CONFIG_PLL0_MUL);\r
-               break;\r
-#endif\r
-       default:\r
-               Assert(false);\r
-               break;\r
-       }\r
-       pll_enable(&pllcfg, ul_pll_id);\r
-       while (!pll_is_locked(ul_pll_id));\r
-}\r
-\r
-//! @}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* CHIP_PLL_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.c
deleted file mode 100644 (file)
index 66288d8..0000000
+++ /dev/null
@@ -1,234 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Chip-specific system clock management functions.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include <sysclk.h>\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \weakgroup sysclk_group\r
- * @{\r
- */\r
-\r
-#if defined(CONFIG_SYSCLK_DEFAULT_RETURNS_SLOW_OSC)\r
-/**\r
- * \brief boolean signalling that the sysclk_init is done.\r
- */\r
-uint32_t sysclk_initialized = 0;\r
-#endif\r
-\r
-/**\r
- * \brief Set system clock prescaler configuration\r
- *\r
- * This function will change the system clock prescaler configuration to\r
- * match the parameters.\r
- *\r
- * \note The parameters to this function are device-specific.\r
- *\r
- * \param ul_pres The CPU clock will be divided by \f$2^{mck\_pres}\f$\r
- */\r
-void sysclk_set_prescalers(uint32_t ul_pres)\r
-{\r
-       pmc_mck_set_prescaler(ul_pres);\r
-       SystemCoreClockUpdate();\r
-}\r
-\r
-/**\r
- * \brief Change the source of the main system clock.\r
- *\r
- * \param ul_src The new system clock source. Must be one of the constants\r
- * from the <em>System Clock Sources</em> section.\r
- */\r
-void sysclk_set_source(uint32_t ul_src)\r
-{\r
-       switch (ul_src) {\r
-       case SYSCLK_SRC_SLCK_RC:\r
-       case SYSCLK_SRC_SLCK_XTAL:\r
-       case SYSCLK_SRC_SLCK_BYPASS:\r
-               pmc_mck_set_source(PMC_MCKR_CSS_SLOW_CLK);\r
-               break;\r
-\r
-       case SYSCLK_SRC_MAINCK_4M_RC:\r
-       case SYSCLK_SRC_MAINCK_8M_RC:\r
-       case SYSCLK_SRC_MAINCK_12M_RC:\r
-       case SYSCLK_SRC_MAINCK_XTAL:\r
-       case SYSCLK_SRC_MAINCK_BYPASS:\r
-               pmc_mck_set_source(PMC_MCKR_CSS_MAIN_CLK);\r
-               break;\r
-\r
-       case SYSCLK_SRC_PLLACK:\r
-               pmc_mck_set_source(PMC_MCKR_CSS_PLLA_CLK);\r
-               break;\r
-       }\r
-\r
-       SystemCoreClockUpdate();\r
-}\r
-\r
-#if defined(CONFIG_USBCLK_SOURCE) || defined(__DOXYGEN__)\r
-/**\r
- * \brief Enable USB clock.\r
- *\r
- * \note The SAM3S UDP hardware interprets div as div+1. For readability the hardware div+1\r
- * is hidden in this implementation. Use div as div effective value.\r
- *\r
- * \param pll_id Source of the USB clock.\r
- * \param div Actual clock divisor. Must be superior to 0.\r
- */\r
-void sysclk_enable_usb(void)\r
-{\r
-       Assert(CONFIG_USBCLK_DIV > 0);\r
-\r
-#ifdef CONFIG_PLL0_SOURCE\r
-       if (CONFIG_USBCLK_SOURCE == USBCLK_SRC_PLL0) {\r
-               struct pll_config pllcfg;\r
-\r
-               pll_enable_source(CONFIG_PLL0_SOURCE);\r
-               pll_config_defaults(&pllcfg, 0);\r
-               pll_enable(&pllcfg, 0);\r
-               pll_wait_for_lock(0);\r
-               pmc_switch_udpck_to_pllack(CONFIG_USBCLK_DIV - 1);\r
-               pmc_enable_udpck();\r
-               return;\r
-       }\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Disable the USB clock.\r
- *\r
- * \note This implementation does not switch off the PLL, it just turns off the USB clock.\r
- */\r
-void sysclk_disable_usb(void)\r
-{\r
-       pmc_disable_udpck();\r
-}\r
-#endif // CONFIG_USBCLK_SOURCE\r
-\r
-void sysclk_init(void)\r
-{\r
-       /* Set a flash wait state depending on the new cpu frequency */\r
-       system_init_flash(sysclk_get_cpu_hz());\r
-\r
-       /* Config system clock setting */\r
-       if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_RC) {\r
-               osc_enable(OSC_SLCK_32K_RC);\r
-               osc_wait_ready(OSC_SLCK_32K_RC);\r
-               pmc_switch_mck_to_sclk(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_XTAL) {\r
-               osc_enable(OSC_SLCK_32K_XTAL);\r
-               osc_wait_ready(OSC_SLCK_32K_XTAL);\r
-               pmc_switch_mck_to_sclk(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_BYPASS) {\r
-               osc_enable(OSC_SLCK_32K_BYPASS);\r
-               osc_wait_ready(OSC_SLCK_32K_BYPASS);\r
-               pmc_switch_mck_to_sclk(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_4M_RC) {\r
-               /* Already running from SYSCLK_SRC_MAINCK_4M_RC */\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_8M_RC) {\r
-               osc_enable(OSC_MAINCK_8M_RC);\r
-               osc_wait_ready(OSC_MAINCK_8M_RC);\r
-               pmc_switch_mck_to_mainck(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_12M_RC) {\r
-               osc_enable(OSC_MAINCK_12M_RC);\r
-               osc_wait_ready(OSC_MAINCK_12M_RC);\r
-               pmc_switch_mck_to_mainck(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_XTAL) {\r
-               osc_enable(OSC_MAINCK_XTAL);\r
-               osc_wait_ready(OSC_MAINCK_XTAL);\r
-               pmc_switch_mck_to_mainck(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_BYPASS) {\r
-               osc_enable(OSC_MAINCK_BYPASS);\r
-               osc_wait_ready(OSC_MAINCK_BYPASS);\r
-               pmc_switch_mck_to_mainck(CONFIG_SYSCLK_PRES);\r
-       }\r
-\r
-#ifdef CONFIG_PLL0_SOURCE\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_PLLACK) {\r
-               struct pll_config pllcfg;\r
-\r
-               pll_enable_source(CONFIG_PLL0_SOURCE);\r
-               pll_config_defaults(&pllcfg, 0);\r
-               pll_enable(&pllcfg, 0);\r
-               pll_wait_for_lock(0);\r
-               pmc_switch_mck_to_pllack(CONFIG_SYSCLK_PRES);\r
-       }\r
-#endif\r
-\r
-       /* Update the SystemFrequency variable */\r
-       SystemCoreClockUpdate();\r
-\r
-#if (defined CONFIG_SYSCLK_DEFAULT_RETURNS_SLOW_OSC)\r
-       /* Signal that the internal frequencies are setup */\r
-       sysclk_initialized = 1;\r
-#endif\r
-}\r
-\r
-//! @}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sam4e/sysclk.h
deleted file mode 100644 (file)
index 4460fd5..0000000
+++ /dev/null
@@ -1,456 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Chip-specific system clock management functions.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CHIP_SYSCLK_H_INCLUDED\r
-#define CHIP_SYSCLK_H_INCLUDED\r
-\r
-#include <osc.h>\r
-#include <pll.h>\r
-\r
-/**\r
- * \page sysclk_quickstart Quick Start Guide for the System Clock Management\r
- * service (SAM4E)\r
- *\r
- * This is the quick start guide for the \ref sysclk_group "System Clock\r
- * Management" service, with step-by-step instructions on how to configure and\r
- * use the service for specific use cases.\r
- *\r
- * \section sysclk_quickstart_usecases System Clock Management use cases\r
- * - \ref sysclk_quickstart_basic\r
- * - \ref sysclk_quickstart_use_case_2\r
- *\r
- * \section sysclk_quickstart_basic Basic usage of the System Clock Management\r
- * service\r
- * This section will present a basic use case for the System Clock Management\r
- * service. This use case will configure the main system clock to 120MHz,\r
- * using an internal PLL module to multiply the frequency of a crystal attached\r
- * to the microcontroller.\r
- *\r
- * \subsection sysclk_quickstart_use_case_1_prereq Prerequisites\r
- *  - None\r
- *\r
- * \subsection sysclk_quickstart_use_case_1_setup_steps Initialization code\r
- * Add to the application initialization code:\r
- * \code\r
- *    sysclk_init();\r
- * \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_1_setup_steps_workflow Workflow\r
- * -# Configure the system clocks according to the settings in conf_clock.h:\r
- *    \code sysclk_init(); \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_1_example_code Example code\r
- *   Add or uncomment the following in your conf_clock.h header file,\r
- *   commenting out all other definitions of the same symbol(s):\r
- *   \code\r
- *   #define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_PLLACK\r
- *\r
- *   // Fpll0 = (Fclk * PLL_mul) / PLL_div\r
- *   #define CONFIG_PLL0_SOURCE          PLL_SRC_MAINCK_XTAL\r
- *   #define CONFIG_PLL0_MUL             (120000000UL / BOARD_FREQ_MAINCK_XTAL)\r
- *   #define CONFIG_PLL0_DIV             1\r
- *\r
- *   // Fbus = Fsys / BUS_div\r
- *   #define CONFIG_SYSCLK_PRES          SYSCLK_PRES_1\r
- *   \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_1_example_workflow Workflow\r
- *  -# Configure the main system clock to use the output of the PLL module as\r
- *     its source:\r
- *   \code #define CONFIG_SYSCLK_SOURCE          SYSCLK_SRC_PLLACK \endcode\r
- *  -# Configure the PLL module to use the fast external fast crystal\r
- *     oscillator as its source:\r
- *   \code #define CONFIG_PLL0_SOURCE            PLL_SRC_MAINCK_XTAL \endcode\r
- *  -# Configure the PLL module to multiply the external fast crystal\r
- *     oscillator frequency up to 120MHz:\r
- *   \code\r
- *   #define CONFIG_PLL0_MUL             (120000000UL / BOARD_FREQ_MAINCK_XTAL)\r
- *   #define CONFIG_PLL0_DIV             1\r
- *   \endcode\r
- *   \note For user boards, \c BOARD_FREQ_MAINCK_XTAL should be defined in the\r
- *   board \c conf_board.h configuration\r
- *         file as the frequency of the fast crystal attached to the microcontroller.\r
- *  -# Configure the main clock to run at the full 120MHz, disable scaling of\r
- *     the main system clock speed:\r
- *    \code\r
- *    #define CONFIG_SYSCLK_PRES         SYSCLK_PRES_1\r
- *    \endcode\r
- *    \note Some dividers are powers of two, while others are integer division\r
- *    factors. Refer to the formulas in the conf_clock.h template commented\r
- *    above each division define.\r
- */\r
-\r
-/**\r
- * \page sysclk_quickstart_use_case_2 Advanced use case - Peripheral Bus Clock\r
- * Management (SAM4E)\r
- *\r
- * \section sysclk_quickstart_use_case_2 Advanced use case - Peripheral Bus\r
- * Clock Management\r
- * This section will present a more advanced use case for the System Clock\r
- * Management service. This use case will configure the main system clock to\r
- * 96MHz, using an internal PLL module to multiply the frequency of a crystal\r
- * attached to the microcontroller. The USB clock will be configured via the\r
- * same PLL module.\r
- *\r
- * \subsection sysclk_quickstart_use_case_2_prereq Prerequisites\r
- *  - None\r
- *\r
- * \subsection sysclk_quickstart_use_case_2_setup_steps Initialization code\r
- * Add to the application initialization code:\r
- * \code\r
- *    sysclk_init();\r
- * \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_2_setup_steps_workflow Workflow\r
- * -# Configure the system clocks according to the settings in conf_clock.h:\r
- *    \code sysclk_init(); \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_2_example_code Example code\r
- *   Add or uncomment the following in your conf_clock.h header file,\r
- *   commenting out all other definitions of the same symbol(s):\r
- *   \code\r
- *   #define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_PLLACK\r
- *\r
- *   // Fpll0 = (Fclk * PLL_mul) / PLL_div\r
- *   #define CONFIG_PLL0_SOURCE          PLL_SRC_MAINCK_XTAL\r
- *   #define CONFIG_PLL0_MUL             (96000000UL / BOARD_FREQ_MAINCK_XTAL)\r
- *   #define CONFIG_PLL0_DIV             1\r
- *\r
- *   // Fbus = Fsys / BUS_div\r
- *   #define CONFIG_SYSCLK_PRES          SYSCLK_PRES_1\r
- *\r
- *   // Fusb = Fsys / USB_div\r
- *   #define CONFIG_USBCLK_SOURCE        USBCLK_SRC_PLL0\r
- *   #define CONFIG_USBCLK_DIV           2\r
- *   \endcode\r
- *\r
- * \subsection sysclk_quickstart_use_case_2_example_workflow Workflow\r
- *  -# Configure the main system clock to use the output of the PLL0 module as\r
- *     its source:\r
- *   \code #define CONFIG_SYSCLK_SOURCE          SYSCLK_SRC_PLLACK \endcode\r
- *  -# Configure the PLL0 module to use the fast external fast crystal\r
- *     oscillator as its source:\r
- *   \code #define CONFIG_PLL0_SOURCE            PLL_SRC_MAINCK_XTAL \endcode\r
- *  -# Configure the PLL0 module to multiply the external fast crystal\r
- *     oscillator frequency up to 96MHz:\r
- *   \code\r
- *   #define CONFIG_PLL0_MUL             (96000000UL / BOARD_FREQ_MAINCK_XTAL)\r
- *   #define CONFIG_PLL0_DIV             1\r
- *   \endcode\r
- *   \note For user boards, \c BOARD_FREQ_MAINCK_XTAL should be defined in the\r
- *   board \c conf_board.h configuration file as the frequency of the fast\r
- *   crystal attached to the microcontroller.\r
- *  -# Configure the main clock to run at the full 96MHz, disable scaling of\r
- *     the main system clock speed:\r
- *    \code\r
- *    #define CONFIG_SYSCLK_PRES         SYSCLK_PRES_1\r
- *    \endcode\r
- *    \note Some dividers are powers of two, while others are integer division\r
- *    factors. Refer to the formulas in the conf_clock.h template commented\r
- *    above each division define.\r
- *  -# Configure the USB module clock to use the output of the PLL0 module as\r
- *     its source with division 2:\r
- *   \code\r
- *   #define CONFIG_USBCLK_SOURCE        USBCLK_SRC_PLL0\r
- *   #define CONFIG_USBCLK_DIV           2\r
- *   \endcode\r
- */\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \weakgroup sysclk_group\r
- * @{\r
- */\r
-\r
-//! \name Configuration Symbols\r
-//@{\r
-/**\r
- * \def CONFIG_SYSCLK_SOURCE\r
- * \brief Initial/static main system clock source\r
- *\r
- * The main system clock will be configured to use this clock during\r
- * initialization.\r
- */\r
-#ifndef CONFIG_SYSCLK_SOURCE\r
-# define CONFIG_SYSCLK_SOURCE   SYSCLK_SRC_MAINCK_4M_RC\r
-#endif\r
-/**\r
- * \def CONFIG_SYSCLK_PRES\r
- * \brief Initial CPU clock divider (mck)\r
- *\r
- * The MCK will run at\r
- * \f[\r
- *   f_{MCK} = \frac{f_{sys}}{\mathrm{CONFIG\_SYSCLK\_PRES}}\,\mbox{Hz}\r
- * \f]\r
- * after initialization.\r
- */\r
-#ifndef CONFIG_SYSCLK_PRES\r
-# define CONFIG_SYSCLK_PRES  0\r
-#endif\r
-\r
-//@}\r
-\r
-//! \name Master Clock Sources (MCK)\r
-//@{\r
-#define SYSCLK_SRC_SLCK_RC         0 //!< Internal 32kHz RC oscillator as master source clock\r
-#define SYSCLK_SRC_SLCK_XTAL       1 //!< External 32kHz crystal oscillator as master source clock\r
-#define SYSCLK_SRC_SLCK_BYPASS     2 //!< External 32kHz bypass oscillator as master source clock\r
-#define SYSCLK_SRC_MAINCK_4M_RC    3 //!< Internal 4MHz RC oscillator as master source clock\r
-#define SYSCLK_SRC_MAINCK_8M_RC    4 //!< Internal 8MHz RC oscillator as master source clock\r
-#define SYSCLK_SRC_MAINCK_12M_RC   5 //!< Internal 12MHz RC oscillator as master source clock\r
-#define SYSCLK_SRC_MAINCK_XTAL     6 //!< External crystal oscillator as master source clock\r
-#define SYSCLK_SRC_MAINCK_BYPASS   7 //!< External bypass oscillator as master source clock\r
-#define SYSCLK_SRC_PLLACK          8 //!< Use PLLACK as master source clock\r
-//@}\r
-\r
-//! \name Master Clock Prescalers (MCK)\r
-//@{\r
-#define SYSCLK_PRES_1   PMC_MCKR_PRES_CLK_1  //!< Set master clock prescaler to 1\r
-#define SYSCLK_PRES_2   PMC_MCKR_PRES_CLK_2  //!< Set master clock prescaler to 2\r
-#define SYSCLK_PRES_4   PMC_MCKR_PRES_CLK_4  //!< Set master clock prescaler to 4\r
-#define SYSCLK_PRES_8   PMC_MCKR_PRES_CLK_8  //!< Set master clock prescaler to 8\r
-#define SYSCLK_PRES_16  PMC_MCKR_PRES_CLK_16 //!< Set master clock prescaler to 16\r
-#define SYSCLK_PRES_32  PMC_MCKR_PRES_CLK_32 //!< Set master clock prescaler to 32\r
-#define SYSCLK_PRES_64  PMC_MCKR_PRES_CLK_64 //!< Set master clock prescaler to 64\r
-#define SYSCLK_PRES_3   PMC_MCKR_PRES_CLK_3  //!< Set master clock prescaler to 3\r
-//@}\r
-\r
-//! \name USB Clock Sources\r
-//@{\r
-#define USBCLK_SRC_PLL0       0     //!< Use PLLA\r
-//@}\r
-\r
-/**\r
- * \def CONFIG_USBCLK_SOURCE\r
- * \brief Configuration symbol for the USB generic clock source\r
- *\r
- * Sets the clock source to use for the USB. The source must also be properly\r
- * configured.\r
- *\r
- * Define this to one of the \c USBCLK_SRC_xxx settings. Leave it undefined if\r
- * USB is not required.\r
- */\r
-#ifdef __DOXYGEN__\r
-# define CONFIG_USBCLK_SOURCE\r
-#endif\r
-\r
-/**\r
- * \def CONFIG_USBCLK_DIV\r
- * \brief Configuration symbol for the USB generic clock divider setting\r
- *\r
- * Sets the clock division for the USB generic clock. If a USB clock source is\r
- * selected with CONFIG_USBCLK_SOURCE, this configuration symbol must also be\r
- * defined.\r
- */\r
-#ifdef __DOXYGEN__\r
-# define CONFIG_USBCLK_DIV\r
-#endif\r
-\r
-/**\r
- * \name Querying the system clock\r
- *\r
- * The following functions may be used to query the current frequency of\r
- * the system clock and the CPU and bus clocks derived from it.\r
- * sysclk_get_main_hz() and sysclk_get_cpu_hz() can be assumed to be\r
- * available on all platforms, although some platforms may define\r
- * additional accessors for various chip-internal bus clocks. These are\r
- * usually not intended to be queried directly by generic code.\r
- */\r
-//@{\r
-\r
-/**\r
- * \brief Return the current rate in Hz of the main system clock\r
- *\r
- * \todo This function assumes that the main clock source never changes\r
- * once it's been set up, and that PLL0 always runs at the compile-time\r
- * configured default rate. While this is probably the most common\r
- * configuration, which we want to support as a special case for\r
- * performance reasons, we will at some point need to support more\r
- * dynamic setups as well.\r
- */\r
-#if (defined CONFIG_SYSCLK_DEFAULT_RETURNS_SLOW_OSC)\r
-extern uint32_t sysclk_initialized;\r
-#endif\r
-static inline uint32_t sysclk_get_main_hz(void)\r
-{\r
-#if (defined CONFIG_SYSCLK_DEFAULT_RETURNS_SLOW_OSC)\r
-       if (!sysclk_initialized ) {\r
-               return OSC_MAINCK_4M_RC_HZ;\r
-       }\r
-#endif\r
-\r
-       /* Config system clock setting */\r
-       if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_RC) {\r
-               return OSC_SLCK_32K_RC_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_XTAL) {\r
-               return OSC_SLCK_32K_XTAL_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_SLCK_BYPASS) {\r
-               return OSC_SLCK_32K_BYPASS_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_4M_RC) {\r
-               return OSC_MAINCK_4M_RC_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_8M_RC) {\r
-               return OSC_MAINCK_8M_RC_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_12M_RC) {\r
-               return OSC_MAINCK_12M_RC_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_XTAL) {\r
-               return OSC_MAINCK_XTAL_HZ;\r
-       } else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_MAINCK_BYPASS) {\r
-               return OSC_MAINCK_BYPASS_HZ;\r
-       }\r
-#ifdef CONFIG_PLL0_SOURCE\r
-       else if (CONFIG_SYSCLK_SOURCE == SYSCLK_SRC_PLLACK) {\r
-               return pll_get_default_rate(0);\r
-       }\r
-#endif\r
-\r
-       else {\r
-               /* unhandled_case(CONFIG_SYSCLK_SOURCE); */\r
-               return 0;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Return the current rate in Hz of the CPU clock\r
- *\r
- * \todo This function assumes that the CPU always runs at the system\r
- * clock frequency. We want to support at least two more scenarios:\r
- * Fixed CPU/bus clock dividers (config symbols) and dynamic CPU/bus\r
- * clock dividers (which may change at run time). Ditto for all the bus\r
- * clocks.\r
- *\r
- * \return Frequency of the CPU clock, in Hz.\r
- */\r
-static inline uint32_t sysclk_get_cpu_hz(void)\r
-{\r
-       /* CONFIG_SYSCLK_PRES is the register value for setting the expected */\r
-       /* prescaler, not an immediate value. */\r
-       return sysclk_get_main_hz() /\r
-               ((CONFIG_SYSCLK_PRES == SYSCLK_PRES_3) ? 3 :\r
-                       (1 << (CONFIG_SYSCLK_PRES >> PMC_MCKR_PRES_Pos)));\r
-}\r
-\r
-/**\r
- * \brief Retrieves the current rate in Hz of the peripheral clocks.\r
- *\r
- * \return Frequency of the peripheral clocks, in Hz.\r
- */\r
-static inline uint32_t sysclk_get_peripheral_hz(void)\r
-{\r
-       /* CONFIG_SYSCLK_PRES is the register value for setting the expected */\r
-       /* prescaler, not an immediate value. */\r
-       return sysclk_get_main_hz() /\r
-               ((CONFIG_SYSCLK_PRES == SYSCLK_PRES_3) ? 3 :\r
-                       (1 << (CONFIG_SYSCLK_PRES >> PMC_MCKR_PRES_Pos)));\r
-}\r
-\r
-/**\r
- * \brief Retrieves the current rate in Hz of the Peripheral Bus clock attached\r
- *        to the specified peripheral.\r
- *\r
- * \param module Pointer to the module's base address.\r
- *\r
- * \return Frequency of the bus attached to the specified peripheral, in Hz.\r
- */\r
-static inline uint32_t sysclk_get_peripheral_bus_hz(const volatile void *module)\r
-{\r
-       UNUSED(module);\r
-       return sysclk_get_peripheral_hz();\r
-}\r
-//@}\r
-\r
-//! \name Enabling and disabling synchronous clocks\r
-//@{\r
-\r
-/**\r
- * \brief Enable a peripheral's clock.\r
- *\r
- * \param ul_id Id (number) of the peripheral clock.\r
- */\r
-static inline void sysclk_enable_peripheral_clock(uint32_t ul_id)\r
-{\r
-       pmc_enable_periph_clk(ul_id);\r
-}\r
-\r
-/**\r
- * \brief Disable a peripheral's clock.\r
- *\r
- * \param ul_id Id (number) of the peripheral clock.\r
- */\r
-static inline void sysclk_disable_peripheral_clock(uint32_t ul_id)\r
-{\r
-       pmc_disable_periph_clk(ul_id);\r
-}\r
-\r
-//@}\r
-\r
-//! \name System Clock Source and Prescaler configuration\r
-//@{\r
-\r
-extern void sysclk_set_prescalers(uint32_t ul_pres);\r
-extern void sysclk_set_source(uint32_t ul_src);\r
-\r
-//@}\r
-\r
-extern void sysclk_enable_usb(void);\r
-extern void sysclk_disable_usb(void);\r
-\r
-extern void sysclk_init(void);\r
-\r
-//! @}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* CHIP_SYSCLK_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sysclk.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/clock/sysclk.h
deleted file mode 100644 (file)
index 5221b8a..0000000
+++ /dev/null
@@ -1,175 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief System clock management\r
- *\r
- * Copyright (c) 2010-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef SYSCLK_H_INCLUDED\r
-#define SYSCLK_H_INCLUDED\r
-\r
-#include "parts.h"\r
-#include "conf_clock.h"\r
-\r
-#if SAM3S\r
-# include "sam3s/sysclk.h"\r
-#elif SAM3U\r
-# include "sam3u/sysclk.h"\r
-#elif SAM3N\r
-# include "sam3n/sysclk.h"\r
-#elif SAM3XA\r
-# include "sam3x/sysclk.h"\r
-#elif SAM4S\r
-# include "sam4s/sysclk.h"\r
-#elif SAM4E\r
-# include "sam4e/sysclk.h"\r
-#elif SAM4L\r
-# include "sam4l/sysclk.h"\r
-#elif SAM4N\r
-# include "sam4n/sysclk.h"\r
-#elif (UC3A0 || UC3A1)\r
-# include "uc3a0_a1/sysclk.h"\r
-#elif UC3A3\r
-# include "uc3a3_a4/sysclk.h"\r
-#elif UC3B\r
-# include "uc3b0_b1/sysclk.h"\r
-#elif UC3C\r
-# include "uc3c/sysclk.h"\r
-#elif UC3D\r
-# include "uc3d/sysclk.h"\r
-#elif UC3L\r
-# include "uc3l/sysclk.h"\r
-#elif XMEGA\r
-# include "xmega/sysclk.h"\r
-#elif MEGA\r
-# include "mega/sysclk.h"\r
-#else\r
-# error Unsupported chip type\r
-#endif\r
-\r
-/**\r
- * \defgroup clk_group Clock Management\r
- */\r
-\r
-/**\r
- * \ingroup clk_group\r
- * \defgroup sysclk_group System Clock Management\r
- *\r
- * See \ref sysclk_quickstart.\r
- *\r
- * The <em>sysclk</em> API covers the <em>system clock</em> and all\r
- * clocks derived from it. The system clock is a chip-internal clock on\r
- * which all <em>synchronous clocks</em>, i.e. CPU and bus/peripheral\r
- * clocks, are based. The system clock is typically generated from one\r
- * of a variety of sources, which may include crystal and RC oscillators\r
- * as well as PLLs.  The clocks derived from the system clock are\r
- * sometimes also known as <em>synchronous clocks</em>, since they\r
- * always run synchronously with respect to each other, as opposed to\r
- * <em>generic clocks</em> which may run from different oscillators or\r
- * PLLs.\r
- *\r
- * Most applications should simply call sysclk_init() to initialize\r
- * everything related to the system clock and its source (oscillator,\r
- * PLL or DFLL), and leave it at that. More advanced applications, and\r
- * platform-specific drivers, may require additional services from the\r
- * clock system, some of which may be platform-specific.\r
- *\r
- * \section sysclk_group_platform Platform Dependencies\r
- *\r
- * The sysclk API is partially chip- or platform-specific. While all\r
- * platforms provide mostly the same functionality, there are some\r
- * variations around how different bus types and clock tree structures\r
- * are handled.\r
- *\r
- * The following functions are available on all platforms with the same\r
- * parameters and functionality. These functions may be called freely by\r
- * portable applications, drivers and services:\r
- *   - sysclk_init()\r
- *   - sysclk_set_source()\r
- *   - sysclk_get_main_hz()\r
- *   - sysclk_get_cpu_hz()\r
- *   - sysclk_get_peripheral_bus_hz()\r
- *\r
- * The following functions are available on all platforms, but there may\r
- * be variations in the function signature (i.e. parameters) and\r
- * behavior. These functions are typically called by platform-specific\r
- * parts of drivers, and applications that aren't intended to be\r
- * portable:\r
- *   - sysclk_enable_peripheral_clock()\r
- *   - sysclk_disable_peripheral_clock()\r
- *   - sysclk_enable_module()\r
- *   - sysclk_disable_module()\r
- *   - sysclk_module_is_enabled()\r
- *   - sysclk_set_prescalers()\r
- *\r
- * All other functions should be considered platform-specific.\r
- * Enabling/disabling clocks to specific peripherals as well as\r
- * determining the speed of these clocks should be done by calling\r
- * functions provided by the driver for that peripheral.\r
- *\r
- * @{\r
- */\r
-\r
-//! \name System Clock Initialization\r
-//@{\r
-/**\r
- * \fn void sysclk_init(void)\r
- * \brief Initialize the synchronous clock system.\r
- *\r
- * This function will initialize the system clock and its source. This\r
- * includes:\r
- *   - Mask all synchronous clocks except for any clocks which are\r
- *     essential for normal operation (for example internal memory\r
- *     clocks).\r
- *   - Set up the system clock prescalers as specified by the\r
- *     application's configuration file.\r
- *   - Enable the clock source specified by the application's\r
- *     configuration file (oscillator or PLL) and wait for it to become\r
- *     stable.\r
- *   - Set the main system clock source to the clock specified by the\r
- *     application's configuration file.\r
- *\r
- * Since all non-essential peripheral clocks are initially disabled, it\r
- * is the responsibility of the peripheral driver to re-enable any\r
- * clocks that are needed for normal operation.\r
- */\r
-//@}\r
-\r
-//! @}\r
-\r
-#endif /* SYSCLK_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/ioport.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/ioport.h
deleted file mode 100644 (file)
index 7cf38f7..0000000
+++ /dev/null
@@ -1,538 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Common IOPORT service main header file for AVR, UC3 and ARM\r
- *        architectures.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef IOPORT_H\r
-#define IOPORT_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-#include <parts.h>\r
-#include <compiler.h>\r
-\r
-/**\r
- * \defgroup ioport_group Common IOPORT API\r
- *\r
- * See \ref ioport_quickstart.\r
- *\r
- * This is common IOPORT service for GPIO pin configuration and control in a\r
- * standardized manner across the MEGA, MEGA_RF, XMEGA, UC3 and ARM devices.\r
- *\r
- * Port pin control code is optimized for each platform, and should produce\r
- * both compact and fast execution times when used with constant values.\r
- *\r
- * \section dependencies Dependencies\r
- * This driver depends on the following modules:\r
- * - \ref sysclk_group for clock speed and functions.\r
- * @{\r
- */\r
-\r
-/**\r
- * \def IOPORT_CREATE_PIN(port, pin)\r
- * \brief Create IOPORT pin number\r
- *\r
- * Create a IOPORT pin number for use with the IOPORT functions.\r
- *\r
- * \param port IOPORT port (e.g. PORTA, PA or PIOA depending on chosen\r
- *             architecture)\r
- * \param pin IOPORT zero-based index of the I/O pin\r
- */\r
-\r
-/** \brief IOPORT pin directions */\r
-enum ioport_direction {\r
-       IOPORT_DIR_INPUT,  /*!< IOPORT input direction */\r
-       IOPORT_DIR_OUTPUT, /*!< IOPORT output direction */\r
-};\r
-\r
-/** \brief IOPORT levels */\r
-enum ioport_value {\r
-       IOPORT_PIN_LEVEL_LOW,  /*!< IOPORT pin value low */\r
-       IOPORT_PIN_LEVEL_HIGH, /*!< IOPORT pin value high */\r
-};\r
-\r
-#if MEGA_RF\r
-/** \brief IOPORT edge sense modes */\r
-enum ioport_sense {\r
-       IOPORT_SENSE_LEVEL,     /*!< IOPORT sense low level  */\r
-       IOPORT_SENSE_BOTHEDGES, /*!< IOPORT sense both rising and falling edges */\r
-       IOPORT_SENSE_FALLING,   /*!< IOPORT sense falling edges */\r
-       IOPORT_SENSE_RISING,    /*!< IOPORT sense rising edges */\r
-};\r
-#elif SAM && !SAM4L\r
-/** \brief IOPORT edge sense modes */\r
-enum ioport_sense {\r
-       IOPORT_SENSE_BOTHEDGES, /*!< IOPORT sense both rising and falling edges */\r
-       IOPORT_SENSE_FALLING,   /*!< IOPORT sense falling edges */\r
-       IOPORT_SENSE_RISING,    /*!< IOPORT sense rising edges */\r
-       IOPORT_SENSE_LEVEL_LOW, /*!< IOPORT sense low level  */\r
-       IOPORT_SENSE_LEVEL_HIGH,/*!< IOPORT sense High level  */\r
-};\r
-#else\r
-enum ioport_sense {\r
-       IOPORT_SENSE_BOTHEDGES, /*!< IOPORT sense both rising and falling edges */\r
-       IOPORT_SENSE_RISING,    /*!< IOPORT sense rising edges */\r
-       IOPORT_SENSE_FALLING,   /*!< IOPORT sense falling edges */\r
-};\r
-#endif\r
-\r
-\r
-#if XMEGA\r
-# include "xmega/ioport.h"\r
-# if defined(IOPORT_XMEGA_COMPAT)\r
-#  include "xmega/ioport_compat.h"\r
-# endif\r
-#elif MEGA\r
-#  include "mega/ioport.h"\r
-#elif UC3\r
-# include "uc3/ioport.h"\r
-#elif SAM\r
-# if SAM4L\r
-#  include "sam/ioport_gpio.h"\r
-# elif SAMD20\r
-#  include "sam0/ioport.h"\r
-# else\r
-#  include "sam/ioport_pio.h"\r
-# endif\r
-#endif\r
-\r
-/**\r
- * \brief Initializes the IOPORT service, ready for use.\r
- *\r
- * This function must be called before using any other functions in the IOPORT\r
- * service.\r
- */\r
-static inline void ioport_init(void)\r
-{\r
-       arch_ioport_init();\r
-}\r
-\r
-/**\r
- * \brief Enable an IOPORT pin, based on a pin created with \ref\r
- * IOPORT_CREATE_PIN().\r
- *\r
- * \param pin  IOPORT pin to enable\r
- */\r
-static inline void ioport_enable_pin(ioport_pin_t pin)\r
-{\r
-       arch_ioport_enable_pin(pin);\r
-}\r
-\r
-/**\r
- * \brief Enable multiple pins in a single IOPORT port.\r
- *\r
- * \param port IOPORT port to enable\r
- * \param mask Mask of pins within the port to enable\r
- */\r
-static inline void ioport_enable_port(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_enable_port(port, mask);\r
-}\r
-\r
-/**\r
- * \brief Disable IOPORT pin, based on a pin created with \ref\r
- *        IOPORT_CREATE_PIN().\r
- *\r
- * \param pin IOPORT pin to disable\r
- */\r
-static inline void ioport_disable_pin(ioport_pin_t pin)\r
-{\r
-       arch_ioport_disable_pin(pin);\r
-}\r
-\r
-/**\r
- * \brief Disable multiple pins in a single IOPORT port.\r
- *\r
- * \param port IOPORT port to disable\r
- * \param mask Pin mask of pins to disable\r
- */\r
-static inline void ioport_disable_port(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_disable_port(port, mask);\r
-}\r
-\r
-/**\r
- * \brief Set multiple pin modes in a single IOPORT port, such as pull-up,\r
- * pull-down, etc. configuration.\r
- *\r
- * \param port IOPORT port to configure\r
- * \param mask Pin mask of pins to configure\r
- * \param mode Mode masks to configure for the specified pins (\ref\r
- * ioport_modes)\r
- */\r
-static inline void ioport_set_port_mode(ioport_port_t port,\r
-               ioport_port_mask_t mask, ioport_mode_t mode)\r
-{\r
-       arch_ioport_set_port_mode(port, mask, mode);\r
-}\r
-\r
-/**\r
- * \brief Set pin mode for one single IOPORT pin.\r
- *\r
- * \param pin IOPORT pin to configure\r
- * \param mode Mode masks to configure for the specified pin (\ref ioport_modes)\r
- */\r
-static inline void ioport_set_pin_mode(ioport_pin_t pin, ioport_mode_t mode)\r
-{\r
-       arch_ioport_set_pin_mode(pin, mode);\r
-}\r
-\r
-/**\r
- * \brief Reset multiple pin modes in a specified IOPORT port to defaults.\r
- *\r
- * \param port IOPORT port to configure\r
- * \param mask Mask of pins whose mode configuration is to be reset\r
- */\r
-static inline void ioport_reset_port_mode(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_set_port_mode(port, mask, 0);\r
-}\r
-\r
-/**\r
- * \brief Reset pin mode configuration for a single IOPORT pin\r
- *\r
- * \param pin IOPORT pin to configure\r
- */\r
-static inline void ioport_reset_pin_mode(ioport_pin_t pin)\r
-{\r
-       arch_ioport_set_pin_mode(pin, 0);\r
-}\r
-\r
-/**\r
- * \brief Set I/O direction for a group of pins in a single IOPORT.\r
- *\r
- * \param port IOPORT port to configure\r
- * \param mask Pin mask of pins to configure\r
- * \param dir Direction to set for the specified pins (\ref ioport_direction)\r
- */\r
-static inline void ioport_set_port_dir(ioport_port_t port,\r
-               ioport_port_mask_t mask, enum ioport_direction dir)\r
-{\r
-       arch_ioport_set_port_dir(port, mask, dir);\r
-}\r
-\r
-/**\r
- * \brief Set direction for a single IOPORT pin.\r
- *\r
- * \param pin IOPORT pin to configure\r
- * \param dir Direction to set for the specified pin (\ref ioport_direction)\r
- */\r
-static inline void ioport_set_pin_dir(ioport_pin_t pin,\r
-               enum ioport_direction dir)\r
-{\r
-       arch_ioport_set_pin_dir(pin, dir);\r
-}\r
-\r
-/**\r
- * \brief Set an IOPORT pin to a specified logical value.\r
- *\r
- * \param pin IOPORT pin to configure\r
- * \param level Logical value of the pin\r
- */\r
-static inline void ioport_set_pin_level(ioport_pin_t pin, bool level)\r
-{\r
-       arch_ioport_set_pin_level(pin, level);\r
-}\r
-\r
-/**\r
- * \brief Set a group of IOPORT pins in a single port to a specified logical\r
- * value.\r
- *\r
- * \param port IOPORT port to write to\r
- * \param mask Pin mask of pins to modify\r
- * \param level Level of the pins to be modified\r
- */\r
-static inline void ioport_set_port_level(ioport_port_t port,\r
-               ioport_port_mask_t mask, ioport_port_mask_t level)\r
-{\r
-       arch_ioport_set_port_level(port, mask, level);\r
-}\r
-\r
-/**\r
- * \brief Get current value of an IOPORT pin, which has been configured as an\r
- * input.\r
- *\r
- * \param pin IOPORT pin to read\r
- * \return Current logical value of the specified pin\r
- */\r
-static inline bool ioport_get_pin_level(ioport_pin_t pin)\r
-{\r
-       return arch_ioport_get_pin_level(pin);\r
-}\r
-\r
-/**\r
- * \brief Get current value of several IOPORT pins in a single port, which have\r
- * been configured as an inputs.\r
- *\r
- * \param port IOPORT port to read\r
- * \param mask Pin mask of pins to read\r
- * \return Logical levels of the specified pins from the read port, returned as\r
- * a mask.\r
- */\r
-static inline ioport_port_mask_t ioport_get_port_level(ioport_pin_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       return arch_ioport_get_port_level(port, mask);\r
-}\r
-\r
-/**\r
- * \brief Toggle the value of an IOPORT pin, which has previously configured as\r
- * an output.\r
- *\r
- * \param pin IOPORT pin to toggle\r
- */\r
-static inline void ioport_toggle_pin_level(ioport_pin_t pin)\r
-{\r
-       arch_ioport_toggle_pin_level(pin);\r
-}\r
-\r
-/**\r
- * \brief Toggle the values of several IOPORT pins located in a single port.\r
- *\r
- * \param port IOPORT port to modify\r
- * \param mask Pin mask of pins to toggle\r
- */\r
-static inline void ioport_toggle_port_level(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_toggle_port_level(port, mask);\r
-}\r
-\r
-/**\r
- * \brief Set the pin sense mode of a single IOPORT pin.\r
- *\r
- * \param pin IOPORT pin to configure\r
- * \param pin_sense Edge to sense for the pin (\ref ioport_sense)\r
- */\r
-static inline void ioport_set_pin_sense_mode(ioport_pin_t pin,\r
-               enum ioport_sense pin_sense)\r
-{\r
-       arch_ioport_set_pin_sense_mode(pin, pin_sense);\r
-}\r
-\r
-/**\r
- * \brief Set the pin sense mode of a multiple IOPORT pins on a single port.\r
- *\r
- * \param port IOPORT port to configure\r
- * \param mask Bitmask if pins whose edge sense is to be configured\r
- * \param pin_sense Edge to sense for the pins (\ref ioport_sense)\r
- */\r
-static inline void ioport_set_port_sense_mode(ioport_port_t port,\r
-               ioport_port_mask_t mask,\r
-               enum ioport_sense pin_sense)\r
-{\r
-       arch_ioport_set_port_sense_mode(port, mask, pin_sense);\r
-}\r
-\r
-/**\r
- * \brief Convert a pin ID into a its port ID.\r
- *\r
- * \param pin IOPORT pin ID to convert\r
- * \retval Port ID for the given pin ID\r
- */\r
-static inline ioport_port_t ioport_pin_to_port_id(ioport_pin_t pin)\r
-{\r
-       return arch_ioport_pin_to_port_id(pin);\r
-}\r
-\r
-/**\r
- * \brief Convert a pin ID into a bitmask mask for the given pin on its port.\r
- *\r
- * \param pin IOPORT pin ID to convert\r
- * \retval Bitmask with a bit set that corresponds to the given pin ID in its port\r
- */\r
-static inline ioport_port_mask_t ioport_pin_to_mask(ioport_pin_t pin)\r
-{\r
-       return arch_ioport_pin_to_mask(pin);\r
-}\r
-\r
-/** @} */\r
-\r
-/**\r
- * \page ioport_quickstart Quick start guide for the common IOPORT service\r
- *\r
- * This is the quick start guide for the \ref ioport_group, with\r
- * step-by-step instructions on how to configure and use the service in a\r
- * selection of use cases.\r
- *\r
- * The use cases contain several code fragments. The code fragments in the\r
- * steps for setup can be copied into a custom initialization function, while\r
- * the steps for usage can be copied into, e.g., the main application function.\r
- *\r
- * \section ioport_quickstart_basic Basic use case\r
- * In this use case we will configure one IO pin for button input and one for\r
- * LED control. Then it will read the button state and output it on the LED.\r
- *\r
- * \section ioport_quickstart_basic_setup Setup steps\r
- *\r
- * \subsection ioport_quickstart_basic_setup_code Example code\r
- * \code\r
- * #define MY_LED    IOPORT_CREATE_PIN(PORTA, 5)\r
- * #define MY_BUTTON IOPORT_CREATE_PIN(PORTA, 6)\r
- *\r
- * ioport_init();\r
- *\r
- * ioport_set_pin_dir(MY_LED, IOPORT_DIR_OUTPUT);\r
- * ioport_set_pin_dir(MY_BUTTON, IOPORT_DIR_INPUT);\r
- * ioport_set_pin_mode(MY_BUTTON, IOPORT_MODE_PULLUP);\r
- * \endcode\r
- *\r
- * \subsection ioport_quickstart_basic_setup_flow Workflow\r
- * -# It's useful to give the GPIOs symbolic names and this can be done with\r
- *    the \ref IOPORT_CREATE_PIN macro. We define one for a LED and one for a\r
- *    button.\r
- *   - \code\r
- *     #define MY_LED    IOPORT_CREATE_PIN(PORTA, 5)\r
- *     #define MY_BUTTON IOPORT_CREATE_PIN(PORTA, 6)\r
- *     \endcode\r
- *   - \note The usefulness of the \ref IOPORT_CREATE_PIN macro and port names\r
- *           differ between architectures:\r
- *     - MEGA, MEGA_RF and XMEGA: Use \ref IOPORT_CREATE_PIN macro with port definitions\r
- *              PORTA, PORTB ...\r
- *     - UC3: Most convenient to pick up the device header file pin definition\r
- *            and us it directly. E.g.: AVR32_PIN_PB06\r
- *     - SAM: Most convenient to pick up the device header file pin definition\r
- *            and us it directly. E.g.: PIO_PA5_IDX<br>\r
- *            \ref IOPORT_CREATE_PIN can also be used with port definitions\r
- *            PIOA, PIOB ...\r
- * -# Initialize the ioport service. This typically enables the IO module if\r
- *    needed.\r
- *   - \code ioport_init(); \endcode\r
- * -# Set the LED GPIO as output:\r
- *   - \code ioport_set_pin_dir(MY_LED, IOPORT_DIR_OUTPUT); \endcode\r
- * -# Set the button GPIO as input:\r
- *   - \code ioport_set_pin_dir(MY_BUTTON, IOPORT_DIR_INPUT); \endcode\r
- * -# Enable pull-up for the button GPIO:\r
- *   - \code ioport_set_pin_mode(MY_BUTTON, IOPORT_MODE_PULLUP); \endcode\r
- *\r
- * \section ioport_quickstart_basic_usage Usage steps\r
- *\r
- * \subsection ioport_quickstart_basic_usage_code Example code\r
- * \code\r
- * bool value;\r
- *\r
- * value = ioport_get_pin_level(MY_BUTTON);\r
- * ioport_set_pin_level(MY_LED, value);\r
- * \endcode\r
- *\r
- * \subsection ioport_quickstart_basic_usage_flow Workflow\r
- * -# Define a boolean variable for state storage:\r
- *   - \code bool value; \endcode\r
- * -# Read out the button level into variable value:\r
- *   - \code value = ioport_get_pin_level(MY_BUTTON); \endcode\r
- * -# Set the LED to read out value from the button:\r
- *   - \code ioport_set_pin_level(MY_LED, value); \endcode\r
- *\r
- * \section ioport_quickstart_advanced Advanced use cases\r
- * - \subpage ioport_quickstart_use_case_1 : Port access\r
- */\r
-\r
-/**\r
- * \page ioport_quickstart_use_case_1 Advanced use case doing port access\r
- *\r
- * In this case we will read out the pins from one whole port and write the\r
- * read value to another port.\r
- *\r
- * \section ioport_quickstart_use_case_1_setup Setup steps\r
- *\r
- * \subsection ioport_quickstart_use_case_1_setup_code Example code\r
- * \code\r
- * #define IN_PORT  IOPORT_PORTA\r
- * #define OUT_PORT IOPORT_PORTB\r
- * #define MASK     0x00000060\r
- *\r
- * ioport_init();\r
- *\r
- * ioport_set_port_dir(IN_PORT, MASK, IOPORT_DIR_INPUT);\r
- * ioport_set_port_dir(OUT_PORT, MASK, IOPORT_DIR_OUTPUT);\r
- * \endcode\r
- *\r
- * \subsection ioport_quickstart_basic_setup_flow Workflow\r
- * -# It's useful to give the ports symbolic names:\r
- *   - \code\r
- *     #define IN_PORT  IOPORT_PORTA\r
- *     #define OUT_PORT IOPORT_PORTB\r
- *     \endcode\r
- *   - \note The port names differ between architectures:\r
- *     - MEGA_RF, MEGA and XMEGA: There are predefined names for ports: IOPORT_PORTA,\r
- *              IOPORT_PORTB ...\r
- *     - UC3: Use the index value of the different IO blocks: 0, 1 ...\r
- *     - SAM: There are predefined names for ports: IOPORT_PIOA, IOPORT_PIOB\r
- *            ...\r
- * -# Also useful to define a mask for the bits to work with:\r
- *     - \code #define MASK     0x00000060 \endcode\r
- * -# Initialize the ioport service. This typically enables the IO module if\r
- *    needed.\r
- *   - \code ioport_init(); \endcode\r
- * -# Set one of the ports as input:\r
- *   - \code ioport_set_pin_dir(IN_PORT, MASK, IOPORT_DIR_INPUT); \endcode\r
- * -# Set the other port as output:\r
- *   - \code ioport_set_pin_dir(OUT_PORT, MASK, IOPORT_DIR_OUTPUT); \endcode\r
- *\r
- * \section ioport_quickstart_basic_usage Usage steps\r
- *\r
- * \subsection ioport_quickstart_basic_usage_code Example code\r
- * \code\r
- * ioport_port_mask_t value;\r
- *\r
- * value = ioport_get_port_level(IN_PORT, MASK);\r
- * ioport_set_port_level(OUT_PORT, MASK, value);\r
- * \endcode\r
- *\r
- * \subsection ioport_quickstart_basic_usage_flow Workflow\r
- * -# Define a variable for port date storage:\r
- *   - \code ioport_port_mask_t value; \endcode\r
- * -# Read out from one port:\r
- *   - \code value = ioport_get_port_level(IN_PORT, MASK); \endcode\r
- * -# Put the read data out on the other port:\r
- *   - \code ioport_set_port_level(OUT_PORT, MASK, value); \endcode\r
- */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* IOPORT_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/sam/ioport_pio.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/services/ioport/sam/ioport_pio.h
deleted file mode 100644 (file)
index 20f97c0..0000000
+++ /dev/null
@@ -1,364 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM architecture specific IOPORT service implementation header file.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef IOPORT_SAM_H\r
-#define IOPORT_SAM_H\r
-\r
-#include <sysclk.h>\r
-\r
-#define IOPORT_CREATE_PIN(port, pin) ((IOPORT_ ## port) * 32 + (pin))\r
-#define IOPORT_BASE_ADDRESS (uintptr_t)PIOA\r
-#define IOPORT_PIO_OFFSET   ((uintptr_t)PIOB - (uintptr_t)PIOA)\r
-\r
-#define IOPORT_PIOA     0\r
-#define IOPORT_PIOB     1\r
-#define IOPORT_PIOC     2\r
-#define IOPORT_PIOD     3\r
-#define IOPORT_PIOE     4\r
-#define IOPORT_PIOF     5\r
-\r
-/**\r
- * \weakgroup ioport_group\r
- * \section ioport_modes IOPORT Modes\r
- *\r
- * For details on these please see the SAM Manual.\r
- *\r
- * @{\r
- */\r
-\r
-/** \name IOPORT Mode bit definitions */\r
-/** @{ */\r
-#define IOPORT_MODE_MUX_MASK            (0x7 << 0) /*!< MUX bits mask */\r
-#define IOPORT_MODE_MUX_BIT0            (  1 << 0) /*!< MUX BIT0 mask */\r
-\r
-#if SAM3N || SAM3S || SAM4S || SAM4E || SAM4N\r
-#define IOPORT_MODE_MUX_BIT1            (  1 << 1) /*!< MUX BIT1 mask */\r
-#endif\r
-\r
-#define IOPORT_MODE_MUX_A               (  0 << 0) /*!< MUX function A */\r
-#define IOPORT_MODE_MUX_B               (  1 << 0) /*!< MUX function B */\r
-\r
-#if SAM3N || SAM3S || SAM4S || SAM4E || SAM4N\r
-#define IOPORT_MODE_MUX_C               (  2 << 0) /*!< MUX function C */\r
-#define IOPORT_MODE_MUX_D               (  3 << 0) /*!< MUX function D */\r
-#endif\r
-\r
-#define IOPORT_MODE_PULLUP              (  1 << 3) /*!< Pull-up */\r
-\r
-#if SAM3N || SAM3S || SAM4S || SAM4E || SAM4N\r
-#define IOPORT_MODE_PULLDOWN            (  1 << 4) /*!< Pull-down */\r
-#endif\r
-\r
-#define IOPORT_MODE_OPEN_DRAIN          (  1 << 5) /*!< Open drain */\r
-\r
-#define IOPORT_MODE_GLITCH_FILTER       (  1 << 6) /*!< Glitch filter */\r
-#define IOPORT_MODE_DEBOUNCE            (  1 << 7) /*!< Input debounce */\r
-/** @} */\r
-\r
-/** @} */\r
-\r
-typedef uint32_t ioport_mode_t;\r
-typedef uint32_t ioport_pin_t;\r
-typedef uint32_t ioport_port_t;\r
-typedef uint32_t ioport_port_mask_t;\r
-\r
-__always_inline static ioport_port_t arch_ioport_pin_to_port_id(ioport_pin_t pin)\r
-{\r
-       return pin >> 5;\r
-}\r
-\r
-__always_inline static Pio *arch_ioport_port_to_base(ioport_port_t port)\r
-{\r
-       return (Pio *)((uintptr_t)IOPORT_BASE_ADDRESS +\r
-              (IOPORT_PIO_OFFSET * port));\r
-}\r
-\r
-__always_inline static Pio *arch_ioport_pin_to_base(ioport_pin_t pin)\r
-{\r
-       return arch_ioport_port_to_base(arch_ioport_pin_to_port_id(pin));\r
-}\r
-\r
-__always_inline static ioport_port_mask_t arch_ioport_pin_to_mask(ioport_pin_t pin)\r
-{\r
-       return 1U << (pin & 0x1F);\r
-}\r
-\r
-__always_inline static void arch_ioport_init(void)\r
-{\r
-#ifdef ID_PIOA\r
-       sysclk_enable_peripheral_clock(ID_PIOA);\r
-#endif\r
-#ifdef ID_PIOB\r
-       sysclk_enable_peripheral_clock(ID_PIOB);\r
-#endif\r
-#ifdef ID_PIOC\r
-       sysclk_enable_peripheral_clock(ID_PIOC);\r
-#endif\r
-#ifdef ID_PIOD\r
-       sysclk_enable_peripheral_clock(ID_PIOD);\r
-#endif\r
-#ifdef ID_PIOE\r
-       sysclk_enable_peripheral_clock(ID_PIOE);\r
-#endif\r
-#ifdef ID_PIOF\r
-       sysclk_enable_peripheral_clock(ID_PIOF);\r
-#endif\r
-}\r
-\r
-__always_inline static void arch_ioport_enable_port(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_port_to_base(port)->PIO_PER = mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_disable_port(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_port_to_base(port)->PIO_PDR = mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_enable_pin(ioport_pin_t pin)\r
-{\r
-       arch_ioport_enable_port(arch_ioport_pin_to_port_id(pin),\r
-                       arch_ioport_pin_to_mask(pin));\r
-}\r
-\r
-__always_inline static void arch_ioport_disable_pin(ioport_pin_t pin)\r
-{\r
-       arch_ioport_disable_port(arch_ioport_pin_to_port_id(pin),\r
-                       arch_ioport_pin_to_mask(pin));\r
-}\r
-\r
-__always_inline static void arch_ioport_set_port_mode(ioport_port_t port,\r
-               ioport_port_mask_t mask, ioport_mode_t mode)\r
-{\r
-       Pio *base = arch_ioport_port_to_base(port);\r
-\r
-       if (mode & IOPORT_MODE_PULLUP) {\r
-               base->PIO_PUER = mask;\r
-       } else {\r
-               base->PIO_PUDR = mask;\r
-       }\r
-\r
-#if defined(IOPORT_MODE_PULLDOWN)\r
-       if (mode & IOPORT_MODE_PULLDOWN) {\r
-               base->PIO_PPDER = mask;\r
-       } else {\r
-               base->PIO_PPDDR = mask;\r
-       }\r
-#endif\r
-\r
-       if (mode & IOPORT_MODE_OPEN_DRAIN) {\r
-               base->PIO_MDER = mask;\r
-       } else {\r
-               base->PIO_MDDR = mask;\r
-       }\r
-\r
-       if (mode & (IOPORT_MODE_GLITCH_FILTER | IOPORT_MODE_DEBOUNCE)) {\r
-               base->PIO_IFER = mask;\r
-       } else {\r
-               base->PIO_IFDR = mask;\r
-       }\r
-\r
-       if (mode & IOPORT_MODE_DEBOUNCE) {\r
-#if SAM3U || SAM3XA\r
-               base->PIO_DIFSR = mask;\r
-#else\r
-               base->PIO_IFSCER = mask;\r
-#endif\r
-       } else {\r
-#if SAM3U || SAM3XA\r
-               base->PIO_SCIFSR = mask;\r
-#else\r
-               base->PIO_IFSCDR = mask;\r
-#endif\r
-       }\r
-\r
-#if !defined(IOPORT_MODE_MUX_BIT1)\r
-       if (mode & IOPORT_MODE_MUX_BIT0) {\r
-               base->PIO_ABSR |= mask;\r
-       } else {\r
-               base->PIO_ABSR &= ~mask;\r
-       }\r
-#else\r
-       if (mode & IOPORT_MODE_MUX_BIT0) {\r
-               base->PIO_ABCDSR[0] |= mask;\r
-       } else {\r
-               base->PIO_ABCDSR[0] &= ~mask;\r
-       }\r
-\r
-       if (mode & IOPORT_MODE_MUX_BIT1) {\r
-               base->PIO_ABCDSR[1] |= mask;\r
-       } else {\r
-               base->PIO_ABCDSR[1] &= ~mask;\r
-       }\r
-#endif\r
-}\r
-\r
-__always_inline static void arch_ioport_set_pin_mode(ioport_pin_t pin,\r
-               ioport_mode_t mode)\r
-{\r
-       arch_ioport_set_port_mode(arch_ioport_pin_to_port_id(pin),\r
-                       arch_ioport_pin_to_mask(pin), mode);\r
-}\r
-\r
-__always_inline static void arch_ioport_set_port_dir(ioport_port_t port,\r
-               ioport_port_mask_t mask, enum ioport_direction group_direction)\r
-{\r
-       Pio *base = arch_ioport_port_to_base(port);\r
-\r
-       if (group_direction == IOPORT_DIR_OUTPUT) {\r
-               base->PIO_OER = mask;\r
-       } else if (group_direction == IOPORT_DIR_INPUT) {\r
-               base->PIO_ODR = mask;\r
-       }\r
-\r
-       base->PIO_OWER = mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_set_pin_dir(ioport_pin_t pin,\r
-               enum ioport_direction dir)\r
-{\r
-       Pio *base = arch_ioport_pin_to_base(pin);\r
-\r
-       if (dir == IOPORT_DIR_OUTPUT) {\r
-               base->PIO_OER = arch_ioport_pin_to_mask(pin);\r
-       } else if (dir == IOPORT_DIR_INPUT) {\r
-               base->PIO_ODR = arch_ioport_pin_to_mask(pin);\r
-       }\r
-\r
-       base->PIO_OWER = arch_ioport_pin_to_mask(pin);\r
-}\r
-\r
-__always_inline static void arch_ioport_set_pin_level(ioport_pin_t pin,\r
-               bool level)\r
-{\r
-       Pio *base = arch_ioport_pin_to_base(pin);\r
-\r
-       if (level) {\r
-               base->PIO_SODR = arch_ioport_pin_to_mask(pin);\r
-       } else {\r
-               base->PIO_CODR = arch_ioport_pin_to_mask(pin);\r
-       }\r
-}\r
-\r
-__always_inline static void arch_ioport_set_port_level(ioport_port_t port,\r
-               ioport_port_mask_t mask, ioport_port_mask_t level)\r
-{\r
-       Pio *base = arch_ioport_port_to_base(port);\r
-\r
-       base->PIO_SODR = mask & level;\r
-       base->PIO_CODR = mask & ~level;\r
-}\r
-\r
-__always_inline static bool arch_ioport_get_pin_level(ioport_pin_t pin)\r
-{\r
-       return arch_ioport_pin_to_base(pin)->PIO_PDSR & arch_ioport_pin_to_mask(pin);\r
-}\r
-\r
-__always_inline static ioport_port_mask_t arch_ioport_get_port_level(\r
-               ioport_port_t port, ioport_port_mask_t mask)\r
-{\r
-       return arch_ioport_port_to_base(port)->PIO_PDSR & mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_toggle_pin_level(ioport_pin_t pin)\r
-{\r
-       Pio *port = arch_ioport_pin_to_base(pin);\r
-       ioport_port_mask_t mask = arch_ioport_pin_to_mask(pin);\r
-\r
-       if (port->PIO_PDSR & arch_ioport_pin_to_mask(pin)) {\r
-               port->PIO_CODR = mask;\r
-       } else {\r
-               port->PIO_SODR = mask;\r
-       }\r
-}\r
-\r
-__always_inline static void arch_ioport_toggle_port_level(ioport_port_t port,\r
-               ioport_port_mask_t mask)\r
-{\r
-       arch_ioport_port_to_base(port)->PIO_ODSR ^= mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_set_port_sense_mode(ioport_port_t port,\r
-               ioport_port_mask_t mask, enum ioport_sense pin_sense)\r
-{\r
-       Pio *base = arch_ioport_port_to_base(port);\r
-       /*   AIMMR    ELSR    FRLHSR\r
-        *       0       X         X    IOPORT_SENSE_BOTHEDGES (Default)\r
-        *       1       0         0    IOPORT_SENSE_FALLING\r
-        *       1       0         1    IOPORT_SENSE_RISING\r
-        *       1       1         0    IOPORT_SENSE_LEVEL_LOW\r
-        *       1       1         1    IOPORT_SENSE_LEVEL_HIGH\r
-        */\r
-       switch(pin_sense) {\r
-       case IOPORT_SENSE_LEVEL_LOW:\r
-               base->PIO_LSR = mask;\r
-               base->PIO_FELLSR = mask;\r
-               break;\r
-       case IOPORT_SENSE_LEVEL_HIGH:\r
-               base->PIO_LSR = mask;\r
-               base->PIO_REHLSR = mask;\r
-               break;\r
-       case IOPORT_SENSE_FALLING:\r
-               base->PIO_ESR = mask;\r
-               base->PIO_FELLSR = mask;\r
-               break;\r
-       case IOPORT_SENSE_RISING:\r
-               base->PIO_ESR = mask;\r
-               base->PIO_REHLSR = mask;\r
-               break;\r
-       default:\r
-               base->PIO_AIMDR = mask;\r
-               return;\r
-       }\r
-       base->PIO_AIMER = mask;\r
-}\r
-\r
-__always_inline static void arch_ioport_set_pin_sense_mode(ioport_pin_t pin,\r
-               enum ioport_sense pin_sense)\r
-{\r
-       arch_ioport_set_port_sense_mode(arch_ioport_pin_to_port_id(pin),\r
-                       arch_ioport_pin_to_mask(pin), pin_sense);\r
-}\r
-\r
-#endif /* IOPORT_SAM_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt.h
deleted file mode 100644 (file)
index 6774879..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Global interrupt management for 8- and 32-bit AVR\r
- *\r
- * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef UTILS_INTERRUPT_H\r
-#define UTILS_INTERRUPT_H\r
-\r
-#include <parts.h>\r
-\r
-#if XMEGA || MEGA || TINY\r
-#  include "interrupt/interrupt_avr8.h"\r
-#elif UC3\r
-#  include "interrupt/interrupt_avr32.h"\r
-#elif SAM3S || SAM3N || SAM3XA || SAM3U || SAM4S || SAM4L || SAM4E || SAMD20 || SAM\r
-#  include "interrupt/interrupt_sam_nvic.h"\r
-#else\r
-#  error Unsupported device.\r
-#endif\r
-\r
-/**\r
- * \defgroup interrupt_group Global interrupt management\r
- *\r
- * This is a driver for global enabling and disabling of interrupts.\r
- *\r
- * @{\r
- */\r
-\r
-#if defined(__DOXYGEN__)\r
-/**\r
- * \def CONFIG_INTERRUPT_FORCE_INTC\r
- * \brief Force usage of the ASF INTC driver\r
- *\r
- * Predefine this symbol when preprocessing to force the use of the ASF INTC driver.\r
- * This is useful to ensure compatibility across compilers and shall be used only when required\r
- * by the application needs.\r
- */\r
-#  define CONFIG_INTERRUPT_FORCE_INTC\r
-#endif\r
-\r
-//! \name Global interrupt flags\r
-//@{\r
-/**\r
- * \typedef irqflags_t\r
- * \brief Type used for holding state of interrupt flag\r
- */\r
-\r
-/**\r
- * \def cpu_irq_enable\r
- * \brief Enable interrupts globally\r
- */\r
-\r
-/**\r
- * \def cpu_irq_disable\r
- * \brief Disable interrupts globally\r
- */\r
-\r
-/**\r
- * \fn irqflags_t cpu_irq_save(void)\r
- * \brief Get and clear the global interrupt flags\r
- *\r
- * Use in conjunction with \ref cpu_irq_restore.\r
- *\r
- * \return Current state of interrupt flags.\r
- *\r
- * \note This function leaves interrupts disabled.\r
- */\r
-\r
-/**\r
- * \fn void cpu_irq_restore(irqflags_t flags)\r
- * \brief Restore global interrupt flags\r
- *\r
- * Use in conjunction with \ref cpu_irq_save.\r
- *\r
- * \param flags State to set interrupt flag to.\r
- */\r
-\r
-/**\r
- * \fn bool cpu_irq_is_enabled_flags(irqflags_t flags)\r
- * \brief Check if interrupts are globally enabled in supplied flags\r
- *\r
- * \param flags Currents state of interrupt flags.\r
- *\r
- * \return True if interrupts are enabled.\r
- */\r
-\r
-/**\r
- * \def cpu_irq_is_enabled\r
- * \brief Check if interrupts are globally enabled\r
- *\r
- * \return True if interrupts are enabled.\r
- */\r
-//@}\r
-\r
-//! @}\r
-\r
-/**\r
- * \ingroup interrupt_group\r
- * \defgroup interrupt_deprecated_group Deprecated interrupt definitions\r
- */\r
-\r
-#endif /* UTILS_INTERRUPT_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.c
deleted file mode 100644 (file)
index 37dd083..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Global interrupt management for SAM D20, SAM3 and SAM4 (NVIC based)\r
- *\r
- * Copyright (c) 2012-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "interrupt_sam_nvic.h"\r
-\r
-#if !defined(__DOXYGEN__)\r
-/* Deprecated - global flag to determine the global interrupt state. Required by\r
- * QTouch library, however new applications should use cpu_irq_is_enabled()\r
- * which probes the true global interrupt state from the CPU special registers.\r
- */\r
-volatile bool g_interrupt_enabled = true;\r
-#endif\r
-\r
-void cpu_irq_enter_critical(void)\r
-{\r
-       if (cpu_irq_critical_section_counter == 0) {\r
-               if (cpu_irq_is_enabled()) {\r
-                       cpu_irq_disable();\r
-                       cpu_irq_prev_interrupt_state = true;\r
-               } else {\r
-                       /* Make sure the to save the prev state as false */\r
-                       cpu_irq_prev_interrupt_state = false;\r
-               }\r
-\r
-       }\r
-\r
-       cpu_irq_critical_section_counter++;\r
-}\r
-\r
-void cpu_irq_leave_critical(void)\r
-{\r
-       /* Check if the user is trying to leave a critical section when not in a critical section */\r
-       Assert(cpu_irq_critical_section_counter > 0);\r
-\r
-       cpu_irq_critical_section_counter--;\r
-\r
-       /* Only enable global interrupts when the counter reaches 0 and the state of the global interrupt flag\r
-          was enabled when entering critical state */\r
-       if ((cpu_irq_critical_section_counter == 0) && (cpu_irq_prev_interrupt_state)) {\r
-               cpu_irq_enable();\r
-       }\r
-}\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/interrupt/interrupt_sam_nvic.h
deleted file mode 100644 (file)
index 8dbe15e..0000000
+++ /dev/null
@@ -1,178 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Global interrupt management for SAM D20, SAM3 and SAM4 (NVIC based)\r
- *\r
- * Copyright (c) 2012-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef UTILS_INTERRUPT_INTERRUPT_H\r
-#define UTILS_INTERRUPT_INTERRUPT_H\r
-\r
-#include <compiler.h>\r
-#include <parts.h>\r
-\r
-/**\r
- * \weakgroup interrupt_group\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \name Interrupt Service Routine definition\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \brief Define service routine\r
- *\r
- * \note For NVIC devices the interrupt service routines are predefined to\r
- *       add to vector table in binary generation, so there is no service\r
- *       register at run time. The routine collections are in exceptions.h.\r
- *\r
- * Usage:\r
- * \code\r
- * ISR(foo_irq_handler)\r
- * {\r
- *      // Function definition\r
- *      ...\r
- * }\r
- * \endcode\r
- *\r
- * \param func Name for the function.\r
- */\r
-#  define ISR(func)   \\r
-       void func (void)\r
-\r
-/**\r
- * \brief Initialize interrupt vectors\r
- *\r
- * For NVIC the interrupt vectors are put in vector table. So nothing\r
- * to do to initialize them, except defined the vector function with\r
- * right name.\r
- *\r
- * This must be called prior to \ref irq_register_handler.\r
- */\r
-#  define irq_initialize_vectors()   \\r
-       do {                             \\r
-       } while(0)\r
-\r
-/**\r
- * \brief Register handler for interrupt\r
- *\r
- * For NVIC the interrupt vectors are put in vector table. So nothing\r
- * to do to register them, except defined the vector function with\r
- * right name.\r
- *\r
- * Usage:\r
- * \code\r
- * irq_initialize_vectors();\r
- * irq_register_handler(foo_irq_handler);\r
- * \endcode\r
- *\r
- * \note The function \a func must be defined with the \ref ISR macro.\r
- * \note The functions prototypes can be found in the device exception header\r
- *       files (exceptions.h).\r
- */\r
-#  define irq_register_handler(int_num, int_prio)                      \\r
-       NVIC_ClearPendingIRQ(    (IRQn_Type)int_num);                      \\r
-       NVIC_SetPriority(    (IRQn_Type)int_num, int_prio);                \\r
-       NVIC_EnableIRQ(      (IRQn_Type)int_num);                          \\r
-\r
-//@}\r
-\r
-#  define cpu_irq_enable()                     \\r
-       do {                                       \\r
-               g_interrupt_enabled = true;            \\r
-               __DMB();                               \\r
-               __enable_irq();                        \\r
-       } while (0)\r
-#  define cpu_irq_disable()                    \\r
-       do {                                       \\r
-               __disable_irq();                       \\r
-               __DMB();                               \\r
-               g_interrupt_enabled = false;           \\r
-       } while (0)\r
-\r
-typedef uint32_t irqflags_t;\r
-\r
-#if !defined(__DOXYGEN__)\r
-extern volatile bool g_interrupt_enabled;\r
-#endif\r
-\r
-#define cpu_irq_is_enabled()    (__get_PRIMASK() == 0)\r
-\r
-static volatile uint32_t cpu_irq_critical_section_counter;\r
-static volatile bool     cpu_irq_prev_interrupt_state;\r
-\r
-static inline irqflags_t cpu_irq_save(void)\r
-{\r
-       irqflags_t flags = cpu_irq_is_enabled();\r
-       cpu_irq_disable();\r
-       return flags;\r
-}\r
-\r
-static inline bool cpu_irq_is_enabled_flags(irqflags_t flags)\r
-{\r
-       return (flags);\r
-}\r
-\r
-static inline void cpu_irq_restore(irqflags_t flags)\r
-{\r
-       if (cpu_irq_is_enabled_flags(flags))\r
-               cpu_irq_enable();\r
-}\r
-\r
-void cpu_irq_enter_critical(void);\r
-void cpu_irq_leave_critical(void);\r
-\r
-/**\r
- * \weakgroup interrupt_deprecated_group\r
- * @{\r
- */\r
-\r
-#define Enable_global_interrupt()            cpu_irq_enable()\r
-#define Disable_global_interrupt()           cpu_irq_disable()\r
-#define Is_global_interrupt_enabled()        cpu_irq_is_enabled()\r
-\r
-//@}\r
-\r
-//@}\r
-\r
-#endif /* UTILS_INTERRUPT_INTERRUPT_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/parts.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/common/utils/parts.h
deleted file mode 100644 (file)
index 4f063a5..0000000
+++ /dev/null
@@ -1,949 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Atmel part identification macros\r
- *\r
- * Copyright (C) 2012-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ATMEL_PARTS_H\r
-#define ATMEL_PARTS_H\r
-\r
-/**\r
- * \defgroup part_macros_group Atmel part identification macros\r
- *\r
- * This collection of macros identify which series and families that the various\r
- * Atmel parts belong to. These can be used to select part-dependent sections of\r
- * code at compile time.\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \name Convenience macros for part checking\r
- * @{\r
- */\r
-/* ! Check GCC and IAR part definition for 8-bit AVR */\r
-#define AVR8_PART_IS_DEFINED(part) \\r
-       (defined(__ ## part ## __) || defined(__AVR_ ## part ## __))\r
-\r
-/* ! Check GCC and IAR part definition for 32-bit AVR */\r
-#define AVR32_PART_IS_DEFINED(part) \\r
-       (defined(__AT32 ## part ## __) || defined(__AVR32_ ## part ## __))\r
-\r
-/* ! Check GCC and IAR part definition for SAM */\r
-#define SAM_PART_IS_DEFINED(part) (defined(__ ## part ## __))\r
-/** @} */\r
-\r
-/**\r
- * \defgroup uc3_part_macros_group AVR UC3 parts\r
- * @{\r
- */\r
-\r
-/**\r
- * \name AVR UC3 A series\r
- * @{\r
- */\r
-#define UC3A0 (        \\r
-               AVR32_PART_IS_DEFINED(UC3A0128) || \\r
-               AVR32_PART_IS_DEFINED(UC3A0256) || \\r
-               AVR32_PART_IS_DEFINED(UC3A0512) \\r
-               )\r
-\r
-#define UC3A1 (        \\r
-               AVR32_PART_IS_DEFINED(UC3A1128) || \\r
-               AVR32_PART_IS_DEFINED(UC3A1256) || \\r
-               AVR32_PART_IS_DEFINED(UC3A1512) \\r
-               )\r
-\r
-#define UC3A3 (        \\r
-               AVR32_PART_IS_DEFINED(UC3A364)   || \\r
-               AVR32_PART_IS_DEFINED(UC3A364S)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A3128)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A3128S) || \\r
-               AVR32_PART_IS_DEFINED(UC3A3256)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A3256S) \\r
-               )\r
-\r
-#define UC3A4 (        \\r
-               AVR32_PART_IS_DEFINED(UC3A464)   || \\r
-               AVR32_PART_IS_DEFINED(UC3A464S)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A4128)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A4128S) || \\r
-               AVR32_PART_IS_DEFINED(UC3A4256)  || \\r
-               AVR32_PART_IS_DEFINED(UC3A4256S) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR UC3 B series\r
- * @{\r
- */\r
-#define UC3B0 (        \\r
-               AVR32_PART_IS_DEFINED(UC3B064)  || \\r
-               AVR32_PART_IS_DEFINED(UC3B0128) || \\r
-               AVR32_PART_IS_DEFINED(UC3B0256) || \\r
-               AVR32_PART_IS_DEFINED(UC3B0512) \\r
-               )\r
-\r
-#define UC3B1 (        \\r
-               AVR32_PART_IS_DEFINED(UC3B164)  || \\r
-               AVR32_PART_IS_DEFINED(UC3B1128) || \\r
-               AVR32_PART_IS_DEFINED(UC3B1256) || \\r
-               AVR32_PART_IS_DEFINED(UC3B1512) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR UC3 C series\r
- * @{\r
- */\r
-#define UC3C0 (        \\r
-               AVR32_PART_IS_DEFINED(UC3C064C)  || \\r
-               AVR32_PART_IS_DEFINED(UC3C0128C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C0256C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C0512C) \\r
-               )\r
-\r
-#define UC3C1 (        \\r
-               AVR32_PART_IS_DEFINED(UC3C164C)  || \\r
-               AVR32_PART_IS_DEFINED(UC3C1128C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C1256C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C1512C) \\r
-               )\r
-\r
-#define UC3C2 (        \\r
-               AVR32_PART_IS_DEFINED(UC3C264C)  || \\r
-               AVR32_PART_IS_DEFINED(UC3C2128C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C2256C) || \\r
-               AVR32_PART_IS_DEFINED(UC3C2512C) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR UC3 D series\r
- * @{\r
- */\r
-#define UC3D3 (        \\r
-               AVR32_PART_IS_DEFINED(UC64D3)  || \\r
-               AVR32_PART_IS_DEFINED(UC128D3) \\r
-               )\r
-\r
-#define UC3D4 (        \\r
-               AVR32_PART_IS_DEFINED(UC64D4)  || \\r
-               AVR32_PART_IS_DEFINED(UC128D4) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR UC3 L series\r
- * @{\r
- */\r
-#define UC3L0 (        \\r
-               AVR32_PART_IS_DEFINED(UC3L016) || \\r
-               AVR32_PART_IS_DEFINED(UC3L032) || \\r
-               AVR32_PART_IS_DEFINED(UC3L064) \\r
-               )\r
-\r
-#define UC3L0128 ( \\r
-               AVR32_PART_IS_DEFINED(UC3L0128) \\r
-               )\r
-\r
-#define UC3L0256 ( \\r
-               AVR32_PART_IS_DEFINED(UC3L0256) \\r
-               )\r
-\r
-#define UC3L3 (        \\r
-               AVR32_PART_IS_DEFINED(UC64L3U)  || \\r
-               AVR32_PART_IS_DEFINED(UC128L3U) || \\r
-               AVR32_PART_IS_DEFINED(UC256L3U) \\r
-               )\r
-\r
-#define UC3L4 (        \\r
-               AVR32_PART_IS_DEFINED(UC64L4U)  || \\r
-               AVR32_PART_IS_DEFINED(UC128L4U) || \\r
-               AVR32_PART_IS_DEFINED(UC256L4U) \\r
-               )\r
-\r
-#define UC3L3_L4 (UC3L3 || UC3L4)\r
-/** @} */\r
-\r
-/**\r
- * \name AVR UC3 families\r
- * @{\r
- */\r
-/** AVR UC3 A family */\r
-#define UC3A (UC3A0 || UC3A1 || UC3A3 || UC3A4)\r
-\r
-/** AVR UC3 B family */\r
-#define UC3B (UC3B0 || UC3B1)\r
-\r
-/** AVR UC3 C family */\r
-#define UC3C (UC3C0 || UC3C1 || UC3C2)\r
-\r
-/** AVR UC3 D family */\r
-#define UC3D (UC3D3 || UC3D4)\r
-\r
-/** AVR UC3 L family */\r
-#define UC3L (UC3L0 || UC3L0128 || UC3L0256 || UC3L3_L4)\r
-/** @} */\r
-\r
-/** AVR UC3 product line */\r
-#define UC3  (UC3A || UC3B || UC3C || UC3D || UC3L)\r
-\r
-/** @} */\r
-\r
-/**\r
- * \defgroup xmega_part_macros_group AVR XMEGA parts\r
- * @{\r
- */\r
-\r
-/**\r
- * \name AVR XMEGA A series\r
- * @{\r
- */\r
-#define XMEGA_A1 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64A1)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128A1) \\r
-               )\r
-\r
-#define XMEGA_A3 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64A3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128A3) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega192A3) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega256A3) \\r
-               )\r
-\r
-#define XMEGA_A3B ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega256A3B) \\r
-               )\r
-\r
-#define XMEGA_A4 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega16A4) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega32A4) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR XMEGA AU series\r
- * @{\r
- */\r
-#define XMEGA_A1U ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64A1U)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128A1U) \\r
-               )\r
-\r
-#define XMEGA_A3U ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64A3U)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128A3U) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega192A3U) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega256A3U) \\r
-               )\r
-\r
-#define XMEGA_A3BU ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega256A3BU) \\r
-               )\r
-\r
-#define XMEGA_A4U ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega16A4U)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega32A4U)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega64A4U)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128A4U) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR XMEGA B series\r
- * @{\r
- */\r
-#define XMEGA_B1  ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64B1)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128B1) \\r
-               )\r
-\r
-#define XMEGA_B3  ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64B3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128B3) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR XMEGA C series\r
- * @{\r
- */\r
-#define XMEGA_C3 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega384C3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega256C3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega192C3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128C3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega64C3) \\r
-               )\r
-\r
-#define XMEGA_C4 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega32C4)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega16C4) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR XMEGA D series\r
- * @{\r
- */\r
-#define XMEGA_D3 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega64D3)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128D3) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega192D3) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega256D3) || \\r
-               AVR8_PART_IS_DEFINED(ATxmega384D3) \\r
-               )\r
-\r
-#define XMEGA_D4 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega16D4)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega32D4)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega64D4)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega128D4) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name AVR XMEGA E series\r
- * @{\r
- */\r
-#define XMEGA_E5 ( \\r
-               AVR8_PART_IS_DEFINED(ATxmega8E5)   || \\r
-               AVR8_PART_IS_DEFINED(ATxmega16E5)  || \\r
-               AVR8_PART_IS_DEFINED(ATxmega32E5)     \\r
-       )\r
-/** @} */\r
-\r
-\r
-/**\r
- * \name AVR XMEGA families\r
- * @{\r
- */\r
-/** AVR XMEGA A family */\r
-#define XMEGA_A (XMEGA_A1 || XMEGA_A3 || XMEGA_A3B || XMEGA_A4)\r
-\r
-/** AVR XMEGA AU family */\r
-#define XMEGA_AU (XMEGA_A1U || XMEGA_A3U || XMEGA_A3BU || XMEGA_A4U)\r
-\r
-/** AVR XMEGA B family */\r
-#define XMEGA_B (XMEGA_B1 || XMEGA_B3)\r
-\r
-/** AVR XMEGA C family */\r
-#define XMEGA_C (XMEGA_C3 || XMEGA_C4)\r
-\r
-/** AVR XMEGA D family */\r
-#define XMEGA_D (XMEGA_D3 || XMEGA_D4)\r
-\r
-/** AVR XMEGA E family */\r
-#define XMEGA_E (XMEGA_E5)\r
-/** @} */\r
-\r
-\r
-/** AVR XMEGA product line */\r
-#define XMEGA (XMEGA_A || XMEGA_AU || XMEGA_B || XMEGA_C || XMEGA_D || XMEGA_E)\r
-\r
-/** @} */\r
-\r
-/**\r
- * \defgroup mega_part_macros_group megaAVR parts\r
- *\r
- * \note These megaAVR groupings are based on the groups in AVR Libc for the\r
- * part header files. They are not names of official megaAVR device series or\r
- * families.\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \name ATmegaxx0/xx1 subgroups\r
- * @{\r
- */\r
-#define MEGA_XX0 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega640)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega1280) || \\r
-               AVR8_PART_IS_DEFINED(ATmega2560) \\r
-               )\r
-\r
-#define MEGA_XX1 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega1281) || \\r
-               AVR8_PART_IS_DEFINED(ATmega2561) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name megaAVR groups\r
- * @{\r
- */\r
-/** ATmegaxx0/xx1 group */\r
-#define MEGA_XX0_1 (MEGA_XX0 || MEGA_XX1)\r
-\r
-/** ATmegaxx4 group */\r
-#define MEGA_XX4 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega164A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega164PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega324A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega324PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega644)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega644A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega644PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega1284P)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega128RFA1) \\r
-               )\r
-\r
-/** ATmegaxx4 group */\r
-#define MEGA_XX4_A ( \\r
-               AVR8_PART_IS_DEFINED(ATmega164A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega164PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega324A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega324PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega644A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega644PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega1284P) \\r
-               )\r
-\r
-/** ATmegaxx8 group */\r
-#define MEGA_XX8 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega48)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega48A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega48PA)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega88)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega88A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega88PA)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega168)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega168A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega168PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega328)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega328P) \\r
-               )\r
-\r
-/** ATmegaxx8A/P/PA group */\r
-#define MEGA_XX8_A ( \\r
-               AVR8_PART_IS_DEFINED(ATmega48A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega48PA)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega88A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega88PA)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega168A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega168PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega328P) \\r
-               )\r
-\r
-/** ATmegaxx group */\r
-#define MEGA_XX ( \\r
-               AVR8_PART_IS_DEFINED(ATmega16)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega16A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega32)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega32A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega64)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega64A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega128)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega128A) \\r
-               )\r
-\r
-/** ATmegaxxA/P/PA group */\r
-#define MEGA_XX_A ( \\r
-               AVR8_PART_IS_DEFINED(ATmega16A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega32A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega64A)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega128A) \\r
-               )\r
-/** ATmegaxxRFA1 group */\r
-#define MEGA_RFA1 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega128RFA1) \\r
-               )\r
-\r
-/** ATmegaxxRFR2 group */\r
-#define MEGA_RFR2 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega64RFR2)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega128RFR2) || \\r
-               AVR8_PART_IS_DEFINED(ATmega256RFR2) \\r
-               )\r
-\r
-\r
-/** ATmegaxxRFxx group */\r
-#define MEGA_RF (MEGA_RFA1 || MEGA_RFR2)\r
-\r
-/**\r
- * \name ATmegaxx_un0/un1/un2 subgroups\r
- * @{\r
- */\r
-#define MEGA_XX_UN0 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega16)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega16A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega32)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega32A) \\r
-               )\r
-\r
-/** ATmegaxx group without power reduction and\r
- *  And interrupt sense register.\r
- */\r
-#define MEGA_XX_UN1 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega64)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega64A)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega128)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega128A) \\r
-               )\r
-\r
-/** ATmegaxx group without power reduction and\r
- *  And interrupt sense register.\r
- */\r
-#define MEGA_XX_UN2 ( \\r
-               AVR8_PART_IS_DEFINED(ATmega169P)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega169PA) || \\r
-               AVR8_PART_IS_DEFINED(ATmega329P)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega329PA) \\r
-               )\r
-\r
-/** Devices added to complete megaAVR offering.\r
- *  Please do not use this group symbol as it is not intended\r
- *  to be permanent: the devices should be regrouped.\r
- */\r
-#define MEGA_UNCATEGORIZED ( \\r
-               AVR8_PART_IS_DEFINED(AT90CAN128)     || \\r
-               AVR8_PART_IS_DEFINED(AT90CAN32)      || \\r
-               AVR8_PART_IS_DEFINED(AT90CAN64)      || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM1)       || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM216)     || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM2B)      || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM316)     || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM3B)      || \\r
-               AVR8_PART_IS_DEFINED(AT90PWM81)      || \\r
-               AVR8_PART_IS_DEFINED(AT90USB1286)    || \\r
-               AVR8_PART_IS_DEFINED(AT90USB1287)    || \\r
-               AVR8_PART_IS_DEFINED(AT90USB162)     || \\r
-               AVR8_PART_IS_DEFINED(AT90USB646)     || \\r
-               AVR8_PART_IS_DEFINED(AT90USB647)     || \\r
-               AVR8_PART_IS_DEFINED(AT90USB82)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega1284)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega162)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega164P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega165A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega165P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega165PA)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega168P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega169A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega16M1)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega16U2)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega16U4)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega2564RFR2) || \\r
-               AVR8_PART_IS_DEFINED(ATmega256RFA2)  || \\r
-               AVR8_PART_IS_DEFINED(ATmega324P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega325)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega3250)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega3250A)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega3250P)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega3250PA)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega325A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega325P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega325PA)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega329)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega3290)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega3290A)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega3290P)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega3290PA)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega329A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega32M1)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega32U2)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega32U4)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega48P)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega644P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega645)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega6450)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega6450A)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega6450P)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega645A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega645P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega649)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega6490)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega6490A)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega6490P)    || \\r
-               AVR8_PART_IS_DEFINED(ATmega649A)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega649P)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega64M1)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega64RFA2)   || \\r
-               AVR8_PART_IS_DEFINED(ATmega8)        || \\r
-               AVR8_PART_IS_DEFINED(ATmega8515)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega8535)     || \\r
-               AVR8_PART_IS_DEFINED(ATmega88P)      || \\r
-               AVR8_PART_IS_DEFINED(ATmega8A)       || \\r
-               AVR8_PART_IS_DEFINED(ATmega8U2)         \\r
-       )\r
-\r
-/** Unspecified group */\r
-#define MEGA_UNSPECIFIED (MEGA_XX_UN0 || MEGA_XX_UN1 || MEGA_XX_UN2 || \\r
-       MEGA_UNCATEGORIZED)\r
-\r
-/** @} */\r
-\r
-/** megaAVR product line */\r
-#define MEGA (MEGA_XX0_1 || MEGA_XX4 || MEGA_XX8 || MEGA_XX || MEGA_RF || \\r
-       MEGA_UNSPECIFIED)\r
-\r
-/** @} */\r
-\r
-/**\r
- * \defgroup tiny_part_macros_group tinyAVR parts\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \name tinyAVR groups\r
- * @{\r
- */\r
-\r
-/** Devices added to complete tinyAVR offering.\r
- *  Please do not use this group symbol as it is not intended\r
- *  to be permanent: the devices should be regrouped.\r
- */\r
-#define TINY_UNCATEGORIZED ( \\r
-               AVR8_PART_IS_DEFINED(ATtiny10)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny13)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny13A)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny1634)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny167)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny20)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny2313)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny2313A) || \\r
-               AVR8_PART_IS_DEFINED(ATtiny24)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny24A)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny25)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny26)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny261)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny261A)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny4)     || \\r
-               AVR8_PART_IS_DEFINED(ATtiny40)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny4313)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny43U)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny44)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny44A)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny45)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny461)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny461A)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny48)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny5)     || \\r
-               AVR8_PART_IS_DEFINED(ATtiny828)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny84)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny84A)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny85)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny861)   || \\r
-               AVR8_PART_IS_DEFINED(ATtiny861A)  || \\r
-               AVR8_PART_IS_DEFINED(ATtiny87)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny88)    || \\r
-               AVR8_PART_IS_DEFINED(ATtiny9)        \\r
-       )\r
-\r
-/** @} */\r
-\r
-/** tinyAVR product line */\r
-#define TINY (TINY_UNCATEGORIZED)\r
-\r
-/** @} */\r
-\r
-/**\r
- * \defgroup sam_part_macros_group SAM parts\r
- * @{\r
- */\r
-\r
-/**\r
- * \name SAM3S series\r
- * @{\r
- */\r
-#define SAM3S1 ( \\r
-               SAM_PART_IS_DEFINED(SAM3S1A) || \\r
-               SAM_PART_IS_DEFINED(SAM3S1B) || \\r
-               SAM_PART_IS_DEFINED(SAM3S1C) \\r
-               )\r
-\r
-#define SAM3S2 ( \\r
-               SAM_PART_IS_DEFINED(SAM3S2A) || \\r
-               SAM_PART_IS_DEFINED(SAM3S2B) || \\r
-               SAM_PART_IS_DEFINED(SAM3S2C) \\r
-               )\r
-\r
-#define SAM3S4 ( \\r
-               SAM_PART_IS_DEFINED(SAM3S4A) || \\r
-               SAM_PART_IS_DEFINED(SAM3S4B) || \\r
-               SAM_PART_IS_DEFINED(SAM3S4C) \\r
-               )\r
-\r
-#define SAM3S8 ( \\r
-               SAM_PART_IS_DEFINED(SAM3S8B) || \\r
-               SAM_PART_IS_DEFINED(SAM3S8C) \\r
-               )\r
-\r
-#define SAM3SD8 ( \\r
-               SAM_PART_IS_DEFINED(SAM3SD8B) || \\r
-               SAM_PART_IS_DEFINED(SAM3SD8C) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM3U series\r
- * @{\r
- */\r
-#define SAM3U1 ( \\r
-               SAM_PART_IS_DEFINED(SAM3U1C) || \\r
-               SAM_PART_IS_DEFINED(SAM3U1E) \\r
-               )\r
-\r
-#define SAM3U2 ( \\r
-               SAM_PART_IS_DEFINED(SAM3U2C) || \\r
-               SAM_PART_IS_DEFINED(SAM3U2E) \\r
-               )\r
-\r
-#define SAM3U4 ( \\r
-               SAM_PART_IS_DEFINED(SAM3U4C) || \\r
-               SAM_PART_IS_DEFINED(SAM3U4E) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM3N series\r
- * @{\r
- */\r
-#define SAM3N1 ( \\r
-               SAM_PART_IS_DEFINED(SAM3N1A) || \\r
-               SAM_PART_IS_DEFINED(SAM3N1B) || \\r
-               SAM_PART_IS_DEFINED(SAM3N1C) \\r
-               )\r
-\r
-#define SAM3N2 ( \\r
-               SAM_PART_IS_DEFINED(SAM3N2A) || \\r
-               SAM_PART_IS_DEFINED(SAM3N2B) || \\r
-               SAM_PART_IS_DEFINED(SAM3N2C) \\r
-               )\r
-\r
-#define SAM3N4 ( \\r
-               SAM_PART_IS_DEFINED(SAM3N4A) || \\r
-               SAM_PART_IS_DEFINED(SAM3N4B) || \\r
-               SAM_PART_IS_DEFINED(SAM3N4C) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM3X series\r
- * @{\r
- */\r
-#define SAM3X4 ( \\r
-               SAM_PART_IS_DEFINED(SAM3X4C) || \\r
-               SAM_PART_IS_DEFINED(SAM3X4E) \\r
-               )\r
-\r
-#define SAM3X8 ( \\r
-               SAM_PART_IS_DEFINED(SAM3X8C) || \\r
-               SAM_PART_IS_DEFINED(SAM3X8E) || \\r
-               SAM_PART_IS_DEFINED(SAM3X8H) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM3A series\r
- * @{\r
- */\r
-#define SAM3A4 ( \\r
-               SAM_PART_IS_DEFINED(SAM3A4C) \\r
-               )\r
-\r
-#define SAM3A8 ( \\r
-               SAM_PART_IS_DEFINED(SAM3A8C) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM4S series\r
- * @{\r
- */\r
-#define SAM4S8 ( \\r
-               SAM_PART_IS_DEFINED(SAM4S8B) || \\r
-               SAM_PART_IS_DEFINED(SAM4S8C) \\r
-               )\r
-\r
-#define SAM4S16 ( \\r
-               SAM_PART_IS_DEFINED(SAM4S16B) || \\r
-               SAM_PART_IS_DEFINED(SAM4S16C) \\r
-               )\r
-\r
-#define SAM4SA16 ( \\r
-               SAM_PART_IS_DEFINED(SAM4SA16B) || \\r
-               SAM_PART_IS_DEFINED(SAM4SA16C)    \\r
-       )\r
-\r
-#define SAM4SD16 ( \\r
-               SAM_PART_IS_DEFINED(SAM4SD16B) || \\r
-               SAM_PART_IS_DEFINED(SAM4SD16C)    \\r
-       )\r
-\r
-#define SAM4SD32 ( \\r
-               SAM_PART_IS_DEFINED(SAM4SD32B) || \\r
-               SAM_PART_IS_DEFINED(SAM4SD32C)    \\r
-       )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM4L series\r
- * @{\r
- */\r
-#define SAM4LS ( \\r
-               SAM_PART_IS_DEFINED(SAM4LS2A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS2B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS2C) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS4A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS4B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS4C) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS8A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS8B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LS8C)    \\r
-               )\r
-\r
-#define SAM4LC ( \\r
-               SAM_PART_IS_DEFINED(SAM4LC2A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC2B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC2C) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC4A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC4B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC4C) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC8A) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC8B) || \\r
-               SAM_PART_IS_DEFINED(SAM4LC8C)    \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAMD20 series\r
- * @{\r
- */\r
-#define SAMD20J ( \\r
-               SAM_PART_IS_DEFINED(SAMD20J14) || \\r
-               SAM_PART_IS_DEFINED(SAMD20J15) || \\r
-               SAM_PART_IS_DEFINED(SAMD20J16) || \\r
-               SAM_PART_IS_DEFINED(SAMD20J17) || \\r
-               SAM_PART_IS_DEFINED(SAMD20J18) \\r
-       )\r
-\r
-#define SAMD20G ( \\r
-               SAM_PART_IS_DEFINED(SAMD20G14) || \\r
-               SAM_PART_IS_DEFINED(SAMD20G15) || \\r
-               SAM_PART_IS_DEFINED(SAMD20G16) || \\r
-               SAM_PART_IS_DEFINED(SAMD20G17) || \\r
-               SAM_PART_IS_DEFINED(SAMD20G18) \\r
-       )\r
-\r
-#define SAMD20E ( \\r
-               SAM_PART_IS_DEFINED(SAMD20E14) || \\r
-               SAM_PART_IS_DEFINED(SAMD20E15) || \\r
-               SAM_PART_IS_DEFINED(SAMD20E16) || \\r
-               SAM_PART_IS_DEFINED(SAMD20E17) || \\r
-               SAM_PART_IS_DEFINED(SAMD20E18) \\r
-       )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM4E series\r
- * @{\r
- */\r
-#define SAM4E8 ( \\r
-               SAM_PART_IS_DEFINED(SAM4E8E) \\r
-               )\r
-\r
-#define SAM4E16 ( \\r
-               SAM_PART_IS_DEFINED(SAM4E16E) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM4N series\r
- * @{\r
- */\r
-#define SAM4N8 ( \\r
-               SAM_PART_IS_DEFINED(SAM4N8A) || \\r
-               SAM_PART_IS_DEFINED(SAM4N8B) || \\r
-               SAM_PART_IS_DEFINED(SAM4N8C) \\r
-               )\r
-\r
-#define SAM4N16 ( \\r
-               SAM_PART_IS_DEFINED(SAM4N16B) || \\r
-               SAM_PART_IS_DEFINED(SAM4N16C) \\r
-               )\r
-/** @} */\r
-\r
-/**\r
- * \name SAM families\r
- * @{\r
- */\r
-/** SAM3S Family */\r
-#define SAM3S (SAM3S1 || SAM3S2 || SAM3S4 || SAM3S8 || SAM3SD8)\r
-\r
-/** SAM3U Family */\r
-#define SAM3U (SAM3U1 || SAM3U2 || SAM3U4)\r
-\r
-/** SAM3N Family */\r
-#define SAM3N (SAM3N1 || SAM3N2 || SAM3N4)\r
-\r
-/** SAM3XA Family */\r
-#define SAM3XA (SAM3X4 || SAM3X8 || SAM3A4 || SAM3A8)\r
-\r
-/** SAM4S Family */\r
-#define SAM4S (SAM4S8 || SAM4S16 || SAM4SA16 || SAM4SD16 || SAM4SD32)\r
-\r
-/** SAM4L Family */\r
-#define SAM4L (SAM4LS || SAM4LC)\r
-\r
-/** SAMD20 Family */\r
-#define SAMD20 (SAMD20J || SAMD20G || SAMD20E)\r
-/** @} */\r
-\r
-/** SAM4E Family */\r
-#define SAM4E (SAM4E8 || SAM4E16)\r
-\r
-/** SAM4N Family */\r
-#define SAM4N (SAM4N8 || SAM4N16)\r
-\r
-/** @} */\r
-\r
-/** SAM product line */\r
-#define SAM (SAM3S || SAM3U || SAM3N || SAM3XA || SAM4S || SAM4L || SAM4E || SAMD20 || SAM4N)\r
-\r
-/** @} */\r
-\r
-/** @} */\r
-\r
-/** @} */\r
-\r
-#endif /* ATMEL_PARTS_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/init.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/init.c
deleted file mode 100644 (file)
index f6dff46..0000000
+++ /dev/null
@@ -1,370 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM4E-EK board init.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "compiler.h"\r
-#include "board.h"\r
-#include "conf_board.h"\r
-#include "ioport.h"\r
-\r
-/**\r
- * \brief Set peripheral mode for IOPORT pins.\r
- * It will configure port mode and disable pin mode (but enable peripheral).\r
- * \param port IOPORT port to configure\r
- * \param masks IOPORT pin masks to configure\r
- * \param mode Mode masks to configure for the specified pin (\ref ioport_modes)\r
- */\r
-#define ioport_set_port_peripheral_mode(port, masks, mode) \\r
-       do {\\r
-               ioport_set_port_mode(port, masks, mode);\\r
-               ioport_disable_port(port, masks);\\r
-       } while (0)\r
-\r
-/**\r
- * \brief Set peripheral mode for one single IOPORT pin.\r
- * It will configure port mode and disable pin mode (but enable peripheral).\r
- * \param pin IOPORT pin to configure\r
- * \param mode Mode masks to configure for the specified pin (\ref ioport_modes)\r
- */\r
-#define ioport_set_pin_peripheral_mode(pin, mode) \\r
-       do {\\r
-               ioport_set_pin_mode(pin, mode);\\r
-               ioport_disable_pin(pin);\\r
-       } while (0)\r
-\r
-/**\r
- * \brief Set input mode for one single IOPORT pin.\r
- * It will configure port mode and disable pin mode (but enable peripheral).\r
- * \param pin IOPORT pin to configure\r
- * \param mode Mode masks to configure for the specified pin (\ref ioport_modes)\r
- * \param sense Sense for interrupt detection (\ref ioport_sense)\r
- */\r
-#define ioport_set_pin_input_mode(pin, mode, sense) \\r
-       do {\\r
-               ioport_set_pin_dir(pin, IOPORT_DIR_INPUT);\\r
-               ioport_set_pin_mode(pin, mode);\\r
-               ioport_set_pin_sense_mode(pin, sense);\\r
-       } while (0)\r
-\r
-void board_init(void)\r
-{\r
-#ifndef CONF_BOARD_KEEP_WATCHDOG_AT_INIT\r
-       /* Disable the watchdog */\r
-       WDT->WDT_MR = WDT_MR_WDDIS;\r
-#endif\r
-\r
-       /* Initialize IOPORTs */\r
-       ioport_init();\r
-\r
-       /* Configure the pins connected to LEDs as output and set their\r
-        * default initial state to high (LEDs off).\r
-        */\r
-       ioport_set_pin_dir(LED0_GPIO, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(LED0_GPIO, LED0_INACTIVE_LEVEL);\r
-       ioport_set_pin_dir(LED1_GPIO, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(LED1_GPIO, LED0_INACTIVE_LEVEL);\r
-       ioport_set_pin_dir(LED2_GPIO, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(LED2_GPIO, LED0_INACTIVE_LEVEL);\r
-\r
-       /* Configure Push Button pins */\r
-       ioport_set_pin_input_mode(GPIO_PUSH_BUTTON_1, GPIO_PUSH_BUTTON_1_FLAGS,\r
-                       GPIO_PUSH_BUTTON_1_SENSE);\r
-       ioport_set_pin_input_mode(GPIO_PUSH_BUTTON_2, GPIO_PUSH_BUTTON_2_FLAGS,\r
-                       GPIO_PUSH_BUTTON_2_SENSE);\r
-       ioport_set_pin_input_mode(GPIO_PUSH_BUTTON_3, GPIO_PUSH_BUTTON_3_FLAGS,\r
-                       GPIO_PUSH_BUTTON_3_SENSE);\r
-       ioport_set_pin_input_mode(GPIO_PUSH_BUTTON_4, GPIO_PUSH_BUTTON_4_FLAGS,\r
-                       GPIO_PUSH_BUTTON_4_SENSE);\r
-\r
-#ifdef CONF_BOARD_UART_CONSOLE\r
-       /* Configure UART pins */\r
-       ioport_set_port_peripheral_mode(PINS_UART0_PORT, PINS_UART0,\r
-                       PINS_UART0_MASK);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_PWM_LED0\r
-       /* Configure PWM LED0 pin */\r
-       ioport_set_pin_peripheral_mode(PIN_PWM_LED0_GPIO, PIN_PWM_LED0_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_PWM_LED1\r
-       /* Configure PWM LED1 pin */\r
-       ioport_set_pin_peripheral_mode(PIN_PWM_LED1_GPIO, PIN_PWM_LED1_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_PWM_LED2\r
-       /* Configure PWM LED2 pin */\r
-       ioport_set_pin_peripheral_mode(PIN_PWM_LED2_GPIO, PIN_PWM_LED2_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_PWM_LED3\r
-       /* Configure PWM LED3 pin */\r
-       ioport_set_pin_peripheral_mode(PIN_PWM_LED3_GPIO, PIN_PWM_LED3_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_USART_RXD\r
-       /* Configure USART RXD pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_RXD_IDX,\r
-                       PIN_USART1_RXD_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_USART_TXD\r
-       /* Configure USART TXD pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_TXD_IDX,\r
-                       PIN_USART1_TXD_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_USART_CTS\r
-       /* Configure USART CTS pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_CTS_IDX,\r
-                       PIN_USART1_CTS_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_USART_RTS\r
-       /* Configure USART RTS pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_RTS_IDX,\r
-                       PIN_USART1_RTS_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_USART_SCK\r
-       /* Configure USART synchronous communication SCK pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_SCK_IDX,\r
-                       PIN_USART1_SCK_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ADM3312_EN\r
-       /* Configure ADM3312 enable pin */\r
-       ioport_set_pin_dir(PIN_USART1_EN_IDX, IOPORT_DIR_OUTPUT);\r
-#ifdef CONF_BOARD_ADM3312_EN_DISABLE_AT_INIT\r
-       ioport_set_pin_level(PIN_USART1_EN_IDX, PIN_USART1_EN_INACTIVE_LEVEL);\r
-#else\r
-       ioport_set_pin_level(PIN_USART1_EN_IDX, PIN_USART1_EN_ACTIVE_LEVEL);\r
-#endif\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ADS7843\r
-       /* Configure Touchscreen SPI pins */\r
-       ioport_set_pin_dir(BOARD_ADS7843_IRQ_GPIO, IOPORT_DIR_INPUT);\r
-       ioport_set_pin_mode(BOARD_ADS7843_IRQ_GPIO, BOARD_ADS7843_IRQ_FLAGS);\r
-       ioport_set_pin_dir(BOARD_ADS7843_BUSY_GPIO, IOPORT_DIR_INPUT);\r
-       ioport_set_pin_mode(BOARD_ADS7843_BUSY_GPIO, BOARD_ADS7843_BUSY_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_MISO_GPIO, SPI_MISO_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_MOSI_GPIO, SPI_MOSI_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_SPCK_GPIO, SPI_SPCK_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_NPCS0_GPIO, SPI_NPCS0_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_CAN0\r
-       /* Configure the CAN0 TX and RX pins. */\r
-       ioport_set_pin_peripheral_mode(PIN_CAN0_RX_IDX, PIN_CAN0_RX_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_CAN0_TX_IDX, PIN_CAN0_TX_FLAGS);\r
-       /* Configure the transiver0 RS & EN pins. */\r
-       ioport_set_pin_dir(PIN_CAN0_TR_RS_IDX, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_dir(PIN_CAN0_TR_EN_IDX, IOPORT_DIR_OUTPUT);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_CAN1\r
-       /* Configure the CAN1 TX and RX pin. */\r
-       ioport_set_pin_peripheral_mode(PIN_CAN1_RX_IDX, PIN_CAN1_RX_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_CAN1_TX_IDX, PIN_CAN1_TX_FLAGS);\r
-       /* Configure the transiver1 RS & EN pins. */\r
-       ioport_set_pin_dir(PIN_CAN1_TR_RS_IDX, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_dir(PIN_CAN1_TR_EN_IDX, IOPORT_DIR_OUTPUT);\r
-#endif\r
-\r
-#if defined(CONF_BOARD_USB_PORT)\r
-#  if defined(CONF_BOARD_USB_VBUS_DETECT)\r
-       gpio_configure_pin(USB_VBUS_PIN, USB_VBUS_FLAGS);\r
-#  endif\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ILI93XX\r
-       /* Configure LCD EBI pins */\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D0,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D1,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D2,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D3,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D4,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D5,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D6,PIN_EBI_DATA_BUS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_DATA_BUS_D7,PIN_EBI_DATA_BUS_FLAGS);\r
-       \r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NRD,PIN_EBI_NRD_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NWE,PIN_EBI_NWE_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NCS1,PIN_EBI_NCS1_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_LCD_RS,PIN_EBI_LCD_RS_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_AAT3155\r
-       /* Configure Backlight control pin */\r
-       ioport_set_pin_dir(BOARD_AAT31XX_SET_GPIO, IOPORT_DIR_OUTPUT);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_SPI\r
-       ioport_set_pin_peripheral_mode(SPI_MISO_GPIO, SPI_MISO_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_MOSI_GPIO, SPI_MOSI_FLAGS);\r
-       ioport_set_pin_peripheral_mode(SPI_SPCK_GPIO, SPI_SPCK_FLAGS);\r
-\r
-#ifdef CONF_BOARD_SPI_NPCS0\r
-       ioport_set_pin_peripheral_mode(SPI_NPCS0_GPIO, SPI_NPCS0_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_SPI_NPCS3\r
-#if defined(CONF_BOARD_SPI_NPCS3_GPIO) && defined(CONF_BOARD_SPI_NPCS3_FLAGS)\r
-       ioport_set_pin_peripheral_mode(CONF_BOARD_SPI_NPCS3_GPIO,\r
-                       CONF_BOARD_SPI_NPCS3_FLAGS);\r
-#else\r
-       ioport_set_pin_peripheral_mode(SPI_NPCS3_PA5_GPIO, SPI_NPCS3_PA5_FLAGS);\r
-#endif\r
-#endif\r
-#endif\r
-\r
-#if (defined(CONF_BOARD_TWI0) || defined(CONF_BOARD_QTOUCH))\r
-       ioport_set_pin_peripheral_mode(TWI0_DATA_GPIO, TWI0_DATA_FLAGS);\r
-       ioport_set_pin_peripheral_mode(TWI0_CLK_GPIO, TWI0_CLK_FLAGS);\r
-#endif\r
-\r
-#if defined (CONF_BOARD_SD_MMC_HSMCI)\r
-       /* Configure HSMCI pins */\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCCDA_GPIO, PIN_HSMCI_MCCDA_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCCK_GPIO, PIN_HSMCI_MCCK_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCDA0_GPIO, PIN_HSMCI_MCDA0_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCDA1_GPIO, PIN_HSMCI_MCDA1_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCDA2_GPIO, PIN_HSMCI_MCDA2_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_HSMCI_MCDA3_GPIO, PIN_HSMCI_MCDA3_FLAGS);\r
-\r
-       /* Configure SD/MMC card detect pin */\r
-       ioport_set_pin_peripheral_mode(SD_MMC_0_CD_GPIO, SD_MMC_0_CD_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_TWI1\r
-       ioport_set_pin_peripheral_mode(TWI1_DATA_GPIO, TWI1_DATA_FLAGS);\r
-       ioport_set_pin_peripheral_mode(TWI1_CLK_GPIO, TWI1_CLK_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_KSZ8051MNL\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXC_IDX,\r
-                       PIN_KSZ8051MNL_RXC_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXC_IDX,\r
-                       PIN_KSZ8051MNL_TXC_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXEN_IDX,\r
-                       PIN_KSZ8051MNL_TXEN_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXD3_IDX,\r
-                       PIN_KSZ8051MNL_TXD3_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXD2_IDX,\r
-                       PIN_KSZ8051MNL_TXD2_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXD1_IDX,\r
-                       PIN_KSZ8051MNL_TXD1_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_TXD0_IDX,\r
-                       PIN_KSZ8051MNL_TXD0_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXD3_IDX,\r
-                       PIN_KSZ8051MNL_RXD3_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXD2_IDX,\r
-                       PIN_KSZ8051MNL_RXD2_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXD1_IDX,\r
-                       PIN_KSZ8051MNL_RXD1_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXD0_IDX,\r
-                       PIN_KSZ8051MNL_RXD0_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXER_IDX,\r
-                       PIN_KSZ8051MNL_RXER_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_RXDV_IDX,\r
-                       PIN_KSZ8051MNL_RXDV_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_CRS_IDX,\r
-                       PIN_KSZ8051MNL_CRS_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_COL_IDX,\r
-                       PIN_KSZ8051MNL_COL_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_MDC_IDX,\r
-                       PIN_KSZ8051MNL_MDC_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_KSZ8051MNL_MDIO_IDX,\r
-                       PIN_KSZ8051MNL_MDIO_FLAGS);\r
-       ioport_set_pin_dir(PIN_KSZ8051MNL_INTRP_IDX, IOPORT_DIR_INPUT);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_TFDU4300_SD\r
-       /* Configure IrDA transceiver shutdown pin */\r
-       ioport_set_pin_dir(PIN_IRDA_SD_IDX, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(PIN_IRDA_SD_IDX, IOPORT_PIN_LEVEL_HIGH);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ADM3485_RE\r
-       /* Configure RS485 transceiver RE pin */\r
-       ioport_set_pin_dir(PIN_RE_IDX, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(PIN_RE_IDX, IOPORT_PIN_LEVEL_LOW);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ISO7816_RST\r
-       /* Configure ISO7816 card reset pin */\r
-       ioport_set_pin_dir(PIN_ISO7816_RST_IDX, IOPORT_DIR_OUTPUT);\r
-       ioport_set_pin_level(PIN_ISO7816_RST_IDX, IOPORT_PIN_LEVEL_LOW);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_ISO7816\r
-       /* Configure ISO7816 interface TXD & SCK pin */\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_TXD_IDX, PIN_USART1_TXD_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_USART1_SCK_IDX, PIN_USART1_SCK_FLAGS);\r
-#endif\r
-\r
-#ifdef CONF_BOARD_NAND\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDOE,   PIN_EBI_NANDOE_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDWE,   PIN_EBI_NANDWE_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDCLE,  PIN_EBI_NANDCLE_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDALE,  PIN_EBI_NANDALE_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_0, PIN_EBI_NANDIO_0_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_1, PIN_EBI_NANDIO_1_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_2, PIN_EBI_NANDIO_2_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_3, PIN_EBI_NANDIO_3_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_4, PIN_EBI_NANDIO_4_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_5, PIN_EBI_NANDIO_5_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_6, PIN_EBI_NANDIO_6_FLAGS);\r
-       ioport_set_pin_peripheral_mode(PIN_EBI_NANDIO_7, PIN_EBI_NANDIO_7_FLAGS);\r
-    ioport_set_pin_dir(PIN_NF_CE_IDX, IOPORT_DIR_OUTPUT);\r
-    ioport_set_pin_dir(PIN_NF_RB_IDX, IOPORT_DIR_INPUT);\r
-       ioport_set_pin_mode(PIN_NF_RB_IDX, IOPORT_MODE_PULLUP);\r
-#endif\r
-\r
-\r
-#ifdef CONF_BOARD_QTOUCH\r
-       /* Configure CHANGE pin for QTouch device */\r
-       ioport_set_pin_input_mode(BOARD_QT_CHANGE_PIN_IDX, BOARD_QT_CHANGE_PIN_FLAGS,\r
-                       BOARD_QT_CHANGE_PIN_SENSE);\r
-#endif\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/led.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/led.h
deleted file mode 100644 (file)
index 22efbf2..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM4E-EK LEDs support package.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef LED_H_INCLUDED\r
-#define LED_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-#include "ioport.h"\r
-\r
-/**\r
- * \brief Turns off the specified LEDs.\r
- *\r
- * \param led LED to turn off (LEDx_GPIO).\r
- *\r
- * \note The pins of the specified LEDs are set to GPIO output mode.\r
- */\r
-#define LED_Off(led)     ioport_set_pin_level(led##_GPIO, led##_INACTIVE_LEVEL)\r
-\r
-/**\r
- * \brief Turns on the specified LEDs.\r
- *\r
- * \param led LED to turn on (LEDx_GPIO).\r
- *\r
- * \note The pins of the specified LEDs are set to GPIO output mode.\r
- */\r
-#define LED_On(led)      ioport_set_pin_level(led##_GPIO, led##_ACTIVE_LEVEL)\r
-\r
-/**\r
- * \brief Toggles the specified LEDs.\r
- *\r
- * \param led LED to toggle (LEDx_GPIO).\r
- *\r
- * \note The pins of the specified LEDs are set to GPIO output mode.\r
- */\r
-#define LED_Toggle(led)  ioport_toggle_pin_level(led##_GPIO)\r
-\r
-\r
-#endif  // LED_H_INCLUDED\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/sam4e_ek.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/boards/sam4e_ek/sam4e_ek.h
deleted file mode 100644 (file)
index 678c0fd..0000000
+++ /dev/null
@@ -1,811 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM4E-EK Board Definition.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_EK_H_\r
-#define _SAM4E_EK_H_\r
-\r
-#include "compiler.h"\r
-#include "system_sam4e.h"\r
-#include "exceptions.h"\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- *  \page sam4e_ek_opfreq "SAM4E-EK - Operating frequencies"\r
- *  This page lists several definition related to the board operating frequency\r
- *\r
- *  \section Definitions\r
- *  - \ref BOARD_FREQ_*\r
- *  - \ref BOARD_MCK\r
- */\r
-\r
-/** Board oscillator settings */\r
-#define BOARD_FREQ_SLCK_XTAL            (32768U)\r
-#define BOARD_FREQ_SLCK_BYPASS          (32768U)\r
-#define BOARD_FREQ_MAINCK_XTAL          (12000000U)\r
-#define BOARD_FREQ_MAINCK_BYPASS        (12000000U)\r
-\r
-/** Master clock frequency */\r
-#define BOARD_MCK                       CHIP_FREQ_CPU_MAX\r
-\r
-/** board main clock xtal statup time */\r
-#define BOARD_OSC_STARTUP_US            15625\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- * \page sam4e_ek_board_info "SAM4E-EK - Board informations"\r
- * This page lists several definition related to the board description.\r
- *\r
- * \section Definitions\r
- * - \ref BOARD_NAME\r
- */\r
-\r
-/** Name of the board */\r
-#define BOARD_NAME "SAM4E-EK"\r
-/** Board definition */\r
-#define sam4eek\r
-/** Family definition (already defined) */\r
-#define sam4e\r
-/** Core definition */\r
-#define cortexm4\r
-\r
-/*----------------------------------------------------------------------------*/\r
-\r
-/** UART0 pins (UTXD0 and URXD0) definitions, PA10,9. */\r
-#define PINS_UART0        (PIO_PA9A_URXD0 | PIO_PA10A_UTXD0)\r
-#define PINS_UART0_FLAGS  (IOPORT_MODE_MUX_A)\r
-\r
-#define PINS_UART0_PORT   IOPORT_PIOA\r
-#define PINS_UART0_MASK   (PIO_PA9A_URXD0 | PIO_PA10A_UTXD0)\r
-#define PINS_UART0_PIO    PIOA\r
-#define PINS_UART0_ID     ID_PIOA\r
-#define PINS_UART0_TYPE   PIO_PERIPH_A\r
-#define PINS_UART0_ATTR   PIO_DEFAULT\r
-\r
-/** UART1 pins (UTXD1 and URXD1) definitions, PA6,5. */\r
-#define PINS_UART1        (PIO_PA6C_URXD1 | PIO_PA5C_UTXD1)\r
-#define PINS_UART1_FLAGS  (IOPORT_MODE_MUX_C)\r
-\r
-#define PINS_UART1_PORT   IOPORT_PIOA\r
-#define PINS_UART1_MASK   (PIO_PA6C_URXD1 | PIO_PA5C_UTXD1)\r
-#define PINS_UART1_PIO    PIOA\r
-#define PINS_UART1_ID     ID_PIOA\r
-#define PINS_UART1_TYPE   PIO_PERIPH_C\r
-#define PINS_UART1_ATTR   PIO_DEFAULT\r
-\r
-/** LED #0 pin definition (Blue). */\r
-#define LED_0_NAME      "Blue LED D2"\r
-#define PIN_LED_0       {PIO_PA0, PIOA, ID_PIOA, PIO_OUTPUT_1, PIO_DEFAULT}\r
-#define PIN_LED_0_MASK  PIO_PA0\r
-#define PIN_LED_0_PIO   PIOA\r
-#define PIN_LED_0_ID    ID_PIOA\r
-#define PIN_LED_0_TYPE  PIO_OUTPUT_1\r
-#define PIN_LED_0_ATTR  PIO_DEFAULT\r
-\r
-#define LED0_GPIO            (PIO_PA0_IDX)\r
-#define LED0_FLAGS           (0)\r
-#define LED0_ACTIVE_LEVEL    IOPORT_PIN_LEVEL_LOW\r
-#define LED0_INACTIVE_LEVEL  IOPORT_PIN_LEVEL_HIGH\r
-\r
-/** LED #1 pin definition (Amber). */\r
-#define LED_1_NAME      "Amber LED D3"\r
-#define PIN_LED_1       {PIO_PD20, PIOD, ID_PIOD, PIO_OUTPUT_1, PIO_DEFAULT}\r
-#define PIN_LED_1_MASK  PIO_PD20\r
-#define PIN_LED_1_PIO   PIOD\r
-#define PIN_LED_1_ID    ID_PIOD\r
-#define PIN_LED_1_TYPE  PIO_OUTPUT_1\r
-#define PIN_LED_1_ATTR  PIO_DEFAULT\r
-\r
-#define LED1_GPIO            (PIO_PD20_IDX)\r
-#define LED1_FLAGS           (0)\r
-#define LED1_ACTIVE_LEVEL    IOPORT_PIN_LEVEL_LOW\r
-#define LED1_INACTIVE_LEVEL  IOPORT_PIN_LEVEL_HIGH\r
-\r
-/** LED #2 pin definition (Green). */\r
-#define LED_2_NAME      "Green LED D4"\r
-#define PIN_LED_2_MASK  PIO_PD21\r
-#define PIN_LED_2_PIO   PIOD\r
-#define PIN_LED_2_ID    ID_PIOD\r
-#define PIN_LED_2_TYPE  PIO_OUTPUT_1\r
-#define PIN_LED_2_ATTR  PIO_DEFAULT\r
-\r
-#define LED2_GPIO            (PIO_PD21_IDX)\r
-#define LED2_FLAGS           (0)\r
-#define LED2_ACTIVE_LEVEL    IOPORT_PIN_LEVEL_LOW\r
-#define LED2_INACTIVE_LEVEL  IOPORT_PIN_LEVEL_HIGH\r
-\r
-/** LED #3 pin definition (Red). */\r
-#define LED_3_NAME      "Red LED D5"\r
-#define PIN_LED_3_MASK  PIO_PD22\r
-#define PIN_LED_3_PIO   PIOD\r
-#define PIN_LED_3_ID    ID_PIOD\r
-#define PIN_LED_3_TYPE  PIO_OUTPUT_0\r
-#define PIN_LED_3_ATTR  PIO_DEFAULT\r
-\r
-#define LED3_GPIO            (PIO_PD22_IDX)\r
-#define LED3_FLAGS           (0)\r
-#define LED3_ACTIVE_LEVEL    IOPORT_PIN_LEVEL_HIGH\r
-#define LED3_INACTIVE_LEVEL  IOPORT_PIN_LEVEL_LOW\r
-\r
-#define BOARD_NUM_OF_LED 4\r
-\r
-/** HSMCI pins definition. */\r
-/*! Number of slot connected on HSMCI interface */\r
-#define SD_MMC_HSMCI_MEM_CNT      1\r
-#define SD_MMC_HSMCI_SLOT_0_SIZE  4\r
-#define PINS_HSMCI   {0x3fUL << 26, PIOA, ID_PIOA, PIO_PERIPH_C, PIO_PULLUP}\r
-/** HSMCI MCCDA pin definition. */\r
-#define PIN_HSMCI_MCCDA_GPIO            (PIO_PA28_IDX)\r
-#define PIN_HSMCI_MCCDA_FLAGS           (IOPORT_MODE_MUX_C)\r
-/** HSMCI MCCK pin definition. */\r
-#define PIN_HSMCI_MCCK_GPIO             (PIO_PA29_IDX)\r
-#define PIN_HSMCI_MCCK_FLAGS            (IOPORT_MODE_MUX_C)\r
-/** HSMCI MCDA0 pin definition. */\r
-#define PIN_HSMCI_MCDA0_GPIO            (PIO_PA30_IDX)\r
-#define PIN_HSMCI_MCDA0_FLAGS           (IOPORT_MODE_MUX_C)\r
-/** HSMCI MCDA1 pin definition. */\r
-#define PIN_HSMCI_MCDA1_GPIO            (PIO_PA31_IDX)\r
-#define PIN_HSMCI_MCDA1_FLAGS           (IOPORT_MODE_MUX_C)\r
-/** HSMCI MCDA2 pin definition. */\r
-#define PIN_HSMCI_MCDA2_GPIO            (PIO_PA26_IDX)\r
-#define PIN_HSMCI_MCDA2_FLAGS           (IOPORT_MODE_MUX_C)\r
-/** HSMCI MCDA3 pin definition. */\r
-#define PIN_HSMCI_MCDA3_GPIO            (PIO_PA27_IDX)\r
-#define PIN_HSMCI_MCDA3_FLAGS           (IOPORT_MODE_MUX_C)\r
-\r
-/** SD/MMC card detect pin definition. */\r
-#define PIN_HSMCI_CD             {PIO_PA6, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP}\r
-#define SD_MMC_0_CD_GPIO         (PIO_PA6_IDX)\r
-#define SD_MMC_0_CD_PIO_ID       ID_PIOA\r
-#define SD_MMC_0_CD_FLAGS        (IOPORT_MODE_PULLUP)\r
-#define SD_MMC_0_CD_DETECT_VALUE 0\r
-\r
-/**\r
- * Push button #0 definition. Attributes = pull-up + debounce + interrupt on\r
- * rising edge.\r
- */\r
-#define PUSHBUTTON_1_NAME        "BP2 WAKU"\r
-#define PUSHBUTTON_1_WKUP_LINE   (9)\r
-#define PUSHBUTTON_1_WKUP_FSTT   (PMC_FSMR_FSTT9)\r
-#define GPIO_PUSH_BUTTON_1       (PIO_PA19_IDX)\r
-#define GPIO_PUSH_BUTTON_1_FLAGS (IOPORT_MODE_PULLUP | IOPORT_MODE_DEBOUNCE)\r
-#define GPIO_PUSH_BUTTON_1_SENSE (IOPORT_SENSE_RISING)\r
-\r
-#define PIN_PUSHBUTTON_1       {PIO_PA19, PIOA, ID_PIOA, PIO_INPUT, \\r
-               PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE}\r
-#define PIN_PUSHBUTTON_1_MASK  PIO_PA19\r
-#define PIN_PUSHBUTTON_1_PIO   PIOA\r
-#define PIN_PUSHBUTTON_1_ID    ID_PIOA\r
-#define PIN_PUSHBUTTON_1_TYPE  PIO_INPUT\r
-#define PIN_PUSHBUTTON_1_ATTR  (PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE)\r
-#define PIN_PUSHBUTTON_1_IRQn  PIOA_IRQn\r
-\r
-/**\r
- * Push button #1 definition. Attributes = pull-up + debounce + interrupt on\r
- * falling edge.\r
- */\r
-#define PUSHBUTTON_2_NAME        "BP3 TAMP"\r
-#define PUSHBUTTON_2_WKUP_LINE   (10)\r
-#define PUSHBUTTON_2_WKUP_FSTT   (PMC_FSMR_FSTT10)\r
-#define GPIO_PUSH_BUTTON_2       (PIO_PA20_IDX)\r
-#define GPIO_PUSH_BUTTON_2_FLAGS (IOPORT_MODE_PULLUP | IOPORT_MODE_DEBOUNCE)\r
-#define GPIO_PUSH_BUTTON_2_SENSE (IOPORT_SENSE_FALLING)\r
-\r
-#define PIN_PUSHBUTTON_2       {PIO_PA20, PIOA, ID_PIOA, PIO_INPUT, \\r
-               PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_FALL_EDGE}\r
-#define PIN_PUSHBUTTON_2_MASK  PIO_PA20\r
-#define PIN_PUSHBUTTON_2_PIO   PIOA\r
-#define PIN_PUSHBUTTON_2_ID    ID_PIOA\r
-#define PIN_PUSHBUTTON_2_TYPE  PIO_INPUT\r
-#define PIN_PUSHBUTTON_2_ATTR  (PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_FALL_EDGE)\r
-#define PIN_PUSHBUTTON_2_IRQn  PIOA_IRQn\r
-\r
-/**\r
- * Push button #2 definition. Attributes = pull-up + debounce + interrupt on\r
- * both edges.\r
- */\r
-#define PUSHBUTTON_3_NAME        "BP4 SCROLL-UP"\r
-#define PUSHBUTTON_3_WKUP_LINE   (1)\r
-#define PUSHBUTTON_3_WKUP_FSTT   (PMC_FSMR_FSTT1)\r
-#define GPIO_PUSH_BUTTON_3       (PIO_PA1_IDX)\r
-#define GPIO_PUSH_BUTTON_3_FLAGS (IOPORT_MODE_PULLUP | IOPORT_MODE_DEBOUNCE)\r
-#define GPIO_PUSH_BUTTON_3_SENSE (IOPORT_SENSE_BOTHEDGES)\r
-\r
-#define PIN_PUSHBUTTON_3       {PIO_PA1, PIOA, ID_PIOA, PIO_INPUT, \\r
-               PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE}\r
-#define PIN_PUSHBUTTON_3_MASK  PIO_PA1\r
-#define PIN_PUSHBUTTON_3_PIO   PIOA\r
-#define PIN_PUSHBUTTON_3_ID    ID_PIOA\r
-#define PIN_PUSHBUTTON_3_TYPE  PIO_INPUT\r
-#define PIN_PUSHBUTTON_3_ATTR  (PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE)\r
-#define PIN_PUSHBUTTON_3_IRQn  PIOA_IRQn\r
-\r
-/**\r
- * Push button #3 definition. Attributes = pull-up + debounce + interrupt on\r
- * rising edge.\r
- */\r
-#define PUSHBUTTON_4_NAME        "BP5 SCROLL-DOWN"\r
-#define PUSHBUTTON_4_WKUP_LINE   (2)\r
-#define PUSHBUTTON_4_WKUP_FSTT   (PMC_FSMR_FSTT2)\r
-#define GPIO_PUSH_BUTTON_4       (PIO_PA2_IDX)\r
-#define GPIO_PUSH_BUTTON_4_FLAGS (IOPORT_MODE_PULLUP | IOPORT_MODE_DEBOUNCE)\r
-#define GPIO_PUSH_BUTTON_4_SENSE (IOPORT_SENSE_RISING)\r
-\r
-#define PIN_PUSHBUTTON_4       {PIO_PA2, PIOA, ID_PIOA, PIO_INPUT, \\r
-               PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE}\r
-#define PIN_PUSHBUTTON_4_MASK  PIO_PA2\r
-#define PIN_PUSHBUTTON_4_PIO   PIOA\r
-#define PIN_PUSHBUTTON_4_ID    ID_PIOA\r
-#define PIN_PUSHBUTTON_4_TYPE  PIO_INPUT\r
-#define PIN_PUSHBUTTON_4_ATTR  (PIO_PULLUP | PIO_DEBOUNCE | PIO_IT_RISE_EDGE)\r
-#define PIN_PUSHBUTTON_4_IRQn  PIOA_IRQn\r
-\r
-/** List of all push button definitions. */\r
-#define PINS_PUSHBUTTONS    {PIN_PUSHBUTTON_1, PIN_PUSHBUTTON_2,\\r
-               PIN_PUSHBUTTON_3, PIN_PUSHBUTTON_4}\r
-\r
-#define PIN_TC0_TIOA0        (PIO_PA0_IDX)\r
-#define PIN_TC0_TIOA0_MUX    (IOPORT_MODE_MUX_B)\r
-#define PIN_TC0_TIOA0_FLAGS  (IOPORT_MODE_MUX_B)\r
-\r
-#define PIN_TC0_TIOA1        (PIO_PA15_IDX)\r
-#define PIN_TC0_TIOA1_MUX    (IOPORT_MODE_MUX_B)\r
-#define PIN_TC0_TIOA1_FLAGS  (IOPORT_MODE_MUX_B)\r
-\r
-#define PIN_TC0_TIOA1_PIO    PIOA\r
-#define PIN_TC0_TIOA1_MASK   PIO_PA15\r
-#define PIN_TC0_TIOA1_ID     ID_PIOA\r
-#define PIN_TC0_TIOA1_TYPE   PIO_PERIPH_B\r
-#define PIN_TC0_TIOA1_ATTR   PIO_DEFAULT\r
-\r
-#define PIN_TC0_TIOA2        (PIO_PA26_IDX)\r
-#define PIN_TC0_TIOA2_MUX    (IOPORT_MODE_MUX_B)\r
-#define PIN_TC0_TIOA2_FLAGS  (IOPORT_MODE_MUX_B)\r
-\r
-#define PIN_TC0_TIOA2_PIO    PIOA\r
-#define PIN_TC0_TIOA2_MASK   PIO_PA26\r
-#define PIN_TC0_TIOA2_ID     ID_PIOA\r
-#define PIN_TC0_TIOA2_TYPE   PIO_PERIPH_B\r
-#define PIN_TC0_TIOA2_ATTR   PIO_DEFAULT\r
-\r
-/** PWM LED0 pin definitions. */\r
-#define PIN_PWM_LED0_GPIO     PIO_PD20_IDX\r
-#define PIN_PWM_LED0_FLAGS    (IOPORT_MODE_MUX_A)\r
-#define PIN_PWM_LED0_CHANNEL  PWM_CHANNEL_0\r
-\r
-/** PWM LED1 pin definitions. */\r
-#define PIN_PWM_LED1_GPIO     PIO_PD21_IDX\r
-#define PIN_PWM_LED1_FLAGS    (IOPORT_MODE_MUX_A)\r
-#define PIN_PWM_LED1_CHANNEL  PWM_CHANNEL_1\r
-\r
-/** PWM LED2 pin definitions. */\r
-#define PIN_PWM_LED2_GPIO     PIO_PD22_IDX\r
-#define PIN_PWM_LED2_FLAGS    (IOPORT_MODE_MUX_A)\r
-#define PIN_PWM_LED2_CHANNEL  PWM_CHANNEL_2\r
-\r
-/** PWM LED3 pin definitions. */\r
-#define PIN_PWM_LED3_GPIO     PIO_PA0_IDX\r
-#define PIN_PWM_LED3_FLAGS    (IOPORT_MODE_MUX_A)\r
-#define PIN_PWM_LED3_CHANNEL  PWM_CHANNEL_0\r
-\r
-\r
-/** SPI MISO pin definition. */\r
-#define SPI_MISO_GPIO         (PIO_PA12_IDX)\r
-#define SPI_MISO_FLAGS        (IOPORT_MODE_MUX_A)\r
-/** SPI MOSI pin definition. */\r
-#define SPI_MOSI_GPIO         (PIO_PA13_IDX)\r
-#define SPI_MOSI_FLAGS        (IOPORT_MODE_MUX_A)\r
-/** SPI SPCK pin definition. */\r
-#define SPI_SPCK_GPIO         (PIO_PA14_IDX)\r
-#define SPI_SPCK_FLAGS        (IOPORT_MODE_MUX_A)\r
-\r
-/** SPI chip select 0 pin definition. (Only one configuration is possible) */\r
-#define SPI_NPCS0_GPIO        (PIO_PA11_IDX)\r
-#define SPI_NPCS0_FLAGS       (IOPORT_MODE_MUX_A)\r
-/** SPI chip select 1 pin definition. (multiple configurations are possible) */\r
-#define SPI_NPCS1_PA9_GPIO    (PIO_PA9_IDX)\r
-#define SPI_NPCS1_PA9_FLAGS   (IOPORT_MODE_MUX_B)\r
-#define SPI_NPCS1_PA31_GPIO   (PIO_PA31_IDX)\r
-#define SPI_NPCS1_PA31_FLAGS  (IOPORT_MODE_MUX_A)\r
-#define SPI_NPCS1_PB14_GPIO   (PIO_PB14_IDX)\r
-#define SPI_NPCS1_PB14_FLAGS  (IOPORT_MODE_MUX_A)\r
-#define SPI_NPCS1_PC4_GPIO    (PIO_PC4_IDX)\r
-#define SPI_NPCS1_PC4_FLAGS   (IOPORT_MODE_MUX_B)\r
-/** SPI chip select 2 pin definition. (multiple configurations are possible) */\r
-#define SPI_NPCS2_PA10_GPIO   (PIO_PA10_IDX)\r
-#define SPI_NPCS2_PA10_FLAGS  (IOPORT_MODE_MUX_B)\r
-#define SPI_NPCS2_PA30_GPIO   (PIO_PA30_IDX)\r
-#define SPI_NPCS2_PA30_FLAGS  (IOPORT_MODE_MUX_B)\r
-#define SPI_NPCS2_PB2_GPIO    (PIO_PB2_IDX)\r
-#define SPI_NPCS2_PB2_FLAGS   (IOPORT_MODE_MUX_B)\r
-/** SPI chip select 3 pin definition. (multiple configurations are possible) */\r
-#define SPI_NPCS3_PA3_GPIO    (PIO_PA3_IDX)\r
-#define SPI_NPCS3_PA3_FLAGS   (IOPORT_MODE_MUX_B)\r
-#define SPI_NPCS3_PA5_GPIO    (PIO_PA5_IDX)\r
-#define SPI_NPCS3_PA5_FLAGS   (IOPORT_MODE_MUX_B)\r
-#define SPI_NPCS3_PA22_GPIO   (PIO_PA22_IDX)\r
-#define SPI_NPCS3_PA22_FLAGS  (IOPORT_MODE_MUX_B)\r
-\r
-/* Select the SPI module that AT25DFx is connected to */\r
-#define AT25DFX_SPI_MODULE          SPI\r
-\r
-/* Chip select used by AT25DFx components on the SPI module instance */\r
-#define AT25DFX_CS      3\r
-\r
-/* Touch screen IRQ & Busy pin definition */\r
-#define BOARD_ADS7843_IRQ_GPIO  (PIO_PA16_IDX)\r
-#define BOARD_ADS7843_IRQ_FLAGS  IOPORT_MODE_PULLUP\r
-#define BOARD_ADS7843_BUSY_GPIO  (PIO_PA17_IDX)\r
-#define BOARD_ADS7843_BUSY_FLAGS  IOPORT_MODE_PULLUP\r
-/**\r
-* SPI instance, which can be SPI, SPI0 or SPI1, depends on which SPI\r
-* channel is used.\r
-*/\r
-#define BOARD_ADS7843_SPI_BASE    SPI\r
-/* SPI chip select NO., depends on which SPI CS pin is used by ADS7843. */\r
-#define BOARD_ADS7843_SPI_NPCS    0\r
-\r
-/** TWI0 pins definition */\r
-#define TWI0_DATA_GPIO   PIO_PA3_IDX\r
-#define TWI0_DATA_FLAGS  (IOPORT_MODE_MUX_A)\r
-#define TWI0_CLK_GPIO    PIO_PA4_IDX\r
-#define TWI0_CLK_FLAGS   (IOPORT_MODE_MUX_A)\r
-\r
-/** TWI1 pins definition */\r
-#define TWI1_DATA_GPIO   PIO_PB4_IDX\r
-#define TWI1_DATA_FLAGS  (IOPORT_MODE_MUX_A)\r
-#define TWI1_CLK_GPIO    PIO_PB5_IDX\r
-#define TWI1_CLK_FLAGS   (IOPORT_MODE_MUX_A)\r
-\r
-/** PCK0 pin definition (PA6) */\r
-#define PIN_PCK0         (PIO_PA6_IDX)\r
-#define PIN_PCK0_MUX     (IOPORT_MODE_MUX_B)\r
-#define PIN_PCK0_FLAGS   (IOPORT_MODE_MUX_B)\r
-#define PIN_PCK0_PORT    IOPORT_PIOA\r
-#define PIN_PCK0_MASK    PIO_PA6B_PCK0\r
-#define PIN_PCK0_PIO     PIOA\r
-#define PIN_PCK0_ID      ID_PIOA\r
-#define PIN_PCK0_TYPE    PIO_PERIPH_B\r
-#define PIN_PCK0_ATTR    PIO_DEFAULT\r
-\r
-/** USART0 pin RX */\r
-#define PIN_USART0_RXD        {PIO_PB0C_RXD0, PIOB, ID_PIOB, PIO_PERIPH_C, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART0_RXD_IDX    (PIO_PB0_IDX)\r
-#define PIN_USART0_RXD_FLAGS  (IOPORT_MODE_MUX_C)\r
-/** USART0 pin TX */\r
-#define PIN_USART0_TXD        {PIO_PB1C_TXD0, PIOB, ID_PIOB, PIO_PERIPH_C, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART0_TXD_IDX    (PIO_PB1_IDX)\r
-#define PIN_USART0_TXD_FLAGS  (IOPORT_MODE_MUX_C)\r
-/** USART0 pin CTS */\r
-#define PIN_USART0_CTS        {PIO_PB2C_CTS0, PIOB, ID_PIOB, PIO_PERIPH_C, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART0_CTS_IDX    (PIO_PB2_IDX)\r
-#define PIN_USART0_CTS_FLAGS  (IOPORT_MODE_MUX_C)\r
-/** USART0 pin RTS */\r
-#define PIN_USART0_RTS        {PIO_PB3C_RTS0, PIOB, ID_PIOB, PIO_PERIPH_C, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART0_RTS_IDX    (PIO_PB3_IDX)\r
-#define PIN_USART0_RTS_FLAGS  (IOPORT_MODE_MUX_C)\r
-/** USART0 pin SCK */\r
-#define PIN_USART0_SCK        {PIO_PB13C_SCK0, PIOB, ID_PIOB, PIO_PERIPH_C, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART0_SCK_IDX    (PIO_PB13_IDX)\r
-#define PIN_USART0_SCK_FLAGS  (IOPORT_MODE_MUX_C)\r
-\r
-/** USART1 pin RX */\r
-#define PIN_USART1_RXD        {PIO_PA21A_RXD1, PIOA, ID_PIOA, PIO_PERIPH_A, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_RXD_IDX    (PIO_PA21_IDX)\r
-#define PIN_USART1_RXD_FLAGS  (IOPORT_MODE_MUX_A)\r
-/** USART1 pin TX */\r
-#define PIN_USART1_TXD        {PIO_PA22A_TXD1, PIOA, ID_PIOA, PIO_PERIPH_A, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_TXD_IDX    (PIO_PA22_IDX)\r
-#define PIN_USART1_TXD_FLAGS  (IOPORT_MODE_MUX_A)\r
-/** USART1 pin CTS */\r
-#define PIN_USART1_CTS        {PIO_PA25A_CTS1, PIOA, ID_PIOA, PIO_PERIPH_A, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_CTS_IDX    (PIO_PA25_IDX)\r
-#define PIN_USART1_CTS_FLAGS  (IOPORT_MODE_MUX_A)\r
-/** USART1 pin RTS */\r
-#define PIN_USART1_RTS        {PIO_PA24A_RTS1, PIOA, ID_PIOA, PIO_PERIPH_A, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_RTS_IDX    (PIO_PA24_IDX)\r
-#define PIN_USART1_RTS_FLAGS  (IOPORT_MODE_MUX_A)\r
-/** USART1 pin SCK */\r
-#define PIN_USART1_SCK        {PIO_PA23A_SCK1, PIOA, ID_PIOA, PIO_PERIPH_A, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_SCK_IDX    (PIO_PA23_IDX)\r
-#define PIN_USART1_SCK_FLAGS  (IOPORT_MODE_MUX_A)\r
-/** USART1 pin ENABLE */\r
-#define PIN_USART1_EN         {PIO_PA23, PIOA, ID_PIOA, PIO_OUTPUT_0, \\r
-               PIO_DEFAULT}\r
-#define PIN_USART1_EN_IDX     (PIO_PA23_IDX)\r
-#define PIN_USART1_EN_FLAGS   (0)\r
-#define PIN_USART1_EN_ACTIVE_LEVEL   IOPORT_PIN_LEVEL_LOW\r
-#define PIN_USART1_EN_INACTIVE_LEVEL IOPORT_PIN_LEVEL_HIGH\r
-\r
-/** USB VBus monitoring pin definition. */\r
-#define PIN_USB_VBUS    {PIO_PC21, PIOC, ID_PIOC, PIO_INPUT, PIO_PULLUP}\r
-#define USB_VBUS_FLAGS    (PIO_INPUT | PIO_DEBOUNCE | PIO_IT_EDGE)\r
-#define USB_VBUS_PIN_IRQn (PIOC_IRQn)\r
-#define USB_VBUS_PIN      (PIO_PC21_IDX)\r
-#define USB_VBUS_PIO_ID   (ID_PIOC)\r
-#define USB_VBUS_PIO_MASK (PIO_PC21)\r
-/* This pin can not be used as fast wakeup source such as\r
- * USB_VBUS_WKUP PMC_FSMR_FSTT7 */\r
-\r
-/** USB D- pin (System function) */\r
-#define PIN_USB_DM      {PIO_PB10}\r
-/** USB D+ pin (System function) */\r
-#define PIN_USB_DP      {PIO_PB11}\r
-\r
-/** EBI Data Bus pins */\r
-#define PIN_EBI_DATA_BUS_D0        PIO_PC0_IDX\r
-#define PIN_EBI_DATA_BUS_D1        PIO_PC1_IDX\r
-#define PIN_EBI_DATA_BUS_D2        PIO_PC2_IDX\r
-#define PIN_EBI_DATA_BUS_D3        PIO_PC3_IDX\r
-#define PIN_EBI_DATA_BUS_D4        PIO_PC4_IDX\r
-#define PIN_EBI_DATA_BUS_D5        PIO_PC5_IDX\r
-#define PIN_EBI_DATA_BUS_D6        PIO_PC6_IDX\r
-#define PIN_EBI_DATA_BUS_D7        PIO_PC7_IDX\r
-#define PIN_EBI_DATA_BUS_FLAGS     (IOPORT_MODE_MUX_A | IOPORT_MODE_PULLUP)\r
-\r
-#define PIN_EBI_NRD                PIO_PC11_IDX\r
-#define PIN_EBI_NRD_FLAGS          (IOPORT_MODE_MUX_A | IOPORT_MODE_PULLUP)\r
-#define PIN_EBI_NWE                PIO_PC8_IDX\r
-#define PIN_EBI_NWE_FLAGS          (IOPORT_MODE_MUX_A | IOPORT_MODE_PULLUP)\r
-\r
-/** EBI pin for LCD CS and RS **/\r
-#define PIN_EBI_NCS1               PIO_PD18_IDX\r
-#define PIN_EBI_NCS1_FLAGS         (IOPORT_MODE_MUX_A | IOPORT_MODE_PULLUP)\r
-#define PIN_EBI_LCD_RS             PIO_PC19_IDX\r
-#define PIN_EBI_LCD_RS_FLAGS       (IOPORT_MODE_MUX_A | IOPORT_MODE_PULLUP)\r
-\r
-/** Indicates board has an ILI9325 external component to manage LCD. */\r
-#define BOARD_LCD_ILI93XX\r
-\r
-/** Backlight pin definition. */\r
-#define BOARD_AAT31XX_SET_GPIO      PIO_PC13_IDX\r
-/** Define ILI93xx base address. */\r
-#define BOARD_ILI93XX_ADDR          0x61000000\r
-/** Define ILI9325 register select signal. */\r
-#define BOARD_ILI93XX_RS            (1 << 1)\r
-/** Display width in pixels. */\r
-#define BOARD_LCD_WIDTH             240\r
-/** Display height in pixels. */\r
-#define BOARD_LCD_HEIGHT            320\r
-\r
-/* KSZ8051MNL relate PIN definition */\r
-#define PIN_KSZ8051MNL_RXC_IDX                PIO_PD14_IDX\r
-#define PIN_KSZ8051MNL_RXC_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXC_IDX                PIO_PD0_IDX\r
-#define PIN_KSZ8051MNL_TXC_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXEN_IDX                PIO_PD1_IDX\r
-#define PIN_KSZ8051MNL_TXEN_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXD3_IDX                PIO_PD16_IDX\r
-#define PIN_KSZ8051MNL_TXD3_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXD2_IDX                PIO_PD15_IDX\r
-#define PIN_KSZ8051MNL_TXD2_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXD1_IDX                PIO_PD3_IDX\r
-#define PIN_KSZ8051MNL_TXD1_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_TXD0_IDX                PIO_PD2_IDX\r
-#define PIN_KSZ8051MNL_TXD0_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXD3_IDX                PIO_PD12_IDX\r
-#define PIN_KSZ8051MNL_RXD3_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXD2_IDX                PIO_PD11_IDX\r
-#define PIN_KSZ8051MNL_RXD2_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXD1_IDX                PIO_PD6_IDX\r
-#define PIN_KSZ8051MNL_RXD1_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXD0_IDX                PIO_PD5_IDX\r
-#define PIN_KSZ8051MNL_RXD0_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXER_IDX                PIO_PD7_IDX\r
-#define PIN_KSZ8051MNL_RXER_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_RXDV_IDX                PIO_PD4_IDX\r
-#define PIN_KSZ8051MNL_RXDV_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_CRS_IDX                PIO_PD10_IDX\r
-#define PIN_KSZ8051MNL_CRS_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_COL_IDX                PIO_PD13_IDX\r
-#define PIN_KSZ8051MNL_COL_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_MDC_IDX          PIO_PD8_IDX\r
-#define PIN_KSZ8051MNL_MDC_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_MDIO_IDX                PIO_PD9_IDX\r
-#define PIN_KSZ8051MNL_MDIO_FLAGS            (IOPORT_MODE_MUX_A)\r
-#define PIN_KSZ8051MNL_INTRP_IDX                PIO_PD28_IDX\r
-\r
-/** NandFlash pins definition: OE. */\r
-#define PIN_EBI_NANDOE    (PIO_PC9_IDX)\r
-#define PIN_EBI_NANDOE_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-/** NandFlash pins definition: WE. */\r
-#define PIN_EBI_NANDWE    (PIO_PC10_IDX)\r
-#define PIN_EBI_NANDWE_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-/** NandFlash pins definition: CLE. */\r
-#define PIN_EBI_NANDCLE    (PIO_PC17_IDX)\r
-#define PIN_EBI_NANDCLE_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-/** NandFlash pins definition: ALE. */\r
-#define PIN_EBI_NANDALE    (PIO_PC16_IDX)\r
-#define PIN_EBI_NANDALE_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-/** NandFlash pins definition: DATA. */\r
-#define PIN_EBI_NANDIO_0    (PIO_PC0_IDX)\r
-#define PIN_EBI_NANDIO_0_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_1    (PIO_PC1_IDX)\r
-#define PIN_EBI_NANDIO_1_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_2    (PIO_PC2_IDX)\r
-#define PIN_EBI_NANDIO_2_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_3    (PIO_PC3_IDX)\r
-#define PIN_EBI_NANDIO_3_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_4    (PIO_PC4_IDX)\r
-#define PIN_EBI_NANDIO_4_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_5    (PIO_PC5_IDX)\r
-#define PIN_EBI_NANDIO_5_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_6    (PIO_PC6_IDX)\r
-#define PIN_EBI_NANDIO_6_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-#define PIN_EBI_NANDIO_7    (PIO_PC7_IDX)\r
-#define PIN_EBI_NANDIO_7_FLAGS    (IOPORT_MODE_MUX_A)\r
-\r
-/** Nandflash chip enable pin definition. */\r
-#define PIN_NF_CE_IDX    (PIO_PC14_IDX)\r
-\r
-/** Nandflash ready/busy pin definition. */\r
-#define PIN_NF_RB_IDX    (PIO_PC18_IDX)\r
-\r
-/* Chip select number for nand */\r
-#define BOARD_NAND_CS    0\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- * \page sam4e_ek_usb "SAM4E-EK - USB device"\r
- *\r
- * \section Definitions\r
- * - \ref BOARD_USB_BMATTRIBUTES\r
- * - \ref CHIP_USB_UDP\r
- * - \ref CHIP_USB_PULLUP_INTERNAL\r
- * - \ref CHIP_USB_NUMENDPOINTS\r
- * - \ref CHIP_USB_ENDPOINTS_MAXPACKETSIZE\r
- * - \ref CHIP_USB_ENDPOINTS_BANKS\r
- */\r
-\r
-/**\r
- * USB attributes configuration descriptor (bus or self powered,\r
- * remote wakeup)\r
- */\r
-#define BOARD_USB_BMATTRIBUTES  USBConfigurationDescriptor_SELFPOWERED_RWAKEUP\r
-\r
-/** Indicates chip has an UDP Full Speed. */\r
-#define CHIP_USB_UDP\r
-\r
-/** Indicates chip has an internal pull-up. */\r
-#define CHIP_USB_PULLUP_INTERNAL\r
-\r
-/** Number of USB endpoints */\r
-#define CHIP_USB_NUMENDPOINTS 8\r
-\r
-/** Endpoints max packet size */\r
-#define CHIP_USB_ENDPOINTS_MAXPACKETSIZE(i) \\r
-   ((i == 0) ? 64 : \\r
-   ((i == 1) ? 64 : \\r
-   ((i == 2) ? 64 : \\r
-   ((i == 3) ? 64 : \\r
-   ((i == 4) ? 512 : \\r
-   ((i == 5) ? 512 : \\r
-   ((i == 6) ? 64 : \\r
-   ((i == 7) ? 64 : 0 ))))))))\r
-\r
-/** Endpoints Number of Bank */\r
-#define CHIP_USB_ENDPOINTS_BANKS(i) \\r
-   ((i == 0) ? 1 : \\r
-   ((i == 1) ? 2 : \\r
-   ((i == 2) ? 2 : \\r
-   ((i == 3) ? 1 : \\r
-   ((i == 4) ? 2 : \\r
-   ((i == 5) ? 2 : \\r
-   ((i == 6) ? 2 : \\r
-   ((i == 7) ? 2 : 0 ))))))))\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- * \page sam4e_ek_extcomp "SAM4E-EK - External components"\r
- * This page lists the definitions related to external on-board components\r
- * located in the board.h file for the SAM4E-EK.\r
- *\r
- * SD Card\r
- * - \ref BOARD_SD_PINS\r
- * - \ref BOARD_SD_PIN_CD\r
- *\r
- * QTouch component (QT2160)\r
- * - \ref BOARD_QT_TWI_INSTANCE\r
- * - \ref BOARD_QT_DEVICE_ADDRESS\r
- * - \ref BOARD_QT_CHANGE_PIN_IDX\r
- * - \ref BOARD_QT_CHANGE_PIN_FLAGS\r
- * - \ref BOARD_QT_CHANGE_PIN_SENSE\r
- */\r
-\r
-/** HSMCI pins that shall be configured to access the SD card. */\r
-#define BOARD_SD_PINS               PINS_HSMCI\r
-/** HSMCI Card Detect pin. */\r
-#define BOARD_SD_PIN_CD             PIN_HSMCI_CD\r
-\r
-/** TWI instance for QTouch device */\r
-#define BOARD_QT_TWI_INSTANCE       TWI0\r
-/* QTouch device address (I2CA1 = I2CA0 = 0) */\r
-#define BOARD_QT_DEVICE_ADDRESS     0x0D\r
-/** QTouch component pin definition */\r
-#define BOARD_QT_CHANGE_PIN_IDX     (PIO_PE4_IDX)\r
-#define BOARD_QT_CHANGE_PIN_FLAGS   (IOPORT_MODE_PULLUP | IOPORT_MODE_DEBOUNCE)\r
-#define BOARD_QT_CHANGE_PIN_SENSE   (IOPORT_SENSE_FALLING)\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- * \page sam4e_ek_mem "SAM4E-EK - Memories"\r
- * This page lists definitions related to internal & external on-board memories.\r
- *\r
- * \section NandFlash\r
- * - \ref BOARD_NF_COMMAND_ADDR\r
- * - \ref BOARD_NF_ADDRESS_ADDR\r
- * - \ref BOARD_NF_DATA_ADDR\r
- *\r
- * \section NorFlash\r
- * - \ref BOARD_NORFLASH_ADDR\r
- * - \ref BOARD_NORFLASH_DFT_BUS_SIZE\r
- */\r
-\r
-/** Address for transferring command bytes to the nandflash. */\r
-#define BOARD_NF_COMMAND_ADDR   0x60400000\r
-/** Address for transferring address bytes to the nandflash. */\r
-#define BOARD_NF_ADDRESS_ADDR   0x60200000\r
-/** Address for transferring data bytes to the nandflash. */\r
-#define BOARD_NF_DATA_ADDR      0x60000000\r
-/* Bus width for NAND */\r
-#define CONF_NF_BUSWIDTH    8\r
-/* Access timing for NAND */\r
-#define CONF_NF_SETUP_TIMING (SMC_SETUP_NWE_SETUP(0) \\r
-               | SMC_SETUP_NCS_WR_SETUP(1) \\r
-               | SMC_SETUP_NRD_SETUP(0) \\r
-               | SMC_SETUP_NCS_RD_SETUP(1))\r
-#define CONF_NF_PULSE_TIMING (SMC_PULSE_NWE_PULSE(2) \\r
-               | SMC_PULSE_NCS_WR_PULSE(3) \\r
-               | SMC_PULSE_NRD_PULSE(4) \\r
-               | SMC_PULSE_NCS_RD_PULSE(4))\r
-#define CONF_NF_CYCLE_TIMING (SMC_CYCLE_NWE_CYCLE(4) \\r
-               | SMC_CYCLE_NRD_CYCLE(7))\r
-\r
-/** Address for transferring command bytes to the norflash. */\r
-#define BOARD_NORFLASH_ADDR     0x63000000\r
-/** Default NOR bus size after power up reset */\r
-#define BOARD_NORFLASH_DFT_BUS_SIZE 8\r
-\r
-/*----------------------------------------------------------------------------*/\r
-\r
-#define CONSOLE_UART               UART0\r
-#define CONSOLE_UART_ID            ID_UART0\r
-\r
-/* RE pin. */\r
-#define PIN_RE_IDX                 PIN_USART1_CTS_IDX\r
-#define PIN_RE_FLAGS               (0)\r
-\r
-/* IRDA SD pin. */\r
-#define PIN_IRDA_SD_IDX            PIN_USART1_CTS_IDX\r
-#define PIN_IRDA_SD_FLAGS          (0)\r
-\r
-/* TXD pin configuration. */\r
-#define PIN_USART_TXD_IDX          PIN_USART1_TXD_IDX\r
-#define PIN_USART_TXD_FLAGS        (IOPORT_MODE_MUX_A)\r
-#define PIN_USART_TXD_IO_FLAGS     (0)\r
-\r
-/* ISO7816 example relate PIN definition. */\r
-#define ISO7816_USART_ID           ID_USART1\r
-#define ISO7816_USART              USART1\r
-#define PIN_ISO7816_RST_IDX        PIO_PA15_IDX\r
-#define PIN_ISO7816_RST_FLAG       (0)\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/* GMAC HW configurations */\r
-#define BOARD_GMAC_PHY_ADDR 0\r
-\r
-/*----------------------------------------------------------------------------*/\r
-/**\r
- * \page sam4e_ek_CAN "SAM4E-EK - CAN"\r
- * This page lists definitions related to CAN0 and CAN1.\r
- *\r
- * CAN\r
- * - \ref PIN_CAN0_TRANSCEIVER_RXEN\r
- * - \ref PIN_CAN0_TRANSCEIVER_RS\r
- * - \ref PIN_CAN0_TXD\r
- * - \ref PIN_CAN0_RXD\r
- * - \ref PINS_CAN0\r
- *\r
- * - \ref PIN_CAN1_TRANSCEIVER_RXEN\r
- * - \ref PIN_CAN1_TRANSCEIVER_RS\r
- * - \ref PIN_CAN1_TXD\r
- * - \ref PIN_CAN1_RXD\r
- * - \ref PINS_CAN1\r
- */\r
-/** CAN0 transceiver PIN RS. */\r
-#define PIN_CAN0_TR_RS_IDX        PIO_PE0_IDX\r
-#define PIN_CAN0_TR_RS_FLAGS      IOPORT_DIR_OUTPUT\r
-\r
-/** CAN0 transceiver PIN EN. */\r
-#define PIN_CAN0_TR_EN_IDX        PIO_PE1_IDX\r
-#define PIN_CAN0_TR_EN_FLAGS      IOPORT_DIR_OUTPUT\r
-\r
-/** CAN0 PIN RX. */\r
-#define PIN_CAN0_RX_IDX           PIO_PB3_IDX\r
-#define PIN_CAN0_RX_FLAGS         IOPORT_MODE_MUX_A\r
-\r
-/** CAN0 PIN TX. */\r
-#define PIN_CAN0_TX_IDX           PIO_PB2_IDX\r
-#define PIN_CAN0_TX_FLAGS         IOPORT_MODE_MUX_A\r
-\r
-/** CAN1 transceiver PIN RS. */\r
-#define PIN_CAN1_TR_RS_IDX        PIO_PE2_IDX\r
-#define PIN_CAN1_TR_RS_FLAGS      IOPORT_DIR_OUTPUT\r
-\r
-/** CAN1 transceiver PIN EN. */\r
-#define PIN_CAN1_TR_EN_IDX        PIO_PE3_IDX\r
-#define PIN_CAN1_TR_EN_FLAGS      IOPORT_DIR_OUTPUT\r
-\r
-/** CAN1 PIN RX. */\r
-#define PIN_CAN1_RX_IDX           PIO_PC12_IDX\r
-#define PIN_CAN1_RX_FLAGS         IOPORT_MODE_MUX_C\r
-\r
-/** CAN1 PIN TX. */\r
-#define PIN_CAN1_TX_IDX           PIO_PC15_IDX\r
-#define PIN_CAN1_TX_FLAGS         IOPORT_MODE_MUX_C\r
-\r
-/** AFEC channel for potentiometer */\r
-#define AFEC_CHANNEL_POTENTIOMETER  AFEC_CHANNEL_5\r
-\r
-/*----------------------------------------------------------------------------*/\r
-#endif  /* _SAM4E_EK_H_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.c
deleted file mode 100644 (file)
index 6a5d4b3..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief API driver for component aat31xx.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-/**\r
- * \defgroup aat31xx_display_group Display - AAT31XX Controller\r
- *\r
- * Low-level driver for the AAT31XX LCD backlight controller. This driver provides access to the main\r
- * features of the AAT31XX controller.\r
- *\r
- * \{\r
- */\r
-\r
-#include "board.h"\r
-#include "ioport.h"\r
-#include "aat31xx.h"\r
-#include "conf_aat31xx.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#define DELAY_PULSE      (0x18u)\r
-#define DELAY_ENABLE     (0x20000u)\r
-#define DELAY_DISABLE    (0x20000u)\r
-\r
-/**\r
- * \brief Set the LCD backlight level.\r
- *\r
- * \param ul_level backlight level.\r
- *\r
- * \note pin BOARD_AAT31XX_SET_GPIO must be configured before calling aat31xx_set_backlight.\r
- */\r
-void aat31xx_set_backlight(uint32_t ul_level)\r
-{\r
-       volatile uint32_t ul_delay;\r
-       uint32_t i;\r
-\r
-#ifdef CONF_BOARD_AAT3155\r
-       ul_level = AAT31XX_MAX_BACKLIGHT_LEVEL - ul_level + 1;\r
-#endif\r
-\r
-#ifdef CONF_BOARD_AAT3193\r
-       ul_level = AAT31XX_MAX_BACKLIGHT_LEVEL - ul_level + 1;\r
-#endif\r
-\r
-       /* Ensure valid level */\r
-       ul_level = (ul_level > AAT31XX_MAX_BACKLIGHT_LEVEL) ? AAT31XX_MAX_BACKLIGHT_LEVEL : ul_level;\r
-       ul_level = (ul_level < AAT31XX_MIN_BACKLIGHT_LEVEL) ? AAT31XX_MIN_BACKLIGHT_LEVEL : ul_level;\r
-\r
-       /* Set new backlight level */\r
-       for (i = 0; i < ul_level; i++) {\r
-               ioport_set_pin_level(BOARD_AAT31XX_SET_GPIO, IOPORT_PIN_LEVEL_LOW);\r
-               ul_delay = DELAY_PULSE;\r
-               while (ul_delay--) {\r
-               }\r
-\r
-               ioport_set_pin_level(BOARD_AAT31XX_SET_GPIO, IOPORT_PIN_LEVEL_HIGH);\r
-\r
-               ul_delay = DELAY_PULSE;\r
-               while (ul_delay--) {\r
-               }\r
-       }\r
-\r
-       ul_delay = DELAY_ENABLE;\r
-       while (ul_delay--) {\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Switch off backlight.\r
- */\r
-void aat31xx_disable_backlight(void)\r
-{\r
-       volatile uint32_t ul_delay;\r
-\r
-       ioport_set_pin_level(BOARD_AAT31XX_SET_GPIO, IOPORT_PIN_LEVEL_LOW);\r
-\r
-       ul_delay = DELAY_DISABLE;\r
-       while (ul_delay--) {\r
-       }\r
-}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \}\r
- */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/aat31xx/aat31xx.h
deleted file mode 100644 (file)
index 8d0397b..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief API driver for component aat31xx.\r
- *\r
- * Copyright (c) 2011-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef AAT31XX_H_INCLUDED\r
-#define AAT31XX_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-#include "conf_board.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/* The minimum, average and maximum brightness level values */\r
-#ifdef CONF_BOARD_AAT3155\r
-#define AAT31XX_MIN_BACKLIGHT_LEVEL           1\r
-#define AAT31XX_AVG_BACKLIGHT_LEVEL           8\r
-#define AAT31XX_MAX_BACKLIGHT_LEVEL           16\r
-#endif\r
-#ifdef CONF_BOARD_AAT3193\r
-#define AAT31XX_MIN_BACKLIGHT_LEVEL           1\r
-#define AAT31XX_AVG_BACKLIGHT_LEVEL           8\r
-#define AAT31XX_MAX_BACKLIGHT_LEVEL           16\r
-#endif\r
-#ifdef CONF_BOARD_AAT3194\r
-#define AAT31XX_MIN_BACKLIGHT_LEVEL           1\r
-#define AAT31XX_AVG_BACKLIGHT_LEVEL           25\r
-#define AAT31XX_MAX_BACKLIGHT_LEVEL           32\r
-#endif\r
-\r
-/* No component found */\r
-#ifndef AAT31XX_MIN_BACKLIGHT_LEVEL\r
-#warning Cannot configure AAT31XX. The component must be declared in conf_board.h first!\r
-#define AAT31XX_MIN_BACKLIGHT_LEVEL           0\r
-#define AAT31XX_AVG_BACKLIGHT_LEVEL           0\r
-#define AAT31XX_MAX_BACKLIGHT_LEVEL           0\r
-#endif\r
-\r
-void aat31xx_set_backlight(uint32_t ul_level);\r
-void aat31xx_disable_backlight(void);\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* AAT31XX_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9325_regs.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9325_regs.h
deleted file mode 100644 (file)
index 6e0ac4f..0000000
+++ /dev/null
@@ -1,646 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief registers definition for ili9325 TFT display component.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ILI9325_REGS_H_INCLUDED\r
-#define ILI9325_REGS_H_INCLUDED\r
-\r
-/** @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/** @endcond */\r
-\r
-/** ili9325 LCD Registers */\r
-\r
-/** Driver Code Read */\r
-#define ILI9325_DEVICE_CODE_REG (0x00u)\r
-\r
-/** ILI9325_START_OSC_CTRL : (Offset: 0x00) Start Oscillator Control*/\r
-#define ILI9325_START_OSC_CTRL    (0x00u)\r
-#define ILI9325_START_OSC_CTRL_EN (0x1u << 0)\r
-\r
-/** ILI9325_DRIVER_OUTPUT_CTRL1 : (Offset: 0x01) Driver Output Control 1*/\r
-#define ILI9325_DRIVER_OUTPUT_CTRL1    (0x01u)\r
-#define ILI9325_DRIVER_OUTPUT_CTRL1_SS (0x1u << 8)\r
-#define ILI9325_DRIVER_OUTPUT_CTRL1_SM (0x1u << 10)\r
-\r
-/** ILI9325_LCD_DRIVING_CTRL : (Offset: 0x02) LCD Driving Control */\r
-#define ILI9325_LCD_DRIVING_CTRL       (0x02u)\r
-#define ILI9325_LCD_DRIVING_CTRL_EOR   (0x1u << 8)\r
-#define ILI9325_LCD_DRIVING_CTRL_BC0   (0x1u << 9)\r
-#define ILI9325_LCD_DRIVING_CTRL_BIT10 (0x1u << 10)\r
-\r
-/** ILI9325_ENTRY_MODE : (Offset: 0x03) Entry Mode*/\r
-#define ILI9325_ENTRY_MODE           (0x03u)\r
-#define ILI9325_ENTRY_MODE_AM        (0x1u << 3)\r
-#define ILI9325_ENTRY_MODE_ID_POS     4\r
-#define ILI9325_ENTRY_MODE_ID_MSK    (0x3u << ILI9325_ENTRY_MODE_ID_POS)\r
-#define ILI9325_ENTRY_MODE_ID(value) ((ILI9325_ENTRY_MODE_ID_MSK & \\r
-       ((value) << ILI9325_ENTRY_MODE_ID_POS)))\r
-#define ILI9325_ENTRY_MODE_ORG       (0x1u << 7)\r
-#define ILI9325_ENTRY_MODE_HWM       (0x1u << 9)\r
-#define ILI9325_ENTRY_MODE_BGR       (0x1u << 12)\r
-#define ILI9325_ENTRY_MODE_DFM       (0x1u << 14)\r
-#define ILI9325_ENTRY_MODE_TRI       (0x1u << 15)\r
-\r
-/** ILI9325_RESIZE_CTRL : (Offset: 0x04) Resize Control */\r
-#define ILI9325_RESIZE_CTRL            (0x04u)\r
-#define ILI9325_RESIZE_CTRL_RSZ_POS     0\r
-#define ILI9325_RESIZE_CTRL_RSZ_MSK    (0x3u << ILI9325_RESIZE_CTRL_RSZ_POS)\r
-#define ILI9325_RESIZE_CTRL_RSZ(value) ((ILI9325_RESIZE_CTRL_RSZ_MSK & \\r
-       ((value) << ILI9325_RESIZE_CTRL_RSZ_POS)))\r
-#define ILI9325_RESIZE_CTRL_RCH_POS     4\r
-#define ILI9325_RESIZE_CTRL_RCH_MSK    (0x3u << ILI9325_RESIZE_CTRL_RCH_POS)\r
-#define ILI9325_RESIZE_CTRL_RCH(value) ((ILI9325_RESIZE_CTRL_RCH_MSK & \\r
-       ((value) << ILI9325_RESIZE_CTRL_RCH_POS)))\r
-#define ILI9325_RESIZE_CTRL_RCV_POS     8\r
-#define ILI9325_RESIZE_CTRL_RCV_MSK    (0x3u << ILI9325_RESIZE_CTRL_RCV_POS)\r
-#define ILI9325_RESIZE_CTRL_RCV(value) ((ILI9325_RESIZE_CTRL_RCV_MSK & \\r
-       ((value) << ILI9325_RESIZE_CTRL_RCV_POS)))\r
-\r
-/** ILI9325_DISP_CTRL1 : (Offset: 0x07) Display Control 1 */\r
-#define ILI9325_DISP_CTRL1             (0x07u)\r
-#define ILI9325_DISP_CTRL1_D_POS        0\r
-#define ILI9325_DISP_CTRL1_D_MSK       (0x3u << ILI9325_DISP_CTRL1_D_POS)\r
-#define ILI9325_DISP_CTRL1_D(value)    ((ILI9325_DISP_CTRL1_D_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL1_D_POS)))\r
-#define ILI9325_DISP_CTRL1_CL          (0x1u << 3)\r
-#define ILI9325_DISP_CTRL1_DTE         (0x1u << 4)\r
-#define ILI9325_DISP_CTRL1_GON         (0x1u << 5)\r
-#define ILI9325_DISP_CTRL1_BASEE       (0x1u << 8)\r
-#define ILI9325_DISP_CTRL1_PTDE_POS     12\r
-#define ILI9325_DISP_CTRL1_PTDE_MSK    (0x3u << ILI9325_DISP_CTRL1_PTDE_POS)\r
-#define ILI9325_DISP_CTRL1_PTDE(value) ((ILI9325_DISP_CTRL1_PTDE_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL1_PTDE_POS)))\r
-\r
-/** ILI9325_DISP_CTRL2 : (Offset: 0x08) Display Control 2 */\r
-#define ILI9325_DISP_CTRL2           (0x08u)\r
-#define ILI9325_DISP_CTRL2_BP_POS     0\r
-#define ILI9325_DISP_CTRL2_BP_MSK    (0xfu << ILI9325_DISP_CTRL2_BP_POS)\r
-#define ILI9325_DISP_CTRL2_BP(value) ((ILI9325_DISP_CTRL2_BP_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL2_BP_POS)))\r
-#define ILI9325_DISP_CTRL2_FP_POS     8\r
-#define ILI9325_DISP_CTRL2_FP_MSK    (0xfu << ILI9325_DISP_CTRL2_FP_POS)\r
-#define ILI9325_DISP_CTRL2_FP(value) ((ILI9325_DISP_CTRL2_FP_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL2_FP_POS)))\r
-\r
-/** ILI9325_DISP_CTRL3 : (Offset: 0x09) Display Control 3 */\r
-#define ILI9325_DISP_CTRL3            (0x09u)\r
-#define ILI9325_DISP_CTRL3_ISC_POS     0\r
-#define ILI9325_DISP_CTRL3_ISC_MSK    (0xfu << ILI9325_DISP_CTRL3_ISC_POS)\r
-#define ILI9325_DISP_CTRL3_ISC(value) ((ILI9325_DISP_CTRL3_ISC_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL3_ISC_POS)))\r
-#define ILI9325_DISP_CTRL3_PTG_POS     4\r
-#define ILI9325_DISP_CTRL3_PTG_MSK    (0x3u << ILI9325_DISP_CTRL3_PTG_POS)\r
-#define ILI9325_DISP_CTRL3_PTG(value) ((ILI9325_DISP_CTRL3_PTG_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL3_PTG_POS)))\r
-#define ILI9325_DISP_CTRL3_PTS_POS     8\r
-#define ILI9325_DISP_CTRL3_PTS_MSK    (0x7u << ILI9325_DISP_CTRL3_PTS_POS)\r
-#define ILI9325_DISP_CTRL3_PTS(value) ((ILI9325_DISP_CTRL3_PTS_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL3_PTS_POS)))\r
-\r
-/** ILI9325_DISP_CTRL4 : (Offset: 0x0A) Display Control 4 */\r
-#define ILI9325_DISP_CTRL4            (0x0Au)\r
-#define ILI9325_DISP_CTRL4_FMI_POS     0\r
-#define ILI9325_DISP_CTRL4_FMI_MSK    (0x7u << ILI9325_DISP_CTRL4_FMI_POS)\r
-#define ILI9325_DISP_CTRL4_FMI(value) ((ILI9325_DISP_CTRL4_FMI_MSK & \\r
-       ((value) << ILI9325_DISP_CTRL4_FMI_POS)))\r
-#define ILI9325_DISP_CTRL4_FMARKOE    (0x1u << 3)\r
-\r
-/** ILI9325_RGB_DISP_INTERFACE_CTRL1 : (Offset: 0x0C) RGB Display\r
- *Interface Control 1 */\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1            (0x0Cu)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM_POS     0\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM_MSK    (0x3u << \\r
-       ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM_POS)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM(value) (( \\r
-               ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM_MSK & \\r
-               ((value) << ILI9325_RGB_DISP_INTERFACE_CTRL1_RIM_POS)))\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_DM0        (0x1u << 4)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_DM1        (0x1u << 5)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_DM_POS      4\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_DM_MSK     (0x3u << \\r
-       ILI9325_RGB_DISP_INTERFACE_CTRL1_DM_POS)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_DM(value)  (( \\r
-               ILI9325_RGB_DISP_INTERFACE_CTRL1_DM_MSK & \\r
-               ((value) << ILI9325_RGB_DISP_INTERFACE_CTRL1_DM_POS)))\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_RM         (0x1u << 8)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC_POS     12\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC_MSK    (0x7u << \\r
-       ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC_POS)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC(value) (( \\r
-               ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC_MSK & \\r
-               ((value) < ILI9325_RGB_DISP_INTERFACE_CTRL1_ENC_POS)))\r
-\r
-/** ILI9325_FRAME_MAKER_POS : (Offset: 0x0D) Frame Maker Position */\r
-#define ILI9325_FRAME_MAKER_POS            (0x0Du)\r
-#define ILI9325_FRAME_MAKER_POS_FMP_POS     0\r
-#define ILI9325_FRAME_MAKER_POS_FMP_MSK    (0x1ffu << \\r
-       ILI9325_FRAME_MAKER_POS_FMP_POS)\r
-#define ILI9325_FRAME_MAKER_POS_FMP(value) ((ILI9325_FRAME_MAKER_POS_FMP_MSK & \\r
-       ((value) << ILI9325_FRAME_MAKER_POS_FMP_POS)))\r
-\r
-/** ILI9325_RGB_DISP_INTERFACE_CTRL2 : (Offset: 0x0F) RGB Display\r
- * Interface Control 2 */\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL2      (0x0Fu)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL2_EPL  (0x1u << 0)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL2_DPL  (0x1u << 1)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL2_HSPL (0x1u << 3)\r
-#define ILI9325_RGB_DISP_INTERFACE_CTRL2_VSPL (0x1u << 4)\r
-\r
-/** ILI9325_POWER_CTRL1 : (Offset: 0x10) Power Control 1 */\r
-#define ILI9325_POWER_CTRL1           (0x10u)\r
-#define ILI9325_POWER_CTRL1_STB       (0x1u << 0)\r
-#define ILI9325_POWER_CTRL1_SLP       (0x1u << 1)\r
-#define ILI9325_POWER_CTRL1_DSTB      (0x1u << 2)\r
-#define ILI9325_POWER_CTRL1_AP_POS     4\r
-#define ILI9325_POWER_CTRL1_AP_MSK    (0x7u << ILI9325_POWER_CTRL1_AP_POS)\r
-#define ILI9325_POWER_CTRL1_AP(value) ((ILI9325_POWER_CTRL1_AP_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL1_AP_POS)))\r
-#define ILI9325_POWER_CTRL1_APE       (0x1u << 7)\r
-#define ILI9325_POWER_CTRL1_BT_POS     8\r
-#define ILI9325_POWER_CTRL1_BT_MSK    (0x7u << ILI9325_POWER_CTRL1_BT_POS)\r
-#define ILI9325_POWER_CTRL1_BT(value) ((ILI9325_POWER_CTRL1_BT_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL1_BT_POS)))\r
-#define ILI9325_POWER_CTRL1_SAP       (0x1u << 12)\r
-\r
-/** ILI9325_POWER_CTRL2 : (Offset: 0x11) Power Control 2 */\r
-#define ILI9325_POWER_CTRL2            (0x11u)\r
-#define ILI9325_POWER_CTRL2_VC_POS      0\r
-#define ILI9325_POWER_CTRL2_VC_MSK     (0x7u << ILI9325_POWER_CTRL2_VC_POS)\r
-#define ILI9325_POWER_CTRL2_VC(value)  ((ILI9325_POWER_CTRL2_VC_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL2_VC_POS)))\r
-#define ILI9325_POWER_CTRL2_DC0_POS     4\r
-#define ILI9325_POWER_CTRL2_DC0_MSK    (0x7u << ILI9325_POWER_CTRL2_DC0_POS)\r
-#define ILI9325_POWER_CTRL2_DC0(value) ((ILI9325_POWER_CTRL2_DC0_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL2_DC0_POS)))\r
-#define ILI9325_POWER_CTRL2_DC1_POS     8\r
-#define ILI9325_POWER_CTRL2_DC1_MSK    (0x7u << ILI9325_POWER_CTRL2_DC1_POS)\r
-#define ILI9325_POWER_CTRL2_DC1(value) ((ILI9325_POWER_CTRL2_DC1_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL2_DC1_POS)))\r
-\r
-/** ILI9325_POWER_CTRL3 : (Offset: 0x12) Power Control 3 */\r
-#define ILI9325_POWER_CTRL3            (0x12u)\r
-#define ILI9325_POWER_CTRL3_VRH_POS     0\r
-#define ILI9325_POWER_CTRL3_VRH_MSK    (0xfu << ILI9325_POWER_CTRL3_VRH_POS)\r
-#define ILI9325_POWER_CTRL3_VRH(value) ((ILI9325_POWER_CTRL3_VRH_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL3_VRH_POS)))\r
-#define ILI9325_POWER_CTRL3_PON        (0x1u << 4)\r
-#define ILI9325_POWER_CTRL3_VCIRE      (0x1u << 7)\r
-\r
-/** ILI9325_POWER_CTRL4 : (Offset: 0x13) Power Control 4 */\r
-#define ILI9325_POWER_CTRL4            (0x13u)\r
-#define ILI9325_POWER_CTRL4_VDV_POS     8\r
-#define ILI9325_POWER_CTRL4_VDV_MSK    (0x1fu << ILI9325_POWER_CTRL4_VDV_POS)\r
-#define ILI9325_POWER_CTRL4_VDV(value) ((ILI9325_POWER_CTRL4_VDV_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL4_VDV_POS)))\r
-\r
-/** ILI9325_HORIZONTAL_GRAM_ADDR_SET : (Offset: 0x20) Horizontal GRAM\r
- * Address Set */\r
-#define ILI9325_HORIZONTAL_GRAM_ADDR_SET           (0x20u)\r
-#define ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD_POS     0\r
-#define ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD_MSK    (0xffu << \\r
-       ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD_POS)\r
-#define ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD(value) (( \\r
-               ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD_MSK & \\r
-               ((value) << ILI9325_HORIZONTAL_GRAM_ADDR_SET_AD_POS)))\r
-\r
-/** ILI9325_VERTICAL_GRAM_ADDR_SET : (Offset: 0x21) Vertical  GRAM\r
- * Address Set */\r
-#define ILI9325_VERTICAL_GRAM_ADDR_SET           (0x21u)\r
-#define ILI9325_VERTICAL_GRAM_ADDR_SET_AD_POS     0\r
-#define ILI9325_VERTICAL_GRAM_ADDR_SET_AD_MSK    (0xffu << \\r
-       ILI9325_VERTICAL_GRAM_ADDR_SET_AD_POS)\r
-#define ILI9325_VERTICAL_GRAM_ADDR_SET_AD(value) (( \\r
-               ILI9325_VERTICAL_GRAM_ADDR_SET_AD_MSK & \\r
-               ((value) << ILI9325_VERTICAL_GRAM_ADDR_SET_AD_POS)))\r
-\r
-/** ILI9325_GRAM_DATA_REG : (Offset: 0x22) GRAM Data Register */\r
-#define ILI9325_GRAM_DATA_REG (0x22u)\r
-\r
-/** ILI9325_POWER_CTRL7 : (Offset: 0x29) Power Control 7 */\r
-#define ILI9325_POWER_CTRL7            (0x29u)\r
-#define ILI9325_POWER_CTRL7_VCM_POS     0\r
-#define ILI9325_POWER_CTRL7_VCM_MSK    (0x3fu << ILI9325_POWER_CTRL7_VCM_POS)\r
-#define ILI9325_POWER_CTRL7_VCM(value) ((ILI9325_POWER_CTRL7_VCM_MSK & \\r
-       ((value) << ILI9325_POWER_CTRL7_VCM_POS)))\r
-\r
-/** ILI9325_FRAME_RATE_AND_COLOR_CTRL : (Offset: 0x2B) Frame Rate and\r
- * Color Control */\r
-#define ILI9325_FRAME_RATE_AND_COLOR_CTRL            (0x2Bu)\r
-#define ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS_POS     0\r
-#define ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS_MSK    (0xfu << \\r
-       ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS_POS)\r
-#define ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS(value) ((        \\r
-               ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS_MSK & \\r
-               ((value) << ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL1 : (Offset: 0x30) Gamma Control 1 */\r
-#define ILI9325_GAMMA_CTL1            (0x30u)\r
-#define ILI9325_GAMMA_CTL1_KP0_POS     0\r
-#define ILI9325_GAMMA_CTL1_KP0_MSK    (0x7u << ILI9325_GAMMA_CTL1_KP0_POS)\r
-#define ILI9325_GAMMA_CTL1_KP0(value) ((ILI9325_GAMMA_CTL1_KP0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL1_KP0_POS)))\r
-#define ILI9325_GAMMA_CTL1_KP1_POS     8\r
-#define ILI9325_GAMMA_CTL1_KP1_MSK    (0x7u << ILI9325_GAMMA_CTL1_KP1_POS)\r
-#define ILI9325_GAMMA_CTL1_KP1(value) ((ILI9325_GAMMA_CTL1_KP1_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL1_KP1_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL2 : (Offset: 0x31) Gamma Control 2 */\r
-#define ILI9325_GAMMA_CTL2            (0x31u)\r
-#define ILI9325_GAMMA_CTL2_KP2_POS     0\r
-#define ILI9325_GAMMA_CTL2_KP2_MSK    (0x7u << ILI9325_GAMMA_CTL2_KP2_POS)\r
-#define ILI9325_GAMMA_CTL2_KP2(value) ((ILI9325_GAMMA_CTL2_KP2_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL2_KP2_POS)))\r
-#define ILI9325_GAMMA_CTL2_KP3_POS     8\r
-#define ILI9325_GAMMA_CTL2_KP3_MSK    (0x7u << ILI9325_GAMMA_CTL2_KP3_POS)\r
-#define ILI9325_GAMMA_CTL2_KP3(value) ((ILI9325_GAMMA_CTL2_KP3_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL2_KP3_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL3 : (Offset: 0x32) Gamma Control 3 */\r
-#define ILI9325_GAMMA_CTL3            (0x32u)\r
-#define ILI9325_GAMMA_CTL3_KP4_POS     0\r
-#define ILI9325_GAMMA_CTL3_KP4_MSK    (0x7u << ILI9325_GAMMA_CTL3_KP4_POS)\r
-#define ILI9325_GAMMA_CTL3_KP4(value) ((ILI9325_GAMMA_CTL3_KP4_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL3_KP4_POS)))\r
-#define ILI9325_GAMMA_CTL3_KP5_POS     8\r
-#define ILI9325_GAMMA_CTL3_KP5_MSK    (0x7u << ILI9325_GAMMA_CTL3_KP5_POS)\r
-#define ILI9325_GAMMA_CTL3_KP5(value) ((ILI9325_GAMMA_CTL3_KP5_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL3_KP5_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL4 : (Offset: 0x35) Gamma Control 4 */\r
-#define ILI9325_GAMMA_CTL4            (0x35u)\r
-#define ILI9325_GAMMA_CTL4_RP0_POS     0\r
-#define ILI9325_GAMMA_CTL4_RP0_MSK    (0x7u << ILI9325_GAMMA_CTL4_RP0_POS)\r
-#define ILI9325_GAMMA_CTL4_RP0(value) ((ILI9325_GAMMA_CTL4_RP0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL4_RP0_POS)))\r
-#define ILI9325_GAMMA_CTL4_RP1_POS     8\r
-#define ILI9325_GAMMA_CTL4_RP1_MSK    (0x7u << ILI9325_GAMMA_CTL4_RP1_POS)\r
-#define ILI9325_GAMMA_CTL4_RP1(value) ((ILI9325_GAMMA_CTL4_RP1_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL4_RP1_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL5 : (Offset: 0x36) Gamma Control 5 */\r
-#define ILI9325_GAMMA_CTL5             (0x36u)\r
-#define ILI9325_GAMMA_CTL5_VRP0_POS     0\r
-#define ILI9325_GAMMA_CTL5_VRP0_MSK    (0xfu << ILI9325_GAMMA_CTL5_VRP0_POS)\r
-#define ILI9325_GAMMA_CTL5_VRP0(value) ((ILI9325_GAMMA_CTL5_VRP0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL5_VRP0_POS)))\r
-#define ILI9325_GAMMA_CTL5_VRP1_POS     8\r
-#define ILI9325_GAMMA_CTL5_VRP1_MSK    (0x1fu << ILI9325_GAMMA_CTL5_VRP1_POS)\r
-#define ILI9325_GAMMA_CTL5_VRP1(value) ((ILI9325_GAMMA_CTL5_VRP1_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL5_VRP1_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL6 : (Offset: 0x37) Gamma Control 6*/\r
-#define ILI9325_GAMMA_CTL6            (0x37u)\r
-#define ILI9325_GAMMA_CTL6_KN0_POS     0\r
-#define ILI9325_GAMMA_CTL6_KN0_MSK    (0x7u << ILI9325_GAMMA_CTL6_KN0_POS)\r
-#define ILI9325_GAMMA_CTL6_KN0(value) ((ILI9325_GAMMA_CTL6_KN0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL6_KN0_POS)))\r
-#define ILI9325_GAMMA_CTL6_KN1_POS     8\r
-#define ILI9325_GAMMA_CTL6_KN1_MSK    (0x7u << ILI9325_GAMMA_CTL6_KN1_POS)\r
-#define ILI9325_GAMMA_CTL6_KN1(value) ((ILI9325_GAMMA_CTL6_KN1_MSK \\r
-       & ((value) << ILI9325_GAMMA_CTL6_KN1_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL7 : (Offset: 0x38) Gamma Control 7*/\r
-#define ILI9325_GAMMA_CTL7            (0x38u)\r
-#define ILI9325_GAMMA_CTL7_KN2_POS     0\r
-#define ILI9325_GAMMA_CTL7_KN2_MSK    (0x7u << ILI9325_GAMMA_CTL7_KN2_POS)\r
-#define ILI9325_GAMMA_CTL7_KN2(value) ((ILI9325_GAMMA_CTL7_KN2_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL7_KN2_POS)))\r
-#define ILI9325_GAMMA_CTL7_KN3_POS     8\r
-#define ILI9325_GAMMA_CTL7_KN3_MSK    (0x7u << ILI9325_GAMMA_CTL7_KN3_POS)\r
-#define ILI9325_GAMMA_CTL7_KN3(value) ((ILI9325_GAMMA_CTL7_KN3_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL7_KN3_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL8 : (Offset: 0x39) Gamma Control 8*/\r
-#define ILI9325_GAMMA_CTL8            (0x39u)\r
-#define ILI9325_GAMMA_CTL8_KN4_POS     0\r
-#define ILI9325_GAMMA_CTL8_KN4_MSK    (0x7u << ILI9325_GAMMA_CTL8_KN4_POS)\r
-#define ILI9325_GAMMA_CTL8_KN4(value) ((ILI9325_GAMMA_CTL8_KN4_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL8_KN4_POS)))\r
-#define ILI9325_GAMMA_CTL8_KN5_POS     8\r
-#define ILI9325_GAMMA_CTL8_KN5_MSK    (0x7u << ILI9325_GAMMA_CTL8_KN5_POS)\r
-#define ILI9325_GAMMA_CTL8_KN5(value) ((ILI9325_GAMMA_CTL8_KN5_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL8_KN5_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL9 : (Offset: 0x3C) Gamma Control 9*/\r
-#define ILI9325_GAMMA_CTL9            (0x3Cu)\r
-#define ILI9325_GAMMA_CTL9_RN0_POS     0\r
-#define ILI9325_GAMMA_CTL9_RN0_MSK    (0x7u << ILI9325_GAMMA_CTL9_RN0_POS)\r
-#define ILI9325_GAMMA_CTL9_RN0(value) ((ILI9325_GAMMA_CTL9_RN0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL9_RN0_POS)))\r
-#define ILI9325_GAMMA_CTL9_RN1_POS     8\r
-#define ILI9325_GAMMA_CTL9_RN1_MSK    (0x7u << ILI9325_GAMMA_CTL9_RN1_POS)\r
-#define ILI9325_GAMMA_CTL9_RN1(value) ((ILI9325_GAMMA_CTL9_RN1_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL9_RN1_POS)))\r
-\r
-/** ILI9325_GAMMA_CTL10 : (Offset: 0x3D) Gamma Control 10*/\r
-#define ILI9325_GAMMA_CTL10             (0x3Du)\r
-#define ILI9325_GAMMA_CTL10_VRN0_POS     0\r
-#define ILI9325_GAMMA_CTL10_VRN0_MSK    (0xfu << ILI9325_GAMMA_CTL10_VRN0_POS)\r
-#define ILI9325_GAMMA_CTL10_VRN0(value) ((ILI9325_GAMMA_CTL10_VRN0_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL10_VRN0_POS)))\r
-#define ILI9325_GAMMA_CTL10_VRN1_POS     8\r
-#define ILI9325_GAMMA_CTL10_VRN1_MSK    (0x1fu << \\r
-       ILI9325_GAMMA_CTL10_VRN1_POS)\r
-#define ILI9325_GAMMA_CTL10_VRN1(value) ((ILI9325_GAMMA_CTL10_VRN1_MSK & \\r
-       ((value) << ILI9325_GAMMA_CTL10_VRN1_POS)))\r
-\r
-/**\r
- * ILI9325_HORIZONTAL_ADDR_START : (Offset: 0x50) Horizontal Address\r
- * Start Position\r
- */\r
-#define ILI9325_HORIZONTAL_ADDR_START            (0x50u)\r
-#define ILI9325_HORIZONTAL_ADDR_START_HSA_POS     0\r
-#define ILI9325_HORIZONTAL_ADDR_START_HSA_MSK    (0xffu << \\r
-       ILI9325_HORIZONTAL_ADDR_START_HSA_POS)\r
-#define ILI9325_HORIZONTAL_ADDR_START_HSA(value) (( \\r
-               ILI9325_HORIZONTAL_ADDR_START_HSA_MSK & \\r
-               ((value) << ILI9325_HORIZONTAL_ADDR_START_HSA_POS)))\r
-\r
-/**\r
- * ILI9325_HORIZONTAL_ADDR_END : (Offset: 0x51) Horizontal Address End\r
- * Position\r
- */\r
-#define ILI9325_HORIZONTAL_ADDR_END            (0x51u)\r
-#define ILI9325_HORIZONTAL_ADDR_END_HEA_POS     0\r
-#define ILI9325_HORIZONTAL_ADDR_END_HEA_MSK    (0xffu << \\r
-       ILI9325_HORIZONTAL_ADDR_END_HEA_POS)\r
-#define ILI9325_HORIZONTAL_ADDR_END_HEA(value) (( \\r
-               ILI9325_HORIZONTAL_ADDR_END_HEA_MSK & \\r
-               ((value) << ILI9325_HORIZONTAL_ADDR_END_HEA_POS)))\r
-\r
-/**\r
- * ILI9325_VERTICAL_ADDR_START : (Offset: 0x52) Vertical Address Start\r
- * Position\r
- */\r
-#define ILI9325_VERTICAL_ADDR_START            (0x52u)\r
-#define ILI9325_VERTICAL_ADDR_START_VSA_POS     0\r
-#define ILI9325_VERTICAL_ADDR_START_VSA_MSK    (0x1ffu << \\r
-       ILI9325_VERTICAL_ADDR_START_VSA_POS)\r
-#define ILI9325_VERTICAL_ADDR_START_VSA(value) (( \\r
-               ILI9325_VERTICAL_ADDR_START_VSA_MSK & \\r
-               ((value) << ILI9325_VERTICAL_ADDR_START_VSA_POS)))\r
-\r
-/**\r
- * ILI9325_VERTICAL_ADDR_END : (Offset: 0x53) Vertical Address End\r
- * Position\r
- */\r
-#define ILI9325_VERTICAL_ADDR_END            (0x53u)\r
-#define ILI9325_VERTICAL_ADDR_END_VEA_POS     0\r
-#define ILI9325_VERTICAL_ADDR_END_VEA_MSK    (0x1ffu <<        \\r
-       ILI9325_VERTICAL_ADDR_END_VEA_POS)\r
-#define ILI9325_VERTICAL_ADDR_END_VEA(value) ((ILI9325_VERTICAL_ADDR_END_VEA_MSK \\r
-       & ((value) << ILI9325_VERTICAL_ADDR_END_VEA_POS)))\r
-\r
-/**\r
- * ILI9325_DRIVER_OUTPUT_CTRL2 : (Offset: 0x60) Driver Output\r
- * Control 2\r
- */\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2            (0x60u)\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_SCN_POS     0\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_SCN_MSK    (0x3fu << \\r
-       ILI9325_DRIVER_OUTPUT_CTRL2_SCN_POS)\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_SCN(value) (( \\r
-               ILI9325_DRIVER_OUTPUT_CTRL2_SCN_MSK & \\r
-               ((value) << ILI9325_DRIVER_OUTPUT_CTRL2_SCN_POS)))\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_NL_POS      8\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_NL_MSK     (0x3fu << \\r
-       ILI9325_DRIVER_OUTPUT_CTRL2_NL_POS)\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_NL(value)  (( \\r
-               ILI9325_DRIVER_OUTPUT_CTRL2_NL_MSK & \\r
-               ((value) << ILI9325_DRIVER_OUTPUT_CTRL2_NL_POS)))\r
-#define ILI9325_DRIVER_OUTPUT_CTRL2_GS         (0x1u << 15)\r
-\r
-/**\r
- * ILI9325_BASE_IMG_DISP_CTRL : (Offset: 0x61) Base Image Display\r
- * Control\r
- */\r
-#define ILI9325_BASE_IMG_DISP_CTRL     (0x61u)\r
-#define ILI9325_BASE_IMG_DISP_CTRL_REV (0x1u << 0)\r
-#define ILI9325_BASE_IMG_DISP_CTRL_VLE (0x1u << 1)\r
-#define ILI9325_BASE_IMG_DISP_CTRL_NDL (0x1u << 2)\r
-\r
-/**\r
- * ILI9325_VERTICAL_SCROLL_CTRL : (Offset: 0x6A) Vertical Scroll\r
- * Control\r
- */\r
-#define ILI9325_VERTICAL_SCROLL_CTRL           (0x6Au)\r
-#define ILI9325_VERTICAL_SCROLL_CTRL_VL_POS     0\r
-#define ILI9325_VERTICAL_SCROLL_CTRL_VL_MSK    (0x1ffu << \\r
-       ILI9325_VERTICAL_SCROLL_CTRL_VL_POS)\r
-#define ILI9325_VERTICAL_SCROLL_CTRL_VL(value) (( \\r
-               ILI9325_VERTICAL_SCROLL_CTRL_VL_MSK & \\r
-               ((value) << ILI9325_VERTICAL_SCROLL_CTRL_VL_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG1_DISP_POS : (Offset: 0x80) Partial Image 1\r
- * Display Position\r
- */\r
-#define ILI9325_PARTIAL_IMG1_DISP_POS              (0x80u)\r
-#define ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0_POS     0\r
-#define ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0_POS)\r
-#define ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0(value) (( \\r
-               ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0_MSK & \\r
-               ((value) << ILI9325_PARTIAL_IMG1_DISP_POS_PTDP0_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG1_AREA_START_LINE : (Offset: 0x81) Partial Image\r
- * 1 Area (Start Line)\r
- */\r
-#define ILI9325_PARTIAL_IMG1_AREA_START_LINE              (0x81u)\r
-#define ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0_POS     0\r
-#define ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0_POS)\r
-#define ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0(value) (( \\r
-               ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0_MSK & \\r
-               ((value) << \\r
-               ILI9325_PARTIAL_IMG1_AREA_START_LINE_PTSA0_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG1_AREA_END_LINE : (Offset: 0x82) Partial Image 1\r
- * Area (End Line)\r
- */\r
-#define ILI9325_PARTIAL_IMG1_AREA_END_LINE              (0x82u)\r
-#define ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0_POS     0\r
-#define ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0_POS)\r
-#define ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0(value) (( \\r
-               ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0_MSK & \\r
-               ((value) << \\r
-               ILI9325_PARTIAL_IMG1_AREA_END_LINE_PTEA0_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG2_DISP_POS : (Offset: 0x83) Partial Image 2\r
- * Display Position\r
- */\r
-#define ILI9325_PARTIAL_IMG2_DISP_POS              (0x83u)\r
-#define ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1_POS     0\r
-#define ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1_POS)\r
-#define ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1(value) (( \\r
-               ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1_MSK & \\r
-               ((value) << ILI9325_PARTIAL_IMG2_DISP_POS_PTDP1_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG2_AREA_START_LINE : (Offset: 0x84) Partial Image\r
- * 2 Area (Start Line)\r
- */\r
-#define ILI9325_PARTIAL_IMG2_AREA_START_LINE              (0x84u)\r
-#define ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1_POS     0\r
-#define ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1_POS)\r
-#define ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1(value) (( \\r
-               ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1_MSK & \\r
-               ((value) << \\r
-               ILI9325_PARTIAL_IMG2_AREA_START_LINE_PTSA1_POS)))\r
-\r
-/**\r
- * ILI9325_PARTIAL_IMG2_AREA_END_LINE : (Offset: 0x85) Partial Image 2\r
- * Area (End Line)\r
- */\r
-#define ILI9325_PARTIAL_IMG2_AREA_END_LINE              (0x85u)\r
-#define ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1_POS     0\r
-#define ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1_MSK    (0x1ffu << \\r
-       ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1_POS)\r
-#define ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1(value) (( \\r
-               ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1_MSK & \\r
-               ((value) << \\r
-               ILI9325_PARTIAL_IMG2_AREA_END_LINE_PTEA1_POS)))\r
-\r
-/**\r
- * ILI9325_PANEL_INTERFACE_CTRL1 : (Offset: 0x90) Panel Interface\r
- * Control 1\r
- */\r
-#define ILI9325_PANEL_INTERFACE_CTRL1             (0x90u)\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_RTNI_POS     0\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_RTNI_MSK    (0x1fu << \\r
-       ILI9325_PANEL_INTERFACE_CTRL1_RTNI_POS)\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_RTNI(value) (( \\r
-               ILI9325_PANEL_INTERFACE_CTRL1_RTNI_MSK & \\r
-               ((value) << ILI9325_PANEL_INTERFACE_CTRL1_RTNI_POS)))\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_DIVI_POS     8\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_DIVI_MSK    (0x3u << \\r
-       ILI9325_PANEL_INTERFACE_CTRL1_DIVI_POS)\r
-#define ILI9325_PANEL_INTERFACE_CTRL1_DIVI(value) (( \\r
-               ILI9325_PANEL_INTERFACE_CTRL1_DIVI_MSK & \\r
-               ((value) << ILI9325_PANEL_INTERFACE_CTRL1_DIVI_POS)))\r
-\r
-/**\r
- * ILI9325_PANEL_INTERFACE_CTRL2 : (Offset: 0x92) Panel Interface\r
- * Control 2\r
- */\r
-#define ILI9325_PANEL_INTERFACE_CTRL2             (0x92u)\r
-#define ILI9325_PANEL_INTERFACE_CTRL2_NOWI_POS     8\r
-#define ILI9325_PANEL_INTERFACE_CTRL2_NOWI_MSK    (0x7u << \\r
-       ILI9325_PANEL_INTERFACE_CTRL2_NOWI_POS)\r
-#define ILI9325_PANEL_INTERFACE_CTRL2_NOWI(value) (( \\r
-               ILI9325_PANEL_INTERFACE_CTRL2_NOWI_MSK & \\r
-               ((value) << ILI9325_PANEL_INTERFACE_CTRL2_NOWI_POS)))\r
-\r
-/**\r
- * ILI9325_PANEL_INTERFACE_CTRL4 : (Offset: 0x95) Panel Interface\r
- * Control 4\r
- */\r
-#define ILI9325_PANEL_INTERFACE_CTRL4             (0x95u)\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_RTNE_POS     0\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_RTNE_MSK    (0x3fu << \\r
-       ILI9325_PANEL_INTERFACE_CTRL4_RTNE_POS)\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_RTNE(value) (( \\r
-               ILI9325_PANEL_INTERFACE_CTRL4_RTNE_MSK & \\r
-               ((value) << ILI9325_PANEL_INTERFACE_CTRL4_RTNE_POS)))\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_DIVE_POS     8\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_DIVE_MSK    (0x3u << \\r
-       ILI9325_PANEL_INTERFACE_CTRL4_DIVE_POS)\r
-#define ILI9325_PANEL_INTERFACE_CTRL4_DIVE(value) (( \\r
-               ILI9325_PANEL_INTERFACE_CTRL4_DIVE_MSK & \\r
-               ((value) << ILI9325_PANEL_INTERFACE_CTRL4_DIVE_POS)))\r
-\r
-/** ILI9325_OTP_VCM_PROG_CTRL : (Offset: 0xA1) OTP VCM Programming Control */\r
-#define ILI9325_OTP_VCM_PROG_CTRL                (0xA1u)\r
-#define ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP_POS     0\r
-#define ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP_MSK    (0x3fu << \\r
-       ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP_POS)\r
-#define ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP(value) (( \\r
-               ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP_MSK & \\r
-               ((value) << ILI9325_OTP_VCM_PROG_CTRL_VCM_OTP_POS)))\r
-#define ILI9325_OTP_VCM_PROG_CTRL_OTP_PGM_EN     (0x1u << 11)\r
-\r
-/** ILI9325_OTP_VCM_STATUS_AND_ENABLE : (Offset: 0xA2) OTP VCM Status\r
- * and Enable   */\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE                (0xA2u)\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_EN         (0x1u << 0)\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D_POS       8\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D_MSK      (0x3fu << \\r
-       ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D_POS)\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D(value)   (( \\r
-               ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D_MSK & ((value) << \\r
-               ILI9325_OTP_VCM_STATUS_AND_ENABLE_VCM_D_POS)))\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT_POS     14\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT_MSK    (0x3u << \\r
-       ILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT_POS)\r
-#define ILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT(value) (( \\r
-               ILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT_MSK & \\r
-               ((value) << \\r
-               IILI9325_OTP_VCM_STATUS_AND_ENABLE_PGM_CNT_POS)))\r
-\r
-/** ILI9325_OTP_PROG_ID_KEY : (Offset: 0xA5) OTP Programming ID Key */\r
-#define ILI9325_OTP_PROG_ID_KEY            (0xA5u)\r
-#define ILI9325_OTP_PROG_ID_KEY_KEY_POS     0\r
-#define ILI9325_OTP_PROG_ID_KEY_KEY_MSK    (0xffffu << \\r
-       ILI9325_OTP_PROG_ID_KEY_KEY_POS)\r
-#define ILI9325_OTP_PROG_ID_KEY_KEY(value) ((ILI9325_OTP_PROG_ID_KEY_KEY_MSK & \\r
-       ((value) << ILI9325_OTP_PROG_ID_KEY_KEY_POS)))\r
-\r
-/** @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/** @endcond */\r
-\r
-#endif /* ILI9325_REGS_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9341_regs.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili9341_regs.h
deleted file mode 100644 (file)
index ccbff80..0000000
+++ /dev/null
@@ -1,245 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief registers definition for ili9341 TFT display component.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ILI9341_REGS_H_INCLUDED\r
-#define ILI9341_REGS_H_INCLUDED\r
-\r
-/** @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/** @endcond */\r
-\r
-/** ili9341 LCD Registers */\r
-\r
-/** Level 1 Commands (from the display Datasheet) */\r
-/** Nop operation*/\r
-#define ILI9341_CMD_NOP                             0x00\r
-/** Software reset*/\r
-#define ILI9341_CMD_SOFTWARE_RESET                  0x01\r
-/** Read Display Identification information*/\r
-#define ILI9341_CMD_READ_DISP_ID                    0x04\r
-/** Read display status*/\r
-#define ILI9341_CMD_READ_DISP_STATUS                0x09\r
-/** Read display power mode*/\r
-#define ILI9341_CMD_READ_DISP_POWER_MODE            0x0A\r
-/** Read display MADCTL*/\r
-#define ILI9341_CMD_READ_DISP_MADCTRL               0x0B\r
-/** Read display pixel format*/\r
-#define ILI9341_CMD_READ_DISP_PIXEL_FORMAT          0x0C\r
-/** Read display image format*/\r
-#define ILI9341_CMD_READ_DISP_IMAGE_FORMAT          0x0D\r
-/** Read display signal mode*/\r
-#define ILI9341_CMD_READ_DISP_SIGNAL_MODE           0x0E\r
-/** read display self-diagnostic resutl*/\r
-#define ILI9341_CMD_READ_DISP_SELF_DIAGNOSTIC       0x0F\r
-/** Enter sleep mode*/\r
-#define ILI9341_CMD_ENTER_SLEEP_MODE                0x10\r
-/** Sleep out*/\r
-#define ILI9341_CMD_SLEEP_OUT                       0x11\r
-/** Partial mode on*/\r
-#define ILI9341_CMD_PARTIAL_MODE_ON                 0x12\r
-/** Normal display mode on*/\r
-#define ILI9341_CMD_NORMAL_DISP_MODE_ON             0x13\r
-/** Display inversion off*/\r
-#define ILI9341_CMD_DISP_INVERSION_OFF              0x20\r
-/** Display inversion on*/\r
-#define ILI9341_CMD_DISP_INVERSION_ON               0x21\r
-/** Gamma set*/\r
-#define ILI9341_CMD_GAMMA_SET                       0x26\r
-/** Display off*/\r
-#define ILI9341_CMD_DISPLAY_OFF                     0x28\r
-/** Display on*/\r
-#define ILI9341_CMD_DISPLAY_ON                      0x29\r
-/** Column address set*/\r
-#define ILI9341_CMD_COLUMN_ADDRESS_SET              0x2A\r
-/** Page address set*/\r
-#define ILI9341_CMD_PAGE_ADDRESS_SET                0x2B\r
-/** Memory write*/\r
-#define ILI9341_CMD_MEMORY_WRITE                    0x2C\r
-/** Color set*/\r
-#define ILI9341_CMD_COLOR_SET                       0x2D\r
-/** Memory read*/\r
-#define ILI9341_CMD_MEMORY_READ                     0x2E\r
-/** Partial area*/\r
-#define ILI9341_CMD_PARTIAL_AREA                    0x30\r
-/** Vertical scrolling definition*/\r
-#define ILI9341_CMD_VERT_SCROLL_DEFINITION          0x33\r
-/** Tearing effect line off*/\r
-#define ILI9341_CMD_TEARING_EFFECT_LINE_OFF         0x34\r
-/** Tearing effect line on*/\r
-#define ILI9341_CMD_TEARING_EFFECT_LINE_ON          0x35\r
-\r
-/** Memory Access control*/\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL           0x36\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_MY        (0x1u << 7)\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_MX        (0x1u << 6)\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_MV        (0x1u << 5)\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_ML        (0x1u << 4)\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_BGR       (0x1u << 3)\r
-#define ILI9341_CMD_MEMORY_ACCESS_CONTROL_MH        (0x1u << 2)\r
-\r
-/** Vetical scrolling start address*/\r
-#define ILI9341_CMD_VERT_SCROLL_START_ADDRESS       0x37\r
-/** Idle mode off*/\r
-#define ILI9341_CMD_IDLE_MODE_OFF                   0x38\r
-/** Idle mode on*/\r
-#define ILI9341_CMD_IDLE_MODE_ON                    0x39\r
-/** Pixel Format set*/\r
-#define ILI9341_CMD_PIXEL_FORMAT_SET                0x3A\r
-/** write memory continue*/\r
-#define ILI9341_CMD_WRITE_MEMORY_CONTINUE           0x3C\r
-/** Read memory continue*/\r
-#define ILI9341_CMD_READ_MEMORY_CONTINUE            0x3E\r
-/** set tear scanline*/\r
-#define ILI9341_CMD_SET_TEAR_SCANLINE               0x44\r
-/** get scanline*/\r
-#define ILI9341_CMD_GET_SCANLINE                    0x45\r
-/** write display brightness*/\r
-#define ILI9341_CMD_WRITE_DISPLAY_BRIGHTNESS        0x51\r
-/** read display brightness*/\r
-#define ILI9341_CMD_READ_DISPLAY_BRIGHTNESS         0x52\r
-/** write control display*/\r
-#define ILI9341_CMD_WRITE_CTRL_DISPLAY              0x53\r
-/** read control display*/\r
-#define ILI9341_CMD_READ_CTRL_DISPLAY               0x54\r
-/** write content adaptive brightness control*/\r
-#define ILI9341_CMD_WRITE_CONTENT_ADAPT_BRIGHTNESS  0x55\r
-/** read content adaptive brightness control*/\r
-#define ILI9341_CMD_READ_CONTENT_ADAPT_BRIGHTNESS   0x56\r
-/** write CABC minimum brightness*/\r
-#define ILI9341_CMD_WRITE_MIN_CAB_LEVEL             0x5E\r
-/** read CABC minimum brightness*/\r
-#define ILI9341_CMD_READ_MIN_CAB_LEVEL              0x5F\r
-/** Read ID1*/\r
-#define ILI9341_CMD_READ_ID1                        0xDA\r
-/** Read ID2*/\r
-#define ILI9341_CMD_READ_ID2                        0xDB\r
-/** Read ID3*/\r
-#define ILI9341_CMD_READ_ID3                        0xDC\r
-\r
-/** Level 2 Commands (from the display Datasheet) */\r
-/** RGB interface signal control*/\r
-#define ILI9341_CMD_RGB_SIGNAL_CONTROL              0xB0\r
-/** frame control*/\r
-#define ILI9341_CMD_FRAME_RATE_CONTROL_NORMAL       0xB1\r
-/** frame control in idle mode*/\r
-#define ILI9341_CMD_FRAME_RATE_CONTROL_IDLE_8COLOR  0xB2\r
-/** frame control in partial mode*/\r
-#define ILI9341_CMD_FRAME_RATE_CONTROL_PARTIAL      0xB3\r
-/** display inversion control*/\r
-#define ILI9341_CMD_DISPLAY_INVERSION_CONTROL       0xB4\r
-/** blanking porch control*/\r
-#define ILI9341_CMD_BLANKING_PORCH_CONTROL          0xB5\r
-/** display function control*/\r
-#define ILI9341_CMD_DISPLAY_FUNCTION_CTL            0xB6\r
-#define ILI9341_DISP_FUNC_CTL_REV                   (0x1u << 7)\r
-#define ILI9341_DISP_FUNC_CTL_GS                    (0x1u << 6)\r
-#define ILI9341_DISP_FUNC_CTL_SS                    (0x1u << 5)\r
-#define ILI9341_DISP_FUNC_CTL_SM                    (0x1u << 4)\r
-#define ILI9341_DISP_FUNC_CTL_ISC_POS               0\r
-#define ILI9341_DISP_FUNC_CTL_ISC_MSK               (0x0F << 0)\r
-#define ILI9341_DISP_FUNC_CTL_ISC(value) \\r
-       (ILI9341_DISP_FUNC_CTL_ISC_MSK & \\r
-       (value << ILI9341_DISP_FUNC_CTL_ISC_POS))\r
-\r
-/** entry mode set*/\r
-#define ILI9341_CMD_ENTRY_MODE_SET                  0xB7\r
-/** backlight control1*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_1             0xB8\r
-/** backlight control2*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_2             0xB9\r
-/** backlight control3*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_3             0xBA\r
-/** backlight control 4*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_4             0xBB\r
-/** backlight control 5*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_5             0xBC\r
-/** backlight control 7*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_7             0xBE\r
-/** backlight control 8*/\r
-#define ILI9341_CMD_BACKLIGHT_CONTROL_8             0xBF\r
-/** power control 1*/\r
-#define ILI9341_CMD_POWER_CONTROL_1                 0xC0\r
-/** power control 2*/\r
-#define ILI9341_CMD_POWER_CONTROL_2                 0xC1\r
-/** VCOM control 1*/\r
-#define ILI9341_CMD_VCOM_CONTROL_1                  0xC5\r
-/** VCOM control 2*/\r
-#define ILI9341_CMD_VCOM_CONTROL_2                  0xC7\r
-/** Power control A*/\r
-#define ILI9341_CMD_POWER_CONTROL_A                 0xCB\r
-/** Power control B*/\r
-#define ILI9341_CMD_POWER_CONTROL_B                 0xCF\r
-/** NV memory write*/\r
-#define ILI9341_CMD_NVMEM_WRITE                     0xD0\r
-/** NV memory protection key*/\r
-#define ILI9341_CMD_NVMEM_PROTECTION_KEY            0xD1\r
-/** NV memory status read*/\r
-#define ILI9341_CMD_NVMEM_STATUS_READ               0xD2\r
-/** Read ID4*/\r
-#define ILI9341_CMD_READ_ID4                        0xD3\r
-/** positive gamma correction*/\r
-#define ILI9341_CMD_POSITIVE_GAMMA_CORRECTION       0xE0\r
-/** negative gamma correction*/\r
-#define ILI9341_CMD_NEGATIVE_GAMMA_CORRECTION       0xE1\r
-/** digital gamma control 1*/\r
-#define ILI9341_CMD_DIGITAL_GAMMA_CONTROL_1         0xE2\r
-/** digital gamma control 2*/\r
-#define ILI9341_CMD_DIGITAL_GAMMA_CONTROL_2         0xE3\r
-/** driver timing control A*/\r
-#define ILI9341_CMD_DRIVER_TIMING_CTL_A             0xE8\r
-/** driver timing control B*/\r
-#define ILI9341_CMD_DRIVER_TIMING_CTL_B             0xEA\r
-/** power-on sequence control*/\r
-#define ILI9341_CMD_POWER_ON_SEQUENCE_CONTROL       0xED\r
-/** enable 3g gamma control*/\r
-#define ILI9341_CMD_ENABLE_3_GAMMA_CONTROL          0xF2\r
-/** Interface control*/\r
-#define ILI9341_CMD_INTERFACE_CONTROL               0xF6\r
-/** pump ration control*/\r
-#define ILI9341_CMD_PUMP_RATIO_CONTROL              0xF7\r
-\r
-#endif /* ILI9341_REGS_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.c
deleted file mode 100644 (file)
index fb52948..0000000
+++ /dev/null
@@ -1,1851 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief API driver for ILI93XX TFT display component.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-/**\r
- * \defgroup ili93xx_display_group Display - ILI93XX Controller\r
- *\r
- * Low-level driver for the ILI93XX LCD controller. This driver provides access\r
- * to the main features of the ILI93XX controller.\r
- * Now ILI9325 and ILI9341 are supported.\r
- *\r
- * \{\r
- */\r
-\r
-#include <string.h>\r
-#include <stdio.h>\r
-#include <assert.h>\r
-#include <stdlib.h>\r
-#include "ili93xx.h"\r
-#include "ili9341_regs.h"\r
-#include "ili9325_regs.h"\r
-\r
-/** Device type*/\r
-static uint8_t g_uc_device_type = 0;\r
-\r
-/** Pixel cache used to speed up communication */\r
-#define LCD_DATA_CACHE_SIZE ILI93XX_LCD_WIDTH\r
-\r
-/** LCD X-axis and Y-axis length */\r
-static uint32_t g_ul_lcd_x_length = ILI93XX_LCD_WIDTH;\r
-static uint32_t g_ul_lcd_y_length = ILI93XX_LCD_HEIGHT;\r
-\r
-static ili93xx_color_t g_ul_pixel_cache[LCD_DATA_CACHE_SIZE];\r
-\r
-static volatile ili93xx_coord_t limit_start_x, limit_start_y;\r
-static volatile ili93xx_coord_t limit_end_x, limit_end_y;\r
-\r
-/** Global variable describing the font size used by the driver */\r
-const struct ili93xx_font gfont = {10, 14};\r
-\r
-/**\r
- * Character set table for font 10x14\r
- * Coding format:\r
- * Char height is 14 bits, which is coded using 2 bytes per column\r
- * (2 unused bits).\r
- * Char width is 10 bits.\r
- */\r
-const uint8_t p_uc_charset10x14[] = {\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xCC,\r
-       0xFF, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0xF0, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x0C, 0xC0, 0x0C, 0xC0, 0xFF, 0xFC, 0xFF, 0xFC, 0x0C, 0xC0,\r
-       0x0C, 0xC0, 0xFF, 0xFC, 0xFF, 0xFC, 0x0C, 0xC0, 0x0C, 0xC0,\r
-       0x0C, 0x60, 0x1E, 0x70, 0x3F, 0x30, 0x33, 0x30, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0x33, 0x30, 0x33, 0xF0, 0x39, 0xE0, 0x18, 0xC0,\r
-       0x60, 0x00, 0xF0, 0x0C, 0xF0, 0x3C, 0x60, 0xF0, 0x03, 0xC0,\r
-       0x0F, 0x00, 0x3C, 0x18, 0xF0, 0x3C, 0xC0, 0x3C, 0x00, 0x18,\r
-       0x3C, 0xF0, 0x7F, 0xF8, 0xC3, 0x1C, 0xC7, 0x8C, 0xCF, 0xCC,\r
-       0xDC, 0xEC, 0x78, 0x78, 0x30, 0x30, 0x00, 0xFC, 0x00, 0xCC,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0xEC, 0x00,\r
-       0xF8, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x0F, 0xC0, 0x3F, 0xF0, 0x78, 0x78,\r
-       0x60, 0x18, 0xC0, 0x0C, 0xC0, 0x0C, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0xC0, 0x0C, 0xC0, 0x0C, 0x60, 0x18,\r
-       0x78, 0x78, 0x3F, 0xF0, 0x0F, 0xC0, 0x00, 0x00, 0x00, 0x00,\r
-       0x0C, 0x60, 0x0E, 0xE0, 0x07, 0xC0, 0x03, 0x80, 0x3F, 0xF8,\r
-       0x3F, 0xF8, 0x03, 0x80, 0x07, 0xC0, 0x0E, 0xE0, 0x0C, 0x60,\r
-       0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x3F, 0xF0,\r
-       0x3F, 0xF0, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00,\r
-       0x00, 0x44, 0x00, 0xEC, 0x00, 0xF8, 0x00, 0x70, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00,\r
-       0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00,\r
-       0x00, 0x18, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x18, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x0C, 0x00, 0x3C, 0x00, 0xF0, 0x03, 0xC0,\r
-       0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x00, 0xC0, 0x00, 0x00, 0x00,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE0, 0xFC, 0xC1, 0xCC, 0xC3, 0x8C,\r
-       0xC7, 0x0C, 0xCE, 0x0C, 0xFC, 0x1C, 0x7F, 0xF8, 0x3F, 0xF0,\r
-       0x00, 0x00, 0x00, 0x00, 0x30, 0x0C, 0x70, 0x0C, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00,\r
-       0x30, 0x0C, 0x70, 0x1C, 0xE0, 0x3C, 0xC0, 0x7C, 0xC0, 0xEC,\r
-       0xC1, 0xCC, 0xC3, 0x8C, 0xE7, 0x0C, 0x7E, 0x0C, 0x3C, 0x0C,\r
-       0x30, 0x30, 0x70, 0x38, 0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xE3, 0x1C, 0x7F, 0xF8, 0x3C, 0xF0,\r
-       0x03, 0xC0, 0x07, 0xC0, 0x0E, 0xC0, 0x1C, 0xC0, 0x38, 0xC0,\r
-       0x70, 0xC0, 0xFF, 0xFC, 0xFF, 0xFC, 0x00, 0xC0, 0x00, 0xC0,\r
-       0xFC, 0x30, 0xFC, 0x38, 0xCC, 0x1C, 0xCC, 0x0C, 0xCC, 0x0C,\r
-       0xCC, 0x0C, 0xCC, 0x0C, 0xCE, 0x1C, 0xC7, 0xF8, 0xC3, 0xF0,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE3, 0x1C, 0xC3, 0x0C, 0xC3, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xE3, 0x9C, 0x71, 0xF8, 0x30, 0xF0,\r
-       0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC3, 0xFC,\r
-       0xC7, 0xFC, 0xCE, 0x00, 0xDC, 0x00, 0xF8, 0x00, 0xF0, 0x00,\r
-       0x3C, 0xF0, 0x7F, 0xF8, 0xE7, 0x9C, 0xC3, 0x0C, 0xC3, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xE7, 0x9C, 0x7F, 0xF8, 0x3C, 0xF0,\r
-       0x3C, 0x00, 0x7E, 0x00, 0xE7, 0x0C, 0xC3, 0x0C, 0xC3, 0x1C,\r
-       0xC3, 0x38, 0xC3, 0x70, 0xE7, 0xE0, 0x7F, 0xC0, 0x3F, 0x80,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x60, 0x3C, 0xF0,\r
-       0x3C, 0xF0, 0x18, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x44, 0x3C, 0xEC,\r
-       0x3C, 0xF8, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x03, 0x00, 0x07, 0x80, 0x0F, 0xC0, 0x1C, 0xE0,\r
-       0x38, 0x70, 0x70, 0x38, 0xE0, 0x1C, 0xC0, 0x0C, 0x00, 0x00,\r
-       0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0,\r
-       0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0,\r
-       0x00, 0x00, 0xC0, 0x0C, 0xE0, 0x1C, 0x70, 0x38, 0x38, 0x70,\r
-       0x1C, 0xE0, 0x0F, 0xC0, 0x07, 0x80, 0x03, 0x00, 0x00, 0x00,\r
-       0x30, 0x00, 0x70, 0x00, 0xE0, 0x00, 0xC0, 0x00, 0xC1, 0xEC,\r
-       0xC3, 0xEC, 0xC3, 0x00, 0xE6, 0x00, 0x7E, 0x00, 0x3C, 0x00,\r
-       0x30, 0xF0, 0x71, 0xF8, 0xE3, 0x9C, 0xC3, 0x0C, 0xC3, 0xFC,\r
-       0xC3, 0xFC, 0xC0, 0x0C, 0xE0, 0x1C, 0x7F, 0xF8, 0x3F, 0xF0,\r
-       0x3F, 0xFC, 0x7F, 0xFC, 0xE0, 0xC0, 0xC0, 0xC0, 0xC0, 0xC0,\r
-       0xC0, 0xC0, 0xC0, 0xC0, 0xE0, 0xC0, 0x7F, 0xFC, 0x3F, 0xFC,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC3, 0x0C, 0xC3, 0x0C, 0xC3, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xE7, 0x9C, 0x7F, 0xF8, 0x3C, 0xF0,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC0, 0x0C, 0xC0, 0x0C, 0xE0, 0x1C, 0x70, 0x38, 0x30, 0x30,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC0, 0x0C, 0xC0, 0x0C, 0xE0, 0x1C, 0x7F, 0xF8, 0x3F, 0xF0,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC3, 0x0C, 0xC3, 0x0C, 0xC3, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xC3, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC3, 0x00, 0xC3, 0x00, 0xC3, 0x00,\r
-       0xC3, 0x00, 0xC3, 0x00, 0xC3, 0x00, 0xC0, 0x00, 0xC0, 0x00,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xE3, 0x1C, 0x73, 0xF8, 0x33, 0xF0,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00,\r
-       0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0xFF, 0xFC, 0xFF, 0xFC,\r
-       0x00, 0x00, 0x00, 0x00, 0xC0, 0x0C, 0xC0, 0x0C, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0xC0, 0x0C, 0xC0, 0x0C, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x30, 0x00, 0x38, 0xC0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC0, 0x1C, 0xFF, 0xF8, 0xFF, 0xF0, 0xC0, 0x00, 0xC0, 0x00,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x07, 0x80, 0x07, 0x80, 0x0F, 0xC0,\r
-       0x1C, 0xE0, 0x38, 0x70, 0x70, 0x38, 0xE0, 0x1C, 0xC0, 0x0C,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x70, 0x00, 0x38, 0x00, 0x1F, 0x00,\r
-       0x1F, 0x00, 0x38, 0x00, 0x70, 0x00, 0xFF, 0xFC, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x1C, 0x00, 0x0E, 0x00, 0x07, 0x00,\r
-       0x03, 0x80, 0x01, 0xC0, 0x00, 0xE0, 0xFF, 0xFC, 0xFF, 0xFC,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xC0, 0x0C, 0xC0, 0x0C, 0xE0, 0x1C, 0x7F, 0xF8, 0x3F, 0xF0,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC3, 0x00, 0xC3, 0x00, 0xC3, 0x00,\r
-       0xC3, 0x00, 0xC3, 0x00, 0xE7, 0x00, 0x7E, 0x00, 0x3C, 0x00,\r
-       0x3F, 0xF0, 0x7F, 0xF8, 0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0xCC,\r
-       0xC0, 0xEC, 0xC0, 0x7C, 0xE0, 0x38, 0x7F, 0xFC, 0x3F, 0xEC,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xC3, 0x00, 0xC3, 0x80, 0xC3, 0x80,\r
-       0xC3, 0xC0, 0xC3, 0xC0, 0xE7, 0x70, 0x7E, 0x3C, 0x3C, 0x1C,\r
-       0x3C, 0x18, 0x7E, 0x1C, 0xE7, 0x0C, 0xC3, 0x0C, 0xC3, 0x0C,\r
-       0xC3, 0x0C, 0xC3, 0x0C, 0xC3, 0x9C, 0xE1, 0xF8, 0x60, 0xF0,\r
-       0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00,\r
-       0xFF, 0xF0, 0xFF, 0xF8, 0x00, 0x1C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0x00, 0x0C, 0x00, 0x0C, 0x00, 0x1C, 0xFF, 0xF8, 0xFF, 0xF0,\r
-       0xFF, 0xC0, 0xFF, 0xE0, 0x00, 0x70, 0x00, 0x38, 0x00, 0x1C,\r
-       0x00, 0x1C, 0x00, 0x38, 0x00, 0x70, 0xFF, 0xE0, 0xFF, 0xC0,\r
-       0xFF, 0xF0, 0xFF, 0xF8, 0x00, 0x1C, 0x00, 0x3C, 0x00, 0xF8,\r
-       0x00, 0xF8, 0x00, 0x3C, 0x00, 0x1C, 0xFF, 0xF8, 0xFF, 0xF0,\r
-       0xF0, 0x3C, 0xF8, 0x7C, 0x1C, 0xE0, 0x0F, 0xC0, 0x07, 0x80,\r
-       0x07, 0x80, 0x0F, 0xC0, 0x1C, 0xE0, 0xF8, 0x7C, 0xF0, 0x3C,\r
-       0xFC, 0x00, 0xFE, 0x00, 0x07, 0x00, 0x03, 0x80, 0x01, 0xFC,\r
-       0x01, 0xFC, 0x03, 0x80, 0x07, 0x00, 0xFE, 0x00, 0xFC, 0x00,\r
-       0xC0, 0x3C, 0xC0, 0x7C, 0xC0, 0xEC, 0xC1, 0xCC, 0xC3, 0x8C,\r
-       0xC7, 0x0C, 0xCE, 0x0C, 0xDC, 0x0C, 0xF8, 0x0C, 0xF0, 0x0C,\r
-       0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0xFF, 0xFC, 0xC0, 0x0C,\r
-       0xC0, 0x0C, 0xC0, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x30, 0x00, 0x30, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x03, 0x00,\r
-       0x03, 0x00, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0x30, 0x00, 0x30,\r
-       0x00, 0x00, 0x00, 0x00, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x0C, 0x00, 0x1C, 0x00, 0x38, 0x00, 0x70, 0x00, 0xE0, 0x00,\r
-       0xE0, 0x00, 0x70, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x0C, 0x00,\r
-       0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0xE0, 0x00, 0x70, 0x00,\r
-       0x38, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x30, 0x06, 0x78, 0x0E, 0xFC, 0x0C, 0xCC, 0x0C, 0xCC,\r
-       0x0C, 0xCC, 0x0C, 0xCC, 0x0E, 0xCC, 0x07, 0xFC, 0x03, 0xF8,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x03, 0x0C, 0x03, 0x0C, 0x03, 0x0C,\r
-       0x03, 0x0C, 0x03, 0x0C, 0x03, 0x9C, 0x01, 0xF8, 0x00, 0xF0,\r
-       0x03, 0xF0, 0x07, 0xF8, 0x0E, 0x1C, 0x0C, 0x0C, 0x0C, 0x0C,\r
-       0x0C, 0x0C, 0x0C, 0x0C, 0x0E, 0x1C, 0x07, 0x38, 0x03, 0x30,\r
-       0x00, 0xF0, 0x01, 0xF8, 0x03, 0x9C, 0x03, 0x0C, 0x03, 0x0C,\r
-       0x03, 0x0C, 0x03, 0x0C, 0x03, 0x0C, 0xFF, 0xFC, 0xFF, 0xFC,\r
-       0x03, 0xF0, 0x07, 0xF8, 0x0E, 0xDC, 0x0C, 0xCC, 0x0C, 0xCC,\r
-       0x0C, 0xCC, 0x0C, 0xCC, 0x0E, 0xDC, 0x07, 0xD8, 0x03, 0x90,\r
-       0x00, 0x00, 0x03, 0x00, 0x3F, 0xFC, 0x7F, 0xFC, 0xE3, 0x00,\r
-       0xE3, 0x00, 0x70, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x03, 0x18, 0x07, 0x9C, 0x0F, 0xCC, 0x0C, 0xCC, 0x0C, 0xCC,\r
-       0x0C, 0xCC, 0x0C, 0xCC, 0x0C, 0xDC, 0x0F, 0xF8, 0x07, 0xF0,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00,\r
-       0x03, 0x00, 0x03, 0x80, 0x01, 0xFC, 0x00, 0xFC, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0xFC,\r
-       0x1B, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x30, 0x00, 0x38, 0x00, 0x1C, 0x00, 0x0C,\r
-       0x00, 0x0C, 0x00, 0x1C, 0xCF, 0xF8, 0xCF, 0xF0, 0x00, 0x00,\r
-       0x00, 0x00, 0xFF, 0xFC, 0xFF, 0xFC, 0x00, 0xE0, 0x01, 0xE0,\r
-       0x03, 0xF0, 0x07, 0x38, 0x0E, 0x1C, 0x0C, 0x0C, 0x00, 0x00,\r
-       0x00, 0x00, 0x00, 0x00, 0xC0, 0x0C, 0xC0, 0x0C, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00,\r
-       0x0F, 0xFC, 0x0F, 0xFC, 0x0E, 0x00, 0x07, 0x00, 0x03, 0xC0,\r
-       0x03, 0xC0, 0x07, 0x00, 0x0E, 0x00, 0x0F, 0xFC, 0x0F, 0xFC,\r
-       0x0F, 0xFC, 0x0F, 0xFC, 0x03, 0x00, 0x07, 0x00, 0x0E, 0x00,\r
-       0x0C, 0x00, 0x0C, 0x00, 0x0E, 0x00, 0x07, 0xFC, 0x03, 0xFC,\r
-       0x03, 0xF0, 0x07, 0xF8, 0x0E, 0x1C, 0x0C, 0x0C, 0x0C, 0x0C,\r
-       0x0C, 0x0C, 0x0C, 0x0C, 0x0E, 0x1C, 0x07, 0xF8, 0x03, 0xF0,\r
-       0x0F, 0xFC, 0x0F, 0xFC, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0,\r
-       0x0C, 0xC0, 0x0C, 0xC0, 0x0F, 0xC0, 0x07, 0x80, 0x03, 0x00,\r
-       0x03, 0x00, 0x07, 0x80, 0x0F, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0,\r
-       0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0F, 0xFC, 0x0F, 0xFC,\r
-       0x0F, 0xFC, 0x0F, 0xFC, 0x03, 0x80, 0x07, 0x00, 0x0E, 0x00,\r
-       0x0C, 0x00, 0x0C, 0x00, 0x0E, 0x00, 0x07, 0x00, 0x03, 0x00,\r
-       0x03, 0x18, 0x07, 0x9C, 0x0F, 0xCC, 0x0C, 0xCC, 0x0C, 0xCC,\r
-       0x0C, 0xCC, 0x0C, 0xCC, 0x0C, 0xFC, 0x0E, 0x78, 0x06, 0x30,\r
-       0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0xFF, 0xF0, 0xFF, 0xF8,\r
-       0x0C, 0x1C, 0x0C, 0x1C, 0x0C, 0x38, 0x0C, 0x30, 0x00, 0x00,\r
-       0x0F, 0xF0, 0x0F, 0xF8, 0x00, 0x1C, 0x00, 0x0C, 0x00, 0x0C,\r
-       0x00, 0x0C, 0x00, 0x0C, 0x00, 0x1C, 0x0F, 0xF8, 0x0F, 0xF0,\r
-       0x0F, 0xC0, 0x0F, 0xE0, 0x00, 0x70, 0x00, 0x38, 0x00, 0x1C,\r
-       0x00, 0x1C, 0x00, 0x38, 0x00, 0x70, 0x0F, 0xE0, 0x0F, 0xC0,\r
-       0x0F, 0xF0, 0x0F, 0xF8, 0x00, 0x1C, 0x00, 0x1C, 0x00, 0xF8,\r
-       0x00, 0xF8, 0x00, 0x1C, 0x00, 0x1C, 0x0F, 0xF8, 0x0F, 0xF0,\r
-       0x0C, 0x0C, 0x0E, 0x1C, 0x07, 0x38, 0x03, 0xF0, 0x01, 0xE0,\r
-       0x01, 0xE0, 0x03, 0xF0, 0x07, 0x38, 0x0E, 0x1C, 0x0C, 0x0C,\r
-       0x0C, 0x00, 0x0E, 0x00, 0x07, 0x0C, 0x03, 0x9C, 0x01, 0xF8,\r
-       0x01, 0xF0, 0x03, 0x80, 0x07, 0x00, 0x0E, 0x00, 0x0C, 0x00,\r
-       0x0C, 0x0C, 0x0C, 0x1C, 0x0C, 0x3C, 0x0C, 0x7C, 0x0C, 0xEC,\r
-       0x0D, 0xCC, 0x0F, 0x8C, 0x0F, 0x0C, 0x0E, 0x0C, 0x0C, 0x0C,\r
-       0x00, 0x00, 0x03, 0x00, 0x07, 0x80, 0x3F, 0xF0, 0x7C, 0xF8,\r
-       0xE0, 0x1C, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0x00, 0x00,\r
-       0x03, 0x0C, 0x03, 0x0C, 0x3F, 0xFC, 0x7F, 0xFC, 0xE3, 0x0C,\r
-       0xC3, 0x0C, 0xC0, 0x0C, 0xE0, 0x0C, 0x70, 0x0C, 0x30, 0x0C,\r
-       0x00, 0x00, 0xC0, 0x0C, 0xC0, 0x0C, 0xC0, 0x0C, 0xE0, 0x1C,\r
-       0x7C, 0xF8, 0x3F, 0xF0, 0x07, 0x80, 0x03, 0x00, 0x00, 0x00,\r
-       0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00,\r
-       0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00, 0xC0, 0x00,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC,\r
-       0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC, 0xFF, 0xFC\r
-};\r
-\r
-/**\r
- * \brief Prepare to write GRAM data for ili93xx.\r
- */\r
-static void ili93xx_write_ram_prepare(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Write Data to GRAM (R22h) */\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** memory write command (R2Ch)*/\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Write data to LCD GRAM.\r
- *\r
- * \param ul_color 24-bits RGB color.\r
- */\r
-static void ili93xx_write_ram(ili93xx_color_t ul_color)\r
-{\r
-       LCD_WD((ul_color >> 16) & 0xFF);\r
-       LCD_WD((ul_color >> 8) & 0xFF);\r
-       LCD_WD(ul_color & 0xFF);\r
-}\r
-\r
-/**\r
- * \brief Write multiple data in buffer to LCD controller for ili93xx.\r
- *\r
- * \param p_ul_buf data buffer.\r
- * \param ul_size size in pixels.\r
- */\r
-static void ili93xx_write_ram_buffer(const ili93xx_color_t *p_ul_buf,\r
-               uint32_t ul_size)\r
-{\r
-       uint32_t ul_addr;\r
-       for (ul_addr = 0; ul_addr < (ul_size - ul_size % 8); ul_addr += 8) {\r
-               ili93xx_write_ram(p_ul_buf[ul_addr]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 1]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 2]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 3]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 4]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 5]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 6]);\r
-               ili93xx_write_ram(p_ul_buf[ul_addr + 7]);\r
-       }\r
-       for (; ul_addr < ul_size; ul_addr++) {\r
-               ili93xx_write_ram(p_ul_buf[ul_addr]);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Write a word (16bits)to LCD Register.\r
- *\r
- * \param uc_reg register address.\r
- * \param us_data data to be written.\r
- */\r
-static void ili93xx_write_register_word(uint8_t uc_reg, uint16_t us_data)\r
-{\r
-       LCD_IR(0);\r
-       LCD_IR(uc_reg);\r
-       LCD_WD((us_data >> 8) & 0xFF);\r
-       LCD_WD(us_data & 0xFF);\r
-}\r
-\r
-/**\r
- * \brief Write data to LCD Register for ili93xx.\r
- *\r
- * \param uc_reg register address.\r
- * \param us_data data to be written.\r
- */\r
-static void ili93xx_write_register(uint8_t uc_reg, uint8_t *p_data,\r
-               uint8_t uc_datacnt)\r
-{\r
-uint8_t i;\r
-\r
-       LCD_IR(0);\r
-       LCD_IR(uc_reg);\r
-       for (i = 0; i < uc_datacnt; i++) {\r
-               LCD_WD(p_data[i]);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Prepare to read GRAM data for ili93xx.\r
- */\r
-static void ili93xx_read_ram_prepare(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               LCD_IR(0);\r
-               /** Write Data to GRAM (R22h) */\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               LCD_IR(0);\r
-               /** Write Data to GRAM (R2Eh) */\r
-               LCD_IR(ILI9341_CMD_MEMORY_READ);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Read data to LCD GRAM for ili93xx.\r
- *\r
- * \note For ili9325, because pixel data LCD GRAM is 18-bits, so convertion\r
- * to RGB 24-bits will cause low color bit lose.\r
- *\r
- * \return color 24-bits RGB color.\r
- */\r
-static uint32_t ili93xx_read_ram(void)\r
-{\r
-       uint8_t value[3];\r
-       uint32_t color;\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** dummy read*/\r
-               value[0] = LCD_RD();\r
-               value[1] = LCD_RD();\r
-               /** data upper byte*/\r
-               value[0] = LCD_RD();\r
-               /** data lower byte */\r
-               value[1] = LCD_RD();\r
-\r
-               /** Convert RGB565 to RGB888 */\r
-               /** For BGR format */\r
-               color = ((value[0] & 0xF8)) | ((value[0] & 0x07) << 13) |\r
-                               ((value[1] & 0xE0) << 5) |\r
-                               ((value[1] & 0x1F) << 19);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** dummy read */\r
-               value[0] = LCD_RD();\r
-               /** the highest byte - R byte*/\r
-               value[0] = LCD_RD();\r
-               /** the middle byte - G byte*/\r
-               value[1] = LCD_RD();\r
-               /** the lowest byte - B byte*/\r
-               value[2] = LCD_RD();\r
-               /** combine R, G, B byte to a color value */\r
-               color = (value[0] << 16) | (value[1] << 8) | value[2];\r
-       }\r
-\r
-       return color;\r
-}\r
-\r
-/**\r
- * \brief Read data from LCD Register.\r
- *\r
- * \param uc_reg register address.\r
- * \param p_data the pointer to the read data.\r
- * \param uc_datacnt the number of the read data\r
- */\r
-static void ili93xx_read_register(uint8_t uc_reg, uint8_t *p_data,\r
-               uint8_t uc_datacnt)\r
-{\r
-uint8_t i;\r
-\r
-       LCD_IR(0);\r
-       LCD_IR(uc_reg);\r
-\r
-       for (i = 0; i < uc_datacnt; i++) {\r
-               p_data[i] = LCD_RD();\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Delay function.\r
- */\r
-static void ili93xx_delay(uint32_t ul_ms)\r
-{\r
-       volatile uint32_t i;\r
-\r
-       for (i = 0; i < ul_ms; i++) {\r
-               for (i = 0; i < 100000; i++) {\r
-               }\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Check box coordinates.\r
- *\r
- * \param p_ul_x1 X coordinate of upper-left corner on LCD.\r
- * \param p_ul_y1 Y coordinate of upper-left corner on LCD.\r
- * \param p_ul_x2 X coordinate of lower-right corner on LCD.\r
- * \param p_ul_y2 Y coordinate of lower-right corner on LCD.\r
- */\r
-static void ili93xx_check_box_coordinates(uint32_t *p_ul_x1, uint32_t *p_ul_y1,\r
-               uint32_t *p_ul_x2, uint32_t *p_ul_y2)\r
-{\r
-       uint32_t dw;\r
-\r
-       if (*p_ul_x1 >= g_ul_lcd_x_length) {\r
-               *p_ul_x1 = g_ul_lcd_x_length - 1;\r
-       }\r
-\r
-       if (*p_ul_x2 >= g_ul_lcd_x_length) {\r
-               *p_ul_x2 = g_ul_lcd_x_length - 1;\r
-       }\r
-\r
-       if (*p_ul_y1 >= g_ul_lcd_y_length) {\r
-               *p_ul_y1 = g_ul_lcd_y_length - 1;\r
-       }\r
-\r
-       if (*p_ul_y2 >= g_ul_lcd_y_length) {\r
-               *p_ul_y2 = g_ul_lcd_y_length - 1;\r
-       }\r
-\r
-       if (*p_ul_x1 > *p_ul_x2) {\r
-               dw = *p_ul_x1;\r
-               *p_ul_x1 = *p_ul_x2;\r
-               *p_ul_x2 = dw;\r
-       }\r
-\r
-       if (*p_ul_y1 > *p_ul_y2) {\r
-               dw = *p_ul_y1;\r
-               *p_ul_y1 = *p_ul_y2;\r
-               *p_ul_y2 = dw;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Read device ID to idenfity the device\r
- *        ILI9325 device ID locates in Device Code Read (R00h) register.\r
- *        ILI9341 device ID locates in Read ID4 (RD3h) register.\r
- *\r
- * \return 0 if secceed in identifying device; otherwise fails.\r
- */\r
-uint8_t ili93xx_device_type_identify(void)\r
-{\r
-       uint8_t paratable[6];\r
-       uint16_t chipid;\r
-\r
-       /** Read ID4 (RD4h) register to get device code for ILI9341*/\r
-       ili93xx_read_register(ILI9341_CMD_READ_ID4, paratable, 4);\r
-       chipid = ((uint16_t)paratable[2] << 8) + paratable[3];\r
-\r
-       if (chipid == ILI9341_DEVICE_CODE) {\r
-               g_uc_device_type = DEVICE_TYPE_ILI9341;\r
-               return 0;\r
-       }\r
-\r
-       /** Driver Code Read (R00h) for ILI9325*/\r
-       ili93xx_read_register(ILI9325_DEVICE_CODE_REG, paratable, 2);\r
-       chipid = ((uint16_t)paratable[0] << 8) + paratable[1];\r
-       if (chipid == ILI9325_DEVICE_CODE) {\r
-               g_uc_device_type = DEVICE_TYPE_ILI9325;\r
-               return 0;\r
-       }\r
-\r
-       return 1;\r
-}\r
-\r
-/**\r
- * \brief Initialize the ILI93XX lcd driver.\r
- *\r
- * \note Make sure below works have been done before calling ili93xx_init()\r
- * 1. ILI93xx related Pins have been initialized correctly.\r
- * 2. SMC has been configured correctly for access ILI93xx (8-bit system\r
- *    interface for now).\r
- *\r
- * \param p_opt pointer to ILI93xx option structure.\r
- *\r
- * \return 0 if initialization succeeds, otherwise fails.\r
- */\r
-uint32_t ili93xx_init(struct ili93xx_opt_t *p_opt)\r
-{\r
-       uint8_t paratable[15];\r
-\r
-       /** Identify the LCD driver device*/\r
-       if (ili93xx_device_type_identify() != 0) {\r
-               return 1;\r
-       }\r
-\r
-       g_ul_lcd_x_length = ILI93XX_LCD_WIDTH;\r
-       g_ul_lcd_y_length = ILI93XX_LCD_HEIGHT;\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Turn off LCD */\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL1, ILI9325_DISP_CTRL1_GON |\r
-                               ILI9325_DISP_CTRL1_DTE | ILI9325_DISP_CTRL1_D(0x03));\r
-\r
-               /** Start initial sequence */\r
-               /** Disable sleep and standby mode*/\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL1, 0x0000);\r
-               /** Start internal OSC */\r
-               ili93xx_write_register_word(ILI9325_START_OSC_CTRL,\r
-                               ILI9325_START_OSC_CTRL_EN);\r
-               /** Set SS bit and direction output from S720 to S1 */\r
-               ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL1,\r
-                               ILI9325_DRIVER_OUTPUT_CTRL1_SS);\r
-               /** Set 1 line inversion */\r
-               ili93xx_write_register_word(ILI9325_LCD_DRIVING_CTRL,\r
-                               ILI9325_LCD_DRIVING_CTRL_BIT10 | ILI9325_LCD_DRIVING_CTRL_EOR\r
-                               | ILI9325_LCD_DRIVING_CTRL_BC0);\r
-               /** Disable resizing feature */\r
-               ili93xx_write_register_word(ILI9325_RESIZE_CTRL, 0x0000);\r
-               /** Set the back porch and front porch */\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL2,\r
-                               ILI9325_DISP_CTRL2_BP(\r
-                               0x07) | ILI9325_DISP_CTRL2_FP(0x02));\r
-               /** Set non-display area refresh cycle ISC[3:0] */\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL3, 0x0000);\r
-               /** Disable FMARK function */\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL4, 0x0000);\r
-               /** 18-bit RGB interface and writing display data by system\r
-                *interface */\r
-               ili93xx_write_register_word(ILI9325_RGB_DISP_INTERFACE_CTRL1,\r
-                               0x0000);\r
-               /** Set the output position of frame cycle */\r
-               ili93xx_write_register_word(ILI9325_FRAME_MAKER_POS, 0x0000);\r
-               /** RGB interface polarity */\r
-               ili93xx_write_register_word(ILI9325_RGB_DISP_INTERFACE_CTRL2,\r
-                               0x0000);\r
-\r
-               /** Power on sequence */\r
-               /** Disable sleep and standby mode */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL1, 0x0000);\r
-\r
-               /**\r
-                * Selects the operating frequency of the step-up circuit 1,2\r
-                * and Sets the ratio factor of Vci.\r
-                */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL2, 0x0000);\r
-               /** Set VREG1OUT voltage */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL3, 0x0000);\r
-               /** Set VCOM amplitude */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL4, 0x0000);\r
-               ili93xx_delay(200);\r
-\r
-               /** Enable power supply and source driver */\r
-\r
-               /**\r
-                * Adjusts the constant current and Sets the factor used\r
-                * in the step-up circuits.\r
-                */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL1,\r
-                               ILI9325_POWER_CTRL1_SAP | ILI9325_POWER_CTRL1_BT(0x02) |\r
-                               ILI9325_POWER_CTRL1_APE |\r
-                               ILI9325_POWER_CTRL1_AP(0x01));\r
-\r
-               /**\r
-                * Select the operating frequency of the step-up circuit 1,2 and\r
-                * Sets the ratio factor of Vci\r
-                */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL2,\r
-                               ILI9325_POWER_CTRL2_DC1(0x02) |\r
-                               ILI9325_POWER_CTRL2_DC0(0x02) | ILI9325_POWER_CTRL2_VC(0x07));\r
-               ili93xx_delay(50);\r
-               /** Internal reference voltage= Vci */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL3,\r
-                               ILI9325_POWER_CTRL3_PON | ILI9325_POWER_CTRL3_VRH(0x0B));\r
-               ili93xx_delay(50);\r
-               /** Set VDV[4:0] for VCOM amplitude */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL4,\r
-                               ILI9325_POWER_CTRL4_VDV(0x11));\r
-               /** Set VCM[5:0] for VCOMH */\r
-               ili93xx_write_register_word(ILI9325_POWER_CTRL7,\r
-                               ILI9325_POWER_CTRL7_VCM(0x19));\r
-               /** Set Frame Rate */\r
-               ili93xx_write_register_word(ILI9325_FRAME_RATE_AND_COLOR_CTRL,\r
-                               ILI9325_FRAME_RATE_AND_COLOR_CTRL_FRS(0x0D));\r
-               ili93xx_delay(50);\r
-\r
-               /** Adjust the Gamma Curve */\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL1, 0x0000);\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL2,\r
-                               ILI9325_GAMMA_CTL2_KP3(0x02) |\r
-                               ILI9325_GAMMA_CTL2_KP2(0x04));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL3,\r
-                               ILI9325_GAMMA_CTL3_KP5(0x02) |\r
-                               ILI9325_GAMMA_CTL3_KP4(0x00));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL4,\r
-                               ILI9325_GAMMA_CTL4_RP1(0x00) |\r
-                               ILI9325_GAMMA_CTL4_RP0(0x07));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL5,\r
-                               ILI9325_GAMMA_CTL5_VRP1(0x14) |\r
-                               ILI9325_GAMMA_CTL5_VRP0(0x04));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL6,\r
-                               ILI9325_GAMMA_CTL6_KN1(0x07) |\r
-                               ILI9325_GAMMA_CTL6_KN0(0x05));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL7,\r
-                               ILI9325_GAMMA_CTL7_KN3(0x03) |\r
-                               ILI9325_GAMMA_CTL7_KN2(0x05));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL8,\r
-                               ILI9325_GAMMA_CTL8_KN5(0x07) |\r
-                               ILI9325_GAMMA_CTL8_KN4(0x07));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL9,\r
-                               ILI9325_GAMMA_CTL9_RN1(0x07) |\r
-                               ILI9325_GAMMA_CTL9_RN0(0x01));\r
-               ili93xx_write_register_word(ILI9325_GAMMA_CTL10,\r
-                               ILI9325_GAMMA_CTL10_VRN1(0x00) |\r
-                               ILI9325_GAMMA_CTL10_VRN0(0x0E));\r
-               /**\r
-                * Use the high speed write mode (HWM=1)\r
-                * When TRI = 1, data are transferred to the internal RAM in\r
-                * 8-bit x 3 transfers mode via the 8-bit interface.\r
-                * DFM Set the mode of transferring data to the internal RAM\r
-                * when TRI = 1.\r
-                * I/D[1:0] = 11 Horizontal : increment Vertical : increment,\r
-                * AM=0:Horizontal\r
-                */\r
-               ili93xx_write_register_word(ILI9325_ENTRY_MODE,\r
-                               ILI9325_ENTRY_MODE_TRI | ILI9325_ENTRY_MODE_DFM |\r
-                               ILI9325_ENTRY_MODE_ID(0x01) | ILI9325_ENTRY_MODE_BGR);\r
-               /**\r
-                * Sets the number of lines to drive the LCD at an interval of 8\r
-                * lines. The scan direction is from G320 to G1\r
-                */\r
-               ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL2,\r
-                               ILI9325_DRIVER_OUTPUT_CTRL2_GS |\r
-                               ILI9325_DRIVER_OUTPUT_CTRL2_NL(0x27));\r
-\r
-               /** Vertical Scrolling */\r
-               /** Disable scrolling and enable the grayscale inversion */\r
-               ili93xx_write_register_word(ILI9325_BASE_IMG_DISP_CTRL,\r
-                               ILI9325_BASE_IMG_DISP_CTRL_REV);\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_SCROLL_CTRL,\r
-                               0x0000);\r
-\r
-               /** Disable Partial Display */\r
-               ili93xx_write_register_word(ILI9325_PARTIAL_IMG1_DISP_POS,\r
-                               0x0000);\r
-               ili93xx_write_register_word(\r
-                               ILI9325_PARTIAL_IMG1_AREA_START_LINE,\r
-                               0x0000);\r
-               ili93xx_write_register_word(ILI9325_PARTIAL_IMG1_AREA_END_LINE,\r
-                               0x0000);\r
-               ili93xx_write_register_word(ILI9325_PARTIAL_IMG2_DISP_POS,\r
-                               0x0000);\r
-               ili93xx_write_register_word(\r
-                               ILI9325_PARTIAL_IMG2_AREA_START_LINE,\r
-                               0x0000);\r
-               ili93xx_write_register_word(ILI9325_PARTIAL_IMG2_AREA_END_LINE,\r
-                               0x0000);\r
-\r
-               /** Panel Control */\r
-               ili93xx_write_register_word(ILI9325_PANEL_INTERFACE_CTRL1,\r
-                               ILI9325_PANEL_INTERFACE_CTRL1_RTNI(0x10));\r
-               ili93xx_write_register_word(ILI9325_PANEL_INTERFACE_CTRL2,\r
-                               ILI9325_PANEL_INTERFACE_CTRL2_NOWI(0x06));\r
-               ili93xx_write_register_word(ILI9325_PANEL_INTERFACE_CTRL4,\r
-                               ILI9325_PANEL_INTERFACE_CTRL4_DIVE(0x01) |\r
-                               ILI9325_PANEL_INTERFACE_CTRL4_RTNE(0x10));\r
-\r
-               ili93xx_set_window(0, 0, p_opt->ul_width, p_opt->ul_height);\r
-               ili93xx_set_foreground_color(p_opt->foreground_color);\r
-               ili93xx_set_cursor_position(0, 0);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** init for ILI9341 **/\r
-               /** power control A configuration*/\r
-               paratable[0] = 0x39;\r
-               paratable[1] = 0x2C;\r
-               paratable[2] = 0x00;\r
-               paratable[3] = 0x34;\r
-               paratable[4] = 0x02;\r
-               ili93xx_write_register(ILI9341_CMD_POWER_CONTROL_A, paratable, 5);\r
-\r
-               /** power control B configuration */\r
-               paratable[0] = 0;\r
-               paratable[1] = 0xAA;\r
-               paratable[2] = 0xB0;\r
-               ili93xx_write_register(ILI9341_CMD_POWER_CONTROL_B, paratable, 3);\r
-\r
-               /** Pump Ratio Control configuration */\r
-               paratable[0] = 0x30;\r
-               ili93xx_write_register(ILI9341_CMD_PUMP_RATIO_CONTROL,\r
-                               paratable, 1);\r
-\r
-               /** Power Control 1 configuration*/\r
-               paratable[0] = 0x25;\r
-               ili93xx_write_register(ILI9341_CMD_POWER_CONTROL_1, paratable, 1);\r
-\r
-               /** Power Control 2 configuration*/\r
-               paratable[0] = 0x11;\r
-               ili93xx_write_register(ILI9341_CMD_POWER_CONTROL_2, paratable, 1);\r
-\r
-               /** VOM Control 1 configuration*/\r
-               paratable[0] = 0x5C;\r
-               paratable[1] = 0x4C;\r
-               ili93xx_write_register(ILI9341_CMD_VCOM_CONTROL_1, paratable, 2);\r
-\r
-               /** VOM control 2 configuration*/\r
-               paratable[0] = 0x94;\r
-               ili93xx_write_register(ILI9341_CMD_VCOM_CONTROL_2, paratable, 1);\r
-\r
-               /** Driver Timing Control A configuration*/\r
-               paratable[0] = 0x85;\r
-               paratable[1] = 0x01;\r
-               paratable[2] = 0x78;\r
-               ili93xx_write_register(ILI9341_CMD_DRIVER_TIMING_CTL_A, paratable, 3);\r
-\r
-               /** Driver Timing Control B configuration*/\r
-               paratable[0] = 0x00;\r
-               paratable[1] = 0x00;\r
-               ili93xx_write_register(ILI9341_CMD_DRIVER_TIMING_CTL_B, paratable, 2);\r
-\r
-               /** Memory Access Control configuration*/\r
-               paratable[0] = ILI9341_CMD_MEMORY_ACCESS_CONTROL_MX |\r
-                               ILI9341_CMD_MEMORY_ACCESS_CONTROL_BGR;\r
-               ili93xx_write_register(ILI9341_CMD_MEMORY_ACCESS_CONTROL,\r
-                               paratable, 1);\r
-\r
-               /** Colmod Pixel Format Set configuation*/\r
-               paratable[0] = 0x06;\r
-               ili93xx_write_register(ILI9341_CMD_PIXEL_FORMAT_SET, paratable, 1);\r
-\r
-               /** Display Function Control */\r
-               paratable[0] = 0x02;\r
-               paratable[1] = 0x82;\r
-               paratable[2] = 0x27;\r
-               paratable[3] = 0x00;\r
-               ili93xx_write_register(ILI9341_CMD_DISPLAY_FUNCTION_CTL,\r
-                                     paratable, 4);\r
-                               \r
-               paratable[0] = 0x00;\r
-               ili93xx_write_register(ILI9341_CMD_ENABLE_3_GAMMA_CONTROL,\r
-                                     paratable,1);\r
-               \r
-               paratable[0] = 0x01;\r
-               ili93xx_write_register(ILI9341_CMD_GAMMA_SET, paratable,1);\r
-               \r
-               /** set gamma curve parameters*/\r
-               paratable[0]=0x0F;\r
-               paratable[1]=0x31;\r
-               paratable[2]=0x2B;\r
-               paratable[3]=0x0C;\r
-               paratable[4]=0x0E;\r
-               paratable[5]=0x08;\r
-               paratable[6]=0x4E;\r
-               paratable[7]=0xF1;\r
-               paratable[8]=0x37;\r
-               paratable[9]=0x07;\r
-               paratable[10]=0x10;\r
-               paratable[11]=0x03;\r
-               paratable[12]=0x0E;\r
-               paratable[13]=0x09;\r
-               paratable[14]=0x00;\r
-               ili93xx_write_register(ILI9341_CMD_POSITIVE_GAMMA_CORRECTION,\r
-                                     paratable, 15);\r
-               paratable[0]=0x00;\r
-               paratable[1]=0x0E;\r
-               paratable[2]=0x14;\r
-               paratable[3]=0x03;\r
-               paratable[4]=0x11;\r
-               paratable[5]=0x07;\r
-               paratable[6]=0x31;\r
-               paratable[7]=0xC1;\r
-               paratable[8]=0x48;\r
-               paratable[9]=0x08;\r
-               paratable[10]=0x0F;\r
-               paratable[11]=0x0C;\r
-               paratable[12]=0x31;\r
-               paratable[13]=0x36;\r
-               paratable[14]=0x0F;\r
-               ili93xx_write_register(ILI9341_CMD_NEGATIVE_GAMMA_CORRECTION,\r
-                                     paratable, 15);\r
-               \r
-               /** set window area*/\r
-               ili93xx_set_window(0, 0, p_opt->ul_width, p_opt->ul_height);\r
-               ili93xx_set_foreground_color(p_opt->foreground_color);\r
-               /** Leave sleep mode*/\r
-               ili93xx_write_register(ILI9341_CMD_SLEEP_OUT, paratable, 0);\r
-               ili93xx_delay(10);\r
-               /** Display on*/\r
-               ili93xx_write_register(ILI9341_CMD_DISPLAY_ON, paratable, 0);\r
-       } else {\r
-               /** exit with return value 1 if device type is not supported.*/\r
-               return 1;\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief get the device type.\r
- */\r
-uint8_t ili93xx_device_type(void)\r
-{\r
-       return g_uc_device_type;\r
-}\r
-\r
-/**\r
- * \brief Turn on the LCD.\r
- */\r
-void ili93xx_display_on(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL1,\r
-                               ILI9325_DISP_CTRL1_BASEE |\r
-                               ILI9325_DISP_CTRL1_GON |\r
-                               ILI9325_DISP_CTRL1_DTE |\r
-                               ILI9325_DISP_CTRL1_D(0x03));\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_write_register(ILI9341_CMD_DISPLAY_ON, NULL, 0);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Turn off the LCD.\r
- */\r
-void ili93xx_display_off(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_write_register_word(ILI9325_DISP_CTRL1, 0x00);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_write_register(ILI9341_CMD_DISPLAY_OFF, NULL, 0);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set foreground color.\r
- *\r
- * \param ul_color foreground color.\r
- */\r
-void ili93xx_set_foreground_color(ili93xx_color_t ul_color)\r
-{\r
-       uint32_t i;\r
-\r
-       /** Fill the cache with selected color */\r
-       for (i = 0; i < LCD_DATA_CACHE_SIZE; ++i) {\r
-               g_ul_pixel_cache[i] = ul_color;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Fill the LCD buffer with the specified color.\r
- *\r
- * \param ul_color fill color.\r
- */\r
-void ili93xx_fill(ili93xx_color_t ul_color)\r
-{\r
-       uint32_t dw;\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_set_cursor_position(0, 0);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_set_window(0, 0, g_ul_lcd_x_length, g_ul_lcd_y_length);\r
-       }\r
-\r
-       ili93xx_write_ram_prepare();\r
-\r
-       for (dw = ILI93XX_LCD_WIDTH * ILI93XX_LCD_HEIGHT; dw > 0; dw--) {\r
-               ili93xx_write_ram(ul_color);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set display window.\r
- *\r
- * \param ul_x Horizontal address start position\r
- * \param ul_y Vertical address start position\r
- * \param ul_width The width of the window.\r
- * \param ul_height The height of the window.\r
- */\r
-void ili93xx_set_window(uint32_t ul_x, uint32_t ul_y, uint32_t ul_width,\r
-               uint32_t ul_height)\r
-{\r
-       Assert(ul_x <= (g_ul_lcd_x_length - 1));\r
-       Assert(ul_y <= (g_ul_lcd_y_length - 1));\r
-       Assert(ul_width <= (g_ul_lcd_x_length - ul_x));\r
-       Assert(ul_height <= (g_ul_lcd_y_length - ul_y));\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Set Horizontal Address Start Position */\r
-               ili93xx_write_register_word(ILI9325_HORIZONTAL_ADDR_START,\r
-                               (uint16_t)ul_x);\r
-\r
-               /** Set Horizontal Address End Position */\r
-               ili93xx_write_register_word(ILI9325_HORIZONTAL_ADDR_END,\r
-                               (uint16_t)(ul_x + ul_width - 1));\r
-\r
-               /** Set Vertical Address Start Position */\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_ADDR_START,\r
-                               (uint16_t)ul_y);\r
-\r
-               /** Set Vertical Address End Position */\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_ADDR_END,\r
-                               (uint16_t)(ul_y + ul_height - 1));\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               uint8_t paratable[4];\r
-\r
-               /** Set Column Address Position */\r
-               paratable[0] = (ul_x >> 8) & 0xFF;\r
-               paratable[1] = ul_x & 0xFF;\r
-               paratable[2] = ((ul_x + ul_width - 1) >> 8) & 0xFF;\r
-               paratable[3] = (ul_x + ul_width - 1) & 0xFF;\r
-               ili93xx_write_register(ILI9341_CMD_COLUMN_ADDRESS_SET,\r
-                               paratable, 4);\r
-\r
-               /** Set Page Address Position */\r
-               paratable[0] = (ul_y >> 8) & 0xFF;\r
-               paratable[1] = ul_y & 0xFF;\r
-               paratable[2] = ((ul_y + ul_height - 1) >> 8) & 0xFF;\r
-               paratable[3] = (ul_y + ul_height - 1) & 0xFF;\r
-               ili93xx_write_register(ILI9341_CMD_PAGE_ADDRESS_SET,\r
-                                      paratable, 4);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set cursor of LCD screen.\r
- *\r
- * \param us_x X coordinate of upper-left corner on LCD.\r
- * \param us_y Y coordinate of upper-left corner on LCD.\r
- */\r
-void ili93xx_set_cursor_position(uint16_t us_x, uint16_t us_y)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** GRAM Horizontal/Vertical Address Set (R20h, R21h) */\r
-               ili93xx_write_register_word(ILI9325_HORIZONTAL_GRAM_ADDR_SET, us_x);\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_GRAM_ADDR_SET, us_y);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** There is no corresponding operation for ILI9341. */\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Scroll up/down for the number of specified lines.\r
- *\r
- * \param ul_lines number of lines to scroll.\r
- */\r
-void ili93xx_scroll(int32_t ul_lines)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_SCROLL_CTRL, ul_lines);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               uint8_t paratable[2];\r
-\r
-               paratable[0] = (ul_lines >> 8) & 0xFF;\r
-               paratable[1] = ul_lines & 0xFF;\r
-               ili93xx_write_register(ILI9341_CMD_VERT_SCROLL_START_ADDRESS,\r
-                               paratable, 2);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Vertical Scroll area definition for ili9341.\r
- *\r
- * \param us_tfa the top fixed area (the No. of lines)\r
- * \param us_vsa the height of the vetical scrolling area\r
- * \param us_bfa the bottom fixed area (the No. of lines)\r
- */\r
-void ili93xx_vscroll_area_define(uint16_t us_tfa, uint16_t us_vsa,\r
-               uint16_t us_bfa)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               uint8_t paratable[6];\r
-\r
-               paratable[0] = (us_tfa >> 8) & 0xFF;\r
-               paratable[1] = us_tfa & 0xFF;\r
-               paratable[2] = (us_vsa >> 8) & 0xFF;\r
-               paratable[3] = us_vsa & 0xFF;\r
-               paratable[4] = (us_bfa >> 8) & 0xFF;\r
-               paratable[5] = us_bfa & 0xFF;\r
-               ili93xx_write_register(ILI9341_CMD_VERT_SCROLL_DEFINITION,\r
-                               paratable, 6);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable the scrolling feature.\r
- */\r
-void ili93xx_enable_scroll(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_write_register_word(ILI9325_BASE_IMG_DISP_CTRL,\r
-                               ILI9325_BASE_IMG_DISP_CTRL_REV |\r
-                               ILI9325_BASE_IMG_DISP_CTRL_VLE);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** no operation needed for ILI9341*/\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Disable the scrolling feature.\r
- */\r
-void ili93xx_disable_scroll(void)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               ili93xx_write_register_word(ILI9325_BASE_IMG_DISP_CTRL,\r
-                               ILI9325_BASE_IMG_DISP_CTRL_REV);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_display_off();\r
-               ili93xx_write_register(ILI9341_CMD_NORMAL_DISP_MODE_ON, NULL, 0);\r
-               ili93xx_display_on();\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set display direction.\r
- *\r
- * \param e_dd 0: horizontal direction, 1: vertical direction\r
- * \param e_shd: horizontal increase(0) or decrease(1)\r
- * \param e_scd: vertical increase(1) or decrease(0)\r
- */\r
-void ili93xx_set_display_direction(enum ili93xx_display_direction e_dd,\r
-               enum ili93xx_shift_direction e_shd,\r
-               enum ili93xx_scan_direction e_scd)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               if (e_dd == LANDSCAPE) {\r
-                       ili93xx_write_register_word(ILI9325_ENTRY_MODE,\r
-                                       ILI9325_ENTRY_MODE_BGR | ILI9325_ENTRY_MODE_TRI |\r
-                                       ILI9325_ENTRY_MODE_DFM | ILI9325_ENTRY_MODE_ID(0x00)|\r
-                                       ILI9325_ENTRY_MODE_AM);\r
-                       g_ul_lcd_x_length = ILI93XX_LCD_HEIGHT;\r
-                       g_ul_lcd_y_length = ILI93XX_LCD_WIDTH;\r
-               } else {\r
-                       ili93xx_write_register_word(ILI9325_ENTRY_MODE,\r
-                                       ILI9325_ENTRY_MODE_BGR | ILI9325_ENTRY_MODE_TRI |\r
-                                       ILI9325_ENTRY_MODE_DFM | ILI9325_ENTRY_MODE_ID(0x01));\r
-                       g_ul_lcd_x_length = ILI93XX_LCD_WIDTH;\r
-                       g_ul_lcd_y_length = ILI93XX_LCD_HEIGHT;\r
-               }\r
-\r
-               if (e_shd == H_INCREASE) {\r
-                       ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL1, 0x0000);\r
-               } else {\r
-                       ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL1,\r
-                                       ILI9325_DRIVER_OUTPUT_CTRL1_SS);\r
-               }\r
-\r
-               if (e_scd == V_INCREASE) {\r
-                       ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL2,\r
-                                       ILI9325_DRIVER_OUTPUT_CTRL2_NL(0x27));\r
-               } else {\r
-                       ili93xx_write_register_word(ILI9325_DRIVER_OUTPUT_CTRL2,\r
-                                       ILI9325_DRIVER_OUTPUT_CTRL2_GS |\r
-                                       ILI9325_DRIVER_OUTPUT_CTRL2_NL(0x27));\r
-               }\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               if (e_dd == LANDSCAPE) {\r
-                       uint8_t paratable[1];\r
-                       paratable[0] = ILI9341_CMD_MEMORY_ACCESS_CONTROL_MV |\r
-                                       ILI9341_CMD_MEMORY_ACCESS_CONTROL_BGR;\r
-                       ili93xx_write_register(\r
-                                       ILI9341_CMD_MEMORY_ACCESS_CONTROL,\r
-                                       paratable, 1);\r
-                       g_ul_lcd_x_length = ILI93XX_LCD_HEIGHT;\r
-                       g_ul_lcd_y_length = ILI93XX_LCD_WIDTH;\r
-               } else {\r
-                       uint8_t paratable[1];\r
-                       paratable[0] = ILI9341_CMD_MEMORY_ACCESS_CONTROL_BGR |\r
-                                       ILI9341_CMD_MEMORY_ACCESS_CONTROL_MX;\r
-                       ili93xx_write_register(\r
-                                       ILI9341_CMD_MEMORY_ACCESS_CONTROL,\r
-                                       paratable, 1);\r
-                       g_ul_lcd_x_length = ILI93XX_LCD_WIDTH;\r
-                       g_ul_lcd_y_length = ILI93XX_LCD_HEIGHT;\r
-               }\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Draw a pixel on LCD.\r
- *\r
- * \param ul_x X coordinate of pixel.\r
- * \param ul_y Y coordinate of pixel.\r
- *\r
- * \return 0 if succeeds, otherwise fails.\r
- */\r
-uint32_t ili93xx_draw_pixel(uint32_t ul_x, uint32_t ul_y)\r
-{\r
-       if ((ul_x >= g_ul_lcd_x_length) || (ul_y >= g_ul_lcd_y_length)) {\r
-               return 1;\r
-       }\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Set cursor */\r
-               ili93xx_set_cursor_position(ul_x, ul_y);\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_write_ram_prepare();\r
-               ili93xx_write_ram(*g_ul_pixel_cache);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_set_window(ul_x, ul_y, 0, 0);\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_write_ram_prepare();\r
-               ili93xx_write_ram(*g_ul_pixel_cache);\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Get a pixel from LCD.\r
- *\r
- * \param ul_x X coordinate of pixel.\r
- * \param ul_y Y coordinate of pixel.\r
- *\r
- * \return the pixel color.\r
- */\r
-ili93xx_color_t ili93xx_get_pixel(uint32_t ul_x, uint32_t ul_y)\r
-{\r
-       Assert(ul_x <= g_ul_lcd_x_length);\r
-       Assert(ul_y <= g_ul_lcd_y_length);\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Set cursor */\r
-               ili93xx_set_cursor_position(ul_x, ul_y);\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_read_ram_prepare();\r
-               return ili93xx_read_ram();\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_set_window(ul_x, ul_y, 0, 0);\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_read_ram_prepare();\r
-               return ili93xx_read_ram();\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Draw a line on LCD, which is not horizontal or vertical.\r
- *\r
- * \param ul_x1 X coordinate of line start.\r
- * \param ul_y1 Y coordinate of line start.\r
- * \param ul_x2 X coordinate of line end.\r
- * \param ul_y2 Y coordinate of line endl.\r
- */\r
-static void ili93xx_draw_line_bresenham(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2)\r
-{\r
-       int dx, dy;\r
-       int i;\r
-       int xinc, yinc, cumul;\r
-       int x, y;\r
-\r
-       x = ul_x1;\r
-       y = ul_y1;\r
-       dx = ul_x2 - ul_x1;\r
-       dy = ul_y2 - ul_y1;\r
-       xinc = (dx > 0) ? 1 : -1;\r
-       yinc = (dy > 0) ? 1 : -1;\r
-       dx = abs(ul_x2 - ul_x1);\r
-       dy = abs(ul_y2 - ul_y1);\r
-\r
-       ili93xx_draw_pixel(x, y);\r
-\r
-       if (dx > dy) {\r
-               cumul = dx >> 1;\r
-\r
-               for (i = 1; i <= dx; i++) {\r
-                       x += xinc;\r
-                       cumul += dy;\r
-\r
-                       if (cumul >= dx) {\r
-                               cumul -= dx;\r
-                               y += yinc;\r
-                       }\r
-\r
-                       ili93xx_draw_pixel(x, y);\r
-               }\r
-       } else {\r
-               cumul = dy >> 1;\r
-\r
-               for (i = 1; i <= dy; i++) {\r
-                       y += yinc;\r
-                       cumul += dx;\r
-\r
-                       if (cumul >= dy) {\r
-                               cumul -= dy;\r
-                               x += xinc;\r
-                       }\r
-\r
-                       ili93xx_draw_pixel(x, y);\r
-               }\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Draw a line on LCD.\r
- *\r
- * \param ul_x1 X coordinate of line start.\r
- * \param ul_y1 Y coordinate of line start.\r
- * \param ul_x2 X coordinate of line end.\r
- * \param ul_y2 Y coordinate of line end.\r
- */\r
-void ili93xx_draw_line(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2)\r
-{\r
-       if ((ul_y1 == ul_y2) || (ul_x1 == ul_x2)) {\r
-               ili93xx_draw_filled_rectangle(ul_x1, ul_y1, ul_x2, ul_y2);\r
-       } else {\r
-               ili93xx_draw_line_bresenham(ul_x1, ul_y1, ul_x2, ul_y2);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Draw a rectangle on LCD.\r
- *\r
- * \param ul_x1 X coordinate of upper-left corner on LCD.\r
- * \param ul_y1 Y coordinate of upper-left corner on LCD.\r
- * \param ul_x2 X coordinate of lower-right corner on LCD.\r
- * \param ul_y2 Y coordinate of lower-right corner on LCD.\r
- */\r
-void ili93xx_draw_rectangle(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2)\r
-{\r
-       ili93xx_check_box_coordinates(&ul_x1, &ul_y1, &ul_x2, &ul_y2);\r
-\r
-       ili93xx_draw_filled_rectangle(ul_x1, ul_y1, ul_x2, ul_y1);\r
-       ili93xx_draw_filled_rectangle(ul_x1, ul_y2, ul_x2, ul_y2);\r
-\r
-       ili93xx_draw_filled_rectangle(ul_x1, ul_y1, ul_x1, ul_y2);\r
-       ili93xx_draw_filled_rectangle(ul_x2, ul_y1, ul_x2, ul_y2);\r
-}\r
-\r
-/**\r
- * \brief Draw a filled rectangle on LCD.\r
- *\r
- * \param ul_x1 X coordinate of upper-left corner on LCD.\r
- * \param ul_y1 Y coordinate of upper-left corner on LCD.\r
- * \param ul_x2 X coordinate of lower-right corner on LCD.\r
- * \param ul_y2 Y coordinate of lower-right corner on LCD.\r
- */\r
-void ili93xx_draw_filled_rectangle(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2)\r
-{\r
-       uint32_t size, blocks;\r
-\r
-       /** Swap coordinates if necessary */\r
-       ili93xx_check_box_coordinates(&ul_x1, &ul_y1, &ul_x2, &ul_y2);\r
-\r
-       /** Determine the refresh window area */\r
-       ili93xx_set_window(ul_x1, ul_y1, (ul_x2 - ul_x1) + 1,\r
-                       (ul_y2 - ul_y1) + 1);\r
-\r
-       /** Set cursor */\r
-       ili93xx_set_cursor_position(ul_x1, ul_y1);\r
-\r
-       /** Prepare to write in Graphic RAM */\r
-       ili93xx_write_ram_prepare();\r
-\r
-       size = (ul_x2 - ul_x1 + 1) * (ul_y2 - ul_y1 + 1);\r
-\r
-       /** Send pixels blocks => one SPI IT / block */\r
-       blocks = size / LCD_DATA_CACHE_SIZE;\r
-       while (blocks--) {\r
-               ili93xx_write_ram_buffer(g_ul_pixel_cache,\r
-                                                               LCD_DATA_CACHE_SIZE);\r
-       }\r
-\r
-       /** Send remaining pixels */\r
-       ili93xx_write_ram_buffer(g_ul_pixel_cache,\r
-                                       size % LCD_DATA_CACHE_SIZE);\r
-\r
-       /** Reset the refresh window area */\r
-       ili93xx_set_window(0, 0, g_ul_lcd_x_length, g_ul_lcd_y_length);\r
-}\r
-\r
-/**\r
- * \brief Draw a circle on LCD.\r
- *\r
- * \param ul_x X coordinate of circle center.\r
- * \param ul_y Y coordinate of circle center.\r
- * \param ul_r circle radius.\r
- *\r
- * \return 0 if succeeds, otherwise fails.\r
- */\r
-uint32_t ili93xx_draw_circle(uint32_t ul_x, uint32_t ul_y, uint32_t ul_r)\r
-{\r
-       int32_t d;\r
-       uint32_t curX;\r
-       uint32_t curY;\r
-\r
-       if (ul_r == 0) {\r
-               return 1;\r
-       }\r
-\r
-       d = 3 - (ul_r << 1);\r
-       curX = 0;\r
-       curY = ul_r;\r
-\r
-       while (curX <= curY) {\r
-               ili93xx_draw_pixel(ul_x + curX, ul_y + curY);\r
-               ili93xx_draw_pixel(ul_x + curX, ul_y - curY);\r
-               ili93xx_draw_pixel(ul_x - curX, ul_y + curY);\r
-               ili93xx_draw_pixel(ul_x - curX, ul_y - curY);\r
-               ili93xx_draw_pixel(ul_x + curY, ul_y + curX);\r
-               ili93xx_draw_pixel(ul_x + curY, ul_y - curX);\r
-               ili93xx_draw_pixel(ul_x - curY, ul_y + curX);\r
-               ili93xx_draw_pixel(ul_x - curY, ul_y - curX);\r
-\r
-               if (d < 0) {\r
-                       d += (curX << 2) + 6;\r
-               } else {\r
-                       d += ((curX - curY) << 2) + 10;\r
-                       curY--;\r
-               }\r
-\r
-               curX++;\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Draw a filled circle on LCD.\r
- *\r
- * \param ul_x X coordinate of circle center.\r
- * \param ul_y Y coordinate of circle center.\r
- * \param ul_r circle radius.\r
- *\r
- * \return 0 if succeeds, otherwise fails.\r
- */\r
-uint32_t ili93xx_draw_filled_circle(uint32_t ul_x, uint32_t ul_y, uint32_t ul_r)\r
-{\r
-       signed int d;       /* Decision Variable */\r
-       uint32_t dwCurX;    /* Current X Value */\r
-       uint32_t dwCurY;    /* Current Y Value */\r
-       uint32_t dwXmin, dwYmin;\r
-\r
-       if (ul_r == 0) {\r
-               return 1;\r
-       }\r
-\r
-       d = 3 - (ul_r << 1);\r
-       dwCurX = 0;\r
-       dwCurY = ul_r;\r
-\r
-       while (dwCurX <= dwCurY) {\r
-               dwXmin = (dwCurX > ul_x) ? 0 : ul_x - dwCurX;\r
-               dwYmin = (dwCurY > ul_y) ? 0 : ul_y - dwCurY;\r
-               ili93xx_draw_filled_rectangle(dwXmin, dwYmin, ul_x + dwCurX,\r
-                               dwYmin);\r
-               ili93xx_draw_filled_rectangle(dwXmin, ul_y + dwCurY,\r
-                               ul_x + dwCurX, ul_y + dwCurY);\r
-               dwXmin = (dwCurY > ul_x) ? 0 : ul_x - dwCurY;\r
-               dwYmin = (dwCurX > ul_y) ? 0 : ul_y - dwCurX;\r
-               ili93xx_draw_filled_rectangle(dwXmin, dwYmin, ul_x + dwCurY,\r
-                               dwYmin);\r
-               ili93xx_draw_filled_rectangle(dwXmin, ul_y + dwCurX,\r
-                               ul_x + dwCurY, ul_y + dwCurX);\r
-\r
-               if (d < 0) {\r
-                       d += (dwCurX << 2) + 6;\r
-               } else {\r
-                       d += ((dwCurX - dwCurY) << 2) + 10;\r
-                       dwCurY--;\r
-               }\r
-\r
-               dwCurX++;\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Draw an ASCII character on LCD.\r
- *\r
- * \param ul_x X coordinate of character upper-left corner.\r
- * \param ul_y Y coordinate of character upper-left corner.\r
- * \param uc_c character to print.\r
- */\r
-static void ili93xx_draw_char(uint32_t ul_x, uint32_t ul_y, uint8_t uc_c)\r
-{\r
-       uint32_t row, col;\r
-       uint32_t offset, offset0, offset1;\r
-\r
-       /**\r
-        * Compute offset according of the specified ASCII character\r
-        *  Note: the first 32 characters of the ASCII table are not handled\r
-        */\r
-       offset = ((uint32_t)uc_c - 0x20) * 20;\r
-\r
-       for (col = 0; col < 10; col++) {\r
-               /** Compute the first and second byte offset of a column */\r
-               offset0 = offset + col * 2;\r
-               offset1 = offset0 + 1;\r
-\r
-               /**\r
-                * Draw pixel on screen depending on the corresponding bit value\r
-                * from the charset\r
-                */\r
-               for (row = 0; row < 8; row++) {\r
-                       if ((p_uc_charset10x14[offset0] >> (7 - row)) & 0x1) {\r
-                               ili93xx_draw_pixel(ul_x + col, ul_y + row);\r
-                       }\r
-               }\r
-\r
-               for (row = 0; row < 6; row++) {\r
-                       if ((p_uc_charset10x14[offset1] >> (7 - row)) & 0x1) {\r
-                               ili93xx_draw_pixel(ul_x + col, ul_y + row + 8);\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Draw a string on LCD.\r
- *\r
- * \param ul_x X coordinate of string top-left corner.\r
- * \param ul_y Y coordinate of string top-left corner.\r
- * \param p_str String to display.\r
- */\r
-void ili93xx_draw_string(uint32_t ul_x, uint32_t ul_y, const uint8_t *p_str)\r
-{\r
-       uint32_t xorg = ul_x;\r
-\r
-       while (*p_str != 0) {\r
-               /** If newline, jump to the next line (font height + 2) */\r
-               if (*p_str == '\n') {\r
-                       ul_y += gfont.height + 2;\r
-                       ul_x = xorg;\r
-               } else {\r
-                       /**\r
-                        * Draw the character and place cursor right after (font\r
-                        * width + 2)\r
-                        */\r
-                       ili93xx_draw_char(ul_x, ul_y, *p_str);\r
-                       ul_x += gfont.width + 2;\r
-               }\r
-\r
-               p_str++;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Draw a pixmap on LCD.\r
- *\r
- * \param ul_x X coordinate of upper-left corner on LCD.\r
- * \param ul_y Y coordinate of upper-left corner on LCD.\r
- * \param ul_width width of the picture.\r
- * \param ul_height height of the picture.\r
- * \param p_ul_pixmap pixmap of the image.\r
- */\r
-void ili93xx_draw_pixmap(uint32_t ul_x, uint32_t ul_y, uint32_t ul_width,\r
-               uint32_t ul_height, const ili93xx_color_t *p_ul_pixmap)\r
-{\r
-       uint32_t size;\r
-       uint32_t dwX1, dwY1, dwX2, dwY2;\r
-       dwX1 = ul_x;\r
-       dwY1 = ul_y;\r
-       dwX2 = ul_x + ul_width;\r
-       dwY2 = ul_y + ul_height;\r
-\r
-       /** Swap coordinates if necessary */\r
-       ili93xx_check_box_coordinates(&dwX1, &dwY1, &dwX2, &dwY2);\r
-\r
-       /** Determine the refresh window area */\r
-       ili93xx_set_window(dwX1, dwY1, (dwX2 - dwX1 + 1), (dwY2 - dwY1 + 1));\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Set cursor */\r
-               ili93xx_set_cursor_position(dwX1, dwY1);\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_write_ram_prepare();\r
-\r
-               size = (dwX2 - dwX1) * (dwY2 - dwY1);\r
-\r
-               ili93xx_write_ram_buffer(p_ul_pixmap, size);\r
-\r
-               /** Reset the refresh window area */\r
-               ili93xx_set_window(0, 0, g_ul_lcd_x_length, g_ul_lcd_y_length);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** Prepare to write in GRAM */\r
-               ili93xx_write_ram_prepare();\r
-\r
-               size = (dwX2 - dwX1) * (dwY2 - dwY1);\r
-\r
-               ili93xx_write_ram_buffer(p_ul_pixmap, size);\r
-\r
-               /** Reset the refresh window area */\r
-               ili93xx_set_window(0, 0, g_ul_lcd_x_length, g_ul_lcd_y_length);\r
-       }\r
-}\r
-\r
-/**\r
- * \internal\r
- * \brief Helper function to send the drawing limits (boundaries) to the display\r
- *\r
- * This function is used to send the currently set upper-left and lower-right\r
- * drawing limits to the display, as set through the various limit functions.\r
- *\r
- * \param send_end_limits  True to also send the lower-right drawing limits\r
- */\r
-static inline void ili93xx_send_draw_limits(const bool send_end_limits)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Set Horizontal Address Start Position */\r
-               ili93xx_write_register_word(ILI9325_HORIZONTAL_ADDR_START,\r
-                               (uint16_t)limit_start_x);\r
-\r
-               if (send_end_limits) {\r
-                       /** Set Horizontal Address End Position */\r
-                       ili93xx_write_register_word(ILI9325_HORIZONTAL_ADDR_END,\r
-                                       (uint16_t)(limit_end_x));\r
-               }\r
-\r
-               /** Set Vertical Address Start Position */\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_ADDR_START,\r
-                               (uint16_t)limit_start_y);\r
-               if (send_end_limits) {\r
-                       /** Set Vertical Address End Position */\r
-                       ili93xx_write_register_word(ILI9325_VERTICAL_ADDR_END,\r
-                                       (uint16_t)(limit_end_y));\r
-               }\r
-\r
-               /** GRAM Horizontal/Vertical Address Set (R20h, R21h) */\r
-               ili93xx_write_register_word(ILI9325_HORIZONTAL_GRAM_ADDR_SET,\r
-                               limit_start_x);\r
-               ili93xx_write_register_word(ILI9325_VERTICAL_GRAM_ADDR_SET,\r
-                               limit_start_y);\r
-\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** Set Horizontal Address Start Position */\r
-               ili93xx_write_register_word(ILI9341_CMD_COLUMN_ADDRESS_SET,\r
-                               (uint16_t)limit_start_x);\r
-\r
-               if (send_end_limits) {\r
-                       /** Set Horizontal Address End Position */\r
-                       ili93xx_write_register_word(\r
-                                       ILI9341_CMD_COLUMN_ADDRESS_SET,\r
-                                       (uint16_t)(limit_end_x));\r
-               }\r
-\r
-               ili93xx_write_register(0, NULL, 0);\r
-\r
-               /** Set Vertical Address Start Position */\r
-               ili93xx_write_register_word(ILI9341_CMD_PAGE_ADDRESS_SET,\r
-                               (uint16_t)limit_start_y);\r
-               if (send_end_limits) {\r
-                       /** Set Vertical Address End Position */\r
-                       ili93xx_write_register_word(\r
-                                       ILI9341_CMD_PAGE_ADDRESS_SET,\r
-                                       (uint16_t)(limit_end_y));\r
-               }\r
-\r
-               ili93xx_write_register(0, NULL, 0);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set the display top left drawing limit\r
- *\r
- * Use this function to set the top left limit of the drawing limit box.\r
- *\r
- * \param x The x coordinate of the top left corner\r
- * \param y The y coordinate of the top left corner\r
- */\r
-void ili93xx_set_top_left_limit(ili93xx_coord_t x, ili93xx_coord_t y)\r
-{\r
-       limit_start_x = x;\r
-       limit_start_y = y;\r
-\r
-       ili93xx_send_draw_limits(false);\r
-}\r
-\r
-/**\r
- * \brief Set the display bottom right drawing limit\r
- *\r
- * Use this function to set the bottom right corner of the drawing limit box.\r
- *\r
- * \param x The x coordinate of the bottom right corner\r
- * \param y The y coordinate of the bottom right corner\r
- */\r
-void ili93xx_set_bottom_right_limit(ili93xx_coord_t x, ili93xx_coord_t y)\r
-{\r
-       limit_end_x = x;\r
-       limit_end_y = y;\r
-\r
-       ili93xx_send_draw_limits(true);\r
-}\r
-\r
-/**\r
- * \brief Set the full display drawing limits\r
- *\r
- * Use this function to set the full drawing limit box.\r
- *\r
- * \param start_x The x coordinate of the top left corner\r
- * \param start_y The y coordinate of the top left corner\r
- * \param end_x The x coordinate of the bottom right corner\r
- * \param end_y The y coordinate of the bottom right corner\r
- */\r
-void ili93xx_set_limits(ili93xx_coord_t start_x, ili93xx_coord_t start_y,\r
-               ili93xx_coord_t end_x, ili93xx_coord_t end_y)\r
-{\r
-       limit_start_x = start_x;\r
-       limit_start_y = start_y;\r
-       limit_end_x = end_x;\r
-       limit_end_y = end_y;\r
-\r
-       ili93xx_send_draw_limits(true);\r
-}\r
-\r
-/**\r
- * \brief Read a single color from the graphical memory\r
- *\r
- * Use this function to read a color from the graphical memory of the\r
- * controller.\r
- *\r
- * \retval ili93xx_color_t The read color pixel\r
- */\r
-ili93xx_color_t ili93xx_read_gram(void)\r
-{\r
-       uint8_t value[3];\r
-       ili93xx_color_t color;\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               LCD_IR(0);\r
-               /** Write Data to GRAM (R22h) */\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-               /** two dummy read */\r
-               value[0] = LCD_RD();\r
-               value[1] = LCD_RD();\r
-               /** data upper byte */\r
-               value[0] = LCD_RD();\r
-               /** data lower byte */\r
-               value[1] = LCD_RD();\r
-\r
-               /** Convert RGB565 to RGB888 */\r
-               /** For BGR format */\r
-               color = ((value[0] & 0xF8)) |\r
-                               ((value[0] & 0x07) << 13) | ((value[1] & 0xE0) << 5) |\r
-                               ((value[1] & 0x1F) << 19);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               LCD_IR(0);\r
-               /** Write Data to GRAM (R2Eh) */\r
-               LCD_IR(ILI9341_CMD_MEMORY_READ);\r
-               /** dummy read */\r
-               value[0] = LCD_RD();\r
-               /** the highest byte - R byte*/\r
-               value[0] = LCD_RD();\r
-               /** the middle byte - G byte*/\r
-               value[1] = LCD_RD();\r
-               /** the lowest byte - B byte*/\r
-               value[2] = LCD_RD();\r
-               /** combine R, G, B byte to a color value */\r
-               color = (value[0] << 16) | (value[1] << 8) | value[2];\r
-       }\r
-       return color;\r
-}\r
-\r
-/**\r
- * \brief Write the graphical memory with a single color pixel\r
- *\r
- * Use this function to write a single color pixel to the controller memory.\r
- *\r
- * \param color The color pixel to write to the screen\r
- */\r
-void ili93xx_write_gram(ili93xx_color_t color)\r
-{\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               LCD_IR(0);\r
-               /** Write Data to GRAM (R22h) */\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               /** memory write command (R2Ch)*/\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-       }\r
-       LCD_WD((color >> 16) & 0xFF);\r
-       LCD_WD((color >> 8) & 0xFF);\r
-       LCD_WD(color & 0xFF);\r
-}\r
-\r
-/**\r
- * \brief Copy pixels from SRAM to the screen\r
- *\r
- * Used to copy a large quantitative of data to the screen in one go.\r
- *\r
- * \param pixels Pointer to the pixel data\r
- * \param count Number of pixels to copy to the screen\r
- */\r
-void ili93xx_copy_pixels_to_screen(const ili93xx_color_t *pixels,\r
-               uint32_t count)\r
-{\r
-       /** Sanity check to make sure that the pixel count is not zero */\r
-       Assert(count > 0);\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-       }\r
-\r
-       while (count--) {\r
-               LCD_WD((*pixels >> 16) & 0xFF);\r
-               LCD_WD((*pixels >> 8) & 0xFF);\r
-               LCD_WD(*pixels & 0xFF);\r
-               pixels++;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Copy pixels from SRAM to the screen\r
- *\r
- * Used to copy a large quantitative of data to the screen in one go.\r
- *\r
- * \param pixels Pointer to the pixel data\r
- * \param count Number of pixels to copy to the screen\r
- */\r
-void ili93xx_copy_raw_pixel_24bits_to_screen(const uint8_t *raw_pixels,\r
-               uint32_t count)\r
-{\r
-       ili93xx_color_t pixels;\r
-\r
-       /** Sanity check to make sure that the pixel count is not zero */\r
-       Assert(count > 0);\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-       }\r
-       while (count--) {\r
-               pixels = (*raw_pixels)  |\r
-                               (*(raw_pixels +1)) << 8 |\r
-                               (*(raw_pixels + 2)) << 16;\r
-               LCD_WD((pixels >> 16) & 0xFF);\r
-               LCD_WD((pixels >> 8) & 0xFF);\r
-               LCD_WD(pixels & 0xFF);\r
-               raw_pixels += 3;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set a given number of pixels to the same color\r
- *\r
- * Use this function to write a certain number of pixels to the same color\r
- * within a set limit.\r
- *\r
- * \param color The color to write to the display\r
- * \param count The number of pixels to write with this color\r
- */\r
-void ili93xx_duplicate_pixel(const ili93xx_color_t color, uint32_t count)\r
-{\r
-       /** Sanity check to make sure that the pixel count is not zero */\r
-       Assert(count > 0);\r
-\r
-       if (g_uc_device_type == DEVICE_TYPE_ILI9325) {\r
-               /** Write Data to GRAM (R22h) */\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-       } else if (g_uc_device_type == DEVICE_TYPE_ILI9341) {\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-       }\r
-\r
-       while (count--) {\r
-               LCD_WD((color >> 16) & 0xFF);\r
-               LCD_WD((color >> 8) & 0xFF);\r
-               LCD_WD(color & 0xFF);\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Copy pixels from the screen to a pixel buffer\r
- *\r
- * Use this function to copy pixels from the display to an internal SRAM buffer.\r
- *\r
- * \param pixels Pointer to the pixel buffer to read to\r
- * \param count Number of pixels to read\r
- */\r
-void ili93xx_copy_pixels_from_screen(ili93xx_color_t *pixels, uint32_t count)\r
-{\r
-       /** Remove warnings */\r
-       UNUSED(pixels);\r
-       UNUSED(count);\r
-}\r
-\r
-/**\r
- * \}\r
- */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/display/ili93xx/ili93xx.h
deleted file mode 100644 (file)
index 61ba214..0000000
+++ /dev/null
@@ -1,349 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief API driver for ili93xx TFT display component.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ILI93XX_H_INCLUDED\r
-#define ILI93XX_H_INCLUDED\r
-\r
-/**\r
- * \defgroup ili93xx_display_group - LCD with ili93xx component driver\r
- *\r
- * This is a driver for LCD with ili93xx. Now this driver supports ili9325 and\r
- * ili9341.This component is custom LCD used for SAM4E-EK.\r
- * The driver provides functions for initializtion and control of the LCD.\r
- *\r
- * See \ref sam_component_ili93xx_quickstart.\r
- *\r
- * \{\r
- */\r
-\r
-#include "compiler.h"\r
-#include "board.h"\r
-#include "conf_ili93xx.h"\r
-\r
-/** @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/** @endcond */\r
-\r
-/** Type define for an integer type large enough to store a pixel color. */\r
-typedef uint32_t ili93xx_color_t;\r
-\r
-/** Type define for an integer type large enough to store a pixel coordinate.\r
- */\r
-typedef int16_t ili93xx_coord_t;\r
-\r
-/** This macro generates a 16-bit native color for the display from a\r
- *  24-bit RGB value.\r
- */\r
-#define ili93xx_COLOR(r, g, b) ((r << 16) | (g << 8) | b)\r
-\r
-typedef ili93xx_color_t gfx_color_t;\r
-typedef int16_t gfx_coord_t;\r
-\r
-/** ili93xx screen size */\r
-#define ILI93XX_LCD_WIDTH  240\r
-#define ILI93XX_LCD_HEIGHT 320\r
-\r
-/** ili93xx ID code */\r
-#define ILI9325_DEVICE_CODE (0x9325u)\r
-#define ILI9341_DEVICE_CODE (0x9341u)\r
-#define DEVICE_TYPE_ILI9325  1\r
-#define DEVICE_TYPE_ILI9341  2\r
-/** Define EBI access for ILI93xx 8-bit System Interface.*/\r
-#if defined(BOARD_ILI93XX_ADDR) && defined (BOARD_ILI93XX_RS)\r
-static inline void LCD_IR(uint8_t lcd_index)\r
-{\r
-       /** ILI9325 index register address */\r
-       *((volatile uint8_t *)(BOARD_ILI93XX_ADDR)) = lcd_index;\r
-}\r
-\r
-static inline void LCD_WD(uint8_t lcd_data)\r
-{\r
-       *((volatile uint8_t *)((BOARD_ILI93XX_ADDR) | (BOARD_ILI93XX_RS))) =\r
-                                                                                                                               lcd_data;\r
-}\r
-\r
-static inline uint8_t LCD_RD(void)\r
-{\r
-       return *((volatile uint8_t *)((BOARD_ILI93XX_ADDR) |(BOARD_ILI93XX_RS)));\r
-}\r
-\r
-#else\r
-       #error "Missing module configuration for ILI93xx!"\r
-#endif\r
-\r
-/** RGB 24-bits color table definition (RGB888). */\r
-#define COLOR_BLACK          (0x000000u)\r
-#define COLOR_WHITE          (0xFFFFFFu)\r
-#define COLOR_BLUE           (0x0000FFu)\r
-#define COLOR_GREEN          (0x00FF00u)\r
-#define COLOR_RED            (0xFF0000u)\r
-#define COLOR_NAVY           (0x000080u)\r
-#define COLOR_DARKBLUE       (0x00008Bu)\r
-#define COLOR_DARKGREEN      (0x006400u)\r
-#define COLOR_DARKCYAN       (0x008B8Bu)\r
-#define COLOR_CYAN           (0x00FFFFu)\r
-#define COLOR_TURQUOISE      (0x40E0D0u)\r
-#define COLOR_INDIGO         (0x4B0082u)\r
-#define COLOR_DARKRED        (0x800000u)\r
-#define COLOR_OLIVE          (0x808000u)\r
-#define COLOR_GRAY           (0x808080u)\r
-#define COLOR_SKYBLUE        (0x87CEEBu)\r
-#define COLOR_BLUEVIOLET     (0x8A2BE2u)\r
-#define COLOR_LIGHTGREEN     (0x90EE90u)\r
-#define COLOR_DARKVIOLET     (0x9400D3u)\r
-#define COLOR_YELLOWGREEN    (0x9ACD32u)\r
-#define COLOR_BROWN          (0xA52A2Au)\r
-#define COLOR_DARKGRAY       (0xA9A9A9u)\r
-#define COLOR_SIENNA         (0xA0522Du)\r
-#define COLOR_LIGHTBLUE      (0xADD8E6u)\r
-#define COLOR_GREENYELLOW    (0xADFF2Fu)\r
-#define COLOR_SILVER         (0xC0C0C0u)\r
-#define COLOR_LIGHTGREY      (0xD3D3D3u)\r
-#define COLOR_LIGHTCYAN      (0xE0FFFFu)\r
-#define COLOR_VIOLET         (0xEE82EEu)\r
-#define COLOR_AZUR           (0xF0FFFFu)\r
-#define COLOR_BEIGE          (0xF5F5DCu)\r
-#define COLOR_MAGENTA        (0xFF00FFu)\r
-#define COLOR_TOMATO         (0xFF6347u)\r
-#define COLOR_GOLD           (0xFFD700u)\r
-#define COLOR_ORANGE         (0xFFA500u)\r
-#define COLOR_SNOW           (0xFFFAFAu)\r
-#define COLOR_YELLOW         (0xFFFF00u)\r
-\r
-/**\r
- * Input parameters when initializing ili9325 driver.\r
- */\r
-struct ili93xx_opt_t {\r
-       /** LCD width in pixel*/\r
-       uint32_t ul_width;\r
-       /** LCD height in pixel*/\r
-       uint32_t ul_height;\r
-       /** LCD foreground color*/\r
-       uint32_t foreground_color;\r
-       /** LCD background color*/\r
-       uint32_t background_color;\r
-};\r
-\r
-/**\r
- * Font structure\r
- */\r
-struct ili93xx_font {\r
-       /** Font width in pixels. */\r
-       uint8_t width;\r
-       /** Font height in pixels. */\r
-       uint8_t height;\r
-};\r
-\r
-/**\r
- * Display direction option\r
- */\r
-enum ili93xx_display_direction {\r
-       LANDSCAPE  = 0,\r
-       PORTRAIT   = 1\r
-};\r
-\r
-/**\r
- * Shift direction option\r
- */\r
-enum ili93xx_shift_direction {\r
-       H_INCREASE  = 0,\r
-       H_DECREASE  = 1\r
-};\r
-\r
-/**\r
- * Scan direction option\r
- */\r
-enum ili93xx_scan_direction {\r
-       V_INCREASE  = 0,\r
-       V_DEREASE   = 1\r
-};\r
-\r
-uint32_t ili93xx_init(struct ili93xx_opt_t *p_opt);\r
-void ili93xx_display_on(void);\r
-void ili93xx_display_off(void);\r
-void ili93xx_set_foreground_color(ili93xx_color_t ul_color);\r
-void ili93xx_fill(ili93xx_color_t ul_color);\r
-void ili93xx_set_window(uint32_t ul_x, uint32_t ul_y,\r
-               uint32_t ul_width, uint32_t ul_height);\r
-void ili93xx_set_cursor_position(uint16_t us_x, uint16_t us_y);\r
-void ili93xx_scroll(int32_t ul_lines);\r
-void ili93xx_enable_scroll(void);\r
-void ili93xx_disable_scroll(void);\r
-void ili93xx_set_display_direction(enum ili93xx_display_direction e_dd,\r
-               enum ili93xx_shift_direction e_shd,\r
-               enum ili93xx_scan_direction e_scd);\r
-uint32_t ili93xx_draw_pixel(uint32_t ul_x, uint32_t ul_y);\r
-ili93xx_color_t ili93xx_get_pixel(uint32_t ul_x, uint32_t ul_y);\r
-void ili93xx_draw_line(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2);\r
-void ili93xx_draw_rectangle(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2);\r
-void ili93xx_draw_filled_rectangle(uint32_t ul_x1, uint32_t ul_y1,\r
-               uint32_t ul_x2, uint32_t ul_y2);\r
-uint32_t ili93xx_draw_circle(uint32_t ul_x, uint32_t ul_y, uint32_t ul_r);\r
-uint32_t ili93xx_draw_filled_circle(uint32_t ul_x, uint32_t ul_y,\r
-               uint32_t ul_r);\r
-void ili93xx_draw_string(uint32_t ul_x, uint32_t ul_y, const uint8_t *p_str);\r
-void ili93xx_draw_pixmap(uint32_t ul_x, uint32_t ul_y, uint32_t ul_width,\r
-               uint32_t ul_height, const ili93xx_color_t *p_ul_pixmap);\r
-void ili93xx_set_top_left_limit(ili93xx_coord_t x, ili93xx_coord_t y);\r
-void ili93xx_set_bottom_right_limit(ili93xx_coord_t x, ili93xx_coord_t y);\r
-void ili93xx_set_limits(ili93xx_coord_t start_x, ili93xx_coord_t start_y,\r
-               ili93xx_coord_t end_x, ili93xx_coord_t end_y);\r
-ili93xx_color_t ili93xx_read_gram(void);\r
-void ili93xx_write_gram(ili93xx_color_t color);\r
-void ili93xx_copy_pixels_to_screen(const ili93xx_color_t *pixels,\r
-               uint32_t count);\r
-void ili93xx_copy_raw_pixel_24bits_to_screen(const uint8_t *raw_pixels,\r
-               uint32_t count);\r
-void ili93xx_duplicate_pixel(const ili93xx_color_t color, uint32_t count);\r
-void ili93xx_copy_pixels_from_screen(ili93xx_color_t *pixels, uint32_t count);\r
-uint8_t ili93xx_device_type(void);\r
-void ili93xx_vscroll_area_define(uint16_t us_tfa, uint16_t us_vsa,\r
-               uint16_t us_bfa);\r
-uint8_t ili93xx_device_type_identify(void);\r
-\r
-/** @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/** @endcond */\r
-\r
-/**\r
- * \}\r
- */\r
-\r
-/**\r
- * \page sam_component_ili93xx_quickstart Quick Start Guide for the ILI93XX\r
- * LCD Glass component.\r
- *\r
- * This is the quick start guide for the \ref ili93xx_display_group, with\r
- * step-by-step instructions on how to configure and use the driver for\r
- * a specific use case.The code examples can be copied into e.g the main\r
- * application loop or any other function that will need to control the\r
- * ili93xx LCD Glass component module. Now ili9325 and ili9341 are supported.\r
- *\r
- * \section ili93xx_qs_use_cases Use cases\r
- * - \ref ili93xx_basic\r
- *\r
- * \section ili93xx_basic ili93xx LCD Glass basic usage\r
- *\r
- * This use case will demonstrate how to initialize the ili93xx LCD Glass\r
- * module.\r
- *\r
- *\r
- * \section ili93xx_basic_setup Setup steps\r
- *\r
- * \subsection ili93xx_basic_prereq Prerequisites\r
- *\r
- * This module requires the following driver\r
- * - \ref smc_group\r
- *\r
- * \subsection ili93xx_basic_setup_code\r
- *\r
- * Add this to the main loop or a setup function:\r
- * \code\r
- * struct ili93xx_opt_t g_ili93xx_display_opt;\r
- * g_ili93xx_display_opt.ul_width = ILI93XX_LCD_WIDTH;\r
- * g_ili93xx_display_opt.ul_height = ILI93XX_LCD_HEIGHT;\r
- * g_ili93xx_display_opt.foreground_color = COLOR_BLACK;\r
- * g_ili93xx_display_opt.background_color = COLOR_WHITE;\r
- * ili93xx_init(&g_ili93xx_display_opt);\r
- * \endcode\r
- *\r
- * \subsection ili93xx_basic_setup_workflow\r
- * -\ref ili93xx_basic_setup_code\r
- *\r
- * \section ili93xx_basic_usage Usage steps\r
- *\r
- * \subsection ili93xx_basic_usage_code\r
- *\r
- * -# Set display on\r
- * \code\r
- * ili93xx_display_on();\r
- * \endcode\r
- *\r
- * -# Turn display off\r
- * \code\r
- * ili93xx_display_off();\r
- * \endcode\r
- *\r
- * -# Draw a pixel\r
- * \code\r
- * ili93xx_set_foreground_color(COLOR_RED);\r
- * ili93xx_draw_pixel(60, 60);\r
- * \endcode\r
- *\r
- * -# Draw a line and circle\r
- * \code\r
- * ili93xx_set_foreground_color(COLOR_BLUE);\r
- * ili93xx_draw_circle(180, 160, 40);\r
- * ili93xx_set_foreground_color(COLOR_VIOLET);\r
- * ili93xx_draw_line(0, 0, 240, 320);\r
- * \endcode\r
- *\r
- * -# Draw a string of text\r
- * \code\r
- * ili93xx_set_foreground_color(COLOR_BLACK);\r
- * ili93xx_draw_string(10, 20, (uint8_t *)"ili93xx_lcd example");\r
- * \endcode\r
- *\r
- * -# Fill a rectangle with one certain color\r
- * \code\r
- * ili93xx_set_foreground_color(COLOR_BLUE);\r
- * ili93xx_draw_filled_rectangle(0, 0, ILI93XX_LCD_WIDTH, ILI93XX_LCD_HEIGHT);\r
- * \endcode\r
- *\r
- * -# Get device type\r
- * \code\r
- * ili93xx_device_type();\r
- * \endcode\r
- */\r
-\r
-#endif /* ILI93XX_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/documentation.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/documentation.h
deleted file mode 100644 (file)
index 63837b0..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Ethernet Phy management\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-/**\r
- *\r
- * \defgroup ethernet_phy_group Ethernet Phy\r
- *\r
- * This is the common API for Ethernet Phy on ARMs. Additional features are available\r
- * in the documentation of the specific modules.\r
- *\r
- * \section ethernet_phy_group_platform Platform Dependencies\r
- *\r
- * The ethernet_phy API is partially chip- or platform-specific. While all\r
- * platforms provide mostly the same functionality, there are some\r
- * variations around how different bus types and clock tree structures\r
- * are handled.\r
- *\r
- * The following functions are available on all platforms, but there may\r
- * be variations in the function signature (i.e. parameters) and\r
- * behaviour. These functions are typically called by platform-specific\r
- * parts of drivers, and applications that aren't intended to be\r
- * portable:\r
- *   - ethernet_phy_init()\r
- *   - ethernet_phy_set_link()\r
- *   - ethernet_phy_auto_negotiate()\r
- *   - ethernet_phy_reset()\r
- *\r
- * @{\r
- */\r
-\r
-//! @}\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.c
deleted file mode 100644 (file)
index 790f9df..0000000
+++ /dev/null
@@ -1,428 +0,0 @@
- /**\r
- * \file\r
- *\r
- * \brief API driver for KSZ8051MNL PHY component.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "ethernet_phy.h"\r
-#include "gmac.h"\r
-#include "conf_eth.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \defgroup ksz8051mnl_ethernet_phy_group PHY component (KSZ8051MNL)\r
- *\r
- * Driver for the ksz8051mnl component. This driver provides access to the main\r
- * features of the PHY.\r
- *\r
- * \section dependencies Dependencies\r
- * This driver depends on the following modules:\r
- * - \ref gmac_group Ethernet Media Access Controller (GMAC) module.\r
- *\r
- * @{\r
- */\r
-\r
-/* Max PHY number */\r
-#define ETH_PHY_MAX_ADDR   31\r
-\r
-/* Ethernet PHY operation max retry count */\r
-#define ETH_PHY_RETRY_MAX 1000000\r
-\r
-/* Ethernet PHY operation timeout */\r
-#define ETH_PHY_TIMEOUT 10\r
-\r
-/**\r
- * \brief Find a valid PHY Address ( from addrStart to 31 ).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- * \param uc_start_addr Start address of the PHY to be searched.\r
- *\r
- * \return 0xFF when no valid PHY address is found.\r
- */\r
-static uint8_t ethernet_phy_find_valid(Gmac *p_gmac, uint8_t uc_phy_addr,\r
-               uint8_t uc_start_addr)\r
-{\r
-       uint32_t ul_value = 0;\r
-       uint8_t uc_rc = 0;\r
-       uint8_t uc_cnt;\r
-       uint8_t uc_phy_address = uc_phy_addr;\r
-\r
-       gmac_enable_management(p_gmac, true);\r
-\r
-       /* Check the current PHY address */\r
-       gmac_phy_read(p_gmac, uc_phy_addr, GMII_PHYID1, &ul_value);\r
-\r
-       /* Find another one */\r
-       if (ul_value != GMII_OUI_LSB) {\r
-               uc_rc = 0xFF;\r
-               for (uc_cnt = uc_start_addr; uc_cnt <= ETH_PHY_MAX_ADDR; uc_cnt++) {\r
-                       uc_phy_address = (uc_phy_address + 1) & 0x1F;\r
-                       gmac_phy_read(p_gmac, uc_phy_address, GMII_PHYID1, &ul_value);\r
-                       if (ul_value == GMII_OUI_MSB) {\r
-                               uc_rc = uc_phy_address;\r
-                               break;\r
-                       }\r
-               }\r
-       }\r
-\r
-       gmac_enable_management(p_gmac, false);\r
-\r
-       if (uc_rc != 0xFF) {\r
-               gmac_phy_read(p_gmac, uc_phy_address, GMII_BMSR, &ul_value);\r
-       }\r
-       return uc_rc;\r
-}\r
-\r
-\r
-/**\r
- * \brief Perform a HW initialization to the PHY and set up clocks.\r
- *\r
- * This should be called only once to initialize the PHY pre-settings.\r
- * The PHY address is the reset status of CRS, RXD[3:0] (the emacPins' pullups).\r
- * The COL pin is used to select MII mode on reset (pulled up for Reduced MII).\r
- * The RXDV pin is used to select test mode on reset (pulled up for test mode).\r
- * The above pins should be predefined for corresponding settings in resetPins.\r
- * The GMAC peripheral pins are configured after the reset is done.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- * \param ul_mck GMAC MCK.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_init(Gmac *p_gmac, uint8_t uc_phy_addr, uint32_t mck)\r
-{\r
-       uint8_t uc_rc = GMAC_TIMEOUT;\r
-       uint8_t uc_phy;\r
-\r
-       ethernet_phy_reset(GMAC,uc_phy_addr);\r
-\r
-       /* Configure GMAC runtime clock */\r
-       uc_rc = gmac_set_mdc_clock(p_gmac, mck);\r
-       if (uc_rc != GMAC_OK) {\r
-               return 0;\r
-       }\r
-\r
-       /* Check PHY Address */\r
-       uc_phy = ethernet_phy_find_valid(p_gmac, uc_phy_addr, 0);\r
-       if (uc_phy == 0xFF) {\r
-               return 0;\r
-       }\r
-       if (uc_phy != uc_phy_addr) {\r
-               ethernet_phy_reset(p_gmac, uc_phy_addr);\r
-       }\r
-\r
-       return uc_rc;\r
-}\r
-\r
-\r
-/**\r
- * \brief Get the Link & speed settings, and automatically set up the GMAC with the\r
- * settings.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- * \param uc_apply_setting_flag Set to 0 to not apply the PHY configurations, else to apply.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_set_link(Gmac *p_gmac, uint8_t uc_phy_addr,\r
-               uint8_t uc_apply_setting_flag)\r
-{\r
-       uint32_t ul_stat1;\r
-       uint32_t ul_stat2;\r
-       uint8_t uc_phy_address, uc_speed, uc_fd;\r
-       uint8_t uc_rc = GMAC_TIMEOUT;\r
-\r
-       gmac_enable_management(p_gmac, true);\r
-\r
-       uc_phy_address = uc_phy_addr;\r
-\r
-       uc_rc = gmac_phy_read(p_gmac, uc_phy_address, GMII_BMSR, &ul_stat1);\r
-       if (uc_rc != GMAC_OK) {\r
-               /* Disable PHY management and start the GMAC transfer */\r
-               gmac_enable_management(p_gmac, false);\r
-\r
-               return uc_rc;\r
-       }\r
-\r
-       if ((ul_stat1 & GMII_LINK_STATUS) == 0) {\r
-               /* Disable PHY management and start the GMAC transfer */\r
-               gmac_enable_management(p_gmac, false);\r
-\r
-               return GMAC_INVALID;\r
-       }\r
-\r
-       if (uc_apply_setting_flag == 0) {\r
-               /* Disable PHY management and start the GMAC transfer */\r
-               gmac_enable_management(p_gmac, false);\r
-\r
-               return uc_rc;\r
-       }\r
-\r
-       /* Read advertisement */\r
-       uc_rc = gmac_phy_read(p_gmac, uc_phy_address, GMII_ANAR, &ul_stat2);\r
-       if (uc_rc != GMAC_OK) {\r
-               /* Disable PHY management and start the GMAC transfer */\r
-               gmac_enable_management(p_gmac, false);\r
-\r
-               return uc_rc;\r
-       }\r
-\r
-       if ((ul_stat1 & GMII_100BASE_TX_FD) && (ul_stat2 & GMII_100TX_FDX)) {\r
-               /* Set GMAC for 100BaseTX and Full Duplex */\r
-               uc_speed = true;\r
-               uc_fd = true;\r
-       }\r
-\r
-       if ((ul_stat1 & GMII_10BASE_T_FD) && (ul_stat2 & GMII_10_FDX)) {\r
-               /* Set MII for 10BaseT and Full Duplex */\r
-               uc_speed = false;\r
-               uc_fd = true;\r
-       }\r
-\r
-       if ((ul_stat1 & GMII_100BASE_T4_HD) && (ul_stat2 & GMII_100TX_HDX)) {\r
-               /* Set MII for 100BaseTX and Half Duplex */\r
-               uc_speed = true;\r
-               uc_fd = false;\r
-       }\r
-\r
-       if ((ul_stat1 & GMII_10BASE_T_HD) && (ul_stat2 & GMII_10_HDX)) {\r
-               /* Set MII for 10BaseT and Half Duplex */\r
-               uc_speed = false;\r
-               uc_fd = false;\r
-       }\r
-\r
-       gmac_set_speed(p_gmac, uc_speed);\r
-       gmac_enable_full_duplex(p_gmac, uc_fd);\r
-\r
-       /* Start the GMAC transfers */\r
-       gmac_enable_management(p_gmac, false);\r
-       return uc_rc;\r
-}\r
-\r
-\r
-/**\r
- * \brief Issue an auto negotiation of the PHY.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_auto_negotiate(Gmac *p_gmac, uint8_t uc_phy_addr)\r
-{\r
-       uint32_t ul_retry_max = ETH_PHY_RETRY_MAX;\r
-       uint32_t ul_value;\r
-       uint32_t ul_phy_anar;\r
-       uint32_t ul_phy_analpar;\r
-       uint32_t ul_retry_count = 0;\r
-       uint8_t uc_speed = 0;\r
-       uint8_t uc_fd=0;\r
-       uint8_t uc_rc = GMAC_TIMEOUT;\r
-\r
-       gmac_enable_management(p_gmac, true);\r
-\r
-       /* Set up control register */\r
-       uc_rc = gmac_phy_read(p_gmac, uc_phy_addr, GMII_BMCR, &ul_value);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       ul_value &= ~(uint32_t)GMII_AUTONEG; /* Remove auto-negotiation enable */\r
-       ul_value &= ~(uint32_t)(GMII_LOOPBACK | GMII_POWER_DOWN);\r
-       ul_value |= (uint32_t)GMII_ISOLATE; /* Electrically isolate PHY */\r
-       uc_rc = gmac_phy_write(p_gmac, uc_phy_addr, GMII_BMCR, ul_value);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       /* \r
-        * Set the Auto_negotiation Advertisement Register.\r
-        * MII advertising for Next page.\r
-        * 100BaseTxFD and HD, 10BaseTFD and HD, IEEE 802.3.\r
-        */\r
-       ul_phy_anar = GMII_100TX_FDX | GMII_100TX_HDX | GMII_10_FDX | GMII_10_HDX | \r
-                       GMII_AN_IEEE_802_3;\r
-       uc_rc = gmac_phy_write(p_gmac, uc_phy_addr, GMII_ANAR, ul_phy_anar);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       /* Read & modify control register */\r
-       uc_rc = gmac_phy_read(p_gmac, uc_phy_addr, GMII_BMCR, &ul_value);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       ul_value |= GMII_SPEED_SELECT | GMII_AUTONEG | GMII_DUPLEX_MODE;\r
-       uc_rc = gmac_phy_write(p_gmac, uc_phy_addr, GMII_BMCR, ul_value);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       /* Restart auto negotiation */\r
-       ul_value |= (uint32_t)GMII_RESTART_AUTONEG;\r
-       ul_value &= ~(uint32_t)GMII_ISOLATE;\r
-       uc_rc = gmac_phy_write(p_gmac, uc_phy_addr, GMII_BMCR, ul_value);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-       /* Check if auto negotiation is completed */\r
-       while (1) {\r
-               uc_rc = gmac_phy_read(p_gmac, uc_phy_addr, GMII_BMSR, &ul_value);\r
-               if (uc_rc != GMAC_OK) {\r
-                       gmac_enable_management(p_gmac, false);\r
-                       return uc_rc;\r
-               }\r
-               /* Done successfully */\r
-               if (ul_value & GMII_AUTONEG_COMP) {\r
-                       break;\r
-               }\r
-\r
-               /* Timeout check */\r
-               if (ul_retry_max) {\r
-                       if (++ul_retry_count >= ul_retry_max) {\r
-                               gmac_enable_management(p_gmac, false);\r
-                               return GMAC_TIMEOUT;\r
-                       }\r
-               }\r
-       }\r
-\r
-       /* Get the auto negotiate link partner base page */\r
-       uc_rc = gmac_phy_read(p_gmac, uc_phy_addr, GMII_PCR1, &ul_phy_analpar);\r
-       if (uc_rc != GMAC_OK) {\r
-               gmac_enable_management(p_gmac, false);\r
-               return uc_rc;\r
-       }\r
-\r
-\r
-       /* Set up the GMAC link speed */\r
-       if ((ul_phy_anar & ul_phy_analpar) & GMII_100TX_FDX) {\r
-               /* Set MII for 100BaseTX and Full Duplex */\r
-               uc_speed = true;\r
-               uc_fd = true;\r
-       } else if ((ul_phy_anar & ul_phy_analpar) & GMII_10_FDX) {\r
-               /* Set MII for 10BaseT and Full Duplex */\r
-               uc_speed = false;\r
-               uc_fd = true;\r
-       } else if ((ul_phy_anar & ul_phy_analpar) & GMII_100TX_HDX) {\r
-               /* Set MII for 100BaseTX and half Duplex */\r
-               uc_speed = true;\r
-               uc_fd = false;\r
-       } else if ((ul_phy_anar & ul_phy_analpar) & GMII_10_HDX) {\r
-               /* Set MII for 10BaseT and half Duplex */\r
-               uc_speed = false;\r
-               uc_fd = false;\r
-       }\r
-\r
-       gmac_set_speed(p_gmac, uc_speed);\r
-       gmac_enable_full_duplex(p_gmac, uc_fd);\r
-\r
-       /* Select Media Independent Interface type */\r
-       gmac_select_mii_mode(p_gmac, ETH_PHY_MODE);\r
-\r
-       gmac_enable_transmit(GMAC, true);\r
-       gmac_enable_receive(GMAC, true);\r
-\r
-       gmac_enable_management(p_gmac, false);\r
-       return uc_rc;\r
-}\r
-\r
-/**\r
- * \brief Issue a SW reset to reset all registers of the PHY.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- *\r
- * \Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_reset(Gmac *p_gmac, uint8_t uc_phy_addr)\r
-{\r
-       uint32_t ul_bmcr = GMII_RESET;\r
-       uint8_t uc_phy_address = uc_phy_addr;\r
-       uint32_t ul_timeout = ETH_PHY_TIMEOUT;\r
-       uint8_t uc_rc = GMAC_TIMEOUT;\r
-\r
-       gmac_enable_management(p_gmac, true);\r
-\r
-       ul_bmcr = GMII_RESET;\r
-       gmac_phy_write(p_gmac, uc_phy_address, GMII_BMCR, ul_bmcr);\r
-\r
-       do {\r
-               gmac_phy_read(p_gmac, uc_phy_address, GMII_BMCR, &ul_bmcr);\r
-               ul_timeout--;\r
-       } while ((ul_bmcr & GMII_RESET) && ul_timeout);\r
-\r
-       gmac_enable_management(p_gmac, false);\r
-\r
-       if (!ul_timeout) {\r
-               uc_rc = GMAC_OK;\r
-       }\r
-\r
-       return (uc_rc);\r
-}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \}\r
- */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/components/ethernet_phy/ksz8051mnl/ethernet_phy.h
deleted file mode 100644 (file)
index bb6c1bf..0000000
+++ /dev/null
@@ -1,211 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief KSZ8051MNL (Ethernet PHY) driver for SAM.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ETHERNET_PHY_H_INCLUDED\r
-#define ETHERNET_PHY_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-\r
-// IEEE defined Registers\r
-#define GMII_BMCR        0x00   // Basic Control\r
-#define GMII_BMSR        0x01   // Basic Status\r
-#define GMII_PHYID1      0x02   // PHY Idendifier 1\r
-#define GMII_PHYID2      0x03   // PHY Idendifier 2\r
-#define GMII_ANAR        0x04   // Auto_Negotiation Advertisement\r
-#define GMII_ANLPAR      0x05   // Auto_negotiation Link Partner Ability\r
-#define GMII_ANER        0x06   // Auto-negotiation Expansion\r
-#define GMII_ANNPR       0x07   // Auto-negotiation Next Page\r
-#define GMII_ANLPNPAR    0x08   // Link Partner Next Page Ability\r
-//#define GMII_1000BTCR    9   // 1000Base-T Control  // Reserved\r
-//#define GMII_1000BTSR   10   // 1000Base-T Status   // Reserved\r
-#define GMII_AFECR1        0x11   // AFE Control 1\r
-//#define GMII_ERDWR      12   // Extend Register - Data Write Register\r
-//#define GMII_ERDRR      13   // Extend Register - Data Read Register\r
-//14    reserved\r
-#define GMII_RXERCR        0x15   // RXER Counter\r
-\r
-#define GMII_OMSOR        0x16   // Operation Mode Strap Override\r
-#define GMII_OMSSR       0x17   // Operation Mode Strap Status\r
-#define GMII_ECR      0x18   // Expanded Control\r
-//#define GMII_DPPSR      19   // Digital PMA/PCS Status\r
-//20    reserved\r
-//#define GMII_RXERCR     21   // RXER Counter Register\r
-//22-26 reserved\r
-#define GMII_ICSR        0x1B   // Interrupt Control/Status\r
-//#define GMII_DDC1R       28   // Digital Debug Control 1 Register\r
-#define GMII_LCSR        0x1D   // LinkMD Control/Status\r
-\r
-//29-30 reserved\r
-#define GMII_PCR1       0x1E   // PHY Control 1\r
-#define GMII_PCR2       0x1F   // PHY Control 2\r
-\r
-/*\r
-//Extend Registers\r
-#define GMII_CCR        256  // Common Control Register\r
-#define GMII_SSR        257  // Strap Status Register\r
-#define GMII_OMSOR      258  // Operation Mode Strap Override Register\r
-#define GMII_OMSSR      259  // Operation Mode Strap Status Register\r
-#define GMII_RCCPSR     260  // RGMII Clock and Control Pad Skew Register\r
-#define GMII_RRDPSR     261  // RGMII RX Data Pad Skew Register\r
-#define GMII_ATR        263  // Analog Test Register\r
-*/\r
-\r
-\r
-// Bit definitions: GMII_BMCR 0x00 Basic Control\r
-#define GMII_RESET             (1 << 15) // 1= Software Reset; 0=Normal Operation\r
-#define GMII_LOOPBACK          (1 << 14) // 1=loopback Enabled; 0=Normal Operation\r
-#define GMII_SPEED_SELECT      (1 << 13) // 1=100Mbps; 0=10Mbps\r
-#define GMII_AUTONEG           (1 << 12) // Auto-negotiation Enable\r
-#define GMII_POWER_DOWN        (1 << 11) // 1=Power down 0=Normal operation\r
-#define GMII_ISOLATE           (1 << 10) // 1 = Isolates 0 = Normal operation\r
-#define GMII_RESTART_AUTONEG   (1 << 9)  // 1 = Restart auto-negotiation 0 = Normal operation\r
-#define GMII_DUPLEX_MODE       (1 << 8)  // 1 = Full duplex operation 0 = Normal operation\r
-#define GMII_COLLISION_TEST    (1 << 7)  // 1 = Enable COL test; 0 = Disable COL test\r
-//#define GMII_SPEED_SELECT_MSB  (1 << 6)  // Reserved\r
-//      Reserved                6 to 0   // Read as 0, ignore on write\r
-\r
-// Bit definitions: GMII_BMSR 0x01 Basic Status\r
-#define GMII_100BASE_T4        (1 << 15) // 100BASE-T4 Capable\r
-#define GMII_100BASE_TX_FD     (1 << 14) // 100BASE-TX Full Duplex Capable\r
-#define GMII_100BASE_T4_HD     (1 << 13) // 100BASE-TX Half Duplex Capable\r
-#define GMII_10BASE_T_FD       (1 << 12) // 10BASE-T Full Duplex Capable\r
-#define GMII_10BASE_T_HD       (1 << 11) // 10BASE-T Half Duplex Capable\r
-//      Reserved                10 to79  // Read as 0, ignore on write\r
-//#define GMII_EXTEND_STATUS     (1 << 8)  // 1 = Extend Status Information In Reg 15\r
-//      Reserved                7\r
-#define GMII_MF_PREAMB_SUPPR   (1 << 6)  // MII Frame Preamble Suppression\r
-#define GMII_AUTONEG_COMP      (1 << 5)  // Auto-negotiation Complete\r
-#define GMII_REMOTE_FAULT      (1 << 4)  // Remote Fault\r
-#define GMII_AUTONEG_ABILITY   (1 << 3)  // Auto Configuration Ability\r
-#define GMII_LINK_STATUS       (1 << 2)  // Link Status\r
-#define GMII_JABBER_DETECT     (1 << 1)  // Jabber Detect\r
-#define GMII_EXTEND_CAPAB      (1 << 0)  // Extended Capability\r
-\r
-\r
-// Bit definitions: GMII_PHYID1 0x02 PHY Idendifier 1\r
-// Bit definitions: GMII_PHYID2 0x03 PHY Idendifier 2\r
-#define GMII_LSB_MASK           0x3F\r
-#define GMII_OUI_MSB            0x0022\r
-#define GMII_OUI_LSB            0x05\r
-\r
-\r
-// Bit definitions: GMII_ANAR   0x04 Auto_Negotiation Advertisement\r
-// Bit definitions: GMII_ANLPAR 0x05 Auto_negotiation Link Partner Ability\r
-#define GMII_NP               (1 << 15) // Next page Indication\r
-//      Reserved               7\r
-#define GMII_RF               (1 << 13) // Remote Fault\r
-//      Reserved               12       // Write as 0, ignore on read\r
-#define GMII_PAUSE_MASK       (3 << 11) // 0,0 = No Pause 1,0 = Asymmetric Pause(link partner)\r
-                                        // 0,1 = Symmetric Pause 1,1 = Symmetric&Asymmetric Pause(local device)   \r
-#define GMII_100T4               (1 << 9)  // 100BASE-T4 Support\r
-#define GMII_100TX_FDX           (1 << 8)  // 100BASE-TX Full Duplex Support\r
-#define GMII_100TX_HDX           (1 << 7)  // 100BASE-TX Support\r
-#define GMII_10_FDX           (1 << 6)  // 10BASE-T Full Duplex Support\r
-#define GMII_10_HDX           (1 << 5)  // 10BASE-T Support\r
-//      Selector                 4 to 0   // Protocol Selection Bits\r
-#define GMII_AN_IEEE_802_3      0x0001    // [00001] = IEEE 802.3\r
-\r
-\r
-// Bit definitions: GMII_ANER 0x06 Auto-negotiation Expansion\r
-//      Reserved                15 to 5  // Read as 0, ignore on write\r
-#define GMII_PDF              (1 << 4) // Local Device Parallel Detection Fault\r
-#define GMII_LP_NP_ABLE       (1 << 3) // Link Partner Next Page Able\r
-#define GMII_NP_ABLE          (1 << 2) // Local Device Next Page Able\r
-#define GMII_PAGE_RX          (1 << 1) // New Page Received\r
-#define GMII_LP_AN_ABLE       (1 << 0) // Link Partner Auto-negotiation Able\r
-\r
-/**\r
- * \brief Perform a HW initialization to the PHY and set up clocks.\r
- *\r
- * This should be called only once to initialize the PHY pre-settings.\r
- * The PHY address is the reset status of CRS, RXD[3:0] (the GmacPins' pullups).\r
- * The COL pin is used to select MII mode on reset (pulled up for Reduced MII).\r
- * The RXDV pin is used to select test mode on reset (pulled up for test mode).\r
- * The above pins should be predefined for corresponding settings in resetPins.\r
- * The GMAC peripheral pins are configured after the reset is done.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- * \param ul_mck GMAC MCK.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_init(Gmac *p_gmac, uint8_t uc_phy_addr, uint32_t ul_mck);\r
-\r
-\r
-/**\r
- * \brief Get the Link & speed settings, and automatically set up the GMAC with the\r
- * settings.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- * \param uc_apply_setting_flag Set to 0 to not apply the PHY configurations, else to apply.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_set_link(Gmac *p_gmac, uint8_t uc_phy_addr,\r
-               uint8_t uc_apply_setting_flag);\r
-\r
-\r
-/**\r
- * \brief Issue an auto negotiation of the PHY.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- *\r
- * Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_auto_negotiate(Gmac *p_gmac, uint8_t uc_phy_addr);\r
-\r
-/**\r
- * \brief Issue a SW reset to reset all registers of the PHY.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr PHY address.\r
- *\r
- * \Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t ethernet_phy_reset(Gmac *p_gmac, uint8_t uc_phy_addr);\r
-\r
-#endif /* #ifndef ETHERNET_PHY_H_INCLUDED */\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.c
deleted file mode 100644 (file)
index 4e18e6f..0000000
+++ /dev/null
@@ -1,429 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Static Memory Controller (SMC) driver for SAM.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "smc.h"\r
-#include "board.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \defgroup sam_drivers_smc_group Static Memory Controller (SMC)\r
- *\r
- * Driver for the Static Memory Controller. It provides functions for configuring\r
- * and using the on-chip SMC.\r
- *\r
- * @{\r
- */\r
-\r
-#if ((SAM3S) || (SAM3U) || (SAM3XA) || (SAM4S) || (SAM4E))\r
-#define SMC_WPKEY_VALUE (0x534D43)\r
-/**\r
- * \brief Configure the SMC Setup timing for the specified Chip Select.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip Select number to be set.\r
- * \param ul_setup_timing Setup timing for NWE, NCS, NRD.\r
- */\r
-void smc_set_setup_timing(Smc *p_smc, uint32_t ul_cs,\r
-               uint32_t ul_setup_timing)\r
-{\r
-       p_smc->SMC_CS_NUMBER[ul_cs].SMC_SETUP = ul_setup_timing;\r
-}\r
-\r
-/**\r
- * \brief Configure the SMC pulse timing for the specified Chip Select.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip Select number to be set.\r
- * \param ul_pulse_timing Pulse timing for NWE,NCS,NRD.\r
- */\r
-void smc_set_pulse_timing(Smc *p_smc, uint32_t ul_cs,\r
-               uint32_t ul_pulse_timing)\r
-{\r
-       p_smc->SMC_CS_NUMBER[ul_cs].SMC_PULSE = ul_pulse_timing;\r
-}\r
-\r
-/**\r
- * \brief Configure the SMC cycle timing for the specified Chip Select.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip Select number to be set.\r
- * \param ul_cycle_timing Cycle timing for NWE and NRD.\r
- */\r
-void smc_set_cycle_timing(Smc *p_smc, uint32_t ul_cs,\r
-               uint32_t ul_cycle_timing)\r
-{\r
-       p_smc->SMC_CS_NUMBER[ul_cs].SMC_CYCLE = ul_cycle_timing;\r
-}\r
-\r
-/**\r
- * \brief Configure the SMC mode for the specified Chip Select.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip select number to be set.\r
- * \param ul_mode SMC mode.\r
- */\r
-void smc_set_mode(Smc *p_smc, uint32_t ul_cs, uint32_t ul_mode)\r
-{\r
-       p_smc->SMC_CS_NUMBER[ul_cs].SMC_MODE = ul_mode;\r
-}\r
-\r
-/**\r
- * \brief Get the SMC mode of the specified Chip Select.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip select number to be set.\r
- *\r
- * \return SMC mode.\r
- */\r
-uint32_t smc_get_mode(Smc *p_smc, uint32_t ul_cs)\r
-{\r
-       return p_smc->SMC_CS_NUMBER[ul_cs].SMC_MODE;\r
-}\r
-\r
-/**\r
- * \brief Set write protection of SMC registers.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_enable 1 to enable, 0 to disable.\r
- */\r
-void smc_enable_writeprotect(Smc *p_smc, uint32_t ul_enable)\r
-{\r
-#if (SAM3S || SAM4S || SAM4E)\r
-       if (ul_enable)\r
-               p_smc->SMC_WPMR =\r
-                               SMC_WPMR_WPKEY(SMC_WPKEY_VALUE) | SMC_WPMR_WPEN;\r
-       else\r
-               p_smc->SMC_WPMR = SMC_WPMR_WPKEY(SMC_WPKEY_VALUE);\r
-#else\r
-       if (ul_enable)\r
-               p_smc->SMC_WPCR =\r
-                               SMC_WPCR_WP_KEY(SMC_WPKEY_VALUE) |\r
-                               SMC_WPCR_WP_EN;\r
-       else\r
-               p_smc->SMC_WPCR = SMC_WPCR_WP_KEY(SMC_WPKEY_VALUE);\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Get the status of SMC write protection register.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- *\r
- * \return Write protect status.\r
- */\r
-uint32_t smc_get_writeprotect_status(Smc *p_smc)\r
-{\r
-       return p_smc->SMC_WPSR;\r
-}\r
-#endif /* ((SAM3S) || (SAM3U) || (SAM3XA)) */\r
-\r
-#if ((SAM3U) || (SAM3XA))\r
-/**\r
- * \brief Configure the SMC nand timing for the specified Chip Select.\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cs Chip Select number to be set.\r
- * \param ul_nand_timing nand timing for related signal.\r
- */\r
-void smc_set_nand_timing(Smc *p_smc, uint32_t ul_cs,\r
-               uint32_t ul_nand_timing)\r
-{\r
-       p_smc->SMC_CS_NUMBER[ul_cs].SMC_TIMINGS= ul_nand_timing;\r
-}\r
-\r
-/**\r
- * \brief Initialize NFC configuration.\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_config SMC NFC Configuration.\r
- */\r
-void smc_nfc_init(Smc *p_smc, uint32_t ul_config)\r
-{\r
-       p_smc->SMC_CFG = ul_config;\r
-}\r
-\r
-/**\r
- * \brief Set NFC page size.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_page_size Use pattern defined in the device header file.\r
- */\r
-void smc_nfc_set_page_size(Smc *p_smc, uint32_t ul_page_size)\r
-{\r
-       p_smc->SMC_CFG &= (~SMC_CFG_PAGESIZE_Msk);\r
-       p_smc->SMC_CFG |= ul_page_size;\r
-}\r
-\r
-/**\r
- * \brief Enable NFC controller to read both main and spare area in read mode.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_enable_spare_read(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CFG |= SMC_CFG_RSPARE;\r
-}\r
-\r
-/**\r
- * \brief Prevent NFC controller from reading the spare area in read mode.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_disable_spare_read(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CFG &= (~SMC_CFG_RSPARE);\r
-}\r
-\r
-/**\r
- * \brief Enable NFC controller to write both main and spare area in write mode.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_enable_spare_write(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CFG |= SMC_CFG_WSPARE;\r
-}\r
-\r
-/**\r
- * \brief Prevent NFC controller from writing the spare area in read mode.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_disable_spare_write(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CFG &= (~SMC_CFG_WSPARE);\r
-}\r
-\r
-/**\r
- * \brief Enable NFC controller.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_enable(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CTRL = SMC_CTRL_NFCEN;\r
-}\r
-\r
-/**\r
- * \brief Disable NFC controller.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- */\r
-void smc_nfc_disable(Smc *p_smc)\r
-{\r
-       p_smc->SMC_CTRL = SMC_CTRL_NFCDIS;\r
-}\r
-\r
-/**\r
- * \brief Get the NFC Status.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- *\r
- * \return Returns the current status register of SMC NFC Status Register.\r
- * This resets the internal value of the status register, so further\r
- * read may yield different values.\r
- */\r
-uint32_t smc_nfc_get_status(Smc *p_smc)\r
-{\r
-       return p_smc->SMC_SR;\r
-}\r
-\r
-/**\r
- * \brief Enable SMC interrupts.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_sources Interrupt source bitmap.\r
- */\r
-void smc_nfc_enable_interrupt(Smc *p_smc, uint32_t ul_sources)\r
-{\r
-       p_smc->SMC_IER = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Disable SMC interrupts.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_sources Interrupt source bitmap.\r
- */\r
-void smc_nfc_disable_interrupt(Smc *p_smc, uint32_t ul_sources)\r
-{\r
-       p_smc->SMC_IDR = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Get the interrupt mask.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- *\r
- * \return Interrupt mask bitmap.\r
- */\r
-uint32_t smc_nfc_get_interrupt_mask(Smc *p_smc)\r
-{\r
-       return p_smc->SMC_IMR;\r
-}\r
-\r
-/**\r
- * \brief Set flash cycle 0 address.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param uc_address0 Address cycle 0 in 5 address cycles.\r
- */\r
-void smc_nfc_set_address0(Smc *p_smc, uint8_t uc_address0)\r
-{\r
-       p_smc->SMC_ADDR = uc_address0;\r
-}\r
-\r
-/**\r
- * \brief Set NFC sram bank.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_bank NFC sram bank.\r
- */\r
-void smc_nfc_set_bank(Smc *p_smc, uint32_t ul_bank)\r
-{\r
-       p_smc->SMC_BANK = SMC_BANK_BANK(ul_bank);\r
-}\r
-\r
-/**\r
- * \brief Use the HOST nandflash controller to send a command.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_cmd Command to send.\r
- * \param ul_address_cycle Address cycle when command access is decoded.\r
- * \param ul_cycle0 Address at first cycle.\r
- */\r
-void smc_nfc_send_command(Smc *p_smc, uint32_t ul_cmd,\r
-               uint32_t ul_address_cycle, uint32_t ul_cycle0)\r
-{\r
-       volatile uint32_t *p_command_address;\r
-\r
-       /* Wait until host controller is not busy. */\r
-       while (((*((volatile uint32_t *)(BOARD_NF_DATA_ADDR + NFCADDR_CMD_NFCCMD)))\r
-                       & NFC_BUSY_FLAG) == NFC_BUSY_FLAG) {\r
-       }\r
-       /* Send the command plus the ADDR_CYCLE. */\r
-       p_command_address = (volatile uint32_t *)(ul_cmd + BOARD_NF_DATA_ADDR);\r
-       p_smc->SMC_ADDR = ul_cycle0;\r
-       *p_command_address = ul_address_cycle;\r
-       while (!((p_smc->SMC_SR & SMC_SR_CMDDONE) == SMC_SR_CMDDONE)) {\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Initialize ECC mode.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_type Type of correction, use pattern defined in the device header file.\r
- * \param ul_pagesize Page size of NAND Flash device, use pattern defined in\r
- * the device header file.\r
- */\r
-void smc_ecc_init(Smc *p_smc, uint32_t ul_type, uint32_t ul_pagesize)\r
-{\r
-       /* Software Reset ECC. */\r
-       p_smc->SMC_ECC_CTRL = SMC_ECC_CTRL_SWRST;\r
-       p_smc->SMC_ECC_MD = ul_type | ul_pagesize;\r
-}\r
-\r
-/**\r
- * \brief Get ECC status by giving ecc number.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param ul_parity_number ECC parity number from 0 to 15.\r
- *\r
- * \return ECC status by giving ECC number.\r
- */\r
-uint32_t smc_ecc_get_status(Smc *p_smc, uint32_t ul_parity_number)\r
-{\r
-       uint32_t status;\r
-\r
-       if (ul_parity_number < 8) {\r
-               status = p_smc->SMC_ECC_SR1;\r
-       } else {\r
-               status = p_smc->SMC_ECC_SR2;\r
-               ul_parity_number -= 8;\r
-       }\r
-\r
-       return ((status >> (ul_parity_number * 4)) & ECC_STATUS_MASK);\r
-}\r
-\r
-/**\r
- * \brief Get all ECC parity registers value.\r
- *\r
- * \param p_smc Pointer to an SMC instance.\r
- * \param p_ecc Pointer to a parity buffer.\r
- */\r
-void smc_ecc_get_value(Smc *p_smc, uint32_t *p_ecc)\r
-{\r
-       p_ecc[0] = p_smc->SMC_ECC_PR0;\r
-       p_ecc[1] = p_smc->SMC_ECC_PR1;\r
-       p_ecc[2] = p_smc->SMC_ECC_PR2;\r
-       p_ecc[3] = p_smc->SMC_ECC_PR3;\r
-       p_ecc[4] = p_smc->SMC_ECC_PR4;\r
-       p_ecc[5] = p_smc->SMC_ECC_PR5;\r
-       p_ecc[6] = p_smc->SMC_ECC_PR6;\r
-       p_ecc[7] = p_smc->SMC_ECC_PR7;\r
-       p_ecc[8] = p_smc->SMC_ECC_PR8;\r
-       p_ecc[9] = p_smc->SMC_ECC_PR9;\r
-       p_ecc[10] = p_smc->SMC_ECC_PR10;\r
-       p_ecc[11] = p_smc->SMC_ECC_PR11;\r
-       p_ecc[12] = p_smc->SMC_ECC_PR12;\r
-       p_ecc[13] = p_smc->SMC_ECC_PR13;\r
-       p_ecc[14] = p_smc->SMC_ECC_PR14;\r
-       p_ecc[15] = p_smc->SMC_ECC_PR15;\r
-}\r
-#endif /* ((SAM3U) || (SAM3XA)) */\r
-\r
-//@}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/ebi/smc/smc.h
deleted file mode 100644 (file)
index 5ba786b..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Static Memory Controller (SMC) driver for SAM.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef SMC_H_INCLUDED\r
-#define SMC_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#if ((SAM3S) || (SAM3U) || (SAM3XA) || (SAM4S) || (SAM4E))\r
-void smc_set_setup_timing(Smc *p_smc, uint32_t ul_cs, uint32_t ul_setup_timing);\r
-void smc_set_pulse_timing(Smc *p_smc, uint32_t ul_cs, uint32_t ul_pulse_timing);\r
-void smc_set_cycle_timing(Smc *p_smc, uint32_t ul_cs, uint32_t ul_cycle_timing);\r
-void smc_set_mode(Smc *p_smc, uint32_t ul_cs, uint32_t ul_mode);\r
-uint32_t smc_get_mode(Smc *p_smc, uint32_t ul_cs);\r
-void smc_enable_writeprotect(Smc *p_smc, uint32_t ul_enable);\r
-uint32_t smc_get_writeprotect_status(Smc *p_smc);\r
-#endif /* ((SAM3S) || (SAM3U) || (SAM3XA)) */\r
-\r
-#if ((SAM3U) || (SAM3XA))\r
-/* NFCADDR_CMD : NFC Address Command */\r
-#define NFCADDR_CMD_CMD1      (0xFFu <<  2) /* Command Register Value for Cycle 1 */\r
-#define NFCADDR_CMD_CMD2      (0xFFu << 10) /* Command Register Value for Cycle 2 */\r
-#define NFCADDR_CMD_VCMD2     (0x1u << 18)  /* Valid Cycle 2 Command */\r
-#define NFCADDR_CMD_ACYCLE    (0x7u << 19)  /* Number of Address required for the current command */\r
-#define   NFCADDR_CMD_ACYCLE_NONE    (0x0u << 19) /* No address cycle */\r
-#define   NFCADDR_CMD_ACYCLE_ONE     (0x1u << 19) /* One address cycle */\r
-#define   NFCADDR_CMD_ACYCLE_TWO     (0x2u << 19) /* Two address cycles */\r
-#define   NFCADDR_CMD_ACYCLE_THREE   (0x3u << 19) /* Three address cycles */\r
-#define   NFCADDR_CMD_ACYCLE_FOUR    (0x4u << 19) /* Four address cycles */\r
-#define   NFCADDR_CMD_ACYCLE_FIVE    (0x5u << 19) /* Five address cycles */\r
-#define NFCADDR_CMD_CSID_Pos 22\r
-#define NFCADDR_CMD_CSID_Msk (0x7u << NFCADDR_CMD_CSID_Pos) /* Chip Select Identifier */\r
-#define NFCADDR_CMD_CSID(value) ((NFCADDR_CMD_CSID_Msk & ((value) << NFCADDR_CMD_CSID_Pos)))\r
-#define NFCADDR_CMD_NFCEN     (0x1u << 25)  /* NFC Enable */\r
-#define NFCADDR_CMD_NFC_READ     (0x0u << 26)  /* NFC Write Enable */\r
-#define NFCADDR_CMD_NFC_WIRTE    (0x1u << 26)  /* NFC Write Enable */\r
-#define NFCADDR_CMD_NFCCMD    (0x1u << 27)  /* NFC Command Enable */\r
-\r
-#define NFC_BUSY_FLAG    0x8000000\r
-#define ECC_STATUS_MASK   0x07\r
-\r
-void smc_set_nand_timing(Smc * p_smc, uint32_t ul_cs,\r
-               uint32_t ul_nand_timing);\r
-void smc_nfc_init(Smc *p_smc, uint32_t ul_config);\r
-void smc_nfc_set_page_size(Smc *p_smc, uint32_t ul_page_size);\r
-void smc_nfc_enable_spare_read(Smc *p_smc);\r
-void smc_nfc_disable_spare_read(Smc *p_smc);\r
-void smc_nfc_enable_spare_write(Smc *p_smc);\r
-void smc_nfc_disable_spare_write(Smc *p_smc);\r
-void smc_nfc_enable(Smc *p_smc);\r
-void smc_nfc_disable(Smc *p_smc);\r
-uint32_t smc_nfc_get_status(Smc * p_smc);\r
-void smc_nfc_enable_interrupt(Smc *p_smc, uint32_t ul_sources);\r
-void smc_nfc_disable_interrupt(Smc *p_smc, uint32_t ul_sources);\r
-uint32_t smc_nfc_get_interrupt_mask(Smc *p_smc);\r
-void smc_nfc_set_address0(Smc *p_smc, uint8_t uc_address0);\r
-void smc_nfc_set_bank(Smc *p_smc, uint32_t ul_bank);\r
-void smc_nfc_send_command(Smc *p_smc, uint32_t ul_cmd, uint32_t ul_address_cycle, uint32_t ul_cycle0);\r
-void smc_ecc_init(Smc *p_smc, uint32_t ul_type, uint32_t ul_pagesize);\r
-uint32_t smc_ecc_get_status(Smc *p_smc, uint32_t ul_parity_number);\r
-void smc_ecc_get_value(Smc *p_smc, uint32_t *p_ecc);\r
-#endif  /* ((SAM3U) || (SAM3XA)) */\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* SMC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.c
deleted file mode 100644 (file)
index 07e1c5a..0000000
+++ /dev/null
@@ -1,783 +0,0 @@
- /**\r
- * \file\r
- *\r
- * \brief GMAC (Ethernet MAC) driver for SAM.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
\r
-#include  "compiler.h"\r
-#include "gmac.h"\r
-#include <string.h>\r
-#include "conf_eth.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \defgroup gmac_group Ethernet Media Access Controller\r
- *\r
- * See \ref gmac_quickstart.\r
- *\r
- * Driver for the GMAC (Ethernet Media Access Controller).\r
- * This file contains basic functions for the GMAC, with support for all modes, settings\r
- * and clock speeds.\r
- *\r
- * \section dependencies Dependencies\r
- * This driver does not depend on other modules.\r
- *\r
- * @{\r
- */\r
-\r
-/** TX descriptor lists */\r
-COMPILER_ALIGNED(8)\r
-static gmac_tx_descriptor_t gs_tx_desc[GMAC_TX_BUFFERS];\r
-/** TX callback lists */\r
-static gmac_dev_tx_cb_t gs_tx_callback[GMAC_TX_BUFFERS];\r
-/** RX descriptors lists */\r
-COMPILER_ALIGNED(8)\r
-static gmac_rx_descriptor_t gs_rx_desc[GMAC_RX_BUFFERS];\r
-/** Send Buffer. Section 3.6 of AMBA 2.0 spec states that burst should not cross the\r
- * 1K Boundaries. Receive buffer manager write operations are burst of 2 words => 3 lsb bits\r
- * of the address shall be set to 0.\r
- */\r
-COMPILER_ALIGNED(8)\r
-static uint8_t gs_uc_tx_buffer[GMAC_TX_BUFFERS * GMAC_TX_UNITSIZE];\r
-\r
-/** Receive Buffer */\r
-COMPILER_ALIGNED(8)\r
-static uint8_t gs_uc_rx_buffer[GMAC_RX_BUFFERS * GMAC_RX_UNITSIZE];\r
-\r
-/**\r
- * GMAC device memory management struct.\r
- */\r
-typedef struct gmac_dev_mem {\r
-       /* Pointer to allocated buffer for RX. The address should be 8-byte aligned\r
-       and the size should be GMAC_RX_UNITSIZE * wRxSize. */\r
-       uint8_t *p_rx_buffer;\r
-       /* Pointer to allocated RX descriptor list. */\r
-       gmac_rx_descriptor_t *p_rx_dscr;\r
-       /* RX size, in number of registered units (RX descriptors). */\r
-       uint16_t us_rx_size;\r
-       /* Pointer to allocated buffer for TX. The address should be 8-byte aligned\r
-       and the size should be GMAC_TX_UNITSIZE * wTxSize. */\r
-       uint8_t *p_tx_buffer;\r
-       /* Pointer to allocated TX descriptor list. */\r
-       gmac_tx_descriptor_t *p_tx_dscr;\r
-       /* TX size, in number of registered units (TX descriptors). */\r
-       uint16_t us_tx_size;\r
-} gmac_dev_mem_t;\r
-\r
-/** Return count in buffer */\r
-#define CIRC_CNT(head,tail,size) (((head) - (tail)) % (size))\r
-\r
-/*\r
- * Return space available, from 0 to size-1.\r
- * Always leave one free char as a completely full buffer that has (head == tail), \r
- * which is the same as empty.\r
- */\r
-#define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))\r
-\r
-/** Circular buffer is empty ? */\r
-#define CIRC_EMPTY(head, tail)     (head == tail)\r
-/** Clear circular buffer */\r
-#define CIRC_CLEAR(head, tail)     (head = tail = 0)\r
-\r
-/** Increment head or tail */\r
-static void circ_inc(uint16_t *headortail, uint32_t size)\r
-{\r
-        (*headortail)++;\r
-        if((*headortail) >= size) {\r
-            (*headortail) = 0;\r
-        }\r
-}\r
-\r
-/**\r
- * \brief Wait PHY operation to be completed.\r
- *\r
- * \param p_gmac HW controller address.\r
- * \param ul_retry The retry times, 0 to wait forever until completeness.\r
- *\r
- * Return GMAC_OK if the operation is completed successfully.\r
- */\r
-static uint8_t gmac_wait_phy(Gmac* p_gmac, const uint32_t ul_retry)\r
-{\r
-       volatile uint32_t ul_retry_count = 0;\r
-\r
-       while (!gmac_is_phy_idle(p_gmac)) {\r
-               if (ul_retry == 0) {\r
-                       continue;\r
-               }\r
-\r
-               ul_retry_count++;\r
-\r
-               if (ul_retry_count >= ul_retry) {\r
-                       return GMAC_TIMEOUT;\r
-               }\r
-       }\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Disable transfer, reset registers and descriptor lists.\r
- *\r
- * \param p_dev Pointer to GMAC driver instance.\r
- *\r
- */\r
-static void gmac_reset_tx_mem(gmac_device_t* p_dev)\r
-{\r
-       Gmac *p_hw = p_dev->p_hw;\r
-       uint8_t *p_tx_buff = p_dev->p_tx_buffer;\r
-       gmac_tx_descriptor_t *p_td = p_dev->p_tx_dscr;\r
-\r
-       uint32_t ul_index;\r
-       uint32_t ul_address;\r
-\r
-       /* Disable TX */\r
-       gmac_enable_transmit(p_hw, 0);\r
-\r
-       /* Set up the TX descriptors */\r
-       CIRC_CLEAR(p_dev->us_tx_head, p_dev->us_tx_tail);\r
-       for (ul_index = 0; ul_index < p_dev->us_tx_list_size; ul_index++) {\r
-               ul_address = (uint32_t) (&(p_tx_buff[ul_index * GMAC_TX_UNITSIZE]));\r
-               p_td[ul_index].addr = ul_address;\r
-               p_td[ul_index].status.val = GMAC_TXD_USED;\r
-       }\r
-       p_td[p_dev->us_tx_list_size - 1].status.val =\r
-                       GMAC_TXD_USED | GMAC_TXD_WRAP;\r
-\r
-       /* Set transmit buffer queue */\r
-       gmac_set_tx_queue(p_hw, (uint32_t) p_td);\r
-}\r
-\r
-/**\r
- * \brief Disable receiver, reset registers and descriptor list.\r
- *\r
- * \param p_drv Pointer to GMAC Driver instance.\r
- */\r
-static void gmac_reset_rx_mem(gmac_device_t* p_dev)\r
-{\r
-       Gmac *p_hw = p_dev->p_hw;\r
-       uint8_t *p_rx_buff = p_dev->p_rx_buffer;\r
-       gmac_rx_descriptor_t *pRd = p_dev->p_rx_dscr;\r
-\r
-       uint32_t ul_index;\r
-       uint32_t ul_address;\r
-\r
-       /* Disable RX */\r
-       gmac_enable_receive(p_hw, 0);\r
-\r
-       /* Set up the RX descriptors */\r
-       p_dev->us_rx_idx = 0;\r
-       for (ul_index = 0; ul_index < p_dev->us_rx_list_size; ul_index++) {\r
-               ul_address = (uint32_t) (&(p_rx_buff[ul_index * GMAC_RX_UNITSIZE]));\r
-               pRd[ul_index].addr.val = ul_address & GMAC_RXD_ADDR_MASK;\r
-               pRd[ul_index].status.val = 0;\r
-       }\r
-       pRd[p_dev->us_rx_list_size - 1].addr.val |= GMAC_RXD_WRAP;\r
-\r
-       /* Set receive buffer queue */\r
-       gmac_set_rx_queue(p_hw, (uint32_t) pRd);\r
-}\r
-\r
-\r
-/**\r
- * \brief Initialize the allocated buffer lists for GMAC driver to transfer data.\r
- * Must be invoked after gmac_dev_init() but before RX/TX starts.\r
- *\r
- * \note If input address is not 8-byte aligned, the address is automatically\r
- *       adjusted and the list size is reduced by one.\r
- *\r
- * \param p_gmac Pointer to GMAC instance. \r
- * \param p_gmac_dev Pointer to GMAC device instance.\r
- * \param p_dev_mm Pointer to the GMAC memory management control block.\r
- * \param p_tx_cb Pointer to allocated TX callback list.\r
- *\r
- * \return GMAC_OK or GMAC_PARAM.\r
- */\r
-static uint8_t gmac_init_mem(Gmac* p_gmac, gmac_device_t* p_gmac_dev,\r
-               gmac_dev_mem_t* p_dev_mm,\r
-               gmac_dev_tx_cb_t* p_tx_cb)\r
-{\r
-       if (p_dev_mm->us_rx_size <= 1 || p_dev_mm->us_tx_size <= 1 || p_tx_cb == NULL) {\r
-               return GMAC_PARAM;\r
-       }\r
-\r
-       /* Assign RX buffers */\r
-       if (((uint32_t) p_dev_mm->p_rx_buffer & 0x7)\r
-                       || ((uint32_t) p_dev_mm->p_rx_dscr & 0x7)) {\r
-               p_dev_mm->us_rx_size--;\r
-       }\r
-       p_gmac_dev->p_rx_buffer =\r
-                       (uint8_t *) ((uint32_t) p_dev_mm->p_rx_buffer & 0xFFFFFFF8);\r
-       p_gmac_dev->p_rx_dscr =\r
-                       (gmac_rx_descriptor_t *) ((uint32_t) p_dev_mm->p_rx_dscr \r
-                       & 0xFFFFFFF8);\r
-       p_gmac_dev->us_rx_list_size = p_dev_mm->us_rx_size;\r
-\r
-       /* Assign TX buffers */\r
-       if (((uint32_t) p_dev_mm->p_tx_buffer & 0x7)\r
-                       || ((uint32_t) p_dev_mm->p_tx_dscr & 0x7)) {\r
-               p_dev_mm->us_tx_size--;\r
-       }\r
-       p_gmac_dev->p_tx_buffer =\r
-                       (uint8_t *) ((uint32_t) p_dev_mm->p_tx_buffer & 0xFFFFFFF8);\r
-       p_gmac_dev->p_tx_dscr =\r
-                       (gmac_tx_descriptor_t *) ((uint32_t) p_dev_mm->p_tx_dscr \r
-                       & 0xFFFFFFF8);\r
-       p_gmac_dev->us_tx_list_size = p_dev_mm->us_tx_size;\r
-       p_gmac_dev->func_tx_cb_list = p_tx_cb;\r
-\r
-       /* Reset TX & RX */\r
-       gmac_reset_rx_mem(p_gmac_dev);\r
-       gmac_reset_tx_mem(p_gmac_dev);\r
-\r
-       /* Enable Rx and Tx, plus the statistics register */\r
-       gmac_enable_transmit(p_gmac, true);\r
-       gmac_enable_receive(p_gmac, true);\r
-       gmac_enable_statistics_write(p_gmac, true);\r
-\r
-       /* Set up the interrupts for transmission and errors */\r
-       gmac_enable_interrupt(p_gmac, \r
-                       GMAC_IER_RXUBR | /* Enable receive used bit read interrupt. */\r
-                       GMAC_IER_TUR  | /* Enable transmit underrun interrupt. */\r
-                       GMAC_IER_RLEX   | /* Enable retry limit  exceeded interrupt. */\r
-                       GMAC_IER_TFC | /* Enable transmit buffers exhausted in mid-frame interrupt. */\r
-                       GMAC_IER_TCOMP | /* Enable transmit complete interrupt. */\r
-                       GMAC_IER_ROVR  | /* Enable receive overrun interrupt. */\r
-                       GMAC_IER_HRESP | /* Enable Hresp not OK interrupt. */\r
-                       GMAC_IER_PFNZ   | /* Enable pause frame received interrupt. */\r
-                       GMAC_IER_PTZ);   /* Enable pause time zero interrupt. */\r
-\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Read the PHY register.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance. \r
- * \param uc_phy_address PHY address.\r
- * \param uc_address Register address.\r
- * \param p_value Pointer to a 32-bit location to store read data.\r
- *\r
- * \Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t gmac_phy_read(Gmac* p_gmac, uint8_t uc_phy_address, uint8_t uc_address,\r
-               uint32_t* p_value)\r
-{\r
-       gmac_maintain_phy(p_gmac, uc_phy_address, uc_address, 1, 0);\r
-\r
-       if (gmac_wait_phy(p_gmac, MAC_PHY_RETRY_MAX) == GMAC_TIMEOUT) {\r
-               return GMAC_TIMEOUT;\r
-       }\r
-       *p_value = gmac_get_phy_data(p_gmac);\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Write the PHY register.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance. \r
- * \param uc_phy_address PHY Address.\r
- * \param uc_address Register Address.\r
- * \param ul_value Data to write, actually 16-bit data.\r
- *\r
- * \Return GMAC_OK if successfully, GMAC_TIMEOUT if timeout.\r
- */\r
-uint8_t gmac_phy_write(Gmac* p_gmac, uint8_t uc_phy_address,\r
-               uint8_t uc_address, uint32_t ul_value)\r
-{\r
-       gmac_maintain_phy(p_gmac, uc_phy_address, uc_address, 0, ul_value);\r
-\r
-       if (gmac_wait_phy(p_gmac, MAC_PHY_RETRY_MAX) == GMAC_TIMEOUT) {\r
-               return GMAC_TIMEOUT;\r
-       }\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Initialize the GMAC driver.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance. \r
- * \param p_gmac_dev Pointer to the GMAC device instance. \r
- * \param p_opt GMAC configure options.\r
- */\r
-void gmac_dev_init(Gmac* p_gmac, gmac_device_t* p_gmac_dev,\r
-               gmac_options_t* p_opt)\r
-{\r
-       gmac_dev_mem_t gmac_dev_mm;\r
-\r
-       /* Disable TX & RX and more */\r
-       gmac_network_control(p_gmac, 0);\r
-       gmac_disable_interrupt(p_gmac, ~0u);\r
-\r
-\r
-       gmac_clear_statistics(p_gmac);\r
-\r
-       /* Clear all status bits in the receive status register. */\r
-       gmac_clear_rx_status(p_gmac, GMAC_RSR_RXOVR | GMAC_RSR_REC | GMAC_RSR_BNA);\r
-\r
-       /* Clear all status bits in the transmit status register */\r
-       gmac_clear_tx_status(p_gmac, GMAC_TSR_UBR | GMAC_TSR_COL | GMAC_TSR_RLE\r
-                       | GMAC_TSR_TFC | GMAC_TSR_TXCOMP | GMAC_TSR_UND);\r
-\r
-       /* Clear interrupts */\r
-       gmac_get_interrupt_status(p_gmac);\r
-\r
-       /* Enable the copy of data into the buffers\r
-          ignore broadcasts, and not copy FCS. */\r
-       gmac_set_configure(p_gmac,\r
-                       gmac_get_configure(p_gmac) | GMAC_NCFGR_IRXFCS| GMAC_NCFGR_PEN);\r
-\r
-       gmac_enable_copy_all(p_gmac, p_opt->uc_copy_all_frame);\r
-       gmac_disable_broadcast(p_gmac, p_opt->uc_no_boardcast);\r
-\r
-       /* Fill in GMAC device memory management */\r
-       gmac_dev_mm.p_rx_buffer = gs_uc_rx_buffer;\r
-       gmac_dev_mm.p_rx_dscr = gs_rx_desc;\r
-       gmac_dev_mm.us_rx_size = GMAC_RX_BUFFERS;\r
-\r
-       gmac_dev_mm.p_tx_buffer = gs_uc_tx_buffer;\r
-       gmac_dev_mm.p_tx_dscr = gs_tx_desc;\r
-       gmac_dev_mm.us_tx_size = GMAC_TX_BUFFERS;\r
-\r
-       gmac_init_mem(p_gmac, p_gmac_dev, &gmac_dev_mm, gs_tx_callback);\r
-\r
-       gmac_set_address(p_gmac, 0, p_opt->uc_mac_addr);\r
-\r
-}\r
-\r
-/**\r
- * \brief Frames can be read from the GMAC in multiple sections.\r
- * Read ul_frame_size bytes from the GMAC receive buffers to pcTo.\r
- * p_rcv_size is the size of the entire frame.  Generally gmac_read\r
- * will be repeatedly called until the sum of all the ul_frame_size equals\r
- * the value of p_rcv_size.\r
- *\r
- * \param p_gmac_dev Pointer to the GMAC device instance. \r
- * \param p_frame Address of the frame buffer.\r
- * \param ul_frame_size  Length of the frame.\r
- * \param p_rcv_size   Received frame size.\r
- *\r
- * \return GMAC_OK if receiving frame successfully, otherwise failed.\r
- */\r
-uint32_t gmac_dev_read(gmac_device_t* p_gmac_dev, uint8_t* p_frame,\r
-               uint32_t ul_frame_size, uint32_t* p_rcv_size)\r
-{\r
-       uint16_t us_buffer_length;\r
-       uint32_t tmp_ul_frame_size = 0;\r
-       uint8_t *p_tmp_frame = 0;\r
-       uint16_t us_tmp_idx = p_gmac_dev->us_rx_idx;\r
-       gmac_rx_descriptor_t *p_rx_td =\r
-                       &p_gmac_dev->p_rx_dscr[p_gmac_dev->us_rx_idx];\r
-       int8_t c_is_frame = 0;\r
-\r
-       if (p_frame == NULL)\r
-               return GMAC_PARAM;\r
-\r
-       /* Set the default return value */\r
-       *p_rcv_size = 0;\r
-\r
-       /* Process received RX descriptor */\r
-       while ((p_rx_td->addr.val & GMAC_RXD_OWNERSHIP) == GMAC_RXD_OWNERSHIP) {\r
-               /* A start of frame has been received, discard previous fragments */\r
-               if ((p_rx_td->status.val & GMAC_RXD_SOF) == GMAC_RXD_SOF) {\r
-                       /* Skip previous fragment */\r
-                       while (us_tmp_idx != p_gmac_dev->us_rx_idx) {\r
-                               p_rx_td = &p_gmac_dev->p_rx_dscr[p_gmac_dev->us_rx_idx];\r
-                               p_rx_td->addr.val &= ~(GMAC_RXD_OWNERSHIP);\r
-\r
-                               circ_inc(&p_gmac_dev->us_rx_idx, p_gmac_dev->us_rx_list_size);\r
-                       }\r
-                       /* Reset the temporary frame pointer */\r
-                       p_tmp_frame = p_frame;\r
-                       tmp_ul_frame_size = 0;\r
-                       /* Start to gather buffers in a frame */\r
-                       c_is_frame = 1;\r
-               }\r
-\r
-               /* Increment the pointer */\r
-               circ_inc(&us_tmp_idx, p_gmac_dev->us_rx_list_size);\r
-\r
-               /* Copy data in the frame buffer */\r
-               if (c_is_frame) {\r
-                       if (us_tmp_idx == p_gmac_dev->us_rx_idx) {\r
-                               do {\r
-                                       p_rx_td = &p_gmac_dev->p_rx_dscr[p_gmac_dev->us_rx_idx];\r
-                                       p_rx_td->addr.val &= ~(GMAC_RXD_OWNERSHIP);\r
-                                       circ_inc(&p_gmac_dev->us_rx_idx, p_gmac_dev->us_rx_list_size);\r
-                                                       \r
-                               } while (us_tmp_idx != p_gmac_dev->us_rx_idx);\r
-\r
-                               return GMAC_RX_NULL;\r
-                       }\r
-                       /* Copy the buffer into the application frame */\r
-                       us_buffer_length = GMAC_RX_UNITSIZE;\r
-                       if ((tmp_ul_frame_size + us_buffer_length) > ul_frame_size) {\r
-                               us_buffer_length = ul_frame_size - tmp_ul_frame_size;\r
-                       }\r
-\r
-                       memcpy(p_tmp_frame,\r
-                                       (void *)(p_rx_td->addr.val & GMAC_RXD_ADDR_MASK),\r
-                                       us_buffer_length);\r
-                       p_tmp_frame += us_buffer_length;\r
-                       tmp_ul_frame_size += us_buffer_length;\r
-\r
-                       /* An end of frame has been received, return the data */\r
-                       if ((p_rx_td->status.val & GMAC_RXD_EOF) == GMAC_RXD_EOF) {\r
-                               /* Frame size from the GMAC */\r
-                               *p_rcv_size = (p_rx_td->status.val & GMAC_RXD_LEN_MASK);\r
-\r
-                               /* All data have been copied in the application frame buffer => release TD */\r
-                               while (p_gmac_dev->us_rx_idx != us_tmp_idx) {\r
-                                       p_rx_td = &p_gmac_dev->p_rx_dscr[p_gmac_dev->us_rx_idx];\r
-                                       p_rx_td->addr.val &= ~(GMAC_RXD_OWNERSHIP);\r
-                                       circ_inc(&p_gmac_dev->us_rx_idx, p_gmac_dev->us_rx_list_size);\r
-                               }\r
-\r
-                               /* Application frame buffer is too small so that all data have not been copied */\r
-                               if (tmp_ul_frame_size < *p_rcv_size) {\r
-                                       return GMAC_SIZE_TOO_SMALL;\r
-                               }\r
-\r
-                               return GMAC_OK;\r
-                       }\r
-               }\r
-               /* SOF has not been detected, skip the fragment */\r
-               else {\r
-                       p_rx_td->addr.val &= ~(GMAC_RXD_OWNERSHIP);\r
-                       p_gmac_dev->us_rx_idx = us_tmp_idx;\r
-               }\r
-\r
-               /* Process the next buffer */\r
-               p_rx_td = &p_gmac_dev->p_rx_dscr[us_tmp_idx];\r
-       }\r
-\r
-       return GMAC_RX_NULL;\r
-}\r
-\r
-/**\r
- * \brief Send ulLength bytes from pcFrom. This copies the buffer to one of the\r
- * GMAC Tx buffers, and then indicates to the GMAC that the buffer is ready.\r
- * If lEndOfFrame is true then the data being copied is the end of the frame\r
- * and the frame can be transmitted.\r
- *\r
- * \param p_gmac_dev Pointer to the GMAC device instance.\r
- * \param p_buffer       Pointer to the data buffer.\r
- * \param ul_size    Length of the frame.\r
- * \param func_tx_cb  Transmit callback function.\r
- *\r
- * \return Length sent.\r
- */\r
-uint32_t gmac_dev_write(gmac_device_t* p_gmac_dev, void *p_buffer,\r
-               uint32_t ul_size, gmac_dev_tx_cb_t func_tx_cb)\r
-{\r
-\r
-       volatile gmac_tx_descriptor_t *p_tx_td;\r
-       volatile gmac_dev_tx_cb_t *p_func_tx_cb;\r
-\r
-       Gmac *p_hw = p_gmac_dev->p_hw;\r
-\r
-\r
-       /* Check parameter */\r
-       if (ul_size > GMAC_TX_UNITSIZE) {\r
-               return GMAC_PARAM;\r
-       }\r
-\r
-       /* Pointers to the current transmit descriptor */\r
-       p_tx_td = &p_gmac_dev->p_tx_dscr[p_gmac_dev->us_tx_head];\r
-\r
-       /* If no free TxTd, buffer can't be sent, schedule the wakeup callback */\r
-       if (CIRC_SPACE(p_gmac_dev->us_tx_head, p_gmac_dev->us_tx_tail,\r
-                                       p_gmac_dev->us_tx_list_size) == 0) {\r
-               if (p_tx_td[p_gmac_dev->us_tx_head].status.val & GMAC_TXD_USED)\r
-                       return GMAC_TX_BUSY;\r
-       }\r
-\r
-       /* Pointers to the current Tx callback */\r
-       p_func_tx_cb = &p_gmac_dev->func_tx_cb_list[p_gmac_dev->us_tx_head];\r
-\r
-       /* Set up/copy data to transmission buffer */\r
-       if (p_buffer && ul_size) {\r
-               /* Driver manages the ring buffer */\r
-               memcpy((void *)p_tx_td->addr, p_buffer, ul_size);\r
-       }\r
-\r
-       /* Tx callback */\r
-       *p_func_tx_cb = func_tx_cb;\r
-\r
-       /* Update transmit descriptor status */\r
-\r
-       /* The buffer size defined is the length of ethernet frame,\r
-          so it's always the last buffer of the frame. */\r
-       if (p_gmac_dev->us_tx_head == p_gmac_dev->us_tx_list_size - 1) {\r
-               p_tx_td->status.val =\r
-                               (ul_size & GMAC_TXD_LEN_MASK) | GMAC_TXD_LAST\r
-                               | GMAC_TXD_WRAP;\r
-       } else {\r
-               p_tx_td->status.val =\r
-                               (ul_size & GMAC_TXD_LEN_MASK) | GMAC_TXD_LAST;\r
-       }\r
-\r
-       circ_inc(&p_gmac_dev->us_tx_head, p_gmac_dev->us_tx_list_size);\r
-\r
-       /* Now start to transmit if it is still not done */\r
-       gmac_start_transmission(p_hw);\r
-\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Get current load of transmit.\r
- *\r
- * \param p_gmac_dev Pointer to the GMAC device instance.\r
- *\r
- * \return Current load of transmit. \r
- */\r
-uint32_t gmac_dev_get_tx_load(gmac_device_t* p_gmac_dev)\r
-{\r
-       uint16_t us_head = p_gmac_dev->us_tx_head;\r
-       uint16_t us_tail = p_gmac_dev->us_tx_tail;\r
-       return CIRC_CNT(us_head, us_tail, p_gmac_dev->us_tx_list_size);\r
-}\r
-\r
-/**\r
- * \brief Register/Clear RX callback. Callback will be invoked after the next received\r
- * frame.\r
- *\r
- * When gmac_dev_read() returns GMAC_RX_NULL, the application task calls\r
- * gmac_dev_set_rx_callback() to register func_rx_cb() callback and enters suspend state.\r
- * The callback is in charge to resume the task once a new frame has been\r
- * received. The next time gmac_dev_read() is called, it will be successful.\r
- *\r
- * This function is usually invoked from the RX callback itself with NULL\r
- * callback, to unregister. Once the callback has resumed the application task,\r
- * there is no need to invoke the callback again.\r
- *\r
- * \param p_gmac_dev Pointer to the GMAC device instance.\r
- * \param func_tx_cb  Receive callback function.\r
- */\r
-void gmac_dev_set_rx_callback(gmac_device_t* p_gmac_dev,\r
-               gmac_dev_tx_cb_t func_rx_cb)\r
-{\r
-       Gmac *p_hw = p_gmac_dev->p_hw;\r
-\r
-       if (func_rx_cb == NULL) {\r
-               gmac_disable_interrupt(p_hw, GMAC_IDR_RCOMP);\r
-               p_gmac_dev->func_rx_cb = NULL;\r
-       } else {\r
-               p_gmac_dev->func_rx_cb = func_rx_cb;\r
-               gmac_enable_interrupt(p_hw, GMAC_IER_RCOMP);\r
-       }\r
-}\r
-\r
-/**\r
- *  \brief Register/Clear TX wakeup callback.\r
- *\r
- * When gmac_dev_write() returns GMAC_TX_BUSY (all transmit descriptor busy), the application\r
- * task calls gmac_dev_set_tx_wakeup_callback() to register func_wakeup() callback and\r
- * enters suspend state. The callback is in charge to resume the task once\r
- * several transmit descriptors have been released. The next time gmac_dev_write() will be called,\r
- * it shall be successful.\r
- *\r
- * This function is usually invoked with NULL callback from the TX wakeup\r
- * callback itself, to unregister. Once the callback has resumed the\r
- * application task, there is no need to invoke the callback again.\r
- *\r
- * \param p_gmac_dev   Pointer to GMAC device instance.\r
- * \param func_wakeup    Pointer to wakeup callback function.\r
- * \param uc_threshold Number of free transmit descriptor before wakeup callback invoked.\r
- *\r
- * \return GMAC_OK, GMAC_PARAM on parameter error.\r
- */\r
-uint8_t gmac_dev_set_tx_wakeup_callback(gmac_device_t* p_gmac_dev,\r
-               gmac_dev_wakeup_cb_t func_wakeup_cb, uint8_t uc_threshold)\r
-{\r
-       if (func_wakeup_cb == NULL) {\r
-               p_gmac_dev->func_wakeup_cb = NULL;\r
-       } else {\r
-               if (uc_threshold <= p_gmac_dev->us_tx_list_size) {\r
-                       p_gmac_dev->func_wakeup_cb = func_wakeup_cb;\r
-                       p_gmac_dev->uc_wakeup_threshold = uc_threshold;\r
-               } else {\r
-                       return GMAC_PARAM;\r
-               }\r
-       }\r
-\r
-       return GMAC_OK;\r
-}\r
-\r
-\r
-/**\r
- * \brief Reset TX & RX queue & statistics.\r
- *\r
- * \param p_gmac_dev   Pointer to GMAC device instance.\r
- */\r
-void gmac_dev_reset(gmac_device_t* p_gmac_dev)\r
-{\r
-       Gmac *p_hw = p_gmac_dev->p_hw;\r
-\r
-       gmac_reset_rx_mem(p_gmac_dev);\r
-       gmac_reset_tx_mem(p_gmac_dev);\r
-       gmac_network_control(p_hw, GMAC_NCR_TXEN | GMAC_NCR_RXEN\r
-                       | GMAC_NCR_WESTAT | GMAC_NCR_CLRSTAT);\r
-}\r
-\r
-\r
-/**\r
- * \brief GMAC Interrupt handler.\r
- *\r
- * \param p_gmac_dev   Pointer to GMAC device instance.\r
- */\r
-void gmac_handler(gmac_device_t* p_gmac_dev)\r
-{\r
-       Gmac *p_hw = p_gmac_dev->p_hw;\r
-\r
-       gmac_tx_descriptor_t *p_tx_td;\r
-       gmac_dev_tx_cb_t *p_tx_cb;\r
-       volatile uint32_t ul_isr;\r
-       volatile uint32_t ul_rsr;\r
-       volatile uint32_t ul_tsr;\r
-       uint32_t ul_rx_status_flag;\r
-       uint32_t ul_tx_status_flag;\r
-\r
-       ul_isr = gmac_get_interrupt_status(p_hw);\r
-       ul_rsr = gmac_get_rx_status(p_hw);\r
-       ul_tsr = gmac_get_tx_status(p_hw);\r
-\r
-       ul_isr &= ~(gmac_get_interrupt_mask(p_hw) | 0xF8030300);\r
-\r
-       /* RX packet */\r
-       if ((ul_isr & GMAC_ISR_RCOMP) || (ul_rsr & GMAC_RSR_REC)) {\r
-               ul_rx_status_flag = GMAC_RSR_REC;\r
-\r
-               /* Check OVR */\r
-               if (ul_rsr & GMAC_RSR_RXOVR) {\r
-                       ul_rx_status_flag |= GMAC_RSR_RXOVR;\r
-               }\r
-               /* Check BNA */\r
-               if (ul_rsr & GMAC_RSR_BNA) {\r
-                       ul_rx_status_flag |= GMAC_RSR_BNA;\r
-               }\r
-               /* Clear status */\r
-               gmac_clear_rx_status(p_hw, ul_rx_status_flag);\r
-\r
-               /* Invoke callbacks */\r
-               if (p_gmac_dev->func_rx_cb) {\r
-                       p_gmac_dev->func_rx_cb(ul_rx_status_flag);\r
-               }\r
-       }\r
-\r
-       /* TX packet */\r
-       if ((ul_isr & GMAC_ISR_TCOMP) || (ul_tsr & GMAC_TSR_TXCOMP)) {\r
-\r
-               ul_tx_status_flag = GMAC_TSR_TXCOMP;\r
-\r
-               /* A frame transmitted */\r
-\r
-               /* Check RLE */\r
-               if (ul_tsr & GMAC_TSR_RLE) {\r
-                       /* Status RLE & Number of discarded buffers */\r
-                       ul_tx_status_flag = GMAC_TSR_RLE | CIRC_CNT(p_gmac_dev->us_tx_head,\r
-                                       p_gmac_dev->us_tx_tail, p_gmac_dev->us_tx_list_size);\r
-                       p_tx_cb = &p_gmac_dev->func_tx_cb_list[p_gmac_dev->us_tx_tail];\r
-                       gmac_reset_tx_mem(p_gmac_dev);\r
-                       gmac_enable_transmit(p_hw, 1);\r
-               }\r
-               /* Check COL */\r
-               if (ul_tsr & GMAC_TSR_COL) {\r
-                       ul_tx_status_flag |= GMAC_TSR_COL;\r
-               }\r
-               /* Check UND */\r
-               if (ul_tsr & GMAC_TSR_UND) {\r
-                       ul_tx_status_flag |= GMAC_TSR_UND;\r
-               }\r
-               /* Clear status */\r
-               gmac_clear_tx_status(p_hw, ul_tx_status_flag);\r
-\r
-               if (!CIRC_EMPTY(p_gmac_dev->us_tx_head, p_gmac_dev->us_tx_tail)) {\r
-                       /* Check the buffers */\r
-                       do {\r
-                               p_tx_td = &p_gmac_dev->p_tx_dscr[p_gmac_dev->us_tx_tail];\r
-                               p_tx_cb = &p_gmac_dev->func_tx_cb_list[p_gmac_dev->us_tx_tail];\r
-                               /* Any error? Exit if buffer has not been sent yet */\r
-                               if ((p_tx_td->status.val & GMAC_TXD_USED) == 0) {\r
-                                       break;\r
-                               }\r
-\r
-                               /* Notify upper layer that a packet has been sent */\r
-                               if (*p_tx_cb) {\r
-                                       (*p_tx_cb) (ul_tx_status_flag);\r
-                               }\r
-\r
-                               circ_inc(&p_gmac_dev->us_tx_tail, p_gmac_dev->us_tx_list_size);\r
-                       } while (CIRC_CNT(p_gmac_dev->us_tx_head, p_gmac_dev->us_tx_tail,\r
-                                                       p_gmac_dev->us_tx_list_size));\r
-               }\r
-\r
-               if (ul_tsr & GMAC_TSR_RLE) {\r
-                       /* Notify upper layer RLE */\r
-                       if (*p_tx_cb) {\r
-                               (*p_tx_cb) (ul_tx_status_flag);\r
-                       }\r
-               }\r
-\r
-               /* If a wakeup has been scheduled, notify upper layer that it can\r
-                  send other packets, and the sending will be successful. */\r
-               if ((CIRC_SPACE(p_gmac_dev->us_tx_head, p_gmac_dev->us_tx_tail,\r
-                               p_gmac_dev->us_tx_list_size) >= p_gmac_dev->uc_wakeup_threshold)\r
-                               && p_gmac_dev->func_wakeup_cb) {\r
-                       p_gmac_dev->func_wakeup_cb();\r
-               }\r
-       }\r
-}\r
-\r
-//@}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/gmac/gmac.h
deleted file mode 100644 (file)
index 2e1504d..0000000
+++ /dev/null
@@ -1,1252 +0,0 @@
- /**\r
- * \file\r
- *\r
- * \brief GMAC (Ethernet MAC) driver for SAM.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef GMAC_H_INCLUDED\r
-#define GMAC_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/** The buffer addresses written into the descriptors must be aligned, so the\r
-    last few bits are zero.  These bits have special meaning for the GMAC\r
-    peripheral and cannot be used as part of the address. */\r
-#define GMAC_RXD_ADDR_MASK      0xFFFFFFFC\r
-#define GMAC_RXD_WRAP         (1ul << 1)  /**< Wrap bit */\r
-#define GMAC_RXD_OWNERSHIP    (1ul << 0)  /**< Ownership bit */\r
-\r
-#define GMAC_RXD_BROADCAST    (1ul << 31) /**< Broadcast detected */\r
-#define GMAC_RXD_MULTIHASH    (1ul << 30) /**< Multicast hash match */\r
-#define GMAC_RXD_UNIHASH      (1ul << 29) /**< Unicast hash match */\r
-#define GMAC_RXD_ADDR_FOUND      (1ul << 27) /**< Specific address match found */\r
-#define GMAC_RXD_ADDR        (3ul << 25) /**< Address match */\r
-#define GMAC_RXD_RXCOEN        (1ul << 24) /**< RXCOEN related function */\r
-#define GMAC_RXD_TYPE         (3ul << 22) /**< Type ID match */\r
-#define GMAC_RXD_VLAN         (1ul << 21) /**< VLAN tag detected */\r
-#define GMAC_RXD_PRIORITY     (1ul << 20) /**< Priority tag detected */\r
-#define GMAC_RXD_PRIORITY_MASK  (3ul << 17) /**< VLAN priority */\r
-#define GMAC_RXD_CFI          (1ul << 16) /**< Concatenation Format Indicator only if bit 21 is set */\r
-#define GMAC_RXD_EOF          (1ul << 15) /**< End of frame */\r
-#define GMAC_RXD_SOF          (1ul << 14) /**< Start of frame */\r
-#define GMAC_RXD_FCS          (1ul << 13) /**< Frame check sequence */\r
-#define GMAC_RXD_OFFSET_MASK                /**< Receive buffer offset */\r
-#define GMAC_RXD_LEN_MASK       (0xFFF)     /**< Length of frame including FCS (if selected) */\r
-#define GMAC_RXD_LENJUMBO_MASK  (0x3FFF)    /**< Jumbo frame length */\r
-\r
-#define GMAC_TXD_USED         (1ul << 31) /**< Frame is transmitted */\r
-#define GMAC_TXD_WRAP         (1ul << 30) /**< Last descriptor */\r
-#define GMAC_TXD_ERROR        (1ul << 29) /**< Retry limit exceeded, error */\r
-#define GMAC_TXD_UNDERRUN     (1ul << 28) /**< Transmit underrun */\r
-#define GMAC_TXD_EXHAUSTED    (1ul << 27) /**< Buffer exhausted */\r
-#define GMAC_TXD_LATE    (1ul << 26) /**< Late collision,transmit  error  */\r
-#define GMAC_TXD_CHECKSUM_ERROR   (7ul << 20) /**< Checksum error */\r
-#define GMAC_TXD_NOCRC        (1ul << 16) /**< No CRC */\r
-#define GMAC_TXD_LAST         (1ul << 15) /**< Last buffer in frame */\r
-#define GMAC_TXD_LEN_MASK       (0x1FFF)     /**< Length of buffer */\r
-\r
-/** The MAC can support frame lengths up to 1536 bytes */\r
-#define GMAC_FRAME_LENTGH_MAX       1536\r
-\r
-#define GMAC_RX_UNITSIZE            128     /**< Fixed size for RX buffer  */\r
-#define GMAC_TX_UNITSIZE            1518    /**< Size for ETH frame length */\r
-\r
-/** GMAC clock speed */\r
-#define GMAC_MCK_SPEED_240MHZ        (240*1000*1000)\r
-#define GMAC_MCK_SPEED_160MHZ        (160*1000*1000)\r
-#define GMAC_MCK_SPEED_120MHZ        (120*1000*1000)\r
-#define GMAC_MCK_SPEED_80MHZ          (80*1000*1000)\r
-#define GMAC_MCK_SPEED_40MHZ          (40*1000*1000)\r
-#define GMAC_MCK_SPEED_20MHZ          (20*1000*1000)\r
-\r
-/** GMAC maintain code default value*/\r
-#define GMAC_MAN_CODE_VALUE    (10)\r
-\r
-/** GMAC maintain start of frame default value*/\r
-#define GMAC_MAN_SOF_VALUE     (1)\r
-\r
-/** GMAC maintain read/write*/\r
-#define GMAC_MAN_RW_TYPE       (2)\r
-\r
-/** GMAC maintain read only*/\r
-#define GMAC_MAN_READ_ONLY     (1)\r
-\r
-/** GMAC address length */\r
-#define GMAC_ADDR_LENGTH       (6)\r
-\r
-\r
-#define GMAC_DUPLEX_HALF 0\r
-#define GMAC_DUPLEX_FULL 1\r
-\r
-#define GMAC_SPEED_10M      0\r
-#define GMAC_SPEED_100M     1\r
-\r
-/**\r
- * \brief Return codes for GMAC APIs.\r
- */\r
-typedef enum {\r
-       GMAC_OK = 0,         /** Operation OK */\r
-       GMAC_TIMEOUT = 1,    /** GMAC operation timeout */\r
-       GMAC_TX_BUSY,        /** TX in progress */\r
-       GMAC_RX_NULL,        /** No data received */\r
-       GMAC_SIZE_TOO_SMALL, /** Buffer size not enough */\r
-       GMAC_PARAM,          /** Parameter error, TX packet invalid or RX size too small */\r
-       GMAC_INVALID = 0xFF, /* Invalid */\r
-} gmac_status_t;\r
-\r
-/**\r
- * \brief Media Independent Interface (MII) type.\r
- */\r
-typedef enum {\r
-       GMAC_PHY_MII = 0,         /** MII mode */\r
-       GMAC_PHY_RMII = 1,    /** Reduced MII mode */\r
-       GMAC_PHY_INVALID = 0xFF, /* Invalid mode*/\r
-} gmac_mii_mode_t;\r
-\r
-/** Receive buffer descriptor struct */\r
-COMPILER_PACK_SET(8)\r
-typedef struct gmac_rx_descriptor {\r
-       union gmac_rx_addr {\r
-               uint32_t val;\r
-               struct gmac_rx_addr_bm {\r
-                       uint32_t b_ownership:1, /**< User clear, GMAC sets this to 1 once it has successfully written a frame to memory */\r
-                       b_wrap:1,   /**< Marks last descriptor in receive buffer */\r
-                       addr_dw:30; /**< Address in number of DW */\r
-               } bm;\r
-       } addr; /**< Address, Wrap & Ownership */\r
-       union gmac_rx_status {\r
-               uint32_t val;\r
-               struct gmac_rx_status_bm {\r
-                       uint32_t len:13,       /** Length of frame including FCS */\r
-                       b_fcs:1,              /** Receive buffer offset,  bits 13:12 of frame length for jumbo frame */\r
-                       b_sof:1,               /** Start of frame */\r
-                       b_eof:1,               /** End of frame */\r
-                       b_cfi:1,               /** Concatenation Format Indicator */\r
-                       vlan_priority:3,       /** VLAN priority (if VLAN detected) */\r
-                       b_priority_detected:1, /** Priority tag detected */\r
-                       b_vlan_detected:1,     /**< VLAN tag detected */\r
-                       b_type_id_match:2,     /**< Type ID match */\r
-                       b_checksumoffload:1,        /**< Checksum offload specific function */\r
-                       b_addrmatch:2,        /**< Address register match */\r
-                       b_ext_addr_match:1,    /**< External address match found */\r
-                       reserved:1,\r
-                       b_uni_hash_match:1,    /**< Unicast hash match */\r
-                       b_multi_hash_match:1,  /**< Multicast hash match */\r
-                       b_boardcast_detect:1;  /**< Global broadcast address detected */\r
-               } bm;\r
-       } status;\r
-} gmac_rx_descriptor_t;\r
-\r
-/** Transmit buffer descriptor struct */\r
-COMPILER_PACK_SET(8)\r
-typedef struct gmac_tx_descriptor {\r
-       uint32_t addr;\r
-       union gmac_tx_status {\r
-               uint32_t val;\r
-               struct gmac_tx_status_bm {\r
-                       uint32_t len:14, /**< Length of buffer */\r
-                       reserved:1,\r
-                       b_last_buffer:1, /**< Last buffer (in the current frame) */\r
-                       b_no_crc:1,      /**< No CRC */\r
-                       reserved1:3,\r
-                       b_checksumoffload:3,    /**< Transmit checksum generation offload errors */\r
-                       reserved2:3,\r
-                       b_lco:1,         /**< Late collision, transmit error detected */\r
-                       b_exhausted:1,   /**< Buffer exhausted in mid frame */\r
-                       b_underrun:1,    /**< Transmit underrun */\r
-                       b_error:1,       /**< Retry limit exceeded, error detected */\r
-                       b_wrap:1,        /**< Marks last descriptor in TD list */\r
-                       b_used:1;        /**< User clear, GMAC sets this to 1 once a frame has been successfully transmitted */\r
-               } bm;\r
-       } status;\r
-} gmac_tx_descriptor_t;\r
-\r
-COMPILER_PACK_RESET()\r
-\r
-/**\r
- * \brief Input parameters when initializing the gmac module mode.\r
- */\r
-typedef struct gmac_options {\r
-       /*  Enable/Disable CopyAllFrame */\r
-       uint8_t uc_copy_all_frame;\r
-       /* Enable/Disable NoBroadCast */\r
-       uint8_t uc_no_boardcast;\r
-       /* MAC address */\r
-       uint8_t uc_mac_addr[GMAC_ADDR_LENGTH];\r
-} gmac_options_t;\r
-\r
-/** RX callback */\r
-typedef void (*gmac_dev_tx_cb_t) (uint32_t ul_status);\r
-/** Wakeup callback */\r
-typedef void (*gmac_dev_wakeup_cb_t) (void);\r
-\r
-/**\r
- * GMAC driver structure.\r
- */\r
-typedef struct gmac_device {\r
-\r
-       /** Pointer to HW register base */\r
-       Gmac *p_hw;\r
-       /**\r
-        * Pointer to allocated TX buffer.\r
-        * Section 3.6 of AMBA 2.0 spec states that burst should not cross\r
-        * 1K Boundaries.\r
-        * Receive buffer manager writes are burst of 2 words => 3 lsb bits\r
-        * of the address shall be set to 0.\r
-        */\r
-       uint8_t *p_tx_buffer;\r
-       /** Pointer to allocated RX buffer */\r
-       uint8_t *p_rx_buffer;\r
-       /** Pointer to Rx TDs (must be 8-byte aligned) */\r
-       gmac_rx_descriptor_t *p_rx_dscr;\r
-       /** Pointer to Tx TDs (must be 8-byte aligned) */\r
-       gmac_tx_descriptor_t *p_tx_dscr;\r
-       /** Optional callback to be invoked once a frame has been received */\r
-       gmac_dev_tx_cb_t func_rx_cb;\r
-       /** Optional callback to be invoked once several TDs have been released */\r
-       gmac_dev_wakeup_cb_t func_wakeup_cb;\r
-       /** Optional callback list to be invoked once TD has been processed */\r
-       gmac_dev_tx_cb_t *func_tx_cb_list;\r
-       /** RX TD list size */\r
-       uint16_t us_rx_list_size;\r
-       /** RX index for current processing TD */\r
-       uint16_t us_rx_idx;\r
-       /** TX TD list size */\r
-       uint16_t us_tx_list_size;\r
-       /** Circular buffer head pointer by upper layer (buffer to be sent) */\r
-       uint16_t us_tx_head;\r
-       /** Circular buffer tail pointer incremented by handlers (buffer sent) */\r
-       uint16_t us_tx_tail;\r
-\r
-       /** Number of free TD before wakeup callback is invoked */\r
-       uint8_t uc_wakeup_threshold;\r
-} gmac_device_t;\r
-\r
-/**\r
- * \brief Write network control value.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_ncr   Network control value.\r
- */\r
-static inline void gmac_network_control(Gmac* p_gmac, uint32_t ul_ncr)\r
-{\r
-       p_gmac->GMAC_NCR = ul_ncr;\r
-}\r
-\r
-/**\r
- * \brief Get network control value.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-\r
-static inline uint32_t gmac_get_network_control(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_NCR;\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable GMAC receive.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable GMAC receiver, else to enable it.\r
- */\r
-static inline void gmac_enable_receive(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_RXEN;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_RXEN;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable GMAC transmit.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable GMAC transmit, else to enable it.\r
- */\r
-static inline void gmac_enable_transmit(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_TXEN;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_TXEN;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable GMAC management.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable GMAC management, else to enable it.\r
- */\r
-static inline void gmac_enable_management(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_MPE;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_MPE;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Clear all statistics registers.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_clear_statistics(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_CLRSTAT;\r
-}\r
-\r
-/**\r
- * \brief Increase all statistics registers.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_increase_statistics(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_INCSTAT;\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable statistics registers writing.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the statistics registers writing, else to enable it.\r
- */\r
-static inline void gmac_enable_statistics_write(Gmac* p_gmac,\r
-               uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_WESTAT;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_WESTAT;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief In half-duplex mode, forces collisions on all received frames.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the back pressure, else to enable it.\r
- */\r
-static inline void gmac_enable_back_pressure(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_BP;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_BP;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Start transmission.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_start_transmission(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_TSTART;\r
-}\r
-\r
-/**\r
- * \brief Halt transmission.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_halt_transmission(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_THALT;\r
-}\r
-\r
-/**\r
- * \brief Transmit pause frame.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_tx_pause_frame(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_TXPF;\r
-}\r
-\r
-/**\r
- * \brief Transmit zero quantum pause frame.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_tx_pause_zero_quantum_frame(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_TXZQPF;\r
-}\r
-\r
-/**\r
- * \brief Read snapshot.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_read_snapshot(Gmac* p_gmac)\r
-{\r
-       p_gmac->GMAC_NCR |= GMAC_NCR_RDS;\r
-}\r
-\r
-/**\r
- * \brief Store receivetime stamp to memory.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to normal operation, else to enable the store.\r
- */\r
-static inline void gmac_store_rx_time_stamp(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_SRTSM;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_SRTSM;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable PFC priority-based pause reception.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   1 to set the reception, 0 to disable.\r
- */\r
-static inline void gmac_enable_pfc_pause_frame(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_ENPBPR;\r
-       } else {\r
-               p_gmac->GMAC_NCR &= ~GMAC_NCR_ENPBPR;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Transmit PFC priority-based pause reception.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_transmit_pfc_pause_frame(Gmac* p_gmac)\r
-{\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_TXPBPF;\r
-}\r
-\r
-/**\r
- * \brief Flush next packet.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_flush_next_packet(Gmac* p_gmac)\r
-{\r
-               p_gmac->GMAC_NCR |= GMAC_NCR_FNP;\r
-}\r
-\r
-/**\r
- * \brief Set up network configuration register.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
-  * \param ul_cfg   Network configuration value.\r
- */\r
-static inline void gmac_set_configure(Gmac* p_gmac, uint32_t ul_cfg)\r
-{\r
-       p_gmac->GMAC_NCFGR = ul_cfg;\r
-}\r
-\r
-/**\r
- * \brief Get network configuration.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return Network configuration.\r
- */\r
-static inline uint32_t gmac_get_configure(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_NCFGR;\r
-}\r
-\r
-/**\r
- * \brief Set speed.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_speed 1 to indicate 100Mbps, 0 to 10Mbps.\r
- */\r
-static inline void gmac_set_speed(Gmac* p_gmac, uint8_t uc_speed)\r
-{\r
-       if (uc_speed) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_SPD;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_SPD;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable Full-Duplex mode.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the Full-Duplex mode, else to enable it.\r
- */\r
-static inline void gmac_enable_full_duplex(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_FD;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_FD;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable Copy(Receive) All Valid Frames.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable copying all valid frames, else to enable it.\r
- */\r
-static inline void gmac_enable_copy_all(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_CAF;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_CAF;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable jumbo frames (up to 10240 bytes).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the jumbo frames, else to enable it.\r
- */\r
-static inline void gmac_enable_jumbo_frames(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_JFRAME;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_JFRAME;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Disable/Enable broadcast receiving.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   1 to disable the broadcast, else to enable it.\r
- */\r
-static inline void gmac_disable_broadcast(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_NBC;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_NBC;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable multicast hash.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the multicast hash, else to enable it.\r
- */\r
-static inline void gmac_enable_multicast_hash(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_UNIHEN;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_UNIHEN;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable big frames (over 1518, up to 1536).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable big frames else to enable it.\r
- */\r
-static inline void gmac_enable_big_frame(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_MAXFS;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_MAXFS;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set MDC clock divider.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_mck   GMAC MCK.\r
- *\r
- * \return GMAC_OK if successfully.\r
- */\r
-static inline uint8_t gmac_set_mdc_clock(Gmac* p_gmac, uint32_t ul_mck)\r
-{\r
-       uint32_t ul_clk;\r
-       \r
-       if (ul_mck > GMAC_MCK_SPEED_240MHZ) {\r
-               return GMAC_INVALID;\r
-       } else if (ul_mck > GMAC_MCK_SPEED_160MHZ) {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_96;\r
-       } else if (ul_mck > GMAC_MCK_SPEED_120MHZ) {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_64;\r
-       } else if (ul_mck > GMAC_MCK_SPEED_80MHZ) {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_48;\r
-       } else if (ul_mck > GMAC_MCK_SPEED_40MHZ) {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_32;\r
-       } else if (ul_mck > GMAC_MCK_SPEED_20MHZ) {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_16;\r
-       } else {\r
-               ul_clk = GMAC_NCFGR_CLK_MCK_8;\r
-       }\r
-       p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_CLK_Msk;\r
-       p_gmac->GMAC_NCFGR |= ul_clk;\r
-       return GMAC_OK;\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable retry test.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the GMAC receiver, else to enable it.\r
- */\r
-static inline void gmac_enable_retry_test(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RTY;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RTY;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable pause (when a valid pause frame is received).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable pause frame, else to enable it.\r
- */\r
-static inline void gmac_enable_pause_frame(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_PEN;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_PEN;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Set receive buffer offset to 0 ~ 3.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline void gmac_set_rx_buffer_offset(Gmac* p_gmac, uint8_t uc_offset)\r
-{\r
-       p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RXBUFO_Msk;\r
-       p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RXBUFO(uc_offset);\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable receive length field checking.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable receive length field checking, else to enable it.\r
- */\r
-static inline void gmac_enable_rx_length_check(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_LFERD;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_LFERD;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable discarding FCS field of received frames.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable discarding FCS field of received frames, else to enable it.\r
- */\r
-static inline void gmac_enable_discard_fcs(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_RFCS;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_RFCS;\r
-       }\r
-}\r
-\r
-\r
-/**\r
- * \brief Enable/Disable frames to be received in half-duplex mode\r
- * while transmitting.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable the received in half-duplex mode, else to enable it.\r
- */\r
-static inline void gmac_enable_efrhd(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_EFRHD;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_EFRHD;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable/Disable ignore RX FCS.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_enable   0 to disable ignore RX FCS, else to enable it.\r
- */\r
-static inline void gmac_enable_ignore_rx_fcs(Gmac* p_gmac, uint8_t uc_enable)\r
-{\r
-       if (uc_enable) {\r
-               p_gmac->GMAC_NCFGR |= GMAC_NCFGR_IRXFCS;\r
-       } else {\r
-               p_gmac->GMAC_NCFGR &= ~GMAC_NCFGR_IRXFCS;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Get Network Status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return Network status.\r
- */\r
-static inline uint32_t gmac_get_status(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_NSR;\r
-}\r
-\r
-/**\r
- * \brief Get MDIO IN pin status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return MDIO IN pin status.\r
- */\r
-static inline uint8_t gmac_get_MDIO(Gmac* p_gmac)\r
-{\r
-       return ((p_gmac->GMAC_NSR & GMAC_NSR_MDIO) > 0);\r
-}\r
-\r
-/**\r
- * \brief Check if PHY is idle.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return  1 if PHY is idle.\r
- */\r
-static inline uint8_t gmac_is_phy_idle(Gmac* p_gmac)\r
-{\r
-       return ((p_gmac->GMAC_NSR & GMAC_NSR_IDLE) > 0);\r
-}\r
-\r
-/**\r
- * \brief Return transmit status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return  Transmit status.\r
- */\r
-static inline uint32_t gmac_get_tx_status(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_TSR;\r
-}\r
-\r
-/**\r
- * \brief Clear transmit status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_status   Transmit status.\r
- */\r
-static inline void gmac_clear_tx_status(Gmac* p_gmac, uint32_t ul_status)\r
-{\r
-       p_gmac->GMAC_TSR = ul_status;\r
-}\r
-\r
-/**\r
- * \brief Return receive status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- */\r
-static inline uint32_t gmac_get_rx_status(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_RSR;\r
-}\r
-\r
-/**\r
- * \brief Clear receive status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_status   Receive status.\r
- */\r
-static inline void gmac_clear_rx_status(Gmac* p_gmac, uint32_t ul_status)\r
-{\r
-       p_gmac->GMAC_RSR = ul_status;\r
-}\r
-\r
-/**\r
- * \brief Set Rx Queue.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_addr   Rx queue address.\r
- */\r
-static inline void gmac_set_rx_queue(Gmac* p_gmac, uint32_t ul_addr)\r
-{\r
-       p_gmac->GMAC_RBQB = GMAC_RBQB_ADDR_Msk & ul_addr;\r
-}\r
-\r
-/**\r
- * \brief Get Rx Queue Address.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return  Rx queue address.\r
- */\r
-static inline uint32_t gmac_get_rx_queue(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_RBQB;\r
-}\r
-\r
-/**\r
- * \brief Set Tx Queue.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_addr  Tx queue address.\r
- */\r
-static inline void gmac_set_tx_queue(Gmac* p_gmac, uint32_t ul_addr)\r
-{\r
-       p_gmac->GMAC_TBQB = GMAC_TBQB_ADDR_Msk & ul_addr;\r
-}\r
-\r
-/**\r
- * \brief Get Tx Queue.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return  Rx queue address.\r
- */\r
-static inline uint32_t gmac_get_tx_queue(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_TBQB;\r
-}\r
-\r
-/**\r
- * \brief Enable interrupt(s).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_source   Interrupt source(s) to be enabled.\r
- */\r
-static inline void gmac_enable_interrupt(Gmac* p_gmac, uint32_t ul_source)\r
-{\r
-       p_gmac->GMAC_IER = ul_source;\r
-}\r
-\r
-/**\r
- * \brief Disable interrupt(s).\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_source   Interrupt source(s) to be disabled.\r
- */\r
-static inline void gmac_disable_interrupt(Gmac* p_gmac, uint32_t ul_source)\r
-{\r
-       p_gmac->GMAC_IDR = ul_source;\r
-}\r
-\r
-/**\r
- * \brief Return interrupt status.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return Interrupt status.\r
- */\r
-static inline uint32_t gmac_get_interrupt_status(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_ISR;\r
-}\r
-\r
-/**\r
- * \brief Return interrupt mask.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return Interrupt mask.\r
- */\r
-static inline uint32_t gmac_get_interrupt_mask(Gmac* p_gmac)\r
-{\r
-       return p_gmac->GMAC_IMR;\r
-}\r
-\r
-/**\r
- * \brief Execute PHY maintenance command.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_phy_addr   PHY address.\r
- * \param uc_reg_addr   Register address.\r
- * \param uc_rw   1 to Read, 0 to write.\r
- * \param us_data   Data to be performed, write only.\r
- */\r
-static inline void gmac_maintain_phy(Gmac* p_gmac,\r
-               uint8_t uc_phy_addr, uint8_t uc_reg_addr, uint8_t uc_rw,\r
-               uint16_t us_data)\r
-{\r
-       /* Wait until bus idle */\r
-       while ((p_gmac->GMAC_NSR & GMAC_NSR_IDLE) == 0);\r
-       /* Write maintain register */\r
-       p_gmac->GMAC_MAN = GMAC_MAN_WTN(GMAC_MAN_CODE_VALUE)\r
-                       | GMAC_MAN_CLTTO \r
-                       | GMAC_MAN_PHYA(uc_phy_addr)\r
-                       | GMAC_MAN_REGA(uc_reg_addr)\r
-                       | GMAC_MAN_OP((uc_rw ? GMAC_MAN_RW_TYPE : GMAC_MAN_READ_ONLY))\r
-                       | GMAC_MAN_DATA(us_data);\r
-}\r
-\r
-/**\r
- * \brief Get PHY maintenance data returned.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- *\r
- * \return Get PHY data.\r
- */\r
-static inline uint16_t gmac_get_phy_data(Gmac* p_gmac)\r
-{\r
-       /* Wait until bus idle */\r
-       while ((p_gmac->GMAC_NSR & GMAC_NSR_IDLE) == 0);\r
-       /* Return data */\r
-       return (uint16_t) (p_gmac->GMAC_MAN & GMAC_MAN_DATA_Msk);\r
-}\r
-\r
-/**\r
- * \brief Set Hash.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ul_hash_top   Hash top.\r
- * \param ul_hash_bottom   Hash bottom.\r
- */\r
-static inline void gmac_set_hash(Gmac* p_gmac, uint32_t ul_hash_top,\r
-               uint32_t ul_hash_bottom)\r
-{\r
-       p_gmac->GMAC_HRB = ul_hash_bottom;\r
-       p_gmac->GMAC_HRT = ul_hash_top;\r
-}\r
-\r
-/**\r
- * \brief Set 64 bits Hash.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param ull_hash   64 bits hash value.\r
- */\r
-static inline void gmac_set_hash64(Gmac* p_gmac, uint64_t ull_hash)\r
-{\r
-       p_gmac->GMAC_HRB = (uint32_t) ull_hash;\r
-       p_gmac->GMAC_HRT = (uint32_t) (ull_hash >> 32);\r
-}\r
-\r
-/**\r
- * \brief Set MAC Address.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_index  GMAC specific address register index.\r
- * \param p_mac_addr  GMAC address.\r
- */\r
-static inline void gmac_set_address(Gmac* p_gmac, uint8_t uc_index,\r
-               uint8_t* p_mac_addr)\r
-{\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAB = (p_mac_addr[3] << 24)\r
-                       | (p_mac_addr[2] << 16)\r
-                       | (p_mac_addr[1] << 8)\r
-                       | (p_mac_addr[0]);\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAT = (p_mac_addr[5] << 8)\r
-                       | (p_mac_addr[4]);\r
-}\r
-\r
-/**\r
- * \brief Set MAC Address via 2 dword.\r
-  *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_index  GMAC specific address register index.\r
- * \param ul_mac_top  GMAC top address.\r
- * \param ul_mac_bottom  GMAC bottom address.\r
- */\r
-static inline void gmac_set_address32(Gmac* p_gmac, uint8_t uc_index,\r
-               uint32_t ul_mac_top, uint32_t ul_mac_bottom)\r
-{\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAB = ul_mac_bottom;\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAT = ul_mac_top;\r
-}\r
-\r
-/**\r
- * \brief Set MAC Address via int64.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param uc_index  GMAC specific address register index.\r
- * \param ull_mac  64-bit GMAC address.\r
- */\r
-static inline void gmac_set_address64(Gmac* p_gmac, uint8_t uc_index,\r
-               uint64_t ull_mac)\r
-{\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAB = (uint32_t) ull_mac;\r
-       p_gmac->GMAC_SA[uc_index].GMAC_SAT = (uint32_t) (ull_mac >> 32);\r
-}\r
-\r
-/**\r
- * \brief Select media independent interface mode.\r
- *\r
- * \param p_gmac   Pointer to the GMAC instance.\r
- * \param mode   Media independent interface mode.\r
- */\r
-static inline void gmac_select_mii_mode(Gmac* p_gmac, gmac_mii_mode_t mode)\r
-{\r
-       switch (mode) {\r
-               case GMAC_PHY_MII:\r
-               case GMAC_PHY_RMII:\r
-                       p_gmac->GMAC_UR |= GMAC_UR_RMIIMII;\r
-               break;\r
-\r
-               default:\r
-                       p_gmac->GMAC_UR &= ~GMAC_UR_RMIIMII;\r
-               break;\r
-       }\r
-}\r
-\r
-uint8_t gmac_phy_read(Gmac* p_gmac, uint8_t uc_phy_address, uint8_t uc_address,\r
-               uint32_t* p_value);\r
-uint8_t gmac_phy_write(Gmac* p_gmac, uint8_t uc_phy_address,\r
-               uint8_t uc_address, uint32_t ul_value);\r
-void gmac_dev_init(Gmac* p_gmac, gmac_device_t* p_gmac_dev,\r
-               gmac_options_t* p_opt);\r
-uint32_t gmac_dev_read(gmac_device_t* p_gmac_dev, uint8_t* p_frame,\r
-               uint32_t ul_frame_size, uint32_t* p_rcv_size);\r
-uint32_t gmac_dev_write(gmac_device_t* p_gmac_dev, void *p_buffer,\r
-               uint32_t ul_size, gmac_dev_tx_cb_t func_tx_cb);\r
-uint32_t gmac_dev_get_tx_load(gmac_device_t* p_gmac_dev);\r
-void gmac_dev_set_rx_callback(gmac_device_t* p_gmac_dev,\r
-               gmac_dev_tx_cb_t func_rx_cb);\r
-uint8_t gmac_dev_set_tx_wakeup_callback(gmac_device_t* p_gmac_dev,\r
-               gmac_dev_wakeup_cb_t func_wakeup, uint8_t uc_threshold);\r
-void gmac_dev_reset(gmac_device_t* p_gmac_dev);\r
-void gmac_handler(gmac_device_t* p_gmac_dev);\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \page gmac_quickstart Quickstart guide for GMAC driver.\r
- *\r
- * This is the quickstart guide for the \ref gmac_group "Ethernet MAC",\r
- * with step-by-step instructions on how to configure and use the driver in a\r
- * selection of use cases.\r
- *\r
- * The use cases contain several code fragments. The code fragments in the\r
- * steps for setup can be copied into a custom initialization function, while\r
- * the steps for usage can be copied into, e.g., the main application function.\r
- *\r
- * \section gmac_basic_use_case Basic use case\r
- * In the basic use case, the GMAC driver are configured for:\r
- * - PHY component KSZ8051MNL is used\r
- * - GMAC uses MII mode\r
- * - The number of receive buffer is 16\r
- * - The number of transfer buffer is 8\r
- * - MAC address is set to 00-04-25-1c-a0-02\r
- * - IP address is set to 192.168.0.2\r
- * - IP address is set to 192.168.0.2\r
- * - Gateway is set to 192.168.0.1\r
- * - Network mask is 255.255.255.0\r
- * - PHY operation max retry count is 1000000\r
- * - GMAC is configured to not support copy all frame and support broadcast\r
- * - The data will be read from the ethernet\r
- *\r
- * \section gmac_basic_use_case_setup Setup steps\r
- *\r
- * \subsection gmac_basic_use_case_setup_prereq Prerequisites\r
- * -# \ref sysclk_group "System Clock Management (sysclock)"\r
- * -# \ref pmc_group "Power Management Controller (pmc)"\r
- * -# \ref ksz8051mnl_ethernet_phy_group "PHY component (KSZ8051MNL)"\r
- *\r
- * \subsection gmac_basic_use_case_setup_code Example code\r
- * Content of conf_eth.h\r
- * \code\r
- * #define GMAC_RX_BUFFERS                               16\r
- * #define GMAC_TX_BUFFERS                               8\r
- * #define MAC_PHY_RETRY_MAX                             1000000\r
- * #define ETHERNET_CONF_ETHADDR0                        0x00\r
- * #define ETHERNET_CONF_ETHADDR0                        0x00\r
- * #define ETHERNET_CONF_ETHADDR1                        0x04\r
- * #define ETHERNET_CONF_ETHADDR2                        0x25\r
- * #define ETHERNET_CONF_ETHADDR3                        0x1C\r
- * #define ETHERNET_CONF_ETHADDR4                        0xA0\r
- * #define ETHERNET_CONF_ETHADDR5                        0x02\r
- * #define ETHERNET_CONF_IPADDR0                         192\r
- * #define ETHERNET_CONF_IPADDR1                         168\r
- * #define ETHERNET_CONF_IPADDR2                         0\r
- * #define ETHERNET_CONF_IPADDR3                         2\r
- * #define ETHERNET_CONF_GATEWAY_ADDR0                   192\r
- * #define ETHERNET_CONF_GATEWAY_ADDR1                   168\r
- * #define ETHERNET_CONF_GATEWAY_ADDR2                   0\r
- * #define ETHERNET_CONF_GATEWAY_ADDR3                   1\r
- * #define ETHERNET_CONF_NET_MASK0                       255\r
- * #define ETHERNET_CONF_NET_MASK1                       255\r
- * #define ETHERNET_CONF_NET_MASK2                       255\r
- * #define ETHERNET_CONF_NET_MASK3                       0\r
- * #define ETH_PHY_MODE                                  ETH_PHY_MODE\r
- * \endcode\r
- *\r
- * A specific gmac device and the receive data buffer must be defined; another ul_frm_size should be defined\r
- * to trace the actual size of the data received.\r
- * \code\r
- * static gmac_device_t gs_gmac_dev;\r
- * static volatile uint8_t gs_uc_eth_buffer[GMAC_FRAME_LENTGH_MAX];\r
- *\r
- * uint32_t ul_frm_size;\r
- * \endcode\r
- *\r
- * Add to application C-file:\r
- * \code\r
- *   void gmac_init(void)\r
- *   {\r
- *       sysclk_init();\r
- *\r
- *       board_init();\r
- *\r
- *       pmc_enable_periph_clk(ID_GMAC);\r
- *\r
- *       gmac_option.uc_copy_all_frame = 0;\r
- *       gmac_option.uc_no_boardcast = 0;\r
- *       memcpy(gmac_option.uc_mac_addr, gs_uc_mac_address, sizeof(gs_uc_mac_address));\r
- *       gs_gmac_dev.p_hw = GMAC;\r
- *\r
- *       gmac_dev_init(GMAC, &gs_gmac_dev, &gmac_option);\r
- *\r
- *       NVIC_EnableIRQ(GMAC_IRQn);\r
- *\r
- *       ethernet_phy_init(GMAC, BOARD_GMAC_PHY_ADDR, sysclk_get_cpu_hz());\r
- * \r
- *       ethernet_phy_auto_negotiate(GMAC, BOARD_GMAC_PHY_ADDR);\r
- *\r
- *       ethernet_phy_set_link(GMAC, BOARD_GMAC_PHY_ADDR, 1);\r
- * \endcode\r
- *\r
- * \subsection gmac_basic_use_case_setup_flow Workflow\r
- * -# Ensure that conf_eth.h is present and contains the\r
- * following configuration symbol. This configuration file is used\r
- * by the driver and should not be included by the user.\r
- *   - \code\r
- *        #define GMAC_RX_BUFFERS                               16\r
- *        #define GMAC_TX_BUFFERS                               8\r
- *        #define MAC_PHY_RETRY_MAX                             1000000\r
- *        #define ETHERNET_CONF_ETHADDR0                        0x00\r
- *        #define ETHERNET_CONF_ETHADDR0                        0x00\r
- *        #define ETHERNET_CONF_ETHADDR1                        0x04\r
- *        #define ETHERNET_CONF_ETHADDR2                        0x25\r
- *        #define ETHERNET_CONF_ETHADDR3                        0x1C\r
- *        #define ETHERNET_CONF_ETHADDR4                        0xA0\r
- *        #define ETHERNET_CONF_ETHADDR5                        0x02\r
- *        #define ETHERNET_CONF_IPADDR0                         192\r
- *        #define ETHERNET_CONF_IPADDR1                         168\r
- *        #define ETHERNET_CONF_IPADDR2                         0\r
- *        #define ETHERNET_CONF_IPADDR3                         2\r
- *        #define ETHERNET_CONF_GATEWAY_ADDR0                   192\r
- *        #define ETHERNET_CONF_GATEWAY_ADDR1                   168\r
- *        #define ETHERNET_CONF_GATEWAY_ADDR2                   0\r
- *        #define ETHERNET_CONF_GATEWAY_ADDR3                   1\r
- *        #define ETHERNET_CONF_NET_MASK0                       255\r
- *        #define ETHERNET_CONF_NET_MASK1                       255\r
- *        #define ETHERNET_CONF_NET_MASK2                       255\r
- *        #define ETHERNET_CONF_NET_MASK3                       0\r
- *        #define ETH_PHY_MODE                                  GMAC_PHY_MII\r
- *   \endcode\r
- * -# Enable the system clock:\r
- *   - \code sysclk_init(); \endcode\r
- * -# Enable PIO configurations for GMAC:\r
- *   - \code board_init(); \endcode\r
- * -# Enable PMC clock for GMAC:\r
- *   - \code pmc_enable_periph_clk(ID_GMAC); \endcode\r
- * -# Set the GMAC options; it's set to copy all frame and support broadcast:\r
- *   - \code\r
- *         gmac_option.uc_copy_all_frame = 0;\r
- *         gmac_option.uc_no_boardcast = 0;\r
- *         memcpy(gmac_option.uc_mac_addr, gs_uc_mac_address, sizeof(gs_uc_mac_address));\r
- *         gs_gmac_dev.p_hw = GMAC;\r
- * \endcode\r
- * -# Initialize GMAC device with the filled option:\r
- *   - \code\r
- *         gmac_dev_init(GMAC, &gs_gmac_dev, &gmac_option);\r
- * \endcode\r
- * -# Enable the interrupt service for GMAC:\r
- *   - \code\r
- *         NVIC_EnableIRQ(GMAC_IRQn);\r
- * \endcode\r
- * -# Initialize the PHY component:\r
- *   - \code\r
- *         ethernet_phy_init(GMAC, BOARD_GMAC_PHY_ADDR, sysclk_get_cpu_hz());\r
- * \endcode\r
-  * -# The link will be established based on auto negotiation.\r
- *   - \code\r
- *         ethernet_phy_auto_negotiate(GMAC, BOARD_GMAC_PHY_ADDR);\r
- * \endcode\r
- * -# Establish the ethernet link; the network can be worked from now on:\r
- *   - \code\r
- *         ethernet_phy_set_link(GMAC, BOARD_GMAC_PHY_ADDR, 1);\r
- * \endcode\r
- *\r
- * \section gmac_basic_use_case_usage Usage steps\r
- * \subsection gmac_basic_use_case_usage_code Example code\r
- * Add to, e.g., main loop in application C-file:\r
- * \code\r
- *    gmac_dev_read(&gs_gmac_dev, (uint8_t *) gs_uc_eth_buffer, sizeof(gs_uc_eth_buffer), &ul_frm_size));\r
- * \endcode\r
- *\r
- * \subsection gmac_basic_use_case_usage_flow Workflow\r
- * -# Start reading the data from the ethernet:\r
- *   - \code gmac_dev_read(&gs_gmac_dev, (uint8_t *) gs_uc_eth_buffer, sizeof(gs_uc_eth_buffer), &ul_frm_size)); \endcode\r
- */\r
-\r
-#endif /* GMAC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.c
deleted file mode 100644 (file)
index 28565bb..0000000
+++ /dev/null
@@ -1,1294 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Power Management Controller (PMC) driver for SAM.\r
- *\r
- * Copyright (c) 2011 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "pmc.h"\r
-\r
-#if (SAM3N)\r
-# define MAX_PERIPH_ID    31\r
-#elif (SAM3XA)\r
-# define MAX_PERIPH_ID    44\r
-#elif (SAM3U)\r
-# define MAX_PERIPH_ID    29\r
-#elif (SAM3S || SAM4S)\r
-# define MAX_PERIPH_ID    34\r
-#elif (SAM4E)\r
-# define MAX_PERIPH_ID    47\r
-#elif (SAM4N)\r
-# define MAX_PERIPH_ID    31\r
-#endif\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/**\r
- * \defgroup sam_drivers_pmc_group Power Management Controller (PMC)\r
- *\r
- * \par Purpose\r
- *\r
- * The Power Management Controller (PMC) optimizes power consumption by\r
- * controlling all system and user peripheral clocks. The PMC enables/disables\r
- * the clock inputs to many of the peripherals and the Cortex-M Processor.\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \brief Set the prescaler of the MCK.\r
- *\r
- * \param ul_pres Prescaler value.\r
- */\r
-void pmc_mck_set_prescaler(uint32_t ul_pres)\r
-{\r
-       PMC->PMC_MCKR =\r
-                       (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       while (!(PMC->PMC_SR & PMC_SR_MCKRDY));\r
-}\r
-\r
-/**\r
- * \brief Set the source of the MCK.\r
- *\r
- * \param ul_source Source selection value.\r
- */\r
-void pmc_mck_set_source(uint32_t ul_source)\r
-{\r
-       PMC->PMC_MCKR =\r
-                       (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) | ul_source;\r
-       while (!(PMC->PMC_SR & PMC_SR_MCKRDY));\r
-}\r
-\r
-/**\r
- * \brief Switch master clock source selection to slow clock.\r
- *\r
- * \param ul_pres Processor clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_mck_to_sclk(uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) |\r
-                       PMC_MCKR_CSS_SLOW_CLK;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Switch master clock source selection to main clock.\r
- *\r
- * \param ul_pres Processor clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_mck_to_mainck(uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) |\r
-                       PMC_MCKR_CSS_MAIN_CLK;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Switch master clock source selection to PLLA clock.\r
- *\r
- * \param ul_pres Processor clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_mck_to_pllack(uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) |\r
-                       PMC_MCKR_CSS_PLLA_CLK;\r
-\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-#if (SAM3S || SAM4S)\r
-/**\r
- * \brief Switch master clock source selection to PLLB clock.\r
- *\r
- * \param ul_pres Processor clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_mck_to_pllbck(uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) |\r
-                       PMC_MCKR_CSS_PLLB_CLK;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-#endif\r
-\r
-#if (SAM3XA || SAM3U)\r
-/**\r
- * \brief Switch master clock source selection to UPLL clock.\r
- *\r
- * \param ul_pres Processor clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_mck_to_upllck(uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_PRES_Msk)) | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & (~PMC_MCKR_CSS_Msk)) |\r
-                       PMC_MCKR_CSS_UPLL_CLK;\r
-       for (ul_timeout = PMC_TIMEOUT; !(PMC->PMC_SR & PMC_SR_MCKRDY);\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Switch slow clock source selection to external 32k (Xtal or Bypass).\r
- *\r
- * \note This function disables the PLLs.\r
- *\r
- * \note Switching SCLK back to 32krc is only possible by shutting down the\r
- *       VDDIO power supply.\r
- *\r
- * \param ul_bypass 0 for Xtal, 1 for bypass.\r
- */\r
-void pmc_switch_sclk_to_32kxtal(uint32_t ul_bypass)\r
-{\r
-       /* Set Bypass mode if required */\r
-       if (ul_bypass == 1) {\r
-               SUPC->SUPC_MR |= SUPC_MR_KEY(SUPC_KEY_VALUE) |\r
-                       SUPC_MR_OSCBYPASS;\r
-       }\r
-\r
-       SUPC->SUPC_CR = SUPC_CR_KEY(SUPC_KEY_VALUE) | SUPC_CR_XTALSEL;\r
-}\r
-\r
-/**\r
- * \brief Check if the external 32k Xtal is ready.\r
- *\r
- * \retval 1 External 32k Xtal is ready.\r
- * \retval 0 External 32k Xtal is not ready.\r
- */\r
-uint32_t pmc_osc_is_ready_32kxtal(void)\r
-{\r
-       return ((SUPC->SUPC_SR & SUPC_SR_OSCSEL)\r
-                       && (PMC->PMC_SR & PMC_SR_OSCSELS));\r
-}\r
-\r
-/**\r
- * \brief Switch main clock source selection to internal fast RC.\r
- *\r
- * \param ul_moscrcf Fast RC oscillator(4/8/12Mhz).\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- * \retval 2 Invalid frequency.\r
- */\r
-void pmc_switch_mainck_to_fastrc(uint32_t ul_moscrcf)\r
-{\r
-       uint32_t ul_needXTEN = 0;\r
-\r
-       /* Enable Fast RC oscillator but DO NOT switch to RC now */\r
-       if (PMC->CKGR_MOR & CKGR_MOR_MOSCXTEN) {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCRCF_Msk) |\r
-                               PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCRCEN |\r
-                               ul_moscrcf;\r
-       } else {\r
-               ul_needXTEN = 1;\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCRCF_Msk) |\r
-                               PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCRCEN |\r
-                               CKGR_MOR_MOSCXTEN | CKGR_MOR_MOSCXTST_Msk |\r
-                               ul_moscrcf;\r
-       }\r
-\r
-       /* Wait the Fast RC to stabilize */\r
-       while (!(PMC->PMC_SR & PMC_SR_MOSCRCS));\r
-\r
-       /* Switch to Fast RC */\r
-       PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCSEL) |\r
-                       PMC_CKGR_MOR_KEY_VALUE;\r
-\r
-       /* Disable xtal oscillator */\r
-       if (ul_needXTEN) {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCXTEN) |\r
-                               PMC_CKGR_MOR_KEY_VALUE;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Enable fast RC oscillator.\r
- *\r
- * \param ul_rc Fast RC oscillator(4/8/12Mhz).\r
- */\r
-void pmc_osc_enable_fastrc(uint32_t ul_rc)\r
-{\r
-       /* Enable Fast RC oscillator but DO NOT switch to RC now.\r
-        * Keep MOSCSEL to 1 */\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCSEL |\r
-                       CKGR_MOR_MOSCXTEN | CKGR_MOR_MOSCRCEN | ul_rc;\r
-       /* Wait the Fast RC to stabilize */\r
-       while (!(PMC->PMC_SR & PMC_SR_MOSCRCS));\r
-}\r
-\r
-/**\r
- * \brief Disable the internal fast RC.\r
- */\r
-void pmc_osc_disable_fastrc(void)\r
-{\r
-       /* Disable Fast RC oscillator */\r
-       PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCRCEN &\r
-                                       ~CKGR_MOR_MOSCRCF_Msk)\r
-                               | PMC_CKGR_MOR_KEY_VALUE;\r
-}\r
-\r
-/**\r
- * \brief Check if the main fastrc is ready.\r
- *\r
- * \retval 0 Xtal is not ready, otherwise ready.\r
- */\r
-uint32_t pmc_osc_is_ready_fastrc(void)\r
-{\r
-       return (PMC->PMC_SR & PMC_SR_MOSCRCS);\r
-}\r
-\r
-/**\r
- * \brief Enable main XTAL oscillator.\r
- *\r
- * \param ul_xtal_startup_time Xtal start-up time, in number of slow clocks.\r
- */\r
-void pmc_osc_enable_main_xtal(uint32_t ul_xtal_startup_time)\r
-{\r
-       uint32_t mor = PMC->CKGR_MOR;\r
-       mor &= ~(CKGR_MOR_MOSCXTBY|CKGR_MOR_MOSCXTEN);\r
-       mor |= PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCXTEN |\r
-                       CKGR_MOR_MOSCXTST(ul_xtal_startup_time);\r
-       PMC->CKGR_MOR = mor;\r
-       /* Wait the main Xtal to stabilize */\r
-       while (!(PMC->PMC_SR & PMC_SR_MOSCXTS));\r
-}\r
-\r
-/**\r
- * \brief Bypass main XTAL.\r
- */\r
-void pmc_osc_bypass_main_xtal(void)\r
-{\r
-       uint32_t mor = PMC->CKGR_MOR;\r
-       mor &= ~(CKGR_MOR_MOSCXTBY|CKGR_MOR_MOSCXTEN);\r
-       mor |= PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCXTBY;\r
-       /* Enable Crystal oscillator but DO NOT switch now. Keep MOSCSEL to 0 */\r
-       PMC->CKGR_MOR = mor;\r
-       /* The MOSCXTS in PMC_SR is automatically set */\r
-}\r
-\r
-/**\r
- * \brief Disable the main Xtal.\r
- */\r
-void pmc_osc_disable_main_xtal(void)\r
-{\r
-       uint32_t mor = PMC->CKGR_MOR;\r
-       mor &= ~(CKGR_MOR_MOSCXTBY|CKGR_MOR_MOSCXTEN);\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | mor;\r
-}\r
-\r
-/**\r
- * \brief Check if the main crystal is bypassed.\r
- *\r
- * \retval 0 Xtal is bypassed, otherwise not.\r
- */\r
-uint32_t pmc_osc_is_bypassed_main_xtal(void)\r
-{\r
-       return (PMC->CKGR_MOR & CKGR_MOR_MOSCXTBY);\r
-}\r
-\r
-/**\r
- * \brief Check if the main crystal is ready.\r
- *\r
- * \note If main crystal is bypassed, it's always ready.\r
- *\r
- * \retval 0 main crystal is not ready, otherwise ready.\r
- */\r
-uint32_t pmc_osc_is_ready_main_xtal(void)\r
-{\r
-       return (PMC->PMC_SR & PMC_SR_MOSCXTS);\r
-}\r
-\r
-/**\r
- * \brief Switch main clock source selection to external Xtal/Bypass.\r
- *\r
- * \note The function may switch MCK to SCLK if MCK source is MAINCK to avoid\r
- *       any system crash.\r
- *\r
- * \note If used in Xtal mode, the Xtal is automatically enabled.\r
- *\r
- * \param ul_bypass 0 for Xtal, 1 for bypass.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-void pmc_switch_mainck_to_xtal(uint32_t ul_bypass,\r
-               uint32_t ul_xtal_startup_time)\r
-{\r
-       /* Enable Main Xtal oscillator */\r
-       if (ul_bypass) {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCXTEN) |\r
-                               PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCXTBY |\r
-                               CKGR_MOR_MOSCSEL;\r
-       } else {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCXTBY) |\r
-                               PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCXTEN |\r
-                               CKGR_MOR_MOSCXTST(ul_xtal_startup_time);\r
-               /* Wait the Xtal to stabilize */\r
-               while (!(PMC->PMC_SR & PMC_SR_MOSCXTS));\r
-\r
-               PMC->CKGR_MOR |= PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_MOSCSEL;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Disable the external Xtal.\r
- *\r
- * \param ul_bypass 0 for Xtal, 1 for bypass.\r
- */\r
-void pmc_osc_disable_xtal(uint32_t ul_bypass)\r
-{\r
-       /* Disable xtal oscillator */\r
-       if (ul_bypass) {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCXTBY) |\r
-                               PMC_CKGR_MOR_KEY_VALUE;\r
-       } else {\r
-               PMC->CKGR_MOR = (PMC->CKGR_MOR & ~CKGR_MOR_MOSCXTEN) |\r
-                               PMC_CKGR_MOR_KEY_VALUE;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Check if the MAINCK is ready. Depending on MOSCEL, MAINCK can be one\r
- * of Xtal, bypass or internal RC.\r
- *\r
- * \retval 1 Xtal is ready.\r
- * \retval 0 Xtal is not ready.\r
- */\r
-uint32_t pmc_osc_is_ready_mainck(void)\r
-{\r
-       return PMC->PMC_SR & PMC_SR_MOSCSELS;\r
-}\r
-\r
-/**\r
- * \brief Select Main Crystal or internal RC as main clock source.\r
- *\r
- * \note This function will not enable/disable RC or Main Crystal.\r
- *\r
- * \param ul_xtal_rc 0 internal RC is selected, otherwise Main Crystal.\r
- */\r
-void pmc_mainck_osc_select(uint32_t ul_xtal_rc)\r
-{\r
-       uint32_t mor = PMC->CKGR_MOR;\r
-       if (ul_xtal_rc) {\r
-               mor |=  CKGR_MOR_MOSCSEL;\r
-       } else {\r
-               mor &= ~CKGR_MOR_MOSCSEL;\r
-       }\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | mor;\r
-}\r
-\r
-/**\r
- * \brief Enable PLLA clock.\r
- *\r
- * \param mula PLLA multiplier.\r
- * \param pllacount PLLA counter.\r
- * \param diva Divider.\r
- */\r
-void pmc_enable_pllack(uint32_t mula, uint32_t pllacount, uint32_t diva)\r
-{\r
-       /* first disable the PLL to unlock the lock */\r
-       pmc_disable_pllack();\r
-\r
-       PMC->CKGR_PLLAR = CKGR_PLLAR_ONE | CKGR_PLLAR_DIVA(diva) |\r
-                       CKGR_PLLAR_PLLACOUNT(pllacount) | CKGR_PLLAR_MULA(mula);\r
-       while ((PMC->PMC_SR & PMC_SR_LOCKA) == 0);\r
-}\r
-\r
-/**\r
- * \brief Disable PLLA clock.\r
- */\r
-void pmc_disable_pllack(void)\r
-{\r
-       PMC->CKGR_PLLAR = CKGR_PLLAR_ONE | CKGR_PLLAR_MULA(0);\r
-}\r
-\r
-/**\r
- * \brief Is PLLA locked?\r
- *\r
- * \retval 0 Not locked.\r
- * \retval 1 Locked.\r
- */\r
-uint32_t pmc_is_locked_pllack(void)\r
-{\r
-       return (PMC->PMC_SR & PMC_SR_LOCKA);\r
-}\r
-\r
-#if (SAM3S || SAM4S)\r
-/**\r
- * \brief Enable PLLB clock.\r
- *\r
- * \param mulb PLLB multiplier.\r
- * \param pllbcount PLLB counter.\r
- * \param divb Divider.\r
- */\r
-void pmc_enable_pllbck(uint32_t mulb, uint32_t pllbcount, uint32_t divb)\r
-{\r
-       /* first disable the PLL to unlock the lock */\r
-       pmc_disable_pllbck();\r
-\r
-       PMC->CKGR_PLLBR =\r
-                       CKGR_PLLBR_DIVB(divb) | CKGR_PLLBR_PLLBCOUNT(pllbcount)\r
-                       | CKGR_PLLBR_MULB(mulb);\r
-       while ((PMC->PMC_SR & PMC_SR_LOCKB) == 0);\r
-}\r
-\r
-/**\r
- * \brief Disable PLLB clock.\r
- */\r
-void pmc_disable_pllbck(void)\r
-{\r
-       PMC->CKGR_PLLBR = CKGR_PLLBR_MULB(0);\r
-}\r
-\r
-/**\r
- * \brief Is PLLB locked?\r
- *\r
- * \retval 0 Not locked.\r
- * \retval 1 Locked.\r
- */\r
-uint32_t pmc_is_locked_pllbck(void)\r
-{\r
-       return (PMC->PMC_SR & PMC_SR_LOCKB);\r
-}\r
-#endif\r
-\r
-#if (SAM3XA || SAM3U)\r
-/**\r
- * \brief Enable UPLL clock.\r
- */\r
-void pmc_enable_upll_clock(void)\r
-{\r
-       PMC->CKGR_UCKR = CKGR_UCKR_UPLLCOUNT(3) | CKGR_UCKR_UPLLEN;\r
-\r
-       /* Wait UTMI PLL Lock Status */\r
-       while (!(PMC->PMC_SR & PMC_SR_LOCKU));\r
-}\r
-\r
-/**\r
- * \brief Disable UPLL clock.\r
- */\r
-void pmc_disable_upll_clock(void)\r
-{\r
-       PMC->CKGR_UCKR &= ~CKGR_UCKR_UPLLEN;\r
-}\r
-\r
-/**\r
- * \brief Is UPLL locked?\r
- *\r
- * \retval 0 Not locked.\r
- * \retval 1 Locked.\r
- */\r
-uint32_t pmc_is_locked_upll(void)\r
-{\r
-       return (PMC->PMC_SR & PMC_SR_LOCKU);\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Enable the specified peripheral clock.\r
- *\r
- * \note The ID must NOT be shifted (i.e., 1 << ID_xxx).\r
- *\r
- * \param ul_id Peripheral ID (ID_xxx).\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Invalid parameter.\r
- */\r
-uint32_t pmc_enable_periph_clk(uint32_t ul_id)\r
-{\r
-       if (ul_id > MAX_PERIPH_ID) {\r
-               return 1;\r
-       }\r
-\r
-       if (ul_id < 32) {\r
-               if ((PMC->PMC_PCSR0 & (1u << ul_id)) != (1u << ul_id)) {\r
-                       PMC->PMC_PCER0 = 1 << ul_id;\r
-               }\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       } else {\r
-               ul_id -= 32;\r
-               if ((PMC->PMC_PCSR1 & (1u << ul_id)) != (1u << ul_id)) {\r
-                       PMC->PMC_PCER1 = 1 << ul_id;\r
-               }\r
-#endif\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Disable the specified peripheral clock.\r
- *\r
- * \note The ID must NOT be shifted (i.e., 1 << ID_xxx).\r
- *\r
- * \param ul_id Peripheral ID (ID_xxx).\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Invalid parameter.\r
- */\r
-uint32_t pmc_disable_periph_clk(uint32_t ul_id)\r
-{\r
-       if (ul_id > MAX_PERIPH_ID) {\r
-               return 1;\r
-       }\r
-\r
-       if (ul_id < 32) {\r
-               if ((PMC->PMC_PCSR0 & (1u << ul_id)) == (1u << ul_id)) {\r
-                       PMC->PMC_PCDR0 = 1 << ul_id;\r
-               }\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       } else {\r
-               ul_id -= 32;\r
-               if ((PMC->PMC_PCSR1 & (1u << ul_id)) == (1u << ul_id)) {\r
-                       PMC->PMC_PCDR1 = 1 << ul_id;\r
-               }\r
-#endif\r
-       }\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Enable all peripheral clocks.\r
- */\r
-void pmc_enable_all_periph_clk(void)\r
-{\r
-       PMC->PMC_PCER0 = PMC_MASK_STATUS0;\r
-       while ((PMC->PMC_PCSR0 & PMC_MASK_STATUS0) != PMC_MASK_STATUS0);\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       PMC->PMC_PCER1 = PMC_MASK_STATUS1;\r
-       while ((PMC->PMC_PCSR1 & PMC_MASK_STATUS1) != PMC_MASK_STATUS1);\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Disable all peripheral clocks.\r
- */\r
-void pmc_disable_all_periph_clk(void)\r
-{\r
-       PMC->PMC_PCDR0 = PMC_MASK_STATUS0;\r
-       while ((PMC->PMC_PCSR0 & PMC_MASK_STATUS0) != 0);\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       PMC->PMC_PCDR1 = PMC_MASK_STATUS1;\r
-       while ((PMC->PMC_PCSR1 & PMC_MASK_STATUS1) != 0);\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Check if the specified peripheral clock is enabled.\r
- *\r
- * \note The ID must NOT be shifted (i.e., 1 << ID_xxx).\r
- *\r
- * \param ul_id Peripheral ID (ID_xxx).\r
- *\r
- * \retval 0 Peripheral clock is disabled or unknown.\r
- * \retval 1 Peripheral clock is enabled.\r
- */\r
-uint32_t pmc_is_periph_clk_enabled(uint32_t ul_id)\r
-{\r
-       if (ul_id > MAX_PERIPH_ID) {\r
-               return 0;\r
-       }\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       if (ul_id < 32) {\r
-#endif\r
-               if ((PMC->PMC_PCSR0 & (1u << ul_id))) {\r
-                       return 1;\r
-               } else {\r
-                       return 0;\r
-               }\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-       } else {\r
-               ul_id -= 32;\r
-               if ((PMC->PMC_PCSR1 & (1u << ul_id))) {\r
-                       return 1;\r
-               } else {\r
-                       return 0;\r
-               }\r
-       }\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Set the prescaler for the specified programmable clock.\r
- *\r
- * \param ul_id Peripheral ID.\r
- * \param ul_pres Prescaler value.\r
- */\r
-void pmc_pck_set_prescaler(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       PMC->PMC_PCK[ul_id] =\r
-                       (PMC->PMC_PCK[ul_id] & ~PMC_PCK_PRES_Msk) | ul_pres;\r
-       while ((PMC->PMC_SCER & (PMC_SCER_PCK0 << ul_id))\r
-                       && !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id)));\r
-}\r
-\r
-/**\r
- * \brief Set the source oscillator for the specified programmable clock.\r
- *\r
- * \param ul_id Peripheral ID.\r
- * \param ul_source Source selection value.\r
- */\r
-void pmc_pck_set_source(uint32_t ul_id, uint32_t ul_source)\r
-{\r
-       PMC->PMC_PCK[ul_id] =\r
-                       (PMC->PMC_PCK[ul_id] & ~PMC_PCK_CSS_Msk) | ul_source;\r
-       while ((PMC->PMC_SCER & (PMC_SCER_PCK0 << ul_id))\r
-                       && !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id)));\r
-}\r
-\r
-/**\r
- * \brief Switch programmable clock source selection to slow clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- * \param ul_pres Programmable clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_pck_to_sclk(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_PCK[ul_id] = PMC_PCK_CSS_SLOW_CLK | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT;\r
-       !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id)); --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Switch programmable clock source selection to main clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- * \param ul_pres Programmable clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_pck_to_mainck(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_PCK[ul_id] = PMC_PCK_CSS_MAIN_CLK | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT;\r
-       !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id)); --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-/**\r
- * \brief Switch programmable clock source selection to PLLA clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- * \param ul_pres Programmable clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_pck_to_pllack(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_PCK[ul_id] = PMC_PCK_CSS_PLLA_CLK | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT;\r
-       !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id)); --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-\r
-#if (SAM3S || SAM4S)\r
-/**\r
- * \brief Switch programmable clock source selection to PLLB clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- * \param ul_pres Programmable clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_pck_to_pllbck(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_PCK[ul_id] = PMC_PCK_CSS_PLLB_CLK | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT;\r
-                       !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id));\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-#endif\r
-\r
-#if (SAM3XA || SAM3U)\r
-/**\r
- * \brief Switch programmable clock source selection to UPLL clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- * \param ul_pres Programmable clock prescaler.\r
- *\r
- * \retval 0 Success.\r
- * \retval 1 Timeout error.\r
- */\r
-uint32_t pmc_switch_pck_to_upllck(uint32_t ul_id, uint32_t ul_pres)\r
-{\r
-       uint32_t ul_timeout;\r
-\r
-       PMC->PMC_PCK[ul_id] = PMC_PCK_CSS_UPLL_CLK | ul_pres;\r
-       for (ul_timeout = PMC_TIMEOUT;\r
-                       !(PMC->PMC_SR & (PMC_SR_PCKRDY0 << ul_id));\r
-                       --ul_timeout) {\r
-               if (ul_timeout == 0) {\r
-                       return 1;\r
-               }\r
-       }\r
-\r
-       return 0;\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Enable the specified programmable clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- */\r
-void pmc_enable_pck(uint32_t ul_id)\r
-{\r
-       PMC->PMC_SCER = PMC_SCER_PCK0 << ul_id;\r
-}\r
-\r
-/**\r
- * \brief Disable the specified programmable clock.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- */\r
-void pmc_disable_pck(uint32_t ul_id)\r
-{\r
-       PMC->PMC_SCDR = PMC_SCER_PCK0 << ul_id;\r
-}\r
-\r
-/**\r
- * \brief Enable all programmable clocks.\r
- */\r
-void pmc_enable_all_pck(void)\r
-{\r
-       PMC->PMC_SCER = PMC_SCER_PCK0 | PMC_SCER_PCK1 | PMC_SCER_PCK2;\r
-}\r
-\r
-/**\r
- * \brief Disable all programmable clocks.\r
- */\r
-void pmc_disable_all_pck(void)\r
-{\r
-       PMC->PMC_SCDR = PMC_SCDR_PCK0 | PMC_SCDR_PCK1 | PMC_SCDR_PCK2;\r
-}\r
-\r
-/**\r
- * \brief Check if the specified programmable clock is enabled.\r
- *\r
- * \param ul_id Id of the programmable clock.\r
- *\r
- * \retval 0 Programmable clock is disabled or unknown.\r
- * \retval 1 Programmable clock is enabled.\r
- */\r
-uint32_t pmc_is_pck_enabled(uint32_t ul_id)\r
-{\r
-       if (ul_id > 2) {\r
-               return 0;\r
-       }\r
-\r
-       return (PMC->PMC_SCSR & (PMC_SCSR_PCK0 << ul_id));\r
-}\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-/**\r
- * \brief Switch UDP (USB) clock source selection to PLLA clock.\r
- *\r
- * \param ul_usbdiv Clock divisor.\r
- */\r
-void pmc_switch_udpck_to_pllack(uint32_t ul_usbdiv)\r
-{\r
-       PMC->PMC_USB = PMC_USB_USBDIV(ul_usbdiv);\r
-}\r
-#endif\r
-\r
-#if (SAM3S || SAM4S)\r
-/**\r
- * \brief Switch UDP (USB) clock source selection to PLLB clock.\r
- *\r
- * \param ul_usbdiv Clock divisor.\r
- */\r
-void pmc_switch_udpck_to_pllbck(uint32_t ul_usbdiv)\r
-{\r
-       PMC->PMC_USB = PMC_USB_USBDIV(ul_usbdiv) | PMC_USB_USBS;\r
-}\r
-#endif\r
-\r
-#if (SAM3XA)\r
-/**\r
- * \brief Switch UDP (USB) clock source selection to UPLL clock.\r
- *\r
- * \param dw_usbdiv Clock divisor.\r
- */\r
-void pmc_switch_udpck_to_upllck(uint32_t ul_usbdiv)\r
-{\r
-       PMC->PMC_USB = PMC_USB_USBS | PMC_USB_USBDIV(ul_usbdiv);\r
-}\r
-#endif\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-/**\r
- * \brief Enable UDP (USB) clock.\r
- */\r
-void pmc_enable_udpck(void)\r
-{\r
-# if (SAM3S || SAM4S || SAM4E)\r
-       PMC->PMC_SCER = PMC_SCER_UDP;\r
-# else\r
-       PMC->PMC_SCER = PMC_SCER_UOTGCLK;\r
-# endif\r
-}\r
-\r
-/**\r
- * \brief Disable UDP (USB) clock.\r
- */\r
-void pmc_disable_udpck(void)\r
-{\r
-# if (SAM3S || SAM4S || SAM4E)\r
-       PMC->PMC_SCDR = PMC_SCDR_UDP;\r
-# else\r
-       PMC->PMC_SCDR = PMC_SCDR_UOTGCLK;\r
-# endif\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Enable PMC interrupts.\r
- *\r
- * \param ul_sources Interrupt sources bit map.\r
- */\r
-void pmc_enable_interrupt(uint32_t ul_sources)\r
-{\r
-       PMC->PMC_IER = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Disable PMC interrupts.\r
- *\r
- * \param ul_sources Interrupt sources bit map.\r
- */\r
-void pmc_disable_interrupt(uint32_t ul_sources)\r
-{\r
-       PMC->PMC_IDR = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Get PMC interrupt mask.\r
- *\r
- * \return The interrupt mask value.\r
- */\r
-uint32_t pmc_get_interrupt_mask(void)\r
-{\r
-       return PMC->PMC_IMR;\r
-}\r
-\r
-/**\r
- * \brief Get current status.\r
- *\r
- * \return The current PMC status.\r
- */\r
-uint32_t pmc_get_status(void)\r
-{\r
-       return PMC->PMC_SR;\r
-}\r
-\r
-/**\r
- * \brief Set the wake-up inputs for fast startup mode registers\r
- *        (event generation).\r
- *\r
- * \param ul_inputs Wake up inputs to enable.\r
- */\r
-void pmc_set_fast_startup_input(uint32_t ul_inputs)\r
-{\r
-       ul_inputs &= PMC_FAST_STARTUP_Msk;\r
-       PMC->PMC_FSMR |= ul_inputs;\r
-}\r
-\r
-/**\r
- * \brief Clear the wake-up inputs for fast startup mode registers\r
- *        (remove event generation).\r
- *\r
- * \param ul_inputs Wake up inputs to disable.\r
- */\r
-void pmc_clr_fast_startup_input(uint32_t ul_inputs)\r
-{\r
-       ul_inputs &= PMC_FAST_STARTUP_Msk;\r
-       PMC->PMC_FSMR &= ~ul_inputs;\r
-}\r
-\r
-/**\r
- * \brief Enable Sleep Mode.\r
- * Enter condition: (WFE or WFI) + (SLEEPDEEP bit = 0) + (LPM bit = 0)\r
- *\r
- * \param uc_type 0 for wait for interrupt, 1 for wait for event.\r
- * \note For SAM4S and SAM4E series, since only WFI is effective, uc_type = 1\r
- * will be treated as uc_type = 0.\r
- */\r
-void pmc_enable_sleepmode(uint8_t uc_type)\r
-{\r
-#if !defined(SAM4S) || !defined(SAM4E) || !defined(SAM4N)\r
-       PMC->PMC_FSMR &= (uint32_t) ~ PMC_FSMR_LPM; // Enter Sleep mode\r
-#endif\r
-       SCB->SCR &= (uint32_t) ~ SCB_SCR_SLEEPDEEP_Msk; // Deep sleep\r
-\r
-#if (SAM4S || SAM4E || SAM4N)\r
-       UNUSED(uc_type);\r
-       __WFI();\r
-#else\r
-       if (uc_type == 0) {\r
-               __WFI();\r
-       } else {\r
-               __WFE();\r
-       }\r
-#endif\r
-}\r
-\r
-#if (SAM4S || SAM4E || SAM4N)\r
-static uint32_t ul_flash_in_wait_mode = PMC_WAIT_MODE_FLASH_DEEP_POWERDOWN;\r
-/**\r
- * \brief Set the embedded flash state in wait mode\r
- *\r
- * \param ul_flash_state PMC_WAIT_MODE_FLASH_STANDBY flash in standby mode,\r
- * PMC_WAIT_MODE_FLASH_DEEP_POWERDOWN flash in deep power down mode.\r
- */\r
-void pmc_set_flash_in_wait_mode(uint32_t ul_flash_state)\r
-{\r
-       ul_flash_in_wait_mode = ul_flash_state;\r
-}\r
-\r
-/**\r
- * \brief Enable Wait Mode. Enter condition: (WAITMODE bit = 1) +\r
- * (SLEEPDEEP bit = 0) + FLPM\r
- */\r
-void pmc_enable_waitmode(void)\r
-{\r
-       uint32_t i;\r
-\r
-       /* Flash in Deep Power Down mode */\r
-       i = PMC->PMC_FSMR;\r
-       i &= ~PMC_FSMR_FLPM_Msk;\r
-       i |= ul_flash_in_wait_mode;\r
-       PMC->PMC_FSMR = i;\r
-\r
-       /* Clear SLEEPDEEP bit */\r
-       SCB->SCR &= (uint32_t) ~ SCB_SCR_SLEEPDEEP_Msk;\r
-\r
-       /* Backup FWS setting and set Flash Wait State at 0 */\r
-#if defined(ID_EFC)\r
-       uint32_t fmr_backup;\r
-       fmr_backup = EFC->EEFC_FMR;\r
-       EFC->EEFC_FMR &= (uint32_t) ~ EEFC_FMR_FWS_Msk;\r
-#endif\r
-#if defined(ID_EFC0)\r
-       uint32_t fmr0_backup;\r
-       fmr0_backup = EFC0->EEFC_FMR;\r
-       EFC0->EEFC_FMR &= (uint32_t) ~ EEFC_FMR_FWS_Msk;\r
-#endif\r
-#if defined(ID_EFC1)\r
-       uint32_t fmr1_backup;\r
-       fmr1_backup = EFC1->EEFC_FMR;\r
-       EFC1->EEFC_FMR &= (uint32_t) ~ EEFC_FMR_FWS_Msk;\r
-#endif\r
-\r
-       /* Set the WAITMODE bit = 1 */\r
-       PMC->CKGR_MOR |= CKGR_MOR_KEY(0x37u) | CKGR_MOR_WAITMODE;\r
-\r
-       /* Waiting for Master Clock Ready MCKRDY = 1 */\r
-       while (!(PMC->PMC_SR & PMC_SR_MCKRDY));\r
-\r
-       /* Waiting for MOSCRCEN bit cleared is strongly recommended\r
-        * to ensure that the core will not execute undesired instructions\r
-        */\r
-       for (i = 0; i < 500; i++) {\r
-               __NOP();\r
-       }\r
-       while (!(PMC->CKGR_MOR & CKGR_MOR_MOSCRCEN));\r
-\r
-       /* Restore EFC FMR setting */\r
-#if defined(ID_EFC)\r
-       EFC->EEFC_FMR = fmr_backup;\r
-#endif\r
-#if defined(ID_EFC0)\r
-       EFC0->EEFC_FMR = fmr0_backup;\r
-#endif\r
-#if defined(ID_EFC1)\r
-       EFC1->EEFC_FMR = fmr1_backup;\r
-#endif\r
-}\r
-#else\r
-/**\r
- * \brief Enable Wait Mode. Enter condition: WFE + (SLEEPDEEP bit = 0) +\r
- * (LPM bit = 1)\r
- */\r
-void pmc_enable_waitmode(void)\r
-{\r
-       uint32_t i;\r
-\r
-       PMC->PMC_FSMR |= PMC_FSMR_LPM; /* Enter Wait mode */\r
-       SCB->SCR &= (uint32_t) ~ SCB_SCR_SLEEPDEEP_Msk; /* Deep sleep */\r
-       __WFE();\r
-\r
-       /* Waiting for MOSCRCEN bit cleared is strongly recommended\r
-        * to ensure that the core will not execute undesired instructions\r
-        */\r
-       for (i = 0; i < 500; i++) {\r
-               __NOP();\r
-       }\r
-       while (!(PMC->CKGR_MOR & CKGR_MOR_MOSCRCEN));\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Enable Backup Mode. Enter condition: WFE/(VROFF bit = 1) +\r
- * (SLEEPDEEP bit = 1)\r
- */\r
-void pmc_enable_backupmode(void)\r
-{\r
-       SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;\r
-#if (SAM4S || SAM4E || SAM4N)\r
-       SUPC->SUPC_CR = SUPC_CR_KEY(SUPC_KEY_VALUE) | SUPC_CR_VROFF_STOP_VREG;\r
-#else\r
-       __WFE();\r
-#endif\r
-}\r
-\r
-/**\r
- * \brief Enable Clock Failure Detector.\r
- */\r
-void pmc_enable_clock_failure_detector(void)\r
-{\r
-       uint32_t ul_reg = PMC->CKGR_MOR;\r
-\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_CFDEN | ul_reg;\r
-}\r
-\r
-/**\r
- * \brief Disable Clock Failure Detector.\r
- */\r
-void pmc_disable_clock_failure_detector(void)\r
-{\r
-       uint32_t ul_reg = PMC->CKGR_MOR & (~CKGR_MOR_CFDEN);\r
-\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | ul_reg;\r
-}\r
-\r
-#if SAM4N\r
-/**\r
- * \brief Enable Slow Crystal Oscillator Frequency Monitoring.\r
- */\r
-void pmc_enable_sclk_osc_freq_monitor(void)\r
-{\r
-       uint32_t ul_reg = PMC->CKGR_MOR;\r
-\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | CKGR_MOR_XT32KFME | ul_reg;\r
-}\r
-\r
-/**\r
- * \brief Disable Slow Crystal Oscillator Frequency Monitoring.\r
- */\r
-void pmc_disable_sclk_osc_freq_monitor(void)\r
-{\r
-       uint32_t ul_reg = PMC->CKGR_MOR & (~CKGR_MOR_XT32KFME);\r
-\r
-       PMC->CKGR_MOR = PMC_CKGR_MOR_KEY_VALUE | ul_reg;\r
-}\r
-#endif\r
-\r
-/**\r
- * \brief Enable or disable write protect of PMC registers.\r
- *\r
- * \param ul_enable 1 to enable, 0 to disable.\r
- */\r
-void pmc_set_writeprotect(uint32_t ul_enable)\r
-{\r
-       if (ul_enable) {\r
-               PMC->PMC_WPMR = PMC_WPMR_WPKEY_VALUE | PMC_WPMR_WPEN;\r
-       } else {\r
-               PMC->PMC_WPMR = PMC_WPMR_WPKEY_VALUE;\r
-       }\r
-}\r
-\r
-/**\r
- * \brief Return write protect status.\r
- *\r
- * \retval 0 Protection disabled.\r
- * \retval 1 Protection enabled.\r
- */\r
-uint32_t pmc_get_writeprotect_status(void)\r
-{\r
-       return PMC->PMC_WPMR & PMC_WPMR_WPEN;\r
-}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/pmc.h
deleted file mode 100644 (file)
index 2d2c34a..0000000
+++ /dev/null
@@ -1,484 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Power Management Controller (PMC) driver for SAM.\r
- *\r
- * Copyright (c) 2011 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef PMC_H_INCLUDED\r
-#define PMC_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-/** Bit mask for peripheral clocks (PCER0) */\r
-#define PMC_MASK_STATUS0        (0xFFFFFFFC)\r
-\r
-/** Bit mask for peripheral clocks (PCER1) */\r
-#define PMC_MASK_STATUS1        (0xFFFFFFFF)\r
-\r
-/** Loop counter timeout value */\r
-#define PMC_TIMEOUT             (2048)\r
-\r
-/** Key to unlock CKGR_MOR register */\r
-#define PMC_CKGR_MOR_KEY_VALUE  CKGR_MOR_KEY(0x37)\r
-\r
-/** Key used to write SUPC registers */\r
-#define SUPC_KEY_VALUE          ((uint32_t) 0xA5)\r
-\r
-/** Mask to access fast startup input */\r
-#define PMC_FAST_STARTUP_Msk    (0x7FFFFu)\r
-\r
-/** PMC_WPMR Write Protect KEY, unlock it */\r
-#define PMC_WPMR_WPKEY_VALUE    PMC_WPMR_WPKEY((uint32_t) 0x504D43)\r
-\r
-/** Using external oscillator */\r
-#define PMC_OSC_XTAL            0\r
-\r
-/** Oscillator in bypass mode */\r
-#define PMC_OSC_BYPASS          1\r
-\r
-#define PMC_PCK_0               0 /* PCK0 ID */\r
-#define PMC_PCK_1               1 /* PCK1 ID */\r
-#define PMC_PCK_2               2 /* PCK2 ID */\r
-\r
-#if SAM4S || SAM4E || SAM4N\r
-/** Flash state in Wait Mode */\r
-#define PMC_WAIT_MODE_FLASH_STANDBY         PMC_FSMR_FLPM_FLASH_STANDBY\r
-#define PMC_WAIT_MODE_FLASH_DEEP_POWERDOWN  PMC_FSMR_FLPM_FLASH_DEEP_POWERDOWN\r
-#define PMC_WAIT_MODE_FLASH_IDLE            PMC_FSMR_FLPM_FLASH_IDLE\r
-#endif\r
-\r
-/** Convert startup time from us to MOSCXTST */\r
-#define pmc_us_to_moscxtst(startup_us, slowck_freq)      \\r
-       ((startup_us * slowck_freq / 8 / 1000000) < 0x100 ?  \\r
-               (startup_us * slowck_freq / 8 / 1000000) : 0xFF)\r
-\r
-/**\r
- * \name Master clock (MCK) Source and Prescaler configuration\r
- *\r
- * \note The following functions may be used to select the clock source and\r
- * prescaler for the master clock.\r
- */\r
-//@{\r
-\r
-void pmc_mck_set_prescaler(uint32_t ul_pres);\r
-void pmc_mck_set_source(uint32_t ul_source);\r
-uint32_t pmc_switch_mck_to_sclk(uint32_t ul_pres);\r
-uint32_t pmc_switch_mck_to_mainck(uint32_t ul_pres);\r
-uint32_t pmc_switch_mck_to_pllack(uint32_t ul_pres);\r
-#if (SAM3S || SAM4S)\r
-uint32_t pmc_switch_mck_to_pllbck(uint32_t ul_pres);\r
-#endif\r
-#if (SAM3XA || SAM3U)\r
-uint32_t pmc_switch_mck_to_upllck(uint32_t ul_pres);\r
-#endif\r
-#if (SAM4S || SAM4E || SAM4N)\r
-void pmc_set_flash_in_wait_mode(uint32_t ul_flash_state);\r
-#endif\r
-\r
-\r
-//@}\r
-\r
-/**\r
- * \name Slow clock (SLCK) oscillator and configuration\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_switch_sclk_to_32kxtal(uint32_t ul_bypass);\r
-uint32_t pmc_osc_is_ready_32kxtal(void);\r
-\r
-//@}\r
-\r
-/**\r
- * \name Main Clock (MAINCK) oscillator and configuration\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_switch_mainck_to_fastrc(uint32_t ul_moscrcf);\r
-void pmc_osc_enable_fastrc(uint32_t ul_rc);\r
-void pmc_osc_disable_fastrc(void);\r
-uint32_t pmc_osc_is_ready_fastrc(void);\r
-void pmc_osc_enable_main_xtal(uint32_t ul_xtal_startup_time);\r
-void pmc_osc_bypass_main_xtal(void);\r
-void pmc_osc_disable_main_xtal(void);\r
-uint32_t pmc_osc_is_bypassed_main_xtal(void);\r
-uint32_t pmc_osc_is_ready_main_xtal(void);\r
-void pmc_switch_mainck_to_xtal(uint32_t ul_bypass,\r
-               uint32_t ul_xtal_startup_time);\r
-void pmc_osc_disable_xtal(uint32_t ul_bypass);\r
-uint32_t pmc_osc_is_ready_mainck(void);\r
-void pmc_mainck_osc_select(uint32_t ul_xtal_rc);\r
-\r
-//@}\r
-\r
-/**\r
- * \name PLL oscillator and configuration\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_enable_pllack(uint32_t mula, uint32_t pllacount, uint32_t diva);\r
-void pmc_disable_pllack(void);\r
-uint32_t pmc_is_locked_pllack(void);\r
-\r
-#if (SAM3S || SAM4S)\r
-void pmc_enable_pllbck(uint32_t mulb, uint32_t pllbcount, uint32_t divb);\r
-void pmc_disable_pllbck(void);\r
-uint32_t pmc_is_locked_pllbck(void);\r
-#endif\r
-\r
-#if (SAM3XA || SAM3U)\r
-void pmc_enable_upll_clock(void);\r
-void pmc_disable_upll_clock(void);\r
-uint32_t pmc_is_locked_upll(void);\r
-#endif\r
-\r
-//@}\r
-\r
-/**\r
- * \name Peripherals clock configuration\r
- *\r
- */\r
-//@{\r
-\r
-uint32_t pmc_enable_periph_clk(uint32_t ul_id);\r
-uint32_t pmc_disable_periph_clk(uint32_t ul_id);\r
-void pmc_enable_all_periph_clk(void);\r
-void pmc_disable_all_periph_clk(void);\r
-uint32_t pmc_is_periph_clk_enabled(uint32_t ul_id);\r
-\r
-//@}\r
-\r
-/**\r
- * \name Programmable clock Source and Prescaler configuration\r
- *\r
- * The following functions may be used to select the clock source and\r
- * prescaler for the specified programmable clock.\r
- */\r
-//@{\r
-\r
-void pmc_pck_set_prescaler(uint32_t ul_id, uint32_t ul_pres);\r
-void pmc_pck_set_source(uint32_t ul_id, uint32_t ul_source);\r
-uint32_t pmc_switch_pck_to_sclk(uint32_t ul_id, uint32_t ul_pres);\r
-uint32_t pmc_switch_pck_to_mainck(uint32_t ul_id, uint32_t ul_pres);\r
-uint32_t pmc_switch_pck_to_pllack(uint32_t ul_id, uint32_t ul_pres);\r
-#if (SAM3S || SAM4S)\r
-uint32_t pmc_switch_pck_to_pllbck(uint32_t ul_id, uint32_t ul_pres);\r
-#endif\r
-#if (SAM3XA || SAM3U)\r
-uint32_t pmc_switch_pck_to_upllck(uint32_t ul_id, uint32_t ul_pres);\r
-#endif\r
-void pmc_enable_pck(uint32_t ul_id);\r
-void pmc_disable_pck(uint32_t ul_id);\r
-void pmc_enable_all_pck(void);\r
-void pmc_disable_all_pck(void);\r
-uint32_t pmc_is_pck_enabled(uint32_t ul_id);\r
-\r
-//@}\r
-\r
-/**\r
- * \name USB clock configuration\r
- *\r
- */\r
-//@{\r
-\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-void pmc_switch_udpck_to_pllack(uint32_t ul_usbdiv);\r
-#endif\r
-#if (SAM3S || SAM4S)\r
-void pmc_switch_udpck_to_pllbck(uint32_t ul_usbdiv);\r
-#endif\r
-#if (SAM3XA)\r
-void pmc_switch_udpck_to_upllck(uint32_t ul_usbdiv);\r
-#endif\r
-#if (SAM3S || SAM3XA || SAM4S || SAM4E)\r
-void pmc_enable_udpck(void);\r
-void pmc_disable_udpck(void);\r
-#endif\r
-\r
-//@}\r
-\r
-/**\r
- * \name Interrupt and status management\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_enable_interrupt(uint32_t ul_sources);\r
-void pmc_disable_interrupt(uint32_t ul_sources);\r
-uint32_t pmc_get_interrupt_mask(void);\r
-uint32_t pmc_get_status(void);\r
-\r
-//@}\r
-\r
-/**\r
- * \name Power management\r
- *\r
- * The following functions are used to configure sleep mode and additional\r
- * wake up inputs.\r
- */\r
-//@{\r
-\r
-void pmc_set_fast_startup_input(uint32_t ul_inputs);\r
-void pmc_clr_fast_startup_input(uint32_t ul_inputs);\r
-void pmc_enable_sleepmode(uint8_t uc_type);\r
-void pmc_enable_waitmode(void);\r
-void pmc_enable_backupmode(void);\r
-\r
-//@}\r
-\r
-/**\r
- * \name Failure detector\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_enable_clock_failure_detector(void);\r
-void pmc_disable_clock_failure_detector(void);\r
-\r
-//@}\r
-\r
-#if SAM4N\r
-/**\r
- * \name Slow Crystal Oscillator Frequency Monitoring\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_enable_sclk_osc_freq_monitor(void);\r
-void pmc_disable_sclk_osc_freq_monitor(void);\r
-\r
-//@}\r
-#endif\r
-\r
-/**\r
- * \name Write protection\r
- *\r
- */\r
-//@{\r
-\r
-void pmc_set_writeprotect(uint32_t ul_enable);\r
-uint32_t pmc_get_writeprotect_status(void);\r
-\r
-//@}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-//! @}\r
-\r
-/**\r
- * \page sam_pmc_quickstart Quick start guide for the SAM PMC module\r
- *\r
- * This is the quick start guide for the \ref pmc_group "PMC module", with\r
- * step-by-step instructions on how to configure and use the driver in a\r
- * selection of use cases.\r
- *\r
- * The use cases contain several code fragments. The code fragments in the\r
- * steps for setup can be copied into a custom initialization function, while\r
- * the steps for usage can be copied into, e.g., the main application function.\r
- *\r
- * \section pmc_use_cases PMC use cases\r
- * - \ref pmc_basic_use_case Basic use case - Switch Main Clock sources\r
- * - \ref pmc_use_case_2 Advanced use case - Configure Programmable Clocks\r
- *\r
- * \section pmc_basic_use_case Basic use case - Switch Main Clock sources\r
- * In this use case, the PMC module is configured for a variety of system clock\r
- * sources and speeds. A LED is used to visually indicate the current clock\r
- * speed as the source is switched.\r
- *\r
- * \section pmc_basic_use_case_setup Setup\r
- *\r
- * \subsection pmc_basic_use_case_setup_prereq Prerequisites\r
- * -# \ref gpio_group "General Purpose I/O Management (gpio)"\r
- *\r
- * \subsection pmc_basic_use_case_setup_code Code\r
- * The following function needs to be added to the user application, to flash a\r
- * board LED a variable number of times at a rate given in CPU ticks.\r
- *\r
- * \code\r
- * #define FLASH_TICK_COUNT   0x00012345\r
- *\r
- * void flash_led(uint32_t tick_count, uint8_t flash_count)\r
- * {\r
- *     SysTick->CTRL = SysTick_CTRL_ENABLE_Msk;\r
- *     SysTick->LOAD = tick_count;\r
- *\r
- *     while (flash_count--)\r
- *     {\r
- *         gpio_toggle_pin(LED0_GPIO);\r
- *         while (!(SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk));\r
- *         gpio_toggle_pin(LED0_GPIO);\r
- *         while (!(SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk));\r
- *     }\r
- * }\r
- * \endcode\r
- *\r
- * \section pmc_basic_use_case_usage Use case\r
- *\r
- * \subsection pmc_basic_use_case_usage_code Example code\r
- * Add to application C-file:\r
- * \code\r
- *    for (;;)\r
- *    {\r
- *        pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_12_MHz);\r
- *        flash_led(FLASH_TICK_COUNT, 5);\r
- *        pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_8_MHz);\r
- *        flash_led(FLASH_TICK_COUNT, 5);\r
- *        pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_4_MHz);\r
- *        flash_led(FLASH_TICK_COUNT, 5);\r
- *        pmc_switch_mainck_to_xtal(0);\r
- *        flash_led(FLASH_TICK_COUNT, 5);\r
- *    }\r
- * \endcode\r
- *\r
- * \subsection pmc_basic_use_case_usage_flow Workflow\r
- * -# Wrap the code in an infinite loop:\r
- *   \code\r
- *   for (;;)\r
- *   \endcode\r
- * -# Switch the Master CPU frequency to the internal 12MHz RC oscillator, flash\r
- *    a LED on the board several times:\r
- *   \code\r
- *   pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_12_MHz);\r
- *   flash_led(FLASH_TICK_COUNT, 5);\r
- *   \endcode\r
- * -# Switch the Master CPU frequency to the internal 8MHz RC oscillator, flash\r
- *    a LED on the board several times:\r
- *   \code\r
- *   pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_8_MHz);\r
- *   flash_led(FLASH_TICK_COUNT, 5);\r
- *   \endcode\r
- * -# Switch the Master CPU frequency to the internal 4MHz RC oscillator, flash\r
- *    a LED on the board several times:\r
- *   \code\r
- *   pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_4_MHz);\r
- *   flash_led(FLASH_TICK_COUNT, 5);\r
- *   \endcode\r
- * -# Switch the Master CPU frequency to the external crystal oscillator, flash\r
- *    a LED on the board several times:\r
- *   \code\r
- *   pmc_switch_mainck_to_xtal(0, BOARD_OSC_STARTUP_US);\r
- *   flash_led(FLASH_TICK_COUNT, 5);\r
- *   \endcode\r
- */\r
-\r
-/**\r
- * \page pmc_use_case_2 Use case #2 - Configure Programmable Clocks\r
- * In this use case, the PMC module is configured to start the Slow Clock from\r
- * an attached 32KHz crystal, and start one of the Programmable Clock modules\r
- * sourced from the Slow Clock divided down with a prescale factor of 64.\r
- *\r
- * \section pmc_use_case_2_setup Setup\r
- *\r
- * \subsection pmc_use_case_2_setup_prereq Prerequisites\r
- * -# \ref pio_group "Parallel Input/Output Controller (pio)"\r
- *\r
- * \subsection pmc_use_case_2_setup_code Code\r
- * The following code must be added to the user application:\r
- * \code\r
- *     pio_set_peripheral(PIOA, PIO_PERIPH_B, PIO_PA17);\r
- * \endcode\r
- *\r
- * \subsection pmc_use_case_2_setup_code_workflow Workflow\r
- * -# Configure the PCK1 pin to output on a specific port pin (in this case,\r
- *    PIOA pin 17) of the microcontroller.\r
- *   \code\r
- *   pio_set_peripheral(PIOA, PIO_PERIPH_B, PIO_PA17);\r
- *   \endcode\r
- *   \note The peripheral selection and pin will vary according to your selected\r
- *       SAM device model. Refer to the "Peripheral Signal Multiplexing on I/O\r
- *       Lines" of your device's datasheet.\r
- *\r
- * \section pmc_use_case_2_usage Use case\r
- * The generated PCK1 clock output can be viewed on an oscilloscope attached to\r
- * the correct pin of the microcontroller.\r
- *\r
- * \subsection pmc_use_case_2_usage_code Example code\r
- * Add to application C-file:\r
- * \code\r
- *  pmc_switch_sclk_to_32kxtal(PMC_OSC_XTAL);\r
- *  pmc_switch_pck_to_sclk(PMC_PCK_1, PMC_PCK_PRES_CLK_64);\r
- *  pmc_enable_pck(PMC_PCK_1);\r
- *\r
- *  for (;;)\r
- *  {\r
- *      // Do Nothing\r
- *  }\r
- * \endcode\r
- *\r
- * \subsection pmc_use_case_2_usage_flow Workflow\r
- * -# Switch the Slow Clock source input to an external 32KHz crystal:\r
- *   \code\r
- *   pmc_switch_sclk_to_32kxtal(PMC_OSC_XTAL);\r
- *   \endcode\r
- * -# Switch the Programmable Clock module PCK1 source clock to the Slow Clock,\r
- *    with a prescaler of 64:\r
- *   \code\r
- *   pmc_switch_pck_to_sclk(PMC_PCK_1, PMC_PCK_PRES_CLK_64);\r
- *   \endcode\r
- * -# Enable Programmable Clock module PCK1:\r
- *   \code\r
- *   pmc_enable_pck(PMC_PCK_1);\r
- *   \endcode\r
- * -# Enter an infinite loop:\r
- *   \code\r
- *   for (;;)\r
- *   {\r
- *      // Do Nothing\r
- *   }\r
- *   \endcode\r
- */\r
-\r
-#endif /* PMC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.c
deleted file mode 100644 (file)
index 2398545..0000000
+++ /dev/null
@@ -1,251 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Sleep mode access\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include <compiler.h>\r
-#include "sleep.h"\r
-\r
-/* SAM3 and SAM4 series */\r
-#if (SAM3S || SAM3N || SAM3XA || SAM3U || SAM4S || SAM4E || SAM4N)\r
-# include "pmc.h"\r
-# include "board.h"\r
-\r
-/* Checking board configuration of main clock xtal statup time */\r
-#if !defined(BOARD_OSC_STARTUP_US)\r
-# warning The board main clock xtal statup time has not been defined. Using default settings.\r
-# define BOARD_OSC_STARTUP_US    (15625UL)\r
-#endif\r
-\r
-/**\r
- * Save clock settings and shutdown PLLs\r
- */\r
-__always_inline static void pmc_save_clock_settings(\r
-               uint32_t *p_osc_setting,\r
-               uint32_t *p_pll0_setting,\r
-               uint32_t *p_pll1_setting,\r
-               uint32_t *p_mck_setting)\r
-{\r
-       if (p_osc_setting) {\r
-               *p_osc_setting = PMC->CKGR_MOR;\r
-       }\r
-       if (p_pll0_setting) {\r
-               *p_pll0_setting = PMC->CKGR_PLLAR;\r
-       }\r
-       if (p_pll1_setting) {\r
-#if (SAM3S || SAM4S)\r
-               *p_pll1_setting = PMC->CKGR_PLLBR;\r
-#elif (SAM3U || SAM3XA)\r
-               *p_pll1_setting = PMC->CKGR_UCKR;\r
-#else\r
-               *p_pll1_setting = 0;\r
-#endif\r
-       }\r
-       if (p_mck_setting) {\r
-               *p_mck_setting  = PMC->PMC_MCKR;\r
-       }\r
-\r
-       /* Switch MCK to internal 4/8/12M RC for fast wakeup\r
-          and disable unused clock for power saving. */\r
-       pmc_switch_mck_to_sclk(PMC_MCKR_PRES_CLK_1);\r
-       pmc_switch_mainck_to_fastrc(CKGR_MOR_MOSCRCF_4_MHz);\r
-       pmc_osc_disable_xtal(0);\r
-       pmc_disable_pllack();\r
-#if (SAM3S || SAM4S)\r
-       pmc_disable_pllbck();\r
-#elif (SAM3U || SAM3XA)\r
-       pmc_disable_upll_clock();\r
-#endif\r
-       pmc_switch_mck_to_mainck(PMC_MCKR_PRES_CLK_1);\r
-}\r
-\r
-/**\r
- * Restore clock settings\r
- */\r
-__always_inline static void pmc_restore_clock_setting(\r
-               uint32_t osc_setting,\r
-               uint32_t pll0_setting,\r
-               uint32_t pll1_setting,\r
-               uint32_t mck_setting)\r
-{\r
-       uint32_t mckr;\r
-       uint32_t pll_sr = 0;\r
-\r
-       /* Switch MCK to slow clock  */\r
-       pmc_switch_mck_to_sclk(PMC_MCKR_PRES_CLK_1);\r
-       /* Switch mainck to external xtal */\r
-       if (CKGR_MOR_MOSCXTBY == (osc_setting & CKGR_MOR_MOSCXTBY)) {\r
-               /* Bypass mode */\r
-               pmc_switch_mainck_to_xtal(PMC_OSC_BYPASS,\r
-                       pmc_us_to_moscxtst(BOARD_OSC_STARTUP_US,\r
-                               CHIP_FREQ_SLCK_RC));\r
-               pmc_osc_disable_fastrc();\r
-       } else if (CKGR_MOR_MOSCXTEN == (osc_setting & CKGR_MOR_MOSCXTEN)) {\r
-               /* External XTAL */\r
-               pmc_switch_mainck_to_xtal(PMC_OSC_XTAL,\r
-                       pmc_us_to_moscxtst(BOARD_OSC_STARTUP_US,\r
-                               CHIP_FREQ_SLCK_RC));\r
-               pmc_osc_disable_fastrc();\r
-       }\r
-\r
-       if (pll0_setting & CKGR_PLLAR_MULA_Msk) {\r
-               PMC->CKGR_PLLAR = CKGR_PLLAR_ONE | pll0_setting;\r
-               pll_sr |= PMC_SR_LOCKA;\r
-       }\r
-#if (SAM3S || SAM4S)\r
-       if (pll1_setting & CKGR_PLLBR_MULB_Msk) {\r
-               PMC->CKGR_PLLBR = pll1_setting;\r
-               pll_sr |= PMC_SR_LOCKB;\r
-       }\r
-#elif (SAM3U || SAM3XA)\r
-       if (pll1_setting & CKGR_UCKR_UPLLEN) {\r
-               PMC->CKGR_UCKR = pll1_setting;\r
-               pll_sr |= PMC_SR_LOCKU;\r
-       }\r
-#else\r
-       UNUSED(pll1_setting);\r
-#endif\r
-       /* Wait MCK source ready */\r
-       switch(mck_setting & PMC_MCKR_CSS_Msk) {\r
-       case PMC_MCKR_CSS_PLLA_CLK:\r
-               while (!(PMC->PMC_SR & PMC_SR_LOCKA));\r
-               break;\r
-#if (SAM3S || SAM4S)\r
-       case PMC_MCKR_CSS_PLLB_CLK:\r
-               while (!(PMC->PMC_SR & PMC_SR_LOCKB));\r
-               break;\r
-#elif (SAM3U || SAM3XA)\r
-       case PMC_MCKR_CSS_UPLL_CLK:\r
-               while (!(PMC->PMC_SR & PMC_SR_LOCKU));\r
-               break;\r
-#endif\r
-       }\r
-\r
-       /* Switch to faster clock */\r
-       mckr = PMC->PMC_MCKR;\r
-       /* Set PRES */\r
-       PMC->PMC_MCKR = (mckr & ~PMC_MCKR_PRES_Msk)\r
-               | (mck_setting & PMC_MCKR_PRES_Msk);\r
-       while (!(PMC->PMC_SR & PMC_SR_MCKRDY));\r
-       /* Set CSS and others */\r
-       PMC->PMC_MCKR = mck_setting;\r
-       while (!(PMC->PMC_SR & PMC_SR_MCKRDY));\r
-       /* Waiting all restored PLLs ready */\r
-       while (!(PMC->PMC_SR & pll_sr));\r
-}\r
-\r
-/** If clocks are switched to FASTRC for WAIT mode */\r
-static volatile bool b_is_fastrc_used = false;\r
-/** Callback invoked once when clocks are restored */\r
-static pmc_callback_wakeup_clocks_restored_t callback_clocks_restored = NULL;\r
-\r
-void pmc_sleep(int sleep_mode)\r
-{\r
-       switch (sleep_mode) {\r
-       case SAM_PM_SMODE_SLEEP_WFI:\r
-       case SAM_PM_SMODE_SLEEP_WFE:\r
-#if (SAM4S || SAM4E || SAM4N)\r
-               SCB->SCR &= (uint32_t)~SCR_SLEEPDEEP;\r
-               cpu_irq_enable();\r
-               __WFI();\r
-               break;\r
-#else\r
-               PMC->PMC_FSMR &= (uint32_t)~PMC_FSMR_LPM;\r
-               SCB->SCR &= (uint32_t)~SCR_SLEEPDEEP;\r
-               cpu_irq_enable();\r
-               if (sleep_mode == SAM_PM_SMODE_SLEEP_WFI)\r
-                       __WFI();\r
-               else\r
-                       __WFE();\r
-               break;\r
-#endif\r
-       case SAM_PM_SMODE_WAIT: {\r
-               uint32_t mor, pllr0, pllr1, mckr;\r
-               cpu_irq_disable();\r
-               b_is_fastrc_used = true;\r
-               pmc_save_clock_settings(&mor, &pllr0, &pllr1, &mckr);\r
-\r
-               /* Enter wait mode */\r
-               cpu_irq_enable();\r
-               pmc_enable_waitmode();\r
-\r
-               cpu_irq_disable();\r
-               pmc_restore_clock_setting(mor, pllr0, pllr1, mckr);\r
-               b_is_fastrc_used = false;\r
-               if (callback_clocks_restored) {\r
-                       callback_clocks_restored();\r
-                       callback_clocks_restored = NULL;\r
-               }\r
-               cpu_irq_enable();\r
-               break;\r
-       }\r
-\r
-       case SAM_PM_SMODE_BACKUP:\r
-               SCB->SCR |= SCR_SLEEPDEEP;\r
-#if (SAM4S || SAM4E || SAM4N)\r
-               SUPC->SUPC_CR = SUPC_CR_KEY(0xA5u) | SUPC_CR_VROFF_STOP_VREG;\r
-               cpu_irq_enable();\r
-               __WFI() ;\r
-#else\r
-               cpu_irq_enable();\r
-               __WFE() ;\r
-#endif\r
-               break;\r
-       }\r
-}\r
-\r
-bool pmc_is_wakeup_clocks_restored(void)\r
-{\r
-       return !b_is_fastrc_used;\r
-}\r
-\r
-void pmc_wait_wakeup_clocks_restore(\r
-               pmc_callback_wakeup_clocks_restored_t callback)\r
-{\r
-       if (b_is_fastrc_used) {\r
-               cpu_irq_disable();\r
-               callback_clocks_restored = callback;\r
-       } else if (callback) {\r
-               callback();\r
-       }\r
-}\r
-\r
-#endif /* #if (SAM3S || SAM3N || SAM3XA || SAM3U || SAM4S || SAM4E || SAM4N) */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/pmc/sleep.h
deleted file mode 100644 (file)
index cbfad6b..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Sleep mode access\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef SLEEP_H\r
-#define SLEEP_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-#include <compiler.h>\r
-\r
-/**\r
- * \defgroup sleep_group Power Manager (PM)\r
- *\r
- * This is a stub on the SAM Power Manager Control (PMC) for the sleepmgr\r
- * service.\r
- *\r
- * \note To minimize the code overhead, these functions do not feature\r
- * interrupt-protected access since they are likely to be called inside\r
- * interrupt handlers or in applications where such protection is not\r
- * necessary. If such protection is needed, it must be ensured by the calling\r
- * code.\r
- *\r
- * @{\r
- */\r
-\r
-#if defined(__DOXYGEN__)\r
-/**\r
- * \brief Sets the MCU in the specified sleep mode\r
- * \param sleep_mode Sleep mode to set.\r
- */\r
-#endif\r
-/* SAM3 and SAM4 series */\r
-#if (SAM3S || SAM3N || SAM3XA || SAM3U || SAM4S || SAM4E || SAM4N)\r
-\r
-# define  SAM_PM_SMODE_ACTIVE     0 /**< Active */\r
-# define  SAM_PM_SMODE_SLEEP_WFE  1 /**< Wait for Events */\r
-# define  SAM_PM_SMODE_SLEEP_WFI  2 /**< Wait for Interrupts */\r
-# define  SAM_PM_SMODE_WAIT       3 /**< Wait Mode */\r
-# define  SAM_PM_SMODE_BACKUP     4 /**< Backup Mode */\r
-\r
-/** (SCR) Sleep deep bit */\r
-#define SCR_SLEEPDEEP   (0x1 <<  2)\r
-\r
-/**\r
- * Clocks restored callback function type.\r
- * Registered by routine pmc_wait_wakeup_clocks_restore()\r
- * Callback called when all clocks are restored.\r
- */\r
-typedef void (*pmc_callback_wakeup_clocks_restored_t) (void);\r
-\r
-/**\r
- * Enter sleep mode\r
- * \param sleep_mode Sleep mode to enter\r
- */\r
-void pmc_sleep(int sleep_mode);\r
-\r
-/**\r
- * Check if clocks are restored after wakeup\r
- * (For WAIT mode. In WAIT mode, clocks are switched to FASTRC.\r
- *  After wakeup clocks should be restored, before that some of the\r
- *  ISR should not be served, otherwise there may be timing or clock issue.)\r
- */\r
-bool pmc_is_wakeup_clocks_restored(void);\r
-\r
-/**\r
- * \r
- * \return true if start waiting\r
- */\r
-void pmc_wait_wakeup_clocks_restore(\r
-               pmc_callback_wakeup_clocks_restored_t callback);\r
-\r
-#endif\r
-\r
-//! @}\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* SLEEP_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.c
deleted file mode 100644 (file)
index dd95a52..0000000
+++ /dev/null
@@ -1,596 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Timer Counter (TC) driver for SAM.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include <assert.h>\r
-#include "tc.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#define TC_WPMR_WPKEY_VALUE TC_WPMR_WPKEY((uint32_t)0x54494D)\r
-\r
-/**\r
- * \defgroup sam_drivers_tc_group Timer Counter (TC)\r
- *\r
- * The Timer Counter (TC) includes three identical 32-bit Timer Counter\r
- * channels. Each channel can be independently programmed to perform a wide\r
- * range of functions including frequency measurement, event counting,\r
- * interval measurement, pulse generation, delay timing and pulse width\r
- * modulation.\r
- *\r
- * @{\r
- */\r
-\r
-/**\r
- * \brief Configure TC for timer, waveform generation or capture.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_mode Control mode register value to set.\r
- *\r
- * \attention If the TC is configured for waveform generation, the external\r
- * event selection (EEVT) should only be set to \c TC_CMR_EEVT_TIOB or the\r
- * equivalent value \c 0 if it really is the intention to use TIOB as an\r
- * external event trigger.\n\r
- * This is because the setting forces TIOB to be an input even if the\r
- * external event trigger has not been enabled with \c TC_CMR_ENETRG, and\r
- * thus prevents normal operation of TIOB.\r
- */\r
-void tc_init(Tc *p_tc, uint32_t ul_channel, uint32_t ul_mode)\r
-{\r
-       TcChannel *tc_channel;\r
-\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-       tc_channel = p_tc->TC_CHANNEL + ul_channel;\r
-\r
-       /*  Disable TC clock. */\r
-       tc_channel->TC_CCR = TC_CCR_CLKDIS;\r
-\r
-       /*  Disable interrupts. */\r
-       tc_channel->TC_IDR = 0xFFFFFFFF;\r
-\r
-       /*  Clear status register. */\r
-       tc_channel->TC_SR;\r
-\r
-       /*  Set mode. */\r
-       tc_channel->TC_CMR = ul_mode;\r
-}\r
-\r
-/**\r
- * \brief Asserts a SYNC signal to generate a software trigger to\r
- * all channels.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- *\r
- */\r
-void tc_sync_trigger(Tc *p_tc)\r
-{\r
-  p_tc->TC_BCR = TC_BCR_SYNC;\r
-}\r
-\r
-/**\r
- * \brief Configure TC Block mode.\r
- * \note tc_init() must be called first.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_blockmode Block mode register value to set.\r
- *\r
- */\r
-void tc_set_block_mode(Tc *p_tc, uint32_t ul_blockmode)\r
-{\r
-       p_tc->TC_BMR = ul_blockmode;\r
-}\r
-\r
-#if (!SAM3U)\r
-\r
-/**\r
- * \brief Configure TC for 2-bit Gray Counter for Stepper Motor.\r
- * \note tc_init() must be called first.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_steppermode Stepper motor mode register value to set.\r
- *\r
- * \return 0 for OK.\r
- */\r
-uint32_t tc_init_2bit_gray(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_steppermode)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_SMMR = ul_steppermode;\r
-       return 0;\r
-}\r
-\r
-#endif\r
-\r
-/**\r
- * \brief Start TC clock counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- */\r
-void tc_start(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_CCR = TC_CCR_CLKEN | TC_CCR_SWTRG;\r
-}\r
-\r
-/**\r
- * \brief Stop TC clock counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- */\r
-void tc_stop(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_CCR = TC_CCR_CLKDIS;\r
-}\r
-\r
-/**\r
- * \brief Read counter value on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return Counter value.\r
- */\r
-uint32_t tc_read_cv(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       return p_tc->TC_CHANNEL[ul_channel].TC_CV;\r
-}\r
-\r
-/**\r
- * \brief Read RA TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return RA value.\r
- */\r
-uint32_t tc_read_ra(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       return p_tc->TC_CHANNEL[ul_channel].TC_RA;\r
-}\r
-\r
-/**\r
- * \brief Read RB TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return RB value.\r
- */\r
-uint32_t tc_read_rb(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       return p_tc->TC_CHANNEL[ul_channel].TC_RB;\r
-}\r
-\r
-/**\r
- * \brief Read RC TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return RC value.\r
- */\r
-uint32_t tc_read_rc(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       return p_tc->TC_CHANNEL[ul_channel].TC_RC;\r
-}\r
-\r
-/**\r
- * \brief Write RA TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_value Value to set in register.\r
- */\r
-void tc_write_ra(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_RA = ul_value;\r
-}\r
-\r
-/**\r
- * \brief Write RB TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_value Value to set in register.\r
- */\r
-void tc_write_rb(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_RB = ul_value;\r
-}\r
-\r
-/**\r
- * \brief Write RC TC counter on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_value Value to set in register.\r
- */\r
-void tc_write_rc(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value)\r
-{\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-\r
-       p_tc->TC_CHANNEL[ul_channel].TC_RC = ul_value;\r
-}\r
-\r
-/**\r
- * \brief Enable TC interrupts on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_sources Interrupt sources bit map.\r
- */\r
-void tc_enable_interrupt(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_sources)\r
-{\r
-       TcChannel *tc_channel;\r
-\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-       tc_channel = p_tc->TC_CHANNEL + ul_channel;\r
-       tc_channel->TC_IER = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Disable TC interrupts on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- * \param ul_sources Interrupt sources bit map.\r
- */\r
-void tc_disable_interrupt(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_sources)\r
-{\r
-       TcChannel *tc_channel;\r
-\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-       tc_channel = p_tc->TC_CHANNEL + ul_channel;\r
-       tc_channel->TC_IDR = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Read TC interrupt mask on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return The interrupt mask value.\r
- */\r
-uint32_t tc_get_interrupt_mask(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       TcChannel *tc_channel;\r
-\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-       tc_channel = p_tc->TC_CHANNEL + ul_channel;\r
-       return tc_channel->TC_IMR;\r
-}\r
-\r
-/**\r
- * \brief Get current status on the selected channel.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_channel Channel to configure.\r
- *\r
- * \return The current TC status.\r
- */\r
-uint32_t tc_get_status(Tc *p_tc, uint32_t ul_channel)\r
-{\r
-       TcChannel *tc_channel;\r
-\r
-       Assert(ul_channel <\r
-                       (sizeof(p_tc->TC_CHANNEL) / sizeof(p_tc->TC_CHANNEL[0])));\r
-       tc_channel = p_tc->TC_CHANNEL + ul_channel;\r
-       return tc_channel->TC_SR;\r
-}\r
-\r
-/* TC divisor used to find the lowest acceptable timer frequency */\r
-#define TC_DIV_FACTOR 65536\r
-\r
-#if (!SAM4L)\r
-\r
-#ifndef FREQ_SLOW_CLOCK_EXT\r
-#define FREQ_SLOW_CLOCK_EXT 32768 /* External slow clock frequency (hz) */\r
-#endif\r
-\r
-/**\r
- * \brief Find the best MCK divisor.\r
- *\r
- * Finds the best MCK divisor given the timer frequency and MCK. The result\r
- * is guaranteed to satisfy the following equation:\r
- * \code\r
- *   (MCK / (DIV * 65536)) <= freq <= (MCK / DIV)\r
- * \endcode\r
- * with DIV being the lowest possible value,\r
- * to maximize timing adjust resolution.\r
- *\r
- * \param ul_freq  Desired timer frequency.\r
- * \param ul_mck  Master clock frequency.\r
- * \param p_uldiv  Divisor value.\r
- * \param p_ultcclks  TCCLKS field value for divisor.\r
- * \param ul_boardmck  Board clock frequency.\r
- *\r
- * \return 1 if a proper divisor has been found, otherwise 0.\r
- */\r
-uint32_t tc_find_mck_divisor(uint32_t ul_freq, uint32_t ul_mck,\r
-               uint32_t *p_uldiv, uint32_t *p_ultcclks, uint32_t ul_boardmck)\r
-{\r
-       const uint32_t divisors[5] = { 2, 8, 32, 128,\r
-                       ul_boardmck / FREQ_SLOW_CLOCK_EXT };\r
-       uint32_t ul_index;\r
-       uint32_t ul_high, ul_low;\r
-\r
-       /*  Satisfy frequency bound. */\r
-       for (ul_index = 0;\r
-                       ul_index < (sizeof(divisors) / sizeof(divisors[0]));\r
-                       ul_index++) {\r
-               ul_high = ul_mck / divisors[ul_index];\r
-               ul_low  = ul_high / TC_DIV_FACTOR;\r
-               if (ul_freq > ul_high) {\r
-                       return 0;\r
-               } else if (ul_freq >= ul_low) {\r
-                       break;\r
-               }\r
-       }\r
-       if (ul_index >= (sizeof(divisors) / sizeof(divisors[0]))) {\r
-               return 0;\r
-       }\r
-\r
-       /*  Store results. */\r
-       if (p_uldiv) {\r
-               *p_uldiv = divisors[ul_index];\r
-       }\r
-\r
-       if (p_ultcclks) {\r
-               *p_ultcclks = ul_index;\r
-       }\r
-\r
-       return 1;\r
-}\r
-\r
-#endif\r
-\r
-#if (SAM4L)\r
-/**\r
- * \brief Find the best PBA clock divisor.\r
- *\r
- * Finds the best divisor given the timer frequency and PBA clock. The result\r
- * is guaranteed to satisfy the following equation:\r
- * \code\r
- *   (ul_pbaclk / (2* DIV * 65536)) <= freq <= (ul_pbaclk / (2* DIV))\r
- * \endcode\r
- * with DIV being the lowest possible value,\r
- * to maximize timing adjust resolution.\r
- *\r
- * \param ul_freq  Desired timer frequency.\r
- * \param ul_mck  PBA clock frequency.\r
- * \param p_uldiv  Divisor value.\r
- * \param p_ultcclks  TCCLKS field value for divisor.\r
- * \param ul_boardmck  useless here.\r
- *\r
- * \return 1 if a proper divisor has been found, otherwise 0.\r
- */\r
-uint32_t tc_find_mck_divisor(uint32_t ul_freq, uint32_t ul_mck,\r
-               uint32_t *p_uldiv, uint32_t *p_ultcclks, uint32_t ul_boardmck)\r
-{\r
-       const uint32_t divisors[5] = { 0, 2, 8, 32, 128};\r
-       uint32_t ul_index;\r
-       uint32_t ul_high, ul_low;\r
-\r
-       UNUSED(ul_boardmck);\r
-\r
-       /*  Satisfy frequency bound. */\r
-       for (ul_index = 1;\r
-                       ul_index < (sizeof(divisors) / sizeof(divisors[0]));\r
-                       ul_index++) {\r
-               ul_high = ul_mck / divisors[ul_index];\r
-               ul_low  = ul_high / TC_DIV_FACTOR;\r
-               if (ul_freq > ul_high) {\r
-                       return 0;\r
-               } else if (ul_freq >= ul_low) {\r
-                       break;\r
-               }\r
-       }\r
-       if (ul_index >= (sizeof(divisors) / sizeof(divisors[0]))) {\r
-               return 0;\r
-       }\r
-\r
-       /*  Store results. */\r
-       if (p_uldiv) {\r
-               *p_uldiv = divisors[ul_index];\r
-       }\r
-\r
-       if (p_ultcclks) {\r
-               *p_ultcclks = ul_index;\r
-       }\r
-\r
-       return 1;\r
-}\r
-\r
-#endif\r
-\r
-#if (!SAM4L)\r
-\r
-/**\r
- * \brief Enable TC QDEC interrupts.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_sources Interrupts to be enabled.\r
- */\r
-void tc_enable_qdec_interrupt(Tc *p_tc, uint32_t ul_sources)\r
-{\r
-       p_tc->TC_QIER = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Disable TC QDEC interrupts.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_sources Interrupts to be disabled.\r
- */\r
-void tc_disable_qdec_interrupt(Tc *p_tc, uint32_t ul_sources)\r
-{\r
-       p_tc->TC_QIDR = ul_sources;\r
-}\r
-\r
-/**\r
- * \brief Read TC QDEC interrupt mask.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- *\r
- * \return The interrupt mask value.\r
- */\r
-uint32_t tc_get_qdec_interrupt_mask(Tc *p_tc)\r
-{\r
-       return p_tc->TC_QIMR;\r
-}\r
-\r
-/**\r
- * \brief Get current QDEC status.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- *\r
- * \return The current TC status.\r
- */\r
-uint32_t tc_get_qdec_interrupt_status(Tc *p_tc)\r
-{\r
-       return p_tc->TC_QISR;\r
-}\r
-\r
-#endif\r
-\r
-#if (!SAM3U)\r
-\r
-/**\r
- * \brief Enable or disable write protection of TC registers.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- * \param ul_enable 1 to enable, 0 to disable.\r
- */\r
-void tc_set_writeprotect(Tc *p_tc, uint32_t ul_enable)\r
-{\r
-       if (ul_enable) {\r
-               p_tc->TC_WPMR = TC_WPMR_WPKEY_VALUE | TC_WPMR_WPEN;\r
-       } else {\r
-               p_tc->TC_WPMR = TC_WPMR_WPKEY_VALUE;\r
-       }\r
-}\r
-\r
-#endif\r
-\r
-#if SAM4L\r
-\r
-/**\r
- * \brief Indicate features.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- *\r
- * \return TC_FEATURES value.\r
- */\r
-uint32_t tc_get_feature(Tc *p_tc)\r
-{\r
-       return p_tc->TC_FEATURES;\r
-}\r
-\r
-/**\r
- * \brief Indicate version.\r
- *\r
- * \param p_tc Pointer to a TC instance.\r
- *\r
- * \return TC_VERSION value.\r
- */\r
-uint32_t tc_get_version(Tc *p_tc)\r
-{\r
-       return p_tc->TC_VERSION;\r
-}\r
-\r
-#endif\r
-\r
-//@}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/drivers/tc/tc.h
deleted file mode 100644 (file)
index 5dd1690..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Timer Counter (TC) driver for SAM.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef TC_H_INCLUDED\r
-#define TC_H_INCLUDED\r
-\r
-#include "compiler.h"\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-void tc_init(Tc *p_tc, uint32_t ul_Channel, uint32_t ul_Mode);\r
-void tc_sync_trigger(Tc *p_tc);\r
-void tc_set_block_mode(Tc *p_tc, uint32_t ul_blockmode);\r
-\r
-#if (!SAM3U)\r
-uint32_t tc_init_2bit_gray(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_steppermode);\r
-#endif\r
-\r
-void tc_start(Tc *p_tc, uint32_t ul_channel);\r
-void tc_stop(Tc *p_tc, uint32_t ul_channel);\r
-\r
-uint32_t tc_read_cv(Tc *p_tc, uint32_t ul_channel);\r
-uint32_t tc_read_ra(Tc *p_tc, uint32_t ul_channel);\r
-uint32_t tc_read_rb(Tc *p_tc, uint32_t ul_channel);\r
-uint32_t tc_read_rc(Tc *p_tc, uint32_t ul_channel);\r
-\r
-void tc_write_ra(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value);\r
-void tc_write_rb(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value);\r
-void tc_write_rc(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_value);\r
-\r
-uint32_t tc_find_mck_divisor(uint32_t ul_freq, uint32_t ul_mck,\r
-               uint32_t *p_uldiv, uint32_t *ul_tcclks, uint32_t ul_boardmck);\r
-void tc_enable_interrupt(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_sources);\r
-void tc_disable_interrupt(Tc *p_tc, uint32_t ul_channel,\r
-               uint32_t ul_sources);\r
-uint32_t tc_get_interrupt_mask(Tc *p_tc, uint32_t ul_channel);\r
-uint32_t tc_get_status(Tc *p_tc, uint32_t ul_channel);\r
-#if (!SAM4L)\r
-void tc_enable_qdec_interrupt(Tc *p_tc, uint32_t ul_sources);\r
-void tc_disable_qdec_interrupt(Tc *p_tc, uint32_t ul_sources);\r
-uint32_t tc_get_qdec_interrupt_mask(Tc *p_tc);\r
-uint32_t tc_get_qdec_interrupt_status(Tc *p_tc);\r
-#endif\r
-\r
-#if (!SAM3U)\r
-void tc_set_writeprotect(Tc *p_tc, uint32_t ul_enable);\r
-#endif\r
-\r
-#if SAM4L\r
-uint32_t tc_get_feature(Tc *p_tc);\r
-uint32_t tc_get_version(Tc *p_tc);\r
-\r
-#endif\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* TC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/acc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/acc.h
deleted file mode 100644 (file)
index c6b3a47..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_ACC_COMPONENT_\r
-#define _SAM4E_ACC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Analog Comparator Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_ACC Analog Comparator Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Acc hardware registers */\r
-typedef struct {\r
-  WoReg ACC_CR;        /**< \brief (Acc Offset: 0x00) Control Register */\r
-  RwReg ACC_MR;        /**< \brief (Acc Offset: 0x04) Mode Register */\r
-  RoReg Reserved1[7];\r
-  WoReg ACC_IER;       /**< \brief (Acc Offset: 0x24) Interrupt Enable Register */\r
-  WoReg ACC_IDR;       /**< \brief (Acc Offset: 0x28) Interrupt Disable Register */\r
-  RoReg ACC_IMR;       /**< \brief (Acc Offset: 0x2C) Interrupt Mask Register */\r
-  RoReg ACC_ISR;       /**< \brief (Acc Offset: 0x30) Interrupt Status Register */\r
-  RoReg Reserved2[24];\r
-  RwReg ACC_ACR;       /**< \brief (Acc Offset: 0x94) Analog Control Register */\r
-  RoReg Reserved3[19];\r
-  RwReg ACC_WPMR;      /**< \brief (Acc Offset: 0xE4) Write Protect Mode Register */\r
-  RoReg ACC_WPSR;      /**< \brief (Acc Offset: 0xE8) Write Protect Status Register */\r
-} Acc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- ACC_CR : (ACC Offset: 0x00) Control Register -------- */\r
-#define ACC_CR_SWRST (0x1u << 0) /**< \brief (ACC_CR) SoftWare ReSeT */\r
-/* -------- ACC_MR : (ACC Offset: 0x04) Mode Register -------- */\r
-#define ACC_MR_SELMINUS_Pos 0\r
-#define ACC_MR_SELMINUS_Msk (0x7u << ACC_MR_SELMINUS_Pos) /**< \brief (ACC_MR) SELection for MINUS comparator input */\r
-#define   ACC_MR_SELMINUS_TS (0x0u << 0) /**< \brief (ACC_MR) SelectTS */\r
-#define   ACC_MR_SELMINUS_ADVREF (0x1u << 0) /**< \brief (ACC_MR) Select ADVREF */\r
-#define   ACC_MR_SELMINUS_DAC0 (0x2u << 0) /**< \brief (ACC_MR) Select DAC0 */\r
-#define   ACC_MR_SELMINUS_DAC1 (0x3u << 0) /**< \brief (ACC_MR) Select DAC1 */\r
-#define   ACC_MR_SELMINUS_AD0 (0x4u << 0) /**< \brief (ACC_MR) Select AD0 */\r
-#define   ACC_MR_SELMINUS_AD1 (0x5u << 0) /**< \brief (ACC_MR) Select AD1 */\r
-#define   ACC_MR_SELMINUS_AD2 (0x6u << 0) /**< \brief (ACC_MR) Select AD2 */\r
-#define   ACC_MR_SELMINUS_AD3 (0x7u << 0) /**< \brief (ACC_MR) Select AD3 */\r
-#define ACC_MR_SELPLUS_Pos 4\r
-#define ACC_MR_SELPLUS_Msk (0x7u << ACC_MR_SELPLUS_Pos) /**< \brief (ACC_MR) SELection for PLUS comparator input */\r
-#define   ACC_MR_SELPLUS_AD0 (0x0u << 4) /**< \brief (ACC_MR) Select AD0 */\r
-#define   ACC_MR_SELPLUS_AD1 (0x1u << 4) /**< \brief (ACC_MR) Select AD1 */\r
-#define   ACC_MR_SELPLUS_AD2 (0x2u << 4) /**< \brief (ACC_MR) Select AD2 */\r
-#define   ACC_MR_SELPLUS_AD3 (0x3u << 4) /**< \brief (ACC_MR) Select AD3 */\r
-#define   ACC_MR_SELPLUS_AD4 (0x4u << 4) /**< \brief (ACC_MR) Select AD4 */\r
-#define   ACC_MR_SELPLUS_AD5 (0x5u << 4) /**< \brief (ACC_MR) Select AD5 */\r
-#define   ACC_MR_SELPLUS_AD6 (0x6u << 4) /**< \brief (ACC_MR) Select AD6 */\r
-#define   ACC_MR_SELPLUS_AD7 (0x7u << 4) /**< \brief (ACC_MR) Select AD7 */\r
-#define ACC_MR_ACEN (0x1u << 8) /**< \brief (ACC_MR) Analog Comparator ENable */\r
-#define   ACC_MR_ACEN_DIS (0x0u << 8) /**< \brief (ACC_MR) Analog Comparator Disabled. */\r
-#define   ACC_MR_ACEN_EN (0x1u << 8) /**< \brief (ACC_MR) Analog Comparator Enabled. */\r
-#define ACC_MR_EDGETYP_Pos 9\r
-#define ACC_MR_EDGETYP_Msk (0x3u << ACC_MR_EDGETYP_Pos) /**< \brief (ACC_MR) EDGE TYPe */\r
-#define   ACC_MR_EDGETYP_RISING (0x0u << 9) /**< \brief (ACC_MR) only rising edge of comparator output */\r
-#define   ACC_MR_EDGETYP_FALLING (0x1u << 9) /**< \brief (ACC_MR) falling edge of comparator output */\r
-#define   ACC_MR_EDGETYP_ANY (0x2u << 9) /**< \brief (ACC_MR) any edge of comparator output */\r
-#define ACC_MR_INV (0x1u << 12) /**< \brief (ACC_MR) INVert comparator output */\r
-#define   ACC_MR_INV_DIS (0x0u << 12) /**< \brief (ACC_MR) Analog Comparator output is directly processed. */\r
-#define   ACC_MR_INV_EN (0x1u << 12) /**< \brief (ACC_MR) Analog Comparator output is inverted prior to being processed. */\r
-#define ACC_MR_SELFS (0x1u << 13) /**< \brief (ACC_MR) SELection of Fault Source */\r
-#define   ACC_MR_SELFS_CF (0x0u << 13) /**< \brief (ACC_MR) the CF flag is used to drive the FAULT output. */\r
-#define   ACC_MR_SELFS_OUTPUT (0x1u << 13) /**< \brief (ACC_MR) the output of the Analog Comparator flag is used to drive the FAULT output. */\r
-#define ACC_MR_FE (0x1u << 14) /**< \brief (ACC_MR) Fault Enable */\r
-#define   ACC_MR_FE_DIS (0x0u << 14) /**< \brief (ACC_MR) the FAULT output is tied to 0. */\r
-#define   ACC_MR_FE_EN (0x1u << 14) /**< \brief (ACC_MR) the FAULT output is driven by the signal defined by SELFS. */\r
-/* -------- ACC_IER : (ACC Offset: 0x24) Interrupt Enable Register -------- */\r
-#define ACC_IER_CE (0x1u << 0) /**< \brief (ACC_IER) Comparison Edge */\r
-/* -------- ACC_IDR : (ACC Offset: 0x28) Interrupt Disable Register -------- */\r
-#define ACC_IDR_CE (0x1u << 0) /**< \brief (ACC_IDR) Comparison Edge */\r
-/* -------- ACC_IMR : (ACC Offset: 0x2C) Interrupt Mask Register -------- */\r
-#define ACC_IMR_CE (0x1u << 0) /**< \brief (ACC_IMR) Comparison Edge */\r
-/* -------- ACC_ISR : (ACC Offset: 0x30) Interrupt Status Register -------- */\r
-#define ACC_ISR_CE (0x1u << 0) /**< \brief (ACC_ISR) Comparison Edge */\r
-#define ACC_ISR_SCO (0x1u << 1) /**< \brief (ACC_ISR) Synchronized Comparator Output */\r
-#define ACC_ISR_MASK (0x1u << 31) /**< \brief (ACC_ISR)  */\r
-/* -------- ACC_ACR : (ACC Offset: 0x94) Analog Control Register -------- */\r
-#define ACC_ACR_ISEL (0x1u << 0) /**< \brief (ACC_ACR) Current SELection */\r
-#define   ACC_ACR_ISEL_LOPW (0x0u << 0) /**< \brief (ACC_ACR) low power option. */\r
-#define   ACC_ACR_ISEL_HISP (0x1u << 0) /**< \brief (ACC_ACR) high speed option. */\r
-#define ACC_ACR_HYST_Pos 1\r
-#define ACC_ACR_HYST_Msk (0x3u << ACC_ACR_HYST_Pos) /**< \brief (ACC_ACR) HYSTeresis selection */\r
-#define ACC_ACR_HYST(value) ((ACC_ACR_HYST_Msk & ((value) << ACC_ACR_HYST_Pos)))\r
-/* -------- ACC_WPMR : (ACC Offset: 0xE4) Write Protect Mode Register -------- */\r
-#define ACC_WPMR_WPEN (0x1u << 0) /**< \brief (ACC_WPMR) Write Protect Enable */\r
-#define ACC_WPMR_WPKEY_Pos 8\r
-#define ACC_WPMR_WPKEY_Msk (0xffffffu << ACC_WPMR_WPKEY_Pos) /**< \brief (ACC_WPMR) Write Protect KEY */\r
-#define ACC_WPMR_WPKEY(value) ((ACC_WPMR_WPKEY_Msk & ((value) << ACC_WPMR_WPKEY_Pos)))\r
-/* -------- ACC_WPSR : (ACC Offset: 0xE8) Write Protect Status Register -------- */\r
-#define ACC_WPSR_WPROTERR (0x1u << 0) /**< \brief (ACC_WPSR) Write PROTection ERRor */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_ACC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/aes.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/aes.h
deleted file mode 100644 (file)
index 7b78563..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_AES_COMPONENT_\r
-#define _SAM4E_AES_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Advanced Encryption Standard */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_AES Advanced Encryption Standard */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Aes hardware registers */\r
-typedef struct {\r
-  WoReg AES_CR;        /**< \brief (Aes Offset: 0x00) Control Register */\r
-  RwReg AES_MR;        /**< \brief (Aes Offset: 0x04) Mode Register */\r
-  RoReg Reserved1[2];\r
-  WoReg AES_IER;       /**< \brief (Aes Offset: 0x10) Interrupt Enable Register */\r
-  WoReg AES_IDR;       /**< \brief (Aes Offset: 0x14) Interrupt Disable Register */\r
-  RoReg AES_IMR;       /**< \brief (Aes Offset: 0x18) Interrupt Mask Register */\r
-  RoReg AES_ISR;       /**< \brief (Aes Offset: 0x1C) Interrupt Status Register */\r
-  WoReg AES_KEYWR[8];  /**< \brief (Aes Offset: 0x20) Key Word Register */\r
-  WoReg AES_IDATAR[4]; /**< \brief (Aes Offset: 0x40) Input Data Register */\r
-  RoReg AES_ODATAR[4]; /**< \brief (Aes Offset: 0x50) Output Data Register */\r
-  WoReg AES_IVR[4];    /**< \brief (Aes Offset: 0x60) Initialization Vector Register */\r
-} Aes;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- AES_CR : (AES Offset: 0x00) Control Register -------- */\r
-#define AES_CR_START (0x1u << 0) /**< \brief (AES_CR) Start Processing */\r
-#define AES_CR_SWRST (0x1u << 8) /**< \brief (AES_CR) Software Reset */\r
-/* -------- AES_MR : (AES Offset: 0x04) Mode Register -------- */\r
-#define AES_MR_CIPHER (0x1u << 0) /**< \brief (AES_MR) Processing Mode */\r
-#define AES_MR_DUALBUFF (0x1u << 3) /**< \brief (AES_MR) Dual Input BUFFer */\r
-#define   AES_MR_DUALBUFF_INACTIVE (0x0u << 3) /**< \brief (AES_MR) AES_IDATARx cannot be written during processing of previous block. */\r
-#define   AES_MR_DUALBUFF_ACTIVE (0x1u << 3) /**< \brief (AES_MR) AES_IDATARx can be written during processing of previous block when SMOD = 0x2. It speeds up the overall runtime of large files. */\r
-#define AES_MR_PROCDLY_Pos 4\r
-#define AES_MR_PROCDLY_Msk (0xfu << AES_MR_PROCDLY_Pos) /**< \brief (AES_MR) Processing Delay */\r
-#define AES_MR_PROCDLY(value) ((AES_MR_PROCDLY_Msk & ((value) << AES_MR_PROCDLY_Pos)))\r
-#define AES_MR_SMOD_Pos 8\r
-#define AES_MR_SMOD_Msk (0x3u << AES_MR_SMOD_Pos) /**< \brief (AES_MR) Start Mode */\r
-#define   AES_MR_SMOD_MANUAL_START (0x0u << 8) /**< \brief (AES_MR) Manual Mode */\r
-#define   AES_MR_SMOD_AUTO_START (0x1u << 8) /**< \brief (AES_MR) Auto Mode */\r
-#define   AES_MR_SMOD_IDATAR0_START (0x2u << 8) /**< \brief (AES_MR) AES_IDATAR0 access only Auto Mode */\r
-#define AES_MR_KEYSIZE_Pos 10\r
-#define AES_MR_KEYSIZE_Msk (0x3u << AES_MR_KEYSIZE_Pos) /**< \brief (AES_MR) Key Size */\r
-#define   AES_MR_KEYSIZE_AES128 (0x0u << 10) /**< \brief (AES_MR) AES Key Size is 128 bits */\r
-#define   AES_MR_KEYSIZE_AES192 (0x1u << 10) /**< \brief (AES_MR) AES Key Size is 192 bits */\r
-#define   AES_MR_KEYSIZE_AES256 (0x2u << 10) /**< \brief (AES_MR) AES Key Size is 256 bits */\r
-#define AES_MR_OPMOD_Pos 12\r
-#define AES_MR_OPMOD_Msk (0x7u << AES_MR_OPMOD_Pos) /**< \brief (AES_MR) Operation Mode */\r
-#define   AES_MR_OPMOD_ECB (0x0u << 12) /**< \brief (AES_MR) ECB: Electronic Code Book mode */\r
-#define   AES_MR_OPMOD_CBC (0x1u << 12) /**< \brief (AES_MR) CBC: Cipher Block Chaining mode */\r
-#define   AES_MR_OPMOD_OFB (0x2u << 12) /**< \brief (AES_MR) OFB: Output Feedback mode */\r
-#define   AES_MR_OPMOD_CFB (0x3u << 12) /**< \brief (AES_MR) CFB: Cipher Feedback mode */\r
-#define   AES_MR_OPMOD_CTR (0x4u << 12) /**< \brief (AES_MR) CTR: Counter mode (16-bit internal counter) */\r
-#define AES_MR_LOD (0x1u << 15) /**< \brief (AES_MR) Last Output Data Mode */\r
-#define AES_MR_CFBS_Pos 16\r
-#define AES_MR_CFBS_Msk (0x7u << AES_MR_CFBS_Pos) /**< \brief (AES_MR) Cipher Feedback Data Size */\r
-#define   AES_MR_CFBS_SIZE_128BIT (0x0u << 16) /**< \brief (AES_MR) 128-bit */\r
-#define   AES_MR_CFBS_SIZE_64BIT (0x1u << 16) /**< \brief (AES_MR) 64-bit */\r
-#define   AES_MR_CFBS_SIZE_32BIT (0x2u << 16) /**< \brief (AES_MR) 32-bit */\r
-#define   AES_MR_CFBS_SIZE_16BIT (0x3u << 16) /**< \brief (AES_MR) 16-bit */\r
-#define   AES_MR_CFBS_SIZE_8BIT (0x4u << 16) /**< \brief (AES_MR) 8-bit */\r
-#define AES_MR_CKEY_Pos 20\r
-#define AES_MR_CKEY_Msk (0xfu << AES_MR_CKEY_Pos) /**< \brief (AES_MR) Key */\r
-#define AES_MR_CKEY(value) ((AES_MR_CKEY_Msk & ((value) << AES_MR_CKEY_Pos)))\r
-/* -------- AES_IER : (AES Offset: 0x10) Interrupt Enable Register -------- */\r
-#define AES_IER_DATRDY (0x1u << 0) /**< \brief (AES_IER) Data Ready Interrupt Enable */\r
-#define AES_IER_ENDRX (0x1u << 1) /**< \brief (AES_IER) End of Receive Buffer Interrupt Enable */\r
-#define AES_IER_ENDTX (0x1u << 2) /**< \brief (AES_IER) End of Transmit Buffer Interrupt Enable */\r
-#define AES_IER_RXBUFF (0x1u << 3) /**< \brief (AES_IER) Receive Buffer Full Interrupt Enable */\r
-#define AES_IER_TXBUFE (0x1u << 4) /**< \brief (AES_IER) Transmit Buffer Empty Interrupt Enable */\r
-#define AES_IER_URAD (0x1u << 8) /**< \brief (AES_IER) Unspecified Register Access Detection Interrupt Enable */\r
-/* -------- AES_IDR : (AES Offset: 0x14) Interrupt Disable Register -------- */\r
-#define AES_IDR_DATRDY (0x1u << 0) /**< \brief (AES_IDR) Data Ready Interrupt Disable */\r
-#define AES_IDR_ENDRX (0x1u << 1) /**< \brief (AES_IDR) End of Receive Buffer Interrupt Disable */\r
-#define AES_IDR_ENDTX (0x1u << 2) /**< \brief (AES_IDR) End of Transmit Buffer Interrupt Disable */\r
-#define AES_IDR_RXBUFF (0x1u << 3) /**< \brief (AES_IDR) Receive Buffer Full Interrupt Disable */\r
-#define AES_IDR_TXBUFE (0x1u << 4) /**< \brief (AES_IDR) Transmit Buffer Empty Interrupt Disable */\r
-#define AES_IDR_URAD (0x1u << 8) /**< \brief (AES_IDR) Unspecified Register Access Detection Interrupt Disable */\r
-/* -------- AES_IMR : (AES Offset: 0x18) Interrupt Mask Register -------- */\r
-#define AES_IMR_DATRDY (0x1u << 0) /**< \brief (AES_IMR) Data Ready Interrupt Mask */\r
-#define AES_IMR_ENDRX (0x1u << 1) /**< \brief (AES_IMR) End of Receive Buffer Interrupt Mask */\r
-#define AES_IMR_ENDTX (0x1u << 2) /**< \brief (AES_IMR) End of Transmit Buffer Interrupt Mask */\r
-#define AES_IMR_RXBUFF (0x1u << 3) /**< \brief (AES_IMR) Receive Buffer Full Interrupt Mask */\r
-#define AES_IMR_TXBUFE (0x1u << 4) /**< \brief (AES_IMR) Transmit Buffer Empty Interrupt Mask */\r
-#define AES_IMR_URAD (0x1u << 8) /**< \brief (AES_IMR) Unspecified Register Access Detection Interrupt Mask */\r
-/* -------- AES_ISR : (AES Offset: 0x1C) Interrupt Status Register -------- */\r
-#define AES_ISR_DATRDY (0x1u << 0) /**< \brief (AES_ISR) Data Ready */\r
-#define AES_ISR_ENDRX (0x1u << 1) /**< \brief (AES_ISR) End of RX Buffer */\r
-#define AES_ISR_ENDTX (0x1u << 2) /**< \brief (AES_ISR) End of TX Buffer */\r
-#define AES_ISR_RXBUFF (0x1u << 3) /**< \brief (AES_ISR) RX Buffer Full */\r
-#define AES_ISR_TXBUFE (0x1u << 4) /**< \brief (AES_ISR) TX Buffer Empty */\r
-#define AES_ISR_URAD (0x1u << 8) /**< \brief (AES_ISR) Unspecified Register Access Detection Status */\r
-#define AES_ISR_URAT_Pos 12\r
-#define AES_ISR_URAT_Msk (0xfu << AES_ISR_URAT_Pos) /**< \brief (AES_ISR) Unspecified Register Access: */\r
-#define   AES_ISR_URAT_IDR_WR_PROCESSING (0x0u << 12) /**< \brief (AES_ISR) Input Data Register written during the data processing when SMOD=0x2 mode. */\r
-#define   AES_ISR_URAT_ODR_RD_PROCESSING (0x1u << 12) /**< \brief (AES_ISR) Output Data Register read during the data processing. */\r
-#define   AES_ISR_URAT_MR_WR_PROCESSING (0x2u << 12) /**< \brief (AES_ISR) Mode Register written during the data processing. */\r
-#define   AES_ISR_URAT_ODR_RD_SUBKGEN (0x3u << 12) /**< \brief (AES_ISR) Output Data Register read during the sub-keys generation. */\r
-#define   AES_ISR_URAT_MR_WR_SUBKGEN (0x4u << 12) /**< \brief (AES_ISR) Mode Register written during the sub-keys generation. */\r
-#define   AES_ISR_URAT_WOR_RD_ACCESS (0x5u << 12) /**< \brief (AES_ISR) Write-only register read access. */\r
-/* -------- AES_KEYWR[8] : (AES Offset: 0x20) Key Word Register -------- */\r
-#define AES_KEYWR_KEYW_Pos 0\r
-#define AES_KEYWR_KEYW_Msk (0xffffffffu << AES_KEYWR_KEYW_Pos) /**< \brief (AES_KEYWR[8]) Key Word */\r
-#define AES_KEYWR_KEYW(value) ((AES_KEYWR_KEYW_Msk & ((value) << AES_KEYWR_KEYW_Pos)))\r
-/* -------- AES_IDATAR[4] : (AES Offset: 0x40) Input Data Register -------- */\r
-#define AES_IDATAR_IDATA_Pos 0\r
-#define AES_IDATAR_IDATA_Msk (0xffffffffu << AES_IDATAR_IDATA_Pos) /**< \brief (AES_IDATAR[4]) Input Data Word */\r
-#define AES_IDATAR_IDATA(value) ((AES_IDATAR_IDATA_Msk & ((value) << AES_IDATAR_IDATA_Pos)))\r
-/* -------- AES_ODATAR[4] : (AES Offset: 0x50) Output Data Register -------- */\r
-#define AES_ODATAR_ODATA_Pos 0\r
-#define AES_ODATAR_ODATA_Msk (0xffffffffu << AES_ODATAR_ODATA_Pos) /**< \brief (AES_ODATAR[4]) Output Data */\r
-/* -------- AES_IVR[4] : (AES Offset: 0x60) Initialization Vector Register -------- */\r
-#define AES_IVR_IV_Pos 0\r
-#define AES_IVR_IV_Msk (0xffffffffu << AES_IVR_IV_Pos) /**< \brief (AES_IVR[4]) Initialization Vector */\r
-#define AES_IVR_IV(value) ((AES_IVR_IV_Msk & ((value) << AES_IVR_IV_Pos)))\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_AES_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/afec.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/afec.h
deleted file mode 100644 (file)
index 24e2a90..0000000
+++ /dev/null
@@ -1,559 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_AFEC_COMPONENT_\r
-#define _SAM4E_AFEC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Analog-Front-End Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_AFEC Analog-Front-End Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Afec hardware registers */\r
-typedef struct {\r
-  WoReg AFEC_CR;       /**< \brief (Afec Offset: 0x00) Control Register */\r
-  RwReg AFEC_MR;       /**< \brief (Afec Offset: 0x04) Mode Register */\r
-  RwReg AFEC_EMR;      /**< \brief (Afec Offset: 0x08) Extended Mode Register */\r
-  RwReg AFEC_SEQ1R;    /**< \brief (Afec Offset: 0x0C) Channel Sequence 1 Register */\r
-  RwReg AFEC_SEQ2R;    /**< \brief (Afec Offset: 0x10) Channel Sequence 2 Register */\r
-  WoReg AFEC_CHER;     /**< \brief (Afec Offset: 0x14) Channel Enable Register */\r
-  WoReg AFEC_CHDR;     /**< \brief (Afec Offset: 0x18) Channel Disable Register */\r
-  RoReg AFEC_CHSR;     /**< \brief (Afec Offset: 0x1C) Channel Status Register */\r
-  RoReg AFEC_LCDR;     /**< \brief (Afec Offset: 0x20) Last Converted Data Register */\r
-  WoReg AFEC_IER;      /**< \brief (Afec Offset: 0x24) Interrupt Enable Register */\r
-  WoReg AFEC_IDR;      /**< \brief (Afec Offset: 0x28) Interrupt Disable Register */\r
-  RoReg AFEC_IMR;      /**< \brief (Afec Offset: 0x2C) Interrupt Mask Register */\r
-  RoReg AFEC_ISR;      /**< \brief (Afec Offset: 0x30) Interrupt Status Register */\r
-  RoReg Reserved1[6];\r
-  RoReg AFEC_OVER;     /**< \brief (Afec Offset: 0x4C) Overrun Status Register */\r
-  RwReg AFEC_CWR;      /**< \brief (Afec Offset: 0x50) Compare Window Register */\r
-  RwReg AFEC_CGR;      /**< \brief (Afec Offset: 0x54) Channel Gain Register */\r
-  RoReg Reserved2[1];\r
-  RwReg AFEC_CDOR;     /**< \brief (Afec Offset: 0x5C) Channel Calibration DC Offset Register */\r
-  RwReg AFEC_DIFFR;    /**< \brief (Afec Offset: 0x60) Channel Differential Register */\r
-  RwReg AFEC_CSELR;    /**< \brief (Afec Offset: 0x64) Channel Register Selection */\r
-  RoReg AFEC_CDR;      /**< \brief (Afec Offset: 0x68) Channel Data Register */\r
-  RwReg AFEC_COCR;     /**< \brief (Afec Offset: 0x6C) Channel Offset Compensation Register */\r
-  RwReg AFEC_TEMPMR;   /**< \brief (Afec Offset: 0x70) Temperature Sensor Mode Register */\r
-  RwReg AFEC_TEMPCWR;  /**< \brief (Afec Offset: 0x74) Temperature Compare Window Register */\r
-  RoReg Reserved3[7];\r
-  RwReg AFEC_ACR;      /**< \brief (Afec Offset: 0x94) Analog Control Register */\r
-  RoReg Reserved4[19];\r
-  RwReg AFEC_WPMR;     /**< \brief (Afec Offset: 0xE4) Write Protect Mode Register */\r
-  RoReg AFEC_WPSR;     /**< \brief (Afec Offset: 0xE8) Write Protect Status Register */\r
-  RoReg Reserved5[5];\r
-  RwReg AFEC_RPR;      /**< \brief (Afec Offset: 0x100) Receive Pointer Register */\r
-  RwReg AFEC_RCR;      /**< \brief (Afec Offset: 0x104) Receive Counter Register */\r
-  RoReg Reserved6[2];\r
-  RwReg AFEC_RNPR;     /**< \brief (Afec Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg AFEC_RNCR;     /**< \brief (Afec Offset: 0x114) Receive Next Counter Register */\r
-  RoReg Reserved7[2];\r
-  WoReg AFEC_PTCR;     /**< \brief (Afec Offset: 0x120) Transfer Control Register */\r
-  RoReg AFEC_PTSR;     /**< \brief (Afec Offset: 0x124) Transfer Status Register */\r
-} Afec;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- AFEC_CR : (AFEC Offset: 0x00) Control Register -------- */\r
-#define AFEC_CR_SWRST (0x1u << 0) /**< \brief (AFEC_CR) Software Reset */\r
-#define AFEC_CR_START (0x1u << 1) /**< \brief (AFEC_CR) Start Conversion */\r
-#define AFEC_CR_AUTOCAL (0x1u << 3) /**< \brief (AFEC_CR) Automatic Calibration of AFEC */\r
-/* -------- AFEC_MR : (AFEC Offset: 0x04) Mode Register -------- */\r
-#define AFEC_MR_TRGEN (0x1u << 0) /**< \brief (AFEC_MR) Trigger Enable */\r
-#define   AFEC_MR_TRGEN_DIS (0x0u << 0) /**< \brief (AFEC_MR) Hardware triggers are disabled. Starting a conversion is only possible by software. */\r
-#define   AFEC_MR_TRGEN_EN (0x1u << 0) /**< \brief (AFEC_MR) Hardware trigger selected by TRGSEL field is enabled. */\r
-#define AFEC_MR_TRGSEL_Pos 1\r
-#define AFEC_MR_TRGSEL_Msk (0x7u << AFEC_MR_TRGSEL_Pos) /**< \brief (AFEC_MR) Trigger Selection */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG0 (0x0u << 1) /**< \brief (AFEC_MR) ADTRG pin */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG1 (0x1u << 1) /**< \brief (AFEC_MR) TIO Output of the Timer Counter Channel 0 */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG2 (0x2u << 1) /**< \brief (AFEC_MR) TIO Output of the Timer Counter Channel 1 */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG3 (0x3u << 1) /**< \brief (AFEC_MR) TIO Output of the Timer Counter Channel 2 */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG4 (0x4u << 1) /**< \brief (AFEC_MR) PWM Event Line 0 */\r
-#define   AFEC_MR_TRGSEL_AFEC_TRIG5 (0x5u << 1) /**< \brief (AFEC_MR) PWM Event Line 1 */\r
-#define AFEC_MR_SLEEP (0x1u << 5) /**< \brief (AFEC_MR) Sleep Mode */\r
-#define   AFEC_MR_SLEEP_NORMAL (0x0u << 5) /**< \brief (AFEC_MR) Normal Mode: The AFEC Core and reference voltage circuitry are kept ON between conversions */\r
-#define   AFEC_MR_SLEEP_SLEEP (0x1u << 5) /**< \brief (AFEC_MR) Sleep Mode: The AFEC Core and reference voltage circuitry are OFF between conversions */\r
-#define AFEC_MR_FWUP (0x1u << 6) /**< \brief (AFEC_MR) Fast Wake Up */\r
-#define   AFEC_MR_FWUP_OFF (0x0u << 6) /**< \brief (AFEC_MR) Normal Sleep Mode: The sleep mode is defined by the SLEEP bit */\r
-#define   AFEC_MR_FWUP_ON (0x1u << 6) /**< \brief (AFEC_MR) Fast Wake Up Sleep Mode: The Voltage reference is ON between conversions and AFEC Core is OFF */\r
-#define AFEC_MR_FREERUN (0x1u << 7) /**< \brief (AFEC_MR) Free Run Mode */\r
-#define   AFEC_MR_FREERUN_OFF (0x0u << 7) /**< \brief (AFEC_MR) Normal Mode */\r
-#define   AFEC_MR_FREERUN_ON (0x1u << 7) /**< \brief (AFEC_MR) Free Run Mode: Never wait for any trigger. */\r
-#define AFEC_MR_PRESCAL_Pos 8\r
-#define AFEC_MR_PRESCAL_Msk (0xffu << AFEC_MR_PRESCAL_Pos) /**< \brief (AFEC_MR) Prescaler Rate Selection */\r
-#define AFEC_MR_PRESCAL(value) ((AFEC_MR_PRESCAL_Msk & ((value) << AFEC_MR_PRESCAL_Pos)))\r
-#define AFEC_MR_STARTUP_Pos 16\r
-#define AFEC_MR_STARTUP_Msk (0xfu << AFEC_MR_STARTUP_Pos) /**< \brief (AFEC_MR) Start Up Time */\r
-#define   AFEC_MR_STARTUP_SUT0 (0x0u << 16) /**< \brief (AFEC_MR) 0 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT8 (0x1u << 16) /**< \brief (AFEC_MR) 8 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT16 (0x2u << 16) /**< \brief (AFEC_MR) 16 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT24 (0x3u << 16) /**< \brief (AFEC_MR) 24 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT64 (0x4u << 16) /**< \brief (AFEC_MR) 64 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT80 (0x5u << 16) /**< \brief (AFEC_MR) 80 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT96 (0x6u << 16) /**< \brief (AFEC_MR) 96 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT112 (0x7u << 16) /**< \brief (AFEC_MR) 112 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT512 (0x8u << 16) /**< \brief (AFEC_MR) 512 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT576 (0x9u << 16) /**< \brief (AFEC_MR) 576 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT640 (0xAu << 16) /**< \brief (AFEC_MR) 640 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT704 (0xBu << 16) /**< \brief (AFEC_MR) 704 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT768 (0xCu << 16) /**< \brief (AFEC_MR) 768 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT832 (0xDu << 16) /**< \brief (AFEC_MR) 832 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT896 (0xEu << 16) /**< \brief (AFEC_MR) 896 periods of AFEClock */\r
-#define   AFEC_MR_STARTUP_SUT960 (0xFu << 16) /**< \brief (AFEC_MR) 960 periods of AFEClock */\r
-#define AFEC_MR_SETTLING_Pos 20\r
-#define AFEC_MR_SETTLING_Msk (0x3u << AFEC_MR_SETTLING_Pos) /**< \brief (AFEC_MR) Analog Settling Time */\r
-#define   AFEC_MR_SETTLING_AST3 (0x0u << 20) /**< \brief (AFEC_MR) 3 periods of AFEClock */\r
-#define   AFEC_MR_SETTLING_AST5 (0x1u << 20) /**< \brief (AFEC_MR) 5 periods of AFEClock */\r
-#define   AFEC_MR_SETTLING_AST9 (0x2u << 20) /**< \brief (AFEC_MR) 9 periods of AFEClock */\r
-#define   AFEC_MR_SETTLING_AST17 (0x3u << 20) /**< \brief (AFEC_MR) 17 periods of AFEClock */\r
-#define AFEC_MR_ANACH (0x1u << 23) /**< \brief (AFEC_MR) Analog Change */\r
-#define   AFEC_MR_ANACH_NONE (0x0u << 23) /**< \brief (AFEC_MR) No analog change on channel switching: DIFF0, GAIN0 are used for all channels */\r
-#define   AFEC_MR_ANACH_ALLOWED (0x1u << 23) /**< \brief (AFEC_MR) Allows different analog settings for each channel. See AFEC_CGR Register. */\r
-#define AFEC_MR_TRACKTIM_Pos 24\r
-#define AFEC_MR_TRACKTIM_Msk (0xfu << AFEC_MR_TRACKTIM_Pos) /**< \brief (AFEC_MR) Tracking Time */\r
-#define AFEC_MR_TRACKTIM(value) ((AFEC_MR_TRACKTIM_Msk & ((value) << AFEC_MR_TRACKTIM_Pos)))\r
-#define AFEC_MR_TRANSFER_Pos 28\r
-#define AFEC_MR_TRANSFER_Msk (0x3u << AFEC_MR_TRANSFER_Pos) /**< \brief (AFEC_MR) Transfer Period */\r
-#define AFEC_MR_TRANSFER(value) ((AFEC_MR_TRANSFER_Msk & ((value) << AFEC_MR_TRANSFER_Pos)))\r
-#define AFEC_MR_USEQ (0x1u << 31) /**< \brief (AFEC_MR) Use Sequence Enable */\r
-#define   AFEC_MR_USEQ_NUM_ORDER (0x0u << 31) /**< \brief (AFEC_MR) Normal Mode: The controller converts channels in a simple numeric order. */\r
-#define   AFEC_MR_USEQ_REG_ORDER (0x1u << 31) /**< \brief (AFEC_MR) User Sequence Mode: The sequence respects what is defined in AFEC_SEQR1 and AFEC_SEQR2 registers. */\r
-/* -------- AFEC_EMR : (AFEC Offset: 0x08) Extended Mode Register -------- */\r
-#define AFEC_EMR_CMPMODE_Pos 0\r
-#define AFEC_EMR_CMPMODE_Msk (0x3u << AFEC_EMR_CMPMODE_Pos) /**< \brief (AFEC_EMR) Comparison Mode */\r
-#define   AFEC_EMR_CMPMODE_LOW (0x0u << 0) /**< \brief (AFEC_EMR) Generates an event when the converted data is lower than the low threshold of the window. */\r
-#define   AFEC_EMR_CMPMODE_HIGH (0x1u << 0) /**< \brief (AFEC_EMR) Generates an event when the converted data is higher than the high threshold of the window. */\r
-#define   AFEC_EMR_CMPMODE_IN (0x2u << 0) /**< \brief (AFEC_EMR) Generates an event when the converted data is in the comparison window. */\r
-#define   AFEC_EMR_CMPMODE_OUT (0x3u << 0) /**< \brief (AFEC_EMR) Generates an event when the converted data is out of the comparison window. */\r
-#define AFEC_EMR_CMPSEL_Pos 3\r
-#define AFEC_EMR_CMPSEL_Msk (0x1fu << AFEC_EMR_CMPSEL_Pos) /**< \brief (AFEC_EMR) Comparison Selected Channel */\r
-#define AFEC_EMR_CMPSEL(value) ((AFEC_EMR_CMPSEL_Msk & ((value) << AFEC_EMR_CMPSEL_Pos)))\r
-#define AFEC_EMR_CMPALL (0x1u << 9) /**< \brief (AFEC_EMR) Compare All Channels */\r
-#define AFEC_EMR_CMPFILTER_Pos 12\r
-#define AFEC_EMR_CMPFILTER_Msk (0x3u << AFEC_EMR_CMPFILTER_Pos) /**< \brief (AFEC_EMR) Compare Event Filtering */\r
-#define AFEC_EMR_CMPFILTER(value) ((AFEC_EMR_CMPFILTER_Msk & ((value) << AFEC_EMR_CMPFILTER_Pos)))\r
-#define AFEC_EMR_RES_Pos 16\r
-#define AFEC_EMR_RES_Msk (0x7u << AFEC_EMR_RES_Pos) /**< \brief (AFEC_EMR) Resolution */\r
-#define   AFEC_EMR_RES_NO_AVERAGE (0x0u << 16) /**< \brief (AFEC_EMR) 12-bit resolution, AFEC sample rate is maximum (no averaging). */\r
-#define   AFEC_EMR_RES_LOW_RES (0x1u << 16) /**< \brief (AFEC_EMR) 10-bit resolution, AFEC sample rate is maximum (no averaging). */\r
-#define   AFEC_EMR_RES_OSR4 (0x2u << 16) /**< \brief (AFEC_EMR) 13-bit resolution, AFEC sample rate divided by 4 (averaging). */\r
-#define   AFEC_EMR_RES_OSR16 (0x3u << 16) /**< \brief (AFEC_EMR) 14-bit resolution, AFEC sample rate divided by 16 (averaging). */\r
-#define   AFEC_EMR_RES_OSR64 (0x4u << 16) /**< \brief (AFEC_EMR) 15-bit resolution, AFEC sample rate divided by 64 (averaging). */\r
-#define   AFEC_EMR_RES_OSR256 (0x5u << 16) /**< \brief (AFEC_EMR) 16-bit resolution, AFEC sample rate divided by 256 (averaging). */\r
-#define AFEC_EMR_TAG (0x1u << 24) /**< \brief (AFEC_EMR) TAG of AFEC_LDCR register */\r
-#define AFEC_EMR_STM (0x1u << 25) /**< \brief (AFEC_EMR) Single Trigger Mode */\r
-/* -------- AFEC_SEQ1R : (AFEC Offset: 0x0C) Channel Sequence 1 Register -------- */\r
-#define AFEC_SEQ1R_USCH0_Pos 0\r
-#define AFEC_SEQ1R_USCH0_Msk (0xfu << AFEC_SEQ1R_USCH0_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 0 */\r
-#define AFEC_SEQ1R_USCH0(value) ((AFEC_SEQ1R_USCH0_Msk & ((value) << AFEC_SEQ1R_USCH0_Pos)))\r
-#define AFEC_SEQ1R_USCH1_Pos 4\r
-#define AFEC_SEQ1R_USCH1_Msk (0xfu << AFEC_SEQ1R_USCH1_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 1 */\r
-#define AFEC_SEQ1R_USCH1(value) ((AFEC_SEQ1R_USCH1_Msk & ((value) << AFEC_SEQ1R_USCH1_Pos)))\r
-#define AFEC_SEQ1R_USCH2_Pos 8\r
-#define AFEC_SEQ1R_USCH2_Msk (0xfu << AFEC_SEQ1R_USCH2_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 2 */\r
-#define AFEC_SEQ1R_USCH2(value) ((AFEC_SEQ1R_USCH2_Msk & ((value) << AFEC_SEQ1R_USCH2_Pos)))\r
-#define AFEC_SEQ1R_USCH3_Pos 12\r
-#define AFEC_SEQ1R_USCH3_Msk (0xfu << AFEC_SEQ1R_USCH3_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 3 */\r
-#define AFEC_SEQ1R_USCH3(value) ((AFEC_SEQ1R_USCH3_Msk & ((value) << AFEC_SEQ1R_USCH3_Pos)))\r
-#define AFEC_SEQ1R_USCH4_Pos 16\r
-#define AFEC_SEQ1R_USCH4_Msk (0xfu << AFEC_SEQ1R_USCH4_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 4 */\r
-#define AFEC_SEQ1R_USCH4(value) ((AFEC_SEQ1R_USCH4_Msk & ((value) << AFEC_SEQ1R_USCH4_Pos)))\r
-#define AFEC_SEQ1R_USCH5_Pos 20\r
-#define AFEC_SEQ1R_USCH5_Msk (0xfu << AFEC_SEQ1R_USCH5_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 5 */\r
-#define AFEC_SEQ1R_USCH5(value) ((AFEC_SEQ1R_USCH5_Msk & ((value) << AFEC_SEQ1R_USCH5_Pos)))\r
-#define AFEC_SEQ1R_USCH6_Pos 24\r
-#define AFEC_SEQ1R_USCH6_Msk (0xfu << AFEC_SEQ1R_USCH6_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 6 */\r
-#define AFEC_SEQ1R_USCH6(value) ((AFEC_SEQ1R_USCH6_Msk & ((value) << AFEC_SEQ1R_USCH6_Pos)))\r
-#define AFEC_SEQ1R_USCH7_Pos 28\r
-#define AFEC_SEQ1R_USCH7_Msk (0xfu << AFEC_SEQ1R_USCH7_Pos) /**< \brief (AFEC_SEQ1R) User Sequence Number 7 */\r
-#define AFEC_SEQ1R_USCH7(value) ((AFEC_SEQ1R_USCH7_Msk & ((value) << AFEC_SEQ1R_USCH7_Pos)))\r
-/* -------- AFEC_SEQ2R : (AFEC Offset: 0x10) Channel Sequence 2 Register -------- */\r
-#define AFEC_SEQ2R_USCH8_Pos 0\r
-#define AFEC_SEQ2R_USCH8_Msk (0xfu << AFEC_SEQ2R_USCH8_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 8 */\r
-#define AFEC_SEQ2R_USCH8(value) ((AFEC_SEQ2R_USCH8_Msk & ((value) << AFEC_SEQ2R_USCH8_Pos)))\r
-#define AFEC_SEQ2R_USCH9_Pos 4\r
-#define AFEC_SEQ2R_USCH9_Msk (0xfu << AFEC_SEQ2R_USCH9_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 9 */\r
-#define AFEC_SEQ2R_USCH9(value) ((AFEC_SEQ2R_USCH9_Msk & ((value) << AFEC_SEQ2R_USCH9_Pos)))\r
-#define AFEC_SEQ2R_USCH10_Pos 8\r
-#define AFEC_SEQ2R_USCH10_Msk (0xfu << AFEC_SEQ2R_USCH10_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 10 */\r
-#define AFEC_SEQ2R_USCH10(value) ((AFEC_SEQ2R_USCH10_Msk & ((value) << AFEC_SEQ2R_USCH10_Pos)))\r
-#define AFEC_SEQ2R_USCH11_Pos 12\r
-#define AFEC_SEQ2R_USCH11_Msk (0xfu << AFEC_SEQ2R_USCH11_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 11 */\r
-#define AFEC_SEQ2R_USCH11(value) ((AFEC_SEQ2R_USCH11_Msk & ((value) << AFEC_SEQ2R_USCH11_Pos)))\r
-#define AFEC_SEQ2R_USCH12_Pos 16\r
-#define AFEC_SEQ2R_USCH12_Msk (0xfu << AFEC_SEQ2R_USCH12_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 12 */\r
-#define AFEC_SEQ2R_USCH12(value) ((AFEC_SEQ2R_USCH12_Msk & ((value) << AFEC_SEQ2R_USCH12_Pos)))\r
-#define AFEC_SEQ2R_USCH13_Pos 20\r
-#define AFEC_SEQ2R_USCH13_Msk (0xfu << AFEC_SEQ2R_USCH13_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 13 */\r
-#define AFEC_SEQ2R_USCH13(value) ((AFEC_SEQ2R_USCH13_Msk & ((value) << AFEC_SEQ2R_USCH13_Pos)))\r
-#define AFEC_SEQ2R_USCH14_Pos 24\r
-#define AFEC_SEQ2R_USCH14_Msk (0xfu << AFEC_SEQ2R_USCH14_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 14 */\r
-#define AFEC_SEQ2R_USCH14(value) ((AFEC_SEQ2R_USCH14_Msk & ((value) << AFEC_SEQ2R_USCH14_Pos)))\r
-#define AFEC_SEQ2R_USCH15_Pos 28\r
-#define AFEC_SEQ2R_USCH15_Msk (0xfu << AFEC_SEQ2R_USCH15_Pos) /**< \brief (AFEC_SEQ2R) User Sequence Number 15 */\r
-#define AFEC_SEQ2R_USCH15(value) ((AFEC_SEQ2R_USCH15_Msk & ((value) << AFEC_SEQ2R_USCH15_Pos)))\r
-/* -------- AFEC_CHER : (AFEC Offset: 0x14) Channel Enable Register -------- */\r
-#define AFEC_CHER_CH0 (0x1u << 0) /**< \brief (AFEC_CHER) Channel 0 Enable */\r
-#define AFEC_CHER_CH1 (0x1u << 1) /**< \brief (AFEC_CHER) Channel 1 Enable */\r
-#define AFEC_CHER_CH2 (0x1u << 2) /**< \brief (AFEC_CHER) Channel 2 Enable */\r
-#define AFEC_CHER_CH3 (0x1u << 3) /**< \brief (AFEC_CHER) Channel 3 Enable */\r
-#define AFEC_CHER_CH4 (0x1u << 4) /**< \brief (AFEC_CHER) Channel 4 Enable */\r
-#define AFEC_CHER_CH5 (0x1u << 5) /**< \brief (AFEC_CHER) Channel 5 Enable */\r
-#define AFEC_CHER_CH6 (0x1u << 6) /**< \brief (AFEC_CHER) Channel 6 Enable */\r
-#define AFEC_CHER_CH7 (0x1u << 7) /**< \brief (AFEC_CHER) Channel 7 Enable */\r
-#define AFEC_CHER_CH8 (0x1u << 8) /**< \brief (AFEC_CHER) Channel 8 Enable */\r
-#define AFEC_CHER_CH9 (0x1u << 9) /**< \brief (AFEC_CHER) Channel 9 Enable */\r
-#define AFEC_CHER_CH10 (0x1u << 10) /**< \brief (AFEC_CHER) Channel 10 Enable */\r
-#define AFEC_CHER_CH11 (0x1u << 11) /**< \brief (AFEC_CHER) Channel 11 Enable */\r
-#define AFEC_CHER_CH12 (0x1u << 12) /**< \brief (AFEC_CHER) Channel 12 Enable */\r
-#define AFEC_CHER_CH13 (0x1u << 13) /**< \brief (AFEC_CHER) Channel 13 Enable */\r
-#define AFEC_CHER_CH14 (0x1u << 14) /**< \brief (AFEC_CHER) Channel 14 Enable */\r
-#define AFEC_CHER_CH15 (0x1u << 15) /**< \brief (AFEC_CHER) Channel 15 Enable */\r
-/* -------- AFEC_CHDR : (AFEC Offset: 0x18) Channel Disable Register -------- */\r
-#define AFEC_CHDR_CH0 (0x1u << 0) /**< \brief (AFEC_CHDR) Channel 0 Disable */\r
-#define AFEC_CHDR_CH1 (0x1u << 1) /**< \brief (AFEC_CHDR) Channel 1 Disable */\r
-#define AFEC_CHDR_CH2 (0x1u << 2) /**< \brief (AFEC_CHDR) Channel 2 Disable */\r
-#define AFEC_CHDR_CH3 (0x1u << 3) /**< \brief (AFEC_CHDR) Channel 3 Disable */\r
-#define AFEC_CHDR_CH4 (0x1u << 4) /**< \brief (AFEC_CHDR) Channel 4 Disable */\r
-#define AFEC_CHDR_CH5 (0x1u << 5) /**< \brief (AFEC_CHDR) Channel 5 Disable */\r
-#define AFEC_CHDR_CH6 (0x1u << 6) /**< \brief (AFEC_CHDR) Channel 6 Disable */\r
-#define AFEC_CHDR_CH7 (0x1u << 7) /**< \brief (AFEC_CHDR) Channel 7 Disable */\r
-#define AFEC_CHDR_CH8 (0x1u << 8) /**< \brief (AFEC_CHDR) Channel 8 Disable */\r
-#define AFEC_CHDR_CH9 (0x1u << 9) /**< \brief (AFEC_CHDR) Channel 9 Disable */\r
-#define AFEC_CHDR_CH10 (0x1u << 10) /**< \brief (AFEC_CHDR) Channel 10 Disable */\r
-#define AFEC_CHDR_CH11 (0x1u << 11) /**< \brief (AFEC_CHDR) Channel 11 Disable */\r
-#define AFEC_CHDR_CH12 (0x1u << 12) /**< \brief (AFEC_CHDR) Channel 12 Disable */\r
-#define AFEC_CHDR_CH13 (0x1u << 13) /**< \brief (AFEC_CHDR) Channel 13 Disable */\r
-#define AFEC_CHDR_CH14 (0x1u << 14) /**< \brief (AFEC_CHDR) Channel 14 Disable */\r
-#define AFEC_CHDR_CH15 (0x1u << 15) /**< \brief (AFEC_CHDR) Channel 15 Disable */\r
-/* -------- AFEC_CHSR : (AFEC Offset: 0x1C) Channel Status Register -------- */\r
-#define AFEC_CHSR_CH0 (0x1u << 0) /**< \brief (AFEC_CHSR) Channel 0 Status */\r
-#define AFEC_CHSR_CH1 (0x1u << 1) /**< \brief (AFEC_CHSR) Channel 1 Status */\r
-#define AFEC_CHSR_CH2 (0x1u << 2) /**< \brief (AFEC_CHSR) Channel 2 Status */\r
-#define AFEC_CHSR_CH3 (0x1u << 3) /**< \brief (AFEC_CHSR) Channel 3 Status */\r
-#define AFEC_CHSR_CH4 (0x1u << 4) /**< \brief (AFEC_CHSR) Channel 4 Status */\r
-#define AFEC_CHSR_CH5 (0x1u << 5) /**< \brief (AFEC_CHSR) Channel 5 Status */\r
-#define AFEC_CHSR_CH6 (0x1u << 6) /**< \brief (AFEC_CHSR) Channel 6 Status */\r
-#define AFEC_CHSR_CH7 (0x1u << 7) /**< \brief (AFEC_CHSR) Channel 7 Status */\r
-#define AFEC_CHSR_CH8 (0x1u << 8) /**< \brief (AFEC_CHSR) Channel 8 Status */\r
-#define AFEC_CHSR_CH9 (0x1u << 9) /**< \brief (AFEC_CHSR) Channel 9 Status */\r
-#define AFEC_CHSR_CH10 (0x1u << 10) /**< \brief (AFEC_CHSR) Channel 10 Status */\r
-#define AFEC_CHSR_CH11 (0x1u << 11) /**< \brief (AFEC_CHSR) Channel 11 Status */\r
-#define AFEC_CHSR_CH12 (0x1u << 12) /**< \brief (AFEC_CHSR) Channel 12 Status */\r
-#define AFEC_CHSR_CH13 (0x1u << 13) /**< \brief (AFEC_CHSR) Channel 13 Status */\r
-#define AFEC_CHSR_CH14 (0x1u << 14) /**< \brief (AFEC_CHSR) Channel 14 Status */\r
-#define AFEC_CHSR_CH15 (0x1u << 15) /**< \brief (AFEC_CHSR) Channel 15 Status */\r
-/* -------- AFEC_LCDR : (AFEC Offset: 0x20) Last Converted Data Register -------- */\r
-#define AFEC_LCDR_LDATA_Pos 0\r
-#define AFEC_LCDR_LDATA_Msk (0xffffu << AFEC_LCDR_LDATA_Pos) /**< \brief (AFEC_LCDR) Last Data Converted */\r
-#define AFEC_LCDR_CHNB_Pos 24\r
-#define AFEC_LCDR_CHNB_Msk (0xfu << AFEC_LCDR_CHNB_Pos) /**< \brief (AFEC_LCDR) Channel Number */\r
-/* -------- AFEC_IER : (AFEC Offset: 0x24) Interrupt Enable Register -------- */\r
-#define AFEC_IER_EOC0 (0x1u << 0) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 0 */\r
-#define AFEC_IER_EOC1 (0x1u << 1) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 1 */\r
-#define AFEC_IER_EOC2 (0x1u << 2) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 2 */\r
-#define AFEC_IER_EOC3 (0x1u << 3) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 3 */\r
-#define AFEC_IER_EOC4 (0x1u << 4) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 4 */\r
-#define AFEC_IER_EOC5 (0x1u << 5) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 5 */\r
-#define AFEC_IER_EOC6 (0x1u << 6) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 6 */\r
-#define AFEC_IER_EOC7 (0x1u << 7) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 7 */\r
-#define AFEC_IER_EOC8 (0x1u << 8) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 8 */\r
-#define AFEC_IER_EOC9 (0x1u << 9) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 9 */\r
-#define AFEC_IER_EOC10 (0x1u << 10) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 10 */\r
-#define AFEC_IER_EOC11 (0x1u << 11) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 11 */\r
-#define AFEC_IER_EOC12 (0x1u << 12) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 12 */\r
-#define AFEC_IER_EOC13 (0x1u << 13) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 13 */\r
-#define AFEC_IER_EOC14 (0x1u << 14) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 14 */\r
-#define AFEC_IER_EOC15 (0x1u << 15) /**< \brief (AFEC_IER) End of Conversion Interrupt Enable 15 */\r
-#define AFEC_IER_DRDY (0x1u << 24) /**< \brief (AFEC_IER) Data Ready Interrupt Enable */\r
-#define AFEC_IER_GOVRE (0x1u << 25) /**< \brief (AFEC_IER) General Overrun Error Interrupt Enable */\r
-#define AFEC_IER_COMPE (0x1u << 26) /**< \brief (AFEC_IER) Comparison Event Interrupt Enable+ */\r
-#define AFEC_IER_ENDRX (0x1u << 27) /**< \brief (AFEC_IER) End of Receive Buffer Interrupt Enable */\r
-#define AFEC_IER_RXBUFF (0x1u << 28) /**< \brief (AFEC_IER) Receive Buffer Full Interrupt Enable */\r
-#define AFEC_IER_TEMPCHG (0x1u << 30) /**< \brief (AFEC_IER) Temperature Change Interrupt Enable */\r
-#define AFEC_IER_EOCAL (0x1u << 31) /**< \brief (AFEC_IER) End of Calibration Sequence Interrupt Enable */\r
-/* -------- AFEC_IDR : (AFEC Offset: 0x28) Interrupt Disable Register -------- */\r
-#define AFEC_IDR_EOC0 (0x1u << 0) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 0 */\r
-#define AFEC_IDR_EOC1 (0x1u << 1) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 1 */\r
-#define AFEC_IDR_EOC2 (0x1u << 2) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 2 */\r
-#define AFEC_IDR_EOC3 (0x1u << 3) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 3 */\r
-#define AFEC_IDR_EOC4 (0x1u << 4) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 4 */\r
-#define AFEC_IDR_EOC5 (0x1u << 5) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 5 */\r
-#define AFEC_IDR_EOC6 (0x1u << 6) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 6 */\r
-#define AFEC_IDR_EOC7 (0x1u << 7) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 7 */\r
-#define AFEC_IDR_EOC8 (0x1u << 8) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 8 */\r
-#define AFEC_IDR_EOC9 (0x1u << 9) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 9 */\r
-#define AFEC_IDR_EOC10 (0x1u << 10) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 10 */\r
-#define AFEC_IDR_EOC11 (0x1u << 11) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 11 */\r
-#define AFEC_IDR_EOC12 (0x1u << 12) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 12 */\r
-#define AFEC_IDR_EOC13 (0x1u << 13) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 13 */\r
-#define AFEC_IDR_EOC14 (0x1u << 14) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 14 */\r
-#define AFEC_IDR_EOC15 (0x1u << 15) /**< \brief (AFEC_IDR) End of Conversion Interrupt Disable 15 */\r
-#define AFEC_IDR_DRDY (0x1u << 24) /**< \brief (AFEC_IDR) Data Ready Interrupt Disable */\r
-#define AFEC_IDR_GOVRE (0x1u << 25) /**< \brief (AFEC_IDR) General Overrun Error Interrupt Disable */\r
-#define AFEC_IDR_COMPE (0x1u << 26) /**< \brief (AFEC_IDR) Comparison Event Interrupt Disable */\r
-#define AFEC_IDR_ENDRX (0x1u << 27) /**< \brief (AFEC_IDR) End of Receive Buffer Interrupt Disable */\r
-#define AFEC_IDR_RXBUFF (0x1u << 28) /**< \brief (AFEC_IDR) Receive Buffer Full Interrupt Disable */\r
-#define AFEC_IDR_TEMPCHG (0x1u << 30) /**< \brief (AFEC_IDR) Temperature Change Interrupt Disable */\r
-#define AFEC_IDR_EOCAL (0x1u << 31) /**< \brief (AFEC_IDR) End of Calibration Sequence Interrupt Disable */\r
-/* -------- AFEC_IMR : (AFEC Offset: 0x2C) Interrupt Mask Register -------- */\r
-#define AFEC_IMR_EOC0 (0x1u << 0) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 0 */\r
-#define AFEC_IMR_EOC1 (0x1u << 1) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 1 */\r
-#define AFEC_IMR_EOC2 (0x1u << 2) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 2 */\r
-#define AFEC_IMR_EOC3 (0x1u << 3) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 3 */\r
-#define AFEC_IMR_EOC4 (0x1u << 4) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 4 */\r
-#define AFEC_IMR_EOC5 (0x1u << 5) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 5 */\r
-#define AFEC_IMR_EOC6 (0x1u << 6) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 6 */\r
-#define AFEC_IMR_EOC7 (0x1u << 7) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 7 */\r
-#define AFEC_IMR_EOC8 (0x1u << 8) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 8 */\r
-#define AFEC_IMR_EOC9 (0x1u << 9) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 9 */\r
-#define AFEC_IMR_EOC10 (0x1u << 10) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 10 */\r
-#define AFEC_IMR_EOC11 (0x1u << 11) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 11 */\r
-#define AFEC_IMR_EOC12 (0x1u << 12) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 12 */\r
-#define AFEC_IMR_EOC13 (0x1u << 13) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 13 */\r
-#define AFEC_IMR_EOC14 (0x1u << 14) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 14 */\r
-#define AFEC_IMR_EOC15 (0x1u << 15) /**< \brief (AFEC_IMR) End of Conversion Interrupt Mask 15 */\r
-#define AFEC_IMR_DRDY (0x1u << 24) /**< \brief (AFEC_IMR) Data Ready Interrupt Mask */\r
-#define AFEC_IMR_GOVRE (0x1u << 25) /**< \brief (AFEC_IMR) General Overrun Error Interrupt Mask */\r
-#define AFEC_IMR_COMPE (0x1u << 26) /**< \brief (AFEC_IMR) Comparison Event Interrupt Mask */\r
-#define AFEC_IMR_ENDRX (0x1u << 27) /**< \brief (AFEC_IMR) End of Receive Buffer Interrupt Mask */\r
-#define AFEC_IMR_RXBUFF (0x1u << 28) /**< \brief (AFEC_IMR) Receive Buffer Full Interrupt Mask */\r
-#define AFEC_IMR_TEMPCHG (0x1u << 30) /**< \brief (AFEC_IMR) Temperature Change Interrupt Mask */\r
-#define AFEC_IMR_EOCAL (0x1u << 31) /**< \brief (AFEC_IMR) End of Calibration Sequence Interrupt Mask */\r
-/* -------- AFEC_ISR : (AFEC Offset: 0x30) Interrupt Status Register -------- */\r
-#define AFEC_ISR_EOC0 (0x1u << 0) /**< \brief (AFEC_ISR) End of Conversion 0 */\r
-#define AFEC_ISR_EOC1 (0x1u << 1) /**< \brief (AFEC_ISR) End of Conversion 1 */\r
-#define AFEC_ISR_EOC2 (0x1u << 2) /**< \brief (AFEC_ISR) End of Conversion 2 */\r
-#define AFEC_ISR_EOC3 (0x1u << 3) /**< \brief (AFEC_ISR) End of Conversion 3 */\r
-#define AFEC_ISR_EOC4 (0x1u << 4) /**< \brief (AFEC_ISR) End of Conversion 4 */\r
-#define AFEC_ISR_EOC5 (0x1u << 5) /**< \brief (AFEC_ISR) End of Conversion 5 */\r
-#define AFEC_ISR_EOC6 (0x1u << 6) /**< \brief (AFEC_ISR) End of Conversion 6 */\r
-#define AFEC_ISR_EOC7 (0x1u << 7) /**< \brief (AFEC_ISR) End of Conversion 7 */\r
-#define AFEC_ISR_EOC8 (0x1u << 8) /**< \brief (AFEC_ISR) End of Conversion 8 */\r
-#define AFEC_ISR_EOC9 (0x1u << 9) /**< \brief (AFEC_ISR) End of Conversion 9 */\r
-#define AFEC_ISR_EOC10 (0x1u << 10) /**< \brief (AFEC_ISR) End of Conversion 10 */\r
-#define AFEC_ISR_EOC11 (0x1u << 11) /**< \brief (AFEC_ISR) End of Conversion 11 */\r
-#define AFEC_ISR_EOC12 (0x1u << 12) /**< \brief (AFEC_ISR) End of Conversion 12 */\r
-#define AFEC_ISR_EOC13 (0x1u << 13) /**< \brief (AFEC_ISR) End of Conversion 13 */\r
-#define AFEC_ISR_EOC14 (0x1u << 14) /**< \brief (AFEC_ISR) End of Conversion 14 */\r
-#define AFEC_ISR_EOC15 (0x1u << 15) /**< \brief (AFEC_ISR) End of Conversion 15 */\r
-#define AFEC_ISR_DRDY (0x1u << 24) /**< \brief (AFEC_ISR) Data Ready */\r
-#define AFEC_ISR_GOVRE (0x1u << 25) /**< \brief (AFEC_ISR) General Overrun Error */\r
-#define AFEC_ISR_COMPE (0x1u << 26) /**< \brief (AFEC_ISR) Comparison Error */\r
-#define AFEC_ISR_ENDRX (0x1u << 27) /**< \brief (AFEC_ISR) End of RX Buffer */\r
-#define AFEC_ISR_RXBUFF (0x1u << 28) /**< \brief (AFEC_ISR) RX Buffer Full */\r
-#define AFEC_ISR_TEMPCHG (0x1u << 30) /**< \brief (AFEC_ISR) Temperature Change */\r
-#define AFEC_ISR_EOCAL (0x1u << 31) /**< \brief (AFEC_ISR) End of Calibration Sequence */\r
-/* -------- AFEC_OVER : (AFEC Offset: 0x4C) Overrun Status Register -------- */\r
-#define AFEC_OVER_OVRE0 (0x1u << 0) /**< \brief (AFEC_OVER) Overrun Error 0 */\r
-#define AFEC_OVER_OVRE1 (0x1u << 1) /**< \brief (AFEC_OVER) Overrun Error 1 */\r
-#define AFEC_OVER_OVRE2 (0x1u << 2) /**< \brief (AFEC_OVER) Overrun Error 2 */\r
-#define AFEC_OVER_OVRE3 (0x1u << 3) /**< \brief (AFEC_OVER) Overrun Error 3 */\r
-#define AFEC_OVER_OVRE4 (0x1u << 4) /**< \brief (AFEC_OVER) Overrun Error 4 */\r
-#define AFEC_OVER_OVRE5 (0x1u << 5) /**< \brief (AFEC_OVER) Overrun Error 5 */\r
-#define AFEC_OVER_OVRE6 (0x1u << 6) /**< \brief (AFEC_OVER) Overrun Error 6 */\r
-#define AFEC_OVER_OVRE7 (0x1u << 7) /**< \brief (AFEC_OVER) Overrun Error 7 */\r
-#define AFEC_OVER_OVRE8 (0x1u << 8) /**< \brief (AFEC_OVER) Overrun Error 8 */\r
-#define AFEC_OVER_OVRE9 (0x1u << 9) /**< \brief (AFEC_OVER) Overrun Error 9 */\r
-#define AFEC_OVER_OVRE10 (0x1u << 10) /**< \brief (AFEC_OVER) Overrun Error 10 */\r
-#define AFEC_OVER_OVRE11 (0x1u << 11) /**< \brief (AFEC_OVER) Overrun Error 11 */\r
-#define AFEC_OVER_OVRE12 (0x1u << 12) /**< \brief (AFEC_OVER) Overrun Error 12 */\r
-#define AFEC_OVER_OVRE13 (0x1u << 13) /**< \brief (AFEC_OVER) Overrun Error 13 */\r
-#define AFEC_OVER_OVRE14 (0x1u << 14) /**< \brief (AFEC_OVER) Overrun Error 14 */\r
-#define AFEC_OVER_OVRE15 (0x1u << 15) /**< \brief (AFEC_OVER) Overrun Error 15 */\r
-/* -------- AFEC_CWR : (AFEC Offset: 0x50) Compare Window Register -------- */\r
-#define AFEC_CWR_LOWTHRES_Pos 0\r
-#define AFEC_CWR_LOWTHRES_Msk (0xfffu << AFEC_CWR_LOWTHRES_Pos) /**< \brief (AFEC_CWR) Low Threshold */\r
-#define AFEC_CWR_LOWTHRES(value) ((AFEC_CWR_LOWTHRES_Msk & ((value) << AFEC_CWR_LOWTHRES_Pos)))\r
-#define AFEC_CWR_HIGHTHRES_Pos 16\r
-#define AFEC_CWR_HIGHTHRES_Msk (0xfffu << AFEC_CWR_HIGHTHRES_Pos) /**< \brief (AFEC_CWR) High Threshold */\r
-#define AFEC_CWR_HIGHTHRES(value) ((AFEC_CWR_HIGHTHRES_Msk & ((value) << AFEC_CWR_HIGHTHRES_Pos)))\r
-/* -------- AFEC_CGR : (AFEC Offset: 0x54) Channel Gain Register -------- */\r
-#define AFEC_CGR_GAIN0_Pos 0\r
-#define AFEC_CGR_GAIN0_Msk (0x3u << AFEC_CGR_GAIN0_Pos) /**< \brief (AFEC_CGR) Gain for channel 0 */\r
-#define AFEC_CGR_GAIN0(value) ((AFEC_CGR_GAIN0_Msk & ((value) << AFEC_CGR_GAIN0_Pos)))\r
-#define AFEC_CGR_GAIN1_Pos 2\r
-#define AFEC_CGR_GAIN1_Msk (0x3u << AFEC_CGR_GAIN1_Pos) /**< \brief (AFEC_CGR) Gain for channel 1 */\r
-#define AFEC_CGR_GAIN1(value) ((AFEC_CGR_GAIN1_Msk & ((value) << AFEC_CGR_GAIN1_Pos)))\r
-#define AFEC_CGR_GAIN2_Pos 4\r
-#define AFEC_CGR_GAIN2_Msk (0x3u << AFEC_CGR_GAIN2_Pos) /**< \brief (AFEC_CGR) Gain for channel 2 */\r
-#define AFEC_CGR_GAIN2(value) ((AFEC_CGR_GAIN2_Msk & ((value) << AFEC_CGR_GAIN2_Pos)))\r
-#define AFEC_CGR_GAIN3_Pos 6\r
-#define AFEC_CGR_GAIN3_Msk (0x3u << AFEC_CGR_GAIN3_Pos) /**< \brief (AFEC_CGR) Gain for channel 3 */\r
-#define AFEC_CGR_GAIN3(value) ((AFEC_CGR_GAIN3_Msk & ((value) << AFEC_CGR_GAIN3_Pos)))\r
-#define AFEC_CGR_GAIN4_Pos 8\r
-#define AFEC_CGR_GAIN4_Msk (0x3u << AFEC_CGR_GAIN4_Pos) /**< \brief (AFEC_CGR) Gain for channel 4 */\r
-#define AFEC_CGR_GAIN4(value) ((AFEC_CGR_GAIN4_Msk & ((value) << AFEC_CGR_GAIN4_Pos)))\r
-#define AFEC_CGR_GAIN5_Pos 10\r
-#define AFEC_CGR_GAIN5_Msk (0x3u << AFEC_CGR_GAIN5_Pos) /**< \brief (AFEC_CGR) Gain for channel 5 */\r
-#define AFEC_CGR_GAIN5(value) ((AFEC_CGR_GAIN5_Msk & ((value) << AFEC_CGR_GAIN5_Pos)))\r
-#define AFEC_CGR_GAIN6_Pos 12\r
-#define AFEC_CGR_GAIN6_Msk (0x3u << AFEC_CGR_GAIN6_Pos) /**< \brief (AFEC_CGR) Gain for channel 6 */\r
-#define AFEC_CGR_GAIN6(value) ((AFEC_CGR_GAIN6_Msk & ((value) << AFEC_CGR_GAIN6_Pos)))\r
-#define AFEC_CGR_GAIN7_Pos 14\r
-#define AFEC_CGR_GAIN7_Msk (0x3u << AFEC_CGR_GAIN7_Pos) /**< \brief (AFEC_CGR) Gain for channel 7 */\r
-#define AFEC_CGR_GAIN7(value) ((AFEC_CGR_GAIN7_Msk & ((value) << AFEC_CGR_GAIN7_Pos)))\r
-#define AFEC_CGR_GAIN8_Pos 16\r
-#define AFEC_CGR_GAIN8_Msk (0x3u << AFEC_CGR_GAIN8_Pos) /**< \brief (AFEC_CGR) Gain for channel 8 */\r
-#define AFEC_CGR_GAIN8(value) ((AFEC_CGR_GAIN8_Msk & ((value) << AFEC_CGR_GAIN8_Pos)))\r
-#define AFEC_CGR_GAIN9_Pos 18\r
-#define AFEC_CGR_GAIN9_Msk (0x3u << AFEC_CGR_GAIN9_Pos) /**< \brief (AFEC_CGR) Gain for channel 9 */\r
-#define AFEC_CGR_GAIN9(value) ((AFEC_CGR_GAIN9_Msk & ((value) << AFEC_CGR_GAIN9_Pos)))\r
-#define AFEC_CGR_GAIN10_Pos 20\r
-#define AFEC_CGR_GAIN10_Msk (0x3u << AFEC_CGR_GAIN10_Pos) /**< \brief (AFEC_CGR) Gain for channel 10 */\r
-#define AFEC_CGR_GAIN10(value) ((AFEC_CGR_GAIN10_Msk & ((value) << AFEC_CGR_GAIN10_Pos)))\r
-#define AFEC_CGR_GAIN11_Pos 22\r
-#define AFEC_CGR_GAIN11_Msk (0x3u << AFEC_CGR_GAIN11_Pos) /**< \brief (AFEC_CGR) Gain for channel 11 */\r
-#define AFEC_CGR_GAIN11(value) ((AFEC_CGR_GAIN11_Msk & ((value) << AFEC_CGR_GAIN11_Pos)))\r
-#define AFEC_CGR_GAIN12_Pos 24\r
-#define AFEC_CGR_GAIN12_Msk (0x3u << AFEC_CGR_GAIN12_Pos) /**< \brief (AFEC_CGR) Gain for channel 12 */\r
-#define AFEC_CGR_GAIN12(value) ((AFEC_CGR_GAIN12_Msk & ((value) << AFEC_CGR_GAIN12_Pos)))\r
-#define AFEC_CGR_GAIN13_Pos 26\r
-#define AFEC_CGR_GAIN13_Msk (0x3u << AFEC_CGR_GAIN13_Pos) /**< \brief (AFEC_CGR) Gain for channel 13 */\r
-#define AFEC_CGR_GAIN13(value) ((AFEC_CGR_GAIN13_Msk & ((value) << AFEC_CGR_GAIN13_Pos)))\r
-#define AFEC_CGR_GAIN14_Pos 28\r
-#define AFEC_CGR_GAIN14_Msk (0x3u << AFEC_CGR_GAIN14_Pos) /**< \brief (AFEC_CGR) Gain for channel 14 */\r
-#define AFEC_CGR_GAIN14(value) ((AFEC_CGR_GAIN14_Msk & ((value) << AFEC_CGR_GAIN14_Pos)))\r
-#define AFEC_CGR_GAIN15_Pos 30\r
-#define AFEC_CGR_GAIN15_Msk (0x3u << AFEC_CGR_GAIN15_Pos) /**< \brief (AFEC_CGR) Gain for channel 15 */\r
-#define AFEC_CGR_GAIN15(value) ((AFEC_CGR_GAIN15_Msk & ((value) << AFEC_CGR_GAIN15_Pos)))\r
-/* -------- AFEC_CDOR : (AFEC Offset: 0x5C) Channel Calibration DC Offset Register -------- */\r
-#define AFEC_CDOR_OFF0 (0x1u << 0) /**< \brief (AFEC_CDOR) Offset for channel 0, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF1 (0x1u << 1) /**< \brief (AFEC_CDOR) Offset for channel 1, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF2 (0x1u << 2) /**< \brief (AFEC_CDOR) Offset for channel 2, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF3 (0x1u << 3) /**< \brief (AFEC_CDOR) Offset for channel 3, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF4 (0x1u << 4) /**< \brief (AFEC_CDOR) Offset for channel 4, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF5 (0x1u << 5) /**< \brief (AFEC_CDOR) Offset for channel 5, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF6 (0x1u << 6) /**< \brief (AFEC_CDOR) Offset for channel 6, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF7 (0x1u << 7) /**< \brief (AFEC_CDOR) Offset for channel 7, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF8 (0x1u << 8) /**< \brief (AFEC_CDOR) Offset for channel 8, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF9 (0x1u << 9) /**< \brief (AFEC_CDOR) Offset for channel 9, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF10 (0x1u << 10) /**< \brief (AFEC_CDOR) Offset for channel 10, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF11 (0x1u << 11) /**< \brief (AFEC_CDOR) Offset for channel 11, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF12 (0x1u << 12) /**< \brief (AFEC_CDOR) Offset for channel 12, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF13 (0x1u << 13) /**< \brief (AFEC_CDOR) Offset for channel 13, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF14 (0x1u << 14) /**< \brief (AFEC_CDOR) Offset for channel 14, used in automatic calibration procedure */\r
-#define AFEC_CDOR_OFF15 (0x1u << 15) /**< \brief (AFEC_CDOR) Offset for channel 15, used in automatic calibration procedure */\r
-/* -------- AFEC_DIFFR : (AFEC Offset: 0x60) Channel Differential Register -------- */\r
-#define AFEC_DIFFR_DIFF0 (0x1u << 0) /**< \brief (AFEC_DIFFR) Differential inputs for channel 0 */\r
-#define AFEC_DIFFR_DIFF1 (0x1u << 1) /**< \brief (AFEC_DIFFR) Differential inputs for channel 1 */\r
-#define AFEC_DIFFR_DIFF2 (0x1u << 2) /**< \brief (AFEC_DIFFR) Differential inputs for channel 2 */\r
-#define AFEC_DIFFR_DIFF3 (0x1u << 3) /**< \brief (AFEC_DIFFR) Differential inputs for channel 3 */\r
-#define AFEC_DIFFR_DIFF4 (0x1u << 4) /**< \brief (AFEC_DIFFR) Differential inputs for channel 4 */\r
-#define AFEC_DIFFR_DIFF5 (0x1u << 5) /**< \brief (AFEC_DIFFR) Differential inputs for channel 5 */\r
-#define AFEC_DIFFR_DIFF6 (0x1u << 6) /**< \brief (AFEC_DIFFR) Differential inputs for channel 6 */\r
-#define AFEC_DIFFR_DIFF7 (0x1u << 7) /**< \brief (AFEC_DIFFR) Differential inputs for channel 7 */\r
-#define AFEC_DIFFR_DIFF8 (0x1u << 8) /**< \brief (AFEC_DIFFR) Differential inputs for channel 8 */\r
-#define AFEC_DIFFR_DIFF9 (0x1u << 9) /**< \brief (AFEC_DIFFR) Differential inputs for channel 9 */\r
-#define AFEC_DIFFR_DIFF10 (0x1u << 10) /**< \brief (AFEC_DIFFR) Differential inputs for channel 10 */\r
-#define AFEC_DIFFR_DIFF11 (0x1u << 11) /**< \brief (AFEC_DIFFR) Differential inputs for channel 11 */\r
-#define AFEC_DIFFR_DIFF12 (0x1u << 12) /**< \brief (AFEC_DIFFR) Differential inputs for channel 12 */\r
-#define AFEC_DIFFR_DIFF13 (0x1u << 13) /**< \brief (AFEC_DIFFR) Differential inputs for channel 13 */\r
-#define AFEC_DIFFR_DIFF14 (0x1u << 14) /**< \brief (AFEC_DIFFR) Differential inputs for channel 14 */\r
-#define AFEC_DIFFR_DIFF15 (0x1u << 15) /**< \brief (AFEC_DIFFR) Differential inputs for channel 15 */\r
-/* -------- AFEC_CSELR : (AFEC Offset: 0x64) Channel Register Selection -------- */\r
-#define AFEC_CSELR_CSEL_Pos 0\r
-#define AFEC_CSELR_CSEL_Msk (0xfu << AFEC_CSELR_CSEL_Pos) /**< \brief (AFEC_CSELR) Channel Selection */\r
-#define AFEC_CSELR_CSEL(value) ((AFEC_CSELR_CSEL_Msk & ((value) << AFEC_CSELR_CSEL_Pos)))\r
-/* -------- AFEC_CDR : (AFEC Offset: 0x68) Channel Data Register -------- */\r
-#define AFEC_CDR_DATA_Pos 0\r
-#define AFEC_CDR_DATA_Msk (0xfffu << AFEC_CDR_DATA_Pos) /**< \brief (AFEC_CDR) Converted Data */\r
-/* -------- AFEC_COCR : (AFEC Offset: 0x6C) Channel Offset Compensation Register -------- */\r
-#define AFEC_COCR_AOFF_Pos 0\r
-#define AFEC_COCR_AOFF_Msk (0xfffu << AFEC_COCR_AOFF_Pos) /**< \brief (AFEC_COCR) Analog Offset */\r
-#define AFEC_COCR_AOFF(value) ((AFEC_COCR_AOFF_Msk & ((value) << AFEC_COCR_AOFF_Pos)))\r
-/* -------- AFEC_TEMPMR : (AFEC Offset: 0x70) Temperature Sensor Mode Register -------- */\r
-#define AFEC_TEMPMR_RTCT (0x1u << 0) /**< \brief (AFEC_TEMPMR) Temperature Sensor RTC Trigger mode */\r
-#define AFEC_TEMPMR_TEMPCMPMOD_Pos 4\r
-#define AFEC_TEMPMR_TEMPCMPMOD_Msk (0x3u << AFEC_TEMPMR_TEMPCMPMOD_Pos) /**< \brief (AFEC_TEMPMR) Temperature Comparison Mode */\r
-#define   AFEC_TEMPMR_TEMPCMPMOD_LOW (0x0u << 4) /**< \brief (AFEC_TEMPMR) Generates an event when the converted data is lower than the low threshold of the window. */\r
-#define   AFEC_TEMPMR_TEMPCMPMOD_HIGH (0x1u << 4) /**< \brief (AFEC_TEMPMR) Generates an event when the converted data is higher than the high threshold of the window. */\r
-#define   AFEC_TEMPMR_TEMPCMPMOD_IN (0x2u << 4) /**< \brief (AFEC_TEMPMR) Generates an event when the converted data is in the comparison window. */\r
-#define   AFEC_TEMPMR_TEMPCMPMOD_OUT (0x3u << 4) /**< \brief (AFEC_TEMPMR) Generates an event when the converted data is out of the comparison window. */\r
-/* -------- AFEC_TEMPCWR : (AFEC Offset: 0x74) Temperature Compare Window Register -------- */\r
-#define AFEC_TEMPCWR_TLOWTHRES_Pos 0\r
-#define AFEC_TEMPCWR_TLOWTHRES_Msk (0xffffu << AFEC_TEMPCWR_TLOWTHRES_Pos) /**< \brief (AFEC_TEMPCWR) Temperature Low Threshold */\r
-#define AFEC_TEMPCWR_TLOWTHRES(value) ((AFEC_TEMPCWR_TLOWTHRES_Msk & ((value) << AFEC_TEMPCWR_TLOWTHRES_Pos)))\r
-#define AFEC_TEMPCWR_THIGHTHRES_Pos 16\r
-#define AFEC_TEMPCWR_THIGHTHRES_Msk (0xffffu << AFEC_TEMPCWR_THIGHTHRES_Pos) /**< \brief (AFEC_TEMPCWR) Temperature High Threshold */\r
-#define AFEC_TEMPCWR_THIGHTHRES(value) ((AFEC_TEMPCWR_THIGHTHRES_Msk & ((value) << AFEC_TEMPCWR_THIGHTHRES_Pos)))\r
-/* -------- AFEC_ACR : (AFEC Offset: 0x94) Analog Control Register -------- */\r
-#define AFEC_ACR_IBCTL_Pos 8\r
-#define AFEC_ACR_IBCTL_Msk (0x3u << AFEC_ACR_IBCTL_Pos) /**< \brief (AFEC_ACR) AFEC Bias Current Control */\r
-#define AFEC_ACR_IBCTL(value) ((AFEC_ACR_IBCTL_Msk & ((value) << AFEC_ACR_IBCTL_Pos)))\r
-/* -------- AFEC_WPMR : (AFEC Offset: 0xE4) Write Protect Mode Register -------- */\r
-#define AFEC_WPMR_WPEN (0x1u << 0) /**< \brief (AFEC_WPMR) Write Protect Enable */\r
-#define AFEC_WPMR_WPKEY_Pos 8\r
-#define AFEC_WPMR_WPKEY_Msk (0xffffffu << AFEC_WPMR_WPKEY_Pos) /**< \brief (AFEC_WPMR) Write Protect KEY */\r
-#define   AFEC_WPMR_WPKEY_ADC (0x414443u << 8) /**< \brief (AFEC_WPMR) Should be written at value 0x414443 ("ADC" in ASCII). Writing any other value in this field aborts the write operation of the WPEN bit. Always reads as 0. */\r
-/* -------- AFEC_WPSR : (AFEC Offset: 0xE8) Write Protect Status Register -------- */\r
-#define AFEC_WPSR_WPVS (0x1u << 0) /**< \brief (AFEC_WPSR) Write Protect Violation Status */\r
-#define AFEC_WPSR_WPVSRC_Pos 8\r
-#define AFEC_WPSR_WPVSRC_Msk (0xffffu << AFEC_WPSR_WPVSRC_Pos) /**< \brief (AFEC_WPSR) Write Protect Violation Source */\r
-/* -------- AFEC_RPR : (AFEC Offset: 0x100) Receive Pointer Register -------- */\r
-#define AFEC_RPR_RXPTR_Pos 0\r
-#define AFEC_RPR_RXPTR_Msk (0xffffffffu << AFEC_RPR_RXPTR_Pos) /**< \brief (AFEC_RPR) Receive Pointer Register */\r
-#define AFEC_RPR_RXPTR(value) ((AFEC_RPR_RXPTR_Msk & ((value) << AFEC_RPR_RXPTR_Pos)))\r
-/* -------- AFEC_RCR : (AFEC Offset: 0x104) Receive Counter Register -------- */\r
-#define AFEC_RCR_RXCTR_Pos 0\r
-#define AFEC_RCR_RXCTR_Msk (0xffffu << AFEC_RCR_RXCTR_Pos) /**< \brief (AFEC_RCR) Receive Counter Register */\r
-#define AFEC_RCR_RXCTR(value) ((AFEC_RCR_RXCTR_Msk & ((value) << AFEC_RCR_RXCTR_Pos)))\r
-/* -------- AFEC_RNPR : (AFEC Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define AFEC_RNPR_RXNPTR_Pos 0\r
-#define AFEC_RNPR_RXNPTR_Msk (0xffffffffu << AFEC_RNPR_RXNPTR_Pos) /**< \brief (AFEC_RNPR) Receive Next Pointer */\r
-#define AFEC_RNPR_RXNPTR(value) ((AFEC_RNPR_RXNPTR_Msk & ((value) << AFEC_RNPR_RXNPTR_Pos)))\r
-/* -------- AFEC_RNCR : (AFEC Offset: 0x114) Receive Next Counter Register -------- */\r
-#define AFEC_RNCR_RXNCTR_Pos 0\r
-#define AFEC_RNCR_RXNCTR_Msk (0xffffu << AFEC_RNCR_RXNCTR_Pos) /**< \brief (AFEC_RNCR) Receive Next Counter */\r
-#define AFEC_RNCR_RXNCTR(value) ((AFEC_RNCR_RXNCTR_Msk & ((value) << AFEC_RNCR_RXNCTR_Pos)))\r
-/* -------- AFEC_PTCR : (AFEC Offset: 0x120) Transfer Control Register -------- */\r
-#define AFEC_PTCR_RXTEN (0x1u << 0) /**< \brief (AFEC_PTCR) Receiver Transfer Enable */\r
-#define AFEC_PTCR_RXTDIS (0x1u << 1) /**< \brief (AFEC_PTCR) Receiver Transfer Disable */\r
-#define AFEC_PTCR_TXTEN (0x1u << 8) /**< \brief (AFEC_PTCR) Transmitter Transfer Enable */\r
-#define AFEC_PTCR_TXTDIS (0x1u << 9) /**< \brief (AFEC_PTCR) Transmitter Transfer Disable */\r
-/* -------- AFEC_PTSR : (AFEC Offset: 0x124) Transfer Status Register -------- */\r
-#define AFEC_PTSR_RXTEN (0x1u << 0) /**< \brief (AFEC_PTSR) Receiver Transfer Enable */\r
-#define AFEC_PTSR_TXTEN (0x1u << 8) /**< \brief (AFEC_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_AFEC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/can.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/can.h
deleted file mode 100644 (file)
index 3417afc..0000000
+++ /dev/null
@@ -1,304 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CAN_COMPONENT_\r
-#define _SAM4E_CAN_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Controller Area Network */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_CAN Controller Area Network */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief CanMb hardware registers */\r
-typedef struct {\r
-  RwReg  CAN_MMR;       /**< \brief (CanMb Offset: 0x0) Mailbox Mode Register */\r
-  RwReg  CAN_MAM;       /**< \brief (CanMb Offset: 0x4) Mailbox Acceptance Mask Register */\r
-  RwReg  CAN_MID;       /**< \brief (CanMb Offset: 0x8) Mailbox ID Register */\r
-  RwReg  CAN_MFID;      /**< \brief (CanMb Offset: 0xC) Mailbox Family ID Register */\r
-  RwReg  CAN_MSR;       /**< \brief (CanMb Offset: 0x10) Mailbox Status Register */\r
-  RwReg  CAN_MDL;       /**< \brief (CanMb Offset: 0x14) Mailbox Data Low Register */\r
-  RwReg  CAN_MDH;       /**< \brief (CanMb Offset: 0x18) Mailbox Data High Register */\r
-  RwReg  CAN_MCR;       /**< \brief (CanMb Offset: 0x1C) Mailbox Control Register */\r
-} CanMb;\r
-/** \brief Can hardware registers */\r
-#define CANMB_NUMBER 8\r
-typedef struct {\r
-  RwReg  CAN_MR;        /**< \brief (Can Offset: 0x0000) Mode Register */\r
-  WoReg  CAN_IER;       /**< \brief (Can Offset: 0x0004) Interrupt Enable Register */\r
-  WoReg  CAN_IDR;       /**< \brief (Can Offset: 0x0008) Interrupt Disable Register */\r
-  RoReg  CAN_IMR;       /**< \brief (Can Offset: 0x000C) Interrupt Mask Register */\r
-  RoReg  CAN_SR;        /**< \brief (Can Offset: 0x0010) Status Register */\r
-  RwReg  CAN_BR;        /**< \brief (Can Offset: 0x0014) Baudrate Register */\r
-  RoReg  CAN_TIM;       /**< \brief (Can Offset: 0x0018) Timer Register */\r
-  RoReg  CAN_TIMESTP;   /**< \brief (Can Offset: 0x001C) Timestamp Register */\r
-  RoReg  CAN_ECR;       /**< \brief (Can Offset: 0x0020) Error Counter Register */\r
-  WoReg  CAN_TCR;       /**< \brief (Can Offset: 0x0024) Transfer Command Register */\r
-  WoReg  CAN_ACR;       /**< \brief (Can Offset: 0x0028) Abort Command Register */\r
-  RoReg  Reserved1[46];\r
-  RwReg  CAN_WPMR;      /**< \brief (Can Offset: 0x00E4) Write Protect Mode Register */\r
-  RoReg  CAN_WPSR;      /**< \brief (Can Offset: 0x00E8) Write Protect Status Register */\r
-  RoReg  Reserved2[69];\r
-  CanMb  CAN_MB[CANMB_NUMBER]; /**< \brief (Can Offset: 0x200) MB = 0 .. 7 */\r
-} Can;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- CAN_MR : (CAN Offset: 0x0000) Mode Register -------- */\r
-#define CAN_MR_CANEN (0x1u << 0) /**< \brief (CAN_MR) CAN Controller Enable */\r
-#define CAN_MR_LPM (0x1u << 1) /**< \brief (CAN_MR) Disable/Enable Low Power Mode */\r
-#define CAN_MR_ABM (0x1u << 2) /**< \brief (CAN_MR) Disable/Enable Autobaud/Listen mode */\r
-#define CAN_MR_OVL (0x1u << 3) /**< \brief (CAN_MR) Disable/Enable Overload Frame */\r
-#define CAN_MR_TEOF (0x1u << 4) /**< \brief (CAN_MR) Timestamp messages at each end of Frame */\r
-#define CAN_MR_TTM (0x1u << 5) /**< \brief (CAN_MR) Disable/Enable Time Triggered Mode */\r
-#define CAN_MR_TIMFRZ (0x1u << 6) /**< \brief (CAN_MR) Enable Timer Freeze */\r
-#define CAN_MR_DRPT (0x1u << 7) /**< \brief (CAN_MR) Disable Repeat */\r
-/* -------- CAN_IER : (CAN Offset: 0x0004) Interrupt Enable Register -------- */\r
-#define CAN_IER_MB0 (0x1u << 0) /**< \brief (CAN_IER) Mailbox 0 Interrupt Enable */\r
-#define CAN_IER_MB1 (0x1u << 1) /**< \brief (CAN_IER) Mailbox 1 Interrupt Enable */\r
-#define CAN_IER_MB2 (0x1u << 2) /**< \brief (CAN_IER) Mailbox 2 Interrupt Enable */\r
-#define CAN_IER_MB3 (0x1u << 3) /**< \brief (CAN_IER) Mailbox 3 Interrupt Enable */\r
-#define CAN_IER_MB4 (0x1u << 4) /**< \brief (CAN_IER) Mailbox 4 Interrupt Enable */\r
-#define CAN_IER_MB5 (0x1u << 5) /**< \brief (CAN_IER) Mailbox 5 Interrupt Enable */\r
-#define CAN_IER_MB6 (0x1u << 6) /**< \brief (CAN_IER) Mailbox 6 Interrupt Enable */\r
-#define CAN_IER_MB7 (0x1u << 7) /**< \brief (CAN_IER) Mailbox 7 Interrupt Enable */\r
-#define CAN_IER_ERRA (0x1u << 16) /**< \brief (CAN_IER) Error Active Mode Interrupt Enable */\r
-#define CAN_IER_WARN (0x1u << 17) /**< \brief (CAN_IER) Warning Limit Interrupt Enable */\r
-#define CAN_IER_ERRP (0x1u << 18) /**< \brief (CAN_IER) Error Passive Mode Interrupt Enable */\r
-#define CAN_IER_BOFF (0x1u << 19) /**< \brief (CAN_IER) Bus Off Mode Interrupt Enable */\r
-#define CAN_IER_SLEEP (0x1u << 20) /**< \brief (CAN_IER) Sleep Interrupt Enable */\r
-#define CAN_IER_WAKEUP (0x1u << 21) /**< \brief (CAN_IER) Wakeup Interrupt Enable */\r
-#define CAN_IER_TOVF (0x1u << 22) /**< \brief (CAN_IER) Timer Overflow Interrupt Enable */\r
-#define CAN_IER_TSTP (0x1u << 23) /**< \brief (CAN_IER) TimeStamp Interrupt Enable */\r
-#define CAN_IER_CERR (0x1u << 24) /**< \brief (CAN_IER) CRC Error Interrupt Enable */\r
-#define CAN_IER_SERR (0x1u << 25) /**< \brief (CAN_IER) Stuffing Error Interrupt Enable */\r
-#define CAN_IER_AERR (0x1u << 26) /**< \brief (CAN_IER) Acknowledgment Error Interrupt Enable */\r
-#define CAN_IER_FERR (0x1u << 27) /**< \brief (CAN_IER) Form Error Interrupt Enable */\r
-#define CAN_IER_BERR (0x1u << 28) /**< \brief (CAN_IER) Bit Error Interrupt Enable */\r
-/* -------- CAN_IDR : (CAN Offset: 0x0008) Interrupt Disable Register -------- */\r
-#define CAN_IDR_MB0 (0x1u << 0) /**< \brief (CAN_IDR) Mailbox 0 Interrupt Disable */\r
-#define CAN_IDR_MB1 (0x1u << 1) /**< \brief (CAN_IDR) Mailbox 1 Interrupt Disable */\r
-#define CAN_IDR_MB2 (0x1u << 2) /**< \brief (CAN_IDR) Mailbox 2 Interrupt Disable */\r
-#define CAN_IDR_MB3 (0x1u << 3) /**< \brief (CAN_IDR) Mailbox 3 Interrupt Disable */\r
-#define CAN_IDR_MB4 (0x1u << 4) /**< \brief (CAN_IDR) Mailbox 4 Interrupt Disable */\r
-#define CAN_IDR_MB5 (0x1u << 5) /**< \brief (CAN_IDR) Mailbox 5 Interrupt Disable */\r
-#define CAN_IDR_MB6 (0x1u << 6) /**< \brief (CAN_IDR) Mailbox 6 Interrupt Disable */\r
-#define CAN_IDR_MB7 (0x1u << 7) /**< \brief (CAN_IDR) Mailbox 7 Interrupt Disable */\r
-#define CAN_IDR_ERRA (0x1u << 16) /**< \brief (CAN_IDR) Error Active Mode Interrupt Disable */\r
-#define CAN_IDR_WARN (0x1u << 17) /**< \brief (CAN_IDR) Warning Limit Interrupt Disable */\r
-#define CAN_IDR_ERRP (0x1u << 18) /**< \brief (CAN_IDR) Error Passive Mode Interrupt Disable */\r
-#define CAN_IDR_BOFF (0x1u << 19) /**< \brief (CAN_IDR) Bus Off Mode Interrupt Disable */\r
-#define CAN_IDR_SLEEP (0x1u << 20) /**< \brief (CAN_IDR) Sleep Interrupt Disable */\r
-#define CAN_IDR_WAKEUP (0x1u << 21) /**< \brief (CAN_IDR) Wakeup Interrupt Disable */\r
-#define CAN_IDR_TOVF (0x1u << 22) /**< \brief (CAN_IDR) Timer Overflow Interrupt */\r
-#define CAN_IDR_TSTP (0x1u << 23) /**< \brief (CAN_IDR) TimeStamp Interrupt Disable */\r
-#define CAN_IDR_CERR (0x1u << 24) /**< \brief (CAN_IDR) CRC Error Interrupt Disable */\r
-#define CAN_IDR_SERR (0x1u << 25) /**< \brief (CAN_IDR) Stuffing Error Interrupt Disable */\r
-#define CAN_IDR_AERR (0x1u << 26) /**< \brief (CAN_IDR) Acknowledgment Error Interrupt Disable */\r
-#define CAN_IDR_FERR (0x1u << 27) /**< \brief (CAN_IDR) Form Error Interrupt Disable */\r
-#define CAN_IDR_BERR (0x1u << 28) /**< \brief (CAN_IDR) Bit Error Interrupt Disable */\r
-/* -------- CAN_IMR : (CAN Offset: 0x000C) Interrupt Mask Register -------- */\r
-#define CAN_IMR_MB0 (0x1u << 0) /**< \brief (CAN_IMR) Mailbox 0 Interrupt Mask */\r
-#define CAN_IMR_MB1 (0x1u << 1) /**< \brief (CAN_IMR) Mailbox 1 Interrupt Mask */\r
-#define CAN_IMR_MB2 (0x1u << 2) /**< \brief (CAN_IMR) Mailbox 2 Interrupt Mask */\r
-#define CAN_IMR_MB3 (0x1u << 3) /**< \brief (CAN_IMR) Mailbox 3 Interrupt Mask */\r
-#define CAN_IMR_MB4 (0x1u << 4) /**< \brief (CAN_IMR) Mailbox 4 Interrupt Mask */\r
-#define CAN_IMR_MB5 (0x1u << 5) /**< \brief (CAN_IMR) Mailbox 5 Interrupt Mask */\r
-#define CAN_IMR_MB6 (0x1u << 6) /**< \brief (CAN_IMR) Mailbox 6 Interrupt Mask */\r
-#define CAN_IMR_MB7 (0x1u << 7) /**< \brief (CAN_IMR) Mailbox 7 Interrupt Mask */\r
-#define CAN_IMR_ERRA (0x1u << 16) /**< \brief (CAN_IMR) Error Active Mode Interrupt Mask */\r
-#define CAN_IMR_WARN (0x1u << 17) /**< \brief (CAN_IMR) Warning Limit Interrupt Mask */\r
-#define CAN_IMR_ERRP (0x1u << 18) /**< \brief (CAN_IMR) Error Passive Mode Interrupt Mask */\r
-#define CAN_IMR_BOFF (0x1u << 19) /**< \brief (CAN_IMR) Bus Off Mode Interrupt Mask */\r
-#define CAN_IMR_SLEEP (0x1u << 20) /**< \brief (CAN_IMR) Sleep Interrupt Mask */\r
-#define CAN_IMR_WAKEUP (0x1u << 21) /**< \brief (CAN_IMR) Wakeup Interrupt Mask */\r
-#define CAN_IMR_TOVF (0x1u << 22) /**< \brief (CAN_IMR) Timer Overflow Interrupt Mask */\r
-#define CAN_IMR_TSTP (0x1u << 23) /**< \brief (CAN_IMR) Timestamp Interrupt Mask */\r
-#define CAN_IMR_CERR (0x1u << 24) /**< \brief (CAN_IMR) CRC Error Interrupt Mask */\r
-#define CAN_IMR_SERR (0x1u << 25) /**< \brief (CAN_IMR) Stuffing Error Interrupt Mask */\r
-#define CAN_IMR_AERR (0x1u << 26) /**< \brief (CAN_IMR) Acknowledgment Error Interrupt Mask */\r
-#define CAN_IMR_FERR (0x1u << 27) /**< \brief (CAN_IMR) Form Error Interrupt Mask */\r
-#define CAN_IMR_BERR (0x1u << 28) /**< \brief (CAN_IMR) Bit Error Interrupt Mask */\r
-/* -------- CAN_SR : (CAN Offset: 0x0010) Status Register -------- */\r
-#define CAN_SR_MB0 (0x1u << 0) /**< \brief (CAN_SR) Mailbox 0 Event */\r
-#define CAN_SR_MB1 (0x1u << 1) /**< \brief (CAN_SR) Mailbox 1 Event */\r
-#define CAN_SR_MB2 (0x1u << 2) /**< \brief (CAN_SR) Mailbox 2 Event */\r
-#define CAN_SR_MB3 (0x1u << 3) /**< \brief (CAN_SR) Mailbox 3 Event */\r
-#define CAN_SR_MB4 (0x1u << 4) /**< \brief (CAN_SR) Mailbox 4 Event */\r
-#define CAN_SR_MB5 (0x1u << 5) /**< \brief (CAN_SR) Mailbox 5 Event */\r
-#define CAN_SR_MB6 (0x1u << 6) /**< \brief (CAN_SR) Mailbox 6 Event */\r
-#define CAN_SR_MB7 (0x1u << 7) /**< \brief (CAN_SR) Mailbox 7 Event */\r
-#define CAN_SR_ERRA (0x1u << 16) /**< \brief (CAN_SR) Error Active Mode */\r
-#define CAN_SR_WARN (0x1u << 17) /**< \brief (CAN_SR) Warning Limit */\r
-#define CAN_SR_ERRP (0x1u << 18) /**< \brief (CAN_SR) Error Passive Mode */\r
-#define CAN_SR_BOFF (0x1u << 19) /**< \brief (CAN_SR) Bus Off Mode */\r
-#define CAN_SR_SLEEP (0x1u << 20) /**< \brief (CAN_SR) CAN controller in Low power Mode */\r
-#define CAN_SR_WAKEUP (0x1u << 21) /**< \brief (CAN_SR) CAN controller is not in Low power Mode */\r
-#define CAN_SR_TOVF (0x1u << 22) /**< \brief (CAN_SR) Timer Overflow */\r
-#define CAN_SR_TSTP (0x1u << 23) /**< \brief (CAN_SR)  */\r
-#define CAN_SR_CERR (0x1u << 24) /**< \brief (CAN_SR) Mailbox CRC Error */\r
-#define CAN_SR_SERR (0x1u << 25) /**< \brief (CAN_SR) Mailbox Stuffing Error */\r
-#define CAN_SR_AERR (0x1u << 26) /**< \brief (CAN_SR) Acknowledgment Error */\r
-#define CAN_SR_FERR (0x1u << 27) /**< \brief (CAN_SR) Form Error */\r
-#define CAN_SR_BERR (0x1u << 28) /**< \brief (CAN_SR) Bit Error */\r
-#define CAN_SR_RBSY (0x1u << 29) /**< \brief (CAN_SR) Receiver busy */\r
-#define CAN_SR_TBSY (0x1u << 30) /**< \brief (CAN_SR) Transmitter busy */\r
-#define CAN_SR_OVLSY (0x1u << 31) /**< \brief (CAN_SR) Overload busy */\r
-/* -------- CAN_BR : (CAN Offset: 0x0014) Baudrate Register -------- */\r
-#define CAN_BR_PHASE2_Pos 0\r
-#define CAN_BR_PHASE2_Msk (0x7u << CAN_BR_PHASE2_Pos) /**< \brief (CAN_BR) Phase 2 segment */\r
-#define CAN_BR_PHASE2(value) ((CAN_BR_PHASE2_Msk & ((value) << CAN_BR_PHASE2_Pos)))\r
-#define CAN_BR_PHASE1_Pos 4\r
-#define CAN_BR_PHASE1_Msk (0x7u << CAN_BR_PHASE1_Pos) /**< \brief (CAN_BR) Phase 1 segment */\r
-#define CAN_BR_PHASE1(value) ((CAN_BR_PHASE1_Msk & ((value) << CAN_BR_PHASE1_Pos)))\r
-#define CAN_BR_PROPAG_Pos 8\r
-#define CAN_BR_PROPAG_Msk (0x7u << CAN_BR_PROPAG_Pos) /**< \brief (CAN_BR) Programming time segment */\r
-#define CAN_BR_PROPAG(value) ((CAN_BR_PROPAG_Msk & ((value) << CAN_BR_PROPAG_Pos)))\r
-#define CAN_BR_SJW_Pos 12\r
-#define CAN_BR_SJW_Msk (0x3u << CAN_BR_SJW_Pos) /**< \brief (CAN_BR) Re-synchronization jump width */\r
-#define CAN_BR_SJW(value) ((CAN_BR_SJW_Msk & ((value) << CAN_BR_SJW_Pos)))\r
-#define CAN_BR_BRP_Pos 16\r
-#define CAN_BR_BRP_Msk (0x7fu << CAN_BR_BRP_Pos) /**< \brief (CAN_BR) Baudrate Prescaler. */\r
-#define CAN_BR_BRP(value) ((CAN_BR_BRP_Msk & ((value) << CAN_BR_BRP_Pos)))\r
-#define CAN_BR_SMP (0x1u << 24) /**< \brief (CAN_BR) Sampling Mode */\r
-#define   CAN_BR_SMP_ONCE (0x0u << 24) /**< \brief (CAN_BR) The incoming bit stream is sampled once at sample point. */\r
-#define   CAN_BR_SMP_THREE (0x1u << 24) /**< \brief (CAN_BR) The incoming bit stream is sampled three times with a period of a MCK clock period, centered on sample point. */\r
-/* -------- CAN_TIM : (CAN Offset: 0x0018) Timer Register -------- */\r
-#define CAN_TIM_TIMER_Pos 0\r
-#define CAN_TIM_TIMER_Msk (0xffffu << CAN_TIM_TIMER_Pos) /**< \brief (CAN_TIM) Timer */\r
-/* -------- CAN_TIMESTP : (CAN Offset: 0x001C) Timestamp Register -------- */\r
-#define CAN_TIMESTP_MTIMESTAMP_Pos 0\r
-#define CAN_TIMESTP_MTIMESTAMP_Msk (0xffffu << CAN_TIMESTP_MTIMESTAMP_Pos) /**< \brief (CAN_TIMESTP) Timestamp */\r
-/* -------- CAN_ECR : (CAN Offset: 0x0020) Error Counter Register -------- */\r
-#define CAN_ECR_REC_Pos 0\r
-#define CAN_ECR_REC_Msk (0xffu << CAN_ECR_REC_Pos) /**< \brief (CAN_ECR) Receive Error Counter */\r
-#define CAN_ECR_TEC_Pos 16\r
-#define CAN_ECR_TEC_Msk (0x1ffu << CAN_ECR_TEC_Pos) /**< \brief (CAN_ECR) Transmit Error Counter */\r
-/* -------- CAN_TCR : (CAN Offset: 0x0024) Transfer Command Register -------- */\r
-#define CAN_TCR_MB0 (0x1u << 0) /**< \brief (CAN_TCR) Transfer Request for Mailbox 0 */\r
-#define CAN_TCR_MB1 (0x1u << 1) /**< \brief (CAN_TCR) Transfer Request for Mailbox 1 */\r
-#define CAN_TCR_MB2 (0x1u << 2) /**< \brief (CAN_TCR) Transfer Request for Mailbox 2 */\r
-#define CAN_TCR_MB3 (0x1u << 3) /**< \brief (CAN_TCR) Transfer Request for Mailbox 3 */\r
-#define CAN_TCR_MB4 (0x1u << 4) /**< \brief (CAN_TCR) Transfer Request for Mailbox 4 */\r
-#define CAN_TCR_MB5 (0x1u << 5) /**< \brief (CAN_TCR) Transfer Request for Mailbox 5 */\r
-#define CAN_TCR_MB6 (0x1u << 6) /**< \brief (CAN_TCR) Transfer Request for Mailbox 6 */\r
-#define CAN_TCR_MB7 (0x1u << 7) /**< \brief (CAN_TCR) Transfer Request for Mailbox 7 */\r
-#define CAN_TCR_TIMRST (0x1u << 31) /**< \brief (CAN_TCR) Timer Reset */\r
-/* -------- CAN_ACR : (CAN Offset: 0x0028) Abort Command Register -------- */\r
-#define CAN_ACR_MB0 (0x1u << 0) /**< \brief (CAN_ACR) Abort Request for Mailbox 0 */\r
-#define CAN_ACR_MB1 (0x1u << 1) /**< \brief (CAN_ACR) Abort Request for Mailbox 1 */\r
-#define CAN_ACR_MB2 (0x1u << 2) /**< \brief (CAN_ACR) Abort Request for Mailbox 2 */\r
-#define CAN_ACR_MB3 (0x1u << 3) /**< \brief (CAN_ACR) Abort Request for Mailbox 3 */\r
-#define CAN_ACR_MB4 (0x1u << 4) /**< \brief (CAN_ACR) Abort Request for Mailbox 4 */\r
-#define CAN_ACR_MB5 (0x1u << 5) /**< \brief (CAN_ACR) Abort Request for Mailbox 5 */\r
-#define CAN_ACR_MB6 (0x1u << 6) /**< \brief (CAN_ACR) Abort Request for Mailbox 6 */\r
-#define CAN_ACR_MB7 (0x1u << 7) /**< \brief (CAN_ACR) Abort Request for Mailbox 7 */\r
-/* -------- CAN_WPMR : (CAN Offset: 0x00E4) Write Protect Mode Register -------- */\r
-#define CAN_WPMR_WPEN (0x1u << 0) /**< \brief (CAN_WPMR) Write Protection Enable */\r
-#define CAN_WPMR_WPKEY_Pos 8\r
-#define CAN_WPMR_WPKEY_Msk (0xffffffu << CAN_WPMR_WPKEY_Pos) /**< \brief (CAN_WPMR) SPI Write Protection Key Password */\r
-#define CAN_WPMR_WPKEY(value) ((CAN_WPMR_WPKEY_Msk & ((value) << CAN_WPMR_WPKEY_Pos)))\r
-/* -------- CAN_WPSR : (CAN Offset: 0x00E8) Write Protect Status Register -------- */\r
-#define CAN_WPSR_WPVS (0x1u << 0) /**< \brief (CAN_WPSR) Write Protection Violation Status */\r
-#define CAN_WPSR_WPVSRC_Pos 8\r
-#define CAN_WPSR_WPVSRC_Msk (0xffu << CAN_WPSR_WPVSRC_Pos) /**< \brief (CAN_WPSR) Write Protection Violation Source */\r
-/* -------- CAN_MMR : (CAN Offset: N/A) Mailbox Mode Register -------- */\r
-#define CAN_MMR_MTIMEMARK_Pos 0\r
-#define CAN_MMR_MTIMEMARK_Msk (0xffffu << CAN_MMR_MTIMEMARK_Pos) /**< \brief (CAN_MMR) Mailbox Timemark */\r
-#define CAN_MMR_MTIMEMARK(value) ((CAN_MMR_MTIMEMARK_Msk & ((value) << CAN_MMR_MTIMEMARK_Pos)))\r
-#define CAN_MMR_PRIOR_Pos 16\r
-#define CAN_MMR_PRIOR_Msk (0xfu << CAN_MMR_PRIOR_Pos) /**< \brief (CAN_MMR) Mailbox Priority */\r
-#define CAN_MMR_PRIOR(value) ((CAN_MMR_PRIOR_Msk & ((value) << CAN_MMR_PRIOR_Pos)))\r
-#define CAN_MMR_MOT_Pos 24\r
-#define CAN_MMR_MOT_Msk (0x7u << CAN_MMR_MOT_Pos) /**< \brief (CAN_MMR) Mailbox Object Type */\r
-#define   CAN_MMR_MOT_MB_DISABLED (0x0u << 24) /**< \brief (CAN_MMR) Mailbox is disabled. This prevents receiving or transmitting any messages with this mailbox. */\r
-#define   CAN_MMR_MOT_MB_RX (0x1u << 24) /**< \brief (CAN_MMR) Reception Mailbox. Mailbox is configured for reception. If a message is received while the mailbox data register is full, it is discarded. */\r
-#define   CAN_MMR_MOT_MB_RX_OVERWRITE (0x2u << 24) /**< \brief (CAN_MMR) Reception mailbox with overwrite. Mailbox is configured for reception. If a message is received while the mailbox is full, it overwrites the previous message. */\r
-#define   CAN_MMR_MOT_MB_TX (0x3u << 24) /**< \brief (CAN_MMR) Transmit mailbox. Mailbox is configured for transmission. */\r
-#define   CAN_MMR_MOT_MB_CONSUMER (0x4u << 24) /**< \brief (CAN_MMR) Consumer Mailbox. Mailbox is configured in reception but behaves as a Transmit Mailbox, i.e., it sends a remote frame and waits for an answer. */\r
-#define   CAN_MMR_MOT_MB_PRODUCER (0x5u << 24) /**< \brief (CAN_MMR) Producer Mailbox. Mailbox is configured in transmission but also behaves like a reception mailbox, i.e., it waits to receive a Remote Frame before sending its contents. */\r
-/* -------- CAN_MAM : (CAN Offset: N/A) Mailbox Acceptance Mask Register -------- */\r
-#define CAN_MAM_MIDvB_Pos 0\r
-#define CAN_MAM_MIDvB_Msk (0x3ffffu << CAN_MAM_MIDvB_Pos) /**< \brief (CAN_MAM) Complementary bits for identifier in extended frame mode */\r
-#define CAN_MAM_MIDvB(value) ((CAN_MAM_MIDvB_Msk & ((value) << CAN_MAM_MIDvB_Pos)))\r
-#define CAN_MAM_MIDvA_Pos 18\r
-#define CAN_MAM_MIDvA_Msk (0x7ffu << CAN_MAM_MIDvA_Pos) /**< \brief (CAN_MAM) Identifier for standard frame mode */\r
-#define CAN_MAM_MIDvA(value) ((CAN_MAM_MIDvA_Msk & ((value) << CAN_MAM_MIDvA_Pos)))\r
-#define CAN_MAM_MIDE (0x1u << 29) /**< \brief (CAN_MAM) Identifier Version */\r
-/* -------- CAN_MID : (CAN Offset: N/A) Mailbox ID Register -------- */\r
-#define CAN_MID_MIDvB_Pos 0\r
-#define CAN_MID_MIDvB_Msk (0x3ffffu << CAN_MID_MIDvB_Pos) /**< \brief (CAN_MID) Complementary bits for identifier in extended frame mode */\r
-#define CAN_MID_MIDvB(value) ((CAN_MID_MIDvB_Msk & ((value) << CAN_MID_MIDvB_Pos)))\r
-#define CAN_MID_MIDvA_Pos 18\r
-#define CAN_MID_MIDvA_Msk (0x7ffu << CAN_MID_MIDvA_Pos) /**< \brief (CAN_MID) Identifier for standard frame mode */\r
-#define CAN_MID_MIDvA(value) ((CAN_MID_MIDvA_Msk & ((value) << CAN_MID_MIDvA_Pos)))\r
-#define CAN_MID_MIDE (0x1u << 29) /**< \brief (CAN_MID) Identifier Version */\r
-/* -------- CAN_MFID : (CAN Offset: N/A) Mailbox Family ID Register -------- */\r
-#define CAN_MFID_MFID_Pos 0\r
-#define CAN_MFID_MFID_Msk (0x1fffffffu << CAN_MFID_MFID_Pos) /**< \brief (CAN_MFID) Family ID */\r
-/* -------- CAN_MSR : (CAN Offset: N/A) Mailbox Status Register -------- */\r
-#define CAN_MSR_MTIMESTAMP_Pos 0\r
-#define CAN_MSR_MTIMESTAMP_Msk (0xffffu << CAN_MSR_MTIMESTAMP_Pos) /**< \brief (CAN_MSR) Timer value */\r
-#define CAN_MSR_MDLC_Pos 16\r
-#define CAN_MSR_MDLC_Msk (0xfu << CAN_MSR_MDLC_Pos) /**< \brief (CAN_MSR) Mailbox Data Length Code */\r
-#define CAN_MSR_MRTR (0x1u << 20) /**< \brief (CAN_MSR) Mailbox Remote Transmission Request */\r
-#define CAN_MSR_MABT (0x1u << 22) /**< \brief (CAN_MSR) Mailbox Message Abort */\r
-#define CAN_MSR_MRDY (0x1u << 23) /**< \brief (CAN_MSR) Mailbox Ready */\r
-#define CAN_MSR_MMI (0x1u << 24) /**< \brief (CAN_MSR) Mailbox Message Ignored */\r
-/* -------- CAN_MDL : (CAN Offset: N/A) Mailbox Data Low Register -------- */\r
-#define CAN_MDL_MDL_Pos 0\r
-#define CAN_MDL_MDL_Msk (0xffffffffu << CAN_MDL_MDL_Pos) /**< \brief (CAN_MDL) Message Data Low Value */\r
-#define CAN_MDL_MDL(value) ((CAN_MDL_MDL_Msk & ((value) << CAN_MDL_MDL_Pos)))\r
-/* -------- CAN_MDH : (CAN Offset: N/A) Mailbox Data High Register -------- */\r
-#define CAN_MDH_MDH_Pos 0\r
-#define CAN_MDH_MDH_Msk (0xffffffffu << CAN_MDH_MDH_Pos) /**< \brief (CAN_MDH) Message Data High Value */\r
-#define CAN_MDH_MDH(value) ((CAN_MDH_MDH_Msk & ((value) << CAN_MDH_MDH_Pos)))\r
-/* -------- CAN_MCR : (CAN Offset: N/A) Mailbox Control Register -------- */\r
-#define CAN_MCR_MDLC_Pos 16\r
-#define CAN_MCR_MDLC_Msk (0xfu << CAN_MCR_MDLC_Pos) /**< \brief (CAN_MCR) Mailbox Data Length Code */\r
-#define CAN_MCR_MDLC(value) ((CAN_MCR_MDLC_Msk & ((value) << CAN_MCR_MDLC_Pos)))\r
-#define CAN_MCR_MRTR (0x1u << 20) /**< \brief (CAN_MCR) Mailbox Remote Transmission Request */\r
-#define CAN_MCR_MACR (0x1u << 22) /**< \brief (CAN_MCR) Abort Request for Mailbox x */\r
-#define CAN_MCR_MTCR (0x1u << 23) /**< \brief (CAN_MCR) Mailbox Transfer Command */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_CAN_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/chipid.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/chipid.h
deleted file mode 100644 (file)
index 1c7897a..0000000
+++ /dev/null
@@ -1,162 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CHIPID_COMPONENT_\r
-#define _SAM4E_CHIPID_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Chip Identifier */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_CHIPID Chip Identifier */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Chipid hardware registers */\r
-typedef struct {\r
-  RoReg CHIPID_CIDR; /**< \brief (Chipid Offset: 0x0) Chip ID Register */\r
-  RoReg CHIPID_EXID; /**< \brief (Chipid Offset: 0x4) Chip ID Extension Register */\r
-} Chipid;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- CHIPID_CIDR : (CHIPID Offset: 0x0) Chip ID Register -------- */\r
-#define CHIPID_CIDR_VERSION_Pos 0\r
-#define CHIPID_CIDR_VERSION_Msk (0x1fu << CHIPID_CIDR_VERSION_Pos) /**< \brief (CHIPID_CIDR) Version of the Device */\r
-#define CHIPID_CIDR_EPROC_Pos 5\r
-#define CHIPID_CIDR_EPROC_Msk (0x7u << CHIPID_CIDR_EPROC_Pos) /**< \brief (CHIPID_CIDR) Embedded Processor */\r
-#define   CHIPID_CIDR_EPROC_ARM946ES (0x1u << 5) /**< \brief (CHIPID_CIDR) ARM946ES */\r
-#define   CHIPID_CIDR_EPROC_ARM7TDMI (0x2u << 5) /**< \brief (CHIPID_CIDR) ARM7TDMI */\r
-#define   CHIPID_CIDR_EPROC_CM3 (0x3u << 5) /**< \brief (CHIPID_CIDR) Cortex-M3 */\r
-#define   CHIPID_CIDR_EPROC_ARM920T (0x4u << 5) /**< \brief (CHIPID_CIDR) ARM920T */\r
-#define   CHIPID_CIDR_EPROC_ARM926EJS (0x5u << 5) /**< \brief (CHIPID_CIDR) ARM926EJS */\r
-#define   CHIPID_CIDR_EPROC_CA5 (0x6u << 5) /**< \brief (CHIPID_CIDR) Cortex-A5 */\r
-#define   CHIPID_CIDR_EPROC_CM4 (0x7u << 5) /**< \brief (CHIPID_CIDR) Cortex-M4 */\r
-#define CHIPID_CIDR_NVPSIZ_Pos 8\r
-#define CHIPID_CIDR_NVPSIZ_Msk (0xfu << CHIPID_CIDR_NVPSIZ_Pos) /**< \brief (CHIPID_CIDR) Nonvolatile Program Memory Size */\r
-#define   CHIPID_CIDR_NVPSIZ_NONE (0x0u << 8) /**< \brief (CHIPID_CIDR) None */\r
-#define   CHIPID_CIDR_NVPSIZ_8K (0x1u << 8) /**< \brief (CHIPID_CIDR) 8 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_16K (0x2u << 8) /**< \brief (CHIPID_CIDR) 16 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_32K (0x3u << 8) /**< \brief (CHIPID_CIDR) 32 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_64K (0x5u << 8) /**< \brief (CHIPID_CIDR) 64 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_128K (0x7u << 8) /**< \brief (CHIPID_CIDR) 128 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_256K (0x9u << 8) /**< \brief (CHIPID_CIDR) 256 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_512K (0xAu << 8) /**< \brief (CHIPID_CIDR) 512 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_1024K (0xCu << 8) /**< \brief (CHIPID_CIDR) 1024 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ_2048K (0xEu << 8) /**< \brief (CHIPID_CIDR) 2048 Kbytes */\r
-#define CHIPID_CIDR_NVPSIZ2_Pos 12\r
-#define CHIPID_CIDR_NVPSIZ2_Msk (0xfu << CHIPID_CIDR_NVPSIZ2_Pos) /**< \brief (CHIPID_CIDR) Second Nonvolatile Program Memory Size */\r
-#define   CHIPID_CIDR_NVPSIZ2_NONE (0x0u << 12) /**< \brief (CHIPID_CIDR) None */\r
-#define   CHIPID_CIDR_NVPSIZ2_8K (0x1u << 12) /**< \brief (CHIPID_CIDR) 8 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_16K (0x2u << 12) /**< \brief (CHIPID_CIDR) 16 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_32K (0x3u << 12) /**< \brief (CHIPID_CIDR) 32 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_64K (0x5u << 12) /**< \brief (CHIPID_CIDR) 64 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_128K (0x7u << 12) /**< \brief (CHIPID_CIDR) 128 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_256K (0x9u << 12) /**< \brief (CHIPID_CIDR) 256 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_512K (0xAu << 12) /**< \brief (CHIPID_CIDR) 512 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_1024K (0xCu << 12) /**< \brief (CHIPID_CIDR) 1024 Kbytes */\r
-#define   CHIPID_CIDR_NVPSIZ2_2048K (0xEu << 12) /**< \brief (CHIPID_CIDR) 2048 Kbytes */\r
-#define CHIPID_CIDR_SRAMSIZ_Pos 16\r
-#define CHIPID_CIDR_SRAMSIZ_Msk (0xfu << CHIPID_CIDR_SRAMSIZ_Pos) /**< \brief (CHIPID_CIDR) Internal SRAM Size */\r
-#define   CHIPID_CIDR_SRAMSIZ_48K (0x0u << 16) /**< \brief (CHIPID_CIDR) 48 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_192K (0x1u << 16) /**< \brief (CHIPID_CIDR) 192 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_2K (0x2u << 16) /**< \brief (CHIPID_CIDR) 2 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_6K (0x3u << 16) /**< \brief (CHIPID_CIDR) 6 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_24K (0x4u << 16) /**< \brief (CHIPID_CIDR) 24 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_4K (0x5u << 16) /**< \brief (CHIPID_CIDR) 4 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_80K (0x6u << 16) /**< \brief (CHIPID_CIDR) 80 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_160K (0x7u << 16) /**< \brief (CHIPID_CIDR) 160 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_8K (0x8u << 16) /**< \brief (CHIPID_CIDR) 8 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_16K (0x9u << 16) /**< \brief (CHIPID_CIDR) 16 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_32K (0xAu << 16) /**< \brief (CHIPID_CIDR) 32 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_64K (0xBu << 16) /**< \brief (CHIPID_CIDR) 64 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_128K (0xCu << 16) /**< \brief (CHIPID_CIDR) 128 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_256K (0xDu << 16) /**< \brief (CHIPID_CIDR) 256 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_96K (0xEu << 16) /**< \brief (CHIPID_CIDR) 96 Kbytes */\r
-#define   CHIPID_CIDR_SRAMSIZ_512K (0xFu << 16) /**< \brief (CHIPID_CIDR) 512 Kbytes */\r
-#define CHIPID_CIDR_ARCH_Pos 20\r
-#define CHIPID_CIDR_ARCH_Msk (0xffu << CHIPID_CIDR_ARCH_Pos) /**< \brief (CHIPID_CIDR) Architecture Identifier */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM9xx (0x19u << 20) /**< \brief (CHIPID_CIDR) AT91SAM9xx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM9XExx (0x29u << 20) /**< \brief (CHIPID_CIDR) AT91SAM9XExx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91x34 (0x34u << 20) /**< \brief (CHIPID_CIDR) AT91x34 Series */\r
-#define   CHIPID_CIDR_ARCH_CAP7 (0x37u << 20) /**< \brief (CHIPID_CIDR) CAP7 Series */\r
-#define   CHIPID_CIDR_ARCH_CAP9 (0x39u << 20) /**< \brief (CHIPID_CIDR) CAP9 Series */\r
-#define   CHIPID_CIDR_ARCH_CAP11 (0x3Bu << 20) /**< \brief (CHIPID_CIDR) CAP11 Series */\r
-#define   CHIPID_CIDR_ARCH_SAM4E (0x3Cu << 20) /**< \brief (CHIPID_CIDR) SAM4E Series */\r
-#define   CHIPID_CIDR_ARCH_AT91x40 (0x40u << 20) /**< \brief (CHIPID_CIDR) AT91x40 Series */\r
-#define   CHIPID_CIDR_ARCH_AT91x42 (0x42u << 20) /**< \brief (CHIPID_CIDR) AT91x42 Series */\r
-#define   CHIPID_CIDR_ARCH_AT91x55 (0x55u << 20) /**< \brief (CHIPID_CIDR) AT91x55 Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7Axx (0x60u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7Axx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7AQxx (0x61u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7AQxx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91x63 (0x63u << 20) /**< \brief (CHIPID_CIDR) AT91x63 Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7Sxx (0x70u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7Sxx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7XCxx (0x71u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7XCxx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7SExx (0x72u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7SExx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7Lxx (0x73u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7Lxx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7Xxx (0x75u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7Xxx Series */\r
-#define   CHIPID_CIDR_ARCH_AT91SAM7SLxx (0x76u << 20) /**< \brief (CHIPID_CIDR) AT91SAM7SLxx Series */\r
-#define   CHIPID_CIDR_ARCH_SAM3UxC (0x80u << 20) /**< \brief (CHIPID_CIDR) SAM3UxC Series (100-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3UxE (0x81u << 20) /**< \brief (CHIPID_CIDR) SAM3UxE Series (144-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3AxC (0x83u << 20) /**< \brief (CHIPID_CIDR) SAM3AxC Series (100-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3XxC (0x84u << 20) /**< \brief (CHIPID_CIDR) SAM3XxC Series (100-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3XxE (0x85u << 20) /**< \brief (CHIPID_CIDR) SAM3XxE Series (144-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3XxG (0x86u << 20) /**< \brief (CHIPID_CIDR) SAM3XxG Series (208/217-pin version) */\r
-#define   CHIPID_CIDR_ARCH_AT91x92 (0x92u << 20) /**< \brief (CHIPID_CIDR) AT91x92 Series */\r
-#define   CHIPID_CIDR_ARCH_SAM3SDxB (0x99u << 20) /**< \brief (CHIPID_CIDR) SAM3SDxB Series (64-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM3SDxC (0x9Au << 20) /**< \brief (CHIPID_CIDR) SAM3SDxC Series (100-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM5A (0xA5u << 20) /**< \brief (CHIPID_CIDR) SAM5A */\r
-#define   CHIPID_CIDR_ARCH_SAM4LxA (0xB0u << 20) /**< \brief (CHIPID_CIDR) SAM4LxA Series (48-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM4LxB (0xB1u << 20) /**< \brief (CHIPID_CIDR) SAM4LxB Series (64-pin version) */\r
-#define   CHIPID_CIDR_ARCH_SAM4LxC (0xB2u << 20) /**< \brief (CHIPID_CIDR) SAM4LxC Series (100-pin version) */\r
-#define   CHIPID_CIDR_ARCH_AT75Cxx (0xF0u << 20) /**< \brief (CHIPID_CIDR) AT75Cxx Series */\r
-#define CHIPID_CIDR_NVPTYP_Pos 28\r
-#define CHIPID_CIDR_NVPTYP_Msk (0x7u << CHIPID_CIDR_NVPTYP_Pos) /**< \brief (CHIPID_CIDR) Nonvolatile Program Memory Type */\r
-#define   CHIPID_CIDR_NVPTYP_ROM (0x0u << 28) /**< \brief (CHIPID_CIDR) ROM */\r
-#define   CHIPID_CIDR_NVPTYP_ROMLESS (0x1u << 28) /**< \brief (CHIPID_CIDR) ROMless or on-chip Flash */\r
-#define   CHIPID_CIDR_NVPTYP_FLASH (0x2u << 28) /**< \brief (CHIPID_CIDR) Embedded Flash Memory */\r
-#define   CHIPID_CIDR_NVPTYP_ROM_FLASH (0x3u << 28) /**< \brief (CHIPID_CIDR) ROM and Embedded Flash MemoryNVPSIZ is ROM size      NVPSIZ2 is Flash size */\r
-#define   CHIPID_CIDR_NVPTYP_SRAM (0x4u << 28) /**< \brief (CHIPID_CIDR) SRAM emulating ROM */\r
-#define CHIPID_CIDR_EXT (0x1u << 31) /**< \brief (CHIPID_CIDR) Extension Flag */\r
-/* -------- CHIPID_EXID : (CHIPID Offset: 0x4) Chip ID Extension Register -------- */\r
-#define CHIPID_EXID_EXID_Pos 0\r
-#define CHIPID_EXID_EXID_Msk (0xffffffffu << CHIPID_EXID_EXID_Pos) /**< \brief (CHIPID_EXID) Chip ID Extension */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_CHIPID_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/cmcc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/cmcc.h
deleted file mode 100644 (file)
index 2d9bc46..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CMCC_COMPONENT_\r
-#define _SAM4E_CMCC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Cortex M Cache Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_CMCC Cortex M Cache Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Cmcc hardware registers */\r
-typedef struct {\r
-  RoReg CMCC_TYPE;    /**< \brief (Cmcc Offset: 0x00) Cache Type Register */\r
-  RwReg CMCC_CFG;     /**< \brief (Cmcc Offset: 0x04) Cache Configuration Register */\r
-  WoReg CMCC_CTRL;    /**< \brief (Cmcc Offset: 0x08) Cache Control Register */\r
-  RoReg CMCC_SR;      /**< \brief (Cmcc Offset: 0x0C) Cache Status Register */\r
-  RoReg Reserved1[4];\r
-  WoReg CMCC_MAINT0;  /**< \brief (Cmcc Offset: 0x20) Cache Maintenance Register 0 */\r
-  WoReg CMCC_MAINT1;  /**< \brief (Cmcc Offset: 0x24) Cache Maintenance Register 1 */\r
-  RwReg CMCC_MCFG;    /**< \brief (Cmcc Offset: 0x28) Cache Monitor Configuration Register */\r
-  RwReg CMCC_MEN;     /**< \brief (Cmcc Offset: 0x2C) Cache Monitor Enable Register */\r
-  WoReg CMCC_MCTRL;   /**< \brief (Cmcc Offset: 0x30) Cache Monitor Control Register */\r
-  RoReg CMCC_MSR;     /**< \brief (Cmcc Offset: 0x34) Cache Monitor Status Register */\r
-} Cmcc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- CMCC_TYPE : (CMCC Offset: 0x00) Cache Type Register -------- */\r
-#define CMCC_TYPE_AP (0x1u << 0) /**< \brief (CMCC_TYPE) Access Port Access Allowed */\r
-#define CMCC_TYPE_GCLK (0x1u << 1) /**< \brief (CMCC_TYPE) Dynamic Clock Gating Supported */\r
-#define CMCC_TYPE_RANDP (0x1u << 2) /**< \brief (CMCC_TYPE) Random Selection Policy Supported */\r
-#define CMCC_TYPE_LRUP (0x1u << 3) /**< \brief (CMCC_TYPE) Least Recently Used Policy Supported */\r
-#define CMCC_TYPE_RRP (0x1u << 4) /**< \brief (CMCC_TYPE) Random Selection Policy Supported */\r
-#define CMCC_TYPE_WAYNUM_Pos 5\r
-#define CMCC_TYPE_WAYNUM_Msk (0x3u << CMCC_TYPE_WAYNUM_Pos) /**< \brief (CMCC_TYPE) Number of Way */\r
-#define   CMCC_TYPE_WAYNUM_DMAPPED (0x0u << 5) /**< \brief (CMCC_TYPE) Direct Mapped Cache */\r
-#define   CMCC_TYPE_WAYNUM_ARCH2WAY (0x1u << 5) /**< \brief (CMCC_TYPE) 2-WAY set associative */\r
-#define   CMCC_TYPE_WAYNUM_ARCH4WAY (0x2u << 5) /**< \brief (CMCC_TYPE) 4-WAY set associative */\r
-#define   CMCC_TYPE_WAYNUM_ARCH8WAY (0x3u << 5) /**< \brief (CMCC_TYPE) 8-WAY set associative */\r
-#define CMCC_TYPE_LCKDOWN (0x1u << 7) /**< \brief (CMCC_TYPE) Lock Down Supported */\r
-#define CMCC_TYPE_CSIZE_Pos 8\r
-#define CMCC_TYPE_CSIZE_Msk (0x7u << CMCC_TYPE_CSIZE_Pos) /**< \brief (CMCC_TYPE) Cache Size */\r
-#define   CMCC_TYPE_CSIZE_CSIZE_1KB (0x0u << 8) /**< \brief (CMCC_TYPE) Cache Size 1 Kbytes */\r
-#define   CMCC_TYPE_CSIZE_CSIZE_2KB (0x1u << 8) /**< \brief (CMCC_TYPE) Cache Size 2 Kbytes */\r
-#define   CMCC_TYPE_CSIZE_CSIZE_4KB (0x2u << 8) /**< \brief (CMCC_TYPE) Cache Size 4 Kbytes */\r
-#define   CMCC_TYPE_CSIZE_CSIZE_8KB (0x3u << 8) /**< \brief (CMCC_TYPE) Cache Size 8 Kbytes */\r
-#define CMCC_TYPE_CLSIZE_Pos 11\r
-#define CMCC_TYPE_CLSIZE_Msk (0x7u << CMCC_TYPE_CLSIZE_Pos) /**< \brief (CMCC_TYPE) Cache Size */\r
-#define   CMCC_TYPE_CLSIZE_CLSIZE_1KB (0x0u << 11) /**< \brief (CMCC_TYPE) 4 bytes */\r
-#define   CMCC_TYPE_CLSIZE_CLSIZE_2KB (0x1u << 11) /**< \brief (CMCC_TYPE) 8 bytes */\r
-#define   CMCC_TYPE_CLSIZE_CLSIZE_4KB (0x2u << 11) /**< \brief (CMCC_TYPE) 16 bytes */\r
-#define   CMCC_TYPE_CLSIZE_CLSIZE_8KB (0x3u << 11) /**< \brief (CMCC_TYPE) 32 bytes */\r
-/* -------- CMCC_CFG : (CMCC Offset: 0x04) Cache Configuration Register -------- */\r
-#define CMCC_CFG_GCLKDIS (0x1u << 0) /**< \brief (CMCC_CFG) Disable Clock Gating */\r
-/* -------- CMCC_CTRL : (CMCC Offset: 0x08) Cache Control Register -------- */\r
-#define CMCC_CTRL_CEN (0x1u << 0) /**< \brief (CMCC_CTRL) Cache Controller Enable */\r
-/* -------- CMCC_SR : (CMCC Offset: 0x0C) Cache Status Register -------- */\r
-#define CMCC_SR_CSTS (0x1u << 0) /**< \brief (CMCC_SR) Cache Controller Status */\r
-/* -------- CMCC_MAINT0 : (CMCC Offset: 0x20) Cache Maintenance Register 0 -------- */\r
-#define CMCC_MAINT0_INVALL (0x1u << 0) /**< \brief (CMCC_MAINT0) Cache Controller Invalidate All */\r
-/* -------- CMCC_MAINT1 : (CMCC Offset: 0x24) Cache Maintenance Register 1 -------- */\r
-#define CMCC_MAINT1_INDEX_Pos 4\r
-#define CMCC_MAINT1_INDEX_Msk (0x1fu << CMCC_MAINT1_INDEX_Pos) /**< \brief (CMCC_MAINT1) Invalidate Index */\r
-#define CMCC_MAINT1_INDEX(value) ((CMCC_MAINT1_INDEX_Msk & ((value) << CMCC_MAINT1_INDEX_Pos)))\r
-#define CMCC_MAINT1_WAY_Pos 30\r
-#define CMCC_MAINT1_WAY_Msk (0x3u << CMCC_MAINT1_WAY_Pos) /**< \brief (CMCC_MAINT1) Invalidate Way */\r
-#define   CMCC_MAINT1_WAY_WAY0 (0x0u << 30) /**< \brief (CMCC_MAINT1) Way 0 is selection for index invalidation */\r
-#define   CMCC_MAINT1_WAY_WAY1 (0x1u << 30) /**< \brief (CMCC_MAINT1) Way 1 is selection for index invalidation */\r
-#define   CMCC_MAINT1_WAY_WAY2 (0x2u << 30) /**< \brief (CMCC_MAINT1) Way 2 is selection for index invalidation */\r
-#define   CMCC_MAINT1_WAY_WAY3 (0x3u << 30) /**< \brief (CMCC_MAINT1) Way 3 is selection for index invalidation */\r
-/* -------- CMCC_MCFG : (CMCC Offset: 0x28) Cache Monitor Configuration Register -------- */\r
-#define CMCC_MCFG_MODE_Pos 0\r
-#define CMCC_MCFG_MODE_Msk (0x3u << CMCC_MCFG_MODE_Pos) /**< \brief (CMCC_MCFG) Cache Controller Monitor Counter Mode */\r
-#define   CMCC_MCFG_MODE_CYCLE_COUNT (0x0u << 0) /**< \brief (CMCC_MCFG) Cycle counter */\r
-#define   CMCC_MCFG_MODE_IHIT_COUNT (0x1u << 0) /**< \brief (CMCC_MCFG) Instruction hit counter */\r
-#define   CMCC_MCFG_MODE_DHIT_COUNT (0x2u << 0) /**< \brief (CMCC_MCFG) Data hit counter */\r
-/* -------- CMCC_MEN : (CMCC Offset: 0x2C) Cache Monitor Enable Register -------- */\r
-#define CMCC_MEN_MENABLE (0x1u << 0) /**< \brief (CMCC_MEN) Cache Controller Monitor Enable */\r
-/* -------- CMCC_MCTRL : (CMCC Offset: 0x30) Cache Monitor Control Register -------- */\r
-#define CMCC_MCTRL_SWRST (0x1u << 0) /**< \brief (CMCC_MCTRL) Monitor */\r
-/* -------- CMCC_MSR : (CMCC Offset: 0x34) Cache Monitor Status Register -------- */\r
-#define CMCC_MSR_EVENT_CNT_Pos 0\r
-#define CMCC_MSR_EVENT_CNT_Msk (0xffffffffu << CMCC_MSR_EVENT_CNT_Pos) /**< \brief (CMCC_MSR) Monitor Event Counter */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_CMCC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/crccu.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/crccu.h
deleted file mode 100644 (file)
index a10fff8..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CRCCU_COMPONENT_\r
-#define _SAM4E_CRCCU_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Cyclic Redundancy Check Calculation Unit */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_CRCCU Cyclic Redundancy Check Calculation Unit */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Crccu hardware registers */\r
-typedef struct {\r
-  RwReg CRCCU_DSCR;    /**< \brief (Crccu Offset: 0x00000000) CRCCU Descriptor Base Register */\r
-  RoReg Reserved1[1];\r
-  WoReg CRCCU_DMA_EN;  /**< \brief (Crccu Offset: 0x00000008) CRCCU DMA Enable Register */\r
-  WoReg CRCCU_DMA_DIS; /**< \brief (Crccu Offset: 0x0000000C) CRCCU DMA Disable Register */\r
-  RoReg CRCCU_DMA_SR;  /**< \brief (Crccu Offset: 0x00000010) CRCCU DMA Status Register */\r
-  WoReg CRCCU_DMA_IER; /**< \brief (Crccu Offset: 0x00000014) CRCCU DMA Interrupt Enable Register */\r
-  WoReg CRCCU_DMA_IDR; /**< \brief (Crccu Offset: 0x00000018) CRCCU DMA Interrupt Disable Register */\r
-  RoReg CRCCU_DMA_IMR; /**< \brief (Crccu Offset: 0x0000001C) CRCCU DMA Interrupt Mask Register */\r
-  RoReg CRCCU_DMA_ISR; /**< \brief (Crccu Offset: 0x00000020) CRCCU DMA Interrupt Status Register */\r
-  RoReg Reserved2[4];\r
-  WoReg CRCCU_CR;      /**< \brief (Crccu Offset: 0x00000034) CRCCU Control Register */\r
-  RwReg CRCCU_MR;      /**< \brief (Crccu Offset: 0x00000038) CRCCU Mode Register */\r
-  RoReg CRCCU_SR;      /**< \brief (Crccu Offset: 0x0000003C) CRCCU Status Register */\r
-  WoReg CRCCU_IER;     /**< \brief (Crccu Offset: 0x00000040) CRCCU Interrupt Enable Register */\r
-  WoReg CRCCU_IDR;     /**< \brief (Crccu Offset: 0x00000044) CRCCU Interrupt Disable Register */\r
-  RoReg CRCCU_IMR;     /**< \brief (Crccu Offset: 0x00000048) CRCCU Interrupt Mask Register */\r
-  RoReg CRCCU_ISR;     /**< \brief (Crccu Offset: 0x0000004C) CRCCU Interrupt Status Register */\r
-} Crccu;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- CRCCU_DSCR : (CRCCU Offset: 0x00000000) CRCCU Descriptor Base Register -------- */\r
-#define CRCCU_DSCR_DSCR_Pos 9\r
-#define CRCCU_DSCR_DSCR_Msk (0x7fffffu << CRCCU_DSCR_DSCR_Pos) /**< \brief (CRCCU_DSCR) Descriptor Base Address */\r
-#define CRCCU_DSCR_DSCR(value) ((CRCCU_DSCR_DSCR_Msk & ((value) << CRCCU_DSCR_DSCR_Pos)))\r
-/* -------- CRCCU_DMA_EN : (CRCCU Offset: 0x00000008) CRCCU DMA Enable Register -------- */\r
-#define CRCCU_DMA_EN_DMAEN (0x1u << 0) /**< \brief (CRCCU_DMA_EN) DMA Enable Register */\r
-/* -------- CRCCU_DMA_DIS : (CRCCU Offset: 0x0000000C) CRCCU DMA Disable Register -------- */\r
-#define CRCCU_DMA_DIS_DMADIS (0x1u << 0) /**< \brief (CRCCU_DMA_DIS) DMA Disable Register */\r
-/* -------- CRCCU_DMA_SR : (CRCCU Offset: 0x00000010) CRCCU DMA Status Register -------- */\r
-#define CRCCU_DMA_SR_DMASR (0x1u << 0) /**< \brief (CRCCU_DMA_SR) DMA Status Register */\r
-/* -------- CRCCU_DMA_IER : (CRCCU Offset: 0x00000014) CRCCU DMA Interrupt Enable Register -------- */\r
-#define CRCCU_DMA_IER_DMAIER (0x1u << 0) /**< \brief (CRCCU_DMA_IER) Interrupt Enable register */\r
-/* -------- CRCCU_DMA_IDR : (CRCCU Offset: 0x00000018) CRCCU DMA Interrupt Disable Register -------- */\r
-#define CRCCU_DMA_IDR_DMAIDR (0x1u << 0) /**< \brief (CRCCU_DMA_IDR) Interrupt Disable register */\r
-/* -------- CRCCU_DMA_IMR : (CRCCU Offset: 0x0000001C) CRCCU DMA Interrupt Mask Register -------- */\r
-#define CRCCU_DMA_IMR_DMAIMR (0x1u << 0) /**< \brief (CRCCU_DMA_IMR) Interrupt Mask Register */\r
-/* -------- CRCCU_DMA_ISR : (CRCCU Offset: 0x00000020) CRCCU DMA Interrupt Status Register -------- */\r
-#define CRCCU_DMA_ISR_DMAISR (0x1u << 0) /**< \brief (CRCCU_DMA_ISR) Interrupt Status register */\r
-/* -------- CRCCU_CR : (CRCCU Offset: 0x00000034) CRCCU Control Register -------- */\r
-#define CRCCU_CR_RESET (0x1u << 0) /**< \brief (CRCCU_CR) CRC Computation Reset */\r
-/* -------- CRCCU_MR : (CRCCU Offset: 0x00000038) CRCCU Mode Register -------- */\r
-#define CRCCU_MR_ENABLE (0x1u << 0) /**< \brief (CRCCU_MR) CRC Enable */\r
-#define CRCCU_MR_COMPARE (0x1u << 1) /**< \brief (CRCCU_MR) CRC Compare */\r
-#define CRCCU_MR_PTYPE_Pos 2\r
-#define CRCCU_MR_PTYPE_Msk (0x3u << CRCCU_MR_PTYPE_Pos) /**< \brief (CRCCU_MR) Primitive Polynomial */\r
-#define   CRCCU_MR_PTYPE_CCITT8023 (0x0u << 2) /**< \brief (CRCCU_MR) Polynom 0x04C11DB7 */\r
-#define   CRCCU_MR_PTYPE_CASTAGNOLI (0x1u << 2) /**< \brief (CRCCU_MR) Polynom 0x1EDC6F41 */\r
-#define   CRCCU_MR_PTYPE_CCITT16 (0x2u << 2) /**< \brief (CRCCU_MR) Polynom 0x1021 */\r
-#define CRCCU_MR_DIVIDER_Pos 4\r
-#define CRCCU_MR_DIVIDER_Msk (0xfu << CRCCU_MR_DIVIDER_Pos) /**< \brief (CRCCU_MR) Request Divider */\r
-#define CRCCU_MR_DIVIDER(value) ((CRCCU_MR_DIVIDER_Msk & ((value) << CRCCU_MR_DIVIDER_Pos)))\r
-/* -------- CRCCU_SR : (CRCCU Offset: 0x0000003C) CRCCU Status Register -------- */\r
-#define CRCCU_SR_CRC_Pos 0\r
-#define CRCCU_SR_CRC_Msk (0xffffffffu << CRCCU_SR_CRC_Pos) /**< \brief (CRCCU_SR) Cyclic Redundancy Check Value */\r
-/* -------- CRCCU_IER : (CRCCU Offset: 0x00000040) CRCCU Interrupt Enable Register -------- */\r
-#define CRCCU_IER_ERRIER (0x1u << 0) /**< \brief (CRCCU_IER) CRC Error Interrupt Enable */\r
-/* -------- CRCCU_IDR : (CRCCU Offset: 0x00000044) CRCCU Interrupt Disable Register -------- */\r
-#define CRCCU_IDR_ERRIDR (0x1u << 0) /**< \brief (CRCCU_IDR) CRC Error Interrupt Disable */\r
-/* -------- CRCCU_IMR : (CRCCU Offset: 0x00000048) CRCCU Interrupt Mask Register -------- */\r
-#define CRCCU_IMR_ERRIMR (0x1u << 0) /**< \brief (CRCCU_IMR) CRC Error Interrupt Mask */\r
-/* -------- CRCCU_ISR : (CRCCU Offset: 0x0000004C) CRCCU Interrupt Status Register -------- */\r
-#define CRCCU_ISR_ERRISR (0x1u << 0) /**< \brief (CRCCU_ISR) CRC Error Interrupt Status */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_CRCCU_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dacc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dacc.h
deleted file mode 100644 (file)
index 9739b12..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_DACC_COMPONENT_\r
-#define _SAM4E_DACC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Digital-to-Analog Converter Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_DACC Digital-to-Analog Converter Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Dacc hardware registers */\r
-typedef struct {\r
-  WoReg DACC_CR;       /**< \brief (Dacc Offset: 0x00) Control Register */\r
-  RwReg DACC_MR;       /**< \brief (Dacc Offset: 0x04) Mode Register */\r
-  RoReg Reserved1[2];\r
-  WoReg DACC_CHER;     /**< \brief (Dacc Offset: 0x10) Channel Enable Register */\r
-  WoReg DACC_CHDR;     /**< \brief (Dacc Offset: 0x14) Channel Disable Register */\r
-  RoReg DACC_CHSR;     /**< \brief (Dacc Offset: 0x18) Channel Status Register */\r
-  RoReg Reserved2[1];\r
-  WoReg DACC_CDR;      /**< \brief (Dacc Offset: 0x20) Conversion Data Register */\r
-  WoReg DACC_IER;      /**< \brief (Dacc Offset: 0x24) Interrupt Enable Register */\r
-  WoReg DACC_IDR;      /**< \brief (Dacc Offset: 0x28) Interrupt Disable Register */\r
-  RoReg DACC_IMR;      /**< \brief (Dacc Offset: 0x2C) Interrupt Mask Register */\r
-  RoReg DACC_ISR;      /**< \brief (Dacc Offset: 0x30) Interrupt Status Register */\r
-  RoReg Reserved3[24];\r
-  RwReg DACC_ACR;      /**< \brief (Dacc Offset: 0x94) Analog Current Register */\r
-  RoReg Reserved4[19];\r
-  RwReg DACC_WPMR;     /**< \brief (Dacc Offset: 0xE4) Write Protect Mode register */\r
-  RoReg DACC_WPSR;     /**< \brief (Dacc Offset: 0xE8) Write Protect Status register */\r
-  RoReg Reserved5[7];\r
-  RwReg DACC_TPR;      /**< \brief (Dacc Offset: 0x108) Transmit Pointer Register */\r
-  RwReg DACC_TCR;      /**< \brief (Dacc Offset: 0x10C) Transmit Counter Register */\r
-  RoReg Reserved6[2];\r
-  RwReg DACC_TNPR;     /**< \brief (Dacc Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg DACC_TNCR;     /**< \brief (Dacc Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg DACC_PTCR;     /**< \brief (Dacc Offset: 0x120) Transfer Control Register */\r
-  RoReg DACC_PTSR;     /**< \brief (Dacc Offset: 0x124) Transfer Status Register */\r
-} Dacc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- DACC_CR : (DACC Offset: 0x00) Control Register -------- */\r
-#define DACC_CR_SWRST (0x1u << 0) /**< \brief (DACC_CR) Software Reset */\r
-/* -------- DACC_MR : (DACC Offset: 0x04) Mode Register -------- */\r
-#define DACC_MR_TRGEN (0x1u << 0) /**< \brief (DACC_MR) Trigger Enable */\r
-#define   DACC_MR_TRGEN_DIS (0x0u << 0) /**< \brief (DACC_MR) External trigger mode disabled. DACC in free running mode. */\r
-#define   DACC_MR_TRGEN_EN (0x1u << 0) /**< \brief (DACC_MR) External trigger mode enabled. */\r
-#define DACC_MR_TRGSEL_Pos 1\r
-#define DACC_MR_TRGSEL_Msk (0x7u << DACC_MR_TRGSEL_Pos) /**< \brief (DACC_MR) Trigger Selection */\r
-#define DACC_MR_TRGSEL(value) ((DACC_MR_TRGSEL_Msk & ((value) << DACC_MR_TRGSEL_Pos)))\r
-#define DACC_MR_WORD (0x1u << 4) /**< \brief (DACC_MR) Word Transfer */\r
-#define   DACC_MR_WORD_HALF (0x0u << 4) /**< \brief (DACC_MR) Half-Word transfer */\r
-#define   DACC_MR_WORD_WORD (0x1u << 4) /**< \brief (DACC_MR) Word Transfer */\r
-#define DACC_MR_SLEEP (0x1u << 5) /**< \brief (DACC_MR) Sleep Mode */\r
-#define DACC_MR_FASTWKUP (0x1u << 6) /**< \brief (DACC_MR) Fast Wake up Mode */\r
-#define DACC_MR_REFRESH_Pos 8\r
-#define DACC_MR_REFRESH_Msk (0xffu << DACC_MR_REFRESH_Pos) /**< \brief (DACC_MR) Refresh Period */\r
-#define DACC_MR_REFRESH(value) ((DACC_MR_REFRESH_Msk & ((value) << DACC_MR_REFRESH_Pos)))\r
-#define DACC_MR_USER_SEL_Pos 16\r
-#define DACC_MR_USER_SEL_Msk (0x3u << DACC_MR_USER_SEL_Pos) /**< \brief (DACC_MR) User Channel Selection */\r
-#define   DACC_MR_USER_SEL_CHANNEL0 (0x0u << 16) /**< \brief (DACC_MR) Channel 0 */\r
-#define   DACC_MR_USER_SEL_CHANNEL1 (0x1u << 16) /**< \brief (DACC_MR) Channel 1 */\r
-#define DACC_MR_TAG (0x1u << 20) /**< \brief (DACC_MR) Tag Selection Mode */\r
-#define   DACC_MR_TAG_DIS (0x0u << 20) /**< \brief (DACC_MR) Tag selection mode disabled. Using USER_SEL to select the channel for the conversion. */\r
-#define   DACC_MR_TAG_EN (0x1u << 20) /**< \brief (DACC_MR) Tag selection mode enabled */\r
-#define DACC_MR_MAXS (0x1u << 21) /**< \brief (DACC_MR) Max Speed Mode */\r
-#define   DACC_MR_MAXS_NORMAL (0x0u << 21) /**< \brief (DACC_MR) Normal Mode */\r
-#define   DACC_MR_MAXS_MAXIMUM (0x1u << 21) /**< \brief (DACC_MR) Max Speed Mode enabled */\r
-#define DACC_MR_CLKDIV (0x1u << 22) /**< \brief (DACC_MR) Clock Divider */\r
-#define   DACC_MR_CLKDIV_DIV_2 (0x0u << 22) /**< \brief (DACC_MR) The DAC clock is MCK divided by 2 */\r
-#define   DACC_MR_CLKDIV_DIV_4 (0x1u << 22) /**< \brief (DACC_MR) The DAC clock is MCK divided by 4 (to be used when MCK frequency is above 100MHz) */\r
-#define DACC_MR_STARTUP_Pos 24\r
-#define DACC_MR_STARTUP_Msk (0x3fu << DACC_MR_STARTUP_Pos) /**< \brief (DACC_MR) Startup Time Selection */\r
-#define   DACC_MR_STARTUP_0 (0x0u << 24) /**< \brief (DACC_MR) 0 periods of DACClock */\r
-#define   DACC_MR_STARTUP_8 (0x1u << 24) /**< \brief (DACC_MR) 8 periods of DACClock */\r
-#define   DACC_MR_STARTUP_16 (0x2u << 24) /**< \brief (DACC_MR) 16 periods of DACClock */\r
-#define   DACC_MR_STARTUP_24 (0x3u << 24) /**< \brief (DACC_MR) 24 periods of DACClock */\r
-#define   DACC_MR_STARTUP_64 (0x4u << 24) /**< \brief (DACC_MR) 64 periods of DACClock */\r
-#define   DACC_MR_STARTUP_80 (0x5u << 24) /**< \brief (DACC_MR) 80 periods of DACClock */\r
-#define   DACC_MR_STARTUP_96 (0x6u << 24) /**< \brief (DACC_MR) 96 periods of DACClock */\r
-#define   DACC_MR_STARTUP_112 (0x7u << 24) /**< \brief (DACC_MR) 112 periods of DACClock */\r
-#define   DACC_MR_STARTUP_512 (0x8u << 24) /**< \brief (DACC_MR) 512 periods of DACClock */\r
-#define   DACC_MR_STARTUP_576 (0x9u << 24) /**< \brief (DACC_MR) 576 periods of DACClock */\r
-#define   DACC_MR_STARTUP_640 (0xAu << 24) /**< \brief (DACC_MR) 640 periods of DACClock */\r
-#define   DACC_MR_STARTUP_704 (0xBu << 24) /**< \brief (DACC_MR) 704 periods of DACClock */\r
-#define   DACC_MR_STARTUP_768 (0xCu << 24) /**< \brief (DACC_MR) 768 periods of DACClock */\r
-#define   DACC_MR_STARTUP_832 (0xDu << 24) /**< \brief (DACC_MR) 832 periods of DACClock */\r
-#define   DACC_MR_STARTUP_896 (0xEu << 24) /**< \brief (DACC_MR) 896 periods of DACClock */\r
-#define   DACC_MR_STARTUP_960 (0xFu << 24) /**< \brief (DACC_MR) 960 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1024 (0x10u << 24) /**< \brief (DACC_MR) 1024 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1088 (0x11u << 24) /**< \brief (DACC_MR) 1088 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1152 (0x12u << 24) /**< \brief (DACC_MR) 1152 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1216 (0x13u << 24) /**< \brief (DACC_MR) 1216 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1280 (0x14u << 24) /**< \brief (DACC_MR) 1280 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1344 (0x15u << 24) /**< \brief (DACC_MR) 1344 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1408 (0x16u << 24) /**< \brief (DACC_MR) 1408 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1472 (0x17u << 24) /**< \brief (DACC_MR) 1472 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1536 (0x18u << 24) /**< \brief (DACC_MR) 1536 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1600 (0x19u << 24) /**< \brief (DACC_MR) 1600 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1664 (0x1Au << 24) /**< \brief (DACC_MR) 1664 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1728 (0x1Bu << 24) /**< \brief (DACC_MR) 1728 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1792 (0x1Cu << 24) /**< \brief (DACC_MR) 1792 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1856 (0x1Du << 24) /**< \brief (DACC_MR) 1856 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1920 (0x1Eu << 24) /**< \brief (DACC_MR) 1920 periods of DACClock */\r
-#define   DACC_MR_STARTUP_1984 (0x1Fu << 24) /**< \brief (DACC_MR) 1984 periods of DACClock */\r
-/* -------- DACC_CHER : (DACC Offset: 0x10) Channel Enable Register -------- */\r
-#define DACC_CHER_CH0 (0x1u << 0) /**< \brief (DACC_CHER) Channel 0 Enable */\r
-#define DACC_CHER_CH1 (0x1u << 1) /**< \brief (DACC_CHER) Channel 1 Enable */\r
-/* -------- DACC_CHDR : (DACC Offset: 0x14) Channel Disable Register -------- */\r
-#define DACC_CHDR_CH0 (0x1u << 0) /**< \brief (DACC_CHDR) Channel 0 Disable */\r
-#define DACC_CHDR_CH1 (0x1u << 1) /**< \brief (DACC_CHDR) Channel 1 Disable */\r
-/* -------- DACC_CHSR : (DACC Offset: 0x18) Channel Status Register -------- */\r
-#define DACC_CHSR_CH0 (0x1u << 0) /**< \brief (DACC_CHSR) Channel 0 Status */\r
-#define DACC_CHSR_CH1 (0x1u << 1) /**< \brief (DACC_CHSR) Channel 1 Status */\r
-/* -------- DACC_CDR : (DACC Offset: 0x20) Conversion Data Register -------- */\r
-#define DACC_CDR_DATA_Pos 0\r
-#define DACC_CDR_DATA_Msk (0xffffffffu << DACC_CDR_DATA_Pos) /**< \brief (DACC_CDR) Data to Convert */\r
-#define DACC_CDR_DATA(value) ((DACC_CDR_DATA_Msk & ((value) << DACC_CDR_DATA_Pos)))\r
-/* -------- DACC_IER : (DACC Offset: 0x24) Interrupt Enable Register -------- */\r
-#define DACC_IER_TXRDY (0x1u << 0) /**< \brief (DACC_IER) Transmit Ready Interrupt Enable */\r
-#define DACC_IER_EOC (0x1u << 1) /**< \brief (DACC_IER) End of Conversion Interrupt Enable */\r
-#define DACC_IER_ENDTX (0x1u << 2) /**< \brief (DACC_IER) End of Transmit Buffer Interrupt Enable */\r
-#define DACC_IER_TXBUFE (0x1u << 3) /**< \brief (DACC_IER) Transmit Buffer Empty Interrupt Enable */\r
-/* -------- DACC_IDR : (DACC Offset: 0x28) Interrupt Disable Register -------- */\r
-#define DACC_IDR_TXRDY (0x1u << 0) /**< \brief (DACC_IDR) Transmit Ready Interrupt Disable. */\r
-#define DACC_IDR_EOC (0x1u << 1) /**< \brief (DACC_IDR) End of Conversion Interrupt Disable */\r
-#define DACC_IDR_ENDTX (0x1u << 2) /**< \brief (DACC_IDR) End of Transmit Buffer Interrupt Disable */\r
-#define DACC_IDR_TXBUFE (0x1u << 3) /**< \brief (DACC_IDR) Transmit Buffer Empty Interrupt Disable */\r
-/* -------- DACC_IMR : (DACC Offset: 0x2C) Interrupt Mask Register -------- */\r
-#define DACC_IMR_TXRDY (0x1u << 0) /**< \brief (DACC_IMR) Transmit Ready Interrupt Mask */\r
-#define DACC_IMR_EOC (0x1u << 1) /**< \brief (DACC_IMR) End of Conversion Interrupt Mask */\r
-#define DACC_IMR_ENDTX (0x1u << 2) /**< \brief (DACC_IMR) End of Transmit Buffer Interrupt Mask */\r
-#define DACC_IMR_TXBUFE (0x1u << 3) /**< \brief (DACC_IMR) Transmit Buffer Empty Interrupt Mask */\r
-/* -------- DACC_ISR : (DACC Offset: 0x30) Interrupt Status Register -------- */\r
-#define DACC_ISR_TXRDY (0x1u << 0) /**< \brief (DACC_ISR) Transmit Ready Interrupt Flag */\r
-#define DACC_ISR_EOC (0x1u << 1) /**< \brief (DACC_ISR) End of Conversion Interrupt Flag */\r
-#define DACC_ISR_ENDTX (0x1u << 2) /**< \brief (DACC_ISR) End of DMA Interrupt Flag */\r
-#define DACC_ISR_TXBUFE (0x1u << 3) /**< \brief (DACC_ISR) Transmit Buffer Empty */\r
-/* -------- DACC_ACR : (DACC Offset: 0x94) Analog Current Register -------- */\r
-#define DACC_ACR_IBCTLCH0_Pos 0\r
-#define DACC_ACR_IBCTLCH0_Msk (0x3u << DACC_ACR_IBCTLCH0_Pos) /**< \brief (DACC_ACR) Analog Output Current Control */\r
-#define DACC_ACR_IBCTLCH0(value) ((DACC_ACR_IBCTLCH0_Msk & ((value) << DACC_ACR_IBCTLCH0_Pos)))\r
-#define DACC_ACR_IBCTLCH1_Pos 2\r
-#define DACC_ACR_IBCTLCH1_Msk (0x3u << DACC_ACR_IBCTLCH1_Pos) /**< \brief (DACC_ACR) Analog Output Current Control */\r
-#define DACC_ACR_IBCTLCH1(value) ((DACC_ACR_IBCTLCH1_Msk & ((value) << DACC_ACR_IBCTLCH1_Pos)))\r
-#define DACC_ACR_IBCTLDACCORE_Pos 8\r
-#define DACC_ACR_IBCTLDACCORE_Msk (0x3u << DACC_ACR_IBCTLDACCORE_Pos) /**< \brief (DACC_ACR) Bias Current Control for DAC Core */\r
-#define DACC_ACR_IBCTLDACCORE(value) ((DACC_ACR_IBCTLDACCORE_Msk & ((value) << DACC_ACR_IBCTLDACCORE_Pos)))\r
-/* -------- DACC_WPMR : (DACC Offset: 0xE4) Write Protect Mode register -------- */\r
-#define DACC_WPMR_WPEN (0x1u << 0) /**< \brief (DACC_WPMR) Write Protect Enable */\r
-#define DACC_WPMR_WPKEY_Pos 8\r
-#define DACC_WPMR_WPKEY_Msk (0xffffffu << DACC_WPMR_WPKEY_Pos) /**< \brief (DACC_WPMR) Write Protect KEY */\r
-#define DACC_WPMR_WPKEY(value) ((DACC_WPMR_WPKEY_Msk & ((value) << DACC_WPMR_WPKEY_Pos)))\r
-/* -------- DACC_WPSR : (DACC Offset: 0xE8) Write Protect Status register -------- */\r
-#define DACC_WPSR_WPROTERR (0x1u << 0) /**< \brief (DACC_WPSR) Write protection error */\r
-#define DACC_WPSR_WPROTADDR_Pos 8\r
-#define DACC_WPSR_WPROTADDR_Msk (0xffu << DACC_WPSR_WPROTADDR_Pos) /**< \brief (DACC_WPSR) Write protection error address */\r
-/* -------- DACC_TPR : (DACC Offset: 0x108) Transmit Pointer Register -------- */\r
-#define DACC_TPR_TXPTR_Pos 0\r
-#define DACC_TPR_TXPTR_Msk (0xffffffffu << DACC_TPR_TXPTR_Pos) /**< \brief (DACC_TPR) Transmit Counter Register */\r
-#define DACC_TPR_TXPTR(value) ((DACC_TPR_TXPTR_Msk & ((value) << DACC_TPR_TXPTR_Pos)))\r
-/* -------- DACC_TCR : (DACC Offset: 0x10C) Transmit Counter Register -------- */\r
-#define DACC_TCR_TXCTR_Pos 0\r
-#define DACC_TCR_TXCTR_Msk (0xffffu << DACC_TCR_TXCTR_Pos) /**< \brief (DACC_TCR) Transmit Counter Register */\r
-#define DACC_TCR_TXCTR(value) ((DACC_TCR_TXCTR_Msk & ((value) << DACC_TCR_TXCTR_Pos)))\r
-/* -------- DACC_TNPR : (DACC Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define DACC_TNPR_TXNPTR_Pos 0\r
-#define DACC_TNPR_TXNPTR_Msk (0xffffffffu << DACC_TNPR_TXNPTR_Pos) /**< \brief (DACC_TNPR) Transmit Next Pointer */\r
-#define DACC_TNPR_TXNPTR(value) ((DACC_TNPR_TXNPTR_Msk & ((value) << DACC_TNPR_TXNPTR_Pos)))\r
-/* -------- DACC_TNCR : (DACC Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define DACC_TNCR_TXNCTR_Pos 0\r
-#define DACC_TNCR_TXNCTR_Msk (0xffffu << DACC_TNCR_TXNCTR_Pos) /**< \brief (DACC_TNCR) Transmit Counter Next */\r
-#define DACC_TNCR_TXNCTR(value) ((DACC_TNCR_TXNCTR_Msk & ((value) << DACC_TNCR_TXNCTR_Pos)))\r
-/* -------- DACC_PTCR : (DACC Offset: 0x120) Transfer Control Register -------- */\r
-#define DACC_PTCR_RXTEN (0x1u << 0) /**< \brief (DACC_PTCR) Receiver Transfer Enable */\r
-#define DACC_PTCR_RXTDIS (0x1u << 1) /**< \brief (DACC_PTCR) Receiver Transfer Disable */\r
-#define DACC_PTCR_TXTEN (0x1u << 8) /**< \brief (DACC_PTCR) Transmitter Transfer Enable */\r
-#define DACC_PTCR_TXTDIS (0x1u << 9) /**< \brief (DACC_PTCR) Transmitter Transfer Disable */\r
-/* -------- DACC_PTSR : (DACC Offset: 0x124) Transfer Status Register -------- */\r
-#define DACC_PTSR_RXTEN (0x1u << 0) /**< \brief (DACC_PTSR) Receiver Transfer Enable */\r
-#define DACC_PTSR_TXTEN (0x1u << 8) /**< \brief (DACC_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_DACC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dmac.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/dmac.h
deleted file mode 100644 (file)
index e507ce6..0000000
+++ /dev/null
@@ -1,305 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_DMAC_COMPONENT_\r
-#define _SAM4E_DMAC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR DMA Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_DMAC DMA Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief DmacCh_num hardware registers */\r
-typedef struct {\r
-  RwReg       DMAC_SADDR;     /**< \brief (DmacCh_num Offset: 0x0) DMAC Channel Source Address Register */\r
-  RwReg       DMAC_DADDR;     /**< \brief (DmacCh_num Offset: 0x4) DMAC Channel Destination Address Register */\r
-  RwReg       DMAC_DSCR;      /**< \brief (DmacCh_num Offset: 0x8) DMAC Channel Descriptor Address Register */\r
-  RwReg       DMAC_CTRLA;     /**< \brief (DmacCh_num Offset: 0xC) DMAC Channel Control A Register */\r
-  RwReg       DMAC_CTRLB;     /**< \brief (DmacCh_num Offset: 0x10) DMAC Channel Control B Register */\r
-  RwReg       DMAC_CFG;       /**< \brief (DmacCh_num Offset: 0x14) DMAC Channel Configuration Register */\r
-  RoReg       Reserved1[4];\r
-} DmacCh_num;\r
-/** \brief Dmac hardware registers */\r
-#define DMACCH_NUM_NUMBER 4\r
-typedef struct {\r
-  RwReg       DMAC_GCFG;      /**< \brief (Dmac Offset: 0x000) DMAC Global Configuration Register */\r
-  RwReg       DMAC_EN;        /**< \brief (Dmac Offset: 0x004) DMAC Enable Register */\r
-  RwReg       DMAC_SREQ;      /**< \brief (Dmac Offset: 0x008) DMAC Software Single Request Register */\r
-  RwReg       DMAC_CREQ;      /**< \brief (Dmac Offset: 0x00C) DMAC Software Chunk Transfer Request Register */\r
-  RwReg       DMAC_LAST;      /**< \brief (Dmac Offset: 0x010) DMAC Software Last Transfer Flag Register */\r
-  RoReg       Reserved1[1];\r
-  WoReg       DMAC_EBCIER;    /**< \brief (Dmac Offset: 0x018) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Enable register. */\r
-  WoReg       DMAC_EBCIDR;    /**< \brief (Dmac Offset: 0x01C) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Disable register. */\r
-  RoReg       DMAC_EBCIMR;    /**< \brief (Dmac Offset: 0x020) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Mask Register. */\r
-  RoReg       DMAC_EBCISR;    /**< \brief (Dmac Offset: 0x024) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Status Register. */\r
-  WoReg       DMAC_CHER;      /**< \brief (Dmac Offset: 0x028) DMAC Channel Handler Enable Register */\r
-  WoReg       DMAC_CHDR;      /**< \brief (Dmac Offset: 0x02C) DMAC Channel Handler Disable Register */\r
-  RoReg       DMAC_CHSR;      /**< \brief (Dmac Offset: 0x030) DMAC Channel Handler Status Register */\r
-  RoReg       Reserved2[2];\r
-  DmacCh_num  DMAC_CH_NUM[DMACCH_NUM_NUMBER]; /**< \brief (Dmac Offset: 0x3C) ch_num = 0 .. 3 */\r
-  RoReg       Reserved3[66];\r
-  RwReg       DMAC_WPMR;      /**< \brief (Dmac Offset: 0x1E4) DMAC Write Protect Mode Register */\r
-  RoReg       DMAC_WPSR;      /**< \brief (Dmac Offset: 0x1E8) DMAC Write Protect Status Register */\r
-} Dmac;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- DMAC_GCFG : (DMAC Offset: 0x000) DMAC Global Configuration Register -------- */\r
-#define DMAC_GCFG_ARB_CFG (0x1u << 4) /**< \brief (DMAC_GCFG) Arbiter Configuration */\r
-#define   DMAC_GCFG_ARB_CFG_FIXED (0x0u << 4) /**< \brief (DMAC_GCFG) Fixed priority arbiter. */\r
-#define   DMAC_GCFG_ARB_CFG_ROUND_ROBIN (0x1u << 4) /**< \brief (DMAC_GCFG) Modified round robin arbiter. */\r
-/* -------- DMAC_EN : (DMAC Offset: 0x004) DMAC Enable Register -------- */\r
-#define DMAC_EN_ENABLE (0x1u << 0) /**< \brief (DMAC_EN) General Enable of DMA */\r
-/* -------- DMAC_SREQ : (DMAC Offset: 0x008) DMAC Software Single Request Register -------- */\r
-#define DMAC_SREQ_SSREQ0 (0x1u << 0) /**< \brief (DMAC_SREQ) Source Request */\r
-#define DMAC_SREQ_DSREQ0 (0x1u << 1) /**< \brief (DMAC_SREQ) Destination Request */\r
-#define DMAC_SREQ_SSREQ1 (0x1u << 2) /**< \brief (DMAC_SREQ) Source Request */\r
-#define DMAC_SREQ_DSREQ1 (0x1u << 3) /**< \brief (DMAC_SREQ) Destination Request */\r
-#define DMAC_SREQ_SSREQ2 (0x1u << 4) /**< \brief (DMAC_SREQ) Source Request */\r
-#define DMAC_SREQ_DSREQ2 (0x1u << 5) /**< \brief (DMAC_SREQ) Destination Request */\r
-#define DMAC_SREQ_SSREQ3 (0x1u << 6) /**< \brief (DMAC_SREQ) Source Request */\r
-#define DMAC_SREQ_DSREQ3 (0x1u << 7) /**< \brief (DMAC_SREQ) Destination Request */\r
-/* -------- DMAC_CREQ : (DMAC Offset: 0x00C) DMAC Software Chunk Transfer Request Register -------- */\r
-#define DMAC_CREQ_SCREQ0 (0x1u << 0) /**< \brief (DMAC_CREQ) Source Chunk Request */\r
-#define DMAC_CREQ_DCREQ0 (0x1u << 1) /**< \brief (DMAC_CREQ) Destination Chunk Request */\r
-#define DMAC_CREQ_SCREQ1 (0x1u << 2) /**< \brief (DMAC_CREQ) Source Chunk Request */\r
-#define DMAC_CREQ_DCREQ1 (0x1u << 3) /**< \brief (DMAC_CREQ) Destination Chunk Request */\r
-#define DMAC_CREQ_SCREQ2 (0x1u << 4) /**< \brief (DMAC_CREQ) Source Chunk Request */\r
-#define DMAC_CREQ_DCREQ2 (0x1u << 5) /**< \brief (DMAC_CREQ) Destination Chunk Request */\r
-#define DMAC_CREQ_SCREQ3 (0x1u << 6) /**< \brief (DMAC_CREQ) Source Chunk Request */\r
-#define DMAC_CREQ_DCREQ3 (0x1u << 7) /**< \brief (DMAC_CREQ) Destination Chunk Request */\r
-/* -------- DMAC_LAST : (DMAC Offset: 0x010) DMAC Software Last Transfer Flag Register -------- */\r
-#define DMAC_LAST_SLAST0 (0x1u << 0) /**< \brief (DMAC_LAST) Source Last */\r
-#define DMAC_LAST_DLAST0 (0x1u << 1) /**< \brief (DMAC_LAST) Destination Last */\r
-#define DMAC_LAST_SLAST1 (0x1u << 2) /**< \brief (DMAC_LAST) Source Last */\r
-#define DMAC_LAST_DLAST1 (0x1u << 3) /**< \brief (DMAC_LAST) Destination Last */\r
-#define DMAC_LAST_SLAST2 (0x1u << 4) /**< \brief (DMAC_LAST) Source Last */\r
-#define DMAC_LAST_DLAST2 (0x1u << 5) /**< \brief (DMAC_LAST) Destination Last */\r
-#define DMAC_LAST_SLAST3 (0x1u << 6) /**< \brief (DMAC_LAST) Source Last */\r
-#define DMAC_LAST_DLAST3 (0x1u << 7) /**< \brief (DMAC_LAST) Destination Last */\r
-/* -------- DMAC_EBCIER : (DMAC Offset: 0x018) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Enable register. -------- */\r
-#define DMAC_EBCIER_BTC0 (0x1u << 0) /**< \brief (DMAC_EBCIER) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_BTC1 (0x1u << 1) /**< \brief (DMAC_EBCIER) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_BTC2 (0x1u << 2) /**< \brief (DMAC_EBCIER) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_BTC3 (0x1u << 3) /**< \brief (DMAC_EBCIER) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_CBTC0 (0x1u << 8) /**< \brief (DMAC_EBCIER) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_CBTC1 (0x1u << 9) /**< \brief (DMAC_EBCIER) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_CBTC2 (0x1u << 10) /**< \brief (DMAC_EBCIER) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_CBTC3 (0x1u << 11) /**< \brief (DMAC_EBCIER) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIER_ERR0 (0x1u << 16) /**< \brief (DMAC_EBCIER) Access Error [3:0] */\r
-#define DMAC_EBCIER_ERR1 (0x1u << 17) /**< \brief (DMAC_EBCIER) Access Error [3:0] */\r
-#define DMAC_EBCIER_ERR2 (0x1u << 18) /**< \brief (DMAC_EBCIER) Access Error [3:0] */\r
-#define DMAC_EBCIER_ERR3 (0x1u << 19) /**< \brief (DMAC_EBCIER) Access Error [3:0] */\r
-/* -------- DMAC_EBCIDR : (DMAC Offset: 0x01C) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Disable register. -------- */\r
-#define DMAC_EBCIDR_BTC0 (0x1u << 0) /**< \brief (DMAC_EBCIDR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_BTC1 (0x1u << 1) /**< \brief (DMAC_EBCIDR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_BTC2 (0x1u << 2) /**< \brief (DMAC_EBCIDR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_BTC3 (0x1u << 3) /**< \brief (DMAC_EBCIDR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_CBTC0 (0x1u << 8) /**< \brief (DMAC_EBCIDR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_CBTC1 (0x1u << 9) /**< \brief (DMAC_EBCIDR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_CBTC2 (0x1u << 10) /**< \brief (DMAC_EBCIDR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_CBTC3 (0x1u << 11) /**< \brief (DMAC_EBCIDR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIDR_ERR0 (0x1u << 16) /**< \brief (DMAC_EBCIDR) Access Error [3:0] */\r
-#define DMAC_EBCIDR_ERR1 (0x1u << 17) /**< \brief (DMAC_EBCIDR) Access Error [3:0] */\r
-#define DMAC_EBCIDR_ERR2 (0x1u << 18) /**< \brief (DMAC_EBCIDR) Access Error [3:0] */\r
-#define DMAC_EBCIDR_ERR3 (0x1u << 19) /**< \brief (DMAC_EBCIDR) Access Error [3:0] */\r
-/* -------- DMAC_EBCIMR : (DMAC Offset: 0x020) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Mask Register. -------- */\r
-#define DMAC_EBCIMR_BTC0 (0x1u << 0) /**< \brief (DMAC_EBCIMR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_BTC1 (0x1u << 1) /**< \brief (DMAC_EBCIMR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_BTC2 (0x1u << 2) /**< \brief (DMAC_EBCIMR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_BTC3 (0x1u << 3) /**< \brief (DMAC_EBCIMR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_CBTC0 (0x1u << 8) /**< \brief (DMAC_EBCIMR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_CBTC1 (0x1u << 9) /**< \brief (DMAC_EBCIMR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_CBTC2 (0x1u << 10) /**< \brief (DMAC_EBCIMR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_CBTC3 (0x1u << 11) /**< \brief (DMAC_EBCIMR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCIMR_ERR0 (0x1u << 16) /**< \brief (DMAC_EBCIMR) Access Error [3:0] */\r
-#define DMAC_EBCIMR_ERR1 (0x1u << 17) /**< \brief (DMAC_EBCIMR) Access Error [3:0] */\r
-#define DMAC_EBCIMR_ERR2 (0x1u << 18) /**< \brief (DMAC_EBCIMR) Access Error [3:0] */\r
-#define DMAC_EBCIMR_ERR3 (0x1u << 19) /**< \brief (DMAC_EBCIMR) Access Error [3:0] */\r
-/* -------- DMAC_EBCISR : (DMAC Offset: 0x024) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Status Register. -------- */\r
-#define DMAC_EBCISR_BTC0 (0x1u << 0) /**< \brief (DMAC_EBCISR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_BTC1 (0x1u << 1) /**< \brief (DMAC_EBCISR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_BTC2 (0x1u << 2) /**< \brief (DMAC_EBCISR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_BTC3 (0x1u << 3) /**< \brief (DMAC_EBCISR) Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_CBTC0 (0x1u << 8) /**< \brief (DMAC_EBCISR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_CBTC1 (0x1u << 9) /**< \brief (DMAC_EBCISR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_CBTC2 (0x1u << 10) /**< \brief (DMAC_EBCISR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_CBTC3 (0x1u << 11) /**< \brief (DMAC_EBCISR) Chained Buffer Transfer Completed [3:0] */\r
-#define DMAC_EBCISR_ERR0 (0x1u << 16) /**< \brief (DMAC_EBCISR) Access Error [3:0] */\r
-#define DMAC_EBCISR_ERR1 (0x1u << 17) /**< \brief (DMAC_EBCISR) Access Error [3:0] */\r
-#define DMAC_EBCISR_ERR2 (0x1u << 18) /**< \brief (DMAC_EBCISR) Access Error [3:0] */\r
-#define DMAC_EBCISR_ERR3 (0x1u << 19) /**< \brief (DMAC_EBCISR) Access Error [3:0] */\r
-/* -------- DMAC_CHER : (DMAC Offset: 0x028) DMAC Channel Handler Enable Register -------- */\r
-#define DMAC_CHER_ENA0 (0x1u << 0) /**< \brief (DMAC_CHER) Enable [3:0] */\r
-#define DMAC_CHER_ENA1 (0x1u << 1) /**< \brief (DMAC_CHER) Enable [3:0] */\r
-#define DMAC_CHER_ENA2 (0x1u << 2) /**< \brief (DMAC_CHER) Enable [3:0] */\r
-#define DMAC_CHER_ENA3 (0x1u << 3) /**< \brief (DMAC_CHER) Enable [3:0] */\r
-#define DMAC_CHER_SUSP0 (0x1u << 8) /**< \brief (DMAC_CHER) Suspend [3:0] */\r
-#define DMAC_CHER_SUSP1 (0x1u << 9) /**< \brief (DMAC_CHER) Suspend [3:0] */\r
-#define DMAC_CHER_SUSP2 (0x1u << 10) /**< \brief (DMAC_CHER) Suspend [3:0] */\r
-#define DMAC_CHER_SUSP3 (0x1u << 11) /**< \brief (DMAC_CHER) Suspend [3:0] */\r
-#define DMAC_CHER_KEEP0 (0x1u << 24) /**< \brief (DMAC_CHER) Keep on [3:0] */\r
-#define DMAC_CHER_KEEP1 (0x1u << 25) /**< \brief (DMAC_CHER) Keep on [3:0] */\r
-#define DMAC_CHER_KEEP2 (0x1u << 26) /**< \brief (DMAC_CHER) Keep on [3:0] */\r
-#define DMAC_CHER_KEEP3 (0x1u << 27) /**< \brief (DMAC_CHER) Keep on [3:0] */\r
-/* -------- DMAC_CHDR : (DMAC Offset: 0x02C) DMAC Channel Handler Disable Register -------- */\r
-#define DMAC_CHDR_DIS0 (0x1u << 0) /**< \brief (DMAC_CHDR) Disable [3:0] */\r
-#define DMAC_CHDR_DIS1 (0x1u << 1) /**< \brief (DMAC_CHDR) Disable [3:0] */\r
-#define DMAC_CHDR_DIS2 (0x1u << 2) /**< \brief (DMAC_CHDR) Disable [3:0] */\r
-#define DMAC_CHDR_DIS3 (0x1u << 3) /**< \brief (DMAC_CHDR) Disable [3:0] */\r
-#define DMAC_CHDR_RES0 (0x1u << 8) /**< \brief (DMAC_CHDR) Resume [3:0] */\r
-#define DMAC_CHDR_RES1 (0x1u << 9) /**< \brief (DMAC_CHDR) Resume [3:0] */\r
-#define DMAC_CHDR_RES2 (0x1u << 10) /**< \brief (DMAC_CHDR) Resume [3:0] */\r
-#define DMAC_CHDR_RES3 (0x1u << 11) /**< \brief (DMAC_CHDR) Resume [3:0] */\r
-/* -------- DMAC_CHSR : (DMAC Offset: 0x030) DMAC Channel Handler Status Register -------- */\r
-#define DMAC_CHSR_ENA0 (0x1u << 0) /**< \brief (DMAC_CHSR) Enable [3:0] */\r
-#define DMAC_CHSR_ENA1 (0x1u << 1) /**< \brief (DMAC_CHSR) Enable [3:0] */\r
-#define DMAC_CHSR_ENA2 (0x1u << 2) /**< \brief (DMAC_CHSR) Enable [3:0] */\r
-#define DMAC_CHSR_ENA3 (0x1u << 3) /**< \brief (DMAC_CHSR) Enable [3:0] */\r
-#define DMAC_CHSR_SUSP0 (0x1u << 8) /**< \brief (DMAC_CHSR) Suspend [3:0] */\r
-#define DMAC_CHSR_SUSP1 (0x1u << 9) /**< \brief (DMAC_CHSR) Suspend [3:0] */\r
-#define DMAC_CHSR_SUSP2 (0x1u << 10) /**< \brief (DMAC_CHSR) Suspend [3:0] */\r
-#define DMAC_CHSR_SUSP3 (0x1u << 11) /**< \brief (DMAC_CHSR) Suspend [3:0] */\r
-#define DMAC_CHSR_EMPT0 (0x1u << 16) /**< \brief (DMAC_CHSR) Empty [3:0] */\r
-#define DMAC_CHSR_EMPT1 (0x1u << 17) /**< \brief (DMAC_CHSR) Empty [3:0] */\r
-#define DMAC_CHSR_EMPT2 (0x1u << 18) /**< \brief (DMAC_CHSR) Empty [3:0] */\r
-#define DMAC_CHSR_EMPT3 (0x1u << 19) /**< \brief (DMAC_CHSR) Empty [3:0] */\r
-#define DMAC_CHSR_STAL0 (0x1u << 24) /**< \brief (DMAC_CHSR) Stalled [3:0] */\r
-#define DMAC_CHSR_STAL1 (0x1u << 25) /**< \brief (DMAC_CHSR) Stalled [3:0] */\r
-#define DMAC_CHSR_STAL2 (0x1u << 26) /**< \brief (DMAC_CHSR) Stalled [3:0] */\r
-#define DMAC_CHSR_STAL3 (0x1u << 27) /**< \brief (DMAC_CHSR) Stalled [3:0] */\r
-/* -------- DMAC_SADDR : (DMAC Offset: N/A) DMAC Channel Source Address Register -------- */\r
-#define DMAC_SADDR_SADDR_Pos 0\r
-#define DMAC_SADDR_SADDR_Msk (0xffffffffu << DMAC_SADDR_SADDR_Pos) /**< \brief (DMAC_SADDR) Channel x Source Address */\r
-#define DMAC_SADDR_SADDR(value) ((DMAC_SADDR_SADDR_Msk & ((value) << DMAC_SADDR_SADDR_Pos)))\r
-/* -------- DMAC_DADDR : (DMAC Offset: N/A) DMAC Channel Destination Address Register -------- */\r
-#define DMAC_DADDR_DADDR_Pos 0\r
-#define DMAC_DADDR_DADDR_Msk (0xffffffffu << DMAC_DADDR_DADDR_Pos) /**< \brief (DMAC_DADDR) Channel x Destination Address */\r
-#define DMAC_DADDR_DADDR(value) ((DMAC_DADDR_DADDR_Msk & ((value) << DMAC_DADDR_DADDR_Pos)))\r
-/* -------- DMAC_DSCR : (DMAC Offset: N/A) DMAC Channel Descriptor Address Register -------- */\r
-#define DMAC_DSCR_DSCR_Pos 2\r
-#define DMAC_DSCR_DSCR_Msk (0x3fffffffu << DMAC_DSCR_DSCR_Pos) /**< \brief (DMAC_DSCR) Buffer Transfer Descriptor Address */\r
-#define DMAC_DSCR_DSCR(value) ((DMAC_DSCR_DSCR_Msk & ((value) << DMAC_DSCR_DSCR_Pos)))\r
-/* -------- DMAC_CTRLA : (DMAC Offset: N/A) DMAC Channel Control A Register -------- */\r
-#define DMAC_CTRLA_BTSIZE_Pos 0\r
-#define DMAC_CTRLA_BTSIZE_Msk (0xffffu << DMAC_CTRLA_BTSIZE_Pos) /**< \brief (DMAC_CTRLA) Buffer Transfer Size */\r
-#define DMAC_CTRLA_BTSIZE(value) ((DMAC_CTRLA_BTSIZE_Msk & ((value) << DMAC_CTRLA_BTSIZE_Pos)))\r
-#define DMAC_CTRLA_SRC_WIDTH_Pos 24\r
-#define DMAC_CTRLA_SRC_WIDTH_Msk (0x3u << DMAC_CTRLA_SRC_WIDTH_Pos) /**< \brief (DMAC_CTRLA) Transfer Width for the Source */\r
-#define   DMAC_CTRLA_SRC_WIDTH_BYTE (0x0u << 24) /**< \brief (DMAC_CTRLA) the transfer size is set to 8-bit width */\r
-#define   DMAC_CTRLA_SRC_WIDTH_HALF_WORD (0x1u << 24) /**< \brief (DMAC_CTRLA) the transfer size is set to 16-bit width */\r
-#define   DMAC_CTRLA_SRC_WIDTH_WORD (0x2u << 24) /**< \brief (DMAC_CTRLA) the transfer size is set to 32-bit width */\r
-#define DMAC_CTRLA_DST_WIDTH_Pos 28\r
-#define DMAC_CTRLA_DST_WIDTH_Msk (0x3u << DMAC_CTRLA_DST_WIDTH_Pos) /**< \brief (DMAC_CTRLA) Transfer Width for the Destination */\r
-#define   DMAC_CTRLA_DST_WIDTH_BYTE (0x0u << 28) /**< \brief (DMAC_CTRLA) the transfer size is set to 8-bit width */\r
-#define   DMAC_CTRLA_DST_WIDTH_HALF_WORD (0x1u << 28) /**< \brief (DMAC_CTRLA) the transfer size is set to 16-bit width */\r
-#define   DMAC_CTRLA_DST_WIDTH_WORD (0x2u << 28) /**< \brief (DMAC_CTRLA) the transfer size is set to 32-bit width */\r
-#define DMAC_CTRLA_DONE (0x1u << 31) /**< \brief (DMAC_CTRLA) Current Descriptor Stop Command and Transfer Completed Memory Indicator */\r
-/* -------- DMAC_CTRLB : (DMAC Offset: N/A) DMAC Channel Control B Register -------- */\r
-#define DMAC_CTRLB_SRC_DSCR (0x1u << 16) /**< \brief (DMAC_CTRLB) Source Address Descriptor */\r
-#define   DMAC_CTRLB_SRC_DSCR_FETCH_FROM_MEM (0x0u << 16) /**< \brief (DMAC_CTRLB) Source address is updated when the descriptor is fetched from the memory. */\r
-#define   DMAC_CTRLB_SRC_DSCR_FETCH_DISABLE (0x1u << 16) /**< \brief (DMAC_CTRLB) Buffer Descriptor Fetch operation is disabled for the source. */\r
-#define DMAC_CTRLB_DST_DSCR (0x1u << 20) /**< \brief (DMAC_CTRLB) Destination Address Descriptor */\r
-#define   DMAC_CTRLB_DST_DSCR_FETCH_FROM_MEM (0x0u << 20) /**< \brief (DMAC_CTRLB) Destination address is updated when the descriptor is fetched from the memory. */\r
-#define   DMAC_CTRLB_DST_DSCR_FETCH_DISABLE (0x1u << 20) /**< \brief (DMAC_CTRLB) Buffer Descriptor Fetch operation is disabled for the destination. */\r
-#define DMAC_CTRLB_FC_Pos 21\r
-#define DMAC_CTRLB_FC_Msk (0x3u << DMAC_CTRLB_FC_Pos) /**< \brief (DMAC_CTRLB) Flow Control */\r
-#define   DMAC_CTRLB_FC_MEM2MEM_DMA_FC (0x0u << 21) /**< \brief (DMAC_CTRLB) Memory-to-Memory Transfer DMAC is flow controller */\r
-#define   DMAC_CTRLB_FC_MEM2PER_DMA_FC (0x1u << 21) /**< \brief (DMAC_CTRLB) Memory-to-Peripheral Transfer DMAC is flow controller */\r
-#define   DMAC_CTRLB_FC_PER2MEM_DMA_FC (0x2u << 21) /**< \brief (DMAC_CTRLB) Peripheral-to-Memory Transfer DMAC is flow controller */\r
-#define   DMAC_CTRLB_FC_PER2PER_DMA_FC (0x3u << 21) /**< \brief (DMAC_CTRLB) Peripheral-to-Peripheral Transfer DMAC is flow controller */\r
-#define DMAC_CTRLB_SRC_INCR_Pos 24\r
-#define DMAC_CTRLB_SRC_INCR_Msk (0x3u << DMAC_CTRLB_SRC_INCR_Pos) /**< \brief (DMAC_CTRLB) Incrementing, Decrementing or Fixed Address for the Source */\r
-#define   DMAC_CTRLB_SRC_INCR_INCREMENTING (0x0u << 24) /**< \brief (DMAC_CTRLB) The source address is incremented */\r
-#define   DMAC_CTRLB_SRC_INCR_DECREMENTING (0x1u << 24) /**< \brief (DMAC_CTRLB) The source address is decremented */\r
-#define   DMAC_CTRLB_SRC_INCR_FIXED (0x2u << 24) /**< \brief (DMAC_CTRLB) The source address remains unchanged */\r
-#define DMAC_CTRLB_DST_INCR_Pos 28\r
-#define DMAC_CTRLB_DST_INCR_Msk (0x3u << DMAC_CTRLB_DST_INCR_Pos) /**< \brief (DMAC_CTRLB) Incrementing, Decrementing or Fixed Address for the Destination */\r
-#define   DMAC_CTRLB_DST_INCR_INCREMENTING (0x0u << 28) /**< \brief (DMAC_CTRLB) The destination address is incremented */\r
-#define   DMAC_CTRLB_DST_INCR_DECREMENTING (0x1u << 28) /**< \brief (DMAC_CTRLB) The destination address is decremented */\r
-#define   DMAC_CTRLB_DST_INCR_FIXED (0x2u << 28) /**< \brief (DMAC_CTRLB) The destination address remains unchanged */\r
-#define DMAC_CTRLB_IEN (0x1u << 30) /**< \brief (DMAC_CTRLB) Interrupt Enable Not */\r
-/* -------- DMAC_CFG : (DMAC Offset: N/A) DMAC Channel Configuration Register -------- */\r
-#define DMAC_CFG_SRC_PER_Pos 0\r
-#define DMAC_CFG_SRC_PER_Msk (0xfu << DMAC_CFG_SRC_PER_Pos) /**< \brief (DMAC_CFG) Source with Peripheral identifier */\r
-#define DMAC_CFG_SRC_PER(value) ((DMAC_CFG_SRC_PER_Msk & ((value) << DMAC_CFG_SRC_PER_Pos)))\r
-#define DMAC_CFG_DST_PER_Pos 4\r
-#define DMAC_CFG_DST_PER_Msk (0xfu << DMAC_CFG_DST_PER_Pos) /**< \brief (DMAC_CFG) Destination with Peripheral identifier */\r
-#define DMAC_CFG_DST_PER(value) ((DMAC_CFG_DST_PER_Msk & ((value) << DMAC_CFG_DST_PER_Pos)))\r
-#define DMAC_CFG_SRC_H2SEL (0x1u << 9) /**< \brief (DMAC_CFG) Software or Hardware Selection for the Source */\r
-#define   DMAC_CFG_SRC_H2SEL_SW (0x0u << 9) /**< \brief (DMAC_CFG) Software handshaking interface is used to trigger a transfer request. */\r
-#define   DMAC_CFG_SRC_H2SEL_HW (0x1u << 9) /**< \brief (DMAC_CFG) Hardware handshaking interface is used to trigger a transfer request. */\r
-#define DMAC_CFG_DST_H2SEL (0x1u << 13) /**< \brief (DMAC_CFG) Software or Hardware Selection for the Destination */\r
-#define   DMAC_CFG_DST_H2SEL_SW (0x0u << 13) /**< \brief (DMAC_CFG) Software handshaking interface is used to trigger a transfer request. */\r
-#define   DMAC_CFG_DST_H2SEL_HW (0x1u << 13) /**< \brief (DMAC_CFG) Hardware handshaking interface is used to trigger a transfer request. */\r
-#define DMAC_CFG_SOD (0x1u << 16) /**< \brief (DMAC_CFG) Stop On Done */\r
-#define   DMAC_CFG_SOD_DISABLE (0x0u << 16) /**< \brief (DMAC_CFG) STOP ON DONE disabled, the descriptor fetch operation ignores DONE Field of CTRLA register. */\r
-#define   DMAC_CFG_SOD_ENABLE (0x1u << 16) /**< \brief (DMAC_CFG) STOP ON DONE activated, the DMAC module is automatically disabled if DONE FIELD is set to 1. */\r
-#define DMAC_CFG_LOCK_IF (0x1u << 20) /**< \brief (DMAC_CFG) Interface Lock */\r
-#define   DMAC_CFG_LOCK_IF_DISABLE (0x0u << 20) /**< \brief (DMAC_CFG) Interface Lock capability is disabled */\r
-#define   DMAC_CFG_LOCK_IF_ENABLE (0x1u << 20) /**< \brief (DMAC_CFG) Interface Lock capability is enabled */\r
-#define DMAC_CFG_LOCK_B (0x1u << 21) /**< \brief (DMAC_CFG) Bus Lock */\r
-#define   DMAC_CFG_LOCK_B_DISABLE (0x0u << 21) /**< \brief (DMAC_CFG) AHB Bus Locking capability is disabled. */\r
-#define DMAC_CFG_LOCK_IF_L (0x1u << 22) /**< \brief (DMAC_CFG) Master Interface Arbiter Lock */\r
-#define   DMAC_CFG_LOCK_IF_L_CHUNK (0x0u << 22) /**< \brief (DMAC_CFG) The Master Interface Arbiter is locked by the channel x for a chunk transfer. */\r
-#define   DMAC_CFG_LOCK_IF_L_BUFFER (0x1u << 22) /**< \brief (DMAC_CFG) The Master Interface Arbiter is locked by the channel x for a buffer transfer. */\r
-#define DMAC_CFG_AHB_PROT_Pos 24\r
-#define DMAC_CFG_AHB_PROT_Msk (0x7u << DMAC_CFG_AHB_PROT_Pos) /**< \brief (DMAC_CFG) AHB Protection */\r
-#define DMAC_CFG_AHB_PROT(value) ((DMAC_CFG_AHB_PROT_Msk & ((value) << DMAC_CFG_AHB_PROT_Pos)))\r
-#define DMAC_CFG_FIFOCFG_Pos 28\r
-#define DMAC_CFG_FIFOCFG_Msk (0x3u << DMAC_CFG_FIFOCFG_Pos) /**< \brief (DMAC_CFG) FIFO Configuration */\r
-#define   DMAC_CFG_FIFOCFG_ALAP_CFG (0x0u << 28) /**< \brief (DMAC_CFG) The largest defined length AHB burst is performed on the destination AHB interface. */\r
-#define   DMAC_CFG_FIFOCFG_HALF_CFG (0x1u << 28) /**< \brief (DMAC_CFG) When half FIFO size is available/filled, a source/destination request is serviced. */\r
-#define   DMAC_CFG_FIFOCFG_ASAP_CFG (0x2u << 28) /**< \brief (DMAC_CFG) When there is enough space/data available to perform a single AHB access, then the request is serviced. */\r
-/* -------- DMAC_WPMR : (DMAC Offset: 0x1E4) DMAC Write Protect Mode Register -------- */\r
-#define DMAC_WPMR_WPEN (0x1u << 0) /**< \brief (DMAC_WPMR) Write Protect Enable */\r
-#define DMAC_WPMR_WPKEY_Pos 8\r
-#define DMAC_WPMR_WPKEY_Msk (0xffffffu << DMAC_WPMR_WPKEY_Pos) /**< \brief (DMAC_WPMR) Write Protect KEY */\r
-#define DMAC_WPMR_WPKEY(value) ((DMAC_WPMR_WPKEY_Msk & ((value) << DMAC_WPMR_WPKEY_Pos)))\r
-/* -------- DMAC_WPSR : (DMAC Offset: 0x1E8) DMAC Write Protect Status Register -------- */\r
-#define DMAC_WPSR_WPVS (0x1u << 0) /**< \brief (DMAC_WPSR) Write Protect Violation Status */\r
-#define DMAC_WPSR_WPVSRC_Pos 8\r
-#define DMAC_WPSR_WPVSRC_Msk (0xffffu << DMAC_WPSR_WPVSRC_Pos) /**< \brief (DMAC_WPSR) Write Protect Violation Source */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_DMAC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/efc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/efc.h
deleted file mode 100644 (file)
index d5d0391..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_EFC_COMPONENT_\r
-#define _SAM4E_EFC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Embedded Flash Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_EFC Embedded Flash Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Efc hardware registers */\r
-typedef struct {\r
-  RwReg EEFC_FMR; /**< \brief (Efc Offset: 0x00) EEFC Flash Mode Register */\r
-  WoReg EEFC_FCR; /**< \brief (Efc Offset: 0x04) EEFC Flash Command Register */\r
-  RoReg EEFC_FSR; /**< \brief (Efc Offset: 0x08) EEFC Flash Status Register */\r
-  RoReg EEFC_FRR; /**< \brief (Efc Offset: 0x0C) EEFC Flash Result Register */\r
-} Efc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- EEFC_FMR : (EFC Offset: 0x00) EEFC Flash Mode Register -------- */\r
-#define EEFC_FMR_FRDY (0x1u << 0) /**< \brief (EEFC_FMR) Ready Interrupt Enable */\r
-#define EEFC_FMR_FWS_Pos 8\r
-#define EEFC_FMR_FWS_Msk (0xfu << EEFC_FMR_FWS_Pos) /**< \brief (EEFC_FMR) Flash Wait State */\r
-#define EEFC_FMR_FWS(value) ((EEFC_FMR_FWS_Msk & ((value) << EEFC_FMR_FWS_Pos)))\r
-#define EEFC_FMR_SCOD (0x1u << 16) /**< \brief (EEFC_FMR) Sequential Code Optimization Disable */\r
-#define EEFC_FMR_FAM (0x1u << 24) /**< \brief (EEFC_FMR) Flash Access Mode */\r
-#define EEFC_FMR_CLOE (0x1u << 26) /**< \brief (EEFC_FMR) Code Loops Optimization Enable */\r
-/* -------- EEFC_FCR : (EFC Offset: 0x04) EEFC Flash Command Register -------- */\r
-#define EEFC_FCR_FCMD_Pos 0\r
-#define EEFC_FCR_FCMD_Msk (0xffu << EEFC_FCR_FCMD_Pos) /**< \brief (EEFC_FCR) Flash Command */\r
-#define   EEFC_FCR_FCMD_GETD (0x0u << 0) /**< \brief (EEFC_FCR) Get Flash Descriptor */\r
-#define   EEFC_FCR_FCMD_WP (0x1u << 0) /**< \brief (EEFC_FCR) Write page */\r
-#define   EEFC_FCR_FCMD_WPL (0x2u << 0) /**< \brief (EEFC_FCR) Write page and lock */\r
-#define   EEFC_FCR_FCMD_EWP (0x3u << 0) /**< \brief (EEFC_FCR) Erase page and write page */\r
-#define   EEFC_FCR_FCMD_EWPL (0x4u << 0) /**< \brief (EEFC_FCR) Erase page and write page then lock */\r
-#define   EEFC_FCR_FCMD_EA (0x5u << 0) /**< \brief (EEFC_FCR) Erase all */\r
-#define   EEFC_FCR_FCMD_EPA (0x7u << 0) /**< \brief (EEFC_FCR) Erase Pages */\r
-#define   EEFC_FCR_FCMD_SLB (0x8u << 0) /**< \brief (EEFC_FCR) Set Lock Bit */\r
-#define   EEFC_FCR_FCMD_CLB (0x9u << 0) /**< \brief (EEFC_FCR) Clear Lock Bit */\r
-#define   EEFC_FCR_FCMD_GLB (0xAu << 0) /**< \brief (EEFC_FCR) Get Lock Bit */\r
-#define   EEFC_FCR_FCMD_SGPB (0xBu << 0) /**< \brief (EEFC_FCR) Set GPNVM Bit */\r
-#define   EEFC_FCR_FCMD_CGPB (0xCu << 0) /**< \brief (EEFC_FCR) Clear GPNVM Bit */\r
-#define   EEFC_FCR_FCMD_GGPB (0xDu << 0) /**< \brief (EEFC_FCR) Get GPNVM Bit */\r
-#define   EEFC_FCR_FCMD_STUI (0xEu << 0) /**< \brief (EEFC_FCR) Start Read Unique Identifier */\r
-#define   EEFC_FCR_FCMD_SPUI (0xFu << 0) /**< \brief (EEFC_FCR) Stop Read Unique Identifier */\r
-#define   EEFC_FCR_FCMD_GCALB (0x10u << 0) /**< \brief (EEFC_FCR) Get CALIB Bit */\r
-#define   EEFC_FCR_FCMD_ES (0x11u << 0) /**< \brief (EEFC_FCR) Erase Sector */\r
-#define   EEFC_FCR_FCMD_WUS (0x12u << 0) /**< \brief (EEFC_FCR) Write User Signature */\r
-#define   EEFC_FCR_FCMD_EUS (0x13u << 0) /**< \brief (EEFC_FCR) Erase User Signature */\r
-#define   EEFC_FCR_FCMD_STUS (0x14u << 0) /**< \brief (EEFC_FCR) Start Read User Signature */\r
-#define   EEFC_FCR_FCMD_SPUS (0x15u << 0) /**< \brief (EEFC_FCR) Stop Read User Signature */\r
-#define EEFC_FCR_FARG_Pos 8\r
-#define EEFC_FCR_FARG_Msk (0xffffu << EEFC_FCR_FARG_Pos) /**< \brief (EEFC_FCR) Flash Command Argument */\r
-#define EEFC_FCR_FARG(value) ((EEFC_FCR_FARG_Msk & ((value) << EEFC_FCR_FARG_Pos)))\r
-#define EEFC_FCR_FKEY_Pos 24\r
-#define EEFC_FCR_FKEY_Msk (0xffu << EEFC_FCR_FKEY_Pos) /**< \brief (EEFC_FCR) Flash Writing Protection Key */\r
-#define   EEFC_FCR_FKEY_PASSWD (0x5Au << 24) /**< \brief (EEFC_FCR) The 0x5A value enables the command defined by the bits of the register. If the field is written with a different value, the write is not performed and no action is started. */\r
-/* -------- EEFC_FSR : (EFC Offset: 0x08) EEFC Flash Status Register -------- */\r
-#define EEFC_FSR_FRDY (0x1u << 0) /**< \brief (EEFC_FSR) Flash Ready Status */\r
-#define EEFC_FSR_FCMDE (0x1u << 1) /**< \brief (EEFC_FSR) Flash Command Error Status */\r
-#define EEFC_FSR_FLOCKE (0x1u << 2) /**< \brief (EEFC_FSR) Flash Lock Error Status */\r
-#define EEFC_FSR_FLERR (0x1u << 3) /**< \brief (EEFC_FSR) Flash Error Status */\r
-/* -------- EEFC_FRR : (EFC Offset: 0x0C) EEFC Flash Result Register -------- */\r
-#define EEFC_FRR_FVALUE_Pos 0\r
-#define EEFC_FRR_FVALUE_Msk (0xffffffffu << EEFC_FRR_FVALUE_Pos) /**< \brief (EEFC_FRR) Flash Result Value */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_EFC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gmac.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gmac.h
deleted file mode 100644 (file)
index 164b397..0000000
+++ /dev/null
@@ -1,627 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_GMAC_COMPONENT_\r
-#define _SAM4E_GMAC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Gigabit Ethernet MAC */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_GMAC Gigabit Ethernet MAC */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief GmacSa hardware registers */\r
-typedef struct {\r
-  RwReg   GMAC_SAB;       /**< \brief (GmacSa Offset: 0x0) Specific Address 1 Bottom [31:0] Register */\r
-  RwReg   GMAC_SAT;       /**< \brief (GmacSa Offset: 0x4) Specific Address 1 Top [47:32] Register */\r
-} GmacSa;\r
-/** \brief Gmac hardware registers */\r
-#define GMACSA_NUMBER 4\r
-typedef struct {\r
-  RwReg   GMAC_NCR;       /**< \brief (Gmac Offset: 0x000) Network Control Register */\r
-  RwReg   GMAC_NCFGR;     /**< \brief (Gmac Offset: 0x004) Network Configuration Register */\r
-  RoReg   GMAC_NSR;       /**< \brief (Gmac Offset: 0x008) Network Status Register */\r
-  RwReg   GMAC_UR;        /**< \brief (Gmac Offset: 0x00C) User Register */\r
-  RwReg   GMAC_DCFGR;     /**< \brief (Gmac Offset: 0x010) DMA Configuration Register */\r
-  RwReg   GMAC_TSR;       /**< \brief (Gmac Offset: 0x014) Transmit Status Register */\r
-  RwReg   GMAC_RBQB;      /**< \brief (Gmac Offset: 0x018) Receive Buffer Queue Base Address */\r
-  RwReg   GMAC_TBQB;      /**< \brief (Gmac Offset: 0x01C) Transmit Buffer Queue Base Address */\r
-  RwReg   GMAC_RSR;       /**< \brief (Gmac Offset: 0x020) Receive Status Register */\r
-  RoReg   GMAC_ISR;       /**< \brief (Gmac Offset: 0x024) Interrupt Status Register */\r
-  WoReg   GMAC_IER;       /**< \brief (Gmac Offset: 0x028) Interrupt Enable Register */\r
-  WoReg   GMAC_IDR;       /**< \brief (Gmac Offset: 0x02C) Interrupt Disable Register */\r
-  RoReg   GMAC_IMR;       /**< \brief (Gmac Offset: 0x030) Interrupt Mask Register */\r
-  RwReg   GMAC_MAN;       /**< \brief (Gmac Offset: 0x034) PHY Maintenance Register */\r
-  RoReg   GMAC_RPQ;       /**< \brief (Gmac Offset: 0x038) Received Pause Quantum Register */\r
-  RwReg   GMAC_TPQ;       /**< \brief (Gmac Offset: 0x03C) Transmit Pause Quantum Register */\r
-  RoReg   Reserved1[16];\r
-  RwReg   GMAC_HRB;       /**< \brief (Gmac Offset: 0x080) Hash Register Bottom [31:0] */\r
-  RwReg   GMAC_HRT;       /**< \brief (Gmac Offset: 0x084) Hash Register Top [63:32] */\r
-  GmacSa  GMAC_SA[GMACSA_NUMBER]; /**< \brief (Gmac Offset: 0x088) 1 .. 4 */\r
-  RwReg   GMAC_TIDM[4];   /**< \brief (Gmac Offset: 0x0A8) Type ID Match 1 Register */\r
-  RoReg   Reserved2[1];\r
-  RwReg   GMAC_IPGS;      /**< \brief (Gmac Offset: 0x0BC) IPG Stretch Register */\r
-  RwReg   GMAC_SVLAN;     /**< \brief (Gmac Offset: 0x0C0) Stacked VLAN Register */\r
-  RwReg   GMAC_TPFCP;     /**< \brief (Gmac Offset: 0x0C4) Transmit PFC Pause Register */\r
-  RwReg   GMAC_SAMB1;     /**< \brief (Gmac Offset: 0x0C8) Specific Address 1 Mask Bottom [31:0] Register */\r
-  RwReg   GMAC_SAMT1;     /**< \brief (Gmac Offset: 0x0CC) Specific Address 1 Mask Top [47:32] Register */\r
-  RoReg   Reserved3[12];\r
-  RoReg   GMAC_OTLO;      /**< \brief (Gmac Offset: 0x100) Octets Transmitted [31:0] Register */\r
-  RoReg   GMAC_OTHI;      /**< \brief (Gmac Offset: 0x104) Octets Transmitted [47:32] Register */\r
-  RoReg   GMAC_FT;        /**< \brief (Gmac Offset: 0x108) Frames Transmitted Register */\r
-  RoReg   GMAC_BCFT;      /**< \brief (Gmac Offset: 0x10C) Broadcast Frames Transmitted Register */\r
-  RoReg   GMAC_MFT;       /**< \brief (Gmac Offset: 0x110) Multicast Frames Transmitted Register */\r
-  RoReg   GMAC_PFT;       /**< \brief (Gmac Offset: 0x114) Pause Frames Transmitted Register */\r
-  RoReg   GMAC_BFT64;     /**< \brief (Gmac Offset: 0x118) 64 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TBFT127;   /**< \brief (Gmac Offset: 0x11C) 65 to 127 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TBFT255;   /**< \brief (Gmac Offset: 0x120) 128 to 255 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TBFT511;   /**< \brief (Gmac Offset: 0x124) 256 to 511 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TBFT1023;  /**< \brief (Gmac Offset: 0x128) 512 to 1023 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TBFT1518;  /**< \brief (Gmac Offset: 0x12C) 1024 to 1518 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_GTBFT1518; /**< \brief (Gmac Offset: 0x130) Greater Than 1518 Byte Frames Transmitted Register */\r
-  RoReg   GMAC_TUR;       /**< \brief (Gmac Offset: 0x134) Transmit Under Runs Register */\r
-  RoReg   GMAC_SCF;       /**< \brief (Gmac Offset: 0x138) Single Collision Frames Register */\r
-  RoReg   GMAC_MCF;       /**< \brief (Gmac Offset: 0x13C) Multiple Collision Frames Register */\r
-  RoReg   GMAC_EC;        /**< \brief (Gmac Offset: 0x140) Excessive Collisions Register */\r
-  RoReg   GMAC_LC;        /**< \brief (Gmac Offset: 0x144) Late Collisions Register */\r
-  RoReg   GMAC_DTF;       /**< \brief (Gmac Offset: 0x148) Deferred Transmission Frames Register */\r
-  RoReg   GMAC_CSE;       /**< \brief (Gmac Offset: 0x14C) Carrier Sense Errors Register */\r
-  RoReg   GMAC_ORLO;      /**< \brief (Gmac Offset: 0x150) Octets Received [31:0] Received */\r
-  RoReg   GMAC_ORHI;      /**< \brief (Gmac Offset: 0x154) Octets Received [47:32] Received */\r
-  RoReg   GMAC_FR;        /**< \brief (Gmac Offset: 0x158) Frames Received Register */\r
-  RoReg   GMAC_BCFR;      /**< \brief (Gmac Offset: 0x15C) Broadcast Frames Received Register */\r
-  RoReg   GMAC_MFR;       /**< \brief (Gmac Offset: 0x160) Multicast Frames Received Register */\r
-  RoReg   GMAC_PFR;       /**< \brief (Gmac Offset: 0x164) Pause Frames Received Register */\r
-  RoReg   GMAC_BFR64;     /**< \brief (Gmac Offset: 0x168) 64 Byte Frames Received Register */\r
-  RoReg   GMAC_TBFR127;   /**< \brief (Gmac Offset: 0x16C) 65 to 127 Byte Frames Received Register */\r
-  RoReg   GMAC_TBFR255;   /**< \brief (Gmac Offset: 0x170) 128 to 255 Byte Frames Received Register */\r
-  RoReg   GMAC_TBFR511;   /**< \brief (Gmac Offset: 0x174) 256 to 511Byte Frames Received Register */\r
-  RoReg   GMAC_TBFR1023;  /**< \brief (Gmac Offset: 0x178) 512 to 1023 Byte Frames Received Register */\r
-  RoReg   GMAC_TBFR1518;  /**< \brief (Gmac Offset: 0x17C) 1024 to 1518 Byte Frames Received Register */\r
-  RoReg   GMAC_TMXBFR;    /**< \brief (Gmac Offset: 0x180) 1519 to Maximum Byte Frames Received Register */\r
-  RoReg   GMAC_UFR;       /**< \brief (Gmac Offset: 0x184) Undersize Frames Received Register */\r
-  RoReg   GMAC_OFR;       /**< \brief (Gmac Offset: 0x188) Oversize Frames Received Register */\r
-  RoReg   GMAC_JR;        /**< \brief (Gmac Offset: 0x18C) Jabbers Received Register */\r
-  RoReg   GMAC_FCSE;      /**< \brief (Gmac Offset: 0x190) Frame Check Sequence Errors Register */\r
-  RoReg   GMAC_LFFE;      /**< \brief (Gmac Offset: 0x194) Length Field Frame Errors Register */\r
-  RoReg   GMAC_RSE;       /**< \brief (Gmac Offset: 0x198) Receive Symbol Errors Register */\r
-  RoReg   GMAC_AE;        /**< \brief (Gmac Offset: 0x19C) Alignment Errors Register */\r
-  RoReg   GMAC_RRE;       /**< \brief (Gmac Offset: 0x1A0) Receive Resource Errors Register */\r
-  RoReg   GMAC_ROE;       /**< \brief (Gmac Offset: 0x1A4) Receive Overrun Register */\r
-  RoReg   GMAC_IHCE;      /**< \brief (Gmac Offset: 0x1A8) IP Header Checksum Errors Register */\r
-  RoReg   GMAC_TCE;       /**< \brief (Gmac Offset: 0x1AC) TCP Checksum Errors Register */\r
-  RoReg   GMAC_UCE;       /**< \brief (Gmac Offset: 0x1B0) UDP Checksum Errors Register */\r
-  RoReg   Reserved4[5];\r
-  RwReg   GMAC_TSSS;      /**< \brief (Gmac Offset: 0x1C8) 1588 Timer Sync Strobe Seconds Register */\r
-  RwReg   GMAC_TSSN;      /**< \brief (Gmac Offset: 0x1CC) 1588 Timer Sync Strobe Nanoseconds Register */\r
-  RwReg   GMAC_TS;        /**< \brief (Gmac Offset: 0x1D0) 1588 Timer Seconds Register */\r
-  RwReg   GMAC_TN;        /**< \brief (Gmac Offset: 0x1D4) 1588 Timer Nanoseconds Register */\r
-  WoReg   GMAC_TA;        /**< \brief (Gmac Offset: 0x1D8) 1588 Timer Adjust Register */\r
-  RwReg   GMAC_TI;        /**< \brief (Gmac Offset: 0x1DC) 1588 Timer Increment Register */\r
-  RoReg   GMAC_EFTS;      /**< \brief (Gmac Offset: 0x1E0) PTP Event Frame Transmitted Seconds */\r
-  RoReg   GMAC_EFTN;      /**< \brief (Gmac Offset: 0x1E4) PTP Event Frame Transmitted Nanoseconds */\r
-  RoReg   GMAC_EFRS;      /**< \brief (Gmac Offset: 0x1E8) PTP Event Frame Received Seconds */\r
-  RoReg   GMAC_EFRN;      /**< \brief (Gmac Offset: 0x1EC) PTP Event Frame Received Nanoseconds */\r
-  RoReg   GMAC_PEFTS;     /**< \brief (Gmac Offset: 0x1F0) PTP Peer Event Frame Transmitted Seconds */\r
-  RoReg   GMAC_PEFTN;     /**< \brief (Gmac Offset: 0x1F4) PTP Peer Event Frame Transmitted Nanoseconds */\r
-  RoReg   GMAC_PEFRS;     /**< \brief (Gmac Offset: 0x1F8) PTP Peer Event Frame Received Seconds */\r
-  RoReg   GMAC_PEFRN;     /**< \brief (Gmac Offset: 0x1FC) PTP Peer Event Frame Received Nanoseconds */\r
-} Gmac;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- GMAC_NCR : (GMAC Offset: 0x000) Network Control Register -------- */\r
-#define GMAC_NCR_LBL (0x1u << 1) /**< \brief (GMAC_NCR) Loop Back Local */\r
-#define GMAC_NCR_RXEN (0x1u << 2) /**< \brief (GMAC_NCR) Receive Enable */\r
-#define GMAC_NCR_TXEN (0x1u << 3) /**< \brief (GMAC_NCR) Transmit Enable */\r
-#define GMAC_NCR_MPE (0x1u << 4) /**< \brief (GMAC_NCR) Management Port Enable */\r
-#define GMAC_NCR_CLRSTAT (0x1u << 5) /**< \brief (GMAC_NCR) Clear Statistics Registers */\r
-#define GMAC_NCR_INCSTAT (0x1u << 6) /**< \brief (GMAC_NCR) Increment Statistics Registers */\r
-#define GMAC_NCR_WESTAT (0x1u << 7) /**< \brief (GMAC_NCR) Write Enable for Statistics Registers */\r
-#define GMAC_NCR_BP (0x1u << 8) /**< \brief (GMAC_NCR) Back pressure */\r
-#define GMAC_NCR_TSTART (0x1u << 9) /**< \brief (GMAC_NCR) Start Transmission */\r
-#define GMAC_NCR_THALT (0x1u << 10) /**< \brief (GMAC_NCR) Transmit Halt */\r
-#define GMAC_NCR_TXPF (0x1u << 11) /**< \brief (GMAC_NCR) Transmit Pause Frame */\r
-#define GMAC_NCR_TXZQPF (0x1u << 12) /**< \brief (GMAC_NCR) Transmit Zero Quantum Pause Frame */\r
-#define GMAC_NCR_RDS (0x1u << 14) /**< \brief (GMAC_NCR) Read Snapshot */\r
-#define GMAC_NCR_SRTSM (0x1u << 15) /**< \brief (GMAC_NCR) Store Receive Time Stamp to Memory */\r
-#define GMAC_NCR_ENPBPR (0x1u << 16) /**< \brief (GMAC_NCR) Enable PFC Priority-based Pause Reception */\r
-#define GMAC_NCR_TXPBPF (0x1u << 17) /**< \brief (GMAC_NCR) Transmit PFC Priority-based Pause Frame */\r
-#define GMAC_NCR_FNP (0x1u << 18) /**< \brief (GMAC_NCR) Flush Next Packet */\r
-/* -------- GMAC_NCFGR : (GMAC Offset: 0x004) Network Configuration Register -------- */\r
-#define GMAC_NCFGR_SPD (0x1u << 0) /**< \brief (GMAC_NCFGR) Speed */\r
-#define GMAC_NCFGR_FD (0x1u << 1) /**< \brief (GMAC_NCFGR) Full Duplex */\r
-#define GMAC_NCFGR_DNVLAN (0x1u << 2) /**< \brief (GMAC_NCFGR) Discard Non-VLAN FRAMES */\r
-#define GMAC_NCFGR_JFRAME (0x1u << 3) /**< \brief (GMAC_NCFGR) Jumbo Frame Size */\r
-#define GMAC_NCFGR_CAF (0x1u << 4) /**< \brief (GMAC_NCFGR) Copy All Frames */\r
-#define GMAC_NCFGR_NBC (0x1u << 5) /**< \brief (GMAC_NCFGR) No Broadcast */\r
-#define GMAC_NCFGR_MTIHEN (0x1u << 6) /**< \brief (GMAC_NCFGR) Multicast Hash Enable */\r
-#define GMAC_NCFGR_UNIHEN (0x1u << 7) /**< \brief (GMAC_NCFGR) Unicast Hash Enable */\r
-#define GMAC_NCFGR_MAXFS (0x1u << 8) /**< \brief (GMAC_NCFGR) 1536 Maximum Frame Size */\r
-#define GMAC_NCFGR_RTY (0x1u << 12) /**< \brief (GMAC_NCFGR) Retry Test */\r
-#define GMAC_NCFGR_PEN (0x1u << 13) /**< \brief (GMAC_NCFGR) Pause Enable */\r
-#define GMAC_NCFGR_RXBUFO_Pos 14\r
-#define GMAC_NCFGR_RXBUFO_Msk (0x3u << GMAC_NCFGR_RXBUFO_Pos) /**< \brief (GMAC_NCFGR) Receive Buffer Offset */\r
-#define GMAC_NCFGR_RXBUFO(value) ((GMAC_NCFGR_RXBUFO_Msk & ((value) << GMAC_NCFGR_RXBUFO_Pos)))\r
-#define GMAC_NCFGR_LFERD (0x1u << 16) /**< \brief (GMAC_NCFGR) Length Field Error Frame Discard */\r
-#define GMAC_NCFGR_RFCS (0x1u << 17) /**< \brief (GMAC_NCFGR) Remove FCS */\r
-#define GMAC_NCFGR_CLK_Pos 18\r
-#define GMAC_NCFGR_CLK_Msk (0x7u << GMAC_NCFGR_CLK_Pos) /**< \brief (GMAC_NCFGR) MDC CLock Division */\r
-#define   GMAC_NCFGR_CLK_MCK_8 (0x0u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 8 (MCK up to 20 MHz) */\r
-#define   GMAC_NCFGR_CLK_MCK_16 (0x1u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 16 (MCK up to 40 MHz) */\r
-#define   GMAC_NCFGR_CLK_MCK_32 (0x2u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 32 (MCK up to 80 MHz) */\r
-#define   GMAC_NCFGR_CLK_MCK_48 (0x3u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 48 (MCK up to 120MHz) */\r
-#define   GMAC_NCFGR_CLK_MCK_64 (0x4u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 64 (MCK up to 160 MHz) */\r
-#define   GMAC_NCFGR_CLK_MCK_96 (0x5u << 18) /**< \brief (GMAC_NCFGR) MCK divided by 96 (MCK up to 240 MHz) */\r
-#define GMAC_NCFGR_DBW_Pos 21\r
-#define GMAC_NCFGR_DBW_Msk (0x3u << GMAC_NCFGR_DBW_Pos) /**< \brief (GMAC_NCFGR) Data Bus Width */\r
-#define GMAC_NCFGR_DBW(value) ((GMAC_NCFGR_DBW_Msk & ((value) << GMAC_NCFGR_DBW_Pos)))\r
-#define GMAC_NCFGR_DCPF (0x1u << 23) /**< \brief (GMAC_NCFGR) Disable Copy of Pause Frames */\r
-#define GMAC_NCFGR_RXCOEN (0x1u << 24) /**< \brief (GMAC_NCFGR) Receive Checksum Offload Enable */\r
-#define GMAC_NCFGR_EFRHD (0x1u << 25) /**< \brief (GMAC_NCFGR) Enable Frames Received in Half Duplex */\r
-#define GMAC_NCFGR_IRXFCS (0x1u << 26) /**< \brief (GMAC_NCFGR) Ignore RX FCS */\r
-#define GMAC_NCFGR_IPGSEN (0x1u << 28) /**< \brief (GMAC_NCFGR) IP Stretch Enable */\r
-#define GMAC_NCFGR_RXBP (0x1u << 29) /**< \brief (GMAC_NCFGR) Receive Bad Preamble */\r
-#define GMAC_NCFGR_IRXER (0x1u << 30) /**< \brief (GMAC_NCFGR) Ignore IPG GRXER */\r
-/* -------- GMAC_NSR : (GMAC Offset: 0x008) Network Status Register -------- */\r
-#define GMAC_NSR_MDIO (0x1u << 1) /**< \brief (GMAC_NSR) MDIO Input Status */\r
-#define GMAC_NSR_IDLE (0x1u << 2) /**< \brief (GMAC_NSR) PHY Management Logic Idle */\r
-/* -------- GMAC_UR : (GMAC Offset: 0x00C) User Register -------- */\r
-#define GMAC_UR_RMIIMII (0x1u << 0) /**< \brief (GMAC_UR)  */\r
-/* -------- GMAC_DCFGR : (GMAC Offset: 0x010) DMA Configuration Register -------- */\r
-#define GMAC_DCFGR_FBLDO_Pos 0\r
-#define GMAC_DCFGR_FBLDO_Msk (0x1fu << GMAC_DCFGR_FBLDO_Pos) /**< \brief (GMAC_DCFGR) Fixed Burst Length for DMA Data Operations: */\r
-#define   GMAC_DCFGR_FBLDO_SINGLE (0x1u << 0) /**< \brief (GMAC_DCFGR) 00001: Always use SINGLE AHB bursts */\r
-#define   GMAC_DCFGR_FBLDO_INCR4 (0x4u << 0) /**< \brief (GMAC_DCFGR) 001xx: Attempt to use INCR4 AHB bursts (Default) */\r
-#define   GMAC_DCFGR_FBLDO_INCR8 (0x8u << 0) /**< \brief (GMAC_DCFGR) 01xxx: Attempt to use INCR8 AHB bursts */\r
-#define   GMAC_DCFGR_FBLDO_INCR16 (0x10u << 0) /**< \brief (GMAC_DCFGR) 1xxxx: Attempt to use INCR16 AHB bursts */\r
-#define GMAC_DCFGR_ESMA (0x1u << 6) /**< \brief (GMAC_DCFGR) Endian Swap Mode Enable for Management Descriptor Accesses */\r
-#define GMAC_DCFGR_ESPA (0x1u << 7) /**< \brief (GMAC_DCFGR) Endian Swap Mode Enable for Packet Data Accesses */\r
-#define GMAC_DCFGR_TXCOEN (0x1u << 11) /**< \brief (GMAC_DCFGR) Transmitter Checksum Generation Offload Enable */\r
-#define GMAC_DCFGR_DRBS_Pos 16\r
-#define GMAC_DCFGR_DRBS_Msk (0xffu << GMAC_DCFGR_DRBS_Pos) /**< \brief (GMAC_DCFGR) DMA Receive Buffer Size */\r
-#define GMAC_DCFGR_DRBS(value) ((GMAC_DCFGR_DRBS_Msk & ((value) << GMAC_DCFGR_DRBS_Pos)))\r
-/* -------- GMAC_TSR : (GMAC Offset: 0x014) Transmit Status Register -------- */\r
-#define GMAC_TSR_UBR (0x1u << 0) /**< \brief (GMAC_TSR) Used Bit Read */\r
-#define GMAC_TSR_COL (0x1u << 1) /**< \brief (GMAC_TSR) Collision Occurred */\r
-#define GMAC_TSR_RLE (0x1u << 2) /**< \brief (GMAC_TSR) Retry Limit Exceeded */\r
-#define GMAC_TSR_TXGO (0x1u << 3) /**< \brief (GMAC_TSR) Transmit Go */\r
-#define GMAC_TSR_TFC (0x1u << 4) /**< \brief (GMAC_TSR) Transmit Frame Corruption due to AHB error */\r
-#define GMAC_TSR_TXCOMP (0x1u << 5) /**< \brief (GMAC_TSR) Transmit Complete */\r
-#define GMAC_TSR_UND (0x1u << 6) /**< \brief (GMAC_TSR) Transmit Under Run */\r
-#define GMAC_TSR_HRESP (0x1u << 8) /**< \brief (GMAC_TSR) HRESP Not OK */\r
-/* -------- GMAC_RBQB : (GMAC Offset: 0x018) Receive Buffer Queue Base Address -------- */\r
-#define GMAC_RBQB_ADDR_Pos 2\r
-#define GMAC_RBQB_ADDR_Msk (0x3fffffffu << GMAC_RBQB_ADDR_Pos) /**< \brief (GMAC_RBQB) Receive buffer queue base address */\r
-#define GMAC_RBQB_ADDR(value) ((GMAC_RBQB_ADDR_Msk & ((value) << GMAC_RBQB_ADDR_Pos)))\r
-/* -------- GMAC_TBQB : (GMAC Offset: 0x01C) Transmit Buffer Queue Base Address -------- */\r
-#define GMAC_TBQB_ADDR_Pos 2\r
-#define GMAC_TBQB_ADDR_Msk (0x3fffffffu << GMAC_TBQB_ADDR_Pos) /**< \brief (GMAC_TBQB) Transmit Buffer Queue Base Address */\r
-#define GMAC_TBQB_ADDR(value) ((GMAC_TBQB_ADDR_Msk & ((value) << GMAC_TBQB_ADDR_Pos)))\r
-/* -------- GMAC_RSR : (GMAC Offset: 0x020) Receive Status Register -------- */\r
-#define GMAC_RSR_BNA (0x1u << 0) /**< \brief (GMAC_RSR) Buffer Not Available */\r
-#define GMAC_RSR_REC (0x1u << 1) /**< \brief (GMAC_RSR) Frame Received */\r
-#define GMAC_RSR_RXOVR (0x1u << 2) /**< \brief (GMAC_RSR) Receive Overrun */\r
-#define GMAC_RSR_HNO (0x1u << 3) /**< \brief (GMAC_RSR) HRESP Not OK */\r
-/* -------- GMAC_ISR : (GMAC Offset: 0x024) Interrupt Status Register -------- */\r
-#define GMAC_ISR_MFS (0x1u << 0) /**< \brief (GMAC_ISR) Management Frame Sent */\r
-#define GMAC_ISR_RCOMP (0x1u << 1) /**< \brief (GMAC_ISR) Receive Complete */\r
-#define GMAC_ISR_RXUBR (0x1u << 2) /**< \brief (GMAC_ISR) RX Used Bit Read */\r
-#define GMAC_ISR_TXUBR (0x1u << 3) /**< \brief (GMAC_ISR) TX Used Bit Read */\r
-#define GMAC_ISR_TUR (0x1u << 4) /**< \brief (GMAC_ISR) Transmit Under Run */\r
-#define GMAC_ISR_RLEX (0x1u << 5) /**< \brief (GMAC_ISR) Retry Limit Exceeded */\r
-#define GMAC_ISR_TFC (0x1u << 6) /**< \brief (GMAC_ISR) Transmit Frame Corruption due to AHB error */\r
-#define GMAC_ISR_TCOMP (0x1u << 7) /**< \brief (GMAC_ISR) Transmit Complete */\r
-#define GMAC_ISR_ROVR (0x1u << 10) /**< \brief (GMAC_ISR) Receive Overrun */\r
-#define GMAC_ISR_HRESP (0x1u << 11) /**< \brief (GMAC_ISR) HRESP Not OK */\r
-#define GMAC_ISR_PFNZ (0x1u << 12) /**< \brief (GMAC_ISR) Pause Frame with Non-zero Pause Quantum Received */\r
-#define GMAC_ISR_PTZ (0x1u << 13) /**< \brief (GMAC_ISR) Pause Time Zero */\r
-#define GMAC_ISR_PFTR (0x1u << 14) /**< \brief (GMAC_ISR) Pause Frame Transmitted */\r
-#define GMAC_ISR_DRQFR (0x1u << 18) /**< \brief (GMAC_ISR) PTP Delay Request Frame Received */\r
-#define GMAC_ISR_SFR (0x1u << 19) /**< \brief (GMAC_ISR) PTP Sync Frame Received */\r
-#define GMAC_ISR_DRQFT (0x1u << 20) /**< \brief (GMAC_ISR) PTP Delay Request Frame Transmitted */\r
-#define GMAC_ISR_SFT (0x1u << 21) /**< \brief (GMAC_ISR) PTP Sync Frame Transmitted */\r
-#define GMAC_ISR_PDRQFR (0x1u << 22) /**< \brief (GMAC_ISR) PDelay Request Frame Received */\r
-#define GMAC_ISR_PDRSFR (0x1u << 23) /**< \brief (GMAC_ISR) PDelay Response Frame Received */\r
-#define GMAC_ISR_PDRQFT (0x1u << 24) /**< \brief (GMAC_ISR) PDelay Request Frame Transmitted */\r
-#define GMAC_ISR_PDRSFT (0x1u << 25) /**< \brief (GMAC_ISR) PDelay Response Frame Transmitted */\r
-#define GMAC_ISR_SRI (0x1u << 26) /**< \brief (GMAC_ISR) TSU Seconds Register Increment */\r
-#define GMAC_ISR_WOL (0x1u << 28) /**< \brief (GMAC_ISR) Wake On LAN */\r
-/* -------- GMAC_IER : (GMAC Offset: 0x028) Interrupt Enable Register -------- */\r
-#define GMAC_IER_MFS (0x1u << 0) /**< \brief (GMAC_IER) Management Frame Sent */\r
-#define GMAC_IER_RCOMP (0x1u << 1) /**< \brief (GMAC_IER) Receive Complete */\r
-#define GMAC_IER_RXUBR (0x1u << 2) /**< \brief (GMAC_IER) RX Used Bit Read */\r
-#define GMAC_IER_TXUBR (0x1u << 3) /**< \brief (GMAC_IER) TX Used Bit Read */\r
-#define GMAC_IER_TUR (0x1u << 4) /**< \brief (GMAC_IER) Transmit Under Run */\r
-#define GMAC_IER_RLEX (0x1u << 5) /**< \brief (GMAC_IER) Retry Limit Exceeded or Late Collision */\r
-#define GMAC_IER_TFC (0x1u << 6) /**< \brief (GMAC_IER) Transmit Frame Corruption due to AHB error */\r
-#define GMAC_IER_TCOMP (0x1u << 7) /**< \brief (GMAC_IER) Transmit Complete */\r
-#define GMAC_IER_ROVR (0x1u << 10) /**< \brief (GMAC_IER) Receive Overrun */\r
-#define GMAC_IER_HRESP (0x1u << 11) /**< \brief (GMAC_IER) HRESP Not OK */\r
-#define GMAC_IER_PFNZ (0x1u << 12) /**< \brief (GMAC_IER) Pause Frame with Non-zero Pause Quantum Received */\r
-#define GMAC_IER_PTZ (0x1u << 13) /**< \brief (GMAC_IER) Pause Time Zero */\r
-#define GMAC_IER_PFTR (0x1u << 14) /**< \brief (GMAC_IER) Pause Frame Transmitted */\r
-#define GMAC_IER_EXINT (0x1u << 15) /**< \brief (GMAC_IER) External Interrupt */\r
-#define GMAC_IER_DRQFR (0x1u << 18) /**< \brief (GMAC_IER) PTP Delay Request Frame Received */\r
-#define GMAC_IER_SFR (0x1u << 19) /**< \brief (GMAC_IER) PTP Sync Frame Received */\r
-#define GMAC_IER_DRQFT (0x1u << 20) /**< \brief (GMAC_IER) PTP Delay Request Frame Transmitted */\r
-#define GMAC_IER_SFT (0x1u << 21) /**< \brief (GMAC_IER) PTP Sync Frame Transmitted */\r
-#define GMAC_IER_PDRQFR (0x1u << 22) /**< \brief (GMAC_IER) PDelay Request Frame Received */\r
-#define GMAC_IER_PDRSFR (0x1u << 23) /**< \brief (GMAC_IER) PDelay Response Frame Received */\r
-#define GMAC_IER_PDRQFT (0x1u << 24) /**< \brief (GMAC_IER) PDelay Request Frame Transmitted */\r
-#define GMAC_IER_PDRSFT (0x1u << 25) /**< \brief (GMAC_IER) PDelay Response Frame Transmitted */\r
-#define GMAC_IER_SRI (0x1u << 26) /**< \brief (GMAC_IER) TSU Seconds Register Increment */\r
-#define GMAC_IER_WOL (0x1u << 28) /**< \brief (GMAC_IER) Wake On LAN */\r
-/* -------- GMAC_IDR : (GMAC Offset: 0x02C) Interrupt Disable Register -------- */\r
-#define GMAC_IDR_MFS (0x1u << 0) /**< \brief (GMAC_IDR) Management Frame Sent */\r
-#define GMAC_IDR_RCOMP (0x1u << 1) /**< \brief (GMAC_IDR) Receive Complete */\r
-#define GMAC_IDR_RXUBR (0x1u << 2) /**< \brief (GMAC_IDR) RX Used Bit Read */\r
-#define GMAC_IDR_TXUBR (0x1u << 3) /**< \brief (GMAC_IDR) TX Used Bit Read */\r
-#define GMAC_IDR_TUR (0x1u << 4) /**< \brief (GMAC_IDR) Transmit Under Run */\r
-#define GMAC_IDR_RLEX (0x1u << 5) /**< \brief (GMAC_IDR) Retry Limit Exceeded or Late Collision */\r
-#define GMAC_IDR_TFC (0x1u << 6) /**< \brief (GMAC_IDR) Transmit Frame Corruption due to AHB error */\r
-#define GMAC_IDR_TCOMP (0x1u << 7) /**< \brief (GMAC_IDR) Transmit Complete */\r
-#define GMAC_IDR_ROVR (0x1u << 10) /**< \brief (GMAC_IDR) Receive Overrun */\r
-#define GMAC_IDR_HRESP (0x1u << 11) /**< \brief (GMAC_IDR) HRESP Not OK */\r
-#define GMAC_IDR_PFNZ (0x1u << 12) /**< \brief (GMAC_IDR) Pause Frame with Non-zero Pause Quantum Received */\r
-#define GMAC_IDR_PTZ (0x1u << 13) /**< \brief (GMAC_IDR) Pause Time Zero */\r
-#define GMAC_IDR_PFTR (0x1u << 14) /**< \brief (GMAC_IDR) Pause Frame Transmitted */\r
-#define GMAC_IDR_EXINT (0x1u << 15) /**< \brief (GMAC_IDR) External Interrupt */\r
-#define GMAC_IDR_DRQFR (0x1u << 18) /**< \brief (GMAC_IDR) PTP Delay Request Frame Received */\r
-#define GMAC_IDR_SFR (0x1u << 19) /**< \brief (GMAC_IDR) PTP Sync Frame Received */\r
-#define GMAC_IDR_DRQFT (0x1u << 20) /**< \brief (GMAC_IDR) PTP Delay Request Frame Transmitted */\r
-#define GMAC_IDR_SFT (0x1u << 21) /**< \brief (GMAC_IDR) PTP Sync Frame Transmitted */\r
-#define GMAC_IDR_PDRQFR (0x1u << 22) /**< \brief (GMAC_IDR) PDelay Request Frame Received */\r
-#define GMAC_IDR_PDRSFR (0x1u << 23) /**< \brief (GMAC_IDR) PDelay Response Frame Received */\r
-#define GMAC_IDR_PDRQFT (0x1u << 24) /**< \brief (GMAC_IDR) PDelay Request Frame Transmitted */\r
-#define GMAC_IDR_PDRSFT (0x1u << 25) /**< \brief (GMAC_IDR) PDelay Response Frame Transmitted */\r
-#define GMAC_IDR_SRI (0x1u << 26) /**< \brief (GMAC_IDR) TSU Seconds Register Increment */\r
-#define GMAC_IDR_WOL (0x1u << 28) /**< \brief (GMAC_IDR) Wake On LAN */\r
-/* -------- GMAC_IMR : (GMAC Offset: 0x030) Interrupt Mask Register -------- */\r
-#define GMAC_IMR_MFS (0x1u << 0) /**< \brief (GMAC_IMR) Management Frame Sent */\r
-#define GMAC_IMR_RCOMP (0x1u << 1) /**< \brief (GMAC_IMR) Receive Complete */\r
-#define GMAC_IMR_RXUBR (0x1u << 2) /**< \brief (GMAC_IMR) RX Used Bit Read */\r
-#define GMAC_IMR_TXUBR (0x1u << 3) /**< \brief (GMAC_IMR) TX Used Bit Read */\r
-#define GMAC_IMR_TUR (0x1u << 4) /**< \brief (GMAC_IMR) Transmit Under Run */\r
-#define GMAC_IMR_RLEX (0x1u << 5) /**< \brief (GMAC_IMR) Retry Limit Exceeded */\r
-#define GMAC_IMR_TFC (0x1u << 6) /**< \brief (GMAC_IMR) Transmit Frame Corruption due to AHB error */\r
-#define GMAC_IMR_TCOMP (0x1u << 7) /**< \brief (GMAC_IMR) Transmit Complete */\r
-#define GMAC_IMR_ROVR (0x1u << 10) /**< \brief (GMAC_IMR) Receive Overrun */\r
-#define GMAC_IMR_HRESP (0x1u << 11) /**< \brief (GMAC_IMR) HRESP Not OK */\r
-#define GMAC_IMR_PFNZ (0x1u << 12) /**< \brief (GMAC_IMR) Pause Frame with Non-zero Pause Quantum Received */\r
-#define GMAC_IMR_PTZ (0x1u << 13) /**< \brief (GMAC_IMR) Pause Time Zero */\r
-#define GMAC_IMR_PFTR (0x1u << 14) /**< \brief (GMAC_IMR) Pause Frame Transmitted */\r
-#define GMAC_IMR_EXINT (0x1u << 15) /**< \brief (GMAC_IMR) External Interrupt */\r
-#define GMAC_IMR_DRQFR (0x1u << 18) /**< \brief (GMAC_IMR) PTP Delay Request Frame Received */\r
-#define GMAC_IMR_SFR (0x1u << 19) /**< \brief (GMAC_IMR) PTP Sync Frame Received */\r
-#define GMAC_IMR_DRQFT (0x1u << 20) /**< \brief (GMAC_IMR) PTP Delay Request Frame Transmitted */\r
-#define GMAC_IMR_SFT (0x1u << 21) /**< \brief (GMAC_IMR) PTP Sync Frame Transmitted */\r
-#define GMAC_IMR_PDRQFR (0x1u << 22) /**< \brief (GMAC_IMR) PDelay Request Frame Received */\r
-#define GMAC_IMR_PDRSFR (0x1u << 23) /**< \brief (GMAC_IMR) PDelay Response Frame Received */\r
-#define GMAC_IMR_PDRQFT (0x1u << 24) /**< \brief (GMAC_IMR) PDelay Request Frame Transmitted */\r
-#define GMAC_IMR_PDRSFT (0x1u << 25) /**< \brief (GMAC_IMR) PDelay Response Frame Transmitted */\r
-/* -------- GMAC_MAN : (GMAC Offset: 0x034) PHY Maintenance Register -------- */\r
-#define GMAC_MAN_DATA_Pos 0\r
-#define GMAC_MAN_DATA_Msk (0xffffu << GMAC_MAN_DATA_Pos) /**< \brief (GMAC_MAN) PHY Data */\r
-#define GMAC_MAN_DATA(value) ((GMAC_MAN_DATA_Msk & ((value) << GMAC_MAN_DATA_Pos)))\r
-#define GMAC_MAN_WTN_Pos 16\r
-#define GMAC_MAN_WTN_Msk (0x3u << GMAC_MAN_WTN_Pos) /**< \brief (GMAC_MAN) Write Ten */\r
-#define GMAC_MAN_WTN(value) ((GMAC_MAN_WTN_Msk & ((value) << GMAC_MAN_WTN_Pos)))\r
-#define GMAC_MAN_REGA_Pos 18\r
-#define GMAC_MAN_REGA_Msk (0x1fu << GMAC_MAN_REGA_Pos) /**< \brief (GMAC_MAN) Register Address */\r
-#define GMAC_MAN_REGA(value) ((GMAC_MAN_REGA_Msk & ((value) << GMAC_MAN_REGA_Pos)))\r
-#define GMAC_MAN_PHYA_Pos 23\r
-#define GMAC_MAN_PHYA_Msk (0x1fu << GMAC_MAN_PHYA_Pos) /**< \brief (GMAC_MAN) PHY Address */\r
-#define GMAC_MAN_PHYA(value) ((GMAC_MAN_PHYA_Msk & ((value) << GMAC_MAN_PHYA_Pos)))\r
-#define GMAC_MAN_OP_Pos 28\r
-#define GMAC_MAN_OP_Msk (0x3u << GMAC_MAN_OP_Pos) /**< \brief (GMAC_MAN) Operation */\r
-#define GMAC_MAN_OP(value) ((GMAC_MAN_OP_Msk & ((value) << GMAC_MAN_OP_Pos)))\r
-#define GMAC_MAN_CLTTO (0x1u << 30) /**< \brief (GMAC_MAN) Clause 22 Operation */\r
-#define GMAC_MAN_WZO (0x1u << 31) /**< \brief (GMAC_MAN) Write ZERO */\r
-/* -------- GMAC_RPQ : (GMAC Offset: 0x038) Received Pause Quantum Register -------- */\r
-#define GMAC_RPQ_RPQ_Pos 0\r
-#define GMAC_RPQ_RPQ_Msk (0xffffu << GMAC_RPQ_RPQ_Pos) /**< \brief (GMAC_RPQ) Received Pause Quantum */\r
-/* -------- GMAC_TPQ : (GMAC Offset: 0x03C) Transmit Pause Quantum Register -------- */\r
-#define GMAC_TPQ_TPQ_Pos 0\r
-#define GMAC_TPQ_TPQ_Msk (0xffffu << GMAC_TPQ_TPQ_Pos) /**< \brief (GMAC_TPQ) Transmit Pause Quantum */\r
-#define GMAC_TPQ_TPQ(value) ((GMAC_TPQ_TPQ_Msk & ((value) << GMAC_TPQ_TPQ_Pos)))\r
-/* -------- GMAC_HRB : (GMAC Offset: 0x080) Hash Register Bottom [31:0] -------- */\r
-#define GMAC_HRB_ADDR_Pos 0\r
-#define GMAC_HRB_ADDR_Msk (0xffffffffu << GMAC_HRB_ADDR_Pos) /**< \brief (GMAC_HRB) Hash Address */\r
-#define GMAC_HRB_ADDR(value) ((GMAC_HRB_ADDR_Msk & ((value) << GMAC_HRB_ADDR_Pos)))\r
-/* -------- GMAC_HRT : (GMAC Offset: 0x084) Hash Register Top [63:32] -------- */\r
-#define GMAC_HRT_ADDR_Pos 0\r
-#define GMAC_HRT_ADDR_Msk (0xffffffffu << GMAC_HRT_ADDR_Pos) /**< \brief (GMAC_HRT) Hash Address */\r
-#define GMAC_HRT_ADDR(value) ((GMAC_HRT_ADDR_Msk & ((value) << GMAC_HRT_ADDR_Pos)))\r
-/* -------- GMAC_SAB1 : (GMAC Offset: 0x088) Specific Address 1 Bottom [31:0] Register -------- */\r
-#define GMAC_SAB1_ADDR_Pos 0\r
-#define GMAC_SAB1_ADDR_Msk (0xffffffffu << GMAC_SAB1_ADDR_Pos) /**< \brief (GMAC_SAB1) Specific Address 1 */\r
-#define GMAC_SAB1_ADDR(value) ((GMAC_SAB1_ADDR_Msk & ((value) << GMAC_SAB1_ADDR_Pos)))\r
-/* -------- GMAC_SAT1 : (GMAC Offset: 0x08C) Specific Address 1 Top [47:32] Register -------- */\r
-#define GMAC_SAT1_ADDR_Pos 0\r
-#define GMAC_SAT1_ADDR_Msk (0xffffu << GMAC_SAT1_ADDR_Pos) /**< \brief (GMAC_SAT1) Specific Address 1 */\r
-#define GMAC_SAT1_ADDR(value) ((GMAC_SAT1_ADDR_Msk & ((value) << GMAC_SAT1_ADDR_Pos)))\r
-/* -------- GMAC_SAB2 : (GMAC Offset: 0x090) Specific Address 2 Bottom [31:0] Register -------- */\r
-#define GMAC_SAB2_ADDR_Pos 0\r
-#define GMAC_SAB2_ADDR_Msk (0xffffffffu << GMAC_SAB2_ADDR_Pos) /**< \brief (GMAC_SAB2) Specific Address 2 */\r
-#define GMAC_SAB2_ADDR(value) ((GMAC_SAB2_ADDR_Msk & ((value) << GMAC_SAB2_ADDR_Pos)))\r
-/* -------- GMAC_SAT2 : (GMAC Offset: 0x094) Specific Address 2 Top [47:32] Register -------- */\r
-#define GMAC_SAT2_ADDR_Pos 0\r
-#define GMAC_SAT2_ADDR_Msk (0xffffu << GMAC_SAT2_ADDR_Pos) /**< \brief (GMAC_SAT2) Specific Address 2 */\r
-#define GMAC_SAT2_ADDR(value) ((GMAC_SAT2_ADDR_Msk & ((value) << GMAC_SAT2_ADDR_Pos)))\r
-/* -------- GMAC_SAB3 : (GMAC Offset: 0x098) Specific Address 3 Bottom [31:0] Register -------- */\r
-#define GMAC_SAB3_ADDR_Pos 0\r
-#define GMAC_SAB3_ADDR_Msk (0xffffffffu << GMAC_SAB3_ADDR_Pos) /**< \brief (GMAC_SAB3) Specific Address 3 */\r
-#define GMAC_SAB3_ADDR(value) ((GMAC_SAB3_ADDR_Msk & ((value) << GMAC_SAB3_ADDR_Pos)))\r
-/* -------- GMAC_SAT3 : (GMAC Offset: 0x09C) Specific Address 3 Top [47:32] Register -------- */\r
-#define GMAC_SAT3_ADDR_Pos 0\r
-#define GMAC_SAT3_ADDR_Msk (0xffffu << GMAC_SAT3_ADDR_Pos) /**< \brief (GMAC_SAT3) Specific Address 3 */\r
-#define GMAC_SAT3_ADDR(value) ((GMAC_SAT3_ADDR_Msk & ((value) << GMAC_SAT3_ADDR_Pos)))\r
-/* -------- GMAC_SAB4 : (GMAC Offset: 0x0A0) Specific Address 4 Bottom [31:0] Register -------- */\r
-#define GMAC_SAB4_ADDR_Pos 0\r
-#define GMAC_SAB4_ADDR_Msk (0xffffffffu << GMAC_SAB4_ADDR_Pos) /**< \brief (GMAC_SAB4) Specific Address 4 */\r
-#define GMAC_SAB4_ADDR(value) ((GMAC_SAB4_ADDR_Msk & ((value) << GMAC_SAB4_ADDR_Pos)))\r
-/* -------- GMAC_SAT4 : (GMAC Offset: 0x0A4) Specific Address 4 Top [47:32] Register -------- */\r
-#define GMAC_SAT4_ADDR_Pos 0\r
-#define GMAC_SAT4_ADDR_Msk (0xffffu << GMAC_SAT4_ADDR_Pos) /**< \brief (GMAC_SAT4) Specific Address 4 */\r
-#define GMAC_SAT4_ADDR(value) ((GMAC_SAT4_ADDR_Msk & ((value) << GMAC_SAT4_ADDR_Pos)))\r
-/* -------- GMAC_TIDM[4] : (GMAC Offset: 0x0A8) Type ID Match 1 Register -------- */\r
-#define GMAC_TIDM_TID_Pos 0\r
-#define GMAC_TIDM_TID_Msk (0xffffu << GMAC_TIDM_TID_Pos) /**< \brief (GMAC_TIDM[4]) Type ID Match 1 */\r
-#define GMAC_TIDM_TID(value) ((GMAC_TIDM_TID_Msk & ((value) << GMAC_TIDM_TID_Pos)))\r
-/* -------- GMAC_IPGS : (GMAC Offset: 0x0BC) IPG Stretch Register -------- */\r
-#define GMAC_IPGS_FL_Pos 0\r
-#define GMAC_IPGS_FL_Msk (0xffffu << GMAC_IPGS_FL_Pos) /**< \brief (GMAC_IPGS) Frame Length */\r
-#define GMAC_IPGS_FL(value) ((GMAC_IPGS_FL_Msk & ((value) << GMAC_IPGS_FL_Pos)))\r
-/* -------- GMAC_SVLAN : (GMAC Offset: 0x0C0) Stacked VLAN Register -------- */\r
-#define GMAC_SVLAN_VLAN_TYPE_Pos 0\r
-#define GMAC_SVLAN_VLAN_TYPE_Msk (0xffffu << GMAC_SVLAN_VLAN_TYPE_Pos) /**< \brief (GMAC_SVLAN) User Defined VLAN_TYPE Field */\r
-#define GMAC_SVLAN_VLAN_TYPE(value) ((GMAC_SVLAN_VLAN_TYPE_Msk & ((value) << GMAC_SVLAN_VLAN_TYPE_Pos)))\r
-#define GMAC_SVLAN_ESVLAN (0x1u << 31) /**< \brief (GMAC_SVLAN) Enable Stacked VLAN Processing Mode */\r
-/* -------- GMAC_TPFCP : (GMAC Offset: 0x0C4) Transmit PFC Pause Register -------- */\r
-#define GMAC_TPFCP_PEV_Pos 0\r
-#define GMAC_TPFCP_PEV_Msk (0xffu << GMAC_TPFCP_PEV_Pos) /**< \brief (GMAC_TPFCP) Priority Enable Vector */\r
-#define GMAC_TPFCP_PEV(value) ((GMAC_TPFCP_PEV_Msk & ((value) << GMAC_TPFCP_PEV_Pos)))\r
-#define GMAC_TPFCP_PQ_Pos 8\r
-#define GMAC_TPFCP_PQ_Msk (0xffu << GMAC_TPFCP_PQ_Pos) /**< \brief (GMAC_TPFCP) Pause Quantum */\r
-#define GMAC_TPFCP_PQ(value) ((GMAC_TPFCP_PQ_Msk & ((value) << GMAC_TPFCP_PQ_Pos)))\r
-/* -------- GMAC_SAMB1 : (GMAC Offset: 0x0C8) Specific Address 1 Mask Bottom [31:0] Register -------- */\r
-#define GMAC_SAMB1_ADDR_Pos 0\r
-#define GMAC_SAMB1_ADDR_Msk (0xffffffffu << GMAC_SAMB1_ADDR_Pos) /**< \brief (GMAC_SAMB1) Specific Address 1 Mask */\r
-#define GMAC_SAMB1_ADDR(value) ((GMAC_SAMB1_ADDR_Msk & ((value) << GMAC_SAMB1_ADDR_Pos)))\r
-/* -------- GMAC_SAMT1 : (GMAC Offset: 0x0CC) Specific Address 1 Mask Top [47:32] Register -------- */\r
-#define GMAC_SAMT1_ADDR_Pos 0\r
-#define GMAC_SAMT1_ADDR_Msk (0xffffu << GMAC_SAMT1_ADDR_Pos) /**< \brief (GMAC_SAMT1) Specific Address 1 Mask */\r
-#define GMAC_SAMT1_ADDR(value) ((GMAC_SAMT1_ADDR_Msk & ((value) << GMAC_SAMT1_ADDR_Pos)))\r
-/* -------- GMAC_OTLO : (GMAC Offset: 0x100) Octets Transmitted [31:0] Register -------- */\r
-#define GMAC_OTLO_TXO_Pos 0\r
-#define GMAC_OTLO_TXO_Msk (0xffffffffu << GMAC_OTLO_TXO_Pos) /**< \brief (GMAC_OTLO) Transmitted Octets */\r
-/* -------- GMAC_OTHI : (GMAC Offset: 0x104) Octets Transmitted [47:32] Register -------- */\r
-#define GMAC_OTHI_TXO_Pos 0\r
-#define GMAC_OTHI_TXO_Msk (0xffffu << GMAC_OTHI_TXO_Pos) /**< \brief (GMAC_OTHI) Transmitted Octets */\r
-/* -------- GMAC_FT : (GMAC Offset: 0x108) Frames Transmitted Register -------- */\r
-#define GMAC_FT_FTX_Pos 0\r
-#define GMAC_FT_FTX_Msk (0xffffffffu << GMAC_FT_FTX_Pos) /**< \brief (GMAC_FT) Frames Transmitted without Error */\r
-/* -------- GMAC_BCFT : (GMAC Offset: 0x10C) Broadcast Frames Transmitted Register -------- */\r
-#define GMAC_BCFT_BFTX_Pos 0\r
-#define GMAC_BCFT_BFTX_Msk (0xffffffffu << GMAC_BCFT_BFTX_Pos) /**< \brief (GMAC_BCFT) Broadcast Frames Transmitted without Error */\r
-/* -------- GMAC_MFT : (GMAC Offset: 0x110) Multicast Frames Transmitted Register -------- */\r
-#define GMAC_MFT_MFTX_Pos 0\r
-#define GMAC_MFT_MFTX_Msk (0xffffffffu << GMAC_MFT_MFTX_Pos) /**< \brief (GMAC_MFT) Multicast Frames Transmitted without Error */\r
-/* -------- GMAC_PFT : (GMAC Offset: 0x114) Pause Frames Transmitted Register -------- */\r
-#define GMAC_PFT_PFTX_Pos 0\r
-#define GMAC_PFT_PFTX_Msk (0xffffu << GMAC_PFT_PFTX_Pos) /**< \brief (GMAC_PFT) Pause Frames Transmitted Register */\r
-/* -------- GMAC_BFT64 : (GMAC Offset: 0x118) 64 Byte Frames Transmitted Register -------- */\r
-#define GMAC_BFT64_NFTX_Pos 0\r
-#define GMAC_BFT64_NFTX_Msk (0xffffffffu << GMAC_BFT64_NFTX_Pos) /**< \brief (GMAC_BFT64) 64 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TBFT127 : (GMAC Offset: 0x11C) 65 to 127 Byte Frames Transmitted Register -------- */\r
-#define GMAC_TBFT127_NFTX_Pos 0\r
-#define GMAC_TBFT127_NFTX_Msk (0xffffffffu << GMAC_TBFT127_NFTX_Pos) /**< \brief (GMAC_TBFT127) 65 to 127 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TBFT255 : (GMAC Offset: 0x120) 128 to 255 Byte Frames Transmitted Register -------- */\r
-#define GMAC_TBFT255_NFTX_Pos 0\r
-#define GMAC_TBFT255_NFTX_Msk (0xffffffffu << GMAC_TBFT255_NFTX_Pos) /**< \brief (GMAC_TBFT255) 128 to 255 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TBFT511 : (GMAC Offset: 0x124) 256 to 511 Byte Frames Transmitted Register -------- */\r
-#define GMAC_TBFT511_NFTX_Pos 0\r
-#define GMAC_TBFT511_NFTX_Msk (0xffffffffu << GMAC_TBFT511_NFTX_Pos) /**< \brief (GMAC_TBFT511) 256 to 511 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TBFT1023 : (GMAC Offset: 0x128) 512 to 1023 Byte Frames Transmitted Register -------- */\r
-#define GMAC_TBFT1023_NFTX_Pos 0\r
-#define GMAC_TBFT1023_NFTX_Msk (0xffffffffu << GMAC_TBFT1023_NFTX_Pos) /**< \brief (GMAC_TBFT1023) 512 to 1023 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TBFT1518 : (GMAC Offset: 0x12C) 1024 to 1518 Byte Frames Transmitted Register -------- */\r
-#define GMAC_TBFT1518_NFTX_Pos 0\r
-#define GMAC_TBFT1518_NFTX_Msk (0xffffffffu << GMAC_TBFT1518_NFTX_Pos) /**< \brief (GMAC_TBFT1518) 1024 to 1518 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_GTBFT1518 : (GMAC Offset: 0x130) Greater Than 1518 Byte Frames Transmitted Register -------- */\r
-#define GMAC_GTBFT1518_NFTX_Pos 0\r
-#define GMAC_GTBFT1518_NFTX_Msk (0xffffffffu << GMAC_GTBFT1518_NFTX_Pos) /**< \brief (GMAC_GTBFT1518) Greater than 1518 Byte Frames Transmitted without Error */\r
-/* -------- GMAC_TUR : (GMAC Offset: 0x134) Transmit Under Runs Register -------- */\r
-#define GMAC_TUR_TXUNR_Pos 0\r
-#define GMAC_TUR_TXUNR_Msk (0x3ffu << GMAC_TUR_TXUNR_Pos) /**< \brief (GMAC_TUR) Transmit Under Runs */\r
-/* -------- GMAC_SCF : (GMAC Offset: 0x138) Single Collision Frames Register -------- */\r
-#define GMAC_SCF_SCOL_Pos 0\r
-#define GMAC_SCF_SCOL_Msk (0x3ffffu << GMAC_SCF_SCOL_Pos) /**< \brief (GMAC_SCF) Single Collision */\r
-/* -------- GMAC_MCF : (GMAC Offset: 0x13C) Multiple Collision Frames Register -------- */\r
-#define GMAC_MCF_MCOL_Pos 0\r
-#define GMAC_MCF_MCOL_Msk (0x3ffffu << GMAC_MCF_MCOL_Pos) /**< \brief (GMAC_MCF) Multiple Collision */\r
-/* -------- GMAC_EC : (GMAC Offset: 0x140) Excessive Collisions Register -------- */\r
-#define GMAC_EC_XCOL_Pos 0\r
-#define GMAC_EC_XCOL_Msk (0x3ffu << GMAC_EC_XCOL_Pos) /**< \brief (GMAC_EC) Excessive Collisions */\r
-/* -------- GMAC_LC : (GMAC Offset: 0x144) Late Collisions Register -------- */\r
-#define GMAC_LC_LCOL_Pos 0\r
-#define GMAC_LC_LCOL_Msk (0x3ffu << GMAC_LC_LCOL_Pos) /**< \brief (GMAC_LC) Late Collisions */\r
-/* -------- GMAC_DTF : (GMAC Offset: 0x148) Deferred Transmission Frames Register -------- */\r
-#define GMAC_DTF_DEFT_Pos 0\r
-#define GMAC_DTF_DEFT_Msk (0x3ffffu << GMAC_DTF_DEFT_Pos) /**< \brief (GMAC_DTF) Deferred Transmission */\r
-/* -------- GMAC_CSE : (GMAC Offset: 0x14C) Carrier Sense Errors Register -------- */\r
-#define GMAC_CSE_CSR_Pos 0\r
-#define GMAC_CSE_CSR_Msk (0x3ffu << GMAC_CSE_CSR_Pos) /**< \brief (GMAC_CSE) Carrier Sense Error */\r
-/* -------- GMAC_ORLO : (GMAC Offset: 0x150) Octets Received [31:0] Received -------- */\r
-#define GMAC_ORLO_RXO_Pos 0\r
-#define GMAC_ORLO_RXO_Msk (0xffffffffu << GMAC_ORLO_RXO_Pos) /**< \brief (GMAC_ORLO) Received Octets */\r
-/* -------- GMAC_ORHI : (GMAC Offset: 0x154) Octets Received [47:32] Received -------- */\r
-#define GMAC_ORHI_RXO_Pos 0\r
-#define GMAC_ORHI_RXO_Msk (0xffffu << GMAC_ORHI_RXO_Pos) /**< \brief (GMAC_ORHI) Received Octets */\r
-/* -------- GMAC_FR : (GMAC Offset: 0x158) Frames Received Register -------- */\r
-#define GMAC_FR_FRX_Pos 0\r
-#define GMAC_FR_FRX_Msk (0xffffffffu << GMAC_FR_FRX_Pos) /**< \brief (GMAC_FR) Frames Received without Error */\r
-/* -------- GMAC_BCFR : (GMAC Offset: 0x15C) Broadcast Frames Received Register -------- */\r
-#define GMAC_BCFR_BFRX_Pos 0\r
-#define GMAC_BCFR_BFRX_Msk (0xffffffffu << GMAC_BCFR_BFRX_Pos) /**< \brief (GMAC_BCFR) Broadcast Frames Received without Error */\r
-/* -------- GMAC_MFR : (GMAC Offset: 0x160) Multicast Frames Received Register -------- */\r
-#define GMAC_MFR_MFRX_Pos 0\r
-#define GMAC_MFR_MFRX_Msk (0xffffffffu << GMAC_MFR_MFRX_Pos) /**< \brief (GMAC_MFR) Multicast Frames Received without Error */\r
-/* -------- GMAC_PFR : (GMAC Offset: 0x164) Pause Frames Received Register -------- */\r
-#define GMAC_PFR_PFRX_Pos 0\r
-#define GMAC_PFR_PFRX_Msk (0xffffu << GMAC_PFR_PFRX_Pos) /**< \brief (GMAC_PFR) Pause Frames Received Register */\r
-/* -------- GMAC_BFR64 : (GMAC Offset: 0x168) 64 Byte Frames Received Register -------- */\r
-#define GMAC_BFR64_NFRX_Pos 0\r
-#define GMAC_BFR64_NFRX_Msk (0xffffffffu << GMAC_BFR64_NFRX_Pos) /**< \brief (GMAC_BFR64) 64 Byte Frames Received without Error */\r
-/* -------- GMAC_TBFR127 : (GMAC Offset: 0x16C) 65 to 127 Byte Frames Received Register -------- */\r
-#define GMAC_TBFR127_NFRX_Pos 0\r
-#define GMAC_TBFR127_NFRX_Msk (0xffffffffu << GMAC_TBFR127_NFRX_Pos) /**< \brief (GMAC_TBFR127) 65 to 127 Byte Frames Received without Error */\r
-/* -------- GMAC_TBFR255 : (GMAC Offset: 0x170) 128 to 255 Byte Frames Received Register -------- */\r
-#define GMAC_TBFR255_NFRX_Pos 0\r
-#define GMAC_TBFR255_NFRX_Msk (0xffffffffu << GMAC_TBFR255_NFRX_Pos) /**< \brief (GMAC_TBFR255) 128 to 255 Byte Frames Received without Error */\r
-/* -------- GMAC_TBFR511 : (GMAC Offset: 0x174) 256 to 511Byte Frames Received Register -------- */\r
-#define GMAC_TBFR511_NFRX_Pos 0\r
-#define GMAC_TBFR511_NFRX_Msk (0xffffffffu << GMAC_TBFR511_NFRX_Pos) /**< \brief (GMAC_TBFR511) 256 to 511 Byte Frames Received without Error */\r
-/* -------- GMAC_TBFR1023 : (GMAC Offset: 0x178) 512 to 1023 Byte Frames Received Register -------- */\r
-#define GMAC_TBFR1023_NFRX_Pos 0\r
-#define GMAC_TBFR1023_NFRX_Msk (0xffffffffu << GMAC_TBFR1023_NFRX_Pos) /**< \brief (GMAC_TBFR1023) 512 to 1023 Byte Frames Received without Error */\r
-/* -------- GMAC_TBFR1518 : (GMAC Offset: 0x17C) 1024 to 1518 Byte Frames Received Register -------- */\r
-#define GMAC_TBFR1518_NFRX_Pos 0\r
-#define GMAC_TBFR1518_NFRX_Msk (0xffffffffu << GMAC_TBFR1518_NFRX_Pos) /**< \brief (GMAC_TBFR1518) 1024 to 1518 Byte Frames Received without Error */\r
-/* -------- GMAC_TMXBFR : (GMAC Offset: 0x180) 1519 to Maximum Byte Frames Received Register -------- */\r
-#define GMAC_TMXBFR_NFRX_Pos 0\r
-#define GMAC_TMXBFR_NFRX_Msk (0xffffffffu << GMAC_TMXBFR_NFRX_Pos) /**< \brief (GMAC_TMXBFR) 1519 to Maximum Byte Frames Received without Error */\r
-/* -------- GMAC_UFR : (GMAC Offset: 0x184) Undersize Frames Received Register -------- */\r
-#define GMAC_UFR_UFRX_Pos 0\r
-#define GMAC_UFR_UFRX_Msk (0x3ffu << GMAC_UFR_UFRX_Pos) /**< \brief (GMAC_UFR) Undersize Frames Received */\r
-/* -------- GMAC_OFR : (GMAC Offset: 0x188) Oversize Frames Received Register -------- */\r
-#define GMAC_OFR_OFRX_Pos 0\r
-#define GMAC_OFR_OFRX_Msk (0x3ffu << GMAC_OFR_OFRX_Pos) /**< \brief (GMAC_OFR) Oversized Frames Received */\r
-/* -------- GMAC_JR : (GMAC Offset: 0x18C) Jabbers Received Register -------- */\r
-#define GMAC_JR_JRX_Pos 0\r
-#define GMAC_JR_JRX_Msk (0x3ffu << GMAC_JR_JRX_Pos) /**< \brief (GMAC_JR) Jabbers Received */\r
-/* -------- GMAC_FCSE : (GMAC Offset: 0x190) Frame Check Sequence Errors Register -------- */\r
-#define GMAC_FCSE_FCKR_Pos 0\r
-#define GMAC_FCSE_FCKR_Msk (0x3ffu << GMAC_FCSE_FCKR_Pos) /**< \brief (GMAC_FCSE) Frame Check Sequence Errors */\r
-/* -------- GMAC_LFFE : (GMAC Offset: 0x194) Length Field Frame Errors Register -------- */\r
-#define GMAC_LFFE_LFER_Pos 0\r
-#define GMAC_LFFE_LFER_Msk (0x3ffu << GMAC_LFFE_LFER_Pos) /**< \brief (GMAC_LFFE) Length Field Frame Errors */\r
-/* -------- GMAC_RSE : (GMAC Offset: 0x198) Receive Symbol Errors Register -------- */\r
-#define GMAC_RSE_RXSE_Pos 0\r
-#define GMAC_RSE_RXSE_Msk (0x3ffu << GMAC_RSE_RXSE_Pos) /**< \brief (GMAC_RSE) Receive Symbol Errors */\r
-/* -------- GMAC_AE : (GMAC Offset: 0x19C) Alignment Errors Register -------- */\r
-#define GMAC_AE_AER_Pos 0\r
-#define GMAC_AE_AER_Msk (0x3ffu << GMAC_AE_AER_Pos) /**< \brief (GMAC_AE) Alignment Errors */\r
-/* -------- GMAC_RRE : (GMAC Offset: 0x1A0) Receive Resource Errors Register -------- */\r
-#define GMAC_RRE_RXRER_Pos 0\r
-#define GMAC_RRE_RXRER_Msk (0x3ffffu << GMAC_RRE_RXRER_Pos) /**< \brief (GMAC_RRE) Receive Resource Errors */\r
-/* -------- GMAC_ROE : (GMAC Offset: 0x1A4) Receive Overrun Register -------- */\r
-#define GMAC_ROE_RXOVR_Pos 0\r
-#define GMAC_ROE_RXOVR_Msk (0x3ffu << GMAC_ROE_RXOVR_Pos) /**< \brief (GMAC_ROE) Receive Overruns */\r
-/* -------- GMAC_IHCE : (GMAC Offset: 0x1A8) IP Header Checksum Errors Register -------- */\r
-#define GMAC_IHCE_HCKER_Pos 0\r
-#define GMAC_IHCE_HCKER_Msk (0xffu << GMAC_IHCE_HCKER_Pos) /**< \brief (GMAC_IHCE) IP Header Checksum Errors */\r
-/* -------- GMAC_TCE : (GMAC Offset: 0x1AC) TCP Checksum Errors Register -------- */\r
-#define GMAC_TCE_TCKER_Pos 0\r
-#define GMAC_TCE_TCKER_Msk (0xffu << GMAC_TCE_TCKER_Pos) /**< \brief (GMAC_TCE) TCP Checksum Errors */\r
-/* -------- GMAC_UCE : (GMAC Offset: 0x1B0) UDP Checksum Errors Register -------- */\r
-#define GMAC_UCE_UCKER_Pos 0\r
-#define GMAC_UCE_UCKER_Msk (0xffu << GMAC_UCE_UCKER_Pos) /**< \brief (GMAC_UCE) UDP Checksum Errors */\r
-/* -------- GMAC_TSSS : (GMAC Offset: 0x1C8) 1588 Timer Sync Strobe Seconds Register -------- */\r
-#define GMAC_TSSS_VTS_Pos 0\r
-#define GMAC_TSSS_VTS_Msk (0xffffffffu << GMAC_TSSS_VTS_Pos) /**< \brief (GMAC_TSSS) Value of Timer Seconds Register Capture */\r
-#define GMAC_TSSS_VTS(value) ((GMAC_TSSS_VTS_Msk & ((value) << GMAC_TSSS_VTS_Pos)))\r
-/* -------- GMAC_TSSN : (GMAC Offset: 0x1CC) 1588 Timer Sync Strobe Nanoseconds Register -------- */\r
-#define GMAC_TSSN_VTN_Pos 0\r
-#define GMAC_TSSN_VTN_Msk (0x3fffffffu << GMAC_TSSN_VTN_Pos) /**< \brief (GMAC_TSSN) Value Timer Nanoseconds Register Capture */\r
-#define GMAC_TSSN_VTN(value) ((GMAC_TSSN_VTN_Msk & ((value) << GMAC_TSSN_VTN_Pos)))\r
-/* -------- GMAC_TS : (GMAC Offset: 0x1D0) 1588 Timer Seconds Register -------- */\r
-#define GMAC_TS_TCS_Pos 0\r
-#define GMAC_TS_TCS_Msk (0xffffffffu << GMAC_TS_TCS_Pos) /**< \brief (GMAC_TS) Timer Count in Seconds */\r
-#define GMAC_TS_TCS(value) ((GMAC_TS_TCS_Msk & ((value) << GMAC_TS_TCS_Pos)))\r
-/* -------- GMAC_TN : (GMAC Offset: 0x1D4) 1588 Timer Nanoseconds Register -------- */\r
-#define GMAC_TN_TNS_Pos 0\r
-#define GMAC_TN_TNS_Msk (0x3fffffffu << GMAC_TN_TNS_Pos) /**< \brief (GMAC_TN) Timer Count in Nanoseconds */\r
-#define GMAC_TN_TNS(value) ((GMAC_TN_TNS_Msk & ((value) << GMAC_TN_TNS_Pos)))\r
-/* -------- GMAC_TA : (GMAC Offset: 0x1D8) 1588 Timer Adjust Register -------- */\r
-#define GMAC_TA_ITDT_Pos 0\r
-#define GMAC_TA_ITDT_Msk (0x3fffffffu << GMAC_TA_ITDT_Pos) /**< \brief (GMAC_TA) Increment/Decrement */\r
-#define GMAC_TA_ITDT(value) ((GMAC_TA_ITDT_Msk & ((value) << GMAC_TA_ITDT_Pos)))\r
-#define GMAC_TA_ADJ (0x1u << 31) /**< \brief (GMAC_TA) Adjust 1588 Timer */\r
-/* -------- GMAC_TI : (GMAC Offset: 0x1DC) 1588 Timer Increment Register -------- */\r
-#define GMAC_TI_CNS_Pos 0\r
-#define GMAC_TI_CNS_Msk (0xffu << GMAC_TI_CNS_Pos) /**< \brief (GMAC_TI) Count Nanoseconds */\r
-#define GMAC_TI_CNS(value) ((GMAC_TI_CNS_Msk & ((value) << GMAC_TI_CNS_Pos)))\r
-#define GMAC_TI_ACNS_Pos 8\r
-#define GMAC_TI_ACNS_Msk (0xffu << GMAC_TI_ACNS_Pos) /**< \brief (GMAC_TI) Alternative Count Nanoseconds */\r
-#define GMAC_TI_ACNS(value) ((GMAC_TI_ACNS_Msk & ((value) << GMAC_TI_ACNS_Pos)))\r
-#define GMAC_TI_NIT_Pos 16\r
-#define GMAC_TI_NIT_Msk (0xffu << GMAC_TI_NIT_Pos) /**< \brief (GMAC_TI) Number of Increments */\r
-#define GMAC_TI_NIT(value) ((GMAC_TI_NIT_Msk & ((value) << GMAC_TI_NIT_Pos)))\r
-/* -------- GMAC_EFTS : (GMAC Offset: 0x1E0) PTP Event Frame Transmitted Seconds -------- */\r
-#define GMAC_EFTS_RUD_Pos 0\r
-#define GMAC_EFTS_RUD_Msk (0xffffffffu << GMAC_EFTS_RUD_Pos) /**< \brief (GMAC_EFTS) Register Update */\r
-/* -------- GMAC_EFTN : (GMAC Offset: 0x1E4) PTP Event Frame Transmitted Nanoseconds -------- */\r
-#define GMAC_EFTN_RUD_Pos 0\r
-#define GMAC_EFTN_RUD_Msk (0x3fffffffu << GMAC_EFTN_RUD_Pos) /**< \brief (GMAC_EFTN) Register Update */\r
-/* -------- GMAC_EFRS : (GMAC Offset: 0x1E8) PTP Event Frame Received Seconds -------- */\r
-#define GMAC_EFRS_RUD_Pos 0\r
-#define GMAC_EFRS_RUD_Msk (0xffffffffu << GMAC_EFRS_RUD_Pos) /**< \brief (GMAC_EFRS) Register Update */\r
-/* -------- GMAC_EFRN : (GMAC Offset: 0x1EC) PTP Event Frame Received Nanoseconds -------- */\r
-#define GMAC_EFRN_RUD_Pos 0\r
-#define GMAC_EFRN_RUD_Msk (0x3fffffffu << GMAC_EFRN_RUD_Pos) /**< \brief (GMAC_EFRN) Register Update */\r
-/* -------- GMAC_PEFTS : (GMAC Offset: 0x1F0) PTP Peer Event Frame Transmitted Seconds -------- */\r
-#define GMAC_PEFTS_RUD_Pos 0\r
-#define GMAC_PEFTS_RUD_Msk (0xffffffffu << GMAC_PEFTS_RUD_Pos) /**< \brief (GMAC_PEFTS) Register Update */\r
-/* -------- GMAC_PEFTN : (GMAC Offset: 0x1F4) PTP Peer Event Frame Transmitted Nanoseconds -------- */\r
-#define GMAC_PEFTN_RUD_Pos 0\r
-#define GMAC_PEFTN_RUD_Msk (0x3fffffffu << GMAC_PEFTN_RUD_Pos) /**< \brief (GMAC_PEFTN) Register Update */\r
-/* -------- GMAC_PEFRS : (GMAC Offset: 0x1F8) PTP Peer Event Frame Received Seconds -------- */\r
-#define GMAC_PEFRS_RUD_Pos 0\r
-#define GMAC_PEFRS_RUD_Msk (0xffffffffu << GMAC_PEFRS_RUD_Pos) /**< \brief (GMAC_PEFRS) Register Update */\r
-/* -------- GMAC_PEFRN : (GMAC Offset: 0x1FC) PTP Peer Event Frame Received Nanoseconds -------- */\r
-#define GMAC_PEFRN_RUD_Pos 0\r
-#define GMAC_PEFRN_RUD_Msk (0x3fffffffu << GMAC_PEFRN_RUD_Pos) /**< \brief (GMAC_PEFRN) Register Update */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_GMAC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gpbr.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/gpbr.h
deleted file mode 100644 (file)
index c379442..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_GPBR_COMPONENT_\r
-#define _SAM4E_GPBR_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR General Purpose Backup Register */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_GPBR General Purpose Backup Register */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Gpbr hardware registers */\r
-typedef struct {\r
-  RwReg SYS_GPBR[20]; /**< \brief (Gpbr Offset: 0x0) General Purpose Backup Register */\r
-} Gpbr;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- SYS_GPBR[20] : (GPBR Offset: 0x0) General Purpose Backup Register -------- */\r
-#define SYS_GPBR_GPBR_VALUE_Pos 0\r
-#define SYS_GPBR_GPBR_VALUE_Msk (0xffffffffu << SYS_GPBR_GPBR_VALUE_Pos) /**< \brief (SYS_GPBR[20]) Value of GPBR x */\r
-#define SYS_GPBR_GPBR_VALUE(value) ((SYS_GPBR_GPBR_VALUE_Msk & ((value) << SYS_GPBR_GPBR_VALUE_Pos)))\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_GPBR_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/hsmci.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/hsmci.h
deleted file mode 100644 (file)
index a5b95d7..0000000
+++ /dev/null
@@ -1,395 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_HSMCI_COMPONENT_\r
-#define _SAM4E_HSMCI_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR High Speed MultiMedia Card Interface */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_HSMCI High Speed MultiMedia Card Interface */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Hsmci hardware registers */\r
-typedef struct {\r
-  WoReg HSMCI_CR;        /**< \brief (Hsmci Offset: 0x00) Control Register */\r
-  RwReg HSMCI_MR;        /**< \brief (Hsmci Offset: 0x04) Mode Register */\r
-  RwReg HSMCI_DTOR;      /**< \brief (Hsmci Offset: 0x08) Data Timeout Register */\r
-  RwReg HSMCI_SDCR;      /**< \brief (Hsmci Offset: 0x0C) SD/SDIO Card Register */\r
-  RwReg HSMCI_ARGR;      /**< \brief (Hsmci Offset: 0x10) Argument Register */\r
-  WoReg HSMCI_CMDR;      /**< \brief (Hsmci Offset: 0x14) Command Register */\r
-  RwReg HSMCI_BLKR;      /**< \brief (Hsmci Offset: 0x18) Block Register */\r
-  RwReg HSMCI_CSTOR;     /**< \brief (Hsmci Offset: 0x1C) Completion Signal Timeout Register */\r
-  RoReg HSMCI_RSPR[4];   /**< \brief (Hsmci Offset: 0x20) Response Register */\r
-  RoReg HSMCI_RDR;       /**< \brief (Hsmci Offset: 0x30) Receive Data Register */\r
-  WoReg HSMCI_TDR;       /**< \brief (Hsmci Offset: 0x34) Transmit Data Register */\r
-  RoReg Reserved1[2];\r
-  RoReg HSMCI_SR;        /**< \brief (Hsmci Offset: 0x40) Status Register */\r
-  WoReg HSMCI_IER;       /**< \brief (Hsmci Offset: 0x44) Interrupt Enable Register */\r
-  WoReg HSMCI_IDR;       /**< \brief (Hsmci Offset: 0x48) Interrupt Disable Register */\r
-  RoReg HSMCI_IMR;       /**< \brief (Hsmci Offset: 0x4C) Interrupt Mask Register */\r
-  RoReg Reserved2[1];\r
-  RwReg HSMCI_CFG;       /**< \brief (Hsmci Offset: 0x54) Configuration Register */\r
-  RoReg Reserved3[35];\r
-  RwReg HSMCI_WPMR;      /**< \brief (Hsmci Offset: 0xE4) Write Protection Mode Register */\r
-  RoReg HSMCI_WPSR;      /**< \brief (Hsmci Offset: 0xE8) Write Protection Status Register */\r
-  RoReg Reserved4[5];\r
-  RwReg HSMCI_RPR;       /**< \brief (Hsmci Offset: 0x100) Receive Pointer Register */\r
-  RwReg HSMCI_RCR;       /**< \brief (Hsmci Offset: 0x104) Receive Counter Register */\r
-  RwReg HSMCI_TPR;       /**< \brief (Hsmci Offset: 0x108) Transmit Pointer Register */\r
-  RwReg HSMCI_TCR;       /**< \brief (Hsmci Offset: 0x10C) Transmit Counter Register */\r
-  RwReg HSMCI_RNPR;      /**< \brief (Hsmci Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg HSMCI_RNCR;      /**< \brief (Hsmci Offset: 0x114) Receive Next Counter Register */\r
-  RwReg HSMCI_TNPR;      /**< \brief (Hsmci Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg HSMCI_TNCR;      /**< \brief (Hsmci Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg HSMCI_PTCR;      /**< \brief (Hsmci Offset: 0x120) Transfer Control Register */\r
-  RoReg HSMCI_PTSR;      /**< \brief (Hsmci Offset: 0x124) Transfer Status Register */\r
-  RoReg Reserved5[54];\r
-  RwReg HSMCI_FIFO[256]; /**< \brief (Hsmci Offset: 0x200) FIFO Memory Aperture0 */\r
-} Hsmci;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- HSMCI_CR : (HSMCI Offset: 0x00) Control Register -------- */\r
-#define HSMCI_CR_MCIEN (0x1u << 0) /**< \brief (HSMCI_CR) Multi-Media Interface Enable */\r
-#define HSMCI_CR_MCIDIS (0x1u << 1) /**< \brief (HSMCI_CR) Multi-Media Interface Disable */\r
-#define HSMCI_CR_PWSEN (0x1u << 2) /**< \brief (HSMCI_CR) Power Save Mode Enable */\r
-#define HSMCI_CR_PWSDIS (0x1u << 3) /**< \brief (HSMCI_CR) Power Save Mode Disable */\r
-#define HSMCI_CR_SWRST (0x1u << 7) /**< \brief (HSMCI_CR) Software Reset */\r
-/* -------- HSMCI_MR : (HSMCI Offset: 0x04) Mode Register -------- */\r
-#define HSMCI_MR_CLKDIV_Pos 0\r
-#define HSMCI_MR_CLKDIV_Msk (0xffu << HSMCI_MR_CLKDIV_Pos) /**< \brief (HSMCI_MR) Clock Divider */\r
-#define HSMCI_MR_CLKDIV(value) ((HSMCI_MR_CLKDIV_Msk & ((value) << HSMCI_MR_CLKDIV_Pos)))\r
-#define HSMCI_MR_PWSDIV_Pos 8\r
-#define HSMCI_MR_PWSDIV_Msk (0x7u << HSMCI_MR_PWSDIV_Pos) /**< \brief (HSMCI_MR) Power Saving Divider */\r
-#define HSMCI_MR_PWSDIV(value) ((HSMCI_MR_PWSDIV_Msk & ((value) << HSMCI_MR_PWSDIV_Pos)))\r
-#define HSMCI_MR_RDPROOF (0x1u << 11) /**< \brief (HSMCI_MR) Read Proof Enable */\r
-#define HSMCI_MR_WRPROOF (0x1u << 12) /**< \brief (HSMCI_MR) Write Proof Enable */\r
-#define HSMCI_MR_FBYTE (0x1u << 13) /**< \brief (HSMCI_MR) Force Byte Transfer */\r
-#define HSMCI_MR_PADV (0x1u << 14) /**< \brief (HSMCI_MR) Padding Value */\r
-#define HSMCI_MR_PDCMODE (0x1u << 15) /**< \brief (HSMCI_MR) PDC-oriented Mode */\r
-#define HSMCI_MR_CLKODD (0x1u << 16) /**< \brief (HSMCI_MR) Clock divider is odd */\r
-/* -------- HSMCI_DTOR : (HSMCI Offset: 0x08) Data Timeout Register -------- */\r
-#define HSMCI_DTOR_DTOCYC_Pos 0\r
-#define HSMCI_DTOR_DTOCYC_Msk (0xfu << HSMCI_DTOR_DTOCYC_Pos) /**< \brief (HSMCI_DTOR) Data Timeout Cycle Number */\r
-#define HSMCI_DTOR_DTOCYC(value) ((HSMCI_DTOR_DTOCYC_Msk & ((value) << HSMCI_DTOR_DTOCYC_Pos)))\r
-#define HSMCI_DTOR_DTOMUL_Pos 4\r
-#define HSMCI_DTOR_DTOMUL_Msk (0x7u << HSMCI_DTOR_DTOMUL_Pos) /**< \brief (HSMCI_DTOR) Data Timeout Multiplier */\r
-#define   HSMCI_DTOR_DTOMUL_1 (0x0u << 4) /**< \brief (HSMCI_DTOR) DTOCYC */\r
-#define   HSMCI_DTOR_DTOMUL_16 (0x1u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 16 */\r
-#define   HSMCI_DTOR_DTOMUL_128 (0x2u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 128 */\r
-#define   HSMCI_DTOR_DTOMUL_256 (0x3u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 256 */\r
-#define   HSMCI_DTOR_DTOMUL_1024 (0x4u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 1024 */\r
-#define   HSMCI_DTOR_DTOMUL_4096 (0x5u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 4096 */\r
-#define   HSMCI_DTOR_DTOMUL_65536 (0x6u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 65536 */\r
-#define   HSMCI_DTOR_DTOMUL_1048576 (0x7u << 4) /**< \brief (HSMCI_DTOR) DTOCYC x 1048576 */\r
-/* -------- HSMCI_SDCR : (HSMCI Offset: 0x0C) SD/SDIO Card Register -------- */\r
-#define HSMCI_SDCR_SDCSEL_Pos 0\r
-#define HSMCI_SDCR_SDCSEL_Msk (0x3u << HSMCI_SDCR_SDCSEL_Pos) /**< \brief (HSMCI_SDCR) SDCard/SDIO Slot */\r
-#define   HSMCI_SDCR_SDCSEL_SLOTA (0x0u << 0) /**< \brief (HSMCI_SDCR) Slot A is selected. */\r
-#define   HSMCI_SDCR_SDCSEL_SLOTB (0x1u << 0) /**< \brief (HSMCI_SDCR) - */\r
-#define   HSMCI_SDCR_SDCSEL_SLOTC (0x2u << 0) /**< \brief (HSMCI_SDCR) - */\r
-#define   HSMCI_SDCR_SDCSEL_SLOTD (0x3u << 0) /**< \brief (HSMCI_SDCR) - */\r
-#define HSMCI_SDCR_SDCBUS_Pos 6\r
-#define HSMCI_SDCR_SDCBUS_Msk (0x3u << HSMCI_SDCR_SDCBUS_Pos) /**< \brief (HSMCI_SDCR) SDCard/SDIO Bus Width */\r
-#define   HSMCI_SDCR_SDCBUS_1 (0x0u << 6) /**< \brief (HSMCI_SDCR) 1 bit */\r
-#define   HSMCI_SDCR_SDCBUS_4 (0x2u << 6) /**< \brief (HSMCI_SDCR) 4 bit */\r
-#define   HSMCI_SDCR_SDCBUS_8 (0x3u << 6) /**< \brief (HSMCI_SDCR) 8 bit */\r
-/* -------- HSMCI_ARGR : (HSMCI Offset: 0x10) Argument Register -------- */\r
-#define HSMCI_ARGR_ARG_Pos 0\r
-#define HSMCI_ARGR_ARG_Msk (0xffffffffu << HSMCI_ARGR_ARG_Pos) /**< \brief (HSMCI_ARGR) Command Argument */\r
-#define HSMCI_ARGR_ARG(value) ((HSMCI_ARGR_ARG_Msk & ((value) << HSMCI_ARGR_ARG_Pos)))\r
-/* -------- HSMCI_CMDR : (HSMCI Offset: 0x14) Command Register -------- */\r
-#define HSMCI_CMDR_CMDNB_Pos 0\r
-#define HSMCI_CMDR_CMDNB_Msk (0x3fu << HSMCI_CMDR_CMDNB_Pos) /**< \brief (HSMCI_CMDR) Command Number */\r
-#define HSMCI_CMDR_CMDNB(value) ((HSMCI_CMDR_CMDNB_Msk & ((value) << HSMCI_CMDR_CMDNB_Pos)))\r
-#define HSMCI_CMDR_RSPTYP_Pos 6\r
-#define HSMCI_CMDR_RSPTYP_Msk (0x3u << HSMCI_CMDR_RSPTYP_Pos) /**< \brief (HSMCI_CMDR) Response Type */\r
-#define   HSMCI_CMDR_RSPTYP_NORESP (0x0u << 6) /**< \brief (HSMCI_CMDR) No response. */\r
-#define   HSMCI_CMDR_RSPTYP_48_BIT (0x1u << 6) /**< \brief (HSMCI_CMDR) 48-bit response. */\r
-#define   HSMCI_CMDR_RSPTYP_136_BIT (0x2u << 6) /**< \brief (HSMCI_CMDR) 136-bit response. */\r
-#define   HSMCI_CMDR_RSPTYP_R1B (0x3u << 6) /**< \brief (HSMCI_CMDR) R1b response type */\r
-#define HSMCI_CMDR_SPCMD_Pos 8\r
-#define HSMCI_CMDR_SPCMD_Msk (0x7u << HSMCI_CMDR_SPCMD_Pos) /**< \brief (HSMCI_CMDR) Special Command */\r
-#define   HSMCI_CMDR_SPCMD_STD (0x0u << 8) /**< \brief (HSMCI_CMDR) Not a special CMD. */\r
-#define   HSMCI_CMDR_SPCMD_INIT (0x1u << 8) /**< \brief (HSMCI_CMDR) Initialization CMD: 74 clock cycles for initialization sequence. */\r
-#define   HSMCI_CMDR_SPCMD_SYNC (0x2u << 8) /**< \brief (HSMCI_CMDR) Synchronized CMD: Wait for the end of the current data block transfer before sending the pending command. */\r
-#define   HSMCI_CMDR_SPCMD_CE_ATA (0x3u << 8) /**< \brief (HSMCI_CMDR) CE-ATA Completion Signal disable Command. The host cancels the ability for the device to return a command completion signal on the command line. */\r
-#define   HSMCI_CMDR_SPCMD_IT_CMD (0x4u << 8) /**< \brief (HSMCI_CMDR) Interrupt command: Corresponds to the Interrupt Mode (CMD40). */\r
-#define   HSMCI_CMDR_SPCMD_IT_RESP (0x5u << 8) /**< \brief (HSMCI_CMDR) Interrupt response: Corresponds to the Interrupt Mode (CMD40). */\r
-#define   HSMCI_CMDR_SPCMD_BOR (0x6u << 8) /**< \brief (HSMCI_CMDR) Boot Operation Request. Start a boot operation mode, the host processor can read boot data from the MMC device directly. */\r
-#define   HSMCI_CMDR_SPCMD_EBO (0x7u << 8) /**< \brief (HSMCI_CMDR) End Boot Operation. This command allows the host processor to terminate the boot operation mode. */\r
-#define HSMCI_CMDR_OPDCMD (0x1u << 11) /**< \brief (HSMCI_CMDR) Open Drain Command */\r
-#define   HSMCI_CMDR_OPDCMD_PUSHPULL (0x0u << 11) /**< \brief (HSMCI_CMDR) Push pull command. */\r
-#define   HSMCI_CMDR_OPDCMD_OPENDRAIN (0x1u << 11) /**< \brief (HSMCI_CMDR) Open drain command. */\r
-#define HSMCI_CMDR_MAXLAT (0x1u << 12) /**< \brief (HSMCI_CMDR) Max Latency for Command to Response */\r
-#define   HSMCI_CMDR_MAXLAT_5 (0x0u << 12) /**< \brief (HSMCI_CMDR) 5-cycle max latency. */\r
-#define   HSMCI_CMDR_MAXLAT_64 (0x1u << 12) /**< \brief (HSMCI_CMDR) 64-cycle max latency. */\r
-#define HSMCI_CMDR_TRCMD_Pos 16\r
-#define HSMCI_CMDR_TRCMD_Msk (0x3u << HSMCI_CMDR_TRCMD_Pos) /**< \brief (HSMCI_CMDR) Transfer Command */\r
-#define   HSMCI_CMDR_TRCMD_NO_DATA (0x0u << 16) /**< \brief (HSMCI_CMDR) No data transfer */\r
-#define   HSMCI_CMDR_TRCMD_START_DATA (0x1u << 16) /**< \brief (HSMCI_CMDR) Start data transfer */\r
-#define   HSMCI_CMDR_TRCMD_STOP_DATA (0x2u << 16) /**< \brief (HSMCI_CMDR) Stop data transfer */\r
-#define HSMCI_CMDR_TRDIR (0x1u << 18) /**< \brief (HSMCI_CMDR) Transfer Direction */\r
-#define   HSMCI_CMDR_TRDIR_WRITE (0x0u << 18) /**< \brief (HSMCI_CMDR) Write. */\r
-#define   HSMCI_CMDR_TRDIR_READ (0x1u << 18) /**< \brief (HSMCI_CMDR) Read. */\r
-#define HSMCI_CMDR_TRTYP_Pos 19\r
-#define HSMCI_CMDR_TRTYP_Msk (0x7u << HSMCI_CMDR_TRTYP_Pos) /**< \brief (HSMCI_CMDR) Transfer Type */\r
-#define   HSMCI_CMDR_TRTYP_SINGLE (0x0u << 19) /**< \brief (HSMCI_CMDR) MMC/SD Card Single Block */\r
-#define   HSMCI_CMDR_TRTYP_MULTIPLE (0x1u << 19) /**< \brief (HSMCI_CMDR) MMC/SD Card Multiple Block */\r
-#define   HSMCI_CMDR_TRTYP_STREAM (0x2u << 19) /**< \brief (HSMCI_CMDR) MMC Stream */\r
-#define   HSMCI_CMDR_TRTYP_BYTE (0x4u << 19) /**< \brief (HSMCI_CMDR) SDIO Byte */\r
-#define   HSMCI_CMDR_TRTYP_BLOCK (0x5u << 19) /**< \brief (HSMCI_CMDR) SDIO Block */\r
-#define HSMCI_CMDR_IOSPCMD_Pos 24\r
-#define HSMCI_CMDR_IOSPCMD_Msk (0x3u << HSMCI_CMDR_IOSPCMD_Pos) /**< \brief (HSMCI_CMDR) SDIO Special Command */\r
-#define   HSMCI_CMDR_IOSPCMD_STD (0x0u << 24) /**< \brief (HSMCI_CMDR) Not an SDIO Special Command */\r
-#define   HSMCI_CMDR_IOSPCMD_SUSPEND (0x1u << 24) /**< \brief (HSMCI_CMDR) SDIO Suspend Command */\r
-#define   HSMCI_CMDR_IOSPCMD_RESUME (0x2u << 24) /**< \brief (HSMCI_CMDR) SDIO Resume Command */\r
-#define HSMCI_CMDR_ATACS (0x1u << 26) /**< \brief (HSMCI_CMDR) ATA with Command Completion Signal */\r
-#define   HSMCI_CMDR_ATACS_NORMAL (0x0u << 26) /**< \brief (HSMCI_CMDR) Normal operation mode. */\r
-#define   HSMCI_CMDR_ATACS_COMPLETION (0x1u << 26) /**< \brief (HSMCI_CMDR) This bit indicates that a completion signal is expected within a programmed amount of time (HSMCI_CSTOR). */\r
-#define HSMCI_CMDR_BOOT_ACK (0x1u << 27) /**< \brief (HSMCI_CMDR) Boot Operation Acknowledge. */\r
-/* -------- HSMCI_BLKR : (HSMCI Offset: 0x18) Block Register -------- */\r
-#define HSMCI_BLKR_BCNT_Pos 0\r
-#define HSMCI_BLKR_BCNT_Msk (0xffffu << HSMCI_BLKR_BCNT_Pos) /**< \brief (HSMCI_BLKR) MMC/SDIO Block Count - SDIO Byte Count */\r
-#define HSMCI_BLKR_BCNT(value) ((HSMCI_BLKR_BCNT_Msk & ((value) << HSMCI_BLKR_BCNT_Pos)))\r
-#define HSMCI_BLKR_BLKLEN_Pos 16\r
-#define HSMCI_BLKR_BLKLEN_Msk (0xffffu << HSMCI_BLKR_BLKLEN_Pos) /**< \brief (HSMCI_BLKR) Data Block Length */\r
-#define HSMCI_BLKR_BLKLEN(value) ((HSMCI_BLKR_BLKLEN_Msk & ((value) << HSMCI_BLKR_BLKLEN_Pos)))\r
-/* -------- HSMCI_CSTOR : (HSMCI Offset: 0x1C) Completion Signal Timeout Register -------- */\r
-#define HSMCI_CSTOR_CSTOCYC_Pos 0\r
-#define HSMCI_CSTOR_CSTOCYC_Msk (0xfu << HSMCI_CSTOR_CSTOCYC_Pos) /**< \brief (HSMCI_CSTOR) Completion Signal Timeout Cycle Number */\r
-#define HSMCI_CSTOR_CSTOCYC(value) ((HSMCI_CSTOR_CSTOCYC_Msk & ((value) << HSMCI_CSTOR_CSTOCYC_Pos)))\r
-#define HSMCI_CSTOR_CSTOMUL_Pos 4\r
-#define HSMCI_CSTOR_CSTOMUL_Msk (0x7u << HSMCI_CSTOR_CSTOMUL_Pos) /**< \brief (HSMCI_CSTOR) Completion Signal Timeout Multiplier */\r
-#define   HSMCI_CSTOR_CSTOMUL_1 (0x0u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 1 */\r
-#define   HSMCI_CSTOR_CSTOMUL_16 (0x1u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 16 */\r
-#define   HSMCI_CSTOR_CSTOMUL_128 (0x2u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 128 */\r
-#define   HSMCI_CSTOR_CSTOMUL_256 (0x3u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 256 */\r
-#define   HSMCI_CSTOR_CSTOMUL_1024 (0x4u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 1024 */\r
-#define   HSMCI_CSTOR_CSTOMUL_4096 (0x5u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 4096 */\r
-#define   HSMCI_CSTOR_CSTOMUL_65536 (0x6u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 65536 */\r
-#define   HSMCI_CSTOR_CSTOMUL_1048576 (0x7u << 4) /**< \brief (HSMCI_CSTOR) CSTOCYC x 1048576 */\r
-/* -------- HSMCI_RSPR[4] : (HSMCI Offset: 0x20) Response Register -------- */\r
-#define HSMCI_RSPR_RSP_Pos 0\r
-#define HSMCI_RSPR_RSP_Msk (0xffffffffu << HSMCI_RSPR_RSP_Pos) /**< \brief (HSMCI_RSPR[4]) Response */\r
-/* -------- HSMCI_RDR : (HSMCI Offset: 0x30) Receive Data Register -------- */\r
-#define HSMCI_RDR_DATA_Pos 0\r
-#define HSMCI_RDR_DATA_Msk (0xffffffffu << HSMCI_RDR_DATA_Pos) /**< \brief (HSMCI_RDR) Data to Read */\r
-/* -------- HSMCI_TDR : (HSMCI Offset: 0x34) Transmit Data Register -------- */\r
-#define HSMCI_TDR_DATA_Pos 0\r
-#define HSMCI_TDR_DATA_Msk (0xffffffffu << HSMCI_TDR_DATA_Pos) /**< \brief (HSMCI_TDR) Data to Write */\r
-#define HSMCI_TDR_DATA(value) ((HSMCI_TDR_DATA_Msk & ((value) << HSMCI_TDR_DATA_Pos)))\r
-/* -------- HSMCI_SR : (HSMCI Offset: 0x40) Status Register -------- */\r
-#define HSMCI_SR_CMDRDY (0x1u << 0) /**< \brief (HSMCI_SR) Command Ready */\r
-#define HSMCI_SR_RXRDY (0x1u << 1) /**< \brief (HSMCI_SR) Receiver Ready */\r
-#define HSMCI_SR_TXRDY (0x1u << 2) /**< \brief (HSMCI_SR) Transmit Ready */\r
-#define HSMCI_SR_BLKE (0x1u << 3) /**< \brief (HSMCI_SR) Data Block Ended */\r
-#define HSMCI_SR_DTIP (0x1u << 4) /**< \brief (HSMCI_SR) Data Transfer in Progress */\r
-#define HSMCI_SR_NOTBUSY (0x1u << 5) /**< \brief (HSMCI_SR) HSMCI Not Busy */\r
-#define HSMCI_SR_ENDRX (0x1u << 6) /**< \brief (HSMCI_SR) End of RX Buffer */\r
-#define HSMCI_SR_ENDTX (0x1u << 7) /**< \brief (HSMCI_SR) End of TX Buffer */\r
-#define HSMCI_SR_SDIOIRQA (0x1u << 8) /**< \brief (HSMCI_SR) SDIO Interrupt for Slot A */\r
-#define HSMCI_SR_SDIOWAIT (0x1u << 12) /**< \brief (HSMCI_SR) SDIO Read Wait Operation Status */\r
-#define HSMCI_SR_CSRCV (0x1u << 13) /**< \brief (HSMCI_SR) CE-ATA Completion Signal Received */\r
-#define HSMCI_SR_RXBUFF (0x1u << 14) /**< \brief (HSMCI_SR) RX Buffer Full */\r
-#define HSMCI_SR_TXBUFE (0x1u << 15) /**< \brief (HSMCI_SR) TX Buffer Empty */\r
-#define HSMCI_SR_RINDE (0x1u << 16) /**< \brief (HSMCI_SR) Response Index Error */\r
-#define HSMCI_SR_RDIRE (0x1u << 17) /**< \brief (HSMCI_SR) Response Direction Error */\r
-#define HSMCI_SR_RCRCE (0x1u << 18) /**< \brief (HSMCI_SR) Response CRC Error */\r
-#define HSMCI_SR_RENDE (0x1u << 19) /**< \brief (HSMCI_SR) Response End Bit Error */\r
-#define HSMCI_SR_RTOE (0x1u << 20) /**< \brief (HSMCI_SR) Response Time-out Error */\r
-#define HSMCI_SR_DCRCE (0x1u << 21) /**< \brief (HSMCI_SR) Data CRC Error */\r
-#define HSMCI_SR_DTOE (0x1u << 22) /**< \brief (HSMCI_SR) Data Time-out Error */\r
-#define HSMCI_SR_CSTOE (0x1u << 23) /**< \brief (HSMCI_SR) Completion Signal Time-out Error */\r
-#define HSMCI_SR_FIFOEMPTY (0x1u << 26) /**< \brief (HSMCI_SR) FIFO empty flag */\r
-#define HSMCI_SR_XFRDONE (0x1u << 27) /**< \brief (HSMCI_SR) Transfer Done flag */\r
-#define HSMCI_SR_ACKRCV (0x1u << 28) /**< \brief (HSMCI_SR) Boot Operation Acknowledge Received */\r
-#define HSMCI_SR_ACKRCVE (0x1u << 29) /**< \brief (HSMCI_SR) Boot Operation Acknowledge Error */\r
-#define HSMCI_SR_OVRE (0x1u << 30) /**< \brief (HSMCI_SR) Overrun */\r
-#define HSMCI_SR_UNRE (0x1u << 31) /**< \brief (HSMCI_SR) Underrun */\r
-/* -------- HSMCI_IER : (HSMCI Offset: 0x44) Interrupt Enable Register -------- */\r
-#define HSMCI_IER_CMDRDY (0x1u << 0) /**< \brief (HSMCI_IER) Command Ready Interrupt Enable */\r
-#define HSMCI_IER_RXRDY (0x1u << 1) /**< \brief (HSMCI_IER) Receiver Ready Interrupt Enable */\r
-#define HSMCI_IER_TXRDY (0x1u << 2) /**< \brief (HSMCI_IER) Transmit Ready Interrupt Enable */\r
-#define HSMCI_IER_BLKE (0x1u << 3) /**< \brief (HSMCI_IER) Data Block Ended Interrupt Enable */\r
-#define HSMCI_IER_DTIP (0x1u << 4) /**< \brief (HSMCI_IER) Data Transfer in Progress Interrupt Enable */\r
-#define HSMCI_IER_NOTBUSY (0x1u << 5) /**< \brief (HSMCI_IER) Data Not Busy Interrupt Enable */\r
-#define HSMCI_IER_ENDRX (0x1u << 6) /**< \brief (HSMCI_IER) End of Receive Buffer Interrupt Enable */\r
-#define HSMCI_IER_ENDTX (0x1u << 7) /**< \brief (HSMCI_IER) End of Transmit Buffer Interrupt Enable */\r
-#define HSMCI_IER_SDIOIRQA (0x1u << 8) /**< \brief (HSMCI_IER) SDIO Interrupt for Slot A Interrupt Enable */\r
-#define HSMCI_IER_SDIOWAIT (0x1u << 12) /**< \brief (HSMCI_IER) SDIO Read Wait Operation Status Interrupt Enable */\r
-#define HSMCI_IER_CSRCV (0x1u << 13) /**< \brief (HSMCI_IER) Completion Signal Received Interrupt Enable */\r
-#define HSMCI_IER_RXBUFF (0x1u << 14) /**< \brief (HSMCI_IER) Receive Buffer Full Interrupt Enable */\r
-#define HSMCI_IER_TXBUFE (0x1u << 15) /**< \brief (HSMCI_IER) Transmit Buffer Empty Interrupt Enable */\r
-#define HSMCI_IER_RINDE (0x1u << 16) /**< \brief (HSMCI_IER) Response Index Error Interrupt Enable */\r
-#define HSMCI_IER_RDIRE (0x1u << 17) /**< \brief (HSMCI_IER) Response Direction Error Interrupt Enable */\r
-#define HSMCI_IER_RCRCE (0x1u << 18) /**< \brief (HSMCI_IER) Response CRC Error Interrupt Enable */\r
-#define HSMCI_IER_RENDE (0x1u << 19) /**< \brief (HSMCI_IER) Response End Bit Error Interrupt Enable */\r
-#define HSMCI_IER_RTOE (0x1u << 20) /**< \brief (HSMCI_IER) Response Time-out Error Interrupt Enable */\r
-#define HSMCI_IER_DCRCE (0x1u << 21) /**< \brief (HSMCI_IER) Data CRC Error Interrupt Enable */\r
-#define HSMCI_IER_DTOE (0x1u << 22) /**< \brief (HSMCI_IER) Data Time-out Error Interrupt Enable */\r
-#define HSMCI_IER_CSTOE (0x1u << 23) /**< \brief (HSMCI_IER) Completion Signal Timeout Error Interrupt Enable */\r
-#define HSMCI_IER_FIFOEMPTY (0x1u << 26) /**< \brief (HSMCI_IER) FIFO empty Interrupt enable */\r
-#define HSMCI_IER_XFRDONE (0x1u << 27) /**< \brief (HSMCI_IER) Transfer Done Interrupt enable */\r
-#define HSMCI_IER_ACKRCV (0x1u << 28) /**< \brief (HSMCI_IER) Boot Acknowledge Interrupt Enable */\r
-#define HSMCI_IER_ACKRCVE (0x1u << 29) /**< \brief (HSMCI_IER) Boot Acknowledge Error Interrupt Enable */\r
-#define HSMCI_IER_OVRE (0x1u << 30) /**< \brief (HSMCI_IER) Overrun Interrupt Enable */\r
-#define HSMCI_IER_UNRE (0x1u << 31) /**< \brief (HSMCI_IER) Underrun Interrupt Enable */\r
-/* -------- HSMCI_IDR : (HSMCI Offset: 0x48) Interrupt Disable Register -------- */\r
-#define HSMCI_IDR_CMDRDY (0x1u << 0) /**< \brief (HSMCI_IDR) Command Ready Interrupt Disable */\r
-#define HSMCI_IDR_RXRDY (0x1u << 1) /**< \brief (HSMCI_IDR) Receiver Ready Interrupt Disable */\r
-#define HSMCI_IDR_TXRDY (0x1u << 2) /**< \brief (HSMCI_IDR) Transmit Ready Interrupt Disable */\r
-#define HSMCI_IDR_BLKE (0x1u << 3) /**< \brief (HSMCI_IDR) Data Block Ended Interrupt Disable */\r
-#define HSMCI_IDR_DTIP (0x1u << 4) /**< \brief (HSMCI_IDR) Data Transfer in Progress Interrupt Disable */\r
-#define HSMCI_IDR_NOTBUSY (0x1u << 5) /**< \brief (HSMCI_IDR) Data Not Busy Interrupt Disable */\r
-#define HSMCI_IDR_ENDRX (0x1u << 6) /**< \brief (HSMCI_IDR) End of Receive Buffer Interrupt Disable */\r
-#define HSMCI_IDR_ENDTX (0x1u << 7) /**< \brief (HSMCI_IDR) End of Transmit Buffer Interrupt Disable */\r
-#define HSMCI_IDR_SDIOIRQA (0x1u << 8) /**< \brief (HSMCI_IDR) SDIO Interrupt for Slot A Interrupt Disable */\r
-#define HSMCI_IDR_SDIOWAIT (0x1u << 12) /**< \brief (HSMCI_IDR) SDIO Read Wait Operation Status Interrupt Disable */\r
-#define HSMCI_IDR_CSRCV (0x1u << 13) /**< \brief (HSMCI_IDR) Completion Signal received interrupt Disable */\r
-#define HSMCI_IDR_RXBUFF (0x1u << 14) /**< \brief (HSMCI_IDR) Receive Buffer Full Interrupt Disable */\r
-#define HSMCI_IDR_TXBUFE (0x1u << 15) /**< \brief (HSMCI_IDR) Transmit Buffer Empty Interrupt Disable */\r
-#define HSMCI_IDR_RINDE (0x1u << 16) /**< \brief (HSMCI_IDR) Response Index Error Interrupt Disable */\r
-#define HSMCI_IDR_RDIRE (0x1u << 17) /**< \brief (HSMCI_IDR) Response Direction Error Interrupt Disable */\r
-#define HSMCI_IDR_RCRCE (0x1u << 18) /**< \brief (HSMCI_IDR) Response CRC Error Interrupt Disable */\r
-#define HSMCI_IDR_RENDE (0x1u << 19) /**< \brief (HSMCI_IDR) Response End Bit Error Interrupt Disable */\r
-#define HSMCI_IDR_RTOE (0x1u << 20) /**< \brief (HSMCI_IDR) Response Time-out Error Interrupt Disable */\r
-#define HSMCI_IDR_DCRCE (0x1u << 21) /**< \brief (HSMCI_IDR) Data CRC Error Interrupt Disable */\r
-#define HSMCI_IDR_DTOE (0x1u << 22) /**< \brief (HSMCI_IDR) Data Time-out Error Interrupt Disable */\r
-#define HSMCI_IDR_CSTOE (0x1u << 23) /**< \brief (HSMCI_IDR) Completion Signal Time out Error Interrupt Disable */\r
-#define HSMCI_IDR_FIFOEMPTY (0x1u << 26) /**< \brief (HSMCI_IDR) FIFO empty Interrupt Disable */\r
-#define HSMCI_IDR_XFRDONE (0x1u << 27) /**< \brief (HSMCI_IDR) Transfer Done Interrupt Disable */\r
-#define HSMCI_IDR_ACKRCV (0x1u << 28) /**< \brief (HSMCI_IDR) Boot Acknowledge Interrupt Disable */\r
-#define HSMCI_IDR_ACKRCVE (0x1u << 29) /**< \brief (HSMCI_IDR) Boot Acknowledge Error Interrupt Disable */\r
-#define HSMCI_IDR_OVRE (0x1u << 30) /**< \brief (HSMCI_IDR) Overrun Interrupt Disable */\r
-#define HSMCI_IDR_UNRE (0x1u << 31) /**< \brief (HSMCI_IDR) Underrun Interrupt Disable */\r
-/* -------- HSMCI_IMR : (HSMCI Offset: 0x4C) Interrupt Mask Register -------- */\r
-#define HSMCI_IMR_CMDRDY (0x1u << 0) /**< \brief (HSMCI_IMR) Command Ready Interrupt Mask */\r
-#define HSMCI_IMR_RXRDY (0x1u << 1) /**< \brief (HSMCI_IMR) Receiver Ready Interrupt Mask */\r
-#define HSMCI_IMR_TXRDY (0x1u << 2) /**< \brief (HSMCI_IMR) Transmit Ready Interrupt Mask */\r
-#define HSMCI_IMR_BLKE (0x1u << 3) /**< \brief (HSMCI_IMR) Data Block Ended Interrupt Mask */\r
-#define HSMCI_IMR_DTIP (0x1u << 4) /**< \brief (HSMCI_IMR) Data Transfer in Progress Interrupt Mask */\r
-#define HSMCI_IMR_NOTBUSY (0x1u << 5) /**< \brief (HSMCI_IMR) Data Not Busy Interrupt Mask */\r
-#define HSMCI_IMR_ENDRX (0x1u << 6) /**< \brief (HSMCI_IMR) End of Receive Buffer Interrupt Mask */\r
-#define HSMCI_IMR_ENDTX (0x1u << 7) /**< \brief (HSMCI_IMR) End of Transmit Buffer Interrupt Mask */\r
-#define HSMCI_IMR_SDIOIRQA (0x1u << 8) /**< \brief (HSMCI_IMR) SDIO Interrupt for Slot A Interrupt Mask */\r
-#define HSMCI_IMR_SDIOWAIT (0x1u << 12) /**< \brief (HSMCI_IMR) SDIO Read Wait Operation Status Interrupt Mask */\r
-#define HSMCI_IMR_CSRCV (0x1u << 13) /**< \brief (HSMCI_IMR) Completion Signal Received Interrupt Mask */\r
-#define HSMCI_IMR_RXBUFF (0x1u << 14) /**< \brief (HSMCI_IMR) Receive Buffer Full Interrupt Mask */\r
-#define HSMCI_IMR_TXBUFE (0x1u << 15) /**< \brief (HSMCI_IMR) Transmit Buffer Empty Interrupt Mask */\r
-#define HSMCI_IMR_RINDE (0x1u << 16) /**< \brief (HSMCI_IMR) Response Index Error Interrupt Mask */\r
-#define HSMCI_IMR_RDIRE (0x1u << 17) /**< \brief (HSMCI_IMR) Response Direction Error Interrupt Mask */\r
-#define HSMCI_IMR_RCRCE (0x1u << 18) /**< \brief (HSMCI_IMR) Response CRC Error Interrupt Mask */\r
-#define HSMCI_IMR_RENDE (0x1u << 19) /**< \brief (HSMCI_IMR) Response End Bit Error Interrupt Mask */\r
-#define HSMCI_IMR_RTOE (0x1u << 20) /**< \brief (HSMCI_IMR) Response Time-out Error Interrupt Mask */\r
-#define HSMCI_IMR_DCRCE (0x1u << 21) /**< \brief (HSMCI_IMR) Data CRC Error Interrupt Mask */\r
-#define HSMCI_IMR_DTOE (0x1u << 22) /**< \brief (HSMCI_IMR) Data Time-out Error Interrupt Mask */\r
-#define HSMCI_IMR_CSTOE (0x1u << 23) /**< \brief (HSMCI_IMR) Completion Signal Time-out Error Interrupt Mask */\r
-#define HSMCI_IMR_FIFOEMPTY (0x1u << 26) /**< \brief (HSMCI_IMR) FIFO Empty Interrupt Mask */\r
-#define HSMCI_IMR_XFRDONE (0x1u << 27) /**< \brief (HSMCI_IMR) Transfer Done Interrupt Mask */\r
-#define HSMCI_IMR_ACKRCV (0x1u << 28) /**< \brief (HSMCI_IMR) Boot Operation Acknowledge Received Interrupt Mask */\r
-#define HSMCI_IMR_ACKRCVE (0x1u << 29) /**< \brief (HSMCI_IMR) Boot Operation Acknowledge Error Interrupt Mask */\r
-#define HSMCI_IMR_OVRE (0x1u << 30) /**< \brief (HSMCI_IMR) Overrun Interrupt Mask */\r
-#define HSMCI_IMR_UNRE (0x1u << 31) /**< \brief (HSMCI_IMR) Underrun Interrupt Mask */\r
-/* -------- HSMCI_CFG : (HSMCI Offset: 0x54) Configuration Register -------- */\r
-#define HSMCI_CFG_FIFOMODE (0x1u << 0) /**< \brief (HSMCI_CFG) HSMCI Internal FIFO control mode */\r
-#define HSMCI_CFG_FERRCTRL (0x1u << 4) /**< \brief (HSMCI_CFG) Flow Error flag reset control mode */\r
-#define HSMCI_CFG_HSMODE (0x1u << 8) /**< \brief (HSMCI_CFG) High Speed Mode */\r
-#define HSMCI_CFG_LSYNC (0x1u << 12) /**< \brief (HSMCI_CFG) Synchronize on the last block */\r
-/* -------- HSMCI_WPMR : (HSMCI Offset: 0xE4) Write Protection Mode Register -------- */\r
-#define HSMCI_WPMR_WP_EN (0x1u << 0) /**< \brief (HSMCI_WPMR) Write Protection Enable */\r
-#define HSMCI_WPMR_WP_KEY_Pos 8\r
-#define HSMCI_WPMR_WP_KEY_Msk (0xffffffu << HSMCI_WPMR_WP_KEY_Pos) /**< \brief (HSMCI_WPMR) Write Protection Key password */\r
-#define HSMCI_WPMR_WP_KEY(value) ((HSMCI_WPMR_WP_KEY_Msk & ((value) << HSMCI_WPMR_WP_KEY_Pos)))\r
-/* -------- HSMCI_WPSR : (HSMCI Offset: 0xE8) Write Protection Status Register -------- */\r
-#define HSMCI_WPSR_WP_VS_Pos 0\r
-#define HSMCI_WPSR_WP_VS_Msk (0xfu << HSMCI_WPSR_WP_VS_Pos) /**< \brief (HSMCI_WPSR) Write Protection Violation Status */\r
-#define   HSMCI_WPSR_WP_VS_NONE (0x0u << 0) /**< \brief (HSMCI_WPSR) No Write Protection Violation occurred since the last read of this register (WP_SR) */\r
-#define   HSMCI_WPSR_WP_VS_WRITE (0x1u << 0) /**< \brief (HSMCI_WPSR) Write Protection detected unauthorized attempt to write a control register had occurred (since the last read.) */\r
-#define   HSMCI_WPSR_WP_VS_RESET (0x2u << 0) /**< \brief (HSMCI_WPSR) Software reset had been performed while Write Protection was enabled (since the last read). */\r
-#define   HSMCI_WPSR_WP_VS_BOTH (0x3u << 0) /**< \brief (HSMCI_WPSR) Both Write Protection violation and software reset with Write Protection enabled have occurred since the last read. */\r
-#define HSMCI_WPSR_WP_VSRC_Pos 8\r
-#define HSMCI_WPSR_WP_VSRC_Msk (0xffffu << HSMCI_WPSR_WP_VSRC_Pos) /**< \brief (HSMCI_WPSR) Write Protection Violation SouRCe */\r
-/* -------- HSMCI_RPR : (HSMCI Offset: 0x100) Receive Pointer Register -------- */\r
-#define HSMCI_RPR_RXPTR_Pos 0\r
-#define HSMCI_RPR_RXPTR_Msk (0xffffffffu << HSMCI_RPR_RXPTR_Pos) /**< \brief (HSMCI_RPR) Receive Pointer Register */\r
-#define HSMCI_RPR_RXPTR(value) ((HSMCI_RPR_RXPTR_Msk & ((value) << HSMCI_RPR_RXPTR_Pos)))\r
-/* -------- HSMCI_RCR : (HSMCI Offset: 0x104) Receive Counter Register -------- */\r
-#define HSMCI_RCR_RXCTR_Pos 0\r
-#define HSMCI_RCR_RXCTR_Msk (0xffffu << HSMCI_RCR_RXCTR_Pos) /**< \brief (HSMCI_RCR) Receive Counter Register */\r
-#define HSMCI_RCR_RXCTR(value) ((HSMCI_RCR_RXCTR_Msk & ((value) << HSMCI_RCR_RXCTR_Pos)))\r
-/* -------- HSMCI_TPR : (HSMCI Offset: 0x108) Transmit Pointer Register -------- */\r
-#define HSMCI_TPR_TXPTR_Pos 0\r
-#define HSMCI_TPR_TXPTR_Msk (0xffffffffu << HSMCI_TPR_TXPTR_Pos) /**< \brief (HSMCI_TPR) Transmit Counter Register */\r
-#define HSMCI_TPR_TXPTR(value) ((HSMCI_TPR_TXPTR_Msk & ((value) << HSMCI_TPR_TXPTR_Pos)))\r
-/* -------- HSMCI_TCR : (HSMCI Offset: 0x10C) Transmit Counter Register -------- */\r
-#define HSMCI_TCR_TXCTR_Pos 0\r
-#define HSMCI_TCR_TXCTR_Msk (0xffffu << HSMCI_TCR_TXCTR_Pos) /**< \brief (HSMCI_TCR) Transmit Counter Register */\r
-#define HSMCI_TCR_TXCTR(value) ((HSMCI_TCR_TXCTR_Msk & ((value) << HSMCI_TCR_TXCTR_Pos)))\r
-/* -------- HSMCI_RNPR : (HSMCI Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define HSMCI_RNPR_RXNPTR_Pos 0\r
-#define HSMCI_RNPR_RXNPTR_Msk (0xffffffffu << HSMCI_RNPR_RXNPTR_Pos) /**< \brief (HSMCI_RNPR) Receive Next Pointer */\r
-#define HSMCI_RNPR_RXNPTR(value) ((HSMCI_RNPR_RXNPTR_Msk & ((value) << HSMCI_RNPR_RXNPTR_Pos)))\r
-/* -------- HSMCI_RNCR : (HSMCI Offset: 0x114) Receive Next Counter Register -------- */\r
-#define HSMCI_RNCR_RXNCTR_Pos 0\r
-#define HSMCI_RNCR_RXNCTR_Msk (0xffffu << HSMCI_RNCR_RXNCTR_Pos) /**< \brief (HSMCI_RNCR) Receive Next Counter */\r
-#define HSMCI_RNCR_RXNCTR(value) ((HSMCI_RNCR_RXNCTR_Msk & ((value) << HSMCI_RNCR_RXNCTR_Pos)))\r
-/* -------- HSMCI_TNPR : (HSMCI Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define HSMCI_TNPR_TXNPTR_Pos 0\r
-#define HSMCI_TNPR_TXNPTR_Msk (0xffffffffu << HSMCI_TNPR_TXNPTR_Pos) /**< \brief (HSMCI_TNPR) Transmit Next Pointer */\r
-#define HSMCI_TNPR_TXNPTR(value) ((HSMCI_TNPR_TXNPTR_Msk & ((value) << HSMCI_TNPR_TXNPTR_Pos)))\r
-/* -------- HSMCI_TNCR : (HSMCI Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define HSMCI_TNCR_TXNCTR_Pos 0\r
-#define HSMCI_TNCR_TXNCTR_Msk (0xffffu << HSMCI_TNCR_TXNCTR_Pos) /**< \brief (HSMCI_TNCR) Transmit Counter Next */\r
-#define HSMCI_TNCR_TXNCTR(value) ((HSMCI_TNCR_TXNCTR_Msk & ((value) << HSMCI_TNCR_TXNCTR_Pos)))\r
-/* -------- HSMCI_PTCR : (HSMCI Offset: 0x120) Transfer Control Register -------- */\r
-#define HSMCI_PTCR_RXTEN (0x1u << 0) /**< \brief (HSMCI_PTCR) Receiver Transfer Enable */\r
-#define HSMCI_PTCR_RXTDIS (0x1u << 1) /**< \brief (HSMCI_PTCR) Receiver Transfer Disable */\r
-#define HSMCI_PTCR_TXTEN (0x1u << 8) /**< \brief (HSMCI_PTCR) Transmitter Transfer Enable */\r
-#define HSMCI_PTCR_TXTDIS (0x1u << 9) /**< \brief (HSMCI_PTCR) Transmitter Transfer Disable */\r
-/* -------- HSMCI_PTSR : (HSMCI Offset: 0x124) Transfer Status Register -------- */\r
-#define HSMCI_PTSR_RXTEN (0x1u << 0) /**< \brief (HSMCI_PTSR) Receiver Transfer Enable */\r
-#define HSMCI_PTSR_TXTEN (0x1u << 8) /**< \brief (HSMCI_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_HSMCI_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/matrix.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/matrix.h
deleted file mode 100644 (file)
index f14688a..0000000
+++ /dev/null
@@ -1,261 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_MATRIX_COMPONENT_\r
-#define _SAM4E_MATRIX_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Bus Matrix */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_MATRIX Bus Matrix */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Matrix hardware registers */\r
-typedef struct {\r
-  RwReg MATRIX_MCFG[7]; /**< \brief (Matrix Offset: 0x0000) Master Configuration Register */\r
-  RoReg Reserved1[9];\r
-  RwReg MATRIX_SCFG[6]; /**< \brief (Matrix Offset: 0x0040) Slave Configuration Register */\r
-  RoReg Reserved2[10];\r
-  RwReg MATRIX_PRAS0;   /**< \brief (Matrix Offset: 0x0080) Priority Register A for Slave 0 */\r
-  RoReg Reserved3[1];\r
-  RwReg MATRIX_PRAS1;   /**< \brief (Matrix Offset: 0x0088) Priority Register A for Slave 1 */\r
-  RoReg Reserved4[1];\r
-  RwReg MATRIX_PRAS2;   /**< \brief (Matrix Offset: 0x0090) Priority Register A for Slave 2 */\r
-  RoReg Reserved5[1];\r
-  RwReg MATRIX_PRAS3;   /**< \brief (Matrix Offset: 0x0098) Priority Register A for Slave 3 */\r
-  RoReg Reserved6[1];\r
-  RwReg MATRIX_PRAS4;   /**< \brief (Matrix Offset: 0x00A0) Priority Register A for Slave 4 */\r
-  RoReg Reserved7[1];\r
-  RwReg MATRIX_PRAS5;   /**< \brief (Matrix Offset: 0x00A8) Priority Register A for Slave 5 */\r
-  RoReg Reserved8[1];\r
-  RoReg Reserved9[20];\r
-  RwReg MATRIX_MRCR;    /**< \brief (Matrix Offset: 0x0100) Master Remap Control Register */\r
-  RoReg Reserved10[4];\r
-  RwReg CCFG_SYSIO;     /**< \brief (Matrix Offset: 0x0114) System I/O Configuration Register */\r
-  RoReg Reserved11[3];\r
-  RwReg CCFG_SMCNFCS;   /**< \brief (Matrix Offset: 0x0124) SMC NAND Flash Chip Select Configuration Register */\r
-  RoReg Reserved12[47];\r
-  RwReg MATRIX_WPMR;    /**< \brief (Matrix Offset: 0x01E4) Write Protect Mode Register */\r
-  RoReg MATRIX_WPSR;    /**< \brief (Matrix Offset: 0x01E8) Write Protect Status Register */\r
-} Matrix;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- MATRIX_MCFG[7] : (MATRIX Offset: 0x0000) Master Configuration Register -------- */\r
-#define MATRIX_MCFG_ULBT_Pos 0\r
-#define MATRIX_MCFG_ULBT_Msk (0x7u << MATRIX_MCFG_ULBT_Pos) /**< \brief (MATRIX_MCFG[7]) Undefined Length Burst Type */\r
-#define MATRIX_MCFG_ULBT(value) ((MATRIX_MCFG_ULBT_Msk & ((value) << MATRIX_MCFG_ULBT_Pos)))\r
-/* -------- MATRIX_SCFG[6] : (MATRIX Offset: 0x0040) Slave Configuration Register -------- */\r
-#define MATRIX_SCFG_SLOT_CYCLE_Pos 0\r
-#define MATRIX_SCFG_SLOT_CYCLE_Msk (0x1ffu << MATRIX_SCFG_SLOT_CYCLE_Pos) /**< \brief (MATRIX_SCFG[6]) Maximum Bus Grant Duration for Masters */\r
-#define MATRIX_SCFG_SLOT_CYCLE(value) ((MATRIX_SCFG_SLOT_CYCLE_Msk & ((value) << MATRIX_SCFG_SLOT_CYCLE_Pos)))\r
-#define MATRIX_SCFG_DEFMSTR_TYPE_Pos 16\r
-#define MATRIX_SCFG_DEFMSTR_TYPE_Msk (0x3u << MATRIX_SCFG_DEFMSTR_TYPE_Pos) /**< \brief (MATRIX_SCFG[6]) Default Master Type */\r
-#define MATRIX_SCFG_DEFMSTR_TYPE(value) ((MATRIX_SCFG_DEFMSTR_TYPE_Msk & ((value) << MATRIX_SCFG_DEFMSTR_TYPE_Pos)))\r
-#define MATRIX_SCFG_FIXED_DEFMSTR_Pos 18\r
-#define MATRIX_SCFG_FIXED_DEFMSTR_Msk (0xfu << MATRIX_SCFG_FIXED_DEFMSTR_Pos) /**< \brief (MATRIX_SCFG[6]) Fixed Default Master */\r
-#define MATRIX_SCFG_FIXED_DEFMSTR(value) ((MATRIX_SCFG_FIXED_DEFMSTR_Msk & ((value) << MATRIX_SCFG_FIXED_DEFMSTR_Pos)))\r
-/* -------- MATRIX_PRAS0 : (MATRIX Offset: 0x0080) Priority Register A for Slave 0 -------- */\r
-#define MATRIX_PRAS0_M0PR_Pos 0\r
-#define MATRIX_PRAS0_M0PR_Msk (0x3u << MATRIX_PRAS0_M0PR_Pos) /**< \brief (MATRIX_PRAS0) Master 0 Priority */\r
-#define MATRIX_PRAS0_M0PR(value) ((MATRIX_PRAS0_M0PR_Msk & ((value) << MATRIX_PRAS0_M0PR_Pos)))\r
-#define MATRIX_PRAS0_M1PR_Pos 4\r
-#define MATRIX_PRAS0_M1PR_Msk (0x3u << MATRIX_PRAS0_M1PR_Pos) /**< \brief (MATRIX_PRAS0) Master 1 Priority */\r
-#define MATRIX_PRAS0_M1PR(value) ((MATRIX_PRAS0_M1PR_Msk & ((value) << MATRIX_PRAS0_M1PR_Pos)))\r
-#define MATRIX_PRAS0_M2PR_Pos 8\r
-#define MATRIX_PRAS0_M2PR_Msk (0x3u << MATRIX_PRAS0_M2PR_Pos) /**< \brief (MATRIX_PRAS0) Master 2 Priority */\r
-#define MATRIX_PRAS0_M2PR(value) ((MATRIX_PRAS0_M2PR_Msk & ((value) << MATRIX_PRAS0_M2PR_Pos)))\r
-#define MATRIX_PRAS0_M3PR_Pos 12\r
-#define MATRIX_PRAS0_M3PR_Msk (0x3u << MATRIX_PRAS0_M3PR_Pos) /**< \brief (MATRIX_PRAS0) Master 3 Priority */\r
-#define MATRIX_PRAS0_M3PR(value) ((MATRIX_PRAS0_M3PR_Msk & ((value) << MATRIX_PRAS0_M3PR_Pos)))\r
-#define MATRIX_PRAS0_M4PR_Pos 16\r
-#define MATRIX_PRAS0_M4PR_Msk (0x3u << MATRIX_PRAS0_M4PR_Pos) /**< \brief (MATRIX_PRAS0) Master 4 Priority */\r
-#define MATRIX_PRAS0_M4PR(value) ((MATRIX_PRAS0_M4PR_Msk & ((value) << MATRIX_PRAS0_M4PR_Pos)))\r
-#define MATRIX_PRAS0_M5PR_Pos 20\r
-#define MATRIX_PRAS0_M5PR_Msk (0x3u << MATRIX_PRAS0_M5PR_Pos) /**< \brief (MATRIX_PRAS0) Master 5 Priority */\r
-#define MATRIX_PRAS0_M5PR(value) ((MATRIX_PRAS0_M5PR_Msk & ((value) << MATRIX_PRAS0_M5PR_Pos)))\r
-#define MATRIX_PRAS0_M6PR_Pos 24\r
-#define MATRIX_PRAS0_M6PR_Msk (0x3u << MATRIX_PRAS0_M6PR_Pos) /**< \brief (MATRIX_PRAS0) Master 6 Priority */\r
-#define MATRIX_PRAS0_M6PR(value) ((MATRIX_PRAS0_M6PR_Msk & ((value) << MATRIX_PRAS0_M6PR_Pos)))\r
-/* -------- MATRIX_PRAS1 : (MATRIX Offset: 0x0088) Priority Register A for Slave 1 -------- */\r
-#define MATRIX_PRAS1_M0PR_Pos 0\r
-#define MATRIX_PRAS1_M0PR_Msk (0x3u << MATRIX_PRAS1_M0PR_Pos) /**< \brief (MATRIX_PRAS1) Master 0 Priority */\r
-#define MATRIX_PRAS1_M0PR(value) ((MATRIX_PRAS1_M0PR_Msk & ((value) << MATRIX_PRAS1_M0PR_Pos)))\r
-#define MATRIX_PRAS1_M1PR_Pos 4\r
-#define MATRIX_PRAS1_M1PR_Msk (0x3u << MATRIX_PRAS1_M1PR_Pos) /**< \brief (MATRIX_PRAS1) Master 1 Priority */\r
-#define MATRIX_PRAS1_M1PR(value) ((MATRIX_PRAS1_M1PR_Msk & ((value) << MATRIX_PRAS1_M1PR_Pos)))\r
-#define MATRIX_PRAS1_M2PR_Pos 8\r
-#define MATRIX_PRAS1_M2PR_Msk (0x3u << MATRIX_PRAS1_M2PR_Pos) /**< \brief (MATRIX_PRAS1) Master 2 Priority */\r
-#define MATRIX_PRAS1_M2PR(value) ((MATRIX_PRAS1_M2PR_Msk & ((value) << MATRIX_PRAS1_M2PR_Pos)))\r
-#define MATRIX_PRAS1_M3PR_Pos 12\r
-#define MATRIX_PRAS1_M3PR_Msk (0x3u << MATRIX_PRAS1_M3PR_Pos) /**< \brief (MATRIX_PRAS1) Master 3 Priority */\r
-#define MATRIX_PRAS1_M3PR(value) ((MATRIX_PRAS1_M3PR_Msk & ((value) << MATRIX_PRAS1_M3PR_Pos)))\r
-#define MATRIX_PRAS1_M4PR_Pos 16\r
-#define MATRIX_PRAS1_M4PR_Msk (0x3u << MATRIX_PRAS1_M4PR_Pos) /**< \brief (MATRIX_PRAS1) Master 4 Priority */\r
-#define MATRIX_PRAS1_M4PR(value) ((MATRIX_PRAS1_M4PR_Msk & ((value) << MATRIX_PRAS1_M4PR_Pos)))\r
-#define MATRIX_PRAS1_M5PR_Pos 20\r
-#define MATRIX_PRAS1_M5PR_Msk (0x3u << MATRIX_PRAS1_M5PR_Pos) /**< \brief (MATRIX_PRAS1) Master 5 Priority */\r
-#define MATRIX_PRAS1_M5PR(value) ((MATRIX_PRAS1_M5PR_Msk & ((value) << MATRIX_PRAS1_M5PR_Pos)))\r
-#define MATRIX_PRAS1_M6PR_Pos 24\r
-#define MATRIX_PRAS1_M6PR_Msk (0x3u << MATRIX_PRAS1_M6PR_Pos) /**< \brief (MATRIX_PRAS1) Master 6 Priority */\r
-#define MATRIX_PRAS1_M6PR(value) ((MATRIX_PRAS1_M6PR_Msk & ((value) << MATRIX_PRAS1_M6PR_Pos)))\r
-/* -------- MATRIX_PRAS2 : (MATRIX Offset: 0x0090) Priority Register A for Slave 2 -------- */\r
-#define MATRIX_PRAS2_M0PR_Pos 0\r
-#define MATRIX_PRAS2_M0PR_Msk (0x3u << MATRIX_PRAS2_M0PR_Pos) /**< \brief (MATRIX_PRAS2) Master 0 Priority */\r
-#define MATRIX_PRAS2_M0PR(value) ((MATRIX_PRAS2_M0PR_Msk & ((value) << MATRIX_PRAS2_M0PR_Pos)))\r
-#define MATRIX_PRAS2_M1PR_Pos 4\r
-#define MATRIX_PRAS2_M1PR_Msk (0x3u << MATRIX_PRAS2_M1PR_Pos) /**< \brief (MATRIX_PRAS2) Master 1 Priority */\r
-#define MATRIX_PRAS2_M1PR(value) ((MATRIX_PRAS2_M1PR_Msk & ((value) << MATRIX_PRAS2_M1PR_Pos)))\r
-#define MATRIX_PRAS2_M2PR_Pos 8\r
-#define MATRIX_PRAS2_M2PR_Msk (0x3u << MATRIX_PRAS2_M2PR_Pos) /**< \brief (MATRIX_PRAS2) Master 2 Priority */\r
-#define MATRIX_PRAS2_M2PR(value) ((MATRIX_PRAS2_M2PR_Msk & ((value) << MATRIX_PRAS2_M2PR_Pos)))\r
-#define MATRIX_PRAS2_M3PR_Pos 12\r
-#define MATRIX_PRAS2_M3PR_Msk (0x3u << MATRIX_PRAS2_M3PR_Pos) /**< \brief (MATRIX_PRAS2) Master 3 Priority */\r
-#define MATRIX_PRAS2_M3PR(value) ((MATRIX_PRAS2_M3PR_Msk & ((value) << MATRIX_PRAS2_M3PR_Pos)))\r
-#define MATRIX_PRAS2_M4PR_Pos 16\r
-#define MATRIX_PRAS2_M4PR_Msk (0x3u << MATRIX_PRAS2_M4PR_Pos) /**< \brief (MATRIX_PRAS2) Master 4 Priority */\r
-#define MATRIX_PRAS2_M4PR(value) ((MATRIX_PRAS2_M4PR_Msk & ((value) << MATRIX_PRAS2_M4PR_Pos)))\r
-#define MATRIX_PRAS2_M5PR_Pos 20\r
-#define MATRIX_PRAS2_M5PR_Msk (0x3u << MATRIX_PRAS2_M5PR_Pos) /**< \brief (MATRIX_PRAS2) Master 5 Priority */\r
-#define MATRIX_PRAS2_M5PR(value) ((MATRIX_PRAS2_M5PR_Msk & ((value) << MATRIX_PRAS2_M5PR_Pos)))\r
-#define MATRIX_PRAS2_M6PR_Pos 24\r
-#define MATRIX_PRAS2_M6PR_Msk (0x3u << MATRIX_PRAS2_M6PR_Pos) /**< \brief (MATRIX_PRAS2) Master 6 Priority */\r
-#define MATRIX_PRAS2_M6PR(value) ((MATRIX_PRAS2_M6PR_Msk & ((value) << MATRIX_PRAS2_M6PR_Pos)))\r
-/* -------- MATRIX_PRAS3 : (MATRIX Offset: 0x0098) Priority Register A for Slave 3 -------- */\r
-#define MATRIX_PRAS3_M0PR_Pos 0\r
-#define MATRIX_PRAS3_M0PR_Msk (0x3u << MATRIX_PRAS3_M0PR_Pos) /**< \brief (MATRIX_PRAS3) Master 0 Priority */\r
-#define MATRIX_PRAS3_M0PR(value) ((MATRIX_PRAS3_M0PR_Msk & ((value) << MATRIX_PRAS3_M0PR_Pos)))\r
-#define MATRIX_PRAS3_M1PR_Pos 4\r
-#define MATRIX_PRAS3_M1PR_Msk (0x3u << MATRIX_PRAS3_M1PR_Pos) /**< \brief (MATRIX_PRAS3) Master 1 Priority */\r
-#define MATRIX_PRAS3_M1PR(value) ((MATRIX_PRAS3_M1PR_Msk & ((value) << MATRIX_PRAS3_M1PR_Pos)))\r
-#define MATRIX_PRAS3_M2PR_Pos 8\r
-#define MATRIX_PRAS3_M2PR_Msk (0x3u << MATRIX_PRAS3_M2PR_Pos) /**< \brief (MATRIX_PRAS3) Master 2 Priority */\r
-#define MATRIX_PRAS3_M2PR(value) ((MATRIX_PRAS3_M2PR_Msk & ((value) << MATRIX_PRAS3_M2PR_Pos)))\r
-#define MATRIX_PRAS3_M3PR_Pos 12\r
-#define MATRIX_PRAS3_M3PR_Msk (0x3u << MATRIX_PRAS3_M3PR_Pos) /**< \brief (MATRIX_PRAS3) Master 3 Priority */\r
-#define MATRIX_PRAS3_M3PR(value) ((MATRIX_PRAS3_M3PR_Msk & ((value) << MATRIX_PRAS3_M3PR_Pos)))\r
-#define MATRIX_PRAS3_M4PR_Pos 16\r
-#define MATRIX_PRAS3_M4PR_Msk (0x3u << MATRIX_PRAS3_M4PR_Pos) /**< \brief (MATRIX_PRAS3) Master 4 Priority */\r
-#define MATRIX_PRAS3_M4PR(value) ((MATRIX_PRAS3_M4PR_Msk & ((value) << MATRIX_PRAS3_M4PR_Pos)))\r
-#define MATRIX_PRAS3_M5PR_Pos 20\r
-#define MATRIX_PRAS3_M5PR_Msk (0x3u << MATRIX_PRAS3_M5PR_Pos) /**< \brief (MATRIX_PRAS3) Master 5 Priority */\r
-#define MATRIX_PRAS3_M5PR(value) ((MATRIX_PRAS3_M5PR_Msk & ((value) << MATRIX_PRAS3_M5PR_Pos)))\r
-#define MATRIX_PRAS3_M6PR_Pos 24\r
-#define MATRIX_PRAS3_M6PR_Msk (0x3u << MATRIX_PRAS3_M6PR_Pos) /**< \brief (MATRIX_PRAS3) Master 6 Priority */\r
-#define MATRIX_PRAS3_M6PR(value) ((MATRIX_PRAS3_M6PR_Msk & ((value) << MATRIX_PRAS3_M6PR_Pos)))\r
-/* -------- MATRIX_PRAS4 : (MATRIX Offset: 0x00A0) Priority Register A for Slave 4 -------- */\r
-#define MATRIX_PRAS4_M0PR_Pos 0\r
-#define MATRIX_PRAS4_M0PR_Msk (0x3u << MATRIX_PRAS4_M0PR_Pos) /**< \brief (MATRIX_PRAS4) Master 0 Priority */\r
-#define MATRIX_PRAS4_M0PR(value) ((MATRIX_PRAS4_M0PR_Msk & ((value) << MATRIX_PRAS4_M0PR_Pos)))\r
-#define MATRIX_PRAS4_M1PR_Pos 4\r
-#define MATRIX_PRAS4_M1PR_Msk (0x3u << MATRIX_PRAS4_M1PR_Pos) /**< \brief (MATRIX_PRAS4) Master 1 Priority */\r
-#define MATRIX_PRAS4_M1PR(value) ((MATRIX_PRAS4_M1PR_Msk & ((value) << MATRIX_PRAS4_M1PR_Pos)))\r
-#define MATRIX_PRAS4_M2PR_Pos 8\r
-#define MATRIX_PRAS4_M2PR_Msk (0x3u << MATRIX_PRAS4_M2PR_Pos) /**< \brief (MATRIX_PRAS4) Master 2 Priority */\r
-#define MATRIX_PRAS4_M2PR(value) ((MATRIX_PRAS4_M2PR_Msk & ((value) << MATRIX_PRAS4_M2PR_Pos)))\r
-#define MATRIX_PRAS4_M3PR_Pos 12\r
-#define MATRIX_PRAS4_M3PR_Msk (0x3u << MATRIX_PRAS4_M3PR_Pos) /**< \brief (MATRIX_PRAS4) Master 3 Priority */\r
-#define MATRIX_PRAS4_M3PR(value) ((MATRIX_PRAS4_M3PR_Msk & ((value) << MATRIX_PRAS4_M3PR_Pos)))\r
-#define MATRIX_PRAS4_M4PR_Pos 16\r
-#define MATRIX_PRAS4_M4PR_Msk (0x3u << MATRIX_PRAS4_M4PR_Pos) /**< \brief (MATRIX_PRAS4) Master 4 Priority */\r
-#define MATRIX_PRAS4_M4PR(value) ((MATRIX_PRAS4_M4PR_Msk & ((value) << MATRIX_PRAS4_M4PR_Pos)))\r
-#define MATRIX_PRAS4_M5PR_Pos 20\r
-#define MATRIX_PRAS4_M5PR_Msk (0x3u << MATRIX_PRAS4_M5PR_Pos) /**< \brief (MATRIX_PRAS4) Master 5 Priority */\r
-#define MATRIX_PRAS4_M5PR(value) ((MATRIX_PRAS4_M5PR_Msk & ((value) << MATRIX_PRAS4_M5PR_Pos)))\r
-#define MATRIX_PRAS4_M6PR_Pos 24\r
-#define MATRIX_PRAS4_M6PR_Msk (0x3u << MATRIX_PRAS4_M6PR_Pos) /**< \brief (MATRIX_PRAS4) Master 6 Priority */\r
-#define MATRIX_PRAS4_M6PR(value) ((MATRIX_PRAS4_M6PR_Msk & ((value) << MATRIX_PRAS4_M6PR_Pos)))\r
-/* -------- MATRIX_PRAS5 : (MATRIX Offset: 0x00A8) Priority Register A for Slave 5 -------- */\r
-#define MATRIX_PRAS5_M0PR_Pos 0\r
-#define MATRIX_PRAS5_M0PR_Msk (0x3u << MATRIX_PRAS5_M0PR_Pos) /**< \brief (MATRIX_PRAS5) Master 0 Priority */\r
-#define MATRIX_PRAS5_M0PR(value) ((MATRIX_PRAS5_M0PR_Msk & ((value) << MATRIX_PRAS5_M0PR_Pos)))\r
-#define MATRIX_PRAS5_M1PR_Pos 4\r
-#define MATRIX_PRAS5_M1PR_Msk (0x3u << MATRIX_PRAS5_M1PR_Pos) /**< \brief (MATRIX_PRAS5) Master 1 Priority */\r
-#define MATRIX_PRAS5_M1PR(value) ((MATRIX_PRAS5_M1PR_Msk & ((value) << MATRIX_PRAS5_M1PR_Pos)))\r
-#define MATRIX_PRAS5_M2PR_Pos 8\r
-#define MATRIX_PRAS5_M2PR_Msk (0x3u << MATRIX_PRAS5_M2PR_Pos) /**< \brief (MATRIX_PRAS5) Master 2 Priority */\r
-#define MATRIX_PRAS5_M2PR(value) ((MATRIX_PRAS5_M2PR_Msk & ((value) << MATRIX_PRAS5_M2PR_Pos)))\r
-#define MATRIX_PRAS5_M3PR_Pos 12\r
-#define MATRIX_PRAS5_M3PR_Msk (0x3u << MATRIX_PRAS5_M3PR_Pos) /**< \brief (MATRIX_PRAS5) Master 3 Priority */\r
-#define MATRIX_PRAS5_M3PR(value) ((MATRIX_PRAS5_M3PR_Msk & ((value) << MATRIX_PRAS5_M3PR_Pos)))\r
-#define MATRIX_PRAS5_M4PR_Pos 16\r
-#define MATRIX_PRAS5_M4PR_Msk (0x3u << MATRIX_PRAS5_M4PR_Pos) /**< \brief (MATRIX_PRAS5) Master 4 Priority */\r
-#define MATRIX_PRAS5_M4PR(value) ((MATRIX_PRAS5_M4PR_Msk & ((value) << MATRIX_PRAS5_M4PR_Pos)))\r
-#define MATRIX_PRAS5_M5PR_Pos 20\r
-#define MATRIX_PRAS5_M5PR_Msk (0x3u << MATRIX_PRAS5_M5PR_Pos) /**< \brief (MATRIX_PRAS5) Master 5 Priority */\r
-#define MATRIX_PRAS5_M5PR(value) ((MATRIX_PRAS5_M5PR_Msk & ((value) << MATRIX_PRAS5_M5PR_Pos)))\r
-#define MATRIX_PRAS5_M6PR_Pos 24\r
-#define MATRIX_PRAS5_M6PR_Msk (0x3u << MATRIX_PRAS5_M6PR_Pos) /**< \brief (MATRIX_PRAS5) Master 6 Priority */\r
-#define MATRIX_PRAS5_M6PR(value) ((MATRIX_PRAS5_M6PR_Msk & ((value) << MATRIX_PRAS5_M6PR_Pos)))\r
-/* -------- MATRIX_MRCR : (MATRIX Offset: 0x0100) Master Remap Control Register -------- */\r
-#define MATRIX_MRCR_RCB0 (0x1u << 0) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 0 */\r
-#define MATRIX_MRCR_RCB1 (0x1u << 1) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 1 */\r
-#define MATRIX_MRCR_RCB2 (0x1u << 2) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 2 */\r
-#define MATRIX_MRCR_RCB3 (0x1u << 3) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 3 */\r
-#define MATRIX_MRCR_RCB4 (0x1u << 4) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 4 */\r
-#define MATRIX_MRCR_RCB5 (0x1u << 5) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 5 */\r
-#define MATRIX_MRCR_RCB6 (0x1u << 6) /**< \brief (MATRIX_MRCR) Remap Command Bit for Master 6 */\r
-/* -------- CCFG_SYSIO : (MATRIX Offset: 0x0114) System I/O Configuration Register -------- */\r
-#define CCFG_SYSIO_SYSIO4 (0x1u << 4) /**< \brief (CCFG_SYSIO) PB4 or TDI Assignment */\r
-#define CCFG_SYSIO_SYSIO5 (0x1u << 5) /**< \brief (CCFG_SYSIO) PB5 or TDO/TRACESWO Assignment */\r
-#define CCFG_SYSIO_SYSIO6 (0x1u << 6) /**< \brief (CCFG_SYSIO) PB6 or TMS/SWDIO Assignment */\r
-#define CCFG_SYSIO_SYSIO7 (0x1u << 7) /**< \brief (CCFG_SYSIO) PB7 or TCK/SWCLK Assignment */\r
-#define CCFG_SYSIO_SYSIO10 (0x1u << 10) /**< \brief (CCFG_SYSIO) PB10 or DDM Assignment */\r
-#define CCFG_SYSIO_SYSIO11 (0x1u << 11) /**< \brief (CCFG_SYSIO) PB11 or DDP Assignment */\r
-#define CCFG_SYSIO_SYSIO12 (0x1u << 12) /**< \brief (CCFG_SYSIO) PB12 or ERASE Assignment */\r
-/* -------- CCFG_SMCNFCS : (MATRIX Offset: 0x0124) SMC NAND Flash Chip Select Configuration Register -------- */\r
-#define CCFG_SMCNFCS_SMC_NFCS0 (0x1u << 0) /**< \brief (CCFG_SMCNFCS) SMC NAND Flash Chip Select 0 Assignment */\r
-#define CCFG_SMCNFCS_SMC_NFCS1 (0x1u << 1) /**< \brief (CCFG_SMCNFCS) SMC NAND Flash Chip Select 1 Assignment */\r
-#define CCFG_SMCNFCS_SMC_NFCS2 (0x1u << 2) /**< \brief (CCFG_SMCNFCS) SMC NAND Flash Chip Select 2 Assignment */\r
-#define CCFG_SMCNFCS_SMC_NFCS3 (0x1u << 3) /**< \brief (CCFG_SMCNFCS) SMC NAND Flash Chip Select 3 Assignment */\r
-/* -------- MATRIX_WPMR : (MATRIX Offset: 0x01E4) Write Protect Mode Register -------- */\r
-#define MATRIX_WPMR_WPEN (0x1u << 0) /**< \brief (MATRIX_WPMR) Write Protect Enable */\r
-#define MATRIX_WPMR_WPKEY_Pos 8\r
-#define MATRIX_WPMR_WPKEY_Msk (0xffffffu << MATRIX_WPMR_WPKEY_Pos) /**< \brief (MATRIX_WPMR) Write Protect KEY (Write-only) */\r
-#define MATRIX_WPMR_WPKEY(value) ((MATRIX_WPMR_WPKEY_Msk & ((value) << MATRIX_WPMR_WPKEY_Pos)))\r
-/* -------- MATRIX_WPSR : (MATRIX Offset: 0x01E8) Write Protect Status Register -------- */\r
-#define MATRIX_WPSR_WPVS (0x1u << 0) /**< \brief (MATRIX_WPSR) Write Protect Violation Status */\r
-#define MATRIX_WPSR_WPVSRC_Pos 8\r
-#define MATRIX_WPSR_WPVSRC_Msk (0xffffu << MATRIX_WPSR_WPVSRC_Pos) /**< \brief (MATRIX_WPSR) Write Protect Violation Source */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_MATRIX_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pdc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pdc.h
deleted file mode 100644 (file)
index e2db44e..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PDC_COMPONENT_\r
-#define _SAM4E_PDC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Peripheral DMA Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_PDC Peripheral DMA Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Pdc hardware registers */\r
-typedef struct {\r
-  RwReg PERIPH_RPR;  /**< \brief (Pdc Offset: 0x00) Receive Pointer Register */\r
-  RwReg PERIPH_RCR;  /**< \brief (Pdc Offset: 0x04) Receive Counter Register */\r
-  RwReg PERIPH_TPR;  /**< \brief (Pdc Offset: 0x08) Transmit Pointer Register */\r
-  RwReg PERIPH_TCR;  /**< \brief (Pdc Offset: 0x0C) Transmit Counter Register */\r
-  RwReg PERIPH_RNPR; /**< \brief (Pdc Offset: 0x10) Receive Next Pointer Register */\r
-  RwReg PERIPH_RNCR; /**< \brief (Pdc Offset: 0x14) Receive Next Counter Register */\r
-  RwReg PERIPH_TNPR; /**< \brief (Pdc Offset: 0x18) Transmit Next Pointer Register */\r
-  RwReg PERIPH_TNCR; /**< \brief (Pdc Offset: 0x1C) Transmit Next Counter Register */\r
-  WoReg PERIPH_PTCR; /**< \brief (Pdc Offset: 0x20) Transfer Control Register */\r
-  RoReg PERIPH_PTSR; /**< \brief (Pdc Offset: 0x24) Transfer Status Register */\r
-} Pdc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- PERIPH_RPR : (PDC Offset: 0x00) Receive Pointer Register -------- */\r
-#define PERIPH_RPR_RXPTR_Pos 0\r
-#define PERIPH_RPR_RXPTR_Msk (0xffffffffu << PERIPH_RPR_RXPTR_Pos) /**< \brief (PERIPH_RPR) Receive Pointer Register */\r
-#define PERIPH_RPR_RXPTR(value) ((PERIPH_RPR_RXPTR_Msk & ((value) << PERIPH_RPR_RXPTR_Pos)))\r
-/* -------- PERIPH_RCR : (PDC Offset: 0x04) Receive Counter Register -------- */\r
-#define PERIPH_RCR_RXCTR_Pos 0\r
-#define PERIPH_RCR_RXCTR_Msk (0xffffu << PERIPH_RCR_RXCTR_Pos) /**< \brief (PERIPH_RCR) Receive Counter Register */\r
-#define PERIPH_RCR_RXCTR(value) ((PERIPH_RCR_RXCTR_Msk & ((value) << PERIPH_RCR_RXCTR_Pos)))\r
-/* -------- PERIPH_TPR : (PDC Offset: 0x08) Transmit Pointer Register -------- */\r
-#define PERIPH_TPR_TXPTR_Pos 0\r
-#define PERIPH_TPR_TXPTR_Msk (0xffffffffu << PERIPH_TPR_TXPTR_Pos) /**< \brief (PERIPH_TPR) Transmit Counter Register */\r
-#define PERIPH_TPR_TXPTR(value) ((PERIPH_TPR_TXPTR_Msk & ((value) << PERIPH_TPR_TXPTR_Pos)))\r
-/* -------- PERIPH_TCR : (PDC Offset: 0x0C) Transmit Counter Register -------- */\r
-#define PERIPH_TCR_TXCTR_Pos 0\r
-#define PERIPH_TCR_TXCTR_Msk (0xffffu << PERIPH_TCR_TXCTR_Pos) /**< \brief (PERIPH_TCR) Transmit Counter Register */\r
-#define PERIPH_TCR_TXCTR(value) ((PERIPH_TCR_TXCTR_Msk & ((value) << PERIPH_TCR_TXCTR_Pos)))\r
-/* -------- PERIPH_RNPR : (PDC Offset: 0x10) Receive Next Pointer Register -------- */\r
-#define PERIPH_RNPR_RXNPTR_Pos 0\r
-#define PERIPH_RNPR_RXNPTR_Msk (0xffffffffu << PERIPH_RNPR_RXNPTR_Pos) /**< \brief (PERIPH_RNPR) Receive Next Pointer */\r
-#define PERIPH_RNPR_RXNPTR(value) ((PERIPH_RNPR_RXNPTR_Msk & ((value) << PERIPH_RNPR_RXNPTR_Pos)))\r
-/* -------- PERIPH_RNCR : (PDC Offset: 0x14) Receive Next Counter Register -------- */\r
-#define PERIPH_RNCR_RXNCTR_Pos 0\r
-#define PERIPH_RNCR_RXNCTR_Msk (0xffffu << PERIPH_RNCR_RXNCTR_Pos) /**< \brief (PERIPH_RNCR) Receive Next Counter */\r
-#define PERIPH_RNCR_RXNCTR(value) ((PERIPH_RNCR_RXNCTR_Msk & ((value) << PERIPH_RNCR_RXNCTR_Pos)))\r
-/* -------- PERIPH_TNPR : (PDC Offset: 0x18) Transmit Next Pointer Register -------- */\r
-#define PERIPH_TNPR_TXNPTR_Pos 0\r
-#define PERIPH_TNPR_TXNPTR_Msk (0xffffffffu << PERIPH_TNPR_TXNPTR_Pos) /**< \brief (PERIPH_TNPR) Transmit Next Pointer */\r
-#define PERIPH_TNPR_TXNPTR(value) ((PERIPH_TNPR_TXNPTR_Msk & ((value) << PERIPH_TNPR_TXNPTR_Pos)))\r
-/* -------- PERIPH_TNCR : (PDC Offset: 0x1C) Transmit Next Counter Register -------- */\r
-#define PERIPH_TNCR_TXNCTR_Pos 0\r
-#define PERIPH_TNCR_TXNCTR_Msk (0xffffu << PERIPH_TNCR_TXNCTR_Pos) /**< \brief (PERIPH_TNCR) Transmit Counter Next */\r
-#define PERIPH_TNCR_TXNCTR(value) ((PERIPH_TNCR_TXNCTR_Msk & ((value) << PERIPH_TNCR_TXNCTR_Pos)))\r
-/* -------- PERIPH_PTCR : (PDC Offset: 0x20) Transfer Control Register -------- */\r
-#define PERIPH_PTCR_RXTEN (0x1u << 0) /**< \brief (PERIPH_PTCR) Receiver Transfer Enable */\r
-#define PERIPH_PTCR_RXTDIS (0x1u << 1) /**< \brief (PERIPH_PTCR) Receiver Transfer Disable */\r
-#define PERIPH_PTCR_TXTEN (0x1u << 8) /**< \brief (PERIPH_PTCR) Transmitter Transfer Enable */\r
-#define PERIPH_PTCR_TXTDIS (0x1u << 9) /**< \brief (PERIPH_PTCR) Transmitter Transfer Disable */\r
-/* -------- PERIPH_PTSR : (PDC Offset: 0x24) Transfer Status Register -------- */\r
-#define PERIPH_PTSR_RXTEN (0x1u << 0) /**< \brief (PERIPH_PTSR) Receiver Transfer Enable */\r
-#define PERIPH_PTSR_TXTEN (0x1u << 8) /**< \brief (PERIPH_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_PDC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pio.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pio.h
deleted file mode 100644 (file)
index f60d419..0000000
+++ /dev/null
@@ -1,1683 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIO_COMPONENT_\r
-#define _SAM4E_PIO_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Parallel Input/Output Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_PIO Parallel Input/Output Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Pio hardware registers */\r
-typedef struct {\r
-  WoReg PIO_PER;        /**< \brief (Pio Offset: 0x0000) PIO Enable Register */\r
-  WoReg PIO_PDR;        /**< \brief (Pio Offset: 0x0004) PIO Disable Register */\r
-  RoReg PIO_PSR;        /**< \brief (Pio Offset: 0x0008) PIO Status Register */\r
-  RoReg Reserved1[1];\r
-  WoReg PIO_OER;        /**< \brief (Pio Offset: 0x0010) Output Enable Register */\r
-  WoReg PIO_ODR;        /**< \brief (Pio Offset: 0x0014) Output Disable Register */\r
-  RoReg PIO_OSR;        /**< \brief (Pio Offset: 0x0018) Output Status Register */\r
-  RoReg Reserved2[1];\r
-  WoReg PIO_IFER;       /**< \brief (Pio Offset: 0x0020) Glitch Input Filter Enable Register */\r
-  WoReg PIO_IFDR;       /**< \brief (Pio Offset: 0x0024) Glitch Input Filter Disable Register */\r
-  RoReg PIO_IFSR;       /**< \brief (Pio Offset: 0x0028) Glitch Input Filter Status Register */\r
-  RoReg Reserved3[1];\r
-  WoReg PIO_SODR;       /**< \brief (Pio Offset: 0x0030) Set Output Data Register */\r
-  WoReg PIO_CODR;       /**< \brief (Pio Offset: 0x0034) Clear Output Data Register */\r
-  RwReg PIO_ODSR;       /**< \brief (Pio Offset: 0x0038) Output Data Status Register */\r
-  RoReg PIO_PDSR;       /**< \brief (Pio Offset: 0x003C) Pin Data Status Register */\r
-  WoReg PIO_IER;        /**< \brief (Pio Offset: 0x0040) Interrupt Enable Register */\r
-  WoReg PIO_IDR;        /**< \brief (Pio Offset: 0x0044) Interrupt Disable Register */\r
-  RoReg PIO_IMR;        /**< \brief (Pio Offset: 0x0048) Interrupt Mask Register */\r
-  RoReg PIO_ISR;        /**< \brief (Pio Offset: 0x004C) Interrupt Status Register */\r
-  WoReg PIO_MDER;       /**< \brief (Pio Offset: 0x0050) Multi-driver Enable Register */\r
-  WoReg PIO_MDDR;       /**< \brief (Pio Offset: 0x0054) Multi-driver Disable Register */\r
-  RoReg PIO_MDSR;       /**< \brief (Pio Offset: 0x0058) Multi-driver Status Register */\r
-  RoReg Reserved4[1];\r
-  WoReg PIO_PUDR;       /**< \brief (Pio Offset: 0x0060) Pull-up Disable Register */\r
-  WoReg PIO_PUER;       /**< \brief (Pio Offset: 0x0064) Pull-up Enable Register */\r
-  RoReg PIO_PUSR;       /**< \brief (Pio Offset: 0x0068) Pad Pull-up Status Register */\r
-  RoReg Reserved5[1];\r
-  RwReg PIO_ABCDSR[2];  /**< \brief (Pio Offset: 0x0070) Peripheral Select Register */\r
-  RoReg Reserved6[2];\r
-  WoReg PIO_IFSCDR;     /**< \brief (Pio Offset: 0x0080) Input Filter Slow Clock Disable Register */\r
-  WoReg PIO_IFSCER;     /**< \brief (Pio Offset: 0x0084) Input Filter Slow Clock Enable Register */\r
-  RoReg PIO_IFSCSR;     /**< \brief (Pio Offset: 0x0088) Input Filter Slow Clock Status Register */\r
-  RwReg PIO_SCDR;       /**< \brief (Pio Offset: 0x008C) Slow Clock Divider Debouncing Register */\r
-  WoReg PIO_PPDDR;      /**< \brief (Pio Offset: 0x0090) Pad Pull-down Disable Register */\r
-  WoReg PIO_PPDER;      /**< \brief (Pio Offset: 0x0094) Pad Pull-down Enable Register */\r
-  RoReg PIO_PPDSR;      /**< \brief (Pio Offset: 0x0098) Pad Pull-down Status Register */\r
-  RoReg Reserved7[1];\r
-  WoReg PIO_OWER;       /**< \brief (Pio Offset: 0x00A0) Output Write Enable */\r
-  WoReg PIO_OWDR;       /**< \brief (Pio Offset: 0x00A4) Output Write Disable */\r
-  RoReg PIO_OWSR;       /**< \brief (Pio Offset: 0x00A8) Output Write Status Register */\r
-  RoReg Reserved8[1];\r
-  WoReg PIO_AIMER;      /**< \brief (Pio Offset: 0x00B0) Additional Interrupt Modes Enable Register */\r
-  WoReg PIO_AIMDR;      /**< \brief (Pio Offset: 0x00B4) Additional Interrupt Modes Disables Register */\r
-  RoReg PIO_AIMMR;      /**< \brief (Pio Offset: 0x00B8) Additional Interrupt Modes Mask Register */\r
-  RoReg Reserved9[1];\r
-  WoReg PIO_ESR;        /**< \brief (Pio Offset: 0x00C0) Edge Select Register */\r
-  WoReg PIO_LSR;        /**< \brief (Pio Offset: 0x00C4) Level Select Register */\r
-  RoReg PIO_ELSR;       /**< \brief (Pio Offset: 0x00C8) Edge/Level Status Register */\r
-  RoReg Reserved10[1];\r
-  WoReg PIO_FELLSR;     /**< \brief (Pio Offset: 0x00D0) Falling Edge/Low Level Select Register */\r
-  WoReg PIO_REHLSR;     /**< \brief (Pio Offset: 0x00D4) Rising Edge/ High Level Select Register */\r
-  RoReg PIO_FRLHSR;     /**< \brief (Pio Offset: 0x00D8) Fall/Rise - Low/High Status Register */\r
-  RoReg Reserved11[1];\r
-  RoReg PIO_LOCKSR;     /**< \brief (Pio Offset: 0x00E0) Lock Status */\r
-  RwReg PIO_WPMR;       /**< \brief (Pio Offset: 0x00E4) Write Protect Mode Register */\r
-  RoReg PIO_WPSR;       /**< \brief (Pio Offset: 0x00E8) Write Protect Status Register */\r
-  RoReg Reserved12[5];\r
-  RwReg PIO_SCHMITT;    /**< \brief (Pio Offset: 0x0100) Schmitt Trigger Register */\r
-  RoReg Reserved13[3];\r
-  RwReg PIO_DELAYR;     /**< \brief (Pio Offset: 0x0110) IO Delay Register */\r
-  RoReg Reserved14[15];\r
-  RwReg PIO_PCMR;       /**< \brief (Pio Offset: 0x150) Parallel Capture Mode Register */\r
-  WoReg PIO_PCIER;      /**< \brief (Pio Offset: 0x154) Parallel Capture Interrupt Enable Register */\r
-  WoReg PIO_PCIDR;      /**< \brief (Pio Offset: 0x158) Parallel Capture Interrupt Disable Register */\r
-  RoReg PIO_PCIMR;      /**< \brief (Pio Offset: 0x15C) Parallel Capture Interrupt Mask Register */\r
-  RoReg PIO_PCISR;      /**< \brief (Pio Offset: 0x160) Parallel Capture Interrupt Status Register */\r
-  RoReg PIO_PCRHR;      /**< \brief (Pio Offset: 0x164) Parallel Capture Reception Holding Register */\r
-  RwReg PIO_RPR;        /**< \brief (Pio Offset: 0x168) Receive Pointer Register */\r
-  RwReg PIO_RCR;        /**< \brief (Pio Offset: 0x16C) Receive Counter Register */\r
-  RoReg Reserved15[2];\r
-  RwReg PIO_RNPR;       /**< \brief (Pio Offset: 0x178) Receive Next Pointer Register */\r
-  RwReg PIO_RNCR;       /**< \brief (Pio Offset: 0x17C) Receive Next Counter Register */\r
-  RoReg Reserved16[2];\r
-  WoReg PIO_PTCR;       /**< \brief (Pio Offset: 0x188) Transfer Control Register */\r
-  RoReg PIO_PTSR;       /**< \brief (Pio Offset: 0x18C) Transfer Status Register */\r
-} Pio;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- PIO_PER : (PIO Offset: 0x0000) PIO Enable Register -------- */\r
-#define PIO_PER_P0 (0x1u << 0) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P1 (0x1u << 1) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P2 (0x1u << 2) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P3 (0x1u << 3) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P4 (0x1u << 4) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P5 (0x1u << 5) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P6 (0x1u << 6) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P7 (0x1u << 7) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P8 (0x1u << 8) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P9 (0x1u << 9) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P10 (0x1u << 10) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P11 (0x1u << 11) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P12 (0x1u << 12) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P13 (0x1u << 13) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P14 (0x1u << 14) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P15 (0x1u << 15) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P16 (0x1u << 16) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P17 (0x1u << 17) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P18 (0x1u << 18) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P19 (0x1u << 19) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P20 (0x1u << 20) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P21 (0x1u << 21) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P22 (0x1u << 22) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P23 (0x1u << 23) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P24 (0x1u << 24) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P25 (0x1u << 25) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P26 (0x1u << 26) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P27 (0x1u << 27) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P28 (0x1u << 28) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P29 (0x1u << 29) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P30 (0x1u << 30) /**< \brief (PIO_PER) PIO Enable */\r
-#define PIO_PER_P31 (0x1u << 31) /**< \brief (PIO_PER) PIO Enable */\r
-/* -------- PIO_PDR : (PIO Offset: 0x0004) PIO Disable Register -------- */\r
-#define PIO_PDR_P0 (0x1u << 0) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P1 (0x1u << 1) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P2 (0x1u << 2) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P3 (0x1u << 3) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P4 (0x1u << 4) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P5 (0x1u << 5) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P6 (0x1u << 6) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P7 (0x1u << 7) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P8 (0x1u << 8) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P9 (0x1u << 9) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P10 (0x1u << 10) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P11 (0x1u << 11) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P12 (0x1u << 12) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P13 (0x1u << 13) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P14 (0x1u << 14) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P15 (0x1u << 15) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P16 (0x1u << 16) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P17 (0x1u << 17) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P18 (0x1u << 18) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P19 (0x1u << 19) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P20 (0x1u << 20) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P21 (0x1u << 21) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P22 (0x1u << 22) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P23 (0x1u << 23) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P24 (0x1u << 24) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P25 (0x1u << 25) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P26 (0x1u << 26) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P27 (0x1u << 27) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P28 (0x1u << 28) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P29 (0x1u << 29) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P30 (0x1u << 30) /**< \brief (PIO_PDR) PIO Disable */\r
-#define PIO_PDR_P31 (0x1u << 31) /**< \brief (PIO_PDR) PIO Disable */\r
-/* -------- PIO_PSR : (PIO Offset: 0x0008) PIO Status Register -------- */\r
-#define PIO_PSR_P0 (0x1u << 0) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P1 (0x1u << 1) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P2 (0x1u << 2) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P3 (0x1u << 3) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P4 (0x1u << 4) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P5 (0x1u << 5) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P6 (0x1u << 6) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P7 (0x1u << 7) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P8 (0x1u << 8) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P9 (0x1u << 9) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P10 (0x1u << 10) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P11 (0x1u << 11) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P12 (0x1u << 12) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P13 (0x1u << 13) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P14 (0x1u << 14) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P15 (0x1u << 15) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P16 (0x1u << 16) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P17 (0x1u << 17) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P18 (0x1u << 18) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P19 (0x1u << 19) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P20 (0x1u << 20) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P21 (0x1u << 21) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P22 (0x1u << 22) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P23 (0x1u << 23) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P24 (0x1u << 24) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P25 (0x1u << 25) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P26 (0x1u << 26) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P27 (0x1u << 27) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P28 (0x1u << 28) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P29 (0x1u << 29) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P30 (0x1u << 30) /**< \brief (PIO_PSR) PIO Status */\r
-#define PIO_PSR_P31 (0x1u << 31) /**< \brief (PIO_PSR) PIO Status */\r
-/* -------- PIO_OER : (PIO Offset: 0x0010) Output Enable Register -------- */\r
-#define PIO_OER_P0 (0x1u << 0) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P1 (0x1u << 1) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P2 (0x1u << 2) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P3 (0x1u << 3) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P4 (0x1u << 4) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P5 (0x1u << 5) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P6 (0x1u << 6) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P7 (0x1u << 7) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P8 (0x1u << 8) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P9 (0x1u << 9) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P10 (0x1u << 10) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P11 (0x1u << 11) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P12 (0x1u << 12) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P13 (0x1u << 13) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P14 (0x1u << 14) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P15 (0x1u << 15) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P16 (0x1u << 16) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P17 (0x1u << 17) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P18 (0x1u << 18) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P19 (0x1u << 19) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P20 (0x1u << 20) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P21 (0x1u << 21) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P22 (0x1u << 22) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P23 (0x1u << 23) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P24 (0x1u << 24) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P25 (0x1u << 25) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P26 (0x1u << 26) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P27 (0x1u << 27) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P28 (0x1u << 28) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P29 (0x1u << 29) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P30 (0x1u << 30) /**< \brief (PIO_OER) Output Enable */\r
-#define PIO_OER_P31 (0x1u << 31) /**< \brief (PIO_OER) Output Enable */\r
-/* -------- PIO_ODR : (PIO Offset: 0x0014) Output Disable Register -------- */\r
-#define PIO_ODR_P0 (0x1u << 0) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P1 (0x1u << 1) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P2 (0x1u << 2) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P3 (0x1u << 3) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P4 (0x1u << 4) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P5 (0x1u << 5) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P6 (0x1u << 6) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P7 (0x1u << 7) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P8 (0x1u << 8) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P9 (0x1u << 9) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P10 (0x1u << 10) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P11 (0x1u << 11) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P12 (0x1u << 12) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P13 (0x1u << 13) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P14 (0x1u << 14) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P15 (0x1u << 15) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P16 (0x1u << 16) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P17 (0x1u << 17) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P18 (0x1u << 18) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P19 (0x1u << 19) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P20 (0x1u << 20) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P21 (0x1u << 21) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P22 (0x1u << 22) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P23 (0x1u << 23) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P24 (0x1u << 24) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P25 (0x1u << 25) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P26 (0x1u << 26) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P27 (0x1u << 27) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P28 (0x1u << 28) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P29 (0x1u << 29) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P30 (0x1u << 30) /**< \brief (PIO_ODR) Output Disable */\r
-#define PIO_ODR_P31 (0x1u << 31) /**< \brief (PIO_ODR) Output Disable */\r
-/* -------- PIO_OSR : (PIO Offset: 0x0018) Output Status Register -------- */\r
-#define PIO_OSR_P0 (0x1u << 0) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P1 (0x1u << 1) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P2 (0x1u << 2) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P3 (0x1u << 3) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P4 (0x1u << 4) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P5 (0x1u << 5) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P6 (0x1u << 6) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P7 (0x1u << 7) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P8 (0x1u << 8) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P9 (0x1u << 9) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P10 (0x1u << 10) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P11 (0x1u << 11) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P12 (0x1u << 12) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P13 (0x1u << 13) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P14 (0x1u << 14) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P15 (0x1u << 15) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P16 (0x1u << 16) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P17 (0x1u << 17) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P18 (0x1u << 18) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P19 (0x1u << 19) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P20 (0x1u << 20) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P21 (0x1u << 21) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P22 (0x1u << 22) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P23 (0x1u << 23) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P24 (0x1u << 24) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P25 (0x1u << 25) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P26 (0x1u << 26) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P27 (0x1u << 27) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P28 (0x1u << 28) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P29 (0x1u << 29) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P30 (0x1u << 30) /**< \brief (PIO_OSR) Output Status */\r
-#define PIO_OSR_P31 (0x1u << 31) /**< \brief (PIO_OSR) Output Status */\r
-/* -------- PIO_IFER : (PIO Offset: 0x0020) Glitch Input Filter Enable Register -------- */\r
-#define PIO_IFER_P0 (0x1u << 0) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P1 (0x1u << 1) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P2 (0x1u << 2) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P3 (0x1u << 3) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P4 (0x1u << 4) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P5 (0x1u << 5) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P6 (0x1u << 6) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P7 (0x1u << 7) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P8 (0x1u << 8) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P9 (0x1u << 9) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P10 (0x1u << 10) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P11 (0x1u << 11) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P12 (0x1u << 12) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P13 (0x1u << 13) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P14 (0x1u << 14) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P15 (0x1u << 15) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P16 (0x1u << 16) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P17 (0x1u << 17) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P18 (0x1u << 18) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P19 (0x1u << 19) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P20 (0x1u << 20) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P21 (0x1u << 21) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P22 (0x1u << 22) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P23 (0x1u << 23) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P24 (0x1u << 24) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P25 (0x1u << 25) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P26 (0x1u << 26) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P27 (0x1u << 27) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P28 (0x1u << 28) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P29 (0x1u << 29) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P30 (0x1u << 30) /**< \brief (PIO_IFER) Input Filter Enable */\r
-#define PIO_IFER_P31 (0x1u << 31) /**< \brief (PIO_IFER) Input Filter Enable */\r
-/* -------- PIO_IFDR : (PIO Offset: 0x0024) Glitch Input Filter Disable Register -------- */\r
-#define PIO_IFDR_P0 (0x1u << 0) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P1 (0x1u << 1) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P2 (0x1u << 2) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P3 (0x1u << 3) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P4 (0x1u << 4) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P5 (0x1u << 5) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P6 (0x1u << 6) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P7 (0x1u << 7) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P8 (0x1u << 8) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P9 (0x1u << 9) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P10 (0x1u << 10) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P11 (0x1u << 11) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P12 (0x1u << 12) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P13 (0x1u << 13) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P14 (0x1u << 14) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P15 (0x1u << 15) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P16 (0x1u << 16) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P17 (0x1u << 17) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P18 (0x1u << 18) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P19 (0x1u << 19) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P20 (0x1u << 20) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P21 (0x1u << 21) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P22 (0x1u << 22) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P23 (0x1u << 23) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P24 (0x1u << 24) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P25 (0x1u << 25) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P26 (0x1u << 26) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P27 (0x1u << 27) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P28 (0x1u << 28) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P29 (0x1u << 29) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P30 (0x1u << 30) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-#define PIO_IFDR_P31 (0x1u << 31) /**< \brief (PIO_IFDR) Input Filter Disable */\r
-/* -------- PIO_IFSR : (PIO Offset: 0x0028) Glitch Input Filter Status Register -------- */\r
-#define PIO_IFSR_P0 (0x1u << 0) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P1 (0x1u << 1) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P2 (0x1u << 2) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P3 (0x1u << 3) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P4 (0x1u << 4) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P5 (0x1u << 5) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P6 (0x1u << 6) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P7 (0x1u << 7) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P8 (0x1u << 8) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P9 (0x1u << 9) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P10 (0x1u << 10) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P11 (0x1u << 11) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P12 (0x1u << 12) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P13 (0x1u << 13) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P14 (0x1u << 14) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P15 (0x1u << 15) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P16 (0x1u << 16) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P17 (0x1u << 17) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P18 (0x1u << 18) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P19 (0x1u << 19) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P20 (0x1u << 20) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P21 (0x1u << 21) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P22 (0x1u << 22) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P23 (0x1u << 23) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P24 (0x1u << 24) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P25 (0x1u << 25) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P26 (0x1u << 26) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P27 (0x1u << 27) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P28 (0x1u << 28) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P29 (0x1u << 29) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P30 (0x1u << 30) /**< \brief (PIO_IFSR) Input Filer Status */\r
-#define PIO_IFSR_P31 (0x1u << 31) /**< \brief (PIO_IFSR) Input Filer Status */\r
-/* -------- PIO_SODR : (PIO Offset: 0x0030) Set Output Data Register -------- */\r
-#define PIO_SODR_P0 (0x1u << 0) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P1 (0x1u << 1) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P2 (0x1u << 2) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P3 (0x1u << 3) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P4 (0x1u << 4) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P5 (0x1u << 5) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P6 (0x1u << 6) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P7 (0x1u << 7) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P8 (0x1u << 8) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P9 (0x1u << 9) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P10 (0x1u << 10) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P11 (0x1u << 11) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P12 (0x1u << 12) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P13 (0x1u << 13) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P14 (0x1u << 14) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P15 (0x1u << 15) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P16 (0x1u << 16) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P17 (0x1u << 17) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P18 (0x1u << 18) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P19 (0x1u << 19) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P20 (0x1u << 20) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P21 (0x1u << 21) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P22 (0x1u << 22) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P23 (0x1u << 23) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P24 (0x1u << 24) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P25 (0x1u << 25) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P26 (0x1u << 26) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P27 (0x1u << 27) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P28 (0x1u << 28) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P29 (0x1u << 29) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P30 (0x1u << 30) /**< \brief (PIO_SODR) Set Output Data */\r
-#define PIO_SODR_P31 (0x1u << 31) /**< \brief (PIO_SODR) Set Output Data */\r
-/* -------- PIO_CODR : (PIO Offset: 0x0034) Clear Output Data Register -------- */\r
-#define PIO_CODR_P0 (0x1u << 0) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P1 (0x1u << 1) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P2 (0x1u << 2) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P3 (0x1u << 3) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P4 (0x1u << 4) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P5 (0x1u << 5) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P6 (0x1u << 6) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P7 (0x1u << 7) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P8 (0x1u << 8) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P9 (0x1u << 9) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P10 (0x1u << 10) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P11 (0x1u << 11) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P12 (0x1u << 12) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P13 (0x1u << 13) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P14 (0x1u << 14) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P15 (0x1u << 15) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P16 (0x1u << 16) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P17 (0x1u << 17) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P18 (0x1u << 18) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P19 (0x1u << 19) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P20 (0x1u << 20) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P21 (0x1u << 21) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P22 (0x1u << 22) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P23 (0x1u << 23) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P24 (0x1u << 24) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P25 (0x1u << 25) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P26 (0x1u << 26) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P27 (0x1u << 27) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P28 (0x1u << 28) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P29 (0x1u << 29) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P30 (0x1u << 30) /**< \brief (PIO_CODR) Clear Output Data */\r
-#define PIO_CODR_P31 (0x1u << 31) /**< \brief (PIO_CODR) Clear Output Data */\r
-/* -------- PIO_ODSR : (PIO Offset: 0x0038) Output Data Status Register -------- */\r
-#define PIO_ODSR_P0 (0x1u << 0) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P1 (0x1u << 1) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P2 (0x1u << 2) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P3 (0x1u << 3) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P4 (0x1u << 4) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P5 (0x1u << 5) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P6 (0x1u << 6) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P7 (0x1u << 7) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P8 (0x1u << 8) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P9 (0x1u << 9) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P10 (0x1u << 10) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P11 (0x1u << 11) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P12 (0x1u << 12) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P13 (0x1u << 13) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P14 (0x1u << 14) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P15 (0x1u << 15) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P16 (0x1u << 16) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P17 (0x1u << 17) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P18 (0x1u << 18) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P19 (0x1u << 19) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P20 (0x1u << 20) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P21 (0x1u << 21) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P22 (0x1u << 22) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P23 (0x1u << 23) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P24 (0x1u << 24) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P25 (0x1u << 25) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P26 (0x1u << 26) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P27 (0x1u << 27) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P28 (0x1u << 28) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P29 (0x1u << 29) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P30 (0x1u << 30) /**< \brief (PIO_ODSR) Output Data Status */\r
-#define PIO_ODSR_P31 (0x1u << 31) /**< \brief (PIO_ODSR) Output Data Status */\r
-/* -------- PIO_PDSR : (PIO Offset: 0x003C) Pin Data Status Register -------- */\r
-#define PIO_PDSR_P0 (0x1u << 0) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P1 (0x1u << 1) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P2 (0x1u << 2) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P3 (0x1u << 3) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P4 (0x1u << 4) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P5 (0x1u << 5) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P6 (0x1u << 6) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P7 (0x1u << 7) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P8 (0x1u << 8) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P9 (0x1u << 9) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P10 (0x1u << 10) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P11 (0x1u << 11) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P12 (0x1u << 12) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P13 (0x1u << 13) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P14 (0x1u << 14) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P15 (0x1u << 15) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P16 (0x1u << 16) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P17 (0x1u << 17) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P18 (0x1u << 18) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P19 (0x1u << 19) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P20 (0x1u << 20) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P21 (0x1u << 21) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P22 (0x1u << 22) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P23 (0x1u << 23) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P24 (0x1u << 24) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P25 (0x1u << 25) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P26 (0x1u << 26) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P27 (0x1u << 27) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P28 (0x1u << 28) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P29 (0x1u << 29) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P30 (0x1u << 30) /**< \brief (PIO_PDSR) Output Data Status */\r
-#define PIO_PDSR_P31 (0x1u << 31) /**< \brief (PIO_PDSR) Output Data Status */\r
-/* -------- PIO_IER : (PIO Offset: 0x0040) Interrupt Enable Register -------- */\r
-#define PIO_IER_P0 (0x1u << 0) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P1 (0x1u << 1) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P2 (0x1u << 2) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P3 (0x1u << 3) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P4 (0x1u << 4) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P5 (0x1u << 5) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P6 (0x1u << 6) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P7 (0x1u << 7) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P8 (0x1u << 8) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P9 (0x1u << 9) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P10 (0x1u << 10) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P11 (0x1u << 11) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P12 (0x1u << 12) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P13 (0x1u << 13) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P14 (0x1u << 14) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P15 (0x1u << 15) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P16 (0x1u << 16) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P17 (0x1u << 17) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P18 (0x1u << 18) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P19 (0x1u << 19) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P20 (0x1u << 20) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P21 (0x1u << 21) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P22 (0x1u << 22) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P23 (0x1u << 23) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P24 (0x1u << 24) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P25 (0x1u << 25) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P26 (0x1u << 26) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P27 (0x1u << 27) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P28 (0x1u << 28) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P29 (0x1u << 29) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P30 (0x1u << 30) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-#define PIO_IER_P31 (0x1u << 31) /**< \brief (PIO_IER) Input Change Interrupt Enable */\r
-/* -------- PIO_IDR : (PIO Offset: 0x0044) Interrupt Disable Register -------- */\r
-#define PIO_IDR_P0 (0x1u << 0) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P1 (0x1u << 1) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P2 (0x1u << 2) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P3 (0x1u << 3) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P4 (0x1u << 4) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P5 (0x1u << 5) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P6 (0x1u << 6) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P7 (0x1u << 7) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P8 (0x1u << 8) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P9 (0x1u << 9) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P10 (0x1u << 10) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P11 (0x1u << 11) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P12 (0x1u << 12) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P13 (0x1u << 13) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P14 (0x1u << 14) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P15 (0x1u << 15) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P16 (0x1u << 16) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P17 (0x1u << 17) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P18 (0x1u << 18) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P19 (0x1u << 19) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P20 (0x1u << 20) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P21 (0x1u << 21) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P22 (0x1u << 22) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P23 (0x1u << 23) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P24 (0x1u << 24) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P25 (0x1u << 25) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P26 (0x1u << 26) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P27 (0x1u << 27) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P28 (0x1u << 28) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P29 (0x1u << 29) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P30 (0x1u << 30) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-#define PIO_IDR_P31 (0x1u << 31) /**< \brief (PIO_IDR) Input Change Interrupt Disable */\r
-/* -------- PIO_IMR : (PIO Offset: 0x0048) Interrupt Mask Register -------- */\r
-#define PIO_IMR_P0 (0x1u << 0) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P1 (0x1u << 1) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P2 (0x1u << 2) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P3 (0x1u << 3) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P4 (0x1u << 4) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P5 (0x1u << 5) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P6 (0x1u << 6) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P7 (0x1u << 7) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P8 (0x1u << 8) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P9 (0x1u << 9) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P10 (0x1u << 10) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P11 (0x1u << 11) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P12 (0x1u << 12) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P13 (0x1u << 13) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P14 (0x1u << 14) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P15 (0x1u << 15) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P16 (0x1u << 16) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P17 (0x1u << 17) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P18 (0x1u << 18) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P19 (0x1u << 19) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P20 (0x1u << 20) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P21 (0x1u << 21) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P22 (0x1u << 22) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P23 (0x1u << 23) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P24 (0x1u << 24) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P25 (0x1u << 25) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P26 (0x1u << 26) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P27 (0x1u << 27) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P28 (0x1u << 28) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P29 (0x1u << 29) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P30 (0x1u << 30) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-#define PIO_IMR_P31 (0x1u << 31) /**< \brief (PIO_IMR) Input Change Interrupt Mask */\r
-/* -------- PIO_ISR : (PIO Offset: 0x004C) Interrupt Status Register -------- */\r
-#define PIO_ISR_P0 (0x1u << 0) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P1 (0x1u << 1) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P2 (0x1u << 2) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P3 (0x1u << 3) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P4 (0x1u << 4) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P5 (0x1u << 5) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P6 (0x1u << 6) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P7 (0x1u << 7) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P8 (0x1u << 8) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P9 (0x1u << 9) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P10 (0x1u << 10) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P11 (0x1u << 11) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P12 (0x1u << 12) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P13 (0x1u << 13) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P14 (0x1u << 14) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P15 (0x1u << 15) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P16 (0x1u << 16) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P17 (0x1u << 17) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P18 (0x1u << 18) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P19 (0x1u << 19) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P20 (0x1u << 20) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P21 (0x1u << 21) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P22 (0x1u << 22) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P23 (0x1u << 23) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P24 (0x1u << 24) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P25 (0x1u << 25) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P26 (0x1u << 26) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P27 (0x1u << 27) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P28 (0x1u << 28) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P29 (0x1u << 29) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P30 (0x1u << 30) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-#define PIO_ISR_P31 (0x1u << 31) /**< \brief (PIO_ISR) Input Change Interrupt Status */\r
-/* -------- PIO_MDER : (PIO Offset: 0x0050) Multi-driver Enable Register -------- */\r
-#define PIO_MDER_P0 (0x1u << 0) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P1 (0x1u << 1) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P2 (0x1u << 2) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P3 (0x1u << 3) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P4 (0x1u << 4) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P5 (0x1u << 5) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P6 (0x1u << 6) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P7 (0x1u << 7) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P8 (0x1u << 8) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P9 (0x1u << 9) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P10 (0x1u << 10) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P11 (0x1u << 11) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P12 (0x1u << 12) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P13 (0x1u << 13) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P14 (0x1u << 14) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P15 (0x1u << 15) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P16 (0x1u << 16) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P17 (0x1u << 17) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P18 (0x1u << 18) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P19 (0x1u << 19) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P20 (0x1u << 20) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P21 (0x1u << 21) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P22 (0x1u << 22) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P23 (0x1u << 23) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P24 (0x1u << 24) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P25 (0x1u << 25) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P26 (0x1u << 26) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P27 (0x1u << 27) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P28 (0x1u << 28) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P29 (0x1u << 29) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P30 (0x1u << 30) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-#define PIO_MDER_P31 (0x1u << 31) /**< \brief (PIO_MDER) Multi Drive Enable. */\r
-/* -------- PIO_MDDR : (PIO Offset: 0x0054) Multi-driver Disable Register -------- */\r
-#define PIO_MDDR_P0 (0x1u << 0) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P1 (0x1u << 1) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P2 (0x1u << 2) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P3 (0x1u << 3) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P4 (0x1u << 4) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P5 (0x1u << 5) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P6 (0x1u << 6) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P7 (0x1u << 7) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P8 (0x1u << 8) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P9 (0x1u << 9) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P10 (0x1u << 10) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P11 (0x1u << 11) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P12 (0x1u << 12) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P13 (0x1u << 13) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P14 (0x1u << 14) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P15 (0x1u << 15) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P16 (0x1u << 16) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P17 (0x1u << 17) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P18 (0x1u << 18) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P19 (0x1u << 19) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P20 (0x1u << 20) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P21 (0x1u << 21) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P22 (0x1u << 22) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P23 (0x1u << 23) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P24 (0x1u << 24) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P25 (0x1u << 25) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P26 (0x1u << 26) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P27 (0x1u << 27) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P28 (0x1u << 28) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P29 (0x1u << 29) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P30 (0x1u << 30) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-#define PIO_MDDR_P31 (0x1u << 31) /**< \brief (PIO_MDDR) Multi Drive Disable. */\r
-/* -------- PIO_MDSR : (PIO Offset: 0x0058) Multi-driver Status Register -------- */\r
-#define PIO_MDSR_P0 (0x1u << 0) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P1 (0x1u << 1) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P2 (0x1u << 2) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P3 (0x1u << 3) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P4 (0x1u << 4) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P5 (0x1u << 5) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P6 (0x1u << 6) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P7 (0x1u << 7) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P8 (0x1u << 8) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P9 (0x1u << 9) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P10 (0x1u << 10) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P11 (0x1u << 11) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P12 (0x1u << 12) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P13 (0x1u << 13) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P14 (0x1u << 14) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P15 (0x1u << 15) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P16 (0x1u << 16) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P17 (0x1u << 17) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P18 (0x1u << 18) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P19 (0x1u << 19) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P20 (0x1u << 20) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P21 (0x1u << 21) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P22 (0x1u << 22) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P23 (0x1u << 23) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P24 (0x1u << 24) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P25 (0x1u << 25) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P26 (0x1u << 26) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P27 (0x1u << 27) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P28 (0x1u << 28) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P29 (0x1u << 29) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P30 (0x1u << 30) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-#define PIO_MDSR_P31 (0x1u << 31) /**< \brief (PIO_MDSR) Multi Drive Status. */\r
-/* -------- PIO_PUDR : (PIO Offset: 0x0060) Pull-up Disable Register -------- */\r
-#define PIO_PUDR_P0 (0x1u << 0) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P1 (0x1u << 1) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P2 (0x1u << 2) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P3 (0x1u << 3) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P4 (0x1u << 4) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P5 (0x1u << 5) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P6 (0x1u << 6) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P7 (0x1u << 7) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P8 (0x1u << 8) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P9 (0x1u << 9) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P10 (0x1u << 10) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P11 (0x1u << 11) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P12 (0x1u << 12) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P13 (0x1u << 13) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P14 (0x1u << 14) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P15 (0x1u << 15) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P16 (0x1u << 16) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P17 (0x1u << 17) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P18 (0x1u << 18) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P19 (0x1u << 19) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P20 (0x1u << 20) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P21 (0x1u << 21) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P22 (0x1u << 22) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P23 (0x1u << 23) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P24 (0x1u << 24) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P25 (0x1u << 25) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P26 (0x1u << 26) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P27 (0x1u << 27) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P28 (0x1u << 28) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P29 (0x1u << 29) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P30 (0x1u << 30) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-#define PIO_PUDR_P31 (0x1u << 31) /**< \brief (PIO_PUDR) Pull Up Disable. */\r
-/* -------- PIO_PUER : (PIO Offset: 0x0064) Pull-up Enable Register -------- */\r
-#define PIO_PUER_P0 (0x1u << 0) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P1 (0x1u << 1) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P2 (0x1u << 2) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P3 (0x1u << 3) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P4 (0x1u << 4) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P5 (0x1u << 5) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P6 (0x1u << 6) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P7 (0x1u << 7) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P8 (0x1u << 8) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P9 (0x1u << 9) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P10 (0x1u << 10) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P11 (0x1u << 11) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P12 (0x1u << 12) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P13 (0x1u << 13) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P14 (0x1u << 14) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P15 (0x1u << 15) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P16 (0x1u << 16) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P17 (0x1u << 17) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P18 (0x1u << 18) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P19 (0x1u << 19) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P20 (0x1u << 20) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P21 (0x1u << 21) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P22 (0x1u << 22) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P23 (0x1u << 23) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P24 (0x1u << 24) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P25 (0x1u << 25) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P26 (0x1u << 26) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P27 (0x1u << 27) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P28 (0x1u << 28) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P29 (0x1u << 29) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P30 (0x1u << 30) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-#define PIO_PUER_P31 (0x1u << 31) /**< \brief (PIO_PUER) Pull Up Enable. */\r
-/* -------- PIO_PUSR : (PIO Offset: 0x0068) Pad Pull-up Status Register -------- */\r
-#define PIO_PUSR_P0 (0x1u << 0) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P1 (0x1u << 1) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P2 (0x1u << 2) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P3 (0x1u << 3) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P4 (0x1u << 4) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P5 (0x1u << 5) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P6 (0x1u << 6) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P7 (0x1u << 7) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P8 (0x1u << 8) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P9 (0x1u << 9) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P10 (0x1u << 10) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P11 (0x1u << 11) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P12 (0x1u << 12) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P13 (0x1u << 13) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P14 (0x1u << 14) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P15 (0x1u << 15) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P16 (0x1u << 16) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P17 (0x1u << 17) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P18 (0x1u << 18) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P19 (0x1u << 19) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P20 (0x1u << 20) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P21 (0x1u << 21) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P22 (0x1u << 22) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P23 (0x1u << 23) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P24 (0x1u << 24) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P25 (0x1u << 25) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P26 (0x1u << 26) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P27 (0x1u << 27) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P28 (0x1u << 28) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P29 (0x1u << 29) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P30 (0x1u << 30) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-#define PIO_PUSR_P31 (0x1u << 31) /**< \brief (PIO_PUSR) Pull Up Status. */\r
-/* -------- PIO_ABCDSR[2] : (PIO Offset: 0x0070) Peripheral Select Register -------- */\r
-#define PIO_ABCDSR_P0 (0x1u << 0) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P1 (0x1u << 1) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P2 (0x1u << 2) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P3 (0x1u << 3) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P4 (0x1u << 4) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P5 (0x1u << 5) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P6 (0x1u << 6) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P7 (0x1u << 7) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P8 (0x1u << 8) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P9 (0x1u << 9) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P10 (0x1u << 10) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P11 (0x1u << 11) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P12 (0x1u << 12) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P13 (0x1u << 13) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P14 (0x1u << 14) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P15 (0x1u << 15) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P16 (0x1u << 16) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P17 (0x1u << 17) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P18 (0x1u << 18) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P19 (0x1u << 19) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P20 (0x1u << 20) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P21 (0x1u << 21) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P22 (0x1u << 22) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P23 (0x1u << 23) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P24 (0x1u << 24) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P25 (0x1u << 25) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P26 (0x1u << 26) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P27 (0x1u << 27) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P28 (0x1u << 28) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P29 (0x1u << 29) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P30 (0x1u << 30) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-#define PIO_ABCDSR_P31 (0x1u << 31) /**< \brief (PIO_ABCDSR[2]) Peripheral Select. */\r
-/* -------- PIO_IFSCDR : (PIO Offset: 0x0080) Input Filter Slow Clock Disable Register -------- */\r
-#define PIO_IFSCDR_P0 (0x1u << 0) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P1 (0x1u << 1) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P2 (0x1u << 2) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P3 (0x1u << 3) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P4 (0x1u << 4) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P5 (0x1u << 5) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P6 (0x1u << 6) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P7 (0x1u << 7) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P8 (0x1u << 8) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P9 (0x1u << 9) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P10 (0x1u << 10) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P11 (0x1u << 11) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P12 (0x1u << 12) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P13 (0x1u << 13) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P14 (0x1u << 14) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P15 (0x1u << 15) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P16 (0x1u << 16) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P17 (0x1u << 17) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P18 (0x1u << 18) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P19 (0x1u << 19) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P20 (0x1u << 20) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P21 (0x1u << 21) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P22 (0x1u << 22) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P23 (0x1u << 23) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P24 (0x1u << 24) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P25 (0x1u << 25) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P26 (0x1u << 26) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P27 (0x1u << 27) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P28 (0x1u << 28) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P29 (0x1u << 29) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P30 (0x1u << 30) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-#define PIO_IFSCDR_P31 (0x1u << 31) /**< \brief (PIO_IFSCDR) PIO Clock Glitch Filtering Select. */\r
-/* -------- PIO_IFSCER : (PIO Offset: 0x0084) Input Filter Slow Clock Enable Register -------- */\r
-#define PIO_IFSCER_P0 (0x1u << 0) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P1 (0x1u << 1) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P2 (0x1u << 2) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P3 (0x1u << 3) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P4 (0x1u << 4) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P5 (0x1u << 5) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P6 (0x1u << 6) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P7 (0x1u << 7) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P8 (0x1u << 8) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P9 (0x1u << 9) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P10 (0x1u << 10) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P11 (0x1u << 11) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P12 (0x1u << 12) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P13 (0x1u << 13) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P14 (0x1u << 14) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P15 (0x1u << 15) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P16 (0x1u << 16) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P17 (0x1u << 17) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P18 (0x1u << 18) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P19 (0x1u << 19) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P20 (0x1u << 20) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P21 (0x1u << 21) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P22 (0x1u << 22) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P23 (0x1u << 23) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P24 (0x1u << 24) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P25 (0x1u << 25) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P26 (0x1u << 26) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P27 (0x1u << 27) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P28 (0x1u << 28) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P29 (0x1u << 29) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P30 (0x1u << 30) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-#define PIO_IFSCER_P31 (0x1u << 31) /**< \brief (PIO_IFSCER) Debouncing Filtering Select. */\r
-/* -------- PIO_IFSCSR : (PIO Offset: 0x0088) Input Filter Slow Clock Status Register -------- */\r
-#define PIO_IFSCSR_P0 (0x1u << 0) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P1 (0x1u << 1) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P2 (0x1u << 2) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P3 (0x1u << 3) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P4 (0x1u << 4) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P5 (0x1u << 5) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P6 (0x1u << 6) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P7 (0x1u << 7) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P8 (0x1u << 8) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P9 (0x1u << 9) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P10 (0x1u << 10) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P11 (0x1u << 11) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P12 (0x1u << 12) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P13 (0x1u << 13) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P14 (0x1u << 14) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P15 (0x1u << 15) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P16 (0x1u << 16) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P17 (0x1u << 17) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P18 (0x1u << 18) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P19 (0x1u << 19) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P20 (0x1u << 20) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P21 (0x1u << 21) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P22 (0x1u << 22) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P23 (0x1u << 23) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P24 (0x1u << 24) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P25 (0x1u << 25) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P26 (0x1u << 26) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P27 (0x1u << 27) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P28 (0x1u << 28) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P29 (0x1u << 29) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P30 (0x1u << 30) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-#define PIO_IFSCSR_P31 (0x1u << 31) /**< \brief (PIO_IFSCSR) Glitch or Debouncing Filter Selection Status */\r
-/* -------- PIO_SCDR : (PIO Offset: 0x008C) Slow Clock Divider Debouncing Register -------- */\r
-#define PIO_SCDR_DIV_Pos 0\r
-#define PIO_SCDR_DIV_Msk (0x3fffu << PIO_SCDR_DIV_Pos) /**< \brief (PIO_SCDR)  */\r
-#define PIO_SCDR_DIV(value) ((PIO_SCDR_DIV_Msk & ((value) << PIO_SCDR_DIV_Pos)))\r
-/* -------- PIO_PPDDR : (PIO Offset: 0x0090) Pad Pull-down Disable Register -------- */\r
-#define PIO_PPDDR_P0 (0x1u << 0) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P1 (0x1u << 1) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P2 (0x1u << 2) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P3 (0x1u << 3) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P4 (0x1u << 4) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P5 (0x1u << 5) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P6 (0x1u << 6) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P7 (0x1u << 7) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P8 (0x1u << 8) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P9 (0x1u << 9) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P10 (0x1u << 10) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P11 (0x1u << 11) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P12 (0x1u << 12) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P13 (0x1u << 13) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P14 (0x1u << 14) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P15 (0x1u << 15) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P16 (0x1u << 16) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P17 (0x1u << 17) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P18 (0x1u << 18) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P19 (0x1u << 19) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P20 (0x1u << 20) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P21 (0x1u << 21) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P22 (0x1u << 22) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P23 (0x1u << 23) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P24 (0x1u << 24) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P25 (0x1u << 25) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P26 (0x1u << 26) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P27 (0x1u << 27) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P28 (0x1u << 28) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P29 (0x1u << 29) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P30 (0x1u << 30) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-#define PIO_PPDDR_P31 (0x1u << 31) /**< \brief (PIO_PPDDR) Pull Down Disable. */\r
-/* -------- PIO_PPDER : (PIO Offset: 0x0094) Pad Pull-down Enable Register -------- */\r
-#define PIO_PPDER_P0 (0x1u << 0) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P1 (0x1u << 1) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P2 (0x1u << 2) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P3 (0x1u << 3) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P4 (0x1u << 4) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P5 (0x1u << 5) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P6 (0x1u << 6) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P7 (0x1u << 7) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P8 (0x1u << 8) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P9 (0x1u << 9) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P10 (0x1u << 10) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P11 (0x1u << 11) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P12 (0x1u << 12) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P13 (0x1u << 13) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P14 (0x1u << 14) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P15 (0x1u << 15) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P16 (0x1u << 16) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P17 (0x1u << 17) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P18 (0x1u << 18) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P19 (0x1u << 19) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P20 (0x1u << 20) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P21 (0x1u << 21) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P22 (0x1u << 22) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P23 (0x1u << 23) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P24 (0x1u << 24) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P25 (0x1u << 25) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P26 (0x1u << 26) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P27 (0x1u << 27) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P28 (0x1u << 28) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P29 (0x1u << 29) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P30 (0x1u << 30) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-#define PIO_PPDER_P31 (0x1u << 31) /**< \brief (PIO_PPDER) Pull Down Enable. */\r
-/* -------- PIO_PPDSR : (PIO Offset: 0x0098) Pad Pull-down Status Register -------- */\r
-#define PIO_PPDSR_P0 (0x1u << 0) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P1 (0x1u << 1) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P2 (0x1u << 2) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P3 (0x1u << 3) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P4 (0x1u << 4) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P5 (0x1u << 5) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P6 (0x1u << 6) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P7 (0x1u << 7) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P8 (0x1u << 8) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P9 (0x1u << 9) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P10 (0x1u << 10) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P11 (0x1u << 11) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P12 (0x1u << 12) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P13 (0x1u << 13) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P14 (0x1u << 14) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P15 (0x1u << 15) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P16 (0x1u << 16) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P17 (0x1u << 17) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P18 (0x1u << 18) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P19 (0x1u << 19) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P20 (0x1u << 20) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P21 (0x1u << 21) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P22 (0x1u << 22) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P23 (0x1u << 23) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P24 (0x1u << 24) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P25 (0x1u << 25) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P26 (0x1u << 26) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P27 (0x1u << 27) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P28 (0x1u << 28) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P29 (0x1u << 29) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P30 (0x1u << 30) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-#define PIO_PPDSR_P31 (0x1u << 31) /**< \brief (PIO_PPDSR) Pull Down Status. */\r
-/* -------- PIO_OWER : (PIO Offset: 0x00A0) Output Write Enable -------- */\r
-#define PIO_OWER_P0 (0x1u << 0) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P1 (0x1u << 1) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P2 (0x1u << 2) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P3 (0x1u << 3) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P4 (0x1u << 4) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P5 (0x1u << 5) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P6 (0x1u << 6) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P7 (0x1u << 7) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P8 (0x1u << 8) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P9 (0x1u << 9) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P10 (0x1u << 10) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P11 (0x1u << 11) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P12 (0x1u << 12) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P13 (0x1u << 13) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P14 (0x1u << 14) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P15 (0x1u << 15) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P16 (0x1u << 16) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P17 (0x1u << 17) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P18 (0x1u << 18) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P19 (0x1u << 19) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P20 (0x1u << 20) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P21 (0x1u << 21) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P22 (0x1u << 22) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P23 (0x1u << 23) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P24 (0x1u << 24) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P25 (0x1u << 25) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P26 (0x1u << 26) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P27 (0x1u << 27) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P28 (0x1u << 28) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P29 (0x1u << 29) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P30 (0x1u << 30) /**< \brief (PIO_OWER) Output Write Enable. */\r
-#define PIO_OWER_P31 (0x1u << 31) /**< \brief (PIO_OWER) Output Write Enable. */\r
-/* -------- PIO_OWDR : (PIO Offset: 0x00A4) Output Write Disable -------- */\r
-#define PIO_OWDR_P0 (0x1u << 0) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P1 (0x1u << 1) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P2 (0x1u << 2) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P3 (0x1u << 3) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P4 (0x1u << 4) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P5 (0x1u << 5) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P6 (0x1u << 6) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P7 (0x1u << 7) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P8 (0x1u << 8) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P9 (0x1u << 9) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P10 (0x1u << 10) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P11 (0x1u << 11) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P12 (0x1u << 12) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P13 (0x1u << 13) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P14 (0x1u << 14) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P15 (0x1u << 15) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P16 (0x1u << 16) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P17 (0x1u << 17) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P18 (0x1u << 18) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P19 (0x1u << 19) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P20 (0x1u << 20) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P21 (0x1u << 21) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P22 (0x1u << 22) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P23 (0x1u << 23) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P24 (0x1u << 24) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P25 (0x1u << 25) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P26 (0x1u << 26) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P27 (0x1u << 27) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P28 (0x1u << 28) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P29 (0x1u << 29) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P30 (0x1u << 30) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-#define PIO_OWDR_P31 (0x1u << 31) /**< \brief (PIO_OWDR) Output Write Disable. */\r
-/* -------- PIO_OWSR : (PIO Offset: 0x00A8) Output Write Status Register -------- */\r
-#define PIO_OWSR_P0 (0x1u << 0) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P1 (0x1u << 1) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P2 (0x1u << 2) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P3 (0x1u << 3) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P4 (0x1u << 4) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P5 (0x1u << 5) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P6 (0x1u << 6) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P7 (0x1u << 7) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P8 (0x1u << 8) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P9 (0x1u << 9) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P10 (0x1u << 10) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P11 (0x1u << 11) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P12 (0x1u << 12) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P13 (0x1u << 13) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P14 (0x1u << 14) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P15 (0x1u << 15) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P16 (0x1u << 16) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P17 (0x1u << 17) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P18 (0x1u << 18) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P19 (0x1u << 19) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P20 (0x1u << 20) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P21 (0x1u << 21) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P22 (0x1u << 22) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P23 (0x1u << 23) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P24 (0x1u << 24) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P25 (0x1u << 25) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P26 (0x1u << 26) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P27 (0x1u << 27) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P28 (0x1u << 28) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P29 (0x1u << 29) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P30 (0x1u << 30) /**< \brief (PIO_OWSR) Output Write Status. */\r
-#define PIO_OWSR_P31 (0x1u << 31) /**< \brief (PIO_OWSR) Output Write Status. */\r
-/* -------- PIO_AIMER : (PIO Offset: 0x00B0) Additional Interrupt Modes Enable Register -------- */\r
-#define PIO_AIMER_P0 (0x1u << 0) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P1 (0x1u << 1) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P2 (0x1u << 2) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P3 (0x1u << 3) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P4 (0x1u << 4) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P5 (0x1u << 5) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P6 (0x1u << 6) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P7 (0x1u << 7) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P8 (0x1u << 8) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P9 (0x1u << 9) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P10 (0x1u << 10) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P11 (0x1u << 11) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P12 (0x1u << 12) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P13 (0x1u << 13) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P14 (0x1u << 14) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P15 (0x1u << 15) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P16 (0x1u << 16) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P17 (0x1u << 17) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P18 (0x1u << 18) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P19 (0x1u << 19) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P20 (0x1u << 20) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P21 (0x1u << 21) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P22 (0x1u << 22) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P23 (0x1u << 23) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P24 (0x1u << 24) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P25 (0x1u << 25) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P26 (0x1u << 26) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P27 (0x1u << 27) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P28 (0x1u << 28) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P29 (0x1u << 29) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P30 (0x1u << 30) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-#define PIO_AIMER_P31 (0x1u << 31) /**< \brief (PIO_AIMER) Additional Interrupt Modes Enable. */\r
-/* -------- PIO_AIMDR : (PIO Offset: 0x00B4) Additional Interrupt Modes Disables Register -------- */\r
-#define PIO_AIMDR_P0 (0x1u << 0) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P1 (0x1u << 1) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P2 (0x1u << 2) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P3 (0x1u << 3) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P4 (0x1u << 4) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P5 (0x1u << 5) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P6 (0x1u << 6) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P7 (0x1u << 7) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P8 (0x1u << 8) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P9 (0x1u << 9) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P10 (0x1u << 10) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P11 (0x1u << 11) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P12 (0x1u << 12) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P13 (0x1u << 13) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P14 (0x1u << 14) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P15 (0x1u << 15) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P16 (0x1u << 16) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P17 (0x1u << 17) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P18 (0x1u << 18) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P19 (0x1u << 19) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P20 (0x1u << 20) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P21 (0x1u << 21) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P22 (0x1u << 22) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P23 (0x1u << 23) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P24 (0x1u << 24) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P25 (0x1u << 25) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P26 (0x1u << 26) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P27 (0x1u << 27) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P28 (0x1u << 28) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P29 (0x1u << 29) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P30 (0x1u << 30) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-#define PIO_AIMDR_P31 (0x1u << 31) /**< \brief (PIO_AIMDR) Additional Interrupt Modes Disable. */\r
-/* -------- PIO_AIMMR : (PIO Offset: 0x00B8) Additional Interrupt Modes Mask Register -------- */\r
-#define PIO_AIMMR_P0 (0x1u << 0) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P1 (0x1u << 1) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P2 (0x1u << 2) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P3 (0x1u << 3) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P4 (0x1u << 4) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P5 (0x1u << 5) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P6 (0x1u << 6) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P7 (0x1u << 7) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P8 (0x1u << 8) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P9 (0x1u << 9) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P10 (0x1u << 10) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P11 (0x1u << 11) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P12 (0x1u << 12) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P13 (0x1u << 13) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P14 (0x1u << 14) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P15 (0x1u << 15) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P16 (0x1u << 16) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P17 (0x1u << 17) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P18 (0x1u << 18) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P19 (0x1u << 19) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P20 (0x1u << 20) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P21 (0x1u << 21) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P22 (0x1u << 22) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P23 (0x1u << 23) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P24 (0x1u << 24) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P25 (0x1u << 25) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P26 (0x1u << 26) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P27 (0x1u << 27) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P28 (0x1u << 28) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P29 (0x1u << 29) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P30 (0x1u << 30) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-#define PIO_AIMMR_P31 (0x1u << 31) /**< \brief (PIO_AIMMR) Peripheral CD Status. */\r
-/* -------- PIO_ESR : (PIO Offset: 0x00C0) Edge Select Register -------- */\r
-#define PIO_ESR_P0 (0x1u << 0) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P1 (0x1u << 1) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P2 (0x1u << 2) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P3 (0x1u << 3) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P4 (0x1u << 4) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P5 (0x1u << 5) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P6 (0x1u << 6) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P7 (0x1u << 7) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P8 (0x1u << 8) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P9 (0x1u << 9) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P10 (0x1u << 10) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P11 (0x1u << 11) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P12 (0x1u << 12) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P13 (0x1u << 13) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P14 (0x1u << 14) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P15 (0x1u << 15) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P16 (0x1u << 16) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P17 (0x1u << 17) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P18 (0x1u << 18) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P19 (0x1u << 19) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P20 (0x1u << 20) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P21 (0x1u << 21) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P22 (0x1u << 22) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P23 (0x1u << 23) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P24 (0x1u << 24) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P25 (0x1u << 25) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P26 (0x1u << 26) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P27 (0x1u << 27) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P28 (0x1u << 28) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P29 (0x1u << 29) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P30 (0x1u << 30) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-#define PIO_ESR_P31 (0x1u << 31) /**< \brief (PIO_ESR) Edge Interrupt Selection. */\r
-/* -------- PIO_LSR : (PIO Offset: 0x00C4) Level Select Register -------- */\r
-#define PIO_LSR_P0 (0x1u << 0) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P1 (0x1u << 1) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P2 (0x1u << 2) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P3 (0x1u << 3) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P4 (0x1u << 4) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P5 (0x1u << 5) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P6 (0x1u << 6) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P7 (0x1u << 7) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P8 (0x1u << 8) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P9 (0x1u << 9) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P10 (0x1u << 10) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P11 (0x1u << 11) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P12 (0x1u << 12) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P13 (0x1u << 13) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P14 (0x1u << 14) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P15 (0x1u << 15) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P16 (0x1u << 16) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P17 (0x1u << 17) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P18 (0x1u << 18) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P19 (0x1u << 19) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P20 (0x1u << 20) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P21 (0x1u << 21) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P22 (0x1u << 22) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P23 (0x1u << 23) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P24 (0x1u << 24) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P25 (0x1u << 25) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P26 (0x1u << 26) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P27 (0x1u << 27) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P28 (0x1u << 28) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P29 (0x1u << 29) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P30 (0x1u << 30) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-#define PIO_LSR_P31 (0x1u << 31) /**< \brief (PIO_LSR) Level Interrupt Selection. */\r
-/* -------- PIO_ELSR : (PIO Offset: 0x00C8) Edge/Level Status Register -------- */\r
-#define PIO_ELSR_P0 (0x1u << 0) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P1 (0x1u << 1) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P2 (0x1u << 2) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P3 (0x1u << 3) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P4 (0x1u << 4) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P5 (0x1u << 5) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P6 (0x1u << 6) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P7 (0x1u << 7) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P8 (0x1u << 8) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P9 (0x1u << 9) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P10 (0x1u << 10) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P11 (0x1u << 11) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P12 (0x1u << 12) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P13 (0x1u << 13) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P14 (0x1u << 14) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P15 (0x1u << 15) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P16 (0x1u << 16) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P17 (0x1u << 17) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P18 (0x1u << 18) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P19 (0x1u << 19) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P20 (0x1u << 20) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P21 (0x1u << 21) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P22 (0x1u << 22) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P23 (0x1u << 23) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P24 (0x1u << 24) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P25 (0x1u << 25) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P26 (0x1u << 26) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P27 (0x1u << 27) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P28 (0x1u << 28) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P29 (0x1u << 29) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P30 (0x1u << 30) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-#define PIO_ELSR_P31 (0x1u << 31) /**< \brief (PIO_ELSR) Edge/Level Interrupt source selection. */\r
-/* -------- PIO_FELLSR : (PIO Offset: 0x00D0) Falling Edge/Low Level Select Register -------- */\r
-#define PIO_FELLSR_P0 (0x1u << 0) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P1 (0x1u << 1) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P2 (0x1u << 2) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P3 (0x1u << 3) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P4 (0x1u << 4) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P5 (0x1u << 5) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P6 (0x1u << 6) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P7 (0x1u << 7) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P8 (0x1u << 8) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P9 (0x1u << 9) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P10 (0x1u << 10) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P11 (0x1u << 11) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P12 (0x1u << 12) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P13 (0x1u << 13) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P14 (0x1u << 14) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P15 (0x1u << 15) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P16 (0x1u << 16) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P17 (0x1u << 17) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P18 (0x1u << 18) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P19 (0x1u << 19) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P20 (0x1u << 20) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P21 (0x1u << 21) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P22 (0x1u << 22) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P23 (0x1u << 23) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P24 (0x1u << 24) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P25 (0x1u << 25) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P26 (0x1u << 26) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P27 (0x1u << 27) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P28 (0x1u << 28) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P29 (0x1u << 29) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P30 (0x1u << 30) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-#define PIO_FELLSR_P31 (0x1u << 31) /**< \brief (PIO_FELLSR) Falling Edge/Low Level Interrupt Selection. */\r
-/* -------- PIO_REHLSR : (PIO Offset: 0x00D4) Rising Edge/ High Level Select Register -------- */\r
-#define PIO_REHLSR_P0 (0x1u << 0) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P1 (0x1u << 1) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P2 (0x1u << 2) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P3 (0x1u << 3) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P4 (0x1u << 4) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P5 (0x1u << 5) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P6 (0x1u << 6) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P7 (0x1u << 7) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P8 (0x1u << 8) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P9 (0x1u << 9) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P10 (0x1u << 10) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P11 (0x1u << 11) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P12 (0x1u << 12) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P13 (0x1u << 13) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P14 (0x1u << 14) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P15 (0x1u << 15) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P16 (0x1u << 16) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P17 (0x1u << 17) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P18 (0x1u << 18) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P19 (0x1u << 19) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P20 (0x1u << 20) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P21 (0x1u << 21) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P22 (0x1u << 22) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P23 (0x1u << 23) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P24 (0x1u << 24) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P25 (0x1u << 25) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P26 (0x1u << 26) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P27 (0x1u << 27) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P28 (0x1u << 28) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P29 (0x1u << 29) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P30 (0x1u << 30) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-#define PIO_REHLSR_P31 (0x1u << 31) /**< \brief (PIO_REHLSR) Rising Edge /High Level Interrupt Selection. */\r
-/* -------- PIO_FRLHSR : (PIO Offset: 0x00D8) Fall/Rise - Low/High Status Register -------- */\r
-#define PIO_FRLHSR_P0 (0x1u << 0) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P1 (0x1u << 1) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P2 (0x1u << 2) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P3 (0x1u << 3) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P4 (0x1u << 4) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P5 (0x1u << 5) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P6 (0x1u << 6) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P7 (0x1u << 7) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P8 (0x1u << 8) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P9 (0x1u << 9) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P10 (0x1u << 10) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P11 (0x1u << 11) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P12 (0x1u << 12) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P13 (0x1u << 13) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P14 (0x1u << 14) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P15 (0x1u << 15) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P16 (0x1u << 16) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P17 (0x1u << 17) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P18 (0x1u << 18) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P19 (0x1u << 19) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P20 (0x1u << 20) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P21 (0x1u << 21) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P22 (0x1u << 22) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P23 (0x1u << 23) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P24 (0x1u << 24) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P25 (0x1u << 25) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P26 (0x1u << 26) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P27 (0x1u << 27) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P28 (0x1u << 28) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P29 (0x1u << 29) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P30 (0x1u << 30) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-#define PIO_FRLHSR_P31 (0x1u << 31) /**< \brief (PIO_FRLHSR) Edge /Level Interrupt Source Selection. */\r
-/* -------- PIO_LOCKSR : (PIO Offset: 0x00E0) Lock Status -------- */\r
-#define PIO_LOCKSR_P0 (0x1u << 0) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P1 (0x1u << 1) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P2 (0x1u << 2) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P3 (0x1u << 3) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P4 (0x1u << 4) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P5 (0x1u << 5) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P6 (0x1u << 6) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P7 (0x1u << 7) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P8 (0x1u << 8) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P9 (0x1u << 9) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P10 (0x1u << 10) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P11 (0x1u << 11) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P12 (0x1u << 12) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P13 (0x1u << 13) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P14 (0x1u << 14) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P15 (0x1u << 15) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P16 (0x1u << 16) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P17 (0x1u << 17) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P18 (0x1u << 18) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P19 (0x1u << 19) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P20 (0x1u << 20) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P21 (0x1u << 21) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P22 (0x1u << 22) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P23 (0x1u << 23) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P24 (0x1u << 24) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P25 (0x1u << 25) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P26 (0x1u << 26) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P27 (0x1u << 27) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P28 (0x1u << 28) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P29 (0x1u << 29) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P30 (0x1u << 30) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-#define PIO_LOCKSR_P31 (0x1u << 31) /**< \brief (PIO_LOCKSR) Lock Status. */\r
-/* -------- PIO_WPMR : (PIO Offset: 0x00E4) Write Protect Mode Register -------- */\r
-#define PIO_WPMR_WPEN (0x1u << 0) /**< \brief (PIO_WPMR) Write Protect Enable */\r
-#define PIO_WPMR_WPKEY_Pos 8\r
-#define PIO_WPMR_WPKEY_Msk (0xffffffu << PIO_WPMR_WPKEY_Pos) /**< \brief (PIO_WPMR) Write Protect KEY */\r
-#define PIO_WPMR_WPKEY(value) ((PIO_WPMR_WPKEY_Msk & ((value) << PIO_WPMR_WPKEY_Pos)))\r
-/* -------- PIO_WPSR : (PIO Offset: 0x00E8) Write Protect Status Register -------- */\r
-#define PIO_WPSR_WPVS (0x1u << 0) /**< \brief (PIO_WPSR) Write Protect Violation Status */\r
-#define PIO_WPSR_WPVSRC_Pos 8\r
-#define PIO_WPSR_WPVSRC_Msk (0xffffu << PIO_WPSR_WPVSRC_Pos) /**< \brief (PIO_WPSR) Write Protect Violation Source */\r
-/* -------- PIO_SCHMITT : (PIO Offset: 0x0100) Schmitt Trigger Register -------- */\r
-#define PIO_SCHMITT_SCHMITT0 (0x1u << 0) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT1 (0x1u << 1) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT2 (0x1u << 2) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT3 (0x1u << 3) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT4 (0x1u << 4) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT5 (0x1u << 5) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT6 (0x1u << 6) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT7 (0x1u << 7) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT8 (0x1u << 8) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT9 (0x1u << 9) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT10 (0x1u << 10) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT11 (0x1u << 11) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT12 (0x1u << 12) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT13 (0x1u << 13) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT14 (0x1u << 14) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT15 (0x1u << 15) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT16 (0x1u << 16) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT17 (0x1u << 17) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT18 (0x1u << 18) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT19 (0x1u << 19) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT20 (0x1u << 20) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT21 (0x1u << 21) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT22 (0x1u << 22) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT23 (0x1u << 23) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT24 (0x1u << 24) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT25 (0x1u << 25) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT26 (0x1u << 26) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT27 (0x1u << 27) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT28 (0x1u << 28) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT29 (0x1u << 29) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT30 (0x1u << 30) /**< \brief (PIO_SCHMITT)  */\r
-#define PIO_SCHMITT_SCHMITT31 (0x1u << 31) /**< \brief (PIO_SCHMITT)  */\r
-/* -------- PIO_DELAYR : (PIO Offset: 0x0110) IO Delay Register -------- */\r
-#define PIO_DELAYR_Delay0_Pos 0\r
-#define PIO_DELAYR_Delay0_Msk (0xfu << PIO_DELAYR_Delay0_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay0(value) ((PIO_DELAYR_Delay0_Msk & ((value) << PIO_DELAYR_Delay0_Pos)))\r
-#define PIO_DELAYR_Delay1_Pos 4\r
-#define PIO_DELAYR_Delay1_Msk (0xfu << PIO_DELAYR_Delay1_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay1(value) ((PIO_DELAYR_Delay1_Msk & ((value) << PIO_DELAYR_Delay1_Pos)))\r
-#define PIO_DELAYR_Delay2_Pos 8\r
-#define PIO_DELAYR_Delay2_Msk (0xfu << PIO_DELAYR_Delay2_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay2(value) ((PIO_DELAYR_Delay2_Msk & ((value) << PIO_DELAYR_Delay2_Pos)))\r
-#define PIO_DELAYR_Delay3_Pos 12\r
-#define PIO_DELAYR_Delay3_Msk (0xfu << PIO_DELAYR_Delay3_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay3(value) ((PIO_DELAYR_Delay3_Msk & ((value) << PIO_DELAYR_Delay3_Pos)))\r
-#define PIO_DELAYR_Delay4_Pos 16\r
-#define PIO_DELAYR_Delay4_Msk (0xfu << PIO_DELAYR_Delay4_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay4(value) ((PIO_DELAYR_Delay4_Msk & ((value) << PIO_DELAYR_Delay4_Pos)))\r
-#define PIO_DELAYR_Delay5_Pos 20\r
-#define PIO_DELAYR_Delay5_Msk (0xfu << PIO_DELAYR_Delay5_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay5(value) ((PIO_DELAYR_Delay5_Msk & ((value) << PIO_DELAYR_Delay5_Pos)))\r
-#define PIO_DELAYR_Delay6_Pos 24\r
-#define PIO_DELAYR_Delay6_Msk (0xfu << PIO_DELAYR_Delay6_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay6(value) ((PIO_DELAYR_Delay6_Msk & ((value) << PIO_DELAYR_Delay6_Pos)))\r
-#define PIO_DELAYR_Delay7_Pos 28\r
-#define PIO_DELAYR_Delay7_Msk (0xfu << PIO_DELAYR_Delay7_Pos) /**< \brief (PIO_DELAYR)  */\r
-#define PIO_DELAYR_Delay7(value) ((PIO_DELAYR_Delay7_Msk & ((value) << PIO_DELAYR_Delay7_Pos)))\r
-/* -------- PIO_PCMR : (PIO Offset: 0x150) Parallel Capture Mode Register -------- */\r
-#define PIO_PCMR_PCEN (0x1u << 0) /**< \brief (PIO_PCMR) Parallel Capture Mode Enable */\r
-#define PIO_PCMR_DSIZE_Pos 4\r
-#define PIO_PCMR_DSIZE_Msk (0x3u << PIO_PCMR_DSIZE_Pos) /**< \brief (PIO_PCMR) Parallel Capture Mode Data Size */\r
-#define   PIO_PCMR_DSIZE_BYTE (0x0u << 4) /**< \brief (PIO_PCMR) The reception data in the PIO_PCRHR register is a BYTE (8-bit) */\r
-#define   PIO_PCMR_DSIZE_HALFWORD (0x1u << 4) /**< \brief (PIO_PCMR) The reception data in the PIO_PCRHR register is a HALF-WORD (16-bit) */\r
-#define   PIO_PCMR_DSIZE_WORD (0x2u << 4) /**< \brief (PIO_PCMR) The reception data in the PIO_PCRHR register is a WORD (32-bit) */\r
-#define PIO_PCMR_ALWYS (0x1u << 9) /**< \brief (PIO_PCMR) Parallel Capture Mode Always Sampling */\r
-#define PIO_PCMR_HALFS (0x1u << 10) /**< \brief (PIO_PCMR) Parallel Capture Mode Half Sampling */\r
-#define PIO_PCMR_FRSTS (0x1u << 11) /**< \brief (PIO_PCMR) Parallel Capture Mode First Sample */\r
-/* -------- PIO_PCIER : (PIO Offset: 0x154) Parallel Capture Interrupt Enable Register -------- */\r
-#define PIO_PCIER_DRDY (0x1u << 0) /**< \brief (PIO_PCIER) Parallel Capture Mode Data Ready Interrupt Enable */\r
-#define PIO_PCIER_OVRE (0x1u << 1) /**< \brief (PIO_PCIER) Parallel Capture Mode Overrun Error Interrupt Enable */\r
-#define PIO_PCIER_ENDRX (0x1u << 2) /**< \brief (PIO_PCIER) End of Reception Transfer Interrupt Enable */\r
-#define PIO_PCIER_RXBUFF (0x1u << 3) /**< \brief (PIO_PCIER) Reception Buffer Full Interrupt Enable */\r
-/* -------- PIO_PCIDR : (PIO Offset: 0x158) Parallel Capture Interrupt Disable Register -------- */\r
-#define PIO_PCIDR_DRDY (0x1u << 0) /**< \brief (PIO_PCIDR) Parallel Capture Mode Data Ready Interrupt Disable */\r
-#define PIO_PCIDR_OVRE (0x1u << 1) /**< \brief (PIO_PCIDR) Parallel Capture Mode Overrun Error Interrupt Disable */\r
-#define PIO_PCIDR_ENDRX (0x1u << 2) /**< \brief (PIO_PCIDR) End of Reception Transfer Interrupt Disable */\r
-#define PIO_PCIDR_RXBUFF (0x1u << 3) /**< \brief (PIO_PCIDR) Reception Buffer Full Interrupt Disable */\r
-/* -------- PIO_PCIMR : (PIO Offset: 0x15C) Parallel Capture Interrupt Mask Register -------- */\r
-#define PIO_PCIMR_DRDY (0x1u << 0) /**< \brief (PIO_PCIMR) Parallel Capture Mode Data Ready Interrupt Mask */\r
-#define PIO_PCIMR_OVRE (0x1u << 1) /**< \brief (PIO_PCIMR) Parallel Capture Mode Overrun Error Interrupt Mask */\r
-#define PIO_PCIMR_ENDRX (0x1u << 2) /**< \brief (PIO_PCIMR) End of Reception Transfer Interrupt Mask */\r
-#define PIO_PCIMR_RXBUFF (0x1u << 3) /**< \brief (PIO_PCIMR) Reception Buffer Full Interrupt Mask */\r
-/* -------- PIO_PCISR : (PIO Offset: 0x160) Parallel Capture Interrupt Status Register -------- */\r
-#define PIO_PCISR_DRDY (0x1u << 0) /**< \brief (PIO_PCISR) Parallel Capture Mode Data Ready */\r
-#define PIO_PCISR_OVRE (0x1u << 1) /**< \brief (PIO_PCISR) Parallel Capture Mode Overrun Error. */\r
-#define PIO_PCISR_ENDRX (0x1u << 2) /**< \brief (PIO_PCISR) End of Reception Transfer. */\r
-#define PIO_PCISR_RXBUFF (0x1u << 3) /**< \brief (PIO_PCISR) Reception Buffer Full */\r
-/* -------- PIO_PCRHR : (PIO Offset: 0x164) Parallel Capture Reception Holding Register -------- */\r
-#define PIO_PCRHR_RDATA_Pos 0\r
-#define PIO_PCRHR_RDATA_Msk (0xffffffffu << PIO_PCRHR_RDATA_Pos) /**< \brief (PIO_PCRHR) Parallel Capture Mode Reception Data. */\r
-/* -------- PIO_RPR : (PIO Offset: 0x168) Receive Pointer Register -------- */\r
-#define PIO_RPR_RXPTR_Pos 0\r
-#define PIO_RPR_RXPTR_Msk (0xffffffffu << PIO_RPR_RXPTR_Pos) /**< \brief (PIO_RPR) Receive Pointer Register */\r
-#define PIO_RPR_RXPTR(value) ((PIO_RPR_RXPTR_Msk & ((value) << PIO_RPR_RXPTR_Pos)))\r
-/* -------- PIO_RCR : (PIO Offset: 0x16C) Receive Counter Register -------- */\r
-#define PIO_RCR_RXCTR_Pos 0\r
-#define PIO_RCR_RXCTR_Msk (0xffffu << PIO_RCR_RXCTR_Pos) /**< \brief (PIO_RCR) Receive Counter Register */\r
-#define PIO_RCR_RXCTR(value) ((PIO_RCR_RXCTR_Msk & ((value) << PIO_RCR_RXCTR_Pos)))\r
-/* -------- PIO_RNPR : (PIO Offset: 0x178) Receive Next Pointer Register -------- */\r
-#define PIO_RNPR_RXNPTR_Pos 0\r
-#define PIO_RNPR_RXNPTR_Msk (0xffffffffu << PIO_RNPR_RXNPTR_Pos) /**< \brief (PIO_RNPR) Receive Next Pointer */\r
-#define PIO_RNPR_RXNPTR(value) ((PIO_RNPR_RXNPTR_Msk & ((value) << PIO_RNPR_RXNPTR_Pos)))\r
-/* -------- PIO_RNCR : (PIO Offset: 0x17C) Receive Next Counter Register -------- */\r
-#define PIO_RNCR_RXNCTR_Pos 0\r
-#define PIO_RNCR_RXNCTR_Msk (0xffffu << PIO_RNCR_RXNCTR_Pos) /**< \brief (PIO_RNCR) Receive Next Counter */\r
-#define PIO_RNCR_RXNCTR(value) ((PIO_RNCR_RXNCTR_Msk & ((value) << PIO_RNCR_RXNCTR_Pos)))\r
-/* -------- PIO_PTCR : (PIO Offset: 0x188) Transfer Control Register -------- */\r
-#define PIO_PTCR_RXTEN (0x1u << 0) /**< \brief (PIO_PTCR) Receiver Transfer Enable */\r
-#define PIO_PTCR_RXTDIS (0x1u << 1) /**< \brief (PIO_PTCR) Receiver Transfer Disable */\r
-#define PIO_PTCR_TXTEN (0x1u << 8) /**< \brief (PIO_PTCR) Transmitter Transfer Enable */\r
-#define PIO_PTCR_TXTDIS (0x1u << 9) /**< \brief (PIO_PTCR) Transmitter Transfer Disable */\r
-/* -------- PIO_PTSR : (PIO Offset: 0x18C) Transfer Status Register -------- */\r
-#define PIO_PTSR_RXTEN (0x1u << 0) /**< \brief (PIO_PTSR) Receiver Transfer Enable */\r
-#define PIO_PTSR_TXTEN (0x1u << 8) /**< \brief (PIO_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_PIO_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pmc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pmc.h
deleted file mode 100644 (file)
index 10a2a10..0000000
+++ /dev/null
@@ -1,413 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PMC_COMPONENT_\r
-#define _SAM4E_PMC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Power Management Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_PMC Power Management Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Pmc hardware registers */\r
-typedef struct {\r
-  WoReg PMC_SCER;      /**< \brief (Pmc Offset: 0x0000) System Clock Enable Register */\r
-  WoReg PMC_SCDR;      /**< \brief (Pmc Offset: 0x0004) System Clock Disable Register */\r
-  RoReg PMC_SCSR;      /**< \brief (Pmc Offset: 0x0008) System Clock Status Register */\r
-  RoReg Reserved1[1];\r
-  WoReg PMC_PCER0;     /**< \brief (Pmc Offset: 0x0010) Peripheral Clock Enable Register 0 */\r
-  WoReg PMC_PCDR0;     /**< \brief (Pmc Offset: 0x0014) Peripheral Clock Disable Register 0 */\r
-  RoReg PMC_PCSR0;     /**< \brief (Pmc Offset: 0x0018) Peripheral Clock Status Register 0 */\r
-  RoReg Reserved2[1];\r
-  RwReg CKGR_MOR;      /**< \brief (Pmc Offset: 0x0020) Main Oscillator Register */\r
-  RwReg CKGR_MCFR;     /**< \brief (Pmc Offset: 0x0024) Main Clock Frequency Register */\r
-  RwReg CKGR_PLLAR;    /**< \brief (Pmc Offset: 0x0028) PLLA Register */\r
-  RoReg Reserved3[1];\r
-  RwReg PMC_MCKR;      /**< \brief (Pmc Offset: 0x0030) Master Clock Register */\r
-  RoReg Reserved4[1];\r
-  RwReg PMC_USB;       /**< \brief (Pmc Offset: 0x0038) USB Clock Register */\r
-  RoReg Reserved5[1];\r
-  RwReg PMC_PCK[3];    /**< \brief (Pmc Offset: 0x0040) Programmable Clock 0 Register */\r
-  RoReg Reserved6[5];\r
-  WoReg PMC_IER;       /**< \brief (Pmc Offset: 0x0060) Interrupt Enable Register */\r
-  WoReg PMC_IDR;       /**< \brief (Pmc Offset: 0x0064) Interrupt Disable Register */\r
-  RoReg PMC_SR;        /**< \brief (Pmc Offset: 0x0068) Status Register */\r
-  RoReg PMC_IMR;       /**< \brief (Pmc Offset: 0x006C) Interrupt Mask Register */\r
-  RwReg PMC_FSMR;      /**< \brief (Pmc Offset: 0x0070) Fast Start-up Mode Register */\r
-  RwReg PMC_FSPR;      /**< \brief (Pmc Offset: 0x0074) Fast Start-up Polarity Register */\r
-  WoReg PMC_FOCR;      /**< \brief (Pmc Offset: 0x0078) Fault Output Clear Register */\r
-  RoReg Reserved7[26];\r
-  RwReg PMC_WPMR;      /**< \brief (Pmc Offset: 0x00E4) Write Protect Mode Register */\r
-  RoReg PMC_WPSR;      /**< \brief (Pmc Offset: 0x00E8) Write Protect Status Register */\r
-  RoReg Reserved8[5];\r
-  WoReg PMC_PCER1;     /**< \brief (Pmc Offset: 0x0100) Peripheral Clock Enable Register 1 */\r
-  WoReg PMC_PCDR1;     /**< \brief (Pmc Offset: 0x0104) Peripheral Clock Disable Register 1 */\r
-  RoReg PMC_PCSR1;     /**< \brief (Pmc Offset: 0x0108) Peripheral Clock Status Register 1 */\r
-  RoReg Reserved9[1];\r
-  RwReg PMC_OCR;       /**< \brief (Pmc Offset: 0x0110) Oscillator Calibration Register */\r
-} Pmc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- PMC_SCER : (PMC Offset: 0x0000) System Clock Enable Register -------- */\r
-#define PMC_SCER_UDP (0x1u << 7) /**< \brief (PMC_SCER) USB Device Port Clock Enable */\r
-#define PMC_SCER_PCK0 (0x1u << 8) /**< \brief (PMC_SCER) Programmable Clock 0 Output Enable */\r
-#define PMC_SCER_PCK1 (0x1u << 9) /**< \brief (PMC_SCER) Programmable Clock 1 Output Enable */\r
-#define PMC_SCER_PCK2 (0x1u << 10) /**< \brief (PMC_SCER) Programmable Clock 2 Output Enable */\r
-/* -------- PMC_SCDR : (PMC Offset: 0x0004) System Clock Disable Register -------- */\r
-#define PMC_SCDR_UDP (0x1u << 7) /**< \brief (PMC_SCDR) USB Device Port Clock Disable */\r
-#define PMC_SCDR_PCK0 (0x1u << 8) /**< \brief (PMC_SCDR) Programmable Clock 0 Output Disable */\r
-#define PMC_SCDR_PCK1 (0x1u << 9) /**< \brief (PMC_SCDR) Programmable Clock 1 Output Disable */\r
-#define PMC_SCDR_PCK2 (0x1u << 10) /**< \brief (PMC_SCDR) Programmable Clock 2 Output Disable */\r
-/* -------- PMC_SCSR : (PMC Offset: 0x0008) System Clock Status Register -------- */\r
-#define PMC_SCSR_UDP (0x1u << 7) /**< \brief (PMC_SCSR) USB Device Port Clock Status */\r
-#define PMC_SCSR_PCK0 (0x1u << 8) /**< \brief (PMC_SCSR) Programmable Clock 0 Output Status */\r
-#define PMC_SCSR_PCK1 (0x1u << 9) /**< \brief (PMC_SCSR) Programmable Clock 1 Output Status */\r
-#define PMC_SCSR_PCK2 (0x1u << 10) /**< \brief (PMC_SCSR) Programmable Clock 2 Output Status */\r
-/* -------- PMC_PCER0 : (PMC Offset: 0x0010) Peripheral Clock Enable Register 0 -------- */\r
-#define PMC_PCER0_PID9 (0x1u << 9) /**< \brief (PMC_PCER0) Peripheral Clock 9 Enable */\r
-#define PMC_PCER0_PID10 (0x1u << 10) /**< \brief (PMC_PCER0) Peripheral Clock 10 Enable */\r
-#define PMC_PCER0_PID11 (0x1u << 11) /**< \brief (PMC_PCER0) Peripheral Clock 11 Enable */\r
-#define PMC_PCER0_PID12 (0x1u << 12) /**< \brief (PMC_PCER0) Peripheral Clock 12 Enable */\r
-#define PMC_PCER0_PID13 (0x1u << 13) /**< \brief (PMC_PCER0) Peripheral Clock 13 Enable */\r
-#define PMC_PCER0_PID14 (0x1u << 14) /**< \brief (PMC_PCER0) Peripheral Clock 14 Enable */\r
-#define PMC_PCER0_PID15 (0x1u << 15) /**< \brief (PMC_PCER0) Peripheral Clock 15 Enable */\r
-#define PMC_PCER0_PID16 (0x1u << 16) /**< \brief (PMC_PCER0) Peripheral Clock 16 Enable */\r
-#define PMC_PCER0_PID17 (0x1u << 17) /**< \brief (PMC_PCER0) Peripheral Clock 17 Enable */\r
-#define PMC_PCER0_PID18 (0x1u << 18) /**< \brief (PMC_PCER0) Peripheral Clock 18 Enable */\r
-#define PMC_PCER0_PID19 (0x1u << 19) /**< \brief (PMC_PCER0) Peripheral Clock 19 Enable */\r
-#define PMC_PCER0_PID20 (0x1u << 20) /**< \brief (PMC_PCER0) Peripheral Clock 20 Enable */\r
-#define PMC_PCER0_PID21 (0x1u << 21) /**< \brief (PMC_PCER0) Peripheral Clock 21 Enable */\r
-#define PMC_PCER0_PID22 (0x1u << 22) /**< \brief (PMC_PCER0) Peripheral Clock 22 Enable */\r
-#define PMC_PCER0_PID23 (0x1u << 23) /**< \brief (PMC_PCER0) Peripheral Clock 23 Enable */\r
-#define PMC_PCER0_PID24 (0x1u << 24) /**< \brief (PMC_PCER0) Peripheral Clock 24 Enable */\r
-#define PMC_PCER0_PID25 (0x1u << 25) /**< \brief (PMC_PCER0) Peripheral Clock 25 Enable */\r
-#define PMC_PCER0_PID26 (0x1u << 26) /**< \brief (PMC_PCER0) Peripheral Clock 26 Enable */\r
-#define PMC_PCER0_PID27 (0x1u << 27) /**< \brief (PMC_PCER0) Peripheral Clock 27 Enable */\r
-#define PMC_PCER0_PID28 (0x1u << 28) /**< \brief (PMC_PCER0) Peripheral Clock 28 Enable */\r
-#define PMC_PCER0_PID29 (0x1u << 29) /**< \brief (PMC_PCER0) Peripheral Clock 29 Enable */\r
-#define PMC_PCER0_PID30 (0x1u << 30) /**< \brief (PMC_PCER0) Peripheral Clock 30 Enable */\r
-#define PMC_PCER0_PID31 (0x1u << 31) /**< \brief (PMC_PCER0) Peripheral Clock 31 Enable */\r
-/* -------- PMC_PCDR0 : (PMC Offset: 0x0014) Peripheral Clock Disable Register 0 -------- */\r
-#define PMC_PCDR0_PID9 (0x1u << 9) /**< \brief (PMC_PCDR0) Peripheral Clock 9 Disable */\r
-#define PMC_PCDR0_PID10 (0x1u << 10) /**< \brief (PMC_PCDR0) Peripheral Clock 10 Disable */\r
-#define PMC_PCDR0_PID11 (0x1u << 11) /**< \brief (PMC_PCDR0) Peripheral Clock 11 Disable */\r
-#define PMC_PCDR0_PID12 (0x1u << 12) /**< \brief (PMC_PCDR0) Peripheral Clock 12 Disable */\r
-#define PMC_PCDR0_PID13 (0x1u << 13) /**< \brief (PMC_PCDR0) Peripheral Clock 13 Disable */\r
-#define PMC_PCDR0_PID14 (0x1u << 14) /**< \brief (PMC_PCDR0) Peripheral Clock 14 Disable */\r
-#define PMC_PCDR0_PID15 (0x1u << 15) /**< \brief (PMC_PCDR0) Peripheral Clock 15 Disable */\r
-#define PMC_PCDR0_PID16 (0x1u << 16) /**< \brief (PMC_PCDR0) Peripheral Clock 16 Disable */\r
-#define PMC_PCDR0_PID17 (0x1u << 17) /**< \brief (PMC_PCDR0) Peripheral Clock 17 Disable */\r
-#define PMC_PCDR0_PID18 (0x1u << 18) /**< \brief (PMC_PCDR0) Peripheral Clock 18 Disable */\r
-#define PMC_PCDR0_PID19 (0x1u << 19) /**< \brief (PMC_PCDR0) Peripheral Clock 19 Disable */\r
-#define PMC_PCDR0_PID20 (0x1u << 20) /**< \brief (PMC_PCDR0) Peripheral Clock 20 Disable */\r
-#define PMC_PCDR0_PID21 (0x1u << 21) /**< \brief (PMC_PCDR0) Peripheral Clock 21 Disable */\r
-#define PMC_PCDR0_PID22 (0x1u << 22) /**< \brief (PMC_PCDR0) Peripheral Clock 22 Disable */\r
-#define PMC_PCDR0_PID23 (0x1u << 23) /**< \brief (PMC_PCDR0) Peripheral Clock 23 Disable */\r
-#define PMC_PCDR0_PID24 (0x1u << 24) /**< \brief (PMC_PCDR0) Peripheral Clock 24 Disable */\r
-#define PMC_PCDR0_PID25 (0x1u << 25) /**< \brief (PMC_PCDR0) Peripheral Clock 25 Disable */\r
-#define PMC_PCDR0_PID26 (0x1u << 26) /**< \brief (PMC_PCDR0) Peripheral Clock 26 Disable */\r
-#define PMC_PCDR0_PID27 (0x1u << 27) /**< \brief (PMC_PCDR0) Peripheral Clock 27 Disable */\r
-#define PMC_PCDR0_PID28 (0x1u << 28) /**< \brief (PMC_PCDR0) Peripheral Clock 28 Disable */\r
-#define PMC_PCDR0_PID29 (0x1u << 29) /**< \brief (PMC_PCDR0) Peripheral Clock 29 Disable */\r
-#define PMC_PCDR0_PID30 (0x1u << 30) /**< \brief (PMC_PCDR0) Peripheral Clock 30 Disable */\r
-#define PMC_PCDR0_PID31 (0x1u << 31) /**< \brief (PMC_PCDR0) Peripheral Clock 31 Disable */\r
-/* -------- PMC_PCSR0 : (PMC Offset: 0x0018) Peripheral Clock Status Register 0 -------- */\r
-#define PMC_PCSR0_PID9 (0x1u << 9) /**< \brief (PMC_PCSR0) Peripheral Clock 9 Status */\r
-#define PMC_PCSR0_PID10 (0x1u << 10) /**< \brief (PMC_PCSR0) Peripheral Clock 10 Status */\r
-#define PMC_PCSR0_PID11 (0x1u << 11) /**< \brief (PMC_PCSR0) Peripheral Clock 11 Status */\r
-#define PMC_PCSR0_PID12 (0x1u << 12) /**< \brief (PMC_PCSR0) Peripheral Clock 12 Status */\r
-#define PMC_PCSR0_PID13 (0x1u << 13) /**< \brief (PMC_PCSR0) Peripheral Clock 13 Status */\r
-#define PMC_PCSR0_PID14 (0x1u << 14) /**< \brief (PMC_PCSR0) Peripheral Clock 14 Status */\r
-#define PMC_PCSR0_PID15 (0x1u << 15) /**< \brief (PMC_PCSR0) Peripheral Clock 15 Status */\r
-#define PMC_PCSR0_PID16 (0x1u << 16) /**< \brief (PMC_PCSR0) Peripheral Clock 16 Status */\r
-#define PMC_PCSR0_PID17 (0x1u << 17) /**< \brief (PMC_PCSR0) Peripheral Clock 17 Status */\r
-#define PMC_PCSR0_PID18 (0x1u << 18) /**< \brief (PMC_PCSR0) Peripheral Clock 18 Status */\r
-#define PMC_PCSR0_PID19 (0x1u << 19) /**< \brief (PMC_PCSR0) Peripheral Clock 19 Status */\r
-#define PMC_PCSR0_PID20 (0x1u << 20) /**< \brief (PMC_PCSR0) Peripheral Clock 20 Status */\r
-#define PMC_PCSR0_PID21 (0x1u << 21) /**< \brief (PMC_PCSR0) Peripheral Clock 21 Status */\r
-#define PMC_PCSR0_PID22 (0x1u << 22) /**< \brief (PMC_PCSR0) Peripheral Clock 22 Status */\r
-#define PMC_PCSR0_PID23 (0x1u << 23) /**< \brief (PMC_PCSR0) Peripheral Clock 23 Status */\r
-#define PMC_PCSR0_PID24 (0x1u << 24) /**< \brief (PMC_PCSR0) Peripheral Clock 24 Status */\r
-#define PMC_PCSR0_PID25 (0x1u << 25) /**< \brief (PMC_PCSR0) Peripheral Clock 25 Status */\r
-#define PMC_PCSR0_PID26 (0x1u << 26) /**< \brief (PMC_PCSR0) Peripheral Clock 26 Status */\r
-#define PMC_PCSR0_PID27 (0x1u << 27) /**< \brief (PMC_PCSR0) Peripheral Clock 27 Status */\r
-#define PMC_PCSR0_PID28 (0x1u << 28) /**< \brief (PMC_PCSR0) Peripheral Clock 28 Status */\r
-#define PMC_PCSR0_PID29 (0x1u << 29) /**< \brief (PMC_PCSR0) Peripheral Clock 29 Status */\r
-#define PMC_PCSR0_PID30 (0x1u << 30) /**< \brief (PMC_PCSR0) Peripheral Clock 30 Status */\r
-#define PMC_PCSR0_PID31 (0x1u << 31) /**< \brief (PMC_PCSR0) Peripheral Clock 31 Status */\r
-/* -------- CKGR_MOR : (PMC Offset: 0x0020) Main Oscillator Register -------- */\r
-#define CKGR_MOR_MOSCXTEN (0x1u << 0) /**< \brief (CKGR_MOR) Main Crystal Oscillator Enable */\r
-#define CKGR_MOR_MOSCXTBY (0x1u << 1) /**< \brief (CKGR_MOR) Main Crystal Oscillator Bypass */\r
-#define CKGR_MOR_WAITMODE (0x1u << 2) /**< \brief (CKGR_MOR) Wait Mode Command */\r
-#define CKGR_MOR_MOSCRCEN (0x1u << 3) /**< \brief (CKGR_MOR) Main On-Chip RC Oscillator Enable */\r
-#define CKGR_MOR_MOSCRCF_Pos 4\r
-#define CKGR_MOR_MOSCRCF_Msk (0x7u << CKGR_MOR_MOSCRCF_Pos) /**< \brief (CKGR_MOR) Main On-Chip RC Oscillator Frequency Selection */\r
-#define   CKGR_MOR_MOSCRCF_4_MHz (0x0u << 4) /**< \brief (CKGR_MOR) The Fast RC Oscillator Frequency is at 4 MHz (default) */\r
-#define   CKGR_MOR_MOSCRCF_8_MHz (0x1u << 4) /**< \brief (CKGR_MOR) The Fast RC Oscillator Frequency is at 8 MHz */\r
-#define   CKGR_MOR_MOSCRCF_12_MHz (0x2u << 4) /**< \brief (CKGR_MOR) The Fast RC Oscillator Frequency is at 12 MHz */\r
-#define CKGR_MOR_MOSCXTST_Pos 8\r
-#define CKGR_MOR_MOSCXTST_Msk (0xffu << CKGR_MOR_MOSCXTST_Pos) /**< \brief (CKGR_MOR) Main Crystal Oscillator Start-up Time */\r
-#define CKGR_MOR_MOSCXTST(value) ((CKGR_MOR_MOSCXTST_Msk & ((value) << CKGR_MOR_MOSCXTST_Pos)))\r
-#define CKGR_MOR_KEY_Pos 16\r
-#define CKGR_MOR_KEY_Msk (0xffu << CKGR_MOR_KEY_Pos) /**< \brief (CKGR_MOR) Password */\r
-#define CKGR_MOR_KEY(value) ((CKGR_MOR_KEY_Msk & ((value) << CKGR_MOR_KEY_Pos)))\r
-#define CKGR_MOR_MOSCSEL (0x1u << 24) /**< \brief (CKGR_MOR) Main Oscillator Selection */\r
-#define CKGR_MOR_CFDEN (0x1u << 25) /**< \brief (CKGR_MOR) Clock Failure Detector Enable */\r
-/* -------- CKGR_MCFR : (PMC Offset: 0x0024) Main Clock Frequency Register -------- */\r
-#define CKGR_MCFR_MAINF_Pos 0\r
-#define CKGR_MCFR_MAINF_Msk (0xffffu << CKGR_MCFR_MAINF_Pos) /**< \brief (CKGR_MCFR) Main Clock Frequency */\r
-#define CKGR_MCFR_MAINF(value) ((CKGR_MCFR_MAINF_Msk & ((value) << CKGR_MCFR_MAINF_Pos)))\r
-#define CKGR_MCFR_MAINFRDY (0x1u << 16) /**< \brief (CKGR_MCFR) Main Clock Ready */\r
-#define CKGR_MCFR_RCMEAS (0x1u << 20) /**< \brief (CKGR_MCFR) RC Oscillator Frequency Measure (write-only) */\r
-/* -------- CKGR_PLLAR : (PMC Offset: 0x0028) PLLA Register -------- */\r
-#define CKGR_PLLAR_DIVA_Pos 0\r
-#define CKGR_PLLAR_DIVA_Msk (0xffu << CKGR_PLLAR_DIVA_Pos) /**< \brief (CKGR_PLLAR) Divider */\r
-#define CKGR_PLLAR_DIVA(value) ((CKGR_PLLAR_DIVA_Msk & ((value) << CKGR_PLLAR_DIVA_Pos)))\r
-#define CKGR_PLLAR_PLLACOUNT_Pos 8\r
-#define CKGR_PLLAR_PLLACOUNT_Msk (0x3fu << CKGR_PLLAR_PLLACOUNT_Pos) /**< \brief (CKGR_PLLAR) PLLA Counter */\r
-#define CKGR_PLLAR_PLLACOUNT(value) ((CKGR_PLLAR_PLLACOUNT_Msk & ((value) << CKGR_PLLAR_PLLACOUNT_Pos)))\r
-#define CKGR_PLLAR_MULA_Pos 16\r
-#define CKGR_PLLAR_MULA_Msk (0x7ffu << CKGR_PLLAR_MULA_Pos) /**< \brief (CKGR_PLLAR) PLLA Multiplier */\r
-#define CKGR_PLLAR_MULA(value) ((CKGR_PLLAR_MULA_Msk & ((value) << CKGR_PLLAR_MULA_Pos)))\r
-#define CKGR_PLLAR_ONE (0x1u << 29) /**< \brief (CKGR_PLLAR) Must Be Set to 1 */\r
-/* -------- PMC_MCKR : (PMC Offset: 0x0030) Master Clock Register -------- */\r
-#define PMC_MCKR_CSS_Pos 0\r
-#define PMC_MCKR_CSS_Msk (0x3u << PMC_MCKR_CSS_Pos) /**< \brief (PMC_MCKR) Master Clock Source Selection */\r
-#define   PMC_MCKR_CSS_SLOW_CLK (0x0u << 0) /**< \brief (PMC_MCKR) Slow Clock is selected */\r
-#define   PMC_MCKR_CSS_MAIN_CLK (0x1u << 0) /**< \brief (PMC_MCKR) Main Clock is selected */\r
-#define   PMC_MCKR_CSS_PLLA_CLK (0x2u << 0) /**< \brief (PMC_MCKR) PLLA Clock is selected */\r
-#define PMC_MCKR_PRES_Pos 4\r
-#define PMC_MCKR_PRES_Msk (0x7u << PMC_MCKR_PRES_Pos) /**< \brief (PMC_MCKR) Processor Clock Prescaler */\r
-#define   PMC_MCKR_PRES_CLK_1 (0x0u << 4) /**< \brief (PMC_MCKR) Selected clock */\r
-#define   PMC_MCKR_PRES_CLK_2 (0x1u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 2 */\r
-#define   PMC_MCKR_PRES_CLK_4 (0x2u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 4 */\r
-#define   PMC_MCKR_PRES_CLK_8 (0x3u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 8 */\r
-#define   PMC_MCKR_PRES_CLK_16 (0x4u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 16 */\r
-#define   PMC_MCKR_PRES_CLK_32 (0x5u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 32 */\r
-#define   PMC_MCKR_PRES_CLK_64 (0x6u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 64 */\r
-#define   PMC_MCKR_PRES_CLK_3 (0x7u << 4) /**< \brief (PMC_MCKR) Selected clock divided by 3 */\r
-#define PMC_MCKR_PLLADIV2 (0x1u << 12) /**< \brief (PMC_MCKR) PLLA Divisor by 2 */\r
-/* -------- PMC_USB : (PMC Offset: 0x0038) USB Clock Register -------- */\r
-#define PMC_USB_USBDIV_Pos 8\r
-#define PMC_USB_USBDIV_Msk (0xfu << PMC_USB_USBDIV_Pos) /**< \brief (PMC_USB) Divider for USB Clock. */\r
-#define PMC_USB_USBDIV(value) ((PMC_USB_USBDIV_Msk & ((value) << PMC_USB_USBDIV_Pos)))\r
-/* -------- PMC_PCK[3] : (PMC Offset: 0x0040) Programmable Clock 0 Register -------- */\r
-#define PMC_PCK_CSS_Pos 0\r
-#define PMC_PCK_CSS_Msk (0x7u << PMC_PCK_CSS_Pos) /**< \brief (PMC_PCK[3]) Master Clock Source Selection */\r
-#define   PMC_PCK_CSS_SLOW_CLK (0x0u << 0) /**< \brief (PMC_PCK[3]) Slow Clock is selected */\r
-#define   PMC_PCK_CSS_MAIN_CLK (0x1u << 0) /**< \brief (PMC_PCK[3]) Main Clock is selected */\r
-#define   PMC_PCK_CSS_PLLA_CLK (0x2u << 0) /**< \brief (PMC_PCK[3]) PLLA Clock is selected */\r
-#define   PMC_PCK_CSS_MCK (0x4u << 0) /**< \brief (PMC_PCK[3]) Master Clock is selected */\r
-#define PMC_PCK_PRES_Pos 4\r
-#define PMC_PCK_PRES_Msk (0x7u << PMC_PCK_PRES_Pos) /**< \brief (PMC_PCK[3]) Programmable Clock Prescaler */\r
-#define   PMC_PCK_PRES_CLK_1 (0x0u << 4) /**< \brief (PMC_PCK[3]) Selected clock */\r
-#define   PMC_PCK_PRES_CLK_2 (0x1u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 2 */\r
-#define   PMC_PCK_PRES_CLK_4 (0x2u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 4 */\r
-#define   PMC_PCK_PRES_CLK_8 (0x3u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 8 */\r
-#define   PMC_PCK_PRES_CLK_16 (0x4u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 16 */\r
-#define   PMC_PCK_PRES_CLK_32 (0x5u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 32 */\r
-#define   PMC_PCK_PRES_CLK_64 (0x6u << 4) /**< \brief (PMC_PCK[3]) Selected clock divided by 64 */\r
-/* -------- PMC_IER : (PMC Offset: 0x0060) Interrupt Enable Register -------- */\r
-#define PMC_IER_MOSCXTS (0x1u << 0) /**< \brief (PMC_IER) Main Crystal Oscillator Status Interrupt Enable */\r
-#define PMC_IER_LOCKA (0x1u << 1) /**< \brief (PMC_IER) PLLA Lock Interrupt Enable */\r
-#define PMC_IER_MCKRDY (0x1u << 3) /**< \brief (PMC_IER) Master Clock Ready Interrupt Enable */\r
-#define PMC_IER_PCKRDY0 (0x1u << 8) /**< \brief (PMC_IER) Programmable Clock Ready 0 Interrupt Enable */\r
-#define PMC_IER_PCKRDY1 (0x1u << 9) /**< \brief (PMC_IER) Programmable Clock Ready 1 Interrupt Enable */\r
-#define PMC_IER_PCKRDY2 (0x1u << 10) /**< \brief (PMC_IER) Programmable Clock Ready 2 Interrupt Enable */\r
-#define PMC_IER_MOSCSELS (0x1u << 16) /**< \brief (PMC_IER) Main Oscillator Selection Status Interrupt Enable */\r
-#define PMC_IER_MOSCRCS (0x1u << 17) /**< \brief (PMC_IER) Main On-Chip RC Status Interrupt Enable */\r
-#define PMC_IER_CFDEV (0x1u << 18) /**< \brief (PMC_IER) Clock Failure Detector Event Interrupt Enable */\r
-/* -------- PMC_IDR : (PMC Offset: 0x0064) Interrupt Disable Register -------- */\r
-#define PMC_IDR_MOSCXTS (0x1u << 0) /**< \brief (PMC_IDR) Main Crystal Oscillator Status Interrupt Disable */\r
-#define PMC_IDR_LOCKA (0x1u << 1) /**< \brief (PMC_IDR) PLLA Lock Interrupt Disable */\r
-#define PMC_IDR_MCKRDY (0x1u << 3) /**< \brief (PMC_IDR) Master Clock Ready Interrupt Disable */\r
-#define PMC_IDR_PCKRDY0 (0x1u << 8) /**< \brief (PMC_IDR) Programmable Clock Ready 0 Interrupt Disable */\r
-#define PMC_IDR_PCKRDY1 (0x1u << 9) /**< \brief (PMC_IDR) Programmable Clock Ready 1 Interrupt Disable */\r
-#define PMC_IDR_PCKRDY2 (0x1u << 10) /**< \brief (PMC_IDR) Programmable Clock Ready 2 Interrupt Disable */\r
-#define PMC_IDR_MOSCSELS (0x1u << 16) /**< \brief (PMC_IDR) Main Oscillator Selection Status Interrupt Disable */\r
-#define PMC_IDR_MOSCRCS (0x1u << 17) /**< \brief (PMC_IDR) Main On-Chip RC Status Interrupt Disable */\r
-#define PMC_IDR_CFDEV (0x1u << 18) /**< \brief (PMC_IDR) Clock Failure Detector Event Interrupt Disable */\r
-/* -------- PMC_SR : (PMC Offset: 0x0068) Status Register -------- */\r
-#define PMC_SR_MOSCXTS (0x1u << 0) /**< \brief (PMC_SR) Main XTAL Oscillator Status */\r
-#define PMC_SR_LOCKA (0x1u << 1) /**< \brief (PMC_SR) PLLA Lock Status */\r
-#define PMC_SR_MCKRDY (0x1u << 3) /**< \brief (PMC_SR) Master Clock Status */\r
-#define PMC_SR_OSCSELS (0x1u << 7) /**< \brief (PMC_SR) Slow Clock Oscillator Selection */\r
-#define PMC_SR_PCKRDY0 (0x1u << 8) /**< \brief (PMC_SR) Programmable Clock Ready Status */\r
-#define PMC_SR_PCKRDY1 (0x1u << 9) /**< \brief (PMC_SR) Programmable Clock Ready Status */\r
-#define PMC_SR_PCKRDY2 (0x1u << 10) /**< \brief (PMC_SR) Programmable Clock Ready Status */\r
-#define PMC_SR_MOSCSELS (0x1u << 16) /**< \brief (PMC_SR) Main Oscillator Selection Status */\r
-#define PMC_SR_MOSCRCS (0x1u << 17) /**< \brief (PMC_SR) Main On-Chip RC Oscillator Status */\r
-#define PMC_SR_CFDEV (0x1u << 18) /**< \brief (PMC_SR) Clock Failure Detector Event */\r
-#define PMC_SR_CFDS (0x1u << 19) /**< \brief (PMC_SR) Clock Failure Detector Status */\r
-#define PMC_SR_FOS (0x1u << 20) /**< \brief (PMC_SR) Clock Failure Detector Fault Output Status */\r
-/* -------- PMC_IMR : (PMC Offset: 0x006C) Interrupt Mask Register -------- */\r
-#define PMC_IMR_MOSCXTS (0x1u << 0) /**< \brief (PMC_IMR) Main Crystal Oscillator Status Interrupt Mask */\r
-#define PMC_IMR_LOCKA (0x1u << 1) /**< \brief (PMC_IMR) PLLA Lock Interrupt Mask */\r
-#define PMC_IMR_MCKRDY (0x1u << 3) /**< \brief (PMC_IMR) Master Clock Ready Interrupt Mask */\r
-#define PMC_IMR_PCKRDY0 (0x1u << 8) /**< \brief (PMC_IMR) Programmable Clock Ready 0 Interrupt Mask */\r
-#define PMC_IMR_PCKRDY1 (0x1u << 9) /**< \brief (PMC_IMR) Programmable Clock Ready 1 Interrupt Mask */\r
-#define PMC_IMR_PCKRDY2 (0x1u << 10) /**< \brief (PMC_IMR) Programmable Clock Ready 2 Interrupt Mask */\r
-#define PMC_IMR_MOSCSELS (0x1u << 16) /**< \brief (PMC_IMR) Main Oscillator Selection Status Interrupt Mask */\r
-#define PMC_IMR_MOSCRCS (0x1u << 17) /**< \brief (PMC_IMR) Main On-Chip RC Status Interrupt Mask */\r
-#define PMC_IMR_CFDEV (0x1u << 18) /**< \brief (PMC_IMR) Clock Failure Detector Event Interrupt Mask */\r
-/* -------- PMC_FSMR : (PMC Offset: 0x0070) Fast Start-up Mode Register -------- */\r
-#define PMC_FSMR_FSTT0 (0x1u << 0) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 0 */\r
-#define PMC_FSMR_FSTT1 (0x1u << 1) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 1 */\r
-#define PMC_FSMR_FSTT2 (0x1u << 2) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 2 */\r
-#define PMC_FSMR_FSTT3 (0x1u << 3) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 3 */\r
-#define PMC_FSMR_FSTT4 (0x1u << 4) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 4 */\r
-#define PMC_FSMR_FSTT5 (0x1u << 5) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 5 */\r
-#define PMC_FSMR_FSTT6 (0x1u << 6) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 6 */\r
-#define PMC_FSMR_FSTT7 (0x1u << 7) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 7 */\r
-#define PMC_FSMR_FSTT8 (0x1u << 8) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 8 */\r
-#define PMC_FSMR_FSTT9 (0x1u << 9) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 9 */\r
-#define PMC_FSMR_FSTT10 (0x1u << 10) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 10 */\r
-#define PMC_FSMR_FSTT11 (0x1u << 11) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 11 */\r
-#define PMC_FSMR_FSTT12 (0x1u << 12) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 12 */\r
-#define PMC_FSMR_FSTT13 (0x1u << 13) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 13 */\r
-#define PMC_FSMR_FSTT14 (0x1u << 14) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 14 */\r
-#define PMC_FSMR_FSTT15 (0x1u << 15) /**< \brief (PMC_FSMR) Fast Start-up Input Enable 15 */\r
-#define PMC_FSMR_RTTAL (0x1u << 16) /**< \brief (PMC_FSMR) RTT Alarm Enable */\r
-#define PMC_FSMR_RTCAL (0x1u << 17) /**< \brief (PMC_FSMR) RTC Alarm Enable */\r
-#define PMC_FSMR_USBAL (0x1u << 18) /**< \brief (PMC_FSMR) USB Alarm Enable */\r
-#define PMC_FSMR_FLPM_Pos 21\r
-#define PMC_FSMR_FLPM_Msk (0x3u << PMC_FSMR_FLPM_Pos) /**< \brief (PMC_FSMR) Flash Low Power Mode */\r
-#define   PMC_FSMR_FLPM_FLASH_STANDBY (0x0u << 21) /**< \brief (PMC_FSMR) Flash is in Standby Mode when system enters Wait Mode */\r
-#define   PMC_FSMR_FLPM_FLASH_DEEP_POWERDOWN (0x1u << 21) /**< \brief (PMC_FSMR) Flash is in deep power down mode when system enters Wait Mode */\r
-#define   PMC_FSMR_FLPM_FLASH_IDLE (0x2u << 21) /**< \brief (PMC_FSMR) idle mode */\r
-/* -------- PMC_FSPR : (PMC Offset: 0x0074) Fast Start-up Polarity Register -------- */\r
-#define PMC_FSPR_FSTP0 (0x1u << 0) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP1 (0x1u << 1) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP2 (0x1u << 2) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP3 (0x1u << 3) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP4 (0x1u << 4) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP5 (0x1u << 5) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP6 (0x1u << 6) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP7 (0x1u << 7) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP8 (0x1u << 8) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP9 (0x1u << 9) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP10 (0x1u << 10) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP11 (0x1u << 11) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP12 (0x1u << 12) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP13 (0x1u << 13) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP14 (0x1u << 14) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-#define PMC_FSPR_FSTP15 (0x1u << 15) /**< \brief (PMC_FSPR) Fast Start-up Input Polarityx */\r
-/* -------- PMC_FOCR : (PMC Offset: 0x0078) Fault Output Clear Register -------- */\r
-#define PMC_FOCR_FOCLR (0x1u << 0) /**< \brief (PMC_FOCR) Fault Output Clear */\r
-/* -------- PMC_WPMR : (PMC Offset: 0x00E4) Write Protect Mode Register -------- */\r
-#define PMC_WPMR_WPEN (0x1u << 0) /**< \brief (PMC_WPMR) Write Protect Enable */\r
-#define PMC_WPMR_WPKEY_Pos 8\r
-#define PMC_WPMR_WPKEY_Msk (0xffffffu << PMC_WPMR_WPKEY_Pos) /**< \brief (PMC_WPMR) Write Protect KEY */\r
-#define PMC_WPMR_WPKEY(value) ((PMC_WPMR_WPKEY_Msk & ((value) << PMC_WPMR_WPKEY_Pos)))\r
-/* -------- PMC_WPSR : (PMC Offset: 0x00E8) Write Protect Status Register -------- */\r
-#define PMC_WPSR_WPVS (0x1u << 0) /**< \brief (PMC_WPSR) Write Protect Violation Status */\r
-#define PMC_WPSR_WPVSRC_Pos 8\r
-#define PMC_WPSR_WPVSRC_Msk (0xffffu << PMC_WPSR_WPVSRC_Pos) /**< \brief (PMC_WPSR) Write Protect Violation Source */\r
-/* -------- PMC_PCER1 : (PMC Offset: 0x0100) Peripheral Clock Enable Register 1 -------- */\r
-#define PMC_PCER1_PID32 (0x1u << 0) /**< \brief (PMC_PCER1) Peripheral Clock 32 Enable */\r
-#define PMC_PCER1_PID33 (0x1u << 1) /**< \brief (PMC_PCER1) Peripheral Clock 33 Enable */\r
-#define PMC_PCER1_PID34 (0x1u << 2) /**< \brief (PMC_PCER1) Peripheral Clock 34 Enable */\r
-#define PMC_PCER1_PID35 (0x1u << 3) /**< \brief (PMC_PCER1) Peripheral Clock 35 Enable */\r
-#define PMC_PCER1_PID36 (0x1u << 4) /**< \brief (PMC_PCER1) Peripheral Clock 36 Enable */\r
-#define PMC_PCER1_PID37 (0x1u << 5) /**< \brief (PMC_PCER1) Peripheral Clock 37 Enable */\r
-#define PMC_PCER1_PID38 (0x1u << 6) /**< \brief (PMC_PCER1) Peripheral Clock 38 Enable */\r
-#define PMC_PCER1_PID39 (0x1u << 7) /**< \brief (PMC_PCER1) Peripheral Clock 39 Enable */\r
-#define PMC_PCER1_PID40 (0x1u << 8) /**< \brief (PMC_PCER1) Peripheral Clock 40 Enable */\r
-#define PMC_PCER1_PID41 (0x1u << 9) /**< \brief (PMC_PCER1) Peripheral Clock 41 Enable */\r
-#define PMC_PCER1_PID42 (0x1u << 10) /**< \brief (PMC_PCER1) Peripheral Clock 42 Enable */\r
-#define PMC_PCER1_PID43 (0x1u << 11) /**< \brief (PMC_PCER1) Peripheral Clock 43 Enable */\r
-#define PMC_PCER1_PID44 (0x1u << 12) /**< \brief (PMC_PCER1) Peripheral Clock 44 Enable */\r
-#define PMC_PCER1_PID45 (0x1u << 13) /**< \brief (PMC_PCER1) Peripheral Clock 45 Enable */\r
-#define PMC_PCER1_PID46 (0x1u << 14) /**< \brief (PMC_PCER1) Peripheral Clock 46 Enable */\r
-#define PMC_PCER1_PID47 (0x1u << 15) /**< \brief (PMC_PCER1) Peripheral Clock 47 Enable */\r
-/* -------- PMC_PCDR1 : (PMC Offset: 0x0104) Peripheral Clock Disable Register 1 -------- */\r
-#define PMC_PCDR1_PID32 (0x1u << 0) /**< \brief (PMC_PCDR1) Peripheral Clock 32 Disable */\r
-#define PMC_PCDR1_PID33 (0x1u << 1) /**< \brief (PMC_PCDR1) Peripheral Clock 33 Disable */\r
-#define PMC_PCDR1_PID34 (0x1u << 2) /**< \brief (PMC_PCDR1) Peripheral Clock 34 Disable */\r
-#define PMC_PCDR1_PID35 (0x1u << 3) /**< \brief (PMC_PCDR1) Peripheral Clock 35 Disable */\r
-#define PMC_PCDR1_PID36 (0x1u << 4) /**< \brief (PMC_PCDR1) Peripheral Clock 36 Disable */\r
-#define PMC_PCDR1_PID37 (0x1u << 5) /**< \brief (PMC_PCDR1) Peripheral Clock 37 Disable */\r
-#define PMC_PCDR1_PID38 (0x1u << 6) /**< \brief (PMC_PCDR1) Peripheral Clock 38 Disable */\r
-#define PMC_PCDR1_PID39 (0x1u << 7) /**< \brief (PMC_PCDR1) Peripheral Clock 39 Disable */\r
-#define PMC_PCDR1_PID40 (0x1u << 8) /**< \brief (PMC_PCDR1) Peripheral Clock 40 Disable */\r
-#define PMC_PCDR1_PID41 (0x1u << 9) /**< \brief (PMC_PCDR1) Peripheral Clock 41 Disable */\r
-#define PMC_PCDR1_PID42 (0x1u << 10) /**< \brief (PMC_PCDR1) Peripheral Clock 42 Disable */\r
-#define PMC_PCDR1_PID43 (0x1u << 11) /**< \brief (PMC_PCDR1) Peripheral Clock 43 Disable */\r
-#define PMC_PCDR1_PID44 (0x1u << 12) /**< \brief (PMC_PCDR1) Peripheral Clock 44 Disable */\r
-#define PMC_PCDR1_PID45 (0x1u << 13) /**< \brief (PMC_PCDR1) Peripheral Clock 45 Disable */\r
-#define PMC_PCDR1_PID46 (0x1u << 14) /**< \brief (PMC_PCDR1) Peripheral Clock 46 Disable */\r
-#define PMC_PCDR1_PID47 (0x1u << 15) /**< \brief (PMC_PCDR1) Peripheral Clock 47 Disable */\r
-/* -------- PMC_PCSR1 : (PMC Offset: 0x0108) Peripheral Clock Status Register 1 -------- */\r
-#define PMC_PCSR1_PID32 (0x1u << 0) /**< \brief (PMC_PCSR1) Peripheral Clock 32 Status */\r
-#define PMC_PCSR1_PID33 (0x1u << 1) /**< \brief (PMC_PCSR1) Peripheral Clock 33 Status */\r
-#define PMC_PCSR1_PID34 (0x1u << 2) /**< \brief (PMC_PCSR1) Peripheral Clock 34 Status */\r
-#define PMC_PCSR1_PID35 (0x1u << 3) /**< \brief (PMC_PCSR1) Peripheral Clock 35 Status */\r
-#define PMC_PCSR1_PID36 (0x1u << 4) /**< \brief (PMC_PCSR1) Peripheral Clock 36 Status */\r
-#define PMC_PCSR1_PID37 (0x1u << 5) /**< \brief (PMC_PCSR1) Peripheral Clock 37 Status */\r
-#define PMC_PCSR1_PID38 (0x1u << 6) /**< \brief (PMC_PCSR1) Peripheral Clock 38 Status */\r
-#define PMC_PCSR1_PID39 (0x1u << 7) /**< \brief (PMC_PCSR1) Peripheral Clock 39 Status */\r
-#define PMC_PCSR1_PID40 (0x1u << 8) /**< \brief (PMC_PCSR1) Peripheral Clock 40 Status */\r
-#define PMC_PCSR1_PID41 (0x1u << 9) /**< \brief (PMC_PCSR1) Peripheral Clock 41 Status */\r
-#define PMC_PCSR1_PID42 (0x1u << 10) /**< \brief (PMC_PCSR1) Peripheral Clock 42 Status */\r
-#define PMC_PCSR1_PID43 (0x1u << 11) /**< \brief (PMC_PCSR1) Peripheral Clock 43 Status */\r
-#define PMC_PCSR1_PID44 (0x1u << 12) /**< \brief (PMC_PCSR1) Peripheral Clock 44 Status */\r
-#define PMC_PCSR1_PID45 (0x1u << 13) /**< \brief (PMC_PCSR1) Peripheral Clock 45 Status */\r
-#define PMC_PCSR1_PID46 (0x1u << 14) /**< \brief (PMC_PCSR1) Peripheral Clock 46 Status */\r
-#define PMC_PCSR1_PID47 (0x1u << 15) /**< \brief (PMC_PCSR1) Peripheral Clock 47 Status */\r
-/* -------- PMC_OCR : (PMC Offset: 0x0110) Oscillator Calibration Register -------- */\r
-#define PMC_OCR_CAL4_Pos 0\r
-#define PMC_OCR_CAL4_Msk (0x7fu << PMC_OCR_CAL4_Pos) /**< \brief (PMC_OCR) RC Oscillator Calibration bits for 4 MHz */\r
-#define PMC_OCR_CAL4(value) ((PMC_OCR_CAL4_Msk & ((value) << PMC_OCR_CAL4_Pos)))\r
-#define PMC_OCR_SEL4 (0x1u << 7) /**< \brief (PMC_OCR) Selection of RC Oscillator Calibration bits for 4 MHz */\r
-#define PMC_OCR_CAL8_Pos 8\r
-#define PMC_OCR_CAL8_Msk (0x7fu << PMC_OCR_CAL8_Pos) /**< \brief (PMC_OCR) RC Oscillator Calibration bits for 8 MHz */\r
-#define PMC_OCR_CAL8(value) ((PMC_OCR_CAL8_Msk & ((value) << PMC_OCR_CAL8_Pos)))\r
-#define PMC_OCR_SEL8 (0x1u << 15) /**< \brief (PMC_OCR) Selection of RC Oscillator Calibration bits for 8 MHz */\r
-#define PMC_OCR_CAL12_Pos 16\r
-#define PMC_OCR_CAL12_Msk (0x7fu << PMC_OCR_CAL12_Pos) /**< \brief (PMC_OCR) RC Oscillator Calibration bits for 12 MHz */\r
-#define PMC_OCR_CAL12(value) ((PMC_OCR_CAL12_Msk & ((value) << PMC_OCR_CAL12_Pos)))\r
-#define PMC_OCR_SEL12 (0x1u << 23) /**< \brief (PMC_OCR) Selection of RC Oscillator Calibration bits for 12 MHz */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_PMC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pwm.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/pwm.h
deleted file mode 100644 (file)
index 4a164d4..0000000
+++ /dev/null
@@ -1,612 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PWM_COMPONENT_\r
-#define _SAM4E_PWM_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Pulse Width Modulation Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_PWM Pulse Width Modulation Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief PwmCh_num hardware registers */\r
-typedef struct {\r
-  RwReg            PWM_CMR;             /**< \brief (PwmCh_num Offset: 0x0) PWM Channel Mode Register */\r
-  RwReg            PWM_CDTY;            /**< \brief (PwmCh_num Offset: 0x4) PWM Channel Duty Cycle Register */\r
-  RwReg            PWM_CDTYUPD;         /**< \brief (PwmCh_num Offset: 0x8) PWM Channel Duty Cycle Update Register */\r
-  RwReg            PWM_CPRD;            /**< \brief (PwmCh_num Offset: 0xC) PWM Channel Period Register */\r
-  RwReg            PWM_CPRDUPD;         /**< \brief (PwmCh_num Offset: 0x10) PWM Channel Period Update Register */\r
-  RwReg            PWM_CCNT;            /**< \brief (PwmCh_num Offset: 0x14) PWM Channel Counter Register */\r
-  RwReg            PWM_DT;              /**< \brief (PwmCh_num Offset: 0x18) PWM Channel Dead Time Register */\r
-  RwReg            PWM_DTUPD;           /**< \brief (PwmCh_num Offset: 0x1C) PWM Channel Dead Time Update Register */\r
-} PwmCh_num;\r
-/** \brief PwmCh_num_0x400 hardware registers */\r
-typedef struct {\r
-  RwReg            PWM_CMUPD;           /**< \brief (PwmCh_num_0x400 Offset: 0x0) PWM Channel Mode Update Register */\r
-  RwReg            PWM_CAE;             /**< \brief (PwmCh_num_0x400 Offset: 0x4) PWM Channel Additional Edge Register */\r
-  RwReg            PWM_CAEUPD;          /**< \brief (PwmCh_num_0x400 Offset: 0x8) PWM Channel Additional Edge Update Register */\r
-  RoReg            Reserved1[5];\r
-} PwmCh_num_0x400;\r
-/** \brief PwmCmp hardware registers */\r
-typedef struct {\r
-  RwReg            PWM_CMPV;            /**< \brief (PwmCmp Offset: 0x0) PWM Comparison 0 Value Register */\r
-  RwReg            PWM_CMPVUPD;         /**< \brief (PwmCmp Offset: 0x4) PWM Comparison 0 Value Update Register */\r
-  RwReg            PWM_CMPM;            /**< \brief (PwmCmp Offset: 0x8) PWM Comparison 0 Mode Register */\r
-  RwReg            PWM_CMPMUPD;         /**< \brief (PwmCmp Offset: 0xC) PWM Comparison 0 Mode Update Register */\r
-} PwmCmp;\r
-/** \brief Pwm hardware registers */\r
-#define PWMCMP_NUMBER 8\r
-#define PWMCH_NUM_NUMBER 4\r
-#define PWMCH_NUM_0X400_NUMBER 4\r
-typedef struct {\r
-  RwReg            PWM_CLK;             /**< \brief (Pwm Offset: 0x00) PWM Clock Register */\r
-  WoReg            PWM_ENA;             /**< \brief (Pwm Offset: 0x04) PWM Enable Register */\r
-  WoReg            PWM_DIS;             /**< \brief (Pwm Offset: 0x08) PWM Disable Register */\r
-  RoReg            PWM_SR;              /**< \brief (Pwm Offset: 0x0C) PWM Status Register */\r
-  WoReg            PWM_IER1;            /**< \brief (Pwm Offset: 0x10) PWM Interrupt Enable Register 1 */\r
-  WoReg            PWM_IDR1;            /**< \brief (Pwm Offset: 0x14) PWM Interrupt Disable Register 1 */\r
-  RoReg            PWM_IMR1;            /**< \brief (Pwm Offset: 0x18) PWM Interrupt Mask Register 1 */\r
-  RoReg            PWM_ISR1;            /**< \brief (Pwm Offset: 0x1C) PWM Interrupt Status Register 1 */\r
-  RwReg            PWM_SCM;             /**< \brief (Pwm Offset: 0x20) PWM Sync Channels Mode Register */\r
-  RoReg            Reserved1[1];\r
-  RwReg            PWM_SCUC;            /**< \brief (Pwm Offset: 0x28) PWM Sync Channels Update Control Register */\r
-  RwReg            PWM_SCUP;            /**< \brief (Pwm Offset: 0x2C) PWM Sync Channels Update Period Register */\r
-  WoReg            PWM_SCUPUPD;         /**< \brief (Pwm Offset: 0x30) PWM Sync Channels Update Period Update Register */\r
-  WoReg            PWM_IER2;            /**< \brief (Pwm Offset: 0x34) PWM Interrupt Enable Register 2 */\r
-  WoReg            PWM_IDR2;            /**< \brief (Pwm Offset: 0x38) PWM Interrupt Disable Register 2 */\r
-  RoReg            PWM_IMR2;            /**< \brief (Pwm Offset: 0x3C) PWM Interrupt Mask Register 2 */\r
-  RoReg            PWM_ISR2;            /**< \brief (Pwm Offset: 0x40) PWM Interrupt Status Register 2 */\r
-  RwReg            PWM_OOV;             /**< \brief (Pwm Offset: 0x44) PWM Output Override Value Register */\r
-  RwReg            PWM_OS;              /**< \brief (Pwm Offset: 0x48) PWM Output Selection Register */\r
-  WoReg            PWM_OSS;             /**< \brief (Pwm Offset: 0x4C) PWM Output Selection Set Register */\r
-  WoReg            PWM_OSC;             /**< \brief (Pwm Offset: 0x50) PWM Output Selection Clear Register */\r
-  WoReg            PWM_OSSUPD;          /**< \brief (Pwm Offset: 0x54) PWM Output Selection Set Update Register */\r
-  WoReg            PWM_OSCUPD;          /**< \brief (Pwm Offset: 0x58) PWM Output Selection Clear Update Register */\r
-  RwReg            PWM_FMR;             /**< \brief (Pwm Offset: 0x5C) PWM Fault Mode Register */\r
-  RoReg            PWM_FSR;             /**< \brief (Pwm Offset: 0x60) PWM Fault Status Register */\r
-  WoReg            PWM_FCR;             /**< \brief (Pwm Offset: 0x64) PWM Fault Clear Register */\r
-  RwReg            PWM_FPV1;            /**< \brief (Pwm Offset: 0x68) PWM Fault Protection Value Register 1 */\r
-  RwReg            PWM_FPE;             /**< \brief (Pwm Offset: 0x6C) PWM Fault Protection Enable Register */\r
-  RoReg            Reserved2[3];\r
-  RwReg            PWM_ELMR[2];         /**< \brief (Pwm Offset: 0x7C) PWM Event Line 0 Mode Register */\r
-  RoReg            Reserved3[7];\r
-  RwReg            PWM_SSPR;            /**< \brief (Pwm Offset: 0xA0) PWM Spread Spectrum Register */\r
-  WoReg            PWM_SSPUP;           /**< \brief (Pwm Offset: 0xA4) PWM Spread Spectrum Update Register */\r
-  RoReg            Reserved4[2];\r
-  RwReg            PWM_SMMR;            /**< \brief (Pwm Offset: 0xB0) PWM Stepper Motor Mode Register */\r
-  RoReg            Reserved5[3];\r
-  RwReg            PWM_FPV2;            /**< \brief (Pwm Offset: 0xC0) PWM Fault Protection Value 2 Register */\r
-  RoReg            Reserved6[8];\r
-  WoReg            PWM_WPCR;            /**< \brief (Pwm Offset: 0xE4) PWM Write Protect Control Register */\r
-  RoReg            PWM_WPSR;            /**< \brief (Pwm Offset: 0xE8) PWM Write Protect Status Register */\r
-  RoReg            Reserved7[7];\r
-  RwReg            PWM_TPR;             /**< \brief (Pwm Offset: 0x108) Transmit Pointer Register */\r
-  RwReg            PWM_TCR;             /**< \brief (Pwm Offset: 0x10C) Transmit Counter Register */\r
-  RoReg            Reserved8[2];\r
-  RwReg            PWM_TNPR;            /**< \brief (Pwm Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg            PWM_TNCR;            /**< \brief (Pwm Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg            PWM_PTCR;            /**< \brief (Pwm Offset: 0x120) Transfer Control Register */\r
-  RoReg            PWM_PTSR;            /**< \brief (Pwm Offset: 0x124) Transfer Status Register */\r
-  RoReg            Reserved9[2];\r
-  PwmCmp           PWM_CMP[PWMCMP_NUMBER]; /**< \brief (Pwm Offset: 0x130) 0 .. 7 */\r
-  RoReg            Reserved10[20];\r
-  PwmCh_num        PWM_CH_NUM[PWMCH_NUM_NUMBER]; /**< \brief (Pwm Offset: 0x200) ch_num = 0 .. 3 */\r
-  RoReg            Reserved11[96];\r
-  PwmCh_num_0x400  PWM_CH_NUM_0X400[PWMCH_NUM_0X400_NUMBER]; /**< \brief (Pwm Offset: 0x400) ch_num = 0 .. 3 */\r
-} Pwm;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- PWM_CLK : (PWM Offset: 0x00) PWM Clock Register -------- */\r
-#define PWM_CLK_DIVA_Pos 0\r
-#define PWM_CLK_DIVA_Msk (0xffu << PWM_CLK_DIVA_Pos) /**< \brief (PWM_CLK) CLKA, CLKB Divide Factor */\r
-#define PWM_CLK_DIVA(value) ((PWM_CLK_DIVA_Msk & ((value) << PWM_CLK_DIVA_Pos)))\r
-#define PWM_CLK_PREA_Pos 8\r
-#define PWM_CLK_PREA_Msk (0xfu << PWM_CLK_PREA_Pos) /**< \brief (PWM_CLK) CLKA, CLKB Source Clock Selection */\r
-#define PWM_CLK_PREA(value) ((PWM_CLK_PREA_Msk & ((value) << PWM_CLK_PREA_Pos)))\r
-#define PWM_CLK_DIVB_Pos 16\r
-#define PWM_CLK_DIVB_Msk (0xffu << PWM_CLK_DIVB_Pos) /**< \brief (PWM_CLK) CLKA, CLKB Divide Factor */\r
-#define PWM_CLK_DIVB(value) ((PWM_CLK_DIVB_Msk & ((value) << PWM_CLK_DIVB_Pos)))\r
-#define PWM_CLK_PREB_Pos 24\r
-#define PWM_CLK_PREB_Msk (0xfu << PWM_CLK_PREB_Pos) /**< \brief (PWM_CLK) CLKA, CLKB Source Clock Selection */\r
-#define PWM_CLK_PREB(value) ((PWM_CLK_PREB_Msk & ((value) << PWM_CLK_PREB_Pos)))\r
-/* -------- PWM_ENA : (PWM Offset: 0x04) PWM Enable Register -------- */\r
-#define PWM_ENA_CHID0 (0x1u << 0) /**< \brief (PWM_ENA) Channel ID */\r
-#define PWM_ENA_CHID1 (0x1u << 1) /**< \brief (PWM_ENA) Channel ID */\r
-#define PWM_ENA_CHID2 (0x1u << 2) /**< \brief (PWM_ENA) Channel ID */\r
-#define PWM_ENA_CHID3 (0x1u << 3) /**< \brief (PWM_ENA) Channel ID */\r
-/* -------- PWM_DIS : (PWM Offset: 0x08) PWM Disable Register -------- */\r
-#define PWM_DIS_CHID0 (0x1u << 0) /**< \brief (PWM_DIS) Channel ID */\r
-#define PWM_DIS_CHID1 (0x1u << 1) /**< \brief (PWM_DIS) Channel ID */\r
-#define PWM_DIS_CHID2 (0x1u << 2) /**< \brief (PWM_DIS) Channel ID */\r
-#define PWM_DIS_CHID3 (0x1u << 3) /**< \brief (PWM_DIS) Channel ID */\r
-/* -------- PWM_SR : (PWM Offset: 0x0C) PWM Status Register -------- */\r
-#define PWM_SR_CHID0 (0x1u << 0) /**< \brief (PWM_SR) Channel ID */\r
-#define PWM_SR_CHID1 (0x1u << 1) /**< \brief (PWM_SR) Channel ID */\r
-#define PWM_SR_CHID2 (0x1u << 2) /**< \brief (PWM_SR) Channel ID */\r
-#define PWM_SR_CHID3 (0x1u << 3) /**< \brief (PWM_SR) Channel ID */\r
-/* -------- PWM_IER1 : (PWM Offset: 0x10) PWM Interrupt Enable Register 1 -------- */\r
-#define PWM_IER1_CHID0 (0x1u << 0) /**< \brief (PWM_IER1) Counter Event on Channel 0 Interrupt Enable */\r
-#define PWM_IER1_CHID1 (0x1u << 1) /**< \brief (PWM_IER1) Counter Event on Channel 1 Interrupt Enable */\r
-#define PWM_IER1_CHID2 (0x1u << 2) /**< \brief (PWM_IER1) Counter Event on Channel 2 Interrupt Enable */\r
-#define PWM_IER1_CHID3 (0x1u << 3) /**< \brief (PWM_IER1) Counter Event on Channel 3 Interrupt Enable */\r
-#define PWM_IER1_FCHID0 (0x1u << 16) /**< \brief (PWM_IER1) Fault Protection Trigger on Channel 0 Interrupt Enable */\r
-#define PWM_IER1_FCHID1 (0x1u << 17) /**< \brief (PWM_IER1) Fault Protection Trigger on Channel 1 Interrupt Enable */\r
-#define PWM_IER1_FCHID2 (0x1u << 18) /**< \brief (PWM_IER1) Fault Protection Trigger on Channel 2 Interrupt Enable */\r
-#define PWM_IER1_FCHID3 (0x1u << 19) /**< \brief (PWM_IER1) Fault Protection Trigger on Channel 3 Interrupt Enable */\r
-/* -------- PWM_IDR1 : (PWM Offset: 0x14) PWM Interrupt Disable Register 1 -------- */\r
-#define PWM_IDR1_CHID0 (0x1u << 0) /**< \brief (PWM_IDR1) Counter Event on Channel 0 Interrupt Disable */\r
-#define PWM_IDR1_CHID1 (0x1u << 1) /**< \brief (PWM_IDR1) Counter Event on Channel 1 Interrupt Disable */\r
-#define PWM_IDR1_CHID2 (0x1u << 2) /**< \brief (PWM_IDR1) Counter Event on Channel 2 Interrupt Disable */\r
-#define PWM_IDR1_CHID3 (0x1u << 3) /**< \brief (PWM_IDR1) Counter Event on Channel 3 Interrupt Disable */\r
-#define PWM_IDR1_FCHID0 (0x1u << 16) /**< \brief (PWM_IDR1) Fault Protection Trigger on Channel 0 Interrupt Disable */\r
-#define PWM_IDR1_FCHID1 (0x1u << 17) /**< \brief (PWM_IDR1) Fault Protection Trigger on Channel 1 Interrupt Disable */\r
-#define PWM_IDR1_FCHID2 (0x1u << 18) /**< \brief (PWM_IDR1) Fault Protection Trigger on Channel 2 Interrupt Disable */\r
-#define PWM_IDR1_FCHID3 (0x1u << 19) /**< \brief (PWM_IDR1) Fault Protection Trigger on Channel 3 Interrupt Disable */\r
-/* -------- PWM_IMR1 : (PWM Offset: 0x18) PWM Interrupt Mask Register 1 -------- */\r
-#define PWM_IMR1_CHID0 (0x1u << 0) /**< \brief (PWM_IMR1) Counter Event on Channel 0 Interrupt Mask */\r
-#define PWM_IMR1_CHID1 (0x1u << 1) /**< \brief (PWM_IMR1) Counter Event on Channel 1 Interrupt Mask */\r
-#define PWM_IMR1_CHID2 (0x1u << 2) /**< \brief (PWM_IMR1) Counter Event on Channel 2 Interrupt Mask */\r
-#define PWM_IMR1_CHID3 (0x1u << 3) /**< \brief (PWM_IMR1) Counter Event on Channel 3 Interrupt Mask */\r
-#define PWM_IMR1_FCHID0 (0x1u << 16) /**< \brief (PWM_IMR1) Fault Protection Trigger on Channel 0 Interrupt Mask */\r
-#define PWM_IMR1_FCHID1 (0x1u << 17) /**< \brief (PWM_IMR1) Fault Protection Trigger on Channel 1 Interrupt Mask */\r
-#define PWM_IMR1_FCHID2 (0x1u << 18) /**< \brief (PWM_IMR1) Fault Protection Trigger on Channel 2 Interrupt Mask */\r
-#define PWM_IMR1_FCHID3 (0x1u << 19) /**< \brief (PWM_IMR1) Fault Protection Trigger on Channel 3 Interrupt Mask */\r
-/* -------- PWM_ISR1 : (PWM Offset: 0x1C) PWM Interrupt Status Register 1 -------- */\r
-#define PWM_ISR1_CHID0 (0x1u << 0) /**< \brief (PWM_ISR1) Counter Event on Channel 0 */\r
-#define PWM_ISR1_CHID1 (0x1u << 1) /**< \brief (PWM_ISR1) Counter Event on Channel 1 */\r
-#define PWM_ISR1_CHID2 (0x1u << 2) /**< \brief (PWM_ISR1) Counter Event on Channel 2 */\r
-#define PWM_ISR1_CHID3 (0x1u << 3) /**< \brief (PWM_ISR1) Counter Event on Channel 3 */\r
-#define PWM_ISR1_FCHID0 (0x1u << 16) /**< \brief (PWM_ISR1) Fault Protection Trigger on Channel 0 */\r
-#define PWM_ISR1_FCHID1 (0x1u << 17) /**< \brief (PWM_ISR1) Fault Protection Trigger on Channel 1 */\r
-#define PWM_ISR1_FCHID2 (0x1u << 18) /**< \brief (PWM_ISR1) Fault Protection Trigger on Channel 2 */\r
-#define PWM_ISR1_FCHID3 (0x1u << 19) /**< \brief (PWM_ISR1) Fault Protection Trigger on Channel 3 */\r
-/* -------- PWM_SCM : (PWM Offset: 0x20) PWM Sync Channels Mode Register -------- */\r
-#define PWM_SCM_SYNC0 (0x1u << 0) /**< \brief (PWM_SCM) Synchronous Channel 0 */\r
-#define PWM_SCM_SYNC1 (0x1u << 1) /**< \brief (PWM_SCM) Synchronous Channel 1 */\r
-#define PWM_SCM_SYNC2 (0x1u << 2) /**< \brief (PWM_SCM) Synchronous Channel 2 */\r
-#define PWM_SCM_SYNC3 (0x1u << 3) /**< \brief (PWM_SCM) Synchronous Channel 3 */\r
-#define PWM_SCM_UPDM_Pos 16\r
-#define PWM_SCM_UPDM_Msk (0x3u << PWM_SCM_UPDM_Pos) /**< \brief (PWM_SCM) Synchronous Channels Update Mode */\r
-#define   PWM_SCM_UPDM_MODE0 (0x0u << 16) /**< \brief (PWM_SCM) Manual write of double buffer registers and manual update of synchronous channels */\r
-#define   PWM_SCM_UPDM_MODE1 (0x1u << 16) /**< \brief (PWM_SCM) Manual write of double buffer registers and automatic update of synchronous channels */\r
-#define   PWM_SCM_UPDM_MODE2 (0x2u << 16) /**< \brief (PWM_SCM) Automatic write of duty-cycle update registers by the PDC and automatic update of synchronous channels */\r
-#define PWM_SCM_PTRM (0x1u << 20) /**< \brief (PWM_SCM) PDC Transfer Request Mode */\r
-#define PWM_SCM_PTRCS_Pos 21\r
-#define PWM_SCM_PTRCS_Msk (0x7u << PWM_SCM_PTRCS_Pos) /**< \brief (PWM_SCM) PDC Transfer Request Comparison Selection */\r
-#define PWM_SCM_PTRCS(value) ((PWM_SCM_PTRCS_Msk & ((value) << PWM_SCM_PTRCS_Pos)))\r
-/* -------- PWM_SCUC : (PWM Offset: 0x28) PWM Sync Channels Update Control Register -------- */\r
-#define PWM_SCUC_UPDULOCK (0x1u << 0) /**< \brief (PWM_SCUC) Synchronous Channels Update Unlock */\r
-/* -------- PWM_SCUP : (PWM Offset: 0x2C) PWM Sync Channels Update Period Register -------- */\r
-#define PWM_SCUP_UPR_Pos 0\r
-#define PWM_SCUP_UPR_Msk (0xfu << PWM_SCUP_UPR_Pos) /**< \brief (PWM_SCUP) Update Period */\r
-#define PWM_SCUP_UPR(value) ((PWM_SCUP_UPR_Msk & ((value) << PWM_SCUP_UPR_Pos)))\r
-#define PWM_SCUP_UPRCNT_Pos 4\r
-#define PWM_SCUP_UPRCNT_Msk (0xfu << PWM_SCUP_UPRCNT_Pos) /**< \brief (PWM_SCUP) Update Period Counter */\r
-#define PWM_SCUP_UPRCNT(value) ((PWM_SCUP_UPRCNT_Msk & ((value) << PWM_SCUP_UPRCNT_Pos)))\r
-/* -------- PWM_SCUPUPD : (PWM Offset: 0x30) PWM Sync Channels Update Period Update Register -------- */\r
-#define PWM_SCUPUPD_UPRUPD_Pos 0\r
-#define PWM_SCUPUPD_UPRUPD_Msk (0xfu << PWM_SCUPUPD_UPRUPD_Pos) /**< \brief (PWM_SCUPUPD) Update Period Update */\r
-#define PWM_SCUPUPD_UPRUPD(value) ((PWM_SCUPUPD_UPRUPD_Msk & ((value) << PWM_SCUPUPD_UPRUPD_Pos)))\r
-/* -------- PWM_IER2 : (PWM Offset: 0x34) PWM Interrupt Enable Register 2 -------- */\r
-#define PWM_IER2_WRDY (0x1u << 0) /**< \brief (PWM_IER2) Write Ready for Synchronous Channels Update Interrupt Enable */\r
-#define PWM_IER2_ENDTX (0x1u << 1) /**< \brief (PWM_IER2) PDC End of TX Buffer Interrupt Enable */\r
-#define PWM_IER2_TXBUFE (0x1u << 2) /**< \brief (PWM_IER2) PDC TX Buffer Empty Interrupt Enable */\r
-#define PWM_IER2_UNRE (0x1u << 3) /**< \brief (PWM_IER2) Synchronous Channels Update Underrun Error Interrupt Enable */\r
-#define PWM_IER2_CMPM0 (0x1u << 8) /**< \brief (PWM_IER2) Comparison 0 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM1 (0x1u << 9) /**< \brief (PWM_IER2) Comparison 1 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM2 (0x1u << 10) /**< \brief (PWM_IER2) Comparison 2 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM3 (0x1u << 11) /**< \brief (PWM_IER2) Comparison 3 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM4 (0x1u << 12) /**< \brief (PWM_IER2) Comparison 4 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM5 (0x1u << 13) /**< \brief (PWM_IER2) Comparison 5 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM6 (0x1u << 14) /**< \brief (PWM_IER2) Comparison 6 Match Interrupt Enable */\r
-#define PWM_IER2_CMPM7 (0x1u << 15) /**< \brief (PWM_IER2) Comparison 7 Match Interrupt Enable */\r
-#define PWM_IER2_CMPU0 (0x1u << 16) /**< \brief (PWM_IER2) Comparison 0 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU1 (0x1u << 17) /**< \brief (PWM_IER2) Comparison 1 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU2 (0x1u << 18) /**< \brief (PWM_IER2) Comparison 2 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU3 (0x1u << 19) /**< \brief (PWM_IER2) Comparison 3 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU4 (0x1u << 20) /**< \brief (PWM_IER2) Comparison 4 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU5 (0x1u << 21) /**< \brief (PWM_IER2) Comparison 5 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU6 (0x1u << 22) /**< \brief (PWM_IER2) Comparison 6 Update Interrupt Enable */\r
-#define PWM_IER2_CMPU7 (0x1u << 23) /**< \brief (PWM_IER2) Comparison 7 Update Interrupt Enable */\r
-/* -------- PWM_IDR2 : (PWM Offset: 0x38) PWM Interrupt Disable Register 2 -------- */\r
-#define PWM_IDR2_WRDY (0x1u << 0) /**< \brief (PWM_IDR2) Write Ready for Synchronous Channels Update Interrupt Disable */\r
-#define PWM_IDR2_ENDTX (0x1u << 1) /**< \brief (PWM_IDR2) PDC End of TX Buffer Interrupt Disable */\r
-#define PWM_IDR2_TXBUFE (0x1u << 2) /**< \brief (PWM_IDR2) PDC TX Buffer Empty Interrupt Disable */\r
-#define PWM_IDR2_UNRE (0x1u << 3) /**< \brief (PWM_IDR2) Synchronous Channels Update Underrun Error Interrupt Disable */\r
-#define PWM_IDR2_CMPM0 (0x1u << 8) /**< \brief (PWM_IDR2) Comparison 0 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM1 (0x1u << 9) /**< \brief (PWM_IDR2) Comparison 1 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM2 (0x1u << 10) /**< \brief (PWM_IDR2) Comparison 2 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM3 (0x1u << 11) /**< \brief (PWM_IDR2) Comparison 3 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM4 (0x1u << 12) /**< \brief (PWM_IDR2) Comparison 4 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM5 (0x1u << 13) /**< \brief (PWM_IDR2) Comparison 5 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM6 (0x1u << 14) /**< \brief (PWM_IDR2) Comparison 6 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPM7 (0x1u << 15) /**< \brief (PWM_IDR2) Comparison 7 Match Interrupt Disable */\r
-#define PWM_IDR2_CMPU0 (0x1u << 16) /**< \brief (PWM_IDR2) Comparison 0 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU1 (0x1u << 17) /**< \brief (PWM_IDR2) Comparison 1 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU2 (0x1u << 18) /**< \brief (PWM_IDR2) Comparison 2 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU3 (0x1u << 19) /**< \brief (PWM_IDR2) Comparison 3 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU4 (0x1u << 20) /**< \brief (PWM_IDR2) Comparison 4 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU5 (0x1u << 21) /**< \brief (PWM_IDR2) Comparison 5 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU6 (0x1u << 22) /**< \brief (PWM_IDR2) Comparison 6 Update Interrupt Disable */\r
-#define PWM_IDR2_CMPU7 (0x1u << 23) /**< \brief (PWM_IDR2) Comparison 7 Update Interrupt Disable */\r
-/* -------- PWM_IMR2 : (PWM Offset: 0x3C) PWM Interrupt Mask Register 2 -------- */\r
-#define PWM_IMR2_WRDY (0x1u << 0) /**< \brief (PWM_IMR2) Write Ready for Synchronous Channels Update Interrupt Mask */\r
-#define PWM_IMR2_ENDTX (0x1u << 1) /**< \brief (PWM_IMR2) PDC End of TX Buffer Interrupt Mask */\r
-#define PWM_IMR2_TXBUFE (0x1u << 2) /**< \brief (PWM_IMR2) PDC TX Buffer Empty Interrupt Mask */\r
-#define PWM_IMR2_UNRE (0x1u << 3) /**< \brief (PWM_IMR2) Synchronous Channels Update Underrun Error Interrupt Mask */\r
-#define PWM_IMR2_CMPM0 (0x1u << 8) /**< \brief (PWM_IMR2) Comparison 0 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM1 (0x1u << 9) /**< \brief (PWM_IMR2) Comparison 1 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM2 (0x1u << 10) /**< \brief (PWM_IMR2) Comparison 2 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM3 (0x1u << 11) /**< \brief (PWM_IMR2) Comparison 3 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM4 (0x1u << 12) /**< \brief (PWM_IMR2) Comparison 4 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM5 (0x1u << 13) /**< \brief (PWM_IMR2) Comparison 5 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM6 (0x1u << 14) /**< \brief (PWM_IMR2) Comparison 6 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPM7 (0x1u << 15) /**< \brief (PWM_IMR2) Comparison 7 Match Interrupt Mask */\r
-#define PWM_IMR2_CMPU0 (0x1u << 16) /**< \brief (PWM_IMR2) Comparison 0 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU1 (0x1u << 17) /**< \brief (PWM_IMR2) Comparison 1 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU2 (0x1u << 18) /**< \brief (PWM_IMR2) Comparison 2 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU3 (0x1u << 19) /**< \brief (PWM_IMR2) Comparison 3 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU4 (0x1u << 20) /**< \brief (PWM_IMR2) Comparison 4 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU5 (0x1u << 21) /**< \brief (PWM_IMR2) Comparison 5 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU6 (0x1u << 22) /**< \brief (PWM_IMR2) Comparison 6 Update Interrupt Mask */\r
-#define PWM_IMR2_CMPU7 (0x1u << 23) /**< \brief (PWM_IMR2) Comparison 7 Update Interrupt Mask */\r
-/* -------- PWM_ISR2 : (PWM Offset: 0x40) PWM Interrupt Status Register 2 -------- */\r
-#define PWM_ISR2_WRDY (0x1u << 0) /**< \brief (PWM_ISR2) Write Ready for Synchronous Channels Update */\r
-#define PWM_ISR2_ENDTX (0x1u << 1) /**< \brief (PWM_ISR2) PDC End of TX Buffer */\r
-#define PWM_ISR2_TXBUFE (0x1u << 2) /**< \brief (PWM_ISR2) PDC TX Buffer Empty */\r
-#define PWM_ISR2_UNRE (0x1u << 3) /**< \brief (PWM_ISR2) Synchronous Channels Update Underrun Error */\r
-#define PWM_ISR2_CMPM0 (0x1u << 8) /**< \brief (PWM_ISR2) Comparison 0 Match */\r
-#define PWM_ISR2_CMPM1 (0x1u << 9) /**< \brief (PWM_ISR2) Comparison 1 Match */\r
-#define PWM_ISR2_CMPM2 (0x1u << 10) /**< \brief (PWM_ISR2) Comparison 2 Match */\r
-#define PWM_ISR2_CMPM3 (0x1u << 11) /**< \brief (PWM_ISR2) Comparison 3 Match */\r
-#define PWM_ISR2_CMPM4 (0x1u << 12) /**< \brief (PWM_ISR2) Comparison 4 Match */\r
-#define PWM_ISR2_CMPM5 (0x1u << 13) /**< \brief (PWM_ISR2) Comparison 5 Match */\r
-#define PWM_ISR2_CMPM6 (0x1u << 14) /**< \brief (PWM_ISR2) Comparison 6 Match */\r
-#define PWM_ISR2_CMPM7 (0x1u << 15) /**< \brief (PWM_ISR2) Comparison 7 Match */\r
-#define PWM_ISR2_CMPU0 (0x1u << 16) /**< \brief (PWM_ISR2) Comparison 0 Update */\r
-#define PWM_ISR2_CMPU1 (0x1u << 17) /**< \brief (PWM_ISR2) Comparison 1 Update */\r
-#define PWM_ISR2_CMPU2 (0x1u << 18) /**< \brief (PWM_ISR2) Comparison 2 Update */\r
-#define PWM_ISR2_CMPU3 (0x1u << 19) /**< \brief (PWM_ISR2) Comparison 3 Update */\r
-#define PWM_ISR2_CMPU4 (0x1u << 20) /**< \brief (PWM_ISR2) Comparison 4 Update */\r
-#define PWM_ISR2_CMPU5 (0x1u << 21) /**< \brief (PWM_ISR2) Comparison 5 Update */\r
-#define PWM_ISR2_CMPU6 (0x1u << 22) /**< \brief (PWM_ISR2) Comparison 6 Update */\r
-#define PWM_ISR2_CMPU7 (0x1u << 23) /**< \brief (PWM_ISR2) Comparison 7 Update */\r
-/* -------- PWM_OOV : (PWM Offset: 0x44) PWM Output Override Value Register -------- */\r
-#define PWM_OOV_OOVH0 (0x1u << 0) /**< \brief (PWM_OOV) Output Override Value for PWMH output of the channel 0 */\r
-#define PWM_OOV_OOVH1 (0x1u << 1) /**< \brief (PWM_OOV) Output Override Value for PWMH output of the channel 1 */\r
-#define PWM_OOV_OOVH2 (0x1u << 2) /**< \brief (PWM_OOV) Output Override Value for PWMH output of the channel 2 */\r
-#define PWM_OOV_OOVH3 (0x1u << 3) /**< \brief (PWM_OOV) Output Override Value for PWMH output of the channel 3 */\r
-#define PWM_OOV_OOVL0 (0x1u << 16) /**< \brief (PWM_OOV) Output Override Value for PWML output of the channel 0 */\r
-#define PWM_OOV_OOVL1 (0x1u << 17) /**< \brief (PWM_OOV) Output Override Value for PWML output of the channel 1 */\r
-#define PWM_OOV_OOVL2 (0x1u << 18) /**< \brief (PWM_OOV) Output Override Value for PWML output of the channel 2 */\r
-#define PWM_OOV_OOVL3 (0x1u << 19) /**< \brief (PWM_OOV) Output Override Value for PWML output of the channel 3 */\r
-/* -------- PWM_OS : (PWM Offset: 0x48) PWM Output Selection Register -------- */\r
-#define PWM_OS_OSH0 (0x1u << 0) /**< \brief (PWM_OS) Output Selection for PWMH output of the channel 0 */\r
-#define PWM_OS_OSH1 (0x1u << 1) /**< \brief (PWM_OS) Output Selection for PWMH output of the channel 1 */\r
-#define PWM_OS_OSH2 (0x1u << 2) /**< \brief (PWM_OS) Output Selection for PWMH output of the channel 2 */\r
-#define PWM_OS_OSH3 (0x1u << 3) /**< \brief (PWM_OS) Output Selection for PWMH output of the channel 3 */\r
-#define PWM_OS_OSL0 (0x1u << 16) /**< \brief (PWM_OS) Output Selection for PWML output of the channel 0 */\r
-#define PWM_OS_OSL1 (0x1u << 17) /**< \brief (PWM_OS) Output Selection for PWML output of the channel 1 */\r
-#define PWM_OS_OSL2 (0x1u << 18) /**< \brief (PWM_OS) Output Selection for PWML output of the channel 2 */\r
-#define PWM_OS_OSL3 (0x1u << 19) /**< \brief (PWM_OS) Output Selection for PWML output of the channel 3 */\r
-/* -------- PWM_OSS : (PWM Offset: 0x4C) PWM Output Selection Set Register -------- */\r
-#define PWM_OSS_OSSH0 (0x1u << 0) /**< \brief (PWM_OSS) Output Selection Set for PWMH output of the channel 0 */\r
-#define PWM_OSS_OSSH1 (0x1u << 1) /**< \brief (PWM_OSS) Output Selection Set for PWMH output of the channel 1 */\r
-#define PWM_OSS_OSSH2 (0x1u << 2) /**< \brief (PWM_OSS) Output Selection Set for PWMH output of the channel 2 */\r
-#define PWM_OSS_OSSH3 (0x1u << 3) /**< \brief (PWM_OSS) Output Selection Set for PWMH output of the channel 3 */\r
-#define PWM_OSS_OSSL0 (0x1u << 16) /**< \brief (PWM_OSS) Output Selection Set for PWML output of the channel 0 */\r
-#define PWM_OSS_OSSL1 (0x1u << 17) /**< \brief (PWM_OSS) Output Selection Set for PWML output of the channel 1 */\r
-#define PWM_OSS_OSSL2 (0x1u << 18) /**< \brief (PWM_OSS) Output Selection Set for PWML output of the channel 2 */\r
-#define PWM_OSS_OSSL3 (0x1u << 19) /**< \brief (PWM_OSS) Output Selection Set for PWML output of the channel 3 */\r
-/* -------- PWM_OSC : (PWM Offset: 0x50) PWM Output Selection Clear Register -------- */\r
-#define PWM_OSC_OSCH0 (0x1u << 0) /**< \brief (PWM_OSC) Output Selection Clear for PWMH output of the channel 0 */\r
-#define PWM_OSC_OSCH1 (0x1u << 1) /**< \brief (PWM_OSC) Output Selection Clear for PWMH output of the channel 1 */\r
-#define PWM_OSC_OSCH2 (0x1u << 2) /**< \brief (PWM_OSC) Output Selection Clear for PWMH output of the channel 2 */\r
-#define PWM_OSC_OSCH3 (0x1u << 3) /**< \brief (PWM_OSC) Output Selection Clear for PWMH output of the channel 3 */\r
-#define PWM_OSC_OSCL0 (0x1u << 16) /**< \brief (PWM_OSC) Output Selection Clear for PWML output of the channel 0 */\r
-#define PWM_OSC_OSCL1 (0x1u << 17) /**< \brief (PWM_OSC) Output Selection Clear for PWML output of the channel 1 */\r
-#define PWM_OSC_OSCL2 (0x1u << 18) /**< \brief (PWM_OSC) Output Selection Clear for PWML output of the channel 2 */\r
-#define PWM_OSC_OSCL3 (0x1u << 19) /**< \brief (PWM_OSC) Output Selection Clear for PWML output of the channel 3 */\r
-/* -------- PWM_OSSUPD : (PWM Offset: 0x54) PWM Output Selection Set Update Register -------- */\r
-#define PWM_OSSUPD_OSSUPH0 (0x1u << 0) /**< \brief (PWM_OSSUPD) Output Selection Set for PWMH output of the channel 0 */\r
-#define PWM_OSSUPD_OSSUPH1 (0x1u << 1) /**< \brief (PWM_OSSUPD) Output Selection Set for PWMH output of the channel 1 */\r
-#define PWM_OSSUPD_OSSUPH2 (0x1u << 2) /**< \brief (PWM_OSSUPD) Output Selection Set for PWMH output of the channel 2 */\r
-#define PWM_OSSUPD_OSSUPH3 (0x1u << 3) /**< \brief (PWM_OSSUPD) Output Selection Set for PWMH output of the channel 3 */\r
-#define PWM_OSSUPD_OSSUPL0 (0x1u << 16) /**< \brief (PWM_OSSUPD) Output Selection Set for PWML output of the channel 0 */\r
-#define PWM_OSSUPD_OSSUPL1 (0x1u << 17) /**< \brief (PWM_OSSUPD) Output Selection Set for PWML output of the channel 1 */\r
-#define PWM_OSSUPD_OSSUPL2 (0x1u << 18) /**< \brief (PWM_OSSUPD) Output Selection Set for PWML output of the channel 2 */\r
-#define PWM_OSSUPD_OSSUPL3 (0x1u << 19) /**< \brief (PWM_OSSUPD) Output Selection Set for PWML output of the channel 3 */\r
-/* -------- PWM_OSCUPD : (PWM Offset: 0x58) PWM Output Selection Clear Update Register -------- */\r
-#define PWM_OSCUPD_OSCUPH0 (0x1u << 0) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWMH output of the channel 0 */\r
-#define PWM_OSCUPD_OSCUPH1 (0x1u << 1) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWMH output of the channel 1 */\r
-#define PWM_OSCUPD_OSCUPH2 (0x1u << 2) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWMH output of the channel 2 */\r
-#define PWM_OSCUPD_OSCUPH3 (0x1u << 3) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWMH output of the channel 3 */\r
-#define PWM_OSCUPD_OSCUPL0 (0x1u << 16) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWML output of the channel 0 */\r
-#define PWM_OSCUPD_OSCUPL1 (0x1u << 17) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWML output of the channel 1 */\r
-#define PWM_OSCUPD_OSCUPL2 (0x1u << 18) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWML output of the channel 2 */\r
-#define PWM_OSCUPD_OSCUPL3 (0x1u << 19) /**< \brief (PWM_OSCUPD) Output Selection Clear for PWML output of the channel 3 */\r
-/* -------- PWM_FMR : (PWM Offset: 0x5C) PWM Fault Mode Register -------- */\r
-#define PWM_FMR_FPOL_Pos 0\r
-#define PWM_FMR_FPOL_Msk (0xffu << PWM_FMR_FPOL_Pos) /**< \brief (PWM_FMR) Fault Polarity (fault input bit varies from 0 to 7) */\r
-#define PWM_FMR_FPOL(value) ((PWM_FMR_FPOL_Msk & ((value) << PWM_FMR_FPOL_Pos)))\r
-#define PWM_FMR_FMOD_Pos 8\r
-#define PWM_FMR_FMOD_Msk (0xffu << PWM_FMR_FMOD_Pos) /**< \brief (PWM_FMR) Fault Activation Mode (fault input bit varies from 0 to 7) */\r
-#define PWM_FMR_FMOD(value) ((PWM_FMR_FMOD_Msk & ((value) << PWM_FMR_FMOD_Pos)))\r
-#define PWM_FMR_FFIL_Pos 16\r
-#define PWM_FMR_FFIL_Msk (0xffu << PWM_FMR_FFIL_Pos) /**< \brief (PWM_FMR) Fault Filtering (fault input bit varies from 0 to 7) */\r
-#define PWM_FMR_FFIL(value) ((PWM_FMR_FFIL_Msk & ((value) << PWM_FMR_FFIL_Pos)))\r
-/* -------- PWM_FSR : (PWM Offset: 0x60) PWM Fault Status Register -------- */\r
-#define PWM_FSR_FIV_Pos 0\r
-#define PWM_FSR_FIV_Msk (0xffu << PWM_FSR_FIV_Pos) /**< \brief (PWM_FSR) Fault Input Value (fault input bit varies from 0 to 7) */\r
-#define PWM_FSR_FS_Pos 8\r
-#define PWM_FSR_FS_Msk (0xffu << PWM_FSR_FS_Pos) /**< \brief (PWM_FSR) Fault Status (fault input bit varies from 0 to 7) */\r
-/* -------- PWM_FCR : (PWM Offset: 0x64) PWM Fault Clear Register -------- */\r
-#define PWM_FCR_FCLR_Pos 0\r
-#define PWM_FCR_FCLR_Msk (0xffu << PWM_FCR_FCLR_Pos) /**< \brief (PWM_FCR) Fault Clear (fault input bit varies from 0 to 7) */\r
-#define PWM_FCR_FCLR(value) ((PWM_FCR_FCLR_Msk & ((value) << PWM_FCR_FCLR_Pos)))\r
-/* -------- PWM_FPV1 : (PWM Offset: 0x68) PWM Fault Protection Value Register 1 -------- */\r
-#define PWM_FPV1_FPVH0 (0x1u << 0) /**< \brief (PWM_FPV1) Fault Protection Value for PWMH output on channel 0 */\r
-#define PWM_FPV1_FPVH1 (0x1u << 1) /**< \brief (PWM_FPV1) Fault Protection Value for PWMH output on channel 1 */\r
-#define PWM_FPV1_FPVH2 (0x1u << 2) /**< \brief (PWM_FPV1) Fault Protection Value for PWMH output on channel 2 */\r
-#define PWM_FPV1_FPVH3 (0x1u << 3) /**< \brief (PWM_FPV1) Fault Protection Value for PWMH output on channel 3 */\r
-#define PWM_FPV1_FPVL0 (0x1u << 16) /**< \brief (PWM_FPV1) Fault Protection Value for PWML output on channel 0 */\r
-#define PWM_FPV1_FPVL1 (0x1u << 17) /**< \brief (PWM_FPV1) Fault Protection Value for PWML output on channel 1 */\r
-#define PWM_FPV1_FPVL2 (0x1u << 18) /**< \brief (PWM_FPV1) Fault Protection Value for PWML output on channel 2 */\r
-#define PWM_FPV1_FPVL3 (0x1u << 19) /**< \brief (PWM_FPV1) Fault Protection Value for PWML output on channel 3 */\r
-/* -------- PWM_FPE : (PWM Offset: 0x6C) PWM Fault Protection Enable Register -------- */\r
-#define PWM_FPE_FPE0_Pos 0\r
-#define PWM_FPE_FPE0_Msk (0xffu << PWM_FPE_FPE0_Pos) /**< \brief (PWM_FPE) Fault Protection Enable for channel 0 (fault input bit varies from 0 to 7) */\r
-#define PWM_FPE_FPE0(value) ((PWM_FPE_FPE0_Msk & ((value) << PWM_FPE_FPE0_Pos)))\r
-#define PWM_FPE_FPE1_Pos 8\r
-#define PWM_FPE_FPE1_Msk (0xffu << PWM_FPE_FPE1_Pos) /**< \brief (PWM_FPE) Fault Protection Enable for channel 1 (fault input bit varies from 0 to 7) */\r
-#define PWM_FPE_FPE1(value) ((PWM_FPE_FPE1_Msk & ((value) << PWM_FPE_FPE1_Pos)))\r
-#define PWM_FPE_FPE2_Pos 16\r
-#define PWM_FPE_FPE2_Msk (0xffu << PWM_FPE_FPE2_Pos) /**< \brief (PWM_FPE) Fault Protection Enable for channel 2 (fault input bit varies from 0 to 7) */\r
-#define PWM_FPE_FPE2(value) ((PWM_FPE_FPE2_Msk & ((value) << PWM_FPE_FPE2_Pos)))\r
-#define PWM_FPE_FPE3_Pos 24\r
-#define PWM_FPE_FPE3_Msk (0xffu << PWM_FPE_FPE3_Pos) /**< \brief (PWM_FPE) Fault Protection Enable for channel 3 (fault input bit varies from 0 to 7) */\r
-#define PWM_FPE_FPE3(value) ((PWM_FPE_FPE3_Msk & ((value) << PWM_FPE_FPE3_Pos)))\r
-/* -------- PWM_ELMR[2] : (PWM Offset: 0x7C) PWM Event Line 0 Mode Register -------- */\r
-#define PWM_ELMR_CSEL0 (0x1u << 0) /**< \brief (PWM_ELMR[2]) Comparison 0 Selection */\r
-#define PWM_ELMR_CSEL1 (0x1u << 1) /**< \brief (PWM_ELMR[2]) Comparison 1 Selection */\r
-#define PWM_ELMR_CSEL2 (0x1u << 2) /**< \brief (PWM_ELMR[2]) Comparison 2 Selection */\r
-#define PWM_ELMR_CSEL3 (0x1u << 3) /**< \brief (PWM_ELMR[2]) Comparison 3 Selection */\r
-#define PWM_ELMR_CSEL4 (0x1u << 4) /**< \brief (PWM_ELMR[2]) Comparison 4 Selection */\r
-#define PWM_ELMR_CSEL5 (0x1u << 5) /**< \brief (PWM_ELMR[2]) Comparison 5 Selection */\r
-#define PWM_ELMR_CSEL6 (0x1u << 6) /**< \brief (PWM_ELMR[2]) Comparison 6 Selection */\r
-#define PWM_ELMR_CSEL7 (0x1u << 7) /**< \brief (PWM_ELMR[2]) Comparison 7 Selection */\r
-/* -------- PWM_SSPR : (PWM Offset: 0xA0) PWM Spread Spectrum Register -------- */\r
-#define PWM_SSPR_SPRD_Pos 0\r
-#define PWM_SSPR_SPRD_Msk (0xffffffu << PWM_SSPR_SPRD_Pos) /**< \brief (PWM_SSPR) Spread Spectrum Limit Value */\r
-#define PWM_SSPR_SPRD(value) ((PWM_SSPR_SPRD_Msk & ((value) << PWM_SSPR_SPRD_Pos)))\r
-#define PWM_SSPR_SPRDM (0x1u << 24) /**< \brief (PWM_SSPR) Spread Spectrum Counter Mode */\r
-/* -------- PWM_SSPUP : (PWM Offset: 0xA4) PWM Spread Spectrum Update Register -------- */\r
-#define PWM_SSPUP_SPRDUP_Pos 0\r
-#define PWM_SSPUP_SPRDUP_Msk (0xffffffu << PWM_SSPUP_SPRDUP_Pos) /**< \brief (PWM_SSPUP) Spread Spectrum Limit Value Update */\r
-#define PWM_SSPUP_SPRDUP(value) ((PWM_SSPUP_SPRDUP_Msk & ((value) << PWM_SSPUP_SPRDUP_Pos)))\r
-/* -------- PWM_SMMR : (PWM Offset: 0xB0) PWM Stepper Motor Mode Register -------- */\r
-#define PWM_SMMR_GCEN0 (0x1u << 0) /**< \brief (PWM_SMMR) Gray Count ENable */\r
-#define PWM_SMMR_GCEN1 (0x1u << 1) /**< \brief (PWM_SMMR) Gray Count ENable */\r
-#define PWM_SMMR_DOWN0 (0x1u << 16) /**< \brief (PWM_SMMR) DOWN Count */\r
-#define PWM_SMMR_DOWN1 (0x1u << 17) /**< \brief (PWM_SMMR) DOWN Count */\r
-/* -------- PWM_FPV2 : (PWM Offset: 0xC0) PWM Fault Protection Value 2 Register -------- */\r
-#define PWM_FPV2_FPZH0 (0x1u << 0) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWMH output on channel 0 */\r
-#define PWM_FPV2_FPZH1 (0x1u << 1) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWMH output on channel 1 */\r
-#define PWM_FPV2_FPZH2 (0x1u << 2) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWMH output on channel 2 */\r
-#define PWM_FPV2_FPZH3 (0x1u << 3) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWMH output on channel 3 */\r
-#define PWM_FPV2_FPZL0 (0x1u << 16) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWML output on channel 0 */\r
-#define PWM_FPV2_FPZL1 (0x1u << 17) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWML output on channel 1 */\r
-#define PWM_FPV2_FPZL2 (0x1u << 18) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWML output on channel 2 */\r
-#define PWM_FPV2_FPZL3 (0x1u << 19) /**< \brief (PWM_FPV2) Fault Protection to Hi-Z for PWML output on channel 3 */\r
-/* -------- PWM_WPCR : (PWM Offset: 0xE4) PWM Write Protect Control Register -------- */\r
-#define PWM_WPCR_WPCMD_Pos 0\r
-#define PWM_WPCR_WPCMD_Msk (0x3u << PWM_WPCR_WPCMD_Pos) /**< \brief (PWM_WPCR) Write Protect Command */\r
-#define PWM_WPCR_WPCMD(value) ((PWM_WPCR_WPCMD_Msk & ((value) << PWM_WPCR_WPCMD_Pos)))\r
-#define PWM_WPCR_WPRG0 (0x1u << 2) /**< \brief (PWM_WPCR) Write Protect Register Group 0 */\r
-#define PWM_WPCR_WPRG1 (0x1u << 3) /**< \brief (PWM_WPCR) Write Protect Register Group 1 */\r
-#define PWM_WPCR_WPRG2 (0x1u << 4) /**< \brief (PWM_WPCR) Write Protect Register Group 2 */\r
-#define PWM_WPCR_WPRG3 (0x1u << 5) /**< \brief (PWM_WPCR) Write Protect Register Group 3 */\r
-#define PWM_WPCR_WPRG4 (0x1u << 6) /**< \brief (PWM_WPCR) Write Protect Register Group 4 */\r
-#define PWM_WPCR_WPRG5 (0x1u << 7) /**< \brief (PWM_WPCR) Write Protect Register Group 5 */\r
-#define PWM_WPCR_WPKEY_Pos 8\r
-#define PWM_WPCR_WPKEY_Msk (0xffffffu << PWM_WPCR_WPKEY_Pos) /**< \brief (PWM_WPCR) Write Protect Key */\r
-#define PWM_WPCR_WPKEY(value) ((PWM_WPCR_WPKEY_Msk & ((value) << PWM_WPCR_WPKEY_Pos)))\r
-/* -------- PWM_WPSR : (PWM Offset: 0xE8) PWM Write Protect Status Register -------- */\r
-#define PWM_WPSR_WPSWS0 (0x1u << 0) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPSWS1 (0x1u << 1) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPSWS2 (0x1u << 2) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPSWS3 (0x1u << 3) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPSWS4 (0x1u << 4) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPSWS5 (0x1u << 5) /**< \brief (PWM_WPSR) Write Protect SW Status */\r
-#define PWM_WPSR_WPVS (0x1u << 7) /**< \brief (PWM_WPSR) Write Protect Violation Status */\r
-#define PWM_WPSR_WPHWS0 (0x1u << 8) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPHWS1 (0x1u << 9) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPHWS2 (0x1u << 10) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPHWS3 (0x1u << 11) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPHWS4 (0x1u << 12) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPHWS5 (0x1u << 13) /**< \brief (PWM_WPSR) Write Protect HW Status */\r
-#define PWM_WPSR_WPVSRC_Pos 16\r
-#define PWM_WPSR_WPVSRC_Msk (0xffffu << PWM_WPSR_WPVSRC_Pos) /**< \brief (PWM_WPSR) Write Protect Violation Source */\r
-/* -------- PWM_TPR : (PWM Offset: 0x108) Transmit Pointer Register -------- */\r
-#define PWM_TPR_TXPTR_Pos 0\r
-#define PWM_TPR_TXPTR_Msk (0xffffffffu << PWM_TPR_TXPTR_Pos) /**< \brief (PWM_TPR) Transmit Counter Register */\r
-#define PWM_TPR_TXPTR(value) ((PWM_TPR_TXPTR_Msk & ((value) << PWM_TPR_TXPTR_Pos)))\r
-/* -------- PWM_TCR : (PWM Offset: 0x10C) Transmit Counter Register -------- */\r
-#define PWM_TCR_TXCTR_Pos 0\r
-#define PWM_TCR_TXCTR_Msk (0xffffu << PWM_TCR_TXCTR_Pos) /**< \brief (PWM_TCR) Transmit Counter Register */\r
-#define PWM_TCR_TXCTR(value) ((PWM_TCR_TXCTR_Msk & ((value) << PWM_TCR_TXCTR_Pos)))\r
-/* -------- PWM_TNPR : (PWM Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define PWM_TNPR_TXNPTR_Pos 0\r
-#define PWM_TNPR_TXNPTR_Msk (0xffffffffu << PWM_TNPR_TXNPTR_Pos) /**< \brief (PWM_TNPR) Transmit Next Pointer */\r
-#define PWM_TNPR_TXNPTR(value) ((PWM_TNPR_TXNPTR_Msk & ((value) << PWM_TNPR_TXNPTR_Pos)))\r
-/* -------- PWM_TNCR : (PWM Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define PWM_TNCR_TXNCTR_Pos 0\r
-#define PWM_TNCR_TXNCTR_Msk (0xffffu << PWM_TNCR_TXNCTR_Pos) /**< \brief (PWM_TNCR) Transmit Counter Next */\r
-#define PWM_TNCR_TXNCTR(value) ((PWM_TNCR_TXNCTR_Msk & ((value) << PWM_TNCR_TXNCTR_Pos)))\r
-/* -------- PWM_PTCR : (PWM Offset: 0x120) Transfer Control Register -------- */\r
-#define PWM_PTCR_RXTEN (0x1u << 0) /**< \brief (PWM_PTCR) Receiver Transfer Enable */\r
-#define PWM_PTCR_RXTDIS (0x1u << 1) /**< \brief (PWM_PTCR) Receiver Transfer Disable */\r
-#define PWM_PTCR_TXTEN (0x1u << 8) /**< \brief (PWM_PTCR) Transmitter Transfer Enable */\r
-#define PWM_PTCR_TXTDIS (0x1u << 9) /**< \brief (PWM_PTCR) Transmitter Transfer Disable */\r
-/* -------- PWM_PTSR : (PWM Offset: 0x124) Transfer Status Register -------- */\r
-#define PWM_PTSR_RXTEN (0x1u << 0) /**< \brief (PWM_PTSR) Receiver Transfer Enable */\r
-#define PWM_PTSR_TXTEN (0x1u << 8) /**< \brief (PWM_PTSR) Transmitter Transfer Enable */\r
-/* -------- PWM_CMPV : (PWM Offset: N/A) PWM Comparison 0 Value Register -------- */\r
-#define PWM_CMPV_CV_Pos 0\r
-#define PWM_CMPV_CV_Msk (0xffffffu << PWM_CMPV_CV_Pos) /**< \brief (PWM_CMPV) Comparison x Value */\r
-#define PWM_CMPV_CV(value) ((PWM_CMPV_CV_Msk & ((value) << PWM_CMPV_CV_Pos)))\r
-#define PWM_CMPV_CVM (0x1u << 24) /**< \brief (PWM_CMPV) Comparison x Value Mode */\r
-/* -------- PWM_CMPVUPD : (PWM Offset: N/A) PWM Comparison 0 Value Update Register -------- */\r
-#define PWM_CMPVUPD_CVUPD_Pos 0\r
-#define PWM_CMPVUPD_CVUPD_Msk (0xffffffu << PWM_CMPVUPD_CVUPD_Pos) /**< \brief (PWM_CMPVUPD) Comparison x Value Update */\r
-#define PWM_CMPVUPD_CVUPD(value) ((PWM_CMPVUPD_CVUPD_Msk & ((value) << PWM_CMPVUPD_CVUPD_Pos)))\r
-#define PWM_CMPVUPD_CVMUPD (0x1u << 24) /**< \brief (PWM_CMPVUPD) Comparison x Value Mode Update */\r
-/* -------- PWM_CMPM : (PWM Offset: N/A) PWM Comparison 0 Mode Register -------- */\r
-#define PWM_CMPM_CEN (0x1u << 0) /**< \brief (PWM_CMPM) Comparison x Enable */\r
-#define PWM_CMPM_CTR_Pos 4\r
-#define PWM_CMPM_CTR_Msk (0xfu << PWM_CMPM_CTR_Pos) /**< \brief (PWM_CMPM) Comparison x Trigger */\r
-#define PWM_CMPM_CTR(value) ((PWM_CMPM_CTR_Msk & ((value) << PWM_CMPM_CTR_Pos)))\r
-#define PWM_CMPM_CPR_Pos 8\r
-#define PWM_CMPM_CPR_Msk (0xfu << PWM_CMPM_CPR_Pos) /**< \brief (PWM_CMPM) Comparison x Period */\r
-#define PWM_CMPM_CPR(value) ((PWM_CMPM_CPR_Msk & ((value) << PWM_CMPM_CPR_Pos)))\r
-#define PWM_CMPM_CPRCNT_Pos 12\r
-#define PWM_CMPM_CPRCNT_Msk (0xfu << PWM_CMPM_CPRCNT_Pos) /**< \brief (PWM_CMPM) Comparison x Period Counter */\r
-#define PWM_CMPM_CPRCNT(value) ((PWM_CMPM_CPRCNT_Msk & ((value) << PWM_CMPM_CPRCNT_Pos)))\r
-#define PWM_CMPM_CUPR_Pos 16\r
-#define PWM_CMPM_CUPR_Msk (0xfu << PWM_CMPM_CUPR_Pos) /**< \brief (PWM_CMPM) Comparison x Update Period */\r
-#define PWM_CMPM_CUPR(value) ((PWM_CMPM_CUPR_Msk & ((value) << PWM_CMPM_CUPR_Pos)))\r
-#define PWM_CMPM_CUPRCNT_Pos 20\r
-#define PWM_CMPM_CUPRCNT_Msk (0xfu << PWM_CMPM_CUPRCNT_Pos) /**< \brief (PWM_CMPM) Comparison x Update Period Counter */\r
-#define PWM_CMPM_CUPRCNT(value) ((PWM_CMPM_CUPRCNT_Msk & ((value) << PWM_CMPM_CUPRCNT_Pos)))\r
-/* -------- PWM_CMPMUPD : (PWM Offset: N/A) PWM Comparison 0 Mode Update Register -------- */\r
-#define PWM_CMPMUPD_CENUPD (0x1u << 0) /**< \brief (PWM_CMPMUPD) Comparison x Enable Update */\r
-#define PWM_CMPMUPD_CTRUPD_Pos 4\r
-#define PWM_CMPMUPD_CTRUPD_Msk (0xfu << PWM_CMPMUPD_CTRUPD_Pos) /**< \brief (PWM_CMPMUPD) Comparison x Trigger Update */\r
-#define PWM_CMPMUPD_CTRUPD(value) ((PWM_CMPMUPD_CTRUPD_Msk & ((value) << PWM_CMPMUPD_CTRUPD_Pos)))\r
-#define PWM_CMPMUPD_CPRUPD_Pos 8\r
-#define PWM_CMPMUPD_CPRUPD_Msk (0xfu << PWM_CMPMUPD_CPRUPD_Pos) /**< \brief (PWM_CMPMUPD) Comparison x Period Update */\r
-#define PWM_CMPMUPD_CPRUPD(value) ((PWM_CMPMUPD_CPRUPD_Msk & ((value) << PWM_CMPMUPD_CPRUPD_Pos)))\r
-#define PWM_CMPMUPD_CUPRUPD_Pos 16\r
-#define PWM_CMPMUPD_CUPRUPD_Msk (0xfu << PWM_CMPMUPD_CUPRUPD_Pos) /**< \brief (PWM_CMPMUPD) Comparison x Update Period Update */\r
-#define PWM_CMPMUPD_CUPRUPD(value) ((PWM_CMPMUPD_CUPRUPD_Msk & ((value) << PWM_CMPMUPD_CUPRUPD_Pos)))\r
-/* -------- PWM_CMR : (PWM Offset: N/A) PWM Channel Mode Register -------- */\r
-#define PWM_CMR_CPRE_Pos 0\r
-#define PWM_CMR_CPRE_Msk (0xfu << PWM_CMR_CPRE_Pos) /**< \brief (PWM_CMR) Channel Pre-scaler */\r
-#define   PWM_CMR_CPRE_MCK (0x0u << 0) /**< \brief (PWM_CMR) Master clock */\r
-#define   PWM_CMR_CPRE_MCK_DIV_2 (0x1u << 0) /**< \brief (PWM_CMR) Master clock/2 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_4 (0x2u << 0) /**< \brief (PWM_CMR) Master clock/4 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_8 (0x3u << 0) /**< \brief (PWM_CMR) Master clock/8 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_16 (0x4u << 0) /**< \brief (PWM_CMR) Master clock/16 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_32 (0x5u << 0) /**< \brief (PWM_CMR) Master clock/32 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_64 (0x6u << 0) /**< \brief (PWM_CMR) Master clock/64 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_128 (0x7u << 0) /**< \brief (PWM_CMR) Master clock/128 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_256 (0x8u << 0) /**< \brief (PWM_CMR) Master clock/256 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_512 (0x9u << 0) /**< \brief (PWM_CMR) Master clock/512 */\r
-#define   PWM_CMR_CPRE_MCK_DIV_1024 (0xAu << 0) /**< \brief (PWM_CMR) Master clock/1024 */\r
-#define   PWM_CMR_CPRE_CLKA (0xBu << 0) /**< \brief (PWM_CMR) Clock A */\r
-#define   PWM_CMR_CPRE_CLKB (0xCu << 0) /**< \brief (PWM_CMR) Clock B */\r
-#define PWM_CMR_CALG (0x1u << 8) /**< \brief (PWM_CMR) Channel Alignment */\r
-#define PWM_CMR_CPOL (0x1u << 9) /**< \brief (PWM_CMR) Channel Polarity */\r
-#define PWM_CMR_CES (0x1u << 10) /**< \brief (PWM_CMR) Counter Event Selection */\r
-#define PWM_CMR_UPDS (0x1u << 11) /**< \brief (PWM_CMR) Update Selection */\r
-#define PWM_CMR_DTE (0x1u << 16) /**< \brief (PWM_CMR) Dead-Time Generator Enable */\r
-#define PWM_CMR_DTHI (0x1u << 17) /**< \brief (PWM_CMR) Dead-Time PWMHx Output Inverted */\r
-#define PWM_CMR_DTLI (0x1u << 18) /**< \brief (PWM_CMR) Dead-Time PWMLx Output Inverted */\r
-/* -------- PWM_CDTY : (PWM Offset: N/A) PWM Channel Duty Cycle Register -------- */\r
-#define PWM_CDTY_CDTY_Pos 0\r
-#define PWM_CDTY_CDTY_Msk (0xffffffu << PWM_CDTY_CDTY_Pos) /**< \brief (PWM_CDTY) Channel Duty-Cycle */\r
-#define PWM_CDTY_CDTY(value) ((PWM_CDTY_CDTY_Msk & ((value) << PWM_CDTY_CDTY_Pos)))\r
-/* -------- PWM_CDTYUPD : (PWM Offset: N/A) PWM Channel Duty Cycle Update Register -------- */\r
-#define PWM_CDTYUPD_CDTYUPD_Pos 0\r
-#define PWM_CDTYUPD_CDTYUPD_Msk (0xffffffu << PWM_CDTYUPD_CDTYUPD_Pos) /**< \brief (PWM_CDTYUPD) Channel Duty-Cycle Update */\r
-#define PWM_CDTYUPD_CDTYUPD(value) ((PWM_CDTYUPD_CDTYUPD_Msk & ((value) << PWM_CDTYUPD_CDTYUPD_Pos)))\r
-/* -------- PWM_CPRD : (PWM Offset: N/A) PWM Channel Period Register -------- */\r
-#define PWM_CPRD_CPRD_Pos 0\r
-#define PWM_CPRD_CPRD_Msk (0xffffffu << PWM_CPRD_CPRD_Pos) /**< \brief (PWM_CPRD) Channel Period */\r
-#define PWM_CPRD_CPRD(value) ((PWM_CPRD_CPRD_Msk & ((value) << PWM_CPRD_CPRD_Pos)))\r
-/* -------- PWM_CPRDUPD : (PWM Offset: N/A) PWM Channel Period Update Register -------- */\r
-#define PWM_CPRDUPD_CPRDUPD_Pos 0\r
-#define PWM_CPRDUPD_CPRDUPD_Msk (0xffffffu << PWM_CPRDUPD_CPRDUPD_Pos) /**< \brief (PWM_CPRDUPD) Channel Period Update */\r
-#define PWM_CPRDUPD_CPRDUPD(value) ((PWM_CPRDUPD_CPRDUPD_Msk & ((value) << PWM_CPRDUPD_CPRDUPD_Pos)))\r
-/* -------- PWM_CCNT : (PWM Offset: N/A) PWM Channel Counter Register -------- */\r
-#define PWM_CCNT_CNT_Pos 0\r
-#define PWM_CCNT_CNT_Msk (0xffffffu << PWM_CCNT_CNT_Pos) /**< \brief (PWM_CCNT) Channel Counter Register */\r
-/* -------- PWM_DT : (PWM Offset: N/A) PWM Channel Dead Time Register -------- */\r
-#define PWM_DT_DTH_Pos 0\r
-#define PWM_DT_DTH_Msk (0xffffu << PWM_DT_DTH_Pos) /**< \brief (PWM_DT) Dead-Time Value for PWMHx Output */\r
-#define PWM_DT_DTH(value) ((PWM_DT_DTH_Msk & ((value) << PWM_DT_DTH_Pos)))\r
-#define PWM_DT_DTL_Pos 16\r
-#define PWM_DT_DTL_Msk (0xffffu << PWM_DT_DTL_Pos) /**< \brief (PWM_DT) Dead-Time Value for PWMLx Output */\r
-#define PWM_DT_DTL(value) ((PWM_DT_DTL_Msk & ((value) << PWM_DT_DTL_Pos)))\r
-/* -------- PWM_DTUPD : (PWM Offset: N/A) PWM Channel Dead Time Update Register -------- */\r
-#define PWM_DTUPD_DTHUPD_Pos 0\r
-#define PWM_DTUPD_DTHUPD_Msk (0xffffu << PWM_DTUPD_DTHUPD_Pos) /**< \brief (PWM_DTUPD) Dead-Time Value Update for PWMHx Output */\r
-#define PWM_DTUPD_DTHUPD(value) ((PWM_DTUPD_DTHUPD_Msk & ((value) << PWM_DTUPD_DTHUPD_Pos)))\r
-#define PWM_DTUPD_DTLUPD_Pos 16\r
-#define PWM_DTUPD_DTLUPD_Msk (0xffffu << PWM_DTUPD_DTLUPD_Pos) /**< \brief (PWM_DTUPD) Dead-Time Value Update for PWMLx Output */\r
-#define PWM_DTUPD_DTLUPD(value) ((PWM_DTUPD_DTLUPD_Msk & ((value) << PWM_DTUPD_DTLUPD_Pos)))\r
-/* -------- PWM_CMUPD : (PWM Offset: N/A) PWM Channel Mode Update Register -------- */\r
-#define PWM_CMUPD_CPOLUP (0x1u << 9) /**< \brief (PWM_CMUPD) Channel Polarity Update */\r
-#define PWM_CMUPD_CPOLINVUP (0x1u << 13) /**< \brief (PWM_CMUPD) Channel Polarity Inversion Update */\r
-/* -------- PWM_CAE : (PWM Offset: N/A) PWM Channel Additional Edge Register -------- */\r
-#define PWM_CAE_ADEDGV_Pos 0\r
-#define PWM_CAE_ADEDGV_Msk (0xffffffu << PWM_CAE_ADEDGV_Pos) /**< \brief (PWM_CAE) Channel Additional Edge Value */\r
-#define PWM_CAE_ADEDGV(value) ((PWM_CAE_ADEDGV_Msk & ((value) << PWM_CAE_ADEDGV_Pos)))\r
-#define PWM_CAE_ADEDGM_Pos 24\r
-#define PWM_CAE_ADEDGM_Msk (0x3u << PWM_CAE_ADEDGM_Pos) /**< \brief (PWM_CAE) Channel Additional Edge Mode */\r
-#define   PWM_CAE_ADEDGM_INC (0x0u << 24) /**< \brief (PWM_CAE) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGV and the counter of the channel x is incrementing. */\r
-#define   PWM_CAE_ADEDGM_DEC (0x1u << 24) /**< \brief (PWM_CAE) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGV and the counter of the channel x is incrementing. */\r
-#define   PWM_CAE_ADEDGM_BOTH (0x2u << 24) /**< \brief (PWM_CAE) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGV, whether the counter is incrementing or not. */\r
-/* -------- PWM_CAEUPD : (PWM Offset: N/A) PWM Channel Additional Edge Update Register -------- */\r
-#define PWM_CAEUPD_ADEDGVUP_Pos 0\r
-#define PWM_CAEUPD_ADEDGVUP_Msk (0xffffffu << PWM_CAEUPD_ADEDGVUP_Pos) /**< \brief (PWM_CAEUPD) Channel Additional Edge Value Update */\r
-#define PWM_CAEUPD_ADEDGVUP(value) ((PWM_CAEUPD_ADEDGVUP_Msk & ((value) << PWM_CAEUPD_ADEDGVUP_Pos)))\r
-#define PWM_CAEUPD_ADEDGMUP_Pos 24\r
-#define PWM_CAEUPD_ADEDGMUP_Msk (0x3u << PWM_CAEUPD_ADEDGMUP_Pos) /**< \brief (PWM_CAEUPD) Channel Additional Edge Mode Update */\r
-#define   PWM_CAEUPD_ADEDGMUP_INC (0x0u << 24) /**< \brief (PWM_CAEUPD) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGVUP and the counter of the channel x is incrementing. */\r
-#define   PWM_CAEUPD_ADEDGMUP_DEC (0x1u << 24) /**< \brief (PWM_CAEUPD) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGVUP and the counter of the channel x is incrementing. */\r
-#define   PWM_CAEUPD_ADEDGMUP_BOTH (0x2u << 24) /**< \brief (PWM_CAEUPD) The additional edge of the channel x output waveform occurs when CCNTx reaches ADEDGVUP, whether the counter is incrementing or not. */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_PWM_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rstc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rstc.h
deleted file mode 100644 (file)
index abc1b63..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RSTC_COMPONENT_\r
-#define _SAM4E_RSTC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Reset Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_RSTC Reset Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Rstc hardware registers */\r
-typedef struct {\r
-  WoReg RSTC_CR; /**< \brief (Rstc Offset: 0x00) Control Register */\r
-  RoReg RSTC_SR; /**< \brief (Rstc Offset: 0x04) Status Register */\r
-  RwReg RSTC_MR; /**< \brief (Rstc Offset: 0x08) Mode Register */\r
-} Rstc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- RSTC_CR : (RSTC Offset: 0x00) Control Register -------- */\r
-#define RSTC_CR_PROCRST (0x1u << 0) /**< \brief (RSTC_CR) Processor Reset */\r
-#define RSTC_CR_PERRST (0x1u << 2) /**< \brief (RSTC_CR) Peripheral Reset */\r
-#define RSTC_CR_EXTRST (0x1u << 3) /**< \brief (RSTC_CR) External Reset */\r
-#define RSTC_CR_KEY_Pos 24\r
-#define RSTC_CR_KEY_Msk (0xffu << RSTC_CR_KEY_Pos) /**< \brief (RSTC_CR) System Reset Key */\r
-#define RSTC_CR_KEY(value) ((RSTC_CR_KEY_Msk & ((value) << RSTC_CR_KEY_Pos)))\r
-/* -------- RSTC_SR : (RSTC Offset: 0x04) Status Register -------- */\r
-#define RSTC_SR_URSTS (0x1u << 0) /**< \brief (RSTC_SR) User Reset Status */\r
-#define RSTC_SR_RSTTYP_Pos 8\r
-#define RSTC_SR_RSTTYP_Msk (0x7u << RSTC_SR_RSTTYP_Pos) /**< \brief (RSTC_SR) Reset Type */\r
-#define RSTC_SR_NRSTL (0x1u << 16) /**< \brief (RSTC_SR) NRST Pin Level */\r
-#define RSTC_SR_SRCMP (0x1u << 17) /**< \brief (RSTC_SR) Software Reset Command in Progress */\r
-/* -------- RSTC_MR : (RSTC Offset: 0x08) Mode Register -------- */\r
-#define RSTC_MR_URSTEN (0x1u << 0) /**< \brief (RSTC_MR) User Reset Enable */\r
-#define RSTC_MR_URSTIEN (0x1u << 4) /**< \brief (RSTC_MR) User Reset Interrupt Enable */\r
-#define RSTC_MR_ERSTL_Pos 8\r
-#define RSTC_MR_ERSTL_Msk (0xfu << RSTC_MR_ERSTL_Pos) /**< \brief (RSTC_MR) External Reset Length */\r
-#define RSTC_MR_ERSTL(value) ((RSTC_MR_ERSTL_Msk & ((value) << RSTC_MR_ERSTL_Pos)))\r
-#define RSTC_MR_KEY_Pos 24\r
-#define RSTC_MR_KEY_Msk (0xffu << RSTC_MR_KEY_Pos) /**< \brief (RSTC_MR) Password */\r
-#define RSTC_MR_KEY(value) ((RSTC_MR_KEY_Msk & ((value) << RSTC_MR_KEY_Pos)))\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_RSTC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rswdt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rswdt.h
deleted file mode 100644 (file)
index 2f728db..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RSWDT_COMPONENT_\r
-#define _SAM4E_RSWDT_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Reinforced Safety Watchdog Timer */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_RSWDT Reinforced Safety Watchdog Timer */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Rswdt hardware registers */\r
-typedef struct {\r
-  WoReg RSWDT_CR; /**< \brief (Rswdt Offset: 0x00) Control Register */\r
-  RwReg RSWDT_MR; /**< \brief (Rswdt Offset: 0x04) Mode Register */\r
-  RoReg RSWDT_SR; /**< \brief (Rswdt Offset: 0x08) Status Register */\r
-} Rswdt;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- RSWDT_CR : (RSWDT Offset: 0x00) Control Register -------- */\r
-#define RSWDT_CR_WDRSTT (0x1u << 0) /**< \brief (RSWDT_CR) Watchdog Restart */\r
-#define RSWDT_CR_KEY_Pos 24\r
-#define RSWDT_CR_KEY_Msk (0xffu << RSWDT_CR_KEY_Pos) /**< \brief (RSWDT_CR) Password */\r
-#define RSWDT_CR_KEY(value) ((RSWDT_CR_KEY_Msk & ((value) << RSWDT_CR_KEY_Pos)))\r
-/* -------- RSWDT_MR : (RSWDT Offset: 0x04) Mode Register -------- */\r
-#define RSWDT_MR_WDV_Pos 0\r
-#define RSWDT_MR_WDV_Msk (0xfffu << RSWDT_MR_WDV_Pos) /**< \brief (RSWDT_MR) Watchdog Counter Value */\r
-#define RSWDT_MR_WDV(value) ((RSWDT_MR_WDV_Msk & ((value) << RSWDT_MR_WDV_Pos)))\r
-#define RSWDT_MR_WDFIEN (0x1u << 12) /**< \brief (RSWDT_MR) Watchdog Fault Interrupt Enable */\r
-#define RSWDT_MR_WDRSTEN (0x1u << 13) /**< \brief (RSWDT_MR) Watchdog Reset Enable */\r
-#define RSWDT_MR_WDRPROC (0x1u << 14) /**< \brief (RSWDT_MR) Watchdog Reset Processor */\r
-#define RSWDT_MR_WDDIS (0x1u << 15) /**< \brief (RSWDT_MR) Watchdog Disable */\r
-#define RSWDT_MR_WDD_Pos 16\r
-#define RSWDT_MR_WDD_Msk (0xfffu << RSWDT_MR_WDD_Pos) /**< \brief (RSWDT_MR) Watchdog Delta Value */\r
-#define RSWDT_MR_WDD(value) ((RSWDT_MR_WDD_Msk & ((value) << RSWDT_MR_WDD_Pos)))\r
-#define RSWDT_MR_WDDBGHLT (0x1u << 28) /**< \brief (RSWDT_MR) Watchdog Debug Halt */\r
-#define RSWDT_MR_WDIDLEHLT (0x1u << 29) /**< \brief (RSWDT_MR) Watchdog Idle Halt */\r
-/* -------- RSWDT_SR : (RSWDT Offset: 0x08) Status Register -------- */\r
-#define RSWDT_SR_WDUNF (0x1u << 0) /**< \brief (RSWDT_SR) Watchdog Underflow */\r
-#define RSWDT_SR_WDERR (0x1u << 1) /**< \brief (RSWDT_SR) Watchdog Error */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_RSWDT_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtc.h
deleted file mode 100644 (file)
index 94d9303..0000000
+++ /dev/null
@@ -1,231 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RTC_COMPONENT_\r
-#define _SAM4E_RTC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Real-time Clock */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_RTC Real-time Clock */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Rtc hardware registers */\r
-typedef struct {\r
-  RwReg RTC_CR;     /**< \brief (Rtc Offset: 0x00) Control Register */\r
-  RwReg RTC_MR;     /**< \brief (Rtc Offset: 0x04) Mode Register */\r
-  RwReg RTC_TIMR;   /**< \brief (Rtc Offset: 0x08) Time Register */\r
-  RwReg RTC_CALR;   /**< \brief (Rtc Offset: 0x0C) Calendar Register */\r
-  RwReg RTC_TIMALR; /**< \brief (Rtc Offset: 0x10) Time Alarm Register */\r
-  RwReg RTC_CALALR; /**< \brief (Rtc Offset: 0x14) Calendar Alarm Register */\r
-  RoReg RTC_SR;     /**< \brief (Rtc Offset: 0x18) Status Register */\r
-  WoReg RTC_SCCR;   /**< \brief (Rtc Offset: 0x1C) Status Clear Command Register */\r
-  WoReg RTC_IER;    /**< \brief (Rtc Offset: 0x20) Interrupt Enable Register */\r
-  WoReg RTC_IDR;    /**< \brief (Rtc Offset: 0x24) Interrupt Disable Register */\r
-  RoReg RTC_IMR;    /**< \brief (Rtc Offset: 0x28) Interrupt Mask Register */\r
-  RoReg RTC_VER;    /**< \brief (Rtc Offset: 0x2C) Valid Entry Register */\r
-} Rtc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- RTC_CR : (RTC Offset: 0x00) Control Register -------- */\r
-#define RTC_CR_UPDTIM (0x1u << 0) /**< \brief (RTC_CR) Update Request Time Register */\r
-#define RTC_CR_UPDCAL (0x1u << 1) /**< \brief (RTC_CR) Update Request Calendar Register */\r
-#define RTC_CR_TIMEVSEL_Pos 8\r
-#define RTC_CR_TIMEVSEL_Msk (0x3u << RTC_CR_TIMEVSEL_Pos) /**< \brief (RTC_CR) Time Event Selection */\r
-#define   RTC_CR_TIMEVSEL_MINUTE (0x0u << 8) /**< \brief (RTC_CR) Minute change */\r
-#define   RTC_CR_TIMEVSEL_HOUR (0x1u << 8) /**< \brief (RTC_CR) Hour change */\r
-#define   RTC_CR_TIMEVSEL_MIDNIGHT (0x2u << 8) /**< \brief (RTC_CR) Every day at midnight */\r
-#define   RTC_CR_TIMEVSEL_NOON (0x3u << 8) /**< \brief (RTC_CR) Every day at noon */\r
-#define RTC_CR_CALEVSEL_Pos 16\r
-#define RTC_CR_CALEVSEL_Msk (0x3u << RTC_CR_CALEVSEL_Pos) /**< \brief (RTC_CR) Calendar Event Selection */\r
-#define   RTC_CR_CALEVSEL_WEEK (0x0u << 16) /**< \brief (RTC_CR) Week change (every Monday at time 00:00:00) */\r
-#define   RTC_CR_CALEVSEL_MONTH (0x1u << 16) /**< \brief (RTC_CR) Month change (every 01 of each month at time 00:00:00) */\r
-#define   RTC_CR_CALEVSEL_YEAR (0x2u << 16) /**< \brief (RTC_CR) Year change (every January 1 at time 00:00:00) */\r
-/* -------- RTC_MR : (RTC Offset: 0x04) Mode Register -------- */\r
-#define RTC_MR_HRMOD (0x1u << 0) /**< \brief (RTC_MR) 12-/24-hour Mode */\r
-#define RTC_MR_PERSIAN (0x1u << 1) /**< \brief (RTC_MR) PERSIAN Calendar */\r
-#define RTC_MR_NEGPPM (0x1u << 4) /**< \brief (RTC_MR) NEGative PPM Correction */\r
-#define RTC_MR_CORRECTION_Pos 8\r
-#define RTC_MR_CORRECTION_Msk (0x7fu << RTC_MR_CORRECTION_Pos) /**< \brief (RTC_MR) Slow Clock Correction */\r
-#define RTC_MR_CORRECTION(value) ((RTC_MR_CORRECTION_Msk & ((value) << RTC_MR_CORRECTION_Pos)))\r
-#define RTC_MR_HIGHPPM (0x1u << 15) /**< \brief (RTC_MR) HIGH PPM Correction */\r
-#define RTC_MR_OUT0_Pos 16\r
-#define RTC_MR_OUT0_Msk (0x7u << RTC_MR_OUT0_Pos) /**< \brief (RTC_MR) RTCOUT0 OutputSource Selection */\r
-#define   RTC_MR_OUT0_NO_WAVE (0x0u << 16) /**< \brief (RTC_MR) no waveform, stuck at '0' */\r
-#define   RTC_MR_OUT0_FREQ1HZ (0x1u << 16) /**< \brief (RTC_MR) 1 Hz square wave */\r
-#define   RTC_MR_OUT0_FREQ32HZ (0x2u << 16) /**< \brief (RTC_MR) 32 Hz square wave */\r
-#define   RTC_MR_OUT0_FREQ64HZ (0x3u << 16) /**< \brief (RTC_MR) 64 Hz square wave */\r
-#define   RTC_MR_OUT0_FREQ512HZ (0x4u << 16) /**< \brief (RTC_MR) 512 Hz square wave */\r
-#define   RTC_MR_OUT0_ALARM_TOGGLE (0x5u << 16) /**< \brief (RTC_MR) output toggles when alarm flag rises */\r
-#define   RTC_MR_OUT0_ALARM_FLAG (0x6u << 16) /**< \brief (RTC_MR) output is a copy of the alarm flag */\r
-#define   RTC_MR_OUT0_PROG_PULSE (0x7u << 16) /**< \brief (RTC_MR) duty cycle programmable pulse */\r
-#define RTC_MR_OUT1_Pos 20\r
-#define RTC_MR_OUT1_Msk (0x7u << RTC_MR_OUT1_Pos) /**< \brief (RTC_MR) RTCOUT1 Output Source Selection */\r
-#define   RTC_MR_OUT1_NO_WAVE (0x0u << 20) /**< \brief (RTC_MR) no waveform, stuck at '0' */\r
-#define   RTC_MR_OUT1_FREQ1HZ (0x1u << 20) /**< \brief (RTC_MR) 1 Hz square wave */\r
-#define   RTC_MR_OUT1_FREQ32HZ (0x2u << 20) /**< \brief (RTC_MR) 32 Hz square wave */\r
-#define   RTC_MR_OUT1_FREQ64HZ (0x3u << 20) /**< \brief (RTC_MR) 64 Hz square wave */\r
-#define   RTC_MR_OUT1_FREQ512HZ (0x4u << 20) /**< \brief (RTC_MR) 512 Hz square wave */\r
-#define   RTC_MR_OUT1_ALARM_TOGGLE (0x5u << 20) /**< \brief (RTC_MR) output toggles when alarm flag rises */\r
-#define   RTC_MR_OUT1_ALARM_FLAG (0x6u << 20) /**< \brief (RTC_MR) output is a copy of the alarm flag */\r
-#define   RTC_MR_OUT1_PROG_PULSE (0x7u << 20) /**< \brief (RTC_MR) duty cycle programmable pulse */\r
-#define RTC_MR_THIGH_Pos 24\r
-#define RTC_MR_THIGH_Msk (0x7u << RTC_MR_THIGH_Pos) /**< \brief (RTC_MR) High Duration of the Output Pulse */\r
-#define   RTC_MR_THIGH_H_31MS (0x0u << 24) /**< \brief (RTC_MR) 31.2 ms */\r
-#define   RTC_MR_THIGH_H_16MS (0x1u << 24) /**< \brief (RTC_MR) 15.6 ms */\r
-#define   RTC_MR_THIGH_H_4MS (0x2u << 24) /**< \brief (RTC_MR) 3.91 Mms */\r
-#define   RTC_MR_THIGH_H_976US (0x3u << 24) /**< \brief (RTC_MR) 976 us */\r
-#define   RTC_MR_THIGH_H_488US (0x4u << 24) /**< \brief (RTC_MR) 488 us */\r
-#define   RTC_MR_THIGH_H_122US (0x5u << 24) /**< \brief (RTC_MR) 122 us */\r
-#define   RTC_MR_THIGH_H_30US (0x6u << 24) /**< \brief (RTC_MR) 30.5 us */\r
-#define   RTC_MR_THIGH_H_15US (0x7u << 24) /**< \brief (RTC_MR) 15.2 us */\r
-#define RTC_MR_TPERIOD_Pos 28\r
-#define RTC_MR_TPERIOD_Msk (0x3u << RTC_MR_TPERIOD_Pos) /**< \brief (RTC_MR) Period of the Output Pulse */\r
-#define   RTC_MR_TPERIOD_P_1S (0x0u << 28) /**< \brief (RTC_MR) 1 second */\r
-#define   RTC_MR_TPERIOD_P_500MS (0x1u << 28) /**< \brief (RTC_MR) 500 ms */\r
-#define   RTC_MR_TPERIOD_P_250MS (0x2u << 28) /**< \brief (RTC_MR) 250 ms */\r
-#define   RTC_MR_TPERIOD_P_125MS (0x3u << 28) /**< \brief (RTC_MR) 125 ms */\r
-/* -------- RTC_TIMR : (RTC Offset: 0x08) Time Register -------- */\r
-#define RTC_TIMR_SEC_Pos 0\r
-#define RTC_TIMR_SEC_Msk (0x7fu << RTC_TIMR_SEC_Pos) /**< \brief (RTC_TIMR) Current Second */\r
-#define RTC_TIMR_SEC(value) ((RTC_TIMR_SEC_Msk & ((value) << RTC_TIMR_SEC_Pos)))\r
-#define RTC_TIMR_MIN_Pos 8\r
-#define RTC_TIMR_MIN_Msk (0x7fu << RTC_TIMR_MIN_Pos) /**< \brief (RTC_TIMR) Current Minute */\r
-#define RTC_TIMR_MIN(value) ((RTC_TIMR_MIN_Msk & ((value) << RTC_TIMR_MIN_Pos)))\r
-#define RTC_TIMR_HOUR_Pos 16\r
-#define RTC_TIMR_HOUR_Msk (0x3fu << RTC_TIMR_HOUR_Pos) /**< \brief (RTC_TIMR) Current Hour */\r
-#define RTC_TIMR_HOUR(value) ((RTC_TIMR_HOUR_Msk & ((value) << RTC_TIMR_HOUR_Pos)))\r
-#define RTC_TIMR_AMPM (0x1u << 22) /**< \brief (RTC_TIMR) Ante Meridiem Post Meridiem Indicator */\r
-/* -------- RTC_CALR : (RTC Offset: 0x0C) Calendar Register -------- */\r
-#define RTC_CALR_CENT_Pos 0\r
-#define RTC_CALR_CENT_Msk (0x7fu << RTC_CALR_CENT_Pos) /**< \brief (RTC_CALR) Current Century */\r
-#define RTC_CALR_CENT(value) ((RTC_CALR_CENT_Msk & ((value) << RTC_CALR_CENT_Pos)))\r
-#define RTC_CALR_YEAR_Pos 8\r
-#define RTC_CALR_YEAR_Msk (0xffu << RTC_CALR_YEAR_Pos) /**< \brief (RTC_CALR) Current Year */\r
-#define RTC_CALR_YEAR(value) ((RTC_CALR_YEAR_Msk & ((value) << RTC_CALR_YEAR_Pos)))\r
-#define RTC_CALR_MONTH_Pos 16\r
-#define RTC_CALR_MONTH_Msk (0x1fu << RTC_CALR_MONTH_Pos) /**< \brief (RTC_CALR) Current Month */\r
-#define RTC_CALR_MONTH(value) ((RTC_CALR_MONTH_Msk & ((value) << RTC_CALR_MONTH_Pos)))\r
-#define RTC_CALR_DAY_Pos 21\r
-#define RTC_CALR_DAY_Msk (0x7u << RTC_CALR_DAY_Pos) /**< \brief (RTC_CALR) Current Day in Current Week */\r
-#define RTC_CALR_DAY(value) ((RTC_CALR_DAY_Msk & ((value) << RTC_CALR_DAY_Pos)))\r
-#define RTC_CALR_DATE_Pos 24\r
-#define RTC_CALR_DATE_Msk (0x3fu << RTC_CALR_DATE_Pos) /**< \brief (RTC_CALR) Current Day in Current Month */\r
-#define RTC_CALR_DATE(value) ((RTC_CALR_DATE_Msk & ((value) << RTC_CALR_DATE_Pos)))\r
-/* -------- RTC_TIMALR : (RTC Offset: 0x10) Time Alarm Register -------- */\r
-#define RTC_TIMALR_SEC_Pos 0\r
-#define RTC_TIMALR_SEC_Msk (0x7fu << RTC_TIMALR_SEC_Pos) /**< \brief (RTC_TIMALR) Second Alarm */\r
-#define RTC_TIMALR_SEC(value) ((RTC_TIMALR_SEC_Msk & ((value) << RTC_TIMALR_SEC_Pos)))\r
-#define RTC_TIMALR_SECEN (0x1u << 7) /**< \brief (RTC_TIMALR) Second Alarm Enable */\r
-#define RTC_TIMALR_MIN_Pos 8\r
-#define RTC_TIMALR_MIN_Msk (0x7fu << RTC_TIMALR_MIN_Pos) /**< \brief (RTC_TIMALR) Minute Alarm */\r
-#define RTC_TIMALR_MIN(value) ((RTC_TIMALR_MIN_Msk & ((value) << RTC_TIMALR_MIN_Pos)))\r
-#define RTC_TIMALR_MINEN (0x1u << 15) /**< \brief (RTC_TIMALR) Minute Alarm Enable */\r
-#define RTC_TIMALR_HOUR_Pos 16\r
-#define RTC_TIMALR_HOUR_Msk (0x3fu << RTC_TIMALR_HOUR_Pos) /**< \brief (RTC_TIMALR) Hour Alarm */\r
-#define RTC_TIMALR_HOUR(value) ((RTC_TIMALR_HOUR_Msk & ((value) << RTC_TIMALR_HOUR_Pos)))\r
-#define RTC_TIMALR_AMPM (0x1u << 22) /**< \brief (RTC_TIMALR) AM/PM Indicator */\r
-#define RTC_TIMALR_HOUREN (0x1u << 23) /**< \brief (RTC_TIMALR) Hour Alarm Enable */\r
-/* -------- RTC_CALALR : (RTC Offset: 0x14) Calendar Alarm Register -------- */\r
-#define RTC_CALALR_MONTH_Pos 16\r
-#define RTC_CALALR_MONTH_Msk (0x1fu << RTC_CALALR_MONTH_Pos) /**< \brief (RTC_CALALR) Month Alarm */\r
-#define RTC_CALALR_MONTH(value) ((RTC_CALALR_MONTH_Msk & ((value) << RTC_CALALR_MONTH_Pos)))\r
-#define RTC_CALALR_MTHEN (0x1u << 23) /**< \brief (RTC_CALALR) Month Alarm Enable */\r
-#define RTC_CALALR_DATE_Pos 24\r
-#define RTC_CALALR_DATE_Msk (0x3fu << RTC_CALALR_DATE_Pos) /**< \brief (RTC_CALALR) Date Alarm */\r
-#define RTC_CALALR_DATE(value) ((RTC_CALALR_DATE_Msk & ((value) << RTC_CALALR_DATE_Pos)))\r
-#define RTC_CALALR_DATEEN (0x1u << 31) /**< \brief (RTC_CALALR) Date Alarm Enable */\r
-/* -------- RTC_SR : (RTC Offset: 0x18) Status Register -------- */\r
-#define RTC_SR_ACKUPD (0x1u << 0) /**< \brief (RTC_SR) Acknowledge for Update */\r
-#define   RTC_SR_ACKUPD_FREERUN (0x0u << 0) /**< \brief (RTC_SR) Time and calendar registers cannot be updated. */\r
-#define   RTC_SR_ACKUPD_UPDATE (0x1u << 0) /**< \brief (RTC_SR) Time and calendar registers can be updated. */\r
-#define RTC_SR_ALARM (0x1u << 1) /**< \brief (RTC_SR) Alarm Flag */\r
-#define   RTC_SR_ALARM_NO_ALARMEVENT (0x0u << 1) /**< \brief (RTC_SR) No alarm matching condition occurred. */\r
-#define   RTC_SR_ALARM_ALARMEVENT (0x1u << 1) /**< \brief (RTC_SR) An alarm matching condition has occurred. */\r
-#define RTC_SR_SEC (0x1u << 2) /**< \brief (RTC_SR) Second Event */\r
-#define   RTC_SR_SEC_NO_SECEVENT (0x0u << 2) /**< \brief (RTC_SR) No second event has occurred since the last clear. */\r
-#define   RTC_SR_SEC_SECEVENT (0x1u << 2) /**< \brief (RTC_SR) At least one second event has occurred since the last clear. */\r
-#define RTC_SR_TIMEV (0x1u << 3) /**< \brief (RTC_SR) Time Event */\r
-#define   RTC_SR_TIMEV_NO_TIMEVENT (0x0u << 3) /**< \brief (RTC_SR) No time event has occurred since the last clear. */\r
-#define   RTC_SR_TIMEV_TIMEVENT (0x1u << 3) /**< \brief (RTC_SR) At least one time event has occurred since the last clear. */\r
-#define RTC_SR_CALEV (0x1u << 4) /**< \brief (RTC_SR) Calendar Event */\r
-#define   RTC_SR_CALEV_NO_CALEVENT (0x0u << 4) /**< \brief (RTC_SR) No calendar event has occurred since the last clear. */\r
-#define   RTC_SR_CALEV_CALEVENT (0x1u << 4) /**< \brief (RTC_SR) At least one calendar event has occurred since the last clear. */\r
-#define RTC_SR_TDERR (0x1u << 5) /**< \brief (RTC_SR) Time and/or Date Free Running Error */\r
-#define   RTC_SR_TDERR_CORRECT (0x0u << 5) /**< \brief (RTC_SR) The internal free running counters are carrying valid values since the last read of RTC_SR. */\r
-#define   RTC_SR_TDERR_ERR_TIMEDATE (0x1u << 5) /**< \brief (RTC_SR) The internal free running counters have been corrupted (invalid date or time, non-BCD values) since the last read and/or they are still invalid. */\r
-/* -------- RTC_SCCR : (RTC Offset: 0x1C) Status Clear Command Register -------- */\r
-#define RTC_SCCR_ACKCLR (0x1u << 0) /**< \brief (RTC_SCCR) Acknowledge Clear */\r
-#define RTC_SCCR_ALRCLR (0x1u << 1) /**< \brief (RTC_SCCR) Alarm Clear */\r
-#define RTC_SCCR_SECCLR (0x1u << 2) /**< \brief (RTC_SCCR) Second Clear */\r
-#define RTC_SCCR_TIMCLR (0x1u << 3) /**< \brief (RTC_SCCR) Time Clear */\r
-#define RTC_SCCR_CALCLR (0x1u << 4) /**< \brief (RTC_SCCR) Calendar Clear */\r
-#define RTC_SCCR_TDERRCLR (0x1u << 5) /**< \brief (RTC_SCCR) Time and/or Date Free Running Error Clear */\r
-/* -------- RTC_IER : (RTC Offset: 0x20) Interrupt Enable Register -------- */\r
-#define RTC_IER_ACKEN (0x1u << 0) /**< \brief (RTC_IER) Acknowledge Update Interrupt Enable */\r
-#define RTC_IER_ALREN (0x1u << 1) /**< \brief (RTC_IER) Alarm Interrupt Enable */\r
-#define RTC_IER_SECEN (0x1u << 2) /**< \brief (RTC_IER) Second Event Interrupt Enable */\r
-#define RTC_IER_TIMEN (0x1u << 3) /**< \brief (RTC_IER) Time Event Interrupt Enable */\r
-#define RTC_IER_CALEN (0x1u << 4) /**< \brief (RTC_IER) Calendar Event Interrupt Enable */\r
-#define RTC_IER_TDERREN (0x1u << 5) /**< \brief (RTC_IER) Time and/or Date Error Interrupt Enable */\r
-/* -------- RTC_IDR : (RTC Offset: 0x24) Interrupt Disable Register -------- */\r
-#define RTC_IDR_ACKDIS (0x1u << 0) /**< \brief (RTC_IDR) Acknowledge Update Interrupt Disable */\r
-#define RTC_IDR_ALRDIS (0x1u << 1) /**< \brief (RTC_IDR) Alarm Interrupt Disable */\r
-#define RTC_IDR_SECDIS (0x1u << 2) /**< \brief (RTC_IDR) Second Event Interrupt Disable */\r
-#define RTC_IDR_TIMDIS (0x1u << 3) /**< \brief (RTC_IDR) Time Event Interrupt Disable */\r
-#define RTC_IDR_CALDIS (0x1u << 4) /**< \brief (RTC_IDR) Calendar Event Interrupt Disable */\r
-#define RTC_IDR_TDERRDIS (0x1u << 5) /**< \brief (RTC_IDR) Time and/or Date Error Interrupt Disable */\r
-/* -------- RTC_IMR : (RTC Offset: 0x28) Interrupt Mask Register -------- */\r
-#define RTC_IMR_ACK (0x1u << 0) /**< \brief (RTC_IMR) Acknowledge Update Interrupt Mask */\r
-#define RTC_IMR_ALR (0x1u << 1) /**< \brief (RTC_IMR) Alarm Interrupt Mask */\r
-#define RTC_IMR_SEC (0x1u << 2) /**< \brief (RTC_IMR) Second Event Interrupt Mask */\r
-#define RTC_IMR_TIM (0x1u << 3) /**< \brief (RTC_IMR) Time Event Interrupt Mask */\r
-#define RTC_IMR_CAL (0x1u << 4) /**< \brief (RTC_IMR) Calendar Event Interrupt Mask */\r
-/* -------- RTC_VER : (RTC Offset: 0x2C) Valid Entry Register -------- */\r
-#define RTC_VER_NVTIM (0x1u << 0) /**< \brief (RTC_VER) Non-valid Time */\r
-#define RTC_VER_NVCAL (0x1u << 1) /**< \brief (RTC_VER) Non-valid Calendar */\r
-#define RTC_VER_NVTIMALR (0x1u << 2) /**< \brief (RTC_VER) Non-valid Time Alarm */\r
-#define RTC_VER_NVCALALR (0x1u << 3) /**< \brief (RTC_VER) Non-valid Calendar Alarm */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_RTC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/rtt.h
deleted file mode 100644 (file)
index c22057a..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RTT_COMPONENT_\r
-#define _SAM4E_RTT_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Real-time Timer */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_RTT Real-time Timer */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Rtt hardware registers */\r
-typedef struct {\r
-  RwReg RTT_MR; /**< \brief (Rtt Offset: 0x00) Mode Register */\r
-  RwReg RTT_AR; /**< \brief (Rtt Offset: 0x04) Alarm Register */\r
-  RoReg RTT_VR; /**< \brief (Rtt Offset: 0x08) Value Register */\r
-  RoReg RTT_SR; /**< \brief (Rtt Offset: 0x0C) Status Register */\r
-} Rtt;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- RTT_MR : (RTT Offset: 0x00) Mode Register -------- */\r
-#define RTT_MR_RTPRES_Pos 0\r
-#define RTT_MR_RTPRES_Msk (0xffffu << RTT_MR_RTPRES_Pos) /**< \brief (RTT_MR) Real-time Timer Prescaler Value */\r
-#define RTT_MR_RTPRES(value) ((RTT_MR_RTPRES_Msk & ((value) << RTT_MR_RTPRES_Pos)))\r
-#define RTT_MR_ALMIEN (0x1u << 16) /**< \brief (RTT_MR) Alarm Interrupt Enable */\r
-#define RTT_MR_RTTINCIEN (0x1u << 17) /**< \brief (RTT_MR) Real-time Timer Increment Interrupt Enable */\r
-#define RTT_MR_RTTRST (0x1u << 18) /**< \brief (RTT_MR) Real-time Timer Restart */\r
-#define RTT_MR_RTTDIS (0x1u << 20) /**< \brief (RTT_MR) Real-time Timer Disable */\r
-#define RTT_MR_RTC1HZ (0x1u << 24) /**< \brief (RTT_MR) Real-Time Clock 1Hz Clock Selection */\r
-/* -------- RTT_AR : (RTT Offset: 0x04) Alarm Register -------- */\r
-#define RTT_AR_ALMV_Pos 0\r
-#define RTT_AR_ALMV_Msk (0xffffffffu << RTT_AR_ALMV_Pos) /**< \brief (RTT_AR) Alarm Value */\r
-#define RTT_AR_ALMV(value) ((RTT_AR_ALMV_Msk & ((value) << RTT_AR_ALMV_Pos)))\r
-/* -------- RTT_VR : (RTT Offset: 0x08) Value Register -------- */\r
-#define RTT_VR_CRTV_Pos 0\r
-#define RTT_VR_CRTV_Msk (0xffffffffu << RTT_VR_CRTV_Pos) /**< \brief (RTT_VR) Current Real-time Value */\r
-/* -------- RTT_SR : (RTT Offset: 0x0C) Status Register -------- */\r
-#define RTT_SR_ALMS (0x1u << 0) /**< \brief (RTT_SR) Real-time Alarm Status */\r
-#define RTT_SR_RTTINC (0x1u << 1) /**< \brief (RTT_SR) Real-time Timer Increment */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_RTT_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/smc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/smc.h
deleted file mode 100644 (file)
index 93dbf75..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SMC_COMPONENT_\r
-#define _SAM4E_SMC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Static Memory Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_SMC Static Memory Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief SmcCs_number hardware registers */\r
-typedef struct {\r
-  RwReg         SMC_SETUP;        /**< \brief (SmcCs_number Offset: 0x0) SMC Setup Register */\r
-  RwReg         SMC_PULSE;        /**< \brief (SmcCs_number Offset: 0x4) SMC Pulse Register */\r
-  RwReg         SMC_CYCLE;        /**< \brief (SmcCs_number Offset: 0x8) SMC Cycle Register */\r
-  RwReg         SMC_MODE;         /**< \brief (SmcCs_number Offset: 0xC) SMC Mode Register */\r
-} SmcCs_number;\r
-/** \brief Smc hardware registers */\r
-#define SMCCS_NUMBER_NUMBER 4\r
-typedef struct {\r
-  SmcCs_number  SMC_CS_NUMBER[SMCCS_NUMBER_NUMBER]; /**< \brief (Smc Offset: 0x0) CS_number = 0 .. 3 */\r
-  RoReg         Reserved1[16];\r
-  RwReg         SMC_OCMS;         /**< \brief (Smc Offset: 0x80) SMC OCMS MODE Register */\r
-  WoReg         SMC_KEY1;         /**< \brief (Smc Offset: 0x84) SMC OCMS KEY1 Register */\r
-  WoReg         SMC_KEY2;         /**< \brief (Smc Offset: 0x88) SMC OCMS KEY2 Register */\r
-  RoReg         Reserved2[22];\r
-  RwReg         SMC_WPMR;         /**< \brief (Smc Offset: 0xE4) SMC Write Protect Mode Register */\r
-  RoReg         SMC_WPSR;         /**< \brief (Smc Offset: 0xE8) SMC Write Protect Status Register */\r
-} Smc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- SMC_SETUP : (SMC Offset: N/A) SMC Setup Register -------- */\r
-#define SMC_SETUP_NWE_SETUP_Pos 0\r
-#define SMC_SETUP_NWE_SETUP_Msk (0x3fu << SMC_SETUP_NWE_SETUP_Pos) /**< \brief (SMC_SETUP) NWE Setup Length */\r
-#define SMC_SETUP_NWE_SETUP(value) ((SMC_SETUP_NWE_SETUP_Msk & ((value) << SMC_SETUP_NWE_SETUP_Pos)))\r
-#define SMC_SETUP_NCS_WR_SETUP_Pos 8\r
-#define SMC_SETUP_NCS_WR_SETUP_Msk (0x3fu << SMC_SETUP_NCS_WR_SETUP_Pos) /**< \brief (SMC_SETUP) NCS Setup Length in WRITE Access */\r
-#define SMC_SETUP_NCS_WR_SETUP(value) ((SMC_SETUP_NCS_WR_SETUP_Msk & ((value) << SMC_SETUP_NCS_WR_SETUP_Pos)))\r
-#define SMC_SETUP_NRD_SETUP_Pos 16\r
-#define SMC_SETUP_NRD_SETUP_Msk (0x3fu << SMC_SETUP_NRD_SETUP_Pos) /**< \brief (SMC_SETUP) NRD Setup Length */\r
-#define SMC_SETUP_NRD_SETUP(value) ((SMC_SETUP_NRD_SETUP_Msk & ((value) << SMC_SETUP_NRD_SETUP_Pos)))\r
-#define SMC_SETUP_NCS_RD_SETUP_Pos 24\r
-#define SMC_SETUP_NCS_RD_SETUP_Msk (0x3fu << SMC_SETUP_NCS_RD_SETUP_Pos) /**< \brief (SMC_SETUP) NCS Setup Length in READ Access */\r
-#define SMC_SETUP_NCS_RD_SETUP(value) ((SMC_SETUP_NCS_RD_SETUP_Msk & ((value) << SMC_SETUP_NCS_RD_SETUP_Pos)))\r
-/* -------- SMC_PULSE : (SMC Offset: N/A) SMC Pulse Register -------- */\r
-#define SMC_PULSE_NWE_PULSE_Pos 0\r
-#define SMC_PULSE_NWE_PULSE_Msk (0x7fu << SMC_PULSE_NWE_PULSE_Pos) /**< \brief (SMC_PULSE) NWE Pulse Length */\r
-#define SMC_PULSE_NWE_PULSE(value) ((SMC_PULSE_NWE_PULSE_Msk & ((value) << SMC_PULSE_NWE_PULSE_Pos)))\r
-#define SMC_PULSE_NCS_WR_PULSE_Pos 8\r
-#define SMC_PULSE_NCS_WR_PULSE_Msk (0x7fu << SMC_PULSE_NCS_WR_PULSE_Pos) /**< \brief (SMC_PULSE) NCS Pulse Length in WRITE Access */\r
-#define SMC_PULSE_NCS_WR_PULSE(value) ((SMC_PULSE_NCS_WR_PULSE_Msk & ((value) << SMC_PULSE_NCS_WR_PULSE_Pos)))\r
-#define SMC_PULSE_NRD_PULSE_Pos 16\r
-#define SMC_PULSE_NRD_PULSE_Msk (0x7fu << SMC_PULSE_NRD_PULSE_Pos) /**< \brief (SMC_PULSE) NRD Pulse Length */\r
-#define SMC_PULSE_NRD_PULSE(value) ((SMC_PULSE_NRD_PULSE_Msk & ((value) << SMC_PULSE_NRD_PULSE_Pos)))\r
-#define SMC_PULSE_NCS_RD_PULSE_Pos 24\r
-#define SMC_PULSE_NCS_RD_PULSE_Msk (0x7fu << SMC_PULSE_NCS_RD_PULSE_Pos) /**< \brief (SMC_PULSE) NCS Pulse Length in READ Access */\r
-#define SMC_PULSE_NCS_RD_PULSE(value) ((SMC_PULSE_NCS_RD_PULSE_Msk & ((value) << SMC_PULSE_NCS_RD_PULSE_Pos)))\r
-/* -------- SMC_CYCLE : (SMC Offset: N/A) SMC Cycle Register -------- */\r
-#define SMC_CYCLE_NWE_CYCLE_Pos 0\r
-#define SMC_CYCLE_NWE_CYCLE_Msk (0x1ffu << SMC_CYCLE_NWE_CYCLE_Pos) /**< \brief (SMC_CYCLE) Total Write Cycle Length */\r
-#define SMC_CYCLE_NWE_CYCLE(value) ((SMC_CYCLE_NWE_CYCLE_Msk & ((value) << SMC_CYCLE_NWE_CYCLE_Pos)))\r
-#define SMC_CYCLE_NRD_CYCLE_Pos 16\r
-#define SMC_CYCLE_NRD_CYCLE_Msk (0x1ffu << SMC_CYCLE_NRD_CYCLE_Pos) /**< \brief (SMC_CYCLE) Total Read Cycle Length */\r
-#define SMC_CYCLE_NRD_CYCLE(value) ((SMC_CYCLE_NRD_CYCLE_Msk & ((value) << SMC_CYCLE_NRD_CYCLE_Pos)))\r
-/* -------- SMC_MODE : (SMC Offset: N/A) SMC Mode Register -------- */\r
-#define SMC_MODE_READ_MODE (0x1u << 0) /**< \brief (SMC_MODE)  */\r
-#define SMC_MODE_WRITE_MODE (0x1u << 1) /**< \brief (SMC_MODE)  */\r
-#define SMC_MODE_EXNW_MODE_Pos 4\r
-#define SMC_MODE_EXNW_MODE_Msk (0x3u << SMC_MODE_EXNW_MODE_Pos) /**< \brief (SMC_MODE) NWAIT Mode */\r
-#define   SMC_MODE_EXNW_MODE_DISABLED (0x0u << 4) /**< \brief (SMC_MODE) Disabled */\r
-#define   SMC_MODE_EXNW_MODE_FROZEN (0x2u << 4) /**< \brief (SMC_MODE) Frozen Mode */\r
-#define   SMC_MODE_EXNW_MODE_READY (0x3u << 4) /**< \brief (SMC_MODE) Ready Mode */\r
-#define SMC_MODE_TDF_CYCLES_Pos 16\r
-#define SMC_MODE_TDF_CYCLES_Msk (0xfu << SMC_MODE_TDF_CYCLES_Pos) /**< \brief (SMC_MODE) Data Float Time */\r
-#define SMC_MODE_TDF_CYCLES(value) ((SMC_MODE_TDF_CYCLES_Msk & ((value) << SMC_MODE_TDF_CYCLES_Pos)))\r
-#define SMC_MODE_TDF_MODE (0x1u << 20) /**< \brief (SMC_MODE) TDF Optimization */\r
-#define SMC_MODE_PMEN (0x1u << 24) /**< \brief (SMC_MODE) Page Mode Enabled */\r
-#define SMC_MODE_PS_Pos 28\r
-#define SMC_MODE_PS_Msk (0x3u << SMC_MODE_PS_Pos) /**< \brief (SMC_MODE) Page Size */\r
-#define   SMC_MODE_PS_4_BYTE (0x0u << 28) /**< \brief (SMC_MODE) 4-byte page */\r
-#define   SMC_MODE_PS_8_BYTE (0x1u << 28) /**< \brief (SMC_MODE) 8-byte page */\r
-#define   SMC_MODE_PS_16_BYTE (0x2u << 28) /**< \brief (SMC_MODE) 16-byte page */\r
-#define   SMC_MODE_PS_32_BYTE (0x3u << 28) /**< \brief (SMC_MODE) 32-byte page */\r
-/* -------- SMC_OCMS : (SMC Offset: 0x80) SMC OCMS MODE Register -------- */\r
-#define SMC_OCMS_SMSE (0x1u << 0) /**< \brief (SMC_OCMS) Static Memory Controller Scrambling Enable */\r
-#define SMC_OCMS_CS0SE (0x1u << 16) /**< \brief (SMC_OCMS) Chip Select (x = 0 to 3) Scrambling Enable */\r
-#define SMC_OCMS_CS1SE (0x1u << 17) /**< \brief (SMC_OCMS) Chip Select (x = 0 to 3) Scrambling Enable */\r
-#define SMC_OCMS_CS2SE (0x1u << 18) /**< \brief (SMC_OCMS) Chip Select (x = 0 to 3) Scrambling Enable */\r
-#define SMC_OCMS_CS3SE (0x1u << 19) /**< \brief (SMC_OCMS) Chip Select (x = 0 to 3) Scrambling Enable */\r
-/* -------- SMC_KEY1 : (SMC Offset: 0x84) SMC OCMS KEY1 Register -------- */\r
-#define SMC_KEY1_KEY1_Pos 0\r
-#define SMC_KEY1_KEY1_Msk (0xffffffffu << SMC_KEY1_KEY1_Pos) /**< \brief (SMC_KEY1) Off Chip Memory Scrambling (OCMS) Key Part 1 */\r
-#define SMC_KEY1_KEY1(value) ((SMC_KEY1_KEY1_Msk & ((value) << SMC_KEY1_KEY1_Pos)))\r
-/* -------- SMC_KEY2 : (SMC Offset: 0x88) SMC OCMS KEY2 Register -------- */\r
-#define SMC_KEY2_KEY2_Pos 0\r
-#define SMC_KEY2_KEY2_Msk (0xffffffffu << SMC_KEY2_KEY2_Pos) /**< \brief (SMC_KEY2) Off Chip Memory Scrambling (OCMS) Key Part 2 */\r
-#define SMC_KEY2_KEY2(value) ((SMC_KEY2_KEY2_Msk & ((value) << SMC_KEY2_KEY2_Pos)))\r
-/* -------- SMC_WPMR : (SMC Offset: 0xE4) SMC Write Protect Mode Register -------- */\r
-#define SMC_WPMR_WPEN (0x1u << 0) /**< \brief (SMC_WPMR) Write Protect Enable */\r
-#define SMC_WPMR_WPKEY_Pos 8\r
-#define SMC_WPMR_WPKEY_Msk (0xffffffu << SMC_WPMR_WPKEY_Pos) /**< \brief (SMC_WPMR) Write Protect KEY */\r
-#define SMC_WPMR_WPKEY(value) ((SMC_WPMR_WPKEY_Msk & ((value) << SMC_WPMR_WPKEY_Pos)))\r
-/* -------- SMC_WPSR : (SMC Offset: 0xE8) SMC Write Protect Status Register -------- */\r
-#define SMC_WPSR_WPVS (0x1u << 0) /**< \brief (SMC_WPSR) Write Protect Enable */\r
-#define SMC_WPSR_WPVSRC_Pos 8\r
-#define SMC_WPSR_WPVSRC_Msk (0xffffu << SMC_WPSR_WPVSRC_Pos) /**< \brief (SMC_WPSR) Write Protect Violation Source */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_SMC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/spi.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/spi.h
deleted file mode 100644 (file)
index e426958..0000000
+++ /dev/null
@@ -1,238 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SPI_COMPONENT_\r
-#define _SAM4E_SPI_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Serial Peripheral Interface */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_SPI Serial Peripheral Interface */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Spi hardware registers */\r
-typedef struct {\r
-  WoReg SPI_CR;        /**< \brief (Spi Offset: 0x00) Control Register */\r
-  RwReg SPI_MR;        /**< \brief (Spi Offset: 0x04) Mode Register */\r
-  RoReg SPI_RDR;       /**< \brief (Spi Offset: 0x08) Receive Data Register */\r
-  WoReg SPI_TDR;       /**< \brief (Spi Offset: 0x0C) Transmit Data Register */\r
-  RoReg SPI_SR;        /**< \brief (Spi Offset: 0x10) Status Register */\r
-  WoReg SPI_IER;       /**< \brief (Spi Offset: 0x14) Interrupt Enable Register */\r
-  WoReg SPI_IDR;       /**< \brief (Spi Offset: 0x18) Interrupt Disable Register */\r
-  RoReg SPI_IMR;       /**< \brief (Spi Offset: 0x1C) Interrupt Mask Register */\r
-  RoReg Reserved1[4];\r
-  RwReg SPI_CSR[4];    /**< \brief (Spi Offset: 0x30) Chip Select Register */\r
-  RoReg Reserved2[41];\r
-  RwReg SPI_WPMR;      /**< \brief (Spi Offset: 0xE4) Write Protection Control Register */\r
-  RoReg SPI_WPSR;      /**< \brief (Spi Offset: 0xE8) Write Protection Status Register */\r
-  RoReg Reserved3[5];\r
-  RwReg SPI_RPR;       /**< \brief (Spi Offset: 0x100) Receive Pointer Register */\r
-  RwReg SPI_RCR;       /**< \brief (Spi Offset: 0x104) Receive Counter Register */\r
-  RwReg SPI_TPR;       /**< \brief (Spi Offset: 0x108) Transmit Pointer Register */\r
-  RwReg SPI_TCR;       /**< \brief (Spi Offset: 0x10C) Transmit Counter Register */\r
-  RwReg SPI_RNPR;      /**< \brief (Spi Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg SPI_RNCR;      /**< \brief (Spi Offset: 0x114) Receive Next Counter Register */\r
-  RwReg SPI_TNPR;      /**< \brief (Spi Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg SPI_TNCR;      /**< \brief (Spi Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg SPI_PTCR;      /**< \brief (Spi Offset: 0x120) Transfer Control Register */\r
-  RoReg SPI_PTSR;      /**< \brief (Spi Offset: 0x124) Transfer Status Register */\r
-} Spi;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- SPI_CR : (SPI Offset: 0x00) Control Register -------- */\r
-#define SPI_CR_SPIEN (0x1u << 0) /**< \brief (SPI_CR) SPI Enable */\r
-#define SPI_CR_SPIDIS (0x1u << 1) /**< \brief (SPI_CR) SPI Disable */\r
-#define SPI_CR_SWRST (0x1u << 7) /**< \brief (SPI_CR) SPI Software Reset */\r
-#define SPI_CR_LASTXFER (0x1u << 24) /**< \brief (SPI_CR) Last Transfer */\r
-/* -------- SPI_MR : (SPI Offset: 0x04) Mode Register -------- */\r
-#define SPI_MR_MSTR (0x1u << 0) /**< \brief (SPI_MR) Master/Slave Mode */\r
-#define SPI_MR_PS (0x1u << 1) /**< \brief (SPI_MR) Peripheral Select */\r
-#define SPI_MR_PCSDEC (0x1u << 2) /**< \brief (SPI_MR) Chip Select Decode */\r
-#define SPI_MR_MODFDIS (0x1u << 4) /**< \brief (SPI_MR) Mode Fault Detection */\r
-#define SPI_MR_WDRBT (0x1u << 5) /**< \brief (SPI_MR) Wait Data Read Before Transfer */\r
-#define SPI_MR_LLB (0x1u << 7) /**< \brief (SPI_MR) Local Loopback Enable */\r
-#define SPI_MR_PCS_Pos 16\r
-#define SPI_MR_PCS_Msk (0xfu << SPI_MR_PCS_Pos) /**< \brief (SPI_MR) Peripheral Chip Select */\r
-#define SPI_MR_PCS(value) ((SPI_MR_PCS_Msk & ((value) << SPI_MR_PCS_Pos)))\r
-#define SPI_MR_DLYBCS_Pos 24\r
-#define SPI_MR_DLYBCS_Msk (0xffu << SPI_MR_DLYBCS_Pos) /**< \brief (SPI_MR) Delay Between Chip Selects */\r
-#define SPI_MR_DLYBCS(value) ((SPI_MR_DLYBCS_Msk & ((value) << SPI_MR_DLYBCS_Pos)))\r
-/* -------- SPI_RDR : (SPI Offset: 0x08) Receive Data Register -------- */\r
-#define SPI_RDR_RD_Pos 0\r
-#define SPI_RDR_RD_Msk (0xffffu << SPI_RDR_RD_Pos) /**< \brief (SPI_RDR) Receive Data */\r
-#define SPI_RDR_PCS_Pos 16\r
-#define SPI_RDR_PCS_Msk (0xfu << SPI_RDR_PCS_Pos) /**< \brief (SPI_RDR) Peripheral Chip Select */\r
-/* -------- SPI_TDR : (SPI Offset: 0x0C) Transmit Data Register -------- */\r
-#define SPI_TDR_TD_Pos 0\r
-#define SPI_TDR_TD_Msk (0xffffu << SPI_TDR_TD_Pos) /**< \brief (SPI_TDR) Transmit Data */\r
-#define SPI_TDR_TD(value) ((SPI_TDR_TD_Msk & ((value) << SPI_TDR_TD_Pos)))\r
-#define SPI_TDR_PCS_Pos 16\r
-#define SPI_TDR_PCS_Msk (0xfu << SPI_TDR_PCS_Pos) /**< \brief (SPI_TDR) Peripheral Chip Select */\r
-#define SPI_TDR_PCS(value) ((SPI_TDR_PCS_Msk & ((value) << SPI_TDR_PCS_Pos)))\r
-#define SPI_TDR_LASTXFER (0x1u << 24) /**< \brief (SPI_TDR) Last Transfer */\r
-/* -------- SPI_SR : (SPI Offset: 0x10) Status Register -------- */\r
-#define SPI_SR_RDRF (0x1u << 0) /**< \brief (SPI_SR) Receive Data Register Full */\r
-#define SPI_SR_TDRE (0x1u << 1) /**< \brief (SPI_SR) Transmit Data Register Empty */\r
-#define SPI_SR_MODF (0x1u << 2) /**< \brief (SPI_SR) Mode Fault Error */\r
-#define SPI_SR_OVRES (0x1u << 3) /**< \brief (SPI_SR) Overrun Error Status */\r
-#define SPI_SR_ENDRX (0x1u << 4) /**< \brief (SPI_SR) End of RX buffer */\r
-#define SPI_SR_ENDTX (0x1u << 5) /**< \brief (SPI_SR) End of TX buffer */\r
-#define SPI_SR_RXBUFF (0x1u << 6) /**< \brief (SPI_SR) RX Buffer Full */\r
-#define SPI_SR_TXBUFE (0x1u << 7) /**< \brief (SPI_SR) TX Buffer Empty */\r
-#define SPI_SR_NSSR (0x1u << 8) /**< \brief (SPI_SR) NSS Rising */\r
-#define SPI_SR_TXEMPTY (0x1u << 9) /**< \brief (SPI_SR) Transmission Registers Empty */\r
-#define SPI_SR_UNDES (0x1u << 10) /**< \brief (SPI_SR) Underrun Error Status (Slave Mode Only) */\r
-#define SPI_SR_SPIENS (0x1u << 16) /**< \brief (SPI_SR) SPI Enable Status */\r
-/* -------- SPI_IER : (SPI Offset: 0x14) Interrupt Enable Register -------- */\r
-#define SPI_IER_RDRF (0x1u << 0) /**< \brief (SPI_IER) Receive Data Register Full Interrupt Enable */\r
-#define SPI_IER_TDRE (0x1u << 1) /**< \brief (SPI_IER) SPI Transmit Data Register Empty Interrupt Enable */\r
-#define SPI_IER_MODF (0x1u << 2) /**< \brief (SPI_IER) Mode Fault Error Interrupt Enable */\r
-#define SPI_IER_OVRES (0x1u << 3) /**< \brief (SPI_IER) Overrun Error Interrupt Enable */\r
-#define SPI_IER_ENDRX (0x1u << 4) /**< \brief (SPI_IER) End of Receive Buffer Interrupt Enable */\r
-#define SPI_IER_ENDTX (0x1u << 5) /**< \brief (SPI_IER) End of Transmit Buffer Interrupt Enable */\r
-#define SPI_IER_RXBUFF (0x1u << 6) /**< \brief (SPI_IER) Receive Buffer Full Interrupt Enable */\r
-#define SPI_IER_TXBUFE (0x1u << 7) /**< \brief (SPI_IER) Transmit Buffer Empty Interrupt Enable */\r
-#define SPI_IER_NSSR (0x1u << 8) /**< \brief (SPI_IER) NSS Rising Interrupt Enable */\r
-#define SPI_IER_TXEMPTY (0x1u << 9) /**< \brief (SPI_IER) Transmission Registers Empty Enable */\r
-#define SPI_IER_UNDES (0x1u << 10) /**< \brief (SPI_IER) Underrun Error Interrupt Enable */\r
-/* -------- SPI_IDR : (SPI Offset: 0x18) Interrupt Disable Register -------- */\r
-#define SPI_IDR_RDRF (0x1u << 0) /**< \brief (SPI_IDR) Receive Data Register Full Interrupt Disable */\r
-#define SPI_IDR_TDRE (0x1u << 1) /**< \brief (SPI_IDR) SPI Transmit Data Register Empty Interrupt Disable */\r
-#define SPI_IDR_MODF (0x1u << 2) /**< \brief (SPI_IDR) Mode Fault Error Interrupt Disable */\r
-#define SPI_IDR_OVRES (0x1u << 3) /**< \brief (SPI_IDR) Overrun Error Interrupt Disable */\r
-#define SPI_IDR_ENDRX (0x1u << 4) /**< \brief (SPI_IDR) End of Receive Buffer Interrupt Disable */\r
-#define SPI_IDR_ENDTX (0x1u << 5) /**< \brief (SPI_IDR) End of Transmit Buffer Interrupt Disable */\r
-#define SPI_IDR_RXBUFF (0x1u << 6) /**< \brief (SPI_IDR) Receive Buffer Full Interrupt Disable */\r
-#define SPI_IDR_TXBUFE (0x1u << 7) /**< \brief (SPI_IDR) Transmit Buffer Empty Interrupt Disable */\r
-#define SPI_IDR_NSSR (0x1u << 8) /**< \brief (SPI_IDR) NSS Rising Interrupt Disable */\r
-#define SPI_IDR_TXEMPTY (0x1u << 9) /**< \brief (SPI_IDR) Transmission Registers Empty Disable */\r
-#define SPI_IDR_UNDES (0x1u << 10) /**< \brief (SPI_IDR) Underrun Error Interrupt Disable */\r
-/* -------- SPI_IMR : (SPI Offset: 0x1C) Interrupt Mask Register -------- */\r
-#define SPI_IMR_RDRF (0x1u << 0) /**< \brief (SPI_IMR) Receive Data Register Full Interrupt Mask */\r
-#define SPI_IMR_TDRE (0x1u << 1) /**< \brief (SPI_IMR) SPI Transmit Data Register Empty Interrupt Mask */\r
-#define SPI_IMR_MODF (0x1u << 2) /**< \brief (SPI_IMR) Mode Fault Error Interrupt Mask */\r
-#define SPI_IMR_OVRES (0x1u << 3) /**< \brief (SPI_IMR) Overrun Error Interrupt Mask */\r
-#define SPI_IMR_ENDRX (0x1u << 4) /**< \brief (SPI_IMR) End of Receive Buffer Interrupt Mask */\r
-#define SPI_IMR_ENDTX (0x1u << 5) /**< \brief (SPI_IMR) End of Transmit Buffer Interrupt Mask */\r
-#define SPI_IMR_RXBUFF (0x1u << 6) /**< \brief (SPI_IMR) Receive Buffer Full Interrupt Mask */\r
-#define SPI_IMR_TXBUFE (0x1u << 7) /**< \brief (SPI_IMR) Transmit Buffer Empty Interrupt Mask */\r
-#define SPI_IMR_NSSR (0x1u << 8) /**< \brief (SPI_IMR) NSS Rising Interrupt Mask */\r
-#define SPI_IMR_TXEMPTY (0x1u << 9) /**< \brief (SPI_IMR) Transmission Registers Empty Mask */\r
-#define SPI_IMR_UNDES (0x1u << 10) /**< \brief (SPI_IMR) Underrun Error Interrupt Mask */\r
-/* -------- SPI_CSR[4] : (SPI Offset: 0x30) Chip Select Register -------- */\r
-#define SPI_CSR_CPOL (0x1u << 0) /**< \brief (SPI_CSR[4]) Clock Polarity */\r
-#define SPI_CSR_NCPHA (0x1u << 1) /**< \brief (SPI_CSR[4]) Clock Phase */\r
-#define SPI_CSR_CSNAAT (0x1u << 2) /**< \brief (SPI_CSR[4]) Chip Select Not Active After Transfer (Ignored if CSAAT = 1) */\r
-#define SPI_CSR_CSAAT (0x1u << 3) /**< \brief (SPI_CSR[4]) Chip Select Active After Transfer */\r
-#define SPI_CSR_BITS_Pos 4\r
-#define SPI_CSR_BITS_Msk (0xfu << SPI_CSR_BITS_Pos) /**< \brief (SPI_CSR[4]) Bits Per Transfer */\r
-#define   SPI_CSR_BITS_8_BIT (0x0u << 4) /**< \brief (SPI_CSR[4]) 8 bits for transfer */\r
-#define   SPI_CSR_BITS_9_BIT (0x1u << 4) /**< \brief (SPI_CSR[4]) 9 bits for transfer */\r
-#define   SPI_CSR_BITS_10_BIT (0x2u << 4) /**< \brief (SPI_CSR[4]) 10 bits for transfer */\r
-#define   SPI_CSR_BITS_11_BIT (0x3u << 4) /**< \brief (SPI_CSR[4]) 11 bits for transfer */\r
-#define   SPI_CSR_BITS_12_BIT (0x4u << 4) /**< \brief (SPI_CSR[4]) 12 bits for transfer */\r
-#define   SPI_CSR_BITS_13_BIT (0x5u << 4) /**< \brief (SPI_CSR[4]) 13 bits for transfer */\r
-#define   SPI_CSR_BITS_14_BIT (0x6u << 4) /**< \brief (SPI_CSR[4]) 14 bits for transfer */\r
-#define   SPI_CSR_BITS_15_BIT (0x7u << 4) /**< \brief (SPI_CSR[4]) 15 bits for transfer */\r
-#define   SPI_CSR_BITS_16_BIT (0x8u << 4) /**< \brief (SPI_CSR[4]) 16 bits for transfer */\r
-#define SPI_CSR_SCBR_Pos 8\r
-#define SPI_CSR_SCBR_Msk (0xffu << SPI_CSR_SCBR_Pos) /**< \brief (SPI_CSR[4]) Serial Clock Baud Rate */\r
-#define SPI_CSR_SCBR(value) ((SPI_CSR_SCBR_Msk & ((value) << SPI_CSR_SCBR_Pos)))\r
-#define SPI_CSR_DLYBS_Pos 16\r
-#define SPI_CSR_DLYBS_Msk (0xffu << SPI_CSR_DLYBS_Pos) /**< \brief (SPI_CSR[4]) Delay Before SPCK */\r
-#define SPI_CSR_DLYBS(value) ((SPI_CSR_DLYBS_Msk & ((value) << SPI_CSR_DLYBS_Pos)))\r
-#define SPI_CSR_DLYBCT_Pos 24\r
-#define SPI_CSR_DLYBCT_Msk (0xffu << SPI_CSR_DLYBCT_Pos) /**< \brief (SPI_CSR[4]) Delay Between Consecutive Transfers */\r
-#define SPI_CSR_DLYBCT(value) ((SPI_CSR_DLYBCT_Msk & ((value) << SPI_CSR_DLYBCT_Pos)))\r
-/* -------- SPI_WPMR : (SPI Offset: 0xE4) Write Protection Control Register -------- */\r
-#define SPI_WPMR_WPEN (0x1u << 0) /**< \brief (SPI_WPMR) Write Protection Enable */\r
-#define SPI_WPMR_WPKEY_Pos 8\r
-#define SPI_WPMR_WPKEY_Msk (0xffffffu << SPI_WPMR_WPKEY_Pos) /**< \brief (SPI_WPMR) Write Protection Key Password */\r
-#define SPI_WPMR_WPKEY(value) ((SPI_WPMR_WPKEY_Msk & ((value) << SPI_WPMR_WPKEY_Pos)))\r
-/* -------- SPI_WPSR : (SPI Offset: 0xE8) Write Protection Status Register -------- */\r
-#define SPI_WPSR_WPVS (0x1u << 0) /**< \brief (SPI_WPSR) Write Protection Violation Status */\r
-#define SPI_WPSR_WPVSRC_Pos 8\r
-#define SPI_WPSR_WPVSRC_Msk (0xffu << SPI_WPSR_WPVSRC_Pos) /**< \brief (SPI_WPSR) Write Protection Violation Source */\r
-/* -------- SPI_RPR : (SPI Offset: 0x100) Receive Pointer Register -------- */\r
-#define SPI_RPR_RXPTR_Pos 0\r
-#define SPI_RPR_RXPTR_Msk (0xffffffffu << SPI_RPR_RXPTR_Pos) /**< \brief (SPI_RPR) Receive Pointer Register */\r
-#define SPI_RPR_RXPTR(value) ((SPI_RPR_RXPTR_Msk & ((value) << SPI_RPR_RXPTR_Pos)))\r
-/* -------- SPI_RCR : (SPI Offset: 0x104) Receive Counter Register -------- */\r
-#define SPI_RCR_RXCTR_Pos 0\r
-#define SPI_RCR_RXCTR_Msk (0xffffu << SPI_RCR_RXCTR_Pos) /**< \brief (SPI_RCR) Receive Counter Register */\r
-#define SPI_RCR_RXCTR(value) ((SPI_RCR_RXCTR_Msk & ((value) << SPI_RCR_RXCTR_Pos)))\r
-/* -------- SPI_TPR : (SPI Offset: 0x108) Transmit Pointer Register -------- */\r
-#define SPI_TPR_TXPTR_Pos 0\r
-#define SPI_TPR_TXPTR_Msk (0xffffffffu << SPI_TPR_TXPTR_Pos) /**< \brief (SPI_TPR) Transmit Counter Register */\r
-#define SPI_TPR_TXPTR(value) ((SPI_TPR_TXPTR_Msk & ((value) << SPI_TPR_TXPTR_Pos)))\r
-/* -------- SPI_TCR : (SPI Offset: 0x10C) Transmit Counter Register -------- */\r
-#define SPI_TCR_TXCTR_Pos 0\r
-#define SPI_TCR_TXCTR_Msk (0xffffu << SPI_TCR_TXCTR_Pos) /**< \brief (SPI_TCR) Transmit Counter Register */\r
-#define SPI_TCR_TXCTR(value) ((SPI_TCR_TXCTR_Msk & ((value) << SPI_TCR_TXCTR_Pos)))\r
-/* -------- SPI_RNPR : (SPI Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define SPI_RNPR_RXNPTR_Pos 0\r
-#define SPI_RNPR_RXNPTR_Msk (0xffffffffu << SPI_RNPR_RXNPTR_Pos) /**< \brief (SPI_RNPR) Receive Next Pointer */\r
-#define SPI_RNPR_RXNPTR(value) ((SPI_RNPR_RXNPTR_Msk & ((value) << SPI_RNPR_RXNPTR_Pos)))\r
-/* -------- SPI_RNCR : (SPI Offset: 0x114) Receive Next Counter Register -------- */\r
-#define SPI_RNCR_RXNCTR_Pos 0\r
-#define SPI_RNCR_RXNCTR_Msk (0xffffu << SPI_RNCR_RXNCTR_Pos) /**< \brief (SPI_RNCR) Receive Next Counter */\r
-#define SPI_RNCR_RXNCTR(value) ((SPI_RNCR_RXNCTR_Msk & ((value) << SPI_RNCR_RXNCTR_Pos)))\r
-/* -------- SPI_TNPR : (SPI Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define SPI_TNPR_TXNPTR_Pos 0\r
-#define SPI_TNPR_TXNPTR_Msk (0xffffffffu << SPI_TNPR_TXNPTR_Pos) /**< \brief (SPI_TNPR) Transmit Next Pointer */\r
-#define SPI_TNPR_TXNPTR(value) ((SPI_TNPR_TXNPTR_Msk & ((value) << SPI_TNPR_TXNPTR_Pos)))\r
-/* -------- SPI_TNCR : (SPI Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define SPI_TNCR_TXNCTR_Pos 0\r
-#define SPI_TNCR_TXNCTR_Msk (0xffffu << SPI_TNCR_TXNCTR_Pos) /**< \brief (SPI_TNCR) Transmit Counter Next */\r
-#define SPI_TNCR_TXNCTR(value) ((SPI_TNCR_TXNCTR_Msk & ((value) << SPI_TNCR_TXNCTR_Pos)))\r
-/* -------- SPI_PTCR : (SPI Offset: 0x120) Transfer Control Register -------- */\r
-#define SPI_PTCR_RXTEN (0x1u << 0) /**< \brief (SPI_PTCR) Receiver Transfer Enable */\r
-#define SPI_PTCR_RXTDIS (0x1u << 1) /**< \brief (SPI_PTCR) Receiver Transfer Disable */\r
-#define SPI_PTCR_TXTEN (0x1u << 8) /**< \brief (SPI_PTCR) Transmitter Transfer Enable */\r
-#define SPI_PTCR_TXTDIS (0x1u << 9) /**< \brief (SPI_PTCR) Transmitter Transfer Disable */\r
-/* -------- SPI_PTSR : (SPI Offset: 0x124) Transfer Status Register -------- */\r
-#define SPI_PTSR_RXTEN (0x1u << 0) /**< \brief (SPI_PTSR) Receiver Transfer Enable */\r
-#define SPI_PTSR_TXTEN (0x1u << 8) /**< \brief (SPI_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_SPI_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/supc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/supc.h
deleted file mode 100644 (file)
index 903ab9c..0000000
+++ /dev/null
@@ -1,336 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SUPC_COMPONENT_\r
-#define _SAM4E_SUPC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Supply Controller */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_SUPC Supply Controller */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Supc hardware registers */\r
-typedef struct {\r
-  WoReg SUPC_CR;   /**< \brief (Supc Offset: 0x00) Supply Controller Control Register */\r
-  RwReg SUPC_SMMR; /**< \brief (Supc Offset: 0x04) Supply Controller Supply Monitor Mode Register */\r
-  RwReg SUPC_MR;   /**< \brief (Supc Offset: 0x08) Supply Controller Mode Register */\r
-  RwReg SUPC_WUMR; /**< \brief (Supc Offset: 0x0C) Supply Controller Wake-up Mode Register */\r
-  RwReg SUPC_WUIR; /**< \brief (Supc Offset: 0x10) Supply Controller Wake-up Inputs Register */\r
-  RoReg SUPC_SR;   /**< \brief (Supc Offset: 0x14) Supply Controller Status Register */\r
-} Supc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- SUPC_CR : (SUPC Offset: 0x00) Supply Controller Control Register -------- */\r
-#define SUPC_CR_VROFF (0x1u << 2) /**< \brief (SUPC_CR) Voltage Regulator Off */\r
-#define   SUPC_CR_VROFF_NO_EFFECT (0x0u << 2) /**< \brief (SUPC_CR) no effect. */\r
-#define   SUPC_CR_VROFF_STOP_VREG (0x1u << 2) /**< \brief (SUPC_CR) if KEY is correct, asserts the vddcore_nreset and stops the voltage regulator. */\r
-#define SUPC_CR_XTALSEL (0x1u << 3) /**< \brief (SUPC_CR) Crystal Oscillator Select */\r
-#define   SUPC_CR_XTALSEL_NO_EFFECT (0x0u << 3) /**< \brief (SUPC_CR) no effect. */\r
-#define   SUPC_CR_XTALSEL_CRYSTAL_SEL (0x1u << 3) /**< \brief (SUPC_CR) if KEY is correct, switches the slow clock on the crystal oscillator output. */\r
-#define SUPC_CR_KEY_Pos 24\r
-#define SUPC_CR_KEY_Msk (0xffu << SUPC_CR_KEY_Pos) /**< \brief (SUPC_CR) Password */\r
-#define SUPC_CR_KEY(value) ((SUPC_CR_KEY_Msk & ((value) << SUPC_CR_KEY_Pos)))\r
-/* -------- SUPC_SMMR : (SUPC Offset: 0x04) Supply Controller Supply Monitor Mode Register -------- */\r
-#define SUPC_SMMR_SMTH_Pos 0\r
-#define SUPC_SMMR_SMTH_Msk (0xfu << SUPC_SMMR_SMTH_Pos) /**< \brief (SUPC_SMMR) Supply Monitor Threshold */\r
-#define SUPC_SMMR_SMTH(value) ((SUPC_SMMR_SMTH_Msk & ((value) << SUPC_SMMR_SMTH_Pos)))\r
-#define SUPC_SMMR_SMSMPL_Pos 8\r
-#define SUPC_SMMR_SMSMPL_Msk (0x7u << SUPC_SMMR_SMSMPL_Pos) /**< \brief (SUPC_SMMR) Supply Monitor Sampling Period */\r
-#define   SUPC_SMMR_SMSMPL_SMD (0x0u << 8) /**< \brief (SUPC_SMMR) Supply Monitor disabled */\r
-#define   SUPC_SMMR_SMSMPL_CSM (0x1u << 8) /**< \brief (SUPC_SMMR) Continuous Supply Monitor */\r
-#define   SUPC_SMMR_SMSMPL_32SLCK (0x2u << 8) /**< \brief (SUPC_SMMR) Supply Monitor enabled one SLCK period every 32 SLCK periods */\r
-#define   SUPC_SMMR_SMSMPL_256SLCK (0x3u << 8) /**< \brief (SUPC_SMMR) Supply Monitor enabled one SLCK period every 256 SLCK periods */\r
-#define   SUPC_SMMR_SMSMPL_2048SLCK (0x4u << 8) /**< \brief (SUPC_SMMR) Supply Monitor enabled one SLCK period every 2,048 SLCK periods */\r
-#define SUPC_SMMR_SMRSTEN (0x1u << 12) /**< \brief (SUPC_SMMR) Supply Monitor Reset Enable */\r
-#define   SUPC_SMMR_SMRSTEN_NOT_ENABLE (0x0u << 12) /**< \brief (SUPC_SMMR) the core reset signal "vddcore_nreset" is not affected when a supply monitor detection occurs. */\r
-#define   SUPC_SMMR_SMRSTEN_ENABLE (0x1u << 12) /**< \brief (SUPC_SMMR) the core reset signal, vddcore_nreset is asserted when a supply monitor detection occurs. */\r
-#define SUPC_SMMR_SMIEN (0x1u << 13) /**< \brief (SUPC_SMMR) Supply Monitor Interrupt Enable */\r
-#define   SUPC_SMMR_SMIEN_NOT_ENABLE (0x0u << 13) /**< \brief (SUPC_SMMR) the SUPC interrupt signal is not affected when a supply monitor detection occurs. */\r
-#define   SUPC_SMMR_SMIEN_ENABLE (0x1u << 13) /**< \brief (SUPC_SMMR) the SUPC interrupt signal is asserted when a supply monitor detection occurs. */\r
-/* -------- SUPC_MR : (SUPC Offset: 0x08) Supply Controller Mode Register -------- */\r
-#define SUPC_MR_BODRSTEN (0x1u << 12) /**< \brief (SUPC_MR) Brownout Detector Reset Enable */\r
-#define   SUPC_MR_BODRSTEN_NOT_ENABLE (0x0u << 12) /**< \brief (SUPC_MR) the core reset signal "vddcore_nreset" is not affected when a brownout detection occurs. */\r
-#define   SUPC_MR_BODRSTEN_ENABLE (0x1u << 12) /**< \brief (SUPC_MR) the core reset signal, vddcore_nreset is asserted when a brownout detection occurs. */\r
-#define SUPC_MR_BODDIS (0x1u << 13) /**< \brief (SUPC_MR) Brownout Detector Disable */\r
-#define   SUPC_MR_BODDIS_ENABLE (0x0u << 13) /**< \brief (SUPC_MR) the core brownout detector is enabled. */\r
-#define   SUPC_MR_BODDIS_DISABLE (0x1u << 13) /**< \brief (SUPC_MR) the core brownout detector is disabled. */\r
-#define SUPC_MR_ONREG (0x1u << 14) /**< \brief (SUPC_MR) Voltage Regulator enable */\r
-#define   SUPC_MR_ONREG_ONREG_UNUSED (0x0u << 14) /**< \brief (SUPC_MR) Internal voltage regulator is not used (external power supply is used) */\r
-#define   SUPC_MR_ONREG_ONREG_USED (0x1u << 14) /**< \brief (SUPC_MR) internal voltage regulator is used */\r
-#define SUPC_MR_OSCBYPASS (0x1u << 20) /**< \brief (SUPC_MR) Oscillator Bypass */\r
-#define   SUPC_MR_OSCBYPASS_NO_EFFECT (0x0u << 20) /**< \brief (SUPC_MR) no effect. Clock selection depends on XTALSEL value. */\r
-#define   SUPC_MR_OSCBYPASS_BYPASS (0x1u << 20) /**< \brief (SUPC_MR) the 32-KHz XTAL oscillator is selected and is put in bypass mode. */\r
-#define SUPC_MR_KEY_Pos 24\r
-#define SUPC_MR_KEY_Msk (0xffu << SUPC_MR_KEY_Pos) /**< \brief (SUPC_MR) Password Key */\r
-#define SUPC_MR_KEY(value) ((SUPC_MR_KEY_Msk & ((value) << SUPC_MR_KEY_Pos)))\r
-/* -------- SUPC_WUMR : (SUPC Offset: 0x0C) Supply Controller Wake-up Mode Register -------- */\r
-#define SUPC_WUMR_FWUPEN (0x1u << 0) /**< \brief (SUPC_WUMR) Force Wake-up Enable */\r
-#define   SUPC_WUMR_FWUPEN_NOT_ENABLE (0x0u << 0) /**< \brief (SUPC_WUMR) the Force Wake-up pin has no wake-up effect. */\r
-#define   SUPC_WUMR_FWUPEN_ENABLE (0x1u << 0) /**< \brief (SUPC_WUMR) the Force Wake-up pin low forces the wake-up of the core power supply. */\r
-#define SUPC_WUMR_SMEN (0x1u << 1) /**< \brief (SUPC_WUMR) Supply Monitor Wake-up Enable */\r
-#define   SUPC_WUMR_SMEN_NOT_ENABLE (0x0u << 1) /**< \brief (SUPC_WUMR) the supply monitor detection has no wake-up effect. */\r
-#define   SUPC_WUMR_SMEN_ENABLE (0x1u << 1) /**< \brief (SUPC_WUMR) the supply monitor detection forces the wake-up of the core power supply. */\r
-#define SUPC_WUMR_RTTEN (0x1u << 2) /**< \brief (SUPC_WUMR) Real Time Timer Wake-up Enable */\r
-#define   SUPC_WUMR_RTTEN_NOT_ENABLE (0x0u << 2) /**< \brief (SUPC_WUMR) the RTT alarm signal has no wake-up effect. */\r
-#define   SUPC_WUMR_RTTEN_ENABLE (0x1u << 2) /**< \brief (SUPC_WUMR) the RTT alarm signal forces the wake-up of the core power supply. */\r
-#define SUPC_WUMR_RTCEN (0x1u << 3) /**< \brief (SUPC_WUMR) Real Time Clock Wake-up Enable */\r
-#define   SUPC_WUMR_RTCEN_NOT_ENABLE (0x0u << 3) /**< \brief (SUPC_WUMR) the RTC alarm signal has no wake-up effect. */\r
-#define   SUPC_WUMR_RTCEN_ENABLE (0x1u << 3) /**< \brief (SUPC_WUMR) the RTC alarm signal forces the wake-up of the core power supply. */\r
-#define SUPC_WUMR_LPDBCEN0 (0x1u << 5) /**< \brief (SUPC_WUMR) Low power Debouncer ENable WKUP0 */\r
-#define   SUPC_WUMR_LPDBCEN0_NOT_ENABLE (0x0u << 5) /**< \brief (SUPC_WUMR) the WKUP0 input pin is not connected with low power debouncer. */\r
-#define   SUPC_WUMR_LPDBCEN0_ENABLE (0x1u << 5) /**< \brief (SUPC_WUMR) the WKUP0 input pin is connected with low power debouncer and can force a core wake-up. */\r
-#define SUPC_WUMR_LPDBCEN1 (0x1u << 6) /**< \brief (SUPC_WUMR) Low power Debouncer ENable WKUP1 */\r
-#define   SUPC_WUMR_LPDBCEN1_NOT_ENABLE (0x0u << 6) /**< \brief (SUPC_WUMR) the WKUP1input pin is not connected with low power debouncer. */\r
-#define   SUPC_WUMR_LPDBCEN1_ENABLE (0x1u << 6) /**< \brief (SUPC_WUMR) the WKUP1 input pin is connected with low power debouncer and can force a core wake-up. */\r
-#define SUPC_WUMR_LPDBCCLR (0x1u << 7) /**< \brief (SUPC_WUMR) Low power Debouncer Clear */\r
-#define   SUPC_WUMR_LPDBCCLR_NOT_ENABLE (0x0u << 7) /**< \brief (SUPC_WUMR) a low power debounce event does not create an immediate clear on first half GPBR registers. */\r
-#define   SUPC_WUMR_LPDBCCLR_ENABLE (0x1u << 7) /**< \brief (SUPC_WUMR) a low power debounce event on WKUP0 or WKUP1 generates an immediate clear on first half GPBR registers. */\r
-#define SUPC_WUMR_FWUPDBC_Pos 8\r
-#define SUPC_WUMR_FWUPDBC_Msk (0x7u << SUPC_WUMR_FWUPDBC_Pos) /**< \brief (SUPC_WUMR) Force Wake-up Debouncer Period */\r
-#define   SUPC_WUMR_FWUPDBC_IMMEDIATE (0x0u << 8) /**< \brief (SUPC_WUMR) Immediate, no debouncing, detected active at least on one Slow Clock edge. */\r
-#define   SUPC_WUMR_FWUPDBC_3_SCLK (0x1u << 8) /**< \brief (SUPC_WUMR) FWUP shall be low for at least 3 SLCK periods */\r
-#define   SUPC_WUMR_FWUPDBC_32_SCLK (0x2u << 8) /**< \brief (SUPC_WUMR) FWUP shall be low for at least 32 SLCK periods */\r
-#define   SUPC_WUMR_FWUPDBC_512_SCLK (0x3u << 8) /**< \brief (SUPC_WUMR) FWUP shall be low for at least 512 SLCK periods */\r
-#define   SUPC_WUMR_FWUPDBC_4096_SCLK (0x4u << 8) /**< \brief (SUPC_WUMR) FWUP shall be low for at least 4,096 SLCK periods */\r
-#define   SUPC_WUMR_FWUPDBC_32768_SCLK (0x5u << 8) /**< \brief (SUPC_WUMR) FWUP shall be low for at least 32,768 SLCK periods */\r
-#define SUPC_WUMR_WKUPDBC_Pos 12\r
-#define SUPC_WUMR_WKUPDBC_Msk (0x7u << SUPC_WUMR_WKUPDBC_Pos) /**< \brief (SUPC_WUMR) Wake-up Inputs Debouncer Period */\r
-#define   SUPC_WUMR_WKUPDBC_IMMEDIATE (0x0u << 12) /**< \brief (SUPC_WUMR) Immediate, no debouncing, detected active at least on one Slow Clock edge. */\r
-#define   SUPC_WUMR_WKUPDBC_3_SCLK (0x1u << 12) /**< \brief (SUPC_WUMR) WKUPx shall be in its active state for at least 3 SLCK periods */\r
-#define   SUPC_WUMR_WKUPDBC_32_SCLK (0x2u << 12) /**< \brief (SUPC_WUMR) WKUPx shall be in its active state for at least 32 SLCK periods */\r
-#define   SUPC_WUMR_WKUPDBC_512_SCLK (0x3u << 12) /**< \brief (SUPC_WUMR) WKUPx shall be in its active state for at least 512 SLCK periods */\r
-#define   SUPC_WUMR_WKUPDBC_4096_SCLK (0x4u << 12) /**< \brief (SUPC_WUMR) WKUPx shall be in its active state for at least 4,096 SLCK periods */\r
-#define   SUPC_WUMR_WKUPDBC_32768_SCLK (0x5u << 12) /**< \brief (SUPC_WUMR) WKUPx shall be in its active state for at least 32,768 SLCK periods */\r
-#define SUPC_WUMR_LPDBC_Pos 16\r
-#define SUPC_WUMR_LPDBC_Msk (0x7u << SUPC_WUMR_LPDBC_Pos) /**< \brief (SUPC_WUMR) Low Power DeBounCer Period */\r
-#define   SUPC_WUMR_LPDBC_DISABLE (0x0u << 16) /**< \brief (SUPC_WUMR) Disable the low power debouncer. */\r
-#define   SUPC_WUMR_LPDBC_2_RTCOUT0 (0x1u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 2 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_3_RTCOUT0 (0x2u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 3 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_4_RTCOUT0 (0x3u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 4 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_5_RTCOUT0 (0x4u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 5 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_6_RTCOUT0 (0x5u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 6 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_7_RTCOUT0 (0x6u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 7 RTCOUT0 periods */\r
-#define   SUPC_WUMR_LPDBC_8_RTCOUT0 (0x7u << 16) /**< \brief (SUPC_WUMR) WKUP0/1 in its active state for at least 8 RTCOUT0 periods */\r
-/* -------- SUPC_WUIR : (SUPC Offset: 0x10) Supply Controller Wake-up Inputs Register -------- */\r
-#define SUPC_WUIR_WKUPEN0 (0x1u << 0) /**< \brief (SUPC_WUIR) Wake-up Input Enable 0 */\r
-#define   SUPC_WUIR_WKUPEN0_DISABLE (0x0u << 0) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN0_ENABLE (0x1u << 0) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN1 (0x1u << 1) /**< \brief (SUPC_WUIR) Wake-up Input Enable 1 */\r
-#define   SUPC_WUIR_WKUPEN1_DISABLE (0x0u << 1) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN1_ENABLE (0x1u << 1) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN2 (0x1u << 2) /**< \brief (SUPC_WUIR) Wake-up Input Enable 2 */\r
-#define   SUPC_WUIR_WKUPEN2_DISABLE (0x0u << 2) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN2_ENABLE (0x1u << 2) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN3 (0x1u << 3) /**< \brief (SUPC_WUIR) Wake-up Input Enable 3 */\r
-#define   SUPC_WUIR_WKUPEN3_DISABLE (0x0u << 3) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN3_ENABLE (0x1u << 3) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN4 (0x1u << 4) /**< \brief (SUPC_WUIR) Wake-up Input Enable 4 */\r
-#define   SUPC_WUIR_WKUPEN4_DISABLE (0x0u << 4) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN4_ENABLE (0x1u << 4) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN5 (0x1u << 5) /**< \brief (SUPC_WUIR) Wake-up Input Enable 5 */\r
-#define   SUPC_WUIR_WKUPEN5_DISABLE (0x0u << 5) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN5_ENABLE (0x1u << 5) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN6 (0x1u << 6) /**< \brief (SUPC_WUIR) Wake-up Input Enable 6 */\r
-#define   SUPC_WUIR_WKUPEN6_DISABLE (0x0u << 6) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN6_ENABLE (0x1u << 6) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN7 (0x1u << 7) /**< \brief (SUPC_WUIR) Wake-up Input Enable 7 */\r
-#define   SUPC_WUIR_WKUPEN7_DISABLE (0x0u << 7) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN7_ENABLE (0x1u << 7) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN8 (0x1u << 8) /**< \brief (SUPC_WUIR) Wake-up Input Enable 8 */\r
-#define   SUPC_WUIR_WKUPEN8_DISABLE (0x0u << 8) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN8_ENABLE (0x1u << 8) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN9 (0x1u << 9) /**< \brief (SUPC_WUIR) Wake-up Input Enable 9 */\r
-#define   SUPC_WUIR_WKUPEN9_DISABLE (0x0u << 9) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN9_ENABLE (0x1u << 9) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN10 (0x1u << 10) /**< \brief (SUPC_WUIR) Wake-up Input Enable 10 */\r
-#define   SUPC_WUIR_WKUPEN10_DISABLE (0x0u << 10) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN10_ENABLE (0x1u << 10) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN11 (0x1u << 11) /**< \brief (SUPC_WUIR) Wake-up Input Enable 11 */\r
-#define   SUPC_WUIR_WKUPEN11_DISABLE (0x0u << 11) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN11_ENABLE (0x1u << 11) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN12 (0x1u << 12) /**< \brief (SUPC_WUIR) Wake-up Input Enable 12 */\r
-#define   SUPC_WUIR_WKUPEN12_DISABLE (0x0u << 12) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN12_ENABLE (0x1u << 12) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN13 (0x1u << 13) /**< \brief (SUPC_WUIR) Wake-up Input Enable 13 */\r
-#define   SUPC_WUIR_WKUPEN13_DISABLE (0x0u << 13) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN13_ENABLE (0x1u << 13) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN14 (0x1u << 14) /**< \brief (SUPC_WUIR) Wake-up Input Enable 14 */\r
-#define   SUPC_WUIR_WKUPEN14_DISABLE (0x0u << 14) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN14_ENABLE (0x1u << 14) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPEN15 (0x1u << 15) /**< \brief (SUPC_WUIR) Wake-up Input Enable 15 */\r
-#define   SUPC_WUIR_WKUPEN15_DISABLE (0x0u << 15) /**< \brief (SUPC_WUIR) the corresponding wake-up input has no wake-up effect. */\r
-#define   SUPC_WUIR_WKUPEN15_ENABLE (0x1u << 15) /**< \brief (SUPC_WUIR) the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT0 (0x1u << 16) /**< \brief (SUPC_WUIR) Wake-up Input Type 0 */\r
-#define   SUPC_WUIR_WKUPT0_LOW (0x0u << 16) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT0_HIGH (0x1u << 16) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT1 (0x1u << 17) /**< \brief (SUPC_WUIR) Wake-up Input Type 1 */\r
-#define   SUPC_WUIR_WKUPT1_LOW (0x0u << 17) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT1_HIGH (0x1u << 17) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT2 (0x1u << 18) /**< \brief (SUPC_WUIR) Wake-up Input Type 2 */\r
-#define   SUPC_WUIR_WKUPT2_LOW (0x0u << 18) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT2_HIGH (0x1u << 18) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT3 (0x1u << 19) /**< \brief (SUPC_WUIR) Wake-up Input Type 3 */\r
-#define   SUPC_WUIR_WKUPT3_LOW (0x0u << 19) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT3_HIGH (0x1u << 19) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT4 (0x1u << 20) /**< \brief (SUPC_WUIR) Wake-up Input Type 4 */\r
-#define   SUPC_WUIR_WKUPT4_LOW (0x0u << 20) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT4_HIGH (0x1u << 20) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT5 (0x1u << 21) /**< \brief (SUPC_WUIR) Wake-up Input Type 5 */\r
-#define   SUPC_WUIR_WKUPT5_LOW (0x0u << 21) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT5_HIGH (0x1u << 21) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT6 (0x1u << 22) /**< \brief (SUPC_WUIR) Wake-up Input Type 6 */\r
-#define   SUPC_WUIR_WKUPT6_LOW (0x0u << 22) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT6_HIGH (0x1u << 22) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT7 (0x1u << 23) /**< \brief (SUPC_WUIR) Wake-up Input Type 7 */\r
-#define   SUPC_WUIR_WKUPT7_LOW (0x0u << 23) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT7_HIGH (0x1u << 23) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT8 (0x1u << 24) /**< \brief (SUPC_WUIR) Wake-up Input Type 8 */\r
-#define   SUPC_WUIR_WKUPT8_LOW (0x0u << 24) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT8_HIGH (0x1u << 24) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT9 (0x1u << 25) /**< \brief (SUPC_WUIR) Wake-up Input Type 9 */\r
-#define   SUPC_WUIR_WKUPT9_LOW (0x0u << 25) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT9_HIGH (0x1u << 25) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT10 (0x1u << 26) /**< \brief (SUPC_WUIR) Wake-up Input Type 10 */\r
-#define   SUPC_WUIR_WKUPT10_LOW (0x0u << 26) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT10_HIGH (0x1u << 26) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT11 (0x1u << 27) /**< \brief (SUPC_WUIR) Wake-up Input Type 11 */\r
-#define   SUPC_WUIR_WKUPT11_LOW (0x0u << 27) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT11_HIGH (0x1u << 27) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT12 (0x1u << 28) /**< \brief (SUPC_WUIR) Wake-up Input Type 12 */\r
-#define   SUPC_WUIR_WKUPT12_LOW (0x0u << 28) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT12_HIGH (0x1u << 28) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT13 (0x1u << 29) /**< \brief (SUPC_WUIR) Wake-up Input Type 13 */\r
-#define   SUPC_WUIR_WKUPT13_LOW (0x0u << 29) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT13_HIGH (0x1u << 29) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT14 (0x1u << 30) /**< \brief (SUPC_WUIR) Wake-up Input Type 14 */\r
-#define   SUPC_WUIR_WKUPT14_LOW (0x0u << 30) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT14_HIGH (0x1u << 30) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-#define SUPC_WUIR_WKUPT15 (0x1u << 31) /**< \brief (SUPC_WUIR) Wake-up Input Type 15 */\r
-#define   SUPC_WUIR_WKUPT15_LOW (0x0u << 31) /**< \brief (SUPC_WUIR) a low level for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply. */\r
-#define   SUPC_WUIR_WKUPT15_HIGH (0x1u << 31) /**< \brief (SUPC_WUIR) a high level for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply. */\r
-/* -------- SUPC_SR : (SUPC Offset: 0x14) Supply Controller Status Register -------- */\r
-#define SUPC_SR_FWUPS (0x1u << 0) /**< \brief (SUPC_SR) FWUP Wake-up Status */\r
-#define   SUPC_SR_FWUPS_NO (0x0u << 0) /**< \brief (SUPC_SR) no wake-up due to the assertion of the FWUP pin has occurred since the last read of SUPC_SR. */\r
-#define   SUPC_SR_FWUPS_PRESENT (0x1u << 0) /**< \brief (SUPC_SR) at least one wake-up due to the assertion of the FWUP pin has occurred since the last read of SUPC_SR. */\r
-#define SUPC_SR_WKUPS (0x1u << 1) /**< \brief (SUPC_SR) WKUP Wake-up Status */\r
-#define   SUPC_SR_WKUPS_NO (0x0u << 1) /**< \brief (SUPC_SR) no wake-up due to the assertion of the WKUP pins has occurred since the last read of SUPC_SR. */\r
-#define   SUPC_SR_WKUPS_PRESENT (0x1u << 1) /**< \brief (SUPC_SR) at least one wake-up due to the assertion of the WKUP pins has occurred since the last read of SUPC_SR. */\r
-#define SUPC_SR_SMWS (0x1u << 2) /**< \brief (SUPC_SR) Supply Monitor Detection Wake-up Status */\r
-#define   SUPC_SR_SMWS_NO (0x0u << 2) /**< \brief (SUPC_SR) no wake-up due to a supply monitor detection has occurred since the last read of SUPC_SR. */\r
-#define   SUPC_SR_SMWS_PRESENT (0x1u << 2) /**< \brief (SUPC_SR) at least one wake-up due to a supply monitor detection has occurred since the last read of SUPC_SR. */\r
-#define SUPC_SR_BODRSTS (0x1u << 3) /**< \brief (SUPC_SR) Brownout Detector Reset Status */\r
-#define   SUPC_SR_BODRSTS_NO (0x0u << 3) /**< \brief (SUPC_SR) no core brownout rising edge event has been detected since the last read of the SUPC_SR. */\r
-#define   SUPC_SR_BODRSTS_PRESENT (0x1u << 3) /**< \brief (SUPC_SR) at least one brownout output rising edge event has been detected since the last read of the SUPC_SR. */\r
-#define SUPC_SR_SMRSTS (0x1u << 4) /**< \brief (SUPC_SR) Supply Monitor Reset Status */\r
-#define   SUPC_SR_SMRSTS_NO (0x0u << 4) /**< \brief (SUPC_SR) no supply monitor detection has generated a core reset since the last read of the SUPC_SR. */\r
-#define   SUPC_SR_SMRSTS_PRESENT (0x1u << 4) /**< \brief (SUPC_SR) at least one supply monitor detection has generated a core reset since the last read of the SUPC_SR. */\r
-#define SUPC_SR_SMS (0x1u << 5) /**< \brief (SUPC_SR) Supply Monitor Status */\r
-#define   SUPC_SR_SMS_NO (0x0u << 5) /**< \brief (SUPC_SR) no supply monitor detection since the last read of SUPC_SR. */\r
-#define   SUPC_SR_SMS_PRESENT (0x1u << 5) /**< \brief (SUPC_SR) at least one supply monitor detection since the last read of SUPC_SR. */\r
-#define SUPC_SR_SMOS (0x1u << 6) /**< \brief (SUPC_SR) Supply Monitor Output Status */\r
-#define   SUPC_SR_SMOS_HIGH (0x0u << 6) /**< \brief (SUPC_SR) the supply monitor detected VDDIO higher than its threshold at its last measurement. */\r
-#define   SUPC_SR_SMOS_LOW (0x1u << 6) /**< \brief (SUPC_SR) the supply monitor detected VDDIO lower than its threshold at its last measurement. */\r
-#define SUPC_SR_OSCSEL (0x1u << 7) /**< \brief (SUPC_SR) 32-kHz Oscillator Selection Status */\r
-#define   SUPC_SR_OSCSEL_RC (0x0u << 7) /**< \brief (SUPC_SR) the slow clock, SLCK is generated by the embedded 32-kHz RC oscillator. */\r
-#define   SUPC_SR_OSCSEL_CRYST (0x1u << 7) /**< \brief (SUPC_SR) the slow clock, SLCK is generated by the 32-kHz crystal oscillator. */\r
-#define SUPC_SR_FWUPIS (0x1u << 12) /**< \brief (SUPC_SR) FWUP Input Status */\r
-#define   SUPC_SR_FWUPIS_LOW (0x0u << 12) /**< \brief (SUPC_SR) FWUP input is tied low. */\r
-#define   SUPC_SR_FWUPIS_HIGH (0x1u << 12) /**< \brief (SUPC_SR) FWUP input is tied high. */\r
-#define SUPC_SR_LPDBCS0 (0x1u << 13) /**< \brief (SUPC_SR) Low Power Debouncer Wake-up Status on WKUP0 */\r
-#define   SUPC_SR_LPDBCS0_NO (0x0u << 13) /**< \brief (SUPC_SR) no wake-up due to the assertion of the WKUP0 pin has occurred since the last read of SUPC_SR. */\r
-#define   SUPC_SR_LPDBCS0_PRESENT (0x1u << 13) /**< \brief (SUPC_SR) at least one wake-up due to the assertion of the WKUP0 pin has occurred since the last read of SUPC_SR. */\r
-#define SUPC_SR_LPDBCS1 (0x1u << 14) /**< \brief (SUPC_SR) Low Power Debouncer Wake-up Status on WKUP1 */\r
-#define   SUPC_SR_LPDBCS1_NO (0x0u << 14) /**< \brief (SUPC_SR) no wake-up due to the assertion of the WKUP1 pin has occurred since the last read of SUPC_SR. */\r
-#define   SUPC_SR_LPDBCS1_PRESENT (0x1u << 14) /**< \brief (SUPC_SR) at least one wake-up due to the assertion of the WKUP1 pin has occurred since the last read of SUPC_SR. */\r
-#define SUPC_SR_WKUPIS0 (0x1u << 16) /**< \brief (SUPC_SR) WKUP Input Status 0 */\r
-#define   SUPC_SR_WKUPIS0_DIS (0x0u << 16) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS0_EN (0x1u << 16) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS1 (0x1u << 17) /**< \brief (SUPC_SR) WKUP Input Status 1 */\r
-#define   SUPC_SR_WKUPIS1_DIS (0x0u << 17) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS1_EN (0x1u << 17) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS2 (0x1u << 18) /**< \brief (SUPC_SR) WKUP Input Status 2 */\r
-#define   SUPC_SR_WKUPIS2_DIS (0x0u << 18) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS2_EN (0x1u << 18) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS3 (0x1u << 19) /**< \brief (SUPC_SR) WKUP Input Status 3 */\r
-#define   SUPC_SR_WKUPIS3_DIS (0x0u << 19) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS3_EN (0x1u << 19) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS4 (0x1u << 20) /**< \brief (SUPC_SR) WKUP Input Status 4 */\r
-#define   SUPC_SR_WKUPIS4_DIS (0x0u << 20) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS4_EN (0x1u << 20) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS5 (0x1u << 21) /**< \brief (SUPC_SR) WKUP Input Status 5 */\r
-#define   SUPC_SR_WKUPIS5_DIS (0x0u << 21) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS5_EN (0x1u << 21) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS6 (0x1u << 22) /**< \brief (SUPC_SR) WKUP Input Status 6 */\r
-#define   SUPC_SR_WKUPIS6_DIS (0x0u << 22) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS6_EN (0x1u << 22) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS7 (0x1u << 23) /**< \brief (SUPC_SR) WKUP Input Status 7 */\r
-#define   SUPC_SR_WKUPIS7_DIS (0x0u << 23) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS7_EN (0x1u << 23) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS8 (0x1u << 24) /**< \brief (SUPC_SR) WKUP Input Status 8 */\r
-#define   SUPC_SR_WKUPIS8_DIS (0x0u << 24) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS8_EN (0x1u << 24) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS9 (0x1u << 25) /**< \brief (SUPC_SR) WKUP Input Status 9 */\r
-#define   SUPC_SR_WKUPIS9_DIS (0x0u << 25) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS9_EN (0x1u << 25) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS10 (0x1u << 26) /**< \brief (SUPC_SR) WKUP Input Status 10 */\r
-#define   SUPC_SR_WKUPIS10_DIS (0x0u << 26) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS10_EN (0x1u << 26) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS11 (0x1u << 27) /**< \brief (SUPC_SR) WKUP Input Status 11 */\r
-#define   SUPC_SR_WKUPIS11_DIS (0x0u << 27) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS11_EN (0x1u << 27) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS12 (0x1u << 28) /**< \brief (SUPC_SR) WKUP Input Status 12 */\r
-#define   SUPC_SR_WKUPIS12_DIS (0x0u << 28) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS12_EN (0x1u << 28) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS13 (0x1u << 29) /**< \brief (SUPC_SR) WKUP Input Status 13 */\r
-#define   SUPC_SR_WKUPIS13_DIS (0x0u << 29) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS13_EN (0x1u << 29) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS14 (0x1u << 30) /**< \brief (SUPC_SR) WKUP Input Status 14 */\r
-#define   SUPC_SR_WKUPIS14_DIS (0x0u << 30) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS14_EN (0x1u << 30) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-#define SUPC_SR_WKUPIS15 (0x1u << 31) /**< \brief (SUPC_SR) WKUP Input Status 15 */\r
-#define   SUPC_SR_WKUPIS15_DIS (0x0u << 31) /**< \brief (SUPC_SR) the corresponding wake-up input is disabled, or was inactive at the time the debouncer triggered a wake-up event. */\r
-#define   SUPC_SR_WKUPIS15_EN (0x1u << 31) /**< \brief (SUPC_SR) the corresponding wake-up input was active at the time the debouncer triggered a wake-up event. */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_SUPC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/tc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/tc.h
deleted file mode 100644 (file)
index 6f7e607..0000000
+++ /dev/null
@@ -1,383 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TC_COMPONENT_\r
-#define _SAM4E_TC_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Timer Counter */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_TC Timer Counter */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief TcChannel hardware registers */\r
-typedef struct {\r
-  RwReg      TC_CCR;        /**< \brief (TcChannel Offset: 0x0) Channel Control Register */\r
-  RwReg      TC_CMR;        /**< \brief (TcChannel Offset: 0x4) Channel Mode Register */\r
-  RwReg      TC_SMMR;       /**< \brief (TcChannel Offset: 0x8) Stepper Motor Mode Register */\r
-  RwReg      TC_RAB;        /**< \brief (TcChannel Offset: 0xC) Register AB */\r
-  RwReg      TC_CV;         /**< \brief (TcChannel Offset: 0x10) Counter Value */\r
-  RwReg      TC_RA;         /**< \brief (TcChannel Offset: 0x14) Register A */\r
-  RwReg      TC_RB;         /**< \brief (TcChannel Offset: 0x18) Register B */\r
-  RwReg      TC_RC;         /**< \brief (TcChannel Offset: 0x1C) Register C */\r
-  RwReg      TC_SR;         /**< \brief (TcChannel Offset: 0x20) Status Register */\r
-  RwReg      TC_IER;        /**< \brief (TcChannel Offset: 0x24) Interrupt Enable Register */\r
-  RwReg      TC_IDR;        /**< \brief (TcChannel Offset: 0x28) Interrupt Disable Register */\r
-  RwReg      TC_IMR;        /**< \brief (TcChannel Offset: 0x2C) Interrupt Mask Register */\r
-  RwReg      TC_EMR;        /**< \brief (TcChannel Offset: 0x30) Extended Mode Register */\r
-  RoReg      Reserved1[3];\r
-} TcChannel;\r
-/** \brief TcPdc hardware registers */\r
-typedef struct {\r
-  RwReg      TC_RPR;        /**< \brief (TcPdc Offset: 0x0) Receive Pointer Register */\r
-  RwReg      TC_RCR;        /**< \brief (TcPdc Offset: 0x4) Receive Counter Register */\r
-  RoReg      Reserved2[2];\r
-  RwReg      TC_RNPR;       /**< \brief (TcPdc Offset: 0x10) Receive Next Pointer Register */\r
-  RwReg      TC_RNCR;       /**< \brief (TcPdc Offset: 0x14) Receive Next Counter Register */\r
-  RoReg      Reserved3[2];\r
-  RwReg      TC_PTCR;       /**< \brief (TcPdc Offset: 0x20) Transfer Control Register */\r
-  RwReg      TC_PTSR;       /**< \brief (TcPdc Offset: 0x24) Transfer Status Register */\r
-  RoReg      Reserved4[6];\r
-} TcPdc;\r
-/** \brief Tc hardware registers */\r
-#define TCCHANNEL_NUMBER 3\r
-#define TCPDC_NUMBER 3\r
-typedef struct {\r
-  TcChannel  TC_CHANNEL[TCCHANNEL_NUMBER]; /**< \brief (Tc Offset: 0x0) channel = 0 .. 2 */\r
-  WoReg      TC_BCR;        /**< \brief (Tc Offset: 0xC0) Block Control Register */\r
-  RwReg      TC_BMR;        /**< \brief (Tc Offset: 0xC4) Block Mode Register */\r
-  WoReg      TC_QIER;       /**< \brief (Tc Offset: 0xC8) QDEC Interrupt Enable Register */\r
-  WoReg      TC_QIDR;       /**< \brief (Tc Offset: 0xCC) QDEC Interrupt Disable Register */\r
-  RoReg      TC_QIMR;       /**< \brief (Tc Offset: 0xD0) QDEC Interrupt Mask Register */\r
-  RoReg      TC_QISR;       /**< \brief (Tc Offset: 0xD4) QDEC Interrupt Status Register */\r
-  RwReg      TC_FMR;        /**< \brief (Tc Offset: 0xD8) Fault Mode Register */\r
-  RoReg      Reserved1[2];\r
-  RwReg      TC_WPMR;       /**< \brief (Tc Offset: 0xE4) Write Protect Mode Register */\r
-  RoReg      Reserved2[6];\r
-  TcPdc      TC_PDC[TCPDC_NUMBER]; /**< \brief (Tc Offset: 0x100) pdc = 0 .. 2 */\r
-} Tc;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- TC_CCR : (TC Offset: N/A) Channel Control Register -------- */\r
-#define TC_CCR_CLKEN (0x1u << 0) /**< \brief (TC_CCR) Counter Clock Enable Command */\r
-#define TC_CCR_CLKDIS (0x1u << 1) /**< \brief (TC_CCR) Counter Clock Disable Command */\r
-#define TC_CCR_SWTRG (0x1u << 2) /**< \brief (TC_CCR) Software Trigger Command */\r
-/* -------- TC_CMR : (TC Offset: N/A) Channel Mode Register -------- */\r
-#define TC_CMR_TCCLKS_Pos 0\r
-#define TC_CMR_TCCLKS_Msk (0x7u << TC_CMR_TCCLKS_Pos) /**< \brief (TC_CMR) Clock Selection */\r
-#define   TC_CMR_TCCLKS_TIMER_CLOCK1 (0x0u << 0) /**< \brief (TC_CMR) Clock selected: TCLK1 */\r
-#define   TC_CMR_TCCLKS_TIMER_CLOCK2 (0x1u << 0) /**< \brief (TC_CMR) Clock selected: TCLK2 */\r
-#define   TC_CMR_TCCLKS_TIMER_CLOCK3 (0x2u << 0) /**< \brief (TC_CMR) Clock selected: TCLK3 */\r
-#define   TC_CMR_TCCLKS_TIMER_CLOCK4 (0x3u << 0) /**< \brief (TC_CMR) Clock selected: TCLK4 */\r
-#define   TC_CMR_TCCLKS_TIMER_CLOCK5 (0x4u << 0) /**< \brief (TC_CMR) Clock selected: TCLK5 */\r
-#define   TC_CMR_TCCLKS_XC0 (0x5u << 0) /**< \brief (TC_CMR) Clock selected: XC0 */\r
-#define   TC_CMR_TCCLKS_XC1 (0x6u << 0) /**< \brief (TC_CMR) Clock selected: XC1 */\r
-#define   TC_CMR_TCCLKS_XC2 (0x7u << 0) /**< \brief (TC_CMR) Clock selected: XC2 */\r
-#define TC_CMR_CLKI (0x1u << 3) /**< \brief (TC_CMR) Clock Invert */\r
-#define TC_CMR_BURST_Pos 4\r
-#define TC_CMR_BURST_Msk (0x3u << TC_CMR_BURST_Pos) /**< \brief (TC_CMR) Burst Signal Selection */\r
-#define   TC_CMR_BURST_NONE (0x0u << 4) /**< \brief (TC_CMR) The clock is not gated by an external signal. */\r
-#define   TC_CMR_BURST_XC0 (0x1u << 4) /**< \brief (TC_CMR) XC0 is ANDed with the selected clock. */\r
-#define   TC_CMR_BURST_XC1 (0x2u << 4) /**< \brief (TC_CMR) XC1 is ANDed with the selected clock. */\r
-#define   TC_CMR_BURST_XC2 (0x3u << 4) /**< \brief (TC_CMR) XC2 is ANDed with the selected clock. */\r
-#define TC_CMR_LDBSTOP (0x1u << 6) /**< \brief (TC_CMR) Counter Clock Stopped with RB Loading */\r
-#define TC_CMR_LDBDIS (0x1u << 7) /**< \brief (TC_CMR) Counter Clock Disable with RB Loading */\r
-#define TC_CMR_ETRGEDG_Pos 8\r
-#define TC_CMR_ETRGEDG_Msk (0x3u << TC_CMR_ETRGEDG_Pos) /**< \brief (TC_CMR) External Trigger Edge Selection */\r
-#define   TC_CMR_ETRGEDG_NONE (0x0u << 8) /**< \brief (TC_CMR) The clock is not gated by an external signal. */\r
-#define   TC_CMR_ETRGEDG_RISING (0x1u << 8) /**< \brief (TC_CMR) Rising edge */\r
-#define   TC_CMR_ETRGEDG_FALLING (0x2u << 8) /**< \brief (TC_CMR) Falling edge */\r
-#define   TC_CMR_ETRGEDG_EDGE (0x3u << 8) /**< \brief (TC_CMR) Each edge */\r
-#define TC_CMR_ABETRG (0x1u << 10) /**< \brief (TC_CMR) TIOA or TIOB External Trigger Selection */\r
-#define TC_CMR_CPCTRG (0x1u << 14) /**< \brief (TC_CMR) RC Compare Trigger Enable */\r
-#define TC_CMR_WAVE (0x1u << 15) /**< \brief (TC_CMR) Waveform Mode */\r
-#define TC_CMR_LDRA_Pos 16\r
-#define TC_CMR_LDRA_Msk (0x3u << TC_CMR_LDRA_Pos) /**< \brief (TC_CMR) RA Loading Edge Selection */\r
-#define   TC_CMR_LDRA_NONE (0x0u << 16) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_LDRA_RISING (0x1u << 16) /**< \brief (TC_CMR) Rising edge of TIOA */\r
-#define   TC_CMR_LDRA_FALLING (0x2u << 16) /**< \brief (TC_CMR) Falling edge of TIOA */\r
-#define   TC_CMR_LDRA_EDGE (0x3u << 16) /**< \brief (TC_CMR) Each edge of TIOA */\r
-#define TC_CMR_LDRB_Pos 18\r
-#define TC_CMR_LDRB_Msk (0x3u << TC_CMR_LDRB_Pos) /**< \brief (TC_CMR) RB Loading Edge Selection */\r
-#define   TC_CMR_LDRB_NONE (0x0u << 18) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_LDRB_RISING (0x1u << 18) /**< \brief (TC_CMR) Rising edge of TIOA */\r
-#define   TC_CMR_LDRB_FALLING (0x2u << 18) /**< \brief (TC_CMR) Falling edge of TIOA */\r
-#define   TC_CMR_LDRB_EDGE (0x3u << 18) /**< \brief (TC_CMR) Each edge of TIOA */\r
-#define TC_CMR_SBSMPLR_Pos 20\r
-#define TC_CMR_SBSMPLR_Msk (0x7u << TC_CMR_SBSMPLR_Pos) /**< \brief (TC_CMR) Loading Edge Subsampling Ratio */\r
-#define   TC_CMR_SBSMPLR_ONE (0x0u << 20) /**< \brief (TC_CMR) Load a Capture Register each selected edge */\r
-#define   TC_CMR_SBSMPLR_HALF (0x1u << 20) /**< \brief (TC_CMR) Load a Capture Register every 2 selected edges */\r
-#define   TC_CMR_SBSMPLR_FOURTH (0x2u << 20) /**< \brief (TC_CMR) Load a Capture Register every 4 selected edges */\r
-#define   TC_CMR_SBSMPLR_EIGHTH (0x3u << 20) /**< \brief (TC_CMR) Load a Capture Register every 8 selected edges */\r
-#define   TC_CMR_SBSMPLR_SIXTEENTH (0x4u << 20) /**< \brief (TC_CMR) Load a Capture Register every 16 selected edges */\r
-#define TC_CMR_CPCSTOP (0x1u << 6) /**< \brief (TC_CMR) Counter Clock Stopped with RC Compare */\r
-#define TC_CMR_CPCDIS (0x1u << 7) /**< \brief (TC_CMR) Counter Clock Disable with RC Compare */\r
-#define TC_CMR_EEVTEDG_Pos 8\r
-#define TC_CMR_EEVTEDG_Msk (0x3u << TC_CMR_EEVTEDG_Pos) /**< \brief (TC_CMR) External Event Edge Selection */\r
-#define   TC_CMR_EEVTEDG_NONE (0x0u << 8) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_EEVTEDG_RISING (0x1u << 8) /**< \brief (TC_CMR) Rising edge */\r
-#define   TC_CMR_EEVTEDG_FALLING (0x2u << 8) /**< \brief (TC_CMR) Falling edge */\r
-#define   TC_CMR_EEVTEDG_EDGE (0x3u << 8) /**< \brief (TC_CMR) Each edge */\r
-#define TC_CMR_EEVT_Pos 10\r
-#define TC_CMR_EEVT_Msk (0x3u << TC_CMR_EEVT_Pos) /**< \brief (TC_CMR) External Event Selection */\r
-#define   TC_CMR_EEVT_TIOB (0x0u << 10) /**< \brief (TC_CMR) TIOB */\r
-#define   TC_CMR_EEVT_XC0 (0x1u << 10) /**< \brief (TC_CMR) XC0 */\r
-#define   TC_CMR_EEVT_XC1 (0x2u << 10) /**< \brief (TC_CMR) XC1 */\r
-#define   TC_CMR_EEVT_XC2 (0x3u << 10) /**< \brief (TC_CMR) XC2 */\r
-#define TC_CMR_ENETRG (0x1u << 12) /**< \brief (TC_CMR) External Event Trigger Enable */\r
-#define TC_CMR_WAVSEL_Pos 13\r
-#define TC_CMR_WAVSEL_Msk (0x3u << TC_CMR_WAVSEL_Pos) /**< \brief (TC_CMR) Waveform Selection */\r
-#define   TC_CMR_WAVSEL_UP (0x0u << 13) /**< \brief (TC_CMR) UP mode without automatic trigger on RC Compare */\r
-#define   TC_CMR_WAVSEL_UPDOWN (0x1u << 13) /**< \brief (TC_CMR) UPDOWN mode without automatic trigger on RC Compare */\r
-#define   TC_CMR_WAVSEL_UP_RC (0x2u << 13) /**< \brief (TC_CMR) UP mode with automatic trigger on RC Compare */\r
-#define   TC_CMR_WAVSEL_UPDOWN_RC (0x3u << 13) /**< \brief (TC_CMR) UPDOWN mode with automatic trigger on RC Compare */\r
-#define TC_CMR_ACPA_Pos 16\r
-#define TC_CMR_ACPA_Msk (0x3u << TC_CMR_ACPA_Pos) /**< \brief (TC_CMR) RA Compare Effect on TIOA */\r
-#define   TC_CMR_ACPA_NONE (0x0u << 16) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_ACPA_SET (0x1u << 16) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_ACPA_CLEAR (0x2u << 16) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_ACPA_TOGGLE (0x3u << 16) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_ACPC_Pos 18\r
-#define TC_CMR_ACPC_Msk (0x3u << TC_CMR_ACPC_Pos) /**< \brief (TC_CMR) RC Compare Effect on TIOA */\r
-#define   TC_CMR_ACPC_NONE (0x0u << 18) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_ACPC_SET (0x1u << 18) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_ACPC_CLEAR (0x2u << 18) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_ACPC_TOGGLE (0x3u << 18) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_AEEVT_Pos 20\r
-#define TC_CMR_AEEVT_Msk (0x3u << TC_CMR_AEEVT_Pos) /**< \brief (TC_CMR) External Event Effect on TIOA */\r
-#define   TC_CMR_AEEVT_NONE (0x0u << 20) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_AEEVT_SET (0x1u << 20) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_AEEVT_CLEAR (0x2u << 20) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_AEEVT_TOGGLE (0x3u << 20) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_ASWTRG_Pos 22\r
-#define TC_CMR_ASWTRG_Msk (0x3u << TC_CMR_ASWTRG_Pos) /**< \brief (TC_CMR) Software Trigger Effect on TIOA */\r
-#define   TC_CMR_ASWTRG_NONE (0x0u << 22) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_ASWTRG_SET (0x1u << 22) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_ASWTRG_CLEAR (0x2u << 22) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_ASWTRG_TOGGLE (0x3u << 22) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_BCPB_Pos 24\r
-#define TC_CMR_BCPB_Msk (0x3u << TC_CMR_BCPB_Pos) /**< \brief (TC_CMR) RB Compare Effect on TIOB */\r
-#define   TC_CMR_BCPB_NONE (0x0u << 24) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_BCPB_SET (0x1u << 24) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_BCPB_CLEAR (0x2u << 24) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_BCPB_TOGGLE (0x3u << 24) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_BCPC_Pos 26\r
-#define TC_CMR_BCPC_Msk (0x3u << TC_CMR_BCPC_Pos) /**< \brief (TC_CMR) RC Compare Effect on TIOB */\r
-#define   TC_CMR_BCPC_NONE (0x0u << 26) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_BCPC_SET (0x1u << 26) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_BCPC_CLEAR (0x2u << 26) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_BCPC_TOGGLE (0x3u << 26) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_BEEVT_Pos 28\r
-#define TC_CMR_BEEVT_Msk (0x3u << TC_CMR_BEEVT_Pos) /**< \brief (TC_CMR) External Event Effect on TIOB */\r
-#define   TC_CMR_BEEVT_NONE (0x0u << 28) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_BEEVT_SET (0x1u << 28) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_BEEVT_CLEAR (0x2u << 28) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_BEEVT_TOGGLE (0x3u << 28) /**< \brief (TC_CMR) Toggle */\r
-#define TC_CMR_BSWTRG_Pos 30\r
-#define TC_CMR_BSWTRG_Msk (0x3u << TC_CMR_BSWTRG_Pos) /**< \brief (TC_CMR) Software Trigger Effect on TIOB */\r
-#define   TC_CMR_BSWTRG_NONE (0x0u << 30) /**< \brief (TC_CMR) None */\r
-#define   TC_CMR_BSWTRG_SET (0x1u << 30) /**< \brief (TC_CMR) Set */\r
-#define   TC_CMR_BSWTRG_CLEAR (0x2u << 30) /**< \brief (TC_CMR) Clear */\r
-#define   TC_CMR_BSWTRG_TOGGLE (0x3u << 30) /**< \brief (TC_CMR) Toggle */\r
-/* -------- TC_SMMR : (TC Offset: N/A) Stepper Motor Mode Register -------- */\r
-#define TC_SMMR_GCEN (0x1u << 0) /**< \brief (TC_SMMR) Gray Count Enable */\r
-#define TC_SMMR_DOWN (0x1u << 1) /**< \brief (TC_SMMR) DOWN Count */\r
-/* -------- TC_RAB : (TC Offset: N/A) Register AB -------- */\r
-#define TC_RAB_RAB_Pos 0\r
-#define TC_RAB_RAB_Msk (0xffffffffu << TC_RAB_RAB_Pos) /**< \brief (TC_RAB) Register A or Register B */\r
-/* -------- TC_CV : (TC Offset: N/A) Counter Value -------- */\r
-#define TC_CV_CV_Pos 0\r
-#define TC_CV_CV_Msk (0xffffffffu << TC_CV_CV_Pos) /**< \brief (TC_CV) Counter Value */\r
-/* -------- TC_RA : (TC Offset: N/A) Register A -------- */\r
-#define TC_RA_RA_Pos 0\r
-#define TC_RA_RA_Msk (0xffffffffu << TC_RA_RA_Pos) /**< \brief (TC_RA) Register A */\r
-#define TC_RA_RA(value) ((TC_RA_RA_Msk & ((value) << TC_RA_RA_Pos)))\r
-/* -------- TC_RB : (TC Offset: N/A) Register B -------- */\r
-#define TC_RB_RB_Pos 0\r
-#define TC_RB_RB_Msk (0xffffffffu << TC_RB_RB_Pos) /**< \brief (TC_RB) Register B */\r
-#define TC_RB_RB(value) ((TC_RB_RB_Msk & ((value) << TC_RB_RB_Pos)))\r
-/* -------- TC_RC : (TC Offset: N/A) Register C -------- */\r
-#define TC_RC_RC_Pos 0\r
-#define TC_RC_RC_Msk (0xffffffffu << TC_RC_RC_Pos) /**< \brief (TC_RC) Register C */\r
-#define TC_RC_RC(value) ((TC_RC_RC_Msk & ((value) << TC_RC_RC_Pos)))\r
-/* -------- TC_SR : (TC Offset: N/A) Status Register -------- */\r
-#define TC_SR_COVFS (0x1u << 0) /**< \brief (TC_SR) Counter Overflow Status */\r
-#define TC_SR_LOVRS (0x1u << 1) /**< \brief (TC_SR) Load Overrun Status */\r
-#define TC_SR_CPAS (0x1u << 2) /**< \brief (TC_SR) RA Compare Status */\r
-#define TC_SR_CPBS (0x1u << 3) /**< \brief (TC_SR) RB Compare Status */\r
-#define TC_SR_CPCS (0x1u << 4) /**< \brief (TC_SR) RC Compare Status */\r
-#define TC_SR_LDRAS (0x1u << 5) /**< \brief (TC_SR) RA Loading Status */\r
-#define TC_SR_LDRBS (0x1u << 6) /**< \brief (TC_SR) RB Loading Status */\r
-#define TC_SR_ETRGS (0x1u << 7) /**< \brief (TC_SR) External Trigger Status */\r
-#define TC_SR_ENDRX (0x1u << 8) /**< \brief (TC_SR) End of Receiver Transfer */\r
-#define TC_SR_RXBUFF (0x1u << 9) /**< \brief (TC_SR) Reception Buffer Full */\r
-#define TC_SR_CLKSTA (0x1u << 16) /**< \brief (TC_SR) Clock Enabling Status */\r
-#define TC_SR_MTIOA (0x1u << 17) /**< \brief (TC_SR) TIOA Mirror */\r
-#define TC_SR_MTIOB (0x1u << 18) /**< \brief (TC_SR) TIOB Mirror */\r
-/* -------- TC_IER : (TC Offset: N/A) Interrupt Enable Register -------- */\r
-#define TC_IER_COVFS (0x1u << 0) /**< \brief (TC_IER) Counter Overflow */\r
-#define TC_IER_LOVRS (0x1u << 1) /**< \brief (TC_IER) Load Overrun */\r
-#define TC_IER_CPAS (0x1u << 2) /**< \brief (TC_IER) RA Compare */\r
-#define TC_IER_CPBS (0x1u << 3) /**< \brief (TC_IER) RB Compare */\r
-#define TC_IER_CPCS (0x1u << 4) /**< \brief (TC_IER) RC Compare */\r
-#define TC_IER_LDRAS (0x1u << 5) /**< \brief (TC_IER) RA Loading */\r
-#define TC_IER_LDRBS (0x1u << 6) /**< \brief (TC_IER) RB Loading */\r
-#define TC_IER_ETRGS (0x1u << 7) /**< \brief (TC_IER) External Trigger */\r
-#define TC_IER_ENDRX (0x1u << 8) /**< \brief (TC_IER) End of Receiver Transfer */\r
-#define TC_IER_RXBUFF (0x1u << 9) /**< \brief (TC_IER) Reception Buffer Full */\r
-/* -------- TC_IDR : (TC Offset: N/A) Interrupt Disable Register -------- */\r
-#define TC_IDR_COVFS (0x1u << 0) /**< \brief (TC_IDR) Counter Overflow */\r
-#define TC_IDR_LOVRS (0x1u << 1) /**< \brief (TC_IDR) Load Overrun */\r
-#define TC_IDR_CPAS (0x1u << 2) /**< \brief (TC_IDR) RA Compare */\r
-#define TC_IDR_CPBS (0x1u << 3) /**< \brief (TC_IDR) RB Compare */\r
-#define TC_IDR_CPCS (0x1u << 4) /**< \brief (TC_IDR) RC Compare */\r
-#define TC_IDR_LDRAS (0x1u << 5) /**< \brief (TC_IDR) RA Loading */\r
-#define TC_IDR_LDRBS (0x1u << 6) /**< \brief (TC_IDR) RB Loading */\r
-#define TC_IDR_ETRGS (0x1u << 7) /**< \brief (TC_IDR) External Trigger */\r
-#define TC_IDR_ENDRX (0x1u << 8) /**< \brief (TC_IDR) End of Receiver Transfer */\r
-#define TC_IDR_RXBUFF (0x1u << 9) /**< \brief (TC_IDR) Reception Buffer Full */\r
-/* -------- TC_IMR : (TC Offset: N/A) Interrupt Mask Register -------- */\r
-#define TC_IMR_COVFS (0x1u << 0) /**< \brief (TC_IMR) Counter Overflow */\r
-#define TC_IMR_LOVRS (0x1u << 1) /**< \brief (TC_IMR) Load Overrun */\r
-#define TC_IMR_CPAS (0x1u << 2) /**< \brief (TC_IMR) RA Compare */\r
-#define TC_IMR_CPBS (0x1u << 3) /**< \brief (TC_IMR) RB Compare */\r
-#define TC_IMR_CPCS (0x1u << 4) /**< \brief (TC_IMR) RC Compare */\r
-#define TC_IMR_LDRAS (0x1u << 5) /**< \brief (TC_IMR) RA Loading */\r
-#define TC_IMR_LDRBS (0x1u << 6) /**< \brief (TC_IMR) RB Loading */\r
-#define TC_IMR_ETRGS (0x1u << 7) /**< \brief (TC_IMR) External Trigger */\r
-#define TC_IMR_ENDRX (0x1u << 8) /**< \brief (TC_IMR) End of Receiver Transfer */\r
-#define TC_IMR_RXBUFF (0x1u << 9) /**< \brief (TC_IMR) Reception Buffer Full */\r
-/* -------- TC_EMR : (TC Offset: N/A) Extended Mode Register -------- */\r
-#define TC_EMR_TRIGSRCA_Pos 0\r
-#define TC_EMR_TRIGSRCA_Msk (0x3u << TC_EMR_TRIGSRCA_Pos) /**< \brief (TC_EMR) TRIGger SouRCe for input A */\r
-#define   TC_EMR_TRIGSRCA_EXTERNAL_TIOAx (0x0u << 0) /**< \brief (TC_EMR) the trigger/capture input A is driven by external pin TIOAx */\r
-#define   TC_EMR_TRIGSRCA_PWMx (0x1u << 0) /**< \brief (TC_EMR) the trigger/capture input A is driven internally by PWMx */\r
-#define TC_EMR_TRIGSRCB_Pos 4\r
-#define TC_EMR_TRIGSRCB_Msk (0x3u << TC_EMR_TRIGSRCB_Pos) /**< \brief (TC_EMR) TRIGger SouRCe for input B */\r
-#define   TC_EMR_TRIGSRCB_EXTERNAL_TIOBx (0x0u << 4) /**< \brief (TC_EMR) the trigger/capture input B is driven by external pin TIOBx */\r
-#define   TC_EMR_TRIGSRCB_PWMx (0x1u << 4) /**< \brief (TC_EMR) the trigger/capture input B is driven internally by PWMx */\r
-#define TC_EMR_NODIVCLK (0x1u << 8) /**< \brief (TC_EMR) NO DIVided CLocK */\r
-/* -------- TC_BCR : (TC Offset: 0xC0) Block Control Register -------- */\r
-#define TC_BCR_SYNC (0x1u << 0) /**< \brief (TC_BCR) Synchro Command */\r
-/* -------- TC_BMR : (TC Offset: 0xC4) Block Mode Register -------- */\r
-#define TC_BMR_TC0XC0S_Pos 0\r
-#define TC_BMR_TC0XC0S_Msk (0x3u << TC_BMR_TC0XC0S_Pos) /**< \brief (TC_BMR) External Clock Signal 0 Selection */\r
-#define   TC_BMR_TC0XC0S_TCLK0 (0x0u << 0) /**< \brief (TC_BMR) Signal connected to XC0: TCLK0 */\r
-#define   TC_BMR_TC0XC0S_TIOA1 (0x2u << 0) /**< \brief (TC_BMR) Signal connected to XC0: TIOA1 */\r
-#define   TC_BMR_TC0XC0S_TIOA2 (0x3u << 0) /**< \brief (TC_BMR) Signal connected to XC0: TIOA2 */\r
-#define TC_BMR_TC1XC1S_Pos 2\r
-#define TC_BMR_TC1XC1S_Msk (0x3u << TC_BMR_TC1XC1S_Pos) /**< \brief (TC_BMR) External Clock Signal 1 Selection */\r
-#define   TC_BMR_TC1XC1S_TCLK1 (0x0u << 2) /**< \brief (TC_BMR) Signal connected to XC1: TCLK1 */\r
-#define   TC_BMR_TC1XC1S_TIOA0 (0x2u << 2) /**< \brief (TC_BMR) Signal connected to XC1: TIOA0 */\r
-#define   TC_BMR_TC1XC1S_TIOA2 (0x3u << 2) /**< \brief (TC_BMR) Signal connected to XC1: TIOA2 */\r
-#define TC_BMR_TC2XC2S_Pos 4\r
-#define TC_BMR_TC2XC2S_Msk (0x3u << TC_BMR_TC2XC2S_Pos) /**< \brief (TC_BMR) External Clock Signal 2 Selection */\r
-#define   TC_BMR_TC2XC2S_TCLK2 (0x0u << 4) /**< \brief (TC_BMR) Signal connected to XC2: TCLK2 */\r
-#define   TC_BMR_TC2XC2S_TIOA1 (0x2u << 4) /**< \brief (TC_BMR) Signal connected to XC2: TIOA1 */\r
-#define   TC_BMR_TC2XC2S_TIOA2 (0x3u << 4) /**< \brief (TC_BMR) Signal connected to XC2: TIOA2 */\r
-#define TC_BMR_QDEN (0x1u << 8) /**< \brief (TC_BMR) Quadrature Decoder ENabled */\r
-#define TC_BMR_POSEN (0x1u << 9) /**< \brief (TC_BMR) POSition ENabled */\r
-#define TC_BMR_SPEEDEN (0x1u << 10) /**< \brief (TC_BMR) SPEED ENabled */\r
-#define TC_BMR_QDTRANS (0x1u << 11) /**< \brief (TC_BMR) Quadrature Decoding TRANSparent */\r
-#define TC_BMR_EDGPHA (0x1u << 12) /**< \brief (TC_BMR) EDGe on PHA count mode */\r
-#define TC_BMR_INVA (0x1u << 13) /**< \brief (TC_BMR) INVerted phA */\r
-#define TC_BMR_INVB (0x1u << 14) /**< \brief (TC_BMR) INVerted phB */\r
-#define TC_BMR_INVIDX (0x1u << 15) /**< \brief (TC_BMR) INVerted InDeX */\r
-#define TC_BMR_SWAP (0x1u << 16) /**< \brief (TC_BMR) SWAP PHA and PHB */\r
-#define TC_BMR_IDXPHB (0x1u << 17) /**< \brief (TC_BMR) InDeX pin is PHB pin */\r
-#define TC_BMR_FILTER (0x1u << 19) /**< \brief (TC_BMR)  */\r
-#define TC_BMR_MAXFILT_Pos 20\r
-#define TC_BMR_MAXFILT_Msk (0x3fu << TC_BMR_MAXFILT_Pos) /**< \brief (TC_BMR) MAXimum FILTer */\r
-#define TC_BMR_MAXFILT(value) ((TC_BMR_MAXFILT_Msk & ((value) << TC_BMR_MAXFILT_Pos)))\r
-/* -------- TC_QIER : (TC Offset: 0xC8) QDEC Interrupt Enable Register -------- */\r
-#define TC_QIER_IDX (0x1u << 0) /**< \brief (TC_QIER) InDeX */\r
-#define TC_QIER_DIRCHG (0x1u << 1) /**< \brief (TC_QIER) DIRection CHanGe */\r
-#define TC_QIER_QERR (0x1u << 2) /**< \brief (TC_QIER) Quadrature ERRor */\r
-/* -------- TC_QIDR : (TC Offset: 0xCC) QDEC Interrupt Disable Register -------- */\r
-#define TC_QIDR_IDX (0x1u << 0) /**< \brief (TC_QIDR) InDeX */\r
-#define TC_QIDR_DIRCHG (0x1u << 1) /**< \brief (TC_QIDR) DIRection CHanGe */\r
-#define TC_QIDR_QERR (0x1u << 2) /**< \brief (TC_QIDR) Quadrature ERRor */\r
-/* -------- TC_QIMR : (TC Offset: 0xD0) QDEC Interrupt Mask Register -------- */\r
-#define TC_QIMR_IDX (0x1u << 0) /**< \brief (TC_QIMR) InDeX */\r
-#define TC_QIMR_DIRCHG (0x1u << 1) /**< \brief (TC_QIMR) DIRection CHanGe */\r
-#define TC_QIMR_QERR (0x1u << 2) /**< \brief (TC_QIMR) Quadrature ERRor */\r
-/* -------- TC_QISR : (TC Offset: 0xD4) QDEC Interrupt Status Register -------- */\r
-#define TC_QISR_IDX (0x1u << 0) /**< \brief (TC_QISR) InDeX */\r
-#define TC_QISR_DIRCHG (0x1u << 1) /**< \brief (TC_QISR) DIRection CHanGe */\r
-#define TC_QISR_QERR (0x1u << 2) /**< \brief (TC_QISR) Quadrature ERRor */\r
-#define TC_QISR_DIR (0x1u << 8) /**< \brief (TC_QISR) DIRection */\r
-/* -------- TC_FMR : (TC Offset: 0xD8) Fault Mode Register -------- */\r
-#define TC_FMR_ENCF0 (0x1u << 0) /**< \brief (TC_FMR) ENable Compare Fault Channel 0 */\r
-#define TC_FMR_ENCF1 (0x1u << 1) /**< \brief (TC_FMR) ENable Compare Fault Channel 1 */\r
-/* -------- TC_WPMR : (TC Offset: 0xE4) Write Protect Mode Register -------- */\r
-#define TC_WPMR_WPEN (0x1u << 0) /**< \brief (TC_WPMR) Write Protect Enable */\r
-#define TC_WPMR_WPKEY_Pos 8\r
-#define TC_WPMR_WPKEY_Msk (0xffffffu << TC_WPMR_WPKEY_Pos) /**< \brief (TC_WPMR) Write Protect KEY */\r
-#define TC_WPMR_WPKEY(value) ((TC_WPMR_WPKEY_Msk & ((value) << TC_WPMR_WPKEY_Pos)))\r
-/* -------- TC_RPR : (TC Offset: N/A) Receive Pointer Register -------- */\r
-#define TC_RPR_RXPTR_Pos 0\r
-#define TC_RPR_RXPTR_Msk (0xffffffffu << TC_RPR_RXPTR_Pos) /**< \brief (TC_RPR) Receive Pointer Register */\r
-#define TC_RPR_RXPTR(value) ((TC_RPR_RXPTR_Msk & ((value) << TC_RPR_RXPTR_Pos)))\r
-/* -------- TC_RCR : (TC Offset: N/A) Receive Counter Register -------- */\r
-#define TC_RCR_RXCTR_Pos 0\r
-#define TC_RCR_RXCTR_Msk (0xffffu << TC_RCR_RXCTR_Pos) /**< \brief (TC_RCR) Receive Counter Register */\r
-#define TC_RCR_RXCTR(value) ((TC_RCR_RXCTR_Msk & ((value) << TC_RCR_RXCTR_Pos)))\r
-/* -------- TC_RNPR : (TC Offset: N/A) Receive Next Pointer Register -------- */\r
-#define TC_RNPR_RXNPTR_Pos 0\r
-#define TC_RNPR_RXNPTR_Msk (0xffffffffu << TC_RNPR_RXNPTR_Pos) /**< \brief (TC_RNPR) Receive Next Pointer */\r
-#define TC_RNPR_RXNPTR(value) ((TC_RNPR_RXNPTR_Msk & ((value) << TC_RNPR_RXNPTR_Pos)))\r
-/* -------- TC_RNCR : (TC Offset: N/A) Receive Next Counter Register -------- */\r
-#define TC_RNCR_RXNCTR_Pos 0\r
-#define TC_RNCR_RXNCTR_Msk (0xffffu << TC_RNCR_RXNCTR_Pos) /**< \brief (TC_RNCR) Receive Next Counter */\r
-#define TC_RNCR_RXNCTR(value) ((TC_RNCR_RXNCTR_Msk & ((value) << TC_RNCR_RXNCTR_Pos)))\r
-/* -------- TC_PTCR : (TC Offset: N/A) Transfer Control Register -------- */\r
-#define TC_PTCR_RXTEN (0x1u << 0) /**< \brief (TC_PTCR) Receiver Transfer Enable */\r
-#define TC_PTCR_RXTDIS (0x1u << 1) /**< \brief (TC_PTCR) Receiver Transfer Disable */\r
-#define TC_PTCR_TXTEN (0x1u << 8) /**< \brief (TC_PTCR) Transmitter Transfer Enable */\r
-#define TC_PTCR_TXTDIS (0x1u << 9) /**< \brief (TC_PTCR) Transmitter Transfer Disable */\r
-/* -------- TC_PTSR : (TC Offset: N/A) Transfer Status Register -------- */\r
-#define TC_PTSR_RXTEN (0x1u << 0) /**< \brief (TC_PTSR) Receiver Transfer Enable */\r
-#define TC_PTSR_TXTEN (0x1u << 8) /**< \brief (TC_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_TC_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/twi.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/twi.h
deleted file mode 100644 (file)
index f340cad..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TWI_COMPONENT_\r
-#define _SAM4E_TWI_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Two-wire Interface */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_TWI Two-wire Interface */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Twi hardware registers */\r
-typedef struct {\r
-  WoReg TWI_CR;           /**< \brief (Twi Offset: 0x00) Control Register */\r
-  RwReg TWI_MMR;          /**< \brief (Twi Offset: 0x04) Master Mode Register */\r
-  RwReg TWI_SMR;          /**< \brief (Twi Offset: 0x08) Slave Mode Register */\r
-  RwReg TWI_IADR;         /**< \brief (Twi Offset: 0x0C) Internal Address Register */\r
-  RwReg TWI_CWGR;         /**< \brief (Twi Offset: 0x10) Clock Waveform Generator Register */\r
-  RoReg Reserved1[3];\r
-  RoReg TWI_SR;           /**< \brief (Twi Offset: 0x20) Status Register */\r
-  WoReg TWI_IER;          /**< \brief (Twi Offset: 0x24) Interrupt Enable Register */\r
-  WoReg TWI_IDR;          /**< \brief (Twi Offset: 0x28) Interrupt Disable Register */\r
-  RoReg TWI_IMR;          /**< \brief (Twi Offset: 0x2C) Interrupt Mask Register */\r
-  RoReg TWI_RHR;          /**< \brief (Twi Offset: 0x30) Receive Holding Register */\r
-  WoReg TWI_THR;          /**< \brief (Twi Offset: 0x34) Transmit Holding Register */\r
-  RoReg Reserved2[43];\r
-  RwReg TWI_WPROT_MODE;   /**< \brief (Twi Offset: 0xE4) Protection Mode Register */\r
-  RoReg TWI_WPROT_STATUS; /**< \brief (Twi Offset: 0xE8) Protection Status Register */\r
-  RoReg Reserved3[5];\r
-  RwReg TWI_RPR;          /**< \brief (Twi Offset: 0x100) Receive Pointer Register */\r
-  RwReg TWI_RCR;          /**< \brief (Twi Offset: 0x104) Receive Counter Register */\r
-  RwReg TWI_TPR;          /**< \brief (Twi Offset: 0x108) Transmit Pointer Register */\r
-  RwReg TWI_TCR;          /**< \brief (Twi Offset: 0x10C) Transmit Counter Register */\r
-  RwReg TWI_RNPR;         /**< \brief (Twi Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg TWI_RNCR;         /**< \brief (Twi Offset: 0x114) Receive Next Counter Register */\r
-  RwReg TWI_TNPR;         /**< \brief (Twi Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg TWI_TNCR;         /**< \brief (Twi Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg TWI_PTCR;         /**< \brief (Twi Offset: 0x120) Transfer Control Register */\r
-  RoReg TWI_PTSR;         /**< \brief (Twi Offset: 0x124) Transfer Status Register */\r
-} Twi;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- TWI_CR : (TWI Offset: 0x00) Control Register -------- */\r
-#define TWI_CR_START (0x1u << 0) /**< \brief (TWI_CR) Send a START Condition */\r
-#define TWI_CR_STOP (0x1u << 1) /**< \brief (TWI_CR) Send a STOP Condition */\r
-#define TWI_CR_MSEN (0x1u << 2) /**< \brief (TWI_CR) TWI Master Mode Enabled */\r
-#define TWI_CR_MSDIS (0x1u << 3) /**< \brief (TWI_CR) TWI Master Mode Disabled */\r
-#define TWI_CR_SVEN (0x1u << 4) /**< \brief (TWI_CR) TWI Slave Mode Enabled */\r
-#define TWI_CR_SVDIS (0x1u << 5) /**< \brief (TWI_CR) TWI Slave Mode Disabled */\r
-#define TWI_CR_QUICK (0x1u << 6) /**< \brief (TWI_CR) SMBUS Quick Command */\r
-#define TWI_CR_SWRST (0x1u << 7) /**< \brief (TWI_CR) Software Reset */\r
-/* -------- TWI_MMR : (TWI Offset: 0x04) Master Mode Register -------- */\r
-#define TWI_MMR_IADRSZ_Pos 8\r
-#define TWI_MMR_IADRSZ_Msk (0x3u << TWI_MMR_IADRSZ_Pos) /**< \brief (TWI_MMR) Internal Device Address Size */\r
-#define   TWI_MMR_IADRSZ_NONE (0x0u << 8) /**< \brief (TWI_MMR) No internal device address */\r
-#define   TWI_MMR_IADRSZ_1_BYTE (0x1u << 8) /**< \brief (TWI_MMR) One-byte internal device address */\r
-#define   TWI_MMR_IADRSZ_2_BYTE (0x2u << 8) /**< \brief (TWI_MMR) Two-byte internal device address */\r
-#define   TWI_MMR_IADRSZ_3_BYTE (0x3u << 8) /**< \brief (TWI_MMR) Three-byte internal device address */\r
-#define TWI_MMR_MREAD (0x1u << 12) /**< \brief (TWI_MMR) Master Read Direction */\r
-#define TWI_MMR_DADR_Pos 16\r
-#define TWI_MMR_DADR_Msk (0x7fu << TWI_MMR_DADR_Pos) /**< \brief (TWI_MMR) Device Address */\r
-#define TWI_MMR_DADR(value) ((TWI_MMR_DADR_Msk & ((value) << TWI_MMR_DADR_Pos)))\r
-/* -------- TWI_SMR : (TWI Offset: 0x08) Slave Mode Register -------- */\r
-#define TWI_SMR_SADR_Pos 16\r
-#define TWI_SMR_SADR_Msk (0x7fu << TWI_SMR_SADR_Pos) /**< \brief (TWI_SMR) Slave Address */\r
-#define TWI_SMR_SADR(value) ((TWI_SMR_SADR_Msk & ((value) << TWI_SMR_SADR_Pos)))\r
-/* -------- TWI_IADR : (TWI Offset: 0x0C) Internal Address Register -------- */\r
-#define TWI_IADR_IADR_Pos 0\r
-#define TWI_IADR_IADR_Msk (0xffffffu << TWI_IADR_IADR_Pos) /**< \brief (TWI_IADR) Internal Address */\r
-#define TWI_IADR_IADR(value) ((TWI_IADR_IADR_Msk & ((value) << TWI_IADR_IADR_Pos)))\r
-/* -------- TWI_CWGR : (TWI Offset: 0x10) Clock Waveform Generator Register -------- */\r
-#define TWI_CWGR_CLDIV_Pos 0\r
-#define TWI_CWGR_CLDIV_Msk (0xffu << TWI_CWGR_CLDIV_Pos) /**< \brief (TWI_CWGR) Clock Low Divider */\r
-#define TWI_CWGR_CLDIV(value) ((TWI_CWGR_CLDIV_Msk & ((value) << TWI_CWGR_CLDIV_Pos)))\r
-#define TWI_CWGR_CHDIV_Pos 8\r
-#define TWI_CWGR_CHDIV_Msk (0xffu << TWI_CWGR_CHDIV_Pos) /**< \brief (TWI_CWGR) Clock High Divider */\r
-#define TWI_CWGR_CHDIV(value) ((TWI_CWGR_CHDIV_Msk & ((value) << TWI_CWGR_CHDIV_Pos)))\r
-#define TWI_CWGR_CKDIV_Pos 16\r
-#define TWI_CWGR_CKDIV_Msk (0x7u << TWI_CWGR_CKDIV_Pos) /**< \brief (TWI_CWGR) Clock Divider */\r
-#define TWI_CWGR_CKDIV(value) ((TWI_CWGR_CKDIV_Msk & ((value) << TWI_CWGR_CKDIV_Pos)))\r
-/* -------- TWI_SR : (TWI Offset: 0x20) Status Register -------- */\r
-#define TWI_SR_TXCOMP (0x1u << 0) /**< \brief (TWI_SR) Transmission Completed (automatically set / reset) */\r
-#define TWI_SR_RXRDY (0x1u << 1) /**< \brief (TWI_SR) Receive Holding Register Ready (automatically set / reset) */\r
-#define TWI_SR_TXRDY (0x1u << 2) /**< \brief (TWI_SR) Transmit Holding Register Ready (automatically set / reset) */\r
-#define TWI_SR_SVREAD (0x1u << 3) /**< \brief (TWI_SR) Slave Read (automatically set / reset) */\r
-#define TWI_SR_SVACC (0x1u << 4) /**< \brief (TWI_SR) Slave Access (automatically set / reset) */\r
-#define TWI_SR_GACC (0x1u << 5) /**< \brief (TWI_SR) General Call Access (clear on read) */\r
-#define TWI_SR_OVRE (0x1u << 6) /**< \brief (TWI_SR) Overrun Error (clear on read) */\r
-#define TWI_SR_NACK (0x1u << 8) /**< \brief (TWI_SR) Not Acknowledged (clear on read) */\r
-#define TWI_SR_ARBLST (0x1u << 9) /**< \brief (TWI_SR) Arbitration Lost (clear on read) */\r
-#define TWI_SR_SCLWS (0x1u << 10) /**< \brief (TWI_SR) Clock Wait State (automatically set / reset) */\r
-#define TWI_SR_EOSACC (0x1u << 11) /**< \brief (TWI_SR) End Of Slave Access (clear on read) */\r
-#define TWI_SR_ENDRX (0x1u << 12) /**< \brief (TWI_SR) End of RX buffer */\r
-#define TWI_SR_ENDTX (0x1u << 13) /**< \brief (TWI_SR) End of TX buffer */\r
-#define TWI_SR_RXBUFF (0x1u << 14) /**< \brief (TWI_SR) RX Buffer Full */\r
-#define TWI_SR_TXBUFE (0x1u << 15) /**< \brief (TWI_SR) TX Buffer Empty */\r
-/* -------- TWI_IER : (TWI Offset: 0x24) Interrupt Enable Register -------- */\r
-#define TWI_IER_TXCOMP (0x1u << 0) /**< \brief (TWI_IER) Transmission Completed Interrupt Enable */\r
-#define TWI_IER_RXRDY (0x1u << 1) /**< \brief (TWI_IER) Receive Holding Register Ready Interrupt Enable */\r
-#define TWI_IER_TXRDY (0x1u << 2) /**< \brief (TWI_IER) Transmit Holding Register Ready Interrupt Enable */\r
-#define TWI_IER_SVACC (0x1u << 4) /**< \brief (TWI_IER) Slave Access Interrupt Enable */\r
-#define TWI_IER_GACC (0x1u << 5) /**< \brief (TWI_IER) General Call Access Interrupt Enable */\r
-#define TWI_IER_OVRE (0x1u << 6) /**< \brief (TWI_IER) Overrun Error Interrupt Enable */\r
-#define TWI_IER_NACK (0x1u << 8) /**< \brief (TWI_IER) Not Acknowledge Interrupt Enable */\r
-#define TWI_IER_ARBLST (0x1u << 9) /**< \brief (TWI_IER) Arbitration Lost Interrupt Enable */\r
-#define TWI_IER_SCL_WS (0x1u << 10) /**< \brief (TWI_IER) Clock Wait State Interrupt Enable */\r
-#define TWI_IER_EOSACC (0x1u << 11) /**< \brief (TWI_IER) End Of Slave Access Interrupt Enable */\r
-#define TWI_IER_ENDRX (0x1u << 12) /**< \brief (TWI_IER) End of Receive Buffer Interrupt Enable */\r
-#define TWI_IER_ENDTX (0x1u << 13) /**< \brief (TWI_IER) End of Transmit Buffer Interrupt Enable */\r
-#define TWI_IER_RXBUFF (0x1u << 14) /**< \brief (TWI_IER) Receive Buffer Full Interrupt Enable */\r
-#define TWI_IER_TXBUFE (0x1u << 15) /**< \brief (TWI_IER) Transmit Buffer Empty Interrupt Enable */\r
-/* -------- TWI_IDR : (TWI Offset: 0x28) Interrupt Disable Register -------- */\r
-#define TWI_IDR_TXCOMP (0x1u << 0) /**< \brief (TWI_IDR) Transmission Completed Interrupt Disable */\r
-#define TWI_IDR_RXRDY (0x1u << 1) /**< \brief (TWI_IDR) Receive Holding Register Ready Interrupt Disable */\r
-#define TWI_IDR_TXRDY (0x1u << 2) /**< \brief (TWI_IDR) Transmit Holding Register Ready Interrupt Disable */\r
-#define TWI_IDR_SVACC (0x1u << 4) /**< \brief (TWI_IDR) Slave Access Interrupt Disable */\r
-#define TWI_IDR_GACC (0x1u << 5) /**< \brief (TWI_IDR) General Call Access Interrupt Disable */\r
-#define TWI_IDR_OVRE (0x1u << 6) /**< \brief (TWI_IDR) Overrun Error Interrupt Disable */\r
-#define TWI_IDR_NACK (0x1u << 8) /**< \brief (TWI_IDR) Not Acknowledge Interrupt Disable */\r
-#define TWI_IDR_ARBLST (0x1u << 9) /**< \brief (TWI_IDR) Arbitration Lost Interrupt Disable */\r
-#define TWI_IDR_SCL_WS (0x1u << 10) /**< \brief (TWI_IDR) Clock Wait State Interrupt Disable */\r
-#define TWI_IDR_EOSACC (0x1u << 11) /**< \brief (TWI_IDR) End Of Slave Access Interrupt Disable */\r
-#define TWI_IDR_ENDRX (0x1u << 12) /**< \brief (TWI_IDR) End of Receive Buffer Interrupt Disable */\r
-#define TWI_IDR_ENDTX (0x1u << 13) /**< \brief (TWI_IDR) End of Transmit Buffer Interrupt Disable */\r
-#define TWI_IDR_RXBUFF (0x1u << 14) /**< \brief (TWI_IDR) Receive Buffer Full Interrupt Disable */\r
-#define TWI_IDR_TXBUFE (0x1u << 15) /**< \brief (TWI_IDR) Transmit Buffer Empty Interrupt Disable */\r
-/* -------- TWI_IMR : (TWI Offset: 0x2C) Interrupt Mask Register -------- */\r
-#define TWI_IMR_TXCOMP (0x1u << 0) /**< \brief (TWI_IMR) Transmission Completed Interrupt Mask */\r
-#define TWI_IMR_RXRDY (0x1u << 1) /**< \brief (TWI_IMR) Receive Holding Register Ready Interrupt Mask */\r
-#define TWI_IMR_TXRDY (0x1u << 2) /**< \brief (TWI_IMR) Transmit Holding Register Ready Interrupt Mask */\r
-#define TWI_IMR_SVACC (0x1u << 4) /**< \brief (TWI_IMR) Slave Access Interrupt Mask */\r
-#define TWI_IMR_GACC (0x1u << 5) /**< \brief (TWI_IMR) General Call Access Interrupt Mask */\r
-#define TWI_IMR_OVRE (0x1u << 6) /**< \brief (TWI_IMR) Overrun Error Interrupt Mask */\r
-#define TWI_IMR_NACK (0x1u << 8) /**< \brief (TWI_IMR) Not Acknowledge Interrupt Mask */\r
-#define TWI_IMR_ARBLST (0x1u << 9) /**< \brief (TWI_IMR) Arbitration Lost Interrupt Mask */\r
-#define TWI_IMR_SCL_WS (0x1u << 10) /**< \brief (TWI_IMR) Clock Wait State Interrupt Mask */\r
-#define TWI_IMR_EOSACC (0x1u << 11) /**< \brief (TWI_IMR) End Of Slave Access Interrupt Mask */\r
-#define TWI_IMR_ENDRX (0x1u << 12) /**< \brief (TWI_IMR) End of Receive Buffer Interrupt Mask */\r
-#define TWI_IMR_ENDTX (0x1u << 13) /**< \brief (TWI_IMR) End of Transmit Buffer Interrupt Mask */\r
-#define TWI_IMR_RXBUFF (0x1u << 14) /**< \brief (TWI_IMR) Receive Buffer Full Interrupt Mask */\r
-#define TWI_IMR_TXBUFE (0x1u << 15) /**< \brief (TWI_IMR) Transmit Buffer Empty Interrupt Mask */\r
-/* -------- TWI_RHR : (TWI Offset: 0x30) Receive Holding Register -------- */\r
-#define TWI_RHR_RXDATA_Pos 0\r
-#define TWI_RHR_RXDATA_Msk (0xffu << TWI_RHR_RXDATA_Pos) /**< \brief (TWI_RHR) Master or Slave Receive Holding Data */\r
-/* -------- TWI_THR : (TWI Offset: 0x34) Transmit Holding Register -------- */\r
-#define TWI_THR_TXDATA_Pos 0\r
-#define TWI_THR_TXDATA_Msk (0xffu << TWI_THR_TXDATA_Pos) /**< \brief (TWI_THR) Master or Slave Transmit Holding Data */\r
-#define TWI_THR_TXDATA(value) ((TWI_THR_TXDATA_Msk & ((value) << TWI_THR_TXDATA_Pos)))\r
-/* -------- TWI_WPROT_MODE : (TWI Offset: 0xE4) Protection Mode Register -------- */\r
-#define TWI_WPROT_MODE_WPROT (0x1u << 0) /**< \brief (TWI_WPROT_MODE) Write protection bit */\r
-#define TWI_WPROT_MODE_SECURITY_CODE_Pos 8\r
-#define TWI_WPROT_MODE_SECURITY_CODE_Msk (0xffffffu << TWI_WPROT_MODE_SECURITY_CODE_Pos) /**< \brief (TWI_WPROT_MODE) Write protection mode security code */\r
-#define TWI_WPROT_MODE_SECURITY_CODE(value) ((TWI_WPROT_MODE_SECURITY_CODE_Msk & ((value) << TWI_WPROT_MODE_SECURITY_CODE_Pos)))\r
-/* -------- TWI_WPROT_STATUS : (TWI Offset: 0xE8) Protection Status Register -------- */\r
-#define TWI_WPROT_STATUS_WPROTERR (0x1u << 0) /**< \brief (TWI_WPROT_STATUS) Write Protection Error */\r
-#define TWI_WPROT_STATUS_WPROTADDR_Pos 8\r
-#define TWI_WPROT_STATUS_WPROTADDR_Msk (0xffffffu << TWI_WPROT_STATUS_WPROTADDR_Pos) /**< \brief (TWI_WPROT_STATUS) Write Protection Error Address */\r
-/* -------- TWI_RPR : (TWI Offset: 0x100) Receive Pointer Register -------- */\r
-#define TWI_RPR_RXPTR_Pos 0\r
-#define TWI_RPR_RXPTR_Msk (0xffffffffu << TWI_RPR_RXPTR_Pos) /**< \brief (TWI_RPR) Receive Pointer Register */\r
-#define TWI_RPR_RXPTR(value) ((TWI_RPR_RXPTR_Msk & ((value) << TWI_RPR_RXPTR_Pos)))\r
-/* -------- TWI_RCR : (TWI Offset: 0x104) Receive Counter Register -------- */\r
-#define TWI_RCR_RXCTR_Pos 0\r
-#define TWI_RCR_RXCTR_Msk (0xffffu << TWI_RCR_RXCTR_Pos) /**< \brief (TWI_RCR) Receive Counter Register */\r
-#define TWI_RCR_RXCTR(value) ((TWI_RCR_RXCTR_Msk & ((value) << TWI_RCR_RXCTR_Pos)))\r
-/* -------- TWI_TPR : (TWI Offset: 0x108) Transmit Pointer Register -------- */\r
-#define TWI_TPR_TXPTR_Pos 0\r
-#define TWI_TPR_TXPTR_Msk (0xffffffffu << TWI_TPR_TXPTR_Pos) /**< \brief (TWI_TPR) Transmit Counter Register */\r
-#define TWI_TPR_TXPTR(value) ((TWI_TPR_TXPTR_Msk & ((value) << TWI_TPR_TXPTR_Pos)))\r
-/* -------- TWI_TCR : (TWI Offset: 0x10C) Transmit Counter Register -------- */\r
-#define TWI_TCR_TXCTR_Pos 0\r
-#define TWI_TCR_TXCTR_Msk (0xffffu << TWI_TCR_TXCTR_Pos) /**< \brief (TWI_TCR) Transmit Counter Register */\r
-#define TWI_TCR_TXCTR(value) ((TWI_TCR_TXCTR_Msk & ((value) << TWI_TCR_TXCTR_Pos)))\r
-/* -------- TWI_RNPR : (TWI Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define TWI_RNPR_RXNPTR_Pos 0\r
-#define TWI_RNPR_RXNPTR_Msk (0xffffffffu << TWI_RNPR_RXNPTR_Pos) /**< \brief (TWI_RNPR) Receive Next Pointer */\r
-#define TWI_RNPR_RXNPTR(value) ((TWI_RNPR_RXNPTR_Msk & ((value) << TWI_RNPR_RXNPTR_Pos)))\r
-/* -------- TWI_RNCR : (TWI Offset: 0x114) Receive Next Counter Register -------- */\r
-#define TWI_RNCR_RXNCTR_Pos 0\r
-#define TWI_RNCR_RXNCTR_Msk (0xffffu << TWI_RNCR_RXNCTR_Pos) /**< \brief (TWI_RNCR) Receive Next Counter */\r
-#define TWI_RNCR_RXNCTR(value) ((TWI_RNCR_RXNCTR_Msk & ((value) << TWI_RNCR_RXNCTR_Pos)))\r
-/* -------- TWI_TNPR : (TWI Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define TWI_TNPR_TXNPTR_Pos 0\r
-#define TWI_TNPR_TXNPTR_Msk (0xffffffffu << TWI_TNPR_TXNPTR_Pos) /**< \brief (TWI_TNPR) Transmit Next Pointer */\r
-#define TWI_TNPR_TXNPTR(value) ((TWI_TNPR_TXNPTR_Msk & ((value) << TWI_TNPR_TXNPTR_Pos)))\r
-/* -------- TWI_TNCR : (TWI Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define TWI_TNCR_TXNCTR_Pos 0\r
-#define TWI_TNCR_TXNCTR_Msk (0xffffu << TWI_TNCR_TXNCTR_Pos) /**< \brief (TWI_TNCR) Transmit Counter Next */\r
-#define TWI_TNCR_TXNCTR(value) ((TWI_TNCR_TXNCTR_Msk & ((value) << TWI_TNCR_TXNCTR_Pos)))\r
-/* -------- TWI_PTCR : (TWI Offset: 0x120) Transfer Control Register -------- */\r
-#define TWI_PTCR_RXTEN (0x1u << 0) /**< \brief (TWI_PTCR) Receiver Transfer Enable */\r
-#define TWI_PTCR_RXTDIS (0x1u << 1) /**< \brief (TWI_PTCR) Receiver Transfer Disable */\r
-#define TWI_PTCR_TXTEN (0x1u << 8) /**< \brief (TWI_PTCR) Transmitter Transfer Enable */\r
-#define TWI_PTCR_TXTDIS (0x1u << 9) /**< \brief (TWI_PTCR) Transmitter Transfer Disable */\r
-/* -------- TWI_PTSR : (TWI Offset: 0x124) Transfer Status Register -------- */\r
-#define TWI_PTSR_RXTEN (0x1u << 0) /**< \brief (TWI_PTSR) Receiver Transfer Enable */\r
-#define TWI_PTSR_TXTEN (0x1u << 8) /**< \brief (TWI_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_TWI_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/uart.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/uart.h
deleted file mode 100644 (file)
index 663624f..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_UART_COMPONENT_\r
-#define _SAM4E_UART_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Universal Asynchronous Receiver Transmitter */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_UART Universal Asynchronous Receiver Transmitter */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Uart hardware registers */\r
-typedef struct {\r
-  WoReg UART_CR;       /**< \brief (Uart Offset: 0x0000) Control Register */\r
-  RwReg UART_MR;       /**< \brief (Uart Offset: 0x0004) Mode Register */\r
-  WoReg UART_IER;      /**< \brief (Uart Offset: 0x0008) Interrupt Enable Register */\r
-  WoReg UART_IDR;      /**< \brief (Uart Offset: 0x000C) Interrupt Disable Register */\r
-  RoReg UART_IMR;      /**< \brief (Uart Offset: 0x0010) Interrupt Mask Register */\r
-  RoReg UART_SR;       /**< \brief (Uart Offset: 0x0014) Status Register */\r
-  RoReg UART_RHR;      /**< \brief (Uart Offset: 0x0018) Receive Holding Register */\r
-  WoReg UART_THR;      /**< \brief (Uart Offset: 0x001C) Transmit Holding Register */\r
-  RwReg UART_BRGR;     /**< \brief (Uart Offset: 0x0020) Baud Rate Generator Register */\r
-  RoReg Reserved1[55];\r
-  RwReg UART_RPR;      /**< \brief (Uart Offset: 0x100) Receive Pointer Register */\r
-  RwReg UART_RCR;      /**< \brief (Uart Offset: 0x104) Receive Counter Register */\r
-  RwReg UART_TPR;      /**< \brief (Uart Offset: 0x108) Transmit Pointer Register */\r
-  RwReg UART_TCR;      /**< \brief (Uart Offset: 0x10C) Transmit Counter Register */\r
-  RwReg UART_RNPR;     /**< \brief (Uart Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg UART_RNCR;     /**< \brief (Uart Offset: 0x114) Receive Next Counter Register */\r
-  RwReg UART_TNPR;     /**< \brief (Uart Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg UART_TNCR;     /**< \brief (Uart Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg UART_PTCR;     /**< \brief (Uart Offset: 0x120) Transfer Control Register */\r
-  RoReg UART_PTSR;     /**< \brief (Uart Offset: 0x124) Transfer Status Register */\r
-} Uart;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- UART_CR : (UART Offset: 0x0000) Control Register -------- */\r
-#define UART_CR_RSTRX (0x1u << 2) /**< \brief (UART_CR) Reset Receiver */\r
-#define UART_CR_RSTTX (0x1u << 3) /**< \brief (UART_CR) Reset Transmitter */\r
-#define UART_CR_RXEN (0x1u << 4) /**< \brief (UART_CR) Receiver Enable */\r
-#define UART_CR_RXDIS (0x1u << 5) /**< \brief (UART_CR) Receiver Disable */\r
-#define UART_CR_TXEN (0x1u << 6) /**< \brief (UART_CR) Transmitter Enable */\r
-#define UART_CR_TXDIS (0x1u << 7) /**< \brief (UART_CR) Transmitter Disable */\r
-#define UART_CR_RSTSTA (0x1u << 8) /**< \brief (UART_CR) Reset Status Bits */\r
-/* -------- UART_MR : (UART Offset: 0x0004) Mode Register -------- */\r
-#define UART_MR_PAR_Pos 9\r
-#define UART_MR_PAR_Msk (0x7u << UART_MR_PAR_Pos) /**< \brief (UART_MR) Parity Type */\r
-#define   UART_MR_PAR_EVEN (0x0u << 9) /**< \brief (UART_MR) Even Parity */\r
-#define   UART_MR_PAR_ODD (0x1u << 9) /**< \brief (UART_MR) Odd Parity */\r
-#define   UART_MR_PAR_SPACE (0x2u << 9) /**< \brief (UART_MR) Space: parity forced to 0 */\r
-#define   UART_MR_PAR_MARK (0x3u << 9) /**< \brief (UART_MR) Mark: parity forced to 1 */\r
-#define   UART_MR_PAR_NO (0x4u << 9) /**< \brief (UART_MR) No Parity */\r
-#define UART_MR_CHMODE_Pos 14\r
-#define UART_MR_CHMODE_Msk (0x3u << UART_MR_CHMODE_Pos) /**< \brief (UART_MR) Channel Mode */\r
-#define   UART_MR_CHMODE_NORMAL (0x0u << 14) /**< \brief (UART_MR) Normal Mode */\r
-#define   UART_MR_CHMODE_AUTOMATIC (0x1u << 14) /**< \brief (UART_MR) Automatic Echo */\r
-#define   UART_MR_CHMODE_LOCAL_LOOPBACK (0x2u << 14) /**< \brief (UART_MR) Local Loopback */\r
-#define   UART_MR_CHMODE_REMOTE_LOOPBACK (0x3u << 14) /**< \brief (UART_MR) Remote Loopback */\r
-/* -------- UART_IER : (UART Offset: 0x0008) Interrupt Enable Register -------- */\r
-#define UART_IER_RXRDY (0x1u << 0) /**< \brief (UART_IER) Enable RXRDY Interrupt */\r
-#define UART_IER_TXRDY (0x1u << 1) /**< \brief (UART_IER) Enable TXRDY Interrupt */\r
-#define UART_IER_ENDRX (0x1u << 3) /**< \brief (UART_IER) Enable End of Receive Transfer Interrupt */\r
-#define UART_IER_ENDTX (0x1u << 4) /**< \brief (UART_IER) Enable End of Transmit Interrupt */\r
-#define UART_IER_OVRE (0x1u << 5) /**< \brief (UART_IER) Enable Overrun Error Interrupt */\r
-#define UART_IER_FRAME (0x1u << 6) /**< \brief (UART_IER) Enable Framing Error Interrupt */\r
-#define UART_IER_PARE (0x1u << 7) /**< \brief (UART_IER) Enable Parity Error Interrupt */\r
-#define UART_IER_TXEMPTY (0x1u << 9) /**< \brief (UART_IER) Enable TXEMPTY Interrupt */\r
-#define UART_IER_TXBUFE (0x1u << 11) /**< \brief (UART_IER) Enable Buffer Empty Interrupt */\r
-#define UART_IER_RXBUFF (0x1u << 12) /**< \brief (UART_IER) Enable Buffer Full Interrupt */\r
-/* -------- UART_IDR : (UART Offset: 0x000C) Interrupt Disable Register -------- */\r
-#define UART_IDR_RXRDY (0x1u << 0) /**< \brief (UART_IDR) Disable RXRDY Interrupt */\r
-#define UART_IDR_TXRDY (0x1u << 1) /**< \brief (UART_IDR) Disable TXRDY Interrupt */\r
-#define UART_IDR_ENDRX (0x1u << 3) /**< \brief (UART_IDR) Disable End of Receive Transfer Interrupt */\r
-#define UART_IDR_ENDTX (0x1u << 4) /**< \brief (UART_IDR) Disable End of Transmit Interrupt */\r
-#define UART_IDR_OVRE (0x1u << 5) /**< \brief (UART_IDR) Disable Overrun Error Interrupt */\r
-#define UART_IDR_FRAME (0x1u << 6) /**< \brief (UART_IDR) Disable Framing Error Interrupt */\r
-#define UART_IDR_PARE (0x1u << 7) /**< \brief (UART_IDR) Disable Parity Error Interrupt */\r
-#define UART_IDR_TXEMPTY (0x1u << 9) /**< \brief (UART_IDR) Disable TXEMPTY Interrupt */\r
-#define UART_IDR_TXBUFE (0x1u << 11) /**< \brief (UART_IDR) Disable Buffer Empty Interrupt */\r
-#define UART_IDR_RXBUFF (0x1u << 12) /**< \brief (UART_IDR) Disable Buffer Full Interrupt */\r
-/* -------- UART_IMR : (UART Offset: 0x0010) Interrupt Mask Register -------- */\r
-#define UART_IMR_RXRDY (0x1u << 0) /**< \brief (UART_IMR) Mask RXRDY Interrupt */\r
-#define UART_IMR_TXRDY (0x1u << 1) /**< \brief (UART_IMR) Disable TXRDY Interrupt */\r
-#define UART_IMR_ENDRX (0x1u << 3) /**< \brief (UART_IMR) Mask End of Receive Transfer Interrupt */\r
-#define UART_IMR_ENDTX (0x1u << 4) /**< \brief (UART_IMR) Mask End of Transmit Interrupt */\r
-#define UART_IMR_OVRE (0x1u << 5) /**< \brief (UART_IMR) Mask Overrun Error Interrupt */\r
-#define UART_IMR_FRAME (0x1u << 6) /**< \brief (UART_IMR) Mask Framing Error Interrupt */\r
-#define UART_IMR_PARE (0x1u << 7) /**< \brief (UART_IMR) Mask Parity Error Interrupt */\r
-#define UART_IMR_TXEMPTY (0x1u << 9) /**< \brief (UART_IMR) Mask TXEMPTY Interrupt */\r
-#define UART_IMR_TXBUFE (0x1u << 11) /**< \brief (UART_IMR) Mask TXBUFE Interrupt */\r
-#define UART_IMR_RXBUFF (0x1u << 12) /**< \brief (UART_IMR) Mask RXBUFF Interrupt */\r
-/* -------- UART_SR : (UART Offset: 0x0014) Status Register -------- */\r
-#define UART_SR_RXRDY (0x1u << 0) /**< \brief (UART_SR) Receiver Ready */\r
-#define UART_SR_TXRDY (0x1u << 1) /**< \brief (UART_SR) Transmitter Ready */\r
-#define UART_SR_ENDRX (0x1u << 3) /**< \brief (UART_SR) End of Receiver Transfer */\r
-#define UART_SR_ENDTX (0x1u << 4) /**< \brief (UART_SR) End of Transmitter Transfer */\r
-#define UART_SR_OVRE (0x1u << 5) /**< \brief (UART_SR) Overrun Error */\r
-#define UART_SR_FRAME (0x1u << 6) /**< \brief (UART_SR) Framing Error */\r
-#define UART_SR_PARE (0x1u << 7) /**< \brief (UART_SR) Parity Error */\r
-#define UART_SR_TXEMPTY (0x1u << 9) /**< \brief (UART_SR) Transmitter Empty */\r
-#define UART_SR_TXBUFE (0x1u << 11) /**< \brief (UART_SR) Transmission Buffer Empty */\r
-#define UART_SR_RXBUFF (0x1u << 12) /**< \brief (UART_SR) Receive Buffer Full */\r
-/* -------- UART_RHR : (UART Offset: 0x0018) Receive Holding Register -------- */\r
-#define UART_RHR_RXCHR_Pos 0\r
-#define UART_RHR_RXCHR_Msk (0xffu << UART_RHR_RXCHR_Pos) /**< \brief (UART_RHR) Received Character */\r
-/* -------- UART_THR : (UART Offset: 0x001C) Transmit Holding Register -------- */\r
-#define UART_THR_TXCHR_Pos 0\r
-#define UART_THR_TXCHR_Msk (0xffu << UART_THR_TXCHR_Pos) /**< \brief (UART_THR) Character to be Transmitted */\r
-#define UART_THR_TXCHR(value) ((UART_THR_TXCHR_Msk & ((value) << UART_THR_TXCHR_Pos)))\r
-/* -------- UART_BRGR : (UART Offset: 0x0020) Baud Rate Generator Register -------- */\r
-#define UART_BRGR_CD_Pos 0\r
-#define UART_BRGR_CD_Msk (0xffffu << UART_BRGR_CD_Pos) /**< \brief (UART_BRGR) Clock Divisor */\r
-#define UART_BRGR_CD(value) ((UART_BRGR_CD_Msk & ((value) << UART_BRGR_CD_Pos)))\r
-/* -------- UART_RPR : (UART Offset: 0x100) Receive Pointer Register -------- */\r
-#define UART_RPR_RXPTR_Pos 0\r
-#define UART_RPR_RXPTR_Msk (0xffffffffu << UART_RPR_RXPTR_Pos) /**< \brief (UART_RPR) Receive Pointer Register */\r
-#define UART_RPR_RXPTR(value) ((UART_RPR_RXPTR_Msk & ((value) << UART_RPR_RXPTR_Pos)))\r
-/* -------- UART_RCR : (UART Offset: 0x104) Receive Counter Register -------- */\r
-#define UART_RCR_RXCTR_Pos 0\r
-#define UART_RCR_RXCTR_Msk (0xffffu << UART_RCR_RXCTR_Pos) /**< \brief (UART_RCR) Receive Counter Register */\r
-#define UART_RCR_RXCTR(value) ((UART_RCR_RXCTR_Msk & ((value) << UART_RCR_RXCTR_Pos)))\r
-/* -------- UART_TPR : (UART Offset: 0x108) Transmit Pointer Register -------- */\r
-#define UART_TPR_TXPTR_Pos 0\r
-#define UART_TPR_TXPTR_Msk (0xffffffffu << UART_TPR_TXPTR_Pos) /**< \brief (UART_TPR) Transmit Counter Register */\r
-#define UART_TPR_TXPTR(value) ((UART_TPR_TXPTR_Msk & ((value) << UART_TPR_TXPTR_Pos)))\r
-/* -------- UART_TCR : (UART Offset: 0x10C) Transmit Counter Register -------- */\r
-#define UART_TCR_TXCTR_Pos 0\r
-#define UART_TCR_TXCTR_Msk (0xffffu << UART_TCR_TXCTR_Pos) /**< \brief (UART_TCR) Transmit Counter Register */\r
-#define UART_TCR_TXCTR(value) ((UART_TCR_TXCTR_Msk & ((value) << UART_TCR_TXCTR_Pos)))\r
-/* -------- UART_RNPR : (UART Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define UART_RNPR_RXNPTR_Pos 0\r
-#define UART_RNPR_RXNPTR_Msk (0xffffffffu << UART_RNPR_RXNPTR_Pos) /**< \brief (UART_RNPR) Receive Next Pointer */\r
-#define UART_RNPR_RXNPTR(value) ((UART_RNPR_RXNPTR_Msk & ((value) << UART_RNPR_RXNPTR_Pos)))\r
-/* -------- UART_RNCR : (UART Offset: 0x114) Receive Next Counter Register -------- */\r
-#define UART_RNCR_RXNCTR_Pos 0\r
-#define UART_RNCR_RXNCTR_Msk (0xffffu << UART_RNCR_RXNCTR_Pos) /**< \brief (UART_RNCR) Receive Next Counter */\r
-#define UART_RNCR_RXNCTR(value) ((UART_RNCR_RXNCTR_Msk & ((value) << UART_RNCR_RXNCTR_Pos)))\r
-/* -------- UART_TNPR : (UART Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define UART_TNPR_TXNPTR_Pos 0\r
-#define UART_TNPR_TXNPTR_Msk (0xffffffffu << UART_TNPR_TXNPTR_Pos) /**< \brief (UART_TNPR) Transmit Next Pointer */\r
-#define UART_TNPR_TXNPTR(value) ((UART_TNPR_TXNPTR_Msk & ((value) << UART_TNPR_TXNPTR_Pos)))\r
-/* -------- UART_TNCR : (UART Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define UART_TNCR_TXNCTR_Pos 0\r
-#define UART_TNCR_TXNCTR_Msk (0xffffu << UART_TNCR_TXNCTR_Pos) /**< \brief (UART_TNCR) Transmit Counter Next */\r
-#define UART_TNCR_TXNCTR(value) ((UART_TNCR_TXNCTR_Msk & ((value) << UART_TNCR_TXNCTR_Pos)))\r
-/* -------- UART_PTCR : (UART Offset: 0x120) Transfer Control Register -------- */\r
-#define UART_PTCR_RXTEN (0x1u << 0) /**< \brief (UART_PTCR) Receiver Transfer Enable */\r
-#define UART_PTCR_RXTDIS (0x1u << 1) /**< \brief (UART_PTCR) Receiver Transfer Disable */\r
-#define UART_PTCR_TXTEN (0x1u << 8) /**< \brief (UART_PTCR) Transmitter Transfer Enable */\r
-#define UART_PTCR_TXTDIS (0x1u << 9) /**< \brief (UART_PTCR) Transmitter Transfer Disable */\r
-/* -------- UART_PTSR : (UART Offset: 0x124) Transfer Status Register -------- */\r
-#define UART_PTSR_RXTEN (0x1u << 0) /**< \brief (UART_PTSR) Receiver Transfer Enable */\r
-#define UART_PTSR_TXTEN (0x1u << 8) /**< \brief (UART_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_UART_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/udp.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/udp.h
deleted file mode 100644 (file)
index e792806..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_UDP_COMPONENT_\r
-#define _SAM4E_UDP_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR USB Device Port */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_UDP USB Device Port */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Udp hardware registers */\r
-typedef struct {\r
-  RoReg UDP_FRM_NUM;  /**< \brief (Udp Offset: 0x000) Frame Number Register */\r
-  RwReg UDP_GLB_STAT; /**< \brief (Udp Offset: 0x004) Global State Register */\r
-  RwReg UDP_FADDR;    /**< \brief (Udp Offset: 0x008) Function Address Register */\r
-  RoReg Reserved1[1];\r
-  WoReg UDP_IER;      /**< \brief (Udp Offset: 0x010) Interrupt Enable Register */\r
-  WoReg UDP_IDR;      /**< \brief (Udp Offset: 0x014) Interrupt Disable Register */\r
-  RoReg UDP_IMR;      /**< \brief (Udp Offset: 0x018) Interrupt Mask Register */\r
-  RoReg UDP_ISR;      /**< \brief (Udp Offset: 0x01C) Interrupt Status Register */\r
-  WoReg UDP_ICR;      /**< \brief (Udp Offset: 0x020) Interrupt Clear Register */\r
-  RoReg Reserved2[1];\r
-  RwReg UDP_RST_EP;   /**< \brief (Udp Offset: 0x028) Reset Endpoint Register */\r
-  RoReg Reserved3[1];\r
-  RwReg UDP_CSR[8];   /**< \brief (Udp Offset: 0x030) Endpoint Control and Status Register */\r
-  RwReg UDP_FDR[8];   /**< \brief (Udp Offset: 0x050) Endpoint FIFO Data Register */\r
-  RoReg Reserved4[1];\r
-  RwReg UDP_TXVC;     /**< \brief (Udp Offset: 0x074) Transceiver Control Register */\r
-} Udp;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- UDP_FRM_NUM : (UDP Offset: 0x000) Frame Number Register -------- */\r
-#define UDP_FRM_NUM_FRM_NUM_Pos 0\r
-#define UDP_FRM_NUM_FRM_NUM_Msk (0x7ffu << UDP_FRM_NUM_FRM_NUM_Pos) /**< \brief (UDP_FRM_NUM) Frame Number as Defined in the Packet Field Formats */\r
-#define UDP_FRM_NUM_FRM_ERR (0x1u << 16) /**< \brief (UDP_FRM_NUM) Frame Error */\r
-#define UDP_FRM_NUM_FRM_OK (0x1u << 17) /**< \brief (UDP_FRM_NUM) Frame OK */\r
-/* -------- UDP_GLB_STAT : (UDP Offset: 0x004) Global State Register -------- */\r
-#define UDP_GLB_STAT_FADDEN (0x1u << 0) /**< \brief (UDP_GLB_STAT) Function Address Enable */\r
-#define UDP_GLB_STAT_CONFG (0x1u << 1) /**< \brief (UDP_GLB_STAT) Configured */\r
-#define UDP_GLB_STAT_ESR (0x1u << 2) /**< \brief (UDP_GLB_STAT) Enable Send Resume */\r
-#define UDP_GLB_STAT_RSMINPR (0x1u << 3) /**< \brief (UDP_GLB_STAT)  */\r
-#define UDP_GLB_STAT_RMWUPE (0x1u << 4) /**< \brief (UDP_GLB_STAT) Remote Wake Up Enable */\r
-/* -------- UDP_FADDR : (UDP Offset: 0x008) Function Address Register -------- */\r
-#define UDP_FADDR_FADD_Pos 0\r
-#define UDP_FADDR_FADD_Msk (0x7fu << UDP_FADDR_FADD_Pos) /**< \brief (UDP_FADDR) Function Address Value */\r
-#define UDP_FADDR_FADD(value) ((UDP_FADDR_FADD_Msk & ((value) << UDP_FADDR_FADD_Pos)))\r
-#define UDP_FADDR_FEN (0x1u << 8) /**< \brief (UDP_FADDR) Function Enable */\r
-/* -------- UDP_IER : (UDP Offset: 0x010) Interrupt Enable Register -------- */\r
-#define UDP_IER_EP0INT (0x1u << 0) /**< \brief (UDP_IER) Enable Endpoint 0 Interrupt */\r
-#define UDP_IER_EP1INT (0x1u << 1) /**< \brief (UDP_IER) Enable Endpoint 1 Interrupt */\r
-#define UDP_IER_EP2INT (0x1u << 2) /**< \brief (UDP_IER) Enable Endpoint 2Interrupt */\r
-#define UDP_IER_EP3INT (0x1u << 3) /**< \brief (UDP_IER) Enable Endpoint 3 Interrupt */\r
-#define UDP_IER_EP4INT (0x1u << 4) /**< \brief (UDP_IER) Enable Endpoint 4 Interrupt */\r
-#define UDP_IER_EP5INT (0x1u << 5) /**< \brief (UDP_IER) Enable Endpoint 5 Interrupt */\r
-#define UDP_IER_EP6INT (0x1u << 6) /**< \brief (UDP_IER) Enable Endpoint 6 Interrupt */\r
-#define UDP_IER_EP7INT (0x1u << 7) /**< \brief (UDP_IER) Enable Endpoint 7 Interrupt */\r
-#define UDP_IER_RXSUSP (0x1u << 8) /**< \brief (UDP_IER) Enable UDP Suspend Interrupt */\r
-#define UDP_IER_RXRSM (0x1u << 9) /**< \brief (UDP_IER) Enable UDP Resume Interrupt */\r
-#define UDP_IER_EXTRSM (0x1u << 10) /**< \brief (UDP_IER)  */\r
-#define UDP_IER_SOFINT (0x1u << 11) /**< \brief (UDP_IER) Enable Start Of Frame Interrupt */\r
-#define UDP_IER_WAKEUP (0x1u << 13) /**< \brief (UDP_IER) Enable UDP bus Wakeup Interrupt */\r
-/* -------- UDP_IDR : (UDP Offset: 0x014) Interrupt Disable Register -------- */\r
-#define UDP_IDR_EP0INT (0x1u << 0) /**< \brief (UDP_IDR) Disable Endpoint 0 Interrupt */\r
-#define UDP_IDR_EP1INT (0x1u << 1) /**< \brief (UDP_IDR) Disable Endpoint 1 Interrupt */\r
-#define UDP_IDR_EP2INT (0x1u << 2) /**< \brief (UDP_IDR) Disable Endpoint 2 Interrupt */\r
-#define UDP_IDR_EP3INT (0x1u << 3) /**< \brief (UDP_IDR) Disable Endpoint 3 Interrupt */\r
-#define UDP_IDR_EP4INT (0x1u << 4) /**< \brief (UDP_IDR) Disable Endpoint 4 Interrupt */\r
-#define UDP_IDR_EP5INT (0x1u << 5) /**< \brief (UDP_IDR) Disable Endpoint 5 Interrupt */\r
-#define UDP_IDR_EP6INT (0x1u << 6) /**< \brief (UDP_IDR) Disable Endpoint 6 Interrupt */\r
-#define UDP_IDR_EP7INT (0x1u << 7) /**< \brief (UDP_IDR) Disable Endpoint 7 Interrupt */\r
-#define UDP_IDR_RXSUSP (0x1u << 8) /**< \brief (UDP_IDR) Disable UDP Suspend Interrupt */\r
-#define UDP_IDR_RXRSM (0x1u << 9) /**< \brief (UDP_IDR) Disable UDP Resume Interrupt */\r
-#define UDP_IDR_EXTRSM (0x1u << 10) /**< \brief (UDP_IDR)  */\r
-#define UDP_IDR_SOFINT (0x1u << 11) /**< \brief (UDP_IDR) Disable Start Of Frame Interrupt */\r
-#define UDP_IDR_WAKEUP (0x1u << 13) /**< \brief (UDP_IDR) Disable USB Bus Interrupt */\r
-/* -------- UDP_IMR : (UDP Offset: 0x018) Interrupt Mask Register -------- */\r
-#define UDP_IMR_EP0INT (0x1u << 0) /**< \brief (UDP_IMR) Mask Endpoint 0 Interrupt */\r
-#define UDP_IMR_EP1INT (0x1u << 1) /**< \brief (UDP_IMR) Mask Endpoint 1 Interrupt */\r
-#define UDP_IMR_EP2INT (0x1u << 2) /**< \brief (UDP_IMR) Mask Endpoint 2 Interrupt */\r
-#define UDP_IMR_EP3INT (0x1u << 3) /**< \brief (UDP_IMR) Mask Endpoint 3 Interrupt */\r
-#define UDP_IMR_EP4INT (0x1u << 4) /**< \brief (UDP_IMR) Mask Endpoint 4 Interrupt */\r
-#define UDP_IMR_EP5INT (0x1u << 5) /**< \brief (UDP_IMR) Mask Endpoint 5 Interrupt */\r
-#define UDP_IMR_EP6INT (0x1u << 6) /**< \brief (UDP_IMR) Mask Endpoint 6 Interrupt */\r
-#define UDP_IMR_EP7INT (0x1u << 7) /**< \brief (UDP_IMR) Mask Endpoint 7 Interrupt */\r
-#define UDP_IMR_RXSUSP (0x1u << 8) /**< \brief (UDP_IMR) Mask UDP Suspend Interrupt */\r
-#define UDP_IMR_RXRSM (0x1u << 9) /**< \brief (UDP_IMR) Mask UDP Resume Interrupt. */\r
-#define UDP_IMR_EXTRSM (0x1u << 10) /**< \brief (UDP_IMR)  */\r
-#define UDP_IMR_SOFINT (0x1u << 11) /**< \brief (UDP_IMR) Mask Start Of Frame Interrupt */\r
-#define UDP_IMR_BIT12 (0x1u << 12) /**< \brief (UDP_IMR) UDP_IMR Bit 12 */\r
-#define UDP_IMR_WAKEUP (0x1u << 13) /**< \brief (UDP_IMR) USB Bus WAKEUP Interrupt */\r
-/* -------- UDP_ISR : (UDP Offset: 0x01C) Interrupt Status Register -------- */\r
-#define UDP_ISR_EP0INT (0x1u << 0) /**< \brief (UDP_ISR) Endpoint 0 Interrupt Status */\r
-#define UDP_ISR_EP1INT (0x1u << 1) /**< \brief (UDP_ISR) Endpoint 1 Interrupt Status */\r
-#define UDP_ISR_EP2INT (0x1u << 2) /**< \brief (UDP_ISR) Endpoint 2 Interrupt Status */\r
-#define UDP_ISR_EP3INT (0x1u << 3) /**< \brief (UDP_ISR) Endpoint 3 Interrupt Status */\r
-#define UDP_ISR_EP4INT (0x1u << 4) /**< \brief (UDP_ISR) Endpoint 4 Interrupt Status */\r
-#define UDP_ISR_EP5INT (0x1u << 5) /**< \brief (UDP_ISR) Endpoint 5 Interrupt Status */\r
-#define UDP_ISR_EP6INT (0x1u << 6) /**< \brief (UDP_ISR) Endpoint 6 Interrupt Status */\r
-#define UDP_ISR_EP7INT (0x1u << 7) /**< \brief (UDP_ISR) Endpoint 7Interrupt Status */\r
-#define UDP_ISR_RXSUSP (0x1u << 8) /**< \brief (UDP_ISR) UDP Suspend Interrupt Status */\r
-#define UDP_ISR_RXRSM (0x1u << 9) /**< \brief (UDP_ISR) UDP Resume Interrupt Status */\r
-#define UDP_ISR_EXTRSM (0x1u << 10) /**< \brief (UDP_ISR)  */\r
-#define UDP_ISR_SOFINT (0x1u << 11) /**< \brief (UDP_ISR) Start of Frame Interrupt Status */\r
-#define UDP_ISR_ENDBUSRES (0x1u << 12) /**< \brief (UDP_ISR) End of BUS Reset Interrupt Status */\r
-#define UDP_ISR_WAKEUP (0x1u << 13) /**< \brief (UDP_ISR) UDP Resume Interrupt Status */\r
-/* -------- UDP_ICR : (UDP Offset: 0x020) Interrupt Clear Register -------- */\r
-#define UDP_ICR_RXSUSP (0x1u << 8) /**< \brief (UDP_ICR) Clear UDP Suspend Interrupt */\r
-#define UDP_ICR_RXRSM (0x1u << 9) /**< \brief (UDP_ICR) Clear UDP Resume Interrupt */\r
-#define UDP_ICR_EXTRSM (0x1u << 10) /**< \brief (UDP_ICR)  */\r
-#define UDP_ICR_SOFINT (0x1u << 11) /**< \brief (UDP_ICR) Clear Start Of Frame Interrupt */\r
-#define UDP_ICR_ENDBUSRES (0x1u << 12) /**< \brief (UDP_ICR) Clear End of Bus Reset Interrupt */\r
-#define UDP_ICR_WAKEUP (0x1u << 13) /**< \brief (UDP_ICR) Clear Wakeup Interrupt */\r
-/* -------- UDP_RST_EP : (UDP Offset: 0x028) Reset Endpoint Register -------- */\r
-#define UDP_RST_EP_EP0 (0x1u << 0) /**< \brief (UDP_RST_EP) Reset Endpoint 0 */\r
-#define UDP_RST_EP_EP1 (0x1u << 1) /**< \brief (UDP_RST_EP) Reset Endpoint 1 */\r
-#define UDP_RST_EP_EP2 (0x1u << 2) /**< \brief (UDP_RST_EP) Reset Endpoint 2 */\r
-#define UDP_RST_EP_EP3 (0x1u << 3) /**< \brief (UDP_RST_EP) Reset Endpoint 3 */\r
-#define UDP_RST_EP_EP4 (0x1u << 4) /**< \brief (UDP_RST_EP) Reset Endpoint 4 */\r
-#define UDP_RST_EP_EP5 (0x1u << 5) /**< \brief (UDP_RST_EP) Reset Endpoint 5 */\r
-#define UDP_RST_EP_EP6 (0x1u << 6) /**< \brief (UDP_RST_EP) Reset Endpoint 6 */\r
-#define UDP_RST_EP_EP7 (0x1u << 7) /**< \brief (UDP_RST_EP) Reset Endpoint 7 */\r
-/* -------- UDP_CSR[8] : (UDP Offset: 0x030) Endpoint Control and Status Register -------- */\r
-#define UDP_CSR_TXCOMP (0x1u << 0) /**< \brief (UDP_CSR[8]) Generates an IN Packet with Data Previously Written in the DPR */\r
-#define UDP_CSR_RX_DATA_BK0 (0x1u << 1) /**< \brief (UDP_CSR[8]) Receive Data Bank 0 */\r
-#define UDP_CSR_RXSETUP (0x1u << 2) /**< \brief (UDP_CSR[8]) Received Setup */\r
-#define UDP_CSR_STALLSENT (0x1u << 3) /**< \brief (UDP_CSR[8]) Stall Sent */\r
-#define UDP_CSR_TXPKTRDY (0x1u << 4) /**< \brief (UDP_CSR[8]) Transmit Packet Ready */\r
-#define UDP_CSR_FORCESTALL (0x1u << 5) /**< \brief (UDP_CSR[8]) Force Stall (used by Control, Bulk and Isochronous Endpoints) */\r
-#define UDP_CSR_RX_DATA_BK1 (0x1u << 6) /**< \brief (UDP_CSR[8]) Receive Data Bank 1 (only used by endpoints with ping-pong attributes) */\r
-#define UDP_CSR_DIR (0x1u << 7) /**< \brief (UDP_CSR[8]) Transfer Direction (only available for control endpoints) */\r
-#define UDP_CSR_EPTYPE_Pos 8\r
-#define UDP_CSR_EPTYPE_Msk (0x7u << UDP_CSR_EPTYPE_Pos) /**< \brief (UDP_CSR[8]) Endpoint Type */\r
-#define   UDP_CSR_EPTYPE_CTRL (0x0u << 8) /**< \brief (UDP_CSR[8]) Control */\r
-#define   UDP_CSR_EPTYPE_ISO_OUT (0x1u << 8) /**< \brief (UDP_CSR[8]) Isochronous OUT */\r
-#define   UDP_CSR_EPTYPE_BULK_OUT (0x2u << 8) /**< \brief (UDP_CSR[8]) Bulk OUT */\r
-#define   UDP_CSR_EPTYPE_INT_OUT (0x3u << 8) /**< \brief (UDP_CSR[8]) Interrupt OUT */\r
-#define   UDP_CSR_EPTYPE_ISO_IN (0x5u << 8) /**< \brief (UDP_CSR[8]) Isochronous IN */\r
-#define   UDP_CSR_EPTYPE_BULK_IN (0x6u << 8) /**< \brief (UDP_CSR[8]) Bulk IN */\r
-#define   UDP_CSR_EPTYPE_INT_IN (0x7u << 8) /**< \brief (UDP_CSR[8]) Interrupt IN */\r
-#define UDP_CSR_DTGLE (0x1u << 11) /**< \brief (UDP_CSR[8]) Data Toggle */\r
-#define UDP_CSR_EPEDS (0x1u << 15) /**< \brief (UDP_CSR[8]) Endpoint Enable Disable */\r
-#define UDP_CSR_RXBYTECNT_Pos 16\r
-#define UDP_CSR_RXBYTECNT_Msk (0x7ffu << UDP_CSR_RXBYTECNT_Pos) /**< \brief (UDP_CSR[8]) Number of Bytes Available in the FIFO */\r
-#define UDP_CSR_RXBYTECNT(value) ((UDP_CSR_RXBYTECNT_Msk & ((value) << UDP_CSR_RXBYTECNT_Pos)))\r
-#define UDP_CSR_ISOERROR (0x1u << 3) /**< \brief (UDP_CSR[8]) A CRC error has been detected in an isochronous transfer */\r
-/* -------- UDP_FDR[8] : (UDP Offset: 0x050) Endpoint FIFO Data Register -------- */\r
-#define UDP_FDR_FIFO_DATA_Pos 0\r
-#define UDP_FDR_FIFO_DATA_Msk (0xffu << UDP_FDR_FIFO_DATA_Pos) /**< \brief (UDP_FDR[8]) FIFO Data Value */\r
-#define UDP_FDR_FIFO_DATA(value) ((UDP_FDR_FIFO_DATA_Msk & ((value) << UDP_FDR_FIFO_DATA_Pos)))\r
-/* -------- UDP_TXVC : (UDP Offset: 0x074) Transceiver Control Register -------- */\r
-#define UDP_TXVC_TXVDIS (0x1u << 8) /**< \brief (UDP_TXVC) Transceiver Disable */\r
-#define UDP_TXVC_PUON (0x1u << 9) /**< \brief (UDP_TXVC) Pull-up On */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_UDP_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/usart.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/usart.h
deleted file mode 100644 (file)
index 159142e..0000000
+++ /dev/null
@@ -1,368 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_USART_COMPONENT_\r
-#define _SAM4E_USART_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Universal Synchronous Asynchronous Receiver Transmitter */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_USART Universal Synchronous Asynchronous Receiver Transmitter */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Usart hardware registers */\r
-typedef struct {\r
-  WoReg US_CR;         /**< \brief (Usart Offset: 0x0000) Control Register */\r
-  RwReg US_MR;         /**< \brief (Usart Offset: 0x0004) Mode Register */\r
-  WoReg US_IER;        /**< \brief (Usart Offset: 0x0008) Interrupt Enable Register */\r
-  WoReg US_IDR;        /**< \brief (Usart Offset: 0x000C) Interrupt Disable Register */\r
-  RoReg US_IMR;        /**< \brief (Usart Offset: 0x0010) Interrupt Mask Register */\r
-  RoReg US_CSR;        /**< \brief (Usart Offset: 0x0014) Channel Status Register */\r
-  RoReg US_RHR;        /**< \brief (Usart Offset: 0x0018) Receiver Holding Register */\r
-  WoReg US_THR;        /**< \brief (Usart Offset: 0x001C) Transmitter Holding Register */\r
-  RwReg US_BRGR;       /**< \brief (Usart Offset: 0x0020) Baud Rate Generator Register */\r
-  RwReg US_RTOR;       /**< \brief (Usart Offset: 0x0024) Receiver Time-out Register */\r
-  RwReg US_TTGR;       /**< \brief (Usart Offset: 0x0028) Transmitter Timeguard Register */\r
-  RoReg Reserved1[5];\r
-  RwReg US_FIDI;       /**< \brief (Usart Offset: 0x0040) FI DI Ratio Register */\r
-  RoReg US_NER;        /**< \brief (Usart Offset: 0x0044) Number of Errors Register */\r
-  RoReg Reserved2[1];\r
-  RwReg US_IF;         /**< \brief (Usart Offset: 0x004C) IrDA Filter Register */\r
-  RwReg US_MAN;        /**< \brief (Usart Offset: 0x0050) Manchester Encoder Decoder Register */\r
-  RoReg Reserved3[36];\r
-  RwReg US_WPMR;       /**< \brief (Usart Offset: 0xE4) Write Protect Mode Register */\r
-  RoReg US_WPSR;       /**< \brief (Usart Offset: 0xE8) Write Protect Status Register */\r
-  RoReg Reserved4[5];\r
-  RwReg US_RPR;        /**< \brief (Usart Offset: 0x100) Receive Pointer Register */\r
-  RwReg US_RCR;        /**< \brief (Usart Offset: 0x104) Receive Counter Register */\r
-  RwReg US_TPR;        /**< \brief (Usart Offset: 0x108) Transmit Pointer Register */\r
-  RwReg US_TCR;        /**< \brief (Usart Offset: 0x10C) Transmit Counter Register */\r
-  RwReg US_RNPR;       /**< \brief (Usart Offset: 0x110) Receive Next Pointer Register */\r
-  RwReg US_RNCR;       /**< \brief (Usart Offset: 0x114) Receive Next Counter Register */\r
-  RwReg US_TNPR;       /**< \brief (Usart Offset: 0x118) Transmit Next Pointer Register */\r
-  RwReg US_TNCR;       /**< \brief (Usart Offset: 0x11C) Transmit Next Counter Register */\r
-  WoReg US_PTCR;       /**< \brief (Usart Offset: 0x120) Transfer Control Register */\r
-  RoReg US_PTSR;       /**< \brief (Usart Offset: 0x124) Transfer Status Register */\r
-} Usart;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- US_CR : (USART Offset: 0x0000) Control Register -------- */\r
-#define US_CR_RSTRX (0x1u << 2) /**< \brief (US_CR) Reset Receiver */\r
-#define US_CR_RSTTX (0x1u << 3) /**< \brief (US_CR) Reset Transmitter */\r
-#define US_CR_RXEN (0x1u << 4) /**< \brief (US_CR) Receiver Enable */\r
-#define US_CR_RXDIS (0x1u << 5) /**< \brief (US_CR) Receiver Disable */\r
-#define US_CR_TXEN (0x1u << 6) /**< \brief (US_CR) Transmitter Enable */\r
-#define US_CR_TXDIS (0x1u << 7) /**< \brief (US_CR) Transmitter Disable */\r
-#define US_CR_RSTSTA (0x1u << 8) /**< \brief (US_CR) Reset Status Bits */\r
-#define US_CR_STTBRK (0x1u << 9) /**< \brief (US_CR) Start Break */\r
-#define US_CR_STPBRK (0x1u << 10) /**< \brief (US_CR) Stop Break */\r
-#define US_CR_STTTO (0x1u << 11) /**< \brief (US_CR) Start Time-out */\r
-#define US_CR_SENDA (0x1u << 12) /**< \brief (US_CR) Send Address */\r
-#define US_CR_RSTIT (0x1u << 13) /**< \brief (US_CR) Reset Iterations */\r
-#define US_CR_RSTNACK (0x1u << 14) /**< \brief (US_CR) Reset Non Acknowledge */\r
-#define US_CR_RETTO (0x1u << 15) /**< \brief (US_CR) Rearm Time-out */\r
-#define US_CR_DTREN (0x1u << 16) /**< \brief (US_CR) Data Terminal Ready Enable */\r
-#define US_CR_DTRDIS (0x1u << 17) /**< \brief (US_CR) Data Terminal Ready Disable */\r
-#define US_CR_RTSEN (0x1u << 18) /**< \brief (US_CR) Request to Send Enable */\r
-#define US_CR_RTSDIS (0x1u << 19) /**< \brief (US_CR) Request to Send Disable */\r
-#define US_CR_FCS (0x1u << 18) /**< \brief (US_CR) Force SPI Chip Select */\r
-#define US_CR_RCS (0x1u << 19) /**< \brief (US_CR) Release SPI Chip Select */\r
-/* -------- US_MR : (USART Offset: 0x0004) Mode Register -------- */\r
-#define US_MR_USART_MODE_Pos 0\r
-#define US_MR_USART_MODE_Msk (0xfu << US_MR_USART_MODE_Pos) /**< \brief (US_MR) USART Mode of Operation */\r
-#define   US_MR_USART_MODE_NORMAL (0x0u << 0) /**< \brief (US_MR) Normal mode */\r
-#define   US_MR_USART_MODE_RS485 (0x1u << 0) /**< \brief (US_MR) RS485 */\r
-#define   US_MR_USART_MODE_HW_HANDSHAKING (0x2u << 0) /**< \brief (US_MR) Hardware Handshaking */\r
-#define   US_MR_USART_MODE_MODEM (0x3u << 0) /**< \brief (US_MR) Modem */\r
-#define   US_MR_USART_MODE_IS07816_T_0 (0x4u << 0) /**< \brief (US_MR) IS07816 Protocol: T = 0 */\r
-#define   US_MR_USART_MODE_IS07816_T_1 (0x6u << 0) /**< \brief (US_MR) IS07816 Protocol: T = 1 */\r
-#define   US_MR_USART_MODE_IRDA (0x8u << 0) /**< \brief (US_MR) IrDA */\r
-#define   US_MR_USART_MODE_SPI_MASTER (0xEu << 0) /**< \brief (US_MR) SPI Master */\r
-#define   US_MR_USART_MODE_SPI_SLAVE (0xFu << 0) /**< \brief (US_MR) SPI Slave */\r
-#define US_MR_USCLKS_Pos 4\r
-#define US_MR_USCLKS_Msk (0x3u << US_MR_USCLKS_Pos) /**< \brief (US_MR) Clock Selection */\r
-#define   US_MR_USCLKS_MCK (0x0u << 4) /**< \brief (US_MR) Master Clock MCK is selected */\r
-#define   US_MR_USCLKS_DIV (0x1u << 4) /**< \brief (US_MR) Internal Clock Divided MCK/DIV (DIV=8) is selected */\r
-#define   US_MR_USCLKS_SCK (0x3u << 4) /**< \brief (US_MR) Serial Clock SLK is selected */\r
-#define US_MR_CHRL_Pos 6\r
-#define US_MR_CHRL_Msk (0x3u << US_MR_CHRL_Pos) /**< \brief (US_MR) Character Length. */\r
-#define   US_MR_CHRL_5_BIT (0x0u << 6) /**< \brief (US_MR) Character length is 5 bits */\r
-#define   US_MR_CHRL_6_BIT (0x1u << 6) /**< \brief (US_MR) Character length is 6 bits */\r
-#define   US_MR_CHRL_7_BIT (0x2u << 6) /**< \brief (US_MR) Character length is 7 bits */\r
-#define   US_MR_CHRL_8_BIT (0x3u << 6) /**< \brief (US_MR) Character length is 8 bits */\r
-#define US_MR_SYNC (0x1u << 8) /**< \brief (US_MR) Synchronous Mode Select */\r
-#define US_MR_PAR_Pos 9\r
-#define US_MR_PAR_Msk (0x7u << US_MR_PAR_Pos) /**< \brief (US_MR) Parity Type */\r
-#define   US_MR_PAR_EVEN (0x0u << 9) /**< \brief (US_MR) Even parity */\r
-#define   US_MR_PAR_ODD (0x1u << 9) /**< \brief (US_MR) Odd parity */\r
-#define   US_MR_PAR_SPACE (0x2u << 9) /**< \brief (US_MR) Parity forced to 0 (Space) */\r
-#define   US_MR_PAR_MARK (0x3u << 9) /**< \brief (US_MR) Parity forced to 1 (Mark) */\r
-#define   US_MR_PAR_NO (0x4u << 9) /**< \brief (US_MR) No parity */\r
-#define   US_MR_PAR_MULTIDROP (0x6u << 9) /**< \brief (US_MR) Multidrop mode */\r
-#define US_MR_NBSTOP_Pos 12\r
-#define US_MR_NBSTOP_Msk (0x3u << US_MR_NBSTOP_Pos) /**< \brief (US_MR) Number of Stop Bits */\r
-#define   US_MR_NBSTOP_1_BIT (0x0u << 12) /**< \brief (US_MR) 1 stop bit */\r
-#define   US_MR_NBSTOP_1_5_BIT (0x1u << 12) /**< \brief (US_MR) 1.5 stop bit (SYNC = 0) or reserved (SYNC = 1) */\r
-#define   US_MR_NBSTOP_2_BIT (0x2u << 12) /**< \brief (US_MR) 2 stop bits */\r
-#define US_MR_CHMODE_Pos 14\r
-#define US_MR_CHMODE_Msk (0x3u << US_MR_CHMODE_Pos) /**< \brief (US_MR) Channel Mode */\r
-#define   US_MR_CHMODE_NORMAL (0x0u << 14) /**< \brief (US_MR) Normal Mode */\r
-#define   US_MR_CHMODE_AUTOMATIC (0x1u << 14) /**< \brief (US_MR) Automatic Echo. Receiver input is connected to the TXD pin. */\r
-#define   US_MR_CHMODE_LOCAL_LOOPBACK (0x2u << 14) /**< \brief (US_MR) Local Loopback. Transmitter output is connected to the Receiver Input. */\r
-#define   US_MR_CHMODE_REMOTE_LOOPBACK (0x3u << 14) /**< \brief (US_MR) Remote Loopback. RXD pin is internally connected to the TXD pin. */\r
-#define US_MR_MSBF (0x1u << 16) /**< \brief (US_MR) Bit Order */\r
-#define US_MR_MODE9 (0x1u << 17) /**< \brief (US_MR) 9-bit Character Length */\r
-#define US_MR_CLKO (0x1u << 18) /**< \brief (US_MR) Clock Output Select */\r
-#define US_MR_OVER (0x1u << 19) /**< \brief (US_MR) Oversampling Mode */\r
-#define US_MR_INACK (0x1u << 20) /**< \brief (US_MR) Inhibit Non Acknowledge */\r
-#define US_MR_DSNACK (0x1u << 21) /**< \brief (US_MR) Disable Successive NACK */\r
-#define US_MR_VAR_SYNC (0x1u << 22) /**< \brief (US_MR) Variable Synchronization of Command/Data Sync Start Frame Delimiter */\r
-#define US_MR_INVDATA (0x1u << 23) /**< \brief (US_MR) Inverted Data */\r
-#define US_MR_MAX_ITERATION_Pos 24\r
-#define US_MR_MAX_ITERATION_Msk (0x7u << US_MR_MAX_ITERATION_Pos) /**< \brief (US_MR) Maximum Number of Automatic Iteration */\r
-#define US_MR_MAX_ITERATION(value) ((US_MR_MAX_ITERATION_Msk & ((value) << US_MR_MAX_ITERATION_Pos)))\r
-#define US_MR_FILTER (0x1u << 28) /**< \brief (US_MR) Infrared Receive Line Filter */\r
-#define US_MR_MAN (0x1u << 29) /**< \brief (US_MR) Manchester Encoder/Decoder Enable */\r
-#define US_MR_MODSYNC (0x1u << 30) /**< \brief (US_MR) Manchester Synchronization Mode */\r
-#define US_MR_ONEBIT (0x1u << 31) /**< \brief (US_MR) Start Frame Delimiter Selector */\r
-#define US_MR_CPHA (0x1u << 8) /**< \brief (US_MR) SPI Clock Phase */\r
-#define US_MR_CPOL (0x1u << 16) /**< \brief (US_MR) SPI Clock Polarity */\r
-#define US_MR_WRDBT (0x1u << 20) /**< \brief (US_MR) Wait Read Data Before Transfer */\r
-/* -------- US_IER : (USART Offset: 0x0008) Interrupt Enable Register -------- */\r
-#define US_IER_RXRDY (0x1u << 0) /**< \brief (US_IER) RXRDY Interrupt Enable */\r
-#define US_IER_TXRDY (0x1u << 1) /**< \brief (US_IER) TXRDY Interrupt Enable */\r
-#define US_IER_RXBRK (0x1u << 2) /**< \brief (US_IER) Receiver Break Interrupt Enable */\r
-#define US_IER_ENDRX (0x1u << 3) /**< \brief (US_IER) End of Receive Transfer Interrupt Enable (available in all USART modes of operation) */\r
-#define US_IER_ENDTX (0x1u << 4) /**< \brief (US_IER) End of Transmit Interrupt Enable (available in all USART modes of operation) */\r
-#define US_IER_OVRE (0x1u << 5) /**< \brief (US_IER) Overrun Error Interrupt Enable */\r
-#define US_IER_FRAME (0x1u << 6) /**< \brief (US_IER) Framing Error Interrupt Enable */\r
-#define US_IER_PARE (0x1u << 7) /**< \brief (US_IER) Parity Error Interrupt Enable */\r
-#define US_IER_TIMEOUT (0x1u << 8) /**< \brief (US_IER) Time-out Interrupt Enable */\r
-#define US_IER_TXEMPTY (0x1u << 9) /**< \brief (US_IER) TXEMPTY Interrupt Enable */\r
-#define US_IER_ITER (0x1u << 10) /**< \brief (US_IER) Max number of Repetitions Reached Interrupt Enable */\r
-#define US_IER_TXBUFE (0x1u << 11) /**< \brief (US_IER) Buffer Empty Interrupt Enable (available in all USART modes of operation) */\r
-#define US_IER_RXBUFF (0x1u << 12) /**< \brief (US_IER) Buffer Full Interrupt Enable (available in all USART modes of operation) */\r
-#define US_IER_NACK (0x1u << 13) /**< \brief (US_IER) Non AcknowledgeInterrupt Enable */\r
-#define US_IER_RIIC (0x1u << 16) /**< \brief (US_IER) Ring Indicator Input Change Enable */\r
-#define US_IER_DSRIC (0x1u << 17) /**< \brief (US_IER) Data Set Ready Input Change Enable */\r
-#define US_IER_DCDIC (0x1u << 18) /**< \brief (US_IER) Data Carrier Detect Input Change Interrupt Enable */\r
-#define US_IER_CTSIC (0x1u << 19) /**< \brief (US_IER) Clear to Send Input Change Interrupt Enable */\r
-#define US_IER_MANE (0x1u << 24) /**< \brief (US_IER) Manchester Error Interrupt Enable */\r
-#define US_IER_UNRE (0x1u << 10) /**< \brief (US_IER) SPI Underrun Error Interrupt Enable */\r
-/* -------- US_IDR : (USART Offset: 0x000C) Interrupt Disable Register -------- */\r
-#define US_IDR_RXRDY (0x1u << 0) /**< \brief (US_IDR) RXRDY Interrupt Disable */\r
-#define US_IDR_TXRDY (0x1u << 1) /**< \brief (US_IDR) TXRDY Interrupt Disable */\r
-#define US_IDR_RXBRK (0x1u << 2) /**< \brief (US_IDR) Receiver Break Interrupt Disable */\r
-#define US_IDR_ENDRX (0x1u << 3) /**< \brief (US_IDR) End of Receive Transfer Interrupt Disable (available in all USART modes of operation) */\r
-#define US_IDR_ENDTX (0x1u << 4) /**< \brief (US_IDR) End of Transmit Interrupt Disable (available in all USART modes of operation) */\r
-#define US_IDR_OVRE (0x1u << 5) /**< \brief (US_IDR) Overrun Error Interrupt Enable */\r
-#define US_IDR_FRAME (0x1u << 6) /**< \brief (US_IDR) Framing Error Interrupt Disable */\r
-#define US_IDR_PARE (0x1u << 7) /**< \brief (US_IDR) Parity Error Interrupt Disable */\r
-#define US_IDR_TIMEOUT (0x1u << 8) /**< \brief (US_IDR) Time-out Interrupt Disable */\r
-#define US_IDR_TXEMPTY (0x1u << 9) /**< \brief (US_IDR) TXEMPTY Interrupt Disable */\r
-#define US_IDR_ITER (0x1u << 10) /**< \brief (US_IDR) Max Number of Repetitions Reached Interrupt Disable */\r
-#define US_IDR_TXBUFE (0x1u << 11) /**< \brief (US_IDR) Buffer Empty Interrupt Disable (available in all USART modes of operation) */\r
-#define US_IDR_RXBUFF (0x1u << 12) /**< \brief (US_IDR) Buffer Full Interrupt Disable (available in all USART modes of operation) */\r
-#define US_IDR_NACK (0x1u << 13) /**< \brief (US_IDR) Non AcknowledgeInterrupt Disable */\r
-#define US_IDR_RIIC (0x1u << 16) /**< \brief (US_IDR) Ring Indicator Input Change Disable */\r
-#define US_IDR_DSRIC (0x1u << 17) /**< \brief (US_IDR) Data Set Ready Input Change Disable */\r
-#define US_IDR_DCDIC (0x1u << 18) /**< \brief (US_IDR) Data Carrier Detect Input Change Interrupt Disable */\r
-#define US_IDR_CTSIC (0x1u << 19) /**< \brief (US_IDR) Clear to Send Input Change Interrupt Disable */\r
-#define US_IDR_MANE (0x1u << 24) /**< \brief (US_IDR) Manchester Error Interrupt Disable */\r
-#define US_IDR_UNRE (0x1u << 10) /**< \brief (US_IDR) SPI Underrun Error Interrupt Disable */\r
-/* -------- US_IMR : (USART Offset: 0x0010) Interrupt Mask Register -------- */\r
-#define US_IMR_RXRDY (0x1u << 0) /**< \brief (US_IMR) RXRDY Interrupt Mask */\r
-#define US_IMR_TXRDY (0x1u << 1) /**< \brief (US_IMR) TXRDY Interrupt Mask */\r
-#define US_IMR_RXBRK (0x1u << 2) /**< \brief (US_IMR) Receiver Break Interrupt Mask */\r
-#define US_IMR_ENDRX (0x1u << 3) /**< \brief (US_IMR) End of Receive Transfer Interrupt Mask (available in all USART modes of operation) */\r
-#define US_IMR_ENDTX (0x1u << 4) /**< \brief (US_IMR) End of Transmit Interrupt Mask (available in all USART modes of operation) */\r
-#define US_IMR_OVRE (0x1u << 5) /**< \brief (US_IMR) Overrun Error Interrupt Mask */\r
-#define US_IMR_FRAME (0x1u << 6) /**< \brief (US_IMR) Framing Error Interrupt Mask */\r
-#define US_IMR_PARE (0x1u << 7) /**< \brief (US_IMR) Parity Error Interrupt Mask */\r
-#define US_IMR_TIMEOUT (0x1u << 8) /**< \brief (US_IMR) Time-out Interrupt Mask */\r
-#define US_IMR_TXEMPTY (0x1u << 9) /**< \brief (US_IMR) TXEMPTY Interrupt Mask */\r
-#define US_IMR_ITER (0x1u << 10) /**< \brief (US_IMR) Max Number of Repetitions Reached Interrupt Mask */\r
-#define US_IMR_TXBUFE (0x1u << 11) /**< \brief (US_IMR) Buffer Empty Interrupt Mask (available in all USART modes of operation) */\r
-#define US_IMR_RXBUFF (0x1u << 12) /**< \brief (US_IMR) Buffer Full Interrupt Mask (available in all USART modes of operation) */\r
-#define US_IMR_NACK (0x1u << 13) /**< \brief (US_IMR) Non AcknowledgeInterrupt Mask */\r
-#define US_IMR_RIIC (0x1u << 16) /**< \brief (US_IMR) Ring Indicator Input Change Mask */\r
-#define US_IMR_DSRIC (0x1u << 17) /**< \brief (US_IMR) Data Set Ready Input Change Mask */\r
-#define US_IMR_DCDIC (0x1u << 18) /**< \brief (US_IMR) Data Carrier Detect Input Change Interrupt Mask */\r
-#define US_IMR_CTSIC (0x1u << 19) /**< \brief (US_IMR) Clear to Send Input Change Interrupt Mask */\r
-#define US_IMR_MANE (0x1u << 24) /**< \brief (US_IMR) Manchester Error Interrupt Mask */\r
-#define US_IMR_UNRE (0x1u << 10) /**< \brief (US_IMR) SPI Underrun Error Interrupt Mask */\r
-/* -------- US_CSR : (USART Offset: 0x0014) Channel Status Register -------- */\r
-#define US_CSR_RXRDY (0x1u << 0) /**< \brief (US_CSR) Receiver Ready */\r
-#define US_CSR_TXRDY (0x1u << 1) /**< \brief (US_CSR) Transmitter Ready */\r
-#define US_CSR_RXBRK (0x1u << 2) /**< \brief (US_CSR) Break Received/End of Break */\r
-#define US_CSR_ENDRX (0x1u << 3) /**< \brief (US_CSR) End of Receiver Transfer */\r
-#define US_CSR_ENDTX (0x1u << 4) /**< \brief (US_CSR) End of Transmitter Transfer */\r
-#define US_CSR_OVRE (0x1u << 5) /**< \brief (US_CSR) Overrun Error */\r
-#define US_CSR_FRAME (0x1u << 6) /**< \brief (US_CSR) Framing Error */\r
-#define US_CSR_PARE (0x1u << 7) /**< \brief (US_CSR) Parity Error */\r
-#define US_CSR_TIMEOUT (0x1u << 8) /**< \brief (US_CSR) Receiver Time-out */\r
-#define US_CSR_TXEMPTY (0x1u << 9) /**< \brief (US_CSR) Transmitter Empty */\r
-#define US_CSR_ITER (0x1u << 10) /**< \brief (US_CSR) MaxNumber of Repetitions Reached */\r
-#define US_CSR_TXBUFE (0x1u << 11) /**< \brief (US_CSR) Transmission Buffer Empty */\r
-#define US_CSR_RXBUFF (0x1u << 12) /**< \brief (US_CSR) Reception Buffer Full */\r
-#define US_CSR_NACK (0x1u << 13) /**< \brief (US_CSR) Non AcknowledgeInterrupt */\r
-#define US_CSR_RIIC (0x1u << 16) /**< \brief (US_CSR) Ring Indicator Input Change Flag */\r
-#define US_CSR_DSRIC (0x1u << 17) /**< \brief (US_CSR) Data Set Ready Input Change Flag */\r
-#define US_CSR_DCDIC (0x1u << 18) /**< \brief (US_CSR) Data Carrier Detect Input Change Flag */\r
-#define US_CSR_CTSIC (0x1u << 19) /**< \brief (US_CSR) Clear to Send Input Change Flag */\r
-#define US_CSR_RI (0x1u << 20) /**< \brief (US_CSR) Image of RI Input */\r
-#define US_CSR_DSR (0x1u << 21) /**< \brief (US_CSR) Image of DSR Input */\r
-#define US_CSR_DCD (0x1u << 22) /**< \brief (US_CSR) Image of DCD Input */\r
-#define US_CSR_CTS (0x1u << 23) /**< \brief (US_CSR) Image of CTS Input */\r
-#define US_CSR_MANERR (0x1u << 24) /**< \brief (US_CSR) Manchester Error */\r
-#define US_CSR_UNRE (0x1u << 10) /**< \brief (US_CSR) Underrun Error */\r
-/* -------- US_RHR : (USART Offset: 0x0018) Receiver Holding Register -------- */\r
-#define US_RHR_RXCHR_Pos 0\r
-#define US_RHR_RXCHR_Msk (0x1ffu << US_RHR_RXCHR_Pos) /**< \brief (US_RHR) Received Character */\r
-#define US_RHR_RXSYNH (0x1u << 15) /**< \brief (US_RHR) Received Sync */\r
-/* -------- US_THR : (USART Offset: 0x001C) Transmitter Holding Register -------- */\r
-#define US_THR_TXCHR_Pos 0\r
-#define US_THR_TXCHR_Msk (0x1ffu << US_THR_TXCHR_Pos) /**< \brief (US_THR) Character to be Transmitted */\r
-#define US_THR_TXCHR(value) ((US_THR_TXCHR_Msk & ((value) << US_THR_TXCHR_Pos)))\r
-#define US_THR_TXSYNH (0x1u << 15) /**< \brief (US_THR) Sync Field to be Transmitted */\r
-/* -------- US_BRGR : (USART Offset: 0x0020) Baud Rate Generator Register -------- */\r
-#define US_BRGR_CD_Pos 0\r
-#define US_BRGR_CD_Msk (0xffffu << US_BRGR_CD_Pos) /**< \brief (US_BRGR) Clock Divider */\r
-#define US_BRGR_CD(value) ((US_BRGR_CD_Msk & ((value) << US_BRGR_CD_Pos)))\r
-#define US_BRGR_FP_Pos 16\r
-#define US_BRGR_FP_Msk (0x7u << US_BRGR_FP_Pos) /**< \brief (US_BRGR) Fractional Part */\r
-#define US_BRGR_FP(value) ((US_BRGR_FP_Msk & ((value) << US_BRGR_FP_Pos)))\r
-/* -------- US_RTOR : (USART Offset: 0x0024) Receiver Time-out Register -------- */\r
-#define US_RTOR_TO_Pos 0\r
-#define US_RTOR_TO_Msk (0xffffu << US_RTOR_TO_Pos) /**< \brief (US_RTOR) Time-out Value */\r
-#define US_RTOR_TO(value) ((US_RTOR_TO_Msk & ((value) << US_RTOR_TO_Pos)))\r
-/* -------- US_TTGR : (USART Offset: 0x0028) Transmitter Timeguard Register -------- */\r
-#define US_TTGR_TG_Pos 0\r
-#define US_TTGR_TG_Msk (0xffu << US_TTGR_TG_Pos) /**< \brief (US_TTGR) Timeguard Value */\r
-#define US_TTGR_TG(value) ((US_TTGR_TG_Msk & ((value) << US_TTGR_TG_Pos)))\r
-/* -------- US_FIDI : (USART Offset: 0x0040) FI DI Ratio Register -------- */\r
-#define US_FIDI_FI_DI_RATIO_Pos 0\r
-#define US_FIDI_FI_DI_RATIO_Msk (0x7ffu << US_FIDI_FI_DI_RATIO_Pos) /**< \brief (US_FIDI) FI Over DI Ratio Value */\r
-#define US_FIDI_FI_DI_RATIO(value) ((US_FIDI_FI_DI_RATIO_Msk & ((value) << US_FIDI_FI_DI_RATIO_Pos)))\r
-/* -------- US_NER : (USART Offset: 0x0044) Number of Errors Register -------- */\r
-#define US_NER_NB_ERRORS_Pos 0\r
-#define US_NER_NB_ERRORS_Msk (0xffu << US_NER_NB_ERRORS_Pos) /**< \brief (US_NER) Number of Errors */\r
-/* -------- US_IF : (USART Offset: 0x004C) IrDA Filter Register -------- */\r
-#define US_IF_IRDA_FILTER_Pos 0\r
-#define US_IF_IRDA_FILTER_Msk (0xffu << US_IF_IRDA_FILTER_Pos) /**< \brief (US_IF) IrDA Filter */\r
-#define US_IF_IRDA_FILTER(value) ((US_IF_IRDA_FILTER_Msk & ((value) << US_IF_IRDA_FILTER_Pos)))\r
-/* -------- US_MAN : (USART Offset: 0x0050) Manchester Encoder Decoder Register -------- */\r
-#define US_MAN_TX_PL_Pos 0\r
-#define US_MAN_TX_PL_Msk (0xfu << US_MAN_TX_PL_Pos) /**< \brief (US_MAN) Transmitter Preamble Length */\r
-#define US_MAN_TX_PL(value) ((US_MAN_TX_PL_Msk & ((value) << US_MAN_TX_PL_Pos)))\r
-#define US_MAN_TX_PP_Pos 8\r
-#define US_MAN_TX_PP_Msk (0x3u << US_MAN_TX_PP_Pos) /**< \brief (US_MAN) Transmitter Preamble Pattern */\r
-#define   US_MAN_TX_PP_ALL_ONE (0x0u << 8) /**< \brief (US_MAN) The preamble is composed of '1's */\r
-#define   US_MAN_TX_PP_ALL_ZERO (0x1u << 8) /**< \brief (US_MAN) The preamble is composed of '0's */\r
-#define   US_MAN_TX_PP_ZERO_ONE (0x2u << 8) /**< \brief (US_MAN) The preamble is composed of '01's */\r
-#define   US_MAN_TX_PP_ONE_ZERO (0x3u << 8) /**< \brief (US_MAN) The preamble is composed of '10's */\r
-#define US_MAN_TX_MPOL (0x1u << 12) /**< \brief (US_MAN) Transmitter Manchester Polarity */\r
-#define US_MAN_RX_PL_Pos 16\r
-#define US_MAN_RX_PL_Msk (0xfu << US_MAN_RX_PL_Pos) /**< \brief (US_MAN) Receiver Preamble Length */\r
-#define US_MAN_RX_PL(value) ((US_MAN_RX_PL_Msk & ((value) << US_MAN_RX_PL_Pos)))\r
-#define US_MAN_RX_PP_Pos 24\r
-#define US_MAN_RX_PP_Msk (0x3u << US_MAN_RX_PP_Pos) /**< \brief (US_MAN) Receiver Preamble Pattern detected */\r
-#define   US_MAN_RX_PP_ALL_ONE (0x0u << 24) /**< \brief (US_MAN) The preamble is composed of '1's */\r
-#define   US_MAN_RX_PP_ALL_ZERO (0x1u << 24) /**< \brief (US_MAN) The preamble is composed of '0's */\r
-#define   US_MAN_RX_PP_ZERO_ONE (0x2u << 24) /**< \brief (US_MAN) The preamble is composed of '01's */\r
-#define   US_MAN_RX_PP_ONE_ZERO (0x3u << 24) /**< \brief (US_MAN) The preamble is composed of '10's */\r
-#define US_MAN_RX_MPOL (0x1u << 28) /**< \brief (US_MAN) Receiver Manchester Polarity */\r
-#define US_MAN_ONE (0x1u << 29) /**< \brief (US_MAN) Must Be Set to 1 */\r
-#define US_MAN_DRIFT (0x1u << 30) /**< \brief (US_MAN) Drift Compensation */\r
-/* -------- US_WPMR : (USART Offset: 0xE4) Write Protect Mode Register -------- */\r
-#define US_WPMR_WPEN (0x1u << 0) /**< \brief (US_WPMR) Write Protect Enable */\r
-#define US_WPMR_WPKEY_Pos 8\r
-#define US_WPMR_WPKEY_Msk (0xffffffu << US_WPMR_WPKEY_Pos) /**< \brief (US_WPMR) Write Protect KEY */\r
-#define US_WPMR_WPKEY(value) ((US_WPMR_WPKEY_Msk & ((value) << US_WPMR_WPKEY_Pos)))\r
-/* -------- US_WPSR : (USART Offset: 0xE8) Write Protect Status Register -------- */\r
-#define US_WPSR_WPVS (0x1u << 0) /**< \brief (US_WPSR) Write Protect Violation Status */\r
-#define US_WPSR_WPVSRC_Pos 8\r
-#define US_WPSR_WPVSRC_Msk (0xffffu << US_WPSR_WPVSRC_Pos) /**< \brief (US_WPSR) Write Protect Violation Source */\r
-/* -------- US_RPR : (USART Offset: 0x100) Receive Pointer Register -------- */\r
-#define US_RPR_RXPTR_Pos 0\r
-#define US_RPR_RXPTR_Msk (0xffffffffu << US_RPR_RXPTR_Pos) /**< \brief (US_RPR) Receive Pointer Register */\r
-#define US_RPR_RXPTR(value) ((US_RPR_RXPTR_Msk & ((value) << US_RPR_RXPTR_Pos)))\r
-/* -------- US_RCR : (USART Offset: 0x104) Receive Counter Register -------- */\r
-#define US_RCR_RXCTR_Pos 0\r
-#define US_RCR_RXCTR_Msk (0xffffu << US_RCR_RXCTR_Pos) /**< \brief (US_RCR) Receive Counter Register */\r
-#define US_RCR_RXCTR(value) ((US_RCR_RXCTR_Msk & ((value) << US_RCR_RXCTR_Pos)))\r
-/* -------- US_TPR : (USART Offset: 0x108) Transmit Pointer Register -------- */\r
-#define US_TPR_TXPTR_Pos 0\r
-#define US_TPR_TXPTR_Msk (0xffffffffu << US_TPR_TXPTR_Pos) /**< \brief (US_TPR) Transmit Counter Register */\r
-#define US_TPR_TXPTR(value) ((US_TPR_TXPTR_Msk & ((value) << US_TPR_TXPTR_Pos)))\r
-/* -------- US_TCR : (USART Offset: 0x10C) Transmit Counter Register -------- */\r
-#define US_TCR_TXCTR_Pos 0\r
-#define US_TCR_TXCTR_Msk (0xffffu << US_TCR_TXCTR_Pos) /**< \brief (US_TCR) Transmit Counter Register */\r
-#define US_TCR_TXCTR(value) ((US_TCR_TXCTR_Msk & ((value) << US_TCR_TXCTR_Pos)))\r
-/* -------- US_RNPR : (USART Offset: 0x110) Receive Next Pointer Register -------- */\r
-#define US_RNPR_RXNPTR_Pos 0\r
-#define US_RNPR_RXNPTR_Msk (0xffffffffu << US_RNPR_RXNPTR_Pos) /**< \brief (US_RNPR) Receive Next Pointer */\r
-#define US_RNPR_RXNPTR(value) ((US_RNPR_RXNPTR_Msk & ((value) << US_RNPR_RXNPTR_Pos)))\r
-/* -------- US_RNCR : (USART Offset: 0x114) Receive Next Counter Register -------- */\r
-#define US_RNCR_RXNCTR_Pos 0\r
-#define US_RNCR_RXNCTR_Msk (0xffffu << US_RNCR_RXNCTR_Pos) /**< \brief (US_RNCR) Receive Next Counter */\r
-#define US_RNCR_RXNCTR(value) ((US_RNCR_RXNCTR_Msk & ((value) << US_RNCR_RXNCTR_Pos)))\r
-/* -------- US_TNPR : (USART Offset: 0x118) Transmit Next Pointer Register -------- */\r
-#define US_TNPR_TXNPTR_Pos 0\r
-#define US_TNPR_TXNPTR_Msk (0xffffffffu << US_TNPR_TXNPTR_Pos) /**< \brief (US_TNPR) Transmit Next Pointer */\r
-#define US_TNPR_TXNPTR(value) ((US_TNPR_TXNPTR_Msk & ((value) << US_TNPR_TXNPTR_Pos)))\r
-/* -------- US_TNCR : (USART Offset: 0x11C) Transmit Next Counter Register -------- */\r
-#define US_TNCR_TXNCTR_Pos 0\r
-#define US_TNCR_TXNCTR_Msk (0xffffu << US_TNCR_TXNCTR_Pos) /**< \brief (US_TNCR) Transmit Counter Next */\r
-#define US_TNCR_TXNCTR(value) ((US_TNCR_TXNCTR_Msk & ((value) << US_TNCR_TXNCTR_Pos)))\r
-/* -------- US_PTCR : (USART Offset: 0x120) Transfer Control Register -------- */\r
-#define US_PTCR_RXTEN (0x1u << 0) /**< \brief (US_PTCR) Receiver Transfer Enable */\r
-#define US_PTCR_RXTDIS (0x1u << 1) /**< \brief (US_PTCR) Receiver Transfer Disable */\r
-#define US_PTCR_TXTEN (0x1u << 8) /**< \brief (US_PTCR) Transmitter Transfer Enable */\r
-#define US_PTCR_TXTDIS (0x1u << 9) /**< \brief (US_PTCR) Transmitter Transfer Disable */\r
-/* -------- US_PTSR : (USART Offset: 0x124) Transfer Status Register -------- */\r
-#define US_PTSR_RXTEN (0x1u << 0) /**< \brief (US_PTSR) Receiver Transfer Enable */\r
-#define US_PTSR_TXTEN (0x1u << 8) /**< \brief (US_PTSR) Transmitter Transfer Enable */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_USART_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/wdt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/component/wdt.h
deleted file mode 100644 (file)
index 3933e33..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_WDT_COMPONENT_\r
-#define _SAM4E_WDT_COMPONENT_\r
-\r
-/* ============================================================================= */\r
-/**  SOFTWARE API DEFINITION FOR Watchdog Timer */\r
-/* ============================================================================= */\r
-/** \addtogroup SAM4E_WDT Watchdog Timer */\r
-/*@{*/\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-/** \brief Wdt hardware registers */\r
-typedef struct {\r
-  WoReg WDT_CR; /**< \brief (Wdt Offset: 0x00) Control Register */\r
-  RwReg WDT_MR; /**< \brief (Wdt Offset: 0x04) Mode Register */\r
-  RoReg WDT_SR; /**< \brief (Wdt Offset: 0x08) Status Register */\r
-} Wdt;\r
-#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/* -------- WDT_CR : (WDT Offset: 0x00) Control Register -------- */\r
-#define WDT_CR_WDRSTT (0x1u << 0) /**< \brief (WDT_CR) Watchdog Restart */\r
-#define WDT_CR_KEY_Pos 24\r
-#define WDT_CR_KEY_Msk (0xffu << WDT_CR_KEY_Pos) /**< \brief (WDT_CR) Password */\r
-#define WDT_CR_KEY(value) ((WDT_CR_KEY_Msk & ((value) << WDT_CR_KEY_Pos)))\r
-/* -------- WDT_MR : (WDT Offset: 0x04) Mode Register -------- */\r
-#define WDT_MR_WDV_Pos 0\r
-#define WDT_MR_WDV_Msk (0xfffu << WDT_MR_WDV_Pos) /**< \brief (WDT_MR) Watchdog Counter Value */\r
-#define WDT_MR_WDV(value) ((WDT_MR_WDV_Msk & ((value) << WDT_MR_WDV_Pos)))\r
-#define WDT_MR_WDFIEN (0x1u << 12) /**< \brief (WDT_MR) Watchdog Fault Interrupt Enable */\r
-#define WDT_MR_WDRSTEN (0x1u << 13) /**< \brief (WDT_MR) Watchdog Reset Enable */\r
-#define WDT_MR_WDRPROC (0x1u << 14) /**< \brief (WDT_MR) Watchdog Reset Processor */\r
-#define WDT_MR_WDDIS (0x1u << 15) /**< \brief (WDT_MR) Watchdog Disable */\r
-#define WDT_MR_WDD_Pos 16\r
-#define WDT_MR_WDD_Msk (0xfffu << WDT_MR_WDD_Pos) /**< \brief (WDT_MR) Watchdog Delta Value */\r
-#define WDT_MR_WDD(value) ((WDT_MR_WDD_Msk & ((value) << WDT_MR_WDD_Pos)))\r
-#define WDT_MR_WDDBGHLT (0x1u << 28) /**< \brief (WDT_MR) Watchdog Debug Halt */\r
-#define WDT_MR_WDIDLEHLT (0x1u << 29) /**< \brief (WDT_MR) Watchdog Idle Halt */\r
-/* -------- WDT_SR : (WDT Offset: 0x08) Status Register -------- */\r
-#define WDT_SR_WDUNF (0x1u << 0) /**< \brief (WDT_SR) Watchdog Underflow */\r
-#define WDT_SR_WDERR (0x1u << 1) /**< \brief (WDT_SR) Watchdog Error */\r
-\r
-/*@}*/\r
-\r
-\r
-#endif /* _SAM4E_WDT_COMPONENT_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/acc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/acc.h
deleted file mode 100644 (file)
index 4e67ce4..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_ACC_INSTANCE_\r
-#define _SAM4E_ACC_INSTANCE_\r
-\r
-/* ========== Register definition for ACC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_ACC_CR            (0x400BC000U) /**< \brief (ACC) Control Register */\r
-#define REG_ACC_MR            (0x400BC004U) /**< \brief (ACC) Mode Register */\r
-#define REG_ACC_IER           (0x400BC024U) /**< \brief (ACC) Interrupt Enable Register */\r
-#define REG_ACC_IDR           (0x400BC028U) /**< \brief (ACC) Interrupt Disable Register */\r
-#define REG_ACC_IMR           (0x400BC02CU) /**< \brief (ACC) Interrupt Mask Register */\r
-#define REG_ACC_ISR           (0x400BC030U) /**< \brief (ACC) Interrupt Status Register */\r
-#define REG_ACC_ACR           (0x400BC094U) /**< \brief (ACC) Analog Control Register */\r
-#define REG_ACC_WPMR          (0x400BC0E4U) /**< \brief (ACC) Write Protect Mode Register */\r
-#define REG_ACC_WPSR          (0x400BC0E8U) /**< \brief (ACC) Write Protect Status Register */\r
-#else\r
-#define REG_ACC_CR   (*(WoReg*)0x400BC000U) /**< \brief (ACC) Control Register */\r
-#define REG_ACC_MR   (*(RwReg*)0x400BC004U) /**< \brief (ACC) Mode Register */\r
-#define REG_ACC_IER  (*(WoReg*)0x400BC024U) /**< \brief (ACC) Interrupt Enable Register */\r
-#define REG_ACC_IDR  (*(WoReg*)0x400BC028U) /**< \brief (ACC) Interrupt Disable Register */\r
-#define REG_ACC_IMR  (*(RoReg*)0x400BC02CU) /**< \brief (ACC) Interrupt Mask Register */\r
-#define REG_ACC_ISR  (*(RoReg*)0x400BC030U) /**< \brief (ACC) Interrupt Status Register */\r
-#define REG_ACC_ACR  (*(RwReg*)0x400BC094U) /**< \brief (ACC) Analog Control Register */\r
-#define REG_ACC_WPMR (*(RwReg*)0x400BC0E4U) /**< \brief (ACC) Write Protect Mode Register */\r
-#define REG_ACC_WPSR (*(RoReg*)0x400BC0E8U) /**< \brief (ACC) Write Protect Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_ACC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/aes.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/aes.h
deleted file mode 100644 (file)
index dd1d459..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_AES_INSTANCE_\r
-#define _SAM4E_AES_INSTANCE_\r
-\r
-/* ========== Register definition for AES peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_AES_CR                 (0x40004000U) /**< \brief (AES) Control Register */\r
-#define REG_AES_MR                 (0x40004004U) /**< \brief (AES) Mode Register */\r
-#define REG_AES_IER                (0x40004010U) /**< \brief (AES) Interrupt Enable Register */\r
-#define REG_AES_IDR                (0x40004014U) /**< \brief (AES) Interrupt Disable Register */\r
-#define REG_AES_IMR                (0x40004018U) /**< \brief (AES) Interrupt Mask Register */\r
-#define REG_AES_ISR                (0x4000401CU) /**< \brief (AES) Interrupt Status Register */\r
-#define REG_AES_KEYWR              (0x40004020U) /**< \brief (AES) Key Word Register */\r
-#define REG_AES_IDATAR             (0x40004040U) /**< \brief (AES) Input Data Register */\r
-#define REG_AES_ODATAR             (0x40004050U) /**< \brief (AES) Output Data Register */\r
-#define REG_AES_IVR                (0x40004060U) /**< \brief (AES) Initialization Vector Register */\r
-#else\r
-#define REG_AES_CR        (*(WoReg*)0x40004000U) /**< \brief (AES) Control Register */\r
-#define REG_AES_MR        (*(RwReg*)0x40004004U) /**< \brief (AES) Mode Register */\r
-#define REG_AES_IER       (*(WoReg*)0x40004010U) /**< \brief (AES) Interrupt Enable Register */\r
-#define REG_AES_IDR       (*(WoReg*)0x40004014U) /**< \brief (AES) Interrupt Disable Register */\r
-#define REG_AES_IMR       (*(RoReg*)0x40004018U) /**< \brief (AES) Interrupt Mask Register */\r
-#define REG_AES_ISR       (*(RoReg*)0x4000401CU) /**< \brief (AES) Interrupt Status Register */\r
-#define REG_AES_KEYWR     (*(WoReg*)0x40004020U) /**< \brief (AES) Key Word Register */\r
-#define REG_AES_IDATAR    (*(WoReg*)0x40004040U) /**< \brief (AES) Input Data Register */\r
-#define REG_AES_ODATAR    (*(RoReg*)0x40004050U) /**< \brief (AES) Output Data Register */\r
-#define REG_AES_IVR       (*(WoReg*)0x40004060U) /**< \brief (AES) Initialization Vector Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_AES_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec0.h
deleted file mode 100644 (file)
index 3f6116c..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_AFEC0_INSTANCE_\r
-#define _SAM4E_AFEC0_INSTANCE_\r
-\r
-/* ========== Register definition for AFEC0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_AFEC0_CR               (0x400B0000U) /**< \brief (AFEC0) Control Register */\r
-#define REG_AFEC0_MR               (0x400B0004U) /**< \brief (AFEC0) Mode Register */\r
-#define REG_AFEC0_EMR              (0x400B0008U) /**< \brief (AFEC0) Extended Mode Register */\r
-#define REG_AFEC0_SEQ1R            (0x400B000CU) /**< \brief (AFEC0) Channel Sequence 1 Register */\r
-#define REG_AFEC0_SEQ2R            (0x400B0010U) /**< \brief (AFEC0) Channel Sequence 2 Register */\r
-#define REG_AFEC0_CHER             (0x400B0014U) /**< \brief (AFEC0) Channel Enable Register */\r
-#define REG_AFEC0_CHDR             (0x400B0018U) /**< \brief (AFEC0) Channel Disable Register */\r
-#define REG_AFEC0_CHSR             (0x400B001CU) /**< \brief (AFEC0) Channel Status Register */\r
-#define REG_AFEC0_LCDR             (0x400B0020U) /**< \brief (AFEC0) Last Converted Data Register */\r
-#define REG_AFEC0_IER              (0x400B0024U) /**< \brief (AFEC0) Interrupt Enable Register */\r
-#define REG_AFEC0_IDR              (0x400B0028U) /**< \brief (AFEC0) Interrupt Disable Register */\r
-#define REG_AFEC0_IMR              (0x400B002CU) /**< \brief (AFEC0) Interrupt Mask Register */\r
-#define REG_AFEC0_ISR              (0x400B0030U) /**< \brief (AFEC0) Interrupt Status Register */\r
-#define REG_AFEC0_OVER             (0x400B004CU) /**< \brief (AFEC0) Overrun Status Register */\r
-#define REG_AFEC0_CWR              (0x400B0050U) /**< \brief (AFEC0) Compare Window Register */\r
-#define REG_AFEC0_CGR              (0x400B0054U) /**< \brief (AFEC0) Channel Gain Register */\r
-#define REG_AFEC0_CDOR             (0x400B005CU) /**< \brief (AFEC0) Channel Calibration DC Offset Register */\r
-#define REG_AFEC0_DIFFR            (0x400B0060U) /**< \brief (AFEC0) Channel Differential Register */\r
-#define REG_AFEC0_CSELR            (0x400B0064U) /**< \brief (AFEC0) Channel Register Selection */\r
-#define REG_AFEC0_CDR              (0x400B0068U) /**< \brief (AFEC0) Channel Data Register */\r
-#define REG_AFEC0_COCR             (0x400B006CU) /**< \brief (AFEC0) Channel Offset Compensation Register */\r
-#define REG_AFEC0_TEMPMR           (0x400B0070U) /**< \brief (AFEC0) Temperature Sensor Mode Register */\r
-#define REG_AFEC0_TEMPCWR          (0x400B0074U) /**< \brief (AFEC0) Temperature Compare Window Register */\r
-#define REG_AFEC0_ACR              (0x400B0094U) /**< \brief (AFEC0) Analog Control Register */\r
-#define REG_AFEC0_WPMR             (0x400B00E4U) /**< \brief (AFEC0) Write Protect Mode Register */\r
-#define REG_AFEC0_WPSR             (0x400B00E8U) /**< \brief (AFEC0) Write Protect Status Register */\r
-#define REG_AFEC0_RPR              (0x400B0100U) /**< \brief (AFEC0) Receive Pointer Register */\r
-#define REG_AFEC0_RCR              (0x400B0104U) /**< \brief (AFEC0) Receive Counter Register */\r
-#define REG_AFEC0_RNPR             (0x400B0110U) /**< \brief (AFEC0) Receive Next Pointer Register */\r
-#define REG_AFEC0_RNCR             (0x400B0114U) /**< \brief (AFEC0) Receive Next Counter Register */\r
-#define REG_AFEC0_PTCR             (0x400B0120U) /**< \brief (AFEC0) Transfer Control Register */\r
-#define REG_AFEC0_PTSR             (0x400B0124U) /**< \brief (AFEC0) Transfer Status Register */\r
-#else\r
-#define REG_AFEC0_CR      (*(WoReg*)0x400B0000U) /**< \brief (AFEC0) Control Register */\r
-#define REG_AFEC0_MR      (*(RwReg*)0x400B0004U) /**< \brief (AFEC0) Mode Register */\r
-#define REG_AFEC0_EMR     (*(RwReg*)0x400B0008U) /**< \brief (AFEC0) Extended Mode Register */\r
-#define REG_AFEC0_SEQ1R   (*(RwReg*)0x400B000CU) /**< \brief (AFEC0) Channel Sequence 1 Register */\r
-#define REG_AFEC0_SEQ2R   (*(RwReg*)0x400B0010U) /**< \brief (AFEC0) Channel Sequence 2 Register */\r
-#define REG_AFEC0_CHER    (*(WoReg*)0x400B0014U) /**< \brief (AFEC0) Channel Enable Register */\r
-#define REG_AFEC0_CHDR    (*(WoReg*)0x400B0018U) /**< \brief (AFEC0) Channel Disable Register */\r
-#define REG_AFEC0_CHSR    (*(RoReg*)0x400B001CU) /**< \brief (AFEC0) Channel Status Register */\r
-#define REG_AFEC0_LCDR    (*(RoReg*)0x400B0020U) /**< \brief (AFEC0) Last Converted Data Register */\r
-#define REG_AFEC0_IER     (*(WoReg*)0x400B0024U) /**< \brief (AFEC0) Interrupt Enable Register */\r
-#define REG_AFEC0_IDR     (*(WoReg*)0x400B0028U) /**< \brief (AFEC0) Interrupt Disable Register */\r
-#define REG_AFEC0_IMR     (*(RoReg*)0x400B002CU) /**< \brief (AFEC0) Interrupt Mask Register */\r
-#define REG_AFEC0_ISR     (*(RoReg*)0x400B0030U) /**< \brief (AFEC0) Interrupt Status Register */\r
-#define REG_AFEC0_OVER    (*(RoReg*)0x400B004CU) /**< \brief (AFEC0) Overrun Status Register */\r
-#define REG_AFEC0_CWR     (*(RwReg*)0x400B0050U) /**< \brief (AFEC0) Compare Window Register */\r
-#define REG_AFEC0_CGR     (*(RwReg*)0x400B0054U) /**< \brief (AFEC0) Channel Gain Register */\r
-#define REG_AFEC0_CDOR    (*(RwReg*)0x400B005CU) /**< \brief (AFEC0) Channel Calibration DC Offset Register */\r
-#define REG_AFEC0_DIFFR   (*(RwReg*)0x400B0060U) /**< \brief (AFEC0) Channel Differential Register */\r
-#define REG_AFEC0_CSELR   (*(RwReg*)0x400B0064U) /**< \brief (AFEC0) Channel Register Selection */\r
-#define REG_AFEC0_CDR     (*(RoReg*)0x400B0068U) /**< \brief (AFEC0) Channel Data Register */\r
-#define REG_AFEC0_COCR    (*(RwReg*)0x400B006CU) /**< \brief (AFEC0) Channel Offset Compensation Register */\r
-#define REG_AFEC0_TEMPMR  (*(RwReg*)0x400B0070U) /**< \brief (AFEC0) Temperature Sensor Mode Register */\r
-#define REG_AFEC0_TEMPCWR (*(RwReg*)0x400B0074U) /**< \brief (AFEC0) Temperature Compare Window Register */\r
-#define REG_AFEC0_ACR     (*(RwReg*)0x400B0094U) /**< \brief (AFEC0) Analog Control Register */\r
-#define REG_AFEC0_WPMR    (*(RwReg*)0x400B00E4U) /**< \brief (AFEC0) Write Protect Mode Register */\r
-#define REG_AFEC0_WPSR    (*(RoReg*)0x400B00E8U) /**< \brief (AFEC0) Write Protect Status Register */\r
-#define REG_AFEC0_RPR     (*(RwReg*)0x400B0100U) /**< \brief (AFEC0) Receive Pointer Register */\r
-#define REG_AFEC0_RCR     (*(RwReg*)0x400B0104U) /**< \brief (AFEC0) Receive Counter Register */\r
-#define REG_AFEC0_RNPR    (*(RwReg*)0x400B0110U) /**< \brief (AFEC0) Receive Next Pointer Register */\r
-#define REG_AFEC0_RNCR    (*(RwReg*)0x400B0114U) /**< \brief (AFEC0) Receive Next Counter Register */\r
-#define REG_AFEC0_PTCR    (*(WoReg*)0x400B0120U) /**< \brief (AFEC0) Transfer Control Register */\r
-#define REG_AFEC0_PTSR    (*(RoReg*)0x400B0124U) /**< \brief (AFEC0) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_AFEC0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/afec1.h
deleted file mode 100644 (file)
index cc9dfb0..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_AFEC1_INSTANCE_\r
-#define _SAM4E_AFEC1_INSTANCE_\r
-\r
-/* ========== Register definition for AFEC1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_AFEC1_CR               (0x400B4000U) /**< \brief (AFEC1) Control Register */\r
-#define REG_AFEC1_MR               (0x400B4004U) /**< \brief (AFEC1) Mode Register */\r
-#define REG_AFEC1_EMR              (0x400B4008U) /**< \brief (AFEC1) Extended Mode Register */\r
-#define REG_AFEC1_SEQ1R            (0x400B400CU) /**< \brief (AFEC1) Channel Sequence 1 Register */\r
-#define REG_AFEC1_SEQ2R            (0x400B4010U) /**< \brief (AFEC1) Channel Sequence 2 Register */\r
-#define REG_AFEC1_CHER             (0x400B4014U) /**< \brief (AFEC1) Channel Enable Register */\r
-#define REG_AFEC1_CHDR             (0x400B4018U) /**< \brief (AFEC1) Channel Disable Register */\r
-#define REG_AFEC1_CHSR             (0x400B401CU) /**< \brief (AFEC1) Channel Status Register */\r
-#define REG_AFEC1_LCDR             (0x400B4020U) /**< \brief (AFEC1) Last Converted Data Register */\r
-#define REG_AFEC1_IER              (0x400B4024U) /**< \brief (AFEC1) Interrupt Enable Register */\r
-#define REG_AFEC1_IDR              (0x400B4028U) /**< \brief (AFEC1) Interrupt Disable Register */\r
-#define REG_AFEC1_IMR              (0x400B402CU) /**< \brief (AFEC1) Interrupt Mask Register */\r
-#define REG_AFEC1_ISR              (0x400B4030U) /**< \brief (AFEC1) Interrupt Status Register */\r
-#define REG_AFEC1_OVER             (0x400B404CU) /**< \brief (AFEC1) Overrun Status Register */\r
-#define REG_AFEC1_CWR              (0x400B4050U) /**< \brief (AFEC1) Compare Window Register */\r
-#define REG_AFEC1_CGR              (0x400B4054U) /**< \brief (AFEC1) Channel Gain Register */\r
-#define REG_AFEC1_CDOR             (0x400B405CU) /**< \brief (AFEC1) Channel Calibration DC Offset Register */\r
-#define REG_AFEC1_DIFFR            (0x400B4060U) /**< \brief (AFEC1) Channel Differential Register */\r
-#define REG_AFEC1_CSELR            (0x400B4064U) /**< \brief (AFEC1) Channel Register Selection */\r
-#define REG_AFEC1_CDR              (0x400B4068U) /**< \brief (AFEC1) Channel Data Register */\r
-#define REG_AFEC1_COCR             (0x400B406CU) /**< \brief (AFEC1) Channel Offset Compensation Register */\r
-#define REG_AFEC1_TEMPMR           (0x400B4070U) /**< \brief (AFEC1) Temperature Sensor Mode Register */\r
-#define REG_AFEC1_TEMPCWR          (0x400B4074U) /**< \brief (AFEC1) Temperature Compare Window Register */\r
-#define REG_AFEC1_ACR              (0x400B4094U) /**< \brief (AFEC1) Analog Control Register */\r
-#define REG_AFEC1_WPMR             (0x400B40E4U) /**< \brief (AFEC1) Write Protect Mode Register */\r
-#define REG_AFEC1_WPSR             (0x400B40E8U) /**< \brief (AFEC1) Write Protect Status Register */\r
-#define REG_AFEC1_RPR              (0x400B4100U) /**< \brief (AFEC1) Receive Pointer Register */\r
-#define REG_AFEC1_RCR              (0x400B4104U) /**< \brief (AFEC1) Receive Counter Register */\r
-#define REG_AFEC1_RNPR             (0x400B4110U) /**< \brief (AFEC1) Receive Next Pointer Register */\r
-#define REG_AFEC1_RNCR             (0x400B4114U) /**< \brief (AFEC1) Receive Next Counter Register */\r
-#define REG_AFEC1_PTCR             (0x400B4120U) /**< \brief (AFEC1) Transfer Control Register */\r
-#define REG_AFEC1_PTSR             (0x400B4124U) /**< \brief (AFEC1) Transfer Status Register */\r
-#else\r
-#define REG_AFEC1_CR      (*(WoReg*)0x400B4000U) /**< \brief (AFEC1) Control Register */\r
-#define REG_AFEC1_MR      (*(RwReg*)0x400B4004U) /**< \brief (AFEC1) Mode Register */\r
-#define REG_AFEC1_EMR     (*(RwReg*)0x400B4008U) /**< \brief (AFEC1) Extended Mode Register */\r
-#define REG_AFEC1_SEQ1R   (*(RwReg*)0x400B400CU) /**< \brief (AFEC1) Channel Sequence 1 Register */\r
-#define REG_AFEC1_SEQ2R   (*(RwReg*)0x400B4010U) /**< \brief (AFEC1) Channel Sequence 2 Register */\r
-#define REG_AFEC1_CHER    (*(WoReg*)0x400B4014U) /**< \brief (AFEC1) Channel Enable Register */\r
-#define REG_AFEC1_CHDR    (*(WoReg*)0x400B4018U) /**< \brief (AFEC1) Channel Disable Register */\r
-#define REG_AFEC1_CHSR    (*(RoReg*)0x400B401CU) /**< \brief (AFEC1) Channel Status Register */\r
-#define REG_AFEC1_LCDR    (*(RoReg*)0x400B4020U) /**< \brief (AFEC1) Last Converted Data Register */\r
-#define REG_AFEC1_IER     (*(WoReg*)0x400B4024U) /**< \brief (AFEC1) Interrupt Enable Register */\r
-#define REG_AFEC1_IDR     (*(WoReg*)0x400B4028U) /**< \brief (AFEC1) Interrupt Disable Register */\r
-#define REG_AFEC1_IMR     (*(RoReg*)0x400B402CU) /**< \brief (AFEC1) Interrupt Mask Register */\r
-#define REG_AFEC1_ISR     (*(RoReg*)0x400B4030U) /**< \brief (AFEC1) Interrupt Status Register */\r
-#define REG_AFEC1_OVER    (*(RoReg*)0x400B404CU) /**< \brief (AFEC1) Overrun Status Register */\r
-#define REG_AFEC1_CWR     (*(RwReg*)0x400B4050U) /**< \brief (AFEC1) Compare Window Register */\r
-#define REG_AFEC1_CGR     (*(RwReg*)0x400B4054U) /**< \brief (AFEC1) Channel Gain Register */\r
-#define REG_AFEC1_CDOR    (*(RwReg*)0x400B405CU) /**< \brief (AFEC1) Channel Calibration DC Offset Register */\r
-#define REG_AFEC1_DIFFR   (*(RwReg*)0x400B4060U) /**< \brief (AFEC1) Channel Differential Register */\r
-#define REG_AFEC1_CSELR   (*(RwReg*)0x400B4064U) /**< \brief (AFEC1) Channel Register Selection */\r
-#define REG_AFEC1_CDR     (*(RoReg*)0x400B4068U) /**< \brief (AFEC1) Channel Data Register */\r
-#define REG_AFEC1_COCR    (*(RwReg*)0x400B406CU) /**< \brief (AFEC1) Channel Offset Compensation Register */\r
-#define REG_AFEC1_TEMPMR  (*(RwReg*)0x400B4070U) /**< \brief (AFEC1) Temperature Sensor Mode Register */\r
-#define REG_AFEC1_TEMPCWR (*(RwReg*)0x400B4074U) /**< \brief (AFEC1) Temperature Compare Window Register */\r
-#define REG_AFEC1_ACR     (*(RwReg*)0x400B4094U) /**< \brief (AFEC1) Analog Control Register */\r
-#define REG_AFEC1_WPMR    (*(RwReg*)0x400B40E4U) /**< \brief (AFEC1) Write Protect Mode Register */\r
-#define REG_AFEC1_WPSR    (*(RoReg*)0x400B40E8U) /**< \brief (AFEC1) Write Protect Status Register */\r
-#define REG_AFEC1_RPR     (*(RwReg*)0x400B4100U) /**< \brief (AFEC1) Receive Pointer Register */\r
-#define REG_AFEC1_RCR     (*(RwReg*)0x400B4104U) /**< \brief (AFEC1) Receive Counter Register */\r
-#define REG_AFEC1_RNPR    (*(RwReg*)0x400B4110U) /**< \brief (AFEC1) Receive Next Pointer Register */\r
-#define REG_AFEC1_RNCR    (*(RwReg*)0x400B4114U) /**< \brief (AFEC1) Receive Next Counter Register */\r
-#define REG_AFEC1_PTCR    (*(WoReg*)0x400B4120U) /**< \brief (AFEC1) Transfer Control Register */\r
-#define REG_AFEC1_PTSR    (*(RoReg*)0x400B4124U) /**< \brief (AFEC1) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_AFEC1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can0.h
deleted file mode 100644 (file)
index c90bc95..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CAN0_INSTANCE_\r
-#define _SAM4E_CAN0_INSTANCE_\r
-\r
-/* ========== Register definition for CAN0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_CAN0_MR               (0x40010000U) /**< \brief (CAN0) Mode Register */\r
-#define REG_CAN0_IER              (0x40010004U) /**< \brief (CAN0) Interrupt Enable Register */\r
-#define REG_CAN0_IDR              (0x40010008U) /**< \brief (CAN0) Interrupt Disable Register */\r
-#define REG_CAN0_IMR              (0x4001000CU) /**< \brief (CAN0) Interrupt Mask Register */\r
-#define REG_CAN0_SR               (0x40010010U) /**< \brief (CAN0) Status Register */\r
-#define REG_CAN0_BR               (0x40010014U) /**< \brief (CAN0) Baudrate Register */\r
-#define REG_CAN0_TIM              (0x40010018U) /**< \brief (CAN0) Timer Register */\r
-#define REG_CAN0_TIMESTP          (0x4001001CU) /**< \brief (CAN0) Timestamp Register */\r
-#define REG_CAN0_ECR              (0x40010020U) /**< \brief (CAN0) Error Counter Register */\r
-#define REG_CAN0_TCR              (0x40010024U) /**< \brief (CAN0) Transfer Command Register */\r
-#define REG_CAN0_ACR              (0x40010028U) /**< \brief (CAN0) Abort Command Register */\r
-#define REG_CAN0_WPMR             (0x400100E4U) /**< \brief (CAN0) Write Protect Mode Register */\r
-#define REG_CAN0_WPSR             (0x400100E8U) /**< \brief (CAN0) Write Protect Status Register */\r
-#define REG_CAN0_MMR0             (0x40010200U) /**< \brief (CAN0) Mailbox Mode Register (MB = 0) */\r
-#define REG_CAN0_MAM0             (0x40010204U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 0) */\r
-#define REG_CAN0_MID0             (0x40010208U) /**< \brief (CAN0) Mailbox ID Register (MB = 0) */\r
-#define REG_CAN0_MFID0            (0x4001020CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 0) */\r
-#define REG_CAN0_MSR0             (0x40010210U) /**< \brief (CAN0) Mailbox Status Register (MB = 0) */\r
-#define REG_CAN0_MDL0             (0x40010214U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 0) */\r
-#define REG_CAN0_MDH0             (0x40010218U) /**< \brief (CAN0) Mailbox Data High Register (MB = 0) */\r
-#define REG_CAN0_MCR0             (0x4001021CU) /**< \brief (CAN0) Mailbox Control Register (MB = 0) */\r
-#define REG_CAN0_MMR1             (0x40010220U) /**< \brief (CAN0) Mailbox Mode Register (MB = 1) */\r
-#define REG_CAN0_MAM1             (0x40010224U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 1) */\r
-#define REG_CAN0_MID1             (0x40010228U) /**< \brief (CAN0) Mailbox ID Register (MB = 1) */\r
-#define REG_CAN0_MFID1            (0x4001022CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 1) */\r
-#define REG_CAN0_MSR1             (0x40010230U) /**< \brief (CAN0) Mailbox Status Register (MB = 1) */\r
-#define REG_CAN0_MDL1             (0x40010234U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 1) */\r
-#define REG_CAN0_MDH1             (0x40010238U) /**< \brief (CAN0) Mailbox Data High Register (MB = 1) */\r
-#define REG_CAN0_MCR1             (0x4001023CU) /**< \brief (CAN0) Mailbox Control Register (MB = 1) */\r
-#define REG_CAN0_MMR2             (0x40010240U) /**< \brief (CAN0) Mailbox Mode Register (MB = 2) */\r
-#define REG_CAN0_MAM2             (0x40010244U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 2) */\r
-#define REG_CAN0_MID2             (0x40010248U) /**< \brief (CAN0) Mailbox ID Register (MB = 2) */\r
-#define REG_CAN0_MFID2            (0x4001024CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 2) */\r
-#define REG_CAN0_MSR2             (0x40010250U) /**< \brief (CAN0) Mailbox Status Register (MB = 2) */\r
-#define REG_CAN0_MDL2             (0x40010254U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 2) */\r
-#define REG_CAN0_MDH2             (0x40010258U) /**< \brief (CAN0) Mailbox Data High Register (MB = 2) */\r
-#define REG_CAN0_MCR2             (0x4001025CU) /**< \brief (CAN0) Mailbox Control Register (MB = 2) */\r
-#define REG_CAN0_MMR3             (0x40010260U) /**< \brief (CAN0) Mailbox Mode Register (MB = 3) */\r
-#define REG_CAN0_MAM3             (0x40010264U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 3) */\r
-#define REG_CAN0_MID3             (0x40010268U) /**< \brief (CAN0) Mailbox ID Register (MB = 3) */\r
-#define REG_CAN0_MFID3            (0x4001026CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 3) */\r
-#define REG_CAN0_MSR3             (0x40010270U) /**< \brief (CAN0) Mailbox Status Register (MB = 3) */\r
-#define REG_CAN0_MDL3             (0x40010274U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 3) */\r
-#define REG_CAN0_MDH3             (0x40010278U) /**< \brief (CAN0) Mailbox Data High Register (MB = 3) */\r
-#define REG_CAN0_MCR3             (0x4001027CU) /**< \brief (CAN0) Mailbox Control Register (MB = 3) */\r
-#define REG_CAN0_MMR4             (0x40010280U) /**< \brief (CAN0) Mailbox Mode Register (MB = 4) */\r
-#define REG_CAN0_MAM4             (0x40010284U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 4) */\r
-#define REG_CAN0_MID4             (0x40010288U) /**< \brief (CAN0) Mailbox ID Register (MB = 4) */\r
-#define REG_CAN0_MFID4            (0x4001028CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 4) */\r
-#define REG_CAN0_MSR4             (0x40010290U) /**< \brief (CAN0) Mailbox Status Register (MB = 4) */\r
-#define REG_CAN0_MDL4             (0x40010294U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 4) */\r
-#define REG_CAN0_MDH4             (0x40010298U) /**< \brief (CAN0) Mailbox Data High Register (MB = 4) */\r
-#define REG_CAN0_MCR4             (0x4001029CU) /**< \brief (CAN0) Mailbox Control Register (MB = 4) */\r
-#define REG_CAN0_MMR5             (0x400102A0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 5) */\r
-#define REG_CAN0_MAM5             (0x400102A4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 5) */\r
-#define REG_CAN0_MID5             (0x400102A8U) /**< \brief (CAN0) Mailbox ID Register (MB = 5) */\r
-#define REG_CAN0_MFID5            (0x400102ACU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 5) */\r
-#define REG_CAN0_MSR5             (0x400102B0U) /**< \brief (CAN0) Mailbox Status Register (MB = 5) */\r
-#define REG_CAN0_MDL5             (0x400102B4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 5) */\r
-#define REG_CAN0_MDH5             (0x400102B8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 5) */\r
-#define REG_CAN0_MCR5             (0x400102BCU) /**< \brief (CAN0) Mailbox Control Register (MB = 5) */\r
-#define REG_CAN0_MMR6             (0x400102C0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 6) */\r
-#define REG_CAN0_MAM6             (0x400102C4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 6) */\r
-#define REG_CAN0_MID6             (0x400102C8U) /**< \brief (CAN0) Mailbox ID Register (MB = 6) */\r
-#define REG_CAN0_MFID6            (0x400102CCU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 6) */\r
-#define REG_CAN0_MSR6             (0x400102D0U) /**< \brief (CAN0) Mailbox Status Register (MB = 6) */\r
-#define REG_CAN0_MDL6             (0x400102D4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 6) */\r
-#define REG_CAN0_MDH6             (0x400102D8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 6) */\r
-#define REG_CAN0_MCR6             (0x400102DCU) /**< \brief (CAN0) Mailbox Control Register (MB = 6) */\r
-#define REG_CAN0_MMR7             (0x400102E0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 7) */\r
-#define REG_CAN0_MAM7             (0x400102E4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 7) */\r
-#define REG_CAN0_MID7             (0x400102E8U) /**< \brief (CAN0) Mailbox ID Register (MB = 7) */\r
-#define REG_CAN0_MFID7            (0x400102ECU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 7) */\r
-#define REG_CAN0_MSR7             (0x400102F0U) /**< \brief (CAN0) Mailbox Status Register (MB = 7) */\r
-#define REG_CAN0_MDL7             (0x400102F4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 7) */\r
-#define REG_CAN0_MDH7             (0x400102F8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 7) */\r
-#define REG_CAN0_MCR7             (0x400102FCU) /**< \brief (CAN0) Mailbox Control Register (MB = 7) */\r
-#else\r
-#define REG_CAN0_MR      (*(RwReg*)0x40010000U) /**< \brief (CAN0) Mode Register */\r
-#define REG_CAN0_IER     (*(WoReg*)0x40010004U) /**< \brief (CAN0) Interrupt Enable Register */\r
-#define REG_CAN0_IDR     (*(WoReg*)0x40010008U) /**< \brief (CAN0) Interrupt Disable Register */\r
-#define REG_CAN0_IMR     (*(RoReg*)0x4001000CU) /**< \brief (CAN0) Interrupt Mask Register */\r
-#define REG_CAN0_SR      (*(RoReg*)0x40010010U) /**< \brief (CAN0) Status Register */\r
-#define REG_CAN0_BR      (*(RwReg*)0x40010014U) /**< \brief (CAN0) Baudrate Register */\r
-#define REG_CAN0_TIM     (*(RoReg*)0x40010018U) /**< \brief (CAN0) Timer Register */\r
-#define REG_CAN0_TIMESTP (*(RoReg*)0x4001001CU) /**< \brief (CAN0) Timestamp Register */\r
-#define REG_CAN0_ECR     (*(RoReg*)0x40010020U) /**< \brief (CAN0) Error Counter Register */\r
-#define REG_CAN0_TCR     (*(WoReg*)0x40010024U) /**< \brief (CAN0) Transfer Command Register */\r
-#define REG_CAN0_ACR     (*(WoReg*)0x40010028U) /**< \brief (CAN0) Abort Command Register */\r
-#define REG_CAN0_WPMR    (*(RwReg*)0x400100E4U) /**< \brief (CAN0) Write Protect Mode Register */\r
-#define REG_CAN0_WPSR    (*(RoReg*)0x400100E8U) /**< \brief (CAN0) Write Protect Status Register */\r
-#define REG_CAN0_MMR0    (*(RwReg*)0x40010200U) /**< \brief (CAN0) Mailbox Mode Register (MB = 0) */\r
-#define REG_CAN0_MAM0    (*(RwReg*)0x40010204U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 0) */\r
-#define REG_CAN0_MID0    (*(RwReg*)0x40010208U) /**< \brief (CAN0) Mailbox ID Register (MB = 0) */\r
-#define REG_CAN0_MFID0   (*(RoReg*)0x4001020CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 0) */\r
-#define REG_CAN0_MSR0    (*(RoReg*)0x40010210U) /**< \brief (CAN0) Mailbox Status Register (MB = 0) */\r
-#define REG_CAN0_MDL0    (*(RwReg*)0x40010214U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 0) */\r
-#define REG_CAN0_MDH0    (*(RwReg*)0x40010218U) /**< \brief (CAN0) Mailbox Data High Register (MB = 0) */\r
-#define REG_CAN0_MCR0    (*(WoReg*)0x4001021CU) /**< \brief (CAN0) Mailbox Control Register (MB = 0) */\r
-#define REG_CAN0_MMR1    (*(RwReg*)0x40010220U) /**< \brief (CAN0) Mailbox Mode Register (MB = 1) */\r
-#define REG_CAN0_MAM1    (*(RwReg*)0x40010224U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 1) */\r
-#define REG_CAN0_MID1    (*(RwReg*)0x40010228U) /**< \brief (CAN0) Mailbox ID Register (MB = 1) */\r
-#define REG_CAN0_MFID1   (*(RoReg*)0x4001022CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 1) */\r
-#define REG_CAN0_MSR1    (*(RoReg*)0x40010230U) /**< \brief (CAN0) Mailbox Status Register (MB = 1) */\r
-#define REG_CAN0_MDL1    (*(RwReg*)0x40010234U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 1) */\r
-#define REG_CAN0_MDH1    (*(RwReg*)0x40010238U) /**< \brief (CAN0) Mailbox Data High Register (MB = 1) */\r
-#define REG_CAN0_MCR1    (*(WoReg*)0x4001023CU) /**< \brief (CAN0) Mailbox Control Register (MB = 1) */\r
-#define REG_CAN0_MMR2    (*(RwReg*)0x40010240U) /**< \brief (CAN0) Mailbox Mode Register (MB = 2) */\r
-#define REG_CAN0_MAM2    (*(RwReg*)0x40010244U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 2) */\r
-#define REG_CAN0_MID2    (*(RwReg*)0x40010248U) /**< \brief (CAN0) Mailbox ID Register (MB = 2) */\r
-#define REG_CAN0_MFID2   (*(RoReg*)0x4001024CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 2) */\r
-#define REG_CAN0_MSR2    (*(RoReg*)0x40010250U) /**< \brief (CAN0) Mailbox Status Register (MB = 2) */\r
-#define REG_CAN0_MDL2    (*(RwReg*)0x40010254U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 2) */\r
-#define REG_CAN0_MDH2    (*(RwReg*)0x40010258U) /**< \brief (CAN0) Mailbox Data High Register (MB = 2) */\r
-#define REG_CAN0_MCR2    (*(WoReg*)0x4001025CU) /**< \brief (CAN0) Mailbox Control Register (MB = 2) */\r
-#define REG_CAN0_MMR3    (*(RwReg*)0x40010260U) /**< \brief (CAN0) Mailbox Mode Register (MB = 3) */\r
-#define REG_CAN0_MAM3    (*(RwReg*)0x40010264U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 3) */\r
-#define REG_CAN0_MID3    (*(RwReg*)0x40010268U) /**< \brief (CAN0) Mailbox ID Register (MB = 3) */\r
-#define REG_CAN0_MFID3   (*(RoReg*)0x4001026CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 3) */\r
-#define REG_CAN0_MSR3    (*(RoReg*)0x40010270U) /**< \brief (CAN0) Mailbox Status Register (MB = 3) */\r
-#define REG_CAN0_MDL3    (*(RwReg*)0x40010274U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 3) */\r
-#define REG_CAN0_MDH3    (*(RwReg*)0x40010278U) /**< \brief (CAN0) Mailbox Data High Register (MB = 3) */\r
-#define REG_CAN0_MCR3    (*(WoReg*)0x4001027CU) /**< \brief (CAN0) Mailbox Control Register (MB = 3) */\r
-#define REG_CAN0_MMR4    (*(RwReg*)0x40010280U) /**< \brief (CAN0) Mailbox Mode Register (MB = 4) */\r
-#define REG_CAN0_MAM4    (*(RwReg*)0x40010284U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 4) */\r
-#define REG_CAN0_MID4    (*(RwReg*)0x40010288U) /**< \brief (CAN0) Mailbox ID Register (MB = 4) */\r
-#define REG_CAN0_MFID4   (*(RoReg*)0x4001028CU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 4) */\r
-#define REG_CAN0_MSR4    (*(RoReg*)0x40010290U) /**< \brief (CAN0) Mailbox Status Register (MB = 4) */\r
-#define REG_CAN0_MDL4    (*(RwReg*)0x40010294U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 4) */\r
-#define REG_CAN0_MDH4    (*(RwReg*)0x40010298U) /**< \brief (CAN0) Mailbox Data High Register (MB = 4) */\r
-#define REG_CAN0_MCR4    (*(WoReg*)0x4001029CU) /**< \brief (CAN0) Mailbox Control Register (MB = 4) */\r
-#define REG_CAN0_MMR5    (*(RwReg*)0x400102A0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 5) */\r
-#define REG_CAN0_MAM5    (*(RwReg*)0x400102A4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 5) */\r
-#define REG_CAN0_MID5    (*(RwReg*)0x400102A8U) /**< \brief (CAN0) Mailbox ID Register (MB = 5) */\r
-#define REG_CAN0_MFID5   (*(RoReg*)0x400102ACU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 5) */\r
-#define REG_CAN0_MSR5    (*(RoReg*)0x400102B0U) /**< \brief (CAN0) Mailbox Status Register (MB = 5) */\r
-#define REG_CAN0_MDL5    (*(RwReg*)0x400102B4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 5) */\r
-#define REG_CAN0_MDH5    (*(RwReg*)0x400102B8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 5) */\r
-#define REG_CAN0_MCR5    (*(WoReg*)0x400102BCU) /**< \brief (CAN0) Mailbox Control Register (MB = 5) */\r
-#define REG_CAN0_MMR6    (*(RwReg*)0x400102C0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 6) */\r
-#define REG_CAN0_MAM6    (*(RwReg*)0x400102C4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 6) */\r
-#define REG_CAN0_MID6    (*(RwReg*)0x400102C8U) /**< \brief (CAN0) Mailbox ID Register (MB = 6) */\r
-#define REG_CAN0_MFID6   (*(RoReg*)0x400102CCU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 6) */\r
-#define REG_CAN0_MSR6    (*(RoReg*)0x400102D0U) /**< \brief (CAN0) Mailbox Status Register (MB = 6) */\r
-#define REG_CAN0_MDL6    (*(RwReg*)0x400102D4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 6) */\r
-#define REG_CAN0_MDH6    (*(RwReg*)0x400102D8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 6) */\r
-#define REG_CAN0_MCR6    (*(WoReg*)0x400102DCU) /**< \brief (CAN0) Mailbox Control Register (MB = 6) */\r
-#define REG_CAN0_MMR7    (*(RwReg*)0x400102E0U) /**< \brief (CAN0) Mailbox Mode Register (MB = 7) */\r
-#define REG_CAN0_MAM7    (*(RwReg*)0x400102E4U) /**< \brief (CAN0) Mailbox Acceptance Mask Register (MB = 7) */\r
-#define REG_CAN0_MID7    (*(RwReg*)0x400102E8U) /**< \brief (CAN0) Mailbox ID Register (MB = 7) */\r
-#define REG_CAN0_MFID7   (*(RoReg*)0x400102ECU) /**< \brief (CAN0) Mailbox Family ID Register (MB = 7) */\r
-#define REG_CAN0_MSR7    (*(RoReg*)0x400102F0U) /**< \brief (CAN0) Mailbox Status Register (MB = 7) */\r
-#define REG_CAN0_MDL7    (*(RwReg*)0x400102F4U) /**< \brief (CAN0) Mailbox Data Low Register (MB = 7) */\r
-#define REG_CAN0_MDH7    (*(RwReg*)0x400102F8U) /**< \brief (CAN0) Mailbox Data High Register (MB = 7) */\r
-#define REG_CAN0_MCR7    (*(WoReg*)0x400102FCU) /**< \brief (CAN0) Mailbox Control Register (MB = 7) */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_CAN0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/can1.h
deleted file mode 100644 (file)
index df97b2b..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CAN1_INSTANCE_\r
-#define _SAM4E_CAN1_INSTANCE_\r
-\r
-/* ========== Register definition for CAN1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_CAN1_MR               (0x40014000U) /**< \brief (CAN1) Mode Register */\r
-#define REG_CAN1_IER              (0x40014004U) /**< \brief (CAN1) Interrupt Enable Register */\r
-#define REG_CAN1_IDR              (0x40014008U) /**< \brief (CAN1) Interrupt Disable Register */\r
-#define REG_CAN1_IMR              (0x4001400CU) /**< \brief (CAN1) Interrupt Mask Register */\r
-#define REG_CAN1_SR               (0x40014010U) /**< \brief (CAN1) Status Register */\r
-#define REG_CAN1_BR               (0x40014014U) /**< \brief (CAN1) Baudrate Register */\r
-#define REG_CAN1_TIM              (0x40014018U) /**< \brief (CAN1) Timer Register */\r
-#define REG_CAN1_TIMESTP          (0x4001401CU) /**< \brief (CAN1) Timestamp Register */\r
-#define REG_CAN1_ECR              (0x40014020U) /**< \brief (CAN1) Error Counter Register */\r
-#define REG_CAN1_TCR              (0x40014024U) /**< \brief (CAN1) Transfer Command Register */\r
-#define REG_CAN1_ACR              (0x40014028U) /**< \brief (CAN1) Abort Command Register */\r
-#define REG_CAN1_WPMR             (0x400140E4U) /**< \brief (CAN1) Write Protect Mode Register */\r
-#define REG_CAN1_WPSR             (0x400140E8U) /**< \brief (CAN1) Write Protect Status Register */\r
-#define REG_CAN1_MMR0             (0x40014200U) /**< \brief (CAN1) Mailbox Mode Register (MB = 0) */\r
-#define REG_CAN1_MAM0             (0x40014204U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 0) */\r
-#define REG_CAN1_MID0             (0x40014208U) /**< \brief (CAN1) Mailbox ID Register (MB = 0) */\r
-#define REG_CAN1_MFID0            (0x4001420CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 0) */\r
-#define REG_CAN1_MSR0             (0x40014210U) /**< \brief (CAN1) Mailbox Status Register (MB = 0) */\r
-#define REG_CAN1_MDL0             (0x40014214U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 0) */\r
-#define REG_CAN1_MDH0             (0x40014218U) /**< \brief (CAN1) Mailbox Data High Register (MB = 0) */\r
-#define REG_CAN1_MCR0             (0x4001421CU) /**< \brief (CAN1) Mailbox Control Register (MB = 0) */\r
-#define REG_CAN1_MMR1             (0x40014220U) /**< \brief (CAN1) Mailbox Mode Register (MB = 1) */\r
-#define REG_CAN1_MAM1             (0x40014224U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 1) */\r
-#define REG_CAN1_MID1             (0x40014228U) /**< \brief (CAN1) Mailbox ID Register (MB = 1) */\r
-#define REG_CAN1_MFID1            (0x4001422CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 1) */\r
-#define REG_CAN1_MSR1             (0x40014230U) /**< \brief (CAN1) Mailbox Status Register (MB = 1) */\r
-#define REG_CAN1_MDL1             (0x40014234U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 1) */\r
-#define REG_CAN1_MDH1             (0x40014238U) /**< \brief (CAN1) Mailbox Data High Register (MB = 1) */\r
-#define REG_CAN1_MCR1             (0x4001423CU) /**< \brief (CAN1) Mailbox Control Register (MB = 1) */\r
-#define REG_CAN1_MMR2             (0x40014240U) /**< \brief (CAN1) Mailbox Mode Register (MB = 2) */\r
-#define REG_CAN1_MAM2             (0x40014244U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 2) */\r
-#define REG_CAN1_MID2             (0x40014248U) /**< \brief (CAN1) Mailbox ID Register (MB = 2) */\r
-#define REG_CAN1_MFID2            (0x4001424CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 2) */\r
-#define REG_CAN1_MSR2             (0x40014250U) /**< \brief (CAN1) Mailbox Status Register (MB = 2) */\r
-#define REG_CAN1_MDL2             (0x40014254U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 2) */\r
-#define REG_CAN1_MDH2             (0x40014258U) /**< \brief (CAN1) Mailbox Data High Register (MB = 2) */\r
-#define REG_CAN1_MCR2             (0x4001425CU) /**< \brief (CAN1) Mailbox Control Register (MB = 2) */\r
-#define REG_CAN1_MMR3             (0x40014260U) /**< \brief (CAN1) Mailbox Mode Register (MB = 3) */\r
-#define REG_CAN1_MAM3             (0x40014264U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 3) */\r
-#define REG_CAN1_MID3             (0x40014268U) /**< \brief (CAN1) Mailbox ID Register (MB = 3) */\r
-#define REG_CAN1_MFID3            (0x4001426CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 3) */\r
-#define REG_CAN1_MSR3             (0x40014270U) /**< \brief (CAN1) Mailbox Status Register (MB = 3) */\r
-#define REG_CAN1_MDL3             (0x40014274U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 3) */\r
-#define REG_CAN1_MDH3             (0x40014278U) /**< \brief (CAN1) Mailbox Data High Register (MB = 3) */\r
-#define REG_CAN1_MCR3             (0x4001427CU) /**< \brief (CAN1) Mailbox Control Register (MB = 3) */\r
-#define REG_CAN1_MMR4             (0x40014280U) /**< \brief (CAN1) Mailbox Mode Register (MB = 4) */\r
-#define REG_CAN1_MAM4             (0x40014284U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 4) */\r
-#define REG_CAN1_MID4             (0x40014288U) /**< \brief (CAN1) Mailbox ID Register (MB = 4) */\r
-#define REG_CAN1_MFID4            (0x4001428CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 4) */\r
-#define REG_CAN1_MSR4             (0x40014290U) /**< \brief (CAN1) Mailbox Status Register (MB = 4) */\r
-#define REG_CAN1_MDL4             (0x40014294U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 4) */\r
-#define REG_CAN1_MDH4             (0x40014298U) /**< \brief (CAN1) Mailbox Data High Register (MB = 4) */\r
-#define REG_CAN1_MCR4             (0x4001429CU) /**< \brief (CAN1) Mailbox Control Register (MB = 4) */\r
-#define REG_CAN1_MMR5             (0x400142A0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 5) */\r
-#define REG_CAN1_MAM5             (0x400142A4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 5) */\r
-#define REG_CAN1_MID5             (0x400142A8U) /**< \brief (CAN1) Mailbox ID Register (MB = 5) */\r
-#define REG_CAN1_MFID5            (0x400142ACU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 5) */\r
-#define REG_CAN1_MSR5             (0x400142B0U) /**< \brief (CAN1) Mailbox Status Register (MB = 5) */\r
-#define REG_CAN1_MDL5             (0x400142B4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 5) */\r
-#define REG_CAN1_MDH5             (0x400142B8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 5) */\r
-#define REG_CAN1_MCR5             (0x400142BCU) /**< \brief (CAN1) Mailbox Control Register (MB = 5) */\r
-#define REG_CAN1_MMR6             (0x400142C0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 6) */\r
-#define REG_CAN1_MAM6             (0x400142C4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 6) */\r
-#define REG_CAN1_MID6             (0x400142C8U) /**< \brief (CAN1) Mailbox ID Register (MB = 6) */\r
-#define REG_CAN1_MFID6            (0x400142CCU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 6) */\r
-#define REG_CAN1_MSR6             (0x400142D0U) /**< \brief (CAN1) Mailbox Status Register (MB = 6) */\r
-#define REG_CAN1_MDL6             (0x400142D4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 6) */\r
-#define REG_CAN1_MDH6             (0x400142D8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 6) */\r
-#define REG_CAN1_MCR6             (0x400142DCU) /**< \brief (CAN1) Mailbox Control Register (MB = 6) */\r
-#define REG_CAN1_MMR7             (0x400142E0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 7) */\r
-#define REG_CAN1_MAM7             (0x400142E4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 7) */\r
-#define REG_CAN1_MID7             (0x400142E8U) /**< \brief (CAN1) Mailbox ID Register (MB = 7) */\r
-#define REG_CAN1_MFID7            (0x400142ECU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 7) */\r
-#define REG_CAN1_MSR7             (0x400142F0U) /**< \brief (CAN1) Mailbox Status Register (MB = 7) */\r
-#define REG_CAN1_MDL7             (0x400142F4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 7) */\r
-#define REG_CAN1_MDH7             (0x400142F8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 7) */\r
-#define REG_CAN1_MCR7             (0x400142FCU) /**< \brief (CAN1) Mailbox Control Register (MB = 7) */\r
-#else\r
-#define REG_CAN1_MR      (*(RwReg*)0x40014000U) /**< \brief (CAN1) Mode Register */\r
-#define REG_CAN1_IER     (*(WoReg*)0x40014004U) /**< \brief (CAN1) Interrupt Enable Register */\r
-#define REG_CAN1_IDR     (*(WoReg*)0x40014008U) /**< \brief (CAN1) Interrupt Disable Register */\r
-#define REG_CAN1_IMR     (*(RoReg*)0x4001400CU) /**< \brief (CAN1) Interrupt Mask Register */\r
-#define REG_CAN1_SR      (*(RoReg*)0x40014010U) /**< \brief (CAN1) Status Register */\r
-#define REG_CAN1_BR      (*(RwReg*)0x40014014U) /**< \brief (CAN1) Baudrate Register */\r
-#define REG_CAN1_TIM     (*(RoReg*)0x40014018U) /**< \brief (CAN1) Timer Register */\r
-#define REG_CAN1_TIMESTP (*(RoReg*)0x4001401CU) /**< \brief (CAN1) Timestamp Register */\r
-#define REG_CAN1_ECR     (*(RoReg*)0x40014020U) /**< \brief (CAN1) Error Counter Register */\r
-#define REG_CAN1_TCR     (*(WoReg*)0x40014024U) /**< \brief (CAN1) Transfer Command Register */\r
-#define REG_CAN1_ACR     (*(WoReg*)0x40014028U) /**< \brief (CAN1) Abort Command Register */\r
-#define REG_CAN1_WPMR    (*(RwReg*)0x400140E4U) /**< \brief (CAN1) Write Protect Mode Register */\r
-#define REG_CAN1_WPSR    (*(RoReg*)0x400140E8U) /**< \brief (CAN1) Write Protect Status Register */\r
-#define REG_CAN1_MMR0    (*(RwReg*)0x40014200U) /**< \brief (CAN1) Mailbox Mode Register (MB = 0) */\r
-#define REG_CAN1_MAM0    (*(RwReg*)0x40014204U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 0) */\r
-#define REG_CAN1_MID0    (*(RwReg*)0x40014208U) /**< \brief (CAN1) Mailbox ID Register (MB = 0) */\r
-#define REG_CAN1_MFID0   (*(RoReg*)0x4001420CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 0) */\r
-#define REG_CAN1_MSR0    (*(RoReg*)0x40014210U) /**< \brief (CAN1) Mailbox Status Register (MB = 0) */\r
-#define REG_CAN1_MDL0    (*(RwReg*)0x40014214U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 0) */\r
-#define REG_CAN1_MDH0    (*(RwReg*)0x40014218U) /**< \brief (CAN1) Mailbox Data High Register (MB = 0) */\r
-#define REG_CAN1_MCR0    (*(WoReg*)0x4001421CU) /**< \brief (CAN1) Mailbox Control Register (MB = 0) */\r
-#define REG_CAN1_MMR1    (*(RwReg*)0x40014220U) /**< \brief (CAN1) Mailbox Mode Register (MB = 1) */\r
-#define REG_CAN1_MAM1    (*(RwReg*)0x40014224U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 1) */\r
-#define REG_CAN1_MID1    (*(RwReg*)0x40014228U) /**< \brief (CAN1) Mailbox ID Register (MB = 1) */\r
-#define REG_CAN1_MFID1   (*(RoReg*)0x4001422CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 1) */\r
-#define REG_CAN1_MSR1    (*(RoReg*)0x40014230U) /**< \brief (CAN1) Mailbox Status Register (MB = 1) */\r
-#define REG_CAN1_MDL1    (*(RwReg*)0x40014234U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 1) */\r
-#define REG_CAN1_MDH1    (*(RwReg*)0x40014238U) /**< \brief (CAN1) Mailbox Data High Register (MB = 1) */\r
-#define REG_CAN1_MCR1    (*(WoReg*)0x4001423CU) /**< \brief (CAN1) Mailbox Control Register (MB = 1) */\r
-#define REG_CAN1_MMR2    (*(RwReg*)0x40014240U) /**< \brief (CAN1) Mailbox Mode Register (MB = 2) */\r
-#define REG_CAN1_MAM2    (*(RwReg*)0x40014244U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 2) */\r
-#define REG_CAN1_MID2    (*(RwReg*)0x40014248U) /**< \brief (CAN1) Mailbox ID Register (MB = 2) */\r
-#define REG_CAN1_MFID2   (*(RoReg*)0x4001424CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 2) */\r
-#define REG_CAN1_MSR2    (*(RoReg*)0x40014250U) /**< \brief (CAN1) Mailbox Status Register (MB = 2) */\r
-#define REG_CAN1_MDL2    (*(RwReg*)0x40014254U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 2) */\r
-#define REG_CAN1_MDH2    (*(RwReg*)0x40014258U) /**< \brief (CAN1) Mailbox Data High Register (MB = 2) */\r
-#define REG_CAN1_MCR2    (*(WoReg*)0x4001425CU) /**< \brief (CAN1) Mailbox Control Register (MB = 2) */\r
-#define REG_CAN1_MMR3    (*(RwReg*)0x40014260U) /**< \brief (CAN1) Mailbox Mode Register (MB = 3) */\r
-#define REG_CAN1_MAM3    (*(RwReg*)0x40014264U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 3) */\r
-#define REG_CAN1_MID3    (*(RwReg*)0x40014268U) /**< \brief (CAN1) Mailbox ID Register (MB = 3) */\r
-#define REG_CAN1_MFID3   (*(RoReg*)0x4001426CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 3) */\r
-#define REG_CAN1_MSR3    (*(RoReg*)0x40014270U) /**< \brief (CAN1) Mailbox Status Register (MB = 3) */\r
-#define REG_CAN1_MDL3    (*(RwReg*)0x40014274U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 3) */\r
-#define REG_CAN1_MDH3    (*(RwReg*)0x40014278U) /**< \brief (CAN1) Mailbox Data High Register (MB = 3) */\r
-#define REG_CAN1_MCR3    (*(WoReg*)0x4001427CU) /**< \brief (CAN1) Mailbox Control Register (MB = 3) */\r
-#define REG_CAN1_MMR4    (*(RwReg*)0x40014280U) /**< \brief (CAN1) Mailbox Mode Register (MB = 4) */\r
-#define REG_CAN1_MAM4    (*(RwReg*)0x40014284U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 4) */\r
-#define REG_CAN1_MID4    (*(RwReg*)0x40014288U) /**< \brief (CAN1) Mailbox ID Register (MB = 4) */\r
-#define REG_CAN1_MFID4   (*(RoReg*)0x4001428CU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 4) */\r
-#define REG_CAN1_MSR4    (*(RoReg*)0x40014290U) /**< \brief (CAN1) Mailbox Status Register (MB = 4) */\r
-#define REG_CAN1_MDL4    (*(RwReg*)0x40014294U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 4) */\r
-#define REG_CAN1_MDH4    (*(RwReg*)0x40014298U) /**< \brief (CAN1) Mailbox Data High Register (MB = 4) */\r
-#define REG_CAN1_MCR4    (*(WoReg*)0x4001429CU) /**< \brief (CAN1) Mailbox Control Register (MB = 4) */\r
-#define REG_CAN1_MMR5    (*(RwReg*)0x400142A0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 5) */\r
-#define REG_CAN1_MAM5    (*(RwReg*)0x400142A4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 5) */\r
-#define REG_CAN1_MID5    (*(RwReg*)0x400142A8U) /**< \brief (CAN1) Mailbox ID Register (MB = 5) */\r
-#define REG_CAN1_MFID5   (*(RoReg*)0x400142ACU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 5) */\r
-#define REG_CAN1_MSR5    (*(RoReg*)0x400142B0U) /**< \brief (CAN1) Mailbox Status Register (MB = 5) */\r
-#define REG_CAN1_MDL5    (*(RwReg*)0x400142B4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 5) */\r
-#define REG_CAN1_MDH5    (*(RwReg*)0x400142B8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 5) */\r
-#define REG_CAN1_MCR5    (*(WoReg*)0x400142BCU) /**< \brief (CAN1) Mailbox Control Register (MB = 5) */\r
-#define REG_CAN1_MMR6    (*(RwReg*)0x400142C0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 6) */\r
-#define REG_CAN1_MAM6    (*(RwReg*)0x400142C4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 6) */\r
-#define REG_CAN1_MID6    (*(RwReg*)0x400142C8U) /**< \brief (CAN1) Mailbox ID Register (MB = 6) */\r
-#define REG_CAN1_MFID6   (*(RoReg*)0x400142CCU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 6) */\r
-#define REG_CAN1_MSR6    (*(RoReg*)0x400142D0U) /**< \brief (CAN1) Mailbox Status Register (MB = 6) */\r
-#define REG_CAN1_MDL6    (*(RwReg*)0x400142D4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 6) */\r
-#define REG_CAN1_MDH6    (*(RwReg*)0x400142D8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 6) */\r
-#define REG_CAN1_MCR6    (*(WoReg*)0x400142DCU) /**< \brief (CAN1) Mailbox Control Register (MB = 6) */\r
-#define REG_CAN1_MMR7    (*(RwReg*)0x400142E0U) /**< \brief (CAN1) Mailbox Mode Register (MB = 7) */\r
-#define REG_CAN1_MAM7    (*(RwReg*)0x400142E4U) /**< \brief (CAN1) Mailbox Acceptance Mask Register (MB = 7) */\r
-#define REG_CAN1_MID7    (*(RwReg*)0x400142E8U) /**< \brief (CAN1) Mailbox ID Register (MB = 7) */\r
-#define REG_CAN1_MFID7   (*(RoReg*)0x400142ECU) /**< \brief (CAN1) Mailbox Family ID Register (MB = 7) */\r
-#define REG_CAN1_MSR7    (*(RoReg*)0x400142F0U) /**< \brief (CAN1) Mailbox Status Register (MB = 7) */\r
-#define REG_CAN1_MDL7    (*(RwReg*)0x400142F4U) /**< \brief (CAN1) Mailbox Data Low Register (MB = 7) */\r
-#define REG_CAN1_MDH7    (*(RwReg*)0x400142F8U) /**< \brief (CAN1) Mailbox Data High Register (MB = 7) */\r
-#define REG_CAN1_MCR7    (*(WoReg*)0x400142FCU) /**< \brief (CAN1) Mailbox Control Register (MB = 7) */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_CAN1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/chipid.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/chipid.h
deleted file mode 100644 (file)
index 54c13a7..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CHIPID_INSTANCE_\r
-#define _SAM4E_CHIPID_INSTANCE_\r
-\r
-/* ========== Register definition for CHIPID peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_CHIPID_CIDR          (0x400E0740U) /**< \brief (CHIPID) Chip ID Register */\r
-#define REG_CHIPID_EXID          (0x400E0744U) /**< \brief (CHIPID) Chip ID Extension Register */\r
-#else\r
-#define REG_CHIPID_CIDR (*(RoReg*)0x400E0740U) /**< \brief (CHIPID) Chip ID Register */\r
-#define REG_CHIPID_EXID (*(RoReg*)0x400E0744U) /**< \brief (CHIPID) Chip ID Extension Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_CHIPID_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/cmcc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/cmcc.h
deleted file mode 100644 (file)
index cee4353..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CMCC_INSTANCE_\r
-#define _SAM4E_CMCC_INSTANCE_\r
-\r
-/* ========== Register definition for CMCC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_CMCC_TYPE            (0x400C4000U) /**< \brief (CMCC) Cache Type Register */\r
-#define REG_CMCC_CFG             (0x400C4004U) /**< \brief (CMCC) Cache Configuration Register */\r
-#define REG_CMCC_CTRL            (0x400C4008U) /**< \brief (CMCC) Cache Control Register */\r
-#define REG_CMCC_SR              (0x400C400CU) /**< \brief (CMCC) Cache Status Register */\r
-#define REG_CMCC_MAINT0          (0x400C4020U) /**< \brief (CMCC) Cache Maintenance Register 0 */\r
-#define REG_CMCC_MAINT1          (0x400C4024U) /**< \brief (CMCC) Cache Maintenance Register 1 */\r
-#define REG_CMCC_MCFG            (0x400C4028U) /**< \brief (CMCC) Cache Monitor Configuration Register */\r
-#define REG_CMCC_MEN             (0x400C402CU) /**< \brief (CMCC) Cache Monitor Enable Register */\r
-#define REG_CMCC_MCTRL           (0x400C4030U) /**< \brief (CMCC) Cache Monitor Control Register */\r
-#define REG_CMCC_MSR             (0x400C4034U) /**< \brief (CMCC) Cache Monitor Status Register */\r
-#else\r
-#define REG_CMCC_TYPE   (*(RoReg*)0x400C4000U) /**< \brief (CMCC) Cache Type Register */\r
-#define REG_CMCC_CFG    (*(RwReg*)0x400C4004U) /**< \brief (CMCC) Cache Configuration Register */\r
-#define REG_CMCC_CTRL   (*(WoReg*)0x400C4008U) /**< \brief (CMCC) Cache Control Register */\r
-#define REG_CMCC_SR     (*(RoReg*)0x400C400CU) /**< \brief (CMCC) Cache Status Register */\r
-#define REG_CMCC_MAINT0 (*(WoReg*)0x400C4020U) /**< \brief (CMCC) Cache Maintenance Register 0 */\r
-#define REG_CMCC_MAINT1 (*(WoReg*)0x400C4024U) /**< \brief (CMCC) Cache Maintenance Register 1 */\r
-#define REG_CMCC_MCFG   (*(RwReg*)0x400C4028U) /**< \brief (CMCC) Cache Monitor Configuration Register */\r
-#define REG_CMCC_MEN    (*(RwReg*)0x400C402CU) /**< \brief (CMCC) Cache Monitor Enable Register */\r
-#define REG_CMCC_MCTRL  (*(WoReg*)0x400C4030U) /**< \brief (CMCC) Cache Monitor Control Register */\r
-#define REG_CMCC_MSR    (*(RoReg*)0x400C4034U) /**< \brief (CMCC) Cache Monitor Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_CMCC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/crccu.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/crccu.h
deleted file mode 100644 (file)
index 9856dc7..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_CRCCU_INSTANCE_\r
-#define _SAM4E_CRCCU_INSTANCE_\r
-\r
-/* ========== Register definition for CRCCU peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_CRCCU_DSCR             (0x40044000U) /**< \brief (CRCCU) CRCCU Descriptor Base Register */\r
-#define REG_CRCCU_DMA_EN           (0x40044008U) /**< \brief (CRCCU) CRCCU DMA Enable Register */\r
-#define REG_CRCCU_DMA_DIS          (0x4004400CU) /**< \brief (CRCCU) CRCCU DMA Disable Register */\r
-#define REG_CRCCU_DMA_SR           (0x40044010U) /**< \brief (CRCCU) CRCCU DMA Status Register */\r
-#define REG_CRCCU_DMA_IER          (0x40044014U) /**< \brief (CRCCU) CRCCU DMA Interrupt Enable Register */\r
-#define REG_CRCCU_DMA_IDR          (0x40044018U) /**< \brief (CRCCU) CRCCU DMA Interrupt Disable Register */\r
-#define REG_CRCCU_DMA_IMR          (0x4004401CU) /**< \brief (CRCCU) CRCCU DMA Interrupt Mask Register */\r
-#define REG_CRCCU_DMA_ISR          (0x40044020U) /**< \brief (CRCCU) CRCCU DMA Interrupt Status Register */\r
-#define REG_CRCCU_CR               (0x40044034U) /**< \brief (CRCCU) CRCCU Control Register */\r
-#define REG_CRCCU_MR               (0x40044038U) /**< \brief (CRCCU) CRCCU Mode Register */\r
-#define REG_CRCCU_SR               (0x4004403CU) /**< \brief (CRCCU) CRCCU Status Register */\r
-#define REG_CRCCU_IER              (0x40044040U) /**< \brief (CRCCU) CRCCU Interrupt Enable Register */\r
-#define REG_CRCCU_IDR              (0x40044044U) /**< \brief (CRCCU) CRCCU Interrupt Disable Register */\r
-#define REG_CRCCU_IMR              (0x40044048U) /**< \brief (CRCCU) CRCCU Interrupt Mask Register */\r
-#define REG_CRCCU_ISR              (0x4004404CU) /**< \brief (CRCCU) CRCCU Interrupt Status Register */\r
-#else\r
-#define REG_CRCCU_DSCR    (*(RwReg*)0x40044000U) /**< \brief (CRCCU) CRCCU Descriptor Base Register */\r
-#define REG_CRCCU_DMA_EN  (*(WoReg*)0x40044008U) /**< \brief (CRCCU) CRCCU DMA Enable Register */\r
-#define REG_CRCCU_DMA_DIS (*(WoReg*)0x4004400CU) /**< \brief (CRCCU) CRCCU DMA Disable Register */\r
-#define REG_CRCCU_DMA_SR  (*(RoReg*)0x40044010U) /**< \brief (CRCCU) CRCCU DMA Status Register */\r
-#define REG_CRCCU_DMA_IER (*(WoReg*)0x40044014U) /**< \brief (CRCCU) CRCCU DMA Interrupt Enable Register */\r
-#define REG_CRCCU_DMA_IDR (*(WoReg*)0x40044018U) /**< \brief (CRCCU) CRCCU DMA Interrupt Disable Register */\r
-#define REG_CRCCU_DMA_IMR (*(RoReg*)0x4004401CU) /**< \brief (CRCCU) CRCCU DMA Interrupt Mask Register */\r
-#define REG_CRCCU_DMA_ISR (*(RoReg*)0x40044020U) /**< \brief (CRCCU) CRCCU DMA Interrupt Status Register */\r
-#define REG_CRCCU_CR      (*(WoReg*)0x40044034U) /**< \brief (CRCCU) CRCCU Control Register */\r
-#define REG_CRCCU_MR      (*(RwReg*)0x40044038U) /**< \brief (CRCCU) CRCCU Mode Register */\r
-#define REG_CRCCU_SR      (*(RoReg*)0x4004403CU) /**< \brief (CRCCU) CRCCU Status Register */\r
-#define REG_CRCCU_IER     (*(WoReg*)0x40044040U) /**< \brief (CRCCU) CRCCU Interrupt Enable Register */\r
-#define REG_CRCCU_IDR     (*(WoReg*)0x40044044U) /**< \brief (CRCCU) CRCCU Interrupt Disable Register */\r
-#define REG_CRCCU_IMR     (*(RoReg*)0x40044048U) /**< \brief (CRCCU) CRCCU Interrupt Mask Register */\r
-#define REG_CRCCU_ISR     (*(RoReg*)0x4004404CU) /**< \brief (CRCCU) CRCCU Interrupt Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_CRCCU_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dacc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dacc.h
deleted file mode 100644 (file)
index bfaf0cd..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_DACC_INSTANCE_\r
-#define _SAM4E_DACC_INSTANCE_\r
-\r
-/* ========== Register definition for DACC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_DACC_CR            (0x400B8000U) /**< \brief (DACC) Control Register */\r
-#define REG_DACC_MR            (0x400B8004U) /**< \brief (DACC) Mode Register */\r
-#define REG_DACC_CHER          (0x400B8010U) /**< \brief (DACC) Channel Enable Register */\r
-#define REG_DACC_CHDR          (0x400B8014U) /**< \brief (DACC) Channel Disable Register */\r
-#define REG_DACC_CHSR          (0x400B8018U) /**< \brief (DACC) Channel Status Register */\r
-#define REG_DACC_CDR           (0x400B8020U) /**< \brief (DACC) Conversion Data Register */\r
-#define REG_DACC_IER           (0x400B8024U) /**< \brief (DACC) Interrupt Enable Register */\r
-#define REG_DACC_IDR           (0x400B8028U) /**< \brief (DACC) Interrupt Disable Register */\r
-#define REG_DACC_IMR           (0x400B802CU) /**< \brief (DACC) Interrupt Mask Register */\r
-#define REG_DACC_ISR           (0x400B8030U) /**< \brief (DACC) Interrupt Status Register */\r
-#define REG_DACC_ACR           (0x400B8094U) /**< \brief (DACC) Analog Current Register */\r
-#define REG_DACC_WPMR          (0x400B80E4U) /**< \brief (DACC) Write Protect Mode register */\r
-#define REG_DACC_WPSR          (0x400B80E8U) /**< \brief (DACC) Write Protect Status register */\r
-#define REG_DACC_TPR           (0x400B8108U) /**< \brief (DACC) Transmit Pointer Register */\r
-#define REG_DACC_TCR           (0x400B810CU) /**< \brief (DACC) Transmit Counter Register */\r
-#define REG_DACC_TNPR          (0x400B8118U) /**< \brief (DACC) Transmit Next Pointer Register */\r
-#define REG_DACC_TNCR          (0x400B811CU) /**< \brief (DACC) Transmit Next Counter Register */\r
-#define REG_DACC_PTCR          (0x400B8120U) /**< \brief (DACC) Transfer Control Register */\r
-#define REG_DACC_PTSR          (0x400B8124U) /**< \brief (DACC) Transfer Status Register */\r
-#else\r
-#define REG_DACC_CR   (*(WoReg*)0x400B8000U) /**< \brief (DACC) Control Register */\r
-#define REG_DACC_MR   (*(RwReg*)0x400B8004U) /**< \brief (DACC) Mode Register */\r
-#define REG_DACC_CHER (*(WoReg*)0x400B8010U) /**< \brief (DACC) Channel Enable Register */\r
-#define REG_DACC_CHDR (*(WoReg*)0x400B8014U) /**< \brief (DACC) Channel Disable Register */\r
-#define REG_DACC_CHSR (*(RoReg*)0x400B8018U) /**< \brief (DACC) Channel Status Register */\r
-#define REG_DACC_CDR  (*(WoReg*)0x400B8020U) /**< \brief (DACC) Conversion Data Register */\r
-#define REG_DACC_IER  (*(WoReg*)0x400B8024U) /**< \brief (DACC) Interrupt Enable Register */\r
-#define REG_DACC_IDR  (*(WoReg*)0x400B8028U) /**< \brief (DACC) Interrupt Disable Register */\r
-#define REG_DACC_IMR  (*(RoReg*)0x400B802CU) /**< \brief (DACC) Interrupt Mask Register */\r
-#define REG_DACC_ISR  (*(RoReg*)0x400B8030U) /**< \brief (DACC) Interrupt Status Register */\r
-#define REG_DACC_ACR  (*(RwReg*)0x400B8094U) /**< \brief (DACC) Analog Current Register */\r
-#define REG_DACC_WPMR (*(RwReg*)0x400B80E4U) /**< \brief (DACC) Write Protect Mode register */\r
-#define REG_DACC_WPSR (*(RoReg*)0x400B80E8U) /**< \brief (DACC) Write Protect Status register */\r
-#define REG_DACC_TPR  (*(RwReg*)0x400B8108U) /**< \brief (DACC) Transmit Pointer Register */\r
-#define REG_DACC_TCR  (*(RwReg*)0x400B810CU) /**< \brief (DACC) Transmit Counter Register */\r
-#define REG_DACC_TNPR (*(RwReg*)0x400B8118U) /**< \brief (DACC) Transmit Next Pointer Register */\r
-#define REG_DACC_TNCR (*(RwReg*)0x400B811CU) /**< \brief (DACC) Transmit Next Counter Register */\r
-#define REG_DACC_PTCR (*(WoReg*)0x400B8120U) /**< \brief (DACC) Transfer Control Register */\r
-#define REG_DACC_PTSR (*(RoReg*)0x400B8124U) /**< \brief (DACC) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_DACC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dmac.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/dmac.h
deleted file mode 100644 (file)
index 9c81259..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_DMAC_INSTANCE_\r
-#define _SAM4E_DMAC_INSTANCE_\r
-\r
-/* ========== Register definition for DMAC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_DMAC_GCFG            (0x400C0000U) /**< \brief (DMAC) DMAC Global Configuration Register */\r
-#define REG_DMAC_EN              (0x400C0004U) /**< \brief (DMAC) DMAC Enable Register */\r
-#define REG_DMAC_SREQ            (0x400C0008U) /**< \brief (DMAC) DMAC Software Single Request Register */\r
-#define REG_DMAC_CREQ            (0x400C000CU) /**< \brief (DMAC) DMAC Software Chunk Transfer Request Register */\r
-#define REG_DMAC_LAST            (0x400C0010U) /**< \brief (DMAC) DMAC Software Last Transfer Flag Register */\r
-#define REG_DMAC_EBCIER          (0x400C0018U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Enable register. */\r
-#define REG_DMAC_EBCIDR          (0x400C001CU) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Disable register. */\r
-#define REG_DMAC_EBCIMR          (0x400C0020U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Mask Register. */\r
-#define REG_DMAC_EBCISR          (0x400C0024U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Status Register. */\r
-#define REG_DMAC_CHER            (0x400C0028U) /**< \brief (DMAC) DMAC Channel Handler Enable Register */\r
-#define REG_DMAC_CHDR            (0x400C002CU) /**< \brief (DMAC) DMAC Channel Handler Disable Register */\r
-#define REG_DMAC_CHSR            (0x400C0030U) /**< \brief (DMAC) DMAC Channel Handler Status Register */\r
-#define REG_DMAC_SADDR0          (0x400C003CU) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 0) */\r
-#define REG_DMAC_DADDR0          (0x400C0040U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 0) */\r
-#define REG_DMAC_DSCR0           (0x400C0044U) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 0) */\r
-#define REG_DMAC_CTRLA0          (0x400C0048U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 0) */\r
-#define REG_DMAC_CTRLB0          (0x400C004CU) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 0) */\r
-#define REG_DMAC_CFG0            (0x400C0050U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 0) */\r
-#define REG_DMAC_SADDR1          (0x400C0064U) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 1) */\r
-#define REG_DMAC_DADDR1          (0x400C0068U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 1) */\r
-#define REG_DMAC_DSCR1           (0x400C006CU) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 1) */\r
-#define REG_DMAC_CTRLA1          (0x400C0070U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 1) */\r
-#define REG_DMAC_CTRLB1          (0x400C0074U) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 1) */\r
-#define REG_DMAC_CFG1            (0x400C0078U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 1) */\r
-#define REG_DMAC_SADDR2          (0x400C008CU) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 2) */\r
-#define REG_DMAC_DADDR2          (0x400C0090U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 2) */\r
-#define REG_DMAC_DSCR2           (0x400C0094U) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 2) */\r
-#define REG_DMAC_CTRLA2          (0x400C0098U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 2) */\r
-#define REG_DMAC_CTRLB2          (0x400C009CU) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 2) */\r
-#define REG_DMAC_CFG2            (0x400C00A0U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 2) */\r
-#define REG_DMAC_SADDR3          (0x400C00B4U) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 3) */\r
-#define REG_DMAC_DADDR3          (0x400C00B8U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 3) */\r
-#define REG_DMAC_DSCR3           (0x400C00BCU) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 3) */\r
-#define REG_DMAC_CTRLA3          (0x400C00C0U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 3) */\r
-#define REG_DMAC_CTRLB3          (0x400C00C4U) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 3) */\r
-#define REG_DMAC_CFG3            (0x400C00C8U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 3) */\r
-#define REG_DMAC_WPMR            (0x400C01E4U) /**< \brief (DMAC) DMAC Write Protect Mode Register */\r
-#define REG_DMAC_WPSR            (0x400C01E8U) /**< \brief (DMAC) DMAC Write Protect Status Register */\r
-#else\r
-#define REG_DMAC_GCFG   (*(RwReg*)0x400C0000U) /**< \brief (DMAC) DMAC Global Configuration Register */\r
-#define REG_DMAC_EN     (*(RwReg*)0x400C0004U) /**< \brief (DMAC) DMAC Enable Register */\r
-#define REG_DMAC_SREQ   (*(RwReg*)0x400C0008U) /**< \brief (DMAC) DMAC Software Single Request Register */\r
-#define REG_DMAC_CREQ   (*(RwReg*)0x400C000CU) /**< \brief (DMAC) DMAC Software Chunk Transfer Request Register */\r
-#define REG_DMAC_LAST   (*(RwReg*)0x400C0010U) /**< \brief (DMAC) DMAC Software Last Transfer Flag Register */\r
-#define REG_DMAC_EBCIER (*(WoReg*)0x400C0018U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Enable register. */\r
-#define REG_DMAC_EBCIDR (*(WoReg*)0x400C001CU) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer Transfer Completed Interrupt Disable register. */\r
-#define REG_DMAC_EBCIMR (*(RoReg*)0x400C0020U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Mask Register. */\r
-#define REG_DMAC_EBCISR (*(RoReg*)0x400C0024U) /**< \brief (DMAC) DMAC Error, Chained Buffer Transfer Completed Interrupt and Buffer transfer completed Status Register. */\r
-#define REG_DMAC_CHER   (*(WoReg*)0x400C0028U) /**< \brief (DMAC) DMAC Channel Handler Enable Register */\r
-#define REG_DMAC_CHDR   (*(WoReg*)0x400C002CU) /**< \brief (DMAC) DMAC Channel Handler Disable Register */\r
-#define REG_DMAC_CHSR   (*(RoReg*)0x400C0030U) /**< \brief (DMAC) DMAC Channel Handler Status Register */\r
-#define REG_DMAC_SADDR0 (*(RwReg*)0x400C003CU) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 0) */\r
-#define REG_DMAC_DADDR0 (*(RwReg*)0x400C0040U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 0) */\r
-#define REG_DMAC_DSCR0  (*(RwReg*)0x400C0044U) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 0) */\r
-#define REG_DMAC_CTRLA0 (*(RwReg*)0x400C0048U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 0) */\r
-#define REG_DMAC_CTRLB0 (*(RwReg*)0x400C004CU) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 0) */\r
-#define REG_DMAC_CFG0   (*(RwReg*)0x400C0050U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 0) */\r
-#define REG_DMAC_SADDR1 (*(RwReg*)0x400C0064U) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 1) */\r
-#define REG_DMAC_DADDR1 (*(RwReg*)0x400C0068U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 1) */\r
-#define REG_DMAC_DSCR1  (*(RwReg*)0x400C006CU) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 1) */\r
-#define REG_DMAC_CTRLA1 (*(RwReg*)0x400C0070U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 1) */\r
-#define REG_DMAC_CTRLB1 (*(RwReg*)0x400C0074U) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 1) */\r
-#define REG_DMAC_CFG1   (*(RwReg*)0x400C0078U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 1) */\r
-#define REG_DMAC_SADDR2 (*(RwReg*)0x400C008CU) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 2) */\r
-#define REG_DMAC_DADDR2 (*(RwReg*)0x400C0090U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 2) */\r
-#define REG_DMAC_DSCR2  (*(RwReg*)0x400C0094U) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 2) */\r
-#define REG_DMAC_CTRLA2 (*(RwReg*)0x400C0098U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 2) */\r
-#define REG_DMAC_CTRLB2 (*(RwReg*)0x400C009CU) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 2) */\r
-#define REG_DMAC_CFG2   (*(RwReg*)0x400C00A0U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 2) */\r
-#define REG_DMAC_SADDR3 (*(RwReg*)0x400C00B4U) /**< \brief (DMAC) DMAC Channel Source Address Register (ch_num = 3) */\r
-#define REG_DMAC_DADDR3 (*(RwReg*)0x400C00B8U) /**< \brief (DMAC) DMAC Channel Destination Address Register (ch_num = 3) */\r
-#define REG_DMAC_DSCR3  (*(RwReg*)0x400C00BCU) /**< \brief (DMAC) DMAC Channel Descriptor Address Register (ch_num = 3) */\r
-#define REG_DMAC_CTRLA3 (*(RwReg*)0x400C00C0U) /**< \brief (DMAC) DMAC Channel Control A Register (ch_num = 3) */\r
-#define REG_DMAC_CTRLB3 (*(RwReg*)0x400C00C4U) /**< \brief (DMAC) DMAC Channel Control B Register (ch_num = 3) */\r
-#define REG_DMAC_CFG3   (*(RwReg*)0x400C00C8U) /**< \brief (DMAC) DMAC Channel Configuration Register (ch_num = 3) */\r
-#define REG_DMAC_WPMR   (*(RwReg*)0x400C01E4U) /**< \brief (DMAC) DMAC Write Protect Mode Register */\r
-#define REG_DMAC_WPSR   (*(RoReg*)0x400C01E8U) /**< \brief (DMAC) DMAC Write Protect Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_DMAC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/efc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/efc.h
deleted file mode 100644 (file)
index 611399e..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_EFC_INSTANCE_\r
-#define _SAM4E_EFC_INSTANCE_\r
-\r
-/* ========== Register definition for EFC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_EFC_FMR           (0x400E0A00U) /**< \brief (EFC) EEFC Flash Mode Register */\r
-#define REG_EFC_FCR           (0x400E0A04U) /**< \brief (EFC) EEFC Flash Command Register */\r
-#define REG_EFC_FSR           (0x400E0A08U) /**< \brief (EFC) EEFC Flash Status Register */\r
-#define REG_EFC_FRR           (0x400E0A0CU) /**< \brief (EFC) EEFC Flash Result Register */\r
-#else\r
-#define REG_EFC_FMR  (*(RwReg*)0x400E0A00U) /**< \brief (EFC) EEFC Flash Mode Register */\r
-#define REG_EFC_FCR  (*(WoReg*)0x400E0A04U) /**< \brief (EFC) EEFC Flash Command Register */\r
-#define REG_EFC_FSR  (*(RoReg*)0x400E0A08U) /**< \brief (EFC) EEFC Flash Status Register */\r
-#define REG_EFC_FRR  (*(RoReg*)0x400E0A0CU) /**< \brief (EFC) EEFC Flash Result Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_EFC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gmac.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gmac.h
deleted file mode 100644 (file)
index ad41815..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_GMAC_INSTANCE_\r
-#define _SAM4E_GMAC_INSTANCE_\r
-\r
-/* ========== Register definition for GMAC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_GMAC_NCR                (0x40034000U) /**< \brief (GMAC) Network Control Register */\r
-#define REG_GMAC_NCFGR              (0x40034004U) /**< \brief (GMAC) Network Configuration Register */\r
-#define REG_GMAC_NSR                (0x40034008U) /**< \brief (GMAC) Network Status Register */\r
-#define REG_GMAC_UR                 (0x4003400CU) /**< \brief (GMAC) User Register */\r
-#define REG_GMAC_DCFGR              (0x40034010U) /**< \brief (GMAC) DMA Configuration Register */\r
-#define REG_GMAC_TSR                (0x40034014U) /**< \brief (GMAC) Transmit Status Register */\r
-#define REG_GMAC_RBQB               (0x40034018U) /**< \brief (GMAC) Receive Buffer Queue Base Address */\r
-#define REG_GMAC_TBQB               (0x4003401CU) /**< \brief (GMAC) Transmit Buffer Queue Base Address */\r
-#define REG_GMAC_RSR                (0x40034020U) /**< \brief (GMAC) Receive Status Register */\r
-#define REG_GMAC_ISR                (0x40034024U) /**< \brief (GMAC) Interrupt Status Register */\r
-#define REG_GMAC_IER                (0x40034028U) /**< \brief (GMAC) Interrupt Enable Register */\r
-#define REG_GMAC_IDR                (0x4003402CU) /**< \brief (GMAC) Interrupt Disable Register */\r
-#define REG_GMAC_IMR                (0x40034030U) /**< \brief (GMAC) Interrupt Mask Register */\r
-#define REG_GMAC_MAN                (0x40034034U) /**< \brief (GMAC) PHY Maintenance Register */\r
-#define REG_GMAC_RPQ                (0x40034038U) /**< \brief (GMAC) Received Pause Quantum Register */\r
-#define REG_GMAC_TPQ                (0x4003403CU) /**< \brief (GMAC) Transmit Pause Quantum Register */\r
-#define REG_GMAC_HRB                (0x40034080U) /**< \brief (GMAC) Hash Register Bottom [31:0] */\r
-#define REG_GMAC_HRT                (0x40034084U) /**< \brief (GMAC) Hash Register Top [63:32] */\r
-#define REG_GMAC_SAB1               (0x40034088U) /**< \brief (GMAC) Specific Address 1 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT1               (0x4003408CU) /**< \brief (GMAC) Specific Address 1 Top [47:32] Register */\r
-#define REG_GMAC_SAB2               (0x40034090U) /**< \brief (GMAC) Specific Address 2 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT2               (0x40034094U) /**< \brief (GMAC) Specific Address 2 Top [47:32] Register */\r
-#define REG_GMAC_SAB3               (0x40034098U) /**< \brief (GMAC) Specific Address 3 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT3               (0x4003409CU) /**< \brief (GMAC) Specific Address 3 Top [47:32] Register */\r
-#define REG_GMAC_SAB4               (0x400340A0U) /**< \brief (GMAC) Specific Address 4 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT4               (0x400340A4U) /**< \brief (GMAC) Specific Address 4 Top [47:32] Register */\r
-#define REG_GMAC_TIDM               (0x400340A8U) /**< \brief (GMAC) Type ID Match 1 Register */\r
-#define REG_GMAC_IPGS               (0x400340BCU) /**< \brief (GMAC) IPG Stretch Register */\r
-#define REG_GMAC_SVLAN              (0x400340C0U) /**< \brief (GMAC) Stacked VLAN Register */\r
-#define REG_GMAC_TPFCP              (0x400340C4U) /**< \brief (GMAC) Transmit PFC Pause Register */\r
-#define REG_GMAC_SAMB1              (0x400340C8U) /**< \brief (GMAC) Specific Address 1 Mask Bottom [31:0] Register */\r
-#define REG_GMAC_SAMT1              (0x400340CCU) /**< \brief (GMAC) Specific Address 1 Mask Top [47:32] Register */\r
-#define REG_GMAC_OTLO               (0x40034100U) /**< \brief (GMAC) Octets Transmitted [31:0] Register */\r
-#define REG_GMAC_OTHI               (0x40034104U) /**< \brief (GMAC) Octets Transmitted [47:32] Register */\r
-#define REG_GMAC_FT                 (0x40034108U) /**< \brief (GMAC) Frames Transmitted Register */\r
-#define REG_GMAC_BCFT               (0x4003410CU) /**< \brief (GMAC) Broadcast Frames Transmitted Register */\r
-#define REG_GMAC_MFT                (0x40034110U) /**< \brief (GMAC) Multicast Frames Transmitted Register */\r
-#define REG_GMAC_PFT                (0x40034114U) /**< \brief (GMAC) Pause Frames Transmitted Register */\r
-#define REG_GMAC_BFT64              (0x40034118U) /**< \brief (GMAC) 64 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT127            (0x4003411CU) /**< \brief (GMAC) 65 to 127 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT255            (0x40034120U) /**< \brief (GMAC) 128 to 255 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT511            (0x40034124U) /**< \brief (GMAC) 256 to 511 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT1023           (0x40034128U) /**< \brief (GMAC) 512 to 1023 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT1518           (0x4003412CU) /**< \brief (GMAC) 1024 to 1518 Byte Frames Transmitted Register */\r
-#define REG_GMAC_GTBFT1518          (0x40034130U) /**< \brief (GMAC) Greater Than 1518 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TUR                (0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */\r
-#define REG_GMAC_SCF                (0x40034138U) /**< \brief (GMAC) Single Collision Frames Register */\r
-#define REG_GMAC_MCF                (0x4003413CU) /**< \brief (GMAC) Multiple Collision Frames Register */\r
-#define REG_GMAC_EC                 (0x40034140U) /**< \brief (GMAC) Excessive Collisions Register */\r
-#define REG_GMAC_LC                 (0x40034144U) /**< \brief (GMAC) Late Collisions Register */\r
-#define REG_GMAC_DTF                (0x40034148U) /**< \brief (GMAC) Deferred Transmission Frames Register */\r
-#define REG_GMAC_CSE                (0x4003414CU) /**< \brief (GMAC) Carrier Sense Errors Register */\r
-#define REG_GMAC_ORLO               (0x40034150U) /**< \brief (GMAC) Octets Received [31:0] Received */\r
-#define REG_GMAC_ORHI               (0x40034154U) /**< \brief (GMAC) Octets Received [47:32] Received */\r
-#define REG_GMAC_FR                 (0x40034158U) /**< \brief (GMAC) Frames Received Register */\r
-#define REG_GMAC_BCFR               (0x4003415CU) /**< \brief (GMAC) Broadcast Frames Received Register */\r
-#define REG_GMAC_MFR                (0x40034160U) /**< \brief (GMAC) Multicast Frames Received Register */\r
-#define REG_GMAC_PFR                (0x40034164U) /**< \brief (GMAC) Pause Frames Received Register */\r
-#define REG_GMAC_BFR64              (0x40034168U) /**< \brief (GMAC) 64 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR127            (0x4003416CU) /**< \brief (GMAC) 65 to 127 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR255            (0x40034170U) /**< \brief (GMAC) 128 to 255 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR511            (0x40034174U) /**< \brief (GMAC) 256 to 511Byte Frames Received Register */\r
-#define REG_GMAC_TBFR1023           (0x40034178U) /**< \brief (GMAC) 512 to 1023 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR1518           (0x4003417CU) /**< \brief (GMAC) 1024 to 1518 Byte Frames Received Register */\r
-#define REG_GMAC_TMXBFR             (0x40034180U) /**< \brief (GMAC) 1519 to Maximum Byte Frames Received Register */\r
-#define REG_GMAC_UFR                (0x40034184U) /**< \brief (GMAC) Undersize Frames Received Register */\r
-#define REG_GMAC_OFR                (0x40034188U) /**< \brief (GMAC) Oversize Frames Received Register */\r
-#define REG_GMAC_JR                 (0x4003418CU) /**< \brief (GMAC) Jabbers Received Register */\r
-#define REG_GMAC_FCSE               (0x40034190U) /**< \brief (GMAC) Frame Check Sequence Errors Register */\r
-#define REG_GMAC_LFFE               (0x40034194U) /**< \brief (GMAC) Length Field Frame Errors Register */\r
-#define REG_GMAC_RSE                (0x40034198U) /**< \brief (GMAC) Receive Symbol Errors Register */\r
-#define REG_GMAC_AE                 (0x4003419CU) /**< \brief (GMAC) Alignment Errors Register */\r
-#define REG_GMAC_RRE                (0x400341A0U) /**< \brief (GMAC) Receive Resource Errors Register */\r
-#define REG_GMAC_ROE                (0x400341A4U) /**< \brief (GMAC) Receive Overrun Register */\r
-#define REG_GMAC_IHCE               (0x400341A8U) /**< \brief (GMAC) IP Header Checksum Errors Register */\r
-#define REG_GMAC_TCE                (0x400341ACU) /**< \brief (GMAC) TCP Checksum Errors Register */\r
-#define REG_GMAC_UCE                (0x400341B0U) /**< \brief (GMAC) UDP Checksum Errors Register */\r
-#define REG_GMAC_TSSS               (0x400341C8U) /**< \brief (GMAC) 1588 Timer Sync Strobe Seconds Register */\r
-#define REG_GMAC_TSSN               (0x400341CCU) /**< \brief (GMAC) 1588 Timer Sync Strobe Nanoseconds Register */\r
-#define REG_GMAC_TS                 (0x400341D0U) /**< \brief (GMAC) 1588 Timer Seconds Register */\r
-#define REG_GMAC_TN                 (0x400341D4U) /**< \brief (GMAC) 1588 Timer Nanoseconds Register */\r
-#define REG_GMAC_TA                 (0x400341D8U) /**< \brief (GMAC) 1588 Timer Adjust Register */\r
-#define REG_GMAC_TI                 (0x400341DCU) /**< \brief (GMAC) 1588 Timer Increment Register */\r
-#define REG_GMAC_EFTS               (0x400341E0U) /**< \brief (GMAC) PTP Event Frame Transmitted Seconds */\r
-#define REG_GMAC_EFTN               (0x400341E4U) /**< \brief (GMAC) PTP Event Frame Transmitted Nanoseconds */\r
-#define REG_GMAC_EFRS               (0x400341E8U) /**< \brief (GMAC) PTP Event Frame Received Seconds */\r
-#define REG_GMAC_EFRN               (0x400341ECU) /**< \brief (GMAC) PTP Event Frame Received Nanoseconds */\r
-#define REG_GMAC_PEFTS              (0x400341F0U) /**< \brief (GMAC) PTP Peer Event Frame Transmitted Seconds */\r
-#define REG_GMAC_PEFTN              (0x400341F4U) /**< \brief (GMAC) PTP Peer Event Frame Transmitted Nanoseconds */\r
-#define REG_GMAC_PEFRS              (0x400341F8U) /**< \brief (GMAC) PTP Peer Event Frame Received Seconds */\r
-#define REG_GMAC_PEFRN              (0x400341FCU) /**< \brief (GMAC) PTP Peer Event Frame Received Nanoseconds */\r
-#else\r
-#define REG_GMAC_NCR       (*(RwReg*)0x40034000U) /**< \brief (GMAC) Network Control Register */\r
-#define REG_GMAC_NCFGR     (*(RwReg*)0x40034004U) /**< \brief (GMAC) Network Configuration Register */\r
-#define REG_GMAC_NSR       (*(RoReg*)0x40034008U) /**< \brief (GMAC) Network Status Register */\r
-#define REG_GMAC_UR        (*(RwReg*)0x4003400CU) /**< \brief (GMAC) User Register */\r
-#define REG_GMAC_DCFGR     (*(RwReg*)0x40034010U) /**< \brief (GMAC) DMA Configuration Register */\r
-#define REG_GMAC_TSR       (*(RwReg*)0x40034014U) /**< \brief (GMAC) Transmit Status Register */\r
-#define REG_GMAC_RBQB      (*(RwReg*)0x40034018U) /**< \brief (GMAC) Receive Buffer Queue Base Address */\r
-#define REG_GMAC_TBQB      (*(RwReg*)0x4003401CU) /**< \brief (GMAC) Transmit Buffer Queue Base Address */\r
-#define REG_GMAC_RSR       (*(RwReg*)0x40034020U) /**< \brief (GMAC) Receive Status Register */\r
-#define REG_GMAC_ISR       (*(RoReg*)0x40034024U) /**< \brief (GMAC) Interrupt Status Register */\r
-#define REG_GMAC_IER       (*(WoReg*)0x40034028U) /**< \brief (GMAC) Interrupt Enable Register */\r
-#define REG_GMAC_IDR       (*(WoReg*)0x4003402CU) /**< \brief (GMAC) Interrupt Disable Register */\r
-#define REG_GMAC_IMR       (*(RoReg*)0x40034030U) /**< \brief (GMAC) Interrupt Mask Register */\r
-#define REG_GMAC_MAN       (*(RwReg*)0x40034034U) /**< \brief (GMAC) PHY Maintenance Register */\r
-#define REG_GMAC_RPQ       (*(RoReg*)0x40034038U) /**< \brief (GMAC) Received Pause Quantum Register */\r
-#define REG_GMAC_TPQ       (*(RwReg*)0x4003403CU) /**< \brief (GMAC) Transmit Pause Quantum Register */\r
-#define REG_GMAC_HRB       (*(RwReg*)0x40034080U) /**< \brief (GMAC) Hash Register Bottom [31:0] */\r
-#define REG_GMAC_HRT       (*(RwReg*)0x40034084U) /**< \brief (GMAC) Hash Register Top [63:32] */\r
-#define REG_GMAC_SAB1      (*(RwReg*)0x40034088U) /**< \brief (GMAC) Specific Address 1 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT1      (*(RwReg*)0x4003408CU) /**< \brief (GMAC) Specific Address 1 Top [47:32] Register */\r
-#define REG_GMAC_SAB2      (*(RwReg*)0x40034090U) /**< \brief (GMAC) Specific Address 2 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT2      (*(RwReg*)0x40034094U) /**< \brief (GMAC) Specific Address 2 Top [47:32] Register */\r
-#define REG_GMAC_SAB3      (*(RwReg*)0x40034098U) /**< \brief (GMAC) Specific Address 3 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT3      (*(RwReg*)0x4003409CU) /**< \brief (GMAC) Specific Address 3 Top [47:32] Register */\r
-#define REG_GMAC_SAB4      (*(RwReg*)0x400340A0U) /**< \brief (GMAC) Specific Address 4 Bottom [31:0] Register */\r
-#define REG_GMAC_SAT4      (*(RwReg*)0x400340A4U) /**< \brief (GMAC) Specific Address 4 Top [47:32] Register */\r
-#define REG_GMAC_TIDM      (*(RwReg*)0x400340A8U) /**< \brief (GMAC) Type ID Match 1 Register */\r
-#define REG_GMAC_IPGS      (*(RwReg*)0x400340BCU) /**< \brief (GMAC) IPG Stretch Register */\r
-#define REG_GMAC_SVLAN     (*(RwReg*)0x400340C0U) /**< \brief (GMAC) Stacked VLAN Register */\r
-#define REG_GMAC_TPFCP     (*(RwReg*)0x400340C4U) /**< \brief (GMAC) Transmit PFC Pause Register */\r
-#define REG_GMAC_SAMB1     (*(RwReg*)0x400340C8U) /**< \brief (GMAC) Specific Address 1 Mask Bottom [31:0] Register */\r
-#define REG_GMAC_SAMT1     (*(RwReg*)0x400340CCU) /**< \brief (GMAC) Specific Address 1 Mask Top [47:32] Register */\r
-#define REG_GMAC_OTLO      (*(RoReg*)0x40034100U) /**< \brief (GMAC) Octets Transmitted [31:0] Register */\r
-#define REG_GMAC_OTHI      (*(RoReg*)0x40034104U) /**< \brief (GMAC) Octets Transmitted [47:32] Register */\r
-#define REG_GMAC_FT        (*(RoReg*)0x40034108U) /**< \brief (GMAC) Frames Transmitted Register */\r
-#define REG_GMAC_BCFT      (*(RoReg*)0x4003410CU) /**< \brief (GMAC) Broadcast Frames Transmitted Register */\r
-#define REG_GMAC_MFT       (*(RoReg*)0x40034110U) /**< \brief (GMAC) Multicast Frames Transmitted Register */\r
-#define REG_GMAC_PFT       (*(RoReg*)0x40034114U) /**< \brief (GMAC) Pause Frames Transmitted Register */\r
-#define REG_GMAC_BFT64     (*(RoReg*)0x40034118U) /**< \brief (GMAC) 64 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT127   (*(RoReg*)0x4003411CU) /**< \brief (GMAC) 65 to 127 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT255   (*(RoReg*)0x40034120U) /**< \brief (GMAC) 128 to 255 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT511   (*(RoReg*)0x40034124U) /**< \brief (GMAC) 256 to 511 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT1023  (*(RoReg*)0x40034128U) /**< \brief (GMAC) 512 to 1023 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TBFT1518  (*(RoReg*)0x4003412CU) /**< \brief (GMAC) 1024 to 1518 Byte Frames Transmitted Register */\r
-#define REG_GMAC_GTBFT1518 (*(RoReg*)0x40034130U) /**< \brief (GMAC) Greater Than 1518 Byte Frames Transmitted Register */\r
-#define REG_GMAC_TUR       (*(RoReg*)0x40034134U) /**< \brief (GMAC) Transmit Under Runs Register */\r
-#define REG_GMAC_SCF       (*(RoReg*)0x40034138U) /**< \brief (GMAC) Single Collision Frames Register */\r
-#define REG_GMAC_MCF       (*(RoReg*)0x4003413CU) /**< \brief (GMAC) Multiple Collision Frames Register */\r
-#define REG_GMAC_EC        (*(RoReg*)0x40034140U) /**< \brief (GMAC) Excessive Collisions Register */\r
-#define REG_GMAC_LC        (*(RoReg*)0x40034144U) /**< \brief (GMAC) Late Collisions Register */\r
-#define REG_GMAC_DTF       (*(RoReg*)0x40034148U) /**< \brief (GMAC) Deferred Transmission Frames Register */\r
-#define REG_GMAC_CSE       (*(RoReg*)0x4003414CU) /**< \brief (GMAC) Carrier Sense Errors Register */\r
-#define REG_GMAC_ORLO      (*(RoReg*)0x40034150U) /**< \brief (GMAC) Octets Received [31:0] Received */\r
-#define REG_GMAC_ORHI      (*(RoReg*)0x40034154U) /**< \brief (GMAC) Octets Received [47:32] Received */\r
-#define REG_GMAC_FR        (*(RoReg*)0x40034158U) /**< \brief (GMAC) Frames Received Register */\r
-#define REG_GMAC_BCFR      (*(RoReg*)0x4003415CU) /**< \brief (GMAC) Broadcast Frames Received Register */\r
-#define REG_GMAC_MFR       (*(RoReg*)0x40034160U) /**< \brief (GMAC) Multicast Frames Received Register */\r
-#define REG_GMAC_PFR       (*(RoReg*)0x40034164U) /**< \brief (GMAC) Pause Frames Received Register */\r
-#define REG_GMAC_BFR64     (*(RoReg*)0x40034168U) /**< \brief (GMAC) 64 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR127   (*(RoReg*)0x4003416CU) /**< \brief (GMAC) 65 to 127 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR255   (*(RoReg*)0x40034170U) /**< \brief (GMAC) 128 to 255 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR511   (*(RoReg*)0x40034174U) /**< \brief (GMAC) 256 to 511Byte Frames Received Register */\r
-#define REG_GMAC_TBFR1023  (*(RoReg*)0x40034178U) /**< \brief (GMAC) 512 to 1023 Byte Frames Received Register */\r
-#define REG_GMAC_TBFR1518  (*(RoReg*)0x4003417CU) /**< \brief (GMAC) 1024 to 1518 Byte Frames Received Register */\r
-#define REG_GMAC_TMXBFR    (*(RoReg*)0x40034180U) /**< \brief (GMAC) 1519 to Maximum Byte Frames Received Register */\r
-#define REG_GMAC_UFR       (*(RoReg*)0x40034184U) /**< \brief (GMAC) Undersize Frames Received Register */\r
-#define REG_GMAC_OFR       (*(RoReg*)0x40034188U) /**< \brief (GMAC) Oversize Frames Received Register */\r
-#define REG_GMAC_JR        (*(RoReg*)0x4003418CU) /**< \brief (GMAC) Jabbers Received Register */\r
-#define REG_GMAC_FCSE      (*(RoReg*)0x40034190U) /**< \brief (GMAC) Frame Check Sequence Errors Register */\r
-#define REG_GMAC_LFFE      (*(RoReg*)0x40034194U) /**< \brief (GMAC) Length Field Frame Errors Register */\r
-#define REG_GMAC_RSE       (*(RoReg*)0x40034198U) /**< \brief (GMAC) Receive Symbol Errors Register */\r
-#define REG_GMAC_AE        (*(RoReg*)0x4003419CU) /**< \brief (GMAC) Alignment Errors Register */\r
-#define REG_GMAC_RRE       (*(RoReg*)0x400341A0U) /**< \brief (GMAC) Receive Resource Errors Register */\r
-#define REG_GMAC_ROE       (*(RoReg*)0x400341A4U) /**< \brief (GMAC) Receive Overrun Register */\r
-#define REG_GMAC_IHCE      (*(RoReg*)0x400341A8U) /**< \brief (GMAC) IP Header Checksum Errors Register */\r
-#define REG_GMAC_TCE       (*(RoReg*)0x400341ACU) /**< \brief (GMAC) TCP Checksum Errors Register */\r
-#define REG_GMAC_UCE       (*(RoReg*)0x400341B0U) /**< \brief (GMAC) UDP Checksum Errors Register */\r
-#define REG_GMAC_TSSS      (*(RwReg*)0x400341C8U) /**< \brief (GMAC) 1588 Timer Sync Strobe Seconds Register */\r
-#define REG_GMAC_TSSN      (*(RwReg*)0x400341CCU) /**< \brief (GMAC) 1588 Timer Sync Strobe Nanoseconds Register */\r
-#define REG_GMAC_TS        (*(RwReg*)0x400341D0U) /**< \brief (GMAC) 1588 Timer Seconds Register */\r
-#define REG_GMAC_TN        (*(RwReg*)0x400341D4U) /**< \brief (GMAC) 1588 Timer Nanoseconds Register */\r
-#define REG_GMAC_TA        (*(WoReg*)0x400341D8U) /**< \brief (GMAC) 1588 Timer Adjust Register */\r
-#define REG_GMAC_TI        (*(RwReg*)0x400341DCU) /**< \brief (GMAC) 1588 Timer Increment Register */\r
-#define REG_GMAC_EFTS      (*(RoReg*)0x400341E0U) /**< \brief (GMAC) PTP Event Frame Transmitted Seconds */\r
-#define REG_GMAC_EFTN      (*(RoReg*)0x400341E4U) /**< \brief (GMAC) PTP Event Frame Transmitted Nanoseconds */\r
-#define REG_GMAC_EFRS      (*(RoReg*)0x400341E8U) /**< \brief (GMAC) PTP Event Frame Received Seconds */\r
-#define REG_GMAC_EFRN      (*(RoReg*)0x400341ECU) /**< \brief (GMAC) PTP Event Frame Received Nanoseconds */\r
-#define REG_GMAC_PEFTS     (*(RoReg*)0x400341F0U) /**< \brief (GMAC) PTP Peer Event Frame Transmitted Seconds */\r
-#define REG_GMAC_PEFTN     (*(RoReg*)0x400341F4U) /**< \brief (GMAC) PTP Peer Event Frame Transmitted Nanoseconds */\r
-#define REG_GMAC_PEFRS     (*(RoReg*)0x400341F8U) /**< \brief (GMAC) PTP Peer Event Frame Received Seconds */\r
-#define REG_GMAC_PEFRN     (*(RoReg*)0x400341FCU) /**< \brief (GMAC) PTP Peer Event Frame Received Nanoseconds */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_GMAC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gpbr.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/gpbr.h
deleted file mode 100644 (file)
index 143e37b..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_GPBR_INSTANCE_\r
-#define _SAM4E_GPBR_INSTANCE_\r
-\r
-/* ========== Register definition for GPBR peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_GPBR_GPBR             (0x400E1890U) /**< \brief (GPBR) General Purpose Backup Register */\r
-#else\r
-#define REG_GPBR_GPBR    (*(RwReg*)0x400E1890U) /**< \brief (GPBR) General Purpose Backup Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_GPBR_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/hsmci.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/hsmci.h
deleted file mode 100644 (file)
index 413b786..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_HSMCI_INSTANCE_\r
-#define _SAM4E_HSMCI_INSTANCE_\r
-\r
-/* ========== Register definition for HSMCI peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_HSMCI_CR                 (0x40080000U) /**< \brief (HSMCI) Control Register */\r
-#define REG_HSMCI_MR                 (0x40080004U) /**< \brief (HSMCI) Mode Register */\r
-#define REG_HSMCI_DTOR               (0x40080008U) /**< \brief (HSMCI) Data Timeout Register */\r
-#define REG_HSMCI_SDCR               (0x4008000CU) /**< \brief (HSMCI) SD/SDIO Card Register */\r
-#define REG_HSMCI_ARGR               (0x40080010U) /**< \brief (HSMCI) Argument Register */\r
-#define REG_HSMCI_CMDR               (0x40080014U) /**< \brief (HSMCI) Command Register */\r
-#define REG_HSMCI_BLKR               (0x40080018U) /**< \brief (HSMCI) Block Register */\r
-#define REG_HSMCI_CSTOR              (0x4008001CU) /**< \brief (HSMCI) Completion Signal Timeout Register */\r
-#define REG_HSMCI_RSPR               (0x40080020U) /**< \brief (HSMCI) Response Register */\r
-#define REG_HSMCI_RDR                (0x40080030U) /**< \brief (HSMCI) Receive Data Register */\r
-#define REG_HSMCI_TDR                (0x40080034U) /**< \brief (HSMCI) Transmit Data Register */\r
-#define REG_HSMCI_SR                 (0x40080040U) /**< \brief (HSMCI) Status Register */\r
-#define REG_HSMCI_IER                (0x40080044U) /**< \brief (HSMCI) Interrupt Enable Register */\r
-#define REG_HSMCI_IDR                (0x40080048U) /**< \brief (HSMCI) Interrupt Disable Register */\r
-#define REG_HSMCI_IMR                (0x4008004CU) /**< \brief (HSMCI) Interrupt Mask Register */\r
-#define REG_HSMCI_CFG                (0x40080054U) /**< \brief (HSMCI) Configuration Register */\r
-#define REG_HSMCI_WPMR               (0x400800E4U) /**< \brief (HSMCI) Write Protection Mode Register */\r
-#define REG_HSMCI_WPSR               (0x400800E8U) /**< \brief (HSMCI) Write Protection Status Register */\r
-#define REG_HSMCI_RPR                (0x40080100U) /**< \brief (HSMCI) Receive Pointer Register */\r
-#define REG_HSMCI_RCR                (0x40080104U) /**< \brief (HSMCI) Receive Counter Register */\r
-#define REG_HSMCI_TPR                (0x40080108U) /**< \brief (HSMCI) Transmit Pointer Register */\r
-#define REG_HSMCI_TCR                (0x4008010CU) /**< \brief (HSMCI) Transmit Counter Register */\r
-#define REG_HSMCI_RNPR               (0x40080110U) /**< \brief (HSMCI) Receive Next Pointer Register */\r
-#define REG_HSMCI_RNCR               (0x40080114U) /**< \brief (HSMCI) Receive Next Counter Register */\r
-#define REG_HSMCI_TNPR               (0x40080118U) /**< \brief (HSMCI) Transmit Next Pointer Register */\r
-#define REG_HSMCI_TNCR               (0x4008011CU) /**< \brief (HSMCI) Transmit Next Counter Register */\r
-#define REG_HSMCI_PTCR               (0x40080120U) /**< \brief (HSMCI) Transfer Control Register */\r
-#define REG_HSMCI_PTSR               (0x40080124U) /**< \brief (HSMCI) Transfer Status Register */\r
-#define REG_HSMCI_FIFO               (0x40080200U) /**< \brief (HSMCI) FIFO Memory Aperture0 */\r
-#else\r
-#define REG_HSMCI_CR        (*(WoReg*)0x40080000U) /**< \brief (HSMCI) Control Register */\r
-#define REG_HSMCI_MR        (*(RwReg*)0x40080004U) /**< \brief (HSMCI) Mode Register */\r
-#define REG_HSMCI_DTOR      (*(RwReg*)0x40080008U) /**< \brief (HSMCI) Data Timeout Register */\r
-#define REG_HSMCI_SDCR      (*(RwReg*)0x4008000CU) /**< \brief (HSMCI) SD/SDIO Card Register */\r
-#define REG_HSMCI_ARGR      (*(RwReg*)0x40080010U) /**< \brief (HSMCI) Argument Register */\r
-#define REG_HSMCI_CMDR      (*(WoReg*)0x40080014U) /**< \brief (HSMCI) Command Register */\r
-#define REG_HSMCI_BLKR      (*(RwReg*)0x40080018U) /**< \brief (HSMCI) Block Register */\r
-#define REG_HSMCI_CSTOR     (*(RwReg*)0x4008001CU) /**< \brief (HSMCI) Completion Signal Timeout Register */\r
-#define REG_HSMCI_RSPR      (*(RoReg*)0x40080020U) /**< \brief (HSMCI) Response Register */\r
-#define REG_HSMCI_RDR       (*(RoReg*)0x40080030U) /**< \brief (HSMCI) Receive Data Register */\r
-#define REG_HSMCI_TDR       (*(WoReg*)0x40080034U) /**< \brief (HSMCI) Transmit Data Register */\r
-#define REG_HSMCI_SR        (*(RoReg*)0x40080040U) /**< \brief (HSMCI) Status Register */\r
-#define REG_HSMCI_IER       (*(WoReg*)0x40080044U) /**< \brief (HSMCI) Interrupt Enable Register */\r
-#define REG_HSMCI_IDR       (*(WoReg*)0x40080048U) /**< \brief (HSMCI) Interrupt Disable Register */\r
-#define REG_HSMCI_IMR       (*(RoReg*)0x4008004CU) /**< \brief (HSMCI) Interrupt Mask Register */\r
-#define REG_HSMCI_CFG       (*(RwReg*)0x40080054U) /**< \brief (HSMCI) Configuration Register */\r
-#define REG_HSMCI_WPMR      (*(RwReg*)0x400800E4U) /**< \brief (HSMCI) Write Protection Mode Register */\r
-#define REG_HSMCI_WPSR      (*(RoReg*)0x400800E8U) /**< \brief (HSMCI) Write Protection Status Register */\r
-#define REG_HSMCI_RPR       (*(RwReg*)0x40080100U) /**< \brief (HSMCI) Receive Pointer Register */\r
-#define REG_HSMCI_RCR       (*(RwReg*)0x40080104U) /**< \brief (HSMCI) Receive Counter Register */\r
-#define REG_HSMCI_TPR       (*(RwReg*)0x40080108U) /**< \brief (HSMCI) Transmit Pointer Register */\r
-#define REG_HSMCI_TCR       (*(RwReg*)0x4008010CU) /**< \brief (HSMCI) Transmit Counter Register */\r
-#define REG_HSMCI_RNPR      (*(RwReg*)0x40080110U) /**< \brief (HSMCI) Receive Next Pointer Register */\r
-#define REG_HSMCI_RNCR      (*(RwReg*)0x40080114U) /**< \brief (HSMCI) Receive Next Counter Register */\r
-#define REG_HSMCI_TNPR      (*(RwReg*)0x40080118U) /**< \brief (HSMCI) Transmit Next Pointer Register */\r
-#define REG_HSMCI_TNCR      (*(RwReg*)0x4008011CU) /**< \brief (HSMCI) Transmit Next Counter Register */\r
-#define REG_HSMCI_PTCR      (*(WoReg*)0x40080120U) /**< \brief (HSMCI) Transfer Control Register */\r
-#define REG_HSMCI_PTSR      (*(RoReg*)0x40080124U) /**< \brief (HSMCI) Transfer Status Register */\r
-#define REG_HSMCI_FIFO      (*(RwReg*)0x40080200U) /**< \brief (HSMCI) FIFO Memory Aperture0 */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_HSMCI_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/matrix.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/matrix.h
deleted file mode 100644 (file)
index e996ba2..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_MATRIX_INSTANCE_\r
-#define _SAM4E_MATRIX_INSTANCE_\r
-\r
-/* ========== Register definition for MATRIX peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_MATRIX_MCFG             (0x400E0200U) /**< \brief (MATRIX) Master Configuration Register */\r
-#define REG_MATRIX_SCFG             (0x400E0240U) /**< \brief (MATRIX) Slave Configuration Register */\r
-#define REG_MATRIX_PRAS0            (0x400E0280U) /**< \brief (MATRIX) Priority Register A for Slave 0 */\r
-#define REG_MATRIX_PRAS1            (0x400E0288U) /**< \brief (MATRIX) Priority Register A for Slave 1 */\r
-#define REG_MATRIX_PRAS2            (0x400E0290U) /**< \brief (MATRIX) Priority Register A for Slave 2 */\r
-#define REG_MATRIX_PRAS3            (0x400E0298U) /**< \brief (MATRIX) Priority Register A for Slave 3 */\r
-#define REG_MATRIX_PRAS4            (0x400E02A0U) /**< \brief (MATRIX) Priority Register A for Slave 4 */\r
-#define REG_MATRIX_PRAS5            (0x400E02A8U) /**< \brief (MATRIX) Priority Register A for Slave 5 */\r
-#define REG_MATRIX_MRCR             (0x400E0300U) /**< \brief (MATRIX) Master Remap Control Register */\r
-#define REG_CCFG_SYSIO              (0x400E0314U) /**< \brief (MATRIX) System I/O Configuration Register */\r
-#define REG_CCFG_SMCNFCS            (0x400E0324U) /**< \brief (MATRIX) SMC NAND Flash Chip Select Configuration Register */\r
-#define REG_MATRIX_WPMR             (0x400E03E4U) /**< \brief (MATRIX) Write Protect Mode Register */\r
-#define REG_MATRIX_WPSR             (0x400E03E8U) /**< \brief (MATRIX) Write Protect Status Register */\r
-#else\r
-#define REG_MATRIX_MCFG    (*(RwReg*)0x400E0200U) /**< \brief (MATRIX) Master Configuration Register */\r
-#define REG_MATRIX_SCFG    (*(RwReg*)0x400E0240U) /**< \brief (MATRIX) Slave Configuration Register */\r
-#define REG_MATRIX_PRAS0   (*(RwReg*)0x400E0280U) /**< \brief (MATRIX) Priority Register A for Slave 0 */\r
-#define REG_MATRIX_PRAS1   (*(RwReg*)0x400E0288U) /**< \brief (MATRIX) Priority Register A for Slave 1 */\r
-#define REG_MATRIX_PRAS2   (*(RwReg*)0x400E0290U) /**< \brief (MATRIX) Priority Register A for Slave 2 */\r
-#define REG_MATRIX_PRAS3   (*(RwReg*)0x400E0298U) /**< \brief (MATRIX) Priority Register A for Slave 3 */\r
-#define REG_MATRIX_PRAS4   (*(RwReg*)0x400E02A0U) /**< \brief (MATRIX) Priority Register A for Slave 4 */\r
-#define REG_MATRIX_PRAS5   (*(RwReg*)0x400E02A8U) /**< \brief (MATRIX) Priority Register A for Slave 5 */\r
-#define REG_MATRIX_MRCR    (*(RwReg*)0x400E0300U) /**< \brief (MATRIX) Master Remap Control Register */\r
-#define REG_CCFG_SYSIO     (*(RwReg*)0x400E0314U) /**< \brief (MATRIX) System I/O Configuration Register */\r
-#define REG_CCFG_SMCNFCS   (*(RwReg*)0x400E0324U) /**< \brief (MATRIX) SMC NAND Flash Chip Select Configuration Register */\r
-#define REG_MATRIX_WPMR    (*(RwReg*)0x400E03E4U) /**< \brief (MATRIX) Write Protect Mode Register */\r
-#define REG_MATRIX_WPSR    (*(RoReg*)0x400E03E8U) /**< \brief (MATRIX) Write Protect Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_MATRIX_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioa.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioa.h
deleted file mode 100644 (file)
index 61db8ab..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIOA_INSTANCE_\r
-#define _SAM4E_PIOA_INSTANCE_\r
-\r
-/* ========== Register definition for PIOA peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PIOA_PER                (0x400E0E00U) /**< \brief (PIOA) PIO Enable Register */\r
-#define REG_PIOA_PDR                (0x400E0E04U) /**< \brief (PIOA) PIO Disable Register */\r
-#define REG_PIOA_PSR                (0x400E0E08U) /**< \brief (PIOA) PIO Status Register */\r
-#define REG_PIOA_OER                (0x400E0E10U) /**< \brief (PIOA) Output Enable Register */\r
-#define REG_PIOA_ODR                (0x400E0E14U) /**< \brief (PIOA) Output Disable Register */\r
-#define REG_PIOA_OSR                (0x400E0E18U) /**< \brief (PIOA) Output Status Register */\r
-#define REG_PIOA_IFER               (0x400E0E20U) /**< \brief (PIOA) Glitch Input Filter Enable Register */\r
-#define REG_PIOA_IFDR               (0x400E0E24U) /**< \brief (PIOA) Glitch Input Filter Disable Register */\r
-#define REG_PIOA_IFSR               (0x400E0E28U) /**< \brief (PIOA) Glitch Input Filter Status Register */\r
-#define REG_PIOA_SODR               (0x400E0E30U) /**< \brief (PIOA) Set Output Data Register */\r
-#define REG_PIOA_CODR               (0x400E0E34U) /**< \brief (PIOA) Clear Output Data Register */\r
-#define REG_PIOA_ODSR               (0x400E0E38U) /**< \brief (PIOA) Output Data Status Register */\r
-#define REG_PIOA_PDSR               (0x400E0E3CU) /**< \brief (PIOA) Pin Data Status Register */\r
-#define REG_PIOA_IER                (0x400E0E40U) /**< \brief (PIOA) Interrupt Enable Register */\r
-#define REG_PIOA_IDR                (0x400E0E44U) /**< \brief (PIOA) Interrupt Disable Register */\r
-#define REG_PIOA_IMR                (0x400E0E48U) /**< \brief (PIOA) Interrupt Mask Register */\r
-#define REG_PIOA_ISR                (0x400E0E4CU) /**< \brief (PIOA) Interrupt Status Register */\r
-#define REG_PIOA_MDER               (0x400E0E50U) /**< \brief (PIOA) Multi-driver Enable Register */\r
-#define REG_PIOA_MDDR               (0x400E0E54U) /**< \brief (PIOA) Multi-driver Disable Register */\r
-#define REG_PIOA_MDSR               (0x400E0E58U) /**< \brief (PIOA) Multi-driver Status Register */\r
-#define REG_PIOA_PUDR               (0x400E0E60U) /**< \brief (PIOA) Pull-up Disable Register */\r
-#define REG_PIOA_PUER               (0x400E0E64U) /**< \brief (PIOA) Pull-up Enable Register */\r
-#define REG_PIOA_PUSR               (0x400E0E68U) /**< \brief (PIOA) Pad Pull-up Status Register */\r
-#define REG_PIOA_ABCDSR             (0x400E0E70U) /**< \brief (PIOA) Peripheral Select Register */\r
-#define REG_PIOA_IFSCDR             (0x400E0E80U) /**< \brief (PIOA) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOA_IFSCER             (0x400E0E84U) /**< \brief (PIOA) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOA_IFSCSR             (0x400E0E88U) /**< \brief (PIOA) Input Filter Slow Clock Status Register */\r
-#define REG_PIOA_SCDR               (0x400E0E8CU) /**< \brief (PIOA) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOA_PPDDR              (0x400E0E90U) /**< \brief (PIOA) Pad Pull-down Disable Register */\r
-#define REG_PIOA_PPDER              (0x400E0E94U) /**< \brief (PIOA) Pad Pull-down Enable Register */\r
-#define REG_PIOA_PPDSR              (0x400E0E98U) /**< \brief (PIOA) Pad Pull-down Status Register */\r
-#define REG_PIOA_OWER               (0x400E0EA0U) /**< \brief (PIOA) Output Write Enable */\r
-#define REG_PIOA_OWDR               (0x400E0EA4U) /**< \brief (PIOA) Output Write Disable */\r
-#define REG_PIOA_OWSR               (0x400E0EA8U) /**< \brief (PIOA) Output Write Status Register */\r
-#define REG_PIOA_AIMER              (0x400E0EB0U) /**< \brief (PIOA) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOA_AIMDR              (0x400E0EB4U) /**< \brief (PIOA) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOA_AIMMR              (0x400E0EB8U) /**< \brief (PIOA) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOA_ESR                (0x400E0EC0U) /**< \brief (PIOA) Edge Select Register */\r
-#define REG_PIOA_LSR                (0x400E0EC4U) /**< \brief (PIOA) Level Select Register */\r
-#define REG_PIOA_ELSR               (0x400E0EC8U) /**< \brief (PIOA) Edge/Level Status Register */\r
-#define REG_PIOA_FELLSR             (0x400E0ED0U) /**< \brief (PIOA) Falling Edge/Low Level Select Register */\r
-#define REG_PIOA_REHLSR             (0x400E0ED4U) /**< \brief (PIOA) Rising Edge/ High Level Select Register */\r
-#define REG_PIOA_FRLHSR             (0x400E0ED8U) /**< \brief (PIOA) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOA_LOCKSR             (0x400E0EE0U) /**< \brief (PIOA) Lock Status */\r
-#define REG_PIOA_WPMR               (0x400E0EE4U) /**< \brief (PIOA) Write Protect Mode Register */\r
-#define REG_PIOA_WPSR               (0x400E0EE8U) /**< \brief (PIOA) Write Protect Status Register */\r
-#define REG_PIOA_SCHMITT            (0x400E0F00U) /**< \brief (PIOA) Schmitt Trigger Register */\r
-#define REG_PIOA_DELAYR             (0x400E0F10U) /**< \brief (PIOA) IO Delay Register */\r
-#define REG_PIOA_PCMR               (0x400E0F50U) /**< \brief (PIOA) Parallel Capture Mode Register */\r
-#define REG_PIOA_PCIER              (0x400E0F54U) /**< \brief (PIOA) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOA_PCIDR              (0x400E0F58U) /**< \brief (PIOA) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOA_PCIMR              (0x400E0F5CU) /**< \brief (PIOA) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOA_PCISR              (0x400E0F60U) /**< \brief (PIOA) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOA_PCRHR              (0x400E0F64U) /**< \brief (PIOA) Parallel Capture Reception Holding Register */\r
-#define REG_PIOA_RPR                (0x400E0F68U) /**< \brief (PIOA) Receive Pointer Register */\r
-#define REG_PIOA_RCR                (0x400E0F6CU) /**< \brief (PIOA) Receive Counter Register */\r
-#define REG_PIOA_RNPR               (0x400E0F78U) /**< \brief (PIOA) Receive Next Pointer Register */\r
-#define REG_PIOA_RNCR               (0x400E0F7CU) /**< \brief (PIOA) Receive Next Counter Register */\r
-#define REG_PIOA_PTCR               (0x400E0F88U) /**< \brief (PIOA) Transfer Control Register */\r
-#define REG_PIOA_PTSR               (0x400E0F8CU) /**< \brief (PIOA) Transfer Status Register */\r
-#else\r
-#define REG_PIOA_PER       (*(WoReg*)0x400E0E00U) /**< \brief (PIOA) PIO Enable Register */\r
-#define REG_PIOA_PDR       (*(WoReg*)0x400E0E04U) /**< \brief (PIOA) PIO Disable Register */\r
-#define REG_PIOA_PSR       (*(RoReg*)0x400E0E08U) /**< \brief (PIOA) PIO Status Register */\r
-#define REG_PIOA_OER       (*(WoReg*)0x400E0E10U) /**< \brief (PIOA) Output Enable Register */\r
-#define REG_PIOA_ODR       (*(WoReg*)0x400E0E14U) /**< \brief (PIOA) Output Disable Register */\r
-#define REG_PIOA_OSR       (*(RoReg*)0x400E0E18U) /**< \brief (PIOA) Output Status Register */\r
-#define REG_PIOA_IFER      (*(WoReg*)0x400E0E20U) /**< \brief (PIOA) Glitch Input Filter Enable Register */\r
-#define REG_PIOA_IFDR      (*(WoReg*)0x400E0E24U) /**< \brief (PIOA) Glitch Input Filter Disable Register */\r
-#define REG_PIOA_IFSR      (*(RoReg*)0x400E0E28U) /**< \brief (PIOA) Glitch Input Filter Status Register */\r
-#define REG_PIOA_SODR      (*(WoReg*)0x400E0E30U) /**< \brief (PIOA) Set Output Data Register */\r
-#define REG_PIOA_CODR      (*(WoReg*)0x400E0E34U) /**< \brief (PIOA) Clear Output Data Register */\r
-#define REG_PIOA_ODSR      (*(RwReg*)0x400E0E38U) /**< \brief (PIOA) Output Data Status Register */\r
-#define REG_PIOA_PDSR      (*(RoReg*)0x400E0E3CU) /**< \brief (PIOA) Pin Data Status Register */\r
-#define REG_PIOA_IER       (*(WoReg*)0x400E0E40U) /**< \brief (PIOA) Interrupt Enable Register */\r
-#define REG_PIOA_IDR       (*(WoReg*)0x400E0E44U) /**< \brief (PIOA) Interrupt Disable Register */\r
-#define REG_PIOA_IMR       (*(RoReg*)0x400E0E48U) /**< \brief (PIOA) Interrupt Mask Register */\r
-#define REG_PIOA_ISR       (*(RoReg*)0x400E0E4CU) /**< \brief (PIOA) Interrupt Status Register */\r
-#define REG_PIOA_MDER      (*(WoReg*)0x400E0E50U) /**< \brief (PIOA) Multi-driver Enable Register */\r
-#define REG_PIOA_MDDR      (*(WoReg*)0x400E0E54U) /**< \brief (PIOA) Multi-driver Disable Register */\r
-#define REG_PIOA_MDSR      (*(RoReg*)0x400E0E58U) /**< \brief (PIOA) Multi-driver Status Register */\r
-#define REG_PIOA_PUDR      (*(WoReg*)0x400E0E60U) /**< \brief (PIOA) Pull-up Disable Register */\r
-#define REG_PIOA_PUER      (*(WoReg*)0x400E0E64U) /**< \brief (PIOA) Pull-up Enable Register */\r
-#define REG_PIOA_PUSR      (*(RoReg*)0x400E0E68U) /**< \brief (PIOA) Pad Pull-up Status Register */\r
-#define REG_PIOA_ABCDSR    (*(RwReg*)0x400E0E70U) /**< \brief (PIOA) Peripheral Select Register */\r
-#define REG_PIOA_IFSCDR    (*(WoReg*)0x400E0E80U) /**< \brief (PIOA) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOA_IFSCER    (*(WoReg*)0x400E0E84U) /**< \brief (PIOA) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOA_IFSCSR    (*(RoReg*)0x400E0E88U) /**< \brief (PIOA) Input Filter Slow Clock Status Register */\r
-#define REG_PIOA_SCDR      (*(RwReg*)0x400E0E8CU) /**< \brief (PIOA) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOA_PPDDR     (*(WoReg*)0x400E0E90U) /**< \brief (PIOA) Pad Pull-down Disable Register */\r
-#define REG_PIOA_PPDER     (*(WoReg*)0x400E0E94U) /**< \brief (PIOA) Pad Pull-down Enable Register */\r
-#define REG_PIOA_PPDSR     (*(RoReg*)0x400E0E98U) /**< \brief (PIOA) Pad Pull-down Status Register */\r
-#define REG_PIOA_OWER      (*(WoReg*)0x400E0EA0U) /**< \brief (PIOA) Output Write Enable */\r
-#define REG_PIOA_OWDR      (*(WoReg*)0x400E0EA4U) /**< \brief (PIOA) Output Write Disable */\r
-#define REG_PIOA_OWSR      (*(RoReg*)0x400E0EA8U) /**< \brief (PIOA) Output Write Status Register */\r
-#define REG_PIOA_AIMER     (*(WoReg*)0x400E0EB0U) /**< \brief (PIOA) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOA_AIMDR     (*(WoReg*)0x400E0EB4U) /**< \brief (PIOA) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOA_AIMMR     (*(RoReg*)0x400E0EB8U) /**< \brief (PIOA) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOA_ESR       (*(WoReg*)0x400E0EC0U) /**< \brief (PIOA) Edge Select Register */\r
-#define REG_PIOA_LSR       (*(WoReg*)0x400E0EC4U) /**< \brief (PIOA) Level Select Register */\r
-#define REG_PIOA_ELSR      (*(RoReg*)0x400E0EC8U) /**< \brief (PIOA) Edge/Level Status Register */\r
-#define REG_PIOA_FELLSR    (*(WoReg*)0x400E0ED0U) /**< \brief (PIOA) Falling Edge/Low Level Select Register */\r
-#define REG_PIOA_REHLSR    (*(WoReg*)0x400E0ED4U) /**< \brief (PIOA) Rising Edge/ High Level Select Register */\r
-#define REG_PIOA_FRLHSR    (*(RoReg*)0x400E0ED8U) /**< \brief (PIOA) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOA_LOCKSR    (*(RoReg*)0x400E0EE0U) /**< \brief (PIOA) Lock Status */\r
-#define REG_PIOA_WPMR      (*(RwReg*)0x400E0EE4U) /**< \brief (PIOA) Write Protect Mode Register */\r
-#define REG_PIOA_WPSR      (*(RoReg*)0x400E0EE8U) /**< \brief (PIOA) Write Protect Status Register */\r
-#define REG_PIOA_SCHMITT   (*(RwReg*)0x400E0F00U) /**< \brief (PIOA) Schmitt Trigger Register */\r
-#define REG_PIOA_DELAYR    (*(RwReg*)0x400E0F10U) /**< \brief (PIOA) IO Delay Register */\r
-#define REG_PIOA_PCMR      (*(RwReg*)0x400E0F50U) /**< \brief (PIOA) Parallel Capture Mode Register */\r
-#define REG_PIOA_PCIER     (*(WoReg*)0x400E0F54U) /**< \brief (PIOA) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOA_PCIDR     (*(WoReg*)0x400E0F58U) /**< \brief (PIOA) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOA_PCIMR     (*(RoReg*)0x400E0F5CU) /**< \brief (PIOA) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOA_PCISR     (*(RoReg*)0x400E0F60U) /**< \brief (PIOA) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOA_PCRHR     (*(RoReg*)0x400E0F64U) /**< \brief (PIOA) Parallel Capture Reception Holding Register */\r
-#define REG_PIOA_RPR       (*(RwReg*)0x400E0F68U) /**< \brief (PIOA) Receive Pointer Register */\r
-#define REG_PIOA_RCR       (*(RwReg*)0x400E0F6CU) /**< \brief (PIOA) Receive Counter Register */\r
-#define REG_PIOA_RNPR      (*(RwReg*)0x400E0F78U) /**< \brief (PIOA) Receive Next Pointer Register */\r
-#define REG_PIOA_RNCR      (*(RwReg*)0x400E0F7CU) /**< \brief (PIOA) Receive Next Counter Register */\r
-#define REG_PIOA_PTCR      (*(WoReg*)0x400E0F88U) /**< \brief (PIOA) Transfer Control Register */\r
-#define REG_PIOA_PTSR      (*(RoReg*)0x400E0F8CU) /**< \brief (PIOA) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PIOA_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piob.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piob.h
deleted file mode 100644 (file)
index 46b342a..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIOB_INSTANCE_\r
-#define _SAM4E_PIOB_INSTANCE_\r
-\r
-/* ========== Register definition for PIOB peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PIOB_PER                (0x400E1000U) /**< \brief (PIOB) PIO Enable Register */\r
-#define REG_PIOB_PDR                (0x400E1004U) /**< \brief (PIOB) PIO Disable Register */\r
-#define REG_PIOB_PSR                (0x400E1008U) /**< \brief (PIOB) PIO Status Register */\r
-#define REG_PIOB_OER                (0x400E1010U) /**< \brief (PIOB) Output Enable Register */\r
-#define REG_PIOB_ODR                (0x400E1014U) /**< \brief (PIOB) Output Disable Register */\r
-#define REG_PIOB_OSR                (0x400E1018U) /**< \brief (PIOB) Output Status Register */\r
-#define REG_PIOB_IFER               (0x400E1020U) /**< \brief (PIOB) Glitch Input Filter Enable Register */\r
-#define REG_PIOB_IFDR               (0x400E1024U) /**< \brief (PIOB) Glitch Input Filter Disable Register */\r
-#define REG_PIOB_IFSR               (0x400E1028U) /**< \brief (PIOB) Glitch Input Filter Status Register */\r
-#define REG_PIOB_SODR               (0x400E1030U) /**< \brief (PIOB) Set Output Data Register */\r
-#define REG_PIOB_CODR               (0x400E1034U) /**< \brief (PIOB) Clear Output Data Register */\r
-#define REG_PIOB_ODSR               (0x400E1038U) /**< \brief (PIOB) Output Data Status Register */\r
-#define REG_PIOB_PDSR               (0x400E103CU) /**< \brief (PIOB) Pin Data Status Register */\r
-#define REG_PIOB_IER                (0x400E1040U) /**< \brief (PIOB) Interrupt Enable Register */\r
-#define REG_PIOB_IDR                (0x400E1044U) /**< \brief (PIOB) Interrupt Disable Register */\r
-#define REG_PIOB_IMR                (0x400E1048U) /**< \brief (PIOB) Interrupt Mask Register */\r
-#define REG_PIOB_ISR                (0x400E104CU) /**< \brief (PIOB) Interrupt Status Register */\r
-#define REG_PIOB_MDER               (0x400E1050U) /**< \brief (PIOB) Multi-driver Enable Register */\r
-#define REG_PIOB_MDDR               (0x400E1054U) /**< \brief (PIOB) Multi-driver Disable Register */\r
-#define REG_PIOB_MDSR               (0x400E1058U) /**< \brief (PIOB) Multi-driver Status Register */\r
-#define REG_PIOB_PUDR               (0x400E1060U) /**< \brief (PIOB) Pull-up Disable Register */\r
-#define REG_PIOB_PUER               (0x400E1064U) /**< \brief (PIOB) Pull-up Enable Register */\r
-#define REG_PIOB_PUSR               (0x400E1068U) /**< \brief (PIOB) Pad Pull-up Status Register */\r
-#define REG_PIOB_ABCDSR             (0x400E1070U) /**< \brief (PIOB) Peripheral Select Register */\r
-#define REG_PIOB_IFSCDR             (0x400E1080U) /**< \brief (PIOB) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOB_IFSCER             (0x400E1084U) /**< \brief (PIOB) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOB_IFSCSR             (0x400E1088U) /**< \brief (PIOB) Input Filter Slow Clock Status Register */\r
-#define REG_PIOB_SCDR               (0x400E108CU) /**< \brief (PIOB) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOB_PPDDR              (0x400E1090U) /**< \brief (PIOB) Pad Pull-down Disable Register */\r
-#define REG_PIOB_PPDER              (0x400E1094U) /**< \brief (PIOB) Pad Pull-down Enable Register */\r
-#define REG_PIOB_PPDSR              (0x400E1098U) /**< \brief (PIOB) Pad Pull-down Status Register */\r
-#define REG_PIOB_OWER               (0x400E10A0U) /**< \brief (PIOB) Output Write Enable */\r
-#define REG_PIOB_OWDR               (0x400E10A4U) /**< \brief (PIOB) Output Write Disable */\r
-#define REG_PIOB_OWSR               (0x400E10A8U) /**< \brief (PIOB) Output Write Status Register */\r
-#define REG_PIOB_AIMER              (0x400E10B0U) /**< \brief (PIOB) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOB_AIMDR              (0x400E10B4U) /**< \brief (PIOB) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOB_AIMMR              (0x400E10B8U) /**< \brief (PIOB) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOB_ESR                (0x400E10C0U) /**< \brief (PIOB) Edge Select Register */\r
-#define REG_PIOB_LSR                (0x400E10C4U) /**< \brief (PIOB) Level Select Register */\r
-#define REG_PIOB_ELSR               (0x400E10C8U) /**< \brief (PIOB) Edge/Level Status Register */\r
-#define REG_PIOB_FELLSR             (0x400E10D0U) /**< \brief (PIOB) Falling Edge/Low Level Select Register */\r
-#define REG_PIOB_REHLSR             (0x400E10D4U) /**< \brief (PIOB) Rising Edge/ High Level Select Register */\r
-#define REG_PIOB_FRLHSR             (0x400E10D8U) /**< \brief (PIOB) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOB_LOCKSR             (0x400E10E0U) /**< \brief (PIOB) Lock Status */\r
-#define REG_PIOB_WPMR               (0x400E10E4U) /**< \brief (PIOB) Write Protect Mode Register */\r
-#define REG_PIOB_WPSR               (0x400E10E8U) /**< \brief (PIOB) Write Protect Status Register */\r
-#define REG_PIOB_SCHMITT            (0x400E1100U) /**< \brief (PIOB) Schmitt Trigger Register */\r
-#define REG_PIOB_DELAYR             (0x400E1110U) /**< \brief (PIOB) IO Delay Register */\r
-#define REG_PIOB_PCMR               (0x400E1150U) /**< \brief (PIOB) Parallel Capture Mode Register */\r
-#define REG_PIOB_PCIER              (0x400E1154U) /**< \brief (PIOB) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOB_PCIDR              (0x400E1158U) /**< \brief (PIOB) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOB_PCIMR              (0x400E115CU) /**< \brief (PIOB) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOB_PCISR              (0x400E1160U) /**< \brief (PIOB) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOB_PCRHR              (0x400E1164U) /**< \brief (PIOB) Parallel Capture Reception Holding Register */\r
-#else\r
-#define REG_PIOB_PER       (*(WoReg*)0x400E1000U) /**< \brief (PIOB) PIO Enable Register */\r
-#define REG_PIOB_PDR       (*(WoReg*)0x400E1004U) /**< \brief (PIOB) PIO Disable Register */\r
-#define REG_PIOB_PSR       (*(RoReg*)0x400E1008U) /**< \brief (PIOB) PIO Status Register */\r
-#define REG_PIOB_OER       (*(WoReg*)0x400E1010U) /**< \brief (PIOB) Output Enable Register */\r
-#define REG_PIOB_ODR       (*(WoReg*)0x400E1014U) /**< \brief (PIOB) Output Disable Register */\r
-#define REG_PIOB_OSR       (*(RoReg*)0x400E1018U) /**< \brief (PIOB) Output Status Register */\r
-#define REG_PIOB_IFER      (*(WoReg*)0x400E1020U) /**< \brief (PIOB) Glitch Input Filter Enable Register */\r
-#define REG_PIOB_IFDR      (*(WoReg*)0x400E1024U) /**< \brief (PIOB) Glitch Input Filter Disable Register */\r
-#define REG_PIOB_IFSR      (*(RoReg*)0x400E1028U) /**< \brief (PIOB) Glitch Input Filter Status Register */\r
-#define REG_PIOB_SODR      (*(WoReg*)0x400E1030U) /**< \brief (PIOB) Set Output Data Register */\r
-#define REG_PIOB_CODR      (*(WoReg*)0x400E1034U) /**< \brief (PIOB) Clear Output Data Register */\r
-#define REG_PIOB_ODSR      (*(RwReg*)0x400E1038U) /**< \brief (PIOB) Output Data Status Register */\r
-#define REG_PIOB_PDSR      (*(RoReg*)0x400E103CU) /**< \brief (PIOB) Pin Data Status Register */\r
-#define REG_PIOB_IER       (*(WoReg*)0x400E1040U) /**< \brief (PIOB) Interrupt Enable Register */\r
-#define REG_PIOB_IDR       (*(WoReg*)0x400E1044U) /**< \brief (PIOB) Interrupt Disable Register */\r
-#define REG_PIOB_IMR       (*(RoReg*)0x400E1048U) /**< \brief (PIOB) Interrupt Mask Register */\r
-#define REG_PIOB_ISR       (*(RoReg*)0x400E104CU) /**< \brief (PIOB) Interrupt Status Register */\r
-#define REG_PIOB_MDER      (*(WoReg*)0x400E1050U) /**< \brief (PIOB) Multi-driver Enable Register */\r
-#define REG_PIOB_MDDR      (*(WoReg*)0x400E1054U) /**< \brief (PIOB) Multi-driver Disable Register */\r
-#define REG_PIOB_MDSR      (*(RoReg*)0x400E1058U) /**< \brief (PIOB) Multi-driver Status Register */\r
-#define REG_PIOB_PUDR      (*(WoReg*)0x400E1060U) /**< \brief (PIOB) Pull-up Disable Register */\r
-#define REG_PIOB_PUER      (*(WoReg*)0x400E1064U) /**< \brief (PIOB) Pull-up Enable Register */\r
-#define REG_PIOB_PUSR      (*(RoReg*)0x400E1068U) /**< \brief (PIOB) Pad Pull-up Status Register */\r
-#define REG_PIOB_ABCDSR    (*(RwReg*)0x400E1070U) /**< \brief (PIOB) Peripheral Select Register */\r
-#define REG_PIOB_IFSCDR    (*(WoReg*)0x400E1080U) /**< \brief (PIOB) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOB_IFSCER    (*(WoReg*)0x400E1084U) /**< \brief (PIOB) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOB_IFSCSR    (*(RoReg*)0x400E1088U) /**< \brief (PIOB) Input Filter Slow Clock Status Register */\r
-#define REG_PIOB_SCDR      (*(RwReg*)0x400E108CU) /**< \brief (PIOB) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOB_PPDDR     (*(WoReg*)0x400E1090U) /**< \brief (PIOB) Pad Pull-down Disable Register */\r
-#define REG_PIOB_PPDER     (*(WoReg*)0x400E1094U) /**< \brief (PIOB) Pad Pull-down Enable Register */\r
-#define REG_PIOB_PPDSR     (*(RoReg*)0x400E1098U) /**< \brief (PIOB) Pad Pull-down Status Register */\r
-#define REG_PIOB_OWER      (*(WoReg*)0x400E10A0U) /**< \brief (PIOB) Output Write Enable */\r
-#define REG_PIOB_OWDR      (*(WoReg*)0x400E10A4U) /**< \brief (PIOB) Output Write Disable */\r
-#define REG_PIOB_OWSR      (*(RoReg*)0x400E10A8U) /**< \brief (PIOB) Output Write Status Register */\r
-#define REG_PIOB_AIMER     (*(WoReg*)0x400E10B0U) /**< \brief (PIOB) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOB_AIMDR     (*(WoReg*)0x400E10B4U) /**< \brief (PIOB) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOB_AIMMR     (*(RoReg*)0x400E10B8U) /**< \brief (PIOB) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOB_ESR       (*(WoReg*)0x400E10C0U) /**< \brief (PIOB) Edge Select Register */\r
-#define REG_PIOB_LSR       (*(WoReg*)0x400E10C4U) /**< \brief (PIOB) Level Select Register */\r
-#define REG_PIOB_ELSR      (*(RoReg*)0x400E10C8U) /**< \brief (PIOB) Edge/Level Status Register */\r
-#define REG_PIOB_FELLSR    (*(WoReg*)0x400E10D0U) /**< \brief (PIOB) Falling Edge/Low Level Select Register */\r
-#define REG_PIOB_REHLSR    (*(WoReg*)0x400E10D4U) /**< \brief (PIOB) Rising Edge/ High Level Select Register */\r
-#define REG_PIOB_FRLHSR    (*(RoReg*)0x400E10D8U) /**< \brief (PIOB) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOB_LOCKSR    (*(RoReg*)0x400E10E0U) /**< \brief (PIOB) Lock Status */\r
-#define REG_PIOB_WPMR      (*(RwReg*)0x400E10E4U) /**< \brief (PIOB) Write Protect Mode Register */\r
-#define REG_PIOB_WPSR      (*(RoReg*)0x400E10E8U) /**< \brief (PIOB) Write Protect Status Register */\r
-#define REG_PIOB_SCHMITT   (*(RwReg*)0x400E1100U) /**< \brief (PIOB) Schmitt Trigger Register */\r
-#define REG_PIOB_DELAYR    (*(RwReg*)0x400E1110U) /**< \brief (PIOB) IO Delay Register */\r
-#define REG_PIOB_PCMR      (*(RwReg*)0x400E1150U) /**< \brief (PIOB) Parallel Capture Mode Register */\r
-#define REG_PIOB_PCIER     (*(WoReg*)0x400E1154U) /**< \brief (PIOB) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOB_PCIDR     (*(WoReg*)0x400E1158U) /**< \brief (PIOB) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOB_PCIMR     (*(RoReg*)0x400E115CU) /**< \brief (PIOB) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOB_PCISR     (*(RoReg*)0x400E1160U) /**< \brief (PIOB) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOB_PCRHR     (*(RoReg*)0x400E1164U) /**< \brief (PIOB) Parallel Capture Reception Holding Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PIOB_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioc.h
deleted file mode 100644 (file)
index c6e81e4..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIOC_INSTANCE_\r
-#define _SAM4E_PIOC_INSTANCE_\r
-\r
-/* ========== Register definition for PIOC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PIOC_PER                (0x400E1200U) /**< \brief (PIOC) PIO Enable Register */\r
-#define REG_PIOC_PDR                (0x400E1204U) /**< \brief (PIOC) PIO Disable Register */\r
-#define REG_PIOC_PSR                (0x400E1208U) /**< \brief (PIOC) PIO Status Register */\r
-#define REG_PIOC_OER                (0x400E1210U) /**< \brief (PIOC) Output Enable Register */\r
-#define REG_PIOC_ODR                (0x400E1214U) /**< \brief (PIOC) Output Disable Register */\r
-#define REG_PIOC_OSR                (0x400E1218U) /**< \brief (PIOC) Output Status Register */\r
-#define REG_PIOC_IFER               (0x400E1220U) /**< \brief (PIOC) Glitch Input Filter Enable Register */\r
-#define REG_PIOC_IFDR               (0x400E1224U) /**< \brief (PIOC) Glitch Input Filter Disable Register */\r
-#define REG_PIOC_IFSR               (0x400E1228U) /**< \brief (PIOC) Glitch Input Filter Status Register */\r
-#define REG_PIOC_SODR               (0x400E1230U) /**< \brief (PIOC) Set Output Data Register */\r
-#define REG_PIOC_CODR               (0x400E1234U) /**< \brief (PIOC) Clear Output Data Register */\r
-#define REG_PIOC_ODSR               (0x400E1238U) /**< \brief (PIOC) Output Data Status Register */\r
-#define REG_PIOC_PDSR               (0x400E123CU) /**< \brief (PIOC) Pin Data Status Register */\r
-#define REG_PIOC_IER                (0x400E1240U) /**< \brief (PIOC) Interrupt Enable Register */\r
-#define REG_PIOC_IDR                (0x400E1244U) /**< \brief (PIOC) Interrupt Disable Register */\r
-#define REG_PIOC_IMR                (0x400E1248U) /**< \brief (PIOC) Interrupt Mask Register */\r
-#define REG_PIOC_ISR                (0x400E124CU) /**< \brief (PIOC) Interrupt Status Register */\r
-#define REG_PIOC_MDER               (0x400E1250U) /**< \brief (PIOC) Multi-driver Enable Register */\r
-#define REG_PIOC_MDDR               (0x400E1254U) /**< \brief (PIOC) Multi-driver Disable Register */\r
-#define REG_PIOC_MDSR               (0x400E1258U) /**< \brief (PIOC) Multi-driver Status Register */\r
-#define REG_PIOC_PUDR               (0x400E1260U) /**< \brief (PIOC) Pull-up Disable Register */\r
-#define REG_PIOC_PUER               (0x400E1264U) /**< \brief (PIOC) Pull-up Enable Register */\r
-#define REG_PIOC_PUSR               (0x400E1268U) /**< \brief (PIOC) Pad Pull-up Status Register */\r
-#define REG_PIOC_ABCDSR             (0x400E1270U) /**< \brief (PIOC) Peripheral Select Register */\r
-#define REG_PIOC_IFSCDR             (0x400E1280U) /**< \brief (PIOC) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOC_IFSCER             (0x400E1284U) /**< \brief (PIOC) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOC_IFSCSR             (0x400E1288U) /**< \brief (PIOC) Input Filter Slow Clock Status Register */\r
-#define REG_PIOC_SCDR               (0x400E128CU) /**< \brief (PIOC) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOC_PPDDR              (0x400E1290U) /**< \brief (PIOC) Pad Pull-down Disable Register */\r
-#define REG_PIOC_PPDER              (0x400E1294U) /**< \brief (PIOC) Pad Pull-down Enable Register */\r
-#define REG_PIOC_PPDSR              (0x400E1298U) /**< \brief (PIOC) Pad Pull-down Status Register */\r
-#define REG_PIOC_OWER               (0x400E12A0U) /**< \brief (PIOC) Output Write Enable */\r
-#define REG_PIOC_OWDR               (0x400E12A4U) /**< \brief (PIOC) Output Write Disable */\r
-#define REG_PIOC_OWSR               (0x400E12A8U) /**< \brief (PIOC) Output Write Status Register */\r
-#define REG_PIOC_AIMER              (0x400E12B0U) /**< \brief (PIOC) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOC_AIMDR              (0x400E12B4U) /**< \brief (PIOC) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOC_AIMMR              (0x400E12B8U) /**< \brief (PIOC) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOC_ESR                (0x400E12C0U) /**< \brief (PIOC) Edge Select Register */\r
-#define REG_PIOC_LSR                (0x400E12C4U) /**< \brief (PIOC) Level Select Register */\r
-#define REG_PIOC_ELSR               (0x400E12C8U) /**< \brief (PIOC) Edge/Level Status Register */\r
-#define REG_PIOC_FELLSR             (0x400E12D0U) /**< \brief (PIOC) Falling Edge/Low Level Select Register */\r
-#define REG_PIOC_REHLSR             (0x400E12D4U) /**< \brief (PIOC) Rising Edge/ High Level Select Register */\r
-#define REG_PIOC_FRLHSR             (0x400E12D8U) /**< \brief (PIOC) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOC_LOCKSR             (0x400E12E0U) /**< \brief (PIOC) Lock Status */\r
-#define REG_PIOC_WPMR               (0x400E12E4U) /**< \brief (PIOC) Write Protect Mode Register */\r
-#define REG_PIOC_WPSR               (0x400E12E8U) /**< \brief (PIOC) Write Protect Status Register */\r
-#define REG_PIOC_SCHMITT            (0x400E1300U) /**< \brief (PIOC) Schmitt Trigger Register */\r
-#define REG_PIOC_DELAYR             (0x400E1310U) /**< \brief (PIOC) IO Delay Register */\r
-#define REG_PIOC_PCMR               (0x400E1350U) /**< \brief (PIOC) Parallel Capture Mode Register */\r
-#define REG_PIOC_PCIER              (0x400E1354U) /**< \brief (PIOC) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOC_PCIDR              (0x400E1358U) /**< \brief (PIOC) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOC_PCIMR              (0x400E135CU) /**< \brief (PIOC) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOC_PCISR              (0x400E1360U) /**< \brief (PIOC) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOC_PCRHR              (0x400E1364U) /**< \brief (PIOC) Parallel Capture Reception Holding Register */\r
-#else\r
-#define REG_PIOC_PER       (*(WoReg*)0x400E1200U) /**< \brief (PIOC) PIO Enable Register */\r
-#define REG_PIOC_PDR       (*(WoReg*)0x400E1204U) /**< \brief (PIOC) PIO Disable Register */\r
-#define REG_PIOC_PSR       (*(RoReg*)0x400E1208U) /**< \brief (PIOC) PIO Status Register */\r
-#define REG_PIOC_OER       (*(WoReg*)0x400E1210U) /**< \brief (PIOC) Output Enable Register */\r
-#define REG_PIOC_ODR       (*(WoReg*)0x400E1214U) /**< \brief (PIOC) Output Disable Register */\r
-#define REG_PIOC_OSR       (*(RoReg*)0x400E1218U) /**< \brief (PIOC) Output Status Register */\r
-#define REG_PIOC_IFER      (*(WoReg*)0x400E1220U) /**< \brief (PIOC) Glitch Input Filter Enable Register */\r
-#define REG_PIOC_IFDR      (*(WoReg*)0x400E1224U) /**< \brief (PIOC) Glitch Input Filter Disable Register */\r
-#define REG_PIOC_IFSR      (*(RoReg*)0x400E1228U) /**< \brief (PIOC) Glitch Input Filter Status Register */\r
-#define REG_PIOC_SODR      (*(WoReg*)0x400E1230U) /**< \brief (PIOC) Set Output Data Register */\r
-#define REG_PIOC_CODR      (*(WoReg*)0x400E1234U) /**< \brief (PIOC) Clear Output Data Register */\r
-#define REG_PIOC_ODSR      (*(RwReg*)0x400E1238U) /**< \brief (PIOC) Output Data Status Register */\r
-#define REG_PIOC_PDSR      (*(RoReg*)0x400E123CU) /**< \brief (PIOC) Pin Data Status Register */\r
-#define REG_PIOC_IER       (*(WoReg*)0x400E1240U) /**< \brief (PIOC) Interrupt Enable Register */\r
-#define REG_PIOC_IDR       (*(WoReg*)0x400E1244U) /**< \brief (PIOC) Interrupt Disable Register */\r
-#define REG_PIOC_IMR       (*(RoReg*)0x400E1248U) /**< \brief (PIOC) Interrupt Mask Register */\r
-#define REG_PIOC_ISR       (*(RoReg*)0x400E124CU) /**< \brief (PIOC) Interrupt Status Register */\r
-#define REG_PIOC_MDER      (*(WoReg*)0x400E1250U) /**< \brief (PIOC) Multi-driver Enable Register */\r
-#define REG_PIOC_MDDR      (*(WoReg*)0x400E1254U) /**< \brief (PIOC) Multi-driver Disable Register */\r
-#define REG_PIOC_MDSR      (*(RoReg*)0x400E1258U) /**< \brief (PIOC) Multi-driver Status Register */\r
-#define REG_PIOC_PUDR      (*(WoReg*)0x400E1260U) /**< \brief (PIOC) Pull-up Disable Register */\r
-#define REG_PIOC_PUER      (*(WoReg*)0x400E1264U) /**< \brief (PIOC) Pull-up Enable Register */\r
-#define REG_PIOC_PUSR      (*(RoReg*)0x400E1268U) /**< \brief (PIOC) Pad Pull-up Status Register */\r
-#define REG_PIOC_ABCDSR    (*(RwReg*)0x400E1270U) /**< \brief (PIOC) Peripheral Select Register */\r
-#define REG_PIOC_IFSCDR    (*(WoReg*)0x400E1280U) /**< \brief (PIOC) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOC_IFSCER    (*(WoReg*)0x400E1284U) /**< \brief (PIOC) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOC_IFSCSR    (*(RoReg*)0x400E1288U) /**< \brief (PIOC) Input Filter Slow Clock Status Register */\r
-#define REG_PIOC_SCDR      (*(RwReg*)0x400E128CU) /**< \brief (PIOC) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOC_PPDDR     (*(WoReg*)0x400E1290U) /**< \brief (PIOC) Pad Pull-down Disable Register */\r
-#define REG_PIOC_PPDER     (*(WoReg*)0x400E1294U) /**< \brief (PIOC) Pad Pull-down Enable Register */\r
-#define REG_PIOC_PPDSR     (*(RoReg*)0x400E1298U) /**< \brief (PIOC) Pad Pull-down Status Register */\r
-#define REG_PIOC_OWER      (*(WoReg*)0x400E12A0U) /**< \brief (PIOC) Output Write Enable */\r
-#define REG_PIOC_OWDR      (*(WoReg*)0x400E12A4U) /**< \brief (PIOC) Output Write Disable */\r
-#define REG_PIOC_OWSR      (*(RoReg*)0x400E12A8U) /**< \brief (PIOC) Output Write Status Register */\r
-#define REG_PIOC_AIMER     (*(WoReg*)0x400E12B0U) /**< \brief (PIOC) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOC_AIMDR     (*(WoReg*)0x400E12B4U) /**< \brief (PIOC) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOC_AIMMR     (*(RoReg*)0x400E12B8U) /**< \brief (PIOC) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOC_ESR       (*(WoReg*)0x400E12C0U) /**< \brief (PIOC) Edge Select Register */\r
-#define REG_PIOC_LSR       (*(WoReg*)0x400E12C4U) /**< \brief (PIOC) Level Select Register */\r
-#define REG_PIOC_ELSR      (*(RoReg*)0x400E12C8U) /**< \brief (PIOC) Edge/Level Status Register */\r
-#define REG_PIOC_FELLSR    (*(WoReg*)0x400E12D0U) /**< \brief (PIOC) Falling Edge/Low Level Select Register */\r
-#define REG_PIOC_REHLSR    (*(WoReg*)0x400E12D4U) /**< \brief (PIOC) Rising Edge/ High Level Select Register */\r
-#define REG_PIOC_FRLHSR    (*(RoReg*)0x400E12D8U) /**< \brief (PIOC) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOC_LOCKSR    (*(RoReg*)0x400E12E0U) /**< \brief (PIOC) Lock Status */\r
-#define REG_PIOC_WPMR      (*(RwReg*)0x400E12E4U) /**< \brief (PIOC) Write Protect Mode Register */\r
-#define REG_PIOC_WPSR      (*(RoReg*)0x400E12E8U) /**< \brief (PIOC) Write Protect Status Register */\r
-#define REG_PIOC_SCHMITT   (*(RwReg*)0x400E1300U) /**< \brief (PIOC) Schmitt Trigger Register */\r
-#define REG_PIOC_DELAYR    (*(RwReg*)0x400E1310U) /**< \brief (PIOC) IO Delay Register */\r
-#define REG_PIOC_PCMR      (*(RwReg*)0x400E1350U) /**< \brief (PIOC) Parallel Capture Mode Register */\r
-#define REG_PIOC_PCIER     (*(WoReg*)0x400E1354U) /**< \brief (PIOC) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOC_PCIDR     (*(WoReg*)0x400E1358U) /**< \brief (PIOC) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOC_PCIMR     (*(RoReg*)0x400E135CU) /**< \brief (PIOC) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOC_PCISR     (*(RoReg*)0x400E1360U) /**< \brief (PIOC) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOC_PCRHR     (*(RoReg*)0x400E1364U) /**< \brief (PIOC) Parallel Capture Reception Holding Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PIOC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piod.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/piod.h
deleted file mode 100644 (file)
index 2e52883..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIOD_INSTANCE_\r
-#define _SAM4E_PIOD_INSTANCE_\r
-\r
-/* ========== Register definition for PIOD peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PIOD_PER                (0x400E1400U) /**< \brief (PIOD) PIO Enable Register */\r
-#define REG_PIOD_PDR                (0x400E1404U) /**< \brief (PIOD) PIO Disable Register */\r
-#define REG_PIOD_PSR                (0x400E1408U) /**< \brief (PIOD) PIO Status Register */\r
-#define REG_PIOD_OER                (0x400E1410U) /**< \brief (PIOD) Output Enable Register */\r
-#define REG_PIOD_ODR                (0x400E1414U) /**< \brief (PIOD) Output Disable Register */\r
-#define REG_PIOD_OSR                (0x400E1418U) /**< \brief (PIOD) Output Status Register */\r
-#define REG_PIOD_IFER               (0x400E1420U) /**< \brief (PIOD) Glitch Input Filter Enable Register */\r
-#define REG_PIOD_IFDR               (0x400E1424U) /**< \brief (PIOD) Glitch Input Filter Disable Register */\r
-#define REG_PIOD_IFSR               (0x400E1428U) /**< \brief (PIOD) Glitch Input Filter Status Register */\r
-#define REG_PIOD_SODR               (0x400E1430U) /**< \brief (PIOD) Set Output Data Register */\r
-#define REG_PIOD_CODR               (0x400E1434U) /**< \brief (PIOD) Clear Output Data Register */\r
-#define REG_PIOD_ODSR               (0x400E1438U) /**< \brief (PIOD) Output Data Status Register */\r
-#define REG_PIOD_PDSR               (0x400E143CU) /**< \brief (PIOD) Pin Data Status Register */\r
-#define REG_PIOD_IER                (0x400E1440U) /**< \brief (PIOD) Interrupt Enable Register */\r
-#define REG_PIOD_IDR                (0x400E1444U) /**< \brief (PIOD) Interrupt Disable Register */\r
-#define REG_PIOD_IMR                (0x400E1448U) /**< \brief (PIOD) Interrupt Mask Register */\r
-#define REG_PIOD_ISR                (0x400E144CU) /**< \brief (PIOD) Interrupt Status Register */\r
-#define REG_PIOD_MDER               (0x400E1450U) /**< \brief (PIOD) Multi-driver Enable Register */\r
-#define REG_PIOD_MDDR               (0x400E1454U) /**< \brief (PIOD) Multi-driver Disable Register */\r
-#define REG_PIOD_MDSR               (0x400E1458U) /**< \brief (PIOD) Multi-driver Status Register */\r
-#define REG_PIOD_PUDR               (0x400E1460U) /**< \brief (PIOD) Pull-up Disable Register */\r
-#define REG_PIOD_PUER               (0x400E1464U) /**< \brief (PIOD) Pull-up Enable Register */\r
-#define REG_PIOD_PUSR               (0x400E1468U) /**< \brief (PIOD) Pad Pull-up Status Register */\r
-#define REG_PIOD_ABCDSR             (0x400E1470U) /**< \brief (PIOD) Peripheral Select Register */\r
-#define REG_PIOD_IFSCDR             (0x400E1480U) /**< \brief (PIOD) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOD_IFSCER             (0x400E1484U) /**< \brief (PIOD) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOD_IFSCSR             (0x400E1488U) /**< \brief (PIOD) Input Filter Slow Clock Status Register */\r
-#define REG_PIOD_SCDR               (0x400E148CU) /**< \brief (PIOD) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOD_PPDDR              (0x400E1490U) /**< \brief (PIOD) Pad Pull-down Disable Register */\r
-#define REG_PIOD_PPDER              (0x400E1494U) /**< \brief (PIOD) Pad Pull-down Enable Register */\r
-#define REG_PIOD_PPDSR              (0x400E1498U) /**< \brief (PIOD) Pad Pull-down Status Register */\r
-#define REG_PIOD_OWER               (0x400E14A0U) /**< \brief (PIOD) Output Write Enable */\r
-#define REG_PIOD_OWDR               (0x400E14A4U) /**< \brief (PIOD) Output Write Disable */\r
-#define REG_PIOD_OWSR               (0x400E14A8U) /**< \brief (PIOD) Output Write Status Register */\r
-#define REG_PIOD_AIMER              (0x400E14B0U) /**< \brief (PIOD) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOD_AIMDR              (0x400E14B4U) /**< \brief (PIOD) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOD_AIMMR              (0x400E14B8U) /**< \brief (PIOD) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOD_ESR                (0x400E14C0U) /**< \brief (PIOD) Edge Select Register */\r
-#define REG_PIOD_LSR                (0x400E14C4U) /**< \brief (PIOD) Level Select Register */\r
-#define REG_PIOD_ELSR               (0x400E14C8U) /**< \brief (PIOD) Edge/Level Status Register */\r
-#define REG_PIOD_FELLSR             (0x400E14D0U) /**< \brief (PIOD) Falling Edge/Low Level Select Register */\r
-#define REG_PIOD_REHLSR             (0x400E14D4U) /**< \brief (PIOD) Rising Edge/ High Level Select Register */\r
-#define REG_PIOD_FRLHSR             (0x400E14D8U) /**< \brief (PIOD) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOD_LOCKSR             (0x400E14E0U) /**< \brief (PIOD) Lock Status */\r
-#define REG_PIOD_WPMR               (0x400E14E4U) /**< \brief (PIOD) Write Protect Mode Register */\r
-#define REG_PIOD_WPSR               (0x400E14E8U) /**< \brief (PIOD) Write Protect Status Register */\r
-#define REG_PIOD_SCHMITT            (0x400E1500U) /**< \brief (PIOD) Schmitt Trigger Register */\r
-#define REG_PIOD_DELAYR             (0x400E1510U) /**< \brief (PIOD) IO Delay Register */\r
-#define REG_PIOD_PCMR               (0x400E1550U) /**< \brief (PIOD) Parallel Capture Mode Register */\r
-#define REG_PIOD_PCIER              (0x400E1554U) /**< \brief (PIOD) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOD_PCIDR              (0x400E1558U) /**< \brief (PIOD) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOD_PCIMR              (0x400E155CU) /**< \brief (PIOD) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOD_PCISR              (0x400E1560U) /**< \brief (PIOD) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOD_PCRHR              (0x400E1564U) /**< \brief (PIOD) Parallel Capture Reception Holding Register */\r
-#else\r
-#define REG_PIOD_PER       (*(WoReg*)0x400E1400U) /**< \brief (PIOD) PIO Enable Register */\r
-#define REG_PIOD_PDR       (*(WoReg*)0x400E1404U) /**< \brief (PIOD) PIO Disable Register */\r
-#define REG_PIOD_PSR       (*(RoReg*)0x400E1408U) /**< \brief (PIOD) PIO Status Register */\r
-#define REG_PIOD_OER       (*(WoReg*)0x400E1410U) /**< \brief (PIOD) Output Enable Register */\r
-#define REG_PIOD_ODR       (*(WoReg*)0x400E1414U) /**< \brief (PIOD) Output Disable Register */\r
-#define REG_PIOD_OSR       (*(RoReg*)0x400E1418U) /**< \brief (PIOD) Output Status Register */\r
-#define REG_PIOD_IFER      (*(WoReg*)0x400E1420U) /**< \brief (PIOD) Glitch Input Filter Enable Register */\r
-#define REG_PIOD_IFDR      (*(WoReg*)0x400E1424U) /**< \brief (PIOD) Glitch Input Filter Disable Register */\r
-#define REG_PIOD_IFSR      (*(RoReg*)0x400E1428U) /**< \brief (PIOD) Glitch Input Filter Status Register */\r
-#define REG_PIOD_SODR      (*(WoReg*)0x400E1430U) /**< \brief (PIOD) Set Output Data Register */\r
-#define REG_PIOD_CODR      (*(WoReg*)0x400E1434U) /**< \brief (PIOD) Clear Output Data Register */\r
-#define REG_PIOD_ODSR      (*(RwReg*)0x400E1438U) /**< \brief (PIOD) Output Data Status Register */\r
-#define REG_PIOD_PDSR      (*(RoReg*)0x400E143CU) /**< \brief (PIOD) Pin Data Status Register */\r
-#define REG_PIOD_IER       (*(WoReg*)0x400E1440U) /**< \brief (PIOD) Interrupt Enable Register */\r
-#define REG_PIOD_IDR       (*(WoReg*)0x400E1444U) /**< \brief (PIOD) Interrupt Disable Register */\r
-#define REG_PIOD_IMR       (*(RoReg*)0x400E1448U) /**< \brief (PIOD) Interrupt Mask Register */\r
-#define REG_PIOD_ISR       (*(RoReg*)0x400E144CU) /**< \brief (PIOD) Interrupt Status Register */\r
-#define REG_PIOD_MDER      (*(WoReg*)0x400E1450U) /**< \brief (PIOD) Multi-driver Enable Register */\r
-#define REG_PIOD_MDDR      (*(WoReg*)0x400E1454U) /**< \brief (PIOD) Multi-driver Disable Register */\r
-#define REG_PIOD_MDSR      (*(RoReg*)0x400E1458U) /**< \brief (PIOD) Multi-driver Status Register */\r
-#define REG_PIOD_PUDR      (*(WoReg*)0x400E1460U) /**< \brief (PIOD) Pull-up Disable Register */\r
-#define REG_PIOD_PUER      (*(WoReg*)0x400E1464U) /**< \brief (PIOD) Pull-up Enable Register */\r
-#define REG_PIOD_PUSR      (*(RoReg*)0x400E1468U) /**< \brief (PIOD) Pad Pull-up Status Register */\r
-#define REG_PIOD_ABCDSR    (*(RwReg*)0x400E1470U) /**< \brief (PIOD) Peripheral Select Register */\r
-#define REG_PIOD_IFSCDR    (*(WoReg*)0x400E1480U) /**< \brief (PIOD) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOD_IFSCER    (*(WoReg*)0x400E1484U) /**< \brief (PIOD) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOD_IFSCSR    (*(RoReg*)0x400E1488U) /**< \brief (PIOD) Input Filter Slow Clock Status Register */\r
-#define REG_PIOD_SCDR      (*(RwReg*)0x400E148CU) /**< \brief (PIOD) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOD_PPDDR     (*(WoReg*)0x400E1490U) /**< \brief (PIOD) Pad Pull-down Disable Register */\r
-#define REG_PIOD_PPDER     (*(WoReg*)0x400E1494U) /**< \brief (PIOD) Pad Pull-down Enable Register */\r
-#define REG_PIOD_PPDSR     (*(RoReg*)0x400E1498U) /**< \brief (PIOD) Pad Pull-down Status Register */\r
-#define REG_PIOD_OWER      (*(WoReg*)0x400E14A0U) /**< \brief (PIOD) Output Write Enable */\r
-#define REG_PIOD_OWDR      (*(WoReg*)0x400E14A4U) /**< \brief (PIOD) Output Write Disable */\r
-#define REG_PIOD_OWSR      (*(RoReg*)0x400E14A8U) /**< \brief (PIOD) Output Write Status Register */\r
-#define REG_PIOD_AIMER     (*(WoReg*)0x400E14B0U) /**< \brief (PIOD) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOD_AIMDR     (*(WoReg*)0x400E14B4U) /**< \brief (PIOD) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOD_AIMMR     (*(RoReg*)0x400E14B8U) /**< \brief (PIOD) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOD_ESR       (*(WoReg*)0x400E14C0U) /**< \brief (PIOD) Edge Select Register */\r
-#define REG_PIOD_LSR       (*(WoReg*)0x400E14C4U) /**< \brief (PIOD) Level Select Register */\r
-#define REG_PIOD_ELSR      (*(RoReg*)0x400E14C8U) /**< \brief (PIOD) Edge/Level Status Register */\r
-#define REG_PIOD_FELLSR    (*(WoReg*)0x400E14D0U) /**< \brief (PIOD) Falling Edge/Low Level Select Register */\r
-#define REG_PIOD_REHLSR    (*(WoReg*)0x400E14D4U) /**< \brief (PIOD) Rising Edge/ High Level Select Register */\r
-#define REG_PIOD_FRLHSR    (*(RoReg*)0x400E14D8U) /**< \brief (PIOD) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOD_LOCKSR    (*(RoReg*)0x400E14E0U) /**< \brief (PIOD) Lock Status */\r
-#define REG_PIOD_WPMR      (*(RwReg*)0x400E14E4U) /**< \brief (PIOD) Write Protect Mode Register */\r
-#define REG_PIOD_WPSR      (*(RoReg*)0x400E14E8U) /**< \brief (PIOD) Write Protect Status Register */\r
-#define REG_PIOD_SCHMITT   (*(RwReg*)0x400E1500U) /**< \brief (PIOD) Schmitt Trigger Register */\r
-#define REG_PIOD_DELAYR    (*(RwReg*)0x400E1510U) /**< \brief (PIOD) IO Delay Register */\r
-#define REG_PIOD_PCMR      (*(RwReg*)0x400E1550U) /**< \brief (PIOD) Parallel Capture Mode Register */\r
-#define REG_PIOD_PCIER     (*(WoReg*)0x400E1554U) /**< \brief (PIOD) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOD_PCIDR     (*(WoReg*)0x400E1558U) /**< \brief (PIOD) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOD_PCIMR     (*(RoReg*)0x400E155CU) /**< \brief (PIOD) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOD_PCISR     (*(RoReg*)0x400E1560U) /**< \brief (PIOD) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOD_PCRHR     (*(RoReg*)0x400E1564U) /**< \brief (PIOD) Parallel Capture Reception Holding Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PIOD_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioe.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pioe.h
deleted file mode 100644 (file)
index 549afa1..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PIOE_INSTANCE_\r
-#define _SAM4E_PIOE_INSTANCE_\r
-\r
-/* ========== Register definition for PIOE peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PIOE_PER                (0x400E1600U) /**< \brief (PIOE) PIO Enable Register */\r
-#define REG_PIOE_PDR                (0x400E1604U) /**< \brief (PIOE) PIO Disable Register */\r
-#define REG_PIOE_PSR                (0x400E1608U) /**< \brief (PIOE) PIO Status Register */\r
-#define REG_PIOE_OER                (0x400E1610U) /**< \brief (PIOE) Output Enable Register */\r
-#define REG_PIOE_ODR                (0x400E1614U) /**< \brief (PIOE) Output Disable Register */\r
-#define REG_PIOE_OSR                (0x400E1618U) /**< \brief (PIOE) Output Status Register */\r
-#define REG_PIOE_IFER               (0x400E1620U) /**< \brief (PIOE) Glitch Input Filter Enable Register */\r
-#define REG_PIOE_IFDR               (0x400E1624U) /**< \brief (PIOE) Glitch Input Filter Disable Register */\r
-#define REG_PIOE_IFSR               (0x400E1628U) /**< \brief (PIOE) Glitch Input Filter Status Register */\r
-#define REG_PIOE_SODR               (0x400E1630U) /**< \brief (PIOE) Set Output Data Register */\r
-#define REG_PIOE_CODR               (0x400E1634U) /**< \brief (PIOE) Clear Output Data Register */\r
-#define REG_PIOE_ODSR               (0x400E1638U) /**< \brief (PIOE) Output Data Status Register */\r
-#define REG_PIOE_PDSR               (0x400E163CU) /**< \brief (PIOE) Pin Data Status Register */\r
-#define REG_PIOE_IER                (0x400E1640U) /**< \brief (PIOE) Interrupt Enable Register */\r
-#define REG_PIOE_IDR                (0x400E1644U) /**< \brief (PIOE) Interrupt Disable Register */\r
-#define REG_PIOE_IMR                (0x400E1648U) /**< \brief (PIOE) Interrupt Mask Register */\r
-#define REG_PIOE_ISR                (0x400E164CU) /**< \brief (PIOE) Interrupt Status Register */\r
-#define REG_PIOE_MDER               (0x400E1650U) /**< \brief (PIOE) Multi-driver Enable Register */\r
-#define REG_PIOE_MDDR               (0x400E1654U) /**< \brief (PIOE) Multi-driver Disable Register */\r
-#define REG_PIOE_MDSR               (0x400E1658U) /**< \brief (PIOE) Multi-driver Status Register */\r
-#define REG_PIOE_PUDR               (0x400E1660U) /**< \brief (PIOE) Pull-up Disable Register */\r
-#define REG_PIOE_PUER               (0x400E1664U) /**< \brief (PIOE) Pull-up Enable Register */\r
-#define REG_PIOE_PUSR               (0x400E1668U) /**< \brief (PIOE) Pad Pull-up Status Register */\r
-#define REG_PIOE_ABCDSR             (0x400E1670U) /**< \brief (PIOE) Peripheral Select Register */\r
-#define REG_PIOE_IFSCDR             (0x400E1680U) /**< \brief (PIOE) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOE_IFSCER             (0x400E1684U) /**< \brief (PIOE) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOE_IFSCSR             (0x400E1688U) /**< \brief (PIOE) Input Filter Slow Clock Status Register */\r
-#define REG_PIOE_SCDR               (0x400E168CU) /**< \brief (PIOE) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOE_PPDDR              (0x400E1690U) /**< \brief (PIOE) Pad Pull-down Disable Register */\r
-#define REG_PIOE_PPDER              (0x400E1694U) /**< \brief (PIOE) Pad Pull-down Enable Register */\r
-#define REG_PIOE_PPDSR              (0x400E1698U) /**< \brief (PIOE) Pad Pull-down Status Register */\r
-#define REG_PIOE_OWER               (0x400E16A0U) /**< \brief (PIOE) Output Write Enable */\r
-#define REG_PIOE_OWDR               (0x400E16A4U) /**< \brief (PIOE) Output Write Disable */\r
-#define REG_PIOE_OWSR               (0x400E16A8U) /**< \brief (PIOE) Output Write Status Register */\r
-#define REG_PIOE_AIMER              (0x400E16B0U) /**< \brief (PIOE) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOE_AIMDR              (0x400E16B4U) /**< \brief (PIOE) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOE_AIMMR              (0x400E16B8U) /**< \brief (PIOE) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOE_ESR                (0x400E16C0U) /**< \brief (PIOE) Edge Select Register */\r
-#define REG_PIOE_LSR                (0x400E16C4U) /**< \brief (PIOE) Level Select Register */\r
-#define REG_PIOE_ELSR               (0x400E16C8U) /**< \brief (PIOE) Edge/Level Status Register */\r
-#define REG_PIOE_FELLSR             (0x400E16D0U) /**< \brief (PIOE) Falling Edge/Low Level Select Register */\r
-#define REG_PIOE_REHLSR             (0x400E16D4U) /**< \brief (PIOE) Rising Edge/ High Level Select Register */\r
-#define REG_PIOE_FRLHSR             (0x400E16D8U) /**< \brief (PIOE) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOE_LOCKSR             (0x400E16E0U) /**< \brief (PIOE) Lock Status */\r
-#define REG_PIOE_WPMR               (0x400E16E4U) /**< \brief (PIOE) Write Protect Mode Register */\r
-#define REG_PIOE_WPSR               (0x400E16E8U) /**< \brief (PIOE) Write Protect Status Register */\r
-#define REG_PIOE_SCHMITT            (0x400E1700U) /**< \brief (PIOE) Schmitt Trigger Register */\r
-#define REG_PIOE_DELAYR             (0x400E1710U) /**< \brief (PIOE) IO Delay Register */\r
-#define REG_PIOE_PCMR               (0x400E1750U) /**< \brief (PIOE) Parallel Capture Mode Register */\r
-#define REG_PIOE_PCIER              (0x400E1754U) /**< \brief (PIOE) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOE_PCIDR              (0x400E1758U) /**< \brief (PIOE) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOE_PCIMR              (0x400E175CU) /**< \brief (PIOE) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOE_PCISR              (0x400E1760U) /**< \brief (PIOE) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOE_PCRHR              (0x400E1764U) /**< \brief (PIOE) Parallel Capture Reception Holding Register */\r
-#else\r
-#define REG_PIOE_PER       (*(WoReg*)0x400E1600U) /**< \brief (PIOE) PIO Enable Register */\r
-#define REG_PIOE_PDR       (*(WoReg*)0x400E1604U) /**< \brief (PIOE) PIO Disable Register */\r
-#define REG_PIOE_PSR       (*(RoReg*)0x400E1608U) /**< \brief (PIOE) PIO Status Register */\r
-#define REG_PIOE_OER       (*(WoReg*)0x400E1610U) /**< \brief (PIOE) Output Enable Register */\r
-#define REG_PIOE_ODR       (*(WoReg*)0x400E1614U) /**< \brief (PIOE) Output Disable Register */\r
-#define REG_PIOE_OSR       (*(RoReg*)0x400E1618U) /**< \brief (PIOE) Output Status Register */\r
-#define REG_PIOE_IFER      (*(WoReg*)0x400E1620U) /**< \brief (PIOE) Glitch Input Filter Enable Register */\r
-#define REG_PIOE_IFDR      (*(WoReg*)0x400E1624U) /**< \brief (PIOE) Glitch Input Filter Disable Register */\r
-#define REG_PIOE_IFSR      (*(RoReg*)0x400E1628U) /**< \brief (PIOE) Glitch Input Filter Status Register */\r
-#define REG_PIOE_SODR      (*(WoReg*)0x400E1630U) /**< \brief (PIOE) Set Output Data Register */\r
-#define REG_PIOE_CODR      (*(WoReg*)0x400E1634U) /**< \brief (PIOE) Clear Output Data Register */\r
-#define REG_PIOE_ODSR      (*(RwReg*)0x400E1638U) /**< \brief (PIOE) Output Data Status Register */\r
-#define REG_PIOE_PDSR      (*(RoReg*)0x400E163CU) /**< \brief (PIOE) Pin Data Status Register */\r
-#define REG_PIOE_IER       (*(WoReg*)0x400E1640U) /**< \brief (PIOE) Interrupt Enable Register */\r
-#define REG_PIOE_IDR       (*(WoReg*)0x400E1644U) /**< \brief (PIOE) Interrupt Disable Register */\r
-#define REG_PIOE_IMR       (*(RoReg*)0x400E1648U) /**< \brief (PIOE) Interrupt Mask Register */\r
-#define REG_PIOE_ISR       (*(RoReg*)0x400E164CU) /**< \brief (PIOE) Interrupt Status Register */\r
-#define REG_PIOE_MDER      (*(WoReg*)0x400E1650U) /**< \brief (PIOE) Multi-driver Enable Register */\r
-#define REG_PIOE_MDDR      (*(WoReg*)0x400E1654U) /**< \brief (PIOE) Multi-driver Disable Register */\r
-#define REG_PIOE_MDSR      (*(RoReg*)0x400E1658U) /**< \brief (PIOE) Multi-driver Status Register */\r
-#define REG_PIOE_PUDR      (*(WoReg*)0x400E1660U) /**< \brief (PIOE) Pull-up Disable Register */\r
-#define REG_PIOE_PUER      (*(WoReg*)0x400E1664U) /**< \brief (PIOE) Pull-up Enable Register */\r
-#define REG_PIOE_PUSR      (*(RoReg*)0x400E1668U) /**< \brief (PIOE) Pad Pull-up Status Register */\r
-#define REG_PIOE_ABCDSR    (*(RwReg*)0x400E1670U) /**< \brief (PIOE) Peripheral Select Register */\r
-#define REG_PIOE_IFSCDR    (*(WoReg*)0x400E1680U) /**< \brief (PIOE) Input Filter Slow Clock Disable Register */\r
-#define REG_PIOE_IFSCER    (*(WoReg*)0x400E1684U) /**< \brief (PIOE) Input Filter Slow Clock Enable Register */\r
-#define REG_PIOE_IFSCSR    (*(RoReg*)0x400E1688U) /**< \brief (PIOE) Input Filter Slow Clock Status Register */\r
-#define REG_PIOE_SCDR      (*(RwReg*)0x400E168CU) /**< \brief (PIOE) Slow Clock Divider Debouncing Register */\r
-#define REG_PIOE_PPDDR     (*(WoReg*)0x400E1690U) /**< \brief (PIOE) Pad Pull-down Disable Register */\r
-#define REG_PIOE_PPDER     (*(WoReg*)0x400E1694U) /**< \brief (PIOE) Pad Pull-down Enable Register */\r
-#define REG_PIOE_PPDSR     (*(RoReg*)0x400E1698U) /**< \brief (PIOE) Pad Pull-down Status Register */\r
-#define REG_PIOE_OWER      (*(WoReg*)0x400E16A0U) /**< \brief (PIOE) Output Write Enable */\r
-#define REG_PIOE_OWDR      (*(WoReg*)0x400E16A4U) /**< \brief (PIOE) Output Write Disable */\r
-#define REG_PIOE_OWSR      (*(RoReg*)0x400E16A8U) /**< \brief (PIOE) Output Write Status Register */\r
-#define REG_PIOE_AIMER     (*(WoReg*)0x400E16B0U) /**< \brief (PIOE) Additional Interrupt Modes Enable Register */\r
-#define REG_PIOE_AIMDR     (*(WoReg*)0x400E16B4U) /**< \brief (PIOE) Additional Interrupt Modes Disables Register */\r
-#define REG_PIOE_AIMMR     (*(RoReg*)0x400E16B8U) /**< \brief (PIOE) Additional Interrupt Modes Mask Register */\r
-#define REG_PIOE_ESR       (*(WoReg*)0x400E16C0U) /**< \brief (PIOE) Edge Select Register */\r
-#define REG_PIOE_LSR       (*(WoReg*)0x400E16C4U) /**< \brief (PIOE) Level Select Register */\r
-#define REG_PIOE_ELSR      (*(RoReg*)0x400E16C8U) /**< \brief (PIOE) Edge/Level Status Register */\r
-#define REG_PIOE_FELLSR    (*(WoReg*)0x400E16D0U) /**< \brief (PIOE) Falling Edge/Low Level Select Register */\r
-#define REG_PIOE_REHLSR    (*(WoReg*)0x400E16D4U) /**< \brief (PIOE) Rising Edge/ High Level Select Register */\r
-#define REG_PIOE_FRLHSR    (*(RoReg*)0x400E16D8U) /**< \brief (PIOE) Fall/Rise - Low/High Status Register */\r
-#define REG_PIOE_LOCKSR    (*(RoReg*)0x400E16E0U) /**< \brief (PIOE) Lock Status */\r
-#define REG_PIOE_WPMR      (*(RwReg*)0x400E16E4U) /**< \brief (PIOE) Write Protect Mode Register */\r
-#define REG_PIOE_WPSR      (*(RoReg*)0x400E16E8U) /**< \brief (PIOE) Write Protect Status Register */\r
-#define REG_PIOE_SCHMITT   (*(RwReg*)0x400E1700U) /**< \brief (PIOE) Schmitt Trigger Register */\r
-#define REG_PIOE_DELAYR    (*(RwReg*)0x400E1710U) /**< \brief (PIOE) IO Delay Register */\r
-#define REG_PIOE_PCMR      (*(RwReg*)0x400E1750U) /**< \brief (PIOE) Parallel Capture Mode Register */\r
-#define REG_PIOE_PCIER     (*(WoReg*)0x400E1754U) /**< \brief (PIOE) Parallel Capture Interrupt Enable Register */\r
-#define REG_PIOE_PCIDR     (*(WoReg*)0x400E1758U) /**< \brief (PIOE) Parallel Capture Interrupt Disable Register */\r
-#define REG_PIOE_PCIMR     (*(RoReg*)0x400E175CU) /**< \brief (PIOE) Parallel Capture Interrupt Mask Register */\r
-#define REG_PIOE_PCISR     (*(RoReg*)0x400E1760U) /**< \brief (PIOE) Parallel Capture Interrupt Status Register */\r
-#define REG_PIOE_PCRHR     (*(RoReg*)0x400E1764U) /**< \brief (PIOE) Parallel Capture Reception Holding Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PIOE_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pmc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pmc.h
deleted file mode 100644 (file)
index 69a38e8..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PMC_INSTANCE_\r
-#define _SAM4E_PMC_INSTANCE_\r
-\r
-/* ========== Register definition for PMC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PMC_SCER            (0x400E0400U) /**< \brief (PMC) System Clock Enable Register */\r
-#define REG_PMC_SCDR            (0x400E0404U) /**< \brief (PMC) System Clock Disable Register */\r
-#define REG_PMC_SCSR            (0x400E0408U) /**< \brief (PMC) System Clock Status Register */\r
-#define REG_PMC_PCER0           (0x400E0410U) /**< \brief (PMC) Peripheral Clock Enable Register 0 */\r
-#define REG_PMC_PCDR0           (0x400E0414U) /**< \brief (PMC) Peripheral Clock Disable Register 0 */\r
-#define REG_PMC_PCSR0           (0x400E0418U) /**< \brief (PMC) Peripheral Clock Status Register 0 */\r
-#define REG_CKGR_MOR            (0x400E0420U) /**< \brief (PMC) Main Oscillator Register */\r
-#define REG_CKGR_MCFR           (0x400E0424U) /**< \brief (PMC) Main Clock Frequency Register */\r
-#define REG_CKGR_PLLAR          (0x400E0428U) /**< \brief (PMC) PLLA Register */\r
-#define REG_PMC_MCKR            (0x400E0430U) /**< \brief (PMC) Master Clock Register */\r
-#define REG_PMC_USB             (0x400E0438U) /**< \brief (PMC) USB Clock Register */\r
-#define REG_PMC_PCK             (0x400E0440U) /**< \brief (PMC) Programmable Clock 0 Register */\r
-#define REG_PMC_IER             (0x400E0460U) /**< \brief (PMC) Interrupt Enable Register */\r
-#define REG_PMC_IDR             (0x400E0464U) /**< \brief (PMC) Interrupt Disable Register */\r
-#define REG_PMC_SR              (0x400E0468U) /**< \brief (PMC) Status Register */\r
-#define REG_PMC_IMR             (0x400E046CU) /**< \brief (PMC) Interrupt Mask Register */\r
-#define REG_PMC_FSMR            (0x400E0470U) /**< \brief (PMC) Fast Start-up Mode Register */\r
-#define REG_PMC_FSPR            (0x400E0474U) /**< \brief (PMC) Fast Start-up Polarity Register */\r
-#define REG_PMC_FOCR            (0x400E0478U) /**< \brief (PMC) Fault Output Clear Register */\r
-#define REG_PMC_WPMR            (0x400E04E4U) /**< \brief (PMC) Write Protect Mode Register */\r
-#define REG_PMC_WPSR            (0x400E04E8U) /**< \brief (PMC) Write Protect Status Register */\r
-#define REG_PMC_PCER1           (0x400E0500U) /**< \brief (PMC) Peripheral Clock Enable Register 1 */\r
-#define REG_PMC_PCDR1           (0x400E0504U) /**< \brief (PMC) Peripheral Clock Disable Register 1 */\r
-#define REG_PMC_PCSR1           (0x400E0508U) /**< \brief (PMC) Peripheral Clock Status Register 1 */\r
-#define REG_PMC_OCR             (0x400E0510U) /**< \brief (PMC) Oscillator Calibration Register */\r
-#else\r
-#define REG_PMC_SCER   (*(WoReg*)0x400E0400U) /**< \brief (PMC) System Clock Enable Register */\r
-#define REG_PMC_SCDR   (*(WoReg*)0x400E0404U) /**< \brief (PMC) System Clock Disable Register */\r
-#define REG_PMC_SCSR   (*(RoReg*)0x400E0408U) /**< \brief (PMC) System Clock Status Register */\r
-#define REG_PMC_PCER0  (*(WoReg*)0x400E0410U) /**< \brief (PMC) Peripheral Clock Enable Register 0 */\r
-#define REG_PMC_PCDR0  (*(WoReg*)0x400E0414U) /**< \brief (PMC) Peripheral Clock Disable Register 0 */\r
-#define REG_PMC_PCSR0  (*(RoReg*)0x400E0418U) /**< \brief (PMC) Peripheral Clock Status Register 0 */\r
-#define REG_CKGR_MOR   (*(RwReg*)0x400E0420U) /**< \brief (PMC) Main Oscillator Register */\r
-#define REG_CKGR_MCFR  (*(RwReg*)0x400E0424U) /**< \brief (PMC) Main Clock Frequency Register */\r
-#define REG_CKGR_PLLAR (*(RwReg*)0x400E0428U) /**< \brief (PMC) PLLA Register */\r
-#define REG_PMC_MCKR   (*(RwReg*)0x400E0430U) /**< \brief (PMC) Master Clock Register */\r
-#define REG_PMC_USB    (*(RwReg*)0x400E0438U) /**< \brief (PMC) USB Clock Register */\r
-#define REG_PMC_PCK    (*(RwReg*)0x400E0440U) /**< \brief (PMC) Programmable Clock 0 Register */\r
-#define REG_PMC_IER    (*(WoReg*)0x400E0460U) /**< \brief (PMC) Interrupt Enable Register */\r
-#define REG_PMC_IDR    (*(WoReg*)0x400E0464U) /**< \brief (PMC) Interrupt Disable Register */\r
-#define REG_PMC_SR     (*(RoReg*)0x400E0468U) /**< \brief (PMC) Status Register */\r
-#define REG_PMC_IMR    (*(RoReg*)0x400E046CU) /**< \brief (PMC) Interrupt Mask Register */\r
-#define REG_PMC_FSMR   (*(RwReg*)0x400E0470U) /**< \brief (PMC) Fast Start-up Mode Register */\r
-#define REG_PMC_FSPR   (*(RwReg*)0x400E0474U) /**< \brief (PMC) Fast Start-up Polarity Register */\r
-#define REG_PMC_FOCR   (*(WoReg*)0x400E0478U) /**< \brief (PMC) Fault Output Clear Register */\r
-#define REG_PMC_WPMR   (*(RwReg*)0x400E04E4U) /**< \brief (PMC) Write Protect Mode Register */\r
-#define REG_PMC_WPSR   (*(RoReg*)0x400E04E8U) /**< \brief (PMC) Write Protect Status Register */\r
-#define REG_PMC_PCER1  (*(WoReg*)0x400E0500U) /**< \brief (PMC) Peripheral Clock Enable Register 1 */\r
-#define REG_PMC_PCDR1  (*(WoReg*)0x400E0504U) /**< \brief (PMC) Peripheral Clock Disable Register 1 */\r
-#define REG_PMC_PCSR1  (*(RoReg*)0x400E0508U) /**< \brief (PMC) Peripheral Clock Status Register 1 */\r
-#define REG_PMC_OCR    (*(RwReg*)0x400E0510U) /**< \brief (PMC) Oscillator Calibration Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PMC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pwm.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/pwm.h
deleted file mode 100644 (file)
index 938a52e..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_PWM_INSTANCE_\r
-#define _SAM4E_PWM_INSTANCE_\r
-\r
-/* ========== Register definition for PWM peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_PWM_CLK               (0x40000000U) /**< \brief (PWM) PWM Clock Register */\r
-#define REG_PWM_ENA               (0x40000004U) /**< \brief (PWM) PWM Enable Register */\r
-#define REG_PWM_DIS               (0x40000008U) /**< \brief (PWM) PWM Disable Register */\r
-#define REG_PWM_SR                (0x4000000CU) /**< \brief (PWM) PWM Status Register */\r
-#define REG_PWM_IER1              (0x40000010U) /**< \brief (PWM) PWM Interrupt Enable Register 1 */\r
-#define REG_PWM_IDR1              (0x40000014U) /**< \brief (PWM) PWM Interrupt Disable Register 1 */\r
-#define REG_PWM_IMR1              (0x40000018U) /**< \brief (PWM) PWM Interrupt Mask Register 1 */\r
-#define REG_PWM_ISR1              (0x4000001CU) /**< \brief (PWM) PWM Interrupt Status Register 1 */\r
-#define REG_PWM_SCM               (0x40000020U) /**< \brief (PWM) PWM Sync Channels Mode Register */\r
-#define REG_PWM_SCUC              (0x40000028U) /**< \brief (PWM) PWM Sync Channels Update Control Register */\r
-#define REG_PWM_SCUP              (0x4000002CU) /**< \brief (PWM) PWM Sync Channels Update Period Register */\r
-#define REG_PWM_SCUPUPD           (0x40000030U) /**< \brief (PWM) PWM Sync Channels Update Period Update Register */\r
-#define REG_PWM_IER2              (0x40000034U) /**< \brief (PWM) PWM Interrupt Enable Register 2 */\r
-#define REG_PWM_IDR2              (0x40000038U) /**< \brief (PWM) PWM Interrupt Disable Register 2 */\r
-#define REG_PWM_IMR2              (0x4000003CU) /**< \brief (PWM) PWM Interrupt Mask Register 2 */\r
-#define REG_PWM_ISR2              (0x40000040U) /**< \brief (PWM) PWM Interrupt Status Register 2 */\r
-#define REG_PWM_OOV               (0x40000044U) /**< \brief (PWM) PWM Output Override Value Register */\r
-#define REG_PWM_OS                (0x40000048U) /**< \brief (PWM) PWM Output Selection Register */\r
-#define REG_PWM_OSS               (0x4000004CU) /**< \brief (PWM) PWM Output Selection Set Register */\r
-#define REG_PWM_OSC               (0x40000050U) /**< \brief (PWM) PWM Output Selection Clear Register */\r
-#define REG_PWM_OSSUPD            (0x40000054U) /**< \brief (PWM) PWM Output Selection Set Update Register */\r
-#define REG_PWM_OSCUPD            (0x40000058U) /**< \brief (PWM) PWM Output Selection Clear Update Register */\r
-#define REG_PWM_FMR               (0x4000005CU) /**< \brief (PWM) PWM Fault Mode Register */\r
-#define REG_PWM_FSR               (0x40000060U) /**< \brief (PWM) PWM Fault Status Register */\r
-#define REG_PWM_FCR               (0x40000064U) /**< \brief (PWM) PWM Fault Clear Register */\r
-#define REG_PWM_FPV1              (0x40000068U) /**< \brief (PWM) PWM Fault Protection Value Register 1 */\r
-#define REG_PWM_FPE               (0x4000006CU) /**< \brief (PWM) PWM Fault Protection Enable Register */\r
-#define REG_PWM_ELMR              (0x4000007CU) /**< \brief (PWM) PWM Event Line 0 Mode Register */\r
-#define REG_PWM_SSPR              (0x400000A0U) /**< \brief (PWM) PWM Spread Spectrum Register */\r
-#define REG_PWM_SSPUP             (0x400000A4U) /**< \brief (PWM) PWM Spread Spectrum Update Register */\r
-#define REG_PWM_SMMR              (0x400000B0U) /**< \brief (PWM) PWM Stepper Motor Mode Register */\r
-#define REG_PWM_FPV2              (0x400000C0U) /**< \brief (PWM) PWM Fault Protection Value 2 Register */\r
-#define REG_PWM_WPCR              (0x400000E4U) /**< \brief (PWM) PWM Write Protect Control Register */\r
-#define REG_PWM_WPSR              (0x400000E8U) /**< \brief (PWM) PWM Write Protect Status Register */\r
-#define REG_PWM_TPR               (0x40000108U) /**< \brief (PWM) Transmit Pointer Register */\r
-#define REG_PWM_TCR               (0x4000010CU) /**< \brief (PWM) Transmit Counter Register */\r
-#define REG_PWM_TNPR              (0x40000118U) /**< \brief (PWM) Transmit Next Pointer Register */\r
-#define REG_PWM_TNCR              (0x4000011CU) /**< \brief (PWM) Transmit Next Counter Register */\r
-#define REG_PWM_PTCR              (0x40000120U) /**< \brief (PWM) Transfer Control Register */\r
-#define REG_PWM_PTSR              (0x40000124U) /**< \brief (PWM) Transfer Status Register */\r
-#define REG_PWM_CMPV0             (0x40000130U) /**< \brief (PWM) PWM Comparison 0 Value Register */\r
-#define REG_PWM_CMPVUPD0          (0x40000134U) /**< \brief (PWM) PWM Comparison 0 Value Update Register */\r
-#define REG_PWM_CMPM0             (0x40000138U) /**< \brief (PWM) PWM Comparison 0 Mode Register */\r
-#define REG_PWM_CMPMUPD0          (0x4000013CU) /**< \brief (PWM) PWM Comparison 0 Mode Update Register */\r
-#define REG_PWM_CMPV1             (0x40000140U) /**< \brief (PWM) PWM Comparison 1 Value Register */\r
-#define REG_PWM_CMPVUPD1          (0x40000144U) /**< \brief (PWM) PWM Comparison 1 Value Update Register */\r
-#define REG_PWM_CMPM1             (0x40000148U) /**< \brief (PWM) PWM Comparison 1 Mode Register */\r
-#define REG_PWM_CMPMUPD1          (0x4000014CU) /**< \brief (PWM) PWM Comparison 1 Mode Update Register */\r
-#define REG_PWM_CMPV2             (0x40000150U) /**< \brief (PWM) PWM Comparison 2 Value Register */\r
-#define REG_PWM_CMPVUPD2          (0x40000154U) /**< \brief (PWM) PWM Comparison 2 Value Update Register */\r
-#define REG_PWM_CMPM2             (0x40000158U) /**< \brief (PWM) PWM Comparison 2 Mode Register */\r
-#define REG_PWM_CMPMUPD2          (0x4000015CU) /**< \brief (PWM) PWM Comparison 2 Mode Update Register */\r
-#define REG_PWM_CMPV3             (0x40000160U) /**< \brief (PWM) PWM Comparison 3 Value Register */\r
-#define REG_PWM_CMPVUPD3          (0x40000164U) /**< \brief (PWM) PWM Comparison 3 Value Update Register */\r
-#define REG_PWM_CMPM3             (0x40000168U) /**< \brief (PWM) PWM Comparison 3 Mode Register */\r
-#define REG_PWM_CMPMUPD3          (0x4000016CU) /**< \brief (PWM) PWM Comparison 3 Mode Update Register */\r
-#define REG_PWM_CMPV4             (0x40000170U) /**< \brief (PWM) PWM Comparison 4 Value Register */\r
-#define REG_PWM_CMPVUPD4          (0x40000174U) /**< \brief (PWM) PWM Comparison 4 Value Update Register */\r
-#define REG_PWM_CMPM4             (0x40000178U) /**< \brief (PWM) PWM Comparison 4 Mode Register */\r
-#define REG_PWM_CMPMUPD4          (0x4000017CU) /**< \brief (PWM) PWM Comparison 4 Mode Update Register */\r
-#define REG_PWM_CMPV5             (0x40000180U) /**< \brief (PWM) PWM Comparison 5 Value Register */\r
-#define REG_PWM_CMPVUPD5          (0x40000184U) /**< \brief (PWM) PWM Comparison 5 Value Update Register */\r
-#define REG_PWM_CMPM5             (0x40000188U) /**< \brief (PWM) PWM Comparison 5 Mode Register */\r
-#define REG_PWM_CMPMUPD5          (0x4000018CU) /**< \brief (PWM) PWM Comparison 5 Mode Update Register */\r
-#define REG_PWM_CMPV6             (0x40000190U) /**< \brief (PWM) PWM Comparison 6 Value Register */\r
-#define REG_PWM_CMPVUPD6          (0x40000194U) /**< \brief (PWM) PWM Comparison 6 Value Update Register */\r
-#define REG_PWM_CMPM6             (0x40000198U) /**< \brief (PWM) PWM Comparison 6 Mode Register */\r
-#define REG_PWM_CMPMUPD6          (0x4000019CU) /**< \brief (PWM) PWM Comparison 6 Mode Update Register */\r
-#define REG_PWM_CMPV7             (0x400001A0U) /**< \brief (PWM) PWM Comparison 7 Value Register */\r
-#define REG_PWM_CMPVUPD7          (0x400001A4U) /**< \brief (PWM) PWM Comparison 7 Value Update Register */\r
-#define REG_PWM_CMPM7             (0x400001A8U) /**< \brief (PWM) PWM Comparison 7 Mode Register */\r
-#define REG_PWM_CMPMUPD7          (0x400001ACU) /**< \brief (PWM) PWM Comparison 7 Mode Update Register */\r
-#define REG_PWM_CMR0              (0x40000200U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 0) */\r
-#define REG_PWM_CDTY0             (0x40000204U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 0) */\r
-#define REG_PWM_CDTYUPD0          (0x40000208U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 0) */\r
-#define REG_PWM_CPRD0             (0x4000020CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 0) */\r
-#define REG_PWM_CPRDUPD0          (0x40000210U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 0) */\r
-#define REG_PWM_CCNT0             (0x40000214U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 0) */\r
-#define REG_PWM_DT0               (0x40000218U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 0) */\r
-#define REG_PWM_DTUPD0            (0x4000021CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 0) */\r
-#define REG_PWM_CMR1              (0x40000220U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 1) */\r
-#define REG_PWM_CDTY1             (0x40000224U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 1) */\r
-#define REG_PWM_CDTYUPD1          (0x40000228U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 1) */\r
-#define REG_PWM_CPRD1             (0x4000022CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 1) */\r
-#define REG_PWM_CPRDUPD1          (0x40000230U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 1) */\r
-#define REG_PWM_CCNT1             (0x40000234U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 1) */\r
-#define REG_PWM_DT1               (0x40000238U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 1) */\r
-#define REG_PWM_DTUPD1            (0x4000023CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 1) */\r
-#define REG_PWM_CMR2              (0x40000240U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 2) */\r
-#define REG_PWM_CDTY2             (0x40000244U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 2) */\r
-#define REG_PWM_CDTYUPD2          (0x40000248U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 2) */\r
-#define REG_PWM_CPRD2             (0x4000024CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 2) */\r
-#define REG_PWM_CPRDUPD2          (0x40000250U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 2) */\r
-#define REG_PWM_CCNT2             (0x40000254U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 2) */\r
-#define REG_PWM_DT2               (0x40000258U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 2) */\r
-#define REG_PWM_DTUPD2            (0x4000025CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 2) */\r
-#define REG_PWM_CMR3              (0x40000260U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 3) */\r
-#define REG_PWM_CDTY3             (0x40000264U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 3) */\r
-#define REG_PWM_CDTYUPD3          (0x40000268U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 3) */\r
-#define REG_PWM_CPRD3             (0x4000026CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 3) */\r
-#define REG_PWM_CPRDUPD3          (0x40000270U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 3) */\r
-#define REG_PWM_CCNT3             (0x40000274U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 3) */\r
-#define REG_PWM_DT3               (0x40000278U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 3) */\r
-#define REG_PWM_DTUPD3            (0x4000027CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 3) */\r
-#define REG_PWM_CMUPD0            (0x40000400U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 0) */\r
-#define REG_PWM_CAE0              (0x40000404U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 0) */\r
-#define REG_PWM_CAEUPD0           (0x40000408U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 0) */\r
-#define REG_PWM_CMUPD1            (0x40000420U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 1) */\r
-#define REG_PWM_CAE1              (0x40000424U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 1) */\r
-#define REG_PWM_CAEUPD1           (0x40000428U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 1) */\r
-#define REG_PWM_CMUPD2            (0x40000440U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 2) */\r
-#define REG_PWM_CAE2              (0x40000444U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 2) */\r
-#define REG_PWM_CAEUPD2           (0x40000448U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 2) */\r
-#define REG_PWM_CMUPD3            (0x40000460U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 3) */\r
-#define REG_PWM_CAE3              (0x40000464U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 3) */\r
-#define REG_PWM_CAEUPD3           (0x40000468U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 3) */\r
-#else\r
-#define REG_PWM_CLK      (*(RwReg*)0x40000000U) /**< \brief (PWM) PWM Clock Register */\r
-#define REG_PWM_ENA      (*(WoReg*)0x40000004U) /**< \brief (PWM) PWM Enable Register */\r
-#define REG_PWM_DIS      (*(WoReg*)0x40000008U) /**< \brief (PWM) PWM Disable Register */\r
-#define REG_PWM_SR       (*(RoReg*)0x4000000CU) /**< \brief (PWM) PWM Status Register */\r
-#define REG_PWM_IER1     (*(WoReg*)0x40000010U) /**< \brief (PWM) PWM Interrupt Enable Register 1 */\r
-#define REG_PWM_IDR1     (*(WoReg*)0x40000014U) /**< \brief (PWM) PWM Interrupt Disable Register 1 */\r
-#define REG_PWM_IMR1     (*(RoReg*)0x40000018U) /**< \brief (PWM) PWM Interrupt Mask Register 1 */\r
-#define REG_PWM_ISR1     (*(RoReg*)0x4000001CU) /**< \brief (PWM) PWM Interrupt Status Register 1 */\r
-#define REG_PWM_SCM      (*(RwReg*)0x40000020U) /**< \brief (PWM) PWM Sync Channels Mode Register */\r
-#define REG_PWM_SCUC     (*(RwReg*)0x40000028U) /**< \brief (PWM) PWM Sync Channels Update Control Register */\r
-#define REG_PWM_SCUP     (*(RwReg*)0x4000002CU) /**< \brief (PWM) PWM Sync Channels Update Period Register */\r
-#define REG_PWM_SCUPUPD  (*(WoReg*)0x40000030U) /**< \brief (PWM) PWM Sync Channels Update Period Update Register */\r
-#define REG_PWM_IER2     (*(WoReg*)0x40000034U) /**< \brief (PWM) PWM Interrupt Enable Register 2 */\r
-#define REG_PWM_IDR2     (*(WoReg*)0x40000038U) /**< \brief (PWM) PWM Interrupt Disable Register 2 */\r
-#define REG_PWM_IMR2     (*(RoReg*)0x4000003CU) /**< \brief (PWM) PWM Interrupt Mask Register 2 */\r
-#define REG_PWM_ISR2     (*(RoReg*)0x40000040U) /**< \brief (PWM) PWM Interrupt Status Register 2 */\r
-#define REG_PWM_OOV      (*(RwReg*)0x40000044U) /**< \brief (PWM) PWM Output Override Value Register */\r
-#define REG_PWM_OS       (*(RwReg*)0x40000048U) /**< \brief (PWM) PWM Output Selection Register */\r
-#define REG_PWM_OSS      (*(WoReg*)0x4000004CU) /**< \brief (PWM) PWM Output Selection Set Register */\r
-#define REG_PWM_OSC      (*(WoReg*)0x40000050U) /**< \brief (PWM) PWM Output Selection Clear Register */\r
-#define REG_PWM_OSSUPD   (*(WoReg*)0x40000054U) /**< \brief (PWM) PWM Output Selection Set Update Register */\r
-#define REG_PWM_OSCUPD   (*(WoReg*)0x40000058U) /**< \brief (PWM) PWM Output Selection Clear Update Register */\r
-#define REG_PWM_FMR      (*(RwReg*)0x4000005CU) /**< \brief (PWM) PWM Fault Mode Register */\r
-#define REG_PWM_FSR      (*(RoReg*)0x40000060U) /**< \brief (PWM) PWM Fault Status Register */\r
-#define REG_PWM_FCR      (*(WoReg*)0x40000064U) /**< \brief (PWM) PWM Fault Clear Register */\r
-#define REG_PWM_FPV1     (*(RwReg*)0x40000068U) /**< \brief (PWM) PWM Fault Protection Value Register 1 */\r
-#define REG_PWM_FPE      (*(RwReg*)0x4000006CU) /**< \brief (PWM) PWM Fault Protection Enable Register */\r
-#define REG_PWM_ELMR     (*(RwReg*)0x4000007CU) /**< \brief (PWM) PWM Event Line 0 Mode Register */\r
-#define REG_PWM_SSPR     (*(RwReg*)0x400000A0U) /**< \brief (PWM) PWM Spread Spectrum Register */\r
-#define REG_PWM_SSPUP    (*(WoReg*)0x400000A4U) /**< \brief (PWM) PWM Spread Spectrum Update Register */\r
-#define REG_PWM_SMMR     (*(RwReg*)0x400000B0U) /**< \brief (PWM) PWM Stepper Motor Mode Register */\r
-#define REG_PWM_FPV2     (*(RwReg*)0x400000C0U) /**< \brief (PWM) PWM Fault Protection Value 2 Register */\r
-#define REG_PWM_WPCR     (*(WoReg*)0x400000E4U) /**< \brief (PWM) PWM Write Protect Control Register */\r
-#define REG_PWM_WPSR     (*(RoReg*)0x400000E8U) /**< \brief (PWM) PWM Write Protect Status Register */\r
-#define REG_PWM_TPR      (*(RwReg*)0x40000108U) /**< \brief (PWM) Transmit Pointer Register */\r
-#define REG_PWM_TCR      (*(RwReg*)0x4000010CU) /**< \brief (PWM) Transmit Counter Register */\r
-#define REG_PWM_TNPR     (*(RwReg*)0x40000118U) /**< \brief (PWM) Transmit Next Pointer Register */\r
-#define REG_PWM_TNCR     (*(RwReg*)0x4000011CU) /**< \brief (PWM) Transmit Next Counter Register */\r
-#define REG_PWM_PTCR     (*(WoReg*)0x40000120U) /**< \brief (PWM) Transfer Control Register */\r
-#define REG_PWM_PTSR     (*(RoReg*)0x40000124U) /**< \brief (PWM) Transfer Status Register */\r
-#define REG_PWM_CMPV0    (*(RwReg*)0x40000130U) /**< \brief (PWM) PWM Comparison 0 Value Register */\r
-#define REG_PWM_CMPVUPD0 (*(WoReg*)0x40000134U) /**< \brief (PWM) PWM Comparison 0 Value Update Register */\r
-#define REG_PWM_CMPM0    (*(RwReg*)0x40000138U) /**< \brief (PWM) PWM Comparison 0 Mode Register */\r
-#define REG_PWM_CMPMUPD0 (*(WoReg*)0x4000013CU) /**< \brief (PWM) PWM Comparison 0 Mode Update Register */\r
-#define REG_PWM_CMPV1    (*(RwReg*)0x40000140U) /**< \brief (PWM) PWM Comparison 1 Value Register */\r
-#define REG_PWM_CMPVUPD1 (*(WoReg*)0x40000144U) /**< \brief (PWM) PWM Comparison 1 Value Update Register */\r
-#define REG_PWM_CMPM1    (*(RwReg*)0x40000148U) /**< \brief (PWM) PWM Comparison 1 Mode Register */\r
-#define REG_PWM_CMPMUPD1 (*(WoReg*)0x4000014CU) /**< \brief (PWM) PWM Comparison 1 Mode Update Register */\r
-#define REG_PWM_CMPV2    (*(RwReg*)0x40000150U) /**< \brief (PWM) PWM Comparison 2 Value Register */\r
-#define REG_PWM_CMPVUPD2 (*(WoReg*)0x40000154U) /**< \brief (PWM) PWM Comparison 2 Value Update Register */\r
-#define REG_PWM_CMPM2    (*(RwReg*)0x40000158U) /**< \brief (PWM) PWM Comparison 2 Mode Register */\r
-#define REG_PWM_CMPMUPD2 (*(WoReg*)0x4000015CU) /**< \brief (PWM) PWM Comparison 2 Mode Update Register */\r
-#define REG_PWM_CMPV3    (*(RwReg*)0x40000160U) /**< \brief (PWM) PWM Comparison 3 Value Register */\r
-#define REG_PWM_CMPVUPD3 (*(WoReg*)0x40000164U) /**< \brief (PWM) PWM Comparison 3 Value Update Register */\r
-#define REG_PWM_CMPM3    (*(RwReg*)0x40000168U) /**< \brief (PWM) PWM Comparison 3 Mode Register */\r
-#define REG_PWM_CMPMUPD3 (*(WoReg*)0x4000016CU) /**< \brief (PWM) PWM Comparison 3 Mode Update Register */\r
-#define REG_PWM_CMPV4    (*(RwReg*)0x40000170U) /**< \brief (PWM) PWM Comparison 4 Value Register */\r
-#define REG_PWM_CMPVUPD4 (*(WoReg*)0x40000174U) /**< \brief (PWM) PWM Comparison 4 Value Update Register */\r
-#define REG_PWM_CMPM4    (*(RwReg*)0x40000178U) /**< \brief (PWM) PWM Comparison 4 Mode Register */\r
-#define REG_PWM_CMPMUPD4 (*(WoReg*)0x4000017CU) /**< \brief (PWM) PWM Comparison 4 Mode Update Register */\r
-#define REG_PWM_CMPV5    (*(RwReg*)0x40000180U) /**< \brief (PWM) PWM Comparison 5 Value Register */\r
-#define REG_PWM_CMPVUPD5 (*(WoReg*)0x40000184U) /**< \brief (PWM) PWM Comparison 5 Value Update Register */\r
-#define REG_PWM_CMPM5    (*(RwReg*)0x40000188U) /**< \brief (PWM) PWM Comparison 5 Mode Register */\r
-#define REG_PWM_CMPMUPD5 (*(WoReg*)0x4000018CU) /**< \brief (PWM) PWM Comparison 5 Mode Update Register */\r
-#define REG_PWM_CMPV6    (*(RwReg*)0x40000190U) /**< \brief (PWM) PWM Comparison 6 Value Register */\r
-#define REG_PWM_CMPVUPD6 (*(WoReg*)0x40000194U) /**< \brief (PWM) PWM Comparison 6 Value Update Register */\r
-#define REG_PWM_CMPM6    (*(RwReg*)0x40000198U) /**< \brief (PWM) PWM Comparison 6 Mode Register */\r
-#define REG_PWM_CMPMUPD6 (*(WoReg*)0x4000019CU) /**< \brief (PWM) PWM Comparison 6 Mode Update Register */\r
-#define REG_PWM_CMPV7    (*(RwReg*)0x400001A0U) /**< \brief (PWM) PWM Comparison 7 Value Register */\r
-#define REG_PWM_CMPVUPD7 (*(WoReg*)0x400001A4U) /**< \brief (PWM) PWM Comparison 7 Value Update Register */\r
-#define REG_PWM_CMPM7    (*(RwReg*)0x400001A8U) /**< \brief (PWM) PWM Comparison 7 Mode Register */\r
-#define REG_PWM_CMPMUPD7 (*(WoReg*)0x400001ACU) /**< \brief (PWM) PWM Comparison 7 Mode Update Register */\r
-#define REG_PWM_CMR0     (*(RwReg*)0x40000200U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 0) */\r
-#define REG_PWM_CDTY0    (*(RwReg*)0x40000204U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 0) */\r
-#define REG_PWM_CDTYUPD0 (*(WoReg*)0x40000208U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 0) */\r
-#define REG_PWM_CPRD0    (*(RwReg*)0x4000020CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 0) */\r
-#define REG_PWM_CPRDUPD0 (*(WoReg*)0x40000210U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 0) */\r
-#define REG_PWM_CCNT0    (*(RoReg*)0x40000214U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 0) */\r
-#define REG_PWM_DT0      (*(RwReg*)0x40000218U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 0) */\r
-#define REG_PWM_DTUPD0   (*(WoReg*)0x4000021CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 0) */\r
-#define REG_PWM_CMR1     (*(RwReg*)0x40000220U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 1) */\r
-#define REG_PWM_CDTY1    (*(RwReg*)0x40000224U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 1) */\r
-#define REG_PWM_CDTYUPD1 (*(WoReg*)0x40000228U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 1) */\r
-#define REG_PWM_CPRD1    (*(RwReg*)0x4000022CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 1) */\r
-#define REG_PWM_CPRDUPD1 (*(WoReg*)0x40000230U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 1) */\r
-#define REG_PWM_CCNT1    (*(RoReg*)0x40000234U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 1) */\r
-#define REG_PWM_DT1      (*(RwReg*)0x40000238U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 1) */\r
-#define REG_PWM_DTUPD1   (*(WoReg*)0x4000023CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 1) */\r
-#define REG_PWM_CMR2     (*(RwReg*)0x40000240U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 2) */\r
-#define REG_PWM_CDTY2    (*(RwReg*)0x40000244U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 2) */\r
-#define REG_PWM_CDTYUPD2 (*(WoReg*)0x40000248U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 2) */\r
-#define REG_PWM_CPRD2    (*(RwReg*)0x4000024CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 2) */\r
-#define REG_PWM_CPRDUPD2 (*(WoReg*)0x40000250U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 2) */\r
-#define REG_PWM_CCNT2    (*(RoReg*)0x40000254U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 2) */\r
-#define REG_PWM_DT2      (*(RwReg*)0x40000258U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 2) */\r
-#define REG_PWM_DTUPD2   (*(WoReg*)0x4000025CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 2) */\r
-#define REG_PWM_CMR3     (*(RwReg*)0x40000260U) /**< \brief (PWM) PWM Channel Mode Register (ch_num = 3) */\r
-#define REG_PWM_CDTY3    (*(RwReg*)0x40000264U) /**< \brief (PWM) PWM Channel Duty Cycle Register (ch_num = 3) */\r
-#define REG_PWM_CDTYUPD3 (*(WoReg*)0x40000268U) /**< \brief (PWM) PWM Channel Duty Cycle Update Register (ch_num = 3) */\r
-#define REG_PWM_CPRD3    (*(RwReg*)0x4000026CU) /**< \brief (PWM) PWM Channel Period Register (ch_num = 3) */\r
-#define REG_PWM_CPRDUPD3 (*(WoReg*)0x40000270U) /**< \brief (PWM) PWM Channel Period Update Register (ch_num = 3) */\r
-#define REG_PWM_CCNT3    (*(RoReg*)0x40000274U) /**< \brief (PWM) PWM Channel Counter Register (ch_num = 3) */\r
-#define REG_PWM_DT3      (*(RwReg*)0x40000278U) /**< \brief (PWM) PWM Channel Dead Time Register (ch_num = 3) */\r
-#define REG_PWM_DTUPD3   (*(WoReg*)0x4000027CU) /**< \brief (PWM) PWM Channel Dead Time Update Register (ch_num = 3) */\r
-#define REG_PWM_CMUPD0   (*(WoReg*)0x40000400U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 0) */\r
-#define REG_PWM_CAE0     (*(RwReg*)0x40000404U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 0) */\r
-#define REG_PWM_CAEUPD0  (*(WoReg*)0x40000408U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 0) */\r
-#define REG_PWM_CMUPD1   (*(WoReg*)0x40000420U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 1) */\r
-#define REG_PWM_CAE1     (*(RwReg*)0x40000424U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 1) */\r
-#define REG_PWM_CAEUPD1  (*(WoReg*)0x40000428U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 1) */\r
-#define REG_PWM_CMUPD2   (*(WoReg*)0x40000440U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 2) */\r
-#define REG_PWM_CAE2     (*(RwReg*)0x40000444U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 2) */\r
-#define REG_PWM_CAEUPD2  (*(WoReg*)0x40000448U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 2) */\r
-#define REG_PWM_CMUPD3   (*(WoReg*)0x40000460U) /**< \brief (PWM) PWM Channel Mode Update Register (ch_num = 3) */\r
-#define REG_PWM_CAE3     (*(RwReg*)0x40000464U) /**< \brief (PWM) PWM Channel Additional Edge Register (ch_num = 3) */\r
-#define REG_PWM_CAEUPD3  (*(WoReg*)0x40000468U) /**< \brief (PWM) PWM Channel Additional Edge Update Register (ch_num = 3) */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_PWM_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rstc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rstc.h
deleted file mode 100644 (file)
index 9321bea..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RSTC_INSTANCE_\r
-#define _SAM4E_RSTC_INSTANCE_\r
-\r
-/* ========== Register definition for RSTC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_RSTC_CR          (0x400E1800U) /**< \brief (RSTC) Control Register */\r
-#define REG_RSTC_SR          (0x400E1804U) /**< \brief (RSTC) Status Register */\r
-#define REG_RSTC_MR          (0x400E1808U) /**< \brief (RSTC) Mode Register */\r
-#else\r
-#define REG_RSTC_CR (*(WoReg*)0x400E1800U) /**< \brief (RSTC) Control Register */\r
-#define REG_RSTC_SR (*(RoReg*)0x400E1804U) /**< \brief (RSTC) Status Register */\r
-#define REG_RSTC_MR (*(RwReg*)0x400E1808U) /**< \brief (RSTC) Mode Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_RSTC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rswdt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rswdt.h
deleted file mode 100644 (file)
index b6454d2..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RSWDT_INSTANCE_\r
-#define _SAM4E_RSWDT_INSTANCE_\r
-\r
-/* ========== Register definition for RSWDT peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_RSWDT_CR          (0x400E1900U) /**< \brief (RSWDT) Control Register */\r
-#define REG_RSWDT_MR          (0x400E1904U) /**< \brief (RSWDT) Mode Register */\r
-#define REG_RSWDT_SR          (0x400E1908U) /**< \brief (RSWDT) Status Register */\r
-#else\r
-#define REG_RSWDT_CR (*(WoReg*)0x400E1900U) /**< \brief (RSWDT) Control Register */\r
-#define REG_RSWDT_MR (*(RwReg*)0x400E1904U) /**< \brief (RSWDT) Mode Register */\r
-#define REG_RSWDT_SR (*(RoReg*)0x400E1908U) /**< \brief (RSWDT) Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_RSWDT_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtc.h
deleted file mode 100644 (file)
index fa9743d..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RTC_INSTANCE_\r
-#define _SAM4E_RTC_INSTANCE_\r
-\r
-/* ========== Register definition for RTC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_RTC_CR              (0x400E1860U) /**< \brief (RTC) Control Register */\r
-#define REG_RTC_MR              (0x400E1864U) /**< \brief (RTC) Mode Register */\r
-#define REG_RTC_TIMR            (0x400E1868U) /**< \brief (RTC) Time Register */\r
-#define REG_RTC_CALR            (0x400E186CU) /**< \brief (RTC) Calendar Register */\r
-#define REG_RTC_TIMALR          (0x400E1870U) /**< \brief (RTC) Time Alarm Register */\r
-#define REG_RTC_CALALR          (0x400E1874U) /**< \brief (RTC) Calendar Alarm Register */\r
-#define REG_RTC_SR              (0x400E1878U) /**< \brief (RTC) Status Register */\r
-#define REG_RTC_SCCR            (0x400E187CU) /**< \brief (RTC) Status Clear Command Register */\r
-#define REG_RTC_IER             (0x400E1880U) /**< \brief (RTC) Interrupt Enable Register */\r
-#define REG_RTC_IDR             (0x400E1884U) /**< \brief (RTC) Interrupt Disable Register */\r
-#define REG_RTC_IMR             (0x400E1888U) /**< \brief (RTC) Interrupt Mask Register */\r
-#define REG_RTC_VER             (0x400E188CU) /**< \brief (RTC) Valid Entry Register */\r
-#else\r
-#define REG_RTC_CR     (*(RwReg*)0x400E1860U) /**< \brief (RTC) Control Register */\r
-#define REG_RTC_MR     (*(RwReg*)0x400E1864U) /**< \brief (RTC) Mode Register */\r
-#define REG_RTC_TIMR   (*(RwReg*)0x400E1868U) /**< \brief (RTC) Time Register */\r
-#define REG_RTC_CALR   (*(RwReg*)0x400E186CU) /**< \brief (RTC) Calendar Register */\r
-#define REG_RTC_TIMALR (*(RwReg*)0x400E1870U) /**< \brief (RTC) Time Alarm Register */\r
-#define REG_RTC_CALALR (*(RwReg*)0x400E1874U) /**< \brief (RTC) Calendar Alarm Register */\r
-#define REG_RTC_SR     (*(RoReg*)0x400E1878U) /**< \brief (RTC) Status Register */\r
-#define REG_RTC_SCCR   (*(WoReg*)0x400E187CU) /**< \brief (RTC) Status Clear Command Register */\r
-#define REG_RTC_IER    (*(WoReg*)0x400E1880U) /**< \brief (RTC) Interrupt Enable Register */\r
-#define REG_RTC_IDR    (*(WoReg*)0x400E1884U) /**< \brief (RTC) Interrupt Disable Register */\r
-#define REG_RTC_IMR    (*(RoReg*)0x400E1888U) /**< \brief (RTC) Interrupt Mask Register */\r
-#define REG_RTC_VER    (*(RoReg*)0x400E188CU) /**< \brief (RTC) Valid Entry Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_RTC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/rtt.h
deleted file mode 100644 (file)
index f8ac96c..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_RTT_INSTANCE_\r
-#define _SAM4E_RTT_INSTANCE_\r
-\r
-/* ========== Register definition for RTT peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_RTT_MR          (0x400E1830U) /**< \brief (RTT) Mode Register */\r
-#define REG_RTT_AR          (0x400E1834U) /**< \brief (RTT) Alarm Register */\r
-#define REG_RTT_VR          (0x400E1838U) /**< \brief (RTT) Value Register */\r
-#define REG_RTT_SR          (0x400E183CU) /**< \brief (RTT) Status Register */\r
-#else\r
-#define REG_RTT_MR (*(RwReg*)0x400E1830U) /**< \brief (RTT) Mode Register */\r
-#define REG_RTT_AR (*(RwReg*)0x400E1834U) /**< \brief (RTT) Alarm Register */\r
-#define REG_RTT_VR (*(RoReg*)0x400E1838U) /**< \brief (RTT) Value Register */\r
-#define REG_RTT_SR (*(RoReg*)0x400E183CU) /**< \brief (RTT) Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_RTT_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/smc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/smc.h
deleted file mode 100644 (file)
index 3906fdd..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SMC_INSTANCE_\r
-#define _SAM4E_SMC_INSTANCE_\r
-\r
-/* ========== Register definition for SMC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_SMC_SETUP0          (0x40060000U) /**< \brief (SMC) SMC Setup Register (CS_number = 0) */\r
-#define REG_SMC_PULSE0          (0x40060004U) /**< \brief (SMC) SMC Pulse Register (CS_number = 0) */\r
-#define REG_SMC_CYCLE0          (0x40060008U) /**< \brief (SMC) SMC Cycle Register (CS_number = 0) */\r
-#define REG_SMC_MODE0           (0x4006000CU) /**< \brief (SMC) SMC Mode Register (CS_number = 0) */\r
-#define REG_SMC_SETUP1          (0x40060010U) /**< \brief (SMC) SMC Setup Register (CS_number = 1) */\r
-#define REG_SMC_PULSE1          (0x40060014U) /**< \brief (SMC) SMC Pulse Register (CS_number = 1) */\r
-#define REG_SMC_CYCLE1          (0x40060018U) /**< \brief (SMC) SMC Cycle Register (CS_number = 1) */\r
-#define REG_SMC_MODE1           (0x4006001CU) /**< \brief (SMC) SMC Mode Register (CS_number = 1) */\r
-#define REG_SMC_SETUP2          (0x40060020U) /**< \brief (SMC) SMC Setup Register (CS_number = 2) */\r
-#define REG_SMC_PULSE2          (0x40060024U) /**< \brief (SMC) SMC Pulse Register (CS_number = 2) */\r
-#define REG_SMC_CYCLE2          (0x40060028U) /**< \brief (SMC) SMC Cycle Register (CS_number = 2) */\r
-#define REG_SMC_MODE2           (0x4006002CU) /**< \brief (SMC) SMC Mode Register (CS_number = 2) */\r
-#define REG_SMC_SETUP3          (0x40060030U) /**< \brief (SMC) SMC Setup Register (CS_number = 3) */\r
-#define REG_SMC_PULSE3          (0x40060034U) /**< \brief (SMC) SMC Pulse Register (CS_number = 3) */\r
-#define REG_SMC_CYCLE3          (0x40060038U) /**< \brief (SMC) SMC Cycle Register (CS_number = 3) */\r
-#define REG_SMC_MODE3           (0x4006003CU) /**< \brief (SMC) SMC Mode Register (CS_number = 3) */\r
-#define REG_SMC_OCMS            (0x40060080U) /**< \brief (SMC) SMC OCMS MODE Register */\r
-#define REG_SMC_KEY1            (0x40060084U) /**< \brief (SMC) SMC OCMS KEY1 Register */\r
-#define REG_SMC_KEY2            (0x40060088U) /**< \brief (SMC) SMC OCMS KEY2 Register */\r
-#define REG_SMC_WPMR            (0x400600E4U) /**< \brief (SMC) SMC Write Protect Mode Register */\r
-#define REG_SMC_WPSR            (0x400600E8U) /**< \brief (SMC) SMC Write Protect Status Register */\r
-#else\r
-#define REG_SMC_SETUP0 (*(RwReg*)0x40060000U) /**< \brief (SMC) SMC Setup Register (CS_number = 0) */\r
-#define REG_SMC_PULSE0 (*(RwReg*)0x40060004U) /**< \brief (SMC) SMC Pulse Register (CS_number = 0) */\r
-#define REG_SMC_CYCLE0 (*(RwReg*)0x40060008U) /**< \brief (SMC) SMC Cycle Register (CS_number = 0) */\r
-#define REG_SMC_MODE0  (*(RwReg*)0x4006000CU) /**< \brief (SMC) SMC Mode Register (CS_number = 0) */\r
-#define REG_SMC_SETUP1 (*(RwReg*)0x40060010U) /**< \brief (SMC) SMC Setup Register (CS_number = 1) */\r
-#define REG_SMC_PULSE1 (*(RwReg*)0x40060014U) /**< \brief (SMC) SMC Pulse Register (CS_number = 1) */\r
-#define REG_SMC_CYCLE1 (*(RwReg*)0x40060018U) /**< \brief (SMC) SMC Cycle Register (CS_number = 1) */\r
-#define REG_SMC_MODE1  (*(RwReg*)0x4006001CU) /**< \brief (SMC) SMC Mode Register (CS_number = 1) */\r
-#define REG_SMC_SETUP2 (*(RwReg*)0x40060020U) /**< \brief (SMC) SMC Setup Register (CS_number = 2) */\r
-#define REG_SMC_PULSE2 (*(RwReg*)0x40060024U) /**< \brief (SMC) SMC Pulse Register (CS_number = 2) */\r
-#define REG_SMC_CYCLE2 (*(RwReg*)0x40060028U) /**< \brief (SMC) SMC Cycle Register (CS_number = 2) */\r
-#define REG_SMC_MODE2  (*(RwReg*)0x4006002CU) /**< \brief (SMC) SMC Mode Register (CS_number = 2) */\r
-#define REG_SMC_SETUP3 (*(RwReg*)0x40060030U) /**< \brief (SMC) SMC Setup Register (CS_number = 3) */\r
-#define REG_SMC_PULSE3 (*(RwReg*)0x40060034U) /**< \brief (SMC) SMC Pulse Register (CS_number = 3) */\r
-#define REG_SMC_CYCLE3 (*(RwReg*)0x40060038U) /**< \brief (SMC) SMC Cycle Register (CS_number = 3) */\r
-#define REG_SMC_MODE3  (*(RwReg*)0x4006003CU) /**< \brief (SMC) SMC Mode Register (CS_number = 3) */\r
-#define REG_SMC_OCMS   (*(RwReg*)0x40060080U) /**< \brief (SMC) SMC OCMS MODE Register */\r
-#define REG_SMC_KEY1   (*(WoReg*)0x40060084U) /**< \brief (SMC) SMC OCMS KEY1 Register */\r
-#define REG_SMC_KEY2   (*(WoReg*)0x40060088U) /**< \brief (SMC) SMC OCMS KEY2 Register */\r
-#define REG_SMC_WPMR   (*(RwReg*)0x400600E4U) /**< \brief (SMC) SMC Write Protect Mode Register */\r
-#define REG_SMC_WPSR   (*(RoReg*)0x400600E8U) /**< \brief (SMC) SMC Write Protect Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_SMC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/spi.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/spi.h
deleted file mode 100644 (file)
index 4deb7ae..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SPI_INSTANCE_\r
-#define _SAM4E_SPI_INSTANCE_\r
-\r
-/* ========== Register definition for SPI peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_SPI_CR              (0x40088000U) /**< \brief (SPI) Control Register */\r
-#define REG_SPI_MR              (0x40088004U) /**< \brief (SPI) Mode Register */\r
-#define REG_SPI_RDR             (0x40088008U) /**< \brief (SPI) Receive Data Register */\r
-#define REG_SPI_TDR             (0x4008800CU) /**< \brief (SPI) Transmit Data Register */\r
-#define REG_SPI_SR              (0x40088010U) /**< \brief (SPI) Status Register */\r
-#define REG_SPI_IER             (0x40088014U) /**< \brief (SPI) Interrupt Enable Register */\r
-#define REG_SPI_IDR             (0x40088018U) /**< \brief (SPI) Interrupt Disable Register */\r
-#define REG_SPI_IMR             (0x4008801CU) /**< \brief (SPI) Interrupt Mask Register */\r
-#define REG_SPI_CSR             (0x40088030U) /**< \brief (SPI) Chip Select Register */\r
-#define REG_SPI_WPMR            (0x400880E4U) /**< \brief (SPI) Write Protection Control Register */\r
-#define REG_SPI_WPSR            (0x400880E8U) /**< \brief (SPI) Write Protection Status Register */\r
-#define REG_SPI_RPR             (0x40088100U) /**< \brief (SPI) Receive Pointer Register */\r
-#define REG_SPI_RCR             (0x40088104U) /**< \brief (SPI) Receive Counter Register */\r
-#define REG_SPI_TPR             (0x40088108U) /**< \brief (SPI) Transmit Pointer Register */\r
-#define REG_SPI_TCR             (0x4008810CU) /**< \brief (SPI) Transmit Counter Register */\r
-#define REG_SPI_RNPR            (0x40088110U) /**< \brief (SPI) Receive Next Pointer Register */\r
-#define REG_SPI_RNCR            (0x40088114U) /**< \brief (SPI) Receive Next Counter Register */\r
-#define REG_SPI_TNPR            (0x40088118U) /**< \brief (SPI) Transmit Next Pointer Register */\r
-#define REG_SPI_TNCR            (0x4008811CU) /**< \brief (SPI) Transmit Next Counter Register */\r
-#define REG_SPI_PTCR            (0x40088120U) /**< \brief (SPI) Transfer Control Register */\r
-#define REG_SPI_PTSR            (0x40088124U) /**< \brief (SPI) Transfer Status Register */\r
-#else\r
-#define REG_SPI_CR     (*(WoReg*)0x40088000U) /**< \brief (SPI) Control Register */\r
-#define REG_SPI_MR     (*(RwReg*)0x40088004U) /**< \brief (SPI) Mode Register */\r
-#define REG_SPI_RDR    (*(RoReg*)0x40088008U) /**< \brief (SPI) Receive Data Register */\r
-#define REG_SPI_TDR    (*(WoReg*)0x4008800CU) /**< \brief (SPI) Transmit Data Register */\r
-#define REG_SPI_SR     (*(RoReg*)0x40088010U) /**< \brief (SPI) Status Register */\r
-#define REG_SPI_IER    (*(WoReg*)0x40088014U) /**< \brief (SPI) Interrupt Enable Register */\r
-#define REG_SPI_IDR    (*(WoReg*)0x40088018U) /**< \brief (SPI) Interrupt Disable Register */\r
-#define REG_SPI_IMR    (*(RoReg*)0x4008801CU) /**< \brief (SPI) Interrupt Mask Register */\r
-#define REG_SPI_CSR    (*(RwReg*)0x40088030U) /**< \brief (SPI) Chip Select Register */\r
-#define REG_SPI_WPMR   (*(RwReg*)0x400880E4U) /**< \brief (SPI) Write Protection Control Register */\r
-#define REG_SPI_WPSR   (*(RoReg*)0x400880E8U) /**< \brief (SPI) Write Protection Status Register */\r
-#define REG_SPI_RPR    (*(RwReg*)0x40088100U) /**< \brief (SPI) Receive Pointer Register */\r
-#define REG_SPI_RCR    (*(RwReg*)0x40088104U) /**< \brief (SPI) Receive Counter Register */\r
-#define REG_SPI_TPR    (*(RwReg*)0x40088108U) /**< \brief (SPI) Transmit Pointer Register */\r
-#define REG_SPI_TCR    (*(RwReg*)0x4008810CU) /**< \brief (SPI) Transmit Counter Register */\r
-#define REG_SPI_RNPR   (*(RwReg*)0x40088110U) /**< \brief (SPI) Receive Next Pointer Register */\r
-#define REG_SPI_RNCR   (*(RwReg*)0x40088114U) /**< \brief (SPI) Receive Next Counter Register */\r
-#define REG_SPI_TNPR   (*(RwReg*)0x40088118U) /**< \brief (SPI) Transmit Next Pointer Register */\r
-#define REG_SPI_TNCR   (*(RwReg*)0x4008811CU) /**< \brief (SPI) Transmit Next Counter Register */\r
-#define REG_SPI_PTCR   (*(WoReg*)0x40088120U) /**< \brief (SPI) Transfer Control Register */\r
-#define REG_SPI_PTSR   (*(RoReg*)0x40088124U) /**< \brief (SPI) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_SPI_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/supc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/supc.h
deleted file mode 100644 (file)
index f38b847..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_SUPC_INSTANCE_\r
-#define _SAM4E_SUPC_INSTANCE_\r
-\r
-/* ========== Register definition for SUPC peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_SUPC_CR            (0x400E1810U) /**< \brief (SUPC) Supply Controller Control Register */\r
-#define REG_SUPC_SMMR          (0x400E1814U) /**< \brief (SUPC) Supply Controller Supply Monitor Mode Register */\r
-#define REG_SUPC_MR            (0x400E1818U) /**< \brief (SUPC) Supply Controller Mode Register */\r
-#define REG_SUPC_WUMR          (0x400E181CU) /**< \brief (SUPC) Supply Controller Wake-up Mode Register */\r
-#define REG_SUPC_WUIR          (0x400E1820U) /**< \brief (SUPC) Supply Controller Wake-up Inputs Register */\r
-#define REG_SUPC_SR            (0x400E1824U) /**< \brief (SUPC) Supply Controller Status Register */\r
-#else\r
-#define REG_SUPC_CR   (*(WoReg*)0x400E1810U) /**< \brief (SUPC) Supply Controller Control Register */\r
-#define REG_SUPC_SMMR (*(RwReg*)0x400E1814U) /**< \brief (SUPC) Supply Controller Supply Monitor Mode Register */\r
-#define REG_SUPC_MR   (*(RwReg*)0x400E1818U) /**< \brief (SUPC) Supply Controller Mode Register */\r
-#define REG_SUPC_WUMR (*(RwReg*)0x400E181CU) /**< \brief (SUPC) Supply Controller Wake-up Mode Register */\r
-#define REG_SUPC_WUIR (*(RwReg*)0x400E1820U) /**< \brief (SUPC) Supply Controller Wake-up Inputs Register */\r
-#define REG_SUPC_SR   (*(RoReg*)0x400E1824U) /**< \brief (SUPC) Supply Controller Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_SUPC_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc0.h
deleted file mode 100644 (file)
index 4da15b5..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TC0_INSTANCE_\r
-#define _SAM4E_TC0_INSTANCE_\r
-\r
-/* ========== Register definition for TC0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_TC0_CCR0           (0x40090000U) /**< \brief (TC0) Channel Control Register (channel = 0) */\r
-#define REG_TC0_CMR0           (0x40090004U) /**< \brief (TC0) Channel Mode Register (channel = 0) */\r
-#define REG_TC0_SMMR0          (0x40090008U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC0_RAB0           (0x4009000CU) /**< \brief (TC0) Register AB (channel = 0) */\r
-#define REG_TC0_CV0            (0x40090010U) /**< \brief (TC0) Counter Value (channel = 0) */\r
-#define REG_TC0_RA0            (0x40090014U) /**< \brief (TC0) Register A (channel = 0) */\r
-#define REG_TC0_RB0            (0x40090018U) /**< \brief (TC0) Register B (channel = 0) */\r
-#define REG_TC0_RC0            (0x4009001CU) /**< \brief (TC0) Register C (channel = 0) */\r
-#define REG_TC0_SR0            (0x40090020U) /**< \brief (TC0) Status Register (channel = 0) */\r
-#define REG_TC0_IER0           (0x40090024U) /**< \brief (TC0) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC0_IDR0           (0x40090028U) /**< \brief (TC0) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC0_IMR0           (0x4009002CU) /**< \brief (TC0) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC0_EMR0           (0x40090030U) /**< \brief (TC0) Extended Mode Register (channel = 0) */\r
-#define REG_TC0_CCR1           (0x40090040U) /**< \brief (TC0) Channel Control Register (channel = 1) */\r
-#define REG_TC0_CMR1           (0x40090044U) /**< \brief (TC0) Channel Mode Register (channel = 1) */\r
-#define REG_TC0_SMMR1          (0x40090048U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC0_RAB1           (0x4009004CU) /**< \brief (TC0) Register AB (channel = 1) */\r
-#define REG_TC0_CV1            (0x40090050U) /**< \brief (TC0) Counter Value (channel = 1) */\r
-#define REG_TC0_RA1            (0x40090054U) /**< \brief (TC0) Register A (channel = 1) */\r
-#define REG_TC0_RB1            (0x40090058U) /**< \brief (TC0) Register B (channel = 1) */\r
-#define REG_TC0_RC1            (0x4009005CU) /**< \brief (TC0) Register C (channel = 1) */\r
-#define REG_TC0_SR1            (0x40090060U) /**< \brief (TC0) Status Register (channel = 1) */\r
-#define REG_TC0_IER1           (0x40090064U) /**< \brief (TC0) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC0_IDR1           (0x40090068U) /**< \brief (TC0) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC0_IMR1           (0x4009006CU) /**< \brief (TC0) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC0_EMR1           (0x40090070U) /**< \brief (TC0) Extended Mode Register (channel = 1) */\r
-#define REG_TC0_CCR2           (0x40090080U) /**< \brief (TC0) Channel Control Register (channel = 2) */\r
-#define REG_TC0_CMR2           (0x40090084U) /**< \brief (TC0) Channel Mode Register (channel = 2) */\r
-#define REG_TC0_SMMR2          (0x40090088U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC0_RAB2           (0x4009008CU) /**< \brief (TC0) Register AB (channel = 2) */\r
-#define REG_TC0_CV2            (0x40090090U) /**< \brief (TC0) Counter Value (channel = 2) */\r
-#define REG_TC0_RA2            (0x40090094U) /**< \brief (TC0) Register A (channel = 2) */\r
-#define REG_TC0_RB2            (0x40090098U) /**< \brief (TC0) Register B (channel = 2) */\r
-#define REG_TC0_RC2            (0x4009009CU) /**< \brief (TC0) Register C (channel = 2) */\r
-#define REG_TC0_SR2            (0x400900A0U) /**< \brief (TC0) Status Register (channel = 2) */\r
-#define REG_TC0_IER2           (0x400900A4U) /**< \brief (TC0) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC0_IDR2           (0x400900A8U) /**< \brief (TC0) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC0_IMR2           (0x400900ACU) /**< \brief (TC0) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC0_EMR2           (0x400900B0U) /**< \brief (TC0) Extended Mode Register (channel = 2) */\r
-#define REG_TC0_BCR            (0x400900C0U) /**< \brief (TC0) Block Control Register */\r
-#define REG_TC0_BMR            (0x400900C4U) /**< \brief (TC0) Block Mode Register */\r
-#define REG_TC0_QIER           (0x400900C8U) /**< \brief (TC0) QDEC Interrupt Enable Register */\r
-#define REG_TC0_QIDR           (0x400900CCU) /**< \brief (TC0) QDEC Interrupt Disable Register */\r
-#define REG_TC0_QIMR           (0x400900D0U) /**< \brief (TC0) QDEC Interrupt Mask Register */\r
-#define REG_TC0_QISR           (0x400900D4U) /**< \brief (TC0) QDEC Interrupt Status Register */\r
-#define REG_TC0_FMR            (0x400900D8U) /**< \brief (TC0) Fault Mode Register */\r
-#define REG_TC0_WPMR           (0x400900E4U) /**< \brief (TC0) Write Protect Mode Register */\r
-#define REG_TC0_RPR0           (0x40090100U) /**< \brief (TC0) Receive Pointer Register (pdc = 0) */\r
-#define REG_TC0_RCR0           (0x40090104U) /**< \brief (TC0) Receive Counter Register (pdc = 0) */\r
-#define REG_TC0_RNPR0          (0x40090110U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 0) */\r
-#define REG_TC0_RNCR0          (0x40090114U) /**< \brief (TC0) Receive Next Counter Register (pdc = 0) */\r
-#define REG_TC0_PTCR0          (0x40090120U) /**< \brief (TC0) Transfer Control Register (pdc = 0) */\r
-#define REG_TC0_PTSR0          (0x40090124U) /**< \brief (TC0) Transfer Status Register (pdc = 0) */\r
-#define REG_TC0_RPR1           (0x40090140U) /**< \brief (TC0) Receive Pointer Register (pdc = 1) */\r
-#define REG_TC0_RCR1           (0x40090144U) /**< \brief (TC0) Receive Counter Register (pdc = 1) */\r
-#define REG_TC0_RNPR1          (0x40090150U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 1) */\r
-#define REG_TC0_RNCR1          (0x40090154U) /**< \brief (TC0) Receive Next Counter Register (pdc = 1) */\r
-#define REG_TC0_PTCR1          (0x40090160U) /**< \brief (TC0) Transfer Control Register (pdc = 1) */\r
-#define REG_TC0_PTSR1          (0x40090164U) /**< \brief (TC0) Transfer Status Register (pdc = 1) */\r
-#define REG_TC0_RPR2           (0x40090180U) /**< \brief (TC0) Receive Pointer Register (pdc = 2) */\r
-#define REG_TC0_RCR2           (0x40090184U) /**< \brief (TC0) Receive Counter Register (pdc = 2) */\r
-#define REG_TC0_RNPR2          (0x40090190U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 2) */\r
-#define REG_TC0_RNCR2          (0x40090194U) /**< \brief (TC0) Receive Next Counter Register (pdc = 2) */\r
-#define REG_TC0_PTCR2          (0x400901A0U) /**< \brief (TC0) Transfer Control Register (pdc = 2) */\r
-#define REG_TC0_PTSR2          (0x400901A4U) /**< \brief (TC0) Transfer Status Register (pdc = 2) */\r
-#else\r
-#define REG_TC0_CCR0  (*(WoReg*)0x40090000U) /**< \brief (TC0) Channel Control Register (channel = 0) */\r
-#define REG_TC0_CMR0  (*(RwReg*)0x40090004U) /**< \brief (TC0) Channel Mode Register (channel = 0) */\r
-#define REG_TC0_SMMR0 (*(RwReg*)0x40090008U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC0_RAB0  (*(RoReg*)0x4009000CU) /**< \brief (TC0) Register AB (channel = 0) */\r
-#define REG_TC0_CV0   (*(RoReg*)0x40090010U) /**< \brief (TC0) Counter Value (channel = 0) */\r
-#define REG_TC0_RA0   (*(RwReg*)0x40090014U) /**< \brief (TC0) Register A (channel = 0) */\r
-#define REG_TC0_RB0   (*(RwReg*)0x40090018U) /**< \brief (TC0) Register B (channel = 0) */\r
-#define REG_TC0_RC0   (*(RwReg*)0x4009001CU) /**< \brief (TC0) Register C (channel = 0) */\r
-#define REG_TC0_SR0   (*(RoReg*)0x40090020U) /**< \brief (TC0) Status Register (channel = 0) */\r
-#define REG_TC0_IER0  (*(WoReg*)0x40090024U) /**< \brief (TC0) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC0_IDR0  (*(WoReg*)0x40090028U) /**< \brief (TC0) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC0_IMR0  (*(RoReg*)0x4009002CU) /**< \brief (TC0) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC0_EMR0  (*(RwReg*)0x40090030U) /**< \brief (TC0) Extended Mode Register (channel = 0) */\r
-#define REG_TC0_CCR1  (*(WoReg*)0x40090040U) /**< \brief (TC0) Channel Control Register (channel = 1) */\r
-#define REG_TC0_CMR1  (*(RwReg*)0x40090044U) /**< \brief (TC0) Channel Mode Register (channel = 1) */\r
-#define REG_TC0_SMMR1 (*(RwReg*)0x40090048U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC0_RAB1  (*(RoReg*)0x4009004CU) /**< \brief (TC0) Register AB (channel = 1) */\r
-#define REG_TC0_CV1   (*(RoReg*)0x40090050U) /**< \brief (TC0) Counter Value (channel = 1) */\r
-#define REG_TC0_RA1   (*(RwReg*)0x40090054U) /**< \brief (TC0) Register A (channel = 1) */\r
-#define REG_TC0_RB1   (*(RwReg*)0x40090058U) /**< \brief (TC0) Register B (channel = 1) */\r
-#define REG_TC0_RC1   (*(RwReg*)0x4009005CU) /**< \brief (TC0) Register C (channel = 1) */\r
-#define REG_TC0_SR1   (*(RoReg*)0x40090060U) /**< \brief (TC0) Status Register (channel = 1) */\r
-#define REG_TC0_IER1  (*(WoReg*)0x40090064U) /**< \brief (TC0) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC0_IDR1  (*(WoReg*)0x40090068U) /**< \brief (TC0) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC0_IMR1  (*(RoReg*)0x4009006CU) /**< \brief (TC0) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC0_EMR1  (*(RwReg*)0x40090070U) /**< \brief (TC0) Extended Mode Register (channel = 1) */\r
-#define REG_TC0_CCR2  (*(WoReg*)0x40090080U) /**< \brief (TC0) Channel Control Register (channel = 2) */\r
-#define REG_TC0_CMR2  (*(RwReg*)0x40090084U) /**< \brief (TC0) Channel Mode Register (channel = 2) */\r
-#define REG_TC0_SMMR2 (*(RwReg*)0x40090088U) /**< \brief (TC0) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC0_RAB2  (*(RoReg*)0x4009008CU) /**< \brief (TC0) Register AB (channel = 2) */\r
-#define REG_TC0_CV2   (*(RoReg*)0x40090090U) /**< \brief (TC0) Counter Value (channel = 2) */\r
-#define REG_TC0_RA2   (*(RwReg*)0x40090094U) /**< \brief (TC0) Register A (channel = 2) */\r
-#define REG_TC0_RB2   (*(RwReg*)0x40090098U) /**< \brief (TC0) Register B (channel = 2) */\r
-#define REG_TC0_RC2   (*(RwReg*)0x4009009CU) /**< \brief (TC0) Register C (channel = 2) */\r
-#define REG_TC0_SR2   (*(RoReg*)0x400900A0U) /**< \brief (TC0) Status Register (channel = 2) */\r
-#define REG_TC0_IER2  (*(WoReg*)0x400900A4U) /**< \brief (TC0) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC0_IDR2  (*(WoReg*)0x400900A8U) /**< \brief (TC0) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC0_IMR2  (*(RoReg*)0x400900ACU) /**< \brief (TC0) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC0_EMR2  (*(RwReg*)0x400900B0U) /**< \brief (TC0) Extended Mode Register (channel = 2) */\r
-#define REG_TC0_BCR   (*(WoReg*)0x400900C0U) /**< \brief (TC0) Block Control Register */\r
-#define REG_TC0_BMR   (*(RwReg*)0x400900C4U) /**< \brief (TC0) Block Mode Register */\r
-#define REG_TC0_QIER  (*(WoReg*)0x400900C8U) /**< \brief (TC0) QDEC Interrupt Enable Register */\r
-#define REG_TC0_QIDR  (*(WoReg*)0x400900CCU) /**< \brief (TC0) QDEC Interrupt Disable Register */\r
-#define REG_TC0_QIMR  (*(RoReg*)0x400900D0U) /**< \brief (TC0) QDEC Interrupt Mask Register */\r
-#define REG_TC0_QISR  (*(RoReg*)0x400900D4U) /**< \brief (TC0) QDEC Interrupt Status Register */\r
-#define REG_TC0_FMR   (*(RwReg*)0x400900D8U) /**< \brief (TC0) Fault Mode Register */\r
-#define REG_TC0_WPMR  (*(RwReg*)0x400900E4U) /**< \brief (TC0) Write Protect Mode Register */\r
-#define REG_TC0_RPR0  (*(RwReg*)0x40090100U) /**< \brief (TC0) Receive Pointer Register (pdc = 0) */\r
-#define REG_TC0_RCR0  (*(RwReg*)0x40090104U) /**< \brief (TC0) Receive Counter Register (pdc = 0) */\r
-#define REG_TC0_RNPR0 (*(RwReg*)0x40090110U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 0) */\r
-#define REG_TC0_RNCR0 (*(RwReg*)0x40090114U) /**< \brief (TC0) Receive Next Counter Register (pdc = 0) */\r
-#define REG_TC0_PTCR0 (*(WoReg*)0x40090120U) /**< \brief (TC0) Transfer Control Register (pdc = 0) */\r
-#define REG_TC0_PTSR0 (*(RoReg*)0x40090124U) /**< \brief (TC0) Transfer Status Register (pdc = 0) */\r
-#define REG_TC0_RPR1  (*(RwReg*)0x40090140U) /**< \brief (TC0) Receive Pointer Register (pdc = 1) */\r
-#define REG_TC0_RCR1  (*(RwReg*)0x40090144U) /**< \brief (TC0) Receive Counter Register (pdc = 1) */\r
-#define REG_TC0_RNPR1 (*(RwReg*)0x40090150U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 1) */\r
-#define REG_TC0_RNCR1 (*(RwReg*)0x40090154U) /**< \brief (TC0) Receive Next Counter Register (pdc = 1) */\r
-#define REG_TC0_PTCR1 (*(WoReg*)0x40090160U) /**< \brief (TC0) Transfer Control Register (pdc = 1) */\r
-#define REG_TC0_PTSR1 (*(RoReg*)0x40090164U) /**< \brief (TC0) Transfer Status Register (pdc = 1) */\r
-#define REG_TC0_RPR2  (*(RwReg*)0x40090180U) /**< \brief (TC0) Receive Pointer Register (pdc = 2) */\r
-#define REG_TC0_RCR2  (*(RwReg*)0x40090184U) /**< \brief (TC0) Receive Counter Register (pdc = 2) */\r
-#define REG_TC0_RNPR2 (*(RwReg*)0x40090190U) /**< \brief (TC0) Receive Next Pointer Register (pdc = 2) */\r
-#define REG_TC0_RNCR2 (*(RwReg*)0x40090194U) /**< \brief (TC0) Receive Next Counter Register (pdc = 2) */\r
-#define REG_TC0_PTCR2 (*(WoReg*)0x400901A0U) /**< \brief (TC0) Transfer Control Register (pdc = 2) */\r
-#define REG_TC0_PTSR2 (*(RoReg*)0x400901A4U) /**< \brief (TC0) Transfer Status Register (pdc = 2) */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_TC0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc1.h
deleted file mode 100644 (file)
index 2c3c553..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TC1_INSTANCE_\r
-#define _SAM4E_TC1_INSTANCE_\r
-\r
-/* ========== Register definition for TC1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_TC1_CCR0           (0x40094000U) /**< \brief (TC1) Channel Control Register (channel = 0) */\r
-#define REG_TC1_CMR0           (0x40094004U) /**< \brief (TC1) Channel Mode Register (channel = 0) */\r
-#define REG_TC1_SMMR0          (0x40094008U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC1_RAB0           (0x4009400CU) /**< \brief (TC1) Register AB (channel = 0) */\r
-#define REG_TC1_CV0            (0x40094010U) /**< \brief (TC1) Counter Value (channel = 0) */\r
-#define REG_TC1_RA0            (0x40094014U) /**< \brief (TC1) Register A (channel = 0) */\r
-#define REG_TC1_RB0            (0x40094018U) /**< \brief (TC1) Register B (channel = 0) */\r
-#define REG_TC1_RC0            (0x4009401CU) /**< \brief (TC1) Register C (channel = 0) */\r
-#define REG_TC1_SR0            (0x40094020U) /**< \brief (TC1) Status Register (channel = 0) */\r
-#define REG_TC1_IER0           (0x40094024U) /**< \brief (TC1) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC1_IDR0           (0x40094028U) /**< \brief (TC1) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC1_IMR0           (0x4009402CU) /**< \brief (TC1) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC1_EMR0           (0x40094030U) /**< \brief (TC1) Extended Mode Register (channel = 0) */\r
-#define REG_TC1_CCR1           (0x40094040U) /**< \brief (TC1) Channel Control Register (channel = 1) */\r
-#define REG_TC1_CMR1           (0x40094044U) /**< \brief (TC1) Channel Mode Register (channel = 1) */\r
-#define REG_TC1_SMMR1          (0x40094048U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC1_RAB1           (0x4009404CU) /**< \brief (TC1) Register AB (channel = 1) */\r
-#define REG_TC1_CV1            (0x40094050U) /**< \brief (TC1) Counter Value (channel = 1) */\r
-#define REG_TC1_RA1            (0x40094054U) /**< \brief (TC1) Register A (channel = 1) */\r
-#define REG_TC1_RB1            (0x40094058U) /**< \brief (TC1) Register B (channel = 1) */\r
-#define REG_TC1_RC1            (0x4009405CU) /**< \brief (TC1) Register C (channel = 1) */\r
-#define REG_TC1_SR1            (0x40094060U) /**< \brief (TC1) Status Register (channel = 1) */\r
-#define REG_TC1_IER1           (0x40094064U) /**< \brief (TC1) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC1_IDR1           (0x40094068U) /**< \brief (TC1) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC1_IMR1           (0x4009406CU) /**< \brief (TC1) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC1_EMR1           (0x40094070U) /**< \brief (TC1) Extended Mode Register (channel = 1) */\r
-#define REG_TC1_CCR2           (0x40094080U) /**< \brief (TC1) Channel Control Register (channel = 2) */\r
-#define REG_TC1_CMR2           (0x40094084U) /**< \brief (TC1) Channel Mode Register (channel = 2) */\r
-#define REG_TC1_SMMR2          (0x40094088U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC1_RAB2           (0x4009408CU) /**< \brief (TC1) Register AB (channel = 2) */\r
-#define REG_TC1_CV2            (0x40094090U) /**< \brief (TC1) Counter Value (channel = 2) */\r
-#define REG_TC1_RA2            (0x40094094U) /**< \brief (TC1) Register A (channel = 2) */\r
-#define REG_TC1_RB2            (0x40094098U) /**< \brief (TC1) Register B (channel = 2) */\r
-#define REG_TC1_RC2            (0x4009409CU) /**< \brief (TC1) Register C (channel = 2) */\r
-#define REG_TC1_SR2            (0x400940A0U) /**< \brief (TC1) Status Register (channel = 2) */\r
-#define REG_TC1_IER2           (0x400940A4U) /**< \brief (TC1) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC1_IDR2           (0x400940A8U) /**< \brief (TC1) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC1_IMR2           (0x400940ACU) /**< \brief (TC1) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC1_EMR2           (0x400940B0U) /**< \brief (TC1) Extended Mode Register (channel = 2) */\r
-#define REG_TC1_BCR            (0x400940C0U) /**< \brief (TC1) Block Control Register */\r
-#define REG_TC1_BMR            (0x400940C4U) /**< \brief (TC1) Block Mode Register */\r
-#define REG_TC1_QIER           (0x400940C8U) /**< \brief (TC1) QDEC Interrupt Enable Register */\r
-#define REG_TC1_QIDR           (0x400940CCU) /**< \brief (TC1) QDEC Interrupt Disable Register */\r
-#define REG_TC1_QIMR           (0x400940D0U) /**< \brief (TC1) QDEC Interrupt Mask Register */\r
-#define REG_TC1_QISR           (0x400940D4U) /**< \brief (TC1) QDEC Interrupt Status Register */\r
-#define REG_TC1_FMR            (0x400940D8U) /**< \brief (TC1) Fault Mode Register */\r
-#define REG_TC1_WPMR           (0x400940E4U) /**< \brief (TC1) Write Protect Mode Register */\r
-#define REG_TC1_RPR0           (0x40094100U) /**< \brief (TC1) Receive Pointer Register (pdc = 0) */\r
-#define REG_TC1_RCR0           (0x40094104U) /**< \brief (TC1) Receive Counter Register (pdc = 0) */\r
-#define REG_TC1_RNPR0          (0x40094110U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 0) */\r
-#define REG_TC1_RNCR0          (0x40094114U) /**< \brief (TC1) Receive Next Counter Register (pdc = 0) */\r
-#define REG_TC1_PTCR0          (0x40094120U) /**< \brief (TC1) Transfer Control Register (pdc = 0) */\r
-#define REG_TC1_PTSR0          (0x40094124U) /**< \brief (TC1) Transfer Status Register (pdc = 0) */\r
-#define REG_TC1_RPR1           (0x40094140U) /**< \brief (TC1) Receive Pointer Register (pdc = 1) */\r
-#define REG_TC1_RCR1           (0x40094144U) /**< \brief (TC1) Receive Counter Register (pdc = 1) */\r
-#define REG_TC1_RNPR1          (0x40094150U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 1) */\r
-#define REG_TC1_RNCR1          (0x40094154U) /**< \brief (TC1) Receive Next Counter Register (pdc = 1) */\r
-#define REG_TC1_PTCR1          (0x40094160U) /**< \brief (TC1) Transfer Control Register (pdc = 1) */\r
-#define REG_TC1_PTSR1          (0x40094164U) /**< \brief (TC1) Transfer Status Register (pdc = 1) */\r
-#define REG_TC1_RPR2           (0x40094180U) /**< \brief (TC1) Receive Pointer Register (pdc = 2) */\r
-#define REG_TC1_RCR2           (0x40094184U) /**< \brief (TC1) Receive Counter Register (pdc = 2) */\r
-#define REG_TC1_RNPR2          (0x40094190U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 2) */\r
-#define REG_TC1_RNCR2          (0x40094194U) /**< \brief (TC1) Receive Next Counter Register (pdc = 2) */\r
-#define REG_TC1_PTCR2          (0x400941A0U) /**< \brief (TC1) Transfer Control Register (pdc = 2) */\r
-#define REG_TC1_PTSR2          (0x400941A4U) /**< \brief (TC1) Transfer Status Register (pdc = 2) */\r
-#else\r
-#define REG_TC1_CCR0  (*(WoReg*)0x40094000U) /**< \brief (TC1) Channel Control Register (channel = 0) */\r
-#define REG_TC1_CMR0  (*(RwReg*)0x40094004U) /**< \brief (TC1) Channel Mode Register (channel = 0) */\r
-#define REG_TC1_SMMR0 (*(RwReg*)0x40094008U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC1_RAB0  (*(RoReg*)0x4009400CU) /**< \brief (TC1) Register AB (channel = 0) */\r
-#define REG_TC1_CV0   (*(RoReg*)0x40094010U) /**< \brief (TC1) Counter Value (channel = 0) */\r
-#define REG_TC1_RA0   (*(RwReg*)0x40094014U) /**< \brief (TC1) Register A (channel = 0) */\r
-#define REG_TC1_RB0   (*(RwReg*)0x40094018U) /**< \brief (TC1) Register B (channel = 0) */\r
-#define REG_TC1_RC0   (*(RwReg*)0x4009401CU) /**< \brief (TC1) Register C (channel = 0) */\r
-#define REG_TC1_SR0   (*(RoReg*)0x40094020U) /**< \brief (TC1) Status Register (channel = 0) */\r
-#define REG_TC1_IER0  (*(WoReg*)0x40094024U) /**< \brief (TC1) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC1_IDR0  (*(WoReg*)0x40094028U) /**< \brief (TC1) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC1_IMR0  (*(RoReg*)0x4009402CU) /**< \brief (TC1) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC1_EMR0  (*(RwReg*)0x40094030U) /**< \brief (TC1) Extended Mode Register (channel = 0) */\r
-#define REG_TC1_CCR1  (*(WoReg*)0x40094040U) /**< \brief (TC1) Channel Control Register (channel = 1) */\r
-#define REG_TC1_CMR1  (*(RwReg*)0x40094044U) /**< \brief (TC1) Channel Mode Register (channel = 1) */\r
-#define REG_TC1_SMMR1 (*(RwReg*)0x40094048U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC1_RAB1  (*(RoReg*)0x4009404CU) /**< \brief (TC1) Register AB (channel = 1) */\r
-#define REG_TC1_CV1   (*(RoReg*)0x40094050U) /**< \brief (TC1) Counter Value (channel = 1) */\r
-#define REG_TC1_RA1   (*(RwReg*)0x40094054U) /**< \brief (TC1) Register A (channel = 1) */\r
-#define REG_TC1_RB1   (*(RwReg*)0x40094058U) /**< \brief (TC1) Register B (channel = 1) */\r
-#define REG_TC1_RC1   (*(RwReg*)0x4009405CU) /**< \brief (TC1) Register C (channel = 1) */\r
-#define REG_TC1_SR1   (*(RoReg*)0x40094060U) /**< \brief (TC1) Status Register (channel = 1) */\r
-#define REG_TC1_IER1  (*(WoReg*)0x40094064U) /**< \brief (TC1) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC1_IDR1  (*(WoReg*)0x40094068U) /**< \brief (TC1) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC1_IMR1  (*(RoReg*)0x4009406CU) /**< \brief (TC1) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC1_EMR1  (*(RwReg*)0x40094070U) /**< \brief (TC1) Extended Mode Register (channel = 1) */\r
-#define REG_TC1_CCR2  (*(WoReg*)0x40094080U) /**< \brief (TC1) Channel Control Register (channel = 2) */\r
-#define REG_TC1_CMR2  (*(RwReg*)0x40094084U) /**< \brief (TC1) Channel Mode Register (channel = 2) */\r
-#define REG_TC1_SMMR2 (*(RwReg*)0x40094088U) /**< \brief (TC1) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC1_RAB2  (*(RoReg*)0x4009408CU) /**< \brief (TC1) Register AB (channel = 2) */\r
-#define REG_TC1_CV2   (*(RoReg*)0x40094090U) /**< \brief (TC1) Counter Value (channel = 2) */\r
-#define REG_TC1_RA2   (*(RwReg*)0x40094094U) /**< \brief (TC1) Register A (channel = 2) */\r
-#define REG_TC1_RB2   (*(RwReg*)0x40094098U) /**< \brief (TC1) Register B (channel = 2) */\r
-#define REG_TC1_RC2   (*(RwReg*)0x4009409CU) /**< \brief (TC1) Register C (channel = 2) */\r
-#define REG_TC1_SR2   (*(RoReg*)0x400940A0U) /**< \brief (TC1) Status Register (channel = 2) */\r
-#define REG_TC1_IER2  (*(WoReg*)0x400940A4U) /**< \brief (TC1) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC1_IDR2  (*(WoReg*)0x400940A8U) /**< \brief (TC1) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC1_IMR2  (*(RoReg*)0x400940ACU) /**< \brief (TC1) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC1_EMR2  (*(RwReg*)0x400940B0U) /**< \brief (TC1) Extended Mode Register (channel = 2) */\r
-#define REG_TC1_BCR   (*(WoReg*)0x400940C0U) /**< \brief (TC1) Block Control Register */\r
-#define REG_TC1_BMR   (*(RwReg*)0x400940C4U) /**< \brief (TC1) Block Mode Register */\r
-#define REG_TC1_QIER  (*(WoReg*)0x400940C8U) /**< \brief (TC1) QDEC Interrupt Enable Register */\r
-#define REG_TC1_QIDR  (*(WoReg*)0x400940CCU) /**< \brief (TC1) QDEC Interrupt Disable Register */\r
-#define REG_TC1_QIMR  (*(RoReg*)0x400940D0U) /**< \brief (TC1) QDEC Interrupt Mask Register */\r
-#define REG_TC1_QISR  (*(RoReg*)0x400940D4U) /**< \brief (TC1) QDEC Interrupt Status Register */\r
-#define REG_TC1_FMR   (*(RwReg*)0x400940D8U) /**< \brief (TC1) Fault Mode Register */\r
-#define REG_TC1_WPMR  (*(RwReg*)0x400940E4U) /**< \brief (TC1) Write Protect Mode Register */\r
-#define REG_TC1_RPR0  (*(RwReg*)0x40094100U) /**< \brief (TC1) Receive Pointer Register (pdc = 0) */\r
-#define REG_TC1_RCR0  (*(RwReg*)0x40094104U) /**< \brief (TC1) Receive Counter Register (pdc = 0) */\r
-#define REG_TC1_RNPR0 (*(RwReg*)0x40094110U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 0) */\r
-#define REG_TC1_RNCR0 (*(RwReg*)0x40094114U) /**< \brief (TC1) Receive Next Counter Register (pdc = 0) */\r
-#define REG_TC1_PTCR0 (*(WoReg*)0x40094120U) /**< \brief (TC1) Transfer Control Register (pdc = 0) */\r
-#define REG_TC1_PTSR0 (*(RoReg*)0x40094124U) /**< \brief (TC1) Transfer Status Register (pdc = 0) */\r
-#define REG_TC1_RPR1  (*(RwReg*)0x40094140U) /**< \brief (TC1) Receive Pointer Register (pdc = 1) */\r
-#define REG_TC1_RCR1  (*(RwReg*)0x40094144U) /**< \brief (TC1) Receive Counter Register (pdc = 1) */\r
-#define REG_TC1_RNPR1 (*(RwReg*)0x40094150U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 1) */\r
-#define REG_TC1_RNCR1 (*(RwReg*)0x40094154U) /**< \brief (TC1) Receive Next Counter Register (pdc = 1) */\r
-#define REG_TC1_PTCR1 (*(WoReg*)0x40094160U) /**< \brief (TC1) Transfer Control Register (pdc = 1) */\r
-#define REG_TC1_PTSR1 (*(RoReg*)0x40094164U) /**< \brief (TC1) Transfer Status Register (pdc = 1) */\r
-#define REG_TC1_RPR2  (*(RwReg*)0x40094180U) /**< \brief (TC1) Receive Pointer Register (pdc = 2) */\r
-#define REG_TC1_RCR2  (*(RwReg*)0x40094184U) /**< \brief (TC1) Receive Counter Register (pdc = 2) */\r
-#define REG_TC1_RNPR2 (*(RwReg*)0x40094190U) /**< \brief (TC1) Receive Next Pointer Register (pdc = 2) */\r
-#define REG_TC1_RNCR2 (*(RwReg*)0x40094194U) /**< \brief (TC1) Receive Next Counter Register (pdc = 2) */\r
-#define REG_TC1_PTCR2 (*(WoReg*)0x400941A0U) /**< \brief (TC1) Transfer Control Register (pdc = 2) */\r
-#define REG_TC1_PTSR2 (*(RoReg*)0x400941A4U) /**< \brief (TC1) Transfer Status Register (pdc = 2) */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_TC1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc2.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/tc2.h
deleted file mode 100644 (file)
index 73d8f3f..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TC2_INSTANCE_\r
-#define _SAM4E_TC2_INSTANCE_\r
-\r
-/* ========== Register definition for TC2 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_TC2_CCR0           (0x40098000U) /**< \brief (TC2) Channel Control Register (channel = 0) */\r
-#define REG_TC2_CMR0           (0x40098004U) /**< \brief (TC2) Channel Mode Register (channel = 0) */\r
-#define REG_TC2_SMMR0          (0x40098008U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC2_RAB0           (0x4009800CU) /**< \brief (TC2) Register AB (channel = 0) */\r
-#define REG_TC2_CV0            (0x40098010U) /**< \brief (TC2) Counter Value (channel = 0) */\r
-#define REG_TC2_RA0            (0x40098014U) /**< \brief (TC2) Register A (channel = 0) */\r
-#define REG_TC2_RB0            (0x40098018U) /**< \brief (TC2) Register B (channel = 0) */\r
-#define REG_TC2_RC0            (0x4009801CU) /**< \brief (TC2) Register C (channel = 0) */\r
-#define REG_TC2_SR0            (0x40098020U) /**< \brief (TC2) Status Register (channel = 0) */\r
-#define REG_TC2_IER0           (0x40098024U) /**< \brief (TC2) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC2_IDR0           (0x40098028U) /**< \brief (TC2) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC2_IMR0           (0x4009802CU) /**< \brief (TC2) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC2_EMR0           (0x40098030U) /**< \brief (TC2) Extended Mode Register (channel = 0) */\r
-#define REG_TC2_CCR1           (0x40098040U) /**< \brief (TC2) Channel Control Register (channel = 1) */\r
-#define REG_TC2_CMR1           (0x40098044U) /**< \brief (TC2) Channel Mode Register (channel = 1) */\r
-#define REG_TC2_SMMR1          (0x40098048U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC2_RAB1           (0x4009804CU) /**< \brief (TC2) Register AB (channel = 1) */\r
-#define REG_TC2_CV1            (0x40098050U) /**< \brief (TC2) Counter Value (channel = 1) */\r
-#define REG_TC2_RA1            (0x40098054U) /**< \brief (TC2) Register A (channel = 1) */\r
-#define REG_TC2_RB1            (0x40098058U) /**< \brief (TC2) Register B (channel = 1) */\r
-#define REG_TC2_RC1            (0x4009805CU) /**< \brief (TC2) Register C (channel = 1) */\r
-#define REG_TC2_SR1            (0x40098060U) /**< \brief (TC2) Status Register (channel = 1) */\r
-#define REG_TC2_IER1           (0x40098064U) /**< \brief (TC2) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC2_IDR1           (0x40098068U) /**< \brief (TC2) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC2_IMR1           (0x4009806CU) /**< \brief (TC2) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC2_EMR1           (0x40098070U) /**< \brief (TC2) Extended Mode Register (channel = 1) */\r
-#define REG_TC2_CCR2           (0x40098080U) /**< \brief (TC2) Channel Control Register (channel = 2) */\r
-#define REG_TC2_CMR2           (0x40098084U) /**< \brief (TC2) Channel Mode Register (channel = 2) */\r
-#define REG_TC2_SMMR2          (0x40098088U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC2_RAB2           (0x4009808CU) /**< \brief (TC2) Register AB (channel = 2) */\r
-#define REG_TC2_CV2            (0x40098090U) /**< \brief (TC2) Counter Value (channel = 2) */\r
-#define REG_TC2_RA2            (0x40098094U) /**< \brief (TC2) Register A (channel = 2) */\r
-#define REG_TC2_RB2            (0x40098098U) /**< \brief (TC2) Register B (channel = 2) */\r
-#define REG_TC2_RC2            (0x4009809CU) /**< \brief (TC2) Register C (channel = 2) */\r
-#define REG_TC2_SR2            (0x400980A0U) /**< \brief (TC2) Status Register (channel = 2) */\r
-#define REG_TC2_IER2           (0x400980A4U) /**< \brief (TC2) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC2_IDR2           (0x400980A8U) /**< \brief (TC2) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC2_IMR2           (0x400980ACU) /**< \brief (TC2) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC2_EMR2           (0x400980B0U) /**< \brief (TC2) Extended Mode Register (channel = 2) */\r
-#define REG_TC2_BCR            (0x400980C0U) /**< \brief (TC2) Block Control Register */\r
-#define REG_TC2_BMR            (0x400980C4U) /**< \brief (TC2) Block Mode Register */\r
-#define REG_TC2_QIER           (0x400980C8U) /**< \brief (TC2) QDEC Interrupt Enable Register */\r
-#define REG_TC2_QIDR           (0x400980CCU) /**< \brief (TC2) QDEC Interrupt Disable Register */\r
-#define REG_TC2_QIMR           (0x400980D0U) /**< \brief (TC2) QDEC Interrupt Mask Register */\r
-#define REG_TC2_QISR           (0x400980D4U) /**< \brief (TC2) QDEC Interrupt Status Register */\r
-#define REG_TC2_FMR            (0x400980D8U) /**< \brief (TC2) Fault Mode Register */\r
-#define REG_TC2_WPMR           (0x400980E4U) /**< \brief (TC2) Write Protect Mode Register */\r
-#else\r
-#define REG_TC2_CCR0  (*(WoReg*)0x40098000U) /**< \brief (TC2) Channel Control Register (channel = 0) */\r
-#define REG_TC2_CMR0  (*(RwReg*)0x40098004U) /**< \brief (TC2) Channel Mode Register (channel = 0) */\r
-#define REG_TC2_SMMR0 (*(RwReg*)0x40098008U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 0) */\r
-#define REG_TC2_RAB0  (*(RoReg*)0x4009800CU) /**< \brief (TC2) Register AB (channel = 0) */\r
-#define REG_TC2_CV0   (*(RoReg*)0x40098010U) /**< \brief (TC2) Counter Value (channel = 0) */\r
-#define REG_TC2_RA0   (*(RwReg*)0x40098014U) /**< \brief (TC2) Register A (channel = 0) */\r
-#define REG_TC2_RB0   (*(RwReg*)0x40098018U) /**< \brief (TC2) Register B (channel = 0) */\r
-#define REG_TC2_RC0   (*(RwReg*)0x4009801CU) /**< \brief (TC2) Register C (channel = 0) */\r
-#define REG_TC2_SR0   (*(RoReg*)0x40098020U) /**< \brief (TC2) Status Register (channel = 0) */\r
-#define REG_TC2_IER0  (*(WoReg*)0x40098024U) /**< \brief (TC2) Interrupt Enable Register (channel = 0) */\r
-#define REG_TC2_IDR0  (*(WoReg*)0x40098028U) /**< \brief (TC2) Interrupt Disable Register (channel = 0) */\r
-#define REG_TC2_IMR0  (*(RoReg*)0x4009802CU) /**< \brief (TC2) Interrupt Mask Register (channel = 0) */\r
-#define REG_TC2_EMR0  (*(RwReg*)0x40098030U) /**< \brief (TC2) Extended Mode Register (channel = 0) */\r
-#define REG_TC2_CCR1  (*(WoReg*)0x40098040U) /**< \brief (TC2) Channel Control Register (channel = 1) */\r
-#define REG_TC2_CMR1  (*(RwReg*)0x40098044U) /**< \brief (TC2) Channel Mode Register (channel = 1) */\r
-#define REG_TC2_SMMR1 (*(RwReg*)0x40098048U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 1) */\r
-#define REG_TC2_RAB1  (*(RoReg*)0x4009804CU) /**< \brief (TC2) Register AB (channel = 1) */\r
-#define REG_TC2_CV1   (*(RoReg*)0x40098050U) /**< \brief (TC2) Counter Value (channel = 1) */\r
-#define REG_TC2_RA1   (*(RwReg*)0x40098054U) /**< \brief (TC2) Register A (channel = 1) */\r
-#define REG_TC2_RB1   (*(RwReg*)0x40098058U) /**< \brief (TC2) Register B (channel = 1) */\r
-#define REG_TC2_RC1   (*(RwReg*)0x4009805CU) /**< \brief (TC2) Register C (channel = 1) */\r
-#define REG_TC2_SR1   (*(RoReg*)0x40098060U) /**< \brief (TC2) Status Register (channel = 1) */\r
-#define REG_TC2_IER1  (*(WoReg*)0x40098064U) /**< \brief (TC2) Interrupt Enable Register (channel = 1) */\r
-#define REG_TC2_IDR1  (*(WoReg*)0x40098068U) /**< \brief (TC2) Interrupt Disable Register (channel = 1) */\r
-#define REG_TC2_IMR1  (*(RoReg*)0x4009806CU) /**< \brief (TC2) Interrupt Mask Register (channel = 1) */\r
-#define REG_TC2_EMR1  (*(RwReg*)0x40098070U) /**< \brief (TC2) Extended Mode Register (channel = 1) */\r
-#define REG_TC2_CCR2  (*(WoReg*)0x40098080U) /**< \brief (TC2) Channel Control Register (channel = 2) */\r
-#define REG_TC2_CMR2  (*(RwReg*)0x40098084U) /**< \brief (TC2) Channel Mode Register (channel = 2) */\r
-#define REG_TC2_SMMR2 (*(RwReg*)0x40098088U) /**< \brief (TC2) Stepper Motor Mode Register (channel = 2) */\r
-#define REG_TC2_RAB2  (*(RoReg*)0x4009808CU) /**< \brief (TC2) Register AB (channel = 2) */\r
-#define REG_TC2_CV2   (*(RoReg*)0x40098090U) /**< \brief (TC2) Counter Value (channel = 2) */\r
-#define REG_TC2_RA2   (*(RwReg*)0x40098094U) /**< \brief (TC2) Register A (channel = 2) */\r
-#define REG_TC2_RB2   (*(RwReg*)0x40098098U) /**< \brief (TC2) Register B (channel = 2) */\r
-#define REG_TC2_RC2   (*(RwReg*)0x4009809CU) /**< \brief (TC2) Register C (channel = 2) */\r
-#define REG_TC2_SR2   (*(RoReg*)0x400980A0U) /**< \brief (TC2) Status Register (channel = 2) */\r
-#define REG_TC2_IER2  (*(WoReg*)0x400980A4U) /**< \brief (TC2) Interrupt Enable Register (channel = 2) */\r
-#define REG_TC2_IDR2  (*(WoReg*)0x400980A8U) /**< \brief (TC2) Interrupt Disable Register (channel = 2) */\r
-#define REG_TC2_IMR2  (*(RoReg*)0x400980ACU) /**< \brief (TC2) Interrupt Mask Register (channel = 2) */\r
-#define REG_TC2_EMR2  (*(RwReg*)0x400980B0U) /**< \brief (TC2) Extended Mode Register (channel = 2) */\r
-#define REG_TC2_BCR   (*(WoReg*)0x400980C0U) /**< \brief (TC2) Block Control Register */\r
-#define REG_TC2_BMR   (*(RwReg*)0x400980C4U) /**< \brief (TC2) Block Mode Register */\r
-#define REG_TC2_QIER  (*(WoReg*)0x400980C8U) /**< \brief (TC2) QDEC Interrupt Enable Register */\r
-#define REG_TC2_QIDR  (*(WoReg*)0x400980CCU) /**< \brief (TC2) QDEC Interrupt Disable Register */\r
-#define REG_TC2_QIMR  (*(RoReg*)0x400980D0U) /**< \brief (TC2) QDEC Interrupt Mask Register */\r
-#define REG_TC2_QISR  (*(RoReg*)0x400980D4U) /**< \brief (TC2) QDEC Interrupt Status Register */\r
-#define REG_TC2_FMR   (*(RwReg*)0x400980D8U) /**< \brief (TC2) Fault Mode Register */\r
-#define REG_TC2_WPMR  (*(RwReg*)0x400980E4U) /**< \brief (TC2) Write Protect Mode Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_TC2_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi0.h
deleted file mode 100644 (file)
index 88fe9ef..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TWI0_INSTANCE_\r
-#define _SAM4E_TWI0_INSTANCE_\r
-\r
-/* ========== Register definition for TWI0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_TWI0_CR                    (0x400A8000U) /**< \brief (TWI0) Control Register */\r
-#define REG_TWI0_MMR                   (0x400A8004U) /**< \brief (TWI0) Master Mode Register */\r
-#define REG_TWI0_SMR                   (0x400A8008U) /**< \brief (TWI0) Slave Mode Register */\r
-#define REG_TWI0_IADR                  (0x400A800CU) /**< \brief (TWI0) Internal Address Register */\r
-#define REG_TWI0_CWGR                  (0x400A8010U) /**< \brief (TWI0) Clock Waveform Generator Register */\r
-#define REG_TWI0_SR                    (0x400A8020U) /**< \brief (TWI0) Status Register */\r
-#define REG_TWI0_IER                   (0x400A8024U) /**< \brief (TWI0) Interrupt Enable Register */\r
-#define REG_TWI0_IDR                   (0x400A8028U) /**< \brief (TWI0) Interrupt Disable Register */\r
-#define REG_TWI0_IMR                   (0x400A802CU) /**< \brief (TWI0) Interrupt Mask Register */\r
-#define REG_TWI0_RHR                   (0x400A8030U) /**< \brief (TWI0) Receive Holding Register */\r
-#define REG_TWI0_THR                   (0x400A8034U) /**< \brief (TWI0) Transmit Holding Register */\r
-#define REG_TWI0_WPROT_MODE            (0x400A80E4U) /**< \brief (TWI0) Protection Mode Register */\r
-#define REG_TWI0_WPROT_STATUS          (0x400A80E8U) /**< \brief (TWI0) Protection Status Register */\r
-#define REG_TWI0_RPR                   (0x400A8100U) /**< \brief (TWI0) Receive Pointer Register */\r
-#define REG_TWI0_RCR                   (0x400A8104U) /**< \brief (TWI0) Receive Counter Register */\r
-#define REG_TWI0_TPR                   (0x400A8108U) /**< \brief (TWI0) Transmit Pointer Register */\r
-#define REG_TWI0_TCR                   (0x400A810CU) /**< \brief (TWI0) Transmit Counter Register */\r
-#define REG_TWI0_RNPR                  (0x400A8110U) /**< \brief (TWI0) Receive Next Pointer Register */\r
-#define REG_TWI0_RNCR                  (0x400A8114U) /**< \brief (TWI0) Receive Next Counter Register */\r
-#define REG_TWI0_TNPR                  (0x400A8118U) /**< \brief (TWI0) Transmit Next Pointer Register */\r
-#define REG_TWI0_TNCR                  (0x400A811CU) /**< \brief (TWI0) Transmit Next Counter Register */\r
-#define REG_TWI0_PTCR                  (0x400A8120U) /**< \brief (TWI0) Transfer Control Register */\r
-#define REG_TWI0_PTSR                  (0x400A8124U) /**< \brief (TWI0) Transfer Status Register */\r
-#else\r
-#define REG_TWI0_CR           (*(WoReg*)0x400A8000U) /**< \brief (TWI0) Control Register */\r
-#define REG_TWI0_MMR          (*(RwReg*)0x400A8004U) /**< \brief (TWI0) Master Mode Register */\r
-#define REG_TWI0_SMR          (*(RwReg*)0x400A8008U) /**< \brief (TWI0) Slave Mode Register */\r
-#define REG_TWI0_IADR         (*(RwReg*)0x400A800CU) /**< \brief (TWI0) Internal Address Register */\r
-#define REG_TWI0_CWGR         (*(RwReg*)0x400A8010U) /**< \brief (TWI0) Clock Waveform Generator Register */\r
-#define REG_TWI0_SR           (*(RoReg*)0x400A8020U) /**< \brief (TWI0) Status Register */\r
-#define REG_TWI0_IER          (*(WoReg*)0x400A8024U) /**< \brief (TWI0) Interrupt Enable Register */\r
-#define REG_TWI0_IDR          (*(WoReg*)0x400A8028U) /**< \brief (TWI0) Interrupt Disable Register */\r
-#define REG_TWI0_IMR          (*(RoReg*)0x400A802CU) /**< \brief (TWI0) Interrupt Mask Register */\r
-#define REG_TWI0_RHR          (*(RoReg*)0x400A8030U) /**< \brief (TWI0) Receive Holding Register */\r
-#define REG_TWI0_THR          (*(WoReg*)0x400A8034U) /**< \brief (TWI0) Transmit Holding Register */\r
-#define REG_TWI0_WPROT_MODE   (*(RwReg*)0x400A80E4U) /**< \brief (TWI0) Protection Mode Register */\r
-#define REG_TWI0_WPROT_STATUS (*(RoReg*)0x400A80E8U) /**< \brief (TWI0) Protection Status Register */\r
-#define REG_TWI0_RPR          (*(RwReg*)0x400A8100U) /**< \brief (TWI0) Receive Pointer Register */\r
-#define REG_TWI0_RCR          (*(RwReg*)0x400A8104U) /**< \brief (TWI0) Receive Counter Register */\r
-#define REG_TWI0_TPR          (*(RwReg*)0x400A8108U) /**< \brief (TWI0) Transmit Pointer Register */\r
-#define REG_TWI0_TCR          (*(RwReg*)0x400A810CU) /**< \brief (TWI0) Transmit Counter Register */\r
-#define REG_TWI0_RNPR         (*(RwReg*)0x400A8110U) /**< \brief (TWI0) Receive Next Pointer Register */\r
-#define REG_TWI0_RNCR         (*(RwReg*)0x400A8114U) /**< \brief (TWI0) Receive Next Counter Register */\r
-#define REG_TWI0_TNPR         (*(RwReg*)0x400A8118U) /**< \brief (TWI0) Transmit Next Pointer Register */\r
-#define REG_TWI0_TNCR         (*(RwReg*)0x400A811CU) /**< \brief (TWI0) Transmit Next Counter Register */\r
-#define REG_TWI0_PTCR         (*(WoReg*)0x400A8120U) /**< \brief (TWI0) Transfer Control Register */\r
-#define REG_TWI0_PTSR         (*(RoReg*)0x400A8124U) /**< \brief (TWI0) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_TWI0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/twi1.h
deleted file mode 100644 (file)
index 172adb1..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_TWI1_INSTANCE_\r
-#define _SAM4E_TWI1_INSTANCE_\r
-\r
-/* ========== Register definition for TWI1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_TWI1_CR                    (0x400AC000U) /**< \brief (TWI1) Control Register */\r
-#define REG_TWI1_MMR                   (0x400AC004U) /**< \brief (TWI1) Master Mode Register */\r
-#define REG_TWI1_SMR                   (0x400AC008U) /**< \brief (TWI1) Slave Mode Register */\r
-#define REG_TWI1_IADR                  (0x400AC00CU) /**< \brief (TWI1) Internal Address Register */\r
-#define REG_TWI1_CWGR                  (0x400AC010U) /**< \brief (TWI1) Clock Waveform Generator Register */\r
-#define REG_TWI1_SR                    (0x400AC020U) /**< \brief (TWI1) Status Register */\r
-#define REG_TWI1_IER                   (0x400AC024U) /**< \brief (TWI1) Interrupt Enable Register */\r
-#define REG_TWI1_IDR                   (0x400AC028U) /**< \brief (TWI1) Interrupt Disable Register */\r
-#define REG_TWI1_IMR                   (0x400AC02CU) /**< \brief (TWI1) Interrupt Mask Register */\r
-#define REG_TWI1_RHR                   (0x400AC030U) /**< \brief (TWI1) Receive Holding Register */\r
-#define REG_TWI1_THR                   (0x400AC034U) /**< \brief (TWI1) Transmit Holding Register */\r
-#define REG_TWI1_WPROT_MODE            (0x400AC0E4U) /**< \brief (TWI1) Protection Mode Register */\r
-#define REG_TWI1_WPROT_STATUS          (0x400AC0E8U) /**< \brief (TWI1) Protection Status Register */\r
-#define REG_TWI1_RPR                   (0x400AC100U) /**< \brief (TWI1) Receive Pointer Register */\r
-#define REG_TWI1_RCR                   (0x400AC104U) /**< \brief (TWI1) Receive Counter Register */\r
-#define REG_TWI1_TPR                   (0x400AC108U) /**< \brief (TWI1) Transmit Pointer Register */\r
-#define REG_TWI1_TCR                   (0x400AC10CU) /**< \brief (TWI1) Transmit Counter Register */\r
-#define REG_TWI1_RNPR                  (0x400AC110U) /**< \brief (TWI1) Receive Next Pointer Register */\r
-#define REG_TWI1_RNCR                  (0x400AC114U) /**< \brief (TWI1) Receive Next Counter Register */\r
-#define REG_TWI1_TNPR                  (0x400AC118U) /**< \brief (TWI1) Transmit Next Pointer Register */\r
-#define REG_TWI1_TNCR                  (0x400AC11CU) /**< \brief (TWI1) Transmit Next Counter Register */\r
-#define REG_TWI1_PTCR                  (0x400AC120U) /**< \brief (TWI1) Transfer Control Register */\r
-#define REG_TWI1_PTSR                  (0x400AC124U) /**< \brief (TWI1) Transfer Status Register */\r
-#else\r
-#define REG_TWI1_CR           (*(WoReg*)0x400AC000U) /**< \brief (TWI1) Control Register */\r
-#define REG_TWI1_MMR          (*(RwReg*)0x400AC004U) /**< \brief (TWI1) Master Mode Register */\r
-#define REG_TWI1_SMR          (*(RwReg*)0x400AC008U) /**< \brief (TWI1) Slave Mode Register */\r
-#define REG_TWI1_IADR         (*(RwReg*)0x400AC00CU) /**< \brief (TWI1) Internal Address Register */\r
-#define REG_TWI1_CWGR         (*(RwReg*)0x400AC010U) /**< \brief (TWI1) Clock Waveform Generator Register */\r
-#define REG_TWI1_SR           (*(RoReg*)0x400AC020U) /**< \brief (TWI1) Status Register */\r
-#define REG_TWI1_IER          (*(WoReg*)0x400AC024U) /**< \brief (TWI1) Interrupt Enable Register */\r
-#define REG_TWI1_IDR          (*(WoReg*)0x400AC028U) /**< \brief (TWI1) Interrupt Disable Register */\r
-#define REG_TWI1_IMR          (*(RoReg*)0x400AC02CU) /**< \brief (TWI1) Interrupt Mask Register */\r
-#define REG_TWI1_RHR          (*(RoReg*)0x400AC030U) /**< \brief (TWI1) Receive Holding Register */\r
-#define REG_TWI1_THR          (*(WoReg*)0x400AC034U) /**< \brief (TWI1) Transmit Holding Register */\r
-#define REG_TWI1_WPROT_MODE   (*(RwReg*)0x400AC0E4U) /**< \brief (TWI1) Protection Mode Register */\r
-#define REG_TWI1_WPROT_STATUS (*(RoReg*)0x400AC0E8U) /**< \brief (TWI1) Protection Status Register */\r
-#define REG_TWI1_RPR          (*(RwReg*)0x400AC100U) /**< \brief (TWI1) Receive Pointer Register */\r
-#define REG_TWI1_RCR          (*(RwReg*)0x400AC104U) /**< \brief (TWI1) Receive Counter Register */\r
-#define REG_TWI1_TPR          (*(RwReg*)0x400AC108U) /**< \brief (TWI1) Transmit Pointer Register */\r
-#define REG_TWI1_TCR          (*(RwReg*)0x400AC10CU) /**< \brief (TWI1) Transmit Counter Register */\r
-#define REG_TWI1_RNPR         (*(RwReg*)0x400AC110U) /**< \brief (TWI1) Receive Next Pointer Register */\r
-#define REG_TWI1_RNCR         (*(RwReg*)0x400AC114U) /**< \brief (TWI1) Receive Next Counter Register */\r
-#define REG_TWI1_TNPR         (*(RwReg*)0x400AC118U) /**< \brief (TWI1) Transmit Next Pointer Register */\r
-#define REG_TWI1_TNCR         (*(RwReg*)0x400AC11CU) /**< \brief (TWI1) Transmit Next Counter Register */\r
-#define REG_TWI1_PTCR         (*(WoReg*)0x400AC120U) /**< \brief (TWI1) Transfer Control Register */\r
-#define REG_TWI1_PTSR         (*(RoReg*)0x400AC124U) /**< \brief (TWI1) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_TWI1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart0.h
deleted file mode 100644 (file)
index 56877b7..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_UART0_INSTANCE_\r
-#define _SAM4E_UART0_INSTANCE_\r
-\r
-/* ========== Register definition for UART0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_UART0_CR            (0x400E0600U) /**< \brief (UART0) Control Register */\r
-#define REG_UART0_MR            (0x400E0604U) /**< \brief (UART0) Mode Register */\r
-#define REG_UART0_IER           (0x400E0608U) /**< \brief (UART0) Interrupt Enable Register */\r
-#define REG_UART0_IDR           (0x400E060CU) /**< \brief (UART0) Interrupt Disable Register */\r
-#define REG_UART0_IMR           (0x400E0610U) /**< \brief (UART0) Interrupt Mask Register */\r
-#define REG_UART0_SR            (0x400E0614U) /**< \brief (UART0) Status Register */\r
-#define REG_UART0_RHR           (0x400E0618U) /**< \brief (UART0) Receive Holding Register */\r
-#define REG_UART0_THR           (0x400E061CU) /**< \brief (UART0) Transmit Holding Register */\r
-#define REG_UART0_BRGR          (0x400E0620U) /**< \brief (UART0) Baud Rate Generator Register */\r
-#define REG_UART0_RPR           (0x400E0700U) /**< \brief (UART0) Receive Pointer Register */\r
-#define REG_UART0_RCR           (0x400E0704U) /**< \brief (UART0) Receive Counter Register */\r
-#define REG_UART0_TPR           (0x400E0708U) /**< \brief (UART0) Transmit Pointer Register */\r
-#define REG_UART0_TCR           (0x400E070CU) /**< \brief (UART0) Transmit Counter Register */\r
-#define REG_UART0_RNPR          (0x400E0710U) /**< \brief (UART0) Receive Next Pointer Register */\r
-#define REG_UART0_RNCR          (0x400E0714U) /**< \brief (UART0) Receive Next Counter Register */\r
-#define REG_UART0_TNPR          (0x400E0718U) /**< \brief (UART0) Transmit Next Pointer Register */\r
-#define REG_UART0_TNCR          (0x400E071CU) /**< \brief (UART0) Transmit Next Counter Register */\r
-#define REG_UART0_PTCR          (0x400E0720U) /**< \brief (UART0) Transfer Control Register */\r
-#define REG_UART0_PTSR          (0x400E0724U) /**< \brief (UART0) Transfer Status Register */\r
-#else\r
-#define REG_UART0_CR   (*(WoReg*)0x400E0600U) /**< \brief (UART0) Control Register */\r
-#define REG_UART0_MR   (*(RwReg*)0x400E0604U) /**< \brief (UART0) Mode Register */\r
-#define REG_UART0_IER  (*(WoReg*)0x400E0608U) /**< \brief (UART0) Interrupt Enable Register */\r
-#define REG_UART0_IDR  (*(WoReg*)0x400E060CU) /**< \brief (UART0) Interrupt Disable Register */\r
-#define REG_UART0_IMR  (*(RoReg*)0x400E0610U) /**< \brief (UART0) Interrupt Mask Register */\r
-#define REG_UART0_SR   (*(RoReg*)0x400E0614U) /**< \brief (UART0) Status Register */\r
-#define REG_UART0_RHR  (*(RoReg*)0x400E0618U) /**< \brief (UART0) Receive Holding Register */\r
-#define REG_UART0_THR  (*(WoReg*)0x400E061CU) /**< \brief (UART0) Transmit Holding Register */\r
-#define REG_UART0_BRGR (*(RwReg*)0x400E0620U) /**< \brief (UART0) Baud Rate Generator Register */\r
-#define REG_UART0_RPR  (*(RwReg*)0x400E0700U) /**< \brief (UART0) Receive Pointer Register */\r
-#define REG_UART0_RCR  (*(RwReg*)0x400E0704U) /**< \brief (UART0) Receive Counter Register */\r
-#define REG_UART0_TPR  (*(RwReg*)0x400E0708U) /**< \brief (UART0) Transmit Pointer Register */\r
-#define REG_UART0_TCR  (*(RwReg*)0x400E070CU) /**< \brief (UART0) Transmit Counter Register */\r
-#define REG_UART0_RNPR (*(RwReg*)0x400E0710U) /**< \brief (UART0) Receive Next Pointer Register */\r
-#define REG_UART0_RNCR (*(RwReg*)0x400E0714U) /**< \brief (UART0) Receive Next Counter Register */\r
-#define REG_UART0_TNPR (*(RwReg*)0x400E0718U) /**< \brief (UART0) Transmit Next Pointer Register */\r
-#define REG_UART0_TNCR (*(RwReg*)0x400E071CU) /**< \brief (UART0) Transmit Next Counter Register */\r
-#define REG_UART0_PTCR (*(WoReg*)0x400E0720U) /**< \brief (UART0) Transfer Control Register */\r
-#define REG_UART0_PTSR (*(RoReg*)0x400E0724U) /**< \brief (UART0) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_UART0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/uart1.h
deleted file mode 100644 (file)
index 2cd6031..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_UART1_INSTANCE_\r
-#define _SAM4E_UART1_INSTANCE_\r
-\r
-/* ========== Register definition for UART1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_UART1_CR            (0x40060600U) /**< \brief (UART1) Control Register */\r
-#define REG_UART1_MR            (0x40060604U) /**< \brief (UART1) Mode Register */\r
-#define REG_UART1_IER           (0x40060608U) /**< \brief (UART1) Interrupt Enable Register */\r
-#define REG_UART1_IDR           (0x4006060CU) /**< \brief (UART1) Interrupt Disable Register */\r
-#define REG_UART1_IMR           (0x40060610U) /**< \brief (UART1) Interrupt Mask Register */\r
-#define REG_UART1_SR            (0x40060614U) /**< \brief (UART1) Status Register */\r
-#define REG_UART1_RHR           (0x40060618U) /**< \brief (UART1) Receive Holding Register */\r
-#define REG_UART1_THR           (0x4006061CU) /**< \brief (UART1) Transmit Holding Register */\r
-#define REG_UART1_BRGR          (0x40060620U) /**< \brief (UART1) Baud Rate Generator Register */\r
-#define REG_UART1_RPR           (0x40060700U) /**< \brief (UART1) Receive Pointer Register */\r
-#define REG_UART1_RCR           (0x40060704U) /**< \brief (UART1) Receive Counter Register */\r
-#define REG_UART1_TPR           (0x40060708U) /**< \brief (UART1) Transmit Pointer Register */\r
-#define REG_UART1_TCR           (0x4006070CU) /**< \brief (UART1) Transmit Counter Register */\r
-#define REG_UART1_RNPR          (0x40060710U) /**< \brief (UART1) Receive Next Pointer Register */\r
-#define REG_UART1_RNCR          (0x40060714U) /**< \brief (UART1) Receive Next Counter Register */\r
-#define REG_UART1_TNPR          (0x40060718U) /**< \brief (UART1) Transmit Next Pointer Register */\r
-#define REG_UART1_TNCR          (0x4006071CU) /**< \brief (UART1) Transmit Next Counter Register */\r
-#define REG_UART1_PTCR          (0x40060720U) /**< \brief (UART1) Transfer Control Register */\r
-#define REG_UART1_PTSR          (0x40060724U) /**< \brief (UART1) Transfer Status Register */\r
-#else\r
-#define REG_UART1_CR   (*(WoReg*)0x40060600U) /**< \brief (UART1) Control Register */\r
-#define REG_UART1_MR   (*(RwReg*)0x40060604U) /**< \brief (UART1) Mode Register */\r
-#define REG_UART1_IER  (*(WoReg*)0x40060608U) /**< \brief (UART1) Interrupt Enable Register */\r
-#define REG_UART1_IDR  (*(WoReg*)0x4006060CU) /**< \brief (UART1) Interrupt Disable Register */\r
-#define REG_UART1_IMR  (*(RoReg*)0x40060610U) /**< \brief (UART1) Interrupt Mask Register */\r
-#define REG_UART1_SR   (*(RoReg*)0x40060614U) /**< \brief (UART1) Status Register */\r
-#define REG_UART1_RHR  (*(RoReg*)0x40060618U) /**< \brief (UART1) Receive Holding Register */\r
-#define REG_UART1_THR  (*(WoReg*)0x4006061CU) /**< \brief (UART1) Transmit Holding Register */\r
-#define REG_UART1_BRGR (*(RwReg*)0x40060620U) /**< \brief (UART1) Baud Rate Generator Register */\r
-#define REG_UART1_RPR  (*(RwReg*)0x40060700U) /**< \brief (UART1) Receive Pointer Register */\r
-#define REG_UART1_RCR  (*(RwReg*)0x40060704U) /**< \brief (UART1) Receive Counter Register */\r
-#define REG_UART1_TPR  (*(RwReg*)0x40060708U) /**< \brief (UART1) Transmit Pointer Register */\r
-#define REG_UART1_TCR  (*(RwReg*)0x4006070CU) /**< \brief (UART1) Transmit Counter Register */\r
-#define REG_UART1_RNPR (*(RwReg*)0x40060710U) /**< \brief (UART1) Receive Next Pointer Register */\r
-#define REG_UART1_RNCR (*(RwReg*)0x40060714U) /**< \brief (UART1) Receive Next Counter Register */\r
-#define REG_UART1_TNPR (*(RwReg*)0x40060718U) /**< \brief (UART1) Transmit Next Pointer Register */\r
-#define REG_UART1_TNCR (*(RwReg*)0x4006071CU) /**< \brief (UART1) Transmit Next Counter Register */\r
-#define REG_UART1_PTCR (*(WoReg*)0x40060720U) /**< \brief (UART1) Transfer Control Register */\r
-#define REG_UART1_PTSR (*(RoReg*)0x40060724U) /**< \brief (UART1) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_UART1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/udp.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/udp.h
deleted file mode 100644 (file)
index a9f2115..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_UDP_INSTANCE_\r
-#define _SAM4E_UDP_INSTANCE_\r
-\r
-/* ========== Register definition for UDP peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_UDP_FRM_NUM           (0x40084000U) /**< \brief (UDP) Frame Number Register */\r
-#define REG_UDP_GLB_STAT          (0x40084004U) /**< \brief (UDP) Global State Register */\r
-#define REG_UDP_FADDR             (0x40084008U) /**< \brief (UDP) Function Address Register */\r
-#define REG_UDP_IER               (0x40084010U) /**< \brief (UDP) Interrupt Enable Register */\r
-#define REG_UDP_IDR               (0x40084014U) /**< \brief (UDP) Interrupt Disable Register */\r
-#define REG_UDP_IMR               (0x40084018U) /**< \brief (UDP) Interrupt Mask Register */\r
-#define REG_UDP_ISR               (0x4008401CU) /**< \brief (UDP) Interrupt Status Register */\r
-#define REG_UDP_ICR               (0x40084020U) /**< \brief (UDP) Interrupt Clear Register */\r
-#define REG_UDP_RST_EP            (0x40084028U) /**< \brief (UDP) Reset Endpoint Register */\r
-#define REG_UDP_CSR               (0x40084030U) /**< \brief (UDP) Endpoint Control and Status Register */\r
-#define REG_UDP_FDR               (0x40084050U) /**< \brief (UDP) Endpoint FIFO Data Register */\r
-#define REG_UDP_TXVC              (0x40084074U) /**< \brief (UDP) Transceiver Control Register */\r
-#else\r
-#define REG_UDP_FRM_NUM  (*(RoReg*)0x40084000U) /**< \brief (UDP) Frame Number Register */\r
-#define REG_UDP_GLB_STAT (*(RwReg*)0x40084004U) /**< \brief (UDP) Global State Register */\r
-#define REG_UDP_FADDR    (*(RwReg*)0x40084008U) /**< \brief (UDP) Function Address Register */\r
-#define REG_UDP_IER      (*(WoReg*)0x40084010U) /**< \brief (UDP) Interrupt Enable Register */\r
-#define REG_UDP_IDR      (*(WoReg*)0x40084014U) /**< \brief (UDP) Interrupt Disable Register */\r
-#define REG_UDP_IMR      (*(RoReg*)0x40084018U) /**< \brief (UDP) Interrupt Mask Register */\r
-#define REG_UDP_ISR      (*(RoReg*)0x4008401CU) /**< \brief (UDP) Interrupt Status Register */\r
-#define REG_UDP_ICR      (*(WoReg*)0x40084020U) /**< \brief (UDP) Interrupt Clear Register */\r
-#define REG_UDP_RST_EP   (*(RwReg*)0x40084028U) /**< \brief (UDP) Reset Endpoint Register */\r
-#define REG_UDP_CSR      (*(RwReg*)0x40084030U) /**< \brief (UDP) Endpoint Control and Status Register */\r
-#define REG_UDP_FDR      (*(RwReg*)0x40084050U) /**< \brief (UDP) Endpoint FIFO Data Register */\r
-#define REG_UDP_TXVC     (*(RwReg*)0x40084074U) /**< \brief (UDP) Transceiver Control Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_UDP_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart0.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart0.h
deleted file mode 100644 (file)
index 6f9ae12..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_USART0_INSTANCE_\r
-#define _SAM4E_USART0_INSTANCE_\r
-\r
-/* ========== Register definition for USART0 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_USART0_CR          (0x400A0000U) /**< \brief (USART0) Control Register */\r
-#define REG_USART0_MR          (0x400A0004U) /**< \brief (USART0) Mode Register */\r
-#define REG_USART0_IER          (0x400A0008U) /**< \brief (USART0) Interrupt Enable Register */\r
-#define REG_USART0_IDR          (0x400A000CU) /**< \brief (USART0) Interrupt Disable Register */\r
-#define REG_USART0_IMR          (0x400A0010U) /**< \brief (USART0) Interrupt Mask Register */\r
-#define REG_USART0_CSR          (0x400A0014U) /**< \brief (USART0) Channel Status Register */\r
-#define REG_USART0_RHR          (0x400A0018U) /**< \brief (USART0) Receiver Holding Register */\r
-#define REG_USART0_THR          (0x400A001CU) /**< \brief (USART0) Transmitter Holding Register */\r
-#define REG_USART0_BRGR          (0x400A0020U) /**< \brief (USART0) Baud Rate Generator Register */\r
-#define REG_USART0_RTOR          (0x400A0024U) /**< \brief (USART0) Receiver Time-out Register */\r
-#define REG_USART0_TTGR          (0x400A0028U) /**< \brief (USART0) Transmitter Timeguard Register */\r
-#define REG_USART0_FIDI          (0x400A0040U) /**< \brief (USART0) FI DI Ratio Register */\r
-#define REG_USART0_NER          (0x400A0044U) /**< \brief (USART0) Number of Errors Register */\r
-#define REG_USART0_IF          (0x400A004CU) /**< \brief (USART0) IrDA Filter Register */\r
-#define REG_USART0_MAN          (0x400A0050U) /**< \brief (USART0) Manchester Encoder Decoder Register */\r
-#define REG_USART0_WPMR          (0x400A00E4U) /**< \brief (USART0) Write Protect Mode Register */\r
-#define REG_USART0_WPSR          (0x400A00E8U) /**< \brief (USART0) Write Protect Status Register */\r
-#define REG_USART0_RPR          (0x400A0100U) /**< \brief (USART0) Receive Pointer Register */\r
-#define REG_USART0_RCR          (0x400A0104U) /**< \brief (USART0) Receive Counter Register */\r
-#define REG_USART0_TPR          (0x400A0108U) /**< \brief (USART0) Transmit Pointer Register */\r
-#define REG_USART0_TCR          (0x400A010CU) /**< \brief (USART0) Transmit Counter Register */\r
-#define REG_USART0_RNPR          (0x400A0110U) /**< \brief (USART0) Receive Next Pointer Register */\r
-#define REG_USART0_RNCR          (0x400A0114U) /**< \brief (USART0) Receive Next Counter Register */\r
-#define REG_USART0_TNPR          (0x400A0118U) /**< \brief (USART0) Transmit Next Pointer Register */\r
-#define REG_USART0_TNCR          (0x400A011CU) /**< \brief (USART0) Transmit Next Counter Register */\r
-#define REG_USART0_PTCR          (0x400A0120U) /**< \brief (USART0) Transfer Control Register */\r
-#define REG_USART0_PTSR          (0x400A0124U) /**< \brief (USART0) Transfer Status Register */\r
-#else\r
-#define REG_USART0_CR (*(WoReg*)0x400A0000U) /**< \brief (USART0) Control Register */\r
-#define REG_USART0_MR (*(RwReg*)0x400A0004U) /**< \brief (USART0) Mode Register */\r
-#define REG_USART0_IER (*(WoReg*)0x400A0008U) /**< \brief (USART0) Interrupt Enable Register */\r
-#define REG_USART0_IDR (*(WoReg*)0x400A000CU) /**< \brief (USART0) Interrupt Disable Register */\r
-#define REG_USART0_IMR (*(RoReg*)0x400A0010U) /**< \brief (USART0) Interrupt Mask Register */\r
-#define REG_USART0_CSR (*(RoReg*)0x400A0014U) /**< \brief (USART0) Channel Status Register */\r
-#define REG_USART0_RHR (*(RoReg*)0x400A0018U) /**< \brief (USART0) Receiver Holding Register */\r
-#define REG_USART0_THR (*(WoReg*)0x400A001CU) /**< \brief (USART0) Transmitter Holding Register */\r
-#define REG_USART0_BRGR (*(RwReg*)0x400A0020U) /**< \brief (USART0) Baud Rate Generator Register */\r
-#define REG_USART0_RTOR (*(RwReg*)0x400A0024U) /**< \brief (USART0) Receiver Time-out Register */\r
-#define REG_USART0_TTGR (*(RwReg*)0x400A0028U) /**< \brief (USART0) Transmitter Timeguard Register */\r
-#define REG_USART0_FIDI (*(RwReg*)0x400A0040U) /**< \brief (USART0) FI DI Ratio Register */\r
-#define REG_USART0_NER (*(RoReg*)0x400A0044U) /**< \brief (USART0) Number of Errors Register */\r
-#define REG_USART0_IF (*(RwReg*)0x400A004CU) /**< \brief (USART0) IrDA Filter Register */\r
-#define REG_USART0_MAN (*(RwReg*)0x400A0050U) /**< \brief (USART0) Manchester Encoder Decoder Register */\r
-#define REG_USART0_WPMR (*(RwReg*)0x400A00E4U) /**< \brief (USART0) Write Protect Mode Register */\r
-#define REG_USART0_WPSR (*(RoReg*)0x400A00E8U) /**< \brief (USART0) Write Protect Status Register */\r
-#define REG_USART0_RPR (*(RwReg*)0x400A0100U) /**< \brief (USART0) Receive Pointer Register */\r
-#define REG_USART0_RCR (*(RwReg*)0x400A0104U) /**< \brief (USART0) Receive Counter Register */\r
-#define REG_USART0_TPR (*(RwReg*)0x400A0108U) /**< \brief (USART0) Transmit Pointer Register */\r
-#define REG_USART0_TCR (*(RwReg*)0x400A010CU) /**< \brief (USART0) Transmit Counter Register */\r
-#define REG_USART0_RNPR (*(RwReg*)0x400A0110U) /**< \brief (USART0) Receive Next Pointer Register */\r
-#define REG_USART0_RNCR (*(RwReg*)0x400A0114U) /**< \brief (USART0) Receive Next Counter Register */\r
-#define REG_USART0_TNPR (*(RwReg*)0x400A0118U) /**< \brief (USART0) Transmit Next Pointer Register */\r
-#define REG_USART0_TNCR (*(RwReg*)0x400A011CU) /**< \brief (USART0) Transmit Next Counter Register */\r
-#define REG_USART0_PTCR (*(WoReg*)0x400A0120U) /**< \brief (USART0) Transfer Control Register */\r
-#define REG_USART0_PTSR (*(RoReg*)0x400A0124U) /**< \brief (USART0) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_USART0_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart1.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/usart1.h
deleted file mode 100644 (file)
index 54385ee..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_USART1_INSTANCE_\r
-#define _SAM4E_USART1_INSTANCE_\r
-\r
-/* ========== Register definition for USART1 peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_USART1_CR          (0x400A4000U) /**< \brief (USART1) Control Register */\r
-#define REG_USART1_MR          (0x400A4004U) /**< \brief (USART1) Mode Register */\r
-#define REG_USART1_IER          (0x400A4008U) /**< \brief (USART1) Interrupt Enable Register */\r
-#define REG_USART1_IDR          (0x400A400CU) /**< \brief (USART1) Interrupt Disable Register */\r
-#define REG_USART1_IMR          (0x400A4010U) /**< \brief (USART1) Interrupt Mask Register */\r
-#define REG_USART1_CSR          (0x400A4014U) /**< \brief (USART1) Channel Status Register */\r
-#define REG_USART1_RHR          (0x400A4018U) /**< \brief (USART1) Receiver Holding Register */\r
-#define REG_USART1_THR          (0x400A401CU) /**< \brief (USART1) Transmitter Holding Register */\r
-#define REG_USART1_BRGR          (0x400A4020U) /**< \brief (USART1) Baud Rate Generator Register */\r
-#define REG_USART1_RTOR          (0x400A4024U) /**< \brief (USART1) Receiver Time-out Register */\r
-#define REG_USART1_TTGR          (0x400A4028U) /**< \brief (USART1) Transmitter Timeguard Register */\r
-#define REG_USART1_FIDI          (0x400A4040U) /**< \brief (USART1) FI DI Ratio Register */\r
-#define REG_USART1_NER          (0x400A4044U) /**< \brief (USART1) Number of Errors Register */\r
-#define REG_USART1_IF          (0x400A404CU) /**< \brief (USART1) IrDA Filter Register */\r
-#define REG_USART1_MAN          (0x400A4050U) /**< \brief (USART1) Manchester Encoder Decoder Register */\r
-#define REG_USART1_WPMR          (0x400A40E4U) /**< \brief (USART1) Write Protect Mode Register */\r
-#define REG_USART1_WPSR          (0x400A40E8U) /**< \brief (USART1) Write Protect Status Register */\r
-#define REG_USART1_RPR          (0x400A4100U) /**< \brief (USART1) Receive Pointer Register */\r
-#define REG_USART1_RCR          (0x400A4104U) /**< \brief (USART1) Receive Counter Register */\r
-#define REG_USART1_TPR          (0x400A4108U) /**< \brief (USART1) Transmit Pointer Register */\r
-#define REG_USART1_TCR          (0x400A410CU) /**< \brief (USART1) Transmit Counter Register */\r
-#define REG_USART1_RNPR          (0x400A4110U) /**< \brief (USART1) Receive Next Pointer Register */\r
-#define REG_USART1_RNCR          (0x400A4114U) /**< \brief (USART1) Receive Next Counter Register */\r
-#define REG_USART1_TNPR          (0x400A4118U) /**< \brief (USART1) Transmit Next Pointer Register */\r
-#define REG_USART1_TNCR          (0x400A411CU) /**< \brief (USART1) Transmit Next Counter Register */\r
-#define REG_USART1_PTCR          (0x400A4120U) /**< \brief (USART1) Transfer Control Register */\r
-#define REG_USART1_PTSR          (0x400A4124U) /**< \brief (USART1) Transfer Status Register */\r
-#else\r
-#define REG_USART1_CR (*(WoReg*)0x400A4000U) /**< \brief (USART1) Control Register */\r
-#define REG_USART1_MR (*(RwReg*)0x400A4004U) /**< \brief (USART1) Mode Register */\r
-#define REG_USART1_IER (*(WoReg*)0x400A4008U) /**< \brief (USART1) Interrupt Enable Register */\r
-#define REG_USART1_IDR (*(WoReg*)0x400A400CU) /**< \brief (USART1) Interrupt Disable Register */\r
-#define REG_USART1_IMR (*(RoReg*)0x400A4010U) /**< \brief (USART1) Interrupt Mask Register */\r
-#define REG_USART1_CSR (*(RoReg*)0x400A4014U) /**< \brief (USART1) Channel Status Register */\r
-#define REG_USART1_RHR (*(RoReg*)0x400A4018U) /**< \brief (USART1) Receiver Holding Register */\r
-#define REG_USART1_THR (*(WoReg*)0x400A401CU) /**< \brief (USART1) Transmitter Holding Register */\r
-#define REG_USART1_BRGR (*(RwReg*)0x400A4020U) /**< \brief (USART1) Baud Rate Generator Register */\r
-#define REG_USART1_RTOR (*(RwReg*)0x400A4024U) /**< \brief (USART1) Receiver Time-out Register */\r
-#define REG_USART1_TTGR (*(RwReg*)0x400A4028U) /**< \brief (USART1) Transmitter Timeguard Register */\r
-#define REG_USART1_FIDI (*(RwReg*)0x400A4040U) /**< \brief (USART1) FI DI Ratio Register */\r
-#define REG_USART1_NER (*(RoReg*)0x400A4044U) /**< \brief (USART1) Number of Errors Register */\r
-#define REG_USART1_IF (*(RwReg*)0x400A404CU) /**< \brief (USART1) IrDA Filter Register */\r
-#define REG_USART1_MAN (*(RwReg*)0x400A4050U) /**< \brief (USART1) Manchester Encoder Decoder Register */\r
-#define REG_USART1_WPMR (*(RwReg*)0x400A40E4U) /**< \brief (USART1) Write Protect Mode Register */\r
-#define REG_USART1_WPSR (*(RoReg*)0x400A40E8U) /**< \brief (USART1) Write Protect Status Register */\r
-#define REG_USART1_RPR (*(RwReg*)0x400A4100U) /**< \brief (USART1) Receive Pointer Register */\r
-#define REG_USART1_RCR (*(RwReg*)0x400A4104U) /**< \brief (USART1) Receive Counter Register */\r
-#define REG_USART1_TPR (*(RwReg*)0x400A4108U) /**< \brief (USART1) Transmit Pointer Register */\r
-#define REG_USART1_TCR (*(RwReg*)0x400A410CU) /**< \brief (USART1) Transmit Counter Register */\r
-#define REG_USART1_RNPR (*(RwReg*)0x400A4110U) /**< \brief (USART1) Receive Next Pointer Register */\r
-#define REG_USART1_RNCR (*(RwReg*)0x400A4114U) /**< \brief (USART1) Receive Next Counter Register */\r
-#define REG_USART1_TNPR (*(RwReg*)0x400A4118U) /**< \brief (USART1) Transmit Next Pointer Register */\r
-#define REG_USART1_TNCR (*(RwReg*)0x400A411CU) /**< \brief (USART1) Transmit Next Counter Register */\r
-#define REG_USART1_PTCR (*(WoReg*)0x400A4120U) /**< \brief (USART1) Transfer Control Register */\r
-#define REG_USART1_PTSR (*(RoReg*)0x400A4124U) /**< \brief (USART1) Transfer Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_USART1_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/wdt.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/instance/wdt.h
deleted file mode 100644 (file)
index 11d8375..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_WDT_INSTANCE_\r
-#define _SAM4E_WDT_INSTANCE_\r
-\r
-/* ========== Register definition for WDT peripheral ========== */\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define REG_WDT_CR          (0x400E1850U) /**< \brief (WDT) Control Register */\r
-#define REG_WDT_MR          (0x400E1854U) /**< \brief (WDT) Mode Register */\r
-#define REG_WDT_SR          (0x400E1858U) /**< \brief (WDT) Status Register */\r
-#else\r
-#define REG_WDT_CR (*(WoReg*)0x400E1850U) /**< \brief (WDT) Control Register */\r
-#define REG_WDT_MR (*(RwReg*)0x400E1854U) /**< \brief (WDT) Mode Register */\r
-#define REG_WDT_SR (*(RoReg*)0x400E1858U) /**< \brief (WDT) Status Register */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-\r
-#endif /* _SAM4E_WDT_INSTANCE_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16c.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16c.h
deleted file mode 100644 (file)
index 019224f..0000000
+++ /dev/null
@@ -1,491 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E16C_PIO_\r
-#define _SAM4E16C_PIO_\r
-\r
-#define PIO_PA0              (1u << 0)  /**< \brief Pin Controlled by PA0 */\r
-#define PIO_PA1              (1u << 1)  /**< \brief Pin Controlled by PA1 */\r
-#define PIO_PA2              (1u << 2)  /**< \brief Pin Controlled by PA2 */\r
-#define PIO_PA3              (1u << 3)  /**< \brief Pin Controlled by PA3 */\r
-#define PIO_PA4              (1u << 4)  /**< \brief Pin Controlled by PA4 */\r
-#define PIO_PA5              (1u << 5)  /**< \brief Pin Controlled by PA5 */\r
-#define PIO_PA6              (1u << 6)  /**< \brief Pin Controlled by PA6 */\r
-#define PIO_PA7              (1u << 7)  /**< \brief Pin Controlled by PA7 */\r
-#define PIO_PA8              (1u << 8)  /**< \brief Pin Controlled by PA8 */\r
-#define PIO_PA9              (1u << 9)  /**< \brief Pin Controlled by PA9 */\r
-#define PIO_PA10             (1u << 10) /**< \brief Pin Controlled by PA10 */\r
-#define PIO_PA11             (1u << 11) /**< \brief Pin Controlled by PA11 */\r
-#define PIO_PA12             (1u << 12) /**< \brief Pin Controlled by PA12 */\r
-#define PIO_PA13             (1u << 13) /**< \brief Pin Controlled by PA13 */\r
-#define PIO_PA14             (1u << 14) /**< \brief Pin Controlled by PA14 */\r
-#define PIO_PA15             (1u << 15) /**< \brief Pin Controlled by PA15 */\r
-#define PIO_PA16             (1u << 16) /**< \brief Pin Controlled by PA16 */\r
-#define PIO_PA17             (1u << 17) /**< \brief Pin Controlled by PA17 */\r
-#define PIO_PA18             (1u << 18) /**< \brief Pin Controlled by PA18 */\r
-#define PIO_PA19             (1u << 19) /**< \brief Pin Controlled by PA19 */\r
-#define PIO_PA20             (1u << 20) /**< \brief Pin Controlled by PA20 */\r
-#define PIO_PA21             (1u << 21) /**< \brief Pin Controlled by PA21 */\r
-#define PIO_PA22             (1u << 22) /**< \brief Pin Controlled by PA22 */\r
-#define PIO_PA23             (1u << 23) /**< \brief Pin Controlled by PA23 */\r
-#define PIO_PA24             (1u << 24) /**< \brief Pin Controlled by PA24 */\r
-#define PIO_PA25             (1u << 25) /**< \brief Pin Controlled by PA25 */\r
-#define PIO_PA26             (1u << 26) /**< \brief Pin Controlled by PA26 */\r
-#define PIO_PA27             (1u << 27) /**< \brief Pin Controlled by PA27 */\r
-#define PIO_PA28             (1u << 28) /**< \brief Pin Controlled by PA28 */\r
-#define PIO_PA29             (1u << 29) /**< \brief Pin Controlled by PA29 */\r
-#define PIO_PA30             (1u << 30) /**< \brief Pin Controlled by PA30 */\r
-#define PIO_PA31             (1u << 31) /**< \brief Pin Controlled by PA31 */\r
-#define PIO_PB0              (1u << 0)  /**< \brief Pin Controlled by PB0 */\r
-#define PIO_PB1              (1u << 1)  /**< \brief Pin Controlled by PB1 */\r
-#define PIO_PB2              (1u << 2)  /**< \brief Pin Controlled by PB2 */\r
-#define PIO_PB3              (1u << 3)  /**< \brief Pin Controlled by PB3 */\r
-#define PIO_PB4              (1u << 4)  /**< \brief Pin Controlled by PB4 */\r
-#define PIO_PB5              (1u << 5)  /**< \brief Pin Controlled by PB5 */\r
-#define PIO_PB6              (1u << 6)  /**< \brief Pin Controlled by PB6 */\r
-#define PIO_PB7              (1u << 7)  /**< \brief Pin Controlled by PB7 */\r
-#define PIO_PB8              (1u << 8)  /**< \brief Pin Controlled by PB8 */\r
-#define PIO_PB9              (1u << 9)  /**< \brief Pin Controlled by PB9 */\r
-#define PIO_PB10             (1u << 10) /**< \brief Pin Controlled by PB10 */\r
-#define PIO_PB11             (1u << 11) /**< \brief Pin Controlled by PB11 */\r
-#define PIO_PB12             (1u << 12) /**< \brief Pin Controlled by PB12 */\r
-#define PIO_PB13             (1u << 13) /**< \brief Pin Controlled by PB13 */\r
-#define PIO_PB14             (1u << 14) /**< \brief Pin Controlled by PB14 */\r
-#define PIO_PC0              (1u << 0)  /**< \brief Pin Controlled by PC0 */\r
-#define PIO_PC1              (1u << 1)  /**< \brief Pin Controlled by PC1 */\r
-#define PIO_PC2              (1u << 2)  /**< \brief Pin Controlled by PC2 */\r
-#define PIO_PC3              (1u << 3)  /**< \brief Pin Controlled by PC3 */\r
-#define PIO_PC4              (1u << 4)  /**< \brief Pin Controlled by PC4 */\r
-#define PIO_PC5              (1u << 5)  /**< \brief Pin Controlled by PC5 */\r
-#define PIO_PC6              (1u << 6)  /**< \brief Pin Controlled by PC6 */\r
-#define PIO_PC7              (1u << 7)  /**< \brief Pin Controlled by PC7 */\r
-#define PIO_PC8              (1u << 8)  /**< \brief Pin Controlled by PC8 */\r
-#define PIO_PC9              (1u << 9)  /**< \brief Pin Controlled by PC9 */\r
-#define PIO_PC10             (1u << 10) /**< \brief Pin Controlled by PC10 */\r
-#define PIO_PC11             (1u << 11) /**< \brief Pin Controlled by PC11 */\r
-#define PIO_PC12             (1u << 12) /**< \brief Pin Controlled by PC12 */\r
-#define PIO_PC13             (1u << 13) /**< \brief Pin Controlled by PC13 */\r
-#define PIO_PC14             (1u << 14) /**< \brief Pin Controlled by PC14 */\r
-#define PIO_PC15             (1u << 15) /**< \brief Pin Controlled by PC15 */\r
-#define PIO_PC16             (1u << 16) /**< \brief Pin Controlled by PC16 */\r
-#define PIO_PC17             (1u << 17) /**< \brief Pin Controlled by PC17 */\r
-#define PIO_PC18             (1u << 18) /**< \brief Pin Controlled by PC18 */\r
-#define PIO_PC19             (1u << 19) /**< \brief Pin Controlled by PC19 */\r
-#define PIO_PC20             (1u << 20) /**< \brief Pin Controlled by PC20 */\r
-#define PIO_PC21             (1u << 21) /**< \brief Pin Controlled by PC21 */\r
-#define PIO_PC22             (1u << 22) /**< \brief Pin Controlled by PC22 */\r
-#define PIO_PC23             (1u << 23) /**< \brief Pin Controlled by PC23 */\r
-#define PIO_PC24             (1u << 24) /**< \brief Pin Controlled by PC24 */\r
-#define PIO_PC25             (1u << 25) /**< \brief Pin Controlled by PC25 */\r
-#define PIO_PC26             (1u << 26) /**< \brief Pin Controlled by PC26 */\r
-#define PIO_PC27             (1u << 27) /**< \brief Pin Controlled by PC27 */\r
-#define PIO_PC28             (1u << 28) /**< \brief Pin Controlled by PC28 */\r
-#define PIO_PC29             (1u << 29) /**< \brief Pin Controlled by PC29 */\r
-#define PIO_PC30             (1u << 30) /**< \brief Pin Controlled by PC30 */\r
-#define PIO_PC31             (1u << 31) /**< \brief Pin Controlled by PC31 */\r
-#define PIO_PD0              (1u << 0)  /**< \brief Pin Controlled by PD0 */\r
-#define PIO_PD1              (1u << 1)  /**< \brief Pin Controlled by PD1 */\r
-#define PIO_PD2              (1u << 2)  /**< \brief Pin Controlled by PD2 */\r
-#define PIO_PD3              (1u << 3)  /**< \brief Pin Controlled by PD3 */\r
-#define PIO_PD4              (1u << 4)  /**< \brief Pin Controlled by PD4 */\r
-#define PIO_PD5              (1u << 5)  /**< \brief Pin Controlled by PD5 */\r
-#define PIO_PD6              (1u << 6)  /**< \brief Pin Controlled by PD6 */\r
-#define PIO_PD7              (1u << 7)  /**< \brief Pin Controlled by PD7 */\r
-#define PIO_PD8              (1u << 8)  /**< \brief Pin Controlled by PD8 */\r
-#define PIO_PD9              (1u << 9)  /**< \brief Pin Controlled by PD9 */\r
-#define PIO_PD10             (1u << 10) /**< \brief Pin Controlled by PD10 */\r
-#define PIO_PD11             (1u << 11) /**< \brief Pin Controlled by PD11 */\r
-#define PIO_PD12             (1u << 12) /**< \brief Pin Controlled by PD12 */\r
-#define PIO_PD13             (1u << 13) /**< \brief Pin Controlled by PD13 */\r
-#define PIO_PD14             (1u << 14) /**< \brief Pin Controlled by PD14 */\r
-#define PIO_PD15             (1u << 15) /**< \brief Pin Controlled by PD15 */\r
-#define PIO_PD16             (1u << 16) /**< \brief Pin Controlled by PD16 */\r
-#define PIO_PD17             (1u << 17) /**< \brief Pin Controlled by PD17 */\r
-#define PIO_PD18             (1u << 18) /**< \brief Pin Controlled by PD18 */\r
-#define PIO_PD19             (1u << 19) /**< \brief Pin Controlled by PD19 */\r
-#define PIO_PD20             (1u << 20) /**< \brief Pin Controlled by PD20 */\r
-#define PIO_PD21             (1u << 21) /**< \brief Pin Controlled by PD21 */\r
-#define PIO_PD22             (1u << 22) /**< \brief Pin Controlled by PD22 */\r
-#define PIO_PD23             (1u << 23) /**< \brief Pin Controlled by PD23 */\r
-#define PIO_PD24             (1u << 24) /**< \brief Pin Controlled by PD24 */\r
-#define PIO_PD25             (1u << 25) /**< \brief Pin Controlled by PD25 */\r
-#define PIO_PD26             (1u << 26) /**< \brief Pin Controlled by PD26 */\r
-#define PIO_PD27             (1u << 27) /**< \brief Pin Controlled by PD27 */\r
-#define PIO_PD28             (1u << 28) /**< \brief Pin Controlled by PD28 */\r
-#define PIO_PD29             (1u << 29) /**< \brief Pin Controlled by PD29 */\r
-#define PIO_PD30             (1u << 30) /**< \brief Pin Controlled by PD30 */\r
-#define PIO_PD31             (1u << 31) /**< \brief Pin Controlled by PD31 */\r
-#define PIO_PE0              (1u << 0)  /**< \brief Pin Controlled by PE0 */\r
-#define PIO_PE1              (1u << 1)  /**< \brief Pin Controlled by PE1 */\r
-#define PIO_PE2              (1u << 2)  /**< \brief Pin Controlled by PE2 */\r
-#define PIO_PE3              (1u << 3)  /**< \brief Pin Controlled by PE3 */\r
-#define PIO_PE4              (1u << 4)  /**< \brief Pin Controlled by PE4 */\r
-#define PIO_PE5              (1u << 5)  /**< \brief Pin Controlled by PE5 */\r
-/* ========== Pio definition for AFEC0 peripheral ========== */\r
-#define PIO_PA17X1_AFE0_AD0  (1u << 17) /**< \brief Afec0 signal: AFE0_AD0 */\r
-#define PIO_PA18X1_AFE0_AD1  (1u << 18) /**< \brief Afec0 signal: AFE0_AD1 */\r
-#define PIO_PC30X1_AFE0_AD10 (1u << 30) /**< \brief Afec0 signal: AFE0_AD10 */\r
-#define PIO_PC31X1_AFE0_AD11 (1u << 31) /**< \brief Afec0 signal: AFE0_AD11 */\r
-#define PIO_PC26X1_AFE0_AD12 (1u << 26) /**< \brief Afec0 signal: AFE0_AD12 */\r
-#define PIO_PC27X1_AFE0_AD13 (1u << 27) /**< \brief Afec0 signal: AFE0_AD13 */\r
-#define PIO_PC0X1_AFE0_AD14  (1u << 0)  /**< \brief Afec0 signal: AFE0_AD14 */\r
-#define PIO_PA19X1_AFE0_AD2  (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA19X1_WKUP9     (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA20X1_AFE0_AD3  (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PA20X1_WKUP10    (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PB0X1_AFE0_AD4   (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB0X1_RTCOUT0    (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB1X1_AFE0_AD5   (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PB1X1_RTCOUT1    (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PC13X1_AFE0_AD6  (1u << 13) /**< \brief Afec0 signal: AFE0_AD6 */\r
-#define PIO_PC15X1_AFE0_AD7  (1u << 15) /**< \brief Afec0 signal: AFE0_AD7 */\r
-#define PIO_PC12X1_AFE0_AD8  (1u << 12) /**< \brief Afec0 signal: AFE0_AD8 */\r
-#define PIO_PC29X1_AFE0_AD9  (1u << 29) /**< \brief Afec0 signal: AFE0_AD9 */\r
-#define PIO_PA8B_AFE0_ADTRG  (1u << 8)  /**< \brief Afec0 signal: AFE0_ADTRG */\r
-/* ========== Pio definition for AFEC1 peripheral ========== */\r
-#define PIO_PB2X1_AFE1_AD0   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB2X1_WKUP12     (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB3X1_AFE1_AD1   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD1 */\r
-#define PIO_PA21X1_AFE1_AD2  (1u << 21) /**< \brief Afec1 signal: AFE1_AD2 */\r
-#define PIO_PA22X1_AFE1_AD3  (1u << 22) /**< \brief Afec1 signal: AFE1_AD3 */\r
-#define PIO_PC1X1_AFE1_AD4   (1u << 1)  /**< \brief Afec1 signal: AFE1_AD4 */\r
-#define PIO_PC2X1_AFE1_AD5   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD5 */\r
-#define PIO_PC3X1_AFE1_AD6   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD6 */\r
-#define PIO_PC4X1_AFE1_AD7   (1u << 4)  /**< \brief Afec1 signal: AFE1_AD7 */\r
-/* ========== Pio definition for CAN0 peripheral ========== */\r
-#define PIO_PB3A_CANRX0      (1u << 3)  /**< \brief Can0 signal: CANRX0 */\r
-#define PIO_PB2A_CANTX0      (1u << 2)  /**< \brief Can0 signal: CANTX0 */\r
-/* ========== Pio definition for CAN1 peripheral ========== */\r
-#define PIO_PC12C_CANRX1     (1u << 12) /**< \brief Can1 signal: CANRX1 */\r
-#define PIO_PC15C_CANTX1     (1u << 15) /**< \brief Can1 signal: CANTX1 */\r
-/* ========== Pio definition for DACC peripheral ========== */\r
-#define PIO_PB13X1_DAC0      (1u << 13) /**< \brief Dacc signal: DAC0 */\r
-#define PIO_PB14X1_DAC1      (1u << 14) /**< \brief Dacc signal: DAC1 */\r
-#define PIO_PA2C_DATRG       (1u << 2)  /**< \brief Dacc signal: DATRG */\r
-/* ========== Pio definition for GMAC peripheral ========== */\r
-#define PIO_PD13A_GCOL       (1u << 13) /**< \brief Gmac signal: GCOL */\r
-#define PIO_PD10A_GCRS       (1u << 10) /**< \brief Gmac signal: GCRS */\r
-#define PIO_PD4A_GCRSDV      (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD4A_GRXDV       (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD8A_GMDC        (1u << 8)  /**< \brief Gmac signal: GMDC */\r
-#define PIO_PD9A_GMDIO       (1u << 9)  /**< \brief Gmac signal: GMDIO */\r
-#define PIO_PD5A_GRX0        (1u << 5)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD6A_GRX0        (1u << 6)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD11A_GRX2       (1u << 11) /**< \brief Gmac signal: GRX2 */\r
-#define PIO_PD12A_GRX3       (1u << 12) /**< \brief Gmac signal: GRX3 */\r
-#define PIO_PD14A_GRXCK      (1u << 14) /**< \brief Gmac signal: GRXCK */\r
-#define PIO_PD7A_GRXER       (1u << 7)  /**< \brief Gmac signal: GRXER */\r
-#define PIO_PD2A_GTX0        (1u << 2)  /**< \brief Gmac signal: GTX0 */\r
-#define PIO_PD3A_GTX1        (1u << 3)  /**< \brief Gmac signal: GTX1 */\r
-#define PIO_PD15A_GTX2       (1u << 15) /**< \brief Gmac signal: GTX2 */\r
-#define PIO_PD16A_GTX3       (1u << 16) /**< \brief Gmac signal: GTX3 */\r
-#define PIO_PD0A_GTXCK       (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD0A_GREFCK      (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD1A_GTXEN       (1u << 1)  /**< \brief Gmac signal: GTXEN */\r
-#define PIO_PD17A_GTXER      (1u << 17) /**< \brief Gmac signal: GTXER */\r
-/* ========== Pio definition for HSMCI peripheral ========== */\r
-#define PIO_PA28C_MCCDA      (1u << 28) /**< \brief Hsmci signal: MCCDA */\r
-#define PIO_PA29C_MCCK       (1u << 29) /**< \brief Hsmci signal: MCCK */\r
-#define PIO_PA30C_MCDA0      (1u << 30) /**< \brief Hsmci signal: MCDA0 */\r
-#define PIO_PA31C_MCDA1      (1u << 31) /**< \brief Hsmci signal: MCDA1 */\r
-#define PIO_PA26C_MCDA2      (1u << 26) /**< \brief Hsmci signal: MCDA2 */\r
-#define PIO_PA27C_MCDA3      (1u << 27) /**< \brief Hsmci signal: MCDA3 */\r
-/* ========== Pio definition for PIOA peripheral ========== */\r
-#define PIO_PA24X1_PIODC0    (1u << 24) /**< \brief Pioa signal: PIODC0 */\r
-#define PIO_PA25X1_PIODC1    (1u << 25) /**< \brief Pioa signal: PIODC1 */\r
-#define PIO_PA26X1_PIODC2    (1u << 26) /**< \brief Pioa signal: PIODC2 */\r
-#define PIO_PA27X1_PIODC3    (1u << 27) /**< \brief Pioa signal: PIODC3 */\r
-#define PIO_PA28X1_PIODC4    (1u << 28) /**< \brief Pioa signal: PIODC4 */\r
-#define PIO_PA29X1_PIODC5    (1u << 29) /**< \brief Pioa signal: PIODC5 */\r
-#define PIO_PA31X1_PIODC7    (1u << 31) /**< \brief Pioa signal: PIODC7 */\r
-#define PIO_PA23X1_PIODCCLK  (1u << 23) /**< \brief Pioa signal: PIODCCLK */\r
-#define PIO_PA30X1_WKUP11    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA30X1_PIODC6    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA15X1_WKUP14    (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA15X1_PIODCEN1  (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA16X1_WKUP15    (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-#define PIO_PA16X1_PIODCEN2  (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-/* ========== Pio definition for PMC peripheral ========== */\r
-#define PIO_PA6B_PCK0        (1u << 6)  /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PB13B_PCK0       (1u << 13) /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PA17B_PCK1       (1u << 17) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA21B_PCK1       (1u << 21) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA18B_PCK2       (1u << 18) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PA31B_PCK2       (1u << 31) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PB3B_PCK2        (1u << 3)  /**< \brief Pmc signal: PCK2 */\r
-/* ========== Pio definition for PWM peripheral ========== */\r
-#define PIO_PA9C_PWMFI0      (1u << 9)  /**< \brief Pwm signal: PWMFI0 */\r
-#define PIO_PA0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA11B_PWMH0      (1u << 11) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA23B_PWMH0      (1u << 23) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PB0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PC18B_PWMH0      (1u << 18) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PD20A_PWMH0      (1u << 20) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA12B_PWMH1      (1u << 12) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA24B_PWMH1      (1u << 24) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PB1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PC19B_PWMH1      (1u << 19) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PD21A_PWMH1      (1u << 21) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA2A_PWMH2       (1u << 2)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA13B_PWMH2      (1u << 13) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA25B_PWMH2      (1u << 25) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PB4B_PWMH2       (1u << 4)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PC20B_PWMH2      (1u << 20) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PD22A_PWMH2      (1u << 22) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA7B_PWMH3       (1u << 7)  /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA17C_PWMH3      (1u << 17) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PB14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PC21B_PWMH3      (1u << 21) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PD23A_PWMH3      (1u << 23) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA19B_PWML0      (1u << 19) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PB5B_PWML0       (1u << 5)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC0B_PWML0       (1u << 0)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC13B_PWML0      (1u << 13) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PD24A_PWML0      (1u << 24) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PA20B_PWML1      (1u << 20) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PB12A_PWML1      (1u << 12) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC1B_PWML1       (1u << 1)  /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC15B_PWML1      (1u << 15) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PD25A_PWML1      (1u << 25) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PA16C_PWML2      (1u << 16) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA30A_PWML2      (1u << 30) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PB13A_PWML2      (1u << 13) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PC2B_PWML2       (1u << 2)  /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PD26A_PWML2      (1u << 26) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA15C_PWML3      (1u << 15) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC3B_PWML3       (1u << 3)  /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC22B_PWML3      (1u << 22) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PD27A_PWML3      (1u << 27) /**< \brief Pwm signal: PWML3 */\r
-/* ========== Pio definition for SPI peripheral ========== */\r
-#define PIO_PA12A_MISO       (1u << 12) /**< \brief Spi signal: MISO */\r
-#define PIO_PA13A_MOSI       (1u << 13) /**< \brief Spi signal: MOSI */\r
-#define PIO_PA11A_NPCS0      (1u << 11) /**< \brief Spi signal: NPCS0 */\r
-#define PIO_PA9B_NPCS1       (1u << 9)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA31A_NPCS1      (1u << 31) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PB14A_NPCS1      (1u << 14) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PC4B_NPCS1       (1u << 4)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA10B_NPCS2      (1u << 10) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA30B_NPCS2      (1u << 30) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PB2B_NPCS2       (1u << 2)  /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA3B_NPCS3       (1u << 3)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA5B_NPCS3       (1u << 5)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA22B_NPCS3      (1u << 22) /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA14A_SPCK       (1u << 14) /**< \brief Spi signal: SPCK */\r
-/* ========== Pio definition for TC0 peripheral ========== */\r
-#define PIO_PA4B_TCLK0       (1u << 4)  /**< \brief Tc0 signal: TCLK0 */\r
-#define PIO_PA28B_TCLK1      (1u << 28) /**< \brief Tc0 signal: TCLK1 */\r
-#define PIO_PA29B_TCLK2      (1u << 29) /**< \brief Tc0 signal: TCLK2 */\r
-#define PIO_PA0B_TIOA0       (1u << 0)  /**< \brief Tc0 signal: TIOA0 */\r
-#define PIO_PA15B_TIOA1      (1u << 15) /**< \brief Tc0 signal: TIOA1 */\r
-#define PIO_PA26B_TIOA2      (1u << 26) /**< \brief Tc0 signal: TIOA2 */\r
-#define PIO_PA1B_TIOB0       (1u << 1)  /**< \brief Tc0 signal: TIOB0 */\r
-#define PIO_PA16B_TIOB1      (1u << 16) /**< \brief Tc0 signal: TIOB1 */\r
-#define PIO_PA27B_TIOB2      (1u << 27) /**< \brief Tc0 signal: TIOB2 */\r
-/* ========== Pio definition for TC1 peripheral ========== */\r
-#define PIO_PC25B_TCLK3      (1u << 25) /**< \brief Tc1 signal: TCLK3 */\r
-#define PIO_PC28B_TCLK4      (1u << 28) /**< \brief Tc1 signal: TCLK4 */\r
-#define PIO_PC31B_TCLK5      (1u << 31) /**< \brief Tc1 signal: TCLK5 */\r
-#define PIO_PC23B_TIOA3      (1u << 23) /**< \brief Tc1 signal: TIOA3 */\r
-#define PIO_PC26B_TIOA4      (1u << 26) /**< \brief Tc1 signal: TIOA4 */\r
-#define PIO_PC29B_TIOA5      (1u << 29) /**< \brief Tc1 signal: TIOA5 */\r
-#define PIO_PC24B_TIOB3      (1u << 24) /**< \brief Tc1 signal: TIOB3 */\r
-#define PIO_PC27B_TIOB4      (1u << 27) /**< \brief Tc1 signal: TIOB4 */\r
-#define PIO_PC30B_TIOB5      (1u << 30) /**< \brief Tc1 signal: TIOB5 */\r
-/* ========== Pio definition for TC2 peripheral ========== */\r
-#define PIO_PC7B_TCLK6       (1u << 7)  /**< \brief Tc2 signal: TCLK6 */\r
-#define PIO_PC10B_TCLK7      (1u << 10) /**< \brief Tc2 signal: TCLK7 */\r
-#define PIO_PC14B_TCLK8      (1u << 14) /**< \brief Tc2 signal: TCLK8 */\r
-#define PIO_PC5B_TIOA6       (1u << 5)  /**< \brief Tc2 signal: TIOA6 */\r
-#define PIO_PC8B_TIOA7       (1u << 8)  /**< \brief Tc2 signal: TIOA7 */\r
-#define PIO_PC11B_TIOA8      (1u << 11) /**< \brief Tc2 signal: TIOA8 */\r
-#define PIO_PC6B_TIOB6       (1u << 6)  /**< \brief Tc2 signal: TIOB6 */\r
-#define PIO_PC9B_TIOB7       (1u << 9)  /**< \brief Tc2 signal: TIOB7 */\r
-#define PIO_PC12B_TIOB8      (1u << 12) /**< \brief Tc2 signal: TIOB8 */\r
-/* ========== Pio definition for TWI0 peripheral ========== */\r
-#define PIO_PA4A_TWCK0       (1u << 4)  /**< \brief Twi0 signal: TWCK0 */\r
-#define PIO_PA3A_TWD0        (1u << 3)  /**< \brief Twi0 signal: TWD0 */\r
-/* ========== Pio definition for TWI1 peripheral ========== */\r
-#define PIO_PB5A_TWCK1       (1u << 5)  /**< \brief Twi1 signal: TWCK1 */\r
-#define PIO_PB4A_TWD1        (1u << 4)  /**< \brief Twi1 signal: TWD1 */\r
-/* ========== Pio definition for UART0 peripheral ========== */\r
-#define PIO_PA9A_URXD0       (1u << 9)  /**< \brief Uart0 signal: URXD0 */\r
-#define PIO_PA10A_UTXD0      (1u << 10) /**< \brief Uart0 signal: UTXD0 */\r
-/* ========== Pio definition for UART1 peripheral ========== */\r
-#define PIO_PA5C_URXD1       (1u << 5)  /**< \brief Uart1 signal: URXD1 */\r
-#define PIO_PA6C_UTXD1       (1u << 6)  /**< \brief Uart1 signal: UTXD1 */\r
-/* ========== Pio definition for USART0 peripheral ========== */\r
-#define PIO_PB2C_CTS0        (1u << 2)  /**< \brief Usart0 signal: CTS0 */\r
-#define PIO_PB3C_RTS0        (1u << 3)  /**< \brief Usart0 signal: RTS0 */\r
-#define PIO_PB0C_RXD0        (1u << 0)  /**< \brief Usart0 signal: RXD0 */\r
-#define PIO_PB13C_SCK0       (1u << 13) /**< \brief Usart0 signal: SCK0 */\r
-#define PIO_PB1C_TXD0        (1u << 1)  /**< \brief Usart0 signal: TXD0 */\r
-/* ========== Pio definition for USART1 peripheral ========== */\r
-#define PIO_PA25A_CTS1       (1u << 25) /**< \brief Usart1 signal: CTS1 */\r
-#define PIO_PA26A_DCD1       (1u << 26) /**< \brief Usart1 signal: DCD1 */\r
-#define PIO_PA28A_DSR1       (1u << 28) /**< \brief Usart1 signal: DSR1 */\r
-#define PIO_PA27A_DTR1       (1u << 27) /**< \brief Usart1 signal: DTR1 */\r
-#define PIO_PA29A_RI1        (1u << 29) /**< \brief Usart1 signal: RI1 */\r
-#define PIO_PA24A_RTS1       (1u << 24) /**< \brief Usart1 signal: RTS1 */\r
-#define PIO_PA21A_RXD1       (1u << 21) /**< \brief Usart1 signal: RXD1 */\r
-#define PIO_PA23A_SCK1       (1u << 23) /**< \brief Usart1 signal: SCK1 */\r
-#define PIO_PA22A_TXD1       (1u << 22) /**< \brief Usart1 signal: TXD1 */\r
-/* ========== Pio indexes ========== */\r
-#define PIO_PA0_IDX          0\r
-#define PIO_PA1_IDX          1\r
-#define PIO_PA2_IDX          2\r
-#define PIO_PA3_IDX          3\r
-#define PIO_PA4_IDX          4\r
-#define PIO_PA5_IDX          5\r
-#define PIO_PA6_IDX          6\r
-#define PIO_PA7_IDX          7\r
-#define PIO_PA8_IDX          8\r
-#define PIO_PA9_IDX          9\r
-#define PIO_PA10_IDX         10\r
-#define PIO_PA11_IDX         11\r
-#define PIO_PA12_IDX         12\r
-#define PIO_PA13_IDX         13\r
-#define PIO_PA14_IDX         14\r
-#define PIO_PA15_IDX         15\r
-#define PIO_PA16_IDX         16\r
-#define PIO_PA17_IDX         17\r
-#define PIO_PA18_IDX         18\r
-#define PIO_PA19_IDX         19\r
-#define PIO_PA20_IDX         20\r
-#define PIO_PA21_IDX         21\r
-#define PIO_PA22_IDX         22\r
-#define PIO_PA23_IDX         23\r
-#define PIO_PA24_IDX         24\r
-#define PIO_PA25_IDX         25\r
-#define PIO_PA26_IDX         26\r
-#define PIO_PA27_IDX         27\r
-#define PIO_PA28_IDX         28\r
-#define PIO_PA29_IDX         29\r
-#define PIO_PA30_IDX         30\r
-#define PIO_PA31_IDX         31\r
-#define PIO_PB0_IDX          32\r
-#define PIO_PB1_IDX          33\r
-#define PIO_PB2_IDX          34\r
-#define PIO_PB3_IDX          35\r
-#define PIO_PB4_IDX          36\r
-#define PIO_PB5_IDX          37\r
-#define PIO_PB6_IDX          38\r
-#define PIO_PB7_IDX          39\r
-#define PIO_PB8_IDX          40\r
-#define PIO_PB9_IDX          41\r
-#define PIO_PB10_IDX         42\r
-#define PIO_PB11_IDX         43\r
-#define PIO_PB12_IDX         44\r
-#define PIO_PB13_IDX         45\r
-#define PIO_PB14_IDX         46\r
-#define PIO_PC0_IDX          64\r
-#define PIO_PC1_IDX          65\r
-#define PIO_PC2_IDX          66\r
-#define PIO_PC3_IDX          67\r
-#define PIO_PC4_IDX          68\r
-#define PIO_PC5_IDX          69\r
-#define PIO_PC6_IDX          70\r
-#define PIO_PC7_IDX          71\r
-#define PIO_PC8_IDX          72\r
-#define PIO_PC9_IDX          73\r
-#define PIO_PC10_IDX         74\r
-#define PIO_PC11_IDX         75\r
-#define PIO_PC12_IDX         76\r
-#define PIO_PC13_IDX         77\r
-#define PIO_PC14_IDX         78\r
-#define PIO_PC15_IDX         79\r
-#define PIO_PC16_IDX         80\r
-#define PIO_PC17_IDX         81\r
-#define PIO_PC18_IDX         82\r
-#define PIO_PC19_IDX         83\r
-#define PIO_PC20_IDX         84\r
-#define PIO_PC21_IDX         85\r
-#define PIO_PC22_IDX         86\r
-#define PIO_PC23_IDX         87\r
-#define PIO_PC24_IDX         88\r
-#define PIO_PC25_IDX         89\r
-#define PIO_PC26_IDX         90\r
-#define PIO_PC27_IDX         91\r
-#define PIO_PC28_IDX         92\r
-#define PIO_PC29_IDX         93\r
-#define PIO_PC30_IDX         94\r
-#define PIO_PC31_IDX         95\r
-#define PIO_PD0_IDX          96\r
-#define PIO_PD1_IDX          97\r
-#define PIO_PD2_IDX          98\r
-#define PIO_PD3_IDX          99\r
-#define PIO_PD4_IDX          100\r
-#define PIO_PD5_IDX          101\r
-#define PIO_PD6_IDX          102\r
-#define PIO_PD7_IDX          103\r
-#define PIO_PD8_IDX          104\r
-#define PIO_PD9_IDX          105\r
-#define PIO_PD10_IDX         106\r
-#define PIO_PD11_IDX         107\r
-#define PIO_PD12_IDX         108\r
-#define PIO_PD13_IDX         109\r
-#define PIO_PD14_IDX         110\r
-#define PIO_PD15_IDX         111\r
-#define PIO_PD16_IDX         112\r
-#define PIO_PD17_IDX         113\r
-#define PIO_PD18_IDX         114\r
-#define PIO_PD19_IDX         115\r
-#define PIO_PD20_IDX         116\r
-#define PIO_PD21_IDX         117\r
-#define PIO_PD22_IDX         118\r
-#define PIO_PD23_IDX         119\r
-#define PIO_PD24_IDX         120\r
-#define PIO_PD25_IDX         121\r
-#define PIO_PD26_IDX         122\r
-#define PIO_PD27_IDX         123\r
-#define PIO_PD28_IDX         124\r
-#define PIO_PD29_IDX         125\r
-#define PIO_PD30_IDX         126\r
-#define PIO_PD31_IDX         127\r
-#define PIO_PE0_IDX          128\r
-#define PIO_PE1_IDX          129\r
-#define PIO_PE2_IDX          130\r
-#define PIO_PE3_IDX          131\r
-#define PIO_PE4_IDX          132\r
-#define PIO_PE5_IDX          133\r
-\r
-#endif /* _SAM4E16C_PIO_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e16e.h
deleted file mode 100644 (file)
index 2036936..0000000
+++ /dev/null
@@ -1,537 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E16E_PIO_\r
-#define _SAM4E16E_PIO_\r
-\r
-#define PIO_PA0              (1u << 0)  /**< \brief Pin Controlled by PA0 */\r
-#define PIO_PA1              (1u << 1)  /**< \brief Pin Controlled by PA1 */\r
-#define PIO_PA2              (1u << 2)  /**< \brief Pin Controlled by PA2 */\r
-#define PIO_PA3              (1u << 3)  /**< \brief Pin Controlled by PA3 */\r
-#define PIO_PA4              (1u << 4)  /**< \brief Pin Controlled by PA4 */\r
-#define PIO_PA5              (1u << 5)  /**< \brief Pin Controlled by PA5 */\r
-#define PIO_PA6              (1u << 6)  /**< \brief Pin Controlled by PA6 */\r
-#define PIO_PA7              (1u << 7)  /**< \brief Pin Controlled by PA7 */\r
-#define PIO_PA8              (1u << 8)  /**< \brief Pin Controlled by PA8 */\r
-#define PIO_PA9              (1u << 9)  /**< \brief Pin Controlled by PA9 */\r
-#define PIO_PA10             (1u << 10) /**< \brief Pin Controlled by PA10 */\r
-#define PIO_PA11             (1u << 11) /**< \brief Pin Controlled by PA11 */\r
-#define PIO_PA12             (1u << 12) /**< \brief Pin Controlled by PA12 */\r
-#define PIO_PA13             (1u << 13) /**< \brief Pin Controlled by PA13 */\r
-#define PIO_PA14             (1u << 14) /**< \brief Pin Controlled by PA14 */\r
-#define PIO_PA15             (1u << 15) /**< \brief Pin Controlled by PA15 */\r
-#define PIO_PA16             (1u << 16) /**< \brief Pin Controlled by PA16 */\r
-#define PIO_PA17             (1u << 17) /**< \brief Pin Controlled by PA17 */\r
-#define PIO_PA18             (1u << 18) /**< \brief Pin Controlled by PA18 */\r
-#define PIO_PA19             (1u << 19) /**< \brief Pin Controlled by PA19 */\r
-#define PIO_PA20             (1u << 20) /**< \brief Pin Controlled by PA20 */\r
-#define PIO_PA21             (1u << 21) /**< \brief Pin Controlled by PA21 */\r
-#define PIO_PA22             (1u << 22) /**< \brief Pin Controlled by PA22 */\r
-#define PIO_PA23             (1u << 23) /**< \brief Pin Controlled by PA23 */\r
-#define PIO_PA24             (1u << 24) /**< \brief Pin Controlled by PA24 */\r
-#define PIO_PA25             (1u << 25) /**< \brief Pin Controlled by PA25 */\r
-#define PIO_PA26             (1u << 26) /**< \brief Pin Controlled by PA26 */\r
-#define PIO_PA27             (1u << 27) /**< \brief Pin Controlled by PA27 */\r
-#define PIO_PA28             (1u << 28) /**< \brief Pin Controlled by PA28 */\r
-#define PIO_PA29             (1u << 29) /**< \brief Pin Controlled by PA29 */\r
-#define PIO_PA30             (1u << 30) /**< \brief Pin Controlled by PA30 */\r
-#define PIO_PA31             (1u << 31) /**< \brief Pin Controlled by PA31 */\r
-#define PIO_PB0              (1u << 0)  /**< \brief Pin Controlled by PB0 */\r
-#define PIO_PB1              (1u << 1)  /**< \brief Pin Controlled by PB1 */\r
-#define PIO_PB2              (1u << 2)  /**< \brief Pin Controlled by PB2 */\r
-#define PIO_PB3              (1u << 3)  /**< \brief Pin Controlled by PB3 */\r
-#define PIO_PB4              (1u << 4)  /**< \brief Pin Controlled by PB4 */\r
-#define PIO_PB5              (1u << 5)  /**< \brief Pin Controlled by PB5 */\r
-#define PIO_PB6              (1u << 6)  /**< \brief Pin Controlled by PB6 */\r
-#define PIO_PB7              (1u << 7)  /**< \brief Pin Controlled by PB7 */\r
-#define PIO_PB8              (1u << 8)  /**< \brief Pin Controlled by PB8 */\r
-#define PIO_PB9              (1u << 9)  /**< \brief Pin Controlled by PB9 */\r
-#define PIO_PB10             (1u << 10) /**< \brief Pin Controlled by PB10 */\r
-#define PIO_PB11             (1u << 11) /**< \brief Pin Controlled by PB11 */\r
-#define PIO_PB12             (1u << 12) /**< \brief Pin Controlled by PB12 */\r
-#define PIO_PB13             (1u << 13) /**< \brief Pin Controlled by PB13 */\r
-#define PIO_PB14             (1u << 14) /**< \brief Pin Controlled by PB14 */\r
-#define PIO_PC0              (1u << 0)  /**< \brief Pin Controlled by PC0 */\r
-#define PIO_PC1              (1u << 1)  /**< \brief Pin Controlled by PC1 */\r
-#define PIO_PC2              (1u << 2)  /**< \brief Pin Controlled by PC2 */\r
-#define PIO_PC3              (1u << 3)  /**< \brief Pin Controlled by PC3 */\r
-#define PIO_PC4              (1u << 4)  /**< \brief Pin Controlled by PC4 */\r
-#define PIO_PC5              (1u << 5)  /**< \brief Pin Controlled by PC5 */\r
-#define PIO_PC6              (1u << 6)  /**< \brief Pin Controlled by PC6 */\r
-#define PIO_PC7              (1u << 7)  /**< \brief Pin Controlled by PC7 */\r
-#define PIO_PC8              (1u << 8)  /**< \brief Pin Controlled by PC8 */\r
-#define PIO_PC9              (1u << 9)  /**< \brief Pin Controlled by PC9 */\r
-#define PIO_PC10             (1u << 10) /**< \brief Pin Controlled by PC10 */\r
-#define PIO_PC11             (1u << 11) /**< \brief Pin Controlled by PC11 */\r
-#define PIO_PC12             (1u << 12) /**< \brief Pin Controlled by PC12 */\r
-#define PIO_PC13             (1u << 13) /**< \brief Pin Controlled by PC13 */\r
-#define PIO_PC14             (1u << 14) /**< \brief Pin Controlled by PC14 */\r
-#define PIO_PC15             (1u << 15) /**< \brief Pin Controlled by PC15 */\r
-#define PIO_PC16             (1u << 16) /**< \brief Pin Controlled by PC16 */\r
-#define PIO_PC17             (1u << 17) /**< \brief Pin Controlled by PC17 */\r
-#define PIO_PC18             (1u << 18) /**< \brief Pin Controlled by PC18 */\r
-#define PIO_PC19             (1u << 19) /**< \brief Pin Controlled by PC19 */\r
-#define PIO_PC20             (1u << 20) /**< \brief Pin Controlled by PC20 */\r
-#define PIO_PC21             (1u << 21) /**< \brief Pin Controlled by PC21 */\r
-#define PIO_PC22             (1u << 22) /**< \brief Pin Controlled by PC22 */\r
-#define PIO_PC23             (1u << 23) /**< \brief Pin Controlled by PC23 */\r
-#define PIO_PC24             (1u << 24) /**< \brief Pin Controlled by PC24 */\r
-#define PIO_PC25             (1u << 25) /**< \brief Pin Controlled by PC25 */\r
-#define PIO_PC26             (1u << 26) /**< \brief Pin Controlled by PC26 */\r
-#define PIO_PC27             (1u << 27) /**< \brief Pin Controlled by PC27 */\r
-#define PIO_PC28             (1u << 28) /**< \brief Pin Controlled by PC28 */\r
-#define PIO_PC29             (1u << 29) /**< \brief Pin Controlled by PC29 */\r
-#define PIO_PC30             (1u << 30) /**< \brief Pin Controlled by PC30 */\r
-#define PIO_PC31             (1u << 31) /**< \brief Pin Controlled by PC31 */\r
-#define PIO_PD0              (1u << 0)  /**< \brief Pin Controlled by PD0 */\r
-#define PIO_PD1              (1u << 1)  /**< \brief Pin Controlled by PD1 */\r
-#define PIO_PD2              (1u << 2)  /**< \brief Pin Controlled by PD2 */\r
-#define PIO_PD3              (1u << 3)  /**< \brief Pin Controlled by PD3 */\r
-#define PIO_PD4              (1u << 4)  /**< \brief Pin Controlled by PD4 */\r
-#define PIO_PD5              (1u << 5)  /**< \brief Pin Controlled by PD5 */\r
-#define PIO_PD6              (1u << 6)  /**< \brief Pin Controlled by PD6 */\r
-#define PIO_PD7              (1u << 7)  /**< \brief Pin Controlled by PD7 */\r
-#define PIO_PD8              (1u << 8)  /**< \brief Pin Controlled by PD8 */\r
-#define PIO_PD9              (1u << 9)  /**< \brief Pin Controlled by PD9 */\r
-#define PIO_PD10             (1u << 10) /**< \brief Pin Controlled by PD10 */\r
-#define PIO_PD11             (1u << 11) /**< \brief Pin Controlled by PD11 */\r
-#define PIO_PD12             (1u << 12) /**< \brief Pin Controlled by PD12 */\r
-#define PIO_PD13             (1u << 13) /**< \brief Pin Controlled by PD13 */\r
-#define PIO_PD14             (1u << 14) /**< \brief Pin Controlled by PD14 */\r
-#define PIO_PD15             (1u << 15) /**< \brief Pin Controlled by PD15 */\r
-#define PIO_PD16             (1u << 16) /**< \brief Pin Controlled by PD16 */\r
-#define PIO_PD17             (1u << 17) /**< \brief Pin Controlled by PD17 */\r
-#define PIO_PD18             (1u << 18) /**< \brief Pin Controlled by PD18 */\r
-#define PIO_PD19             (1u << 19) /**< \brief Pin Controlled by PD19 */\r
-#define PIO_PD20             (1u << 20) /**< \brief Pin Controlled by PD20 */\r
-#define PIO_PD21             (1u << 21) /**< \brief Pin Controlled by PD21 */\r
-#define PIO_PD22             (1u << 22) /**< \brief Pin Controlled by PD22 */\r
-#define PIO_PD23             (1u << 23) /**< \brief Pin Controlled by PD23 */\r
-#define PIO_PD24             (1u << 24) /**< \brief Pin Controlled by PD24 */\r
-#define PIO_PD25             (1u << 25) /**< \brief Pin Controlled by PD25 */\r
-#define PIO_PD26             (1u << 26) /**< \brief Pin Controlled by PD26 */\r
-#define PIO_PD27             (1u << 27) /**< \brief Pin Controlled by PD27 */\r
-#define PIO_PD28             (1u << 28) /**< \brief Pin Controlled by PD28 */\r
-#define PIO_PD29             (1u << 29) /**< \brief Pin Controlled by PD29 */\r
-#define PIO_PD30             (1u << 30) /**< \brief Pin Controlled by PD30 */\r
-#define PIO_PD31             (1u << 31) /**< \brief Pin Controlled by PD31 */\r
-#define PIO_PE0              (1u << 0)  /**< \brief Pin Controlled by PE0 */\r
-#define PIO_PE1              (1u << 1)  /**< \brief Pin Controlled by PE1 */\r
-#define PIO_PE2              (1u << 2)  /**< \brief Pin Controlled by PE2 */\r
-#define PIO_PE3              (1u << 3)  /**< \brief Pin Controlled by PE3 */\r
-#define PIO_PE4              (1u << 4)  /**< \brief Pin Controlled by PE4 */\r
-#define PIO_PE5              (1u << 5)  /**< \brief Pin Controlled by PE5 */\r
-/* ========== Pio definition for AFEC0 peripheral ========== */\r
-#define PIO_PA17X1_AFE0_AD0  (1u << 17) /**< \brief Afec0 signal: AFE0_AD0 */\r
-#define PIO_PA18X1_AFE0_AD1  (1u << 18) /**< \brief Afec0 signal: AFE0_AD1 */\r
-#define PIO_PC30X1_AFE0_AD10 (1u << 30) /**< \brief Afec0 signal: AFE0_AD10 */\r
-#define PIO_PC31X1_AFE0_AD11 (1u << 31) /**< \brief Afec0 signal: AFE0_AD11 */\r
-#define PIO_PC26X1_AFE0_AD12 (1u << 26) /**< \brief Afec0 signal: AFE0_AD12 */\r
-#define PIO_PC27X1_AFE0_AD13 (1u << 27) /**< \brief Afec0 signal: AFE0_AD13 */\r
-#define PIO_PC0X1_AFE0_AD14  (1u << 0)  /**< \brief Afec0 signal: AFE0_AD14 */\r
-#define PIO_PA19X1_AFE0_AD2  (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA19X1_WKUP9     (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA20X1_AFE0_AD3  (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PA20X1_WKUP10    (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PB0X1_AFE0_AD4   (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB0X1_RTCOUT0    (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB1X1_AFE0_AD5   (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PB1X1_RTCOUT1    (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PC13X1_AFE0_AD6  (1u << 13) /**< \brief Afec0 signal: AFE0_AD6 */\r
-#define PIO_PC15X1_AFE0_AD7  (1u << 15) /**< \brief Afec0 signal: AFE0_AD7 */\r
-#define PIO_PC12X1_AFE0_AD8  (1u << 12) /**< \brief Afec0 signal: AFE0_AD8 */\r
-#define PIO_PC29X1_AFE0_AD9  (1u << 29) /**< \brief Afec0 signal: AFE0_AD9 */\r
-#define PIO_PA8B_AFE0_ADTRG  (1u << 8)  /**< \brief Afec0 signal: AFE0_ADTRG */\r
-/* ========== Pio definition for AFEC1 peripheral ========== */\r
-#define PIO_PB2X1_AFE1_AD0   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB2X1_WKUP12     (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB3X1_AFE1_AD1   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD1 */\r
-#define PIO_PA21X1_AFE1_AD2  (1u << 21) /**< \brief Afec1 signal: AFE1_AD2 */\r
-#define PIO_PA22X1_AFE1_AD3  (1u << 22) /**< \brief Afec1 signal: AFE1_AD3 */\r
-#define PIO_PC1X1_AFE1_AD4   (1u << 1)  /**< \brief Afec1 signal: AFE1_AD4 */\r
-#define PIO_PC2X1_AFE1_AD5   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD5 */\r
-#define PIO_PC3X1_AFE1_AD6   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD6 */\r
-#define PIO_PC4X1_AFE1_AD7   (1u << 4)  /**< \brief Afec1 signal: AFE1_AD7 */\r
-/* ========== Pio definition for CAN0 peripheral ========== */\r
-#define PIO_PB3A_CANRX0      (1u << 3)  /**< \brief Can0 signal: CANRX0 */\r
-#define PIO_PB2A_CANTX0      (1u << 2)  /**< \brief Can0 signal: CANTX0 */\r
-/* ========== Pio definition for CAN1 peripheral ========== */\r
-#define PIO_PC12C_CANRX1     (1u << 12) /**< \brief Can1 signal: CANRX1 */\r
-#define PIO_PC15C_CANTX1     (1u << 15) /**< \brief Can1 signal: CANTX1 */\r
-/* ========== Pio definition for DACC peripheral ========== */\r
-#define PIO_PB13X1_DAC0      (1u << 13) /**< \brief Dacc signal: DAC0 */\r
-#define PIO_PB14X1_DAC1      (1u << 14) /**< \brief Dacc signal: DAC1 */\r
-#define PIO_PA2C_DATRG       (1u << 2)  /**< \brief Dacc signal: DATRG */\r
-/* ========== Pio definition for EBI peripheral ========== */\r
-#define PIO_PC18A_A0         (1u << 18) /**< \brief Ebi signal: A0 */\r
-#define PIO_PC19A_A1         (1u << 19) /**< \brief Ebi signal: A1 */\r
-#define PIO_PC28A_A10        (1u << 28) /**< \brief Ebi signal: A10 */\r
-#define PIO_PC29A_A11        (1u << 29) /**< \brief Ebi signal: A11 */\r
-#define PIO_PC30A_A12        (1u << 30) /**< \brief Ebi signal: A12 */\r
-#define PIO_PC31A_A13        (1u << 31) /**< \brief Ebi signal: A13 */\r
-#define PIO_PA18C_A14        (1u << 18) /**< \brief Ebi signal: A14 */\r
-#define PIO_PA19C_A15        (1u << 19) /**< \brief Ebi signal: A15 */\r
-#define PIO_PA20C_A16        (1u << 20) /**< \brief Ebi signal: A16 */\r
-#define PIO_PA0C_A17         (1u << 0)  /**< \brief Ebi signal: A17 */\r
-#define PIO_PA1C_A18         (1u << 1)  /**< \brief Ebi signal: A18 */\r
-#define PIO_PA23C_A19        (1u << 23) /**< \brief Ebi signal: A19 */\r
-#define PIO_PC20A_A2         (1u << 20) /**< \brief Ebi signal: A2 */\r
-#define PIO_PA24C_A20        (1u << 24) /**< \brief Ebi signal: A20 */\r
-#define PIO_PC16A_A21        (1u << 16) /**< \brief Ebi signal: A21/NANDALE */\r
-#define PIO_PC16A_NANDALE    (1u << 16) /**< \brief Ebi signal: A21/NANDALE */\r
-#define PIO_PC17A_A22        (1u << 17) /**< \brief Ebi signal: A22/NANDCLE */\r
-#define PIO_PC17A_NANDCLE    (1u << 17) /**< \brief Ebi signal: A22/NANDCLE */\r
-#define PIO_PA25C_A23        (1u << 25) /**< \brief Ebi signal: A23 */\r
-#define PIO_PC21A_A3         (1u << 21) /**< \brief Ebi signal: A3 */\r
-#define PIO_PC22A_A4         (1u << 22) /**< \brief Ebi signal: A4 */\r
-#define PIO_PC23A_A5         (1u << 23) /**< \brief Ebi signal: A5 */\r
-#define PIO_PC24A_A6         (1u << 24) /**< \brief Ebi signal: A6 */\r
-#define PIO_PC25A_A7         (1u << 25) /**< \brief Ebi signal: A7 */\r
-#define PIO_PC26A_A8         (1u << 26) /**< \brief Ebi signal: A8 */\r
-#define PIO_PC27A_A9         (1u << 27) /**< \brief Ebi signal: A9 */\r
-#define PIO_PC0A_D0          (1u << 0)  /**< \brief Ebi signal: D0 */\r
-#define PIO_PC1A_D1          (1u << 1)  /**< \brief Ebi signal: D1 */\r
-#define PIO_PC2A_D2          (1u << 2)  /**< \brief Ebi signal: D2 */\r
-#define PIO_PC3A_D3          (1u << 3)  /**< \brief Ebi signal: D3 */\r
-#define PIO_PC4A_D4          (1u << 4)  /**< \brief Ebi signal: D4 */\r
-#define PIO_PC5A_D5          (1u << 5)  /**< \brief Ebi signal: D5 */\r
-#define PIO_PC6A_D6          (1u << 6)  /**< \brief Ebi signal: D6 */\r
-#define PIO_PC7A_D7          (1u << 7)  /**< \brief Ebi signal: D7 */\r
-#define PIO_PC9A_NANDOE      (1u << 9)  /**< \brief Ebi signal: NANDOE */\r
-#define PIO_PC10A_NANDWE     (1u << 10) /**< \brief Ebi signal: NANDWE */\r
-#define PIO_PC14A_NCS0       (1u << 14) /**< \brief Ebi signal: NCS0 */\r
-#define PIO_PC15A_NCS1       (1u << 15) /**< \brief Ebi signal: NCS1 */\r
-#define PIO_PD18A_NCS1       (1u << 18) /**< \brief Ebi signal: NCS1 */\r
-#define PIO_PA22C_NCS2       (1u << 22) /**< \brief Ebi signal: NCS2 */\r
-#define PIO_PC12A_NCS3       (1u << 12) /**< \brief Ebi signal: NCS3 */\r
-#define PIO_PD19A_NCS3       (1u << 19) /**< \brief Ebi signal: NCS3 */\r
-#define PIO_PC11A_NRD        (1u << 11) /**< \brief Ebi signal: NRD */\r
-#define PIO_PC13A_NWAIT      (1u << 13) /**< \brief Ebi signal: NWAIT */\r
-#define PIO_PC8A_NWE         (1u << 8)  /**< \brief Ebi signal: NWE */\r
-/* ========== Pio definition for GMAC peripheral ========== */\r
-#define PIO_PD13A_GCOL       (1u << 13) /**< \brief Gmac signal: GCOL */\r
-#define PIO_PD10A_GCRS       (1u << 10) /**< \brief Gmac signal: GCRS */\r
-#define PIO_PD4A_GCRSDV      (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD4A_GRXDV       (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD8A_GMDC        (1u << 8)  /**< \brief Gmac signal: GMDC */\r
-#define PIO_PD9A_GMDIO       (1u << 9)  /**< \brief Gmac signal: GMDIO */\r
-#define PIO_PD5A_GRX0        (1u << 5)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD6A_GRX0        (1u << 6)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD11A_GRX2       (1u << 11) /**< \brief Gmac signal: GRX2 */\r
-#define PIO_PD12A_GRX3       (1u << 12) /**< \brief Gmac signal: GRX3 */\r
-#define PIO_PD14A_GRXCK      (1u << 14) /**< \brief Gmac signal: GRXCK */\r
-#define PIO_PD7A_GRXER       (1u << 7)  /**< \brief Gmac signal: GRXER */\r
-#define PIO_PD2A_GTX0        (1u << 2)  /**< \brief Gmac signal: GTX0 */\r
-#define PIO_PD3A_GTX1        (1u << 3)  /**< \brief Gmac signal: GTX1 */\r
-#define PIO_PD15A_GTX2       (1u << 15) /**< \brief Gmac signal: GTX2 */\r
-#define PIO_PD16A_GTX3       (1u << 16) /**< \brief Gmac signal: GTX3 */\r
-#define PIO_PD0A_GTXCK       (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD0A_GREFCK      (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD1A_GTXEN       (1u << 1)  /**< \brief Gmac signal: GTXEN */\r
-#define PIO_PD17A_GTXER      (1u << 17) /**< \brief Gmac signal: GTXER */\r
-/* ========== Pio definition for HSMCI peripheral ========== */\r
-#define PIO_PA28C_MCCDA      (1u << 28) /**< \brief Hsmci signal: MCCDA */\r
-#define PIO_PA29C_MCCK       (1u << 29) /**< \brief Hsmci signal: MCCK */\r
-#define PIO_PA30C_MCDA0      (1u << 30) /**< \brief Hsmci signal: MCDA0 */\r
-#define PIO_PA31C_MCDA1      (1u << 31) /**< \brief Hsmci signal: MCDA1 */\r
-#define PIO_PA26C_MCDA2      (1u << 26) /**< \brief Hsmci signal: MCDA2 */\r
-#define PIO_PA27C_MCDA3      (1u << 27) /**< \brief Hsmci signal: MCDA3 */\r
-/* ========== Pio definition for PIOA peripheral ========== */\r
-#define PIO_PA24X1_PIODC0    (1u << 24) /**< \brief Pioa signal: PIODC0 */\r
-#define PIO_PA25X1_PIODC1    (1u << 25) /**< \brief Pioa signal: PIODC1 */\r
-#define PIO_PA26X1_PIODC2    (1u << 26) /**< \brief Pioa signal: PIODC2 */\r
-#define PIO_PA27X1_PIODC3    (1u << 27) /**< \brief Pioa signal: PIODC3 */\r
-#define PIO_PA28X1_PIODC4    (1u << 28) /**< \brief Pioa signal: PIODC4 */\r
-#define PIO_PA29X1_PIODC5    (1u << 29) /**< \brief Pioa signal: PIODC5 */\r
-#define PIO_PA31X1_PIODC7    (1u << 31) /**< \brief Pioa signal: PIODC7 */\r
-#define PIO_PA23X1_PIODCCLK  (1u << 23) /**< \brief Pioa signal: PIODCCLK */\r
-#define PIO_PA30X1_WKUP11    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA30X1_PIODC6    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA15X1_WKUP14    (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA15X1_PIODCEN1  (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA16X1_WKUP15    (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-#define PIO_PA16X1_PIODCEN2  (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-/* ========== Pio definition for PMC peripheral ========== */\r
-#define PIO_PA6B_PCK0        (1u << 6)  /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PB13B_PCK0       (1u << 13) /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PA17B_PCK1       (1u << 17) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA21B_PCK1       (1u << 21) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA18B_PCK2       (1u << 18) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PA31B_PCK2       (1u << 31) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PB3B_PCK2        (1u << 3)  /**< \brief Pmc signal: PCK2 */\r
-/* ========== Pio definition for PWM peripheral ========== */\r
-#define PIO_PA9C_PWMFI0      (1u << 9)  /**< \brief Pwm signal: PWMFI0 */\r
-#define PIO_PA0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA11B_PWMH0      (1u << 11) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA23B_PWMH0      (1u << 23) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PB0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PC18B_PWMH0      (1u << 18) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PD20A_PWMH0      (1u << 20) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA12B_PWMH1      (1u << 12) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA24B_PWMH1      (1u << 24) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PB1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PC19B_PWMH1      (1u << 19) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PD21A_PWMH1      (1u << 21) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA2A_PWMH2       (1u << 2)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA13B_PWMH2      (1u << 13) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA25B_PWMH2      (1u << 25) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PB4B_PWMH2       (1u << 4)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PC20B_PWMH2      (1u << 20) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PD22A_PWMH2      (1u << 22) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA7B_PWMH3       (1u << 7)  /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA17C_PWMH3      (1u << 17) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PB14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PC21B_PWMH3      (1u << 21) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PD23A_PWMH3      (1u << 23) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA19B_PWML0      (1u << 19) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PB5B_PWML0       (1u << 5)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC0B_PWML0       (1u << 0)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC13B_PWML0      (1u << 13) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PD24A_PWML0      (1u << 24) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PA20B_PWML1      (1u << 20) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PB12A_PWML1      (1u << 12) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC1B_PWML1       (1u << 1)  /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC15B_PWML1      (1u << 15) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PD25A_PWML1      (1u << 25) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PA16C_PWML2      (1u << 16) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA30A_PWML2      (1u << 30) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PB13A_PWML2      (1u << 13) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PC2B_PWML2       (1u << 2)  /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PD26A_PWML2      (1u << 26) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA15C_PWML3      (1u << 15) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC3B_PWML3       (1u << 3)  /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC22B_PWML3      (1u << 22) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PD27A_PWML3      (1u << 27) /**< \brief Pwm signal: PWML3 */\r
-/* ========== Pio definition for SPI peripheral ========== */\r
-#define PIO_PA12A_MISO       (1u << 12) /**< \brief Spi signal: MISO */\r
-#define PIO_PA13A_MOSI       (1u << 13) /**< \brief Spi signal: MOSI */\r
-#define PIO_PA11A_NPCS0      (1u << 11) /**< \brief Spi signal: NPCS0 */\r
-#define PIO_PA9B_NPCS1       (1u << 9)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA31A_NPCS1      (1u << 31) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PB14A_NPCS1      (1u << 14) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PC4B_NPCS1       (1u << 4)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA10B_NPCS2      (1u << 10) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA30B_NPCS2      (1u << 30) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PB2B_NPCS2       (1u << 2)  /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA3B_NPCS3       (1u << 3)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA5B_NPCS3       (1u << 5)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA22B_NPCS3      (1u << 22) /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA14A_SPCK       (1u << 14) /**< \brief Spi signal: SPCK */\r
-/* ========== Pio definition for TC0 peripheral ========== */\r
-#define PIO_PA4B_TCLK0       (1u << 4)  /**< \brief Tc0 signal: TCLK0 */\r
-#define PIO_PA28B_TCLK1      (1u << 28) /**< \brief Tc0 signal: TCLK1 */\r
-#define PIO_PA29B_TCLK2      (1u << 29) /**< \brief Tc0 signal: TCLK2 */\r
-#define PIO_PA0B_TIOA0       (1u << 0)  /**< \brief Tc0 signal: TIOA0 */\r
-#define PIO_PA15B_TIOA1      (1u << 15) /**< \brief Tc0 signal: TIOA1 */\r
-#define PIO_PA26B_TIOA2      (1u << 26) /**< \brief Tc0 signal: TIOA2 */\r
-#define PIO_PA1B_TIOB0       (1u << 1)  /**< \brief Tc0 signal: TIOB0 */\r
-#define PIO_PA16B_TIOB1      (1u << 16) /**< \brief Tc0 signal: TIOB1 */\r
-#define PIO_PA27B_TIOB2      (1u << 27) /**< \brief Tc0 signal: TIOB2 */\r
-/* ========== Pio definition for TC1 peripheral ========== */\r
-#define PIO_PC25B_TCLK3      (1u << 25) /**< \brief Tc1 signal: TCLK3 */\r
-#define PIO_PC28B_TCLK4      (1u << 28) /**< \brief Tc1 signal: TCLK4 */\r
-#define PIO_PC31B_TCLK5      (1u << 31) /**< \brief Tc1 signal: TCLK5 */\r
-#define PIO_PC23B_TIOA3      (1u << 23) /**< \brief Tc1 signal: TIOA3 */\r
-#define PIO_PC26B_TIOA4      (1u << 26) /**< \brief Tc1 signal: TIOA4 */\r
-#define PIO_PC29B_TIOA5      (1u << 29) /**< \brief Tc1 signal: TIOA5 */\r
-#define PIO_PC24B_TIOB3      (1u << 24) /**< \brief Tc1 signal: TIOB3 */\r
-#define PIO_PC27B_TIOB4      (1u << 27) /**< \brief Tc1 signal: TIOB4 */\r
-#define PIO_PC30B_TIOB5      (1u << 30) /**< \brief Tc1 signal: TIOB5 */\r
-/* ========== Pio definition for TC2 peripheral ========== */\r
-#define PIO_PC7B_TCLK6       (1u << 7)  /**< \brief Tc2 signal: TCLK6 */\r
-#define PIO_PC10B_TCLK7      (1u << 10) /**< \brief Tc2 signal: TCLK7 */\r
-#define PIO_PC14B_TCLK8      (1u << 14) /**< \brief Tc2 signal: TCLK8 */\r
-#define PIO_PC5B_TIOA6       (1u << 5)  /**< \brief Tc2 signal: TIOA6 */\r
-#define PIO_PC8B_TIOA7       (1u << 8)  /**< \brief Tc2 signal: TIOA7 */\r
-#define PIO_PC11B_TIOA8      (1u << 11) /**< \brief Tc2 signal: TIOA8 */\r
-#define PIO_PC6B_TIOB6       (1u << 6)  /**< \brief Tc2 signal: TIOB6 */\r
-#define PIO_PC9B_TIOB7       (1u << 9)  /**< \brief Tc2 signal: TIOB7 */\r
-#define PIO_PC12B_TIOB8      (1u << 12) /**< \brief Tc2 signal: TIOB8 */\r
-/* ========== Pio definition for TWI0 peripheral ========== */\r
-#define PIO_PA4A_TWCK0       (1u << 4)  /**< \brief Twi0 signal: TWCK0 */\r
-#define PIO_PA3A_TWD0        (1u << 3)  /**< \brief Twi0 signal: TWD0 */\r
-/* ========== Pio definition for TWI1 peripheral ========== */\r
-#define PIO_PB5A_TWCK1       (1u << 5)  /**< \brief Twi1 signal: TWCK1 */\r
-#define PIO_PB4A_TWD1        (1u << 4)  /**< \brief Twi1 signal: TWD1 */\r
-/* ========== Pio definition for UART0 peripheral ========== */\r
-#define PIO_PA9A_URXD0       (1u << 9)  /**< \brief Uart0 signal: URXD0 */\r
-#define PIO_PA10A_UTXD0      (1u << 10) /**< \brief Uart0 signal: UTXD0 */\r
-/* ========== Pio definition for UART1 peripheral ========== */\r
-#define PIO_PA5C_URXD1       (1u << 5)  /**< \brief Uart1 signal: URXD1 */\r
-#define PIO_PA6C_UTXD1       (1u << 6)  /**< \brief Uart1 signal: UTXD1 */\r
-/* ========== Pio definition for USART0 peripheral ========== */\r
-#define PIO_PB2C_CTS0        (1u << 2)  /**< \brief Usart0 signal: CTS0 */\r
-#define PIO_PB3C_RTS0        (1u << 3)  /**< \brief Usart0 signal: RTS0 */\r
-#define PIO_PB0C_RXD0        (1u << 0)  /**< \brief Usart0 signal: RXD0 */\r
-#define PIO_PB13C_SCK0       (1u << 13) /**< \brief Usart0 signal: SCK0 */\r
-#define PIO_PB1C_TXD0        (1u << 1)  /**< \brief Usart0 signal: TXD0 */\r
-/* ========== Pio definition for USART1 peripheral ========== */\r
-#define PIO_PA25A_CTS1       (1u << 25) /**< \brief Usart1 signal: CTS1 */\r
-#define PIO_PA26A_DCD1       (1u << 26) /**< \brief Usart1 signal: DCD1 */\r
-#define PIO_PA28A_DSR1       (1u << 28) /**< \brief Usart1 signal: DSR1 */\r
-#define PIO_PA27A_DTR1       (1u << 27) /**< \brief Usart1 signal: DTR1 */\r
-#define PIO_PA29A_RI1        (1u << 29) /**< \brief Usart1 signal: RI1 */\r
-#define PIO_PA24A_RTS1       (1u << 24) /**< \brief Usart1 signal: RTS1 */\r
-#define PIO_PA21A_RXD1       (1u << 21) /**< \brief Usart1 signal: RXD1 */\r
-#define PIO_PA23A_SCK1       (1u << 23) /**< \brief Usart1 signal: SCK1 */\r
-#define PIO_PA22A_TXD1       (1u << 22) /**< \brief Usart1 signal: TXD1 */\r
-/* ========== Pio indexes ========== */\r
-#define PIO_PA0_IDX          0\r
-#define PIO_PA1_IDX          1\r
-#define PIO_PA2_IDX          2\r
-#define PIO_PA3_IDX          3\r
-#define PIO_PA4_IDX          4\r
-#define PIO_PA5_IDX          5\r
-#define PIO_PA6_IDX          6\r
-#define PIO_PA7_IDX          7\r
-#define PIO_PA8_IDX          8\r
-#define PIO_PA9_IDX          9\r
-#define PIO_PA10_IDX         10\r
-#define PIO_PA11_IDX         11\r
-#define PIO_PA12_IDX         12\r
-#define PIO_PA13_IDX         13\r
-#define PIO_PA14_IDX         14\r
-#define PIO_PA15_IDX         15\r
-#define PIO_PA16_IDX         16\r
-#define PIO_PA17_IDX         17\r
-#define PIO_PA18_IDX         18\r
-#define PIO_PA19_IDX         19\r
-#define PIO_PA20_IDX         20\r
-#define PIO_PA21_IDX         21\r
-#define PIO_PA22_IDX         22\r
-#define PIO_PA23_IDX         23\r
-#define PIO_PA24_IDX         24\r
-#define PIO_PA25_IDX         25\r
-#define PIO_PA26_IDX         26\r
-#define PIO_PA27_IDX         27\r
-#define PIO_PA28_IDX         28\r
-#define PIO_PA29_IDX         29\r
-#define PIO_PA30_IDX         30\r
-#define PIO_PA31_IDX         31\r
-#define PIO_PB0_IDX          32\r
-#define PIO_PB1_IDX          33\r
-#define PIO_PB2_IDX          34\r
-#define PIO_PB3_IDX          35\r
-#define PIO_PB4_IDX          36\r
-#define PIO_PB5_IDX          37\r
-#define PIO_PB6_IDX          38\r
-#define PIO_PB7_IDX          39\r
-#define PIO_PB8_IDX          40\r
-#define PIO_PB9_IDX          41\r
-#define PIO_PB10_IDX         42\r
-#define PIO_PB11_IDX         43\r
-#define PIO_PB12_IDX         44\r
-#define PIO_PB13_IDX         45\r
-#define PIO_PB14_IDX         46\r
-#define PIO_PC0_IDX          64\r
-#define PIO_PC1_IDX          65\r
-#define PIO_PC2_IDX          66\r
-#define PIO_PC3_IDX          67\r
-#define PIO_PC4_IDX          68\r
-#define PIO_PC5_IDX          69\r
-#define PIO_PC6_IDX          70\r
-#define PIO_PC7_IDX          71\r
-#define PIO_PC8_IDX          72\r
-#define PIO_PC9_IDX          73\r
-#define PIO_PC10_IDX         74\r
-#define PIO_PC11_IDX         75\r
-#define PIO_PC12_IDX         76\r
-#define PIO_PC13_IDX         77\r
-#define PIO_PC14_IDX         78\r
-#define PIO_PC15_IDX         79\r
-#define PIO_PC16_IDX         80\r
-#define PIO_PC17_IDX         81\r
-#define PIO_PC18_IDX         82\r
-#define PIO_PC19_IDX         83\r
-#define PIO_PC20_IDX         84\r
-#define PIO_PC21_IDX         85\r
-#define PIO_PC22_IDX         86\r
-#define PIO_PC23_IDX         87\r
-#define PIO_PC24_IDX         88\r
-#define PIO_PC25_IDX         89\r
-#define PIO_PC26_IDX         90\r
-#define PIO_PC27_IDX         91\r
-#define PIO_PC28_IDX         92\r
-#define PIO_PC29_IDX         93\r
-#define PIO_PC30_IDX         94\r
-#define PIO_PC31_IDX         95\r
-#define PIO_PD0_IDX          96\r
-#define PIO_PD1_IDX          97\r
-#define PIO_PD2_IDX          98\r
-#define PIO_PD3_IDX          99\r
-#define PIO_PD4_IDX          100\r
-#define PIO_PD5_IDX          101\r
-#define PIO_PD6_IDX          102\r
-#define PIO_PD7_IDX          103\r
-#define PIO_PD8_IDX          104\r
-#define PIO_PD9_IDX          105\r
-#define PIO_PD10_IDX         106\r
-#define PIO_PD11_IDX         107\r
-#define PIO_PD12_IDX         108\r
-#define PIO_PD13_IDX         109\r
-#define PIO_PD14_IDX         110\r
-#define PIO_PD15_IDX         111\r
-#define PIO_PD16_IDX         112\r
-#define PIO_PD17_IDX         113\r
-#define PIO_PD18_IDX         114\r
-#define PIO_PD19_IDX         115\r
-#define PIO_PD20_IDX         116\r
-#define PIO_PD21_IDX         117\r
-#define PIO_PD22_IDX         118\r
-#define PIO_PD23_IDX         119\r
-#define PIO_PD24_IDX         120\r
-#define PIO_PD25_IDX         121\r
-#define PIO_PD26_IDX         122\r
-#define PIO_PD27_IDX         123\r
-#define PIO_PD28_IDX         124\r
-#define PIO_PD29_IDX         125\r
-#define PIO_PD30_IDX         126\r
-#define PIO_PD31_IDX         127\r
-#define PIO_PE0_IDX          128\r
-#define PIO_PE1_IDX          129\r
-#define PIO_PE2_IDX          130\r
-#define PIO_PE3_IDX          131\r
-#define PIO_PE4_IDX          132\r
-#define PIO_PE5_IDX          133\r
-\r
-#endif /* _SAM4E16E_PIO_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8c.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8c.h
deleted file mode 100644 (file)
index 0db9969..0000000
+++ /dev/null
@@ -1,491 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E8C_PIO_\r
-#define _SAM4E8C_PIO_\r
-\r
-#define PIO_PA0              (1u << 0)  /**< \brief Pin Controlled by PA0 */\r
-#define PIO_PA1              (1u << 1)  /**< \brief Pin Controlled by PA1 */\r
-#define PIO_PA2              (1u << 2)  /**< \brief Pin Controlled by PA2 */\r
-#define PIO_PA3              (1u << 3)  /**< \brief Pin Controlled by PA3 */\r
-#define PIO_PA4              (1u << 4)  /**< \brief Pin Controlled by PA4 */\r
-#define PIO_PA5              (1u << 5)  /**< \brief Pin Controlled by PA5 */\r
-#define PIO_PA6              (1u << 6)  /**< \brief Pin Controlled by PA6 */\r
-#define PIO_PA7              (1u << 7)  /**< \brief Pin Controlled by PA7 */\r
-#define PIO_PA8              (1u << 8)  /**< \brief Pin Controlled by PA8 */\r
-#define PIO_PA9              (1u << 9)  /**< \brief Pin Controlled by PA9 */\r
-#define PIO_PA10             (1u << 10) /**< \brief Pin Controlled by PA10 */\r
-#define PIO_PA11             (1u << 11) /**< \brief Pin Controlled by PA11 */\r
-#define PIO_PA12             (1u << 12) /**< \brief Pin Controlled by PA12 */\r
-#define PIO_PA13             (1u << 13) /**< \brief Pin Controlled by PA13 */\r
-#define PIO_PA14             (1u << 14) /**< \brief Pin Controlled by PA14 */\r
-#define PIO_PA15             (1u << 15) /**< \brief Pin Controlled by PA15 */\r
-#define PIO_PA16             (1u << 16) /**< \brief Pin Controlled by PA16 */\r
-#define PIO_PA17             (1u << 17) /**< \brief Pin Controlled by PA17 */\r
-#define PIO_PA18             (1u << 18) /**< \brief Pin Controlled by PA18 */\r
-#define PIO_PA19             (1u << 19) /**< \brief Pin Controlled by PA19 */\r
-#define PIO_PA20             (1u << 20) /**< \brief Pin Controlled by PA20 */\r
-#define PIO_PA21             (1u << 21) /**< \brief Pin Controlled by PA21 */\r
-#define PIO_PA22             (1u << 22) /**< \brief Pin Controlled by PA22 */\r
-#define PIO_PA23             (1u << 23) /**< \brief Pin Controlled by PA23 */\r
-#define PIO_PA24             (1u << 24) /**< \brief Pin Controlled by PA24 */\r
-#define PIO_PA25             (1u << 25) /**< \brief Pin Controlled by PA25 */\r
-#define PIO_PA26             (1u << 26) /**< \brief Pin Controlled by PA26 */\r
-#define PIO_PA27             (1u << 27) /**< \brief Pin Controlled by PA27 */\r
-#define PIO_PA28             (1u << 28) /**< \brief Pin Controlled by PA28 */\r
-#define PIO_PA29             (1u << 29) /**< \brief Pin Controlled by PA29 */\r
-#define PIO_PA30             (1u << 30) /**< \brief Pin Controlled by PA30 */\r
-#define PIO_PA31             (1u << 31) /**< \brief Pin Controlled by PA31 */\r
-#define PIO_PB0              (1u << 0)  /**< \brief Pin Controlled by PB0 */\r
-#define PIO_PB1              (1u << 1)  /**< \brief Pin Controlled by PB1 */\r
-#define PIO_PB2              (1u << 2)  /**< \brief Pin Controlled by PB2 */\r
-#define PIO_PB3              (1u << 3)  /**< \brief Pin Controlled by PB3 */\r
-#define PIO_PB4              (1u << 4)  /**< \brief Pin Controlled by PB4 */\r
-#define PIO_PB5              (1u << 5)  /**< \brief Pin Controlled by PB5 */\r
-#define PIO_PB6              (1u << 6)  /**< \brief Pin Controlled by PB6 */\r
-#define PIO_PB7              (1u << 7)  /**< \brief Pin Controlled by PB7 */\r
-#define PIO_PB8              (1u << 8)  /**< \brief Pin Controlled by PB8 */\r
-#define PIO_PB9              (1u << 9)  /**< \brief Pin Controlled by PB9 */\r
-#define PIO_PB10             (1u << 10) /**< \brief Pin Controlled by PB10 */\r
-#define PIO_PB11             (1u << 11) /**< \brief Pin Controlled by PB11 */\r
-#define PIO_PB12             (1u << 12) /**< \brief Pin Controlled by PB12 */\r
-#define PIO_PB13             (1u << 13) /**< \brief Pin Controlled by PB13 */\r
-#define PIO_PB14             (1u << 14) /**< \brief Pin Controlled by PB14 */\r
-#define PIO_PC0              (1u << 0)  /**< \brief Pin Controlled by PC0 */\r
-#define PIO_PC1              (1u << 1)  /**< \brief Pin Controlled by PC1 */\r
-#define PIO_PC2              (1u << 2)  /**< \brief Pin Controlled by PC2 */\r
-#define PIO_PC3              (1u << 3)  /**< \brief Pin Controlled by PC3 */\r
-#define PIO_PC4              (1u << 4)  /**< \brief Pin Controlled by PC4 */\r
-#define PIO_PC5              (1u << 5)  /**< \brief Pin Controlled by PC5 */\r
-#define PIO_PC6              (1u << 6)  /**< \brief Pin Controlled by PC6 */\r
-#define PIO_PC7              (1u << 7)  /**< \brief Pin Controlled by PC7 */\r
-#define PIO_PC8              (1u << 8)  /**< \brief Pin Controlled by PC8 */\r
-#define PIO_PC9              (1u << 9)  /**< \brief Pin Controlled by PC9 */\r
-#define PIO_PC10             (1u << 10) /**< \brief Pin Controlled by PC10 */\r
-#define PIO_PC11             (1u << 11) /**< \brief Pin Controlled by PC11 */\r
-#define PIO_PC12             (1u << 12) /**< \brief Pin Controlled by PC12 */\r
-#define PIO_PC13             (1u << 13) /**< \brief Pin Controlled by PC13 */\r
-#define PIO_PC14             (1u << 14) /**< \brief Pin Controlled by PC14 */\r
-#define PIO_PC15             (1u << 15) /**< \brief Pin Controlled by PC15 */\r
-#define PIO_PC16             (1u << 16) /**< \brief Pin Controlled by PC16 */\r
-#define PIO_PC17             (1u << 17) /**< \brief Pin Controlled by PC17 */\r
-#define PIO_PC18             (1u << 18) /**< \brief Pin Controlled by PC18 */\r
-#define PIO_PC19             (1u << 19) /**< \brief Pin Controlled by PC19 */\r
-#define PIO_PC20             (1u << 20) /**< \brief Pin Controlled by PC20 */\r
-#define PIO_PC21             (1u << 21) /**< \brief Pin Controlled by PC21 */\r
-#define PIO_PC22             (1u << 22) /**< \brief Pin Controlled by PC22 */\r
-#define PIO_PC23             (1u << 23) /**< \brief Pin Controlled by PC23 */\r
-#define PIO_PC24             (1u << 24) /**< \brief Pin Controlled by PC24 */\r
-#define PIO_PC25             (1u << 25) /**< \brief Pin Controlled by PC25 */\r
-#define PIO_PC26             (1u << 26) /**< \brief Pin Controlled by PC26 */\r
-#define PIO_PC27             (1u << 27) /**< \brief Pin Controlled by PC27 */\r
-#define PIO_PC28             (1u << 28) /**< \brief Pin Controlled by PC28 */\r
-#define PIO_PC29             (1u << 29) /**< \brief Pin Controlled by PC29 */\r
-#define PIO_PC30             (1u << 30) /**< \brief Pin Controlled by PC30 */\r
-#define PIO_PC31             (1u << 31) /**< \brief Pin Controlled by PC31 */\r
-#define PIO_PD0              (1u << 0)  /**< \brief Pin Controlled by PD0 */\r
-#define PIO_PD1              (1u << 1)  /**< \brief Pin Controlled by PD1 */\r
-#define PIO_PD2              (1u << 2)  /**< \brief Pin Controlled by PD2 */\r
-#define PIO_PD3              (1u << 3)  /**< \brief Pin Controlled by PD3 */\r
-#define PIO_PD4              (1u << 4)  /**< \brief Pin Controlled by PD4 */\r
-#define PIO_PD5              (1u << 5)  /**< \brief Pin Controlled by PD5 */\r
-#define PIO_PD6              (1u << 6)  /**< \brief Pin Controlled by PD6 */\r
-#define PIO_PD7              (1u << 7)  /**< \brief Pin Controlled by PD7 */\r
-#define PIO_PD8              (1u << 8)  /**< \brief Pin Controlled by PD8 */\r
-#define PIO_PD9              (1u << 9)  /**< \brief Pin Controlled by PD9 */\r
-#define PIO_PD10             (1u << 10) /**< \brief Pin Controlled by PD10 */\r
-#define PIO_PD11             (1u << 11) /**< \brief Pin Controlled by PD11 */\r
-#define PIO_PD12             (1u << 12) /**< \brief Pin Controlled by PD12 */\r
-#define PIO_PD13             (1u << 13) /**< \brief Pin Controlled by PD13 */\r
-#define PIO_PD14             (1u << 14) /**< \brief Pin Controlled by PD14 */\r
-#define PIO_PD15             (1u << 15) /**< \brief Pin Controlled by PD15 */\r
-#define PIO_PD16             (1u << 16) /**< \brief Pin Controlled by PD16 */\r
-#define PIO_PD17             (1u << 17) /**< \brief Pin Controlled by PD17 */\r
-#define PIO_PD18             (1u << 18) /**< \brief Pin Controlled by PD18 */\r
-#define PIO_PD19             (1u << 19) /**< \brief Pin Controlled by PD19 */\r
-#define PIO_PD20             (1u << 20) /**< \brief Pin Controlled by PD20 */\r
-#define PIO_PD21             (1u << 21) /**< \brief Pin Controlled by PD21 */\r
-#define PIO_PD22             (1u << 22) /**< \brief Pin Controlled by PD22 */\r
-#define PIO_PD23             (1u << 23) /**< \brief Pin Controlled by PD23 */\r
-#define PIO_PD24             (1u << 24) /**< \brief Pin Controlled by PD24 */\r
-#define PIO_PD25             (1u << 25) /**< \brief Pin Controlled by PD25 */\r
-#define PIO_PD26             (1u << 26) /**< \brief Pin Controlled by PD26 */\r
-#define PIO_PD27             (1u << 27) /**< \brief Pin Controlled by PD27 */\r
-#define PIO_PD28             (1u << 28) /**< \brief Pin Controlled by PD28 */\r
-#define PIO_PD29             (1u << 29) /**< \brief Pin Controlled by PD29 */\r
-#define PIO_PD30             (1u << 30) /**< \brief Pin Controlled by PD30 */\r
-#define PIO_PD31             (1u << 31) /**< \brief Pin Controlled by PD31 */\r
-#define PIO_PE0              (1u << 0)  /**< \brief Pin Controlled by PE0 */\r
-#define PIO_PE1              (1u << 1)  /**< \brief Pin Controlled by PE1 */\r
-#define PIO_PE2              (1u << 2)  /**< \brief Pin Controlled by PE2 */\r
-#define PIO_PE3              (1u << 3)  /**< \brief Pin Controlled by PE3 */\r
-#define PIO_PE4              (1u << 4)  /**< \brief Pin Controlled by PE4 */\r
-#define PIO_PE5              (1u << 5)  /**< \brief Pin Controlled by PE5 */\r
-/* ========== Pio definition for AFEC0 peripheral ========== */\r
-#define PIO_PA17X1_AFE0_AD0  (1u << 17) /**< \brief Afec0 signal: AFE0_AD0 */\r
-#define PIO_PA18X1_AFE0_AD1  (1u << 18) /**< \brief Afec0 signal: AFE0_AD1 */\r
-#define PIO_PC30X1_AFE0_AD10 (1u << 30) /**< \brief Afec0 signal: AFE0_AD10 */\r
-#define PIO_PC31X1_AFE0_AD11 (1u << 31) /**< \brief Afec0 signal: AFE0_AD11 */\r
-#define PIO_PC26X1_AFE0_AD12 (1u << 26) /**< \brief Afec0 signal: AFE0_AD12 */\r
-#define PIO_PC27X1_AFE0_AD13 (1u << 27) /**< \brief Afec0 signal: AFE0_AD13 */\r
-#define PIO_PC0X1_AFE0_AD14  (1u << 0)  /**< \brief Afec0 signal: AFE0_AD14 */\r
-#define PIO_PA19X1_AFE0_AD2  (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA19X1_WKUP9     (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA20X1_AFE0_AD3  (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PA20X1_WKUP10    (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PB0X1_AFE0_AD4   (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB0X1_RTCOUT0    (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB1X1_AFE0_AD5   (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PB1X1_RTCOUT1    (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PC13X1_AFE0_AD6  (1u << 13) /**< \brief Afec0 signal: AFE0_AD6 */\r
-#define PIO_PC15X1_AFE0_AD7  (1u << 15) /**< \brief Afec0 signal: AFE0_AD7 */\r
-#define PIO_PC12X1_AFE0_AD8  (1u << 12) /**< \brief Afec0 signal: AFE0_AD8 */\r
-#define PIO_PC29X1_AFE0_AD9  (1u << 29) /**< \brief Afec0 signal: AFE0_AD9 */\r
-#define PIO_PA8B_AFE0_ADTRG  (1u << 8)  /**< \brief Afec0 signal: AFE0_ADTRG */\r
-/* ========== Pio definition for AFEC1 peripheral ========== */\r
-#define PIO_PB2X1_AFE1_AD0   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB2X1_WKUP12     (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB3X1_AFE1_AD1   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD1 */\r
-#define PIO_PA21X1_AFE1_AD2  (1u << 21) /**< \brief Afec1 signal: AFE1_AD2 */\r
-#define PIO_PA22X1_AFE1_AD3  (1u << 22) /**< \brief Afec1 signal: AFE1_AD3 */\r
-#define PIO_PC1X1_AFE1_AD4   (1u << 1)  /**< \brief Afec1 signal: AFE1_AD4 */\r
-#define PIO_PC2X1_AFE1_AD5   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD5 */\r
-#define PIO_PC3X1_AFE1_AD6   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD6 */\r
-#define PIO_PC4X1_AFE1_AD7   (1u << 4)  /**< \brief Afec1 signal: AFE1_AD7 */\r
-/* ========== Pio definition for CAN0 peripheral ========== */\r
-#define PIO_PB3A_CANRX0      (1u << 3)  /**< \brief Can0 signal: CANRX0 */\r
-#define PIO_PB2A_CANTX0      (1u << 2)  /**< \brief Can0 signal: CANTX0 */\r
-/* ========== Pio definition for CAN1 peripheral ========== */\r
-#define PIO_PC12C_CANRX1     (1u << 12) /**< \brief Can1 signal: CANRX1 */\r
-#define PIO_PC15C_CANTX1     (1u << 15) /**< \brief Can1 signal: CANTX1 */\r
-/* ========== Pio definition for DACC peripheral ========== */\r
-#define PIO_PB13X1_DAC0      (1u << 13) /**< \brief Dacc signal: DAC0 */\r
-#define PIO_PB14X1_DAC1      (1u << 14) /**< \brief Dacc signal: DAC1 */\r
-#define PIO_PA2C_DATRG       (1u << 2)  /**< \brief Dacc signal: DATRG */\r
-/* ========== Pio definition for GMAC peripheral ========== */\r
-#define PIO_PD13A_GCOL       (1u << 13) /**< \brief Gmac signal: GCOL */\r
-#define PIO_PD10A_GCRS       (1u << 10) /**< \brief Gmac signal: GCRS */\r
-#define PIO_PD4A_GCRSDV      (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD4A_GRXDV       (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD8A_GMDC        (1u << 8)  /**< \brief Gmac signal: GMDC */\r
-#define PIO_PD9A_GMDIO       (1u << 9)  /**< \brief Gmac signal: GMDIO */\r
-#define PIO_PD5A_GRX0        (1u << 5)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD6A_GRX0        (1u << 6)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD11A_GRX2       (1u << 11) /**< \brief Gmac signal: GRX2 */\r
-#define PIO_PD12A_GRX3       (1u << 12) /**< \brief Gmac signal: GRX3 */\r
-#define PIO_PD14A_GRXCK      (1u << 14) /**< \brief Gmac signal: GRXCK */\r
-#define PIO_PD7A_GRXER       (1u << 7)  /**< \brief Gmac signal: GRXER */\r
-#define PIO_PD2A_GTX0        (1u << 2)  /**< \brief Gmac signal: GTX0 */\r
-#define PIO_PD3A_GTX1        (1u << 3)  /**< \brief Gmac signal: GTX1 */\r
-#define PIO_PD15A_GTX2       (1u << 15) /**< \brief Gmac signal: GTX2 */\r
-#define PIO_PD16A_GTX3       (1u << 16) /**< \brief Gmac signal: GTX3 */\r
-#define PIO_PD0A_GTXCK       (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD0A_GREFCK      (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD1A_GTXEN       (1u << 1)  /**< \brief Gmac signal: GTXEN */\r
-#define PIO_PD17A_GTXER      (1u << 17) /**< \brief Gmac signal: GTXER */\r
-/* ========== Pio definition for HSMCI peripheral ========== */\r
-#define PIO_PA28C_MCCDA      (1u << 28) /**< \brief Hsmci signal: MCCDA */\r
-#define PIO_PA29C_MCCK       (1u << 29) /**< \brief Hsmci signal: MCCK */\r
-#define PIO_PA30C_MCDA0      (1u << 30) /**< \brief Hsmci signal: MCDA0 */\r
-#define PIO_PA31C_MCDA1      (1u << 31) /**< \brief Hsmci signal: MCDA1 */\r
-#define PIO_PA26C_MCDA2      (1u << 26) /**< \brief Hsmci signal: MCDA2 */\r
-#define PIO_PA27C_MCDA3      (1u << 27) /**< \brief Hsmci signal: MCDA3 */\r
-/* ========== Pio definition for PIOA peripheral ========== */\r
-#define PIO_PA24X1_PIODC0    (1u << 24) /**< \brief Pioa signal: PIODC0 */\r
-#define PIO_PA25X1_PIODC1    (1u << 25) /**< \brief Pioa signal: PIODC1 */\r
-#define PIO_PA26X1_PIODC2    (1u << 26) /**< \brief Pioa signal: PIODC2 */\r
-#define PIO_PA27X1_PIODC3    (1u << 27) /**< \brief Pioa signal: PIODC3 */\r
-#define PIO_PA28X1_PIODC4    (1u << 28) /**< \brief Pioa signal: PIODC4 */\r
-#define PIO_PA29X1_PIODC5    (1u << 29) /**< \brief Pioa signal: PIODC5 */\r
-#define PIO_PA31X1_PIODC7    (1u << 31) /**< \brief Pioa signal: PIODC7 */\r
-#define PIO_PA23X1_PIODCCLK  (1u << 23) /**< \brief Pioa signal: PIODCCLK */\r
-#define PIO_PA30X1_WKUP11    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA30X1_PIODC6    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA15X1_WKUP14    (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA15X1_PIODCEN1  (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA16X1_WKUP15    (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-#define PIO_PA16X1_PIODCEN2  (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-/* ========== Pio definition for PMC peripheral ========== */\r
-#define PIO_PA6B_PCK0        (1u << 6)  /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PB13B_PCK0       (1u << 13) /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PA17B_PCK1       (1u << 17) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA21B_PCK1       (1u << 21) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA18B_PCK2       (1u << 18) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PA31B_PCK2       (1u << 31) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PB3B_PCK2        (1u << 3)  /**< \brief Pmc signal: PCK2 */\r
-/* ========== Pio definition for PWM peripheral ========== */\r
-#define PIO_PA9C_PWMFI0      (1u << 9)  /**< \brief Pwm signal: PWMFI0 */\r
-#define PIO_PA0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA11B_PWMH0      (1u << 11) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA23B_PWMH0      (1u << 23) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PB0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PC18B_PWMH0      (1u << 18) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PD20A_PWMH0      (1u << 20) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA12B_PWMH1      (1u << 12) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA24B_PWMH1      (1u << 24) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PB1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PC19B_PWMH1      (1u << 19) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PD21A_PWMH1      (1u << 21) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA2A_PWMH2       (1u << 2)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA13B_PWMH2      (1u << 13) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA25B_PWMH2      (1u << 25) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PB4B_PWMH2       (1u << 4)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PC20B_PWMH2      (1u << 20) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PD22A_PWMH2      (1u << 22) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA7B_PWMH3       (1u << 7)  /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA17C_PWMH3      (1u << 17) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PB14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PC21B_PWMH3      (1u << 21) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PD23A_PWMH3      (1u << 23) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA19B_PWML0      (1u << 19) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PB5B_PWML0       (1u << 5)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC0B_PWML0       (1u << 0)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC13B_PWML0      (1u << 13) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PD24A_PWML0      (1u << 24) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PA20B_PWML1      (1u << 20) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PB12A_PWML1      (1u << 12) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC1B_PWML1       (1u << 1)  /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC15B_PWML1      (1u << 15) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PD25A_PWML1      (1u << 25) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PA16C_PWML2      (1u << 16) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA30A_PWML2      (1u << 30) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PB13A_PWML2      (1u << 13) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PC2B_PWML2       (1u << 2)  /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PD26A_PWML2      (1u << 26) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA15C_PWML3      (1u << 15) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC3B_PWML3       (1u << 3)  /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC22B_PWML3      (1u << 22) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PD27A_PWML3      (1u << 27) /**< \brief Pwm signal: PWML3 */\r
-/* ========== Pio definition for SPI peripheral ========== */\r
-#define PIO_PA12A_MISO       (1u << 12) /**< \brief Spi signal: MISO */\r
-#define PIO_PA13A_MOSI       (1u << 13) /**< \brief Spi signal: MOSI */\r
-#define PIO_PA11A_NPCS0      (1u << 11) /**< \brief Spi signal: NPCS0 */\r
-#define PIO_PA9B_NPCS1       (1u << 9)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA31A_NPCS1      (1u << 31) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PB14A_NPCS1      (1u << 14) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PC4B_NPCS1       (1u << 4)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA10B_NPCS2      (1u << 10) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA30B_NPCS2      (1u << 30) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PB2B_NPCS2       (1u << 2)  /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA3B_NPCS3       (1u << 3)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA5B_NPCS3       (1u << 5)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA22B_NPCS3      (1u << 22) /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA14A_SPCK       (1u << 14) /**< \brief Spi signal: SPCK */\r
-/* ========== Pio definition for TC0 peripheral ========== */\r
-#define PIO_PA4B_TCLK0       (1u << 4)  /**< \brief Tc0 signal: TCLK0 */\r
-#define PIO_PA28B_TCLK1      (1u << 28) /**< \brief Tc0 signal: TCLK1 */\r
-#define PIO_PA29B_TCLK2      (1u << 29) /**< \brief Tc0 signal: TCLK2 */\r
-#define PIO_PA0B_TIOA0       (1u << 0)  /**< \brief Tc0 signal: TIOA0 */\r
-#define PIO_PA15B_TIOA1      (1u << 15) /**< \brief Tc0 signal: TIOA1 */\r
-#define PIO_PA26B_TIOA2      (1u << 26) /**< \brief Tc0 signal: TIOA2 */\r
-#define PIO_PA1B_TIOB0       (1u << 1)  /**< \brief Tc0 signal: TIOB0 */\r
-#define PIO_PA16B_TIOB1      (1u << 16) /**< \brief Tc0 signal: TIOB1 */\r
-#define PIO_PA27B_TIOB2      (1u << 27) /**< \brief Tc0 signal: TIOB2 */\r
-/* ========== Pio definition for TC1 peripheral ========== */\r
-#define PIO_PC25B_TCLK3      (1u << 25) /**< \brief Tc1 signal: TCLK3 */\r
-#define PIO_PC28B_TCLK4      (1u << 28) /**< \brief Tc1 signal: TCLK4 */\r
-#define PIO_PC31B_TCLK5      (1u << 31) /**< \brief Tc1 signal: TCLK5 */\r
-#define PIO_PC23B_TIOA3      (1u << 23) /**< \brief Tc1 signal: TIOA3 */\r
-#define PIO_PC26B_TIOA4      (1u << 26) /**< \brief Tc1 signal: TIOA4 */\r
-#define PIO_PC29B_TIOA5      (1u << 29) /**< \brief Tc1 signal: TIOA5 */\r
-#define PIO_PC24B_TIOB3      (1u << 24) /**< \brief Tc1 signal: TIOB3 */\r
-#define PIO_PC27B_TIOB4      (1u << 27) /**< \brief Tc1 signal: TIOB4 */\r
-#define PIO_PC30B_TIOB5      (1u << 30) /**< \brief Tc1 signal: TIOB5 */\r
-/* ========== Pio definition for TC2 peripheral ========== */\r
-#define PIO_PC7B_TCLK6       (1u << 7)  /**< \brief Tc2 signal: TCLK6 */\r
-#define PIO_PC10B_TCLK7      (1u << 10) /**< \brief Tc2 signal: TCLK7 */\r
-#define PIO_PC14B_TCLK8      (1u << 14) /**< \brief Tc2 signal: TCLK8 */\r
-#define PIO_PC5B_TIOA6       (1u << 5)  /**< \brief Tc2 signal: TIOA6 */\r
-#define PIO_PC8B_TIOA7       (1u << 8)  /**< \brief Tc2 signal: TIOA7 */\r
-#define PIO_PC11B_TIOA8      (1u << 11) /**< \brief Tc2 signal: TIOA8 */\r
-#define PIO_PC6B_TIOB6       (1u << 6)  /**< \brief Tc2 signal: TIOB6 */\r
-#define PIO_PC9B_TIOB7       (1u << 9)  /**< \brief Tc2 signal: TIOB7 */\r
-#define PIO_PC12B_TIOB8      (1u << 12) /**< \brief Tc2 signal: TIOB8 */\r
-/* ========== Pio definition for TWI0 peripheral ========== */\r
-#define PIO_PA4A_TWCK0       (1u << 4)  /**< \brief Twi0 signal: TWCK0 */\r
-#define PIO_PA3A_TWD0        (1u << 3)  /**< \brief Twi0 signal: TWD0 */\r
-/* ========== Pio definition for TWI1 peripheral ========== */\r
-#define PIO_PB5A_TWCK1       (1u << 5)  /**< \brief Twi1 signal: TWCK1 */\r
-#define PIO_PB4A_TWD1        (1u << 4)  /**< \brief Twi1 signal: TWD1 */\r
-/* ========== Pio definition for UART0 peripheral ========== */\r
-#define PIO_PA9A_URXD0       (1u << 9)  /**< \brief Uart0 signal: URXD0 */\r
-#define PIO_PA10A_UTXD0      (1u << 10) /**< \brief Uart0 signal: UTXD0 */\r
-/* ========== Pio definition for UART1 peripheral ========== */\r
-#define PIO_PA5C_URXD1       (1u << 5)  /**< \brief Uart1 signal: URXD1 */\r
-#define PIO_PA6C_UTXD1       (1u << 6)  /**< \brief Uart1 signal: UTXD1 */\r
-/* ========== Pio definition for USART0 peripheral ========== */\r
-#define PIO_PB2C_CTS0        (1u << 2)  /**< \brief Usart0 signal: CTS0 */\r
-#define PIO_PB3C_RTS0        (1u << 3)  /**< \brief Usart0 signal: RTS0 */\r
-#define PIO_PB0C_RXD0        (1u << 0)  /**< \brief Usart0 signal: RXD0 */\r
-#define PIO_PB13C_SCK0       (1u << 13) /**< \brief Usart0 signal: SCK0 */\r
-#define PIO_PB1C_TXD0        (1u << 1)  /**< \brief Usart0 signal: TXD0 */\r
-/* ========== Pio definition for USART1 peripheral ========== */\r
-#define PIO_PA25A_CTS1       (1u << 25) /**< \brief Usart1 signal: CTS1 */\r
-#define PIO_PA26A_DCD1       (1u << 26) /**< \brief Usart1 signal: DCD1 */\r
-#define PIO_PA28A_DSR1       (1u << 28) /**< \brief Usart1 signal: DSR1 */\r
-#define PIO_PA27A_DTR1       (1u << 27) /**< \brief Usart1 signal: DTR1 */\r
-#define PIO_PA29A_RI1        (1u << 29) /**< \brief Usart1 signal: RI1 */\r
-#define PIO_PA24A_RTS1       (1u << 24) /**< \brief Usart1 signal: RTS1 */\r
-#define PIO_PA21A_RXD1       (1u << 21) /**< \brief Usart1 signal: RXD1 */\r
-#define PIO_PA23A_SCK1       (1u << 23) /**< \brief Usart1 signal: SCK1 */\r
-#define PIO_PA22A_TXD1       (1u << 22) /**< \brief Usart1 signal: TXD1 */\r
-/* ========== Pio indexes ========== */\r
-#define PIO_PA0_IDX          0\r
-#define PIO_PA1_IDX          1\r
-#define PIO_PA2_IDX          2\r
-#define PIO_PA3_IDX          3\r
-#define PIO_PA4_IDX          4\r
-#define PIO_PA5_IDX          5\r
-#define PIO_PA6_IDX          6\r
-#define PIO_PA7_IDX          7\r
-#define PIO_PA8_IDX          8\r
-#define PIO_PA9_IDX          9\r
-#define PIO_PA10_IDX         10\r
-#define PIO_PA11_IDX         11\r
-#define PIO_PA12_IDX         12\r
-#define PIO_PA13_IDX         13\r
-#define PIO_PA14_IDX         14\r
-#define PIO_PA15_IDX         15\r
-#define PIO_PA16_IDX         16\r
-#define PIO_PA17_IDX         17\r
-#define PIO_PA18_IDX         18\r
-#define PIO_PA19_IDX         19\r
-#define PIO_PA20_IDX         20\r
-#define PIO_PA21_IDX         21\r
-#define PIO_PA22_IDX         22\r
-#define PIO_PA23_IDX         23\r
-#define PIO_PA24_IDX         24\r
-#define PIO_PA25_IDX         25\r
-#define PIO_PA26_IDX         26\r
-#define PIO_PA27_IDX         27\r
-#define PIO_PA28_IDX         28\r
-#define PIO_PA29_IDX         29\r
-#define PIO_PA30_IDX         30\r
-#define PIO_PA31_IDX         31\r
-#define PIO_PB0_IDX          32\r
-#define PIO_PB1_IDX          33\r
-#define PIO_PB2_IDX          34\r
-#define PIO_PB3_IDX          35\r
-#define PIO_PB4_IDX          36\r
-#define PIO_PB5_IDX          37\r
-#define PIO_PB6_IDX          38\r
-#define PIO_PB7_IDX          39\r
-#define PIO_PB8_IDX          40\r
-#define PIO_PB9_IDX          41\r
-#define PIO_PB10_IDX         42\r
-#define PIO_PB11_IDX         43\r
-#define PIO_PB12_IDX         44\r
-#define PIO_PB13_IDX         45\r
-#define PIO_PB14_IDX         46\r
-#define PIO_PC0_IDX          64\r
-#define PIO_PC1_IDX          65\r
-#define PIO_PC2_IDX          66\r
-#define PIO_PC3_IDX          67\r
-#define PIO_PC4_IDX          68\r
-#define PIO_PC5_IDX          69\r
-#define PIO_PC6_IDX          70\r
-#define PIO_PC7_IDX          71\r
-#define PIO_PC8_IDX          72\r
-#define PIO_PC9_IDX          73\r
-#define PIO_PC10_IDX         74\r
-#define PIO_PC11_IDX         75\r
-#define PIO_PC12_IDX         76\r
-#define PIO_PC13_IDX         77\r
-#define PIO_PC14_IDX         78\r
-#define PIO_PC15_IDX         79\r
-#define PIO_PC16_IDX         80\r
-#define PIO_PC17_IDX         81\r
-#define PIO_PC18_IDX         82\r
-#define PIO_PC19_IDX         83\r
-#define PIO_PC20_IDX         84\r
-#define PIO_PC21_IDX         85\r
-#define PIO_PC22_IDX         86\r
-#define PIO_PC23_IDX         87\r
-#define PIO_PC24_IDX         88\r
-#define PIO_PC25_IDX         89\r
-#define PIO_PC26_IDX         90\r
-#define PIO_PC27_IDX         91\r
-#define PIO_PC28_IDX         92\r
-#define PIO_PC29_IDX         93\r
-#define PIO_PC30_IDX         94\r
-#define PIO_PC31_IDX         95\r
-#define PIO_PD0_IDX          96\r
-#define PIO_PD1_IDX          97\r
-#define PIO_PD2_IDX          98\r
-#define PIO_PD3_IDX          99\r
-#define PIO_PD4_IDX          100\r
-#define PIO_PD5_IDX          101\r
-#define PIO_PD6_IDX          102\r
-#define PIO_PD7_IDX          103\r
-#define PIO_PD8_IDX          104\r
-#define PIO_PD9_IDX          105\r
-#define PIO_PD10_IDX         106\r
-#define PIO_PD11_IDX         107\r
-#define PIO_PD12_IDX         108\r
-#define PIO_PD13_IDX         109\r
-#define PIO_PD14_IDX         110\r
-#define PIO_PD15_IDX         111\r
-#define PIO_PD16_IDX         112\r
-#define PIO_PD17_IDX         113\r
-#define PIO_PD18_IDX         114\r
-#define PIO_PD19_IDX         115\r
-#define PIO_PD20_IDX         116\r
-#define PIO_PD21_IDX         117\r
-#define PIO_PD22_IDX         118\r
-#define PIO_PD23_IDX         119\r
-#define PIO_PD24_IDX         120\r
-#define PIO_PD25_IDX         121\r
-#define PIO_PD26_IDX         122\r
-#define PIO_PD27_IDX         123\r
-#define PIO_PD28_IDX         124\r
-#define PIO_PD29_IDX         125\r
-#define PIO_PD30_IDX         126\r
-#define PIO_PD31_IDX         127\r
-#define PIO_PE0_IDX          128\r
-#define PIO_PE1_IDX          129\r
-#define PIO_PE2_IDX          130\r
-#define PIO_PE3_IDX          131\r
-#define PIO_PE4_IDX          132\r
-#define PIO_PE5_IDX          133\r
-\r
-#endif /* _SAM4E8C_PIO_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/pio/sam4e8e.h
deleted file mode 100644 (file)
index c9af41d..0000000
+++ /dev/null
@@ -1,537 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E8E_PIO_\r
-#define _SAM4E8E_PIO_\r
-\r
-#define PIO_PA0              (1u << 0)  /**< \brief Pin Controlled by PA0 */\r
-#define PIO_PA1              (1u << 1)  /**< \brief Pin Controlled by PA1 */\r
-#define PIO_PA2              (1u << 2)  /**< \brief Pin Controlled by PA2 */\r
-#define PIO_PA3              (1u << 3)  /**< \brief Pin Controlled by PA3 */\r
-#define PIO_PA4              (1u << 4)  /**< \brief Pin Controlled by PA4 */\r
-#define PIO_PA5              (1u << 5)  /**< \brief Pin Controlled by PA5 */\r
-#define PIO_PA6              (1u << 6)  /**< \brief Pin Controlled by PA6 */\r
-#define PIO_PA7              (1u << 7)  /**< \brief Pin Controlled by PA7 */\r
-#define PIO_PA8              (1u << 8)  /**< \brief Pin Controlled by PA8 */\r
-#define PIO_PA9              (1u << 9)  /**< \brief Pin Controlled by PA9 */\r
-#define PIO_PA10             (1u << 10) /**< \brief Pin Controlled by PA10 */\r
-#define PIO_PA11             (1u << 11) /**< \brief Pin Controlled by PA11 */\r
-#define PIO_PA12             (1u << 12) /**< \brief Pin Controlled by PA12 */\r
-#define PIO_PA13             (1u << 13) /**< \brief Pin Controlled by PA13 */\r
-#define PIO_PA14             (1u << 14) /**< \brief Pin Controlled by PA14 */\r
-#define PIO_PA15             (1u << 15) /**< \brief Pin Controlled by PA15 */\r
-#define PIO_PA16             (1u << 16) /**< \brief Pin Controlled by PA16 */\r
-#define PIO_PA17             (1u << 17) /**< \brief Pin Controlled by PA17 */\r
-#define PIO_PA18             (1u << 18) /**< \brief Pin Controlled by PA18 */\r
-#define PIO_PA19             (1u << 19) /**< \brief Pin Controlled by PA19 */\r
-#define PIO_PA20             (1u << 20) /**< \brief Pin Controlled by PA20 */\r
-#define PIO_PA21             (1u << 21) /**< \brief Pin Controlled by PA21 */\r
-#define PIO_PA22             (1u << 22) /**< \brief Pin Controlled by PA22 */\r
-#define PIO_PA23             (1u << 23) /**< \brief Pin Controlled by PA23 */\r
-#define PIO_PA24             (1u << 24) /**< \brief Pin Controlled by PA24 */\r
-#define PIO_PA25             (1u << 25) /**< \brief Pin Controlled by PA25 */\r
-#define PIO_PA26             (1u << 26) /**< \brief Pin Controlled by PA26 */\r
-#define PIO_PA27             (1u << 27) /**< \brief Pin Controlled by PA27 */\r
-#define PIO_PA28             (1u << 28) /**< \brief Pin Controlled by PA28 */\r
-#define PIO_PA29             (1u << 29) /**< \brief Pin Controlled by PA29 */\r
-#define PIO_PA30             (1u << 30) /**< \brief Pin Controlled by PA30 */\r
-#define PIO_PA31             (1u << 31) /**< \brief Pin Controlled by PA31 */\r
-#define PIO_PB0              (1u << 0)  /**< \brief Pin Controlled by PB0 */\r
-#define PIO_PB1              (1u << 1)  /**< \brief Pin Controlled by PB1 */\r
-#define PIO_PB2              (1u << 2)  /**< \brief Pin Controlled by PB2 */\r
-#define PIO_PB3              (1u << 3)  /**< \brief Pin Controlled by PB3 */\r
-#define PIO_PB4              (1u << 4)  /**< \brief Pin Controlled by PB4 */\r
-#define PIO_PB5              (1u << 5)  /**< \brief Pin Controlled by PB5 */\r
-#define PIO_PB6              (1u << 6)  /**< \brief Pin Controlled by PB6 */\r
-#define PIO_PB7              (1u << 7)  /**< \brief Pin Controlled by PB7 */\r
-#define PIO_PB8              (1u << 8)  /**< \brief Pin Controlled by PB8 */\r
-#define PIO_PB9              (1u << 9)  /**< \brief Pin Controlled by PB9 */\r
-#define PIO_PB10             (1u << 10) /**< \brief Pin Controlled by PB10 */\r
-#define PIO_PB11             (1u << 11) /**< \brief Pin Controlled by PB11 */\r
-#define PIO_PB12             (1u << 12) /**< \brief Pin Controlled by PB12 */\r
-#define PIO_PB13             (1u << 13) /**< \brief Pin Controlled by PB13 */\r
-#define PIO_PB14             (1u << 14) /**< \brief Pin Controlled by PB14 */\r
-#define PIO_PC0              (1u << 0)  /**< \brief Pin Controlled by PC0 */\r
-#define PIO_PC1              (1u << 1)  /**< \brief Pin Controlled by PC1 */\r
-#define PIO_PC2              (1u << 2)  /**< \brief Pin Controlled by PC2 */\r
-#define PIO_PC3              (1u << 3)  /**< \brief Pin Controlled by PC3 */\r
-#define PIO_PC4              (1u << 4)  /**< \brief Pin Controlled by PC4 */\r
-#define PIO_PC5              (1u << 5)  /**< \brief Pin Controlled by PC5 */\r
-#define PIO_PC6              (1u << 6)  /**< \brief Pin Controlled by PC6 */\r
-#define PIO_PC7              (1u << 7)  /**< \brief Pin Controlled by PC7 */\r
-#define PIO_PC8              (1u << 8)  /**< \brief Pin Controlled by PC8 */\r
-#define PIO_PC9              (1u << 9)  /**< \brief Pin Controlled by PC9 */\r
-#define PIO_PC10             (1u << 10) /**< \brief Pin Controlled by PC10 */\r
-#define PIO_PC11             (1u << 11) /**< \brief Pin Controlled by PC11 */\r
-#define PIO_PC12             (1u << 12) /**< \brief Pin Controlled by PC12 */\r
-#define PIO_PC13             (1u << 13) /**< \brief Pin Controlled by PC13 */\r
-#define PIO_PC14             (1u << 14) /**< \brief Pin Controlled by PC14 */\r
-#define PIO_PC15             (1u << 15) /**< \brief Pin Controlled by PC15 */\r
-#define PIO_PC16             (1u << 16) /**< \brief Pin Controlled by PC16 */\r
-#define PIO_PC17             (1u << 17) /**< \brief Pin Controlled by PC17 */\r
-#define PIO_PC18             (1u << 18) /**< \brief Pin Controlled by PC18 */\r
-#define PIO_PC19             (1u << 19) /**< \brief Pin Controlled by PC19 */\r
-#define PIO_PC20             (1u << 20) /**< \brief Pin Controlled by PC20 */\r
-#define PIO_PC21             (1u << 21) /**< \brief Pin Controlled by PC21 */\r
-#define PIO_PC22             (1u << 22) /**< \brief Pin Controlled by PC22 */\r
-#define PIO_PC23             (1u << 23) /**< \brief Pin Controlled by PC23 */\r
-#define PIO_PC24             (1u << 24) /**< \brief Pin Controlled by PC24 */\r
-#define PIO_PC25             (1u << 25) /**< \brief Pin Controlled by PC25 */\r
-#define PIO_PC26             (1u << 26) /**< \brief Pin Controlled by PC26 */\r
-#define PIO_PC27             (1u << 27) /**< \brief Pin Controlled by PC27 */\r
-#define PIO_PC28             (1u << 28) /**< \brief Pin Controlled by PC28 */\r
-#define PIO_PC29             (1u << 29) /**< \brief Pin Controlled by PC29 */\r
-#define PIO_PC30             (1u << 30) /**< \brief Pin Controlled by PC30 */\r
-#define PIO_PC31             (1u << 31) /**< \brief Pin Controlled by PC31 */\r
-#define PIO_PD0              (1u << 0)  /**< \brief Pin Controlled by PD0 */\r
-#define PIO_PD1              (1u << 1)  /**< \brief Pin Controlled by PD1 */\r
-#define PIO_PD2              (1u << 2)  /**< \brief Pin Controlled by PD2 */\r
-#define PIO_PD3              (1u << 3)  /**< \brief Pin Controlled by PD3 */\r
-#define PIO_PD4              (1u << 4)  /**< \brief Pin Controlled by PD4 */\r
-#define PIO_PD5              (1u << 5)  /**< \brief Pin Controlled by PD5 */\r
-#define PIO_PD6              (1u << 6)  /**< \brief Pin Controlled by PD6 */\r
-#define PIO_PD7              (1u << 7)  /**< \brief Pin Controlled by PD7 */\r
-#define PIO_PD8              (1u << 8)  /**< \brief Pin Controlled by PD8 */\r
-#define PIO_PD9              (1u << 9)  /**< \brief Pin Controlled by PD9 */\r
-#define PIO_PD10             (1u << 10) /**< \brief Pin Controlled by PD10 */\r
-#define PIO_PD11             (1u << 11) /**< \brief Pin Controlled by PD11 */\r
-#define PIO_PD12             (1u << 12) /**< \brief Pin Controlled by PD12 */\r
-#define PIO_PD13             (1u << 13) /**< \brief Pin Controlled by PD13 */\r
-#define PIO_PD14             (1u << 14) /**< \brief Pin Controlled by PD14 */\r
-#define PIO_PD15             (1u << 15) /**< \brief Pin Controlled by PD15 */\r
-#define PIO_PD16             (1u << 16) /**< \brief Pin Controlled by PD16 */\r
-#define PIO_PD17             (1u << 17) /**< \brief Pin Controlled by PD17 */\r
-#define PIO_PD18             (1u << 18) /**< \brief Pin Controlled by PD18 */\r
-#define PIO_PD19             (1u << 19) /**< \brief Pin Controlled by PD19 */\r
-#define PIO_PD20             (1u << 20) /**< \brief Pin Controlled by PD20 */\r
-#define PIO_PD21             (1u << 21) /**< \brief Pin Controlled by PD21 */\r
-#define PIO_PD22             (1u << 22) /**< \brief Pin Controlled by PD22 */\r
-#define PIO_PD23             (1u << 23) /**< \brief Pin Controlled by PD23 */\r
-#define PIO_PD24             (1u << 24) /**< \brief Pin Controlled by PD24 */\r
-#define PIO_PD25             (1u << 25) /**< \brief Pin Controlled by PD25 */\r
-#define PIO_PD26             (1u << 26) /**< \brief Pin Controlled by PD26 */\r
-#define PIO_PD27             (1u << 27) /**< \brief Pin Controlled by PD27 */\r
-#define PIO_PD28             (1u << 28) /**< \brief Pin Controlled by PD28 */\r
-#define PIO_PD29             (1u << 29) /**< \brief Pin Controlled by PD29 */\r
-#define PIO_PD30             (1u << 30) /**< \brief Pin Controlled by PD30 */\r
-#define PIO_PD31             (1u << 31) /**< \brief Pin Controlled by PD31 */\r
-#define PIO_PE0              (1u << 0)  /**< \brief Pin Controlled by PE0 */\r
-#define PIO_PE1              (1u << 1)  /**< \brief Pin Controlled by PE1 */\r
-#define PIO_PE2              (1u << 2)  /**< \brief Pin Controlled by PE2 */\r
-#define PIO_PE3              (1u << 3)  /**< \brief Pin Controlled by PE3 */\r
-#define PIO_PE4              (1u << 4)  /**< \brief Pin Controlled by PE4 */\r
-#define PIO_PE5              (1u << 5)  /**< \brief Pin Controlled by PE5 */\r
-/* ========== Pio definition for AFEC0 peripheral ========== */\r
-#define PIO_PA17X1_AFE0_AD0  (1u << 17) /**< \brief Afec0 signal: AFE0_AD0 */\r
-#define PIO_PA18X1_AFE0_AD1  (1u << 18) /**< \brief Afec0 signal: AFE0_AD1 */\r
-#define PIO_PC30X1_AFE0_AD10 (1u << 30) /**< \brief Afec0 signal: AFE0_AD10 */\r
-#define PIO_PC31X1_AFE0_AD11 (1u << 31) /**< \brief Afec0 signal: AFE0_AD11 */\r
-#define PIO_PC26X1_AFE0_AD12 (1u << 26) /**< \brief Afec0 signal: AFE0_AD12 */\r
-#define PIO_PC27X1_AFE0_AD13 (1u << 27) /**< \brief Afec0 signal: AFE0_AD13 */\r
-#define PIO_PC0X1_AFE0_AD14  (1u << 0)  /**< \brief Afec0 signal: AFE0_AD14 */\r
-#define PIO_PA19X1_AFE0_AD2  (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA19X1_WKUP9     (1u << 19) /**< \brief Afec0 signal: AFE0_AD2/WKUP9 */\r
-#define PIO_PA20X1_AFE0_AD3  (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PA20X1_WKUP10    (1u << 20) /**< \brief Afec0 signal: AFE0_AD3/WKUP10 */\r
-#define PIO_PB0X1_AFE0_AD4   (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB0X1_RTCOUT0    (1u << 0)  /**< \brief Afec0 signal: AFE0_AD4/RTCOUT0 */\r
-#define PIO_PB1X1_AFE0_AD5   (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PB1X1_RTCOUT1    (1u << 1)  /**< \brief Afec0 signal: AFE0_AD5/RTCOUT1 */\r
-#define PIO_PC13X1_AFE0_AD6  (1u << 13) /**< \brief Afec0 signal: AFE0_AD6 */\r
-#define PIO_PC15X1_AFE0_AD7  (1u << 15) /**< \brief Afec0 signal: AFE0_AD7 */\r
-#define PIO_PC12X1_AFE0_AD8  (1u << 12) /**< \brief Afec0 signal: AFE0_AD8 */\r
-#define PIO_PC29X1_AFE0_AD9  (1u << 29) /**< \brief Afec0 signal: AFE0_AD9 */\r
-#define PIO_PA8B_AFE0_ADTRG  (1u << 8)  /**< \brief Afec0 signal: AFE0_ADTRG */\r
-/* ========== Pio definition for AFEC1 peripheral ========== */\r
-#define PIO_PB2X1_AFE1_AD0   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB2X1_WKUP12     (1u << 2)  /**< \brief Afec1 signal: AFE1_AD0/WKUP12 */\r
-#define PIO_PB3X1_AFE1_AD1   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD1 */\r
-#define PIO_PA21X1_AFE1_AD2  (1u << 21) /**< \brief Afec1 signal: AFE1_AD2 */\r
-#define PIO_PA22X1_AFE1_AD3  (1u << 22) /**< \brief Afec1 signal: AFE1_AD3 */\r
-#define PIO_PC1X1_AFE1_AD4   (1u << 1)  /**< \brief Afec1 signal: AFE1_AD4 */\r
-#define PIO_PC2X1_AFE1_AD5   (1u << 2)  /**< \brief Afec1 signal: AFE1_AD5 */\r
-#define PIO_PC3X1_AFE1_AD6   (1u << 3)  /**< \brief Afec1 signal: AFE1_AD6 */\r
-#define PIO_PC4X1_AFE1_AD7   (1u << 4)  /**< \brief Afec1 signal: AFE1_AD7 */\r
-/* ========== Pio definition for CAN0 peripheral ========== */\r
-#define PIO_PB3A_CANRX0      (1u << 3)  /**< \brief Can0 signal: CANRX0 */\r
-#define PIO_PB2A_CANTX0      (1u << 2)  /**< \brief Can0 signal: CANTX0 */\r
-/* ========== Pio definition for CAN1 peripheral ========== */\r
-#define PIO_PC12C_CANRX1     (1u << 12) /**< \brief Can1 signal: CANRX1 */\r
-#define PIO_PC15C_CANTX1     (1u << 15) /**< \brief Can1 signal: CANTX1 */\r
-/* ========== Pio definition for DACC peripheral ========== */\r
-#define PIO_PB13X1_DAC0      (1u << 13) /**< \brief Dacc signal: DAC0 */\r
-#define PIO_PB14X1_DAC1      (1u << 14) /**< \brief Dacc signal: DAC1 */\r
-#define PIO_PA2C_DATRG       (1u << 2)  /**< \brief Dacc signal: DATRG */\r
-/* ========== Pio definition for EBI peripheral ========== */\r
-#define PIO_PC18A_A0         (1u << 18) /**< \brief Ebi signal: A0 */\r
-#define PIO_PC19A_A1         (1u << 19) /**< \brief Ebi signal: A1 */\r
-#define PIO_PC28A_A10        (1u << 28) /**< \brief Ebi signal: A10 */\r
-#define PIO_PC29A_A11        (1u << 29) /**< \brief Ebi signal: A11 */\r
-#define PIO_PC30A_A12        (1u << 30) /**< \brief Ebi signal: A12 */\r
-#define PIO_PC31A_A13        (1u << 31) /**< \brief Ebi signal: A13 */\r
-#define PIO_PA18C_A14        (1u << 18) /**< \brief Ebi signal: A14 */\r
-#define PIO_PA19C_A15        (1u << 19) /**< \brief Ebi signal: A15 */\r
-#define PIO_PA20C_A16        (1u << 20) /**< \brief Ebi signal: A16 */\r
-#define PIO_PA0C_A17         (1u << 0)  /**< \brief Ebi signal: A17 */\r
-#define PIO_PA1C_A18         (1u << 1)  /**< \brief Ebi signal: A18 */\r
-#define PIO_PA23C_A19        (1u << 23) /**< \brief Ebi signal: A19 */\r
-#define PIO_PC20A_A2         (1u << 20) /**< \brief Ebi signal: A2 */\r
-#define PIO_PA24C_A20        (1u << 24) /**< \brief Ebi signal: A20 */\r
-#define PIO_PC16A_A21        (1u << 16) /**< \brief Ebi signal: A21/NANDALE */\r
-#define PIO_PC16A_NANDALE    (1u << 16) /**< \brief Ebi signal: A21/NANDALE */\r
-#define PIO_PC17A_A22        (1u << 17) /**< \brief Ebi signal: A22/NANDCLE */\r
-#define PIO_PC17A_NANDCLE    (1u << 17) /**< \brief Ebi signal: A22/NANDCLE */\r
-#define PIO_PA25C_A23        (1u << 25) /**< \brief Ebi signal: A23 */\r
-#define PIO_PC21A_A3         (1u << 21) /**< \brief Ebi signal: A3 */\r
-#define PIO_PC22A_A4         (1u << 22) /**< \brief Ebi signal: A4 */\r
-#define PIO_PC23A_A5         (1u << 23) /**< \brief Ebi signal: A5 */\r
-#define PIO_PC24A_A6         (1u << 24) /**< \brief Ebi signal: A6 */\r
-#define PIO_PC25A_A7         (1u << 25) /**< \brief Ebi signal: A7 */\r
-#define PIO_PC26A_A8         (1u << 26) /**< \brief Ebi signal: A8 */\r
-#define PIO_PC27A_A9         (1u << 27) /**< \brief Ebi signal: A9 */\r
-#define PIO_PC0A_D0          (1u << 0)  /**< \brief Ebi signal: D0 */\r
-#define PIO_PC1A_D1          (1u << 1)  /**< \brief Ebi signal: D1 */\r
-#define PIO_PC2A_D2          (1u << 2)  /**< \brief Ebi signal: D2 */\r
-#define PIO_PC3A_D3          (1u << 3)  /**< \brief Ebi signal: D3 */\r
-#define PIO_PC4A_D4          (1u << 4)  /**< \brief Ebi signal: D4 */\r
-#define PIO_PC5A_D5          (1u << 5)  /**< \brief Ebi signal: D5 */\r
-#define PIO_PC6A_D6          (1u << 6)  /**< \brief Ebi signal: D6 */\r
-#define PIO_PC7A_D7          (1u << 7)  /**< \brief Ebi signal: D7 */\r
-#define PIO_PC9A_NANDOE      (1u << 9)  /**< \brief Ebi signal: NANDOE */\r
-#define PIO_PC10A_NANDWE     (1u << 10) /**< \brief Ebi signal: NANDWE */\r
-#define PIO_PC14A_NCS0       (1u << 14) /**< \brief Ebi signal: NCS0 */\r
-#define PIO_PC15A_NCS1       (1u << 15) /**< \brief Ebi signal: NCS1 */\r
-#define PIO_PD18A_NCS1       (1u << 18) /**< \brief Ebi signal: NCS1 */\r
-#define PIO_PA22C_NCS2       (1u << 22) /**< \brief Ebi signal: NCS2 */\r
-#define PIO_PC12A_NCS3       (1u << 12) /**< \brief Ebi signal: NCS3 */\r
-#define PIO_PD19A_NCS3       (1u << 19) /**< \brief Ebi signal: NCS3 */\r
-#define PIO_PC11A_NRD        (1u << 11) /**< \brief Ebi signal: NRD */\r
-#define PIO_PC13A_NWAIT      (1u << 13) /**< \brief Ebi signal: NWAIT */\r
-#define PIO_PC8A_NWE         (1u << 8)  /**< \brief Ebi signal: NWE */\r
-/* ========== Pio definition for GMAC peripheral ========== */\r
-#define PIO_PD13A_GCOL       (1u << 13) /**< \brief Gmac signal: GCOL */\r
-#define PIO_PD10A_GCRS       (1u << 10) /**< \brief Gmac signal: GCRS */\r
-#define PIO_PD4A_GCRSDV      (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD4A_GRXDV       (1u << 4)  /**< \brief Gmac signal: GCRSDV/GRXDV */\r
-#define PIO_PD8A_GMDC        (1u << 8)  /**< \brief Gmac signal: GMDC */\r
-#define PIO_PD9A_GMDIO       (1u << 9)  /**< \brief Gmac signal: GMDIO */\r
-#define PIO_PD5A_GRX0        (1u << 5)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD6A_GRX0        (1u << 6)  /**< \brief Gmac signal: GRX0 */\r
-#define PIO_PD11A_GRX2       (1u << 11) /**< \brief Gmac signal: GRX2 */\r
-#define PIO_PD12A_GRX3       (1u << 12) /**< \brief Gmac signal: GRX3 */\r
-#define PIO_PD14A_GRXCK      (1u << 14) /**< \brief Gmac signal: GRXCK */\r
-#define PIO_PD7A_GRXER       (1u << 7)  /**< \brief Gmac signal: GRXER */\r
-#define PIO_PD2A_GTX0        (1u << 2)  /**< \brief Gmac signal: GTX0 */\r
-#define PIO_PD3A_GTX1        (1u << 3)  /**< \brief Gmac signal: GTX1 */\r
-#define PIO_PD15A_GTX2       (1u << 15) /**< \brief Gmac signal: GTX2 */\r
-#define PIO_PD16A_GTX3       (1u << 16) /**< \brief Gmac signal: GTX3 */\r
-#define PIO_PD0A_GTXCK       (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD0A_GREFCK      (1u << 0)  /**< \brief Gmac signal: GTXCK/GREFCK */\r
-#define PIO_PD1A_GTXEN       (1u << 1)  /**< \brief Gmac signal: GTXEN */\r
-#define PIO_PD17A_GTXER      (1u << 17) /**< \brief Gmac signal: GTXER */\r
-/* ========== Pio definition for HSMCI peripheral ========== */\r
-#define PIO_PA28C_MCCDA      (1u << 28) /**< \brief Hsmci signal: MCCDA */\r
-#define PIO_PA29C_MCCK       (1u << 29) /**< \brief Hsmci signal: MCCK */\r
-#define PIO_PA30C_MCDA0      (1u << 30) /**< \brief Hsmci signal: MCDA0 */\r
-#define PIO_PA31C_MCDA1      (1u << 31) /**< \brief Hsmci signal: MCDA1 */\r
-#define PIO_PA26C_MCDA2      (1u << 26) /**< \brief Hsmci signal: MCDA2 */\r
-#define PIO_PA27C_MCDA3      (1u << 27) /**< \brief Hsmci signal: MCDA3 */\r
-/* ========== Pio definition for PIOA peripheral ========== */\r
-#define PIO_PA24X1_PIODC0    (1u << 24) /**< \brief Pioa signal: PIODC0 */\r
-#define PIO_PA25X1_PIODC1    (1u << 25) /**< \brief Pioa signal: PIODC1 */\r
-#define PIO_PA26X1_PIODC2    (1u << 26) /**< \brief Pioa signal: PIODC2 */\r
-#define PIO_PA27X1_PIODC3    (1u << 27) /**< \brief Pioa signal: PIODC3 */\r
-#define PIO_PA28X1_PIODC4    (1u << 28) /**< \brief Pioa signal: PIODC4 */\r
-#define PIO_PA29X1_PIODC5    (1u << 29) /**< \brief Pioa signal: PIODC5 */\r
-#define PIO_PA31X1_PIODC7    (1u << 31) /**< \brief Pioa signal: PIODC7 */\r
-#define PIO_PA23X1_PIODCCLK  (1u << 23) /**< \brief Pioa signal: PIODCCLK */\r
-#define PIO_PA30X1_WKUP11    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA30X1_PIODC6    (1u << 30) /**< \brief Pioa signal: WKUP11/PIODC6 */\r
-#define PIO_PA15X1_WKUP14    (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA15X1_PIODCEN1  (1u << 15) /**< \brief Pioa signal: WKUP14/PIODCEN1 */\r
-#define PIO_PA16X1_WKUP15    (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-#define PIO_PA16X1_PIODCEN2  (1u << 16) /**< \brief Pioa signal: WKUP15/PIODCEN2 */\r
-/* ========== Pio definition for PMC peripheral ========== */\r
-#define PIO_PA6B_PCK0        (1u << 6)  /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PB13B_PCK0       (1u << 13) /**< \brief Pmc signal: PCK0 */\r
-#define PIO_PA17B_PCK1       (1u << 17) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA21B_PCK1       (1u << 21) /**< \brief Pmc signal: PCK1 */\r
-#define PIO_PA18B_PCK2       (1u << 18) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PA31B_PCK2       (1u << 31) /**< \brief Pmc signal: PCK2 */\r
-#define PIO_PB3B_PCK2        (1u << 3)  /**< \brief Pmc signal: PCK2 */\r
-/* ========== Pio definition for PWM peripheral ========== */\r
-#define PIO_PA9C_PWMFI0      (1u << 9)  /**< \brief Pwm signal: PWMFI0 */\r
-#define PIO_PA0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA11B_PWMH0      (1u << 11) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA23B_PWMH0      (1u << 23) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PB0A_PWMH0       (1u << 0)  /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PC18B_PWMH0      (1u << 18) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PD20A_PWMH0      (1u << 20) /**< \brief Pwm signal: PWMH0 */\r
-#define PIO_PA1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA12B_PWMH1      (1u << 12) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA24B_PWMH1      (1u << 24) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PB1A_PWMH1       (1u << 1)  /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PC19B_PWMH1      (1u << 19) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PD21A_PWMH1      (1u << 21) /**< \brief Pwm signal: PWMH1 */\r
-#define PIO_PA2A_PWMH2       (1u << 2)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA13B_PWMH2      (1u << 13) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA25B_PWMH2      (1u << 25) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PB4B_PWMH2       (1u << 4)  /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PC20B_PWMH2      (1u << 20) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PD22A_PWMH2      (1u << 22) /**< \brief Pwm signal: PWMH2 */\r
-#define PIO_PA7B_PWMH3       (1u << 7)  /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA17C_PWMH3      (1u << 17) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PB14B_PWMH3      (1u << 14) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PC21B_PWMH3      (1u << 21) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PD23A_PWMH3      (1u << 23) /**< \brief Pwm signal: PWMH3 */\r
-#define PIO_PA19B_PWML0      (1u << 19) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PB5B_PWML0       (1u << 5)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC0B_PWML0       (1u << 0)  /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PC13B_PWML0      (1u << 13) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PD24A_PWML0      (1u << 24) /**< \brief Pwm signal: PWML0 */\r
-#define PIO_PA20B_PWML1      (1u << 20) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PB12A_PWML1      (1u << 12) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC1B_PWML1       (1u << 1)  /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PC15B_PWML1      (1u << 15) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PD25A_PWML1      (1u << 25) /**< \brief Pwm signal: PWML1 */\r
-#define PIO_PA16C_PWML2      (1u << 16) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA30A_PWML2      (1u << 30) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PB13A_PWML2      (1u << 13) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PC2B_PWML2       (1u << 2)  /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PD26A_PWML2      (1u << 26) /**< \brief Pwm signal: PWML2 */\r
-#define PIO_PA15C_PWML3      (1u << 15) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC3B_PWML3       (1u << 3)  /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PC22B_PWML3      (1u << 22) /**< \brief Pwm signal: PWML3 */\r
-#define PIO_PD27A_PWML3      (1u << 27) /**< \brief Pwm signal: PWML3 */\r
-/* ========== Pio definition for SPI peripheral ========== */\r
-#define PIO_PA12A_MISO       (1u << 12) /**< \brief Spi signal: MISO */\r
-#define PIO_PA13A_MOSI       (1u << 13) /**< \brief Spi signal: MOSI */\r
-#define PIO_PA11A_NPCS0      (1u << 11) /**< \brief Spi signal: NPCS0 */\r
-#define PIO_PA9B_NPCS1       (1u << 9)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA31A_NPCS1      (1u << 31) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PB14A_NPCS1      (1u << 14) /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PC4B_NPCS1       (1u << 4)  /**< \brief Spi signal: NPCS1 */\r
-#define PIO_PA10B_NPCS2      (1u << 10) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA30B_NPCS2      (1u << 30) /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PB2B_NPCS2       (1u << 2)  /**< \brief Spi signal: NPCS2 */\r
-#define PIO_PA3B_NPCS3       (1u << 3)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA5B_NPCS3       (1u << 5)  /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA22B_NPCS3      (1u << 22) /**< \brief Spi signal: NPCS3 */\r
-#define PIO_PA14A_SPCK       (1u << 14) /**< \brief Spi signal: SPCK */\r
-/* ========== Pio definition for TC0 peripheral ========== */\r
-#define PIO_PA4B_TCLK0       (1u << 4)  /**< \brief Tc0 signal: TCLK0 */\r
-#define PIO_PA28B_TCLK1      (1u << 28) /**< \brief Tc0 signal: TCLK1 */\r
-#define PIO_PA29B_TCLK2      (1u << 29) /**< \brief Tc0 signal: TCLK2 */\r
-#define PIO_PA0B_TIOA0       (1u << 0)  /**< \brief Tc0 signal: TIOA0 */\r
-#define PIO_PA15B_TIOA1      (1u << 15) /**< \brief Tc0 signal: TIOA1 */\r
-#define PIO_PA26B_TIOA2      (1u << 26) /**< \brief Tc0 signal: TIOA2 */\r
-#define PIO_PA1B_TIOB0       (1u << 1)  /**< \brief Tc0 signal: TIOB0 */\r
-#define PIO_PA16B_TIOB1      (1u << 16) /**< \brief Tc0 signal: TIOB1 */\r
-#define PIO_PA27B_TIOB2      (1u << 27) /**< \brief Tc0 signal: TIOB2 */\r
-/* ========== Pio definition for TC1 peripheral ========== */\r
-#define PIO_PC25B_TCLK3      (1u << 25) /**< \brief Tc1 signal: TCLK3 */\r
-#define PIO_PC28B_TCLK4      (1u << 28) /**< \brief Tc1 signal: TCLK4 */\r
-#define PIO_PC31B_TCLK5      (1u << 31) /**< \brief Tc1 signal: TCLK5 */\r
-#define PIO_PC23B_TIOA3      (1u << 23) /**< \brief Tc1 signal: TIOA3 */\r
-#define PIO_PC26B_TIOA4      (1u << 26) /**< \brief Tc1 signal: TIOA4 */\r
-#define PIO_PC29B_TIOA5      (1u << 29) /**< \brief Tc1 signal: TIOA5 */\r
-#define PIO_PC24B_TIOB3      (1u << 24) /**< \brief Tc1 signal: TIOB3 */\r
-#define PIO_PC27B_TIOB4      (1u << 27) /**< \brief Tc1 signal: TIOB4 */\r
-#define PIO_PC30B_TIOB5      (1u << 30) /**< \brief Tc1 signal: TIOB5 */\r
-/* ========== Pio definition for TC2 peripheral ========== */\r
-#define PIO_PC7B_TCLK6       (1u << 7)  /**< \brief Tc2 signal: TCLK6 */\r
-#define PIO_PC10B_TCLK7      (1u << 10) /**< \brief Tc2 signal: TCLK7 */\r
-#define PIO_PC14B_TCLK8      (1u << 14) /**< \brief Tc2 signal: TCLK8 */\r
-#define PIO_PC5B_TIOA6       (1u << 5)  /**< \brief Tc2 signal: TIOA6 */\r
-#define PIO_PC8B_TIOA7       (1u << 8)  /**< \brief Tc2 signal: TIOA7 */\r
-#define PIO_PC11B_TIOA8      (1u << 11) /**< \brief Tc2 signal: TIOA8 */\r
-#define PIO_PC6B_TIOB6       (1u << 6)  /**< \brief Tc2 signal: TIOB6 */\r
-#define PIO_PC9B_TIOB7       (1u << 9)  /**< \brief Tc2 signal: TIOB7 */\r
-#define PIO_PC12B_TIOB8      (1u << 12) /**< \brief Tc2 signal: TIOB8 */\r
-/* ========== Pio definition for TWI0 peripheral ========== */\r
-#define PIO_PA4A_TWCK0       (1u << 4)  /**< \brief Twi0 signal: TWCK0 */\r
-#define PIO_PA3A_TWD0        (1u << 3)  /**< \brief Twi0 signal: TWD0 */\r
-/* ========== Pio definition for TWI1 peripheral ========== */\r
-#define PIO_PB5A_TWCK1       (1u << 5)  /**< \brief Twi1 signal: TWCK1 */\r
-#define PIO_PB4A_TWD1        (1u << 4)  /**< \brief Twi1 signal: TWD1 */\r
-/* ========== Pio definition for UART0 peripheral ========== */\r
-#define PIO_PA9A_URXD0       (1u << 9)  /**< \brief Uart0 signal: URXD0 */\r
-#define PIO_PA10A_UTXD0      (1u << 10) /**< \brief Uart0 signal: UTXD0 */\r
-/* ========== Pio definition for UART1 peripheral ========== */\r
-#define PIO_PA5C_URXD1       (1u << 5)  /**< \brief Uart1 signal: URXD1 */\r
-#define PIO_PA6C_UTXD1       (1u << 6)  /**< \brief Uart1 signal: UTXD1 */\r
-/* ========== Pio definition for USART0 peripheral ========== */\r
-#define PIO_PB2C_CTS0        (1u << 2)  /**< \brief Usart0 signal: CTS0 */\r
-#define PIO_PB3C_RTS0        (1u << 3)  /**< \brief Usart0 signal: RTS0 */\r
-#define PIO_PB0C_RXD0        (1u << 0)  /**< \brief Usart0 signal: RXD0 */\r
-#define PIO_PB13C_SCK0       (1u << 13) /**< \brief Usart0 signal: SCK0 */\r
-#define PIO_PB1C_TXD0        (1u << 1)  /**< \brief Usart0 signal: TXD0 */\r
-/* ========== Pio definition for USART1 peripheral ========== */\r
-#define PIO_PA25A_CTS1       (1u << 25) /**< \brief Usart1 signal: CTS1 */\r
-#define PIO_PA26A_DCD1       (1u << 26) /**< \brief Usart1 signal: DCD1 */\r
-#define PIO_PA28A_DSR1       (1u << 28) /**< \brief Usart1 signal: DSR1 */\r
-#define PIO_PA27A_DTR1       (1u << 27) /**< \brief Usart1 signal: DTR1 */\r
-#define PIO_PA29A_RI1        (1u << 29) /**< \brief Usart1 signal: RI1 */\r
-#define PIO_PA24A_RTS1       (1u << 24) /**< \brief Usart1 signal: RTS1 */\r
-#define PIO_PA21A_RXD1       (1u << 21) /**< \brief Usart1 signal: RXD1 */\r
-#define PIO_PA23A_SCK1       (1u << 23) /**< \brief Usart1 signal: SCK1 */\r
-#define PIO_PA22A_TXD1       (1u << 22) /**< \brief Usart1 signal: TXD1 */\r
-/* ========== Pio indexes ========== */\r
-#define PIO_PA0_IDX          0\r
-#define PIO_PA1_IDX          1\r
-#define PIO_PA2_IDX          2\r
-#define PIO_PA3_IDX          3\r
-#define PIO_PA4_IDX          4\r
-#define PIO_PA5_IDX          5\r
-#define PIO_PA6_IDX          6\r
-#define PIO_PA7_IDX          7\r
-#define PIO_PA8_IDX          8\r
-#define PIO_PA9_IDX          9\r
-#define PIO_PA10_IDX         10\r
-#define PIO_PA11_IDX         11\r
-#define PIO_PA12_IDX         12\r
-#define PIO_PA13_IDX         13\r
-#define PIO_PA14_IDX         14\r
-#define PIO_PA15_IDX         15\r
-#define PIO_PA16_IDX         16\r
-#define PIO_PA17_IDX         17\r
-#define PIO_PA18_IDX         18\r
-#define PIO_PA19_IDX         19\r
-#define PIO_PA20_IDX         20\r
-#define PIO_PA21_IDX         21\r
-#define PIO_PA22_IDX         22\r
-#define PIO_PA23_IDX         23\r
-#define PIO_PA24_IDX         24\r
-#define PIO_PA25_IDX         25\r
-#define PIO_PA26_IDX         26\r
-#define PIO_PA27_IDX         27\r
-#define PIO_PA28_IDX         28\r
-#define PIO_PA29_IDX         29\r
-#define PIO_PA30_IDX         30\r
-#define PIO_PA31_IDX         31\r
-#define PIO_PB0_IDX          32\r
-#define PIO_PB1_IDX          33\r
-#define PIO_PB2_IDX          34\r
-#define PIO_PB3_IDX          35\r
-#define PIO_PB4_IDX          36\r
-#define PIO_PB5_IDX          37\r
-#define PIO_PB6_IDX          38\r
-#define PIO_PB7_IDX          39\r
-#define PIO_PB8_IDX          40\r
-#define PIO_PB9_IDX          41\r
-#define PIO_PB10_IDX         42\r
-#define PIO_PB11_IDX         43\r
-#define PIO_PB12_IDX         44\r
-#define PIO_PB13_IDX         45\r
-#define PIO_PB14_IDX         46\r
-#define PIO_PC0_IDX          64\r
-#define PIO_PC1_IDX          65\r
-#define PIO_PC2_IDX          66\r
-#define PIO_PC3_IDX          67\r
-#define PIO_PC4_IDX          68\r
-#define PIO_PC5_IDX          69\r
-#define PIO_PC6_IDX          70\r
-#define PIO_PC7_IDX          71\r
-#define PIO_PC8_IDX          72\r
-#define PIO_PC9_IDX          73\r
-#define PIO_PC10_IDX         74\r
-#define PIO_PC11_IDX         75\r
-#define PIO_PC12_IDX         76\r
-#define PIO_PC13_IDX         77\r
-#define PIO_PC14_IDX         78\r
-#define PIO_PC15_IDX         79\r
-#define PIO_PC16_IDX         80\r
-#define PIO_PC17_IDX         81\r
-#define PIO_PC18_IDX         82\r
-#define PIO_PC19_IDX         83\r
-#define PIO_PC20_IDX         84\r
-#define PIO_PC21_IDX         85\r
-#define PIO_PC22_IDX         86\r
-#define PIO_PC23_IDX         87\r
-#define PIO_PC24_IDX         88\r
-#define PIO_PC25_IDX         89\r
-#define PIO_PC26_IDX         90\r
-#define PIO_PC27_IDX         91\r
-#define PIO_PC28_IDX         92\r
-#define PIO_PC29_IDX         93\r
-#define PIO_PC30_IDX         94\r
-#define PIO_PC31_IDX         95\r
-#define PIO_PD0_IDX          96\r
-#define PIO_PD1_IDX          97\r
-#define PIO_PD2_IDX          98\r
-#define PIO_PD3_IDX          99\r
-#define PIO_PD4_IDX          100\r
-#define PIO_PD5_IDX          101\r
-#define PIO_PD6_IDX          102\r
-#define PIO_PD7_IDX          103\r
-#define PIO_PD8_IDX          104\r
-#define PIO_PD9_IDX          105\r
-#define PIO_PD10_IDX         106\r
-#define PIO_PD11_IDX         107\r
-#define PIO_PD12_IDX         108\r
-#define PIO_PD13_IDX         109\r
-#define PIO_PD14_IDX         110\r
-#define PIO_PD15_IDX         111\r
-#define PIO_PD16_IDX         112\r
-#define PIO_PD17_IDX         113\r
-#define PIO_PD18_IDX         114\r
-#define PIO_PD19_IDX         115\r
-#define PIO_PD20_IDX         116\r
-#define PIO_PD21_IDX         117\r
-#define PIO_PD22_IDX         118\r
-#define PIO_PD23_IDX         119\r
-#define PIO_PD24_IDX         120\r
-#define PIO_PD25_IDX         121\r
-#define PIO_PD26_IDX         122\r
-#define PIO_PD27_IDX         123\r
-#define PIO_PD28_IDX         124\r
-#define PIO_PD29_IDX         125\r
-#define PIO_PD30_IDX         126\r
-#define PIO_PD31_IDX         127\r
-#define PIO_PE0_IDX          128\r
-#define PIO_PE1_IDX          129\r
-#define PIO_PE2_IDX          130\r
-#define PIO_PE3_IDX          131\r
-#define PIO_PE4_IDX          132\r
-#define PIO_PE5_IDX          133\r
-\r
-#endif /* _SAM4E8E_PIO_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e.h
deleted file mode 100644 (file)
index 304248e..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E_\r
-#define _SAM4E_\r
-\r
-#if defined __SAM4E8C__\r
-  #include "sam4e8c.h"\r
-#elif defined __SAM4E8E__\r
-  #include "sam4e8e.h"\r
-#elif defined __SAM4E16C__\r
-  #include "sam4e16c.h"\r
-#elif defined __SAM4E16E__\r
-  #include "sam4e16e.h"\r
-#else\r
-  #error Library does not support the specified device.\r
-#endif\r
-\r
-#endif /* _SAM4E_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16c.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16c.h
deleted file mode 100644 (file)
index 908b7ca..0000000
+++ /dev/null
@@ -1,590 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E16C_\r
-#define _SAM4E16C_\r
-\r
-/** \addtogroup SAM4E16C_definitions SAM4E16C definitions\r
-  This file defines all structures and symbols for SAM4E16C:\r
-    - registers and bitfields\r
-    - peripheral base address\r
-    - peripheral ID\r
-    - PIO definitions\r
-*/\r
-/*@{*/\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#include <stdint.h>\r
-#ifndef __cplusplus\r
-typedef volatile const uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#else\r
-typedef volatile       uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#endif\r
-typedef volatile       uint32_t WoReg; /**< Write only 32-bit register (volatile unsigned int) */\r
-typedef volatile       uint32_t RwReg; /**< Read-Write 32-bit register (volatile unsigned int) */\r
-#endif\r
-\r
-/* ************************************************************************** */\r
-/*   CMSIS DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_cmsis CMSIS Definitions */\r
-/*@{*/\r
-\r
-/**< Interrupt Number Definition */\r
-typedef enum IRQn\r
-{\r
-/******  Cortex-M4 Processor Exceptions Numbers ******************************/\r
-  NonMaskableInt_IRQn   = -14, /**<  2 Non Maskable Interrupt                */\r
-  MemoryManagement_IRQn = -12, /**<  4 Cortex-M4 Memory Management Interrupt */\r
-  BusFault_IRQn         = -11, /**<  5 Cortex-M4 Bus Fault Interrupt         */\r
-  UsageFault_IRQn       = -10, /**<  6 Cortex-M4 Usage Fault Interrupt       */\r
-  SVCall_IRQn           = -5,  /**< 11 Cortex-M4 SV Call Interrupt           */\r
-  DebugMonitor_IRQn     = -4,  /**< 12 Cortex-M4 Debug Monitor Interrupt     */\r
-  PendSV_IRQn           = -2,  /**< 14 Cortex-M4 Pend SV Interrupt           */\r
-  SysTick_IRQn          = -1,  /**< 15 Cortex-M4 System Tick Interrupt       */\r
-/******  SAM4E16C specific Interrupt Numbers *********************************/\r
-\r
-  SUPC_IRQn            =  0, /**<  0 SAM4E16C Supply Controller (SUPC) */\r
-  RSTC_IRQn            =  1, /**<  1 SAM4E16C Reset Controller (RSTC) */\r
-  RTC_IRQn             =  2, /**<  2 SAM4E16C Real Time Clock (RTC) */\r
-  RTT_IRQn             =  3, /**<  3 SAM4E16C Real Time Timer (RTT) */\r
-  WDT_IRQn             =  4, /**<  4 SAM4E16C Watchdog/Dual Watchdog Timer (WDT) */\r
-  PMC_IRQn             =  5, /**<  5 SAM4E16C Power Management Controller (PMC) */\r
-  EFC_IRQn             =  6, /**<  6 SAM4E16C Enhanced Embedded Flash Controller (EFC) */\r
-  UART0_IRQn           =  7, /**<  7 SAM4E16C UART 0 (UART0) */\r
-  PIOA_IRQn            =  9, /**<  9 SAM4E16C Parallel I/O Controller A (PIOA) */\r
-  PIOB_IRQn            = 10, /**< 10 SAM4E16C Parallel I/O Controller B (PIOB) */\r
-  PIOC_IRQn            = 11, /**< 11 SAM4E16C Parallel I/O Controller C (PIOC) */\r
-  USART0_IRQn          = 14, /**< 14 SAM4E16C USART 0 (USART0) */\r
-  USART1_IRQn          = 15, /**< 15 SAM4E16C USART 1 (USART1) */\r
-  HSMCI_IRQn           = 16, /**< 16 SAM4E16C Multimedia Card Interface (HSMCI) */\r
-  TWI0_IRQn            = 17, /**< 17 SAM4E16C Two Wire Interface 0 (TWI0) */\r
-  TWI1_IRQn            = 18, /**< 18 SAM4E16C Two Wire Interface 1 (TWI1) */\r
-  SPI_IRQn             = 19, /**< 19 SAM4E16C Serial Peripheral Interface (SPI) */\r
-  DMAC_IRQn            = 20, /**< 20 SAM4E16C DMAC (DMAC) */\r
-  TC0_IRQn             = 21, /**< 21 SAM4E16C Timer/Counter 0 (TC0) */\r
-  TC1_IRQn             = 22, /**< 22 SAM4E16C Timer/Counter 1 (TC1) */\r
-  TC2_IRQn             = 23, /**< 23 SAM4E16C Timer/Counter 2 (TC2) */\r
-  TC3_IRQn             = 24, /**< 24 SAM4E16C Timer/Counter 3 (TC3) */\r
-  TC4_IRQn             = 25, /**< 25 SAM4E16C Timer/Counter 4 (TC4) */\r
-  TC5_IRQn             = 26, /**< 26 SAM4E16C Timer/Counter 5 (TC5) */\r
-  TC6_IRQn             = 27, /**< 27 SAM4E16C Timer/Counter 6 (TC6) */\r
-  TC7_IRQn             = 28, /**< 28 SAM4E16C Timer/Counter 7 (TC7) */\r
-  TC8_IRQn             = 29, /**< 29 SAM4E16C Timer/Counter 8 (TC8) */\r
-  AFEC0_IRQn           = 30, /**< 30 SAM4E16C Analog Front End 0 (AFEC0) */\r
-  AFEC1_IRQn           = 31, /**< 31 SAM4E16C Analog Front End 1 (AFEC1) */\r
-  DACC_IRQn            = 32, /**< 32 SAM4E16C Digital To Analog Converter (DACC) */\r
-  ACC_IRQn             = 33, /**< 33 SAM4E16C Analog Comparator (ACC) */\r
-  ARM_IRQn             = 34, /**< 34 SAM4E16C FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-  UDP_IRQn             = 35, /**< 35 SAM4E16C USB DEVICE (UDP) */\r
-  PWM_IRQn             = 36, /**< 36 SAM4E16C PWM (PWM) */\r
-  CAN0_IRQn            = 37, /**< 37 SAM4E16C CAN0 (CAN0) */\r
-  CAN1_IRQn            = 38, /**< 38 SAM4E16C CAN1 (CAN1) */\r
-  AES_IRQn             = 39, /**< 39 SAM4E16C AES (AES) */\r
-  UART1_IRQn           = 45, /**< 45 SAM4E16C UART (UART1) */\r
-\r
-  PERIPH_COUNT_IRQn    = 46  /**< Number of peripheral IDs */\r
-} IRQn_Type;\r
-\r
-typedef struct _DeviceVectors\r
-{\r
-  /* Stack pointer */\r
-  void* pvStack;\r
-\r
-  /* Cortex-M handlers */\r
-  void* pfnReset_Handler;\r
-  void* pfnNMI_Handler;\r
-  void* pfnHardFault_Handler;\r
-  void* pfnMemManage_Handler;\r
-  void* pfnBusFault_Handler;\r
-  void* pfnUsageFault_Handler;\r
-  void* pfnReserved1_Handler;\r
-  void* pfnReserved2_Handler;\r
-  void* pfnReserved3_Handler;\r
-  void* pfnReserved4_Handler;\r
-  void* pfnSVC_Handler;\r
-  void* pfnDebugMon_Handler;\r
-  void* pfnReserved5_Handler;\r
-  void* pfnPendSV_Handler;\r
-  void* pfnSysTick_Handler;\r
-\r
-  /* Peripheral handlers */\r
-  void* pfnSUPC_Handler;   /*  0 Supply Controller */\r
-  void* pfnRSTC_Handler;   /*  1 Reset Controller */\r
-  void* pfnRTC_Handler;    /*  2 Real Time Clock */\r
-  void* pfnRTT_Handler;    /*  3 Real Time Timer */\r
-  void* pfnWDT_Handler;    /*  4 Watchdog/Dual Watchdog Timer */\r
-  void* pfnPMC_Handler;    /*  5 Power Management Controller */\r
-  void* pfnEFC_Handler;    /*  6 Enhanced Embedded Flash Controller */\r
-  void* pfnUART0_Handler;  /*  7 UART 0 */\r
-  void* pvReserved8;\r
-  void* pfnPIOA_Handler;   /*  9 Parallel I/O Controller A */\r
-  void* pfnPIOB_Handler;   /* 10 Parallel I/O Controller B */\r
-  void* pfnPIOC_Handler;   /* 11 Parallel I/O Controller C */\r
-  void* pvReserved12;\r
-  void* pvReserved13;\r
-  void* pfnUSART0_Handler; /* 14 USART 0 */\r
-  void* pfnUSART1_Handler; /* 15 USART 1 */\r
-  void* pfnHSMCI_Handler;  /* 16 Multimedia Card Interface */\r
-  void* pfnTWI0_Handler;   /* 17 Two Wire Interface 0 */\r
-  void* pfnTWI1_Handler;   /* 18 Two Wire Interface 1 */\r
-  void* pfnSPI_Handler;    /* 19 Serial Peripheral Interface */\r
-  void* pfnDMAC_Handler;   /* 20 DMAC */\r
-  void* pfnTC0_Handler;    /* 21 Timer/Counter 0 */\r
-  void* pfnTC1_Handler;    /* 22 Timer/Counter 1 */\r
-  void* pfnTC2_Handler;    /* 23 Timer/Counter 2 */\r
-  void* pfnTC3_Handler;    /* 24 Timer/Counter 3 */\r
-  void* pfnTC4_Handler;    /* 25 Timer/Counter 4 */\r
-  void* pfnTC5_Handler;    /* 26 Timer/Counter 5 */\r
-  void* pfnTC6_Handler;    /* 27 Timer/Counter 6 */\r
-  void* pfnTC7_Handler;    /* 28 Timer/Counter 7 */\r
-  void* pfnTC8_Handler;    /* 29 Timer/Counter 8 */\r
-  void* pfnAFEC0_Handler;  /* 30 Analog Front End 0 */\r
-  void* pfnAFEC1_Handler;  /* 31 Analog Front End 1 */\r
-  void* pfnDACC_Handler;   /* 32 Digital To Analog Converter */\r
-  void* pfnACC_Handler;    /* 33 Analog Comparator */\r
-  void* pfnARM_Handler;    /* 34 FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC */\r
-  void* pfnUDP_Handler;    /* 35 USB DEVICE */\r
-  void* pfnPWM_Handler;    /* 36 PWM */\r
-  void* pfnCAN0_Handler;   /* 37 CAN0 */\r
-  void* pfnCAN1_Handler;   /* 38 CAN1 */\r
-  void* pfnAES_Handler;    /* 39 AES */\r
-  void* pvReserved40;\r
-  void* pvReserved41;\r
-  void* pvReserved42;\r
-  void* pvReserved43;\r
-  void* pvReserved44;\r
-  void* pfnUART1_Handler;  /* 45 UART */\r
-} DeviceVectors;\r
-\r
-/* Cortex-M4 core handlers */\r
-void Reset_Handler      ( void );\r
-void NMI_Handler        ( void );\r
-void HardFault_Handler  ( void );\r
-void MemManage_Handler  ( void );\r
-void BusFault_Handler   ( void );\r
-void UsageFault_Handler ( void );\r
-void SVC_Handler        ( void );\r
-void DebugMon_Handler   ( void );\r
-void PendSV_Handler     ( void );\r
-void SysTick_Handler    ( void );\r
-\r
-/* Peripherals handlers */\r
-void ACC_Handler        ( void );\r
-void AES_Handler        ( void );\r
-void AFEC0_Handler      ( void );\r
-void AFEC1_Handler      ( void );\r
-void ARM_Handler        ( void );\r
-void CAN0_Handler       ( void );\r
-void CAN1_Handler       ( void );\r
-void DACC_Handler       ( void );\r
-void DMAC_Handler       ( void );\r
-void EFC_Handler        ( void );\r
-void HSMCI_Handler      ( void );\r
-void PIOA_Handler       ( void );\r
-void PIOB_Handler       ( void );\r
-void PIOC_Handler       ( void );\r
-void PMC_Handler        ( void );\r
-void PWM_Handler        ( void );\r
-void RSTC_Handler       ( void );\r
-void RTC_Handler        ( void );\r
-void RTT_Handler        ( void );\r
-void SPI_Handler        ( void );\r
-void SUPC_Handler       ( void );\r
-void TC0_Handler        ( void );\r
-void TC1_Handler        ( void );\r
-void TC2_Handler        ( void );\r
-void TC3_Handler        ( void );\r
-void TC4_Handler        ( void );\r
-void TC5_Handler        ( void );\r
-void TC6_Handler        ( void );\r
-void TC7_Handler        ( void );\r
-void TC8_Handler        ( void );\r
-void TWI0_Handler       ( void );\r
-void TWI1_Handler       ( void );\r
-void UART0_Handler      ( void );\r
-void UART1_Handler      ( void );\r
-void UDP_Handler        ( void );\r
-void USART0_Handler     ( void );\r
-void USART1_Handler     ( void );\r
-void WDT_Handler        ( void );\r
-\r
-/**\r
- * \brief Configuration of the Cortex-M4 Processor and Core Peripherals\r
- */\r
-\r
-#define __CM4_REV              0x0000 /**< SAM4E16C core revision number ([15:8] revision number, [7:0] patch number) */\r
-#define __MPU_PRESENT          0      /**< SAM4E16C does not provide a MPU */\r
-#define __FPU_PRESENT          1      /**< SAM4E16C does provide a FPU */\r
-#define __NVIC_PRIO_BITS       4      /**< SAM4E16C uses 4 Bits for the Priority Levels */\r
-#define __Vendor_SysTickConfig 0      /**< Set to 1 if different SysTick Config is used */\r
-\r
-/*\r
- * \brief CMSIS includes\r
- */\r
-\r
-#include <core_cm4.h>\r
-#if !defined DONT_USE_CMSIS_INIT\r
-#include "system_sam4e.h"\r
-#endif /* DONT_USE_CMSIS_INIT */\r
-\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/**  SOFTWARE PERIPHERAL API DEFINITION FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_api Peripheral Software API */\r
-/*@{*/\r
-\r
-#include "component/acc.h"\r
-#include "component/aes.h"\r
-#include "component/afec.h"\r
-#include "component/can.h"\r
-#include "component/chipid.h"\r
-#include "component/cmcc.h"\r
-#include "component/crccu.h"\r
-#include "component/dacc.h"\r
-#include "component/dmac.h"\r
-#include "component/efc.h"\r
-#include "component/gpbr.h"\r
-#include "component/hsmci.h"\r
-#include "component/matrix.h"\r
-#include "component/pdc.h"\r
-#include "component/pio.h"\r
-#include "component/pmc.h"\r
-#include "component/pwm.h"\r
-#include "component/rstc.h"\r
-#include "component/rswdt.h"\r
-#include "component/rtc.h"\r
-#include "component/rtt.h"\r
-#include "component/spi.h"\r
-#include "component/supc.h"\r
-#include "component/tc.h"\r
-#include "component/twi.h"\r
-#include "component/uart.h"\r
-#include "component/udp.h"\r
-#include "component/usart.h"\r
-#include "component/wdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   REGISTER ACCESS DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_reg Registers Access Definitions */\r
-/*@{*/\r
-\r
-#include "instance/pwm.h"\r
-#include "instance/aes.h"\r
-#include "instance/can0.h"\r
-#include "instance/can1.h"\r
-#include "instance/crccu.h"\r
-#include "instance/uart1.h"\r
-#include "instance/hsmci.h"\r
-#include "instance/udp.h"\r
-#include "instance/spi.h"\r
-#include "instance/tc0.h"\r
-#include "instance/tc1.h"\r
-#include "instance/tc2.h"\r
-#include "instance/usart0.h"\r
-#include "instance/usart1.h"\r
-#include "instance/twi0.h"\r
-#include "instance/twi1.h"\r
-#include "instance/afec0.h"\r
-#include "instance/afec1.h"\r
-#include "instance/dacc.h"\r
-#include "instance/acc.h"\r
-#include "instance/dmac.h"\r
-#include "instance/cmcc.h"\r
-#include "instance/matrix.h"\r
-#include "instance/pmc.h"\r
-#include "instance/uart0.h"\r
-#include "instance/chipid.h"\r
-#include "instance/efc.h"\r
-#include "instance/pioa.h"\r
-#include "instance/piob.h"\r
-#include "instance/pioc.h"\r
-#include "instance/rstc.h"\r
-#include "instance/supc.h"\r
-#include "instance/rtt.h"\r
-#include "instance/wdt.h"\r
-#include "instance/rtc.h"\r
-#include "instance/gpbr.h"\r
-#include "instance/rswdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PERIPHERAL ID DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_id Peripheral Ids Definitions */\r
-/*@{*/\r
-\r
-#define ID_SUPC   ( 0) /**< \brief Supply Controller (SUPC) */\r
-#define ID_RSTC   ( 1) /**< \brief Reset Controller (RSTC) */\r
-#define ID_RTC    ( 2) /**< \brief Real Time Clock (RTC) */\r
-#define ID_RTT    ( 3) /**< \brief Real Time Timer (RTT) */\r
-#define ID_WDT    ( 4) /**< \brief Watchdog/Dual Watchdog Timer (WDT) */\r
-#define ID_PMC    ( 5) /**< \brief Power Management Controller (PMC) */\r
-#define ID_EFC    ( 6) /**< \brief Enhanced Embedded Flash Controller (EFC) */\r
-#define ID_UART0  ( 7) /**< \brief UART 0 (UART0) */\r
-#define ID_PIOA   ( 9) /**< \brief Parallel I/O Controller A (PIOA) */\r
-#define ID_PIOB   (10) /**< \brief Parallel I/O Controller B (PIOB) */\r
-#define ID_PIOC   (11) /**< \brief Parallel I/O Controller C (PIOC) */\r
-#define ID_USART0 (14) /**< \brief USART 0 (USART0) */\r
-#define ID_USART1 (15) /**< \brief USART 1 (USART1) */\r
-#define ID_HSMCI  (16) /**< \brief Multimedia Card Interface (HSMCI) */\r
-#define ID_TWI0   (17) /**< \brief Two Wire Interface 0 (TWI0) */\r
-#define ID_TWI1   (18) /**< \brief Two Wire Interface 1 (TWI1) */\r
-#define ID_SPI    (19) /**< \brief Serial Peripheral Interface (SPI) */\r
-#define ID_DMAC   (20) /**< \brief DMAC (DMAC) */\r
-#define ID_TC0    (21) /**< \brief Timer/Counter 0 (TC0) */\r
-#define ID_TC1    (22) /**< \brief Timer/Counter 1 (TC1) */\r
-#define ID_TC2    (23) /**< \brief Timer/Counter 2 (TC2) */\r
-#define ID_TC3    (24) /**< \brief Timer/Counter 3 (TC3) */\r
-#define ID_TC4    (25) /**< \brief Timer/Counter 4 (TC4) */\r
-#define ID_TC5    (26) /**< \brief Timer/Counter 5 (TC5) */\r
-#define ID_TC6    (27) /**< \brief Timer/Counter 6 (TC6) */\r
-#define ID_TC7    (28) /**< \brief Timer/Counter 7 (TC7) */\r
-#define ID_TC8    (29) /**< \brief Timer/Counter 8 (TC8) */\r
-#define ID_AFEC0  (30) /**< \brief Analog Front End 0 (AFEC0) */\r
-#define ID_AFEC1  (31) /**< \brief Analog Front End 1 (AFEC1) */\r
-#define ID_DACC   (32) /**< \brief Digital To Analog Converter (DACC) */\r
-#define ID_ACC    (33) /**< \brief Analog Comparator (ACC) */\r
-#define ID_ARM    (34) /**< \brief FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-#define ID_UDP    (35) /**< \brief USB DEVICE (UDP) */\r
-#define ID_PWM    (36) /**< \brief PWM (PWM) */\r
-#define ID_CAN0   (37) /**< \brief CAN0 (CAN0) */\r
-#define ID_CAN1   (38) /**< \brief CAN1 (CAN1) */\r
-#define ID_AES    (39) /**< \brief AES (AES) */\r
-#define ID_UART1  (45) /**< \brief UART (UART1) */\r
-\r
-#define ID_PERIPH_COUNT (46) /**< \brief Number of peripheral IDs */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   BASE ADDRESS DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_base Peripheral Base Address Definitions */\r
-/*@{*/\r
-\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define PWM        (0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    (0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        (0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       (0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       (0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define CRCCU      (0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define UART1      (0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  (0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      (0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  (0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        (0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        (0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    (0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        (0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    (0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        (0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    (0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        (0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     (0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 (0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     (0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 (0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       (0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   (0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       (0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   (0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      (0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  (0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      (0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  (0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       (0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   (0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        (0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       (0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       (0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     (0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        (0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      (0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  (0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     (0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        (0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       (0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   (0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       (0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       (0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define RSTC       (0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       (0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        (0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        (0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        (0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       (0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      (0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#else\r
-#define PWM        ((Pwm    *)0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    ((Pdc    *)0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        ((Aes    *)0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       ((Can    *)0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       ((Can    *)0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define CRCCU      ((Crccu  *)0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define UART1      ((Uart   *)0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  ((Pdc    *)0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      ((Hsmci  *)0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  ((Pdc    *)0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        ((Udp    *)0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        ((Spi    *)0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    ((Pdc    *)0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        ((Tc     *)0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    ((Pdc    *)0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        ((Tc     *)0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    ((Pdc    *)0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        ((Tc     *)0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     ((Usart  *)0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 ((Pdc    *)0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     ((Usart  *)0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 ((Pdc    *)0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       ((Twi    *)0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   ((Pdc    *)0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       ((Twi    *)0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   ((Pdc    *)0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      ((Afec   *)0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  ((Pdc    *)0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      ((Afec   *)0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  ((Pdc    *)0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       ((Dacc   *)0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   ((Pdc    *)0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        ((Acc    *)0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       ((Dmac   *)0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       ((Cmcc   *)0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     ((Matrix *)0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        ((Pmc    *)0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      ((Uart   *)0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  ((Pdc    *)0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     ((Chipid *)0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        ((Efc    *)0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       ((Pio    *)0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   ((Pdc    *)0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       ((Pio    *)0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       ((Pio    *)0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define RSTC       ((Rstc   *)0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       ((Supc   *)0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        ((Rtt    *)0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        ((Wdt    *)0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        ((Rtc    *)0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       ((Gpbr   *)0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      ((Rswdt  *)0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PIO DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16C_pio Peripheral Pio Definitions */\r
-/*@{*/\r
-\r
-#include "pio/sam4e16c.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   MEMORY MAPPING DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-\r
-#define IFLASH_SIZE             (0x100000u)\r
-#define IFLASH_PAGE_SIZE        (512u)\r
-#define IFLASH_LOCK_REGION_SIZE (8192u)\r
-#define IFLASH_NB_OF_PAGES      (2048u)\r
-#define IFLASH_NB_OF_LOCK_BITS  (128u)\r
-#define IRAM_SIZE               (0x20000u)\r
-\r
-#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */\r
-#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */\r
-#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */\r
-#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */\r
-#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */\r
-#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */\r
-#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */\r
-\r
-/* ************************************************************************** */\r
-/*   MISCELLANEOUS DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-\r
-#define CHIP_JTAGID (0x05B3703FUL)\r
-#define CHIP_CIDR   (0xA3CC0CE0UL)\r
-#define CHIP_EXID   (0x00110201UL)\r
-#define NB_CH_AFE0  (6UL)\r
-#define NB_CH_AFE1  (4UL)\r
-\r
-/* ************************************************************************** */\r
-/*   ELECTRICAL DEFINITIONS FOR SAM4E16C */\r
-/* ************************************************************************** */\r
-\r
-/* Device characteristics */\r
-#define CHIP_FREQ_SLCK_RC_MIN           (20000UL)\r
-#define CHIP_FREQ_SLCK_RC               (32000UL)\r
-#define CHIP_FREQ_SLCK_RC_MAX           (44000UL)\r
-#define CHIP_FREQ_MAINCK_RC_4MHZ        (4000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_8MHZ        (8000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_12MHZ       (12000000UL)\r
-#define CHIP_FREQ_CPU_MAX               (120000000UL)\r
-#define CHIP_FREQ_XTAL_32K              (32768UL)\r
-#define CHIP_FREQ_XTAL_12M              (12000000UL)\r
-\r
-/* Embedded Flash Write Wait State */\r
-#define CHIP_FLASH_WRITE_WAIT_STATE     (6U)\r
-\r
-/* Embedded Flash Read Wait State (VDDCORE set at 1.20V) */\r
-#define CHIP_FREQ_FWS_0                 (20000000UL)  /**< \brief Maximum operating frequency when FWS is 0 */\r
-#define CHIP_FREQ_FWS_1                 (40000000UL)  /**< \brief Maximum operating frequency when FWS is 1 */\r
-#define CHIP_FREQ_FWS_2                 (60000000UL)  /**< \brief Maximum operating frequency when FWS is 2 */\r
-#define CHIP_FREQ_FWS_3                 (80000000UL)  /**< \brief Maximum operating frequency when FWS is 3 */\r
-#define CHIP_FREQ_FWS_4                 (100000000UL) /**< \brief Maximum operating frequency when FWS is 4 */\r
-#define CHIP_FREQ_FWS_5                 (123000000UL) /**< \brief Maximum operating frequency when FWS is 5 */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-/*@}*/\r
-\r
-#endif /* _SAM4E16C_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e16e.h
deleted file mode 100644 (file)
index 8a1437d..0000000
+++ /dev/null
@@ -1,614 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E16E_\r
-#define _SAM4E16E_\r
-\r
-/** \addtogroup SAM4E16E_definitions SAM4E16E definitions\r
-  This file defines all structures and symbols for SAM4E16E:\r
-    - registers and bitfields\r
-    - peripheral base address\r
-    - peripheral ID\r
-    - PIO definitions\r
-*/\r
-/*@{*/\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#include <stdint.h>\r
-#ifndef __cplusplus\r
-typedef volatile const uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#else\r
-typedef volatile       uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#endif\r
-typedef volatile       uint32_t WoReg; /**< Write only 32-bit register (volatile unsigned int) */\r
-typedef volatile       uint32_t RwReg; /**< Read-Write 32-bit register (volatile unsigned int) */\r
-#endif\r
-\r
-/* ************************************************************************** */\r
-/*   CMSIS DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_cmsis CMSIS Definitions */\r
-/*@{*/\r
-\r
-/**< Interrupt Number Definition */\r
-typedef enum IRQn\r
-{\r
-/******  Cortex-M4 Processor Exceptions Numbers ******************************/\r
-  NonMaskableInt_IRQn   = -14, /**<  2 Non Maskable Interrupt                */\r
-  MemoryManagement_IRQn = -12, /**<  4 Cortex-M4 Memory Management Interrupt */\r
-  BusFault_IRQn         = -11, /**<  5 Cortex-M4 Bus Fault Interrupt         */\r
-  UsageFault_IRQn       = -10, /**<  6 Cortex-M4 Usage Fault Interrupt       */\r
-  SVCall_IRQn           = -5,  /**< 11 Cortex-M4 SV Call Interrupt           */\r
-  DebugMonitor_IRQn     = -4,  /**< 12 Cortex-M4 Debug Monitor Interrupt     */\r
-  PendSV_IRQn           = -2,  /**< 14 Cortex-M4 Pend SV Interrupt           */\r
-  SysTick_IRQn          = -1,  /**< 15 Cortex-M4 System Tick Interrupt       */\r
-/******  SAM4E16E specific Interrupt Numbers *********************************/\r
-\r
-  SUPC_IRQn            =  0, /**<  0 SAM4E16E Supply Controller (SUPC) */\r
-  RSTC_IRQn            =  1, /**<  1 SAM4E16E Reset Controller (RSTC) */\r
-  RTC_IRQn             =  2, /**<  2 SAM4E16E Real Time Clock (RTC) */\r
-  RTT_IRQn             =  3, /**<  3 SAM4E16E Real Time Timer (RTT) */\r
-  WDT_IRQn             =  4, /**<  4 SAM4E16E Watchdog/Dual Watchdog Timer (WDT) */\r
-  PMC_IRQn             =  5, /**<  5 SAM4E16E Power Management Controller (PMC) */\r
-  EFC_IRQn             =  6, /**<  6 SAM4E16E Enhanced Embedded Flash Controller (EFC) */\r
-  UART0_IRQn           =  7, /**<  7 SAM4E16E UART 0 (UART0) */\r
-  PIOA_IRQn            =  9, /**<  9 SAM4E16E Parallel I/O Controller A (PIOA) */\r
-  PIOB_IRQn            = 10, /**< 10 SAM4E16E Parallel I/O Controller B (PIOB) */\r
-  PIOC_IRQn            = 11, /**< 11 SAM4E16E Parallel I/O Controller C (PIOC) */\r
-  PIOD_IRQn            = 12, /**< 12 SAM4E16E Parallel I/O Controller D (PIOD) */\r
-  PIOE_IRQn            = 13, /**< 13 SAM4E16E Parallel I/O Controller E (PIOE) */\r
-  USART0_IRQn          = 14, /**< 14 SAM4E16E USART 0 (USART0) */\r
-  USART1_IRQn          = 15, /**< 15 SAM4E16E USART 1 (USART1) */\r
-  HSMCI_IRQn           = 16, /**< 16 SAM4E16E Multimedia Card Interface (HSMCI) */\r
-  TWI0_IRQn            = 17, /**< 17 SAM4E16E Two Wire Interface 0 (TWI0) */\r
-  TWI1_IRQn            = 18, /**< 18 SAM4E16E Two Wire Interface 1 (TWI1) */\r
-  SPI_IRQn             = 19, /**< 19 SAM4E16E Serial Peripheral Interface (SPI) */\r
-  DMAC_IRQn            = 20, /**< 20 SAM4E16E DMAC (DMAC) */\r
-  TC0_IRQn             = 21, /**< 21 SAM4E16E Timer/Counter 0 (TC0) */\r
-  TC1_IRQn             = 22, /**< 22 SAM4E16E Timer/Counter 1 (TC1) */\r
-  TC2_IRQn             = 23, /**< 23 SAM4E16E Timer/Counter 2 (TC2) */\r
-  TC3_IRQn             = 24, /**< 24 SAM4E16E Timer/Counter 3 (TC3) */\r
-  TC4_IRQn             = 25, /**< 25 SAM4E16E Timer/Counter 4 (TC4) */\r
-  TC5_IRQn             = 26, /**< 26 SAM4E16E Timer/Counter 5 (TC5) */\r
-  TC6_IRQn             = 27, /**< 27 SAM4E16E Timer/Counter 6 (TC6) */\r
-  TC7_IRQn             = 28, /**< 28 SAM4E16E Timer/Counter 7 (TC7) */\r
-  TC8_IRQn             = 29, /**< 29 SAM4E16E Timer/Counter 8 (TC8) */\r
-  AFEC0_IRQn           = 30, /**< 30 SAM4E16E Analog Front End 0 (AFEC0) */\r
-  AFEC1_IRQn           = 31, /**< 31 SAM4E16E Analog Front End 1 (AFEC1) */\r
-  DACC_IRQn            = 32, /**< 32 SAM4E16E Digital To Analog Converter (DACC) */\r
-  ACC_IRQn             = 33, /**< 33 SAM4E16E Analog Comparator (ACC) */\r
-  ARM_IRQn             = 34, /**< 34 SAM4E16E FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-  UDP_IRQn             = 35, /**< 35 SAM4E16E USB DEVICE (UDP) */\r
-  PWM_IRQn             = 36, /**< 36 SAM4E16E PWM (PWM) */\r
-  CAN0_IRQn            = 37, /**< 37 SAM4E16E CAN0 (CAN0) */\r
-  CAN1_IRQn            = 38, /**< 38 SAM4E16E CAN1 (CAN1) */\r
-  AES_IRQn             = 39, /**< 39 SAM4E16E AES (AES) */\r
-  GMAC_IRQn            = 44, /**< 44 SAM4E16E EMAC (GMAC) */\r
-  UART1_IRQn           = 45, /**< 45 SAM4E16E UART (UART1) */\r
-\r
-  PERIPH_COUNT_IRQn    = 46  /**< Number of peripheral IDs */\r
-} IRQn_Type;\r
-\r
-typedef struct _DeviceVectors\r
-{\r
-  /* Stack pointer */\r
-  void* pvStack;\r
-\r
-  /* Cortex-M handlers */\r
-  void* pfnReset_Handler;\r
-  void* pfnNMI_Handler;\r
-  void* pfnHardFault_Handler;\r
-  void* pfnMemManage_Handler;\r
-  void* pfnBusFault_Handler;\r
-  void* pfnUsageFault_Handler;\r
-  void* pfnReserved1_Handler;\r
-  void* pfnReserved2_Handler;\r
-  void* pfnReserved3_Handler;\r
-  void* pfnReserved4_Handler;\r
-  void* pfnSVC_Handler;\r
-  void* pfnDebugMon_Handler;\r
-  void* pfnReserved5_Handler;\r
-  void* pfnPendSV_Handler;\r
-  void* pfnSysTick_Handler;\r
-\r
-  /* Peripheral handlers */\r
-  void* pfnSUPC_Handler;   /*  0 Supply Controller */\r
-  void* pfnRSTC_Handler;   /*  1 Reset Controller */\r
-  void* pfnRTC_Handler;    /*  2 Real Time Clock */\r
-  void* pfnRTT_Handler;    /*  3 Real Time Timer */\r
-  void* pfnWDT_Handler;    /*  4 Watchdog/Dual Watchdog Timer */\r
-  void* pfnPMC_Handler;    /*  5 Power Management Controller */\r
-  void* pfnEFC_Handler;    /*  6 Enhanced Embedded Flash Controller */\r
-  void* pfnUART0_Handler;  /*  7 UART 0 */\r
-  void* pvReserved8;\r
-  void* pfnPIOA_Handler;   /*  9 Parallel I/O Controller A */\r
-  void* pfnPIOB_Handler;   /* 10 Parallel I/O Controller B */\r
-  void* pfnPIOC_Handler;   /* 11 Parallel I/O Controller C */\r
-  void* pfnPIOD_Handler;   /* 12 Parallel I/O Controller D */\r
-  void* pfnPIOE_Handler;   /* 13 Parallel I/O Controller E */\r
-  void* pfnUSART0_Handler; /* 14 USART 0 */\r
-  void* pfnUSART1_Handler; /* 15 USART 1 */\r
-  void* pfnHSMCI_Handler;  /* 16 Multimedia Card Interface */\r
-  void* pfnTWI0_Handler;   /* 17 Two Wire Interface 0 */\r
-  void* pfnTWI1_Handler;   /* 18 Two Wire Interface 1 */\r
-  void* pfnSPI_Handler;    /* 19 Serial Peripheral Interface */\r
-  void* pfnDMAC_Handler;   /* 20 DMAC */\r
-  void* pfnTC0_Handler;    /* 21 Timer/Counter 0 */\r
-  void* pfnTC1_Handler;    /* 22 Timer/Counter 1 */\r
-  void* pfnTC2_Handler;    /* 23 Timer/Counter 2 */\r
-  void* pfnTC3_Handler;    /* 24 Timer/Counter 3 */\r
-  void* pfnTC4_Handler;    /* 25 Timer/Counter 4 */\r
-  void* pfnTC5_Handler;    /* 26 Timer/Counter 5 */\r
-  void* pfnTC6_Handler;    /* 27 Timer/Counter 6 */\r
-  void* pfnTC7_Handler;    /* 28 Timer/Counter 7 */\r
-  void* pfnTC8_Handler;    /* 29 Timer/Counter 8 */\r
-  void* pfnAFEC0_Handler;  /* 30 Analog Front End 0 */\r
-  void* pfnAFEC1_Handler;  /* 31 Analog Front End 1 */\r
-  void* pfnDACC_Handler;   /* 32 Digital To Analog Converter */\r
-  void* pfnACC_Handler;    /* 33 Analog Comparator */\r
-  void* pfnARM_Handler;    /* 34 FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC */\r
-  void* pfnUDP_Handler;    /* 35 USB DEVICE */\r
-  void* pfnPWM_Handler;    /* 36 PWM */\r
-  void* pfnCAN0_Handler;   /* 37 CAN0 */\r
-  void* pfnCAN1_Handler;   /* 38 CAN1 */\r
-  void* pfnAES_Handler;    /* 39 AES */\r
-  void* pvReserved40;\r
-  void* pvReserved41;\r
-  void* pvReserved42;\r
-  void* pvReserved43;\r
-  void* pfnGMAC_Handler;   /* 44 EMAC */\r
-  void* pfnUART1_Handler;  /* 45 UART */\r
-} DeviceVectors;\r
-\r
-/* Cortex-M4 core handlers */\r
-void Reset_Handler      ( void );\r
-void NMI_Handler        ( void );\r
-void HardFault_Handler  ( void );\r
-void MemManage_Handler  ( void );\r
-void BusFault_Handler   ( void );\r
-void UsageFault_Handler ( void );\r
-void SVC_Handler        ( void );\r
-void DebugMon_Handler   ( void );\r
-void PendSV_Handler     ( void );\r
-void SysTick_Handler    ( void );\r
-\r
-/* Peripherals handlers */\r
-void ACC_Handler        ( void );\r
-void AES_Handler        ( void );\r
-void AFEC0_Handler      ( void );\r
-void AFEC1_Handler      ( void );\r
-void ARM_Handler        ( void );\r
-void CAN0_Handler       ( void );\r
-void CAN1_Handler       ( void );\r
-void DACC_Handler       ( void );\r
-void DMAC_Handler       ( void );\r
-void EFC_Handler        ( void );\r
-void GMAC_Handler       ( void );\r
-void HSMCI_Handler      ( void );\r
-void PIOA_Handler       ( void );\r
-void PIOB_Handler       ( void );\r
-void PIOC_Handler       ( void );\r
-void PIOD_Handler       ( void );\r
-void PIOE_Handler       ( void );\r
-void PMC_Handler        ( void );\r
-void PWM_Handler        ( void );\r
-void RSTC_Handler       ( void );\r
-void RTC_Handler        ( void );\r
-void RTT_Handler        ( void );\r
-void SPI_Handler        ( void );\r
-void SUPC_Handler       ( void );\r
-void TC0_Handler        ( void );\r
-void TC1_Handler        ( void );\r
-void TC2_Handler        ( void );\r
-void TC3_Handler        ( void );\r
-void TC4_Handler        ( void );\r
-void TC5_Handler        ( void );\r
-void TC6_Handler        ( void );\r
-void TC7_Handler        ( void );\r
-void TC8_Handler        ( void );\r
-void TWI0_Handler       ( void );\r
-void TWI1_Handler       ( void );\r
-void UART0_Handler      ( void );\r
-void UART1_Handler      ( void );\r
-void UDP_Handler        ( void );\r
-void USART0_Handler     ( void );\r
-void USART1_Handler     ( void );\r
-void WDT_Handler        ( void );\r
-\r
-/**\r
- * \brief Configuration of the Cortex-M4 Processor and Core Peripherals\r
- */\r
-\r
-#define __CM4_REV              0x0000 /**< SAM4E16E core revision number ([15:8] revision number, [7:0] patch number) */\r
-#define __MPU_PRESENT          0      /**< SAM4E16E does not provide a MPU */\r
-#define __FPU_PRESENT          1      /**< SAM4E16E does provide a FPU */\r
-#define __NVIC_PRIO_BITS       4      /**< SAM4E16E uses 4 Bits for the Priority Levels */\r
-#define __Vendor_SysTickConfig 0      /**< Set to 1 if different SysTick Config is used */\r
-\r
-/*\r
- * \brief CMSIS includes\r
- */\r
-\r
-#include <core_cm4.h>\r
-#if !defined DONT_USE_CMSIS_INIT\r
-#include "system_sam4e.h"\r
-#endif /* DONT_USE_CMSIS_INIT */\r
-\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/**  SOFTWARE PERIPHERAL API DEFINITION FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_api Peripheral Software API */\r
-/*@{*/\r
-\r
-#include "component/acc.h"\r
-#include "component/aes.h"\r
-#include "component/afec.h"\r
-#include "component/can.h"\r
-#include "component/chipid.h"\r
-#include "component/cmcc.h"\r
-#include "component/crccu.h"\r
-#include "component/dacc.h"\r
-#include "component/dmac.h"\r
-#include "component/efc.h"\r
-#include "component/gmac.h"\r
-#include "component/gpbr.h"\r
-#include "component/hsmci.h"\r
-#include "component/matrix.h"\r
-#include "component/pdc.h"\r
-#include "component/pio.h"\r
-#include "component/pmc.h"\r
-#include "component/pwm.h"\r
-#include "component/rstc.h"\r
-#include "component/rswdt.h"\r
-#include "component/rtc.h"\r
-#include "component/rtt.h"\r
-#include "component/smc.h"\r
-#include "component/spi.h"\r
-#include "component/supc.h"\r
-#include "component/tc.h"\r
-#include "component/twi.h"\r
-#include "component/uart.h"\r
-#include "component/udp.h"\r
-#include "component/usart.h"\r
-#include "component/wdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   REGISTER ACCESS DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_reg Registers Access Definitions */\r
-/*@{*/\r
-\r
-#include "instance/pwm.h"\r
-#include "instance/aes.h"\r
-#include "instance/can0.h"\r
-#include "instance/can1.h"\r
-#include "instance/gmac.h"\r
-#include "instance/crccu.h"\r
-#include "instance/smc.h"\r
-#include "instance/uart1.h"\r
-#include "instance/hsmci.h"\r
-#include "instance/udp.h"\r
-#include "instance/spi.h"\r
-#include "instance/tc0.h"\r
-#include "instance/tc1.h"\r
-#include "instance/tc2.h"\r
-#include "instance/usart0.h"\r
-#include "instance/usart1.h"\r
-#include "instance/twi0.h"\r
-#include "instance/twi1.h"\r
-#include "instance/afec0.h"\r
-#include "instance/afec1.h"\r
-#include "instance/dacc.h"\r
-#include "instance/acc.h"\r
-#include "instance/dmac.h"\r
-#include "instance/cmcc.h"\r
-#include "instance/matrix.h"\r
-#include "instance/pmc.h"\r
-#include "instance/uart0.h"\r
-#include "instance/chipid.h"\r
-#include "instance/efc.h"\r
-#include "instance/pioa.h"\r
-#include "instance/piob.h"\r
-#include "instance/pioc.h"\r
-#include "instance/piod.h"\r
-#include "instance/pioe.h"\r
-#include "instance/rstc.h"\r
-#include "instance/supc.h"\r
-#include "instance/rtt.h"\r
-#include "instance/wdt.h"\r
-#include "instance/rtc.h"\r
-#include "instance/gpbr.h"\r
-#include "instance/rswdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PERIPHERAL ID DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_id Peripheral Ids Definitions */\r
-/*@{*/\r
-\r
-#define ID_SUPC   ( 0) /**< \brief Supply Controller (SUPC) */\r
-#define ID_RSTC   ( 1) /**< \brief Reset Controller (RSTC) */\r
-#define ID_RTC    ( 2) /**< \brief Real Time Clock (RTC) */\r
-#define ID_RTT    ( 3) /**< \brief Real Time Timer (RTT) */\r
-#define ID_WDT    ( 4) /**< \brief Watchdog/Dual Watchdog Timer (WDT) */\r
-#define ID_PMC    ( 5) /**< \brief Power Management Controller (PMC) */\r
-#define ID_EFC    ( 6) /**< \brief Enhanced Embedded Flash Controller (EFC) */\r
-#define ID_UART0  ( 7) /**< \brief UART 0 (UART0) */\r
-#define ID_SMC    ( 8) /**< \brief Static Memory Controller (SMC) */\r
-#define ID_PIOA   ( 9) /**< \brief Parallel I/O Controller A (PIOA) */\r
-#define ID_PIOB   (10) /**< \brief Parallel I/O Controller B (PIOB) */\r
-#define ID_PIOC   (11) /**< \brief Parallel I/O Controller C (PIOC) */\r
-#define ID_PIOD   (12) /**< \brief Parallel I/O Controller D (PIOD) */\r
-#define ID_PIOE   (13) /**< \brief Parallel I/O Controller E (PIOE) */\r
-#define ID_USART0 (14) /**< \brief USART 0 (USART0) */\r
-#define ID_USART1 (15) /**< \brief USART 1 (USART1) */\r
-#define ID_HSMCI  (16) /**< \brief Multimedia Card Interface (HSMCI) */\r
-#define ID_TWI0   (17) /**< \brief Two Wire Interface 0 (TWI0) */\r
-#define ID_TWI1   (18) /**< \brief Two Wire Interface 1 (TWI1) */\r
-#define ID_SPI    (19) /**< \brief Serial Peripheral Interface (SPI) */\r
-#define ID_DMAC   (20) /**< \brief DMAC (DMAC) */\r
-#define ID_TC0    (21) /**< \brief Timer/Counter 0 (TC0) */\r
-#define ID_TC1    (22) /**< \brief Timer/Counter 1 (TC1) */\r
-#define ID_TC2    (23) /**< \brief Timer/Counter 2 (TC2) */\r
-#define ID_TC3    (24) /**< \brief Timer/Counter 3 (TC3) */\r
-#define ID_TC4    (25) /**< \brief Timer/Counter 4 (TC4) */\r
-#define ID_TC5    (26) /**< \brief Timer/Counter 5 (TC5) */\r
-#define ID_TC6    (27) /**< \brief Timer/Counter 6 (TC6) */\r
-#define ID_TC7    (28) /**< \brief Timer/Counter 7 (TC7) */\r
-#define ID_TC8    (29) /**< \brief Timer/Counter 8 (TC8) */\r
-#define ID_AFEC0  (30) /**< \brief Analog Front End 0 (AFEC0) */\r
-#define ID_AFEC1  (31) /**< \brief Analog Front End 1 (AFEC1) */\r
-#define ID_DACC   (32) /**< \brief Digital To Analog Converter (DACC) */\r
-#define ID_ACC    (33) /**< \brief Analog Comparator (ACC) */\r
-#define ID_ARM    (34) /**< \brief FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-#define ID_UDP    (35) /**< \brief USB DEVICE (UDP) */\r
-#define ID_PWM    (36) /**< \brief PWM (PWM) */\r
-#define ID_CAN0   (37) /**< \brief CAN0 (CAN0) */\r
-#define ID_CAN1   (38) /**< \brief CAN1 (CAN1) */\r
-#define ID_AES    (39) /**< \brief AES (AES) */\r
-#define ID_GMAC   (44) /**< \brief EMAC (GMAC) */\r
-#define ID_UART1  (45) /**< \brief UART (UART1) */\r
-\r
-#define ID_PERIPH_COUNT (46) /**< \brief Number of peripheral IDs */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   BASE ADDRESS DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_base Peripheral Base Address Definitions */\r
-/*@{*/\r
-\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define PWM        (0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    (0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        (0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       (0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       (0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define GMAC       (0x40034000U) /**< \brief (GMAC      ) Base Address */\r
-#define CRCCU      (0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define SMC        (0x40060000U) /**< \brief (SMC       ) Base Address */\r
-#define UART1      (0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  (0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      (0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  (0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        (0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        (0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    (0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        (0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    (0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        (0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    (0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        (0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     (0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 (0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     (0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 (0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       (0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   (0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       (0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   (0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      (0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  (0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      (0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  (0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       (0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   (0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        (0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       (0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       (0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     (0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        (0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      (0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  (0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     (0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        (0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       (0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   (0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       (0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       (0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define PIOD       (0x400E1400U) /**< \brief (PIOD      ) Base Address */\r
-#define PIOE       (0x400E1600U) /**< \brief (PIOE      ) Base Address */\r
-#define RSTC       (0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       (0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        (0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        (0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        (0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       (0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      (0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#else\r
-#define PWM        ((Pwm    *)0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    ((Pdc    *)0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        ((Aes    *)0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       ((Can    *)0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       ((Can    *)0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define GMAC       ((Gmac   *)0x40034000U) /**< \brief (GMAC      ) Base Address */\r
-#define CRCCU      ((Crccu  *)0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define SMC        ((Smc    *)0x40060000U) /**< \brief (SMC       ) Base Address */\r
-#define UART1      ((Uart   *)0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  ((Pdc    *)0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      ((Hsmci  *)0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  ((Pdc    *)0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        ((Udp    *)0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        ((Spi    *)0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    ((Pdc    *)0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        ((Tc     *)0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    ((Pdc    *)0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        ((Tc     *)0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    ((Pdc    *)0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        ((Tc     *)0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     ((Usart  *)0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 ((Pdc    *)0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     ((Usart  *)0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 ((Pdc    *)0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       ((Twi    *)0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   ((Pdc    *)0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       ((Twi    *)0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   ((Pdc    *)0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      ((Afec   *)0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  ((Pdc    *)0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      ((Afec   *)0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  ((Pdc    *)0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       ((Dacc   *)0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   ((Pdc    *)0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        ((Acc    *)0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       ((Dmac   *)0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       ((Cmcc   *)0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     ((Matrix *)0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        ((Pmc    *)0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      ((Uart   *)0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  ((Pdc    *)0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     ((Chipid *)0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        ((Efc    *)0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       ((Pio    *)0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   ((Pdc    *)0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       ((Pio    *)0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       ((Pio    *)0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define PIOD       ((Pio    *)0x400E1400U) /**< \brief (PIOD      ) Base Address */\r
-#define PIOE       ((Pio    *)0x400E1600U) /**< \brief (PIOE      ) Base Address */\r
-#define RSTC       ((Rstc   *)0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       ((Supc   *)0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        ((Rtt    *)0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        ((Wdt    *)0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        ((Rtc    *)0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       ((Gpbr   *)0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      ((Rswdt  *)0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PIO DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E16E_pio Peripheral Pio Definitions */\r
-/*@{*/\r
-\r
-#include "pio/sam4e16e.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   MEMORY MAPPING DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-\r
-#define IFLASH_SIZE             (0x100000u)\r
-#define IFLASH_PAGE_SIZE        (512u)\r
-#define IFLASH_LOCK_REGION_SIZE (8192u)\r
-#define IFLASH_NB_OF_PAGES      (2048u)\r
-#define IFLASH_NB_OF_LOCK_BITS  (128u)\r
-#define IRAM_SIZE               (0x20000u)\r
-\r
-#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */\r
-#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */\r
-#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */\r
-#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */\r
-#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */\r
-#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */\r
-#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */\r
-\r
-/* ************************************************************************** */\r
-/*   MISCELLANEOUS DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-\r
-#define CHIP_JTAGID (0x05B3703FUL)\r
-#define CHIP_CIDR   (0xA3CC0CE0UL)\r
-#define CHIP_EXID   (0x00120200UL)\r
-#define NB_CH_AFE0  (16UL)\r
-#define NB_CH_AFE1  (8UL)\r
-\r
-/* ************************************************************************** */\r
-/*   ELECTRICAL DEFINITIONS FOR SAM4E16E */\r
-/* ************************************************************************** */\r
-\r
-/* Device characteristics */\r
-#define CHIP_FREQ_SLCK_RC_MIN           (20000UL)\r
-#define CHIP_FREQ_SLCK_RC               (32000UL)\r
-#define CHIP_FREQ_SLCK_RC_MAX           (44000UL)\r
-#define CHIP_FREQ_MAINCK_RC_4MHZ        (4000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_8MHZ        (8000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_12MHZ       (12000000UL)\r
-#define CHIP_FREQ_CPU_MAX               (120000000UL)\r
-#define CHIP_FREQ_XTAL_32K              (32768UL)\r
-#define CHIP_FREQ_XTAL_12M              (12000000UL)\r
-\r
-/* Embedded Flash Write Wait State */\r
-#define CHIP_FLASH_WRITE_WAIT_STATE     (6U)\r
-\r
-/* Embedded Flash Read Wait State (VDDCORE set at 1.20V) */\r
-#define CHIP_FREQ_FWS_0                 (20000000UL)  /**< \brief Maximum operating frequency when FWS is 0 */\r
-#define CHIP_FREQ_FWS_1                 (40000000UL)  /**< \brief Maximum operating frequency when FWS is 1 */\r
-#define CHIP_FREQ_FWS_2                 (60000000UL)  /**< \brief Maximum operating frequency when FWS is 2 */\r
-#define CHIP_FREQ_FWS_3                 (80000000UL)  /**< \brief Maximum operating frequency when FWS is 3 */\r
-#define CHIP_FREQ_FWS_4                 (100000000UL) /**< \brief Maximum operating frequency when FWS is 4 */\r
-#define CHIP_FREQ_FWS_5                 (123000000UL) /**< \brief Maximum operating frequency when FWS is 5 */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-/*@}*/\r
-\r
-#endif /* _SAM4E16E_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8c.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8c.h
deleted file mode 100644 (file)
index c1e34ca..0000000
+++ /dev/null
@@ -1,590 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E8C_\r
-#define _SAM4E8C_\r
-\r
-/** \addtogroup SAM4E8C_definitions SAM4E8C definitions\r
-  This file defines all structures and symbols for SAM4E8C:\r
-    - registers and bitfields\r
-    - peripheral base address\r
-    - peripheral ID\r
-    - PIO definitions\r
-*/\r
-/*@{*/\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#include <stdint.h>\r
-#ifndef __cplusplus\r
-typedef volatile const uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#else\r
-typedef volatile       uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#endif\r
-typedef volatile       uint32_t WoReg; /**< Write only 32-bit register (volatile unsigned int) */\r
-typedef volatile       uint32_t RwReg; /**< Read-Write 32-bit register (volatile unsigned int) */\r
-#endif\r
-\r
-/* ************************************************************************** */\r
-/*   CMSIS DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_cmsis CMSIS Definitions */\r
-/*@{*/\r
-\r
-/**< Interrupt Number Definition */\r
-typedef enum IRQn\r
-{\r
-/******  Cortex-M4 Processor Exceptions Numbers ******************************/\r
-  NonMaskableInt_IRQn   = -14, /**<  2 Non Maskable Interrupt                */\r
-  MemoryManagement_IRQn = -12, /**<  4 Cortex-M4 Memory Management Interrupt */\r
-  BusFault_IRQn         = -11, /**<  5 Cortex-M4 Bus Fault Interrupt         */\r
-  UsageFault_IRQn       = -10, /**<  6 Cortex-M4 Usage Fault Interrupt       */\r
-  SVCall_IRQn           = -5,  /**< 11 Cortex-M4 SV Call Interrupt           */\r
-  DebugMonitor_IRQn     = -4,  /**< 12 Cortex-M4 Debug Monitor Interrupt     */\r
-  PendSV_IRQn           = -2,  /**< 14 Cortex-M4 Pend SV Interrupt           */\r
-  SysTick_IRQn          = -1,  /**< 15 Cortex-M4 System Tick Interrupt       */\r
-/******  SAM4E8C specific Interrupt Numbers *********************************/\r
-\r
-  SUPC_IRQn            =  0, /**<  0 SAM4E8C Supply Controller (SUPC) */\r
-  RSTC_IRQn            =  1, /**<  1 SAM4E8C Reset Controller (RSTC) */\r
-  RTC_IRQn             =  2, /**<  2 SAM4E8C Real Time Clock (RTC) */\r
-  RTT_IRQn             =  3, /**<  3 SAM4E8C Real Time Timer (RTT) */\r
-  WDT_IRQn             =  4, /**<  4 SAM4E8C Watchdog/Dual Watchdog Timer (WDT) */\r
-  PMC_IRQn             =  5, /**<  5 SAM4E8C Power Management Controller (PMC) */\r
-  EFC_IRQn             =  6, /**<  6 SAM4E8C Enhanced Embedded Flash Controller (EFC) */\r
-  UART0_IRQn           =  7, /**<  7 SAM4E8C UART 0 (UART0) */\r
-  PIOA_IRQn            =  9, /**<  9 SAM4E8C Parallel I/O Controller A (PIOA) */\r
-  PIOB_IRQn            = 10, /**< 10 SAM4E8C Parallel I/O Controller B (PIOB) */\r
-  PIOC_IRQn            = 11, /**< 11 SAM4E8C Parallel I/O Controller C (PIOC) */\r
-  USART0_IRQn          = 14, /**< 14 SAM4E8C USART 0 (USART0) */\r
-  USART1_IRQn          = 15, /**< 15 SAM4E8C USART 1 (USART1) */\r
-  HSMCI_IRQn           = 16, /**< 16 SAM4E8C Multimedia Card Interface (HSMCI) */\r
-  TWI0_IRQn            = 17, /**< 17 SAM4E8C Two Wire Interface 0 (TWI0) */\r
-  TWI1_IRQn            = 18, /**< 18 SAM4E8C Two Wire Interface 1 (TWI1) */\r
-  SPI_IRQn             = 19, /**< 19 SAM4E8C Serial Peripheral Interface (SPI) */\r
-  DMAC_IRQn            = 20, /**< 20 SAM4E8C DMAC (DMAC) */\r
-  TC0_IRQn             = 21, /**< 21 SAM4E8C Timer/Counter 0 (TC0) */\r
-  TC1_IRQn             = 22, /**< 22 SAM4E8C Timer/Counter 1 (TC1) */\r
-  TC2_IRQn             = 23, /**< 23 SAM4E8C Timer/Counter 2 (TC2) */\r
-  TC3_IRQn             = 24, /**< 24 SAM4E8C Timer/Counter 3 (TC3) */\r
-  TC4_IRQn             = 25, /**< 25 SAM4E8C Timer/Counter 4 (TC4) */\r
-  TC5_IRQn             = 26, /**< 26 SAM4E8C Timer/Counter 5 (TC5) */\r
-  TC6_IRQn             = 27, /**< 27 SAM4E8C Timer/Counter 6 (TC6) */\r
-  TC7_IRQn             = 28, /**< 28 SAM4E8C Timer/Counter 7 (TC7) */\r
-  TC8_IRQn             = 29, /**< 29 SAM4E8C Timer/Counter 8 (TC8) */\r
-  AFEC0_IRQn           = 30, /**< 30 SAM4E8C Analog Front End 0 (AFEC0) */\r
-  AFEC1_IRQn           = 31, /**< 31 SAM4E8C Analog Front End 1 (AFEC1) */\r
-  DACC_IRQn            = 32, /**< 32 SAM4E8C Digital To Analog Converter (DACC) */\r
-  ACC_IRQn             = 33, /**< 33 SAM4E8C Analog Comparator (ACC) */\r
-  ARM_IRQn             = 34, /**< 34 SAM4E8C FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-  UDP_IRQn             = 35, /**< 35 SAM4E8C USB DEVICE (UDP) */\r
-  PWM_IRQn             = 36, /**< 36 SAM4E8C PWM (PWM) */\r
-  CAN0_IRQn            = 37, /**< 37 SAM4E8C CAN0 (CAN0) */\r
-  CAN1_IRQn            = 38, /**< 38 SAM4E8C CAN1 (CAN1) */\r
-  AES_IRQn             = 39, /**< 39 SAM4E8C AES (AES) */\r
-  UART1_IRQn           = 45, /**< 45 SAM4E8C UART (UART1) */\r
-\r
-  PERIPH_COUNT_IRQn    = 46  /**< Number of peripheral IDs */\r
-} IRQn_Type;\r
-\r
-typedef struct _DeviceVectors\r
-{\r
-  /* Stack pointer */\r
-  void* pvStack;\r
-\r
-  /* Cortex-M handlers */\r
-  void* pfnReset_Handler;\r
-  void* pfnNMI_Handler;\r
-  void* pfnHardFault_Handler;\r
-  void* pfnMemManage_Handler;\r
-  void* pfnBusFault_Handler;\r
-  void* pfnUsageFault_Handler;\r
-  void* pfnReserved1_Handler;\r
-  void* pfnReserved2_Handler;\r
-  void* pfnReserved3_Handler;\r
-  void* pfnReserved4_Handler;\r
-  void* pfnSVC_Handler;\r
-  void* pfnDebugMon_Handler;\r
-  void* pfnReserved5_Handler;\r
-  void* pfnPendSV_Handler;\r
-  void* pfnSysTick_Handler;\r
-\r
-  /* Peripheral handlers */\r
-  void* pfnSUPC_Handler;   /*  0 Supply Controller */\r
-  void* pfnRSTC_Handler;   /*  1 Reset Controller */\r
-  void* pfnRTC_Handler;    /*  2 Real Time Clock */\r
-  void* pfnRTT_Handler;    /*  3 Real Time Timer */\r
-  void* pfnWDT_Handler;    /*  4 Watchdog/Dual Watchdog Timer */\r
-  void* pfnPMC_Handler;    /*  5 Power Management Controller */\r
-  void* pfnEFC_Handler;    /*  6 Enhanced Embedded Flash Controller */\r
-  void* pfnUART0_Handler;  /*  7 UART 0 */\r
-  void* pvReserved8;\r
-  void* pfnPIOA_Handler;   /*  9 Parallel I/O Controller A */\r
-  void* pfnPIOB_Handler;   /* 10 Parallel I/O Controller B */\r
-  void* pfnPIOC_Handler;   /* 11 Parallel I/O Controller C */\r
-  void* pvReserved12;\r
-  void* pvReserved13;\r
-  void* pfnUSART0_Handler; /* 14 USART 0 */\r
-  void* pfnUSART1_Handler; /* 15 USART 1 */\r
-  void* pfnHSMCI_Handler;  /* 16 Multimedia Card Interface */\r
-  void* pfnTWI0_Handler;   /* 17 Two Wire Interface 0 */\r
-  void* pfnTWI1_Handler;   /* 18 Two Wire Interface 1 */\r
-  void* pfnSPI_Handler;    /* 19 Serial Peripheral Interface */\r
-  void* pfnDMAC_Handler;   /* 20 DMAC */\r
-  void* pfnTC0_Handler;    /* 21 Timer/Counter 0 */\r
-  void* pfnTC1_Handler;    /* 22 Timer/Counter 1 */\r
-  void* pfnTC2_Handler;    /* 23 Timer/Counter 2 */\r
-  void* pfnTC3_Handler;    /* 24 Timer/Counter 3 */\r
-  void* pfnTC4_Handler;    /* 25 Timer/Counter 4 */\r
-  void* pfnTC5_Handler;    /* 26 Timer/Counter 5 */\r
-  void* pfnTC6_Handler;    /* 27 Timer/Counter 6 */\r
-  void* pfnTC7_Handler;    /* 28 Timer/Counter 7 */\r
-  void* pfnTC8_Handler;    /* 29 Timer/Counter 8 */\r
-  void* pfnAFEC0_Handler;  /* 30 Analog Front End 0 */\r
-  void* pfnAFEC1_Handler;  /* 31 Analog Front End 1 */\r
-  void* pfnDACC_Handler;   /* 32 Digital To Analog Converter */\r
-  void* pfnACC_Handler;    /* 33 Analog Comparator */\r
-  void* pfnARM_Handler;    /* 34 FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC */\r
-  void* pfnUDP_Handler;    /* 35 USB DEVICE */\r
-  void* pfnPWM_Handler;    /* 36 PWM */\r
-  void* pfnCAN0_Handler;   /* 37 CAN0 */\r
-  void* pfnCAN1_Handler;   /* 38 CAN1 */\r
-  void* pfnAES_Handler;    /* 39 AES */\r
-  void* pvReserved40;\r
-  void* pvReserved41;\r
-  void* pvReserved42;\r
-  void* pvReserved43;\r
-  void* pvReserved44;\r
-  void* pfnUART1_Handler;  /* 45 UART */\r
-} DeviceVectors;\r
-\r
-/* Cortex-M4 core handlers */\r
-void Reset_Handler      ( void );\r
-void NMI_Handler        ( void );\r
-void HardFault_Handler  ( void );\r
-void MemManage_Handler  ( void );\r
-void BusFault_Handler   ( void );\r
-void UsageFault_Handler ( void );\r
-void SVC_Handler        ( void );\r
-void DebugMon_Handler   ( void );\r
-void PendSV_Handler     ( void );\r
-void SysTick_Handler    ( void );\r
-\r
-/* Peripherals handlers */\r
-void ACC_Handler        ( void );\r
-void AES_Handler        ( void );\r
-void AFEC0_Handler      ( void );\r
-void AFEC1_Handler      ( void );\r
-void ARM_Handler        ( void );\r
-void CAN0_Handler       ( void );\r
-void CAN1_Handler       ( void );\r
-void DACC_Handler       ( void );\r
-void DMAC_Handler       ( void );\r
-void EFC_Handler        ( void );\r
-void HSMCI_Handler      ( void );\r
-void PIOA_Handler       ( void );\r
-void PIOB_Handler       ( void );\r
-void PIOC_Handler       ( void );\r
-void PMC_Handler        ( void );\r
-void PWM_Handler        ( void );\r
-void RSTC_Handler       ( void );\r
-void RTC_Handler        ( void );\r
-void RTT_Handler        ( void );\r
-void SPI_Handler        ( void );\r
-void SUPC_Handler       ( void );\r
-void TC0_Handler        ( void );\r
-void TC1_Handler        ( void );\r
-void TC2_Handler        ( void );\r
-void TC3_Handler        ( void );\r
-void TC4_Handler        ( void );\r
-void TC5_Handler        ( void );\r
-void TC6_Handler        ( void );\r
-void TC7_Handler        ( void );\r
-void TC8_Handler        ( void );\r
-void TWI0_Handler       ( void );\r
-void TWI1_Handler       ( void );\r
-void UART0_Handler      ( void );\r
-void UART1_Handler      ( void );\r
-void UDP_Handler        ( void );\r
-void USART0_Handler     ( void );\r
-void USART1_Handler     ( void );\r
-void WDT_Handler        ( void );\r
-\r
-/**\r
- * \brief Configuration of the Cortex-M4 Processor and Core Peripherals\r
- */\r
-\r
-#define __CM4_REV              0x0000 /**< SAM4E8C core revision number ([15:8] revision number, [7:0] patch number) */\r
-#define __MPU_PRESENT          0      /**< SAM4E8C does not provide a MPU */\r
-#define __FPU_PRESENT          1      /**< SAM4E8C does provide a FPU */\r
-#define __NVIC_PRIO_BITS       4      /**< SAM4E8C uses 4 Bits for the Priority Levels */\r
-#define __Vendor_SysTickConfig 0      /**< Set to 1 if different SysTick Config is used */\r
-\r
-/*\r
- * \brief CMSIS includes\r
- */\r
-\r
-#include <core_cm4.h>\r
-#if !defined DONT_USE_CMSIS_INIT\r
-#include "system_sam4e.h"\r
-#endif /* DONT_USE_CMSIS_INIT */\r
-\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/**  SOFTWARE PERIPHERAL API DEFINITION FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_api Peripheral Software API */\r
-/*@{*/\r
-\r
-#include "component/acc.h"\r
-#include "component/aes.h"\r
-#include "component/afec.h"\r
-#include "component/can.h"\r
-#include "component/chipid.h"\r
-#include "component/cmcc.h"\r
-#include "component/crccu.h"\r
-#include "component/dacc.h"\r
-#include "component/dmac.h"\r
-#include "component/efc.h"\r
-#include "component/gpbr.h"\r
-#include "component/hsmci.h"\r
-#include "component/matrix.h"\r
-#include "component/pdc.h"\r
-#include "component/pio.h"\r
-#include "component/pmc.h"\r
-#include "component/pwm.h"\r
-#include "component/rstc.h"\r
-#include "component/rswdt.h"\r
-#include "component/rtc.h"\r
-#include "component/rtt.h"\r
-#include "component/spi.h"\r
-#include "component/supc.h"\r
-#include "component/tc.h"\r
-#include "component/twi.h"\r
-#include "component/uart.h"\r
-#include "component/udp.h"\r
-#include "component/usart.h"\r
-#include "component/wdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   REGISTER ACCESS DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_reg Registers Access Definitions */\r
-/*@{*/\r
-\r
-#include "instance/pwm.h"\r
-#include "instance/aes.h"\r
-#include "instance/can0.h"\r
-#include "instance/can1.h"\r
-#include "instance/crccu.h"\r
-#include "instance/uart1.h"\r
-#include "instance/hsmci.h"\r
-#include "instance/udp.h"\r
-#include "instance/spi.h"\r
-#include "instance/tc0.h"\r
-#include "instance/tc1.h"\r
-#include "instance/tc2.h"\r
-#include "instance/usart0.h"\r
-#include "instance/usart1.h"\r
-#include "instance/twi0.h"\r
-#include "instance/twi1.h"\r
-#include "instance/afec0.h"\r
-#include "instance/afec1.h"\r
-#include "instance/dacc.h"\r
-#include "instance/acc.h"\r
-#include "instance/dmac.h"\r
-#include "instance/cmcc.h"\r
-#include "instance/matrix.h"\r
-#include "instance/pmc.h"\r
-#include "instance/uart0.h"\r
-#include "instance/chipid.h"\r
-#include "instance/efc.h"\r
-#include "instance/pioa.h"\r
-#include "instance/piob.h"\r
-#include "instance/pioc.h"\r
-#include "instance/rstc.h"\r
-#include "instance/supc.h"\r
-#include "instance/rtt.h"\r
-#include "instance/wdt.h"\r
-#include "instance/rtc.h"\r
-#include "instance/gpbr.h"\r
-#include "instance/rswdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PERIPHERAL ID DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_id Peripheral Ids Definitions */\r
-/*@{*/\r
-\r
-#define ID_SUPC   ( 0) /**< \brief Supply Controller (SUPC) */\r
-#define ID_RSTC   ( 1) /**< \brief Reset Controller (RSTC) */\r
-#define ID_RTC    ( 2) /**< \brief Real Time Clock (RTC) */\r
-#define ID_RTT    ( 3) /**< \brief Real Time Timer (RTT) */\r
-#define ID_WDT    ( 4) /**< \brief Watchdog/Dual Watchdog Timer (WDT) */\r
-#define ID_PMC    ( 5) /**< \brief Power Management Controller (PMC) */\r
-#define ID_EFC    ( 6) /**< \brief Enhanced Embedded Flash Controller (EFC) */\r
-#define ID_UART0  ( 7) /**< \brief UART 0 (UART0) */\r
-#define ID_PIOA   ( 9) /**< \brief Parallel I/O Controller A (PIOA) */\r
-#define ID_PIOB   (10) /**< \brief Parallel I/O Controller B (PIOB) */\r
-#define ID_PIOC   (11) /**< \brief Parallel I/O Controller C (PIOC) */\r
-#define ID_USART0 (14) /**< \brief USART 0 (USART0) */\r
-#define ID_USART1 (15) /**< \brief USART 1 (USART1) */\r
-#define ID_HSMCI  (16) /**< \brief Multimedia Card Interface (HSMCI) */\r
-#define ID_TWI0   (17) /**< \brief Two Wire Interface 0 (TWI0) */\r
-#define ID_TWI1   (18) /**< \brief Two Wire Interface 1 (TWI1) */\r
-#define ID_SPI    (19) /**< \brief Serial Peripheral Interface (SPI) */\r
-#define ID_DMAC   (20) /**< \brief DMAC (DMAC) */\r
-#define ID_TC0    (21) /**< \brief Timer/Counter 0 (TC0) */\r
-#define ID_TC1    (22) /**< \brief Timer/Counter 1 (TC1) */\r
-#define ID_TC2    (23) /**< \brief Timer/Counter 2 (TC2) */\r
-#define ID_TC3    (24) /**< \brief Timer/Counter 3 (TC3) */\r
-#define ID_TC4    (25) /**< \brief Timer/Counter 4 (TC4) */\r
-#define ID_TC5    (26) /**< \brief Timer/Counter 5 (TC5) */\r
-#define ID_TC6    (27) /**< \brief Timer/Counter 6 (TC6) */\r
-#define ID_TC7    (28) /**< \brief Timer/Counter 7 (TC7) */\r
-#define ID_TC8    (29) /**< \brief Timer/Counter 8 (TC8) */\r
-#define ID_AFEC0  (30) /**< \brief Analog Front End 0 (AFEC0) */\r
-#define ID_AFEC1  (31) /**< \brief Analog Front End 1 (AFEC1) */\r
-#define ID_DACC   (32) /**< \brief Digital To Analog Converter (DACC) */\r
-#define ID_ACC    (33) /**< \brief Analog Comparator (ACC) */\r
-#define ID_ARM    (34) /**< \brief FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-#define ID_UDP    (35) /**< \brief USB DEVICE (UDP) */\r
-#define ID_PWM    (36) /**< \brief PWM (PWM) */\r
-#define ID_CAN0   (37) /**< \brief CAN0 (CAN0) */\r
-#define ID_CAN1   (38) /**< \brief CAN1 (CAN1) */\r
-#define ID_AES    (39) /**< \brief AES (AES) */\r
-#define ID_UART1  (45) /**< \brief UART (UART1) */\r
-\r
-#define ID_PERIPH_COUNT (46) /**< \brief Number of peripheral IDs */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   BASE ADDRESS DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_base Peripheral Base Address Definitions */\r
-/*@{*/\r
-\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define PWM        (0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    (0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        (0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       (0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       (0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define CRCCU      (0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define UART1      (0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  (0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      (0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  (0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        (0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        (0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    (0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        (0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    (0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        (0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    (0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        (0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     (0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 (0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     (0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 (0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       (0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   (0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       (0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   (0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      (0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  (0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      (0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  (0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       (0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   (0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        (0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       (0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       (0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     (0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        (0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      (0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  (0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     (0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        (0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       (0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   (0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       (0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       (0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define RSTC       (0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       (0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        (0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        (0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        (0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       (0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      (0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#else\r
-#define PWM        ((Pwm    *)0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    ((Pdc    *)0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        ((Aes    *)0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       ((Can    *)0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       ((Can    *)0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define CRCCU      ((Crccu  *)0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define UART1      ((Uart   *)0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  ((Pdc    *)0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      ((Hsmci  *)0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  ((Pdc    *)0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        ((Udp    *)0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        ((Spi    *)0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    ((Pdc    *)0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        ((Tc     *)0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    ((Pdc    *)0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        ((Tc     *)0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    ((Pdc    *)0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        ((Tc     *)0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     ((Usart  *)0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 ((Pdc    *)0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     ((Usart  *)0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 ((Pdc    *)0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       ((Twi    *)0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   ((Pdc    *)0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       ((Twi    *)0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   ((Pdc    *)0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      ((Afec   *)0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  ((Pdc    *)0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      ((Afec   *)0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  ((Pdc    *)0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       ((Dacc   *)0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   ((Pdc    *)0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        ((Acc    *)0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       ((Dmac   *)0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       ((Cmcc   *)0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     ((Matrix *)0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        ((Pmc    *)0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      ((Uart   *)0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  ((Pdc    *)0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     ((Chipid *)0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        ((Efc    *)0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       ((Pio    *)0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   ((Pdc    *)0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       ((Pio    *)0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       ((Pio    *)0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define RSTC       ((Rstc   *)0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       ((Supc   *)0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        ((Rtt    *)0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        ((Wdt    *)0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        ((Rtc    *)0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       ((Gpbr   *)0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      ((Rswdt  *)0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PIO DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8C_pio Peripheral Pio Definitions */\r
-/*@{*/\r
-\r
-#include "pio/sam4e8c.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   MEMORY MAPPING DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-\r
-#define IFLASH_SIZE             (0x80000u)\r
-#define IFLASH_PAGE_SIZE        (512u)\r
-#define IFLASH_LOCK_REGION_SIZE (8192u)\r
-#define IFLASH_NB_OF_PAGES      (1024u)\r
-#define IFLASH_NB_OF_LOCK_BITS  (128u)\r
-#define IRAM_SIZE               (0x20000u)\r
-\r
-#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */\r
-#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */\r
-#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */\r
-#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */\r
-#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */\r
-#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */\r
-#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */\r
-\r
-/* ************************************************************************** */\r
-/*   MISCELLANEOUS DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-\r
-#define CHIP_JTAGID (0x05B3703FUL)\r
-#define CHIP_CIDR   (0xA3CC0CE0UL)\r
-#define CHIP_EXID   (0x00110209UL)\r
-#define NB_CH_AFE0  (6UL)\r
-#define NB_CH_AFE1  (4UL)\r
-\r
-/* ************************************************************************** */\r
-/*   ELECTRICAL DEFINITIONS FOR SAM4E8C */\r
-/* ************************************************************************** */\r
-\r
-/* Device characteristics */\r
-#define CHIP_FREQ_SLCK_RC_MIN           (20000UL)\r
-#define CHIP_FREQ_SLCK_RC               (32000UL)\r
-#define CHIP_FREQ_SLCK_RC_MAX           (44000UL)\r
-#define CHIP_FREQ_MAINCK_RC_4MHZ        (4000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_8MHZ        (8000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_12MHZ       (12000000UL)\r
-#define CHIP_FREQ_CPU_MAX               (120000000UL)\r
-#define CHIP_FREQ_XTAL_32K              (32768UL)\r
-#define CHIP_FREQ_XTAL_12M              (12000000UL)\r
-\r
-/* Embedded Flash Write Wait State */\r
-#define CHIP_FLASH_WRITE_WAIT_STATE     (6U)\r
-\r
-/* Embedded Flash Read Wait State (VDDCORE set at 1.20V) */\r
-#define CHIP_FREQ_FWS_0                 (20000000UL)  /**< \brief Maximum operating frequency when FWS is 0 */\r
-#define CHIP_FREQ_FWS_1                 (40000000UL)  /**< \brief Maximum operating frequency when FWS is 1 */\r
-#define CHIP_FREQ_FWS_2                 (60000000UL)  /**< \brief Maximum operating frequency when FWS is 2 */\r
-#define CHIP_FREQ_FWS_3                 (80000000UL)  /**< \brief Maximum operating frequency when FWS is 3 */\r
-#define CHIP_FREQ_FWS_4                 (100000000UL) /**< \brief Maximum operating frequency when FWS is 4 */\r
-#define CHIP_FREQ_FWS_5                 (123000000UL) /**< \brief Maximum operating frequency when FWS is 5 */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-/*@}*/\r
-\r
-#endif /* _SAM4E8C_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/include/sam4e8e.h
deleted file mode 100644 (file)
index add9c35..0000000
+++ /dev/null
@@ -1,614 +0,0 @@
-/**\r
- * \file\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM4E8E_\r
-#define _SAM4E8E_\r
-\r
-/** \addtogroup SAM4E8E_definitions SAM4E8E definitions\r
-  This file defines all structures and symbols for SAM4E8E:\r
-    - registers and bitfields\r
-    - peripheral base address\r
-    - peripheral ID\r
-    - PIO definitions\r
-*/\r
-/*@{*/\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#include <stdint.h>\r
-#ifndef __cplusplus\r
-typedef volatile const uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#else\r
-typedef volatile       uint32_t RoReg; /**< Read only 32-bit register (volatile const unsigned int) */\r
-#endif\r
-typedef volatile       uint32_t WoReg; /**< Write only 32-bit register (volatile unsigned int) */\r
-typedef volatile       uint32_t RwReg; /**< Read-Write 32-bit register (volatile unsigned int) */\r
-#endif\r
-\r
-/* ************************************************************************** */\r
-/*   CMSIS DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_cmsis CMSIS Definitions */\r
-/*@{*/\r
-\r
-/**< Interrupt Number Definition */\r
-typedef enum IRQn\r
-{\r
-/******  Cortex-M4 Processor Exceptions Numbers ******************************/\r
-  NonMaskableInt_IRQn   = -14, /**<  2 Non Maskable Interrupt                */\r
-  MemoryManagement_IRQn = -12, /**<  4 Cortex-M4 Memory Management Interrupt */\r
-  BusFault_IRQn         = -11, /**<  5 Cortex-M4 Bus Fault Interrupt         */\r
-  UsageFault_IRQn       = -10, /**<  6 Cortex-M4 Usage Fault Interrupt       */\r
-  SVCall_IRQn           = -5,  /**< 11 Cortex-M4 SV Call Interrupt           */\r
-  DebugMonitor_IRQn     = -4,  /**< 12 Cortex-M4 Debug Monitor Interrupt     */\r
-  PendSV_IRQn           = -2,  /**< 14 Cortex-M4 Pend SV Interrupt           */\r
-  SysTick_IRQn          = -1,  /**< 15 Cortex-M4 System Tick Interrupt       */\r
-/******  SAM4E8E specific Interrupt Numbers *********************************/\r
-\r
-  SUPC_IRQn            =  0, /**<  0 SAM4E8E Supply Controller (SUPC) */\r
-  RSTC_IRQn            =  1, /**<  1 SAM4E8E Reset Controller (RSTC) */\r
-  RTC_IRQn             =  2, /**<  2 SAM4E8E Real Time Clock (RTC) */\r
-  RTT_IRQn             =  3, /**<  3 SAM4E8E Real Time Timer (RTT) */\r
-  WDT_IRQn             =  4, /**<  4 SAM4E8E Watchdog/Dual Watchdog Timer (WDT) */\r
-  PMC_IRQn             =  5, /**<  5 SAM4E8E Power Management Controller (PMC) */\r
-  EFC_IRQn             =  6, /**<  6 SAM4E8E Enhanced Embedded Flash Controller (EFC) */\r
-  UART0_IRQn           =  7, /**<  7 SAM4E8E UART 0 (UART0) */\r
-  PIOA_IRQn            =  9, /**<  9 SAM4E8E Parallel I/O Controller A (PIOA) */\r
-  PIOB_IRQn            = 10, /**< 10 SAM4E8E Parallel I/O Controller B (PIOB) */\r
-  PIOC_IRQn            = 11, /**< 11 SAM4E8E Parallel I/O Controller C (PIOC) */\r
-  PIOD_IRQn            = 12, /**< 12 SAM4E8E Parallel I/O Controller D (PIOD) */\r
-  PIOE_IRQn            = 13, /**< 13 SAM4E8E Parallel I/O Controller E (PIOE) */\r
-  USART0_IRQn          = 14, /**< 14 SAM4E8E USART 0 (USART0) */\r
-  USART1_IRQn          = 15, /**< 15 SAM4E8E USART 1 (USART1) */\r
-  HSMCI_IRQn           = 16, /**< 16 SAM4E8E Multimedia Card Interface (HSMCI) */\r
-  TWI0_IRQn            = 17, /**< 17 SAM4E8E Two Wire Interface 0 (TWI0) */\r
-  TWI1_IRQn            = 18, /**< 18 SAM4E8E Two Wire Interface 1 (TWI1) */\r
-  SPI_IRQn             = 19, /**< 19 SAM4E8E Serial Peripheral Interface (SPI) */\r
-  DMAC_IRQn            = 20, /**< 20 SAM4E8E DMAC (DMAC) */\r
-  TC0_IRQn             = 21, /**< 21 SAM4E8E Timer/Counter 0 (TC0) */\r
-  TC1_IRQn             = 22, /**< 22 SAM4E8E Timer/Counter 1 (TC1) */\r
-  TC2_IRQn             = 23, /**< 23 SAM4E8E Timer/Counter 2 (TC2) */\r
-  TC3_IRQn             = 24, /**< 24 SAM4E8E Timer/Counter 3 (TC3) */\r
-  TC4_IRQn             = 25, /**< 25 SAM4E8E Timer/Counter 4 (TC4) */\r
-  TC5_IRQn             = 26, /**< 26 SAM4E8E Timer/Counter 5 (TC5) */\r
-  TC6_IRQn             = 27, /**< 27 SAM4E8E Timer/Counter 6 (TC6) */\r
-  TC7_IRQn             = 28, /**< 28 SAM4E8E Timer/Counter 7 (TC7) */\r
-  TC8_IRQn             = 29, /**< 29 SAM4E8E Timer/Counter 8 (TC8) */\r
-  AFEC0_IRQn           = 30, /**< 30 SAM4E8E Analog Front End 0 (AFEC0) */\r
-  AFEC1_IRQn           = 31, /**< 31 SAM4E8E Analog Front End 1 (AFEC1) */\r
-  DACC_IRQn            = 32, /**< 32 SAM4E8E Digital To Analog Converter (DACC) */\r
-  ACC_IRQn             = 33, /**< 33 SAM4E8E Analog Comparator (ACC) */\r
-  ARM_IRQn             = 34, /**< 34 SAM4E8E FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-  UDP_IRQn             = 35, /**< 35 SAM4E8E USB DEVICE (UDP) */\r
-  PWM_IRQn             = 36, /**< 36 SAM4E8E PWM (PWM) */\r
-  CAN0_IRQn            = 37, /**< 37 SAM4E8E CAN0 (CAN0) */\r
-  CAN1_IRQn            = 38, /**< 38 SAM4E8E CAN1 (CAN1) */\r
-  AES_IRQn             = 39, /**< 39 SAM4E8E AES (AES) */\r
-  GMAC_IRQn            = 44, /**< 44 SAM4E8E EMAC (GMAC) */\r
-  UART1_IRQn           = 45, /**< 45 SAM4E8E UART (UART1) */\r
-\r
-  PERIPH_COUNT_IRQn    = 46  /**< Number of peripheral IDs */\r
-} IRQn_Type;\r
-\r
-typedef struct _DeviceVectors\r
-{\r
-  /* Stack pointer */\r
-  void* pvStack;\r
-\r
-  /* Cortex-M handlers */\r
-  void* pfnReset_Handler;\r
-  void* pfnNMI_Handler;\r
-  void* pfnHardFault_Handler;\r
-  void* pfnMemManage_Handler;\r
-  void* pfnBusFault_Handler;\r
-  void* pfnUsageFault_Handler;\r
-  void* pfnReserved1_Handler;\r
-  void* pfnReserved2_Handler;\r
-  void* pfnReserved3_Handler;\r
-  void* pfnReserved4_Handler;\r
-  void* pfnSVC_Handler;\r
-  void* pfnDebugMon_Handler;\r
-  void* pfnReserved5_Handler;\r
-  void* pfnPendSV_Handler;\r
-  void* pfnSysTick_Handler;\r
-\r
-  /* Peripheral handlers */\r
-  void* pfnSUPC_Handler;   /*  0 Supply Controller */\r
-  void* pfnRSTC_Handler;   /*  1 Reset Controller */\r
-  void* pfnRTC_Handler;    /*  2 Real Time Clock */\r
-  void* pfnRTT_Handler;    /*  3 Real Time Timer */\r
-  void* pfnWDT_Handler;    /*  4 Watchdog/Dual Watchdog Timer */\r
-  void* pfnPMC_Handler;    /*  5 Power Management Controller */\r
-  void* pfnEFC_Handler;    /*  6 Enhanced Embedded Flash Controller */\r
-  void* pfnUART0_Handler;  /*  7 UART 0 */\r
-  void* pvReserved8;\r
-  void* pfnPIOA_Handler;   /*  9 Parallel I/O Controller A */\r
-  void* pfnPIOB_Handler;   /* 10 Parallel I/O Controller B */\r
-  void* pfnPIOC_Handler;   /* 11 Parallel I/O Controller C */\r
-  void* pfnPIOD_Handler;   /* 12 Parallel I/O Controller D */\r
-  void* pfnPIOE_Handler;   /* 13 Parallel I/O Controller E */\r
-  void* pfnUSART0_Handler; /* 14 USART 0 */\r
-  void* pfnUSART1_Handler; /* 15 USART 1 */\r
-  void* pfnHSMCI_Handler;  /* 16 Multimedia Card Interface */\r
-  void* pfnTWI0_Handler;   /* 17 Two Wire Interface 0 */\r
-  void* pfnTWI1_Handler;   /* 18 Two Wire Interface 1 */\r
-  void* pfnSPI_Handler;    /* 19 Serial Peripheral Interface */\r
-  void* pfnDMAC_Handler;   /* 20 DMAC */\r
-  void* pfnTC0_Handler;    /* 21 Timer/Counter 0 */\r
-  void* pfnTC1_Handler;    /* 22 Timer/Counter 1 */\r
-  void* pfnTC2_Handler;    /* 23 Timer/Counter 2 */\r
-  void* pfnTC3_Handler;    /* 24 Timer/Counter 3 */\r
-  void* pfnTC4_Handler;    /* 25 Timer/Counter 4 */\r
-  void* pfnTC5_Handler;    /* 26 Timer/Counter 5 */\r
-  void* pfnTC6_Handler;    /* 27 Timer/Counter 6 */\r
-  void* pfnTC7_Handler;    /* 28 Timer/Counter 7 */\r
-  void* pfnTC8_Handler;    /* 29 Timer/Counter 8 */\r
-  void* pfnAFEC0_Handler;  /* 30 Analog Front End 0 */\r
-  void* pfnAFEC1_Handler;  /* 31 Analog Front End 1 */\r
-  void* pfnDACC_Handler;   /* 32 Digital To Analog Converter */\r
-  void* pfnACC_Handler;    /* 33 Analog Comparator */\r
-  void* pfnARM_Handler;    /* 34 FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC */\r
-  void* pfnUDP_Handler;    /* 35 USB DEVICE */\r
-  void* pfnPWM_Handler;    /* 36 PWM */\r
-  void* pfnCAN0_Handler;   /* 37 CAN0 */\r
-  void* pfnCAN1_Handler;   /* 38 CAN1 */\r
-  void* pfnAES_Handler;    /* 39 AES */\r
-  void* pvReserved40;\r
-  void* pvReserved41;\r
-  void* pvReserved42;\r
-  void* pvReserved43;\r
-  void* pfnGMAC_Handler;   /* 44 EMAC */\r
-  void* pfnUART1_Handler;  /* 45 UART */\r
-} DeviceVectors;\r
-\r
-/* Cortex-M4 core handlers */\r
-void Reset_Handler      ( void );\r
-void NMI_Handler        ( void );\r
-void HardFault_Handler  ( void );\r
-void MemManage_Handler  ( void );\r
-void BusFault_Handler   ( void );\r
-void UsageFault_Handler ( void );\r
-void SVC_Handler        ( void );\r
-void DebugMon_Handler   ( void );\r
-void PendSV_Handler     ( void );\r
-void SysTick_Handler    ( void );\r
-\r
-/* Peripherals handlers */\r
-void ACC_Handler        ( void );\r
-void AES_Handler        ( void );\r
-void AFEC0_Handler      ( void );\r
-void AFEC1_Handler      ( void );\r
-void ARM_Handler        ( void );\r
-void CAN0_Handler       ( void );\r
-void CAN1_Handler       ( void );\r
-void DACC_Handler       ( void );\r
-void DMAC_Handler       ( void );\r
-void EFC_Handler        ( void );\r
-void GMAC_Handler       ( void );\r
-void HSMCI_Handler      ( void );\r
-void PIOA_Handler       ( void );\r
-void PIOB_Handler       ( void );\r
-void PIOC_Handler       ( void );\r
-void PIOD_Handler       ( void );\r
-void PIOE_Handler       ( void );\r
-void PMC_Handler        ( void );\r
-void PWM_Handler        ( void );\r
-void RSTC_Handler       ( void );\r
-void RTC_Handler        ( void );\r
-void RTT_Handler        ( void );\r
-void SPI_Handler        ( void );\r
-void SUPC_Handler       ( void );\r
-void TC0_Handler        ( void );\r
-void TC1_Handler        ( void );\r
-void TC2_Handler        ( void );\r
-void TC3_Handler        ( void );\r
-void TC4_Handler        ( void );\r
-void TC5_Handler        ( void );\r
-void TC6_Handler        ( void );\r
-void TC7_Handler        ( void );\r
-void TC8_Handler        ( void );\r
-void TWI0_Handler       ( void );\r
-void TWI1_Handler       ( void );\r
-void UART0_Handler      ( void );\r
-void UART1_Handler      ( void );\r
-void UDP_Handler        ( void );\r
-void USART0_Handler     ( void );\r
-void USART1_Handler     ( void );\r
-void WDT_Handler        ( void );\r
-\r
-/**\r
- * \brief Configuration of the Cortex-M4 Processor and Core Peripherals\r
- */\r
-\r
-#define __CM4_REV              0x0000 /**< SAM4E8E core revision number ([15:8] revision number, [7:0] patch number) */\r
-#define __MPU_PRESENT          0      /**< SAM4E8E does not provide a MPU */\r
-#define __FPU_PRESENT          1      /**< SAM4E8E does provide a FPU */\r
-#define __NVIC_PRIO_BITS       4      /**< SAM4E8E uses 4 Bits for the Priority Levels */\r
-#define __Vendor_SysTickConfig 0      /**< Set to 1 if different SysTick Config is used */\r
-\r
-/*\r
- * \brief CMSIS includes\r
- */\r
-\r
-#include <core_cm4.h>\r
-#if !defined DONT_USE_CMSIS_INIT\r
-#include "system_sam4e.h"\r
-#endif /* DONT_USE_CMSIS_INIT */\r
-\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/**  SOFTWARE PERIPHERAL API DEFINITION FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_api Peripheral Software API */\r
-/*@{*/\r
-\r
-#include "component/acc.h"\r
-#include "component/aes.h"\r
-#include "component/afec.h"\r
-#include "component/can.h"\r
-#include "component/chipid.h"\r
-#include "component/cmcc.h"\r
-#include "component/crccu.h"\r
-#include "component/dacc.h"\r
-#include "component/dmac.h"\r
-#include "component/efc.h"\r
-#include "component/gmac.h"\r
-#include "component/gpbr.h"\r
-#include "component/hsmci.h"\r
-#include "component/matrix.h"\r
-#include "component/pdc.h"\r
-#include "component/pio.h"\r
-#include "component/pmc.h"\r
-#include "component/pwm.h"\r
-#include "component/rstc.h"\r
-#include "component/rswdt.h"\r
-#include "component/rtc.h"\r
-#include "component/rtt.h"\r
-#include "component/smc.h"\r
-#include "component/spi.h"\r
-#include "component/supc.h"\r
-#include "component/tc.h"\r
-#include "component/twi.h"\r
-#include "component/uart.h"\r
-#include "component/udp.h"\r
-#include "component/usart.h"\r
-#include "component/wdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   REGISTER ACCESS DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_reg Registers Access Definitions */\r
-/*@{*/\r
-\r
-#include "instance/pwm.h"\r
-#include "instance/aes.h"\r
-#include "instance/can0.h"\r
-#include "instance/can1.h"\r
-#include "instance/gmac.h"\r
-#include "instance/crccu.h"\r
-#include "instance/smc.h"\r
-#include "instance/uart1.h"\r
-#include "instance/hsmci.h"\r
-#include "instance/udp.h"\r
-#include "instance/spi.h"\r
-#include "instance/tc0.h"\r
-#include "instance/tc1.h"\r
-#include "instance/tc2.h"\r
-#include "instance/usart0.h"\r
-#include "instance/usart1.h"\r
-#include "instance/twi0.h"\r
-#include "instance/twi1.h"\r
-#include "instance/afec0.h"\r
-#include "instance/afec1.h"\r
-#include "instance/dacc.h"\r
-#include "instance/acc.h"\r
-#include "instance/dmac.h"\r
-#include "instance/cmcc.h"\r
-#include "instance/matrix.h"\r
-#include "instance/pmc.h"\r
-#include "instance/uart0.h"\r
-#include "instance/chipid.h"\r
-#include "instance/efc.h"\r
-#include "instance/pioa.h"\r
-#include "instance/piob.h"\r
-#include "instance/pioc.h"\r
-#include "instance/piod.h"\r
-#include "instance/pioe.h"\r
-#include "instance/rstc.h"\r
-#include "instance/supc.h"\r
-#include "instance/rtt.h"\r
-#include "instance/wdt.h"\r
-#include "instance/rtc.h"\r
-#include "instance/gpbr.h"\r
-#include "instance/rswdt.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PERIPHERAL ID DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_id Peripheral Ids Definitions */\r
-/*@{*/\r
-\r
-#define ID_SUPC   ( 0) /**< \brief Supply Controller (SUPC) */\r
-#define ID_RSTC   ( 1) /**< \brief Reset Controller (RSTC) */\r
-#define ID_RTC    ( 2) /**< \brief Real Time Clock (RTC) */\r
-#define ID_RTT    ( 3) /**< \brief Real Time Timer (RTT) */\r
-#define ID_WDT    ( 4) /**< \brief Watchdog/Dual Watchdog Timer (WDT) */\r
-#define ID_PMC    ( 5) /**< \brief Power Management Controller (PMC) */\r
-#define ID_EFC    ( 6) /**< \brief Enhanced Embedded Flash Controller (EFC) */\r
-#define ID_UART0  ( 7) /**< \brief UART 0 (UART0) */\r
-#define ID_SMC    ( 8) /**< \brief Static Memory Controller (SMC) */\r
-#define ID_PIOA   ( 9) /**< \brief Parallel I/O Controller A (PIOA) */\r
-#define ID_PIOB   (10) /**< \brief Parallel I/O Controller B (PIOB) */\r
-#define ID_PIOC   (11) /**< \brief Parallel I/O Controller C (PIOC) */\r
-#define ID_PIOD   (12) /**< \brief Parallel I/O Controller D (PIOD) */\r
-#define ID_PIOE   (13) /**< \brief Parallel I/O Controller E (PIOE) */\r
-#define ID_USART0 (14) /**< \brief USART 0 (USART0) */\r
-#define ID_USART1 (15) /**< \brief USART 1 (USART1) */\r
-#define ID_HSMCI  (16) /**< \brief Multimedia Card Interface (HSMCI) */\r
-#define ID_TWI0   (17) /**< \brief Two Wire Interface 0 (TWI0) */\r
-#define ID_TWI1   (18) /**< \brief Two Wire Interface 1 (TWI1) */\r
-#define ID_SPI    (19) /**< \brief Serial Peripheral Interface (SPI) */\r
-#define ID_DMAC   (20) /**< \brief DMAC (DMAC) */\r
-#define ID_TC0    (21) /**< \brief Timer/Counter 0 (TC0) */\r
-#define ID_TC1    (22) /**< \brief Timer/Counter 1 (TC1) */\r
-#define ID_TC2    (23) /**< \brief Timer/Counter 2 (TC2) */\r
-#define ID_TC3    (24) /**< \brief Timer/Counter 3 (TC3) */\r
-#define ID_TC4    (25) /**< \brief Timer/Counter 4 (TC4) */\r
-#define ID_TC5    (26) /**< \brief Timer/Counter 5 (TC5) */\r
-#define ID_TC6    (27) /**< \brief Timer/Counter 6 (TC6) */\r
-#define ID_TC7    (28) /**< \brief Timer/Counter 7 (TC7) */\r
-#define ID_TC8    (29) /**< \brief Timer/Counter 8 (TC8) */\r
-#define ID_AFEC0  (30) /**< \brief Analog Front End 0 (AFEC0) */\r
-#define ID_AFEC1  (31) /**< \brief Analog Front End 1 (AFEC1) */\r
-#define ID_DACC   (32) /**< \brief Digital To Analog Converter (DACC) */\r
-#define ID_ACC    (33) /**< \brief Analog Comparator (ACC) */\r
-#define ID_ARM    (34) /**< \brief FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC (ARM) */\r
-#define ID_UDP    (35) /**< \brief USB DEVICE (UDP) */\r
-#define ID_PWM    (36) /**< \brief PWM (PWM) */\r
-#define ID_CAN0   (37) /**< \brief CAN0 (CAN0) */\r
-#define ID_CAN1   (38) /**< \brief CAN1 (CAN1) */\r
-#define ID_AES    (39) /**< \brief AES (AES) */\r
-#define ID_GMAC   (44) /**< \brief EMAC (GMAC) */\r
-#define ID_UART1  (45) /**< \brief UART (UART1) */\r
-\r
-#define ID_PERIPH_COUNT (46) /**< \brief Number of peripheral IDs */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   BASE ADDRESS DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_base Peripheral Base Address Definitions */\r
-/*@{*/\r
-\r
-#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))\r
-#define PWM        (0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    (0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        (0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       (0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       (0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define GMAC       (0x40034000U) /**< \brief (GMAC      ) Base Address */\r
-#define CRCCU      (0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define SMC        (0x40060000U) /**< \brief (SMC       ) Base Address */\r
-#define UART1      (0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  (0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      (0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  (0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        (0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        (0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    (0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        (0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    (0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        (0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    (0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        (0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     (0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 (0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     (0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 (0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       (0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   (0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       (0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   (0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      (0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  (0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      (0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  (0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       (0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   (0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        (0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       (0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       (0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     (0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        (0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      (0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  (0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     (0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        (0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       (0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   (0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       (0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       (0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define PIOD       (0x400E1400U) /**< \brief (PIOD      ) Base Address */\r
-#define PIOE       (0x400E1600U) /**< \brief (PIOE      ) Base Address */\r
-#define RSTC       (0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       (0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        (0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        (0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        (0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       (0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      (0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#else\r
-#define PWM        ((Pwm    *)0x40000000U) /**< \brief (PWM       ) Base Address */\r
-#define PDC_PWM    ((Pdc    *)0x40000100U) /**< \brief (PDC_PWM   ) Base Address */\r
-#define AES        ((Aes    *)0x40004000U) /**< \brief (AES       ) Base Address */\r
-#define CAN0       ((Can    *)0x40010000U) /**< \brief (CAN0      ) Base Address */\r
-#define CAN1       ((Can    *)0x40014000U) /**< \brief (CAN1      ) Base Address */\r
-#define GMAC       ((Gmac   *)0x40034000U) /**< \brief (GMAC      ) Base Address */\r
-#define CRCCU      ((Crccu  *)0x40044000U) /**< \brief (CRCCU     ) Base Address */\r
-#define SMC        ((Smc    *)0x40060000U) /**< \brief (SMC       ) Base Address */\r
-#define UART1      ((Uart   *)0x40060600U) /**< \brief (UART1     ) Base Address */\r
-#define PDC_UART1  ((Pdc    *)0x40060700U) /**< \brief (PDC_UART1 ) Base Address */\r
-#define HSMCI      ((Hsmci  *)0x40080000U) /**< \brief (HSMCI     ) Base Address */\r
-#define PDC_HSMCI  ((Pdc    *)0x40080100U) /**< \brief (PDC_HSMCI ) Base Address */\r
-#define UDP        ((Udp    *)0x40084000U) /**< \brief (UDP       ) Base Address */\r
-#define SPI        ((Spi    *)0x40088000U) /**< \brief (SPI       ) Base Address */\r
-#define PDC_SPI    ((Pdc    *)0x40088100U) /**< \brief (PDC_SPI   ) Base Address */\r
-#define TC0        ((Tc     *)0x40090000U) /**< \brief (TC0       ) Base Address */\r
-#define PDC_TC0    ((Pdc    *)0x40090100U) /**< \brief (PDC_TC0   ) Base Address */\r
-#define TC1        ((Tc     *)0x40094000U) /**< \brief (TC1       ) Base Address */\r
-#define PDC_TC1    ((Pdc    *)0x40094100U) /**< \brief (PDC_TC1   ) Base Address */\r
-#define TC2        ((Tc     *)0x40098000U) /**< \brief (TC2       ) Base Address */\r
-#define USART0     ((Usart  *)0x400A0000U) /**< \brief (USART0    ) Base Address */\r
-#define PDC_USART0 ((Pdc    *)0x400A0100U) /**< \brief (PDC_USART0) Base Address */\r
-#define USART1     ((Usart  *)0x400A4000U) /**< \brief (USART1    ) Base Address */\r
-#define PDC_USART1 ((Pdc    *)0x400A4100U) /**< \brief (PDC_USART1) Base Address */\r
-#define TWI0       ((Twi    *)0x400A8000U) /**< \brief (TWI0      ) Base Address */\r
-#define PDC_TWI0   ((Pdc    *)0x400A8100U) /**< \brief (PDC_TWI0  ) Base Address */\r
-#define TWI1       ((Twi    *)0x400AC000U) /**< \brief (TWI1      ) Base Address */\r
-#define PDC_TWI1   ((Pdc    *)0x400AC100U) /**< \brief (PDC_TWI1  ) Base Address */\r
-#define AFEC0      ((Afec   *)0x400B0000U) /**< \brief (AFEC0     ) Base Address */\r
-#define PDC_AFEC0  ((Pdc    *)0x400B0100U) /**< \brief (PDC_AFEC0 ) Base Address */\r
-#define AFEC1      ((Afec   *)0x400B4000U) /**< \brief (AFEC1     ) Base Address */\r
-#define PDC_AFEC1  ((Pdc    *)0x400B4100U) /**< \brief (PDC_AFEC1 ) Base Address */\r
-#define DACC       ((Dacc   *)0x400B8000U) /**< \brief (DACC      ) Base Address */\r
-#define PDC_DACC   ((Pdc    *)0x400B8100U) /**< \brief (PDC_DACC  ) Base Address */\r
-#define ACC        ((Acc    *)0x400BC000U) /**< \brief (ACC       ) Base Address */\r
-#define DMAC       ((Dmac   *)0x400C0000U) /**< \brief (DMAC      ) Base Address */\r
-#define CMCC       ((Cmcc   *)0x400C4000U) /**< \brief (CMCC      ) Base Address */\r
-#define MATRIX     ((Matrix *)0x400E0200U) /**< \brief (MATRIX    ) Base Address */\r
-#define PMC        ((Pmc    *)0x400E0400U) /**< \brief (PMC       ) Base Address */\r
-#define UART0      ((Uart   *)0x400E0600U) /**< \brief (UART0     ) Base Address */\r
-#define PDC_UART0  ((Pdc    *)0x400E0700U) /**< \brief (PDC_UART0 ) Base Address */\r
-#define CHIPID     ((Chipid *)0x400E0740U) /**< \brief (CHIPID    ) Base Address */\r
-#define EFC        ((Efc    *)0x400E0A00U) /**< \brief (EFC       ) Base Address */\r
-#define PIOA       ((Pio    *)0x400E0E00U) /**< \brief (PIOA      ) Base Address */\r
-#define PDC_PIOA   ((Pdc    *)0x400E0F68U) /**< \brief (PDC_PIOA  ) Base Address */\r
-#define PIOB       ((Pio    *)0x400E1000U) /**< \brief (PIOB      ) Base Address */\r
-#define PIOC       ((Pio    *)0x400E1200U) /**< \brief (PIOC      ) Base Address */\r
-#define PIOD       ((Pio    *)0x400E1400U) /**< \brief (PIOD      ) Base Address */\r
-#define PIOE       ((Pio    *)0x400E1600U) /**< \brief (PIOE      ) Base Address */\r
-#define RSTC       ((Rstc   *)0x400E1800U) /**< \brief (RSTC      ) Base Address */\r
-#define SUPC       ((Supc   *)0x400E1810U) /**< \brief (SUPC      ) Base Address */\r
-#define RTT        ((Rtt    *)0x400E1830U) /**< \brief (RTT       ) Base Address */\r
-#define WDT        ((Wdt    *)0x400E1850U) /**< \brief (WDT       ) Base Address */\r
-#define RTC        ((Rtc    *)0x400E1860U) /**< \brief (RTC       ) Base Address */\r
-#define GPBR       ((Gpbr   *)0x400E1890U) /**< \brief (GPBR      ) Base Address */\r
-#define RSWDT      ((Rswdt  *)0x400E1900U) /**< \brief (RSWDT     ) Base Address */\r
-#endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   PIO DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-/** \addtogroup SAM4E8E_pio Peripheral Pio Definitions */\r
-/*@{*/\r
-\r
-#include "pio/sam4e8e.h"\r
-/*@}*/\r
-\r
-/* ************************************************************************** */\r
-/*   MEMORY MAPPING DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-\r
-#define IFLASH_SIZE             (0x80000u)\r
-#define IFLASH_PAGE_SIZE        (512u)\r
-#define IFLASH_LOCK_REGION_SIZE (8192u)\r
-#define IFLASH_NB_OF_PAGES      (1024u)\r
-#define IFLASH_NB_OF_LOCK_BITS  (128u)\r
-#define IRAM_SIZE               (0x20000u)\r
-\r
-#define IFLASH_ADDR  (0x00400000u) /**< Internal Flash base address */\r
-#define IROM_ADDR    (0x00800000u) /**< Internal ROM base address */\r
-#define IRAM_ADDR    (0x20000000u) /**< Internal RAM base address */\r
-#define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */\r
-#define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */\r
-#define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */\r
-#define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */\r
-\r
-/* ************************************************************************** */\r
-/*   MISCELLANEOUS DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-\r
-#define CHIP_JTAGID (0x05B3703FUL)\r
-#define CHIP_CIDR   (0xA3CC0CE0UL)\r
-#define CHIP_EXID   (0x00120208UL)\r
-#define NB_CH_AFE0  (16UL)\r
-#define NB_CH_AFE1  (8UL)\r
-\r
-/* ************************************************************************** */\r
-/*   ELECTRICAL DEFINITIONS FOR SAM4E8E */\r
-/* ************************************************************************** */\r
-\r
-/* Device characteristics */\r
-#define CHIP_FREQ_SLCK_RC_MIN           (20000UL)\r
-#define CHIP_FREQ_SLCK_RC               (32000UL)\r
-#define CHIP_FREQ_SLCK_RC_MAX           (44000UL)\r
-#define CHIP_FREQ_MAINCK_RC_4MHZ        (4000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_8MHZ        (8000000UL)\r
-#define CHIP_FREQ_MAINCK_RC_12MHZ       (12000000UL)\r
-#define CHIP_FREQ_CPU_MAX               (120000000UL)\r
-#define CHIP_FREQ_XTAL_32K              (32768UL)\r
-#define CHIP_FREQ_XTAL_12M              (12000000UL)\r
-\r
-/* Embedded Flash Write Wait State */\r
-#define CHIP_FLASH_WRITE_WAIT_STATE     (6U)\r
-\r
-/* Embedded Flash Read Wait State (VDDCORE set at 1.20V) */\r
-#define CHIP_FREQ_FWS_0                 (20000000UL)  /**< \brief Maximum operating frequency when FWS is 0 */\r
-#define CHIP_FREQ_FWS_1                 (40000000UL)  /**< \brief Maximum operating frequency when FWS is 1 */\r
-#define CHIP_FREQ_FWS_2                 (60000000UL)  /**< \brief Maximum operating frequency when FWS is 2 */\r
-#define CHIP_FREQ_FWS_3                 (80000000UL)  /**< \brief Maximum operating frequency when FWS is 3 */\r
-#define CHIP_FREQ_FWS_4                 (100000000UL) /**< \brief Maximum operating frequency when FWS is 4 */\r
-#define CHIP_FREQ_FWS_5                 (123000000UL) /**< \brief Maximum operating frequency when FWS is 5 */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-/*@}*/\r
-\r
-#endif /* _SAM4E8E_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.c
deleted file mode 100644 (file)
index 57990ba..0000000
+++ /dev/null
@@ -1,202 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief This file contains the default exception handlers.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- * \par Purpose\r
- *\r
- * This file provides basic support for Cortex-M processor based\r
- * microcontrollers.\r
- *\r
- * \note\r
- * The exception handler has weak aliases.\r
- * As they are weak aliases, any function with the same name will override\r
- * this definition.\r
- *\r
- */\r
-\r
-#include "exceptions.h"\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-#ifdef __GNUC__\r
-void Dummy_Hardfault_Handler( void );\r
-/* Cortex-M4 core handlers */\r
-void Reset_Handler      (void  ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void NMI_Handler        ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void HardFault_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Hardfault_Handler")));\r
-void MemManage_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void BusFault_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void UsageFault_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void SVC_Handler        ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void DebugMon_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PendSV_Handler     ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void SysTick_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-\r
-/* Peripherals handlers */\r
-void SUPC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void RSTC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void RTC_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void RTT_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void WDT_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PMC_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void EFC_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void UART0_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void SMC_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PIOA_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PIOB_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PIOC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PIOD_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PIOE_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void USART0_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void USART1_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void HSMCI_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TWI0_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TWI1_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void SPI_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void DMAC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC0_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC1_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC2_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC3_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC4_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC5_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC6_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC7_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void TC8_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void AFEC0_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void AFEC1_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void DACC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void ACC_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void ARM_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void UDP_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void PWM_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void CAN0_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void CAN1_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void AES_Handler    ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void GMAC_Handler   ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-void UART1_Handler  ( void ) __attribute__ ((weak, alias("Dummy_Handler")));\r
-#endif /* __GNUC__ */\r
-\r
-#ifdef __ICCARM__\r
-/* Cortex-M4 core handlers */\r
-#pragma weak Reset_Handler=Dummy_Handler\r
-#pragma weak NMI_Handler=Dummy_Handler\r
-#pragma weak HardFault_Handler=Dummy_Handler\r
-#pragma weak MemManage_Handler=Dummy_Handler\r
-#pragma weak BusFault_Handler=Dummy_Handler\r
-#pragma weak UsageFault_Handler=Dummy_Handler\r
-#pragma weak SVC_Handler=Dummy_Handler\r
-#pragma weak DebugMon_Handler=Dummy_Handler\r
-#pragma weak PendSV_Handler=Dummy_Handler\r
-#pragma weak SysTick_Handler=Dummy_Handler\r
-\r
-/* Peripherals handlers */\r
-#pragma weak SUPC_Handler=Dummy_Handler\r
-#pragma weak RSTC_Handler=Dummy_Handler\r
-#pragma weak RTC_Handler=Dummy_Handler\r
-#pragma weak RTT_Handler=Dummy_Handler\r
-#pragma weak WDT_Handler=Dummy_Handler\r
-#pragma weak PMC_Handler=Dummy_Handler\r
-#pragma weak EFC_Handler=Dummy_Handler\r
-#pragma weak UART0_Handler=Dummy_Handler\r
-#pragma weak SMC_Handler=Dummy_Handler\r
-#pragma weak PIOA_Handler=Dummy_Handler\r
-#pragma weak PIOB_Handler=Dummy_Handler\r
-#pragma weak PIOC_Handler=Dummy_Handler\r
-#pragma weak PIOD_Handler=Dummy_Handler\r
-#pragma weak PIOE_Handler=Dummy_Handler\r
-#pragma weak USART0_Handler=Dummy_Handler\r
-#pragma weak USART1_Handler=Dummy_Handler\r
-#pragma weak HSMCI_Handler=Dummy_Handler\r
-#pragma weak TWI0_Handler=Dummy_Handler\r
-#pragma weak TWI1_Handler=Dummy_Handler\r
-#pragma weak SPI_Handler=Dummy_Handler\r
-#pragma weak DMAC_Handler=Dummy_Handler\r
-#pragma weak TC0_Handler=Dummy_Handler\r
-#pragma weak TC1_Handler=Dummy_Handler\r
-#pragma weak TC2_Handler=Dummy_Handler\r
-#pragma weak TC3_Handler=Dummy_Handler\r
-#pragma weak TC4_Handler=Dummy_Handler\r
-#pragma weak TC5_Handler=Dummy_Handler\r
-#pragma weak TC6_Handler=Dummy_Handler\r
-#pragma weak TC7_Handler=Dummy_Handler\r
-#pragma weak TC8_Handler=Dummy_Handler\r
-#pragma weak AFEC0_Handler=Dummy_Handler\r
-#pragma weak AFEC1_Handler=Dummy_Handler\r
-#pragma weak DACC_Handler=Dummy_Handler\r
-#pragma weak ACC_Handler=Dummy_Handler\r
-#pragma weak ARM_Handler=Dummy_Handler\r
-#pragma weak UDP_Handler=Dummy_Handler\r
-#pragma weak PWM_Handler=Dummy_Handler\r
-#pragma weak CAN0_Handler=Dummy_Handler\r
-#pragma weak CAN1_Handler=Dummy_Handler\r
-#pragma weak AES_Handler=Dummy_Handler\r
-#pragma weak GMAC_Handler=Dummy_Handler\r
-#pragma weak UART1_Handler=Dummy_Handler\r
-#endif /* __ICCARM__ */\r
-\r
-/**\r
- * \brief Default interrupt handler for unused IRQs.\r
- */\r
-void Dummy_Handler(void)\r
-{\r
-       while (1) {\r
-       }\r
-}\r
-\r
-void Dummy_Hardfault_Handler(void)\r
-{\r
-       while (1) {\r
-       }\r
-}\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/exceptions.h
deleted file mode 100644 (file)
index 5682a29..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief This file contains the interface for default exception handlers.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef EXCEPTIONS_H_INCLUDED\r
-#define EXCEPTIONS_H_INCLUDED\r
-\r
-#include "sam4e.h"\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-/* Function prototype for exception table items (interrupt handler). */\r
-typedef void (*IntFunc) (void);\r
-\r
-/* Default empty handler */\r
-void Dummy_Handler(void);\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-#endif /* EXCEPTIONS_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/gcc/startup_sam4e.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/gcc/startup_sam4e.c
deleted file mode 100644 (file)
index 56ee3ec..0000000
+++ /dev/null
@@ -1,191 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Startup file for SAM4E.\r
- *\r
- * Copyright (c) 2012 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "sam4e.h"\r
-#include "exceptions.h"\r
-#include "system_sam4e.h"\r
-#if __FPU_USED /* CMSIS defined value to indicate usage of FPU */\r
-#include "fpu.h"\r
-#endif\r
-\r
-/* Initialize segments */\r
-extern uint32_t _sfixed;\r
-extern uint32_t _efixed;\r
-extern uint32_t _etext;\r
-extern uint32_t _srelocate;\r
-extern uint32_t _erelocate;\r
-extern uint32_t _szero;\r
-extern uint32_t _ezero;\r
-extern uint32_t _sstack;\r
-extern uint32_t _estack;\r
-\r
-/** \cond DOXYGEN_SHOULD_SKIP_THIS */\r
-int main(void);\r
-/** \endcond */\r
-\r
-void __libc_init_array(void);\r
-\r
-/* Exception Table */\r
-__attribute__ ((section(".vectors")))\r
-const DeviceVectors exception_table = {\r
-\r
-       /* Configure Initial Stack Pointer, using linker-generated symbols */\r
-       (void*) (&_estack),\r
-\r
-       (void*) Reset_Handler,\r
-       (void*) NMI_Handler,\r
-       (void*) HardFault_Handler,\r
-       (void*) MemManage_Handler,\r
-       (void*) BusFault_Handler,\r
-       (void*) UsageFault_Handler,\r
-       (void*) (0UL),          /* Reserved */\r
-       (void*) (0UL),          /* Reserved */\r
-       (void*) (0UL),          /* Reserved */\r
-       (void*) (0UL),          /* Reserved */\r
-       (void*) SVC_Handler,\r
-       (void*) DebugMon_Handler,\r
-       (void*) (0UL),          /* Reserved */\r
-       (void*) PendSV_Handler,\r
-       (void*) SysTick_Handler,\r
-\r
-       /* Configurable interrupts */\r
-       (void*) SUPC_Handler,   /* 0  Supply Controller */\r
-       (void*) RSTC_Handler,   /* 1  Reset Controller */\r
-       (void*) RTC_Handler,    /* 2  Real Time Clock */\r
-       (void*) RTT_Handler,    /* 3  Real Time Timer */\r
-       (void*) WDT_Handler,    /* 4  Watchdog/Dual Watchdog Timer */\r
-       (void*) PMC_Handler,    /* 5  Power Management Controller */\r
-       (void*) EFC_Handler,    /* 6  Enhanced Embedded Flash Controller */\r
-       (void*) UART0_Handler,  /* 7  UART 0 */\r
-       (void*) Dummy_Handler,\r
-       (void*) PIOA_Handler,   /* 9  Parallel I/O Controller A */\r
-       (void*) PIOB_Handler,   /* 10 Parallel I/O Controller B */\r
-       (void*) PIOC_Handler,   /* 11 Parallel I/O Controller C */\r
-#ifdef _SAM4E_PIOD_INSTANCE_\r
-       (void*) PIOD_Handler,   /* 12 Parallel I/O Controller D */\r
-#else\r
-       (void*) Dummy_Handler,\r
-#endif\r
-#ifdef _SAM4E_PIOE_INSTANCE_\r
-       (void*) PIOE_Handler,   /* 13 Parallel I/O Controller E */\r
-#else\r
-       (void*) Dummy_Handler,\r
-#endif\r
-       (void*) USART0_Handler, /* 14 USART 0 */\r
-       (void*) USART1_Handler, /* 15 USART 1 */\r
-       (void*) HSMCI_Handler,  /* 16 Multimedia Card Interface */\r
-       (void*) TWI0_Handler,   /* 17 Two Wire Interface 0 */\r
-       (void*) TWI1_Handler,   /* 18 Two Wire Interface 1 */\r
-       (void*) SPI_Handler,    /* 19 Serial Peripheral Interface */\r
-       (void*) DMAC_Handler,   /* 20 DMAC */\r
-       (void*) TC0_Handler,    /* 21 Timer/Counter 0 */\r
-       (void*) TC1_Handler,    /* 22 Timer/Counter 1 */\r
-       (void*) TC2_Handler,    /* 23 Timer/Counter 2 */\r
-       (void*) TC3_Handler,    /* 24 Timer/Counter 3 */\r
-       (void*) TC4_Handler,    /* 25 Timer/Counter 4 */\r
-       (void*) TC5_Handler,    /* 26 Timer/Counter 5 */\r
-       (void*) TC6_Handler,    /* 27 Timer/Counter 6 */\r
-       (void*) TC7_Handler,    /* 28 Timer/Counter 7 */\r
-       (void*) TC8_Handler,    /* 29 Timer/Counter 8 */\r
-       (void*) AFEC0_Handler,  /* 30 Analog Front End 0 */\r
-       (void*) AFEC1_Handler,  /* 31 Analog Front End 1 */\r
-       (void*) DACC_Handler,   /* 32 Digital To Analog Converter */\r
-       (void*) ACC_Handler,    /* 33 Analog Comparator */\r
-       (void*) ARM_Handler,    /* 34 FPU signals : FPIXC, FPOFC, FPUFC, FPIOC, FPDZC, FPIDC, FPIXC */\r
-       (void*) UDP_Handler,    /* 35 USB DEVICE */\r
-       (void*) PWM_Handler,    /* 36 PWM */\r
-       (void*) CAN0_Handler,   /* 37 CAN0 */\r
-       (void*) CAN1_Handler,   /* 38 CAN1 */\r
-       (void*) AES_Handler,    /* 39 AES */\r
-       (void*) Dummy_Handler,\r
-       (void*) Dummy_Handler,\r
-       (void*) Dummy_Handler,\r
-       (void*) Dummy_Handler,\r
-#ifdef _SAM4E_GMAC_INSTANCE_\r
-       (void*) GMAC_Handler,   /* 44 EMAC */\r
-#else\r
-       (void*) Dummy_Handler,\r
-#endif\r
-       (void*) UART1_Handler   /* 45 UART */\r
-};\r
-\r
-/**\r
- * \brief This is the code that gets called on processor reset.\r
- * To initialize the device, and call the main() routine.\r
- */\r
-void Reset_Handler(void)\r
-{\r
-       uint32_t *pSrc, *pDest;\r
-\r
-       /* Initialize the relocate segment */\r
-       pSrc = &_etext;\r
-       pDest = &_srelocate;\r
-\r
-       if (pSrc != pDest) {\r
-               for (; pDest < &_erelocate;) {\r
-                       *pDest++ = *pSrc++;\r
-               }\r
-       }\r
-\r
-       /* Clear the zero segment */\r
-       for (pDest = &_szero; pDest < &_ezero;) {\r
-               *pDest++ = 0;\r
-       }\r
-\r
-       /* Set the vector table base address */\r
-       pSrc = (uint32_t *) & _sfixed;\r
-       SCB->VTOR = ((uint32_t) pSrc & SCB_VTOR_TBLOFF_Msk);\r
-\r
-#if __FPU_USED\r
-       fpu_enable();\r
-#endif\r
-\r
-       /* Initialize the C library */\r
-       __libc_init_array();\r
-\r
-       /* Branch to main function */\r
-       main();\r
-\r
-       /* Infinite loop */\r
-       while (1);\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.c
deleted file mode 100644 (file)
index 906ed98..0000000
+++ /dev/null
@@ -1,231 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Provides the low-level initialization functions that called\r
- * on chip startup.\r
- *\r
- * Copyright (c) 2011 - 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include "sam4e.h"\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-/* Clock Settings (120MHz) */\r
-#define SYS_BOARD_OSCOUNT   (CKGR_MOR_MOSCXTST(0x8U))\r
-#define SYS_BOARD_PLLAR     (CKGR_PLLAR_ONE \\r
-               | CKGR_PLLAR_MULA(0x13U) \\r
-               | CKGR_PLLAR_PLLACOUNT(0x3fU) \\r
-               | CKGR_PLLAR_DIVA(0x1U))\r
-#define SYS_BOARD_MCKR      (PMC_MCKR_PRES_CLK_2 | PMC_MCKR_CSS_PLLA_CLK)\r
-\r
-#define SYS_CKGR_MOR_KEY_VALUE CKGR_MOR_KEY(0x37) /* Key to unlock MOR register */\r
-\r
-uint32_t SystemCoreClock = CHIP_FREQ_MAINCK_RC_4MHZ;\r
-\r
-/**\r
- * \brief Setup the microcontroller system.\r
- * Initialize the System and update the SystemFrequency variable.\r
- */\r
-void SystemInit( void )\r
-{\r
-       /* Set FWS according to SYS_BOARD_MCKR configuration */\r
-       EFC->EEFC_FMR = EEFC_FMR_FWS(5);\r
-\r
-       /* Initialize main oscillator */\r
-       if ( !(PMC->CKGR_MOR & CKGR_MOR_MOSCSEL) ) {\r
-               PMC->CKGR_MOR = SYS_CKGR_MOR_KEY_VALUE | SYS_BOARD_OSCOUNT |\r
-                               CKGR_MOR_MOSCRCEN | CKGR_MOR_MOSCXTEN;\r
-\r
-               while ( !(PMC->PMC_SR & PMC_SR_MOSCXTS) ) {\r
-               }\r
-       }\r
-\r
-       /* Switch to 3-20MHz Xtal oscillator */\r
-       PMC->CKGR_MOR = SYS_CKGR_MOR_KEY_VALUE | SYS_BOARD_OSCOUNT |\r
-                       CKGR_MOR_MOSCRCEN | CKGR_MOR_MOSCXTEN |\r
-                       CKGR_MOR_MOSCSEL;\r
-\r
-       while ( !(PMC->PMC_SR & PMC_SR_MOSCSELS) ) {\r
-       }\r
-\r
-       PMC->PMC_MCKR = (PMC->PMC_MCKR & ~(uint32_t)PMC_MCKR_CSS_Msk) |\r
-                       PMC_MCKR_CSS_MAIN_CLK;\r
-\r
-       while ( !(PMC->PMC_SR & PMC_SR_MCKRDY) ) {\r
-       }\r
-\r
-       /* Initialize PLLA */\r
-       PMC->CKGR_PLLAR = SYS_BOARD_PLLAR;\r
-       while ( !(PMC->PMC_SR & PMC_SR_LOCKA) ) {\r
-       }\r
-\r
-       /* Switch to main clock */\r
-       PMC->PMC_MCKR = (SYS_BOARD_MCKR & ~PMC_MCKR_CSS_Msk) |\r
-                       PMC_MCKR_CSS_MAIN_CLK;\r
-       while ( !(PMC->PMC_SR & PMC_SR_MCKRDY) ) {\r
-       }\r
-\r
-       /* Switch to PLLA */\r
-       PMC->PMC_MCKR = SYS_BOARD_MCKR;\r
-       while ( !(PMC->PMC_SR & PMC_SR_MCKRDY) ) {\r
-       }\r
-\r
-       SystemCoreClock = CHIP_FREQ_CPU_MAX;\r
-}\r
-\r
-void SystemCoreClockUpdate( void )\r
-{\r
-       /* Determine clock frequency according to clock register values */\r
-       switch (PMC->PMC_MCKR & (uint32_t) PMC_MCKR_CSS_Msk) {\r
-       case PMC_MCKR_CSS_SLOW_CLK:     /* Slow clock */\r
-               if ( SUPC->SUPC_SR & SUPC_SR_OSCSEL ) {\r
-                       SystemCoreClock = CHIP_FREQ_XTAL_32K;\r
-               } else {\r
-                       SystemCoreClock = CHIP_FREQ_SLCK_RC;\r
-               }\r
-               break;\r
-\r
-       case PMC_MCKR_CSS_MAIN_CLK:     /* Main clock */\r
-               if ( PMC->CKGR_MOR & CKGR_MOR_MOSCSEL ) {\r
-                       SystemCoreClock = CHIP_FREQ_XTAL_12M;\r
-               } else {\r
-                       SystemCoreClock = CHIP_FREQ_MAINCK_RC_4MHZ;\r
-\r
-                       switch ( PMC->CKGR_MOR & CKGR_MOR_MOSCRCF_Msk ) {\r
-                       case CKGR_MOR_MOSCRCF_4_MHz:\r
-                               break;\r
-\r
-                       case CKGR_MOR_MOSCRCF_8_MHz:\r
-                               SystemCoreClock *= 2U;\r
-                               break;\r
-\r
-                       case CKGR_MOR_MOSCRCF_12_MHz:\r
-                               SystemCoreClock *= 3U;\r
-                               break;\r
-\r
-                       default:\r
-                               break;\r
-                       }\r
-               }\r
-               break;\r
-\r
-       case PMC_MCKR_CSS_PLLA_CLK:     /* PLLA clock */\r
-               if ( PMC->CKGR_MOR & CKGR_MOR_MOSCSEL ) {\r
-                       SystemCoreClock = CHIP_FREQ_XTAL_12M ;\r
-               } else {\r
-                       SystemCoreClock = CHIP_FREQ_MAINCK_RC_4MHZ;\r
-\r
-                       switch ( PMC->CKGR_MOR & CKGR_MOR_MOSCRCF_Msk ) {\r
-                       case CKGR_MOR_MOSCRCF_4_MHz:\r
-                               break;\r
-\r
-                       case CKGR_MOR_MOSCRCF_8_MHz:\r
-                               SystemCoreClock *= 2U;\r
-                               break;\r
-\r
-                       case CKGR_MOR_MOSCRCF_12_MHz:\r
-                               SystemCoreClock *= 3U;\r
-                               break;\r
-\r
-                       default:\r
-                               break;\r
-                       }\r
-               }\r
-\r
-               if ((uint32_t) (PMC->PMC_MCKR & (uint32_t) PMC_MCKR_CSS_Msk) == PMC_MCKR_CSS_PLLA_CLK)\r
-               {\r
-                       SystemCoreClock *= ((((PMC->CKGR_PLLAR) & CKGR_PLLAR_MULA_Msk) >> CKGR_PLLAR_MULA_Pos) + 1U);\r
-                       SystemCoreClock /= ((((PMC->CKGR_PLLAR) & CKGR_PLLAR_DIVA_Msk) >> CKGR_PLLAR_DIVA_Pos));\r
-               }\r
-               break;\r
-\r
-       default:\r
-               break;\r
-       }\r
-\r
-       if ((PMC->PMC_MCKR & PMC_MCKR_PRES_Msk) == PMC_MCKR_PRES_CLK_3) {\r
-               SystemCoreClock /= 3U;\r
-       } else {\r
-               SystemCoreClock >>= ((PMC->PMC_MCKR & PMC_MCKR_PRES_Msk) >>\r
-                               PMC_MCKR_PRES_Pos);\r
-       }\r
-}\r
-\r
-/**\r
- * Initialize flash.\r
- */\r
-void system_init_flash( uint32_t ul_clk )\r
-{\r
-       /* Set FWS for embedded Flash access according to operating frequency */\r
-       if ( ul_clk < CHIP_FREQ_FWS_0 ) {\r
-               EFC->EEFC_FMR = EEFC_FMR_FWS(0);\r
-       } else {\r
-               if (ul_clk < CHIP_FREQ_FWS_1) {\r
-                       EFC->EEFC_FMR = EEFC_FMR_FWS(1);\r
-               } else {\r
-                       if (ul_clk < CHIP_FREQ_FWS_2) {\r
-                               EFC->EEFC_FMR = EEFC_FMR_FWS(2);\r
-                       } else {\r
-                               if ( ul_clk < CHIP_FREQ_FWS_3 ) {\r
-                                       EFC->EEFC_FMR = EEFC_FMR_FWS(3);\r
-                               } else {\r
-                                       if ( ul_clk < CHIP_FREQ_FWS_4 ) {\r
-                                               EFC->EEFC_FMR = EEFC_FMR_FWS(4);\r
-                                       } else {\r
-                                               EFC->EEFC_FMR = EEFC_FMR_FWS(5);\r
-                                       }\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-}\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/cmsis/sam4e/source/templates/system_sam4e.h
deleted file mode 100644 (file)
index d1238d6..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Provides the low-level initialization functions that called\r
- * on chip startup.\r
- *\r
- * Copyright (c) 2011 - 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef SYSTEM_SAM4E_H_INCLUDED\r
-#define SYSTEM_SAM4E_H_INCLUDED\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-#include <stdint.h>\r
-\r
-extern uint32_t SystemCoreClock; /* System Clock Frequency (Core Clock) */\r
-\r
-/**\r
- * @brief Setup the microcontroller system.\r
- * Initialize the System and update the SystemCoreClock variable.\r
- */\r
-void SystemInit(void);\r
-\r
-/**\r
- * @brief Updates the SystemCoreClock with current core Clock\r
- * retrieved from cpu registers.\r
- */\r
-void SystemCoreClockUpdate(void);\r
-\r
-/**\r
- * Initialize flash.\r
- */\r
-void system_init_flash(uint32_t dw_clk);\r
-\r
-/* @cond 0 */\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/* @endcond */\r
-\r
-#endif /* SYSTEM_SAM4E_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/compiler.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/compiler.h
deleted file mode 100644 (file)
index 943eed1..0000000
+++ /dev/null
@@ -1,1163 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Commonly used includes, types and macros.\r
- *\r
- * Copyright (c) 2010-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef UTILS_COMPILER_H\r
-#define UTILS_COMPILER_H\r
-\r
-/**\r
- * \defgroup group_sam_utils Compiler abstraction layer and code utilities\r
- *\r
- * Compiler abstraction layer and code utilities for AT91SAM.\r
- * This module provides various abstraction layers and utilities to make code compatible between different compilers.\r
- *\r
- * \{\r
- */\r
-#include <stddef.h>\r
-\r
-#if (defined __ICCARM__)\r
-#  include <intrinsics.h>\r
-#endif\r
-\r
-#include <parts.h>\r
-#include "preprocessor.h"\r
-\r
-#include <io.h>\r
-\r
-//_____ D E C L A R A T I O N S ____________________________________________\r
-\r
-#ifndef __ASSEMBLY__ // Not defined for assembling.\r
-\r
-#include <stdio.h>\r
-#include <stdbool.h>\r
-#include <stdint.h>\r
-#include <stdlib.h>\r
-\r
-#ifdef __ICCARM__\r
-/*! \name Compiler Keywords\r
- *\r
- * Port of some keywords from GCC to IAR Embedded Workbench.\r
- */\r
-//! @{\r
-#define __asm__             asm\r
-#define __inline__          inline\r
-#define __volatile__\r
-//! @}\r
-\r
-#endif\r
-\r
-#define FUNC_PTR                            void *\r
-/**\r
- * \def UNUSED\r
- * \brief Marking \a v as a unused parameter or value.\r
- */\r
-#define UNUSED(v)          (void)(v)\r
-\r
-/**\r
- * \def unused\r
- * \brief Marking \a v as a unused parameter or value.\r
- */\r
-#define unused(v)          do { (void)(v); } while(0)\r
-\r
-/**\r
- * \def barrier\r
- * \brief Memory barrier\r
- */\r
-#define barrier()          __DMB()\r
-\r
-/**\r
- * \brief Emit the compiler pragma \a arg.\r
- *\r
- * \param arg The pragma directive as it would appear after \e \#pragma\r
- * (i.e. not stringified).\r
- */\r
-#define COMPILER_PRAGMA(arg)            _Pragma(#arg)\r
-\r
-/**\r
- * \def COMPILER_PACK_SET(alignment)\r
- * \brief Set maximum alignment for subsequent struct and union\r
- * definitions to \a alignment.\r
- */\r
-#define COMPILER_PACK_SET(alignment)   COMPILER_PRAGMA(pack(alignment))\r
-\r
-/**\r
- * \def COMPILER_PACK_RESET()\r
- * \brief Set default alignment for subsequent struct and union\r
- * definitions.\r
- */\r
-#define COMPILER_PACK_RESET()          COMPILER_PRAGMA(pack())\r
-\r
-\r
-/**\r
- * \brief Set aligned boundary.\r
- */\r
-#if (defined __GNUC__) || (defined __CC_ARM)\r
-#   define COMPILER_ALIGNED(a)    __attribute__((__aligned__(a)))\r
-#elif (defined __ICCARM__)\r
-#   define COMPILER_ALIGNED(a)    COMPILER_PRAGMA(data_alignment = a)\r
-#endif\r
-\r
-/**\r
- * \brief Set word-aligned boundary.\r
- */\r
-#if (defined __GNUC__) || defined(__CC_ARM)\r
-#define COMPILER_WORD_ALIGNED    __attribute__((__aligned__(4)))\r
-#elif (defined __ICCARM__)\r
-#define COMPILER_WORD_ALIGNED    COMPILER_PRAGMA(data_alignment = 4)\r
-#endif\r
-\r
-/**\r
- * \def __always_inline\r
- * \brief The function should always be inlined.\r
- *\r
- * This annotation instructs the compiler to ignore its inlining\r
- * heuristics and inline the function no matter how big it thinks it\r
- * becomes.\r
- */\r
-#ifndef __always_inline\r
-       #if defined(__CC_ARM)\r
-       #   define __always_inline   __forceinline\r
-       #elif (defined __GNUC__)\r
-       #       define __always_inline   inline __attribute__((__always_inline__))\r
-       #elif (defined __ICCARM__)\r
-       #       define __always_inline   _Pragma("inline=forced")\r
-       #endif\r
-#endif\r
-\r
-/*! \brief This macro is used to test fatal errors.\r
- *\r
- * The macro tests if the expression is false. If it is, a fatal error is\r
- * detected and the application hangs up. If TEST_SUITE_DEFINE_ASSERT_MACRO\r
- * is defined, a unit test version of the macro is used, to allow execution\r
- * of further tests after a false expression.\r
- *\r
- * \param expr  Expression to evaluate and supposed to be nonzero.\r
- */\r
-#if defined(_ASSERT_ENABLE_)\r
-#  if defined(TEST_SUITE_DEFINE_ASSERT_MACRO)\r
-     // Assert() is defined in unit_test/suite.h\r
-#    include "unit_test/suite.h"\r
-#  else\r
-#undef TEST_SUITE_DEFINE_ASSERT_MACRO\r
-#    define Assert(expr) \\r
-       {\\r
-               if (!(expr)) while (true);\\r
-       }\r
-#  endif\r
-#else\r
-#  define Assert(expr) ((void) 0)\r
-#endif\r
-\r
-/* Define WEAK attribute */\r
-#if defined   ( __CC_ARM   ) /* Keil ÂµVision 4 */\r
-#   define WEAK __attribute__ ((weak))\r
-#elif defined ( __ICCARM__ ) /* IAR Ewarm 5.41+ */\r
-#   define WEAK __weak\r
-#elif defined (  __GNUC__  ) /* GCC CS3 2009q3-68 */\r
-#   define WEAK __attribute__ ((weak))\r
-#endif\r
-\r
-/* Define NO_INIT attribute */\r
-#if defined   ( __CC_ARM   )\r
-#   define NO_INIT __attribute__((zero_init))\r
-#elif defined ( __ICCARM__ )\r
-#   define NO_INIT __no_init\r
-#elif defined (  __GNUC__  )\r
-#   define NO_INIT __attribute__((section(".no_init")))\r
-#endif\r
-\r
-/* Define RAMFUNC attribute */\r
-#if defined   ( __CC_ARM   ) /* Keil ÂµVision 4 */\r
-#   define RAMFUNC __attribute__ ((section(".ramfunc")))\r
-#elif defined ( __ICCARM__ ) /* IAR Ewarm 5.41+ */\r
-#   define RAMFUNC __ramfunc\r
-#elif defined (  __GNUC__  ) /* GCC CS3 2009q3-68 */\r
-#   define RAMFUNC __attribute__ ((section(".ramfunc")))\r
-#endif\r
-\r
-/* Define OPTIMIZE_HIGH attribute */\r
-#if defined   ( __CC_ARM   ) /* Keil ÂµVision 4 */\r
-#   define OPTIMIZE_HIGH _Pragma("O3") \r
-#elif defined ( __ICCARM__ ) /* IAR Ewarm 5.41+ */\r
-#   define OPTIMIZE_HIGH _Pragma("optimize=high")\r
-#elif defined (  __GNUC__  ) /* GCC CS3 2009q3-68 */\r
-#   define OPTIMIZE_HIGH __attribute__((optimize(s)))\r
-#endif\r
-\r
-#include "interrupt.h"\r
-\r
-/*! \name Usual Types\r
- */\r
-//! @{\r
-typedef unsigned char           Bool; //!< Boolean.\r
-#ifndef __cplusplus\r
-#if !defined(__bool_true_false_are_defined)\r
-typedef unsigned char           bool; //!< Boolean.\r
-#endif\r
-#endif\r
-typedef int8_t                  S8 ;  //!< 8-bit signed integer.\r
-typedef uint8_t                 U8 ;  //!< 8-bit unsigned integer.\r
-typedef int16_t                 S16;  //!< 16-bit signed integer.\r
-typedef uint16_t                U16;  //!< 16-bit unsigned integer.\r
-typedef uint16_t                le16_t;\r
-typedef uint16_t                be16_t;\r
-typedef int32_t                 S32;  //!< 32-bit signed integer.\r
-typedef uint32_t                U32;  //!< 32-bit unsigned integer.\r
-typedef uint32_t                le32_t;\r
-typedef uint32_t                be32_t;\r
-typedef int64_t                 S64;  //!< 64-bit signed integer.\r
-typedef uint64_t                U64;  //!< 64-bit unsigned integer.\r
-typedef float                   F32;  //!< 32-bit floating-point number.\r
-typedef double                  F64;  //!< 64-bit floating-point number.\r
-typedef uint32_t                iram_size_t;\r
-//! @}\r
-\r
-\r
-/*! \name Status Types\r
- */\r
-//! @{\r
-typedef bool                Status_bool_t;  //!< Boolean status.\r
-typedef U8                  Status_t;       //!< 8-bit-coded status.\r
-//! @}\r
-\r
-\r
-/*! \name Aliasing Aggregate Types\r
- */\r
-//! @{\r
-\r
-//! 16-bit union.\r
-typedef union\r
-{\r
-  S16 s16   ;\r
-  U16 u16   ;\r
-  S8  s8 [2];\r
-  U8  u8 [2];\r
-} Union16;\r
-\r
-//! 32-bit union.\r
-typedef union\r
-{\r
-  S32 s32   ;\r
-  U32 u32   ;\r
-  S16 s16[2];\r
-  U16 u16[2];\r
-  S8  s8 [4];\r
-  U8  u8 [4];\r
-} Union32;\r
-\r
-//! 64-bit union.\r
-typedef union\r
-{\r
-  S64 s64   ;\r
-  U64 u64   ;\r
-  S32 s32[2];\r
-  U32 u32[2];\r
-  S16 s16[4];\r
-  U16 u16[4];\r
-  S8  s8 [8];\r
-  U8  u8 [8];\r
-} Union64;\r
-\r
-//! Union of pointers to 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef union\r
-{\r
-  S64 *s64ptr;\r
-  U64 *u64ptr;\r
-  S32 *s32ptr;\r
-  U32 *u32ptr;\r
-  S16 *s16ptr;\r
-  U16 *u16ptr;\r
-  S8  *s8ptr ;\r
-  U8  *u8ptr ;\r
-} UnionPtr;\r
-\r
-//! Union of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef union\r
-{\r
-  volatile S64 *s64ptr;\r
-  volatile U64 *u64ptr;\r
-  volatile S32 *s32ptr;\r
-  volatile U32 *u32ptr;\r
-  volatile S16 *s16ptr;\r
-  volatile U16 *u16ptr;\r
-  volatile S8  *s8ptr ;\r
-  volatile U8  *u8ptr ;\r
-} UnionVPtr;\r
-\r
-//! Union of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef union\r
-{\r
-  const S64 *s64ptr;\r
-  const U64 *u64ptr;\r
-  const S32 *s32ptr;\r
-  const U32 *u32ptr;\r
-  const S16 *s16ptr;\r
-  const U16 *u16ptr;\r
-  const S8  *s8ptr ;\r
-  const U8  *u8ptr ;\r
-} UnionCPtr;\r
-\r
-//! Union of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef union\r
-{\r
-  const volatile S64 *s64ptr;\r
-  const volatile U64 *u64ptr;\r
-  const volatile S32 *s32ptr;\r
-  const volatile U32 *u32ptr;\r
-  const volatile S16 *s16ptr;\r
-  const volatile U16 *u16ptr;\r
-  const volatile S8  *s8ptr ;\r
-  const volatile U8  *u8ptr ;\r
-} UnionCVPtr;\r
-\r
-//! Structure of pointers to 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef struct\r
-{\r
-  S64 *s64ptr;\r
-  U64 *u64ptr;\r
-  S32 *s32ptr;\r
-  U32 *u32ptr;\r
-  S16 *s16ptr;\r
-  U16 *u16ptr;\r
-  S8  *s8ptr ;\r
-  U8  *u8ptr ;\r
-} StructPtr;\r
-\r
-//! Structure of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef struct\r
-{\r
-  volatile S64 *s64ptr;\r
-  volatile U64 *u64ptr;\r
-  volatile S32 *s32ptr;\r
-  volatile U32 *u32ptr;\r
-  volatile S16 *s16ptr;\r
-  volatile U16 *u16ptr;\r
-  volatile S8  *s8ptr ;\r
-  volatile U8  *u8ptr ;\r
-} StructVPtr;\r
-\r
-//! Structure of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef struct\r
-{\r
-  const S64 *s64ptr;\r
-  const U64 *u64ptr;\r
-  const S32 *s32ptr;\r
-  const U32 *u32ptr;\r
-  const S16 *s16ptr;\r
-  const U16 *u16ptr;\r
-  const S8  *s8ptr ;\r
-  const U8  *u8ptr ;\r
-} StructCPtr;\r
-\r
-//! Structure of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers.\r
-typedef struct\r
-{\r
-  const volatile S64 *s64ptr;\r
-  const volatile U64 *u64ptr;\r
-  const volatile S32 *s32ptr;\r
-  const volatile U32 *u32ptr;\r
-  const volatile S16 *s16ptr;\r
-  const volatile U16 *u16ptr;\r
-  const volatile S8  *s8ptr ;\r
-  const volatile U8  *u8ptr ;\r
-} StructCVPtr;\r
-\r
-//! @}\r
-\r
-#endif  // #ifndef __ASSEMBLY__\r
-\r
-/*! \name Usual Constants\r
- */\r
-//! @{\r
-#define DISABLE   0\r
-#define ENABLE    1\r
-#ifndef __cplusplus\r
-#if !defined(__bool_true_false_are_defined)\r
-#define false     0\r
-#define true      1\r
-#endif\r
-#endif\r
-#define PASS      0\r
-#define FAIL      1\r
-#define LOW       0\r
-#define HIGH      1\r
-//! @}\r
-\r
-\r
-#ifndef __ASSEMBLY__ // not for assembling.\r
-\r
-//! \name Optimization Control\r
-//@{\r
-\r
-/**\r
- * \def likely(exp)\r
- * \brief The expression \a exp is likely to be true\r
- */\r
-#ifndef likely\r
-#   define likely(exp)    (exp)\r
-#endif\r
-\r
-/**\r
- * \def unlikely(exp)\r
- * \brief The expression \a exp is unlikely to be true\r
- */\r
-#ifndef unlikely\r
-#   define unlikely(exp)  (exp)\r
-#endif\r
-\r
-/**\r
- * \def is_constant(exp)\r
- * \brief Determine if an expression evaluates to a constant value.\r
- *\r
- * \param exp Any expression\r
- *\r
- * \return true if \a exp is constant, false otherwise.\r
- */\r
-#if (defined __GNUC__) || (defined __CC_ARM)\r
-#   define is_constant(exp)       __builtin_constant_p(exp)\r
-#else\r
-#   define is_constant(exp)       (0)\r
-#endif\r
-\r
-//! @}\r
-\r
-/*! \name Bit-Field Handling\r
- */\r
-//! @{\r
-\r
-/*! \brief Reads the bits of a value specified by a given bit-mask.\r
- *\r
- * \param value Value to read bits from.\r
- * \param mask  Bit-mask indicating bits to read.\r
- *\r
- * \return Read bits.\r
- */\r
-#define Rd_bits( value, mask)        ((value) & (mask))\r
-\r
-/*! \brief Writes the bits of a C lvalue specified by a given bit-mask.\r
- *\r
- * \param lvalue  C lvalue to write bits to.\r
- * \param mask    Bit-mask indicating bits to write.\r
- * \param bits    Bits to write.\r
- *\r
- * \return Resulting value with written bits.\r
- */\r
-#define Wr_bits(lvalue, mask, bits)  ((lvalue) = ((lvalue) & ~(mask)) |\\r
-                                                 ((bits  ) &  (mask)))\r
-\r
-/*! \brief Tests the bits of a value specified by a given bit-mask.\r
- *\r
- * \param value Value of which to test bits.\r
- * \param mask  Bit-mask indicating bits to test.\r
- *\r
- * \return \c 1 if at least one of the tested bits is set, else \c 0.\r
- */\r
-#define Tst_bits( value, mask)  (Rd_bits(value, mask) != 0)\r
-\r
-/*! \brief Clears the bits of a C lvalue specified by a given bit-mask.\r
- *\r
- * \param lvalue  C lvalue of which to clear bits.\r
- * \param mask    Bit-mask indicating bits to clear.\r
- *\r
- * \return Resulting value with cleared bits.\r
- */\r
-#define Clr_bits(lvalue, mask)  ((lvalue) &= ~(mask))\r
-\r
-/*! \brief Sets the bits of a C lvalue specified by a given bit-mask.\r
- *\r
- * \param lvalue  C lvalue of which to set bits.\r
- * \param mask    Bit-mask indicating bits to set.\r
- *\r
- * \return Resulting value with set bits.\r
- */\r
-#define Set_bits(lvalue, mask)  ((lvalue) |=  (mask))\r
-\r
-/*! \brief Toggles the bits of a C lvalue specified by a given bit-mask.\r
- *\r
- * \param lvalue  C lvalue of which to toggle bits.\r
- * \param mask    Bit-mask indicating bits to toggle.\r
- *\r
- * \return Resulting value with toggled bits.\r
- */\r
-#define Tgl_bits(lvalue, mask)  ((lvalue) ^=  (mask))\r
-\r
-/*! \brief Reads the bit-field of a value specified by a given bit-mask.\r
- *\r
- * \param value Value to read a bit-field from.\r
- * \param mask  Bit-mask indicating the bit-field to read.\r
- *\r
- * \return Read bit-field.\r
- */\r
-#define Rd_bitfield( value, mask)           (Rd_bits( value, mask) >> ctz(mask))\r
-\r
-/*! \brief Writes the bit-field of a C lvalue specified by a given bit-mask.\r
- *\r
- * \param lvalue    C lvalue to write a bit-field to.\r
- * \param mask      Bit-mask indicating the bit-field to write.\r
- * \param bitfield  Bit-field to write.\r
- *\r
- * \return Resulting value with written bit-field.\r
- */\r
-#define Wr_bitfield(lvalue, mask, bitfield) (Wr_bits(lvalue, mask, (U32)(bitfield) << ctz(mask)))\r
-\r
-//! @}\r
-\r
-\r
-/*! \name Zero-Bit Counting\r
- *\r
- * Under GCC, __builtin_clz and __builtin_ctz behave like macros when\r
- * applied to constant expressions (values known at compile time), so they are\r
- * more optimized than the use of the corresponding assembly instructions and\r
- * they can be used as constant expressions e.g. to initialize objects having\r
- * static storage duration, and like the corresponding assembly instructions\r
- * when applied to non-constant expressions (values unknown at compile time), so\r
- * they are more optimized than an assembly periphrasis. Hence, clz and ctz\r
- * ensure a possible and optimized behavior for both constant and non-constant\r
- * expressions.\r
- */\r
-//! @{\r
-\r
-/*! \brief Counts the leading zero bits of the given value considered as a 32-bit integer.\r
- *\r
- * \param u Value of which to count the leading zero bits.\r
- *\r
- * \return The count of leading zero bits in \a u.\r
- */\r
-#if (defined __GNUC__) || (defined __CC_ARM)\r
-#   define clz(u)              __builtin_clz(u)\r
-#elif (defined __ICCARM__)\r
-#   define clz(u)              __CLZ(u)\r
-#else\r
-#   define clz(u)              (((u) == 0)          ? 32 : \\r
-                                ((u) & (1ul << 31)) ?  0 : \\r
-                                ((u) & (1ul << 30)) ?  1 : \\r
-                                ((u) & (1ul << 29)) ?  2 : \\r
-                                ((u) & (1ul << 28)) ?  3 : \\r
-                                ((u) & (1ul << 27)) ?  4 : \\r
-                                ((u) & (1ul << 26)) ?  5 : \\r
-                                ((u) & (1ul << 25)) ?  6 : \\r
-                                ((u) & (1ul << 24)) ?  7 : \\r
-                                ((u) & (1ul << 23)) ?  8 : \\r
-                                ((u) & (1ul << 22)) ?  9 : \\r
-                                ((u) & (1ul << 21)) ? 10 : \\r
-                                ((u) & (1ul << 20)) ? 11 : \\r
-                                ((u) & (1ul << 19)) ? 12 : \\r
-                                ((u) & (1ul << 18)) ? 13 : \\r
-                                ((u) & (1ul << 17)) ? 14 : \\r
-                                ((u) & (1ul << 16)) ? 15 : \\r
-                                ((u) & (1ul << 15)) ? 16 : \\r
-                                ((u) & (1ul << 14)) ? 17 : \\r
-                                ((u) & (1ul << 13)) ? 18 : \\r
-                                ((u) & (1ul << 12)) ? 19 : \\r
-                                ((u) & (1ul << 11)) ? 20 : \\r
-                                ((u) & (1ul << 10)) ? 21 : \\r
-                                ((u) & (1ul <<  9)) ? 22 : \\r
-                                ((u) & (1ul <<  8)) ? 23 : \\r
-                                ((u) & (1ul <<  7)) ? 24 : \\r
-                                ((u) & (1ul <<  6)) ? 25 : \\r
-                                ((u) & (1ul <<  5)) ? 26 : \\r
-                                ((u) & (1ul <<  4)) ? 27 : \\r
-                                ((u) & (1ul <<  3)) ? 28 : \\r
-                                ((u) & (1ul <<  2)) ? 29 : \\r
-                                ((u) & (1ul <<  1)) ? 30 : \\r
-                                31)\r
-#endif\r
-\r
-/*! \brief Counts the trailing zero bits of the given value considered as a 32-bit integer.\r
- *\r
- * \param u Value of which to count the trailing zero bits.\r
- *\r
- * \return The count of trailing zero bits in \a u.\r
- */\r
-#if (defined __GNUC__) || (defined __CC_ARM)\r
-#   define ctz(u)              __builtin_ctz(u)\r
-#else\r
-#   define ctz(u)              ((u) & (1ul <<  0) ?  0 : \\r
-                                (u) & (1ul <<  1) ?  1 : \\r
-                                (u) & (1ul <<  2) ?  2 : \\r
-                                (u) & (1ul <<  3) ?  3 : \\r
-                                (u) & (1ul <<  4) ?  4 : \\r
-                                (u) & (1ul <<  5) ?  5 : \\r
-                                (u) & (1ul <<  6) ?  6 : \\r
-                                (u) & (1ul <<  7) ?  7 : \\r
-                                (u) & (1ul <<  8) ?  8 : \\r
-                                (u) & (1ul <<  9) ?  9 : \\r
-                                (u) & (1ul << 10) ? 10 : \\r
-                                (u) & (1ul << 11) ? 11 : \\r
-                                (u) & (1ul << 12) ? 12 : \\r
-                                (u) & (1ul << 13) ? 13 : \\r
-                                (u) & (1ul << 14) ? 14 : \\r
-                                (u) & (1ul << 15) ? 15 : \\r
-                                (u) & (1ul << 16) ? 16 : \\r
-                                (u) & (1ul << 17) ? 17 : \\r
-                                (u) & (1ul << 18) ? 18 : \\r
-                                (u) & (1ul << 19) ? 19 : \\r
-                                (u) & (1ul << 20) ? 20 : \\r
-                                (u) & (1ul << 21) ? 21 : \\r
-                                (u) & (1ul << 22) ? 22 : \\r
-                                (u) & (1ul << 23) ? 23 : \\r
-                                (u) & (1ul << 24) ? 24 : \\r
-                                (u) & (1ul << 25) ? 25 : \\r
-                                (u) & (1ul << 26) ? 26 : \\r
-                                (u) & (1ul << 27) ? 27 : \\r
-                                (u) & (1ul << 28) ? 28 : \\r
-                                (u) & (1ul << 29) ? 29 : \\r
-                                (u) & (1ul << 30) ? 30 : \\r
-                                (u) & (1ul << 31) ? 31 : \\r
-                                32)\r
-#endif\r
-\r
-//! @}\r
-\r
-\r
-/*! \name Bit Reversing\r
- */\r
-//! @{\r
-\r
-/*! \brief Reverses the bits of \a u8.\r
- *\r
- * \param u8  U8 of which to reverse the bits.\r
- *\r
- * \return Value resulting from \a u8 with reversed bits.\r
- */\r
-#define bit_reverse8(u8)    ((U8)(bit_reverse32((U8)(u8)) >> 24))\r
-\r
-/*! \brief Reverses the bits of \a u16.\r
- *\r
- * \param u16 U16 of which to reverse the bits.\r
- *\r
- * \return Value resulting from \a u16 with reversed bits.\r
- */\r
-#define bit_reverse16(u16)  ((U16)(bit_reverse32((U16)(u16)) >> 16))\r
-\r
-/*! \brief Reverses the bits of \a u32.\r
- *\r
- * \param u32 U32 of which to reverse the bits.\r
- *\r
- * \return Value resulting from \a u32 with reversed bits.\r
- */\r
-#define bit_reverse32(u32)   __RBIT(u32)\r
-\r
-/*! \brief Reverses the bits of \a u64.\r
- *\r
- * \param u64 U64 of which to reverse the bits.\r
- *\r
- * \return Value resulting from \a u64 with reversed bits.\r
- */\r
-#define bit_reverse64(u64)  ((U64)(((U64)bit_reverse32((U64)(u64) >> 32)) |\\r
-                                   ((U64)bit_reverse32((U64)(u64)) << 32)))\r
-\r
-//! @}\r
-\r
-\r
-/*! \name Alignment\r
- */\r
-//! @{\r
-\r
-/*! \brief Tests alignment of the number \a val with the \a n boundary.\r
- *\r
- * \param val Input value.\r
- * \param n   Boundary.\r
- *\r
- * \return \c 1 if the number \a val is aligned with the \a n boundary, else \c 0.\r
- */\r
-#define Test_align(val, n     ) (!Tst_bits( val, (n) - 1     )   )\r
-\r
-/*! \brief Gets alignment of the number \a val with respect to the \a n boundary.\r
- *\r
- * \param val Input value.\r
- * \param n   Boundary.\r
- *\r
- * \return Alignment of the number \a val with respect to the \a n boundary.\r
- */\r
-#define Get_align( val, n     ) (  Rd_bits( val, (n) - 1     )   )\r
-\r
-/*! \brief Sets alignment of the lvalue number \a lval to \a alg with respect to the \a n boundary.\r
- *\r
- * \param lval  Input/output lvalue.\r
- * \param n     Boundary.\r
- * \param alg   Alignment.\r
- *\r
- * \return New value of \a lval resulting from its alignment set to \a alg with respect to the \a n boundary.\r
- */\r
-#define Set_align(lval, n, alg) (  Wr_bits(lval, (n) - 1, alg)   )\r
-\r
-/*! \brief Aligns the number \a val with the upper \a n boundary.\r
- *\r
- * \param val Input value.\r
- * \param n   Boundary.\r
- *\r
- * \return Value resulting from the number \a val aligned with the upper \a n boundary.\r
- */\r
-#define Align_up(  val, n     ) (((val) + ((n) - 1)) & ~((n) - 1))\r
-\r
-/*! \brief Aligns the number \a val with the lower \a n boundary.\r
- *\r
- * \param val Input value.\r
- * \param n   Boundary.\r
- *\r
- * \return Value resulting from the number \a val aligned with the lower \a n boundary.\r
- */\r
-#define Align_down(val, n     ) ( (val)              & ~((n) - 1))\r
-\r
-//! @}\r
-\r
-\r
-/*! \name Mathematics\r
- *\r
- * The same considerations as for clz and ctz apply here but GCC does not\r
- * provide built-in functions to access the assembly instructions abs, min and\r
- * max and it does not produce them by itself in most cases, so two sets of\r
- * macros are defined here:\r
- *   - Abs, Min and Max to apply to constant expressions (values known at\r
- *     compile time);\r
- *   - abs, min and max to apply to non-constant expressions (values unknown at\r
- *     compile time), abs is found in stdlib.h.\r
- */\r
-//! @{\r
-\r
-/*! \brief Takes the absolute value of \a a.\r
- *\r
- * \param a Input value.\r
- *\r
- * \return Absolute value of \a a.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Abs(a)              (((a) <  0 ) ? -(a) : (a))\r
-\r
-/*! \brief Takes the minimal value of \a a and \a b.\r
- *\r
- * \param a Input value.\r
- * \param b Input value.\r
- *\r
- * \return Minimal value of \a a and \a b.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Min(a, b)           (((a) < (b)) ?  (a) : (b))\r
-\r
-/*! \brief Takes the maximal value of \a a and \a b.\r
- *\r
- * \param a Input value.\r
- * \param b Input value.\r
- *\r
- * \return Maximal value of \a a and \a b.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Max(a, b)           (((a) > (b)) ?  (a) : (b))\r
-\r
-// abs() is already defined by stdlib.h\r
-\r
-/*! \brief Takes the minimal value of \a a and \a b.\r
- *\r
- * \param a Input value.\r
- * \param b Input value.\r
- *\r
- * \return Minimal value of \a a and \a b.\r
- *\r
- * \note More optimized if only used with values unknown at compile time.\r
- */\r
-#define min(a, b)   Min(a, b)\r
-\r
-/*! \brief Takes the maximal value of \a a and \a b.\r
- *\r
- * \param a Input value.\r
- * \param b Input value.\r
- *\r
- * \return Maximal value of \a a and \a b.\r
- *\r
- * \note More optimized if only used with values unknown at compile time.\r
- */\r
-#define max(a, b)   Max(a, b)\r
-\r
-//! @}\r
-\r
-\r
-/*! \brief Calls the routine at address \a addr.\r
- *\r
- * It generates a long call opcode.\r
- *\r
- * For example, `Long_call(0x80000000)' generates a software reset on a UC3 if\r
- * it is invoked from the CPU supervisor mode.\r
- *\r
- * \param addr  Address of the routine to call.\r
- *\r
- * \note It may be used as a long jump opcode in some special cases.\r
- */\r
-#define Long_call(addr)                   ((*(void (*)(void))(addr))())\r
-\r
-\r
-/*! \name MCU Endianism Handling\r
- * ARM is MCU little endianism.\r
- */\r
-//! @{\r
-#define  MSB(u16)       (((U8  *)&(u16))[1]) //!< Most significant byte of \a u16.\r
-#define  LSB(u16)       (((U8  *)&(u16))[0]) //!< Least significant byte of \a u16.\r
-\r
-#define  MSH(u32)       (((U16 *)&(u32))[1]) //!< Most significant half-word of \a u32.\r
-#define  LSH(u32)       (((U16 *)&(u32))[0]) //!< Least significant half-word of \a u32.\r
-#define  MSB0W(u32)     (((U8  *)&(u32))[3]) //!< Most significant byte of 1st rank of \a u32.\r
-#define  MSB1W(u32)     (((U8  *)&(u32))[2]) //!< Most significant byte of 2nd rank of \a u32.\r
-#define  MSB2W(u32)     (((U8  *)&(u32))[1]) //!< Most significant byte of 3rd rank of \a u32.\r
-#define  MSB3W(u32)     (((U8  *)&(u32))[0]) //!< Most significant byte of 4th rank of \a u32.\r
-#define  LSB3W(u32)     MSB0W(u32)           //!< Least significant byte of 4th rank of \a u32.\r
-#define  LSB2W(u32)     MSB1W(u32)           //!< Least significant byte of 3rd rank of \a u32.\r
-#define  LSB1W(u32)     MSB2W(u32)           //!< Least significant byte of 2nd rank of \a u32.\r
-#define  LSB0W(u32)     MSB3W(u32)           //!< Least significant byte of 1st rank of \a u32.\r
-        \r
-#define  MSW(u64)       (((U32 *)&(u64))[1]) //!< Most significant word of \a u64.\r
-#define  LSW(u64)       (((U32 *)&(u64))[0]) //!< Least significant word of \a u64.\r
-#define  MSH0(u64)      (((U16 *)&(u64))[3]) //!< Most significant half-word of 1st rank of \a u64.\r
-#define  MSH1(u64)      (((U16 *)&(u64))[2]) //!< Most significant half-word of 2nd rank of \a u64.\r
-#define  MSH2(u64)      (((U16 *)&(u64))[1]) //!< Most significant half-word of 3rd rank of \a u64.\r
-#define  MSH3(u64)      (((U16 *)&(u64))[0]) //!< Most significant half-word of 4th rank of \a u64.\r
-#define  LSH3(u64)      MSH0(u64)            //!< Least significant half-word of 4th rank of \a u64.\r
-#define  LSH2(u64)      MSH1(u64)            //!< Least significant half-word of 3rd rank of \a u64.\r
-#define  LSH1(u64)      MSH2(u64)            //!< Least significant half-word of 2nd rank of \a u64.\r
-#define  LSH0(u64)      MSH3(u64)            //!< Least significant half-word of 1st rank of \a u64.\r
-#define  MSB0D(u64)     (((U8  *)&(u64))[7]) //!< Most significant byte of 1st rank of \a u64.\r
-#define  MSB1D(u64)     (((U8  *)&(u64))[6]) //!< Most significant byte of 2nd rank of \a u64.\r
-#define  MSB2D(u64)     (((U8  *)&(u64))[5]) //!< Most significant byte of 3rd rank of \a u64.\r
-#define  MSB3D(u64)     (((U8  *)&(u64))[4]) //!< Most significant byte of 4th rank of \a u64.\r
-#define  MSB4D(u64)     (((U8  *)&(u64))[3]) //!< Most significant byte of 5th rank of \a u64.\r
-#define  MSB5D(u64)     (((U8  *)&(u64))[2]) //!< Most significant byte of 6th rank of \a u64.\r
-#define  MSB6D(u64)     (((U8  *)&(u64))[1]) //!< Most significant byte of 7th rank of \a u64.\r
-#define  MSB7D(u64)     (((U8  *)&(u64))[0]) //!< Most significant byte of 8th rank of \a u64.\r
-#define  LSB7D(u64)     MSB0D(u64)           //!< Least significant byte of 8th rank of \a u64.\r
-#define  LSB6D(u64)     MSB1D(u64)           //!< Least significant byte of 7th rank of \a u64.\r
-#define  LSB5D(u64)     MSB2D(u64)           //!< Least significant byte of 6th rank of \a u64.\r
-#define  LSB4D(u64)     MSB3D(u64)           //!< Least significant byte of 5th rank of \a u64.\r
-#define  LSB3D(u64)     MSB4D(u64)           //!< Least significant byte of 4th rank of \a u64.\r
-#define  LSB2D(u64)     MSB5D(u64)           //!< Least significant byte of 3rd rank of \a u64.\r
-#define  LSB1D(u64)     MSB6D(u64)           //!< Least significant byte of 2nd rank of \a u64.\r
-#define  LSB0D(u64)     MSB7D(u64)           //!< Least significant byte of 1st rank of \a u64.\r
-\r
-#define  BE16(x)        Swap16(x)\r
-#define  LE16(x)        (x)\r
-\r
-#define  le16_to_cpu(x) (x)\r
-#define  cpu_to_le16(x) (x)\r
-#define  LE16_TO_CPU(x) (x)\r
-#define  CPU_TO_LE16(x) (x)\r
-\r
-#define  be16_to_cpu(x) Swap16(x)\r
-#define  cpu_to_be16(x) Swap16(x)\r
-#define  BE16_TO_CPU(x) Swap16(x)\r
-#define  CPU_TO_BE16(x) Swap16(x)\r
-\r
-#define  le32_to_cpu(x) (x)\r
-#define  cpu_to_le32(x) (x)\r
-#define  LE32_TO_CPU(x) (x)\r
-#define  CPU_TO_LE32(x) (x)\r
-\r
-#define  be32_to_cpu(x) swap32(x)\r
-#define  cpu_to_be32(x) swap32(x)\r
-#define  BE32_TO_CPU(x) swap32(x)\r
-#define  CPU_TO_BE32(x) swap32(x)\r
-//! @}\r
-\r
-\r
-/*! \name Endianism Conversion\r
- *\r
- * The same considerations as for clz and ctz apply here but GCC's\r
- * __builtin_bswap_32 and __builtin_bswap_64 do not behave like macros when\r
- * applied to constant expressions, so two sets of macros are defined here:\r
- *   - Swap16, Swap32 and Swap64 to apply to constant expressions (values known\r
- *     at compile time);\r
- *   - swap16, swap32 and swap64 to apply to non-constant expressions (values\r
- *     unknown at compile time).\r
- */\r
-//! @{\r
-\r
-/*! \brief Toggles the endianism of \a u16 (by swapping its bytes).\r
- *\r
- * \param u16 U16 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u16 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Swap16(u16) ((U16)(((U16)(u16) >> 8) |\\r
-                           ((U16)(u16) << 8)))\r
-\r
-/*! \brief Toggles the endianism of \a u32 (by swapping its bytes).\r
- *\r
- * \param u32 U32 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u32 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Swap32(u32) ((U32)(((U32)Swap16((U32)(u32) >> 16)) |\\r
-                           ((U32)Swap16((U32)(u32)) << 16)))\r
-\r
-/*! \brief Toggles the endianism of \a u64 (by swapping its bytes).\r
- *\r
- * \param u64 U64 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u64 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values known at compile time.\r
- */\r
-#define Swap64(u64) ((U64)(((U64)Swap32((U64)(u64) >> 32)) |\\r
-                           ((U64)Swap32((U64)(u64)) << 32)))\r
-\r
-/*! \brief Toggles the endianism of \a u16 (by swapping its bytes).\r
- *\r
- * \param u16 U16 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u16 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values unknown at compile time.\r
- */\r
-#define swap16(u16) Swap16(u16)\r
-\r
-/*! \brief Toggles the endianism of \a u32 (by swapping its bytes).\r
- *\r
- * \param u32 U32 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u32 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values unknown at compile time.\r
- */\r
-#if (defined __GNUC__)\r
-#   define swap32(u32) ((U32)__builtin_bswap32((U32)(u32)))\r
-#else\r
-#   define swap32(u32) Swap32(u32)\r
-#endif\r
-\r
-/*! \brief Toggles the endianism of \a u64 (by swapping its bytes).\r
- *\r
- * \param u64 U64 of which to toggle the endianism.\r
- *\r
- * \return Value resulting from \a u64 with toggled endianism.\r
- *\r
- * \note More optimized if only used with values unknown at compile time.\r
- */\r
-#if (defined __GNUC__)\r
-#   define swap64(u64) ((U64)__builtin_bswap64((U64)(u64)))\r
-#else\r
-#   define swap64(u64) ((U64)(((U64)swap32((U64)(u64) >> 32)) |\\r
-                           ((U64)swap32((U64)(u64)) << 32)))\r
-#endif\r
-\r
-//! @}\r
-\r
-\r
-/*! \name Target Abstraction\r
- */\r
-//! @{\r
-\r
-#define _GLOBEXT_           extern      //!< extern storage-class specifier.\r
-#define _CONST_TYPE_        const       //!< const type qualifier.\r
-#define _MEM_TYPE_SLOW_                 //!< Slow memory type.\r
-#define _MEM_TYPE_MEDFAST_              //!< Fairly fast memory type.\r
-#define _MEM_TYPE_FAST_                 //!< Fast memory type.\r
-\r
-typedef U8                  Byte;       //!< 8-bit unsigned integer.\r
-\r
-#define memcmp_ram2ram      memcmp      //!< Target-specific memcmp of RAM to RAM.\r
-#define memcmp_code2ram     memcmp      //!< Target-specific memcmp of RAM to NVRAM.\r
-#define memcpy_ram2ram      memcpy      //!< Target-specific memcpy from RAM to RAM.\r
-#define memcpy_code2ram     memcpy      //!< Target-specific memcpy from NVRAM to RAM.\r
-\r
-#define LSB0(u32)           LSB0W(u32)  //!< Least significant byte of 1st rank of \a u32.\r
-#define LSB1(u32)           LSB1W(u32)  //!< Least significant byte of 2nd rank of \a u32.\r
-#define LSB2(u32)           LSB2W(u32)  //!< Least significant byte of 3rd rank of \a u32.\r
-#define LSB3(u32)           LSB3W(u32)  //!< Least significant byte of 4th rank of \a u32.\r
-#define MSB3(u32)           MSB3W(u32)  //!< Most significant byte of 4th rank of \a u32.\r
-#define MSB2(u32)           MSB2W(u32)  //!< Most significant byte of 3rd rank of \a u32.\r
-#define MSB1(u32)           MSB1W(u32)  //!< Most significant byte of 2nd rank of \a u32.\r
-#define MSB0(u32)           MSB0W(u32)  //!< Most significant byte of 1st rank of \a u32.\r
-\r
-//! @}\r
-\r
-/**\r
- * \brief Calculate \f$ \left\lceil \frac{a}{b} \right\rceil \f$ using\r
- * integer arithmetic.\r
- *\r
- * \param a An integer\r
- * \param b Another integer\r
- *\r
- * \return (\a a / \a b) rounded up to the nearest integer.\r
- */\r
-#define div_ceil(a, b)      (((a) + (b) - 1) / (b))\r
-\r
-#endif  // #ifndef __ASSEMBLY__\r
-\r
-\r
-#if defined(__ICCARM__)\r
-#define SHORTENUM           __packed\r
-#elif defined(__GNUC__)\r
-#define SHORTENUM           __attribute__((packed))\r
-#endif\r
-\r
-/* No operation */\r
-#if defined(__ICCARM__)\r
-#define nop()               __no_operation()\r
-#elif defined(__GNUC__)\r
-#define nop()               (__NOP())\r
-#endif\r
-\r
-#define FLASH_DECLARE(x)  const x\r
-#define FLASH_EXTERN(x) extern const x\r
-#define PGM_READ_BYTE(x) *(x)\r
-#define PGM_READ_WORD(x) *(x)\r
-#define MEMCPY_ENDIAN memcpy\r
-#define PGM_READ_BLOCK(dst, src, len) memcpy((dst), (src), (len))\r
-\r
-/*Defines the Flash Storage for the request and response of MAC*/\r
-#define CMD_ID_OCTET    (0)\r
-\r
-/* Converting of values from CPU endian to little endian. */\r
-#define CPU_ENDIAN_TO_LE16(x)   (x)\r
-#define CPU_ENDIAN_TO_LE32(x)   (x)\r
-#define CPU_ENDIAN_TO_LE64(x)   (x)\r
-\r
-/* Converting of values from little endian to CPU endian. */\r
-#define LE16_TO_CPU_ENDIAN(x)   (x)\r
-#define LE32_TO_CPU_ENDIAN(x)   (x)\r
-#define LE64_TO_CPU_ENDIAN(x)   (x)\r
-\r
-/* Converting of constants from little endian to CPU endian. */\r
-#define CLE16_TO_CPU_ENDIAN(x)  (x)\r
-#define CLE32_TO_CPU_ENDIAN(x)  (x)\r
-#define CLE64_TO_CPU_ENDIAN(x)  (x)\r
-\r
-/* Converting of constants from CPU endian to little endian. */\r
-#define CCPU_ENDIAN_TO_LE16(x)  (x)\r
-#define CCPU_ENDIAN_TO_LE32(x)  (x)\r
-#define CCPU_ENDIAN_TO_LE64(x)  (x)\r
-\r
-#define ADDR_COPY_DST_SRC_16(dst, src)  ((dst) = (src))\r
-#define ADDR_COPY_DST_SRC_64(dst, src)  ((dst) = (src))\r
-\r
-/**\r
- * @brief Converts a 64-Bit value into  a 8 Byte array\r
- *\r
- * @param[in] value 64-Bit value\r
- * @param[out] data Pointer to the 8 Byte array to be updated with 64-Bit value\r
- * @ingroup apiPalApi\r
- */\r
-static inline void convert_64_bit_to_byte_array(uint64_t value, uint8_t *data)\r
-{\r
-    uint8_t val_index = 0;\r
-\r
-    while (val_index < 8)\r
-    {\r
-        data[val_index++] = value & 0xFF;\r
-        value = value >> 8;\r
-    }\r
-}\r
-\r
-/**\r
- * @brief Converts a 16-Bit value into  a 2 Byte array\r
- *\r
- * @param[in] value 16-Bit value\r
- * @param[out] data Pointer to the 2 Byte array to be updated with 16-Bit value\r
- * @ingroup apiPalApi\r
- */\r
-static inline void convert_16_bit_to_byte_array(uint16_t value, uint8_t *data)\r
-{\r
-    data[0] = value & 0xFF;\r
-    data[1] = (value >> 8) & 0xFF;\r
-}\r
-\r
-/* Converts a 16-Bit value into a 2 Byte array */\r
-static inline void convert_spec_16_bit_to_byte_array(uint16_t value, uint8_t *data)\r
-{\r
-    data[0] = value & 0xFF;\r
-    data[1] = (value >> 8) & 0xFF;\r
-}\r
-\r
-/* Converts a 16-Bit value into a 2 Byte array */\r
-static inline void convert_16_bit_to_byte_address(uint16_t value, uint8_t *data)\r
-{\r
-    data[0] = value & 0xFF;\r
-    data[1] = (value >> 8) & 0xFF;\r
-}\r
-\r
-/*\r
- * @brief Converts a 2 Byte array into a 16-Bit value\r
- *\r
- * @param data Specifies the pointer to the 2 Byte array\r
- *\r
- * @return 16-Bit value\r
- * @ingroup apiPalApi\r
- */\r
-static inline uint16_t convert_byte_array_to_16_bit(uint8_t *data)\r
-{\r
-    return (data[0] | ((uint16_t)data[1] << 8));\r
-}\r
-\r
-/**\r
- * @brief Converts a 8 Byte array into a 64-Bit value\r
- *\r
- * @param data Specifies the pointer to the 8 Byte array\r
- *\r
- * @return 64-Bit value\r
- * @ingroup apiPalApi\r
- */\r
-static inline uint64_t convert_byte_array_to_64_bit(uint8_t *data)\r
-{\r
-    union\r
-    {\r
-        uint64_t u64;\r
-        uint8_t u8[8];\r
-    } long_addr;\r
-\r
-    uint8_t val_index;\r
-\r
-    for (val_index = 0; val_index < 8; val_index++)\r
-    {\r
-        long_addr.u8[val_index] = *data++;\r
-    }\r
-\r
-    return long_addr.u64;\r
-}\r
-/**\r
- * \}\r
- */\r
-\r
-#endif /* UTILS_COMPILER_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/fpu/fpu.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/fpu/fpu.h
deleted file mode 100644 (file)
index c28c39a..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief FPU support for SAM.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _FPU_H_INCLUDED_\r
-#define _FPU_H_INCLUDED_\r
-\r
-#include <compiler.h>\r
-\r
-/** Address for ARM CPACR */\r
-#define ADDR_CPACR 0xE000ED88\r
-\r
-/** CPACR Register */\r
-#define REG_CPACR  (*((volatile uint32_t *)ADDR_CPACR))\r
-\r
-/**\r
- * Enable FPU\r
- */\r
-__always_inline static void fpu_enable(void)\r
-{\r
-       irqflags_t flags;\r
-       flags = cpu_irq_save();\r
-       REG_CPACR |=  (0xFu << 20);\r
-       __DSB();\r
-       __ISB();\r
-       cpu_irq_restore(flags);\r
-}\r
-\r
-/**\r
- * Disable FPU\r
- */\r
-__always_inline static void fpu_disable(void)\r
-{\r
-       irqflags_t flags;\r
-       flags = cpu_irq_save();\r
-       REG_CPACR &= ~(0xFu << 20);\r
-       __DSB();\r
-       __ISB();\r
-       cpu_irq_restore(flags);\r
-}\r
-\r
-/**\r
- * Check if FPU is enabled\r
- */\r
-__always_inline static bool fpu_is_enabled(void)\r
-{\r
-       return (REG_CPACR & (0xFu << 20));\r
-}\r
-\r
-#endif /* _FPU_H_INCLUDED_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/header_files/io.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/header_files/io.h
deleted file mode 100644 (file)
index b0fbd29..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Arch file for SAM.\r
- *\r
- * This file defines common SAM series.\r
- *\r
- * Copyright (c) 2011 - 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _SAM_IO_\r
-#define _SAM_IO_\r
-\r
-/* SAM3 family */\r
-\r
-/* SAM3S series */\r
-#if (SAM3S)\r
-# if (SAM3S8 || SAM3SD8)\r
-#  include "sam3s8.h"\r
-# else\r
-#  include "sam3s.h"\r
-# endif\r
-#endif\r
-\r
-/* SAM3U series */\r
-#if (SAM3U)\r
-#  include "sam3u.h"\r
-#endif\r
-\r
-/* SAM3N series */\r
-#if (SAM3N)\r
-#  include "sam3n.h"\r
-#endif\r
-\r
-/* SAM3XA series */\r
-#if (SAM3XA)\r
-#  include "sam3xa.h"\r
-#endif\r
-\r
-/* SAM4S series */\r
-#if (SAM4S)\r
-#  include "sam4s.h"\r
-#endif\r
-\r
-/* SAM4L series */\r
-#if (SAM4L)\r
-#  include "sam4l.h"\r
-#endif\r
-\r
-/* SAM4E series */\r
-#if (SAM4E)\r
-#  include "sam4e.h"\r
-#endif\r
-\r
-/* SAM4N series */\r
-#if (SAM4N)\r
-#  include "sam4n.h"\r
-#endif\r
-\r
-#endif /* _SAM_IO_ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/linker_scripts/sam4e/sam4e16e/gcc/flash.ld
deleted file mode 100644 (file)
index d01ef3e..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Flash Linker script for SAM.\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- * \r
- * 1. Redistributions of source code must retain the above copyright notice, \r
- *    this list of conditions and the following disclaimer.\r
- * \r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- * \r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- * \r
- * 4. This software may only be redistributed and used in connection with an \r
- *    Atmel microcontroller product.\r
- * \r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")\r
-OUTPUT_ARCH(arm)\r
-SEARCH_DIR(.)\r
-\r
-/* Memory Spaces Definitions */\r
-MEMORY\r
-{\r
-  rom (rx)  : ORIGIN = 0x00400000, LENGTH = 0x00100000\r
-  ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000\r
-}\r
-\r
-/* The stack size used by the application. NOTE: you need to adjust according to your application. */\r
-STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x3000;\r
-\r
-SECTIONS\r
-{\r
-    .text :\r
-    {\r
-        . = ALIGN(4);\r
-        _sfixed = .;\r
-        KEEP(*(.vectors .vectors.*))\r
-        *(.text .text.* .gnu.linkonce.t.*)\r
-        *(.glue_7t) *(.glue_7)\r
-        *(.rodata .rodata* .gnu.linkonce.r.*)\r
-        *(.ARM.extab* .gnu.linkonce.armextab.*)\r
-\r
-        /* Support C constructors, and C destructors in both user code\r
-           and the C library. This also provides support for C++ code. */\r
-        . = ALIGN(4);\r
-        KEEP(*(.init))\r
-        . = ALIGN(4);\r
-        __preinit_array_start = .;\r
-        KEEP (*(.preinit_array))\r
-        __preinit_array_end = .;\r
-\r
-        . = ALIGN(4);\r
-        __init_array_start = .;\r
-        KEEP (*(SORT(.init_array.*)))\r
-        KEEP (*(.init_array))\r
-        __init_array_end = .;\r
-\r
-        . = ALIGN(0x4);\r
-        KEEP (*crtbegin.o(.ctors))\r
-        KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))\r
-        KEEP (*(SORT(.ctors.*)))\r
-        KEEP (*crtend.o(.ctors))\r
-\r
-        . = ALIGN(4);\r
-        KEEP(*(.fini))\r
-\r
-        . = ALIGN(4);\r
-        __fini_array_start = .;\r
-        KEEP (*(.fini_array))\r
-        KEEP (*(SORT(.fini_array.*)))\r
-        __fini_array_end = .;\r
-\r
-        KEEP (*crtbegin.o(.dtors))\r
-        KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))\r
-        KEEP (*(SORT(.dtors.*)))\r
-        KEEP (*crtend.o(.dtors))\r
-\r
-        . = ALIGN(4);\r
-        _efixed = .;            /* End of text section */\r
-    } > rom\r
-\r
-    /* .ARM.exidx is sorted, so has to go in its own output section.  */\r
-    PROVIDE_HIDDEN (__exidx_start = .);\r
-    .ARM.exidx :\r
-    {\r
-      *(.ARM.exidx* .gnu.linkonce.armexidx.*)\r
-    } > rom\r
-    PROVIDE_HIDDEN (__exidx_end = .);\r
-\r
-    . = ALIGN(4);\r
-    _etext = .;\r
-\r
-    .relocate : AT (_etext)\r
-    {\r
-        . = ALIGN(4);\r
-        _srelocate = .;\r
-        *(.ramfunc .ramfunc.*);\r
-        *(.data .data.*);\r
-        . = ALIGN(4);\r
-        _erelocate = .;\r
-    } > ram\r
-\r
-    /* .bss section which is used for uninitialized data */\r
-    .bss (NOLOAD) :\r
-    {\r
-        . = ALIGN(4);\r
-        _sbss = . ;\r
-        _szero = .;\r
-        *(.bss .bss.*)\r
-        *(COMMON)\r
-        . = ALIGN(4);\r
-        _ebss = . ;\r
-        _ezero = .;\r
-    } > ram\r
-\r
-    /* stack section */\r
-    .stack (NOLOAD):\r
-    {\r
-        . = ALIGN(8);\r
-        _sstack = .;\r
-        . = . + STACK_SIZE;\r
-        . = ALIGN(8);\r
-        _estack = .;\r
-    } > ram\r
-\r
-    . = ALIGN(4);\r
-    _end = . ;\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/make/Makefile.sam.in b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/make/Makefile.sam.in
deleted file mode 100644 (file)
index 2dd582d..0000000
+++ /dev/null
@@ -1,482 +0,0 @@
-# List of available make goals:\r
-#\r
-# all                     Default target, builds the project\r
-# clean                   Clean up the project\r
-# rebuild                 Rebuild the project\r
-# debug_flash             Builds the project and debug in flash\r
-# debug_sram              Builds the project and debug in sram\r
-#\r
-# doc                     Build the documentation\r
-# cleandoc                Clean up the documentation\r
-# rebuilddoc              Rebuild the documentation\r
-#\r
-# \file\r
-#\r
-# Copyright (c) 2011 - 2013 Atmel Corporation. All rights reserved.\r
-#\r
-# \asf_license_start\r
-#\r
-# \page License\r
-#\r
-# Redistribution and use in source and binary forms, with or without\r
-# modification, are permitted provided that the following conditions are met:\r
-#\r
-# 1. Redistributions of source code must retain the above copyright notice,\r
-#    this list of conditions and the following disclaimer.\r
-#\r
-# 2. Redistributions in binary form must reproduce the above copyright notice,\r
-#    this list of conditions and the following disclaimer in the documentation\r
-#    and/or other materials provided with the distribution.\r
-#\r
-# 3. The name of Atmel may not be used to endorse or promote products derived\r
-#    from this software without specific prior written permission.\r
-#\r
-# 4. This software may only be redistributed and used in connection with an\r
-#    Atmel microcontroller product.\r
-#\r
-# THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
-# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
-# EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
-# POSSIBILITY OF SUCH DAMAGE.\r
-#\r
-# \asf_license_stop\r
-#\r
-\r
-# Include the config.mk file from the current working path, e.g., where the\r
-# user called make.\r
-include config.mk\r
-\r
-# Tool to use to generate documentation from the source code\r
-DOCGEN          ?= doxygen\r
-\r
-# Look for source files relative to the top-level source directory\r
-VPATH           := $(PRJ_PATH)\r
-\r
-# Output target file\r
-project_type    := $(PROJECT_TYPE)\r
-\r
-# Output target file\r
-ifeq ($(project_type),flash)\r
-target          := $(TARGET_FLASH)\r
-linker_script   := $(PRJ_PATH)/$(LINKER_SCRIPT_FLASH)\r
-debug_script    := $(PRJ_PATH)/$(DEBUG_SCRIPT_FLASH)\r
-else\r
-target          := $(TARGET_SRAM)\r
-linker_script   := $(PRJ_PATH)/$(LINKER_SCRIPT_SRAM)\r
-debug_script    := $(PRJ_PATH)/$(DEBUG_SCRIPT_SRAM)\r
-endif\r
-\r
-# Output project name (target name minus suffix)\r
-project         := $(basename $(target))\r
-\r
-# Output target file (typically ELF or static library)\r
-ifeq ($(suffix $(target)),.a)\r
-target_type     := lib\r
-else\r
-ifeq ($(suffix $(target)),.elf)\r
-target_type     := elf\r
-else\r
-$(error "Target type $(target_type) is not supported")\r
-endif\r
-endif\r
-\r
-# Allow override of operating system detection. The user can add OS=Linux or\r
-# OS=Windows on the command line to explicit set the host OS.\r
-#\r
-# This allows to work around broken uname utility on certain systems.\r
-ifdef OS\r
-  ifeq ($(strip $(OS)), Linux)\r
-    os_type     := Linux\r
-  endif\r
-  ifeq ($(strip $(OS)), Windows)\r
-    os_type     := windows32_64\r
-  endif\r
-endif\r
-\r
-os_type         ?= $(strip $(shell uname))\r
-\r
-ifeq ($(os_type),windows32)\r
-os              := Windows\r
-else\r
-ifeq ($(os_type),windows64)\r
-os              := Windows\r
-else\r
-ifeq ($(os_type),windows32_64)\r
-os              ?= Windows\r
-else\r
-ifeq ($(os_type),)\r
-os              := Windows\r
-else\r
-# Default to Linux style operating system. Both Cygwin and mingw are fully\r
-# compatible (for this Makefile) with Linux.\r
-os              := Linux\r
-endif\r
-endif\r
-endif\r
-endif\r
-\r
-# Output documentation directory and configuration file.\r
-docdir          := ../doxygen/html\r
-doccfg          := ../doxygen/doxyfile.doxygen\r
-\r
-CROSS           ?= arm-none-eabi-\r
-AR              := $(CROSS)ar\r
-AS              := $(CROSS)as\r
-CC              := $(CROSS)gcc\r
-CPP             := $(CROSS)gcc -E\r
-CXX             := $(CROSS)g++\r
-LD              := $(CROSS)g++\r
-NM              := $(CROSS)nm\r
-OBJCOPY         := $(CROSS)objcopy\r
-OBJDUMP         := $(CROSS)objdump\r
-SIZE            := $(CROSS)size\r
-GDB             := $(CROSS)gdb\r
-\r
-RM              := rm\r
-ifeq ($(os),Windows)\r
-RMDIR           := rmdir /S /Q\r
-else\r
-RMDIR           := rmdir -p --ignore-fail-on-non-empty\r
-endif\r
-\r
-# On Windows, we need to override the shell to force the use of cmd.exe\r
-ifeq ($(os),Windows)\r
-SHELL           := cmd\r
-endif\r
-\r
-# Strings for beautifying output\r
-MSG_CLEAN_FILES         = "RM      *.o *.d"\r
-MSG_CLEAN_DIRS          = "RMDIR   $(strip $(clean-dirs))"\r
-MSG_CLEAN_DOC           = "RMDIR   $(docdir)"\r
-MSG_MKDIR               = "MKDIR   $(dir $@)"\r
-\r
-MSG_INFO                = "INFO    "\r
-\r
-MSG_ARCHIVING           = "AR      $@"\r
-MSG_ASSEMBLING          = "AS      $@"\r
-MSG_BINARY_IMAGE        = "OBJCOPY $@"\r
-MSG_COMPILING           = "CC      $@"\r
-MSG_COMPILING_CXX       = "CXX     $@"\r
-MSG_EXTENDED_LISTING    = "OBJDUMP $@"\r
-MSG_IHEX_IMAGE          = "OBJCOPY $@"\r
-MSG_LINKING             = "LN      $@"\r
-MSG_PREPROCESSING       = "CPP     $@"\r
-MSG_SIZE                = "SIZE    $@"\r
-MSG_SYMBOL_TABLE        = "NM      $@"\r
-\r
-MSG_GENERATING_DOC      = "DOXYGEN $(docdir)"\r
-\r
-# Don't use make's built-in rules and variables\r
-MAKEFLAGS       += -rR\r
-\r
-# Don't print 'Entering directory ...'\r
-MAKEFLAGS       += --no-print-directory\r
-\r
-# Function for reversing the order of a list\r
-reverse = $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))\r
-\r
-# Hide command output by default, but allow the user to override this\r
-# by adding V=1 on the command line.\r
-#\r
-# This is inspired by the Kbuild system used by the Linux kernel.\r
-ifdef V\r
-  ifeq ("$(origin V)", "command line")\r
-    VERBOSE = $(V)\r
-  endif\r
-endif\r
-ifndef VERBOSE\r
-  VERBOSE = 0\r
-endif\r
-\r
-ifeq ($(VERBOSE), 1)\r
-  Q =\r
-else\r
-  Q = @\r
-endif\r
-\r
-arflags-gnu-y           := $(ARFLAGS)\r
-asflags-gnu-y           := $(ASFLAGS)\r
-cflags-gnu-y            := $(CFLAGS)\r
-cxxflags-gnu-y          := $(CXXFLAGS)\r
-cppflags-gnu-y          := $(CPPFLAGS)\r
-cpuflags-gnu-y          :=\r
-dbgflags-gnu-y          := $(DBGFLAGS)\r
-libflags-gnu-y          := $(foreach LIB,$(LIBS),-l$(LIB))\r
-ldflags-gnu-y           := $(LDFLAGS)\r
-flashflags-gnu-y        :=\r
-clean-files             :=\r
-clean-dirs              :=\r
-\r
-clean-files             += $(wildcard $(target) $(project).map)\r
-clean-files             += $(wildcard $(project).hex $(project).bin)\r
-clean-files             += $(wildcard $(project).lss $(project).sym)\r
-clean-files             += $(wildcard $(build))\r
-\r
-# Use pipes instead of temporary files for communication between processes\r
-cflags-gnu-y    += -pipe\r
-asflags-gnu-y   += -pipe\r
-ldflags-gnu-y   += -pipe\r
-\r
-# Archiver flags.\r
-arflags-gnu-y   += rcs\r
-\r
-# Always enable warnings. And be very careful about implicit\r
-# declarations.\r
-cflags-gnu-y    += -Wall -Wstrict-prototypes -Wmissing-prototypes\r
-cflags-gnu-y    += -Werror-implicit-function-declaration\r
-cxxflags-gnu-y  += -Wall\r
-# IAR doesn't allow arithmetic on void pointers, so warn about that.\r
-cflags-gnu-y    += -Wpointer-arith\r
-cxxflags-gnu-y  += -Wpointer-arith\r
-\r
-# Preprocessor flags.\r
-cppflags-gnu-y  += $(foreach INC,$(addprefix $(PRJ_PATH)/,$(INC_PATH)),-I$(INC))\r
-asflags-gnu-y   += $(foreach INC,$(addprefix $(PRJ_PATH)/,$(INC_PATH)),'-Wa,-I$(INC)')\r
-\r
-# CPU specific flags.\r
-cpuflags-gnu-y  += -mcpu=$(ARCH) -mthumb -D=__$(PART)__\r
-\r
-# Dependency file flags.\r
-depflags        = -MD -MP -MQ $@\r
-\r
-# Debug specific flags.\r
-ifdef BUILD_DEBUG_LEVEL\r
-dbgflags-gnu-y  += -g$(BUILD_DEBUG_LEVEL)\r
-else\r
-dbgflags-gnu-y  += -g3\r
-endif\r
-\r
-# Optimization specific flags.\r
-ifdef BUILD_OPTIMIZATION\r
-optflags-gnu-y  = -O$(BUILD_OPTIMIZATION)\r
-else\r
-optflags-gnu-y  = $(OPTIMIZATION)\r
-endif\r
-\r
-# Always preprocess assembler files.\r
-asflags-gnu-y   += -x assembler-with-cpp\r
-# Compile C files using the GNU99 standard.\r
-cflags-gnu-y    += -std=gnu99\r
-# Compile C++ files using the GNU++98 standard.\r
-cxxflags-gnu-y  += -std=gnu++98\r
-\r
-# Don't use strict aliasing (very common in embedded applications).\r
-cflags-gnu-y    += -fno-strict-aliasing\r
-cxxflags-gnu-y  += -fno-strict-aliasing\r
-\r
-# Separate each function and data into its own separate section to allow\r
-# garbage collection of unused sections.\r
-cflags-gnu-y    += -ffunction-sections -fdata-sections\r
-cxxflags-gnu-y  += -ffunction-sections -fdata-sections\r
-\r
-# Various cflags.\r
-cflags-gnu-y += -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int\r
-cflags-gnu-y += -Wmain -Wparentheses\r
-cflags-gnu-y += -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused\r
-cflags-gnu-y += -Wuninitialized -Wunknown-pragmas -Wfloat-equal -Wundef\r
-cflags-gnu-y += -Wshadow -Wbad-function-cast -Wwrite-strings\r
-cflags-gnu-y += -Wsign-compare -Waggregate-return\r
-cflags-gnu-y += -Wmissing-declarations\r
-cflags-gnu-y += -Wformat -Wmissing-format-attribute -Wno-deprecated-declarations\r
-cflags-gnu-y += -Wpacked -Wredundant-decls -Wnested-externs -Winline -Wlong-long\r
-cflags-gnu-y += -Wunreachable-code\r
-cflags-gnu-y += -Wcast-align\r
-cflags-gnu-y += --param max-inline-insns-single=500\r
-\r
-# Garbage collect unreferred sections when linking.\r
-ldflags-gnu-y   += -Wl,--gc-sections\r
-\r
-# Use the linker script if provided by the project.\r
-ifneq ($(strip $(linker_script)),)\r
-ldflags-gnu-y   += -Wl,-T $(linker_script)\r
-endif\r
-\r
-# Output a link map file and a cross reference table\r
-ldflags-gnu-y   += -Wl,-Map=$(project).map,--cref\r
-\r
-# Add library search paths relative to the top level directory.\r
-ldflags-gnu-y   += $(foreach _LIB_PATH,$(addprefix $(PRJ_PATH)/,$(LIB_PATH)),-L$(_LIB_PATH))\r
-\r
-a_flags  = $(cpuflags-gnu-y) $(depflags) $(cppflags-gnu-y) $(asflags-gnu-y) -D__ASSEMBLY__\r
-c_flags  = $(cpuflags-gnu-y) $(dbgflags-gnu-y) $(depflags) $(optflags-gnu-y) $(cppflags-gnu-y) $(cflags-gnu-y)\r
-cxx_flags= $(cpuflags-gnu-y) $(dbgflags-gnu-y) $(depflags) $(optflags-gnu-y) $(cppflags-gnu-y) $(cxxflags-gnu-y)\r
-l_flags  = -Wl,--entry=Reset_Handler -Wl,--cref $(cpuflags-gnu-y) $(optflags-gnu-y) $(ldflags-gnu-y)\r
-ar_flags = $(arflags-gnu-y)\r
-\r
-# Source files list and part informations must already be included before\r
-# running this makefile\r
-\r
-# If a custom build directory is specified, use it -- force trailing / in directory name.\r
-ifdef BUILD_DIR\r
-       build-dir       := $(dir $(BUILD_DIR))$(if $(notdir $(BUILD_DIR)),$(notdir $(BUILD_DIR))/)\r
-else\r
-       build-dir        =\r
-endif\r
-\r
-# Create object files list from source files list.\r
-obj-y                   := $(addprefix $(build-dir), $(addsuffix .o,$(basename $(CSRCS) $(ASSRCS))))\r
-# Create dependency files list from source files list.\r
-dep-files               := $(wildcard $(foreach f,$(obj-y),$(basename $(f)).d))\r
-\r
-clean-files             += $(wildcard $(obj-y))\r
-clean-files             += $(dep-files)\r
-\r
-clean-dirs              += $(call reverse,$(sort $(wildcard $(dir $(obj-y)))))\r
-\r
-# Default target.\r
-.PHONY: all\r
-ifeq ($(project_type),all)\r
-all:\r
-       $(MAKE) all PROJECT_TYPE=flash\r
-       $(MAKE) all PROJECT_TYPE=sram\r
-else\r
-ifeq ($(target_type),lib)\r
-all: $(target) $(project).lss $(project).sym\r
-else\r
-ifeq ($(target_type),elf)\r
-all: $(target) $(project).lss $(project).sym $(project).hex $(project).bin\r
-endif\r
-endif\r
-endif\r
-\r
-# Clean up the project.\r
-.PHONY: clean\r
-clean:\r
-       @$(if $(strip $(clean-files)),echo $(MSG_CLEAN_FILES))\r
-       $(if $(strip $(clean-files)),$(Q)$(RM) $(clean-files),)\r
-       @$(if $(strip $(clean-dirs)),echo $(MSG_CLEAN_DIRS))\r
-# Remove created directories, and make sure we only remove existing\r
-# directories, since recursive rmdir might help us a bit on the way.\r
-ifeq ($(os),Windows)\r
-       $(Q)$(if $(strip $(clean-dirs)),                        \\r
-                       $(RMDIR) $(strip $(subst /,\,$(clean-dirs))))\r
-else\r
-       $(Q)$(if $(strip $(clean-dirs)),                        \\r
-               for directory in $(strip $(clean-dirs)); do     \\r
-                       if [ -d "$$directory" ]; then           \\r
-                               $(RMDIR) $$directory;           \\r
-                       fi                                      \\r
-               done                                            \\r
-       )\r
-endif\r
-\r
-# Rebuild the project.\r
-.PHONY: rebuild\r
-rebuild: clean all\r
-\r
-# Debug the project in flash.\r
-.PHONY: debug_flash\r
-debug_flash: all\r
-       $(GDB) -x "$(PRJ_PATH)/$(DEBUG_SCRIPT_FLASH)" -ex "reset" -readnow -se $(TARGET_FLASH)\r
-\r
-# Debug the project in sram.\r
-.PHONY: debug_sram\r
-debug_sram: all\r
-       $(GDB) -x "$(PRJ_PATH)/$(DEBUG_SCRIPT_SRAM)" -ex "reset" -readnow -se $(TARGET_SRAM)\r
-\r
-.PHONY: objfiles\r
-objfiles: $(obj-y)\r
-\r
-# Create object files from C source files.\r
-$(build-dir)%.o: %.c $(MAKEFILE_PATH) config.mk\r
-       $(Q)test -d $(dir $@) || echo $(MSG_MKDIR)\r
-ifeq ($(os),Windows)\r
-       $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@))\r
-else\r
-       $(Q)test -d $(dir $@) || mkdir -p $(dir $@)\r
-endif\r
-       @echo $(MSG_COMPILING)\r
-       $(Q)$(CC) $(c_flags) -c $< -o $@\r
-\r
-# Create object files from C++ source files.\r
-$(build-dir)%.o: %.cpp $(MAKEFILE_PATH) config.mk\r
-       $(Q)test -d $(dir $@) || echo $(MSG_MKDIR)\r
-ifeq ($(os),Windows)\r
-       $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@))\r
-else\r
-       $(Q)test -d $(dir $@) || mkdir -p $(dir $@)\r
-endif\r
-       @echo $(MSG_COMPILING_CXX)\r
-       $(Q)$(CXX) $(cxx_flags) -c $< -o $@\r
-\r
-# Preprocess and assemble: create object files from assembler source files.\r
-$(build-dir)%.o: %.S $(MAKEFILE_PATH) config.mk\r
-       $(Q)test -d $(dir $@) || echo $(MSG_MKDIR)\r
-ifeq ($(os),Windows)\r
-       $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@))\r
-else\r
-       $(Q)test -d $(dir $@) || mkdir -p $(dir $@)\r
-endif\r
-       @echo $(MSG_ASSEMBLING)\r
-       $(Q)$(CC) $(a_flags) -c $< -o $@\r
-\r
-# Include all dependency files to add depedency to all header files in use.\r
-include $(dep-files)\r
-\r
-ifeq ($(target_type),lib)\r
-# Archive object files into an archive\r
-$(target): $(MAKEFILE_PATH) config.mk $(obj-y)\r
-       @echo $(MSG_ARCHIVING)\r
-       $(Q)$(AR) $(ar_flags) $@ $(obj-y)\r
-       @echo $(MSG_SIZE)\r
-       $(Q)$(SIZE) -Bxt $@\r
-else\r
-ifeq ($(target_type),elf)\r
-# Link the object files into an ELF file. Also make sure the target is rebuilt\r
-# if the common Makefile.sam.in or project config.mk is changed.\r
-$(target): $(linker_script) $(MAKEFILE_PATH) config.mk $(obj-y)\r
-       @echo $(MSG_LINKING)\r
-       $(Q)$(LD) $(l_flags) $(obj-y) $(libflags-gnu-y) -o $@\r
-       @echo $(MSG_SIZE)\r
-       $(Q)$(SIZE) -Ax $@\r
-       $(Q)$(SIZE) -Bx $@\r
-endif\r
-endif\r
-\r
-# Create extended function listing from target output file.\r
-%.lss: $(target)\r
-       @echo $(MSG_EXTENDED_LISTING)\r
-       $(Q)$(OBJDUMP) -h -S $< > $@\r
-\r
-# Create symbol table from target output file.\r
-%.sym: $(target)\r
-       @echo $(MSG_SYMBOL_TABLE)\r
-       $(Q)$(NM) -n $< > $@\r
-\r
-# Create Intel HEX image from ELF output file.\r
-%.hex: $(target)\r
-       @echo $(MSG_IHEX_IMAGE)\r
-       $(Q)$(OBJCOPY) -O ihex $(flashflags-gnu-y)  $< $@\r
-\r
-# Create binary image from ELF output file.\r
-%.bin: $(target)\r
-       @echo $(MSG_BINARY_IMAGE)\r
-       $(Q)$(OBJCOPY) -O binary $< $@\r
-\r
-# Provide information about the detected host operating system.\r
-.SECONDARY: info-os\r
-info-os:\r
-       @echo $(MSG_INFO)$(os) build host detected\r
-\r
-# Build Doxygen generated documentation.\r
-.PHONY: doc\r
-doc:\r
-       @echo $(MSG_GENERATING_DOC)\r
-       $(Q)cd $(dir $(doccfg)) && $(DOCGEN) $(notdir $(doccfg))\r
-\r
-# Clean Doxygen generated documentation.\r
-.PHONY: cleandoc\r
-cleandoc:\r
-       @$(if $(wildcard $(docdir)),echo $(MSG_CLEAN_DOC))\r
-       $(Q)$(if $(wildcard $(docdir)),$(RM) --recursive $(docdir))\r
-\r
-# Rebuild the Doxygen generated documentation.\r
-.PHONY: rebuilddoc\r
-rebuilddoc: cleandoc doc\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/mrepeat.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/mrepeat.h
deleted file mode 100644 (file)
index 954dd5f..0000000
+++ /dev/null
@@ -1,336 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Preprocessor macro repeating utils.\r
- *\r
- * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _MREPEAT_H_\r
-#define _MREPEAT_H_\r
-\r
-/**\r
- * \defgroup group_sam_utils_mrepeat Preprocessor - Macro Repeat\r
- *\r
- * \ingroup group_sam_utils\r
- *\r
- * \{\r
- */\r
-\r
-#include "preprocessor.h"\r
-\r
-\r
-//! Maximal number of repetitions supported by MREPEAT.\r
-#define MREPEAT_LIMIT   256\r
-\r
-/*! \brief Macro repeat.\r
- *\r
- * This macro represents a horizontal repetition construct.\r
- *\r
- * \param count  The number of repetitious calls to macro. Valid values range from 0 to MREPEAT_LIMIT.\r
- * \param macro  A binary operation of the form macro(n, data). This macro is expanded by MREPEAT with\r
- *               the current repetition number and the auxiliary data argument.\r
- * \param data   Auxiliary data passed to macro.\r
- *\r
- * \return       <tt>macro(0, data) macro(1, data) ... macro(count - 1, data)</tt>\r
- */\r
-#define MREPEAT(count, macro, data)         TPASTE2(MREPEAT, count)(macro, data)\r
-\r
-#define MREPEAT0(  macro, data)\r
-#define MREPEAT1(  macro, data)       MREPEAT0(  macro, data)   macro(  0, data)\r
-#define MREPEAT2(  macro, data)       MREPEAT1(  macro, data)   macro(  1, data)\r
-#define MREPEAT3(  macro, data)       MREPEAT2(  macro, data)   macro(  2, data)\r
-#define MREPEAT4(  macro, data)       MREPEAT3(  macro, data)   macro(  3, data)\r
-#define MREPEAT5(  macro, data)       MREPEAT4(  macro, data)   macro(  4, data)\r
-#define MREPEAT6(  macro, data)       MREPEAT5(  macro, data)   macro(  5, data)\r
-#define MREPEAT7(  macro, data)       MREPEAT6(  macro, data)   macro(  6, data)\r
-#define MREPEAT8(  macro, data)       MREPEAT7(  macro, data)   macro(  7, data)\r
-#define MREPEAT9(  macro, data)       MREPEAT8(  macro, data)   macro(  8, data)\r
-#define MREPEAT10( macro, data)       MREPEAT9(  macro, data)   macro(  9, data)\r
-#define MREPEAT11( macro, data)       MREPEAT10( macro, data)   macro( 10, data)\r
-#define MREPEAT12( macro, data)       MREPEAT11( macro, data)   macro( 11, data)\r
-#define MREPEAT13( macro, data)       MREPEAT12( macro, data)   macro( 12, data)\r
-#define MREPEAT14( macro, data)       MREPEAT13( macro, data)   macro( 13, data)\r
-#define MREPEAT15( macro, data)       MREPEAT14( macro, data)   macro( 14, data)\r
-#define MREPEAT16( macro, data)       MREPEAT15( macro, data)   macro( 15, data)\r
-#define MREPEAT17( macro, data)       MREPEAT16( macro, data)   macro( 16, data)\r
-#define MREPEAT18( macro, data)       MREPEAT17( macro, data)   macro( 17, data)\r
-#define MREPEAT19( macro, data)       MREPEAT18( macro, data)   macro( 18, data)\r
-#define MREPEAT20( macro, data)       MREPEAT19( macro, data)   macro( 19, data)\r
-#define MREPEAT21( macro, data)       MREPEAT20( macro, data)   macro( 20, data)\r
-#define MREPEAT22( macro, data)       MREPEAT21( macro, data)   macro( 21, data)\r
-#define MREPEAT23( macro, data)       MREPEAT22( macro, data)   macro( 22, data)\r
-#define MREPEAT24( macro, data)       MREPEAT23( macro, data)   macro( 23, data)\r
-#define MREPEAT25( macro, data)       MREPEAT24( macro, data)   macro( 24, data)\r
-#define MREPEAT26( macro, data)       MREPEAT25( macro, data)   macro( 25, data)\r
-#define MREPEAT27( macro, data)       MREPEAT26( macro, data)   macro( 26, data)\r
-#define MREPEAT28( macro, data)       MREPEAT27( macro, data)   macro( 27, data)\r
-#define MREPEAT29( macro, data)       MREPEAT28( macro, data)   macro( 28, data)\r
-#define MREPEAT30( macro, data)       MREPEAT29( macro, data)   macro( 29, data)\r
-#define MREPEAT31( macro, data)       MREPEAT30( macro, data)   macro( 30, data)\r
-#define MREPEAT32( macro, data)       MREPEAT31( macro, data)   macro( 31, data)\r
-#define MREPEAT33( macro, data)       MREPEAT32( macro, data)   macro( 32, data)\r
-#define MREPEAT34( macro, data)       MREPEAT33( macro, data)   macro( 33, data)\r
-#define MREPEAT35( macro, data)       MREPEAT34( macro, data)   macro( 34, data)\r
-#define MREPEAT36( macro, data)       MREPEAT35( macro, data)   macro( 35, data)\r
-#define MREPEAT37( macro, data)       MREPEAT36( macro, data)   macro( 36, data)\r
-#define MREPEAT38( macro, data)       MREPEAT37( macro, data)   macro( 37, data)\r
-#define MREPEAT39( macro, data)       MREPEAT38( macro, data)   macro( 38, data)\r
-#define MREPEAT40( macro, data)       MREPEAT39( macro, data)   macro( 39, data)\r
-#define MREPEAT41( macro, data)       MREPEAT40( macro, data)   macro( 40, data)\r
-#define MREPEAT42( macro, data)       MREPEAT41( macro, data)   macro( 41, data)\r
-#define MREPEAT43( macro, data)       MREPEAT42( macro, data)   macro( 42, data)\r
-#define MREPEAT44( macro, data)       MREPEAT43( macro, data)   macro( 43, data)\r
-#define MREPEAT45( macro, data)       MREPEAT44( macro, data)   macro( 44, data)\r
-#define MREPEAT46( macro, data)       MREPEAT45( macro, data)   macro( 45, data)\r
-#define MREPEAT47( macro, data)       MREPEAT46( macro, data)   macro( 46, data)\r
-#define MREPEAT48( macro, data)       MREPEAT47( macro, data)   macro( 47, data)\r
-#define MREPEAT49( macro, data)       MREPEAT48( macro, data)   macro( 48, data)\r
-#define MREPEAT50( macro, data)       MREPEAT49( macro, data)   macro( 49, data)\r
-#define MREPEAT51( macro, data)       MREPEAT50( macro, data)   macro( 50, data)\r
-#define MREPEAT52( macro, data)       MREPEAT51( macro, data)   macro( 51, data)\r
-#define MREPEAT53( macro, data)       MREPEAT52( macro, data)   macro( 52, data)\r
-#define MREPEAT54( macro, data)       MREPEAT53( macro, data)   macro( 53, data)\r
-#define MREPEAT55( macro, data)       MREPEAT54( macro, data)   macro( 54, data)\r
-#define MREPEAT56( macro, data)       MREPEAT55( macro, data)   macro( 55, data)\r
-#define MREPEAT57( macro, data)       MREPEAT56( macro, data)   macro( 56, data)\r
-#define MREPEAT58( macro, data)       MREPEAT57( macro, data)   macro( 57, data)\r
-#define MREPEAT59( macro, data)       MREPEAT58( macro, data)   macro( 58, data)\r
-#define MREPEAT60( macro, data)       MREPEAT59( macro, data)   macro( 59, data)\r
-#define MREPEAT61( macro, data)       MREPEAT60( macro, data)   macro( 60, data)\r
-#define MREPEAT62( macro, data)       MREPEAT61( macro, data)   macro( 61, data)\r
-#define MREPEAT63( macro, data)       MREPEAT62( macro, data)   macro( 62, data)\r
-#define MREPEAT64( macro, data)       MREPEAT63( macro, data)   macro( 63, data)\r
-#define MREPEAT65( macro, data)       MREPEAT64( macro, data)   macro( 64, data)\r
-#define MREPEAT66( macro, data)       MREPEAT65( macro, data)   macro( 65, data)\r
-#define MREPEAT67( macro, data)       MREPEAT66( macro, data)   macro( 66, data)\r
-#define MREPEAT68( macro, data)       MREPEAT67( macro, data)   macro( 67, data)\r
-#define MREPEAT69( macro, data)       MREPEAT68( macro, data)   macro( 68, data)\r
-#define MREPEAT70( macro, data)       MREPEAT69( macro, data)   macro( 69, data)\r
-#define MREPEAT71( macro, data)       MREPEAT70( macro, data)   macro( 70, data)\r
-#define MREPEAT72( macro, data)       MREPEAT71( macro, data)   macro( 71, data)\r
-#define MREPEAT73( macro, data)       MREPEAT72( macro, data)   macro( 72, data)\r
-#define MREPEAT74( macro, data)       MREPEAT73( macro, data)   macro( 73, data)\r
-#define MREPEAT75( macro, data)       MREPEAT74( macro, data)   macro( 74, data)\r
-#define MREPEAT76( macro, data)       MREPEAT75( macro, data)   macro( 75, data)\r
-#define MREPEAT77( macro, data)       MREPEAT76( macro, data)   macro( 76, data)\r
-#define MREPEAT78( macro, data)       MREPEAT77( macro, data)   macro( 77, data)\r
-#define MREPEAT79( macro, data)       MREPEAT78( macro, data)   macro( 78, data)\r
-#define MREPEAT80( macro, data)       MREPEAT79( macro, data)   macro( 79, data)\r
-#define MREPEAT81( macro, data)       MREPEAT80( macro, data)   macro( 80, data)\r
-#define MREPEAT82( macro, data)       MREPEAT81( macro, data)   macro( 81, data)\r
-#define MREPEAT83( macro, data)       MREPEAT82( macro, data)   macro( 82, data)\r
-#define MREPEAT84( macro, data)       MREPEAT83( macro, data)   macro( 83, data)\r
-#define MREPEAT85( macro, data)       MREPEAT84( macro, data)   macro( 84, data)\r
-#define MREPEAT86( macro, data)       MREPEAT85( macro, data)   macro( 85, data)\r
-#define MREPEAT87( macro, data)       MREPEAT86( macro, data)   macro( 86, data)\r
-#define MREPEAT88( macro, data)       MREPEAT87( macro, data)   macro( 87, data)\r
-#define MREPEAT89( macro, data)       MREPEAT88( macro, data)   macro( 88, data)\r
-#define MREPEAT90( macro, data)       MREPEAT89( macro, data)   macro( 89, data)\r
-#define MREPEAT91( macro, data)       MREPEAT90( macro, data)   macro( 90, data)\r
-#define MREPEAT92( macro, data)       MREPEAT91( macro, data)   macro( 91, data)\r
-#define MREPEAT93( macro, data)       MREPEAT92( macro, data)   macro( 92, data)\r
-#define MREPEAT94( macro, data)       MREPEAT93( macro, data)   macro( 93, data)\r
-#define MREPEAT95( macro, data)       MREPEAT94( macro, data)   macro( 94, data)\r
-#define MREPEAT96( macro, data)       MREPEAT95( macro, data)   macro( 95, data)\r
-#define MREPEAT97( macro, data)       MREPEAT96( macro, data)   macro( 96, data)\r
-#define MREPEAT98( macro, data)       MREPEAT97( macro, data)   macro( 97, data)\r
-#define MREPEAT99( macro, data)       MREPEAT98( macro, data)   macro( 98, data)\r
-#define MREPEAT100(macro, data)       MREPEAT99( macro, data)   macro( 99, data)\r
-#define MREPEAT101(macro, data)       MREPEAT100(macro, data)   macro(100, data)\r
-#define MREPEAT102(macro, data)       MREPEAT101(macro, data)   macro(101, data)\r
-#define MREPEAT103(macro, data)       MREPEAT102(macro, data)   macro(102, data)\r
-#define MREPEAT104(macro, data)       MREPEAT103(macro, data)   macro(103, data)\r
-#define MREPEAT105(macro, data)       MREPEAT104(macro, data)   macro(104, data)\r
-#define MREPEAT106(macro, data)       MREPEAT105(macro, data)   macro(105, data)\r
-#define MREPEAT107(macro, data)       MREPEAT106(macro, data)   macro(106, data)\r
-#define MREPEAT108(macro, data)       MREPEAT107(macro, data)   macro(107, data)\r
-#define MREPEAT109(macro, data)       MREPEAT108(macro, data)   macro(108, data)\r
-#define MREPEAT110(macro, data)       MREPEAT109(macro, data)   macro(109, data)\r
-#define MREPEAT111(macro, data)       MREPEAT110(macro, data)   macro(110, data)\r
-#define MREPEAT112(macro, data)       MREPEAT111(macro, data)   macro(111, data)\r
-#define MREPEAT113(macro, data)       MREPEAT112(macro, data)   macro(112, data)\r
-#define MREPEAT114(macro, data)       MREPEAT113(macro, data)   macro(113, data)\r
-#define MREPEAT115(macro, data)       MREPEAT114(macro, data)   macro(114, data)\r
-#define MREPEAT116(macro, data)       MREPEAT115(macro, data)   macro(115, data)\r
-#define MREPEAT117(macro, data)       MREPEAT116(macro, data)   macro(116, data)\r
-#define MREPEAT118(macro, data)       MREPEAT117(macro, data)   macro(117, data)\r
-#define MREPEAT119(macro, data)       MREPEAT118(macro, data)   macro(118, data)\r
-#define MREPEAT120(macro, data)       MREPEAT119(macro, data)   macro(119, data)\r
-#define MREPEAT121(macro, data)       MREPEAT120(macro, data)   macro(120, data)\r
-#define MREPEAT122(macro, data)       MREPEAT121(macro, data)   macro(121, data)\r
-#define MREPEAT123(macro, data)       MREPEAT122(macro, data)   macro(122, data)\r
-#define MREPEAT124(macro, data)       MREPEAT123(macro, data)   macro(123, data)\r
-#define MREPEAT125(macro, data)       MREPEAT124(macro, data)   macro(124, data)\r
-#define MREPEAT126(macro, data)       MREPEAT125(macro, data)   macro(125, data)\r
-#define MREPEAT127(macro, data)       MREPEAT126(macro, data)   macro(126, data)\r
-#define MREPEAT128(macro, data)       MREPEAT127(macro, data)   macro(127, data)\r
-#define MREPEAT129(macro, data)       MREPEAT128(macro, data)   macro(128, data)\r
-#define MREPEAT130(macro, data)       MREPEAT129(macro, data)   macro(129, data)\r
-#define MREPEAT131(macro, data)       MREPEAT130(macro, data)   macro(130, data)\r
-#define MREPEAT132(macro, data)       MREPEAT131(macro, data)   macro(131, data)\r
-#define MREPEAT133(macro, data)       MREPEAT132(macro, data)   macro(132, data)\r
-#define MREPEAT134(macro, data)       MREPEAT133(macro, data)   macro(133, data)\r
-#define MREPEAT135(macro, data)       MREPEAT134(macro, data)   macro(134, data)\r
-#define MREPEAT136(macro, data)       MREPEAT135(macro, data)   macro(135, data)\r
-#define MREPEAT137(macro, data)       MREPEAT136(macro, data)   macro(136, data)\r
-#define MREPEAT138(macro, data)       MREPEAT137(macro, data)   macro(137, data)\r
-#define MREPEAT139(macro, data)       MREPEAT138(macro, data)   macro(138, data)\r
-#define MREPEAT140(macro, data)       MREPEAT139(macro, data)   macro(139, data)\r
-#define MREPEAT141(macro, data)       MREPEAT140(macro, data)   macro(140, data)\r
-#define MREPEAT142(macro, data)       MREPEAT141(macro, data)   macro(141, data)\r
-#define MREPEAT143(macro, data)       MREPEAT142(macro, data)   macro(142, data)\r
-#define MREPEAT144(macro, data)       MREPEAT143(macro, data)   macro(143, data)\r
-#define MREPEAT145(macro, data)       MREPEAT144(macro, data)   macro(144, data)\r
-#define MREPEAT146(macro, data)       MREPEAT145(macro, data)   macro(145, data)\r
-#define MREPEAT147(macro, data)       MREPEAT146(macro, data)   macro(146, data)\r
-#define MREPEAT148(macro, data)       MREPEAT147(macro, data)   macro(147, data)\r
-#define MREPEAT149(macro, data)       MREPEAT148(macro, data)   macro(148, data)\r
-#define MREPEAT150(macro, data)       MREPEAT149(macro, data)   macro(149, data)\r
-#define MREPEAT151(macro, data)       MREPEAT150(macro, data)   macro(150, data)\r
-#define MREPEAT152(macro, data)       MREPEAT151(macro, data)   macro(151, data)\r
-#define MREPEAT153(macro, data)       MREPEAT152(macro, data)   macro(152, data)\r
-#define MREPEAT154(macro, data)       MREPEAT153(macro, data)   macro(153, data)\r
-#define MREPEAT155(macro, data)       MREPEAT154(macro, data)   macro(154, data)\r
-#define MREPEAT156(macro, data)       MREPEAT155(macro, data)   macro(155, data)\r
-#define MREPEAT157(macro, data)       MREPEAT156(macro, data)   macro(156, data)\r
-#define MREPEAT158(macro, data)       MREPEAT157(macro, data)   macro(157, data)\r
-#define MREPEAT159(macro, data)       MREPEAT158(macro, data)   macro(158, data)\r
-#define MREPEAT160(macro, data)       MREPEAT159(macro, data)   macro(159, data)\r
-#define MREPEAT161(macro, data)       MREPEAT160(macro, data)   macro(160, data)\r
-#define MREPEAT162(macro, data)       MREPEAT161(macro, data)   macro(161, data)\r
-#define MREPEAT163(macro, data)       MREPEAT162(macro, data)   macro(162, data)\r
-#define MREPEAT164(macro, data)       MREPEAT163(macro, data)   macro(163, data)\r
-#define MREPEAT165(macro, data)       MREPEAT164(macro, data)   macro(164, data)\r
-#define MREPEAT166(macro, data)       MREPEAT165(macro, data)   macro(165, data)\r
-#define MREPEAT167(macro, data)       MREPEAT166(macro, data)   macro(166, data)\r
-#define MREPEAT168(macro, data)       MREPEAT167(macro, data)   macro(167, data)\r
-#define MREPEAT169(macro, data)       MREPEAT168(macro, data)   macro(168, data)\r
-#define MREPEAT170(macro, data)       MREPEAT169(macro, data)   macro(169, data)\r
-#define MREPEAT171(macro, data)       MREPEAT170(macro, data)   macro(170, data)\r
-#define MREPEAT172(macro, data)       MREPEAT171(macro, data)   macro(171, data)\r
-#define MREPEAT173(macro, data)       MREPEAT172(macro, data)   macro(172, data)\r
-#define MREPEAT174(macro, data)       MREPEAT173(macro, data)   macro(173, data)\r
-#define MREPEAT175(macro, data)       MREPEAT174(macro, data)   macro(174, data)\r
-#define MREPEAT176(macro, data)       MREPEAT175(macro, data)   macro(175, data)\r
-#define MREPEAT177(macro, data)       MREPEAT176(macro, data)   macro(176, data)\r
-#define MREPEAT178(macro, data)       MREPEAT177(macro, data)   macro(177, data)\r
-#define MREPEAT179(macro, data)       MREPEAT178(macro, data)   macro(178, data)\r
-#define MREPEAT180(macro, data)       MREPEAT179(macro, data)   macro(179, data)\r
-#define MREPEAT181(macro, data)       MREPEAT180(macro, data)   macro(180, data)\r
-#define MREPEAT182(macro, data)       MREPEAT181(macro, data)   macro(181, data)\r
-#define MREPEAT183(macro, data)       MREPEAT182(macro, data)   macro(182, data)\r
-#define MREPEAT184(macro, data)       MREPEAT183(macro, data)   macro(183, data)\r
-#define MREPEAT185(macro, data)       MREPEAT184(macro, data)   macro(184, data)\r
-#define MREPEAT186(macro, data)       MREPEAT185(macro, data)   macro(185, data)\r
-#define MREPEAT187(macro, data)       MREPEAT186(macro, data)   macro(186, data)\r
-#define MREPEAT188(macro, data)       MREPEAT187(macro, data)   macro(187, data)\r
-#define MREPEAT189(macro, data)       MREPEAT188(macro, data)   macro(188, data)\r
-#define MREPEAT190(macro, data)       MREPEAT189(macro, data)   macro(189, data)\r
-#define MREPEAT191(macro, data)       MREPEAT190(macro, data)   macro(190, data)\r
-#define MREPEAT192(macro, data)       MREPEAT191(macro, data)   macro(191, data)\r
-#define MREPEAT193(macro, data)       MREPEAT192(macro, data)   macro(192, data)\r
-#define MREPEAT194(macro, data)       MREPEAT193(macro, data)   macro(193, data)\r
-#define MREPEAT195(macro, data)       MREPEAT194(macro, data)   macro(194, data)\r
-#define MREPEAT196(macro, data)       MREPEAT195(macro, data)   macro(195, data)\r
-#define MREPEAT197(macro, data)       MREPEAT196(macro, data)   macro(196, data)\r
-#define MREPEAT198(macro, data)       MREPEAT197(macro, data)   macro(197, data)\r
-#define MREPEAT199(macro, data)       MREPEAT198(macro, data)   macro(198, data)\r
-#define MREPEAT200(macro, data)       MREPEAT199(macro, data)   macro(199, data)\r
-#define MREPEAT201(macro, data)       MREPEAT200(macro, data)   macro(200, data)\r
-#define MREPEAT202(macro, data)       MREPEAT201(macro, data)   macro(201, data)\r
-#define MREPEAT203(macro, data)       MREPEAT202(macro, data)   macro(202, data)\r
-#define MREPEAT204(macro, data)       MREPEAT203(macro, data)   macro(203, data)\r
-#define MREPEAT205(macro, data)       MREPEAT204(macro, data)   macro(204, data)\r
-#define MREPEAT206(macro, data)       MREPEAT205(macro, data)   macro(205, data)\r
-#define MREPEAT207(macro, data)       MREPEAT206(macro, data)   macro(206, data)\r
-#define MREPEAT208(macro, data)       MREPEAT207(macro, data)   macro(207, data)\r
-#define MREPEAT209(macro, data)       MREPEAT208(macro, data)   macro(208, data)\r
-#define MREPEAT210(macro, data)       MREPEAT209(macro, data)   macro(209, data)\r
-#define MREPEAT211(macro, data)       MREPEAT210(macro, data)   macro(210, data)\r
-#define MREPEAT212(macro, data)       MREPEAT211(macro, data)   macro(211, data)\r
-#define MREPEAT213(macro, data)       MREPEAT212(macro, data)   macro(212, data)\r
-#define MREPEAT214(macro, data)       MREPEAT213(macro, data)   macro(213, data)\r
-#define MREPEAT215(macro, data)       MREPEAT214(macro, data)   macro(214, data)\r
-#define MREPEAT216(macro, data)       MREPEAT215(macro, data)   macro(215, data)\r
-#define MREPEAT217(macro, data)       MREPEAT216(macro, data)   macro(216, data)\r
-#define MREPEAT218(macro, data)       MREPEAT217(macro, data)   macro(217, data)\r
-#define MREPEAT219(macro, data)       MREPEAT218(macro, data)   macro(218, data)\r
-#define MREPEAT220(macro, data)       MREPEAT219(macro, data)   macro(219, data)\r
-#define MREPEAT221(macro, data)       MREPEAT220(macro, data)   macro(220, data)\r
-#define MREPEAT222(macro, data)       MREPEAT221(macro, data)   macro(221, data)\r
-#define MREPEAT223(macro, data)       MREPEAT222(macro, data)   macro(222, data)\r
-#define MREPEAT224(macro, data)       MREPEAT223(macro, data)   macro(223, data)\r
-#define MREPEAT225(macro, data)       MREPEAT224(macro, data)   macro(224, data)\r
-#define MREPEAT226(macro, data)       MREPEAT225(macro, data)   macro(225, data)\r
-#define MREPEAT227(macro, data)       MREPEAT226(macro, data)   macro(226, data)\r
-#define MREPEAT228(macro, data)       MREPEAT227(macro, data)   macro(227, data)\r
-#define MREPEAT229(macro, data)       MREPEAT228(macro, data)   macro(228, data)\r
-#define MREPEAT230(macro, data)       MREPEAT229(macro, data)   macro(229, data)\r
-#define MREPEAT231(macro, data)       MREPEAT230(macro, data)   macro(230, data)\r
-#define MREPEAT232(macro, data)       MREPEAT231(macro, data)   macro(231, data)\r
-#define MREPEAT233(macro, data)       MREPEAT232(macro, data)   macro(232, data)\r
-#define MREPEAT234(macro, data)       MREPEAT233(macro, data)   macro(233, data)\r
-#define MREPEAT235(macro, data)       MREPEAT234(macro, data)   macro(234, data)\r
-#define MREPEAT236(macro, data)       MREPEAT235(macro, data)   macro(235, data)\r
-#define MREPEAT237(macro, data)       MREPEAT236(macro, data)   macro(236, data)\r
-#define MREPEAT238(macro, data)       MREPEAT237(macro, data)   macro(237, data)\r
-#define MREPEAT239(macro, data)       MREPEAT238(macro, data)   macro(238, data)\r
-#define MREPEAT240(macro, data)       MREPEAT239(macro, data)   macro(239, data)\r
-#define MREPEAT241(macro, data)       MREPEAT240(macro, data)   macro(240, data)\r
-#define MREPEAT242(macro, data)       MREPEAT241(macro, data)   macro(241, data)\r
-#define MREPEAT243(macro, data)       MREPEAT242(macro, data)   macro(242, data)\r
-#define MREPEAT244(macro, data)       MREPEAT243(macro, data)   macro(243, data)\r
-#define MREPEAT245(macro, data)       MREPEAT244(macro, data)   macro(244, data)\r
-#define MREPEAT246(macro, data)       MREPEAT245(macro, data)   macro(245, data)\r
-#define MREPEAT247(macro, data)       MREPEAT246(macro, data)   macro(246, data)\r
-#define MREPEAT248(macro, data)       MREPEAT247(macro, data)   macro(247, data)\r
-#define MREPEAT249(macro, data)       MREPEAT248(macro, data)   macro(248, data)\r
-#define MREPEAT250(macro, data)       MREPEAT249(macro, data)   macro(249, data)\r
-#define MREPEAT251(macro, data)       MREPEAT250(macro, data)   macro(250, data)\r
-#define MREPEAT252(macro, data)       MREPEAT251(macro, data)   macro(251, data)\r
-#define MREPEAT253(macro, data)       MREPEAT252(macro, data)   macro(252, data)\r
-#define MREPEAT254(macro, data)       MREPEAT253(macro, data)   macro(253, data)\r
-#define MREPEAT255(macro, data)       MREPEAT254(macro, data)   macro(254, data)\r
-#define MREPEAT256(macro, data)       MREPEAT255(macro, data)   macro(255, data)\r
-\r
-/**\r
- * \}\r
- */\r
-\r
-#endif  // _MREPEAT_H_\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/preprocessor.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/preprocessor.h
deleted file mode 100644 (file)
index fd544e3..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Preprocessor utils.\r
- *\r
- * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _PREPROCESSOR_H_\r
-#define _PREPROCESSOR_H_\r
-\r
-#include "tpaste.h"\r
-#include "stringz.h"\r
-#include "mrepeat.h"\r
-\r
-\r
-#endif  // _PREPROCESSOR_H_\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/stringz.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/stringz.h
deleted file mode 100644 (file)
index 063b944..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Preprocessor stringizing utils.\r
- *\r
- * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _STRINGZ_H_\r
-#define _STRINGZ_H_\r
-\r
-/**\r
- * \defgroup group_sam_utils_stringz Preprocessor - Stringize\r
- *\r
- * \ingroup group_sam_utils\r
- *\r
- * \{\r
- */\r
-\r
-/*! \brief Stringize.\r
- *\r
- * Stringize a preprocessing token, this token being allowed to be \#defined.\r
- *\r
- * May be used only within macros with the token passed as an argument if the token is \#defined.\r
- *\r
- * For example, writing STRINGZ(PIN) within a macro \#defined by PIN_NAME(PIN)\r
- * and invoked as PIN_NAME(PIN0) with PIN0 \#defined as A0 is equivalent to\r
- * writing "A0".\r
- */\r
-#define STRINGZ(x)                                #x\r
-\r
-/*! \brief Absolute stringize.\r
- *\r
- * Stringize a preprocessing token, this token being allowed to be \#defined.\r
- *\r
- * No restriction of use if the token is \#defined.\r
- *\r
- * For example, writing ASTRINGZ(PIN0) anywhere with PIN0 \#defined as A0 is\r
- * equivalent to writing "A0".\r
- */\r
-#define ASTRINGZ(x)                               STRINGZ(x)\r
-\r
-/**\r
- * \}\r
- */\r
-\r
-#endif  // _STRINGZ_H_\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/tpaste.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/preprocessor/tpaste.h
deleted file mode 100644 (file)
index 8894ba6..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Preprocessor token pasting utils.\r
- *\r
- * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef _TPASTE_H_\r
-#define _TPASTE_H_\r
-\r
-/**\r
- * \defgroup group_sam_utils_tpaste Preprocessor - Token Paste\r
- *\r
- * \ingroup group_sam_utils\r
- *\r
- * \{\r
- */\r
-\r
-/*! \name Token Paste\r
- *\r
- * Paste N preprocessing tokens together, these tokens being allowed to be \#defined.\r
- *\r
- * May be used only within macros with the tokens passed as arguments if the tokens are \#defined.\r
- *\r
- * For example, writing TPASTE2(U, WIDTH) within a macro \#defined by\r
- * UTYPE(WIDTH) and invoked as UTYPE(UL_WIDTH) with UL_WIDTH \#defined as 32 is\r
- * equivalent to writing U32.\r
- */\r
-//! @{\r
-#define TPASTE2( a, b)                            a##b\r
-#define TPASTE3( a, b, c)                         a##b##c\r
-#define TPASTE4( a, b, c, d)                      a##b##c##d\r
-#define TPASTE5( a, b, c, d, e)                   a##b##c##d##e\r
-#define TPASTE6( a, b, c, d, e, f)                a##b##c##d##e##f\r
-#define TPASTE7( a, b, c, d, e, f, g)             a##b##c##d##e##f##g\r
-#define TPASTE8( a, b, c, d, e, f, g, h)          a##b##c##d##e##f##g##h\r
-#define TPASTE9( a, b, c, d, e, f, g, h, i)       a##b##c##d##e##f##g##h##i\r
-#define TPASTE10(a, b, c, d, e, f, g, h, i, j)    a##b##c##d##e##f##g##h##i##j\r
-//! @}\r
-\r
-/*! \name Absolute Token Paste\r
- *\r
- * Paste N preprocessing tokens together, these tokens being allowed to be \#defined.\r
- *\r
- * No restriction of use if the tokens are \#defined.\r
- *\r
- * For example, writing ATPASTE2(U, UL_WIDTH) anywhere with UL_WIDTH \#defined\r
- * as 32 is equivalent to writing U32.\r
- */\r
-//! @{\r
-#define ATPASTE2( a, b)                           TPASTE2( a, b)\r
-#define ATPASTE3( a, b, c)                        TPASTE3( a, b, c)\r
-#define ATPASTE4( a, b, c, d)                     TPASTE4( a, b, c, d)\r
-#define ATPASTE5( a, b, c, d, e)                  TPASTE5( a, b, c, d, e)\r
-#define ATPASTE6( a, b, c, d, e, f)               TPASTE6( a, b, c, d, e, f)\r
-#define ATPASTE7( a, b, c, d, e, f, g)            TPASTE7( a, b, c, d, e, f, g)\r
-#define ATPASTE8( a, b, c, d, e, f, g, h)         TPASTE8( a, b, c, d, e, f, g, h)\r
-#define ATPASTE9( a, b, c, d, e, f, g, h, i)      TPASTE9( a, b, c, d, e, f, g, h, i)\r
-#define ATPASTE10(a, b, c, d, e, f, g, h, i, j)   TPASTE10(a, b, c, d, e, f, g, h, i, j)\r
-//! @}\r
-\r
-/**\r
- * \}\r
- */\r
-\r
-#endif  // _TPASTE_H_\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/status_codes.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/status_codes.h
deleted file mode 100644 (file)
index 3b99dfc..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Status code definitions.\r
- *\r
- * This file defines various status codes returned by functions,\r
- * indicating success or failure as well as what kind of failure.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef STATUS_CODES_H_INCLUDED\r
-#define STATUS_CODES_H_INCLUDED\r
-\r
-/* Note: this is a local workaround to avoid a pre-processor clash due to the\r
- * lwIP macro ERR_TIMEOUT. */\r
-#if defined(__LWIP_ERR_H__) && defined(ERR_TIMEOUT)\r
-#if (ERR_TIMEOUT != -3)\r
-\r
-/* Internal check to make sure that the later restore of lwIP's ERR_TIMEOUT\r
- * macro is set to the correct value. Note that it is highly improbable that\r
- * this value ever changes in lwIP. */\r
-#error ASF developers: check lwip err.h new value for ERR_TIMEOUT\r
-#endif\r
-#undef ERR_TIMEOUT\r
-#endif\r
-\r
-/**\r
- * Status code that may be returned by shell commands and protocol\r
- * implementations.\r
- *\r
- * \note Any change to these status codes and the corresponding\r
- * message strings is strictly forbidden. New codes can be added,\r
- * however, but make sure that any message string tables are updated\r
- * at the same time.\r
- */\r
-enum status_code {\r
-       STATUS_OK               =  0, //!< Success\r
-       STATUS_ERR_BUSY         =  0x19,\r
-       STATUS_ERR_DENIED       =  0x1C,\r
-       STATUS_ERR_TIMEOUT      =  0x12,\r
-       ERR_IO_ERROR            =  -1, //!< I/O error\r
-       ERR_FLUSHED             =  -2, //!< Request flushed from queue\r
-       ERR_TIMEOUT             =  -3, //!< Operation timed out\r
-       ERR_BAD_DATA            =  -4, //!< Data integrity check failed\r
-       ERR_PROTOCOL            =  -5, //!< Protocol error\r
-       ERR_UNSUPPORTED_DEV     =  -6, //!< Unsupported device\r
-       ERR_NO_MEMORY           =  -7, //!< Insufficient memory\r
-       ERR_INVALID_ARG         =  -8, //!< Invalid argument\r
-       ERR_BAD_ADDRESS         =  -9, //!< Bad address\r
-       ERR_BUSY                =  -10, //!< Resource is busy\r
-       ERR_BAD_FORMAT          =  -11, //!< Data format not recognized\r
-       ERR_NO_TIMER            =  -12, //!< No timer available\r
-       ERR_TIMER_ALREADY_RUNNING   =  -13, //!< Timer already running\r
-       ERR_TIMER_NOT_RUNNING   =  -14, //!< Timer not running\r
-\r
-       /**\r
-        * \brief Operation in progress\r
-        *\r
-        * This status code is for driver-internal use when an operation\r
-        * is currently being performed.\r
-        *\r
-        * \note Drivers should never return this status code to any\r
-        * callers. It is strictly for internal use.\r
-        */\r
-       OPERATION_IN_PROGRESS   = -128,\r
-};\r
-\r
-typedef enum status_code status_code_t;\r
-\r
-#if defined(__LWIP_ERR_H__)\r
-#define ERR_TIMEOUT -3\r
-#endif\r
-\r
-#endif /* STATUS_CODES_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/syscalls/gcc/syscalls.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/sam/utils/syscalls/gcc/syscalls.c
deleted file mode 100644 (file)
index b23b999..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Syscalls for SAM (GCC).\r
- *\r
- * Copyright (c) 2011-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#include <stdio.h>\r
-#include <stdarg.h>\r
-#include <sys/types.h>\r
-#include <sys/stat.h>\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#undef errno\r
-extern int errno;\r
-extern int _end;\r
-\r
-extern caddr_t _sbrk(int incr);\r
-extern int link(char *old, char *new);\r
-extern int _close(int file);\r
-extern int _fstat(int file, struct stat *st);\r
-extern int _isatty(int file);\r
-extern int _lseek(int file, int ptr, int dir);\r
-extern void _exit(int status);\r
-extern void _kill(int pid, int sig);\r
-extern int _getpid(void);\r
-\r
-extern caddr_t _sbrk(int incr)\r
-{\r
-       static unsigned char *heap = NULL;\r
-       unsigned char *prev_heap;\r
-\r
-       if (heap == NULL) {\r
-               heap = (unsigned char *)&_end;\r
-       }\r
-       prev_heap = heap;\r
-\r
-       heap += incr;\r
-\r
-       return (caddr_t) prev_heap;\r
-}\r
-\r
-extern int link(char *old, char *new)\r
-{\r
-       ( void ) old;\r
-       ( void ) new;\r
-       return -1;\r
-}\r
-\r
-extern int _close(int file)\r
-{\r
-       ( void ) file;\r
-       return -1;\r
-}\r
-\r
-extern int _fstat(int file, struct stat *st)\r
-{\r
-       ( void ) file;\r
-       ( void ) st;\r
-       st->st_mode = S_IFCHR;\r
-\r
-       return 0;\r
-}\r
-\r
-extern int _isatty(int file)\r
-{\r
-       ( void ) file;\r
-       return 1;\r
-}\r
-\r
-extern int _lseek(int file, int ptr, int dir)\r
-{\r
-       ( void ) file;\r
-       ( void ) ptr;\r
-       ( void ) dir;\r
-       return 0;\r
-}\r
-\r
-extern void _exit(int status)\r
-{\r
-       printf("Exiting with status %d.\n", status);\r
-\r
-       for (;;);\r
-}\r
-\r
-extern void _kill(int pid, int sig)\r
-{\r
-       ( void ) pid;\r
-       ( void ) sig;\r
-       return;\r
-}\r
-\r
-extern int _getpid(void)\r
-{\r
-       return -1;\r
-}\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/arm_math.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/arm_math.h
deleted file mode 100644 (file)
index b01681c..0000000
+++ /dev/null
@@ -1,7057 +0,0 @@
-/* ----------------------------------------------------------------------\r
- * Copyright (C) 2010-2011 ARM Limited. All rights reserved.\r
- *\r
- * $Date:        15. July 2011\r
- * $Revision:  V1.0.10\r
- *\r
- * Project:        CMSIS DSP Library\r
- * Title:           arm_math.h\r
- *\r
- * Description:         Public header file for CMSIS DSP Library\r
- *\r
- * Target Processor: Cortex-M4/Cortex-M3/Cortex-M0\r
- *\r
- * Version 1.0.10 2011/7/15\r
- *    Big Endian support added and Merged M0 and M3/M4 Source code.\r
- *\r
- * Version 1.0.3 2010/11/29\r
- *    Re-organized the CMSIS folders and updated documentation.\r
- *\r
- * Version 1.0.2 2010/11/11\r
- *    Documentation updated.\r
- *\r
- * Version 1.0.1 2010/10/05\r
- *    Production release and review comments incorporated.\r
- *\r
- * Version 1.0.0 2010/09/20\r
- *    Production release and review comments incorporated.\r
- * -------------------------------------------------------------------- */\r
-\r
-/**\r
-   \mainpage CMSIS DSP Software Library\r
-   *\r
-   * <b>Introduction</b>\r
-   *\r
-   * This user manual describes the CMSIS DSP software library,\r
-   * a suite of common signal processing functions for use on Cortex-M processor based devices.\r
-   *\r
-   * The library is divided into a number of modules each covering a specific category:\r
-   * - Basic math functions\r
-   * - Fast math functions\r
-   * - Complex math functions\r
-   * - Filters\r
-   * - Matrix functions\r
-   * - Transforms\r
-   * - Motor control functions\r
-   * - Statistical functions\r
-   * - Support functions\r
-   * - Interpolation functions\r
-   *\r
-   * The library has separate functions for operating on 8-bit integers, 16-bit integers,\r
-   * 32-bit integer and 32-bit floating-point values.\r
-   *\r
-   * <b>Processor Support</b>\r
-   *\r
-   * The library is completely written in C and is fully CMSIS compliant.\r
-   * High performance is achieved through maximum use of Cortex-M4 intrinsics.\r
-   *\r
-   * The supplied library source code also builds and runs on the Cortex-M3 and Cortex-M0 processor,\r
-   * with the DSP intrinsics being emulated through software.\r
-   *\r
-   *\r
-   * <b>Toolchain Support</b>\r
-   *\r
-   * The library has been developed and tested with MDK-ARM version 4.21.\r
-   * The library is being tested in GCC and IAR toolchains and updates on this activity will be made available shortly.\r
-   *\r
-   * <b>Using the Library</b>\r
-   *\r
-   * The library installer contains prebuilt versions of the libraries in the <code>Lib</code> folder.\r
-   * - arm_cortexM4lf_math.lib (Little endian and Floating Point Unit on Cortex-M4)\r
-   * - arm_cortexM4bf_math.lib (Big endian and Floating Point Unit on Cortex-M4)\r
-   * - arm_cortexM4l_math.lib (Little endian on Cortex-M4)\r
-   * - arm_cortexM4b_math.lib (Big endian on Cortex-M4)\r
-   * - arm_cortexM3l_math.lib (Little endian on Cortex-M3)\r
-   * - arm_cortexM3b_math.lib (Big endian on Cortex-M3)\r
-   * - arm_cortexM0l_math.lib (Little endian on Cortex-M0)\r
-   * - arm_cortexM0b_math.lib (Big endian on Cortex-M3)\r
-   *\r
-   * The library functions are declared in the public file <code>arm_math.h</code> which is placed in the <code>Include</code> folder.\r
-   * Simply include this file and link the appropriate library in the application and begin calling the library functions. The Library supports single\r
-   * public header file <code>arm_math.h</code> for Cortex-M4/M3/M0 with little endian and big endian. Same header file will be used for floating point unit(FPU) variants.\r
-   * Define the appropriate pre processor MACRO ARM_MATH_CM4 or  ARM_MATH_CM3 or\r
-   * ARM_MATH_CM0 depending on the target processor in the application.\r
-   *\r
-   * <b>Examples</b>\r
-   *\r
-   * The library ships with a number of examples which demonstrate how to use the library functions.\r
-   *\r
-   * <b>Building the Library</b>\r
-   *\r
-   * The library installer contains project files to re build libraries on MDK Tool chain in the <code>CMSIS\\DSP_Lib\\Source\\ARM</code> folder.\r
-   * - arm_cortexM0b_math.uvproj\r
-   * - arm_cortexM0l_math.uvproj\r
-   * - arm_cortexM3b_math.uvproj\r
-   * - arm_cortexM3l_math.uvproj\r
-   * - arm_cortexM4b_math.uvproj\r
-   * - arm_cortexM4l_math.uvproj\r
-   * - arm_cortexM4bf_math.uvproj\r
-   * - arm_cortexM4lf_math.uvproj\r
-   *\r
-   * Each library project have differant pre-processor macros.\r
-   *\r
-   * <b>ARM_MATH_CMx:</b>\r
-   * Define macro ARM_MATH_CM4 for building the library on Cortex-M4 target, ARM_MATH_CM3 for building library on Cortex-M3 target\r
-   * and ARM_MATH_CM0 for building library on cortex-M0 target.\r
-   *\r
-   * <b>ARM_MATH_BIG_ENDIAN:</b>\r
-   * Define macro ARM_MATH_BIG_ENDIAN to build the library for big endian targets. By default library builds for little endian targets.\r
-   *\r
-   * <b>ARM_MATH_MATRIX_CHECK:</b>\r
-   * Define macro for checking on the input and output sizes of matrices\r
-   *\r
-   * <b>ARM_MATH_ROUNDING:</b>\r
-   * Define macro for rounding on support functions\r
-   *\r
-   * <b>__FPU_PRESENT:</b>\r
-   * Initialize macro __FPU_PRESENT = 1 when building on FPU supported Targets. Enable this macro for M4bf and M4lf libraries\r
-   *\r
-   *\r
-   * The project can be built by opening the appropriate project in MDK-ARM 4.21 chain and defining the optional pre processor MACROs detailed above.\r
-   *\r
-   * <b>Copyright Notice</b>\r
-   *\r
-   * Copyright (C) 2010 ARM Limited. All rights reserved.\r
-   */\r
-\r
-\r
-/**\r
- * @defgroup groupMath Basic Math Functions\r
- */\r
-\r
-/**\r
- * @defgroup groupFastMath Fast Math Functions\r
- * This set of functions provides a fast approximation to sine, cosine, and square root.\r
- * As compared to most of the other functions in the CMSIS math library, the fast math functions\r
- * operate on individual values and not arrays.\r
- * There are separate functions for Q15, Q31, and floating-point data.\r
- *\r
- */\r
-\r
-/**\r
- * @defgroup groupCmplxMath Complex Math Functions\r
- * This set of functions operates on complex data vectors.\r
- * The data in the complex arrays is stored in an interleaved fashion\r
- * (real, imag, real, imag, ...).\r
- * In the API functions, the number of samples in a complex array refers\r
- * to the number of complex values; the array contains twice this number of\r
- * real values.\r
- */\r
-\r
-/**\r
- * @defgroup groupFilters Filtering Functions\r
- */\r
-\r
-/**\r
- * @defgroup groupMatrix Matrix Functions\r
- *\r
- * This set of functions provides basic matrix math operations.\r
- * The functions operate on matrix data structures.  For example,\r
- * the type\r
- * definition for the floating-point matrix structure is shown\r
- * below:\r
- * <pre>\r
- *     typedef struct\r
- *     {\r
- *       uint16_t numRows;     // number of rows of the matrix.\r
- *       uint16_t numCols;     // number of columns of the matrix.\r
- *       float32_t *pData;     // points to the data of the matrix.\r
- *     } arm_matrix_instance_f32;\r
- * </pre>\r
- * There are similar definitions for Q15 and Q31 data types.\r
- *\r
- * The structure specifies the size of the matrix and then points to\r
- * an array of data.  The array is of size <code>numRows X numCols</code>\r
- * and the values are arranged in row order.  That is, the\r
- * matrix element (i, j) is stored at:\r
- * <pre>\r
- *     pData[i*numCols + j]\r
- * </pre>\r
- *\r
- * \par Init Functions\r
- * There is an associated initialization function for each type of matrix\r
- * data structure.\r
- * The initialization function sets the values of the internal structure fields.\r
- * Refer to the function <code>arm_mat_init_f32()</code>, <code>arm_mat_init_q31()</code>\r
- * and <code>arm_mat_init_q15()</code> for floating-point, Q31 and Q15 types,  respectively.\r
- *\r
- * \par\r
- * Use of the initialization function is optional. However, if initialization function is used\r
- * then the instance structure cannot be placed into a const data section.\r
- * To place the instance structure in a const data\r
- * section, manually initialize the data structure.  For example:\r
- * <pre>\r
- * <code>arm_matrix_instance_f32 S = {nRows, nColumns, pData};</code>\r
- * <code>arm_matrix_instance_q31 S = {nRows, nColumns, pData};</code>\r
- * <code>arm_matrix_instance_q15 S = {nRows, nColumns, pData};</code>\r
- * </pre>\r
- * where <code>nRows</code> specifies the number of rows, <code>nColumns</code>\r
- * specifies the number of columns, and <code>pData</code> points to the\r
- * data array.\r
- *\r
- * \par Size Checking\r
- * By default all of the matrix functions perform size checking on the input and\r
- * output matrices.  For example, the matrix addition function verifies that the\r
- * two input matrices and the output matrix all have the same number of rows and\r
- * columns.  If the size check fails the functions return:\r
- * <pre>\r
- *     ARM_MATH_SIZE_MISMATCH\r
- * </pre>\r
- * Otherwise the functions return\r
- * <pre>\r
- *     ARM_MATH_SUCCESS\r
- * </pre>\r
- * There is some overhead associated with this matrix size checking.\r
- * The matrix size checking is enabled via the \#define\r
- * <pre>\r
- *     ARM_MATH_MATRIX_CHECK\r
- * </pre>\r
- * within the library project settings.  By default this macro is defined\r
- * and size checking is enabled.  By changing the project settings and\r
- * undefining this macro size checking is eliminated and the functions\r
- * run a bit faster.  With size checking disabled the functions always\r
- * return <code>ARM_MATH_SUCCESS</code>.\r
- */\r
-\r
-/**\r
- * @defgroup groupTransforms Transform Functions\r
- */\r
-\r
-/**\r
- * @defgroup groupController Controller Functions\r
- */\r
-\r
-/**\r
- * @defgroup groupStats Statistics Functions\r
- */\r
-/**\r
- * @defgroup groupSupport Support Functions\r
- */\r
-\r
-/**\r
- * @defgroup groupInterpolation Interpolation Functions\r
- * These functions perform 1- and 2-dimensional interpolation of data.\r
- * Linear interpolation is used for 1-dimensional data and\r
- * bilinear interpolation is used for 2-dimensional data.\r
- */\r
-\r
-/**\r
- * @defgroup groupExamples Examples\r
- */\r
-#ifndef _ARM_MATH_H\r
-#define _ARM_MATH_H\r
-\r
-#define __CMSIS_GENERIC              /* disable NVIC and Systick functions */\r
-\r
-#if defined (ARM_MATH_CM4)\r
-  #include "core_cm4.h"\r
-#elif defined (ARM_MATH_CM3)\r
-  #include "core_cm3.h"\r
-#elif defined (ARM_MATH_CM0)\r
-  #include "core_cm0.h"\r
-#else\r
-#include "ARMCM4.h"\r
-#warning "Define either ARM_MATH_CM4 OR ARM_MATH_CM3...By Default building on ARM_MATH_CM4....."\r
-#endif\r
-\r
-#undef  __CMSIS_GENERIC              /* enable NVIC and Systick functions */\r
-#include "string.h"\r
-    #include "math.h"\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-\r
-\r
-  /**\r
-   * @brief Macros required for reciprocal calculation in Normalized LMS\r
-   */\r
-\r
-#define DELTA_Q31                      (0x100)\r
-#define DELTA_Q15                      0x5\r
-#define INDEX_MASK                     0x0000003F\r
-#define PI                                     3.14159265358979f\r
-\r
-  /**\r
-   * @brief Macros required for SINE and COSINE Fast math approximations\r
-   */\r
-\r
-#define TABLE_SIZE                     256\r
-#define TABLE_SPACING_Q31      0x800000\r
-#define TABLE_SPACING_Q15      0x80\r
-\r
-  /**\r
-   * @brief Macros required for SINE and COSINE Controller functions\r
-   */\r
-  /* 1.31(q31) Fixed value of 2/360 */\r
-  /* -1 to +1 is divided into 360 values so total spacing is (2/360) */\r
-#define INPUT_SPACING                  0xB60B61\r
-\r
-\r
-  /**\r
-   * @brief Error status returned by some functions in the library.\r
-   */\r
-\r
-  typedef enum\r
-    {\r
-      ARM_MATH_SUCCESS = 0,              /**< No error */\r
-      ARM_MATH_ARGUMENT_ERROR = -1,      /**< One or more arguments are incorrect */\r
-      ARM_MATH_LENGTH_ERROR = -2,        /**< Length of data buffer is incorrect */\r
-      ARM_MATH_SIZE_MISMATCH = -3,       /**< Size of matrices is not compatible with the operation. */\r
-      ARM_MATH_NANINF = -4,              /**< Not-a-number (NaN) or infinity is generated */\r
-      ARM_MATH_SINGULAR = -5,            /**< Generated by matrix inversion if the input matrix is singular and cannot be inverted. */\r
-      ARM_MATH_TEST_FAILURE = -6         /**< Test Failed  */\r
-    } arm_status;\r
-\r
-  /**\r
-   * @brief 8-bit fractional data type in 1.7 format.\r
-   */\r
-  typedef int8_t q7_t;\r
-\r
-  /**\r
-   * @brief 16-bit fractional data type in 1.15 format.\r
-   */\r
-  typedef int16_t q15_t;\r
-\r
-  /**\r
-   * @brief 32-bit fractional data type in 1.31 format.\r
-   */\r
-  typedef int32_t q31_t;\r
-\r
-  /**\r
-   * @brief 64-bit fractional data type in 1.63 format.\r
-   */\r
-  typedef int64_t q63_t;\r
-\r
-  /**\r
-   * @brief 32-bit floating-point type definition.\r
-   */\r
-  typedef float float32_t;\r
-\r
-  /**\r
-   * @brief 64-bit floating-point type definition.\r
-   */\r
-  typedef double float64_t;\r
-\r
-  /**\r
-   * @brief definition to read/write two 16 bit values.\r
-   */\r
-#define __SIMD32(addr)  (*(int32_t **) & (addr))\r
-\r
-#if defined (ARM_MATH_CM3) || defined (ARM_MATH_CM0)\r
-  /**\r
-   * @brief definition to pack two 16 bit values.\r
-   */\r
-#define __PKHBT(ARG1, ARG2, ARG3)      ( (((int32_t)(ARG1) <<  0) & (int32_t)0x0000FFFF) | \\r
-                                         (((int32_t)(ARG2) << ARG3) & (int32_t)0xFFFF0000)  )\r
-\r
-#endif\r
-\r
-\r
-   /**\r
-   * @brief definition to pack four 8 bit values.\r
-   */\r
-#ifndef ARM_MATH_BIG_ENDIAN\r
-\r
-#define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v0) <<  0) & (int32_t)0x000000FF) |        \\r
-                                (((int32_t)(v1) <<  8) & (int32_t)0x0000FF00) |        \\r
-                                                           (((int32_t)(v2) << 16) & (int32_t)0x00FF0000) |     \\r
-                                                           (((int32_t)(v3) << 24) & (int32_t)0xFF000000)  )\r
-#else\r
-\r
-#define __PACKq7(v0,v1,v2,v3) ( (((int32_t)(v3) <<  0) & (int32_t)0x000000FF) |        \\r
-                                (((int32_t)(v2) <<  8) & (int32_t)0x0000FF00) |        \\r
-                                                           (((int32_t)(v1) << 16) & (int32_t)0x00FF0000) |     \\r
-                                                           (((int32_t)(v0) << 24) & (int32_t)0xFF000000)  )\r
-\r
-#endif\r
-\r
-\r
-  /**\r
-   * @brief Clips Q63 to Q31 values.\r
-   */\r
-  __STATIC_INLINE q31_t clip_q63_to_q31(\r
-                                       q63_t x)\r
-  {\r
-    return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ?\r
-      ((0x7FFFFFFF ^ ((q31_t) (x >> 63)))) : (q31_t) x;\r
-  }\r
-\r
-  /**\r
-   * @brief Clips Q63 to Q15 values.\r
-   */\r
-  __STATIC_INLINE q15_t clip_q63_to_q15(\r
-                                       q63_t x)\r
-  {\r
-    return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ?\r
-      ((0x7FFF ^ ((q15_t) (x >> 63)))) : (q15_t) (x >> 15);\r
-  }\r
-\r
-  /**\r
-   * @brief Clips Q31 to Q7 values.\r
-   */\r
-  __STATIC_INLINE q7_t clip_q31_to_q7(\r
-                                     q31_t x)\r
-  {\r
-    return ((q31_t) (x >> 24) != ((q31_t) x >> 23)) ?\r
-      ((0x7F ^ ((q7_t) (x >> 31)))) : (q7_t) x;\r
-  }\r
-\r
-  /**\r
-   * @brief Clips Q31 to Q15 values.\r
-   */\r
-  __STATIC_INLINE q15_t clip_q31_to_q15(\r
-                                       q31_t x)\r
-  {\r
-    return ((q31_t) (x >> 16) != ((q31_t) x >> 15)) ?\r
-      ((0x7FFF ^ ((q15_t) (x >> 31)))) : (q15_t) x;\r
-  }\r
-\r
-  /**\r
-   * @brief Multiplies 32 X 64 and returns 32 bit result in 2.30 format.\r
-   */\r
-\r
-  __STATIC_INLINE q63_t mult32x64(\r
-                                 q63_t x,\r
-                                 q31_t y)\r
-  {\r
-    return ((((q63_t) (x & 0x00000000FFFFFFFF) * y) >> 32) +\r
-            (((q63_t) (x >> 32) * y)));\r
-  }\r
-\r
-\r
-#if defined (ARM_MATH_CM0) && defined ( __CC_ARM   )\r
-#define __CLZ __clz\r
-#endif\r
-\r
-#if defined (ARM_MATH_CM0) && defined ( __TASKING__ )\r
-/* No need to redefine __CLZ */\r
-#endif\r
-\r
-#if defined (ARM_MATH_CM0) && ((defined (__ICCARM__)) ||(defined (__GNUC__)) )\r
-\r
-  __STATIC_INLINE  uint32_t __CLZ(q31_t data);\r
-\r
-\r
-  __STATIC_INLINE uint32_t __CLZ(q31_t data)\r
-  {\r
-         uint32_t count = 0;\r
-         uint32_t mask = 0x80000000;\r
-\r
-         while((data & mask) ==  0)\r
-         {\r
-                 count += 1u;\r
-                 mask = mask >> 1u;\r
-         }\r
-\r
-         return(count);\r
-\r
-  }\r
-\r
-#endif\r
-\r
-  /**\r
-   * @brief Function to Calculates 1/in(reciprocal) value of Q31 Data type.\r
-   */\r
-\r
-  __STATIC_INLINE uint32_t arm_recip_q31(\r
-                                        q31_t in,\r
-                                        q31_t * dst,\r
-                                        q31_t * pRecipTable)\r
-  {\r
-\r
-    uint32_t out, tempVal;\r
-    uint32_t index, i;\r
-    uint32_t signBits;\r
-\r
-    if(in > 0)\r
-      {\r
-       signBits = __CLZ(in) - 1;\r
-      }\r
-    else\r
-      {\r
-       signBits = __CLZ(-in) - 1;\r
-      }\r
-\r
-    /* Convert input sample to 1.31 format */\r
-    in = in << signBits;\r
-\r
-    /* calculation of index for initial approximated Val */\r
-    index = (uint32_t) (in >> 24u);\r
-    index = (index & INDEX_MASK);\r
-\r
-    /* 1.31 with exp 1 */\r
-    out = pRecipTable[index];\r
-\r
-    /* calculation of reciprocal value */\r
-    /* running approximation for two iterations */\r
-    for (i = 0u; i < 2u; i++)\r
-      {\r
-       tempVal = (q31_t) (((q63_t) in * out) >> 31u);\r
-       tempVal = 0x7FFFFFFF - tempVal;\r
-       /*      1.31 with exp 1 */\r
-       //out = (q31_t) (((q63_t) out * tempVal) >> 30u);\r
-       out = (q31_t) clip_q63_to_q31(((q63_t) out * tempVal) >> 30u);\r
-      }\r
-\r
-    /* write output */\r
-    *dst = out;\r
-\r
-    /* return num of signbits of out = 1/in value */\r
-    return (signBits + 1u);\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief Function to Calculates 1/in(reciprocal) value of Q15 Data type.\r
-   */\r
-  __STATIC_INLINE uint32_t arm_recip_q15(\r
-                                        q15_t in,\r
-                                        q15_t * dst,\r
-                                        q15_t * pRecipTable)\r
-  {\r
-\r
-    uint32_t out = 0, tempVal = 0;\r
-    uint32_t index = 0, i = 0;\r
-    uint32_t signBits = 0;\r
-\r
-    if(in > 0)\r
-      {\r
-       signBits = __CLZ(in) - 17;\r
-      }\r
-    else\r
-      {\r
-       signBits = __CLZ(-in) - 17;\r
-      }\r
-\r
-    /* Convert input sample to 1.15 format */\r
-    in = in << signBits;\r
-\r
-    /* calculation of index for initial approximated Val */\r
-    index = in >> 8;\r
-    index = (index & INDEX_MASK);\r
-\r
-    /*      1.15 with exp 1  */\r
-    out = pRecipTable[index];\r
-\r
-    /* calculation of reciprocal value */\r
-    /* running approximation for two iterations */\r
-    for (i = 0; i < 2; i++)\r
-      {\r
-       tempVal = (q15_t) (((q31_t) in * out) >> 15);\r
-       tempVal = 0x7FFF - tempVal;\r
-       /*      1.15 with exp 1 */\r
-       out = (q15_t) (((q31_t) out * tempVal) >> 14);\r
-      }\r
-\r
-    /* write output */\r
-    *dst = out;\r
-\r
-    /* return num of signbits of out = 1/in value */\r
-    return (signBits + 1);\r
-\r
-  }\r
-\r
-\r
-  /*\r
-   * @brief C custom defined intrinisic function for only M0 processors\r
-   */\r
-#if defined(ARM_MATH_CM0)\r
-\r
-  __STATIC_INLINE q31_t __SSAT(\r
-                              q31_t x,\r
-                              uint32_t y)\r
-  {\r
-    int32_t posMax, negMin;\r
-    uint32_t i;\r
-\r
-    posMax = 1;\r
-    for (i = 0; i < (y - 1); i++)\r
-      {\r
-       posMax = posMax * 2;\r
-      }\r
-\r
-    if(x > 0)\r
-      {\r
-       posMax = (posMax - 1);\r
-\r
-       if(x > posMax)\r
-         {\r
-           x = posMax;\r
-         }\r
-      }\r
-    else\r
-      {\r
-       negMin = -posMax;\r
-\r
-       if(x < negMin)\r
-         {\r
-           x = negMin;\r
-         }\r
-      }\r
-    return (x);\r
-\r
-\r
-  }\r
-\r
-#endif /* end of ARM_MATH_CM0 */\r
-\r
-\r
-\r
-  /*\r
-   * @brief C custom defined intrinsic function for M3 and M0 processors\r
-   */\r
-#if defined (ARM_MATH_CM3) || defined (ARM_MATH_CM0)\r
-\r
-  /*\r
-   * @brief C custom defined QADD8 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QADD8(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q7_t r, s, t, u;\r
-\r
-    r = (char) x;\r
-    s = (char) y;\r
-\r
-    r = __SSAT((q31_t) (r + s), 8);\r
-    s = __SSAT(((q31_t) (((x << 16) >> 24) + ((y << 16) >> 24))), 8);\r
-    t = __SSAT(((q31_t) (((x << 8) >> 24) + ((y << 8) >> 24))), 8);\r
-    u = __SSAT(((q31_t) ((x >> 24) + (y >> 24))), 8);\r
-\r
-    sum = (((q31_t) u << 24) & 0xFF000000) | (((q31_t) t << 16) & 0x00FF0000) |\r
-      (((q31_t) s << 8) & 0x0000FF00) | (r & 0x000000FF);\r
-\r
-    return sum;\r
-\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QSUB8 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QSUB8(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s, t, u;\r
-\r
-    r = (char) x;\r
-    s = (char) y;\r
-\r
-    r = __SSAT((r - s), 8);\r
-    s = __SSAT(((q31_t) (((x << 16) >> 24) - ((y << 16) >> 24))), 8) << 8;\r
-    t = __SSAT(((q31_t) (((x << 8) >> 24) - ((y << 8) >> 24))), 8) << 16;\r
-    u = __SSAT(((q31_t) ((x >> 24) - (y >> 24))), 8) << 24;\r
-\r
-    sum =\r
-      (u & 0xFF000000) | (t & 0x00FF0000) | (s & 0x0000FF00) | (r & 0x000000FF);\r
-\r
-    return sum;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QADD16 for M3 and M0 processors\r
-   */\r
-\r
-  /*\r
-   * @brief C custom defined QADD16 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QADD16(\r
-                                q31_t x,\r
-                                q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = __SSAT(r + s, 16);\r
-    s = __SSAT(((q31_t) ((x >> 16) + (y >> 16))), 16) << 16;\r
-\r
-    sum = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return sum;\r
-\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SHADD16 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SHADD16(\r
-                                 q31_t x,\r
-                                 q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = ((r >> 1) + (s >> 1));\r
-    s = ((q31_t) ((x >> 17) + (y >> 17))) << 16;\r
-\r
-    sum = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return sum;\r
-\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QSUB16 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QSUB16(\r
-                                q31_t x,\r
-                                q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = __SSAT(r - s, 16);\r
-    s = __SSAT(((q31_t) ((x >> 16) - (y >> 16))), 16) << 16;\r
-\r
-    sum = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return sum;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SHSUB16 for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SHSUB16(\r
-                                 q31_t x,\r
-                                 q31_t y)\r
-  {\r
-\r
-    q31_t diff;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = ((r >> 1) - (s >> 1));\r
-    s = (((x >> 17) - (y >> 17)) << 16);\r
-\r
-    diff = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return diff;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QASX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QASX(\r
-                              q31_t x,\r
-                              q31_t y)\r
-  {\r
-\r
-    q31_t sum = 0;\r
-\r
-    sum = ((sum + clip_q31_to_q15((q31_t) ((short) (x >> 16) + (short) y))) << 16) +\r
-      clip_q31_to_q15((q31_t) ((short) x - (short) (y >> 16)));\r
-\r
-    return sum;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SHASX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SHASX(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = ((r >> 1) - (y >> 17));\r
-    s = (((x >> 17) + (s >> 1)) << 16);\r
-\r
-    sum = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return sum;\r
-  }\r
-\r
-\r
-  /*\r
-   * @brief C custom defined QSAX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QSAX(\r
-                              q31_t x,\r
-                              q31_t y)\r
-  {\r
-\r
-    q31_t sum = 0;\r
-\r
-    sum = ((sum + clip_q31_to_q15((q31_t) ((short) (x >> 16) - (short) y))) << 16) +\r
-      clip_q31_to_q15((q31_t) ((short) x + (short) (y >> 16)));\r
-\r
-    return sum;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SHSAX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SHSAX(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    q31_t sum;\r
-    q31_t r, s;\r
-\r
-    r = (short) x;\r
-    s = (short) y;\r
-\r
-    r = ((r >> 1) + (y >> 17));\r
-    s = (((x >> 17) - (s >> 1)) << 16);\r
-\r
-    sum = (s & 0xFFFF0000) | (r & 0x0000FFFF);\r
-\r
-    return sum;\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMUSDX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMUSDX(\r
-                                q31_t x,\r
-                                q31_t y)\r
-  {\r
-\r
-    return ((q31_t)(((short) x * (short) (y >> 16)) -\r
-                   ((short) (x >> 16) * (short) y)));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMUADX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMUADX(\r
-                                q31_t x,\r
-                                q31_t y)\r
-  {\r
-\r
-    return ((q31_t)(((short) x * (short) (y >> 16)) +\r
-                   ((short) (x >> 16) * (short) y)));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QADD for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QADD(\r
-                              q31_t x,\r
-                              q31_t y)\r
-  {\r
-    return clip_q63_to_q31((q63_t) x + y);\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined QSUB for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __QSUB(\r
-                              q31_t x,\r
-                              q31_t y)\r
-  {\r
-    return clip_q63_to_q31((q63_t) x - y);\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMLAD for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMLAD(\r
-                               q31_t x,\r
-                               q31_t y,\r
-                               q31_t sum)\r
-  {\r
-\r
-    return (sum + ((short) (x >> 16) * (short) (y >> 16)) +\r
-            ((short) x * (short) y));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMLADX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMLADX(\r
-                                q31_t x,\r
-                                q31_t y,\r
-                                q31_t sum)\r
-  {\r
-\r
-    return (sum + ((short) (x >> 16) * (short) (y)) +\r
-            ((short) x * (short) (y >> 16)));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMLSDX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMLSDX(\r
-                                q31_t x,\r
-                                q31_t y,\r
-                                q31_t sum)\r
-  {\r
-\r
-    return (sum - ((short) (x >> 16) * (short) (y)) +\r
-            ((short) x * (short) (y >> 16)));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMLALD for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q63_t __SMLALD(\r
-                                q31_t x,\r
-                                q31_t y,\r
-                                q63_t sum)\r
-  {\r
-\r
-    return (sum + ((short) (x >> 16) * (short) (y >> 16)) +\r
-            ((short) x * (short) y));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMLALDX for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q63_t __SMLALDX(\r
-                                 q31_t x,\r
-                                 q31_t y,\r
-                                 q63_t sum)\r
-  {\r
-\r
-    return (sum + ((short) (x >> 16) * (short) y)) +\r
-      ((short) x * (short) (y >> 16));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMUAD for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMUAD(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    return (((x >> 16) * (y >> 16)) +\r
-            (((x << 16) >> 16) * ((y << 16) >> 16)));\r
-  }\r
-\r
-  /*\r
-   * @brief C custom defined SMUSD for M3 and M0 processors\r
-   */\r
-  __STATIC_INLINE q31_t __SMUSD(\r
-                               q31_t x,\r
-                               q31_t y)\r
-  {\r
-\r
-    return (-((x >> 16) * (y >> 16)) +\r
-            (((x << 16) >> 16) * ((y << 16) >> 16)));\r
-  }\r
-\r
-\r
-\r
-\r
-#endif /* (ARM_MATH_CM3) || defined (ARM_MATH_CM0) */\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q7 FIR filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;        /**< number of filter coefficients in the filter. */\r
-    q7_t *pState;            /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q7_t *pCoeffs;           /**< points to the coefficient array. The array is of length numTaps.*/\r
-  } arm_fir_instance_q7;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 FIR filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;         /**< number of filter coefficients in the filter. */\r
-    q15_t *pState;            /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q15_t *pCoeffs;           /**< points to the coefficient array. The array is of length numTaps.*/\r
-  } arm_fir_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 FIR filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;         /**< number of filter coefficients in the filter. */\r
-    q31_t *pState;            /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q31_t *pCoeffs;           /**< points to the coefficient array. The array is of length numTaps. */\r
-  } arm_fir_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point FIR filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;     /**< number of filter coefficients in the filter. */\r
-    float32_t *pState;    /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    float32_t *pCoeffs;   /**< points to the coefficient array. The array is of length numTaps. */\r
-  } arm_fir_instance_f32;\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q7 FIR filter.\r
-   * @param[in] *S points to an instance of the Q7 FIR filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_q7(\r
-                 const arm_fir_instance_q7 * S,\r
-                  q7_t * pSrc,\r
-                 q7_t * pDst,\r
-                 uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q7 FIR filter.\r
-   * @param[in,out] *S points to an instance of the Q7 FIR structure.\r
-   * @param[in] numTaps  Number of filter coefficients in the filter.\r
-   * @param[in] *pCoeffs points to the filter coefficients.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] blockSize number of samples that are processed.\r
-   * @return none\r
-   */\r
-  void arm_fir_init_q7(\r
-                      arm_fir_instance_q7 * S,\r
-                      uint16_t numTaps,\r
-                      q7_t * pCoeffs,\r
-                      q7_t * pState,\r
-                      uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 FIR filter.\r
-   * @param[in] *S points to an instance of the Q15 FIR structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_q15(\r
-                  const arm_fir_instance_q15 * S,\r
-                   q15_t * pSrc,\r
-                  q15_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the fast Q15 FIR filter for Cortex-M3 and Cortex-M4.\r
-   * @param[in] *S points to an instance of the Q15 FIR filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_fast_q15(\r
-                       const arm_fir_instance_q15 * S,\r
-                        q15_t * pSrc,\r
-                       q15_t * pDst,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 FIR filter.\r
-   * @param[in,out] *S points to an instance of the Q15 FIR filter structure.\r
-   * @param[in] numTaps  Number of filter coefficients in the filter. Must be even and greater than or equal to 4.\r
-   * @param[in] *pCoeffs points to the filter coefficients.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] blockSize number of samples that are processed at a time.\r
-   * @return The function returns ARM_MATH_SUCCESS if initialization was successful or ARM_MATH_ARGUMENT_ERROR if\r
-   * <code>numTaps</code> is not a supported value.\r
-   */\r
-\r
-       arm_status arm_fir_init_q15(\r
-                             arm_fir_instance_q15 * S,\r
-                             uint16_t numTaps,\r
-                             q15_t * pCoeffs,\r
-                             q15_t * pState,\r
-                             uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 FIR filter.\r
-   * @param[in] *S points to an instance of the Q31 FIR filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_q31(\r
-                  const arm_fir_instance_q31 * S,\r
-                   q31_t * pSrc,\r
-                  q31_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the fast Q31 FIR filter for Cortex-M3 and Cortex-M4.\r
-   * @param[in] *S points to an instance of the Q31 FIR structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_fast_q31(\r
-                       const arm_fir_instance_q31 * S,\r
-                        q31_t * pSrc,\r
-                       q31_t * pDst,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 FIR filter.\r
-   * @param[in,out] *S points to an instance of the Q31 FIR structure.\r
-   * @param[in]        numTaps  Number of filter coefficients in the filter.\r
-   * @param[in]        *pCoeffs points to the filter coefficients.\r
-   * @param[in]        *pState points to the state buffer.\r
-   * @param[in]        blockSize number of samples that are processed at a time.\r
-   * @return           none.\r
-   */\r
-  void arm_fir_init_q31(\r
-                       arm_fir_instance_q31 * S,\r
-                       uint16_t numTaps,\r
-                       q31_t * pCoeffs,\r
-                       q31_t * pState,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point FIR filter.\r
-   * @param[in] *S points to an instance of the floating-point FIR structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_f32(\r
-                  const arm_fir_instance_f32 * S,\r
-                   float32_t * pSrc,\r
-                  float32_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point FIR filter.\r
-   * @param[in,out] *S points to an instance of the floating-point FIR filter structure.\r
-   * @param[in]        numTaps  Number of filter coefficients in the filter.\r
-   * @param[in]        *pCoeffs points to the filter coefficients.\r
-   * @param[in]        *pState points to the state buffer.\r
-   * @param[in]        blockSize number of samples that are processed at a time.\r
-   * @return           none.\r
-   */\r
-  void arm_fir_init_f32(\r
-                       arm_fir_instance_f32 * S,\r
-                       uint16_t numTaps,\r
-                       float32_t * pCoeffs,\r
-                       float32_t * pState,\r
-                       uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 Biquad cascade filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    int8_t numStages;         /**< number of 2nd order stages in the filter.  Overall order is 2*numStages. */\r
-    q15_t *pState;            /**< Points to the array of state coefficients.  The array is of length 4*numStages. */\r
-    q15_t *pCoeffs;           /**< Points to the array of coefficients.  The array is of length 5*numStages. */\r
-    int8_t postShift;         /**< Additional shift, in bits, applied to each output sample. */\r
-\r
-  } arm_biquad_casd_df1_inst_q15;\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 Biquad cascade filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint32_t numStages;      /**< number of 2nd order stages in the filter.  Overall order is 2*numStages. */\r
-    q31_t *pState;           /**< Points to the array of state coefficients.  The array is of length 4*numStages. */\r
-    q31_t *pCoeffs;          /**< Points to the array of coefficients.  The array is of length 5*numStages. */\r
-    uint8_t postShift;       /**< Additional shift, in bits, applied to each output sample. */\r
-\r
-  } arm_biquad_casd_df1_inst_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point Biquad cascade filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint32_t numStages;         /**< number of 2nd order stages in the filter.  Overall order is 2*numStages. */\r
-    float32_t *pState;          /**< Points to the array of state coefficients.  The array is of length 4*numStages. */\r
-    float32_t *pCoeffs;         /**< Points to the array of coefficients.  The array is of length 5*numStages. */\r
-\r
-\r
-  } arm_biquad_casd_df1_inst_f32;\r
-\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 Biquad cascade filter.\r
-   * @param[in]  *S points to an instance of the Q15 Biquad cascade structure.\r
-   * @param[in]  *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_q15(\r
-                                 const arm_biquad_casd_df1_inst_q15 * S,\r
-                                  q15_t * pSrc,\r
-                                 q15_t * pDst,\r
-                                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 Biquad cascade filter.\r
-   * @param[in,out] *S           points to an instance of the Q15 Biquad cascade structure.\r
-   * @param[in]     numStages    number of 2nd order stages in the filter.\r
-   * @param[in]     *pCoeffs     points to the filter coefficients.\r
-   * @param[in]     *pState      points to the state buffer.\r
-   * @param[in]     postShift    Shift to be applied to the output. Varies according to the coefficients format\r
-   * @return        none\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_init_q15(\r
-                                      arm_biquad_casd_df1_inst_q15 * S,\r
-                                      uint8_t numStages,\r
-                                      q15_t * pCoeffs,\r
-                                      q15_t * pState,\r
-                                      int8_t postShift);\r
-\r
-\r
-  /**\r
-   * @brief Fast but less precise processing function for the Q15 Biquad cascade filter for Cortex-M3 and Cortex-M4.\r
-   * @param[in]  *S points to an instance of the Q15 Biquad cascade structure.\r
-   * @param[in]  *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_fast_q15(\r
-                                      const arm_biquad_casd_df1_inst_q15 * S,\r
-                                       q15_t * pSrc,\r
-                                      q15_t * pDst,\r
-                                      uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 Biquad cascade filter\r
-   * @param[in]  *S         points to an instance of the Q31 Biquad cascade structure.\r
-   * @param[in]  *pSrc      points to the block of input data.\r
-   * @param[out] *pDst      points to the block of output data.\r
-   * @param[in]  blockSize  number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_q31(\r
-                                 const arm_biquad_casd_df1_inst_q31 * S,\r
-                                  q31_t * pSrc,\r
-                                 q31_t * pDst,\r
-                                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Fast but less precise processing function for the Q31 Biquad cascade filter for Cortex-M3 and Cortex-M4.\r
-   * @param[in]  *S         points to an instance of the Q31 Biquad cascade structure.\r
-   * @param[in]  *pSrc      points to the block of input data.\r
-   * @param[out] *pDst      points to the block of output data.\r
-   * @param[in]  blockSize  number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_fast_q31(\r
-                                      const arm_biquad_casd_df1_inst_q31 * S,\r
-                                       q31_t * pSrc,\r
-                                      q31_t * pDst,\r
-                                      uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 Biquad cascade filter.\r
-   * @param[in,out] *S           points to an instance of the Q31 Biquad cascade structure.\r
-   * @param[in]     numStages      number of 2nd order stages in the filter.\r
-   * @param[in]     *pCoeffs     points to the filter coefficients.\r
-   * @param[in]     *pState      points to the state buffer.\r
-   * @param[in]     postShift    Shift to be applied to the output. Varies according to the coefficients format\r
-   * @return        none\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_init_q31(\r
-                                      arm_biquad_casd_df1_inst_q31 * S,\r
-                                      uint8_t numStages,\r
-                                      q31_t * pCoeffs,\r
-                                      q31_t * pState,\r
-                                      int8_t postShift);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point Biquad cascade filter.\r
-   * @param[in]  *S         points to an instance of the floating-point Biquad cascade structure.\r
-   * @param[in]  *pSrc      points to the block of input data.\r
-   * @param[out] *pDst      points to the block of output data.\r
-   * @param[in]  blockSize  number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_f32(\r
-                                 const arm_biquad_casd_df1_inst_f32 * S,\r
-                                  float32_t * pSrc,\r
-                                 float32_t * pDst,\r
-                                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point Biquad cascade filter.\r
-   * @param[in,out] *S           points to an instance of the floating-point Biquad cascade structure.\r
-   * @param[in]     numStages    number of 2nd order stages in the filter.\r
-   * @param[in]     *pCoeffs     points to the filter coefficients.\r
-   * @param[in]     *pState      points to the state buffer.\r
-   * @return        none\r
-   */\r
-\r
-  void arm_biquad_cascade_df1_init_f32(\r
-                                      arm_biquad_casd_df1_inst_f32 * S,\r
-                                      uint8_t numStages,\r
-                                      float32_t * pCoeffs,\r
-                                      float32_t * pState);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point matrix structure.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;     /**< number of rows of the matrix.     */\r
-    uint16_t numCols;     /**< number of columns of the matrix.  */\r
-    float32_t *pData;     /**< points to the data of the matrix. */\r
-  } arm_matrix_instance_f32;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 matrix structure.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;     /**< number of rows of the matrix.     */\r
-    uint16_t numCols;     /**< number of columns of the matrix.  */\r
-    q15_t *pData;         /**< points to the data of the matrix. */\r
-\r
-  } arm_matrix_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 matrix structure.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;     /**< number of rows of the matrix.     */\r
-    uint16_t numCols;     /**< number of columns of the matrix.  */\r
-    q31_t *pData;         /**< points to the data of the matrix. */\r
-\r
-  } arm_matrix_instance_q31;\r
-\r
-\r
-\r
-  /**\r
-   * @brief Floating-point matrix addition.\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_add_f32(\r
-                            const arm_matrix_instance_f32 * pSrcA,\r
-                            const arm_matrix_instance_f32 * pSrcB,\r
-                            arm_matrix_instance_f32 * pDst);\r
-\r
-  /**\r
-   * @brief Q15 matrix addition.\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_add_q15(\r
-                            const arm_matrix_instance_q15 * pSrcA,\r
-                            const arm_matrix_instance_q15 * pSrcB,\r
-                            arm_matrix_instance_q15 * pDst);\r
-\r
-  /**\r
-   * @brief Q31 matrix addition.\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_add_q31(\r
-                            const arm_matrix_instance_q31 * pSrcA,\r
-                            const arm_matrix_instance_q31 * pSrcB,\r
-                            arm_matrix_instance_q31 * pDst);\r
-\r
-\r
-  /**\r
-   * @brief Floating-point matrix transpose.\r
-   * @param[in]  *pSrc points to the input matrix\r
-   * @param[out] *pDst points to the output matrix\r
-   * @return   The function returns either  <code>ARM_MATH_SIZE_MISMATCH</code>\r
-   * or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_trans_f32(\r
-                              const arm_matrix_instance_f32 * pSrc,\r
-                              arm_matrix_instance_f32 * pDst);\r
-\r
-\r
-  /**\r
-   * @brief Q15 matrix transpose.\r
-   * @param[in]  *pSrc points to the input matrix\r
-   * @param[out] *pDst points to the output matrix\r
-   * @return   The function returns either  <code>ARM_MATH_SIZE_MISMATCH</code>\r
-   * or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_trans_q15(\r
-                              const arm_matrix_instance_q15 * pSrc,\r
-                              arm_matrix_instance_q15 * pDst);\r
-\r
-  /**\r
-   * @brief Q31 matrix transpose.\r
-   * @param[in]  *pSrc points to the input matrix\r
-   * @param[out] *pDst points to the output matrix\r
-   * @return   The function returns either  <code>ARM_MATH_SIZE_MISMATCH</code>\r
-   * or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_trans_q31(\r
-                              const arm_matrix_instance_q31 * pSrc,\r
-                              arm_matrix_instance_q31 * pDst);\r
-\r
-\r
-  /**\r
-   * @brief Floating-point matrix multiplication\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_mult_f32(\r
-                             const arm_matrix_instance_f32 * pSrcA,\r
-                             const arm_matrix_instance_f32 * pSrcB,\r
-                             arm_matrix_instance_f32 * pDst);\r
-\r
-  /**\r
-   * @brief Q15 matrix multiplication\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_mult_q15(\r
-                             const arm_matrix_instance_q15 * pSrcA,\r
-                             const arm_matrix_instance_q15 * pSrcB,\r
-                             arm_matrix_instance_q15 * pDst,\r
-                             q15_t * pState);\r
-\r
-  /**\r
-   * @brief Q15 matrix multiplication (fast variant) for Cortex-M3 and Cortex-M4\r
-   * @param[in]       *pSrcA  points to the first input matrix structure\r
-   * @param[in]       *pSrcB  points to the second input matrix structure\r
-   * @param[out]      *pDst   points to output matrix structure\r
-   * @param[in]                  *pState points to the array for storing intermediate results\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_mult_fast_q15(\r
-                                  const arm_matrix_instance_q15 * pSrcA,\r
-                                  const arm_matrix_instance_q15 * pSrcB,\r
-                                  arm_matrix_instance_q15 * pDst,\r
-                                  q15_t * pState);\r
-\r
-  /**\r
-   * @brief Q31 matrix multiplication\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_mult_q31(\r
-                             const arm_matrix_instance_q31 * pSrcA,\r
-                             const arm_matrix_instance_q31 * pSrcB,\r
-                             arm_matrix_instance_q31 * pDst);\r
-\r
-  /**\r
-   * @brief Q31 matrix multiplication (fast variant) for Cortex-M3 and Cortex-M4\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_mult_fast_q31(\r
-                                  const arm_matrix_instance_q31 * pSrcA,\r
-                                  const arm_matrix_instance_q31 * pSrcB,\r
-                                  arm_matrix_instance_q31 * pDst);\r
-\r
-\r
-  /**\r
-   * @brief Floating-point matrix subtraction\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_sub_f32(\r
-                            const arm_matrix_instance_f32 * pSrcA,\r
-                            const arm_matrix_instance_f32 * pSrcB,\r
-                            arm_matrix_instance_f32 * pDst);\r
-\r
-  /**\r
-   * @brief Q15 matrix subtraction\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_sub_q15(\r
-                            const arm_matrix_instance_q15 * pSrcA,\r
-                            const arm_matrix_instance_q15 * pSrcB,\r
-                            arm_matrix_instance_q15 * pDst);\r
-\r
-  /**\r
-   * @brief Q31 matrix subtraction\r
-   * @param[in]       *pSrcA points to the first input matrix structure\r
-   * @param[in]       *pSrcB points to the second input matrix structure\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_sub_q31(\r
-                            const arm_matrix_instance_q31 * pSrcA,\r
-                            const arm_matrix_instance_q31 * pSrcB,\r
-                            arm_matrix_instance_q31 * pDst);\r
-\r
-  /**\r
-   * @brief Floating-point matrix scaling.\r
-   * @param[in]  *pSrc points to the input matrix\r
-   * @param[in]  scale scale factor\r
-   * @param[out] *pDst points to the output matrix\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_scale_f32(\r
-                              const arm_matrix_instance_f32 * pSrc,\r
-                              float32_t scale,\r
-                              arm_matrix_instance_f32 * pDst);\r
-\r
-  /**\r
-   * @brief Q15 matrix scaling.\r
-   * @param[in]       *pSrc points to input matrix\r
-   * @param[in]       scaleFract fractional portion of the scale factor\r
-   * @param[in]       shift number of bits to shift the result by\r
-   * @param[out]      *pDst points to output matrix\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_scale_q15(\r
-                              const arm_matrix_instance_q15 * pSrc,\r
-                              q15_t scaleFract,\r
-                              int32_t shift,\r
-                              arm_matrix_instance_q15 * pDst);\r
-\r
-  /**\r
-   * @brief Q31 matrix scaling.\r
-   * @param[in]       *pSrc points to input matrix\r
-   * @param[in]       scaleFract fractional portion of the scale factor\r
-   * @param[in]       shift number of bits to shift the result by\r
-   * @param[out]      *pDst points to output matrix structure\r
-   * @return     The function returns either\r
-   * <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.\r
-   */\r
-\r
-  arm_status arm_mat_scale_q31(\r
-                              const arm_matrix_instance_q31 * pSrc,\r
-                              q31_t scaleFract,\r
-                              int32_t shift,\r
-                              arm_matrix_instance_q31 * pDst);\r
-\r
-\r
-  /**\r
-   * @brief  Q31 matrix initialization.\r
-   * @param[in,out] *S             points to an instance of the floating-point matrix structure.\r
-   * @param[in]     nRows          number of rows in the matrix.\r
-   * @param[in]     nColumns       number of columns in the matrix.\r
-   * @param[in]     *pData            points to the matrix data array.\r
-   * @return        none\r
-   */\r
-\r
-  void arm_mat_init_q31(\r
-                       arm_matrix_instance_q31 * S,\r
-                       uint16_t nRows,\r
-                       uint16_t nColumns,\r
-                       q31_t   *pData);\r
-\r
-  /**\r
-   * @brief  Q15 matrix initialization.\r
-   * @param[in,out] *S             points to an instance of the floating-point matrix structure.\r
-   * @param[in]     nRows          number of rows in the matrix.\r
-   * @param[in]     nColumns       number of columns in the matrix.\r
-   * @param[in]     *pData            points to the matrix data array.\r
-   * @return        none\r
-   */\r
-\r
-  void arm_mat_init_q15(\r
-                       arm_matrix_instance_q15 * S,\r
-                       uint16_t nRows,\r
-                       uint16_t nColumns,\r
-                       q15_t    *pData);\r
-\r
-  /**\r
-   * @brief  Floating-point matrix initialization.\r
-   * @param[in,out] *S             points to an instance of the floating-point matrix structure.\r
-   * @param[in]     nRows          number of rows in the matrix.\r
-   * @param[in]     nColumns       number of columns in the matrix.\r
-   * @param[in]     *pData            points to the matrix data array.\r
-   * @return        none\r
-   */\r
-\r
-  void arm_mat_init_f32(\r
-                       arm_matrix_instance_f32 * S,\r
-                       uint16_t nRows,\r
-                       uint16_t nColumns,\r
-                       float32_t   *pData);\r
-\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 PID Control.\r
-   */\r
-  typedef struct\r
-  {\r
-    q15_t A0;   /**< The derived gain, A0 = Kp + Ki + Kd . */\r
-       #ifdef ARM_MATH_CM0\r
-       q15_t A1;\r
-       q15_t A2;\r
-       #else\r
-    q31_t A1;           /**< The derived gain A1 = -Kp - 2Kd | Kd.*/\r
-       #endif\r
-    q15_t state[3];       /**< The state array of length 3. */\r
-    q15_t Kp;           /**< The proportional gain. */\r
-    q15_t Ki;           /**< The integral gain. */\r
-    q15_t Kd;           /**< The derivative gain. */\r
-  } arm_pid_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 PID Control.\r
-   */\r
-  typedef struct\r
-  {\r
-    q31_t A0;            /**< The derived gain, A0 = Kp + Ki + Kd . */\r
-    q31_t A1;            /**< The derived gain, A1 = -Kp - 2Kd. */\r
-    q31_t A2;            /**< The derived gain, A2 = Kd . */\r
-    q31_t state[3];      /**< The state array of length 3. */\r
-    q31_t Kp;            /**< The proportional gain. */\r
-    q31_t Ki;            /**< The integral gain. */\r
-    q31_t Kd;            /**< The derivative gain. */\r
-\r
-  } arm_pid_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point PID Control.\r
-   */\r
-  typedef struct\r
-  {\r
-    float32_t A0;          /**< The derived gain, A0 = Kp + Ki + Kd . */\r
-    float32_t A1;          /**< The derived gain, A1 = -Kp - 2Kd. */\r
-    float32_t A2;          /**< The derived gain, A2 = Kd . */\r
-    float32_t state[3];    /**< The state array of length 3. */\r
-    float32_t Kp;               /**< The proportional gain. */\r
-    float32_t Ki;               /**< The integral gain. */\r
-    float32_t Kd;               /**< The derivative gain. */\r
-  } arm_pid_instance_f32;\r
-\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point PID Control.\r
-   * @param[in,out] *S      points to an instance of the PID structure.\r
-   * @param[in]     resetStateFlag  flag to reset the state. 0 = no change in state 1 = reset the state.\r
-   * @return none.\r
-   */\r
-  void arm_pid_init_f32(\r
-                       arm_pid_instance_f32 * S,\r
-                       int32_t resetStateFlag);\r
-\r
-  /**\r
-   * @brief  Reset function for the floating-point PID Control.\r
-   * @param[in,out] *S is an instance of the floating-point PID Control structure\r
-   * @return none\r
-   */\r
-  void arm_pid_reset_f32(\r
-                        arm_pid_instance_f32 * S);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 PID Control.\r
-   * @param[in,out] *S points to an instance of the Q15 PID structure.\r
-   * @param[in]     resetStateFlag  flag to reset the state. 0 = no change in state 1 = reset the state.\r
-   * @return none.\r
-   */\r
-  void arm_pid_init_q31(\r
-                       arm_pid_instance_q31 * S,\r
-                       int32_t resetStateFlag);\r
-\r
-\r
-  /**\r
-   * @brief  Reset function for the Q31 PID Control.\r
-   * @param[in,out] *S points to an instance of the Q31 PID Control structure\r
-   * @return none\r
-   */\r
-\r
-  void arm_pid_reset_q31(\r
-                        arm_pid_instance_q31 * S);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 PID Control.\r
-   * @param[in,out] *S points to an instance of the Q15 PID structure.\r
-   * @param[in] resetStateFlag  flag to reset the state. 0 = no change in state 1 = reset the state.\r
-   * @return none.\r
-   */\r
-  void arm_pid_init_q15(\r
-                       arm_pid_instance_q15 * S,\r
-                       int32_t resetStateFlag);\r
-\r
-  /**\r
-   * @brief  Reset function for the Q15 PID Control.\r
-   * @param[in,out] *S points to an instance of the q15 PID Control structure\r
-   * @return none\r
-   */\r
-  void arm_pid_reset_q15(\r
-                        arm_pid_instance_q15 * S);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point Linear Interpolate function.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint32_t nValues;           /**< nValues */\r
-    float32_t x1;               /**< x1 */\r
-    float32_t xSpacing;         /**< xSpacing */\r
-    float32_t *pYData;          /**< pointer to the table of Y values */\r
-  } arm_linear_interp_instance_f32;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point bilinear interpolation function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;  /**< number of rows in the data table. */\r
-    uint16_t numCols;  /**< number of columns in the data table. */\r
-    float32_t *pData;  /**< points to the data table. */\r
-  } arm_bilinear_interp_instance_f32;\r
-\r
-   /**\r
-   * @brief Instance structure for the Q31 bilinear interpolation function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;  /**< number of rows in the data table. */\r
-    uint16_t numCols;  /**< number of columns in the data table. */\r
-    q31_t *pData;      /**< points to the data table. */\r
-  } arm_bilinear_interp_instance_q31;\r
-\r
-   /**\r
-   * @brief Instance structure for the Q15 bilinear interpolation function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;  /**< number of rows in the data table. */\r
-    uint16_t numCols;  /**< number of columns in the data table. */\r
-    q15_t *pData;      /**< points to the data table. */\r
-  } arm_bilinear_interp_instance_q15;\r
-\r
-   /**\r
-   * @brief Instance structure for the Q15 bilinear interpolation function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numRows;  /**< number of rows in the data table. */\r
-    uint16_t numCols;  /**< number of columns in the data table. */\r
-    q7_t *pData;               /**< points to the data table. */\r
-  } arm_bilinear_interp_instance_q7;\r
-\r
-\r
-  /**\r
-   * @brief Q7 vector multiplication.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst  points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_mult_q7(\r
-                   q7_t * pSrcA,\r
-                   q7_t * pSrcB,\r
-                  q7_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q15 vector multiplication.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst  points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_mult_q15(\r
-                    q15_t * pSrcA,\r
-                    q15_t * pSrcB,\r
-                   q15_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q31 vector multiplication.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_mult_q31(\r
-                    q31_t * pSrcA,\r
-                    q31_t * pSrcB,\r
-                   q31_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Floating-point vector multiplication.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_mult_f32(\r
-                    float32_t * pSrcA,\r
-                    float32_t * pSrcB,\r
-                   float32_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 CFFT/CIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t  fftLen;                /**< length of the FFT. */\r
-    uint8_t   ifftFlag;              /**< flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform. */\r
-    uint8_t   bitReverseFlag;        /**< flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output. */\r
-    q15_t     *pTwiddle;             /**< points to the twiddle factor table. */\r
-    uint16_t  *pBitRevTable;         /**< points to the bit reversal table. */\r
-    uint16_t  twidCoefModifier;      /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    uint16_t  bitRevFactor;          /**< bit reversal modifier that supports different size FFTs with the same bit reversal table. */\r
-  } arm_cfft_radix4_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 CFFT/CIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t    fftLen;              /**< length of the FFT. */\r
-    uint8_t     ifftFlag;            /**< flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform. */\r
-    uint8_t     bitReverseFlag;      /**< flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output. */\r
-    q31_t       *pTwiddle;           /**< points to the twiddle factor table. */\r
-    uint16_t    *pBitRevTable;       /**< points to the bit reversal table. */\r
-    uint16_t    twidCoefModifier;    /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    uint16_t    bitRevFactor;        /**< bit reversal modifier that supports different size FFTs with the same bit reversal table. */\r
-  } arm_cfft_radix4_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point CFFT/CIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t     fftLen;               /**< length of the FFT. */\r
-    uint8_t      ifftFlag;             /**< flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform. */\r
-    uint8_t      bitReverseFlag;       /**< flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output. */\r
-    float32_t    *pTwiddle;            /**< points to the twiddle factor table. */\r
-    uint16_t     *pBitRevTable;        /**< points to the bit reversal table. */\r
-    uint16_t     twidCoefModifier;     /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    uint16_t     bitRevFactor;         /**< bit reversal modifier that supports different size FFTs with the same bit reversal table. */\r
-       float32_t    onebyfftLen;          /**< value of 1/fftLen. */\r
-  } arm_cfft_radix4_instance_f32;\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 CFFT/CIFFT.\r
-   * @param[in]      *S    points to an instance of the Q15 CFFT/CIFFT structure.\r
-   * @param[in, out] *pSrc points to the complex data buffer. Processing occurs in-place.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cfft_radix4_q15(\r
-                          const arm_cfft_radix4_instance_q15 * S,\r
-                          q15_t * pSrc);\r
-\r
-  /**\r
-   * @brief Initialization function for the Q15 CFFT/CIFFT.\r
-   * @param[in,out] *S             points to an instance of the Q15 CFFT/CIFFT structure.\r
-   * @param[in]     fftLen         length of the FFT.\r
-   * @param[in]     ifftFlag       flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform.\r
-   * @param[in]     bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return        arm_status     function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLen</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_cfft_radix4_init_q15(\r
-                                     arm_cfft_radix4_instance_q15 * S,\r
-                                     uint16_t fftLen,\r
-                                     uint8_t ifftFlag,\r
-                                     uint8_t bitReverseFlag);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 CFFT/CIFFT.\r
-   * @param[in]      *S    points to an instance of the Q31 CFFT/CIFFT structure.\r
-   * @param[in, out] *pSrc points to the complex data buffer. Processing occurs in-place.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cfft_radix4_q31(\r
-                          const arm_cfft_radix4_instance_q31 * S,\r
-                          q31_t * pSrc);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 CFFT/CIFFT.\r
-   * @param[in,out] *S             points to an instance of the Q31 CFFT/CIFFT structure.\r
-   * @param[in]     fftLen         length of the FFT.\r
-   * @param[in]     ifftFlag       flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform.\r
-   * @param[in]     bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return        arm_status     function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLen</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_cfft_radix4_init_q31(\r
-                                     arm_cfft_radix4_instance_q31 * S,\r
-                                     uint16_t fftLen,\r
-                                     uint8_t ifftFlag,\r
-                                     uint8_t bitReverseFlag);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point CFFT/CIFFT.\r
-   * @param[in]      *S    points to an instance of the floating-point CFFT/CIFFT structure.\r
-   * @param[in, out] *pSrc points to the complex data buffer. Processing occurs in-place.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cfft_radix4_f32(\r
-                          const arm_cfft_radix4_instance_f32 * S,\r
-                          float32_t * pSrc);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point CFFT/CIFFT.\r
-   * @param[in,out] *S             points to an instance of the floating-point CFFT/CIFFT structure.\r
-   * @param[in]     fftLen         length of the FFT.\r
-   * @param[in]     ifftFlag       flag that selects forward (ifftFlag=0) or inverse (ifftFlag=1) transform.\r
-   * @param[in]     bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return        The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLen</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_cfft_radix4_init_f32(\r
-                                     arm_cfft_radix4_instance_f32 * S,\r
-                                     uint16_t fftLen,\r
-                                     uint8_t ifftFlag,\r
-                                     uint8_t bitReverseFlag);\r
-\r
-\r
-\r
-  /*----------------------------------------------------------------------\r
-   *           Internal functions prototypes FFT function\r
-   ----------------------------------------------------------------------*/\r
-\r
-  /**\r
-   * @brief  Core function for the floating-point CFFT butterfly process.\r
-   * @param[in, out] *pSrc            points to the in-place buffer of floating-point data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef           points to the twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_f32(\r
-                               float32_t * pSrc,\r
-                               uint16_t fftLen,\r
-                               float32_t * pCoef,\r
-                               uint16_t twidCoefModifier);\r
-\r
-  /**\r
-   * @brief  Core function for the floating-point CIFFT butterfly process.\r
-   * @param[in, out] *pSrc            points to the in-place buffer of floating-point data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef           points to twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @param[in]      onebyfftLen      value of 1/fftLen.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_inverse_f32(\r
-                                       float32_t * pSrc,\r
-                                       uint16_t fftLen,\r
-                                       float32_t * pCoef,\r
-                                       uint16_t twidCoefModifier,\r
-                                       float32_t onebyfftLen);\r
-\r
-  /**\r
-   * @brief  In-place bit reversal function.\r
-   * @param[in, out] *pSrc        points to the in-place buffer of floating-point data type.\r
-   * @param[in]      fftSize      length of the FFT.\r
-   * @param[in]      bitRevFactor bit reversal modifier that supports different size FFTs with the same bit reversal table.\r
-   * @param[in]      *pBitRevTab  points to the bit reversal table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_bitreversal_f32(\r
-                          float32_t *pSrc,\r
-                          uint16_t fftSize,\r
-                          uint16_t bitRevFactor,\r
-                          uint16_t *pBitRevTab);\r
-\r
-  /**\r
-   * @brief  Core function for the Q31 CFFT butterfly process.\r
-   * @param[in, out] *pSrc            points to the in-place buffer of Q31 data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef           points to twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_q31(\r
-                               q31_t *pSrc,\r
-                               uint32_t fftLen,\r
-                               q31_t *pCoef,\r
-                               uint32_t twidCoefModifier);\r
-\r
-  /**\r
-   * @brief  Core function for the Q31 CIFFT butterfly process.\r
-   * @param[in, out] *pSrc            points to the in-place buffer of Q31 data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef           points to twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_inverse_q31(\r
-                                       q31_t * pSrc,\r
-                                       uint32_t fftLen,\r
-                                       q31_t * pCoef,\r
-                                       uint32_t twidCoefModifier);\r
-\r
-  /**\r
-   * @brief  In-place bit reversal function.\r
-   * @param[in, out] *pSrc        points to the in-place buffer of Q31 data type.\r
-   * @param[in]      fftLen       length of the FFT.\r
-   * @param[in]      bitRevFactor bit reversal modifier that supports different size FFTs with the same bit reversal table\r
-   * @param[in]      *pBitRevTab  points to bit reversal table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_bitreversal_q31(\r
-                          q31_t * pSrc,\r
-                          uint32_t fftLen,\r
-                          uint16_t bitRevFactor,\r
-                          uint16_t *pBitRevTab);\r
-\r
-  /**\r
-   * @brief  Core function for the Q15 CFFT butterfly process.\r
-   * @param[in, out] *pSrc16          points to the in-place buffer of Q15 data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef16         points to twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_q15(\r
-                               q15_t *pSrc16,\r
-                               uint32_t fftLen,\r
-                               q15_t *pCoef16,\r
-                               uint32_t twidCoefModifier);\r
-\r
-  /**\r
-   * @brief  Core function for the Q15 CIFFT butterfly process.\r
-   * @param[in, out] *pSrc16          points to the in-place buffer of Q15 data type.\r
-   * @param[in]      fftLen           length of the FFT.\r
-   * @param[in]      *pCoef16         points to twiddle coefficient buffer.\r
-   * @param[in]      twidCoefModifier twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_radix4_butterfly_inverse_q15(\r
-                                       q15_t *pSrc16,\r
-                                       uint32_t fftLen,\r
-                                       q15_t *pCoef16,\r
-                                       uint32_t twidCoefModifier);\r
-\r
-  /**\r
-   * @brief  In-place bit reversal function.\r
-   * @param[in, out] *pSrc        points to the in-place buffer of Q15 data type.\r
-   * @param[in]      fftLen       length of the FFT.\r
-   * @param[in]      bitRevFactor bit reversal modifier that supports different size FFTs with the same bit reversal table\r
-   * @param[in]      *pBitRevTab  points to bit reversal table.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_bitreversal_q15(\r
-                          q15_t * pSrc,\r
-                          uint32_t fftLen,\r
-                          uint16_t bitRevFactor,\r
-                          uint16_t *pBitRevTab);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 RFFT/RIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint32_t fftLenReal;                      /**< length of the real FFT. */\r
-    uint32_t fftLenBy2;                       /**< length of the complex FFT. */\r
-    uint8_t  ifftFlagR;                       /**< flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform. */\r
-       uint8_t  bitReverseFlagR;                 /**< flag that enables (bitReverseFlagR=1) or disables (bitReverseFlagR=0) bit reversal of output. */\r
-    uint32_t twidCoefRModifier;               /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    q15_t    *pTwiddleAReal;                  /**< points to the real twiddle factor table. */\r
-    q15_t    *pTwiddleBReal;                  /**< points to the imag twiddle factor table. */\r
-    arm_cfft_radix4_instance_q15 *pCfft;         /**< points to the complex FFT instance. */\r
-  } arm_rfft_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 RFFT/RIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint32_t fftLenReal;                        /**< length of the real FFT. */\r
-    uint32_t fftLenBy2;                         /**< length of the complex FFT. */\r
-    uint8_t  ifftFlagR;                         /**< flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform. */\r
-       uint8_t  bitReverseFlagR;                   /**< flag that enables (bitReverseFlagR=1) or disables (bitReverseFlagR=0) bit reversal of output. */\r
-    uint32_t twidCoefRModifier;                 /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    q31_t    *pTwiddleAReal;                    /**< points to the real twiddle factor table. */\r
-    q31_t    *pTwiddleBReal;                    /**< points to the imag twiddle factor table. */\r
-    arm_cfft_radix4_instance_q31 *pCfft;        /**< points to the complex FFT instance. */\r
-  } arm_rfft_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point RFFT/RIFFT function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint32_t  fftLenReal;                       /**< length of the real FFT. */\r
-    uint16_t  fftLenBy2;                        /**< length of the complex FFT. */\r
-    uint8_t   ifftFlagR;                        /**< flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform. */\r
-    uint8_t   bitReverseFlagR;                  /**< flag that enables (bitReverseFlagR=1) or disables (bitReverseFlagR=0) bit reversal of output. */\r
-       uint32_t  twidCoefRModifier;                /**< twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. */\r
-    float32_t *pTwiddleAReal;                   /**< points to the real twiddle factor table. */\r
-    float32_t *pTwiddleBReal;                   /**< points to the imag twiddle factor table. */\r
-    arm_cfft_radix4_instance_f32 *pCfft;        /**< points to the complex FFT instance. */\r
-  } arm_rfft_instance_f32;\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 RFFT/RIFFT.\r
-   * @param[in]  *S    points to an instance of the Q15 RFFT/RIFFT structure.\r
-   * @param[in]  *pSrc points to the input buffer.\r
-   * @param[out] *pDst points to the output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rfft_q15(\r
-                   const arm_rfft_instance_q15 * S,\r
-                   q15_t * pSrc,\r
-                   q15_t * pDst);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 RFFT/RIFFT.\r
-   * @param[in, out] *S             points to an instance of the Q15 RFFT/RIFFT structure.\r
-   * @param[in]      *S_CFFT        points to an instance of the Q15 CFFT/CIFFT structure.\r
-   * @param[in]      fftLenReal     length of the FFT.\r
-   * @param[in]      ifftFlagR      flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform.\r
-   * @param[in]      bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return           The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_rfft_init_q15(\r
-                              arm_rfft_instance_q15 * S,\r
-                              arm_cfft_radix4_instance_q15 * S_CFFT,\r
-                              uint32_t fftLenReal,\r
-                              uint32_t ifftFlagR,\r
-                              uint32_t bitReverseFlag);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 RFFT/RIFFT.\r
-   * @param[in]  *S    points to an instance of the Q31 RFFT/RIFFT structure.\r
-   * @param[in]  *pSrc points to the input buffer.\r
-   * @param[out] *pDst points to the output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rfft_q31(\r
-                   const arm_rfft_instance_q31 * S,\r
-                   q31_t * pSrc,\r
-                   q31_t * pDst);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 RFFT/RIFFT.\r
-   * @param[in, out] *S             points to an instance of the Q31 RFFT/RIFFT structure.\r
-   * @param[in, out] *S_CFFT        points to an instance of the Q31 CFFT/CIFFT structure.\r
-   * @param[in]      fftLenReal     length of the FFT.\r
-   * @param[in]      ifftFlagR      flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform.\r
-   * @param[in]      bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return           The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_rfft_init_q31(\r
-                              arm_rfft_instance_q31 * S,\r
-                              arm_cfft_radix4_instance_q31 * S_CFFT,\r
-                              uint32_t fftLenReal,\r
-                              uint32_t ifftFlagR,\r
-                              uint32_t bitReverseFlag);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point RFFT/RIFFT.\r
-   * @param[in,out] *S             points to an instance of the floating-point RFFT/RIFFT structure.\r
-   * @param[in,out] *S_CFFT        points to an instance of the floating-point CFFT/CIFFT structure.\r
-   * @param[in]     fftLenReal     length of the FFT.\r
-   * @param[in]     ifftFlagR      flag that selects forward (ifftFlagR=0) or inverse (ifftFlagR=1) transform.\r
-   * @param[in]     bitReverseFlag flag that enables (bitReverseFlag=1) or disables (bitReverseFlag=0) bit reversal of output.\r
-   * @return           The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported value.\r
-   */\r
-\r
-  arm_status arm_rfft_init_f32(\r
-                              arm_rfft_instance_f32 * S,\r
-                              arm_cfft_radix4_instance_f32 * S_CFFT,\r
-                              uint32_t fftLenReal,\r
-                              uint32_t ifftFlagR,\r
-                              uint32_t bitReverseFlag);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point RFFT/RIFFT.\r
-   * @param[in]  *S    points to an instance of the floating-point RFFT/RIFFT structure.\r
-   * @param[in]  *pSrc points to the input buffer.\r
-   * @param[out] *pDst points to the output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rfft_f32(\r
-                   const arm_rfft_instance_f32 * S,\r
-                   float32_t * pSrc,\r
-                   float32_t * pDst);\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point DCT4/IDCT4 function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t N;                         /**< length of the DCT4. */\r
-    uint16_t Nby2;                      /**< half of the length of the DCT4. */\r
-    float32_t normalize;                /**< normalizing factor. */\r
-    float32_t *pTwiddle;                /**< points to the twiddle factor table. */\r
-    float32_t *pCosFactor;              /**< points to the cosFactor table. */\r
-    arm_rfft_instance_f32 *pRfft;        /**< points to the real FFT instance. */\r
-    arm_cfft_radix4_instance_f32 *pCfft; /**< points to the complex FFT instance. */\r
-  } arm_dct4_instance_f32;\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point DCT4/IDCT4.\r
-   * @param[in,out] *S         points to an instance of floating-point DCT4/IDCT4 structure.\r
-   * @param[in]     *S_RFFT    points to an instance of floating-point RFFT/RIFFT structure.\r
-   * @param[in]     *S_CFFT    points to an instance of floating-point CFFT/CIFFT structure.\r
-   * @param[in]     N          length of the DCT4.\r
-   * @param[in]     Nby2       half of the length of the DCT4.\r
-   * @param[in]     normalize  normalizing factor.\r
-   * @return           arm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported transform length.\r
-   */\r
-\r
-  arm_status arm_dct4_init_f32(\r
-                              arm_dct4_instance_f32 * S,\r
-                              arm_rfft_instance_f32 * S_RFFT,\r
-                              arm_cfft_radix4_instance_f32 * S_CFFT,\r
-                              uint16_t N,\r
-                              uint16_t Nby2,\r
-                              float32_t normalize);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point DCT4/IDCT4.\r
-   * @param[in]       *S             points to an instance of the floating-point DCT4/IDCT4 structure.\r
-   * @param[in]       *pState        points to state buffer.\r
-   * @param[in,out]   *pInlineBuffer points to the in-place input and output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dct4_f32(\r
-                   const arm_dct4_instance_f32 * S,\r
-                   float32_t * pState,\r
-                   float32_t * pInlineBuffer);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 DCT4/IDCT4 function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t N;                         /**< length of the DCT4. */\r
-    uint16_t Nby2;                      /**< half of the length of the DCT4. */\r
-    q31_t normalize;                    /**< normalizing factor. */\r
-    q31_t *pTwiddle;                    /**< points to the twiddle factor table. */\r
-    q31_t *pCosFactor;                  /**< points to the cosFactor table. */\r
-    arm_rfft_instance_q31 *pRfft;        /**< points to the real FFT instance. */\r
-    arm_cfft_radix4_instance_q31 *pCfft; /**< points to the complex FFT instance. */\r
-  } arm_dct4_instance_q31;\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 DCT4/IDCT4.\r
-   * @param[in,out] *S         points to an instance of Q31 DCT4/IDCT4 structure.\r
-   * @param[in]     *S_RFFT    points to an instance of Q31 RFFT/RIFFT structure\r
-   * @param[in]     *S_CFFT    points to an instance of Q31 CFFT/CIFFT structure\r
-   * @param[in]     N          length of the DCT4.\r
-   * @param[in]     Nby2       half of the length of the DCT4.\r
-   * @param[in]     normalize  normalizing factor.\r
-   * @return           arm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.\r
-   */\r
-\r
-  arm_status arm_dct4_init_q31(\r
-                              arm_dct4_instance_q31 * S,\r
-                              arm_rfft_instance_q31 * S_RFFT,\r
-                              arm_cfft_radix4_instance_q31 * S_CFFT,\r
-                              uint16_t N,\r
-                              uint16_t Nby2,\r
-                              q31_t normalize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 DCT4/IDCT4.\r
-   * @param[in]       *S             points to an instance of the Q31 DCT4 structure.\r
-   * @param[in]       *pState        points to state buffer.\r
-   * @param[in,out]   *pInlineBuffer points to the in-place input and output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dct4_q31(\r
-                   const arm_dct4_instance_q31 * S,\r
-                   q31_t * pState,\r
-                   q31_t * pInlineBuffer);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 DCT4/IDCT4 function.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t N;                         /**< length of the DCT4. */\r
-    uint16_t Nby2;                      /**< half of the length of the DCT4. */\r
-    q15_t normalize;                    /**< normalizing factor. */\r
-    q15_t *pTwiddle;                    /**< points to the twiddle factor table. */\r
-    q15_t *pCosFactor;                  /**< points to the cosFactor table. */\r
-    arm_rfft_instance_q15 *pRfft;        /**< points to the real FFT instance. */\r
-    arm_cfft_radix4_instance_q15 *pCfft; /**< points to the complex FFT instance. */\r
-  } arm_dct4_instance_q15;\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 DCT4/IDCT4.\r
-   * @param[in,out] *S         points to an instance of Q15 DCT4/IDCT4 structure.\r
-   * @param[in]     *S_RFFT    points to an instance of Q15 RFFT/RIFFT structure.\r
-   * @param[in]     *S_CFFT    points to an instance of Q15 CFFT/CIFFT structure.\r
-   * @param[in]     N          length of the DCT4.\r
-   * @param[in]     Nby2       half of the length of the DCT4.\r
-   * @param[in]     normalize  normalizing factor.\r
-   * @return           arm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.\r
-   */\r
-\r
-  arm_status arm_dct4_init_q15(\r
-                              arm_dct4_instance_q15 * S,\r
-                              arm_rfft_instance_q15 * S_RFFT,\r
-                              arm_cfft_radix4_instance_q15 * S_CFFT,\r
-                              uint16_t N,\r
-                              uint16_t Nby2,\r
-                              q15_t normalize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 DCT4/IDCT4.\r
-   * @param[in]       *S             points to an instance of the Q15 DCT4 structure.\r
-   * @param[in]       *pState        points to state buffer.\r
-   * @param[in,out]   *pInlineBuffer points to the in-place input and output buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dct4_q15(\r
-                   const arm_dct4_instance_q15 * S,\r
-                   q15_t * pState,\r
-                   q15_t * pInlineBuffer);\r
-\r
-  /**\r
-   * @brief Floating-point vector addition.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_add_f32(\r
-                  float32_t * pSrcA,\r
-                  float32_t * pSrcB,\r
-                  float32_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q7 vector addition.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_add_q7(\r
-                 q7_t * pSrcA,\r
-                 q7_t * pSrcB,\r
-                 q7_t * pDst,\r
-                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q15 vector addition.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_add_q15(\r
-                   q15_t * pSrcA,\r
-                   q15_t * pSrcB,\r
-                  q15_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q31 vector addition.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_add_q31(\r
-                   q31_t * pSrcA,\r
-                   q31_t * pSrcB,\r
-                  q31_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Floating-point vector subtraction.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sub_f32(\r
-                   float32_t * pSrcA,\r
-                   float32_t * pSrcB,\r
-                  float32_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q7 vector subtraction.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sub_q7(\r
-                  q7_t * pSrcA,\r
-                  q7_t * pSrcB,\r
-                 q7_t * pDst,\r
-                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q15 vector subtraction.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sub_q15(\r
-                   q15_t * pSrcA,\r
-                   q15_t * pSrcB,\r
-                  q15_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q31 vector subtraction.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sub_q31(\r
-                   q31_t * pSrcA,\r
-                   q31_t * pSrcB,\r
-                  q31_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Multiplies a floating-point vector by a scalar.\r
-   * @param[in]       *pSrc points to the input vector\r
-   * @param[in]       scale scale factor to be applied\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_scale_f32(\r
-                     float32_t * pSrc,\r
-                    float32_t scale,\r
-                    float32_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Multiplies a Q7 vector by a scalar.\r
-   * @param[in]       *pSrc points to the input vector\r
-   * @param[in]       scaleFract fractional portion of the scale value\r
-   * @param[in]       shift number of bits to shift the result by\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_scale_q7(\r
-                    q7_t * pSrc,\r
-                   q7_t scaleFract,\r
-                   int8_t shift,\r
-                   q7_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Multiplies a Q15 vector by a scalar.\r
-   * @param[in]       *pSrc points to the input vector\r
-   * @param[in]       scaleFract fractional portion of the scale value\r
-   * @param[in]       shift number of bits to shift the result by\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_scale_q15(\r
-                     q15_t * pSrc,\r
-                    q15_t scaleFract,\r
-                    int8_t shift,\r
-                    q15_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Multiplies a Q31 vector by a scalar.\r
-   * @param[in]       *pSrc points to the input vector\r
-   * @param[in]       scaleFract fractional portion of the scale value\r
-   * @param[in]       shift number of bits to shift the result by\r
-   * @param[out]      *pDst points to the output vector\r
-   * @param[in]       blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_scale_q31(\r
-                     q31_t * pSrc,\r
-                    q31_t scaleFract,\r
-                    int8_t shift,\r
-                    q31_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q7 vector absolute value.\r
-   * @param[in]       *pSrc points to the input buffer\r
-   * @param[out]      *pDst points to the output buffer\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_abs_q7(\r
-                  q7_t * pSrc,\r
-                 q7_t * pDst,\r
-                 uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Floating-point vector absolute value.\r
-   * @param[in]       *pSrc points to the input buffer\r
-   * @param[out]      *pDst points to the output buffer\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_abs_f32(\r
-                   float32_t * pSrc,\r
-                  float32_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q15 vector absolute value.\r
-   * @param[in]       *pSrc points to the input buffer\r
-   * @param[out]      *pDst points to the output buffer\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_abs_q15(\r
-                   q15_t * pSrc,\r
-                  q15_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Q31 vector absolute value.\r
-   * @param[in]       *pSrc points to the input buffer\r
-   * @param[out]      *pDst points to the output buffer\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_abs_q31(\r
-                   q31_t * pSrc,\r
-                  q31_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Dot product of floating-point vectors.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @param[out]      *result output result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dot_prod_f32(\r
-                        float32_t * pSrcA,\r
-                        float32_t * pSrcB,\r
-                       uint32_t blockSize,\r
-                       float32_t * result);\r
-\r
-  /**\r
-   * @brief Dot product of Q7 vectors.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @param[out]      *result output result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dot_prod_q7(\r
-                       q7_t * pSrcA,\r
-                       q7_t * pSrcB,\r
-                      uint32_t blockSize,\r
-                      q31_t * result);\r
-\r
-  /**\r
-   * @brief Dot product of Q15 vectors.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @param[out]      *result output result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dot_prod_q15(\r
-                        q15_t * pSrcA,\r
-                        q15_t * pSrcB,\r
-                       uint32_t blockSize,\r
-                       q63_t * result);\r
-\r
-  /**\r
-   * @brief Dot product of Q31 vectors.\r
-   * @param[in]       *pSrcA points to the first input vector\r
-   * @param[in]       *pSrcB points to the second input vector\r
-   * @param[in]       blockSize number of samples in each vector\r
-   * @param[out]      *result output result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_dot_prod_q31(\r
-                        q31_t * pSrcA,\r
-                        q31_t * pSrcB,\r
-                       uint32_t blockSize,\r
-                       q63_t * result);\r
-\r
-  /**\r
-   * @brief  Shifts the elements of a Q7 vector a specified number of bits.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  shiftBits number of bits to shift.  A positive value shifts left; a negative value shifts right.\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_shift_q7(\r
-                    q7_t * pSrc,\r
-                   int8_t shiftBits,\r
-                   q7_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Shifts the elements of a Q15 vector a specified number of bits.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  shiftBits number of bits to shift.  A positive value shifts left; a negative value shifts right.\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_shift_q15(\r
-                     q15_t * pSrc,\r
-                    int8_t shiftBits,\r
-                    q15_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Shifts the elements of a Q31 vector a specified number of bits.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  shiftBits number of bits to shift.  A positive value shifts left; a negative value shifts right.\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_shift_q31(\r
-                     q31_t * pSrc,\r
-                    int8_t shiftBits,\r
-                    q31_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Adds a constant offset to a floating-point vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  offset is the offset to be added\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_offset_f32(\r
-                      float32_t * pSrc,\r
-                     float32_t offset,\r
-                     float32_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Adds a constant offset to a Q7 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  offset is the offset to be added\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_offset_q7(\r
-                     q7_t * pSrc,\r
-                    q7_t offset,\r
-                    q7_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Adds a constant offset to a Q15 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  offset is the offset to be added\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_offset_q15(\r
-                      q15_t * pSrc,\r
-                     q15_t offset,\r
-                     q15_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Adds a constant offset to a Q31 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[in]  offset is the offset to be added\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_offset_q31(\r
-                      q31_t * pSrc,\r
-                     q31_t offset,\r
-                     q31_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Negates the elements of a floating-point vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_negate_f32(\r
-                      float32_t * pSrc,\r
-                     float32_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Negates the elements of a Q7 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_negate_q7(\r
-                     q7_t * pSrc,\r
-                    q7_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Negates the elements of a Q15 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_negate_q15(\r
-                      q15_t * pSrc,\r
-                     q15_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Negates the elements of a Q31 vector.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  blockSize number of samples in the vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_negate_q31(\r
-                      q31_t * pSrc,\r
-                     q31_t * pDst,\r
-                     uint32_t blockSize);\r
-  /**\r
-   * @brief  Copies the elements of a floating-point vector.\r
-   * @param[in]  *pSrc input pointer\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_copy_f32(\r
-                    float32_t * pSrc,\r
-                   float32_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Copies the elements of a Q7 vector.\r
-   * @param[in]  *pSrc input pointer\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_copy_q7(\r
-                   q7_t * pSrc,\r
-                  q7_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Copies the elements of a Q15 vector.\r
-   * @param[in]  *pSrc input pointer\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_copy_q15(\r
-                    q15_t * pSrc,\r
-                   q15_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Copies the elements of a Q31 vector.\r
-   * @param[in]  *pSrc input pointer\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_copy_q31(\r
-                    q31_t * pSrc,\r
-                   q31_t * pDst,\r
-                   uint32_t blockSize);\r
-  /**\r
-   * @brief  Fills a constant value into a floating-point vector.\r
-   * @param[in]  value input value to be filled\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_fill_f32(\r
-                    float32_t value,\r
-                   float32_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Fills a constant value into a Q7 vector.\r
-   * @param[in]  value input value to be filled\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_fill_q7(\r
-                   q7_t value,\r
-                  q7_t * pDst,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Fills a constant value into a Q15 vector.\r
-   * @param[in]  value input value to be filled\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_fill_q15(\r
-                    q15_t value,\r
-                   q15_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Fills a constant value into a Q31 vector.\r
-   * @param[in]  value input value to be filled\r
-   * @param[out]  *pDst output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_fill_q31(\r
-                    q31_t value,\r
-                   q31_t * pDst,\r
-                   uint32_t blockSize);\r
-\r
-/**\r
- * @brief Convolution of floating-point sequences.\r
- * @param[in] *pSrcA points to the first input sequence.\r
- * @param[in] srcALen length of the first input sequence.\r
- * @param[in] *pSrcB points to the second input sequence.\r
- * @param[in] srcBLen length of the second input sequence.\r
- * @param[out] *pDst points to the location where the output result is written.  Length srcALen+srcBLen-1.\r
- * @return none.\r
- */\r
-\r
-  void arm_conv_f32(\r
-                    float32_t * pSrcA,\r
-                   uint32_t srcALen,\r
-                    float32_t * pSrcB,\r
-                   uint32_t srcBLen,\r
-                   float32_t * pDst);\r
-\r
-/**\r
- * @brief Convolution of Q15 sequences.\r
- * @param[in] *pSrcA points to the first input sequence.\r
- * @param[in] srcALen length of the first input sequence.\r
- * @param[in] *pSrcB points to the second input sequence.\r
- * @param[in] srcBLen length of the second input sequence.\r
- * @param[out] *pDst points to the location where the output result is written.  Length srcALen+srcBLen-1.\r
- * @return none.\r
- */\r
-\r
-  void arm_conv_q15(\r
-                    q15_t * pSrcA,\r
-                   uint32_t srcALen,\r
-                    q15_t * pSrcB,\r
-                   uint32_t srcBLen,\r
-                   q15_t * pDst);\r
-\r
-  /**\r
-   * @brief Convolution of Q15 sequences (fast version) for Cortex-M3 and Cortex-M4\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length srcALen+srcBLen-1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_conv_fast_q15(\r
-                         q15_t * pSrcA,\r
-                        uint32_t srcALen,\r
-                         q15_t * pSrcB,\r
-                        uint32_t srcBLen,\r
-                        q15_t * pDst);\r
-\r
-  /**\r
-   * @brief Convolution of Q31 sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length srcALen+srcBLen-1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_conv_q31(\r
-                    q31_t * pSrcA,\r
-                   uint32_t srcALen,\r
-                    q31_t * pSrcB,\r
-                   uint32_t srcBLen,\r
-                   q31_t * pDst);\r
-\r
-  /**\r
-   * @brief Convolution of Q31 sequences (fast version) for Cortex-M3 and Cortex-M4\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length srcALen+srcBLen-1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_conv_fast_q31(\r
-                         q31_t * pSrcA,\r
-                        uint32_t srcALen,\r
-                         q31_t * pSrcB,\r
-                        uint32_t srcBLen,\r
-                        q31_t * pDst);\r
-\r
-  /**\r
-   * @brief Convolution of Q7 sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length srcALen+srcBLen-1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_conv_q7(\r
-                   q7_t * pSrcA,\r
-                  uint32_t srcALen,\r
-                   q7_t * pSrcB,\r
-                  uint32_t srcBLen,\r
-                  q7_t * pDst);\r
-\r
-  /**\r
-   * @brief Partial convolution of floating-point sequences.\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_f32(\r
-                                  float32_t * pSrcA,\r
-                                 uint32_t srcALen,\r
-                                  float32_t * pSrcB,\r
-                                 uint32_t srcBLen,\r
-                                 float32_t * pDst,\r
-                                 uint32_t firstIndex,\r
-                                 uint32_t numPoints);\r
-\r
-  /**\r
-   * @brief Partial convolution of Q15 sequences.\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_q15(\r
-                                  q15_t * pSrcA,\r
-                                 uint32_t srcALen,\r
-                                  q15_t * pSrcB,\r
-                                 uint32_t srcBLen,\r
-                                 q15_t * pDst,\r
-                                 uint32_t firstIndex,\r
-                                 uint32_t numPoints);\r
-\r
-  /**\r
-   * @brief Partial convolution of Q15 sequences (fast version) for Cortex-M3 and Cortex-M4\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_fast_q15(\r
-                                       q15_t * pSrcA,\r
-                                      uint32_t srcALen,\r
-                                       q15_t * pSrcB,\r
-                                      uint32_t srcBLen,\r
-                                      q15_t * pDst,\r
-                                      uint32_t firstIndex,\r
-                                      uint32_t numPoints);\r
-\r
-  /**\r
-   * @brief Partial convolution of Q31 sequences.\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_q31(\r
-                                  q31_t * pSrcA,\r
-                                 uint32_t srcALen,\r
-                                  q31_t * pSrcB,\r
-                                 uint32_t srcBLen,\r
-                                 q31_t * pDst,\r
-                                 uint32_t firstIndex,\r
-                                 uint32_t numPoints);\r
-\r
-\r
-  /**\r
-   * @brief Partial convolution of Q31 sequences (fast version) for Cortex-M3 and Cortex-M4\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_fast_q31(\r
-                                       q31_t * pSrcA,\r
-                                      uint32_t srcALen,\r
-                                       q31_t * pSrcB,\r
-                                      uint32_t srcBLen,\r
-                                      q31_t * pDst,\r
-                                      uint32_t firstIndex,\r
-                                      uint32_t numPoints);\r
-\r
-  /**\r
-   * @brief Partial convolution of Q7 sequences.\r
-   * @param[in]       *pSrcA points to the first input sequence.\r
-   * @param[in]       srcALen length of the first input sequence.\r
-   * @param[in]       *pSrcB points to the second input sequence.\r
-   * @param[in]       srcBLen length of the second input sequence.\r
-   * @param[out]      *pDst points to the block of output data\r
-   * @param[in]       firstIndex is the first output sample to start with.\r
-   * @param[in]       numPoints is the number of output points to be computed.\r
-   * @return  Returns either ARM_MATH_SUCCESS if the function completed correctly or ARM_MATH_ARGUMENT_ERROR if the requested subset is not in the range [0 srcALen+srcBLen-2].\r
-   */\r
-\r
-  arm_status arm_conv_partial_q7(\r
-                                 q7_t * pSrcA,\r
-                                uint32_t srcALen,\r
-                                 q7_t * pSrcB,\r
-                                uint32_t srcBLen,\r
-                                q7_t * pDst,\r
-                                uint32_t firstIndex,\r
-                                uint32_t numPoints);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 FIR decimator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t M;                      /**< decimation factor. */\r
-    uint16_t numTaps;               /**< number of coefficients in the filter. */\r
-    q15_t *pCoeffs;                  /**< points to the coefficient array. The array is of length numTaps.*/\r
-    q15_t *pState;                   /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-  } arm_fir_decimate_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 FIR decimator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t M;                  /**< decimation factor. */\r
-    uint16_t numTaps;           /**< number of coefficients in the filter. */\r
-    q31_t *pCoeffs;              /**< points to the coefficient array. The array is of length numTaps.*/\r
-    q31_t *pState;               /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-\r
-  } arm_fir_decimate_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point FIR decimator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t M;                          /**< decimation factor. */\r
-    uint16_t numTaps;                   /**< number of coefficients in the filter. */\r
-    float32_t *pCoeffs;                  /**< points to the coefficient array. The array is of length numTaps.*/\r
-    float32_t *pState;                   /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-\r
-  } arm_fir_decimate_instance_f32;\r
-\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point FIR decimator.\r
-   * @param[in] *S points to an instance of the floating-point FIR decimator structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_decimate_f32(\r
-                           const arm_fir_decimate_instance_f32 * S,\r
-                            float32_t * pSrc,\r
-                           float32_t * pDst,\r
-                           uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point FIR decimator.\r
-   * @param[in,out] *S points to an instance of the floating-point FIR decimator structure.\r
-   * @param[in] numTaps  number of coefficients in the filter.\r
-   * @param[in] M  decimation factor.\r
-   * @param[in] *pCoeffs points to the filter coefficients.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return    The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * <code>blockSize</code> is not a multiple of <code>M</code>.\r
-   */\r
-\r
-  arm_status arm_fir_decimate_init_f32(\r
-                                      arm_fir_decimate_instance_f32 * S,\r
-                                      uint16_t numTaps,\r
-                                      uint8_t M,\r
-                                      float32_t * pCoeffs,\r
-                                      float32_t * pState,\r
-                                      uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 FIR decimator.\r
-   * @param[in] *S points to an instance of the Q15 FIR decimator structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_decimate_q15(\r
-                           const arm_fir_decimate_instance_q15 * S,\r
-                            q15_t * pSrc,\r
-                           q15_t * pDst,\r
-                           uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.\r
-   * @param[in] *S points to an instance of the Q15 FIR decimator structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_decimate_fast_q15(\r
-                                const arm_fir_decimate_instance_q15 * S,\r
-                                 q15_t * pSrc,\r
-                                q15_t * pDst,\r
-                                uint32_t blockSize);\r
-\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 FIR decimator.\r
-   * @param[in,out] *S points to an instance of the Q15 FIR decimator structure.\r
-   * @param[in] numTaps  number of coefficients in the filter.\r
-   * @param[in] M  decimation factor.\r
-   * @param[in] *pCoeffs points to the filter coefficients.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return    The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * <code>blockSize</code> is not a multiple of <code>M</code>.\r
-   */\r
-\r
-  arm_status arm_fir_decimate_init_q15(\r
-                                      arm_fir_decimate_instance_q15 * S,\r
-                                      uint16_t numTaps,\r
-                                      uint8_t M,\r
-                                      q15_t * pCoeffs,\r
-                                      q15_t * pState,\r
-                                      uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 FIR decimator.\r
-   * @param[in] *S points to an instance of the Q31 FIR decimator structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_decimate_q31(\r
-                           const arm_fir_decimate_instance_q31 * S,\r
-                            q31_t * pSrc,\r
-                           q31_t * pDst,\r
-                           uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.\r
-   * @param[in] *S points to an instance of the Q31 FIR decimator structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_decimate_fast_q31(\r
-                                arm_fir_decimate_instance_q31 * S,\r
-                                 q31_t * pSrc,\r
-                                q31_t * pDst,\r
-                                uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 FIR decimator.\r
-   * @param[in,out] *S points to an instance of the Q31 FIR decimator structure.\r
-   * @param[in] numTaps  number of coefficients in the filter.\r
-   * @param[in] M  decimation factor.\r
-   * @param[in] *pCoeffs points to the filter coefficients.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return    The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * <code>blockSize</code> is not a multiple of <code>M</code>.\r
-   */\r
-\r
-  arm_status arm_fir_decimate_init_q31(\r
-                                      arm_fir_decimate_instance_q31 * S,\r
-                                      uint16_t numTaps,\r
-                                      uint8_t M,\r
-                                      q31_t * pCoeffs,\r
-                                      q31_t * pState,\r
-                                      uint32_t blockSize);\r
-\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 FIR interpolator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t L;                      /**< upsample factor. */\r
-    uint16_t phaseLength;           /**< length of each polyphase filter component. */\r
-    q15_t *pCoeffs;                 /**< points to the coefficient array. The array is of length L*phaseLength. */\r
-    q15_t *pState;                  /**< points to the state variable array. The array is of length blockSize+phaseLength-1. */\r
-  } arm_fir_interpolate_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 FIR interpolator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t L;                      /**< upsample factor. */\r
-    uint16_t phaseLength;           /**< length of each polyphase filter component. */\r
-    q31_t *pCoeffs;                  /**< points to the coefficient array. The array is of length L*phaseLength. */\r
-    q31_t *pState;                   /**< points to the state variable array. The array is of length blockSize+phaseLength-1. */\r
-  } arm_fir_interpolate_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point FIR interpolator.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t L;                     /**< upsample factor. */\r
-    uint16_t phaseLength;          /**< length of each polyphase filter component. */\r
-    float32_t *pCoeffs;             /**< points to the coefficient array. The array is of length L*phaseLength. */\r
-    float32_t *pState;              /**< points to the state variable array. The array is of length phaseLength+numTaps-1. */\r
-  } arm_fir_interpolate_instance_f32;\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 FIR interpolator.\r
-   * @param[in] *S        points to an instance of the Q15 FIR interpolator structure.\r
-   * @param[in] *pSrc     points to the block of input data.\r
-   * @param[out] *pDst    points to the block of output data.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_interpolate_q15(\r
-                              const arm_fir_interpolate_instance_q15 * S,\r
-                               q15_t * pSrc,\r
-                              q15_t * pDst,\r
-                              uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 FIR interpolator.\r
-   * @param[in,out] *S        points to an instance of the Q15 FIR interpolator structure.\r
-   * @param[in]     L         upsample factor.\r
-   * @param[in]     numTaps   number of filter coefficients in the filter.\r
-   * @param[in]     *pCoeffs  points to the filter coefficient buffer.\r
-   * @param[in]     *pState   points to the state buffer.\r
-   * @param[in]     blockSize number of input samples to process per call.\r
-   * @return        The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * the filter length <code>numTaps</code> is not a multiple of the interpolation factor <code>L</code>.\r
-   */\r
-\r
-  arm_status arm_fir_interpolate_init_q15(\r
-                                         arm_fir_interpolate_instance_q15 * S,\r
-                                         uint8_t L,\r
-                                         uint16_t numTaps,\r
-                                         q15_t * pCoeffs,\r
-                                         q15_t * pState,\r
-                                         uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 FIR interpolator.\r
-   * @param[in] *S        points to an instance of the Q15 FIR interpolator structure.\r
-   * @param[in] *pSrc     points to the block of input data.\r
-   * @param[out] *pDst    points to the block of output data.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_interpolate_q31(\r
-                              const arm_fir_interpolate_instance_q31 * S,\r
-                               q31_t * pSrc,\r
-                              q31_t * pDst,\r
-                              uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 FIR interpolator.\r
-   * @param[in,out] *S        points to an instance of the Q31 FIR interpolator structure.\r
-   * @param[in]     L         upsample factor.\r
-   * @param[in]     numTaps   number of filter coefficients in the filter.\r
-   * @param[in]     *pCoeffs  points to the filter coefficient buffer.\r
-   * @param[in]     *pState   points to the state buffer.\r
-   * @param[in]     blockSize number of input samples to process per call.\r
-   * @return        The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * the filter length <code>numTaps</code> is not a multiple of the interpolation factor <code>L</code>.\r
-   */\r
-\r
-  arm_status arm_fir_interpolate_init_q31(\r
-                                         arm_fir_interpolate_instance_q31 * S,\r
-                                         uint8_t L,\r
-                                         uint16_t numTaps,\r
-                                         q31_t * pCoeffs,\r
-                                         q31_t * pState,\r
-                                         uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point FIR interpolator.\r
-   * @param[in] *S        points to an instance of the floating-point FIR interpolator structure.\r
-   * @param[in] *pSrc     points to the block of input data.\r
-   * @param[out] *pDst    points to the block of output data.\r
-   * @param[in] blockSize number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_interpolate_f32(\r
-                              const arm_fir_interpolate_instance_f32 * S,\r
-                               float32_t * pSrc,\r
-                              float32_t * pDst,\r
-                              uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point FIR interpolator.\r
-   * @param[in,out] *S        points to an instance of the floating-point FIR interpolator structure.\r
-   * @param[in]     L         upsample factor.\r
-   * @param[in]     numTaps   number of filter coefficients in the filter.\r
-   * @param[in]     *pCoeffs  points to the filter coefficient buffer.\r
-   * @param[in]     *pState   points to the state buffer.\r
-   * @param[in]     blockSize number of input samples to process per call.\r
-   * @return        The function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_LENGTH_ERROR if\r
-   * the filter length <code>numTaps</code> is not a multiple of the interpolation factor <code>L</code>.\r
-   */\r
-\r
-  arm_status arm_fir_interpolate_init_f32(\r
-                                         arm_fir_interpolate_instance_f32 * S,\r
-                                         uint8_t L,\r
-                                         uint16_t numTaps,\r
-                                         float32_t * pCoeffs,\r
-                                         float32_t * pState,\r
-                                         uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Instance structure for the high precision Q31 Biquad cascade filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t numStages;       /**< number of 2nd order stages in the filter.  Overall order is 2*numStages. */\r
-    q63_t *pState;           /**< points to the array of state coefficients.  The array is of length 4*numStages. */\r
-    q31_t *pCoeffs;          /**< points to the array of coefficients.  The array is of length 5*numStages. */\r
-    uint8_t postShift;       /**< additional shift, in bits, applied to each output sample. */\r
-\r
-  } arm_biquad_cas_df1_32x64_ins_q31;\r
-\r
-\r
-  /**\r
-   * @param[in]  *S        points to an instance of the high precision Q31 Biquad cascade filter structure.\r
-   * @param[in]  *pSrc     points to the block of input data.\r
-   * @param[out] *pDst     points to the block of output data\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_biquad_cas_df1_32x64_q31(\r
-                                   const arm_biquad_cas_df1_32x64_ins_q31 * S,\r
-                                    q31_t * pSrc,\r
-                                   q31_t * pDst,\r
-                                   uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @param[in,out] *S           points to an instance of the high precision Q31 Biquad cascade filter structure.\r
-   * @param[in]     numStages    number of 2nd order stages in the filter.\r
-   * @param[in]     *pCoeffs     points to the filter coefficients.\r
-   * @param[in]     *pState      points to the state buffer.\r
-   * @param[in]     postShift    shift to be applied to the output. Varies according to the coefficients format\r
-   * @return        none\r
-   */\r
-\r
-  void arm_biquad_cas_df1_32x64_init_q31(\r
-                                        arm_biquad_cas_df1_32x64_ins_q31 * S,\r
-                                        uint8_t numStages,\r
-                                        q31_t * pCoeffs,\r
-                                        q63_t * pState,\r
-                                        uint8_t postShift);\r
-\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point transposed direct form II Biquad cascade filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint8_t   numStages;       /**< number of 2nd order stages in the filter.  Overall order is 2*numStages. */\r
-    float32_t *pState;         /**< points to the array of state coefficients.  The array is of length 2*numStages. */\r
-    float32_t *pCoeffs;        /**< points to the array of coefficients.  The array is of length 5*numStages. */\r
-  } arm_biquad_cascade_df2T_instance_f32;\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point transposed direct form II Biquad cascade filter.\r
-   * @param[in]  *S        points to an instance of the filter data structure.\r
-   * @param[in]  *pSrc     points to the block of input data.\r
-   * @param[out] *pDst     points to the block of output data\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_biquad_cascade_df2T_f32(\r
-                                  const arm_biquad_cascade_df2T_instance_f32 * S,\r
-                                   float32_t * pSrc,\r
-                                  float32_t * pDst,\r
-                                  uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point transposed direct form II Biquad cascade filter.\r
-   * @param[in,out] *S           points to an instance of the filter data structure.\r
-   * @param[in]     numStages    number of 2nd order stages in the filter.\r
-   * @param[in]     *pCoeffs     points to the filter coefficients.\r
-   * @param[in]     *pState      points to the state buffer.\r
-   * @return        none\r
-   */\r
-\r
-  void arm_biquad_cascade_df2T_init_f32(\r
-                                       arm_biquad_cascade_df2T_instance_f32 * S,\r
-                                       uint8_t numStages,\r
-                                       float32_t * pCoeffs,\r
-                                       float32_t * pState);\r
-\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 FIR lattice filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                          /**< number of filter stages. */\r
-    q15_t *pState;                               /**< points to the state variable array. The array is of length numStages. */\r
-    q15_t *pCoeffs;                              /**< points to the coefficient array. The array is of length numStages. */\r
-  } arm_fir_lattice_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 FIR lattice filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                          /**< number of filter stages. */\r
-    q31_t *pState;                               /**< points to the state variable array. The array is of length numStages. */\r
-    q31_t *pCoeffs;                              /**< points to the coefficient array. The array is of length numStages. */\r
-  } arm_fir_lattice_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point FIR lattice filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                  /**< number of filter stages. */\r
-    float32_t *pState;                   /**< points to the state variable array. The array is of length numStages. */\r
-    float32_t *pCoeffs;                  /**< points to the coefficient array. The array is of length numStages. */\r
-  } arm_fir_lattice_instance_f32;\r
-\r
-  /**\r
-   * @brief Initialization function for the Q15 FIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q15 FIR lattice structure.\r
-   * @param[in] numStages  number of filter stages.\r
-   * @param[in] *pCoeffs points to the coefficient buffer.  The array is of length numStages.\r
-   * @param[in] *pState points to the state buffer.  The array is of length numStages.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_lattice_init_q15(\r
-                               arm_fir_lattice_instance_q15 * S,\r
-                               uint16_t numStages,\r
-                               q15_t * pCoeffs,\r
-                               q15_t * pState);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 FIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q15 FIR lattice structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-  void arm_fir_lattice_q15(\r
-                          const arm_fir_lattice_instance_q15 * S,\r
-                           q15_t * pSrc,\r
-                          q15_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for the Q31 FIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q31 FIR lattice structure.\r
-   * @param[in] numStages  number of filter stages.\r
-   * @param[in] *pCoeffs points to the coefficient buffer.  The array is of length numStages.\r
-   * @param[in] *pState points to the state buffer.   The array is of length numStages.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_lattice_init_q31(\r
-                               arm_fir_lattice_instance_q31 * S,\r
-                               uint16_t numStages,\r
-                               q31_t * pCoeffs,\r
-                               q31_t * pState);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 FIR lattice filter.\r
-   * @param[in]  *S        points to an instance of the Q31 FIR lattice structure.\r
-   * @param[in]  *pSrc     points to the block of input data.\r
-   * @param[out] *pDst     points to the block of output data\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_lattice_q31(\r
-                          const arm_fir_lattice_instance_q31 * S,\r
-                           q31_t * pSrc,\r
-                          q31_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-/**\r
- * @brief Initialization function for the floating-point FIR lattice filter.\r
- * @param[in] *S points to an instance of the floating-point FIR lattice structure.\r
- * @param[in] numStages  number of filter stages.\r
- * @param[in] *pCoeffs points to the coefficient buffer.  The array is of length numStages.\r
- * @param[in] *pState points to the state buffer.  The array is of length numStages.\r
- * @return none.\r
- */\r
-\r
-  void arm_fir_lattice_init_f32(\r
-                               arm_fir_lattice_instance_f32 * S,\r
-                               uint16_t numStages,\r
-                               float32_t * pCoeffs,\r
-                               float32_t * pState);\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point FIR lattice filter.\r
-   * @param[in]  *S        points to an instance of the floating-point FIR lattice structure.\r
-   * @param[in]  *pSrc     points to the block of input data.\r
-   * @param[out] *pDst     points to the block of output data\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_lattice_f32(\r
-                          const arm_fir_lattice_instance_f32 * S,\r
-                           float32_t * pSrc,\r
-                          float32_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 IIR lattice filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                         /**< number of stages in the filter. */\r
-    q15_t *pState;                              /**< points to the state variable array. The array is of length numStages+blockSize. */\r
-    q15_t *pkCoeffs;                            /**< points to the reflection coefficient array. The array is of length numStages. */\r
-    q15_t *pvCoeffs;                            /**< points to the ladder coefficient array. The array is of length numStages+1. */\r
-  } arm_iir_lattice_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 IIR lattice filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                         /**< number of stages in the filter. */\r
-    q31_t *pState;                              /**< points to the state variable array. The array is of length numStages+blockSize. */\r
-    q31_t *pkCoeffs;                            /**< points to the reflection coefficient array. The array is of length numStages. */\r
-    q31_t *pvCoeffs;                            /**< points to the ladder coefficient array. The array is of length numStages+1. */\r
-  } arm_iir_lattice_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point IIR lattice filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numStages;                         /**< number of stages in the filter. */\r
-    float32_t *pState;                          /**< points to the state variable array. The array is of length numStages+blockSize. */\r
-    float32_t *pkCoeffs;                        /**< points to the reflection coefficient array. The array is of length numStages. */\r
-    float32_t *pvCoeffs;                        /**< points to the ladder coefficient array. The array is of length numStages+1. */\r
-  } arm_iir_lattice_instance_f32;\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point IIR lattice filter.\r
-   * @param[in] *S points to an instance of the floating-point IIR lattice structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_iir_lattice_f32(\r
-                          const arm_iir_lattice_instance_f32 * S,\r
-                           float32_t * pSrc,\r
-                          float32_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for the floating-point IIR lattice filter.\r
-   * @param[in] *S points to an instance of the floating-point IIR lattice structure.\r
-   * @param[in] numStages number of stages in the filter.\r
-   * @param[in] *pkCoeffs points to the reflection coefficient buffer.  The array is of length numStages.\r
-   * @param[in] *pvCoeffs points to the ladder coefficient buffer.  The array is of length numStages+1.\r
-   * @param[in] *pState points to the state buffer.  The array is of length numStages+blockSize-1.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_iir_lattice_init_f32(\r
-                               arm_iir_lattice_instance_f32 * S,\r
-                               uint16_t numStages,\r
-                               float32_t *pkCoeffs,\r
-                               float32_t *pvCoeffs,\r
-                               float32_t *pState,\r
-                               uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 IIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q31 IIR lattice structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_iir_lattice_q31(\r
-                          const arm_iir_lattice_instance_q31 * S,\r
-                           q31_t * pSrc,\r
-                          q31_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Initialization function for the Q31 IIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q31 IIR lattice structure.\r
-   * @param[in] numStages number of stages in the filter.\r
-   * @param[in] *pkCoeffs points to the reflection coefficient buffer.  The array is of length numStages.\r
-   * @param[in] *pvCoeffs points to the ladder coefficient buffer.  The array is of length numStages+1.\r
-   * @param[in] *pState points to the state buffer.  The array is of length numStages+blockSize.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_iir_lattice_init_q31(\r
-                               arm_iir_lattice_instance_q31 * S,\r
-                               uint16_t numStages,\r
-                               q31_t *pkCoeffs,\r
-                               q31_t *pvCoeffs,\r
-                               q31_t *pState,\r
-                               uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 IIR lattice filter.\r
-   * @param[in] *S points to an instance of the Q15 IIR lattice structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[out] *pDst points to the block of output data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_iir_lattice_q15(\r
-                          const arm_iir_lattice_instance_q15 * S,\r
-                           q15_t * pSrc,\r
-                          q15_t * pDst,\r
-                          uint32_t blockSize);\r
-\r
-\r
-/**\r
- * @brief Initialization function for the Q15 IIR lattice filter.\r
- * @param[in] *S points to an instance of the fixed-point Q15 IIR lattice structure.\r
- * @param[in] numStages  number of stages in the filter.\r
- * @param[in] *pkCoeffs points to reflection coefficient buffer.  The array is of length numStages.\r
- * @param[in] *pvCoeffs points to ladder coefficient buffer.  The array is of length numStages+1.\r
- * @param[in] *pState points to state buffer.  The array is of length numStages+blockSize.\r
- * @param[in] blockSize number of samples to process per call.\r
- * @return none.\r
- */\r
-\r
-  void arm_iir_lattice_init_q15(\r
-                               arm_iir_lattice_instance_q15 * S,\r
-                               uint16_t numStages,\r
-                               q15_t *pkCoeffs,\r
-                               q15_t *pvCoeffs,\r
-                               q15_t *pState,\r
-                               uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point LMS filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;    /**< number of coefficients in the filter. */\r
-    float32_t *pState;   /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    float32_t *pCoeffs;  /**< points to the coefficient array. The array is of length numTaps. */\r
-    float32_t mu;        /**< step size that controls filter coefficient updates. */\r
-  } arm_lms_instance_f32;\r
-\r
-  /**\r
-   * @brief Processing function for floating-point LMS filter.\r
-   * @param[in]  *S points to an instance of the floating-point LMS filter structure.\r
-   * @param[in]  *pSrc points to the block of input data.\r
-   * @param[in]  *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_lms_f32(\r
-                  const arm_lms_instance_f32 * S,\r
-                   float32_t * pSrc,\r
-                   float32_t * pRef,\r
-                  float32_t * pOut,\r
-                  float32_t * pErr,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for floating-point LMS filter.\r
-   * @param[in] *S points to an instance of the floating-point LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to the coefficient buffer.\r
-   * @param[in] *pState points to state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_init_f32(\r
-                       arm_lms_instance_f32 * S,\r
-                       uint16_t numTaps,\r
-                       float32_t * pCoeffs,\r
-                       float32_t * pState,\r
-                       float32_t mu,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 LMS filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;    /**< number of coefficients in the filter. */\r
-    q15_t *pState;       /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q15_t *pCoeffs;      /**< points to the coefficient array. The array is of length numTaps. */\r
-    q15_t mu;            /**< step size that controls filter coefficient updates. */\r
-    uint32_t postShift;  /**< bit shift applied to coefficients. */\r
-  } arm_lms_instance_q15;\r
-\r
-\r
-  /**\r
-   * @brief Initialization function for the Q15 LMS filter.\r
-   * @param[in] *S points to an instance of the Q15 LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to the coefficient buffer.\r
-   * @param[in] *pState points to the state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @param[in] postShift bit shift applied to coefficients.\r
-   * @return    none.\r
-   */\r
-\r
-  void arm_lms_init_q15(\r
-                       arm_lms_instance_q15 * S,\r
-                       uint16_t numTaps,\r
-                       q15_t * pCoeffs,\r
-                       q15_t * pState,\r
-                       q15_t mu,\r
-                       uint32_t blockSize,\r
-                       uint32_t postShift);\r
-\r
-  /**\r
-   * @brief Processing function for Q15 LMS filter.\r
-   * @param[in] *S points to an instance of the Q15 LMS filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[in] *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_q15(\r
-                  const arm_lms_instance_q15 * S,\r
-                   q15_t * pSrc,\r
-                   q15_t * pRef,\r
-                  q15_t * pOut,\r
-                  q15_t * pErr,\r
-                  uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 LMS filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;    /**< number of coefficients in the filter. */\r
-    q31_t *pState;       /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q31_t *pCoeffs;      /**< points to the coefficient array. The array is of length numTaps. */\r
-    q31_t mu;            /**< step size that controls filter coefficient updates. */\r
-    uint32_t postShift;  /**< bit shift applied to coefficients. */\r
-\r
-  } arm_lms_instance_q31;\r
-\r
-  /**\r
-   * @brief Processing function for Q31 LMS filter.\r
-   * @param[in]  *S points to an instance of the Q15 LMS filter structure.\r
-   * @param[in]  *pSrc points to the block of input data.\r
-   * @param[in]  *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in]  blockSize number of samples to process.\r
-   * @return     none.\r
-   */\r
-\r
-  void arm_lms_q31(\r
-                  const arm_lms_instance_q31 * S,\r
-                   q31_t * pSrc,\r
-                   q31_t * pRef,\r
-                  q31_t * pOut,\r
-                  q31_t * pErr,\r
-                  uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for Q31 LMS filter.\r
-   * @param[in] *S points to an instance of the Q31 LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to coefficient buffer.\r
-   * @param[in] *pState points to state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @param[in] postShift bit shift applied to coefficients.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_init_q31(\r
-                       arm_lms_instance_q31 * S,\r
-                       uint16_t numTaps,\r
-                       q31_t *pCoeffs,\r
-                       q31_t *pState,\r
-                       q31_t mu,\r
-                       uint32_t blockSize,\r
-                       uint32_t postShift);\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point normalized LMS filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t  numTaps;    /**< number of coefficients in the filter. */\r
-    float32_t *pState;    /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    float32_t *pCoeffs;   /**< points to the coefficient array. The array is of length numTaps. */\r
-    float32_t mu;        /**< step size that control filter coefficient updates. */\r
-    float32_t energy;    /**< saves previous frame energy. */\r
-    float32_t x0;        /**< saves previous input sample. */\r
-  } arm_lms_norm_instance_f32;\r
-\r
-  /**\r
-   * @brief Processing function for floating-point normalized LMS filter.\r
-   * @param[in] *S points to an instance of the floating-point normalized LMS filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[in] *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_f32(\r
-                       arm_lms_norm_instance_f32 * S,\r
-                        float32_t * pSrc,\r
-                        float32_t * pRef,\r
-                       float32_t * pOut,\r
-                       float32_t * pErr,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for floating-point normalized LMS filter.\r
-   * @param[in] *S points to an instance of the floating-point LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to coefficient buffer.\r
-   * @param[in] *pState points to state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_init_f32(\r
-                            arm_lms_norm_instance_f32 * S,\r
-                            uint16_t numTaps,\r
-                            float32_t * pCoeffs,\r
-                            float32_t * pState,\r
-                            float32_t mu,\r
-                            uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 normalized LMS filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;     /**< number of coefficients in the filter. */\r
-    q31_t *pState;        /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q31_t *pCoeffs;       /**< points to the coefficient array. The array is of length numTaps. */\r
-    q31_t mu;             /**< step size that controls filter coefficient updates. */\r
-    uint8_t postShift;    /**< bit shift applied to coefficients. */\r
-    q31_t *recipTable;    /**< points to the reciprocal initial value table. */\r
-    q31_t energy;         /**< saves previous frame energy. */\r
-    q31_t x0;             /**< saves previous input sample. */\r
-  } arm_lms_norm_instance_q31;\r
-\r
-  /**\r
-   * @brief Processing function for Q31 normalized LMS filter.\r
-   * @param[in] *S points to an instance of the Q31 normalized LMS filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[in] *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_q31(\r
-                       arm_lms_norm_instance_q31 * S,\r
-                        q31_t * pSrc,\r
-                        q31_t * pRef,\r
-                       q31_t * pOut,\r
-                       q31_t * pErr,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Initialization function for Q31 normalized LMS filter.\r
-   * @param[in] *S points to an instance of the Q31 normalized LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to coefficient buffer.\r
-   * @param[in] *pState points to state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @param[in] postShift bit shift applied to coefficients.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_init_q31(\r
-                            arm_lms_norm_instance_q31 * S,\r
-                            uint16_t numTaps,\r
-                            q31_t * pCoeffs,\r
-                            q31_t * pState,\r
-                            q31_t mu,\r
-                            uint32_t blockSize,\r
-                            uint8_t postShift);\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 normalized LMS filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;    /**< Number of coefficients in the filter. */\r
-    q15_t *pState;        /**< points to the state variable array. The array is of length numTaps+blockSize-1. */\r
-    q15_t *pCoeffs;       /**< points to the coefficient array. The array is of length numTaps. */\r
-    q15_t mu;            /**< step size that controls filter coefficient updates. */\r
-    uint8_t postShift;   /**< bit shift applied to coefficients. */\r
-    q15_t *recipTable;   /**< Points to the reciprocal initial value table. */\r
-    q15_t energy;        /**< saves previous frame energy. */\r
-    q15_t x0;            /**< saves previous input sample. */\r
-  } arm_lms_norm_instance_q15;\r
-\r
-  /**\r
-   * @brief Processing function for Q15 normalized LMS filter.\r
-   * @param[in] *S points to an instance of the Q15 normalized LMS filter structure.\r
-   * @param[in] *pSrc points to the block of input data.\r
-   * @param[in] *pRef points to the block of reference data.\r
-   * @param[out] *pOut points to the block of output data.\r
-   * @param[out] *pErr points to the block of error data.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_q15(\r
-                       arm_lms_norm_instance_q15 * S,\r
-                        q15_t * pSrc,\r
-                        q15_t * pRef,\r
-                       q15_t * pOut,\r
-                       q15_t * pErr,\r
-                       uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief Initialization function for Q15 normalized LMS filter.\r
-   * @param[in] *S points to an instance of the Q15 normalized LMS filter structure.\r
-   * @param[in] numTaps  number of filter coefficients.\r
-   * @param[in] *pCoeffs points to coefficient buffer.\r
-   * @param[in] *pState points to state buffer.\r
-   * @param[in] mu step size that controls filter coefficient updates.\r
-   * @param[in] blockSize number of samples to process.\r
-   * @param[in] postShift bit shift applied to coefficients.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_lms_norm_init_q15(\r
-                            arm_lms_norm_instance_q15 * S,\r
-                            uint16_t numTaps,\r
-                            q15_t * pCoeffs,\r
-                            q15_t * pState,\r
-                            q15_t mu,\r
-                            uint32_t blockSize,\r
-                            uint8_t postShift);\r
-\r
-  /**\r
-   * @brief Correlation of floating-point sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_f32(\r
-                         float32_t * pSrcA,\r
-                        uint32_t srcALen,\r
-                         float32_t * pSrcB,\r
-                        uint32_t srcBLen,\r
-                        float32_t * pDst);\r
-\r
-  /**\r
-   * @brief Correlation of Q15 sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_q15(\r
-                         q15_t * pSrcA,\r
-                        uint32_t srcALen,\r
-                         q15_t * pSrcB,\r
-                        uint32_t srcBLen,\r
-                        q15_t * pDst);\r
-\r
-  /**\r
-   * @brief Correlation of Q15 sequences (fast version) for Cortex-M3 and Cortex-M4.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_fast_q15(\r
-                              q15_t * pSrcA,\r
-                             uint32_t srcALen,\r
-                              q15_t * pSrcB,\r
-                             uint32_t srcBLen,\r
-                             q15_t * pDst);\r
-\r
-  /**\r
-   * @brief Correlation of Q31 sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_q31(\r
-                         q31_t * pSrcA,\r
-                        uint32_t srcALen,\r
-                         q31_t * pSrcB,\r
-                        uint32_t srcBLen,\r
-                        q31_t * pDst);\r
-\r
-  /**\r
-   * @brief Correlation of Q31 sequences (fast version) for Cortex-M3 and Cortex-M4\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_fast_q31(\r
-                              q31_t * pSrcA,\r
-                             uint32_t srcALen,\r
-                              q31_t * pSrcB,\r
-                             uint32_t srcBLen,\r
-                             q31_t * pDst);\r
-\r
-  /**\r
-   * @brief Correlation of Q7 sequences.\r
-   * @param[in] *pSrcA points to the first input sequence.\r
-   * @param[in] srcALen length of the first input sequence.\r
-   * @param[in] *pSrcB points to the second input sequence.\r
-   * @param[in] srcBLen length of the second input sequence.\r
-   * @param[out] *pDst points to the block of output data  Length 2 * max(srcALen, srcBLen) - 1.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_correlate_q7(\r
-                        q7_t * pSrcA,\r
-                       uint32_t srcALen,\r
-                        q7_t * pSrcB,\r
-                       uint32_t srcBLen,\r
-                       q7_t * pDst);\r
-\r
-  /**\r
-   * @brief Instance structure for the floating-point sparse FIR filter.\r
-   */\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;             /**< number of coefficients in the filter. */\r
-    uint16_t stateIndex;          /**< state buffer index.  Points to the oldest sample in the state buffer. */\r
-    float32_t *pState;            /**< points to the state buffer array. The array is of length maxDelay+blockSize-1. */\r
-    float32_t *pCoeffs;           /**< points to the coefficient array. The array is of length numTaps.*/\r
-    uint16_t maxDelay;            /**< maximum offset specified by the pTapDelay array. */\r
-    int32_t *pTapDelay;           /**< points to the array of delay values.  The array is of length numTaps. */\r
-  } arm_fir_sparse_instance_f32;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q31 sparse FIR filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;             /**< number of coefficients in the filter. */\r
-    uint16_t stateIndex;          /**< state buffer index.  Points to the oldest sample in the state buffer. */\r
-    q31_t *pState;                /**< points to the state buffer array. The array is of length maxDelay+blockSize-1. */\r
-    q31_t *pCoeffs;               /**< points to the coefficient array. The array is of length numTaps.*/\r
-    uint16_t maxDelay;            /**< maximum offset specified by the pTapDelay array. */\r
-    int32_t *pTapDelay;           /**< points to the array of delay values.  The array is of length numTaps. */\r
-  } arm_fir_sparse_instance_q31;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q15 sparse FIR filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;             /**< number of coefficients in the filter. */\r
-    uint16_t stateIndex;          /**< state buffer index.  Points to the oldest sample in the state buffer. */\r
-    q15_t *pState;                /**< points to the state buffer array. The array is of length maxDelay+blockSize-1. */\r
-    q15_t *pCoeffs;               /**< points to the coefficient array. The array is of length numTaps.*/\r
-    uint16_t maxDelay;            /**< maximum offset specified by the pTapDelay array. */\r
-    int32_t *pTapDelay;           /**< points to the array of delay values.  The array is of length numTaps. */\r
-  } arm_fir_sparse_instance_q15;\r
-\r
-  /**\r
-   * @brief Instance structure for the Q7 sparse FIR filter.\r
-   */\r
-\r
-  typedef struct\r
-  {\r
-    uint16_t numTaps;             /**< number of coefficients in the filter. */\r
-    uint16_t stateIndex;          /**< state buffer index.  Points to the oldest sample in the state buffer. */\r
-    q7_t *pState;                 /**< points to the state buffer array. The array is of length maxDelay+blockSize-1. */\r
-    q7_t *pCoeffs;                /**< points to the coefficient array. The array is of length numTaps.*/\r
-    uint16_t maxDelay;            /**< maximum offset specified by the pTapDelay array. */\r
-    int32_t *pTapDelay;           /**< points to the array of delay values.  The array is of length numTaps. */\r
-  } arm_fir_sparse_instance_q7;\r
-\r
-  /**\r
-   * @brief Processing function for the floating-point sparse FIR filter.\r
-   * @param[in]  *S          points to an instance of the floating-point sparse FIR structure.\r
-   * @param[in]  *pSrc       points to the block of input data.\r
-   * @param[out] *pDst       points to the block of output data\r
-   * @param[in]  *pScratchIn points to a temporary buffer of size blockSize.\r
-   * @param[in]  blockSize   number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_sparse_f32(\r
-                         arm_fir_sparse_instance_f32 * S,\r
-                          float32_t * pSrc,\r
-                         float32_t * pDst,\r
-                         float32_t * pScratchIn,\r
-                         uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the floating-point sparse FIR filter.\r
-   * @param[in,out] *S         points to an instance of the floating-point sparse FIR structure.\r
-   * @param[in]     numTaps    number of nonzero coefficients in the filter.\r
-   * @param[in]     *pCoeffs   points to the array of filter coefficients.\r
-   * @param[in]     *pState    points to the state buffer.\r
-   * @param[in]     *pTapDelay points to the array of offset times.\r
-   * @param[in]     maxDelay   maximum offset time supported.\r
-   * @param[in]     blockSize  number of samples that will be processed per block.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_sparse_init_f32(\r
-                              arm_fir_sparse_instance_f32 * S,\r
-                              uint16_t numTaps,\r
-                              float32_t * pCoeffs,\r
-                              float32_t * pState,\r
-                              int32_t * pTapDelay,\r
-                              uint16_t maxDelay,\r
-                              uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q31 sparse FIR filter.\r
-   * @param[in]  *S          points to an instance of the Q31 sparse FIR structure.\r
-   * @param[in]  *pSrc       points to the block of input data.\r
-   * @param[out] *pDst       points to the block of output data\r
-   * @param[in]  *pScratchIn points to a temporary buffer of size blockSize.\r
-   * @param[in]  blockSize   number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_sparse_q31(\r
-                         arm_fir_sparse_instance_q31 * S,\r
-                          q31_t * pSrc,\r
-                         q31_t * pDst,\r
-                         q31_t * pScratchIn,\r
-                         uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q31 sparse FIR filter.\r
-   * @param[in,out] *S         points to an instance of the Q31 sparse FIR structure.\r
-   * @param[in]     numTaps    number of nonzero coefficients in the filter.\r
-   * @param[in]     *pCoeffs   points to the array of filter coefficients.\r
-   * @param[in]     *pState    points to the state buffer.\r
-   * @param[in]     *pTapDelay points to the array of offset times.\r
-   * @param[in]     maxDelay   maximum offset time supported.\r
-   * @param[in]     blockSize  number of samples that will be processed per block.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_sparse_init_q31(\r
-                              arm_fir_sparse_instance_q31 * S,\r
-                              uint16_t numTaps,\r
-                              q31_t * pCoeffs,\r
-                              q31_t * pState,\r
-                              int32_t * pTapDelay,\r
-                              uint16_t maxDelay,\r
-                              uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q15 sparse FIR filter.\r
-   * @param[in]  *S           points to an instance of the Q15 sparse FIR structure.\r
-   * @param[in]  *pSrc        points to the block of input data.\r
-   * @param[out] *pDst        points to the block of output data\r
-   * @param[in]  *pScratchIn  points to a temporary buffer of size blockSize.\r
-   * @param[in]  *pScratchOut points to a temporary buffer of size blockSize.\r
-   * @param[in]  blockSize    number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_sparse_q15(\r
-                         arm_fir_sparse_instance_q15 * S,\r
-                          q15_t * pSrc,\r
-                         q15_t * pDst,\r
-                         q15_t * pScratchIn,\r
-                         q31_t * pScratchOut,\r
-                         uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q15 sparse FIR filter.\r
-   * @param[in,out] *S         points to an instance of the Q15 sparse FIR structure.\r
-   * @param[in]     numTaps    number of nonzero coefficients in the filter.\r
-   * @param[in]     *pCoeffs   points to the array of filter coefficients.\r
-   * @param[in]     *pState    points to the state buffer.\r
-   * @param[in]     *pTapDelay points to the array of offset times.\r
-   * @param[in]     maxDelay   maximum offset time supported.\r
-   * @param[in]     blockSize  number of samples that will be processed per block.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_sparse_init_q15(\r
-                              arm_fir_sparse_instance_q15 * S,\r
-                              uint16_t numTaps,\r
-                              q15_t * pCoeffs,\r
-                              q15_t * pState,\r
-                              int32_t * pTapDelay,\r
-                              uint16_t maxDelay,\r
-                              uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Processing function for the Q7 sparse FIR filter.\r
-   * @param[in]  *S           points to an instance of the Q7 sparse FIR structure.\r
-   * @param[in]  *pSrc        points to the block of input data.\r
-   * @param[out] *pDst        points to the block of output data\r
-   * @param[in]  *pScratchIn  points to a temporary buffer of size blockSize.\r
-   * @param[in]  *pScratchOut points to a temporary buffer of size blockSize.\r
-   * @param[in]  blockSize    number of input samples to process per call.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_fir_sparse_q7(\r
-                        arm_fir_sparse_instance_q7 * S,\r
-                         q7_t * pSrc,\r
-                        q7_t * pDst,\r
-                        q7_t * pScratchIn,\r
-                        q31_t * pScratchOut,\r
-                        uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Initialization function for the Q7 sparse FIR filter.\r
-   * @param[in,out] *S         points to an instance of the Q7 sparse FIR structure.\r
-   * @param[in]     numTaps    number of nonzero coefficients in the filter.\r
-   * @param[in]     *pCoeffs   points to the array of filter coefficients.\r
-   * @param[in]     *pState    points to the state buffer.\r
-   * @param[in]     *pTapDelay points to the array of offset times.\r
-   * @param[in]     maxDelay   maximum offset time supported.\r
-   * @param[in]     blockSize  number of samples that will be processed per block.\r
-   * @return none\r
-   */\r
-\r
-  void arm_fir_sparse_init_q7(\r
-                             arm_fir_sparse_instance_q7 * S,\r
-                             uint16_t numTaps,\r
-                             q7_t * pCoeffs,\r
-                             q7_t * pState,\r
-                             int32_t *pTapDelay,\r
-                             uint16_t maxDelay,\r
-                             uint32_t blockSize);\r
-\r
-\r
-  /*\r
-   * @brief  Floating-point sin_cos function.\r
-   * @param[in]  theta    input value in degrees\r
-   * @param[out] *pSinVal points to the processed sine output.\r
-   * @param[out] *pCosVal points to the processed cos output.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sin_cos_f32(\r
-                      float32_t theta,\r
-                      float32_t *pSinVal,\r
-                      float32_t *pCcosVal);\r
-\r
-  /*\r
-   * @brief  Q31 sin_cos function.\r
-   * @param[in]  theta    scaled input value in degrees\r
-   * @param[out] *pSinVal points to the processed sine output.\r
-   * @param[out] *pCosVal points to the processed cosine output.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_sin_cos_q31(\r
-                      q31_t theta,\r
-                      q31_t *pSinVal,\r
-                      q31_t *pCosVal);\r
-\r
-\r
-  /**\r
-   * @brief  Floating-point complex conjugate.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_conj_f32(\r
-                          float32_t * pSrc,\r
-                         float32_t * pDst,\r
-                         uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q31 complex conjugate.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_conj_q31(\r
-                          q31_t * pSrc,\r
-                         q31_t * pDst,\r
-                         uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q15 complex conjugate.\r
-   * @param[in]  *pSrc points to the input vector\r
-   * @param[out]  *pDst points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_conj_q15(\r
-                          q15_t * pSrc,\r
-                         q15_t * pDst,\r
-                         uint32_t numSamples);\r
-\r
-\r
-\r
-  /**\r
-   * @brief  Floating-point complex magnitude squared\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_squared_f32(\r
-                                 float32_t * pSrc,\r
-                                float32_t * pDst,\r
-                                uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q31 complex magnitude squared\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_squared_q31(\r
-                                 q31_t * pSrc,\r
-                                q31_t * pDst,\r
-                                uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q15 complex magnitude squared\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_squared_q15(\r
-                                 q15_t * pSrc,\r
-                                q15_t * pDst,\r
-                                uint32_t numSamples);\r
-\r
-\r
- /**\r
-   * @ingroup groupController\r
-   */\r
-\r
-  /**\r
-   * @defgroup PID PID Motor Control\r
-   *\r
-   * A Proportional Integral Derivative (PID) controller is a generic feedback control\r
-   * loop mechanism widely used in industrial control systems.\r
-   * A PID controller is the most commonly used type of feedback controller.\r
-   *\r
-   * This set of functions implements (PID) controllers\r
-   * for Q15, Q31, and floating-point data types.  The functions operate on a single sample\r
-   * of data and each call to the function returns a single processed value.\r
-   * <code>S</code> points to an instance of the PID control data structure.  <code>in</code>\r
-   * is the input sample value. The functions return the output value.\r
-   *\r
-   * \par Algorithm:\r
-   * <pre>\r
-   *    y[n] = y[n-1] + A0 * x[n] + A1 * x[n-1] + A2 * x[n-2]\r
-   *    A0 = Kp + Ki + Kd\r
-   *    A1 = (-Kp ) - (2 * Kd )\r
-   *    A2 = Kd  </pre>\r
-   *\r
-   * \par\r
-   * where \c Kp is proportional constant, \c Ki is Integral constant and \c Kd is Derivative constant\r
-   *\r
-   * \par\r
-   * \image html PID.gif "Proportional Integral Derivative Controller"\r
-   *\r
-   * \par\r
-   * The PID controller calculates an "error" value as the difference between\r
-   * the measured output and the reference input.\r
-   * The controller attempts to minimize the error by adjusting the process control inputs.\r
-   * The proportional value determines the reaction to the current error,\r
-   * the integral value determines the reaction based on the sum of recent errors,\r
-   * and the derivative value determines the reaction based on the rate at which the error has been changing.\r
-   *\r
-   * \par Instance Structure\r
-   * The Gains A0, A1, A2 and state variables for a PID controller are stored together in an instance data structure.\r
-   * A separate instance structure must be defined for each PID Controller.\r
-   * There are separate instance structure declarations for each of the 3 supported data types.\r
-   *\r
-   * \par Reset Functions\r
-   * There is also an associated reset function for each data type which clears the state array.\r
-   *\r
-   * \par Initialization Functions\r
-   * There is also an associated initialization function for each data type.\r
-   * The initialization function performs the following operations:\r
-   * - Initializes the Gains A0, A1, A2 from Kp,Ki, Kd gains.\r
-   * - Zeros out the values in the state buffer.\r
-   *\r
-   * \par\r
-   * Instance structure cannot be placed into a const data section and it is recommended to use the initialization function.\r
-   *\r
-   * \par Fixed-Point Behavior\r
-   * Care must be taken when using the fixed-point versions of the PID Controller functions.\r
-   * In particular, the overflow and saturation behavior of the accumulator used in each function must be considered.\r
-   * Refer to the function specific documentation below for usage guidelines.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup PID\r
-   * @{\r
-   */\r
-\r
-  /**\r
-   * @brief  Process function for the floating-point PID Control.\r
-   * @param[in,out] *S is an instance of the floating-point PID Control structure\r
-   * @param[in] in input sample to process\r
-   * @return out processed output sample.\r
-   */\r
-\r
-\r
-  __STATIC_INLINE float32_t arm_pid_f32(\r
-                                       arm_pid_instance_f32 * S,\r
-                                       float32_t in)\r
-  {\r
-    float32_t out;\r
-\r
-    /* y[n] = y[n-1] + A0 * x[n] + A1 * x[n-1] + A2 * x[n-2]  */\r
-    out = (S->A0 * in) +\r
-      (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]);\r
-\r
-    /* Update state */\r
-    S->state[1] = S->state[0];\r
-    S->state[0] = in;\r
-    S->state[2] = out;\r
-\r
-    /* return to application */\r
-    return (out);\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief  Process function for the Q31 PID Control.\r
-   * @param[in,out] *S points to an instance of the Q31 PID Control structure\r
-   * @param[in] in input sample to process\r
-   * @return out processed output sample.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using an internal 64-bit accumulator.\r
-   * The accumulator has a 2.62 format and maintains full precision of the intermediate multiplication results but provides only a single guard bit.\r
-   * Thus, if the accumulator result overflows it wraps around rather than clip.\r
-   * In order to avoid overflows completely the input signal must be scaled down by 2 bits as there are four additions.\r
-   * After all multiply-accumulates are performed, the 2.62 accumulator is truncated to 1.32 format and then saturated to 1.31 format.\r
-   */\r
-\r
-  __STATIC_INLINE q31_t arm_pid_q31(\r
-                                   arm_pid_instance_q31 * S,\r
-                                   q31_t in)\r
-  {\r
-    q63_t acc;\r
-       q31_t out;\r
-\r
-    /* acc = A0 * x[n]  */\r
-    acc = (q63_t) S->A0 * in;\r
-\r
-    /* acc += A1 * x[n-1] */\r
-    acc += (q63_t) S->A1 * S->state[0];\r
-\r
-    /* acc += A2 * x[n-2]  */\r
-    acc += (q63_t) S->A2 * S->state[1];\r
-\r
-    /* convert output to 1.31 format to add y[n-1] */\r
-    out = (q31_t) (acc >> 31u);\r
-\r
-    /* out += y[n-1] */\r
-    out += S->state[2];\r
-\r
-    /* Update state */\r
-    S->state[1] = S->state[0];\r
-    S->state[0] = in;\r
-    S->state[2] = out;\r
-\r
-    /* return to application */\r
-    return (out);\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief  Process function for the Q15 PID Control.\r
-   * @param[in,out] *S points to an instance of the Q15 PID Control structure\r
-   * @param[in] in input sample to process\r
-   * @return out processed output sample.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using a 64-bit internal accumulator.\r
-   * Both Gains and state variables are represented in 1.15 format and multiplications yield a 2.30 result.\r
-   * The 2.30 intermediate results are accumulated in a 64-bit accumulator in 34.30 format.\r
-   * There is no risk of internal overflow with this approach and the full precision of intermediate multiplications is preserved.\r
-   * After all additions have been performed, the accumulator is truncated to 34.15 format by discarding low 15 bits.\r
-   * Lastly, the accumulator is saturated to yield a result in 1.15 format.\r
-   */\r
-\r
-  __STATIC_INLINE q15_t arm_pid_q15(\r
-                                   arm_pid_instance_q15 * S,\r
-                                   q15_t in)\r
-  {\r
-    q63_t acc;\r
-    q15_t out;\r
-\r
-    /* Implementation of PID controller */\r
-\r
-       #ifdef ARM_MATH_CM0\r
-\r
-       /* acc = A0 * x[n]  */\r
-       acc = ((q31_t) S->A0 )* in ;\r
-\r
-    #else\r
-\r
-    /* acc = A0 * x[n]  */\r
-    acc = (q31_t) __SMUAD(S->A0, in);\r
-\r
-       #endif\r
-\r
-       #ifdef ARM_MATH_CM0\r
-\r
-       /* acc += A1 * x[n-1] + A2 * x[n-2]  */\r
-       acc += (q31_t) S->A1  *  S->state[0] ;\r
-       acc += (q31_t) S->A2  *  S->state[1] ;\r
-\r
-       #else\r
-\r
-    /* acc += A1 * x[n-1] + A2 * x[n-2]  */\r
-    acc = __SMLALD(S->A1, (q31_t)__SIMD32(S->state), acc);\r
-\r
-       #endif\r
-\r
-    /* acc += y[n-1] */\r
-    acc += (q31_t) S->state[2] << 15;\r
-\r
-    /* saturate the output */\r
-    out = (q15_t) (__SSAT((acc >> 15), 16));\r
-\r
-    /* Update state */\r
-    S->state[1] = S->state[0];\r
-    S->state[0] = in;\r
-    S->state[2] = out;\r
-\r
-    /* return to application */\r
-    return (out);\r
-\r
-  }\r
-\r
-  /**\r
-   * @} end of PID group\r
-   */\r
-\r
-\r
-  /**\r
-   * @brief Floating-point matrix inverse.\r
-   * @param[in]  *src points to the instance of the input floating-point matrix structure.\r
-   * @param[out] *dst points to the instance of the output floating-point matrix structure.\r
-   * @return The function returns ARM_MATH_SIZE_MISMATCH, if the dimensions do not match.\r
-   * If the input matrix is singular (does not have an inverse), then the algorithm terminates and returns error status ARM_MATH_SINGULAR.\r
-   */\r
-\r
-  arm_status arm_mat_inverse_f32(\r
-                                const arm_matrix_instance_f32 * src,\r
-                                arm_matrix_instance_f32 * dst);\r
-\r
-\r
-\r
-  /**\r
-   * @ingroup groupController\r
-   */\r
-\r
-\r
-  /**\r
-   * @defgroup clarke Vector Clarke Transform\r
-   * Forward Clarke transform converts the instantaneous stator phases into a two-coordinate time invariant vector.\r
-   * Generally the Clarke transform uses three-phase currents <code>Ia, Ib and Ic</code> to calculate currents\r
-   * in the two-phase orthogonal stator axis <code>Ialpha</code> and <code>Ibeta</code>.\r
-   * When <code>Ialpha</code> is superposed with <code>Ia</code> as shown in the figure below\r
-   * \image html clarke.gif Stator current space vector and its components in (a,b).\r
-   * and <code>Ia + Ib + Ic = 0</code>, in this condition <code>Ialpha</code> and <code>Ibeta</code>\r
-   * can be calculated using only <code>Ia</code> and <code>Ib</code>.\r
-   *\r
-   * The function operates on a single sample of data and each call to the function returns the processed output.\r
-   * The library provides separate functions for Q31 and floating-point data types.\r
-   * \par Algorithm\r
-   * \image html clarkeFormula.gif\r
-   * where <code>Ia</code> and <code>Ib</code> are the instantaneous stator phases and\r
-   * <code>pIalpha</code> and <code>pIbeta</code> are the two coordinates of time invariant vector.\r
-   * \par Fixed-Point Behavior\r
-   * Care must be taken when using the Q31 version of the Clarke transform.\r
-   * In particular, the overflow and saturation behavior of the accumulator used must be considered.\r
-   * Refer to the function specific documentation below for usage guidelines.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup clarke\r
-   * @{\r
-   */\r
-\r
-  /**\r
-   *\r
-   * @brief  Floating-point Clarke transform\r
-   * @param[in]       Ia       input three-phase coordinate <code>a</code>\r
-   * @param[in]       Ib       input three-phase coordinate <code>b</code>\r
-   * @param[out]      *pIalpha points to output two-phase orthogonal vector axis alpha\r
-   * @param[out]      *pIbeta  points to output two-phase orthogonal vector axis beta\r
-   * @return none.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_clarke_f32(\r
-                                     float32_t Ia,\r
-                                     float32_t Ib,\r
-                                     float32_t * pIalpha,\r
-                                     float32_t * pIbeta)\r
-  {\r
-    /* Calculate pIalpha using the equation, pIalpha = Ia */\r
-    *pIalpha = Ia;\r
-\r
-    /* Calculate pIbeta using the equation, pIbeta = (1/sqrt(3)) * Ia + (2/sqrt(3)) * Ib */\r
-    *pIbeta = ((float32_t) 0.57735026919 * Ia + (float32_t) 1.15470053838 * Ib);\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief  Clarke transform for Q31 version\r
-   * @param[in]       Ia       input three-phase coordinate <code>a</code>\r
-   * @param[in]       Ib       input three-phase coordinate <code>b</code>\r
-   * @param[out]      *pIalpha points to output two-phase orthogonal vector axis alpha\r
-   * @param[out]      *pIbeta  points to output two-phase orthogonal vector axis beta\r
-   * @return none.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using an internal 32-bit accumulator.\r
-   * The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplication in 2.62 format.\r
-   * There is saturation on the addition, hence there is no risk of overflow.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_clarke_q31(\r
-                                     q31_t Ia,\r
-                                     q31_t Ib,\r
-                                     q31_t * pIalpha,\r
-                                     q31_t * pIbeta)\r
-  {\r
-    q31_t product1, product2;                    /* Temporary variables used to store intermediate results */\r
-\r
-    /* Calculating pIalpha from Ia by equation pIalpha = Ia */\r
-    *pIalpha = Ia;\r
-\r
-    /* Intermediate product is calculated by (1/(sqrt(3)) * Ia) */\r
-    product1 = (q31_t) (((q63_t) Ia * 0x24F34E8B) >> 30);\r
-\r
-    /* Intermediate product is calculated by (2/sqrt(3) * Ib) */\r
-    product2 = (q31_t) (((q63_t) Ib * 0x49E69D16) >> 30);\r
-\r
-    /* pIbeta is calculated by adding the intermediate products */\r
-    *pIbeta = __QADD(product1, product2);\r
-  }\r
-\r
-  /**\r
-   * @} end of clarke group\r
-   */\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q7 vector to Q31 vector.\r
-   * @param[in]  *pSrc     input pointer\r
-   * @param[out]  *pDst    output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q7_to_q31(\r
-                    q7_t * pSrc,\r
-                    q31_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-\r
-\r
-\r
-  /**\r
-   * @ingroup groupController\r
-   */\r
-\r
-  /**\r
-   * @defgroup inv_clarke Vector Inverse Clarke Transform\r
-   * Inverse Clarke transform converts the two-coordinate time invariant vector into instantaneous stator phases.\r
-   *\r
-   * The function operates on a single sample of data and each call to the function returns the processed output.\r
-   * The library provides separate functions for Q31 and floating-point data types.\r
-   * \par Algorithm\r
-   * \image html clarkeInvFormula.gif\r
-   * where <code>pIa</code> and <code>pIb</code> are the instantaneous stator phases and\r
-   * <code>Ialpha</code> and <code>Ibeta</code> are the two coordinates of time invariant vector.\r
-   * \par Fixed-Point Behavior\r
-   * Care must be taken when using the Q31 version of the Clarke transform.\r
-   * In particular, the overflow and saturation behavior of the accumulator used must be considered.\r
-   * Refer to the function specific documentation below for usage guidelines.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup inv_clarke\r
-   * @{\r
-   */\r
-\r
-   /**\r
-   * @brief  Floating-point Inverse Clarke transform\r
-   * @param[in]       Ialpha  input two-phase orthogonal vector axis alpha\r
-   * @param[in]       Ibeta   input two-phase orthogonal vector axis beta\r
-   * @param[out]      *pIa    points to output three-phase coordinate <code>a</code>\r
-   * @param[out]      *pIb    points to output three-phase coordinate <code>b</code>\r
-   * @return none.\r
-   */\r
-\r
-\r
-  __STATIC_INLINE void arm_inv_clarke_f32(\r
-                                         float32_t Ialpha,\r
-                                         float32_t Ibeta,\r
-                                         float32_t * pIa,\r
-                                         float32_t * pIb)\r
-  {\r
-    /* Calculating pIa from Ialpha by equation pIa = Ialpha */\r
-    *pIa = Ialpha;\r
-\r
-    /* Calculating pIb from Ialpha and Ibeta by equation pIb = -(1/2) * Ialpha + (sqrt(3)/2) * Ibeta */\r
-    *pIb = -0.5 * Ialpha + (float32_t) 0.8660254039 *Ibeta;\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief  Inverse Clarke transform for Q31 version\r
-   * @param[in]       Ialpha  input two-phase orthogonal vector axis alpha\r
-   * @param[in]       Ibeta   input two-phase orthogonal vector axis beta\r
-   * @param[out]      *pIa    points to output three-phase coordinate <code>a</code>\r
-   * @param[out]      *pIb    points to output three-phase coordinate <code>b</code>\r
-   * @return none.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using an internal 32-bit accumulator.\r
-   * The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplication in 2.62 format.\r
-   * There is saturation on the subtraction, hence there is no risk of overflow.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_inv_clarke_q31(\r
-                                         q31_t Ialpha,\r
-                                         q31_t Ibeta,\r
-                                         q31_t * pIa,\r
-                                         q31_t * pIb)\r
-  {\r
-    q31_t product1, product2;                    /* Temporary variables used to store intermediate results */\r
-\r
-    /* Calculating pIa from Ialpha by equation pIa = Ialpha */\r
-    *pIa = Ialpha;\r
-\r
-    /* Intermediate product is calculated by (1/(2*sqrt(3)) * Ia) */\r
-    product1 = (q31_t) (((q63_t) (Ialpha) * (0x40000000)) >> 31);\r
-\r
-    /* Intermediate product is calculated by (1/sqrt(3) * pIb) */\r
-    product2 = (q31_t) (((q63_t) (Ibeta) * (0x6ED9EBA1)) >> 31);\r
-\r
-    /* pIb is calculated by subtracting the products */\r
-    *pIb = __QSUB(product2, product1);\r
-\r
-  }\r
-\r
-  /**\r
-   * @} end of inv_clarke group\r
-   */\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q7 vector to Q15 vector.\r
-   * @param[in]  *pSrc     input pointer\r
-   * @param[out] *pDst     output pointer\r
-   * @param[in]  blockSize number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q7_to_q15(\r
-                     q7_t * pSrc,\r
-                    q15_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-\r
-\r
-  /**\r
-   * @ingroup groupController\r
-   */\r
-\r
-  /**\r
-   * @defgroup park Vector Park Transform\r
-   *\r
-   * Forward Park transform converts the input two-coordinate vector to flux and torque components.\r
-   * The Park transform can be used to realize the transformation of the <code>Ialpha</code> and the <code>Ibeta</code> currents\r
-   * from the stationary to the moving reference frame and control the spatial relationship between\r
-   * the stator vector current and rotor flux vector.\r
-   * If we consider the d axis aligned with the rotor flux, the diagram below shows the\r
-   * current vector and the relationship from the two reference frames:\r
-   * \image html park.gif "Stator current space vector and its component in (a,b) and in the d,q rotating reference frame"\r
-   *\r
-   * The function operates on a single sample of data and each call to the function returns the processed output.\r
-   * The library provides separate functions for Q31 and floating-point data types.\r
-   * \par Algorithm\r
-   * \image html parkFormula.gif\r
-   * where <code>Ialpha</code> and <code>Ibeta</code> are the stator vector components,\r
-   * <code>pId</code> and <code>pIq</code> are rotor vector components and <code>cosVal</code> and <code>sinVal</code> are the\r
-   * cosine and sine values of theta (rotor flux position).\r
-   * \par Fixed-Point Behavior\r
-   * Care must be taken when using the Q31 version of the Park transform.\r
-   * In particular, the overflow and saturation behavior of the accumulator used must be considered.\r
-   * Refer to the function specific documentation below for usage guidelines.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup park\r
-   * @{\r
-   */\r
-\r
-  /**\r
-   * @brief Floating-point Park transform\r
-   * @param[in]       Ialpha input two-phase vector coordinate alpha\r
-   * @param[in]       Ibeta  input two-phase vector coordinate beta\r
-   * @param[out]      *pId   points to output  rotor reference frame d\r
-   * @param[out]      *pIq   points to output  rotor reference frame q\r
-   * @param[in]       sinVal sine value of rotation angle theta\r
-   * @param[in]       cosVal cosine value of rotation angle theta\r
-   * @return none.\r
-   *\r
-   * The function implements the forward Park transform.\r
-   *\r
-   */\r
-\r
-  __STATIC_INLINE void arm_park_f32(\r
-                                   float32_t Ialpha,\r
-                                   float32_t Ibeta,\r
-                                   float32_t * pId,\r
-                                   float32_t * pIq,\r
-                                   float32_t sinVal,\r
-                                   float32_t cosVal)\r
-  {\r
-    /* Calculate pId using the equation, pId = Ialpha * cosVal + Ibeta * sinVal */\r
-    *pId = Ialpha * cosVal + Ibeta * sinVal;\r
-\r
-    /* Calculate pIq using the equation, pIq = - Ialpha * sinVal + Ibeta * cosVal */\r
-    *pIq = -Ialpha * sinVal + Ibeta * cosVal;\r
-\r
-  }\r
-\r
-  /**\r
-   * @brief  Park transform for Q31 version\r
-   * @param[in]       Ialpha input two-phase vector coordinate alpha\r
-   * @param[in]       Ibeta  input two-phase vector coordinate beta\r
-   * @param[out]      *pId   points to output rotor reference frame d\r
-   * @param[out]      *pIq   points to output rotor reference frame q\r
-   * @param[in]       sinVal sine value of rotation angle theta\r
-   * @param[in]       cosVal cosine value of rotation angle theta\r
-   * @return none.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using an internal 32-bit accumulator.\r
-   * The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplication in 2.62 format.\r
-   * There is saturation on the addition and subtraction, hence there is no risk of overflow.\r
-   */\r
-\r
-\r
-  __STATIC_INLINE void arm_park_q31(\r
-                                   q31_t Ialpha,\r
-                                   q31_t Ibeta,\r
-                                   q31_t * pId,\r
-                                   q31_t * pIq,\r
-                                   q31_t sinVal,\r
-                                   q31_t cosVal)\r
-  {\r
-    q31_t product1, product2;                    /* Temporary variables used to store intermediate results */\r
-    q31_t product3, product4;                    /* Temporary variables used to store intermediate results */\r
-\r
-    /* Intermediate product is calculated by (Ialpha * cosVal) */\r
-    product1 = (q31_t) (((q63_t) (Ialpha) * (cosVal)) >> 31);\r
-\r
-    /* Intermediate product is calculated by (Ibeta * sinVal) */\r
-    product2 = (q31_t) (((q63_t) (Ibeta) * (sinVal)) >> 31);\r
-\r
-\r
-    /* Intermediate product is calculated by (Ialpha * sinVal) */\r
-    product3 = (q31_t) (((q63_t) (Ialpha) * (sinVal)) >> 31);\r
-\r
-    /* Intermediate product is calculated by (Ibeta * cosVal) */\r
-    product4 = (q31_t) (((q63_t) (Ibeta) * (cosVal)) >> 31);\r
-\r
-    /* Calculate pId by adding the two intermediate products 1 and 2 */\r
-    *pId = __QADD(product1, product2);\r
-\r
-    /* Calculate pIq by subtracting the two intermediate products 3 from 4 */\r
-    *pIq = __QSUB(product4, product3);\r
-  }\r
-\r
-  /**\r
-   * @} end of park group\r
-   */\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q7 vector to floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q7_to_float(\r
-                       q7_t * pSrc,\r
-                      float32_t * pDst,\r
-                      uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @ingroup groupController\r
-   */\r
-\r
-  /**\r
-   * @defgroup inv_park Vector Inverse Park transform\r
-   * Inverse Park transform converts the input flux and torque components to two-coordinate vector.\r
-   *\r
-   * The function operates on a single sample of data and each call to the function returns the processed output.\r
-   * The library provides separate functions for Q31 and floating-point data types.\r
-   * \par Algorithm\r
-   * \image html parkInvFormula.gif\r
-   * where <code>pIalpha</code> and <code>pIbeta</code> are the stator vector components,\r
-   * <code>Id</code> and <code>Iq</code> are rotor vector components and <code>cosVal</code> and <code>sinVal</code> are the\r
-   * cosine and sine values of theta (rotor flux position).\r
-   * \par Fixed-Point Behavior\r
-   * Care must be taken when using the Q31 version of the Park transform.\r
-   * In particular, the overflow and saturation behavior of the accumulator used must be considered.\r
-   * Refer to the function specific documentation below for usage guidelines.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup inv_park\r
-   * @{\r
-   */\r
-\r
-   /**\r
-   * @brief  Floating-point Inverse Park transform\r
-   * @param[in]       Id        input coordinate of rotor reference frame d\r
-   * @param[in]       Iq        input coordinate of rotor reference frame q\r
-   * @param[out]      *pIalpha  points to output two-phase orthogonal vector axis alpha\r
-   * @param[out]      *pIbeta   points to output two-phase orthogonal vector axis beta\r
-   * @param[in]       sinVal    sine value of rotation angle theta\r
-   * @param[in]       cosVal    cosine value of rotation angle theta\r
-   * @return none.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_inv_park_f32(\r
-                                       float32_t Id,\r
-                                       float32_t Iq,\r
-                                       float32_t * pIalpha,\r
-                                       float32_t * pIbeta,\r
-                                       float32_t sinVal,\r
-                                       float32_t cosVal)\r
-  {\r
-    /* Calculate pIalpha using the equation, pIalpha = Id * cosVal - Iq * sinVal */\r
-    *pIalpha = Id * cosVal - Iq * sinVal;\r
-\r
-    /* Calculate pIbeta using the equation, pIbeta = Id * sinVal + Iq * cosVal */\r
-    *pIbeta = Id * sinVal + Iq * cosVal;\r
-\r
-  }\r
-\r
-\r
-  /**\r
-   * @brief  Inverse Park transform for        Q31 version\r
-   * @param[in]       Id        input coordinate of rotor reference frame d\r
-   * @param[in]       Iq        input coordinate of rotor reference frame q\r
-   * @param[out]      *pIalpha  points to output two-phase orthogonal vector axis alpha\r
-   * @param[out]      *pIbeta   points to output two-phase orthogonal vector axis beta\r
-   * @param[in]       sinVal    sine value of rotation angle theta\r
-   * @param[in]       cosVal    cosine value of rotation angle theta\r
-   * @return none.\r
-   *\r
-   * <b>Scaling and Overflow Behavior:</b>\r
-   * \par\r
-   * The function is implemented using an internal 32-bit accumulator.\r
-   * The accumulator maintains 1.31 format by truncating lower 31 bits of the intermediate multiplication in 2.62 format.\r
-   * There is saturation on the addition, hence there is no risk of overflow.\r
-   */\r
-\r
-\r
-  __STATIC_INLINE void arm_inv_park_q31(\r
-                                       q31_t Id,\r
-                                       q31_t Iq,\r
-                                       q31_t * pIalpha,\r
-                                       q31_t * pIbeta,\r
-                                       q31_t sinVal,\r
-                                       q31_t cosVal)\r
-  {\r
-    q31_t product1, product2;                    /* Temporary variables used to store intermediate results */\r
-    q31_t product3, product4;                    /* Temporary variables used to store intermediate results */\r
-\r
-    /* Intermediate product is calculated by (Id * cosVal) */\r
-    product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31);\r
-\r
-    /* Intermediate product is calculated by (Iq * sinVal) */\r
-    product2 = (q31_t) (((q63_t) (Iq) * (sinVal)) >> 31);\r
-\r
-\r
-    /* Intermediate product is calculated by (Id * sinVal) */\r
-    product3 = (q31_t) (((q63_t) (Id) * (sinVal)) >> 31);\r
-\r
-    /* Intermediate product is calculated by (Iq * cosVal) */\r
-    product4 = (q31_t) (((q63_t) (Iq) * (cosVal)) >> 31);\r
-\r
-    /* Calculate pIalpha by using the two intermediate products 1 and 2 */\r
-    *pIalpha = __QSUB(product1, product2);\r
-\r
-    /* Calculate pIbeta by using the two intermediate products 3 and 4 */\r
-    *pIbeta = __QADD(product4, product3);\r
-\r
-  }\r
-\r
-  /**\r
-   * @} end of Inverse park group\r
-   */\r
-\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q31 vector to floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q31_to_float(\r
-                        q31_t * pSrc,\r
-                       float32_t * pDst,\r
-                       uint32_t blockSize);\r
-\r
-  /**\r
-   * @ingroup groupInterpolation\r
-   */\r
-\r
-  /**\r
-   * @defgroup LinearInterpolate Linear Interpolation\r
-   *\r
-   * Linear interpolation is a method of curve fitting using linear polynomials.\r
-   * Linear interpolation works by effectively drawing a straight line between two neighboring samples and returning the appropriate point along that line\r
-   *\r
-   * \par\r
-   * \image html LinearInterp.gif "Linear interpolation"\r
-   *\r
-   * \par\r
-   * A  Linear Interpolate function calculates an output value(y), for the input(x)\r
-   * using linear interpolation of the input values x0, x1( nearest input values) and the output values y0 and y1(nearest output values)\r
-   *\r
-   * \par Algorithm:\r
-   * <pre>\r
-   *       y = y0 + (x - x0) * ((y1 - y0)/(x1-x0))\r
-   *       where x0, x1 are nearest values of input x\r
-   *             y0, y1 are nearest values to output y\r
-   * </pre>\r
-   *\r
-   * \par\r
-   * This set of functions implements Linear interpolation process\r
-   * for Q7, Q15, Q31, and floating-point data types.  The functions operate on a single\r
-   * sample of data and each call to the function returns a single processed value.\r
-   * <code>S</code> points to an instance of the Linear Interpolate function data structure.\r
-   * <code>x</code> is the input sample value. The functions returns the output value.\r
-   *\r
-   * \par\r
-   * if x is outside of the table boundary, Linear interpolation returns first value of the table\r
-   * if x is below input range and returns last value of table if x is above range.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup LinearInterpolate\r
-   * @{\r
-   */\r
-\r
-  /**\r
-   * @brief  Process function for the floating-point Linear Interpolation Function.\r
-   * @param[in,out] *S is an instance of the floating-point Linear Interpolation structure\r
-   * @param[in] x input sample to process\r
-   * @return y processed output sample.\r
-   *\r
-   */\r
-\r
-  __STATIC_INLINE float32_t arm_linear_interp_f32(\r
-                                                 arm_linear_interp_instance_f32 * S,\r
-                                                 float32_t x)\r
-  {\r
-\r
-         float32_t y;\r
-         float32_t x0, x1;                                             /* Nearest input values */\r
-         float32_t y0, y1;                                             /* Nearest output values */\r
-         float32_t xSpacing = S->xSpacing;             /* spacing between input values */\r
-         int32_t i;                                                    /* Index variable */\r
-         float32_t *pYData = S->pYData;            /* pointer to output table */\r
-\r
-         /* Calculation of index */\r
-         i =   (x - S->x1) / xSpacing;\r
-\r
-         if(i < 0)\r
-         {\r
-            /* Iniatilize output for below specified range as least output value of table */\r
-                y = pYData[0];\r
-         }\r
-         else if(i >= S->nValues)\r
-         {\r
-                 /* Iniatilize output for above specified range as last output value of table */\r
-                 y = pYData[S->nValues-1];\r
-         }\r
-         else\r
-         {\r
-                 /* Calculation of nearest input values */\r
-                 x0 = S->x1 + i * xSpacing;\r
-                 x1 = S->x1 + (i +1) * xSpacing;\r
-\r
-                /* Read of nearest output values */\r
-                 y0 = pYData[i];\r
-                 y1 = pYData[i + 1];\r
-\r
-                 /* Calculation of output */\r
-                 y = y0 + (x - x0) * ((y1 - y0)/(x1-x0));\r
-\r
-         }\r
-\r
-      /* returns output value */\r
-         return (y);\r
-  }\r
-\r
-   /**\r
-   *\r
-   * @brief  Process function for the Q31 Linear Interpolation Function.\r
-   * @param[in] *pYData  pointer to Q31 Linear Interpolation table\r
-   * @param[in] x input sample to process\r
-   * @param[in] nValues number of table values\r
-   * @return y processed output sample.\r
-   *\r
-   * \par\r
-   * Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bits for fractional part.\r
-   * This function can support maximum of table size 2^12.\r
-   *\r
-   */\r
-\r
-\r
-  __STATIC_INLINE q31_t arm_linear_interp_q31(q31_t *pYData,\r
-                                             q31_t x, uint32_t nValues)\r
-  {\r
-    q31_t y;                                   /* output */\r
-    q31_t y0, y1;                                /* Nearest output values */\r
-    q31_t fract;                                 /* fractional part */\r
-    int32_t index;                              /* Index to read nearest output values */\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    index = ((x & 0xFFF00000) >> 20);\r
-\r
-       if(index >= (nValues - 1))\r
-       {\r
-               return(pYData[nValues - 1]);\r
-       }\r
-       else if(index < 0)\r
-       {\r
-               return(pYData[0]);\r
-       }\r
-       else\r
-       {\r
-\r
-           /* 20 bits for the fractional part */\r
-           /* shift left by 11 to keep fract in 1.31 format */\r
-           fract = (x & 0x000FFFFF) << 11;\r
-\r
-           /* Read two nearest output values from the index in 1.31(q31) format */\r
-           y0 = pYData[index];\r
-           y1 = pYData[index + 1u];\r
-\r
-           /* Calculation of y0 * (1-fract) and y is in 2.30 format */\r
-           y = ((q31_t) ((q63_t) y0 * (0x7FFFFFFF - fract) >> 32));\r
-\r
-           /* Calculation of y0 * (1-fract) + y1 *fract and y is in 2.30 format */\r
-           y += ((q31_t) (((q63_t) y1 * fract) >> 32));\r
-\r
-           /* Convert y to 1.31 format */\r
-           return (y << 1u);\r
-\r
-       }\r
-\r
-  }\r
-\r
-  /**\r
-   *\r
-   * @brief  Process function for the Q15 Linear Interpolation Function.\r
-   * @param[in] *pYData  pointer to Q15 Linear Interpolation table\r
-   * @param[in] x input sample to process\r
-   * @param[in] nValues number of table values\r
-   * @return y processed output sample.\r
-   *\r
-   * \par\r
-   * Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bits for fractional part.\r
-   * This function can support maximum of table size 2^12.\r
-   *\r
-   */\r
-\r
-\r
-  __STATIC_INLINE q15_t arm_linear_interp_q15(q15_t *pYData, q31_t x, uint32_t nValues)\r
-  {\r
-    q63_t y;                                   /* output */\r
-    q15_t y0, y1;                              /* Nearest output values */\r
-    q31_t fract;                               /* fractional part */\r
-    int32_t index;                            /* Index to read nearest output values */\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    index = ((x & 0xFFF00000) >> 20u);\r
-\r
-       if(index >= (nValues - 1))\r
-       {\r
-               return(pYData[nValues - 1]);\r
-       }\r
-       else if(index < 0)\r
-       {\r
-               return(pYData[0]);\r
-       }\r
-       else\r
-       {\r
-           /* 20 bits for the fractional part */\r
-           /* fract is in 12.20 format */\r
-           fract = (x & 0x000FFFFF);\r
-\r
-           /* Read two nearest output values from the index */\r
-           y0 = pYData[index];\r
-           y1 = pYData[index + 1u];\r
-\r
-           /* Calculation of y0 * (1-fract) and y is in 13.35 format */\r
-           y = ((q63_t) y0 * (0xFFFFF - fract));\r
-\r
-           /* Calculation of (y0 * (1-fract) + y1 * fract) and y is in 13.35 format */\r
-           y += ((q63_t) y1 * (fract));\r
-\r
-           /* convert y to 1.15 format */\r
-           return (y >> 20);\r
-       }\r
-\r
-\r
-  }\r
-\r
-  /**\r
-   *\r
-   * @brief  Process function for the Q7 Linear Interpolation Function.\r
-   * @param[in] *pYData  pointer to Q7 Linear Interpolation table\r
-   * @param[in] x input sample to process\r
-   * @param[in] nValues number of table values\r
-   * @return y processed output sample.\r
-   *\r
-   * \par\r
-   * Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bits for fractional part.\r
-   * This function can support maximum of table size 2^12.\r
-   */\r
-\r
-\r
-  __STATIC_INLINE q7_t arm_linear_interp_q7(q7_t *pYData, q31_t x,  uint32_t nValues)\r
-  {\r
-    q31_t y;                                   /* output */\r
-    q7_t y0, y1;                                 /* Nearest output values */\r
-    q31_t fract;                                 /* fractional part */\r
-    int32_t index;                              /* Index to read nearest output values */\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    index = ((x & 0xFFF00000) >> 20u);\r
-\r
-\r
-    if(index >= (nValues - 1))\r
-       {\r
-               return(pYData[nValues - 1]);\r
-       }\r
-       else if(index < 0)\r
-       {\r
-               return(pYData[0]);\r
-       }\r
-       else\r
-       {\r
-\r
-           /* 20 bits for the fractional part */\r
-           /* fract is in 12.20 format */\r
-           fract = (x & 0x000FFFFF);\r
-\r
-           /* Read two nearest output values from the index and are in 1.7(q7) format */\r
-           y0 = pYData[index];\r
-           y1 = pYData[index + 1u];\r
-\r
-           /* Calculation of y0 * (1-fract ) and y is in 13.27(q27) format */\r
-           y = ((y0 * (0xFFFFF - fract)));\r
-\r
-           /* Calculation of y1 * fract + y0 * (1-fract) and y is in 13.27(q27) format */\r
-           y += (y1 * fract);\r
-\r
-           /* convert y to 1.7(q7) format */\r
-           return (y >> 20u);\r
-\r
-       }\r
-\r
-  }\r
-  /**\r
-   * @} end of LinearInterpolate group\r
-   */\r
-\r
-  /**\r
-   * @brief  Fast approximation to the trigonometric sine function for floating-point data.\r
-   * @param[in] x input value in radians.\r
-   * @return  sin(x).\r
-   */\r
-\r
-  float32_t arm_sin_f32(\r
-                        float32_t x);\r
-\r
-  /**\r
-   * @brief  Fast approximation to the trigonometric sine function for Q31 data.\r
-   * @param[in] x Scaled input value in radians.\r
-   * @return  sin(x).\r
-   */\r
-\r
-  q31_t arm_sin_q31(\r
-                    q31_t x);\r
-\r
-  /**\r
-   * @brief  Fast approximation to the trigonometric sine function for Q15 data.\r
-   * @param[in] x Scaled input value in radians.\r
-   * @return  sin(x).\r
-   */\r
-\r
-  q15_t arm_sin_q15(\r
-                    q15_t x);\r
-\r
-  /**\r
-   * @brief  Fast approximation to the trigonometric cosine function for floating-point data.\r
-   * @param[in] x input value in radians.\r
-   * @return  cos(x).\r
-   */\r
-\r
-  float32_t arm_cos_f32(\r
-                        float32_t x);\r
-\r
-  /**\r
-   * @brief Fast approximation to the trigonometric cosine function for Q31 data.\r
-   * @param[in] x Scaled input value in radians.\r
-   * @return  cos(x).\r
-   */\r
-\r
-  q31_t arm_cos_q31(\r
-                    q31_t x);\r
-\r
-  /**\r
-   * @brief  Fast approximation to the trigonometric cosine function for Q15 data.\r
-   * @param[in] x Scaled input value in radians.\r
-   * @return  cos(x).\r
-   */\r
-\r
-  q15_t arm_cos_q15(\r
-                    q15_t x);\r
-\r
-\r
-  /**\r
-   * @ingroup groupFastMath\r
-   */\r
-\r
-\r
-  /**\r
-   * @defgroup SQRT Square Root\r
-   *\r
-   * Computes the square root of a number.\r
-   * There are separate functions for Q15, Q31, and floating-point data types.\r
-   * The square root function is computed using the Newton-Raphson algorithm.\r
-   * This is an iterative algorithm of the form:\r
-   * <pre>\r
-   *      x1 = x0 - f(x0)/f'(x0)\r
-   * </pre>\r
-   * where <code>x1</code> is the current estimate,\r
-   * <code>x0</code> is the previous estimate and\r
-   * <code>f'(x0)</code> is the derivative of <code>f()</code> evaluated at <code>x0</code>.\r
-   * For the square root function, the algorithm reduces to:\r
-   * <pre>\r
-   *     x0 = in/2                         [initial guess]\r
-   *     x1 = 1/2 * ( x0 + in / x0)        [each iteration]\r
-   * </pre>\r
-   */\r
-\r
-\r
-  /**\r
-   * @addtogroup SQRT\r
-   * @{\r
-   */\r
-\r
-  /**\r
-   * @brief  Floating-point square root function.\r
-   * @param[in]  in     input value.\r
-   * @param[out] *pOut  square root of input value.\r
-   * @return The function returns ARM_MATH_SUCCESS if input value is positive value or ARM_MATH_ARGUMENT_ERROR if\r
-   * <code>in</code> is negative value and returns zero output for negative values.\r
-   */\r
-\r
-  __STATIC_INLINE arm_status  arm_sqrt_f32(\r
-                      float32_t in, float32_t *pOut)\r
-  {\r
-    if(in > 0)\r
-    {\r
-\r
-//    #if __FPU_USED\r
-    #if (__FPU_USED == 1) && defined ( __CC_ARM   )\r
-        *pOut = __sqrtf(in);\r
-    #elif (__FPU_USED == 1) && defined ( __TMS_740 )\r
-        *pOut = __builtin_sqrtf(in);\r
-    #else\r
-        *pOut = sqrtf(in);\r
-    #endif\r
-\r
-        return (ARM_MATH_SUCCESS);\r
-    }\r
-    else\r
-    {\r
-        *pOut = 0.0f;\r
-        return (ARM_MATH_ARGUMENT_ERROR);\r
-    }\r
-\r
-  }\r
-\r
-\r
-  /**\r
-   * @brief Q31 square root function.\r
-   * @param[in]   in    input value.  The range of the input value is [0 +1) or 0x00000000 to 0x7FFFFFFF.\r
-   * @param[out]  *pOut square root of input value.\r
-   * @return The function returns ARM_MATH_SUCCESS if input value is positive value or ARM_MATH_ARGUMENT_ERROR if\r
-   * <code>in</code> is negative value and returns zero output for negative values.\r
-   */\r
-  arm_status arm_sqrt_q31(\r
-                     q31_t in, q31_t *pOut);\r
-\r
-  /**\r
-   * @brief  Q15 square root function.\r
-   * @param[in]   in     input value.  The range of the input value is [0 +1) or 0x0000 to 0x7FFF.\r
-   * @param[out]  *pOut  square root of input value.\r
-   * @return The function returns ARM_MATH_SUCCESS if input value is positive value or ARM_MATH_ARGUMENT_ERROR if\r
-   * <code>in</code> is negative value and returns zero output for negative values.\r
-   */\r
-  arm_status arm_sqrt_q15(\r
-                     q15_t in, q15_t *pOut);\r
-\r
-  /**\r
-   * @} end of SQRT group\r
-   */\r
-\r
-\r
-\r
-\r
-\r
-\r
-  /**\r
-   * @brief floating-point Circular write function.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_circularWrite_f32(\r
-                                            int32_t * circBuffer,\r
-                                            int32_t L,\r
-                                            uint16_t * writeOffset,\r
-                                            int32_t bufferInc,\r
-                                            const int32_t * src,\r
-                                            int32_t srcInc,\r
-                                            uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0u;\r
-    int32_t wOffset;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location where the input samples to be copied */\r
-    wOffset = *writeOffset;\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the input sample to the circular buffer */\r
-       circBuffer[wOffset] = *src;\r
-\r
-       /* Update the input pointer */\r
-       src += srcInc;\r
-\r
-       /* Circularly update wOffset.  Watch out for positive and negative value */\r
-       wOffset += bufferInc;\r
-       if(wOffset >= L)\r
-         wOffset -= L;\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *writeOffset = wOffset;\r
-  }\r
-\r
-\r
-\r
-  /**\r
-   * @brief floating-point Circular Read function.\r
-   */\r
-  __STATIC_INLINE void arm_circularRead_f32(\r
-                                           int32_t * circBuffer,\r
-                                           int32_t L,\r
-                                           int32_t * readOffset,\r
-                                           int32_t bufferInc,\r
-                                           int32_t * dst,\r
-                                           int32_t * dst_base,\r
-                                           int32_t dst_length,\r
-                                           int32_t dstInc,\r
-                                           uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0u;\r
-    int32_t rOffset, dst_end;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location from where the input samples to be read */\r
-    rOffset = *readOffset;\r
-    dst_end = (int32_t) (dst_base + dst_length);\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the sample from the circular buffer to the destination buffer */\r
-       *dst = circBuffer[rOffset];\r
-\r
-       /* Update the input pointer */\r
-       dst += dstInc;\r
-\r
-       if(dst == (int32_t *) dst_end)\r
-         {\r
-           dst = dst_base;\r
-         }\r
-\r
-       /* Circularly update rOffset.  Watch out for positive and negative value  */\r
-       rOffset += bufferInc;\r
-\r
-       if(rOffset >= L)\r
-         {\r
-           rOffset -= L;\r
-         }\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *readOffset = rOffset;\r
-  }\r
-\r
-  /**\r
-   * @brief Q15 Circular write function.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_circularWrite_q15(\r
-                                            q15_t * circBuffer,\r
-                                            int32_t L,\r
-                                            uint16_t * writeOffset,\r
-                                            int32_t bufferInc,\r
-                                            const q15_t * src,\r
-                                            int32_t srcInc,\r
-                                            uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0u;\r
-    int32_t wOffset;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location where the input samples to be copied */\r
-    wOffset = *writeOffset;\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the input sample to the circular buffer */\r
-       circBuffer[wOffset] = *src;\r
-\r
-       /* Update the input pointer */\r
-       src += srcInc;\r
-\r
-       /* Circularly update wOffset.  Watch out for positive and negative value */\r
-       wOffset += bufferInc;\r
-       if(wOffset >= L)\r
-         wOffset -= L;\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *writeOffset = wOffset;\r
-  }\r
-\r
-\r
-\r
-  /**\r
-   * @brief Q15 Circular Read function.\r
-   */\r
-  __STATIC_INLINE void arm_circularRead_q15(\r
-                                           q15_t * circBuffer,\r
-                                           int32_t L,\r
-                                           int32_t * readOffset,\r
-                                           int32_t bufferInc,\r
-                                           q15_t * dst,\r
-                                           q15_t * dst_base,\r
-                                           int32_t dst_length,\r
-                                           int32_t dstInc,\r
-                                           uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0;\r
-    int32_t rOffset, dst_end;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location from where the input samples to be read */\r
-    rOffset = *readOffset;\r
-\r
-    dst_end = (int32_t) (dst_base + dst_length);\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the sample from the circular buffer to the destination buffer */\r
-       *dst = circBuffer[rOffset];\r
-\r
-       /* Update the input pointer */\r
-       dst += dstInc;\r
-\r
-       if(dst == (q15_t *) dst_end)\r
-         {\r
-           dst = dst_base;\r
-         }\r
-\r
-       /* Circularly update wOffset.  Watch out for positive and negative value */\r
-       rOffset += bufferInc;\r
-\r
-       if(rOffset >= L)\r
-         {\r
-           rOffset -= L;\r
-         }\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *readOffset = rOffset;\r
-  }\r
-\r
-\r
-  /**\r
-   * @brief Q7 Circular write function.\r
-   */\r
-\r
-  __STATIC_INLINE void arm_circularWrite_q7(\r
-                                           q7_t * circBuffer,\r
-                                           int32_t L,\r
-                                           uint16_t * writeOffset,\r
-                                           int32_t bufferInc,\r
-                                           const q7_t * src,\r
-                                           int32_t srcInc,\r
-                                           uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0u;\r
-    int32_t wOffset;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location where the input samples to be copied */\r
-    wOffset = *writeOffset;\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the input sample to the circular buffer */\r
-       circBuffer[wOffset] = *src;\r
-\r
-       /* Update the input pointer */\r
-       src += srcInc;\r
-\r
-       /* Circularly update wOffset.  Watch out for positive and negative value */\r
-       wOffset += bufferInc;\r
-       if(wOffset >= L)\r
-         wOffset -= L;\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *writeOffset = wOffset;\r
-  }\r
-\r
-\r
-\r
-  /**\r
-   * @brief Q7 Circular Read function.\r
-   */\r
-  __STATIC_INLINE void arm_circularRead_q7(\r
-                                          q7_t * circBuffer,\r
-                                          int32_t L,\r
-                                          int32_t * readOffset,\r
-                                          int32_t bufferInc,\r
-                                          q7_t * dst,\r
-                                          q7_t * dst_base,\r
-                                          int32_t dst_length,\r
-                                          int32_t dstInc,\r
-                                          uint32_t blockSize)\r
-  {\r
-    uint32_t i = 0;\r
-    int32_t rOffset, dst_end;\r
-\r
-    /* Copy the value of Index pointer that points\r
-     * to the current location from where the input samples to be read */\r
-    rOffset = *readOffset;\r
-\r
-    dst_end = (int32_t) (dst_base + dst_length);\r
-\r
-    /* Loop over the blockSize */\r
-    i = blockSize;\r
-\r
-    while(i > 0u)\r
-      {\r
-       /* copy the sample from the circular buffer to the destination buffer */\r
-       *dst = circBuffer[rOffset];\r
-\r
-       /* Update the input pointer */\r
-       dst += dstInc;\r
-\r
-       if(dst == (q7_t *) dst_end)\r
-         {\r
-           dst = dst_base;\r
-         }\r
-\r
-       /* Circularly update rOffset.  Watch out for positive and negative value */\r
-       rOffset += bufferInc;\r
-\r
-       if(rOffset >= L)\r
-         {\r
-           rOffset -= L;\r
-         }\r
-\r
-       /* Decrement the loop counter */\r
-       i--;\r
-      }\r
-\r
-    /* Update the index pointer */\r
-    *readOffset = rOffset;\r
-  }\r
-\r
-\r
-  /**\r
-   * @brief  Sum of the squares of the elements of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_power_q31(\r
-                     q31_t * pSrc,\r
-                    uint32_t blockSize,\r
-                    q63_t * pResult);\r
-\r
-  /**\r
-   * @brief  Sum of the squares of the elements of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_power_f32(\r
-                     float32_t * pSrc,\r
-                    uint32_t blockSize,\r
-                    float32_t * pResult);\r
-\r
-  /**\r
-   * @brief  Sum of the squares of the elements of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_power_q15(\r
-                     q15_t * pSrc,\r
-                    uint32_t blockSize,\r
-                    q63_t * pResult);\r
-\r
-  /**\r
-   * @brief  Sum of the squares of the elements of a Q7 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_power_q7(\r
-                    q7_t * pSrc,\r
-                   uint32_t blockSize,\r
-                   q31_t * pResult);\r
-\r
-  /**\r
-   * @brief  Mean value of a Q7 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_mean_q7(\r
-                   q7_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q7_t * pResult);\r
-\r
-  /**\r
-   * @brief  Mean value of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-  void arm_mean_q15(\r
-                    q15_t * pSrc,\r
-                   uint32_t blockSize,\r
-                   q15_t * pResult);\r
-\r
-  /**\r
-   * @brief  Mean value of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-  void arm_mean_q31(\r
-                    q31_t * pSrc,\r
-                   uint32_t blockSize,\r
-                   q31_t * pResult);\r
-\r
-  /**\r
-   * @brief  Mean value of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-  void arm_mean_f32(\r
-                    float32_t * pSrc,\r
-                   uint32_t blockSize,\r
-                   float32_t * pResult);\r
-\r
-  /**\r
-   * @brief  Variance of the elements of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_var_f32(\r
-                   float32_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  float32_t * pResult);\r
-\r
-  /**\r
-   * @brief  Variance of the elements of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_var_q31(\r
-                   q31_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q63_t * pResult);\r
-\r
-  /**\r
-   * @brief  Variance of the elements of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_var_q15(\r
-                   q15_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q31_t * pResult);\r
-\r
-  /**\r
-   * @brief  Root Mean Square of the elements of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rms_f32(\r
-                   float32_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  float32_t * pResult);\r
-\r
-  /**\r
-   * @brief  Root Mean Square of the elements of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rms_q31(\r
-                   q31_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q31_t * pResult);\r
-\r
-  /**\r
-   * @brief  Root Mean Square of the elements of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_rms_q15(\r
-                   q15_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q15_t * pResult);\r
-\r
-  /**\r
-   * @brief  Standard deviation of the elements of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_std_f32(\r
-                   float32_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  float32_t * pResult);\r
-\r
-  /**\r
-   * @brief  Standard deviation of the elements of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_std_q31(\r
-                   q31_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q31_t * pResult);\r
-\r
-  /**\r
-   * @brief  Standard deviation of the elements of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output value.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_std_q15(\r
-                   q15_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q15_t * pResult);\r
-\r
-  /**\r
-   * @brief  Floating-point complex magnitude\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_f32(\r
-                         float32_t * pSrc,\r
-                        float32_t * pDst,\r
-                        uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q31 complex magnitude\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_q31(\r
-                         q31_t * pSrc,\r
-                        q31_t * pDst,\r
-                        uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q15 complex magnitude\r
-   * @param[in]  *pSrc points to the complex input vector\r
-   * @param[out]  *pDst points to the real output vector\r
-   * @param[in]  numSamples number of complex samples in the input vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mag_q15(\r
-                         q15_t * pSrc,\r
-                        q15_t * pDst,\r
-                        uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q15 complex dot product\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @param[out]  *realResult real part of the result returned here\r
-   * @param[out]  *imagResult imaginary part of the result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_dot_prod_q15(\r
-                              q15_t * pSrcA,\r
-                              q15_t * pSrcB,\r
-                             uint32_t numSamples,\r
-                             q31_t * realResult,\r
-                             q31_t * imagResult);\r
-\r
-  /**\r
-   * @brief  Q31 complex dot product\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @param[out]  *realResult real part of the result returned here\r
-   * @param[out]  *imagResult imaginary part of the result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_dot_prod_q31(\r
-                              q31_t * pSrcA,\r
-                              q31_t * pSrcB,\r
-                             uint32_t numSamples,\r
-                             q63_t * realResult,\r
-                             q63_t * imagResult);\r
-\r
-  /**\r
-   * @brief  Floating-point complex dot product\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @param[out]  *realResult real part of the result returned here\r
-   * @param[out]  *imagResult imaginary part of the result returned here\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_dot_prod_f32(\r
-                              float32_t * pSrcA,\r
-                              float32_t * pSrcB,\r
-                             uint32_t numSamples,\r
-                             float32_t * realResult,\r
-                             float32_t * imagResult);\r
-\r
-  /**\r
-   * @brief  Q15 complex-by-real multiplication\r
-   * @param[in]  *pSrcCmplx points to the complex input vector\r
-   * @param[in]  *pSrcReal points to the real input vector\r
-   * @param[out]  *pCmplxDst points to the complex output vector\r
-   * @param[in]  numSamples number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_real_q15(\r
-                               q15_t * pSrcCmplx,\r
-                               q15_t * pSrcReal,\r
-                              q15_t * pCmplxDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q31 complex-by-real multiplication\r
-   * @param[in]  *pSrcCmplx points to the complex input vector\r
-   * @param[in]  *pSrcReal points to the real input vector\r
-   * @param[out]  *pCmplxDst points to the complex output vector\r
-   * @param[in]  numSamples number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_real_q31(\r
-                               q31_t * pSrcCmplx,\r
-                               q31_t * pSrcReal,\r
-                              q31_t * pCmplxDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Floating-point complex-by-real multiplication\r
-   * @param[in]  *pSrcCmplx points to the complex input vector\r
-   * @param[in]  *pSrcReal points to the real input vector\r
-   * @param[out]  *pCmplxDst points to the complex output vector\r
-   * @param[in]  numSamples number of samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_real_f32(\r
-                               float32_t * pSrcCmplx,\r
-                               float32_t * pSrcReal,\r
-                              float32_t * pCmplxDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Minimum value of a Q7 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *result is output pointer\r
-   * @param[in]  index is the array index of the minimum value in the input buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_min_q7(\r
-                  q7_t * pSrc,\r
-                 uint32_t blockSize,\r
-                 q7_t * result,\r
-                 uint32_t * index);\r
-\r
-  /**\r
-   * @brief  Minimum value of a Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output pointer\r
-   * @param[in]  *pIndex is the array index of the minimum value in the input buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_min_q15(\r
-                   q15_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q15_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-  /**\r
-   * @brief  Minimum value of a Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output pointer\r
-   * @param[out]  *pIndex is the array index of the minimum value in the input buffer.\r
-   * @return none.\r
-   */\r
-  void arm_min_q31(\r
-                   q31_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q31_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-  /**\r
-   * @brief  Minimum value of a floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @param[out]  *pResult is output pointer\r
-   * @param[out]  *pIndex is the array index of the minimum value in the input buffer.\r
-   * @return none.\r
-   */\r
-\r
-  void arm_min_f32(\r
-                   float32_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  float32_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-/**\r
- * @brief Maximum value of a Q7 vector.\r
- * @param[in]       *pSrc points to the input buffer\r
- * @param[in]       blockSize length of the input vector\r
- * @param[out]      *pResult maximum value returned here\r
- * @param[out]      *pIndex index of maximum value returned here\r
- * @return none.\r
- */\r
-\r
-  void arm_max_q7(\r
-                  q7_t * pSrc,\r
-                 uint32_t blockSize,\r
-                 q7_t * pResult,\r
-                 uint32_t * pIndex);\r
-\r
-/**\r
- * @brief Maximum value of a Q15 vector.\r
- * @param[in]       *pSrc points to the input buffer\r
- * @param[in]       blockSize length of the input vector\r
- * @param[out]      *pResult maximum value returned here\r
- * @param[out]      *pIndex index of maximum value returned here\r
- * @return none.\r
- */\r
-\r
-  void arm_max_q15(\r
-                   q15_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q15_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-/**\r
- * @brief Maximum value of a Q31 vector.\r
- * @param[in]       *pSrc points to the input buffer\r
- * @param[in]       blockSize length of the input vector\r
- * @param[out]      *pResult maximum value returned here\r
- * @param[out]      *pIndex index of maximum value returned here\r
- * @return none.\r
- */\r
-\r
-  void arm_max_q31(\r
-                   q31_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  q31_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-/**\r
- * @brief Maximum value of a floating-point vector.\r
- * @param[in]       *pSrc points to the input buffer\r
- * @param[in]       blockSize length of the input vector\r
- * @param[out]      *pResult maximum value returned here\r
- * @param[out]      *pIndex index of maximum value returned here\r
- * @return none.\r
- */\r
-\r
-  void arm_max_f32(\r
-                   float32_t * pSrc,\r
-                  uint32_t blockSize,\r
-                  float32_t * pResult,\r
-                  uint32_t * pIndex);\r
-\r
-  /**\r
-   * @brief  Q15 complex-by-complex multiplication\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[out]  *pDst  points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_cmplx_q15(\r
-                               q15_t * pSrcA,\r
-                               q15_t * pSrcB,\r
-                              q15_t * pDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Q31 complex-by-complex multiplication\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[out]  *pDst  points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_cmplx_q31(\r
-                               q31_t * pSrcA,\r
-                               q31_t * pSrcB,\r
-                              q31_t * pDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief  Floating-point complex-by-complex multiplication\r
-   * @param[in]  *pSrcA points to the first input vector\r
-   * @param[in]  *pSrcB points to the second input vector\r
-   * @param[out]  *pDst  points to the output vector\r
-   * @param[in]  numSamples number of complex samples in each vector\r
-   * @return none.\r
-   */\r
-\r
-  void arm_cmplx_mult_cmplx_f32(\r
-                               float32_t * pSrcA,\r
-                               float32_t * pSrcB,\r
-                              float32_t * pDst,\r
-                              uint32_t numSamples);\r
-\r
-  /**\r
-   * @brief Converts the elements of the floating-point vector to Q31 vector.\r
-   * @param[in]       *pSrc points to the floating-point input vector\r
-   * @param[out]      *pDst points to the Q31 output vector\r
-   * @param[in]       blockSize length of the input vector\r
-   * @return none.\r
-   */\r
-  void arm_float_to_q31(\r
-                              float32_t * pSrc,\r
-                             q31_t * pDst,\r
-                             uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Converts the elements of the floating-point vector to Q15 vector.\r
-   * @param[in]       *pSrc points to the floating-point input vector\r
-   * @param[out]      *pDst points to the Q15 output vector\r
-   * @param[in]       blockSize length of the input vector\r
-   * @return          none\r
-   */\r
-  void arm_float_to_q15(\r
-                              float32_t * pSrc,\r
-                             q15_t * pDst,\r
-                             uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief Converts the elements of the floating-point vector to Q7 vector.\r
-   * @param[in]       *pSrc points to the floating-point input vector\r
-   * @param[out]      *pDst points to the Q7 output vector\r
-   * @param[in]       blockSize length of the input vector\r
-   * @return          none\r
-   */\r
-  void arm_float_to_q7(\r
-                             float32_t * pSrc,\r
-                            q7_t * pDst,\r
-                            uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q31 vector to Q15 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q31_to_q15(\r
-                      q31_t * pSrc,\r
-                     q15_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q31 vector to Q7 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q31_to_q7(\r
-                     q31_t * pSrc,\r
-                    q7_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q15 vector to floating-point vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q15_to_float(\r
-                        q15_t * pSrc,\r
-                       float32_t * pDst,\r
-                       uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q15 vector to Q31 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q15_to_q31(\r
-                      q15_t * pSrc,\r
-                     q31_t * pDst,\r
-                     uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @brief  Converts the elements of the Q15 vector to Q7 vector.\r
-   * @param[in]  *pSrc is input pointer\r
-   * @param[out]  *pDst is output pointer\r
-   * @param[in]  blockSize is the number of samples to process\r
-   * @return none.\r
-   */\r
-  void arm_q15_to_q7(\r
-                     q15_t * pSrc,\r
-                    q7_t * pDst,\r
-                    uint32_t blockSize);\r
-\r
-\r
-  /**\r
-   * @ingroup groupInterpolation\r
-   */\r
-\r
-  /**\r
-   * @defgroup BilinearInterpolate Bilinear Interpolation\r
-   *\r
-   * Bilinear interpolation is an extension of linear interpolation applied to a two dimensional grid.\r
-   * The underlying function <code>f(x, y)</code> is sampled on a regular grid and the interpolation process\r
-   * determines values between the grid points.\r
-   * Bilinear interpolation is equivalent to two step linear interpolation, first in the x-dimension and then in the y-dimension.\r
-   * Bilinear interpolation is often used in image processing to rescale images.\r
-   * The CMSIS DSP library provides bilinear interpolation functions for Q7, Q15, Q31, and floating-point data types.\r
-   *\r
-   * <b>Algorithm</b>\r
-   * \par\r
-   * The instance structure used by the bilinear interpolation functions describes a two dimensional data table.\r
-   * For floating-point, the instance structure is defined as:\r
-   * <pre>\r
-   *   typedef struct\r
-   *   {\r
-   *     uint16_t numRows;\r
-   *     uint16_t numCols;\r
-   *     float32_t *pData;\r
-   * } arm_bilinear_interp_instance_f32;\r
-   * </pre>\r
-   *\r
-   * \par\r
-   * where <code>numRows</code> specifies the number of rows in the table;\r
-   * <code>numCols</code> specifies the number of columns in the table;\r
-   * and <code>pData</code> points to an array of size <code>numRows*numCols</code> values.\r
-   * The data table <code>pTable</code> is organized in row order and the supplied data values fall on integer indexes.\r
-   * That is, table element (x,y) is located at <code>pTable[x + y*numCols]</code> where x and y are integers.\r
-   *\r
-   * \par\r
-   * Let <code>(x, y)</code> specify the desired interpolation point.  Then define:\r
-   * <pre>\r
-   *     XF = floor(x)\r
-   *     YF = floor(y)\r
-   * </pre>\r
-   * \par\r
-   * The interpolated output point is computed as:\r
-   * <pre>\r
-   *  f(x, y) = f(XF, YF) * (1-(x-XF)) * (1-(y-YF))\r
-   *           + f(XF+1, YF) * (x-XF)*(1-(y-YF))\r
-   *           + f(XF, YF+1) * (1-(x-XF))*(y-YF)\r
-   *           + f(XF+1, YF+1) * (x-XF)*(y-YF)\r
-   * </pre>\r
-   * Note that the coordinates (x, y) contain integer and fractional components.\r
-   * The integer components specify which portion of the table to use while the\r
-   * fractional components control the interpolation processor.\r
-   *\r
-   * \par\r
-   * if (x,y) are outside of the table boundary, Bilinear interpolation returns zero output.\r
-   */\r
-\r
-  /**\r
-   * @addtogroup BilinearInterpolate\r
-   * @{\r
-   */\r
-\r
-  /**\r
-  *\r
-  * @brief  Floating-point bilinear interpolation.\r
-  * @param[in,out] *S points to an instance of the interpolation structure.\r
-  * @param[in] X interpolation coordinate.\r
-  * @param[in] Y interpolation coordinate.\r
-  * @return out interpolated value.\r
-  */\r
-\r
-\r
-  __STATIC_INLINE float32_t arm_bilinear_interp_f32(\r
-                                                   const arm_bilinear_interp_instance_f32 * S,\r
-                                                   float32_t X,\r
-                                                   float32_t Y)\r
-  {\r
-    float32_t out;\r
-    float32_t f00, f01, f10, f11;\r
-    float32_t *pData = S->pData;\r
-    int32_t xIndex, yIndex, index;\r
-    float32_t xdiff, ydiff;\r
-    float32_t b1, b2, b3, b4;\r
-\r
-    xIndex = (int32_t) X;\r
-    yIndex = (int32_t) Y;\r
-\r
-       /* Care taken for table outside boundary */\r
-       /* Returns zero output when values are outside table boundary */\r
-       if(xIndex < 0 || xIndex > (S->numRows-1) || yIndex < 0  || yIndex > ( S->numCols-1))\r
-       {\r
-               return(0);\r
-       }\r
-\r
-    /* Calculation of index for two nearest points in X-direction */\r
-    index = (xIndex - 1) + (yIndex-1) *  S->numCols ;\r
-\r
-\r
-    /* Read two nearest points in X-direction */\r
-    f00 = pData[index];\r
-    f01 = pData[index + 1];\r
-\r
-    /* Calculation of index for two nearest points in Y-direction */\r
-    index = (xIndex-1) + (yIndex) * S->numCols;\r
-\r
-\r
-    /* Read two nearest points in Y-direction */\r
-    f10 = pData[index];\r
-    f11 = pData[index + 1];\r
-\r
-    /* Calculation of intermediate values */\r
-    b1 = f00;\r
-    b2 = f01 - f00;\r
-    b3 = f10 - f00;\r
-    b4 = f00 - f01 - f10 + f11;\r
-\r
-    /* Calculation of fractional part in X */\r
-    xdiff = X - xIndex;\r
-\r
-    /* Calculation of fractional part in Y */\r
-    ydiff = Y - yIndex;\r
-\r
-    /* Calculation of bi-linear interpolated output */\r
-     out = b1 + b2 * xdiff + b3 * ydiff + b4 * xdiff * ydiff;\r
-\r
-   /* return to application */\r
-    return (out);\r
-\r
-  }\r
-\r
-  /**\r
-  *\r
-  * @brief  Q31 bilinear interpolation.\r
-  * @param[in,out] *S points to an instance of the interpolation structure.\r
-  * @param[in] X interpolation coordinate in 12.20 format.\r
-  * @param[in] Y interpolation coordinate in 12.20 format.\r
-  * @return out interpolated value.\r
-  */\r
-\r
-  __STATIC_INLINE q31_t arm_bilinear_interp_q31(\r
-                                               arm_bilinear_interp_instance_q31 * S,\r
-                                               q31_t X,\r
-                                               q31_t Y)\r
-  {\r
-    q31_t out;                                   /* Temporary output */\r
-    q31_t acc = 0;                               /* output */\r
-    q31_t xfract, yfract;                        /* X, Y fractional parts */\r
-    q31_t x1, x2, y1, y2;                        /* Nearest output values */\r
-    int32_t rI, cI;                             /* Row and column indices */\r
-    q31_t *pYData = S->pData;                    /* pointer to output table values */\r
-    uint32_t nCols = S->numCols;                 /* num of rows */\r
-\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    rI = ((X & 0xFFF00000) >> 20u);\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    cI = ((Y & 0xFFF00000) >> 20u);\r
-\r
-       /* Care taken for table outside boundary */\r
-       /* Returns zero output when values are outside table boundary */\r
-       if(rI < 0 || rI > (S->numRows-1) || cI < 0  || cI > ( S->numCols-1))\r
-       {\r
-               return(0);\r
-       }\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* shift left xfract by 11 to keep 1.31 format */\r
-    xfract = (X & 0x000FFFFF) << 11u;\r
-\r
-    /* Read two nearest output values from the index */\r
-    x1 = pYData[(rI) + nCols * (cI)];\r
-    x2 = pYData[(rI) + nCols * (cI) + 1u];\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* shift left yfract by 11 to keep 1.31 format */\r
-    yfract = (Y & 0x000FFFFF) << 11u;\r
-\r
-    /* Read two nearest output values from the index */\r
-    y1 = pYData[(rI) + nCols * (cI + 1)];\r
-    y2 = pYData[(rI) + nCols * (cI + 1) + 1u];\r
-\r
-    /* Calculation of x1 * (1-xfract ) * (1-yfract) and acc is in 3.29(q29) format */\r
-    out = ((q31_t) (((q63_t) x1 * (0x7FFFFFFF - xfract)) >> 32));\r
-    acc = ((q31_t) (((q63_t) out * (0x7FFFFFFF - yfract)) >> 32));\r
-\r
-    /* x2 * (xfract) * (1-yfract)  in 3.29(q29) and adding to acc */\r
-    out = ((q31_t) ((q63_t) x2 * (0x7FFFFFFF - yfract) >> 32));\r
-    acc += ((q31_t) ((q63_t) out * (xfract) >> 32));\r
-\r
-    /* y1 * (1 - xfract) * (yfract)  in 3.29(q29) and adding to acc */\r
-    out = ((q31_t) ((q63_t) y1 * (0x7FFFFFFF - xfract) >> 32));\r
-    acc += ((q31_t) ((q63_t) out * (yfract) >> 32));\r
-\r
-    /* y2 * (xfract) * (yfract)  in 3.29(q29) and adding to acc */\r
-    out = ((q31_t) ((q63_t) y2 * (xfract) >> 32));\r
-    acc += ((q31_t) ((q63_t) out * (yfract) >> 32));\r
-\r
-    /* Convert acc to 1.31(q31) format */\r
-    return (acc << 2u);\r
-\r
-  }\r
-\r
-  /**\r
-  * @brief  Q15 bilinear interpolation.\r
-  * @param[in,out] *S points to an instance of the interpolation structure.\r
-  * @param[in] X interpolation coordinate in 12.20 format.\r
-  * @param[in] Y interpolation coordinate in 12.20 format.\r
-  * @return out interpolated value.\r
-  */\r
-\r
-  __STATIC_INLINE q15_t arm_bilinear_interp_q15(\r
-                                               arm_bilinear_interp_instance_q15 * S,\r
-                                               q31_t X,\r
-                                               q31_t Y)\r
-  {\r
-    q63_t acc = 0;                               /* output */\r
-    q31_t out;                                   /* Temporary output */\r
-    q15_t x1, x2, y1, y2;                        /* Nearest output values */\r
-    q31_t xfract, yfract;                        /* X, Y fractional parts */\r
-    int32_t rI, cI;                             /* Row and column indices */\r
-    q15_t *pYData = S->pData;                    /* pointer to output table values */\r
-    uint32_t nCols = S->numCols;                 /* num of rows */\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    rI = ((X & 0xFFF00000) >> 20);\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    cI = ((Y & 0xFFF00000) >> 20);\r
-\r
-       /* Care taken for table outside boundary */\r
-       /* Returns zero output when values are outside table boundary */\r
-       if(rI < 0 || rI > (S->numRows-1) || cI < 0  || cI > ( S->numCols-1))\r
-       {\r
-               return(0);\r
-       }\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* xfract should be in 12.20 format */\r
-    xfract = (X & 0x000FFFFF);\r
-\r
-    /* Read two nearest output values from the index */\r
-    x1 = pYData[(rI) + nCols * (cI)];\r
-    x2 = pYData[(rI) + nCols * (cI) + 1u];\r
-\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* yfract should be in 12.20 format */\r
-    yfract = (Y & 0x000FFFFF);\r
-\r
-    /* Read two nearest output values from the index */\r
-    y1 = pYData[(rI) + nCols * (cI + 1)];\r
-    y2 = pYData[(rI) + nCols * (cI + 1) + 1u];\r
-\r
-    /* Calculation of x1 * (1-xfract ) * (1-yfract) and acc is in 13.51 format */\r
-\r
-    /* x1 is in 1.15(q15), xfract in 12.20 format and out is in 13.35 format */\r
-    /* convert 13.35 to 13.31 by right shifting  and out is in 1.31 */\r
-    out = (q31_t) (((q63_t) x1 * (0xFFFFF - xfract)) >> 4u);\r
-    acc = ((q63_t) out * (0xFFFFF - yfract));\r
-\r
-    /* x2 * (xfract) * (1-yfract)  in 1.51 and adding to acc */\r
-    out = (q31_t) (((q63_t) x2 * (0xFFFFF - yfract)) >> 4u);\r
-    acc += ((q63_t) out * (xfract));\r
-\r
-    /* y1 * (1 - xfract) * (yfract)  in 1.51 and adding to acc */\r
-    out = (q31_t) (((q63_t) y1 * (0xFFFFF - xfract)) >> 4u);\r
-    acc += ((q63_t) out * (yfract));\r
-\r
-    /* y2 * (xfract) * (yfract)  in 1.51 and adding to acc */\r
-    out = (q31_t) (((q63_t) y2 * (xfract)) >> 4u);\r
-    acc += ((q63_t) out * (yfract));\r
-\r
-    /* acc is in 13.51 format and down shift acc by 36 times */\r
-    /* Convert out to 1.15 format */\r
-    return (acc >> 36);\r
-\r
-  }\r
-\r
-  /**\r
-  * @brief  Q7 bilinear interpolation.\r
-  * @param[in,out] *S points to an instance of the interpolation structure.\r
-  * @param[in] X interpolation coordinate in 12.20 format.\r
-  * @param[in] Y interpolation coordinate in 12.20 format.\r
-  * @return out interpolated value.\r
-  */\r
-\r
-  __STATIC_INLINE q7_t arm_bilinear_interp_q7(\r
-                                             arm_bilinear_interp_instance_q7 * S,\r
-                                             q31_t X,\r
-                                             q31_t Y)\r
-  {\r
-    q63_t acc = 0;                               /* output */\r
-    q31_t out;                                   /* Temporary output */\r
-    q31_t xfract, yfract;                        /* X, Y fractional parts */\r
-    q7_t x1, x2, y1, y2;                         /* Nearest output values */\r
-    int32_t rI, cI;                             /* Row and column indices */\r
-    q7_t *pYData = S->pData;                     /* pointer to output table values */\r
-    uint32_t nCols = S->numCols;                 /* num of rows */\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    rI = ((X & 0xFFF00000) >> 20);\r
-\r
-    /* Input is in 12.20 format */\r
-    /* 12 bits for the table index */\r
-    /* Index value calculation */\r
-    cI = ((Y & 0xFFF00000) >> 20);\r
-\r
-       /* Care taken for table outside boundary */\r
-       /* Returns zero output when values are outside table boundary */\r
-       if(rI < 0 || rI > (S->numRows-1) || cI < 0  || cI > ( S->numCols-1))\r
-       {\r
-               return(0);\r
-       }\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* xfract should be in 12.20 format */\r
-    xfract = (X & 0x000FFFFF);\r
-\r
-    /* Read two nearest output values from the index */\r
-    x1 = pYData[(rI) + nCols * (cI)];\r
-    x2 = pYData[(rI) + nCols * (cI) + 1u];\r
-\r
-\r
-    /* 20 bits for the fractional part */\r
-    /* yfract should be in 12.20 format */\r
-    yfract = (Y & 0x000FFFFF);\r
-\r
-    /* Read two nearest output values from the index */\r
-    y1 = pYData[(rI) + nCols * (cI + 1)];\r
-    y2 = pYData[(rI) + nCols * (cI + 1) + 1u];\r
-\r
-    /* Calculation of x1 * (1-xfract ) * (1-yfract) and acc is in 16.47 format */\r
-    out = ((x1 * (0xFFFFF - xfract)));\r
-    acc = (((q63_t) out * (0xFFFFF - yfract)));\r
-\r
-    /* x2 * (xfract) * (1-yfract)  in 2.22 and adding to acc */\r
-    out = ((x2 * (0xFFFFF - yfract)));\r
-    acc += (((q63_t) out * (xfract)));\r
-\r
-    /* y1 * (1 - xfract) * (yfract)  in 2.22 and adding to acc */\r
-    out = ((y1 * (0xFFFFF - xfract)));\r
-    acc += (((q63_t) out * (yfract)));\r
-\r
-    /* y2 * (xfract) * (yfract)  in 2.22 and adding to acc */\r
-    out = ((y2 * (yfract)));\r
-    acc += (((q63_t) out * (xfract)));\r
-\r
-    /* acc in 16.47 format and down shift by 40 to convert to 1.7 format */\r
-    return (acc >> 40);\r
-\r
-  }\r
-\r
-  /**\r
-   * @} end of BilinearInterpolate group\r
-   */\r
-\r
-\r
-\r
-\r
-\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-\r
-#endif /* _ARM_MATH_H */\r
-\r
-\r
-/**\r
- *\r
- * End of file.\r
- */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4.h
deleted file mode 100644 (file)
index ef818e4..0000000
+++ /dev/null
@@ -1,1689 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cm4.h\r
- * @brief    CMSIS Cortex-M4 Core Peripheral Access Layer Header File\r
- * @version  V3.00\r
- * @date     03. February 2012\r
- *\r
- * @note\r
- * Copyright (C) 2009-2012 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M\r
- * processor based microcontrollers.  This file can be freely distributed\r
- * within development tools that are supporting such ARM based processors.\r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-#if defined ( __ICCARM__ )\r
- #pragma system_include  /* treat file as system include file for MISRA check */\r
-#endif\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif\r
-\r
-#ifndef __CORE_CM4_H_GENERIC\r
-#define __CORE_CM4_H_GENERIC\r
-\r
-/** \page CMSIS_MISRA_Exceptions  MISRA-C:2004 Compliance Exceptions\r
-  CMSIS violates the following MISRA-C:2004 rules:\r
-  \r
-   \li Required Rule 8.5, object/function definition in header file.<br>\r
-     Function definitions in header files are used to allow 'inlining'. \r
-\r
-   \li Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>\r
-     Unions are used for effective representation of core registers.\r
-   \r
-   \li Advisory Rule 19.7, Function-like macro defined.<br>\r
-     Function-like macros are used to allow more efficient code. \r
- */\r
-\r
-\r
-/*******************************************************************************\r
- *                 CMSIS definitions\r
- ******************************************************************************/\r
-/** \ingroup Cortex_M4\r
-  @{\r
- */\r
-\r
-/*  CMSIS CM4 definitions */\r
-#define __CM4_CMSIS_VERSION_MAIN  (0x03)                                   /*!< [31:16] CMSIS HAL main version   */\r
-#define __CM4_CMSIS_VERSION_SUB   (0x00)                                   /*!< [15:0]  CMSIS HAL sub version    */\r
-#define __CM4_CMSIS_VERSION       ((__CM4_CMSIS_VERSION_MAIN << 16) | \\r
-                                    __CM4_CMSIS_VERSION_SUB          )     /*!< CMSIS HAL version number         */\r
-\r
-#define __CORTEX_M                (0x04)                                   /*!< Cortex-M Core                    */\r
-\r
-\r
-#if   defined ( __CC_ARM )\r
-  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */\r
-  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */\r
-  #define __STATIC_INLINE  static __inline\r
-\r
-#elif defined ( __ICCARM__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for IAR Compiler          */\r
-  #define __INLINE         inline                                     /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */\r
-  #define __STATIC_INLINE  static inline\r
-\r
-#elif defined ( __TMS470__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for TI CCS Compiler       */\r
-  #define __STATIC_INLINE  static inline\r
-\r
-#elif defined ( __GNUC__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */\r
-  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */\r
-  #define __STATIC_INLINE  static inline\r
-\r
-#elif defined ( __TASKING__ )\r
-  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */\r
-  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */\r
-  #define __STATIC_INLINE  static inline\r
-\r
-#endif\r
-\r
-/** __FPU_USED indicates whether an FPU is used or not. For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.\r
-*/\r
-#if defined ( __CC_ARM )\r
-  #if defined __TARGET_FPU_VFP\r
-    #if (__FPU_PRESENT == 1)\r
-      #define __FPU_USED       1\r
-    #else\r
-      #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-      #define __FPU_USED       0\r
-    #endif\r
-  #else\r
-    #define __FPU_USED         0\r
-  #endif\r
-\r
-#elif defined ( __ICCARM__ )\r
-  #if defined __ARMVFP__\r
-    #if (__FPU_PRESENT == 1)\r
-      #define __FPU_USED       1\r
-    #else\r
-      #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-      #define __FPU_USED       0\r
-    #endif\r
-  #else\r
-    #define __FPU_USED         0\r
-  #endif\r
-\r
-#elif defined ( __TMS470__ )\r
-  #if defined __TI_VFP_SUPPORT__\r
-    #if (__FPU_PRESENT == 1)\r
-      #define __FPU_USED       1\r
-    #else\r
-      #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-      #define __FPU_USED       0\r
-    #endif\r
-  #else\r
-    #define __FPU_USED         0\r
-  #endif\r
-\r
-#elif defined ( __GNUC__ )\r
-  #if defined (__VFP_FP__) && !defined(__SOFTFP__)\r
-    #if (__FPU_PRESENT == 1)\r
-      #define __FPU_USED       1\r
-    #else\r
-      #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"\r
-      #define __FPU_USED       0\r
-    #endif\r
-  #else\r
-    #define __FPU_USED         0\r
-  #endif\r
-\r
-#elif defined ( __TASKING__ )\r
-    /* add preprocessor checks to define __FPU_USED */\r
-    #define __FPU_USED         0\r
-#endif\r
-\r
-#include <stdint.h>                      /* standard types definitions                      */\r
-#include <core_cmInstr.h>                /* Core Instruction Access                         */\r
-#include <core_cmFunc.h>                 /* Core Function Access                            */\r
-#include <core_cm4_simd.h>               /* Compiler specific SIMD Intrinsics               */\r
-\r
-#endif /* __CORE_CM4_H_GENERIC */\r
-\r
-#ifndef __CMSIS_GENERIC\r
-\r
-#ifndef __CORE_CM4_H_DEPENDANT\r
-#define __CORE_CM4_H_DEPENDANT\r
-\r
-/* check device defines and use defaults */\r
-#if defined __CHECK_DEVICE_DEFINES\r
-  #ifndef __CM4_REV\r
-    #define __CM4_REV               0x0000\r
-    #warning "__CM4_REV not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __FPU_PRESENT\r
-    #define __FPU_PRESENT             0\r
-    #warning "__FPU_PRESENT not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __MPU_PRESENT\r
-    #define __MPU_PRESENT             0\r
-    #warning "__MPU_PRESENT not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __NVIC_PRIO_BITS\r
-    #define __NVIC_PRIO_BITS          4\r
-    #warning "__NVIC_PRIO_BITS not defined in device header file; using default!"\r
-  #endif\r
-\r
-  #ifndef __Vendor_SysTickConfig\r
-    #define __Vendor_SysTickConfig    0\r
-    #warning "__Vendor_SysTickConfig not defined in device header file; using default!"\r
-  #endif\r
-#endif\r
-\r
-/* IO definitions (access restrictions to peripheral registers) */\r
-/**\r
-    \defgroup CMSIS_glob_defs CMSIS Global Defines\r
\r
-    <strong>IO Type Qualifiers</strong> are used\r
-    \li to specify the access to peripheral variables.\r
-    \li for automatic generation of peripheral register debug information.\r
-*/\r
-#ifdef __cplusplus\r
-  #define   __I     volatile             /*!< Defines 'read only' permissions                 */\r
-#else\r
-  #define   __I     volatile const       /*!< Defines 'read only' permissions                 */\r
-#endif\r
-#define     __O     volatile             /*!< Defines 'write only' permissions                */\r
-#define     __IO    volatile             /*!< Defines 'read / write' permissions              */\r
-\r
-/*@} end of group Cortex_M4 */\r
-\r
-\r
-\r
-/*******************************************************************************\r
- *                 Register Abstraction\r
-  Core Register contain:\r
-  - Core Register\r
-  - Core NVIC Register\r
-  - Core SCB Register\r
-  - Core SysTick Register\r
-  - Core Debug Register\r
-  - Core MPU Register\r
-  - Core FPU Register\r
- ******************************************************************************/\r
-/** \defgroup CMSIS_core_register Defines and Type Definitions\r
-    \brief Type definitions and defines for Cortex-M processor based devices.\r
-*/\r
-\r
-/** \ingroup    CMSIS_core_register\r
-    \defgroup   CMSIS_CORE  Status and Control Registers\r
-    \brief  Core Register type definitions.\r
-  @{\r
- */\r
-\r
-/** \brief  Union type to access the Application Program Status Register (APSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-#if (__CORTEX_M != 0x04)\r
-    uint32_t _reserved0:27;              /*!< bit:  0..26  Reserved                           */\r
-#else\r
-    uint32_t _reserved0:16;              /*!< bit:  0..15  Reserved                           */\r
-    uint32_t GE:4;                       /*!< bit: 16..19  Greater than or Equal flags        */\r
-    uint32_t _reserved1:7;               /*!< bit: 20..26  Reserved                           */\r
-#endif\r
-    uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag          */\r
-    uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag       */\r
-    uint32_t C:1;                        /*!< bit:     29  Carry condition code flag          */\r
-    uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag           */\r
-    uint32_t N:1;                        /*!< bit:     31  Negative condition code flag       */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} APSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Interrupt Program Status Register (IPSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t ISR:9;                      /*!< bit:  0.. 8  Exception number                   */\r
-    uint32_t _reserved0:23;              /*!< bit:  9..31  Reserved                           */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} IPSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Special-Purpose Program Status Registers (xPSR).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t ISR:9;                      /*!< bit:  0.. 8  Exception number                   */\r
-#if (__CORTEX_M != 0x04)\r
-    uint32_t _reserved0:15;              /*!< bit:  9..23  Reserved                           */\r
-#else\r
-    uint32_t _reserved0:7;               /*!< bit:  9..15  Reserved                           */\r
-    uint32_t GE:4;                       /*!< bit: 16..19  Greater than or Equal flags        */\r
-    uint32_t _reserved1:4;               /*!< bit: 20..23  Reserved                           */\r
-#endif\r
-    uint32_t T:1;                        /*!< bit:     24  Thumb bit        (read 0)          */\r
-    uint32_t IT:2;                       /*!< bit: 25..26  saved IT state   (read 0)          */\r
-    uint32_t Q:1;                        /*!< bit:     27  Saturation condition flag          */\r
-    uint32_t V:1;                        /*!< bit:     28  Overflow condition code flag       */\r
-    uint32_t C:1;                        /*!< bit:     29  Carry condition code flag          */\r
-    uint32_t Z:1;                        /*!< bit:     30  Zero condition code flag           */\r
-    uint32_t N:1;                        /*!< bit:     31  Negative condition code flag       */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} xPSR_Type;\r
-\r
-\r
-/** \brief  Union type to access the Control Registers (CONTROL).\r
- */\r
-typedef union\r
-{\r
-  struct\r
-  {\r
-    uint32_t nPRIV:1;                    /*!< bit:      0  Execution privilege in Thread mode */\r
-    uint32_t SPSEL:1;                    /*!< bit:      1  Stack to be used                   */\r
-    uint32_t FPCA:1;                     /*!< bit:      2  FP extension active flag           */\r
-    uint32_t _reserved0:29;              /*!< bit:  3..31  Reserved                           */\r
-  } b;                                   /*!< Structure used for bit  access                  */\r
-  uint32_t w;                            /*!< Type      used for word access                  */\r
-} CONTROL_Type;\r
-\r
-/*@} end of group CMSIS_CORE */\r
-\r
-\r
-/** \ingroup    CMSIS_core_register\r
-    \defgroup   CMSIS_NVIC  Nested Vectored Interrupt Controller (NVIC)\r
-    \brief      Type definitions for the NVIC Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Nested Vectored Interrupt Controller (NVIC).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t ISER[8];                 /*!< Offset: 0x000 (R/W)  Interrupt Set Enable Register           */\r
-       uint32_t RESERVED0[24];\r
-  __IO uint32_t ICER[8];                 /*!< Offset: 0x080 (R/W)  Interrupt Clear Enable Register         */\r
-       uint32_t RSERVED1[24];\r
-  __IO uint32_t ISPR[8];                 /*!< Offset: 0x100 (R/W)  Interrupt Set Pending Register          */\r
-       uint32_t RESERVED2[24];\r
-  __IO uint32_t ICPR[8];                 /*!< Offset: 0x180 (R/W)  Interrupt Clear Pending Register        */\r
-       uint32_t RESERVED3[24];\r
-  __IO uint32_t IABR[8];                 /*!< Offset: 0x200 (R/W)  Interrupt Active bit Register           */\r
-       uint32_t RESERVED4[56];\r
-  __IO uint8_t  IP[240];                 /*!< Offset: 0x300 (R/W)  Interrupt Priority Register (8Bit wide) */\r
-       uint32_t RESERVED5[644];\r
-  __O  uint32_t STIR;                    /*!< Offset: 0xE00 ( /W)  Software Trigger Interrupt Register     */\r
-}  NVIC_Type;\r
-\r
-/* Software Triggered Interrupt Register Definitions */\r
-#define NVIC_STIR_INTID_Pos                 0                                          /*!< STIR: INTLINESNUM Position */\r
-#define NVIC_STIR_INTID_Msk                (0x1FFUL << NVIC_STIR_INTID_Pos)            /*!< STIR: INTLINESNUM Mask */\r
-\r
-/*@} end of group CMSIS_NVIC */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SCB     System Control Block (SCB)\r
-    \brief      Type definitions for the System Control Block Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Control Block (SCB).\r
- */\r
-typedef struct\r
-{\r
-  __I  uint32_t CPUID;                   /*!< Offset: 0x000 (R/ )  CPUID Base Register                                   */\r
-  __IO uint32_t ICSR;                    /*!< Offset: 0x004 (R/W)  Interrupt Control and State Register                  */\r
-  __IO uint32_t VTOR;                    /*!< Offset: 0x008 (R/W)  Vector Table Offset Register                          */\r
-  __IO uint32_t AIRCR;                   /*!< Offset: 0x00C (R/W)  Application Interrupt and Reset Control Register      */\r
-  __IO uint32_t SCR;                     /*!< Offset: 0x010 (R/W)  System Control Register                               */\r
-  __IO uint32_t CCR;                     /*!< Offset: 0x014 (R/W)  Configuration Control Register                        */\r
-  __IO uint8_t  SHP[12];                 /*!< Offset: 0x018 (R/W)  System Handlers Priority Registers (4-7, 8-11, 12-15) */\r
-  __IO uint32_t SHCSR;                   /*!< Offset: 0x024 (R/W)  System Handler Control and State Register             */\r
-  __IO uint32_t CFSR;                    /*!< Offset: 0x028 (R/W)  Configurable Fault Status Register                    */\r
-  __IO uint32_t HFSR;                    /*!< Offset: 0x02C (R/W)  HardFault Status Register                             */\r
-  __IO uint32_t DFSR;                    /*!< Offset: 0x030 (R/W)  Debug Fault Status Register                           */\r
-  __IO uint32_t MMFAR;                   /*!< Offset: 0x034 (R/W)  MemManage Fault Address Register                      */\r
-  __IO uint32_t BFAR;                    /*!< Offset: 0x038 (R/W)  BusFault Address Register                             */\r
-  __IO uint32_t AFSR;                    /*!< Offset: 0x03C (R/W)  Auxiliary Fault Status Register                       */\r
-  __I  uint32_t PFR[2];                  /*!< Offset: 0x040 (R/ )  Processor Feature Register                            */\r
-  __I  uint32_t DFR;                     /*!< Offset: 0x048 (R/ )  Debug Feature Register                                */\r
-  __I  uint32_t ADR;                     /*!< Offset: 0x04C (R/ )  Auxiliary Feature Register                            */\r
-  __I  uint32_t MMFR[4];                 /*!< Offset: 0x050 (R/ )  Memory Model Feature Register                         */\r
-  __I  uint32_t ISAR[5];                 /*!< Offset: 0x060 (R/ )  Instruction Set Attributes Register                   */\r
-       uint32_t RESERVED0[5];\r
-  __IO uint32_t CPACR;                   /*!< Offset: 0x088 (R/W)  Coprocessor Access Control Register                   */\r
-} SCB_Type;\r
-\r
-/* SCB CPUID Register Definitions */\r
-#define SCB_CPUID_IMPLEMENTER_Pos          24                                             /*!< SCB CPUID: IMPLEMENTER Position */\r
-#define SCB_CPUID_IMPLEMENTER_Msk          (0xFFUL << SCB_CPUID_IMPLEMENTER_Pos)          /*!< SCB CPUID: IMPLEMENTER Mask */\r
-\r
-#define SCB_CPUID_VARIANT_Pos              20                                             /*!< SCB CPUID: VARIANT Position */\r
-#define SCB_CPUID_VARIANT_Msk              (0xFUL << SCB_CPUID_VARIANT_Pos)               /*!< SCB CPUID: VARIANT Mask */\r
-\r
-#define SCB_CPUID_ARCHITECTURE_Pos         16                                             /*!< SCB CPUID: ARCHITECTURE Position */\r
-#define SCB_CPUID_ARCHITECTURE_Msk         (0xFUL << SCB_CPUID_ARCHITECTURE_Pos)          /*!< SCB CPUID: ARCHITECTURE Mask */\r
-\r
-#define SCB_CPUID_PARTNO_Pos                4                                             /*!< SCB CPUID: PARTNO Position */\r
-#define SCB_CPUID_PARTNO_Msk               (0xFFFUL << SCB_CPUID_PARTNO_Pos)              /*!< SCB CPUID: PARTNO Mask */\r
-\r
-#define SCB_CPUID_REVISION_Pos              0                                             /*!< SCB CPUID: REVISION Position */\r
-#define SCB_CPUID_REVISION_Msk             (0xFUL << SCB_CPUID_REVISION_Pos)              /*!< SCB CPUID: REVISION Mask */\r
-\r
-/* SCB Interrupt Control State Register Definitions */\r
-#define SCB_ICSR_NMIPENDSET_Pos            31                                             /*!< SCB ICSR: NMIPENDSET Position */\r
-#define SCB_ICSR_NMIPENDSET_Msk            (1UL << SCB_ICSR_NMIPENDSET_Pos)               /*!< SCB ICSR: NMIPENDSET Mask */\r
-\r
-#define SCB_ICSR_PENDSVSET_Pos             28                                             /*!< SCB ICSR: PENDSVSET Position */\r
-#define SCB_ICSR_PENDSVSET_Msk             (1UL << SCB_ICSR_PENDSVSET_Pos)                /*!< SCB ICSR: PENDSVSET Mask */\r
-\r
-#define SCB_ICSR_PENDSVCLR_Pos             27                                             /*!< SCB ICSR: PENDSVCLR Position */\r
-#define SCB_ICSR_PENDSVCLR_Msk             (1UL << SCB_ICSR_PENDSVCLR_Pos)                /*!< SCB ICSR: PENDSVCLR Mask */\r
-\r
-#define SCB_ICSR_PENDSTSET_Pos             26                                             /*!< SCB ICSR: PENDSTSET Position */\r
-#define SCB_ICSR_PENDSTSET_Msk             (1UL << SCB_ICSR_PENDSTSET_Pos)                /*!< SCB ICSR: PENDSTSET Mask */\r
-\r
-#define SCB_ICSR_PENDSTCLR_Pos             25                                             /*!< SCB ICSR: PENDSTCLR Position */\r
-#define SCB_ICSR_PENDSTCLR_Msk             (1UL << SCB_ICSR_PENDSTCLR_Pos)                /*!< SCB ICSR: PENDSTCLR Mask */\r
-\r
-#define SCB_ICSR_ISRPREEMPT_Pos            23                                             /*!< SCB ICSR: ISRPREEMPT Position */\r
-#define SCB_ICSR_ISRPREEMPT_Msk            (1UL << SCB_ICSR_ISRPREEMPT_Pos)               /*!< SCB ICSR: ISRPREEMPT Mask */\r
-\r
-#define SCB_ICSR_ISRPENDING_Pos            22                                             /*!< SCB ICSR: ISRPENDING Position */\r
-#define SCB_ICSR_ISRPENDING_Msk            (1UL << SCB_ICSR_ISRPENDING_Pos)               /*!< SCB ICSR: ISRPENDING Mask */\r
-\r
-#define SCB_ICSR_VECTPENDING_Pos           12                                             /*!< SCB ICSR: VECTPENDING Position */\r
-#define SCB_ICSR_VECTPENDING_Msk           (0x1FFUL << SCB_ICSR_VECTPENDING_Pos)          /*!< SCB ICSR: VECTPENDING Mask */\r
-\r
-#define SCB_ICSR_RETTOBASE_Pos             11                                             /*!< SCB ICSR: RETTOBASE Position */\r
-#define SCB_ICSR_RETTOBASE_Msk             (1UL << SCB_ICSR_RETTOBASE_Pos)                /*!< SCB ICSR: RETTOBASE Mask */\r
-\r
-#define SCB_ICSR_VECTACTIVE_Pos             0                                             /*!< SCB ICSR: VECTACTIVE Position */\r
-#define SCB_ICSR_VECTACTIVE_Msk            (0x1FFUL << SCB_ICSR_VECTACTIVE_Pos)           /*!< SCB ICSR: VECTACTIVE Mask */\r
-\r
-/* SCB Vector Table Offset Register Definitions */\r
-#define SCB_VTOR_TBLOFF_Pos                 7                                             /*!< SCB VTOR: TBLOFF Position */\r
-#define SCB_VTOR_TBLOFF_Msk                (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos)           /*!< SCB VTOR: TBLOFF Mask */\r
-\r
-/* SCB Application Interrupt and Reset Control Register Definitions */\r
-#define SCB_AIRCR_VECTKEY_Pos              16                                             /*!< SCB AIRCR: VECTKEY Position */\r
-#define SCB_AIRCR_VECTKEY_Msk              (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos)            /*!< SCB AIRCR: VECTKEY Mask */\r
-\r
-#define SCB_AIRCR_VECTKEYSTAT_Pos          16                                             /*!< SCB AIRCR: VECTKEYSTAT Position */\r
-#define SCB_AIRCR_VECTKEYSTAT_Msk          (0xFFFFUL << SCB_AIRCR_VECTKEYSTAT_Pos)        /*!< SCB AIRCR: VECTKEYSTAT Mask */\r
-\r
-#define SCB_AIRCR_ENDIANESS_Pos            15                                             /*!< SCB AIRCR: ENDIANESS Position */\r
-#define SCB_AIRCR_ENDIANESS_Msk            (1UL << SCB_AIRCR_ENDIANESS_Pos)               /*!< SCB AIRCR: ENDIANESS Mask */\r
-\r
-#define SCB_AIRCR_PRIGROUP_Pos              8                                             /*!< SCB AIRCR: PRIGROUP Position */\r
-#define SCB_AIRCR_PRIGROUP_Msk             (7UL << SCB_AIRCR_PRIGROUP_Pos)                /*!< SCB AIRCR: PRIGROUP Mask */\r
-\r
-#define SCB_AIRCR_SYSRESETREQ_Pos           2                                             /*!< SCB AIRCR: SYSRESETREQ Position */\r
-#define SCB_AIRCR_SYSRESETREQ_Msk          (1UL << SCB_AIRCR_SYSRESETREQ_Pos)             /*!< SCB AIRCR: SYSRESETREQ Mask */\r
-\r
-#define SCB_AIRCR_VECTCLRACTIVE_Pos         1                                             /*!< SCB AIRCR: VECTCLRACTIVE Position */\r
-#define SCB_AIRCR_VECTCLRACTIVE_Msk        (1UL << SCB_AIRCR_VECTCLRACTIVE_Pos)           /*!< SCB AIRCR: VECTCLRACTIVE Mask */\r
-\r
-#define SCB_AIRCR_VECTRESET_Pos             0                                             /*!< SCB AIRCR: VECTRESET Position */\r
-#define SCB_AIRCR_VECTRESET_Msk            (1UL << SCB_AIRCR_VECTRESET_Pos)               /*!< SCB AIRCR: VECTRESET Mask */\r
-\r
-/* SCB System Control Register Definitions */\r
-#define SCB_SCR_SEVONPEND_Pos               4                                             /*!< SCB SCR: SEVONPEND Position */\r
-#define SCB_SCR_SEVONPEND_Msk              (1UL << SCB_SCR_SEVONPEND_Pos)                 /*!< SCB SCR: SEVONPEND Mask */\r
-\r
-#define SCB_SCR_SLEEPDEEP_Pos               2                                             /*!< SCB SCR: SLEEPDEEP Position */\r
-#define SCB_SCR_SLEEPDEEP_Msk              (1UL << SCB_SCR_SLEEPDEEP_Pos)                 /*!< SCB SCR: SLEEPDEEP Mask */\r
-\r
-#define SCB_SCR_SLEEPONEXIT_Pos             1                                             /*!< SCB SCR: SLEEPONEXIT Position */\r
-#define SCB_SCR_SLEEPONEXIT_Msk            (1UL << SCB_SCR_SLEEPONEXIT_Pos)               /*!< SCB SCR: SLEEPONEXIT Mask */\r
-\r
-/* SCB Configuration Control Register Definitions */\r
-#define SCB_CCR_STKALIGN_Pos                9                                             /*!< SCB CCR: STKALIGN Position */\r
-#define SCB_CCR_STKALIGN_Msk               (1UL << SCB_CCR_STKALIGN_Pos)                  /*!< SCB CCR: STKALIGN Mask */\r
-\r
-#define SCB_CCR_BFHFNMIGN_Pos               8                                             /*!< SCB CCR: BFHFNMIGN Position */\r
-#define SCB_CCR_BFHFNMIGN_Msk              (1UL << SCB_CCR_BFHFNMIGN_Pos)                 /*!< SCB CCR: BFHFNMIGN Mask */\r
-\r
-#define SCB_CCR_DIV_0_TRP_Pos               4                                             /*!< SCB CCR: DIV_0_TRP Position */\r
-#define SCB_CCR_DIV_0_TRP_Msk              (1UL << SCB_CCR_DIV_0_TRP_Pos)                 /*!< SCB CCR: DIV_0_TRP Mask */\r
-\r
-#define SCB_CCR_UNALIGN_TRP_Pos             3                                             /*!< SCB CCR: UNALIGN_TRP Position */\r
-#define SCB_CCR_UNALIGN_TRP_Msk            (1UL << SCB_CCR_UNALIGN_TRP_Pos)               /*!< SCB CCR: UNALIGN_TRP Mask */\r
-\r
-#define SCB_CCR_USERSETMPEND_Pos            1                                             /*!< SCB CCR: USERSETMPEND Position */\r
-#define SCB_CCR_USERSETMPEND_Msk           (1UL << SCB_CCR_USERSETMPEND_Pos)              /*!< SCB CCR: USERSETMPEND Mask */\r
-\r
-#define SCB_CCR_NONBASETHRDENA_Pos          0                                             /*!< SCB CCR: NONBASETHRDENA Position */\r
-#define SCB_CCR_NONBASETHRDENA_Msk         (1UL << SCB_CCR_NONBASETHRDENA_Pos)            /*!< SCB CCR: NONBASETHRDENA Mask */\r
-\r
-/* SCB System Handler Control and State Register Definitions */\r
-#define SCB_SHCSR_USGFAULTENA_Pos          18                                             /*!< SCB SHCSR: USGFAULTENA Position */\r
-#define SCB_SHCSR_USGFAULTENA_Msk          (1UL << SCB_SHCSR_USGFAULTENA_Pos)             /*!< SCB SHCSR: USGFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTENA_Pos          17                                             /*!< SCB SHCSR: BUSFAULTENA Position */\r
-#define SCB_SHCSR_BUSFAULTENA_Msk          (1UL << SCB_SHCSR_BUSFAULTENA_Pos)             /*!< SCB SHCSR: BUSFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTENA_Pos          16                                             /*!< SCB SHCSR: MEMFAULTENA Position */\r
-#define SCB_SHCSR_MEMFAULTENA_Msk          (1UL << SCB_SHCSR_MEMFAULTENA_Pos)             /*!< SCB SHCSR: MEMFAULTENA Mask */\r
-\r
-#define SCB_SHCSR_SVCALLPENDED_Pos         15                                             /*!< SCB SHCSR: SVCALLPENDED Position */\r
-#define SCB_SHCSR_SVCALLPENDED_Msk         (1UL << SCB_SHCSR_SVCALLPENDED_Pos)            /*!< SCB SHCSR: SVCALLPENDED Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTPENDED_Pos       14                                             /*!< SCB SHCSR: BUSFAULTPENDED Position */\r
-#define SCB_SHCSR_BUSFAULTPENDED_Msk       (1UL << SCB_SHCSR_BUSFAULTPENDED_Pos)          /*!< SCB SHCSR: BUSFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTPENDED_Pos       13                                             /*!< SCB SHCSR: MEMFAULTPENDED Position */\r
-#define SCB_SHCSR_MEMFAULTPENDED_Msk       (1UL << SCB_SHCSR_MEMFAULTPENDED_Pos)          /*!< SCB SHCSR: MEMFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_USGFAULTPENDED_Pos       12                                             /*!< SCB SHCSR: USGFAULTPENDED Position */\r
-#define SCB_SHCSR_USGFAULTPENDED_Msk       (1UL << SCB_SHCSR_USGFAULTPENDED_Pos)          /*!< SCB SHCSR: USGFAULTPENDED Mask */\r
-\r
-#define SCB_SHCSR_SYSTICKACT_Pos           11                                             /*!< SCB SHCSR: SYSTICKACT Position */\r
-#define SCB_SHCSR_SYSTICKACT_Msk           (1UL << SCB_SHCSR_SYSTICKACT_Pos)              /*!< SCB SHCSR: SYSTICKACT Mask */\r
-\r
-#define SCB_SHCSR_PENDSVACT_Pos            10                                             /*!< SCB SHCSR: PENDSVACT Position */\r
-#define SCB_SHCSR_PENDSVACT_Msk            (1UL << SCB_SHCSR_PENDSVACT_Pos)               /*!< SCB SHCSR: PENDSVACT Mask */\r
-\r
-#define SCB_SHCSR_MONITORACT_Pos            8                                             /*!< SCB SHCSR: MONITORACT Position */\r
-#define SCB_SHCSR_MONITORACT_Msk           (1UL << SCB_SHCSR_MONITORACT_Pos)              /*!< SCB SHCSR: MONITORACT Mask */\r
-\r
-#define SCB_SHCSR_SVCALLACT_Pos             7                                             /*!< SCB SHCSR: SVCALLACT Position */\r
-#define SCB_SHCSR_SVCALLACT_Msk            (1UL << SCB_SHCSR_SVCALLACT_Pos)               /*!< SCB SHCSR: SVCALLACT Mask */\r
-\r
-#define SCB_SHCSR_USGFAULTACT_Pos           3                                             /*!< SCB SHCSR: USGFAULTACT Position */\r
-#define SCB_SHCSR_USGFAULTACT_Msk          (1UL << SCB_SHCSR_USGFAULTACT_Pos)             /*!< SCB SHCSR: USGFAULTACT Mask */\r
-\r
-#define SCB_SHCSR_BUSFAULTACT_Pos           1                                             /*!< SCB SHCSR: BUSFAULTACT Position */\r
-#define SCB_SHCSR_BUSFAULTACT_Msk          (1UL << SCB_SHCSR_BUSFAULTACT_Pos)             /*!< SCB SHCSR: BUSFAULTACT Mask */\r
-\r
-#define SCB_SHCSR_MEMFAULTACT_Pos           0                                             /*!< SCB SHCSR: MEMFAULTACT Position */\r
-#define SCB_SHCSR_MEMFAULTACT_Msk          (1UL << SCB_SHCSR_MEMFAULTACT_Pos)             /*!< SCB SHCSR: MEMFAULTACT Mask */\r
-\r
-/* SCB Configurable Fault Status Registers Definitions */\r
-#define SCB_CFSR_USGFAULTSR_Pos            16                                             /*!< SCB CFSR: Usage Fault Status Register Position */\r
-#define SCB_CFSR_USGFAULTSR_Msk            (0xFFFFUL << SCB_CFSR_USGFAULTSR_Pos)          /*!< SCB CFSR: Usage Fault Status Register Mask */\r
-\r
-#define SCB_CFSR_BUSFAULTSR_Pos             8                                             /*!< SCB CFSR: Bus Fault Status Register Position */\r
-#define SCB_CFSR_BUSFAULTSR_Msk            (0xFFUL << SCB_CFSR_BUSFAULTSR_Pos)            /*!< SCB CFSR: Bus Fault Status Register Mask */\r
-\r
-#define SCB_CFSR_MEMFAULTSR_Pos             0                                             /*!< SCB CFSR: Memory Manage Fault Status Register Position */\r
-#define SCB_CFSR_MEMFAULTSR_Msk            (0xFFUL << SCB_CFSR_MEMFAULTSR_Pos)            /*!< SCB CFSR: Memory Manage Fault Status Register Mask */\r
-\r
-/* SCB Hard Fault Status Registers Definitions */\r
-#define SCB_HFSR_DEBUGEVT_Pos              31                                             /*!< SCB HFSR: DEBUGEVT Position */\r
-#define SCB_HFSR_DEBUGEVT_Msk              (1UL << SCB_HFSR_DEBUGEVT_Pos)                 /*!< SCB HFSR: DEBUGEVT Mask */\r
-\r
-#define SCB_HFSR_FORCED_Pos                30                                             /*!< SCB HFSR: FORCED Position */\r
-#define SCB_HFSR_FORCED_Msk                (1UL << SCB_HFSR_FORCED_Pos)                   /*!< SCB HFSR: FORCED Mask */\r
-\r
-#define SCB_HFSR_VECTTBL_Pos                1                                             /*!< SCB HFSR: VECTTBL Position */\r
-#define SCB_HFSR_VECTTBL_Msk               (1UL << SCB_HFSR_VECTTBL_Pos)                  /*!< SCB HFSR: VECTTBL Mask */\r
-\r
-/* SCB Debug Fault Status Register Definitions */\r
-#define SCB_DFSR_EXTERNAL_Pos               4                                             /*!< SCB DFSR: EXTERNAL Position */\r
-#define SCB_DFSR_EXTERNAL_Msk              (1UL << SCB_DFSR_EXTERNAL_Pos)                 /*!< SCB DFSR: EXTERNAL Mask */\r
-\r
-#define SCB_DFSR_VCATCH_Pos                 3                                             /*!< SCB DFSR: VCATCH Position */\r
-#define SCB_DFSR_VCATCH_Msk                (1UL << SCB_DFSR_VCATCH_Pos)                   /*!< SCB DFSR: VCATCH Mask */\r
-\r
-#define SCB_DFSR_DWTTRAP_Pos                2                                             /*!< SCB DFSR: DWTTRAP Position */\r
-#define SCB_DFSR_DWTTRAP_Msk               (1UL << SCB_DFSR_DWTTRAP_Pos)                  /*!< SCB DFSR: DWTTRAP Mask */\r
-\r
-#define SCB_DFSR_BKPT_Pos                   1                                             /*!< SCB DFSR: BKPT Position */\r
-#define SCB_DFSR_BKPT_Msk                  (1UL << SCB_DFSR_BKPT_Pos)                     /*!< SCB DFSR: BKPT Mask */\r
-\r
-#define SCB_DFSR_HALTED_Pos                 0                                             /*!< SCB DFSR: HALTED Position */\r
-#define SCB_DFSR_HALTED_Msk                (1UL << SCB_DFSR_HALTED_Pos)                   /*!< SCB DFSR: HALTED Mask */\r
-\r
-/*@} end of group CMSIS_SCB */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SCnSCB System Controls not in SCB (SCnSCB)\r
-    \brief      Type definitions for the System Control and ID Register not in the SCB\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Control and ID Register not in the SCB.\r
- */\r
-typedef struct\r
-{\r
-       uint32_t RESERVED0[1];\r
-  __I  uint32_t ICTR;                    /*!< Offset: 0x004 (R/ )  Interrupt Controller Type Register      */\r
-  __IO uint32_t ACTLR;                   /*!< Offset: 0x008 (R/W)  Auxiliary Control Register              */\r
-} SCnSCB_Type;\r
-\r
-/* Interrupt Controller Type Register Definitions */\r
-#define SCnSCB_ICTR_INTLINESNUM_Pos         0                                          /*!< ICTR: INTLINESNUM Position */\r
-#define SCnSCB_ICTR_INTLINESNUM_Msk        (0xFUL << SCnSCB_ICTR_INTLINESNUM_Pos)      /*!< ICTR: INTLINESNUM Mask */\r
-\r
-/* Auxiliary Control Register Definitions */\r
-#define SCnSCB_ACTLR_DISOOFP_Pos            9                                          /*!< ACTLR: DISOOFP Position */\r
-#define SCnSCB_ACTLR_DISOOFP_Msk           (1UL << SCnSCB_ACTLR_DISOOFP_Pos)           /*!< ACTLR: DISOOFP Mask */\r
-\r
-#define SCnSCB_ACTLR_DISFPCA_Pos            8                                          /*!< ACTLR: DISFPCA Position */\r
-#define SCnSCB_ACTLR_DISFPCA_Msk           (1UL << SCnSCB_ACTLR_DISFPCA_Pos)           /*!< ACTLR: DISFPCA Mask */\r
-\r
-#define SCnSCB_ACTLR_DISFOLD_Pos            2                                          /*!< ACTLR: DISFOLD Position */\r
-#define SCnSCB_ACTLR_DISFOLD_Msk           (1UL << SCnSCB_ACTLR_DISFOLD_Pos)           /*!< ACTLR: DISFOLD Mask */\r
-\r
-#define SCnSCB_ACTLR_DISDEFWBUF_Pos         1                                          /*!< ACTLR: DISDEFWBUF Position */\r
-#define SCnSCB_ACTLR_DISDEFWBUF_Msk        (1UL << SCnSCB_ACTLR_DISDEFWBUF_Pos)        /*!< ACTLR: DISDEFWBUF Mask */\r
-\r
-#define SCnSCB_ACTLR_DISMCYCINT_Pos         0                                          /*!< ACTLR: DISMCYCINT Position */\r
-#define SCnSCB_ACTLR_DISMCYCINT_Msk        (1UL << SCnSCB_ACTLR_DISMCYCINT_Pos)        /*!< ACTLR: DISMCYCINT Mask */\r
-\r
-/*@} end of group CMSIS_SCnotSCB */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_SysTick     System Tick Timer (SysTick)\r
-    \brief      Type definitions for the System Timer Registers.\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the System Timer (SysTick).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t CTRL;                    /*!< Offset: 0x000 (R/W)  SysTick Control and Status Register */\r
-  __IO uint32_t LOAD;                    /*!< Offset: 0x004 (R/W)  SysTick Reload Value Register       */\r
-  __IO uint32_t VAL;                     /*!< Offset: 0x008 (R/W)  SysTick Current Value Register      */\r
-  __I  uint32_t CALIB;                   /*!< Offset: 0x00C (R/ )  SysTick Calibration Register        */\r
-} SysTick_Type;\r
-\r
-/* SysTick Control / Status Register Definitions */\r
-#define SysTick_CTRL_COUNTFLAG_Pos         16                                             /*!< SysTick CTRL: COUNTFLAG Position */\r
-#define SysTick_CTRL_COUNTFLAG_Msk         (1UL << SysTick_CTRL_COUNTFLAG_Pos)            /*!< SysTick CTRL: COUNTFLAG Mask */\r
-\r
-#define SysTick_CTRL_CLKSOURCE_Pos          2                                             /*!< SysTick CTRL: CLKSOURCE Position */\r
-#define SysTick_CTRL_CLKSOURCE_Msk         (1UL << SysTick_CTRL_CLKSOURCE_Pos)            /*!< SysTick CTRL: CLKSOURCE Mask */\r
-\r
-#define SysTick_CTRL_TICKINT_Pos            1                                             /*!< SysTick CTRL: TICKINT Position */\r
-#define SysTick_CTRL_TICKINT_Msk           (1UL << SysTick_CTRL_TICKINT_Pos)              /*!< SysTick CTRL: TICKINT Mask */\r
-\r
-#define SysTick_CTRL_ENABLE_Pos             0                                             /*!< SysTick CTRL: ENABLE Position */\r
-#define SysTick_CTRL_ENABLE_Msk            (1UL << SysTick_CTRL_ENABLE_Pos)               /*!< SysTick CTRL: ENABLE Mask */\r
-\r
-/* SysTick Reload Register Definitions */\r
-#define SysTick_LOAD_RELOAD_Pos             0                                             /*!< SysTick LOAD: RELOAD Position */\r
-#define SysTick_LOAD_RELOAD_Msk            (0xFFFFFFUL << SysTick_LOAD_RELOAD_Pos)        /*!< SysTick LOAD: RELOAD Mask */\r
-\r
-/* SysTick Current Register Definitions */\r
-#define SysTick_VAL_CURRENT_Pos             0                                             /*!< SysTick VAL: CURRENT Position */\r
-#define SysTick_VAL_CURRENT_Msk            (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos)        /*!< SysTick VAL: CURRENT Mask */\r
-\r
-/* SysTick Calibration Register Definitions */\r
-#define SysTick_CALIB_NOREF_Pos            31                                             /*!< SysTick CALIB: NOREF Position */\r
-#define SysTick_CALIB_NOREF_Msk            (1UL << SysTick_CALIB_NOREF_Pos)               /*!< SysTick CALIB: NOREF Mask */\r
-\r
-#define SysTick_CALIB_SKEW_Pos             30                                             /*!< SysTick CALIB: SKEW Position */\r
-#define SysTick_CALIB_SKEW_Msk             (1UL << SysTick_CALIB_SKEW_Pos)                /*!< SysTick CALIB: SKEW Mask */\r
-\r
-#define SysTick_CALIB_TENMS_Pos             0                                             /*!< SysTick CALIB: TENMS Position */\r
-#define SysTick_CALIB_TENMS_Msk            (0xFFFFFFUL << SysTick_VAL_CURRENT_Pos)        /*!< SysTick CALIB: TENMS Mask */\r
-\r
-/*@} end of group CMSIS_SysTick */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_ITM     Instrumentation Trace Macrocell (ITM)\r
-    \brief      Type definitions for the Instrumentation Trace Macrocell (ITM)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Instrumentation Trace Macrocell Register (ITM).\r
- */\r
-typedef struct\r
-{\r
-  __O  union\r
-  {\r
-    __O  uint8_t    u8;                  /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 8-bit                   */\r
-    __O  uint16_t   u16;                 /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 16-bit                  */\r
-    __O  uint32_t   u32;                 /*!< Offset: 0x000 ( /W)  ITM Stimulus Port 32-bit                  */\r
-  }  PORT [32];                          /*!< Offset: 0x000 ( /W)  ITM Stimulus Port Registers               */\r
-       uint32_t RESERVED0[864];\r
-  __IO uint32_t TER;                     /*!< Offset: 0xE00 (R/W)  ITM Trace Enable Register                 */\r
-       uint32_t RESERVED1[15];\r
-  __IO uint32_t TPR;                     /*!< Offset: 0xE40 (R/W)  ITM Trace Privilege Register              */\r
-       uint32_t RESERVED2[15];\r
-  __IO uint32_t TCR;                     /*!< Offset: 0xE80 (R/W)  ITM Trace Control Register                */\r
-} ITM_Type;\r
-\r
-/* ITM Trace Privilege Register Definitions */\r
-#define ITM_TPR_PRIVMASK_Pos                0                                          /*!< ITM TPR: PRIVMASK Position */\r
-#define ITM_TPR_PRIVMASK_Msk               (0xFUL << ITM_TPR_PRIVMASK_Pos)             /*!< ITM TPR: PRIVMASK Mask */\r
-\r
-/* ITM Trace Control Register Definitions */\r
-#define ITM_TCR_BUSY_Pos                   23                                          /*!< ITM TCR: BUSY Position */\r
-#define ITM_TCR_BUSY_Msk                   (1UL << ITM_TCR_BUSY_Pos)                   /*!< ITM TCR: BUSY Mask */\r
-\r
-#define ITM_TCR_TraceBusID_Pos             16                                          /*!< ITM TCR: ATBID Position */\r
-#define ITM_TCR_TraceBusID_Msk             (0x7FUL << ITM_TCR_TraceBusID_Pos)          /*!< ITM TCR: ATBID Mask */\r
-\r
-#define ITM_TCR_GTSFREQ_Pos                10                                          /*!< ITM TCR: Global timestamp frequency Position */\r
-#define ITM_TCR_GTSFREQ_Msk                (3UL << ITM_TCR_GTSFREQ_Pos)                /*!< ITM TCR: Global timestamp frequency Mask */\r
-\r
-#define ITM_TCR_TSPrescale_Pos              8                                          /*!< ITM TCR: TSPrescale Position */\r
-#define ITM_TCR_TSPrescale_Msk             (3UL << ITM_TCR_TSPrescale_Pos)             /*!< ITM TCR: TSPrescale Mask */\r
-\r
-#define ITM_TCR_SWOENA_Pos                  4                                          /*!< ITM TCR: SWOENA Position */\r
-#define ITM_TCR_SWOENA_Msk                 (1UL << ITM_TCR_SWOENA_Pos)                 /*!< ITM TCR: SWOENA Mask */\r
-\r
-#define ITM_TCR_TXENA_Pos                   3                                          /*!< ITM TCR: TXENA Position */\r
-#define ITM_TCR_TXENA_Msk                  (1UL << ITM_TCR_TXENA_Pos)                  /*!< ITM TCR: TXENA Mask */\r
-\r
-#define ITM_TCR_SYNCENA_Pos                 2                                          /*!< ITM TCR: SYNCENA Position */\r
-#define ITM_TCR_SYNCENA_Msk                (1UL << ITM_TCR_SYNCENA_Pos)                /*!< ITM TCR: SYNCENA Mask */\r
-\r
-#define ITM_TCR_TSENA_Pos                   1                                          /*!< ITM TCR: TSENA Position */\r
-#define ITM_TCR_TSENA_Msk                  (1UL << ITM_TCR_TSENA_Pos)                  /*!< ITM TCR: TSENA Mask */\r
-\r
-#define ITM_TCR_ITMENA_Pos                  0                                          /*!< ITM TCR: ITM Enable bit Position */\r
-#define ITM_TCR_ITMENA_Msk                 (1UL << ITM_TCR_ITMENA_Pos)                 /*!< ITM TCR: ITM Enable bit Mask */\r
-\r
-/*@}*/ /* end of group CMSIS_ITM */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_DWT     Data Watchpoint and Trace (DWT)\r
-    \brief      Type definitions for the Data Watchpoint and Trace (DWT)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Data Watchpoint and Trace Register (DWT).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t CTRL;                    /*!< Offset: 0x000 (R/W)  Control Register                          */\r
-  __IO uint32_t CYCCNT;                  /*!< Offset: 0x004 (R/W)  Cycle Count Register                      */\r
-  __IO uint32_t CPICNT;                  /*!< Offset: 0x008 (R/W)  CPI Count Register                        */\r
-  __IO uint32_t EXCCNT;                  /*!< Offset: 0x00C (R/W)  Exception Overhead Count Register         */\r
-  __IO uint32_t SLEEPCNT;                /*!< Offset: 0x010 (R/W)  Sleep Count Register                      */\r
-  __IO uint32_t LSUCNT;                  /*!< Offset: 0x014 (R/W)  LSU Count Register                        */\r
-  __IO uint32_t FOLDCNT;                 /*!< Offset: 0x018 (R/W)  Folded-instruction Count Register         */\r
-  __I  uint32_t PCSR;                    /*!< Offset: 0x01C (R/ )  Program Counter Sample Register           */\r
-  __IO uint32_t COMP0;                   /*!< Offset: 0x020 (R/W)  Comparator Register 0                     */\r
-  __IO uint32_t MASK0;                   /*!< Offset: 0x024 (R/W)  Mask Register 0                           */\r
-  __IO uint32_t FUNCTION0;               /*!< Offset: 0x028 (R/W)  Function Register 0                       */\r
-       uint32_t RESERVED0[1];\r
-  __IO uint32_t COMP1;                   /*!< Offset: 0x030 (R/W)  Comparator Register 1                     */\r
-  __IO uint32_t MASK1;                   /*!< Offset: 0x034 (R/W)  Mask Register 1                           */\r
-  __IO uint32_t FUNCTION1;               /*!< Offset: 0x038 (R/W)  Function Register 1                       */\r
-       uint32_t RESERVED1[1];\r
-  __IO uint32_t COMP2;                   /*!< Offset: 0x040 (R/W)  Comparator Register 2                     */\r
-  __IO uint32_t MASK2;                   /*!< Offset: 0x044 (R/W)  Mask Register 2                           */\r
-  __IO uint32_t FUNCTION2;               /*!< Offset: 0x048 (R/W)  Function Register 2                       */\r
-       uint32_t RESERVED2[1];\r
-  __IO uint32_t COMP3;                   /*!< Offset: 0x050 (R/W)  Comparator Register 3                     */\r
-  __IO uint32_t MASK3;                   /*!< Offset: 0x054 (R/W)  Mask Register 3                           */\r
-  __IO uint32_t FUNCTION3;               /*!< Offset: 0x058 (R/W)  Function Register 3                       */\r
-} DWT_Type;\r
-\r
-/* DWT Control Register Definitions */\r
-#define DWT_CTRL_NUMCOMP_Pos               28                                          /*!< DWT CTRL: NUMCOMP Position */\r
-#define DWT_CTRL_NUMCOMP_Msk               (0xFUL << DWT_CTRL_NUMCOMP_Pos)             /*!< DWT CTRL: NUMCOMP Mask */\r
-\r
-#define DWT_CTRL_NOTRCPKT_Pos              27                                          /*!< DWT CTRL: NOTRCPKT Position */\r
-#define DWT_CTRL_NOTRCPKT_Msk              (0x1UL << DWT_CTRL_NOTRCPKT_Pos)            /*!< DWT CTRL: NOTRCPKT Mask */\r
-\r
-#define DWT_CTRL_NOEXTTRIG_Pos             26                                          /*!< DWT CTRL: NOEXTTRIG Position */\r
-#define DWT_CTRL_NOEXTTRIG_Msk             (0x1UL << DWT_CTRL_NOEXTTRIG_Pos)           /*!< DWT CTRL: NOEXTTRIG Mask */\r
-\r
-#define DWT_CTRL_NOCYCCNT_Pos              25                                          /*!< DWT CTRL: NOCYCCNT Position */\r
-#define DWT_CTRL_NOCYCCNT_Msk              (0x1UL << DWT_CTRL_NOCYCCNT_Pos)            /*!< DWT CTRL: NOCYCCNT Mask */\r
-\r
-#define DWT_CTRL_NOPRFCNT_Pos              24                                          /*!< DWT CTRL: NOPRFCNT Position */\r
-#define DWT_CTRL_NOPRFCNT_Msk              (0x1UL << DWT_CTRL_NOPRFCNT_Pos)            /*!< DWT CTRL: NOPRFCNT Mask */\r
-\r
-#define DWT_CTRL_CYCEVTENA_Pos             22                                          /*!< DWT CTRL: CYCEVTENA Position */\r
-#define DWT_CTRL_CYCEVTENA_Msk             (0x1UL << DWT_CTRL_CYCEVTENA_Pos)           /*!< DWT CTRL: CYCEVTENA Mask */\r
-\r
-#define DWT_CTRL_FOLDEVTENA_Pos            21                                          /*!< DWT CTRL: FOLDEVTENA Position */\r
-#define DWT_CTRL_FOLDEVTENA_Msk            (0x1UL << DWT_CTRL_FOLDEVTENA_Pos)          /*!< DWT CTRL: FOLDEVTENA Mask */\r
-\r
-#define DWT_CTRL_LSUEVTENA_Pos             20                                          /*!< DWT CTRL: LSUEVTENA Position */\r
-#define DWT_CTRL_LSUEVTENA_Msk             (0x1UL << DWT_CTRL_LSUEVTENA_Pos)           /*!< DWT CTRL: LSUEVTENA Mask */\r
-\r
-#define DWT_CTRL_SLEEPEVTENA_Pos           19                                          /*!< DWT CTRL: SLEEPEVTENA Position */\r
-#define DWT_CTRL_SLEEPEVTENA_Msk           (0x1UL << DWT_CTRL_SLEEPEVTENA_Pos)         /*!< DWT CTRL: SLEEPEVTENA Mask */\r
-\r
-#define DWT_CTRL_EXCEVTENA_Pos             18                                          /*!< DWT CTRL: EXCEVTENA Position */\r
-#define DWT_CTRL_EXCEVTENA_Msk             (0x1UL << DWT_CTRL_EXCEVTENA_Pos)           /*!< DWT CTRL: EXCEVTENA Mask */\r
-\r
-#define DWT_CTRL_CPIEVTENA_Pos             17                                          /*!< DWT CTRL: CPIEVTENA Position */\r
-#define DWT_CTRL_CPIEVTENA_Msk             (0x1UL << DWT_CTRL_CPIEVTENA_Pos)           /*!< DWT CTRL: CPIEVTENA Mask */\r
-\r
-#define DWT_CTRL_EXCTRCENA_Pos             16                                          /*!< DWT CTRL: EXCTRCENA Position */\r
-#define DWT_CTRL_EXCTRCENA_Msk             (0x1UL << DWT_CTRL_EXCTRCENA_Pos)           /*!< DWT CTRL: EXCTRCENA Mask */\r
-\r
-#define DWT_CTRL_PCSAMPLENA_Pos            12                                          /*!< DWT CTRL: PCSAMPLENA Position */\r
-#define DWT_CTRL_PCSAMPLENA_Msk            (0x1UL << DWT_CTRL_PCSAMPLENA_Pos)          /*!< DWT CTRL: PCSAMPLENA Mask */\r
-\r
-#define DWT_CTRL_SYNCTAP_Pos               10                                          /*!< DWT CTRL: SYNCTAP Position */\r
-#define DWT_CTRL_SYNCTAP_Msk               (0x3UL << DWT_CTRL_SYNCTAP_Pos)             /*!< DWT CTRL: SYNCTAP Mask */\r
-\r
-#define DWT_CTRL_CYCTAP_Pos                 9                                          /*!< DWT CTRL: CYCTAP Position */\r
-#define DWT_CTRL_CYCTAP_Msk                (0x1UL << DWT_CTRL_CYCTAP_Pos)              /*!< DWT CTRL: CYCTAP Mask */\r
-\r
-#define DWT_CTRL_POSTINIT_Pos               5                                          /*!< DWT CTRL: POSTINIT Position */\r
-#define DWT_CTRL_POSTINIT_Msk              (0xFUL << DWT_CTRL_POSTINIT_Pos)            /*!< DWT CTRL: POSTINIT Mask */\r
-\r
-#define DWT_CTRL_POSTPRESET_Pos             1                                          /*!< DWT CTRL: POSTPRESET Position */\r
-#define DWT_CTRL_POSTPRESET_Msk            (0xFUL << DWT_CTRL_POSTPRESET_Pos)          /*!< DWT CTRL: POSTPRESET Mask */\r
-\r
-#define DWT_CTRL_CYCCNTENA_Pos              0                                          /*!< DWT CTRL: CYCCNTENA Position */\r
-#define DWT_CTRL_CYCCNTENA_Msk             (0x1UL << DWT_CTRL_CYCCNTENA_Pos)           /*!< DWT CTRL: CYCCNTENA Mask */\r
-\r
-/* DWT CPI Count Register Definitions */\r
-#define DWT_CPICNT_CPICNT_Pos               0                                          /*!< DWT CPICNT: CPICNT Position */\r
-#define DWT_CPICNT_CPICNT_Msk              (0xFFUL << DWT_CPICNT_CPICNT_Pos)           /*!< DWT CPICNT: CPICNT Mask */\r
-\r
-/* DWT Exception Overhead Count Register Definitions */\r
-#define DWT_EXCCNT_EXCCNT_Pos               0                                          /*!< DWT EXCCNT: EXCCNT Position */\r
-#define DWT_EXCCNT_EXCCNT_Msk              (0xFFUL << DWT_EXCCNT_EXCCNT_Pos)           /*!< DWT EXCCNT: EXCCNT Mask */\r
-\r
-/* DWT Sleep Count Register Definitions */\r
-#define DWT_SLEEPCNT_SLEEPCNT_Pos           0                                          /*!< DWT SLEEPCNT: SLEEPCNT Position */\r
-#define DWT_SLEEPCNT_SLEEPCNT_Msk          (0xFFUL << DWT_SLEEPCNT_SLEEPCNT_Pos)       /*!< DWT SLEEPCNT: SLEEPCNT Mask */\r
-\r
-/* DWT LSU Count Register Definitions */\r
-#define DWT_LSUCNT_LSUCNT_Pos               0                                          /*!< DWT LSUCNT: LSUCNT Position */\r
-#define DWT_LSUCNT_LSUCNT_Msk              (0xFFUL << DWT_LSUCNT_LSUCNT_Pos)           /*!< DWT LSUCNT: LSUCNT Mask */\r
-\r
-/* DWT Folded-instruction Count Register Definitions */\r
-#define DWT_FOLDCNT_FOLDCNT_Pos             0                                          /*!< DWT FOLDCNT: FOLDCNT Position */\r
-#define DWT_FOLDCNT_FOLDCNT_Msk            (0xFFUL << DWT_FOLDCNT_FOLDCNT_Pos)         /*!< DWT FOLDCNT: FOLDCNT Mask */\r
-\r
-/* DWT Comparator Mask Register Definitions */\r
-#define DWT_MASK_MASK_Pos                   0                                          /*!< DWT MASK: MASK Position */\r
-#define DWT_MASK_MASK_Msk                  (0x1FUL << DWT_MASK_MASK_Pos)               /*!< DWT MASK: MASK Mask */\r
-\r
-/* DWT Comparator Function Register Definitions */\r
-#define DWT_FUNCTION_MATCHED_Pos           24                                          /*!< DWT FUNCTION: MATCHED Position */\r
-#define DWT_FUNCTION_MATCHED_Msk           (0x1UL << DWT_FUNCTION_MATCHED_Pos)         /*!< DWT FUNCTION: MATCHED Mask */\r
-\r
-#define DWT_FUNCTION_DATAVADDR1_Pos        16                                          /*!< DWT FUNCTION: DATAVADDR1 Position */\r
-#define DWT_FUNCTION_DATAVADDR1_Msk        (0xFUL << DWT_FUNCTION_DATAVADDR1_Pos)      /*!< DWT FUNCTION: DATAVADDR1 Mask */\r
-\r
-#define DWT_FUNCTION_DATAVADDR0_Pos        12                                          /*!< DWT FUNCTION: DATAVADDR0 Position */\r
-#define DWT_FUNCTION_DATAVADDR0_Msk        (0xFUL << DWT_FUNCTION_DATAVADDR0_Pos)      /*!< DWT FUNCTION: DATAVADDR0 Mask */\r
-\r
-#define DWT_FUNCTION_DATAVSIZE_Pos         10                                          /*!< DWT FUNCTION: DATAVSIZE Position */\r
-#define DWT_FUNCTION_DATAVSIZE_Msk         (0x3UL << DWT_FUNCTION_DATAVSIZE_Pos)       /*!< DWT FUNCTION: DATAVSIZE Mask */\r
-\r
-#define DWT_FUNCTION_LNK1ENA_Pos            9                                          /*!< DWT FUNCTION: LNK1ENA Position */\r
-#define DWT_FUNCTION_LNK1ENA_Msk           (0x1UL << DWT_FUNCTION_LNK1ENA_Pos)         /*!< DWT FUNCTION: LNK1ENA Mask */\r
-\r
-#define DWT_FUNCTION_DATAVMATCH_Pos         8                                          /*!< DWT FUNCTION: DATAVMATCH Position */\r
-#define DWT_FUNCTION_DATAVMATCH_Msk        (0x1UL << DWT_FUNCTION_DATAVMATCH_Pos)      /*!< DWT FUNCTION: DATAVMATCH Mask */\r
-\r
-#define DWT_FUNCTION_CYCMATCH_Pos           7                                          /*!< DWT FUNCTION: CYCMATCH Position */\r
-#define DWT_FUNCTION_CYCMATCH_Msk          (0x1UL << DWT_FUNCTION_CYCMATCH_Pos)        /*!< DWT FUNCTION: CYCMATCH Mask */\r
-\r
-#define DWT_FUNCTION_EMITRANGE_Pos          5                                          /*!< DWT FUNCTION: EMITRANGE Position */\r
-#define DWT_FUNCTION_EMITRANGE_Msk         (0x1UL << DWT_FUNCTION_EMITRANGE_Pos)       /*!< DWT FUNCTION: EMITRANGE Mask */\r
-\r
-#define DWT_FUNCTION_FUNCTION_Pos           0                                          /*!< DWT FUNCTION: FUNCTION Position */\r
-#define DWT_FUNCTION_FUNCTION_Msk          (0xFUL << DWT_FUNCTION_FUNCTION_Pos)        /*!< DWT FUNCTION: FUNCTION Mask */\r
-\r
-/*@}*/ /* end of group CMSIS_DWT */\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_TPI     Trace Port Interface (TPI)\r
-    \brief      Type definitions for the Trace Port Interface (TPI)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Trace Port Interface Register (TPI).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t SSPSR;                   /*!< Offset: 0x000 (R/ )  Supported Parallel Port Size Register     */\r
-  __IO uint32_t CSPSR;                   /*!< Offset: 0x004 (R/W)  Current Parallel Port Size Register */\r
-       uint32_t RESERVED0[2];\r
-  __IO uint32_t ACPR;                    /*!< Offset: 0x010 (R/W)  Asynchronous Clock Prescaler Register */\r
-       uint32_t RESERVED1[55];\r
-  __IO uint32_t SPPR;                    /*!< Offset: 0x0F0 (R/W)  Selected Pin Protocol Register */\r
-       uint32_t RESERVED2[131];\r
-  __I  uint32_t FFSR;                    /*!< Offset: 0x300 (R/ )  Formatter and Flush Status Register */\r
-  __IO uint32_t FFCR;                    /*!< Offset: 0x304 (R/W)  Formatter and Flush Control Register */\r
-  __I  uint32_t FSCR;                    /*!< Offset: 0x308 (R/ )  Formatter Synchronization Counter Register */\r
-       uint32_t RESERVED3[759];\r
-  __I  uint32_t TRIGGER;                 /*!< Offset: 0xEE8 (R/ )  TRIGGER */\r
-  __I  uint32_t FIFO0;                   /*!< Offset: 0xEEC (R/ )  Integration ETM Data */\r
-  __I  uint32_t ITATBCTR2;               /*!< Offset: 0xEF0 (R/ )  ITATBCTR2 */\r
-       uint32_t RESERVED4[1];\r
-  __I  uint32_t ITATBCTR0;               /*!< Offset: 0xEF8 (R/ )  ITATBCTR0 */\r
-  __I  uint32_t FIFO1;                   /*!< Offset: 0xEFC (R/ )  Integration ITM Data */\r
-  __IO uint32_t ITCTRL;                  /*!< Offset: 0xF00 (R/W)  Integration Mode Control */\r
-       uint32_t RESERVED5[39];\r
-  __IO uint32_t CLAIMSET;                /*!< Offset: 0xFA0 (R/W)  Claim tag set */\r
-  __IO uint32_t CLAIMCLR;                /*!< Offset: 0xFA4 (R/W)  Claim tag clear */\r
-       uint32_t RESERVED7[8];\r
-  __I  uint32_t DEVID;                   /*!< Offset: 0xFC8 (R/ )  TPIU_DEVID */\r
-  __I  uint32_t DEVTYPE;                 /*!< Offset: 0xFCC (R/ )  TPIU_DEVTYPE */\r
-} TPI_Type;\r
-\r
-/* TPI Asynchronous Clock Prescaler Register Definitions */\r
-#define TPI_ACPR_PRESCALER_Pos              0                                          /*!< TPI ACPR: PRESCALER Position */\r
-#define TPI_ACPR_PRESCALER_Msk             (0x1FFFUL << TPI_ACPR_PRESCALER_Pos)        /*!< TPI ACPR: PRESCALER Mask */\r
-\r
-/* TPI Selected Pin Protocol Register Definitions */\r
-#define TPI_SPPR_TXMODE_Pos                 0                                          /*!< TPI SPPR: TXMODE Position */\r
-#define TPI_SPPR_TXMODE_Msk                (0x3UL << TPI_SPPR_TXMODE_Pos)              /*!< TPI SPPR: TXMODE Mask */\r
-\r
-/* TPI Formatter and Flush Status Register Definitions */\r
-#define TPI_FFSR_FtNonStop_Pos              3                                          /*!< TPI FFSR: FtNonStop Position */\r
-#define TPI_FFSR_FtNonStop_Msk             (0x1UL << TPI_FFSR_FtNonStop_Pos)           /*!< TPI FFSR: FtNonStop Mask */\r
-\r
-#define TPI_FFSR_TCPresent_Pos              2                                          /*!< TPI FFSR: TCPresent Position */\r
-#define TPI_FFSR_TCPresent_Msk             (0x1UL << TPI_FFSR_TCPresent_Pos)           /*!< TPI FFSR: TCPresent Mask */\r
-\r
-#define TPI_FFSR_FtStopped_Pos              1                                          /*!< TPI FFSR: FtStopped Position */\r
-#define TPI_FFSR_FtStopped_Msk             (0x1UL << TPI_FFSR_FtStopped_Pos)           /*!< TPI FFSR: FtStopped Mask */\r
-\r
-#define TPI_FFSR_FlInProg_Pos               0                                          /*!< TPI FFSR: FlInProg Position */\r
-#define TPI_FFSR_FlInProg_Msk              (0x1UL << TPI_FFSR_FlInProg_Pos)            /*!< TPI FFSR: FlInProg Mask */\r
-\r
-/* TPI Formatter and Flush Control Register Definitions */\r
-#define TPI_FFCR_TrigIn_Pos                 8                                          /*!< TPI FFCR: TrigIn Position */\r
-#define TPI_FFCR_TrigIn_Msk                (0x1UL << TPI_FFCR_TrigIn_Pos)              /*!< TPI FFCR: TrigIn Mask */\r
-\r
-#define TPI_FFCR_EnFCont_Pos                1                                          /*!< TPI FFCR: EnFCont Position */\r
-#define TPI_FFCR_EnFCont_Msk               (0x1UL << TPI_FFCR_EnFCont_Pos)             /*!< TPI FFCR: EnFCont Mask */\r
-\r
-/* TPI TRIGGER Register Definitions */\r
-#define TPI_TRIGGER_TRIGGER_Pos             0                                          /*!< TPI TRIGGER: TRIGGER Position */\r
-#define TPI_TRIGGER_TRIGGER_Msk            (0x1UL << TPI_TRIGGER_TRIGGER_Pos)          /*!< TPI TRIGGER: TRIGGER Mask */\r
-\r
-/* TPI Integration ETM Data Register Definitions (FIFO0) */\r
-#define TPI_FIFO0_ITM_ATVALID_Pos          29                                          /*!< TPI FIFO0: ITM_ATVALID Position */\r
-#define TPI_FIFO0_ITM_ATVALID_Msk          (0x3UL << TPI_FIFO0_ITM_ATVALID_Pos)        /*!< TPI FIFO0: ITM_ATVALID Mask */\r
-\r
-#define TPI_FIFO0_ITM_bytecount_Pos        27                                          /*!< TPI FIFO0: ITM_bytecount Position */\r
-#define TPI_FIFO0_ITM_bytecount_Msk        (0x3UL << TPI_FIFO0_ITM_bytecount_Pos)      /*!< TPI FIFO0: ITM_bytecount Mask */\r
-\r
-#define TPI_FIFO0_ETM_ATVALID_Pos          26                                          /*!< TPI FIFO0: ETM_ATVALID Position */\r
-#define TPI_FIFO0_ETM_ATVALID_Msk          (0x3UL << TPI_FIFO0_ETM_ATVALID_Pos)        /*!< TPI FIFO0: ETM_ATVALID Mask */\r
-\r
-#define TPI_FIFO0_ETM_bytecount_Pos        24                                          /*!< TPI FIFO0: ETM_bytecount Position */\r
-#define TPI_FIFO0_ETM_bytecount_Msk        (0x3UL << TPI_FIFO0_ETM_bytecount_Pos)      /*!< TPI FIFO0: ETM_bytecount Mask */\r
-\r
-#define TPI_FIFO0_ETM2_Pos                 16                                          /*!< TPI FIFO0: ETM2 Position */\r
-#define TPI_FIFO0_ETM2_Msk                 (0xFFUL << TPI_FIFO0_ETM2_Pos)              /*!< TPI FIFO0: ETM2 Mask */\r
-\r
-#define TPI_FIFO0_ETM1_Pos                  8                                          /*!< TPI FIFO0: ETM1 Position */\r
-#define TPI_FIFO0_ETM1_Msk                 (0xFFUL << TPI_FIFO0_ETM1_Pos)              /*!< TPI FIFO0: ETM1 Mask */\r
-\r
-#define TPI_FIFO0_ETM0_Pos                  0                                          /*!< TPI FIFO0: ETM0 Position */\r
-#define TPI_FIFO0_ETM0_Msk                 (0xFFUL << TPI_FIFO0_ETM0_Pos)              /*!< TPI FIFO0: ETM0 Mask */\r
-\r
-/* TPI ITATBCTR2 Register Definitions */\r
-#define TPI_ITATBCTR2_ATREADY_Pos           0                                          /*!< TPI ITATBCTR2: ATREADY Position */\r
-#define TPI_ITATBCTR2_ATREADY_Msk          (0x1UL << TPI_ITATBCTR2_ATREADY_Pos)        /*!< TPI ITATBCTR2: ATREADY Mask */\r
-\r
-/* TPI Integration ITM Data Register Definitions (FIFO1) */\r
-#define TPI_FIFO1_ITM_ATVALID_Pos          29                                          /*!< TPI FIFO1: ITM_ATVALID Position */\r
-#define TPI_FIFO1_ITM_ATVALID_Msk          (0x3UL << TPI_FIFO1_ITM_ATVALID_Pos)        /*!< TPI FIFO1: ITM_ATVALID Mask */\r
-\r
-#define TPI_FIFO1_ITM_bytecount_Pos        27                                          /*!< TPI FIFO1: ITM_bytecount Position */\r
-#define TPI_FIFO1_ITM_bytecount_Msk        (0x3UL << TPI_FIFO1_ITM_bytecount_Pos)      /*!< TPI FIFO1: ITM_bytecount Mask */\r
-\r
-#define TPI_FIFO1_ETM_ATVALID_Pos          26                                          /*!< TPI FIFO1: ETM_ATVALID Position */\r
-#define TPI_FIFO1_ETM_ATVALID_Msk          (0x3UL << TPI_FIFO1_ETM_ATVALID_Pos)        /*!< TPI FIFO1: ETM_ATVALID Mask */\r
-\r
-#define TPI_FIFO1_ETM_bytecount_Pos        24                                          /*!< TPI FIFO1: ETM_bytecount Position */\r
-#define TPI_FIFO1_ETM_bytecount_Msk        (0x3UL << TPI_FIFO1_ETM_bytecount_Pos)      /*!< TPI FIFO1: ETM_bytecount Mask */\r
-\r
-#define TPI_FIFO1_ITM2_Pos                 16                                          /*!< TPI FIFO1: ITM2 Position */\r
-#define TPI_FIFO1_ITM2_Msk                 (0xFFUL << TPI_FIFO1_ITM2_Pos)              /*!< TPI FIFO1: ITM2 Mask */\r
-\r
-#define TPI_FIFO1_ITM1_Pos                  8                                          /*!< TPI FIFO1: ITM1 Position */\r
-#define TPI_FIFO1_ITM1_Msk                 (0xFFUL << TPI_FIFO1_ITM1_Pos)              /*!< TPI FIFO1: ITM1 Mask */\r
-\r
-#define TPI_FIFO1_ITM0_Pos                  0                                          /*!< TPI FIFO1: ITM0 Position */\r
-#define TPI_FIFO1_ITM0_Msk                 (0xFFUL << TPI_FIFO1_ITM0_Pos)              /*!< TPI FIFO1: ITM0 Mask */\r
-\r
-/* TPI ITATBCTR0 Register Definitions */\r
-#define TPI_ITATBCTR0_ATREADY_Pos           0                                          /*!< TPI ITATBCTR0: ATREADY Position */\r
-#define TPI_ITATBCTR0_ATREADY_Msk          (0x1UL << TPI_ITATBCTR0_ATREADY_Pos)        /*!< TPI ITATBCTR0: ATREADY Mask */\r
-\r
-/* TPI Integration Mode Control Register Definitions */\r
-#define TPI_ITCTRL_Mode_Pos                 0                                          /*!< TPI ITCTRL: Mode Position */\r
-#define TPI_ITCTRL_Mode_Msk                (0x1UL << TPI_ITCTRL_Mode_Pos)              /*!< TPI ITCTRL: Mode Mask */\r
-\r
-/* TPI DEVID Register Definitions */\r
-#define TPI_DEVID_NRZVALID_Pos             11                                          /*!< TPI DEVID: NRZVALID Position */\r
-#define TPI_DEVID_NRZVALID_Msk             (0x1UL << TPI_DEVID_NRZVALID_Pos)           /*!< TPI DEVID: NRZVALID Mask */\r
-\r
-#define TPI_DEVID_MANCVALID_Pos            10                                          /*!< TPI DEVID: MANCVALID Position */\r
-#define TPI_DEVID_MANCVALID_Msk            (0x1UL << TPI_DEVID_MANCVALID_Pos)          /*!< TPI DEVID: MANCVALID Mask */\r
-\r
-#define TPI_DEVID_PTINVALID_Pos             9                                          /*!< TPI DEVID: PTINVALID Position */\r
-#define TPI_DEVID_PTINVALID_Msk            (0x1UL << TPI_DEVID_PTINVALID_Pos)          /*!< TPI DEVID: PTINVALID Mask */\r
-\r
-#define TPI_DEVID_MinBufSz_Pos              6                                          /*!< TPI DEVID: MinBufSz Position */\r
-#define TPI_DEVID_MinBufSz_Msk             (0x7UL << TPI_DEVID_MinBufSz_Pos)           /*!< TPI DEVID: MinBufSz Mask */\r
-\r
-#define TPI_DEVID_AsynClkIn_Pos             5                                          /*!< TPI DEVID: AsynClkIn Position */\r
-#define TPI_DEVID_AsynClkIn_Msk            (0x1UL << TPI_DEVID_AsynClkIn_Pos)          /*!< TPI DEVID: AsynClkIn Mask */\r
-\r
-#define TPI_DEVID_NrTraceInput_Pos          0                                          /*!< TPI DEVID: NrTraceInput Position */\r
-#define TPI_DEVID_NrTraceInput_Msk         (0x1FUL << TPI_DEVID_NrTraceInput_Pos)      /*!< TPI DEVID: NrTraceInput Mask */\r
-\r
-/* TPI DEVTYPE Register Definitions */\r
-#define TPI_DEVTYPE_SubType_Pos             0                                          /*!< TPI DEVTYPE: SubType Position */\r
-#define TPI_DEVTYPE_SubType_Msk            (0xFUL << TPI_DEVTYPE_SubType_Pos)          /*!< TPI DEVTYPE: SubType Mask */\r
-\r
-#define TPI_DEVTYPE_MajorType_Pos           4                                          /*!< TPI DEVTYPE: MajorType Position */\r
-#define TPI_DEVTYPE_MajorType_Msk          (0xFUL << TPI_DEVTYPE_MajorType_Pos)        /*!< TPI DEVTYPE: MajorType Mask */\r
-\r
-/*@}*/ /* end of group CMSIS_TPI */\r
-\r
-\r
-#if (__MPU_PRESENT == 1)\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_MPU     Memory Protection Unit (MPU)\r
-    \brief      Type definitions for the Memory Protection Unit (MPU)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Memory Protection Unit (MPU).\r
- */\r
-typedef struct\r
-{\r
-  __I  uint32_t TYPE;                    /*!< Offset: 0x000 (R/ )  MPU Type Register                              */\r
-  __IO uint32_t CTRL;                    /*!< Offset: 0x004 (R/W)  MPU Control Register                           */\r
-  __IO uint32_t RNR;                     /*!< Offset: 0x008 (R/W)  MPU Region RNRber Register                     */\r
-  __IO uint32_t RBAR;                    /*!< Offset: 0x00C (R/W)  MPU Region Base Address Register               */\r
-  __IO uint32_t RASR;                    /*!< Offset: 0x010 (R/W)  MPU Region Attribute and Size Register         */\r
-  __IO uint32_t RBAR_A1;                 /*!< Offset: 0x014 (R/W)  MPU Alias 1 Region Base Address Register       */\r
-  __IO uint32_t RASR_A1;                 /*!< Offset: 0x018 (R/W)  MPU Alias 1 Region Attribute and Size Register */\r
-  __IO uint32_t RBAR_A2;                 /*!< Offset: 0x01C (R/W)  MPU Alias 2 Region Base Address Register       */\r
-  __IO uint32_t RASR_A2;                 /*!< Offset: 0x020 (R/W)  MPU Alias 2 Region Attribute and Size Register */\r
-  __IO uint32_t RBAR_A3;                 /*!< Offset: 0x024 (R/W)  MPU Alias 3 Region Base Address Register       */\r
-  __IO uint32_t RASR_A3;                 /*!< Offset: 0x028 (R/W)  MPU Alias 3 Region Attribute and Size Register */\r
-} MPU_Type;\r
-\r
-/* MPU Type Register */\r
-#define MPU_TYPE_IREGION_Pos               16                                             /*!< MPU TYPE: IREGION Position */\r
-#define MPU_TYPE_IREGION_Msk               (0xFFUL << MPU_TYPE_IREGION_Pos)               /*!< MPU TYPE: IREGION Mask */\r
-\r
-#define MPU_TYPE_DREGION_Pos                8                                             /*!< MPU TYPE: DREGION Position */\r
-#define MPU_TYPE_DREGION_Msk               (0xFFUL << MPU_TYPE_DREGION_Pos)               /*!< MPU TYPE: DREGION Mask */\r
-\r
-#define MPU_TYPE_SEPARATE_Pos               0                                             /*!< MPU TYPE: SEPARATE Position */\r
-#define MPU_TYPE_SEPARATE_Msk              (1UL << MPU_TYPE_SEPARATE_Pos)                 /*!< MPU TYPE: SEPARATE Mask */\r
-\r
-/* MPU Control Register */\r
-#define MPU_CTRL_PRIVDEFENA_Pos             2                                             /*!< MPU CTRL: PRIVDEFENA Position */\r
-#define MPU_CTRL_PRIVDEFENA_Msk            (1UL << MPU_CTRL_PRIVDEFENA_Pos)               /*!< MPU CTRL: PRIVDEFENA Mask */\r
-\r
-#define MPU_CTRL_HFNMIENA_Pos               1                                             /*!< MPU CTRL: HFNMIENA Position */\r
-#define MPU_CTRL_HFNMIENA_Msk              (1UL << MPU_CTRL_HFNMIENA_Pos)                 /*!< MPU CTRL: HFNMIENA Mask */\r
-\r
-#define MPU_CTRL_ENABLE_Pos                 0                                             /*!< MPU CTRL: ENABLE Position */\r
-#define MPU_CTRL_ENABLE_Msk                (1UL << MPU_CTRL_ENABLE_Pos)                   /*!< MPU CTRL: ENABLE Mask */\r
-\r
-/* MPU Region Number Register */\r
-#define MPU_RNR_REGION_Pos                  0                                             /*!< MPU RNR: REGION Position */\r
-#define MPU_RNR_REGION_Msk                 (0xFFUL << MPU_RNR_REGION_Pos)                 /*!< MPU RNR: REGION Mask */\r
-\r
-/* MPU Region Base Address Register */\r
-#define MPU_RBAR_ADDR_Pos                   5                                             /*!< MPU RBAR: ADDR Position */\r
-#define MPU_RBAR_ADDR_Msk                  (0x7FFFFFFUL << MPU_RBAR_ADDR_Pos)             /*!< MPU RBAR: ADDR Mask */\r
-\r
-#define MPU_RBAR_VALID_Pos                  4                                             /*!< MPU RBAR: VALID Position */\r
-#define MPU_RBAR_VALID_Msk                 (1UL << MPU_RBAR_VALID_Pos)                    /*!< MPU RBAR: VALID Mask */\r
-\r
-#define MPU_RBAR_REGION_Pos                 0                                             /*!< MPU RBAR: REGION Position */\r
-#define MPU_RBAR_REGION_Msk                (0xFUL << MPU_RBAR_REGION_Pos)                 /*!< MPU RBAR: REGION Mask */\r
-\r
-/* MPU Region Attribute and Size Register */\r
-#define MPU_RASR_ATTRS_Pos                 16                                             /*!< MPU RASR: MPU Region Attribute field Position */\r
-#define MPU_RASR_ATTRS_Msk                 (0xFFFFUL << MPU_RASR_ATTRS_Pos)               /*!< MPU RASR: MPU Region Attribute field Mask */\r
-\r
-#define MPU_RASR_SRD_Pos                    8                                             /*!< MPU RASR: Sub-Region Disable Position */\r
-#define MPU_RASR_SRD_Msk                   (0xFFUL << MPU_RASR_SRD_Pos)                   /*!< MPU RASR: Sub-Region Disable Mask */\r
-\r
-#define MPU_RASR_SIZE_Pos                   1                                             /*!< MPU RASR: Region Size Field Position */\r
-#define MPU_RASR_SIZE_Msk                  (0x1FUL << MPU_RASR_SIZE_Pos)                  /*!< MPU RASR: Region Size Field Mask */\r
-\r
-#define MPU_RASR_ENABLE_Pos                 0                                             /*!< MPU RASR: Region enable bit Position */\r
-#define MPU_RASR_ENABLE_Msk                (1UL << MPU_RASR_ENABLE_Pos)                   /*!< MPU RASR: Region enable bit Disable Mask */\r
-\r
-/*@} end of group CMSIS_MPU */\r
-#endif\r
-\r
-\r
-#if (__FPU_PRESENT == 1)\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_FPU     Floating Point Unit (FPU)\r
-    \brief      Type definitions for the Floating Point Unit (FPU)\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Floating Point Unit (FPU).\r
- */\r
-typedef struct\r
-{\r
-       uint32_t RESERVED0[1];\r
-  __IO uint32_t FPCCR;                   /*!< Offset: 0x004 (R/W)  Floating-Point Context Control Register               */\r
-  __IO uint32_t FPCAR;                   /*!< Offset: 0x008 (R/W)  Floating-Point Context Address Register               */\r
-  __IO uint32_t FPDSCR;                  /*!< Offset: 0x00C (R/W)  Floating-Point Default Status Control Register        */\r
-  __I  uint32_t MVFR0;                   /*!< Offset: 0x010 (R/ )  Media and FP Feature Register 0                       */\r
-  __I  uint32_t MVFR1;                   /*!< Offset: 0x014 (R/ )  Media and FP Feature Register 1                       */\r
-} FPU_Type;\r
-\r
-/* Floating-Point Context Control Register */\r
-#define FPU_FPCCR_ASPEN_Pos                31                                             /*!< FPCCR: ASPEN bit Position */\r
-#define FPU_FPCCR_ASPEN_Msk                (1UL << FPU_FPCCR_ASPEN_Pos)                   /*!< FPCCR: ASPEN bit Mask */\r
-\r
-#define FPU_FPCCR_LSPEN_Pos                30                                             /*!< FPCCR: LSPEN Position */\r
-#define FPU_FPCCR_LSPEN_Msk                (1UL << FPU_FPCCR_LSPEN_Pos)                   /*!< FPCCR: LSPEN bit Mask */\r
-\r
-#define FPU_FPCCR_MONRDY_Pos                8                                             /*!< FPCCR: MONRDY Position */\r
-#define FPU_FPCCR_MONRDY_Msk               (1UL << FPU_FPCCR_MONRDY_Pos)                  /*!< FPCCR: MONRDY bit Mask */\r
-\r
-#define FPU_FPCCR_BFRDY_Pos                 6                                             /*!< FPCCR: BFRDY Position */\r
-#define FPU_FPCCR_BFRDY_Msk                (1UL << FPU_FPCCR_BFRDY_Pos)                   /*!< FPCCR: BFRDY bit Mask */\r
-\r
-#define FPU_FPCCR_MMRDY_Pos                 5                                             /*!< FPCCR: MMRDY Position */\r
-#define FPU_FPCCR_MMRDY_Msk                (1UL << FPU_FPCCR_MMRDY_Pos)                   /*!< FPCCR: MMRDY bit Mask */\r
-\r
-#define FPU_FPCCR_HFRDY_Pos                 4                                             /*!< FPCCR: HFRDY Position */\r
-#define FPU_FPCCR_HFRDY_Msk                (1UL << FPU_FPCCR_HFRDY_Pos)                   /*!< FPCCR: HFRDY bit Mask */\r
-\r
-#define FPU_FPCCR_THREAD_Pos                3                                             /*!< FPCCR: processor mode bit Position */\r
-#define FPU_FPCCR_THREAD_Msk               (1UL << FPU_FPCCR_THREAD_Pos)                  /*!< FPCCR: processor mode active bit Mask */\r
-\r
-#define FPU_FPCCR_USER_Pos                  1                                             /*!< FPCCR: privilege level bit Position */\r
-#define FPU_FPCCR_USER_Msk                 (1UL << FPU_FPCCR_USER_Pos)                    /*!< FPCCR: privilege level bit Mask */\r
-\r
-#define FPU_FPCCR_LSPACT_Pos                0                                             /*!< FPCCR: Lazy state preservation active bit Position */\r
-#define FPU_FPCCR_LSPACT_Msk               (1UL << FPU_FPCCR_LSPACT_Pos)                  /*!< FPCCR: Lazy state preservation active bit Mask */\r
-\r
-/* Floating-Point Context Address Register */\r
-#define FPU_FPCAR_ADDRESS_Pos               3                                             /*!< FPCAR: ADDRESS bit Position */\r
-#define FPU_FPCAR_ADDRESS_Msk              (0x1FFFFFFFUL << FPU_FPCAR_ADDRESS_Pos)        /*!< FPCAR: ADDRESS bit Mask */\r
-\r
-/* Floating-Point Default Status Control Register */\r
-#define FPU_FPDSCR_AHP_Pos                 26                                             /*!< FPDSCR: AHP bit Position */\r
-#define FPU_FPDSCR_AHP_Msk                 (1UL << FPU_FPDSCR_AHP_Pos)                    /*!< FPDSCR: AHP bit Mask */\r
-\r
-#define FPU_FPDSCR_DN_Pos                  25                                             /*!< FPDSCR: DN bit Position */\r
-#define FPU_FPDSCR_DN_Msk                  (1UL << FPU_FPDSCR_DN_Pos)                     /*!< FPDSCR: DN bit Mask */\r
-\r
-#define FPU_FPDSCR_FZ_Pos                  24                                             /*!< FPDSCR: FZ bit Position */\r
-#define FPU_FPDSCR_FZ_Msk                  (1UL << FPU_FPDSCR_FZ_Pos)                     /*!< FPDSCR: FZ bit Mask */\r
-\r
-#define FPU_FPDSCR_RMode_Pos               22                                             /*!< FPDSCR: RMode bit Position */\r
-#define FPU_FPDSCR_RMode_Msk               (3UL << FPU_FPDSCR_RMode_Pos)                  /*!< FPDSCR: RMode bit Mask */\r
-\r
-/* Media and FP Feature Register 0 */\r
-#define FPU_MVFR0_FP_rounding_modes_Pos    28                                             /*!< MVFR0: FP rounding modes bits Position */\r
-#define FPU_MVFR0_FP_rounding_modes_Msk    (0xFUL << FPU_MVFR0_FP_rounding_modes_Pos)     /*!< MVFR0: FP rounding modes bits Mask */\r
-\r
-#define FPU_MVFR0_Short_vectors_Pos        24                                             /*!< MVFR0: Short vectors bits Position */\r
-#define FPU_MVFR0_Short_vectors_Msk        (0xFUL << FPU_MVFR0_Short_vectors_Pos)         /*!< MVFR0: Short vectors bits Mask */\r
-\r
-#define FPU_MVFR0_Square_root_Pos          20                                             /*!< MVFR0: Square root bits Position */\r
-#define FPU_MVFR0_Square_root_Msk          (0xFUL << FPU_MVFR0_Square_root_Pos)           /*!< MVFR0: Square root bits Mask */\r
-\r
-#define FPU_MVFR0_Divide_Pos               16                                             /*!< MVFR0: Divide bits Position */\r
-#define FPU_MVFR0_Divide_Msk               (0xFUL << FPU_MVFR0_Divide_Pos)                /*!< MVFR0: Divide bits Mask */\r
-\r
-#define FPU_MVFR0_FP_excep_trapping_Pos    12                                             /*!< MVFR0: FP exception trapping bits Position */\r
-#define FPU_MVFR0_FP_excep_trapping_Msk    (0xFUL << FPU_MVFR0_FP_excep_trapping_Pos)     /*!< MVFR0: FP exception trapping bits Mask */\r
-\r
-#define FPU_MVFR0_Double_precision_Pos      8                                             /*!< MVFR0: Double-precision bits Position */\r
-#define FPU_MVFR0_Double_precision_Msk     (0xFUL << FPU_MVFR0_Double_precision_Pos)      /*!< MVFR0: Double-precision bits Mask */\r
-\r
-#define FPU_MVFR0_Single_precision_Pos      4                                             /*!< MVFR0: Single-precision bits Position */\r
-#define FPU_MVFR0_Single_precision_Msk     (0xFUL << FPU_MVFR0_Single_precision_Pos)      /*!< MVFR0: Single-precision bits Mask */\r
-\r
-#define FPU_MVFR0_A_SIMD_registers_Pos      0                                             /*!< MVFR0: A_SIMD registers bits Position */\r
-#define FPU_MVFR0_A_SIMD_registers_Msk     (0xFUL << FPU_MVFR0_A_SIMD_registers_Pos)      /*!< MVFR0: A_SIMD registers bits Mask */\r
-\r
-/* Media and FP Feature Register 1 */\r
-#define FPU_MVFR1_FP_fused_MAC_Pos         28                                             /*!< MVFR1: FP fused MAC bits Position */\r
-#define FPU_MVFR1_FP_fused_MAC_Msk         (0xFUL << FPU_MVFR1_FP_fused_MAC_Pos)          /*!< MVFR1: FP fused MAC bits Mask */\r
-\r
-#define FPU_MVFR1_FP_HPFP_Pos              24                                             /*!< MVFR1: FP HPFP bits Position */\r
-#define FPU_MVFR1_FP_HPFP_Msk              (0xFUL << FPU_MVFR1_FP_HPFP_Pos)               /*!< MVFR1: FP HPFP bits Mask */\r
-\r
-#define FPU_MVFR1_D_NaN_mode_Pos            4                                             /*!< MVFR1: D_NaN mode bits Position */\r
-#define FPU_MVFR1_D_NaN_mode_Msk           (0xFUL << FPU_MVFR1_D_NaN_mode_Pos)            /*!< MVFR1: D_NaN mode bits Mask */\r
-\r
-#define FPU_MVFR1_FtZ_mode_Pos              0                                             /*!< MVFR1: FtZ mode bits Position */\r
-#define FPU_MVFR1_FtZ_mode_Msk             (0xFUL << FPU_MVFR1_FtZ_mode_Pos)              /*!< MVFR1: FtZ mode bits Mask */\r
-\r
-/*@} end of group CMSIS_FPU */\r
-#endif\r
-\r
-\r
-/** \ingroup  CMSIS_core_register\r
-    \defgroup CMSIS_CoreDebug       Core Debug Registers (CoreDebug)\r
-    \brief      Type definitions for the Core Debug Registers\r
-  @{\r
- */\r
-\r
-/** \brief  Structure type to access the Core Debug Register (CoreDebug).\r
- */\r
-typedef struct\r
-{\r
-  __IO uint32_t DHCSR;                   /*!< Offset: 0x000 (R/W)  Debug Halting Control and Status Register    */\r
-  __O  uint32_t DCRSR;                   /*!< Offset: 0x004 ( /W)  Debug Core Register Selector Register        */\r
-  __IO uint32_t DCRDR;                   /*!< Offset: 0x008 (R/W)  Debug Core Register Data Register            */\r
-  __IO uint32_t DEMCR;                   /*!< Offset: 0x00C (R/W)  Debug Exception and Monitor Control Register */\r
-} CoreDebug_Type;\r
-\r
-/* Debug Halting Control and Status Register */\r
-#define CoreDebug_DHCSR_DBGKEY_Pos         16                                             /*!< CoreDebug DHCSR: DBGKEY Position */\r
-#define CoreDebug_DHCSR_DBGKEY_Msk         (0xFFFFUL << CoreDebug_DHCSR_DBGKEY_Pos)       /*!< CoreDebug DHCSR: DBGKEY Mask */\r
-\r
-#define CoreDebug_DHCSR_S_RESET_ST_Pos     25                                             /*!< CoreDebug DHCSR: S_RESET_ST Position */\r
-#define CoreDebug_DHCSR_S_RESET_ST_Msk     (1UL << CoreDebug_DHCSR_S_RESET_ST_Pos)        /*!< CoreDebug DHCSR: S_RESET_ST Mask */\r
-\r
-#define CoreDebug_DHCSR_S_RETIRE_ST_Pos    24                                             /*!< CoreDebug DHCSR: S_RETIRE_ST Position */\r
-#define CoreDebug_DHCSR_S_RETIRE_ST_Msk    (1UL << CoreDebug_DHCSR_S_RETIRE_ST_Pos)       /*!< CoreDebug DHCSR: S_RETIRE_ST Mask */\r
-\r
-#define CoreDebug_DHCSR_S_LOCKUP_Pos       19                                             /*!< CoreDebug DHCSR: S_LOCKUP Position */\r
-#define CoreDebug_DHCSR_S_LOCKUP_Msk       (1UL << CoreDebug_DHCSR_S_LOCKUP_Pos)          /*!< CoreDebug DHCSR: S_LOCKUP Mask */\r
-\r
-#define CoreDebug_DHCSR_S_SLEEP_Pos        18                                             /*!< CoreDebug DHCSR: S_SLEEP Position */\r
-#define CoreDebug_DHCSR_S_SLEEP_Msk        (1UL << CoreDebug_DHCSR_S_SLEEP_Pos)           /*!< CoreDebug DHCSR: S_SLEEP Mask */\r
-\r
-#define CoreDebug_DHCSR_S_HALT_Pos         17                                             /*!< CoreDebug DHCSR: S_HALT Position */\r
-#define CoreDebug_DHCSR_S_HALT_Msk         (1UL << CoreDebug_DHCSR_S_HALT_Pos)            /*!< CoreDebug DHCSR: S_HALT Mask */\r
-\r
-#define CoreDebug_DHCSR_S_REGRDY_Pos       16                                             /*!< CoreDebug DHCSR: S_REGRDY Position */\r
-#define CoreDebug_DHCSR_S_REGRDY_Msk       (1UL << CoreDebug_DHCSR_S_REGRDY_Pos)          /*!< CoreDebug DHCSR: S_REGRDY Mask */\r
-\r
-#define CoreDebug_DHCSR_C_SNAPSTALL_Pos     5                                             /*!< CoreDebug DHCSR: C_SNAPSTALL Position */\r
-#define CoreDebug_DHCSR_C_SNAPSTALL_Msk    (1UL << CoreDebug_DHCSR_C_SNAPSTALL_Pos)       /*!< CoreDebug DHCSR: C_SNAPSTALL Mask */\r
-\r
-#define CoreDebug_DHCSR_C_MASKINTS_Pos      3                                             /*!< CoreDebug DHCSR: C_MASKINTS Position */\r
-#define CoreDebug_DHCSR_C_MASKINTS_Msk     (1UL << CoreDebug_DHCSR_C_MASKINTS_Pos)        /*!< CoreDebug DHCSR: C_MASKINTS Mask */\r
-\r
-#define CoreDebug_DHCSR_C_STEP_Pos          2                                             /*!< CoreDebug DHCSR: C_STEP Position */\r
-#define CoreDebug_DHCSR_C_STEP_Msk         (1UL << CoreDebug_DHCSR_C_STEP_Pos)            /*!< CoreDebug DHCSR: C_STEP Mask */\r
-\r
-#define CoreDebug_DHCSR_C_HALT_Pos          1                                             /*!< CoreDebug DHCSR: C_HALT Position */\r
-#define CoreDebug_DHCSR_C_HALT_Msk         (1UL << CoreDebug_DHCSR_C_HALT_Pos)            /*!< CoreDebug DHCSR: C_HALT Mask */\r
-\r
-#define CoreDebug_DHCSR_C_DEBUGEN_Pos       0                                             /*!< CoreDebug DHCSR: C_DEBUGEN Position */\r
-#define CoreDebug_DHCSR_C_DEBUGEN_Msk      (1UL << CoreDebug_DHCSR_C_DEBUGEN_Pos)         /*!< CoreDebug DHCSR: C_DEBUGEN Mask */\r
-\r
-/* Debug Core Register Selector Register */\r
-#define CoreDebug_DCRSR_REGWnR_Pos         16                                             /*!< CoreDebug DCRSR: REGWnR Position */\r
-#define CoreDebug_DCRSR_REGWnR_Msk         (1UL << CoreDebug_DCRSR_REGWnR_Pos)            /*!< CoreDebug DCRSR: REGWnR Mask */\r
-\r
-#define CoreDebug_DCRSR_REGSEL_Pos          0                                             /*!< CoreDebug DCRSR: REGSEL Position */\r
-#define CoreDebug_DCRSR_REGSEL_Msk         (0x1FUL << CoreDebug_DCRSR_REGSEL_Pos)         /*!< CoreDebug DCRSR: REGSEL Mask */\r
-\r
-/* Debug Exception and Monitor Control Register */\r
-#define CoreDebug_DEMCR_TRCENA_Pos         24                                             /*!< CoreDebug DEMCR: TRCENA Position */\r
-#define CoreDebug_DEMCR_TRCENA_Msk         (1UL << CoreDebug_DEMCR_TRCENA_Pos)            /*!< CoreDebug DEMCR: TRCENA Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_REQ_Pos        19                                             /*!< CoreDebug DEMCR: MON_REQ Position */\r
-#define CoreDebug_DEMCR_MON_REQ_Msk        (1UL << CoreDebug_DEMCR_MON_REQ_Pos)           /*!< CoreDebug DEMCR: MON_REQ Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_STEP_Pos       18                                             /*!< CoreDebug DEMCR: MON_STEP Position */\r
-#define CoreDebug_DEMCR_MON_STEP_Msk       (1UL << CoreDebug_DEMCR_MON_STEP_Pos)          /*!< CoreDebug DEMCR: MON_STEP Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_PEND_Pos       17                                             /*!< CoreDebug DEMCR: MON_PEND Position */\r
-#define CoreDebug_DEMCR_MON_PEND_Msk       (1UL << CoreDebug_DEMCR_MON_PEND_Pos)          /*!< CoreDebug DEMCR: MON_PEND Mask */\r
-\r
-#define CoreDebug_DEMCR_MON_EN_Pos         16                                             /*!< CoreDebug DEMCR: MON_EN Position */\r
-#define CoreDebug_DEMCR_MON_EN_Msk         (1UL << CoreDebug_DEMCR_MON_EN_Pos)            /*!< CoreDebug DEMCR: MON_EN Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_HARDERR_Pos     10                                             /*!< CoreDebug DEMCR: VC_HARDERR Position */\r
-#define CoreDebug_DEMCR_VC_HARDERR_Msk     (1UL << CoreDebug_DEMCR_VC_HARDERR_Pos)        /*!< CoreDebug DEMCR: VC_HARDERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_INTERR_Pos       9                                             /*!< CoreDebug DEMCR: VC_INTERR Position */\r
-#define CoreDebug_DEMCR_VC_INTERR_Msk      (1UL << CoreDebug_DEMCR_VC_INTERR_Pos)         /*!< CoreDebug DEMCR: VC_INTERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_BUSERR_Pos       8                                             /*!< CoreDebug DEMCR: VC_BUSERR Position */\r
-#define CoreDebug_DEMCR_VC_BUSERR_Msk      (1UL << CoreDebug_DEMCR_VC_BUSERR_Pos)         /*!< CoreDebug DEMCR: VC_BUSERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_STATERR_Pos      7                                             /*!< CoreDebug DEMCR: VC_STATERR Position */\r
-#define CoreDebug_DEMCR_VC_STATERR_Msk     (1UL << CoreDebug_DEMCR_VC_STATERR_Pos)        /*!< CoreDebug DEMCR: VC_STATERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_CHKERR_Pos       6                                             /*!< CoreDebug DEMCR: VC_CHKERR Position */\r
-#define CoreDebug_DEMCR_VC_CHKERR_Msk      (1UL << CoreDebug_DEMCR_VC_CHKERR_Pos)         /*!< CoreDebug DEMCR: VC_CHKERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_NOCPERR_Pos      5                                             /*!< CoreDebug DEMCR: VC_NOCPERR Position */\r
-#define CoreDebug_DEMCR_VC_NOCPERR_Msk     (1UL << CoreDebug_DEMCR_VC_NOCPERR_Pos)        /*!< CoreDebug DEMCR: VC_NOCPERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_MMERR_Pos        4                                             /*!< CoreDebug DEMCR: VC_MMERR Position */\r
-#define CoreDebug_DEMCR_VC_MMERR_Msk       (1UL << CoreDebug_DEMCR_VC_MMERR_Pos)          /*!< CoreDebug DEMCR: VC_MMERR Mask */\r
-\r
-#define CoreDebug_DEMCR_VC_CORERESET_Pos    0                                             /*!< CoreDebug DEMCR: VC_CORERESET Position */\r
-#define CoreDebug_DEMCR_VC_CORERESET_Msk   (1UL << CoreDebug_DEMCR_VC_CORERESET_Pos)      /*!< CoreDebug DEMCR: VC_CORERESET Mask */\r
-\r
-/*@} end of group CMSIS_CoreDebug */\r
-\r
-\r
-/** \ingroup    CMSIS_core_register\r
-    \defgroup   CMSIS_core_base     Core Definitions\r
-    \brief      Definitions for base addresses, unions, and structures.\r
-  @{\r
- */\r
-\r
-/* Memory mapping of Cortex-M4 Hardware */\r
-#define SCS_BASE            (0xE000E000UL)                            /*!< System Control Space Base Address  */\r
-#define ITM_BASE            (0xE0000000UL)                            /*!< ITM Base Address                   */\r
-#define DWT_BASE            (0xE0001000UL)                            /*!< DWT Base Address                   */\r
-#define TPI_BASE            (0xE0040000UL)                            /*!< TPI Base Address                   */\r
-#define CoreDebug_BASE      (0xE000EDF0UL)                            /*!< Core Debug Base Address            */\r
-#define SysTick_BASE        (SCS_BASE +  0x0010UL)                    /*!< SysTick Base Address               */\r
-#define NVIC_BASE           (SCS_BASE +  0x0100UL)                    /*!< NVIC Base Address                  */\r
-#define SCB_BASE            (SCS_BASE +  0x0D00UL)                    /*!< System Control Block Base Address  */\r
-\r
-#define SCnSCB              ((SCnSCB_Type    *)     SCS_BASE      )   /*!< System control Register not in SCB */\r
-#define SCB                 ((SCB_Type       *)     SCB_BASE      )   /*!< SCB configuration struct           */\r
-#define SysTick             ((SysTick_Type   *)     SysTick_BASE  )   /*!< SysTick configuration struct       */\r
-#define NVIC                ((NVIC_Type      *)     NVIC_BASE     )   /*!< NVIC configuration struct          */\r
-#define ITM                 ((ITM_Type       *)     ITM_BASE      )   /*!< ITM configuration struct           */\r
-#define DWT                 ((DWT_Type       *)     DWT_BASE      )   /*!< DWT configuration struct           */\r
-#define TPI                 ((TPI_Type       *)     TPI_BASE      )   /*!< TPI configuration struct           */\r
-#define CoreDebug           ((CoreDebug_Type *)     CoreDebug_BASE)   /*!< Core Debug configuration struct    */\r
-\r
-#if (__MPU_PRESENT == 1)\r
-  #define MPU_BASE          (SCS_BASE +  0x0D90UL)                    /*!< Memory Protection Unit             */\r
-  #define MPU               ((MPU_Type       *)     MPU_BASE      )   /*!< Memory Protection Unit             */\r
-#endif\r
-\r
-#if (__FPU_PRESENT == 1)\r
-  #define FPU_BASE          (SCS_BASE +  0x0F30UL)                    /*!< Floating Point Unit                */\r
-  #define FPU               ((FPU_Type       *)     FPU_BASE      )   /*!< Floating Point Unit                */\r
-#endif\r
-\r
-/*@} */\r
-\r
-\r
-\r
-/*******************************************************************************\r
- *                Hardware Abstraction Layer\r
-  Core Function Interface contains:\r
-  - Core NVIC Functions\r
-  - Core SysTick Functions\r
-  - Core Debug Functions\r
-  - Core Register Access Functions\r
- ******************************************************************************/\r
-/** \defgroup CMSIS_Core_FunctionInterface Functions and Instructions Reference\r
-*/\r
-\r
-\r
-\r
-/* ##########################   NVIC functions  #################################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_Core_NVICFunctions NVIC Functions\r
-    \brief      Functions that manage interrupts and exceptions via the NVIC.\r
-    @{\r
- */\r
-\r
-/** \brief  Set Priority Grouping\r
-\r
-  The function sets the priority grouping field using the required unlock sequence.\r
-  The parameter PriorityGroup is assigned to the field SCB->AIRCR [10:8] PRIGROUP field.\r
-  Only values from 0..7 are used.\r
-  In case of a conflict between priority grouping and available\r
-  priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.\r
-\r
-    \param [in]      PriorityGroup  Priority grouping field.\r
- */\r
-__STATIC_INLINE void NVIC_SetPriorityGrouping(uint32_t PriorityGroup)\r
-{\r
-  uint32_t reg_value;\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07);               /* only values 0..7 are used          */\r
-\r
-  reg_value  =  SCB->AIRCR;                                                   /* read old register configuration    */\r
-  reg_value &= ~(SCB_AIRCR_VECTKEY_Msk | SCB_AIRCR_PRIGROUP_Msk);             /* clear bits to change               */\r
-  reg_value  =  (reg_value                                 |\r
-                ((uint32_t)0x5FA << SCB_AIRCR_VECTKEY_Pos) |\r
-                (PriorityGroupTmp << 8));                                     /* Insert write key and priorty group */\r
-  SCB->AIRCR =  reg_value;\r
-}\r
-\r
-\r
-/** \brief  Get Priority Grouping\r
-\r
-  The function reads the priority grouping field from the NVIC Interrupt Controller.\r
-\r
-    \return                Priority grouping field (SCB->AIRCR [10:8] PRIGROUP field).\r
- */\r
-__STATIC_INLINE uint32_t NVIC_GetPriorityGrouping(void)\r
-{\r
-  return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos);   /* read priority grouping field */\r
-}\r
-\r
-\r
-/** \brief  Enable External Interrupt\r
-\r
-    The function enables a device-specific interrupt in the NVIC interrupt controller.\r
-\r
-    \param [in]      IRQn  External interrupt number. Value cannot be negative.\r
- */\r
-__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)\r
-{\r
-/*  NVIC->ISER[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F));  enable interrupt */\r
-  NVIC->ISER[(uint32_t)((int32_t)IRQn) >> 5] = (uint32_t)(1 << ((uint32_t)((int32_t)IRQn) & (uint32_t)0x1F)); /* enable interrupt */\r
-}\r
-\r
-\r
-/** \brief  Disable External Interrupt\r
-\r
-    The function disables a device-specific interrupt in the NVIC interrupt controller.\r
-\r
-    \param [in]      IRQn  External interrupt number. Value cannot be negative.\r
- */\r
-__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ICER[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* disable interrupt */\r
-}\r
-\r
-\r
-/** \brief  Get Pending Interrupt\r
-\r
-    The function reads the pending register in the NVIC and returns the pending bit\r
-    for the specified interrupt.\r
-\r
-    \param [in]      IRQn  Interrupt number.\r
-    \r
-    \return             0  Interrupt status is not pending.\r
-    \return             1  Interrupt status is pending.\r
- */\r
-__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  return((uint32_t) ((NVIC->ISPR[(uint32_t)(IRQn) >> 5] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0)); /* Return 1 if pending else 0 */\r
-}\r
-\r
-\r
-/** \brief  Set Pending Interrupt\r
-\r
-    The function sets the pending bit of an external interrupt.\r
-\r
-    \param [in]      IRQn  Interrupt number. Value cannot be negative.\r
- */\r
-__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ISPR[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* set interrupt pending */\r
-}\r
-\r
-\r
-/** \brief  Clear Pending Interrupt\r
-\r
-    The function clears the pending bit of an external interrupt.\r
-\r
-    \param [in]      IRQn  External interrupt number. Value cannot be negative.\r
- */\r
-__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)\r
-{\r
-  NVIC->ICPR[((uint32_t)(IRQn) >> 5)] = (1 << ((uint32_t)(IRQn) & 0x1F)); /* Clear pending interrupt */\r
-}\r
-\r
-\r
-/** \brief  Get Active Interrupt\r
-\r
-    The function reads the active register in NVIC and returns the active bit.\r
-    \r
-    \param [in]      IRQn  Interrupt number.\r
-    \r
-    \return             0  Interrupt status is not active.\r
-    \return             1  Interrupt status is active.\r
- */\r
-__STATIC_INLINE uint32_t NVIC_GetActive(IRQn_Type IRQn)\r
-{\r
-  return((uint32_t)((NVIC->IABR[(uint32_t)(IRQn) >> 5] & (1 << ((uint32_t)(IRQn) & 0x1F)))?1:0)); /* Return 1 if active else 0 */\r
-}\r
-\r
-\r
-/** \brief  Set Interrupt Priority\r
-\r
-    The function sets the priority of an interrupt. \r
-\r
-    \note The priority cannot be set for every core interrupt.\r
-\r
-    \param [in]      IRQn  Interrupt number. \r
-    \param [in]  priority  Priority to set.\r
- */\r
-__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)\r
-{\r
-  if(IRQn < 0) {\r
-    SCB->SHP[((uint32_t)(IRQn) & 0xF)-4] = ((priority << (8 - __NVIC_PRIO_BITS)) & 0xff); } /* set Priority for Cortex-M  System Interrupts */\r
-  else {\r
-    NVIC->IP[(uint32_t)(IRQn)] = ((priority << (8 - __NVIC_PRIO_BITS)) & 0xff);    }        /* set Priority for device specific Interrupts  */\r
-}\r
-\r
-\r
-/** \brief  Get Interrupt Priority\r
-\r
-    The function reads the priority of an interrupt. The interrupt\r
-    number can be positive to specify an external (device specific)\r
-    interrupt, or negative to specify an internal (core) interrupt.\r
-\r
-\r
-    \param [in]   IRQn  Interrupt number.\r
-    \return             Interrupt Priority. Value is aligned automatically to the implemented\r
-                        priority bits of the microcontroller.\r
- */\r
-__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)\r
-{\r
-\r
-  if(IRQn < 0) {\r
-    return((uint32_t)(SCB->SHP[((uint32_t)(IRQn) & 0xF)-4] >> (8 - __NVIC_PRIO_BITS)));  } /* get priority for Cortex-M  system interrupts */\r
-  else {\r
-    return((uint32_t)(NVIC->IP[(uint32_t)(IRQn)]           >> (8 - __NVIC_PRIO_BITS)));  } /* get priority for device specific interrupts  */\r
-}\r
-\r
-\r
-/** \brief  Encode Priority\r
-\r
-    The function encodes the priority for an interrupt with the given priority group,\r
-    preemptive priority value, and subpriority value.\r
-    In case of a conflict between priority grouping and available\r
-    priority bits (__NVIC_PRIO_BITS), the samllest possible priority group is set.\r
-\r
-    \param [in]     PriorityGroup  Used priority group.\r
-    \param [in]   PreemptPriority  Preemptive priority value (starting from 0).\r
-    \param [in]       SubPriority  Subpriority value (starting from 0).\r
-    \return                        Encoded priority. Value can be used in the function \ref NVIC_SetPriority().\r
- */\r
-__STATIC_INLINE uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority)\r
-{\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & 0x07);          /* only values 0..7 are used          */\r
-  uint32_t PreemptPriorityBits;\r
-  uint32_t SubPriorityBits;\r
-\r
-  PreemptPriorityBits = ((7 - PriorityGroupTmp) > __NVIC_PRIO_BITS) ? __NVIC_PRIO_BITS : 7 - PriorityGroupTmp;\r
-  SubPriorityBits     = ((PriorityGroupTmp + __NVIC_PRIO_BITS) < 7) ? 0 : PriorityGroupTmp - 7 + __NVIC_PRIO_BITS;\r
-\r
-  return (\r
-           ((PreemptPriority & ((1 << (PreemptPriorityBits)) - 1)) << SubPriorityBits) |\r
-           ((SubPriority     & ((1 << (SubPriorityBits    )) - 1)))\r
-         );\r
-}\r
-\r
-\r
-/** \brief  Decode Priority\r
-\r
-    The function decodes an interrupt priority value with a given priority group to\r
-    preemptive priority value and subpriority value.\r
-    In case of a conflict between priority grouping and available\r
-    priority bits (__NVIC_PRIO_BITS) the samllest possible priority group is set.\r
-\r
-    \param [in]         Priority   Priority value, which can be retrieved with the function \ref NVIC_GetPriority().\r
-    \param [in]     PriorityGroup  Used priority group.\r
-    \param [out] pPreemptPriority  Preemptive priority value (starting from 0).\r
-    \param [out]     pSubPriority  Subpriority value (starting from 0).\r
- */\r
-__STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* pPreemptPriority, uint32_t* pSubPriority)\r
-{\r
-  uint32_t PriorityGroupTmp = (PriorityGroup & 0x07);          /* only values 0..7 are used          */\r
-  uint32_t PreemptPriorityBits;\r
-  uint32_t SubPriorityBits;\r
-\r
-  PreemptPriorityBits = ((7 - PriorityGroupTmp) > __NVIC_PRIO_BITS) ? __NVIC_PRIO_BITS : 7 - PriorityGroupTmp;\r
-  SubPriorityBits     = ((PriorityGroupTmp + __NVIC_PRIO_BITS) < 7) ? 0 : PriorityGroupTmp - 7 + __NVIC_PRIO_BITS;\r
-\r
-  *pPreemptPriority = (Priority >> SubPriorityBits) & ((1 << (PreemptPriorityBits)) - 1);\r
-  *pSubPriority     = (Priority                   ) & ((1 << (SubPriorityBits    )) - 1);\r
-}\r
-\r
-\r
-/** \brief  System Reset\r
-\r
-    The function initiates a system reset request to reset the MCU.\r
- */\r
-__STATIC_INLINE void NVIC_SystemReset(void)\r
-{\r
-  __DSB();                                                     /* Ensure all outstanding memory accesses included\r
-                                                                  buffered write are completed before reset */\r
-  SCB->AIRCR  = ((0x5FA << SCB_AIRCR_VECTKEY_Pos)      |\r
-                 (SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) |\r
-                 SCB_AIRCR_SYSRESETREQ_Msk);                   /* Keep priority group unchanged */\r
-  __DSB();                                                     /* Ensure completion of memory access */\r
-  while(1);                                                    /* wait until reset */\r
-}\r
-\r
-/*@} end of CMSIS_Core_NVICFunctions */\r
-\r
-\r
-\r
-/* ##################################    SysTick function  ############################################ */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_Core_SysTickFunctions SysTick Functions\r
-    \brief      Functions that configure the System.\r
-  @{\r
- */\r
-\r
-#if (__Vendor_SysTickConfig == 0)\r
-\r
-/** \brief  System Tick Configuration\r
-\r
-    The function initializes the System Timer and its interrupt, and starts the System Tick Timer.\r
-    Counter is in free running mode to generate periodic interrupts.   \r
-\r
-    \param [in]  ticks  Number of ticks between two interrupts.\r
-    \r
-    \return          0  Function succeeded.\r
-    \return          1  Function failed.\r
-    \r
-    \note     When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the \r
-    function <b>SysTick_Config</b> is not included. In this case, the file <b><i>device</i>.h</b> \r
-    must contain a vendor-specific implementation of this function.\r
-\r
- */\r
-__STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks)\r
-{\r
-  if (ticks > SysTick_LOAD_RELOAD_Msk)  return (1);            /* Reload value impossible */\r
-\r
-  SysTick->LOAD  = (ticks & SysTick_LOAD_RELOAD_Msk) - 1;      /* set reload register */\r
-  NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */\r
-  SysTick->VAL   = 0;                                          /* Load the SysTick Counter Value */\r
-  SysTick->CTRL  = SysTick_CTRL_CLKSOURCE_Msk |\r
-                   SysTick_CTRL_TICKINT_Msk   |\r
-                   SysTick_CTRL_ENABLE_Msk;                    /* Enable SysTick IRQ and SysTick Timer */\r
-  return (0);                                                  /* Function successful */\r
-}\r
-\r
-#endif\r
-\r
-/*@} end of CMSIS_Core_SysTickFunctions */\r
-\r
-\r
-\r
-/* ##################################### Debug In/Output function ########################################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface\r
-    \defgroup CMSIS_core_DebugFunctions ITM Functions\r
-    \brief   Functions that access the ITM debug interface.\r
-  @{\r
- */\r
-\r
-extern volatile int32_t ITM_RxBuffer;                    /*!< External variable to receive characters.                         */\r
-#define                 ITM_RXBUFFER_EMPTY    0x5AA55AA5 /*!< Value identifying \ref ITM_RxBuffer is ready for next character. */\r
-\r
-\r
-/** \brief  ITM Send Character\r
-\r
-    The function transmits a character via the ITM channel 0, and\r
-    \li Just returns when no debugger is connected that has booked the output.\r
-    \li Is blocking when a debugger is connected, but the previous character sent has not been transmitted.\r
-\r
-    \param [in]     ch  Character to transmit.\r
-    \r
-    \returns            Character to transmit.\r
- */\r
-__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch)\r
-{\r
-  if ((ITM->TCR & ITM_TCR_ITMENA_Msk)                  &&      /* ITM enabled */\r
-      (ITM->TER & (1UL << 0)        )                    )     /* ITM Port #0 enabled */\r
-  {\r
-    while (ITM->PORT[0].u32 == 0);\r
-    ITM->PORT[0].u8 = (uint8_t) ch;\r
-  }\r
-  return (ch);\r
-}\r
-\r
-\r
-/** \brief  ITM Receive Character\r
-\r
-    The function inputs a character via the external variable \ref ITM_RxBuffer.\r
-\r
-    \return             Received character.\r
-    \return         -1  No character pending.\r
- */\r
-__STATIC_INLINE int32_t ITM_ReceiveChar (void) {\r
-  int32_t ch = -1;                           /* no character available */\r
-\r
-  if (ITM_RxBuffer != ITM_RXBUFFER_EMPTY) {\r
-    ch = ITM_RxBuffer;\r
-    ITM_RxBuffer = ITM_RXBUFFER_EMPTY;       /* ready for next character */\r
-  }\r
-\r
-  return (ch);\r
-}\r
-\r
-\r
-/** \brief  ITM Check Character\r
-\r
-    The function checks whether a character is pending for reading in the variable \ref ITM_RxBuffer.\r
-\r
-    \return          0  No character available.\r
-    \return          1  Character available.\r
- */\r
-__STATIC_INLINE int32_t ITM_CheckChar (void) {\r
-\r
-  if (ITM_RxBuffer == ITM_RXBUFFER_EMPTY) {\r
-    return (0);                                 /* no character available */\r
-  } else {\r
-    return (1);                                 /*    character available */\r
-  }\r
-}\r
-\r
-/*@} end of CMSIS_core_DebugFunctions */\r
-\r
-#endif /* __CORE_CM4_H_DEPENDANT */\r
-\r
-#endif /* __CMSIS_GENERIC */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4_simd.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cm4_simd.h
deleted file mode 100644 (file)
index 34b395a..0000000
+++ /dev/null
@@ -1,649 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cm4_simd.h\r
- * @brief    CMSIS Cortex-M4 SIMD Header File\r
- * @version  V3.00\r
- * @date     19. January 2012\r
- *\r
- * @note\r
- * Copyright (C) 2010-2012 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M \r
- * processor based microcontrollers.  This file can be freely distributed \r
- * within development tools that are supporting such ARM based processors. \r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifdef __cplusplus\r
- extern "C" {\r
-#endif \r
-\r
-#ifndef __CORE_CM4_SIMD_H\r
-#define __CORE_CM4_SIMD_H\r
-\r
-\r
-/*******************************************************************************\r
- *                Hardware Abstraction Layer\r
- ******************************************************************************/\r
-\r
-\r
-/* ###################  Compiler specific Intrinsics  ########################### */\r
-/** \defgroup CMSIS_SIMD_intrinsics CMSIS SIMD Intrinsics\r
-  Access to dedicated SIMD instructions\r
-  @{\r
-*/\r
-\r
-#if   defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/\r
-/* ARM armcc specific functions */\r
-\r
-/*------ CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-#define __SADD8                           __sadd8\r
-#define __QADD8                           __qadd8\r
-#define __SHADD8                          __shadd8\r
-#define __UADD8                           __uadd8\r
-#define __UQADD8                          __uqadd8\r
-#define __UHADD8                          __uhadd8\r
-#define __SSUB8                           __ssub8\r
-#define __QSUB8                           __qsub8\r
-#define __SHSUB8                          __shsub8\r
-#define __USUB8                           __usub8\r
-#define __UQSUB8                          __uqsub8\r
-#define __UHSUB8                          __uhsub8\r
-#define __SADD16                          __sadd16\r
-#define __QADD16                          __qadd16\r
-#define __SHADD16                         __shadd16\r
-#define __UADD16                          __uadd16\r
-#define __UQADD16                         __uqadd16\r
-#define __UHADD16                         __uhadd16\r
-#define __SSUB16                          __ssub16\r
-#define __QSUB16                          __qsub16\r
-#define __SHSUB16                         __shsub16\r
-#define __USUB16                          __usub16\r
-#define __UQSUB16                         __uqsub16\r
-#define __UHSUB16                         __uhsub16\r
-#define __SASX                            __sasx\r
-#define __QASX                            __qasx\r
-#define __SHASX                           __shasx\r
-#define __UASX                            __uasx\r
-#define __UQASX                           __uqasx\r
-#define __UHASX                           __uhasx\r
-#define __SSAX                            __ssax\r
-#define __QSAX                            __qsax\r
-#define __SHSAX                           __shsax\r
-#define __USAX                            __usax\r
-#define __UQSAX                           __uqsax\r
-#define __UHSAX                           __uhsax\r
-#define __USAD8                           __usad8\r
-#define __USADA8                          __usada8\r
-#define __SSAT16                          __ssat16\r
-#define __USAT16                          __usat16\r
-#define __UXTB16                          __uxtb16\r
-#define __UXTAB16                         __uxtab16\r
-#define __SXTB16                          __sxtb16\r
-#define __SXTAB16                         __sxtab16\r
-#define __SMUAD                           __smuad\r
-#define __SMUADX                          __smuadx\r
-#define __SMLAD                           __smlad\r
-#define __SMLADX                          __smladx\r
-#define __SMLALD                          __smlald\r
-#define __SMLALDX                         __smlaldx\r
-#define __SMUSD                           __smusd\r
-#define __SMUSDX                          __smusdx\r
-#define __SMLSD                           __smlsd\r
-#define __SMLSDX                          __smlsdx\r
-#define __SMLSLD                          __smlsld\r
-#define __SMLSLDX                         __smlsldx\r
-#define __SEL                             __sel\r
-#define __QADD                            __qadd\r
-#define __QSUB                            __qsub\r
-\r
-#define __PKHBT(ARG1,ARG2,ARG3)          ( ((((uint32_t)(ARG1))          ) & 0x0000FFFFUL) |  \\r
-                                           ((((uint32_t)(ARG2)) << (ARG3)) & 0xFFFF0000UL)  )\r
-\r
-#define __PKHTB(ARG1,ARG2,ARG3)          ( ((((uint32_t)(ARG1))          ) & 0xFFFF0000UL) |  \\r
-                                           ((((uint32_t)(ARG2)) >> (ARG3)) & 0x0000FFFFUL)  )\r
-\r
-\r
-/*-- End CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-\r
-\r
-\r
-#elif defined ( __ICCARM__ ) /*------------------ ICC Compiler -------------------*/\r
-/* IAR iccarm specific functions */\r
-\r
-/*------ CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-#include <cmsis_iar.h>\r
-\r
-/*-- End CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-\r
-\r
-\r
-#elif defined ( __TMS470__ ) /*---------------- TI CCS Compiler ------------------*/\r
-/* TI CCS specific functions */\r
-\r
-/*------ CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-#include <cmsis_ccs.h>\r
-\r
-/*-- End CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-\r
-\r
-\r
-#elif defined ( __GNUC__ ) /*------------------ GNU Compiler ---------------------*/\r
-/* GNU gcc specific functions */\r
-\r
-/*------ CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("ssub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __USUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("usub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQSUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHSUB8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHADD16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhadd16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SSUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("ssub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QSUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHSUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __USUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("usub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQSUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHSUB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhsub16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHASX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhasx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SSAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("ssax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QSAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHSAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("shsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __USAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("usax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQSAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uqsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UHSAX(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uhsax %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __USAD8(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("usad8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("usada8 %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );\r
-  return(result);\r
-}\r
-\r
-#define __SSAT16(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("ssat16 %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-  \r
-#define __USAT16(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("usat16 %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UXTB16(uint32_t op1)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uxtb16 %0, %1" : "=r" (result) : "r" (op1));\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UXTAB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("uxtab16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SXTB16(uint32_t op1)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sxtb16 %0, %1" : "=r" (result) : "r" (op1));\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SXTAB16(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sxtab16 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMUAD  (uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smuad %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMUADX (uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smuadx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smlad %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smladx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );\r
-  return(result);\r
-}\r
-\r
-#define __SMLALD(ARG1,ARG2,ARG3) \\r
-({ \\r
-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((uint64_t)(ARG3) >> 32), __ARG3_L = (uint32_t)((uint64_t)(ARG3) & 0xFFFFFFFFUL); \\r
-  __ASM volatile ("smlald %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \\r
-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \\r
- })\r
-\r
-#define __SMLALDX(ARG1,ARG2,ARG3) \\r
-({ \\r
-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((uint64_t)(ARG3) >> 32), __ARG3_L = (uint32_t)((uint64_t)(ARG3) & 0xFFFFFFFFUL); \\r
-  __ASM volatile ("smlaldx %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \\r
-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \\r
- })\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMUSD  (uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smusd %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMUSDX (uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smusdx %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smlsd %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("smlsdx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) );\r
-  return(result);\r
-}\r
-\r
-#define __SMLSLD(ARG1,ARG2,ARG3) \\r
-({ \\r
-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((ARG3) >> 32), __ARG3_L = (uint32_t)((ARG3) & 0xFFFFFFFFUL); \\r
-  __ASM volatile ("smlsld %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \\r
-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \\r
- })\r
-\r
-#define __SMLSLDX(ARG1,ARG2,ARG3) \\r
-({ \\r
-  uint32_t __ARG1 = (ARG1), __ARG2 = (ARG2), __ARG3_H = (uint32_t)((ARG3) >> 32), __ARG3_L = (uint32_t)((ARG3) & 0xFFFFFFFFUL); \\r
-  __ASM volatile ("smlsldx %0, %1, %2, %3" : "=r" (__ARG3_L), "=r" (__ARG3_H) : "r" (__ARG1), "r" (__ARG2), "0" (__ARG3_L), "1" (__ARG3_H) ); \\r
-  (uint64_t)(((uint64_t)__ARG3_H << 32) | __ARG3_L); \\r
- })\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SEL  (uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("sel %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QADD(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("qadd %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QSUB(uint32_t op1, uint32_t op2)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("qsub %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );\r
-  return(result);\r
-}\r
-\r
-#define __PKHBT(ARG1,ARG2,ARG3) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1), __ARG2 = (ARG2); \\r
-  __ASM ("pkhbt %0, %1, %2, lsl %3" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2), "I" (ARG3)  ); \\r
-  __RES; \\r
- })\r
-\r
-#define __PKHTB(ARG1,ARG2,ARG3) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1), __ARG2 = (ARG2); \\r
-  if (ARG3 == 0) \\r
-    __ASM ("pkhtb %0, %1, %2" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2)  ); \\r
-  else \\r
-    __ASM ("pkhtb %0, %1, %2, asr %3" : "=r" (__RES) :  "r" (__ARG1), "r" (__ARG2), "I" (ARG3)  ); \\r
-  __RES; \\r
- })\r
-\r
-/*-- End CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-\r
-\r
-\r
-#elif defined ( __TASKING__ ) /*------------------ TASKING Compiler --------------*/\r
-/* TASKING carm specific functions */\r
-\r
-\r
-/*------ CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-/* not yet supported */\r
-/*-- End CM4 SIMD Intrinsics -----------------------------------------------------*/\r
-\r
-\r
-#endif\r
-\r
-/*@} end of group CMSIS_SIMD_intrinsics */\r
-\r
-\r
-#endif /* __CORE_CM4_SIMD_H */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmFunc.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmFunc.h
deleted file mode 100644 (file)
index 1991ae3..0000000
+++ /dev/null
@@ -1,616 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cmFunc.h\r
- * @brief    CMSIS Cortex-M Core Function Access Header File\r
- * @version  V3.00\r
- * @date     19. January 2012\r
- *\r
- * @note\r
- * Copyright (C) 2009-2012 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M \r
- * processor based microcontrollers.  This file can be freely distributed \r
- * within development tools that are supporting such ARM based processors. \r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifndef __CORE_CMFUNC_H\r
-#define __CORE_CMFUNC_H\r
-\r
-\r
-/* ###########################  Core Function Access  ########################### */\r
-/** \ingroup  CMSIS_Core_FunctionInterface   \r
-    \defgroup CMSIS_Core_RegAccFunctions CMSIS Core Register Access Functions\r
-  @{\r
- */\r
-\r
-#if   defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/\r
-/* ARM armcc specific functions */\r
-\r
-#if (__ARMCC_VERSION < 400677)\r
-  #error "Please use ARM Compiler Toolchain V4.0.677 or later!"\r
-#endif\r
-\r
-/* intrinsic void __enable_irq();     */\r
-/* intrinsic void __disable_irq();    */\r
-\r
-/** \brief  Get Control Register\r
-\r
-    This function returns the content of the Control Register.\r
-\r
-    \return               Control Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_CONTROL(void)\r
-{\r
-  register uint32_t __regControl         __ASM("control");\r
-  return(__regControl);\r
-}\r
-\r
-\r
-/** \brief  Set Control Register\r
-\r
-    This function writes the given value to the Control Register.\r
-\r
-    \param [in]    control  Control Register value to set\r
- */\r
-__STATIC_INLINE void __set_CONTROL(uint32_t control)\r
-{\r
-  register uint32_t __regControl         __ASM("control");\r
-  __regControl = control;\r
-}\r
-\r
-\r
-/** \brief  Get IPSR Register\r
-\r
-    This function returns the content of the IPSR Register.\r
-\r
-    \return               IPSR Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_IPSR(void)\r
-{\r
-  register uint32_t __regIPSR          __ASM("ipsr");\r
-  return(__regIPSR);\r
-}\r
-\r
-\r
-/** \brief  Get APSR Register\r
-\r
-    This function returns the content of the APSR Register.\r
-\r
-    \return               APSR Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_APSR(void)\r
-{\r
-  register uint32_t __regAPSR          __ASM("apsr");\r
-  return(__regAPSR);\r
-}\r
-\r
-\r
-/** \brief  Get xPSR Register\r
-\r
-    This function returns the content of the xPSR Register.\r
-\r
-    \return               xPSR Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_xPSR(void)\r
-{\r
-  register uint32_t __regXPSR          __ASM("xpsr");\r
-  return(__regXPSR);\r
-}\r
-\r
-\r
-/** \brief  Get Process Stack Pointer\r
-\r
-    This function returns the current value of the Process Stack Pointer (PSP).\r
-\r
-    \return               PSP Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_PSP(void)\r
-{\r
-  register uint32_t __regProcessStackPointer  __ASM("psp");\r
-  return(__regProcessStackPointer);\r
-}\r
-\r
-\r
-/** \brief  Set Process Stack Pointer\r
-\r
-    This function assigns the given value to the Process Stack Pointer (PSP).\r
-\r
-    \param [in]    topOfProcStack  Process Stack Pointer value to set\r
- */\r
-__STATIC_INLINE void __set_PSP(uint32_t topOfProcStack)\r
-{\r
-  register uint32_t __regProcessStackPointer  __ASM("psp");\r
-  __regProcessStackPointer = topOfProcStack;\r
-}\r
-\r
-\r
-/** \brief  Get Main Stack Pointer\r
-\r
-    This function returns the current value of the Main Stack Pointer (MSP).\r
-\r
-    \return               MSP Register value\r
- */\r
-__STATIC_INLINE uint32_t __get_MSP(void)\r
-{\r
-  register uint32_t __regMainStackPointer     __ASM("msp");\r
-  return(__regMainStackPointer);\r
-}\r
-\r
-\r
-/** \brief  Set Main Stack Pointer\r
-\r
-    This function assigns the given value to the Main Stack Pointer (MSP).\r
-\r
-    \param [in]    topOfMainStack  Main Stack Pointer value to set\r
- */\r
-__STATIC_INLINE void __set_MSP(uint32_t topOfMainStack)\r
-{\r
-  register uint32_t __regMainStackPointer     __ASM("msp");\r
-  __regMainStackPointer = topOfMainStack;\r
-}\r
-\r
-\r
-/** \brief  Get Priority Mask\r
-\r
-    This function returns the current state of the priority mask bit from the Priority Mask Register.\r
-\r
-    \return               Priority Mask value\r
- */\r
-__STATIC_INLINE uint32_t __get_PRIMASK(void)\r
-{\r
-  register uint32_t __regPriMask         __ASM("primask");\r
-  return(__regPriMask);\r
-}\r
-\r
-\r
-/** \brief  Set Priority Mask\r
-\r
-    This function assigns the given value to the Priority Mask Register.\r
-\r
-    \param [in]    priMask  Priority Mask\r
- */\r
-__STATIC_INLINE void __set_PRIMASK(uint32_t priMask)\r
-{\r
-  register uint32_t __regPriMask         __ASM("primask");\r
-  __regPriMask = (priMask);\r
-}\r
\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Enable FIQ\r
-\r
-    This function enables FIQ interrupts by clearing the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-#define __enable_fault_irq                __enable_fiq\r
-\r
-\r
-/** \brief  Disable FIQ\r
-\r
-    This function disables FIQ interrupts by setting the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-#define __disable_fault_irq               __disable_fiq\r
-\r
-\r
-/** \brief  Get Base Priority\r
-\r
-    This function returns the current value of the Base Priority register.\r
-\r
-    \return               Base Priority register value\r
- */\r
-__STATIC_INLINE uint32_t  __get_BASEPRI(void)\r
-{\r
-  register uint32_t __regBasePri         __ASM("basepri");\r
-  return(__regBasePri);\r
-}\r
-\r
-\r
-/** \brief  Set Base Priority\r
-\r
-    This function assigns the given value to the Base Priority register.\r
-\r
-    \param [in]    basePri  Base Priority value to set\r
- */\r
-__STATIC_INLINE void __set_BASEPRI(uint32_t basePri)\r
-{\r
-  register uint32_t __regBasePri         __ASM("basepri");\r
-  __regBasePri = (basePri & 0xff);\r
-}\r
\r
-\r
-/** \brief  Get Fault Mask\r
-\r
-    This function returns the current value of the Fault Mask register.\r
-\r
-    \return               Fault Mask register value\r
- */\r
-__STATIC_INLINE uint32_t __get_FAULTMASK(void)\r
-{\r
-  register uint32_t __regFaultMask       __ASM("faultmask");\r
-  return(__regFaultMask);\r
-}\r
-\r
-\r
-/** \brief  Set Fault Mask\r
-\r
-    This function assigns the given value to the Fault Mask register.\r
-\r
-    \param [in]    faultMask  Fault Mask value to set\r
- */\r
-__STATIC_INLINE void __set_FAULTMASK(uint32_t faultMask)\r
-{\r
-  register uint32_t __regFaultMask       __ASM("faultmask");\r
-  __regFaultMask = (faultMask & (uint32_t)1);\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-#if       (__CORTEX_M == 0x04)\r
-\r
-/** \brief  Get FPSCR\r
-\r
-    This function returns the current value of the Floating Point Status/Control register.\r
-\r
-    \return               Floating Point Status/Control register value\r
- */\r
-__STATIC_INLINE uint32_t __get_FPSCR(void)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  register uint32_t __regfpscr         __ASM("fpscr");\r
-  return(__regfpscr);\r
-#else\r
-   return(0);\r
-#endif\r
-}\r
-\r
-\r
-/** \brief  Set FPSCR\r
-\r
-    This function assigns the given value to the Floating Point Status/Control register.\r
-\r
-    \param [in]    fpscr  Floating Point Status/Control value to set\r
- */\r
-__STATIC_INLINE void __set_FPSCR(uint32_t fpscr)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  register uint32_t __regfpscr         __ASM("fpscr");\r
-  __regfpscr = (fpscr);\r
-#endif\r
-}\r
-\r
-#endif /* (__CORTEX_M == 0x04) */\r
-\r
-\r
-#elif defined ( __ICCARM__ ) /*------------------ ICC Compiler -------------------*/\r
-/* IAR iccarm specific functions */\r
-\r
-#include <cmsis_iar.h>\r
-\r
-\r
-#elif defined ( __TMS470__ ) /*---------------- TI CCS Compiler ------------------*/\r
-/* TI CCS specific functions */\r
-\r
-#include <cmsis_ccs.h>\r
-\r
-\r
-#elif defined ( __GNUC__ ) /*------------------ GNU Compiler ---------------------*/\r
-/* GNU gcc specific functions */\r
-\r
-/** \brief  Enable IRQ Interrupts\r
-\r
-  This function enables IRQ interrupts by clearing the I-bit in the CPSR.\r
-  Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __enable_irq(void)\r
-{\r
-  __ASM volatile ("cpsie i");\r
-}\r
-\r
-\r
-/** \brief  Disable IRQ Interrupts\r
-\r
-  This function disables IRQ interrupts by setting the I-bit in the CPSR.\r
-  Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __disable_irq(void)\r
-{\r
-  __ASM volatile ("cpsid i");\r
-}\r
-\r
-\r
-/** \brief  Get Control Register\r
-\r
-    This function returns the content of the Control Register.\r
-\r
-    \return               Control Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_CONTROL(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, control" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Control Register\r
-\r
-    This function writes the given value to the Control Register.\r
-\r
-    \param [in]    control  Control Register value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control)\r
-{\r
-  __ASM volatile ("MSR control, %0" : : "r" (control) );\r
-}\r
-\r
-\r
-/** \brief  Get IPSR Register\r
-\r
-    This function returns the content of the IPSR Register.\r
-\r
-    \return               IPSR Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_IPSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, ipsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get APSR Register\r
-\r
-    This function returns the content of the APSR Register.\r
-\r
-    \return               APSR Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_APSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, apsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get xPSR Register\r
-\r
-    This function returns the content of the xPSR Register.\r
-\r
-    \return               xPSR Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_xPSR(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, xpsr" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Get Process Stack Pointer\r
-\r
-    This function returns the current value of the Process Stack Pointer (PSP).\r
-\r
-    \return               PSP Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_PSP(void)\r
-{\r
-  register uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, psp\n"  : "=r" (result) );\r
-  return(result);\r
-}\r
\r
-\r
-/** \brief  Set Process Stack Pointer\r
-\r
-    This function assigns the given value to the Process Stack Pointer (PSP).\r
-\r
-    \param [in]    topOfProcStack  Process Stack Pointer value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_PSP(uint32_t topOfProcStack)\r
-{\r
-  __ASM volatile ("MSR psp, %0\n" : : "r" (topOfProcStack) );\r
-}\r
-\r
-\r
-/** \brief  Get Main Stack Pointer\r
-\r
-    This function returns the current value of the Main Stack Pointer (MSP).\r
-\r
-    \return               MSP Register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_MSP(void)\r
-{\r
-  register uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, msp\n" : "=r" (result) );\r
-  return(result);\r
-}\r
\r
-\r
-/** \brief  Set Main Stack Pointer\r
-\r
-    This function assigns the given value to the Main Stack Pointer (MSP).\r
-\r
-    \param [in]    topOfMainStack  Main Stack Pointer value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack)\r
-{\r
-  __ASM volatile ("MSR msp, %0\n" : : "r" (topOfMainStack) );\r
-}\r
-\r
-\r
-/** \brief  Get Priority Mask\r
-\r
-    This function returns the current state of the priority mask bit from the Priority Mask Register.\r
-\r
-    \return               Priority Mask value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_PRIMASK(void)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("MRS %0, primask" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Priority Mask\r
-\r
-    This function assigns the given value to the Priority Mask Register.\r
-\r
-    \param [in]    priMask  Priority Mask\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_PRIMASK(uint32_t priMask)\r
-{\r
-  __ASM volatile ("MSR primask, %0" : : "r" (priMask) );\r
-}\r
\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Enable FIQ\r
-\r
-    This function enables FIQ interrupts by clearing the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __enable_fault_irq(void)\r
-{\r
-  __ASM volatile ("cpsie f");\r
-}\r
-\r
-\r
-/** \brief  Disable FIQ\r
-\r
-    This function disables FIQ interrupts by setting the F-bit in the CPSR.\r
-    Can only be executed in Privileged modes.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __disable_fault_irq(void)\r
-{\r
-  __ASM volatile ("cpsid f");\r
-}\r
-\r
-\r
-/** \brief  Get Base Priority\r
-\r
-    This function returns the current value of the Base Priority register.\r
-\r
-    \return               Base Priority register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_BASEPRI(void)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("MRS %0, basepri_max" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Base Priority\r
-\r
-    This function assigns the given value to the Base Priority register.\r
-\r
-    \param [in]    basePri  Base Priority value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_BASEPRI(uint32_t value)\r
-{\r
-  __ASM volatile ("MSR basepri, %0" : : "r" (value) );\r
-}\r
-\r
-\r
-/** \brief  Get Fault Mask\r
-\r
-    This function returns the current value of the Fault Mask register.\r
-\r
-    \return               Fault Mask register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_FAULTMASK(void)\r
-{\r
-  uint32_t result;\r
-  \r
-  __ASM volatile ("MRS %0, faultmask" : "=r" (result) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Set Fault Mask\r
-\r
-    This function assigns the given value to the Fault Mask register.\r
-\r
-    \param [in]    faultMask  Fault Mask value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_FAULTMASK(uint32_t faultMask)\r
-{\r
-  __ASM volatile ("MSR faultmask, %0" : : "r" (faultMask) );\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-#if       (__CORTEX_M == 0x04)\r
-\r
-/** \brief  Get FPSCR\r
-\r
-    This function returns the current value of the Floating Point Status/Control register.\r
-\r
-    \return               Floating Point Status/Control register value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __get_FPSCR(void)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("VMRS %0, fpscr" : "=r" (result) );\r
-  return(result);\r
-#else\r
-   return(0);\r
-#endif\r
-}\r
-\r
-\r
-/** \brief  Set FPSCR\r
-\r
-    This function assigns the given value to the Floating Point Status/Control register.\r
-\r
-    \param [in]    fpscr  Floating Point Status/Control value to set\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_FPSCR(uint32_t fpscr)\r
-{\r
-#if (__FPU_PRESENT == 1) && (__FPU_USED == 1)\r
-  __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) );\r
-#endif\r
-}\r
-\r
-#endif /* (__CORTEX_M == 0x04) */\r
-\r
-\r
-#elif defined ( __TASKING__ ) /*------------------ TASKING Compiler --------------*/\r
-/* TASKING carm specific functions */\r
-\r
-/*\r
- * The CMSIS functions have been implemented as intrinsics in the compiler.\r
- * Please use "carm -?i" to get an up to date list of all instrinsics,\r
- * Including the CMSIS ones.\r
- */\r
-\r
-#endif\r
-\r
-/*@} end of CMSIS_Core_RegAccFunctions */\r
-\r
-\r
-#endif /* __CORE_CMFUNC_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmInstr.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/Include/core_cmInstr.h
deleted file mode 100644 (file)
index 7981634..0000000
+++ /dev/null
@@ -1,618 +0,0 @@
-/**************************************************************************//**\r
- * @file     core_cmInstr.h\r
- * @brief    CMSIS Cortex-M Core Instruction Access Header File\r
- * @version  V3.00\r
- * @date     07. February 2012\r
- *\r
- * @note\r
- * Copyright (C) 2009-2012 ARM Limited. All rights reserved.\r
- *\r
- * @par\r
- * ARM Limited (ARM) is supplying this software for use with Cortex-M\r
- * processor based microcontrollers.  This file can be freely distributed\r
- * within development tools that are supporting such ARM based processors.\r
- *\r
- * @par\r
- * THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
- * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
- * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR\r
- * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifndef __CORE_CMINSTR_H\r
-#define __CORE_CMINSTR_H\r
-\r
-\r
-/* ##########################  Core Instruction Access  ######################### */\r
-/** \defgroup CMSIS_Core_InstructionInterface CMSIS Core Instruction Interface\r
-  Access to dedicated instructions\r
-  @{\r
-*/\r
-\r
-#if   defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/\r
-/* ARM armcc specific functions */\r
-\r
-#if (__ARMCC_VERSION < 400677)\r
-  #error "Please use ARM Compiler Toolchain V4.0.677 or later!"\r
-#endif\r
-\r
-\r
-/** \brief  No Operation\r
-\r
-    No Operation does nothing. This instruction can be used for code alignment purposes.\r
- */\r
-#define __NOP                             __nop\r
-\r
-\r
-/** \brief  Wait For Interrupt\r
-\r
-    Wait For Interrupt is a hint instruction that suspends execution\r
-    until one of a number of events occurs.\r
- */\r
-#define __WFI                             __wfi\r
-\r
-\r
-/** \brief  Wait For Event\r
-\r
-    Wait For Event is a hint instruction that permits the processor to enter\r
-    a low-power state until one of a number of events occurs.\r
- */\r
-#define __WFE                             __wfe\r
-\r
-\r
-/** \brief  Send Event\r
-\r
-    Send Event is a hint instruction. It causes an event to be signaled to the CPU.\r
- */\r
-#define __SEV                             __sev\r
-\r
-\r
-/** \brief  Instruction Synchronization Barrier\r
-\r
-    Instruction Synchronization Barrier flushes the pipeline in the processor,\r
-    so that all instructions following the ISB are fetched from cache or\r
-    memory, after the instruction has been completed.\r
- */\r
-#define __ISB()                           __isb(0xF)\r
-\r
-\r
-/** \brief  Data Synchronization Barrier\r
-\r
-    This function acts as a special kind of Data Memory Barrier.\r
-    It completes when all explicit memory accesses before this instruction complete.\r
- */\r
-#define __DSB()                           __dsb(0xF)\r
-\r
-\r
-/** \brief  Data Memory Barrier\r
-\r
-    This function ensures the apparent order of the explicit memory operations before\r
-    and after the instruction, without ensuring their completion.\r
- */\r
-#define __DMB()                           __dmb(0xF)\r
-\r
-\r
-/** \brief  Reverse byte order (32 bit)\r
-\r
-    This function reverses the byte order in integer value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-#define __REV                             __rev\r
-\r
-\r
-/** \brief  Reverse byte order (16 bit)\r
-\r
-    This function reverses the byte order in two unsigned short values.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)\r
-{\r
-  rev16 r0, r0\r
-  bx lr\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order in signed short value\r
-\r
-    This function reverses the byte order in a signed short value with sign extension to integer.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value)\r
-{\r
-  revsh r0, r0\r
-  bx lr\r
-}\r
-\r
-\r
-/** \brief  Rotate Right in unsigned value (32 bit)\r
-\r
-    This function Rotate Right (immediate) provides the value of the contents of a register rotated by a variable number of bits.\r
-\r
-    \param [in]    value  Value to rotate\r
-    \param [in]    value  Number of Bits to rotate\r
-    \return               Rotated value\r
- */\r
-#define __ROR                             __ror\r
-\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Reverse bit order of value\r
-\r
-    This function reverses the bit order of the given value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-#define __RBIT                            __rbit\r
-\r
-\r
-/** \brief  LDR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive LDR command for 8 bit value.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return             value of type uint8_t at (*ptr)\r
- */\r
-#define __LDREXB(ptr)                     ((uint8_t ) __ldrex(ptr))\r
-\r
-\r
-/** \brief  LDR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive LDR command for 16 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint16_t at (*ptr)\r
- */\r
-#define __LDREXH(ptr)                     ((uint16_t) __ldrex(ptr))\r
-\r
-\r
-/** \brief  LDR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive LDR command for 32 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint32_t at (*ptr)\r
- */\r
-#define __LDREXW(ptr)                     ((uint32_t ) __ldrex(ptr))\r
-\r
-\r
-/** \brief  STR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive STR command for 8 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXB(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  STR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive STR command for 16 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXH(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  STR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive STR command for 32 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-#define __STREXW(value, ptr)              __strex(value, ptr)\r
-\r
-\r
-/** \brief  Remove the exclusive lock\r
-\r
-    This function removes the exclusive lock which is created by LDREX.\r
-\r
- */\r
-#define __CLREX                           __clrex\r
-\r
-\r
-/** \brief  Signed Saturate\r
-\r
-    This function saturates a signed value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (1..32)\r
-    \return             Saturated value\r
- */\r
-#define __SSAT                            __ssat\r
-\r
-\r
-/** \brief  Unsigned Saturate\r
-\r
-    This function saturates an unsigned value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (0..31)\r
-    \return             Saturated value\r
- */\r
-#define __USAT                            __usat\r
-\r
-\r
-/** \brief  Count leading zeros\r
-\r
-    This function counts the number of leading zeros of a data value.\r
-\r
-    \param [in]  value  Value to count the leading zeros\r
-    \return             number of leading zeros in value\r
- */\r
-#define __CLZ                             __clz\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-\r
-#elif defined ( __ICCARM__ ) /*------------------ ICC Compiler -------------------*/\r
-/* IAR iccarm specific functions */\r
-\r
-#include <cmsis_iar.h>\r
-\r
-\r
-#elif defined ( __TMS470__ ) /*---------------- TI CCS Compiler ------------------*/\r
-/* TI CCS specific functions */\r
-\r
-#include <cmsis_ccs.h>\r
-\r
-\r
-#elif defined ( __GNUC__ ) /*------------------ GNU Compiler ---------------------*/\r
-/* GNU gcc specific functions */\r
-\r
-/** \brief  No Operation\r
-\r
-    No Operation does nothing. This instruction can be used for code alignment purposes.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __NOP(void)\r
-{\r
-  __ASM volatile ("nop");\r
-}\r
-\r
-\r
-/** \brief  Wait For Interrupt\r
-\r
-    Wait For Interrupt is a hint instruction that suspends execution\r
-    until one of a number of events occurs.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __WFI(void)\r
-{\r
-  __ASM volatile ("wfi");\r
-}\r
-\r
-\r
-/** \brief  Wait For Event\r
-\r
-    Wait For Event is a hint instruction that permits the processor to enter\r
-    a low-power state until one of a number of events occurs.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __WFE(void)\r
-{\r
-  __ASM volatile ("wfe");\r
-}\r
-\r
-\r
-/** \brief  Send Event\r
-\r
-    Send Event is a hint instruction. It causes an event to be signaled to the CPU.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __SEV(void)\r
-{\r
-  __ASM volatile ("sev");\r
-}\r
-\r
-\r
-/** \brief  Instruction Synchronization Barrier\r
-\r
-    Instruction Synchronization Barrier flushes the pipeline in the processor,\r
-    so that all instructions following the ISB are fetched from cache or\r
-    memory, after the instruction has been completed.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __ISB(void)\r
-{\r
-  __ASM volatile ("isb");\r
-}\r
-\r
-\r
-/** \brief  Data Synchronization Barrier\r
-\r
-    This function acts as a special kind of Data Memory Barrier.\r
-    It completes when all explicit memory accesses before this instruction complete.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __DSB(void)\r
-{\r
-  __ASM volatile ("dsb");\r
-}\r
-\r
-\r
-/** \brief  Data Memory Barrier\r
-\r
-    This function ensures the apparent order of the explicit memory operations before\r
-    and after the instruction, without ensuring their completion.\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __DMB(void)\r
-{\r
-  __ASM volatile ("dmb");\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order (32 bit)\r
-\r
-    This function reverses the byte order in integer value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("rev %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order (16 bit)\r
-\r
-    This function reverses the byte order in two unsigned short values.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV16(uint32_t value)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("rev16 %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Reverse byte order in signed short value\r
-\r
-    This function reverses the byte order in a signed short value with sign extension to integer.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value)\r
-{\r
-  uint32_t result;\r
-\r
-  __ASM volatile ("revsh %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-\r
-/** \brief  Rotate Right in unsigned value (32 bit)\r
-\r
-    This function Rotate Right (immediate) provides the value of the contents of a register rotated by a variable number of bits.\r
-\r
-    \param [in]    value  Value to rotate\r
-    \param [in]    value  Number of Bits to rotate\r
-    \return               Rotated value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2)\r
-{\r
-\r
-  __ASM volatile ("ror %0, %0, %1" : "+r" (op1) : "r" (op2) );\r
-  return(op1);\r
-}\r
-\r
-\r
-#if       (__CORTEX_M >= 0x03)\r
-\r
-/** \brief  Reverse bit order of value\r
-\r
-    This function reverses the bit order of the given value.\r
-\r
-    \param [in]    value  Value to reverse\r
-    \return               Reversed value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __RBIT(uint32_t value)\r
-{\r
-  uint32_t result;\r
-\r
-   __ASM volatile ("rbit %0, %1" : "=r" (result) : "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive LDR command for 8 bit value.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return             value of type uint8_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __LDREXB(volatile uint8_t *addr)\r
-{\r
-    uint8_t result;\r
-\r
-   __ASM volatile ("ldrexb %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive LDR command for 16 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint16_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint16_t __LDREXH(volatile uint16_t *addr)\r
-{\r
-    uint16_t result;\r
-\r
-   __ASM volatile ("ldrexh %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  LDR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive LDR command for 32 bit values.\r
-\r
-    \param [in]    ptr  Pointer to data\r
-    \return        value of type uint32_t at (*ptr)\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __LDREXW(volatile uint32_t *addr)\r
-{\r
-    uint32_t result;\r
-\r
-   __ASM volatile ("ldrex %0, [%1]" : "=r" (result) : "r" (addr) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (8 bit)\r
-\r
-    This function performs a exclusive STR command for 8 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr)\r
-{\r
-   uint32_t result;\r
-\r
-   __ASM volatile ("strexb %0, %2, [%1]" : "=&r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (16 bit)\r
-\r
-    This function performs a exclusive STR command for 16 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr)\r
-{\r
-   uint32_t result;\r
-\r
-   __ASM volatile ("strexh %0, %2, [%1]" : "=&r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  STR Exclusive (32 bit)\r
-\r
-    This function performs a exclusive STR command for 32 bit values.\r
-\r
-    \param [in]  value  Value to store\r
-    \param [in]    ptr  Pointer to location\r
-    \return          0  Function succeeded\r
-    \return          1  Function failed\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr)\r
-{\r
-   uint32_t result;\r
-\r
-   __ASM volatile ("strex %0, %2, [%1]" : "=&r" (result) : "r" (addr), "r" (value) );\r
-   return(result);\r
-}\r
-\r
-\r
-/** \brief  Remove the exclusive lock\r
-\r
-    This function removes the exclusive lock which is created by LDREX.\r
-\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE void __CLREX(void)\r
-{\r
-  __ASM volatile ("clrex");\r
-}\r
-\r
-\r
-/** \brief  Signed Saturate\r
-\r
-    This function saturates a signed value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (1..32)\r
-    \return             Saturated value\r
- */\r
-#define __SSAT(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("ssat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-\r
-\r
-/** \brief  Unsigned Saturate\r
-\r
-    This function saturates an unsigned value.\r
-\r
-    \param [in]  value  Value to be saturated\r
-    \param [in]    sat  Bit position to saturate to (0..31)\r
-    \return             Saturated value\r
- */\r
-#define __USAT(ARG1,ARG2) \\r
-({                          \\r
-  uint32_t __RES, __ARG1 = (ARG1); \\r
-  __ASM ("usat %0, %1, %2" : "=r" (__RES) :  "I" (ARG2), "r" (__ARG1) ); \\r
-  __RES; \\r
- })\r
-\r
-\r
-/** \brief  Count leading zeros\r
-\r
-    This function counts the number of leading zeros of a data value.\r
-\r
-    \param [in]  value  Value to count the leading zeros\r
-    \return             number of leading zeros in value\r
- */\r
-__attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value)\r
-{\r
-  uint8_t result;\r
-\r
-  __ASM volatile ("clz %0, %1" : "=r" (result) : "r" (value) );\r
-  return(result);\r
-}\r
-\r
-#endif /* (__CORTEX_M >= 0x03) */\r
-\r
-\r
-\r
-\r
-#elif defined ( __TASKING__ ) /*------------------ TASKING Compiler --------------*/\r
-/* TASKING carm specific functions */\r
-\r
-/*\r
- * The CMSIS functions have been implemented as intrinsics in the compiler.\r
- * Please use "carm -?i" to get an up to date list of all intrinsics,\r
- * Including the CMSIS ones.\r
- */\r
-\r
-#endif\r
-\r
-/*@}*/ /* end of group CMSIS_Core_InstructionInterface */\r
-\r
-#endif /* __CORE_CMINSTR_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/README.txt b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/README.txt
deleted file mode 100644 (file)
index efa2ad1..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-* -------------------------------------------------------------------\r
-* Copyright (C) 2011 ARM Limited. All rights reserved.  \r
-* \r
-* Date:        11 October 2011  \r
-* Revision:    V3.00 \r
-*  \r
-* Project:     Cortex Microcontroller Software Interface Standard (CMSIS)\r
-* Title:       Release Note for CMSIS\r
-*\r
-* -------------------------------------------------------------------\r
-\r
-\r
-NOTE - Open the index.html file to access CMSIS documentation\r
-\r
-\r
-The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across all \r
-Cortex-Mx processor series vendors. It enables code re-use and code sharing across software projects \r
-and reduces time-to-market for new embedded applications.\r
-\r
-CMSIS is released under the terms of the end user license agreement ("CMSIS END USER LICENCE AGREEMENT.pdf").\r
-Any user of the software package is bound to the terms and conditions of the end user license agreement.\r
-\r
-\r
-You will find the following sub-directories:\r
-\r
-Documentation           - Contains CMSIS documentation.\r
\r
-DSP_Lib                 - MDK project files, Examples and source files etc.. to build the \r
-                          CMSIS DSP Software Library for Cortex-M0, Cortex-M3, Cortex-M4 processors.\r
-\r
-Include                 - CMSIS Core Support and CMSIS DSP Include Files.\r
-\r
-Lib                     - CMSIS DSP Libraries.\r
-\r
-RTOS                    - CMSIS RTOS API template header file.\r
-\r
-SVD                     - CMSIS SVD Schema files and Conversion Utility.\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/license.txt b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ASF/thirdparty/CMSIS/license.txt
deleted file mode 100644 (file)
index b220574..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-END USER LICENCE AGREEMENT FOR THE CORTEX MICROCONTROLLER SOFTWARE INTERFACE\r
-STANDARD (CMSIS) SPECIFICATION AND SOFTWARE\r
-\r
-THIS END USER LICENCE AGREEMENT ("LICENCE") IS A LEGAL AGREEMENT BETWEEN YOU (EITHER A\r
-SINGLE INDIVIDUAL, OR SINGLE LEGAL ENTITY) AND ARM LIMITED ("ARM") FOR THE USE OF THE\r
-CMSIS SPECIFICATION, EXAMPLE CODE, DSP LIBRARY SPECIFICATION AND DSP LIBRARY\r
-IMPLEMENTATION AS SUCH TERMS ARE DEFINED BELOW (COLLECTIVELY, THE "ARM\r
-DELIVERABLES"). ARM IS ONLY WILLING TO LICENSE THE ARM DELIVERABLES TO YOU ON CONDITION\r
-THAT YOU ACCEPT ALL OF THE TERMS IN THIS LICENCE. BY CLICKING "I AGREE", OR BY INSTALLING\r
-OR OTHERWISE USING OR COPYING THE ARM DELIVERABLES YOU INDICATE THAT YOU AGREE TO\r
-BE BOUND BY ALL THE TERMS OF THIS LICENCE. IF YOU DO NOT AGREE TO THE TERMS OF THIS\r
-LICENCE, ARM IS UNWILLING TO LICENSE YOU TO USE THE ARM DELIVERABLES AND YOU MAY NOT\r
-INSTALL, USE OR COPY THE ARM DELIVERABLES.\r
-\r
-"CMSIS Specification" means any documentation and C programming language files defining the application\r
-programming interface, naming and coding conventions of the Cortex Microcontroller Software Interface\r
-Standard (CMSIS) as well as the System View Description (SVD) documentation and associated XML schema\r
-file. Notwithstanding the foregoing, "CMSIS Specification" shall not include (i) the implementation of other\r
-published specifications referenced in the CMSIS Specification; (ii) any enabling technologies that may be\r
-necessary to make or use any product or portion thereof that complies with the CMSIS Specification, but are not\r
-themselves expressly set forth in the CMSIS Specification (e.g. compiler front ends, code generators, back ends,\r
-libraries or other compiler, assembler or linker technologies; validation or debug software or hardware;\r
-applications, operating system or driver software; RISC architecture; processor microarchitecture); (iii)\r
-maskworks and physical layouts of integrated circuit designs; or (iv) RTL or other high level representations of\r
-integrated circuit designs.\r
-\r
-"DSP Library Implementation" means any C programming language source code implementing the functionality\r
-of the digital signal processor (DSP) algorithms and the application programming interface as defined in the DSP\r
-Library Specification. The DSP Library Implementation makes use of CMSIS application programming interface\r
-and therefore is targeted at Cortex-M class processors.\r
-\r
-"DSP Library Specification" means the DSP library documentation and C programming language file defining the\r
-application programming interface of the DSP Library Implementation. Notwithstanding the foregoing, "DSP\r
-Library Specification" shall not include (i) the implementation of other published specifications referenced in the\r
-DSP Library Specification; (ii) any enabling technologies that may be necessary to make or use any product or\r
-portion thereof that complies with the DSP Library Specification, but are not themselves expressly set forth in the\r
-DSP Library Specification (e.g. compiler front ends, code generators, back ends, libraries or other compiler,\r
-assembler or linker technologies; validation or debug software or hardware; applications, operating system or\r
-driver software; RISC architecture; processor microarchitecture); (iii) maskworks and physical layouts of\r
-integrated circuit designs; or (iv) RTL or other high level representations of integrated circuit designs.\r
-\r
-"Example Code" means any files in C, C++ or ARM assembly programming languages, associated project and\r
-configuration files that demonstrate the usage of the CMSIS Specification, the DSP Library Specification and the\r
-DSP Library Implementation, for microprocessors or device specific software applications that are for use with\r
-microprocessors.\r
-\r
-1. LICENCE GRANTS.\r
-\r
-1.1 ARM hereby grants to you, subject to the terms and conditions of this Licence, a non-exclusive, nontransferable\r
-licence, to;\r
-\r
-(i) use and copy the CMSIS Specification for the purpose of developing, having developed, manufacturing,\r
-having manufactured, offering to sell, selling, supplying or otherwise distributing products that comply with the\r
-CMSIS Specification, provided that you preserve any copyright notices which are included with, or in, the CMSIS\r
-Specification and provided that you do not use ARM's name, logo or trademarks to market such products;\r
-\r
-(ii) use, copy, and modify (solely to the extent necessary to incorporate the whole or any part of the DSP Library\r
-Specification into your documentation), the DSP Library Specification, for the purpose of developing, having\r
-developed, manufacturing, having manufactured, offering to sell, selling, supplying or otherwise distributing\r
-products that comply with the DSP Library Specification, and distribute and have distributed any documentation\r
-created by or for you that has been derived from the DSP Library Specification with such products, provided that\r
-you preserve any copyright notices which are included with, or in, the DSP Library Specification and provided that\r
-you do not use ARM's name, logo or trademarks to market such products;\r
-\r
-(iii) use, copy, modify and sublicense the Example Code solely for the purpose of developing, having developed,\r
-manufacturing, having manufactured, offering to sell, selling, supplying or otherwise distributing products that\r
-comply with either or both the CMSIS Specification and the DSP Library Specification, provided that you preserve\r
-any copyright notices which are included with, or in, the Example Code and that you do not use ARM's name,\r
-logo or trademarks to market such products;\r
-\r
-(iv) use, copy and modify (provided that the logical functionality and the application programming interface of the\r
-DSP Library Implementation are maintained) the DSP Library Implementation, solely for the purposes of\r
-developing; (a) software applications for use with microprocessors manufactured or simulated under licence from\r
-ARM ("Software Applications"); and (b) tools that are designed to develop software programs for use with\r
-microprocessors manufactured or simulated under licence from ARM ("Tools"); and\r
-\r
-(v) subject to clause 1.1(vi) below; (a) distribute and sublicense the use of the DSP Library Implementation\r
-(including any modified forms thereof created under Clause 1.1(iv) above) in binary or source format, solely as\r
-incorporated into Software Library Applications and Tools to third parties; and (b) sublicense to such third parties\r
-the right to use and copy the Tools for the purposes of developing and distribute software programs for use with\r
-microprocessors manufactured or simulated under licence from ARM.\r
-\r
-(vi) CONDITIONS ON REDISTRIBUTION: If you choose to redistribute the whole or any part of the DSP Library\r
-Implementation as incorporated into Software Library Applications or Tools, you agree to; (a) ensure that the\r
-DSP Library Implementation is licensed for use only as part of Software Library Applications and Tools and only\r
-for use with microprocessors manufactured or simulated under licence from ARM; (b) not to use ARM's name,\r
-logo or trademarks to market Software Applications and Tools; and (c) include valid copyright notices on\r
-Software Applications and Tools, and preserve any copyright notices which are included with, or in, the DSP\r
-Library Implementation.\r
-\r
-2. RESTRICTIONS ON USE OF THE ARM DELIVERABLES.\r
-\r
-PERMITTED USERS: The ARM Deliverables shall be used only by you (either a single individual, or single legal\r
-entity) your employees, or by your on-site bona fide sub-contractors for whose acts and omissions you hereby\r
-agree to be responsible to ARM for to the same extent as you are for your employees, and provided always that\r
-such sub-contractors; (i) are contractually obligated to use the ARM Deliverables only for your benefit, and (ii)\r
-agree to assign all their work product and any rights they create therein in the supply of such work to you.\r
-COPYRIGHT AND RESERVATION OF RIGHTS: The ARM Deliverables are owned by ARM or its licensors and\r
-are protected by copyright and other intellectual property laws and international treaties. The ARM Deliverables\r
-are licensed not sold. Except as expressly licensed herein, you acquire no right, title or interest in the ARM\r
-Deliverables or any intellectual property therein. In no event shall the licences granted herein be construed as\r
-granting you, expressly or by implication, estoppels or otherwise, a licence to use any ARM technology except\r
-the ARM Deliverables.\r
-\r
-3. SUPPORT.\r
-\r
-ARM is not obligated to support the ARM Deliverables but may do so entirely at ARM's discretion.\r
-\r
-4. NO WARRANTY\r
-\r
-YOU AGREE THAT THE ARM DELIVERABLES ARE LICENSED "AS IS", AND THAT ARM EXPRESSLY\r
-DISCLAIMS ALL REPRESENTATIONS, WARRANTIES, CONDITIONS OR OTHER TERMS, EXPRESS,\r
-IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NONINFRINGEMENT,\r
-SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE. THE ARM\r
-DELIVERABLES MAY CONTAIN ERRORS. ARM RESERVES THE RIGHT TO INCORPORATE\r
-MODIFICATIONS TO THE ARM DELIVERABLES IN LATER REVISIONS OF THEM, AND TO MAKE\r
-IMPROVEMENTS OR CHANGES IN THE ARM DELIVERABLES AT ANY TIME.\r
-\r
-5. LIMITATION OF LIABILITY.\r
-\r
-THE MAXIMUM LIABILITY OF ARM TO YOU IN AGGREGATE FOR ALL CLAIMS MADE AGAINST ARM IN\r
-CONTRACT, TORT OR OTHERWISE UNDER OR IN CONNECTION WITH THE SUBJECT MATTER OF THIS\r
-LICENCE SHALL NOT EXCEED THE GREATER OF (I) THE TOTAL OF SUMS PAID BY YOU TO ARM (IF\r
-ANY) FOR THIS LICENCE AND (II) US$10.00. THE LIMITATIONS, EXCLUSIONS AND DISCLAIMERS IN\r
-THIS LICENCE SHALL APPLY TO THE MAXIMUM EXTENT ALLOWED BY APPLICABLE LAW.\r
-\r
-6. U.S. GOVERNMENT END USERS.\r
-US Government Restrictions: Use, duplication, reproduction, release, modification, disclosure or transfer of this\r
-commercial product and accompanying documentation is restricted in accordance with the terms of this Licence.\r
-\r
-7. TERM AND TERMINATION.\r
-\r
-7.1 This Licence shall remain in force until terminated in accordance with the terms of Clause 7.2 or Clause 7.3\r
-below.\r
-\r
-7.2 Without prejudice to any of its other rights if you are in breach of any of the terms and conditions of this\r
-Licence then ARM may terminate this Licence immediately upon giving written notice to you. You may terminate\r
-this Licence at any time.\r
-\r
-7.3 This Licence shall immediately terminate and shall be unavailable to you if you or any party affiliated to you\r
-asserts any patents against ARM, ARM affiliates, third parties who have a valid licence from ARM for the ARM\r
-Deliverables, or any customers or distributors of any of them based upon a claim that your (or your affiliate)\r
-patent is Necessary to implement the CMSIS Specification or DSP Library Specification. In this Licence; (i)\r
-"affiliate" means any entity controlling, controlled by or under common control with a party (in fact or in law, via\r
-voting securities, management control or otherwise) and "affiliated" shall be construed accordingly; (ii) "assert"\r
-means to allege infringement in legal or administrative proceedings, or proceedings before any other competent\r
-trade, arbitral or international authority; (iii) "Necessary" means with respect to any claims of any patent, those\r
-claims which, without the appropriate permission of the patent owner, will be infringed when implementing the\r
-CMSIS Specification or DSP Library Specification because no alternative, commercially reasonable, noninfringing\r
-way of implementing the CMSIS Specification or DSP Library Specification is known.\r
-\r
-7.4 Upon termination of this Licence, you shall stop using the ARM Deliverables and destroy all copies of the\r
-ARM Deliverables in your possession. The provisions of clauses 5, 6, 7, and 8 shall survive termination of this\r
-Licence.\r
-\r
-8. GENERAL.\r
-\r
-This Licence is governed by English Law. Except where ARM agrees otherwise in a written contract signed by\r
-you and ARM, this is the only agreement between you and ARM relating to the ARM Deliverables and it may only\r
-be modified by written agreement between you and ARM. Except as expressly agreed in writing, this Licence\r
-may not be modified by purchase orders, advertising or other representation by any person. If any clause or\r
-sentence in this Licence is held by a court of law to be illegal or unenforceable the remaining provisions of this\r
-Licence shall not be affected thereby. The failure by ARM to enforce any of the provisions of this Licence, unless\r
-waived in writing, shall not constitute a waiver of ARM's rights to enforce such provision or any other provision of\r
-this Licence in the future. This Licence may not be assigned without the prior written consent of ARM.\r
-\r
-ARM contract reference LEC-PRE-00489\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
deleted file mode 100644 (file)
index c216fe0..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*\r
- * Provides the two timers sources for the standard demo IntQueue test.  Also\r
- * includes a high frequency timer to maximise the interrupt nesting achieved.\r
- */\r
-\r
-/* Standard includes. */\r
-#include <limits.h>\r
-\r
-/* Scheduler includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* Demo includes. */\r
-#include "IntQueueTimer.h"\r
-#include "IntQueue.h"\r
-\r
-/* System includes. */\r
-#include "board.h"\r
-#include "asf.h"\r
-\r
-/* The frequencies at which the first two timers expire are slightly offset to\r
-ensure they don't remain synchronised.  The frequency of the highest priority\r
-interrupt is 20 times faster so really hammers the interrupt entry and exit\r
-code. */\r
-#define tmrTIMER_0_FREQUENCY   ( 2000UL )\r
-#define tmrTIMER_1_FREQUENCY   ( 1003UL )\r
-#define tmrTIMER_2_FREQUENCY   ( 20000UL )\r
-\r
-/* Priorities used by the timer interrupts - these are set differently to make\r
-nesting likely/common.  The high frequency timer operates above the max\r
-system call interrupt priority, but does not use the RTOS API. */\r
-#define tmrTIMER_0_PRIORITY            ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )\r
-#define tmrTIMER_1_PRIORITY            ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY + 1 )\r
-#define tmrTIMER_2_PRIORITY            ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY - 1 )\r
-\r
-/* The channels used within the TC0 timer. */\r
-#define tmrTIMER_0_CHANNEL             ( 0 )\r
-#define tmrTIMER_1_CHANNEL             ( 1 )\r
-#define tmrTIMER_2_CHANNEL             ( 2 )\r
-\r
-/* TC register bit specifics. */\r
-#define tmrTRIGGER_ON_RC               ( 1UL << 4UL )\r
-#define trmDIVIDER                             ( 128 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Handers for the timer interrupts. */\r
-void TC0_Handler( void );\r
-void TC1_Handler( void );\r
-void TC2_Handler( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Incremented by the high frequency timer, which operates above the max\r
-syscall interrupt priority.  This is just for inspection. */\r
-volatile uint32_t ulHighFrequencyTimerInterrupts = 0;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vInitialiseTimerForIntQueueTest( void )\r
-{\r
-uint32_t ulInputFrequency;\r
-\r
-       /* Calculate the frequency of the clock that feeds the TC. */\r
-       ulInputFrequency = configCPU_CLOCK_HZ;\r
-       ulInputFrequency /= trmDIVIDER;\r
-\r
-       /* Three channels are used - two that run at or under \r
-       configMAX_SYSCALL_INTERRUPT_PRIORITY, and one that runs over\r
-       configMAX_SYSCALL_INTERRUPT_PRIORITY. */\r
-       sysclk_enable_peripheral_clock( ID_TC0 );\r
-       sysclk_enable_peripheral_clock( ID_TC1 );\r
-       sysclk_enable_peripheral_clock( ID_TC2 );\r
-       \r
-       /* Init TC channels to waveform mode - up mode clean on RC match. */\r
-       tc_init( TC0, tmrTIMER_0_CHANNEL, TC_CMR_TCCLKS_TIMER_CLOCK4 | TC_CMR_WAVE | TC_CMR_ACPC_CLEAR | TC_CMR_CPCTRG );\r
-       tc_init( TC0, tmrTIMER_1_CHANNEL, TC_CMR_TCCLKS_TIMER_CLOCK4 | TC_CMR_WAVE | TC_CMR_ACPC_CLEAR | TC_CMR_CPCTRG );\r
-       tc_init( TC0, tmrTIMER_2_CHANNEL, TC_CMR_TCCLKS_TIMER_CLOCK4 | TC_CMR_WAVE | TC_CMR_ACPC_CLEAR | TC_CMR_CPCTRG );\r
-       \r
-       tc_enable_interrupt( TC0, tmrTIMER_0_CHANNEL, tmrTRIGGER_ON_RC );\r
-       tc_enable_interrupt( TC0, tmrTIMER_1_CHANNEL, tmrTRIGGER_ON_RC );\r
-       tc_enable_interrupt( TC0, tmrTIMER_2_CHANNEL, tmrTRIGGER_ON_RC );\r
-       \r
-       tc_write_rc( TC0, tmrTIMER_0_CHANNEL, ( ulInputFrequency / tmrTIMER_0_FREQUENCY ) );\r
-       tc_write_rc( TC0, tmrTIMER_1_CHANNEL, ( ulInputFrequency / tmrTIMER_1_FREQUENCY ) );\r
-       tc_write_rc( TC0, tmrTIMER_2_CHANNEL, ( ulInputFrequency / tmrTIMER_2_FREQUENCY ) );\r
-\r
-       NVIC_SetPriority( TC0_IRQn, tmrTIMER_0_PRIORITY );\r
-       NVIC_SetPriority( TC1_IRQn, tmrTIMER_1_PRIORITY );\r
-       NVIC_SetPriority( TC2_IRQn, tmrTIMER_2_PRIORITY );\r
-\r
-       NVIC_EnableIRQ( TC0_IRQn );\r
-       NVIC_EnableIRQ( TC1_IRQn );\r
-       NVIC_EnableIRQ( TC2_IRQn );\r
-\r
-       tc_start( TC0, tmrTIMER_0_CHANNEL );\r
-       tc_start( TC0, tmrTIMER_1_CHANNEL );\r
-       tc_start( TC0, tmrTIMER_2_CHANNEL );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void TC0_Handler( void )\r
-{\r
-       /* Handler for the first timer in the IntQueue test.  Was the interrupt\r
-       caused by a compare on RC? */\r
-       if( ( tc_get_status( TC0, tmrTIMER_0_CHANNEL ) & ~TC_SR_CPCS ) != 0 )\r
-       {\r
-               portYIELD_FROM_ISR( xFirstTimerHandler() );     \r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void TC1_Handler( void )\r
-{\r
-       /* Handler for the second timer in the IntQueue test.  Was the interrupt\r
-       caused by a compare on RC? */\r
-       if( ( tc_get_status( TC0, tmrTIMER_1_CHANNEL ) & ~TC_SR_CPCS ) != 0 )\r
-       {\r
-               portYIELD_FROM_ISR( xSecondTimerHandler() );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void TC2_Handler( void )\r
-{\r
-       /* Handler for the high frequency timer that does nothing but increment a\r
-       variable to give an indication that it is running.  Was the interrupt caused\r
-       by a compare on RC? */\r
-       if( ( tc_get_status( TC0, tmrTIMER_2_CHANNEL ) & ~TC_SR_CPCS ) != 0 )\r
-       {\r
-               ulHighFrequencyTimerInterrupts++;\r
-       }\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
deleted file mode 100644 (file)
index 4594efd..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-#ifndef INT_QUEUE_TIMER_H\r
-#define INT_QUEUE_TIMER_H\r
-\r
-void vInitialiseTimerForIntQueueTest( void );\r
-BaseType_t xTimer0Handler( void );\r
-BaseType_t xTimer1Handler( void );\r
-\r
-#endif\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/LCDUtils.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/LCDUtils.c
deleted file mode 100644 (file)
index 3e11a58..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-/**\r
- * gfx_draw_bmpfile() is provided by and copyright to Atmel Corporation with the\r
- * following usage restrictions:\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- */\r
-\r
-/* Standard includes. */\r
-#include <stdint.h>\r
-\r
-/* Library includes. */\r
-#include <asf.h>\r
-\r
-/* Bitmap. */\r
-#include "logo_atmel.h"\r
-\r
-/* Chip select number to be set for LCD. */\r
-#define ILI93XX_LCD_CS  1\r
-\r
-/*\r
- * Initialise the LCD and output a bitmap.\r
- */\r
-void vInitialiseLCD( void );\r
-\r
-/*\r
- * Output a bitmap to the LCD.\r
- */\r
-static void gfx_draw_bmpfile( const uint8_t *bmpImage );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-COMPILER_PACK_SET( 1 )\r
-struct bmpfile_header {\r
-       /** signature, must be 4D42 hex */\r
-       uint16_t type;\r
-       /** size of BMP file in bytes (unreliable) */\r
-       uint32_t file_size;\r
-       /** reserved, must be zero */\r
-       uint16_t reserved1;\r
-       /** reserved, must be zero */\r
-       uint16_t reserved2;\r
-       /** offset to start of image data in bytes */\r
-       uint32_t offset;\r
-       /** size of BITMAPINFOHEADER structure, must be 40 */\r
-       uint32_t header_size;\r
-       /** image width in pixels */\r
-       uint32_t width;\r
-       /** image height in pixels */\r
-       uint32_t height;\r
-       /** number of planes in the image, must be 1 */\r
-       uint16_t planes;\r
-       /** number of bits per pixel (1, 4, 8, 16, 24, 32) */\r
-       uint16_t bits;\r
-       /** compression type (0=none, 1=RLE-8, 2=RLE-4) */\r
-       uint32_t compression;\r
-       /** size of image data in bytes (including padding) */\r
-       uint32_t inage_size;\r
-       /** horizontal resolution in pixels per meter */\r
-       uint32_t h_resolution;\r
-       /** vertical resolution in pixels per meter */\r
-       uint32_t v_resolution;\r
-       /** number of colors in image, or zero */\r
-       uint32_t colours;\r
-       /** number of important colors, or zero */\r
-       uint32_t important_colors;\r
-};\r
-COMPILER_PACK_RESET()\r
-\r
-void vInitialiseLCD( void )\r
-{\r
-struct ili93xx_opt_t g_ili93xx_display_opt;\r
-\r
-       /* Configure SMC interface for Lcd */\r
-       smc_set_setup_timing( SMC, ILI93XX_LCD_CS, SMC_SETUP_NWE_SETUP( 2 ) | SMC_SETUP_NCS_WR_SETUP( 2 ) | SMC_SETUP_NRD_SETUP( 2 ) | SMC_SETUP_NCS_RD_SETUP( 2 ) );\r
-       smc_set_pulse_timing( SMC, ILI93XX_LCD_CS, SMC_PULSE_NWE_PULSE( 4 )     | SMC_PULSE_NCS_WR_PULSE( 4 ) | SMC_PULSE_NRD_PULSE( 10 )| SMC_PULSE_NCS_RD_PULSE( 10 ) );\r
-       smc_set_cycle_timing( SMC, ILI93XX_LCD_CS, SMC_CYCLE_NWE_CYCLE( 10 )| SMC_CYCLE_NRD_CYCLE( 22 ) );\r
-       smc_set_mode( SMC, ILI93XX_LCD_CS, SMC_MODE_READ_MODE | SMC_MODE_WRITE_MODE );\r
-\r
-       /* Initialise the LCD. */\r
-       g_ili93xx_display_opt.ul_width = ILI93XX_LCD_WIDTH;\r
-       g_ili93xx_display_opt.ul_height = ILI93XX_LCD_HEIGHT;\r
-       g_ili93xx_display_opt.foreground_color = COLOR_BLACK;\r
-       g_ili93xx_display_opt.background_color = COLOR_WHITE;\r
-       ili93xx_init( &g_ili93xx_display_opt );\r
-\r
-       /* Set backlight level */\r
-       aat31xx_set_backlight(AAT31XX_AVG_BACKLIGHT_LEVEL);\r
-\r
-       /* Turn on LCD */\r
-       ili93xx_display_on();\r
-\r
-       /* Clear. */\r
-       ili93xx_set_foreground_color( COLOR_WHITE );\r
-       ili93xx_draw_filled_rectangle( 0, 0, ILI93XX_LCD_WIDTH, ILI93XX_LCD_HEIGHT );\r
-\r
-       /* Draw logos. */\r
-       ili93xx_set_cursor_position( 0,0 );\r
-       gfx_draw_bmpfile( logo_atmel_bmp );\r
-\r
-       /* Set foreground colour ready to write text. */\r
-       ili93xx_set_foreground_color( COLOR_BLACK );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void gfx_draw_bmpfile( const uint8_t *bmpImage )\r
-{\r
-       struct bmpfile_header *bmp_header;\r
-       uint32_t length;\r
-       uint32_t i = 0;\r
-       uint32_t offset;\r
-       uint16_t j;\r
-\r
-       bmp_header = (struct bmpfile_header*) bmpImage;\r
-       length = bmp_header->height * bmp_header->width * 3;\r
-       offset = sizeof(struct bmpfile_header);\r
-\r
-       if (ili93xx_device_type() == DEVICE_TYPE_ILI9325) {\r
-\r
-               ili93xx_set_cursor_position(0, 0);\r
-\r
-               /** Prepare to write in GRAM */\r
-               LCD_IR(0);\r
-               LCD_IR(ILI9325_GRAM_DATA_REG);\r
-               for (i = offset; i < length; i += 3) {\r
-                       /** Invert red and blue. */\r
-                       LCD_WD(bmpImage[i + 2]);\r
-                       LCD_WD(bmpImage[i + 1]);\r
-                       LCD_WD(bmpImage[i]);\r
-               }\r
-               } else if (ili93xx_device_type() == DEVICE_TYPE_ILI9341) {\r
-               ili93xx_set_window(0, 0, bmp_header->width - 15, bmp_header->height);\r
-               /** memory write command (R2Ch)*/\r
-               LCD_IR(ILI9341_CMD_MEMORY_WRITE);\r
-               LCD_IR(ILI9341_CMD_WRITE_MEMORY_CONTINUE);\r
-\r
-               /** the original image is mirrored */\r
-               for (i= bmp_header->height - 1; i * bmp_header->width * 3 > offset;\r
-               i -=1) {\r
-                       for (j = 45; j < bmp_header->width * 3; j += 3) {\r
-                               LCD_WD(bmpImage[i * bmp_header->width * 3 + j + 2]);\r
-                               LCD_WD(bmpImage[i * bmp_header->width * 3 + j + 1]);\r
-                               LCD_WD(bmpImage[i * bmp_header->width * 3 + j]);\r
-                       }\r
-               }\r
-       }\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c
deleted file mode 100644 (file)
index f2f66f3..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*-----------------------------------------------------------\r
- * Simple IO routines to control the LEDs.\r
- *-----------------------------------------------------------*/\r
-\r
-/* Scheduler includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* Demo includes. */\r
-#include "partest.h"\r
-\r
-/* The number of LEDs available to the user on the evaluation kit. */\r
-#define partestNUM_LEDS                        ( 3UL )\r
-\r
-/* The index of the pins to which the LEDs are connected.  The ordering of the\r
-LEDs in this array is intentional and matches the order they appear on the\r
-hardware. */\r
-static const uint32_t ulLED[] = { LED0_GPIO, LED1_GPIO, LED2_GPIO };\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vParTestInitialise( void )\r
-{\r
-       /* LEDs are initialised in the Atmel provided board initialisation\r
-       function. */\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vParTestSetLED( unsigned portBASE_TYPE uxLED, signed portBASE_TYPE xValue )\r
-{\r
-       if( uxLED < partestNUM_LEDS )\r
-       {\r
-               /* Turn the LED off. */\r
-               taskENTER_CRITICAL();\r
-               {\r
-                       ioport_set_pin_level( ulLED[ uxLED ], !xValue );\r
-               }\r
-               taskEXIT_CRITICAL();\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vParTestToggleLED( unsigned portBASE_TYPE uxLED )\r
-{\r
-       if( uxLED < partestNUM_LEDS )\r
-       {\r
-               taskENTER_CRITICAL();\r
-               {\r
-                       ioport_toggle_pin_level( ulLED[ uxLED ] );\r
-               }\r
-               taskEXIT_CRITICAL();\r
-       }\r
-}\r
-\r
-\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
deleted file mode 100644 (file)
index 897d1ff..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-\r
-/* Utility functions to implement run time stats on Cortex-M CPUs.  The collected\r
-run time data can be viewed through the CLI interface.  See the following URL for\r
-more information on run time stats:\r
-http://www.freertos.org/rtos-run-time-stats.html */\r
-\r
-/* Addresses of registers in the Cortex-M debug hardware. */\r
-#define rtsDWT_CYCCNT                  ( *( ( unsigned long * ) 0xE0001004 ) )\r
-#define rtsDWT_CONTROL                         ( *( ( unsigned long * ) 0xE0001000 ) )\r
-#define rtsSCB_DEMCR                   ( *( ( unsigned long * ) 0xE000EDFC ) )\r
-#define rtsTRCENA_BIT                  ( 0x01000000UL )\r
-#define rtsCOUNTER_ENABLE_BIT  ( 0x01UL )\r
-\r
-/* Simple shift divide for scaling to avoid an overflow occurring too soon.  The\r
-number of bits to shift depends on the clock speed. */\r
-#define runtimeSLOWER_CLOCK_SPEEDS     ( 70000000UL )\r
-#define runtimeSHIFT_13                                13\r
-#define runtimeOVERFLOW_BIT_13         ( 1UL << ( 32UL - runtimeSHIFT_13 ) )\r
-#define runtimeSHIFT_14                                14\r
-#define runtimeOVERFLOW_BIT_14         ( 1UL << ( 32UL - runtimeSHIFT_14 ) )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void vConfigureTimerForRunTimeStats( void )\r
-{\r
-       /* Enable TRCENA. */\r
-       rtsSCB_DEMCR = rtsSCB_DEMCR | rtsTRCENA_BIT;\r
-\r
-       /* Reset counter. */\r
-       rtsDWT_CYCCNT = 0;\r
-\r
-       /* Enable counter. */\r
-       rtsDWT_CONTROL = rtsDWT_CONTROL | rtsCOUNTER_ENABLE_BIT;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-uint32_t ulGetRunTimeCounterValue( void )\r
-{\r
-static unsigned long ulLastCounterValue = 0UL, ulOverflows = 0;\r
-unsigned long ulValueNow;\r
-\r
-       ulValueNow = rtsDWT_CYCCNT;\r
-\r
-       /* Has the value overflowed since it was last read. */\r
-       if( ulValueNow < ulLastCounterValue )\r
-       {\r
-               ulOverflows++;\r
-       }\r
-       ulLastCounterValue = ulValueNow;\r
-\r
-       /* Cannot use configCPU_CLOCK_HZ directly as it may itself not be a constant\r
-       but instead map to a variable that holds the clock speed. */\r
-\r
-       /* There is no prescale on the counter, so simulate in software. */\r
-       if( configCPU_CLOCK_HZ < runtimeSLOWER_CLOCK_SPEEDS )\r
-       {\r
-               ulValueNow >>= runtimeSHIFT_13;\r
-               ulValueNow += ( runtimeOVERFLOW_BIT_13 * ulOverflows );\r
-       }\r
-       else\r
-       {\r
-               ulValueNow >>= runtimeSHIFT_14;\r
-               ulValueNow += ( runtimeOVERFLOW_BIT_14 * ulOverflows );\r
-       }\r
-\r
-       return ulValueNow;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/asf.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/asf.h
deleted file mode 100644 (file)
index b5036d0..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Autogenerated API include file for the Atmel Software Framework (ASF)\r
- *\r
- * Copyright (c) 2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef ASF_H\r
-#define ASF_H\r
-\r
-/*\r
- * This file includes all API header files for the selected drivers from ASF.\r
- * Note: There might be duplicate includes required by more than one driver.\r
- *\r
- * The file is automatically generated and will be re-written when\r
- * running the ASF driver selector tool. Any changes will be discarded.\r
- */\r
-\r
-// From module: Common SAM compiler driver\r
-#include <compiler.h>\r
-#include <status_codes.h>\r
-\r
-// From module: Display - AAT31XX Backlight Controller\r
-#include <aat31xx.h>\r
-\r
-// From module: Display - ILI93xx LCD Controller\r
-#include <ili9325_regs.h>\r
-#include <ili9341_regs.h>\r
-#include <ili93xx.h>\r
-\r
-// From module: Ethernet MAC (GMAC)\r
-#include <gmac.h>\r
-\r
-// From module: Ethernet Physical Transceiver (ksz8051mnl)\r
-#include <ethernet_phy.h>\r
-\r
-// From module: Generic board support\r
-#include <board.h>\r
-\r
-// From module: IOPORT - General purpose I/O service\r
-#include <ioport.h>\r
-\r
-// From module: Interrupt management - SAM implementation\r
-#include <interrupt.h>\r
-\r
-// From module: PMC - Power Management Controller\r
-#include <pmc.h>\r
-#include <sleep.h>\r
-\r
-// From module: Part identification macros\r
-#include <parts.h>\r
-\r
-// From module: SAM FPU driver\r
-#include <fpu.h>\r
-\r
-// From module: SAM4E EK LED support enabled\r
-#include <led.h>\r
-\r
-// From module: SAM4E startup code\r
-#include <exceptions.h>\r
-\r
-// From module: SMC - Static Memory Controller\r
-#include <smc.h>\r
-\r
-// From module: System Clock Control - SAM4E implementation\r
-#include <sysclk.h>\r
-\r
-// From module: TC - Timer Counter\r
-#include <tc.h>\r
-\r
-#endif // ASF_H\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
deleted file mode 100644 (file)
index 0ec140c..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-\r
-#ifndef FREERTOS_CONFIG_H\r
-#define FREERTOS_CONFIG_H\r
-\r
-/* Atmel library includes. */\r
-#include <asf.h>\r
-\r
-/*-----------------------------------------------------------\r
- * Application specific definitions.\r
- *\r
- * These definitions should be adjusted for your particular hardware and\r
- * application requirements.\r
- *\r
- * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
- *\r
- * See http://www.freertos.org/a00110.html\r
- *----------------------------------------------------------*/\r
-\r
-extern uint32_t SystemCoreClock;\r
-\r
-#define configUSE_PREEMPTION                                   1\r
-#define configUSE_PORT_OPTIMISED_TASK_SELECTION        1\r
-#define configUSE_QUEUE_SETS                                   1\r
-#define configUSE_IDLE_HOOK                                            1\r
-#define configUSE_TICK_HOOK                                            1\r
-#define configCPU_CLOCK_HZ                                             ( SystemCoreClock )\r
-#define configTICK_RATE_HZ                                             ( 1000 )\r
-#define configMAX_PRIORITIES                                   ( 5 )\r
-#define configMINIMAL_STACK_SIZE                               ( ( unsigned short ) 120 )\r
-#define configTOTAL_HEAP_SIZE                                  ( ( size_t ) ( 47 * 1024 ) )\r
-#define configMAX_TASK_NAME_LEN                                        ( 10 )\r
-#define configUSE_TRACE_FACILITY                               1\r
-#define configUSE_16_BIT_TICKS                                 0\r
-#define configIDLE_SHOULD_YIELD                                        1\r
-#define configUSE_MUTEXES                                              1\r
-#define configQUEUE_REGISTRY_SIZE                              8\r
-#define configCHECK_FOR_STACK_OVERFLOW                 2\r
-#define configUSE_RECURSIVE_MUTEXES                            1\r
-#define configUSE_MALLOC_FAILED_HOOK                   1\r
-#define configUSE_APPLICATION_TASK_TAG                 0\r
-#define configUSE_COUNTING_SEMAPHORES                  1\r
-\r
-/* The full demo always has tasks to run so the tick will never be turned off.\r
-The blinky demo will use the default tickless idle implementation to turn the\r
-tick off. */\r
-#define configUSE_TICKLESS_IDLE                                        1\r
-\r
-/* Run time stats gathering definitions. */\r
-void vConfigureTimerForRunTimeStats( void );\r
-uint32_t ulGetRunTimeCounterValue( void );\r
-#define configGENERATE_RUN_TIME_STATS  1\r
-#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vConfigureTimerForRunTimeStats()\r
-#define portGET_RUN_TIME_COUNTER_VALUE() ulGetRunTimeCounterValue()\r
-\r
-/* This demo makes use of one or more example stats formatting functions.  These\r
-format the raw data provided by the uxTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within\r
-FreeRTOS/Source/tasks.c for limitations. */\r
-#define configUSE_STATS_FORMATTING_FUNCTIONS   1\r
-\r
-/* Co-routine definitions. */\r
-#define configUSE_CO_ROUTINES                  0\r
-#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
-\r
-/* Software timer definitions. */\r
-#define configUSE_TIMERS                               1\r
-#define configTIMER_TASK_PRIORITY              ( 2 )\r
-#define configTIMER_QUEUE_LENGTH               5\r
-#define configTIMER_TASK_STACK_DEPTH   ( configMINIMAL_STACK_SIZE )\r
-\r
-/* Set the following definitions to 1 to include the API function, or zero\r
-to exclude the API function. */\r
-#define INCLUDE_vTaskPrioritySet               1\r
-#define INCLUDE_uxTaskPriorityGet              1\r
-#define INCLUDE_vTaskDelete                            1\r
-#define INCLUDE_vTaskCleanUpResources  1\r
-#define INCLUDE_vTaskSuspend                   1\r
-#define INCLUDE_vTaskDelayUntil                        1\r
-#define INCLUDE_vTaskDelay                             1\r
-#define INCLUDE_eTaskGetState                  1\r
-#define INCLUDE_xTimerPendFunctionCall 1\r
-\r
-/* Cortex-M specific definitions. */\r
-#ifdef __NVIC_PRIO_BITS\r
-       /* __BVIC_PRIO_BITS will be specified when CMSIS is being used. */\r
-       #define configPRIO_BITS                 __NVIC_PRIO_BITS\r
-#else\r
-       #define configPRIO_BITS                 4        /* 15 priority levels */\r
-#endif\r
-\r
-/* The lowest interrupt priority that can be used in a call to a "set priority"\r
-function. */\r
-#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY                        0xf\r
-\r
-/* The highest interrupt priority that can be used by any interrupt service\r
-routine that makes calls to interrupt safe FreeRTOS API functions.  DO NOT CALL\r
-INTERRUPT SAFE FREERTOS API FUNCTIONS FROM ANY INTERRUPT THAT HAS A HIGHER\r
-PRIORITY THAN THIS! (higher priorities are lower numeric values. */\r
-#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY   5\r
-\r
-/* Interrupt priorities used by the kernel port layer itself.  These are generic\r
-to all Cortex-M ports, and do not rely on any particular library functions. */\r
-#define configKERNEL_INTERRUPT_PRIORITY                ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
-/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
-See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */\r
-#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
-\r
-/* Normal assert() semantics without relying on the provision of an assert.h\r
-header file. */\r
-extern void vAssertCalled( uint32_t ulLine, const char *pcFile );\r
-#define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled( __LINE__, __FILE__ )\r
-\r
-/* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS\r
-standard names. */\r
-#define xPortPendSVHandler PendSV_Handler\r
-#define vPortSVCHandler SVC_Handler\r
-#define xPortSysTickHandler SysTick_Handler\r
-\r
-/* MAC address configuration.  In a deployed production system this would\r
-probably be read from an EEPROM.  In the demo it is just hard coded.  Make sure\r
-each node on the network has a unique MAC address. */\r
-#define configMAC_ADDR0        0x00\r
-#define configMAC_ADDR1        0x11\r
-#define configMAC_ADDR2        0x22\r
-#define configMAC_ADDR3        0x33\r
-#define configMAC_ADDR4        0x44\r
-#define configMAC_ADDR5        0x45\r
-\r
-/* Default IP address configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configIP_ADDR0         172\r
-#define configIP_ADDR1         25\r
-#define configIP_ADDR2         218\r
-#define configIP_ADDR3         200\r
-\r
-/* Default gateway IP address configuration.  Used in ipconfigUSE_DNS is set to\r
-0, or ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configGATEWAY_ADDR0    172\r
-#define configGATEWAY_ADDR1    25\r
-#define configGATEWAY_ADDR2    218\r
-#define configGATEWAY_ADDR3    2\r
-\r
-/* Default DNS server configuration.  OpenDNS addresses are 208.67.222.222 and\r
-208.67.220.220.  Used in ipconfigUSE_DNS is set to 0, or ipconfigUSE_DNS is set\r
-to 1 but a DNS server cannot be contacted.*/\r
-#define configDNS_SERVER_ADDR0         208\r
-#define configDNS_SERVER_ADDR1         67\r
-#define configDNS_SERVER_ADDR2         222\r
-#define configDNS_SERVER_ADDR3         222\r
-\r
-/* Default netmask configuration.  Used in ipconfigUSE_DNS is set to 0, or\r
-ipconfigUSE_DNS is set to 1 but a DNS server cannot be contacted. */\r
-#define configNET_MASK0                255\r
-#define configNET_MASK1                255\r
-#define configNET_MASK2                255\r
-#define configNET_MASK3                0\r
-\r
-/* The address of the echo server.  Used when the demo is build to include the\r
-UDP echo tasks (when mainINCLUDE_ECHO_CLIENT_TASKS is set to 1 in\r
-FreeRTOSConfig.h.\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/Common_Echo_Clients.shtml */\r
-#define configECHO_SERVER_ADDR0        172\r
-#define configECHO_SERVER_ADDR1 25\r
-#define configECHO_SERVER_ADDR2 218\r
-#define configECHO_SERVER_ADDR3 100\r
-\r
-\r
-/* The priority used by the Ethernet MAC driver interrupt. */\r
-#define configMAC_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )\r
-\r
-/* Dimensions a buffer that can be used by the FreeRTOS+CLI command\r
-interpreter.  See the FreeRTOS+CLI documentation for more information:\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_CLI/ */\r
-#define configCOMMAND_INT_MAX_OUTPUT_SIZE              1024\r
-\r
-/* If configINCLUDE_DEMO_DEBUG_STATS is set to one, then a few basic IP trace\r
-macros are defined to gather some UDP stack statistics that can then be viewed\r
-through the CLI interface. */\r
-#define configINCLUDE_DEMO_DEBUG_STATS 1\r
-\r
-#endif /* FREERTOS_CONFIG_H */\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSIPConfig.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSIPConfig.h
deleted file mode 100644 (file)
index 2f06ba4..0000000
+++ /dev/null
@@ -1,275 +0,0 @@
-/*\r
- * FreeRTOS+UDP V1.0.4\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/*****************************************************************************\r
- *\r
- * See the following URL for configuration information.\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Configuration.shtml\r
- *\r
- *****************************************************************************/\r
-\r
-#ifndef FREERTOS_IP_CONFIG_H\r
-#define FREERTOS_IP_CONFIG_H\r
-\r
-/* The IP stack executes it its own task (although any application task can make\r
-use of its services through the published sockets API). ipconfigUDP_TASK_PRIORITY\r
-sets the priority of the task that executes the IP stack.  The priority is a\r
-standard FreeRTOS task priority so can take any value from 0 (the lowest\r
-priority) to (configMAX_PRIORITIES - 1) (the highest priority).\r
-configMAX_PRIORITIES is a standard FreeRTOS configuration parameter defined in\r
-FreeRTOSConfig.h, not FreeRTOSIPConfig.h. Consideration needs to be given as to\r
-the priority assigned to the task executing the IP stack relative to the\r
-priority assigned to tasks that use the IP stack.\r
-\r
-Note:  If the application is started without the network cable plugged in then\r
-this should be set to the lowest priority - otherwise the Atmel ASF GMAC driver\r
-will poll the GMAC interface waiting for a connection to be established.  The\r
-driver uses a very long timeout and no lower priority tasks will be able to\r
-execute during this time.  This demo starts with the IP task running at the idle\r
-priority - then raises the priority of the IP task in the network event hook\r
-when a connection has been established. */\r
-#define ipconfigUDP_TASK_PRIORITY                      ( tskIDLE_PRIORITY )\r
-\r
-/* The size, in words (not bytes), of the stack allocated to the FreeRTOS+UDP\r
-task.  This setting is less important when the FreeRTOS Win32 simulator is used\r
-as the Win32 simulator only stores a fixed amount of information on the task\r
-stack.  FreeRTOS includes optional stack overflow detection, see:\r
-http://www.freertos.org/Stacks-and-stack-overflow-checking.html */\r
-#define ipconfigUDP_TASK_STACK_SIZE_WORDS      ( configMINIMAL_STACK_SIZE * 2 )\r
-\r
-/* ipconfigRAND32() is called by the IP stack to generate a random number that\r
-is then used as a DHCP transaction number.  Random number generation is performed\r
-via this macro to allow applications to use their own random number generation\r
-method.  For example, it might be possible to generate a random number by\r
-sampling noise on an analogue input. */\r
-#define ipconfigRAND32()       1\r
-\r
-/* If ipconfigUSE_NETWORK_EVENT_HOOK is set to 1 then FreeRTOS+UDP will call the\r
-network event hook at the appropriate times.  If ipconfigUSE_NETWORK_EVENT_HOOK\r
-is not set to 1 then the network event hook will never be called.  See\r
-http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/API/vApplicationIPNetworkEventHook.shtml\r
-*/\r
-#define ipconfigUSE_NETWORK_EVENT_HOOK 1\r
-\r
-/* Sockets have a send block time attribute.  If FreeRTOS_sendto() is called but\r
-a network buffer cannot be obtained then the calling task is held in the Blocked\r
-state (so other tasks can continue to executed) until either a network buffer\r
-becomes available or the send block time expires.  If the send block time expires\r
-then the send operation is aborted.  The maximum allowable send block time is\r
-capped to the value set by ipconfigMAX_SEND_BLOCK_TIME_TICKS.  Capping the\r
-maximum allowable send block time prevents prevents a deadlock occurring when\r
-all the network buffers are in use and the tasks that process (and subsequently\r
-free) the network buffers are themselves blocked waiting for a network buffer.\r
-ipconfigMAX_SEND_BLOCK_TIME_TICKS is specified in RTOS ticks.  A time in\r
-milliseconds can be converted to a time in ticks by dividing the time in\r
-milliseconds by portTICK_PERIOD_MS. */\r
-#define ipconfigMAX_SEND_BLOCK_TIME_TICKS ( 20 / portTICK_PERIOD_MS )\r
-\r
-/* If ipconfigUSE_DHCP is 1 then FreeRTOS+UDP will attempt to retrieve an IP\r
-address, netmask, DNS server address and gateway address from a DHCP server.  If\r
-ipconfigUSE_DHCP is 0 then FreeRTOS+UDP will use a static IP address.  The\r
-stack will revert to using the static IP address even when ipconfigUSE_DHCP is\r
-set to 1 if a valid configuration cannot be obtained from a DHCP server for any\r
-reason.  The static configuration used is that passed into the stack by the\r
-FreeRTOS_IPInit() function call. */\r
-#define ipconfigUSE_DHCP       1\r
-\r
-/* When ipconfigUSE_DHCP is set to 1, DHCP requests will be sent out at\r
-increasing time intervals until either a reply is received from a DHCP server\r
-and accepted, or the interval between transmissions reaches\r
-ipconfigMAXIMUM_DISCOVER_TX_PERIOD.  The IP stack will revert to using the\r
-static IP address passed as a parameter to FreeRTOS_IPInit() if the\r
-re-transmission time interval reaches ipconfigMAXIMUM_DISCOVER_TX_PERIOD without\r
-a DHCP reply being received. */\r
-#define ipconfigMAXIMUM_DISCOVER_TX_PERIOD             ( 999 / portTICK_PERIOD_MS )\r
-\r
-/* The ARP cache is a table that maps IP addresses to MAC addresses.  The IP\r
-stack can only send a UDP message to a remove IP address if it knowns the MAC\r
-address associated with the IP address, or the MAC address of the router used to\r
-contact the remote IP address.  When a UDP message is received from a remote IP\r
-address the MAC address and IP address are added to the ARP cache.  When a UDP\r
-message is sent to a remote IP address that does not already appear in the ARP\r
-cache then the UDP message is replaced by a ARP message that solicits the\r
-required MAC address information.  ipconfigARP_CACHE_ENTRIES defines the maximum\r
-number of entries that can exist in the ARP table at any one time. */\r
-#define ipconfigARP_CACHE_ENTRIES              6\r
-\r
-/* ARP requests that do not result in an ARP response will be re-transmitted a\r
-maximum of ipconfigMAX_ARP_RETRANSMISSIONS times before the ARP request is\r
-aborted. */\r
-#define ipconfigMAX_ARP_RETRANSMISSIONS ( 5 )\r
-\r
-/* ipconfigMAX_ARP_AGE defines the maximum time between an entry in the ARP\r
-table being created or refreshed and the entry being removed because it is stale.\r
-New ARP requests are sent for ARP cache entries that are nearing their maximum\r
-age.  ipconfigMAX_ARP_AGE is specified in tens of seconds, so a value of 150 is\r
-equal to 1500 seconds (or 25 minutes). */\r
-#define ipconfigMAX_ARP_AGE                    150\r
-\r
-/* Implementing FreeRTOS_inet_addr() necessitates the use of string handling\r
-routines, which are relatively large.  To save code space the full\r
-FreeRTOS_inet_addr() implementation is made optional, and a smaller and faster\r
-alternative called FreeRTOS_inet_addr_quick() is provided.  FreeRTOS_inet_addr()\r
-takes an IP in decimal dot format (for example, "192.168.0.1") as its parameter.\r
-FreeRTOS_inet_addr_quick() takes an IP address as four separate numerical octets\r
-(for example, 192, 168, 0, 1) as its parameters.  If\r
-ipconfigINCLUDE_FULL_INET_ADDR is set to 1 then both FreeRTOS_inet_addr() and\r
-FreeRTOS_indet_addr_quick() are available.  If ipconfigINCLUDE_FULL_INET_ADDR is\r
-not set to 1 then only FreeRTOS_indet_addr_quick() is available. */\r
-#define ipconfigINCLUDE_FULL_INET_ADDR 1\r
-\r
-/* ipconfigNUM_NETWORK_BUFFERS defines the total number of network buffer that\r
-are available to the IP stack.  The total number of network buffers is limited\r
-to ensure the total amount of RAM that can be consumed by the IP stack is capped\r
-to a pre-determinable value. */\r
-#define ipconfigNUM_NETWORK_BUFFERS            10\r
-\r
-/* A FreeRTOS queue is used to send events from application tasks to the IP\r
-stack.  ipconfigEVENT_QUEUE_LENGTH sets the maximum number of events that can\r
-be queued for processing at any one time.  The event queue must be a minimum of\r
-5 greater than the total number of network buffers. */\r
-#define ipconfigEVENT_QUEUE_LENGTH             ( ipconfigNUM_NETWORK_BUFFERS + 5 )\r
-\r
-/* The address of a socket is the combination of its IP address and its port\r
-number.  FreeRTOS_bind() is used to manually allocate a port number to a socket\r
-(to 'bind' the socket to a port), but manual binding is not normally necessary\r
-for client sockets (those sockets that initiate outgoing connections rather than\r
-wait for incoming connections on a known port number).  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 1 then calling\r
-FreeRTOS_sendto() on a socket that has not yet been bound will result in the IP\r
-stack automatically binding the socket to a port number from the range\r
-socketAUTO_PORT_ALLOCATION_START_NUMBER to 0xffff.  If\r
-ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND is set to 0 then calling FreeRTOS_sendto()\r
-on a socket that has not yet been bound will result in the send operation being\r
-aborted. */\r
-#define ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND 1\r
-\r
-/* Defines the Time To Live (TTL) values used in outgoing UDP packets. */\r
-#define updconfigIP_TIME_TO_LIVE               128\r
-\r
-/* If ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is set to 1 then UDP packets that\r
-contain more data than will fit in a single network frame will be fragmented\r
-across multiple IP packets.  Also see the ipconfigNETWORK_MTU setting.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8.  Setting ipconfigCAN_FRAGMENT_OUTGOING_PACKETS to 1 will\r
-increase both the code size and execution time. */\r
-#define ipconfigCAN_FRAGMENT_OUTGOING_PACKETS 0\r
-\r
-/* The MTU is the maximum number of bytes the payload of a network frame can\r
-contain.  For normal Ethernet V2 frames the maximum MTU is 1500.  Setting a\r
-lower value can save RAM, depending on the buffer management scheme used.  If\r
-ipconfigCAN_FRAGMENT_OUTGOING_PACKETS is 1 then (ipconfigNETWORK_MTU - 28) must\r
-be divisible by 8. */\r
-#define ipconfigNETWORK_MTU 1500 /* Leave at 1500 for SAM4E. */\r
-\r
-/* Set ipconfigUSE_DNS to 1 to include a basic DNS client/resolver.  DNS is used\r
-through the FreeRTOS_gethostbyname() API function. */\r
-#define ipconfigUSE_DNS                1\r
-\r
-/* If ipconfigREPLY_TO_INCOMING_PINGS is set to 1 then the IP stack will\r
-generate replies to incoming ICMP echo (ping) requests. */\r
-#define ipconfigREPLY_TO_INCOMING_PINGS                                1\r
-\r
-/* If ipconfigSUPPORT_OUTGOING_PINGS is set to 1 then the\r
-FreeRTOS_SendPingRequest() API function is available. */\r
-#define ipconfigSUPPORT_OUTGOING_PINGS                         1\r
-\r
-/* If ipconfigSUPPORT_SELECT_FUNCTION is set to 1 then the FreeRTOS_select()\r
-(and associated) API function is available. */\r
-#define ipconfigSUPPORT_SELECT_FUNCTION                                1\r
-\r
-/* Used for stack testing only, and must be implemented in the network\r
-interface. */\r
-#define updconfigLOOPBACK_ETHERNET_PACKETS     0\r
-\r
-/* If ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES is set to 1 then Ethernet frames\r
-that are not in Ethernet II format will be dropped.  This option is included for\r
-potential future IP stack developments. */\r
-#define ipconfigFILTER_OUT_NON_ETHERNET_II_FRAMES 1\r
-\r
-/* If ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES is set to 1 then it is the\r
-responsibility of the Ethernet interface to filter out packets that are of no\r
-interest.  If the Ethernet interface does not implement this functionality, then\r
-set ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES to 0 to have the IP stack\r
-perform the filtering instead (it is much less efficient for the stack to do it\r
-because the packet will already have been passed into the stack).  If the\r
-Ethernet driver does all the necessary filtering in hardware then software\r
-filtering can be removed by using a value other than 1 or 0. */\r
-#define ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES    0\r
-\r
-/* If ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM is set to 1 then a UDP checksum\r
-will not be calculated and added to a packet before the packet is sent to the\r
-hardware for transmission. */\r
-#define ipconfigETHERNET_DRIVER_ADDS_UDP_CHECKSUM      0\r
-\r
-/* If ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM is set to 1 then an IP checksum\r
-will not be calculated and added to a packet before the packet is sent to the\r
-hardware for transmission. */\r
-#define ipconfigETHERNET_DRIVER_ADDS_IP_CHECKSUM       0\r
-\r
-/* If ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM is set to 1 then the IP\r
-checksum will be ignored on incoming packets on the assumption IP packets with\r
-an invalid checksum are not passed to the stack. */\r
-#define ipconfigETHERNET_DRIVER_CHECKS_IP_CHECKSUM     0\r
-\r
-/* If ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM is set to 1 then the UDP\r
-checksum will be ignored on incoming packets on the assumption the UDP packets\r
-with an invalid checksum are not passed to the stack. */\r
-#define ipconfigETHERNET_DRIVER_CHECKS_UDP_CHECKSUM 0\r
-\r
-/* Set ipconfigFREERTOS_PLUS_NABTO to 1 to support the Nabto protocol, or 0 to\r
-exclude support for the Nabto protocol.  If ipconfigFREERTOS_PLUS_NABTO is set\r
-to one then the project must build the Nabto source code (or reference a\r
-pre-build Nabto library. */\r
-#define ipconfigFREERTOS_PLUS_NABTO                                    0\r
-\r
-/* Sets the size of the stack used by the Nabto service task.  The Nabto event\r
-handler executes in the context of the Nabto service task.  If the event handler\r
-uses a lot of stack then it is possible the value set here will need to be\r
-increased.  It is recommended to have FreeRTOS stack overflow checking turned\r
-on during development (see the configCHECK_FOR_STACK_OVERFLOW in\r
-FreeRTOSConfig.h and in the documentation. */\r
-#define ipconfigNABTO_TASK_STACK_SIZE ( configMINIMAL_STACK_SIZE * 2 )\r
-\r
-/* Sets the priority of the Nabto service task.  This is a standard FreeRTOS\r
-task priority so can take values between 0 (the lowest priority) and\r
-configMAX_PRIORITIES - 1 (the highest priority).  Also see the definition of\r
-ipconfigUDP_TASK_PRIORITY.  This would normally be set to be either one higher\r
-or one lower than ipconfigUDP_TASK_PRIORITY, depending on the application. */\r
-#define ipconfigNABTO_TASK_PRIORITY     ( ipconfigUDP_TASK_PRIORITY + 1 )\r
-\r
-/* The windows simulator cannot really simulate MAC interrupts, and needs to\r
-block occasionally to allow other tasks to run. */\r
-#ifdef _WINDOWS_\r
-       #define configWINDOWS_MAC_INTERRUPT_SIMULATOR_DELAY ( 3 / portTICK_PERIOD_MS )\r
-#endif\r
-\r
-/* The example IP trace macros are included here so the definitions are\r
-available in all the FreeRTOS+UDP source files. */\r
-#include "DemoIPTrace.h"\r
-\r
-#endif /* FREERTOS_IP_CONFIG_H */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_aat31xx.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_aat31xx.h
deleted file mode 100644 (file)
index 0d757c5..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief AAT31XX configuration.\r
- *\r
- * Copyright (c) 2011-2012 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-//! Configuration of the AAT31XX Backlight driver\r
-\r
-#ifndef CONF_AAT31XX_H_INCLUDED\r
-#define CONF_AAT31XX_H_INCLUDED\r
-\r
-#include "board.h"\r
-\r
-#if !defined(BOARD_AAT31XX_SET_GPIO)\r
-\r
-       #warning The AAT31XX PIN configuration does not exist in the board definition file. Using default settings.\r
-\r
-       #define BOARD_AAT31XX_SET_GPIO     PIO_PC13_IDX /* Should use the PIN index of which pin is connected with EN/SET of AAT31XX device */\r
-\r
-#endif\r
-\r
-#endif /* CONF_AAT31XX_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_board.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_board.h
deleted file mode 100644 (file)
index e616581..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM4E-EK board configuration.\r
- *\r
- * Copyright (c) 2012-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CONF_BOARD_H_INCLUDED\r
-#define CONF_BOARD_H_INCLUDED\r
-\r
-/* Configure UART pins */\r
-//#define CONF_BOARD_UART_CONSOLE\r
-\r
-/* Enable ETH PHY: KSZ8051MNL feature */\r
-#define CONF_BOARD_KSZ8051MNL\r
-\r
-/** Configure LCD EBI pins */\r
-#define CONF_BOARD_ILI93XX\r
-\r
-/** Configure Backlight control pin */\r
-#define CONF_BOARD_AAT3155\r
-\r
-/*\r
- * LED pins are not configured for PWM function here.\r
- * Because those LED pins are enabled for PIO function by default.\r
- * You can enable them according to application.\r
- */\r
-/* Configure PWM LED0 pin */\r
-//#define CONF_BOARD_PWM_LED0\r
-\r
-/* Configure PWM LED1 pin */\r
-//#define CONF_BOARD_PWM_LED1\r
-\r
-/* Configure PWM LED2 pin */\r
-//#define CONF_BOARD_PWM_LED2\r
-\r
-/* Configure PWM LED3 pin */\r
-//#define CONF_BOARD_PWM_LED3\r
-\r
-/*\r
- * USART pins are configured as basic serial port by default.\r
- * You can enable other pins according application.\r
- */\r
-/* Configure USART RXD pin */\r
-//#define CONF_BOARD_USART_RXD\r
-\r
-/* Configure USART TXD pin */\r
-//#define CONF_BOARD_USART_TXD\r
-\r
-/* Configure USART CTS pin */\r
-//#define CONF_BOARD_USART_CTS\r
-\r
-/* Configure USART RTS pin */\r
-//#define CONF_BOARD_USART_RTS\r
-\r
-/* Configure USART synchronous communication SCK pin */\r
-//#define CONF_BOARD_USART_SCK\r
-\r
-/* Configure ADM3312 enable pin */\r
-//#define CONF_BOARD_ADM3312_EN\r
-//#define CONF_BOARD_ADM3312_EN_DISABLE_AT_INIT\r
-\r
-#endif /* CONF_BOARD_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_clock.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_clock.h
deleted file mode 100644 (file)
index 65f41e2..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief SAM4E clock configuration.\r
- *\r
- * Copyright (c) 2012-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CONF_CLOCK_H_INCLUDED\r
-#define CONF_CLOCK_H_INCLUDED\r
-\r
-// ===== System Clock (MCK) Source Options\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_SLCK_RC\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_SLCK_XTAL\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_SLCK_BYPASS\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_MAINCK_4M_RC\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_MAINCK_8M_RC\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_MAINCK_12M_RC\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_MAINCK_XTAL\r
-//#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_MAINCK_BYPASS\r
-#define CONFIG_SYSCLK_SOURCE        SYSCLK_SRC_PLLACK\r
-\r
-// ===== System Clock (MCK) Prescaler Options   (Fmck = Fsys / (SYSCLK_PRES))\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_1\r
-#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_2\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_4\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_8\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_16\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_32\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_64\r
-//#define CONFIG_SYSCLK_PRES          SYSCLK_PRES_3\r
-\r
-// ===== PLL0 (A) Options   (Fpll = (Fclk * PLL_mul) / PLL_div)\r
-// Use mul and div effective values here.\r
-#define CONFIG_PLL0_SOURCE          PLL_SRC_MAINCK_XTAL\r
-#define CONFIG_PLL0_MUL             16\r
-#define CONFIG_PLL0_DIV             1\r
-\r
-\r
-// ===== USB Clock Source Options   (Fusb = FpllX / USB_div)\r
-// Use div effective value here.\r
-#define CONFIG_USBCLK_SOURCE        USBCLK_SRC_PLL0\r
-#define CONFIG_USBCLK_DIV           2\r
-\r
-// ===== Target frequency (System clock)\r
-// - XTAL frequency: 12MHz\r
-// - System clock source: PLLA\r
-// - System clock prescaler: 2 (divided by 2)\r
-// - PLLA source: XTAL\r
-// - PLLA output: XTAL * 16 / 1\r
-// - System clock: 12 * 16 / 1 / 2 = 96MHz\r
-// ===== Target frequency (USB Clock)\r
-// - USB clock source: PLLA\r
-// - USB clock divider: 2 (divided by 2)\r
-// - PLLA output: XTAL * 16 / 2\r
-// - USB clock: 12 * 16 / 2 / 2 = 48MHz\r
-\r
-\r
-#endif /* CONF_CLOCK_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_eth.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_eth.h
deleted file mode 100644 (file)
index 842c229..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
- /**\r
- * \file\r
- *\r
- * \brief GMAC (Ethernet MAC) driver for SAM.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-#ifndef CONF_EMAC_H_INCLUDED\r
-#define CONF_EMAC_H_INCLUDED\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#include "gmac.h"\r
-\r
-/** Number of buffer for RX */\r
-#define GMAC_RX_BUFFERS  64\r
-\r
-/** Number of buffer for TX */\r
-#define GMAC_TX_BUFFERS  16\r
-\r
-/** MAC PHY operation max retry count */\r
-#define MAC_PHY_RETRY_MAX 1000000\r
-\r
-/** Ethernet MII/RMII mode */\r
-#define ETH_PHY_MODE  GMAC_PHY_MII\r
-\r
-/// @cond 0\r
-/**INDENT-OFF**/\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-/**INDENT-ON**/\r
-/// @endcond\r
-\r
-#endif /* CONF_EMAC_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_ili93xx.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/conf_ili93xx.h
deleted file mode 100644 (file)
index 53ee3cb..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief ILI93XX configuration.\r
- *\r
- * Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-\r
-//! Configuration of the ILI93XX (ILI9325 or ILI9341) LCD display driver\r
-\r
-#ifndef CONF_ILI93XX_H_INCLUDED\r
-#define CONF_ILI93XX_H_INCLUDED\r
-\r
-#include "board.h"\r
-\r
-#if !defined(BOARD_ILI93XX_ADDR) || !defined(BOARD_ILI93XX_RS)\r
-\r
-       #warning The ILI93XX EBI configuration does not exist in the board definition file. Using default settings.\r
-\r
-        /** The base address, depends on which SMC chip select is used by ILI9325. */\r
-       #define BOARD_ILI93XX_ADDR     0x61000000\r
-       /** Register select (1 << 1) */\r
-       #define BOARD_ILI93XX_RS       1 << 1\r
-\r
-#endif\r
-\r
-#endif /* CONF_ILI93XX_H_INCLUDED */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_fat_sl.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_fat_sl.h
deleted file mode 100644 (file)
index 8647077..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/*\r
- * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded\r
- *\r
- * FreeRTOS+FAT SL is an complementary component provided to Real Time Engineers\r
- * Ltd. by HCC Embedded for use with FreeRTOS.  It is not, in itself, part of\r
- * the FreeRTOS kernel.  FreeRTOS+FAT SL is licensed separately from FreeRTOS,\r
- * and uses a different license to FreeRTOS.  FreeRTOS+FAT SL uses a dual\r
- * license model, information on which is provided below:\r
- *\r
- * - Open source licensing -\r
- * FreeRTOS+FAT SL is a free download and may be used, modified and distributed\r
- * without charge provided the user adheres to version two of the GNU General\r
- * Public license (GPL) and does not remove the copyright notice or this text.\r
- * The GPL V2 text is available on the gnu.org web site, and on the following\r
- * URL: http://www.FreeRTOS.org/gpl-2.0.txt\r
- *\r
- * - Commercial licensing -\r
- * Businesses and individuals who wish to incorporate FreeRTOS+FAT SL into\r
- * proprietary software for redistribution in any form must first obtain a\r
- * commercial license - and in-so-doing support the maintenance, support and\r
- * further development of the FreeRTOS+FAT SL product.  Commercial licenses can\r
- * be obtained from http://shop.freertos.org and do not require any source files\r
- * to be changed.\r
- *\r
- * FreeRTOS+FAT SL is distributed in the hope that it will be useful.  You\r
- * cannot use FreeRTOS+FAT SL unless you agree that you use the software 'as\r
- * is'.  FreeRTOS+FAT SL is provided WITHOUT ANY WARRANTY; without even the\r
- * implied warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A\r
- * PARTICULAR PURPOSE. Real Time Engineers Ltd. and HCC Embedded disclaims all\r
- * conditions and terms, be they implied, expressed, or statutory.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus\r
- *\r
- */\r
-\r
-#ifndef _CONFIG_FAT_SL_H\r
-#define _CONFIG_FAT_SL_H\r
-\r
-#include "../version/ver_fat_sl.h"\r
-#if VER_FAT_SL_MAJOR != 5 || VER_FAT_SL_MINOR != 2\r
- #error Incompatible FAT_SL version number!\r
-#endif\r
-\r
-#include "../api/api_mdriver.h"\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-\r
-/**************************************************************************\r
-**\r
-**  FAT SL user settings\r
-**\r
-**************************************************************************/\r
-#define F_SECTOR_SIZE           512u  /* Disk sector size. */\r
-#define F_FS_THREAD_AWARE       1     /* Set to one if the file system will be access from more than one task. */\r
-#define F_MAXPATH               64    /* Maximum length a file name (including its full path) can be. */\r
-#define F_MAX_LOCK_WAIT_TICKS   20    /* The maximum number of RTOS ticks to wait when attempting to obtain a lock on the file system when F_FS_THREAD_AWARE is set to 1. */\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* _CONFIG_FAT_SL_H */\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_mdriver_ram.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/config_mdriver_ram.h
deleted file mode 100644 (file)
index de630fa..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*\r
- * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded\r
- *\r
- * FreeRTOS+FAT SL is an complementary component provided to Real Time Engineers\r
- * Ltd. by HCC Embedded for use with FreeRTOS.  It is not, in itself, part of\r
- * the FreeRTOS kernel.  FreeRTOS+FAT SL is licensed separately from FreeRTOS,\r
- * and uses a different license to FreeRTOS.  FreeRTOS+FAT SL uses a dual\r
- * license model, information on which is provided below:\r
- *\r
- * - Open source licensing -\r
- * FreeRTOS+FAT SL is a free download and may be used, modified and distributed\r
- * without charge provided the user adheres to version two of the GNU General\r
- * Public license (GPL) and does not remove the copyright notice or this text.\r
- * The GPL V2 text is available on the gnu.org web site, and on the following\r
- * URL: http://www.FreeRTOS.org/gpl-2.0.txt\r
- *\r
- * - Commercial licensing -\r
- * Businesses and individuals who wish to incorporate FreeRTOS+FAT SL into\r
- * proprietary software for redistribution in any form must first obtain a\r
- * commercial license - and in-so-doing support the maintenance, support and\r
- * further development of the FreeRTOS+FAT SL product.  Commercial licenses can\r
- * be obtained from http://shop.freertos.org and do not require any source files\r
- * to be changed.\r
- *\r
- * FreeRTOS+FAT SL is distributed in the hope that it will be useful.  You\r
- * cannot use FreeRTOS+FAT SL unless you agree that you use the software 'as\r
- * is'.  FreeRTOS+FAT SL is provided WITHOUT ANY WARRANTY; without even the\r
- * implied warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A\r
- * PARTICULAR PURPOSE. Real Time Engineers Ltd. and HCC Embedded disclaims all\r
- * conditions and terms, be they implied, expressed, or statutory.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://www.FreeRTOS.org/FreeRTOS-Plus\r
- *\r
- */\r
-\r
-#ifndef _CONFIG_MDRIVER_RAM_H_\r
-#define _CONFIG_MDRIVER_RAM_H_\r
-\r
-#include "../version/ver_mdriver_ram.h"\r
-#if VER_MDRIVER_RAM_MAJOR != 1 || VER_MDRIVER_RAM_MINOR != 2\r
- #error Incompatible MDRIVER_RAM version number!\r
-#endif\r
-\r
-#define MDRIVER_RAM_SECTOR_SIZE   512       /* Sector size */\r
-\r
-#define MDRIVER_RAM_VOLUME0_SIZE  (28 * 1024) /* definition for size of ramdrive0 */\r
-\r
-#define MDRIVER_MEM_LONG_ACCESS   1         /* set this value to 1 if 32bit access available */\r
-\r
-#endif /* ifndef _CONFIG_MDRIVER_RAM_H_ */\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/logo_atmel.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/logo_atmel.h
deleted file mode 100644 (file)
index c2ce4b9..0000000
+++ /dev/null
@@ -1,15412 +0,0 @@
-/**\r
- * \file\r
- *\r
- * \brief Atmel logo for the FreeRTOS Web/DSP Demo.\r
- *\r
- * Copyright (c) 2013 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-#ifndef __ATMEL_LOGO_H__\r
-#define __ATMEL_LOGO_H__\r
-const uint8_t logo_atmel_bmp[230454]=\r
-{\r
-0x42,0x4d,0x36,0x84,0x03,0x00,0x00,0x00,0x00,0x00,0x36,0x00,0x00,0x00,0x28,\r
-0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x40,0x01,0x00,0x00,0x01,0x00,0x18,0x00,\r
-0x00,0x00,0x00,0x00,0x00,0x84,0x03,0x00,0x13,0x0b,0x00,0x00,0x13,0x0b,0x00,\r
-0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfb,0xfa,0xff,0xfb,0xfc,0xff,0xfb,\r
-0xfc,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfb,\r
-0xfc,0xff,0xfb,0xfa,0xff,0xfb,0xfa,0xfe,0xff,0xfd,0xf7,0xff,0xfd,0xf4,0xff,\r
-0xfd,0xf5,0xff,0xfd,0xf5,0xff,0xfd,0xf5,0xff,0xfd,0xf5,0xff,0xfd,0xf6,0xff,\r
-0xfd,0xf6,0xff,0xfe,0xf7,0xff,0xfe,0xf7,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,\r
-0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfa,0xfa,0xff,0xf7,0xfd,0xff,\r
-0xf3,0xff,0xff,0xf2,0xff,0xff,0xf2,0xff,0xff,0xf2,0xfe,0xff,0xf2,0xfe,0xff,\r
-0xf2,0xfe,0xff,0xf2,0xfe,0xff,0xf0,0xfd,0xff,0xf0,0xfd,0xff,0xf0,0xfc,0xff,\r
-0xf0,0xfc,0xff,0xf0,0xfc,0xff,0xf0,0xfc,0xff,0xf0,0xfc,0xff,0xf2,0xfe,0xff,\r
-0xf1,0xff,0xfb,0xf3,0xff,0xf6,0xf3,0xff,0xf6,0xf3,0xff,0xf6,0xf5,0xff,0xf8,\r
-0xf5,0xff,0xf8,0xf5,0xff,0xf8,0xf5,0xff,0xf8,0xf9,0xff,0xfb,0xf9,0xff,0xfb,\r
-0xf9,0xff,0xfb,0xf9,0xff,0xfb,0xf9,0xff,0xfb,0xf9,0xff,0xfb,0xfa,0xff,0xfd,\r
-0xfe,0xff,0xfb,0xff,0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf6,\r
-0xff,0xff,0xf7,0xff,0xff,0xf7,0xff,0xff,0xf8,0xff,0xff,0xf8,0xff,0xfb,0xf2,\r
-0xff,0xfc,0xf3,0xff,0xfd,0xf5,0xff,0xfe,0xf6,0xff,0xff,0xf7,0xff,0xff,0xf8,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xfc,0xfd,0xf9,0xfb,0xff,0xfa,0xfd,0xff,0xfc,\r
-0xfd,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,\r
-0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xf9,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xfc,0xff,0xfc,0xff,0xff,0xf9,0xff,\r
-0xff,0xf9,0xff,0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xf7,0xff,0xff,0xf7,0xfd,\r
-0xff,0xf7,0xfd,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xfb,0xfe,\r
-0xfe,0xf9,0xfa,0xfb,0xf6,0xf7,0xf8,0xf3,0xf4,0xf5,0xf1,0xf6,0xfa,0xf9,0xff,\r
-0xf8,0xf8,0xff,0xf9,0xf9,0xff,0xfa,0xfa,0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,\r
-0xfb,0xfd,0xff,0xfb,0xfe,0xff,0xf5,0xf8,0xfd,0xf7,0xfa,0xfe,0xfa,0xfe,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xfa,\r
-0xfa,0xff,0xf5,0xfa,0xff,0xf1,0xf7,0xff,0xef,0xf4,0xff,0xea,0xf0,0xff,0xe8,\r
-0xee,0xff,0xe3,0xe8,0xff,0xdd,0xe5,0xff,0xd7,0xf3,0xff,0xe4,0xee,0xff,0xdf,\r
-0xe8,0xff,0xd7,0xe1,0xff,0xcf,0xdc,0xff,0xcc,0xd8,0xff,0xc6,0xd1,0xf9,0xbf,\r
-0xc7,0xf8,0xb4,0xb1,0xf2,0xa3,0xa6,0xf2,0x9a,0x99,0xeb,0x92,0x8c,0xe4,0x86,\r
-0x7f,0xdc,0x79,0x77,0xd6,0x6e,0x74,0xcf,0x68,0x76,0xca,0x64,0x92,0xd9,0x79,\r
-0xb0,0xeb,0x96,0xd4,0xfe,0xb7,0xec,0xff,0xd4,0xfb,0xff,0xe9,0xfd,0xff,0xf2,\r
-0xff,0xff,0xfb,0xf5,0xf4,0xf6,0xfd,0xf9,0xfe,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xfe,0xfe,0xff,0xfb,0xfd,0xff,0xf9,0xfd,0xfe,0xfa,0xfe,0xff,0xfd,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfa,0xfa,0xff,0xfa,0xfa,0xff,0xfa,\r
-0xfc,0xff,0xfa,0xfe,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfb,\r
-0xff,0xfe,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfc,0xff,0xfb,\r
-0xfc,0xff,0xfb,0xfa,0xff,0xfb,0xfc,0xfe,0xff,0xfc,0xf9,0xff,0xfe,0xf8,0xff,\r
-0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,\r
-0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xf9,0xff,0xfe,0xf9,0xff,0xfe,0xf9,0xff,\r
-0xfe,0xf9,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfc,0xfb,0xff,0xf9,0xfe,0xff,\r
-0xf5,0xff,0xfe,0xf5,0xff,0xfe,0xf5,0xff,0xfe,0xf5,0xff,0xff,0xf3,0xff,0xff,\r
-0xf3,0xff,0xff,0xf3,0xfe,0xff,0xf3,0xfd,0xff,0xf2,0xfe,0xff,0xf2,0xfd,0xff,\r
-0xf2,0xfc,0xff,0xf2,0xfc,0xff,0xf2,0xfb,0xff,0xf2,0xfb,0xff,0xf3,0xfd,0xff,\r
-0xf4,0xff,0xfd,0xf6,0xff,0xf9,0xf6,0xff,0xf9,0xf6,0xff,0xf9,0xf8,0xff,0xfa,\r
-0xf8,0xff,0xfa,0xf8,0xff,0xfa,0xf8,0xff,0xfa,0xfa,0xff,0xfc,0xfa,0xff,0xfc,\r
-0xfa,0xff,0xfc,0xfa,0xff,0xfc,0xfa,0xff,0xfc,0xfa,0xff,0xfc,0xfb,0xff,0xfe,\r
-0xfd,0xff,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,\r
-0xff,0xfe,0xf9,0xff,0xfe,0xf9,0xff,0xfc,0xf9,0xff,0xfc,0xf9,0xff,0xfe,0xfb,\r
-0xff,0xfe,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,\r
-0xff,0xff,0xfc,0xff,0xff,0xfc,0xf9,0xfc,0xfa,0xf7,0xfc,0xfa,0xfa,0xfd,0xfb,\r
-0xfa,0xfd,0xfb,0xf9,0xfc,0xfa,0xf9,0xfc,0xfa,0xf9,0xfc,0xfa,0xfa,0xfe,0xf9,\r
-0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xfd,0xff,0xfb,0xfc,0xfe,0xf8,\r
-0xf9,0xfc,0xf3,0xf7,0xfa,0xf1,0xf8,0xf8,0xf2,0xff,0xfe,0xfd,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfc,\r
-0xff,0xff,0xfc,0xfd,0xfa,0xf6,0xfe,0xfb,0xf7,0xfe,0xfe,0xf8,0xff,0xff,0xfa,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xfd,0xff,0xfb,0xf6,0xff,0xfa,\r
-0xf4,0xff,0xfa,0xf3,0xff,0xf9,0xf2,0xfe,0xf8,0xf0,0xfd,0xf5,0xef,0xfc,0xf4,\r
-0xee,0xfc,0xf1,0xee,0xfc,0xf1,0xf6,0xff,0xf8,0xf6,0xff,0xf8,0xf6,0xff,0xf7,\r
-0xf1,0xff,0xf2,0xed,0xfd,0xec,0xe8,0xf8,0xe7,0xe5,0xf5,0xe4,0xe1,0xf5,0xde,\r
-0xd2,0xf0,0xcd,0xcb,0xed,0xc5,0xc4,0xe6,0xbd,0xbb,0xdf,0xb5,0xb3,0xd7,0xab,\r
-0xab,0xd1,0xa1,0xa2,0xcb,0x98,0x9d,0xc7,0x90,0x7e,0xab,0x72,0x7a,0xa8,0x6d,\r
-0x71,0xa2,0x64,0x6c,0x9e,0x5e,0x66,0x9b,0x58,0x62,0x98,0x53,0x5e,0x94,0x4e,\r
-0x57,0x92,0x47,0x4a,0x93,0x3d,0x43,0x94,0x37,0x3a,0x93,0x33,0x33,0x90,0x2d,\r
-0x2c,0x8c,0x27,0x28,0x89,0x21,0x28,0x84,0x1d,0x2c,0x7f,0x1c,0x3f,0x86,0x29,\r
-0x3f,0x7a,0x26,0x62,0x8b,0x47,0x9d,0xbc,0x85,0xd5,0xe8,0xc1,0xf8,0xff,0xeb,\r
-0xfd,0xff,0xf7,0xfd,0xfe,0xfa,0xf9,0xf9,0xf9,0xfe,0xfb,0xfd,0xff,0xfd,0xfd,\r
-0xfe,0xfc,0xfb,0xfd,0xfe,0xfa,0xff,0xff,0xfc,0xff,0xff,0xfc,0xfd,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xf8,0xf9,0xff,0xf8,0xf9,0xff,0xf8,\r
-0xfa,0xff,0xf8,0xfc,0xff,0xf8,0xfe,0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xf8,\r
-0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xfe,0xff,0xfa,0xfc,0xff,0xfa,\r
-0xfc,0xff,0xfa,0xfc,0xff,0xfa,0xfc,0xff,0xfd,0xfc,0xfc,0xff,0xfc,0xfb,0xff,\r
-0xfc,0xfb,0xff,0xfc,0xfb,0xff,0xfc,0xfb,0xff,0xfc,0xfb,0xff,0xfc,0xfb,0xff,\r
-0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,0xfc,0xff,0xfc,0xfd,0xff,\r
-0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfc,0xfe,0xfe,0xfc,0xff,0xfa,\r
-0xfa,0xff,0xf7,0xfa,0xff,0xf8,0xfa,0xff,0xf8,0xfa,0xff,0xfa,0xf9,0xff,0xfb,\r
-0xf9,0xff,0xfd,0xf7,0xff,0xfe,0xf7,0xff,0xff,0xf7,0xfe,0xff,0xf5,0xfe,0xff,\r
-0xf5,0xfd,0xff,0xf3,0xfc,0xff,0xf3,0xfc,0xff,0xf3,0xfc,0xff,0xf5,0xfc,0xff,\r
-0xf9,0xfd,0xfe,0xfb,0xfd,0xfd,0xf9,0xfe,0xfd,0xf9,0xfe,0xfd,0xf9,0xfe,0xfd,\r
-0xf9,0xfe,0xfd,0xf9,0xfe,0xfc,0xf9,0xfe,0xfc,0xfb,0xff,0xfe,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,\r
-0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,\r
-0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xfc,0xff,0xfe,0xfa,0xff,0xfb,0xf9,0xff,0xf9,0xf7,0xfd,\r
-0xf8,0xf6,0xfc,0xf5,0xf6,0xfa,0xfb,0xfe,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,\r
-0xf7,0xfd,0xfc,0xf7,0xfe,0xfb,0xf9,0xff,0xfd,0xf8,0xff,0xfc,0xfa,0xff,0xfc,\r
-0xfa,0xff,0xfb,0xfa,0xff,0xfb,0xfa,0xff,0xf8,0xfc,0xff,0xf4,0xfc,0xff,0xf1,\r
-0xfc,0xff,0xf1,0xfc,0xff,0xf1,0xfd,0xff,0xf2,0xfb,0xff,0xf2,0xfb,0xff,0xf1,\r
-0xfb,0xff,0xf1,0xf8,0xff,0xee,0xf7,0xff,0xed,0xf5,0xff,0xeb,0xf3,0xff,0xe9,\r
-0xef,0xff,0xe5,0xed,0xfe,0xe3,0xeb,0xfc,0xe1,0xe7,0xfe,0xde,0xde,0xff,0xd8,\r
-0xd7,0xfe,0xd1,0xd0,0xf7,0xca,0xc7,0xee,0xc1,0xbd,0xe4,0xb7,0xb4,0xdb,0xae,\r
-0xad,0xd4,0xa7,0xa9,0xd0,0xa3,0x94,0xbb,0x8d,0x8f,0xb6,0x88,0x86,0xad,0x7f,\r
-0x7c,0xa3,0x75,0x74,0x9b,0x6d,0x6e,0x95,0x67,0x6a,0x92,0x62,0x63,0x94,0x5c,\r
-0x52,0x91,0x4c,0x49,0x91,0x45,0x45,0x8d,0x41,0x40,0x8a,0x3e,0x3e,0x89,0x3b,\r
-0x3c,0x88,0x37,0x38,0x84,0x32,0x35,0x81,0x2f,0x3c,0x89,0x35,0x3a,0x88,0x31,\r
-0x37,0x86,0x2f,0x37,0x87,0x2e,0x38,0x88,0x2f,0x3b,0x8b,0x30,0x3c,0x8c,0x31,\r
-0x3b,0x8f,0x31,0x3e,0x96,0x32,0x3c,0x99,0x30,0x3a,0x9c,0x32,0x39,0x9e,0x34,\r
-0x38,0xa0,0x35,0x3a,0x9f,0x36,0x3f,0x9d,0x38,0x46,0x9a,0x3b,0x31,0x77,0x1d,\r
-0x37,0x70,0x21,0x3e,0x67,0x24,0x43,0x63,0x2a,0x68,0x7f,0x52,0xb4,0xc4,0xa2,\r
-0xf3,0xff,0xe5,0xfb,0xff,0xf2,0xfb,0xff,0xf9,0xfe,0xff,0xfd,0xfb,0xfc,0xfa,\r
-0xf9,0xfa,0xf6,0xfc,0xfd,0xf9,0xff,0xff,0xfc,0xff,0xff,0xfe,0xfb,0xfb,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xfa,0xf9,0xff,0xf8,0xfa,0xff,0xf8,\r
-0xfa,0xff,0xf8,0xfc,0xff,0xf8,0xfe,0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xf8,\r
-0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xfe,0xff,0xfa,0xfe,0xff,0xfb,\r
-0xfc,0xff,0xfb,0xfe,0xff,0xfb,0xfc,0xff,0xfd,0xfd,0xff,0xff,0xfd,0xff,0xff,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xfe,0xfc,0xff,0xfd,0xfc,0xff,0xfd,0xfc,0xff,0xfb,0xfc,0xff,0xfb,\r
-0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,0xfa,0xfe,0xff,0xf8,0xff,0xff,0xf7,\r
-0xff,0xff,0xf6,0xff,0xff,0xf7,0xff,0xff,0xf7,0xff,0xff,0xf8,0xff,0xff,0xfa,\r
-0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfe,0xfe,0xfe,0xfc,0xfe,0xff,0xfc,0xfd,0xff,\r
-0xfa,0xfd,0xff,0xfa,0xfd,0xff,0xf9,0xfc,0xff,0xf9,0xfc,0xff,0xfa,0xfc,0xff,\r
-0xfe,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,\r
-0xfe,0xfd,0xff,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfc,0xfe,0xfe,0xfc,0xff,0xfd,\r
-0xfc,0xff,0xfd,0xfa,0xff,0xfd,0xfa,0xff,0xfd,0xfa,0xff,0xfb,0xfa,0xff,0xfd,\r
-0xfa,0xff,0xfe,0xfe,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfc,0xff,0xfd,0xfc,0xff,0xfd,0xfc,0xff,0xfb,0xfe,0xff,\r
-0xfb,0xfe,0xff,0xfa,0xfe,0xff,0xfa,0xff,0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,\r
-0xf8,0xff,0xff,0xf6,0xff,0xff,0xf5,0xff,0xfd,0xf2,0xff,0xfa,0xf0,0xff,0xf7,\r
-0xf0,0xff,0xf7,0xf1,0xff,0xf8,0xf2,0xff,0xf7,0xef,0xff,0xf5,0xee,0xff,0xf3,\r
-0xf0,0xff,0xf5,0xee,0xff,0xf4,0xed,0xff,0xf3,0xec,0xff,0xf0,0xeb,0xff,0xef,\r
-0xe8,0xff,0xed,0xe9,0xff,0xec,0xe6,0xff,0xe7,0xe5,0xff,0xdd,0xe2,0xff,0xd7,\r
-0xdd,0xfe,0xd2,0xd7,0xf8,0xcc,0xcf,0xf2,0xc6,0xc8,0xeb,0xbf,0xc4,0xe8,0xba,\r
-0xc1,0xe5,0xb7,0xb4,0xd8,0xa9,0xaf,0xd5,0xa5,0xa7,0xcd,0x9d,0x9c,0xc2,0x92,\r
-0x90,0xb6,0x84,0x83,0xac,0x79,0x7d,0xa3,0x71,0x73,0xa3,0x69,0x64,0x9e,0x57,\r
-0x5d,0x9e,0x52,0x5a,0x9a,0x4e,0x54,0x95,0x49,0x4f,0x8f,0x43,0x49,0x8a,0x3e,\r
-0x46,0x86,0x3a,0x43,0x84,0x38,0x4c,0x8c,0x40,0x48,0x89,0x3d,0x45,0x85,0x39,\r
-0x40,0x81,0x36,0x3f,0x7e,0x34,0x3f,0x80,0x35,0x43,0x83,0x37,0x3e,0x88,0x36,\r
-0x3b,0x93,0x39,0x34,0x95,0x35,0x35,0x96,0x36,0x38,0x99,0x39,0x3c,0x9d,0x3c,\r
-0x41,0xa0,0x3f,0x42,0xa1,0x40,0x42,0xa1,0x40,0x45,0xa4,0x43,0x45,0xa4,0x43,\r
-0x46,0xa5,0x44,0x47,0xa6,0x45,0x4a,0xaa,0x46,0x4d,0xad,0x49,0x50,0xb0,0x4c,\r
-0x54,0xb1,0x4e,0x55,0xb1,0x4c,0x56,0xb2,0x4b,0x52,0xb3,0x4b,0x51,0xb4,0x4e,\r
-0x51,0xb3,0x4f,0x52,0xb1,0x50,0x57,0xae,0x52,0x5d,0xab,0x54,0x62,0xa3,0x54,\r
-0x6b,0x9f,0x59,0x67,0x8e,0x50,0x4e,0x6e,0x37,0x3d,0x57,0x27,0x55,0x6e,0x42,\r
-0xa1,0xb9,0x8f,0xec,0xff,0xde,0xf9,0xff,0xf2,0xfd,0xff,0xf9,0xfd,0xff,0xfb,\r
-0xfb,0xfc,0xf8,0xfd,0xfe,0xfa,0xff,0xff,0xfe,0xff,0xff,0xff,0xfa,0xf9,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,0xfa,0xff,0xfd,0xfc,0xff,0xfd,\r
-0xfe,0xff,0xfd,0xfe,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,\r
-0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xff,0xfd,0xff,0xfe,0xfe,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfb,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf8,\r
-0xff,0xff,0xf8,0xfe,0xff,0xf7,0xfe,0xff,0xf7,0xfe,0xff,0xf6,0xfe,0xff,0xf6,\r
-0xfe,0xff,0xf6,0xfe,0xff,0xf6,0xfe,0xff,0xf4,0xff,0xff,0xf6,0xff,0xff,0xf7,\r
-0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfd,0xfb,\r
-0xff,0xfd,0xfb,0xff,0xfe,0xfb,0xff,0xfd,0xfd,0xff,0xfd,0xfe,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xfe,0xff,0xfd,0xfe,0xff,0xfb,0xfe,0xff,0xfb,0xfc,0xff,0xfa,0xfc,0xff,0xfb,\r
-0xfa,0xff,0xfb,0xf7,0xff,0xfd,0xf7,0xff,0xfe,0xf7,0xff,0xfe,0xf4,0xff,0xfc,\r
-0xf3,0xfe,0xfb,0xf0,0xfe,0xfa,0xef,0xff,0xf8,0xef,0xff,0xf8,0xf0,0xff,0xfa,\r
-0xef,0xff,0xf9,0xec,0xff,0xf6,0xeb,0xff,0xf5,0xe7,0xff,0xf3,0xe6,0xff,0xf1,\r
-0xe4,0xfe,0xf0,0xe3,0xff,0xec,0xe8,0xff,0xec,0xe5,0xff,0xe6,0xe1,0xff,0xe2,\r
-0xde,0xfe,0xdf,0xdb,0xfe,0xdc,0xd9,0xfc,0xda,0xd3,0xf9,0xd5,0xcf,0xf6,0xd0,\r
-0xc2,0xeb,0xc5,0xbd,0xe7,0xbe,0xb4,0xde,0xb5,0xa6,0xd3,0xa8,0x99,0xc6,0x9b,\r
-0x8c,0xbb,0x8d,0x84,0xb2,0x84,0x7c,0xb0,0x7a,0x68,0xa7,0x62,0x64,0xa7,0x5c,\r
-0x5f,0xa2,0x57,0x59,0x9c,0x51,0x53,0x96,0x4b,0x4d,0x90,0x45,0x48,0x8b,0x40,\r
-0x44,0x89,0x3e,0x3f,0x84,0x39,0x3e,0x83,0x38,0x3d,0x83,0x36,0x3b,0x81,0x34,\r
-0x39,0x7f,0x32,0x35,0x7d,0x30,0x36,0x7c,0x2f,0x31,0x7f,0x28,0x34,0x8c,0x28,\r
-0x32,0x90,0x25,0x36,0x92,0x28,0x38,0x96,0x2b,0x3c,0x98,0x2e,0x3e,0x9c,0x31,\r
-0x41,0x9d,0x34,0x42,0x9f,0x36,0x41,0x9c,0x35,0x41,0x9d,0x36,0x43,0x9e,0x37,\r
-0x45,0xa1,0x3c,0x4a,0xa4,0x40,0x4e,0xaa,0x45,0x52,0xac,0x48,0x51,0xaf,0x4a,\r
-0x45,0xab,0x45,0x42,0xab,0x44,0x42,0xab,0x44,0x44,0xad,0x46,0x48,0xb0,0x4b,\r
-0x4c,0xb2,0x4d,0x4c,0xb1,0x4f,0x4b,0xb0,0x4e,0x50,0xb3,0x51,0x51,0xb3,0x53,\r
-0x53,0xb4,0x54,0x53,0xb4,0x54,0x54,0xb4,0x56,0x55,0xb5,0x57,0x57,0xb7,0x59,\r
-0x5d,0xb8,0x5b,0x60,0xb2,0x59,0x62,0xb1,0x5a,0x60,0xb1,0x5a,0x5c,0xb1,0x5c,\r
-0x5c,0xb1,0x5d,0x5f,0xb0,0x61,0x64,0xad,0x64,0x6a,0xab,0x66,0x78,0xac,0x70,\r
-0x7d,0xa7,0x70,0x84,0xa8,0x74,0x88,0xa9,0x76,0x6c,0x8d,0x5a,0x39,0x5b,0x25,\r
-0x47,0x6c,0x34,0x90,0xb0,0x81,0xe4,0xf5,0xda,0xf6,0xff,0xf0,0xfb,0xff,0xf8,\r
-0xfc,0xff,0xfa,0xfa,0xfd,0xfb,0xfd,0xff,0xff,0xff,0xfe,0xff,0xfd,0xfc,0xfe,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfc,0xff,0xfe,0xfd,0xff,0xff,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xfd,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xfb,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf8,\r
-0xff,0xff,0xf8,0xfe,0xff,0xf7,0xfe,0xff,0xf6,0xfe,0xff,0xf6,0xfe,0xff,0xf6,\r
-0xfe,0xff,0xf6,0xfe,0xff,0xf6,0xfe,0xff,0xf4,0xff,0xff,0xf6,0xff,0xfe,0xfa,\r
-0xff,0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfd,0xfd,\r
-0xff,0xfd,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,\r
-0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,\r
-0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,\r
-0xfe,0xff,0xf8,0xfe,0xff,0xf8,0xfc,0xff,0xf7,0xfb,0xff,0xf6,0xf9,0xff,0xf5,\r
-0xf9,0xff,0xf3,0xf8,0xff,0xf3,0xf8,0xff,0xf2,0xf6,0xff,0xf2,0xf6,0xff,0xf2,\r
-0xf2,0xff,0xf0,0xef,0xff,0xf0,0xec,0xff,0xee,0xeb,0xff,0xec,0xe6,0xff,0xe7,\r
-0xe3,0xff,0xe4,0xdd,0xff,0xde,0xd9,0xfe,0xdc,0xd5,0xfe,0xd9,0xcb,0xf4,0xcf,\r
-0xc5,0xf1,0xca,0xbd,0xe9,0xc2,0xb3,0xdf,0xb6,0xa7,0xd5,0xab,0x9d,0xcb,0xa1,\r
-0x93,0xc3,0x99,0x8f,0xc0,0x92,0x7c,0xae,0x78,0x77,0xaa,0x70,0x6e,0xa4,0x69,\r
-0x68,0x9e,0x63,0x63,0x99,0x5e,0x5b,0x94,0x57,0x54,0x8d,0x4e,0x4d,0x8a,0x48,\r
-0x47,0x84,0x42,0x45,0x84,0x3f,0x44,0x83,0x3e,0x41,0x83,0x3c,0x3f,0x81,0x3a,\r
-0x3c,0x81,0x38,0x3b,0x80,0x37,0x38,0x80,0x33,0x2f,0x82,0x2d,0x2e,0x86,0x2c,\r
-0x31,0x88,0x2e,0x34,0x8c,0x32,0x38,0x8f,0x35,0x3b,0x93,0x39,0x3e,0x95,0x3b,\r
-0x3f,0x97,0x3d,0x42,0x9a,0x40,0x43,0x9b,0x41,0x45,0x9e,0x41,0x48,0xa1,0x44,\r
-0x4b,0xa4,0x47,0x4e,0xa7,0x4a,0x50,0xa9,0x4c,0x4f,0xac,0x4b,0x4e,0xb0,0x46,\r
-0x4c,0xb2,0x43,0x4f,0xb2,0x46,0x4e,0xb3,0x47,0x51,0xb4,0x48,0x50,0xb4,0x4a,\r
-0x53,0xb5,0x4b,0x51,0xb4,0x4c,0x56,0xb7,0x4f,0x55,0xb8,0x52,0x58,0xb8,0x53,\r
-0x57,0xb9,0x55,0x58,0xb7,0x56,0x54,0xb5,0x54,0x54,0xb3,0x52,0x52,0xb0,0x51,\r
-0x59,0xb5,0x5c,0x5a,0xb3,0x5d,0x58,0xb1,0x5b,0x59,0xb1,0x5d,0x5c,0xb2,0x5e,\r
-0x5d,0xb2,0x60,0x5c,0xaf,0x60,0x5b,0xad,0x60,0x62,0xb2,0x65,0x64,0xb3,0x69,\r
-0x6a,0xb6,0x6e,0x6d,0xb9,0x71,0x6f,0xbb,0x74,0x72,0xbe,0x77,0x77,0xc0,0x7a,\r
-0x7d,0xc2,0x7f,0x8c,0xc8,0x88,0x90,0xc9,0x8a,0x92,0xcf,0x8f,0x96,0xd5,0x97,\r
-0x9d,0xdc,0x9e,0xa4,0xe1,0xa7,0xad,0xe5,0xb0,0xb6,0xe6,0xb6,0xc2,0xea,0xc0,\r
-0xd1,0xf3,0xcb,0xcf,0xef,0xc6,0xd2,0xf1,0xc4,0xbf,0xe4,0xb2,0x75,0xa1,0x66,\r
-0x34,0x64,0x22,0x35,0x61,0x26,0xca,0xe3,0xbd,0xe9,0xf7,0xdf,0xfa,0xff,0xf4,\r
-0xfb,0xff,0xf9,0xf6,0xfb,0xf9,0xfb,0xfd,0xfe,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,\r
-0xfb,0xf3,0xfd,0xff,0xfa,0xff,0xfb,0xf5,0xfa,0xf8,0xf3,0xf5,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfc,0xfe,0xff,0xfb,0xff,0xfe,0xfa,0xff,\r
-0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfd,0xff,0xfc,0xfb,0xfd,0xfd,0xfd,0xfd,\r
-0xfe,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xfd,0xfe,0xfa,0xfd,0xfe,0xfa,0xfd,0xfe,0xfa,0xfd,0xff,0xf9,\r
-0xfd,0xff,0xf9,0xfd,0xff,0xf9,0xfc,0xfe,0xf8,0xfe,0xfd,0xf9,0xff,0xfc,0xfe,\r
-0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,\r
-0xff,0xfd,0xfc,0xfd,0xfe,0xfa,0xfc,0xfe,0xf8,0xfa,0xff,0xf6,0xfb,0xff,0xf6,\r
-0xfa,0xff,0xf6,0xfb,0xff,0xf7,0xfa,0xff,0xf5,0xfa,0xff,0xf5,0xf8,0xff,0xf2,\r
-0xf2,0xff,0xec,0xef,0xff,0xe9,0xf0,0xff,0xe8,0xec,0xff,0xe5,0xeb,0xff,0xe4,\r
-0xe9,0xff,0xe1,0xe7,0xff,0xdf,0xe5,0xff,0xde,0xe1,0xfc,0xda,0xdc,0xfb,0xd6,\r
-0xd6,0xf5,0xce,0xcc,0xee,0xc6,0xc3,0xe5,0xbd,0xb9,0xdc,0xb4,0xb3,0xd7,0xad,\r
-0xac,0xd6,0xa6,0x91,0xc7,0x86,0x87,0xc3,0x7c,0x7f,0xb9,0x72,0x71,0xad,0x66,\r
-0x68,0xa4,0x5d,0x60,0x9f,0x55,0x5c,0x9b,0x51,0x5a,0x9b,0x4f,0x52,0x93,0x47,\r
-0x4e,0x93,0x43,0x4c,0x91,0x41,0x46,0x8e,0x3c,0x42,0x8a,0x38,0x3f,0x87,0x34,\r
-0x3a,0x85,0x31,0x39,0x84,0x2e,0x3b,0x85,0x2d,0x3b,0x85,0x2d,0x3d,0x87,0x2f,\r
-0x3c,0x89,0x2e,0x3e,0x8b,0x30,0x3d,0x8d,0x30,0x3f,0x8f,0x32,0x3e,0x90,0x31,\r
-0x41,0x93,0x34,0x41,0x96,0x34,0x43,0x98,0x36,0x45,0x9d,0x39,0x49,0xa1,0x3d,\r
-0x4c,0xa4,0x40,0x4f,0xa7,0x43,0x4f,0xa9,0x45,0x4c,0xa8,0x49,0x49,0xa9,0x4b,\r
-0x4c,0xaa,0x4c,0x4b,0xab,0x4d,0x4e,0xac,0x4e,0x4d,0xad,0x4f,0x50,0xad,0x52,\r
-0x4f,0xae,0x53,0x52,0xb1,0x56,0x52,0xb1,0x56,0x55,0xb2,0x57,0x55,0xb2,0x57,\r
-0x55,0xb2,0x57,0x55,0xb2,0x57,0x55,0xb2,0x57,0x57,0xb1,0x58,0x56,0xac,0x58,\r
-0x56,0xab,0x59,0x58,0xab,0x5c,0x58,0xad,0x5d,0x5a,0xad,0x5e,0x5a,0xae,0x60,\r
-0x5c,0xae,0x61,0x5b,0xae,0x63,0x5b,0xad,0x62,0x5c,0xae,0x65,0x60,0xb0,0x69,\r
-0x63,0xb5,0x6d,0x68,0xb8,0x73,0x6c,0xbd,0x78,0x70,0xc0,0x7b,0x76,0xc0,0x80,\r
-0x88,0xc2,0x8c,0x90,0xc2,0x92,0x94,0xc5,0x97,0x99,0xca,0x9c,0xa1,0xcf,0xa4,\r
-0xa6,0xd4,0xaa,0xab,0xd7,0xb0,0xad,0xd8,0xb3,0xc0,0xe8,0xc5,0xc5,0xea,0xca,\r
-0xcb,0xed,0xcf,0xd1,0xf3,0xd5,0xd7,0xf6,0xdb,0xdb,0xfa,0xdf,0xdd,0xfb,0xe2,\r
-0xdf,0xfc,0xe2,0xea,0xff,0xe9,0xea,0xff,0xe8,0xe7,0xff,0xe6,0xe6,0xff,0xe7,\r
-0xe4,0xff,0xe7,0xe5,0xff,0xea,0xe9,0xff,0xed,0xea,0xff,0xee,0xe7,0xfd,0xea,\r
-0xf3,0xff,0xf2,0xe2,0xf8,0xdf,0xee,0xff,0xe9,0xde,0xff,0xd6,0x8c,0xbf,0x81,\r
-0x50,0x8d,0x43,0x39,0x70,0x2b,0x46,0x68,0x39,0xf3,0xff,0xe7,0xee,0xfe,0xe7,\r
-0xfa,0xff,0xf7,0xf3,0xf8,0xf6,0xfd,0xfe,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfc,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf4,0xe7,0xf7,0xfe,0xf3,0xff,0xff,0xfa,0xff,\r
-0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xff,\r
-0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xff,0xfd,0xff,0xff,\r
-0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,0xfb,0xff,0xfc,\r
-0xfa,0xff,0xfb,0xfa,0xff,0xfa,0xf9,0xff,0xf9,0xf8,0xff,0xf8,0xf8,0xff,0xf8,\r
-0xf7,0xff,0xf5,0xf9,0xff,0xf7,0xf9,0xff,0xf6,0xfa,0xff,0xf7,0xfa,0xff,0xf7,\r
-0xfb,0xff,0xf8,0xfb,0xff,0xf8,0xfb,0xff,0xf8,0xfa,0xff,0xf8,0xf2,0xff,0xf5,\r
-0xf1,0xff,0xf8,0xf1,0xff,0xf7,0xf1,0xff,0xf6,0xf2,0xff,0xf6,0xf1,0xff,0xf3,\r
-0xef,0xff,0xf2,0xee,0xff,0xef,0xed,0xff,0xec,0xe7,0xff,0xe5,0xe1,0xfe,0xdd,\r
-0xd9,0xf7,0xd4,0xcf,0xf0,0xcb,0xc7,0xe9,0xc1,0xc0,0xe2,0xb9,0xbc,0xe0,0xb4,\r
-0xb2,0xdc,0xac,0xab,0xd9,0xa4,0xa2,0xd0,0x9b,0x97,0xc5,0x90,0x88,0xb9,0x83,\r
-0x7d,0xae,0x76,0x73,0xa6,0x6d,0x6e,0xa1,0x67,0x66,0x99,0x5f,0x61,0x97,0x5b,\r
-0x5d,0x93,0x57,0x55,0x8e,0x4f,0x4f,0x88,0x49,0x47,0x83,0x43,0x43,0x80,0x3e,\r
-0x40,0x80,0x38,0x40,0x87,0x31,0x3d,0x88,0x2c,0x3a,0x85,0x29,0x38,0x83,0x27,\r
-0x36,0x84,0x26,0x38,0x86,0x28,0x38,0x89,0x2a,0x3a,0x8b,0x2a,0x3f,0x90,0x2f,\r
-0x3f,0x92,0x2f,0x41,0x94,0x31,0x44,0x98,0x32,0x47,0x9b,0x35,0x4a,0x9e,0x38,\r
-0x4a,0xa1,0x39,0x4b,0xa1,0x3b,0x57,0xa9,0x4a,0x57,0xa8,0x4b,0x58,0xa9,0x4c,\r
-0x59,0xaa,0x4d,0x58,0xac,0x4d,0x58,0xac,0x4d,0x59,0xad,0x4e,0x57,0xae,0x4c,\r
-0x5b,0xb2,0x50,0x59,0xb3,0x50,0x59,0xb3,0x4f,0x57,0xb3,0x4e,0x57,0xb3,0x4e,\r
-0x56,0xb2,0x4d,0x56,0xb2,0x4b,0x56,0xb0,0x50,0x5b,0xb2,0x5c,0x5b,0xb0,0x60,\r
-0x5c,0xb1,0x61,0x5c,0xb1,0x61,0x5d,0xb2,0x62,0x5d,0xb2,0x62,0x5f,0xb1,0x64,\r
-0x5f,0xb1,0x64,0x5a,0xac,0x5f,0x5b,0xad,0x60,0x5e,0xb0,0x63,0x63,0xb3,0x66,\r
-0x67,0xb7,0x6a,0x6a,0xba,0x6d,0x6c,0xbc,0x6f,0x70,0xbc,0x75,0x7c,0xbf,0x82,\r
-0x82,0xbe,0x88,0x86,0xc1,0x8e,0x8c,0xc7,0x94,0x91,0xcc,0x9a,0x96,0xd1,0x9f,\r
-0x9a,0xd4,0xa4,0x9c,0xd6,0xa6,0xab,0xe4,0xb7,0xad,0xe6,0xb9,0xb1,0xe9,0xbe,\r
-0xb6,0xee,0xc5,0xbb,0xf3,0xca,0xc0,0xf8,0xcf,0xc4,0xfc,0xd3,0xcb,0xfb,0xd7,\r
-0xdb,0xfc,0xe1,0xe1,0xfb,0xe4,0xe5,0xfb,0xe8,0xe7,0xfd,0xea,0xeb,0xfe,0xed,\r
-0xed,0xff,0xf1,0xf0,0xff,0xf4,0xf1,0xff,0xf6,0xec,0xf9,0xf1,0xed,0xf9,0xf3,\r
-0xf1,0xfa,0xf7,0xf5,0xfc,0xf9,0xf7,0xfd,0xfc,0xf7,0xfd,0xfc,0xf7,0xfc,0xfd,\r
-0xf8,0xfc,0xfd,0xf7,0xfc,0xfb,0xf7,0xfc,0xfa,0xf5,0xff,0xf8,0xf3,0xff,0xf5,\r
-0xf2,0xff,0xf5,0xf2,0xff,0xf6,0xf4,0xff,0xf9,0xf7,0xff,0xfb,0xf7,0xff,0xfd,\r
-0xf8,0xff,0xfc,0xec,0xfd,0xf0,0xef,0xff,0xf0,0xe3,0xff,0xdf,0x94,0xcd,0x90,\r
-0x5a,0xa0,0x53,0x48,0x89,0x3e,0x39,0x62,0x29,0xca,0xe4,0xbc,0xeb,0xfe,0xe3,\r
-0xf8,0xff,0xf5,0xf7,0xfe,0xfb,0xfd,0xfd,0xff,0xfc,0xf9,0xff,0xff,0xfb,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,\r
-0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,\r
-0xff,0xfd,0xff,0xf9,0xf9,0xf9,0xf8,0xfc,0xf7,0xf7,0xfe,0xf7,0xf0,0xf9,0xef,\r
-0xf0,0xfc,0xf0,0xf1,0xfe,0xf0,0xf0,0xff,0xf1,0xf2,0xff,0xf4,0xf3,0xff,0xf6,\r
-0xf3,0xff,0xf8,0xf5,0xff,0xf8,0xf3,0xff,0xf5,0xf4,0xff,0xf2,0xf4,0xff,0xf0,\r
-0xf3,0xff,0xef,0xf2,0xff,0xec,0xf1,0xff,0xeb,0xf0,0xff,0xea,0xef,0xff,0xe9,\r
-0xef,0xff,0xe8,0xf1,0xff,0xea,0xee,0xff,0xe7,0xea,0xff,0xe3,0xe4,0xfb,0xdb,\r
-0xdd,0xf4,0xd4,0xd7,0xee,0xce,0xd3,0xea,0xca,0xcb,0xe9,0xc6,0xb5,0xe2,0xbb,\r
-0xab,0xe0,0xb5,0xa4,0xd9,0xad,0x9b,0xd1,0xa2,0x90,0xc7,0x96,0x86,0xbe,0x8b,\r
-0x7e,0xb7,0x80,0x79,0xb3,0x79,0x6a,0xa5,0x68,0x67,0xa5,0x63,0x63,0xa2,0x5d,\r
-0x5f,0x9f,0x57,0x5a,0x9b,0x50,0x56,0x97,0x4b,0x52,0x94,0x45,0x4e,0x93,0x43,\r
-0x3c,0x85,0x35,0x3a,0x86,0x35,0x38,0x85,0x34,0x37,0x84,0x33,0x36,0x83,0x32,\r
-0x35,0x83,0x30,0x34,0x82,0x2f,0x31,0x81,0x2e,0x34,0x84,0x31,0x36,0x87,0x32,\r
-0x39,0x8a,0x35,0x3b,0x8e,0x39,0x40,0x94,0x3c,0x42,0x98,0x40,0x45,0x9b,0x43,\r
-0x49,0x9d,0x44,0x52,0xa2,0x47,0x53,0xa4,0x47,0x54,0xa5,0x48,0x55,0xa6,0x49,\r
-0x58,0xa9,0x4c,0x5a,0xac,0x4d,0x5d,0xaf,0x50,0x5e,0xb0,0x51,0x5b,0xad,0x4e,\r
-0x59,0xae,0x4c,0x5a,0xaf,0x4d,0x5b,0xb1,0x4d,0x5d,0xb3,0x4f,0x5e,0xb4,0x50,\r
-0x5f,0xb5,0x51,0x5f,0xb3,0x55,0x5d,0xaa,0x59,0x5d,0xa8,0x5e,0x5f,0xaa,0x60,\r
-0x60,0xab,0x61,0x62,0xac,0x64,0x62,0xae,0x66,0x63,0xaf,0x67,0x64,0xb1,0x67,\r
-0x5c,0xa9,0x5f,0x5b,0xaa,0x60,0x5d,0xac,0x62,0x5e,0xb0,0x65,0x61,0xb3,0x68,\r
-0x64,0xb6,0x6b,0x66,0xb8,0x6d,0x6b,0xb7,0x70,0x77,0xb7,0x7c,0x7d,0xb7,0x81,\r
-0x80,0xba,0x84,0x84,0xbe,0x88,0x88,0xc1,0x8e,0x8c,0xc5,0x92,0x90,0xc8,0x95,\r
-0x92,0xca,0x97,0xa7,0xde,0xad,0xa9,0xe0,0xaf,0xad,0xe3,0xb4,0xb3,0xe7,0xb8,\r
-0xb8,0xec,0xbd,0xbd,0xf1,0xc2,0xc1,0xf5,0xc6,0xc6,0xf4,0xca,0xd4,0xf6,0xd7,\r
-0xd8,0xf5,0xdb,0xda,0xf7,0xde,0xdd,0xfa,0xe1,0xe0,0xfc,0xe5,0xe3,0xff,0xe8,\r
-0xe6,0xff,0xed,0xe7,0xff,0xee,0xe5,0xff,0xed,0xe6,0xff,0xf0,0xe6,0xff,0xf0,\r
-0xe7,0xff,0xf2,0xe8,0xff,0xf3,0xe9,0xff,0xf4,0xe9,0xff,0xf4,0xeb,0xff,0xf5,\r
-0xf3,0xff,0xf9,0xf4,0xff,0xf9,0xf6,0xff,0xfb,0xf6,0xff,0xfc,0xf8,0xff,0xfc,\r
-0xf8,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfd,0xfe,0xff,\r
-0xfd,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf9,0xff,0xff,0xfb,0xff,\r
-0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfc,0xff,0xfe,0xfa,0xff,\r
-0xfd,0xfd,0xff,0xf3,0xfb,0xfa,0xf1,0xff,0xf5,0xe0,0xff,0xe3,0x99,0xd5,0x99,\r
-0x61,0xad,0x5f,0x54,0x9d,0x4d,0x3c,0x6b,0x2d,0x97,0xb7,0x88,0xed,0xff,0xe4,\r
-0xf6,0xff,0xf4,0xf8,0xff,0xfc,0xfd,0xfc,0xff,0xfc,0xf8,0xff,0xff,0xfb,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfb,0xff,0xff,0xf9,0xff,0xff,0xfc,\r
-0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xf6,0xf3,0xf5,0xf9,0xfa,0xf8,\r
-0xfd,0xff,0xfb,0xf6,0xfe,0xf3,0xf8,0xff,0xf5,0xf4,0xff,0xf1,0xea,0xff,0xe7,\r
-0xf1,0xff,0xee,0xef,0xff,0xed,0xed,0xff,0xed,0xea,0xff,0xea,0xe5,0xff,0xe6,\r
-0xe2,0xff,0xe5,0xdf,0xfc,0xe2,0xde,0xfd,0xde,0xd2,0xf6,0xcc,0xcc,0xf4,0xc4,\r
-0xc7,0xed,0xbd,0xbc,0xe5,0xb2,0xb4,0xda,0xaa,0xa8,0xd1,0x9e,0xa3,0xc9,0x97,\r
-0x9d,0xc7,0x92,0x87,0xad,0x7b,0x82,0xac,0x77,0x7f,0xa6,0x72,0x77,0xa1,0x6a,\r
-0x72,0x99,0x65,0x69,0x93,0x5c,0x67,0x8f,0x58,0x5c,0x8e,0x54,0x4b,0x90,0x4d,\r
-0x43,0x92,0x49,0x41,0x90,0x47,0x3e,0x8d,0x43,0x3b,0x8b,0x3e,0x37,0x88,0x39,\r
-0x34,0x86,0x34,0x34,0x84,0x31,0x32,0x83,0x2c,0x33,0x85,0x2c,0x34,0x87,0x2b,\r
-0x37,0x8b,0x2d,0x3a,0x8e,0x2f,0x3c,0x91,0x2f,0x40,0x93,0x30,0x3f,0x93,0x34,\r
-0x49,0xa0,0x44,0x49,0xa1,0x47,0x4a,0xa2,0x48,0x4c,0xa4,0x4a,0x4e,0xa6,0x4c,\r
-0x50,0xa8,0x4e,0x52,0xaa,0x50,0x53,0xab,0x51,0x56,0xae,0x54,0x54,0xaf,0x52,\r
-0x57,0xaf,0x55,0x55,0xb0,0x53,0x56,0xb1,0x54,0x57,0xb2,0x55,0x57,0xb2,0x55,\r
-0x5a,0xb1,0x59,0x59,0xa8,0x57,0x5d,0xa8,0x5a,0x5e,0xa9,0x5b,0x60,0xab,0x5d,\r
-0x61,0xac,0x5e,0x62,0xad,0x5f,0x62,0xad,0x5f,0x64,0xac,0x5f,0x63,0xab,0x5e,\r
-0x63,0xab,0x5e,0x64,0xad,0x5d,0x64,0xad,0x5d,0x65,0xae,0x5e,0x66,0xaf,0x5f,\r
-0x68,0xaf,0x5f,0x68,0xac,0x65,0x74,0xb3,0x7b,0x75,0xb2,0x80,0x78,0xb4,0x84,\r
-0x7b,0xb7,0x87,0x7f,0xbb,0x8b,0x83,0xbe,0x91,0x85,0xc0,0x93,0x87,0xc2,0x95,\r
-0x98,0xd3,0xa6,0x9b,0xd6,0xa9,0x9d,0xdb,0xad,0xa4,0xe1,0xb5,0xaa,0xe7,0xbb,\r
-0xb1,0xee,0xc2,0xb5,0xf2,0xc6,0xbe,0xf3,0xcb,0xce,0xf7,0xd7,0xd4,0xf8,0xda,\r
-0xd7,0xfb,0xdd,0xdd,0xff,0xe1,0xe2,0xff,0xe8,0xe6,0xff,0xec,0xe9,0xff,0xef,\r
-0xec,0xff,0xf0,0xe5,0xff,0xea,0xe7,0xff,0xeb,0xe9,0xff,0xee,0xeb,0xff,0xf0,\r
-0xef,0xff,0xf2,0xef,0xff,0xf2,0xef,0xff,0xf2,0xf3,0xff,0xf4,0xf8,0xff,0xf7,\r
-0xfb,0xff,0xf8,0xfb,0xff,0xf9,0xfb,0xff,0xf9,0xfb,0xff,0xfb,0xfb,0xff,0xfb,\r
-0xfb,0xff,0xfc,0xfa,0xff,0xfb,0xfb,0xff,0xfc,0xfb,0xff,0xfe,0xfb,0xff,0xfe,\r
-0xfa,0xff,0xfd,0xf9,0xfe,0xfd,0xf7,0xfc,0xfb,0xf6,0xfb,0xfa,0xf5,0xfb,0xfa,\r
-0xf2,0xfc,0xf6,0xf0,0xfc,0xf6,0xf3,0xfd,0xf7,0xf3,0xfd,0xf7,0xf4,0xfd,0xfa,\r
-0xf6,0xfd,0xfa,0xf7,0xfd,0xfc,0xf7,0xfd,0xfc,0xf9,0xfd,0xfe,0xf9,0xfd,0xfe,\r
-0xfb,0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xfb,0xff,0xfb,0xfb,0xff,0xfd,0xfa,0xff,\r
-0xff,0xf8,0xff,0xff,0xf4,0xff,0xff,0xf3,0xff,0xff,0xf6,0xff,0xff,0xf8,0xff,\r
-0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xf9,0xff,0xff,0xf4,0xff,\r
-0xff,0xfa,0xff,0xf6,0xfa,0xff,0xf1,0xff,0xf9,0xde,0xff,0xe3,0x9d,0xda,0xa2,\r
-0x62,0xb0,0x63,0x5a,0xa6,0x55,0x52,0x85,0x41,0x6f,0x93,0x5d,0xf3,0xff,0xe9,\r
-0xf3,0xff,0xef,0xf5,0xfc,0xf9,0xfd,0xfc,0xff,0xfc,0xf8,0xff,0xff,0xfb,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xf9,0xff,0xff,0xf8,0xff,0xff,0xfb,\r
-0xfb,0xff,0xfe,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xf8,0xed,0xf3,0xfc,0xef,0xfa,0xff,0xf4,\r
-0xf6,0xff,0xf0,0xda,0xf2,0xd4,0xca,0xe9,0xc4,0xc1,0xe5,0xb9,0xa9,0xd3,0xa3,\r
-0x96,0xc4,0x90,0x8e,0xbf,0x89,0x84,0xb7,0x7e,0x77,0xab,0x75,0x6f,0xa3,0x6d,\r
-0x69,0x9d,0x68,0x66,0x9a,0x65,0x65,0x9a,0x61,0x58,0x93,0x4f,0x54,0x93,0x49,\r
-0x53,0x90,0x46,0x4d,0x8d,0x41,0x4a,0x87,0x3d,0x44,0x84,0x38,0x43,0x81,0x35,\r
-0x3f,0x80,0x31,0x40,0x7e,0x32,0x3f,0x80,0x31,0x43,0x81,0x33,0x43,0x85,0x34,\r
-0x47,0x85,0x37,0x47,0x89,0x38,0x4a,0x89,0x39,0x44,0x8c,0x39,0x3c,0x93,0x37,\r
-0x37,0x98,0x38,0x3d,0x9b,0x3c,0x41,0x9f,0x40,0x47,0xa4,0x43,0x4a,0xa7,0x46,\r
-0x4c,0xa9,0x48,0x4f,0xaa,0x47,0x55,0xb0,0x4d,0x56,0xb0,0x4c,0x56,0xb0,0x4c,\r
-0x58,0xb0,0x4c,0x59,0xb2,0x4b,0x59,0xb2,0x4b,0x5b,0xb1,0x4b,0x5a,0xb1,0x4f,\r
-0x5b,0xaf,0x57,0x5b,0xad,0x5b,0x5b,0xad,0x5b,0x5b,0xad,0x5b,0x5b,0xad,0x5b,\r
-0x5b,0xad,0x5b,0x5b,0xad,0x5b,0x5b,0xad,0x5b,0x5b,0xad,0x5b,0x5c,0xae,0x5c,\r
-0x5f,0xae,0x5f,0x60,0xaf,0x60,0x61,0xb0,0x61,0x63,0xb2,0x63,0x64,0xb3,0x64,\r
-0x66,0xaf,0x69,0x6f,0xad,0x77,0x73,0xac,0x7f,0x79,0xb0,0x83,0x7e,0xb5,0x88,\r
-0x83,0xb8,0x8c,0x86,0xbb,0x8f,0x88,0xbd,0x91,0x8b,0xbe,0x92,0x9e,0xd1,0xa5,\r
-0xa3,0xd4,0xa8,0xa8,0xd8,0xae,0xb0,0xde,0xb4,0xb7,0xe5,0xbb,0xbd,0xeb,0xc1,\r
-0xc3,0xef,0xc6,0xc6,0xf1,0xcc,0xd0,0xf7,0xde,0xd1,0xf6,0xe2,0xd3,0xf7,0xe6,\r
-0xd7,0xfb,0xea,0xda,0xfe,0xed,0xde,0xff,0xf2,0xe0,0xff,0xf5,0xe1,0xff,0xf6,\r
-0xdf,0xff,0xf6,0xdf,0xff,0xf6,0xe3,0xff,0xf8,0xe5,0xff,0xfb,0xe6,0xff,0xfc,\r
-0xe6,0xff,0xfc,0xe6,0xff,0xfe,0xea,0xff,0xfc,0xf1,0xff,0xfb,0xf4,0xff,0xf9,\r
-0xf3,0xff,0xf8,0xf4,0xff,0xf7,0xf4,0xff,0xf9,0xf3,0xff,0xf8,0xf2,0xfe,0xf8,\r
-0xf4,0xfe,0xf8,0xf6,0xff,0xfa,0xf8,0xff,0xfa,0xf8,0xff,0xfc,0xf8,0xff,0xfc,\r
-0xf8,0xfd,0xfc,0xf8,0xfd,0xfc,0xf8,0xfd,0xfc,0xfa,0xfd,0xfb,0xfe,0xfb,0xf6,\r
-0xff,0xfc,0xf4,0xff,0xfc,0xf4,0xff,0xfd,0xf5,0xff,0xfd,0xf5,0xff,0xfe,0xf6,\r
-0xff,0xfd,0xf8,0xff,0xfd,0xf8,0xff,0xfe,0xf9,0xff,0xfd,0xfa,0xff,0xfe,0xfb,\r
-0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfc,\r
-0xf6,0xff,0xf9,0xf1,0xff,0xf8,0xf3,0xff,0xf8,0xf3,0xff,0xf8,0xf3,0xff,0xf8,\r
-0xf4,0xff,0xf8,0xf4,0xff,0xf8,0xf4,0xff,0xf8,0xf3,0xff,0xf6,0xf3,0xff,0xf6,\r
-0xf4,0xff,0xf7,0xf4,0xff,0xf7,0xf5,0xff,0xfa,0xf5,0xff,0xfa,0xf6,0xff,0xfb,\r
-0xfa,0xff,0xff,0xff,0xf6,0xff,0xff,0xf5,0xff,0xff,0xf8,0xff,0xff,0xfb,0xff,\r
-0xff,0xfc,0xfb,0xff,0xfc,0xfb,0xff,0xfb,0xfc,0xff,0xf8,0xff,0xff,0xf5,0xff,\r
-0xff,0xfa,0xff,0xfb,0xfd,0xff,0xf3,0xff,0xfb,0xe3,0xff,0xeb,0xa9,0xe2,0xaf,\r
-0x68,0xb2,0x6a,0x5e,0xaa,0x59,0x5d,0x94,0x4b,0x4f,0x77,0x3d,0xf1,0xff,0xe6,\r
-0xf0,0xff,0xee,0xf4,0xfd,0xfa,0xfb,0xfc,0xff,0xfa,0xf5,0xff,0xff,0xfa,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xf8,0xff,0xff,0xf7,0xff,0xff,0xf9,\r
-0xfb,0xff,0xfe,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xee,0xf6,0xff,0xeb,0xef,0xff,0xe6,\r
-0xbf,0xdf,0xb6,0x84,0xaa,0x7a,0x63,0x90,0x58,0x58,0x8d,0x4e,0x4e,0x8a,0x44,\r
-0x4b,0x8c,0x41,0x46,0x8a,0x3d,0x3f,0x85,0x38,0x3a,0x82,0x35,0x38,0x80,0x33,\r
-0x39,0x81,0x35,0x3b,0x83,0x37,0x3d,0x85,0x38,0x3f,0x8b,0x3a,0x40,0x8e,0x3a,\r
-0x44,0x92,0x3e,0x48,0x97,0x40,0x4d,0x9b,0x47,0x52,0xa1,0x4a,0x55,0xa4,0x4d,\r
-0x57,0xa7,0x4e,0x55,0xa4,0x4d,0x56,0xa6,0x4d,0x57,0xa7,0x4e,0x59,0xa9,0x4e,\r
-0x5c,0xac,0x53,0x5e,0xae,0x53,0x5f,0xaf,0x54,0x5e,0xb1,0x55,0x56,0xb2,0x53,\r
-0x54,0xb2,0x53,0x54,0xb2,0x53,0x57,0xb2,0x55,0x56,0xb1,0x54,0x58,0xb1,0x54,\r
-0x57,0xaf,0x55,0x57,0xae,0x54,0x5a,0xae,0x56,0x5b,0xaf,0x57,0x60,0xae,0x5a,\r
-0x62,0xb0,0x5c,0x65,0xb2,0x5e,0x66,0xb2,0x60,0x68,0xb4,0x62,0x6a,0xb2,0x65,\r
-0x62,0xa8,0x62,0x66,0xa8,0x67,0x6c,0xab,0x6d,0x72,0xb1,0x73,0x78,0xb7,0x79,\r
-0x7e,0xbd,0x7f,0x82,0xc1,0x83,0x85,0xc3,0x87,0x8f,0xcb,0x8f,0x92,0xcd,0x93,\r
-0x97,0xd2,0x98,0x9f,0xd9,0x9f,0xa6,0xdf,0xa8,0xad,0xe6,0xaf,0xb5,0xec,0xb5,\r
-0xb7,0xeb,0xbb,0xc1,0xee,0xcd,0xc5,0xed,0xd4,0xc9,0xf1,0xd8,0xcf,0xf6,0xdd,\r
-0xd4,0xfb,0xe2,0xd9,0xfd,0xe5,0xdc,0xff,0xea,0xdf,0xff,0xeb,0xd9,0xf8,0xe3,\r
-0xdc,0xf8,0xe5,0xe0,0xfa,0xe8,0xe3,0xfd,0xed,0xe8,0xff,0xf0,0xeb,0xff,0xf3,\r
-0xed,0xff,0xf5,0xef,0xff,0xf8,0xe8,0xfe,0xf2,0xe8,0xfd,0xf4,0xe9,0xfe,0xf5,\r
-0xea,0xff,0xf7,0xed,0xff,0xf8,0xee,0xff,0xfb,0xef,0xff,0xfd,0xf1,0xff,0xfe,\r
-0xf1,0xfe,0xff,0xf0,0xfd,0xff,0xf0,0xfb,0xff,0xef,0xfa,0xfe,0xed,0xf7,0xfe,\r
-0xec,0xf6,0xfd,0xeb,0xf4,0xfd,0xec,0xf4,0xfb,0xf8,0xff,0xff,0xfa,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xfe,0xf9,0xfd,0xfe,0xfa,0xfc,0xfd,\r
-0xfa,0xfb,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfd,0xff,0xff,0xff,0xfe,\r
-0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,\r
-0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xfa,0xf7,0xff,0xfb,0xf8,0xff,0xfb,0xf8,\r
-0xff,0xfc,0xf9,0xff,0xfc,0xfb,0xff,0xfd,0xfa,0xff,0xfd,0xfc,0xff,0xff,0xfb,\r
-0xf9,0xff,0xf8,0xf5,0xff,0xf7,0xf5,0xff,0xf7,0xf5,0xff,0xf7,0xf5,0xff,0xf7,\r
-0xf5,0xff,0xf7,0xf5,0xff,0xf7,0xf4,0xff,0xf6,0xf8,0xff,0xf8,0xf8,0xff,0xf8,\r
-0xf8,0xff,0xf8,0xf8,0xff,0xf8,0xf8,0xff,0xf8,0xf8,0xff,0xf8,0xf8,0xff,0xf8,\r
-0xf8,0xff,0xfe,0xf9,0xf9,0xff,0xf9,0xf9,0xff,0xf9,0xfc,0xff,0xfb,0xff,0xfa,\r
-0xfc,0xff,0xf5,0xff,0xff,0xf4,0xff,0xfd,0xf8,0xff,0xfa,0xfc,0xff,0xf7,0xff,\r
-0xff,0xf9,0xff,0xfd,0xfc,0xff,0xf4,0xff,0xfc,0xe7,0xff,0xef,0xb2,0xe9,0xb8,\r
-0x68,0xb1,0x6b,0x5f,0xa7,0x5a,0x58,0x90,0x45,0x39,0x62,0x24,0xeb,0xff,0xe0,\r
-0xf2,0xff,0xf0,0xf8,0xff,0xff,0xfb,0xfc,0xff,0xf9,0xf4,0xff,0xff,0xfa,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xf8,0xff,0xff,0xf7,0xff,0xff,0xf9,\r
-0xfb,0xff,0xfe,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf3,0xff,0xe4,0xde,0xfe,0xcf,0xa6,0xcb,0x99,\r
-0x6c,0x97,0x5e,0x4c,0x81,0x3e,0x47,0x82,0x38,0x47,0x8a,0x39,0x49,0x95,0x3d,\r
-0x4d,0x9e,0x41,0x4d,0xa2,0x40,0x4b,0xa5,0x42,0x4e,0xa8,0x45,0x51,0xac,0x49,\r
-0x55,0xaf,0x4f,0x58,0xb2,0x52,0x5a,0xb3,0x56,0x56,0xae,0x5b,0x56,0xad,0x5d,\r
-0x56,0xad,0x5d,0x55,0xad,0x5a,0x55,0xac,0x5c,0x54,0xac,0x59,0x54,0xac,0x59,\r
-0x53,0xab,0x57,0x56,0xae,0x5b,0x57,0xaf,0x5b,0x57,0xaf,0x5b,0x57,0xb0,0x5a,\r
-0x58,0xb0,0x5c,0x58,0xb1,0x5b,0x58,0xb1,0x5b,0x5a,0xaf,0x5d,0x5e,0xad,0x63,\r
-0x63,0xaf,0x67,0x67,0xb3,0x6c,0x6d,0xb6,0x72,0x72,0xba,0x78,0x77,0xbd,0x7e,\r
-0x7b,0xbe,0x81,0x7f,0xbe,0x86,0x8a,0xc6,0x90,0x8d,0xc8,0x96,0x94,0xca,0x9b,\r
-0x99,0xce,0xa2,0xa1,0xd3,0xa9,0xa8,0xd7,0xb0,0xac,0xdb,0xb4,0xb0,0xdd,0xb6,\r
-0xcc,0xf5,0xd0,0xcf,0xf5,0xd1,0xd3,0xf6,0xd4,0xd6,0xf9,0xd7,0xda,0xfa,0xdb,\r
-0xdd,0xfd,0xde,0xe0,0xff,0xe0,0xe1,0xff,0xe2,0xea,0xff,0xe9,0xeb,0xff,0xec,\r
-0xeb,0xff,0xec,0xed,0xff,0xec,0xed,0xff,0xed,0xee,0xff,0xee,0xf0,0xff,0xee,\r
-0xec,0xff,0xef,0xe8,0xff,0xf0,0xe7,0xff,0xf2,0xe8,0xff,0xf4,0xe9,0xff,0xf4,\r
-0xea,0xff,0xf6,0xed,0xff,0xf7,0xf0,0xff,0xfa,0xf2,0xff,0xfa,0xf4,0xff,0xfb,\r
-0xf6,0xff,0xfc,0xf8,0xff,0xfc,0xfa,0xff,0xfe,0xfb,0xff,0xfe,0xf9,0xfe,0xfc,\r
-0xf7,0xfc,0xfa,0xf6,0xfd,0xf6,0xfb,0xff,0xf7,0xfb,0xff,0xf4,0xfb,0xff,0xf4,\r
-0xfb,0xff,0xf5,0xfd,0xff,0xf5,0xfd,0xff,0xf7,0xfd,0xff,0xf8,0xff,0xff,0xf9,\r
-0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,0xf6,0xfb,0xf9,0xf5,0xfc,0xf9,\r
-0xf6,0xfd,0xfa,0xf8,0xff,0xfc,0xfa,0xff,0xfd,0xfb,0xff,0xff,0xfd,0xff,0xff,\r
-0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xfd,0xff,0xff,0xfc,0xfe,0xfe,0xfb,0xfd,0xfd,0xfa,0xfc,0xfc,0xf9,0xfb,0xfb,\r
-0xf8,0xfb,0xf9,0xf8,0xfb,0xf9,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xfe,0xfd,0xff,0xff,0xfc,0xff,0xfd,0xfb,0xfd,0xfd,0xfc,0xfc,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfc,\r
-0xff,0xff,0xfb,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xff,0xfa,\r
-0xfd,0xff,0xfe,0xf6,0xff,0xff,0xf4,0xff,0xff,0xf3,0xff,0xfa,0xf5,0xff,0xf3,\r
-0xf8,0xff,0xee,0xfd,0xff,0xee,0xff,0xff,0xf2,0xff,0xfd,0xf6,0xff,0xfb,0xfe,\r
-0xff,0xf5,0xfd,0xff,0xfd,0xff,0xf1,0xfd,0xf7,0xe9,0xff,0xee,0xb9,0xed,0xbe,\r
-0x6a,0xb1,0x6f,0x60,0xa8,0x5c,0x57,0x8f,0x42,0x34,0x5f,0x1e,0xe2,0xff,0xd6,\r
-0xf1,0xff,0xef,0xf8,0xff,0xff,0xfb,0xfb,0xff,0xf9,0xf3,0xff,0xff,0xfa,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xf7,0xff,0xff,0xf5,0xff,0xff,0xf9,\r
-0xfb,0xff,0xfe,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xea,0xff,0xd9,0xc4,0xf0,0xb3,0x77,0xa6,0x68,\r
-0x4c,0x7e,0x3e,0x60,0x96,0x53,0x73,0xb1,0x6b,0x6d,0xb0,0x65,0x66,0xaf,0x5f,\r
-0x60,0xae,0x5a,0x60,0xb1,0x5a,0x60,0xb4,0x5b,0x5f,0xb6,0x5c,0x60,0xb4,0x5b,\r
-0x60,0xb1,0x5a,0x5f,0xae,0x57,0x5d,0xa9,0x5b,0x5e,0xa8,0x66,0x60,0xa8,0x6c,\r
-0x62,0xab,0x6d,0x66,0xaf,0x71,0x6a,0xb3,0x75,0x6d,0xb6,0x78,0x70,0xb9,0x7b,\r
-0x72,0xbc,0x7c,0x77,0xc0,0x82,0x7a,0xc4,0x84,0x7f,0xc9,0x89,0x86,0xd0,0x90,\r
-0x8e,0xd8,0x98,0x95,0xdf,0x9f,0x9b,0xe5,0xa5,0xa1,0xe6,0xa9,0xb3,0xec,0xb9,\r
-0xb9,0xed,0xbe,0xbf,0xf0,0xc4,0xc5,0xf6,0xca,0xcb,0xfb,0xd1,0xd1,0xfe,0xd7,\r
-0xd6,0xff,0xdd,0xd7,0xff,0xe1,0xdc,0xff,0xe6,0xdf,0xff,0xe9,0xe2,0xff,0xec,\r
-0xe6,0xff,0xef,0xe8,0xff,0xf3,0xeb,0xff,0xf6,0xed,0xff,0xf8,0xf1,0xff,0xf8,\r
-0xef,0xff,0xf0,0xf1,0xff,0xf0,0xf2,0xff,0xf1,0xf4,0xff,0xf1,0xf5,0xff,0xf4,\r
-0xf6,0xff,0xf5,0xf9,0xff,0xf7,0xf9,0xff,0xf7,0xf7,0xff,0xf6,0xf8,0xff,0xf7,\r
-0xf8,0xff,0xf9,0xfa,0xff,0xfa,0xfa,0xff,0xfb,0xfb,0xff,0xfc,0xfb,0xff,0xfc,\r
-0xfa,0xff,0xfc,0xf6,0xff,0xfb,0xf4,0xff,0xfb,0xf5,0xff,0xfa,0xf4,0xff,0xfa,\r
-0xf4,0xff,0xfa,0xf4,0xff,0xfa,0xf6,0xff,0xfc,0xf7,0xff,0xfd,0xf5,0xfb,0xfa,\r
-0xf7,0xfc,0xfb,0xfb,0xfb,0xfb,0xfd,0xfc,0xfe,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xf4,0xff,0xff,0xf1,0xff,0xff,0xf1,\r
-0xff,0xff,0xf3,0xff,0xff,0xf4,0xff,0xff,0xf4,0xff,0xff,0xf7,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xff,0xfe,0xf9,0xff,0xfd,0xfa,0xff,0xfd,0xfa,0xff,0xfc,0xfc,\r
-0xff,0xfc,0xfc,0xff,0xfb,0xfd,0xff,0xfc,0xfc,0xff,0xfd,0xfc,0xfb,0xff,0xfa,\r
-0xfb,0xfe,0xfc,0xfb,0xfe,0xfc,0xfd,0xfe,0xfc,0xfd,0xfe,0xfc,0xfd,0xfd,0xfd,\r
-0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xfd,0xfc,0xff,\r
-0xf9,0xfd,0xfe,0xfc,0xfe,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xf9,0xff,0xfd,0xf9,0xff,0xfd,0xf9,0xff,0xfd,\r
-0xf9,0xff,0xfe,0xfa,0xff,0xff,0xf8,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,\r
-0xff,0xfc,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfc,0xfc,0xff,0xfb,0xfb,\r
-0xff,0xfb,0xf8,0xff,0xfb,0xf8,0xff,0xfc,0xf9,0xff,0xfe,0xfb,0xff,0xff,0xfc,\r
-0xff,0xff,0xfc,0xf6,0xff,0xff,0xf3,0xff,0xfe,0xf3,0xff,0xf8,0xf4,0xff,0xf4,\r
-0xf8,0xff,0xf1,0xfa,0xff,0xf0,0xff,0xff,0xf3,0xff,0xff,0xf8,0xff,0xfe,0xff,\r
-0xff,0xf8,0xfd,0xff,0xfe,0xff,0xef,0xfc,0xf4,0xea,0xff,0xee,0xc2,0xf3,0xc5,\r
-0x73,0xb4,0x76,0x67,0xac,0x61,0x60,0x9b,0x4b,0x39,0x68,0x23,0xda,0xfe,0xd0,\r
-0xec,0xff,0xeb,0xf3,0xfb,0xfa,0xfd,0xfb,0xff,0xfe,0xf7,0xff,0xff,0xfb,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfc,0xff,0xff,0xf9,0xff,0xff,0xf9,0xfd,0xff,0xfc,\r
-0xfb,0xff,0xff,0xfb,0xfe,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff,0xcd,0x87,0xc2,0x77,0x5f,0x95,0x52,\r
-0x75,0xa9,0x6d,0x79,0xaa,0x76,0x6f,0xa0,0x72,0x74,0xa7,0x7b,0x76,0xac,0x81,\r
-0x79,0xb2,0x85,0x78,0xb4,0x84,0x7d,0xb8,0x86,0x87,0xbf,0x8e,0x95,0xc7,0x97,\r
-0x9e,0xcc,0x9d,0xaa,0xd1,0xa3,0xb0,0xd3,0xab,0xbb,0xdd,0xbf,0xb2,0xd2,0xb9,\r
-0xc5,0xe5,0xcc,0xc9,0xe9,0xd0,0xcc,0xec,0xd3,0xda,0xfa,0xe1,0xd4,0xf4,0xdb,\r
-0xd4,0xf5,0xda,0xdd,0xfd,0xe4,0xe1,0xff,0xe7,0xe1,0xff,0xe7,0xdd,0xfe,0xe3,\r
-0xdf,0xff,0xe5,0xe7,0xff,0xed,0xea,0xff,0xf0,0xea,0xff,0xef,0xeb,0xff,0xea,\r
-0xed,0xff,0xed,0xed,0xff,0xed,0xee,0xff,0xee,0xef,0xff,0xef,0xf1,0xff,0xf0,\r
-0xf2,0xff,0xf3,0xf2,0xff,0xf4,0xf7,0xff,0xf8,0xf6,0xff,0xf7,0xf8,0xff,0xf9,\r
-0xf8,0xff,0xfa,0xf7,0xfe,0xf9,0xf6,0xfd,0xf8,0xf6,0xfd,0xf8,0xf7,0xfd,0xf8,\r
-0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xfb,\r
-0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfc,0xfe,0xff,0xfb,0xfc,0xff,0xfb,\r
-0xfc,0xff,0xfd,0xfa,0xff,0xfd,0xfa,0xff,0xfd,0xfa,0xff,0xfd,0xf9,0xff,0xfe,\r
-0xfa,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfe,\r
-0xfd,0xff,0xfe,0xfb,0xff,0xfe,0xfa,0xff,0xfe,0xf7,0xfd,0xfc,0xfb,0xff,0xff,\r
-0xfa,0xff,0xfe,0xfc,0xfc,0xfc,0xfd,0xfb,0xfb,0xff,0xfa,0xfb,0xff,0xfc,0xfd,\r
-0xff,0xff,0xfe,0xff,0xfe,0xfe,0xff,0xfe,0xfc,0xff,0xfe,0xfc,0xff,0xff,0xfc,\r
-0xff,0xff,0xfb,0xff,0xfd,0xf8,0xfe,0xfe,0xf8,0xff,0xff,0xfb,0xff,0xff,0xfb,\r
-0xff,0xff,0xfb,0xff,0xff,0xfc,0xfe,0xfd,0xf9,0xff,0xfc,0xf8,0xff,0xfb,0xfa,\r
-0xff,0xfc,0xfc,0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xff,0xfa,0xfa,0xff,0xfd,0xfc,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfc,0xfb,0xff,0xfd,0xfc,0xff,0xff,0xfe,\r
-0xff,0xfe,0xfe,0xff,0xfe,0xfe,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfc,0xfe,0xff,0xfa,0xfc,0xfb,0xf9,0xf9,0xfb,0xf9,0xf8,0xfc,0xfd,0xf9,\r
-0xff,0xff,0xfb,0xfd,0xff,0xf9,0xfb,0xff,0xfb,0xfa,0xff,0xfa,0xf7,0xfe,0xf9,\r
-0xf8,0xff,0xfc,0xf8,0xff,0xff,0xf6,0xff,0xff,0xf8,0xfe,0xff,0xf8,0xff,0xff,\r
-0xf8,0xff,0xff,0xf3,0xfd,0xf7,0xf3,0xf9,0xf4,0xf7,0xfb,0xf6,0xff,0xff,0xfc,\r
-0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xfb,0xf6,0xff,0xff,0xfb,0xff,0xf9,0xf5,\r
-0xf3,0xed,0xe8,0xed,0xe7,0xe2,0xe9,0xe5,0xe0,0xe5,0xe1,0xdc,0xda,0xd6,0xd1,\r
-0xce,0xce,0xc8,0xb9,0xbe,0xbc,0xb1,0xba,0xb7,0xa6,0xb1,0xa9,0xb5,0xc0,0xb6,\r
-0xfa,0xff,0xf9,0xf9,0xff,0xf7,0xee,0xef,0xeb,0xff,0xff,0xfe,0xff,0xfa,0xfc,\r
-0xff,0xfd,0xff,0xfb,0xfe,0xfc,0xf6,0xff,0xf7,0xe5,0xff,0xe6,0xcc,0xfb,0xcd,\r
-0x7b,0xb9,0x7d,0x60,0xa5,0x5c,0x60,0xa1,0x4c,0x34,0x6c,0x21,0xca,0xee,0xc2,\r
-0xf3,0xff,0xf4,0xf4,0xf8,0xf9,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfd,0xff,\r
-0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfb,0xfe,0xff,\r
-0xfb,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xba,0xfc,0xaa,0x77,0xb8,0x69,0x87,0xc0,0x7c,\r
-0xb8,0xea,0xb4,0xbf,0xeb,0xc2,0xc4,0xed,0xce,0xcf,0xf6,0xdd,0xcf,0xf6,0xe0,\r
-0xd3,0xfd,0xe6,0xd3,0xfd,0xe6,0xd8,0xff,0xe7,0xdf,0xff,0xea,0xe8,0xff,0xed,\r
-0xee,0xff,0xee,0xf5,0xff,0xf0,0xf8,0xff,0xf4,0xf5,0xff,0xf6,0xf3,0xff,0xf8,\r
-0xf4,0xff,0xf7,0xf3,0xff,0xf8,0xec,0xf7,0xef,0xf3,0xff,0xf8,0xf2,0xfd,0xf5,\r
-0xf6,0xff,0xfb,0xf2,0xfd,0xf5,0xf6,0xff,0xfb,0xf8,0xff,0xfb,0xf6,0xff,0xfb,\r
-0xf8,0xff,0xfb,0xf6,0xff,0xfb,0xf8,0xff,0xfb,0xf1,0xfc,0xf4,0xfd,0xff,0xfb,\r
-0xfd,0xff,0xfb,0xff,0xff,0xfc,0xfd,0xff,0xfb,0xff,0xff,0xfc,0xfc,0xff,0xfb,\r
-0xfd,0xfe,0xfa,0xfd,0xfe,0xfa,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfe,0xfd,0xfd,0xfd,0xfd,0xfe,0xfc,\r
-0xff,0xfe,0xfa,0xff,0xff,0xf9,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,\r
-0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xfe,0xf9,0xf7,0xf6,0xf8,0xf9,0xf7,\r
-0xfa,0xfa,0xfa,0xfa,0xfc,0xfc,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,\r
-0xfd,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfc,0xf9,0xfe,0xfa,0xf9,0xfd,0xfb,0xfa,\r
-0xfd,0xfe,0xfc,0xfd,0xff,0xfe,0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfd,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xfc,0xff,0xfe,0xfe,0xff,0xf7,0xf9,0xff,0xf7,0xfb,0xff,0xfb,0xfc,\r
-0xff,0xfb,0xfc,0xff,0xfc,0xfb,0xfd,0xfe,0xfc,0xfd,0xff,0xfc,0xfb,0xff,0xfc,\r
-0xf8,0xfe,0xf9,0xfa,0xff,0xfb,0xfd,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xff,0xfc,0xfc,0xff,0xf9,0xf9,0xff,0xff,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfc,0xfb,0xfd,0xf9,0xf8,0xfc,0xf7,0xf6,\r
-0xfb,0xf7,0xf6,0xfc,0xf7,0xf6,0xf9,0xf5,0xf4,0xfa,0xf5,0xf4,0xfd,0xf9,0xf8,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xfe,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfb,\r
-0xfc,0xff,0xf6,0xf5,0xfa,0xf1,0xf4,0xfc,0xf2,0xee,0xf5,0xee,0xe5,0xeb,0xe6,\r
-0xdb,0xe2,0xdf,0xd3,0xd8,0xd9,0xcc,0xd1,0xd4,0xc4,0xc8,0xcd,0xbd,0xc4,0xc7,\r
-0xb3,0xbe,0xbb,0xa9,0xb6,0xae,0x9e,0xa8,0xa2,0x92,0x9a,0x93,0x86,0x8c,0x87,\r
-0x79,0x7d,0x77,0x6e,0x6e,0x68,0x66,0x63,0x5e,0x38,0x34,0x2f,0x2c,0x28,0x23,\r
-0x1c,0x18,0x13,0x11,0x0e,0x09,0x0d,0x0a,0x05,0x08,0x08,0x02,0x04,0x04,0x00,\r
-0x00,0x01,0x00,0x07,0x0a,0x08,0x08,0x0d,0x0b,0x0d,0x12,0x10,0x3f,0x45,0x40,\r
-0xed,0xf2,0xf0,0xfb,0xff,0xff,0xfc,0xfb,0xfd,0xff,0xfe,0xff,0xff,0xf9,0xfe,\r
-0xff,0xfd,0xff,0xfb,0xff,0xfa,0xf4,0xff,0xf5,0xe5,0xff,0xe6,0xcd,0xfc,0xce,\r
-0x7d,0xba,0x80,0x61,0xa6,0x5d,0x5f,0xa2,0x4d,0x35,0x6f,0x21,0xc4,0xe8,0xbc,\r
-0xf3,0xff,0xf4,0xf5,0xf9,0xfa,0xff,0xfb,0xff,0xff,0xfb,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xf9,0xff,0xff,0xfb,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfd,0xff,\r
-0xfb,0xfe,0xff,0xff,0xff,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xab,0xe8,0x9e,0x6b,0xa7,0x61,0xa5,0xd8,0x9e,\r
-0xe2,0xff,0xdf,0xdb,0xff,0xdd,0xe1,0xff,0xe8,0xe6,0xff,0xef,0xe1,0xfb,0xed,\r
-0xe4,0xff,0xf2,0xe8,0xff,0xf4,0xea,0xff,0xf6,0xec,0xff,0xf4,0xef,0xff,0xf3,\r
-0xf1,0xff,0xf0,0xf5,0xff,0xf0,0xf6,0xfe,0xf3,0xf6,0xfe,0xf7,0xf8,0xff,0xfc,\r
-0xf4,0xfb,0xf6,0xf8,0xff,0xfc,0xf1,0xf8,0xf3,0xf3,0xfd,0xf7,0xf2,0xf9,0xf4,\r
-0xf8,0xff,0xfc,0xf7,0xfe,0xf9,0xf7,0xff,0xfb,0xf9,0xff,0xfb,0xf4,0xfe,0xf8,\r
-0xf6,0xfd,0xf8,0xf7,0xff,0xfb,0xfa,0xff,0xfc,0xf8,0xff,0xfa,0xf5,0xfb,0xf6,\r
-0xf5,0xfb,0xf6,0xf8,0xfb,0xf9,0xf7,0xfd,0xf8,0xfa,0xfd,0xfb,0xf9,0xfe,0xfc,\r
-0xfc,0xff,0xfd,0xfc,0xff,0xfd,0xf5,0xf8,0xf6,0xf6,0xf9,0xf7,0xf7,0xf9,0xf9,\r
-0xf9,0xfb,0xfb,0xfb,0xfd,0xfd,0xfc,0xfe,0xfe,0xfd,0xff,0xff,0xfb,0xff,0xff,\r
-0xfa,0xff,0xfe,0xfa,0xff,0xfc,0xfb,0xff,0xfe,0xfa,0xff,0xfd,0xf9,0xfe,0xfc,\r
-0xfa,0xfd,0xfb,0xf9,0xfc,0xfa,0xfb,0xfc,0xfa,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xfa,0xfa,0xfa,0xf8,0xf8,0xf8,\r
-0xf7,0xf7,0xf7,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xfd,0xfd,0xfe,0xfc,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xfe,0xf2,0xf7,0xf6,\r
-0xf3,0xf8,0xf7,0xf7,0xf9,0xf9,0xf8,0xfa,0xfa,0xfa,0xfb,0xf9,0xf9,0xfa,0xf8,\r
-0xf9,0xf7,0xf6,0xfa,0xf6,0xf5,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xff,0xfe,0xff,0xfd,0xf7,0xfc,0xfa,0xf2,0xf9,0xf6,0xee,0xf5,0xf2,\r
-0xfa,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfc,0xff,0xfd,0xff,0xfd,0xfd,\r
-0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,0xfc,0xfd,0xf3,0xf5,0xf5,0xf1,0xf7,0xf6,\r
-0xf5,0xfa,0xf9,0xf8,0xfe,0xfd,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,\r
-0xfa,0xff,0xff,0xfb,0xff,0xff,0xf4,0xfa,0xf9,0xe8,0xed,0xec,0xdd,0xe3,0xe2,\r
-0xd5,0xda,0xd9,0xc9,0xcf,0xce,0xbb,0xc0,0xbf,0xaf,0xb4,0xb3,0xae,0xb0,0xb1,\r
-0xa6,0xa5,0xa7,0x97,0x96,0x98,0x88,0x89,0x87,0x75,0x79,0x74,0x60,0x64,0x5e,\r
-0x48,0x4c,0x46,0x35,0x3c,0x35,0x0f,0x16,0x0f,0x0c,0x13,0x0c,0x0b,0x0f,0x0a,\r
-0x09,0x0b,0x0b,0x0a,0x09,0x0b,0x09,0x08,0x0c,0x09,0x05,0x0b,0x06,0x05,0x09,\r
-0x00,0x04,0x03,0x00,0x06,0x01,0x01,0x06,0x04,0x01,0x07,0x02,0x00,0x05,0x03,\r
-0x00,0x03,0x00,0x00,0x02,0x00,0x00,0x02,0x00,0x0b,0x0c,0x0a,0x05,0x08,0x06,\r
-0x00,0x03,0x01,0x00,0x01,0x00,0x01,0x04,0x02,0x03,0x08,0x06,0x06,0x0b,0x0a,\r
-0x09,0x0b,0x0b,0x00,0x00,0x00,0x03,0x03,0x03,0x04,0x07,0x05,0x30,0x33,0x31,\r
-0xf6,0xf8,0xf8,0xff,0xff,0xff,0xf2,0xef,0xf1,0xf8,0xf2,0xf7,0xff,0xf8,0xff,\r
-0xff,0xfe,0xff,0xfb,0xff,0xfa,0xf6,0xff,0xf5,0xe6,0xff,0xe7,0xd0,0xff,0xd1,\r
-0x81,0xbe,0x84,0x63,0xa8,0x5f,0x60,0xa3,0x4e,0x3a,0x74,0x26,0xb8,0xdd,0xaf,\r
-0xf3,0xff,0xf4,0xf7,0xfb,0xfc,0xff,0xfc,0xff,0xff,0xfb,0xfe,0xff,0xff,0xfc,\r
-0xff,0xff,0xf9,0xff,0xff,0xfb,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfd,0xff,\r
-0xfb,0xfe,0xff,0xff,0xff,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xa9,0xe2,0xa3,0x59,0x8f,0x53,0x9a,0xc9,0x98,\r
-0xe6,0xff,0xe5,0xe6,0xff,0xe8,0xee,0xff,0xf3,0xf1,0xff,0xf8,0xf1,0xff,0xf9,\r
-0xf2,0xff,0xfa,0xf4,0xff,0xfc,0xf6,0xff,0xfc,0xf4,0xff,0xf9,0xf7,0xff,0xf8,\r
-0xfa,0xff,0xf8,0xfd,0xff,0xf9,0xfc,0xff,0xfa,0xed,0xf3,0xee,0xfa,0xff,0xfc,\r
-0xeb,0xf1,0xec,0xfa,0xff,0xfc,0xfa,0xff,0xfb,0xfa,0xff,0xfc,0xf6,0xfc,0xf7,\r
-0xfa,0xff,0xfc,0xfb,0xff,0xfc,0xfa,0xff,0xfc,0xfa,0xff,0xfb,0xf6,0xfd,0xf8,\r
-0xf6,0xfc,0xf7,0xf8,0xff,0xfa,0xfb,0xff,0xfc,0xfb,0xff,0xfc,0xfa,0xff,0xfd,\r
-0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xff,\r
-0xfa,0xff,0xff,0xfb,0xff,0xff,0xf8,0xfe,0xfd,0xf8,0xfd,0xfc,0xf6,0xfc,0xfb,\r
-0xf5,0xff,0xfe,0xf5,0xff,0xfe,0xf5,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xff,\r
-0xfa,0xff,0xfe,0xfb,0xff,0xff,0xfd,0xff,0xff,0xf8,0xfa,0xfa,0xfb,0xfb,0xfb,\r
-0xfc,0xfc,0xfc,0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xff,0xf9,0xf9,0xf9,0xf7,0xfa,0xf8,0xf8,0xfb,0xf9,0xfb,0xfe,0xfc,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xf9,0xfe,0xfd,0xfd,0xff,0xff,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xfe,0xfe,0xfc,0xff,0xfd,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xfe,0xfd,0xff,0xff,0xfa,0xfa,0xfa,0xfa,0xfa,0xfa,0xf9,0xfb,0xfb,\r
-0xfd,0xff,0xff,0xfb,0xff,0xfe,0xfa,0xff,0xfe,0xf8,0xff,0xfe,0xf6,0xff,0xfc,\r
-0xe7,0xee,0xeb,0xe4,0xeb,0xe8,0xde,0xe3,0xe2,0xd8,0xda,0xda,0xd1,0xd1,0xd1,\r
-0xcb,0xc9,0xc9,0xc6,0xc1,0xc2,0xc1,0xbf,0xbf,0xa7,0xad,0xac,0x99,0xa4,0xa2,\r
-0x89,0x94,0x92,0x77,0x82,0x80,0x63,0x6e,0x6c,0x4e,0x59,0x57,0x3a,0x45,0x43,\r
-0x2d,0x38,0x36,0x03,0x0e,0x0c,0x00,0x0a,0x08,0x00,0x07,0x05,0x00,0x07,0x05,\r
-0x00,0x0a,0x08,0x01,0x0c,0x0a,0x00,0x0b,0x09,0x01,0x09,0x08,0x06,0x09,0x0d,\r
-0x06,0x07,0x0b,0x04,0x06,0x07,0x03,0x08,0x07,0x07,0x0c,0x0a,0x07,0x0e,0x09,\r
-0x06,0x0c,0x07,0x03,0x0a,0x03,0x02,0x08,0x03,0x03,0x07,0x02,0x04,0x05,0x03,\r
-0x06,0x04,0x04,0x09,0x04,0x06,0x0b,0x04,0x09,0x0d,0x03,0x09,0x0d,0x03,0x09,\r
-0x09,0x04,0x05,0x0d,0x09,0x08,0x10,0x0e,0x0d,0x0f,0x10,0x0e,0x0d,0x0e,0x0c,\r
-0x08,0x0b,0x09,0x06,0x0b,0x09,0x06,0x0b,0x09,0x01,0x06,0x05,0x03,0x08,0x07,\r
-0x04,0x0a,0x09,0x05,0x0a,0x0b,0x04,0x08,0x09,0x01,0x05,0x06,0x00,0x02,0x03,\r
-0x00,0x01,0x02,0x18,0x15,0x17,0x28,0x25,0x27,0x39,0x39,0x39,0x62,0x62,0x62,\r
-0xed,0xed,0xed,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xf7,0xff,\r
-0xff,0xfd,0xff,0xfd,0xfe,0xfc,0xf6,0xff,0xf7,0xe7,0xff,0xe9,0xd3,0xff,0xd6,\r
-0x85,0xc2,0x88,0x63,0xa9,0x62,0x60,0xa5,0x4e,0x40,0x7a,0x2c,0xa7,0xce,0xa0,\r
-0xf2,0xff,0xf1,0xf8,0xfe,0xfd,0xff,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xff,0xfc,\r
-0xff,0xff,0xf9,0xff,0xff,0xfb,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfd,0xff,\r
-0xfb,0xfe,0xff,0xff,0xff,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xba,0xee,0xb9,0x5d,0x8e,0x5c,0x81,0xac,0x81,\r
-0xd5,0xf8,0xd6,0xef,0xff,0xf1,0xf3,0xff,0xf7,0xf8,0xff,0xfb,0xfb,0xff,0xfe,\r
-0xf8,0xfa,0xfa,0xfa,0xfc,0xfd,0xfa,0xf9,0xfb,0xf6,0xf6,0xf6,0xf7,0xf7,0xf7,\r
-0xfe,0xfc,0xfb,0xff,0xfd,0xfc,0xfb,0xf9,0xf8,0xfd,0xff,0xfc,0xfb,0xff,0xfc,\r
-0xf2,0xf6,0xf1,0xfb,0xff,0xfc,0xfa,0xfe,0xf9,0xfb,0xff,0xfc,0xfa,0xfe,0xf9,\r
-0xf7,0xfd,0xf8,0xfb,0xff,0xfa,0xf9,0xff,0xfa,0xfb,0xff,0xfa,0xfa,0xff,0xfb,\r
-0xfb,0xff,0xfa,0xf6,0xfc,0xf7,0xf6,0xfa,0xf5,0xf4,0xf9,0xf7,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xfe,0xff,0xf7,0xfb,0xfc,0xf5,0xfa,0xf9,\r
-0xf2,0xf7,0xf8,0xf1,0xf7,0xf6,0xf0,0xf6,0xf5,0xf1,0xf7,0xf6,0xf2,0xf8,0xf7,\r
-0xf2,0xfa,0xf9,0xf6,0xfc,0xfb,0xf5,0xfd,0xfc,0xf9,0xff,0xfd,0xf7,0xff,0xfe,\r
-0xf4,0xff,0xff,0xf4,0xff,0xff,0xf4,0xff,0xff,0xf5,0xff,0xfe,0xf4,0xfe,0xfe,\r
-0xf5,0xfd,0xfc,0xf6,0xfb,0xfc,0xf7,0xfc,0xfb,0xfd,0xff,0xff,0xfe,0xfe,0xfe,\r
-0xff,0xfd,0xfd,0xff,0xfb,0xfc,0xfe,0xfa,0xf9,0xfe,0xf9,0xf8,0xfd,0xf8,0xf7,\r
-0xfb,0xf6,0xf7,0xfb,0xfd,0xfd,0xf9,0xff,0xfe,0xfa,0xff,0xff,0xfb,0xff,0xff,\r
-0xfd,0xff,0xff,0xfa,0xfc,0xfc,0xf4,0xf6,0xf6,0xee,0xf0,0xf0,0xef,0xef,0xef,\r
-0xe8,0xea,0xea,0xde,0xe0,0xe0,0xd1,0xd3,0xd3,0xc1,0xc6,0xc5,0xb4,0xba,0xb9,\r
-0xab,0xb1,0xb0,0xa6,0xac,0xab,0x9e,0xa3,0xa2,0x93,0x98,0x96,0x7f,0x86,0x83,\r
-0x69,0x70,0x6d,0x50,0x56,0x55,0x33,0x3b,0x3a,0x1a,0x22,0x21,0x0a,0x12,0x11,\r
-0x00,0x01,0x00,0x00,0x01,0x00,0x01,0x05,0x06,0x07,0x09,0x0a,0x09,0x08,0x0a,\r
-0x07,0x04,0x06,0x02,0x00,0x01,0x00,0x00,0x01,0x00,0x06,0x05,0x00,0x05,0x04,\r
-0x00,0x06,0x05,0x01,0x09,0x08,0x04,0x0c,0x0b,0x04,0x0c,0x0b,0x01,0x09,0x08,\r
-0x00,0x04,0x03,0x01,0x09,0x08,0x01,0x09,0x08,0x00,0x07,0x06,0x00,0x02,0x01,\r
-0x00,0x01,0x00,0x00,0x01,0x00,0x00,0x08,0x07,0x05,0x0d,0x0c,0x01,0x04,0x08,\r
-0x03,0x06,0x0a,0x04,0x08,0x09,0x00,0x06,0x05,0x00,0x02,0x01,0x00,0x02,0x00,\r
-0x00,0x02,0x00,0x00,0x03,0x00,0x00,0x03,0x01,0x01,0x04,0x02,0x05,0x06,0x04,\r
-0x0b,0x06,0x07,0x10,0x07,0x0a,0x14,0x09,0x0c,0x19,0x0b,0x0f,0x1c,0x0d,0x11,\r
-0x38,0x2a,0x2b,0x46,0x39,0x37,0x5c,0x50,0x4e,0x6f,0x68,0x65,0x81,0x7d,0x7c,\r
-0x91,0x92,0x90,0xa0,0xa2,0xa2,0xa9,0xae,0xad,0xac,0xb1,0xb2,0xb5,0xba,0xbb,\r
-0xc3,0xc7,0xc8,0xd0,0xd3,0xd7,0xdd,0xde,0xe2,0xe7,0xe6,0xea,0xef,0xee,0xf2,\r
-0xf5,0xf1,0xf6,0xff,0xf9,0xfe,0xff,0xfc,0xfe,0xff,0xfc,0xfe,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xfe,0xf3,0xfb,0xff,0xf1,0xfc,0xff,0xf6,0xff,\r
-0xff,0xfc,0xff,0xfd,0xfe,0xfc,0xf8,0xff,0xf7,0xe8,0xff,0xea,0xd7,0xff,0xdc,\r
-0x8a,0xc7,0x8f,0x66,0xac,0x65,0x61,0xa6,0x4f,0x44,0x81,0x31,0x94,0xbe,0x8e,\r
-0xee,0xff,0xef,0xfa,0xff,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xff,0xfc,\r
-0xff,0xff,0xf8,0xff,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfd,0xff,\r
-0xfb,0xfe,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xcb,0xfc,0xd0,0x7f,0xad,0x83,0x6e,0x97,0x72,\r
-0xb4,0xd6,0xb7,0xea,0xff,0xed,0xee,0xff,0xf1,0xef,0xf6,0xef,0xf2,0xf3,0xf1,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfa,0xff,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xf6,0xf4,0xf3,0xff,0xff,0xfe,0xef,0xf3,0xee,\r
-0xff,0xff,0xfc,0xfa,0xfe,0xf9,0xf6,0xf7,0xf3,0xfc,0xff,0xfb,0xfb,0xfc,0xf8,\r
-0xf8,0xfc,0xf7,0xff,0xff,0xfc,0xf9,0xfd,0xf8,0xf8,0xf9,0xf5,0xf8,0xfc,0xf7,\r
-0xfc,0xfd,0xf9,0xfb,0xff,0xfa,0xff,0xff,0xfc,0xfd,0xff,0xfe,0xf8,0xfa,0xfb,\r
-0xf8,0xf9,0xfd,0xfa,0xfb,0xff,0xfc,0xfd,0xff,0xfd,0xfe,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,\r
-0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xfe,0xf7,0xff,0xfe,\r
-0xf2,0xfa,0xfa,0xf0,0xf9,0xfc,0xf1,0xf9,0xf9,0xf1,0xf9,0xf9,0xf0,0xf8,0xf8,\r
-0xf1,0xf6,0xf7,0xf0,0xf5,0xf6,0xf1,0xf5,0xf6,0xe0,0xe2,0xe2,0xde,0xde,0xde,\r
-0xd9,0xd7,0xd7,0xd2,0xcd,0xce,0xca,0xc5,0xc4,0xc1,0xbc,0xbb,0xbc,0xb4,0xb4,\r
-0xb5,0xb1,0xb0,0x90,0x94,0x95,0x87,0x8c,0x8d,0x78,0x7d,0x7e,0x65,0x6a,0x69,\r
-0x4f,0x51,0x51,0x36,0x36,0x36,0x1e,0x1e,0x1e,0x0f,0x0f,0x0f,0x03,0x01,0x01,\r
-0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x09,0x09,0x06,0x0b,0x0a,0x03,0x09,0x08,\r
-0x01,0x06,0x07,0x00,0x04,0x05,0x00,0x04,0x01,0x00,0x06,0x03,0x01,0x08,0x05,\r
-0x05,0x0c,0x09,0x07,0x0d,0x0c,0x07,0x0d,0x0c,0x04,0x0a,0x09,0x01,0x06,0x07,\r
-0x10,0x14,0x15,0x0c,0x10,0x11,0x07,0x09,0x0a,0x02,0x04,0x05,0x03,0x02,0x04,\r
-0x07,0x06,0x08,0x0e,0x0b,0x0d,0x0f,0x0f,0x0f,0x02,0x04,0x04,0x00,0x05,0x04,\r
-0x02,0x04,0x04,0x01,0x06,0x05,0x04,0x06,0x06,0x01,0x06,0x05,0x01,0x03,0x03,\r
-0x00,0x02,0x01,0x00,0x00,0x00,0x00,0x04,0x03,0x08,0x0a,0x0a,0x0a,0x0f,0x0e,\r
-0x11,0x13,0x13,0x1a,0x1f,0x1e,0x2c,0x2e,0x2e,0x38,0x3a,0x3a,0x58,0x5a,0x5b,\r
-0x67,0x69,0x6a,0x7b,0x7f,0x80,0x8c,0x91,0x92,0x99,0x9f,0x9e,0xa2,0xaa,0xa9,\r
-0xaf,0xb7,0xb6,0xb8,0xc1,0xbe,0xc5,0xcc,0xc9,0xca,0xcf,0xcd,0xd2,0xd5,0xd3,\r
-0xdc,0xda,0xd9,0xe6,0xe0,0xe1,0xef,0xe7,0xe8,0xfb,0xee,0xf0,0xff,0xf2,0xf3,\r
-0xff,0xfe,0xfc,0xff,0xfe,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,\r
-0xfa,0xfb,0xf7,0xf5,0xfa,0xf8,0xf4,0xfb,0xf8,0xf8,0xff,0xff,0xfa,0xff,0xff,\r
-0xfa,0xfe,0xff,0xf8,0xfa,0xfb,0xf8,0xf7,0xfb,0xfd,0xf7,0xfc,0xff,0xf9,0xfe,\r
-0xff,0xfc,0xff,0xfd,0xf6,0xfb,0xfa,0xf4,0xf9,0xff,0xfb,0xfd,0xff,0xfe,0xff,\r
-0xf2,0xed,0xef,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xf6,0xff,\r
-0xff,0xfb,0xff,0xff,0xfd,0xfd,0xf8,0xff,0xf8,0xea,0xff,0xed,0xdd,0xff,0xe1,\r
-0x8f,0xcc,0x94,0x69,0xaf,0x68,0x61,0xa9,0x4f,0x4a,0x88,0x36,0x85,0xaf,0x7f,\r
-0xea,0xff,0xec,0xf8,0xff,0xff,0xfe,0xfc,0xff,0xff,0xfd,0xfe,0xff,0xff,0xfc,\r
-0xff,0xff,0xf8,0xff,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfd,0xff,\r
-0xfd,0xfe,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xcd,0xfe,0xd8,0xab,0xd9,0xb5,0x69,0x93,0x70,\r
-0x93,0xb7,0x99,0xe5,0xff,0xe9,0xf4,0xff,0xf4,0xfb,0xff,0xf8,0xff,0xff,0xfc,\r
-0xff,0xf9,0xfc,0xff,0xf9,0xff,0xff,0xf4,0xfd,0xff,0xf2,0xfa,0xff,0xf8,0xfe,\r
-0xff,0xfb,0xfe,0xf0,0xee,0xee,0xd9,0xda,0xd8,0x9d,0x9e,0x9c,0x9b,0x9c,0x9a,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,\r
-0xfe,0xff,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xf9,0xfa,0xf8,0xf6,0xf4,0xf3,0xf5,0xf5,0xf5,0xff,0xfe,0xff,\r
-0xff,0xfd,0xff,0xfd,0xfb,0xff,0xf9,0xf8,0xfc,0xf5,0xf4,0xf8,0xef,0xf0,0xf4,\r
-0xec,0xed,0xf1,0xea,0xec,0xed,0xda,0xdc,0xdd,0xd6,0xd8,0xd9,0xcd,0xcf,0xcf,\r
-0xc0,0xc5,0xc4,0xb4,0xb9,0xb8,0xa9,0xae,0xad,0xa0,0xa5,0xa3,0x9d,0x9f,0x9f,\r
-0x8a,0x8c,0x8d,0x81,0x80,0x84,0x6b,0x6c,0x70,0x50,0x51,0x55,0x33,0x35,0x36,\r
-0x19,0x1b,0x1c,0x05,0x07,0x08,0x00,0x00,0x01,0x08,0x08,0x08,0x07,0x07,0x07,\r
-0x08,0x06,0x05,0x09,0x05,0x04,0x09,0x04,0x03,0x08,0x03,0x02,0x07,0x02,0x00,\r
-0x05,0x01,0x00,0x03,0x05,0x06,0x01,0x05,0x06,0x03,0x07,0x08,0x07,0x09,0x0a,\r
-0x0b,0x0b,0x0b,0x0d,0x0b,0x0b,0x09,0x07,0x06,0x07,0x05,0x04,0x0a,0x06,0x05,\r
-0x07,0x05,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x03,0x05,0x06,0x03,0x07,0x08,\r
-0x05,0x08,0x0c,0x06,0x0b,0x0c,0x00,0x03,0x00,0x00,0x06,0x01,0x01,0x08,0x05,\r
-0x03,0x08,0x06,0x02,0x07,0x06,0x00,0x05,0x04,0x00,0x02,0x03,0x00,0x01,0x05,\r
-0x00,0x00,0x03,0x00,0x00,0x03,0x00,0x00,0x01,0x07,0x06,0x08,0x1b,0x18,0x1a,\r
-0x34,0x31,0x33,0x4c,0x4c,0x4c,0x5d,0x5b,0x5b,0x81,0x7b,0x7c,0x88,0x83,0x82,\r
-0x95,0x8d,0x8d,0xa1,0x9c,0x9b,0xb1,0xa9,0xa9,0xbc,0xb7,0xb6,0xca,0xc2,0xc2,\r
-0xcf,0xca,0xc9,0xde,0xd6,0xd6,0xe0,0xdb,0xda,0xe8,0xe0,0xe0,0xea,0xe5,0xe4,\r
-0xf0,0xe8,0xe8,0xf6,0xf1,0xf0,0xff,0xfa,0xfa,0xff,0xfe,0xff,0xff,0xfd,0xfe,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xf7,0xfd,0xfc,\r
-0xf2,0xfa,0xf9,0xf2,0xfa,0xf9,0xf5,0xfd,0xfc,0xf9,0xff,0xfe,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfc,\r
-0xff,0xf6,0xed,0xff,0xf9,0xef,0xff,0xfd,0xf2,0xff,0xff,0xf5,0xfe,0xff,0xf7,\r
-0xfb,0xff,0xf8,0xf8,0xff,0xf9,0xf6,0xff,0xfb,0xf6,0xff,0xfc,0xf8,0xff,0xfc,\r
-0xf8,0xfd,0xfb,0xfa,0xfb,0xf9,0xff,0xfa,0xfb,0xff,0xfd,0xfe,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfd,0xff,0xff,0xfe,0xfe,\r
-0xf8,0xf3,0xf5,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xf6,0xff,0xff,0xf5,0xff,\r
-0xff,0xfb,0xff,0xff,0xfc,0xfd,0xf7,0xff,0xf7,0xeb,0xff,0xee,0xe1,0xff,0xe5,\r
-0x92,0xce,0x98,0x6b,0xb1,0x6b,0x62,0xaa,0x50,0x4d,0x8e,0x39,0x78,0xa6,0x72,\r
-0xe9,0xff,0xeb,0xf8,0xff,0xfe,0xfb,0xfc,0xff,0xff,0xfd,0xfe,0xff,0xff,0xfb,\r
-0xff,0xff,0xf8,0xff,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xfd,0xfe,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xd9,0xff,0xe8,0xd6,0xff,0xe4,0x6d,0x98,0x77,\r
-0x73,0x9c,0x7c,0xcd,0xef,0xd1,0xe1,0xfb,0xe3,0xf7,0xff,0xf4,0xfb,0xfe,0xf5,\r
-0xff,0xfc,0xfc,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfc,0xff,\r
-0xff,0xfe,0xff,0xee,0xf1,0xef,0xd2,0xd6,0xd1,0x0a,0x0b,0x09,0x25,0x23,0x22,\r
-0xe1,0xdf,0xde,0xfc,0xfa,0xf9,0xff,0xfd,0xfc,0xfa,0xf8,0xf7,0xf3,0xf1,0xf0,\r
-0xec,0xea,0xe9,0xdd,0xdb,0xda,0xe7,0xe5,0xe4,0xf9,0xf7,0xf6,0xff,0xff,0xfe,\r
-0xf7,0xf5,0xf4,0xd2,0xd0,0xcf,0xad,0xab,0xaa,0x98,0x96,0x96,0x84,0x80,0x85,\r
-0x7a,0x76,0x7b,0x68,0x64,0x6a,0x50,0x4c,0x51,0x37,0x33,0x38,0x1f,0x1b,0x20,\r
-0x0d,0x09,0x0e,0x03,0x00,0x02,0x09,0x06,0x08,0x09,0x06,0x08,0x07,0x07,0x07,\r
-0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x09,0x07,0x0a,0x08,0x08,\r
-0x0a,0x01,0x04,0x0b,0x02,0x05,0x0b,0x01,0x07,0x0a,0x03,0x06,0x0b,0x06,0x08,\r
-0x0a,0x07,0x09,0x0a,0x07,0x09,0x09,0x09,0x09,0x05,0x05,0x05,0x05,0x05,0x05,\r
-0x06,0x07,0x05,0x08,0x06,0x05,0x0b,0x07,0x06,0x0c,0x08,0x07,0x0c,0x09,0x05,\r
-0x0b,0x09,0x08,0x06,0x05,0x07,0x02,0x03,0x07,0x01,0x03,0x04,0x03,0x03,0x03,\r
-0x05,0x05,0x05,0x09,0x07,0x06,0x08,0x06,0x05,0x07,0x06,0x02,0x09,0x07,0x06,\r
-0x0a,0x08,0x07,0x0d,0x0b,0x0a,0x17,0x17,0x17,0x2d,0x2d,0x2d,0x46,0x48,0x49,\r
-0x60,0x61,0x65,0x71,0x73,0x74,0x84,0x89,0x87,0x8d,0x93,0x8e,0x9c,0x9f,0x9d,\r
-0xa9,0xac,0xaa,0xb6,0xb6,0xb6,0xc1,0xc0,0xc2,0xce,0xca,0xcf,0xd5,0xd1,0xd6,\r
-0xe5,0xdf,0xe4,0xe9,0xe4,0xe6,0xed,0xea,0xec,0xf4,0xf2,0xf2,0xfb,0xf9,0xf9,\r
-0xfd,0xfd,0xfd,0xfd,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfc,0xf9,0xff,0xfe,0xfb,\r
-0xff,0xff,0xfc,0xff,0xfd,0xfa,0xff,0xfa,0xf7,0xff,0xf9,0xf6,0xff,0xfc,0xf9,\r
-0xff,0xff,0xfc,0xff,0xfb,0xf8,0xff,0xfb,0xf8,0xff,0xfb,0xf8,0xff,0xfd,0xfa,\r
-0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfb,0xff,0xfd,0xfa,0xff,0xff,0xfe,\r
-0xff,0xfd,0xfc,0xfd,0xfb,0xfa,0xf9,0xf9,0xf9,0xf9,0xfb,0xfb,0xf9,0xfe,0xfd,\r
-0xfa,0xff,0xff,0xf8,0xff,0xff,0xf5,0xfd,0xfc,0xf5,0xff,0xfe,0xf6,0xff,0xfe,\r
-0xf4,0xff,0xfa,0xf1,0xfd,0xf7,0xf0,0xfd,0xf5,0xf3,0xff,0xf8,0xf7,0xff,0xf7,\r
-0xfa,0xff,0xf4,0xfa,0xff,0xf1,0xf6,0xff,0xf0,0xf3,0xff,0xef,0xed,0xff,0xf0,\r
-0xe8,0xff,0xef,0xe7,0xff,0xf0,0xe4,0xff,0xf1,0xe8,0xff,0xf4,0xe8,0xff,0xf3,\r
-0xee,0xff,0xf4,0xf5,0xff,0xf6,0xfa,0xff,0xfa,0xff,0xff,0xfa,0xff,0xfd,0xf8,\r
-0xfd,0xfa,0xf6,0xf8,0xfa,0xfa,0xfb,0xff,0xff,0xfb,0xff,0xff,0xf1,0xf3,0xf3,\r
-0xff,0xff,0xff,0xff,0xfc,0xfe,0xff,0xf8,0xff,0xff,0xf5,0xff,0xff,0xf5,0xff,\r
-0xff,0xfa,0xff,0xff,0xfc,0xfe,0xf9,0xff,0xf8,0xee,0xff,0xf0,0xe3,0xff,0xe8,\r
-0x94,0xcf,0x9c,0x6c,0xb2,0x6c,0x60,0xaa,0x50,0x4d,0x90,0x3b,0x6f,0xa0,0x6a,\r
-0xe7,0xff,0xea,0xf6,0xff,0xfc,0xfa,0xfc,0xfd,0xff,0xfe,0xfd,0xff,0xff,0xfb,\r
-0xff,0xff,0xf8,0xff,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xfd,0xfe,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xd5,0xff,0xe6,0xdf,0xff,0xee,0x7d,0xad,0x89,\r
-0x73,0xa2,0x7c,0xae,0xd9,0xb4,0xdd,0xff,0xde,0xe6,0xfc,0xe3,0xf9,0xff,0xf3,\r
-0xff,0xff,0xfb,0xff,0xf9,0xfb,0xff,0xf4,0xfb,0xff,0xf5,0xfb,0xfd,0xf6,0xf9,\r
-0xdc,0xdd,0xdb,0xa9,0xb2,0xa8,0x8f,0x98,0x8e,0x0d,0x0e,0x0a,0x03,0x01,0x00,\r
-0x4b,0x49,0x48,0x49,0x47,0x46,0x34,0x32,0x31,0x08,0x06,0x05,0x14,0x12,0x11,\r
-0x02,0x00,0x00,0x0e,0x0c,0x0b,0x06,0x04,0x03,0xee,0xec,0xeb,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xba,0xb8,0xb7,0x12,0x10,0x0f,0x04,0x02,0x02,0x09,0x04,0x06,\r
-0x0b,0x06,0x08,0x0d,0x07,0x0c,0x0c,0x07,0x09,0x0b,0x06,0x08,0x0a,0x05,0x07,\r
-0x0b,0x06,0x08,0x0c,0x07,0x09,0x06,0x00,0x02,0x09,0x03,0x04,0x0d,0x07,0x08,\r
-0x0e,0x08,0x09,0x0c,0x06,0x07,0x09,0x03,0x04,0x07,0x01,0x02,0x0b,0x00,0x02,\r
-0x15,0x04,0x07,0x12,0x00,0x02,0x15,0x04,0x08,0x14,0x06,0x08,0x0a,0x00,0x01,\r
-0x09,0x01,0x02,0x0d,0x08,0x09,0x09,0x07,0x06,0x06,0x07,0x05,0x15,0x16,0x14,\r
-0x33,0x34,0x32,0x49,0x4a,0x48,0x58,0x59,0x55,0x72,0x73,0x6f,0x8d,0x8c,0x88,\r
-0x92,0x90,0x8f,0xa3,0xa0,0xa2,0xaa,0xa6,0xab,0xbb,0xb8,0xba,0xb6,0xb6,0xb6,\r
-0xd1,0xd2,0xd0,0xc7,0xc8,0xc4,0xd3,0xd4,0xd0,0xd9,0xdb,0xd5,0xec,0xed,0xe9,\r
-0xea,0xeb,0xe7,0xf4,0xf5,0xf1,0xfc,0xfd,0xfb,0xfa,0xfa,0xfa,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xfd,0xfa,0xfc,0xfe,0xff,0xfd,0xfe,0xff,0xfb,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xfd,0xff,0xfd,0xfe,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,\r
-0xff,0xf9,0xfc,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xfd,0xfc,0xfe,0xff,0xfb,\r
-0xfb,0xff,0xfc,0xfa,0xff,0xfb,0xf7,0xff,0xf5,0xfc,0xff,0xf8,0xfc,0xff,0xf8,\r
-0xfc,0xff,0xf8,0xfc,0xff,0xf8,0xfc,0xff,0xf8,0xfb,0xff,0xf7,0xfb,0xff,0xf7,\r
-0xfa,0xff,0xf6,0xfd,0xff,0xf9,0xfa,0xff,0xf6,0xf8,0xfd,0xf4,0xf9,0xfe,0xf5,\r
-0xfb,0xff,0xf7,0xfc,0xff,0xf8,0xfa,0xff,0xf6,0xf9,0xfc,0xf3,0xff,0xfd,0xf8,\r
-0xff,0xfd,0xf9,0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xfe,0xfe,\r
-0xf8,0xfc,0xfd,0xf7,0xfc,0xfd,0xf6,0xff,0xff,0xf4,0xff,0xff,0xe9,0xfa,0xf6,\r
-0xed,0xff,0xfc,0xe7,0xff,0xf6,0xe5,0xff,0xf5,0xd5,0xf7,0xe6,0xdc,0xff,0xec,\r
-0xdf,0xff,0xec,0xda,0xff,0xe7,0xd1,0xff,0xe0,0xc7,0xf9,0xd9,0xbe,0xf2,0xd4,\r
-0xb6,0xef,0xd0,0xb3,0xeb,0xce,0xb2,0xea,0xcd,0xbc,0xf1,0xd6,0xbb,0xeb,0xd1,\r
-0xc4,0xee,0xd7,0xd6,0xfa,0xe4,0xe8,0xff,0xef,0xee,0xff,0xf1,0xf3,0xff,0xf4,\r
-0xf6,0xff,0xf7,0xf4,0xff,0xfc,0xf3,0xff,0xfe,0xec,0xfa,0xf4,0xf6,0xff,0xfc,\r
-0xf3,0xfa,0xf7,0xff,0xff,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xf8,0xff,\r
-0xff,0xfa,0xff,0xff,0xfb,0xfd,0xfb,0xff,0xfb,0xf0,0xff,0xf1,0xde,0xff,0xe2,\r
-0xb4,0xeb,0xbc,0x65,0xaa,0x67,0x5e,0xa9,0x4d,0x53,0x98,0x41,0x48,0x79,0x41,\r
-0xe9,0xff,0xea,0xf4,0xff,0xfa,0xf6,0xfa,0xfb,0xff,0xff,0xfe,0xff,0xfe,0xf6,\r
-0xff,0xff,0xf8,0xff,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xfd,0xfd,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xdb,0xff,0xe9,0xe1,0xff,0xf0,0xa9,0xd9,0xb5,\r
-0x5e,0x90,0x68,0x86,0xb8,0x8e,0xd3,0xff,0xd6,0xec,0xff,0xeb,0xef,0xff,0xeb,\r
-0xfc,0xff,0xf5,0xf8,0xf0,0xf0,0xff,0xfc,0xff,0xff,0xf9,0xff,0xc4,0xbe,0xbf,\r
-0x14,0x18,0x12,0x03,0x0f,0x03,0x00,0x07,0x00,0x00,0x02,0x00,0x19,0x17,0x16,\r
-0x17,0x15,0x14,0x02,0x00,0x00,0x0f,0x0d,0x0c,0x05,0x03,0x02,0x06,0x04,0x03,\r
-0x02,0x00,0x00,0x09,0x07,0x06,0x0f,0x0d,0x0c,0xad,0xab,0xaa,0xff,0xff,0xfe,\r
-0xfc,0xfa,0xf9,0xe6,0xe4,0xe3,0x25,0x23,0x22,0x04,0x02,0x01,0x02,0x00,0x00,\r
-0x04,0x02,0x02,0x06,0x04,0x04,0x06,0x04,0x04,0x08,0x03,0x04,0x07,0x02,0x03,\r
-0x08,0x03,0x04,0x0b,0x05,0x06,0x2d,0x27,0x28,0x3c,0x34,0x35,0x50,0x48,0x49,\r
-0x68,0x60,0x61,0x80,0x78,0x79,0x97,0x8c,0x8e,0xa8,0x9d,0x9f,0xb5,0xa7,0xa9,\r
-0xca,0xb5,0xb7,0xcc,0xb7,0xb9,0xd6,0xc4,0xc5,0xdc,0xcc,0xcd,0xda,0xce,0xce,\r
-0xe2,0xda,0xda,0xec,0xe9,0xe5,0xe6,0xe7,0xe3,0xf1,0xf5,0xf0,0xf5,0xf8,0xf6,\r
-0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xff,0xff,0xfc,\r
-0xfd,0xfe,0xfc,0xfb,0xf6,0xf8,0xfc,0xf7,0xf9,0xff,0xff,0xff,0xf3,0xf4,0xf2,\r
-0xfd,0xff,0xfc,0xf1,0xf9,0xf2,0xfa,0xff,0xf9,0xf8,0xff,0xf9,0xf2,0xfd,0xf3,\r
-0xf1,0xfc,0xf2,0xfa,0xff,0xfa,0xfd,0xff,0xfc,0xf9,0xfa,0xf8,0xfb,0xf9,0xf9,\r
-0xff,0xfc,0xfe,0xfe,0xf9,0xfb,0xff,0xfe,0xfd,0xff,0xff,0xfb,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xfd,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xff,0xfe,0xf9,0xfd,0xf8,0xf2,0xfb,0xf1,\r
-0xf0,0xfe,0xf2,0xf1,0xff,0xf4,0xef,0xff,0xf3,0xef,0xff,0xf7,0xec,0xff,0xf6,\r
-0xea,0xff,0xf4,0xe8,0xff,0xf2,0xe8,0xff,0xf2,0xe9,0xff,0xf3,0xea,0xff,0xf4,\r
-0xeb,0xff,0xf5,0xec,0xff,0xf6,0xec,0xff,0xf6,0xed,0xff,0xf7,0xed,0xff,0xf7,\r
-0xed,0xff,0xf7,0xed,0xff,0xf7,0xea,0xff,0xf4,0xee,0xff,0xf2,0xf8,0xff,0xf5,\r
-0xfe,0xff,0xf8,0xff,0xff,0xfb,0xfe,0xff,0xfb,0xfc,0xfa,0xf9,0xf9,0xf9,0xf9,\r
-0xfc,0xfe,0xff,0xfa,0xff,0xff,0xeb,0xf6,0xf4,0xf2,0xff,0xfd,0xe4,0xfc,0xf4,\r
-0xde,0xff,0xf1,0xd0,0xf7,0xe7,0xbf,0xee,0xd8,0xa3,0xd8,0xbd,0x9a,0xd6,0xb7,\r
-0x73,0xb9,0x94,0x6c,0xbb,0x90,0x6b,0xb9,0x90,0x6a,0xb9,0x90,0x69,0xbb,0x91,\r
-0x69,0xbd,0x93,0x6e,0xbf,0x98,0x6f,0xc0,0x99,0x72,0xbf,0x99,0x78,0xc0,0x9c,\r
-0x7c,0xc0,0x9d,0x80,0xbd,0x9b,0x83,0xba,0x99,0x91,0xc3,0xa3,0xb2,0xe0,0xc3,\r
-0xd3,0xfb,0xe2,0xda,0xfc,0xeb,0xe4,0xff,0xf3,0xe8,0xff,0xf5,0xed,0xff,0xf9,\r
-0xed,0xfe,0xf5,0xf4,0xfd,0xfa,0xfc,0xfb,0xfd,0xff,0xfc,0xff,0xff,0xf9,0xff,\r
-0xff,0xfa,0xff,0xff,0xfb,0xfe,0xfb,0xff,0xfb,0xf0,0xff,0xf3,0xe0,0xff,0xe3,\r
-0xb7,0xec,0xc0,0x69,0xab,0x6a,0x5d,0xaa,0x4e,0x51,0x99,0x3f,0x3f,0x72,0x39,\r
-0xe8,0xff,0xe9,0xf1,0xff,0xf8,0xf8,0xfd,0xfc,0xff,0xff,0xfc,0xff,0xff,0xf8,\r
-0xff,0xff,0xf8,0xfd,0xff,0xf9,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xe5,0xff,0xf1,0xe6,0xff,0xf1,0xd7,0xff,0xe1,\r
-0x65,0x9a,0x6f,0x68,0x9f,0x70,0xb7,0xeb,0xbb,0xe6,0xff,0xe7,0xea,0xff,0xe8,\r
-0xf8,0xff,0xf3,0xff,0xff,0xfa,0xfc,0xf1,0xf4,0xff,0xf6,0xf9,0x93,0x8f,0x8e,\r
-0x00,0x02,0x00,0x00,0x07,0x00,0x0f,0x1e,0x10,0x03,0x07,0x02,0x03,0x01,0x01,\r
-0x02,0x00,0x00,0x0c,0x0a,0x0a,0x1c,0x1a,0x1a,0x03,0x01,0x01,0x23,0x21,0x21,\r
-0x3b,0x39,0x39,0x4e,0x4c,0x4c,0x59,0x57,0x57,0x9a,0x98,0x98,0xfd,0xfb,0xfb,\r
-0xf1,0xef,0xef,0xff,0xff,0xff,0xad,0xab,0xab,0xab,0xac,0xaa,0xc3,0xc7,0xc2,\r
-0xc5,0xcb,0xc6,0xcf,0xd3,0xce,0xd7,0xdb,0xd6,0xe0,0xe1,0xdf,0xe7,0xe8,0xe6,\r
-0xf1,0xef,0xee,0xf8,0xf4,0xf3,0xfe,0xf9,0xf8,0xff,0xf9,0xf9,0xff,0xfb,0xfc,\r
-0xff,0xf9,0xfb,0xff,0xf6,0xf8,0xff,0xf4,0xf6,0xff,0xf3,0xf7,0xff,0xf4,0xf6,\r
-0xff,0xf3,0xf0,0xff,0xf7,0xf1,0xff,0xfe,0xf8,0xff,0xfd,0xf6,0xfa,0xf6,0xf1,\r
-0xfe,0xfe,0xf8,0xfd,0xff,0xfb,0xf6,0xfd,0xf6,0xf8,0xff,0xf9,0xf5,0xff,0xf9,\r
-0xf9,0xff,0xfb,0xfa,0xff,0xfc,0xfa,0xff,0xfb,0xf8,0xfe,0xf9,0xf9,0xfc,0xfa,\r
-0xfc,0xfd,0xfb,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xff,0xfe,0xf7,0xfd,0xf8,\r
-0xf6,0xff,0xf9,0xee,0xff,0xf3,0xef,0xff,0xf7,0xed,0xff,0xf7,0xed,0xff,0xf7,\r
-0xef,0xff,0xf7,0xf3,0xff,0xf8,0xf6,0xff,0xf9,0xfa,0xff,0xfb,0xfc,0xfd,0xfb,\r
-0xff,0xfc,0xfd,0xff,0xfd,0xfe,0xff,0xfe,0xfd,0xff,0xfe,0xfb,0xff,0xfd,0xfd,\r
-0xff,0xfd,0xfd,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,\r
-0xff,0xfb,0xfc,0xff,0xff,0xfe,0xfd,0xff,0xfb,0xf7,0xff,0xf8,0xf1,0xff,0xf7,\r
-0xed,0xff,0xf4,0xe8,0xff,0xef,0xdc,0xff,0xea,0xcf,0xff,0xe7,0xc5,0xfc,0xe1,\r
-0xba,0xf1,0xd6,0xae,0xe5,0xca,0xa4,0xdb,0xc0,0x9c,0xd3,0xb8,0x98,0xcf,0xb4,\r
-0x97,0xce,0xb3,0x97,0xce,0xb3,0x9c,0xd3,0xb8,0xa4,0xdb,0xc0,0xae,0xe5,0xca,\r
-0xb9,0xf0,0xd5,0xc5,0xfc,0xe1,0xcf,0xff,0xeb,0xdd,0xff,0xf4,0xed,0xff,0xf5,\r
-0xf6,0xff,0xf7,0xf2,0xfe,0xf2,0xf5,0xfc,0xf5,0xfb,0xff,0xfa,0xff,0xff,0xff,\r
-0xff,0xfe,0xff,0xf8,0xfc,0xfd,0xf8,0xff,0xff,0xf1,0xff,0xfc,0xd0,0xeb,0xe1,\r
-0x96,0xbd,0xad,0x8a,0xbe,0xa6,0x7c,0xbc,0x9e,0x74,0xbc,0x98,0x6b,0xbe,0x97,\r
-0x62,0xc5,0x97,0x59,0xc6,0x95,0x57,0xc4,0x94,0x56,0xc3,0x93,0x55,0xc2,0x92,\r
-0x55,0xc2,0x92,0x57,0xc1,0x92,0x59,0xc1,0x92,0x53,0xb9,0x8a,0x57,0xba,0x8c,\r
-0x5f,0xbe,0x91,0x68,0xc3,0x96,0x6b,0xc2,0x96,0x6c,0xc1,0x95,0x71,0xc3,0x98,\r
-0x7e,0xc7,0xa1,0xa8,0xdf,0xc4,0xba,0xe8,0xd2,0xd4,0xff,0xea,0xe2,0xff,0xf3,\r
-0xea,0xff,0xf8,0xe6,0xf9,0xf0,0xf7,0xfe,0xfb,0xff,0xfd,0xff,0xff,0xfa,0xff,\r
-0xff,0xfb,0xff,0xff,0xfb,0xff,0xfd,0xff,0xfc,0xf2,0xff,0xf4,0xe3,0xff,0xe7,\r
-0xbc,0xee,0xc6,0x70,0xaf,0x71,0x5f,0xac,0x50,0x50,0x99,0x3d,0x31,0x67,0x2c,\r
-0xe4,0xff,0xe7,0xf1,0xff,0xf8,0xfa,0xff,0xff,0xfd,0xfe,0xfa,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xfd,0xff,0xf8,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf1,0xff,0xf8,0xe4,0xff,0xeb,0xe5,0xff,0xec,\r
-0x96,0xc8,0x9e,0x64,0x9f,0x6d,0x90,0xc9,0x96,0xd4,0xff,0xd9,0xea,0xff,0xeb,\r
-0xf0,0xff,0xee,0xff,0xff,0xfb,0xf6,0xed,0xf0,0xff,0xfc,0xff,0x9e,0x98,0x99,\r
-0x10,0x12,0x0c,0x00,0x0d,0x00,0x71,0x7e,0x6e,0xc8,0xcc,0xc7,0x5e,0x5e,0x5e,\r
-0x12,0x10,0x10,0x82,0x82,0x82,0xec,0xea,0xea,0xeb,0xeb,0xeb,0xfe,0xfc,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xf6,0xf4,0xf4,0xff,0xff,0xff,\r
-0xfb,0xf9,0xf9,0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xfe,0xf0,0xfb,0xf3,\r
-0xee,0xfe,0xf3,0xf2,0xff,0xf5,0xf5,0xff,0xf6,0xf5,0xff,0xf8,0xf9,0xff,0xfa,\r
-0xfb,0xff,0xfb,0xff,0xff,0xfc,0xfb,0xfa,0xf6,0xff,0xfb,0xfa,0xff,0xfd,0xfe,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfe,0xfe,\r
-0xff,0xff,0xf7,0xff,0xff,0xf7,0xff,0xff,0xf7,0xfd,0xff,0xf7,0xf5,0xff,0xf3,\r
-0xf8,0xff,0xf8,0xf4,0xff,0xf8,0xf1,0xff,0xf6,0xf2,0xff,0xf8,0xf2,0xff,0xf9,\r
-0xef,0xfc,0xf4,0xf0,0xfa,0xf4,0xf7,0xfd,0xf8,0xf7,0xfb,0xf6,0xf9,0xfa,0xf8,\r
-0xff,0xff,0xfe,0xfa,0xf5,0xf6,0xfd,0xf9,0xf8,0xfd,0xff,0xfc,0xf5,0xff,0xfa,\r
-0xea,0xff,0xf3,0xe0,0xff,0xef,0xdf,0xff,0xf1,0xd5,0xff,0xea,0xd2,0xfc,0xe5,\r
-0xd6,0xfd,0xe8,0xda,0xfa,0xe9,0xe4,0xfb,0xed,0xf6,0xff,0xfb,0xfd,0xff,0xfc,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfe,0xfd,0xff,0xfe,0xfb,0xff,0xfd,0xfd,\r
-0xff,0xfc,0xfe,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfd,0xfe,\r
-0xfe,0xfc,0xfb,0xf8,0xfe,0xf9,0xf3,0xff,0xf6,0xee,0xff,0xf4,0xe6,0xff,0xf2,\r
-0xdb,0xff,0xea,0xc2,0xf4,0xd2,0xa5,0xe2,0xbe,0x80,0xc8,0xa4,0x76,0xc6,0xa1,\r
-0x72,0xc2,0x9f,0x6e,0xbe,0x99,0x6c,0xbc,0x99,0x6b,0xbb,0x96,0x6c,0xbc,0x99,\r
-0x6d,0xbd,0x98,0x6b,0xbb,0x98,0x6c,0xbc,0x97,0x6c,0xbc,0x99,0x6d,0xbd,0x98,\r
-0x71,0xc1,0x9e,0x7b,0xcb,0xa6,0x89,0xd9,0xb6,0x9d,0xe2,0xc1,0xcc,0xfb,0xe1,\r
-0xdf,0xff,0xec,0xec,0xff,0xf6,0xf3,0xff,0xf8,0xf8,0xff,0xfb,0xfd,0xff,0xfe,\r
-0xfd,0xfd,0xfd,0xf7,0xf9,0xf9,0xf1,0xf8,0xf5,0xf3,0xff,0xfc,0xd1,0xef,0xe2,\r
-0x84,0xb2,0x9c,0x7c,0xb8,0x9a,0x68,0xb2,0x8e,0x62,0xb6,0x8c,0x50,0xb2,0x84,\r
-0x4f,0xbd,0x8d,0x4a,0xbf,0x8e,0x4b,0xc0,0x8f,0x4d,0xc0,0x8f,0x4e,0xc1,0x90,\r
-0x51,0xc1,0x91,0x54,0xc3,0x91,0x54,0xc3,0x91,0x64,0xd1,0xa0,0x5b,0xc9,0x95,\r
-0x55,0xc1,0x8d,0x55,0xc1,0x8d,0x58,0xc4,0x90,0x58,0xc4,0x90,0x52,0xbe,0x8a,\r
-0x56,0xb6,0x87,0x74,0xbe,0x9a,0x86,0xc5,0xa5,0xae,0xe8,0xcb,0xc6,0xf9,0xdd,\r
-0xe1,0xff,0xf4,0xe2,0xff,0xef,0xf3,0xff,0xfb,0xf9,0xfe,0xfd,0xff,0xfb,0xff,\r
-0xff,0xfb,0xff,0xff,0xfb,0xff,0xfd,0xff,0xfe,0xf3,0xff,0xf6,0xe7,0xff,0xeb,\r
-0xc3,0xf2,0xcc,0x77,0xb5,0x79,0x62,0xaf,0x53,0x4e,0x99,0x3d,0x28,0x5e,0x22,\r
-0xdc,0xff,0xdf,0xf0,0xff,0xf6,0xfa,0xff,0xff,0xf9,0xfb,0xf5,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xfd,0xff,0xf8,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xff,0xfa,0xf5,0xff,0xf5,0xe3,0xff,0xe7,\r
-0xc7,0xf2,0xcd,0x6d,0xa5,0x74,0x72,0xad,0x7a,0xc2,0xf5,0xc9,0xe8,0xff,0xeb,\r
-0xf0,0xff,0xf1,0xf3,0xf4,0xf2,0xff,0xfb,0xff,0xff,0xfa,0xff,0xda,0xd1,0xd4,\r
-0x16,0x15,0x11,0x04,0x0d,0x00,0xcc,0xd6,0xc9,0xfd,0xff,0xfc,0xab,0xad,0xad,\r
-0x15,0x15,0x15,0x4e,0x50,0x50,0xf0,0xf0,0xf0,0xfd,0xff,0xff,0xf4,0xf4,0xf4,\r
-0xf2,0xf4,0xf4,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xff,0xff,0xf5,0xf7,0xf7,\r
-0xff,0xff,0xff,0xee,0xf0,0xf0,0xff,0xff,0xff,0xf1,0xf8,0xf3,0xef,0xff,0xf8,\r
-0xea,0xff,0xf5,0xec,0xff,0xf5,0xec,0xff,0xf6,0xeb,0xff,0xf4,0xeb,0xff,0xf2,\r
-0xef,0xff,0xf4,0xf5,0xff,0xf8,0xfa,0xff,0xfc,0xfb,0xff,0xfe,0xff,0xff,0xff,\r
-0xff,0xfd,0xfd,0xfe,0xf9,0xfb,0xfd,0xf6,0xf9,0xff,0xf5,0xfb,0xfb,0xf9,0xf8,\r
-0xf6,0xff,0xf5,0xea,0xff,0xed,0xe8,0xff,0xed,0xe6,0xff,0xec,0xde,0xfd,0xe8,\r
-0xe0,0xff,0xed,0xe4,0xff,0xf1,0xde,0xfb,0xeb,0xe1,0xfb,0xed,0xed,0xff,0xf9,\r
-0xf3,0xff,0xfb,0xf5,0xff,0xfb,0xfb,0xff,0xfc,0xfe,0xff,0xfd,0xfa,0xf8,0xf7,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xfd,0xf5,0xff,0xfa,0xe0,0xf8,0xec,\r
-0xbb,0xe1,0xcf,0xb0,0xe2,0xca,0xac,0xe6,0xca,0xa0,0xe0,0xc3,0x97,0xd4,0xb8,\r
-0x9c,0xd7,0xbb,0xa2,0xd2,0xba,0xb8,0xde,0xcc,0xe4,0xfc,0xf0,0xf6,0xff,0xfb,\r
-0xfb,0xfc,0xfa,0xff,0xfb,0xfa,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfd,0xfe,0xff,0xfe,0xfe,\r
-0xfa,0xff,0xfb,0xf4,0xff,0xf9,0xea,0xff,0xf5,0xd4,0xfc,0xe3,0xb9,0xee,0xcd,\r
-0x9e,0xdd,0xb6,0x83,0xca,0x9f,0x6b,0xbb,0x8c,0x59,0xb4,0x87,0x55,0xb7,0x89,\r
-0x57,0xb8,0x8c,0x5a,0xbc,0x8e,0x5e,0xbf,0x93,0x62,0xc4,0x96,0x65,0xc6,0x9a,\r
-0x66,0xc8,0x9a,0x61,0xc2,0x96,0x60,0xc2,0x94,0x5d,0xbe,0x92,0x58,0xba,0x8c,\r
-0x54,0xb5,0x89,0x56,0xb8,0x8a,0x5d,0xbe,0x92,0x6a,0xc2,0x9a,0x85,0xca,0xa9,\r
-0xaf,0xe6,0xcb,0xd6,0xff,0xed,0xe6,0xff,0xf7,0xec,0xff,0xf6,0xf2,0xfc,0xf6,\r
-0xfb,0xfd,0xfd,0xff,0xff,0xff,0xf1,0xf6,0xf4,0xf4,0xff,0xfb,0xe1,0xfe,0xef,\r
-0x97,0xc3,0xac,0x83,0xc2,0xa2,0x6e,0xbd,0x94,0x6c,0xc8,0x97,0x5e,0xc3,0x90,\r
-0x5c,0xc3,0x96,0x5c,0xc2,0x98,0x5c,0xc2,0x98,0x5e,0xc2,0x98,0x5e,0xc0,0x94,\r
-0x5d,0xbe,0x92,0x5b,0xbd,0x8f,0x5a,0xbd,0x8d,0x57,0xbb,0x8b,0x57,0xc0,0x8f,\r
-0x58,0xc4,0x90,0x53,0xc2,0x8e,0x4b,0xc0,0x89,0x49,0xc0,0x89,0x49,0xc4,0x8c,\r
-0x53,0xc5,0x90,0x5d,0xb8,0x8b,0x66,0xb4,0x8b,0x84,0xcd,0xa7,0x9c,0xdf,0xba,\r
-0xd0,0xff,0xe8,0xde,0xff,0xef,0xed,0xff,0xf9,0xf2,0xfb,0xf8,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xff,0xfe,0xf5,0xff,0xf7,0xe9,0xff,0xed,\r
-0xca,0xf4,0xd1,0x80,0xbc,0x80,0x63,0xb0,0x54,0x4e,0x9c,0x3e,0x25,0x5e,0x21,\r
-0xd2,0xf7,0xd5,0xf2,0xff,0xf8,0xf8,0xff,0xfe,0xf8,0xfc,0xf6,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xfd,0xff,0xf8,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xe9,0xfc,0xe9,\r
-0xda,0xff,0xdd,0x79,0xaf,0x80,0x6a,0xa5,0x73,0xaf,0xe4,0xb8,0xe2,0xff,0xe9,\r
-0xf0,0xff,0xf4,0xfa,0xfa,0xfa,0xff,0xf6,0xff,0xff,0xf8,0xff,0xfd,0xee,0xf6,\r
-0x69,0x63,0x64,0x00,0x04,0x00,0x77,0x7f,0x74,0xf5,0xf9,0xf4,0xf3,0xf5,0xf5,\r
-0xb8,0xba,0xba,0xba,0xbc,0xbc,0xfa,0xfc,0xfc,0xf7,0xf9,0xf9,0xf9,0xfb,0xfb,\r
-0xfd,0xff,0xff,0xea,0xec,0xec,0xfd,0xff,0xff,0xfd,0xff,0xff,0xf8,0xfa,0xfa,\r
-0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xf6,0xff,0xfc,0xe2,0xff,0xef,\r
-0xdc,0xff,0xed,0xdf,0xff,0xee,0xdf,0xff,0xef,0xe0,0xff,0xef,0xe6,0xff,0xf3,\r
-0xec,0xff,0xf7,0xf1,0xff,0xf9,0xef,0xff,0xf7,0xf4,0xff,0xfa,0xfa,0xff,0xfe,\r
-0xfb,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfb,0xfd,0xff,0xfb,0xff,0xf9,0xff,0xfd,\r
-0xde,0xff,0xec,0xbd,0xef,0xcf,0xb1,0xe3,0xc5,0xae,0xe1,0xc5,0xa7,0xda,0xbe,\r
-0xa3,0xd6,0xbb,0xa5,0xd3,0xbc,0xa1,0xcc,0xb7,0x9f,0xc5,0xb3,0xce,0xed,0xde,\r
-0xe7,0xfd,0xf1,0xed,0xfc,0xf4,0xfb,0xff,0xfe,0xff,0xff,0xfe,0xfc,0xf7,0xf6,\r
-0xff,0xfd,0xfc,0xff,0xff,0xfe,0xf4,0xfb,0xf6,0xdf,0xf2,0xe9,0xbd,0xde,0xcf,\r
-0x7e,0xaf,0x99,0x74,0xb4,0x97,0x71,0xbc,0x9c,0x66,0xb8,0x95,0x6c,0xbb,0x9a,\r
-0x72,0xbd,0x9d,0x76,0xb6,0x99,0x97,0xc8,0xb2,0xd6,0xf7,0xe8,0xf1,0xff,0xf9,\r
-0xf6,0xfd,0xf8,0xfd,0xfe,0xfc,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,0xfe,0xfe,0xfe,0xfa,0xff,0xfd,\r
-0xf0,0xff,0xf7,0xeb,0xff,0xf7,0xd5,0xff,0xe8,0xaf,0xe5,0xc7,0x83,0xc9,0xa1,\r
-0x6b,0xbb,0x8c,0x62,0xbc,0x87,0x60,0xc0,0x8a,0x63,0xcb,0x96,0x60,0xc9,0x96,\r
-0x5f,0xc8,0x95,0x5d,0xc6,0x93,0x59,0xc2,0x8f,0x56,0xbf,0x8c,0x53,0xbc,0x89,\r
-0x52,0xbb,0x88,0x52,0xbb,0x88,0x54,0xbd,0x8a,0x58,0xc1,0x8e,0x5a,0xc3,0x90,\r
-0x5b,0xc4,0x91,0x5b,0xc4,0x91,0x5c,0xc5,0x92,0x61,0xc5,0x95,0x5a,0xb3,0x8b,\r
-0x75,0xc2,0xa0,0x96,0xd6,0xb9,0xb7,0xe8,0xd2,0xdd,0xfc,0xed,0xf3,0xff,0xfb,\r
-0xfb,0xff,0xfe,0xfa,0xfb,0xf9,0xfd,0xff,0xfc,0xf8,0xff,0xf9,0xea,0xff,0xf4,\r
-0xa9,0xd6,0xbc,0x78,0xb8,0x94,0x60,0xb3,0x86,0x62,0xc4,0x90,0x5f,0xc3,0x8f,\r
-0x63,0xb9,0x91,0x69,0xb9,0x96,0x6e,0xbb,0x99,0x72,0xbe,0x9c,0x75,0xbf,0x9b,\r
-0x77,0xc0,0x9a,0x73,0xbe,0x98,0x70,0xbe,0x95,0x6b,0xbd,0x92,0x67,0xc1,0x93,\r
-0x63,0xc3,0x94,0x5c,0xc5,0x92,0x57,0xc9,0x94,0x54,0xcc,0x95,0x4d,0xca,0x92,\r
-0x4b,0xc3,0x8c,0x5f,0xc6,0x93,0x60,0xbc,0x8d,0x66,0xbb,0x8e,0x77,0xc3,0x99,\r
-0xab,0xeb,0xc7,0xd4,0xff,0xe9,0xea,0xff,0xf7,0xf0,0xfe,0xf8,0xfe,0xfd,0xff,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xff,0xfe,0xf5,0xff,0xf7,0xed,0xff,0xf0,\r
-0xd0,0xf7,0xd7,0x88,0xc2,0x88,0x63,0xb1,0x53,0x51,0xa0,0x3f,0x2c,0x65,0x26,\r
-0xc5,0xea,0xc8,0xf1,0xff,0xf8,0xf6,0xff,0xfc,0xfc,0xff,0xfa,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xfd,0xff,0xf8,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xff,0xff,0xfd,0xff,0xfb,0xff,0xf7,\r
-0xe4,0xff,0xe5,0x9b,0xce,0xa2,0x6c,0xa6,0x76,0x90,0xc5,0x9a,0xd5,0xfe,0xdf,\r
-0xe6,0xf7,0xec,0xff,0xfe,0xff,0xf7,0xe5,0xf6,0xff,0xf7,0xff,0xfe,0xec,0xf9,\r
-0xc4,0xb8,0xbe,0x1c,0x19,0x14,0x1e,0x21,0x18,0xf5,0xf8,0xf6,0xf4,0xf9,0xf8,\r
-0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfb,0xff,0xff,0xf2,0xf7,0xf6,0xfb,0xff,0xff,\r
-0xed,0xf2,0xf1,0xf1,0xf6,0xf5,0xe9,0xee,0xed,0xe4,0xe9,0xe8,0xc2,0xc7,0xc6,\r
-0xe1,0xe6,0xe5,0xfb,0xff,0xff,0xf4,0xf9,0xf8,0xf1,0xff,0xf9,0xb2,0xdc,0xc5,\r
-0xaa,0xde,0xc0,0xa8,0xd9,0xbd,0xa3,0xd3,0xb7,0x9f,0xcc,0xb2,0xa0,0xc7,0xb1,\r
-0xa3,0xc5,0xb4,0xa8,0xc5,0xb6,0xe4,0xfc,0xf2,0xeb,0xfd,0xf6,0xf2,0xff,0xfc,\r
-0xf8,0xff,0xff,0xfb,0xff,0xff,0xfc,0xfe,0xff,0xfe,0xfd,0xff,0xf3,0xff,0xfc,\r
-0xb0,0xe5,0xca,0x7d,0xc6,0xa0,0x6d,0xb5,0x91,0x76,0xbe,0x9a,0x79,0xbe,0x9d,\r
-0x76,0xb9,0x9a,0x7b,0xb8,0x9c,0x83,0xba,0xa1,0x8b,0xb9,0xa6,0xd1,0xf6,0xe6,\r
-0xec,0xff,0xf9,0xf1,0xff,0xf8,0xfb,0xff,0xfe,0xff,0xff,0xfe,0xfe,0xf3,0xf5,\r
-0xff,0xf8,0xf8,0xfd,0xff,0xfe,0xf4,0xff,0xfb,0xe8,0xff,0xf5,0xc5,0xef,0xdd,\r
-0x76,0xb3,0x99,0x6d,0xb9,0x9a,0x69,0xc3,0x9f,0x60,0xc1,0x99,0x5a,0xb9,0x94,\r
-0x63,0xbd,0x99,0x64,0xb0,0x91,0x83,0xc0,0xa6,0xc9,0xf3,0xe1,0xec,0xff,0xf9,\r
-0xf0,0xfe,0xf8,0xfb,0xff,0xfc,0xfa,0xff,0xfd,0xfc,0xff,0xfd,0xfe,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xfe,0xfd,0xff,0xfc,0xfe,0xff,0xf9,0xff,0xfe,0xf3,0xff,0xfd,\r
-0xe9,0xff,0xf7,0xd3,0xf7,0xe6,0xae,0xe1,0xc5,0x83,0xc8,0xa3,0x67,0xba,0x8d,\r
-0x5d,0xbd,0x87,0x5d,0xc8,0x8a,0x60,0xcd,0x8f,0x59,0xc2,0x89,0x59,0xc1,0x8a,\r
-0x59,0xc1,0x8a,0x5a,0xc2,0x8b,0x5b,0xc3,0x8c,0x5d,0xc5,0x8e,0x5f,0xc7,0x90,\r
-0x61,0xc9,0x92,0x61,0xc9,0x92,0x60,0xc8,0x91,0x5e,0xc6,0x8f,0x5c,0xc4,0x8d,\r
-0x5b,0xc3,0x8c,0x59,0xc1,0x8a,0x56,0xbe,0x87,0x54,0xbc,0x87,0x54,0xbe,0x8f,\r
-0x57,0xb8,0x90,0x62,0xb3,0x92,0x80,0xc1,0xa7,0xb9,0xe3,0xd2,0xea,0xff,0xf8,\r
-0xfa,0xff,0xfe,0xf4,0xf5,0xf3,0xf8,0xf7,0xf3,0xf5,0xfd,0xf3,0xef,0xff,0xf5,\r
-0xd5,0xfe,0xe3,0x86,0xc5,0x9e,0x67,0xb9,0x88,0x62,0xc3,0x8b,0x66,0xbf,0x8d,\r
-0x8c,0xc8,0xa9,0x9e,0xca,0xb3,0xab,0xd5,0xbe,0xb9,0xe1,0xc8,0xc5,0xec,0xd2,\r
-0xcd,0xf5,0xd9,0xd1,0xfa,0xde,0xcf,0xfe,0xde,0xc2,0xf8,0xd5,0xa6,0xe7,0xc0,\r
-0x7f,0xcb,0xa1,0x5e,0xb6,0x88,0x50,0xb5,0x82,0x51,0xc0,0x8a,0x50,0xc7,0x90,\r
-0x4f,0xc6,0x8f,0x59,0xc8,0x90,0x62,0xc7,0x93,0x5a,0xb9,0x86,0x64,0xb9,0x8c,\r
-0x89,0xd0,0xa8,0xc9,0xff,0xe1,0xe6,0xff,0xf5,0xf1,0xff,0xf9,0xfc,0xfe,0xff,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xff,0xff,0xf6,0xff,0xf7,0xee,0xff,0xf3,\r
-0xd6,0xfa,0xdc,0x8f,0xc6,0x8f,0x63,0xb0,0x54,0x53,0xa4,0x43,0x34,0x70,0x30,\r
-0xb6,0xdf,0xba,0xf1,0xff,0xf8,0xf2,0xfb,0xf8,0xfd,0xff,0xfb,0xff,0xff,0xf8,\r
-0xff,0xff,0xf7,0xfd,0xff,0xf8,0xfd,0xff,0xff,0xfb,0xfe,0xff,0xfd,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xf6,0xe8,0xee,0xfd,0xff,0xf9,\r
-0xed,0xff,0xef,0xc4,0xf1,0xca,0x70,0xa5,0x79,0x70,0xa4,0x7c,0xce,0xf7,0xd8,\r
-0xe1,0xf8,0xe9,0xfb,0xff,0xff,0xff,0xf6,0xff,0xff,0xf2,0xff,0xff,0xf9,0xff,\r
-0xff,0xf2,0xfa,0xed,0xe7,0xe8,0xff,0xff,0xfc,0xf6,0xf8,0xf8,0xfb,0xff,0xff,\r
-0xd6,0xd8,0xd8,0x5d,0x62,0x61,0x59,0x5b,0x5b,0x34,0x39,0x38,0x20,0x22,0x22,\r
-0x13,0x18,0x17,0x0f,0x11,0x11,0x00,0x01,0x00,0x0c,0x0e,0x0e,0x0a,0x0f,0x0e,\r
-0x9f,0xa1,0xa1,0xf6,0xfb,0xfa,0xfc,0xfe,0xfe,0xec,0xfd,0xf4,0x89,0xb6,0x9c,\r
-0x7e,0xba,0x98,0x7a,0xba,0x97,0x76,0xb8,0x95,0x72,0xb6,0x93,0x75,0xb6,0x96,\r
-0x7d,0xb7,0x9b,0x86,0xb7,0xa1,0xd7,0xfc,0xec,0xe4,0xfd,0xf3,0xf0,0xff,0xfb,\r
-0xf7,0xff,0xfe,0xf9,0xfe,0xff,0xf8,0xfb,0xff,0xf7,0xfa,0xfe,0xe8,0xff,0xf8,\r
-0xb1,0xf1,0xd3,0x71,0xc7,0x9d,0x59,0xb2,0x87,0x64,0xbe,0x93,0x66,0xc0,0x95,\r
-0x5f,0xb7,0x8f,0x65,0xb5,0x90,0x74,0xb8,0x99,0x81,0xb8,0x9f,0xd6,0xfc,0xea,\r
-0xed,0xff,0xf9,0xf0,0xfa,0xf4,0xfc,0xfd,0xfb,0xff,0xfe,0xff,0xff,0xf9,0xfb,\r
-0xff,0xfe,0xff,0xf9,0xfc,0xfa,0xf4,0xff,0xfc,0xec,0xff,0xfb,0xcf,0xf9,0xe8,\r
-0x79,0xb6,0x9c,0x6c,0xbb,0x9a,0x62,0xc2,0x99,0x51,0xbd,0x8f,0x53,0xc1,0x91,\r
-0x5c,0xc5,0x98,0x56,0xb4,0x8b,0x72,0xbd,0x9d,0xba,0xee,0xd7,0xde,0xff,0xf0,\r
-0xe9,0xf7,0xf1,0xfa,0xff,0xfe,0xf9,0xff,0xfd,0xfa,0xff,0xfe,0xfc,0xfe,0xfe,\r
-0xfc,0xfe,0xff,0xfc,0xfe,0xff,0xfa,0xff,0xfe,0xf7,0xff,0xfd,0xf0,0xff,0xfa,\r
-0xe6,0xff,0xf7,0xbc,0xed,0xd1,0x84,0xc4,0xa0,0x61,0xb2,0x85,0x5c,0xbb,0x88,\r
-0x61,0xcb,0x90,0x57,0xca,0x8b,0x4b,0xbe,0x7f,0x58,0xc5,0x8d,0x5d,0xc2,0x8e,\r
-0x64,0xc0,0x8f,0x6b,0xc1,0x91,0x75,0xc4,0x98,0x7d,0xca,0x9e,0x81,0xd0,0xa4,\r
-0x85,0xd4,0xa8,0x7c,0xcd,0xa0,0x74,0xc5,0x98,0x69,0xbd,0x8d,0x63,0xb9,0x89,\r
-0x61,0xbd,0x8a,0x63,0xc3,0x8d,0x62,0xc7,0x90,0x5e,0xc8,0x93,0x54,0xc1,0x90,\r
-0x5c,0xc5,0x98,0x62,0xc2,0x99,0x68,0xba,0x97,0x84,0xc1,0xa5,0xb5,0xde,0xc9,\r
-0xe7,0xf9,0xec,0xfd,0xff,0xf9,0xff,0xff,0xfb,0xf7,0xfc,0xf3,0xef,0xff,0xf4,\r
-0xde,0xff,0xec,0x89,0xbd,0x9f,0x82,0xc5,0xa0,0x9e,0xe9,0xbd,0xba,0xfb,0xd4,\r
-0xda,0xff,0xeb,0xe8,0xfe,0xf2,0xee,0xff,0xf5,0xf1,0xff,0xf8,0xf3,0xff,0xf7,\r
-0xf3,0xff,0xf4,0xef,0xff,0xf0,0xe9,0xff,0xed,0xe4,0xff,0xec,0xde,0xff,0xec,\r
-0xc6,0xff,0xdd,0x99,0xe5,0xbb,0x6c,0xc8,0x99,0x53,0xbc,0x89,0x4f,0xc1,0x8c,\r
-0x51,0xc9,0x8f,0x4a,0xbe,0x83,0x5d,0xce,0x92,0x57,0xbd,0x86,0x61,0xbc,0x8b,\r
-0x79,0xc3,0x99,0xc1,0xfa,0xdb,0xe0,0xff,0xf1,0xee,0xff,0xf8,0xfa,0xff,0xfe,\r
-0xff,0xfe,0xff,0xff,0xfc,0xfe,0xfd,0xff,0xfe,0xf6,0xff,0xf7,0xf0,0xff,0xf4,\r
-0xda,0xfb,0xe0,0x94,0xc7,0x95,0x61,0xaf,0x57,0x55,0xa5,0x48,0x3b,0x78,0x38,\r
-0xae,0xd8,0xaf,0xf1,0xff,0xf5,0xef,0xfa,0xf2,0xfd,0xff,0xfb,0xfd,0xff,0xf9,\r
-0xff,0xff,0xf9,0xff,0xff,0xfb,0xfd,0xff,0xff,0xfd,0xfe,0xff,0xfd,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xff,0xfd,0xff,0xf3,0xfc,0xf2,\r
-0xe7,0xfe,0xe8,0xe0,0xff,0xe5,0x88,0xb7,0x90,0x74,0xa3,0x7c,0xa4,0xd0,0xab,\r
-0xea,0xff,0xf0,0xe4,0xf7,0xe6,0xfb,0xff,0xfc,0xfd,0xfa,0xfc,0xfc,0xf5,0xfa,\r
-0xff,0xfc,0xff,0xfe,0xf7,0xfc,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfb,0xfd,0xfd,\r
-0xf1,0xf1,0xf1,0x47,0x49,0x49,0x0d,0x0d,0x0d,0x05,0x07,0x07,0x0e,0x0e,0x0e,\r
-0x00,0x02,0x02,0x00,0x00,0x00,0x0a,0x0c,0x0c,0x04,0x04,0x04,0x0c,0x0e,0x0e,\r
-0x37,0x37,0x37,0xf4,0xf6,0xf6,0xff,0xff,0xff,0xf0,0xff,0xf7,0xb2,0xda,0xc1,\r
-0x7d,0xbb,0x97,0x67,0xb6,0x8b,0x67,0xc3,0x94,0x59,0xbf,0x8f,0x58,0xc1,0x90,\r
-0x63,0xc4,0x98,0x69,0xb9,0x96,0xb7,0xed,0xd6,0xd9,0xfa,0xec,0xf4,0xff,0xfe,\r
-0xfb,0xfd,0xfe,0xff,0xfd,0xff,0xfd,0xfd,0xff,0xe4,0xea,0xef,0xe8,0xff,0xfe,\r
-0xa9,0xe9,0xcc,0x6e,0xc6,0x9e,0x55,0xb8,0x8a,0x58,0xc4,0x90,0x54,0xc6,0x90,\r
-0x50,0xc1,0x88,0x5b,0xc0,0x8d,0x6a,0xbf,0x93,0x8d,0xc8,0xa9,0xdf,0xff,0xef,\r
-0xf4,0xff,0xf9,0xf8,0xf9,0xf5,0xff,0xfe,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfd,0xff,0xf8,0xf8,0xf8,0xfa,0xff,0xfe,0xeb,0xfb,0xf4,0xe5,0xff,0xf8,\r
-0x9b,0xcf,0xb8,0x6a,0xb4,0x92,0x5e,0xbd,0x90,0x55,0xc5,0x8f,0x48,0xc5,0x87,\r
-0x52,0xcf,0x91,0x57,0xc8,0x8f,0x62,0xbd,0x90,0x8b,0xc9,0xab,0xe4,0xff,0xf8,\r
-0xf0,0xfb,0xf9,0xfd,0xff,0xff,0xfa,0xff,0xff,0xf9,0xff,0xfe,0xfc,0xfe,0xff,\r
-0xfe,0xfd,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xf4,0xff,0xf9,0xe9,0xff,0xf1,\r
-0xd1,0xfd,0xde,0x8e,0xcd,0xa3,0x61,0xb3,0x7f,0x61,0xc0,0x87,0x61,0xc8,0x8e,\r
-0x55,0xc6,0x8a,0x50,0xc5,0x88,0x4e,0xc3,0x8a,0x58,0xc6,0x96,0x57,0xb7,0x8e,\r
-0x7d,0xc5,0xa1,0xad,0xe0,0xc4,0xd7,0xf9,0xe1,0xe6,0xff,0xed,0xe4,0xff,0xed,\r
-0xe8,0xff,0xf5,0xde,0xff,0xef,0xda,0xff,0xeb,0xcb,0xf6,0xdb,0xa9,0xdb,0xbb,\r
-0x7e,0xbf,0x98,0x64,0xb3,0x87,0x5c,0xbe,0x8a,0x64,0xcc,0x97,0x61,0xc4,0x94,\r
-0x5a,0xbd,0x8f,0x53,0xbe,0x8d,0x57,0xc0,0x8f,0x5f,0xba,0x8d,0x7c,0xc1,0x9c,\r
-0xc0,0xe6,0xca,0xf6,0xff,0xf4,0xff,0xff,0xf8,0xf9,0xfb,0xf5,0xf4,0xff,0xfe,\r
-0xe6,0xfd,0xf8,0xd3,0xf5,0xeb,0xd9,0xfd,0xef,0xe3,0xff,0xf3,0xea,0xff,0xf6,\r
-0xed,0xfc,0xf8,0xf1,0xfd,0xfd,0xf4,0xff,0xff,0xf3,0xff,0xfe,0xf4,0xff,0xfc,\r
-0xf4,0xff,0xf9,0xf2,0xff,0xf5,0xf0,0xff,0xf2,0xe8,0xff,0xed,0xdd,0xff,0xe7,\r
-0xdc,0xff,0xed,0xb6,0xf9,0xd2,0x6b,0xc3,0x95,0x51,0xb8,0x85,0x56,0xca,0x95,\r
-0x4b,0xc6,0x8c,0x53,0xce,0x8e,0x4b,0xc3,0x82,0x5a,0xc6,0x8b,0x63,0xbf,0x8c,\r
-0x70,0xb7,0x8f,0xae,0xe1,0xc5,0xe8,0xff,0xf7,0xed,0xfe,0xf5,0xf7,0xfc,0xfa,\r
-0xff,0xff,0xff,0xff,0xff,0xfe,0xfb,0xff,0xfc,0xf2,0xff,0xf5,0xf0,0xff,0xf6,\r
-0xe1,0xfc,0xe8,0x9c,0xca,0xa0,0x63,0xae,0x60,0x58,0xa9,0x52,0x3c,0x7a,0x38,\r
-0xa3,0xd1,0xa2,0xe8,0xff,0xe7,0xf8,0xff,0xf7,0xfb,0xff,0xf9,0xff,0xff,0xfe,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,\r
-0xfd,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xfb,0xf8,0xfa,0xf8,0xff,0xf9,\r
-0xf1,0xff,0xf4,0xe3,0xff,0xe7,0xaa,0xd5,0xb0,0x68,0x95,0x6e,0x89,0xb6,0x8f,\r
-0xdf,0xff,0xe4,0xe5,0xff,0xe9,0xf3,0xff,0xf6,0xf5,0xfb,0xf6,0xfc,0xfc,0xfc,\r
-0xff,0xfd,0xff,0xff,0xf8,0xff,0xff,0xfb,0xff,0xf3,0xf0,0xf2,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xa9,0xa9,0xa9,0x64,0x64,0x64,0x29,0x29,0x29,0x00,0x00,0x00,\r
-0x12,0x12,0x12,0x49,0x49,0x49,0x60,0x60,0x60,0x69,0x69,0x69,0x78,0x78,0x78,\r
-0x7f,0x7f,0x7f,0xef,0xef,0xef,0xfa,0xfa,0xfa,0xf6,0xff,0xfb,0xc1,0xe8,0xcf,\r
-0x85,0xc3,0x9f,0x63,0xb8,0x8c,0x5c,0xc5,0x92,0x4d,0xc5,0x8e,0x48,0xc5,0x8d,\r
-0x53,0xc6,0x94,0x5e,0xbc,0x93,0x95,0xd5,0xb8,0xd7,0xfb,0xeb,0xf6,0xff,0xfe,\r
-0xfc,0xf9,0xfb,0xff,0xfc,0xff,0xfd,0xfb,0xff,0xf3,0xfa,0xfd,0xe2,0xff,0xf6,\r
-0xa5,0xe5,0xc8,0x6e,0xc7,0x9c,0x53,0xba,0x87,0x53,0xc6,0x8d,0x4c,0xc9,0x8b,\r
-0x49,0xc4,0x86,0x53,0xc2,0x8a,0x66,0xc0,0x92,0x91,0xce,0xac,0xe1,0xff,0xef,\r
-0xf8,0xff,0xf9,0xfd,0xf9,0xf8,0xff,0xfe,0xff,0xff,0xfb,0xfe,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xfc,0xfb,0xfd,0xfb,0xff,0xff,0xf2,0xfd,0xfa,0xeb,0xff,0xf8,\r
-0xac,0xda,0xc4,0x71,0xb6,0x95,0x60,0xbe,0x8f,0x56,0xc7,0x8d,0x47,0xc8,0x85,\r
-0x49,0xcd,0x87,0x50,0xca,0x8a,0x5b,0xc0,0x8c,0x80,0xc5,0xa4,0xd8,0xff,0xee,\r
-0xf1,0xfc,0xfa,0xfd,0xfe,0xff,0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfc,0xfd,0xff,\r
-0xfe,0xfd,0xff,0xff,0xfe,0xff,0xfb,0xff,0xfe,0xf2,0xff,0xf7,0xe6,0xff,0xee,\r
-0xbc,0xf0,0xcb,0x84,0xca,0x9b,0x60,0xb9,0x81,0x5f,0xc4,0x86,0x5b,0xc8,0x8a,\r
-0x54,0xc6,0x8a,0x50,0xc6,0x8b,0x4e,0xc2,0x8d,0x50,0xbc,0x91,0x6c,0xc6,0xa3,\r
-0xa3,0xdd,0xc4,0xd5,0xf5,0xe2,0xf8,0xff,0xf7,0xff,0xff,0xf9,0xf4,0xf8,0xf3,\r
-0xf7,0xfe,0xf9,0xf4,0xff,0xfc,0xf1,0xff,0xf7,0xeb,0xff,0xf1,0xda,0xfa,0xe2,\r
-0xb4,0xe5,0xc5,0x88,0xcb,0xa4,0x66,0xc0,0x92,0x5d,0xc0,0x8e,0x64,0xc2,0x93,\r
-0x5a,0xbe,0x8e,0x4d,0xc1,0x8c,0x4e,0xc5,0x8e,0x51,0xc0,0x8a,0x68,0xc1,0x90,\r
-0xa3,0xd7,0xb2,0xda,0xf5,0xdb,0xfb,0xff,0xf7,0xf8,0xfc,0xf6,0xf4,0xff,0xff,\r
-0xee,0xff,0xff,0xe7,0xfb,0xfc,0xed,0xff,0xfe,0xfa,0xff,0xff,0xfc,0xfe,0xfe,\r
-0xf9,0xfa,0xfe,0xf9,0xfc,0xff,0xf8,0xff,0xff,0xf6,0xff,0xff,0xf5,0xff,0xfd,\r
-0xf3,0xff,0xf8,0xf2,0xff,0xf4,0xee,0xff,0xf0,0xee,0xff,0xf1,0xde,0xff,0xe6,\r
-0xd7,0xff,0xe8,0xb7,0xf8,0xd1,0x77,0xcc,0x9f,0x5e,0xc3,0x90,0x58,0xcc,0x97,\r
-0x43,0xc1,0x86,0x47,0xc7,0x86,0x44,0xc0,0x7e,0x59,0xc7,0x8d,0x68,0xc4,0x93,\r
-0x71,0xb7,0x92,0xa4,0xd7,0xbc,0xe2,0xff,0xf1,0xf3,0xff,0xfb,0xf7,0xfe,0xfb,\r
-0xfd,0xff,0xfe,0xfc,0xff,0xfb,0xfb,0xff,0xfb,0xf4,0xff,0xf5,0xf2,0xff,0xf6,\r
-0xe4,0xfc,0xea,0xa0,0xcc,0xa5,0x63,0xac,0x64,0x57,0xa7,0x54,0x3c,0x7c,0x3a,\r
-0x9d,0xcc,0x9b,0xe9,0xff,0xe5,0xf8,0xff,0xf4,0xfb,0xff,0xfa,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xf8,0xfd,0xf8,0xf8,0xf8,0xfa,0xff,0xfb,\r
-0xf3,0xff,0xf5,0xe4,0xff,0xe8,0xd1,0xf9,0xd6,0x6f,0x9c,0x75,0x73,0x9e,0x79,\r
-0xc7,0xec,0xcc,0xed,0xff,0xf1,0xf1,0xff,0xf4,0xf3,0xfb,0xf4,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfe,0xff,0xf1,0xf1,0xf1,\r
-0xf1,0xf1,0xf1,0xff,0xff,0xff,0xa6,0xa6,0xa6,0x1f,0x1f,0x1f,0x09,0x09,0x09,\r
-0xd1,0xd1,0xd1,0xfd,0xfd,0xfd,0xf2,0xf2,0xf2,0xf9,0xf9,0xf9,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xfa,0xfa,0xfa,0xec,0xec,0xec,0xf1,0xfe,0xf6,0xd4,0xfa,0xe4,\r
-0x93,0xd0,0xae,0x68,0xba,0x90,0x5c,0xc2,0x92,0x50,0xc7,0x90,0x4b,0xc6,0x8e,\r
-0x52,0xc4,0x8f,0x60,0xbc,0x91,0x7f,0xbd,0x9f,0xd7,0xfc,0xe8,0xf4,0xff,0xf7,\r
-0xff,0xfd,0xfc,0xff,0xfd,0xfe,0xff,0xfb,0xfd,0xfb,0xff,0xff,0xdc,0xf6,0xe9,\r
-0xa0,0xdf,0xbf,0x6e,0xc6,0x98,0x57,0xbc,0x88,0x56,0xc6,0x8c,0x4f,0xc8,0x8b,\r
-0x4d,0xc3,0x88,0x58,0xc2,0x8d,0x69,0xbe,0x92,0x9b,0xd5,0xb8,0xe2,0xff,0xf3,\r
-0xf6,0xff,0xfc,0xfa,0xfa,0xfa,0xff,0xfe,0xff,0xff,0xfc,0xfe,0xfd,0xff,0xff,\r
-0xfa,0xff,0xfe,0xfd,0xff,0xff,0xfb,0xff,0xff,0xf6,0xff,0xfe,0xeb,0xff,0xf8,\r
-0xbf,0xed,0xd7,0x78,0xbb,0x9b,0x63,0xbf,0x90,0x57,0xc7,0x8d,0x4b,0xc9,0x87,\r
-0x42,0xc5,0x82,0x4e,0xc8,0x88,0x5d,0xc2,0x8e,0x76,0xbe,0x9a,0xc7,0xf1,0xdf,\r
-0xf1,0xff,0xfc,0xfb,0xfd,0xfe,0xfb,0xff,0xff,0xfc,0xfe,0xfe,0xfe,0xfd,0xff,\r
-0xfe,0xfd,0xff,0xff,0xfe,0xff,0xfa,0xff,0xfe,0xef,0xff,0xf7,0xe2,0xff,0xee,\r
-0xa0,0xd6,0xb1,0x7a,0xc4,0x94,0x63,0xbe,0x86,0x5e,0xc5,0x88,0x57,0xc6,0x88,\r
-0x55,0xc7,0x8b,0x53,0xc9,0x8e,0x51,0xc3,0x8e,0x52,0xb8,0x8f,0x8a,0xdd,0xbd,\r
-0xc7,0xfb,0xe4,0xec,0xff,0xf7,0xfb,0xff,0xfb,0xff,0xff,0xfb,0xf6,0xf9,0xf7,\r
-0xf4,0xfb,0xf8,0xf6,0xff,0xfe,0xf2,0xff,0xf9,0xf2,0xff,0xf7,0xed,0xff,0xf5,\r
-0xdd,0xff,0xea,0xad,0xe7,0xc4,0x79,0xc8,0x9d,0x5a,0xb6,0x87,0x61,0xc0,0x93,\r
-0x54,0xbf,0x8e,0x49,0xc3,0x8d,0x4a,0xc9,0x91,0x4c,0xc3,0x8c,0x5a,0xbb,0x89,\r
-0x84,0xc3,0x9c,0xaf,0xd2,0xb7,0xf6,0xff,0xf5,0xf8,0xff,0xf8,0xf4,0xff,0xfd,\r
-0xf3,0xff,0xff,0xf3,0xff,0xff,0xf6,0xff,0xff,0xff,0xff,0xfe,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xfc,0xfc,0xfc,0xf6,0xfc,0xf7,0xf6,0xfe,0xf7,\r
-0xf7,0xff,0xf8,0xf4,0xff,0xf7,0xf1,0xff,0xf4,0xed,0xff,0xf1,0xd9,0xff,0xe1,\r
-0xbe,0xf1,0xcf,0x97,0xdb,0xb2,0x67,0xbc,0x8f,0x5a,0xbf,0x8c,0x58,0xca,0x95,\r
-0x45,0xc0,0x86,0x43,0xc5,0x86,0x41,0xc0,0x82,0x59,0xc9,0x93,0x66,0xc5,0x98,\r
-0x6e,0xb8,0x94,0x9d,0xd1,0xb9,0xdb,0xfc,0xed,0xf1,0xff,0xfb,0xf5,0xfe,0xfb,\r
-0xfd,0xff,0xfe,0xfc,0xff,0xfb,0xfd,0xff,0xfb,0xf6,0xff,0xf5,0xf3,0xff,0xf6,\r
-0xe8,0xfe,0xec,0xa7,0xd0,0xaa,0x64,0xad,0x65,0x57,0xa7,0x54,0x40,0x80,0x3e,\r
-0x92,0xc1,0x90,0xeb,0xff,0xe7,0xf8,0xff,0xf4,0xfb,0xff,0xfa,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xff,0xfe,0xfe,0xfe,0xfa,0xff,0xfb,\r
-0xef,0xff,0xf1,0xe9,0xff,0xed,0xe5,0xff,0xea,0x96,0xc1,0x9c,0x6f,0x9a,0x75,\r
-0xa9,0xce,0xae,0xec,0xff,0xf0,0xf1,0xff,0xf3,0xf3,0xfe,0xf4,0xfd,0xff,0xfe,\r
-0xfb,0xf8,0xfa,0xff,0xfd,0xff,0xff,0xfc,0xff,0xfc,0xf9,0xfb,0xf8,0xf8,0xf8,\r
-0xff,0xff,0xff,0xfa,0xfa,0xfa,0x47,0x47,0x47,0x0c,0x0c,0x0c,0x59,0x59,0x59,\r
-0xf9,0xf9,0xf9,0xf8,0xf8,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xf8,0xf8,\r
-0xf0,0xf0,0xf0,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xf2,0xfe,0xf8,0xe3,0xff,0xf2,\r
-0xa2,0xdd,0xbe,0x6e,0xbd,0x96,0x5b,0xbf,0x8f,0x53,0xc8,0x91,0x4d,0xc5,0x8e,\r
-0x52,0xc1,0x8d,0x62,0xbf,0x92,0x73,0xb4,0x94,0xc6,0xed,0xd7,0xf2,0xff,0xf6,\r
-0xff,0xff,0xfb,0xff,0xfc,0xf8,0xff,0xfc,0xf8,0xfd,0xff,0xfc,0xe1,0xfb,0xeb,\r
-0x97,0xd8,0xb1,0x6b,0xc4,0x92,0x59,0xbe,0x86,0x58,0xc6,0x8b,0x52,0xc7,0x8a,\r
-0x53,0xc3,0x89,0x5f,0xc2,0x90,0x6c,0xbb,0x92,0xaa,0xe1,0xc8,0xe2,0xff,0xf5,\r
-0xf5,0xff,0xfd,0xfa,0xfc,0xfd,0xff,0xfe,0xff,0xfa,0xfc,0xfc,0xfa,0xff,0xfe,\r
-0xf6,0xff,0xfc,0xfd,0xff,0xff,0xf6,0xfb,0xfa,0xf6,0xff,0xfe,0xea,0xff,0xf8,\r
-0xd4,0xfd,0xe8,0x86,0xc5,0xa5,0x66,0xbd,0x91,0x5a,0xc5,0x8d,0x51,0xcc,0x8c,\r
-0x41,0xc2,0x7f,0x4f,0xc9,0x89,0x5f,0xc4,0x90,0x6e,0xb8,0x94,0xb4,0xe2,0xcc,\r
-0xed,0xff,0xfa,0xf8,0xfe,0xfd,0xfd,0xff,0xff,0xfe,0xfe,0xfe,0xff,0xfd,0xff,\r
-0xff,0xfc,0xff,0xfd,0xff,0xff,0xf8,0xff,0xfe,0xed,0xff,0xf7,0xdf,0xff,0xf0,\r
-0x86,0xc0,0x9d,0x6f,0xbd,0x8e,0x64,0xc2,0x8b,0x5d,0xc8,0x8a,0x53,0xc5,0x86,\r
-0x53,0xc8,0x8b,0x55,0xcb,0x90,0x54,0xc1,0x90,0x5c,0xbb,0x96,0xa8,0xf2,0xd6,\r
-0xd8,0xff,0xf2,0xef,0xff,0xf6,0xfe,0xff,0xfb,0xfd,0xf9,0xf8,0xfc,0xfc,0xfc,\r
-0xf8,0xfd,0xfe,0xf6,0xff,0xff,0xf3,0xfe,0xfb,0xf1,0xfe,0xf6,0xf2,0xff,0xf6,\r
-0xec,0xff,0xf4,0xd1,0xff,0xe2,0x9c,0xdc,0xb8,0x69,0xbb,0x91,0x60,0xbf,0x92,\r
-0x50,0xbf,0x8d,0x45,0xc4,0x8d,0x48,0xcb,0x92,0x4a,0xc7,0x8f,0x52,0xbb,0x88,\r
-0x6e,0xb7,0x8f,0x8e,0xbc,0x9f,0xe3,0xf8,0xe9,0xf7,0xff,0xfa,0xf3,0xfe,0xfc,\r
-0xf6,0xff,0xff,0xf6,0xff,0xff,0xf6,0xfb,0xfa,0xff,0xfc,0xf9,0xff,0xfc,0xf9,\r
-0xff,0xfc,0xf9,0xff,0xfe,0xfa,0xfd,0xff,0xfb,0xfa,0xff,0xf9,0xf4,0xff,0xf8,\r
-0xf0,0xff,0xf6,0xe7,0xff,0xee,0xde,0xff,0xe7,0xd1,0xf9,0xdd,0xb2,0xe4,0xc2,\r
-0x93,0xd1,0xa9,0x74,0xbf,0x93,0x57,0xb2,0x81,0x52,0xbc,0x87,0x53,0xc8,0x91,\r
-0x45,0xc3,0x88,0x49,0xc9,0x8e,0x4c,0xc7,0x8f,0x58,0xc7,0x95,0x5f,0xbd,0x94,\r
-0x71,0xba,0x9a,0xa5,0xdb,0xc4,0xdc,0xff,0xf1,0xef,0xff,0xfc,0xf6,0xfe,0xfd,\r
-0xfd,0xff,0xff,0xfd,0xfe,0xfc,0xfd,0xff,0xfb,0xf6,0xff,0xf5,0xf5,0xff,0xf6,\r
-0xec,0xff,0xee,0xb0,0xd7,0xb1,0x65,0xae,0x66,0x57,0xa7,0x54,0x45,0x85,0x43,\r
-0x83,0xb2,0x81,0xeb,0xff,0xe7,0xf8,0xff,0xf4,0xfb,0xff,0xfa,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xff,0xff,0xff,0xf6,0xfe,0xf7,\r
-0xeb,0xfc,0xee,0xef,0xff,0xf2,0xe3,0xff,0xe7,0xc3,0xeb,0xc8,0x72,0x9a,0x77,\r
-0x8b,0xb0,0x90,0xde,0xfd,0xe2,0xee,0xff,0xf1,0xf2,0xff,0xf5,0xfb,0xff,0xfc,\r
-0xf5,0xf5,0xf5,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,\r
-0xf8,0xf8,0xf8,0xe6,0xe6,0xe6,0x9a,0x9a,0x9a,0x03,0x03,0x03,0x0b,0x0b,0x0b,\r
-0xe7,0xe7,0xe7,0xfd,0xfd,0xfd,0xfa,0xfa,0xfa,0xf9,0xf9,0xf9,0xfb,0xfb,0xfb,\r
-0xfb,0xfb,0xfb,0xf6,0xf6,0xf6,0xff,0xff,0xff,0xf5,0xff,0xf9,0xe8,0xff,0xf7,\r
-0xb3,0xe8,0xcd,0x7a,0xc4,0xa0,0x5c,0xbb,0x8e,0x53,0xc5,0x8f,0x4f,0xc7,0x8d,\r
-0x52,0xc2,0x8c,0x61,0xc1,0x92,0x6e,0xb4,0x8f,0xa2,0xcf,0xb4,0xeb,0xff,0xef,\r
-0xfb,0xff,0xf8,0xf8,0xfc,0xf1,0xfc,0xff,0xf5,0xf2,0xfa,0xef,0xeb,0xff,0xf1,\r
-0x8b,0xd0,0xa5,0x67,0xc4,0x8d,0x5b,0xc1,0x87,0x5a,0xc6,0x8b,0x54,0xc5,0x89,\r
-0x59,0xc4,0x8c,0x64,0xc2,0x93,0x6e,0xb8,0x94,0xbb,0xec,0xd8,0xe5,0xff,0xf8,\r
-0xf2,0xff,0xfd,0xfb,0xff,0xff,0xfb,0xff,0xff,0xf6,0xfd,0xfa,0xf6,0xff,0xfc,\r
-0xf2,0xfe,0xf8,0xfb,0xff,0xfe,0xf6,0xf8,0xf8,0xf8,0xff,0xfe,0xea,0xff,0xf6,\r
-0xe0,0xff,0xf4,0x99,0xd3,0xb6,0x6a,0xbc,0x92,0x5d,0xc2,0x8e,0x56,0xce,0x8e,\r
-0x45,0xc3,0x81,0x52,0xca,0x8a,0x5e,0xc6,0x91,0x6b,0xb8,0x92,0x9f,0xd1,0xb9,\r
-0xe6,0xff,0xf3,0xf7,0xff,0xfd,0xff,0xff,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xfd,0xff,0xff,0xf6,0xff,0xfe,0xea,0xff,0xf7,0xdb,0xff,0xf0,\r
-0x77,0xb7,0x94,0x69,0xba,0x8d,0x62,0xc5,0x8d,0x5c,0xc8,0x8d,0x50,0xc2,0x86,\r
-0x50,0xc7,0x8a,0x55,0xcb,0x90,0x56,0xc1,0x90,0x68,0xbe,0x9c,0xbf,0xfd,0xe5,\r
-0xe0,0xff,0xf4,0xed,0xfb,0xf0,0xff,0xfb,0xfa,0xff,0xf7,0xf8,0xff,0xfe,0xff,\r
-0xfb,0xfe,0xff,0xf6,0xfd,0xff,0xf8,0xff,0xff,0xf9,0xfe,0xfc,0xf2,0xfb,0xf1,\r
-0xf3,0xff,0xf7,0xea,0xff,0xf2,0xc2,0xf3,0xd7,0x85,0xcb,0xa7,0x61,0xc0,0x94,\r
-0x4c,0xbf,0x8d,0x43,0xc3,0x8c,0x43,0xcb,0x91,0x47,0xcb,0x8f,0x4d,0xc2,0x8b,\r
-0x65,0xba,0x8e,0x7d,0xb9,0x97,0xc3,0xe3,0xd0,0xf1,0xff,0xf7,0xf2,0xfd,0xfa,\r
-0xf7,0xff,0xfe,0xfa,0xff,0xff,0xf6,0xf7,0xf5,0xff,0xff,0xfb,0xff,0xff,0xf9,\r
-0xfb,0xfc,0xf2,0xf6,0xff,0xf3,0xf2,0xff,0xf5,0xed,0xff,0xf3,0xde,0xff,0xea,\r
-0xc9,0xf1,0xd8,0xb0,0xe0,0xc4,0x9d,0xd4,0xb3,0x81,0xbe,0x9a,0x79,0xbc,0x95,\r
-0x72,0xbf,0x93,0x67,0xc0,0x8f,0x5b,0xc0,0x8d,0x57,0xc7,0x91,0x4f,0xca,0x92,\r
-0x43,0xc2,0x8a,0x4c,0xc8,0x94,0x53,0xc8,0x97,0x55,0xbe,0x93,0x59,0xb1,0x8d,\r
-0x7c,0xc1,0xa6,0xbc,0xee,0xdc,0xe6,0xff,0xfb,0xec,0xfd,0xf9,0xf9,0xff,0xfe,\r
-0xfd,0xff,0xff,0xfc,0xfd,0xfb,0xfd,0xff,0xfc,0xf7,0xff,0xf5,0xf7,0xff,0xf6,\r
-0xf0,0xff,0xf1,0xb9,0xde,0xb8,0x6a,0xb0,0x69,0x57,0xa7,0x54,0x4a,0x8a,0x48,\r
-0x71,0xa0,0x6f,0xeb,0xff,0xe7,0xf8,0xff,0xf4,0xfb,0xff,0xfa,0xff,0xfe,0xfe,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xf9,0xfb,0xfd,0xff,0xfe,0xf6,0xfc,0xf7,\r
-0xf1,0xff,0xf3,0xf3,0xff,0xf5,0xe0,0xfd,0xe4,0xe0,0xff,0xe4,0x7e,0xa3,0x83,\r
-0x77,0x9c,0x7c,0xc1,0xe3,0xc5,0xe8,0xff,0xec,0xf3,0xff,0xf5,0xf9,0xff,0xfa,\r
-0xf6,0xf9,0xf7,0xff,0xfb,0xff,0xff,0xfd,0xff,0xfc,0xf9,0xfb,0xeb,0xeb,0xeb,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf2,0xf2,0xf2,0xce,0xce,0xce,0xdb,0xdb,0xdb,\r
-0xe8,0xe8,0xe8,0xcb,0xcb,0xcb,0xa9,0xa9,0xa9,0xaa,0xaa,0xaa,0xc3,0xc3,0xc3,\r
-0xdf,0xdf,0xdf,0xf0,0xf0,0xf0,0xfb,0xfb,0xfb,0xf8,0xff,0xfc,0xec,0xff,0xf9,\r
-0xc8,0xf6,0xdf,0x8e,0xd1,0xb1,0x61,0xba,0x8f,0x56,0xc2,0x8e,0x52,0xc7,0x8e,\r
-0x53,0xc4,0x8b,0x5f,0xc4,0x91,0x6d,0xbb,0x92,0x86,0xbf,0x9e,0xd5,0xf9,0xe1,\r
-0xf1,0xff,0xf4,0xf3,0xff,0xf4,0xf6,0xff,0xf4,0xe7,0xfb,0xe8,0xe4,0xff,0xee,\r
-0x7a,0xc9,0x98,0x5f,0xc3,0x87,0x5a,0xc5,0x87,0x5a,0xc7,0x89,0x55,0xc3,0x89,\r
-0x5c,0xc4,0x8f,0x69,0xc2,0x97,0x6f,0xb5,0x96,0xc7,0xf7,0xe5,0xe5,0xff,0xfb,\r
-0xf0,0xfc,0xfc,0xfa,0xff,0xff,0xfb,0xff,0xff,0xf6,0xfd,0xfa,0xf8,0xff,0xfb,\r
-0xf3,0xfe,0xf6,0xfc,0xff,0xfd,0xf8,0xfa,0xfa,0xfa,0xff,0xfe,0xeb,0xfd,0xf6,\r
-0xe6,0xff,0xf8,0xb1,0xe6,0xcb,0x6f,0xbc,0x96,0x60,0xc1,0x8f,0x59,0xcb,0x8f,\r
-0x4d,0xc7,0x87,0x52,0xc9,0x8c,0x5c,0xc4,0x8d,0x6d,0xbc,0x93,0x89,0xc3,0xa6,\r
-0xd5,0xf9,0xe9,0xf3,0xff,0xfb,0xff,0xff,0xfc,0xff,0xfe,0xfd,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xff,0xfd,0xff,0xff,0xf4,0xff,0xff,0xe8,0xff,0xf9,0xd8,0xff,0xf1,\r
-0x78,0xb9,0x99,0x65,0xba,0x8e,0x5f,0xc4,0x8d,0x5a,0xc8,0x8d,0x4f,0xc4,0x87,\r
-0x4e,0xc4,0x89,0x53,0xc8,0x8f,0x58,0xc1,0x90,0x6c,0xbb,0x9a,0xcd,0xff,0xee,\r
-0xe6,0xff,0xf4,0xf3,0xfb,0xf4,0xff,0xff,0xfe,0xff,0xf9,0xfc,0xff,0xfd,0xff,\r
-0xf8,0xfb,0xff,0xf2,0xf8,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xff,0xf8,0xf9,0xf5,\r
-0xfa,0xff,0xf8,0xf3,0xff,0xf5,0xd8,0xfc,0xe6,0xa0,0xdb,0xbc,0x66,0xbf,0x97,\r
-0x4f,0xc0,0x8e,0x44,0xc3,0x8c,0x43,0xc9,0x8d,0x45,0xcb,0x8f,0x4b,0xc6,0x8e,\r
-0x60,0xbf,0x92,0x76,0xbc,0x98,0x9f,0xcb,0xb4,0xe7,0xff,0xf4,0xef,0xfd,0xf7,\r
-0xf5,0xfe,0xfb,0xfb,0xff,0xfe,0xf7,0xfb,0xf6,0xff,0xff,0xf9,0xfd,0xff,0xf5,\r
-0xf3,0xff,0xf4,0xde,0xfe,0xe6,0xc4,0xeb,0xd2,0xab,0xdb,0xbf,0x94,0xcf,0xb0,\r
-0x85,0xc7,0xa4,0x78,0xc1,0x9b,0x6f,0xbc,0x96,0x65,0xb4,0x8b,0x66,0xbb,0x8f,\r
-0x63,0xbf,0x90,0x5c,0xc1,0x8e,0x56,0xc5,0x8f,0x52,0xc9,0x92,0x4a,0xca,0x8f,\r
-0x49,0xc5,0x8f,0x4f,0xbf,0x90,0x5b,0xc1,0x98,0x5f,0xb9,0x96,0x6c,0xb7,0x9b,\r
-0x9a,0xd5,0xc0,0xd4,0xff,0xf2,0xea,0xff,0xfe,0xed,0xfa,0xf8,0xfb,0xff,0xff,\r
-0xfe,0xfe,0xfe,0xfc,0xfc,0xfc,0xfd,0xff,0xfc,0xf7,0xff,0xf5,0xf7,0xff,0xf6,\r
-0xf3,0xff,0xf4,0xbf,0xe3,0xbf,0x6d,0xb3,0x6c,0x57,0xa7,0x54,0x4e,0x8e,0x4c,\r
-0x60,0x8f,0x5e,0xea,0xff,0xe6,0xf8,0xff,0xf4,0xfc,0xff,0xfb,0xff,0xfe,0xfe,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfb,0xfb,0xfb,0xfa,0xfd,0xfb,0xf6,0xfc,0xf7,\r
-0xfa,0xff,0xfb,0xf1,0xff,0xf3,0xef,0xff,0xf1,0xed,0xff,0xf1,0xa1,0xc3,0xa5,\r
-0x6e,0x93,0x73,0xa1,0xc6,0xa6,0xdf,0xfe,0xe3,0xee,0xff,0xf1,0xf4,0xff,0xf6,\r
-0xfb,0xff,0xfc,0xfe,0xfb,0xfd,0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xe8,0xe8,0xe8,0xef,0xef,0xef,0xff,0xff,0xff,0xd0,0xd0,0xd0,\r
-0x4c,0x4c,0x4c,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,\r
-0x1f,0x1f,0x1f,0x9a,0x9a,0x9a,0xe0,0xe0,0xe0,0xfa,0xff,0xfe,0xef,0xff,0xf9,\r
-0xdf,0xff,0xf2,0xa6,0xe0,0xc4,0x6d,0xbc,0x95,0x5a,0xbe,0x8e,0x57,0xc8,0x8f,\r
-0x52,0xc5,0x8c,0x5a,0xc4,0x8f,0x67,0xc1,0x93,0x7a,0xc1,0x99,0xb2,0xe9,0xc8,\r
-0xe0,0xff,0xef,0xe4,0xff,0xf1,0xe5,0xff,0xf0,0xd8,0xff,0xe4,0xbf,0xf8,0xd2,\r
-0x6a,0xc5,0x8e,0x57,0xc5,0x85,0x57,0xc7,0x87,0x56,0xc8,0x89,0x54,0xc2,0x88,\r
-0x5f,0xc4,0x91,0x6c,0xc2,0x9a,0x71,0xb4,0x99,0xd3,0xff,0xf0,0xe5,0xff,0xfc,\r
-0xef,0xfb,0xfd,0xfb,0xfe,0xff,0xfc,0xfe,0xfe,0xf8,0xfc,0xf7,0xfb,0xff,0xf9,\r
-0xf5,0xfd,0xf3,0xfa,0xfd,0xfb,0xfd,0xff,0xff,0xf8,0xff,0xfc,0xef,0xfd,0xf7,\r
-0xea,0xff,0xf9,0xca,0xfa,0xe2,0x79,0xbf,0x9b,0x68,0xc2,0x94,0x58,0xc6,0x8c,\r
-0x54,0xcb,0x8e,0x54,0xc9,0x8c,0x57,0xbf,0x88,0x6c,0xc1,0x95,0x77,0xb8,0x98,\r
-0xc4,0xef,0xda,0xec,0xff,0xf8,0xfd,0xff,0xfb,0xff,0xfe,0xfb,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xff,0xfd,0xfe,0xff,0xf4,0xff,0xff,0xe6,0xff,0xfa,0xd6,0xff,0xf3,\r
-0x80,0xc3,0xa3,0x64,0xbb,0x8f,0x5b,0xc0,0x8c,0x58,0xc8,0x8e,0x50,0xc4,0x89,\r
-0x4c,0xc2,0x87,0x50,0xc5,0x8c,0x5a,0xc0,0x90,0x6f,0xb8,0x98,0xd7,0xff,0xf2,\r
-0xeb,0xff,0xf5,0xf9,0xfd,0xf8,0xff,0xfe,0xff,0xff,0xf5,0xfb,0xff,0xfc,0xff,\r
-0xf7,0xfa,0xff,0xf4,0xf9,0xff,0xfa,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfa,0xfb,\r
-0xff,0xff,0xf9,0xfa,0xff,0xf7,0xe7,0xfc,0xed,0xc5,0xf4,0xda,0x6d,0xbe,0x97,\r
-0x56,0xc1,0x90,0x4b,0xc3,0x8c,0x46,0xc7,0x8c,0x43,0xc9,0x8d,0x49,0xc7,0x8c,\r
-0x57,0xc2,0x91,0x6a,0xbd,0x96,0x80,0xb7,0x9c,0xdd,0xff,0xf1,0xea,0xfd,0xf4,\r
-0xef,0xfb,0xf5,0xf8,0xff,0xfc,0xf7,0xff,0xf8,0xfa,0xff,0xf8,0xdc,0xf2,0xe0,\r
-0xc3,0xf1,0xd4,0xa4,0xe1,0xbf,0x83,0xc9,0xa5,0x69,0xb8,0x91,0x59,0xb2,0x8a,\r
-0x56,0xb7,0x8b,0x58,0xbe,0x8f,0x5a,0xc2,0x93,0x5f,0xc7,0x98,0x62,0xcb,0x9a,\r
-0x59,0xc5,0x91,0x4e,0xbc,0x88,0x4c,0xc1,0x8a,0x4c,0xc4,0x8d,0x45,0xc4,0x8c,\r
-0x4e,0xc4,0x91,0x59,0xb9,0x91,0x6e,0xbc,0x9d,0x7f,0xc4,0xa9,0x9e,0xd7,0xc2,\r
-0xc9,0xf4,0xe5,0xe6,0xff,0xfa,0xf0,0xff,0xfe,0xf8,0xfd,0xfe,0xfd,0xff,0xff,\r
-0xfe,0xfe,0xfe,0xfb,0xfb,0xfb,0xfd,0xff,0xfc,0xf6,0xfe,0xf7,0xf5,0xff,0xf7,\r
-0xf3,0xff,0xf7,0xc2,0xe8,0xc4,0x6e,0xb7,0x6f,0x58,0xa8,0x55,0x51,0x91,0x4f,\r
-0x52,0x81,0x50,0xe9,0xff,0xe5,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xfe,0xf1,0xf7,0xf2,0xf8,0xfb,0xf9,\r
-0xfb,0xff,0xfc,0xe4,0xec,0xe5,0xf6,0xff,0xf8,0xf1,0xff,0xf4,0xc7,0xe6,0xcb,\r
-0x6d,0x92,0x72,0x8b,0xb3,0x90,0xd3,0xf8,0xd8,0xea,0xff,0xee,0xf1,0xff,0xf3,\r
-0xfa,0xff,0xfb,0xfd,0xfa,0xfc,0xfe,0xf8,0xfd,0xfe,0xfb,0xfd,0xff,0xff,0xff,\r
-0xfb,0xfb,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xf5,0xf5,0xf5,0x8a,0x8a,0x8a,\r
-0x00,0x00,0x00,0x13,0x13,0x13,0x00,0x00,0x00,0x10,0x10,0x10,0x18,0x18,0x18,\r
-0x00,0x00,0x00,0x09,0x09,0x09,0x55,0x55,0x55,0xe5,0xe8,0xe6,0xf5,0xfe,0xfb,\r
-0xed,0xff,0xf9,0xbc,0xea,0xd3,0x77,0xbd,0x99,0x60,0xbc,0x8d,0x5a,0xc7,0x8f,\r
-0x52,0xc6,0x8b,0x54,0xc5,0x8c,0x5a,0xbf,0x8b,0x6e,0xc6,0x98,0x8c,0xd5,0xad,\r
-0xc5,0xff,0xe1,0xd2,0xff,0xec,0xc7,0xff,0xdf,0xc4,0xfe,0xdb,0x8c,0xd4,0xa9,\r
-0x5d,0xc2,0x8a,0x51,0xc4,0x85,0x55,0xc8,0x89,0x55,0xc8,0x89,0x52,0xc2,0x88,\r
-0x5f,0xc4,0x91,0x6d,0xc2,0x9c,0x70,0xb3,0x98,0xd6,0xff,0xf7,0xe5,0xff,0xfc,\r
-0xee,0xfb,0xfd,0xfb,0xfe,0xff,0xfe,0xfe,0xfe,0xfc,0xfc,0xf6,0xff,0xff,0xf8,\r
-0xfa,0xfb,0xf1,0xfa,0xfb,0xf7,0xfd,0xff,0xff,0xf9,0xfe,0xfc,0xf3,0xff,0xf9,\r
-0xed,0xff,0xf9,0xdc,0xff,0xf0,0x81,0xbf,0xa1,0x6e,0xc3,0x97,0x59,0xc1,0x8c,\r
-0x5b,0xcd,0x91,0x54,0xc6,0x8a,0x52,0xbd,0x85,0x6a,0xc4,0x96,0x6c,0xb2,0x8d,\r
-0xb5,0xea,0xcf,0xe6,0xff,0xf5,0xfb,0xff,0xf9,0xff,0xfe,0xfb,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xff,0xfd,0xfe,0xff,0xf4,0xff,0xff,0xe6,0xff,0xfa,0xd8,0xff,0xf4,\r
-0x89,0xcc,0xad,0x68,0xbc,0x92,0x59,0xbc,0x8a,0x58,0xc7,0x8f,0x51,0xc4,0x8b,\r
-0x4b,0xc1,0x86,0x4f,0xc4,0x8b,0x5a,0xc0,0x90,0x70,0xb9,0x99,0xdb,0xff,0xf3,\r
-0xe9,0xff,0xf3,0xf7,0xfb,0xf6,0xff,0xfe,0xff,0xf8,0xee,0xf4,0xfc,0xf9,0xff,\r
-0xf9,0xfb,0xff,0xf8,0xfd,0xff,0xf9,0xfc,0xff,0xff,0xf9,0xff,0xff,0xfd,0xff,\r
-0xff,0xfc,0xfc,0xf9,0xf9,0xf3,0xf4,0xff,0xf4,0xe4,0xff,0xf4,0x74,0xbd,0x97,\r
-0x5e,0xc1,0x91,0x53,0xc3,0x8d,0x4b,0xc6,0x8c,0x46,0xc8,0x8b,0x45,0xc5,0x8a,\r
-0x51,0xc0,0x8e,0x60,0xbc,0x93,0x6f,0xaf,0x92,0xd7,0xff,0xef,0xe4,0xfc,0xf0,\r
-0xe8,0xf9,0xf0,0xf4,0xff,0xfb,0xed,0xff,0xf5,0xe4,0xfe,0xee,0xb5,0xdf,0xc6,\r
-0x73,0xb8,0x93,0x62,0xb9,0x8d,0x5c,0xb9,0x8c,0x58,0xbe,0x8f,0x57,0xc6,0x94,\r
-0x56,0xc9,0x97,0x51,0xc7,0x94,0x4d,0xc3,0x90,0x4c,0xbd,0x8b,0x57,0xc6,0x94,\r
-0x57,0xc2,0x91,0x55,0xc1,0x8d,0x5e,0xca,0x96,0x5a,0xc9,0x95,0x4e,0xc0,0x8b,\r
-0x55,0xbb,0x8c,0x6e,0xb7,0x97,0x84,0xbc,0xa5,0xa4,0xd2,0xbf,0xd0,0xf7,0xe8,\r
-0xea,0xff,0xfc,0xf2,0xff,0xfd,0xf0,0xf5,0xf6,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xfe,0xfb,0xfb,0xfb,0xfd,0xff,0xfc,0xf7,0xff,0xf8,0xf3,0xff,0xf7,\r
-0xf3,0xff,0xf7,0xc3,0xec,0xc7,0x70,0xb9,0x71,0x59,0xa9,0x56,0x53,0x93,0x51,\r
-0x4b,0x7a,0x49,0xe8,0xff,0xe4,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfb,0xfa,0xff,0xfb,0xfc,0xff,0xfd,\r
-0xfb,0xfe,0xfc,0xf9,0xff,0xfa,0xf7,0xff,0xf8,0xf1,0xff,0xf4,0xea,0xff,0xee,\r
-0x85,0xaa,0x8a,0x74,0x9f,0x7a,0xbb,0xe3,0xc0,0xe8,0xff,0xec,0xe9,0xff,0xec,\r
-0xf7,0xff,0xf8,0xfd,0xfd,0xfd,0xff,0xfd,0xff,0xff,0xfe,0xff,0xfd,0xfd,0xfd,\r
-0xfb,0xfb,0xfb,0xf4,0xf4,0xf4,0xff,0xff,0xff,0xf6,0xf6,0xf6,0x4d,0x4d,0x4d,\r
-0x0c,0x0c,0x0c,0x5a,0x5a,0x5a,0xbe,0xbe,0xbe,0x3a,0x3a,0x3a,0x3c,0x3c,0x3c,\r
-0xc1,0xc1,0xc1,0x64,0x64,0x64,0x0e,0x0e,0x0e,0x66,0x66,0x66,0xfe,0xfe,0xfe,\r
-0xf3,0xfd,0xf7,0xe6,0xff,0xf7,0x87,0xc2,0xa3,0x6a,0xbf,0x92,0x5e,0xc6,0x8f,\r
-0x4b,0xc1,0x86,0x53,0xcb,0x90,0x54,0xc7,0x8e,0x59,0xc2,0x8f,0x69,0xc6,0x99,\r
-0x7a,0xd0,0xa6,0x80,0xd1,0xaa,0x77,0xc6,0x9d,0x6c,0xbb,0x92,0x62,0xbc,0x8e,\r
-0x55,0xc2,0x8a,0x47,0xbe,0x81,0x4b,0xc2,0x85,0x58,0xcd,0x90,0x58,0xc7,0x8f,\r
-0x57,0xbb,0x8b,0x6a,0xc2,0x9a,0x8d,0xd3,0xb5,0xd1,0xff,0xf2,0xdd,0xfe,0xf7,\r
-0xef,0xfd,0xfc,0xfb,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfa,0xff,0xff,0xf6,\r
-0xff,0xff,0xf8,0xfe,0xfb,0xf7,0xfd,0xfd,0xfd,0xfd,0xff,0xff,0xf8,0xff,0xfe,\r
-0xec,0xff,0xf6,0xd8,0xfc,0xeb,0xa9,0xe0,0xc5,0x6a,0xb8,0x8f,0x61,0xc2,0x90,\r
-0x5a,0xc8,0x8e,0x57,0xc8,0x8c,0x57,0xc2,0x89,0x68,0xc7,0x95,0x6e,0xbd,0x92,\r
-0x89,0xc5,0xa6,0xe1,0xff,0xf2,0xf8,0xff,0xf8,0xff,0xff,0xfb,0xff,0xff,0xfe,\r
-0xff,0xfd,0xff,0xfb,0xfc,0xff,0xf2,0xfc,0xfc,0xe7,0xff,0xfb,0xdc,0xff,0xf7,\r
-0x96,0xd6,0xb9,0x76,0xc7,0xa0,0x5d,0xbe,0x8c,0x53,0xc0,0x88,0x51,0xc4,0x8b,\r
-0x53,0xc8,0x8f,0x51,0xc8,0x91,0x57,0xc0,0x8f,0x72,0xbe,0x9c,0xc7,0xf7,0xdf,\r
-0xed,0xff,0xf8,0xf4,0xfb,0xf4,0xfd,0xf8,0xf7,0xff,0xfd,0xff,0xfa,0xf9,0xff,\r
-0xf6,0xfb,0xff,0xf6,0xfc,0xff,0xfa,0xfc,0xff,0xff,0xf9,0xff,0xff,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xff,0xfc,0xf9,0xff,0xf7,0xe7,0xff,0xf2,0x93,0xd3,0xaf,\r
-0x67,0xc0,0x8f,0x55,0xba,0x86,0x53,0xc6,0x8d,0x4f,0xcb,0x8f,0x4e,0xc9,0x8f,\r
-0x52,0xc6,0x91,0x5a,0xbb,0x8f,0x6f,0xb5,0x96,0xbe,0xed,0xd7,0xdc,0xf9,0xea,\r
-0xef,0xff,0xf9,0xed,0xff,0xf9,0xe2,0xff,0xf4,0x9b,0xc9,0xb3,0x79,0xb9,0x9b,\r
-0x67,0xc0,0x94,0x5d,0xc5,0x90,0x51,0xbf,0x8b,0x4c,0xc0,0x8b,0x50,0xca,0x94,\r
-0x4c,0xc8,0x92,0x4b,0xc5,0x8f,0x55,0xcb,0x96,0x58,0xc5,0x94,0x5e,0xc2,0x92,\r
-0x61,0xbd,0x8e,0x61,0xb9,0x8b,0x60,0xb8,0x8a,0x65,0xbd,0x8f,0x6c,0xc3,0x97,\r
-0x7d,0xc6,0xa0,0xb9,0xe7,0xd0,0xd8,0xf5,0xe6,0xec,0xff,0xf8,0xf3,0xff,0xfb,\r
-0xf5,0xfe,0xfb,0xfa,0xfc,0xfc,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xf9,0xfc,\r
-0xff,0xfd,0xfe,0xff,0xff,0xff,0xfc,0xff,0xfb,0xf8,0xff,0xfb,0xf3,0xff,0xf8,\r
-0xeb,0xff,0xf1,0xd9,0xff,0xde,0x77,0xc0,0x78,0x55,0xa5,0x52,0x59,0x99,0x57,\r
-0x38,0x67,0x36,0xe0,0xfd,0xdc,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xfd,0xfd,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xfa,0xfa,0xff,0xfb,0xfe,0xfe,0xfe,\r
-0xfd,0xfd,0xfd,0xfd,0xfd,0xfd,0xfb,0xfe,0xfc,0xf3,0xff,0xf5,0xec,0xff,0xef,\r
-0xae,0xd3,0xb3,0x6e,0x99,0x74,0x95,0xc2,0x9b,0xdc,0xff,0xe1,0xec,0xff,0xf0,\r
-0xf6,0xff,0xf8,0xfd,0xff,0xfe,0xfd,0xfa,0xfc,0xf8,0xf8,0xf8,0xfe,0xfe,0xfe,\r
-0xfd,0xfd,0xfd,0xfe,0xfe,0xfe,0xff,0xff,0xff,0xf9,0xf9,0xf9,0x80,0x80,0x80,\r
-0x00,0x00,0x00,0xb1,0xb1,0xb1,0xff,0xff,0xff,0x84,0x84,0x84,0x00,0x00,0x00,\r
-0xe4,0xe4,0xe4,0xe6,0xe6,0xe6,0x55,0x55,0x55,0x0b,0x09,0x09,0xc4,0xbb,0xbe,\r
-0xf1,0xf2,0xf0,0xe3,0xfa,0xec,0xab,0xdc,0xc0,0x74,0xc3,0x98,0x64,0xc9,0x92,\r
-0x49,0xbd,0x82,0x50,0xcd,0x8f,0x45,0xc1,0x85,0x46,0xbd,0x86,0x50,0xbd,0x8c,\r
-0x5b,0xc1,0x92,0x5e,0xbf,0x93,0x5e,0xba,0x8f,0x61,0xbc,0x8f,0x63,0xc3,0x94,\r
-0x60,0xcc,0x98,0x56,0xc8,0x92,0x54,0xc7,0x8e,0x51,0xc2,0x89,0x4b,0xb7,0x82,\r
-0x54,0xb9,0x86,0x7c,0xd4,0xac,0xac,0xf5,0xd5,0xd4,0xff,0xf7,0xe1,0xff,0xfb,\r
-0xed,0xff,0xfe,0xf4,0xfd,0xfa,0xff,0xfd,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf7,\r
-0xff,0xfc,0xf4,0xff,0xff,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,\r
-0xf3,0xff,0xfb,0xe9,0xff,0xf8,0xb9,0xe9,0xd1,0x75,0xbb,0x97,0x64,0xc0,0x91,\r
-0x5c,0xc4,0x8d,0x56,0xc6,0x8c,0x53,0xc1,0x87,0x62,0xc4,0x90,0x65,0xba,0x8d,\r
-0x7e,0xc4,0x9f,0xd2,0xff,0xe7,0xf2,0xff,0xf6,0xfd,0xff,0xf9,0xff,0xfe,0xfd,\r
-0xff,0xff,0xff,0xfc,0xfd,0xff,0xf6,0xfe,0xfe,0xeb,0xff,0xfa,0xdf,0xff,0xf5,\r
-0xb0,0xe9,0xd0,0x71,0xbb,0x97,0x5d,0xb9,0x8a,0x64,0xcc,0x97,0x52,0xc2,0x8c,\r
-0x4f,0xc4,0x8b,0x56,0xcd,0x96,0x53,0xbe,0x8d,0x6d,0xbd,0x98,0xad,0xe4,0xc9,\r
-0xe0,0xfe,0xeb,0xf2,0xfe,0xf2,0xfe,0xfd,0xf9,0xff,0xff,0xff,0xfa,0xfd,0xff,\r
-0xf3,0xfa,0xff,0xf3,0xfa,0xff,0xf5,0xf7,0xff,0xfe,0xf7,0xfe,0xff,0xf9,0xff,\r
-0xff,0xfc,0xfe,0xff,0xfd,0xfa,0xf7,0xfe,0xf7,0xe7,0xff,0xf0,0x9b,0xd8,0xb4,\r
-0x72,0xc3,0x94,0x5c,0xbb,0x88,0x59,0xc4,0x8c,0x51,0xc7,0x8c,0x4e,0xc7,0x8d,\r
-0x52,0xc6,0x91,0x59,0xbe,0x91,0x6a,0xb5,0x95,0xb5,0xe9,0xd2,0xdc,0xfb,0xec,\r
-0xeb,0xff,0xf6,0xe8,0xff,0xf8,0xc6,0xf0,0xde,0x83,0xc2,0xa8,0x69,0xbb,0x98,\r
-0x5b,0xc0,0x8d,0x59,0xca,0x91,0x52,0xc5,0x8c,0x4a,0xc1,0x8a,0x50,0xc8,0x91,\r
-0x4f,0xc7,0x90,0x4e,0xc0,0x8b,0x55,0xbe,0x8d,0x5f,0xbd,0x8e,0x6a,0xbc,0x91,\r
-0x78,0xbf,0x97,0x88,0xc7,0xa0,0x99,0xd4,0xae,0xaf,0xe8,0xc2,0xc3,0xfb,0xd8,\r
-0xd7,0xff,0xe8,0xe6,0xfe,0xec,0xf6,0xff,0xf6,0xfa,0xff,0xfb,0xfd,0xff,0xfc,\r
-0xfd,0xfb,0xfa,0xfd,0xf7,0xf8,0xfe,0xf5,0xf8,0xff,0xf5,0xf8,0xff,0xf9,0xfc,\r
-0xff,0xfe,0xff,0xff,0xff,0xfe,0xfa,0xff,0xfb,0xf6,0xff,0xfb,0xf3,0xff,0xf9,\r
-0xea,0xff,0xf3,0xd7,0xff,0xde,0x7c,0xc5,0x7d,0x57,0xa7,0x54,0x59,0x99,0x57,\r
-0x37,0x66,0x35,0xda,0xf7,0xd6,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf7,0xff,0xf8,0xfa,0xff,0xfb,0xfe,0xfe,0xfe,\r
-0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfc,0xfe,0xf8,0xff,0xf9,0xee,0xff,0xf1,\r
-0xd5,0xfa,0xda,0x74,0xa1,0x7a,0x71,0xa1,0x77,0xcb,0xf8,0xd1,0xec,0xff,0xf0,\r
-0xef,0xff,0xf2,0xfd,0xff,0xfe,0xfc,0xf9,0xfb,0xf8,0xf8,0xf8,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xf9,0xf9,0xc3,0xc3,0xc3,\r
-0x0f,0x0f,0x0f,0x71,0x71,0x71,0xff,0xff,0xff,0xf1,0xf1,0xf1,0x0b,0x0b,0x0b,\r
-0x9a,0x9a,0x9a,0xff,0xff,0xff,0xa5,0xa5,0xa5,0x0d,0x08,0x0a,0x87,0x79,0x7f,\r
-0xff,0xfd,0xff,0xf6,0xff,0xf9,0xda,0xff,0xe9,0x7b,0xc3,0x99,0x64,0xc3,0x90,\r
-0x4d,0xbf,0x83,0x4d,0xca,0x8c,0x4c,0xcd,0x90,0x4e,0xcb,0x93,0x53,0xc9,0x96,\r
-0x57,0xc5,0x95,0x55,0xbe,0x91,0x59,0xbb,0x8f,0x60,0xc2,0x94,0x68,0xca,0x9c,\r
-0x56,0xb8,0x8c,0x58,0xbd,0x90,0x5c,0xc5,0x94,0x5d,0xc6,0x93,0x5f,0xc7,0x92,\r
-0x6d,0xd0,0x9e,0x8f,0xea,0xbd,0xb3,0xff,0xdc,0xb7,0xf8,0xde,0xd3,0xff,0xf1,\r
-0xe6,0xff,0xfb,0xf1,0xff,0xfa,0xf7,0xfb,0xf5,0xff,0xfe,0xf7,0xff,0xff,0xf6,\r
-0xff,0xfb,0xf3,0xff,0xff,0xfc,0xff,0xff,0xff,0xfe,0xfd,0xff,0xf7,0xf9,0xf9,\r
-0xf8,0xff,0xfe,0xef,0xff,0xfb,0xca,0xf3,0xde,0x82,0xc1,0xa1,0x68,0xbd,0x91,\r
-0x5d,0xc2,0x8e,0x5a,0xc8,0x8e,0x54,0xc2,0x88,0x5c,0xc2,0x8b,0x5f,0xbb,0x8a,\r
-0x75,0xc4,0x99,0xc0,0xf9,0xd8,0xe9,0xff,0xf0,0xf7,0xff,0xf6,0xfb,0xff,0xfa,\r
-0xfe,0xfe,0xfe,0xff,0xfe,0xff,0xfb,0xfe,0xff,0xf1,0xfe,0xfc,0xe2,0xff,0xf5,\r
-0xd2,0xff,0xeb,0x74,0xb7,0x97,0x60,0xb5,0x89,0x6f,0xd2,0xa0,0x54,0xc0,0x8b,\r
-0x4d,0xbf,0x89,0x59,0xd0,0x99,0x50,0xbe,0x8a,0x64,0xbd,0x95,0x90,0xd3,0xb3,\r
-0xce,0xf8,0xdf,0xf1,0xff,0xf5,0xfb,0xff,0xf9,0xfa,0xfd,0xfb,0xf8,0xff,0xff,\r
-0xf4,0xff,0xff,0xf1,0xfb,0xff,0xf6,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfb,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xff,0xfb,0xf6,0xff,0xf9,0xe5,0xff,0xf2,0x9e,0xdb,0xb7,\r
-0x77,0xc7,0x98,0x64,0xbd,0x8b,0x5d,0xc2,0x8b,0x51,0xc2,0x88,0x4d,0xc5,0x8a,\r
-0x52,0xc7,0x90,0x5a,0xc0,0x91,0x68,0xb4,0x92,0xb1,0xe5,0xcd,0xe5,0xff,0xf2,\r
-0xe9,0xff,0xf2,0xe1,0xff,0xf2,0xa6,0xda,0xc3,0x6e,0xba,0x9b,0x60,0xbd,0x96,\r
-0x57,0xbf,0x8a,0x5d,0xcb,0x91,0x58,0xc8,0x8e,0x52,0xc1,0x89,0x56,0xc5,0x8f,\r
-0x5a,0xc4,0x8f,0x5e,0xbf,0x8d,0x6d,0xc0,0x93,0x82,0xc6,0x9d,0x9d,0xd3,0xae,\r
-0xbe,0xe9,0xc8,0xdd,0xfc,0xdf,0xec,0xff,0xed,0xf2,0xff,0xef,0xef,0xff,0xed,\r
-0xef,0xff,0xeb,0xf9,0xff,0xf5,0xfa,0xfe,0xf3,0xfc,0xfc,0xf6,0xff,0xfe,0xfa,\r
-0xff,0xff,0xfe,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfb,0xfc,\r
-0xff,0xfe,0xff,0xff,0xff,0xfe,0xfa,0xff,0xfb,0xf5,0xff,0xfa,0xf3,0xff,0xf9,\r
-0xea,0xff,0xf4,0xd8,0xff,0xe1,0x83,0xcc,0x84,0x5a,0xaa,0x57,0x58,0x98,0x56,\r
-0x37,0x66,0x35,0xd2,0xef,0xce,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xf9,0xfa,0xff,0xfb,0xff,0xfd,0xff,\r
-0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xfb,0xfe,0xfc,0xf1,0xff,0xf3,\r
-0xdf,0xff,0xe4,0x8f,0xbf,0x95,0x62,0x98,0x69,0xae,0xde,0xb4,0xea,0xff,0xee,\r
-0xe8,0xfb,0xea,0xfb,0xff,0xfc,0xff,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xfd,0xfd,0xfd,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xf9,0xf9,0xf9,\r
-0x72,0x72,0x72,0x12,0x12,0x12,0x5a,0x5a,0x5a,0x96,0x96,0x96,0x21,0x21,0x21,\r
-0x36,0x36,0x36,0xf6,0xf6,0xf6,0xe0,0xe0,0xe0,0x10,0x0b,0x0d,0x20,0x0d,0x16,\r
-0xf9,0xeb,0xf1,0xf9,0xff,0xfa,0xe0,0xff,0xee,0x82,0xc3,0x9c,0x66,0xc2,0x8f,\r
-0x5d,0xcd,0x93,0x52,0xcd,0x8f,0x47,0xc8,0x8b,0x48,0xc7,0x8f,0x4e,0xc5,0x92,\r
-0x50,0xc0,0x91,0x54,0xbb,0x8e,0x58,0xb9,0x8d,0x5c,0xb8,0x8d,0x5e,0xb6,0x8e,\r
-0x6a,0xbe,0x9c,0x68,0xbc,0x9a,0x63,0xbb,0x93,0x60,0xbb,0x8e,0x5e,0xbd,0x8b,\r
-0x5f,0xbe,0x8b,0x5f,0xbb,0x8a,0x60,0xb7,0x8b,0x80,0xcc,0xaa,0xa2,0xe1,0xc7,\r
-0xcc,0xfa,0xe7,0xe6,0xff,0xf7,0xf3,0xff,0xf6,0xfa,0xfb,0xf1,0xff,0xfc,0xf4,\r
-0xff,0xff,0xf9,0xff,0xfe,0xfd,0xff,0xff,0xff,0xfe,0xfb,0xfd,0xf6,0xf5,0xf7,\r
-0xf8,0xfd,0xfc,0xf3,0xff,0xfc,0xd6,0xfa,0xe9,0x94,0xce,0xb1,0x6c,0xbb,0x92,\r
-0x5f,0xc1,0x8d,0x5d,0xcb,0x91,0x56,0xc7,0x8b,0x5b,0xc4,0x8b,0x5d,0xbf,0x89,\r
-0x6a,0xc3,0x92,0xa6,0xe9,0xc4,0xe3,0xff,0xef,0xf3,0xff,0xf7,0xf9,0xff,0xfb,\r
-0xfb,0xfd,0xfd,0xff,0xfc,0xff,0xff,0xfe,0xff,0xf8,0xfd,0xfe,0xe9,0xfe,0xf6,\r
-0xe3,0xff,0xf7,0x92,0xcc,0xaf,0x6b,0xb9,0x90,0x69,0xc7,0x98,0x56,0xbf,0x8c,\r
-0x4f,0xc1,0x8b,0x55,0xcc,0x95,0x50,0xc2,0x8d,0x57,0xba,0x8c,0x76,0xc5,0x9e,\r
-0xbd,0xf1,0xd3,0xea,0xff,0xf2,0xf4,0xff,0xf7,0xee,0xf9,0xf1,0xf3,0xff,0xfe,\r
-0xf3,0xff,0xff,0xf3,0xff,0xff,0xf6,0xff,0xff,0xff,0xfe,0xff,0xff,0xfb,0xfd,\r
-0xff,0xfc,0xfb,0xfc,0xff,0xfb,0xf2,0xff,0xf8,0xdf,0xff,0xf1,0x92,0xd5,0xb0,\r
-0x71,0xc5,0x95,0x63,0xbf,0x8c,0x5d,0xc2,0x8a,0x51,0xc1,0x87,0x4e,0xc4,0x89,\r
-0x52,0xc7,0x90,0x59,0xbf,0x90,0x68,0xb4,0x92,0xb4,0xe4,0xcc,0xef,0xff,0xf7,\r
-0xee,0xff,0xf2,0xe4,0xff,0xf1,0x97,0xce,0xb5,0x61,0xb7,0x95,0x58,0xc1,0x96,\r
-0x59,0xc3,0x8e,0x5a,0xc8,0x8d,0x58,0xc6,0x8c,0x59,0xc4,0x8c,0x5c,0xc4,0x8f,\r
-0x60,0xbf,0x8d,0x75,0xc8,0x9b,0x9c,0xe0,0xb7,0xd2,0xff,0xe1,0xe2,0xff,0xe8,\r
-0xf2,0xff,0xef,0xfa,0xff,0xf1,0xff,0xff,0xf2,0xff,0xff,0xf4,0xff,0xff,0xf3,\r
-0xff,0xff,0xf4,0xfd,0xff,0xf7,0xfd,0xff,0xf8,0xfc,0xff,0xf6,0xff,0xff,0xf9,\r
-0xff,0xfe,0xfa,0xff,0xfb,0xfa,0xff,0xf9,0xf9,0xff,0xfb,0xfc,0xff,0xfb,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xfe,0xfa,0xff,0xfd,0xf7,0xff,0xfb,0xf4,0xff,0xfb,\r
-0xed,0xff,0xf7,0xdc,0xff,0xe4,0x89,0xd1,0x8b,0x5d,0xad,0x5a,0x59,0x99,0x57,\r
-0x3c,0x6b,0x3a,0xca,0xe7,0xc6,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xff,0xff,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xff,0xf8,0xfa,0xff,0xfb,0xff,0xfe,0xff,\r
-0xff,0xfa,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,0xfd,0xfd,0xfd,0xf2,0xff,0xf5,\r
-0xdc,0xff,0xe1,0xb6,0xe6,0xbc,0x66,0x9c,0x6d,0x87,0xba,0x8e,0xe1,0xff,0xe6,\r
-0xee,0xff,0xf1,0xf5,0xfb,0xf6,0xff,0xfe,0xff,0xfb,0xfb,0xfb,0xf5,0xf5,0xf5,\r
-0xfc,0xfc,0xfc,0xf5,0xf5,0xf5,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xe4,0xe4,0xe4,0x76,0x76,0x76,0x1a,0x1a,0x1a,0x08,0x08,0x08,0x04,0x04,0x04,\r
-0x0c,0x0c,0x0c,0xd5,0xd5,0xd5,0xe0,0xe0,0xe0,0x04,0x00,0x01,0x33,0x1f,0x2b,\r
-0xeb,0xdc,0xe4,0xf2,0xf8,0xf3,0xe8,0xff,0xf3,0xa8,0xe5,0xc1,0x6d,0xc4,0x92,\r
-0x60,0xcb,0x92,0x4c,0xc3,0x86,0x47,0xc3,0x87,0x4b,0xc3,0x8c,0x4f,0xbf,0x8f,\r
-0x57,0xbe,0x91,0x6a,0xc6,0x9d,0x7e,0xd1,0xaa,0x85,0xd2,0xac,0x86,0xcb,0xaa,\r
-0x85,0xc3,0xad,0x81,0xbc,0xa7,0x76,0xb9,0x9a,0x6d,0xb8,0x92,0x6a,0xbd,0x90,\r
-0x6b,0xc4,0x92,0x6b,0xc9,0x93,0x6b,0xc7,0x96,0x61,0xba,0x8f,0x71,0xbe,0x9c,\r
-0x94,0xd3,0xb9,0xc5,0xf2,0xdf,0xe8,0xff,0xf4,0xf5,0xff,0xf5,0xff,0xff,0xf5,\r
-0xff,0xff,0xf9,0xfe,0xfc,0xfb,0xff,0xfe,0xfe,0xff,0xfe,0xff,0xfb,0xf8,0xfa,\r
-0xf7,0xf9,0xfa,0xf4,0xff,0xfe,0xe1,0xff,0xf1,0xae,0xe3,0xc8,0x6d,0xbb,0x92,\r
-0x5e,0xbd,0x8a,0x5f,0xca,0x91,0x58,0xc9,0x8d,0x57,0xc5,0x8a,0x5c,0xc3,0x8a,\r
-0x62,0xbf,0x8c,0x8b,0xd5,0xab,0xde,0xff,0xef,0xef,0xff,0xf8,0xf6,0xff,0xfc,\r
-0xf8,0xfd,0xfc,0xff,0xf9,0xfe,0xff,0xfc,0xff,0xfe,0xfd,0xff,0xf2,0xfd,0xfa,\r
-0xea,0xff,0xf8,0xbf,0xef,0xd5,0x82,0xc7,0xa2,0x5e,0xb6,0x88,0x5c,0xc1,0x8e,\r
-0x56,0xc6,0x90,0x4c,0xc2,0x8d,0x50,0xc6,0x91,0x4e,0xbd,0x89,0x5a,0xb8,0x89,\r
-0x96,0xd9,0xb2,0xd5,0xff,0xe4,0xeb,0xff,0xf0,0xef,0xff,0xf3,0xf1,0xff,0xfc,\r
-0xed,0xfe,0xfb,0xef,0xff,0xfe,0xf3,0xff,0xff,0xf7,0xfb,0xfc,0xf8,0xf8,0xf8,\r
-0xf8,0xfc,0xf7,0xf6,0xff,0xfb,0xea,0xff,0xf6,0xd3,0xff,0xeb,0x7b,0xc8,0xa2,\r
-0x64,0xc0,0x8f,0x60,0xbf,0x8c,0x5e,0xc5,0x8c,0x52,0xc3,0x89,0x4f,0xc5,0x8a,\r
-0x52,0xc7,0x90,0x57,0xbd,0x8e,0x6f,0xb7,0x93,0xbb,0xe5,0xcc,0xf6,0xff,0xf5,\r
-0xf7,0xff,0xf2,0xec,0xff,0xf4,0x9b,0xd0,0xb5,0x5f,0xb9,0x95,0x54,0xc1,0x93,\r
-0x5a,0xc9,0x91,0x56,0xc4,0x89,0x53,0xc1,0x87,0x5c,0xc7,0x8f,0x60,0xc4,0x90,\r
-0x60,0xbb,0x8a,0x88,0xd4,0xaa,0xca,0xff,0xe1,0xdf,0xff,0xea,0xeb,0xff,0xed,\r
-0xf3,0xff,0xed,0xf9,0xfe,0xef,0xfb,0xfb,0xef,0xfe,0xfc,0xf2,0xff,0xff,0xf5,\r
-0xff,0xff,0xf8,0xf4,0xff,0xf6,0xf2,0xff,0xf7,0xf3,0xff,0xf7,0xf3,0xff,0xf6,\r
-0xf6,0xfe,0xf7,0xf9,0xff,0xfa,0xfd,0xff,0xfc,0xff,0xff,0xfe,0xfd,0xfe,0xfc,\r
-0xff,0xff,0xfe,0xfd,0xff,0xfe,0xf9,0xfe,0xfc,0xf9,0xff,0xfd,0xf8,0xff,0xfc,\r
-0xf4,0xff,0xfa,0xe4,0xff,0xe8,0x8f,0xd5,0x8f,0x60,0xb0,0x5d,0x5a,0x9a,0x58,\r
-0x42,0x71,0x40,0xc4,0xe1,0xc0,0xf8,0xff,0xf4,0xfd,0xff,0xfc,0xff,0xfd,0xfd,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf6,0xff,0xf8,0xfa,0xff,0xfb,0xff,0xfe,0xff,\r
-0xff,0xfb,0xff,0xff,0xf8,0xff,0xff,0xf9,0xff,0xff,0xfd,0xff,0xf5,0xff,0xf7,\r
-0xe1,0xff,0xe6,0xce,0xff,0xd5,0x77,0xaf,0x7e,0x68,0x9e,0x6f,0xc8,0xf0,0xcd,\r
-0xf1,0xff,0xf4,0xf3,0xf9,0xf4,0xfd,0xfa,0xfc,0xff,0xff,0xff,0xf5,0xf5,0xf5,\r
-0xff,0xff,0xff,0xfa,0xfa,0xfa,0xff,0xff,0xff,0xfc,0xfc,0xfc,0xf3,0xf3,0xf3,\r
-0xff,0xff,0xff,0xfe,0xfe,0xfe,0xc3,0xc3,0xc3,0x92,0x92,0x92,0x55,0x55,0x55,\r
-0x20,0x20,0x20,0x81,0x81,0x81,0xff,0xff,0xff,0xeb,0xe6,0xe8,0xd5,0xc3,0xd0,\r
-0xff,0xfb,0xff,0xfb,0xff,0xfe,0xea,0xff,0xf5,0xc8,0xff,0xdf,0x76,0xc7,0x98,\r
-0x55,0xbc,0x83,0x50,0xc1,0x87,0x54,0xc9,0x90,0x55,0xca,0x93,0x58,0xc2,0x93,\r
-0x64,0xc2,0x99,0x88,0xd8,0xb3,0xb3,0xf9,0xd5,0xcb,0xff,0xe6,0xd2,0xff,0xea,\r
-0xdf,0xff,0xf9,0xdc,0xff,0xf7,0xcf,0xfe,0xe8,0xb4,0xef,0xd0,0x8e,0xd6,0xab,\r
-0x6d,0xc0,0x8c,0x5d,0xba,0x83,0x5c,0xbe,0x88,0x64,0xc7,0x95,0x5a,0xb4,0x89,\r
-0x65,0xb1,0x91,0x93,0xd0,0xb6,0xcd,0xf5,0xe3,0xef,0xff,0xf8,0xfa,0xff,0xf8,\r
-0xfd,0xff,0xf9,0xff,0xff,0xfe,0xff,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xfa,0xf9,0xfb,0xf8,0xff,0xfe,0xe9,0xff,0xf8,0xc7,0xf9,0xe1,0x76,0xbf,0x99,\r
-0x5e,0xba,0x89,0x5c,0xc7,0x8e,0x54,0xc7,0x88,0x52,0xc3,0x87,0x59,0xc5,0x8a,\r
-0x5b,0xbd,0x87,0x73,0xc4,0x97,0xd0,0xff,0xe5,0xe9,0xff,0xf6,0xf3,0xff,0xfb,\r
-0xf9,0xfe,0xfd,0xfd,0xf7,0xfc,0xff,0xf9,0xff,0xff,0xfd,0xff,0xfc,0xff,0xfd,\r
-0xed,0xff,0xf4,0xe2,0xff,0xf1,0xa1,0xdf,0xbb,0x64,0xb7,0x8a,0x5e,0xc1,0x8f,\r
-0x58,0xc8,0x92,0x49,0xbf,0x8a,0x4e,0xc8,0x92,0x51,0xc9,0x92,0x4e,0xba,0x85,\r
-0x73,0xc0,0x94,0xac,0xe2,0xbf,0xde,0xfe,0xe6,0xf1,0xff,0xf7,0xef,0xff,0xfb,\r
-0xe8,0xfc,0xf7,0xed,0xff,0xfd,0xf2,0xff,0xfe,0xf8,0xfe,0xfd,0xf7,0xfc,0xfa,\r
-0xfa,0xff,0xfb,0xf1,0xff,0xf9,0xe0,0xff,0xf1,0xbf,0xf9,0xdd,0x69,0xbf,0x95,\r
-0x56,0xbd,0x8a,0x5a,0xc2,0x8d,0x5c,0xc7,0x8e,0x51,0xc6,0x89,0x4e,0xc6,0x8b,\r
-0x52,0xc7,0x90,0x58,0xbc,0x8c,0x7c,0xc0,0x9d,0xc6,0xed,0xd4,0xfd,0xff,0xf4,\r
-0xfe,0xff,0xf2,0xf2,0xff,0xf3,0xac,0xdf,0xc4,0x64,0xbe,0x9a,0x4d,0xbf,0x90,\r
-0x57,0xcc,0x93,0x50,0xc5,0x88,0x4d,0xc1,0x86,0x59,0xc8,0x90,0x5e,0xc5,0x92,\r
-0x5f,0xbb,0x8c,0x8a,0xd6,0xad,0xcd,0xff,0xe6,0xd9,0xff,0xe7,0xe9,0xff,0xee,\r
-0xf6,0xff,0xf5,0xfb,0xff,0xf7,0xff,0xff,0xf9,0xff,0xff,0xfb,0xfd,0xff,0xfc,\r
-0xf4,0xff,0xf9,0xe6,0xff,0xf2,0xe8,0xff,0xf7,0xe8,0xff,0xf5,0xe0,0xfa,0xec,\r
-0xe3,0xf9,0xed,0xf3,0xff,0xfb,0xf6,0xff,0xfb,0xf8,0xff,0xfc,0xf9,0xfe,0xfc,\r
-0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xf9,0xfe,0xfc,0xfa,0xff,0xfd,0xfb,0xff,0xfe,\r
-0xf9,0xff,0xfb,0xe8,0xff,0xe9,0x97,0xda,0x95,0x63,0xb3,0x60,0x5b,0x9b,0x59,\r
-0x46,0x75,0x44,0xbd,0xda,0xb9,0xf6,0xff,0xf2,0xfd,0xff,0xfc,0xfe,0xfc,0xfc,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf4,0xff,0xf7,0xfa,0xff,0xfb,0xff,0xfe,0xff,\r
-0xff,0xfa,0xff,0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xfc,0xff,0xf5,0xff,0xf7,\r
-0xe7,0xff,0xec,0xd7,0xff,0xde,0x96,0xd1,0x9e,0x65,0x9d,0x6c,0x9f,0xca,0xa5,\r
-0xea,0xff,0xed,0xf8,0xfe,0xf9,0xfb,0xf8,0xfa,0xff,0xff,0xff,0xfe,0xfe,0xfe,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xfa,0xfa,0xfd,0xfd,0xfd,0xef,0xef,0xef,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf4,0xf4,0xf4,\r
-0xfa,0xfa,0xfa,0xf3,0xf3,0xf3,0xff,0xff,0xff,0xff,0xfc,0xfe,0xff,0xf9,0xff,\r
-0xff,0xfb,0xff,0xf1,0xf8,0xf5,0xe1,0xff,0xec,0xc8,0xff,0xdd,0x8e,0xde,0xaf,\r
-0x59,0xbc,0x84,0x60,0xce,0x94,0x52,0xc3,0x8a,0x57,0xc3,0x8f,0x59,0xba,0x8e,\r
-0x63,0xb6,0x8f,0x89,0xcd,0xaa,0xbf,0xf5,0xd7,0xe1,0xff,0xf0,0xea,0xff,0xf4,\r
-0xea,0xfb,0xf8,0xed,0xfd,0xfc,0xea,0xff,0xf9,0xdf,0xff,0xef,0xb3,0xf2,0xc8,\r
-0x81,0xcf,0x9a,0x61,0xbf,0x86,0x5b,0xc1,0x87,0x61,0xcc,0x94,0x59,0xbf,0x8f,\r
-0x58,0xb1,0x8a,0x6c,0xb6,0x98,0xa3,0xd8,0xc4,0xda,0xfe,0xee,0xf1,0xff,0xf9,\r
-0xf4,0xfc,0xf5,0xfd,0xff,0xfe,0xfd,0xfb,0xfb,0xff,0xfb,0xfe,0xff,0xfd,0xff,\r
-0xfe,0xfb,0xfd,0xf8,0xff,0xfc,0xec,0xff,0xf9,0xd6,0xff,0xee,0x85,0xcb,0xa6,\r
-0x62,0xbe,0x8d,0x5a,0xc5,0x8c,0x50,0xc3,0x84,0x51,0xc3,0x84,0x5e,0xca,0x8f,\r
-0x5b,0xc2,0x89,0x6a,0xbe,0x8e,0xba,0xf3,0xd4,0xdd,0xff,0xee,0xef,0xff,0xfb,\r
-0xfa,0xff,0xfe,0xfe,0xf7,0xfc,0xff,0xf9,0xff,0xff,0xfc,0xff,0xff,0xff,0xfe,\r
-0xf3,0xff,0xf5,0xe8,0xff,0xf2,0xbe,0xf7,0xd6,0x80,0xcf,0xa4,0x61,0xc1,0x92,\r
-0x56,0xc4,0x90,0x4d,0xc5,0x8f,0x48,0xc7,0x8f,0x49,0xca,0x8f,0x53,0xc8,0x8f,\r
-0x67,0xbd,0x8d,0x86,0xc4,0x9c,0xbb,0xe3,0xc7,0xe3,0xfe,0xea,0xec,0xff,0xf7,\r
-0xed,0xff,0xfb,0xec,0xff,0xfd,0xf1,0xff,0xfe,0xf7,0xff,0xfd,0xf8,0xff,0xfa,\r
-0xf4,0xff,0xf9,0xeb,0xff,0xf6,0xc8,0xf0,0xde,0x9b,0xdb,0xbe,0x5d,0xbe,0x92,\r
-0x4e,0xc0,0x8b,0x56,0xc5,0x8d,0x58,0xc9,0x8f,0x4d,0xc6,0x89,0x4e,0xc8,0x8c,\r
-0x54,0xc9,0x90,0x5a,0xbd,0x8d,0x94,0xd4,0xb1,0xdc,0xfc,0xe3,0xff,0xff,0xf0,\r
-0xff,0xff,0xf3,0xf7,0xff,0xf3,0xc6,0xf3,0xd8,0x6f,0xc8,0xa1,0x4d,0xc0,0x8f,\r
-0x4a,0xc8,0x8d,0x49,0xcb,0x8c,0x4a,0xc6,0x8a,0x4e,0xc6,0x8c,0x56,0xc5,0x91,\r
-0x5a,0xbd,0x8f,0x74,0xc7,0xa0,0x9f,0xe3,0xc0,0xdb,0xff,0xf1,0xe2,0xff,0xf2,\r
-0xe9,0xff,0xf3,0xe9,0xfd,0xf1,0xe8,0xfa,0xf3,0xe7,0xfb,0xf6,0xe9,0xfe,0xfb,\r
-0xe6,0xff,0xfc,0xcd,0xfa,0xe7,0xce,0xff,0xe9,0xc2,0xf0,0xda,0xaf,0xd7,0xc5,\r
-0xb7,0xdb,0xcb,0xda,0xf6,0xe9,0xea,0xff,0xf6,0xe4,0xf5,0xec,0xf4,0xff,0xfa,\r
-0xf8,0xff,0xfc,0xfb,0xff,0xfe,0xf9,0xfe,0xfc,0xfc,0xff,0xfd,0xfd,0xff,0xfe,\r
-0xfe,0xff,0xfd,0xed,0xff,0xeb,0x9e,0xe1,0x9c,0x66,0xb6,0x63,0x5a,0x9a,0x58,\r
-0x47,0x76,0x45,0xb5,0xd2,0xb1,0xf4,0xff,0xf0,0xfd,0xff,0xfc,0xff,0xfe,0xfe,\r
-0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xf8,0xfb,0xff,0xfb,0xff,0xfe,0xff,\r
-0xff,0xfb,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xfc,0xff,0xf7,0xff,0xfa,\r
-0xec,0xff,0xf1,0xda,0xff,0xe1,0xb9,0xee,0xc2,0x75,0xa8,0x7c,0x7c,0xa7,0x82,\r
-0xd2,0xf1,0xd4,0xf4,0xff,0xf5,0xfa,0xff,0xf9,0xfd,0xff,0xfe,0xfa,0xfc,0xfc,\r
-0xf5,0xf7,0xf7,0xff,0xff,0xff,0xef,0xef,0xef,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xf9,0xf8,0xfa,0xf5,0xf4,0xf6,0xff,0xff,0xff,0xf8,0xf8,0xf8,0xe2,0xe4,0xe4,\r
-0xc6,0xc9,0xc7,0xab,0xae,0xac,0xa7,0xac,0xaa,0xd1,0xd1,0xd1,0xf9,0xee,0xf8,\r
-0xf7,0xef,0xf6,0xfa,0xff,0xfe,0xed,0xff,0xf7,0xd4,0xff,0xe5,0xb8,0xfc,0xd3,\r
-0x63,0xba,0x88,0x5b,0xc0,0x89,0x55,0xc2,0x8a,0x5c,0xc8,0x94,0x5e,0xc0,0x92,\r
-0x60,0xb6,0x8c,0x80,0xc5,0xa0,0xb4,0xea,0xc7,0xdc,0xff,0xe3,0xea,0xff,0xed,\r
-0xf8,0xff,0xfe,0xf1,0xfb,0xfb,0xec,0xff,0xf6,0xe4,0xff,0xf2,0xc6,0xff,0xd8,\r
-0x90,0xdd,0xaa,0x67,0xc6,0x8d,0x59,0xc6,0x88,0x4c,0xbd,0x83,0x5c,0xcc,0x96,\r
-0x60,0xc5,0x98,0x5d,0xb1,0x8e,0x82,0xc1,0xa7,0xc2,0xef,0xdc,0xe9,0xff,0xf8,\r
-0xed,0xfc,0xf4,0xfd,0xff,0xfc,0xfa,0xf6,0xf5,0xfa,0xf5,0xf6,0xff,0xff,0xff,\r
-0xfa,0xfd,0xfb,0xef,0xfe,0xf6,0xe6,0xff,0xf5,0xd8,0xff,0xf0,0x91,0xd8,0xb0,\r
-0x6b,0xc4,0x92,0x61,0xc6,0x8e,0x55,0xc2,0x84,0x55,0xc2,0x84,0x65,0xd0,0x92,\r
-0x62,0xc8,0x8e,0x6b,0xc0,0x8e,0xae,0xe6,0xc3,0xd4,0xfb,0xe2,0xea,0xff,0xf5,\r
-0xef,0xff,0xf8,0xef,0xfd,0xf7,0xf5,0xff,0xf9,0xfa,0xff,0xfc,0xf8,0xff,0xf9,\r
-0xf3,0xff,0xf7,0xe8,0xff,0xf2,0xd5,0xff,0xe8,0xa3,0xe6,0xc1,0x6d,0xbf,0x95,\r
-0x5b,0xbc,0x90,0x5b,0xc7,0x99,0x4c,0xc2,0x8f,0x3f,0xbc,0x84,0x5c,0xd1,0x98,\r
-0x67,0xc3,0x92,0x68,0xb0,0x86,0x89,0xc1,0x9e,0xaf,0xdf,0xc3,0xcb,0xf7,0xe0,\r
-0xdf,0xff,0xf7,0xda,0xff,0xf3,0xe0,0xff,0xf5,0xe1,0xff,0xf3,0xe1,0xff,0xf0,\r
-0xdd,0xff,0xee,0xcb,0xf9,0xe2,0x9f,0xd9,0xbd,0x6d,0xb9,0x97,0x5a,0xc2,0x93,\r
-0x4e,0xc3,0x8c,0x58,0xc9,0x90,0x5a,0xc9,0x91,0x52,0xc3,0x8a,0x56,0xc5,0x8f,\r
-0x5f,0xc5,0x95,0x67,0xba,0x93,0xaa,0xe2,0xc5,0xec,0xff,0xf4,0xfc,0xfe,0xf2,\r
-0xff,0xff,0xf8,0xfa,0xff,0xf7,0xdd,0xff,0xec,0x87,0xca,0xaf,0x5f,0xbc,0x95,\r
-0x4f,0xbd,0x89,0x54,0xcc,0x92,0x54,0xc9,0x92,0x4f,0xc1,0x8c,0x55,0xc2,0x91,\r
-0x5b,0xc1,0x92,0x60,0xb9,0x91,0x6a,0xba,0x95,0x7a,0xbf,0x9e,0x8d,0xc8,0xac,\r
-0xa2,0xd6,0xbe,0xaf,0xe0,0xca,0xb0,0xe1,0xcd,0xaa,0xda,0xc8,0x9c,0xd0,0xbf,\r
-0x93,0xcb,0xb8,0x7a,0xbd,0xa0,0x80,0xc4,0xa5,0x75,0xb5,0x98,0x6d,0xa4,0x8b,\r
-0x90,0xbe,0xa8,0xd0,0xf4,0xe4,0xed,0xff,0xf9,0xf3,0xff,0xfb,0xf6,0xff,0xfa,\r
-0xfb,0xff,0xfe,0xfd,0xff,0xfe,0xfb,0xfe,0xfc,0xfe,0xfe,0xfe,0xfd,0xff,0xfe,\r
-0xfd,0xff,0xff,0xec,0xff,0xec,0xa4,0xe6,0xa5,0x68,0xb7,0x66,0x59,0x99,0x57,\r
-0x45,0x76,0x42,0xad,0xcd,0xaa,0xee,0xff,0xec,0xfb,0xff,0xf9,0xff,0xff,0xfe,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfd,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfb,0xfe,0xff,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xfc,0xfe,0xff,0xf7,0xff,0xfb,\r
-0xf1,0xff,0xf8,0xeb,0xff,0xf1,0xd5,0xf9,0xdb,0x77,0x9f,0x7c,0x7b,0xa6,0x81,\r
-0xb5,0xe1,0xba,0xdd,0xff,0xe0,0xeb,0xff,0xed,0xf5,0xff,0xf7,0xfa,0xff,0xfd,\r
-0xfa,0xff,0xfe,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xf8,0xf7,0xfb,0xff,0xfe,0xff,0xa7,0xa9,0xa9,0x0c,0x11,0x0f,\r
-0x10,0x17,0x12,0x00,0x04,0x00,0x00,0x09,0x01,0x01,0x0b,0x05,0x3e,0x3f,0x43,\r
-0xb4,0xb3,0xb7,0xfb,0xff,0xff,0xf0,0xfe,0xf3,0xe6,0xff,0xee,0xd1,0xff,0xe0,\r
-0x82,0xc8,0x9f,0x5d,0xb6,0x85,0x5c,0xc6,0x91,0x52,0xc4,0x8e,0x58,0xc8,0x92,\r
-0x5e,0xc5,0x92,0x6c,0xc0,0x90,0x94,0xd6,0xac,0xd0,0xff,0xd8,0xed,0xff,0xee,\r
-0xf0,0xff,0xf5,0xea,0xfb,0xf2,0xea,0xff,0xf5,0xdf,0xff,0xf1,0xc8,0xff,0xe0,\r
-0x8e,0xdf,0xb0,0x61,0xc6,0x8e,0x52,0xc4,0x88,0x4e,0xc7,0x8a,0x49,0xc1,0x87,\r
-0x5a,0xc9,0x95,0x62,0xc1,0x95,0x6a,0xb4,0x92,0xa4,0xdb,0xc2,0xe4,0xff,0xf7,\r
-0xf1,0xff,0xf9,0xf8,0xfc,0xf7,0xfd,0xf9,0xf8,0xfc,0xfd,0xf9,0xf4,0xfd,0xf3,\r
-0xea,0xfc,0xef,0xea,0xff,0xf4,0xdf,0xff,0xf1,0xc9,0xff,0xe2,0xa3,0xeb,0xc0,\r
-0x80,0xd3,0x9f,0x63,0xbe,0x86,0x5f,0xbf,0x83,0x63,0xc6,0x88,0x62,0xc5,0x87,\r
-0x62,0xc3,0x85,0x6e,0xc1,0x8a,0xa3,0xd8,0xad,0xce,0xf6,0xd3,0xde,0xff,0xea,\r
-0xd2,0xff,0xe4,0xc7,0xfd,0xdf,0xcb,0xff,0xe6,0xce,0xff,0xe5,0xc9,0xf6,0xdc,\r
-0xd1,0xf8,0xdf,0xe6,0xff,0xf2,0xe6,0xff,0xf2,0xd4,0xff,0xe6,0xa6,0xe0,0xc4,\r
-0x75,0xbb,0x9d,0x5d,0xb0,0x90,0x63,0xc2,0x9d,0x57,0xbf,0x90,0x59,0xc2,0x8f,\r
-0x5f,0xc2,0x92,0x64,0xc0,0x91,0x69,0xbe,0x92,0x6f,0xc1,0x97,0x78,0xc7,0xa0,\r
-0x7e,0xcd,0xa6,0x9b,0xe9,0xc4,0xa5,0xf2,0xcd,0xaa,0xf4,0xd0,0x9e,0xe9,0xc3,\r
-0x86,0xd3,0xad,0x74,0xc3,0x9c,0x6d,0xbf,0x95,0x69,0xc4,0x97,0x5b,0xca,0x94,\r
-0x4d,0xc0,0x87,0x51,0xbd,0x88,0x62,0xc7,0x94,0x68,0xc5,0x98,0x68,0xbb,0x94,\r
-0x76,0xbc,0x9d,0x90,0xc9,0xb0,0xd9,0xff,0xf0,0xec,0xff,0xfb,0xf6,0xff,0xfc,\r
-0xf5,0xfc,0xf9,0xf7,0xff,0xfd,0xf3,0xff,0xfe,0xcf,0xe9,0xe3,0x9b,0xc8,0xb7,\r
-0x76,0xbe,0x9a,0x66,0xbf,0x93,0x62,0xbd,0x90,0x62,0xbf,0x92,0x62,0xc3,0x97,\r
-0x61,0xc3,0x97,0x5b,0xbd,0x91,0x56,0xb8,0x8c,0x5a,0xbc,0x90,0x5c,0xbd,0x91,\r
-0x5e,0xbd,0x91,0x61,0xbd,0x92,0x61,0xbd,0x92,0x62,0xbc,0x91,0x62,0xbb,0x93,\r
-0x5f,0xbb,0x90,0x56,0xb7,0x8b,0x65,0xc1,0x96,0x6e,0xc1,0x9b,0x70,0xb5,0x94,\r
-0x8c,0xc1,0xa6,0xcd,0xf2,0xde,0xf1,0xff,0xf8,0xf2,0xfa,0xf3,0xff,0xfd,0xfc,\r
-0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xff,0xff,0xff,0xfe,0xff,0xfa,0xff,0xfe,\r
-0xf7,0xff,0xff,0xea,0xff,0xf2,0xb0,0xf0,0xb4,0x66,0xb3,0x69,0x58,0x9a,0x59,\r
-0x4f,0x85,0x50,0x8e,0xb6,0x8d,0xf1,0xff,0xf0,0xf8,0xff,0xf7,0xff,0xff,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfe,0xfe,0xfe,0xfd,0xff,0xfc,0xfe,0xff,0xfa,0xff,0xfe,0xf7,0xff,0xfd,\r
-0xef,0xfe,0xf6,0xf1,0xff,0xf8,0xea,0xff,0xf1,0xa7,0xc9,0xab,0x6b,0x94,0x6f,\r
-0x9d,0xcb,0xa0,0xd7,0xff,0xd9,0xe6,0xff,0xe9,0xf2,0xff,0xf4,0xf9,0xff,0xfb,\r
-0xfb,0xff,0xfe,0xfd,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xff,0xfd,0xff,0xf2,0xf1,0xf5,0x27,0x29,0x2a,0x00,0x01,0x00,\r
-0x00,0x05,0x00,0x0b,0x18,0x10,0x00,0x05,0x00,0x00,0x06,0x00,0x04,0x07,0x0c,\r
-0x01,0x00,0x09,0x94,0x92,0x98,0xf5,0xfa,0xf9,0xee,0xfe,0xf3,0xe8,0xff,0xf5,\r
-0x9e,0xd4,0xb7,0x74,0xc3,0x9c,0x5a,0xc0,0x91,0x49,0xbc,0x8a,0x49,0xbf,0x8c,\r
-0x4e,0xbd,0x8b,0x5e,0xb9,0x8c,0x87,0xd1,0xa7,0xc3,0xf7,0xd2,0xe4,0xff,0xee,\r
-0xec,0xff,0xf7,0xe3,0xff,0xf2,0xd6,0xfb,0xe7,0xc6,0xf9,0xde,0xa6,0xe9,0xc4,\r
-0x78,0xcd,0xa1,0x5a,0xbf,0x8b,0x51,0xc2,0x89,0x4d,0xc5,0x8a,0x49,0xc1,0x87,\r
-0x5a,0xc8,0x94,0x61,0xc0,0x94,0x6b,0xb2,0x91,0xa0,0xd5,0xba,0xdc,0xfe,0xed,\r
-0xe6,0xfc,0xf0,0xf5,0xff,0xfb,0xe3,0xee,0xeb,0xcb,0xde,0xd5,0xbd,0xda,0xcb,\r
-0xb6,0xdf,0xca,0xaa,0xdf,0xc4,0x9c,0xdc,0xb9,0x8f,0xdb,0xb2,0x84,0xda,0xaa,\r
-0x6c,0xc8,0x95,0x5b,0xbc,0x84,0x5b,0xc1,0x87,0x60,0xc7,0x8d,0x5f,0xc7,0x8a,\r
-0x5d,0xc5,0x88,0x69,0xc4,0x8c,0x6e,0xaf,0x81,0x82,0xbc,0x93,0x7f,0xc3,0x9a,\r
-0x6e,0xbd,0x92,0x64,0xba,0x90,0x6a,0xc3,0x98,0x73,0xc3,0x9e,0x77,0xba,0x9a,\r
-0x9e,0xcf,0xb3,0xce,0xf2,0xda,0xeb,0xff,0xf3,0xe8,0xff,0xf3,0xd8,0xfe,0xec,\r
-0xb5,0xe6,0xd2,0x87,0xc4,0xb0,0x67,0xb2,0x96,0x68,0xc2,0x97,0x61,0xc6,0x93,\r
-0x62,0xc5,0x93,0x5f,0xc2,0x90,0x5a,0xbd,0x8b,0x57,0xba,0x88,0x55,0xb8,0x86,\r
-0x54,0xb7,0x85,0x59,0xba,0x88,0x5f,0xc0,0x8e,0x64,0xc5,0x93,0x64,0xc5,0x93,\r
-0x5e,0xbf,0x8d,0x5a,0xbb,0x89,0x59,0xba,0x88,0x58,0xbd,0x89,0x57,0xc5,0x8b,\r
-0x5a,0xca,0x90,0x65,0xcd,0x98,0x65,0xc3,0x94,0x5e,0xaf,0x88,0x6a,0xaf,0x8e,\r
-0x9b,0xd2,0xb9,0xcc,0xf9,0xe6,0xe2,0xff,0xf7,0xec,0xff,0xfc,0xf1,0xff,0xff,\r
-0xed,0xfa,0xf8,0xf2,0xfc,0xfc,0xf6,0xff,0xff,0xf0,0xf8,0xf8,0xd2,0xea,0xe0,\r
-0x93,0xc6,0xaa,0x7d,0xc2,0x9d,0x6f,0xb8,0x92,0x65,0xb4,0x8b,0x62,0xb8,0x8e,\r
-0x64,0xc1,0x94,0x63,0xc6,0x98,0x5e,0xc9,0x98,0x55,0xc2,0x91,0x54,0xc3,0x8f,\r
-0x54,0xc3,0x8f,0x55,0xc3,0x8f,0x57,0xc3,0x8e,0x57,0xc3,0x8e,0x59,0xc3,0x8e,\r
-0x59,0xc3,0x8e,0x59,0xc5,0x91,0x61,0xc7,0x97,0x66,0xc1,0x94,0x64,0xaf,0x89,\r
-0x7c,0xb5,0x96,0xb9,0xe1,0xc8,0xec,0xff,0xf2,0xf4,0xfd,0xf3,0xff,0xfe,0xfa,\r
-0xff,0xfe,0xfd,0xff,0xfd,0xfe,0xff,0xff,0xff,0xfb,0xff,0xff,0xf7,0xff,0xfe,\r
-0xf2,0xff,0xfe,0xe6,0xff,0xf2,0xb2,0xf2,0xb7,0x68,0xb4,0x6c,0x5f,0xa0,0x62,\r
-0x4d,0x85,0x50,0x7d,0xa7,0x7e,0xef,0xff,0xee,0xf8,0xff,0xf5,0xfb,0xff,0xf7,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfe,0xfe,0xfe,0xfd,0xff,0xfc,0xfe,0xff,0xfa,0xff,0xfe,0xf9,0xff,0xfd,\r
-0xf2,0xfe,0xf8,0xf2,0xff,0xf7,0xef,0xff,0xf4,0xd5,0xf6,0xdb,0x69,0x91,0x6e,\r
-0x83,0xb1,0x87,0xcd,0xfe,0xd0,0xe3,0xff,0xe6,0xf3,0xff,0xf5,0xfa,0xff,0xfc,\r
-0xfb,0xff,0xfe,0xfd,0xff,0xff,0xff,0xfe,0xff,0xfe,0xfd,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfd,0xff,0xdc,0xd8,0xdd,0x07,0x06,0x08,0x05,0x07,0x07,\r
-0x8c,0x91,0x8f,0xab,0xb3,0xac,0x00,0x04,0x00,0x90,0x96,0x95,0x9a,0x95,0xa4,\r
-0x49,0x40,0x54,0x23,0x19,0x2a,0xbf,0xb9,0xc4,0xfa,0xff,0xff,0xe7,0xfd,0xf8,\r
-0xb3,0xde,0xcf,0x73,0xb7,0x9e,0x69,0xc4,0xa3,0x56,0xc0,0x9b,0x53,0xc2,0x9c,\r
-0x55,0xbf,0x9a,0x5d,0xb8,0x97,0x79,0xc5,0xa6,0xa0,0xda,0xc1,0xb4,0xe3,0xcd,\r
-0xb0,0xd9,0xca,0xa9,0xd2,0xc3,0x9b,0xcc,0xb8,0x8c,0xc7,0xab,0x79,0xc0,0x9f,\r
-0x68,0xbc,0x92,0x5e,0xbe,0x8f,0x5c,0xc5,0x92,0x5a,0xc8,0x94,0x56,0xc1,0x90,\r
-0x61,0xc2,0x96,0x6a,0xba,0x95,0x76,0xb3,0x97,0xab,0xd5,0xc3,0xe3,0xfb,0xef,\r
-0xe7,0xfc,0xf4,0xdf,0xfd,0xf8,0xb9,0xe2,0xdb,0x8b,0xb9,0xad,0x79,0xb0,0x9f,\r
-0x80,0xc1,0xab,0x71,0xbe,0xa2,0x5e,0xb5,0x93,0x61,0xc2,0x9a,0x5d,0xc9,0x9b,\r
-0x4f,0xc0,0x8e,0x47,0xbd,0x88,0x4d,0xc5,0x8e,0x50,0xcb,0x93,0x4d,0xc8,0x8e,\r
-0x4a,0xc5,0x8b,0x53,0xc5,0x8f,0x66,0xc6,0x97,0x69,0xc4,0x97,0x5d,0xbf,0x93,\r
-0x50,0xbb,0x90,0x4f,0xbd,0x93,0x58,0xc2,0x99,0x62,0xc0,0x9d,0x6e,0xba,0x9b,\r
-0x89,0xc0,0xa7,0xc9,0xee,0xda,0xed,0xff,0xf7,0xef,0xff,0xf5,0xed,0xff,0xf8,\r
-0xe2,0xff,0xf4,0xbc,0xe5,0xd6,0x8f,0xcc,0xb2,0x65,0xba,0x8d,0x59,0xbe,0x86,\r
-0x5c,0xbf,0x87,0x5d,0xc2,0x8a,0x62,0xc7,0x8f,0x67,0xcc,0x94,0x6a,0xcf,0x97,\r
-0x6b,0xd0,0x98,0x5e,0xc3,0x8b,0x5d,0xc2,0x8a,0x5d,0xc2,0x8a,0x60,0xc5,0x8d,\r
-0x63,0xc8,0x90,0x65,0xca,0x92,0x63,0xc8,0x90,0x60,0xc7,0x8e,0x57,0xc1,0x86,\r
-0x59,0xc2,0x89,0x5d,0xbf,0x89,0x61,0xbc,0x8b,0x70,0xbe,0x95,0x91,0xd3,0xb0,\r
-0xba,0xf1,0xd6,0xdd,0xff,0xf3,0xe2,0xff,0xf6,0xea,0xff,0xf9,0xef,0xff,0xfc,\r
-0xef,0xff,0xfa,0xf1,0xff,0xfa,0xf3,0xff,0xfc,0xf3,0xff,0xfc,0xec,0xff,0xf8,\r
-0xc3,0xf3,0xd6,0xaa,0xe9,0xc2,0x90,0xd3,0xac,0x7b,0xc3,0x99,0x6c,0xbb,0x90,\r
-0x63,0xb8,0x8c,0x5d,0xb8,0x8b,0x59,0xb9,0x8a,0x5e,0xc1,0x91,0x5c,0xc1,0x8e,\r
-0x5b,0xc0,0x8d,0x5a,0xbf,0x8b,0x5b,0xbf,0x8b,0x5c,0xc0,0x8c,0x5f,0xc1,0x8b,\r
-0x60,0xc2,0x8c,0x5c,0xc1,0x8d,0x5f,0xc0,0x8e,0x67,0xbf,0x91,0x6d,0xb6,0x8e,\r
-0x7f,0xbb,0x99,0xb4,0xdf,0xc4,0xe6,0xff,0xee,0xf4,0xff,0xf7,0xf8,0xff,0xf6,\r
-0xfc,0xff,0xf8,0xfc,0xff,0xfa,0xfb,0xff,0xfb,0xf6,0xff,0xfb,0xf2,0xff,0xfa,\r
-0xf0,0xff,0xfa,0xe6,0xff,0xef,0xb9,0xf8,0xc0,0x6e,0xb5,0x72,0x68,0xa8,0x6c,\r
-0x50,0x85,0x53,0x6e,0x96,0x6d,0xef,0xff,0xee,0xf6,0xff,0xf3,0xfb,0xff,0xf7,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfe,0xfe,0xfe,0xfd,0xff,0xfc,0xfe,0xff,0xfc,0xfe,0xfe,0xf9,0xff,0xfd,\r
-0xf6,0xff,0xfc,0xef,0xff,0xf5,0xe9,0xff,0xef,0xe9,0xff,0xee,0x8c,0xb1,0x8f,\r
-0x72,0x9e,0x77,0xb7,0xe5,0xba,0xe0,0xff,0xe2,0xf4,0xff,0xf7,0xfb,0xff,0xfc,\r
-0xfd,0xff,0xfe,0xfc,0xff,0xfd,0xfe,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xfc,0xff,\r
-0xff,0xfb,0xff,0xea,0xe4,0xe9,0xfc,0xf6,0xfb,0x27,0x24,0x26,0x03,0x03,0x03,\r
-0xfc,0xff,0xfd,0xfa,0xff,0xfb,0x31,0x38,0x33,0x4a,0x4e,0x4f,0xfd,0xfa,0xff,\r
-0xbf,0xb9,0xcc,0x02,0x00,0x0a,0x3e,0x3a,0x45,0xf6,0xfb,0xfe,0xe7,0xfb,0xf6,\r
-0xd3,0xfc,0xed,0x82,0xc2,0xac,0x5f,0xb7,0x99,0x4e,0xb6,0x93,0x4d,0xbb,0x97,\r
-0x51,0xbd,0x99,0x52,0xb3,0x91,0x5c,0xb2,0x94,0x6c,0xb3,0x98,0x6d,0xae,0x95,\r
-0x72,0xb0,0x9a,0x76,0xb4,0x9c,0x73,0xb5,0x98,0x6b,0xb5,0x93,0x66,0xb7,0x90,\r
-0x65,0xbe,0x92,0x65,0xc6,0x94,0x61,0xc8,0x95,0x5d,0xc6,0x93,0x59,0xbd,0x8d,\r
-0x60,0xb9,0x8e,0x6d,0xb7,0x93,0x88,0xbf,0xa4,0xbe,0xe3,0xcf,0xee,0xff,0xf6,\r
-0xec,0xff,0xfa,0xdd,0xff,0xfc,0xbf,0xf5,0xe8,0x83,0xc1,0xaf,0x64,0xa9,0x94,\r
-0x71,0xc0,0xa5,0x69,0xc2,0xa1,0x58,0xbb,0x95,0x61,0xcc,0xa1,0x50,0xc2,0x93,\r
-0x47,0xc0,0x8d,0x45,0xc1,0x8d,0x48,0xc7,0x90,0x49,0xc8,0x91,0x44,0xc3,0x8b,\r
-0x42,0xc1,0x8a,0x48,0xc2,0x8c,0x5a,0xc7,0x96,0x55,0xc2,0x92,0x4d,0xc0,0x8f,\r
-0x4e,0xc4,0x94,0x4f,0xc6,0x99,0x53,0xc3,0x99,0x5d,0xbd,0x98,0x6a,0xb9,0x98,\r
-0x81,0xb8,0x9d,0xc9,0xed,0xd7,0xf1,0xff,0xf5,0xf3,0xff,0xf2,0xf0,0xff,0xf1,\r
-0xf0,0xff,0xf4,0xe2,0xfc,0xee,0xcd,0xf9,0xe2,0x95,0xdf,0xb5,0x7f,0xd9,0xa4,\r
-0x6f,0xc9,0x94,0x64,0xbe,0x89,0x5f,0xb9,0x84,0x5d,0xb9,0x84,0x5d,0xb9,0x84,\r
-0x5c,0xb8,0x83,0x6c,0xc8,0x93,0x67,0xc3,0x8e,0x63,0xbf,0x8a,0x62,0xbe,0x89,\r
-0x64,0xc0,0x8b,0x63,0xc1,0x8b,0x61,0xbf,0x89,0x5e,0xbc,0x86,0x60,0xbd,0x8a,\r
-0x63,0xbe,0x8d,0x6e,0xc1,0x94,0x84,0xd0,0xa7,0xaa,0xec,0xc9,0xcd,0xff,0xe8,\r
-0xd9,0xff,0xf0,0xd6,0xfa,0xe9,0xe7,0xff,0xf6,0xea,0xff,0xf8,0xf1,0xff,0xfc,\r
-0xf3,0xff,0xfc,0xf3,0xff,0xfc,0xf2,0xff,0xfb,0xf2,0xff,0xfa,0xef,0xff,0xf9,\r
-0xe4,0xff,0xf2,0xdc,0xff,0xeb,0xc8,0xfa,0xda,0xb2,0xea,0xc7,0x9d,0xda,0xb8,\r
-0x89,0xce,0xa9,0x7a,0xc3,0x9d,0x6f,0xbd,0x94,0x6e,0xc0,0x96,0x6c,0xbe,0x93,\r
-0x6a,0xbc,0x91,0x69,0xbb,0x90,0x6b,0xbb,0x90,0x6c,0xbd,0x90,0x6f,0xbe,0x92,\r
-0x71,0xc0,0x94,0x6b,0xbe,0x91,0x6a,0xbc,0x91,0x7a,0xc3,0x9b,0x8a,0xca,0xa6,\r
-0x9b,0xcf,0xb1,0xbb,0xe3,0xca,0xdd,0xf9,0xe6,0xeb,0xfe,0xef,0xf6,0xff,0xf7,\r
-0xf9,0xff,0xf8,0xf9,0xff,0xfa,0xfa,0xff,0xfb,0xf6,0xff,0xfb,0xf3,0xff,0xfa,\r
-0xf2,0xff,0xf8,0xe8,0xff,0xef,0xc4,0xfe,0xc8,0x74,0xb8,0x77,0x71,0xac,0x72,\r
-0x53,0x85,0x55,0x68,0x8f,0x69,0xf1,0xff,0xf0,0xf7,0xff,0xf4,0xfd,0xff,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfe,0xfe,0xfe,0xfd,0xff,0xfc,0xfe,0xff,0xfc,0xfe,0xfe,0xf9,0xff,0xfd,\r
-0xf8,0xff,0xfc,0xf0,0xff,0xf5,0xe8,0xfe,0xec,0xe9,0xff,0xed,0xbc,0xde,0xc0,\r
-0x6a,0x90,0x6c,0x96,0xc2,0x9b,0xe1,0xff,0xe4,0xf3,0xff,0xf6,0xfa,0xff,0xfa,\r
-0xfc,0xff,0xfb,0xfc,0xff,0xfd,0xfe,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xa1,0x9c,0x9e,0x09,0x06,0x08,\r
-0x9d,0x9b,0x9b,0xff,0xff,0xfe,0xb4,0xb7,0xb5,0x00,0x05,0x04,0xd7,0xde,0xe1,\r
-0xec,0xf3,0xf6,0x4d,0x52,0x53,0x04,0x0b,0x08,0xb8,0xc8,0xbd,0xec,0xff,0xf5,\r
-0xdd,0xff,0xf2,0x91,0xd6,0xb5,0x64,0xbd,0x95,0x51,0xbd,0x8f,0x52,0xc6,0x97,\r
-0x57,0xcd,0x9d,0x57,0xc7,0x98,0x5e,0xc4,0x9a,0x67,0xc3,0x9a,0x60,0xb7,0x91,\r
-0x65,0xbe,0x97,0x6b,0xc4,0x9d,0x6b,0xc5,0x9a,0x65,0xc0,0x93,0x61,0xc0,0x8e,\r
-0x5f,0xc4,0x8d,0x5e,0xc5,0x8c,0x59,0xc2,0x89,0x56,0xbf,0x86,0x55,0xba,0x83,\r
-0x61,0xba,0x89,0x79,0xc2,0x9a,0xa0,0xd9,0xb8,0xd1,0xfa,0xdf,0xef,0xff,0xf5,\r
-0xe8,0xff,0xf1,0xdc,0xff,0xf7,0xcf,0xff,0xf1,0x96,0xd5,0xbb,0x64,0xaa,0x8b,\r
-0x67,0xb4,0x92,0x64,0xbc,0x94,0x55,0xb4,0x88,0x58,0xbe,0x8e,0x56,0xc4,0x90,\r
-0x54,0xc4,0x8e,0x53,0xc5,0x8f,0x52,0xc7,0x90,0x51,0xc6,0x8f,0x4e,0xc3,0x8a,\r
-0x4e,0xc3,0x8c,0x54,0xc5,0x8c,0x52,0xbe,0x89,0x4f,0xbb,0x86,0x4d,0xbf,0x89,\r
-0x52,0xc6,0x91,0x54,0xc8,0x93,0x56,0xc1,0x90,0x63,0xbe,0x91,0x75,0xbe,0x96,\r
-0x7e,0xb1,0x8f,0xbe,0xdd,0xc0,0xf0,0xff,0xe8,0xfd,0xff,0xf0,0xfd,0xff,0xf1,\r
-0xf7,0xff,0xee,0xf1,0xff,0xed,0xec,0xff,0xf1,0xda,0xff,0xed,0xc1,0xff,0xdd,\r
-0xac,0xef,0xc8,0x98,0xdb,0xb4,0x8a,0xcd,0xa6,0x7e,0xc4,0x9c,0x77,0xbd,0x95,\r
-0x73,0xb9,0x91,0x74,0xbb,0x93,0x74,0xbb,0x93,0x71,0xba,0x92,0x71,0xba,0x92,\r
-0x73,0xbc,0x94,0x73,0xbf,0x96,0x77,0xc3,0x9a,0x7b,0xc4,0x9c,0x87,0xcc,0xa7,\r
-0x9f,0xde,0xbe,0xb6,0xf0,0xd3,0xc6,0xfb,0xe0,0xd8,0xff,0xee,0xe4,0xff,0xf8,\r
-0xea,0xff,0xf9,0xea,0xff,0xf7,0xf3,0xff,0xfe,0xf2,0xfd,0xfb,0xf5,0xfd,0xfc,\r
-0xfa,0xff,0xff,0xfa,0xff,0xff,0xf6,0xfe,0xfd,0xf4,0xfa,0xf9,0xf0,0xfc,0xf6,\r
-0xf3,0xff,0xf8,0xee,0xff,0xf4,0xeb,0xff,0xf3,0xe6,0xff,0xf0,0xdc,0xff,0xed,\r
-0xd2,0xfc,0xe5,0xc6,0xf4,0xdd,0xbd,0xf0,0xd5,0xb2,0xe7,0xcc,0xae,0xe5,0xca,\r
-0xac,0xe3,0xc8,0xab,0xe3,0xc6,0xad,0xe3,0xc6,0xb0,0xe3,0xc7,0xb2,0xe5,0xc9,\r
-0xb4,0xe8,0xca,0xc6,0xff,0xe0,0xbf,0xf7,0xda,0xca,0xfd,0xe2,0xdb,0xff,0xf0,\r
-0xe2,0xff,0xf3,0xea,0xff,0xf8,0xf1,0xff,0xf9,0xf4,0xff,0xfb,0xf6,0xff,0xfa,\r
-0xf9,0xff,0xfd,0xfa,0xff,0xfd,0xfb,0xff,0xfe,0xfb,0xff,0xfe,0xf9,0xff,0xfd,\r
-0xf7,0xff,0xfb,0xed,0xff,0xf2,0xcd,0xff,0xcf,0x79,0xb7,0x7b,0x6e,0xa6,0x71,\r
-0x56,0x85,0x57,0x78,0x9c,0x78,0xf1,0xff,0xf1,0xf6,0xff,0xf5,0xfd,0xff,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfe,\r
-0xff,0xfe,0xfe,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfc,0xfe,0xfe,0xfa,0xff,0xfd,\r
-0xf2,0xfc,0xf6,0xf6,0xff,0xf9,0xf1,0xff,0xf5,0xe9,0xff,0xec,0xdc,0xfb,0xe0,\r
-0x75,0x97,0x78,0x7b,0xa3,0x80,0xd5,0xf4,0xd7,0xf3,0xff,0xf4,0xf8,0xff,0xf8,\r
-0xfb,0xff,0xfa,0xfb,0xff,0xfa,0xfe,0xff,0xfd,0xff,0xfe,0xfe,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xe4,0xdd,0xe0,0xfb,0xf6,0xf8,0x60,0x5b,0x5d,\r
-0x15,0x13,0x13,0x4f,0x4d,0x4d,0x5e,0x5c,0x5c,0x00,0x02,0x02,0x7a,0x83,0x80,\r
-0xf6,0xff,0xfc,0x88,0x93,0x8b,0x05,0x0f,0x03,0xa4,0xb4,0xa2,0xe9,0xff,0xeb,\r
-0xe3,0xff,0xee,0xb2,0xef,0xc9,0x6d,0xbe,0x91,0x5b,0xba,0x88,0x56,0xbf,0x8c,\r
-0x55,0xc3,0x8f,0x54,0xbf,0x8e,0x5b,0xc1,0x91,0x67,0xc5,0x96,0x63,0xbe,0x91,\r
-0x5d,0xbb,0x92,0x5e,0xbe,0x95,0x61,0xbe,0x91,0x60,0xbc,0x8d,0x60,0xbb,0x8a,\r
-0x63,0xbf,0x8c,0x66,0xc2,0x8d,0x67,0xc3,0x8e,0x6d,0xc6,0x94,0x77,0xcb,0x9b,\r
-0x87,0xd1,0xa7,0xa4,0xe2,0xbe,0xca,0xfa,0xdd,0xe8,0xff,0xf2,0xf1,0xff,0xf5,\r
-0xe9,0xfe,0xef,0xdd,0xff,0xec,0xdc,0xff,0xf1,0xb5,0xe5,0xcb,0x86,0xbc,0x9f,\r
-0x7e,0xb9,0x9a,0x80,0xc2,0x9f,0x77,0xc0,0x98,0x71,0xc0,0x95,0x6b,0xbe,0x91,\r
-0x68,0xc0,0x92,0x68,0xc0,0x92,0x69,0xc1,0x93,0x66,0xc0,0x92,0x67,0xc1,0x93,\r
-0x6b,0xc3,0x95,0x6f,0xc4,0x97,0x77,0xcb,0x9b,0x77,0xcb,0x9b,0x73,0xce,0x9d,\r
-0x74,0xd0,0xa1,0x74,0xd0,0xa1,0x79,0xce,0xa2,0x88,0xd1,0xa9,0x9b,0xd5,0xb2,\r
-0xb2,0xd8,0xba,0xd2,0xe9,0xcd,0xed,0xf7,0xe0,0xff,0xff,0xef,0xff,0xff,0xf2,\r
-0xfd,0xff,0xf0,0xf4,0xff,0xeb,0xf3,0xff,0xf2,0xe8,0xff,0xf4,0xe3,0xff,0xf4,\r
-0xde,0xff,0xf1,0xda,0xff,0xed,0xd6,0xff,0xe9,0xd0,0xfc,0xe5,0xcc,0xf8,0xe1,\r
-0xc7,0xf5,0xde,0xae,0xdc,0xc5,0xb0,0xe0,0xc8,0xb3,0xe3,0xcb,0xb2,0xe4,0xcc,\r
-0xb2,0xe6,0xce,0xb6,0xea,0xd2,0xbb,0xf2,0xd9,0xc5,0xf6,0xe0,0xca,0xf4,0xe2,\r
-0xdd,0xff,0xf2,0xe6,0xff,0xf9,0xea,0xff,0xfb,0xea,0xff,0xf9,0xf2,0xff,0xfd,\r
-0xf6,0xff,0xff,0xfa,0xff,0xff,0xfd,0xfe,0xff,0xfd,0xfb,0xff,0xfa,0xf6,0xfc,\r
-0xfd,0xf9,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xff,0xfd,0xfc,0xfe,\r
-0xfb,0xf9,0xf8,0xfa,0xfb,0xf7,0xfb,0xff,0xfa,0xfa,0xff,0xfc,0xf4,0xff,0xfc,\r
-0xf1,0xff,0xfc,0xed,0xff,0xfb,0xec,0xff,0xfb,0xea,0xff,0xfb,0xea,0xff,0xfb,\r
-0xe9,0xff,0xf8,0xe8,0xff,0xf7,0xe8,0xff,0xf7,0xeb,0xff,0xf8,0xec,0xff,0xf8,\r
-0xec,0xff,0xf8,0xea,0xff,0xf8,0xe1,0xfe,0xef,0xe5,0xff,0xf2,0xec,0xff,0xfa,\r
-0xec,0xff,0xf9,0xf1,0xff,0xfc,0xf5,0xff,0xfe,0xef,0xf7,0xf6,0xf8,0xfd,0xfe,\r
-0xfc,0xfe,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfd,0xff,0xf4,0xff,0xf6,0xd2,0xfe,0xd5,0x7f,0xb7,0x82,0x6b,0x9d,0x6d,\r
-0x62,0x8c,0x63,0xa0,0xbf,0xa0,0xef,0xff,0xee,0xf7,0xff,0xf4,0xfd,0xff,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfc,0xfe,0xfe,0xfa,0xff,0xfd,\r
-0xf5,0xfc,0xf7,0xf8,0xff,0xf9,0xf4,0xff,0xf7,0xee,0xff,0xf1,0xe7,0xff,0xeb,\r
-0x9f,0xbe,0xa3,0x75,0x97,0x79,0xb0,0xcd,0xb3,0xf1,0xff,0xf3,0xf7,0xfe,0xf7,\r
-0xf9,0xfd,0xf8,0xfb,0xff,0xfa,0xfe,0xff,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xfb,0xf6,0xf8,0xff,0xfe,0xff,0xff,0xfe,0xff,0xf8,0xf3,0xf5,\r
-0x7d,0x78,0x7a,0x04,0x00,0x01,0x17,0x12,0x14,0x08,0x08,0x08,0x33,0x3b,0x34,\r
-0xe8,0xf1,0xe7,0x88,0x8e,0x83,0x51,0x56,0x47,0xbf,0xc5,0xb2,0xeb,0xf9,0xe1,\r
-0xf1,0xff,0xed,0xe6,0xff,0xea,0x89,0xc1,0x98,0x77,0xbc,0x8f,0x6f,0xbf,0x90,\r
-0x6d,0xc2,0x90,0x67,0xbb,0x8b,0x6c,0xbd,0x8e,0x75,0xc3,0x94,0x71,0xbd,0x93,\r
-0x78,0xcb,0xa5,0x78,0xca,0xa7,0x7e,0xcb,0xa9,0x88,0xd0,0xac,0x8e,0xd3,0xae,\r
-0x92,0xd5,0xb0,0x9b,0xdc,0xb5,0xa1,0xe2,0xbb,0xa9,0xe7,0xc3,0xb7,0xf0,0xcf,\r
-0xc2,0xf5,0xd9,0xd2,0xfc,0xe5,0xea,0xff,0xf7,0xf3,0xff,0xf9,0xf8,0xff,0xf9,\r
-0xf8,0xfc,0xf7,0xf9,0xff,0xf9,0xfa,0xff,0xf9,0xef,0xfd,0xf1,0xda,0xeb,0xdd,\r
-0xd0,0xe6,0xd4,0xd3,0xee,0xda,0xd0,0xf2,0xda,0xca,0xef,0xd5,0xd5,0xfe,0xe3,\r
-0xd4,0xff,0xe3,0xd5,0xff,0xe5,0xd5,0xff,0xe5,0xd6,0xff,0xe7,0xd8,0xff,0xe9,\r
-0xdb,0xff,0xea,0xdc,0xff,0xe9,0xdd,0xff,0xe7,0xdf,0xff,0xe7,0xda,0xff,0xe7,\r
-0xd3,0xff,0xe6,0xd2,0xff,0xe6,0xd7,0xff,0xeb,0xe1,0xff,0xef,0xe9,0xff,0xf1,\r
-0xf0,0xff,0xf0,0xf9,0xff,0xf3,0xfc,0xfc,0xf0,0xfd,0xfb,0xf0,0xff,0xff,0xf8,\r
-0xfb,0xff,0xf6,0xf4,0xfe,0xf2,0xf8,0xff,0xf9,0xf2,0xfb,0xf8,0xf5,0xfd,0xfc,\r
-0xf6,0xff,0xff,0xf6,0xff,0xff,0xf4,0xff,0xff,0xf3,0xff,0xfe,0xf0,0xfe,0xfc,\r
-0xed,0xfe,0xfb,0xeb,0xfe,0xfb,0xe9,0xfe,0xfb,0xe9,0xfe,0xfb,0xe8,0xff,0xfb,\r
-0xe5,0xfe,0xfa,0xe7,0xff,0xfc,0xea,0xff,0xff,0xec,0xff,0xff,0xf3,0xff,0xff,\r
-0xf6,0xff,0xff,0xf6,0xfd,0xff,0xf8,0xfb,0xff,0xfe,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xf9,0xff,0xff,0xf5,0xff,0xff,0xf9,0xff,0xff,0xf8,0xff,0xff,0xf5,0xff,\r
-0xff,0xf3,0xff,0xff,0xf7,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,0xff,0xf9,0xff,\r
-0xff,0xfa,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf7,0xff,0xfe,0xf6,0xfd,\r
-0xfc,0xf8,0xfe,0xf9,0xf9,0xff,0xf9,0xfc,0xff,0xf6,0xf9,0xfd,0xf5,0xfa,0xfd,\r
-0xf5,0xfa,0xfd,0xf5,0xfa,0xfd,0xf5,0xfa,0xfd,0xf6,0xf9,0xfd,0xf6,0xf9,0xfd,\r
-0xf8,0xf9,0xfd,0xfd,0xff,0xff,0xf8,0xfa,0xfb,0xfb,0xfc,0xff,0xfb,0xfe,0xff,\r
-0xf6,0xf9,0xfe,0xfb,0xfd,0xff,0xfb,0xfd,0xff,0xfb,0xfa,0xff,0xfd,0xfa,0xff,\r
-0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xf9,0xff,\r
-0xff,0xf9,0xff,0xfd,0xfe,0xfa,0xde,0xff,0xdf,0x8d,0xbc,0x8e,0x6f,0x99,0x70,\r
-0x78,0x9c,0x78,0xd4,0xef,0xd5,0xf0,0xff,0xf0,0xf7,0xff,0xf5,0xff,0xff,0xfc,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfc,0xfe,0xfe,0xfc,0xff,0xfd,\r
-0xfb,0xff,0xfc,0xfa,0xff,0xfb,0xef,0xfd,0xf1,0xf3,0xff,0xf6,0xec,0xff,0xef,\r
-0xcb,0xe8,0xcf,0x79,0x97,0x7e,0x8a,0xa4,0x8d,0xf2,0xfe,0xf2,0xf6,0xfd,0xf6,\r
-0xf9,0xfd,0xf8,0xfa,0xfe,0xf9,0xfc,0xff,0xfb,0xfd,0xff,0xfe,0xff,0xff,0xfe,\r
-0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xf3,0xf1,0xf1,0xf8,0xf6,0xf6,\r
-0xff,0xff,0xff,0xea,0xe8,0xe8,0xb8,0xb5,0xb7,0x93,0x91,0x91,0x8d,0x8e,0x8c,\r
-0xd9,0xda,0xd6,0xff,0xff,0xfb,0xff,0xff,0xf9,0xf3,0xed,0xe2,0xff,0xff,0xf5,\r
-0xf2,0xf6,0xe3,0xf4,0xff,0xec,0xe4,0xff,0xe5,0xd8,0xfe,0xe0,0xd8,0xff,0xe6,\r
-0xd9,0xff,0xea,0xd4,0xff,0xe6,0xd6,0xff,0xe8,0xdc,0xff,0xed,0xd6,0xff,0xeb,\r
-0xcb,0xff,0xec,0xc8,0xff,0xec,0xd0,0xff,0xef,0xdb,0xff,0xf3,0xe0,0xff,0xf2,\r
-0xdc,0xff,0xeb,0xde,0xfe,0xeb,0xe4,0xff,0xf3,0xe2,0xff,0xf1,0xea,0xff,0xf8,\r
-0xec,0xff,0xfb,0xec,0xfd,0xf9,0xf4,0xfc,0xfc,0xf6,0xf7,0xfb,0xfa,0xf3,0xfa,\r
-0xff,0xfa,0xff,0xff,0xf8,0xfe,0xff,0xf6,0xf9,0xff,0xfe,0xff,0xff,0xff,0xfe,\r
-0xfe,0xfc,0xfb,0xfd,0xfe,0xfa,0xfb,0xff,0xfb,0xfa,0xff,0xf9,0xf5,0xff,0xf6,\r
-0xf7,0xff,0xf8,0xf7,0xff,0xfa,0xf7,0xff,0xfa,0xf8,0xff,0xfc,0xf8,0xff,0xfc,\r
-0xfa,0xff,0xfe,0xf8,0xfe,0xf9,0xf8,0xfe,0xf3,0xfd,0xff,0xf7,0xfa,0xff,0xf8,\r
-0xf2,0xff,0xf6,0xf1,0xff,0xf9,0xf1,0xff,0xf9,0xf3,0xff,0xfb,0xee,0xfb,0xf3,\r
-0xf4,0xfa,0xf5,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xfd,0xfd,0xff,0xff,\r
-0xf9,0xff,0xfe,0xef,0xfb,0xfb,0xf6,0xff,0xff,0xfd,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfd,0xff,0xfe,0xfa,0xff,0xfb,0xf9,0xff,0xfc,0xfc,0xff,\r
-0xfb,0xfe,0xff,0xfa,0xfe,0xff,0xf8,0xfe,0xff,0xf7,0xfd,0xff,0xf4,0xfd,0xff,\r
-0xf2,0xfd,0xff,0xf2,0xfe,0xff,0xf1,0xfd,0xff,0xf3,0xfc,0xff,0xf4,0xf7,0xfc,\r
-0xf9,0xf7,0xfd,0xfe,0xf9,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xf3,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,\r
-0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xfe,0xf3,0xfd,\r
-0xff,0xf7,0xff,0xff,0xf8,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf8,0xff,\r
-0xff,0xf8,0xff,0xff,0xf9,0xff,0xff,0xfb,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xfd,0xfd,0xff,0xfd,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,\r
-0xff,0xfc,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,\r
-0xf9,0xf7,0xfd,0xfb,0xfb,0xff,0xfb,0xfe,0xff,0xf9,0xfc,0xff,0xf9,0xfc,0xff,\r
-0xfc,0xfc,0xff,0xfe,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfa,0xff,\r
-0xff,0xf9,0xff,0xff,0xfe,0xfa,0xe7,0xff,0xe8,0x9a,0xc4,0x9b,0x77,0x9b,0x77,\r
-0x8b,0xa9,0x8c,0xf3,0xff,0xf1,0xf5,0xff,0xf4,0xfb,0xff,0xf9,0xff,0xff,0xfc,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfe,0xfc,0xfe,0xfe,0xfe,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xff,0xfd,0xfc,0xff,0xfd,\r
-0xfb,0xff,0xfc,0xf4,0xfc,0xf5,0xf1,0xfc,0xf2,0xf6,0xff,0xf8,0xf3,0xff,0xf7,\r
-0xd8,0xee,0xdb,0x9c,0xb5,0xa1,0x70,0x84,0x71,0xdc,0xe7,0xdd,0xf1,0xf8,0xf1,\r
-0xf2,0xf9,0xf2,0xf3,0xfa,0xf3,0xfb,0xff,0xfb,0xf7,0xfd,0xf8,0xef,0xf5,0xf0,\r
-0xfb,0xff,0xfc,0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,0xfd,0xfc,0xff,0xfd,\r
-0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xfe,0xfe,0xff,0xfd,0xff,0xff,0xf6,0xff,\r
-0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf6,0xff,0xff,0xf7,0xff,\r
-0xff,0xf9,0xfe,0xff,0xfb,0xfc,0xff,0xfc,0xfc,0xff,0xfe,0xfa,0xfb,0xff,0xfa,\r
-0xf8,0xff,0xfa,0xf8,0xff,0xfa,0xf8,0xff,0xfa,0xf8,0xff,0xfa,0xf3,0xfe,0xfb,\r
-0xeb,0xfe,0xfb,0xec,0xfe,0xfd,0xf1,0xfd,0xfd,0xf8,0xfd,0xfe,0xfe,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xfd,0xff,0xff,0xfd,0xff,0xfb,0xf9,0xff,0xfc,0xf9,0xff,\r
-0xfc,0xf8,0xff,0xff,0xf8,0xff,0xff,0xf7,0xff,0xff,0xf7,0xff,0xff,0xf6,0xff,\r
-0xff,0xf5,0xff,0xff,0xf4,0xff,0xff,0xf5,0xff,0xff,0xf7,0xff,0xff,0xf8,0xff,\r
-0xff,0xf8,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,\r
-0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,\r
-0xff,0xf8,0xff,0xff,0xf9,0xff,0xff,0xf8,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,\r
-0xff,0xfb,0xff,0xfc,0xfc,0xff,0xfa,0xfd,0xff,0xf9,0xfc,0xff,0xfb,0xfc,0xff,\r
-0xfc,0xfb,0xff,0xfc,0xfa,0xff,0xfc,0xfa,0xff,0xfa,0xfa,0xff,0xf5,0xfb,0xff,\r
-0xf2,0xfb,0xff,0xee,0xfb,0xff,0xf2,0xfc,0xff,0xfe,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xfd,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xf8,0xff,0xff,0xf6,0xff,0xff,\r
-0xf6,0xff,0xff,0xf4,0xff,0xff,0xf4,0xff,0xff,0xf6,0xff,0xff,0xf8,0xfe,0xfd,\r
-0xf9,0xfe,0xfd,0xfc,0xff,0xfd,0xfc,0xff,0xfd,0xfe,0xff,0xfd,0xfe,0xff,0xfd,\r
-0xff,0xfe,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfa,0xfd,0xfe,0xfa,0xfb,0xff,0xfa,\r
-0xfa,0xff,0xfb,0xfa,0xff,0xfd,0xf9,0xff,0xfd,0xf9,0xff,0xfd,0xfa,0xff,0xfd,\r
-0xfc,0xfa,0xf9,0xff,0xfc,0xf8,0xfd,0xfb,0xfa,0xfc,0xfd,0xf9,0xfb,0xfe,0xfc,\r
-0xfa,0xff,0xfd,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xf8,0xff,0xfe,0xf8,0xff,0xfe,\r
-0xf8,0xff,0xfe,0xf8,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfa,0xff,0xfe,\r
-0xfb,0xff,0xfe,0xfe,0xfc,0xfb,0xff,0xfd,0xfc,0xfe,0xff,0xfb,0xfa,0xff,0xfb,\r
-0xf8,0xff,0xfc,0xf4,0xff,0xfc,0xf3,0xff,0xfc,0xf1,0xff,0xfc,0xf1,0xff,0xfc,\r
-0xf2,0xff,0xfb,0xf1,0xff,0xf9,0xf5,0xff,0xf9,0xfa,0xff,0xfb,0xfd,0xff,0xfc,\r
-0xff,0xff,0xfe,0xfb,0xff,0xf8,0xed,0xff,0xee,0x8a,0xab,0x89,0x90,0xae,0x91,\r
-0xe1,0xf9,0xe1,0xf3,0xff,0xf3,0xf1,0xfd,0xf1,0xfd,0xff,0xfb,0xff,0xff,0xfe,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfe,0xfc,0xfe,0xfe,0xfe,0xfe,0xfe,\r
-0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,\r
-0xfa,0xfe,0xf9,0xfa,0xff,0xfb,0xf7,0xff,0xf8,0xf5,0xff,0xf6,0xf4,0xff,0xf8,\r
-0xe8,0xfb,0xec,0xbc,0xcf,0xbe,0x8f,0xa0,0x92,0xb3,0xbc,0xb2,0xf3,0xfa,0xf3,\r
-0xfb,0xff,0xfb,0xf8,0xff,0xf9,0xf5,0xfd,0xf6,0xf8,0xff,0xf9,0xf8,0xff,0xf9,\r
-0xf5,0xff,0xf6,0xf8,0xff,0xf9,0xf8,0xff,0xf9,0xfa,0xff,0xfb,0xfa,0xff,0xfb,\r
-0xfa,0xff,0xfc,0xfb,0xff,0xfc,0xfa,0xff,0xfb,0xfc,0xfe,0xfe,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xf9,0xff,0xff,0xf9,0xff,0xff,0xf8,0xff,0xff,0xf9,0xff,\r
-0xff,0xf8,0xff,0xff,0xf8,0xff,0xff,0xf6,0xfd,0xff,0xf7,0xfd,0xff,0xf8,0xfe,\r
-0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xfa,0xff,0xfe,0xf8,0xff,0xfe,0xfd,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,\r
-0xff,0xfb,0xff,0xff,0xfa,0xfe,0xff,0xfa,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfc,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xf7,0xff,\r
-0xff,0xf8,0xff,0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfc,0xff,\r
-0xfe,0xfc,0xff,0xfd,0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,0xfb,0xfc,0xff,\r
-0xf9,0xfc,0xff,0xfb,0xfb,0xff,0xfc,0xfb,0xff,0xfc,0xfb,0xff,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xfb,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xfb,0xfe,0xff,0xfa,0xff,0xff,0xf8,0xfe,0xff,0xf8,0xfe,0xff,\r
-0xf5,0xfb,0xff,0xf3,0xfb,0xff,0xf3,0xfa,0xff,0xf2,0xfb,0xff,0xef,0xfc,0xff,\r
-0xeb,0xfc,0xff,0xeb,0xfe,0xff,0xee,0xff,0xff,0xf6,0xff,0xfa,0xfb,0xff,0xf7,\r
-0xfb,0xff,0xf7,0xfc,0xff,0xf8,0xfa,0xff,0xf8,0xf9,0xff,0xf8,0xfa,0xff,0xf9,\r
-0xf8,0xff,0xf9,0xf0,0xfe,0xf3,0xee,0xfe,0xf3,0xed,0xfe,0xf3,0xec,0xff,0xf4,\r
-0xec,0xff,0xf4,0xec,0xff,0xf4,0xeb,0xff,0xf5,0xeb,0xff,0xf4,0xf0,0xff,0xf6,\r
-0xf2,0xff,0xf4,0xf1,0xff,0xf3,0xf1,0xff,0xf2,0xf1,0xff,0xf1,0xf0,0xff,0xee,\r
-0xf0,0xff,0xee,0xf0,0xff,0xee,0xf0,0xff,0xee,0xf0,0xff,0xee,0xed,0xff,0xed,\r
-0xeb,0xff,0xed,0xea,0xff,0xed,0xe7,0xff,0xec,0xe7,0xff,0xec,0xe7,0xff,0xec,\r
-0xf3,0xff,0xf2,0xf3,0xff,0xf2,0xf2,0xff,0xf1,0xef,0xff,0xf0,0xee,0xff,0xf1,\r
-0xea,0xff,0xef,0xe9,0xff,0xee,0xe7,0xff,0xee,0xe9,0xff,0xf1,0xe8,0xff,0xf1,\r
-0xe9,0xff,0xf1,0xe9,0xff,0xf1,0xe9,0xff,0xf1,0xe9,0xff,0xf1,0xeb,0xff,0xf1,\r
-0xed,0xff,0xf1,0xf4,0xff,0xf3,0xf6,0xff,0xf2,0xf0,0xff,0xf0,0xec,0xff,0xef,\r
-0xe6,0xff,0xed,0xe1,0xff,0xe9,0xde,0xff,0xe8,0xdb,0xff,0xe6,0xd5,0xfc,0xe3,\r
-0xdc,0xff,0xe8,0xe4,0xff,0xee,0xec,0xff,0xf2,0xee,0xff,0xf3,0xe9,0xff,0xec,\r
-0xe5,0xf8,0xe5,0xde,0xf3,0xdd,0xc7,0xe2,0xc8,0xb0,0xcb,0xb1,0xcb,0xe3,0xcb,\r
-0xf0,0xff,0xf0,0xef,0xfc,0xee,0xf8,0xff,0xf7,0xfd,0xff,0xfc,0xfb,0xfb,0xfb,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,\r
-0xfd,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfc,0xfe,0xfe,\r
-0xfc,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xfe,0xff,0xfd,\r
-0xf9,0xfa,0xf6,0xfd,0xff,0xfc,0xfb,0xff,0xfc,0xf2,0xfa,0xf3,0xf6,0xff,0xf9,\r
-0xf6,0xff,0xf9,0xe0,0xee,0xe2,0xbc,0xca,0xbf,0x9e,0xa6,0x9f,0xe3,0xea,0xe5,\r
-0xfa,0xff,0xfb,0xea,0xf5,0xed,0xe2,0xf0,0xe5,0xf2,0xff,0xf6,0xf4,0xff,0xf7,\r
-0xf2,0xff,0xf6,0xed,0xff,0xf1,0xee,0xff,0xf2,0xf0,0xff,0xf3,0xf1,0xff,0xf4,\r
-0xf2,0xff,0xf6,0xf5,0xff,0xf7,0xf6,0xff,0xf9,0xf3,0xff,0xfc,0xec,0xfe,0xfd,\r
-0xea,0xfd,0xff,0xed,0xfe,0xff,0xf1,0xfe,0xff,0xf3,0xff,0xff,0xf7,0xff,0xff,\r
-0xfa,0xff,0xff,0xfb,0xff,0xff,0xf9,0xfe,0xfd,0xfb,0xfe,0xfc,0xfc,0xff,0xfd,\r
-0xfa,0xff,0xfd,0xfb,0xff,0xfe,0xfb,0xff,0xfc,0xfb,0xff,0xfe,0xf8,0xff,0xf9,\r
-0xf1,0xff,0xf0,0xef,0xff,0xec,0xf5,0xff,0xef,0xf9,0xff,0xef,0xfd,0xff,0xf1,\r
-0xff,0xff,0xf2,0xfd,0xff,0xf4,0xfa,0xff,0xf5,0xf2,0xff,0xf1,0xee,0xff,0xf4,\r
-0xec,0xff,0xf4,0xea,0xff,0xf4,0xec,0xff,0xf5,0xee,0xff,0xf5,0xf1,0xff,0xf5,\r
-0xef,0xff,0xf5,0xec,0xff,0xf7,0xea,0xff,0xf7,0xea,0xff,0xf7,0xe8,0xff,0xf5,\r
-0xe8,0xff,0xf4,0xe7,0xff,0xf1,0xe7,0xff,0xf1,0xe7,0xff,0xf1,0xe8,0xff,0xf2,\r
-0xe8,0xff,0xf4,0xea,0xff,0xf5,0xea,0xff,0xf7,0xea,0xff,0xf8,0xec,0xff,0xf8,\r
-0xec,0xff,0xf9,0xeb,0xff,0xf7,0xe7,0xff,0xee,0xe7,0xff,0xec,0xe7,0xff,0xee,\r
-0xe6,0xff,0xee,0xe5,0xff,0xed,0xe5,0xff,0xed,0xe5,0xff,0xee,0xe5,0xff,0xee,\r
-0xea,0xff,0xf3,0xe9,0xff,0xf2,0xe9,0xff,0xf4,0xe8,0xff,0xf3,0xe7,0xff,0xf2,\r
-0xe7,0xff,0xf3,0xe6,0xff,0xf2,0xe6,0xff,0xef,0xe7,0xff,0xeb,0xe9,0xff,0xe8,\r
-0xe8,0xff,0xe7,0xe8,0xff,0xe7,0xe5,0xff,0xe6,0xe4,0xff,0xe6,0xe3,0xff,0xe5,\r
-0xe1,0xff,0xe5,0xe6,0xff,0xea,0xe4,0xff,0xea,0xe4,0xff,0xea,0xe1,0xff,0xe9,\r
-0xe0,0xff,0xe8,0xde,0xff,0xe8,0xdd,0xff,0xe7,0xdd,0xff,0xe6,0xd8,0xff,0xdf,\r
-0xd8,0xff,0xde,0xd7,0xff,0xdd,0xd6,0xff,0xda,0xd6,0xff,0xd9,0xd4,0xff,0xd7,\r
-0xd3,0xff,0xd4,0xd2,0xff,0xd3,0xce,0xff,0xd1,0xcd,0xfe,0xd0,0xca,0xfe,0xcf,\r
-0xc7,0xfd,0xce,0xc6,0xfb,0xcf,0xc5,0xfa,0xce,0xc4,0xf9,0xcd,0xc4,0xf9,0xcd,\r
-0xbd,0xf0,0xc4,0xbc,0xef,0xc3,0xbb,0xee,0xc2,0xb9,0xec,0xc0,0xb7,0xe9,0xbf,\r
-0xb3,0xe8,0xbd,0xb2,0xe7,0xbc,0xb1,0xe6,0xbb,0xab,0xdf,0xb7,0xa9,0xde,0xb6,\r
-0xa8,0xdc,0xb4,0xa5,0xd9,0xb1,0xa2,0xd6,0xae,0xa0,0xd4,0xac,0xa0,0xd2,0xaa,\r
-0xa0,0xcf,0xa8,0xa1,0xca,0xa4,0xa2,0xc9,0xa3,0x9c,0xc8,0xa1,0x99,0xc7,0x9d,\r
-0x92,0xc4,0x9a,0x8d,0xc4,0x97,0x89,0xc2,0x95,0x86,0xc2,0x92,0x82,0xbd,0x90,\r
-0x81,0xbc,0x8f,0x80,0xb9,0x8c,0x7d,0xb2,0x87,0x7b,0xad,0x85,0x80,0xad,0x86,\r
-0x86,0xb1,0x8c,0x90,0xb5,0x93,0xbe,0xd8,0xc0,0xdb,0xef,0xdc,0xf4,0xff,0xf5,\r
-0xf8,0xff,0xf7,0xf1,0xfb,0xef,0xfb,0xff,0xfb,0xfd,0xff,0xfe,0xf9,0xf9,0xf9,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,\r
-0xfd,0xff,0xff,0xfd,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfc,0xfe,0xfe,\r
-0xfc,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xfb,0xfc,0xf8,0xff,0xff,0xfc,0xfc,0xff,0xfb,0xf5,0xfb,0xf6,0xf9,0xff,0xfb,\r
-0xf8,0xff,0xfb,0xf4,0xff,0xf7,0xe1,0xec,0xe4,0xaa,0xb4,0xae,0xcc,0xd6,0xd0,\r
-0xed,0xf8,0xf0,0xf6,0xff,0xf9,0xf4,0xff,0xf8,0xf1,0xff,0xf7,0xed,0xff,0xf3,\r
-0xea,0xff,0xef,0xea,0xff,0xf1,0xea,0xff,0xf1,0xea,0xff,0xf1,0xea,0xff,0xf1,\r
-0xec,0xff,0xf2,0xed,0xff,0xf3,0xed,0xff,0xf3,0xea,0xff,0xf5,0xe0,0xff,0xf5,\r
-0xdc,0xff,0xf6,0xde,0xff,0xf5,0xde,0xff,0xf5,0xe0,0xff,0xf5,0xe1,0xff,0xf5,\r
-0xe3,0xff,0xf5,0xe7,0xff,0xf5,0xe8,0xff,0xf3,0xeb,0xff,0xf3,0xea,0xff,0xf2,\r
-0xeb,0xff,0xf1,0xe9,0xff,0xed,0xe8,0xfe,0xec,0xe7,0xfd,0xeb,0xe2,0xff,0xe6,\r
-0xe3,0xff,0xe2,0xe3,0xff,0xde,0xe7,0xff,0xdf,0xea,0xff,0xdf,0xec,0xff,0xe2,\r
-0xec,0xff,0xe2,0xea,0xff,0xe5,0xe7,0xff,0xe5,0xe0,0xff,0xe5,0xdc,0xff,0xe4,\r
-0xd8,0xff,0xe4,0xd5,0xff,0xe2,0xd7,0xff,0xe2,0xd8,0xff,0xe0,0xd9,0xff,0xdf,\r
-0xd7,0xff,0xdf,0xd4,0xff,0xe1,0xd0,0xff,0xe0,0xd0,0xff,0xe0,0xcf,0xff,0xde,\r
-0xce,0xff,0xdb,0xcd,0xff,0xd9,0xce,0xff,0xd8,0xce,0xff,0xd8,0xc8,0xff,0xd2,\r
-0xc8,0xfe,0xd3,0xc7,0xfb,0xd3,0xc5,0xf9,0xd1,0xc3,0xf6,0xd0,0xc2,0xf5,0xd0,\r
-0xc0,0xf2,0xd0,0xbf,0xf2,0xcd,0xbf,0xf3,0xcb,0xbf,0xf4,0xc9,0xc0,0xf2,0xca,\r
-0xc0,0xef,0xc8,0xc1,0xee,0xc7,0xbf,0xec,0xc5,0xbf,0xeb,0xc4,0xbf,0xea,0xc5,\r
-0xb6,0xe1,0xbc,0xb5,0xe0,0xbb,0xb6,0xdf,0xba,0xb6,0xdc,0xb8,0xb6,0xd9,0xb7,\r
-0xb4,0xd7,0xb5,0xb5,0xd6,0xb4,0xb4,0xd5,0xb3,0xa8,0xcf,0xa9,0xa5,0xce,0xa8,\r
-0xa4,0xcd,0xa7,0xa2,0xcb,0xa5,0xa0,0xc9,0xa3,0x9c,0xc8,0xa1,0x9b,0xc7,0xa0,\r
-0x9a,0xc6,0x9f,0x8d,0xba,0x93,0x8c,0xb9,0x92,0x89,0xb8,0x91,0x87,0xb6,0x8f,\r
-0x85,0xb4,0x8d,0x81,0xb3,0x8b,0x82,0xb1,0x8a,0x7f,0xb1,0x87,0x76,0xab,0x7f,\r
-0x75,0xac,0x7d,0x76,0xad,0x7c,0x74,0xac,0x7b,0x73,0xac,0x79,0x73,0xad,0x77,\r
-0x72,0xac,0x75,0x70,0xad,0x75,0x6c,0xa9,0x71,0x6a,0xa9,0x71,0x69,0xa8,0x70,\r
-0x69,0xa7,0x71,0x66,0xa7,0x70,0x66,0xa6,0x72,0x65,0xa5,0x71,0x65,0xa5,0x71,\r
-0x65,0xa3,0x6d,0x65,0xa3,0x6d,0x66,0xa4,0x70,0x66,0xa4,0x70,0x66,0xa4,0x70,\r
-0x66,0xa4,0x70,0x66,0xa3,0x71,0x66,0xa3,0x71,0x69,0xa6,0x74,0x69,0xa6,0x74,\r
-0x68,0xa4,0x74,0x67,0xa3,0x73,0x66,0xa2,0x72,0x64,0xa0,0x70,0x66,0xa0,0x70,\r
-0x67,0x9e,0x6f,0x6c,0xa0,0x71,0x6c,0xa0,0x71,0x6b,0xa1,0x72,0x6a,0xa2,0x71,\r
-0x68,0xa3,0x71,0x67,0xa5,0x71,0x65,0xa5,0x71,0x63,0xa6,0x6f,0x65,0xa8,0x71,\r
-0x66,0xa6,0x72,0x66,0xa4,0x70,0x68,0xa3,0x71,0x71,0xa8,0x79,0x87,0xbc,0x90,\r
-0xa3,0xd5,0xab,0xbc,0xe6,0xc3,0xe3,0xfa,0xe4,0xf3,0xff,0xf4,0xf8,0xff,0xf8,\r
-0xfa,0xff,0xf9,0xfb,0xff,0xfb,0xfb,0xff,0xfa,0xfb,0xfb,0xfb,0xfe,0xfe,0xfe,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfc,0xfe,0xfe,\r
-0xfc,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xff,0xff,0xfe,0xfb,0xfc,0xfa,0xfa,0xfb,0xf9,0xfc,0xff,0xfd,0xfb,0xff,0xfe,\r
-0xf9,0xff,0xfd,0xf6,0xfd,0xfa,0xf4,0xfd,0xfa,0xec,0xf5,0xf2,0xe2,0xec,0xe6,\r
-0xe2,0xef,0xe7,0xe9,0xf9,0xee,0xe2,0xf6,0xe9,0xd3,0xed,0xdb,0xd4,0xf0,0xdc,\r
-0xda,0xfa,0xe1,0xde,0xff,0xe7,0xdd,0xff,0xe5,0xdb,0xfe,0xe3,0xd7,0xfa,0xdf,\r
-0xd4,0xf7,0xdd,0xd1,0xf4,0xda,0xd1,0xf1,0xd8,0xc9,0xf1,0xd5,0xc0,0xf3,0xd1,\r
-0xbb,0xf4,0xce,0xb7,0xf2,0xcc,0xb2,0xef,0xc9,0xaf,0xee,0xc7,0xac,0xeb,0xc4,\r
-0xab,0xe8,0xc2,0xae,0xe7,0xc1,0xae,0xe2,0xbd,0xaf,0xe2,0xbd,0xb2,0xe1,0xbb,\r
-0xb1,0xe0,0xba,0xaf,0xde,0xb8,0xae,0xdd,0xb7,0xad,0xdc,0xb6,0xa8,0xdd,0xb1,\r
-0x97,0xd2,0x98,0x96,0xd2,0x95,0x97,0xcf,0x94,0x97,0xcd,0x92,0x96,0xc8,0x92,\r
-0x93,0xc5,0x8f,0x8d,0xc2,0x90,0x89,0xc2,0x8f,0x85,0xc5,0x91,0x80,0xc4,0x8f,\r
-0x7a,0xc2,0x8d,0x77,0xc0,0x88,0x77,0xbc,0x83,0x75,0xb9,0x7e,0x77,0xb7,0x7c,\r
-0x76,0xb6,0x7b,0x6e,0xb2,0x79,0x6d,0xb2,0x79,0x6d,0xb1,0x78,0x6c,0xb0,0x75,\r
-0x6b,0xaf,0x74,0x6a,0xaf,0x72,0x6b,0xae,0x71,0x6b,0xae,0x71,0x6b,0xae,0x71,\r
-0x6b,0xae,0x71,0x6d,0xad,0x72,0x6c,0xac,0x71,0x6b,0xaa,0x72,0x6a,0xa8,0x72,\r
-0x6a,0xa8,0x74,0x69,0xa7,0x71,0x62,0xa3,0x6c,0x64,0xa3,0x6b,0x66,0xa3,0x6b,\r
-0x68,0xa2,0x6b,0x6a,0xa1,0x6a,0x6c,0xa0,0x6a,0x6e,0xa0,0x6a,0x6d,0x9e,0x6a,\r
-0x70,0xa1,0x6d,0x6f,0xa0,0x6c,0x70,0xa0,0x6c,0x71,0x9f,0x6b,0x72,0x9c,0x6c,\r
-0x76,0x9c,0x6c,0x76,0x9a,0x6b,0x76,0x9a,0x6c,0x72,0x9d,0x72,0x6f,0x9b,0x72,\r
-0x6f,0x9b,0x72,0x6e,0x9a,0x71,0x6d,0x99,0x70,0x6b,0x99,0x6f,0x6b,0x99,0x6f,\r
-0x6b,0x99,0x6f,0x74,0xa2,0x78,0x74,0xa2,0x78,0x73,0xa1,0x77,0x72,0xa0,0x76,\r
-0x72,0xa0,0x76,0x6f,0x9f,0x75,0x70,0x9e,0x74,0x6e,0x9e,0x74,0x6f,0xa1,0x77,\r
-0x6d,0xa2,0x77,0x6f,0xa2,0x76,0x6e,0xa3,0x77,0x6e,0xa4,0x75,0x6f,0xa6,0x75,\r
-0x6f,0xa7,0x74,0x6f,0xa9,0x73,0x6f,0xa9,0x73,0x6f,0xa8,0x75,0x6f,0xa8,0x75,\r
-0x70,0xa8,0x77,0x70,0xa7,0x78,0x71,0xa8,0x7b,0x71,0xa8,0x7b,0x72,0xa9,0x7c,\r
-0x7c,0xb6,0x86,0x7d,0xb8,0x86,0x7f,0xb7,0x86,0x81,0xb9,0x88,0x82,0xb9,0x8a,\r
-0x83,0xba,0x8b,0x84,0xbb,0x8c,0x86,0xbc,0x8d,0x8b,0xc0,0x94,0x8d,0xc2,0x96,\r
-0x8f,0xc4,0x99,0x93,0xc8,0x9d,0x97,0xcb,0xa3,0x9b,0xcf,0xa7,0x9f,0xd1,0xa9,\r
-0xa1,0xd3,0xab,0xa2,0xd4,0xac,0xa3,0xd5,0xad,0xa5,0xd7,0xad,0xa5,0xda,0xae,\r
-0xa7,0xdc,0xb0,0xaa,0xe0,0xb1,0xab,0xe1,0xb2,0xac,0xe2,0xb3,0xaf,0xe5,0xb6,\r
-0xb4,0xe9,0xbd,0xbd,0xef,0xc5,0xc2,0xf4,0xcc,0xc9,0xf8,0xd2,0xd5,0xff,0xdd,\r
-0xe2,0xff,0xec,0xea,0xff,0xf1,0xf4,0xff,0xf7,0xfa,0xff,0xf9,0xf3,0xfa,0xf3,\r
-0xf6,0xfa,0xf4,0xfd,0xff,0xfc,0xfc,0xfd,0xfb,0xf7,0xf7,0xf7,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,\r
-0xfb,0xff,0xff,0xfb,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfa,0xff,0xfe,0xfa,0xff,0xfe,0xfc,0xfe,0xfe,\r
-0xfc,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xff,0xff,0xfe,0xfa,0xf8,0xf7,0xfa,0xf8,0xf7,0xff,0xff,0xfe,0xfd,0xff,0xfe,\r
-0xf4,0xf9,0xf8,0xf3,0xf8,0xf7,0xf9,0xff,0xfe,0xf4,0xfc,0xfb,0xe2,0xed,0xea,\r
-0xd0,0xde,0xd8,0xb4,0xc5,0xba,0x90,0xa7,0x99,0x82,0x9e,0x8b,0x84,0xa6,0x8e,\r
-0x81,0xa7,0x8b,0x74,0x9d,0x7e,0x74,0x9f,0x7e,0x74,0x9f,0x7e,0x74,0x9f,0x7e,\r
-0x74,0x9e,0x7f,0x74,0x9e,0x7f,0x75,0x9e,0x7f,0x74,0x9f,0x7e,0x6f,0x9c,0x75,\r
-0x6b,0x9e,0x72,0x68,0x9f,0x72,0x65,0xa0,0x74,0x61,0xa0,0x74,0x61,0xa1,0x77,\r
-0x62,0xa1,0x77,0x64,0xa0,0x77,0x67,0x9f,0x76,0x6a,0x9e,0x76,0x6c,0x9e,0x74,\r
-0x6f,0x9f,0x75,0x6f,0x9f,0x75,0x70,0xa0,0x76,0x6e,0xa0,0x76,0x6c,0xa2,0x73,\r
-0x6f,0xa9,0x73,0x6f,0xa9,0x72,0x72,0xa8,0x73,0x74,0xa7,0x75,0x76,0xa6,0x76,\r
-0x74,0xa5,0x77,0x72,0xa5,0x79,0x6f,0xa6,0x79,0x63,0xa1,0x73,0x60,0xa1,0x73,\r
-0x5e,0xa3,0x71,0x61,0xa4,0x71,0x64,0xa5,0x6e,0x68,0xa5,0x6d,0x6d,0xa4,0x6d,\r
-0x6b,0xa4,0x6d,0x6b,0xa6,0x73,0x69,0xa6,0x74,0x69,0xa7,0x73,0x6a,0xa5,0x72,\r
-0x69,0xa5,0x6f,0x6b,0xa5,0x6e,0x6a,0xa4,0x6d,0x6a,0xa5,0x6b,0x73,0xad,0x76,\r
-0x73,0xad,0x76,0x75,0xae,0x77,0x76,0xb0,0x7a,0x79,0xb1,0x7c,0x79,0xb2,0x7f,\r
-0x7b,0xb3,0x82,0x7b,0xb3,0x82,0x89,0xc1,0x90,0x89,0xc1,0x90,0x8e,0xc2,0x92,\r
-0x94,0xc4,0x94,0x97,0xc5,0x96,0x9b,0xc7,0x98,0x9c,0xc8,0x99,0x9d,0xc9,0x9a,\r
-0xa8,0xd6,0xa8,0xa8,0xd6,0xa8,0xaa,0xd8,0xaa,0xad,0xd8,0xab,0xb3,0xda,0xad,\r
-0xb6,0xda,0xae,0xbb,0xdc,0xb0,0xbb,0xdb,0xb2,0xbf,0xe3,0xbf,0xbe,0xe3,0xc1,\r
-0xbf,0xe4,0xc4,0xc1,0xe6,0xc4,0xc2,0xe7,0xc7,0xc4,0xe9,0xc7,0xc5,0xea,0xca,\r
-0xc6,0xeb,0xc9,0xc6,0xeb,0xcb,0xc7,0xec,0xca,0xca,0xec,0xcd,0xcc,0xef,0xcd,\r
-0xcd,0xef,0xd0,0xcf,0xf2,0xd0,0xd0,0xf2,0xd3,0xcf,0xf4,0xd4,0xd0,0xf4,0xd6,\r
-0xcf,0xf5,0xd9,0xd0,0xf6,0xd8,0xd1,0xf8,0xd8,0xd0,0xfa,0xd7,0xd1,0xfc,0xd7,\r
-0xd2,0xfe,0xd7,0xd2,0xfe,0xd7,0xd2,0xfe,0xd7,0xd2,0xfe,0xd7,0xd5,0xfd,0xda,\r
-0xd6,0xfe,0xdb,0xd8,0xfe,0xe0,0xd9,0xff,0xe1,0xda,0xff,0xe4,0xda,0xff,0xe2,\r
-0xda,0xff,0xdf,0xd8,0xff,0xdf,0xda,0xff,0xdf,0xdb,0xff,0xe0,0xdb,0xff,0xe0,\r
-0xdd,0xff,0xe2,0xde,0xff,0xe3,0xe0,0xff,0xe3,0xdf,0xff,0xe3,0xe0,0xff,0xe4,\r
-0xe3,0xff,0xe7,0xe3,0xff,0xe9,0xe7,0xff,0xec,0xe7,0xff,0xee,0xea,0xff,0xef,\r
-0xe9,0xff,0xf0,0xe1,0xff,0xeb,0xdf,0xff,0xea,0xe0,0xff,0xeb,0xe2,0xff,0xec,\r
-0xe5,0xff,0xeb,0xe7,0xff,0xed,0xea,0xff,0xed,0xec,0xff,0xed,0xe8,0xff,0xea,\r
-0xec,0xff,0xf0,0xed,0xff,0xf1,0xed,0xff,0xf2,0xe9,0xff,0xf1,0xe7,0xfe,0xef,\r
-0xe5,0xfc,0xee,0xea,0xfb,0xf0,0xf2,0xfa,0xf3,0xfd,0xff,0xfc,0xfb,0xff,0xfa,\r
-0xf7,0xf8,0xf6,0xfc,0xfd,0xfb,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xfe,0xf9,0xff,0xfe,0xfa,0xff,0xfe,\r
-0xfc,0xfe,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xff,0xfe,0xfd,0xfd,0xfb,0xfa,0xfc,0xfa,0xfa,0xfd,0xfd,0xfd,0xfa,0xfc,0xfc,\r
-0xf5,0xf9,0xfa,0xf6,0xfa,0xfb,0xf7,0xfd,0xfc,0xf8,0xff,0xff,0xf6,0xff,0xfe,\r
-0xf4,0xff,0xfc,0xf1,0xff,0xf9,0xcf,0xe9,0xd9,0xb7,0xd6,0xc1,0xa0,0xc5,0xab,\r
-0x81,0xab,0x8c,0x7a,0xa7,0x86,0x79,0xa9,0x85,0x7a,0xad,0x88,0x7e,0xb1,0x8c,\r
-0x83,0xb6,0x91,0x86,0xb9,0x94,0x8b,0xba,0x99,0x94,0xbc,0x99,0xa8,0xc0,0x9e,\r
-0xad,0xc0,0x9f,0xaa,0xc3,0xa1,0xa7,0xc6,0xa5,0xa5,0xca,0xa8,0xa4,0xcd,0xad,\r
-0xa7,0xd0,0xb0,0xaa,0xd1,0xb1,0xb3,0xd5,0xb6,0xb5,0xd5,0xb6,0xb7,0xd6,0xb7,\r
-0xba,0xd6,0xb8,0xbb,0xd8,0xb7,0xbc,0xd9,0xb8,0xba,0xd9,0xb8,0xba,0xda,0xbb,\r
-0xbf,0xde,0xc1,0xc0,0xdf,0xc4,0xc5,0xdf,0xc7,0xc9,0xe0,0xca,0xce,0xe1,0xd0,\r
-0xcf,0xe4,0xd5,0xce,0xe5,0xd6,0xcd,0xe7,0xd9,0xc7,0xe8,0xd9,0xc7,0xeb,0xda,\r
-0xc9,0xee,0xda,0xce,0xf2,0xda,0xd8,0xf7,0xdc,0xe0,0xf9,0xdd,0xe8,0xfc,0xdf,\r
-0xe7,0xfd,0xe1,0xe6,0xff,0xec,0xe2,0xff,0xee,0xe1,0xff,0xeb,0xe1,0xff,0xeb,\r
-0xe3,0xff,0xea,0xe5,0xff,0xe9,0xe5,0xff,0xe7,0xe5,0xff,0xe6,0xe2,0xff,0xe4,\r
-0xe3,0xff,0xe5,0xe5,0xff,0xe6,0xe6,0xff,0xea,0xe8,0xff,0xeb,0xe9,0xff,0xee,\r
-0xea,0xff,0xef,0xeb,0xff,0xf1,0xe2,0xfe,0xea,0xe4,0xff,0xeb,0xe9,0xff,0xec,\r
-0xed,0xff,0xee,0xf0,0xff,0xf0,0xf2,0xff,0xf2,0xf3,0xff,0xf4,0xf1,0xff,0xf4,\r
-0xe1,0xfc,0xe8,0xde,0xfd,0xe8,0xdf,0xfd,0xea,0xe1,0xff,0xec,0xe5,0xff,0xee,\r
-0xe7,0xff,0xef,0xec,0xff,0xf0,0xef,0xff,0xf1,0xe9,0xfc,0xeb,0xea,0xfd,0xec,\r
-0xeb,0xfe,0xef,0xed,0xff,0xef,0xef,0xff,0xf2,0xf1,0xff,0xf2,0xf2,0xff,0xf5,\r
-0xf3,0xff,0xf4,0xed,0xfe,0xf0,0xed,0xff,0xee,0xf1,0xff,0xf2,0xf2,0xff,0xf1,\r
-0xf4,0xff,0xf5,0xf5,0xff,0xf4,0xf6,0xff,0xf7,0xf6,0xff,0xf8,0xf3,0xff,0xf9,\r
-0xf3,0xfe,0xfb,0xf2,0xff,0xfa,0xf3,0xff,0xfa,0xf3,0xff,0xf8,0xf4,0xff,0xf8,\r
-0xf4,0xff,0xf7,0xf4,0xff,0xf5,0xf2,0xff,0xf5,0xf2,0xff,0xf5,0xf5,0xff,0xf8,\r
-0xf6,0xff,0xf9,0xf8,0xff,0xfc,0xf8,0xff,0xfc,0xfa,0xff,0xfe,0xf8,0xff,0xfc,\r
-0xf6,0xff,0xf7,0xf6,0xff,0xf6,0xf8,0xff,0xf6,0xf8,0xff,0xf6,0xf7,0xff,0xf5,\r
-0xf8,0xff,0xf6,0xf8,0xff,0xf6,0xfa,0xff,0xf6,0xfd,0xff,0xfb,0xfd,0xff,0xfb,\r
-0xff,0xff,0xfc,0xfc,0xff,0xfb,0xfc,0xfd,0xfb,0xf8,0xfb,0xf9,0xf9,0xf9,0xf9,\r
-0xf4,0xf9,0xf8,0xf4,0xfe,0xfe,0xf2,0xff,0xfd,0xf4,0xff,0xfd,0xf4,0xff,0xfc,\r
-0xf6,0xff,0xfa,0xf8,0xfe,0xf9,0xfa,0xfe,0xf9,0xfc,0xfd,0xf9,0xfd,0xfb,0xfa,\r
-0xfc,0xfa,0xf9,0xfb,0xf8,0xfa,0xfb,0xf7,0xfc,0xfd,0xf8,0xff,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xfc,0xff,0xf8,0xf7,0xf9,0xfc,0xfd,0xfb,0xff,0xff,0xfe,\r
-0xfe,0xfc,0xfc,0xfd,0xfb,0xfb,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xfe,0xf9,0xff,0xfe,0xfa,0xff,0xfe,\r
-0xfa,0xff,0xfe,0xfe,0xff,0xfd,0xfe,0xff,0xfd,0xff,0xfe,0xfd,0xff,0xfe,0xfd,\r
-0xfd,0xf9,0xf8,0xff,0xff,0xfe,0xff,0xfe,0xfe,0xf7,0xf7,0xf7,0xf7,0xf6,0xf8,\r
-0xfd,0xff,0xff,0xfb,0xff,0xff,0xf6,0xfb,0xfc,0xf7,0xff,0xfe,0xe2,0xf0,0xec,\r
-0xeb,0xf9,0xf3,0xf1,0xff,0xf9,0xea,0xff,0xf5,0xe5,0xff,0xf1,0xe0,0xff,0xec,\r
-0xce,0xfb,0xda,0xce,0xfd,0xdc,0xcc,0xff,0xda,0xcd,0xff,0xdb,0xce,0xff,0xdc,\r
-0xd0,0xff,0xde,0xd2,0xff,0xe0,0xd4,0xff,0xe2,0xe0,0xff,0xe3,0xf7,0xff,0xe5,\r
-0xfe,0xff,0xe5,0xf8,0xff,0xe6,0xf1,0xff,0xe6,0xeb,0xff,0xe6,0xe5,0xff,0xe6,\r
-0xe4,0xff,0xe7,0xe4,0xff,0xe7,0xee,0xff,0xed,0xf0,0xff,0xed,0xf3,0xff,0xed,\r
-0xf2,0xff,0xec,0xf2,0xff,0xea,0xf0,0xff,0xea,0xf0,0xff,0xea,0xef,0xff,0xed,\r
-0xf3,0xff,0xf5,0xf4,0xff,0xf8,0xf6,0xff,0xfb,0xf7,0xff,0xfb,0xf8,0xff,0xfc,\r
-0xf5,0xfd,0xfc,0xf2,0xfc,0xfc,0xef,0xfd,0xfc,0xec,0xfe,0xfd,0xea,0xff,0xfc,\r
-0xea,0xff,0xfb,0xed,0xff,0xf9,0xf4,0xff,0xf6,0xf9,0xff,0xf3,0xff,0xff,0xf3,\r
-0xfd,0xff,0xf3,0xf2,0xff,0xf9,0xed,0xff,0xfa,0xed,0xff,0xf9,0xed,0xff,0xf7,\r
-0xf1,0xff,0xf7,0xf2,0xff,0xf6,0xf3,0xff,0xf6,0xf3,0xff,0xf4,0xf4,0xff,0xf5,\r
-0xf4,0xff,0xf5,0xf4,0xff,0xf7,0xf4,0xff,0xf7,0xf4,0xff,0xf8,0xf4,0xff,0xf8,\r
-0xf3,0xff,0xf9,0xf2,0xff,0xf8,0xf4,0xff,0xfc,0xf6,0xff,0xfc,0xf8,0xff,0xfc,\r
-0xfa,0xff,0xfc,0xfd,0xff,0xfc,0xfb,0xff,0xfc,0xfa,0xff,0xfc,0xf6,0xff,0xfc,\r
-0xf1,0xff,0xfc,0xed,0xff,0xfc,0xec,0xff,0xfe,0xea,0xff,0xfe,0xec,0xff,0xfd,\r
-0xee,0xff,0xfd,0xf0,0xff,0xfd,0xf3,0xff,0xfb,0xf6,0xff,0xfc,0xf8,0xff,0xfb,\r
-0xf8,0xff,0xfb,0xf8,0xff,0xfb,0xfa,0xff,0xfb,0xfa,0xff,0xfb,0xfa,0xff,0xfb,\r
-0xfa,0xff,0xfb,0xfb,0xff,0xfb,0xfb,0xff,0xfb,0xfa,0xff,0xfa,0xfa,0xff,0xfa,\r
-0xfc,0xff,0xfa,0xfc,0xff,0xfa,0xfb,0xff,0xf9,0xfb,0xfe,0xfc,0xfc,0xfd,0xff,\r
-0xfc,0xfc,0xff,0xfa,0xfd,0xff,0xfa,0xfe,0xff,0xf9,0xfd,0xfe,0xf9,0xfe,0xfc,\r
-0xf9,0xfe,0xfc,0xf9,0xff,0xfa,0xfc,0xff,0xfd,0xfc,0xff,0xfd,0xfe,0xfd,0xff,\r
-0xfe,0xfd,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,\r
-0xfe,0xfb,0xfd,0xfe,0xfc,0xfb,0xff,0xfc,0xfd,0xff,0xfc,0xfd,0xff,0xfd,0xfe,\r
-0xff,0xfd,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfb,0xff,\r
-0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,0xff,0xfa,0xff,\r
-0xff,0xfa,0xff,0xff,0xfb,0xff,0xfb,0xfc,0xff,0xfd,0xfc,0xff,0xff,0xfc,0xff,\r
-0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,0xfa,0xff,0xff,0xf9,0xff,0xff,0xfa,0xff,\r
-0xff,0xf9,0xff,0xff,0xf7,0xff,0xff,0xf7,0xff,0xff,0xf6,0xff,0xff,0xf4,0xff,\r
-0xff,0xf0,0xff,0xff,0xf1,0xff,0xff,0xfd,0xff,0xf6,0xf7,0xf5,0xf6,0xf4,0xf4,\r
-0xff,0xff,0xff,0xff,0xfe,0xff,0xfd,0xfa,0xfc,0xfe,0xfb,0xfd,0xff,0xfd,0xff,\r
-0xff,0xfe,0xff,0xff,0xfe,0xff,0xfd,0xff,0xff,0xfd,0xff,0xff,0xfb,0xff,0xff,\r
-0xfb,0xff,0xff,0xfa,0xff,0xfe,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,\r
-0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xfc,0xf2,0xe4,0xf4,0xea,0xd4,0xf4,0xe6,0xc4,0xf4,0xe2,0xc4,\r
-0xf4,0xe2,0xcc,0xf4,0xea,0xdc,0xf4,0xf2,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xcc,\r
-0xec,0xd2,0xa4,0xec,0xd2,0xac,0xec,0xd2,0xac,0xec,0xd2,0xac,0xec,0xd2,0xac,\r
-0xec,0xd2,0xac,0xec,0xd2,0xac,0xec,0xd2,0xa4,0xf4,0xee,0xdc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xde,0xbc,0xec,0xd2,0xac,0xec,0xd2,0xac,0xec,0xd2,0xac,\r
-0xec,0xd2,0xac,0xec,0xd2,0xa4,0xec,0xd6,0xa4,0xf4,0xf2,0xe4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xf4,0xde,0xbc,\r
-0xec,0xce,0xa4,0xe4,0xc6,0x94,0xe4,0xc6,0x94,0xe4,0xc6,0x94,0xe4,0xc6,0x94,\r
-0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xf4,0xde,0xc4,0xec,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,\r
-0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xe4,0xce,0x9c,0xe4,0xca,0x9c,\r
-0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xce,0x9c,0xe4,0xca,0x9c,0xf4,0xda,0xbc,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,\r
-0xec,0xce,0xa4,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,\r
-0xe4,0xca,0x9c,0xec,0xce,0xa4,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xee,0xe4,0xec,0xce,0xa4,0xdc,0xae,0x64,\r
-0xcc,0x96,0x3c,0xcc,0x8a,0x24,0xc4,0x86,0x1c,0xc4,0x82,0x14,0xc4,0x7e,0x0c,\r
-0xc4,0x82,0x0c,0xc4,0x86,0x14,0xc4,0x8e,0x24,0xcc,0x96,0x3c,0xdc,0xae,0x64,\r
-0xec,0xce,0x9c,0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xf2,0xe4,0xec,0xde,0xbc,0xec,0xd2,0xa4,\r
-0xe4,0xca,0x94,0xe4,0xc6,0x94,0xe4,0xc6,0x94,0xe4,0xc2,0x8c,0xec,0xda,0xbc,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xe6,0xcc,\r
-0xcc,0x92,0x2c,0xcc,0x7a,0x04,0xcc,0x82,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x82,0x04,0xc4,0x76,0x04,0xd4,0x92,0x34,0xf4,0xe2,0xcc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xfc,0xcc,0x96,0x3c,0xcc,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x82,0x04,0xc4,0x7a,0x04,0xec,0xce,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf2,0xe4,0xe4,0xc6,0x94,0xd4,0x9e,0x4c,0xcc,0x86,0x14,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x86,0x0c,\r
-0xdc,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xd4,0xaa,0x5c,0xd4,0x82,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xbe,0x84,0xc4,0x7e,0x04,0xcc,0x82,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x04,0xc4,0x76,0x04,0xcc,0x96,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x82,0x04,0xc4,0x7e,0x0c,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xde,0xbc,0xd4,0xaa,0x54,0xc4,0x82,0x14,0xcc,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7a,0x04,0xc4,0x7e,0x0c,0xdc,0xa6,0x54,0xec,0xd6,0xb4,0xfc,0xfa,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xf6,0xe4,\r
-0xec,0xce,0xa4,0xdc,0xa2,0x4c,0xc4,0x86,0x14,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x0c,0xcc,0x76,0x04,0xdc,0xaa,0x5c,\r
-0xfc,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xd6,0xac,0xcc,0x96,0x3c,0xcc,0x82,0x0c,0xcc,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x76,0x04,0xd4,0x9e,0x4c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xe4,0xc6,0x94,\r
-0xcc,0x8e,0x2c,0xc4,0x7a,0x04,0xcc,0x82,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,\r
-0xdc,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xbe,0x8c,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xd4,0xd4,0xa6,0x5c,\r
-0xc4,0x82,0x0c,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x0c,0xd4,0xa2,0x54,\r
-0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xec,0xca,0x9c,0xcc,0x92,0x2c,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xdc,0xa6,0x5c,\r
-0xfc,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xbc,0x7a,0x04,\r
-0xd4,0xaa,0x5c,0xfc,0xfa,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xd4,0x9e,0x4c,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,\r
-0xdc,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd6,0xac,0xcc,0x8a,0x24,0xcc,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xc4,0x86,0x1c,0xe4,0xc6,0x94,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xea,0xdc,0xd4,0xa2,0x54,0xc4,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xdc,0xaa,0x5c,\r
-0xfc,0xf6,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xdc,0xd4,0x9a,0x3c,0xc4,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xdc,0xb2,0x6c,0xfc,0xfe,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xda,0xbc,0xcc,0x8e,0x2c,0xcc,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,\r
-0xdc,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xca,0x94,0xcc,0x86,0x14,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x82,0x0c,0xe4,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xf4,0xe2,0xc4,0xc4,0x8e,0x2c,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xdc,0xaa,0x5c,\r
-0xfc,0xf6,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xc4,0xcc,0x92,0x2c,\r
-0xc4,0x76,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7a,0x04,0xcc,0x82,0x0c,0xdc,0xbe,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xda,0xbc,0xcc,0x8e,0x24,0xcc,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,\r
-0xdc,0xba,0x7c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xe4,0xce,0xa4,0xcc,0x8a,0x1c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7a,0x04,0xc4,0x7e,0x0c,0xcc,0x8e,0x24,0xcc,0x92,0x34,\r
-0xcc,0x92,0x34,0xcc,0x8a,0x24,0xc4,0x7e,0x0c,0xc4,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x82,0x0c,0xe4,0xbe,0x84,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xe2,0xcc,\r
-0xc4,0x8a,0x24,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xdc,0xaa,0x5c,\r
-0xfc,0xf6,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xf4,0xfc,0xfe,0xfc,0xec,0xd2,0xb4,\r
-0xcc,0x8a,0x1c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x86,0x14,0xe4,0xca,0x9c,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xd4,\r
-0xcc,0x9a,0x3c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x82,0x04,0xcc,0x82,0x04,0xd4,0x82,0x04,0xd4,0x82,0x04,0xd4,0x86,0x04,\r
-0xdc,0xb6,0x74,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xcc,\r
-0xcc,0x8a,0x24,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x0c,\r
-0xd4,0xa2,0x4c,0xe4,0xca,0x94,0xf4,0xe6,0xcc,0xfc,0xf2,0xe4,0xfc,0xf6,0xf4,\r
-0xfc,0xf6,0xf4,0xfc,0xf2,0xdc,0xec,0xde,0xbc,0xdc,0xba,0x7c,0xcc,0x92,0x34,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xc4,0x82,0x14,0xf4,0xd6,0xac,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xcc,0x96,0x3c,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x04,\r
-0xcc,0x82,0x04,0xd4,0x82,0x04,0xd4,0x86,0x0c,0xcc,0x7a,0x04,0xd4,0xaa,0x54,\r
-0xf4,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xe4,0xca,0x94,0xcc,0x86,0x14,0xcc,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x8a,0x24,0xec,0xd6,0xb4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xdc,0xb2,0x6c,\r
-0xc4,0x72,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x8a,0x1c,\r
-0xd4,0xa6,0x54,0xdc,0xb2,0x6c,0xdc,0xb6,0x74,0xdc,0xb6,0x74,0xdc,0xb6,0x74,\r
-0xec,0xda,0xb4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xd4,0xa2,0x4c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xcc,0x9a,0x44,0xf4,0xda,0xbc,\r
-0xfc,0xfa,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,\r
-0xe4,0xbe,0x84,0xcc,0x86,0x14,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xd4,0x96,0x34,\r
-0xfc,0xf2,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xd4,0xb2,0x6c,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xcc,0x86,0x1c,0xdc,0xa2,0x4c,\r
-0xdc,0xb6,0x74,0xdc,0xb6,0x74,0xdc,0xb6,0x74,0xdc,0xb2,0x6c,0xec,0xd2,0xa4,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xbe,0x84,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x8e,0x2c,\r
-0xec,0xde,0xc4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd6,0xac,0xc4,0x86,0x14,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x8e,0x24,0xec,0xca,0x9c,0xf4,0xf2,0xe4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xca,0x9c,0xc4,0x86,0x14,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xdc,0xb6,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xda,0xc4,0xcc,0x8e,0x24,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xd4,0x86,0x0c,\r
-0xdc,0xbe,0x84,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xde,0xc4,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x8e,0x24,0xe4,0xc6,0x94,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xdc,0xb2,0x6c,0xbc,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x96,0x3c,0xf4,0xea,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xdc,0xaa,0x5c,0xc4,0x72,0x04,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xd4,0xa2,0x4c,0xfc,0xf2,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xf4,0xcc,0x9a,0x44,0xc4,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x76,0x04,0xdc,0xb6,0x6c,0xfc,0xfa,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xc4,0xdc,0xae,0x64,0xdc,0xae,0x64,\r
-0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,\r
-0xe4,0xc6,0x94,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xd4,0xaa,0x5c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xd4,0xa2,0x4c,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xd4,0xa6,0x5c,0xc4,0x76,0x04,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xd4,0xa2,0x4c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xde,0xbc,0xcc,0x8e,0x24,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,\r
-0xcc,0x9a,0x3c,0xfc,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xda,0xb4,0xcc,0x86,0x1c,0xc4,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x76,0x04,\r
-0xd4,0x9a,0x44,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xdc,0xc4,0x8a,0x1c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x96,0x34,\r
-0xf4,0xea,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xd4,0x9a,0x44,\r
-0xc4,0x72,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xdc,0xaa,0x5c,0xfc,0xfa,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xc6,0x94,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x8a,0x1c,\r
-0xec,0xd6,0xb4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb2,0x74,0xc4,0x82,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xec,0xce,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xce,0xa4,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x0c,0xec,0xda,0xbc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xc4,\r
-0xcc,0x96,0x2c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x82,0x0c,0xdc,0xba,0x74,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xdc,0xb6,0x6c,0xbc,0x76,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0xa6,0x54,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xcc,0x9a,0x3c,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xd4,0x96,0x34,\r
-0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xdc,0xb6,0x74,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xd4,0xa6,0x54,0xfc,0xf6,0xec,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xda,0xb4,0xcc,0x8a,0x1c,0xcc,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x86,0x14,0xe4,0xc6,0x8c,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf2,0xec,0xdc,0xa6,0x5c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,0xe4,0xbe,0x84,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xcc,0x8a,0x24,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xd4,0xaa,0x5c,\r
-0xf4,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xd4,0xa6,0x54,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x76,0x04,0xe4,0xc2,0x84,0xfc,0xfa,0xf4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xce,0xa4,0xc4,0x82,0x0c,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,\r
-0xec,0xce,0xa4,0xf4,0xf2,0xe4,0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,\r
-0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,\r
-0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xf4,0xee,0xdc,0xfc,0xf2,0xe4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x14,0xe4,0xce,0x9c,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xd6,0xb4,0xcc,0x86,0x1c,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x72,0x04,0xd4,0xaa,0x5c,\r
-0xf4,0xea,0xdc,0xfc,0xf6,0xec,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,\r
-0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,\r
-0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,\r
-0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,\r
-0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,0xfc,0xf2,0xe4,\r
-0xf4,0xf2,0xe4,0xfc,0xf2,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xcc,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x76,0x04,0xec,0xd2,0xa4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x94,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,\r
-0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,\r
-0xc4,0x82,0x14,0xc4,0x82,0x14,0xc4,0x82,0x14,0xcc,0x82,0x14,0xd4,0xa6,0x54,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xca,0x94,0xcc,0x86,0x14,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,\r
-0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,\r
-0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,\r
-0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,\r
-0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,0xc4,0x86,0x1c,\r
-0xcc,0x86,0x1c,0xd4,0xa2,0x4c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xdc,0xba,0x74,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xcc,0x82,0x04,0xd4,0x9a,0x3c,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xbe,0x84,0xcc,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x92,0x34,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xf2,0xe4,0xd4,0xaa,0x5c,\r
-0xc4,0x72,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xd4,0x9e,0x44,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xdc,0xba,0x7c,0xcc,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x96,0x34,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xee,0xdc,\r
-0xd4,0x9e,0x4c,0xc4,0x76,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xd4,0x9e,0x44,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xba,0x7c,0xcc,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x96,0x34,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xf4,0xe6,0xcc,0xd4,0x96,0x34,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xd4,0x9e,0x44,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb6,0x6c,0xfc,0xfa,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x82,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xcc,0x86,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x9a,0x3c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xde,0xbc,0xc4,0x8a,0x1c,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,\r
-0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xd4,0x86,0x04,0xcc,0x96,0x34,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x64,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xdc,0xb2,0x6c,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc2,0x8c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0x9a,0x3c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x82,0x14,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xce,0xa4,0xcc,0x86,0x14,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xd4,0xa6,0x54,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xac,0xc4,0x82,0x0c,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x92,0x2c,0xdc,0xb2,0x6c,0xdc,0xb2,0x6c,0xdc,0xb2,0x6c,\r
-0xdc,0xb2,0x6c,0xdc,0xb2,0x6c,0xdc,0xb2,0x6c,0xdc,0xb2,0x6c,0xe4,0xc6,0x8c,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xae,0x6c,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xd4,0xa6,0x54,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xba,0x7c,0xbc,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x72,0x04,0xd4,0x92,0x34,\r
-0xf4,0xe6,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xac,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x86,0x1c,0xfc,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xe2,0xc4,0xcc,0x8a,0x1c,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x92,0x34,\r
-0xe4,0xc2,0x94,0xec,0xd2,0xac,0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,\r
-0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,\r
-0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xce,0xa4,\r
-0xec,0xce,0xa4,0xec,0xce,0xa4,0xec,0xd2,0xac,0xdc,0xbe,0x7c,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x82,0x0c,0xdc,0xb6,0x74,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xc6,0x94,0xbc,0x7e,0x04,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x8e,0x24,0xec,0xe2,0xc4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xdc,0xbe,0x84,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x8a,0x24,0xf4,0xea,0xe4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xd4,0xa6,0x54,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x8a,0x1c,\r
-0xec,0xd2,0xac,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xba,0x7c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x92,0x24,0xfc,0xee,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf2,0xec,0xcc,0x96,0x34,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xd4,0x92,0x34,\r
-0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xda,0xb4,0xc4,0x76,0x04,\r
-0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x82,0x0c,0xe4,0xce,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xe4,0xba,0x7c,\r
-0xc4,0x76,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x8a,0x24,0xf4,0xe6,0xd4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xe4,0xd2,0xa4,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xc4,0x76,0x04,0xe4,0xce,0x9c,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xda,0xb4,0xcc,0x8e,0x24,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xdc,0xae,0x6c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xcc,0x92,0x2c,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xd4,0xa2,0x4c,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xd4,0xaa,0x64,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xbc,0x76,0x04,\r
-0xe4,0xc2,0x8c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xdc,0xaa,0x5c,0xc4,0x76,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x86,0x0c,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,\r
-0xdc,0xae,0x64,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x96,0x3c,0xf4,0xf2,0xe4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xf4,0xea,0xd4,0xc4,0x82,0x14,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x96,0x34,0xf4,0xee,0xdc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf6,0xf4,0xdc,0xa6,0x5c,0xbc,0x72,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,\r
-0xcc,0x8a,0x1c,0xec,0xd6,0xac,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xbe,0x84,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xe4,0xbe,0x7c,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xa4,0xcc,0x8a,0x14,0xc4,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x92,0x2c,0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xbc,0xc4,0x82,0x0c,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x9e,0x44,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xf4,0xf2,0xe4,0xd4,0x9e,0x44,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xd4,0xa2,0x4c,\r
-0xfc,0xf6,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0xa2,0x4c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xd4,0xa2,0x54,\r
-0xf4,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,\r
-0xdc,0xb6,0x74,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x76,0x04,0xcc,0x92,0x2c,0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xca,0x9c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x0c,0xf4,0xde,0xbc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xcc,0x9a,0x3c,0xc4,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x72,0x04,0xdc,0xaa,0x5c,0xfc,0xf2,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xdc,0xd4,0x9e,0x3c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,\r
-0xe4,0xca,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xea,0xdc,0xd4,0x96,0x34,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xd4,0xae,0x64,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xdc,0xa2,0x54,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd6,0xac,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xce,0xa4,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,\r
-0xd4,0x9a,0x3c,0xec,0xde,0xc4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xdc,0xaa,0x54,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xcc,0x8a,0x24,0xe4,0xce,0xa4,0xfc,0xfa,0xf4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf2,0xe4,0xe4,0xba,0x7c,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xd4,0xa2,0x4c,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xc6,0x94,0xc4,0x86,0x14,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x76,0x04,0xdc,0xae,0x5c,0xfc,0xf2,0xe4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf2,0xe4,0xdc,0xa6,0x5c,0xc4,0x76,0x04,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x92,0x2c,\r
-0xf4,0xf6,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xe2,0xc4,0xcc,0x8a,0x24,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xe4,0xbe,0x84,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xcc,0xe4,0xca,0x94,\r
-0xec,0xce,0xa4,0xe4,0xc2,0x8c,0xcc,0x92,0x2c,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x14,0xdc,0xae,0x64,\r
-0xe4,0xce,0xa4,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,\r
-0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xca,0x9c,0xe4,0xce,0x9c,\r
-0xf4,0xee,0xdc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xcc,0x9a,0x3c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x86,0x14,0xd4,0xa2,0x4c,0xec,0xc6,0x94,0xec,0xda,0xb4,\r
-0xec,0xda,0xb4,0xec,0xca,0x9c,0xdc,0xae,0x64,0xcc,0x86,0x14,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,0xcc,0x9a,0x3c,\r
-0xe4,0xc2,0x8c,0xec,0xd6,0xb4,0xec,0xda,0xb4,0xec,0xce,0xa4,0xdc,0xb6,0x74,\r
-0xcc,0x8e,0x2c,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xec,0xda,0xb4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xd4,0xa2,0x4c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xcc,0x96,0x3c,0xec,0xda,0xb4,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xda,0xb4,\r
-0xd4,0x96,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x0c,0xec,0xc6,0x94,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd6,0xb4,0xcc,0x7e,0x0c,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xce,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb2,0x6c,0xc4,0x76,0x04,\r
-0xcc,0x82,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x0c,\r
-0xe4,0xce,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd6,0xb4,0xc4,0x82,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xdc,0xae,0x64,\r
-0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xcc,\r
-0xcc,0x8e,0x24,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x0c,\r
-0xcc,0x96,0x3c,0xdc,0xbe,0x7c,0xec,0xd2,0xac,0xf4,0xe2,0xc4,0xf4,0xe6,0xcc,\r
-0xf4,0xe6,0xcc,0xec,0xda,0xb4,0xe4,0xbe,0x84,0xcc,0x9a,0x44,0xc4,0x82,0x0c,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xd4,0xa2,0x54,0xfc,0xfe,0xf4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xca,0x9c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x82,0x14,0xec,0xd6,0xb4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb6,0x74,0xbc,0x76,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xe4,0xd2,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xbe,0x84,0xcc,0x82,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x96,0x2c,0xfc,0xf2,0xe4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xe4,0xce,0xa4,0xcc,0x86,0x1c,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x92,0x2c,0xfc,0xea,0xdc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,\r
-0xe4,0xbe,0x84,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x86,0x1c,0xf4,0xe2,0xcc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb6,0x74,0xbc,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xe4,0xd2,0xa4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xae,0x64,\r
-0xcc,0x82,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xd4,0xa6,0x5c,0xdc,0xbe,0x7c,0xcc,0x86,0x14,0xcc,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x92,0x2c,0xf4,0xe6,0xd4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xe4,0xca,0x9c,0xcc,0x86,0x1c,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7a,0x04,0xcc,0x8e,0x1c,0xf4,0xe2,0xc4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xdc,0xae,0x64,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x92,0x2c,\r
-0xfc,0xee,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb6,0x74,0xbc,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xe4,0xd2,0xa4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,\r
-0xdc,0xb6,0x74,0xc4,0x82,0x0c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xdc,0xae,0x64,\r
-0xf4,0xf2,0xec,0xfc,0xfe,0xfc,0xe4,0xca,0x9c,0xcc,0x86,0x14,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x96,0x34,0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xac,0xcc,0x8e,0x1c,0xcc,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xd4,0x96,0x34,0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xd4,0xa2,0x4c,0xcc,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,\r
-0xd4,0x9e,0x44,0xfc,0xf6,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb6,0x74,0xbc,0x76,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,\r
-0xe4,0xd2,0xa4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xce,0xa4,0xc4,0x8e,0x24,0xcc,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x7a,0x04,0xcc,0x86,0x14,0xe4,0xc2,0x8c,0xfc,0xfa,0xf4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xde,0xc4,0xcc,0x96,0x3c,\r
-0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xdc,0xae,0x6c,0xfc,0xf2,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xd4,0xd4,0xa6,0x5c,\r
-0xc4,0x82,0x0c,0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x0c,0xdc,0xb2,0x6c,\r
-0xfc,0xee,0xe4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,0xcc,0x92,0x34,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xdc,0xaa,0x5c,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xd4,0xb2,0x6c,0xcc,0x76,0x04,\r
-0xd4,0x86,0x0c,0xcc,0x82,0x04,0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x82,0x04,\r
-0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,\r
-0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x82,0x04,0xcc,0x86,0x0c,\r
-0xe4,0xce,0x9c,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xdc,0xe4,0xb6,0x7c,0xc4,0x86,0x1c,\r
-0xcc,0x7e,0x04,0xcc,0x82,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x82,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x82,0x14,0xd4,0xaa,0x5c,0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,\r
-0xe4,0xc2,0x94,0xcc,0x8e,0x2c,0xc4,0x7e,0x04,0xcc,0x82,0x04,0xcc,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x7e,0x04,0xcc,0x82,0x04,0xc4,0x7e,0x04,0xd4,0xa2,0x4c,0xec,0xda,0xb4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,\r
-0xec,0xd6,0xb4,0xd4,0xa2,0x4c,0xc4,0x7e,0x0c,0xcc,0x7e,0x04,0xcc,0x82,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x82,0x04,\r
-0xcc,0x7e,0x04,0xc4,0x7e,0x0c,0xd4,0xa2,0x54,0xf4,0xda,0xb4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe2,0xcc,0xcc,0x8a,0x24,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x76,0x04,0xdc,0xb6,0x7c,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xac,0xdc,0xaa,0x5c,\r
-0xdc,0xae,0x6c,0xdc,0xaa,0x5c,0xcc,0x8a,0x1c,0xc4,0x76,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x0c,0xd4,0x9a,0x44,\r
-0xdc,0xb2,0x6c,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,\r
-0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xae,0x64,0xdc,0xb2,0x6c,\r
-0xf4,0xe2,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xee,0xe4,\r
-0xec,0xca,0x94,0xd4,0xaa,0x54,0xcc,0x92,0x2c,0xc4,0x86,0x14,0xc4,0x7e,0x0c,\r
-0xc4,0x7e,0x0c,0xc4,0x82,0x0c,0xcc,0x8e,0x24,0xd4,0xa2,0x4c,0xe4,0xc2,0x8c,\r
-0xf4,0xea,0xd4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xe4,0xd2,0xa4,0xdc,0xae,0x64,0xd4,0x96,0x3c,\r
-0xc4,0x82,0x14,0xc4,0x7e,0x0c,0xc4,0x7e,0x0c,0xc4,0x7e,0x0c,0xc4,0x8a,0x1c,\r
-0xd4,0x9e,0x44,0xdc,0xba,0x7c,0xec,0xe2,0xc4,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfa,0xfc,0xf4,0xe2,0xcc,0xe4,0xbe,0x84,0xd4,0x9e,0x4c,\r
-0xc4,0x86,0x1c,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x7e,0x04,0xcc,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x86,0x1c,0xd4,0x9e,0x44,\r
-0xe4,0xbe,0x7c,0xf4,0xe6,0xcc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd6,0xb4,\r
-0xc4,0x82,0x14,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xe4,0xc6,0x94,0xfc,0xfa,0xf4,\r
-0xfc,0xfe,0xfc,0xcc,0x9a,0x3c,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xf2,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xfc,0xf2,0xe4,0xf4,0xea,0xdc,\r
-0xf4,0xee,0xdc,0xfc,0xf2,0xdc,0xfc,0xf6,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf6,0xec,0xf4,0xee,0xdc,0xf4,0xea,0xd4,0xf4,0xee,0xdc,0xfc,0xf6,0xec,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xf6,0xec,0xf4,0xe6,0xd4,0xf4,0xd6,0xbc,0xec,0xce,0xa4,0xec,0xce,0xa4,\r
-0xec,0xce,0xa4,0xec,0xd6,0xb4,0xf4,0xe6,0xcc,0xf4,0xf2,0xec,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xce,0x9c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xec,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xd4,0x9a,0x44,0xc4,0x76,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xdc,0xba,0x7c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xcc,0x8a,0x1c,\r
-0xec,0xd6,0xb4,0xd4,0x9e,0x44,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xae,0x6c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,\r
-0xcc,0x8e,0x2c,0xc4,0x86,0x14,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf6,0xec,0xd4,0xa2,0x4c,0xcc,0x7e,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xf2,0xe4,0xcc,0x92,0x34,\r
-0xcc,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xfc,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xe6,0xcc,\r
-0xc4,0x86,0x1c,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xde,0xb4,\r
-0xdc,0xb2,0x6c,0xdc,0xa6,0x5c,0xdc,0xb6,0x7c,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xec,0xda,0xbc,0xc4,0x8a,0x14,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xec,0xd2,0xac,0xdc,0xa6,0x5c,\r
-0xec,0xd2,0xa4,0xfc,0xfa,0xec,0xdc,0xc2,0x8c,0xdc,0xaa,0x5c,0xf4,0xea,0xcc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xca,0x9c,0xc4,0x7e,0x0c,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xb6,0x6c,0xec,0xd2,0xa4,\r
-0xec,0xd6,0xac,0xe4,0xbe,0x7c,0xec,0xda,0xbc,0xe4,0xbe,0x84,0xec,0xce,0x9c,\r
-0xfc,0xfe,0xf4,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xbe,0x84,0xcc,0x82,0x0c,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x76,0x04,0xcc,0x86,0x1c,0xe4,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xd4,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xec,0xdc,0xba,0x7c,0xec,0xde,0xc4,\r
-0xe4,0xc2,0x8c,0xcc,0x9e,0x44,0xec,0xd6,0xac,0xec,0xca,0x9c,0xec,0xc6,0x9c,\r
-0xfc,0xf6,0xec,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xdc,0xae,0x64,0xcc,0x82,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xec,0xd6,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xe4,0xd4,0xa2,0x4c,0xc4,0x72,0x04,0xc4,0x7e,0x0c,\r
-0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,0xcc,0x8a,0x1c,0xe4,0xce,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xcc,0x9e,0x44,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xc4,0x7a,0x04,\r
-0xc4,0x7a,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xec,0xd2,0xac,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xe4,0xba,0x7c,0xe4,0xc2,0x8c,\r
-0xec,0xca,0x9c,0xe4,0xc2,0x8c,0xec,0xd6,0xb4,0xdc,0xb6,0x74,0xec,0xd2,0xa4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfa,0xf4,0xd4,0xa6,0x4c,\r
-0xcc,0x7e,0x04,0xcc,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x82,0x0c,0xc4,0x7a,0x04,0xec,0xce,0xa4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xf4,0xee,0xdc,0xd4,0xa2,0x4c,0xcc,0x76,0x04,0xcc,0x82,0x0c,\r
-0xc4,0x7e,0x04,0xc4,0x7e,0x04,0xc4,0x7a,0x04,0xcc,0x86,0x14,0xe4,0xce,0x9c,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfa,0xf4,0xcc,0x9a,0x44,0xcc,0x82,0x04,0xc4,0x7e,0x04,0xc4,0x7e,0x04,\r
-0xc4,0x7e,0x04,0xcc,0x82,0x0c,0xc4,0x76,0x04,0xec,0xd2,0xa4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xea,0xd4,0xdc,0xae,0x64,\r
-0xdc,0xb6,0x74,0xec,0xce,0xa4,0xd4,0xb2,0x6c,0xe4,0xba,0x7c,0xfc,0xf2,0xe4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xf4,0xf2,0xdc,\r
-0xe4,0xc6,0x94,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,\r
-0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xf4,0xea,0xd4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xf6,0xf4,0xec,0xd2,0xb4,0xe4,0xbe,0x84,0xe4,0xc2,0x8c,\r
-0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xec,0xca,0x94,0xfc,0xea,0xd4,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xec,0xd2,0xac,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,\r
-0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xe4,0xc2,0x8c,0xfc,0xea,0xd4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xf2,0xe4,\r
-0xec,0xd2,0xac,0xe4,0xc2,0x8c,0xec,0xda,0xb4,0xfc,0xfa,0xf4,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,\r
-0xfc,0xfe,0xfc,0xfc,0xfe,0xfc,0xfc,0xfe,0xfc\r
-};\r
-#endif /* __ATMEL_LOGO_H__ */\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c
deleted file mode 100644 (file)
index d1e42e4..0000000
+++ /dev/null
@@ -1,228 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/******************************************************************************\r
- * This project provides two demo applications.  A simple blinky style project,\r
- * and a more comprehensive application that includes FreeRTOS+CLI, FreeRTOS+UDP\r
- * and FreeRTOS+FAT SL.  The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting (defined\r
- * in this file) is used to select between the two.  The simply blinky demo is\r
- * implemented and described in main_blinky.c.  The more comprehensive demo\r
- * application is implemented and described in main_full.c and full user\r
- * instructions are provided on the following URL:\r
- * http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html\r
- *\r
- * This file implements the code that is not demo specific, including the\r
- * hardware setup and FreeRTOS hook functions.\r
- *\r
- */\r
-\r
-/* Kernel includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-\r
-/* Demo application includes. */\r
-#include "partest.h"\r
-\r
-/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,\r
-or 0 to run the more comprehensive demo application that includes add-on\r
-components. */\r
-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY     1\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * Set up the hardware ready to run this demo.\r
- */\r
-static void prvSetupHardware( void );\r
-\r
-/*\r
- * main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.\r
- * main_full() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 0.\r
- */\r
-extern void main_blinky( void );\r
-extern void main_full( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-int main( void )\r
-{\r
-       /* Prepare the hardware to run this demo. */\r
-       prvSetupHardware();\r
-\r
-       /* The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is described at the top\r
-       of this file. */\r
-       #if ( mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 1 )\r
-       {\r
-               main_blinky();\r
-       }\r
-       #else\r
-       {\r
-               /* Full user instructions are provided on the following URL:\r
-               http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html */\r
-               main_full();\r
-       }\r
-       #endif /* mainCREATE_SIMPLE_BLINKY_DEMO_ONLY */\r
-\r
-       return 0;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvSetupHardware( void )\r
-{\r
-       /* Call the ASF initialisation functions. */\r
-       board_init();\r
-       sysclk_init();\r
-       pmc_enable_periph_clk( ID_GMAC );\r
-       pmc_enable_periph_clk( ID_SMC );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationMallocFailedHook( void )\r
-{\r
-static volatile uint32_t ulCount = 0;\r
-\r
-       /* vApplicationMallocFailedHook() will only be called if\r
-       configUSE_MALLOC_FAILED_HOOK is set to 1 in FreeRTOSConfig.h.  It is a hook\r
-       function that will get called if a call to pvPortMalloc() fails.\r
-       pvPortMalloc() is called internally by the kernel whenever a task, queue,\r
-       timer or semaphore is created.  It is also called by various parts of the\r
-       demo application.  If heap_1.c or heap_2.c are used, then the size of the\r
-       heap available to pvPortMalloc() is defined by configTOTAL_HEAP_SIZE in\r
-       FreeRTOSConfig.h, and the xPortGetFreeHeapSize() API function can be used\r
-       to query the size of free heap space that remains (although it does not\r
-       provide information on how the remaining heap might be fragmented). \r
-       \r
-       Just count the number of malloc fails as some failures may occur simply\r
-       because the network load is very high, resulting in the consumption of a\r
-       lot of network buffers. */\r
-       ulCount++;      \r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationIdleHook( void )\r
-{\r
-       /* vApplicationIdleHook() will only be called if configUSE_IDLE_HOOK is set\r
-       to 1 in FreeRTOSConfig.h.  It will be called on each iteration of the idle\r
-       task.  It is essential that code added to this hook function never attempts\r
-       to block in any way (for example, call xQueueReceive() with a block time\r
-       specified, or call vTaskDelay()).  If the application makes use of the\r
-       vTaskDelete() API function (as this demo application does) then it is also\r
-       important that vApplicationIdleHook() is permitted to return to its calling\r
-       function, because it is the responsibility of the idle task to clean up\r
-       memory allocated by the kernel to any task that has since been deleted. */\r
-\r
-       /* The simple blinky demo does not use the idle hook - the full demo does. */\r
-       #if( mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 0 )\r
-       {\r
-               extern void vFullDemoIdleHook( void );\r
-\r
-               /* Implemented in main_full.c. */\r
-               vFullDemoIdleHook();\r
-       }\r
-       #endif\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName )\r
-{\r
-       ( void ) pcTaskName;\r
-       ( void ) pxTask;\r
-\r
-       /* Run time stack overflow checking is performed if\r
-       configCHECK_FOR_STACK_OVERFLOW is defined to 1 or 2.  This hook function is\r
-       called if a stack overflow is detected. */\r
-       vAssertCalled( __LINE__, __FILE__ );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vApplicationTickHook( void )\r
-{\r
-       /* This function will be called by each tick interrupt if\r
-       configUSE_TICK_HOOK is set to 1 in FreeRTOSConfig.h.  User code can be\r
-       added here, but the tick hook is called from an interrupt context, so\r
-       code must not attempt to block, and only the interrupt safe FreeRTOS API\r
-       functions can be used (those that end in FromISR()). */\r
-\r
-       /* The simple blinky demo does not use the tick hook - the full demo does. */\r
-       #if( mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 0 )\r
-       {\r
-               extern void vFullDemoTickHook( void );\r
-\r
-               /* Implemented in main_full.c. */\r
-               vFullDemoTickHook();\r
-       }\r
-       #endif\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vAssertCalled( uint32_t ulLine, const char *pcFile )\r
-{\r
-/* The following two variables are just to ensure the parameters are not\r
-optimised away and therefore unavailable when viewed in the debugger. */\r
-volatile uint32_t ulLineNumber = ulLine, ulSetNonZeroInDebuggerToReturn = 0;\r
-volatile const char * const pcFileName = pcFile;\r
-\r
-       taskENTER_CRITICAL();\r
-       while( ulSetNonZeroInDebuggerToReturn == 0 )\r
-       {\r
-               /* If you want to set out of this function in the debugger to see the\r
-               assert() location then set ulSetNonZeroInDebuggerToReturn to a non-zero\r
-               value. */\r
-       }\r
-       taskEXIT_CRITICAL();\r
-\r
-       ( void ) pcFileName;\r
-       ( void ) ulLineNumber;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Provided to keep the linker happy. */\r
-void _exit_( int status )\r
-{\r
-       ( void ) status;\r
-       vAssertCalled( __LINE__, __FILE__ );\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Provided to keep the linker happy. */\r
-int _read( void )\r
-{\r
-       return 0;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Provided to keep the linker happy. */\r
-int _write( int x )\r
-{\r
-       ( void ) x;\r
-       return 0;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c
deleted file mode 100644 (file)
index e7e31d0..0000000
+++ /dev/null
@@ -1,229 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/******************************************************************************\r
- * NOTE 1:  This project provides two demo applications.  A simple blinky style\r
- * project, and a more comprehensive demo application that makes use of\r
- * FreeRTOS_CLI, FreeRTOS+UDP and FreeRTOS+FAT SL.  The\r
- * mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting in main.c is used to select\r
- * between the two.  See the notes on using mainCREATE_SIMPLE_BLINKY_DEMO_ONLY\r
- * in main.c.  This file implements the simply blinky style version.\r
- *\r
- * NOTE 2:  This file only contains the source code that is specific to the\r
- * basic demo.  Generic functions, such FreeRTOS hook functions, and functions\r
- * required to configure the hardware, are defined in main.c.\r
- ******************************************************************************\r
- *\r
- * main_blinky() creates one queue, two tasks and one software timer.  It then\r
- * starts the scheduler.\r
- *\r
- * The Queue Send Task:\r
- * The queue send task is implemented by the prvQueueSendTask() function in\r
- * this file.  The task sits in a loop that sends a value to the queue every\r
- * 200 milliseconds.\r
- *\r
- * The Queue Receive Task:\r
- * The queue receive task is implemented by the prvQueueReceiveTask() function\r
- * in this file.  The task sits in a loop that blocks on the queue to wait for\r
- * data to arrive (it does not use any CPU time while it is in the Blocked\r
- * state), toggling an LED each time it receives the value sent by the queue\r
- * send task.  As the queue send task writes to the queue every 200 milliseconds\r
- * the LED will toggle every 200 milliseconds.\r
- */\r
-\r
-\r
-/* Kernel includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "queue.h"\r
-#include "timers.h"\r
-\r
-/* Demo application includes. */\r
-#include "partest.h"\r
-\r
-/* Priorities at which the tasks are created. */\r
-#define mainQUEUE_RECEIVE_TASK_PRIORITY                ( tskIDLE_PRIORITY + 2 )\r
-#define        mainQUEUE_SEND_TASK_PRIORITY            ( tskIDLE_PRIORITY + 1 )\r
-\r
-/* The rate at which data is sent to the queue.  The 200ms value is converted\r
-to ticks using the portTICK_PERIOD_MS constant. */\r
-#define mainQUEUE_SEND_FREQUENCY_MS                    ( 200 / portTICK_PERIOD_MS )\r
-\r
-/* The number of items the queue can hold.  This is 1 as the receive task\r
-will remove items as they are added, meaning the send task should always find\r
-the queue empty. */\r
-#define mainQUEUE_LENGTH                                       ( 1 )\r
-\r
-/* The period of the blinky software timer.  The period is specified in ms and\r
-converted to ticks using the portTICK_PERIOD_MS constant. */\r
-#define mainBLINKY_TIMER_PERIOD                                ( 50 / portTICK_PERIOD_MS )\r
-\r
-/* A block time of zero simply means "don't block". */\r
-#define mainDONT_BLOCK                                         ( 0 )\r
-\r
-/* The LEDs toggled by the timer callback and queue receive task respectively. */\r
-#define mainTIMER_LED                                          0\r
-#define mainTASK_LED                                           1\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * The tasks as described in the comments at the top of this file.\r
- */\r
-static void prvQueueReceiveTask( void *pvParameters );\r
-static void prvQueueSendTask( void *pvParameters );\r
-\r
-/*\r
- * The callback function for the blinky software timer, as described at the top\r
- * of this file.\r
- */\r
-static void prvBlinkyTimerCallback( TimerHandle_t xTimer );\r
-\r
-/*\r
- * Called by main() to create the simply blinky style application if\r
- * mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.\r
- */\r
-void main_blinky( void );\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-void main_blinky( void )\r
-{\r
-TimerHandle_t xTimer;\r
-QueueHandle_t xQueue;\r
-\r
-       /* Create the queue. */\r
-       xQueue = xQueueCreate( mainQUEUE_LENGTH, sizeof( unsigned long ) );\r
-\r
-       if( xQueue != NULL )\r
-       {\r
-               /* Start the two tasks as described in the comments at the top of this\r
-               file. */\r
-               xTaskCreate( prvQueueReceiveTask,                               /* The function that implements the task. */\r
-                                       "Rx",                                                           /* The text name assigned to the task - for debug only as it is not used by the kernel. */\r
-                                       configMINIMAL_STACK_SIZE,                       /* The size of the stack to allocate to the task. */\r
-                                       ( void * ) xQueue,                                      /* Pass the queue into the task using the task parameter. */\r
-                                       mainQUEUE_RECEIVE_TASK_PRIORITY,        /* The priority assigned to the task. */\r
-                                       NULL );                                                         /* The task handle is not required, so NULL is passed. */\r
-\r
-               xTaskCreate( prvQueueSendTask, "TX", configMINIMAL_STACK_SIZE, ( void * ) xQueue, mainQUEUE_SEND_TASK_PRIORITY, NULL );\r
-\r
-               /* Create the blinky software timer as described at the top of this\r
-               file. */\r
-               xTimer = xTimerCreate(  "Blinky",                                       /* A text name, purely to help debugging. */\r
-                                                               ( mainBLINKY_TIMER_PERIOD ),/* The timer period. */\r
-                                                               pdTRUE,                                         /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
-                                                               ( void * ) 0,                           /* The ID is not used, so can be set to anything. */\r
-                                                               prvBlinkyTimerCallback );       /* The callback function that inspects the status of all the other tasks. */\r
-\r
-               configASSERT( xTimer );\r
-\r
-               if( xTimer != NULL )\r
-               {\r
-                       xTimerStart( xTimer, mainDONT_BLOCK );\r
-               }\r
-\r
-               /* Start the tasks and timer running. */\r
-               vTaskStartScheduler();\r
-       }\r
-\r
-       /* If all is well, the scheduler will now be running, and the following\r
-       line will never be reached.  If the following line does execute, then\r
-       there was insufficient FreeRTOS heap memory available for the idle and/or\r
-       timer tasks     to be created.  See the memory management section on the\r
-       FreeRTOS web site for more details. */\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvQueueSendTask( void *pvParameters )\r
-{\r
-TickType_t xNextWakeTime;\r
-const unsigned long ulValueToSend = 100UL;\r
-QueueHandle_t xQueue;\r
-\r
-       /* The handle of the queue is passed in using the task's parameter. */\r
-       xQueue = ( QueueHandle_t ) pvParameters;\r
-\r
-       /* Initialise xNextWakeTime - this only needs to be done once. */\r
-       xNextWakeTime = xTaskGetTickCount();\r
-\r
-       for( ;; )\r
-       {\r
-               /* Place this task in the blocked state until it is time to run again.\r
-               The block time is specified in ticks, the constant used converts ticks\r
-               to ms.  While in the Blocked state this task will not consume any CPU\r
-               time. */\r
-               vTaskDelayUntil( &xNextWakeTime, mainQUEUE_SEND_FREQUENCY_MS );\r
-\r
-               /* Send to the queue - causing the queue receive task to unblock and\r
-               toggle the LED.  0 is used as the block time so the sending operation\r
-               will not block - it shouldn't need to block as the queue should always\r
-               be empty at this point in the code. */\r
-               xQueueSend( xQueue, &ulValueToSend, mainDONT_BLOCK );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvQueueReceiveTask( void *pvParameters )\r
-{\r
-unsigned long ulReceivedValue;\r
-QueueHandle_t xQueue;\r
-\r
-       /* The queue is passed in as the task's parameter. */\r
-       xQueue = ( QueueHandle_t ) pvParameters;\r
-\r
-       for( ;; )\r
-       {\r
-               /* Wait until something arrives in the queue - this task will block\r
-               indefinitely provided INCLUDE_vTaskSuspend is set to 1 in\r
-               FreeRTOSConfig.h. */\r
-               xQueueReceive( xQueue, &ulReceivedValue, portMAX_DELAY );\r
-\r
-               /*  To get here something must have been received from the queue, but\r
-               is it the expected value?  If it is, toggle the LED. */\r
-               if( ulReceivedValue == 100UL )\r
-               {\r
-                       vParTestToggleLED( mainTASK_LED );\r
-                       ulReceivedValue = 0U;\r
-               }\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvBlinkyTimerCallback( TimerHandle_t xTimer )\r
-{\r
-       /* Avoid compiler warnings. */\r
-       ( void ) xTimer;\r
-\r
-       /* This function is called when the blinky software time expires.  All the\r
-       function does is toggle the LED.  LED mainTIMER_LED should therefore toggle\r
-       with the period set by mainBLINKY_TIMER_PERIOD. */\r
-       vParTestToggleLED( mainTIMER_LED );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c
deleted file mode 100644 (file)
index 60cf15a..0000000
+++ /dev/null
@@ -1,934 +0,0 @@
-/*\r
- * FreeRTOS Kernel V10.1.0\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
- *\r
- * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
- * this software and associated documentation files (the "Software"), to deal in\r
- * the Software without restriction, including without limitation the rights to\r
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
- * the Software, and to permit persons to whom the Software is furnished to do so,\r
- * subject to the following conditions:\r
- *\r
- * The above copyright notice and this permission notice shall be included in all\r
- * copies or substantial portions of the Software.\r
- *\r
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
- *\r
- * http://www.FreeRTOS.org\r
- * http://aws.amazon.com/freertos\r
- *\r
- * 1 tab == 4 spaces!\r
- */\r
-\r
-/******************************************************************************\r
- * NOTE 1:  This project provides two demo applications.  A simple blinky style\r
- * project, and a more comprehensive test and demo application that makes use of\r
- * the FreeRTOS+CLI, FreeRTOS+UDP and FreeRTOS+FAT SL components.  The\r
- * mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting in main.c is used to select\r
- * between the two.  See the notes on using mainCREATE_SIMPLE_BLINKY_DEMO_ONLY\r
- * in main.c.  This file implements the comprehensive test and demo version,\r
- * which is fully documented on the following URL:\r
- * http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html\r
- *\r
- * NOTE 2:  This file only contains the source code that is specific to the\r
- * full demo.  Generic functions, such FreeRTOS hook functions, and functions\r
- * required to configure the hardware, are defined in main.c.\r
- ******************************************************************************\r
- *\r
- * Full user instructions are provided on the following URL:\r
- * http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html\r
- *\r
- * main_full():\r
- *     + Uses FreeRTOS+FAT SL to create a set of example files on a RAM disk.\r
- *  + Displays some bitmaps on the LCD.\r
- *  + Registers sample generic, file system related and UDP related commands\r
- *       with FreeRTOS+CLI.\r
- *     + Creates all the standard demo application tasks and software timers.\r
- *     + Starts the scheduler.\r
- *\r
- * A UDP command server and optionally two UDP echo client tasks are created\r
- * from the network event hook after an IP address has been obtained.  The IP\r
- * address is displayed on the LCD.\r
- *\r
- * A "check software timer" is created to provide visual feedback of the system\r
- * status.  The timer's period is initially set to three seconds.  The callback\r
- * function associated with the timer checks all the standard demo tasks are not\r
- * only still executed, but are executing without reporting any errors.  If the\r
- * timer discovers a task has either stalled, or reported an error, then it\r
- * changes its own period from the initial three seconds, to just 200ms.  The\r
- * check software timer also toggles the LED marked D4 - so if the LED toggles\r
- * every three seconds then no potential errors have been found, and if the LED\r
- * toggles every 200ms then a potential error has been found in at least one\r
- * task.\r
- *\r
- * Information on accessing the CLI and file system, and using the UDP echo\r
- * tasks is provided on http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html\r
- *\r
- */\r
-\r
-/* FreeRTOS includes. */\r
-#include "FreeRTOS.h"\r
-#include "task.h"\r
-#include "timers.h"\r
-\r
-/* FreeRTOS+UDP includes. */\r
-#include "FreeRTOS_UDP_IP.h"\r
-#include "FreeRTOS_Sockets.h"\r
-\r
-/* UDP demo includes. */\r
-#include "UDPCommandInterpreter.h"\r
-#include "TwoEchoClients.h"\r
-\r
-/* Standard demo includes. */\r
-#include "partest.h"\r
-#include "blocktim.h"\r
-#include "flash_timer.h"\r
-#include "semtest.h"\r
-#include "GenQTest.h"\r
-#include "QPeek.h"\r
-#include "IntQueue.h"\r
-#include "countsem.h"\r
-#include "dynamic.h"\r
-#include "QueueOverwrite.h"\r
-#include "QueueSet.h"\r
-#include "recmutex.h"\r
-#include "EventGroupsDemo.h"\r
-#include "TaskNotify.h"\r
-#include "IntSemTest.h"\r
-#include "TimerDemo.h"\r
-#include "IntQueue.h"\r
-\r
-/* The period after which the check timer will expire, in ms, provided no errors\r
-have been reported by any of the standard demo tasks.  ms are converted to the\r
-equivalent in ticks using the portTICK_PERIOD_MS constant. */\r
-#define mainCHECK_TIMER_PERIOD_MS                      ( 3000UL / portTICK_PERIOD_MS )\r
-\r
-/* The period at which the check timer will expire, in ms, if an error has been\r
-reported in one of the standard demo tasks.  ms are converted to the equivalent\r
-in ticks using the portTICK_PERIOD_MS constant. */\r
-#define mainERROR_CHECK_TIMER_PERIOD_MS        ( 200UL / portTICK_PERIOD_MS )\r
-\r
-/* The priorities of the various demo application tasks. */\r
-#define mainSEM_TEST_PRIORITY                          ( tskIDLE_PRIORITY + 1 )\r
-#define mainBLOCK_Q_PRIORITY                           ( tskIDLE_PRIORITY + 2 )\r
-#define mainCOM_TEST_PRIORITY                          ( tskIDLE_PRIORITY + 2 )\r
-#define mainINTEGER_TASK_PRIORITY           ( tskIDLE_PRIORITY )\r
-#define mainGEN_QUEUE_TASK_PRIORITY                    ( tskIDLE_PRIORITY )\r
-#define mainQUEUE_OVERWRITE_TASK_PRIORITY      ( tskIDLE_PRIORITY )\r
-\r
-/* The LED controlled by the 'check' software timer. */\r
-#define mainCHECK_LED                                          ( 2 )\r
-\r
-/* The number of LEDs that should be controlled by the flash software timer\r
-standard demo.  In this case it is only 1 as the starter kit has three LEDs, one\r
-of which is controlled by the check timer and one of which is controlled by the\r
-ISR triggered task. */\r
-#define mainNUM_FLASH_TIMER_LEDS                       ( 1 )\r
-\r
-/* Misc. */\r
-#define mainDONT_BLOCK                                         ( 0 )\r
-\r
-/* Note:  If the application is started without the network cable plugged in\r
-then ipconfigUDP_TASK_PRIORITY should be set to 0 in FreeRTOSIPConfig.h to\r
-ensure the IP task is created at the idle priority.  This is because the Atmel\r
-ASF GMAC driver polls the GMAC looking for a connection, and doing so will\r
-prevent any lower priority tasks from executing.  In this demo the IP task is\r
-started at the idle priority, then set to configMAX_PRIORITIES - 2 in the\r
-network event hook only after a connection has been established (when the event\r
-passed into the network event hook is eNetworkUp).\r
-http://www.FreeRTOS.org/udp */\r
-#define mainCONNECTED_IP_TASK_PRIORITY         ( configMAX_PRIORITIES - 1 )\r
-#define mainDISCONNECTED_IP_TASK_PRIORITY      ( tskIDLE_PRIORITY )\r
-\r
-/* UDP command server and echo task parameters. */\r
-#define mainUDP_CLI_TASK_PRIORITY                      ( tskIDLE_PRIORITY )\r
-#define mainUDP_CLI_PORT_NUMBER                                ( 5001UL )\r
-#define mainUDP_CLI_TASK_STACK_SIZE                    ( configMINIMAL_STACK_SIZE + 90 )\r
-#define mainECHO_CLIENT_STACK_SIZE                     ( configMINIMAL_STACK_SIZE + 30 )\r
-\r
-/* Set to 1 to include the UDP echo client tasks in the build.  The echo clients\r
-require the IP address of the echo server to be defined using the\r
-configECHO_SERVER_ADDR0 to configECHO_SERVER_ADDR3 constants in\r
-FreeRTOSConfig.h. */\r
-#define mainINCLUDE_ECHO_CLIENT_TASKS          1\r
-\r
-/* Used by the standard demo timer tasks. */\r
-#define mainTIMER_TEST_PERIOD                          ( 50 )\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/*\r
- * The check timer callback function, as described at the top of this file.\r
- */\r
-static void prvCheckTimerCallback( TimerHandle_t xTimer );\r
-\r
-/*\r
- * Creates a set of sample files on a RAM disk.  http://www.FreeRTOS.org/fat_sl\r
- */\r
-extern void vCreateAndVerifySampleFiles( void );\r
-\r
-/*\r
- * Register sample generic commands that can be used with FreeRTOS+CLI.  Type\r
- * 'help' in the command line to see a list of registered commands.\r
- * http://www.FreeRTOS.org/cli\r
- */\r
-extern void vRegisterSampleCLICommands( void );\r
-\r
-/*\r
- * Register sample file system commands that can be used with FreeRTOS+CLI.\r
- */\r
-extern void vRegisterFileSystemCLICommands( void );\r
-\r
-/*\r
- * Register sample UDP related commands that can be used with FreeRTOS+CLI.\r
- */\r
-extern void vRegisterUDPCLICommands( void );\r
-\r
-/*\r
- * Initialise the LCD and output a bitmap.\r
- */\r
-extern void vInitialiseLCD( void );\r
-\r
-/*\r
- * Register check tasks, and the tasks used to write over and check the contents\r
- * of the FPU registers, as described at the top of this file.  The nature of\r
- * these files necessitates that they are written in an assembly file.\r
- */\r
-static void prvRegTest1Task( void *pvParameters ) __attribute__((naked));\r
-static void prvRegTest2Task( void *pvParameters ) __attribute__((naked));\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-/* The default IP and MAC address used by the demo.  The address configuration\r
-defined here will be used if ipconfigUSE_DHCP is 0, or if ipconfigUSE_DHCP is\r
-1 but a DHCP server could not be contacted.  See the online documentation for\r
-more information. */\r
-static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_ADDR3 };\r
-static const uint8_t ucNetMask[ 4 ] = { configNET_MASK0, configNET_MASK1, configNET_MASK2, configNET_MASK3 };\r
-static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATEWAY_ADDR2, configGATEWAY_ADDR3 };\r
-static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, configDNS_SERVER_ADDR2, configDNS_SERVER_ADDR3 };\r
-\r
-/* The MAC address used by the demo.  In production units the MAC address would\r
-probably be read from flash memory or an EEPROM.  Here it is just hard coded.\r
-Note each node on a network must have a unique MAC address. */\r
-const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_ADDR2, configMAC_ADDR3, configMAC_ADDR4, configMAC_ADDR5 };\r
-\r
-/* The following two variables are used to communicate the status of the\r
-register check tasks to the check software timer.  If the variables keep\r
-incrementing, then the register check tasks have not discovered any errors.  If\r
-a variable stops incrementing, then an error has been found. */\r
-volatile unsigned long ulRegTest1LoopCounter = 0UL, ulRegTest2LoopCounter = 0UL;\r
-\r
-/*-----------------------------------------------------------*/\r
-\r
-int main_full( void )\r
-{\r
-       /* Usage instructions on http://www.FreeRTOS.org/Atmel_SAM4E_RTOS_Demo.html */\r
-\r
-       /* Initialise the LCD and output a bitmap.  The IP address will also be\r
-       displayed on the LCD when it has been obtained. */\r
-       vInitialiseLCD();\r
-\r
-       /* If the file system is only going to be accessed from one task then\r
-       F_FS_THREAD_AWARE can be set to 0 and the set of example files are created\r
-       before the RTOS scheduler is started.  If the file system is going to be\r
-       access from more than one task then F_FS_THREAD_AWARE must be set to 1 and\r
-       the     set of sample files are created from the idle task hook function\r
-       vApplicationIdleHook(). */\r
-       #if( F_FS_THREAD_AWARE == 0 )\r
-       {\r
-               /* Initialise the drive and file system, then create a few example\r
-               files.  The files can be viewed and accessed via the CLI.  View the\r
-               documentation page for this demo (link at the top of this file) for more\r
-               information. */\r
-               vCreateAndVerifySampleFiles();\r
-       }\r
-       #endif\r
-\r
-       /* Register example generic, file system related and UDP related CLI\r
-       commands respectively.  Type 'help' into the command console to view a list\r
-       of registered commands. */\r
-       vRegisterSampleCLICommands();\r
-       vRegisterFileSystemCLICommands();\r
-       vRegisterUDPCLICommands();\r
-\r
-       /* Initialise the network interface.  Tasks that use the network are\r
-       created in the network event hook when the network is connected and ready\r
-       for use.  The address values passed in here are used if ipconfigUSE_DHCP is\r
-       set to 0, or if ipconfigUSE_DHCP is set to 1 but a DHCP server cannot be\r
-       contacted.  The IP address actually used is displayed on the LCD (after DHCP\r
-       has completed if DHCP is used). */\r
-       FreeRTOS_IPInit( ucIPAddress, ucNetMask, ucGatewayAddress, ucDNSServerAddress, ucMACAddress );\r
-\r
-       /* Create all the other standard demo tasks. */ \r
-       vCreateBlockTimeTasks();\r
-       vStartSemaphoreTasks( mainSEM_TEST_PRIORITY );\r
-       vStartGenericQueueTasks( mainGEN_QUEUE_TASK_PRIORITY );\r
-       vStartQueuePeekTasks();\r
-       vStartCountingSemaphoreTasks();\r
-       vStartDynamicPriorityTasks();\r
-       vStartQueueOverwriteTask( mainQUEUE_OVERWRITE_TASK_PRIORITY );\r
-       vStartQueueSetTasks();\r
-       vStartRecursiveMutexTasks();\r
-       vStartEventGroupTasks();\r
-       vStartTaskNotifyTask();\r
-       vStartInterruptSemaphoreTasks();\r
-       vStartTimerDemoTask( mainTIMER_TEST_PERIOD );\r
-       vStartInterruptQueueTasks();\r
-\r
-       /* Create the register check tasks, as described at the top of this\r
-       file */\r
-       xTaskCreate( prvRegTest1Task, "Reg1", configMINIMAL_STACK_SIZE, ( void * ) NULL, tskIDLE_PRIORITY, NULL );\r
-       xTaskCreate( prvRegTest2Task, "Reg2", configMINIMAL_STACK_SIZE, ( void * ) NULL, tskIDLE_PRIORITY, NULL );\r
-\r
-       /* Start the scheduler itself. */\r
-       vTaskStartScheduler();\r
-\r
-       /* If all is well, the scheduler will now be running, and the following line\r
-       will never be reached.  If the following line does execute, then there was\r
-       insufficient FreeRTOS heap memory available for the idle and/or timer tasks\r
-       to be created.  See the memory management section on the FreeRTOS web site\r
-       for more details. */\r
-       for( ;; );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-static void prvCheckTimerCallback( TimerHandle_t xTimer )\r
-{\r
-static long lChangedTimerPeriodAlready = pdFALSE;\r
-static unsigned long ulLastRegTest1Value = 0, ulLastRegTest2Value = 0;\r
-unsigned long ulErrorOccurred = pdFALSE;\r
-\r
-       /* Avoid compiler warnings. */\r
-       ( void ) xTimer;\r
-\r
-       /* Have any of the standard demo tasks detected an error in their\r
-       operation? */\r
-       if( xAreGenericQueueTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 3UL );\r
-       }\r
-       else if( xAreQueuePeekTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 4UL );\r
-       }\r
-       else if( xAreBlockTimeTestTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 5UL );\r
-       }\r
-       else if( xAreSemaphoreTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 6UL );\r
-       }\r
-       else if( xAreCountingSemaphoreTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 8UL );\r
-       }\r
-       else if( xAreDynamicPriorityTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 9UL );\r
-       }\r
-       else if( xIsQueueOverwriteTaskStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 10UL );\r
-       }\r
-       else if( xAreQueueSetTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 11UL );\r
-       }\r
-       else if( xAreRecursiveMutexTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 12UL );\r
-       }\r
-       else if( xAreEventGroupTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 13UL );\r
-       }\r
-       else if( xAreTaskNotificationTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 14UL );\r
-       }\r
-       else if( xAreInterruptSemaphoreTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= ( 0x01UL << 15UL );\r
-       }\r
-       else if( xAreTimerDemoTasksStillRunning( mainCHECK_TIMER_PERIOD_MS ) != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= 1UL << 16UL;\r
-       }       \r
-       else if( xAreIntQueueTasksStillRunning() != pdTRUE )\r
-       {\r
-               ulErrorOccurred |= 1UL << 17UL;\r
-       }\r
-\r
-       \r
-       /* Check that the register test 1 task is still running. */\r
-       if( ulLastRegTest1Value == ulRegTest1LoopCounter )\r
-       {\r
-               ulErrorOccurred |= 1UL << 18UL;\r
-       }\r
-       ulLastRegTest1Value = ulRegTest1LoopCounter;\r
-\r
-       /* Check that the register test 2 task is still running. */\r
-       if( ulLastRegTest2Value == ulRegTest2LoopCounter )\r
-       {\r
-               ulErrorOccurred |= 1UL << 19UL;\r
-       }\r
-       ulLastRegTest2Value = ulRegTest2LoopCounter;\r
-\r
-       if( ulErrorOccurred != pdFALSE )\r
-       {\r
-               /* An error occurred.  Increase the frequency at which the check timer\r
-               toggles its LED to give visual feedback of the potential error\r
-               condition. */\r
-               if( lChangedTimerPeriodAlready == pdFALSE )\r
-               {\r
-                       lChangedTimerPeriodAlready = pdTRUE;\r
-\r
-                       /* This call to xTimerChangePeriod() uses a zero block time.\r
-                       Functions called from inside of a timer callback function must\r
-                       *never* attempt to block as to do so could impact other software\r
-                       timers. */\r
-                       xTimerChangePeriod( xTimer, ( mainERROR_CHECK_TIMER_PERIOD_MS ), mainDONT_BLOCK );\r
-               }\r
-       }\r
-\r
-       /* Toggle the LED to give visual feedback of the system status.  The rate at\r
-       which the LED toggles will increase to mainERROR_CHECK_TIMER_PERIOD_MS if a\r
-       suspected error has been found in any of the standard demo tasks. */\r
-       vParTestToggleLED( mainCHECK_LED );\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called by FreeRTOS+UDP when the network connects. */\r
-void vApplicationIPNetworkEventHook( eIPCallbackEvent_t eNetworkEvent )\r
-{\r
-static long lTasksAlreadyCreated = pdFALSE;\r
-const unsigned long ulXCoord = 3, ulYCoord = 3, ulIPAddressOffset = 45;\r
-unsigned long ulIPAddress;\r
-char cIPAddress[ 20 ];\r
-\r
-       /* Note:  If the application is started without the network cable plugged in\r
-       then ipconfigUDP_TASK_PRIORITY should be set to 0 in FreeRTOSIPConfig.h to\r
-       ensure the IP task is created at the idle priority.  This is because the Atmel\r
-       ASF GMAC driver polls the GMAC looking for a connection, and doing so will\r
-       prevent any lower priority tasks from executing.  In this demo the IP task is\r
-       started at the idle priority, then set to configMAX_PRIORITIES - 2 in the\r
-       network event hook only after a connection has been established (when the event\r
-       passed into the network event hook is eNetworkUp). */\r
-       if( eNetworkEvent == eNetworkUp )\r
-       {\r
-               /* Ensure tasks are only created once. */\r
-               if( lTasksAlreadyCreated == pdFALSE )\r
-               {\r
-                       /* Create the task that handles the CLI on a UDP port.  The port\r
-                       number is set using the configUDP_CLI_PORT_NUMBER setting in\r
-                       FreeRTOSConfig.h. */\r
-                       vStartUDPCommandInterpreterTask( mainUDP_CLI_TASK_STACK_SIZE, mainUDP_CLI_PORT_NUMBER, mainUDP_CLI_TASK_PRIORITY );\r
-\r
-                       #if( mainINCLUDE_ECHO_CLIENT_TASKS == 1 )\r
-                       {\r
-                               /* Create the UDP echo tasks.  The UDP echo tasks require the IP\r
-                               address of the echo server to be defined using the\r
-                               configECHO_SERVER_ADDR0 to configECHO_SERVER_ADDR3 constants in\r
-                               FreeRTOSConfig.h. */\r
-                               vStartEchoClientTasks( mainECHO_CLIENT_STACK_SIZE, tskIDLE_PRIORITY );\r
-                       }\r
-                       #endif\r
-               }\r
-\r
-               /* Obtain the IP address, convert it to a string, then display it on the\r
-               LCD. */\r
-               FreeRTOS_GetAddressConfiguration( &ulIPAddress, NULL, NULL, NULL );\r
-               FreeRTOS_inet_ntoa( ulIPAddress, cIPAddress );\r
-               ili93xx_draw_string( ulXCoord, ulYCoord, ( uint8_t * ) "IP: " );\r
-               ili93xx_draw_string( ulXCoord + ulIPAddressOffset, ulYCoord, ( uint8_t * ) cIPAddress );\r
-\r
-               /* Set the priority of the IP task up to the desired priority now it has\r
-               connected. */\r
-               vTaskPrioritySet( NULL, mainCONNECTED_IP_TASK_PRIORITY );\r
-       }\r
-\r
-       /* NOTE:  At the time of writing the Ethernet driver does not report the\r
-       cable being unplugged - so the following if() condition will never be met.\r
-       It is included for possible future updates to the driver. */\r
-       if( eNetworkEvent == eNetworkDown )\r
-       {\r
-               /* Ensure the Atmel GMAC drivers don't hog all the CPU time as they look\r
-               for a new connection by lowering the priority of the IP task to that of\r
-               the Idle task. */\r
-               vTaskPrioritySet( NULL, tskIDLE_PRIORITY );\r
-\r
-               /* Disconnected - so no IP address. */\r
-               ili93xx_draw_string( ulXCoord, ulYCoord, ( uint8_t * ) "IP:                  " );\r
-       }\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vFullDemoIdleHook( void )\r
-{\r
-static TimerHandle_t xCheckTimer = NULL;\r
-               \r
-       if( xCheckTimer == NULL )\r
-       {\r
-               /* Create the software timer that performs the 'check' \r
-               functionality, in the full demo.  This is not done before the\r
-               scheduler is started as to do so would prevent the standard demo\r
-               timer tasks from passing their tests (they expect the timer\r
-               command queue to be empty. */\r
-               xCheckTimer = xTimerCreate( "CheckTimer",                                       /* A text name, purely to help debugging. */\r
-                                                                       ( mainCHECK_TIMER_PERIOD_MS ),  /* The timer period, in this case 3000ms (3s). */\r
-                                                                       pdTRUE,                                                 /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
-                                                                       ( void * ) 0,                                   /* The ID is not used, so can be set to anything. */\r
-                                                                       prvCheckTimerCallback );                /* The callback function that inspects the status of all the other tasks. */\r
-\r
-               if( xCheckTimer != NULL )\r
-               {\r
-                       xTimerStart( xCheckTimer, mainDONT_BLOCK );\r
-               }\r
-               \r
-               /* Also start some timers that just flash LEDs. */\r
-               vStartLEDFlashTimers( mainNUM_FLASH_TIMER_LEDS );\r
-       }\r
-       \r
-       /* If the file system is only going to be accessed from one task then\r
-       F_FS_THREAD_AWARE can be set to 0 and the set of example files is created\r
-       before the RTOS scheduler is started.  If the file system is going to be\r
-       access from more than one task then F_FS_THREAD_AWARE must be set to 1 and\r
-       the     set of sample files are created from the idle task hook function. */\r
-       #if( F_FS_THREAD_AWARE == 1 )\r
-       {\r
-               static portBASE_TYPE xCreatedSampleFiles = pdFALSE;\r
-\r
-               /* Initialise the drive and file system, then create a few example\r
-               files.  The output from this function just goes to the stdout window,\r
-               allowing the output to be viewed when the UDP command console is not\r
-               connected. */\r
-               if( xCreatedSampleFiles == pdFALSE )\r
-               {\r
-                       vCreateAndVerifySampleFiles();\r
-                       xCreatedSampleFiles = pdTRUE;\r
-               }\r
-       }\r
-       #endif\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-void vFullDemoTickHook( void )\r
-{\r
-       /* Call the periodic queue overwrite from ISR test function. */\r
-       vQueueOverwritePeriodicISRDemo();\r
-\r
-       /* Call the periodic queue set ISR test function. */\r
-       vQueueSetAccessQueueSetFromISR();\r
-       \r
-       /* Call the event group ISR tests. */\r
-       vPeriodicEventGroupsProcessing();\r
-       \r
-       /* Exercise task notifications from interrupts. */\r
-       xNotifyTaskFromISR();\r
-       \r
-       /* Use mutexes from interrupts. */\r
-       vInterruptSemaphorePeriodicTest();\r
-       \r
-       /* Use timers from an interrupt. */\r
-       vTimerPeriodicISRTests();\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* Called automatically when a reply to an outgoing ping is received. */\r
-void vApplicationPingReplyHook( ePingReplyStatus_t eStatus, uint16_t usIdentifier )\r
-{\r
-       /* This demo has nowhere to output any information so does nothing, but the\r
-       IP address resolved for the pined URL is displayed in the CLI. */\r
-       ( void ) usIdentifier;\r
-       ( void ) eStatus;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* This is a naked function. */\r
-static void prvRegTest1Task( void *pvParameters )\r
-{\r
-       __asm volatile\r
-       (\r
-               "       /* Fill the core registers with known values. */                \n"\r
-               "       mov r0, #100                                                                                    \n"\r
-               "       mov r1, #101                                                                                    \n"\r
-               "       mov r2, #102                                                                                    \n"\r
-               "       mov r3, #103                                                                                    \n"\r
-               "       mov     r4, #104                                                                                        \n"\r
-               "       mov     r5, #105                                                                                        \n"\r
-               "       mov     r6, #106                                                                                        \n"\r
-               "       mov r7, #107                                                                                    \n"\r
-               "       mov     r8, #108                                                                                        \n"\r
-               "       mov     r9, #109                                                                                        \n"\r
-               "       mov     r10, #110                                                                                       \n"\r
-               "       mov     r11, #111                                                                                       \n"\r
-               "       mov r12, #112                                                                                   \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Fill the VFP registers with known values. */                 \n"\r
-               "       vmov d0, r0, r1                                                                                 \n"\r
-               "       vmov d1, r2, r3                                                                                 \n"\r
-               "       vmov d2, r4, r5                                                                                 \n"\r
-               "       vmov d3, r6, r7                                                                                 \n"\r
-               "       vmov d4, r8, r9                                                                                 \n"\r
-               "       vmov d5, r10, r11                                                                               \n"\r
-               "       vmov d6, r0, r1                                                                                 \n"\r
-               "       vmov d7, r2, r3                                                                                 \n"\r
-               "       vmov d8, r4, r5                                                                                 \n"\r
-               "       vmov d9, r6, r7                                                                                 \n"\r
-               "       vmov d10, r8, r9                                                                                \n"\r
-               "       vmov d11, r10, r11                                                                              \n"\r
-               "       vmov d12, r0, r1                                                                                \n"\r
-               "       vmov d13, r2, r3                                                                                \n"\r
-               "       vmov d14, r4, r5                                                                                \n"\r
-               "       vmov d15, r6, r7                                                                                \n"\r
-               "                                                                                                                       \n"\r
-               "reg1_loop:                                                                                                     \n"\r
-               "       /* Check all the VFP registers still contain the values set above.\n"\r
-               "       First save registers that are clobbered by the test. */ \n"\r
-               "       push { r0-r1 }                                                                                  \n"\r
-               "                                                                                                                       \n"\r
-               "       vmov r0, r1, d0                                                                                 \n"\r
-               "       cmp r0, #100                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #101                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d1                                                                                 \n"\r
-               "       cmp r0, #102                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #103                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d2                                                                                 \n"\r
-               "       cmp r0, #104                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #105                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d3                                                                                 \n"\r
-               "       cmp r0, #106                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #107                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d4                                                                                 \n"\r
-               "       cmp r0, #108                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #109                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d5                                                                                 \n"\r
-               "       cmp r0, #110                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #111                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d6                                                                                 \n"\r
-               "       cmp r0, #100                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #101                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d7                                                                                 \n"\r
-               "       cmp r0, #102                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #103                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d8                                                                                 \n"\r
-               "       cmp r0, #104                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #105                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d9                                                                                 \n"\r
-               "       cmp r0, #106                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #107                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d10                                                                                \n"\r
-               "       cmp r0, #108                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #109                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d11                                                                                \n"\r
-               "       cmp r0, #110                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #111                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d12                                                                                \n"\r
-               "       cmp r0, #100                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #101                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d13                                                                                \n"\r
-               "       cmp r0, #102                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #103                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d14                                                                                \n"\r
-               "       cmp r0, #104                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #105                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d15                                                                                \n"\r
-               "       cmp r0, #106                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "       cmp r1, #107                                                                                    \n"\r
-               "       bne reg1_error_loopf                                                                    \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Restore the registers that were clobbered by the test. */\n"\r
-               "       pop {r0-r1}                                                                                             \n"\r
-               "                                                                                                                       \n"\r
-               "       /* VFP register test passed.  Jump to the core register test. */\n"\r
-               "       b reg1_loopf_pass                                                                               \n"\r
-               "                                                                                                                       \n"\r
-               "reg1_error_loopf:                                                                                      \n"\r
-               "       /* If this line is hit then a VFP register value was found to be\n"\r
-               "       incorrect. */                                                                                   \n"\r
-               "       b reg1_error_loopf                                                                              \n"\r
-               "                                                                                                                       \n"\r
-               "reg1_loopf_pass:                                                                                       \n"\r
-               "                                                                                                                       \n"\r
-               "       cmp     r0, #100                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r1, #101                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r2, #102                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp r3, #103                                                                                    \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r4, #104                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r5, #105                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r6, #106                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r7, #107                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r8, #108                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r9, #109                                                                                        \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r10, #110                                                                                       \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r11, #111                                                                                       \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "       cmp     r12, #112                                                                                       \n"\r
-               "       bne     reg1_error_loop                                                                         \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Everything passed, increment the loop counter. */    \n"\r
-               "       push { r0-r1 }                                                                                  \n"\r
-               "       ldr     r0, =ulRegTest1LoopCounter                                                      \n"\r
-               "       ldr r1, [r0]                                                                                    \n"\r
-               "       adds r1, r1, #1                                                                                 \n"\r
-               "       str r1, [r0]                                                                                    \n"\r
-               "       pop { r0-r1 }                                                                                   \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Start again. */                                                                              \n"\r
-               "       b reg1_loop                                                                                             \n"\r
-               "                                                                                                                       \n"\r
-               "reg1_error_loop:                                                                                       \n"\r
-               "       /* If this line is hit then there was an error in a core register value.\n"\r
-               "       The loop ensures the loop counter stops incrementing. */\n"\r
-               "       b reg1_error_loop                                                                               \n"\r
-               "       nop                                                                                                             "\r
-       );\r
-       \r
-       /* Remove compiler warnings about unused parameters. */\r
-       ( void ) pvParameters;\r
-}\r
-/*-----------------------------------------------------------*/\r
-\r
-/* This is a naked function. */\r
-static void prvRegTest2Task( void *pvParameters )\r
-{\r
-       __asm volatile\r
-       (\r
-               "       /* Set all the core registers to known values. */               \n"\r
-               "       mov r0, #-1                                                                                             \n"\r
-               "       mov r1, #1                                                                                              \n"\r
-               "       mov r2, #2                                                                                              \n"\r
-               "       mov r3, #3                                                                                              \n"\r
-               "       mov     r4, #4                                                                                          \n"\r
-               "       mov     r5, #5                                                                                          \n"\r
-               "       mov     r6, #6                                                                                          \n"\r
-               "       mov r7, #7                                                                                              \n"\r
-               "       mov     r8, #8                                                                                          \n"\r
-               "       mov     r9, #9                                                                                          \n"\r
-               "       mov     r10, #10                                                                                        \n"\r
-               "       mov     r11, #11                                                                                        \n"\r
-               "       mov r12, #12                                                                                    \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Set all the VFP to known values. */                                  \n"\r
-               "       vmov d0, r0, r1                                                                                 \n"\r
-               "       vmov d1, r2, r3                                                                                 \n"\r
-               "       vmov d2, r4, r5                                                                                 \n"\r
-               "       vmov d3, r6, r7                                                                                 \n"\r
-               "       vmov d4, r8, r9                                                                                 \n"\r
-               "       vmov d5, r10, r11                                                                               \n"\r
-               "       vmov d6, r0, r1                                                                                 \n"\r
-               "       vmov d7, r2, r3                                                                                 \n"\r
-               "       vmov d8, r4, r5                                                                                 \n"\r
-               "       vmov d9, r6, r7                                                                                 \n"\r
-               "       vmov d10, r8, r9                                                                                \n"\r
-               "       vmov d11, r10, r11                                                                              \n"\r
-               "       vmov d12, r0, r1                                                                                \n"\r
-               "       vmov d13, r2, r3                                                                                \n"\r
-               "       vmov d14, r4, r5                                                                                \n"\r
-               "       vmov d15, r6, r7                                                                                \n"\r
-               "                                                                                                                       \n"\r
-               "reg2_loop:                                                                                                     \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Check all the VFP registers still contain the values set above.\n"\r
-               "       First save registers that are clobbered by the test. */ \n"\r
-               "       push { r0-r1 }                                                                                  \n"\r
-               "                                                                                                                       \n"\r
-               "       vmov r0, r1, d0                                                                                 \n"\r
-               "       cmp r0, #-1                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #1                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d1                                                                                 \n"\r
-               "       cmp r0, #2                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #3                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d2                                                                                 \n"\r
-               "       cmp r0, #4                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #5                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d3                                                                                 \n"\r
-               "       cmp r0, #6                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #7                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d4                                                                                 \n"\r
-               "       cmp r0, #8                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #9                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d5                                                                                 \n"\r
-               "       cmp r0, #10                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #11                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d6                                                                                 \n"\r
-               "       cmp r0, #-1                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #1                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d7                                                                                 \n"\r
-               "       cmp r0, #2                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #3                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d8                                                                                 \n"\r
-               "       cmp r0, #4                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #5                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d9                                                                                 \n"\r
-               "       cmp r0, #6                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #7                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d10                                                                                \n"\r
-               "       cmp r0, #8                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #9                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d11                                                                                \n"\r
-               "       cmp r0, #10                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #11                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d12                                                                                \n"\r
-               "       cmp r0, #-1                                                                                             \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #1                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d13                                                                                \n"\r
-               "       cmp r0, #2                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #3                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d14                                                                                \n"\r
-               "       cmp r0, #4                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #5                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       vmov r0, r1, d15                                                                                \n"\r
-               "       cmp r0, #6                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "       cmp r1, #7                                                                                              \n"\r
-               "       bne reg2_error_loopf                                                                    \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Restore the registers that were clobbered by the test. */\n"\r
-               "       pop {r0-r1}                                                                                             \n"\r
-               "                                                                                                                       \n"\r
-               "       /* VFP register test passed.  Jump to the core register test. */\n"\r
-               "       b reg2_loopf_pass                                                                               \n"\r
-               "                                                                                                                       \n"\r
-               "reg2_error_loopf:                                                                                      \n"\r
-               "       /* If this line is hit then a VFP register value was found to be\n"\r
-               "       incorrect. */                                                                                   \n"\r
-               "       b reg2_error_loopf                                                                              \n"\r
-               "                                                                                                                       \n"\r
-               "reg2_loopf_pass:                                                                                       \n"\r
-               "                                                                                                                       \n"\r
-               "       cmp     r0, #-1                                                                                         \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r1, #1                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r2, #2                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp r3, #3                                                                                              \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r4, #4                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r5, #5                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r6, #6                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r7, #7                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r8, #8                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r9, #9                                                                                          \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r10, #10                                                                                        \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r11, #11                                                                                        \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "       cmp     r12, #12                                                                                        \n"\r
-               "       bne     reg2_error_loop                                                                         \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Increment the loop counter to indicate this test is still functioning\n"\r
-               "       correctly. */                                                                                   \n"\r
-               "       push { r0-r1 }                                                                                  \n"\r
-               "       ldr     r0, =ulRegTest2LoopCounter                                                      \n"\r
-               "       ldr r1, [r0]                                                                                    \n"\r
-               "       adds r1, r1, #1                                                                                 \n"\r
-               "       str r1, [r0]                                                                                    \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Yield to increase test coverage. */                                  \n"\r
-               "       movs r0, #0x01                                                                                  \n"\r
-               "       ldr r1, =0xe000ed04                                                                     \n" /* NVIC_INT_CTRL */\r
-               "       lsl r0, #28                                                                                     \n" /* Shift to PendSV bit */\r
-               "       str r0, [r1]                                                                                    \n"\r
-               "       dsb                                                                                                             \n"\r
-               "       pop { r0-r1 }                                                                                   \n"\r
-               "                                                                                                                       \n"\r
-               "       /* Start again. */                                                                              \n"\r
-               "       b reg2_loop                                                                                             \n"\r
-               "                                                                                                                       \n"\r
-               "reg2_error_loop:                                                                                       \n"\r
-               "       /* If this line is hit then there was an error in a core register value.\n"\r
-               "       This loop ensures the loop counter variable stops incrementing. */\n"\r
-               "       b reg2_error_loop                                                                               \n"\r
-               "       nop                                                                                                             \n"\r
-       );\r
-\r
-       /* Remove compiler warnings about unused parameters. */\r
-       ( void ) pvParameters;\r
-}\r
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/printf-stdarg.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/printf-stdarg.c
deleted file mode 100644 (file)
index 7062a04..0000000
+++ /dev/null
@@ -1,280 +0,0 @@
-/*
-       Copyright 2001, 2002 Georges Menie (www.menie.org)
-       stdarg version contributed by Christian Ettinger
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU Lesser General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-*/
-
-/*
-       putchar is the only external dependency for this file,
-       if you have a working putchar, leave it commented out.
-       If not, uncomment the define below and
-       replace outbyte(c) by your own function call.
-
-#define putchar(c) outbyte(c)
-*/
-
-#include <stdarg.h>
-
-static void printchar(char **str, int c)
-{
-       extern int putchar(int c);
-
-       if (str) {
-               **str = c;
-               ++(*str);
-       }
-       else (void)putchar(c);
-}
-
-#define PAD_RIGHT 1
-#define PAD_ZERO 2
-
-static int prints(char **out, const char *string, int width, int pad)
-{
-       register int pc = 0, padchar = ' ';
-
-       if (width > 0) {
-               register int len = 0;
-               register const char *ptr;
-               for (ptr = string; *ptr; ++ptr) ++len;
-               if (len >= width) width = 0;
-               else width -= len;
-               if (pad & PAD_ZERO) padchar = '0';
-       }
-       if (!(pad & PAD_RIGHT)) {
-               for ( ; width > 0; --width) {
-                       printchar (out, padchar);
-                       ++pc;
-               }
-       }
-       for ( ; *string ; ++string) {
-               printchar (out, *string);
-               ++pc;
-       }
-       for ( ; width > 0; --width) {
-               printchar (out, padchar);
-               ++pc;
-       }
-
-       return pc;
-}
-
-/* the following should be enough for 32 bit int */
-#define PRINT_BUF_LEN 12
-
-static int printi(char **out, int i, int b, int sg, int width, int pad, int letbase)
-{
-       char print_buf[PRINT_BUF_LEN];
-       register char *s;
-       register int t, neg = 0, pc = 0;
-       register unsigned int u = i;
-
-       if (i == 0) {
-               print_buf[0] = '0';
-               print_buf[1] = '\0';
-               return prints (out, print_buf, width, pad);
-       }
-
-       if (sg && b == 10 && i < 0) {
-               neg = 1;
-               u = -i;
-       }
-
-       s = print_buf + PRINT_BUF_LEN-1;
-       *s = '\0';
-
-       while (u) {
-               t = u % b;
-               if( t >= 10 )
-                       t += letbase - '0' - 10;
-               *--s = t + '0';
-               u /= b;
-       }
-
-       if (neg) {
-               if( width && (pad & PAD_ZERO) ) {
-                       printchar (out, '-');
-                       ++pc;
-                       --width;
-               }
-               else {
-                       *--s = '-';
-               }
-       }
-
-       return pc + prints (out, s, width, pad);
-}
-
-static int print( char **out, const char *format, va_list args )
-{
-       register int width, pad;
-       register int pc = 0;
-       char scr[2];\r
-\r
-       for (; *format != 0; ++format) {\r
-               if (*format == '%') {
-                       ++format;
-                       width = pad = 0;
-                       if (*format == '\0') break;
-                       if (*format == '%') goto out;
-                       if (*format == '-') {
-                               ++format;
-                               pad = PAD_RIGHT;
-                       }
-                       while (*format == '0') {
-                               ++format;
-                               pad |= PAD_ZERO;
-                       }
-                       for ( ; *format >= '0' && *format <= '9'; ++format) {
-                               width *= 10;
-                               width += *format - '0';
-                       }
-                       if( *format == 's' ) {
-                               register char *s = (char *)va_arg( args, int );
-                               pc += prints (out, s?s:"(null)", width, pad);
-                               continue;
-                       }
-                       if( *format == 'd' ) {
-                               pc += printi (out, va_arg( args, int ), 10, 1, width, pad, 'a');
-                               continue;
-                       }
-                       if( *format == 'x' ) {
-                               pc += printi (out, va_arg( args, int ), 16, 0, width, pad, 'a');
-                               continue;
-                       }
-                       if( *format == 'X' ) {
-                               pc += printi (out, va_arg( args, int ), 16, 0, width, pad, 'A');
-                               continue;
-                       }
-                       if( *format == 'u' ) {
-                               pc += printi (out, va_arg( args, int ), 10, 0, width, pad, 'a');
-                               continue;
-                       }
-                       if( *format == 'c' ) {
-                               /* char are converted to int then pushed on the stack */
-                               scr[0] = (char)va_arg( args, int );
-                               scr[1] = '\0';
-                               pc += prints (out, scr, width, pad);
-                               continue;
-                       }
-               }
-               else {
-               out:\r
-                       printchar (out, *format);
-                       ++pc;\r
-               }
-       }
-       if (out) **out = '\0';
-       va_end( args );
-       return pc;
-}
-
-int printf(const char *format, ...)
-{
-        va_list args;
-
-        va_start( args, format );
-        return print( 0, format, args );
-}
-
-int sprintf(char *out, const char *format, ...)
-{
-        va_list args;
-
-        va_start( args, format );
-        return print( &out, format, args );
-}
-\r
-\r
-int snprintf( char *buf, unsigned int count, const char *format, ... )\r
-{\r
-        va_list args;
-
-        ( void ) count;\r
-\r
-        va_start( args, format );\r
-        return print( &buf, format, args );\r
-}\r
-\r
-
-#ifdef TEST_PRINTF
-int main(void)
-{
-       char *ptr = "Hello world!";
-       char *np = 0;
-       int i = 5;
-       unsigned int bs = sizeof(int)*8;
-       int mi;
-       char buf[80];
-
-       mi = (1 << (bs-1)) + 1;
-       printf("%s\n", ptr);
-       printf("printf test\n");
-       printf("%s is null pointer\n", np);
-       printf("%d = 5\n", i);
-       printf("%d = - max int\n", mi);
-       printf("char %c = 'a'\n", 'a');
-       printf("hex %x = ff\n", 0xff);
-       printf("hex %02x = 00\n", 0);
-       printf("signed %d = unsigned %u = hex %x\n", -3, -3, -3);
-       printf("%d %s(s)%", 0, "message");
-       printf("\n");
-       printf("%d %s(s) with %%\n", 0, "message");
-       sprintf(buf, "justif: \"%-10s\"\n", "left"); printf("%s", buf);
-       sprintf(buf, "justif: \"%10s\"\n", "right"); printf("%s", buf);
-       sprintf(buf, " 3: %04d zero padded\n", 3); printf("%s", buf);
-       sprintf(buf, " 3: %-4d left justif.\n", 3); printf("%s", buf);
-       sprintf(buf, " 3: %4d right justif.\n", 3); printf("%s", buf);
-       sprintf(buf, "-3: %04d zero padded\n", -3); printf("%s", buf);
-       sprintf(buf, "-3: %-4d left justif.\n", -3); printf("%s", buf);
-       sprintf(buf, "-3: %4d right justif.\n", -3); printf("%s", buf);
-
-       return 0;
-}
-
-/*
- * if you compile this file with
- *   gcc -Wall $(YOUR_C_OPTIONS) -DTEST_PRINTF -c printf.c
- * you will get a normal warning:
- *   printf.c:214: warning: spurious trailing `%' in format
- * this line is testing an invalid % at the end of the format string.
- *
- * this should display (on 32bit int machine) :
- *
- * Hello world!
- * printf test
- * (null) is null pointer
- * 5 = 5
- * -2147483647 = - max int
- * char a = 'a'
- * hex ff = ff
- * hex 00 = 00
- * signed -3 = unsigned 4294967293 = hex fffffffd
- * 0 message(s)
- * 0 message(s) with %
- * justif: "left      "
- * justif: "     right"
- *  3: 0003 zero padded
- *  3: 3    left justif.
- *  3:    3 right justif.
- * -3: -003 zero padded
- * -3: -3   left justif.
- * -3:   -3 right justif.
- */
-
-#endif
-
-